/*
Theme Name: Specialfood
Theme URI: http://specialfood.ru
Description: The 2010 theme for WordPress is stylish, customizable, simple, and readable -- make it yours with a custom menu, header image, and background. Twenty Ten supports six widgetized areas (two in the sidebar, four in the footer) and featured images (thumbnails for gallery posts and custom header images for posts and pages). It includes stylesheets for print and the admin Visual Editor, special styles for posts in the "Asides" and "Gallery" categories, and has an optional one-column page template that removes the sidebar.
Author: the WordPress team
Author URI: http://specialfood.ru/
Version: 1.6
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: black, blue, white, two-columns, fixed-width, custom-header, custom-background, threaded-comments, sticky-post, translation-ready, microformats, rtl-language-support, editor-style, custom-menu, flexible-header
Text Domain: twentyten
*/


/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

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, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
	list-style: none;
}
body {
	line-height: 1;
}
h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-weight: normal;
}
ol, ul {
	list-style: none;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img {
	border: none;
}

/* =Layout
-------------------------------------------------------------- */

/*
LAYOUT: Two columns
DESCRIPTION: Two-column fixed layout with one sidebar right of content
*/

#container {
	float: left;
	margin: 0 -240px 0 0;
	width: 100%;
}
#content {
	margin: 0 280px 0 20px;
}
#primary,
#secondary {
	float: right;
	overflow: hidden;
	width: 220px;
}
#secondary {
	clear: right;
}
#footer {
	clear: both;
	width: 100%;
}

/*
LAYOUT: One column, no sidebar
DESCRIPTION: One centered column with no sidebar
*/

.one-column #content {
	margin: 0 auto;
	width: 640px;
}

/*
LAYOUT: Full width, no sidebar
DESCRIPTION: Full width content with no sidebar; used for attachment pages
*/

.single-attachment #content {
	margin: 0 auto;
	width: 900px;
}


/* =Fonts
-------------------------------------------------------------- */
body,
input,
textarea,
.page-title span,
.pingback a.url {
	font-family: 'Open Sans', sans-serif;
}
h3#comments-title,
h3#reply-title,
#access .menu,
#access div.menu ul,
#cancel-comment-reply-link,
.form-allowed-tags,
#site-info,
#site-title,
#wp-calendar,
.comment-meta,
.comment-body tr th,
.comment-body thead th,
.entry-content label,
.entry-content tr th,
.entry-content thead th,
.entry-meta,
.entry-title,
.entry-utility,
#respond label,
.navigation,
.page-title,
.pingback p,
.reply,
.widget-title,
.wp-caption-text {
	font-family: 'Open Sans', sans-serif;
}
input[type="submit"] {
	font-family: 'Open Sans', sans-serif;
}
pre {
	font-family: 'Open Sans', sans-serif;
}
code {
	font-family: 'Open Sans', sans-serif;
}


/* =Structure
-------------------------------------------------------------- */

/* The main theme structure */
#access .menu-header,
div.menu,
#colophon,
#branding,
#main,
#wrapper {
	margin: 0 auto;
	width: 100%;
	max-width: 960px;
}
#wrapper {
	background: #fff;
}

/* Structure the footer area */
#footer-widget-area {
	overflow: hidden;
}
#footer-widget-area .widget-area {
	float: left;
	margin-right: 20px;
	width: 220px;
}
#footer-widget-area #fourth {
	margin-right: 0;
}
#site-info {
	float: left;
	font-size: 14px;
	font-weight: bold;
	width: 700px;
}
#site-generator {
	float: right;
	width: 220px;
}


/* =Global Elements
-------------------------------------------------------------- */

/* Main global 'theme' and typographic styles */
body {
	background: #f1f1f1;
}
body,
input,
textarea {
	color: #666;
	font-size: 12px;
	line-height: 1.4;
}
hr {
	background-color: #e7e7e7;
	border: 0;
	clear: both;
	height: 1px;
	margin-bottom: 18px;
}

/* Text elements */
p {
	margin-bottom: 18px;
}
ul {
	list-style: square;
	margin: 0 0 18px 1.5em;
}
ol {
	list-style: decimal;
	margin: 0 0 18px 1.5em;
}
ol ol {
	list-style: upper-alpha;
}
ol ol ol {
	list-style: lower-roman;
}
ol ol ol ol {
	list-style: lower-alpha;
}
ul ul,
ol ol,
ul ol,
ol ul {
	margin-bottom: 0;
}
dl {
	margin: 0 0 24px 0;
}
dt {
	font-weight: bold;
}
dd {
	margin-bottom: 18px;
}
strong {
	font-weight: bold;
}
cite,
em,
i {
	font-style: italic;
}
big {
	font-size: 131.25%;
}
ins {
	background: #ffc;
	text-decoration: none;
}
blockquote {
	font-style: italic;
	padding: 0 3em;
}
blockquote cite,
blockquote em,
blockquote i {
	font-style: normal;
}
pre {
	background: #f7f7f7;
	color: #222;
	line-height: 18px;
	margin-bottom: 18px;
	overflow: auto;
	padding: 1.5em;
}
abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
sup,
sub {
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
small {
	font-size: smaller;
}
input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="number"],
textarea {
	background: #f9f9f9;
	border: 1px solid #ccc;
	box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-moz-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	padding: 2px;
}
a:link {
	color: #67A513;
	font-weight: bold;
	text-decoration: underline;
	font-size:14px;
	transition:500ms all ease;
}
a:visited {
	color: #67A513;
}
a:active,
a:hover {
	color: #E66654;
	text-decoration: none;
}

/* Text meant only for screen readers */
.screen-reader-text {
	position: absolute;
	left: -9000px;
}


/* =Header
-------------------------------------------------------------- */

#header {
	padding: 30px 0 0 0;
}
#site-title {
	float: left;
	font-size: 30px;
	line-height: 36px;
	margin: 0 0 18px 0;
	width: 700px;
}
#site-title a {
	color: #000;
	font-weight: bold;
	text-decoration: none;
}
#site-description {
	clear: right;
	float: right;
	font-style: italic;
	margin: 15px 0 18px 0;
	width: 220px;
}

/* This is the custom header image */
#branding img {
	border-top: 4px solid #000;
	border-bottom: 1px solid #000;
	display: block;
	float: left;
}


/* =Menu
-------------------------------------------------------------- */

#access {
	background: #000;
	display: block;
	float: left;
	margin: 0 auto;
	width: 100%;
	max-width: 960px;
}
#access .menu-header,
div.menu {
	font-size: 13px;
	width: 100%;
	max-width: 960px;
}
#access .menu-header ul,
div.menu ul {
	list-style: none;
	margin: 0;
}
#access .menu-header li,
div.menu li {
	float: left;
	position: relative;
}
#access a {
	color: #aaa;
	display: block;
	line-height: 38px;
	padding: 0 44px;
	text-decoration: none;
}
#access ul ul {
	box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	display: none;
	position: absolute;
	top: 38px;
	left: 0;
	float: left;
	width: 180px;
	z-index: 99999;
}
#access ul ul li {
	min-width: 180px;
}
#access ul ul ul {
	left: 100%;
	top: 0;
}
#access ul ul a {
	background: #333;
	line-height: 1em;
	padding: 10px;
	width: 160px;
	height: auto;
}
#access li:hover > a,
#access ul ul :hover > a {
	background: #333;
	color: #fff;
}
#access ul li:hover > ul {
	display: block;
}
#access ul li.current_page_item > a,
#access ul li.current_page_ancestor > a,
#access ul li.current-menu-ancestor > a,
#access ul li.current-menu-item > a,
#access ul li.current-menu-parent > a {
	color: #fff;
}
* html #access ul li.current_page_item a,
* html #access ul li.current_page_ancestor a,
* html #access ul li.current-menu-ancestor a,
* html #access ul li.current-menu-item a,
* html #access ul li.current-menu-parent a,
* html #access ul li a:hover {
	color: #fff;
}


/* =Content
-------------------------------------------------------------- */

#main {
	clear: both;
	overflow: hidden;
	padding: 40px 0 0 0;
}
#content {
	margin-bottom: 36px;
}
#content,
#content input,
#content textarea {
	color: #808080;
	font-size: 16px;
	line-height: 1.4;}
#content p,
#content ul,
#content ol,
#content dd,
#content pre,
#content hr {
	margin-bottom: 24px;
}
#content ul ul,
#content ol ol,
#content ul ol,
#content ol ul {
	margin-bottom: 0;
}
#content pre,
#content kbd,
#content tt,
#content var {
	font-size: 15px;
	line-height: 21px;
}
#content code {
	font-size: 13px;
}
#content dt,
#content th {
	color: #000;
}
#content h1,
#content h2,
#content h3,
#content h4,
#content h5,
#content h6 {
	color: #000;
	line-height: 1.5em;
	margin: 0 0 20px 0;
}
#content table {
	border: 1px solid #e7e7e7;
	margin: 0 -1px 24px 0;
	text-align: left;
	width: 100%;
}
#content tr th,
#content thead th {
	color: #777;
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
	padding: 9px 24px;
}
#content tr td {
	border-top: 1px solid #e7e7e7;
	padding: 6px 24px;
}
#content tr.odd td {
	background: #f2f7fc;
}
.hentry {
	margin: 0 0 48px 0;
}
.home .sticky {
	background: #f2f7fc;
	border-top: 4px solid #000;
	margin-left: -20px;
	margin-right: -20px;
	padding: 18px 20px;
}
.single .hentry {
	margin: 0 0 36px 0;
}
.page-title {
	color: #000;
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 36px 0;
}
.page-title span {
	color: #333;
	font-size: 16px;
	font-style: italic;
	font-weight: normal;
}
.page-title a:link,
.page-title a:visited {
	color: #777;
	text-decoration: none;
}
.page-title a:active,
.page-title a:hover {
	color: #ff4b33;
}
#content .entry-title {
	color: #000;
	font-size: 21px;
	font-weight: bold;
	line-height: 1.3em;
	margin-bottom: 25px;
}
.entry-title a:link,
.entry-title a:visited {
	color: #000;
	text-decoration: none;
}
.entry-title a:active,
.entry-title a:hover {
	color: #ff4b33;
}
.entry-meta {
	color: #777;
	font-size: 12px;
}
.entry-meta abbr,
.entry-utility abbr {
	border: none;
}
.entry-meta abbr:hover,
.entry-utility abbr:hover {
	border-bottom: 1px dotted #666;
}
.entry-content,
.entry-summary {
	clear: both;
	padding: 12px 0 0 0;
}
#content .entry-summary p:last-child {
	margin-bottom: 12px;
}
.entry-content fieldset {
	border: 1px solid #e7e7e7;
	margin: 0 0 24px 0;
	padding: 24px;
}
.entry-content fieldset legend {
	background: #fff;
	color: #000;
	font-weight: bold;
	padding: 0 24px;
}
.entry-content input {
	margin: 0 0 24px 0;
}
.entry-content input.file,
.entry-content input.button {
	margin-right: 24px;
}
.entry-content label {
	color: #777;
	font-size: 12px;
}
.entry-content select {
	margin: 0 0 24px 0;
}
.entry-content sup,
.entry-content sub {
	font-size: 10px;
}
.entry-content blockquote.left {
	float: left;
	margin-left: 0;
	margin-right: 24px;
	text-align: right;
	width: 33%;
}
.entry-content blockquote.right {
	float: right;
	margin-left: 24px;
	margin-right: 0;
	text-align: left;
	width: 33%;
}
.page-link {
	clear: both;
	color: #000;
	font-weight: bold;
	line-height: 48px;
	word-spacing: 0.5em;
}
.page-link a:link,
.page-link a:visited {
	background: #f1f1f1;
	color: #333;
	font-weight: normal;
	padding: 0.5em 0.75em;
	text-decoration: none;
}
.home .sticky .page-link a {
	background: #d9e8f7;
}
.page-link a:active,
.page-link a:hover {
	color: #ff4b33;
}
body.page .edit-link {
	clear: both;
	display: block;
}
#entry-author-info {
	background: #f2f7fc;
	border-top: 4px solid #000;
	clear: both;
	font-size: 14px;
	line-height: 20px;
	margin: 24px 0;
	overflow: hidden;
	padding: 18px 20px;
}
#entry-author-info #author-avatar {
	background: #fff;
	border: 1px solid #e7e7e7;
	float: left;
	height: 60px;
	margin: 0 -104px 0 0;
	padding: 11px;
}
#entry-author-info #author-description {
	float: left;
	margin: 0 0 0 104px;
}
#entry-author-info h2 {
	color: #000;
	font-size: 100%;
	font-weight: bold;
	margin-bottom: 0;
}
.entry-utility {
	clear: both;
	color: #777;
	font-size: 12px;
	line-height: 18px;
}
.entry-meta a,
.entry-utility a {
	color: #777;
}
.entry-meta a:hover,
.entry-utility a:hover {
	color: #ff4b33;
}
#content .video-player {
	padding: 0;
}


/* =Asides
-------------------------------------------------------------- */

.home #content .format-aside p,
.home #content .category-asides p {
	font-size: 16px;
	line-height: 20px;
	margin-bottom: 10px;
	margin-top: 0;
}
.home .hentry.format-aside,
.home .hentry.category-asides {
	padding: 0;
}
.home #content .format-aside .entry-content,
.home #content .category-asides .entry-content {
	padding-top: 0;
}


/* =Gallery listing
-------------------------------------------------------------- */

.format-gallery .size-thumbnail img,
.category-gallery .size-thumbnail img {
	border: 10px solid #f1f1f1;
	margin-bottom: 0;
}
.format-gallery .gallery-thumb,
.category-gallery .gallery-thumb {
	float: left;
	margin-right: 20px;
	margin-top: -4px;
}
.home #content .format-gallery .entry-utility,
.home #content .category-gallery .entry-utility {
	padding-top: 4px;
}


/* =Attachment pages
-------------------------------------------------------------- */

.attachment .entry-content .entry-caption {
	font-size: 140%;
	margin-top: 24px;
}
.attachment .entry-content .nav-previous a:before {
	content: '\2190\00a0';
}
.attachment .entry-content .nav-next a:after {
	content: '\00a0\2192';
}


/* =Images
-------------------------------------------------------------- */

/*
Resize images to fit the main content area.
- Applies only to images uploaded via WordPress by targeting size-* classes.
- Other images will be left alone. Use "size-auto" class to apply to other images.
*/
img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img,
.widget-container img {
	max-width: 100%; /* When images are too wide for containing element, force them to fit. */
	height: auto; /* Override height to match resized width for correct aspect ratio. */
}
.alignleft,
img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
}
.alignright,
img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}
.aligncenter,
img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignleft,
img.alignright,
img.aligncenter {
	margin-bottom: 12px;
}
.wp-caption {
	background: #f1f1f1;
	line-height: 18px;
	margin-bottom: 20px;
	max-width: 632px !important; /* prevent too-wide images from breaking layout */
	padding: 4px;
	text-align: center;
}
.wp-caption img {
	margin: 5px 5px 0;
	max-width: 622px; /* caption width - 10px */
}
.wp-caption p.wp-caption-text {
	color: #777;
	font-size: 12px;
	margin: 5px;
}
.wp-smiley {
	margin: 0;
}
.gallery {
	margin: 0 auto 18px;
}
.gallery .gallery-item {
	float: left;
	margin-top: 0;
	text-align: center;
	width: 33%;
}
.gallery-columns-2 .gallery-item {
	width: 50%;
}
.gallery-columns-4 .gallery-item {
	width: 25%;
}
.gallery img {
	border: 2px solid #cfcfcf;
}
.gallery-columns-2 .attachment-medium {
	max-width: 92%;
	height: auto;
}
.gallery-columns-4 .attachment-thumbnail {
	max-width: 84%;
	height: auto;
}
.gallery .gallery-caption {
	color: #777;
	font-size: 12px;
	margin: 0 0 12px;
}
.gallery dl {
	margin: 0;
}
.gallery img {
	border: 10px solid #f1f1f1;
}
.gallery br+br {
	display: none;
}
#content .attachment img {/* single attachment images should be centered */
	display: block;
	margin: 0 auto;
}


/* =Navigation
-------------------------------------------------------------- */

.navigation {
	color: #777;
	font-size: 12px;
	line-height: 18px;
	overflow: hidden;
}
.navigation a:link,
.navigation a:visited {
	color: #777;
	text-decoration: none;
}
.navigation a:active,
.navigation a:hover {
	color: #ff4b33;
}
.nav-previous {
	float: left;
	width: 50%;
}
.nav-next {
	float: right;
	text-align: right;
	width: 50%;
}
#nav-above {
	margin: 0 0 18px 0;
}
#nav-above {
	display: none;
}
.paged #nav-above,
.single #nav-above {
	display: block;
}
#nav-below {
	margin: -18px 0 0 0;
}


/* =Comments
-------------------------------------------------------------- */
#comments {
	clear: both;
}
#comments .navigation {
	padding: 0 0 18px 0;
}
h3#comments-title,
h3#reply-title {
	color: #000;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 0;
}
h3#comments-title {
	padding: 24px 0;
}
.commentlist {
	list-style: none;
	margin: 0;
}
.commentlist li.comment {
	border-bottom: 1px solid #e7e7e7;
	line-height: 24px;
	margin: 0 0 24px 0;
	padding: 0 0 0 56px;
	position: relative;
	list-style: none;
}
.commentlist li:last-child {
	border-bottom: none;
	margin-bottom: 0;
	list-style: none;
}
#comments .comment-body ul,
#comments .comment-body ol {
	margin-bottom: 18px;
	list-style: none;
}
#comments .comment-body p:last-child {
	margin-bottom: 6px;
}
#comments .comment-body blockquote p:last-child {
	margin-bottom: 24px;
}
.commentlist ol {
	list-style: none;
}
.commentlist .avatar {
	position: absolute;
	top: 4px;
	left: 0;
}
.comment-author {
}
.comment-author cite {
	color: #000;
	font-style: normal;
	font-weight: bold;
}
.comment-author .says {
	font-style: italic;
}
.comment-meta {
	font-size: 12px;
	margin: 0 0 18px 0;
}
.comment-meta a:link,
.comment-meta a:visited {
	color: #777;
	text-decoration: none;
}
.comment-meta a:active,
.comment-meta a:hover {
	color: #ff4b33;
}
.commentlist .even {
}
.commentlist .bypostauthor {
}
.reply {
	font-size: 12px;
	padding: 0 0 24px 0;
}
.reply a,
a.comment-edit-link {
	color: #777;
}
.reply a:hover,
a.comment-edit-link:hover {
	color: #ff4b33;
}
.commentlist .children {
	list-style: none;
	margin: 0;
}
.commentlist .children li {
	border: none;
	margin: 0;
}
.nopassword,
.nocomments {
	display: none;
}
#comments .pingback {
	border-bottom: 1px solid #e7e7e7;
	margin-bottom: 18px;
	padding-bottom: 18px;
}
.commentlist li.comment+li.pingback {
	margin-top: -6px;
}
#comments .pingback p {
	color: #777;
	display: block;
	font-size: 12px;
	line-height: 18px;
	margin: 0;
}
#comments .pingback .url {
	font-size: 13px;
	font-style: italic;
}

/* Comments form */
input[type="submit"] {
	color: #333;
}
#respond {
	border-top: 1px solid #e7e7e7;
	margin: 24px 0;
	overflow: hidden;
	position: relative;
}
#respond p {
	margin: 0;
}
#respond .comment-notes {
	margin-bottom: 1em;
}
.form-allowed-tags {
	line-height: 1em;
}
.children #respond {
	margin: 0 48px 0 0;
}
h3#reply-title {
	margin: 18px 0;
}
#comments-list #respond {
	margin: 0 0 18px 0;
}
#comments-list ul #respond {
	margin: 0;
}
#cancel-comment-reply-link {
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
}
#respond .required {
	color: #ff4b33;
	font-weight: bold;
}
#respond label {
	color: #777;
	font-size: 12px;
}
#respond input {
	margin: 0 0 9px;
	width: 98%;
}
#respond textarea {
	width: 98%;
}
#respond .form-allowed-tags {
	color: #777;
	font-size: 12px;
	line-height: 18px;
}
#respond .form-allowed-tags code {
	font-size: 11px;
}
#respond .form-submit {
	margin: 12px 0;
}
#respond .form-submit input {
	font-size: 14px;
	width: auto;
}


/* =Widget Areas
-------------------------------------------------------------- */

.widget-area ul {
	list-style: none;
	margin-left: 0;
}
.widget-area ul ul {
	list-style: square;
	margin-left: 1.3em;
}
.widget-area select {
	max-width: 100%;
}
.widget_search #s {/* This keeps the search inputs in line */
	width: 60%;
}
.widget_search label {
	display: none;
}
.widget-container {
	word-wrap: break-word;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
	margin: 0 0 18px 0;
}
.widget-container .wp-caption img {
	margin: auto;
}
.widget-title {
	color: #222;
	font-weight: bold;
}
.widget-area a:link,
.widget-area a:visited {
	text-decoration: none;
}
.widget-area a:active,
.widget-area a:hover {
	text-decoration: underline;
}
.widget-area .entry-meta {
	font-size: 11px;
}
#wp_tag_cloud div {
	line-height: 1.6em;
}
#wp-calendar {
	width: 100%;
}
#wp-calendar caption {
	color: #222;
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 4px;
	text-align: left;
}
#wp-calendar thead {
	font-size: 11px;
}
#wp-calendar thead th {
}
#wp-calendar tbody {
	color: #aaa;
}
#wp-calendar tbody td {
	background: #f5f5f5;
	border: 1px solid #fff;
	padding: 3px 0 2px;
	text-align: center;
}
#wp-calendar tbody .pad {
	background: none;
}
#wp-calendar tfoot #next {
	text-align: right;
}
.widget_rss a.rsswidget {
	color: #000;
}
.widget_rss a.rsswidget:hover {
	color: #ff4b33;
}
.widget_rss .widget-title img {
	width: 11px;
	height: 11px;
}

/* Main sidebars */
#main .widget-area ul {
	margin-left: 0;
	padding: 0 20px 0 0;
}
#main .widget-area ul ul {
	border: none;
	margin-left: 1.3em;
	padding: 0;
}
#primary {
}
#secondary {
}

/* Footer widget areas */
#footer-widget-area {
}


/* =Footer
-------------------------------------------------------------- */

#footer {
	margin-bottom: 20px;
}
#colophon {
	border-top: 4px solid #000;
	margin-top: -4px;
	overflow: hidden;
	padding: 18px 0;
}
#site-info {
	font-weight: bold;
}
#site-info a {
	color: #000;
	text-decoration: none;
}
#site-generator {
	font-style: italic;
	position: relative;
}
#site-generator a {
	background: url(images/wordpress.png) center left no-repeat;
	color: #666;
	display: inline-block;
	line-height: 16px;
	padding-left: 20px;
	text-decoration: none;
}
#site-generator a:hover {
	text-decoration: underline;
}
img#wpstats {
	display: block;
	margin: 0 auto 10px;
}


/* =Mobile Safari ( iPad, iPhone and iPod Touch )
-------------------------------------------------------------- */

pre {
	-webkit-text-size-adjust: 140%;
}
code {
	-webkit-text-size-adjust: 160%;
}
#access,
.entry-meta,
.entry-utility,
.navigation,
.widget-area {
	-webkit-text-size-adjust: 120%;
}
#site-description {
	-webkit-text-size-adjust: none;
}


/* =Print Style
-------------------------------------------------------------- */

@media print {
	body {
		background: none !important;
	}
	#wrapper {
		clear: both !important;
		display: block !important;
		float: none !important;
		position: relative !important;
	}
	#header {
		border-bottom: 2pt solid #000;
		padding-bottom: 18pt;
	}
	#colophon {
		border-top: 2pt solid #000;
	}
	#site-title,
	#site-description {
		float: none;
		line-height: 1.4em;
		margin: 0;
		padding: 0;
	}
	#site-title {
		font-size: 13pt;
	}
	.entry-content {
		font-size: 14pt;
		line-height: 1.6em;
	}
	.entry-title {
		font-size: 21pt;
	}
	#access,
	#branding img,
	#respond,
	.comment-edit-link,
	.edit-link,
	.navigation,
	.page-link,
	.widget-area {
		display: none !important;
	}
	#container,
	#header,
	#footer {
		margin: 0;
		width: 100%;
	}
	#content,
	.one-column #content {
		margin: 24pt 0 0;
		width: 100%;
	}
	.wp-caption p {
		font-size: 11pt;
	}
	#site-info,
	#site-generator {
		float: none;
		width: auto;
	}
	#colophon {
		width: auto;
	}
	img#wpstats {
		display: none;
	}
	#site-generator a {
		margin: 0;
		padding: 0;
	}
	#entry-author-info {
		border: 1px solid #e7e7e7;
	}
	#main {
		display: inline;
	}
	.home .sticky {
		border: none;
	}
}
#header {padding: 0; position:relative; height:117px;}
#header #masthead {position: relative; height:117px;}
#wrapper {
	background: none;
	margin-top: 0;
	padding: 0;
}
body {
	background: #fff url(images/bg.png) center 0 no-repeat;
	background-size: 100%;
}
.logo {position: absolute; opacity: 1; background:url(images/logo.png) 0 0 no-repeat; width:250px; height:48px; top:32px; left:0;}
.logo:hover {opacity: 0.7;}
#header .logo_text {position: absolute; left:95px; top:80px; color:#000; font-size:10px; line-height: 1;}
#header .search {
	position: absolute;
	left:360px;
	top:50px;
}
#header .search input[type='text'] {
	background: url(images/search.jpg) 0 0 no-repeat;
	width:194px;
	border:none;
	line-height: 1.4;
	padding: 8px 27px 8px 9px;
	margin:0;
	box-shadow: none;
	font-size: 12px;
	font-weight: normal;
}
#header #searchsubmit {
	position: absolute;
	background: url(images/search.png) 0 0 no-repeat;
	width:14px;
	height:15px;
	right:10px;
	top:9px;
	border:none;
	box-shadow: none;
	text-indent: -9999px;
	cursor: pointer;
	outline: none;
}
#header .subscribe {
	position: absolute;
	left:610px;
	top:30px;
	color:#999999;
	font-size:11px;
	line-height:1.4;
	width:200px;
}
#header .subscribe .formError {
	position: absolute !important;
	left:0 !important;
	top:60px !important;
}
#header .subscribe .title {
	position: relative;
	margin-bottom:5px;
}
#header .subscribe input[type='text'] {
	background: url(images/podp.jpg) 0 0 no-repeat;
	width:164px;
	line-height: 1.4;
	padding: 8px 27px 7px 9px;
	margin:0;
	box-shadow: none;
	font-size: 12px;
	font-weight: normal;
}
#s::-webkit-input-placeholder {
   font-weight:bold;
   font-size:10px;
   text-transform: uppercase;

}
#s:-moz-placeholder { /* Firefox 18- */
   font-weight:bold;
   font-size:10px;
   text-transform: uppercase;
}
#s::-moz-placeholder {  /* Firefox 19+ */
  font-weight:bold;
   font-size:10px;
   text-transform: uppercase;  
}
#s:-ms-input-placeholder {  
  font-weight:bold;
   font-size:10px;
   text-transform: uppercase;
}
#header .subscribe input[type='text']:focus {
	background: url(images/podp_hov.jpg) 0 0 no-repeat;
}
#header .social {
	position: absolute;
	right:0;
	top:30px;
	color:#999999;
	font-size:11px;
	line-height: 1.4;
}
#header .social .title {
	position: relative;
	margin-bottom:5px;
}
.social a {
	display: block;
	width:24px;
	height:24px;
	float:left;
	text-indent: -9999px;
	margin-left: 3px;
}
.social a.vk {background: url(images/vk.png);}
.social a.fb {background: url(images/fb.png);}
.social a.go {background: url(images/go.png);}
.social a.od {background: url(images/od.png);}
.social a.tw {background: url(images/tw.png);}
.social a.zn {background: url(images/zn.png);}
.social a.ins {background: url(images/ins.png);}
.social a.vk:hover {background: url(images/vk_h.png);}
.social a.fb:hover {background: url(images/fb_h.png);}
.social a.go:hover {background: url(images/g_h.png);}
.social a.od:hover {background: url(images/od_h.png);}
.social a.tw:hover {background: url(images/tw_h.png);}
.social a.zn:hover {background: url(images/zn_h.png);}
.social a.ins:hover {background: url(images/ins_h.png);}
.subscribe .submit_form {
	border:none;
	box-shadow: none;
	margin:0 !important;
	text-indent: -9999px;
	cursor: pointer;
	position: absolute; 
	background: url(images/subs.png) 0 0 no-repeat; 
	width:17px; 
	height:13px; 
	right:8px; 
	outline: none;
	bottom:29px;
}
.access_wrap {
	position: relative;
	width: 100%;
	height:40px;
	background: url(images/access_bg.png) center 0 repeat-x;
}
#access {
	position: relative;
	margin:0 auto;
	width:100%;
	max-width: 960px;
	float:none;
	background: none;
}
#access ul li {background: url(images/a_bg.png) left top no-repeat;}
#access ul li:last-child {background: url(images/a_bg.png) left top no-repeat, url(images/a_bg.png) right top no-repeat;}
#access ul li a {
	border:4px solid transparent;
	line-height: 32px;
	color:#4d94d3;
	text-transform: uppercase;
	font-size:12px;
	font-weight:bold;
	font-family: 'PT Serif', serif;
	text-shadow: -1px -1px 1px rgba(0,0,0,0.1);
}
#access ul li a:hover, #access ul li.current_page_item > a, #access ul li.current_page_ancestor > a, #access ul li.current-menu-ancestor > a, #access ul li.current-menu-item > a, #access ul li.current-menu-parent > a {
	background: #96c030;
	color:#fff;
	border:4px solid #83b524;
}
.sidebar {position: relative;
	float:left;
	width:225px;
	margin-right:30px;
}
#container, #container #content {
	position: relative;
	float:left;
	width:100%;
	max-width:705px;
	margin:0;
	padding:0;
}
.sidebar .category ul {
	list-style: none;
	margin:0;
	padding:0;
}
.sidebar .category ul li {
	border-bottom:1px solid #e6e6e6;
	padding: 13px 0;
	line-height: 1.4;
	position: relative;
}
.sidebar .category ul li:last-child {border-bottom:none;}
.sidebar .category ul li a {
	line-height: 1.4;
	color:#67a513;
	font-size:12px;
	text-transform: uppercase;
	display: block;
	padding:0 0 0 30px;
	font-weight: bold;
	text-decoration: none;
	background: url(images/cat_bg.png) 10px center no-repeat;
}
.sidebar .category ul li a:hover {
	background-image: url(images/cat_bg_hov.png);
	color:#e66654;
}
.sidebar .category ul li.current-menu-item a {
	background-image: url(images/cat_bg_cur.png);
	color:#808080;
}
#vk_groups {border-left:1px solid #7090af; border-right:1px solid #7090af; border-bottom-left-radius: 5px; border-bottom-right-radius: 5px;}
.slider {
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
}
.slider ul {
    width: 20000em;
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
}

.slider li {
    float: left;
    margin:0;
    padding:0;
    width: 100%;
    max-width: 704px;
    max-height:300px;
    border:1px solid #e6e6e6;
    border-left: 0;
    line-height: 1.3;
}
.slider li .left {position:relative; float:left; margin-right: 20px;}
.slider li .left img {line-height: 1; height:300px; width:auto; position: relative; float:left;}
.slider li .right {
	padding:20px 30px;
	position: relative; 
	float:left; 
	width:229px; 
	height:100%;
}
.pagination {left:445px; bottom:25px; position: absolute; width:334px;}
.slider li .date {color:#cccccc; font-size:12px;}
.slider li .name {position: relative; margin-bottom:10px;}
.slider li .name a {color:#404040; font-size:24px; font-style: italic; font-weight: bold; text-decoration: none; font-family: 'PT Serif', serif;}
.slider li .announce {color:#808080; font-size:14px; line-height:1.4;}
.slider li .announce a {color:#67a513; font-size:14px; text-decoration: none; line-height:1.4;}
.slider .pagination .nav, .jcarousel-pagination {position:relative; float:left;}
#content a.jcarousel-prev {
	position: relative;
	background:url(images/prev.png) 0 0 no-repeat;
	width:10px;
	height:14px;
	text-indent: -9999px;
	display: block;
}
.jcarousel-pagination {top:3px; margin-left:10px;}
#content a.jcarousel-next {
	position: relative;
	background:url(images/next.png) 0 0 no-repeat;
	width:10px;
	height:14px;
	text-indent: -9999px;
	display: block;
}
.jcarousel-pagination a {
	background: url(images/slide.png) 0 0 no-repeat;
	width:8px;
	height:8px;
	float:left;
	margin-right:10px;
	display: block;
}
.jcarousel-pagination a:hover {
	background: url(images/slide_hov.png) 0 0 no-repeat;
}
.jcarousel-pagination .active a {
	background: url(images/slide_a.png) 0 0 no-repeat;
}
.sidebar div {margin-bottom:30px; position: relative;}
.last_article {position: relative; float:left; 
width:100%;
max-width:650px;
}
.last_article .title {
	color:#404040;
	font-size: 18px;
	font-weight: bold;
	font-style: italic;
	font-family: 'PT Serif', serif;
	position: relative;
	margin-bottom:10px;
} 
.last_article .title a {
	margin-left:5px;
	color:#4d94d3; font-size:13px; font-weight: normal; font-style: normal; font-family: 'Open Sans', sans-serif; }
.last_article .wrap {
	position: relative;
	width:calc(100% + 28px);
	max-width:675px;
	float:left;
	border:1px solid #e6e6e6;
	padding:14px;
}
.last_article .box {
	position:relative;
	width:100%;
	float:left;
	margin-bottom: 10px;
}
.last_article .box a.img {float:left; display: block; width:80px; height:auto; position: relative; margin:0 15px 5px 0;}
.last_article .box img {transition:500ms all ease; width:80px; height:auto; float:left; }
.last_article .box img:hover {opacity: 0.7;}
.last_article .box .date {display:block; line-height:1; margin-bottom: 5px; color:#cccccc; font-size:12px;}
.last_article .box .name {color:#67a513; display: block; font-size:14px; text-decoration: underline; font-weight: bold;}
.last_article .box .name:hover {color:#e66654; text-decoration: none;}
.last_article .box .announce {color:#808080; font-size:14px;}
.banner2 {position: relative; float:right;}
.clear {position: relative; clear: both; width:100%; height:0;}
.slider_int {
	margin:55px 0 0 0;
	max-width:695px;
	padding: 0 47px 30px 47px;
	overflow: visible !important;
	border:5px solid #faf4d5;
    width: calc(100% - 107px)!important;
}
.slider_int .slides {overflow: hidden;}
.slider_int .next {
	position: absolute;
	right:25px;
	top:70px;
	background: url(images/next_slide.png) 0 0 no-repeat;
	width:19px;
	height:31px;
	cursor: pointer;
	text-indent: -9999px;
}
.slider_int .prev {
	position: absolute;
	left:25px;
	top:70px;
	background: url(images/prev_slide.png) 0 0 no-repeat;
	width:19px;
	height:31px;
	cursor: pointer;
	text-indent: -9999px;
}

.slider_int li {width:200px; text-align: center;}
.slider_int li a {color:#67a513; font-size:12px; font-weight: bold; text-decoration: none; text-transform: uppercase;}
.slider_int li img {}
.slider_int li a:hover {color:#e66654;}
.slider_int li a:hover img {
	filter: hue-rotate(280deg);
	-webkit-filter: hue-rotate(280deg);
	-moz-filter: hue-rotate(280deg);
	-o-filter: hue-rotate(280deg);
	-ms-filter: hue-rotate(280deg);
}
.slider_int .title {
	position: relative;
	text-align: center;
	font-weight: bold;
	font-style: italic;
	font-size:28px;
	color:#404040;
	top:-25px;
}
.slider_int .title span {position: relative; background: #fff; padding:0 20px;}
.pt {font-family: 'PT Serif', serif;}
.op {font-family: 'Open Sans', sans-serif;}
.wrapper2 {
	width:100%;
	max-width: 960px;
	margin:0 auto;}
html, body {
    height: 100%;
    margin: 0;
    padding: 0;
}
#wrapper {
    min-height: 100%;
    margin-bottom: -50px;
}
* html #wrapper {
    height: 100%;
}
.page-buffer {
    height: 50px;
}
#footer {
	position: relative;
	background-color: #fafafa;
	background-image: url(images/foot.png), url(images/foot2.png);
	background-position: center top, center bottom;
	background-repeat: repeat-x, no-repeat;
	background-size: auto, 100%;
	margin:0;
	padding:0;
}
#footer #colophon {
	position: relative;
	float:none;
	padding:0;
	margin:0 auto;
	width:100%;
	max-width: 960px;
	border:none;
	height:345px;
}
.foot_menu {
	position: absolute;
	left:0;
	top:15px;
}
.foot_menu ul {padding:0; margin:0; list-style: none;}
.foot_menu ul li {padding:0; margin:0 0 10px 0; list-style: none;}
.foot_menu ul li a {
	background: url(images/foot_li.png) 0 center no-repeat;
	display: block;
	padding: 0 0 0 18px;
	text-decoration: none;
	font-weight: bold;
	color:#404040;
	font-size: 12px;
	text-transform: uppercase;
}
.foot_menu ul li a:hover {text-decoration: underline;}
.predl {
	position: absolute;
	left:0;
	bottom:40px;
	color:#b3b3b3;
	font-size:13px;
}
.predl a {color: #67a513}
.predl a:hover {text-decoration: none;}
#footer .about {
	position: absolute;
	top:40px;
	left:255px;
	width:647px;
	text-align: center;
	color:#404040;
	font-size:13px;
	padding:0 25px 5px 25px;
	border:4px solid #ededed;
}
#footer .about .title {
	position: relative;
	color:#404040;
	font-size:18px;
	text-align: center;
	font-weight: bold;
	font-style: italic;
	top:-16px;
}
#footer .about .title span {padding: 0 15px; background:#fafafa;}
#footer .dis {
	position: absolute;
	left:255px;
	width:550px;
	top:230px;
	color:#b3b3b3;
	font-size:13px;
	line-height: 1.5;
}
#footer .dis a {
	font-size:12px;
	text-decoration: none;
    
}
#footer .social {
	position: absolute;
	right:0;
	top:230px;
}
#footer .counters {
	position: absolute;
	left:828px;
	top:265px;
}
.breadcrumbs {color:#cccccc; font-size:12px; position: relative; top:-15px;}
.breadcrumbs a {color:#cccccc; font-size:12px;}
.breadcrumbs a:hover {text-decoration: none;}
body #content h1.entry-title {color:#404040; font-style: italic; font-size:28px; font-weight: bold; font-family: 'PT Serif', serif;}
#content h2, #content h3, #content h4 {color: #404040; font-style:italic; font-weight: bold; font-family: 'PT Serif', serif;}
#content h2 { font-size: 20px;}
#content h3 { font-size: 18px;}
#content h4 { font-size: 16px;}
#content h2.buk {color:#cccccc; font-size:28px; font-style: italic; margin-bottom:0; line-height: 1.4;}
a.alpha {color:#4d94d3; font-size:14px; text-decoration: underline; display: block; margin-bottom: 3px;}
.select_diet select {
    border-radius: 0;
    background: transparent;
    padding: 0 0 0 10px;
    border: 0;
    font-size: 10px;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 1;
    height:30px;
    color:#b3b3b3;
    -webkit-appearance: none;
    width: 703px;
}
.select_diet option {
	font-size:12px;
	font-weight: normal;
	padding:0 4px;
	text-transform: none;
	color:#808080;
}
.select_diet option:hover {
	color:#e66654;
	background: #fff3f3;
}
.select_diet {
    border:1px solid #d9d9d9; 
    height: 30px;
    text-transform: uppercase;
    font-size:10px;
	font-weight: bold;
	color:#b3b3b3;
    background: url(images/diet_sel.png) no-repeat right #fff;
    width: 703px;
    position: relative;
    margin-bottom: 30px;
}
.select_diet .select {
	padding:8px 30px 0 10px;
	width: 663px;
	display: block;
	cursor: pointer;
}
.select_diet .dropdown {
	background: #fff;
	border:1px solid #d9d9d9;
	width: 663px;
	padding:8px 30px 0 10px;
	left:-11px;
}

#content h1.entry-title {margin-bottom: 25px;}
.recipes {position: relative; float:left; width:100%; margin-bottom: 25px}
.recipes .left {position: relative; float:left; width:110px; margin-right:15px;}
.recipes .left img {transition:500ms all ease; width:110px; height:auto;}
.recipes .left a:hover img {opacity: 0.7;}
.recipes .right {position: relative; float:left; width:calc(100% - 140px); }
.recipes .right .date {color:#cccccc; font-size:12px; margin-bottom:10px;}
.recipes .right .name {margin-bottom:5px;}
.recipes .right .name a {color:#67a513; font-size:14px; font-weight: bold; text-decoration: none;}
.recipes .right .name a:hover {text-decoration: underline;}
.recipes .right .announce {font-size:14px; color:#808080;}

.big_img {position: relative; text-align: center; width:336px; float:left;}
.big_img .wp-post-image {width:336px; height:auto; position: relative; display: block;}
.white_line {position: absolute; width:324px; height:inherit; left:5px; top:5px; border:1px solid #fff;}
.big_img a.link_img {top:5px; position: relative; color:#4d94d3; font-size:12px; text-decoration: none !important;}
a.link_img img {width:auto;}
.big_img a.big_link {position: relative; display: block; width:100%; float:left;}
.single_post .date {color:#cccccc; font-size: 12px; margin-bottom: 20px;}
.single_post .sostav {position: relative; float:left; width:340px; margin-left:25px;}
.single_post .sostav .soder {position: relative; background:#f7f7f7; text-align: center;
	padding:10px 0 12px 0;
	color:#cccccc;
	margin-bottom: 20px;
	transition:500ms all ease;
	font-size:13px;
}
.single_post .sostav .soder:hover {color:#999999;}
.sostav h1 {color:#404040; font-size:16px; font-weight: bold; margin-bottom: 10px;}
.sostav h2 {color:#404040; font-size:14px; font-weight: bold; margin-bottom: 10px;}
.sostav h3 {color:#404040; font-size:14px; margin-bottom: 10px;}
#content ul {margin:0; padding:0;}
#content ul li {
	font-size:14px;
	color: #808080;
	list-style: none; background:url(images/li.png) 0 7px no-repeat; padding: 0 0 0 12px; margin:0 0 10px 0;}
.shag {
	position: relative;
	border:4px solid #faf4d5;
	padding:30px;
	margin-bottom:35px;
}
.shag .title {
	position: absolute;
	left:0;
	width:100%;
	top:-15px;
	text-align: center;
	color:#404040; 
	font-size: 18px; 
	font-weight: bold; 
	font-style: italic;
}
.shag .title span {
	background: #fff;
	padding:0 15px;
}
.recept {margin-bottom: 45px;}
.related {position: relative;}
.related .title {margin-bottom:15px; color:#404040; font-weight: bold; text-transform: uppercase; font-size: 14px;}
.related .title a {text-transform: none; font-weight: normal; font-size: 13px;} 
.related .posts {position: relative; float:left; width:675px; border:1px solid #e6e6e6; padding:14px 14px 0 14px;}
.comments {position: relative; margin-top:40px;}
.comments .title {color:#404040; font-size:24px; font-style: italic; font-weight: bold; margin-bottom:15px;}
.related .recipes {width:314px; float:left; margin-right:30px; margin-bottom: 10px}
.related .recipes.last {margin-right:0;}
.related .recipes .left {width:60px; margin:0;}
.related .recipes .left img {width: 60px; height:auto;}
.related .recipes .right {position: relative; float:left; margin-left:15px; width:239px;}
.related .recipes .right .date {margin-bottom: 5px;}
.slider_int {margin-bottom: 50px;}
#content .slider li, #content .slides li {padding:0; background: none;}
#content .slides li {min-height:120px;}
.select_diet .dropdown {
	background: #fff;
	border:1px solid #d9d9d9;
	width: 703px;
	top:30px !important;
	padding:0;
	max-height: 150px;
	left:-1px;
}
.select_diet .dropdown ul {list-style: none !important; margin:0!important ; padding:0 !important;}
.select_diet .dropdown ul li {
	text-transform: none;
	font-size:12px;
	cursor: pointer;
	color:#808080;
	font-weight: normal;
	padding:  5px 30px 5px 10px !important;
	list-style:none !important; 
	background:none !important; margin:0 !important;}
.select_diet .dropdown ul li.sel {display: none !important ;}
#content .select_diet .dropdown ul li:hover {
	color: #e97969 !important;
	background: #fff3f3 !important;

}

.slider_int a:hover .ico4 {background: url(/wp-content/uploads/2019/03/123.png) 0 0 no-repeat;}
.slider_int .ico4 {
	position: relative;
	display: block;
	width:100px;
	height:101px;
	margin:0 auto 5px auto;
	transition:900ms all ease;
	background: url(/wp-content/uploads/2019/03/123.png) 0 0 no-repeat;

}

.slider_int a:hover .ico5 {background: url(/wp-content/uploads/2021/05/photo_2021-05-26_12-10-09-e1622023750504.jpg) 0 0 no-repeat;}
.slider_int .ico5 {
	position: relative;
	display: block;
	width:100px;
	height:101px;
	margin:0 auto 5px auto;
	transition:900ms all ease;
	background: url(/wp-content/uploads/2021/05/photo_2021-05-26_12-10-09-e1622023750504.jpg) 0 0 no-repeat;

}


.slider_int a:hover .ico6 {background: url(/wp-content/uploads/2019/04/azarova.png) 0 0 no-repeat;}
.slider_int .ico6 {
	position: relative;
	display: block;
	width:100px;
	height:101px;
	margin:0 auto 5px auto;
	transition:900ms all ease;
	background: url(/wp-content/uploads/2019/04/azarova.png) 0 0 no-repeat;

}

.slider_int a:hover .ico7 {background: url(/wp-content/uploads/2019/04/n.png) 0 0 no-repeat;}
.slider_int .ico7 {
	position: relative;
	display: block;
	width:100px;
	height:101px;
	margin:0 auto 5px auto;
	transition:900ms all ease;
	background: url(/wp-content/uploads/2019/04/n.png) 0 0 no-repeat;

}

.slider_int a:hover .ico8 {background: url(/wp-content/uploads/2019/04/prim.png) 0 0 no-repeat;}
.slider_int .ico8 {
	position: relative;
	display: block;
	width:100px;
	height:101px;
	margin:0 auto 5px auto;
	transition:900ms all ease;
	background: url(/wp-content/uploads/2019/04/prim.png) 0 0 no-repeat;

}








.slider_int a:hover .ico1 {background: url(images/slide_hov1.png) 0 0 no-repeat;}
.slider_int a:hover .ico2 {background: url(images/slide_hov2.png) 0 0 no-repeat;}
.slider_int a:hover .ico3 {background: url(images/slide_hov3.png) 0 0 no-repeat;}
.slider_int .ico1 {
	position: relative;
	display: block;
	width:100px;
	height:101px;
	margin:0 auto 5px auto;
	transition:500ms all ease;
	background: url(images/ico1.png) 0 0 no-repeat;
}
.slider_int .ico2 {
	position: relative;
	display: block;
	width:100px;
	margin:0 auto 5px auto;
	height:101px;
	transition:500ms all ease;
	background: url(images/ico2.png) 0 0 no-repeat;
}
.slider_int .ico3 {
	position: relative;
	display: block;
	width:100px;
	height:101px;
	margin:0 auto 5px auto;
	transition:500ms all ease;
	background: url(images/ico3.png) 0 0 no-repeat;

}
blockquote {
	background:url(images/quot_op.png) 17px 0 no-repeat, url(images/quot_close.png) right bottom no-repeat;
	padding:10px 45px 1px 45px;
	font-style: italic;
	color:#404040;
	font-size:16px;
	font-family: 'PT Serif', serif;
	margin-bottom:25px;
}
.plus {
	position: relative;
	float:left;
	width:calc(100% - 58px);
	border:4px solid #d9e5c6;
	padding:0 30px 30px 20px;	
	margin-bottom:0px;
}
.plus .title {
	color:#67a513;
	font-size:18px;
	position: relative;
	top:-16px;
	font-weight: bold;
	font-style: italic;
	text-align: center;
}
.plus .title span {
	background: #fff url(images/plus.png) 10px center no-repeat;
	padding: 0 10px 0 30px;
}
.hide_block {display: none;}
.minus {
	position: relative;
	float:left;
	width:calc(100% - 58px);
	border:4px solid #edccc8;
	padding:0 30px 30px 20px;	
	margin-bottom:0px;
}
.minus .title {
	color:#e66654;
	font-size:18px;
	position: relative;
	top:-16px;
	font-weight: bold;
	font-style: italic;
	text-align: center;
}
.minus .title span {
	background: #fff url(images/minus.png) 10px center no-repeat;
	padding: 0 10px 0 30px;
}
.sostav.other {
	background: #f7f7f7;
	width: 323px;
	color:#000000;
	padding:20px 0 0 20px;
}
.sostav.other li {margin-bottom:5px;}
.sostav.other a {color:#4d94d3; font-size:14px; text-decoration: none; font-weight: normal;}
.accordeon a.title {
	color:#4d94d3;
	background: url(images/acc.png) 145px 6px no-repeat;
	font-size:18px;
	font-weight: bold;
	font-style: italic;
	font-family: 'PT Serif', serif;
	text-decoration: none;
	line-height: 1;
	padding-right:25px;
	display: block;
}
.accordeon a span {
	color:#cccccc;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-family: 'Open Sans', sans-serif;
}
.accordeon a.title.active {
	background: url(images/acc_c.png) 145px 6px no-repeat;
	color:#404040;
}
.hide_block {margin:10px 0;}
.accordeon .hide_block a.close {
	color:#cccccc;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-family: 'Open Sans', sans-serif;}

#content .plus ul li {background: url(images/li_plus.png) 0 6px no-repeat;}
#content .minus ul li {background: url(images/li_minus.png) 0 6px no-repeat;}
.big_img {margin-bottom: 10px;}
#sc_select li {}

a.fancybox {position: relative; display: block;

float:right;

}
a.fancybox .zoom {position:absolute; z-index:10; background: url(images/zoom_a.png) 0 0 no-repeat; width:41px; height:41px; left:50%; top:50%; margin:-20px 0 0 -20px;}
a.fancybox:hover .zoom {background: url(images/zoom_hov.png) 0 0 no-repeat;}
.big_img a.fancybox {float: none;}
.big_img a.fancybox .zoom {display: none !important;}
a.big_link {text-decoration: none; color:#4d94d3;}
span.link_img {display: inline; padding-right:15px; font-size:12px; font-weight: bold; text-decoration: none; background: url(images/zoom.png) right center no-repeat;}
a.big_link:hover span {background: url(images/zoom_hov2.png) right center no-repeat; color: #e66654}
.field_type-wysiwyg #sc_select {display: none !important;}
.wp-pagenavi {position: relative; text-align: center; margin-bottom: 50px;}
.wp-pagenavi a {
	color:#bcd2dd !important;
	font-size:16px !important;
	border:none !important; 
	background: none !important; 
	text-decoration: underline !important;
}
.wp-pagenavi a:hover {
	color:#e66654 !important;
}
.wp-pagenavi span.current {
	border:none !important;
	color:#808080 !important;
	font-size: 16px !important;
	text-decoration: underline !important;
}
.wp-pagenavi a.nextpostslink {
	background: url(images/next_page.png) left center no-repeat !important;
	width:15px !important;
	height:15px !important;
	text-align: right !important;
	text-decoration: none !important;
	text-indent: -9999px !important;
	color:#fff !important;
	padding:0 7px !important;
}
.wp-pagenavi a.previouspostslink {
	background: url(images/prev_page.png) right center no-repeat !important;
	width:15px !important;
	height:15px !important;
	padding:0 7px !important;
	text-align: left !important;
	text-decoration: none !important;
	text-indent: -9999px !important;
	color:#fff !important;
}
ol {
    list-style-type: none;
    
    margin: 0;
    padding: 0;
    counter-reset: li-counter;
}
ol > li{
    position: relative;
    margin-bottom: 15px;
    padding-left: 15px;
}
ol > li:before {
    position: absolute;
	top: -5px;
	left: -30px;
	font-size: 24px;
	font-weight: lighter;
	width: 40px;
    line-height: 1;
    text-align: right;
    color: #e46751;
    
}













.banner2 > li{
	display:block;
}
iframe,.adsbygoogle{
	max-width:100%!important;
}
.wp-pagenavi a, .wp-pagenavi span {
    padding: 7px 9px!important;
    margin: 5px!important;
	display: inline-block;
}
.mobmenu-btn,
.mobmenu{
	display:none;
}
@media screen and (max-width:1023px){
	#container {
		width:calc(100% - 275px);
	}
	.container {
		width: 100%;
	}
	.container .item {
		width: calc(50% - 20px);
	}
	.container .item a.link {
		width: calc(100% - 45px);
	}
	.item img {
		width: 100%;
	}
	.item .border {
		width: calc(100% - 2px);
	}
	.container .item .text .rub {
		width: calc(100% - 75px);
	}
	.container .item .text .date {
		width: 70px;
		font-size: 13px;
	}
	.container .item a.link {
		font-size: 20px;
		text-transform: none;
	}
	.wp-pagenavi a, .wp-pagenavi span {
		padding: 10px 15px!important;
		margin: 9px!important;
	}
	#content.bg {
		width: calc(100% - 52px);
	}
	#content.bg .clear.top {
		width: calc(100% + 51px);
	}
	.clear.after-title {
		width: calc(100% - 40px);
	}
	.obvodka {
		width: calc(100% - 30px);
	}
	#content .plus .title {
		width: calc(100% - 48px);
	}
	#colophon {
		width: calc(100% - 20px);
		padding: 0 10px;
	}
	#colophon .copyright {
		right: 10px;
		left:auto;
		width: calc(100% - 200px);
	}
	#header .menu_wrap {
		width: calc(100% - 4px);
	}
	.quote_category {
		width: calc(100% - 65px);
		padding: 20px 20px 35px 65px;
		background: #FFFFFF url(images/quot_op.png) 20px 15px no-repeat;
	}
	.entry-content img {
		max-width: 100%;
		height: auto!important;
	}
	.last_article .wrap {
		width: calc(100% - 28px);
	}
	.slider_index .slider{
		display:none;
	}
	#access a {
		padding: 0;
	}
	#access .menu-header ul, div.menu ul {
		display: table;
		width: 100%;
		text-align: center;
	}	
	#access .menu-header li, div.menu li {
		float: none;
		display: table-cell;
	}
	#footer .about p {
		margin-bottom: 5px;
	}
	#footer .about {
		width: calc(100% - 320px);
		top: 25px;
	}
	#footer .counters {
		top: auto;
		left: auto;
		right: 0;
		bottom: 10px;
	}
	#footer .social {
		top: auto;
		right: auto;
		left: 0;
		bottom: 10px;
	}
	.predl {
		bottom: 45px;
	}
	#footer .dis {
		width: calc(100% - 262px);
		top: 220px;
	}	
	a.alpha {
		font-size:16px;
	}
	
	
	
	
	
	
	
	
	
}

@media screen and (max-width:880px){
	.container .item {
		width: 100%;
		margin-right: 0;
	}
	.container .item a.link {
		font-size: 25px;
	}
}

@media screen and (max-width:930px){
	#header .logo {
		font-size: 34px;
	}
	#header .logo span {
		font-size: 24px;
	}
}

@media screen and (max-width:767px){
	#header .logo {
		left: 0;
		top: 2px;
		position: relative;
		width: calc(100% - 100px);
		display: block;
		font-size: 16px;
		text-align: center;
		height: 27px;
		margin: 0 auto;
		background-size: contain;
		background-position: center center;
	}
	#header .logo_text {
		position: relative;
		left: 0;
		top: 0;
		text-align: center;
		padding: 3px 0;
	}
	#header #masthead {
		height: auto;
	}
	.access_wrap,
	#header .social {
		display: none;
	}
	#header .logo span {
		font-size: 13px;
	}
	#header .about{
		left: 0;
		top: 0;
		position: relative;
		width: calc(100% - 40px);
		display: block;
		margin-top: 10px;
		text-align: center;
	}
	#content h3:after,
	#content h2:after,
	#colophon .links,
	#header .menu_wrap,
	#header .right_menu{
		display:none
	}
	#header #searchform{
		width: calc(100% - 40px);
		display: block;
		position: relative;
		top: 0;
		left: 0;
		background: #eeeeee;
		padding: 10px 20px;
	}
	#header .over-searchform{
		display:none;
		position: absolute;
		top: 43px;
		left: 0;
		width: 100%;
		border-top: 1px solid #bbb;
	}
	#header #searchform #searchsubmit {
		right: 27px;
		top: 17px;
	}
	#header #searchform #s {
		width: 100%;
		box-sizing: border-box;
	}
	#header {
		height: auto;
		margin-bottom: 0;
		position: fixed;
		z-index: 99;
		width: 100%;
		background: #eeeeee;
	}
	#container,
	.sidebar {
		position: relative;
		float: none;
		width:calc(100% - 20px);
		padding:0 10px;
		margin: 0 0 30px;
	}
	.container .item {
		width: 100%;
		margin-bottom: 30px;
	}
	.container .item a.link {
		font-size: 18px;
	}
	.wp-pagenavi {
		text-align: center;
	}
	.counters,
	.achtung,
	#colophon .copyright {
		right: 0;
		left: 0;
		bottom:0;
		top:0;
		width: 100%;
		position: relative;
		margin-bottom:30px;
	}
	#colophon {
		height: auto;
	}
	#footer {
		height: auto;
		padding: 20px 0;
	}
	.achtung img {
		top: 0;
		margin: 0 auto 10px;
		display: block;
	}
	.obvodka .wrap {
		padding-left: 0;
		border-left: unset;
	}
	.entry-content img {
		max-width: 100%;
		height: auto!important;
	}
	#content.bg .entry-title {
		font-size: 18px;
		width: calc(100% - 20px);
	}
	.alignright, img.alignright {
		display: block;
		float: none;
		margin: 0 auto 20px;
	}
	#content p[style^="padding-left: 90px;"]{
		padding-left: 20px!important;
	}
	#content .post .quote_category,
	.quote_category {
		width: calc(100% - 50px);
		padding: 20px 20px 15px 35px;
		background: #FFFFFF url(images/quot_op.png) 0px 15px no-repeat;
		margin-left: 0;
	}
	blockquote{
		width: calc(100% - 60px);
		padding: 20px 20px 15px 40px;
		background: url(images/quot_op.png) 0 0 no-repeat, url(images/quot_close.png) right bottom no-repeat;
	}
	#content.bg {
		width: calc(100% - 30px);
		margin-right: 0;
		padding: 0 15px 0 15px;
	}
	#content.bg .clear.top {
		width: calc(100% + 31px);
	}
	.obvodka {
		width: calc(100% - 40px);
	}
	#content .minus .title ,
	#content .plus .title {
		width: 100%;
	}
	.sidebar{
		display:none;
	}
	#main {
		padding: 80px 0 0 0;
	}
	.mobsearch-btn,
	.mobmenu-btn{
		display:inline-block;
		position:absolute;
		top:0;
		width:43px;
		height:43px;
		z-index:99;
	}
	.mobmenu-btn{
		left:0;
		background:url(/wp-content/themes/twentyten/images/mobmenu.png) no-repeat center center;
		border-right:1px solid #bbb;
	}
	.mobsearch-btn{
		right:0;
		background:url(/wp-content/themes/twentyten/images/search.png) no-repeat center center;
		border-left:1px solid #bbb;
	}
	body{
		left: 0px;
		top: 0px;
		height: auto;
		overflow: auto;
		width: auto;
		transition:left 0.5s ease;
	}
	body.mobmenopen{
		position: fixed!important;
		left: 260px;
		top: 0px;
		height: 100%;
		overflow: hidden;
		width: 100%;		
	}
	
	.mobmenu ul li a{
		font-size: 16px;
		color: #999;
		text-decoration:none;
		padding: 10px 20px;
		display:block;
	}
	.mobmenu ul {
		padding:30px 0
	}
	.mobmenu ul li{
		display:block;
	}
	.mobmenu{
		width: 260px;
		position: fixed;
		top: 0;
		bottom: 0;
		overflow-x: hidden;
		overflow-y: auto;
		z-index: 1000;
		background: #222;
		left: -260px;	
		transition:left 0.5s ease;
		display:inline-block;
	}
	.mobmenu.open{
		left: 0px;
	}
	#content p, #content ul, #content ol, #content dd, #content pre, #content hr,#content ul li,.container .item .text,.obvodka,#content ol li {
		font-size: 16px;
		line-height: 22px;
	}
	#content h2{font-size: 18px;}
	#content h3{font-size: 16px;}
	.wp-caption img {
		max-width: calc(100% - 30px);
		margin: 0;
	}
	.wp-caption {
		width: 100%!important;
	}
	ymaps{
		max-width:100%!important;
	}
	.last_article .box {
		margin-bottom: 40px;
	}
	.slider_int .title {
		font-size: 16px;
		top: -16px;
	}
	.slider_int .title span {
		padding: 0;
	}
	.foot_menu{
		display:none;
	}
	.predl,
	#footer .about,
	#footer .dis,
	#footer .social,
	#footer .counters{
		position:relative;
		top:0;
		left:0;
		right:0;
		bottom:0;
		width:auto;
		margin:20px 0;
	}
	#footer #colophon {
		height: auto;
		padding:0 10px;
		width: calc(100% - 20px);
	}
	#footer .counters,
	#footer .social{
		overflow: hidden;
		text-align:center;
	}
	.social a {
		display: inline-block;
		float: none;
	}
	.shag {
		padding: 10px;
		font-size:16px;
	}
	.breadcrumbs {
		padding: 0 10px;
	}
	.recipes .right,
	.recipes .left {
		float: none;
		width: 100%;
		margin-right: 0;
	}
	.recipes .left img {
		width: auto;
		max-width: 100%;
		margin: 0 auto 10px auto;
		display: block;
	}
	.big_img {
		float: none;
		max-width: 100%;
	}
	.sostav.other {
		width: calc(100% - 20px);
		padding: 10px 10px 0;
	}
	.single_post .sostav {
		float: none;
		width: calc(100% - 20px);
		margin-left: 0;
	}
	ol > li:before {
		
		left: -20px;
	}
	ol > li {
		
		padding-left: 25px;
	}
	.single_post img,
	a.fancybox img {
		max-width: 100%;
		height: auto!important;
	}
	a.fancybox {
		float: none;
	}
	.overtable{
		overflow-x:auto;
		max-width:100%;
	}
	.related .posts {
		float: none;
		width: 100%;
		box-sizing: border-box;
		overflow: hidden;
	}
	.related .recipes {
		width: 100%;
		float: none;
		margin-right: 0;
		margin-bottom: 50px;
	}
	.related .recipes .left img {
		width: auto;
		height: auto!important;
		max-width: 100%;
	}
	.related .recipes .left {
		width: 100%;
	}
	.related .recipes .right {
		float: none;
		margin-left: 0;
		width: 100%;
	}
	
}

ins {background-color: #FFFFFF !important;}


.browse {	
	background: #f9f9f9;
	border: 1px solid #E6E6E6;
	margin: 15px 0px 0px 0px;
	padding: 10px;
	color: #333333;
	line-height: 18px;
	font-size: 140%;
	text-indent: 15px; 
}



.author_blok {
	margin: 20px 10px 20px 3px;
	padding: 10px 10px 12px 15px;
	border: 1px solid #bbb;
}
.slides ul {
    display: flex;
    justify-content: space-around;
}
@media (max-width: 500px) {
.slider_int {
    padding: 0;
    width: 93vw !important;
}
.slides ul {
    display: flex;
    justify-content: space-around;
}
}