*
*	@version	$Id: template.css 38 2013-04-05 07:42:52Z linhnt $
*	@package	OMG Responsive Template for Joomla! 2.5
*	@subpackage	main css file for template ot_furnite
*	@copyright	Copyright (C) 2009 - 2013 Omegatheme. All rights reserved.
*	@license	GNU/GPL version 2, or later
*	@website:	http://www.omegatheme.com
*	Support Forum - http://www.omegatheme.com/forum/
*/

/* 
* In this file we define layout such as: dimensions, position, padding, margin, etc. 
* We also define COMMON typography (color, font) - JUST ONLY common style. 
* If template has many preset styles, define typography in preset-style-x.css appropriate each design
*/



/*========================= 1. GENERAL =======================*/

p{
	margin: 15px 0;
}
input, textarea, .uneditable-input { max-width: 99%; }
a.modal {
		background: none repeat scroll 0 center transparent;
		border: 0 none;
		border-radius: 0 0 0 0;
		bottom: 0;
		left: 0;
		margin: 0;
		outline: medium none;
		padding: 0;
		position: relative;
		right: 0;
		top: 0;
		width: auto;
		z-index: 0;
}
.ie7 .btn-navbar{ display: none; }
/*========================= 2. OVERIDE JOOMLA =======================*/



h2 {
		font-size: 20px;
}

/* com_search */
.search{}
.search .phrases-box,
.search .ordering-box,
.search .only,
.search .form-limit 
{
	clear: both; 
	margin: 0.5em 0;
}
.search .phrases-box > input,
.search .phrases-box > label {
	display: inline;
	margin: 0 2px;
}
.search .ordering-box > label {
	display: inline;
}

/* tooltips*/
.tip-wrap {
		background-color: #000000;
		border-radius: 4px 4px 4px 4px;
		color: #FFFFFF;
		max-width: 200px;
		padding: 3px 8px;
		text-align: center;
		text-decoration: none;
		z-index: 35500;
}
.tip-title {
	font-weight: bold;
}
.tip-text {
		text-align: left;
}

/* editor buttons */
.button2-left,
.button2-right {
	display: inline-block;
	*display: inline;
	padding: 4px 12px;
	margin-bottom: 0;
	*margin-left: .3em;
	font-size: 14px;
	line-height: 20px;
	color: #333333;
	text-align: center;
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
	vertical-align: middle;
	cursor: pointer;
	background-color: #f5f5f5;
	*background-color: #e6e6e6;
	background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
	background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
	background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
	background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
	background-repeat: repeat-x;
	border: 1px solid #cccccc;
	*border: 0;
	border-color: #e6e6e6 #e6e6e6 #bfbfbf;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	border-bottom-color: #b3b3b3;
	-webkit-border-radius: 4px;
	 -moz-border-radius: 4px;
			border-radius: 4px;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
	*zoom: 1;
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	 -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
			box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}

/* com_content */
.pagenav:after {
		clear: both;
}
.pagenav:before, .pagenav:after {
		content: "";
		display: table;
		line-height: 0;
}
.pagenav{
		list-style: none outside none;
		margin: 18px 0;
		text-align: center;
}
.pagenav li {display:inline;}
.pagenav .pagenav-prev a{ float: left; }
.pagenav .pagenav-next a{ float: right; }
.pagenav a{
		background-color: #F8F8F8;
		border: 1px solid #DDDDDD;
		border-radius: 8px;
		display: inline-block;
		padding: 3px 8px;
}

/*========================= 3. RESPONSIVE ====================*/

/*========================= 4. LAYOUT =======================*/
#advanced-search{
	padding: 0;
	margin: 5px 0 15px;
}
.ie7  .btn-navbar{
	display: none;
}
.ie7 .row-fluid .form-search button,
.ie8 .row-fluid .form-search button{
	min-height: 28px;
	line-height: 28px;
	padding: 0 10px;
	
}
.ie7 .form-search .input-append,
.ie8 .form-search .input-append {
	display: block;
}
.ie7 .form-search,
.ie8 .form-search{
	width: 250px;
}
.ie7 .form-search .search-query,
.ie8 .form-search .search-query{
	width: 210px;
}
.input-append {
	max-width: 100%;
}
.modal {
	z-index: 35100;
}
a.modal{
	position: relative;
	margin: 0;
	width: auto;
	top: auto;
	left: auto;
	z-index: 1;	
	border: 0 none;
	border-radius: 0;
	box-shadow: none;
}
.modal-header{
	overflow: hidden;
}
.modal-backdrop,
.modal-backdrop.fade.in{
	opacity: 0.60;
	filter:alpha(opacity=60); /* For IE8 and earlier */
	z-index: 35050;
}
.vimeo-sc, .youtube-sc{
	max-width: 100% !important;
}
#fancybox-overlay{
	z-index: 35010;
}
#fancybox-wrap{
	z-index: 35011;
}
ul{
	margin: 10px 0;
	list-style: disc inside none;
}
ul.inline,
ol.inline{
	display: inline-block;
}
ul.inline > li,
ol.inline > li{
	padding-left: 10px;
	padding-right: 10px;
}
select{
	max-width: 100%;
}
.text-uppercase{
	text-transform: uppercase;
}
.text-lowercase{
	text-transform: lowercase;
}
.text-capitalize{
	text-transform: capitalize;
}
body{
	font-family: tahoma,Helvetica,Arial,sans-serif;
	font-size: 15px;
}
.body-bg{
	border-width: 10px 0px 0px;
	border-style: solid;
}
.container{
	
}
@media (max-width: 767px) {
	.container{
		padding-left: 10px;
		padding-right: 10px;
	}
}
.breadcrumb{
		padding: 4px;
		margin: 7px 0 0;
	border-width: 1px;
	border-style: solid;
	-webkit-border-radius: 0px 0px 0px 0px;
	-moz-border-radius: 0px 0px 0px 0px;
		border-radius: 0px 0px 0px 0px;
	font-size: 12px;
	

}
.breadcrumb > li {
	border-width: 0;
}
.breadcrumb > li.active {
	padding-right: 5px;
}
.breadcrumb > li > .divider{
	padding: 0 15px;
}
.breadcrumb > li > a{
	padding: 0;
}
.ot-content{
	
}
.module{
	margin: 0 0 10px;
}
.module h3.mod-title{
	font-size: 23px;
		line-height: 25px;
		padding: 10px;
		text-align: center;
		text-transform: uppercase;
}
.module .mod-content{
	padding: 0;
	margin: 0;
}
/* CUSTOM MODULE STYLE */
.module .custom-title{
	text-transform: uppercase;
	font-weight: bold;
	margin: 0px;
}

/* ---* CUSTOM TOP BLOCK *--- */
.oTopBlock {
	margin: 0px;
	padding: 10px 0px 19px 0px;
	font-size: 11px;
}
.top1{
	margin: 0;
}
.top2,
.top3,
.top4,
.top5{
	margin: 10px 0px 0px;
}
/* --- CUSTOM TOP1 --- */
.ot_logo{
	
}
.top1-2 .module{
	padding: 0px;
	margin: 0px;
}
.top1-1 .module{
/* ---background: url("../images/topz.png") ; --- */
	color: #f7f7f7;
		font-size: 17px;
	 line-height: 18px;


}

.top1-1 .module p{
font-family: tahoma;
font-size: 17px;
line-height: 25px;
margin: 27px 0 0;

color:#000
}
.top1-1 .module a{
color:#000
}
.top1-1 strong{
color: #005aa9;
font-size: 20px;
}

.top1-1 .module div{
	 min-height: 48px;
}

.top1-3 .module{
/* ---background: url("../images/topz.png") ; --- */
	color: #f7f7f7;
		font-size: 15px;
	 line-height: 18px;



}

.top1-3 .module p{
		margin: 4px;
}


/* CUSTOM MENU */
.mainmenu {
	font-size: 14px;
	position: relative;
	z-index: 10;
	padding: 0px;
	margin: 0px;
}
.mainmenu .otmenu-desk-wrapper .ot-menu.custom-block{
	display: inline-block;
}
.mainmenu .otmenu-desk-wrapper .ot-menu {
	margin: 0px;
}
.mainmenu .otmenu-desk-wrapper .ot-menu .child-menu {
	margin: 0px;
}
.mainmenu .otmenu-desk-wrapper .ot-menu li {
	border-width: 1px 0px 0px;
	border-style: solid;
}
.mainmenu .otmenu-desk-wrapper .ot-menu li.level1{
	margin: 0px 1px 0px 0px;
	padding: 0px;
	border-width: 0px;
	border-style: solid;
}
.mainmenu .otmenu-desk-wrapper .ot-menu a{
	margin: 0 10px;
	padding: 5px 0px;
	text-transform: capitalize;
}
.mainmenu .otmenu-desk-wrapper .ot-menu a.level1{
border-width: 0;
font-size: 18px;
font-weight: normal;
line-height: 17px;
margin: 0;
padding: 15px 28px;
position: relative;
text-transform: none;
z-index: 10000;
}




.tpri div {
	 padding: 0px 9px
}



div.vm_cart {
background: #006596;
margin: 17px 0 0;
padding: 14px 0px 19px 15px;
border-bottom: 1px solid #666;
color:#fff
}

div.vm_cart a{
color:#d1d1d1
}





.mainmenu .otmenu-desk-wrapper .ot-menu a.level1 span{
	
}
.mainmenu .otmenu-desk-wrapper .ot-menu .submenu-wrap{
	border-width: 0px;
	border-style: none;
	-webkit-border-radius: 0px 0px 0px 0px;
	-moz-border-radius: 0px 0px 0px 0px;
		border-radius: 0px 0px 0px 0px;
}
.mainmenu .otmenu-desk-wrapper .ot-menu li.level1 > div > .submenu-wrap{
	top: 60px;
}
.mainmenu .otmenu-desk-wrapper .ot-menu li.level1 > div > .submenu-wrap > .submenu-wrap-i{
	padding: 10px 0;
}
.mainmenu .otmenu-desk-wrapper .ot-menu li li{
	margin: 0;
	-webkit-border-radius: 0px 0px 0px 0px;
	-moz-border-radius: 0px 0px 0px 0px;
		border-radius: 0px 0px 0px 0px;
}
.mainmenu .otmenu-desk-wrapper .ot-menu.child-menu li.first > div > a,
.mainmenu .otmenu-desk-wrapper .ot-menu li.hasColumn a{
	border-width: 0;
	border-style: none;
}
/* CUSTOM SEARCH */
.module .search{
	margin: 0;
	padding: 0;
	text-align: right;
}
.module .search .form-search{
border-radius: 5px;
margin: 0;
padding: 3px 12px;
	-webkit-border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
		border-radius: 5px 5px 5px 5px;
}



.form-search .input-append .btn {
		background: #414141 none repeat scroll 0 0;
		border-radius: 0 14px 14px 0;
}

.btn-primary {
		background-color: #414141;

	
		border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
		color: #fff;
		text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.module.custom_search{
	margin: 0px;
}
.custom_search .form-search .input-append {
	-webkit-border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
		border-radius: 5px 5px 5px 5px;
}
.custom_search .form-search .input-append .search-query{
	-webkit-border-radius: 5px 0px 0px 5px;
	-moz-border-radius: 5px 0px 0px 5px;
		border-radius: 5px 0px 0px 5px;
	border-width: 0;
	padding: 10px 4px;
}
.custom_search .form-search .input-append .btn{
	-webkit-border-radius: 0px 5px 5px 0px;
	-moz-border-radius: 0px 5px 5px 0px;
		border-radius: 0px 5px 5px 0px;
	border-width: 0;
	padding: 10px;
}
.oTopBlock .module.accordion.custom_search{
	margin: 20px 0 10px;
	padding: 0px;
	position: relative;
}
.oTopBlock .module.accordion.custom_search input.button-img{
	margin: 15px 5px;
}
.oTopBlock .top1 .module.accordion.custom_search .search{
	position: absolute;
	right: 0;
	top: 41px;
	z-index: 35001;
}

/* ---* CUSTOM MIDDLE BLOCK *--- */
.oMiddleBlock{
	
}
/* CUSTOM BANNER */


/* ---* CUSTOM MAIN BLOCK *--- */
.oMainBlock{
	padding: 22px 0px 0px 0px;
}
.oMainBlock .module{
	margin: 0 0 20px;
}

.top1-1 {
padding-top:5px
}

.oMainBlock .module h3.mod-title{
	
}
.oMainBlock .module .mod-content{background: #f0f0f0;    font-size: 16px;    /* color: black !important; */    padding: 20px;
	
}
.sidebar{
	
}

/* ---* CUSTOM COMPONENT CONTENT *--- */
[class*="img-intro-"] {
	text-align: center;
}
.img-intro-left,
.item-image.pull-left{
	float: left;
	margin-right: 10px;
}
.img-intro-right,
.item-image.pull-right{
	float: right;
	margin-left: 10px;
}
.items-more{
	margin: 20px 0 10px;
}
.componentheading,
.page-header{
	padding: 0px 0px 10px;
	margin: 0 0 10px;
}
.page-header h2{
 color: #741300;
		font-size: 22px;
		line-height: 23px;
		margin: 8px 0 0;
}
.page-content{
	padding: 0px;
	margin: 0 0 10px;
	clear: both;
}
/* ---* CUSTOM CONTENT MODULE *--- */
.module .item-title a{
	font-weight: bold;
}
.module .list-items li .created{
	display: inline-block;
	font-size: 11px;
	font-style: italic;
}

/* ---* CUSTOM COMPONENT K2 *--- */
.k2AccountPage table tr td label{
	display: inline-block;
	margin: 0 20px 10px 5px;
}
.k2Avatar img{
	overflow: hidden;
}
.itemContainer,
.userItemView,
div.tagItemView,
.latestItemView{
	padding: 0 0 20px;
	margin: 0 0 20px;
	border-width: 0 0 1px;
	border-style: solid;
}
div.itemHeader h2.itemTitle{
		border-bottom: 1px solid #eee;
		color: #741300;
		font-family: tahoma;
		font-size: 22px;
		font-weight: bold;
		line-height: 23px;
		margin: 8px 0 20px;
		padding: 0 0 10px;
}
div.catItemHeader h3.catItemTitle,
div.latestItemHeader h3.latestItemTitle,
div.userItemHeader h3.userItemTitle,
div.tagItemHeader h2.tagItemTitle{
 font-size: 18px;
		line-height: 17px;
		padding: 0;
}
div.itemToolbar ul{
	text-align: left;
}
.itemCommentsCounter{
	border-width: 0 0 5px;
	border-style: solid;
}
.itemCommentsCounter > span{
	display: inline-block;
	padding: 7px 15px;
}
div.itemComments ul.itemCommentsList li{
	border-width: 0 0 1px;
	border-style: solid;
}
div.itemHeader span.itemAuthor{
	display: inline-block;
	padding: 0 10px 0 15px;
}
div.catItemHeader span.catItemAuthor,
.catItemAuthor,
.itemAuthor,
.catItemTagsBlock,
.itemTagsBlock,
.catItemComments,
.itemComments{
	padding: 0 10px 0 15px;
}
ul.itemsList li{
	 list-style: circle outside none;
		padding: 0px 0px 0px 4px;
		margin: 0px 0px 0px 15px;
}
.slide ul.itemsList li,
ul.itemsList li.lastItem{
	border-bottom: 0;
}
/* CUSTOM K2 MODULE */
.k2ItemsBlock {
	
}
.k2ItemBlock {
	 border-style: solid;
		border-width: 0;
		margin: 0;
		padding: 0;
}
.k2ItemBlock .moduleItemImage{
	
}
.catItemTags,
ul.userItemTags li a,
.itemTags,
.moduleItemTags{
	margin: 10px 0;
	font-size: 12px;
	font-style: italic;
}
.k2ItemsBlock .ot-single .moduleItemImage{
	float: left;
	margin: 0;
	width: 100%;
}
.k2ItemsBlock .ot-single .moduleItemOverlay{
	position: absolute;
	top: 25%;
	left: 25%;
	width: 50%;
	font-size: 14px;
	line-height: 20px;
}
.k2ItemsBlock .ot-single .moduleItemOverlay .moduleItemTitle{
	padding: 5px 15px;
	display: inline-block;
	text-transform: uppercase;
}
.k2ItemsBlock .ot-single .moduleItemOverlay .moduleItemIntrotext{
	margin: 10px 0;
	padding: 10px 15px;
}
.k2ItemsBlock .ot-single .moduleItemOverlay .moduleItemAddition{
	padding: 2px 15px;
	margin: 1px 4px 1px 0px;
}
.k2ItemsBlock .ot-single .moduleItemOverlay a.moduleItemReadMore{
	display: inline-block;
	padding: 5px 35px 5px 15px;
	margin-top: 10px;
}
.accordion-group.k2ItemBlock{
	border: 0;
	-webkit-border-radius: 0px 0px 0px 0px;
	-moz-border-radius: 0px 0px 0px 0px;
	border-radius: 0px 0px 0px 0px;
	margin: 0 0 10px;
	padding: 0;
}
.accordion-group.k2ItemBlock .accordion-heading .accordion-toggle{
	float: right;
	margin: 0 0 0 10px;
	padding: 13px;
	line-height: 14px;
}
.accordion-group.k2ItemBlock .accordion-heading .moduleItemTitle{
	font-size: 14px;
	line-height: 20px;
	padding: 10px;
	display: block;
}
.accordion-group.k2ItemBlock .accordion-heading .moduleItemTitle:hover{
	text-decoration: none;
}
.accordion-group.k2ItemBlock .accordion-body-i{
	margin: 20px 0 10px;
}
.moduleItemReadMore,
a.k2ReadMore{
	display: inline-block;
	padding: 7px 30px 7px 15px;
	margin: 10px 0;
}
.moduleItemReadMore:hover,
a.k2ReadMore:hover{
	text-decoration: none;
}
.k2LatestCommentsBlock .carousel-control,
.k2TopCommentersBlock .carousel-control{
	background: none;
	color: #333333;
}
.k2LatestCommentsBlock ul li .lcAdditionInfo{
	text-align: right;
	margin: 10px 10px 0 0;
}
.k2LatestCommentsBlock ul li span.lcUsername{
	
}
div.k2TagCloudBlock a{
	line-height: 1;
}

/* ---* CUSTOM COMPONENT VIRTUEMART *--- */
.browse-top h3.category-title{
	 border-bottom: 1px solid #eee;
		color: #741300;
		font-size: 22px;
		line-height: 23px;
		margin: 8px 0 0;
		padding: 0 0 14px;
}

.browse-top h1{
	 border-bottom: 1px solid #eee;

		margin: 0px;
		padding: 14px 0px;
	color: #006596;
font-size: 17px;
line-height: 13px;
	
}
.custom h1 {
	border-bottom: 1px solid #eee;
	margin: 0px 0px 17px 0px;
	padding: 20px 19px;
	color: #0C54A5;
	font-size: 20px;
	line-height: 1;
}



.browse-top h3,
.browse-top h1,
.browse-top .category_description,
.browse-top .virtuemart_search{
	 padding: 10px 0;
}
.orderby-displaynumber{
border-top: 0 none;
padding: 10px;
position: relative;
z-index: 1;
margin-top: 42px;
}

div.display-number select {
width:60px;
}

.topwr p {
		font-size: 11px;
}
div.module.topwr {
 border-bottom: 1px dotted #666;
}

div.module.topss {
 border-bottom: 1px dotted #666;
 line-height: 13px;
}


div.topss {
margin-top: 0px;
padding-top: 0px;
}

.topss p {
		font-size: 11px;
}


.category-view .row-fluid .category .spacer,
.featured-view .spacer,
.latest-view .spacer,
.topten-view .spacer,
.recent-view .spacer,
.related-products-view .spacer,
.browse-view .row-fluid .product .spacer,
.product .spacer{
	position: relative;
	margin: 15px 0;
	padding: 0px;
	/* text-align: center; */
	border-width: 1px;
	border-style: solid;
}
li.product .spacer{
	border-width: 0px;
	border-style: none;
}
.product .spacer .product-image{
	padding: 0 0 10px;
}
div.product .spacer .product-image{
 margin: 15px 0 4px;
		padding: 0;
		text-align: center;
	min-height: 170px;
}

div.product .spacer .product-image img{
max-height: 240px;
		max-width: 220px;
}
.browse-view .row-fluid .product .spacer img,
.related-products-view .row-fluid .product .spacer img{
max-height: 170px;
max-width: 250px;
}
.featured-view .spacer span.product-discount,
.latest-view .spacer span.product-discount,
.topten-view .spacer span.product-discount,
.recent-view .spacer span.product-discount,
.related-products-view .spacer span.product-discount,
.browse-view .row-fluid .product .spacer span.product-discount,
.product .spacer span.product-discount{
	position: absolute;
	z-index: 2;
	right: 15px;
	top: 15px;
	width: 67px;
	height: 67px;
	text-align: center;
	font-size: 18px;
	line-height: 67px;
	text-transform: uppercase;
}
.product .spacer .product-detail{
 display: block;
		min-height: 70px;
		padding: 10px;
		text-align: center;
}
li.product .spacer .product-detail{
	padding: 0px;
}
.product .spacer .product-name{
color: #006596;
display: block;
font-size: 14px;
font-weight: bold;
line-height: 17px;
margin: 0;
min-height: 68px;
padding: 0;
text-align: center;
text-transform: none;
}
.product .spacer .product-s-desc{
	margin: 0 0 10px;
}
li.product .spacer .product-s-desc{
	
}
.product .spacer .product-cart-bar{
	padding: 10px;
	overflow: hidden;
}
.product .spacer .product-details{
	padding: 0px 0px 0px 33px;
	/* margin: 10px 0px; */
	margin: 5px 0px;
	border-width: 0px;
	border-style: none;
	font-weight: bold;
}
.product .spacer .product-details>span{
border-radius: 0 4px 4px 0;
display: inline-block;
font-size: 11px;
margin: 0;
padding: 6px;
}

div.modulecarre {
text-align:center;
	padding: 20px 0px 0px 0px;
}

.modulecarre input{
	height: 33px;
		width: 200px;
}

#virtuemart_currency_id {
	 margin-top: 9px;
		width: 60px;
}

.featured-view .spacer .product-price span,
.latest-view .spacer .product-price span,
.topten-view .spacer .product-price span,
.recent-view .spacer .product-price span,
.related-products-view .spacer .product-price span,
.browse-view .row-fluid .product .spacer .product-price span,
.product .spacer .product-price span,
.product .spacer .product-rel-price span{
border-radius: 5px;
color: #005aa9;

font-size: 17px;
font-weight: normal;
padding: 0;
}
li.product .spacer .product-price span{
	font-size: 14px;
}
.product .spacer .product-price,
.product .spacer .product-rel-price{
	margin: 10px 0px;
}
li.product .spacer .product-price{
	
}
.featured-view .spacer .product-price .price-crossed span,
.latest-view .spacer .product-price .price-crossed span,
.topten-view .spacer .product-price .price-crossed span,
.recent-view .spacer .product-price .price-crossed span,
.related-products-view .spacer .product-price .price-crossed span,
.browse-view .row-fluid .product .spacer .product-price .price-crossed span,
.product .spacer .product-price .price-crossed span,
.product .spacer .product-rel-price .price-crossed span{
	font-size: 13px;
	font-weight: normal;
}
.productdetails-view{
	
}
.productdetails-view .product-details{
	
}
.productdetails-view .product-price{
	font-family: tahoma,Helvetica,Arial,sans-serif;
	/*font-size: 20px;*/
	font-size: 22px;
	line-height: 24px;
}
.productdetails-view .product-price span.PricesalesPrice{
		/*background: none repeat scroll 0 0 #ff0000;
		border-radius: 6px;
		color: #f7f7f7;
		font-size: 20px;
		line-height: 24px;
		padding: 2px 5px;*/
}
.productdetails-view .product-price .price-crossed{
	font-size: 14px;
}
.product-preview{
	margin: 0 0 20px;
}
.main-image{
	margin: 0;
	padding: 0;
	/* border: 1px solid; */
	overflow: hidden;
}
.img-caption{
	padding: 10px;
	line-height: 20px;
	font-size: 10px;
	text-align: left;
	text-transform: uppercase;
}
.additional-images {
	
}
.additional-images .carousel {
	padding: 0px;
}
.additional-images .carousel .carousel-control {
 border: 1px solid #ff0000;
		border-radius: 17px;
		left: 0;
}
.additional-images .carousel .carousel-control.right {
	left: auto;
	right: 0;
}
.additional-images .nav > li {
	
}
.additional-images .nav > li > a {
	border: 1px solid;
}
.additional-images .nav > li > a > img{
	max-width: 100%;
	width: auto;
	margin: 0;
	max-height: 100px;
}
.additional-images .mCustomScrollBox{
	
}
.additional-images .mCustomScrollBox .mCSB_container{
	/* margin: 0 40px; */
}
.productdetails-view .product-name h1{
	 font-family: tahoma,Helvetica,Arial,sans-serif;
		font-size: 18px;
		font-weight: bold;
		text-transform: none;
	 line-height: 20px;
}
.productdetails-view .category-name{
	text-transform: uppercase;
}
.product-in-stock{
	font-size: 14px;
	font-weight: bold;
	margin: 0px 0px 10px;
}
.availability{
	text-align: left;
	padding: 15px 0;
	margin: 0;
	border-bottom: 1px solid;
	text-transform: uppercase;
}
.productdetails-view .spacer-buy-area{
	padding: 0px;
}
.productdetails-view .spacer-buy-area .addtocart-area{
	
}
.productdetails-view .spacer-buy-area .addtocart-area > form{
	margin: 0;
}
.productdetails-view .product-fields{
	float: left;
	width: 100%;
	padding: 15px 0;
	margin: 0;
	border-bottom: 1px solid;
}
.productdetails-view .addtocart-bar{
	padding: 0;
	margin: 0;
}
span.quantity-box{
	width: auto;
}
span.addtocart-button{
	position: relative;
	display: inline-block;
	padding: 0px 0px 0px 33px;
	margin: 5px 0px 5px 10px;
	border-width: 0px;
	border-style: none;
	font-weight: bold;
	-webkit-border-radius: 4px 4px 4px 4px;
	-moz-border-radius: 4px 4px 4px 4px;
	border-radius: 4px 4px 4px 4px;
}
span.addtocart-button input.addtocart-button{
	 border-radius: 0;
		font-family: tahoma,Helvetica,Arial,sans-serif;
		font-size: 13px;
		font-weight: bold;
		line-height: 12px;
		margin: 0;
		padding: 0 14px;
	
	
}
.vm-button-correct,
.vm-button-correct:link,
.vm-button-correct:visited{
	padding: 8px 15px;
	-webkit-border-radius: 8px 8px 8px 8px;
	-moz-border-radius: 8px 8px 8px 8px;
	border-radius: 8px 8px 8px 8px;	
}
.productdetails-view .product-short-description{
	padding: 0px;
	margin: 10px 0;
}
.product-related-products,
.product-related-categories{
	float: left;
	width: 100%;
	border: 0;
}
.productdetails-view h4,
.product-related-products h4,
.product-related-categories h4,
.category-view h4,
.featured-view h4,
.latest-view h4,
.topten-view h4,
.recent-view h4,
.related-products-view h4{
	margin: 10px 0;
	padding: 10px 15px;
	text-transform: uppercase;
	font-size: 13px;
}
.product-related-products h4,
.product-related-categories h4{
	border-width: 1px;
	border-style: solid;
}
.productFacebookButton,
.productTwitterButton,
.productGooglePlusOneButton{
	float: left;
	margin-right: 10px;
}
.category .spacer .ot-cat-detail{
	position: relative;
	margin: 0px;
	padding: 0px;
	text-transform: uppercase;
}
.category .spacer .ot-cat-detail.ot-cat-over{
bottom: -65px;
position: absolute;
width: 100%;
text-align: center;
}
/* .ot-cat-product.ot-product-over{
	position: absolute;
	top: 50%;
	left: 50%;
	background-color: #E5B405;
	color: #FFFFFF;
	font-size: 12px;
	text-align: center;
	-webkit-border-radius: 75px;
	-moz-border-radius: 75px;
	border-radius: 75px;
	padding: 15px;
	height: 120px;
	width: 120px;
	text-transform: uppercase;
	margin: -75px 0px 0px -75px;
}
.ot-cat-product.ot-product-over span{
	font-size: 60px;
	line-height: 60px;
	display: block;
	border-style: solid;
	border-width: 0px 0px 3px;
	margin: 0px 0px 10px;
} */
.category .spacer .ot-cat-detail-i{
	margin: 0px;
		padding: 8px;
}
.ot-cat-rm{
	display: block;
	position: absolute;
	right: 10px;
	top: 50%;
	width: 40px;
	height: 40px;
	margin-top: -20px;
}
.module .VmArrowdown{
	width: 10px;
	height: 10px;
	padding: 15px;
}

/* CUSTOM VIRTUEMART MODULE */
.vmCartModule .ico-cart{
display: inline-block;
height: 48px;
width: 48px;
float: left;
margin: -5px 16px 0px 0px;
}
.vmCartModule .ot-mycart{
	display: inline-block;
	line-height: 28px;
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
}
.show-cart-btn{
	display: inline-block;
	padding: 0px 0px 0px 33px;
	/* margin: 10px 0px; */
	margin: 5px 0px;
	border-width: 0px;
	border-style: none;
	font-weight: bold;
	-webkit-border-radius: 4px 4px 4px 4px;
	-moz-border-radius: 4px 4px 4px 4px;
	border-radius: 4px 4px 4px 4px;
	
}
.show-cart-btn>span{
	display: inline-block;
	padding: 8px 10px;
	margin: 0;
	border-radius: 0px 4px 4px 0px;
	-webkit-border-radius: 0px 4px 4px 0px;
	-moz-border-radius: 0px 4px 4px 0px;
}
.ot-single .product .spacer{
	overflow: hidden;
	margin: 0px;
}
.ot-single div.product .spacer .product-image{
	margin: 0px;
	padding: 0px;
}
.ot-single .product .spacer .product-overlay{
	position: absolute;
	width: 90%;
	padding-top: 10px;
	padding-right: 5%;
	padding-bottom: 10px;
	padding-left: 5%;
	left: 0;
	bottom: -100%;
}
.ot-single .roundabout-in-focus .product .spacer .product-overlay{
	bottom: 0;
}
.product .spacer .product-overlay .product-name{
	font-family: tahoma,Helvetica,Arial,sans-serif;
	font-size: 24px;
	font-weight: bold;
	line-height: 34px;
}
.product .spacer .product-overlay .product-price{
	margin: 0;
}
.product .spacer .product-overlay .product-price span{
	font-size: 30px;
	line-height: 24px;
	margin: 5px;
}
ul.ot-vmproduct{
	margin: 0px;
}
ul.ot-vmproduct li.product{
	border-width: 0px 0px 1px;
	border-style: solid;
}
.VMmenu.styled li{
	padding-left: 20px;
}
.ot-vm-cat .ot-cat-detail{
	position: relative;
	text-transform: uppercase;
}
.ot-vm-cat .ot-cat-detail .ot-cat-detail-i {
margin: 0;
padding: 0px 0 0px 0px;
text-align: center;
}
.ot-vm-cat .ot-cat-name{
	font-weight: bold;
}

/* CUSTOM COMPONENT FINDER */
#finder-filter-select-list{
	list-style: none;
}

/* CUSTOM LEFT MENU */
.oMainBlock .module ul{list-style: none;
	
}ul.menu li a {    color: black;    text-decoration: none;    font-size: 17px;    /* padding: 14px 0; */}ul.menu li{       padding: 6px 0;}
.oMainBlock .module ul li{
	
}
.oMainBlock .module ul.unstyled li{
	border-width: 0px;
}
.oMainBlock .module ul.nav ul{
	padding: 10px 0 10px 5px;
	margin: 0px;
	border-width: 1px 0px;
	border-style: solid;
}
.oMainBlock .module ul.nav li{
	padding: 0px;
	border-width: 1px 0px 0px;
	border-style: dotted;
}
.oMainBlock .module ul.nav li a{
	padding: 5px 10px 5px 20px;
	display: block;
}
.oMainBlock .module ul.nav li a:hover{
	text-decoration: none;
}
.oMainBlock .module ul.nav li li a{
	margin: 0 2px;
	padding: 3px 10px 3px 20px;
}
.oMainBlock .module ul.nav li.first{
	border-top: 0px;
}

/* ---* CUSTOM BOTTOM BLOCK *--- */
.oBottomBlock{
font-size: 12px;
line-height: 13px;
padding:10px 0px 10px 0px;

}
.oBottomBlock h3.mod-title{
	font-size: 14px;
	padding: 0px;
}
/* CUSTOM CONTACT US MODULE */


/* ---* CUSTOM FOOTER BLOCK *--- */
.oFooterBlock{
	font-size: 12px;
		min-height: 90px;
		line-height: 15px;
		padding: 10px 0;
		position: relative;
}
.oFooterBlock strong{
font-size: 12px;
font-weight: normal;
	}
.oFooterBlock .mod-title{
	font-size: 14px;
	padding: 0px;
}
/* CUSTOM STYLE CUSTOM SOCIAL */
.custom_socials{
	
}
.custom_social{
	
}
/* CUSTOM STYLE COPYRIGHT */
.copyright{
	padding: 10px 0px;
}
/* CUSTOM STYLE GOTOP */
.gotop{
	font-size: 12px;
	line-height: 37px;
	height: 60px;
	margin-left: auto;
	padding: 10px;
	text-align: center;
	width: 80px;
}

.gotop a{
	display: block;
}
.oFooterBlock2 ul.menu li{
	float: left;
	list-style: none;
}
.oFooterBlock2 ul.menu li a{
	padding: 0 10px;
}


/* ---* CUSTOM READMORE *--- */
a.readmore{
	display: inline-block;
	padding: 7px 30px 7px 15px;
	margin: 10px 0;
	border-width: 1px;
	border-style: dotted;
}
a.readmore:hover{
	text-decoration: none;
	cursor: pointer;
}

/* ---* CUSTOM ICONS *--- */
[class*="ico-"] {
	display: inline-block;
	margin: 0;
	padding: 0;
	width: 20px;
	height: 20px;
}
div.ot_hr{
	clear: both;
	height: 5px;
	margin: 10px 0;
}

/* ---* CUSTOM TABS *--- */
.navbar,
.nav-tabs{
	margin: 0;
	padding: 0;
}
.navbar{
	overflow: hidden;
}
.navbar .divider-vertical{
	margin: 0px;
}
.navbar .nav > li > a{
	margin: 0;
	text-transform: capitalize;
}
.nav-tabs{
	padding: 0 20px;
	border-width: 0;
}
.nav-tabs > li{
	
}
.nav-tabs > li > a{
	font-size: 14px;
	text-transform: capitalize;
	font-weight: normal;
	margin: 3px 0 0 1px;
	padding: 8px 15px;
	text-transform: capitalize;
	-webkit-border-radius: 8px 8px 0px 0px;
	-moz-border-radius: 8px 8px 0px 0px;
	border-radius: 8px 8px 0px 0px;
}
.nav-tabs > .active > a,
.nav-tabs > .active > a:hover,
.nav-tabs > .active > a:focus{
	margin-top: 0;
	padding-top: 11px;
}
.tab-content{
	overflow: visible;
	clear: both;
	padding: 10px;
	border-width: 1px;
	border-style: solid;
	-webkit-border-radius: 3px 3px 3px 3px;
	-moz-border-radius: 3px 3px 3px 3px;
	border-radius: 3px 3px 3px 3px;
}

/* ---* CUSTOM SLIDE *--- */
.carousel-control{

		line-height: 23px;
		text-align: center !important;
		top: 46%;
		z-index: 1;
}
.carousel-control.right{
	text-align: center !important;
}
.carousel-control.control-square{
	-webkit-border-radius: 0 0 0 0;
	-moz-border-radius: 0 0 0 0;
	border-radius: 0 0 0 0;
}
.carousel-control.control-large{
	width: 60px;
	height: 60px;
	line-height: 45px;
	border: 0;
	margin-top: -60px;
}
.carousel-control.control-mini{
	width: 30px;
	height: 30px;
	border: 0;
	margin-top: -30px;
}
.carousel-control.control-mini.right{
	
}
.carousel-control [class^="icon-"],
.carousel-control [class*=" icon-"]{
	margin-top: 13px;
}
.control-large [class^="icon-"],
.control-large [class*=" icon-"]{
	margin-top: 23px;
}
.control-mini [class^="icon-"],
.control-mini [class*=" icon-"]{
	margin-top: 8px;
}
.carousel-inner > .item{
	margin: 0;
	overflow: hidden;
}
.carousel{
	z-index: 0;
}
.ot-indicators{
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 15px;
	text-align: center;
}
.ot-indicators .carousel-indicators{
	position: static;
	display: inline-block;
	margin: 0 auto;
}
.carousel-indicators li{
	margin: 4px;
}
.carousel-indicators li:hover,
.carousel-indicators li.active{
	
}
.ot-slidenav{
	position: absolute;
	right: 0;
	top: -45px;
	z-index: 1;
}
.ot-slidenav .carousel-control{
	position: static;
	float: left;
	border: 0;
	margin: 0;
	cursor: pointer;
}

/* ---* CUSTOM TEMPLATE CONTROL *--- */
.btn_setting{
	display: inline-block;
	width: 55px;
	height: 55px;
}
fieldset.democolor{
	border-top: 1px solid #E5E5E5;
	border-bottom: 1px solid #E5E5E5;
	padding: 20px 0 10px;
	margin: 10px 0;
}
.ie7 fieldset.democolor{
	max-width: 200px;
}
fieldset.democolor label.demopreset{
	width: 80px;
	height: 40px;
	border: 0;
	margin-bottom: 10px;
	-webkit-box-shadow: inset 0 -15px 0 rgba(0, 0, 0, 0.1), 0 1px 2px rgba(255, 255, 255, 255.05);
	-moz-box-shadow: inset 0 -15px 0 rgba(0, 0, 0, 0.1), 0 1px 2px rgba(255, 255, 255, 255.05);
	box-shadow: inset 0 -15px 0 rgba(0, 0, 0, 0.1), 0 1px 2px rgba(255, 255, 255, 255.05);
}
fieldset.democolor label.demopreset.odd{
	clear: both;
	margin-right: 10px;
}
fieldset.democolor label.demopreset.even{
	
}

.roundabout-wrapper{
	position: relative;
	z-index: 1;
}
.roundabout-control{
	position: absolute;
	z-index: 2;
	display: block;
	width: 45px;
	height: 45px;
	top: 50%;
	left: 0;
	border-width: 5px;
	border-style: solid;
	-webkit-border-radius: 27px 27px 27px 27px;
	-moz-border-radius: 27px 27px 27px 27px;
	border-radius: 27px 27px 27px 27px;
	margin-top: -32px;
	opacity: 0.7;
	filter:alpha(opacity=70) !important; /* For IE8 and earlier */
}
.roundabout-control:hover{
	opacity: 1;
	filter:alpha(opacity=100) !important; /* For IE8 and earlier */
}
.roundabout-control.next{
	left: auto;
	right: 0;
}
.roundabout-holder {
	position: relative;
	z-index: 1;
	list-style: none;
	padding: 0;
	margin: 0;
	width: 100%;
	overflow: hidden;
}
.roundabout-moveable-item {
	width: 50%;
	cursor: pointer;
	height: auto;
	overflow: hidden;
	-webkit-border-radius: 7px 7px 7px 7px;
	-moz-border-radius: 7px 7px 7px 7px;
	border-radius: 7px 7px 7px 7px;
	opacity: 1;
	filter:alpha(opacity=100) !important; /* For IE8 and earlier */
}
.roundabout-in-focus {
	cursor: auto;
}

div.newz{
font-weight: normal;
padding: 0px 0px 0px 11px;
	
	
}

div.cat-items {
margin-top:30px
}

td.list-date {
text-align:right;
font-size: 12px;
}

.latestnews  li {
font-size: 14px;
		line-height: 16px;
		margin: 0 0 15px;
}

.dverniktext p, .dverniktext ul li, .dverniktext ol li   {
		font-size: 12px !important;
		line-height: 16px !important;
}
.dverniktext h2, .dverniktext h3 {
		font-size: 16px !important;
		color: #000;
}
.dverniktext ul, .dverniktext ol {
		margin-top: 10px !important;
}
.dverniktext ul li {
		list-style: inside none square !important;
		margin-bottom: 10px !important;
		margin-left: 15px !important;
}
.dverniktext ol li {
		list-style: inside none decimal !important;
		margin-bottom: 10px !important;
		margin-left: 15px !important;
}

.dvernikprod{
		padding: 30px 0 !important;
}
.dvernik-akcii{
		/*color: #005AA9 !important;*/
}

/*my styles////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*my styles////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*my styles////////////////////////////////////////////////////////////////////////////////////////////////////*/
.oPos.maincontent p{
	text-align: justify;
}


#mod-161 .fixHeight img{
	max-width: 100%!important;
}

.fixHeight{
	min-height: 80px!important;
}

.minHeight{
	min-height: 50px!important;
}

.minHeight a{
	display: block;
	margin-top: 20px;
}

.oFooterBlock strong {
	font-size: 15px;
	font-weight: bold;
	color: #292929;
}

.oFooterBlock p{
	margin: 0!important;
	padding: 20px 0;
}

.ot-content .viber{
	display: inline-block;
}

.toptelz strong span{
	display: inline-block;
}

.footer1{
	width: 70%;
	float: right;
}

.oFooterBlock{
	overflow: hidden;
}

.footer2{
	width: 200px!important;
	height: 60px;
}

.h3, h3{
	text-align: left;
}

.top2{
	position: relative;
}

.top2::before{
	content: "";
	display: none;
	color: #fff;
	position: absolute;
	top: 0;
	right: 0;
	width: 20px;
	height: 20px;
	z-index: 100;
		background: linear-gradient(
		to bottom, 
		#006496, #006496 20%, 
		white 20%, white 40%, 
		#006496 40%, #006496 60%, 
		white 60%, white 80%, 
		#006496 80%, #006496 100%
	);
}

.oTopBlock{
	margin-bottom: 10px;
}

#mod-117{
	margin: 0!important;
}

#mod-160 .mod-title span{
	display: block;
	position: relative;
}

/*#mod-160 .mod-title span::before{
	content: '';
	position: absolute;
	top: 50%;
	display: none;
	transform: translateY(-50%);
	right: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10px 10px 0 10px;
	border-color: #006496 transparent transparent transparent;
}*/

#mod-112 .custom p{
	color: #fff;
}

#mod-112 .custom{
	margin-top: 0;
}

/*animation show menu*/
.otmenu-wrapper-i{
	transition: all .3s ease-in-out;
	overflow: hidden;
	display: block;
}

.phocagallery-box-file,
.phocagallery-box-file-first{
	max-width: 355px;
	max-height: 318px;
	width: 100%!important;
	height: 100%!important;
}

.phocagallery-box-file-first img{
	max-width: 100%;
}

.custom{
	margin-top: 20px;
}

/*mobile-brands*/
#mod-161{
	display: none;
}

/*frontpage-form begin////////////////////////////////////////////////////////////////////////*/
.flex{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}

.front-background{
	 position: fixed;
	 top: 0;
	 right: 0;
	 left: 0;
	 bottom: 0;
	 background: #e3e3e3;
	 z-index: 1000;
	 visibility: hidden;
	 opacity: 0;
	 transition: all .3s ease-in-out;
}

.front{
	 visibility: hidden;
	 opacity: 0;
	 position: fixed;
	 top: 50%;
	 left: 50%;
	 transform: translate(-50%, -70%);
	 background: #e3e3e3;
	 z-index: 1001;
	 justify-content: space-around;
	 -webkit-justify-content: space-around;
	 -ms-flex-pack: distribute;
	 align-items: center;
	 transition: all .3s ease-in-out;
}

.front .front__wrap{
	 flex-direction: row;
	 justify-content: space-between;
	 -webkit-box-pack: justify;
	 -webkit-justify-content: space-between;
	 -ms-flex-pack: justify;
	 margin-bottom: 30px;
}

.front .front__wrap div{
	 width: 50%;
	 display: -webkit-flex;
	 display: -moz-flex;
	 display: -ms-flex;
	 display: -o-flex;
	 display: flex;
}

.front .front__wrap div:first-child{
	 width: 45%;
}

.front__button{
	 text-align: center;
}

.front .front__wrap div input{
	 margin-left: 15px;
}


.front .front__title,
.front .front__text{
		 color: #333;
		 text-align: left;
}

.front .front__title{
	 font-size: 20px;
}

.front .front__text{
	 font-size: 15px;
	 margin-bottom: 30px;
	 font-weight: 300;
}

#front-form{
	 background: #e3e3e3;
	 box-shadow: 0px 0px 100px #75757575;
	 width: 740px;
	 min-width: 280px;
	 min-height: 255px;
	 padding: 50px;
	 border-radius: 5px;
	 transition: all .3s ease-in-out;
}

#front-form:hover{
	 box-shadow: 0px 0px 30px #75757575;
}

#front-form input{
	 border-radius: 5px;
	 height: unset;
}
/*frontpage-form end///////////////////////////////////////////////////////////////////////////////////////////////////*/

/*callback button begin*/

.callback-button{
	 position: fixed;
	 right: 0;
	 top: 50%;
	 margin-top: -30px;
	 border-radius: 3px 0 0 3px;
	 text-align: center;
	 background: #006496;
	 transition: all .2s ease-in-out;
	 z-index: 100;
	 color: #fff;
	 font-size: 14px;
	 font-weight: bold;
	 padding: 10px
}

.callback-button:after {
		content: "";
		width: 80px;
		height: 80px;
		border: 2px solid #006496; 
		border-radius: 100%;
		background-image: url(../images/callback.png);
		-webkit-background-size: cover;
		background-size: cover;
		background-position: 50% 50%;
		background-repeat: no-repeat;
		background-color: #fff;
		position: fixed;
		top: 50%;
		transform: translateY(-140%);
		right: 3%;
		transition: all .2s ease-in-out;
}

/*.callback-button:before {
		content: "Звонок";
		position: fixed;
		top: -75%;
		left: 5px;
		color: #006496;
		font-weight: 700;
		transition: all .3s ease-in-out;
}*/

.callback-button:hover{
	 cursor: pointer;
	 background: #00b3f1;
}

.callback-button:hover:after{
	 border-color: #00b3f1;
}

/*.callback-button i{
		background-image: url(../images/call-answer.svg);
		-webkit-background-size: cover;
		background-size: cover;
		display: inline-block;
		background-repeat: no-repeat;
		background-position: 50% 50%;
		width: 20px;
		height: 20px;
		transition: all .3s ease-in-out;
		transform: rotate(-25deg);
}*/

.callback-button i svg path{
	fill: #fff;
}
/*callback button end*/

/*fixed telephones begin*/
.fixed-phones{
		display: block;
		position: fixed;
		left: 0;
		top: 50%;
		transform: translateY(-27%); 
		padding: 10px 20px 10px 10px;
		background: #006496;
		border-radius: 0px 3px 3px 0px;
}

.fixed-phones:after{
		content: "";
		width: 80px;
		height: 80px;
		border: 2px solid #006496; 
		border-radius: 100%;
		background-image: url(../images/telephone.png);
		-webkit-background-size: cover;
		background-size: cover;
		background-position: 50% 50%;
		background-repeat: no-repeat;
		background-color: #fff;
		position: fixed;
		top: 52%;
		transform: translateY(-163%);
		left: 33px;
		transition: all .2s ease-in-out;
}

.fixed-phones__title{
	color: #fff;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
}

.fixed-phones a{
		 color: #fff;
		 font-size: 14px;
		 display: block;
		 transition: all .3s ease-in-out;
}

.fixed-phones a:hover{
		color: #00b3f1;
		text-decoration: none;
}

.fixed-phones a:focus{
		color: #fff;
}
/*fixed telephones end*/

/*RESPONSIVE///////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/

@media (max-width: 480px){

.mainmenu .otmenu-desk-wrapper .ot-menu a.level1{
	font-size: 16px;
}

.module div.mod-title{
	font-size: 20px!important;
}	

.oMainBlock .module .mod-content{
	font-size: 12px;
}

div.ot_logo img{
	padding: 0!important;
}

.oContentBlock{
	padding: 0!important;
}

.custom h1{
	padding: 0;
}

}
/*end max-width:480px*/

@media (max-width: 768px){

	.minHeight{
		padding-left: 30%!important;
	}

	.minHeight a{
		margin-top: -12px;
	}

	.gotop{
		margin-left: 0;
		margin-top: -15px;
	}

	#mod-101 .custom{
		margin-top: 0;
	}

	.front .front__title{
		margin-bottom: 10px;
		line-height: 1;
	}

	.front .front__text{
		margin-bottom: 10px;
	}

	.callback-button i{
		margin-top: 9px;
	}

	.fixed-phones{
			padding: 4px 10px 4px 4px;
			bottom: 0;
			top: unset;
			transform: unset;
			z-index: 10;
	}

	.fixed-phones:after{
		left: 4%;
		width: 50px;
		height: 50px;
		top: unset;
		bottom: -35px;
	}

	.fixed-phones__title{
		display: none;
	}

	.callback-button{
		font-size: 12px;
		bottom: 0px;
		top: unset;
	}

	.callback-button:before{
			display: none;
	}

	.callback-button:after{
		top: unset;
		transform: unset;
		bottom: 45px;
		height: 50px;
		width: 50px;
	}

	.fixed-phones{
			padding: 4px 10px 4px 4px;
	}

	.fixed-phones a{
			font-size: 11px;
	}

	.front .front__wrap{
		margin-bottom: 16px;
	}

	.flex .front__wrap{
		flex-direction: column;
	}

	.flex .front__wrap div{
		margin-bottom: 10px;
		width: 100%!important;
		-webkit-flex-direction: column;
		-moz-flex-direction: column;
		-ms-flex-direction: column;
		-o-flex-direction: column;
		flex-direction: column;
	}

	.flex .front__wrap div input{
			margin-left: 0;
			width: 100%;
	}

	#front-form{
			padding: 20px;
			width: 100%!important;
			margin: 0;
	}

	.front .front__wrap{
		margin-bottom: 0;
	}

	.front__button{
			margin-bottom: 10px;
	}

/*	#mod-153{
		display: none;
	}*/

	div.ot_logo img{
		max-width: 65%!important;
	}

	/*slider*/
/*	#yt-full-slider_153{
		display: none;
	}*/

.row-fluid .span9{
	width: 100%!important;
}

.top2-2{
	margin: 0 auto;
}

.topnaz p{
	text-align: center!important;
}

.ot-content{
	padding: 0 20px;
}

h2{
	font-size: 20px!important;
}

}/*end  max-width 768px*/



@media (max-width: 992px){

	.top2{
	background-color: transparent!important;	
}
/* CUSTOM TOP MENU */

div.top2-1 {
	background: transparent!important;
}

	.top1-1,
	.top2-2{
		text-align: center;
	}

#mod-160 .mod-title span{
	display: block;
	position: relative;
	text-align: left;
}

#mod-160 .mod-title span::before{
	display: block;
	transition: all .3s ease-in-out;
}

#mod-160 .active span::before{
	transform: rotateX(180deg);
	top: 47%;
}

	.top2::before{
		display: block;
	}

	#mod-100{
		display: none;
	}

/*desktop-brands*/
	#mod-154{
		display: none;
	}

/*mobile-brands*/
	#mod-161{
		display: block;
	}

	#mod-161 .custommob-brands p{
		clear: left;
		display: block;
	}

	#mod-161 .mod-title{
		display: none;
	}

	#mod-161 .custommob-brands img{
		max-width: 100%;
		display: block;
	}

.custom.toptelz p{
	text-align: center!important;
}


}
/*end max-width 992px




/* Edited */

/* Social icons */

.social-links {
	margin-right: 20px;
}

.social-links a:not(:last-child) {
	margin-right: 1px;
}

.social-links img {
	max-width: 30px;
	max-height: 30px;
}

/*Menu top*/

.mainmenu .otmenu-desk-wrapper .ot-menu a.level1 {
	padding: 15px 20px;
}

/* Certificates */

.certificate {
	display: inline-block;
	width: 47%;

}

.certificate img {
	display: block;
	margin: 0 0 30px 0;
}
.cert-cont {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between
}

/* Отзывы */

#clients h4 {
	margin-top: 30px;
}
#clients h6 {
	text-align: right;
}
#clients h6, #clients h4 {
	font-style: italic;
}