* {
	margin: 0;
	padding: 0;
	position: relative;
}
img {
	border: none;
}
table {
	border: none;
	border-collapse: collapse;
	border-spacing: 0;
}
thead, tbody, tfoot, tr, th, td {
	position: static;
}
/*--------------------------------------------------------------------------------------------------------*/
a {
	color: #fff;
}
a:hover {
	text-decoration: none;
}
html {
	height: 100%;
	background: #000;
}
body {
	background: #000;
	font-family: "Ronnia", Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 12px;
	margin: 0 auto;
	height: 100%;
	margin: 0 auto;
    max-width: 1920px;
}
h1 {
}
h2 {
}
h3 {
}
h4 {
}
h1, h2, h3, h4, h5, h6 {
}
p {
	line-height: 1.5em;
	margin: 0 0 15px;
}
input, textarea, select {
	font-family: "Ronnia", Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 12px;
}
.clear {
	height: 0;
	clear: both;
	overflow: hidden;
}
/*--------------------------------------------------------------------------------------------------------*/
#outer {
	height: 100%;
	overflow: hidden;
	z-index: 0;
}
#fb-root {
	z-index: 999999;
}
/*--------------------------------------------------------------------------------------------------------*/
#sideBar {
	position: absolute;
	right: 30px;
	top: 20px;
	z-index: 9999980;
	color: #fff;
	width: 17em;
	background: url(/media/img/sideBar.png) no-repeat right top;
	padding: 1px 0 0;
	white-space: nowrap;
	font-size: 10px;
}
#sideBar div {
	background: url(/media/img/sideBar.png) no-repeat 0 bottom;
	padding: 0.57em 0.71em;
	font-size: 1.4em;
	line-height: 1.14em;
}
#sideBar .depth {
}
#sideBar .depth b {
	font-size: 3.86em;
	line-height: 1em;
	display: block;
	top: 1px;
	margin-bottom: -0.07em;
}
#sideBar .avarageSpeed {
}
#sideBar .avarageSpeed b {
}
#sideBar .wrap {
	display: block;
	overflow: hidden;
}
#sideBar .timeSpent b {
	display: block;
}
#sideBar .peopleSame {
}
#sideBar .peopleSame b {
}
#sideBar .btnLegend {
	background-color: #000;
	cursor: pointer;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	padding-left: 1.42em;
	border-right: 1px solid #666;
	border-right: 1px solid rgba(255,255,255,0.3);
	position: absolute;
	top: 100%;
	right: 0;
	left: 0;
}
#sideBar .btnLegend i.close {
	width: 0.5em;
	height: 0.5em;
	position: absolute;
	right: 0.5em;
	top: 0.78em;
	background: url(/media/img/close.png) no-repeat center center;
}
#sideBar .btnLegend.closed {
}
#sideBar .btnLegend.closed i.close {
	display: none;
}
#sideBar .btnLegend .dropDown {
	background: url(/media/img/dropDown.png) no-repeat 0 0;
	width: 5px;
	height: 5px;
	left: 0.71em;
	top: 0.92em;
	position: absolute;
}
#sideBar .btnLegend.closed .dropDown {
	background-position: right 0;
}
#sideBar {
}
/*--------------------------------------------------------------------------------------------------------*/
#fade {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 9999990;
	background: #000;
	display: block;
	opacity: 0.95;
}
.message {
	position: fixed;
	background: #000;
	background: rgba(0,0,0,0.8);
	width: 430px;
	padding: 20px 20px;
	border: 1px solid #4d4d4d;
	color: #fff;
	z-index: 9999991;
	left: 50%;
	margin-left: -235px;
	top: 0;
	display: none;
}
#msgLoading {
	display: block;
	top: 50%;
	margin-top: -20px;
}
#msgLoading h3 {
	margin: 0;
}
.message h3 {
	font-size: 22px;
	line-height: 26px;
	font-weight: bold;
	margin: 0 0 13px;
}
.message p {
	font-size: 15px;
	line-height: 18px;
	margin: 0 0 5px;
}
.message .btn {
	font-size: 22px;
	font-weight: bold;
	color: #fff;
	background: #141414;
	line-height: 44px;
	height: 44px;
	margin: 0 auto;
	cursor: pointer;
	width: 120px;
	text-align: center;
}
.message .scrollTo {
	margin: 20px 0 0;
	font-size: 15px;
	background: url(/media/img/toScroll.png) no-repeat 0 0;
	height: 125px;
	padding: 38px 0 0 95px;
}
.message .scrollTo .or {
	font-size: 22px;
	line-height: 26px;
	position: absolute;
	left: 205px;
	top: 35px;
}
.message .scrollTo .video {
	white-space: nowrap;
	font-size: 15px;
	position: absolute;
	left: 252px;
	top: 37px;
	padding: 0 0 80px;
	background: url(/media/img/watch.png) no-repeat center bottom;
	text-decoration: underline;
	cursor: pointer;
}
.desktop .message .scrollTo .video:hover {
	text-decoration: none;
}
.goVideo {
	font-size: 10px;
	text-transform: uppercase;
	color: white;
	position: absolute;
	right: 125px;
	right: 295px;
	bottom: 5px;
	line-height: 25px;
	z-index: 666;
	cursor: pointer;
	text-decoration: underline;
}
.desktop .goVideo:hover {
	text-decoration: none;
}
.ipad .goVideo {
	right: 115px;
	right: 175px;
}
.iphone .goVideo {
	display: none;
}
	
.mobile .message .scrollTo {
    background-image: url(/media/img/toScroll_.png);
    background-position: 0px 10px;
    margin-left: 0;
    padding-top: 36px;
    background-size: 91px;
}
.message .close {
	position: absolute;
	right: 0;
	top: 0;
	width: 50px;
	height: 50px;
	background: url(/media/img/close.png) no-repeat center center;
	cursor: pointer;
	z-index: 111;
}
/*
<div id="video"><div class="title">What it’s all about</div><div class="video"></div><div class="close">Close</div></div>
*/
#video {
    background: rgba(0, 0, 0, 0.8);
    border: 1px solid #4D4D4D;
    color: #fff;
    left: 50%;
    margin-left: -302px;
	margin-top: -235px;
    padding: 10px 25px 20px;
    position: fixed;
    top: 50%;
	width: 554px;
	height: 440px;
    z-index: 9999999;
	display: none;
}
#video .title {
	font-size: 22px;
	line-height: 26px;
	padding: 5px 0 15px;
}
#video .video {
	width: 554px;
	height: 337px;
	margin: 0 0 15px;
}
#video .close {
	background: none repeat scroll 0 0 #141414;
	color: #FFFFFF;
	cursor: pointer;
	font-size: 22px;
	font-weight: bold;
	height: 44px;
	line-height: 44px;
	margin: 0 auto;
	text-align: center;
	width: 120px;
}
.desktop #video .close:hover {
	background: #333;
}


#ground {
	height: 100%;
	z-index: 1;
	background: url(/media/textures/11.jpg) repeat-y 0 0;
	background: #000;
	margin: 0 auto;
}
#ground img {
	position: absolute;
	background-repeat: repeat !important;
	background-position: center 0;
	background-size: cover !important;
}
/*--------------------------------------------------------------------------------------------------------*/
.leftGrad {
	width: 270px;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: url(/media/img/leftGrad.png) repeat-y 0 0;
	z-index: 2;
}
.rightGrad {
	width: 270px;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	background: url(/media/img/rightGrad.png) repeat-y 0 0;
	z-index: 2}
.mobile .leftGrad {
	background: url(/media/img/leftGrad_.png) repeat-y 0 0;
}
.mobile .rightGrad {
	background: url(/media/img/rightGrad_.png) repeat-y right 0;
}
/*--------------------------------------------------------------------------------------------------------*/
#logo {
	position: absolute;
	left: 30px;
	top: 20px;
	width: 170px;
	height: 64px;
	z-index: 9999;
	background: url(/media/img/logo.png) no-repeat 0 0; 	
}
/*--------------------------------------------------------------------------------------------------------*/
* {
	text-shadow: 1px 1px 0 #000;
	color: #fff;
}
#fbAuth {
	position: absolute;
	left: 30px;
	bottom: 5px;
	z-index: 666;
	font-size: 10px;
	right: 210px;
	right: 270px;
	text-transform: uppercase;
	color: #fff;
	height: 25px;
}
#fbAuth * {
}
#fbAuth img {
	width: 25px;
	height: 25px;
	overflow: hidden;
	float: left;
	margin: 0 7px 0 0;
}
#fbAuth span {
	margin: 0 20px 0 0;
}

#fbAuth #fb-login {
	color: #fff;
	margin: 0 10px 0 0;
	padding: 7px 0 0 204px;
	height: 18px;
	line-height: 15px;
	background: url(/media/img/fb.png) no-repeat 0 0;
	float: left;
	text-decoration: none;
}
#fbAuth #fb-logout {
	position: absolute;
	right: 0;
	color: #fff;
	padding: 0 0 0 15px;
	background: url(/media/img/exit.png) no-repeat 0 center;
	text-decoration: none;
}
#copyright {
	font-size: 10px;
	text-transform: uppercase;
	color: #fff;
	position: absolute;
	right: 135px;
	bottom: 5px;
	line-height: 25px;
	z-index: 666;
}
#copyright a {
	margin-right: 20px;
}
/*--------------------------------------------------------------------------------------------------------*/
#stat {
	position: absolute;
	right: 30px;
	top: 300px;
	bottom: 70px;
	width: 25px;
	z-index: 666;
}
#stat i {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: -1px;
	border: 1px solid #fff;
	opacity: 0.5;
	filter: alpha(opacity=50);
	background: #fff;
	z-index: 0;
}
#stat u {
	position: absolute;
	margin: -2px 0 0 -1px;
	width: 28px;
	height: 6px;
	background: url(/media/img/stat.png) no-repeat 0 0;
	top: 0;
	z-index: 9;
}
#stat div {
	top: 1px;
	font-size: 10px;
	line-height: 13px;
	text-transform: uppercase;
}
#stat div .l_ {
	position: absolute;
	background: url(/media/img/_1.jpg) repeat center center;
	left: 1px;
	right: 1px;
	top: 0;
	bottom: 1px;
}
#stat div b {
	display: block;
}
#stat div .l__ {
	position: absolute;
	white-space: nowrap;
	right: -2px;
	padding-right: 35px;
	text-align: right;
	top: 50%;
	margin-top: -6px;
	line-height: 9px;
	background: url(/media/img/legend.png) no-repeat right 5px;
	padding-top: 2px;
}
#stat .legend1 .l__ {
	margin-top: -23px;
	background-position: right 13px;
	background: url(/media/img/legend2.png) no-repeat right 4px;
	padding-top: 0;
	z-index: 7;
	padding-bottom: 15px;
	top: 0;
}
#stat .legend8 .l__ {
	margin-top: 0;
	background-position: right 13px;
	background: url(/media/img/legend3.png) no-repeat right 0;
	padding-top: 0;
	z-index: 7;
	padding-top: 15px;
	top: -2px;
}
#stat .legend2 .l_ {
	background-image: url(/media/img/_4.jpg);
	z-index: 6;
}
#stat .legend3 .l_ {
	background-image: url(/media/img/_5.jpg);
	z-index: 5;
}
#stat .legend4 .l_ {
	background-image: url(/media/img/_6.jpg);
	z-index: 4;
}
#stat .legend5 .l_ {
	background-image: url(/media/img/_7.jpg);
	z-index: 3;
}
#stat .legend6 .l_ {
	background-image: url(/media/img/_8.jpg);
	z-index: 2;
}
#stat .legend7 .l_ {
	background-image: url(/media/img/_9.jpg);
	z-index: 1;
}
.checkInHere {
	background: url(/media/img/check.png) no-repeat right 0;
	padding: 0 36px 0 0;
	font-size: 10px;
	text-transform: uppercase;
	height: 25px;
	line-height: 25px;
	position: absolute;
	right: 30px;
	bottom: 40px;
	cursor: pointer;
	z-index: 666;
	display: none;
}
/*--------------------------------------------------------------------------------------------------------*/
body.ipad.portrait {
}
body.ipad.landsacpe {
}
.ipad .checkInHere {
	right: 20px;
}
.ipad #logo {
	left: 20px;
	top: 15px;
}
.ipad #fbAuth {
	left: 20px;
	right: 197px;
	right: 256px;
}
.ipad #sideBar {
	right: 20px;
	top: 15px;
}
.ipad #copyright {
	right: 20px;
}
.ipad #fb-logout {
}
.ipad #stat {
	right: 20px;
	bottom: 70px;
	top: 290px;
}
/*--------------------------------------------------------------------------------------------------------*/
body.auth #stat {
	bottom: 100px;
}
/*--------------------------------------------------------------------------------------------------------*/
body.iphone #fbAuth #fb-login {
	display: none;
	overflow: hidden;
	width: 87px;
	height: 37px;
	background: url(/media/img/iphoneSignIn.png) no-repeat 0 0;
	text-indent: -99999px;
	background-size: 87px 36px;
	top: -8px;
}
body.iphone #logo {
	width: 100px;
	left: 10px;
	top: 10px;
	background-size: contain;
}
body.iphone #copyright {
	right: 10px;
	font-size: 8px;
	display: none;
}
body.iphone #copyright a {
	margin: 0 10px 0 0;
}
body.iphone #sideBar {
	font-size: 7px;
	right: 10px;
	top: 10px;
}
body.iphone #fbAuth {
	left: 10px;
	height: 25px;
	right: 10px;
}
body.iphone #sideBar div {
}
body.iphone .btnLegend i {
	display: none;
}
body.iphone .checkInHere {
}
body.iphone #fbAuth img {
	width: 25px;
	height: 25px;
	vertical-align: middle;
}
body.iphone #fbAuth span {
	margin: 0 10px 0 0;
	overflow: hidden;
	max-width: 100px;
	white-space: nowrap;
}
#fbAuth * {
	line-height: 25px;
	top: 0;
	display: inline-block;
	vertical-align: middle;
}
body.iphone #fbAuth span, body.iphone #fbAuth a {
	font-size: 8px;
	line-height: 25px;
}
body.iphone.portrait {
	-webkit-overflow-scrolling: touch;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
body.iphone.landscape {
}
/*--------------------------------------------------------------------------------------------------------*/
.mileStone {
	width: 550px;
	min-height: 80px;
	padding: 9px;
	border: 1px solid #4d4d4d;
	position: absolute;
	left: 50%;
	margin-left: -285px;
	bottom: 45px;
	z-index: 999999;
	background: #000;
	background: rgba(0,0,0,0.8);
	font-size:14px;
	line-height: 1.28em;
}
.mobile .mileStone {
	width: 360px;
	margin-left: -190px;
}
.mileStone .close {
	position: absolute;
	right: 6px;
	top: 6px;
	width: 9px;
	height: 9px;
	background: url(/media/img/close.png) no-repeat center center;
	cursor: pointer;
	z-index: 1;
}
.mobile .mileStone .close {
	width: 15px;
	height: 15px;
	z-index: 111;
}
.mileStone .image {
	float: left;
	margin-right: 15px;
	min-width: 80px;
	min-height: 80px;
	background: #222;
}
.mileStone .image img {
	width: 80px;
	height: 80px;
}
iphone .mileStone .image img {
	width: 160px;
	height: 160px;
}
.mileStone .info {
	overflow: hidden;
	margin-bottom: -4px;
}
.mileStone .title {
	margin: -2px 0 5px;
	font-weight: bold;
	padding: 0 15px 0 0;
}
.mileStone .txt {
	margin: 0 0 10px;
}
.mileStone .more {
	float: left;
	margin: 0 0 9px;
}
.mileStone .checkInText {
	clear: both;
	font-size: 10px;
	text-transform: uppercase;
	background: url(/media/img/arrow.png) no-repeat right 7px;
	float: left;
	padding-right: 11px;
	white-space: nowrap;
}
/*--------------------------------------------------------------------------------------------------------*/
body.iphone .mileStone  {
	left: 0;
	margin: 0;
	width: auto;
	bottom: 0;
	font-size: 11px;
}
body.iphone .mileStone * {
}
body.iphone .mileStone .close {
	right: -3px;
	top: -3px;
	width: 33px;
	height: 33px;
}
body.iphone .mileStone .image {
	margin-right: 10px;
}
body.iphone .mileStone .image img {
}
body.iphone .mileStone .info {
}
body.iphone .mileStone .title {
	margin-bottom: 5px;
}
body.iphone .mileStone .txt {
}
body.iphone .mileStone .more {
	margin-bottom: 7px;
}
body.iphone .mileStone .checkInText {
	background: none;
	font-size: 8px;
	line-height: 1.25em;
}

body.iphone .message {
	left: 20px;
	right: 20px;
	width: auto;
	margin: 0 auto;
	padding: 10px 20px;
	overflow: hidden;
}
body.iphone.landscape #msgHelp {
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	border: none;
}
body.iphone.landscape #msgHelp .btnEnter {
    position: absolute;
    margin: -80px 0 0 250px;
	width: 130px;
	height: 54px;
	background-size: 130px 54px;
}
body.iphone .message h3 {
	font-size: 15px;
	line-height: 1em;
}
body.iphone .message *, body.iphone .message {
	font-size: 11px !important;
	line-height: 13px !important;
}
body.iphone .message p {
	/*height: 45px;*/
	height: 100%;
	white-space: normal;
}
body.iphone .message .btn {
	width: 87px;
	height: 36px;
	background: none;
	text-indent: -9999px;
	overflow: hidden;
	background: url(/media/img/iphoneEnter.png) no-repeat 0 0;
	background-size: 87px 36px;
}
body.iphone .message .scrollTo {
	background-position: 80px 0;
	background-image: url(/media/img/toScroll_.png);
	background-size: 70px 67px;
	margin-left: 0;
	left: -35px;
	white-space: nowrap;
	height: 62px;
	margin-top: 8px;
	padding: 21px 0 0 157px;
}
body.iphone .message .scrollTo * {
	display: none;
}
body.iphone .message .close {
	right: -10px;
	top: -10px;
}
body.iphone #stat {
	right: 10px;
	width: 10em;
	opacity: 0;
	filter: alpha(opacity=0);
	bottom: 21px;
}
body.iphone.auth.landscape #stat {
	bottom: 55px;
}
body.iphone.auth #stat {
	bottom: 85px;
}
body.iphone #stat div {
}
body.iphone #stat .legend1 {
}
body.iphone #stat .legend1 .l_{
	top: auto;
	height: 1em;
	border: 1px solid rgba(255, 255, 255, 0.3);
	border-bottom: none;
	left: 0;
	right: 0;
}
body.iphone #stat .legend1 .l__ {
	top: 50%;
	margin-top: -6px;
}
body.iphone #stat .legend8 .l_ {
	height: 2em;
	background: none;
}
body.iphone #stat .legend8 .l__ {
	color: #fff;
	top: 50%;
	margin-top: -6px;
}
body.iphone #stat div .l_ {
	padding: 0;
	overflow: hidden;
}
body.iphone #stat div .l__ {
	padding: 1px 0 0;
	left: 1.6em;
	background: none;
	font-size: 8px;
	text-align: left;
}
body.iphone #stat {
}
body.iphone #stat u {
	width: auto;
	left: 0;
	right: 0;
	height: 2px;
	background: #f00;
	margin: 1px 0 0;
}
body.iphone .checkInHere {
	right: 10px;
	bottom: 35px;
}
body.auth .checkInHere {
	display: block;
}
/*--------------------------------------------------------------------------------------------------------*/
.iphoneLogin {
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
	border-top: 1px solid #666;
	border-top: 1px solid rgba(255,255,255, 0.5);
	padding: 10px 20px;
	z-index: 9999981;
	background: #000;
	background: rgba(0,0,0,0.8);
	display: none;
}
.iphoneLogin .title {
	text-align: center;
	text-transform: uppercase;
	font-size: 9px;
	line-height: 10px;
	margin: 0 0 8px;
}
.iphoneLogin .goLogin {
	width: 195px;
	height: 32px;
	background: url(/media/img/iphoneLogin.png) no-repeat 0 0;
	margin: 0 auto;
	cursor: pointer;
}
.iphoneLogin .close {
	cursor: pointer;
	background: url(/media/img/close.png) no-repeat center center;
	width: 30px;
	height: 30px;
	position: absolute;
	right: 5px;
	top: 0;
}
/*--------------------------------------------------------------------------------------------------------*/
.startImage, .startImage * {
	text-indent: 0 !important;
}
.startImage {
	text-align: center;
}
.startImage .img1 {
	width: 100%;
	position: relative !important;
	z-index: 0;
	bottom: 10px !important;
}
.mobile .startImage .img1 {
	bottom: 50px !important;
}
.iphone .startImage .img1 {
	bottom: 30px !important;
}
.startImage table {
	width: 100%;
	height: 100%;
}
.startImage td {
	vertical-align: bottom;
}
.startImage .img2 {
	width: 100%;
	z-index: 1;
	position: absolute;
	left: 0;
	bottom: 0;
}
.mobile .startImage span {
}
.typekit-badge {
	display: none !important;
}
/*--------------------------------------------------------------------------------------------------------*/
#stat, #sideBar {
	display: none;
}
/*--------------------------------------------------------------------------------------------------------*/
#refresh {
	display: none;
	background: url(/media/img/refresh.png) no-repeat 0 center;
	cursor: pointer;
}
.auth #refresh {
	display: inline-block;
	padding-left: 17px;
}
/*--------------------------------------------------------------------------------------------------------*/
.refreshMsg {
	width: 360px;
	height: 135px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -75px 0 0 -170px;
	background: #000;
	background: rgba(0,0,0,0.8);
	border: 1px solid #666;
	border: 1px solid rgba(255,255,255,0.3);
	z-index: 9999999;
	text-align: center;
	display: none;
}
.refreshMsg .title {
	font-size: 22px;
	font-weight: 600;
	padding: 23px 0;
	text-shadow: 1px 1px 0 #000;
}
.refreshMsg .yes, .refreshMsg .no {
	cursor: pointer;
	display: inline-block;
	background: #141414;
	width: 116px;
	height: 44px;
	margin: 0 11px;
	font-size: 22px;
	font-weight: bold;
	line-height: 44px;
}
.social_btn {
	display: none !important;
}
.auth .social_btn {
	display: inline-block !important;
}
.fb_dialog_advanced {
    z-index: 9999999;
}
/*--------------------------------------------------------------------------------------------------------*/
.finishMsg {
	width: 444px;
	padding: 1.3em 1.6em 2.3em;
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -150px 0 0 -238px;
	background: #000;
	background: rgba(0,0,0,0.8);
	border: 1px solid #666;
	border: 1px solid rgba(255,255,255,0.3);
	z-index: 9999999;
	display: none;
	font-size: 10px;
}
.finishMsg .title {
	font-size: 2.2em;
	line-height: 1.18em;
	font-weight: bold;
	margin: 0 0 0.5em;
}
.finishMsg .text1, .finishMsg .text2 {
	font-size: 1.5em;
	line-height: 1.2em;
	margin: 0 0 1.2em;
}
.finishMsg .text2 {
	margin: 0 0 0.87em;
}
.finishMsg .inputText {
	background: url(/media/img/inputText.png) no-repeat 0 0;
	width: 446px;
	height: 44px;
	margin: 0 0 23px;
}
.finishMsg .inputText input {
	border: none;
	background: none;
	position: absolute;
	left: 10px;
	top: 6px;
	font-size: 24px;
	width: 426px;
}
.finishMsg .button {
	cursor: pointer;
	width: 154px;
	height: 46px;
	background: url(/media/img/finish.png) no-repeat 0 0;
	margin: 0 auto;
}
.iphone .finishMsg {
	width: auto;
	left: 20px;
	right: 20px;
	margin-left: auto;
	margin-right: auto;
	font-size: 7px;
	margin-top: -100px;
}
.iphone .finishMsg {
}
.iphone .finishMsg {
}
.iphone .finishMsg {
}
.auth .finishMsg {
	visibility: visible;
}
.mobile .fb_edge_widget_with_comment {
	top: 3px !important;
}
.iphone #fbAuth iframe {
	display: none !important;
}
.iphone.landscape .checkInHere {
	bottom: 5px !important;
	right: 80px !important;
}
/*--------------------------------------------------------------------------------------------------------*/
#madeBy {
	position: absolute;
	right: 30px;
	bottom: 9px;
	line-height: 25px;
	color: #fff;
	text-transform: uppercase;
	z-index: 666;
	font-size: 10px;
	background: url(/media/img/fix.png) no-repeat right center;
	text-decoration: none;
	width: 81px;
	height: 20px;
	font-size: 0;
}
#madeBy * {
	overflow: hidden;
	position: absolute;
	left: -99999px;
	text-indent: -9999px;
}
body.ipad #madeBy {
	right: 20px;
	display: none;
}
body.iphone #madeBy {
	display: none;
}
/*--------------------------------------------------------------------------------------------------------*/
#final {
	position: fixed;
	z-index: 999999;
	left: 50%;
	top: 50%;
	width: 1920px;
	height: 1080px;
	margin: -540px 0 0 -960px;
	background: #000;
	display: none;
	text-align: center;
	line-height: 100px;
	font-size: 64px;
	overflow: hidden;
}
#final img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #000;
}
/*--------------------------------------------------------------------------------------------------------*/
body.desktop .message .btn:hover {
	background: #333;
}
body.desktop .checkInHere:hover {
	background-position: right bottom;
}
body.desktop .refreshMsg .yes:hover, body.desktop .refreshMsg .no:hover {
	background: #333;
}
body.desktop .finishMsg .button:hover {
	background-position: 0 bottom;
}
/*--------------------------------------------------------------------------------------------------------*/
.highres {
	background: none !important;
}
#fb_dialog_loader_close {
	position: static;
}
.fb_dialog_close_icon {
	position: absolute;
	right: 7px !important;
	top: 8px !important;
}
.glowImage {
	width: 266px;
	height: 136px;
	background: url(/media/img/glow.png) no-repeat 0 0;
	position: absolute;
	left: -26px;
	top: -22px;
}
#fade.halfOpacity {
	opacity: 0.5;
}
/*--------------------------------------------------------------------------------------------------------*/
.fwa {
	position: absolute;
	right: 0;
	top: 0;
	width: 100px;
	height: 100px;
	/*1background: url(/media/img/fwa.png) no-repeat 0 0;*/
	z-index: 9999999;
}
.iphone .fwa {
	width: 80px;
	height: 80px;
}

.iphone .fwa img {
	width: 80px;
	height: 80px;
}

.auth .goVideo { right: 382px; }

.auth #fbAuth { right: 297px; }

.mobile.iphone.portrait #ground {
	margin-top: 0 !important;
}

.mobile.portrait #msgHelp {
	left: 20px;
	right: 20px;
	width: auto;
	margin: 0 auto;
	padding: 10px 20px;
	overflow: hidden;
}

.mobile.portrait #msgHelp * {
	font-size: 11px !important;
	line-height: 13px !important;
}

.mobile.portrait #msgHelp .btn.btnEnter {
	font-size: 18px !important;
	line-height: 30px !important;
	/*height: 30px;*/
}

.mobile.portrait #msgHelp .or,
.mobile.portrait #msgHelp .video {
	display: none !important;
}

.mobile.portrait #msgHelp .scrollTo {
	background-position: 80px 0;
	background-size: 70px 67px;
	margin-left: 0;
	left: -35px;
	white-space: nowrap;
	height: 62px;
	margin-top: 20px;
	padding: 21px 0 0 157px;
}

.iphone .startImage .img1 {
	height: 86vh;
	bottom: 0 !important;
	object-fit: cover;
}
.iphone .startImage + img {
	top: 86vh !important;
}

h3._red-color {
	color: red;
}