/*
Theme Name: Udachnoe Mesto
Theme URI: http://www.bountyhunters.ru/
Description: The 2011 theme for WordPress is developed for udachnoe-mesto.ru
Author: Anton Trebunkiy
Version: 1.1
Tags: stylish, awesome
*/

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, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	background: transparent;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}
/*-----------------------------------------@font-face*/
@font-face {
    font-family: 'GabriolaRegular';
    src: url('gabriola-webfont.eot') format('eot'),
         url('gabriola-webfont.woff') format('woff'),
         url('gabriola-webfont.ttf') format('truetype'),
         url('gabriola-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal;

}

.logo, .main_nav a, .content_row h1, .content_row h2, .map_nav a{
	font-family: 'GabriolaRegular', serif;
}

/*-----------------------------------------@font-face*/

html, body {
	position: relative;
	height: 100%;
	color: #72664a;
	font: normal 12px/16px Arial, sans-serif;
}

body{
	background: #fffbf0;
}

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

.wrapper{
	z-index: 1;
	position: relative;
	width: 100%;
	min-width: 950px;
	background: url(images/footer_back.png) 0 100% repeat-x;
	overflow: hidden;
}

.base {
	width: 950px;
	margin: 0 auto;
	padding: 163px 0 262px;
	overflow: hidden;
}

/*---------------------------------------------------------------------------global*/

a {
}

a:hover, a:focus {
	text-decoration: none;
}

.clear {
	clear: both;
}

.right{
	float: right;
}

.left{
	float: left;
}

/*---------------------------------------------------------------------------global*/
/*---------------------------------------------------------------------------header*/
.header {
	z-index: 20;
	position: absolute;
	width: 950px;
	height: 163px;
	top: 0;
	margin: 0 auto;
}

.logo{
	position: absolute;
	padding: 78px 0 0;
	top: 14px;
	left: 20px;
	font-size: 38px;
	line-height: 45px;
	color: #020101;
	text-decoration: none;
	background: url(images/logo.png) 35% 0 no-repeat;
	overflow: hidden;
}

/*-------------------------------------------------nav*/
.nav{
	z-index: 100;
	position: absolute;
	left: 250px;
	top: 52px;
}

.nav .lv_1:first-child{
	padding: 1px;
	background: none;
}

.nav a{
	display: block;
	color: #443108;
}

.lv_1{
	position: relative;
	padding: 1px 1px 1px 2px;
	float: left;
	background: url(images/nav_sep.png) 0 50% no-repeat;
}

.sub:hover{
	z-index: 100;
	padding: 0;
	margin: 0 -1px 0 0;
	background: none;
}

.lv_1 > a{
	z-index: 100;
	position: relative;
	height: 37px;
	padding: 0 10px;
	font-size: 12px;
	line-height: 37px;
}
	.nav .offer a {
		color:#cb1404; font-weight:700;
	}
.sub:hover > a{
	padding: 0 11px;
	background: #fff;
	border: solid #e1ddd1;
	border-width: 1px 1px 0 1px;
	text-decoration: none;
}

.lv_1 ul{
	display: none;
}

.nav .sub:hover ul{
	z-index: 50;
	position: absolute;
	display: block;
	width: 171px;
	top: 37px;
	left: 0;
	padding: 8px 11px;
	background: #fff;
	border: 1px solid #e1ddd1;
	overflow: hidden;
}

.nav .last:hover ul{
	left: auto;
	right: 0;
}

.nav .lv_2:first-child{
	border: none;
}

.lv_2{
	border-top: 1px dotted #dad5cc;
}

.lv_2 a{
	padding: 5px 2px 4px;
	text-decoration: none;
}

.lv_2 a:hover{
	color: #4b7e09;
	text-decoration: underline;
}
/*-------------------------------------------------nav*/
/*-------------------------------------------------main_nav*/
.main_nav{
	position: absolute;
	left: 253px;
	top: 104px;
	overflow: hidden;
}

.main_nav li, .map_nav li{
	padding: 0 6px 0 0 !important;
	float: left;
	height: 40px;
}

.main_nav a, .map_nav a{
	position: relative;
	display: block;
	height: 40px;
	padding: 0 11px;
	color: #443108 !important;
	font-size: 30px;
	line-height: 30px;
	text-decoration: none;
	overflow: hidden;
}

.main_nav a span, .map_nav a span{
	display: block;
	height: 40px;
	background: url(images/na_line.png) 0 32px repeat-x;
}

.main_nav a:hover, .main_nav .mark a, .map_nav a:hover, .map_nav .mark a{
	padding: 0;
}

.main_nav a:hover, .main_nav a:hover span, .map_nav a:hover, .map_nav a:hover span{
	text-decoration: none;
	background: url(images/nav_s.png) 0 0 no-repeat;
}

.main_nav .mark a, .main_nav .mark a span, .map_nav .mark a, .map_nav .mark a span{
	color: #fff;
	text-decoration: none;
	background: url(images/nav_h.png) 0 0 no-repeat;
}

.base .main_nav a:hover span, .base .main_nav .mark a span, .base .map_nav a:hover span, .base .map_nav .mark a span{
	padding: 0 11px;
	background-position: 100% -40px;
	cursor: pointer;
}

.hide a, .hide a:hover{
	opacity: .3 !important;
	cursor: default !important;
	background: none !important;
}


.hide a span, .hide a:hover span{
	cursor: default !important;
	background: none !important;
}

/*-------------------------------------------------main_nav*/
/*-----------------------------------------------------------------------------------header*/
/*---------------------------------------------------------------------------content_row*/
.content_row {
	position: relative;
	width: 950px;
	overflow: hidden;
}

.content_row h1, .content_row h2{
	padding: 5px 0 10px;
	color: #1b1609;
	font-size: 30px;
	font-weight: 400;
	line-height: 40px !important;
}

.content_row a{
	color: #4b7e09;
}

.main_img{
	width: 946px;
	height: 465px;
	margin: 0 auto 22px;
}

/*--------------------------------------list_descriptions*/

.list_descriptions{
	width: 918px;
	padding: 15px 0 15px 10px;
	margin: 0 auto 25px;
	background: #fff;
	border: 1px solid #e1ddd1;
	overflow: hidden;
}

.list_descriptions li{
	position: relative;
	width: 269px;
	padding: 0 25px 18px 24px;
	float: left;
	border: dotted #e1ddd1;
	border-width: 0 1px;
}

.list_descriptions li:first-child{
	width: 269px;
	padding: 0 29px 0 0 !important;
	border: none;
}

.list_descriptions .last{
	width: 269px;
	padding: 0 0 0 21px !important;
	border: none;
}

.list_descriptions dl{
	color: #1b1509;
	overflow: hidden;
}

.list_descriptions dt{
	padding: 0 5px 8px 0;
	float: left;
	clear: both;
}

.list_descriptions dd{
	padding: 0 0 8px;
	font-weight: 700;
	overflow: hidden;
}


.info{
	padding: 10px 0 21px;
	font-style: italic;
}

.more{
	font-size: 18px;
	color: #4b7e09;
	text-decoration: underline;
}

/*--------------------------------------list_descriptions*/
/*--------------------------------------static*/
.static{
	
}

.static p{
	padding:  0 0 15px;
}

.main_page .static{
	width: 595px;
	padding:  0 0 0 21px;
	float: left;
	text-align:justify;
}

.inner_voljskiy .static, .inner_okatovo .static, .inner_nature .static, .inner_map .static, .inner_voljskiy_infr .static, .inner_okatovo_infr .static{
	width: 817px;
	margin: 30px auto 30px;
	color: #c3b896;
	text-align:justify;
}

.inner_voljskiy .static h3, .inner_okatovo .static h3, .inner_nature .static h3, .inner_map .static h3, .inner_voljskiy_infr .static h3, .inner_okatovo_infr .static h3{
	padding: 5px 0 12px;
	font-size: 18px;
}
/* SEO Titles */
	.maincontent h1, .maincontent h2, .maincontent h3 {
		color:#72664a;
		font-family:Arial, Helvetica, sans-serif;
		font-size:15px;
		font-weight:bold;
		padding:0 0 10px 0;
		margin:0;
		line-height:100% !important;
	} 
	.bottom_block h1, .textwidget h1, .textwidget h2, .textwidget h3{
		color:#c3b896;
		font-family:Arial, Helvetica, sans-serif;
		font-size:15px;
		font-weight:bold;
	}
.static ul, .frame_info ul{
	margin: 15px 0 0 20px;
	list-style: disc outside;
}

.static li, .frame_info ul li{
	padding: 0 0 10px;
}



/*------------------------------------------------aside*/
.aside{
	width: 269px;
	padding: 0 21px 0 0;
	float: right;
}

.articles_list li{
	padding:  0 0 5px;
}

.more_articles a{
	font-size: 15px;
	font-weight: 700;
}
/*------------------------------------------------aside*/

.frame{
	min-height: 355px;
	position: relative;
	background: url(images/ramka.png) 0 0 repeat-y;
}

.inner_voljskiy .frame, .inner_okatovo .frame, .inner_nature .frame {
	width: 817px;
	padding: 40px 66px 50px 65px;
}

.inner_voljskiy_infr .frame, .inner_okatovo_infr .frame, .inner_map .frame {
	width: 866px;
	padding: 40px 42px 40px;
}

.inner_contacts .frame, .inner_news_list .frame{
	width: 768px;
	padding: 40px 91px;
}

.inner_news .frame{
	width: 837px;
	padding: 40px 50px 35px 63px;
}

.frame:before, .frame:after{
	position: absolute;
	width: 950px;
	left: 0;
	content: "";
}

.frame:before{
	z-index:1;
	height: 254px;
	top: 0;
	height: 254px;
	background: url(images/ramka_top.jpg) 0 0 no-repeat;
}

.frame:after{
	height: 367px;
	bottom: 0;
	background: url(images/ramka_bott.jpg) 0 0 no-repeat;

}

.frame .img{
	z-index: 10;
	position: relative;
	padding: 7px;
	background: #fffbf0;
	border: 1px solid #e2dbc8;
}

.map_nav{
	z-index: 10;
	position: relative;
}

.inner_map .frame .img{
	padding: 0;
	background: none;
	border: none;
	clear: both;
}

.img img, .gallery img{
	display: block;
}

.inner_voljskiy .frame .img{
	width: 801px;
}

.inner_voljskiy_infr .frame .img, .inner_okatovo_infr .frame .img{
	width: 850px;
}

.frame_info, .frame_info_nature{
	z-index: 10;
	position: relative;
	padding: 0 8px 35px;
	color: #443108;
	overflow: hidden;
}

.frame_info h1, .frame_info h2, .gallery h2{
	color: #443108;
}

.first_style, .second_style{
	overflow: hidden;
}

.first_style > ul, .second_style > ul{
	padding: 15px 0 0;
	border-top: 1px solid #e2dbcb;
}

.frame_info > li, .first_style > ul > li, .second_style > ul > li{
	float: right;
	text-align: justify;
}

.inner_okatovo .frame_info > li, .inner_voljskiy .frame_info > li:first-child, .first_style > ul > li, .second_style > ul > li:first-child, .inner_contacts .frame_info > li{
	width: 416px;
}

.inner_map .frame_info > li{
	width: 600px;
}

.inner_news .frame_info > li:first-child{
	width: 540px;
}

.frame_info > li:first-child, .first_style ul > li:first-child, .second_style > ul > li:first-child{
	float: left;
}

.inner_okatovo .frame_info > li:first-child, .inner_voljskiy .frame_info > li, .first_style > ul > li:first-child, .second_style > ul > li, .inner_contacts .frame_info > li:first-child{
	width: 335px;
}

.inner_map .frame_info > li:first-child, .inner_news .frame_info > li{
	width: 240px;
}

.frame_info .info_link{
	display: block;
	padding: 10px 0 0;
	float: left;
	font-size: 15px;
}

/*------------------------------------------.gallery*/


.gallery{
	z-index: 10;
	position: relative;
	padding: 20px 0 35px;
	overflow: hidden;
}

.gallery li{
	padding: 0 0 0 6px;
	float: left;
}

.gallery li:first-child{
	padding: 0;
}

.gallery a{
	display: block;
	padding: 7px;
	background: #fffbf0;
	border: 1px solid #e2dbc8;
}

.gallery a:hover{
	background: #dceacc;
	border: 1px solid #92bc69;
}

.gallery img{
	display: block;
}

/*------------------------------------------.gallery*/
.inner_nature{

}

.frame_info_nature{
	text-align: justify;
}

.frame_info_nature > li:first-child{
	padding: 0 0 30px;
}

.frame_info_nature li h2{
	color: #443108;
}

.frame_info_nature li li h2{
	color: #4b7e09;
}

.frame_info_nature li li ul{
	list-style: square outside;
	margin: 10px 0 0 20px;
}

.frame_info_nature li li ul li{
	padding: 0 0 10px;
}
/*------------------------------------------map*/

.inner_map .frame_info h1, .inner_map .frame_info h2{
	margin: 0 0 32px;
}

.inner_map .frame_info{
	padding: 10px 0 35px;
}

.inner_map .frame_info p{
	padding: 0 0 10px;
}

.map_nav {
	float: right;
	list-style: none !important;
	margin: 0 0 41px !important;
	overflow: hidden;
}

.map_nav .second_map{
	display: none;
}
/*------------------------------------------map*/
/*------------------------------------------.inner_contacts*/
.inner_contacts .frame h2, .inner_contacts .frame h1{
	margin: 0 0 20px;
}

.inner_contacts .frame_info{
	padding: 35px 0 30px;
	overflow: hidden;
}

.inner_contacts .frame_info div{
	padding: 0 0 8px;
	font-size: 15px;
}

.contact_tel{
	font-size: 18px;
}

.form{
	z-index: 10;
	position: relative;
	padding: 30px 0 0;
	border-top: 1px solid #e2dacb;
}

.form li{
	padding: 0 0 12px;
	overflow: hidden;
}

.form label{
	display: block;
	width: 87px;
	height: 32px;
	float: left;
	line-height: 32px;
	color: #b7a477;
	overflow: hidden;
}

.form span{
	display: block;
	width: 431px;
	height: 20px;
	padding: 5px;
	float: left;
	border: 1px solid #d2c6a8;
	background: url(images/field_back.png) 0 0 no-repeat;
	/*overflow: hidden; */
	z-index:1;
}

.form input[type="text"]{
	display: block;
	width: 420px;
	height: 20px;
	font-size: 15px;
	line-height: 20px;
	background: none;
	border: none;
}

.form .textarea_wrap{
	width: 431px;
	height: 150px;
	float: left;
	border: 1px solid #d2c6a8;
	background: url(images/field_back.png) 0 0 no-repeat;
}

.form .your-message{
	width: 431px;
	height: 150px;
	float: left;
	border: 1px solid #d2c6a8;
	background: url(images/field_back.png) 0 0 no-repeat;
}

.form textarea{
	display: block;
	width: 434px;
	height: 150px;
	font-size: 15px;
	line-height: 20px;
	resize: none;
	background: none;
	border: none;
	z-index:1;
}

.error, span.wpcf7-not-valid-tip, div.wpcf7-not-valid-tip {
	width: 190px;
	min-height: 36px;
	float: left;
	padding: 7px 0 7px 44px;
	line-height: 18px;
	color: #ba0a01;
	border: 0px;
	background: url(images/error_mas.png) 14px 6px no-repeat;
	z-index:101;
	position:relative;
	left:430px;
	top:-35px;
}

.wpcf7-submit, #submit_contacts{
	display: block;
	width: 132px;
	height: 36px;
	margin: 0 0 0 87px;
	color: #fff;
	font-size: 15px;
	cursor: pointer;
	border: none;
	text-shadow: 1px 1px #000;
	background: url(images/submit.png) 0 0 no-repeat;
}
/*------------------------------------------.inner_contacts*/

/*------------------------------------------.inner_news*/

.inner_news .frame_info{
	padding: 10px 0 35px;
	background: url(images/line_vert.png) 575px 0 repeat-y;
}

.inner_news .frame_info p{
	padding: 10px 0 0;
}
.frame_article_list{
	text-align: left;
	margin: 10px 0 0 20px;
	color: #d5cebc;
	list-style: disc outside;
}

.inner_news .more_articles{
	display: block;
	font-size: 15px;
	margin: 0 0 0 20px;
	float: left;
	font-weight: 700;
}

/*------------------------------------------.inner_news*/
/*------------------------------------------.inner_news_list*/
.inner_news_list .frame_info ul{
	list-style: none !important;
	margin: 0 !important;
}

.news_list{
	padding: 20px 0;
}

.news_list li{
	padding: 0 0 10px;
	overflow: hidden;
}

.news_list span{
	padding: 0 20px 0 0;
	float: left;
}

.news_list a{
	display: block;
	overflow: hidden;
}

.news_paginator{
	width: 750px;
	padding: 15px 0 0;
	border-top: 1px solid #e2dacb;
	overflow: hidden;
}

.news_paginator dt, .news_paginator dd{
	height: 27px;
	padding: 0 22px 0 0;
	float: left;
	font-size: 18px;
	line-height: 27px;
	color: #72664a;
	overflow: hidden;
}

.news_paginator li{
	padding: 0 2px 0 0 !important;
	float: left;
}

.news_paginator a{
	display: block;
	padding: 0 9px;
	height: 27px;
	line-height: 27px;
	text-align: center;
	text-decoration: none;
}

.news_paginator .current a, .news_paginator .current a:hover,  .news_paginator a:hover{
	padding: 0 8px;
	height: 25px;
	line-height: 25px;
	color: #72664a;
	border: 1px solid #e2dbcb;
}

.news_paginator a:hover{
	color: #4b7e09;
	border-color: #4b7e09;
}
/*------------------------------------------.inner_news_list*/
/*---------------------------------------------------------------------------content_row*/
/*---------------------------------------------------------------------------------main_row*/
/*-----------------------------------------------------------------------------------footer*/
.footer {
	z-index: 50;
	position: absolute;
	width: 950px;
	height: 242px;
	margin: 0 auto;
	bottom: 0;
	clear: both;
	color: #fffbf0;
	overflow: hidden;
}

.footer a{
	color: #fffbf0;
}

.copyright{
	position: absolute;
	padding: 0 0 0 29px;
	top: 92px;
	left: 665px;
	line-height: 12px;
	color: #d0e9be;
	background: url(images/c.png) 0 0 no-repeat;
}

.copyright span{
	display: block;
	font-size: 9px;
	line-height: 14px;
}


.vcard{
	position: absolute;
	width: 295px;
	height: 0;
	padding: 35px 0 0;
	top: 88px;
	left: 21px;
	background: url(images/tel.png) 0 0 no-repeat;
	overflow: hidden;
}

.vcard .org{
	display: none;
}

.vcard .tel{
}

.footer_nav{
	position: absolute;
	top: 135px;
	left: 21px;
	overflow: hidden;
}

.footer_nav li{
	padding: 0 20px 0 0;
	float: left;
}


/*-----------------------------------------------------------------------------------footer*/
.inner_404{
	text-align: center;
	font-size: 15px;
	line-height: 19px;
}

.inner_404 .wrapper{
	background: none !important;
}

.inner_404 .base{
	padding: 140px 0;
}

.inner_404 .content_row{
	width: 450px;
	margin: 0 auto;
}

.inner_404 p{
	padding: 15px 0 0;
}

.inner_404 a{
	color: #019503;
}

.inner_404 h1{
	height: 220px;
	color: #b5aa90;
	font-size: 220px;
	line-height: 220px;
}


/* Temp styles */
.block_offer {padding:20px !important; margin:15px 0; border-radius:10px; border:solid 3px #db5145; color:#7f1107; background-color:#fae7e5; font-size:15px; text-align:center; }
.block_offer a {font-weight:700; color:#cb1404; font-size:15px; line-height:37px; }

/*-----------------------------------------------------------------------------------print*/
@media print {
	.wrapper, .base,.content_row, .static{
		padding: 0;
		overflow: visible !important;
	}
    .content_row{
		width: 98% !important;
		margin: 0 auto;
		float: none;
	}
	.static{
	}
	.header, .footer{
		display: none !important;
	}
}

