html, body, div, span, h1, h2, h3, h4, h5, h6, p, em, img, strong, sub, sup, b, u, i, dl, dt, dd, ol, ul, li, fieldset, form, label, table, tbody, tfoot, thead, tr, th, td, article, aside, canvas, footer, header, menu, nav, section, summary, time, mark, audio, video{margin:0;padding:0;border:0;outline:0;vertical-align:baseline;background:transparent;font-size:100%;}
a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent;}
table{border-collapse:collapse;border-spacing:0;}
td, td img{vertical-align:top;}
input, select, button, textarea{margin:0;font-size:100%;}
input[type="text"], input[type="password"], textarea{padding:0;}
input[type="checkbox"]{vertical-align:bottom;}
input[type="radio"]{vertical-align:text-bottom;}
sub{vertical-align:sub;font-size:smaller;}
sup{vertical-align:super;font-size:smaller;}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section{display:block;}
nav ul{list-style:none;}
html, body{height:100%;}
body{line-height:1;text-align:left;}
input, select, button, textarea{font-family:Tahoma,Verdana,Arial,sans-serif;}
label, input[type="button"], input[type="submit"], button{cursor:pointer;}

@font-face {
    font-family: 'warhelioscondcregular';
    src: url('../fonts/warhelioscondc.eot');
    src: url('../fonts/warhelioscondc.eot?#iefix') format('embedded-opentype'), url('../fonts/warhelioscondc.woff') format('woff'), url('../fonts/warhelioscondc.ttf') format('truetype'), url('../fonts/warhelioscondc.svg#warhelioscondcregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'warhelioscondcboldregular';
    src: url('../fonts/warhelioscondcbold.eot');
    src: url('../fonts/warhelioscondcbold.eot?#iefix') format('embedded-opentype'), url('../fonts/warhelioscondcbold.woff') format('woff'), url('../fonts/warhelioscondcbold.ttf') format('truetype'), url('../fonts/warhelioscondcbold.svg#warhelioscondcboldregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
html,
body {
    background-color: #000;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #fff;
    height: 100%;
    width: 100%;
}
body {
    background-position: 50% 0%;
    background-repeat: no-repeat;
    background-size: cover;
    font: 87.5%/1.25 'warhelioscondcregular', Arial, sans-serif;
}
.device .smooth-scrolling {
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
}
.desktop .stop-scroll {
    overflow: hidden!important;
    overflow-y: hidden!important;
}
* {
    -webkit-text-size-adjust: none;
}
.min-width {
    min-width: 320px;
}
.max-width {
    margin-left: auto;
    margin-right: auto;
    max-width: 640px;
}
.device .desktop-only {
    display: none!important;
}
.desktop .mobile-only {
    display: none!important;
}
.img-responsive {
    display: block;
    height: auto;
    max-height: 100%;
    margin: 0 auto;
    position: relative;
    width: auto;
    max-width: 100%;
}
.center {
    display: inline-block;
    text-align: center;
}
.table {
    display: table;
    width: 100%;
}
.cell {
    display: table-cell;
    text-align: center;
}
h2 {
    font: 214.285714285714%/1.2 'warhelioscondcboldregular', Arial, sans-serif;
    margin: 0 0 20px;
    padding: 0;
    position: relative;
    text-transform: uppercase;
}
.nobr {
    white-space: nowrap;
}
.clearfix {
    clear: both;
    display: table;
}
.portrait-only {
    display: none!important;
}
.desktop .active-opacity:active {
    filter: alpha(opacity=85);
    opacity: .85;
}
.icon-hover {
    overflow: hidden;
    position: relative;
}
.icon-hover,
.icon,
.hover {
    -webkit-transition: opacity .3s ease-in-out;
    -moz-transition: opacity .3s ease-in-out;
    -ms-transition: opacity .3s ease-in-out;
    -o-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out;
}
.icon,
.hover {
    outline: 1px transparent solid;
}
.hover {
    height: 100%;
    left: 0;
    filter: alpha(opacity=0);
    opacity: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.desktop .icon-hover:hover .icon,
.desktop .icon-hover:active .icon {
    filter: alpha(opacity=0);
    opacity: 0;
}
.desktop .icon-hover:hover .hover,
.desktop .icon-hover:active .hover {
    filter: alpha(opacity=100);
    opacity: 1;
}
ul.no-list-style {
    list-style: none;
    margin: 0;
    padding: 0;
}
.ie8 {
    display: none;
}
.android .apple-item,
.apple .android-item {
    display: none!important;
}
@media (orientation: portrait) {
    .device .portrait-only {
        display: block!important;
    }
    .device .landscape-only {
        display: none!important;
    }
}
@media (min-width: 600px) {
    body {
        font: 125%/1.24 'warhelioscondcregular', Arial, sans-serif;
    }
    h2 {
        font-size: 250%;
    }
}
@media (min-width: 1024px) {
    h2 {
        font-size: 250%;
    }
}
@media (min-width: 1280px) {
    .max-width {
        max-width: 800px;
    }
}
@media (min-width: 1580px) {
    body {
        font: 200%/1.2 'warhelioscondcregular', Arial, sans-serif;
    }
    h2 {
        font-size: 205.55%;
    }
    .max-width {
        max-width: 1000px;
    }
}

/* container */

.container {
    overflow: visible;
    padding: 0 20px;
    position: relative;
}
@media (min-width: 600px) {
    .container {
        padding-left: 40px;
        padding-right: 40px;
    }
}
@media (min-width: 1024px) {
    .container {
        margin: 0 auto;
        padding: 0 40px;
        /*max-width: 1020px;*/
    }
}
@media (min-width: 1580px) {
    .container {
        margin: 0 auto;
        padding: 0 50px;
        /*max-width: 1600px;*/
    }
}

/* preload */
.preload-wrapper {
    background-color: rgba(0, 0, 0, .6);
    display: none;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 2015;
}
.preload-table {
    height: 100%;
}
.preload-cell {
    vertical-align: middle;
}
.preload-logo-wrapper {
    left: 50%;
    margin-left: -32px;
    position: absolute;
    top: 0;
    width: 64px;
}
.preload-logo-overlay {
    height: 100%;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 100%;
}
.preload-logo-overlay-image {
    -webkit-filter: brightness(.4);
    -moz-filter: brightness(.4);
    -ms-filter: brightness(.4);
    -o-filter: brightness(.4);
    filter: brightness(.4);
    width: 100%;
}
.preload-status {
    color: #f25322;
    font: 257.1428571428571%/1.2 'warhelioscondcboldregular', Arial, sans-serif;
    margin-bottom: 3px;
}
.preload-label {
    font-size: 128.5714285714286%;
}
@media (min-width: 600px) {
    .preload-logo-wrapper {
        margin-left: -45px;
        width: 90px;
    }
    .preload-status {
        font-size: 200%;
    }
    .preload-label {
        font-size: 100%;
    }
}
@media (min-width: 1024px) {
    .preload-logo-wrapper {
        margin-left: -55px;
        width: 110px;
    }
    .preload-status {
        font-size: 275%;
        margin-bottom: 5px;
    }
    .preload-label {
        font-size: 137.5%;
    }
}
@media (min-width: 1580px) {
    .preload-logo-wrapper {
        margin-left: -79.5px;
        width: 159px;
    }
    .preload-status {
        font-size: 250%;
    }
    .preload-label {
        font-size: 125%;
    }
}

/* website layout */
.screens-wrapper {
    overflow: hidden;
    position: relative;
}
.screen {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
}
.screen-container {
    overflow: visible;
    text-align: center;
    z-index: 1;
}
@media (min-width: 1024px) {
    .desktop .wrapper {
        height: 100%;
        min-height: 600px;
        position: relative;
    }
    .js.desktop .wrapper {
        overflow: hidden;
    }
    .desktop .screens-wrapper {
        height: 100%;
        overflow: visible;
    }
    .desktop .screen {
        height: 100%;
    }
    .desktop .screen-table {
        display: table;
        height: 100%;
        table-layout: fixed;
        width: 100%;
    }
    .desktop .screen-cell {
        display: table-cell;
        overflow: visible;
        position: relative;
        text-align: center;
        vertical-align: middle;
    }
    .js.desktop .screen-cell {
        padding-bottom: 50px;
        padding-top: 50px;
    }
}
@media (min-width: 1580px) {
    .desktop .screen-cell {
        padding-bottom: 0;
        padding-top: 0;
    }
    .js.desktop .screen-cell {
        padding-bottom: 70px;
        padding-top: 70px;
    }
}
@media (max-width: 1023px) {
    .screens-wrapper {
        -moz-transform: none!important;
        -webkit-transform: none!important;
        -o-transform: none!important;
        -ms-transform: none!important;
        transform: none!important;
    }
}

/* cta button */
.cta-button {
    background: rgb(59,59,59);
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzNiM2IzYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMyZjJmMmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  rgba(59,59,59,1) 0%, rgba(47,47,47,1) 100%);
    background: -webkit-linear-gradient(top,  rgba(59,59,59,1) 0%,rgba(47,47,47,1) 100%);
    background: linear-gradient(to bottom,  rgba(59,59,59,1) 0%,rgba(47,47,47,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3b3b3b', endColorstr='#2f2f2f',GradientType=0 );
    color: #fff;
    display: inline-block;
    height: 35px;
    font: 12px/35px 'warhelioscondcboldregular', Arial, sans-serif;
    overflow: visible;
    padding: 0 16px;
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
    -webkit-transition: background .3s ease, opacity .3s ease;
    -moz-transition: background .3s ease, opacity .3s ease;
    -ms-transition: background .3s ease, opacity .3s ease;
    -o-transition: background .3s ease, opacity .3s ease;
    transition: background .3s ease, opacity .3s ease;
}
.cta-button:before,
.cta-button:after {
    background: url(../images/cta-before.png) 100% 0 no-repeat;
    background-size: auto 100%;
    content: '';
    height: 100%;
    position: absolute;
    top: 0;
    width: 16px;
}
.cta-button:before {
    left: -14.5px;
}
.cta-button:after {
    right: -14.5px;
    -webkit-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    transform: scaleX(-1);
}
.big-cta-button {
    font-size: 14px;
    height: 41px;
    line-height: 41px;
    padding: 0 12px;
}
.desktop .cta-button:hover,
.desktop .cta-button:active {
    background: rgb(253,125,2);
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZkN2QwMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmMDRkMGIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  rgba(253,125,2,1) 0%, rgba(240,77,11,1) 100%);
    background: -webkit-linear-gradient(top,  rgba(253,125,2,1) 0%,rgba(240,77,11,1) 100%);
    background: linear-gradient(to bottom,  rgba(253,125,2,1) 0%,rgba(240,77,11,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fd7d02', endColorstr='#f04d0b',GradientType=0 );
    text-shadow: 0 -1px 1px #c72a00;
    color: #fff;
    text-decoration: none;
}
.desktop .cta-button:hover:before,
.desktop .cta-button:hover:after {
    background-image: url(../images/cta-before-hover.png);
}
.big-cta-button {
    background: rgb(253,125,2);
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZkN2QwMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmMDRkMGIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  rgba(253,125,2,1) 0%, rgba(240,77,11,1) 100%);
    background: -webkit-linear-gradient(top,  rgba(253,125,2,1) 0%,rgba(240,77,11,1) 100%);
    background: linear-gradient(to bottom,  rgba(253,125,2,1) 0%,rgba(240,77,11,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fd7d02', endColorstr='#f04d0b',GradientType=0 );
    text-shadow: 0 -1px 1px #c72a00;
}
.big-cta-button:before,
.big-cta-button:after {
    background-image: url(../images/cta-before-hover.png);
}
@media (min-width: 600px) {
    .cta-button {
        height: 44px;
        font-size: 14px;
        line-height: 44px;
        padding: 0 19px;
    }
}
@media (min-width: 1580px) {
    .cta-button {
        height: 60px;
        font-size: 20px;
        line-height: 60px;
        padding: 0 19px;
    }
}

.static {
    display: none;
    height: 100%;
    overflow: visible;
    position: fixed;
    width: 100%;
    min-width: 320px;
}
@media (min-width: 1024px) {
    .js.desktop .static {
        display: block;
    }
}

/* header */
.header-wrapper {
    overflow: visible;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 101;
}
.header-logo-wrapper {
    left: 20px;
    position: absolute;
    top: -10px;
    width: 84px;
}
.header-share-list-wrapper {
    height: 16px;
    position: absolute;
    right: 20px;
    top: 20px;
}
.header-share-list {
    display: inline-block;
}
.header-share-list__item {
    display: inline-block;
    height: 16px;
    margin-left: 16px;
}
.header-share-list__item-link {
    display: block;
    height: 16px;
}
@media (min-width: 600px) {
    .header-logo-wrapper {
        left: 40px;
        top: 0;
        width: 104px;
    }
    .header-share-list-wrapper {
        right: 40px;
        top: 37px;
    }
    .header-share-list__item {
        margin-left: 20px;
    }
}
@media (min-width: 1024px) {
    .header-logo-wrapper {
        top: 0;
        width: 124px;
        -webkit-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
        -o-transform: translateY(-10px);
        transform: translateY(-10px);
    }
    .desktop .header-logo-wrapper {
        -webkit-transition: transform .3s;
        -o-transition: transform .3s;
        transition: transform .3s;
    }
    .desktop .header-logo-wrapper:hover {
        -webkit-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -o-transform: translateY(0px);
        transform: translateY(0px);
    }
}
@media (min-width: 1580px) {
    .header-logo-wrapper {
        left: 50px;
        width: 159px;
    }
    .header-share-list-wrapper {
        right: 50px;
        top: 42px;
    }
}

/* bullets */

.bullets-wrapper {
    display: none;
    position: fixed;
    right: 20px;
    top: 50%;
    z-index: 100;
}
.bullets-container {
    position: relative;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 12px;
}
.bulets-active {
    height: 16px;
    width: 12px;
    position: absolute;
    z-index: 100;
}
.bullets-list__item {
    display: block;
    height: 16px;
    margin: 15px 0;
    width: 12px;
}
.bullets-list__item-link {
    display: block;
    height: 16px;
    width: 12px;
}
.bullets-white .bullets-list__item-link-icon {
    filter: alpha(opacity=30);
    opacity: .3;
}
.bullets-dark .bullets-list__item-link-icon {
    filter: alpha(opacity=60);
    opacity: .6;
}
.bullets-white,
.bullets-dark {
    display: block;
}
.bullets-dark {
    height: 100%;
    filter: alpha(opacity=0);
    opacity: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
@media (min-width: 1024px) {
    .desktop .bullets-wrapper {
        display: block;
    }
}
@media (min-width: 1580px) {
    .bullets-container {
        width: 15px;
    }
    .bulets-active,
    .bullets-list__item,
    .bullets-list__item-link {
        height: 20px;
        width: 15px;
    }
    .bullets-list__item {
        margin: 20px 0;
    }
}

/* scroll down */

.scroll-down-wrapper {
	bottom: 17px;
    left: 50%;
    margin-left: -16px;
    overflow: hidden;
    position: fixed;
    transform-style: flat;
    width: 32px;
    z-index: 102;
}
.scroll-down-white,
.scroll-down-dark {
    display: block;
}
.pulsate {
    -webkit-animation: pulsate 2s ease-in-out infinite;
    -moz-animation: pulsate 2s ease-in-out infinite;
    -o-animation: pulsate 2s ease-in-out infinite;
    -ms-animation: pulsate 2s ease-in-out infinite;
    animation: pulsate 2s ease-in-out infinite;
}
.scroll-down-image-wrapper {
    display: block;
    width: 32px;
}
@media (min-width: 600px) {
	.scroll-down-wrapper {
		bottom: 22px;
		margin-left: -32px;
		width: 64px;
	}
	.scroll-down-image-wrapper {
	    width: 64px;
	}
}
@media (min-width: 600px) and (orientation: landscape) {
	.scroll-down-wrapper {
		bottom: 17px;
		margin-left: -24px;
		width: 48px;
	}
	.scroll-down-image-wrapper {
	    width: 48px;
	}
}
@media (min-width: 768px) and (orientation: landscape) {
	.scroll-down-wrapper {
		bottom: 22px;
		margin-left: -32px;
		width: 64px;
	}
	.scroll-down-image-wrapper {
	    width: 64px;
	}
}

/* screen 1 */
.screen-1 {
    background-position: 50% 0%;
    position: relative;
}
.screen-1-watermarks {
    bottom: 15px;
    left: 20px;
    position: absolute;
    right: 20px;
}
.fixed-watermarks {
    bottom: 15px;
    display: none;
    left: 20px;
    position: absolute;
    right: 20px;
}
.watermark__item {
    display: block;
    height: 38px;
}
.watermark-left {
    float: left;
}
.watermark-right {
    float: right;
}
.screen-1-container {
	height: 100%;
    min-height: 320px;
}
.video-play-button {
    background-color: rgba(0, 0, 0, .6);
    border: 4px solid white;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    display: block;
    height: 82px;
	left: 50%;
	margin: -43px 0 0 -43px;
	position: absolute;
	top: 50%;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    width: 82px;
}
.video-play-wrapper {
    display: block;
    height: 40px;
    margin: 21px;
    position: relative;
    width: 40px;
}
.desktop .video-play-button:hover,
.desktop .video-play-button:active {
    border-color: #fe5000;
}
.thank-you-mark {
	bottom: 25%;
	left: 20px;
	position: absolute;
	right: 20px;
}
@media (min-width: 320px) and (orientation: portrait) {
	.video-play-button {
		top: 42.5%;
	}
	.thank-you-mark {
		bottom: 20%;
	}
}
@media (min-width: 375px) and (orientation: portrait) {
	.video-play-button {
		top: 50%;
	}
}
@media (min-width: 414px) and (orientation: portrait) {
	.thank-you-mark {
		bottom: 25%;
	}
}
@media (orientation: landscape) {
	.video-play-button {
		top: 42.5%;
	}
	.thank-you-mark {
		bottom: 15%;
		left: 50%;
		margin-left: -160px;
		right: auto;
		width: 320px;
	}
}
@media (min-width: 600px) {
    .screen-1-watermarks {
        bottom: 25px;
        left: 40px;
        right: 40px;
    }
    .watermark__item {
        height: 52px;
    }
	.video-play-button {
		border-width: 5px;
        height: 110px;
		margin: -60px 0 0 -60px;
		width: 110px;
	}
	.video-play-wrapper {
		height: 53px;
        margin: 28.5px;
        width: 53px;
	}
    .thank-you-mark {
		left: 50%;
		margin-left: -260px;
		right: auto;
        width: 520px;
    }
}
@media (min-width: 600px) and (orientation: landscape) {
	.screen-1-watermarks {
		bottom: 10px;
	}
	.thank-you-mark {
		bottom: 17%;
		margin-left: -180px;
        width: 360px;
    }
}
@media (min-width: 768px) and (orientation: landscape) {
	.screen-1-watermarks {
		bottom: 25px;
	}
	.thank-you-mark {
		bottom: 15%;
		margin-left: -260px;
        width: 520px;
    }
}
@media (min-width: 800px) {
    .thank-you-mark {
		margin-left: -320px;
        width: 640px;
    }
}
@media (min-width: 800px) and (orientation: landscape) {
	.thank-you-mark {
		margin-left: -320px;
        width: 640px;
    }
}
@media (min-width: 1024px) {
    .screen-1-watermarks {
        display: none;
    }
    .fixed-watermarks {
        display: block;
		left: 40px;
		right: 40px;
    }
    .desktop .screen-1-container {
        height: 100%;
    }
    .watermark__item {
        bottom: 30px;
        position: fixed;
        z-index: 101;
    }
    .watermark-right {
        right: 40px;
    }
	.video-play-button {
		top: 50%!important;
	}
    .thank-you-mark {
        width: 640px;
        max-width: none;
    }
    .desktop .thank-you-mark {
        bottom: 11%;
        left: 50%;
        margin-left: -320px;
        position: absolute;
    }
}
@media (min-width: 1024px) and (min-height: 650px) {
    .desktop .thank-you-mark {
        bottom: 16%;
    }
}
@media (min-width: 1024px) and (min-height: 700px) {
    .desktop .thank-you-mark {
        bottom: 13%;
    }
}
@media (min-width: 1024px) and (min-height: 900px) {
    .desktop .thank-you-mark {
        bottom: 16%;
    }
}
@media (min-width: 1580px) {
    .screen-1 {
        background-position: 50% 25%;
    }
    .screen-1-watermarks,
	.fixed-watermarks {
        bottom: 40px;
        left: 50px;
        right: 50px;
    }
    .watermark__item {
        bottom: 40px;
        height: 62px;
    }
	.watermark-right {
		right: 50px;
	}
	.video-play-button {
        border-width: 7px;
        height: 166px;
		margin: -83px 0 0 -83px;
        width: 166px;
    }
    .video-play-wrapper {
        height: 80px;
        margin: 43px;
        width: 80px;
    }
    .desktop .thank-you-mark {
        bottom: 8%;
        margin-left: -480px;
        width: 960px;
    }
}
@media (min-width: 1580px) and (min-height: 900px) {
    .screen-1 {
        background-position: 50% 0%;
    }
    .desktop .thank-you-mark {
        bottom: 11%;
    }
}

/* screen 2 */
.screen-2-cell {
    overflow: hidden;
    position: relative;
}
.screen-2-container {
    padding-bottom: 56px;
    padding-top: 50px;
}
.screen-2-title {
    margin-bottom: 10px;
}
.screen-2-title:after {
    background: #fe5000;
    content: '';
    display: block;
    height: 2px;
    margin: 23px auto;
    width: 115px;
}
.screen-2-text {
    display: block;
    line-height: 1.66;
    position: relative;
}
.rss-wrapper {
	position: relative;
}
.rss-wrapper h3 {
	font: 175% 'warhelioscondcboldregular', Arial, sans-serif;
    margin: 0 0 10px;
    padding: 0;
    position: relative;
	text-align: left;
    text-transform: uppercase;
}
.rss-content {
	background: rgba(0, 0, 0, .5);
	color: white;
	overflow: hidden;
	padding-bottom: 25px;
	position: relative;
	text-align: left;
}
.rss-list__item {
	display: none;
	padding-top: 25px;
}
.rss-loading {
	padding-top: 25px;
}
.rss-error {
	color: #fe5000;
}
.news-list {
	overflow: hidden;
	position: relative;
}
.rss-list__item-shown {
	display: block;
}
.rss-list__item-date,
.rss-list__item-text {
	font-size: 87.5%;
	line-height: normal;
}
.rss-list__item-title {
	color: #fe5000;
	font: 100% 'warhelioscondcboldregular', Arial, sans-serif;
	padding: 2px 0 4px;
}
.rss-list__item-text {
	line-height: 1.33;
	padding-bottom: 6px;
}
.rss-list__item-links a {
	color: #adadad;
	font-size: 75%;
	line-height: normal;
	text-decoration: underline;
}
.desktop .rss-list__item-links a:hover {
	color: #fe5000;
	text-decoration: underline;
}
.rss-controls {
	display: none;
	opacity: 0;
	position: absolute;
	right: 20px;
	top: 0;
}
.rss-controls__item {
	background-color: #3f3f3f;
	display: block;
	float: left;
	height: 32px;
	margin-left: 6px;
	width: 32px;
}
.desktop .rss-controls__item {
	-webkit-transition: background .3s ease;
    -moz-transition: background .3s ease;
    -ms-transition: background .3s ease;
    -o-transition: background .3s ease;
    transition: background .3s ease;
}
.rss-controls__item-disabled {
	cursor: default;
	opacity: .3;
}
.desktop .rss-controls__item:not(.rss-controls__item-disabled):hover {
	background-color: #2f2f2f;
}
.rss-controls__item svg {
	overflow: visible;
}
.rss-controls__item-icon {
	display: block;
}
.rss-controls__item-path {
	fill: none;
	stroke: white;
	stroke-width: 1;
}
@media (min-width: 600px) {
    .screen-2-container {
        padding-bottom: 92px;
        padding-top: 98px;
    }
    .screen-2-title:after {
        margin: 34px auto 30px;
        width: 166px;
    }
	.rss-wrapper h3 {
		font-size: 156.25%;
	    margin-bottom: 15px;
	}
	.rss-content {
		padding-bottom: 45px;
	}
	.rss-list__item {
		padding-top: 35px;
	}
	.rss-loading {
		padding-top: 35px;
	}
	.rss-list__item-title {
		padding: 3px 0 6px;
	}
	.rss-controls {
		right: 40px;
	}
	.rss-controls__item {
		height: 40px;
		margin-left: 8px;
		width: 40px;
	}
}
@media (min-width: 768px) {
	.screen-2-container {
        padding-bottom: 40px;
	}
	.rss-wrapper {
		background: rgba(0, 0, 0, .5);
		color: white;
		padding-top: 35px;
	}
	.rss-content {
		background: none;
		padding-top: 15px;
	}
	.news-list {
		margin: 0 -40px;
		padding: 0 40px;
	}
	.rss-list__item {
		float: left;
		padding-top: 0;
		width: 50%;
	}
	.rss-loading {
		padding-top: 0;
	}
	.rss-list__item:nth-child(odd) > div {
		margin-right: 20px;
	}
	.rss-list__item:nth-child(even) > div {
		margin-left: 20px;
	}
}
@media (min-width: 1024px) {
    .desktop .screen-2-cell {
        padding-bottom: 40px;
        padding-top: 40px;
    }
    .screen-2-container {
		float: right;
        padding-bottom: 110px;
        padding-top: 100px;
		max-width: 600px;
    }
    .desktop .screen-2-container {
        padding-bottom: 0;
        padding-top: 0;
		max-width: 540px;
    }
	.screen-2-right {
		text-align: left;
	}
	.screen-2-title {
		margin-bottom: 20px;
	}
	.screen-2-title:after {
		display: none;
	}
	.screen-2-text {
		line-height: 1.5;
	}
    .desktop .screen-2-text {
        max-height: 240px;
		overflow: auto;
    }
	.rss-wrapper {
		background: none;
		margin-right: 700px;
		padding-top: 49px;
	}
	.desktop .rss-wrapper {
		margin-right: 640px;
		padding-top: 80px;
	}
	.rss-wrapper h3 {
		margin-bottom: 0;
	}
	.rss-container {
		padding-right: 0;
	}
	.rss-content {
		padding-bottom: 75px;
		padding-top: 0;
	}
	.desktop .rss-content {
		padding-bottom: 0;
	}
	.news-list {
		margin: 0;
		padding: 0;
	}
	.desktop .news-list {
		height: 330px;
	}
	.rss-controls {
		right: 0;
	}
	.rss-list__item {
		float: none;
		padding-top: 25px;
		width: auto;
	}
	.rss-loading {
		padding-top: 25px;
	}
	.rss-list__item > div {
		margin-left: 0 !important;
		margin-right: 0 !important;
	}
	.rss-list__item-date,
	.rss-list__item-text {
		font-size: 70%;
	}
	.desktop .rss-list__item-text {
		max-height: 54px;
		overflow: hidden;
		position: relative;
	}
	.rss-list__item-title {
		font-size: 80%;
		line-height: 1.2;
	}
	.rss-list__item-links a {
		font-size: 60%;
	}
}
@media (min-width: 1024px) and (min-height: 650px) {
    .desktop .screen-2-text {
        max-height: 300px;
    }
	.desktop .rss-wrapper {
		padding-top: 90px;
	}
}
@media (min-width: 1024px) and (min-height: 700px) {
	.desktop .rss-list__item-text {
		max-height: none;
		overflow: visible;
	}
	.desktop .news-list {
		height: 420px;
	}
}
@media (min-width: 1200px) {
    .device .screen-2-container {
        padding-bottom: 127px;
        padding-top: 115px;
    }
	.screen-2-cols {
		margin: 0 auto;
		max-width: 1086px;
	}
	.screen-2-container,
	.desktop .screen-2-container {
		max-width: 620px;
    }
	.rss-wrapper {
		margin-right: 740px;
		padding-top: 64px;
	}
	.desktop .rss-wrapper {
		margin-right: 720px;
		padding-top: 80px;
	}
}
@media (min-width: 1580px) {
    .desktop .screen-2-text {
        max-height: 384px;
        line-height: 1.5;
    }
	.screen-2-cols {
		margin: 0 auto;
		max-width: 1580px;
	}
	.desktop .screen-2-container {
		padding-right: 100px;
		max-width: 910px;
    }
	.desktop .rss-wrapper {
		font-size: 85%;
		margin-right: 1080px;
		padding-top: 104px;
	}
	.desktop .rss-list__item-text {
		max-height: 75px;
		overflow: hidden;
	}
	.rss-controls {
		top: 9px;
	}
}
@media (min-width: 1580px) and (min-height: 830px) {
    .desktop .screen-2-text {
        max-height: 432px;
    }
}
@media (min-width: 1580px) and (min-height: 880px) {
    .desktop .screen-2-text {
        max-height: 480px;
    }
	.desktop .rss-list__item-text {
		max-height: none;
		overflow: visible;
	}
	.desktop .news-list {
		height: 500px;
	}
}
@media (min-width: 1700px) {
	.screen-2-cols {
		max-width: 1700px;
	}
	.desktop .screen-2-container {
		max-width: 1030px;
    }
	.desktop .rss-wrapper {
		margin-right: 1200px;
	}
}

/* screen 3 */
.screen-3 {
    background-color: #000;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
    overflow: hidden;
    position: relative;
}
.tank-name {
    color: #393939;
    display: block;
    font: 750%/110px 'warhelioscondcboldregular', Arial, sans-serif;
    padding-top: 15px;
    text-align: center;
    text-transform: uppercase;
    white-space: nowrap;
}
.tank-names-list__item-title-svg {
    height: 110px;
    overflow: visible;
    width: 100%;
}
.tank-images-wrapper {
    display: block;
    margin-top: -50px;
    position: absolute;
    width: 100%;
}
.tank-images-container {
    left: 50%;
    margin-left: -300px;
    position: absolute;
    width: 600px;
}
.tank-images-list {
    display: block;
    position: relative;
}
.tank-images-list__item {
    position: absolute;
    top: 0;
    width: 600px;
}
.tank-images-list__item-active {
    position: relative;
}
.tank-images-list__item:not(.tank-images-list__item-active) {
    -webkit-transform: translate(-2048px, 0);
    -ms-transform: translate(-2048px, 0);
    -o-transform: translate(-2048px, 0);
    transform: translate(-2048px, 0);
    transform-style: flat;
}
.tank-images-list__item-image-wrapper {
    width: 600px;
}
.tank-smoke-wrapper {
    bottom: 0;
    display: none;
    height: 100%;
    position: absolute;
    width: 100%;
}
.tank-smoke {
    display: block;
    position: relative;
    vertical-align: bottom;
    z-index: 3;
}
.tank-smoke-left {
    top: 0;
    overflow: visible;
    position: absolute;
    right: 0;
    width: 100%;
    min-width: 1280px;
}
.tank-smoke-right {
    bottom: 0%;
    overflow: visible;
    position: absolute;
    left: 0;
    width: 100%;
    min-width: 1280px;
}
.tank-smoke-left-image {
    margin-left: 0;
    max-width: 407px;
    position: relative;
}
.tank-smoke-right-image {
    float: right;
    margin-right: 0;
    max-width: 370px;
    position: relative;
}
.screen-3-container {
    padding-bottom: 50px;
    padding-top: 110px;
    z-index: 2;
}
.screen-3-text {
    line-height: 1.5;
    padding: 0 0 20px;
}
.tank-controls-wrapper {
    position: absolute;
    top: 157px;
    width: 100%;
    z-index: 3;
}
.tank-controls__item {
    display: block;
    position: absolute;
    width: 19px;
}
.tank-controls-prev {
    left: 20px;
}
.tank-controls-next {
    right: 20px;
}
@media (min-width: 600px) {
    .tank-name {
        font-size: 1160%;
        line-height: 160px;
        padding-top: 50px;
    }
    .tank-names-list__item-title-svg {
        height: 160px;
    }
    .tank-images-wrapper {
        margin-top: -100px;
    }
    .tank-images-container,
    .tank-images-list__item,
    .tank-images-list__item-image-wrapper {
        width: 920px;
    }
    .tank-images-container {
        margin-left: -460px;
    }
    .screen-3-container {
        padding-bottom: 55px;
        padding-top: 120px;
    }
    .screen-3-text {
        line-height: 1.5;
        padding-bottom: 35px;
    }
    .tank-controls-wrapper {
        top: 257px;
    }
    .tank-controls__item {
        width: 27px;
    }
    .tank-controls-prev {
        left: 40px;
    }
    .tank-controls-next {
        right: 40px;
    }
}
@media (min-width: 1024px) {
    .tank-name {
        font-size: 1700%;
        line-height: 250px;
        padding-top: 60px;
    }
    .tank-names-list__item-title-svg {
        height: 250px;
    }
    .desktop .tank-name {
        padding-top: 0;
        position: absolute;
        top: 10px;
        width: 100%;
    }
    .tank-images-wrapper {
        margin-top: -180px;
    }
    .desktop .tank-images-wrapper {
        margin-top: -200px;
        top: 50%;
    }
    .tank-images-container,
    .tank-images-list__item,
    .tank-images-list__item-image-wrapper {
        width: 1400px;
    }
    .tank-images-container {
        margin-left: -700px;
    }
    .tank-images-list__item-active {
        z-index: 1;
    }
    .tank-images-list__item:not(.tank-images-list__item-active) {
        -webkit-transform: translate(1920px, 0);
        -ms-transform: translate(1920px, 0);
        -o-transform: translate(1920px, 0);
        transform: translate(1920px, 0);
    }
    .tank-images-list__item-active + .tank-images-list__item {
        -webkit-transform: translate(960px, 0);
        -ms-transform: translate(960px, 0);
        -o-transform: translate(960px, 0);
        transform: translate(960px, 0);
    }
    .tank-images-list__item:not(.tank-images-list__item-active):last-child {
        -webkit-transform: translate(-960px, 0);
        -ms-transform: translate(-960px, 0);
        -o-transform: translate(-960px, 0);
        transform: translate(-960px, 0);
    }
    .tank-smoke-wrapper {
        display: block;
    }
    .screen-3-container {
        padding-bottom: 65px;
        padding-top: 180px;
    }
    .desktop .screen-3-container {
        bottom: 80px;
        left: 50%;
        margin-left: -480px;
        padding: 0;
        position: absolute;
        width: 960px;
    }
    .desktop .screen-3-title {
        margin-bottom: 10px;
        text-shadow: 0 0 2px rgba(0, 0, 0, .75);
    }
    .screen-3-text {
        line-height: 1.5;
        padding-bottom: 35px;
    }
    .desktop .screen-3-text {
        padding-bottom: 20px;
    }
    .tank-controls-wrapper {
        top: 365px;
    }
    .desktop .tank-controls-wrapper {
        margin-top: -28px;
        top: 50%;
    }
    .tank-controls-prev {
        left: 40px;
    }
    .tank-controls-next {
        right: 40px;
    }
}
@media (min-width: 1024px) and (min-height: 720px) {
    .desktop .tank-images-wrapper {
        margin-top: -240px;
    }
}
@media (min-width: 1024px) and (min-height: 780px) {
    .desktop .tank-images-wrapper {
        margin-top: -265px;
    }
    .desktop .tank-name {
        top: 30px;
    }
    .desktop .screen-3-container {
        bottom: 90px;
    }
}
@media (min-width: 1024px) and (min-height: 850px) {
    .desktop .tank-name {
        top: 40px;
    }
    .desktop .screen-3-container {
        bottom: 100px;
        font-size: 106.25%;
    }
    .desktop .screen-3-title {
        margin-bottom: 20px;
    }
    .desktop .screen-3-text {
        padding-bottom: 35px;
    }
}
@media (min-width: 1024px) and (min-height: 900px) {
    .desktop .tank-images-wrapper {
        margin-top: -280px;
    }
    .desktop .tank-name {
        top: 50px;
    }
}
@media (min-width: 1580px) {
    .tank-name {
        font-size: 1200%;
        line-height: 300px;
    }
    .tank-names-list__item-title-svg {
        height: 300px;
    }
    .desktop .tank-name {
        top: 30px;
    }
    .desktop .tank-images-wrapper {
        margin-top: -280px;
    }
    .tank-images-container,
    .tank-images-list__item,
    .tank-images-list__item-image-wrapper {
        width: 1920px;
    }
    .tank-images-container {
        margin-left: -980px;
    }
    .tank-images-list__item:not(.tank-images-list__item-active) {
        -webkit-transform: translate(2680px, 0);
        -ms-transform: translate(2680px, 0);
        -o-transform: translate(2680px, 0);
        transform: translate(2680px, 0);
    }
    .tank-images-list__item-active + .tank-images-list__item {
        -webkit-transform: translate(1340px, 0);
        -ms-transform: translate(1340px, 0);
        -o-transform: translate(1340px, 0);
        transform: translate(1340px, 0);
    }
    .tank-images-list__item:not(.tank-images-list__item-active):last-child {
        -webkit-transform: translate(-1340px, 0);
        -ms-transform: translate(-1340px, 0);
        -o-transform: translate(-1340px, 0);
        transform: translate(-1340px, 0);
    }
    .desktop .screen-3-container {
        font-size: 75%;
        margin-left: -600px;
        width: 1200px;
    }
    .screen-3-text {
        padding-bottom: 30px;
    }
    .tank-controls-prev {
        left: 50px;
    }
    .tank-controls-next {
        right: 50px;
    }
}
@media (min-width: 1580px) and (min-height: 900px) {
    .desktop .tank-images-wrapper {
        margin-top: -320px;
    }
    .tank-smoke-left-image {
        margin-left: 0;
        max-width: 610px;
    }
    .tank-smoke-right-image {
        margin-right: 0;
        max-width: 554px;
    }
    .desktop .screen-3-container {
        bottom: 75px;
    }
}
@media (min-width: 1580px) and (min-height: 950px) {
    .desktop .tank-name {
        top: 50px;
    }
    .desktop .screen-3-container {
        bottom: 95px;
        font-size: 100%;
    }
}


/* screen 4 */

.screen-4 {
    background: #fff;
    color: #000;
}
.screen-4-container {
    padding-bottom: 35px;
    padding-top: 25px;
}
.medals-wrapper {
    margin: 20px -20px;
    overflow: hidden;
    position: relative;
}
.medals-container {
    overflow: hidden;
    padding: 8px 0 20px 42px;
    position: relative;
    text-align: center;
}
.medals-list {
    display: inline-block;
    width: 944px;
}
.medals-list__item {
    background-color: #fff;
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, .3);
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, .3);
    display: block;
    float: left;
    margin: 0 8px;
    text-align: center;
    vertical-align: middle;
    width: 220px;
}
.medals-list__item-link {
    color: #000;
    display: block;
    font: 112.5%/1.25 'warhelioscondcboldregular', Arial, sans-serif;
    min-height: 190px;
    padding: 10px 10px 20px;
    text-decoration: none;
    text-transform: uppercase;
}
.medals-list__item-icon-wrapper {
    display: block;
    height: 132px;
    margin: 0 auto 10px;
    width: 132px;
}
.medals-list__item-title {
    display: block;
    margin: 0 auto;
    max-width: 180px;
}
.medals-list__item-more {
    bottom: 0;
    border-top: 1px solid #f5f5f5;
    color: #fe5000;
    display: none;
    font-size: 53.33%;
    left: 0;
    padding: 15px 0;
    position: absolute;
    text-align: center;
    width: 100%;
}
.medals-list__item-more-icon-wrapper {
    display: inline-block;
    height: 12px;
    margin-left: 5px;
    width: 7px;
}
.medals-list__item-shadow {
    display: none;
    left: -3.8%;
    position: absolute;
    right: -3.8%;
    top: 100%;
}
.desktop .medals-list__item-link:hover .medals-list__item-shadow,
.desktop .medals-list__item-link:active .medals-list__item-shadow {
    display: block;
}
@media (min-width: 600px) {
    .screen-4-container {
        padding-bottom: 50px;
        padding-top: 42px;
    }
    .medals-wrapper {
        margin-left: -40px;
        margin-right: -40px;
    }
    .medals-container {
        padding: 20px 0 40px 24px;
    }
    .medals-list {
        width: 976px;
    }
    .medals-list__item {
        margin: 0 17px;
        width: 210px;
    }
    .medals-list__item-link {
        font-size: 150%;
        line-height: 1.25;
        min-height: 160px;
        padding: 20px 20px 40px;
    }
    .medals-list__item-icon-wrapper {
        height: 132px;
        margin-bottom: 20px;
        width: 132px;
    }
    .medals-list__item-title {
        max-width: 170px;
        font-size: 65%;
    }
}
@media (min-width: 768px) {
    .medals-list {
        width: 936px;
    }
    .medals-list__item {
        width: 200px;
    }
}
@media (min-width: 1024px) {
    .screen-4 {
        overflow: hidden;
        position: relative;
    }
	.js.desktop .screen-4-cell {
		padding-bottom: 60px;
		padding-top: 10px;
	}
    .screen-4-container {
        padding-bottom: 0;
        padding-top: 0;
    }
    .device .screen-4-container {
        padding-bottom: 85px;
        padding-top: 45px;
    }
    .medals-wrapper {
        margin: 3px -34px -26px;
    }
    .medals-container {
        padding-left: 0;
    }
    .medals-list {
        width: 1008px;
    }
    .medals-list__item {
        width: 218px;
    }
    .medals-list__item-link {
        min-height: 100px;
        padding-bottom: 60px;
        position: relative;
    }
    .medals-list__item-title {
        font-size: 75%;
    }
    .desktop .medals-list__item-link:hover .medals-list__item-more,
    .desktop .medals-list__item-link:active .medals-list__item-more {
        display: block;
    }
}
@media (min-width: 1200px) {
    .medals-wrapper {
        margin: 3px -40px -32px;
    }
    .medals-list {
        width: 1036px;
    }
    .medals-list__item {
        width: 225px;
    }
}
@media (min-width: 1580px) {
    .screen-4-text {
        font-size: 80%;
    }
    .medals-wrapper {
        margin: 10px -44px -36px;
    }
    .medals-list {
        width: 1532px;
    }
    .medals-list__item {
        margin: 0 20px;
        width: 343px;
    }
    .medals-list__item-link {
        font-size: 133.33%;
        line-height: 1.2;
        padding: 25px 45px 100px;
    }
    .medals-list__item-icon-wrapper {
        height: 156px;
        margin-bottom: 25px;
        width: 156px;
    }
    .medals-list__item-title {
        max-width: none;
    }
    .medals-list__item-more {
        font-size: 50%;
        padding: 30px 0;
    }
    .medals-list__item-more-icon-wrapper {
        height: 20px;
        margin-left: 8px;
        width: 11px;
    }
}
@media (min-width: 1700px) {
    .medals-list {
        width: 1644px;
    }
    .medals-list__item {
        margin: 0 22px;
        width: 367px;
    }
}


/* screen 5 */
@media (max-width: 599px) {
    .screen-5 {
        background-image: none!important;
        background-position: 50% 50%;
        background-repeat: no-repeat;
        background-size: cover;
    }
}
.screen-5-container {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 30px;
    padding-top: 67px;
    position: relative;
}
.screen-5-container:after {
    background: rgba(0, 0, 0, .6);
    bottom: 0;
    content: '';
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}
.screen-5-data {
    position: relative;
    z-index: 1;
}
.screen-5-logo-wrapper {
    display: block;
    height: 65px;
    margin: 0 auto 30px;
}
.screen-5-text {
    font-size: 125%;
    line-height: 1.5;
}
.screen-5-title {
    font: 100%/1.3 'warhelioscondcboldregular', Arial, sans-serif;
    margin-bottom: 15px;
    padding-top: 40px;
    position: relative;
    text-transform: uppercase;
}
.screen-5-title:before {
    background: #fe5000;
    content: '';
    height: 2px;
    left: 50%;
    margin-left: -22px;
    position: absolute;
    top: 19px;
    width: 44px;
}
.downloads {
    text-align: center;
}
.downloads__item {
    background-color: #000;
    -webkit-border-radius: 9px;
    -moz-border-radius: 9px;
    -ms-border-radius: 9px;
    -o-border-radius: 9px;
    border-radius: 9px;
    border: 1px solid rgba(95, 95, 95, .5);
    display: inline-block;
    margin-bottom: 5px;
    width: 182px;
}
.downloads__item img {
    border: 1px solid transparent;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    border-radius: 8px;
    display: block;
    width: 180px;
}
.screen-5-cta-wrapper {
    margin-top: 45px;
}
.footer {
    background: rgba(0, 0, 0, .5);
    padding-bottom: 20px;
    padding-top: 40px;
	-webkit-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	transform-style: flat;
}
.footer-links-wrapper {
    margin-bottom: 22px;
    overflow: hidden;
    position: relative;
}
.footer-links-list {
    display: inline-block;
    text-align: left;
}
.footer-links-list__item {
    display: inline;
    font: bold 8px/26px Arial, sans-serif;
    margin-left: 5px;
}
.footer-links-list__item:before {
    color: #696969;
    content: '|';
    display: inline;
    margin-right: 5px;
}
.footer-links-list__item:first-child {
    margin-left: 0;
}
.footer-links-list__item:first-child:before {
    content: '';
    display: none;
}
.footer-links-list__item-link {
    color: #696969;
    text-decoration: underline;
    text-transform: uppercase;
    white-space: nowrap;
}
.desktop .footer-links-list__item-link:hover,
.desktop .footer-links-list__item-link:active {
    color: #fff;
    text-decoration: underline;
}
.groups-wrapper {
    margin-bottom: 30px;
    overflow: hidden;
    position: relative;
}
.groups-list__item {
    display: block;
    float: left;
    height: 32px;
    margin-right: 18px;
    width: 32px;
}
.groups-list__item-link {
    display: block;
    height: 32px;
    position: relative;
    width: 32px;
}
.groups-list__item-link .icon,
.groups-list__item-link .icon {
    filter: alpha(opacity=50);
    opacity: .5;
}
.desktop .groups-list__item-link:hover .icon,
.desktop .groups-list__item-link:active .icon {
    filter: alpha(opacity=0);
    opacity: 0;
}
.footer-logo-wrapper {
    margin-bottom: 20px;
    overflow: hidden;
    position: relative;
}
.footer-logo {
    display: inline-block;
    height: 31px;
    filter: alpha(opacity=40);
    opacity: .4;
    -webkit-transition: opacity .3s ease;
    -moz-transition: opacity .3s ease;
    -ms-transition: opacity .3s ease;
    -o-transition: opacity .3s ease;
    transition: opacity .3s ease;
}
.opera12 .footer-logo {
    float: left;
    width: 136px;
}
.desktop .footer-logo:hover,
.desktop .footer-logo:active {
    filter: alpha(opacity=100);
    opacity: 1;
}
.copyright {
    color: #696969;
    font: bold 9px/12px Arial, sans-serif;
    margin-bottom: 20px;
}
.ratings-wrapper {
    margin-bottom: 20px;
    overflow: hidden;
    position: relative;
}
.ratings-list__item {
    display: block;
    float: left;
    height: 60px;
    margin-right: 20px;
    filter: alpha(opacity=50);
    opacity: .5;
}
.ratings-list__item-link {
    display: block;
    height: 60px;
}
.policy-wrapper {
    clear: both;
    overflow: hidden;
    position: relative;
}
.policy-list__item {
    color: #696969;
    display: block;
    font: bold 8px/11px Arial, sans-serif;
    margin-top: 2px;
    text-transform: uppercase;
}
@media (min-width: 600px) {
    .screen-5 {
        background-position: 50% 0%;
        position: relative;
    }
    .screen-5:after {
        background: rgba(0, 0, 0, .6);
        bottom: 0;
        content: '';
        left: 0;
        position: absolute;
        right: 0;
        top: 0;
    }
    .screen-5-container {
        background-image: none!important;
        padding-bottom: 40px;
        padding-top: 103px;
    }
    .screen-5-container:after {
        display: none;
    }
    .screen-5-logo-wrapper {
        height: 70px;
    }
    .screen-5-title {
        margin-bottom: 18px;
        padding-top: 51px;
    }
    .screen-5-title:before {
        margin-left: -30px;
        top: 24px;
        width: 60px;
    }
    .footer {
        background: rgba(0, 0, 0, .5);
        padding-bottom: 27px;
        padding-top: 22px;
        position: relative;
        z-index: 1;
    }
    .footer-links-wrapper {
        margin-bottom: 32px;
    }
    .footer-links-list,
    .footer-links-list__item {
        line-height: 19px;
    }
    .footer-logos-wrapper {
        display: inline-block;
        margin-bottom: 8px;
        overflow: hidden;
        position: relative;
    }
    .groups-wrapper {
        float: right;
        margin-bottom: 0;
        margin-left: 18px;
    }
    .footer-logo-wrapper {
        float: left;
        margin-bottom: 0;
    }
    .copyright {
        margin-bottom: 30px;
    }
}
@media (min-width: 1024px) {
    .js.desktop .screen-5-cell {
        padding-bottom: 0!important;
        padding-top: 0!important;
        overflow: visible;
    }
    .screen-5-container {
        padding-bottom: 205px;
        padding-top: 75px;
    }
    .desktop .screen-5-container {
        overflow: visible;
        padding-bottom: 185px;
        padding-top: 5px!important;
    }
    .screen-5-title {
        font-size: 87.5%;
        letter-spacing: 1px;
    }
    .downloads__item {
        margin-left: 2.5px;
        margin-right: 2.5px;
    }
    .desktop .downloads__item,
    .desktop .downloads__item img {
        -webkit-transition: all .25s;
        -o-transition: all .25s;
        transition: all .25s;
    }
    .desktop .downloads__item:hover {
        border-color: #f04d0b;
        -webkit-box-shadow: 0 0 18px 0 #fa7104;
        box-shadow: 0 0 18px 0 #fa7104;
    }
    .desktop .downloads__item:hover img {
        border-color: #f04d0b;
    }
    .footer {
        bottom: 0;
        padding-bottom: 8px;
        padding-top: 8px;
        position: absolute;
        text-align: left;
        width: 100%;
        z-index: 102;
    }
    .footer-links-wrapper {
        margin-bottom: 18px;
    }
    .footer-links-list__item {
        font-size: 9px;
    }
    .footer-left {
        float: left;
    }
    .footer-logos-wrapper {
        margin-bottom: 10px;
    }
    .copyright {
        margin-bottom: 0;
    }
    .ratings-wrapper {
        margin-bottom: 0;
        padding-top: 14px;
    }
    .ratings-list {
        float: right;
    }
    .ratings-list__item {
        margin-left: 20px;
        margin-right: 0;
    }
    .policy-wrapper {
        padding-top: 8px;
    }
    .policy-list__item {
        margin-top: 0;
    }
}
@media (min-width: 1024px) and (max-height: 649px) {
    .desktop .screen-5-logo-wrapper {
        margin-bottom: 20px;
    }
    .desktop .screen-5-text {
        line-height: 1.33;
    }
    .desktop .screen-5-title {
        margin-bottom: 15px;
    }
    .desktop .screen-5-cta-wrapper {
        margin-top: 20px;
    }
}
@media (min-width: 1024px) and (min-height: 750px) {
    .desktop .screen-5-logo-wrapper {
        margin-bottom: 40px;
    }
    .desktop .screen-5-title {
        margin-bottom: 25px;
        padding-top: 64px;
    }
    .screen-5-title:before {
        top: 31px;
    }
    .desktop .screen-5-cta-wrapper {
        margin-top: 60px;
    }
}
@media (min-width: 1280px) {
    .device .screen-5-container {
        padding-bottom: 265px;
        padding-top: 130px;
    }
    .device .screen-5-cta-wrapper {
        margin-top: 60px;
    }
}
@media (min-width: 1580px) {
    .desktop .screen-5-container {
        padding-bottom: 230px;
    }
    .screen-5-logo-wrapper {
        height: 100px;
    }
    .screen-5-text {
        line-height: 1.33;
    }
    .desktop .screen-5-title {
        margin-bottom: 30px;
        padding-top: 84px;
    }
    .screen-5-title:before {
        margin-left: -40px;
        top: 41px;
        width: 80px;
    }
    .desktop .screen-5-cta-wrapper {
        margin-top: 70px;
    }
    .downloads__item {
        -webkit-border-radius: 13px;
        -moz-border-radius: 13px;
        -ms-border-radius: 13px;
        -o-border-radius: 13px;
        border-radius: 13px;
        margin-bottom: 5px;
        margin-left: 5px;
        margin-right: 5px;
        width: 242px;
    }
    .downloads__item img {
        -webkit-border-radius: 12px;
        -moz-border-radius: 12px;
        -ms-border-radius: 12px;
        -o-border-radius: 12px;
        border-radius: 12px;
        width: 240px;
    }
    .footer {
        padding-bottom: 30px;
        padding-top: 13px;
    }
}
@media (min-width: 1580px) and (max-height: 949px) {
    .desktop .screen-5-cta-wrapper {
        margin-top: 55px;
    }
}
@media (min-width: 1580px) and (max-height: 899px) {
    .screen-5-logo-wrapper {
        height: 85px;
        margin-bottom: 25px;
    }
    .screen-5-text {
        font-size: 87.5%;
        line-height: 1.2;
    }
    .desktop .screen-5-title {
        margin-bottom: 15px;
        padding-top: 60px;
    }
    .screen-5-title:before {
        top: 29px;
    }
    .desktop .screen-5-cta-wrapper {
        margin-top: 35px;
    }
}

/* popup */
.popup-wrapper {
    background: rgb(255, 255, 255);
    bottom: 0;
    display: none;
    left: 0;
    overflow: hidden;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 200;
}
.popup-header {
    background-color: #696969;
    -webkit-box-shadow: 0 0 41px 0 rgba(0, 0, 0, .31);
    box-shadow: 0 0 41px 0 rgba(0, 0, 0, .31);
    height: 69px;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 201;
}
.popup-close {
    display: block;
    height: 69px;
    position: fixed;
    right: 0;
    top: 0;
    width: 69px;
    z-index: 201;
}
.popup-close-image-wrapper {
    display: block;
    height: 25.34px;
    margin: 21.83px 22px;
    position: relative;
    width: 25px;
}
.popup-body {
    background-color: #fff;
    background-position: right bottom;
    background-repeat: no-repeat;
    background-size: 100% auto;
    bottom: 0;
    color: #000;
    display: none;
    left: 0;
    overflow: visible;
    position: absolute;
    top: 69px;
    width: 100%;
}
.popup-body-wrapper {
    bottom: 30px;
    overflow: auto;
    position: absolute;
    top: 30px;
}
.popup-table {
    display: table;
    height: 100%;
    width: 100%;
}
.popup-cell {
    display: table-cell;
    vertical-align: middle;
}
.popup-container {
    padding: 0 20px;
}
.popup-content {
    overflow: hidden;
    padding-right: 30px;
    position: relative;
}
.popup-content p {
    margin-top: 20px;
}
.popup-content p:first-child {
    margin-top: 0;
}
.popup-content ul {
    display: block;
    list-style: none;
    margin: -2px 0 18px;
    padding: 0;
}
.popup-content ul li {
    padding: 2px 0 2px 16px;
    position: relative;
}
.popup-content ul li:before {
    background-color: #000;
    content: '';
    display: block;
    height: 5px;
    left: 0;
    margin-top: 7px;
    position: absolute;
    width: 5px;
}
.popup-content h3 {
    display: block;
    font: 128.5714285714286% 'warhelioscondcboldregular', Arial, sans-serif;
    margin-bottom: 10px;
    text-transform: uppercase;
}
/* popup state: opened */

.popup-opened,
.popup-opened .popup-body {
    display: block;
}
@media (max-width: 599px) {
    .popup-max {
        height: auto!important;
        top: auto!important;
    }
}
@media (min-width: 600px) {
    .popup-wrapper {
        background-color: rgba(44, 44, 44, .9);
    }
    .popup-max {
        height: 100%;
        margin: 0 auto;
        position: relative;
        max-width: 822px;
    }
    .popup-header {
        background-color: transparent;
        -webkit-box-shadow: none;
        box-shadow: none;
        height: 79px;
        left: 0;
        position: relative;
        top: 0;
        width: 100%;
        z-index: 201;
    }
    .popup-close {
        height: 79px;
        position: absolute;
        width: auto;
    }
    .popup-close-image-wrapper {
        height: 38px;
        margin: 20.5px 40px;
        width: 37.5px;
    }
    .popup-body {
        bottom: 80px;
        -webkit-box-shadow: 0 0 32px 0 #000;
        box-shadow: 0 0 32px 0 #000;
        left: 40px;
        position: absolute;
        right: 40px;
        top: 80px;
        width: auto;
    }
    .popup-container {
        padding: 0 30px;
    }
    .popup-content {
        font-size: 80%;
        padding-right: 0;
    }
    .popup-content p.small {
        font-size: 87.5%;
    }
    .popup-content ul li:before {
        margin-top: 8px;
    }
}
@media (min-width: 768px) and (max-width: 1023px) {
    .popup-content {
        font-size: 112.5%;
    }
}
@media (max-width: 1023px) {
    .popup-body-wrapper {
        background-image: none!important;
    }
}
@media (min-width: 1024px) {
    .popup-max {
		height: 440px!important;
		max-height: 440px!important;
        left: 50%;
        margin: -220px 0 0 -411px;
        position: absolute;
        top: 50%!important;
        width: 822px;
    }
    .popup-header {
        height: 79px;
        left: 100%;
        width: 79px;
    }
    .popup-close {
        margin-right: -20.5px;
        margin-top: -20.5px;
    }
    .popup-body {
        background-size: 640px auto;
        bottom: 0;
        left: 0;
        right: 0;
        top: 0;
    }
    .popup-body-wrapper {
        background-position: 0% 50%;
        background-repeat: no-repeat;
        background-size: auto 450px;
    }
    .popup-container {
        padding: 0 60px 0 45%;
    }
}
@media (min-width: 1024px) and (min-height: 601px) {
	.popup-max {
		height: 522px!important;
		max-height: 522px!important;
		margin-top: -261px;
	}
}
@media (min-width: 1580px) {
    .popup-max {
        height: 700px!important;
        max-height: 700px!important;
        margin-left: -600px;
        margin-top: -350px;
        width: 1200px;
        max-width: 1200px;
    }
    .popup-header {
        height: 79px;
        left: 100%;
        width: 79px;
    }
    .popup-close {
        margin-right: -20.5px;
        margin-top: -20.5px;
    }
    .popup-body {
        background-size: 960px auto;
        bottom: 0;
        left: 0;
        right: 0;
        top: 0;
    }
    .popup-body-wrapper {
        background-size: 640px auto;
    }
    .popup-container {
        padding-right: 75px;
    }
    .popup-content {
        font-size: 50%;
    }
    .popup-title {
        font-size: 250%;
    }
    .popup-content ul {
        margin-bottom: 35px;
    }
    .popup-content ul li:before {
        margin-top: 9px;
    }
}

/* popup */
.video-popup-wrapper {
    background: rgb(0, 0, 0);
    bottom: 0;
	display: none;
    left: 0;
    overflow: hidden;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 200;
}
.video-popup-body {
    bottom: 55px;
    color: #000;
    left: 0;
    overflow: visible;
    position: absolute;
    top: 55px;
    width: 100%;
}
.video-popup-container {
	height: 100%;
	margin: 0 auto;
	position: relative;
	text-align: center;
	max-width: 854px;
}
.video-popup-content {
	line-height: 0;
	overflow: hidden;
	position: relative;
	width: 100%;
}
.video-spacer {
	display: inline-block;
}
.video-holder {
	bottom: 0;
	color: #fff;
	left: 0;
	position: absolute;
	right: 0;
	text-align: center;
	top: 0;
}
.video-holder iframe {
	height: 100%;
	width: 100%;
}
.video-popup-controls {
	bottom: 35px;
	left: 0;
	position: fixed;
	text-align: center;
	width: 100%;
}
.popup-control {
	display: inline-block;
	height: 22px;
	margin: 0 33px;
	padding: 10px 15px;
	width: 12px;
}
.popup-control-image-wrapper {
	display: block;
	height: 22px;
	width: 12px;
}
.popup-control-small {
	position: relative;
}
.popup-control-big {
	display: none;
	position: relative;
}
@media (max-width: 767px) and (orientation: landscape) {
	.video-popup-body {
	    bottom: 55px;
	    top: 55px;
	}
	.video-popup-wrapper .popup-close {
	    height: 53px;
	    width: 53px;
	}
	.video-popup-wrapper .popup-close-image-wrapper {
		height: 19.34px;
		margin: 16.83px 17px;
	    width: 19px;
	}
	.video-popup-controls {
		bottom: 10px;
	}
}
@media (min-width: 600px) and (orientation: portrait) {
	.video-popup-wrapper .popup-close {
	    height: 88px;
	    width: 88px;
	}
	.video-popup-wrapper .popup-close-image-wrapper {
		height: 38px;
		margin: 25px;
	    width: 38px;
	}
	.video-popup-controls {
		bottom: 35px;
	}
	.popup-control {
		height: 56px;
		margin: 0 55px;
		width: 27px;
	}
	.popup-control-small {
		display: none;
	}
	.popup-control-big {
		display: block;
	}
	.popup-control-image-wrapper {
		height: 56px;
		width: 27px;
	}
}
@media (min-width: 768px) {
	.video-popup-body {
		bottom: 95px;
	    top: 95px;
	}
	.video-popup-wrapper .popup-close {
	    height: 88px;
	    width: 88px;
	}
	.video-popup-wrapper .popup-close-image-wrapper {
		height: 38px;
		margin: 25px;
	    width: 38px;
	}
	.video-popup-controls {
		bottom: 35px;
	}
	.popup-control {
		height: 56px;
		margin: 0 55px;
		width: 27px;
	}
	.popup-control-small {
		display: none;
	}
	.popup-control-big {
		display: block;
	}
	.popup-control-image-wrapper {
		height: 56px;
		width: 27px;
	}
}
@media (min-width: 1024px) {
	.video-popup-body {
		bottom: 30px;
		left: 100px;
		right: 100px;
		top: 30px;
		width: auto;
	}
	.video-popup-wrapper .popup-close {
	    margin: 0;
	}
	.video-popup-controls {
		bottom: auto;
		top: 50%;
	}
	.popup-control {
		margin: -34px 0 0;
		padding-bottom: 0;
		padding-top: 0;
		position: absolute;
		top: 50%;
	}
	.popup-prev {
		margin-right: 436px;
		right: 50%;
	}
	.popup-next {
		left: 50%;
		margin-left: 436px;
	}
}
@media (min-width: 1200px) {
	.popup-prev {
		margin-right: 450px;
	}
	.popup-next {
		margin-left: 450px;
	}
}
@media (min-width: 1580px) {
	.video-popup-wrapper .popup-close {
	    height: 137px;
	    width: 137px;
	}
	.video-popup-wrapper .popup-close-image-wrapper {
		height: 57px;
		margin: 40px;
	    width: 57px;
	}
	.popup-control {
		height: 94px;
		margin-top: -47px;
		width: 45px;
	}
	.popup-prev {
		margin-right: 475px;
	}
	.popup-next {
		margin-left: 475px;
	}
	.popup-control-image-wrapper {
		height: 94px;
		width: 45px;
	}
}

@-webkit-keyframes pulsate {
    0% {
        -webkit-transform: translateY(0px);
    }
    10% {
        -webkit-transform: translateY(5px);
    }
    20%,
    100% {
        -webkit-transform: translateY(0px);
    }
}
@-moz-keyframes pulsate {
    0% {
        transform: translateY(0px);
    }
    10% {
        transform: translateY(5px);
    }
    20%,
    100% {
        transform: translateY(0px);
    }
}
@-ms-keyframes pulsate {
    0% {
        -ms-transform: translateY(0px);
    }
    10% {
        -ms-transform: translateY(5px);
    }
    20%,
    100% {
        -ms-transform: translateY(0px);
    }
}
@-o-keyframes pulsate {
    0% {
        transform: translateY(0px);
    }
    10% transform: translateY(5px);
}
20%,
100% {
    transform: translateY(0px);
}

}
@keyframes pulsate {
    0% {
        transform: translateY(0px);
    }
    10% {
        transform: translateY(5px);
    }
    20%,
    100% {
        transform: translateY(0px);
    }
}

.mCustomScrollbar{ -ms-touch-action: pinch-zoom; touch-action: pinch-zoom; }
.mCustomScrollbar.mCS_no_scrollbar, .mCustomScrollbar.mCS_touch_action{ -ms-touch-action: auto; touch-action: auto; }
.mCustomScrollBox{
	position: relative;
	overflow: hidden;
	height: 100%;
	max-width: 100%;
	outline: none;
	direction: ltr;
}
.mCSB_container{
	overflow: hidden;
	width: auto;
	height: auto;
}



.mCSB_inside > .mCSB_container{ margin-right: 30px; }

.mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden{ margin-right: 0; } /* non-visible scrollbar */

.mCS-dir-rtl > .mCSB_inside > .mCSB_container{ /* RTL direction/left-side scrollbar */
	margin-right: 0;
	margin-left: 30px;
}

.mCS-dir-rtl > .mCSB_inside > .mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden{ margin-left: 0; } /* RTL direction/left-side scrollbar */

.mCSB_scrollTools{ /* contains scrollbar markup (draggable element, dragger rail, buttons etc.) */
	position: absolute;
	width: 15px;
	height: auto;
	left: auto;
	top: 0;
	right: 0;
	bottom: 0;
}
.mCSB_inside .mCSB_scrollTools {
	right: 7.5px
}

.mCSB_outside + .mCSB_scrollTools{ right: -50px; } /* scrollbar position: outside */
.mCSB_scrollTools .mCSB_draggerContainer{ /* contains the draggable element and dragger rail markup */
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	height: auto;
}
.mCSB_inside .mCSB_scrollTools .mCSB_draggerContainer {
	bottom: 0;
	top: 0;
}

.mCSB_scrollTools a + .mCSB_draggerContainer{ margin: 20px 0; }

.mCSB_scrollTools .mCSB_draggerRail{
	width: 3px;
	height: 100%;
	margin: 0 auto;
    overflow: hidden;
    position: relative;
	-webkit-border-radius: 1.5px; -moz-border-radius: 1.5px; border-radius: 1.5px;
}

.mCSB_scrollTools .mCSB_dragger{ /* the draggable element */
	cursor: pointer;
	width: 100%;
	height: 80px; /* minimum dragger height */
	max-height: 120px;
	z-index: 1;
}
.mCSB_inside .mCSB_scrollTools .mCSB_dragger {
	height: 140px;
	max-height: 140px;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{ /* the dragger element */
	position: relative;
    width: 5px;
	height: 100%;
	margin: 0 auto;
	-webkit-border-radius: 2.5px; -moz-border-radius: 2.5px; border-radius: 2.5px;
	text-align: center;
}
.mCSB_inside .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	width: 3px;
	-webkit-border-radius: 1.5px; -moz-border-radius: 1.5px; border-radius: 1.5px;
}
.mCSB_container.mCS_y_hidden {
	height: 100%;
}

/*
------------------------------------------------------------------------------------------------------------------------
5. TRANSITIONS
------------------------------------------------------------------------------------------------------------------------
*/

	.mCSB_scrollTools,
	.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
	.mCSB_scrollTools .mCSB_buttonUp,
	.mCSB_scrollTools .mCSB_buttonDown,
	.mCSB_scrollTools .mCSB_buttonLeft,
	.mCSB_scrollTools .mCSB_buttonRight{
		-webkit-transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
		-moz-transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
		-o-transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
		transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
	}

	.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar, /* auto-expanded scrollbar */
	.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail,
	.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar,
	.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail{
		-webkit-transition: width .2s ease-out .2s, height .2s ease-out .2s,
					margin-left .2s ease-out .2s, margin-right .2s ease-out .2s,
					margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s,
					opacity .2s ease-in-out, background-color .2s ease-in-out;
		-moz-transition: width .2s ease-out .2s, height .2s ease-out .2s,
					margin-left .2s ease-out .2s, margin-right .2s ease-out .2s,
					margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s,
					opacity .2s ease-in-out, background-color .2s ease-in-out;
		-o-transition: width .2s ease-out .2s, height .2s ease-out .2s,
					margin-left .2s ease-out .2s, margin-right .2s ease-out .2s,
					margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s,
					opacity .2s ease-in-out, background-color .2s ease-in-out;
		transition: width .2s ease-out .2s, height .2s ease-out .2s,
					margin-left .2s ease-out .2s, margin-right .2s ease-out .2s,
					margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s,
					opacity .2s ease-in-out, background-color .2s ease-in-out;
	}



/*
------------------------------------------------------------------------------------------------------------------------
6. SCROLLBAR COLORS, OPACITY AND BACKGROUNDS
------------------------------------------------------------------------------------------------------------------------
*/

	/*
	----------------------------------------
	6.1 THEMES
	----------------------------------------
	*/

	/* default theme ("light") */

	.mCSB_scrollTools{ opacity: 0.75; filter: "alpha(opacity=75)"; -ms-filter: "alpha(opacity=75)"; }

	.mCS-autoHide > .mCustomScrollBox > .mCSB_scrollTools,
	.mCS-autoHide > .mCustomScrollBox ~ .mCSB_scrollTools{ opacity: 0; filter: "alpha(opacity=0)"; -ms-filter: "alpha(opacity=0)"; }

	.mCustomScrollbar > .mCustomScrollBox > .mCSB_scrollTools.mCSB_scrollTools_onDrag,
	.mCustomScrollbar > .mCustomScrollBox ~ .mCSB_scrollTools.mCSB_scrollTools_onDrag,
	.mCustomScrollBox:hover > .mCSB_scrollTools,
	.mCustomScrollBox:hover ~ .mCSB_scrollTools,
	.mCS-autoHide:hover > .mCustomScrollBox > .mCSB_scrollTools,
	.mCS-autoHide:hover > .mCustomScrollBox ~ .mCSB_scrollTools{ opacity: 1; filter: "alpha(opacity=100)"; -ms-filter: "alpha(opacity=100)"; }

	.mCSB_scrollTools .mCSB_draggerRail{
		background-color: #696969;
	}
	.mCSB_inside .mCSB_scrollTools .mCSB_draggerRail{
		background-color: #969696;
	}

	.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
		background-color: #fff; background-color: rgba(255,255,255,0.9);
		filter: "alpha(opacity=90)"; -ms-filter: "alpha(opacity=90)";
	}

	.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{
		background-color: #fff; background-color: rgba(255,255,255,1);
		filter: "alpha(opacity=100)"; -ms-filter: "alpha(opacity=100)";
	}
	.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
	.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{
		background-color: #fff; background-color: rgba(255,255,255,1);
		filter: "alpha(opacity=100)"; -ms-filter: "alpha(opacity=100)";
	}

	.mCSB_inside .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
		background-color: #000; background-color: rgba(44,44,44,0.85);
		filter: "alpha(opacity=90)"; -ms-filter: "alpha(opacity=90)";
	}

	.mCSB_inside .mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{
		background-color: #000; background-color: rgba(44,44,44,.9);
		filter: "alpha(opacity=100)"; -ms-filter: "alpha(opacity=100)";
	}
	.mCSB_inside .mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
	.mCSB_inside .mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{
		background-color: #000; background-color: rgba(44,44,44,1);
		filter: "alpha(opacity=100)"; -ms-filter: "alpha(opacity=100)";
	}
