:root {

    --body-font:        'Roboto', sans-serif;
    --primary-font:     'Montserrat', sans-serif;
    --secondary-font:   'Alegreya Sans', sans-serif;
    --tertiary-font:    'Oswald', sans-serif;

}





/* Template overwrite */



.ip-banner canvas {
    background-position: top right;
    background-size: 100vw;
}



div#content-full {
    margin: 0;

}


#main-wrapper{
	overflow: hidden;
}

.ip-banner{
	z-index: 1;
}

div#video-page .ss-smi{
	top: 100px;
}

	div#video-page .ss-smi ul.smi-links li {
	    margin-bottom: 22px;
	}
	
.video-page-item.slice_start {
	display: none;
}

/* Template General Styles */


.ip-page-title {
    padding: 0;
}

	#content .ip-page-title h2 {
	    letter-spacing: .010em;
	    background-image: url(../../images/videos-page/video-page-title.jpg);
	    background-size: cover;
	    display: inline-block;
	}

.video-page-text {
    font-size: 15px;
    line-height: 29px;
    letter-spacing: .050em;
    font-family: inherit;
}

	.grey-text{
		color: #c8c8c8;
	}

	.red-text{
		color: #800020;
	}

	#content .video-page-text p{
		margin: 0;
	}


/* Template Stlyes */

div#video-page{
	position: relative;
	z-index: 1;
}

#video-page .ss-smi ul.smi-links li:nth-child(n+3) a {
    color: #dd0000;
}

	#video-page .ss-smi ul.smi-links li:nth-child(n+3) a:hover{
		color: #fd3f3f;
	}

.video-page-section1 {
    padding: 64px 0;
    background: #1d1d1d;
    position: relative;
    display: block;
}


.video-page-section2{
	position: relative;
	display: block;
	z-index: 1;
}

.video-page-list-wrap {
    position: relative;
    padding-bottom: 60px;
}

	.video-page-sec2-bg{
	    position: absolute;
	    top: 0;
	    left: 0;
	    height: 100%;
	    width: calc(((100vw - 1155px) / 2) + 300px);
	    background-color: #f4f4f4;
	    z-index: -1;
	}
		.video-page-sec2-bg:before {
		    content: '';
		    position: absolute;
		    top: 0;
		    left: 0;
		    height: 100%;
		    width: 100%;

		    opacity: .10;
		    background-image: url(../../images/videos-page/fixed-bg.jpg);
		    background-size: cover;
		    background-repeat: no-repeat;
		    background-position: top left;
		    filter: grayscale(1);
		    background-attachment: fixed
		}
		
		 

	.video-page-list-wrap .video-page-text{
		padding: 0 0 70px 90px;
		background: #1d1d1d;
		position: relative;

	}

	.video-page-list-wrap .video-page-text:before{
		content: '';
		position: absolute;
		z-index: -1;
		width: 100vw;
		height: calc(100% + 90px);
		left: 0;
		top: 0;
		background-color: inherit;
	}


.video-page-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

	.video-page-list .video-page-item {
	    width: calc(50% - 7px);
	    margin-bottom: 14px;
	    margin-bottom: 40px;
	}

		.video-page-item a {
		    display: block;
		    position: relative;
		    color: #000;
		}

		.video-page-item .img-wrap {
		    display: block;
		    position: relative;
		}

		.video-page-item .img-wrap canvas {
		    display: block;
		    position: relative;
		    width: 100%;
		    background-size: cover;
		    background-repeat: no-repeat;
		    background-position: center;
		}

		.video-page-item .icon-wrap {
		    position: absolute;
		    top: 0;
		    left: 0;
		    width: 100%;
		    height: 100%;
		    display: flex;
		    align-items: center;
		    justify-content: center;
		    color: #ff0000;
		    z-index: 1;
		    background: rgba(0, 0, 0, 0);

		    transition: 400ms ease;
		    -webkit-transition: 400ms ease;
		}

			.video-page-item a:hover .icon-wrap{
				background-color: rgba(0, 0, 0, .20);
			}

		.video-page-item .icon-wrap span {
		    display: block;
		    line-height: 1;
		    font-size: 80px;
		    position: relative;
		}

		.video-page-item .icon-wrap span:after {
		    content: '';
		    position: absolute;
		    top: 50%;
		    left: 50%;
		    background: #fff;
		    display: block;
		    width: 50%;
		    height: 50%;
		    z-index: -1;
		    transform: translate(-50%, -50%);
		}

	.video-page-item .desc-wrap {
	    text-align: center;
	    font-size: 20px;
	    font-weight: 500;
	    font-family: var(--body-font);
	    text-transform: uppercase;
	    padding: 25px 10px 0;
	    letter-spacing: .030em;
	    line-height: 1.2;
	}

.video-page-sec2-btn {
    text-align: right;
    margin-top: 50px;
}

	.video-page-sec2-btn a.site-btn {
	    color: #1d1d1d;
	}


/* Popup Style */
.aiosp-wrap button.aiosp-close {
    font-size: 0;
    position: absolute;
    width: 30px;
    height: 30px;
    padding: 0;
    left: 100%;
}

	.aiosp-wrap button.aiosp-close:before,
	.aiosp-wrap button.aiosp-close:after {
	    content: '';
	    position: absolute;
	    width: 1px;
	    height: 100%;
	    background: #fff;
	    top: calc(50% - 14px);
	    left: 50%;
	    
	}

	.aiosp-wrap button.aiosp-close:before{transform: rotate(45deg);}
	.aiosp-wrap button.aiosp-close:after {transform: rotate(-45deg);}

	.aiosp-iframe-holder .aiosp-content {
	    border: 10px solid #000;
	}

.aiosp-wrap .aiosp-container.aiosp-ref-new-video {
	max-width: 915px;
	height: auto;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}

.aiosp-wrap .aiosp-container.aiosp-ref-new-video .aios-popup-body {
    min-height: auto;
	padding: 0;
}

.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

@media only screen and (min-width: 1366px) {


}

@media only screen and (min-width: 1400px) {
	.ip-page-title {
	    margin-left: -30px;
	}

	.video-page-list{
	    margin: 0 -80px 0 -50px;
	}

	.video-page-list-wrap .video-page-text{
		margin-right: -80px;
	}

	.video-page-sec2-btn{
		margin-right: -80px;
	}

}


@media only screen and (min-width: 1500px) {

	.ip-page-title {
	    margin-left: -100px;
	}

	.video-page-list{
	    margin: 0 -80px 0 -120px;
	}

	.video-page-list-wrap .video-page-text{
		margin-right: -80px;
	}

	.video-page-sec2-btn{
		margin-right: -80px;
	}
}


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

	.ip-page-title h2, #content .ip-page-title h2{
		font-size: 110px;
	}
}



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

	.ip-page-title h2, #content .ip-page-title h2{
		font-size: 100px;
	}
}



@media only screen and (max-width: 991px) {  
	.ip-banner canvas{
		min-height: 200px;
	}  

 	.ip-page-title h2, #content .ip-page-title h2{
		font-size: 90px;
		text-align: center;
	}

	.video-page-list-wrap .video-page-text {
	    padding: 30px 15px 0;
	    text-align: center;
	    margin-bottom: 30px;
	}

	.video-page-list .video-page-item {
	    width: 100%;
	}

	.aiosp-wrap button.aiosp-close{
		right: 0;
		left: initial;
		top: -50px;
	}

	.video-page-section1{
		padding: 30px 0;
	}

	.video-page-list-wrap .video-page-text:before {
	    left: -20vw;
	    width: 200vw;
	}

}



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

	.ip-page-title h2, #content .ip-page-title h2{
		font-size: 70px;
	}

	.video-page-list-wrap .video-page-text:before{
		left: -15px;
		widows: 100vw;
	}
}



@media only screen and (max-width: 480px) {    
	.ip-page-title h2, #content .ip-page-title h2{
		font-size: 55px;
	}

	.video-page-list-wrap .video-page-text{
		padding: 0 0 15px;
	}

}