/*
Theme Name: superda4nik
Version: 1.0
Description: Специально для сайта http://www.superda4nik.ru/
Author: Akara
*/
/* reset
-------------------------------------------------*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, a, img,
ol, ul, li, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
    font: inherit;
    font-size: 100%;
}
body {
    line-height: 1;
}
ol,
ul {
    list-style: none;
}
blockquote,
q {
    quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}
table {
    border-spacing: 0;
    border-collapse: collapse;
}

body {
	font: 14px 'PT Serif Caption', serif;
	color: #555;
	background:url('img/bg.jpg') #fff;
}
.clearfix {
	*zoom: 1;
}
.clearfix:before,
.clearfix:after {
	display: table;
	line-height: 0;
	content: "";
}
.clearfix:after {
	clear: both;
}

/* layout
-------------------------------------------------*/
.wrapper {
	width: 100%;
	max-width: 1000px;
	margin: auto;
	background: url('img/header.png') top center no-repeat #fff;
	box-shadow: 0 0 5px 1px #d5d5d4;
}
.content {
	width: 69.4%;
	float: right;
	margin: 0 1.3% 0 0;
}
.sidebar {
	width: 24.2%;
	float: left;
	margin: 10px 0 0  1.4%;
}

/* header
-------------------------------------------------*/
.header {
	position: relative;
	background: #fff;
	border: solid #b7d2bb;
	border-width: 0 1px 1px;
	border-radius: 0 0 20px 20px;
	margin: 0 4px 13px;
	box-shadow: 0 -1px 0 #6e9d40 inset;
}
.header:after {
	content: "";
	display: block;
	width: 159px;
	height: 126px;
	background: url('img/header-before.png') no-repeat;
	position: absolute;
	left: 50%;
	top: 14px;
	margin: 0 0 0 -80px;
}
.logo {
	background: url('img/logo.png') no-repeat;
	text-indent: -9999px;
	width: 175px;
	height: 48px;
	display: block;
	margin: 27px 0 0 28px;
}
.site-description {
	color: #4f240f;
	font-size: 15px;
	margin: 0 0 28px 28px;	
	text-transform: lowercase;
	font-family: 'PT Serif Caption', serif;
}

/* nav
-------------------------------------------------*/
.nav-container {
	position: relative;
	z-index: 9999;	
	margin: 12px 4px;	
}
#top-menu {
	background: #fff;
	border: 1px solid #d6dbdf;
	border-radius: 20px;
	padding: 0 26px;
	text-align: justify;
	text-align-last: justify;
}
#top-menu > li > a {
	font-size: 18px;
	font-family: 'PT Serif Caption', serif;
	text-decoration: none;
	color: #522002;
	display: block;
	background: #fff;
	padding: 12px 9px;
	z-index: 9999;
	position: relative;
}
#top-menu > li > a:hover,
#top-menu > li.current-menu-item > a {
	color: #f2a002;
	text-decoration: underline;
}
#top-menu:before {
	display: block;
	content: "";
	border-top: 1px solid #522002;
	width: 97.5%;
	position: absolute;
	top: 50%;
	left: 0;
	margin: 0 13px;
}
#top-menu:after {
	display: inline-block;
	width: 100%;
	content: "";
	height: 0;
	padding: 0;
	margin: 0;
}

#top-menu > li {
	display: inline-block;
	vertical-align: top;
	margin: 0 0 -19px;
}
#top-menu li:hover > .sub-menu {
	display: block;
}
#top-menu .sub-menu {
	display: none;
	width: 100%;
	text-align: left;
	position: absolute;
	top: 27px;
	left: 0;
	background: #ee9c00;
	padding: 27px 14px 0;
	border-radius: 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;	
	z-index: -1;
}
#top-menu .sub-menu li {
	display: inline-block;
	margin: 0;
	vertical-align: top;
}
#top-menu .sub-menu a {
	display: block;
	padding: 10px;
	color: #fff;
	font-size: 16px;
	text-decoration: none;
	font-weight: bold;
	width: 93px;
	height: 94px;
	text-align: center;
	margin: 12px 0;
	border-radius: 10px;
}
#top-menu .sub-menu a:hover {
	background: #f2b133;
}

#top-menu .sub-menu a:before {
	content: "";
	box-shadow: 0 1px 1px 0 #5a6111;
	width: 48px;
	height: 48px;
	display: block;
	border-radius: 8px;	
	background-repeat: no-repeat;
	background-position: center;
	margin: 10px auto;
}
#top-menu .top-ico1 > a:before {
	background: url('img/menu-icons/top-ico1.jpg');
}
#top-menu .top-ico2 > a:before {
	background: url('img/menu-icons/top-ico2.jpg');
}
#top-menu .top-ico3 > a:before {
	background: url('img/menu-icons/top-ico3.jpg');
}
#top-menu .top-ico4 > a:before {
	background: url('img/menu-icons/top-ico4.jpg');
}
#top-menu .top-ico5 > a:before {
	background: url('img/menu-icons/top-ico5.jpg');
}
#top-menu .top-ico6 > a:before {
	background: url('img/menu-icons/top-ico6.jpg');
}

.widget_nav_menu {
	line-height: 1;
	font-family: 'PT Serif Caption', serif;
} 
.widget_nav_menu .menu > li > ul {
	display: none;
}
.widget_nav_menu .menu > li:hover > ul,
.widget_nav_menu .menu > .current-menu-item > ul,
.widget_nav_menu .menu > .current-menu-ancestor > ul {
	display: block;
}

.widget_nav_menu li {
	margin-top: 0 !important;
	display: table;
	width: 100%;
}
.widget_nav_menu a {
	overflow: hidden;
	display: block;
	vertical-align: middle;
	text-decoration: none;
	font-size: 18px;
}
.widget_nav_menu .menu > li > a {
	height: 58px;
	line-height: 18px;
	display: table;	
}
.widget_nav_menu li.current-menu-item > a {
	color: #f2a002;	
}
.widget_nav_menu .menu > li > a span {
	display: table-cell;
	vertical-align: middle;	
	padding: 0 0 0 7px;
}

.widget_nav_menu .sub-menu > li > a {
	font-size: 15px;
	text-decoration: underline;
	line-height: 1.2;
}
.widget_nav_menu .sub-menu {
	margin: 0 0 0 67px;
}
.widget_nav_menu .sub-menu .sub-menu {
	margin: 8px 0 0 25px;
	display: none;
}
.widget_nav_menu .sub-menu li {
	padding: 0;
}
.widget_nav_menu i.drop {
	float: left;
	margin: 0 4px 0 0;
	font-size: 16px;
	color: #3e7c03;
	width: 10px;
	font-style: normal;
	cursor: pointer;
	line-height: 1.2;	
}

.widget_nav_menu .sub-menu .sub-menu a {
	font-size: 12px;
	line-height: 1.5;
}

.widget_nav_menu .menu > li > a:before {
	content: "";
	border: 1px solid #d2e1c2;
	width: 58px;
	height: 58px;
	display: table-cell;
	vertical-align: middle;
	border-radius: 8px;	
	background-repeat: no-repeat;
	background-position: center;
}
.widget_nav_menu .menu > li > a:hover:before,
.widget_nav_menu .menu > li.current-menu-item a:before {
	border: 1px solid #f2a002;
}

.ico1 > a:before {
	background: url('img/menu-icons/ico1.jpg');
}
.ico2 > a:before {
	background: url('img/menu-icons/ico2.jpg');
}
.ico3 > a:before {
	background: url('img/menu-icons/ico3.jpg');
}
.ico4 > a:before {
	background: url('img/menu-icons/ico4.jpg');
}
.ico5 > a:before {
	background: url('img/menu-icons/ico5.jpg');
}

/* content
-------------------------------------------------*/
.post {
	margin: 0 0 32px;
}

/* pagenavi */
.social {
	color: #6d8fb3;
	margin: 18px 0;
}

/* crumbs */
.crumbs 4
	font-size: 16px;
	margin: 8px 0 28px;
}
.crumbs a {
	color: #a5a3a0;
	text-decoration: none;
}
.crumbs .current {
	color: #637e50;
}

/* pagenavi */
.navigation {
	margin: 25px 0 20px;

}
.navigation span,
.navigation a {
	margin: 0 2px;
	text-align: center;	
	color: #72400d;
	border: 1px solid #b9cfa0;
	border-radius: 5px;
	width: 26px;
	height: 26px;
	line-height: 26px;
	display: inline-block;
	vertical-align: middle;
}
.navigation a {
	text-decoration: none;
}
.navigation a:hover,
.navigation .current {
	color: #499c06;
	box-shadow: 0 1px 3px 0 #cecccb inset;
}
.navigation .prev,
.navigation .next {
	border: none;
	width: auto;
}

/* sidebar
-------------------------------------------------*/
.sidebox {
	margin: 0 0 30px;
}
.sidebox li {
	margin: 8px 0;
}
.sidebox li li {
	padding: 0 0 0 20px;
}
/* widgets */
#recentcomments {
	list-style: none;
}
#wp-calendar {
	font-size: 11px;
}
#prev {
	text-align: left;
}
#next {
	text-align: right;
}

/* footer
-------------------------------------------------*/
.footer {
	position: relative;
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 42%, #dfeef9 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(42%,#ffffff), color-stop(100%,#dfeef9)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 42%,#dfeef9 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 42%,#dfeef9 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 42%,#dfeef9 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffffff 42%,#dfeef9 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#dfeef9',GradientType=0 ); /* IE6-9 */
}

.footer-left {
	background: url('img/footer.png') 14px 100% no-repeat;
	padding: 45px 0 0 129px;	
	vertical-align: middle;
}
.copyrights {
	font-size: 10px;
}

.counters {
	margin: 5px 0 0;
	vertical-align: bottom;	
}

.counters a {
	color: #444242;
	font-size: 12px;
	margin: 0 0 3px 3px;
	display: inline-block;
	vertical-align: bottom
}
.orphus {
	position: absolute;
	right: 15px;
	bottom: 5px;
	background: url('img/orphus.png') no-repeat;
	padding: 0 0 0 35px;
	line-height: 29px;
	font-size: 12px;
}

/* form
-------------------------------------------------*/
input[type=submit]{
	cursor: pointer;
}
/* search-form */
.search-form-header {
	position: absolute;
	right: 28px;
	top: 41px;
	border: 1px solid #b9b9b9;
	border-radius: 25px;
	height: 38px;
	width: 270px;
	max-width: 93%;
	box-shadow: 0 3px 5px #dadada inset;
}
.search-form-header .search-field {
	border: 0;
	background: transparent;
	height: 38px;
	line-height: 38px;
	float: left;
	width: 70.37%;
	padding: 0 16px;
	color: #b2c111;
	font: italic bold 16px 'PT Serif Caption', serif;
}
.search-form-header .search-submit {
	background: url('img/search-submit.png') center no-repeat;
	border: none;
	width: 38px;
	height: 38px;
	float: right;	
}

.search-form-category {
	background: url('img/category-search.jpg') center right no-repeat;
	min-height: 170px;
}
.search-form-category .search-submit {
	font-size: 15px;
	text-shadow: 0 2px 1px #2a580a;
	border: 1px solid #44a105;
	box-shadow: 0 0 0 2px #fff inset;
	margin: 0 0 34px;
}
.search-form-category .search-field {
	border: 1px solid #c7d52b;
	height: 38px;
	line-height: 38px;
	width: 67.7234%;
	border-radius: 25px;
	font: 16px 'PT Serif Caption', serif;
	color: #afafae;
	padding: 0 15px;
}
.search-form-category #cat,
#cat-styler {
	height: 38px;
	line-height: 38px;
	width: 72.056%;
	font-size: 16px;
	color: #afafae;
	position: relative;
	margin: 14px 0;	
}
.jq-selectbox__trigger-arrow {
	background: url('img/arrow.jpg') no-repeat transparent;
	position: absolute;
	right: 11px;
	top: 15px;
	display: block;
	width: 10px;
	height: 9px;
}
.jq-selectbox__select {
	z-index: 9999;
	position: relative;
	background: #fff;
	border: 1px solid #c7d52b;
	border-radius: 25px;
	padding: 0 18px;
}

.jq-selectbox__dropdown {
	width: 100%;
}
.jq-selectbox__dropdown ul {
	background: #fff;
	position: absolute;
	border: 1px solid #c7d52b;
	border-radius: 27px;
	top: -39px;
	padding: 0 18px;

}
.jq-selectbox__dropdown li {
	cursor: pointer;
	color: #565653;
	line-height: 1;
	margin: 15px 0;
	white-space: normal !important;	
}
.jq-selectbox__dropdown li:hover {
	color: #f2a002;
	text-decoration: underline;
}

/* comments-form */
.comment-form {
	margin: 20px 10px 20px 0;
}
.comment-form a {
	color: #644b64;
	text-decoration: underline;
}
label {
	font-size: 18px;
	display: block;
	color: #096909;
}
.fields-item {
	margin: 10px 0;
	float: right;
}
.fields-item:first-child {
	float: left;
}

.field {
	margin: 5px 0 0;
	padding: 0 9px;
	width: 300px;
	height: 30px;
	line-height: 30px;
	border: 1px solid #3da805;
	border-radius: 15px;
	color: #42403c;
	font: 16px 'PT Serif Caption', serif;
}
.comment-field {
	margin: 5px 0;
	width: 100%;
	height: 210px;
	border: 1px solid #3da805;
	border-radius: 15px;
	color: #42403c;	
	padding: 9px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font: 16px 'PT Serif Caption', serif;
}
.comment-btn {
	border: 1px solid #44a105;
	background: #81d840; /* Old browsers */
	background: -moz-linear-gradient(top,  #81d840 0%, #44a105 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#81d840), color-stop(100%,#44a105)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #81d840 0%,#44a105 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #81d840 0%,#44a105 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #81d840 0%,#44a105 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #81d840 0%,#44a105 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#81d840', endColorstr='#44a105',GradientType=0 ); /* IE6-9 */
	height: 28px;
	line-height: 28px;
	width: 116px;
	font: bold 14px 'PT Serif Caption', serif;
	text-shadow: 0 1px 0 #397b0a;
	color: #fff;
	border-radius: 15px;
}

/* comments-list */
.commentsbox {
	margin: 20px 0;
}
.comment-body {
	margin: 10px 0;
	padding: 5px 0;
	font-size: 12px;
	line-height: 20px;
}
.comment-body a {
	color: #644B64;
	text-decoration: none;
}
.commentlist .children {
	padding: 0 0 0 40px;
}
.commentlist p {
	margin: 10px 5px 10px 0;
	padding: 0;
}
.commentlist cite,
.commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 14px;
}
.comment-meta {
	margin: 0 0 5px;
	display: block;
	font-size: 10px;
}
.avatar {
	float: left;
	margin: 0 10px 0 0;
	padding: 2px;
	border: 1px solid #eee;
}

/* post-coll
-------------------------------------------------*/
.post-coll {
	font-size: 0;
	margin: 32px 0;
	background: #f2f6ed;
	border-radius: 10px;
}
.post-coll-item {
	display: inline-block;
	width: 50%;
	font-size: 12px;
	min-height: 40px;
	vertical-align: top;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 10px 15px;
	margin: 0;
}
.post-coll-item a {
	color: #300f35;
	text-decoration: none;
	font-weight: bold;
}
.carousel-coll {
	overflow: hidden;
}
.carousel-coll-item {
	width: 31.268%;
	float: left;
	margin: 0 0 0 3.02594%;
}
.carousel-coll-item:first-child {
	margin: 0;
}


/* typography
-------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	color: #3b7e12;
	margin: 30px 0 5px;	
	font-family: 'PT Serif Caption', serif;
	line-height: 1;
}
h2 {
	font-size: 18px;
}
h3 {
	font-size: 16px;
}
h4 {
	font-size: 14px;
}
h5 {
	font-size: 12px;
}
h6 {
	font-size: 10px;
}
.headline {
	font-size: 16px/1 'PT Serif Caption', serif;	
}
.post-title a {
	text-decoration: none;
	color: #2e2109;
	font: 18px/1 'PT Serif Caption', serif;	
}
.post-title a:hover {
	text-decoration: underline;
}
.category-title {
	text-align: center;
	font-size: 18px;
	color: #3e7c03;
	background: #fff;
	position: relative;
	margin: 7px 13.8328% 6px;
	padding: 0 0.5%;
	line-height: 40px;	
	min-height: 40px;	
	vertical-align: middle;
	font-family: 'PT Serif Caption', serif;
}
.category-title a {
	text-decoration: none;
}
.category-title span {
	display: inline-block;
	height: 100%;
	line-height: 18px;
	vertical-align: middle;
}
.category-title:after,
.category-title:before {
	width: 19.1235%;
	content: "";
	display: block;
	border-bottom: 1px solid #3e7c03;
	position: absolute;
	top: 50%;
	z-index: 0;
}
.category-title:before {
	margin: 0 0 0 -19.1235%;
	left: 0;
}
.category-title:after {
	right: 0;
	margin: 0 -19.1235% 0 0
}
.search-title {
	color: #b2c111;
	font-size: 16px;
	font-weight: bold;
	margin: 0 0 13px;
	font-family: 'PT Serif Caption', serif;
	line-height: 1;	
}
.page-title {
	color: #326601;
	font-size: 20px;
	font-weight: bold;
	margin: 0 0 28px;
	font-family: 'PT Serif Caption', serif;
	line-height: 1;
}

.post {
	font: 16px/1.5 Arial, Helvetica, sans-serif;
}
.single-post .post,
.page .post {
	border-bottom: 1px solid #dadada;
	margin: 0 0 20px;
}
.single-post .post p,
.page .post p {
	margin: 0 0 25px;
}
.single-post .post ol,
.page .post ol {
    list-style: decimal inside;
    text-align: justify;
}
.single-post .post ol li,
.page .post ol li {
    margin: 8px 0 8px 20px;
}
.single-post .post ul li,
.page .post ul li {
    margin: 8px 0 8px 10px;
    padding: 0 0 0 10px;
    list-style: disc inside;	
}


strong {
	font-weight: bold;
}
em {
	font-style: italic;
}
a {
	color: #3e7c03;
}
a:hover {
	color: #f2a002;
}
.post-more-link {
	text-decoration: none;
	color: #754413;
	font-size: 18px;
}
pre {
	white-space: pre-wrap;
	word-wrap: break-word;
}
.single-post .post table {
	width: 100%;
}
.single-post .post caption {
	padding: 0 5px 5px;
	color: #300F35;
	text-transform: uppercase;
	font: bold 14px Tahoma, Arial, Helvetica, sans-serif;
}
.single-post .post th,
.single-post .post td {
	padding: 5px 0;
	border: solid #999;
	border-width: 1px 0;
	text-align: center;
}

/* img
-------------------------------------------------*/
img {
	max-width: 100%;
	height: auto;
}
.thumb {
	border-radius: 10px;
}
.alignleft {
	float: left;
	margin: 0 8px 0 0;
}
.alignright {
	float: right;
	margin: 0 0 0 8px;
}
.aligncenter {
	display: block;
	margin: auto;
}
.wp-caption {
	padding: 0 0 5px;
	max-width: 96%;
	border: 1px solid #ddd;
	border-radius: 3px;
	background: #f3f3f3;
	text-align: center;
}
.wp-caption .wp-caption-text {
	margin: 0;
	font-size: 11px;
	line-height: 17px;
}
.wp-caption img,
.wp-caption.alignright img,
.wp-caption.alignleft img,
.wp-caption.aligncenter img {
	margin: 0 auto;
	padding: 4px 0 0;
	max-width: 100%;
	height: auto;
}
.wp-caption.alignright,
.wp-caption.alignleft,
.wp-caption.aligncenter {
	float: none;
	margin: 10px auto;
	max-width: 100% !important;
	height: auto;
}

/* carousel
-------------------------------------------------*/
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus,
.flexs-coll a:active,
.flexs-coll a:focus  {outline: none;}
.slides,
.flex-control-nav,
.flex-direction-nav {margin: 0; padding: 0; list-style: none;}
.slides:after {content: "\0020"; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
html[xmlns] .slides {display: block;}
* html .slides {height: 1%;}

.no-js .slides > li:first-child {display: block;}

.flex-viewport { max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; -o-transition: all 1s ease; transition: all 1s ease; }
.loading .flex-viewport { max-height: 300px; }

.flexslider, .flexs-coll {
	overflow: hidden;
	border: 1px solid #edecec;
	border-color: #a2c081 #d0dfc0 #edecec;
	border-radius: 10px;
	padding: 18px 0;
	margin: 0 0 32px;
	text-align: center;
	font-size: 0;
	position: relative;
}
.slides {
	width: 2000%;
}

.slides li {
	float: left;
	text-align: center;
	width: 118px;
	padding: 0 10px;
}
.flexs-coll .slides li {
	width: 195px;
}
.slides a {
	font-size: 14px;
	color: #2e2109;
	text-decoration: none;
}
.flex-direction-nav a {
	display: block;
	width: 94px;
	height: 94px;
	border-radius: 100px;
	position: absolute;
	top: 29px;
	background: rgba(68, 128, 2, 0.7);
}
.flex-direction-nav a:hover {
	background-color: rgba(242, 160, 2, 0.7);
}

a.flex-prev {
	left: -48px;
}
a.flex-next {
	right: -46px;
}
.flexslider .flex-prev:before {
	border-right: 24px solid #fff; 
	border-top: 25px solid rgba(113, 101, 58, 0); 
	border-bottom: 25px solid rgba(113, 101, 58, 0);
	content: "";
	position: absolute;
	left: 53px;
	top: 22px;
}
.flexslider .flex-next:before {
	border-left: 24px solid #fff; 
	border-top: 25px solid rgba(113, 101, 58, 0); 
	border-bottom: 25px solid rgba(113, 101, 58, 0);
	content: "";
	position: absolute;
	left: 19px;
	top: 22px;	
}

.flexs-coll .flex-direction-nav a {
	width: 0;
	height: 0;
	top: 51px;
	margin: 0;
	border-radius: 0;
	background: transparent;
	position: absolute;	
	
}
.flexs-coll .flex-direction-nav a:hover {
	border-right-color: #f6bc4d;
	background: none;	
}

.flexs-coll .flex-prev {
	left: 5px;
	border-right: 24px solid #7ca64d; 
	border-top: 25px solid rgba(113, 101, 58, 0); 
	border-bottom: 25px solid rgba(113, 101, 58, 0);
}
.flexs-coll .flex-next {
	right: 5px;	
	border-left: 24px solid #7ca64d; 
	border-top: 25px solid rgba(113, 101, 58, 0); 
	border-bottom: 25px solid rgba(113, 101, 58, 0);		
}
.flexs-coll .flex-next:hover {
	border-left-color: #f6bc4d; 
} 

@media only screen and (max-width: 1000px) {
	.wrapper {
		width: 96%;
	}
	#top-menu > li > a {
		font-size: 15px;
	}
	.fields-item,
	.fields-item:first-child {
		float: none;
	}	
}
@media only screen and (max-width: 890px) {
	#top-menu > li > a {
		font-size: 13px;
	}
	.header:after {
		background: none;
		display: none;
	}
}

@media only screen and (max-width: 790px) {
	.wrapper {
		background: #fff;
	}

	.logo {
		margin: 27px auto 0;
	}
	.site-description {
		text-align: center;
		margin: 0 0 28px;
	}
	.search-form-header {
		position: relative;
		top: auto;
		right: auto;
		margin: 15px auto;
	}
	
	.content,
	.sidebar {
		width: 100%;
		float: none;
		padding: 0 13px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		margin: 0;
	}
	.carousel-coll-item {
		float: none;
		width: 100%;
		margin: 0;
	}
	#top-menu {
		display: none;
	}
	#top-menu .sub-menu a:before {
		background: none;
		display: none;
	}
	
	.field {
		width: 97%;
	}
	.search-form-category .search-field,	
	.search-form-category #cat,
	#cat-styler,
	.jq-selectbox__dropdown {
		width: 100%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;		
	}

	.orphus {
		display: none;
	}
}
@media only screen and (max-width: 568px){ 
	.alignleft,
	.alignright {
		float: none;
		margin: 0 auto 10px;
		display: block;
	}
}

@media only screen and (max-width: 480px){
	.post-coll-item {
		width: 100%;
	}
}
@media only screen and (max-width: 320px){
	.site-description {
		font-size: 14px;
	}
	.footer-left {
		background: none;
		padding: 45px 5px 0;
	}
	.search-form-header .search-submit {
		display: none;
		background: none;
	}
}
.container {
position: relative;
width: 100%;
height: 0;
padding-bottom: 56.25%;
}
.video {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.myblockbottom {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  height: 90px;
  padding: 10px;
  text-align: center
}
.myblockbottom__close {
    position: absolute;
    right: 0;
    width: 40px;
    height: 40px;
    transition: all .3s ease-out;
    z-index: 1;
    top: -15px;
    cursor: pointer;
}
.myblockbottom__close::after, .myblockbottom__close::before {
    content: '';
    position: absolute;
    top: 10px;
    width: 24px;
    height: 3px;
    z-index: 2;
    background-color: #8f9cb5;
}
.myblockbottom__close::before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    left: 8px;
}
.myblockbottom__close::after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    right: 8px;
}
.site-langs {
    position: absolute;
    top: 8px;
    right: 14px;
}
.site-langs a,
.site-langs span {
    display: inline-flex;
    margin-right: 12px;
    color: #f2a002;
}
.site-langs a {
    color: #555;
    text-decoration: none;
}
.site-langs img {
    height: 19px;
    margin-right: 5px;
}