@font-face {
    font-family: 'Izis';
    src: url('../fonts/Izis_One.eot');
    src: url('../fonts/Izis_One.eot') format('embedded-opentype'),
         url('../fonts/Izis_One.woff2') format('woff2'),
         url('../fonts/Izis_One.woff') format('woff'),
         url('../fonts/Izis_One.ttf') format('truetype'),
         url('../fonts/Izis_One.svg#Izis_One') format('svg');
}
body {
    padding-left: 0px;
    padding-right: 0px;
}

a { outline: none!important;}

/**
*	@version	$Id: template.css 9 2013-03-21 09:47:13Z linhnt $
*	@package	OMG Responsive Template for Joomla! 2.5
*	@subpackage	main css file for template ot_dulcet
*	@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
*/



/* This is for test or demo only, can remove */
.oPosBlock {
    /* margin-bottom: 20px;
    margin-top: 10px; */
}
.oPos {
	/* background: #EEE; */
	/*border-radius: 3px;*/
}
/* end demo */
.container, .navbar-static-top .container, .navbar-fixed-top .container, .navbar-fixed-bottom .container {
	/*width:1170px!important;*/
	width:85%!important;
}
.oBottomBlock1, .oBottomBlock{
	/*min-width:1170px!important;*/
}
.oFooterBlock, .footer1{
	/*min-width:1170px!important;*/
}

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

input, textarea, .uneditable-input { max-width: 99%; }
a.modal {
    background: none repeat scroll 0 center transparent;
    border: 0 none;
	-webkit-border-radius: 0 0 0 0;
	-moz-border-radius: 0 0 0 0;
    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 =======================*/

/* 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;
	-webkit-border-radius: 4px 4px 4px 4px;
	-moz-border-radius: 4px 4px 4px 4px;
    border-radius: 4px 4px 4px 4px;
    color: #FFFFFF;
    max-width: 200px;
    padding: 3px 8px;
    text-align: center;
    text-decoration: none;
    z-index: 100;
}
.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 4px 4px 4px;
	 -moz-border-radius: 4px 4px 4px 4px;
		  border-radius: 4px 4px 4px 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;
	-webkit-border-radius: 8px 8px 8px 8px;
	-moz-border-radius: 8px 8px 8px 8px;
    border-radius: 8px 8px 8px 8px;
    display: inline-block;
    padding: 3px 8px;
}

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

@media (min-width: 1200px) {

}

@media (min-width: 980px) {

}

@media (max-width: 979px) {
	
}

@media (min-width: 768px) and (max-width: 979px) {

}

@media (max-width: 767px) {
	/* fixed the modal popup width in small screen */
	#sbox-overlay {
		min-width: 100% !important;
	}
	#sbox-window {
		left: auto !important;
		padding: 0;
		width: 90% !important;
	}
	#sbox-window .sbox-content-iframe > iframe {
		max-width: 100% !important;
	}
	
	/* fixed facebox pop up in small screen (Virtuemart) */
	#facebox { max-width: 90% !important; left: auto !important; }
	#facebox .content { display: block !important; }
	#facebox iframe { max-width: 100% !important; }
}

@media (max-width: 480px) {

}



@font-face {
font-family: Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-style: normal;

}
@font-face {
font-family: Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-style: italic;

}
@font-face {
font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-style: normal;

}
@font-face {
font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-style: italic;

}
/*========================= 4. LAYOUT =======================*/
.ie7  .btn-navbar{
	display: none;
}
.ie7 .row-fluid .form-search [class*="span"],
.ie8 .row-fluid .form-search [class*="span"]{
	min-height: 20px;
}
.ie7 .form-search .input-append,
.ie8 .form-search .input-append {
	display: block;
}
.ie7 .oTopBlock{
	position: relative;
	z-index: 1;
}
.ie7 .custom_search .form-search,
.ie8 .custom_search .form-search{
	width: 220px;
}
.ie7 .custom_search .form-search .input-append .search-query,
.ie8 .custom_search .form-search .input-append .search-query{
	/* width: 140px; */
}
.input-append {
	max-width: 100%;
}
.center{
	text-align: center;
}
.floatleft{
	float: left;
}
.floatright{
	float: right;
}
.left{
	text-align: left;
}
.right{
	text-align: right;
}
a.modal{
	position: relative;
	margin: 0;
	width: auto;
	top: auto;
	left: auto;
	z-index: 1;	
	border: 0 none;
	-webkit-border-radius: 0 0 0 0;
	-moz-border-radius: 0 0 0 0;
    border-radius: 0 0 0 0;
	box-shadow: none;
}
p{
	margin: 10px 0;
}
ul{
	margin: 10px 0;
	list-style: disc inside none;
}
ul ul{
	margin-left: 20px;
}

/******************************************************************************/
/* Грузим шрифты */

@font-face {
	font-family: 'OpenSans';
	src: url('fonts/OpenSans-Regular.eot');
	src: url('fonts/OpenSans-Regular.eot?#iefix') format('eot'), url('fonts/OpenSans-Regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'OpenSans-Semibold';
	src: url('fonts/OpenSans-Semibold.eot');
	src: url('fonts/OpenSans-Semibold.eot?#iefix') format('eot'), url('fonts/OpenSans-Semibold.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'OpenSans-Light';
	src: url('fonts/OpenSans-Light.eot');
	src: url('fonts/OpenSans-Light.eot?#iefix') format('eot'), url('fonts/OpenSans-Light.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'PT-Sans-Regular';
	src: url('fonts/PT-Sans-Regular.eot');
	src: url('fonts/PT-Sans-Regular.eot?#iefix') format('eot'), url('fonts/PT-Sans-Regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'PT-Sans-Bold';
	src: url('fonts/PT-Sans-Bold.eot');
	src: url('fonts/PT-Sans-Bold.eot?#iefix') format('eot'), url('fonts/PT-Sans-Bold.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

/******************************************************************************/




body{
	font-family: OpenSans, sans-serif;
	font-size: 16px;
	line-height: 25px!important;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Izis', sans-serif;
}	
h2 {
	font-size:52px!important;
	font-weight:300!important;
}

h3 {
	font-size:18px!important;
	font-weight:700!important;
}

.item-page p{
	color:#000;
}

.body-bg{
width: 100% !important;	
/*min-width: 1170px !important;	*/
}
.row-fluid .span12 {
    /*min-width: 1170px;*/
}

.componentheading{
}
h3.mod-title{
    font-size: 52px !important;
    font-weight: 300 !important;
	/*font-size: 18px;
	font-weight: bold;
	line-height: 20px;*/
	line-height: 45px;
	text-transform: uppercase;
	margin: 10px 0;
	padding: 10px 0;
	clear: both;
	border-bottom: 3px double;
}
.oBottomBlock h3.mod-title{
	border: 0;
}
.oTopBlock{
	border-bottom: 1px solid;
}
.oTopBlock .container{
	
}
.oTopBlock .top1{
	position: relative;
}

.oTopBlock .top3{
	
}
.oTopBlock .top4{
	
}
.oTopBlock .top5{
	
}
.oMiddleBlock{

}
.oMiddleBlock1{
	
}
.oMiddleBlock2{
	
}
.oMiddleBlock3{
	padding: 20px 0;
}

.oMiddleBlock4{
	padding: 20px 0;
}

.oMainBlock .container{
	
}
.oMainTopBlock1 {
	padding: 20px 0;
}
.oMainTopBlock2{
	padding: 0;
}

.oBottomBlock{
	
}
.oBottomBlock-i{
	
}
.oBottomBlock .container{
	
}
.oBottomBlock .oPosBlock{
	padding: 10px 0;
}
.oFooterBlock{
	border-style: solid none none;
	border-width: 1px 0 0;
}
.oFooterBlock .container{
	font-size: 12px;
}
.oFooterBlock .footer1-6 .module{
	float: right;
}
.oFooterBlock .footer1{
	
}
.oFooterBlock .footer2{
	
}
.breadcrumb{
	float: right;
	font-size: 13px;
}
.breadcrumb-header{
	font-size: 30px;
}
.carousel{
	overflow: hidden;
	z-index: 0;
}

/* CUSTOM SEARCH */
.module .search{
	margin: 0;
	padding: 0;
	text-align: right;
}
.module .search .form-search{
	margin: 0 2px 2px;
	border-top: 3px solid;
	padding: 10px 15px;
	-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;
}
.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;
}
.oTopBlock .module.accordion.custom_search{
	float: right;
	margin: 0;
	padding: 0px 10px 5px;
	/* line-height: 65px; */
}
.oTopBlock .module.accordion.custom_search input.button-img{
	margin-top:17px;
	margin-right:5px;
	margin-left:5px;
}
.oTopBlock .top1 .module.accordion.custom_search .search{
	position: absolute;
	right: 0;
	top: 100%;
	z-index: 2;
	/* line-height: 20px; */
}

/* CUSTOM MENU */
.mainmenu .otmenu-desk-wrapper{
	margin: 0 10px;
}
.mainmenu .otmenu-mobile-wrapper{
	margin: 0 10px;
	overflow: hidden;
}
.mainmenu .otmenu-desk-wrapper .ot-menu.menu{
/*	float: right;*/
	height: 59px;
}
.mainmenu .otmenu-desk-wrapper .ot-menu li li a,
.mainmenu .otmenu-desk-wrapper .ot-menu li li .item-separator{
	padding: 5px;
}
.mainmenu .otmenu-desk-wrapper .ot-menu li:hover{
	background: none;
}
.mainmenu .otmenu-desk-wrapper .ot-menu li.level1 > a:hover,
.mainmenu .otmenu-desk-wrapper .ot-menu li.level1.hover > a,
.mainmenu .otmenu-desk-wrapper .ot-menu li.level1.active > a{
	padding-bottom: 0px;
	/*border-bottom: 5px solid;*/
}
.mainmenu .otmenu-desk-wrapper .ot-menu li.level1.hasChild > a:hover:after,
.mainmenu .otmenu-desk-wrapper .ot-menu li.level1.hasChild.hover > a:after,
.mainmenu .otmenu-desk-wrapper .ot-menu li.level1.hasChild.active > a:hover:after{
	bottom: 0;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}
.mainmenu .otmenu-desk-wrapper .ot-menu li.level1.hasChild > a:hover:after,
.mainmenu .otmenu-desk-wrapper .ot-menu li.level1.hasChild.hover > a:after,
.mainmenu .otmenu-desk-wrapper .ot-menu li.level1.hasChild.active > a:hover:after{
	border-width: 3px;
	left: 50%;
	margin-left: -3px;
}
.mainmenu .otmenu-desk-wrapper .ot-menu a.level1{
font-family: OpenSans,sans-serif;
	font-weight: 300;
	font-style: normal;
	font-size: 16px;
	line-height: 55px;
	height: 55px;
	padding: 0px 20px 5px;
	text-transform: none;
}
.mainmenu .otmenu-desk-wrapper .ot-menu a.level1 span{
	
}
.mainmenu .otmenu-desk-wrapper .ot-menu li.level1 .submenu-wrap{
	border-top: 3px solid;
	-webkit-border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
}
.mainmenu .otmenu-desk-wrapper .ot-menu li.level1 > .submenu-wrap{
	top: 100px;
}
.ie7 .mainmenu .otmenu-desk-wrapper .ot-menu li.level1 > .submenu-wrap{
	border-top: 1px solid;
}
.ot-menu a,
.mainmenu .otmenu-desk-wrapper .ot-menu a,
.menu a{
	
}
.oFooterBlock ul.menu li{
	float: left;
	padding: 0 10px 0 0;
}
 
 /* CUSTOM STYLE CUSTOM SOCIAL */
 a.custom-social{
	margin: 0 5px;
	padding: 0;
	width: 18px;
	height: 18px;
	display: inline-block;
	opacity: 0.60;
	filter:alpha(opacity=60); /* For IE8 and earlier */
 }
 a.custom-social:hover{
	opacity: 1;
	filter:alpha(opacity=100); /* For IE8 and earlier */
 }

/* CUSTOM BANNER */
.custom_banner .carousel{
	margin: 0;
}

/* CUSTOM BLOCK */
.custom_block{
	padding: 3%;
	overflow: hidden;
}
.custom_block h3{
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
}
.custom_block a{
	font-weight: bold;
}
.custom_work{
	padding: 10px;
}
.custom_work h3{
	font-size: 24px;
	text-transform: uppercase;
	color:#000;
}
.custom_work h3 span{
	font-size: 36px;
	line-height: 30px;
	display: block;
}
.custom_work a{
	font-weight: bold;
}

/* CUSTOM CONTACT BLOCK */
.custom_contact{
	padding: 20px 0;
	overflow: hidden;
}
.custom_contact .custom_comp{
	font-style: italic;
}

/* CUSTOM SUPPORT BLOCK */
.custom_support{
	position: relative;
	padding: 10px;
	border: 1px solid;
	margin: 50px 0;
	-webkit-border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
}
.custom_support .custom_inner{
	padding: 9px 19px;
	border: 1px solid;
	-webkit-border-radius: 3px 3px 3px 3px;
	-moz-border-radius: 3px 3px 3px 3px;
    border-radius: 3px 3px 3px 3px;
}
.custom_support img{
	position: absolute;
	top: -35px;
	left: 50%;
	margin-left: -29px;
}
.custom_support h3{
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
}
.custom_support a{
	font-weight: bold;
}

/* CUSTOM SIDEBAR */
[class*="sidebar-"]{
	margin-bottom: 10px;
}
[class*="sidebar-"] ul{
	
}
[class*="sidebar-"] .module{
	margin: 10px 0;
}
[class*="sidebar-"] .module .mod-title{
	margin: 0px;
}
[class*="sidebar-"] .mod-content{
	
}

/* CUSTOM CONTENT */

/* CUSTOM CONTACT */
.module .custom-contact{
	font-size: 12px;
	font-style: italic;
	margin-top: 10px;
}
.module .custom-contact h4{
	font-size: 14px;
	font-style: normal;
	margin-bottom: 0;
}
.module .custom-contact a.contact{
	padding: 5px 10px;
	margin-bottom: 0;
}

/* CUSTOM BOTTOM */
.oBottomBlock ul li{
	line-height: 20px;
	padding: 2px;
	border-bottom: 1px solid;
}
.oBottomBlock ul li:last-child{
	border-bottom: 0;
}

/* CUSTOM FOOTER */
.oFooterBlock .nav > li > a{
	
}
.oFooterBlock .nav > li > a:hover,
.oFooterBlock .nav > li > a:focus{
	background: none;
}

/* CUSTOM K2 */
.k2Avatar img{
	overflow: hidden;
}
div.itemHeader h2.itemTitle{
	font-family: 'CartoGothicStd';
	font-size: 30px;
	padding: 10px 0;
	text-transform: capitalize;
}
div.catItemHeader h3.catItemTitle,
div.latestItemHeader h3.latestItemTitle,
div.userItemHeader h3.userItemTitle,
div.tagItemHeader h2.tagItemTitle{
	font-family: 'CartoGothicStd';
	font-size: 30px;
	padding: 10px 0;
}
div.itemToolbar ul{
	text-align: left;
}
div.catItemHeader span.catItemAuthor,
div.itemHeader span.itemAuthor{
	display: inline-block;
	padding: 0 10px 0 15px;
}
.catItemAuthor,
.itemAuthor,
.catItemDateCreated,
.itemDateCreated,
.moduleItemDateCreated,
.catItemTagsBlock,
.itemTagsBlock,
.catItemComments,
.itemComments{
	padding: 0 10px 0 15px;
}
.ot-portfolio div.itemImageBlock{
	float: left;
}
ul.itemsList li{
	list-style: none;
	padding: 10px;
	border-bottom: 1px solid;
}
ul.itemsList li.lastItem{
	border-bottom: 0;
}
.k2ItemsBlock .moduleItemImage{
	float: left;
	margin: 0 10px 0 0;
}
.k2ItemsBlock .ot-single .moduleItemImage,
.k2ItemsBlock .ot-portfolio .moduleItemImage,
.ot-portfolio .catItemImageBlock{
	width: 100%;
	margin: 0;
	padding: 0;
}
.ot-portfolio .catItemImageBlock span.catItemImage{
	margin: 0;
	padding: 0;
}
.ot-portfolio .catItemImageBlock span.catItemImage img{
	margin: 0;
	padding: 0;
	border: 0;
}
.ot-portfolio div.itemRelated{
	overflow: hidden;
}
.k2ItemsBlock .ot-single .moduleItemOverlay{
	position: absolute;
	top: 20%;
	left: 10%;
	width: 40%;
	height: 50%;
	padding: 10px;
}
.k2ItemsBlock .ot-single .moduleItemOverlay-i{
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.k2ItemsBlock .ot-single .moduleItemOverlay-ii{
	padding: 10px 10px 10px 30px;
}
.k2ItemsBlock .ot-single .moduleItemOverlay .moduleItemIntrotext{
	margin: 0 0 20px;
}
.k2ItemsBlock .ot-single .moduleItemOverlay a.moduleItemReadMore{
	padding: 5px 35px 5px 15px;
}
.ot-portfolio div.catItemView,
div.itemView.ot-portfolio {
	padding: 0px;
	margin: 20px 0 0;
}
.k2ItemsBlock .ot-portfolio .k2ItemBlock-i,
.ot-portfolio .catItemView .k2ItemBlock,
.ot-portfolio .itemRelated .k2ItemBlock{
	border-width: 5px 1px 1px;
	border-style: solid;
}
.k2ItemsBlock .ot-portfolio .k2ItemBlock .moduleItemIntro,
.ot-portfolio .catItemView .k2ItemBlock .catItemBody,
.ot-portfolio .itemRelated .k2ItemBlock .itemRelIntro{
	overflow: hidden;
	padding: 5%;
}
.k2ItemsBlock .ot-portfolio .k2ItemBlock .moduleItemImageHeader,
.ot-portfolio .catItemView .k2ItemBlock .catItemImageHeader,
.ot-portfolio .itemRelated .k2ItemBlock .itemRelImageHeader{
	overflow: hidden;
	position: relative;
}
.k2ItemsBlock .ot-portfolio .k2ItemBlock .moduleItemImageHeader .moduleItemHeader,
.ot-portfolio .catItemView .k2ItemBlock .catItemImageHeader .catItemHeader,
.ot-portfolio .itemRelated .k2ItemBlock .itemRelImageHeader .itemRelHeader{
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
}
.k2ItemsBlock .ot-portfolio .k2ItemBlock .moduleItemImageHeader .moduleItemHeader .moduleItemTitle,
.ot-portfolio .catItemView .k2ItemBlock .catItemImageHeader .catItemHeader .catItemTitle,
.ot-portfolio .itemRelated .k2ItemBlock .itemRelImageHeader .itemRelHeader .itemRelTitle{
	font-family: "Izis",sans-serif;
	font-weight: bold;
	font-style: normal;
	font-size: 22px;
}
.k2ItemsBlock .ot-portfolio .k2ItemBlock .moduleItemImageHeader .moduleItemHeader .moduleItemTitle,
.ot-portfolio .catItemView .k2ItemBlock .catItemImageHeader .catItemHeader .catItemTitle,
.ot-portfolio .itemRelated .k2ItemBlock .itemRelImageHeader .itemRelHeader .itemRelTitle,
.k2ItemsBlock .ot-portfolio .k2ItemBlock .moduleItemImageHeader .moduleItemHeader .moduleItemDateCreated,
.ot-portfolio .catItemView .k2ItemBlock .catItemImageHeader .catItemHeader  .catItemDateCreated,
.ot-portfolio .itemRelated .k2ItemBlock .itemRelImageHeader .itemRelHeader .itemRelDateCreated,
.k2ItemsBlock .ot-portfolio .k2ItemBlock .moduleItemImageHeader .moduleItemHeader .moduleItemAuthor,
.ot-portfolio .catItemView .k2ItemBlock .catItemImageHeader .catItemHeader  .catItemAuthor,
.ot-portfolio .itemRelated .k2ItemBlock .itemRelImageHeader .itemRelHeader .itemRelAuthor,
.k2ItemsBlock .ot-portfolio .k2ItemBlock .moduleItemImageHeader .moduleItemHeader .moduleItemTags,
.ot-portfolio .catItemView .k2ItemBlock .catItemImageHeader .catItemHeader  .catItemTags,
.ot-portfolio .itemRelated .k2ItemBlock .itemRelImageHeader .itemRelHeader .itemRelTags{
	display: inline-block;
	padding: 5px 9px;
	margin: 0;
}
.ot-separator{
	clear: both;
	position: relative;
	display: block;
	height: 1px;
	font-family: 'times new roman';
	font-size: 30px;
	line-height: 20px;
	margin: 10px 0;
}
.ot-separator div{
	position: absolute;
	width: 100%;
	top: -5px;
	left: 0;
}
.ot-separator span{
	padding: 0 2px;
}
.ot-blog .catImgDate,
.ot-blog .itemImgDate,
.ot-blog .moduleImgDate{
	float: left;
	margin: 0 10px 10px 0;
	position: relative;
}
.ot-blog .catItemImageBlock,
.ot-blog .itemImageBlock,
.ot-blog .itemImage,
.ot-blog .moduleItemImage{
	margin: 0;
}
.ot-blog .moduleItemDateCreated{
	display: block;
	margin: 0px;
	padding: 0;
	text-align: center;
	font-size: 18px;
	line-height: 25px;
	border: 0;
	clear: both;
}
.ot-blog div.catItemView,
div.itemView.ot-blog {
	padding: 0px;
	margin: 20px 0 0;
	border-bottom: 1px solid;
}
.ot-blog .catItemImageBlock,
.ot-blog span.catItemImage,
.ot-blog span.catItemImage img,
.ot-blog .itemImageBlock,
.ot-blog span.itemImage,
.ot-blog span.itemImage img{
	margin: 0;
	padding: 0;
	border: 0;
}
.ot-blog div.catItemHeader,
.ot-blog div.itemHeader{
	
}
.ot-blog div.catItemHeader h3.catItemTitle,
.ot-blog div.itemHeader h2.itemTitle,
.ot-blog div.itemBackToTop{
	border: 0;
}
.ot-blog div.catItemBody,
.ot-blog div.itemBody,
.ot-blog div.itemComments{
	
}
.ot-blog .moduleItemTitle{
	margin: 0;
	font-size: 14px;
}
.ot-blog .moduleItemIntrotext{
	/* margin: 0 0 10px; */
	padding: 8px 0;
}
.ot-blog a.read-more{
	
}
.ot-blog .moduleItemComment,
.ot-blog a.moduleItemReadMore{
	padding: 5px 10px;
	margin: 0 5px 10px 0;
	font-size: 12px;
	font-style: italic;
	display: inline-block;
}
.ot-gallery{
	margin: 0 10px;
}
.ot-gallery .tabs-left > .gal-thumb,
.ot-gallery .tabs-right > .gal-thumb{
	width: 25%;
	height: 90%;
}
.ot-gallery .tabs-left > .gal-thumb{
	float: left;
}
.ot-gallery .tabs-right > .gal-thumb{
	float: right;
}
.ot-gallery .tabs-left .nav-tabs,
.ot-gallery .tabs-right .nav-tabs{
	margin: 0;
	border: 0;
}
.ot-gallery .mCSB_container{
	margin-right: 16px;
}
.ot-gallery .mCustomScrollBox > .mCSB_scrollTools{
	right: 5px;
}
#ot_tyo {position: absolute; top: 0px; right: 4011px;}
.ot-gallery .mCS-dark-2 > .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.ot-gallery .mCS-dark-2 > .mCSB_scrollTools .mCSB_draggerRail{
	-webkit-border-radius: 2px 2px 2px 2px;
	-moz-border-radius: 2px 2px 2px 2px;
	border-radius: 2px 2px 2px 2px;
}
.ot-gallery .nav-tabs > li{
	width: 90%;
	margin: 2% 5%;
	border: 0;
}
.ot-gallery .nav-tabs > li > a,
.ot-gallery .tabs-left > .nav-tabs > li > a,
.ot-gallery .tabs-right > .nav-tabs > li > a{
	padding: 0;
	margin: 0;
}
.ot-gallery .nav-tabs > li > a > img{
	max-width: 100%;
}
.ot-gallery.k2ItemsBlock .k2ItemBlock{
	position: relative;
	overflow: hidden;
}
.ot-gallery.k2ItemsBlock .moduleItemImage,
.ot-gallery.k2ItemsBlock .moduleItemImage img{
	margin: 0;
	width: 100%;
}
.ot-gallery.k2ItemsBlock .caption{
	position: absolute;
	left: 0;
	bottom: 0;
	margin: 0;
	padding: 2% 5%;
	width: 90%;
}
div.k2TagCloudBlock a{
	margin: 5px;
}

/* CUSTOM TAB */
.ot-tabs .navbar,
.ot-tabs .nav-tabs{
	margin: 0;
	padding: 0;
}
.ot-tabs .navbar{
	border-bottom: 1px solid;
	overflow: hidden;
}
.ot-tabs .navbar .divider-vertical{
	margin: 0px;
}
.ot-tabs .nav-tabs li{
	margin: 0px 1px;
}
.ot-tabs .nav-tabs a{
	font-size: 14px;
	text-transform: capitalize;
	font-weight: normal;
	border:0;
}
.ot-tabs .nav-tabs .active > a,
.ot-tabs .nav-tabs > a:hover,
.ot-tabs .nav-tabs > a:focus{
	border:0;
}
.tab-content{
	/* overflow: visible; */
}
.module .tab-content{
	/* clear: both;
	padding: 0 1%; */
	border: 0px;
}
.module .tab-pane {
	/* padding: 10px; */
}

/* CUSTOM CAROUSEL */
.carousel-control{
	margin: 0;
	width: 50px;
	height: 50px;
	border: 1px solid;
    border-radius: 15px;
	text-align: center !important;
}
.carousel-control.control-light{	
	opacity: 0.70;
	filter:alpha(opacity=70); /* For IE8 and earlier */
}
.carousel-control.control-light:hover,
.carousel-control.control-light:focus{	
	opacity: 1;
	filter:alpha(opacity=100); /* For IE8 and earlier */
}
.carousel-control.control-mini{
	width: 20px;
	height: 20px;
	font-size: 30px;
	line-height: 10px;
	top: -25px;
	left: auto;
	right: 25px;
	text-align: center !important;
}
.carousel-control.control-mini.right{
	right: 0;
}
.control-large .carousel-inner{
	width: 82.906%;
	margin: 0 8.546%;
}
.control-large .carousel-control{
	width: 5%;
	height: 99%;
	top: 0;
	left: 10px;
	overflow: hidden;
	margin: 0;
}
.control-large .carousel-control.right{
	left: auto;
	right: 10px;
}
.carousel-inner > .item{
	margin: 0;
	overflow: hidden;
}

.oTopBlock .module{
	
}
form.form-search{
	
}
a.read-more{
	padding: 5px 20px 5px 10px;
	border: 1px solid;
	font-size: 14px;
	font-weight: normal;
}

/* CUSTOM BACK TO TOP */
.oFooterBlock .container{
	position: relative;
}
.gotop{
	position: absolute;
	bottom: 100%;
	right: 0;
	display: block;
	padding: 10px 13px;
	border: 1px solid;
	-webkit-border-radius: 3px 3px 3px 3px;
	-moz-border-radius: 3px 3px 3px 3px;
    border-radius: 3px 3px 3px 3px;
}
.gotop a{
	display: block;
	padding: 10px 0 0;
	text-transform: uppercase;
}

/* CUSTOM TEMPLATE CONTROL */
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 !important;
	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{
	
}

.call_now{
	float:right;
	padding:10px;
	/*background:#3cae7b;*/
	background:#F1BA23;
	border-radius:10px;
}
.call_now:hover{
box-shadow: 0 0 10px rgba(0,0,0,0.5);
}

.call_now a{
	color:#fff;
	font-weight:bold;
}	

.call_now a:hover{
	text-decoration: none;
	color:#fff;
}

.top1-1{
	width:530px!important;
}

.top1-2{
	width:100%!important;
	
}

.oTopBlock{
	/*position:fixed;*/
}

.middle3 h3, h2 {
	/*height:60px!important;*/
	color:#000;
	text-align:center;
	transition: color 0.3s ease-out 0s;	
}

.section-subtitle{
	font-family:OpenSans-Light, sans-serif;
	font-size:15px;
}

.middle4 h3 {
	/*height:60px!important;*/
	color:#3C54A3!important;	
}

.middle3-1, .middle3-2, .middle3-3, .middle4-1, .middle4-2, .middle4-3 {
	/*border: 1px solid #12bc6f;
	border-radius:5px;*/
	padding:0 15px 15px;
/*	height:400px!important;*/
}

.middle3-1 p {
	color:#000!important;
}

.middle3-1:hover p {
/*color:#3C54A3!important;*/
}

.middle3-1 td:hover  h3 {
color:#6E280D!important;
transition: color 0.3s ease-out 0s;
}
.middle3-1:hover h2 {
color:#6E280D!important;
transition: color 0.3s ease-out 0s;
}


.middle3-1:hover {
/*box-shadow: 0 0 10px rgba(0,0,0,0.5);
transition: box-shadow 0.3s ease-out 0s;*/
}



.oMiddleBlock4 .row-fluid .span8, .oMiddleBlock4 .row-fluid .span2{
	width:371px!important;
}



.row-fluid .top1-1{
	width:330px!important;
}
.row-fluid .top1-2{
	width:100%!important;
	/*min-width:1170px;*/
}
.mainmenu .otmenu-desk-wrapper .ot-menu.menu {
	text-align:center;
	margin-left:auto;
	margin-right:auto;
}

.otmenu-wrapper-i{
position: relative;
right: 50%;
float: right;
}

ul.ot-menu{
position: relative;
right: -50%;
}
.otmenu-mobile-wrapper ul.ot-menu{
	right:0;
}

.mod-content  .round {
	border: 2px solid #3C54A3;
	border-radius:5px;
	margin-top:10px;
	background:none repeat scroll 0 0 #e4eaff;
	/*background: url(../images/bg1.jpg) no-repeat;*/
}
.footer1-2 {
border-color: #111110;
}

.row-fluid [class*="span"]{
/*min-height:50px!important;*/
}

.otmenu-mobile-wrapper{
	display:none;
}

}
.custom_preim{
	color:#000;
}
.fill p{
	font-size:20px;
	line-height:26px;
	margin-top:0px!important;
}

.custom_preim .fill{
	float:left;
	/*background:rgba(228, 234, 255, 0.85);*/
	background:rgba(1, 28, 81,0.7);
	padding:15px;
	margin:10px!important;
	width:525px;
	height:78px;
}

.custom_preim .fill:hover{
	background:rgb(1, 28, 81);
}

.d_img{
	width:130px;
	float:left;
}

.d_txt{
float:left;
width:1030px;
}

.d_txt p{
font-size:16px;}

.custom_contact {
	padding-top:0px!important;
}
.custom_contact > div{
	padding-top:10px;
}


.black {
	color:#000!important;
}
.black   .component p{
	font-size:16px;
}

.black ul {
    list-style: none;
	margin-left:40px;
}
.black ul li {
    position: relative;
}
.black ul li:after {
    content: '\2714';
    position: absolute;
    top: -1px;
    left: -25px;
}

.black   li{
	font-size:20px;
	line-height:30px;
}

.black  h2{
	color:#3c54a3;
	font-size:27px;
}
.black .page-header{
	height:70px;
	margin-bottom:10px!important;
}


div.blog  > div.page-header, div.item-page  > div.page-header {
	margin: -10px 0 10px!important;
}	


.uslugi td{
	padding:15px;
	width:33%;
}
.oMainBottomBlock1 {
	padding-top:15px;
}



.oContentBlock{
	padding-bottom:25px;
	min-height:0!important;
}

.homepage .oContentBlock{
	padding-bottom:0px;
	min-height:0!important;
}
.callme_viewform{
	margin-top:5px;
}


#Message {
	/*width:440px;*/
	width:90%;
	height: 80px;
}
.formBody input{
	width:90%;
}

input.rsform-submit-button{
	width:212px;
}

.middleBlocktop{
	/*padding-top: 59px; */
	background: url(../images/bg-middleBlocktop.jpg) no-repeat top center fixed #0D0D0B;
	-moz-background-size:cover; /* Gecko 1.9.2 (Firefox 3.6) */
	-o-background-size:102% auto; /* Opera 9.5 */
	-webkit-background-size:102% auto; /* Safari 3.0 */
	-khtml-background-size:cover; /* Konqueror 3.5.4 */
	background-size:cover; /* CSS3 */
	min-height:650px;
	/*min-width:1170px !important;*/
	margin-top:-50px!important;	
}
.mid-top{

	text-shadow: 1px 1px 2px black, 0 0 1em #dc7700; /* Параметры тени */
    color: white; /* Белый цвет текста */
	font-size: 1.1em; /* Размер надписи */
	line-height:1.1em;
}
.mid-top div.custom {
	margin-top:100px;
	background: rgba(70,70,70,0.5);
	/*width:960px;*/
	width:90%;
	padding:20px;
}

.oMainTopBlock2{
	padding-bottom:20px;
	padding-top:20px;
}
/* STAVROS */ 
.stavros_header{
	background: url("../images/back-top.png") no-repeat top center / cover;
	height: 250px;
	/*min-width: 1170px !important;*/
	margin-left: auto;
    margin-right: auto;
}

.oTopBlock {
    background-image: url("../images/back-menu.png");
	width: 100%;
	height:90px;
/*	position: fixed;*/
    z-index: 1030;
}
#c_slide {
    background-color: rgba(85,26,4,1);	
	background-image: url("../images/back-menu.png");
    background-position: center top;
    background-repeat: no-repeat;	
	margin-bottom:50px;
}


#c_slide.fixed {
    position: fixed;
    top: 0;
	box-shadow: 0 0 10px rgba(0,0,0,0.5);
	background-color: rgba(85,26,4,0.7);	
	background-image: url("../images/back-menu-1.png");
}

.top1{
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #ddd;
    border-image: none;
    border-style: solid;
    border-width: 1px 0;
}

div.formBody { margin-right:10px;}
div.formDescription{ padding-top:5px;}


.calctext {
    color: black;
    margin: 2px;
    width: 100%;
}

.calctext tr {
    border-bottom: 1px solid #e3e3e3;
	font-size:18px;
}

.calctext tr:hover, .rsform-block:hover  {
    background: rgba(220,119,0,0.3)!important;
	transition: all 0.2s ease-out 0s!important;	
}

.calctext td {
    padding: 0.75em;
	vertical-align:middle;
}

.calc_inp {
    text-align: right;
    width: auto;
	margin-right:10px;
}

.calc_inp, .rsform-submit-button, .btn, .calctext select, .b1c{
	background-image:none!important;
    background-color: #fff!important;
    border: 1px solid #dc7700!important;
    border-radius: 4px!important;
    color: #dc7700!important;
    padding: 8px!important;
	font-size:22px!important;
}

.calc_inp:hover, .btn:hover,.rsform-submit-button:hover, .b1c:hover{
	background-image:none!important;
    background-color: #dc7700!important;
    border: 1px solid #a95b00!important;
    color: #fff!important;
	transition: all 0.2s ease-out 0s!important;
}

.calctext h3{
	font-size:1.5em!important;
}


.itog_inp {
	text-align:right;
	background-image:none!important;
    border: 1px solid #dc7700!important;
    border-radius: 4px!important;
    color: #dc7700!important;
    padding: 5px!important;
	font-size:24px!important;
	margin-right:10px;
}




.calc_inp[type="checkbox"] {
    display:none;
}
.calc_inp[type="checkbox"] + label{
    display:inline-block;
    width:36px;
    height:30px;
    margin:-1px 4px 0 0;
    vertical-align:middle;
    background:url("../images/check-off.png") left top no-repeat;
    cursor:pointer;
}
.calc_inp[type="checkbox"]:checked + label {
    background:url("../images/check-on.png") left top no-repeat;
}

.calc_inp[type="checkbox"]:disabled + label {
    background:url("../images/check-dis.png") left top no-repeat;
}

input.calc_inp[type="number"], input.itog_inp[type="text"] {
    width:180px!important;
}
.calctext select {
    width:180px!important;
}


.page-header h2{
	color:#dc7700;
}


dd.create {font-size:14px;}
.icon-calendar{margin-top:3px!important;}

#sb-title , #sb-info{
	background:rgba(0,0,0,0.5)!important;
	border-radius: 5px 5px 0 0;
	padding-left:5px;
}
#sb-title {
	border-radius: 5px 5px 0 0;
	padding-left:5px;
}

#sb-info {
	border-radius: 0 0 5px 5px;
	padding-left:5px;
}

h2{
    line-height: 45px;
}

#sb-title #sb-title-inner{
	font-size: 18px;
	font-weight:bold;
}


.fixed .top1{
	border:none;
}

.fixed{
	height:60px;
	border-bottom: solid 1px #ddd;
} 


#logo_sm_top{
	margin-left:50px;
    width:65px;
    height:58px;
	position:absolute;
	display:none;
	z-index:500;
}
#logo_sm_top:hover, #logo_sm_top_v:hover{
	background:url("../images/logo-sm-h.png") no-repeat;
transition: background 0.2s linear 0s;
}


#logo_sm_top_v{
	margin-left:50px;
	margin-top:1px;
    width:65px;
    height:58px;
	position:absolute;
	z-index:500;
		transition: 3s;
}
.oMainBottomBlock2{
	background:#f2eddb;
}

.oMainBottomBlock2 h3.mod-title {
    border-color: #fff;
    color: #333333;
}


.pagination {
        text-align: center !important;
}



a:hover img.jg_photo, .jg_minis a:hover img {
    border: 1px solid #dc7700!important;
	transition: border 0.3s ease-out 0s;
}

.joomimg129_img img:hover {
    border: 1px solid #dc7700!important;
    padding: 4px;
	transition: border 0.3s ease-out 0s;	
}

.pagination ul > li > a:hover, .pagination ul > li > a:focus, .pagination ul > .active > a, .pagination ul > .active > span {
    background-color: #dc7700 ;
	color:#fff;
	text-decoration:none!important;
}


.ot-portfolio .catItemImageBlock span.catItemImage{
	height: 300px;
}
.ot-portfolio .catItemImageBlock span.catItemImage a img{
	margin:10px;
}

.k2ItemBlock:hover{
	border-color: #dc7700!important;
	transition: border 0.3s ease-out 0s;
}

.ot-portfolio .catItemView .k2ItemBlock .catItemBody{
	padding-top:0px!important;
}

.catItemExtraFieldsValue.price, .catItemExtraFieldsLabel.price{
	font-size:1.1em;
	font-weight:bold;
}
h4.catItemTitle.b1c-name{
	color: #dc7700!important;
	background: rgba(246, 246, 246,0.8)!important;
}

.catItemHeader{
	top:275px;
}

.rub{ display: inline-block; font-size: 18px; line-height: 7px; border-bottom: 1px solid #000000; width:0.6em; }

div.catItemIntroText {
    padding: 0!important;
	padding-top:10px!important;
	font-size:14px!important;
	line-height:16px!important;
	min-height:70px!important;
}

div.catItemIntroText p {
    margin: 0;
}


div.catItemExtraFields, div.genericItemExtraFields {
	margin-top:5px!important;
}	

.jg_subcatelem_cat a{
	font-size: 24px!important;
	line-height: 26px;
	font-family: "Izis",sans-serif;
	font-weight:bold;
}

div.fixed div.top2{
margin-top: 10px!important;	
}

.fixed .breadcrumb {
    background-color: rgba(245, 245, 245, 0.7);
}	
.jg_element_gal > .jg_element_txt ul li{
color: #999;
}

.formBody img{
	margin-top:-10px!important;
}

div.jg_catorderlist > form > select{
	margin-bottom:5px!important;
	width:150px!important;
}

div.rs-body{
	width:100%;
}
.rs-body .rs-left{
	display:table-cell;
	width:30%; 
	vertical-align:top;
	float:left;
}
.rs-body .rs-right{
	display:table-cell;
	width:68%; 
	padding-left:2%;
	vertical-align:top;
	float:left;
}

.row {
	margin-left:0!important;
	margin-right:0!important;
}


dd.create span.glyphicon-calendar{
	background-position: -192px -120px;
	margin-top: 3px !important;
	background-image: url("../images/glyphicons-halflings.png");
    background-repeat: no-repeat;
    display: inline-block;
    height: 14px;
    line-height: 14px;
    margin-top: 1px;
    vertical-align: text-top;
    width: 14px;
}


.jpagination ul {
    border-radius: 4px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    display: inline-block;
    margin-bottom: 0;
    margin-left: 0;
	margin: 18px 0;
}
.jpagination ul > li {
    display: inline;
}
.jpagination ul > .disabled > span, .jpagination ul > .disabled > a, .jpagination ul > .disabled > a:hover, .jpagination ul > .disabled > a:focus {
    background-color: transparent;
    color: #999;
    cursor: default;
}

.jpagination ul > li:first-child > a, .jpagination ul > li:first-child > span {
    border-bottom-left-radius: 4px;
    border-left-width: 1px;
    border-top-left-radius: 4px;
}

.jpagination ul > li > a, .jpagination ul > li > span {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #fff;
    border-color: #ddd;
    border-image: none;
    border-style: solid;
    border-width: 1px 1px 1px 0;
    float: left;
    line-height: 20px;
    padding: 4px 12px;
    text-decoration: none;
}
.glyphicon-forward::before {
    content: "\f105";
}
.glyphicon-fast-forward::before {
    content: "\f101";
}
.glyphicon-backward::before {
	content: "\f104";
}
.glyphicon-fast-backward::before {
	content: "\f100";
}
i.glyphicon{
	display: inline-block;
    font-family: FontAwesome;
    font-feature-settings: normal;
    font-kerning: auto;
    font-language-override: normal;
    font-size: inherit;
    font-size-adjust: none;
    font-stretch: normal;
    font-style: normal;
    font-synthesis: weight style;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    padding-right: 3px;
    text-rendering: auto;
    transform: translate(0px, 0px);
}
.oPosBlock .footer1-1, .oPosBlock .footer1-2{
	width: 48.9362%;
	float:left;
	margin-left:0;
}
.items-row {
	padding-bottom:25px; 
}
.otmenu-mobile-wrapper .btn-navbar{
	float:left!important;
	padding-left:20px;
	margin-top:6px!important;
}
.mobile-menu-button{
	float:left;
	margin-top:3px;
	margin-right:3px;
}
.otmenu-mobile-wrapper .otmenu-wrapper-i{
	left: 50px!important;
}
.b1c-form, .cme-form {
	z-index: 2000;
}	

@media screen and (max-width: 870px) {
	.rs-body .rs-right, .rs-body .rs-left{
		display:block;
		width:100%;
		float:none;
	}
	.rs-body .rs-left{
		padding-bottom:20px;
	}
	.otmenu-wrapper-i {
		float:left;
		left:10%;
	}
	.oPosBlock .footer1-1, .oPosBlock .footer1-2{
		width: 100%;
		float:none;
		margin-left:0;
	}
	.breadcrumb{
		display:none;
	}
	.b1c-form{
		font-size:0.8em;
	}
	div.joomimg129_imgct{
		width:50%!important;
	}
	img{
		max-width:94%!important;
	}
}

@media screen and (max-width: 500px) {
	div.formCaption, div.formBody {
		float:none!important;
	}
	div.formCaption{
		width:100%!important;
	}
	
}	

input#Conf0{
	width:auto;
}
.oFooterBlock .footer1{
	line-height:15px;
}
.footer1-2 ul{
	margin-top:8px;
}
input#Conf0{
	margin-top:0px;
}