/*--------------------- CMS banner CSS Document ---------------------------*/
#otcmsoffer-text {
	float: left;
	margin:0 0 80px;
	width: 100%; 
}
.otcmsbottombannerblock {
	float: none;
	width: 100%;
}
#otcmsoffer-text .otbanner  img {
	max-width: 100%;
	width:100%;
	height:auto;
}
#otcmsoffer-text .otbanner {
	float: left;
	width: 100%;
	position: relative;
}
#otcmsoffer-text .otbanner .otbanner-img {
	overflow: hidden;
	position: relative;
}
#otcmsoffer-text .otbanner .otbanner-img a {
	display: inline-block;
	float: left;
	overflow: hidden;
	position: relative;
	width:100%;
}
#otcmsoffer-text .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%;
}
#otcmsoffer-text .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%;
}
#otcmsoffer-text .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;
}
#otcmsoffer-text .otbanner:hover a::before{
	border: 0 solid rgba(255,255,255,.5);
}
#otcmsoffer-text .otbanner .otbanner-img > a{
	display: block;
	overflow: hidden;
	position: relative;
	transition: all 300ms ease-in-out 0s;
}
#otcmsoffer-text .otbanner .otbanner-text {
	position: absolute;
	left: 30px;
	right: auto;
	text-align: center;
	width: 40%;
	float: none;
	display: inline-block;
	vertical-align: top;
	top: 50%;
	transform: translateY(-50%);
}
#otcmsoffer-text .otbanner .otbanner-text .subtitle {
    font: 500 18px/22px 'Mulish', Helvetica, sans-serif;
    color: #fff;
    float: left;
    width: 100%;
    margin: 0 0 15px;
}
#otcmsoffer-text .otbanner .otbanner-text .title {
    font: 700 30px/34px 'Montserrat', Helvetica, sans-serif;
    color: #fff;
    float: left;
    width: 100%;
    margin: 0 0 15px;
}
#otcmsoffer-text .left-banner .otbanner .otbanner-text .btn-primary {
	background:#ffcd22;
	color:#111;
	vertical-align:top;
}
#otcmsoffer-text .right-banner .otbanner .otbanner-text .btn-primary {
	background:#ffffff;
	color:#111;
	vertical-align:top;
}
@media(max-width:1300px) {
	#otcmsoffer-text .otbanner .otbanner-text .subtitle {
		font-size:14px;
		line-height:18px;
		margin:0 0 10px;
	}
	#otcmsoffer-text .otbanner .otbanner-text .title {
		font-size: 26px;
		line-height: 30px;
		margin:0 0 10px;
	}
	#otcmsoffer-text .otbanner .otbanner-text .btn-primary {
		padding:5px 15px;
	}
}
@media(max-width:1200px){
	#otcmsoffer-text .otcmsbottombannerblock .row {
		margin: 0;
	}
}
@media(max-width:1199px) {
	#otcmsoffer-text {
 		 margin:0 0 50px;
	}
	#otcmsoffer-text .otbanner .otbanner-text .subtitle {
		font-size: 12px;
		line-height: 14px;
		margin: 0 0 8px;
	}
	#otcmsoffer-text .otbanner .otbanner-text .title {
		font-size: 20px;
		line-height: 24px;
		margin: 0 0 8px;
	}
	#otcmsoffer-text .otbanner .otbanner-text .btn-primary {
		padding: 0 8px;
		font-size: 10px;
		line-height: 22px;
	}
}
@media(max-width:991px) {
	#otcmsoffer-text .otbanner .otbanner-text .title {
		font-size: 16px;
		line-height: 18px;
	}
	#otcmsoffer-text .otbanner .otbanner-text .subtitle {
		font-size: 10px;
		line-height: 12px;
		margin: 0 0 6px;
	}
	#otcmsoffer-text .otbanner .otbanner-text .btn-primary {
		font-size: 8px;
		line-height: 17px;
	}
}
@media(max-width:767px) {
	#otcmsoffer-text .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;
	}
	#otcmsoffer-text .left-banner.otcmsbanners {
		padding: 0 15px 0 0;
	}
	#otcmsoffer-text .right-banner.otcmsbanners {
		padding: 0 0 0 15px;
	}
	#otcmsoffer-text .otsubbanner-img {
		padding: 0 10px;
		margin: 20px 0 0;
	}
	#otcmsoffer-text {
 		 margin:0 0 40px;
	}
}
@media (min-width: 544px) and (max-width:725px) {
	#otcmsoffer-text .otbanner .otbanner-text .title {
		font-size: 10px;
		line-height: 12px;
	    margin: 0 0 5px;
	}
	#otcmsoffer-text .otbanner .otbanner-text .subtitle {
		font-size: 8px;
		line-height: 10px;
		margin: 0 0 4px;
	}
	#otcmsoffer-text .otbanner .otbanner-text .btn-primary {
		font-size: 6px;
		line-height: 13px;
		padding: 0 5px;
	}
}
@media(max-width:543px) {
	#otcmsoffer-text {
 		 margin: 0 0 30px;
	}
	#otcmsoffer-text .otbanner {
  		margin: 0 0 15px;
		width:100%;
	}
	#otcmsoffer-text .otbanner:last-child{
		margin: 0;
	}
	#otcmsoffer-text .otbanner2 {
  		margin: 0;
	}
	#otcmsoffer-text .otsubbanner {
		width:100%;
		padding:0 15px 15px;
	}
	#otcmsoffer-text .otsubbanner-img img{
		width:100%;
	}
	#otcmsoffer-text .otsubbanner-img {
 		 margin: 0;
	}
	#otcmsoffer-text .otbanner-img3 img {
		margin: 0 0 15px;
	}
	#otcmsoffer-text .left-banner.otcmsbanners {
		padding: 0;
	}
	#otcmsoffer-text .right-banner.otcmsbanners {
		padding: 0;
	}
}
@media(max-width:480px) {
	#otcmsoffer-text .otbanner .otbanner-text {
		width:50%;
		left:20px;
	}
}
