@font-face {
    font-family: 'globerregular';
    src: url('../fonts/Glober Regular-webfont.eot');
    src: url('../fonts/Glober Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Glober Regular-webfont.woff2') format('woff2'),
         url('../fonts/Glober Regular-webfont.woff') format('woff'),
         url('../fonts/Glober Regular-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
	font-family: 'daxlineproblack';
	src: url('../fonts/daxlinepro-black.eot');
	src: url('../fonts/daxlinepro-black.eot') format('embedded-opentype'),
    	 url('../fonts/daxlinepro-black.woff') format('woff'),
    	 url('../fonts/daxlinepro-black.ttf') format('truetype'),
         url('../fonts/daxlinepro-black.svg#DaxlinePro-Black') format('svg');
	font-weight: normal;
	font-style: normal;
}

html, body {
    background: #000;
	-webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #221b1b;
	font: 100%/1.2 'globerregular', sans-serif;
	height: 100%;
	width: 100%;
}
.smooth-scrolling {
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
}
.stop-scroll {
	overflow: hidden!important;
}
.min-width { 
    min-width: 320px;
}
.container {
    padding: 0 15px;
}
.desktop-only {
	display: none!important;
}
.img-responsive {
    display: block;
    height: auto;
    margin: 0 auto;
    position: relative;
    max-width: 100%;
}
.center {
    display: inline-block;
    text-align: center;
}
.bg-text {
    background: #f2e8d5;
    color: #221b1b;
    font-family: 'daxlineproblack', 'Arial Black', sans-serif;
    left: -13px;
    padding: 7px 0 6px;
    position: relative;
    text-transform: uppercase;
}
.bg-text-border {
    background: #f2e8d5;
    left: 26px;
    padding: 7px 0 6px;
    position: relative;
}
.bg-text-inner {
    background: #f2e8d5;
    left: -13px;
    position: relative;
}
.bg-text-pos {
    position: relative;
    z-index: 1;
}
.table {
    display: table;
    width: 100%;
}
.cell {
    display: table-cell;
    text-align: center;
}
.nobr {
    white-space: nowrap;
}
.clearfix {
    clear: both;
    display: table;
}
.portrait {
    display: none!important;
}
@media (orientation: portrait) {
    .portrait {
        display: block!important;
    }
    .landscape {
        display: none!important;
    }
}
@media (min-width: 1025px) and (orientation: portrait) {
    .portrait {
        display: none!important;
    }
    .landscape {
        display: block!important;
    }
}
@media (min-width: 480px) {
    .container {
        padding: 0 15px;
    }
}
@media (min-width: 534px) {
    html, body {
        font-size: 106.25%;
    }
}
@media (min-width: 568px) {
    html, body {
        font-size: 112.5%;
    }
}
@media (min-width: 640px) {
    html, body {
        font-size: 118.75%;
    }
    .container {
        margin: 0 auto;
        padding: 0 15px;
        max-width: 974px;
    }
    .bg-text {
        left: -15px;
        padding: 8px 0 7px;
    }
    .bg-text-border {
        left: 30px;
        padding: 8px 0 7px;
    }
    .bg-text-inner {
        left: -15px;
    }
}
@media (min-width: 768px) {
    html, body {
        font-size: 125%;
    }
    .container {
        padding: 0 20px;
    }
}
@media (min-width: 1024px) {
    html, body {
        font-size: 150%;
    }
    .container {
        padding: 0 25px;
    }
    .bg-text {
        left: -19px;
        padding: 10px 0 8px;
    }
    .bg-text-border {
        left: 38px;
        padding: 10px 0 8px;
    }
    .bg-text-inner {
        left: -19px;
    }
}
@media (min-width: 1025px) {
    html, body {
        font-size: 125%;
    }
    .desktop .min-height {
        min-height: 600px;
    }
    .container {
        padding: 0;
    }
    .table {
    	height: 100%;
    }
    .desktop .mobile-only {
    	display: none!important;
    }
    .desktop .desktop-only {
    	display: block!important;
    }
}
@media (min-width: 1440px) {
    html, body {
        font-size: 150%;
    }
}
@media (min-width: 1600px) {
    html, body {
        font-size: 162.5%;
    }
}
@media (min-width: 480px) and (max-width: 1024px) and (orientation: portrait) {
    html, body {
        font-size: 118.75%;
    }
}
@media (min-width: 640px) and (max-width: 1024px) and (orientation: portrait) {
    html, body {
        font-size: 137.25%;
    }
}
@media (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
    html, body {
        font-size: 150%;
    }
}

/* fullscreen layout */
.mainarea {
    -moz-transform: translate(0px, 0px);
    -webkit-transform: translate(0px, 0px);
    -o-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
    
}
.screens {
    position: relative;
    width: 100%;
}
.screen-perspective,
.screen {
    height: 100%;
    
    width: 100%;
}
.screen {
    background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
}
.screen-content {
    position: relative;
}
.screen-back,
.screen-front {
    bottom: 0;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
}
@media (min-width: 1025px) {
    .desktop .screen-perspective {
        overflow: hidden;
        position: relative;
        -webkit-transform: translate3d(0, 0, 0);
    }
    .desktop .screen {
        display: table;
        -webkit-transform: translate3d(0, 0, 0);
    }
    .desktop .screen-wrapper {
        display: table-cell;
    	height: 100%;
        vertical-align: middle;
    	width: 100%;
    }
    .screen-content {
        margin: 0 auto;
    	width: 1000px;
        min-width: 1000px;
    }
    .desktop .screen-content {
        height: 650px;
    }
}
@media (min-width: 1360px) {
    .screen-content {
        width: 73.125%;
        max-width: 1170px;
    }
}
@media (min-width: 1025px) and (max-height: 649px) {
    .desktop .screen-content {
        height: 600px;
    }
}
@media (min-width: 1280px) and (min-height: 700px) { /* eg 1280x800 */
    .desktop .screen-content {
        height: 700px;
    }
}
@media (min-width: 1440px) and (min-height: 769px) { /* eg 1440x900 */
    .desktop .screen-content {
        height: 760px;
    }
}
@media (min-width: 1280px) and (min-height: 901px) { /* eg 1280x1024 */
    .desktop .screen-content {
        height: 840px;
    }
}

/* preloader, bullets, scroll down, popup */
.preloader-wrapper,
.bullets-wrapper,
.scroll-down-wrapper,
.logo-wrapper,
.popup-wrapper {
    display: none;
}

/* preloader */
.preloader-wrapper {
    background-color: #51bdd7;
    background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
    bottom: 0;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 103;
}
.preloader-image-wrapper {
    height: 104px;
    left: 50%;
    margin: -52px 0 0 -46.4px;
    position: absolute;
    top: 50%;
    
    width: 92.8px;
}
.preloader-status {
    color: #fff;
    font: 30px/90px 'daxlineproblack', 'Arial Black', sans-serif;
    height: 90px;
    left: 50%;
    margin: -47.5px 0 0 -45px;
    position: absolute;
    text-align: center;
    text-shadow: 1px 1px 2px #222;
    top: 50%;
    width: 90px;
    z-index: 1;
}
@media (min-width: 480px) {
	.preloader-image-wrapper {
	    height: 130px;
	    margin: -65px 0 0 -58.33px;
	    width: 116.66px;
	}
	.preloader-status {
		font-size: 38px;
	}
}
@media (min-width: 768px) {
	.preloader-image-wrapper {
	    height: 156px;
	    margin: -78px 0 0 -70px;
	    width: 140px;
	}
	.preloader-status {
		font-size: 42px;
	}
}
@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
	.preloader-image-wrapper {
	    height: 130px;
	    margin: -65px 0 0 -58.33px;
	    width: 116.66px;
	}
	.preloader-status {
		font-size: 38px;
	}
}
@media (min-width: 1024px) and (max-width: 1024px) and (orientation: landscape) {
	.preloader-image-wrapper {
	    height: 156px;
	    margin: -78px 0 0 -70px;
	    width: 140px;
	}
	.preloader-status {
		font-size: 42px;
	}
}
@media (min-width: 1025px) {
	.desktop .preloader-image-wrapper {
	    height: 130px;
	    margin: -65px 0 0 -58.33px;
	    width: 116.66px;
	}
	.desktop .preloader-status {
		font-size: 38px;
	}
}
@media (min-width: 1600px) {
	.desktop .preloader-image-wrapper {
	    height: 156px;
	    margin: -78px 0 0 -70px;
	    width: 140px;
	}
	.desktop .preloader-status {
		font-size: 42px;
	}
}

/* bullets */
@media (min-width: 1025px) {
    .desktop .bullets-wrapper {
        height: 125px;
        margin-top: -62.5px;
        position: fixed;
        right: 20px;
        top: 50%;
        width: 20px;
        z-index: 100;
    }
    .desktop .bullets__item {
        display: block;
        height: 20px;
        margin: 2.5px 0;
        position: relative;
        
        width: 20px;
    }
    .desktop .bullets__item::before {
        background: rgba(255, 255, 255, .7);
        -webkit-border-radius: 50%;
        border-radius: 50%;
        content: '';
        display: block;
        height: 4px;
        left: 8px;
        position: absolute;
        top: 8px;
        width: 4px;
    }
    .desktop .bullets__item:hover::before,
    .desktop .bullets__item:active::before {
        background: rgba(255, 255, 255, 1);
        height: 6px;
        left: 7px;
        top: 7px;
        width: 6px;
    }
    .desktop .bullets__item-hover {
        background: url(../images/target.png) 0 0 no-repeat;
        display: none;
        height: 28px;
        margin: -4px 0 0 -4px;
        position: absolute;
        width: 28px;
    }
    .desktop .bullets__item-active {
        -webkit-animation: eat .75s ease;
        -moz-animation: eat .75s ease;
        -o-animation: eat .75s ease;
        animation: eat .75s ease;
    }
    .desktop .bullets__item-active,
    .desktop .bullets__item-active:hover,
    .desktop .bullets__item-active:active {
        cursor: default;
    }
    .desktop .bullets__item-active::before,
    .desktop .bullets__item-active:hover::before,
    .desktop .bullets__item-active:active::before {
        background: rgba(255, 255, 255, 1);
        height: 4px;
        left: 8px;
        top: 8px;
        width: 4px;
    }
    .desktop .bullets__item-active .bullets__item-hover,
    .desktop .bullets__item-active:hover .bullets__item-hover,
    .desktop .bullets__item-active:active .bullets__item-hover {
        display: block;
    }
}

/* scroll down */
@media (min-width: 1025px) {
    .desktop .scroll-down-wrapper {
        background: url(../images/scroll-down-bg.png) 0 0 no-repeat;
        bottom: 26px;
        height: 62px;
        left: 50%;
        margin-left: -32.5px;
        position: fixed;
        
        width: 65px;
        z-index: 99;
    }
    .desktop .scroll-down {
        display: block;
        height: 47px;
        padding-top: 15px;
        width: 65px;
    }
    .desktop .scroll-down-arrow {
        margin-top: -3px;
        position: relative;
    }
    .desktop .scroll-down-arrow:nth-child(1) {
        opacity: .125;
    }
    .desktop .scroll-down-arrow:nth-child(2) {
        opacity: .25;
    }
    .desktop .scroll-down-arrow:nth-child(3) {
        opacity: .5;
    }
    .desktop .scroll-down-first .scroll-down-arrow:nth-child(1),
	.desktop .scroll-down-first .scroll-down-arrow:nth-child(1),
    .desktop .scroll-down:hover .scroll-down-arrow:nth-child(1),
	.desktop .scroll-down:active .scroll-down-arrow:nth-child(1) {
		-webkit-animation: arrow1 .5s cubic-bezier(0.39, 0.575, 0.565, 1) infinite;
		animation: arrow1 .5s cubic-bezier(0.39, 0.575, 0.565, 1) infinite;
	}
    .desktop .scroll-down-first .scroll-down-arrow:nth-child(2),
	.desktop .scroll-down-first .scroll-down-arrow:nth-child(2),
	.desktop .scroll-down:hover .scroll-down-arrow:nth-child(2),
	.desktop .scroll-down:active .scroll-down-arrow:nth-child(2) {
		-webkit-animation: arrow2 .5s cubic-bezier(0.39, 0.575, 0.565, 1) infinite;
		animation: arrow2 .5s cubic-bezier(0.39, 0.575, 0.565, 1) infinite;
	}
    .desktop .scroll-down-first .scroll-down-arrow:nth-child(3),
	.desktop .scroll-down-first .scroll-down-arrow:nth-child(3),
	.desktop .scroll-down:hover .scroll-down-arrow:nth-child(3),
	.desktop .scroll-down:active .scroll-down-arrow:nth-child(3) {
		-webkit-animation: arrow3 .5s cubic-bezier(0.39, 0.575, 0.565, 1) infinite;
		animation: arrow3 .5s cubic-bezier(0.39, 0.575, 0.565, 1) infinite;
	}
}
@media (min-width: 1280px) {
    .desktop .scroll-down-wrapper {
        bottom: 30px;
    }
}
@media (min-width: 1360px) {
    .desktop .scroll-down-wrapper {
        bottom: 32px;
    }
}
@media (min-width: 1600px) {
    .desktop .scroll-down-wrapper {
        bottom: 38px;
    }
}
@media (min-width: 1920px) {
    .desktop .scroll-down-wrapper {
        bottom: 46px;
    }
}

/* fixed logo */
@media (min-width: 1025px) {
    .desktop .logo-wrapper {
        left: 35px;
        position: fixed;
        top: 35px;
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate(0px, -164px);
        -webkit-transform: translate(0px, -164px);
        -o-transform: translate(0px, -164px);
        -ms-transform: translate(0px, -164px);
        transform: translate(0px, -164px);
        width: 11.375%;
        min-width: 120px;
        max-width: 183px;
        z-index: 99;
    }
}
/* screen 1 */
.s1-content {
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    position: relative;
}
.s1-logo-wrapper {
    position: absolute;
    top: 3.25%;
    -webkit-transform: translate3d(0, 0, 0);
    width: 100%;
}
.s1-logo {
    width: 29%;
    min-width: 102px;
    max-width: 339px;
}
.s1-visual-wrapper {
    bottom: -15.5%;
    height: 100%;
    left: 50%;
    position: absolute;
    -webkit-transform: translate3d(0, 0, 0);
    width: 130%;
    max-width: 1512px;
}
.s1-visual-slice {
    bottom: 0;
    left: 0;
    margin-left: -50%;
    position: absolute;
    -webkit-transform: translate3d(0, 0, 0);
    width: 100%;
    min-width: 320px;
    max-width: 1512px;
}
.s1-visual-animate {
	opacity: 1;
	-webkit-animation: s1visual .85s ease;
    -moz-animation: s1visual .85s ease;
    -o-animation: s1visual .85s ease;
    animation: s1visual .85s ease;
    -webkit-transform: translate3d(0, 0, 0);
}
.s1-visual-fade {
	opacity: 1;
	-webkit-animation: s1visualfade .85s .9s ease;
    -moz-animation: s1visualfade .85s .9s ease;
    -o-animation: s1visualfade .85s .9s ease;
    animation: s1visualfade .85s .9s ease;
}
.s1-text-wrapper {
    bottom: 16.5%;
    font-size: 81.25%;
    left: 17%;
    overflow: visible;
    position: absolute;
    text-align: center;
    -webkit-transform: translate3d(0, 0, 0);
    width: 66%;
}
.s1-text {
    bottom: 8px;
}
.s1-spacer-wrapper {
    width: 100%;
    min-width: 320px;
    max-width: 1512px;
}
.s1-b1-wrapper,
.s1-b2-wrapper {
    bottom: 0;
    left: 0;
    position: absolute;
    -webkit-transform: translate3d(0, 0, 0);
    width: 100%;
}
@media (max-width: 1024px) and (orientation: portrait) {
    .s1-logo-wrapper {
        top: 11.75%;
    }
    .s1-logo {
        width: 50%;
        min-width: 140px;
    }
    .s1-visual-wrapper {
    	margin-left: 15px;
        width: 196.875%;
    }
    .s1-text-wrapper {
        bottom: 35px;
        font-size: 87.5%;
        left: 10%;
        width: 80%;
    }
}
@media (min-width: 480px) and (max-width: 1024px) and (orientation: portrait) {
	.s1-logo-wrapper {
        top: 10%;
    }
    .s1-text-wrapper {
        bottom: 50px;
        font-size: 93.75%;
        left: 9%;
        width: 82%;
    }
}
@media (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
	.s1-text-wrapper {
        bottom: 85px;
    }
}
@media (min-width: 320px) and (max-width: 1024px) and (orientation: landscape) {
	.s1-text-wrapper {
		bottom: 35px;
		left: 20%;
		width: 60%;
	}
}
@media (min-width: 640px) and (max-width: 1024px) and (orientation: landscape) {
	.s1-text-wrapper {
		bottom: 50px;
		left: 25%;
		width: 50%;
	}
}
@media (min-width: 1024px) and (max-width: 1024px) and (orientation: landscape) {
	.s1-text-wrapper {
		bottom: 70px;
		font-size: 81.25%;
		left: 23%;
		width: 54%;
	}
}
@media (min-width: 1025px) {
    .s1 {
        overflow: hidden;
    }
    .s1-content {
        overflow: visible;
    }
    .desktop .s1-logo-wrapper {
        top: 1%;
    }
    .desktop .s1-logo {
    	width: 22%;
    }
    .desktop .s1-visual-wrapper {
        bottom: -14%;
        width: 105%;
    }
    .s1-text-wrapper {
        font-size: 87.5%;
        left: 30%;
        width: 40%;
    }
    .desktop .s1-text-wrapper {
        bottom: 17%;
    }
}
@media (min-width: 1025px) and (min-height: 650px) {
    .desktop .s1-logo-wrapper {
        top: 5.5%;
    }
    .desktop .s1-logo {
        width: 27%;
    }
    .desktop .s1-visual-wrapper {
        bottom: -19.5%;
        width: 114%;
    }
    .desktop .s1-text-wrapper {
        bottom: 15.75%;
    }
}
@media (min-width: 1280px) and (min-height: 901px) {
    .s1-logo-wrapper {
        top: 7.5%;
    }
    .s1-logo {
    	width: 30%;
    }
    .s1-visual-wrapper {
    	width: 134%;
    }
    .s1-text-wrapper {
        bottom: 10%;
        font-size: 106.25%;
        left: 25%;
        width: 50%;
    }
}
@media (min-width: 1440px) {
	.s1-visual-wrapper {
    	width: 124%;
    }
    .s1-text-wrapper {
    	bottom: 14.5%;
        font-size: 75%;
        left: 26%;
        width: 48%;
    }
}
@media (min-width: 1600px) {
    .s1-logo-wrapper {
        top: 2.5%;
    }
    .s1-visual-wrapper {
    	width: 116%;
    }
    .s1-text-wrapper {
        bottom: 14%;
        font-size: 68.75%;
        left: 24%;
        width: 52%;
    }
}
@media (min-width: 1600px) and (min-height: 901px) {
	.s1-visual-wrapper {
    	width: 124%;
    }
    .s1-text-wrapper {
        bottom: 11%;
        font-size: 75%;
    }
}
@media (min-width: 1920px) {
    .s1-visual-wrapper {
        bottom: -22.5%;
        width: 125.25%;
    }
    .s1-text-wrapper {
        bottom: 8%;
    }
}

/* screen 2 */
.s2 {
    background-image: url(../images/s2-bg.jpg);
    color: white;
}
.s2-spacer-wrapper {
    display: none;
}
.s2-wrapper {
    overflow: hidden;
    position: relative;
}
.s2-b1-wrapper,
.s2-b5-wrapper {
    bottom: 0;
    left: 0;
    position: absolute;
    -webkit-transform: translate3d(0, 0, 0);
    width: 100%;
}
.s2-b4-wrapper {
    bottom: -51.86%;
    display: none;
    height: auto;
    min-height: 100%;
    left: -8.5%;
    position: absolute;
    -webkit-transform: translate3d(0, 0, 0);
    width: 63%;
}
.s2-front {
    padding: 65px 0 90px;
    position: relative;
    text-align: center;
}
.s2-front-content {
	margin: 0 auto;
    position: relative;
    -webkit-transform: translate3d(0, 0, 0);
    width: 76%;
    min-width: 270px;
    max-width: 540px;
    z-index: 1;
}
.s2-h2 {
    font-family: 'daxlineproblack', 'Arial Black', sans-serif;
    font-size: 168.75%;
    margin: 0 auto 8px;
    text-transform: uppercase;
    -webkit-transform: translate3d(0, 0, 0);
}
.s2-h3 {
    color: #f6cf70;
    font-size: 100%;
    font-family: 'daxlineproblack', 'Arial Black', sans-serif;
    margin-bottom: 10px;
    text-transform: uppercase;
    -webkit-transform: translate3d(0, 0, 0);
}
.s2-text {
    font-size: 87.5%;
    line-height: 1.25;
    margin-bottom: 10px;
    -webkit-transform: translate3d(0, 0, 0);
}
.button-wrapper {
    display: inline-block;
    height: 42px;
    overflow: visible;
    position: relative;
    -webkit-transform: translate3d(0, 0, 0);
}
.button {
    color: white;
    display: block;
    float: left;
    height: 62px;
    margin: -7px -10px -13px -10px;
    position: relative;
    text-decoration: none;
    -webkit-transform: translate3d(0, 0, 0);
    min-width: 121px;
}
.button-left {
    background: url(../images/button-tiny-left.png) 0 0 no-repeat;
    display: block;
    height: 62px;
    left: 0;
    position: absolute;
    top: 0;
    width: 61px;
}
.button-right {
    background: url(../images/button-tiny-right.png) 0 0 no-repeat;
    display: block;
    height: 62px;
    right: 0;
    position: absolute;
    top: 0;
    width: 59px;
}
.button-center {
    background: url(../images/button-tiny-center.png) 0 0 repeat-x;
    display: block;
    float: left;
    height: 62px;
    margin: 0 59px 0 61px;
    top: 0;
    position: relative;
}
.button-content {
    display: block;
    float: left;
    height: 42px;
    margin: 7px -34px 0 -38px;
    position: relative;
}
.button-icon {
    display: block;
    float: left;
    height: 17.25px;
    margin: 11px 7px 15px 0;
    width: 18px;
}
.button-label {
    display: block;
    float: left;
    font: 14px/42px 'daxlineproblack', 'Arial Black', sans-serif;
    text-shadow: 1px 2px 2px #1e280f;
    text-transform: uppercase;
}
@media (min-width: 480px) {
    .s2-front {
        padding: 85px 0 140px;
    }
    .s2-h2 {
        margin-bottom: 5px;
    }
    .s2-h3 {
        margin-bottom: 15px;
    }
    .s2-text {
        font-size: 75%;
        margin-bottom: 25px;
    }
}
@media (min-width: 768px) and (orientation: portrait) {
    .s2-front {
        padding: 150px 0 200px;
    }
    .s2-h2 {
    	font-size: 150%;
        margin-bottom: 8px;
    }
    .s2-h3 {
    	font-size: 87.5%;
        margin-bottom: 30px;
    }
    .s2-text {
    	font-size: 62.5%;
        margin-bottom: 40px;
    }
    .button-wrapper {
        height: 53px;
    }
    .button {
        height: 83px;
        margin: -7px -14px -23px -14px;
        min-width: 161px;
    }
    .button-left {
        background: url(../images/button-small-left.png) 0 0 no-repeat;
        height: 83px;
        width: 81px;
    }
    .button-right {
        background: url(../images/button-small-right.png) 0 0 no-repeat;
        height: 83px;
        width: 79px;
    }
    .button-center {
        background: url(../images/button-small-center.png) 0 0 repeat-x;
        height: 83px;
        margin: 0 79px 0 81px;
    }
    .button-content {
        height: 53px;
        margin: 7px -45px 0 -50px;
    }
    .button-icon {
        height: 23px;
        margin: 13px 5px 17px 0;
        width: 24px;
    }
    .button-label {
        font: 16px/53px 'daxlineproblack', 'Arial Black', sans-serif;
        text-shadow: 1px 2px 4px #1e280f;
    }
}
@media (min-width: 320px) and (orientation: landscape) {
    .s2-text {
    	font-size: 87.5%;
        margin-left: auto;
        margin-right: auto;
        max-width: 500px;
    }
}
@media (min-width: 768px) and (orientation: landscape) {
    .s2-spacer-wrapper {
        display: block;
    }
    .s2-b4-wrapper {
        display: block;
    }
    .s2-front {
        padding: 0;
        position: absolute;
        text-align: left;
    }
    .s2-front-content {
        display: table;
        height: 100%;
        left: 52.5%;
        margin: 0;
        padding: 0;
        width: 42.5%;
        max-width: none;
    }
    .s2-front-middle {
        display: table-cell;
        padding-bottom: 45px;
        vertical-align: middle;
    }
    .s2-h2 {
    	font-size: 143.75%;
        margin-bottom: 5px;
    }
    .s2-h3 {
    	font-size: 81.25%;
        margin-bottom: 15px;
    }
    .s2-text {
    	font-size: 62.5%;
        margin-bottom: 25px;
    }
}
@media (min-width: 992px) {
    .button-wrapper {
        height: 53px;
    }
    .button {
        height: 83px;
        margin: -7px -14px -23px -14px;
        min-width: 161px;
    }
    .button-left {
        background: url(../images/button-small-left.png) 0 0 no-repeat;
        height: 83px;
        width: 81px;
    }
    .button-right {
        background: url(../images/button-small-right.png) 0 0 no-repeat;
        height: 83px;
        width: 79px;
    }
    .button-center {
        background: url(../images/button-small-center.png) 0 0 repeat-x;
        height: 83px;
        margin: 0 79px 0 81px;
    }
    .button-content {
        height: 53px;
        margin: 7px -45px 0 -50px;
    }
    .button-icon {
        height: 23px;
        margin: 13px 5px 17px 0;
        width: 24px;
    }
    .button-label {
        font: 16px/53px 'daxlineproblack', 'Arial Black', sans-serif;
        text-shadow: 1px 2px 4px #1e280f;
    }
}
@media (min-width: 1024px) {
    .s2-front-middle {
        padding-bottom: 35px;
    }
    .s2-h2 {
    	font-size: 131.25%;
    }
    .s2-h3 {
    	font-size: 75%;
        margin-bottom: 20px;
    }
    .s2-text {
        font-size: 50%;
        line-height: 1.35;
        margin-bottom: 30px;
    }
    .button-wrapper {
        left: 0;
    }
}
@media (min-width: 1025px) {
    .s2-b4-wrapper {
        bottom: -55%;
        left: -4%;
        width: 58%;
    }
    .s2-front-middle {
        padding-bottom: 75px;
    }
    .s2-h2 {
        font-size: 175%;
    }
    .s2-h3 {
        font-size: 100%;
        margin-bottom: 10px;
    }
    .s2-text {
        font-size: 62.5%;
        margin-bottom: 20px;
    }
}
@media (min-width: 1025px) and (min-height: 650px) {
    .s2-b4-wrapper {
        bottom: -50%;
        left: -7%;
        width: 60%;
    }
    .s2-front-middle {
        padding-bottom: 100px;
    }
    .s2-front-content {
        left: 52.8%;
        width: 41%;
    }
    .s2-h2 {
        font-size: 187.5%;
    }
    .s2-h3 {
        font-size: 106.25%;
        margin-bottom: 20px;
    }
    .s2-text {
        font-size: 68.75%;
    }
    .button-wrapper {
        height: 53px;
    }
    .button {
        height: 83px;
        margin: -7px -14px -23px -14px;
        min-width: 161px;
    }
    .button-left {
        background: url(../images/button-small-left.png) 0 0 no-repeat;
        height: 83px;
        width: 81px;
    }
    .button-right {
        background: url(../images/button-small-right.png) 0 0 no-repeat;
        height: 83px;
        width: 79px;
    }
    .button-center {
        background: url(../images/button-small-center.png) 0 0 repeat-x;
        height: 83px;
        margin: 0 79px 0 81px;
    }
    .button-content {
        height: 53px;
        margin: 7px -45px 0 -50px;
    }
    .button-icon {
        height: 23px;
        margin: 13px 5px 17px 0;
        width: 24px;
    }
    .button-label {
        font: 16px/53px 'daxlineproblack', 'Arial Black', sans-serif;
        text-shadow: 1px 2px 4px #1e280f;
    }
}
@media (min-width: 1280px) {
    .s2-b4-wrapper {
        bottom: -50%;
    }
}
@media (min-width: 1280px) and (min-height: 650px) {
    .s2-b4-wrapper {
        bottom: -45%;
        left: -8%;
    }
}
@media (min-width: 1280px) and (min-height: 700px) {
    .desktop .s2-b4-wrapper {
    	bottom: -35%;
        left: -9%;
    }
    .desktop .s2-content {
	   height: 100%;
	}
}
@media (min-width: 1280px) and (min-height: 750px) {
    .desktop .s2-b4-wrapper {
    	width: 62.5%;
    }
}
@media (min-width: 1280px) and (min-height: 800px) {
    .desktop .s2-b4-wrapper {
    	bottom: -30%;
    }
}
@media (min-width: 1280px) and (min-height: 900px) {
    .desktop .s2-b4-wrapper {
        bottom: -25%;
        left: -10%;
    }
}
@media (min-width: 1440px) {
    .desktop .s2-b4-wrapper {
    	bottom: -42.5%;
        left: -7%;
    }
    .desktop .s2-front-content {
        font-size: 68.75%;
    }
}
@media (min-width: 1440px) and (min-height: 800px) {
    .desktop .s2-b4-wrapper {
    	bottom: -30%;
    }
}
@media (min-width: 1440px) and (min-height: 900px) {
    .desktop .s2-b4-wrapper {
        bottom: -25%;
        left: -10%;
    }
}
@media (min-width: 1600px) {
	.desktop .s2-b4-wrapper {
        bottom: -40%;
    	width: 57.5%;
    }
}
@media (min-width: 1600px) and (min-height: 800px) {
    .desktop .s2-b4-wrapper {
        bottom: -35%;
        left: -8%;
        width: 60%;
    }
}
@media (min-width: 1600px) and (min-height: 900px) {
    .desktop .s2-b4-wrapper {
        bottom: -30%;
        left: -7%;
        width: 62.5%;
    }
}
@media (min-width: 1920px) {
	.desktop .s2-front-middle {
        padding-bottom: 150px;
    }
    .desktop .s2-b4-wrapper {
        bottom: -45%;
        left: -13%;
        width: 65%;
    }
    .desktop .s2-front-content {
    	font-size: 68.75%;
    	width: 45%;
    }
    .s2-text {
        max-width: none;
    }
}
@media (min-width: 1920px) and (min-height: 880px) {
    .desktop .s2-b4-wrapper {
        bottom: -35%;
        left: -13%;
        width: 68%;
    }
}
@media (min-width: 1920px) and (min-height: 1000px) {
    .desktop .s2-b4-wrapper {
        bottom: -30%;
        left: -13.5%;
        width: 69%;
    }
}

/* screen 3 */
.s3 {
    background-image: url(../images/s3-bg.jpg);
}
.s3-wrapper {
    position: relative;
}
.s3-content {
    width: 100%!important;
    max-width: none!important;
}
.s3-back {
    left: 50%;
}
.s3-back-wrapper {
    bottom: 0;
    display: none;
    margin-left: -65%;
    position: absolute;
    -webkit-transform: translate3d(0, 0, 0);
    width: 130%;
    min-width: 900px;
    max-width: 1646px;
    z-index: 1;
}
.s3-back-wrapper-slice {
    bottom: 0;
    position: absolute;
    -webkit-transform: translate3d(0, 0, 0);
    width: 100%;
}
.s3-front-content {
    display: table;
    height: 100%;
    overflow: hidden;
    position: relative;
    width: 100%;
}
.s3-front-middle {
    display: table-cell;
    vertical-align: middle;
}
.gallery-wrapper {
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    width: 100%;
}
.gallery-spacer {
    width: 60%;
    max-width: 824px;
    z-index: 4;
}
.gallery-images,
.gallery-titles {
	list-style: none;
	margin: 0;
    position: absolute;
	padding: 0;
}
.gallery-images {
    overflow: hidden;
    height: 100%;
    width: 100%;
}
.gallery-titles {
    bottom: 12%;
    width: 100%;
    z-index: 3;
}
.gallery-images__item,
.gallery-titles__item {
    position: absolute;
    -moz-transform: translate(100%, 0px);
    -webkit-transform: translate(100%, 0px);
    -o-transform: translate(100%, 0px);
    -ms-transform: translate(100%, 0px);
    transform: translate(100%, 0px);   
    width: 100%;
}
.android .gallery-images__item,
.android .gallery-titles__item {
    opacity: 0;
    transform: translateZ(0);
}
.gallery-images__item {
    height: 100%;
}
.gallery-images-item-active,
.gallery-titles-item-active {
    -moz-transform: translate(0px, 0px);
    -webkit-transform: translate(0px, 0px);
    -o-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
}
.android .gallery-images-item-active,
.android .gallery-titles-item-active {
    opacity: 1;
}
.gallery-table {
	height: 100%;
	width: 100%;
}
.gallery-images__item-wrapper {
    height: 100%;
    margin: 0 auto;
    position: relative;
    width: 60%;
    max-width: 824px;
}
.gallery-images__item-content {
    height: 100%;
    position: absolute;
    top: 50%;
    width: 100%;
}
.gallery-images__item-bg {
    position: absolute;
    top: -50%;
    width: 100%;
}
.gallery-images__item-image {
	height: 100%;
	top: -50%;
	position: relative;
	width: 100%;
    z-index: 3;
}
.gallery-titles__item-text {
    bottom: 16%;
    font-size: 87.5%;
    left: 50%;
    margin-left: -37.71%;
    position: absolute;
    width: 36%;
    min-width: 200px;
    max-width: 480px;
}
.gallery-titles__item-text-wrapper {
    position: relative;
    z-index: 3;
}
.gallery-controls {
	position: absolute;
    left: 0;
	top: 50%;
    width: 100%;
    z-index: 4;
}
.gallery-controls-wrapper {
    margin: 0 auto;
    position: relative;
    width: 92%;
    min-width: 300px;
    max-width: 1170px;
}
.gallery-controls__item {
    display: block;
    height: 42px;
    position: absolute;
    top: -21px;
	width: 24px;
}
.gallery-controls-prev {
	left: 0;
}
.gallery-controls-next {
	right: 0;
}
.gallery-controls-hover {
    opacity: 0;
    position: absolute;
    top: 0;
}
.gallery-bullets {
	display: none;
    position: absolute;
	text-align: center;
    width: 100%;
}
.gallery-bullets-wrapper {
	display: inline-block;
	height: 20px;
}
.gallery-bullets__item {
	-webkit-border-radius: 50%;
    border-radius: 50%;
	display: block;
	float: left;
	height: 8px;
	margin: 0 1px;
	padding: 7px;
    position: relative;
	width: 8px;
    z-index: 4;
}
.gallery-bullets__item-border {
    border: 2px solid rgba(255, 255, 255, .5);
	-webkit-border-radius: 50%;
    border-radius: 50%;
    display: block;
    height: 18px;
    left: 0;
    position: absolute;
    top: 0;
    -moz-transform: scale(.4);
    -webkit-transform: scale(.4);
    -o-transform: scale(.4);
    -ms-transform: scale(.4);
    transform: scale(.4);
    width: 18px;
}
.gallery-bullets__item-active {
    cursor: default;
}
.gallery-bullets__item-active .gallery-bullets__item-border {
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.gallery-bullets__item-bg {
	background: white;
	-webkit-border-radius: 50%;
    border-radius: 50%;
    display: block;
    height: 8px;
    width: 8px;
}
@media (max-width: 1024px) and (orientation: portrait) {
	.s3::before {
		background: url(../images/s3-line.jpg) 0 0 repeat-x;
		content: '';
		display: block;
		height: 13px;
		width: 100%;
	}
    .s3-front {
        position: relative;
    }
    .gallery-spacer {
        width: 100%;
    }
    .gallery-images-item-active {
        z-index: 3;
    }
    .gallery-images__item-wrapper {
        width: 100%;
        max-width: 768px;
    }
    .gallery-images__item-content {
        position: relative;
        top: 0;
    }
    .gallery-images__item-bg {
        display: none;
    }
    .gallery-images__item-image {
        height: auto;
        top: 0;
        width: 100%;
    }
    .gallery-titles__item-text {
    	bottom: 10.294%;
        left: 0;
        margin-left: 0;
        width: 100%;
        min-width: none;
        max-width: none;
    }
    .gallery-titles__item-text-wrapper {
        margin: 0 auto;
        text-align: center;
        width: 60%;
        min-width: 240px;
        max-width: 440px;
    }
    .gallery-controls-wrapper {
        width: 100%;
        min-width: 320px;
        max-width: none;
    }
    .gallery-controls__item {
        height: 60px;
        top: -30px;
    	width: 36.5px;
    }
    .gallery-bullets {
        bottom: 1.5%;
    }
    .gallery-bullets__item-bg {
        -webkit-box-shadow: 1px 1px 1px 1px rgba(0,0,0,.8);
        box-shadow: 1px 1px 1px 1px rgba(0,0,0,.8);
    }
}
@media (min-width: 480px) and (max-width: 1024px) and (orientation: portrait) {
    .gallery-controls__item {
        height: 82.2px;
        top: -41.1px;
    	width: 50px;
    }
}
@media (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
    .gallery-titles {
        bottom: 10%;
    }
    .gallery-controls__item {
        height: 120px;
        top: -60px;
    	width: 73px;
    }
}
@media (min-width: 320px) and (orientation: landscape) {
	.s3-wrapper {
		overflow: hidden;
	}
	.s3-spacer-wrapper {
		max-width: 500px;
	}
	.gallery-spacer,
	.gallery-images__item-wrapper {
		width: 60%;
	}
	.gallery-titles {
    	bottom: 16%;
    }
	.s3-back {
		top: 12.5%;
	}
	.gallery-images__item-image-border {
	    bottom: 9px;
		left: 12px;
		position: absolute;
		right: 12px;
	    top: 9px;
    }
    .gallery-controls__item {
        height: 56px;
        top: -28px;
    	width: 32px;
    }
    .gallery-titles__item-text {
    	margin-left: -33.33%;
    	width: 44%;
    }
    .gallery-bullets {
        bottom: 5%;
        display: block;
    }
}
@media (min-width: 640px) and (orientation: landscape) {
	.s3-spacer-wrapper {
		max-width: none;
	}
	.gallery-spacer,
	.gallery-images__item-wrapper {
		width: 60%;
	}
	.gallery-titles__item-text {
    	width: 36%;
    }
	.s3-back-wrapper {
        display: block;
    }
    .gallery-bullets {
    	bottom: 6%;
    }
}
@media (min-width: 768px) and (orientation: landscape) {
	.gallery-images__item-image-border {
	    bottom: 12px;
		left: 16px;
		position: absolute;
		right: 16px;
	    top: 12px;
    }
    .gallery-bullets {
        bottom: 10%;
    }
}
@media (min-width: 1024px) {
	.gallery-images__item-image-border {
	    bottom: 15px;
		left: 20px;
		position: absolute;
		right: 20px;
	    top: 15px;
    }
    .gallery-titles__item-text {
    	bottom: 12%;
    	font-size: 75%;
        margin-left: -35.5%;
        width: 40%;
    }
    .gallery-controls-wrapper {
        width: 90%;
    }
    .gallery-controls__item {
        height: 70px;
        top: -35px;
    	width: 40px;
    }
    .gallery-bullets {
        position: relative;
    }
}
@media (min-width: 1025px) {
    .desktop .s3-front-middle {
        padding-top: 32px;
    }
    .desktop .gallery-table {
		margin: 0 auto;
		position: relative;
		width: 1000px;
	}
    .gallery-titles__item-text {
        font-size: 112.5%;
        width: 40%;
    }
    .desktop .s3-back {
    	left: 0;
    }
    .desktop .s3-back-wrapper {
    	margin-left: -15%;
    }
}
@media (min-width: 1360px) {
    .desktop .gallery-table {
        width: 73.125%;
        max-width: 1170px;
    }
}
@media (min-width: 1280px) and (min-height: 700px) {
    .desktop .s3-content {
	   height: 100%;
	}
	.desktop .s3-back-wrapper {
		bottom: -2.5%;
	}
}
@media (min-width: 1280px) and (min-height: 901px) {
	.desktop .gallery-spacer,
	.desktop .gallery-images__item-wrapper {
		width: 75%;
	}
	.desktop .gallery-images__item-image-border {
	    bottom: 18px;
		left: 24px;
		position: absolute;
		right: 24px;
	    top: 18px;
    }
    .desktop .gallery-titles__item-text {
    	bottom: 7.5%;
    	font-size: 125%;
    	margin-left: -42.5%;
    	width: 44%;
    }
    .desktop .gallery-controls-prev {
        left: -5%;
    }
    .desktop .gallery-controls-next {
        right: -5%;
    }
	.desktop .s3-back-wrapper {
		bottom: 0;
	}
	.desktop .gallery-bullets {
        bottom: -25px;
    }
}
@media (min-width: 1440px) and (min-height: 769px) { /* eg 1440x900 */
    .desktop .gallery-titles__item-text {
        font-size: 81.25%;
        max-width: none;
    }
}
@media (min-width: 1600px) {
    .desktop .gallery-images__item-image-border {
	    bottom: 18px;
		left: 24px;
		position: absolute;
		right: 24px;
	    top: 18px;
    }
    .desktop .gallery-titles__item-text {
        width: 44%;
    }
    .desktop .gallery-controls-prev {
        left: 0;
    }
    .desktop .gallery-controls-next {
        right: 0;
    }
    .desktop .gallery-bullets {
        bottom: 0;
    }
}
@media (min-width: 1600px) and (min-height: 901px) {
	.desktop .gallery-images__item-image-border {
	    bottom: 21px;
		left: 28px;
		position: absolute;
		right: 28px;
	    top: 21px;
    }
    .desktop .gallery-titles__item-text {
    	bottom: 6%;
    	margin-left: -39.5%;
    }
}

/* screen 4 */
.s4 {
    background-image: url(../images/s4-bg.jpg);
}
.s4-wrapper {
	overflow: hidden;
}
.video-wrapper {
    margin: 0 auto;
    position: relative;
    width: 65%;
    min-width: 320px;
    max-width: 824px;
}
.video-spacer {
    width: 100%;
}
.video-bg-wrapper {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.video-border {
    bottom: 6px;
	left: 10.667px;
	position: absolute;
	right: 10.667px;
    top: 6px;
}
.video-frame {
    height: 100%;
    position: relative;
    max-width: 100%;
    /*
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    */
}
.video-teaser {
    height: 100%;
    position: absolute;
    top: 0;
    max-width: 100%;
}
.video-play {
    color: #fff;
    display: none;
    height: 100%;
    left: 0;
    position: absolute;
    text-align: center;
    text-decoration: none;
    top: 0;
    width: 100%;
    z-index: 2;
}
.video-play-content {
    display: table-cell;
    vertical-align: middle;
}
.video-play-icon {
    display: block;
    margin: 0 auto;
    position: relative;
    -moz-transform: translate(0px, 0px);
    -webkit-transform: translate(0px, 0px);
    -o-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
    width: 16.72%;
    min-width: 86px;
    max-width: 130px;
}
.video-play-icon-image {
    position: relative;
}
.video-play-icon-hover {
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    z-index: 1;
}
.video-play-text {
    display: block;
    font-family: 'daxlineproblack', 'Arial Black', sans-serif;
    font-size: 106.25%;
    margin-top: 16px;
    text-shadow: 0 3px 3px #222;
    text-transform: uppercase;
    -moz-transform: translate(0px, 0px);
    -webkit-transform: translate(0px, 0px);
    -o-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
    
}
.s4-soldier-1-wrapper {
    left: 0;
    position: absolute;
    top: 12%;
    width: 27.5%;
    min-width: 120px;
    max-width: 377px;
}
.s4-soldier-2-wrapper {
    position: absolute;
    right: 0;
    top: 12%;
    width: 27.5%;
    min-width: 120px;
    max-width: 377px;
}
.s4-b1-wrapper {
    bottom: 0;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 3;
}
@media (max-width: 1024px) and (orientation: portrait) {
	.s4 {
		background: #2a2422;
	}
    .s4-front {
    	padding-top: 5px;
        position: relative;
    }
    .s4-front-content,
    .s4-front-middle {
        display: block;
    }
    .video-wrapper {
        width: 100%;
        min-width: 320px;
        max-width: 768px;
    }
    .video-play-icon {
        width: 17.5%;
        min-width: 48px;
        max-width: 130px;
    }
    .video-play-text {
        font-size: 112.5%;
        margin-top: 12px;
    }
}
@media (min-width: 480px) and (max-width: 1024px) and (orientation: portrait) {
	.video-border {
	    bottom: 9px;
		left: 16px;
		right: 16px;
	    top: 9px;
    }
	.video-play-icon {
        width: 17%;
    }
    .video-play-text {
    	font-size: 106.25%;
        margin-top: 15px;
    }
}
@media (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
    .s4-front {
    	padding-top: 15px;
    }
    .video-wrapper {
        margin: 0 auto;
        max-width: 832px;
    }
    .video-border {
	    bottom: 13.5px;
		left: 24px;
		right: 24px;
	    top: 13.5px;
    }
    .video-play-icon {
        width: 15%;
    }
    .video-play-text {
        font-size: 93.75%;
        margin-top: 26px;
    }
}
@media (min-width: 320px) and (orientation: landscape) {
	.s4-wrapper {
		position: relative;
	}
	.s4-front {
		padding-top: 40px;
	}
	.video-border {
	    bottom: 6px;
		left: 10.667px;
		right: 10.667px;
	    top: 6px;
    }
    .video-play-icon {
        width: 13.5%;
        min-width: 60px;
    }
    .video-play-text {
    	font-size: 100%;
    	margin-top: 12px;
    }
    .s4-back {
    	height: auto;
    	position: absolute;
    	top: auto;
    	z-index: 3;
    }
}
@media (min-width: 768px) and (orientation: landscape) {
	.s4-front {
		padding-top: 60px;
	}
	.video-border {
	    bottom: 9px;
		left: 16px;
		right: 16px;
	    top: 9px;
    }
    .video-play-text {
    	font-size: 93.75%;
    	margin-top: 16px;
    }
}
@media (min-width: 1024px) and (orientation: landscape) {
	.s4-front {
		padding-top: 75px;
	}
	.video-border {
	    bottom: 12px;
		left: 21.333px;
		right: 21.333px;
	    top: 12px;
    }
    .video-play-text {
    	margin-top: 20px;
    }
}
@media (min-width: 1025px) {
	.desktop .s4-front {
		padding-top: 0;
	}
	.desktop .s4-front-content {
	    display: table;
	    height: 100%;
	    width: 100%;
	}
	.desktop .s4-front-middle {
	    display: table-cell;
	    padding-bottom: 15%;
	    vertical-align: middle;
	}
    .desktop .video-spacer,
    .desktop .video-wrapper {
        max-width: 832px;
    }
    .desktop .video-border {
        max-height: 615px;
        max-width: 832px;
    }
    .desktop .video-wrapper {
        z-index: 1;
    }
    .desktop .s4-soldier-1-wrapper {
    	left: 1.5%;
	}
	.desktop .s4-soldier-2-wrapper {
		right: 1.5%;
	}
    .desktop .s4-soldier-1-wrapper,
    .desktop .s4-soldier-2-wrapper {
    	top: 17.5%;
    	width: 25%;
        z-index: 2;
    }
    .desktop .s4-back {
	    height: auto;
	    top: auto;
	}
    .desktop .s4-b1-wrapper {
        z-index: 3;
    }
}
@media (min-width: 1280px) and (min-height: 700px) { /* eg 1280x800 */
    .desktop .s4-content {
	   height: 100%;
	}
	.desktop .s4-front-middle {
	    padding-bottom: 10%;
	}
    .desktop .s4-soldier-1-wrapper,
    .desktop .s4-soldier-2-wrapper {
        top: 20%;
    }
}
@media (min-width: 1280px) and (min-height: 900px) { /* eg 1280x800 */
    .desktop .s4-front-middle {
	    padding-bottom: 5%;
	}
    .desktop .s4-soldier-1-wrapper,
    .desktop .s4-soldier-2-wrapper {
        top: 31.5%;
    }
}
@media (min-width: 1440px) and (min-height: 769px) { /* eg 1440x900 */
    .desktop .s4-soldier-1-wrapper {
    	left: 4%;
    }
    .desktop .s4-soldier-2-wrapper {
        right: 4%;
    }
    .desktop .s4-soldier-1-wrapper,
    .desktop .s4-soldier-2-wrapper {
        top: 24%;
    }
    .desktop .video-wrapper {
    	width: 60%;
        max-width: 832px;
    }
    .desktop .video-play-icon {
        width: 12.5%;
    }
    .desktop .video-play-text {
        font-size: 81.25%;
    }
}
@media (min-width: 1600px) and (min-height: 901px) {
	.desktop .s4-front-middle {
	    padding-bottom: 7.5%;
	}
	.desktop .s4-soldier-1-wrapper,
    .desktop .s4-soldier-2-wrapper {
        top: 28%;
    }
}

/* screen 5 */
.s5 {
	background-image: url(../images/s5-bg.jpg);
}
.s5-back {
    display: none;
}
.s5-back-visual {
    bottom: 0;
    position: absolute;
    left: 50%;
    width: 100%;
}
.s5-back-slice {
    bottom: 0;
    position: absolute;
    width: 100%;
    min-width: 1280px;
}
.s5-b1-wrapper,
.s5-b2-wrapper {
    margin-right: 50%;
    right: 0;
}
.s5-b3-wrapper,
.s5-b4-wrapper {
    left: 0;
    margin-left: -50%;
}
.s5-front {
    padding: 50px 0 60px;
    position: relative;
    text-align: center;
}
.s5-title {
    color: white;
    font-family: 'daxlineproblack', 'Arial Black', sans-serif;
    font-size: 112.5%;
    margin: 0 auto 20px;
    text-transform: uppercase;
    width: 50%;
    min-width: 160px;
    max-width: 320px;
}
.counter {
    margin: 0 auto 20px;
    position: relative;
    width: 75%;
    min-width: 240px;
    max-width: 414px;
}
.counter-light {
    opacity: 0;
    position: absolute;
    top: 0;
    -moz-animation: blink 1s linear infinite;
    -webkit-animation: blink 1s linear infinite;
    animation: blink 1s linear infinite;
}
.counter-timer-wrapper {
    bottom: 0;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.counter-timer-middle {
    display: table;
    height: 100%;
    width: 100%;
}
.counter-timer {
    color: white;
    display: table-cell;
    font-family: 'daxlineproblack', 'Arial Black', sans-serif;
    font-size: 100%;
    padding-top: 2px;
    text-shadow: 0 2px 3px #1e1a12;
    text-transform: uppercase;
    vertical-align: middle;
}
.social-groups-wrapper {
    margin-bottom: 30px;
    text-align: center;
}
.social-groups-title {
    color: #f6cf70;
    font-family: 'daxlineproblack', 'Arial Black', sans-serif;
    font-size: 93.75%;
    margin-bottom: 10px;
    text-transform: uppercase;
}
.social-groups-list {
    display: inline-block;
    list-style: none;
    margin: 0;
    padding: 0;
}
.social-groups-list__item {
    display: block;
    float: left;
    margin: 0 5px;
}
.social-groups-list__item-link {
    display: block;
    height: 45px;
    position: relative;
    width: 45px;
}
.social-groups-list__item-icon-hover {
    opacity: 0;
    position: absolute;
    top: 0;
}

.s5-buttons-wrapper {
    display: inline-block;
}
.s5-button {
    background: #000;
    -webkit-border-radius: 13px;
    border-radius: 13px;
    color: white;
    display: block;
    float: left;
    font-family: 'daxlineproblack', 'Arial Black', sans-serif;
    font-size: 81.25%;
    height: 40px;
    line-height: 42px;
    margin: 0 5px;
    padding: 0 20px;
    text-decoration: none;
    text-transform: uppercase;
}
.s5-button-icon-wrapper {
    display: block;
    float: left;
    height: 18px;
    margin: 11px 6px 11px 0;
}
.s5-button-icon {
    height: 100%;
    width: auto;
    max-width: 100%;
}
@media (min-width: 360px) {
    .s5-title {
    	font-size: 118.75%;
    	margin-bottom: 25px;
    }
    .s5-button {
        -webkit-border-radius: 15px;
        border-radius: 15px;
        font-size: 87.5%;
        height: 44px;
        line-height: 46px;
        padding: 0 24px;
    }
    .s5-button-icon-wrapper {
        height: 20px;
        margin: 12px 8px 12px 0;
    }
}
@media (min-width: 480px) {
    .s5-front {
        padding: 60px 0 70px;
    }
    .counter {
        margin-bottom: 25px;
        width: 60%;
        min-width: 288px;
        max-width: 414px;
    }
    .counter-timer {
        font-size: 93.75%;
    }
    .social-groups-wrapper {
        margin-bottom: 35px;
    }
    .social-groups-list__item-link {
        height: 53px;
        width: 54px;
    }
    .s5-button {
        font-size: 75%;
        height: 50px;
        line-height: 53px;
        margin: 0 5px;
        padding: 0 30px;
    }
    .s5-button-icon-wrapper {
        height: 22px;
        margin: 14px 9px 14px 0;
    }
}
@media (min-width: 640px) {
    .s5-front {
        padding: 70px 0 80px;
    }
    .s5-title {
        margin-bottom: 30px;
        width: 30%;
        min-width: 190px;
        max-width: 414px;
    }
    .counter {
        margin-bottom: 30px;
        width: 39.7%;
        min-width: 320px;
        max-width: 414px;
    }
    .counter-timer {
        font-size: 93.75%;
        padding-top: 4px;
    }
    .social-groups-wrapper {
        margin-bottom: 40px;
    }
    .social-groups-title {
        font-size: 87.5%;
        margin-bottom: 15px;
    }
    .social-groups-list__item {
        margin: 0 7.5px;
    }
    .social-groups-list__item-link {
        height: 58px;
        width: 60px;
    }
}
@media (min-width: 768px) {
    .s5-front {
        padding: 85px 0 120px;
    }
    .s5-title {
        font-size: 93.75%;
        margin-bottom: 45px;
        width: 42%;
        min-width: 320px;
        max-width: 414px;
    }
    .counter {
        margin-bottom: 55px;
        width: 55%;
        min-width: 320px;
        max-width: 414px;
    }
    .counter-timer {
        font-size: 75%;
    }
    .social-groups-wrapper {
        margin-bottom: 70px;
    }
    .social-groups-title {
        font-size: 68.75%;
        margin-bottom: 25px;
    }
    .social-groups-list__item {
        margin: 0 10px;
    }
    .social-groups-list__item-link {
        height: 78px;
        width: 80px;
    }
    .s5-button {
        font-size: 68.75%;
        height: 69px;
        line-height: 73px;
        margin: 0 7.5px;
        padding: 0 40px;
    }
    .s5-button-icon-wrapper {
        height: 29px;
        margin: 20px 12px 20px 0;
    }
}

@media (min-width: 320px) and (orientation: landscape) {
	.s5-title {
        font-size: 118.75%;
    }
    .counter-timer {
        font-size: 112.5%;
    }
}
@media (min-width: 800px) and (orientation: landscape) {
    .s5-title {
	    font-size: 120%;
	    margin-bottom: 35px;
	}
	.counter {
	    margin-bottom: 34px;
	    width: 65%;
	}
	.counter-timer {
	    font-size: 100%;
	}
	.social-groups-title {
	    font-size: 80%;
	}
	.social-groups-list__item-link {
	    display: block;
	    height: 68px;
	    width: 70px;
	}
}
@media (min-width: 1024px) and (orientation: landscape) {
    .s5-front {
        font-size: 87.5%;
    }
    .counter-timer {
	    font-size: 93.75%;
	}
}
@media (min-width: 1025px) {
    .s5-content,
    .s5-front {
        position: static;
    }
    .s5-front {
        font-size: 118.75%;
    }
    .desktop .s5-front {
        padding: 0;
    }
    .s5-front-content {
        position: relative;
        z-index: 2;
    }
    .desktop .s5-front-content {
        display: table;
        height: 100%;
        width: 100%;
    }
    .desktop .s5-front-middle {
        display: table-cell;
        vertical-align: middle;
    }
    .desktop .s5-back {
        bottom: auto;
        display: block;
        left: auto;
        right: auto;
    }
    .s5-title {
        font-size: 90%;
        margin-bottom: 30px;
        width: 75%;
        max-width: none;
    }
    .counter {
        margin-bottom: 30px;
        width: 36%;
        min-width: 320px;
        max-width: 414px;
    }
    .counter-timer {
        font-size: 81.25%;
    }
    .social-groups-wrapper {
        display: inline-block;
        margin-bottom: 45px;
        overflow: hidden;
        position: relative;
    }
    .social-groups-title {
        float: left;
        font-size: 70%;
        height: 60px;
        line-height: 62px;
        margin-bottom: 0;
        margin-right: 15px;
    }
    .social-groups-list__item {
        margin: 0 7.5px;
    }
    .social-groups-list__item-link {
        height: 59px;
        width: 60px;
    }
    .s5-buttons {
        clear: both;
        position: relative;
        width: 100%;
    }
    .s5-button {
        font-size: 61.25%;
        height: 50px;
        line-height: 53px;
        margin: 0 5px;
        padding: 0 30px;
    }
    .s5-button-icon-wrapper {
        height: 22px;
        margin: 14px 9px 14px 0;
    }
}
@media (min-width: 1280px) {
    .s5-back-slice {
        min-width: 1366px;
    }
    .s5-b1-wrapper,
    .s5-b2-wrapper {
        margin-right: 57.5%;
    }
    .s5-b3-wrapper,
    .s5-b4-wrapper {
        margin-left: -42.5%;
    }
}
@media (min-width: 1280px) and (min-height: 769px) {
	.s5-front {
        font-size: 125%;
    }
    .s5-title {
        margin-bottom: 45px;
    }
    .counter {
        margin-bottom: 45px;
    }
    .counter-timer {
        font-size: 75%;
    }
    .social-groups-wrapper {
        margin-bottom: 45px;
    }
}
@media (min-width: 1280px) and (min-height: 901px) {
    .s5-back-slice {
        min-width: 1600px;
    }
    .s5-b1-wrapper,
    .s5-b2-wrapper {
        margin-right: 50%;
    }
    .s5-b3-wrapper,
    .s5-b4-wrapper {
        margin-left: -50%;
    }
}
@media (min-width: 1440px) and (min-height: 769px) { /* eg 1440x900 */
    .s5-front {
        font-size: 100%;
    }
    .s5-button {
    	font-size: 50%;
    }
}
@media (min-width: 1600px) {
	.s5-front {
        font-size: 93.75%;
    }
    .social-groups-title {
    	font-size: 56.25%;
    }
	.s5-button {
        height: 65px;
        line-height: 69px;
        margin: 0 7.5px;
        padding: 0 40px;
    }
    .s5-button-icon-wrapper {
        height: 29px;
        margin: 18px 12px 18px 0;
    }
}
@media (min-width: 1680px) and (min-height: 901px) {
    .s5-b1-wrapper,
    .s5-b2-wrapper {
        margin-right: 55%;
    }
    .s5-b3-wrapper,
    .s5-b4-wrapper {
        margin-left: -45%;
    }
}

/* popup */
.popup-wrapper {
    bottom: 0;
    height: 100%;
    left: 0;
    overflow: hidden;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 200;
}
.popup-overlay {
    background: rgba(0, 0, 0, .85);
    bottom: 0;
    height: 100%;
    left: 0;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 201;
}
.close-popup {
    border: 2px solid #342c1e;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    display: block;
    height: 26px;
    padding: 2px;
    position: fixed;
    right: 10px;
    top: 10px;
    -moz-transform: translateX(100%);
    -webkit-transform: translateX(100%);
    -o-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    
    width: 26px;
    z-index: 203;
}
.close-popup-icon {
    background: #342c1e;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    display: block;
    padding: 8px;
    height: 10px;
    width: 10px;
}
.popup-window {
    background-image: url(../images/popup-features-bg.jpg);
    background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
    float: right;
    height: 100%;
    overflow: hidden;
    position: relative;
    -moz-transform: translateX(100%);
    -webkit-transform: translateX(100%);
    -o-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    
    width: 100%;
    max-width: 480px;
    z-index: 202;
}
.popup-border {
    bottom: 0;
    left: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
}
.popup-content-wrapper {
    display: table;
    height: 100%;
    width: 100%;
}
.popup-content {
    display: none;
    padding-top: 25px;
    text-align: center;
    vertical-align: middle;
}
.popup-content-active {
    display: table-cell;
}
.popup-title {
    font-family: 'daxlineproblack', 'Arial Black', sans-serif;
    font-size: 26px;
    margin-bottom: 25px;
    text-transform: uppercase;
}
@media (min-width: 640px) {
    .popup-window {
        width: 640px;
        max-width: none;
    }
    .popup-border {
        bottom: 10px;
        left: 10px;
        right: 10px;
        top: 10px;
    }
    .close-popup {
	    height: 32px;
	    right: 20px;
	    top: 20px;
	    width: 32px;
	}
	.close-popup-icon {
	    padding: 9px;
	    height: 14px;
	    width: 14px;
	}
    .popup-content {
    	padding-top: 0;
    }
    .popup-title {
        font-size: 36px;
        margin-bottom: 25px;
    }
}
@media (min-width: 992px) {
    .popup-window {
        width: 992px;
    }
    .popup-title {
        font-size: 48px;
        margin-bottom: 40px;
    }
}

/* features popup */
.popup-features .popup-title {
	margin-bottom: 12.5px;
}
.features-text {
    font-size: 16px;
    margin: 0 auto 25px;
    max-width: 85%;
}
.features-list-wrapper {
    margin: 0 auto;
	overflow: hidden;
	position: relative;
	width: 320px;
}
.features-list-bgs,
.features-list-icons {
	height: 141px;
	list-style: none;
	margin: 0 0 15px;
	padding: 0;
    position: relative;
	width: 99999px;
    z-index: 1;
}
.features-list-icons {
    -moz-transform: translate(0px, 0px);
    -webkit-transform: translate(0px, 0px);
    -o-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
}
.features-list-bgs {
    position: absolute;
}
.features-list-bgs__item,
.features-list-icons__item {
	display: block;
	float: left;
	height: 141px;
	width: 320px;
}
.features-list-bgs__item-wrapper,
.features-list-icons__item-wrapper {
	border: 2px solid transparent;
	-webkit-border-radius: 50%;
    border-radius: 50%;
    margin: 0 auto;
    padding: 6px;
	height: 125px;
	width: 125px;
}
.features-list-bgs__item-wrapper {
    border: 2px solid #cbbca1;
}
.features-list-bgs__item-image {
    background: url(../images/features-list-icon-bg.jpg) 50% 50% no-repeat;
}
.features-list-bgs__item-image, 
.features-list-icons__item-image {
	-webkit-border-radius: 50%;
    border-radius: 50%;
	height: 125px;
	overflow: hidden;
	position: relative;
	width: 125px;
}
.features-list-titles {
	list-style: none;
	margin: 0;
	padding: 0;
	-moz-transform: translate(0px, 0px);
    -webkit-transform: translate(0px, 0px);
    -o-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
    
	width: 99999px;
}
.features-list-titles__item {
	display: block;
	float: left;
	width: 320px;
}
.features-list-titles__item-text {
	font-size: 15px;
	font-family: 'daxlineproblack', 'Arial Black', sans-serif;
	line-height: 1.35;
	margin: 0 auto;
	text-transform: uppercase;
	width: 220px;
}
.features-list-controls {
	position: absolute;
	top: 0;
	width: 100%;
    z-index: 2;
}
.features-list-controls__item {
    display: block;
	height: 40px;
	position: absolute;
	top: 50.5px;
	width: 20px;
}
.features-list-controls-prev {
	left: 18px;
}
.features-list-controls-next {
	right: 18px;
}
.features-list-bullets {
	display: none;
	text-align: center;
}
.features-list-bullets-wrapper {
	display: inline-block;
	height: 20px;
}
.features-list-bullets__item {
	-webkit-border-radius: 50%;
    border-radius: 50%;
	display: block;
	float: left;
	height: 8px;
	margin: 0 1px;
	padding: 7px;
    position: relative;
	width: 8px;
}
.features-list-bullets__item-border {
    border: 2px solid rgba(52, 44, 30, .5);
	-webkit-border-radius: 50%;
    border-radius: 50%;
    display: block;
    height: 18px;
    left: 0;
    position: absolute;
    top: 0;
    -moz-transform: scale(.33);
    -webkit-transform: scale(.33);
    -o-transform: scale(.33);
    -ms-transform: scale(.33);
    transform: scale(.33);
    
    width: 18px;
}
.features-list-bullets__item-active .features-list-bullets__item-border {
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.features-list-bullets__item-bg {
	background: #342c1e;
	-webkit-border-radius: 50%;
    border-radius: 50%;
    display: block;
    height: 8px;
    width: 8px;
}
@media (max-height: 320px) {
    .popup-content {
        padding-top: 0;
    }
    .popup-features .popup-title {
    	margin-bottom: 10px;
    }
    .features-text {
        font-size: 15px;
        margin-bottom: 20px;
    }
    .features-list-bgs,
    .features-list-icons {
        height: 115px;
        margin-bottom: 15px;
    }
    .features-list-bgs__item,
    .features-list-icons__item {
    	height: 111px;
    }
    .features-list-bgs__item-wrapper,
    .features-list-icons__item-wrapper {
        padding: 5px;
    	height: 101px;
    	width: 101px;
    }
    .features-list-bgs__item-image,
    .features-list-icons__item-image {
    	height: 101px;
    	width: 101px;
    }
    .features-list-titles__item-text {
        font-size: 14px;
        line-height: 1.25;
        width: 85%;
    }
    .features-list-controls__item {
        top: 35.5px;
    }
}
@media (min-width: 480px) and (max-width: 639px) and (max-height: 320px) {
    .features-list-wrapper {
        width: 400px;
    }
    .features-list-bgs,
    .features-list-icons {
        margin-bottom: 0;
    }
    .features-list-bgs__item,
    .features-list-icons__item {
        margin: 0 40px;
    }
    .features-list-bgs__item-wrapper,
    .features-list-icons__item-wrapper {
        margin: 0 0 0 12px;
    }
    .features-list-titles {
        height: 115px;
        position: absolute;
        top: 0;
    }
    .features-list-titles__item {
        height: 100%;
        padding: 0 40px;
    }
    .features-list-titles__item-text {
        display: table;
        height: 100%;
        margin: 0 12px 0 144px;
        width: auto;
    }
    .vmiddle {
        display: table-cell;
        text-align: left;
        vertical-align: middle;
    }
    .features-list-controls-prev {
        left: 0;
    }
    .features-list-controls-next {
        right: 0;
    }
}
@media (min-width: 640px) {
	.popup-features .popup-title {
		margin-bottom: 10px;
	}
	.features-text {
	    font-size: 17px;
	    margin-bottom: 35px;
	    max-width: 520px;
	}
	.features-list-wrapper {
		margin-bottom: 20px;
		margin-left: -10px;
		width: 640px;
	}
    .features-list-bgs,
	.features-list-icons {
		height: 145px;
		margin-bottom: 25px;
	}
    .features-list-bgs__item,
	.features-list-icons__item {
		height: 145px;
		width: 229px;
	}
    .features-list-bgs__item:nth-child(odd),
	.features-list-icons__item:nth-child(odd) {
		padding-left: 91px;
	}
    .features-list-bgs__item:nth-child(even),
	.features-list-icons__item:nth-child(even) {
		padding-right: 91px;
	}
    .features-list-bgs__item-wrapper,
	.features-list-icons__item-wrapper {
	    padding: 6px;
		height: 133px;
		width: 133px;
	}
    .features-list-bgs__item-image,
	.features-list-icons__item-image {
		height: 133px;
		width: 133px;
	}
	.features-list-titles__item {
		width: 229px;
	}
	.features-list-titles__item:nth-child(odd) {
		padding-left: 91px;
	}
	.features-list-titles__item:nth-child(even) {
		padding-right: 91px;
	}
	.features-list-titles__item-text {
		width: 215px;
	}
	.features-list-controls__item {
		height: 44px;
		top: 50.5px;
		width: 22px;
	}
	.features-list-controls-prev {
		left: 35px;
	}
	.features-list-controls-next {
		right: 35px;
	}
	.features-list-bullets {
		display: block;
	}
}
@media (min-width: 640px) and (max-height: 360px) {
    .popup-features .popup-title {
    	margin-bottom: 10px;
    }
    .features-text {
        font-size: 15px;
        margin-bottom: 20px;
    }
    .features-list-bgs,
    .features-list-icons {
		height: 134px;
		margin-bottom: 15px;
	}
    .features-list-bgs__item,
	.features-list-icons__item {
		height: 134px;
		width: 219px;
	}
    .features-list-bgs__item:nth-child(odd),
	.features-list-icons__item:nth-child(odd) {
		padding-left: 101px;
	}
    .features-list-bgs__item:nth-child(even),
	.features-list-icons__item:nth-child(even) {
		padding-right: 101px;
	}
    .features-list-bgs__item-wrapper,
	.features-list-icons__item-wrapper {
		height: 121px;
		width: 121px;
	}
    .features-list-bgs__item-image,
	.features-list-icons__item-image {
		height: 121px;
		width: 121px;
	}
	.features-list-titles__item {
		width: 219px;
	}
	.features-list-titles__item:nth-child(odd) {
		padding-left: 101px;
	}
	.features-list-titles__item:nth-child(even) {
		padding-right: 101px;
	}
    .features-list-titles__item-text {
        font-size: 14px;
        line-height: 1.25;
        width: 201px;
    }
}
@media (min-width: 992px) {
	.popup-features .popup-title {
		margin-bottom: 20px;
	}
	.features-text {
	    font-size: 20px;
	    margin-bottom: 40px;
	    max-width: 688px;
	}
	.features-list-wrapper {
		margin-left: -11px;
		width: 992px;
	}
    .features-list-bgs,
	.features-list-icons {
		height: 161px;
		margin-bottom: 30px;
	}
    .features-list-bgs__item,
	.features-list-icons__item {
		height: 161px;
		width: 219px;
	}
    .features-list-bgs__item:nth-child(odd),
	.features-list-icons__item:nth-child(odd) {
		padding-left: 0;
	}
    .features-list-bgs__item:nth-child(even),
	.features-list-icons__item:nth-child(even) {
		padding-right: 0;
	}
    .features-list-bgs__item:nth-child(4n-3),
	.features-list-icons__item:nth-child(4n-3) {
		padding-left: 58px;
	}
    .features-list-bgs__item:nth-child(4n+4),
	.features-list-icons__item:nth-child(4n+4) {
		padding-right: 58px;
	}
	.features-list-titles__item:nth-child(odd) {
		padding-left: 0;
	}
	.features-list-titles__item:nth-child(even) {
		padding-right: 0;
	}
	.features-list-titles__item:nth-child(4n-3) {
		padding-left: 58px;
	}
	.features-list-titles__item:nth-child(4n+4) {
		padding-right: 58px;
	}
    .features-list-bgs__item-wrapper,
	.features-list-icons__item-wrapper {
	    padding: 8px;
		height: 141px;
		width: 141px;
	}
    .features-list-bgs__item-image,
	.features-list-icons__item-image {
		height: 141px;
		width: 141px;
	}
	.features-list-titles__item {
		width: 219px;
	}
	.features-list-controls-prev {
		left: 25px;
	}
	.features-list-controls-next {
		right: 25px;
	}
}

/* games popup */
.popup-games {
	padding-top: 0;
}
.games-list-wrapper {
    padding: 0 15px;
    margin: 0 auto;
    max-width: 450px;
}
.games-list {
    display: block;
    list-style: none;
    margin: 0 auto;
    padding: 0;
    width: 100%;
    max-width: 450px;
}
.games-list__item {
    display: block;
    float: left;
    text-align: center;
    width: 50%;
}
.games-list__item-link {
    color: #342c1e;
    display: block;
    text-decoration: none;
}
.games-list__item-image {
    -webkit-border-radius: 7px;
    border-radius: 7px;
    display: block;
    margin: 0 auto 20px;
    overflow: hidden;
    position: relative;
    /*
    -webkit-transition: all .75s cubic-bezier(0.165, 0.870, 0.170, 0.865);
	-moz-transition: all .75s cubic-bezier(0.165, 0.870, 0.170, 0.865);
	-ms-transition: all .75s cubic-bezier(0.165, 0.870, 0.170, 0.865);
	-o-transition: all .75s cubic-bezier(0.165, 0.870, 0.170, 0.865);
	transition: all .75s cubic-bezier(0.165, 0.870, 0.170, 0.865);
    */
    width: 64%;
    max-width: 170px;
}
.games-list-item-image-bounce .games-list__item-image {
    -moz-animation: bounce .2s linear;
    -webkit-animation: bounce .2s linear;
    animation: bounce .2s linear;
}
.games-list__item-name {
    display: block;
    font-family: 'daxlineproblack', 'Arial Black', sans-serif;
    font-size: 18px;
    text-transform: uppercase;
}
/*
.games-list__item-link:hover .games-list__item-image,
.games-list__item-link:active .games-list__item-image {
    -webkit-box-shadow: 0 0 16px 0 rgba(0,0,0,.5);
    box-shadow: 0 0 16px 0 rgba(0,0,0,.5);
    color: #342c1e;
    text-decoration: none;
}
*/
.games-list__item-downloads-wrapper {
    margin-top: 10px;
}
.games-list__item-downloads {
    display: block;
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center;
}
.games-list__item-download-li {
    display: block;
    margin-bottom: 4px;
}
.games-list__item-download-link {
    color: #342c1e;
    display: inline-block;
    font-size: 11px;
    font-weight: bold;
    height: 21px;
    line-height: 21px;
    padding-left: 24px;
    position: relative;
    text-decoration: underline;
    text-transform: uppercase;
}
.games-list__item-download-link:hover,
.games-list__item-download-link:active {
    color: #342c1e;
    text-decoration: none;
}
.games-list__item-download-icon-wrapper {
    display: block;
    height: 21px;
    margin-left: -24px;
    position: absolute;
    width: 18px;
}
.games-list__item-download-label {
    display: block;
    white-space: nowrap;
}
@media (min-width: 640px) {
    .games-list__item-image {
        margin-bottom: 30px;
    }
    .games-list__item-name {
        font-size: 26px;
    }
    .games-list__item-download-li {
        display: inline-block;
        margin: 0 2.5px;
    }
    .games-list__item-download-link {
        font-size: 12px;
        height: 24.5px;
        line-height: 24.5px;
        padding-left: 27px;
    }
    .games-list__item-download-icon-wrapper {
        height: 24.5px;
        margin-left: -27px;
        width: 21px;
    }
}
@media (min-width: 992px) {
    .games-list-wrapper,
    .games-list {
        max-width: 600px;
    }
    .games-list__item-image {
        margin-bottom: 35px;
    }
    .games-list__item-name {
        font-size: 32px;
    }
    .games-list__item-downloads-wrapper {
        margin-top: -10px;
    }
    .games-list__item-download-li {
        margin: 0 5px;
    }
    .games-list__item-download-link {
        font-size: 14px;
        height: 28px;
        line-height: 28px;
        padding-left: 32px;
    }
    .games-list__item-download-icon-wrapper {
        height: 28px;
        margin-left: -32px;
        width: 24px;
    }
}

/* footer */
.footer-wrapper {
    background: #000;
    color: #b1b3b2;
    overflow: visible;
    padding-bottom: 90px;
    position: relative;
}
.footer-back {
    bottom: 0;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
}
.footer-bg-wrapper {
    bottom: 100%;
    left: 0;
    position: absolute;
    width: 100%;
}
.footer-top,
.footer-bottom {
    position: relative;
}
.footer-top {
    border-bottom: 1px solid #282828;
    padding: 15px 0 20px;
}
.footer-container {
    overflow: hidden;
    position: relative;
}
.footer-top-container {
    display: table;
    padding: 0;
    width: 100%;
    max-width: 1000px;
}
.copyrights {
    display: table-cell;
    font-size: 11.5px;
    padding-left: 15px;
    vertical-align: middle;
}
.copyrights-line-1 {
    margin-bottom: 6px;
}
.social-buttons {
    display: table-cell;
    font-family: 'daxlineproblack', 'Arial Black', sans-serif;
    font-size: 16px;
    padding-left: 20px;
    padding-right: 15px;
	text-align: right;
    vertical-align: middle;
    white-space: nowrap;
}
.social-buttons__item {
    border: 2px solid #262626;
    -webkit-border-radius: 5px;
    border-radius: 5px;
	color: #c7c7c7;
	display: inline-block;
	height: 27px;
	line-height: 27px;
    padding: 0 18px;
    overflow: visible;
    position: relative;
	text-decoration: none;
}
.social-buttons__item:hover,
.social-buttons__item:active {
    -moz-animation: resize 0.2s linear;
    -webkit-animation: resize 0.2s linear;
    animation: resize 0.2s linear;
}
.social-buttons__item-likes {
	display: block;
    margin-right: -7px;
    padding-left: 19px;
	position: relative;
    z-index: 1;
}
.social-buttons__item-facebook {
    padding-left: 11px;
}
.social-buttons__item-twitter {
    padding-left: 17px;
}
.social-buttons__item-googleplus {
	padding-left: 0;
	width: 0;
}
.social-buttons__item-icon {
    height: 27px;
    left: 2px;
    position: absolute;
    width: 27px;
}
.l-gp .social-buttons__item-icon {
    left: 3px;
}
.footer-links {
    list-style: none;
    margin: 0;
    padding: 0;
}
.footer-links__item-link {
    color: #b1b3b2;
    display: block;
    font-size: 11px;
    padding: 9px 15px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
}
.footer-links__item-link:hover,
.footer-links__item-link:active {
    color: #b1b3b2;
    text-decoration: underline;
}
@media (max-height: 320px) {
	.footer-wrapper {
		padding-bottom: 70px;
	}
	.apple .footer-links__item-link {
		font-size: 6.5px!important; /* iphone bugfix */
	}
}
@media (min-width: 768px) {
    .copyrights {
        padding-left: 20px;
    }
    .social-buttons {
        padding-right: 20px;
    }
}
@media (min-width: 1024px) {
    .footer-wrapper {
        padding-bottom: 110px;
    }
    .copyrights {
        padding-left: 25px;
    }
    .social-buttons {
        padding-right: 25px;
    }
}
@media (max-width: 1024px) and (orientation: portrait) {
    .screens {
        background: white;
    }
    .footer-wrapper {
        padding-bottom: 50px;
    }
    .footer-top {
        padding-bottom: 25px;
        padding-top: 15px;
    }
    .footer-top-container {
        display: block;
    }
    .copyrights,
    .social-buttons {
        display: block;
        padding: 0 15px;
        text-align: center;
    }
    .copyrights {
        margin-bottom: 19px;
    }
    .social-buttons {
        padding: 0;
    }
    .footer-bottom {
        padding: 10px 0;
    }
}
@media (min-width: 360px) and (max-width: 1024px) and (orientation: portrait) {
    .footer-wrapper {
        padding-bottom: 60px;
    }
}
@media (min-width: 480px) and (max-width: 1024px) and (orientation: portrait) {
    .footer-wrapper {
        padding-bottom: 80px;
    }
}
@media (min-width: 640px) and (max-width: 1024px) and (orientation: portrait) {
    .footer-wrapper {
        padding-bottom: 100px;
    }
}
@media (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
    .footer-wrapper {
        padding-bottom: 105px;
    }
}
@media (min-width: 1025px) {
    .desktop .footer-wrapper {
        padding-bottom: 60px;
    }
    .copyrights {
    	font-size: 13px;
        padding-left: 0;
    }
    .desktop .social-buttons {
        padding-right: 0;
    }
    .desktop .footer-bottom {
        border-bottom: 0;
    }
    .footer-links-wrapper {
        text-align: center;
    }
    .footer-links {
        display: inline-block;
    }
    .footer-links__item {
        float: left;
    }
    .footer-links__item-link {
        line-height: 20px;
    }
}
@media (min-width: 1360px) {
    .footer-top-container {
        width: 73.125%;
        max-width: 1170px;
    }
}

/* bottom */
.bottom-wrapper {
    bottom: 0;
    position: fixed;
    width: 100%;
    z-index: 100;
}
.bottom {
    position: relative;
    -moz-transform: translate(0px, 0px);
    -webkit-transform: translate(0px, 0px);
    -o-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
    
}
.downloads {
    margin-bottom: 1%;
    text-align: center;
}
.download-link {
	display: inline-block;
    margin: 0 5px;
    width: 26.95%;
    min-width: 120px;
    max-width: 276px;
}
.download-image {
    display: block;
}
.android .js-appstore-link,
.apple .js-googleplay-link {
	display: none!important;
}
@media (orientation: portrait) {
    .download-link {
        width: 35.9375%;
    }
}
@media (max-width: 1024px) {
    .bottom-wrapper {
        background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0) 10%, rgba(0,0,0,0.65) 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(10%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.65)));
        background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 10%,rgba(0,0,0,0.65) 100%);
        background: -o-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 10%,rgba(0,0,0,0.65) 100%);
        background: -ms-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 10%,rgba(0,0,0,0.65) 100%);
        background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 10%,rgba(0,0,0,0.65) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
    }
}
@media (min-width: 1025px) {
    .desktop .bottom-wrapper {
        left: 50%;
        width: 27%;
        min-width: 275px;
        max-width: 320px;
    }
    .desktop .downloads {
        display: block;
        left: -50%;
        margin-bottom: 3px;
        position: relative;
    }
    .desktop .download-link {
        bottom: 5px;
        display: block;
        height: auto;
        margin: 0;
        position: absolute;
        width: 48%;
        min-width: none;
        max-width: none;
    }
    .desktop .download-link:first-child {
        left: 1%;
    }
    .desktop .download-link:last-child {
        right: 1%;
    }
    .desktop .download-image {
        -webkit-transition: opacity .75s cubic-bezier(0.165, 0.870, 0.170, 0.865);
    	-moz-transition: opacity .75s cubic-bezier(0.165, 0.870, 0.170, 0.865);
    	-ms-transition: opacity .75s cubic-bezier(0.165, 0.870, 0.170, 0.865);
    	-o-transition: opacity .75s cubic-bezier(0.165, 0.870, 0.170, 0.865);
    	transition: opacity .75s cubic-bezier(0.165, 0.870, 0.170, 0.865);
    }
    .desktop .download-image,
    .desktop .download-image-hover {
        bottom: 0;
        position: absolute;
        width: 100%;
    }
}
@media (min-width: 1366px) {
    .desktop .bottom-wrapper {
        max-width: 340px;
    }
    .desktop .download-link {
        bottom: 3px;
    }
}
@media (min-width: 1600px) {
    .desktop .download-link {
        bottom: 5px;
    }
}
@media (min-width: 1920px) {
    .desktop .bottom-wrapper {
        max-width: 390px;
    }
}

a.resize:hover,
a.resize:active {
    -moz-animation: resize 0.2s linear;
    -webkit-animation: resize 0.2s linear;
    animation: resize 0.2s linear;
}

@-webkit-keyframes resize {
    0%, 100% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }
    50% {
        -webkit-transform: scale(.9, .9);
        transform: scale(.9, .9);
    }
}
@-moz-keyframes resize {
    0%, 100% {
        -moz-transform: scale(1, 1);
        transform: scale(1, 1)
    }
    50% {
        -moz-transform: scale(.9, .9);
        transform: scale(.9, .9);
    }
}
@keyframes resize {
    0%, 100% {
        -webkit-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        transform: scale(1, 1)
    }
    50% {
        -webkit-transform: scale(.9, .9);
        -moz-transform: scale(.9, .9);
        transform:scale(.9, .9);
    }
}
@-webkit-keyframes arrow1 {
    0% {
        opacity: 0
    }
    33% {
        opacity: 0
    }
    66% {
        opacity: .5
    }
    100%{
        opacity: .25
    }
}
@keyframes arrow1 {
    0% {
        opacity: 0
    }
    33% {
        opacity: 0
    }
    66% {
        opacity: .5
    }
    100%{
        opacity: .25
    }
}

@-webkit-keyframes arrow2 {
    0% {
        opacity: .75
    }
    33% {
        opacity: .25
    }
    66% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}
@keyframes arrow2 {
    0% {
        opacity: .75
    }
    33% {
        opacity: .25
    }
    66% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}
@-webkit-keyframes arrow3 {
    0% {
        opacity: 0
    }
    33% {
        opacity: .5
    }
    66% {
        opacity: .25
    }
    100% {
        opacity: 0
    }
}
@keyframes arrow3 {
    0% {
        opacity: 0
    }
    33% {
        opacity: .5
    }
    66% {
        opacity: .25
    }
    100% {
        opacity: 0
    }
}
@-webkit-keyframes s1visual {
    0% {
    	opacity: 0;
	    -webkit-transform: translate(0px, 800px);
    }
    100% {
    	opacity: 1;
        -webkit-transform: translate(0px, 0px);
    }
}
@keyframes s1visual {
    0% {
    	opacity: 0;
        transform: translate(0px, 800px);
    }
    100% {
    	opacity: 1;
        transform: translate(0px, 0px);
    }
}
@-webkit-keyframes s1visualfade {
    0% {
    	opacity: 0;
    }
    100% {
    	opacity: 1;
    }
}
@keyframes s1visualfade {
    0% {
    	opacity: 0;
    }
    100% {
    	opacity: 1;
    }
}
@-webkit-keyframes bounce {
    0%, 100% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }
    50% {
        -webkit-transform: scale(1.1, .9);
        transform: scale(1.1, .9);
    }
}
@-moz-keyframes bounce {
    0%, 100% {
        -moz-transform: scale(1, 1);
        transform: scale(1, 1)
    }
    50% {
        -moz-transform: scale(1.1, .9);
        transform: scale(1.1, .9);
    }
}
@keyframes bounce {
    0%, 100% {
        -webkit-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        transform: scale(1, 1)
    }
    50% {
        -webkit-transform: scale(1.1, .9);
        -moz-transform: scale(1.1, .9);
        transform: scale(1.1, .9);
    }
}
@-webkit-keyframes blink {
    0%, 100% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
}
@-moz-keyframes blink {
    0%, 100% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
}
@keyframes blink {
    0%, 100% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
}