@import https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css ;
.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;
	}
}
.custom_cart{
	float: right;
	margin-bottom: 0px;
	padding-right:15px !important;
}
.custom_cart + .ot-search{
	margin-right: 15px;
	border-right: 1px solid #959595;
}

#oTopBlock .btn.btn-search {
    border-top: 1px solid #666 !important;
    padding: 8px 11px 6px;
    margin-top: -5px;
    margin-left: -3px;
}

.ot-search .search input.search-query{ width:229px !important;}

.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: 20px 15px;
	padding-bottom: 0px;
	float: right;
	color: #dbdbdb;
}

.ot-image-border{
	display: inline-block;
	position: relative;
	padding: 30px 0 0 20px;
	max-width: 100%;
}
.ot-image-border.ot-scroll-disappear{
	transform: translateX(100px) scale(0.95);
	-webkit-transform: translateX(100px) scale(0.95);
	-moz-transform: translateX(100px) scale(0.95);
	-ms-transform: translateX(100px) scale(0.95);
	-o-transform: translateX(100px) scale(0.95);
	opacity: 0;
	filter:alpha(opacity=0); 
}
.ot-image-border img,
.ot-image-border:after{
    -webkit-transition: all 0.6s ease-out 0.1s;
    -moz-transition: all 0.6s ease-out 0.1s;
    transition: all 0.6s ease-out 0.1s;
}
.ot-image-border.ot-scroll-disappear img,
.ot-image-border.ot-scroll-disappear:after{
	transform: scale(0.6);
	-webkit-transform: scale(0.6);
	-moz-transform: scale(0.6);
	-ms-transform: scale(0.6);
	-o-transform: scale(0.6);
	opacity: 0;
	filter:alpha(opacity=0); 
}
.ot-image-border.ot-scroll-appear img,
.ot-image-border.ot-scroll-appear:after{
	transform: scale(1);
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	opacity: 1;
	filter:alpha(opacity=100);
}
.ot-image-border:after{
	position: absolute;
	content: '';
	border: 5px solid;
	top: 15px;
	left: 10px;
	bottom: 15px;
	right: 10px;
}
.custom-about{
	text-align: right;
}
@media (min-width: 768px){
	.custom-about .ot-image-border{
		padding: 45px 0 0 35px;
	}
	.custom-about .ot-image-border:after{
		bottom: 30px;
		right: 25px;
	}
}
@media (min-width: 992px){
	.custom-about .ot-image-border{
		padding: 60px 0 0 50px;
	}
	.custom-about .ot-image-border:after{
		bottom: 45px;
		right: 40px;
	}
}
@media (min-width: 1200px){
	.custom-about .ot-image-border{
		padding: 75px 0 0 65px;
	}
	.custom-about .ot-image-border:after{
		bottom: 60px;
		right: 55px;
	}
}
.blog.custom-about [itemprop="articleBody"]:after{
	border-bottom: 0 none;
}
.psfx_custom-about #oBottomBlock1 > .container,
.psfx_custom-about #oBottomBlock1 > .container-fluid{
	width: 100%;
	padding-top: 0;
	padding-bottom: 0;
}
.custom-intelligent{
	padding: 30px;
}
@media (min-width: 1199px){
	.custom-intelligent{
		padding: 10%;
	}
}

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;
	}
	
	
	#ot-navigator , #ot-top{ margin-top:0px !important;}
	
	 #ot-top{ margin-top:9px !important; margin-bottom:-9px !important;}
	 .custom_cart{ float:left !important;}
	 .ot-search{ margin-right:7px !important; float: right;}
	 .ot-search .search form{ padding-top:0px !important;}		
}


@media (max-width: 540px){
	
	#ot-top {
    max-width: 282px;
    margin: 0 auto !important;
    float: none;
}
	}
	
	
@media screen and (min-device-width: 768px) and (max-device-width: 1199px) { 

#ot-top{
    margin-left: -60px;
    margin-right: -20px;
    width: 267px;
	margin-top:10px;
}

.ot-search{ float:left;}

.ot-search .search form{ padding-top:5px !important;}


}
.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;
	background: #fff;
}

.ot-mod-outer.custom-languages {
    float: left;
    margin-bottom: 10px;
}


#oTopBlock .btn{ border:0px !important; }

.ot-search .search .btn-search{ color:#fff;}
.ot-search .search input.search-query{ background:#fff !important}

.custom-languages a.btn.dropdown-toggle, .custom-languages a.btn:hover{ color:#fff; font-size: 15px;
text-transform: uppercase;
font-weight: 500px !important;
letter-spacing: -1px;}

.ot-search{ margin-right:0px !important;}

a.ot-cart{ padding-top:4px;}

 .custom-languages .btn-group{ display:block !important}
 
 .custom-languages .open .dropdown-menu{top: 28px;}
 
 #ot-logo .logo{margin-top: 20px;}
 #ot-navigator {
    margin-top: 31px;
}

.custom-languages .caret{ border:0 !important;}

div.mod-languages img{margin: 0 10px 0px 0px;}

.fa-shopping-bag:before{content:"\f290";}

#fancybox-wrap{ top:50% !important;}

.mainmenu .otmenu-desk-wrapper .ot-menu li > div > a.level1{ padding:0px 20px 35px !important;}

.ot-search .search form{ padding-top:58px; margin-bottom:0px !important;}

body.alias-bag div[class*="-view"] .row{ display:flex !important;}

.cf4all_wrapper input[type="radio"]{position: static !important;}

.cf4all_buttons input[type="radio"], .cf4all_buttons input[type="checkbox"], .cf4all_color_buttons input[type="radio"], .cf4all_color_buttons input[type="checkbox"] {
    display: none;
}

.cf4all_no_color_btn {
    background-color: #efefef;
    color: #555555;
    padding: 5px 9px;
  height: 2em !important;
}
.cf4all_button {
    background-image: none !important;
    line-height: 1em;
    min-height: 1em;
    display: inline-block;
    cursor: pointer;
    font-weight: 500;
    border: 1px solid #474949;
    border-radius: 3px;
    margin-left: 3px;
    margin-top: 3px;
}
.inline-control-group {
    display: inline-block !important;
}

.cf4all_buttons input[type="radio"]:checked + label, .cf4all_buttons input[type="checkbox"]:checked + label, .cf4all_color_buttons input[type="radio"]:checked + label, .cf4all_color_buttons input[type="checkbox"]:checked + label {
    border: 2px solid #555555 !important;
    background: #000;
    color: #FFF;
}

