/*--------------------- CMS banner CSS Document ---------------------------*/
#otcmsbanner {
	float: left;
	margin:0 0 80px;
	width: 100%; 
}
.otcmsbottombannerblock {
	float: none;
	width: 100%;
}
#otcmsbanner .otbanner  img {
	max-width: 100%;
	width:100%;
	height:auto;
}
#otcmsbanner .otbanner {
	float: left;
	width: 100%;
	position: relative;
}
#otcmsbanner .otbanner .otbanner-img {
	overflow: hidden;
	position: relative;
}
#otcmsbanner .container {
    padding: 0;
}
#otcmsbanner .otbanner .otbanner-img a {
	display: inline-block;
	float: left;
	overflow: hidden;
	position: relative;
	width:100%;
}
#otcmsbanner .otbanner  a::after {
	background: rgba(255, 255, 255, 0.6) none repeat scroll 0 0;
	content: "";
	height: 0;
	left: 0;
	opacity: 1;
	position: absolute;
	right: 0;
	top: 0;
	transition: all 600ms ease-in-out 0s;
	width: 100%;
}
#otcmsbanner .otbanner  a::before {
	border: 70px solid rgba(255,255,255,0);
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	transition: all 0.5s ease-in-out 0s;
	-webkit-transition: all 0.5s ease-in-out 0s;
	-moz-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
	-ms-transition: all 0.5s ease-in-out 0s;
	width: 100%;
}
#otcmsbanner .otbanner:hover a::after {
	opacity: 0;
	-moz-opacity: 0;
	-khtml-opacity: 0;
	-webkit-opacity: 0;
	transform: scale(.8);
	-webkit-transform: scale(.8);
	-moz-transform: scale(.8);
	-o-transform: scale(.8);
	-ms-transform: scale(.8);
	transition-delay: 0.1s;
	-webkit-transition-delay: 0.1s;
	-moz-transition-delay: 0.1s;
	-o-transition-delay: 0.1s;
	-ms-transition-delay: 0.1s;
}
#otcmsbanner .otbanner:hover a::before{
	border: 0 solid rgba(255,255,255,.5);
}
#otcmsbanner .otbanner .otbanner-img > a{
	display: block;
	overflow: hidden;
	position: relative;
	transition: all 300ms ease-in-out 0s;
}
#otcmsbanner .otbanner .otbanner-text {
	position: absolute;
	top:0;
	bottom:0;
	left: 0;
	right: auto;
	margin:auto;
	text-align: center;
	width:60%;
	height:145px;
}
#otcmsbanner .otbanner .otbanner-text .subtitle {
    font: 400 18px/22px var(--secondary-font);
    color: var(--primary-text-color);
    float: left;
    width: 100%;
    margin: 10px 0 0;
    padding: 0 0 10px;
    position: relative;
	text-transform: uppercase;
}

#otcmsbanner .otbanner .otbanner-text .title {
    font:  700 38px/40px var(--primary-font);
    color: var(--primary-text-color);
    float: left;
    width: 100%;
    margin: 0 0 15px;
}

#otcmsbanner .otcmsbanners .otbanner .otbanner-text .btn-primary {
	background:#fff;
	color:#111;
	font-family:var(--primary-font);
	vertical-align:top;
	 transition: all 400ms ease-in-out 0s;
	-webkit-transition: all 400ms ease-in-out 0s;
	-moz-transition: all 400ms ease-in-out 0s;
	-o-transition: all 400ms ease-in-out 0s;
	-ms-transition: all 400ms ease-in-out 0s;
}
#otcmsbanner .otcmsbanners .otbanner .otbanner-text .btn-primary:hover{
	color:#fff;
	 transition: all 200ms ease-in-out 0s;
	-webkit-transition: all 200ms ease-in-out 0s;
	-moz-transition: all 200ms ease-in-out 0s;
	-o-transition: all 200ms ease-in-out 0s;
	-ms-transition: all 200ms ease-in-out 0s;
	
}
@media(max-width:1200px){
	#otcmsbanner .otcmsbottombannerblock .row {
		margin: 0;
	}
	#otcmsbanner .otbanner .otbanner-text{
		height:120px;
	}
	#otcmsbanner .otbanner .otbanner-text .subtitle {
		margin:0 0 8px;
	}
	#otcmsbanner .otbanner .otbanner-text .title {
		font-size: 34px;
		line-height: 38px;
		margin:0 0 12px;
	}
	#otcmsbanner .otbanner .otbanner-text .btn-primary {
		padding:6px 20px;
	}
}
@media(max-width:1199px) {
	#otcmsbanner {
 		 margin:0 0 50px;
	}
	#otcmsbanner .otbanner .otbanner-text{
		height:100px;
	}
	#otcmsbanner .otbanner .otbanner-text .subtitle {
		font-size: 12px;
		line-height: 14px;
		margin: 0;
	}
	#otcmsbanner .otbanner .otbanner-text .title {
		font-size: 30px;
		line-height: 32px;
		margin: 0 0 10px;
	}
	#otcmsbanner .otbanner .otbanner-text .btn-primary {
		padding: 6px 20px;
    	font-size: 12px;
    	line-height: 20px;
	}
}
@media(max-width:991px) {
	#otcmsbanner {
 		 margin:0 0 40px;
	}
	#otcmsbanner .otbanner .otbanner-text{
		height:82px;
	}
	#otcmsbanner .otbanner .otbanner-text .title {
		font-size: 22px;
		line-height: 24px;
	}
	#otcmsbanner .otbanner .otbanner-text .subtitle {
		font-size: 10px;
		line-height: 12px;
		margin: 0;
	}
	#otcmsbanner .otbanner .otbanner-text .btn-primary {
		font-size: 10px;
		line-height: 18px;
		    padding: 3px 15px;

	}
	
}
@media(max-width:767px) {
	#otcmsbanner .otbanner .otbanner-img a:hover::before {
		box-shadow: none;
		-moz-box-shadow: none;
		-webkit-box-shadow: none;
		transition: none;
		-webkit-transition: none;
		-moz-transition: none;
		-o-transition: none;
		-ms-transition: none;
	}
	#otcmsbanner .otsubbanner-img {
		padding: 0 10px;
		margin: 20px 0 0;
	}
	
	#otcmsbanner .otbanner .otbanner-text{
		height:56px;
	}
	#otcmsbanner .otbanner .otbanner-text .title {
		font-size: 16px;
		line-height: 18px;
	    margin: 0 0 5px;
	}
	#otcmsbanner .otbanner .otbanner-text .subtitle {
		font-size: 8px;
		line-height: 10px;
		margin: 0;
		padding: 0 0 3px;
	}
	#otcmsbanner .otbanner .otbanner-text .btn-primary {
		font-size: 8px;
		line-height: 14px;
		padding: 2px 8px;
	}
}
@media(max-width:543px) {
	#otcmsbanner {
 		 margin: 0 0 30px;
	}
	#otcmsbanner .otbanner {
  		margin: 0;
		width:100%;
	}
	#otcmsbanner .otbanner2 {
  		margin: 0;
	}
	#otcmsbanner .otsubbanner {
		width:100%;
		padding:0 15px 15px;
	}
	#otcmsbanner .otsubbanner-img img{
		width:100%;
	}
	#otcmsbanner .otsubbanner-img {
 		 margin: 0;
	}
	#otcmsbanner .otbanner-img3 img {
		margin: 0 0 15px;
	}
	#otcmsbanner .otbanner .otbanner-text .subtitle{
		font: 400 16px/18px var(--secondary-font);
		margin: 0 0 6px;
	}
	#otcmsbanner .otbanner .otbanner-text .title{
		font: 700 32px/34px var(--primary-font);
		margin: 0 0 10px;
	}
	#otcmsbanner .otbanner .otbanner-text .btn-primary{
    	font-size: 13px;
    	line-height: 24px;
    	padding: 6px 20px;
	}
	#otcmsbanner .otbanner .otbanner-text{
		height: 120px;
	}
}
@media(max-width: 460px){
	#otcmsbanner .otbanner .otbanner-text .subtitle{
		font: 400 12px/14px var(--secondary-font);
		margin: 0;
	}
	#otcmsbanner .otbanner .otbanner-text .title{
		font: 700 18px/20px var(--primary-font);
		margin: 0 0 6px;
	}
	#otcmsbanner .otbanner .otbanner-text .btn-primary{
    	font-size: 10px;
    	line-height: 16px;
    	padding: 4px 16px;
	}
	#otcmsbanner .otbanner .otbanner-text{
		height: 68px;
	}
}
