@import "http://webfonts.ru/import/lobster.css";

/* Eric Meyer's CSS Reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* End of Eric Meyer's CSS Reset */

html {
	height: 100%;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
	display: block;
}
body {
	font: 14px/18px Arial, sans-serif;
	height: 100%;
	background: #d7d7d7;
}

h2{
	font-size: 22px;
	line-height: 28px;
}



.wrapper {
	width: 100%;
	min-height: 100%;
	height: auto !important;
	height: 100%;
}


/* Header
-----------------------------------------------------------------------------*/
.header {
	
}
.top_menu{
	margin: 40px 0 0;
}
.top_menu i{
	display: block;
	text-align: center;
	font-size: 22px;
}
.top_menu li{
	margin: 0 30px 0 0;
}
.top_menu a, .top_menu i, .reg_enter_box a{
	color: #4d4d4d;
}
.top_menu a:hover, .top_menu a:hover i, .catalog_menu a:hover{
	color: #777;
	text-decoration: none;
}
.phone{
	font-size: 20px;
	color: #4d4d4d;
}
.reg_cart_box{
	float: right;
}
.region{
	padding: 15px 0;
	text-align: center;
}
.soc_box{
    margin-top: 40px;
}
.soc_box a{
    display: inline-block;
    width: 30px;
}
.soc_box img{
    width: 100%;
}

/* Middle
-----------------------------------------------------------------------------*/
.main_box {
	padding: 0 0 740px;
}
#catalog_menu_box{
	margin: 30px auto;
}
#catalog_menu_box .catalog_menu li{
	margin: 0 30px 0 0;
	list-style-image: url(../images/menu_divider.png);
}
.catalog_menu a{
	color: #333;
	text-decoration: none;
}
.breadcrumbs{
	margin: 0 0 40px;
}
.article_box{
	overflow: hidden;
}
.article_title{
	margin: 0 0 20px;
}
.article_img{
	float: left;
	margin: 0 10px 10px 0;
}

/* Slider */
#main_slider{
	margin: 0 0 40px;
}
.slider{
	position: relative;
}
.sliderContent { 
	width:100% !important; 
	display:block;
	height:400px;
	clear:both;
}
.sliderContent .item {
    position:absolute;
		left: 0;
    width: 100%;
		background: #4d4d4d;
	box-shadow: 0 2px 2px rgba(0, 0, 0, 0.4); 
}
.sliderContent .text_item{
/*
	float:left; 
	width:40%;
	height: 264px;
*/
	overflow: hidden; 
	padding: 15px;
}
.sliderContent .text_item h2{
	line-height: 18px;
}
.sliderContent .text_item h2 a{
	color: #E6E6E6;
	font-size: 22px;
}
.sliderContent .text_item p {
    color: #cdcece;
    font-size: 14px;
    line-height: 18px;
}

.sliderContent .text_item  a{
    color: #31f9f2;
    font-size: 14px;
    margin: 20px 0 0;
		text-align: right;
/*    padding-left: 120px;*/
    font-weight: bold;
/*    position: absolute;*/
    text-decoration: none;
}
.sliderContent .text_item a:hover{
    color: #a2f4ff;
}
.sliderContent .img_item{
/*    float: right;
    display: inline-block;
    height: 300px;*/
		padding: 0;
    overflow: hidden;
}
.sliderBullets {
    position:absolute;
    padding:0 10px;
    z-index:50;
	left: 50%;
}
.sliderBullets a {
    display:block;
    float:left;
    text-indent:-9999px;
    outline:none;
    margin-left:5px;
    width:10px;
    height:10px;
    background:url('/assets/js/slider/tabs_1.png') no-repeat center center;
}
.sliderBullets a:hover,
.sliderBullets .active {
    background: url('/assets/js/slider/tabs_2.png') no-repeat center center; 
}
.sliderContent a.more_link{
	display: block;
	margin: 40px 0 0;
	padding: 15px;
	width: 150px;
	text-align: center;
	background: #006fd3;
	color: #cdcece;
}
.flags{
	color: #777;
}

/* Action Box */
.action_title{
	text-align: center;
	margin: 20px 0 40px;
}
.action_title:before, .action_title:after{
	display: inline-block;
	content: '';
	margin: 0 40px 0 0;
	width: 230px;
	height: 25px;
	background: url(/assets/images/box_divider.png) no-repeat;
	  vertical-align: middle;
}
.action_title:after{
	margin: 0 0 0 40px;
}
.ms2_product{
	margin: 20px auto;
	padding: 5px;
	background: #4d4d4d;
}
.ms2_product h3{
	text-align: center;
}
.ms2_product h3 a{
	color: #e3e3e3;
	font-size: 120%;
	line-height: 30px
}
.ms2_product p{
	color: #efefef;
}
.ms2_product  .price{
	font-size: 22px;
	color: #fff;
}
.ms2_product .ms2_form{
	margin: 20px 0 0;
}
.ms2_product .btn-default{
	color: #e3e3e3;
	background: #006fd3;
}


/* Contact Form */
.contact_form{
	margin: 50px auto;
}
.ajax_form h4, .action_title{
	font-size: 24px;
	color: #4d4d4d;
}
.ajax_form input{
	background: #E4E4E4;
	width: 100%;
	padding: 5px;
}
.ajax_form .send_button{
	border: none;
	padding: 7px;
	background: #006fd3;
} 

/* Footer
-----------------------------------------------------------------------------*/
.footer {
	margin: -740px auto 0;
	height: 740px;
	background: url(../images/kovhof_footer_bg.jpg) top center no-repeat;
	position: relative;
}
.footer_inner{
	height: 740px;
	background: url(../images/kovhof_footer_bg.jpg) top center no-repeat;
	position: relative;
}
.content_box{
	margin: 250px 0 0;
  padding: 20px;
  background: rgba(0, 0, 0, 0.45);
	border-radius: 6px;
  color: #fff
}

.register input{
	color: #000;
	font: 14px/18px Arial, sans-serif;
}
.auth_key{
	display: inline-block;
	width: 20px;
	height: 12px;
	margin: 0 10px;
	background: url(../images/main_sprite.png) no-repeat;
}
.category_item{
	background-color: #fff;
	border: 1px solid #999;
	padding: 20px 0;
	margin: 0 0 20px;
}

/* media-queries */
@media screen and (max-width: 979px) and (min-width: 768px) {}

@media screen and (max-width: 767px) {}

@media screen and (max-width: 480px) {
	.soc_box{
	    margin: 0;
	}
	.top_menu i{
	    display: none;
	    font-size: 14px;
	    margin-right: 6px;
	}
	.top_menu li {
    margin: 0 14px 0 0;
    float: left;
}
