/*
Theme Name: korinskoe
Author: RaftKorn
Author URI: http://artraft.net
*/

/* NULL */

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, FONT, IMG, INS, KBD, Q, S, SAMP, SMALL, STRIKE, STRONG, TT, VAR, B, U, I, CENTER, DL, DT, DD, OL, UL, LI, FIELDSET, FORM, LABEL, LEGEND {margin: 0;padding: 0;border: 0;outline: 0;font-size: 100%;vertical-align: baseline;background: transparent;}
SUP, SUB {line-height: 1px;}
BODY {line-height: 1;}
UL {list-style: none;}
:focus {outline: 0;}
INS {text-decoration: none;}
DEL {text-decoration: line-through;}
input::-moz-focus-inner {border: 0;}
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary, .block {display: block;}
audio, canvas, video {display: inline-block;}
audio:not([controls]) {display: none;height: 0;}
[hidden] {display: none;}
.none, .hidden {display: none;}

.clear, .clr {clear: both;}
hr.clear, hr.clr {padding: 0;margin: 0;height: 1px;overflow: hidden;border: 0;}
.clearfix:before, .clearfix:after, .clf:before, .clf:after {content: " ";display: table;}
.clearfix:after, .clf:after {clear: both;}
.clearfix, .clf {*zoom: 1;}

.alignright, .right {
	float: right;
	}

.alignleft, .left {
	float: left;
	}

.center {
	text-align: center;
	}

.centered, .aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright, img.right {
	margin: 0 0 4px 10px;
	display: inline;
	}

img.alignleft, img.left {
	margin: 0 10px 4px 0;
	display: inline;
	}

a img {
	border: none;
	}

img {
	max-width: 100%;
	}

/* END NULL */



/* BASE */

body {
	color: #3c3c3c;
	font-size: 16px;
	line-height: 22px;
	font-family: 'Exo 2', sans-serif;
	background: #fff;
	text-align: center;
	}

input, textarea {
	color: #3c3c3c;
	font-size: 16px;
	line-height: 22px;
	font-family: 'Exo 2', sans-serif;
	}

a {
	color: #3c3c3c;
	text-decoration: underline;
	}

a:hover {
	color: #3c3c3c;
	text-decoration: none;
	}

p{
	margin: 0 0 20px 0;
	}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, .title {
	color: #3c3c3c;
	margin: 0 0 20px 0;
	font-weight: bold;
	}
h1, .h1, .title{
	font-size: 48px;
	line-height: 52px;
	}
h2, .h2{
	font-size: 40px;
	line-height: 44px;
	}
h3, .h3{
	font-size: 32px;
	line-height: 36px;
	}
h4, .h4{
	font-size: 28px;
	line-height: 32px;
	}
h5, .h5{
	font-size: 24px;
	line-height: 28px;
	}
h6, .h6{
	font-size: 20px;
	line-height: 24px;
	}


.black{
	color: #000;
	}
.white{
	color: #fff;
	}
.grey{
	color: #808080;
	}
.green{
	color: #34c924;
	}
.red{
	color: #ff0000;
	}
.orange{
	color: #ffa500;
	}
.yellow{
	color: #ffff00;
	}
.blue{
	color: #0000ff;
	}
.purple{
	color: #8b00ff;
	}
.pink{
	color: #ffc0cb;
	}

/* END BASE */



/* ENTRY */

.entry table {
	margin: 0 0 20px 0;
	}

.table {
	border-top: 1px solid #959596;
	border-left: 1px solid #959596;
	}

.table tr th{
	border-bottom: 1px solid #959596;
	border-right: 1px solid #959596;
	background: #f4f4f4;
	padding: 5px 10px;
	}

.table tr td{
	border-bottom: 1px solid #959596;
	border-right: 1px solid #959596;
	padding: 5px 10px;
	}

.entry form {
	margin: 0 0 20px 0;
	}

.entry ul {
	padding: 0 0 0 20px;
	margin: 0 0 20px 0;
	list-style: none;
	}

.entry ol {
	padding: 0 0 0 25px;
	margin: 0 0 20px 0;
	list-style: none;
	}

.entry ul ul, .entry ol ol, .entry ol ul, .entry ol ul {
	margin: 5px 0 0 0;
	}

.entry ol > li {
	margin: 7px 0 7px 10px;
	list-style: decimal outside;
	}

.entry ul > li {
	margin: 7px 0 7px 10px;
	list-style-type: disc;
	}

.entry hr {
	margin: 0 0 10px 0;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps {
	font-size: 0.9em;
	letter-spacing: .07em;
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 0 0 20px 0;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}


.modal_win{
	display: none;
	width: 300px;
	padding: 20px;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 9999;
	background: #fff;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px; 
	-khtml-border-radius: 10px; 
	border-radius: 10px;
	-webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.32);
	-moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.32);
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.32);
	text-align: left;
	}

.modal_close {
	display: block;
	width: 26px;
	height: 26px;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	-khtml-border-radius: 50%;
	border-radius: 50%;
	border: 2px solid #c01f31;
	position: absolute;
	right: 10px;
	top: 10px;
	cursor: pointer;
	color: #c01f31;
	font-size: 15px;
	line-height: 26px;
	font-family: Arial;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	}

.modal_close:hover{
	border: 2px solid #e13d4f;
	color: #e13d4f;
	}

.modal_mask {
	position:absolute;
	left:0;
	top:0;
	z-index:9000;
	background: #000;
	display:none;
}

.form_title{
	padding: 0 0 15px 0;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	}

.form_line{
	padding: 0 0 15px 0;
	}

.label{
	display: block;
	padding: 0 0 2px 0;
	}

.input{
	width: 270px;
	height: 20px;
	padding: 7px 14px;
	background: #fff;
	border: 1px solid #959596;
	}

.input:focus{
	border: 1px solid #414141;
	}

.textarea{
	width: 270px;
	height: 100px;
	padding: 7px 14px;
	background: #fff;
	border: 1px solid #959596;
	}

.textarea:focus{
	border: 1px solid #414141;
	}

.form_sub {
	height: 36px;
	}

.but {
	display:-moz-inline-stack;
	display:inline-block; 
	_overflow:hidden;
	*zoom:1;
	*display:inline;
	height: 36px;
	padding: 0 20px;
	border: 0;
	background: #c01f31;
	color: #fff;
	line-height: 36px;
	text-transform: uppercase;
	text-decoration: none;
	cursor: pointer;
	}

.but:hover{
	background: #ca2a3c;
	color: #fff;
	}


/* END ENTRY */



/* BODY */

.wrap {
	text-align: left;
	margin: 0 auto;
	width: 1200px;
	}

header {
	height: 163px;
	}

.bg_top {
	min-width: 1200px;
	height: 50px;
	background: #436d28;
	}

.bg_top .wrap{
	position: relative;
	}

.logo{
	width: 172px;
	height: 179px;
	position: absolute;
	top: 10px;
	left: 512px;
	}

.logo_bot{
	top: auto;
	bottom: 53px;
	}

.logo a{
	display: block;
	width: 172px;
	height: 179px;
	background: url('images/logo.png') no-repeat;
	z-index: 300;
	}

.nav_top{
	float: left;
	}

.nav_top_r{
	float: right;
	}

.nav_top > ul > li{
	float: left;
	display: block;
	height: 50px;
	padding: 0 45px 0 55px;
	position: relative;
	background: url('images/nav_top.png') no-repeat 0px 18px;
	font-size: 16px;
	line-height: 50px;
	font-weight: 600;
	text-transform: uppercase;
	}

.nav_top > ul > li:first-child{
	padding-left: 0;
	background: none;
	}

.nav_top > ul > li:last-child{
	padding-right: 0;
	}

.nav_top > ul > li > a{
	color: #fff;
	text-decoration: none;
	}

.nav_top > ul > li > a:hover, .nav_top > ul > li.current-menu-item > a, .nav_top > ul > li.current-menu-parent > a, .nav_top > ul > li.current-menu-ancestor > a, .nav_top > ul > li.current-post-ancestor > a{
	color: #ffde00;
	text-decoration: underline;
	}

.nav_top > ul > li > ul{
	display: none;
	width: 200px;
	background: #436d28;
	position: absolute;
	top: 50px;
	left: 0px;
	}

.nav_top > ul > li > ul > li{
	display: block;
	border-top: 1px solid #4d7930;
	line-height: 30px;
	}

.nav_top > ul > li > ul > li > a{
	display: block;
	padding: 7px 20px;
	color: #fff;
	text-decoration: none;
	}

.nav_top > ul > li > ul > li > a:hover, .nav_top > ul > li > ul > li.current-menu-item > a, .nav_top > ul > li > ul > li.current-menu-parent > a, .nav_top > ul > li > ul > li.current-menu-ancestor > a, .nav_top > ul > li > ul > li.current-post-ancestor > a{
	background: #4d7930;
	color: #fff;
	}


.top_cont{
	float: left;
	width: 360px;
	padding: 25px 0 0 0;
	}

.top_soc{
	padding: 0 0 8px 0;
	}

.top_soc_title{
	float: left;
	padding: 0 19px 0 0;
	color: #5c5e5b;
	font-size: 13px;
	line-height: 26px;
	font-weight: 300;
	}

.top_soc a{
	float: left;
	display: block;
	width: 26px;
	height: 26px;
	margin: 0 11px 0 0;
	}

.top_soc_v{
	background: url('images/top_soc_v.png') no-repeat;
	}
.top_soc_t{
	background: url('images/top_soc_t.png') no-repeat;
	}
.top_soc_i{
	background: url('images/top_soc_i.png') no-repeat;
	}

.top_adr{
	padding: 0 0 0 31px;
	background: url('images/top_adr.png') no-repeat 0px 3px;
	color: #436d28;
	font-size: 13px;
	line-height: 16px;
	}

.top_adr a{
	border-bottom: 1px dashed #7a7a7a;
	color: #0a2d0f;
	font-weight: 300;
	text-decoration: none;
	}

.top_adr a:hover{
	border-bottom: 0;
	color: #0a2d0f;
	}


.top_tels{
	float: right;
	width: 380px;
	padding: 25px 0 0 0;
	}

.top_tel {
	padding: 0 0 12px 0;
	}

.top_tel_t{
	float: left;
	width: 183px;
	color: #5c5e5b;
	font-size: 13px;
	line-height: 13px;
	font-weight: 300;
	text-align: right;
	}

.top_tel_n{
	float: left;
	width: 197px;
	color: #363636;
	font-size: 24px;
	line-height: 26px;
	font-weight: 500;
	text-align: right;
	}

.top_tel_n span{
	color: #92ce42;
	font-weight: 300;
	}


.home_top{
	min-width: 1200px;
	height: 514px;
	padding: 96px 0 0 0;
	background: url('images/home_top.jpg') no-repeat center center;
	background-size: cover;
	color: #fff;
	font-size: 15px;
	line-height: 23px;
	text-transform: uppercase;
	}

.home_top .wrap{
	text-align: center;
	}

.home_top_t1 {
	height: 23px;
	padding: 0 30px 21px 30px;
	background: url('images/sep1.png') no-repeat center bottom;
	font-weight: 300;
	}

.home_top_t2 {
	height: 70px;
	padding: 17px 30px 47px 30px;
	background: url('images/sep2.png') no-repeat center bottom;
	font-size: 70px;
	line-height: 70px;
	font-weight: 800;
	}

.home_top_e {
	height: 108px;
	padding: 51px 30px 0 30px;
	}

.home_top_go{
	width: 285px;
	padding: 0 0 35px 0;
	margin: 0 auto;
	position: relative;
	}

.home_top_go a{
	display: block;
	width: 281px;
	height: 57px;
	border: 2px solid #ffde00;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
	color: #ffde00;
	font-size: 18px;
	line-height: 57px;
	font-weight: 700;
	text-decoration: none;
	text-align: center;
	}

.home_top_go a:hover{
	border: 2px solid #fff;
	color: #fff;
	}

.home_top_go:before, .home_top_go:after {
	content: " ";
	display: block;
	width: 21px;
	height: 23px;
	background: url('images/home_top_go.png') no-repeat;
	position: absolute;
	top: 18px;
	left: -52px;
	}

.home_top_go:after {
	left: auto;
	right: -52px;
	}

.sep3{
	height: 33px;
	background: url('images/sep3.png') no-repeat center top;
	}

.home_title{
	padding: 62px 0 33px 0;
	background: url('images/sep4.png') no-repeat center top;
	color: #2c3232;
	font-size: 58px;
	line-height: 58px;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	}

.home_title_info{
	padding: 0 190px 50px 190px;
	color: #436d28;
	font-weight: 500;
	text-transform: uppercase;
	text-align: center;
	}

.uslugi {
	padding: 65px 0 85px 0;
	}

.uslug{
	float: left;
	width: 383px;
	height: 256px;
	margin: 0 25px 25px 0;
	position: relative;
	}

.uslug3{
	margin: 0 0 25px 0;
	}

.uslug a{
	display: block;
	width: 383px;
	height: 157px;
	padding: 99px 0 0 0;
	background: url('images/uslug.png') no-repeat;
	position: absolute;
	top: 0px;
	left: 0px;
	color: #fff;
	font-size: 25px;
	line-height: 57px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
	transition: color 0.3s 0.01s ease;
	-moz-transition: color 0.2s 0.02s ease;
	-o-transition: color 0.2s 0.02s ease;
	-webkit-transition: color 0.2s 0.02s ease;
	}

.uslug a:hover{
	color: #ffde00;
	}

.uslug img{
	vertical-align: bottom;
	}


.home_galer{
	width: 1200px;
	height: 286px;
	overflow: hidden;
	position: relative;
	}

.home_galer_slide{
	width: 1200px;
	height: 286px;
	}

.home_galer_list{
	float: left;
	width: 300px;
	}

.home_galer_list img{
	vertical-align: bottom;
	}

#home_galer_nav{
	width: 1200px;
	height: 23px;
	padding: 13px 0;
	position: absolute;
	bottom: 0px;
	left: 0px;
	z-index: 280;
	background: #2f2f2f;
	background: rgba(47, 47, 47, 0.72);
	text-align: center;
	}

#home_galer_nav span{
	display:-moz-inline-stack;
	display:inline-block; 
	_overflow:hidden;
	*zoom:1;
	*display:inline;
	position: relative;
	width: 21px;
	height: 23px;
	margin: 0 94px 0 0;
	background: url('images/home_galer_nav.png') no-repeat;
	cursor: pointer;
	text-indent: -9999px;
	}

#home_galer_nav span:hover, #home_galer_nav span.cycle-pager-active{
	background: url('images/home_galer_nav.png') no-repeat 0px -23px;
	}

#home_galer_nav span:last-child{
	margin: 0;
	}

#home_galer_nav span:before {
	content: " ";
	display: block;
	width: 94px;
	height: 1px;
	background: #fff;
	position: absolute;
	top: 11px;
	right: -94px;
	z-index: 290;
	}

#home_galer_nav span:last-child:before{
	display: none;
	}

.preims {
	padding: 75px 0 80px 0;
	}

.preim{
	float: left;
	width: 300px;
	padding: 114px 50px 0 50px;
	color: #606160;
	font-size: 14px;
	line-height: 19px;
	font-weight: 300;
	text-align: center;
	}

.preim1{
	background: url('images/preim1.jpg') no-repeat center top;
	}
.preim2{
	background: url('images/preim2.jpg') no-repeat center top;
	}
.preim3{
	background: url('images/preim3.jpg') no-repeat center top;
	}

.preim_t{
	padding: 0 0 20px 0;
	color: #0b2c10;
	font-size: 25px;
	line-height: 25px;
	font-weight: 600;
	text-transform: uppercase;
	}

.bg_video{
	min-width: 1200px;
	height: 537px;
	padding: 83px 0 0 0;
	background: url('images/home_top.jpg') no-repeat center center;
	background-size: cover;
	}

.home_video{
	text-align: center;
	}


.map{
	width: 100%;
	min-width: 1200px;
	height: 710px;
	}

.map_wrap .wrap {
	position: relative;
	}

.map_desc{
	width: 432px;
	padding: 34px 30px 17px 140px;
	background: #fff url('images/map_desc.jpg') repeat-y;
	position: absolute;
	top: -652px;
	right: 0px;
	font-size: 14px;
	line-height: 18px;
	font-weight: 300;
	}

.map_desc strong{
	font-size: 17px;
	font-weight: 700;
	}

.map_desc_t{
	padding: 0 0 30px 0;
	margin: 0 0 30px 0;
	background: url('images/map_desc_t.png') repeat-x left bottom;
	font-size: 48px;
	line-height: 48px;
	font-weight: bold;
	text-transform: uppercase;
	}


#content {
	padding: 102px 0 40px 0;
	background: url('images/sep4.png') no-repeat center 41px;
	}



.top_img{
	min-width: 1200px;
	height: 279px;
	padding: 96px 0 0 0;
	background: url('images/top_img.jpg') no-repeat center center;
	background-size: cover !important;
	color: #fff;
	}

.breadc{
	padding: 0 0 24px 0;
	margin: 0 0 20px 0;
	background: url('images/sep1.png') no-repeat center bottom;
	text-align: center;
	text-transform: uppercase;
	}

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

.breadc a:hover{
	color: #fff;
	text-decoration: underline;
	}

.top_img h1{
	padding: 0 0 30px 0;
	margin: 0;
	background: url('images/sep5.png') no-repeat center bottom;
	color: #fff;
	font-size: 70px;
	line-height: 72px;
	text-align: center;
	text-transform: uppercase;
	font-weight: 800;
	}


.post_list {
	padding: 0 0 25px 0;
	}

.post_list_t {
	padding: 0 0 5px 0;
	font-weight: bold;
	}

.p_nav {
	padding: 10px 0 20px 0;
	}


footer {
	}

.bot_top {
	height: 128px;
	padding: 18px 0 0 0;
	}

.bg_bot {
	min-width: 1200px;
	height: 64px;
	background: #436d28;
	}

.bg_bot .wrap {
	height: 64px;
	position: relative;
	}

.copy {
	float: left;
	padding: 24px 0 0 0;
	color: #fff;
	font-size: 13px;
	font-weight: 300;
	text-transform: uppercase;
	}

.spaceprs {
	float: right;
	padding: 19px 0 0 0;
	}

.spaceprs img{
	vertical-align: bottom;
	}

/* END BODY */



/* SHEARCH */

.search_inp {
	float: left;
	width: 152px;
	}

.search_inp input {
	width: 130px;
	height: 16px;
	padding: 2px 10px;
	background: none;
	border: 1px solid #959596;
	}

.search_sub {
	float: left;
	width: 72px;
	padding: 0 0 0 10px;
	}

.search_sub input {
	width: 70px;
	height: 20px;
	background: none;
	border: 1px solid #959596;
	cursor: pointer;
	}

/* END SHEARCH */



/* COMMENTS */

.comments_t{
	padding: 0 0 10px 0;
	font-size: 18px;
	line-height: 20px;
	font-weight: bold;
}

.comments_list li {
	padding: 15px;
	margin: 0 0 15px 0;
	border: 1px solid #ddd;
	background: #f8f8f8;
}

.comments_list li li {
	margin: 15px 0 0 0;
}

.comments_list li.thread-even {
	background: #fff; 
} 

.comments_list .even {
	background: #fff; 
}

.comments_list .alt {
	background: #f8f8f8; 
}

.comment_ava{
	float: left;
	padding: 0 10px 0 0;
	}

.comment_ad{
	padding: 0 0 10px 0;
	}

.comment_a{
	font-weight: bold;
	}

.comment_d{
	font-style: italic;
	}

.comment_repl{
	text-align: right;
	}

#respond{
	padding: 15px;
	border: 1px solid #ddd;
	background: #eee;
	margin: 0 0 15px 0;
}

.comments_list #respond{
	margin: 0 15px 15px 15px;
}

.respond_t{
	padding: 0 0 10px 0;
	font-size: 18px;
	line-height: 20px;
	font-weight: bold;
}

.respond_inp{
	padding: 0 0 10px 0;
}


/* END COMMENTS */



/* WP OTHER */

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}



.wpcf7-not-valid { 
	border: 1px solid #ad2929 !important; 
	color: #ad2929; 
	}


#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}

#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; 
	}

/* END WP OTHER */

