/*
Theme Name: tooyoo
Theme URI: http://www.tooyoo.ru/
Author: tooyoo
Author URI: http://www.tooyoo.ru/
Description: Theme tooyoo
Version: 2.0
*/

@charset "UTF-8";

/* MyCSS */

#mbnr4web {
	display: none !important;
}

.previous_image_link {
	float:left;
	margin-bottom: 15px;
}

.next_image_link {
	float:right;
	margin-bottom: 15px;
}

.attachment img {
	max-width:670px;
	margin-bottom:10px;
}

.entry-attachment {
	text-align:center;
}

.gallery {
	margin:auto;
	max-width: 650px;
}
.gallery .gallery-item {
	float: left;
	margin:0px;
	text-align:center;
	width:16%;
	padding: 0 1.9%;
}

.gallery img {
	width: 95% !important;
	height: 95% !important;
	max-width: 120px!important;
}

.gallery .gallery-caption {
	margin-left:0;
}

iframe {
	text-align:center;
	max-width:680px;
	width:100%;
	#height:80%;
	display:block;
	margin-left:auto;
	margin-right:auto;
}

.clear {
	width:0;
	height:0;
	clear:both;
}

blockquote {
	border-left: 6px solid #92be6e;
	border-top: 1px solid #E0DDDD;
	border-right: 1px solid #E0DDDD;
	border-bottom: 1px solid #E0DDDD;
	padding: 15px 15px 5px 15px;
	margin: 3% 4%;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

.attachment-large {
	max-width: 650px;
	height: 100%;
}

.aligncenter {
	margin-left:auto;
	margin-right:auto;
	#width:95%!important;
	#height:95%!important;
	max-width:95%;
}

.alignnone {
	margin-left:auto;
	margin-right:auto;
	width:95%!important;
	height:95%!important;
	max-width:610px;
}

img.alignright {
	float:right;
	margin:0 0 10px 15px;
}

img.alignleft {
	float:left;
	margin:0 10px 10px 0;
}

img.aligncenter {
	display:block;
	margin-bottom:10px;
}

.alignright {
	text-align:right;
}

.wp-caption {
	text-align:center;
	background-color:#fff;
	padding-top:4px;
	margin-top:10px;
	margin-bottom:10px;
	-webkit-border-radius:3px;
	font-size:14px;
	color: #a47d4f;
}

.wp-caption-text {
	background-color:#fff;
	margin-top:-10px;
	font-size:14px;
	color:#a47d4f;
}

.nav-links {
	text-align: center;
	clear: both;
}

.nav-links a, .nav-links span {
	text-decoration: none;
    padding: 3px 8px;
    margin: 2px;
    background: #F1EADF;
    border-radius: 3px;
    color: #8c5d25;
}

.nav-links a:hover, .nav-links span.current {
	color: #fff;
    background: #E3A306;
}

.nav-links span.current {
	color: #fff;
    background: #E3A306;
}

.zen {
	font-size: 14px;
	margin: 0 0 20px 0;
	box-shadow: 0px 0px 1px #fdf6e6;
	border: 2px dotted #EEC97F;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	padding: 2%;
	#background: #fdf6e680;
	#width: 95%;
	overflow: auto;
}

.zen .desc:before {
    #content: "Подписывайтесь на канал и читайте нас в ленте ";
}

.zen img {
	border: none !important;
	box-shadow: none;
	width: 123px !important;
	height: 100%;
	margin: 0 20px 0 0 !important;
	float: left;
	background: none !important;
}

.zen a {
	color: #1E88E5 !important;
}

.zen .desc {
	margin: 10px 0 0 0;
	font-size: 18px;
}

#gr-widget .head {
	background:none !important;
	
}

.flat_slide_cross {
	z-index: 3 !important;
	width: 30px !important;
	height: 30px !important;
	top: 0px !important;
	left: 0px !important;
	background-color: #CC0000 !important;
	border-radius: 0 !important;
}

.flat_slide_cross:hover {
	background-color: #EE0000 !important;
}

.spinner {
	text-align: center;
	text-indent: 0;
	overflow: visible;
	background: #fefefe url('img/loading.gif') center no-repeat;
	min-height: 50px;
	margin: 0 0 10px 0;
}

.spinner2 {
	text-align: center;
	text-indent: 0;
	overflow: visible;
	background: #fefefe url('img/loading.gif') top no-repeat;
	min-height: 50px;
	margin: 0 0 10px 0;
}

.center {
	background: linear-gradient(to right bottom, #fdf6e6 0%,#fefaed 100%);
	#border: 1px solid #eee6da;
	margin-bottom: 10px;
}

/* TOC */

#toc_container li,
#toc_container ul {
  margin: 0;
  padding: 0
}

#toc_container.no_bullets li {
  margin: 0;
  padding: 0;
  background: none;
  list-style: none;
  font-size: 15px;
}

,
#toc_container.no_bullets ul,
#toc_container.no_bullets ul li,
.toc_widget_list.no_bullets,
.toc_widget_list.no_bullets li {
  background: 0 0;
  list-style-type: none;
  list-style: none
}

#toc_container.have_bullets li {
  padding-left: 12px
}

#toc_container ul ul {
  margin-left: 1.5em
}

#toc_container {
  background: #fff;
  border: 1px solid #E0DDDD;
  padding: 2% 0;
  margin-bottom: 1em;
  width: auto;
  display: table;
  #font-size: 13px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

#toc_container.toc_light_blue {
  background: #edf6ff
}

#toc_container.toc_white {
  background: #fff
}

#toc_container.toc_black {
  background: #000
}

#toc_container.toc_transparent {
  background: none transparent
}

#toc_container p.toc_title {
  text-align: center;
  font-weight: 700;
  margin: 0;
  padding: 0 10px;
  text-transform: uppercase;
  font-size: 14px;
}

#toc_container.toc_black p.toc_title {
  color: #aaa
}

#toc_container span.toc_toggle {
  font-weight: 400;
  font-size: 90%
}

#toc_container p.toc_title+ul.toc_list {
  margin-top: 1em;
  padding: 0 2%;
}

.toc_wrap_left {
  float: left;
  margin-right: 10px
}

.toc_wrap_right {
  float: right;
  margin-left: 10px
}

#toc_container a {
  text-decoration: underline;
  text-shadow: none
}

#toc_container a:hover {
  text-decoration: none
}

.toc_sitemap_posts_letter {
  font-size: 1.5em;
  font-style: italic
}

/* Basic */

#* {
	margin: 0;
	padding: 0;
}

html,
body {
	#height: 100%;
}

body {
	min-height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
	font-family: 'PT Sans', sans-serif;
}

/* Header */

header {
	width: 100%;
	height: 100%;
	margin: 0 auto;
	#background: url(img/header-bg-1.jpg) repeat-x;
	background-color: #f9f4f1;
}

.head {
	background: url(img/header-bg.jpg) center top no-repeat;
	max-width: 1270px !important;
	height:277px;
}

.container {
	margin: auto;
	max-width: 1020px;
	padding: 0 1%;
	display: table;
	width: 98%;
}

/* Menu */

menu {
	min-height: 42px;
	width: 100%;
	margin: 0 auto;
	padding: 0;
	text-align: center;
	background: #f9f4f1;
	border-bottom: 1px solid #e5e1deb3;
	#border-top: 1px solid #fbefd7;
}

.menu {
	text-align: center;
	padding: 10px 0;
}

.menu > ul {
	max-width: 1020px;
	padding: 0;
	margin: 0;
}

.menu > ul > li {
	display: inline;
	padding: 0 2%;
	margin: 0;
	position: relative;
}

.menu > ul > li:first-child {
	display: inline;
	padding: 0 2% 0 0;
	margin: 0;
}

.menu > ul > li:last-child {
	display: inline;
	padding: 0 0 0 2%;
	margin: 0;
}

.menu > ul > li > a {
	color: #996600;
	font-size: 13px;
	text-transform: uppercase;
	#text-decoration: none;
	font-weight: bold;
}

.menu > ul > li > a:hover {
	text-decoration: none;
}

.menu .sub-menu {
    position: absolute;
    display: none;
    top: 20px;
    left: 10%;
    #padding: 5px 15px;
    #list-style: none;
    background: #f1eadf;
    z-index: 200;
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
	text-align: left;
    width: 150px;
	padding: 10px;
	#border:1px solid red;
}

.menu .sub-menu li {
    padding: 5px 15px !important;
    display: block;
}

.menu .sub-menu li a {
    text-decoration: none;
	color: #8c5d25;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: bold;
	text-decoration: underline;
}

.menu .sub-menu li a:hover {
	text-decoration: none;
}

/* Search */

.spoiler-form {
	#margin-bottom: -20px;
}

#s {
	border: 1px solid #e9e1d4;
	font-family: 'PT Sans', sans-serif;
	font-size: 15px;
	padding: 5px 30px 5px 10px;
	color: #292929;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	width: 40%;
	margin: 10px 0 0 0;
}

#s:focus {
	box-shadow: 0px 0px 5px #F3D898;
}

.spoiler-form button {
	#position: absolute;
	padding: 2px 4px;
	border: none;
	background: none;
	margin: 16px 0 0 -30px;
	color: #996600;
	cursor: pointer;
}

.spoiler-form  button:hover {
	color: #E3A306;
}

/* Main */

main {
	display: table;
	width: 100%;
	max-width: 1020px;
	margin: 0 auto;
	position: relative;
	height: 100%;
}

/* Content */

content {
	display: table-cell;
	margin-right: 320px;
	float: left;
	padding: 0 1%;
	min-height: 800px;
	#width: 65%;
}
content a {
	color: #E3A306;
}

content a:hover{
	text-decoration: none;
	#color: #F3C146;
}

content > ul {
	padding: 0;
	margin: 0;
}

content > ul > li, content > li {
	display: block;
	padding: 0 0 0 20px;
	margin: 0 0 10px 15px;
	font-size: 15px;
	color: #000;
	line-height: 130%;
	background: url(img/for_li.png) left 5px no-repeat;
}

content > ol {
	counter-reset: item;
}

content > ol li {
	display: block;
	margin: 10px 0 10px -5px;
	font-size: 15px;
}

content > ol li:before {
	content: counter(item) ". ";
	counter-increment: item;
	font-weight: bold;
	position: absolute;
	margin: 0 0 0 -20px;
	color: #E3A306;
}

content img {
	max-width:95%;
	height:95%;
	#width:95%;
	display:block;
	margin:5px auto;
	border: 5px solid #e5e1deb3;
	box-shadow: 0px 0px 1px #7b4115b3;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	background: #e5e1deb3;
}

content h1 {
	font-size: 26px;
	margin: 0 0 15px 0;
}

p {
	color: #292929;
	font-size:15px;
	line-height: 130%;
	padding: 0;
	margin: 0 0 10px 0;
}

h1, h2, h3, h4 {
	font-weight: normal;
	margin: 15px 0;
}

h2 {
	font-size:24px;
}

h3 {
	font-size:22px;
}

h4 {
	font-size:20px;
}

h2 strong, h3 strong, h4 strong {
	font-weight: normal;
}

.for_h4{
	color: #292929;
	font-size: 14px;
	font-weight: 700;
	text-align: center !important;
	text-transform: uppercase;
	margin: 20px 1px 20px 1px;
	#background: #fdf6e6;
	#padding: 7px;
	#border-left: 5px solid #ece1d0;
	#border-right: 5px solid #ece1d0;
	#border-top: 1px solid #ece1d0;
	#border-bottom: 1px solid #ece1d0;
	#border-radius: 3px;
	#box-shadow: 0px 0px 1px #ac8952;
}

.for_h4_comm {
	color: #292929;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	margin: 20px 0 0 0;
	background: #f2efe1;
	padding: 7px;
}

.breadcrumbs {
	margin: 20px 0 15px 0;
	color: #999;
	font-size: 14px;
}

.breadcrumbs span {
	padding:0 10px;color:#ccc
}

.fancybox img {
	cursor: zoom-in;
}

.anonce {
	border-bottom: 1px solid #E0DDDD;
	padding-bottom: 20px;
	margin-bottom: 20px;
	position: relative;
	min-height: 150px;
}

.anonce img {
	float: left;
	margin: 5px 15px 0 0;
	max-width: 165px !important;
	min-width: 130px !important;
	width: 165px;
	height: 130px;
	№width: 30% !important;
	border: 5px solid #e5e1deb3;
	box-shadow: 0px 0px 1px #7b4115b3;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	background: #e5e1deb3;
}

.anonce img:hover {
	opacity:0.9;
}

.anonce p {
	padding: 0;
	margin: 10px 0;
}

.anonce_title {
	font-size: 18px;
	font-weight: 700;
}

.anonce_date {
	font-size: 14px;
	color: #cbbca8;
	background: url(img/date.png) no-repeat left center;
	float: left;
	padding: 0px 15px 1px 25px;
	text-transform: capitalize;
}

.anonce_comm {
	font-size: 14px;
	color: #cbbca8;
	background: url(img/comm.png) no-repeat left center;
	float: left;
	padding: 0px 15px 2px 25px;
}

.anonce_comm a {
	color: #cbbca8 !important;
}

.anonce_cat {
	font-size: 14px;
	color: #cbbca8;
	background: url(img/cat.png) no-repeat left center;
	float: left;
	padding: 0px 15px 2px 25px;
}

.anonce_cat a {
	color: #cbbca8 !important;
}

.block_anonce_home {
	#width: 85%;
	margin: 0 auto 0;
	#border: 1px solid blue;
}

.anonce_home {
	padding: 0 2.5% 10px 0;
    width: 30%;
    display: inline-table;
	#border: 1px solid red;
	#float: left;
}

.anonce_home_title {
	margin: 10px 0;
}

.anonce_home_title a {
	color: #E3A306;
	font-size: 18px;
	font-weight: 700;
	margin: 20px 0;
}

.anonce_home_title a:hover {
	#text-decoration: none;
}

.anonce_home img {
	margin-right: 10px;
	max-width: 100%;
	background: #e5e1deb3;
	width: 200px;
	height: 150px;
}

.anonce_home img:hover {
	opacity:0.9;
}

.anonce_home_desc {
	color: #292929;
	font-size: 15px;
    line-height: 130%;
    margin-bottom: 10px;
}

a.photos {
	color: #000 !important;
	padding: 5px 15px;
	background-color: #fff;
	text-decoration:none;
	border-radius: 3px;
	font-size: 12px;
	#box-shadow: 1px 1px 1px #bbb;
	position: absolute;
	top: 15px;
	left: 10px;
}

a.photos:hover {
	color: #fff !important;
	background-color: #E3A306 !important;
}

.info {
	padding-bottom:10px;
	font-size: 14px;
	color: #cbbca8;
}

.info_photos {
    position: absolute;
    margin: 16px 0 0 10px;
    z-index: 100;
}

.info_photos:hover {
	background-color: #e5e1deb3 !important;
}

.info_photos a {
	background-color: #fff;
	border-radius: 3px;
	color: #000 !important;
	padding: 5px 15px;
	text-decoration: none;
	font-size: 12px;
}

.info_photos a:hover {
	color: #fff !important;
	background-color: #E3A306 !important;
}

.wp-pagenavi {
	text-align: center;
}

.comment {
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	color: #292929;
	line-height: 130%;
	padding: 20px 0;
	border-bottom: 1px solid #E0DDDD;
	display: table;
	width: 100%;
}

.comment2 {
	display: table-cell;
	padding: 0;
	margin: 0;
}

.comment-avatar {
	display: table-cell;
	vertical-align: top;
	width: 65px;
}

.comment-avatar img {
    float: left;
	border: 0;
	width: 50px;
	height: 50px;
	margin: 0 15px 0 0;
	box-shadow: none;
}

.comment-meta {
	margin: 0 0 7px 0;
}

.comment-date {
	color: #999;
	font-size: 13px;
	padding-left: 3px;
}

.comment-author {
	font-weight: bold;
	font-size: 16px;
}

.comment-approved {
	display: inline;
	color: #999;
	font-style: italic;
	margin-left: 7px;
	font-size: 14px;
}

.comment-reply {
	#margin: 0 0 0 65px;
}

.comment-respond {
	width: auto;
	margin: 0 0 30px;
	font-size: 15px;
	line-height: 1.3;
}

.comment-respond li {
	list-style: none;
}

.comment-respond ol {
	margin: 0;
	padding: 0;
}

.cancel-comment-reply {
	margin: 20px 0;
}

content .fields::after {
	display: inline-block;
	content: '';
	width: 100%;
	height: 0;
	visibility: hidden;
	overflow: hidden;
}

content .fields {
	display: block;
	text-align: justify;
	line-height: 0;
	font-size: 1px;
}

content .fields input[type="text"] {
	display: inline-block;
	width: 49%;
}

content input[type="text"], content input[type="email"], content textarea {
	#display: block;
	box-sizing: border-box;
	width: auto;
	height: auto;
	padding: 8px 20px;
	margin: 0 0 15px;
	border: 1px solid #E0DDDD;
	font-weight: 400;
	font-family: 'PT Sans', sans-serif;
	font-size: 15px;
	line-height: 20px;
	color: #292929;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

content input[type="text"]:focus, content input[type="email"]:focus, content textarea:focus {
	border: 1px solid #c3c3c3;
}

content textarea {
	overflow: auto;
	width: 100%;
	height: 120px;
}

content input[type="submit"] {
	display: inline-block;
	padding: 10px 20px;
	border: 0;
	border-radius: 5px;
	background: #E3A306;
	text-align: center;
	font-size: 13px;
	font-weight: bold;
	font-family: 'PT Sans', sans-serif;
	color: #fff;
	cursor: pointer;
	#border: 1px solid #DB9C05;
	text-shadow: 1px 1px 2px #777;
	text-transform:uppercase;
}

content input[type="submit"]:hover {
	opacity: 0.9;
}

content table {
	border-collapse: collapse;
	margin-bottom: 10px;
}

content td {
	border: 1px solid #E0DDDD;
	padding: 5px;
}

.no_bullets {
	width: 99.7% !important;
}

.entry-meta {
	margin: auto;
	display: table;
	width: 95.5%;
	min-height: 70px;
	height: 70px;
	padding: 2%;
	margin: 20px 0;
	border: 1px solid #E0DDDD;
	border-radius: 4px;
}

.entry-meta-author {
	width: 33%;
	text-align: left;
	float: left;
}

.entry-meta-like {
	width: 33%;
	text-align: center;
	float: left;
}

.entry-meta-share {
	width: 33%;
	text-align: center;
	float: right;
}

.entry-meta-author img {
	border: none;
	box-shadow: none;
	float: left;
	margin: 5px 15px 0 0;
	border-radius: 50%;
}

.ya-share2 {
	padding-top:10px;
}

.likebtn-wrapper, .likebtn-wrapper * {
	z-index: 1;
}

.comment-respond .likebtn_container {
	float: right;
}

.comment-respond .lb-like, .comment-respond .lb-dislike {
	padding: 0 !important;
}

.subscribe-reloaded {
    display: block;
	margin: -4px 0 11px 0;
}

.subscribe-reloaded select {
    vertical-align: top;
	height: 30px;
	border: 1px solid #E0DDDD;
	padding: 0 5px;
	font-size: 14px;
	border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

.subscribe-reloaded div {
    display: inline-block;
    max-width: 430px;
	padding: 0 0 0 5px;
	margin: -2px 0 0 0;
	line-height: 17px;
	font-size: 15px;
}

/* Aside */

aside {
	display: table-cell;
	position: absolute;
	top: 0;
	right: 0;
	width: 320px;
	height: 100%;
	overflow: hidden;
	#z-index: -1;
}

aside ul {
	height: 98%;
	list-style: none;
	padding: 0;
	margin: 0;
	#border: 1px solid #d500ff;
}

aside li {
	display: table;
	#height: 45%;
	#height: 33%;
	height: 100%;
	position: relative;
    #margin: 0 auto;
	#border: 1px solid #0039ff;
}

aside li div {
	display: table;
	height: 90%;
	width: 300px;
	margin-top: 5px;
	#border: 1px solid #000;
}

.stickyDa {
  height: 600px !important;
}

.sticky {
  position: fixed;
  #z-index: 101;
}

.stop {
  position: relative;
  #z-index: 101;
}

.anonce_side {
	padding: 0 10px 20px 5px;
	min-height: 85px;
}

.anonce_side a {
	color: #E3A306;
	font-weight: bold;
}

.anonce_side a:hover {
	text-decoration: none;
	#color: #F3C146;
}

.anonce_side img {
	float: left;
	margin-right: 10px;
	border: 5px solid #e5e1deb3;
	box-shadow: 0px 0px 1px #7b4115b3;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	background: #e5e1deb3;
	width: 75px;
	height: 75px;
}

.anonce_side img:hover {
	opacity:0.9;
}

/* Footer */

footer {
	min-height: 20px;
	width: 100%;
	clear: both;
	margin: 20px auto 0;
	padding: 30px 0;
	#background: #F1EADF;
	background: #f9f4f1;
	color: #8c5d25;
	border-top: 1px solid #ecebe5;
	border-bottom: 1px solid #ecebe5;
	font-size: 15px;
	position: relative;
}

footer a {
	color: #F3AC00;
}

footer a:hover {
	text-decoration: none;
}

.footer-col {
	width: 33.33%;
	float: left;
	text-align: center;
}

.footer-col:first-child {
	text-align: left;
	float: left;
}

.footer-col:last-child {
	text-align: right;
	float: right;
}

.b-top {
	z-index: 200;
	position: fixed;
	right: 20px;
	bottom: 20px;
	margin-right: 0;
}

.b-top-but {
	z-index: 200;
	right: 6px;
	bottom: 0;
	padding: 10px 20px;
	cursor: pointer;
	font-size:13px;
	font-weight:bold;
	font-family: 'PT Sans', sans-serif;
	color:white;
	text-transform:uppercase;
	background:#E3A306;
	border-radius:5px;
	text-shadow: 1px 1px 2px #777;
}

.b-top-but:after  {
	content: " HABEPX";
}

.b-top-but:hover {
	opacity: 0.9;
}

/* Slider */

.slider {
	max-width: 630px;
	overflow: hidden;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	margin-top: -10px;
}

.box-top {
	max-width: 568px;
	overflow: hidden;
	position: relative;
	margin-left: auto;
	margin-right: auto;
}

.box-top ul li {
	padding: 0 20px 0 0;
	display: inline-block;
	float: left;
}

a.photos2 {
	color: #000 !important;
	padding: 5px 15px;
	background-color: #fff;
	text-decoration:none;
	border-radius: 3px;
	font-size: 12px;
	#box-shadow: 1px 1px 1px #bbb;
	position: absolute;
	#top: 15px;
	#left: 10px;
	margin: 10px 0 0 -166px;
}

a.photos2:hover {
	color: #fff !important;
	background-color: #E3A306 !important;
}

.slider .box-top img {
	max-width: 165px;
	max-height: 130px;
	width: 165px;
	height: 130px;
	border: 5px solid #e5e1deb3;
	box-shadow: 0px 0px 1px #7b4115b3;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	background: #e5e1deb3;
}

.slider .box-top img:hover {
	cursor: zoom-in;
	opacity:0.9;
}

.box-left {
	position: absolute;
	top: 60px;
	z-index: 200;
}

.box-left a {
	width: 20px;
	height: 64px;
	overflow: hidden;
	background: url(img/toleft.png) no-repeat 0 0;
	display: block;
	cursor: pointer;
}

.box-top ul {
	list-style: none;
	padding: 0;
}

.box-right {
	position: absolute;
	bottom: 42px;
	right: 0;
	z-index: 200;
}

.box-right a {
	width: 20px;
	height: 64px;
	overflow: hidden;
	background: url(img/toright.png) no-repeat 0 0;
	display: block;
	float: right;
	cursor: pointer;
}

/* Media */

@media (max-width: 768px) {
	content {
		display: inline-block;
		margin: 0;
		width: 98%;
	}
	
	content > ul > li, content > li {
		margin: 0 0 10px 5px;
	}
	
	aside {
		width: 98%;
		margin-left: 1%;
		display: inline-block;
		position: relative;
	}
	
	aside ul {
		#display:none;
	}
	
	aside li {
		margin: auto;
	}
	
	main {
		display: inline-block;
		position: relative;
	}
	
	header {
		background-size: cover;
		height: 149px;
	}
	
	.head {
		background-size: cover;
		height: 150px;
	}
	
	.footer-col {
		float: none;
		width: 100%;
		text-align: center;
	}
	
	.footer-col:first-child {
		float: none;
		width: 100%;
		text-align: center;
		margin-bottom: 20px;
	}
	
	.footer-col:last-child {
		float: none;
		width: 100%;
		text-align: center;
		margin-top: 20px;
	}
	
	.comment-respond .fields input[type="text"] {
		width: 100%;
	}
	
	.stickyDa {
		height: 100% !important;
	}
	
	.b-top {
		right: 1px;
		bottom: 1px;
	}
	
	.b-top-but {
		padding: 10px 16px;
		opacity: 0.8;
		display: none;
	}
	
	.b-top-but:after  {
		content: "";
	}
	
	blockquote {
		margin: 3% 0;
	}
	
	#s {
		width: 50% !important;
	}
	
	.anonce_home {
		width: 46%;
	}
	
	.zen {
		padding: 10px;
		font-size: 15px;
	}
	
	.zen .desc {
		margin: 0;
	}
	
	.entry-meta-author {
		float: none;
		width: 100%;
		text-align: center;
		display: none;
	}

	.entry-meta-like {
		float: none;
		width: 100%;
		text-align: center;
	}

	.entry-meta-share {
		float: none;
		width: 100%;
		text-align: center;
	}
	
}

@-moz-document url-prefix() {
	/* Стили для firefox */
	.spoiler-form {
		margin-bottom: 0px !important;
	}
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
   /* стили только для IE10 IE11 */
	.spoiler-form {
		margin-bottom: 0px !important;
	}
	
	.anonce_home {
    padding:0;
	}
}