html{
  font-size: 16px;
  width: 100%;
  height: 100%;
}
body {
    background: #000000;
    overflow: hidden;
    margin: 0;
    width: 100%;
    height: 100%;
    font-family: 'Lato', sans-serif !important;
    font-size: 62.5%;
    color: #dedede;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
	  -moz-osx-font-smoothing: grayscale;
}

ul,li{
    list-style-type: none;
    padding:0;
    margin:0;
}

a{
    color: #fff;
    text-decoration: none;
}
a:hover{
    text-decoration: underline;
}

*{
  box-sizing: border-box;
}

/*
header{
    position: fixed;
    width: 100%;
    height: 45px;
    padding: 0;
    background: rgb(255, 76, 76);
    top:0;
    z-index:100000;
}*/

header{
    width: 100%;
    height: 45px;
    color: #fff;
    position: fixed;
    top:0; left:0;
    text-align: left;
    padding: 0;
    background: rgba(30,30,30,0.85);
    z-index:1010;
}

header nav{
    padding-left: 35px;
    width: 100%;
    text-align: left;
    font-size:0;
    height: 45px;
    line-height: 45px;
    z-index:10;

    transition: right 0.5s;
    -moz-transition: right 0.5s;
    -webkit-transition: right 0.5s;
}

header a{
    color: rgba(255,255,255,1);
    /*background: rgba(0,0,0,0.1);*/
    text-decoration: none;
    font-size: 0.75rem;
    font-weight: 700 !important;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    display: inline-block;
    vertical-align: middle;
    padding: 0 10px;

    transition: all 0.2s;
    -moz-transition: all 0.2s;
    -webkit-transition: all 0.2s;
}
header a:hover{
    text-decoration: none;
}
header a:hover{
    color: #e0492f;
    /*background: rgba(0,0,0,0.2);*/
}

#topLinks{
    right: 35px; top: 0;
    position: absolute;
    vertical-align: middle;
    height: 45px;
    line-height: 45px;
}

#topLinks a{
    padding: 0 0 0 16px;
    vertical-align: middle;
}

#topLinks a:hover{
    color: #e0492f;
    background: transparent;
}

#topLinks a#miraLogo img{
    height: 20px;
    vertical-align: middle;
}

#topBar{
    position: absolute;
    top: -50px;

    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;

    background: rgba(0,0,0,0.15);
}

header.pageTop #topBar{
    top: 0;
}

h1{
    font-size: 2.2rem;
    font-weight: 900 !important;
    text-align: left;
    color: #fff;
    margin: 1rem 0;
}


header a#logoTop {
    max-width:0px;
    height: 45px;
    overflow: hidden;
    line-height: 45px;
    display: inline-block;
    white-space: nowrap;
    left:50px; top: 0;
    z-index:0;
    color: #fff;
    font-size: 1rem;
    font-family: "Open Sans", sans-serif !important;
    font-weight: 900 !important;
    text-decoration: none;
    text-transform: none;
    padding:0;

    transition: all 0.8s ease-in 0.5s;
    -moz-transition: all 0.8s ease-in 0.5s;
    -webkit-transition: all 0.8s ease-in 0.5s;
}

header a#logoTop.visible{
    max-width:300px;
    padding-right:20px;
}

header a#btMenu{
    display: none;
    position: absolute;
    right: 30px;
    top:12px;
    z-index:11;
}
header a#btMenu img{
    height: 22px;
}

#titleBlock{
    width: calc(100% - 100px);
    height: 45px;
    color: #fff;
    position: relative;
    top:45%; left:0;
    text-align: left;
    padding: 0 50px;

    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    z-index:1000;
}

#menuIcon{
    display:none;
    text-align: center;
    float: right;
    width: 30px;
    height:30px;
    margin-top:7px;
    background: url('../img/menu-alt.svg') no-repeat center;
    border: 0;
}
nav#navigation{
    position: absolute;
    background: transparent;
    width: calc(100% - 2rem);
    height: 45px;
    padding-left: 310px;
    text-align: right;
    box-shadow:none;
    z-index:5;
}
/*
ul#mainNav{
    width: 100%;
    height: 45px;
    line-height: 45px;
    text-align: right;
}
ul#mainNav li{
    display: inline-block;
    float: none;
    vertical-align: middle;
    background: url('../img/nav-bg.png') no-repeat right center;
    font-size:0;
}
ul#mainNav li a {
    font-family: "Open Sans", sans-serif !important;
    font-weight: 400 !important;
    font-style: normal;
    color: #ffffff;
    font-size: 1.1rem;
}
*/
#initContent{
    width: 100%;
    height: 100%;
    position: fixed;
    top:0;
    z-index:1;
    display:none;
}
#contentPages{
    width: 100%;
    height: 100%;
    border: 0;
    position: fixed;
    padding-top:60px;
    top:0;
    z-index: 0;
}

#preloader{
    z-index:1000;
    position: fixed;
    top:40%; left:50%;
    margin-left: -25px;
    opacity: 0;
    display: none;
    transition: all 0.8s ease-in 0.5s;
    -moz-transition: all 0.8s ease-in 0.5s;
    -webkit-transition: all 0.8s ease-in 0.5s;
}

#preloader.active{
    opacity: 1;
    display: block;
}

#opening{
    position: fixed;
    z-index:1;
    display:none;
    height: 100%;
    width:100%;
}
#openingAudio{
    /*display:none;*/
}

#info{
    position:fixed;
    display:none;
    width: 100%;
    height: 100%;
    z-index:88;
    overflow:auto;
    /*
    overflow-x:hidden;
    overflow-y:auto;*/
    color: #dedede;
}
#info.visible{
    display:block;
    z-index:88;
}

#info #header{
    width: 70%;
    height: 35%;
    position: relative;
    left: 15%;
    z-index:88;
    top:0;
    font-size:0;
}

#filters{
    position: absolute;
    width: calc(100% - 2rem);
    margin: 0 auto;
    padding: 1rem;
    font-size: 0.85rem;
    line-height: 1.45em;
    font-weight: 400;
    color: #999;
    left: 50%;
    top: 55px;
    text-align: center;
    z-index:89;

    transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
}

#filters ul {
    text-align: center;
    font-size:0;
}

#filters > ul > li, #filters div.mobile-only{
    display: inline-block;
    font-size:1rem;
    font-weight: 500;
    text-align: left;
    width: 230px;
    /*width: calc( (100% - 6rem)/3 );*/
    padding: 0 1rem;
}
#filters div.mobile-only{
    display:none;
    position: relative;
}
#filters > ul > li span,
#filters .mobile-only .selectTitle {
    margin-left: 1px;
    text-transform: uppercase;
    font-size: 0.75rem;
    font-weight: bold;
    color: #e0492f;
}
#filters > ul > li span{
    display: block;
    padding-left: 0.5rem;
}

/*#filters > ul > li .filter,*/
#filters .mobile-only .filter{
    text-transform: uppercase;
    display:block;
    color: #ccc;
    max-width: 190px;
    position: relative;
    height: 32px;
    display: block;
    margin: 0;
    border-bottom: 1px solid #555;
    background: rgba(0,0,0,0.3) url("../img/arrow-down.svg") no-repeat center right;
    background-size: 30px auto;
    font-size: 0.8rem;
    line-height: 30px;
}
#filters .mobile-only .filter{
    position: relative;
    height: 32px;
    border: 0;
    background: transparent;
}

#filters .mobile-only .selectTitle{
  text-align: center;
}

#filters .mobile-only .selectTitle:after{
    content: "+";
    display: inline-block;
    color: #e0492f;
    font-size: 1.1rem;
    font-weight: bold;
    margin-left: 5px;
    /*
    border: 6px solid transparent;
    border-color: #e0492f transparent transparent transparent;
    */
}


#filters > ul > li .filter.desktopHidden .selectTitle,
#filters > ul > li .filter.desktopHidden select{
    display: none;
}



#filters .selectTitle{
    position: absolute;
    text-transform: none;
    width: 100%;
    height: 32px;
    padding: 2px 25px 5px 2px;
    font-size: 0.8rem;
    line-height: 25px;
    z-index:0;
}

#filters select{
    width: 100%;
    opacity: 0.001;
    position: absolute;
    font-size: 0.8rem;
    line-height: 25px;
    z-index: 1;
    margin: 0;
    height: 32px;
    padding: 2px 2px 5px 2px;
    border: none;
    box-shadow: none;
    background: rgba(0,0,0,0.0);
    cursor: pointer;
    color: #333;
    font-family: 'Lato', sans-serif !important;
    z-index:2;
}
#filters select option{
    color: #333;
}
#filters select:focus{
    outline: none;
}

#header #smallLogo{
    width: 150px;
    position: relative;
    padding: 0 10px;
    display:inline-block;
    font-size:0;
    /*
    top: 0; left: 50%;

    transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    */
}

#header .selectBlock{
    width: calc((100% - 170px)/2);
    display:inline-block;
    vertical-align: top;
    position:relative;
}
#header .selectBlock .combo{
    width: calc(50% - 22px);
    float:left;
    margin-top:55px;
    border-top: 1px solid #000000;
    padding: 6px 10px;
    text-align: center;
    font-size: 0.75rem;
    line-height: 1rem;
    text-transform: uppercase;
    cursor: pointer;
}
#header .selectBlock .combo img{
    height: 0.8rem;
    vertical-align: middle;
}
/*
#header .selectBlock .combo:first-child{
    margin-right:10px;
}*/

#graph{
    width: calc(95% - 60px);
    max-width: 1640px;
    min-height:30%;
    line-height: 0px;
    position: relative;
    z-index:10;
    top: 48%;
    left: 50%;
    text-align: left;
    font-size:0;
    margin-bottom:260px;

    transform: translate(-50%,-250px);
    -moz-transform: translate(-50%,-250px);
    -webkit-transform: translate(-50%,-250px);
}
/*  */
#graph svg{
    position: relative;
    width:100%; height: 100%;
    overflow: visible;
    margin: 0 auto;
}
#graph circle{
    cursor: pointer;
    stroke: rgba(0,0,0,1);
    stroke-width: 0px;


    -webkit-transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
    -webkit-perspective: 1000;

    transition: stroke-width 0.8s;
    -moz-transition: stroke-width 0.8s;
    -webkit-transition: stroke-width 0.8s;
}
#graph image{
    -webkit-transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
    -webkit-perspective: 1000;
}
#graph image{
    pointer-events: none;
}

/*
#graph .item{
    width: calc(90vmax/10);
    height: calc(90vmax/10);
    display: inline-block;
    position: relative;
    overflow: hidden;
    text-align: center;
    margin:0; padding:0;
    cursor: pointer;

    transition: all 0.2s;
    -moz-transition: all 0.2s;
    -webkit-transition: all 0.2s;
}

#graph .item:hover{
    width: calc(100vmax/16);
    height: calc(100vmax/16);
}
*/

#graph .item .holder{
    width: 90%;
    height: 90%;
    display: block;
    border: 2px solid #dedede;
    border-radius: 50%;
    position: absolute;
    overflow: hidden;
    top:200px; left:50%;
    text-align: center;

    transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
}

#graph .item:nth-child(odd) .holder{
    top:20%;
}

#graph div img{
    box-sizing: border-box;
    position: absolute;
    height:100%;
    top:50%; left:50%;
    text-align: center;
    z-index:-1;

    transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}
/*
#graph div:after{
    content: "";
    display: block;
    position: absolute;
    width:24px;
    height:24px;
    border-radius: 12px;
    background: #000000;
}*/


#imgMask{
    width: 120px;
    display:block;
    float:left;
    margin: -45px 10px 0 0;
}

#videoBg{
    position: fixed;
    top:50%; left: 50%;
    width: 100%;
    height: 100%;
    z-index:0;
    background: #000;/* url('../img/pfa_intro.jpg') no-repeat center;
    background-size: cover;*/
    overflow: hidden;
    text-align:center;

    transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}


#openingPhrases{
    width: calc(100% - 80px);
    max-width: 480px;
    height: 100%;
    top: 0;
    left: 40px;
    position: absolute;
    font-size: 1.2rem;
    text-align: left;
    z-index: 3;
}
#openingPhrases p{
    position: absolute;
    opacity: 0;
    top: 50%;
    line-height: 1.8rem;

    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);

    transition: opacity 0.5s;
    -moz-transition: opacity 0.5s;
    -webkit-transition: opacity 0.5s;
}
#openingPhrases p.active{
    opacity: 1;
}

#videoBg #framePosters{
  position: absolute;
    width: 100%;
    height: 100%;
    opacity:1;
    z-index:2;
}/*
#videoBg.visible #framePosters{
    opacity:0;
}*/

#videoBg #framePosters img{
    position: absolute;
    height: calc(100vh - 5rem);
    top:50%; left:50%;
    z-index:0;
    opacity:0;

    transform: translate(-50%, calc(-50% - 2.5rem));
    -moz-transform: translate(-50%, calc(-50% - 2.5rem));
    -webkit-transform: translate(-50%, calc(-50% - 2.5rem));
}

#videoBg #framePosters img.visible{
    z-index:1;
    opacity:0.25;
}
#videoBg #framePosters img.visible.intro{
    opacity:0;
}
#videoBg #framePosters img:first-child.visible{
    z-index:1;
    opacity:0;
}

#videoBg iframe{
    position: absolute;
    opacity:0.0001;
    top:50%; left:50%;
    display: block;
    width: 177vh;
    height: calc(100vh - 5rem);/*140vh;*/
    max-height: calc(100vh - 5rem);/*140vh;*/
    z-index:0;

   /* transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;*/

    transform: translate(-50%, calc(-50% - 2.5rem) );
    -moz-transform: translate(-50%, calc(-50% - 2.5rem) );
    -webkit-transform: translate(-50%, calc(-50% - 2.5rem) );
}

#videoBg video{
    display: block;
    position: absolute;
    left:0; top:50%;
    width: 177vh;
    height: 100vh;
    max-height: 100vh;
    opacity:1;
    z-index:2;

    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}
/*
#videoBg.testimonials video{
    display: none;
    opacity:0;
    z-index:0;
}

#videoBg.testimonials iframe{
    display: none;
    opacity:0;
}
*/
/*
#videoBg.visible iframe{
    display: block;
    opacity:1;
    z-index:5;
}
*/

#videoControls{
    position: absolute;
    width: 150px;
    top:50px; right:30px;
    z-index:1005;
}

#testimonial{
    opacity:0.0001;
}
#testimonial.visible{
    display: block;
    opacity:1;
    z-index:5;
}

#btPlayPause{
    display: none;
}

#closeVideo{
    width: 40px;
    height: 40px;
    position: absolute;
    top:55px; right:35px;
    display: none;
    z-index: 1005;
}

#videoBg.testimonials #closeVideo,
#videoBg.testimonials #videoControls{
    display: block;
    z-index:10;
}
#closeVideo:hover{
    opacity:0.55;
}
#closeVideo img{
    width: 100%;
}
#closeVideo.visible {
    display: block;
}

#infoBox {
    position: fixed;
    bottom:-600px;
    left:0;
    padding: 1rem 0;
    width: 100%;
    background: rgba(0,0,0,0.85);
    border-top: 1px solid #e0492f;
    text-align: left;
    font-family: 'Lato', sans-serif;
    font-size: 0.8rem;
    line-height: 1.45em;
    color: #E2DDD5;
    z-index: 1000;
    display: block;

    transition: all 0.4s;
    -moz-transition: all 0.4s;
    -webkit-transition: all 0.4s;
}

#infoBox.visible {
    bottom:0;
}
#infoBox.closed, #infoBox.visible.closed{
    padding: 0;
}

#playerControls{
    position: absolute;
    width: 100%;
    height: 45px;
    background: rgba(10,10,10,0.8);
    margin-top: calc(-46px - 0);
    max-height: 0;
    display:none;
    pointer-events: none;

    transition: all 0.4s;
    -moz-transition: all 0.4s;
    -webkit-transition: all 0.4s;
}
#playerControls.active{
    display:block;
    margin-top: calc(-46px - 1rem);
    max-height: 45px;
}
#infoBox.closed #playerControls.active{
    margin-top: calc(-46px - 0rem);
}
#playerControls .content{
    width: calc(80% - 2rem);
    height: 45px;
    margin: 0 auto;
    position: relative;
    overflow: visible;
}

#playerControls #playBtn{
    width: 40px;
    height: 45px;
    line-height: 45px;
    display:block;
    float:left;
    text-align: center;
    margin-left: -15px;
    pointer-events: auto;
    background: url("../img/play-button.svg") no-repeat center;
    background-size: 40px 80px;
    background-position: center -38px;
}
#playerControls #playBtn:hover{
    background-color: rgba(40,40,40,0.5);
}
#playerControls #playBtn img{
    display:inline-block;
    vertical-align: middle;
    width: 40px;
    opacity:0.6;
}
#playerControls #playBtn.paused {
    background-position: center 2px;
}
#playerControls #playBtn:hover img{
    opacity:1;
}

#seekBar{
    position: relative;
    height:45px;
    width: calc(100% - 45px);
    display:block;
    float:right;
    pointer-events: auto;
    cursor: pointer;
}

#seekLine, #videoProgress, #videoBuffer{
    position: absolute;
    width: 100%;
    height: 23px;
    border-bottom: 1px solid #444;
    z-index:0;
}

#videoProgress, #videoBuffer{
    width:0px;
    margin-bottom:-1px;
    border-bottom: 1px solid rgba(255,255,255,0.8);
    pointer-events:none;
}
#videoBuffer{
    z-index:1;
    border-bottom: 1px solid rgba(200,200,200,0.3);
}
#videoProgress{
    z-index:2;
}


#infoBox .boxContent{
    position: relative;
    width: calc(80% - 2rem);
    margin: 0 auto;
    padding: 1rem;
    font-size: 0.9rem;
    line-height: 1.25em;
    font-weight: 400;
    color: #ccc;

    transition: "padding-bottom" 0.4s;
    -moz-transition: "padding-bottom" 0.4s;
    -webkit-transition: "padding-bottom" 0.4s;
}

#infoBox .extras, #infoBox p.text{
    height: 50px;
    max-height: 150px;
    opacity: 1;

    transition: all 0.4s;
    -moz-transition: all 0.4s;
    -webkit-transition: all 0.4s;
}

#infoBox.closed .extras, #infoBox.closed p.text{
    height:0; max-height: 0;
    padding: 0; margin: 0;
    opacity: 0.01;
}
#infoBox.closed .extras{
    padding-left: 10px;
}

#infoBox.closed .boxContent{
    padding-bottom: 0;
}

#infoBox .boxContent, #infoBox .boxContent *{
    pointer-events:none;
}

#infoBox .quote p.name{
    margin: 0;
    padding-right: 10px;
    width: 100%;
    font-size: 1.1rem;
    line-height:1em;
    font-weight: 700;
    margin-bottom: 0.5em;
    color: #e0492f;
    text-transform: uppercase;
}
#infoBox .quote p.name img{
    height: 1.6em;
    margin: -0.3em 0 -0.3em 0;
    vertical-align: top;
    opacity:0.8;
}

#infoBox .quote{
    font-size: 0.9rem;
    width: calc(100% - 301px);
    padding-right: 10px;
    float: left;
}
#infoBox .extras{
    width: 280px;
    height: 95px;
    max-height: 150px;
    float: left;
    border-left: 1px solid #666;
    padding-left: 10px;

    transition: opacity 0.4s;
    -moz-transition: opacity 0.4s;
    -webkit-transition: opacity 0.4s;
}

#infoBox .extras p{
    margin:0;
}

#infoBox .extras p.type{
    margin: 0;
    font-size: 1.1rem;
    font-weight: 700;
    margin-bottom: 0.5em;
}

#logo{
    opacity:0;
    width:65%;
    max-width: 400px;
    z-index: 3;
    top:50%; left:50%;
    position: fixed;
    pointer-events: none;
    text-align: center;

    transform: translate(-50%, -60%);
    -moz-transform: translate(-50%, -60%);

    transition: opacity 1.5s;
    -o-transition: opacity 1.5s;
    -ms-transition: opacity 1.5s;
    -moz-transition: opacity 1.5s;
    -webkit-transition: opacity 1.5s;
}

#logo.visible{
    opacity:0.8;
}

#logo img{
    width: 100%;
    position: relative;
    pointer-events: none;
}

#btStart{
    position: relative;
    display: inline-block;
    pointer-events: auto;
    cursor: pointer;
    padding:0;
    height: 2rem;
    letter-spacing: 0.05em;
    border:0;
    color: #fff;
    font-family: 'Lato', sans-serif !important;
    font-size: 1.35rem;
    font-weight: 400;
    outline: none;
    z-index: 3;
    margin: 0px 20px 0 0;
    background: transparent;

    transition: background 0.3s color 0.3s;
    -moz-transition: background 0.3s color 0.3s;
    -webkit-transition: background 0.3s color 0.3s;

    /*
    transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    */
}

#btIntro{
    position: absolute;
    right: 35px;
    cursor: pointer;
    background: transparent;
    border: none;
    color: #fff;
    font-family: 'Lato', sans-serif !important;
    font-size: 1.35rem;
    font-weight: 400;
    outline: none;
    z-index: 20;
    top: 50%;
    display: none;
    /*
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);*/
}

#btStart:hover, #btIntro:hover{
    color: #e0492f;/*rgb(220, 220, 220);*/
}

#bg{
    width:100%; height: 100%;
    overflow: visible;
    margin: 0 auto;
    position: absolute;
    opacity: 0.45;
    z-index: 1;
}

#imgHolder{
    width: 100%;
    height:100%;
    overflow: hidden;
    position: absolute;
    top: 0%;
    z-index: 0;
    text-align:center;
    pointer-events: none;
    opacity: 1;

    transition: opacity 1s;
    -o-transition: opacity 1s;
    -ms-transition: opacity 1s;
    -moz-transition: opacity 1s;
    -webkit-transition: opacity 1s;

    /*
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    -o-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    */
}

#imgHolder.faded{
    opacity: 0.85;
}
#imgHolder img{
    height:100%;
    top:50%; left:50%;
    position: absolute;
    z-index:0;
    opacity: 1;

    transition: height 3s;
    -o-transition: height 3s;
    -ms-transition: height 3s;
    -moz-transition: height 3s;
    -webkit-transition: height 3s;

    -webkit-transform: translate3d(-50%, -50%,0);
    -moz-transform: translate3d(-50%, -50%,0);
    -ms-transform: translate3d(-50%, -50%,0);
    -o-transform: translate3d(-50%, -50%,0);
    transform: translate3d(-50%, -50%,0);
}

#imgHolder img.visible{
    z-index:10;
    height: 115%;
}



/* custom selects */
.select-hidden {
  display: none;
  visibility: hidden;
  padding-right: 10px;
}

.select {
    cursor: pointer;
    display: inline-block;
    position: relative;
    color: #dedede;
    width: 100%;
    height: 2rem;
    margin-top:0px;
    font-size: 0.9rem;
    line-height: 2rem;
    text-transform: none;
    background-color: rgba(0,0,0,0.5);
}

.select-styled {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    color: #fff;
    margin: 0 0.5rem;
    white-space: nowrap;
    overflow: hidden;
    z-index:0;
    border-bottom: 1px solid #555;
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}
.select-styled:before {
  content: "";
  width: 30px;
  height: 30px;
  display: block;
  position: absolute;
  background: #000 url("../img/arrow-down.svg") no-repeat center right;
  background-size: 30px auto;
  top: 0;
  right: 0px;
  z-index:10;
}
.select-styled:hover {
  color: #fff;
  /*background-color: rgba(30,30,30,0.2);*/
}
.select-styled:active, .select-styled.active {
  background-color: rgba(10,10,10,0.7);
  color: #ccc;
}

.select-options {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  z-index: 999;
  margin: 0;
  padding: 0 0.5rem;
  list-style: none;
  background-color: rgba(0,0,0,0.9);
  color: #ccc;
}
.select-options li {
    color: #999;
    font-size: 0.9rem;
    line-height: 1.25em;
    text-align: left;
    margin: 0;
    padding: 0.4rem 0;
    text-indent: 0;
    border-top: 1px solid #222;
    -moz-transition: all 0.15s ease-in;
    -o-transition: all 0.15s ease-in;
    -webkit-transition: all 0.15s ease-in;
    transition: all 0.15s ease-in;
}
.select-options li:hover {
  color: #fff;
  background: #222;
}
.select-options li[rel="hide"] {
  display: none;
}


/* preloader */
.loader {
  margin: 50px auto;
  font-size: 1rem;
  position: fixed;
  text-indent: -9999em;
  border-top: 6px solid rgba(255, 255, 255, 0.2);
  border-right: 6px solid rgba(255, 255, 255, 0.2);
  border-bottom: 6px solid rgba(255, 255, 255, 0.2);
  border-left: 6px solid #ffffff;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear;
}
.loader,
.loader:after {
  border-radius: 50%;
  width: 50px;
  height: 50px;
}
@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}




@media screen and (min-aspect-ratio: 7/4) {

    #imgHolder img{
        height:auto;
        width:100%;

        transition: width 3s;
        -o-transition: width 3s;
        -ms-transition: width 3s;
        -moz-transition: width 3s;
        -webkit-transition: width 3s;
    }

    #imgHolder img.visible{
        height:auto;
        width: 115%;
    }

    #videoBg video{
        width: 100vw;
        height: auto;
        max-height:200vw;
    }
    #videoBg #framePosters img:first-child.visible{
        width: 100%;
        height:auto;
    }

}

@media screen and (max-width: 1360px) {
    body {
        /*font-size: 14px;*/
    }
}

@media screen and (max-width: 980px) {

    html, body {
        /*font-size: 14px;*/
    }
    header nav{
        position: fixed;
        right: -245px;
        margin: 0;
        height: 100%;
        padding: 80px 20px 0 20px;
        width: 200px;
        background: #111;
        line-height: 30px;
        box-sizing: border-box;
    }
    header.menuOpen nav{
        right: 0;
    }

    header a{
        display: block;
        margin: 10px 0;
        background: transparent;
    }

    header a#logoTop{
        display: none;
        padding:0; margin: 0;
        top:0;
    }
    header a#logoTop.visible{
        display: block;
        position: fixed;
        left: 30px;
    }

    header a#btMenu{
        display: inline-block;
        padding:0;
        top:0;
    }

    header a#btMenu .close{
        display:none;
    }
    header a#btMenu .menu{
        display:inline-block;
    }
    header.menuOpen a#btMenu .menu{
        display:none;
    }
    header.menuOpen a#btMenu .close{
        display:inline-block;
    }

    #topLinks{
        position: relative;
        right: auto;
        line-height: 30px;
    }
    header #topLinks a{
        padding: 0 10px;
    }

    header a:hover, header #topLinks a:hover{
       background: rgba(50,50,50,0.3);
       color: #e0492f;
    }
    header a#btMenu:hover{
       background: transparent;
       opacity: 0.7;
    }
    #titleBlock{
        top:35%;
    }

    #header .selectBlock .combo{
        display:none;
    }


    .select-hidden {
      display: block;
      visibility: visible;
      padding-right: 0;
    }

    #filters{
        max-width: 250px;
    }

    #filters ul, #filters .mobile-only .filter,
    #filters ul li select, .filter select{
        width: 100%;
        max-width:320px;
    }

    #filters > ul > li, #filters div.mobile-only {
        display: none;
        font-size: 0.8rem;
        width: 100%;
        text-align: left;
        width: 100%;
        height: 1.5rem;
        max-width:320px;
        margin-right: 4px;
        padding: 0;
    }
    #filters > ul > li.visible{
        display: inline-block;
    }
    #filters > ul > li.visible .selectTitle{
        display: inline-block;
    }
    #filters > ul > li .filter{
        display:block;
        color: #ccc;
        max-width: 190px;
        position: relative;
        max-width: 260px;
        font-size: 0.8rem;
        height: 32px;
        display: block;
        margin: 0;
        border-bottom: 1px solid #555;
        background: rgba(0,0,0,0.3) url("../img/arrow-down.svg") no-repeat center right;
        background-size: 30px auto;
        line-height: 30px;
    }
    #filters div.mobile-only {
        display: inline-block;
    }

    #filters > ul > li span {
        display: none;
    }

    #filters > ul > li .filter.desktopHidden .selectTitle,
    #filters > ul > li .filter.desktopHidden select{
        display: inline-block;
        visibility: visible;
    }

    #filters > ul > li .filter.desktopHidden .select-styled,
    #filters > ul > li .filter.desktopHidden .select-options{
        display: none;
        visibility: hidden;
    }

    ul#mainNav{
        display:none;
        height: auto;
        width: 50%;
    }
    #menuIcon{
        display:block;
    }

    #infoBox .quote{
        font-size: 0.8rem;
        width: calc(100% - 231px);
        padding-right: 10px;
        float: left;
    }
    #infoBox .extras{
        font-size: 0.8rem;
        width: 210px;
    }
    #infoBox .quote,
    #infoBox .extras, #infoBox p.text{
        height: auto;
    }



    #btStart, #btIntro{
        font-size: 1.1rem;
    }

    #btIntro{
        position: fixed;
        bottom: 15px;
        top: auto;
        left: 30px;
        white-space: nowrap;

        transform: translate(0, -50%);
        -moz-transform: translate(0, -50%);
        -webkit-transform: translate(0, -50%);
    }



}

@media screen and (max-height: 900px){
    #graph{
        top: 160px;

        transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
    }
}


@media screen and (max-width: 540px) {

    #contentPages{
        padding-top:30px;
    }

    #openingPhrases{
        left: 30px;
        font-size: 1.1rem;
    }

    #titleBlock{
        top:30%;
        width: 70%;
        font-size: 0.9rem;
        padding: 0 30px;
    }
    h1{
        font-size: 1.35rem;
    }

    #graph .item{
        width: calc(90vmax/8);
        height: calc(90vmax/8);
    }

    #infoBox .boxContent {
        width: calc(100% - 60px);
    }

    #infoBox.closed #playerControls.active{
      margin-top: -46px;
      max-height: 45px;
    }

    #playerControls .content{
        width: calc(100% - 60px);
    }

    #infoBox .quote{
        height: auto;
        max-height:150px;
    }

    #infoBox .quote,
    #infoBox .extras, #infoBox p.text{
        height: auto;
        display: block;
        width: 100%;
        float: none;
    }
    #infoBox .extras{
        padding: 10px 0 0 0;
        border: none;
        border-top: 1px solid #666;
        margin-top: 10px;
    }

    #videoBg iframe{
        position: absolute;
        opacity:0.0001;
        top:calc(12vh - 40px);
        left:50%;
        display: block;
        width: 133vh;
        height: 75vh;/*140vh;*/
        max-height: 75vh;/*140vh;*/
        z-index:0;

       /* transition: all 0.5s;
        -moz-transition: all 0.5s;
        -webkit-transition: all 0.5s;*/

        transform: translate(-50%, 0 );
        -moz-transform: translate(-50%, 0 );
        -webkit-transform: translate(-50%, 0 );
    }
    #videoBg #framePosters{
        width: 100%;
        height: 75vh;
        opacity:1;
        z-index:2;
        top:calc(12vh - 40px);
    }
    #videoBg #framePosters img{
        position: absolute;
        height: 75vh;
        top:50%; left:50%;

        top:calc(50% + 12vh - 40px);
        z-index:0;
        opacity:0;

        transform: translate(-50%, calc(-50% - 2.5rem));
        -moz-transform: translate(-50%, calc(-50% - 2.5rem));
        -webkit-transform: translate(-50%, calc(-50% - 2.5rem));

    /*
        transition: opacity 0.3s;
        -moz-transition: opacity 0.3s;
        -webkit-transition: opacity 0.3s;*/
    }

}

@media screen and (max-width: 320px) {
    header a#logoTop{
        font-size: 0.75rem;
    }
}