html {
	overflow: hidden;
}

body {
	background: black;
}

::selection {
  background: #2a446a;
  color: white; /* WebKit/Blink Browsers */
}
::-moz-selection {
  background: #2a446a;
  color: white; /* Gecko Browsers */
}

/* ----- IE Resposiveness ----- */

@viewport{
    zoom: 1.0;
    width: extend-to-zoom;
}

@-ms-viewport{
    width: extend-to-zoom;
    zoom: 1.0;
}

/* Expect the hover class to be on the body
 before doing any hover effects 
.hover .block:hover {
 …
}*/

/* ----- [start] BACKGROUND ----- */

/*body {
	background-image: url('../images/bg1.jpg');
	background-size: cover;
}*/

.bgcommon {
     height:100%;
    height:100vh;
    width: 100%;
    width: 100vw;
	z-index: 2;
    position:absolute;
    float: left;   
}


.bg-intro,.bg-loading {
	z-index: 0;
}

.bg-tracing, .bg-rcatwork {
	overflow: hidden;
}


/* ----- [end] BACKGROUND ----- */

/* ----- [start] MENUS -----*/

.navbar {
	position: fixed;
	right: 0px;
	z-index: 1000;
	width: 100%;
	background: none;
    -webkit-backface-visibility: hidden;
}

.right-menu .col-xs-12 {
	padding-left: 0;
	padding-right: 0;
}

.col-xs-12 .navbar-collapse {
	border-top: none;
	box-shadow: none;
	max-height: intrinsic;
	background: rgb(67,79,96);
}

.navbar-default .navbar-toggle {
	border: none;
}

.navbar-default .navbar-toggle .icon-bar {
	background-color: #c1bb00;
}

.navbar-default .navbar-toggle:hover {
	background-color: #2e394a;
}

.navbar-toggle {
	margin-right: 5px;
	margin-top: 5px;
}

.menu-label {
	display: none;
	color: #c1bb00;
	position: absolute;
	top: 10px;
	right: 50px;
	text-transform: uppercase;
	font-family: CalibriBold;
}

.right-menu a.chapter {
	font-family: CalibriBold;
	color: white!important;
	font-size: 13px;
}

.navbar-collapse {
	max-height: 415px!important;
}

@media (min-width: 768px) {

.right-menu {
	background-color: rgba(67,79,96,0.9);
}

.menu-label {
	display: none;
}

  .navbar-collapse {
    height: auto;
    border-top: 0;
    box-shadow: none;
    max-height: none;
    padding-left:0;
    padding-right:0;
    background: none!important;
  }
  .navbar-collapse.collapse {
    display: block !important;
    width: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-x: visible;
  }

.navbar-nav,
.navbar-nav > li,
.navbar-left,
.navbar-right,
.navbar-header
{float:none !important;}

.navbar-right .dropdown-menu {left:0;right:auto;}
.navbar-collapse .navbar-nav.navbar-right:last-child {
    margin-right: 0;
}

.right-menu {
	position: fixed!important;
	right: 0px;
	z-index: 1000;
	height: 100%;
}

.navbar {
	min-height: 0px!important;
	max-height: 0px!important;
	padding: 0;
	margin: 0;
	background-color: rgba(67,79,96,0.9);
}

.navbar-default {
	background-color: none!important;
}

#content .navbar {
	border: none!important;
}

.right-menu a.chapter {
	font-family: CalibriBold;
	border-bottom: 1px dotted #878787;
	font-size: 14px;
	margin-top: 3px;
}

}

.icon {
	font-family: Entypo;
	font-size: 30px;
	line-height: 14px;
	position: relative;
	top: 3px;
	padding-right: 5px;
}

/* Dropdown tests */

@media (min-width: 768px) {
.dropdown-submenu {
	position:relative;
	}
	
.dropdown-submenu>.dropdown-menu {
	position: absolute;
	top:0;
	right: 0;
	left: auto;
	margin-top:-6px;
	margin-left:-1px;
	}
	
.dropdown-submenu:hover>.dropdown-menu {
	display:block;
			-webkit-animation: fadein .5s; /* Safari and Chrome */
       -moz-animation: fadein .5s; /* Firefox */
        -ms-animation: fadein .5s; /* Internet Explorer */
         -o-animation: fadein .5s; /* Opera */
            animation: fadein .5s;
	}
	
.dropdown-submenu>a:after {
	/*display:block;
	content:" ";
	float:right;
	width:0;
	height:0;
	border-color:transparent;
	border-style:solid;
	border-width:5px 0 5px 5px;
	border-left-color:#cccccc;
	margin-top:5px;
	margin-right:-10px;*/
	}
	
.dropdown-submenu:hover>a:after {
	border-left-color:#ffffff;
	}
	
.dropdown-submenu.pull-left {
	float:none;
	}

.dropdown-submenu.pull-left>.dropdown-menu {
	left:-100%;
	margin-left:10px;
	}
}

/* Styling */

.nav > li {
	display: inline;
	float:left;
}


.nav > li:first-child, .nav >li:nth-child(8) {
	display: block;
	float:none;
	clear: both;
}

.nav > li:nth-child(8) {
	border-top: 1px #c4c9c4 dotted;
	top: 5px;
	margin-bottom: 5px;
	padding-top: 5px;
}

@media (min-width: 768px) {
	.nav > li {
	display: block;
	float:none;
	}
	
	.nav > li:nth-child(8) {
		border-top: none;
		top: auto;
		margin-bottom: inherit;
		padding-top: inherit;
	}
}

.navbar-nav > li > a {
	color: #c9c4c9!important;
	width: 100%;
	font-family: CalibriBold;
	font-size: 13px;
	padding: 2px 15px;
}

.dropdown-menu > li > a {
	font-size: 12px;
	padding: 4px 5px;
}

@media (min-width: 768px) {
.navbar-nav > li > a {
	color: #c9c4c9!important;
	font-family: CalibriBold;
	min-width: 180px;
	padding:5px 60px 5px 20px;
	line-height: 14px;
	font-size: 12px;
}
.navbar-nav > li > a.chapter {
	padding-left: 10px;
}
.navbar-collapse {
	background-color: none;
}

.dropdown-menu > li > a {
	font-size: 12px;
}
}

@media (min-width: 992px) {
.navbar-nav > li > a {
	padding:5px 70px 5px 20px;	
	min-width: 200px;
}
.navbar-nav > li > a.chapter {
	padding-left: 10px;
}
.navbar-collapse {
	background-color: none;
}
}

@media (min-width: 1200px) {
.navbar-nav > li > a {
	padding:4px 70px 5px 20px;	
	min-width: 170px;
}
.navbar-nav > li > a.chapter {
	padding-left: 10px;
}
.navbar-collapse {
	background-color: none;
}
}

.navbar-nav > li > a:hover {
	background-color: rgba(0,0,0,0.6)!important;
	color: white!important;
		transition: background-color .5s ease-out;
-moz-transition: background-color .5s ease-out;
-webkit-transition: background-color .5s ease-out;
-o-transition: background-color .5s ease-out;
}

.dropdown-menu {
	padding: 0 0;
	margin: 0 0;
	list-style: none;
	background-color: rgba(45,53,65,0.9);
	background-clip: padding-box;
	border: none;
	border: none;
	border-radius: 0px;
	-webkit-box-shadow: none;
	box-shadow: none;
	margin-right:100%;
}

/*@media (max-width: 992px) {
	.dropdown-menu {
	margin-right: 24px;
}
}*/

.dropdown-menu > li > a {
	color: #8d817b!important;
	font-family: CalibriBold;
	padding: 5px 10px!important;
}

.dropdown-menu > li > a:hover {
	background-color: rgba(0,0,0,0.6)!important;
	color: #c9c4c9!important;
}

.logo {
	display: none;
}

@media (min-width: 768px) {
	.logo {
	display: block;
	position: static;
	width: 90px;
	padding: 20px 10px 0px 10px;
	top: 10px;
	right: 0;
	opacity: 1;
}
}

@media (min-width: 1200px) {
	.logo {
	padding: 20px 10px 10px 10px;
}

}


@media (min-width: 768px) {

.col-xs-12 {
	padding-left: 0px!important;
	padding-right: 0px!important;
}

}

#credits .col-xs-12 {
	padding-left: 0px!important; 
	padding-right: 0px!important;
}

.splash .col-xs-12 {
	padding-left: 15px!important;
	padding-right: 15px!important;
}


/* ----- [end] MENUS ----- */

/* ----- [start] BUTTONS ----- */

.btn {
	display: inline-block;
	margin: 5px 5px 0 5px;
	font-weight: 400;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	background-image: none;
	border: none;
	white-space: nowrap;
	padding: 6px 12px;
	font-size: 18px;
	line-height: 1.42857143;
	border-radius: 4px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.btn-info, .btn-info:visited, .btn-info:focus {
	background-color: rgba(67,79,96,0.5);
	border-color: none;
}

#splash .btn-info {
	margin-top: 10px;
		-webkit-animation: fadein 1s; /* Safari and Chrome */
       -moz-animation: fadein 1s; /* Firefox */
        -ms-animation: fadein 1s; /* Internet Explorer */
         -o-animation: fadein 1s; /* Opera */
            animation: fadein 1s;
            /*display: block;*/
}

@media (min-width: 768px) {
	#splash .btn-info {
		display: inline;
	}
}

.btn-info:after {
	content: "  >";
	color: #c5bf16!important;
}

#s21 .btn-info:after {
	content: none;
}

#s21 .btn-action:after {
	content: "  >";
	color: #c5bf16!important;
}

#s21 .btn-action:hover {
	background-color: #ee2a24!important;
}

#s21 .fb:before {
	font-family:EntypoSocial,sans-serif!important;
	content: "\f30c";
	padding-right: 10px;
	float: left;
}

#s21 .fb a {
	float: left;
}

#s21 .fb:hover {
	background-color: #3b5998!important;
	transition: background .5s ease-out;
-moz-transition: background .5s ease-out;
-webkit-transition: background .5s ease-out;
-o-transition: background .5s ease-out;
}

#s21 .tw:before {
	font-family:EntypoSocial,sans-serif!important;
	content: "\f309";
	padding-right: 10px;
}

#s21 .tw:hover {
	background-color: #4099ff!important;
	transition: background .5s ease-out;
-moz-transition: background .5s ease-out;
-webkit-transition: background .5s ease-out;
-o-transition: background .5s ease-out;
}

#s21 #tu:before {
	font-family:EntypoSocial,sans-serif!important;
	content: "\f315";
	padding-right: 10px;
}

#s21 #tu a {
	color: white;
}

#s21 #tu a:hover {
	text-decoration: none;
}

#s21 #tu:hover {
	background-color: #00225f!important;
	transition: background .5s ease-out;
-moz-transition: background .5s ease-out;
-webkit-transition: background .5s ease-out;
-o-transition: background .5s ease-out;
}

#s21 .gp:before {
	font-family:EntypoSocial,sans-serif!important;
	content: "\f30f";
	padding-right: 10px;
}

#s21 .gp:hover {
	background-color: #D34836!important;
	transition: background .5s ease-out;
-moz-transition: background .5s ease-out;
-webkit-transition: background .5s ease-out;
-o-transition: background .5s ease-out;
}

#s21 .em:before {
	font-family:EntypoSocial,sans-serif!important;
	content: "\e79b";
	padding-right: 10px;
}

#s21 .em:hover {
	background-color: orange!important;
	transition: background .5s ease-out;
-moz-transition: background .5s ease-out;
-webkit-transition: background .5s ease-out;
-o-transition: background .5s ease-out;
}

.btn-info:hover {
	background: rgba(67,79,96,0.9)!important;
	transition: background .5s ease-out;
-moz-transition: background .5s ease-out;
-webkit-transition: background .5s ease-out;
-o-transition: background .5s ease-out;
	border: none;
}

#s21 .btn {
	font-size: 13px;
	margin-right: 2px;
	margin-left: 2px;
}

@media (min-width: 768px) {
	#s21 .btn, #s21 .btn p {
		font-size: 14px;
	}
}

@media (min-width: 992px) {
	#s21 .btn, #s21 .btn p {
		font-size: 15px;
	}
}

@media (min-width: 1200px) {
	#s21 .btn, #s21 .btn p {
		font-size: 16px;
	}
}

/* ----- [start] BUTTONS ----- */


/* ----- [start] LOAD SCREEN ----- */

#loader {
	width: 100%;
	background: black;
	margin: 25% auto 0 auto;
	height: 150px;
	position: relative;
	
	-webkit-animation: fadein 4s; /* Safari and Chrome */
       -moz-animation: fadein 4s; /* Firefox */
        -ms-animation: fadein 4s; /* Internet Explorer */
         -o-animation: fadein 4s; /* Opera */
            animation: fadein 4s;
}

@keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Firefox */
@-moz-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Safari and Chrome */
@-webkit-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Internet Explorer */
@-ms-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Opera */
@-o-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* -- NEXT button fade -- */

@keyframes nextfade {
    from { opacity: .7; }
    to   { opacity: 1; }
}

/* Firefox */
@-moz-keyframes nextfade {
    from { opacity: .7; }
    to   { opacity: 1; }
}

/* Safari and Chrome */
@-webkit-keyframes nextfade {
    from { opacity: .7; }
    to   { opacity: 1; }
}

/* Internet Explorer */
@-ms-keyframes nextfade {
    from { opacity: .7; }
    to   { opacity: 1; }
}

/* Opera */
@-o-keyframes nextfade {
    from { opacity: .7; }
    to   { opacity: 1; }
}

@keyframes splashfade {
    0% { opacity: 0; }
    100%   { opacity: 1; }
}

/* Firefox */
@-moz-keyframes splashfade {
    0% { opacity: 0; }
    100%   { opacity: 1; }
}

/* Safari and Chrome */
@-webkit-keyframes splashfade {
    0% { opacity: 0; }
    100%   { opacity: 1; }
}

/* Internet Explorer */
@-ms-keyframes splashfade {
    0% { opacity: 0; }
    100%   { opacity: 1; }
}

/* Opera */
@-o-keyframes splashfade {
    0% { opacity: 0; }
    100%   { opacity: 1; }
}


#loader-content img {
	display: inline;
	float: left;
	padding: 0 20px;
}

#loader-content p {
	font-family: CalibriBold;
	font-size: 24px;
	display: inline;
	float: left;
	color: black;
	padding-left: 20px;
	margin-top: 60px;
}

.no-padding {
	padding: 0px;
}



/* ----- [end] LOAD SCREEN ----- */

/* ----- [start] SPLASH SCREEN ----- */

.splashfade {
	-webkit-animation: splashfade 6s; /* Safari and Chrome */
       -moz-animation: splashfade 6s; /* Firefox */
        -ms-animation: splashfade 6s; /* Internet Explorer */
         -o-animation: splashfade 6s; /* Opera */
            animation: splashfade 6s;
}

.splash {
	background: url('../images/splashbg-mob.jpg') /*no-repeat center center fixed*/;
	background-position: right center;
	background-size: cover;
	z-index: 1500;
		-webkit-animation: fadein 3s; /* Safari and Chrome */
       -moz-animation: fadein 3s; /* Firefox */
        -ms-animation: fadein 3s; /* Internet Explorer */
         -o-animation: fadein 3s; /* Opera */
            animation: fadein 3s;
    margin-top: 0;
     
}

/*.disclaimer {
	position: absolute;
	bottom: 4px;
	padding-left: 0px!important;
	padding-right: 0px!important;
}*/

.splash p.disclaimer {
	font-size: .7em;
	color: grey;
	margin-bottom: 10px;
}

@media (min-width: 768px){
.splash {
	background: url('../images/splashbg.jpg') center center ;
	background-size: cover;
	z-index: 1500;
		-webkit-animation: fadein 3s; /* Safari and Chrome */
       -moz-animation: fadein 3s; /* Firefox */
        -ms-animation: fadein 3s; /* Internet Explorer */
         -o-animation: fadein 3s; /* Opera */
            animation: fadein 3s;
}

.splash p.disclaimer {
	font-size: .8em;
	color: grey;
	margin-bottom: 30px;
}
}

.splash .container-fluid {
   
}

.splashlogo {
	height: 55px;
	position: fixed;
	top: 10px;
	right: 10px;
	margin: 0;
}

@media (min-width: 768px) {
	.splashlogo {
		height: 70px;
		position: relative;
		float: none;
		margin-top: 5%;
		margin-bottom: 5%;
		top: 0;
		right: 0;
	}
}

@media (min-width: 992px) {
	.splashlogo {
		height: 80px;
		position: relative;
		float: none;
		margin-top: 2%;
		margin-bottom: 3%;
		top: 0;
		right: 0;
	}
}
	
@media (min-width: 1400px) {
	.splashlogo {
		height: 80px;
		position: relative;
		float: none;
		margin-top: 5%;
		margin-bottom: 3%;
		top: 0;
		right: 0;
	}
}

.brwz_ffx, .brwz_chrm, .brwz_sfr, .brwz_iex{
	background: url(../images/browser_sprites.png) no-repeat;
}

.brwz_ffx{
	background-position: 0 0;
	width: 40px;
	height: 40px;
}

.brwz_chrm{
	background-position: -42px 0;
	width: 40px;
	height: 40px;
}

.brwz_sfr{
	background-position: -84px 0;
	width: 42px;
	height: 42px;
}

.brwz_iex{
	background-position: -128px 0;
	width: 38px;
	height: 38px;
}

#android-warning {
	background-color: #445162;
	background-color: rgb(67,79,96);
	position: absolute;
	top:15%;
	z-index: 9999;
	padding: 10px;
    border: 6px dashed #9d4949;
    box-shadow: 0px 0px 20px black;
}

#android-warning.col-xs-12 {
	margin-left: -15px;
}

.android_browser1 {
	width: 47%;
	padding: 5%;
	float: left;
	background: #25364e;
	border-radius: 10px;
	margin: 10px 0;
}

.android_browser2 {
	width: 47%;
	padding: 5%;
	float: right;
	background: #25364e;
	border-radius: 10px;
	margin: 10px 0;
}

.android_browser1 .brwz_chrm, .android_browser2 .brwz_ffx {
	float: left;
	margin-right: 10px;
}

.android_browser1 p, .android_browser2 p {
	line-height: 1.4em;
	margin-top: 10px;
}

img.gplay {
	width: 100%;
	margin-top: 10px;
	max-width: 100px;
	display: block;
	margin: 30px auto 0 auto;
}

#browser-warning {
	background-color: #434f60;
	background-color: rgba(67,79,96,0.9);
	margin-top: 20px;
	margin-left: 8.33333333%;
	padding: 20px 0;
	position: relative;
    border: 6px dashed #9d4949;
    width: 600px;
    height: 300px;
}

#browser-warning table {
	margin-left: 20px;
	margin-top: 20px;
}

.browser img {
	display: inline;
	height: 40px;
	margin: 0 0 10px 0;
}

p.warningtext:before {
	font-family: Entypo;
	content: "c";
	font-size: 50px;
	float: left;
	margin-top: -20px;
	margin-bottom: 30px;
	margin-right: 10px;
}


#js-warning {
	text-align: left;
	height: 50px;
	width: 100%;
	position: absolute;
	bottom: 0;
	background: rgba(157,73,73,0.9);
}

#js-warning a {
	color: white;
}

#js-warning p {
	margin-bottom: 0;
	margin-top: 1%;
	font-size: .9em;
	line-height: .9em;
	margin-left: 40px;
}

#js-warning p:before {
	font-family: Entypo;
	content: "`";
	font-size: 3em;
	line-height: 0;
	padding: 5px;
	top: 10px;
	position: relative;
	margin-left: -30px;
}

@media (min-width: 768px) {
#js-warning {
	text-align: left;
	height: 50px;
	width: 100%;
	position: absolute;
	bottom: 0;
	background: rgba(157,73,73,0.9);
}

#js-warning p {
	margin-bottom: 0;
	margin-top: 1%;
	font-size: .9em;
	line-height: .9em;
	margin-left: 40px;
}

#js-warning p:before {
	font-family: Entypo;
	content: "`";
	font-size: 3em;
	line-height: 0;
	padding: 5px;
	top: 10px;
	position: relative;
	margin-left: -30px;
}
}

@media (min-width: 992px) {
#js-warning {
	text-align: center;
	height: 50px;
	width: 100%;
	position: absolute;
	bottom: 0;
	background: rgba(157,73,73,0.9);
}

#js-warning p {
	margin-bottom: 0;
	margin-top: 1%;
	font-size: .9em;
	line-height: .9em;
	margin-left: 0;
}

#js-warning p:before {
	font-family: Entypo;
	content: "`";
	font-size: 3em;
	line-height: 0;
	padding: 5px;
	top: 7px;
	position: relative;
}
}

@media (min-width: 1200px) {
#js-warning {
	text-align: center;
	height: 50px;
	width: 100%;
	position: absolute;
	bottom: 0;
	background: rgba(157,73,73,0.9);
}

#js-warning p {
	margin-bottom: 0;
	margin-top: 1%;
	font-size: 1em;
	line-height: 1em;
}

#js-warning p:before {
	font-family: Entypo;
	content: "`";
	font-size: 3em;
	line-height: 0;
	padding: 5px;
	top: 5px;
	position: relative;
}
}

#loading {
	margin-top: 10px;
}

#loading img {
	float: left;
}

#loading p {
	float: left;
	font-weight: bold;
	margin-top: 5px;
	margin-left: 10px;
	color: #c5bf16;
}


/* ----- [start] INTRO SCREEN ----- */

.bg-intro h1 {
	color: white;
}

.instruction1, .instruction2, .instruction3, .instruction4 {
			-webkit-animation: fadein 1s; /* Safari and Chrome */
       -moz-animation: fadein 1s; /* Firefox */
        -ms-animation: fadein 1s; /* Internet Explorer */
         -o-animation: fadein 1s; /* Opera */
            animation: fadein 1s;
}

.instruction1, .instruction3 {
	margin-top: 0px;
}

.instruction2, .instruction4 {
	margin-top: 0px;
}

.instruction1 img, .instruction2 img, .instruction3 img, .instruction4 img {
	float: left;
	display: inline!important;
	width: 60px;
	padding: 0px 10px 10px 0;
	margin-top: 10px;
}

.instruction1 p, .instruction2 p, .instruction3 p, .instruction4 p {
	color: white;
	padding-top: 10px;
}

@media (min-width: 768px) {
.instruction1, .instruction2, .instruction3, .instruction4 {
	margin-top: 0;
	padding: 10px!important;
}

.instruction1 img, .instruction2 img, .instruction3 img, .instruction4 img {
	float: left;
	display: inline!important;
	width: 60px;
	padding: 0px 10px 10px 0;
	margin-top: 15px;
}

.instruction1 p, .instruction2 p, .instruction3 p, .instruction4 p {
	color: white;
	padding-top: 10px;
	}

}

@media (min-width: 1200px) {
.instruction1, .instruction2, .instruction3, .instruction4 {
}

.instruction1 img, .instruction2 img {
	float: left;
	display: inline!important;
	width: 90px;
	padding: 4px 10px 0px 0;
}

.instruction3 img, .instruction4 img {
	float: left;
	display: inline!important;
	width: 90px;
	padding: 10px 10px 0px 0;
}

.instruction1 p, .instruction2 p, .instruction3 p, .instruction4 p {
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 18px;
	color: white;
	margin-left:100px;
	}
	

	
.instruction3, .instruction4 {
}
}

/* ----- [end] INTRO SCREEN ----- */

/* ----- [start] STORY CONTENT ----- */

    
.story {
		position: relative;
		margin-top: 12px;
		z-index: 3;
}

@media (min-width: 768px) {
	.story {
		margin-top: 10%;
	}

}

@media (max-height: 480px) {
	.splash .story {
		margin-top: 5%;
	}
}

@media (min-height: 481px) {
	.splash .story {
		margin-top: 20%;
	}
}

@media (min-height: 641px) {
	.splash .story {
		margin-top: 10%;
	}
}

@media (min-width: 768px) {

.splash .story {
	position: relative;
	margin-top: 0%;
}

}


.question {
	position: relative;
}

.question .story {
	margin-top: 5%;
}

.question .next-button {
	display: none;
}

.incorrect {
	position: relative;
}

.incorrect .story {
	margin-top: 7%;
}

.incorrect .next-button {
	display: none;
}


#s18 .story {
	margin-top: 12px;
}

@media (min-width: 768px) {

#s18 .story {
	margin-top: 5%;
}

}

em {
	font-style: normal;
	color: #fff;
}

.vid {
}

.vid iframe, .vid object, .vid embed {
	box-shadow: 0px 10px 20px black;
	padding: 0px;
	left: 10px;
	min-height: 56%;
}

.caption h1 {
	font-size: 30px;
	line-height: 36px;
}

.instructions .story {
	margin-top: 0;
}

@media (min-width: 768px) {
	.instructions .story {
	margin-top: 0;
}
}



/* ----- [end] STORY CONTENT ----- */

/* ----- [start] PAGE BUTTONS ----- */

#next {
	position: absolute;
	bottom:15px;
    z-index: 3;
}

.next-button {
	display: none;
}

.next-button-mob {
	height: 20px;
	display: block;
}

.next-button-img {
	opacity: .7;
}

.next-button-img:hover {
	opacity: 1;
	transition: opacity 1s ease-out;
-moz-transition: opacity 1s ease-out;
-webkit-transition: opacity 1s ease-out;
-o-transition: opacity 1s ease-out;
	}

#controls {
    position: fixed;
    left: auto;
    right: 8px;
    bottom: 10px;
    z-index: 2000;
    display: block;
    padding: 0;
}

.control {
    float: right;
    height: 30px;
    padding: 2px;
}

@media (min-width: 768px) {
    #next {
        bottom: 20px;
    }

    .control {
    	float:left;
        height: 30px;
        margin: 5px;
    }

    #controls {
        position: fixed;
        left: 8px;
        right: auto;
        bottom: 10px;
        z-index: 2000;
    }

    .next-button {
        display: block;
        height: 45px;
    }

    .next-button-mob {
        display: none;
    }
}

@media (min-width: 992px) {
    #next {
        bottom: 20px;
    }

    .control {
    	float: left;
        height: 30px;
        margin: 5px;
    }

    #controls {
        position: fixed;
        left: 8px;
        right: auto;
        bottom: 10px;
        z-index: 2000;
    }

    .next-button {
        display: block;
        height: 55px;
    }

    .next-button-mob {
        display: none;
    }
}

@media (min-width: 1200px) {
    #next {
        bottom: 20px;
    }

    .control {
    	float: left;
        height: 28px;
        margin: 1px;
    }

    #controls {
        position: fixed;
        left: 8px;
        right: auto;
        bottom: 10px;
        z-index: 2000;
    }

    .next-button {
        display: block;
        height: 55px;
    }

    .next-button-mob {
        display: none;
    }
}



/* ----- PARALLAX ----- */


section {
	position: relative;
	height: 100%;
	height: 100vh;
    clear: both;
}

@media (min-width: 768px) {
section {
	position: relative;
	height: 100%;
    height:100vh;
    clear: both;
    }
}




/* ----- VIDEO PLAYER ----- */
/* http://labs.jonsuh.com/responsive-video-embed/ */

.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 0;
	height: 0;
	overflow: hidden;
}
.videoWrapper iframe {
	position: absolute;
	/*top: 0;
	left: 0;*/
	width: 94%;
	height: 77%;
	margin-left: 15px;
	margin-top: 20px;
	box-shadow: 0px 0px 15px black;
	z-index: 2500;
	}
	
#s18 .videoWrapper iframe {
	height: 77%!important;
	min-height:77%!important;
}
	
@media (min-width: 768px) {
	#s18 .videoWrapper iframe {
	height: 48%!important;
	min-height:48%!important;
}
}
/* ----- CREDITS PAGE ----- */

section.credits {
	overflow: hidden!important;
	height: 100%!important;
	width: 100%!important;
	padding: 5px;
}

@media (min-width: 768px) {
	section.credits {
	overflow: hidden!important;
	height: 100%!important;
	width: 100%!important;
	padding: 20px;
}
}

.credits .story {
	margin-top: 2%;
}

.credit-details {
}

.carousel {
	height: 100%;
}

.carousel-control {
	width: 5%;
	
}

.carousel-control .glyphicon-chevron-left {
	left: 0;
}

.carousel-control .glyphicon-chevron-right {
	right: 0;
}

.carousel-control .icon-prev, .carousel-control .icon-next {
	margin-top: -15px;
	font-size: 30px;
}

@media (min-width: 768px) {
	.carousel-control .icon-prev, .carousel-control .icon-next {
	margin-top: -25px;
	font-size: 50px;
}
}

/* ----- CONTROL BUTTONS ----- */

.home-button, .help-button, .info-button {
	font-family: Entypo;
	text-align: center;
	float: right;
}

/* ----- MODALS ----- */

.modal {
	z-index: 9000!important;
	overflow: hidden;
}

.modal-dialog {
	min-width: 60vw;
	max-width: 90vw;
	max-height: 88vh;
	position: relative;
}

.modal-content {
	background-color: rgba(67,79,96,0.95);
}

#creditsModal .modal-dialog {
	height: 100%;
}

#creditsModal .modal-content {
	height: 100%;
}


.modal-header .col-xs-10 {
	padding: 0px!important;
	margin-bottom: 5px;
	float: none;
}

@media (min-width: 768px) {
	#creditsModal .modal-content {
	height: 100%;
	padding-bottom: 5%;
	}
	
	#creditsModal .modal-dialog {
	height: auto;
	min-height: 60%;
}
}

#creditsModal a {
	color: #e5e5e5;
}

#creditsModal a:hover {
	color: white;
}

.modal-body {
	padding: 0px 10px 5px 10px;
	height: 60%;
}

.modal-header .close {
	float: right;
	font-size: 24px;
	font-weight: 200;
	line-height: 1;
	color: #FFF;
	text-shadow: none;
	opacity: 0.4;
	z-index: 9999;
	padding: 5px;
	position: relative;
}

.modal-header {
	border-bottom: none;
	padding: 10px 10px 5px 10px;
}

.modal-footer {
	border-top: none;
	margin-top: 0;
	padding: 0 20px 20px 20px;
}

.modal-footer .btn-primary {
	background-color: #C5BF16;
}

#credits {
	margin-top: 0;
}

#credits .carousel-control.right,#credits .carousel-control.left {
	background-image: none;
}

#credits .col-xs-10 {
	padding-left:0px;
	padding-right:0px;
}

@media (min-width: 768px) {
#credits {
	margin-top: 20px;
}
}

/* ----- SHARE BUTTONS ----- */

.share-button.share-button-left.sharer-0 .social {
	position: fixed;
	bottom: 40px;
	right: 0px;
}

.share-button.share-button-left.sharer-0 label:hover {
	opacity: 1!important;
}

.share-button.share-button-left.sharer-0 {
	width: 20px;
	height: 20px;
	display: inline;
	float:right;
	margin-right: 8px;
}

@media (min-width: 768px) {
	.share-button.share-button-left.sharer-0 {
	margin-right: 8px;
	float:left;
}
}



@media (min-width: 1200px) {
	.share-button.share-button-left.sharer-0 {
	margin-right: 8px;
	float: left;
}
}

.share-button.share-button-left.sharer-0{
margin-right: 20px;
}

.share-button.share-button-left.sharer-0 label {
	background: rgba(41,51,67,1);
	border-radius: 50%;
	float:left;
	display: inline;
	height: 30px;
	width: 30px;
	color: #c5bf16;
	font-size: 16px;
	padding: 0;
	text-align: center;
	vertical-align: top;
	clear: none;
	cursor: hand!important;
}

.home-button, .help-button, .info-button {
	background: rgba(41,51,67,1);
	border-radius: 50%;
	display: inline;
	height: 30px;
	width: 30px;
	color: #c5bf16;
	font-size: 30px;
	padding: 0;
	text-align: center;
	vertical-align: top;
	clear: none;
	margin-right: 10px;
}

.home-button .home, .help-button .help, .info-button .info {
	position: relative;
	top: -5px;
}

@media (min-width: 768px) {
	.share-button.share-button-left.sharer-0 {
		margin-right: 7px;
	}
	
	.share-button.share-button-left.sharer-0 label  {
	height: 24px;
	width: 24px;
	margin: 7px 0;
	font-size: 15px;
	cursor: hand!important;
}

.home-button, .help-button {
	height: 24px;
	width: 24px;
	margin: 7px 3px 7px 0;
	font-size: 28px;
	float:left;
}

.info-button {
	height: 24px;
	width: 24px;
	margin: 7px 0 7px 0;
	font-size: 28px;
	float:left;
}

.home-button .home {
	position: relative;
	top: -9px;
}

.help-button .help, .info-button .info {
	position: relative;
	top: -8px;
}
}

@media (min-width: 992px) {
	.share-button.share-button-left.sharer-0 {
		margin-right: 4px;
	}
	
	.share-button.share-button-left.sharer-0 label  {
	height: 22px;
	width: 22px;
	margin: 7px 0;
	font-size: 14px;
	cursor: hand!important;
}

.home-button, .help-button {
	height: 22px;
	width: 22px;
	margin: 7px 3px 7px 0;
	font-size: 26px;
	float: left;
}

.info-button {
	height: 22px;
	width: 22px;
	margin: 7px 3px 7px 0;
	font-size: 26px;
	float: left;
}

.home-button .home {
	position: relative;
	top: -9px;
}

.help-button .help, .info-button .info {
	position: relative;
	top: -8px;
}

}


@media (min-width: 1200px) {
	.share-button.share-button-left.sharer-0 {
		margin-right: 2px;
	}
	
	.share-button.share-button-left.sharer-0 label  {
	height: 20px;
	width: 20px;
	margin: 7px 0;
	font-size: 12px;
	cursor: hand!important;
}

.home-button {
	height: 20px;
	width: 20px;
	margin: 7px 3px 7px 0;
	font-size: 24px;
	float: left;
}

.info-button, .help-button {
	height: 18px;
	width: 18px;
	margin: 7px 3px 7px 0;
	font-size: 24px;
	float: left;
}


.home-button .home {
	position: relative;
	top: -8px;
}

.help-button .help, .info-button .info {
	position: relative;
	top: -8px;
}

}
.share-button.share-button-left.sharer-0 label span {
	display: none;
}

.share-button.share-button-top.sharer-0 {
	width:92px;
	height:20px;
	-webkit-touch-callout:none;
	-khtml-user-select:none;
	-webkit-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	user-select:none;
	}
	
.share-button.share-button-top.sharer-0 [class*=entypo-]:before {
	font-family:EntypoSocial,sans-serif;
	}
	
.share-button.share-button-top.sharer-0 label {
	font-size:16px;
	cursor:hand!important;
	margin:0;
	padding:5px 10px;
	border-radius:5px;
	background:#a29baa;
	color:#333;
	-webkit-transition:all .3s ease;
	transition:all .3s ease;
	}
	
.share-button.share-button-top.sharer-0 label:hover {
	cursor: hand!important;
	}
	
.share-button.share-button-top.sharer-0 label span {
	text-transform:uppercase;
	font-size:.9em;
	font-family:Calibri,sans-serif;
	font-weight:700;
	-webkit-font-smoothing:antialiased;
	padding-left:6px;
	}
	
.share-button.share-button-top.sharer-0 .social {
	opacity:0;
	-webkit-transition:all .4s ease;
	transition:all .4s ease;
	margin-left:-15px;
	visibility:hidden;
	}
	
.share-button.share-button-top.sharer-0 .social.top {
	-webkit-transform-origin:0 0;
	-ms-transform-origin:0 0;
	transform-origin:0 0;
	margin-top:-80px;
	}
	
.share-button.share-button-top.sharer-0 .social.bottom {
	-webkit-transform-origin:0 0;
	-ms-transform-origin:0 0;
	transform-origin:0 0;
	margin-top:5px;
	}
	
.share-button.share-button-top.sharer-0 .social.middle {
	margin-top:-34px
	}
	
.share-button.share-button-top.sharer-0 .social.middle.right {
	-webkit-transform-origin:5% 50%;
	-ms-transform-origin:5% 50%;
	transform-origin:5% 50%;
	margin-left:105px;
	}
	
.share-button.share-button-top.sharer-0 .social.middle.left {
	-webkit-transform-origin:5% 50%;
	-ms-transform-origin:5% 50%;
	transform-origin:5% 50%;
	}
	
.share-button.share-button-top.sharer-0 .social.right{
	margin-left:14px
	}
	
.share-button.share-button-top.sharer-0 .social.load {
	-webkit-transition:none!important;
	transition:none!important;
	}
	
.share-button.share-button-top.sharer-0 .social.networks-1 {
	width:60px;
	}
	
.share-button.share-button-top.sharer-0 .social.networks-1.center,.share-button.share-button-top.sharer-0 .social.networks-1.left {
	margin-left:14px;
	}
	
.share-button.share-button-top.sharer-0 .social.networks-1.middle.left {
	margin-left:-70px;
	}
	
.share-button.share-button-top.sharer-0 .social.networks-1 ul {
	width:60px;
	}
	
.share-button.share-button-top.sharer-0 .social.networks-2 {
	width:120px;
	}
	
.share-button.share-button-top.sharer-0 .social.networks-2.center {
	margin-left:-13px;
	}
	
.share-button.share-button-top.sharer-0 .social.networks-2.left {
	margin-left:-44px;
	}
	
.share-button.share-button-top.sharer-0 .social.networks-2.middle.left {
	margin-left:-130px;
	}
	
.share-button.share-button-top.sharer-0 .social.networks-2 ul {
	width:120px;
	}
	
.share-button.share-button-top.sharer-0 .social.networks-3 {
	width:180px;
	}
	
.share-button.share-button-top.sharer-0 .social.networks-3.center {
	margin-left:-45px;
	}
	
.share-button.share-button-top.sharer-0 .social.networks-3.left {
	margin-left:-102px;
	}
	
.share-button.share-button-top.sharer-0 .social.networks-3.middle.left {
	margin-left:-190px;
	}
	
.share-button.share-button-top.sharer-0 .social.networks-3 ul {
	width:180px;
	}
	
.share-button.share-button-top.sharer-0 .social.networks-4 {
	width:240px;
	}
	
.share-button.share-button-top.sharer-0 .social.networks-4.center {
	margin-left:-75px;
	}
	
.share-button.share-button-top.sharer-0 .social.networks-4.left {
	margin-left:162px;
	}
	
.share-button.share-button-top.sharer-0 .social.networks-4.middle.left {
	margin-left:-250px;
	}
	
.share-button.share-button-top.sharer-0 .social.networks-4 ul {
	width:240px;
	}
	
.share-button.share-button-top.sharer-0 .social.networks-5 {
	width:300px;
	}
	
.share-button.share-button-top.sharer-0 .social.networks-5.center {
	margin-left:-105px;
	}
	
.share-button.share-button-top.sharer-0 .social.networks-5.left {
	margin-left:-225px;
	}
	
.share-button.share-button-top.sharer-0 .social.networks-5.middle.left {
	margin-left:-320px;
	}
	
.share-button.share-button-top.sharer-0 .social.networks-5 ul {
	width:300px;
	}
	
.share-button.share-button-top.sharer-0 .social.active {
	opacity:1;
	-webkit-transition:all .4s ease;
	transition:all .4s ease;
	visibility:visible;
	}
	
.share-button.share-button-top.sharer-0 .social.active.top {
	-webkit-transform:scale(1) translateY(-10px);
	-ms-transform:scale(1) translateY(-10px);
	transform:scale(1) translateY(-10px)
	}
	
.share-button.share-button-top.sharer-0 .social.active.bottom {
	-webkit-transform:scale(1) translateY(15px);
	-ms-transform:scale(1) translateY(15px);
	transform:scale(1) translateY(15px)
	}
	
.share-button.share-button-top.sharer-0 .social.active.middle.right {
	-webkit-transform:scale(1) translateX(10px);
	-ms-transform:scale(1) translateX(10px);
	transform:scale(1) translateX(10px)
	}
	
.share-button.share-button-top.sharer-0 .social.active.middle.left {
	-webkit-transform:scale(1) translateX(-10px);
	-ms-transform:scale(1) translateX(-10px);
	transform:scale(1) translateX(-10px)
	}
	
.share-button.share-button-top.sharer-0 .social ul {
	position:relative;
	left:0;
	right:0;
	height:46px;
	color:#fff;
	margin:auto;
	padding:0;
	list-style:none;
	}
	
.share-button.share-button-top.sharer-0 .social ul li {
	font-size:20px;
	cursor:pointer;
	width:60px;
	margin:0;
	padding:12px 0;
	text-align:center;
	float:left;
	display:none;
	height:22px;
	position:relative;
	z-index:2;
	-webkit-box-sizing:content-box;
	-moz-box-sizing:content-box;
	box-sizing:content-box;
	-webkit-transition:all .3s ease;
	transition:all .3s ease;
	}
	
.share-button.share-button-top.sharer-0 .social ul li:hover {
	cursor: hand!important;
	}
	
.share-button.share-button-top.sharer-0 .social li[class*=facebook] {
	background:#3b5998;
	display:block;
	}
	
.share-button.share-button-top.sharer-0 .social li[class*=twitter] {
	background:#6cdfea;
	display:block;
	}
	
.share-button.share-button-top.sharer-0 .social li[class*=gplus] {
	background:#e34429;
	display:block;
	}
	
.share-button.share-button-top.sharer-0 .social li[class*=pinterest] {
	background:#c5282f;
	display:block;
	}
	
.share-button.share-button-top.sharer-0 .social li[class*=paper-plane] {
	background:#42c5b0;
	display:block;
	}
	
/* Social Media conclusion page buttons */

.fb a {
	color: white;
	text-decoration: none;
}

.shareconfirm {
	background: url('../images/splashbg-mob.jpg') /*no-repeat center center fixed*/;
	width: 100vw;
	height: 100vh;
	background-position: right center;
	background-size: cover;
	}

.fb_hidden{position:absolute;top:-10000px;z-index:10001}.fb_invisible{display:none}.fb_reset{background:none;border:0;border-spacing:0;color:#000;cursor:auto;direction:ltr;font-family:"lucida grande", tahoma, verdana, arial, sans-serif;font-size:11px;font-style:normal;font-variant:normal;font-weight:normal;letter-spacing:normal;line-height:1;margin:0;overflow:visible;padding:0;text-align:left;text-decoration:none;text-indent:0;text-shadow:none;text-transform:none;visibility:visible;white-space:normal;word-spacing:normal}.fb_reset>div{overflow:hidden}.fb_link img{border:none}
.fb_dialog{background:rgba(82, 82, 82, .7);position:absolute;top:-10000px;z-index:10001}.fb_reset .fb_dialog_legacy{overflow:visible}.fb_dialog_advanced{padding:10px;-moz-border-radius:8px;-webkit-border-radius:8px;border-radius:8px}.fb_dialog_content{background:#fff;color:#333}.fb_dialog_close_icon{background:url(https://fbstatic-a.akamaihd.net/rsrc.php/v2/yq/r/IE9JII6Z1Ys.png) no-repeat scroll 0 0 transparent;_background-image:url(https://fbstatic-a.akamaihd.net/rsrc.php/v2/yL/r/s816eWC-2sl.gif);cursor:pointer;display:block;height:15px;position:absolute;right:18px;top:17px;width:15px}.fb_dialog_mobile .fb_dialog_close_icon{top:5px;left:5px;right:auto}.fb_dialog_padding{background-color:transparent;position:absolute;width:1px;z-index:-1}.fb_dialog_close_icon:hover{background:url(https://fbstatic-a.akamaihd.net/rsrc.php/v2/yq/r/IE9JII6Z1Ys.png) no-repeat scroll 0 -15px transparent;_background-image:url(https://fbstatic-a.akamaihd.net/rsrc.php/v2/yL/r/s816eWC-2sl.gif)}.fb_dialog_close_icon:active{background:url(https://fbstatic-a.akamaihd.net/rsrc.php/v2/yq/r/IE9JII6Z1Ys.png) no-repeat scroll 0 -30px transparent;_background-image:url(https://fbstatic-a.akamaihd.net/rsrc.php/v2/yL/r/s816eWC-2sl.gif)}.fb_dialog_loader{background-color:#f2f2f2;border:1px solid #606060;font-size:24px;padding:20px}.fb_dialog_top_left,.fb_dialog_top_right,.fb_dialog_bottom_left,.fb_dialog_bottom_right{height:10px;width:10px;overflow:hidden;position:absolute}.fb_dialog_top_left{background:url(https://fbstatic-a.akamaihd.net/rsrc.php/v2/ye/r/8YeTNIlTZjm.png) no-repeat 0 0;left:-10px;top:-10px}.fb_dialog_top_right{background:url(https://fbstatic-a.akamaihd.net/rsrc.php/v2/ye/r/8YeTNIlTZjm.png) no-repeat 0 -10px;right:-10px;top:-10px}.fb_dialog_bottom_left{background:url(https://fbstatic-a.akamaihd.net/rsrc.php/v2/ye/r/8YeTNIlTZjm.png) no-repeat 0 -20px;bottom:-10px;left:-10px}.fb_dialog_bottom_right{background:url(https://fbstatic-a.akamaihd.net/rsrc.php/v2/ye/r/8YeTNIlTZjm.png) no-repeat 0 -30px;right:-10px;bottom:-10px}.fb_dialog_vert_left,.fb_dialog_vert_right,.fb_dialog_horiz_top,.fb_dialog_horiz_bottom{position:absolute;background:#525252;filter:alpha(opacity=70);opacity:.7}.fb_dialog_vert_left,.fb_dialog_vert_right{width:10px;height:100%}.fb_dialog_vert_left{margin-left:-10px}.fb_dialog_vert_right{right:0;margin-right:-10px}.fb_dialog_horiz_top,.fb_dialog_horiz_bottom{width:100%;height:10px}.fb_dialog_horiz_top{margin-top:-10px}.fb_dialog_horiz_bottom{bottom:0;margin-bottom:-10px}.fb_dialog_iframe{line-height:0}.fb_dialog_content .dialog_title{background:#6d84b4;border:1px solid #3b5998;color:#fff;font-size:14px;font-weight:bold;margin:0}.fb_dialog_content .dialog_title>span{background:url(https://fbstatic-a.akamaihd.net/rsrc.php/v2/yd/r/Cou7n-nqK52.gif) no-repeat 5px 50%;float:left;padding:5px 0 7px 26px}body.fb_hidden{-webkit-transform:none;height:100%;margin:0;overflow:visible;position:absolute;top:-10000px;left:0;width:100%}.fb_dialog.fb_dialog_mobile.loading{background:url(https://fbstatic-a.akamaihd.net/rsrc.php/v2/ya/r/3rhSv5V8j3o.gif) white no-repeat 50% 50%;min-height:100%;min-width:100%;overflow:hidden;position:absolute;top:0;z-index:10001}.fb_dialog.fb_dialog_mobile.loading.centered{max-height:590px;min-height:590px;max-width:500px;min-width:500px}#fb-root #fb_dialog_ipad_overlay{background:rgba(0, 0, 0, .45);position:absolute;left:0;top:0;width:100%;min-height:100%;z-index:10000}#fb-root #fb_dialog_ipad_overlay.hidden{display:none}.fb_dialog.fb_dialog_mobile.loading iframe{visibility:hidden}.fb_dialog_content .dialog_header{-webkit-box-shadow:white 0 1px 1px -1px inset;background:-webkit-gradient(linear, 0% 0%, 0% 100%, from(#738ABA), to(#2C4987));border-bottom:1px solid;border-color:#1d4088;color:#fff;font:14px Helvetica, sans-serif;font-weight:bold;text-overflow:ellipsis;text-shadow:rgba(0, 30, 84, .296875) 0 -1px 0;vertical-align:middle;white-space:nowrap}.fb_dialog_content .dialog_header table{-webkit-font-smoothing:subpixel-antialiased;height:43px;width:100%}.fb_dialog_content .dialog_header td.header_left{font-size:12px;padding-left:5px;vertical-align:middle;width:60px}.fb_dialog_content .dialog_header td.header_right{font-size:12px;padding-right:5px;vertical-align:middle;width:60px}.fb_dialog_content .touchable_button{background:-webkit-gradient(linear, 0% 0%, 0% 100%, from(#4966A6), color-stop(.5, #355492), to(#2A4887));border:1px solid #29447e;-webkit-background-clip:padding-box;-webkit-border-radius:3px;-webkit-box-shadow:rgba(0, 0, 0, .117188) 0 1px 1px inset, rgba(255, 255, 255, .167969) 0 1px 0;display:inline-block;margin-top:3px;max-width:85px;line-height:18px;padding:4px 12px;position:relative}.fb_dialog_content .dialog_header .touchable_button input{border:none;background:none;color:#fff;font:12px Helvetica, sans-serif;font-weight:bold;margin:2px -12px;padding:2px 6px 3px 6px;text-shadow:rgba(0, 30, 84, .296875) 0 -1px 0}.fb_dialog_content .dialog_header .header_center{color:#fff;font-size:16px;font-weight:bold;line-height:18px;text-align:center;vertical-align:middle}.fb_dialog_content .dialog_content{background:url(https://fbstatic-a.akamaihd.net/rsrc.php/v2/y9/r/jKEcVPZFk-2.gif) no-repeat 50% 50%;border:1px solid #555;border-bottom:0;border-top:0;height:150px}.fb_dialog_content .dialog_footer{background:#f2f2f2;border:1px solid #555;border-top-color:#ccc;height:40px}#fb_dialog_loader_close{float:left}.fb_dialog.fb_dialog_mobile .fb_dialog_close_button{text-shadow:rgba(0, 30, 84, .296875) 0 -1px 0}.fb_dialog.fb_dialog_mobile .fb_dialog_close_icon{visibility:hidden}
.fb_iframe_widget{display:inline-block;position:relative}.fb_iframe_widget span{display:inline-block;position:relative;text-align:justify}.fb_iframe_widget iframe{position:absolute}.fb_iframe_widget_lift{z-index:1}.fb_hide_iframes iframe{position:relative;left:-10000px}.fb_iframe_widget_loader{position:relative;display:inline-block}.fb_iframe_widget_fluid{display:inline}.fb_iframe_widget_fluid span{width:100%}.fb_iframe_widget_loader iframe{min-height:32px;z-index:2;zoom:1}.fb_iframe_widget_loader .FB_Loader{background:url(https://fbstatic-a.akamaihd.net/rsrc.php/v2/y9/r/jKEcVPZFk-2.gif) no-repeat;height:32px;width:32px;margin-left:-16px;position:absolute;left:50%;z-index:4}
.fb_connect_bar_container div,.fb_connect_bar_container span,.fb_connect_bar_container a,.fb_connect_bar_container img,.fb_connect_bar_container strong{background:none;border-spacing:0;border:0;direction:ltr;font-style:normal;font-variant:normal;letter-spacing:normal;line-height:1;margin:0;overflow:visible;padding:0;text-align:left;text-decoration:none;text-indent:0;text-shadow:none;text-transform:none;visibility:visible;white-space:normal;word-spacing:normal;vertical-align:baseline}.fb_connect_bar_container{position:fixed;left:0 !important;right:0 !important;height:42px !important;padding:0 25px !important;margin:0 !important;vertical-align:middle !important;border-bottom:1px solid #333 !important;background:#3b5998 !important;z-index:99999999 !important;overflow:hidden !important}.fb_connect_bar_container_ie6{position:absolute;top:expression(document.compatMode=="CSS1Compat"? document.documentElement.scrollTop+"px":body.scrollTop+"px")}.fb_connect_bar{position:relative;margin:auto;height:100%;width:100%;padding:6px 0 0 0 !important;background:none;color:#fff !important;font-family:"lucida grande", tahoma, verdana, arial, sans-serif !important;font-size:13px !important;font-style:normal !important;font-variant:normal !important;font-weight:normal !important;letter-spacing:normal !important;line-height:1 !important;text-decoration:none !important;text-indent:0 !important;text-shadow:none !important;text-transform:none !important;white-space:normal !important;word-spacing:normal !important}.fb_connect_bar a:hover{color:#fff}.fb_connect_bar .fb_profile img{height:30px;width:30px;vertical-align:middle;margin:0 6px 5px 0}.fb_connect_bar div a,.fb_connect_bar span,.fb_connect_bar span a{color:#bac6da;font-size:11px;text-decoration:none}.fb_connect_bar .fb_buttons{float:right;margin-top:7px}
.fbpluginrecommendationsbarleft,.fbpluginrecommendationsbarright{position:fixed !important;bottom:0;z-index:999}.fbpluginrecommendationsbarleft{left:10px}.fbpluginrecommendationsbarright{right:10px}