/*---------------------------- Start tt - CMS Video block ----------------------------*/
#ttcmsvideo{
	margin:0 0 80px;
}
@media(min-width:1300px){
	#ttcmsvideo .container{
		max-width:1250px;
	}
}
#ttcmsvideo .parallex{
	display: flex;
    align-items: center;
    height: 550px;
    position: relative;
    overflow: hidden;
    background-attachment: fixed;
    background-size: cover;
	justify-content: center;
}
#ttcmsvideo .video-content .video-subtitle{
	font:400 30px/34px var(--main-title-font);
	color:var(--primary-text-color);
	margin:0 0 10px;
}
#ttcmsvideo .video-content .video-title{
	font:700 52px/58px var(--primary-font);
	color:var(--primary-text-color);
	position:relative;
	padding:0 0 30px;
	margin:0 0 30px;
}
#ttcmsvideo .video-content .video-title:before{
	content:'';
	background-image: url(../img/seperator.png);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: center bottom;
	position: absolute;
	content: '';
	height: 100%;
	top: auto;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
}
#ttcmsvideo .video-content #popup_toggle {
    float: left;
    width: 100%;
    position: relative;
    cursor: pointer;
}
#ttcmsvideo .video-content #popup_toggle .play-icone i {
    color: var(--primary-bg-color);
    font-size: 40px;
    line-height: 60px;
    text-align: center;
    width: 60px;
    height: 60px;	
    background: var(--body-background-color);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -khtml-border-radius: 50%;
    border-radius: 50%;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    -ms-transition: all 0.4s ease-in-out 0s;
    -o-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
}
#ttcmsvideo .video-content #popup_toggle .play-icone:hover i {
    color: var(--body-background-color);
	 transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transition: all 0.4s ease-in-out 0s;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    -ms-transition: all 0.4s ease-in-out 0s;
    -o-transition: all 0.4s ease-in-out 0s;
	background: var(--secondary-bg-color);
}
#ttcmsvideo .video-content .popup_overlay {
    float: left;
    width: 100%;
    position: fixed;
    left: 0;
    height: 100%;
    text-align: center;
    z-index: 999;
    right: 0;
    display: none;
    top: 0;
    background: rgba(0,0,0,0.9);
}
#ttcmsvideo .video-content .popup_overlay .popup {
    display: inline-block;
    position: relative;
    width: 50%;
    padding: 20px;
    background: black;
    color: #fff;
    vertical-align: middle;
    border-radius: 0;
    margin: 8% 0;
    z-index: 99999;
    border: 3px solid var(--secondary-bg-color);
}
#ttcmsvideo .video-content .popup_overlay .popup_close {
    display: block;
    position: absolute;
    top: 5px;
    right: 7px;
    width: 20px;
    height: 20px;
    padding: 8px;
    cursor: pointer;
    text-align: center;
    font-size: 12px;
    line-height: 8px;
    color: #ffffff;
    text-decoration: none;
    font-weight: bold;
}
#ttcmsvideo .video-wrapper {
    position: relative;
    overflow: hidden;
    max-width: 100%;
    height: 100%;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px;
	padding-bottom: 56.25%;
}
#ttcmsvideo .video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
@media(max-width: 1299px){
	#ttcmsvideo .parallex{
		height:500px;
	}
}
@media(max-width: 1199px){
	#ttcmsvideo{
		margin:0 0 50px;
	}
}
@media(max-width: 991px){
	#ttcmsvideo{
		margin:0 0 40px;
	}
}
@media(max-width: 767px){
	#ttcmsvideo .parallex{
		height:400px;
	}
	#ttcmsvideo .video-content .video-title{
		font-size:32px;
		line-height:34px;
	}
	#ttcmsvideo .video-content .video-subtitle{
		font-size:22px;
		line-height:24px;
	}
	#ttcmsvideo .video-content .popup_overlay .popup{
		width:90%;
	}
}
@media(max-width:543px){
	#ttcmsvideo .video-content .video-title{
		font-size:24px;
		line-height:26px;
	}
	#ttcmsvideo .video-content .video-subtitle{
		font-size:18px;
		line-height:20px;
	}
	#ttcmsvideo .parallex{
		height:350px;
	}
	#ttcmsvideo{
		margin:0 0 30px;
	}	
}
/*---------------------------- End tt - CMS Video block ----------------------------*/