@charset "utf-8";

/*css starts here*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}


article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

table,
th,
td {
	border: none
}


table {
	border-collapse: separate;
	border-spacing: 0;
	border-width: 1px 0 0 1px;
	margin: 0 0 1.6em;
	table-layout: fixed; /* Prevents HTML tables from becoming too wide */
	width: 100%;
}


caption,
th,
td {
	font-weight: normal;
	text-align: left;
}

th {
	border-width: 0 1px 1px 0;
	font-weight: 700;
}

td {
	border-width: 0 1px 1px 0;
}

th, td {
	padding: 0.4em;
}

th {
  font-size: 24px;
  letter-spacing: 1px;
  line-height: 28px;
}


/* =Global
----------------------------------------------- */
* { margin: 0; padding: 0; border: none;box-sizing:border-box; -webkit-box-sizing:border-box;  -o-box-sizing:border-box;  -moz-box-sizing:border-box;  -ms-box-sizing:border-box; line-height: normal }

input { border: 0; outline: none }

img { border: none; outline: none; max-width: 100%; height: auto }

ul, ul li { list-style: none;}

ol, ol li { list-style: decimal;}

input[type="submit"], input[type="button"] { cursor: pointer }

.clearfix:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0 }

.clearfix { display: inline-block }

* html .clearfix { height:1%;}

.clearfix { display: block }

textarea, input[type="text"], input[type="button"], input[type="submit"] { -webkit-appearance: none; border-radius: 0; resize: none; max-width:100%; }

p, span, a, small, blockquote, ul, li {line-height: normal;}

figure { max-width: 100% }

blockquote, q {quotes:"" ""; font-size:26px; font-style:italic; line-height:1; color:#000; font-family:Arial, Helvetica, sans-serif; padding:20px 0;}

a { text-decoration: none; color:inherit; outline: none; }

h1, h2, h3, h4, h5, h6 { margin: 0; line-height: normal; color:#fff; padding-bottom:5px; }

h1 { font-size:34px; line-height:36px;}
h2 { font-size:30px;line-height:32px;}
h3 { font-size:24px;line-height:28px;}
h4 { font-size:20px;line-height:24px;}
h5 { font-size:18px;line-height:20px;}
h6 { font-size:16px;line-height:18px;}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.625em;
}

/* Text elements */
p {
	margin-bottom: 0;font-family: 'Open Sans', sans-serif;
	 font-size: 16px; line-height: 20px; color:#b3b3b3;
}

dl {
	margin: 0 1.625em;
}

dt {
	font-weight: bold;
}

dd {
	margin-bottom: 1.625em;
}

strong {
	font-weight: bold;
}

cite, em, i {
	font-style: italic;
}

blockquote {
	font-family: 'Open Sans', sans-serif;
	font-style: italic;
	font-weight: normal;
	margin: 0 1em;
}

blockquote em, blockquote i, blockquote cite {
	font-style: normal;
}

blockquote cite {
	color: #666;
	font: 12px "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 300;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}

blockquote, q {
	quotes: "" "";
}

a img {
	border: 0;
}

pre {
	background: #f4f4f4;
	font: 13px "Courier 10 Pitch", Courier, monospace;
	line-height: 1.5;
	margin-bottom: 1.625em;
	overflow: auto;
	padding: 0.75em 1.625em;
}

sup,
sub {
	font-size: 10px;
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}

sup {
	bottom: 1ex;
}

sub {
	top: .5ex;
}

/* Links */
a {
	color: rgba(217,29,18, 1);
	text-decoration: none;
	/*transition: all 0.5s ease-in-out 0s;*/
}

a:focus,
a:active,
a:hover {
	text-decoration: none;
}

:focus {/* remember to define focus styles! */
	outline: 0;
}

table {/* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 0;
}

caption, th, td {font-weight: normal;text-align: left;vertical-align:top;}


th,td{color: #000;
font-size: 16px;
line-height: 19px;
text-align: left;}

table img{ margin:0 !important; width:100%;}

.spacer_bottom { display: block; width: 100%; clear: both; min-height: 90px; }

/* Reset CSS ENDS HERE */
html { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; height: 100%; }
body { font-size: 14px; color: #fff; font-family: 'Source Sans Pro', sans-serif; font-weight: 400; background: #000; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; height: 100%; overflow-x: hidden; -webkit-overflow-scrolling: touch; -webkit-overflow-scrolling: auto; }
body.popup_view { overflow: hidden; }

.wrapper { max-width: 1120px; margin: 0 auto; }


/* layout */
#layout { float: left; width: 100%; position: relative; }
.home_page #layout{ padding: 56px 0 0; }

/*a.back_to_home{ position:absolute; top:77px; right:20px; font-family: 'GothamBold'; font-size:15px; line-height:19px; color:#fff; text-decoration:underline; z-index:999999; }
a.back_to_home:hover{ text-decoration:none;  }*/

/*********Header Css*********/
header { float: left; width: 100%; background: #151515; text-align: center; position: fixed; z-index: 999999; left: 0; top: 0; }
header .header_inner { float: left; width: 100%; padding: 0 20px; border-top: 4px solid #bce2f1; position: relative; min-height: 56px; z-index: 99; }

header ul.left_logos { float: left; padding: 13px 0 0 0; font-size:0; }
ul.left_logos li { display: inline-block; vertical-align: middle; }
ul.left_logos li a { display: block; vertical-align: top; }
ul.left_logos li a img { vertical-align: top; }
ul.left_logos li.fig_logo { background: url(../images/plus_icon.png) no-repeat right center; padding: 0 20px 0 0; background-size: 10px; }
ul.left_logos li.fig_logo a { width: 157px; }
ul.left_logos li.fw_logo { padding: 0 0 0 10px; }
ul.left_logos li.fw_logo a { width: 164px; }

header a.paid_logo {
    display: inline-block;
    width: auto;
    margin: 0 auto;
    vertical-align: top;
    color: #000;
    text-transform: uppercase;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 13px;
    font-weight: 600;
    background: #bce2f1;
    padding: 0 5px 3px 5px;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}
a.paid_logo i { padding: 0 0 0 5px; font-size: 13px; }

header .show_text { float: left; width: 100%; font-family: 'Source Sans Pro', sans-serif; font-size: 11px; font-weight: 600; color: #151515; text-transform: uppercase; text-align: center; background: #fff; padding: 8px 20px; margin: 0; position: relative; display: none; line-height: 14px }
header .show_text span.close { position: absolute; right: 2px; top: 10px; width: 20px; height: 20px; cursor: pointer; }
header .show_text span.close:before,
header .show_text span.close:after { position: absolute; left: 10px; content: ""; height: 13px; width: 1px; background-color: #151515; }
header .show_text span.close:before { transform: rotate(45deg); -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); }
header .show_text span.close:after { transform: rotate(-45deg); -webkit-transform: rotate(-45deg); -moz-transform: rotate(-45deg); }

header ul.social_icon { list-style: none; float: right; width: auto; margin-top: 11px; }
header ul.social_icon li { list-style: none; display: inline-block; float: left; margin-left: 10px; }
header ul.social_icon li:first-child { margin-left: 0; }
header ul.social_icon li a { display: block; width: 30px; height: 30px; border-radius: 50%; border: 2px solid #fff; opacity: 1; transition: all 0.5s ease; -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; }
header ul.social_icon li a i { font-size: 15px; line-height: 27px; color: #fff; display: inline-block; }
header ul.social_icon li a:hover { opacity: 0.7; }

/*********Header Css*********/

.side_nav{ position:fixed; left:56px; top:50%; width:15px; z-index:999999; transform:translateY(-50%); -webkit-transform:translateY(-50%); -moz-transform:translateY(-50%); transition:all ease 0.3s; -webkit-transition:all ease 0.3s; -moz-transition:all ease 0.3s; margin:28px 0 0 0; }
.side_nav ul{ list-style:none; padding:0; width:100%; position:relative; font-size:0; }
.side_nav ul li{ display:block; position:relative; margin:0 0 24px; width:100%; height:15px; clear:both; float:left; }
.side_nav ul li:last-child{ margin:0; }

.side_nav ul li:after{ content:""; position:absolute; left:7px; top:13px; width:1px; height:28px; background:#fff; z-index:-1; box-shadow:0 0 10px rgba(0,0,0,0.3); -webkit-box-shadow:0 0 10px rgba(0,0,0,0.3); }
.side_nav ul li:last-child:after{ display:none; }

.side_nav ul li a{ display:block; color:#fff; text-decoration:none; width:15px; height:15px; position:absolute;  top:0; left:0; z-index:99; }
.side_nav ul li a:after{ content:""; position:absolute; width:11px; height:11px; left:2px; top:2px; background:#fff; border-radius:50%; box-shadow:0 0 10px rgba(0,0,0,0.3); -webkit-box-shadow:0 0 10px rgba(0,0,0,0.3); }
.side_nav ul li a.current:after{ display:none;  }
.side_nav ul li a.current:before{ content:""; position:absolute; left:0; top:0; width:15px; height:15px; background:#f00; border-radius:50%; border:2px solid #fff; box-sizing:border-box;-webkit-box-sizing:border-box; -o-box-sizing:border-box; -moz-box-sizing:border-box; -ms-box-sizing:border-box; box-shadow:0 0 15px rgba(0,0,0,0.3); -webkit-box-shadow:0 0 15px rgba(0,0,0,0.3); }



/*a.back_to_home{ display:inline-block; position:fixed; right:50px; top:84px; width:38px; height:38px; border:3px solid #fff; box-sizing:border-box;-webkit-box-sizing:border-box; -o-box-sizing:border-box; -moz-box-sizing:border-box; -ms-box-sizing:border-box; z-index:99999; }
a.back_to_home:after{ content:""; position:absolute; left:15px; top:0; width:2px; height:30px; transform: rotate(45deg); -webkit-transform: rotate(45deg); background:#fff; }
a.back_to_home:before{ content:""; position:absolute; left:15px; top:0; width:2px; height:30px; transform: rotate(-45deg); -webkit-transform: rotate(-45deg); background:#fff; }*/


.back_to_home{
  position: fixed; right:50px; top:84px; margin: auto; width: 38px; height: 38px; z-index:999999;
  border:3px solid #fff; box-sizing:border-box; -webkit-box-sizing:border-box; -o-box-sizing:border-box; -moz-box-sizing:border-box; -ms-box-sizing:border-box; 
  box-shadow:0 0 5px rgba(0,0,0,0.1); -webkit-box-shadow:0 0 5px rgba(0,0,0,0.1); }
.back_to_home:after{ content:""; position:absolute; width:100%; height:100%; left:0; top:0; background-color: rgba(0,0,0,0.40); opacity:0; z-index:-1;
transition: all .3s ease-in; -webkit-transition: all .3s ease-in; -moz-transition: all .3s ease-in;
 }  
.back_to_home:hover:after{ opacity:1; }

.back_to_home .leftright {
  height: 2px; display:block;
  width: 30px;
  position: absolute;
  margin: 15px 0 0 1px;
  background-color: #fff;
  border-radius: 2px;
  transform: rotate(45deg); -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg);
  transition: all .3s ease-in; -webkit-transition: all .3s ease-in; -moz-transition: all .3s ease-in; 
  box-shadow:0 0 5px rgba(0,0,0,0.2); -webkit-box-shadow:0 0 5px rgba(0,0,0,0.2);
}
.back_to_home .rightleft {
  height: 2px; display:block;
  width: 30px;
  position: absolute;
  margin: 15px 0 0 1px;
  background-color: #fff;
  border-radius: 2px;
  transform: rotate(-45deg); -webkit-transform: rotate(-45deg); -moz-transform: rotate(-45deg);
  transition: all .3s ease-in; -webkit-transition: all .3s ease-in; -moz-transition: all .3s ease-in; 
  box-shadow:0 0 5px rgba(0,0,0,0.2); -webkit-box-shadow:0 0 5px rgba(0,0,0,0.2);
  }
.back_to_home:hover .leftright { transform: rotate(-45deg); -webkit-transform: rotate(-45deg); -moz-transform: rotate(-45deg); }
.back_to_home:hover .rightleft { transform: rotate(45deg); -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); }





/*******************Home Intro Css******************************************/

.home_banner{ float:left; width:100%; height:calc(100vh - 56px); min-height:600px; position:relative; overflow:hidden; background:#000; }
.home_banner:after{ content:""; position:absolute; width:100%; height:100%; background:rgba(0,0,0,0.5); z-index:5;}


.home_banner video{position:absolute;top:50%;left:50%;min-width:100%;min-height:100%;width:auto;height:auto;z-index:1; transform:translate(-50%,-50%); -webkit-transform:translate(-50%,-50%); -moz-transform:translate(-50%,-50%); -ms-transform:translate(-50%,-50%); background-color:rgba(0,0,0,0);background-size:cover !important;}
.home_banner video::-webkit-media-controls{display:none !important;-webkit-appearance:none;}
.home_banner video::-webkit-media-controls-panel{display:none!important;-webkit-appearance:none;}
.home_banner video::--webkit-media-controls-play-button{display:none!important;-webkit-appearance:none;}
.home_banner video::-webkit-media-controls-start-playback-button{display:none!important;-webkit-appearance:none;}



.home_banner .intro_img{ position:absolute; width:100%; height:100%; left:50%; top:0; transform:translateX(-50%); -webkit-transform:translateX(-50%); -moz-transform:translateX(-50%); z-index:9; /*max-width:1280px;*/ max-width:66.667vw; }

.home_banner .left_img{ position:absolute; z-index:9; /*bottom:-5px;  left:-172px; width:1216px; max-width:100%;*/ bottom:-0.260vw;  left:-8.958vw; width:63.333vw; max-width:100%; }
.home_banner .left_img img{ width:100%; }
.home_banner .left_img img.mobile{ display:none; }

.home_banner .right_img{ position:absolute; z-index:9; /*bottom:-112px; right:-77px; width:665px; max-width:100%;*/ bottom:-5.833vw; right:-4.010vw; width:34.635vw; max-width:100%; }
.home_banner .right_img img{ width:100%; }
.home_banner .right_img img.mobile{ display:none; }

.home_banner .top_shadow{ position: absolute; top: 0; left: 0; width: 100%; height: 0; z-index: 5;
  /*box-shadow:0 0 150px 120px #000; -webkit-box-shadow:0 0 150px 120px #000; -moz-box-shadow:0 0 150px 120px #000;*/
  box-shadow:0 0 11.719vw 9.375vw #000; -webkit-box-shadow:0 0 11.719vw 9.375vw #000; -moz-box-shadow:0 0 11.719vw 9.375vw #000;
  }

.home_banner .bottom_shadow{ position: absolute; bottom: 0; left: 0; width: 100%; height: 0; z-index: 5; 
  /*box-shadow:0 0 150px 200px #000; -webkit-box-shadow:0 0 150px 200px #000; -moz-box-shadow:0 0 150px 200px #000;*/
  box-shadow:0 0 11.719vw 15.625vw #000; -webkit-box-shadow:0 0 11.719vw 15.625vw #000; -moz-box-shadow:0 0 11.719vw 15.625vw #000;
  }

.home_banner .left_shadow{ position: absolute; top: 0; left: 0; width: 0; height: 100%;  z-index: 9; opacity:0; transition:all ease 0.3s; -webkit-transition:all ease 0.5s; -moz-transition:all ease 0.5s;
  /*box-shadow:0 0 300px 350px #000; -webkit-box-shadow:0 0 300px 350px #000; -moz-box-shadow:0 0 300px 350px #000;*/
  box-shadow:0 0 23.438vw 50vw #000; -webkit-box-shadow:0 0 23.438vw 50vw #000; -moz-box-shadow:0 0 23.438vw 50vw #000;
  }
.home_banner .left_shadow.active{ opacity:1; }    

.home_banner .right_shadow{ position: absolute; top: 0; right: 0; width: 0; height: 100%; z-index: 9; opacity:0; transition:all ease 0.3s; -webkit-transition:all ease 0.5s; -moz-transition:all ease 0.5s; 
  /*box-shadow:0 0 300px 350px #000; -webkit-box-shadow:0 0 300px 350px #000; -moz-box-shadow:0 0 300px 350px #000;*/
  box-shadow:0 0 23.438vw 50vw #000; -webkit-box-shadow:0 0 23.438vw 50vw #000; -moz-box-shadow:0 0 23.438vw 50vw #000;
  }
.home_banner .right_shadow.active{ opacity:1; }  



.home_banner .intro_cont{ position:relative; z-index:99; position:absolute; left:50%; top:50%; max-width:100%; transform:translate(-50%,-50%); -webkit-transform:translate(-50%,-50%); -moz-transform:translate(-50%,-50%); text-align:center;  /*width:534px;*/ width:27.813vw; }
.home_banner .intro_cont img{ vertical-align:top; max-width:100%; /*width:534px;*/ width:27.813vw; }

.home_banner .intro_cont p { font-family: 'DomaineDisplayCondensed-Medium'; color: #fff; margin: 0 auto; /*font-size:26px; line-height:35px; letter-spacing:0.5px; max-width:280px; padding-top: 20px;*/ font-size:1.302vw; line-height:1.875vw; letter-spacing:0; max-width:18.593vw; padding-top: 1.042vw; }

@-webkit-keyframes pulse {
  0% { opacity: 0.1; -webkit-transform: scale(0.5); }
  50% { opacity: 0.99; }
  70% { opacity: 0.85; }
  100% { opacity: 0; -webkit-transform: scale(5); }
}

@keyframes pulse {
  0% { opacity: 0.1; transform: scale(0.5); }
  50% { opacity: 0.99; }
  70% { opacity: 0.85; }
  100% { opacity: 0; transform: scale(3); }
}


.home_banner .dot_anim{ display:inline-block; position:absolute;   background:rgba(217,29,18, 1);border-radius:50%; text-align:center; z-index:999; padding:0 !important; overflow:visible; top:50%; transform:translateY(-50%); -webkit-transform:translateY(-50%); -moz-transform:translateY(-50%); /*width:38px; height:38px; margin:-50px 0 0;*/ width:1.979vw; height:1.979vw; margin:-2.604vw 0 0; }

.home_banner .dot_anim:before{ content:''; background:rgba(217,29,18, 0.3); border-radius:50%; position:absolute; top:50%; left:50%; animation:pulse 2s linear infinite; -webkit-animation:pulse 2s linear infinite; animation-delay:1s; padding:0; z-index:9; /*width:30px; height:30px; margin:-15px 0 0 -15px;*/ width:1.563vw; height:1.563vw; margin:-0.781vw 0 0 -0.781vw; }

.home_banner .dot_anim:after{ content:''; background:rgba(217,29,18, 0.3); border-radius:50%; position:absolute; top:50%; left:50%; animation:pulse 2s linear infinite; -webkit-animation:pulse 2s linear infinite; padding:0; z-index:9; /*width:30px; height:30px; margin:-15px 0 0 -15px;*/ width:1.563vw; height:1.563vw; margin:-0.781vw 0 0 -0.781vw; }

.home_banner .left_dot{ right:69.375vw; }
.home_banner .right_dot{ left:69.375vw; }


/*********bodycontent********/
.bodycontent { float: left; width: 100%; background: #000; position: relative; }


/*********Inner Page********/
div#siteloader { position: fixed; left: 0; top: 0; z-index: 9999999; width: 100%; height: 100%; overflow: visible; background: #000 url(../images/ajax-loader.gif) no-repeat center center;}
div.orientation{ position: fixed; left: 0; top: 0; z-index: 9999999; width: 100%; height: 100%; display:none; background-size:cover !important; }
div.orientation:after{ content:""; position:absolute; left:0; top:0; width:100%; height:100%; background:rgba(0,0,0,0.9); z-index:9; }


div.orientation a.back_to_home1{ display:inline-block; position:absolute; right:20px; top:20px; width:32px; height:32px; border:2px solid #fff; box-sizing:border-box;-webkit-box-sizing:border-box; -o-box-sizing:border-box; -moz-box-sizing:border-box; -ms-box-sizing:border-box; z-index:999; }
div.orientation a.back_to_home1:after{ content:""; position:absolute; left:13px; top:-1px; width:2px; height:30px; transform: rotate(45deg); -webkit-transform: rotate(45deg); background:#fff; }
div.orientation a.back_to_home1:before{ content:""; position:absolute; left:13px; top:-1px; width:2px; height:30px; transform: rotate(-45deg); -webkit-transform: rotate(-45deg); background:#fff; }


div.orientation .msg_cont{ position:absolute; width:210px; left:50%; top:50%; transform:translate(-50%,-50%); -webkit-transform:translate(-50%,-50%); -moz-transform:translate(-50%,-50%); text-align:center; z-index:999; }
div.orientation img{ vertical-align:top; }
div.orientation h3{ font-family: 'DomaineDisplayCondensed-Bold'; font-size:24px; line-height:34px; letter-spacing:3.6px; color:#fff; text-align:center; padding:30px 0 0; }


.overlay{ position:fixed; width:100%; height:100%; left:0; top:0; z-index:999; background-color: none;}

.scroll_more{ display:inline-block; position:fixed; left:50%; bottom:0; transform:translateX(-50%); -webkit-transform:translateX(-50%); z-index:9999; font-family: 'DomaineDisplayCondensed-Bold'; font-size:20px; line-height:24px; letter-spacing:6px; color:#fff; text-align:center; padding:0 0 48px; text-transform:uppercase; }
.scroll_more:after{ content:""; position:absolute; left:50%; bottom:0; width:1px; height:42px; background:#fff; }
.scroll_more span{ font-family: 'FreightSans-Bold'; font-size:10px; line-height:10px; letter-spacing:2.5px; display:block; }


.intro_sec{ display:inline-block; position:fixed; left:50%; top:50%; transform:translate(-50%,-50%); -webkit-transform:translate(-50%,-50%); z-index:9999; text-align:center; }
.intro_sec h3{ font-family: 'DomaineDisplayCondensed-Medium'; font-size:140px; line-height:144px; color:#fff; padding:0; }
.intro_sec h3 span{ display:block; font-family: 'Gotham-Black'; font-size:30px; line-height:30px; letter-spacing:3px; text-transform:uppercase; padding:0 0 26px; }
.intro_sec ul{ display: -webkit-flex; display: flex; justify-content:center; align-items: flex-end; }
.intro_sec ul li{ display:inline-block; font-family: 'GothamNarrow-Bold'; font-size:17px; line-height:17px; letter-spacing:3.36px; text-transform:uppercase; margin:0 11px; }
.intro_sec ul li img.map_img{ width:80px; vertical-align:top;}
.intro_sec ul li:last-child{ padding:0 0 25px; }
.intro_sec span.flourish{ display:inline-block; vertical-align:top; width:292px; max-width:100%; }
.intro_sec span.flourish img{ vertical-align:top; }



.progress-container { width: 25px; height: 100vh; background: rgba(0,0,0,0.8); position:fixed; z-index:99999; right:0; top:0; }
.progress-bar { height: 0%; background: #fff; width: 8px; position:absolute; left:0; top:0; }

/********************************************Banner Css******************************************************************/

#img_slide{ float:left; width:100%; height:100vh; background-size:cover !important; position:fixed; left:0; right:0; top:0; z-index:999; background-color:#000; }

.img_slider{float:left; width:100%; position:relative; background:#000; }
.img_slider .next_img{float:left; height:10vh; width:100%; }
.img_slider .next_img img{ opacity:0; width:1px; height:1px; /*display:none;*/ }
.img_slider .dummy_img{float:left; opacity:0; width:100%; height:100vh;}





/********************************************Footer Css******************************************************************/
footer { float: left; width: 100%; background: #151515; padding: 20px 0; text-align: center; z-index: 9999; }
footer a.footer_logo { display: inline-block; }
a.footer_logo img { vertical-align: top; width: 169px; }

footer ul { list-style: none; padding: 12px 0 0; }
footer ul li { display: inline-block; font-family: 'Source Sans Pro', sans-serif; font-size: 12px; line-height: 16px; font-weight: 600; 
color: #fff; padding: 0 5px 0 8px; background: url(../images/link_sep.jpg) no-repeat left center; }
footer ul li:first-child { background: none; }
footer ul li a { display: block; color: #fff; }
footer ul li a:hover, footer ul li a:focus { color: #888888; }
footer ul li a.ad_choices img { vertical-align: middle; margin-left: 3px; transition: all .15s ease-in-out 0s; }
footer ul li a.ad_choices:hover img, footer ul li a.ad_choices:focus img { opacity: 0.5; }


/********************************************Video Popup Css******************************************************************/

#div-gpt-interstitial {
    height: 1px;
    overflow: hidden;
}

#div-gpt-wallpaper {
    height: 1px;
    overflow: hidden;
}



.box{ position:fixed; width:729px; top:50%; left:50%; z-index:999999; display:none; margin:-170px 0 0 -350px;  }
.box.visible{ display:block;}

.move-cursor { cursor: move; }
.grab-cursor { cursor: grab; cursor: -webkit-grab; }

.box.ui-widget-content{ border:none; background:none; color:fff; }

.box .popup-hotspot{ display:block; position:absolute;  background:rgba(217,29,18, 1);border-radius:50%; width:38px; height:38px; text-align:center; z-index:9; padding:0 !important; overflow:visible; right:0; top:0; margin:15px 15px 0 0; color:#fff; font-size:0; }
.box .popup-hotspot:before{ content:''; width:30px; height:30px; background:rgba(217,29,18, 0.3); border-radius:50%; position:absolute; top:50%; left:50%; margin:-15px 0 0 -15px; z-index:-1; animation:pulse 2s linear infinite; -webkit-animation:pulse 2s linear infinite; animation-delay:1s; padding:0; z-index:9; }
.box .popup-hotspot:after{ content:''; width:30px; height:30px; background:rgba(217,29,18, 0.3); border-radius:50%; position:absolute; top:50%; left:50%; margin:-15px 0 0 -15px; z-index:-1; animation:pulse 2s linear infinite; -webkit-animation:pulse 2s linear infinite; padding:0; z-index:9; }
.box.active .popup-hotspot{ display:none; }


.box .box_inner{ float:left; width:100%; background:rgba(0,0,0,0.7); position:relative; z-index:999; padding:25px 27px; display: -webkit-flex; display: flex; }

.box_inner figure{ float:left; min-width:272px; margin:0 18px 0 0; background-size:cover !important; }
.box_inner figure img{ vertical-align:top; width:auto; height:272px; display:none; }

.box_inner .box_cont{ padding:0 0 0 0; overflow:hidden; /*height:272px;*/ }
.box_inner .box_cont .mCSB_inside > .mCSB_container { padding: 0 0 0; margin-right:15px; }
.box_inner .box_cont .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar { background-color:#fff; }
.box_inner .box_cont .mCSB_scrollTools .mCSB_draggerRail{ background-color:#5f5f61; } 

.box_inner .box_cont h3{ font-family: 'DomaineDisplayCondensed-Semibold'; font-size:30px; line-height:38px; letter-spacing:1px; color:#fff; position:relative; padding:0 20px 38px 0; margin:0 0 10px; }
.box_inner .box_cont h3:after{ content:""; position:absolute; width:194px; height:32px; left:0; bottom:0; background:url(../images/flourish.png) no-repeat left center; background-size:194px 32px; }


.box_inner .box_cont p{ font-family: 'Gotham-Medium'; font-size:16px; line-height:28px; color:#fff; }
.box_inner .box_cont p a{ font-family: 'Gotham-Black'; color:#fff; line-height:inherit; text-decoration:underline; }
.box_inner .box_cont p a:hover{ text-decoration:none; }

/*.box_inner .box_close{ position:absolute; right:10px; top:10px; width:33px; height:31px; padding:10px; }
.box_inner .box_close img{ vertical-align:top; }*/


.box_inner .box_close{ position:absolute; right:10px; top:10px; width:33px; height:31px; }
.box_inner .box_close .leftright {
  height: 1px; display:block;
  width: 16px;
  position: absolute;
  margin: 15px 0 0 8px;
  background-color: #fff;
  border-radius: 2px;
  transform: rotate(45deg); -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg);
  transition: all .3s ease-in; -webkit-transition: all .3s ease-in; -moz-transition: all .3s ease-in; 
  box-shadow:0 0 5px rgba(0,0,0,0.2); -webkit-box-shadow:0 0 5px rgba(0,0,0,0.2);
}
.box_inner .box_close .rightleft {
  height: 1px; display:block;
  width: 16px;
  position: absolute;
  margin: 15px 0 0 8px;
  background-color: #fff;
  border-radius: 2px;
  transform: rotate(-45deg); -webkit-transform: rotate(-45deg); -moz-transform: rotate(-45deg);
  transition: all .3s ease-in; -webkit-transition: all .3s ease-in; -moz-transition: all .3s ease-in; 
  box-shadow:0 0 5px rgba(0,0,0,0.2); -webkit-box-shadow:0 0 5px rgba(0,0,0,0.2);
  }
.box_inner .box_close:hover .leftright { transform: rotate(-45deg); -webkit-transform: rotate(-45deg); -moz-transform: rotate(-45deg); }
.box_inner .box_close:hover .rightleft { transform: rotate(45deg); -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); }








.box.closed .box_inner{ display:none; }


html { -webkit-text-size-adjust: 100%; /* Prevent font scaling in landscape while allowing user zoom */ }