
.dis-block{
	display: block;
}
.dis-inline{
	display: inline;
}
.dis-inline-block{
	display: inline-block;
}
.dis-table-xs{
	display: table;
	table-layout: fixed;
}
@media (min-width: 1200px){
	.dis-table-lg{
		display: table;
		table-layout: fixed;
	}
}
@media (min-width: 992px){
	.dis-table-md{
		display: table;
		table-layout: fixed;
	}
}
@media (min-width: 768px){
	.dis-table-sm{
		display: table;
		table-layout: fixed;
	}
}
.dis-table-cell-xs{
	display: table-cell;
}
@media (min-width: 1200px){
	.dis-table-cell-lg{
		display: table-cell;
	}
}
@media (min-width: 992px){
	.dis-table-cell-md{
		display: table-cell;
	}
}
@media (min-width: 768px){
	.dis-table-cell-sm{
		display: table-cell;
	}
}
.v-middle{
	vertical-align: middle;
}
.v-bottom{
	vertical-align: bottom;
}
.v-top{
	vertical-align: top;
}
.float-none-xs{
	float: none;
}
@media (min-width: 1200px){
	.float-none-lg{
		float: none;
	}
}
@media (min-width: 992px){
	.float-none-md{
		float: none;
	}
}
@media (min-width: 768px){
	.float-none-sm{
		float: none;
	}
}
.ot-search,
.custom_cart{
	float: right;
	margin-bottom: 10px;
}
.custom_cart + .ot-search{
	margin-right: 15px;
	border-right: 1px solid #eee1d8;
}
.ot-search .dropdown-menu {
	background-color: #e7e3d8;
	margin: 10px 0 0;
	padding: 5px;
	border: 0 none;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	left: auto;
	right: 0;
}
@media (min-width: 768px) {
	.ot-search .dropdown-menu {
		margin-top: 15px;
	}
}
@media (min-width: 992px) {
	.ot-search .dropdown-menu {
		margin-top: 20px;
	}
}
@media (min-width: 1199px) {
	.ot-search .dropdown-menu {
		margin-top: 30px;
	}
}
.ot-search .search .btn-search[data-toggle="dropdown"]{
	padding: 0px 15px;
	float: right;
	color: #dbdbdb;
}

#ot-navigator .module .cs_list{
	margin: 0;
	padding: 0;
	list-style: none;
}
#ot-navigator .module .cs_list > li{
	display: inline-block;
	padding: 0 5px;
}
#ot-banner .carousel-control.control-box{
	width: 100px;
	height: 100px;
	line-height: 100px;
	margin: 0 25px;
	top: 40%;
}
@media (max-width: 1199px){
	#ot-banner .carousel-control.control-box{
		width: 70px;
		height: 70px;
		line-height: 70px;
		margin: 0 20px;
	}
}
@media (max-width: 991px){
	#ot-banner .carousel-control.control-box{
		width: 40px;
		height: 40px;
		line-height: 40px;
		margin: 0 15px;
	}
}
@media (max-width: 767px){
	#ot-banner .carousel-control.control-box{
		width: 10px;
		height: 10px;
		line-height: 80px;
		margin: 0 10px;
	}
}
.bannergroup .carousel-indicators.carousel-thumb{
	bottom: auto;
	left: auto;
	margin: 10px -10px;
	padding: 0;
	position: relative;
	width: auto;
	font-size: 0;
}
.bannergroup .carousel-indicators.carousel-thumb li,
.bannergroup .carousel-indicators.carousel-thumb li.active{
	border: 0 none;
	/* float: left; */
	margin: 0;
	overflow: hidden;
	padding: 10px;
	text-indent: unset;
	width: 25%;
	height: auto;
	background-color: transparent;
	vertical-align: top;
}
#ot-banner .bannergroup .carousel-indicators.carousel-thumb li h3{
	color: #fff;
	font-weight: 300;
	text-transform: uppercase;
}
.bannergroup .carousel-indicators.carousel-thumb li div{
	position: relative;
}
@media (min-width: 768px) {
	.bannergroup .carousel-indicators.carousel-thumb li div:after{
		content: '';
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		background-color: rgba(131, 145, 134, 0.8);
		background-image: url(../images/more.png);
		background-position: 50% 50%;
		background-repeat: no-repeat;
		opacity: 0;
		filter:alpha(opacity=0); /* For IE8 and earlier */
		transition: all 0.6s ease 0s;
		-webkit-transition: all 0.6s ease 0s;
		-moz-transition: all 0.6s ease 0s;
	}
	.bannergroup .carousel-indicators.carousel-thumb li.active div:after,
	.bannergroup .carousel-indicators.carousel-thumb li:hover div:after{
		opacity: 1;
		filter:alpha(opacity=100); /* For IE8 and earlier */
	}
}
@media (max-width: 767px){
	#ot-banner .carousel-control.control-box{
		z-index: 16;
		transform: translateY(0);
		background-color: rgba(131, 145, 134, 0.8);
		background-size: 70% auto;
		height: auto;
	}
	#ot-banner .carousel-control.control-box.left{
		margin-left: -15px;
	}
	#ot-banner .carousel-control.control-box.right{
		margin-right: -15px;
	}
	.bannergroup .carousel-indicators.carousel-thumb {
		overflow: hidden;
		white-space: nowrap;
	}
	.bannergroup .carousel-indicators.carousel-thumb li, .bannergroup .carousel-indicators.carousel-thumb li.active {
		width: 70%;
		transition: all 0.6s ease 0s;
		-webkit-transition: all 0.6s ease 0s;
		-moz-transition: all 0.6s ease 0s;
	}
	.bannergroup .carousel-indicators.carousel-thumb li:last-child{
		margin-right: 15%;
	}
	.bannergroup .carousel-indicators.carousel-thumb li h3{
		opacity: 0;
		filter:alpha(opacity=0); /* For IE8 and earlier */
		transition: all 0.6s ease 0s;
		-webkit-transition: all 0.6s ease 0s;
		-moz-transition: all 0.6s ease 0s;
	}
	.bannergroup .carousel-indicators.carousel-thumb li.active h3{
		opacity: 1;
		filter:alpha(opacity=100); /* For IE8 and earlier */
	}
}
.cs_banner > *{
	color: #ffffff;
	padding: 15px 30px;
	margin: 0;
}
.cs_banner h1{
	color: #000000;
	font-size: 72px;
	font-weight: 300;
	display: inline-block;
	text-transform: uppercase;
}
.cs_banner p{
	font-size: 18px;
}
@media(max-width: 1199px){
	.cs_banner h1{
		font-size: 60px;
	}
	.cs_banner p{
		font-size: 17px;
	}
}
@media(max-width: 991px){
	.cs_banner h1{
		font-size: 48px;
	}
	.cs_banner p{
		font-size: 16px;
	}
}
@media(max-width: 767px){
	.cs_banner h1{
		font-size: 36px;
	}
	.cs_banner p{
		font-size: 15px;
	}
}
#oCopyBlock .menu.list-inline > li{
	position: relative;
}
#oCopyBlock .menu.list-inline > li + li:before{
	content: '|';
	position: absolute;
	left: 0;
}
.title-style1,
.title-style2{
	text-transform: uppercase;
	font-weight: 300;
	border-bottom: 1px solid #000000;
}
.title-style1 > span,
.title-style2 > span{
	color: #fff;
	background-color: #000000;
	padding: 10px 30px;
}
.title-style1 > span{
	display: block;
}
.title-style2 > span{
	display: inline-block;
}
@media (max-width: 1199px){
	.title-style1 > span,
	.title-style2 > span{
		padding: 8px 25px;
	}
}
@media (max-width: 991px){
	.title-style1 > span,
	.title-style2 > span{
		padding: 7px 20px;
	}
}
@media (max-width: 767px){
	.title-style1 > span,
	.title-style2 > span{
		padding: 0px 15px;
	}
}


.cs-box1{
	background-color: #007eff;
	border-radius:15px;
	color: #ffffff;
	padding: 30px;
}
@media (max-width: 1199px){
	.cs-box1{
		padding: 22px;
	}
}
.cs-box1 .mod-title{
	padding-bottom: 20px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
a.cs-social{
	border: 1px solid rgba(0, 0, 0, 0.2);
	padding: 4px 12px;
	margin: 0px 1px 2px 0;
	display: inline-block;
}
#oTopBlock  a.cs-social{
	border-color: rgba(255, 255, 255, 0.2);
}
#oFooterBlock  a.cs-social{
	color: #9d9d9d;
}

div.latestItemImageBlock{
	float: none;
}

.custom-form{
	padding: 30px 0;
}
.custom-form label{
	text-transform: uppercase;
	font-weight: normal;
	font-size: 17px;
	color: #252525;
	margin: 0 10px;
}
.custom-form input.form-control{
	background-color: transparent;
	border-color: rgba(189, 189, 189, 0.7);
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	margin: 0 10px;
	width: 360px;
	display: inline-block;
}
.custom-form input::-moz-placeholder{
	font-style: italic;
}
.custom-form input:-moz-placeholder{
	font-style: italic;
}
.custom-form input:-ms-input-placeholder{
	font-style: italic;
}
.custom-form input::-webkit-input-placeholder{
	font-style: italic;
}
.custom-form .ot-btn{
	text-transform: uppercase;
	font-size: 15px;
	color: #444444;
	margin: 0 10px;
}
@media (max-width: 1199px){
	.custom-form{
		padding: 20px 0;
	}
	.custom-form input.form-control{
		width: 300px;
	}	
}
@media (max-width: 991px){
	.custom-form{
		padding: 10px 0;
	}
	.custom-form input.form-control{
		width: 250px;
	}	
}
@media (max-width: 767px){
	.custom-form{
		padding: 0;
	}
	.custom-form input.form-control{
		width: 200px;
	}	
}
.custom-socials{
	margin: 10px 0 15px;
	padding: 0 0 15px;
	border-bottom: 1px dashed;
}
.custom-social{
	font-size: 24px;
	cursor: pointer;
}
.custom-social + .custom-social{
	margin-left: 20px;
}
.custom_filter{
	
}
.custom_filter li {
	position: relative;
}
.custom_filter li + li:before{
	content: '|';
	position: absolute;
	left: 0;
}
.custom_filter li > a {
	color: #959595;
}


/* GOOGLE MAPS MODULE */
@media (min-width: 768px){
	.custom_map{
		margin-top: -30px;
		margin-bottom: -50px;
	}
}
@media (min-width: 1199px){
	.custom_map{
		float: left;
	}
}
.tooltipster-default .tooltipster-content{
	font: 15px/1.4em "Roboto Condensed";
}
.ot_infoname{
	text-transform: uppercase;
	font-weight: bold;
	color: #252525;
}
.homepage #oMainBlock{
	border-bottom: 0 none;
}