/*
Theme Name: ilyarost
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%;
	}

.entry img {
	height: auto;
	}

/* END NULL */


/* FONTS */

@font-face {
	font-family: 'Adigiana 2';
	src: url('subset-Adigiana2.eot');
	src: local('Adigiana 2'), local('Adigiana2'),
		url('fonts/subset-Adigiana2.eot?#iefix') format('embedded-opentype'),
		url('fonts/subset-Adigiana2.woff2') format('woff2'),
		url('fonts/subset-Adigiana2.woff') format('woff'),
		url('fonts/subset-Adigiana2.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

/* END FONTS */


/* BASE */

body {
	color: #515151;
	font-size: 16px;
	line-height: 32px;
	font-family: 'Rubik', sans-serif;
	background: #fff;
	text-align: center;
	}

.perspective {
	width: 100%;
	height: 100%;
	position: relative;
	}

.perspective.transform {
	position: fixed;
	perspective: 1500px;
	}

.wrapper {
	width: 100%;
	transition: all .4s;
	}

.wrapper.transform {
	width: 1600px;
	height: 100%;
	position: relative;
	transform: translateZ(-1800px) translateX(-50%) rotateY(45deg);
	transform-origin: 0% 50%;
	overflow: hidden;
	backface-visibility: hidden;
	box-shadow: 0 0 0px 50px #f1f1f1;
	}

.wrapper.transform:before {
	content: " ";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 10000;
	cursor: pointer;
	}

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

input, textarea {
	font-family: 'Rubik', sans-serif;
	}

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

a:hover {
	color: #fdc545;
	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 32px 0;
	}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, .title {
	color: #515151;
	line-height: 32px;
	font-weight: bold;
	}
h1, .h1, .title{
	font-size: 32px;
	line-height: 34px;
	}
h2, .h2{
	font-size: 30px;
	}
h3, .h3{
	font-size: 28px;
	}
h4, .h4{
	font-size: 26px;
	}
h5, .h5{
	font-size: 24px;
	}
h6, .h6{
	font-size: 20px;
	}

.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-spacing: 0;
	border-collapse: collapse;
	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: 8px 10px;
	}

.table tr td, .entry table tr td{
	border-bottom: 1px solid #959596;
	border-right: 1px solid #959596;
	padding: 8px 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;
	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: 15px 0;
	padding: 0 0 0 20px;
	position: relative;
	}

.entry ul > li:before, ul.list > li:before {
	content: " ";
	display: block;
	width: 7px;
	height: 7px;
	background: #fdc545;
	border-radius: 50%;
	position: absolute;
	top: 8px;
	left: 0px;
	}

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

.grid {
	clear: both;
	*zoom: 1;
	}

.grid:after {
	content: "";
	display: table;
	clear: both;
	}

[class*='col-'] {
	float: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 70px 0 0;
	}

.col-1-8 {
	width: 12.5%;
	}

.col-1-4 {
	width: 25%;
	}

.col-1-3 {
	width: 33.33%;
	}

.col-1-2 {
	width: 50%;
	}

.col-2-3 {
	width: 66.66%;
	}

/* END BASE */


/* FORM */

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

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

.inp{
	box-sizing: border-box;
	width: 100%;
	height: 40px;
	padding: 9px 20px;
	background: #fff;
	border: 1px solid #e4e4e4;
	border-radius: 7px;
	-webkit-appearance: none;
	color: #515151;
	font-size: 14px;
	line-height: 20px;
	}

.ta{
	box-sizing: border-box;
	width: 100%;
	height: 140px;
	padding: 9px 20px;
	background: #fff;
	border: 1px solid #e4e4e4;
	border-radius: 7px;
	-webkit-appearance: none;
	color: #515151;
	font-size: 14px;
	line-height: 20px;
	vertical-align: bottom;
	}

.form_sub {
	position: relative;
	}

.btn {
	display: inline-block;
	box-sizing: border-box;
	min-height: 60px;
	padding: 18px 28px;
	border: 1px solid #fdc545;
	background: #fff;
	border-radius: 30px;
	transition: all 0.3s 0.02s ease;
	-webkit-appearance: none;
	color: #515151;
	font-size: 16px;
	line-height: 22px;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	cursor: pointer;
	}

.btn:hover{
	background-color: #fdc545;
	color: #515151;
	text-decoration: none;
	}

.btn_s2 {
	min-height: 40px;
	padding: 9px 20px;
	font-size: 14px;
	line-height: 20px;
	}

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

/* END FORM */


/* HEADER */

header {
	position: relative;
	}

.logo{
	position: absolute;
	top: 66px;
	left: 82px;
	z-index: 300;
	font-size: 48px;
	line-height: 42px;
	font-family: 'Adigiana 2';
	text-align: center;
	}

.home_pos .logo{
	top: 0px;
	left: 40px;
	}

.home900 .logo {
	left: 105px;
	}

.home790 .logo {
	left: 170px;
	}

.logo a{
	display: block;
	text-decoration: none;
	}

.logo a span{
	display: block;
	transition: all 0.3s 0.02s ease;
	color: #515151;
	}

.logo a:hover{
	transition: all 0.3s 0.02s ease;
	color: #515151;
	}

.logo a:hover span{
	color: #fdc545;
	}

/* END HEADER */


/* HOME */

.home_l {
	float: left;
	width: 400px;
	height: 775px;
	padding: 111px 0 10px 0;
	}

.home900 .home_l {
	height: 620px;
	padding: 95px 0 10px 0;
	}

.home790 .home_l {
	height: 463px;
	padding: 90px 0 10px 0;
	}

.home_ilya {
	height: 682px;
	position: relative;
	}

.home900 .home_ilya {
	height: 540px;
	}

.home790 .home_ilya {
	height: 388px;
	}

.home_ilya img {
	width: 450px;
	max-width: 450px;
	position: absolute;
	top: 0px;
	left: -92px;
	vertical-align: bottom;
	}

.home900 .home_ilya img {
	width: 356px;
	max-width: 356px;
	left: 22px;
	}

.home790 .home_ilya img {
	width: 256px;
	max-width: 256px;
	left: 140px;
	}

.home_about {
	padding: 33px 0 0 0;
	}

.home900 .home_about {
	padding: 20px 0 0 0;
	text-align: center;
	}

.home790 .home_about {
	padding: 15px 0 0 0;
	text-align: right;
	}

.home_r {
	float: left;
	width: 960px;
	height: 725px;
	margin: 127px 0 0 50px;
	position: relative;
	}

.home900 .home_r {
	height: 705px;
	margin-top: 10px;
	}

.home790 .home_r {
	height: 553px;
	margin-top: 10px;
	}

.home_t {
	box-sizing: border-box;
	width: 100%;
	position: absolute;
	top: 305px;
	left: 0px;
	color: #c0c0c0;
	font-size: 72px;
	line-height: 76px;
	font-family: 'Adigiana 2';
	text-align: center;
	}

.home790 .home_t {
	top: 235px;
	font-size: 62px;
	line-height: 66px;
	}

.home_t span {
	color: #fdc545;
	}


.home_nav > ul > li {
	float: left;
	display: block;
	width: 240px;
	height: 196px;
	padding: 24px 30px 0 30px;
	margin: 0 10px;
	background: #fff;
	box-shadow: 0px 10px 20px rgba(174, 174, 173, 0.29);
	border-radius: 16px;
	transition: all 0.3s 0.02s ease;
	overflow: hidden;
	line-height: 28px;
	}

.home790 .home_nav > ul > li {
	height: 170px;
	line-height: 24px;
	}

.home_nav > ul > li:hover {
	box-shadow: 0px 10px 29px rgba(174, 174, 173, 0.5);
	}

.home_nav > ul > li.nav1 {
	display: none;
	}

.home_nav > ul > li.nav2 {
	margin-bottom: 255px;
	background: #fff url('images/nav2.png') no-repeat right 31px top 24px;
	}
.home_nav > ul > li.nav3 {
	margin-bottom: 255px;
	background: #fff url('images/nav3.png') no-repeat right 29px top 21px;
	}
.home_nav > ul > li.nav4 {
	margin-bottom: 255px;
	background: #fff url('images/nav4.png') no-repeat right 29px top 20px;
	}
.home_nav > ul > li.nav5 {
	background: #fff url('images/nav5.png') no-repeat right 30px top 22px;
	}
.home_nav > ul > li.nav6 {
	background: #fff url('images/nav6.png') no-repeat right 29px top 25px;
	}
.home_nav > ul > li.nav7 {
	background: #fff url('images/nav7.png') no-repeat right 29px top 25px;
	}

.home790 .home_nav > ul > li.nav2, .home790 .home_nav > ul > li.nav3, .home790 .home_nav > ul > li.nav4 {
	margin-bottom: 155px;
	}

.home_nav > ul > li > a {
	font-size: 28px;
	line-height: 28px;
	font-weight: bold;
	}

.home_nav a {
	color: #515151;
	text-decoration: none;
	}

.home_nav a:hover {
	color: #fdc545;
	}

.home_nav > ul > li ul {
	display: block;
	padding: 18px 0 0 0;
	}

.home790 .home_nav > ul > li ul  {
	padding: 8px 0 0 0;
	}

.home_nav > ul > li ul li {
	display: block;
	padding: 2px 0;
	}

.home_nav > ul > li ul li a {
	padding: 0 0 0 26px;
	position: relative;
	}

.home_nav > ul > li ul li a:before {
	content: " ";
	display: block;
	width: 4px;
	height: 4px;
	border: 2px solid #515151;
	position: absolute;
	top: 5px;
	left: 0px;
	border-radius: 50%;
	transition: all 0.3s 0.02s ease;
	}

.home_nav > ul > li ul li a:hover:before {
	border-color: #fdc545;
	}


/* END HOME */


/* POSTS */

#content {
	padding: 65px 0 20px 0;
	}

#posts {
	float: right;
	width: 875px;
	padding: 10px 210px 0 0;
	}

.breadc {
	margin: -25px 0 55px 0;
	font-size: 14px;
	line-height: 18px;
	}

.breadc .sep {
	display: inline-block;
	width: 5px;
	height: 8px;
	margin: 0 10px;
	overflow: hidden;
	text-indent: -9999px;
	background: url('images/breadc.png') no-repeat;
	}

.post_list {
	padding: 26px 28px 32px 28px;
	margin: 0 0 22px 0;
	background: #fff;
	border-radius: 20px;
	transition: all 0.3s 0.02s ease;
	}

.post_list:hover {
	box-shadow: 0px 10px 29px rgba(174, 174, 173, 0.29);
	}

.cat_ico2 {
	background: url('images/nav2.png') no-repeat right 29px top 23px;
	}
.cat_ico3 {
	background: url('images/nav3.png') no-repeat right 29px top 23px;
	}
.cat_ico4 {
	background: url('images/nav4.png') no-repeat right 29px top 23px;
	}
.cat_ico5 {
	background: url('images/nav5.png') no-repeat right 29px top 23px;
	}
.cat_ico6 {
	background: url('images/nav6.png') no-repeat right 29px top 23px;
	}
.cat_ico7 {
	background: url('images/nav7.png') no-repeat right 29px top 23px;
	}

.post_list_t {
	padding: 0 40px 22px 0;
	font-size: 26px;
	line-height: 28px;
	font-weight: bold;
	}

.post_list_t a {
	color: #515151;
	text-decoration: none;
	}

.post_list_t a:hover {
	color: #fdc545;
	}

.post_list_img {
	float: left;
	width: 335px;
	padding: 8px 0 0 0;
	}

.post_list_img img {
	vertical-align: bottom;
	}

.post_list_r {
	margin: 0 0 0 368px;
	overflow: hidden;
	}

.post_list_e {
	padding: 0 0 20px 0;
	color: #a7a6a6;
	}

.post_list_cat {
	padding: 0 0 24px 0;
	color: #fdc545;
	font-size: 14px;
	line-height: 18px;
	}

.post_list_cat a {
	color: #515151;
	text-decoration: none;
	}

.post_list_cat a:hover {
	color: #fdc545;
	}

.post_d {
	float: left;
	color: #a7a6a6;
	font-size: 14px;
	line-height: 18px;
	}

.post_like {
	float: right;
	padding: 0 0 0 11px;
	color: #a7a6a6;
	font-size: 14px;
	line-height: 18px;
	}

.wpulike {
	padding: 0;
	}

.wpulike-default .wp_ulike_btn {
	min-height: 18px;
	min-width: 18px;
	padding: 0px;
	cursor: pointer;
	}

.wpulike-default .count-box {
	padding: 0;
	margin-left: 6px;
	font-size: 14px;
	line-height: 18px;
	}

.wpulike-default .count-box:before {
	display: none;
	}

.post_v {
	float: right;
	padding: 0 0 0 25px;
	background: url('images/post_v.png') no-repeat 0px center;
	color: #a7a6a6;
	font-size: 14px;
	line-height: 18px;
	}


.p_nav {
	padding: 20px 0;
	text-align: center;
	}

.p_nav a, .p_nav span {
	display: inline-block;
	min-width: 20px;
	height: 20px;
	padding: 10px;
	margin: 0 1px;
	border-radius: 20px;
	color: #515151;
	line-height: 20px;
	text-decoration: none;
	}

.p_nav a:hover, .p_nav .current {
	background: #fdc545;
	color: #fff;
	}

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

.post_img{
	float: left;
	width: 475px;
	padding: 0 20px 32px 0;
	}

.post_img img{
	vertical-align: bottom;
	}

.post_img_p{
	float: left;
	width: 475px;
	padding: 0 0 32px 0;
	}

.post_img_p img{
	vertical-align: bottom;
	}

.post_preims{
	float: right;
	width: 306px;
	min-height: 292px;
	padding: 32px 36px 6px 36px;
	margin: 0 0 32px 0;
	background: #feedc7;
	line-height: 24px;
	}


.post_info{
	padding: 24px 0;
	margin: 10px 0 50px 0;
	border-top: 1px solid #e8e8e8;
	border-bottom: 1px solid #e8e8e8;
	line-height: 18px;
	}

.post_cat{
	margin: 0 100px;
	color: #fdc545;
	font-size: 14px;
	line-height: 18px;
	text-align: center;
	}

.post_cat a {
	color: #515151;
	text-decoration: none;
	}

.post_cat a:hover {
	color: #fdc545;
	}

.post_tag{
	margin: 0 0 20px 0;
	color: #fdc545;
	font-size: 14px;
	line-height: 18px;
	}

.post_tag a {
	color: #515151;
	text-decoration: none;
	}

.post_tag a:hover {
	color: #fdc545;
	}


.post_relts{
	padding: 0 0 30px 0;
	}

.post_list_sm{
	float: left;
	width: 48%;
	padding: 0 0 25px 0;
	}

.post_list_sm:nth-child(2n){
	float: right;
	}

.post_list_sm_img{
	float: left;
	width: 125px;
	padding: 3px 0 20px 0;
	}

.post_list_sm_img img{
	vertical-align: bottom;
	}

.post_list_sm_r{
	height: 116px;
	margin: 0 0 8px 150px;
	overflow: hidden;
	line-height: 26px;
	}

.post_list_sm_t{
	padding: 0 0 12px 0;
	font-size: 20px;
	font-weight: bold;
	}

.post_list_sm_t a{
	color: #515151;
	text-decoration: none;
	}

.post_list_sm_t a:hover{
	color: #fdc545;
	}

.post_list_sm_e{
	color: #a7a6a6;
	}

.post_list_sm_lv{
	float: left;
	line-height: 18px;
	}

.post_list_sm_m{
	margin: 0 0 0 150px;
	line-height: 18px;
	}


.post_nav_l{
	float: left;
	width: 48%;
	padding: 0 0 10px 0;
	}

.post_nav_r{
	float: right;
	width: 48%;
	padding: 0 0 10px 0;
	}

.post_nav a{
	display: block;
	height: 48px;
	padding: 27px 30px 27px 108px;
	overflow: hidden;
	background: #fff;
	box-shadow: 0px 6px 24px rgba(174, 174, 173, 0.18);
	border-radius: 5px;
	position: relative;
	color: #515151;
	line-height: 24px;
	font-weight: bold;
	text-decoration: none;
	}

.post_nav_r a{
	padding: 27px 108px 27px 30px;
	}

.post_nav a:hover{
	color: #fdc545;
	}

.post_nav a img {
	width: 69px;
	height: 61px;
	position: absolute;
	top: 19px;
	left: 21px;
	z-index: 4;
	vertical-align: bottom;
	}

.post_nav_r a img {
	left: auto;
	right: 21px;
	}

.post_nav a:before {
	content: " ";
	display: block;
	width: 69px;
	height: 61px;
	background: rgba(0, 0, 0, 0.5);
	position: absolute;
	top: 19px;
	left: 21px;
	z-index: 5;
	}

.post_nav_r a:before {
	left: auto;
	right: 21px;
	}

.post_nav a:after {
	content: " ";
	display: block;
	width: 27px;
	height: 27px;
	border: 1px solid #fff;
	background: url('images/post_nav_l.png') no-repeat center center;
	position: absolute;
	top: 36px;
	left: 42px;
	z-index: 6;
	}

.post_nav_r a:after {
	background: url('images/post_nav_r.png') no-repeat center center;
	left: auto;
	right: 42px;
	}

.post_nav a span{
	display: block;
	height: 48px;
	overflow: hidden;
	}

/* END POSTS */


/* SIDEBARS */

#sidebar{
	float: left;
	width: 252px;
	padding: 150px 29px 0 29px;
	position: relative;
	}

.widget{
	padding: 0 0 40px 0;
	}

.widget_title{
	padding: 0 0 22px 0;
	font-size: 26px;
	line-height: 28px;
	font-weight: bold;
	}

.widget ul li {
	margin: 0 0 10px 0;
	line-height: 22px;
	}

.widget_posts ul li {
	max-height: 66px;
	overflow: hidden;
	}

.widget ul li a {
	display: inline-block;
	padding: 0 0 0 26px;
	position: relative;
	color: #515151;
	text-decoration: none;
	}

.widget ul li a:hover, .widget ul li.current-menu-item a, .widget ul li.current-menu-parent a, .widget ul li.current-menu-ancestor a, .widget ul li.current-post-ancestor a, .widget ul li.current-page-ancestor a, .widget ul li.current-prod-ancestor a {
	color: #fdc545;
	}

.widget ul li a:before {
	content: " ";
	display: block;
	width: 4px;
	height: 4px;
	border: 2px solid #515151;
	border-radius: 50%;
	position: absolute;
	top: 6px;
	left: 0px;
	transition: all 0.3s 0.02s ease;
	}

.widget ul li a:hover:before, .widget ul li.current-menu-item a:before, .widget ul li.current-menu-parent a:before, .widget ul li.current-menu-ancestor a:before, .widget ul li.current-post-ancestor a:before, .widget ul li.current-page-ancestor a:before, .widget ul li.current-prod-ancestor a:before {
	border-color: #fdc545;
	}


.cat_nav ul li {
	padding: 0 0 16px 0;
	}

.cat_nav ul li.current-menu-item {
	display: none;
	}

.cat_nav ul li a {
	display: block;
	padding: 8px 35px 8px 25px;
	border: 1px solid #fdc545;
	border-radius: 20px;
	}

.cat_nav ul li a:before {
	content: " ";
	display: block;
	width: 6px;
	height: 9px;
	background: url('images/cat_nav.png') no-repeat center top;
	border: 0;
	border-radius: 0;
	position: absolute;
	top: 50%;
	left: auto;
	right: 23px;
	transform: translateY(-50%);
	}

.cat_nav ul li a:hover:before {
	right: 13px;
	}


.subs {
	padding: 20px 0;
	}

.subs_inp {
	padding: 0 0 20px 0;
	}


.sb_sep {
	padding: 0 0 20px 0;
	position: absolute;
	top: 418px;
	right: -97px;
	transform-origin: right top;
	transform: rotate(-90deg);
	font-size: 12px;
	line-height: 15px;
	font-weight: bold;
	text-transform: uppercase;
	}

.sb_sep:before {
	content: " ";
	display: block;
	width: 131px;
	height: 1px;
	background: #c7c7c7;
	position: absolute;
	top: 7px;
	left: -145px;
	}

.sb_sep:after {
	content: " ";
	display: block;
	width: 131px;
	height: 1px;
	background: #c7c7c7;
	position: absolute;
	top: 7px;
	right: -145px;
	}

/* END SIDEBARS */


/* FOOTER */

footer {
	padding: 14px 10px;
	background: #f1f1f1;
	font-size: 12px;
	line-height: 20px;
	text-align: center;
	}

.show_nav{
	display: block;
	width: 24px;
	height: 24px;
	margin: 0 10px 0 0;
	position: fixed;
	top: 5%;
	right: 5%;
	cursor: pointer;
	}

.show_nav.abs{
	position: absolute;
	}

.show_nav span, .show_nav:before, .show_nav:after{
	content: " ";
	display: block;
	width: 100%;
	height: 4px;
	background: #fdc545;
	border-radius: 2px;
	position: absolute;
	left: 0px;
	transition: all 0.3s 0.02s ease;
	}

.show_nav span{
	width: 20px;
	top: 10px;
	left: 2px;
	}

.show_nav:before {
	top: 0px;
	}

.show_nav:after {
	top: 20px;
	}

.show_nav.open span{
	display: none;
	}

.show_nav.open:before{
	transform: rotate(45deg);
	top: 10px;
	}

.show_nav.open:after{
	transform: rotate(-45deg);
	top: 10px;
	}


.main_nav{
	width: 0%;
	position: absolute;
	top: 10%;
	left: 65%;
	overflow: hidden;
	transition: all 0.9s 0s;
	opacity: 0;
	font-size: 30px;
	line-height: 36px;
	font-weight: bold;
	text-align: left;
	white-space: nowrap;
	}

.main_nav.open{
	width: 35%;
	left: 50%;
	opacity: 1;
	}

.main_nav ul li {
	padding: 15px 0;
	}

.main_nav ul li a {
	color: #000;
	text-decoration: none;
	}

.main_nav ul li a:hover, .main_nav ul li.current-menu-item a, .main_nav ul li.current-menu-parent a, .main_nav ul li.current-menu-ancestor a, .main_nav ul li.current-post-ancestor a, .main_nav ul li.current-page-ancestor a, .main_nav ul li.current-prod-ancestor a {
	color: #fdc545;
	}


.fix_nav{
	width: 44px;
	position: fixed;
	top: 10%;
	right: 5%;
	transition: all 0.9s 0s;
	}

.fix_nav.abs{
	position: absolute;
	}

.fix_nav ul li{
	display: block;
	padding: 8px 0;
	}

.fix_nav ul li a{
	display: block;
	width: 44px;
	height: 44px;
	border-radius: 50%;
	overflow: hidden;
	text-indent: -9999px;
	}

.fix_nav ul li.nav1 a{
	background: url('images/m_nav1.png') no-repeat center center;
	}
.fix_nav ul li.current-menu-item.nav1 a, .fix_nav ul li.current-menu-parent.nav1 a, .fix_nav ul li.current-menu-ancestor.nav1 a, .fix_nav ul li.current-post-ancestor.nav1 a, .fix_nav ul li.current-page-ancestor.nav1 a{
	background: #fdc545 url('images/m_nav1_a.png') no-repeat center center;
	box-shadow: 0px 10px 29px rgba(207, 155, 37, 0.43);
	}

.fix_nav ul li.nav2 a{
	background: url('images/m_nav2.png') no-repeat center center;
	}
.fix_nav ul li.current-menu-item.nav2 a, .fix_nav ul li.current-menu-parent.nav2 a, .fix_nav ul li.current-menu-ancestor.nav2 a, .fix_nav ul li.current-post-ancestor.nav2 a, .fix_nav ul li.current-page-ancestor.nav2 a{
	background: #fdc545 url('images/m_nav2_a.png') no-repeat center center;
	box-shadow: 0px 10px 29px rgba(207, 155, 37, 0.43);
	}

.fix_nav ul li.nav3 a{
	background: url('images/m_nav3.png') no-repeat center center;
	}
.fix_nav ul li.current-menu-item.nav3 a, .fix_nav ul li.current-menu-parent.nav3 a, .fix_nav ul li.current-menu-ancestor.nav3 a, .fix_nav ul li.current-post-ancestor.nav3 a, .fix_nav ul li.current-page-ancestor.nav3 a{
	background: #fdc545 url('images/m_nav3_a.png') no-repeat center center;
	box-shadow: 0px 10px 29px rgba(207, 155, 37, 0.43);
	}

.fix_nav ul li.nav4 a{
	background: url('images/m_nav4.png') no-repeat center center;
	}
.fix_nav ul li.current-menu-item.nav4 a, .fix_nav ul li.current-menu-parent.nav4 a, .fix_nav ul li.current-menu-ancestor.nav4 a, .fix_nav ul li.current-post-ancestor.nav4 a, .fix_nav ul li.current-page-ancestor.nav4 a{
	background: #fdc545 url('images/m_nav4_a.png') no-repeat center center;
	box-shadow: 0px 10px 29px rgba(207, 155, 37, 0.43);
	}

.fix_nav ul li.nav5 a{
	background: url('images/m_nav5.png') no-repeat center center;
	}
.fix_nav ul li.current-menu-item.nav5 a, .fix_nav ul li.current-menu-parent.nav5 a, .fix_nav ul li.current-menu-ancestor.nav5 a, .fix_nav ul li.current-post-ancestor.nav5 a, .fix_nav ul li.current-page-ancestor.nav5 a{
	background: #fdc545 url('images/m_nav5_a.png') no-repeat center center;
	box-shadow: 0px 10px 29px rgba(207, 155, 37, 0.43);
	}

.fix_nav ul li.nav6 a{
	background: url('images/m_nav6.png') no-repeat center center;
	}
.fix_nav ul li.current-menu-item.nav6 a, .fix_nav ul li.current-menu-parent.nav6 a, .fix_nav ul li.current-menu-ancestor.nav6 a, .fix_nav ul li.current-post-ancestor.nav6 a, .fix_nav ul li.current-page-ancestor.nav6 a{
	background: #fdc545 url('images/m_nav6_a.png') no-repeat center center;
	box-shadow: 0px 10px 29px rgba(207, 155, 37, 0.43);
	}

.fix_nav ul li.nav7 a{
	background: url('images/m_nav7.png') no-repeat center center;
	}
.fix_nav ul li.current-menu-item.nav7 a, .fix_nav ul li.current-menu-parent.nav7 a, .fix_nav ul li.current-menu-ancestor.nav7 a, .fix_nav ul li.current-post-ancestor.nav7 a, .fix_nav ul li.current-page-ancestor.nav7 a{
	background: #fdc545 url('images/m_nav7_a.png') no-repeat center center;
	box-shadow: 0px 10px 29px rgba(207, 155, 37, 0.43);
	}

.fix_nav ul li a:hover{
	background-color: #fff;
	box-shadow: 0px 10px 29px rgba(174, 174, 173, 0.29);
	}


.locked {
	overflow: hidden;
	}

.preload {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: #fff;
	z-index: 2000;
	}

.preload_ico {
	display: inline-block;
	position: absolute;
	width: 64px;
	height: 64px;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	}

.preload_ico div {
	display: inline-block;
	position: absolute;
	left: 6px;
	width: 13px;
	background: #fdc545;
	-webkit-animation: preload_ico 1.2s cubic-bezier(0, 0.5, 0.5, 1) infinite;
	animation: preload_ico 1.2s cubic-bezier(0, 0.5, 0.5, 1) infinite;
	}

.preload_ico div:nth-child(1) {
	left: 6px;
	-webkit-animation-delay: -0.24s;
	animation-delay: -0.24s;
	}

.preload_ico div:nth-child(2) {
	left: 26px;
	-webkit-animation-delay: -0.12s;
	animation-delay: -0.12s;
	}

.preload_ico div:nth-child(3) {
	left: 45px;
	-webkit-animation-delay: 0;
	animation-delay: 0;
	}

@-webkit-keyframes preload_ico {
	0% {
		top: 6px;
		height: 51px;
		}
	50%, 100% {
		top: 19px;
		height: 26px;
		}
}

@keyframes preload_ico {
	0% {
		top: 6px;
		height: 51px;
		}
	50%, 100% {
		top: 19px;
		height: 26px;
		}
}

/* 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: 30px;
	height: 30px;
	position: absolute;
	right: 15px;
	top: 15px;
	transition: all 0.3s 0.02s ease;
	cursor: pointer;
	opacity: 0.5;
	}

.modal_close:before, .modal_close:after{
	content: " ";
	display: block;
	width: 100%;
	height: 2px;
	background: #000;
	border-radius: 1px;
	position: absolute;
	top: 14px;
	left: 0px;
	transform: rotate(90deg);
	transition: all 0.3s 0.02s ease;
	}

.modal_close:before{
	transform: rotate(45deg);
	}

.modal_close:after{
	transform: rotate(-45deg);
	}

.modal_close:hover{
	opacity: 1;
	transform: rotate(360deg);
	}

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

/* END MODAL */



/* COMMENTS */

.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-color: #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 */