/*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #222;
}

body {
    background-color: #000;
    font-family: "Helvetica Neue", Arial, sans-serif;
    font-size: 1em;
    line-height: 1.4;
    background-repeat:no-repeat;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between images and the bottom of their containers: h5bp.com/i/440
 */

img {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Chrome Frame prompt
   ========================================================================== */

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
  html {
      background-color: #000;
  }
  
  body {
      /*zoom: 50%;*/
  }
  /* ==========================================================================
   Large (presentation) size
   ========================================================================== */
.l #fs-button {
    text-transform:none;
    position:absolute;
    right: 40px;
    top: 6px;
    font-size: 22px;
    color: #bebebe;
    cursor:hand;
    cursor:pointer; 
    text-align:left;
}

.l #fs-button:hover {
    color: #fff;
}



.l #container {
    width: 1920px;
    height: 1080px;
    margin: -1200px auto;
    position: relative;
}

.l #brand-bar {
    position:absolute;
    display:block;
    width: 182px;
    height: 47px;
    background-image: url(../img/brand-bar-logo.png);
    background-repeat:no-repeat;
    top: 29px;
    left: 1680px;
}

.l #nav {
    position: absolute;
    bottom: 14px;
    text-transform: uppercase;
    color: #fff;
    width: 1920px;
}

.l .nav-text-container {
    text-align:center;
}

.l .nav-text {
    font-weight:bold;
    font-size: 26px;
     
}

.l #nav .selected {
    color: #fff;
    cursor:auto;
}
    

.l #nav .deselected {
    color: #808080;
    cursor:hand;
    cursor:pointer; 
}

.l #nav .deselected:hover {
    color: #fff;
}

.l .nav-divider {
	font-size: 30px;
    margin: 0 30px;
}

.l #scene-1 {
    background-image:url(../img/scene-1-bg-l.jpg);   
    background-repeat:no-repeat; 
}

.l #scene-2 {
    background-image:url(../img/scene-2-bg-l.jpg); 
    background-repeat:no-repeat;   
}

.l .scene {
    width: 1920px;
    height: 1080px;
}

.l .hotspot {
    width: 42px;
    height: 43px;
}

.l .hotspot-bg {
    width: 42px;
    height: 43px;
}

.l .hotspot-active {
    width: 42px;
    height: 43px;
}

.l .hotspot-flash {
    width: 42px;
    height: 43px;
}

.l .label h1 {
    /*overflow:hidden;*/
    padding: 0px 18px 8px 18px;
    margin: 0;
    font-size: 34px;
    font-weight:normal;
}

.l .label h2 {
   /* overflow:hidden;*/
    padding: 8px 18px 0px 18px;
    margin: 0;
    font-size: 22px;
    font-weight:normal;
}

.l #cta {
    padding: 12px 22px 12px 22px;
    margin: 0;
    font-size: 22px;
    font-weight: normal;
    top: 608px;
    left: 1178px;
}



.l .info {
    color: #fff;
    font-size: 22px;
    width: 760px;
    height: 770px;
    left: 1107px;
    top: -1200px;
}

.l .info .copy {
    margin: 34px 0 24px 34px;
}

.l .info h1 {
    margin: 0 0 10px 0;
    font-size: 28px;
}

.l .info h2 {
    margin: 0;
    font-size: 24px;
}

.l .info p {
    margin: 12px 0 40px 0;
}

.l .close {
    width: 54px;
    height: 54px;
    background-image: url(../img/close-l.png);
    background-repeat:no-repeat;
    cursor:hand;
    cursor:pointer;
}

.l .close:hover {
    background-position-y: -60px;
}

.l .info .close {
    left: 735px;
    top: -20px;
}

.l #video-container .close {
    top: 174px;
    left: 1427px;
}

.l #title {
    background-image: url(../img/title-l.png);
    background-repeat:no-repeat;
    top: 170px;
    left: 60px;
    width: 1088px;
    height: 47px;
}

.l #logo {
    background-image: url(../img/logo-l.png);
    background-repeat:no-repeat;
    top: 146px;
    left:1552px;
    width: 309px;
    height: 34px;
}

.l .video-thumb {
    margin: 0px 19px 0px 30px;
}

.l .video-thumb .border{
    border-top: #fff 1px solid;
}

.l .video-thumb-img{
    top: 26px;
}

.l .video-thumb-arrow{
    top: 26px;
    width: 304px;
    height: 173px;
    background-image: url(../img/video-thumb-arrow-l.png);
    background-repeat:no-repeat;
    opacity:1;
    cursor:hand;
    cursor:pointer;
}

.l .video-thumb-arrow:hover{
    opacity: 1;
}

.l #video-container .video-bg {
    width: 1920px;
    height: 1080px;
}

.l #video-container .video {
    width: 990px;
    height: 650px;
    left: 465px;
    top: 200px;
    background-color: #000;
}

.l #video-container .video-loading {
    
    width: 990px;
    height: 620px;
    color: #FFF;
    left: 465px;
    top: 200px;
    background-color: #000;
}

.l #video-container .video-loading .video-loading-spinner{
    
    width: 50px;
    height: 50px;
    background-image:url(../img/video-load.gif);
    background-repeat:no-repeat;
    position:absolute;
    left: 470px;
    top: 295px;
}

.l #home_video-s {
    display:none;
}
  
  /* ==========================================================================
   Small (web) size
   ========================================================================== */
  
.s #container {
	width: 790px;
	height: 445px;
	margin: -1200px auto;
    position: relative;
}

.s #brand-bar {
	display:none;
}

.s #nav {
    position: absolute;
    bottom: 50px;
    text-transform: uppercase;
    color: #fff;
    width: 790px;
}

.s .nav-text-container {
    text-align:center;
}

.s .nav-text {
    font-weight:bold;
    font-size: 12px;
     
}

.s #nav .selected {
    color: #fff;
    cursor:auto;
}
    

.s #nav .deselected {
    color: #808080;
    cursor:hand;
    cursor:pointer; 
}

.s #nav .deselected:hover {
    color: #fff;
}

.s .nav-divider {
    margin: 0 15px;
}

.s #scene-1 {
	background-image:url(../img/scene-1-bg.jpg);	
	background-repeat:no-repeat;
}

.s #scene-2 {
	background-image:url(../img/scene-2-bg.jpg);	
	background-repeat:no-repeat;
}

.s .scene {
	width: 790px;
	height: 398px;
}

.s .hotspot {
	width: 20px;
	height: 20px;
}

.s .hotspot-bg {
	width: 20px;
	height: 20px;
}

.s .hotspot-active {
	width: 20px;
	height: 20px;
}

.s .hotspot-flash {
    width: 20px;
    height: 20px;
}

.s .label h1 {
    /*overflow:hidden;*/
    padding: 0px 18px 8px 18px;
    margin: 0;
    font-size: 16px;
    font-weight:normal;
}

.s .label h2 {
   /* overflow:hidden;*/
    padding: 8px 18px 0px 18px;
    margin: 0;
    font-size: 11px;
    font-weight:normal;
}

.s #cta {
    padding: 8px 18px 8px 18px;
margin: 0;
font-size: 12px;
font-weight: normal;
top: 201px;
left: 485px;
}



.s .info {
    color: #fff;
    font-size: 12px;
    width: 320px;
    height: 315px;
    left: 454px;
    top: -1200px;
}

.s .info .copy {
    margin: 14px 0 10px 14px;
}

.s .info h1 {
    margin: 0 0 10px 0;
    font-size: 16px;
}

.s .info h2 {
    margin: 0;
    font-size: 14px;
}

.s .info p {
    margin: 5px 0 20px 0;
}

.s .close {
    width: 22px;
    height: 20px;
    background-image: url(../img/close.png);
    background-repeat:no-repeat;
    cursor:hand;
    cursor:pointer;
}

.s .close:hover {
    background-position-y: -20px;
}

.s .info .close {
	left: 310px;
    top: -9px;
}

.s #video-container .close {
	top: 20px;
	left: 630px;
}

.s #title {
    background-image: url(../img/title-s.png);
    background-repeat:no-repeat;
    top: 16px;
    left: 20px;
    width: 470px;
    height: 21px;
}

.s #logo {
    background-image: url(../img/logo-s.png);
    background-repeat:no-repeat;
    top: 16px;
    left:581px;
    width: 194px;
    height: 21px;
}

.s .video-thumb {
    margin: 0px 16px;
}

.s .video-thumb .border{
    border-top: #fff 1px solid;
}

.s .video-thumb-img{
    top: 12px;
}

.s .video-thumb-arrow{
    top: 12px;
    width: 127px;
    height: 72px;
    background-image: url(../img/video-thumb-arrow-s.png);
    background-repeat:no-repeat;
    opacity:.7;
    cursor:hand;
    cursor:pointer;
}

.s .video-thumb-arrow:hover{
    opacity: 1;
}

.s #video-container .video-bg {
	width: 790px;
	height: 445px;
}

.s #video-container .video {
	width: 490px;
    height: 330px;
    left: 150px;
    top: 30px;
    background-color: #000;
}

.s #video-container .video-loading {
    
    width: 490px;
    height: 300px;
    color: #FFF;
    left: 150px;
    top: 30px;
    background-color: #000;
}

.s #video-container .video-loading .video-loading-spinner{
    
    width: 50px;
    height: 50px;
    background-image:url(../img/video-load.gif);
    background-repeat:no-repeat;
    position:absolute;
    left: 220px;
    top: 125px;
}

.s #home_video-l {
    display:none;
}



/* ==========================================================================
   Common Elements
   ========================================================================== */
#ui {
	position:relative;
}
.scene {
	position:absolute;
	top: 0;
	left: 0;
}

.hotspot {
    cursor: hand; 
    cursor: pointer;
}



.abs {
	position :absolute;
	top: 0;
	left: 0;
}

.info {
    top: -1200px;
}

.label {
    color: #FFF;
    background-color: #000;
    opacity: .8;
}



.label .plus {
    color: #0098db;
    font-weight: bold;
}

#cta {
    color: #FFF;
    background-color: #000;
    opacity: .8;
}

#cta .arrow {
    color: #0098db;
    font-weight: bold;
}


#copy {
	display:none;
}


#scene-2 {
	/*display:none;*/
	top:-1200px;
}

.info {
    background-color: #0098db;
    opacity: .9;

    -moz-box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.5); ;
    -webkit-box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.5); ;
    box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.5); ;
    /* For IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000')";
}

.video-thumb {
	position:relative;
}

#video-container {
	position:absolute;
	top: -1200px;
	left: 0px;
}

#video-container .video-bg {
	background-color: #000;
	opacity: .8;
}

/* ==========================================================================
   Info box scrollbar
   ========================================================================== */


.scrollbar { width: 295px; clear: both; margin: 0px 0 0px; }
.scrollbar .viewport { width: 275px; height: 290px; overflow: hidden; position: relative; }
.scrollbar.video-scrollbar .viewport { width: 275px; height: 190px; overflow: hidden; position: relative; }


.l .scrollbar { width: 700px; clear: both; margin: 0px 0 0px; }
.l .scrollbar .viewport { width: 680px; height: 700px; overflow: hidden; position: relative; }
.l .scrollbar.video-scrollbar .viewport { width: 680px; height: 480px; overflow: hidden; position: relative; }






.scrollbar .overview { list-style: none; position: absolute; left: 0; top: 0; }
.scrollbar .thumb .end,
.scrollbar .thumb { background: #80cced no-repeat 50% 100%; height: 20px; width: 12px; cursor: pointer; overflow: hidden; position: absolute; top: 0; left: 3px; }

.l .scrollbar .thumb { 
    width: 20px;   
}

.scrollbar .thumb .end { background: #80cced no-repeat 50% 0; overflow: hidden; height: 5px; width: 12px; }
.scrollbar .scrollbar { position: relative; float: right; width: 15px; }
.scrollbar .track {  height: 100%; width:13px; position: relative; padding: 0 1px; }
.scrollbar .disable{ display: none; }
.noSelect { user-select: none; -o-user-select: none; -moz-user-select: none; -khtml-user-select: none; -webkit-user-select: none; }


/*
.scrollbar{ width: 520px; margin: 20px 0 10px; }
.scrollbar.viewport { width: 500px; height: 200px; overflow: hidden; position: relative; }
.scrollbar.overview { list-style: none; position: absolute; left: 0; top: 0; padding: 0; margin: 0; }
.scrollbar.scrollbar{ background: transparent  no-repeat 0 0; position: relative; background-position: 0 0; float: right; width: 15px; }
.scrollbar.track { background: transparent  no-repeat 0 100%; height: 100%; width:15px; position: relative; }
.scrollbar.thumb { background: transparent url(../img/scrollthumb-s.png) no-repeat 50% 100%; height: 20px; width: 25px; cursor: pointer; overflow: hidden; position: absolute; top: 0; left: -5px; }
.scrollbar.thumb .end { background: transparent url(../img/scrollthumb-s.png) no-repeat 50% 0; overflow: hidden; height: 5px; width: 25px; }
.scrollbar.disable { display: none; }
.noSelect { user-select: none; -o-user-select: none; -moz-user-select: none; -khtml-user-select: none; -webkit-user-select: none; }
*/








/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Image replacement
 */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   Theses examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}
