
#ot-top-2 .custom > .module{
	float: right;
	border-width: 0 1px;
	border-style: solid;
	border-color: transparent #FFFFFF transparent #EAEAEA;
}
#ot-top-2 .custom > .module h3.mod-title{
	font-family: "Arimo";
	font-size: 20px;
}
#ot-top-2 .custom > .module:first-child{
	border-right-width: 0;
}
#ot-top-2 .custom > .module:last-child{
	border-left-width: 0;
}
#ot-top-2 a.custom_nav{
	display: inline-block;
	padding: 20px;
}
@media (max-width: 767px){
#ot-top-2 .custom > .module{
	margin-bottom: 10px;
}
#ot-top-2 a.custom_nav{
	padding: 0;
}
}
.custom .dropdown-menu.sc-wrapper{
	margin-top: 0;
	-webkit-border-radius: 0px 0px 0px 0px;
	-moz-border-radius: 0px 0px 0px 0px;
    border-radius: 0px 0px 0px 0px;
	border-width: 2px 0 0;
}
.custom .dropdown-menu .module{
	min-width: 300px;
}
.custom .dropdown:hover,
.custom .dropdown.open,
.custom .dropdown-menu.sc-wrapper{
	background-color: #F8F8F8;
}
.thumb-img{
	-webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.15);
	background-color: #FFFFFF;
	padding: 10px;
}
.thumb-img img{
	max-width: 100%;
	max-height: 100%;
}

/* CUSTOM FAQ PAGE */
.cs_faq{
	
}
.cs_faq > .panel-heading{
	color: #FFFFFF;
	font-size: 24px;
	font-weight: bold;
	line-height: 1;
	padding: 15px;
}
.cs_faq .panel > .panel-heading{
	background-color: #FFFFFF;
}
.cs_faq > .panel-body{
	padding: 0;
}
.cs_faq .panel-group{
	margin: 0;
}
.cs_faq .panel-group .panel,
.cs_faq .panel-group .panel + .panel{
	margin: -1px 0 0;
	border-width: 1px 0;
	border-style: solid;
}
.cs_faq .panel-group .panel .panel-heading{
	
}
.cs_faq .panel-group .panel .panel-heading a:hover{
	text-decoration: none;
}
.cs_faq .panel-group .panel .glyphicon{
	float: right;
	font-size: 22px;
	padding: 10px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
    border-radius: 50%;
}
.cs_faq .sc-wrapper .panel .panel-heading .panel-title{
	font-size: 15px;
}
.cs_faq .sc-wrapper .panel .panel-heading .panel-title > a.collapsed > .glyphicon-minus:before{
	content:"\e094"
}
.cs_faq .sc-wrapper .panel .panel-heading .panel-title > a > .glyphicon-minus:before,
.cs_faq .sc-wrapper .panel .panel-heading.active .panel-title > a > .glyphicon-minus:before{
	content:"\e093"
}
.cs_faq .sc-wrapper .panel .panel-heading .panel-title > a > .glyphicon-minus,
.cs_faq .sc-wrapper .panel .panel-heading.active .panel-title > a > .glyphicon-minus{
	background-color: #C4C4C4;
	color: #FFFFFF;
}
.cs_faq .sc-wrapper .panel .panel-heading .panel-title > a.collapsed > .glyphicon-minus{
	background-color: #E1E1E1;
}
.cs_faq .panel-group .panel-collapse .panel-body{
	background-color: #F8F8F8;
	border-width: 1px 0 0 5px;
	border-style: solid;
}

/* CUSTOM PRICING PAGE */
.pricing-ot{
	
}
.pricing-ot .cs_price{	
	-webkit-transition: all 0.6s ease 0s;
	-moz-transition: all 0.6s ease 0s;
	transition: all 0.6s ease 0s;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}
.pricing-ot .cs_price:hover{	
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-o-transform: scale(1.05);
	transform: scale(1.05);
}
.pricing-ot .cs_price > .panel-heading h4{
	font-size: 30px;
	margin-bottom: 70px;
}
.pricing-ot .cs_price:hover > .panel-heading h4,
.pricing-ot .cs_price:hover > .panel-body h2,
.pricing-ot .cs_price > .panel-footer .btn{
	color: #FFFFFF;
}
.pricing-ot .cs_price > .panel-body{
	padding: 0;
	margin-bottom: 70px;
}
.pricing-ot .cs_price > .panel-body h2{
	background-color: #4E5156;
	font-size: 60px;
	line-height: 60px;
	font-weight: bold;
	margin: -65px auto;
	padding: 35px 0;
	width: 130px;
	height: 130px;
	display: inline-block;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
    border-radius: 50%;
}
.pricing-ot .cs_price > .panel-footer .btn{
	text-transform: uppercase;
}
/* CUSTOM SOCIAL */
.cs_social{
	
}
.cs_social a{
	color: #FFFFFF;
	display: inline-block;
}
.cs_social a + a{
	margin-left: 10px;
}

/* CUSTOM OFFLINE PAGE */
.ot-offline #oTopBlock{
	
}
.ot-offline #offline{
	
}
.ot-offline #offline{
	
}
.ot-offline .section#offline > .container,
.ot-offline .section#offline > .container-fluid{
	margin-top: 55px;
}
.ot-offline .offline-msg{
	text-shadow: 1px 1px #fff;
}
.ot-offline #countdown{
	margin: 35px;
	text-align: center;
}
.ot-offline #countdown > div{
	display: inline-block;
	margin: 10px;
	vertical-align: top;
}
.ot-offline #countdown > div > span{
	display: block;
}
.ot-offline #countdown span.cd_sep,
.ot-offline #countdown span.countdown_d,
.ot-offline #countdown span.countdown_h,
.ot-offline #countdown span.countdown_m,
.ot-offline #countdown span.countdown_s{
	font-size: 80px;
	font-weight: bold;
	line-height: 1.4;
}
.ot-offline #countdown span.ot-bg{
	color: #FFFFFF;
	text-align: right;
	padding: 5px 10px;
	font-size: 15px;
	text-transform: uppercase;
}
.ot-offline #oFooterBlock .input-group .btn{
	padding: 9px 12px;;
}

.ot-offline #offline #form-login{
	margin: 15px 0;
}

/* ---* CUSTOM LEFT - RIGHT MODULE *--- */
.custom_catname{
	padding: 15px 0;
	background-color: #222222;
	color: #666666;
}
.custom_catname h5{
	color: #FFFFFF;
}
/* CUSTOM HTML MODULE */
.custom_view{
	background-color: rgba(76, 81, 86, 0.7);
    box-shadow: 3px 2px 0 rgba(0, 0, 0, 0.15) inset, 1px 1px 0 #ffffff;
    color: #ffffff;
	display: inline-block;
    font-size: 18px;
    line-height: 20px;
    padding: 12px 90px;
    text-transform: uppercase;
}
a.custom_view:hover{
	text-decoration: none;
}
.custom_payment img{
	display: inline-block;
}
.custom_payment img + img{
	margin-left: 10px;
}
.custom-newsletter{
	background-color: rgba(0, 0, 0, 0.1);
	box-shadow: 3px 3px 0px rgba(0, 0, 0, 0.2) inset, -1px -1px 0px rgba(255, 255, 255, 0.4) inset;
	-webkit-box-shadow: 3px 3px 0px rgba(0, 0, 0, 0.2) inset, -1px -1px 0px rgba(255, 255, 255, 0.4) inset;
	-moz-box-shadow: 3px 3px 0px rgba(0, 0, 0, 0.2) inset, -1px -1px 0px rgba(255, 255, 255, 0.4) inset;
}
.custom-newsletter h3{
	margin-top: 10px;
}
.custom-newsletter input{
	
}
.custom-newsletter,
.custom-social {
	border-width: 1px;
	border-style: solid;
	padding: 10px 15px;
}
@media (min-width: 768px) and (max-width: 991px) {
	.custom-social {
		text-align: center;
	}
}
.custom-social .fa {
	width: 20px;
	text-align: center;
}
#oFooterBlock .input-group{
	margin: 5px 0 15px;
	box-shadow: 3px 3px 0px rgba(0, 0, 0, 0.15);
}
#oFooterBlock .input-group .form-control{
	font-size: 20px;
	background-color: rgba(247, 247, 247, 0.3);
	border-color: transparent;
}
#oFooterBlock .input-group .form-control,
#oFooterBlock .input-group .form-control::-moz-placeholder{
	color: #F7F7F7;
}
#oFooterBlock .input-group .form-control:first-child,
#oFooterBlock .input-group .btn{
	-webkit-border-radius: 0px 0px 0px 0px;
	-moz-border-radius: 0px 0px 0px 0px;
	border-radius: 0px 0px 0px 0px;
}
#oFooterBlock .input-group .form-control{
	
}
#oFooterBlock .input-group .btn{
	margin-left: -3px;
}
a.custom-social {
	display: block;
}
.custom-social i.fa{
	margin: 0 10px 0 5px;
}
@media (max-width: 767px) {
	.custom_payment{
		text-align: center;
	}
	.custom_payment img,
	.custom_payment img + img{
		margin: 0 5px 10px;
	}
	.custom-newsletter{
		margin-bottom: 20px;
	}
}