@charset "utf-8";


body {
margin: 0px;
padding: 0px;
text-align: left;
font: 16px Arial, Helvetica, sans-serif;
color: #FFF;
background-color:#2E4F7D;
font-family:Arial, Helvetica, sans-serif;
}
img {
border-style:none;
}
a:link {color:#0094FF;} a:visited {color:#0094FF;} a:hover {color:#00CCFF;} a:active {color:#00FFFF;}  .alignnone {
}
.aligncenter,
div.aligncenter {
display: block;
margin: 5px auto 5px auto;
}
.alignright {
float:right;
margin: 5px 0 20px 20px;
}
.alignleft {
float: left;
margin: 5px 20px 20px 0;
}
a img.alignright {
float: right;
margin: 5px 0 20px 20px;
}
a img.alignnone {
}
a img.alignleft {
float: left;
margin: 5px 20px 20px 0;
}
a img.aligncenter {
display: block;
margin-left: auto;
margin-right: auto
}
.wp-caption {
background: #fff;
border: 1px solid #f0f0f0;
max-width: 96%; padding: 5px 3px 10px;
text-align: center;
}
.wp-caption.alignnone {
margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
margin: 5px 0 20px 20px;
}
.wp-caption img {
border: 0 none;
height: auto;
margin: 0;
max-width: 98.5%;
padding: 0;
width: auto;
}
.wp-caption p.wp-caption-text {
font-size: 11px;
line-height: 17px;
margin: 0;
padding: 0 4px 5px;
}
p:empty {
display: none;
} .screen-reader-text {
clip: rect(1px, 1px, 1px, 1px);
position: absolute !important;
height: 1px;
width: 1px;
overflow: hidden;
}
.screen-reader-text:focus {
background-color: #f1f1f1;
border-radius: 3px;
box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
clip: auto !important;
color: #21759b;
display: block;
font-size: 14px;
font-size: 0.875rem;
font-weight: bold;
height: auto;
left: 5px;
line-height: normal;
padding: 15px 23px 14px;
text-decoration: none;
top: 5px;
width: auto;
z-index: 100000; } #Container {
display: block; 
height:auto;
margin-left:auto;
margin-right:auto;
width: 1024px;
position:relative;
}
#Header {
height:200px;
padding-bottom:20px;
}
#SubtitlePlacement {
width:200px;
margin:150px 0px 0px 480px;
position: absolute;
z-index:0;
}
#status {
width:500px;
height:auto;
position: absolute;
font-family: ScottGamesFont;
font-size:30px;
text-align:center;
line-height:25px;
text-shadow:0px 0px 10px #000, 0px 0px 10px #000;
letter-spacing:1px;
}
.pop {
animation: pop 0.75s infinite ease-in-out;
font-smoothing: antialiased  !important;
-webkit-animation: pop 0.75s infinite ease-in-out;
-webkit-font-smoothing: antialiased  !important;
backface-visibility: hidden;
-webkit-backface-visibility: hidden;
-moz-backface-visibility: hidden;
-mz-backface-visibility: hidden;
}
@keyframes pop {
from {
transform:scale3d(1,1,1)
}
50% {
transform:scale3d(0.9,0.9,0.9)
}
to {
transform:scale3d(1,1,1)
}
}
@-webkit-keyframes pop {
from {
-webkit-transform:scale3d(1,1,1)
}
50% {
-webkit-transform:scale3d(0.9,0.9,0.9)
}
to {
-webkit-transform:scale3d(1,1,1)
}
}
.tilt {
-ms-transform: rotate(-10deg);
-webkit-transform: rotate(-10deg);
transform: rotate(-10deg);
}
#MenuBar
{
background-color:#000;
height:50px;
border-radius:20px;
z-index:1;
}
#MenuBar ul
{
display: inline;
margin: 0px;
padding: 0px;
list-style: none;
z-index:1;
color: #000000;
line-height: 50px;
background-color:#000;
}
#MenuBar ul li
{
display: block;
position: relative;
cursor: pointer;
float:left;
text-align:center;
height: 50px;
width: 256px;
-webkit-transition: background-color 1s, -webkit-box-shadow 1s, -moz-box-shadow 1s, box-shadow 1s;
transition: background-color 1s, -webkit-box-shadow 1s, -moz-box-shadow 1s, box-shadow 1s;
z-index:1;
-webkit-box-shadow: inset 0px 0px 24px 4px rgba(0,0,0,0.75);
-moz-box-shadow: inset 0px 0px 24px 4px rgba(0,0,0,0.75);
box-shadow: inset 0px 0px 24px 4px rgba(0,0,0,0.75);
}
#PopgoesBar {
background-color:#3E7422;
}
#BlakeBar {
background-color:#897900;
}
#SaraAndSaffronBar {
background-image: url(https://fnaflore.com/wp-content/uploads/2016/04/SaraAndSaffronMenubarV2.png);
background-color:#222;
}
#StoneBar {
background-color:#890000;
}
#PopgoesBar:hover,
#PopgoesBar:focus {
background-color:#61AD40;
}
#BlakeBar:hover,
#BlakeBar:focus {
background-color:#C6C215;
}
#SaraAndSaffronBar:hover,
#SaraAndSaffronBar:focus {
background-color:#666;
}
#StoneBar:hover,
#StoneBar:focus {
background-color:#CE1C1C;
}
#MenuBar ul li:hover,
#MenuBar ul li:focus
{
-webkit-box-shadow: inset 0px 0px 12px 2px rgba(0,0,0,0.75);
-moz-box-shadow: inset 0px 0px 12px 2px rgba(0,0,0,0.75);
box-shadow: inset 0px 0px 12px 2px rgba(0,0,0,0.75);
-webkit-transition: all 1s;
-moz-transition: all 1s;
-ms-transition: all 1s;
-o-transition: all 1s;
transition: all 1s;
}
#MenuBar ul li:first-child {
border-radius:20px 0px 0px 20px;
} 
#MenuBar ul li:last-child {
border-radius:0px 20px 20px 0px;
} 
#MenuBar ul li div
{
position:absolute;
display:block;
top:0px;
height:0px;
left:0px;
z-index:0;
overflow:hidden;
-webkit-transition: all 1s;
-moz-transition: all 1s;
-ms-transition: all 1s;
-o-transition: all 1s;
transition: all 1s;
}
#MenuBar ul li:hover div,
#MenuBar ul li:focus div
{
top:-45px;
height:45px;
-webkit-transition: all 1s;
-moz-transition: all 1s;
-ms-transition: all 1s;
-o-transition: all 1s;
transition: all 1s;
}
#MenuBar ul li ul
{
padding: 0px;
position: absolute;
top: 50px;
left: 0px;
width: 150px;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
display: none;
opacity: 0;
visibility: hidden;
color: #AAAAAA;
-webkit-transiton: opacity 0.2s;
-moz-transition: opacity 0.2s;
-ms-transition: opacity 0.2s;
-o-transition: opacity 0.2s;
-transition: opacity 0.2s;
width: inherit;
}
#MenuBar ul li ul li
{ 
display: block;
background-color: #606;
width: inherit;
}
#MenuBar ul li ul li:hover,
#MenuBar ul li ul li:focus
{
color: #FFFFFF;
background-color: #A0A;
}
#MenuBar ul li:hover ul,
#MenuBar ul li:focus ul
{
display: block;
opacity: 1;
visibility: visible;
}
#MenuBar a
{
display:block;
line-height:50px;
text-decoration:none;
}
#MenuBar a:link {color:#FFFFFF;} #MenuBar a:visited {color:#EEEEEE;} #MenuBar a:hover {color:#FFFFFF; text-decoration:underline;} #MenuBar a:active {color:#FFFFFF; text-decoration:underline;} #ParentLinks {
height:25px;
width:1000px;
padding:4px 12px;
}
.ParentLinkBox {
border:2px solid #444;
background-color:#111;
display:inline-block;
line-height:21px;
font-size:12px;
padding:0px 6px;
text-decoration:none;
margin-right:20px;
transition: all 0.2s ease-in-out;
-webkit-transition: all 0.2s ease-in-out;
}
.ParentLinkBox:hover {
border:2px solid #888;
background-color:#222;
line-height:21px;
padding:0px 6px;
text-decoration:underline;
transition: all 0.4s ease-in-out;
-webkit-transition: all 0.4s ease-in-out;
}
#LeftMain {
float:left;
display:block;
width:700px;
padding:0px 6px;
overflow:hidden;
}
#RightMain {
float:right;
display:block;
width:300px;
padding:0px 6px;
overflow:hidden;
}
#AltTimelineLink {
float:right;
line-height:50px;
}
#Timeline {
}
#Timeline ul {
list-style: none;
padding:130px 0px 20px 0px;
color: #000;
background-image:url(https://fnaflore.com/wp-content/uploads/2016/01/GoldLine-Top.png), url(https://fnaflore.com/wp-content/uploads/2016/01/GoldLine-Bottom.png), url(https://fnaflore.com/wp-content/uploads/2016/01/GoldLine.png);
background-repeat:no-repeat, no-repeat, repeat-y;
background-position:center top, center bottom, center;
margin-top:20px;
}
#Timeline ul li {
Width:502px;
margin-top:-100px;
}
#Timeline ul li:nth-child(odd) {
margin-right:502px;
padding-right:20px;
background-image:url(https://fnaflore.com/wp-content/uploads/2016/01/GoldArrow-Left.png);
background-repeat:no-repeat;
background-position:center right;
}
#Timeline ul li:nth-child(even) {
margin-left:502px;
padding-left:20px;
background-image:url(https://fnaflore.com/wp-content/uploads/2016/01/GoldArrow-Right.png);
background-repeat:no-repeat;
background-position:center left;
}
.TimelineItem {
width:332px;
min-height:100px;
background-image:url(https://fnaflore.com/wp-content/uploads/2016/01/PaperBackground.png);
background-clip:border-box;
border-style: solid;
border-width: 60px;
-moz-border-image: url(https://fnaflore.com/wp-content/uploads/2016/01/PaperBackground_border.png) 60 stretch;
-webkit-border-image: url(https://fnaflore.com/wp-content/uploads/2016/01/PaperBackground_border.png) 60 stretch;
-o-border-image: url(https://fnaflore.com/wp-content/uploads/2016/01/PaperBackground_border.png) 60 stretch;
border-image: url(https://fnaflore.com/wp-content/uploads/2016/01/PaperBackground_border.png) 60 fill stretch;
}
#Timeline ul li:nth-child(odd) .TimelineItem {
margin-right:50px;
}
#Timeline ul li:nth-child(even) .TimelineItem {
margin-left:50px;
}
.TimelineImage { width:256px;
text-align:center;
padding:20px 38px;
}
.TimelineText {
text-align:center;
}
.TimelineMore {
min-height:20px;
}
#Footer {
height:166px;
overflow:hidden;
font-size:10px;
padding-top:120px;
background-image: url(https://fnaflore.com/wp-content/uploads/2016/04/PopgoesFooterDecor.png), url(https://fnaflore.com/wp-content/uploads/2016/04/PopgoesFooterPrinter.png);
background-repeat: no-repeat, repeat-x;
background-position:top center, top;
position:relative;
min-width: 1024px;
overflow:visible;
}
#FooterSegment {
float:left;
width:300px;
padding:0px 20px;
}
#FooterSegment ul {
list-style: none;
padding:0px;
}
#FooterSegment li {
padding-bottom:4px;
}
#FooterSegment a {
color:#FFF;
font-weight:bolder;
}
#PhoneCallBox {
padding:20px;
border: 3px solid #AAA;
background-color: #555;
margin:40px;
}
@font-face {
font-family: ScottGamesFont;
src: url(http://www.fnaflore.com/wp-content/themes/FNaFLore/ASSETS/Fonts/scottgamesfont.TTF);
src: url(https://fnaflore.com/wp-content/themes/FNaFLore/ASSETS/Fonts/scottgamesfont.TTF);
}
@font-face {
font-family: Chiller;
src: url(http://www.fnaflore.com/wp-content/themes/FNaFLore/ASSETS/Fonts/CHILLER.TTF);
src: url(https://fnaflore.com/wp-content/themes/FNaFLore/ASSETS/Fonts/CHILLER.TTF);
}
@font-face {
font-family: FCIL;
src: url(http://www.fnaflore.com/wp-content/themes/FNaFLore/ASSETS/Fonts/FCIL.TTF);
src: url(https://fnaflore.com/wp-content/themes/FNaFLore/ASSETS/Fonts/FCIL.TTF);
}
@font-face {
font-family: FNaFSCREEN;
src: url(http://www.fnaflore.com/wp-content/themes/FNaFLore/ASSETS/Fonts/FNaFSCREEN.TTF);
src: url(https://fnaflore.com/wp-content/themes/FNaFLore/ASSETS/Fonts/FNaFSCREEN.TTF);
}
h1 {
font-family: ScottGamesFont;
letter-spacing: 2px;
text-align: center;
font-size: 40px;
margin-top:0px;
}
.FancyH2 {
font-family: ScottGamesFont;
letter-spacing: 2px;
text-align: center;
font-size: 32px;
}
.KCSignature {
display: inline-block;
padding: 40px 20px 40px 80px;
background-image: url(https://fnaflore.com/wp-content/uploads/2016/01/kizzycocoaSignature-150x150.png);
background-repeat: no-repeat;
background-size: 60px 60px;
background-position: center left;
height:20px;
}
#Map {
margin-left: auto;
margin-right: auto;
}
#Map, #Map th, #Map td {
border: 2px solid white;
border-collapse: collapse;
}
#Map img {
margin:0px; 
}
#FooterFan {
width:100px;
height:150px;
background-size: 600px 150px;
background-image: url(https://fnaflore.com/wp-content/uploads/2016/12/PopgoesFan_Left_150px.png);
position:absolute;
left: 200px;
top: -157px;
z-index:2;
animation: PopgoesFooterFan 0.3s steps(6, end) infinite;
-webkit-animation: PopgoesFooterFan 0.3s steps(6, end) infinite;
}
@keyframes PopgoesFooterFan {
0% { background-position: 0px 0px; }
100% { background-position: -600px 0px; }
}
@-webkit-keyframes PopgoesFooterFan {
0% { background-position: 0px 0px; }
100% { background-position: -600px 0px; }
}
#FooterFigure {
width:100px;
height:100px;
background-size:100px 100px;
position:absolute;
right:100px;
top:-220px;
z-index:2;
}
#FooterBR {
width:300px;
height:300px;
position:absolute;
right:0px;
top:-420px;
z-index:2;
cursor: none;
}
#Cursor {
width:17px;
height:23px;
display:none;
pointer-events: none;
background-image: url(https://fnaflore.com/wp-content/uploads/2016/02/GFreddyMouseCursors.png);
background-size:272px 23px;
animation: Cursor 1s steps(16, end) infinite;
-webkit-animation: Cursor 1s steps(16, end) infinite;
position:absolute;
z-index:10;
}
@keyframes Cursor {
0% { background-position: 0px 0px; }
100% { background-position: -272px 0px; }
}
@-webkit-keyframes Cursor {
0% { background-position: 0px 0px; }
100% { background-position: -272px 0px; }
}
figure {
margin:0;
}
figcaption a {
display:block;
}
#CharacterProfilePictureLeft figcaption {
position:absolute;
left:179px;
border:2px solid #CCC;
line-height:30px;
height:60px;
width:300px;
top:120px;
text-align:center;
box-sizing: border-box;
border-radius: 10px 10px 0px 0px;
padding:0px;
margin:0px;
background-color:#283827;
opacity:0;
-ms-transform: rotateZ(90deg); -webkit-transform: rotateZ(90deg); transform: rotateZ(90deg);
-webkit-transition: all 0.5s;
-moz-transition: all 0.5s;
-ms-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s;
}
#CharacterProfilePictureRight figcaption {
position:absolute;
right:179px;
border:2px solid #CCC;
line-height:30px;
height:60px;
width:300px;
top:120px;
text-align:center;
box-sizing: border-box;
border-radius: 10px 10px 0px 0px;
padding:0px;
margin:0px;
background-color:#283827;
opacity:0;
-ms-transform: rotateZ(-90deg); -webkit-transform: rotateZ(-90deg); transform: rotateZ(-90deg);
-webkit-transition: all 0.5s;
-moz-transition: all 0.5s;
-ms-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s;
}
.imagefigure:hover figcaption {
opacity:1 !important;
-webkit-transition: all 0.5s;
-moz-transition: all 0.5s;
-ms-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s;
}
#CharacterProfile {
width:1024px;
overflow:hidden;
margin-bottom:10px;
}
#CharacterProfilePictureLeft {
width:300px;
padding-right:60px;
float:left; margin:20px 20px 0px 0px;
position:relative;
}
#CharacterProfilePictureRight {
width:300px;
padding-left:60px;
float:right; margin:0px 0px 0px 20px;
position:relative;
}
#CharacterProfilePictureLeft div, #CharacterProfilePictureRight div { }
#CharacterProfilePictureLeft .size-medium, #CharacterProfilePictureRight .size-medium {
border: 1px solid #CCC;
padding:0px;
margin:0px;
background-color:#283827;
box-sizing: border-box;
}
.PopgoesSprite {
border: 1px solid #CCC;
border-top:0px;
padding:0px;
margin:0px;
background-color:#283827;
height:150px;
width:150px;
box-sizing: border-box;
background-repeat:repeat-y;
background-size:150px auto;
animation: MinigameSpriteAnimate 4s steps(8, end) infinite;
-webkit-animation: MinigameSpriteAnimate 4s steps(8, end) infinite;
}
@keyframes MinigameSpriteAnimate {
0% { background-position: 0px 0px; }
100% { background-position: 0px -1200px; }
}
@-webkit-keyframes MinigameSpriteAnimate {
0% { background-position: 0px 0px; }
100% { background-position: 0px -1200px; }
}
#CharacterProfilePictureLeft .PopgoesSprite.fullwidth {
animation: MinigameSpriteAnimateFullWidthLeft 4s steps(8, end) infinite;
-webkit-animation: MinigameSpriteAnimateFullWidthLeft 4s steps(8, end) infinite;
}
@keyframes MinigameSpriteAnimateFullWidthLeft {
0% { background-position: 0px 0px; }
100% { background-position: 0px -1200px; }
}
@-webkit-keyframes MinigameSpriteAnimateFullWidthLeft {
0% { background-position: 0px 0px; }
100% { background-position: 0px -1200px; }
}
#CharacterProfilePictureRight .PopgoesSprite.fullwidth {
animation: MinigameSpriteAnimateFullWidthRight 4s steps(8, end) infinite;
-webkit-animation: MinigameSpriteAnimateFullWidthRight 4s steps(8, end) infinite;
}
@keyframes MinigameSpriteAnimateFullWidthRight {
0% { background-position: 150px 0px; }
100% { background-position: 150px -1200px; }
}
@-webkit-keyframes MinigameSpriteAnimateFullWidthRight {
0% { background-position: 150px 0px; }
100% { background-position: 150px -1200px; }
}
#CharacterProfilePictureLeft .PopgoesSprite {
background-position: left;
float:left;
}
#CharacterProfilePictureRight .PopgoesSprite {
background-position: right;
float:right;
}
.PopgoesMinigameGemStone {
animation: MinigameGemStoneSpriteAnimate 2s steps(4, end) infinite !important;
-webkit-animation: MinigameGemStoneSpriteAnimate 2s steps(4, end) infinite !important;
}
@keyframes MinigameGemStoneSpriteAnimate {
0% { background-position: 0px 0px; }
25% { background-position: 0px -600px; }
100% { background-position: 0px -600px; }
}
@-webkit-keyframes MinigameGemStoneSpriteAnimate {
0% { background-position: 0px 0px; }
25% { background-position: 0px -600px; }
100% { background-position: 0px -600px; }
}
.PopgoesFigure {
border: 1px solid #CCC;
border-top:0px;
padding:0px;
margin:0px;
background-color:#283827;
height:150px;
width:150px;
box-sizing: border-box;
background-repeat:no-repeat;
}
#CharacterProfilePictureLeft .PopgoesFigure {
float:right;
background-position: right;
}
#CharacterProfilePictureRight .PopgoesFigure {
float:left;
background-position: left;
}
.PopgoesFigureCredits {
width: 150px;
box-sizing: border-box;
position: absolute;
height: 60px;
line-height:30px;
top: 345px;
border: 2px solid #CCC;
border-radius: 10px 10px 0px 0px;
text-align:center;
background-color:#283827;
font-size:14px;
opacity:0;
-webkit-transition: all 0.5s;
-moz-transition: all 0.5s;
-ms-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s;
}
.PopgoesFigure:hover .PopgoesFigureCredits {
opacity: 1 !important;
-webkit-transition: all 0.5s;
-moz-transition: all 0.5s;
-ms-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s;
}
#CharacterProfilePictureLeft .PopgoesFigureCredits {
left: 254px;
background-position: right;
-ms-transform: rotateZ(90deg); -webkit-transform: rotateZ(90deg); transform: rotateZ(90deg);
}
#CharacterProfilePictureRight .PopgoesFigureCredits {
right: 254px;
-ms-transform: rotateZ(-90deg); -webkit-transform: rotateZ(-90deg); transform: rotateZ(-90deg);
}
.PopgoesMiscExtra {
border: 1px solid #CCC;
border-top:0px;
padding:0px;
margin:0px;
background-color:#283827;
height:150px;
width:300px;
box-sizing: border-box;
background-repeat:no-repeat;
background-position: center;
float:left;
}
.PopgoesMinigameSimon {
background-size:300px auto;
animation: MinigameSimonSpriteAnimate 1s steps(2, end) infinite;
-webkit-animation: MinigameSimonSpriteAnimate 1s steps(2, end) infinite;
}
#StoneMiniSprite04 {
animation: MinigameGemStoneSpriteAnimate 2s steps(4, end) infinite !important;
-webkit-animation: MinigameGemStoneSpriteAnimate 2s steps(4, end) infinite !important;
}
#SimonMiniSprite05 {
animation: MinigameSimonPGSpriteAnimate 0.4s steps(3, end) infinite;
-webkit-animation: MinigameSimonPGSpriteAnimate 0.4s steps(3, end) infinite;
}
@keyframes MinigameSimonSpriteAnimate {
0% { background-position: 0px 0px; }
100% { background-position: 0px -300px; }
}
@-webkit-keyframes MinigameSimonSpriteAnimate {
0% { background-position: 0px 0px; }
100% { background-position: 0px -300px; }
}
.PopgoesMinigameSimonPurpleGuy {
background-size:300px auto;
animation: MinigameSimonPGSpriteAnimate 0.4s steps(3, end) infinite;
-webkit-animation: MinigameSimonPGSpriteAnimate 0.4s steps(3, end) infinite;
}
@keyframes MinigameSimonPGSpriteAnimate {
0% { background-position: 0px 0px; }
100% { background-position: 0px -450px; }
}
@-webkit-keyframes MinigameSimonPGSpriteAnimate {
0% { background-position: 0px 0px; }
100% { background-position: 0px -450px; }
}
#CharacterProfilePictureLeft p, #CharacterProfilePictureRight p {
margin: 0;
}
#CharacterProfilePictureLeft button, #CharacterProfilePictureRight button {
width:50px;
height:50px;
border-radius:0px 0px 10px 10px;
padding:0px;
border:2px solid #FFF;
border-top:1px solid #FFF;
background-color:#555;
box-sizing: border-box;
}
#CharacterProfilePictureLeft button
{
float:left;
}
#CharacterProfilePictureRight button
{
float:right;
}
#CharacterProfilePictureLeft button:nth-child(6), #CharacterProfilePictureRight button:nth-child(6) {
width:52px;
}
#CharacterProfileText {
width:642px;
float:left;
text-align:center;
}
a {
cursor:pointer;
}
.hidden {
display:none;
}
#SimonTitle {
-webkit-transition: all 0.5s;
-moz-transition: all 0.5s;
-ms-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s;
}
#QuoteBox {
padding:20px;
border: 3px solid #AAA;
background-color: #555;
margin:40px;
width:898px;
}
#QuoteBoxOptions {
margin:40px;
width:944px;
clear: both;
overflow: hidden;
}
#QuoteBoxOptions h4 {
width:310px;
margin-right:7px;
float:left;
text-align:center;
}
#QuoteBoxOptions.YesNoOption h4 {
width:465px;
margin-right:14px;
}
#QuoteBoxOptions.YesNoOption h4:nth-child(2) {
margin-right:0px;
}
#QuoteBoxOptions #QuoteBox {
padding:10px;
width:310px;
margin-right:7px;
margin-left:0px;
margin-top:0px;
margin-bottom:0px;
float:left;
box-sizing: border-box;
}
#QuoteBoxOptions h4:nth-child(3), #QuoteBoxOptions #QuoteBox:nth-of-type(4) {
margin-right:0px;
}
.fullwidth {
width:100%;
}
.TableInteractive {
margin-left:auto;
margin-right:auto;
border: 1px solid #CCC;
padding:0px;
height:30px;
line-height:30px;
margin-bottom:10px;
}
.TableInteractive a {
display:block;
width:100%;
}
.TableCount6 td, .TableCount6 th, .TableCount2 td, .TableCount2 th {
width:170px;
text-align:center;
border: 1px solid #CCC;
padding:0px;
}
.Map {
margin-left: auto;
margin-right: auto;
}
.Map img {
margin:0px; 
}#TBONNIE {
display:none;
position:fixed;
width:100%;
min-width:1024px;
height:100%;
background-repeat:no-repeat;
background-size:100% 100%;
z-index:87;
cursor: none;
}