/*
Theme Name: 1x4
*/

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

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

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

a {
	color: #0000ff;
	text-decoration: underline;
	transition: all 0.3s 0.02s ease;
	}

a:hover {
	color: #0000ff;
	text-decoration: none;
	}

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: #000000;
	font-weight: bold;
	}
h1, .h1, .title{
	font-size: 26px;
	line-height: 28px;
	}
h2, .h2{
	font-size: 24px;
	line-height: 26px;
	}
h3, .h3{
	font-size: 22px;
	line-height: 24px;
	}
h4, .h4{
	font-size: 20px;
	line-height: 21px;
	}
h5, .h5{
	font-size: 19px;
	line-height: 20px;
	}
h6, .h6{
	font-size: 19px;
	line-height: 19px;
	}

.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: 15px 0 15px 0;
	background: #fff;
	}
.logo{
	float:left;
	width: 180px;
	}
.logo img{
	vertical-align: bottom;
	}
	
.hsearch{
	float: right;
	position:relative;
	width: 47px; 
	height: 47px;
	margin: 20px 0 0 0;
	}	
.hsearch a{
	border: 1px solid #090f1e;
	border-radius: 50%;
	display:block;
	width: 45px; 
	height: 45px; 
	background: #090f1e url('images/hsearch.png') no-repeat center 15px;
	}
.hsearch a:hover{
	background: #fff url('images/hsearch.png') no-repeat center -69px;
	}

.search{
	display: none;
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	width: 300px;
	background: #fff;
	border: 1px solid #ece2d5;
	border-radius: 22px;
	}	
.search_inp{
	float: left;
	width: 230px;
	border: 0;
	padding: 0 0 0 20px;
	margin: 0;
	background: none;
	height: 45px; 
	}
.search_sub{
	float: right;
	border: 1px solid #ece2d5;
	border-radius: 22px;
	display:block;
	width: 45px; 
	height: 45px; 
	background: #fff url('images/hsearch.png') no-repeat center -69px;
	cursor: pointer;
	transition: all 0.3s 0.02s ease;
	}
.search_sub:hover{
	border: 1px solid #373a46;
	}
	
	

.widget ul{
	padding: 0 10px 0 10px;
	}

	

.nav_main{
	background: #f7f7f7;
	padding: 10px 0 0 0;
	position:relative;
	margin: 0 0 30px 0;
	}
.main_nav{
	padding: 10px 0 0 0;
	}
.main_nav > ul > li{
	display:block;
	float:left;
	padding: 0 0 0 35px;
	}
.main_nav > ul > li:nth-child(1){
	padding: 0 0 0 0;
	}
.main_nav > ul > li > a{
	display:block;
	float:left;
	padding: 0 0 15px 0;
	color: #262028;
	font-size: 16px;
	text-decoration: none;
	font-weight: 300;
	position:relative;
	}
.main_nav > ul > li > a:hover, .main_nav > ul > li.active > a{
	color: #607d8b;
	}
.main_nav > ul > li > a:after{
	display: block;
	content:"";
	position: absolute;
	z-index: 1;
	bottom: 0;
	left: 0;
	width: 0;
	height: 3px;
	background: #607d8b;
	transition: all 0.3s 0.02s ease;
	}
.main_nav > ul > li:hover > a:after, .main_nav > ul > li.active > a:after{
	width: 100%;
	}




.adapt_sub{
	position: relative;
	display: none;
	margin: 0 0 0 0;
	padding: 0 0 10px 0;
	width: 30px;
    height: 26px;
	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_sub_a{
	display: block;
    width: 30px;
    height: 3px;
    background: #6a7c8a;
    -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);
	}
.adapt_sub2{
	top: 8px;
    width: 23px;
    background: #6a7c8a;
	}
.adapt_sub3{
	top: 17px;
    background: #6a7c8a;
	}


.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;
    background: #6a7c8a;
	}
.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;
    background: #6a7c8a;
	}
	
	
/* END HEADER */


/* HOME */


#content{
	margin: 0 0 20px 0;
	}
#posts {
    float: left;
    width: 770px;
	background: #f7f7f7;
	box-sizing:border-box;
	padding: 10px;
	}
#sidebar {
    float: right;
    width: 300px;
	}
	
	
	

.widget{
	background: #f7f7f7;
	padding: 25px 0 25px 0;
	margin: 0 0 20px 0;
	}
.widget_title{
	color: #000000;
	font-size: 22px;
	line-height: 24px;
	font-weight: 600;           
	padding: 0 18px 10px 18px;
	margin: 0 0 10px 0;  
	border-bottom: 1px solid #fff; 
	}
.cat_nav{
	background: #f7f7f7;
	padding: 25px 0 25px 0;
	margin: 0 0 20px 0;
	}
.cat_nav > ul > li{
	display: block;
	padding: 12px 18px 7px 18px;
	border-bottom: 1px solid #fff; 
	}
.cat_nav > ul > li:last-child{
	display: block;
	padding: 12px 18px 12px 18px;
	border-bottom: 0px solid #fff; 
	}
.cat_nav > ul > li > a{
	color: #000000;
	font-size: 18px;
	line-height: 20px;
	text-decoration: none;
	}
.cat_nav > ul > li > a:hover{
	color: #4871d8;
	}


.cat_nav > ul > li > ul{
	padding: 14px 0 0 0;
	}
.cat_nav > ul > li > ul > li{
	display: block;
	padding: 0 0 7px 17px;
	position: relative;
	}
.cat_nav > ul > li > ul > li:before{
	position: absolute;
	z-index: 1;
	top: 8px;
	left: 0;
	display: inline-block;
	content:"";
	width: 7px;
	height: 7px;
	background: #8913ec;
	vertical-align: middle;
	}
.cat_nav > ul > li > ul > li > a{
	color: #3c3c3c;
	font-size: 14px;
	line-height: 18px;
	font-weight: 300;
	text-decoration: none;
	}
.cat_nav > ul > li > ul > li > a:hover{
	color: #4871d8;
	}
	
	
	
	
.main_pop{
	background: #f7f7f7;
	padding: 15px 10px 15px 10px;
	margin: 0 0 30px 0;
	}	
.main_pop_t{
	text-align:center;
	margin: 0 0 20px 0;
	font-size: 24px;
	line-height: 26px;
	}	
.main_pop_one{
	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: 7px;
	right: 7px;
	}		
.main_pop_c a{
	display: inline-block;
	background: #ffa600;
	height: 20px;
	border-radius: 3px;
	padding: 0 7px 0 7px;
	line-height: 20px;
	color: #fff;
	font-size: 13px;
	}
.main_pop_c a:hover{
	background: #f0f0f0;
	color: #000;
	}	
.main_pop_z{
	color: #000;
	font-size: 17px;
	line-height: 20px;
	}
.main_pop_z a{
	color: #000;
	}	
.main_pop_z a:hover{
	color: #ffa600;
	}	
	
	
.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%;
	}	
		
	
	
	
	
	

footer{	
	padding: 10px 0 10px 0;
	background: #f7f7f7;
	}	
.copu{
	float:right;
	color: #000;
	padding: 40px 0 0 0;
	}

/* END HOME */






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




.line_news {
	padding: 0 0 20px 0;
	line-height: 19px;
	}

.line_news_img {
	float: left;
	width: 129px;
	}

.line_news_img img {
	vertical-align: bottom;
	}

.line_news_r {
	margin: 0 0 0 149px;
	}

.line_news_d {
	padding: 0 0 7px 16px;
	background: url('images/date.png') no-repeat 0px 1px;
	color: #898989;
	font-size: 12px;
	line-height: 14px;
	}

.line_news_t {
	padding: 0 0 4px 0;
	}




