/*
Theme Name: Golos Naroda
*/

/* 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%;
	}

.entry img {
	height: auto;
	}

/* END NULL */



/* BASE */


body {
	color: #6b6a6e;
	font-size: 16px;
	line-height: 26px;
    font-family: 'Uni Neue Book', sans-serif;
	background: #fff;
	text-align: center;
	}

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

input, textarea {
	color: #000;
	font-size: 16px;
	line-height: 20px;
	font-family: 'Open Sans', sans-serif;
	}

a {
	color: #e30613;
	text-decoration: none;
	transition: all 0.3s 0.02s ease;
	}

a:hover {
	color: #e30613;
	text-decoration: underline;
	}

p, h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, .title, .entry table, .entry form, .entry ul, .entry ol, .entry hr, blockquote {
	margin: 0 0 25px 0;
	}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, .title {
	color: #272727;
	font-weight: 600;
	text-transform: uppercase;
	}
h1, .h1, .title{
	font-size: 28px;
	line-height: 34px;
	}
h2, .h2{
	font-size: 22px;
	line-height: 26px;
	}
h3, .h3{
	font-size: 20px;
	line-height: 26px;
	}
h4, .h4{
	font-size: 19px;
	line-height: 26px;
	}
h5, .h5{
	font-size: 19px;
	line-height: 26px;
	}
h6, .h6{
	font-size: 19px;
	line-height: 26px;
	}

.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;
	}


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

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

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

.entry table.nobord, .entry table.nobord tr th, .entry table.nobord tr td {
	border: 0;
	padding: 0;
	background: none;
	}

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

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

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

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

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

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 {
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

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

/* END BASE */



/* FORM */

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

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

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

.inp{
	width: 230px;
	height: 20px;
	padding: 7px 14px;
	background: #fff;
	border: 1px solid #959596;
	-webkit-appearance: none;
	}

.ta{
	width: 230px;
	height: 100px;
	padding: 7px 14px;
	background: #fff;
	border: 1px solid #959596;
	-webkit-appearance: none;
	vertical-align: bottom;
	}

.form_sub {
	position: relative;
	}

.btn {
	display: inline-block;
	box-sizing: content-box;
	height: 36px;
	padding: 0 20px;
	border: 0;
	background: #c01f31;
	transition: all 0.3s 0.02s ease;
	-webkit-appearance: none;
	color: #fff;
	line-height: 36px;
	text-transform: uppercase;
	text-decoration: none;
	cursor: pointer;
	}

.btn:hover{
	background: #ca2a3c;
	color: #fff;
	text-decoration: none;
	}

.form_sub .ajax-loader {
	position: absolute;
	top: -5px;
	right: -5px;
	}

/* END FORM */



/* HEADER */

header {
	padding: 50px 0 20px 0;
	min-height: 60px;
	position:relative;
	}


.logo{
	position:absolute;
	z-index:1;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	display: block;
	width: 147px;
	height: 110px;
	padding: 0 0 0 0;
	}
.logo a{
	display: block;
	width: 147px;
	height: 110px;
	background: url('images/logo.png') no-repeat;
	background-size: 147px auto;
	text-indent: -9999px;
	}
	
	
.hsoc{
	float:left;
    height: 24px;
	padding: 0 0 0 0;
	text-align: center;
	overflow:hidden;
	}
.hsoc ul{
	}
.hsoc li{
	display:inline-block; 
	vertical-align: bottom;
	width: 20px;
    height: 20px;
	text-indent: -9999px;
	padding: 0 0 0 20px;
	}
.hsoc li:first-child{
	padding: 0 0 0 0;
	}
.hsoc li a{
	display: block;
	width: 20px;
    height: 20px;
	transition: all .4s linear;
	}
.hsoc li.fb a{
	background: url('images/fb.png') no-repeat;
	background-size: 20px;
	}
.hsoc li.vk a{
	background: url('images/vk.png') no-repeat;
	background-size: 20px;
	}
.hsoc li.yt a{
	background: url('images/yt.png') no-repeat;
	background-size: 20px;
	}
.hsoc li.tg a{
	background: url('images/tg.png') no-repeat;
	background-size: 20px;
	}
.hsoc li a:hover{
	background-position: bottom;
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
	}	
	
	
.search{
	position: relative;
	float:right;
	width: 24px; 
	height: 24px;
	}	
a.search_on{
	display: block;
	width: 24px; 
	height: 24px;
	background: url('images/poisk_sub.png') no-repeat;
	background-size: 24px auto;
	}
a.search_on:hover{
	background: url('images/poisk_sub.png') no-repeat bottom;
	background-size: 24px auto;
	}	
.search_block{
	display: none;
	position:absolute;
	z-index:1;
	top: 0;
	right: 0;
	width: 250px;
	padding: 0 0 3px 0;
	background: #fff;
	border-bottom: 1px solid #000;
    box-sizing: border-box;
    transition: margin 500ms ease-in-out;
	}	
input.search_inp{
	border:0;
	background: none;
	padding: 2px 0 2px 0;
	margin:0;
	height: 20px;
	width: 220px;
	line-height: 20px;
	float:left;
	letter-spacing: 1px;
	}
.search_sub{
	float: right;
	width: 24px; 
	height: 24px;
	background: url('images/poisk_sub.png') no-repeat bottom;
	background-size: 24px auto;
	border:0;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	cursor: pointer;
	text-indent: -9999px;
	}	
		
	
.main_nav{
	border-top: 1px solid #000; 
	border-bottom: 1px solid #000;
	margin: 0 0 20px 0;
	}	
.nav_main{
	text-align:center;
	}	
.nav_main > ul > li{
	display:inline-block;
	}	
.nav_main > ul > li > a {
	display:block;
	padding: 10px 14px 10px 14px;
	color: #000;
	text-decoration: none;
	font-weight: 600;
	}		
.nav_main > ul > li > a:hover, .nav_main > ul > li.current-menu-item > a {
	background: #e30613;
	color: #fff;
	}



	
.adapt_sub{
	position: relative;
	display: none;
	margin: 0 auto 0 auto;
	padding: 0 0 0 0;
	width: 90px;
    height: 15px;
	cursor: pointer;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
	color: #000;
	line-height: 15px;
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 600;
	text-align: right;
	}
.adapt_sub_a{
	display: block;
    width: 25px;
    height: 3px;
    background: #000;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    -o-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    -webkit-box-shadow: 1px 1px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 1px 1px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 1px 1px 0px rgba(0, 0, 0, 0.2);
	}
.adapt_sub2{
	top: 6px;
    background: #000;
	}
.adapt_sub3{
	top: 12px;
    background: #000;
	}


.adapt_sub_active{
	position: relative;
	}
.adapt_sub_active .adapt_sub1{
	-webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 7px;
	}
.adapt_sub_active .adapt_sub2{
	opacity: 0;
	}
.adapt_sub_active .adapt_sub3{
	-webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 7px;
    opacity: 1;
	}



/* END HEADER */


/* HOME */


#content{
	margin: 0 0 20px 0;
	}
#posts{
	float:left;
	width: 840px;
	}
#sidebar{
	float: right;
	width: 300px;
	}
	
	
.slider_main{
	margin: 0 0 30px 0;
	}
.slider{
	}
.slider_one{
	position: relative;
	max-height: 350px;
	overflow: hidden;
	}
.slider_one img{
	vertical-align: bottom;
	}
.slider_nac{
	position:absolute;
	z-index: 7;
	top:0;
	left: 0;
	width: 100%;
	height: 100%;
	background:rgba(1, 8, 19, 0.3);
	}
a.slider_nac_v{
	opacity: 0.7;
	display:block;
	position:absolute;
	z-index: 7;
	top:0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(1, 8, 19, 0.3) url('images/webcam.png') no-repeat center;
	}
a.slider_nac_v:hover{
	opacity: 1;
	}
	
.slider_one_text{
	position:absolute;
	z-index:10;
	bottom: 30px;
	left:0;
	width: 100%;
	color: #ffffff;
	font-size: 16px;
	line-height: 18px;
	box-sizing: border-box;
	padding: 0 20px 0 20px;
	}
.slider_one_text span{
	display:block;
	margin: 0 0 15px 0;
	color: #ffffff;
	font-size: 24px;
	line-height: 26px;
	font-weight: bold;
	}
.slider_one_text span a{
	color: #ffffff;
	text-decoration: none;
	}
.slider_one_text span a:hover {
	color: #e30613;
	}
.slider_one_text2 span{
	font-size: 20px;
	line-height: 22px;
	}	
	
.slider .slick-dots{
	position:absolute;
	bottom: 10px;
	left: 0px;
	z-index:112;
	width:100%;
	padding:0px;
	margin:0px;
	text-align: center;
	}
.slider .slick-dots li{
	display:inline-block; 
	width: 14px;
	height: 14px;
	margin: 0 3px;
	cursor: pointer;
	}
.slider .slick-dots li button{
	display: block;
	width: 14px;
	height: 14px;
	text-indent: -9999px;
	padding:0;
	margin:0;
	border:0;
	background: url('images/dots.png') no-repeat;
	background-size: auto 14px;
	cursor: pointer;
	}
.slider .slick-dots li button:hover, .slider .slick-dots li.slick-active button{
	background: url('images/dots.png') no-repeat right top;
	background-size: auto 14px;
	}	



.slider .slick-prev{
	display: block;
	width: 24px; 
	height: 50px; 
	position:absolute;
	z-index:111;
	top: 50%;
	left: 10px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);  
	background: url('images/slider_l.svg') no-repeat;
	background-size: 24px auto;
	border: 0px solid #959596;           
	padding: 0;
	text-indent: -9999px;
	cursor: pointer;
	transition: all .2s linear;
	}
.slider .slick-prev:hover{
	opacity: 0.7;
	}
.slider .slick-next{
	display: block;
	width: 24px; 
	height: 50px; 
	position:absolute;
	z-index:111;
	top: 50%;
	right: 10px;
	background: url('images/slider_r.svg') no-repeat;
	background-size: 24px auto;
	border: 0px solid #959596; 
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);  
	padding: 0;
	text-indent: -9999px;
	cursor: pointer;
	transition: all .2s linear;
	}
.slider .slick-next:hover{
	opacity: 0.7;
	}
	
	
	
	
.cat_nac{
	position:absolute;
	z-index:1111;
	top: 10px;
	left: 10px;
	}	
.cat_nac a{
	display: inline-block;
	height: 24px;
	padding: 0 10px 0 10px;
	margin: 0 0 4px 0;
	background: #e30613;
	color: #fff;
	font-size: 15px;
	line-height: 24px;
	font-weight: 400;
	text-decoration: none;
	}	
.cat_nac a:hover{
	background: #c60612;
	}	
	
.tour_list {
	float: left;
	width: 266px;
	height: 196px;
	margin: 0 21px 21px 0;
	position: relative;
	line-height: 19px;
	font-weight: bold;
	}
.tour_list_r {
	margin: 0 0 21px 0;
	}
.tour_list_img a {
	display: block;
	position: relative;
	}
.tour_list_img a:before {
	content: " ";
	display: block;
	width: 100%;
	height: 139px;
	background: url('images/bg_ov2.png') repeat-x center bottom;
	position: absolute;
	bottom: 0px;
	left: 0px;
	z-index: 10;
	}
.tour_list img {
	vertical-align: bottom;
	}
.tour_list_t {
	box-sizing: border-box;
	width: 100%;
	padding: 0 10px;
	position: absolute;
	bottom: 22px;
	left: 0px;
	z-index: 20;
	}
.tour_list_t a {
	color: #fff;
	text-decoration: none;
	}
.tour_list_t a:hover {
	color: #e30613;
	}


.slider_main_l{
	float:left;
	width: 48.5%;
	}
.slider_main_r{
	float: right;
	width: 48.5%;
	}


.webcam a:before {
    content: " ";
    display: block;
    width: 75px;
    height: 75px;
    background: url(images/webcam.png) no-repeat;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: 0 auto;
    transform: translateY(-50%);
    opacity: 0.53;
    transition: all 0.3s 0.02s ease;
}



.main_zag{
	color: #252525;
	font-size: 22px;
	line-height: 24px;
	text-transform: uppercase;
	text-align: center;
	font-weight: 600;
	padding: 0 0 14px 0;
	margin: 0 0 20px 0;
	position:relative;
	}
.main_zag:after{
	content:"";
	display:block;
	position:absolute;
	z-index:1;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 100px;
	height: 3px;
	background: #000;
	}









.sb_news{
	padding: 0 0 24px 0;
	line-height: 19px;
	}
.sb_news_img{
	float: left;
	width: 119px;
	}
.sb_news_r{
	padding: 2px 0 0 0;
	margin: 0 0 0 134px;
	}
.sb_news_r a{
	font-weight: 600;
	font-size: 15px;
	color: #6b6a6e;
	margin: 0 0 0 0;
	text-decoration: none;
	}
.sb_news_r a:hover {
	color: #e30613;
	}





.category_list{
	padding: 0 0 24px 0;
	line-height: 19px;
	}
.category_list_img{
	float: left;
	width: 266px;
	position: relative;
	}
.category_list_r{
	padding: 0 0 0 0;
	margin: 0 0 0 286px;
	}
.category_list_r h2{
	margin: 0 0 10px 0;
	}
.category_list_r h2 a{
	color: #6b6a6e;
	margin: 0 0 10px 0;
	text-decoration: none;
	}
.category_list_r h2 a:hover {
	color: #e30613;
	}
.category_list_d {
	padding: 0 0 15px 16px;
	background: url('images/date.png') no-repeat 0px 1px;
	color: #898989;
	font-size: 14px;
	line-height: 18px;
	}

.heateor_sss_horizontal_sharing{
	padding: 20px 0 0 0;
	}
.post .entry{
	margin: 0 0 20px 0;
	}
.kubrick{
	margin: 0 0 20px 0;
	}
.kubrick a{
	display: inline-block;
	height: 24px;
	padding: 0 10px 0 10px;
	margin: 0 0 2px 0;
	background: #e30613;
	color: #fff;
	font-size: 15px;
	line-height: 24px;
	font-weight: 400;
	text-decoration: none;
	}	
.kubrick a:hover{
	background: #c60612;
	}	


.p_nav{
	text-align: center;
	}




/* END HOME */


/* FOOTER */

footer {
	padding: 35px 0 35px 0;
	background: #111216;
	}

.nav_bottom{
	padding: 0 0 37px 0;
	text-align:center;
	}
.nav_bottom li{
	display:-moz-inline-stack;
	display:inline-block; 
	_overflow:hidden;
	*zoom:1;
	*display:inline;
	padding: 0 15px 0 15px;
	}
.nav_bottom li a{
	color: rgba(255, 255, 255, 0.4);
	font-size: 16px;
	line-height: 20px;
	text-decoration: none;
	}
.nav_bottom li a:hover, .nav_bottom li.current-menu-item a{
	color: #e41b47;
	}
	
.flogo{
	float:left;
	width: 147px;
	height: 110px;
	padding: 0 0 0 0;
	}
.flogo a{
	display: block;
	width: 147px;
	height: 110px;
	background: url('images/flogo.png') no-repeat;
	background-size: 147px auto;
	}
.copy{	
	text-align:center;
	max-width: 500px;
	margin: 0 auto;
	padding: 0 0 0 0;
	color: #666;
	font-size: 14px;
	line-height: 20px;
	}
	
.fright{
	float: right;
	padding: 50px 0 0 0;
	overflow:hidden;
	}
.fright li{
	display:inline-block; 
	vertical-align: bottom;
	width: 20px;
    height: 20px;
	text-indent: -9999px;
	padding: 0 0 0 20px;
	}
.fright li:first-child{
	padding: 0 0 0 0;
	}
.fright li a{
	display: block;
	width: 20px;
    height: 20px;
	transition: all .4s linear;
	}
.fright li.fb a{
	background: url('images/fb.png') no-repeat;
	background-size: 20px;
	background-position: bottom;
	}
.fright li.vk a{
	background: url('images/vk.png') no-repeat;
	background-size: 20px;
	background-position: bottom;
	}
.fright li.yt a{
	background: url('images/yt.png') no-repeat;
	background-size: 20px;
	background-position: bottom;
	}
.fright li.tg a{
	background: url('images/tg.png') no-repeat;
	background-size: 20px;
	background-position: bottom;
	}
.fright li a:hover{
	background-position: bottom;
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
	}	
	
/* END FOOTER */




/* MODAL */

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

.modal_close {
	display: block;
	width: 25px;
	height: 25px;
	border-radius: 50%;
	transform: rotate(45deg);
	transition: all 0.3s 0.02s ease;
	border: 2px solid #c01f31;
	position: absolute;
	right: 10px;
	top: 10px;
	cursor: pointer;
	color: #c01f31;
	font-size: 23px;
	line-height: 23px;
	font-family: Tahoma;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	}

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

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

/* END MODAL */



/* 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;
	}

#cancel-comment-reply-link{
	display: inline-block;
	margin: 0 0 15px 0;
	}

/* END COMMENTS */


/* WP OTHER */

.wp-caption {
	box-sizing: border-box;
	max-width: 100%;
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding: 4px;
	margin: 10px;
	border-radius: 3px;
	}

.wp-caption img {
	max-width: 100%;
	height: auto;
	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 */