

/*************************************************************************/
/* RES Header Video  */

.res-video-header-intro {
    height: calc(100vh - 76px) !important;
    position: relative;
    overflow: hidden;
    background-color: transparent;
    background-color: #000;
}
@media only screen and (max-width: 970px) {	
	.res-video-header-intro .container{ max-width: 85%;}
    .res-video-header-intro{
            height: 600px !important;
            width: 100%;
            margin-top: 0;
            position: relative;
            overflow: hidden;
            background-color: transparent;
            background-color: #000;
        }
	}



/* Video Mobile Fullheight Inside */
@media only screen and (max-width: 970px) {
	.fullscreenVideo .videoScale {
		position: absolute;
		top: 50%;
		left: 50%;
		min-width: 100%;
		min-height: 100%;
		width: auto;
		height: auto;
		z-index: 0;
		transform: translateX(-50%) translateY(-50%);
		transition: 1s opacity;
   		background-color: transparent;
	}
	#main_video .videoScale {
		position: absolute;
		top: 50%;
		left: 50%;
		min-width: 100%;
		min-height: 100%;
		width: auto;
		height: auto;
		z-index: 0;
		transform: translateX(-50%) translateY(-50%);
		transition: 1s opacity;
   		background-color: transparent;
	}
} 


.res-video-header-vertical-center {
	position: absolute;
	top: 53%; 
	left: 0;
	width: 100%;
	height: auto;
	z-index: 11;
	transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}


/* Homescreen Text */

.sloganBox{
	color: #fff;
}

@media only screen and (min-width: 1100px) {
	.sloganBox {
    color: #fff;
    max-width: 720px;
}
}

@media only screen and (min-width: 1390px) {
	.sloganBox { padding-right: 0%; max-width: 630px; margin-right: auto;}
}



.sloganBox h1{
	font-size: 380%;
	line-height: 100%;
	text-transform: uppercase;
}
@media only screen and (max-width: 1690px) {
	.sloganBox h1 {
    font-size: 300% !important;
}
} 
@media only screen and (max-width: 1440px) {
	.sloganBox h1 {
    font-size: 270% !important;
}
}

@media only screen and (max-width: 970px) {
	.sloganBox h1 {
    font-size: 180% !important;
}
} 

.sloganBox h2 {
    font-size: 100% !important;
    text-transform: none;
    line-height: 170%;
}

.sloganBox .btn-xs {
    padding: 0.9rem 2rem;
    font-size: 90%;
    font-weight: 600;
}


.res-video-header-play-btn {  
    cursor: pointer;
	display: flex;
  	align-items: center;
  	justify-content: center;
	transition: all .2s ease-in-out;
    width: 110px;
    height: 110px;
    border-radius: 50%;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 15px;
    font-size: 110%;
    line-height: 100%;
    background-color: transparent;
    color: #fff;
    border: 1px solid #fff;
}
@media only screen and (min-width: 1010px) {
	.res-video-header-play-btn:hover{transform: scale(1.1);}
}

/* --- Preview Video Fullscreen  ---- */
.previewVideo {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 10;
}
.previewVideo video {
	width: 100%;
	height: auto;
	border: none;
	opacity: 0.85;
}
.previewVideo .videoScale {
	position: absolute;
	top: 50%;
	left: 50%;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	z-index: 0;
	transform: translateX(-50%) translateY(-50%);
	transition: 1s opacity;
	background-color: #000;
}
/* --- Video Fullscreen  ---- */

.fullscreenVideo video {
	width: 100%;
	height: auto;
	border: none;
	opacity: 0.85;
}
.fullscreenVideo .videoScale {
	position: absolute;
	top: 50%;
	left: 50%;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	z-index: 0;
	transform: translateX(-50%) translateY(-50%);
	transition: 1s opacity;
	background-color: #000;
}
	
	
@media only screen and (max-width: 970px) {	
	.sloganBox h1{ font-size: 170%;}
	.sloganBox h2{ font-size: 90%; line-height: 120%;}
	.headerIntroVideo .container{ max-width: 85%;}
	}


.res-video-header-control {
	display: none;
	position: absolute;
	left: 2%;
	bottom: 6%;
	z-index: 1;
	font-size: 100%;
}
.res-video-header-control i{
	color: #fff;
}
.res-video-header-mute-btn,
.res-video-header-playback-btn,
.res-video-header-reset-btn {
	display: inline-block;
	padding: 5px 10px;
	cursor: pointer;
}
.res-video-header-mute-btn:hover,
.res-video-header-playback-btn:hover,
.res-video-header-reset-btn:hover{
	opacity: 0.6;
}

.res-video-header-reset-btn{
	background-color: #fff;
}
.res-video-header-reset-btn i{
	color: #4a90e2;
}

