



.slide-button{display:none;}
.video {
    position: relative;
    width: 100%;
    max-width: 100%;
    height: 0;
 /*   padding-bottom: 56.25%;*/
    padding-bottom: 56.25%;
    overflow: hidden;
}
/*
.video.video-desktop {
    padding-bottom: 45.72916666667%;
}
.video.video-mobile {
    padding-bottom: 62.5%;
}*/

.video video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%; 
}


.video-slider {
/*    margin: 40px 0;*/
    margin: 0px 0;
    margin: 0;
}
.video-slider-container {
    margin: 0 0px;
    margin: 0 auto;
    background-color: rgba( 0, 0, 0, 0.5 );
}

/*.video-slider-container {
    margin: 0 100px;
    margin: 0 auto;
    background-color: rgba( 0, 0, 0, 0.5 );
}*/

.content-slides-container{ width:100%; float:left; height: -200px; background-color: black;}

.video-slider .video-slide {
    padding: 0px;
   /* padding: 40px;*/
    padding: 0;
    color: #FFFFFF;
    font-style: italic;
}



.video-slider.content-slider .slider-previous-button {
    background-color: #000000;
    width: 60px;
    /*height: 120px;*/
    height: 60px;
    padding: 0;
    margin-right: 20px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.video-slider.content-slider .slider-previous-button:hover {
    background-color: #666666;
}
.video-slider.content-slider .slider-next-button {
    background-color: #000000;
    width: 60px;
    height: 120px;
    padding: 0;
    margin-left: 20px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.video-slider.content-slider .slider-next-button:hover {
    background-color: #666666;
}
.content-slider{margin-bottom:0px;}
@media screen and ( max-width: 480px ) {
    .video-slider-container {
        margin: 0;
    }
    .video-slider .slider-previous-button {
        display: none;
    }
    .video-slider .slider-next-button {
        display: none;
    }
}



.h-sec1 {
    background-color: #000;
    color: #dbdde3;
}
.h-sec1 a.btn, .h-sec6 a.btn {
    color: #212121;
    background-color: #fafafa;
    padding: 16px 35px;
    display: inline-block;
}
.h-sec1 a.btn:hover, .h-sec6 a.btn:hover {
    background-color: #e7a731;
}
.h-sec2 {
    background-color: #161616;
    position: relative;
    overflow: hidden;
}
.h-sec2:after {
    content: '';
    background-color: #e7e9ef;
    position: absolute;
    width: 100%;
    height: 77%;
    left: 0;
    top: -30px;
    margin: 6% 0 6% 45%;
}
.h-sec2 .z-container, .h-sec4 .z-container, .h-sec5 .z-container, .h-sec6 .z-container {
	position: relative;
    z-index: 9;
}
.h-sec2 .boxes {
    margin-top: -75px;
}
.h-sec2 .box {
    display: inline-block;
    float: right;
    width: 50%;
    padding: 15px;
}
.h-sec2 .box a {
    display: inline-block;
    position: relative;
    color: #fff;
    overflow: hidden;
    background-color: #484848;
    box-shadow: 0 0 73px rgba(0, 0, 0, 0.2);
}
.h-sec2 .box a .text {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: rgba(211, 145, 22, 0.80);
    padding: 15px 20px;
}
.h-sec2 .box a .head {
    text-transform: uppercase;
    color: #fff;
    background: rgba(211, 145, 22, .80);
    width: 100%;
    padding: 15px 10px;
    position: absolute;
    left: 0;
    bottom: 0;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
}
.h-sec2 .box a:hover .head {
    bottom: 100px;
    padding: 15px 10px 10px 10px;
}
.h-sec2 .box a p {
    background: rgba(211, 145, 22, .80);
    padding: 0 30px 20px 30px;
    position: absolute;
    opacity: 0;
    bottom: -100px;
    line-height: 20px;
    display: block;
    width: 100%;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
}
.h-sec2 .box a:hover p {
    bottom: 0;
    opacity: 1;
}
.h-sec2 .box a img {
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: scale(1.12);
    transform: scale(1.12);
}
.h-sec2 .box a:hover img {
    opacity: 0.5;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.h-sec2 .boxes .box:first-child {
    transform: translateY(50%);
    float: left;
}
.h-sec2 a.btn {
    color: #212121;
    display: inline-block;
}
.h-sec2 a.btn img, .h-sec4 a.btn img {
    margin: 0 0 0 10px;
}
.h-sec2 a.btn, .h-sec4 a.btn, .h-sec5 a.btn {
    color: #212121;
    display: inline-block;
}
.h-sec2 a.btn:hover, .h-sec4 a.btn:hover, .h-sec5 a.btn:hover {
    color: #000;
}
.h-sec2 .text, .h-sec4 .text {
    color: rgba(78, 78, 78, 0.8);
}
.h-sec2 .bighead, .h-sec3 .bighead, .h-sec4 .bighead {
    color: #ccced4;
}
.h-sec4, .h-sec5, .h-sec6 {
    position: relative;
    overflow: hidden;
}
.h-sec4:after, .h-sec5:after {
    content: '';
    background-color: #e7e9ef;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 45%;
    top: 0;
    margin: 0;
}
.h-sec4 .left {
    margin-bottom: -10px;
    padding-bottom: 0;
}
.h-sec5:after {
    background-color: #161616;
    left: 58%;
}
.h-sec6 {
    background: #313e4e;
    background: -moz-linear-gradient(-45deg, #313e4e 0%, #3a4a5d 100%);
    background: -webkit-linear-gradient(-45deg, #313e4e 0%,#3a4a5d 100%);
    background: linear-gradient(135deg, #313e4e 0%,#3a4a5d 100%);
    padding:40px 0;
}
.h-sec6 .z-4of12, .h-sec-6 .z-8of12 {padding-top:0;padding-bottom:0; margin-bottom:0;}
.h-sec6:before {
    content: '';
    background-color: #161616;
    position: absolute;
    width: 100%;
    height: 100%;
    right: 75%;
    top: 0;
    margin: 0;
}
.partner-text {padding:55px 0 0; font-size:22pt; color:#fafafa;}
.partner-button {padding:80px 0 0; float:right;}



.homevideoarrow img.arrow {
    width: 50px;
    animation-name: floating;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
    margin-left: 30px;
    margin-top: 5px;
}
@keyframes floating {
    from { transform: translate(0,  0px); }
    65%  { transform: translate(0, 15px); }
    to   { transform: translate(0, -0px); }    
}
.homevideoarrow{
     text-align: center; width:100%; float:left; margin-bottom:-55px;
    margin-top: -300px;
    color: #FFF;
    font-weight: normal;
    font-size: 22px;
}
@media screen and (max-width: 1900px) {
    .slide-text .z-container{margin-top:-20px !important;}
    .homevideoarrow{   margin-top: -174px; }
}
 
@media screen and (max-width: 1362px) {
    .homevideoarrow{   margin-top: -174px; margin-bottom:-55px;}
	.h-sec2 .box a p {
	    padding: 0 15px 20px 15px;
	}
	.h-sec2 .box a .head {
	    padding: 10px;
	}
	.h-sec2 .box a:hover .head {
	    bottom: 120px;
	    padding: 15px 10px 10px 10px;
	}
	.h-sec2::after {
	    height: 88%;
	}
    .h-sec6 .partner-text {padding-top:40px; font-size: 16pt;}
    
    .h-sec6 .partner-button {padding-top:50px;}
}

@media screen and (max-width: 992px) {
    .homevideoarrow{ display:none;}
	.h-sec2, .h-sec4 {
	    background-color: #e7e9ef;
	}
	.h-sec2::after, .h-sec4::after, .h-sec5::after, .h-sec6::before {
		display: none;
	}
	.h-sec2 .box, .h-sec2 .boxes .box:first-child {
	    width: 33.33%;
	    transform: translateY(0%);
	    float: left;
	}
	.h-sec2 .boxes {
	    margin-top: 0;
	    margin-bottom: 0;
	}
	.h-sec2 .box a:hover .head {
	    bottom: 100px;
	}
    .h-sec6 .partner-text, .h-sec6 .partner-button {padding-top:15px; text-align: center;}
    .h-sec6 .partner-button {float:none; margin:0 auto;}
}
@media screen and (max-width: 767px) {
	.h-sec2 .box, .h-sec2 .boxes .box:first-child {
	    width: 100%;
	}
	.h-sec2 .box a:hover .head {
	    bottom: 80px;
	}
}
@media screen and (max-width: 479px) {
	.h-sec2 .box {
	    padding: 0;
	}
	.h-sec2 .box, .h-sec2 .boxes .box:first-child {
	    width: 100%;
	}
	.h-sec2 .boxes .box:nth-child(2) {
	    margin: 20px 0;
	}
	.h-sec2 .box a:hover .head {
	    bottom: 100px;
	}
}