/*
Theme Name: Auto
Author: Design Father
Author URI: http://designfather.com.ua/
*/

/* 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: #000;
	font-size: 16px;
	line-height: 20px;
	font-family: 'Roboto Condensed', sans-serif;
	background: #f1f1f1;
	text-align: center;
	}

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

input, textarea {
	color: #000;
	font-size: 15px;
	line-height: 20px;
	font-family: 'Roboto Condensed', sans-serif;
	}

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

a:hover {
	color: #2f96b4;
	}

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 20px 0;
	}


h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, .title {
	color: #000000;
	font-weight: bold;
	}
h1, .h1, .title{
	font-size: 30px;
	line-height: 34px;
	margin: 0 0 25px 0;
	}
h2, .h2{
	font-size: 26px;
	line-height: 30px;
	}
h3, .h3{
	font-size: 24px;
	line-height: 26px;
	}
h4, .h4{
	font-size: 23px;
	line-height: 25px;
	}
h5, .h5{
	font-size: 22px;
	line-height: 25px;
	}
h6, .h6{
	font-size: 21px;
	line-height: 25px;
	}

.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 */

.all_main{
	width: 100%;
	overflow: hidden;
	}
.main_left{
	text-align: left;
	position: fixed;
	z-index:111;
	top:0;
	left:0;
	background: #444;
	width: 370px;
	height: 100%;
	-webkit-transition: -webkit-transform 0.3s ease;
    -moz-transition: -moz-transform 0.3s ease;
    -ms-transition: -ms-transform 0.3s ease;
    -o-transition: -o-transform 0.3s ease;
    transition: transform 0.3s ease;
	color: #fff;
	-webkit-transform: translate3d(-370px,0,0);
    -moz-transform: translate3d(-370px,0,0);
    -ms-transform: translate3d(-370px,0,0);
    -o-transform: translate3d(-370px,0,0);
    transform: translate3d(-370px,0,0);
	box-sizing: border-box;
	padding: 0 0 0 50px;
	}

.main_left_active{
	-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);
	}

.main_right{	
	-webkit-transition: -webkit-transform 0.3s ease;
    -moz-transition: -moz-transform 0.3s ease;
    -ms-transition: -ms-transform 0.3s ease;
    -o-transition: -o-transform 0.3s ease;
    transition: transform 0.3s ease;
	}
.main_right_active{
	-webkit-transform: translate3d(370px,0,0);
    -moz-transform: translate3d(370px,0,0);
    -ms-transform: translate3d(370px,0,0);
    -o-transform: translate3d(370px,0,0);
    transform: translate3d(370px,0,0);
	}
.main_right_bg{
	background: #000;
    opacity: 0;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
	z-index: 998;
	}
.main_right_active .main_right_bg{
	opacity: .5;
    height: 100%;
	}


.main_left_block{
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
	z-index: 1;
    width: 100%;
    height: 100%;
	overflow-y: auto;
	box-sizing: border-box;
	padding: 0 10px 0 20px;
	}
.main_left_block::-webkit-scrollbar { width: 5px; height: 5px;}
.main_left_block::-webkit-scrollbar-button {  background-color: #888888; }
.main_left_block::-webkit-scrollbar-track {  background-color: #f1f1f1;}
.main_left_block::-webkit-scrollbar-track-piece { background-color: #f1f1f1;}
.main_left_block::-webkit-scrollbar-thumb { height: 30px; background-color: #888888;}
.main_left_block::-webkit-scrollbar-corner { background-color: #888888;}
.main_left_block::-webkit-resizer { background-color: #888888;}	


.main_nav{
	padding: 0 0 0 0;
	margin: 0 0 30px 0;
	}
.main_nav > ul{
	}
.main_nav > ul > li{
	display: block;
	position: relative;
	border-top: 1px solid #555;
	transition: all 0.3s 0.02s ease;
	padding: 0 0 0 10px;
	}
.main_nav li{
	position: relative;
	}
.main_nav > ul > li:first-child{
	border-top: 0 solid #555;
	}
.main_nav > ul > li > a{
	color: #fff;
    display: inline-block;
    font-size: 13px;
    font-weight: 400;
    line-height: 100%;
    padding: 14px 0;
    text-transform: uppercase;
	text-decoration: none;
	}
.main_nav > ul > li > a:hover{
	color: #2f96b4;
	}

.main_nav li.menu-item-has-children > span {
    position: absolute;
    right: 0;
    top: 11px;
	cursor: pointer;
	display: block;
	width: 20px;
	height: 20px;
	background: url('images/plus.png') no-repeat center;
	background-size: 36px auto;
	}
.main_nav li.menu-item-has-children > span.active {
	background: url('images/minus.png') no-repeat center;
	background-size: 36px auto;
	}

.main_nav > ul > li > ul{
	display: none;
    padding-left: 6.66666666666%;
    width: 93.333333333%;
	}
.main_nav > ul > li > ul > li{
	display: block;
	border-top: 1px solid #555;
	transition: all 0.3s 0.02s ease;
	}
.main_nav > ul > li > ul > li > a{
	color: #fff;
    display: inline-block;
    font-size: 13px;
    font-weight: 400;
    line-height: 110%;
    padding: 14px 0;
	margin: 0 20px 0 0;
    text-transform: uppercase;
	text-decoration: none;
	}
.main_nav > ul > li > ul > li > a:hover{
	color: #2f96b4;
	}


.main_nav > ul > li > ul ul{
	display: none;
	padding: 0 0 0 10px;
	}
.main_nav > ul > li > ul ul li{
	display: block;
	border-top: 1px solid #555;
	transition: all 0.3s 0.02s ease;
	}
.main_nav > ul > li > ul ul li a{
	display: inline-block;
	color: #fff;
    font-size: 13px;
    font-weight: 400;
    line-height: 110%;
    padding: 14px 0;
	margin: 0 20px 0 0;
    text-transform: uppercase;
	text-decoration: none;
	}
.main_nav > ul > li > ul ul li a:hover{
	color: #2f96b4;
	}

/* HEADER */

header {
	padding: 0;
	margin: 0 0 10px 0;
	position: relative;
	min-height: 62px;
	}
.header{
	position: fixed;
	z-index: 999;
	top: 0;
	left: 0;
	width: 100%;
	background: #fff;
	box-shadow: 0 0 4px rgba(0, 0, 0, 0.32);
	}

.logo{
	float: left;
	width: 220px;
	padding: 5px 20px 5px 0;
	}
.logo img{
	vertical-align: bottom;
	}


.nav_top{
	float:left;
	padding: 0 0 0 0;
	}
.nav_top li{
	display: block;
	float: left;
	padding: 0 0 0 15px;
	}
.nav_top li a{
	display:block;
	padding: 21px 0 21px 0;
	position:relative;
	font-size: 15px;
	color: #2f96b4;
	text-decoration: none;
	text-transform: uppercase;
	}
.nav_top li a:hover{
	color: #68bc48;
	}
.nav_top > ul > li.current-menu-item > a {
	color: #68bc48;
	}
	
.nav_top > ul > li > a:before {
    background: #68bc48 none repeat scroll 0 0;
    content: "";
    display: block;
    height: 3px;
    left: 0;
	top: 0;
    position: absolute;
    transition: all 0.3s ease 0s;
    width: 0;
    z-index: 1;
	}
.nav_top > ul > li > a:hover:before, .nav_top > ul > li.current-menu-item > a:before {
    left: 0;
    width: 100%;
	}	
	
	

.adapt_menu{
	position: relative;
	display: block;
	float:left;
	margin: 22px 15px 0 0;
	padding: 0 0 0 0;
	width: 30px;
    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;
	}
.adapt_menu_a{
	display: block;
    width: 30px;
    height: 3px;
    background: #2f96b4;;
    -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;
	border-radius: 2px;
    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);
	}
.adapt_menu2{
	top: 6px;
	}
.adapt_menu3{
	top: 12px;
	}


.adapt_menu_active{
	position: relative;
	}
.adapt_menu_active .adapt_menu1{
	-webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 7px;
    background: #68bc48;
	}
.adapt_menu_active .adapt_menu2{
	opacity: 0;
	}
.adapt_menu_active .adapt_menu3{
	-webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 7px;
    opacity: 1;
    background: #68bc48;
	}			
	
	
	
.hright{
	float:right;
	padding: 15px 0 0 0;
	}	
	
.lang{
	float:left;
	width: 30px;
	padding: 0 0 0 0;
	}
.lang img{
    transition: all .4s ease-in-out;
	vertical-align: bottom;
	}
.lang:hover img{
	background-position: bottom;
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
	}

header .search{
	float:right;
	position:relative;
	width: 20px;
	height: 20px;
	padding: 7px 5px 0 20px;
	}
a.search_on{
	display: block;
	width: 20px; 
	height: 20px;
	background: url('images/poisk_sub.png') no-repeat;
	background-size: 20px auto;
	transition: all .3s linear;
	}
a.search_on:hover{
	background-position: bottom;
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
	}
	
	
.search_block{
	position: absolute;
	z-index:1;
	top: -1px;
	right: 0;
	width: 300px;
	display: none;
	background: #fff;
	margin: 0 0 20px 0;
	-webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
	box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
	}
.search_block form{
	padding: 3px 5px 3px 7px;
	height: 30px;
	border-radius: 3px;
	}
input.search_inp{
	border:0;
	background: #fff;
	padding: 5px 0 5px 0;
	margin:0;
	height: 20px;
	line-height: 20px;
	float:left;
	width: 260px;
	letter-spacing: 1px;
	}
.search_sub{
	float: right;
	width: 20px;
	height: 20px;
	background: url('images/poisk_sub.png') no-repeat left bottom;
	background-size: 20px auto;
	border:0;
	padding: 0 0 0 0;
	margin: 5px 0 0 0;
	cursor: pointer;
	text-indent: -9999px;
	}
		


/* END HEADER */


/* HOME */


.galery{
	margin: 0 0 20px 0;
	}
.galery_block{
	width: 273px;
	height: 229px;
	float:left;
	position: relative;
	margin: 0 0 2px 2px;
	overflow: hidden;
	}	
.galery_block1{
	width: 850px;
	height: 460px;
	margin: 0 0 2px 0;
	}
.galery_block img{
	vertical-align: bottom; 
	transition: all 1s ease-out;
	vertical-align: bottom;
	}	
.galery_block:hover img{
	transform: scale(1.1);
	}
.galery_block a{
	display: block;
	box-sizing:border-box;
	opacity: 1;
	position:absolute;
	z-index:1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.4);
	text-decoration: none;
	color: #fff;
	font-size: 16px;
	line-height: 22px;
	font-weight: 600;
	}	
.galery_block1 a{
	font-size: 18px;
	}
.galery_block:hover a{
	opacity:1;
	color: #ffd800;
	background: rgba(0, 0, 0, 0.7);
	}	
.galery_block a span{
	display: block;
	box-sizing:border-box;
	width: 100%;
	padding: 20px;
	position:absolute;
	z-index:1;
	bottom: 0;
	left: 0;
	}	
	
	
	
	

.main_pop{
	background: #fff;
	padding: 15px;
	margin: 0 0 20px 0;
	}	
.main_pop_t{
	text-align:center;
	margin: 0 0 20px 0;
	font-size: 24px;
	line-height: 26px;
	}	
.main_pop_one{
	}	
.main_pop_one_b{
	padding: 0 10px 0 10px;
	}	
.main_pop_img{
	position:relative;
	margin: 0 0 10px 0;
	}
.main_pop_img img{
	vertical-align: bottom;  
	}
.main_pop_c{
	position:absolute;
	z-index:1;
	bottom: 10px;
	left: 10px;
	}		
.main_pop_c a{
	display: inline-block;
	background: #68bc48;
	height: 20px;
	border-radius: 3px;
	padding: 0 10px;
	line-height: 20px;
	color: #fff;
	font-size: 15px;
	text-decoration: none;
	box-shadow: 0 0 4px rgba(0, 0, 0, 0.32);
	}
.main_pop_c a:hover{
	background: #2f96b4;
	color: #fff;
	}	
.main_pop_z{
	padding: 0 10px;
	color: #000;
	font-size: 17px;
	line-height: 20px;
	margin: 0 0 7px 0;
	}
.main_pop_z a{
	color: #2f96b4;
	text-decoration: none;
	}	
.main_pop_z a:hover{
	color: #68bc48;
	}	
	
	
.main_pop_slider .slick-prev{
	display: block;
	width: 60px; 
	height: 8px; 
	position:absolute;
	z-index:111;
	top: -35px;
	left: 10px;
	background: url('images/slider_l.png') no-repeat;
	border: 0px solid #959596;            
	padding: 0;
	text-indent: -9999px;
	cursor: pointer;
	transition: all .2s linear;
	}
.main_pop_slider .slick-prev:after {
    content: "";
    height: 1px;
    width: 100%;
    background: #000;
    position: absolute;
	left: 7px;
    top: 50%;
	margin: 0 0 0 0;
    transition: width .3s ease-in-out;
    -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);
	}
.main_pop_slider .slick-prev:hover:after {
    width: 50%;
	}	
	
.main_pop_slider .slick-next{
	display: block;
	width: 60px; 
	height: 8px; 
	position:absolute;
	z-index:111;
	top: -35px;
	right: 10px;
	background: url('images/slider_r.png') no-repeat right top;
	border: 0px solid #959596;              
	padding: 0;
	text-indent: -9999px;
	cursor: pointer;
	transition: all .2s linear;
	}
.main_pop_slider .slick-next:after {
    content: "";
    height: 1px;
    width: 100%;
    background: #000;
    position: absolute;
	right: 7px;
    top: 50%;
	margin: 0 0 0 0;
    transition: width .3s ease-in-out;
    -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);
	}
.main_pop_slider .slick-next:hover:after {
    width: 50%;
	}		




#content{
	margin: 0 0 30px 0;
	}	
.content_vn{
	padding: 15px 0 0 0;
	}
.content_l{
	float:left;
	width: 1080px;
	}
#posts{
	float: right;
	width: 760px;
	}
#sidebar_l{
	float:left;
	width: 300px;
	}
#sidebar_r{
	float: right;
	width: 300px;
	}


#posts_vn{
	float:left;
	width: 1080px;
	}
#sidebar{
	float: right;
	width: 300px;
	}


.widget{
	padding: 15px;
	margin: 0 0 20px 0;
	background: #fff;
	}
.widget_title{
	color: #000;
	font-size: 20px;
	line-height: 24px;
	margin: 0 0 15px 0;
	}	


.pop_block{
	padding: 0 0 10px 0;
	margin: 0 0 10px 0;
	border-bottom: 1px solid #f0f0f0;
	}	
.pop_block_data{
	font-size: 12px;
	}
.pop_block_img{
	float:left;
	width: 50px;
	}	
.pop_block_zag{
	margin: 0 0 0 60px;
	line-height: 16px;
	}	
.pop_block_zag a.pop_block_zag_url{
	color: #000;
	font-size: 14px;
	line-height: 16px;
	text-decoration: none;
	}	
.pop_block_zag a.pop_block_zag_url:hover{
	color: #005bbb;
	}
	
.col_com a{
	display:inline-block;
	padding: 0 0 0 19px;
	margin: 0 0 0 8px;
	background: url('images/col_com2.png') no-repeat;
	background-size: 16px auto;
	color: #818181;
	font-size: 12px;
	text-decoration: none;
	}
.col_com a:hover{
	color: #ffd800;
	background: url('images/col_com2.png') no-repeat left bottom;
	background-size: 16px auto;
	}


.pop_block2{
	padding: 0 0 10px 0;
	margin: 0 0 10px 0;
	border-bottom: 1px solid #f0f0f0;
	}	
.pop_block2_img{
	padding: 0 0 7px 0;
	}	
.pop_block2_img img{
	vertical-align: bottom;
	}	
.pop_block2_zag{
	line-height: 16px;
	}	
.pop_block2_zag a.pop_block2_zag_url{
	color: #000;
	font-size: 14px;
	line-height: 16px;
	text-decoration: none;
	}	
.pop_block2_zag a.pop_block2_zag_url:hover{
	color: #005bbb;
	}
	
.pop_block2_zag a.col_com{
	display:inline-block;
	padding: 0 0 0 19px;
	margin: 0 0 0 8px;
	background: url('images/col_com2.png') no-repeat;
	background-size: 16px auto;
	color: #818181;
	font-size: 12px;
	text-decoration: none;
	}
.pop_block2_zag a.col_com:hover{
	color: #ffd800;
	background: url('images/col_com2.png') no-repeat left bottom;
	background-size: 16px auto;
	}	
	

.podpiska{
	}	
.podpiska form{
	border: 1px solid #f0f0f0;
	border-radius: 4px;
	height: 36px;
	}	
.podpiska_inp{
	border: 0px solid #dedede;
	background: none;
	height: 36px;
	width: 195px;
	float:left;
	padding: 8px 10px 8px 10px;
	margin:0;
	box-sizing:border-box;
	}
.podpiska_sub{
	border: 0px solid #dedede;
	padding: 0;
	margin: 0;
	width: 18px;
	height: 36px;
	float:left;
	background: url('images/podpiska_sub.png') no-repeat 0 12px;
	cursor: pointer;
	transition: all .2s linear;
	}
.podpiska_sub.active{
	background: url('images/podpiska_sub.png') no-repeat 0 -25px;
	}





#content .post{
	background: #fff;
	padding: 15px;
	margin: 0 0 10px 0;
	}
.post_info{
	padding: 0 0 0 0;
	}	
.pi_data{
	float:left;
	padding: 0 20px 0 0;
	color: #818181;
	font-size: 12px;
	}	
.pi_autor{
	float:left;
	padding: 0 20px 0 0;
	color: #818181;
	font-size: 14px;
	}		
.pi_autor a{
	color: #818181;
	text-decoration: none;
	}	
.pi_autor a:hover{
	color: #68bc48;
	}
.pi_cat{
	float: right;
	padding: 0 0 0 0;
	color: #818181;
	font-size: 14px;
	}		
.pi_cat a{
	display: inline-block;
	background: #f0f0f0;
	height: 20px;
	border-radius: 3px;
	padding: 0 10px 0 10px;
	margin: 0 0 2px 0;
	line-height: 20px;
	color: #000;
	font-size: 14px;
	text-decoration: none;
	}
.pi_cat a:hover{
	background: #68bc48;
	color: #fff;
	}

.post h2{
	line-height: 26px;
	color: #2f96b4;
	font-size: 22px;
	font-weight: 500;
	margin: 0 0 10px 0;
	}
.post h2 a{
	color: #2f96b4;
	text-decoration: none;
	}	
.post h2 a:hover{
	color: #68bc48;
	}
.post_img img{
	margin: 0 0 10px 0;
	}	
.post_text{
	padding: 0 0 10px 0;
	}
.post a.col_com{
	display:inline-block;
	padding: 0 0 0 22px;
	background: url('images/col_com2.png') no-repeat;
	background-size: 20px auto;
	color: #818181;
	font-size: 13px;
	}
.post a.col_com:hover{
	color: #ffa600;
	background: url('images/col_com2.png') no-repeat left bottom;
	background-size: 20px auto;
	}
	

.post_small{
	background: #fff;
	padding: 10px;
	margin: 0 0 10px 0;
	}
.post_small_img{
	position:relative;
	float:left;
	max-width: 220px;
	}
.post_small_r{
	margin: 0 0 0 235px;
	}
.post_small_r h2{
	font-size: 20px;
	line-height: 22px;
    margin: 0 0 10px 0;
	}
.post_small_r h2 a{
	color: #2f96b4;
	text-decoration: none;
	}	
.post_small_r h2 a:hover{
	color: #68bc48;
	}


.post_cat{
	display: inline-block;
	vertical-align: top;
	width: 32.3%;
    margin: 0 0 20px 0;
	box-sizing: border-box;
	padding: 0 5px;
	}
.post_cat_img{
	position: relative;
	}
.post_cat_img img{
	vertical-align: bottom;
	}
.post_cat_text{
	background: #fff;
	padding: 5px 10px 10px 10px;
	}
.post_cat h2{
	font-size: 20px;
	line-height: 22px;
    margin: 0 0 10px 0;
	}
.post_cat h2 a{
	color: #2f96b4;
	text-decoration: none;
	}	
.post_cat h2 a:hover{
	color: #68bc48;
	}

.category_description {
    background: #fff;
    padding: 15px;
    margin: 0 0 30px 0;
}


footer {
	padding: 0 0 7px 0;
	background: #fff;
	box-shadow: 0 0 4px rgba(0, 0, 0, 0.32);
	}
.flogo{
	float: left;
	width: 220px;
	padding: 10px 20px 0 0;
	}
.flogo img{
	vertical-align: bottom;
	}


.nav_f{
	float: right;
	padding: 0 0 0 0;
	}
.nav_f li{
	display: block;
	float: left;
	padding: 0 0 0 15px;
	}
.nav_f li a{
	display:block;
	padding: 21px 0 21px 0;
	position:relative;
	font-size: 15px;
	color: #2f96b4;
	text-decoration: none;
	text-transform: uppercase;
	}
.nav_f li a:hover, .nav_f > ul > li.current-menu-item > a{
	color: #68bc48;
	}
	
.nav_f > ul > li > a:before {
    background: #68bc48 none repeat scroll 0 0;
    content: "";
    display: block;
    height: 3px;
    left: 0;
	top: 0;
    position: absolute;
    transition: all 0.3s ease 0s;
    width: 0;
    z-index: 1;
	}
.nav_f > ul > li > a:hover:before, .nav_f > ul > li.current-menu-item > a:before {
    left: 0;
    width: 100%;
	}	

.copu{
	color: #000;
	font-size: 14px;
	line-height: 18px;
	text-align:center;
	}



span.go_slow{
	display:block;
	position:fixed;
	z-index:111;
	bottom: 70px;
	right: 20px;
	width: 33px;
	height: 43px;
	background: url('images/go_slow.png') no-repeat;
	cursor: pointer;
	transition: all 0.3s 0.02s ease;
	border-radius: 4px;
	box-shadow: 0 0 4px rgba(0, 0, 0, 0.32);
	}
span.go_slow:hover{
	height: 55px;
	}



/* END HOME */


.breadcrumbs{
	color: #000;
	font-size: 12px;
	line-height: 20px;
	text-transform: uppercase;
	margin: 0 0 20px 0;
	}
.breadcrumbs a{
	color: #000;
	}
.breadcrumbs span{
	margin: 0 2px 0 2px;
	}
.breadcrumbs span:nth-child(1){
	margin: 0 2px 0 0;
	}




.ctis-load-more-container{
	}	
.ctis-load-more-container span{
	display:block;
	}	
.ctis-load-more-container button{
	width: 100%;
	display:block !important;
	text-align:center !important;
	color: #9197a3 !important;
	font-size: 18px !important;
	line-height: 44px !important;
	font-weight: normal !important;
	text-decoration: none !important;
	height: 44px !important;
	border-radius: 3px !important;
	border: 2px solid #dbdde1 !important; 
	transition: all 0.3s 0.02s ease;
	}	
.ctis-load-more-container button:hover{
	background: #dbdde1 !important;
	color: #fff !important;
	}	




.cat_sort{
	width: 200px;
	height: 34px;
	margin: 0 0 20px auto;
	position: relative;
	}
span.cat_sort_act{
	display: block;
	width: 200px;
	height: 34px;
	box-sizing: border-box;
	padding: 0 0 0 16px;
	background: #fff url('images/cat_sort_act.png') no-repeat right 16px center;
	border-radius: 9px;
	line-height: 34px;
	font-size: 14px;
	color: #000;
	cursor: pointer;
	}
span.cat_sort_act_active{
	background: #fff url('images/cat_sort_act_active.png') no-repeat right 16px center;
	}
.cat_sort ul.cat_sort_drop{
	display: none;
	position: absolute;
	z-index:111;
	top: 38px;
	left: 0;
	width: 100%;
	background: #fff;
	border-radius: 9px;
	box-sizing: border-box;
	padding: 8px 16px 0 16px;
	box-shadow: 0 0 4px rgba(0, 0, 0, 0.32);
	}
.cat_sort ul.cat_sort_drop li{
	display: block;
	padding: 0 0 8px 0;
	}
.cat_sort ul.cat_sort_drop li a{
	display: block;
	font-size: 14px;
	color: #000;
	text-decoration: none;
	}
.cat_sort ul.cat_sort_drop li a:hover{
	display: block;
	font-size: 14px;
	color: #ffd800;
	}


.post_pohojue{
	}



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


.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 */


.wp-caption {
	max-width: 100%;
	position: relative;
	margin: 0 auto 20px auto;
	}

.wp-caption img {
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
	}

.wp-caption p.wp-caption-text {
	box-sizing: border-box;
	width: 100%;
	padding: 7px 20px 10px 20px;
	margin: 0;
	text-align: center;
	}


.wp-block-image .aligncenter {
	text-align: center;
	}




.entry iframe{
	margin: 0 auto;
	}





