.wf-loading {
	font-family: serif
}

.wf-inactive {
	font-family: serif
}

.wf-loading {
	font-family: serif;
	font-size: 16px
}

.post-ratings IMG {
	width: 17px!important;
	margin-right: 9px!important;
}

.multiple-sumome-warning-toast {
	display: none;
}


/** START HTML5 Boilerplate CSS **/


/**
 * HTML5 ✰ Boilerplate
 *
 * style.css contains a reset, font normalization and some base styles.
 *
 * Credit is left where credit is due.
 * Much inspiration was taken from these projects:
 * - yui.yahooapis.com/2.8.1/build/base/base.css
 * - camendesign.com/design/
 * - praegnanz.de/weblog/htmlcssjs-kickstart
*/


/**
 * html5doctor.com Reset Stylesheet (Eric Meyer's Reset Reloaded + HTML5 baseline)
 * v1.6.1 2010-09-17 | Authors: Eric Meyer & Richard Clark
 * html5doctor.com/html-5-reset-stylesheet/
*/

html,
body,
body div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
	content: none;
}

ins {
	background-color: #ff9;
	color: #000;
	text-decoration: none;
}

mark {
	background-color: #ff9;
	color: #000;
	font-style: italic;
	font-weight: bold;
}

del {
	text-decoration: line-through;
}

abbr[title],
dfn[title] {
	border-bottom: 1px dotted;
	cursor: help;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	margin: 1em 0;
	padding: 0;
}


/**
 * Font normalization inspired by YUI Library's fonts.css: developer.yahoo.com/yui/
*/

body {
	font: 13px/1.231 sans-serif;
	font-size: small;
}


/* Hack retained to preserve specificity */


/* Normalize monospace sizing:
   en.wikipedia.org/wiki/MediaWiki_talk:Common.css/Archive_11#Teletype_style_fix_for_Chrome */

pre,
code,
kbd,
samp {
	font-family: monospace, sans-serif;
}


/**
 * Minimal base styles.
*/


/* 1) Always force a scrollbar in non-IE
   2) Remove iOS text size adjust without disabling user zoom: www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */

html {
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}


/* j.mp/webkit-tap-highlight-color */

a:link {
	-webkit-tap-highlight-color: #FF5E99;
}


/* Accessible focus treatment: people.opera.com/patrickl/experiments/keyboard/test */

a:hover,
a:active {
	outline: none;
}

a,
a:active,
a:visited {
	color: #607890;
}

a:hover {
	color: #036;
}

ul,
ol {
	margin-left: 2em;
}

ol {
	list-style-type: decimal;
}


/* Remove margins for navigation lists */

nav ul,
nav li {
	margin: 0;
	list-style: none;
	list-style-image: none;
}

small {
	font-size: 85%;
}

b,
strong,
th {
	font-weight: bold;
}

td {
	vertical-align: top;
}


/* Set sub, sup without affecting line-height: gist.github.com/413930 */

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

pre {
	/* www.pathf.com/blogs/2008/05/formatting-quoted-code-in-blog-posts-css21-white-space-pre-wrap/ */
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
	padding: 15px;
}

.ie6 legend,
.ie7 legend {
	margin-left: -7px;
}


/* 1) Make inputs and buttons play nice in IE: www.viget.com/inspire/styling-the-button-element-in-internet-explorer/
   2) WebKit browsers add a 2px margin outside the chrome of form elements.
      Firefox adds a 1px margin above and below textareas
   3) Set font-size to match <body>'s, and font-family to sans-serif
   4) Align to baseline */

button,
input,
select,
textarea {
	width: auto;
	overflow: visible;
	margin: 0;
	font-size: 100%;
	font-family: sans-serif;
	vertical-align: baseline;
}


/* 1) Remove default scrollbar in IE: www.sitepoint.com/blogs/2010/08/20/ie-remove-textarea-scrollbars/
   2) Align to text-top */

textarea {
	overflow: auto;
	vertical-align: text-top;
}


/* Hand cursor on clickable input elements */

label,
input[type="button"],
input[type="submit"],
input[type="image"],
button {
	cursor: pointer;
}


/* Remove extra padding and inner border in Firefox */

input::-moz-focus-inner,
button::-moz-focus-inner {
	border: 0;
	padding: 0;
}


/* Colors for form validity */

input:valid,
textarea:valid {}

input:invalid,
textarea:invalid {
	border-radius: 1px;
	-moz-box-shadow: 0px 0px 5px red;
	-webkit-box-shadow: 0px 0px 5px red;
	box-shadow: 0px 0px 5px red;
}

.no-boxshadow input:invalid,
.no-boxshadow textarea:invalid {
	background-color: #f0dddd;
}


/* Bicubic resizing for non-native sized IMG:
   code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/ */

.ie7 img {
	-ms-interpolation-mode: bicubic;
}


/**
 * You might tweak these..
*/

body,
select,
input,
textarea {
	color: #555;
	/* Set your base font here, to apply evenly */
	/* font-family: Georgia, serif;  */
}


/* Headers (h1, h2, etc) have no default font-size or margin; define those yourself */

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: bold;
}


/* These selection declarations have to be separate
    
::-moz-selection { background: #fe57a1; color:#fff; text-shadow: none; }
::selection { background:#fe57a1; color:#fff; text-shadow: none; }
* */


/*  Less Framework 4 with 16/24 type presets
    http://lessframework.com
    by Joni Korpi
    License: http://opensource.org/licenses/mit-license.php */


/*  Resets
    ------  */

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
hr,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figure,
figcaption,
hgroup,
menu,
footer,
header,
nav,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
}

article,
aside,
canvas,
figure,
figure img,
figcaption,
hgroup,
footer,
header,
nav,
section,
audio,
video {
	display: block;
}

a img {
	border: 0;
}


/*  Typography presets
    ------------------  */

.gigantic {
	font-size: 110px;
	line-height: 120px;
	letter-spacing: -2px;
}

.huge,
h1 {
	font-size: 38px;
	letter-spacing: 0px;
	line-height: 55px;
}

.large,
h2 {
	font-size: 32px;
	line-height: 43px;
}

.bigger,
h3 {
	font-size: 26px;
	line-height: 36px;
}

.big,
h4 {
	font-size: 22px;
	line-height: 30px;
}

h5 {
	font-size: 20px;
	line-height: 28px;
}

h6 {
	font-size: 17px;
	line-height: 25px;
}

body {
	font: 16px/24px Georgia, serif;
}

.small,
small {
	font-size: 13px;
	line-height: 18px;
}


/* Selection colours (easy to forget) */


/*::selection       {background: rgb(255,255,158); color:#000}
::-moz-selection    {background: rgb(255,255,158);color:#000}
img::selection      {background: transparent;}
img::-moz-selection {background: transparent;}*/

body {
	-webkit-tap-highlight-color: rgb(255, 255, 158);
}

div.printfriendly {
	margin: 0 12px!important;
}


/*      Tablet Layout: 768px.
        Gutters: 24px.
        Outer margins: 28px.
        Inherits styles from: Default Layout.
-----------------------------------------------------------------
cols    1     2      3      4      5      6      7      8
px      68    160    252    344    436    528    620    712    */

@media only screen and (min-width: 768px) and (max-width: 991px) {
	body {
		padding: 48px 28px 60px;
	}
}


/*      Mobile Layout: 320px.
        Gutters: 24px.
        Outer margins: 34px.
        Inherits styles from: Default Layout.
---------------------------------------------
cols    1     2      3
px      68    160    252    */

@media only screen and (max-width: 767px) {
	body {
		width: 252px;
		padding: 48px 34px 60px;
	}
	header.main {
		float: none;
	}
	.share-post-mobile {
		display: block;
		text-align: center;
		position: fixed;
		bottom: 10px;
		left: 15px;
		right: 15px;
		z-index: 20
	}
	.share-post-mobile .sharrre {
		float: left;
		width: 25%;
		height: 34px;
		line-height: 34px;
		margin: 0
	}
	.share-post-mobile .sharrre .box {
		width: 100%;
		height: 34px;
		line-height: 34px
	}
	.share-post-mobile .twitter .box {
		border-radius: 3px 0 0 3px
	}
	.share-post-mobile .pinterest .box {
		border-radius: 0 3px 3px 0
	}
	.share-post-mobile .sharrre .box i {
		line-height: 34px
	}
	.share-post-bottom .sharrre {
		display: inline-block;
		margin: 0 6px 6px 0
	}
}


/*      Wide Mobile Layout: 480px.
        Gutters: 24px.
        Outer margins: 22px.
        Inherits styles from: Default Layout, Mobile Layout.
------------------------------------------------------------
cols    1     2      3      4      5
px      68    160    252    344    436    */

@media only screen and (min-width: 480px) and (max-width: 767px) {
	body {
		width: 436px;
		padding: 36px 22px 48px;
	}
}


/*  Retina media query.
    Overrides styles for devices with a 
    device-pixel-ratio of 2+, such as iPhone 4.
-----------------------------------------------    */

@media only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-device-pixel-ratio: 2) {
	body {}
}

.single-post .category-idei .pf-content {
	margin: 11px 20px 0 40px;
}

article.post.category-idei h2.entry-title {
	padding-top: 26px;
}

.single-post .category-idei ul li {
	background: transparent url("https://gozbi.lyusil.com/wp-content/themes/cookingblog/images/recipe/checkbox.png") no-repeat scroll left 15px;
	list-style: outside none none;
}

.single-post .category-idei ul li p {
	margin-left: 18px;
}

.attachment-medium_large.size-medium_large.wp-post-image {
	max-width: 612px;
	height: auto;
	margin-top: 16px;
	width: 100%
}

#featured-container {
	padding-bottom: 20px;
}


/* prettyPhoto*/

div.pp_default .pp_top,
div.pp_default .pp_top .pp_middle,
div.pp_default .pp_top .pp_left,
div.pp_default .pp_top .pp_right,
div.pp_default .pp_bottom,
div.pp_default .pp_bottom .pp_left,
div.pp_default .pp_bottom .pp_middle,
div.pp_default .pp_bottom .pp_right {
	height: 13px
}

div.pp_default .pp_top .pp_left {
	background: url(https://gozbi.lyusil.com/wp-content/themes/cookingblog/images/prettyPhoto/default/sprite.png) -78px -93px no-repeat
}

div.pp_default .pp_top .pp_middle {
	background: url(https://gozbi.lyusil.com/wp-content/themes/cookingblog/images/prettyPhoto/default/sprite_x.png) top left repeat-x
}

div.pp_default .pp_top .pp_right {
	background: url(https://gozbi.lyusil.com/wp-content/themes/cookingblog/images/prettyPhoto/default/sprite.png) -112px -93px no-repeat
}

div.pp_default .pp_content .ppt {
	color: #f8f8f8
}

div.pp_default .pp_content_container .pp_left {
	background: url(https://gozbi.lyusil.com/wp-content/themes/cookingblog/images/prettyPhoto/default/sprite_y.png) -7px 0 repeat-y;
	padding-left: 13px
}

div.pp_default .pp_content_container .pp_right {
	background: url(https://gozbi.lyusil.com/wp-content/themes/cookingblog/images/prettyPhoto/default/sprite_y.png) top right repeat-y;
	padding-right: 13px
}

div.pp_default .pp_next:hover {
	background: url(https://gozbi.lyusil.com/wp-content/themes/cookingblog/images/prettyPhoto/default/sprite_next.png) center right no-repeat;
	cursor: pointer
}

div.pp_default .pp_previous:hover {
	background: url(https://gozbi.lyusil.com/wp-content/themes/cookingblog/images/prettyPhoto/default/sprite_prev.png) center left no-repeat;
	cursor: pointer
}

div.pp_default .pp_expand {
	background: url(https://gozbi.lyusil.com/wp-content/themes/cookingblog/images/prettyPhoto/default/sprite.png) 0 -29px no-repeat;
	cursor: pointer;
	height: 28px;
	width: 28px
}

div.pp_default .pp_expand:hover {
	background: url(https://gozbi.lyusil.com/wp-content/themes/cookingblog/images/prettyPhoto/default/sprite.png) 0 -56px no-repeat;
	cursor: pointer
}

div.pp_default .pp_contract {
	background: url(https://gozbi.lyusil.com/wp-content/themes/cookingblog/images/prettyPhoto/default/sprite.png) 0 -84px no-repeat;
	cursor: pointer;
	height: 28px;
	width: 28px
}

div.pp_default .pp_contract:hover {
	background: url(https://gozbi.lyusil.com/wp-content/themes/cookingblog/images/prettyPhoto/default/sprite.png) 0 -113px no-repeat;
	cursor: pointer
}

div.pp_default .pp_close {
	background: url(https://gozbi.lyusil.com/wp-content/themes/cookingblog/images/prettyPhoto/default/sprite.png) 2px 1px no-repeat;
	cursor: pointer;
	height: 30px;
	width: 30px
}

div.pp_default .pp_gallery ul li a {
	background: url(https://gozbi.lyusil.com/wp-content/themes/cookingblog/images/prettyPhoto/default/default_thumb.png) center center #f8f8f8;
	border: 1px solid #aaa
}

div.pp_default .pp_social {
	margin-top: 7px
}

div.pp_default .pp_gallery a.pp_arrow_previous,
div.pp_default .pp_gallery a.pp_arrow_next {
	left: auto;
	position: static
}

div.pp_default .pp_nav .pp_play,
div.pp_default .pp_nav .pp_pause {
	background: url(https://gozbi.lyusil.com/wp-content/themes/cookingblog/images/prettyPhoto/default/sprite.png) -51px 1px no-repeat;
	height: 30px;
	width: 30px
}

div.pp_default .pp_nav .pp_pause {
	background-position: -51px -29px
}

div.pp_default a.pp_arrow_previous,
div.pp_default a.pp_arrow_next {
	background: url(https://gozbi.lyusil.com/wp-content/themes/cookingblog/images/prettyPhoto/default/sprite.png) -31px -3px no-repeat;
	height: 20px;
	margin: 4px 0 0;
	width: 20px
}

div.pp_default a.pp_arrow_next {
	background-position: -82px -3px;
	left: 52px
}

div.pp_default .pp_content_container .pp_details {
	margin-top: 5px
}

div.pp_default .pp_nav {
	clear: none;
	height: 30px;
	position: relative;
	width: 110px
}

div.pp_default .pp_nav .currentTextHolder {
	color: #999;
	font-family: Georgia;
	font-size: 11px;
	font-style: italic;
	left: 75px;
	line-height: 25px;
	margin: 0;
	padding: 0 0 0 10px;
	position: absolute;
	top: 2px
}

div.pp_default .pp_close:hover,
div.pp_default .pp_nav .pp_play:hover,
div.pp_default .pp_nav .pp_pause:hover,
div.pp_default .pp_arrow_next:hover,
div.pp_default .pp_arrow_previous:hover {
	opacity: 0.7
}

div.pp_default .pp_description {
	font-size: 11px;
	font-weight: 700;
	line-height: 14px;
	margin: 5px 50px 5px 0
}

div.pp_default .pp_bottom .pp_left {
	background: url(https://gozbi.lyusil.com/wp-content/themes/cookingblog/images/prettyPhoto/default/sprite.png) -78px -127px no-repeat
}

div.pp_default .pp_bottom .pp_middle {
	background: url(https://gozbi.lyusil.com/wp-content/themes/cookingblog/images/prettyPhoto/default/sprite_x.png) bottom left repeat-x
}

div.pp_default .pp_bottom .pp_right {
	background: url(https://gozbi.lyusil.com/wp-content/themes/cookingblog/images/prettyPhoto/default/sprite.png) -112px -127px no-repeat
}

div.pp_default .pp_loaderIcon {
	background: url(https://gozbi.lyusil.com/wp-content/themes/cookingblog/images/prettyPhoto/default/loader.gif) center center no-repeat
}

div.light_rounded .pp_top .pp_left {
	background: url(https://gozbi.lyusil.com/wp-content/themes/cookingblog/images/prettyPhoto/light_rounded/sprite.png) -88px -53px no-repeat
}

div.light_rounded .pp_top .pp_right {
	background: url(https://gozbi.lyusil.com/wp-content/themes/cookingblog/images/prettyPhoto/light_rounded/sprite.png) -110px -53px no-repeat
}

div.light_rounded .pp_next:hover {
	background: url(https://gozbi.lyusil.com/wp-content/themes/cookingblog/images/prettyPhoto/light_rounded/btnNext.png) center right no-repeat;
	cursor: pointer
}

div.light_rounded .pp_previous:hover {
	background: url(https://gozbi.lyusil.com/wp-content/themes/cookingblog/images/prettyPhoto/light_rounded/btnPrevious.png) center left no-repeat;
	cursor: pointer
}

div.light_rounded .pp_expand {
	background: url(https://gozbi.lyusil.com/wp-content/themes/cookingblog/images/prettyPhoto/light_rounded/sprite.png) -31px -26px no-repeat;
	cursor: pointer
}

div.light_rounded .pp_expand:hover {
	background: url(https://gozbi.lyusil.com/wp-content/themes/cookingblog/images/prettyPhoto/light_rounded/sprite.png) -31px -47px no-repeat;
	cursor: pointer
}

div.light_rounded .pp_contract {
	background: url(https://gozbi.lyusil.com/wp-content/themes/cookingblog/images/prettyPhoto/light_rounded/sprite.png) 0 -26px no-repeat;
	cursor: pointer
}

div.light_rounded .pp_contract:hover {
	background: url(https://gozbi.lyusil.com/wp-content/themes/cookingblog/images/prettyPhoto/light_rounded/sprite.png) 0 -47px no-repeat;
	cursor: pointer
}

div.light_rounded .pp_close {
	background: url(https://gozbi.lyusil.com/wp-content/themes/cookingblog/images/prettyPhoto/light_rounded/sprite.png) -1px -1px no-repeat;
	cursor: pointer;
	height: 22px;
	width: 75px
}

div.light_rounded .pp_nav .pp_play {
	background: url(https://gozbi.lyusil.com/wp-content/themes/cookingblog/images/prettyPhoto/light_rounded/sprite.png) -1px -100px no-repeat;
	height: 15px;
	width: 14px
}

div.light_rounded .pp_nav .pp_pause {
	background: url(https://gozbi.lyusil.com/wp-content/themes/cookingblog/images/prettyPhoto/light_rounded/sprite.png) -24px -100px no-repeat;
	height: 15px;
	width: 14px
}

div.light_rounded .pp_arrow_previous {
	background: url(https://gozbi.lyusil.com/wp-content/themes/cookingblog/images/prettyPhoto/light_rounded/sprite.png) 0 -71px no-repeat
}

div.light_rounded .pp_arrow_next {
	background: url(https://gozbi.lyusil.com/wp-content/themes/cookingblog/images/prettyPhoto/light_rounded/sprite.png) -22px -71px no-repeat
}

div.light_rounded .pp_bottom .pp_left {
	background: url(https://gozbi.lyusil.com/wp-content/themes/cookingblog/images/prettyPhoto/light_rounded/sprite.png) -88px -80px no-repeat
}

div.light_rounded .pp_bottom .pp_right {
	background: url(https://gozbi.lyusil.com/wp-content/themes/cookingblog/images/prettyPhoto/light_rounded/sprite.png) -110px -80px no-repeat
}

div.dark_rounded .pp_top .pp_left {
	background: url(https://gozbi.lyusil.com/wp-content/themes/cookingblog/images/prettyPhoto/dark_rounded/sprite.png) -88px -53px no-repeat
}

div.dark_rounded .pp_top .pp_right {
	background: url(https://gozbi.lyusil.com/wp-content/themes/cookingblog/images/prettyPhoto/dark_rounded/sprite.png) -110px -53px no-repeat
}

div.dark_rounded .pp_content_container .pp_left {
	background: url(https://gozbi.lyusil.com/wp-content/themes/cookingblog/images/prettyPhoto/dark_rounded/contentPattern.png) top left repeat-y
}

div.dark_rounded .pp_content_container .pp_right {
	background: url(https://gozbi.lyusil.com/wp-content/themes/cookingblog/images/prettyPhoto/dark_rounded/contentPattern.png) top right repeat-y
}

div.dark_rounded .pp_next:hover {
	background: url(https://gozbi.lyusil.com/wp-content/themes/cookingblog/images/prettyPhoto/dark_rounded/btnNext.png) center right no-repeat;
	cursor: pointer
}

div.dark_rounded .pp_previous:hover {
	background: url(https://gozbi.lyusil.com/wp-content/themes/cookingblog/images/prettyPhoto/dark_rounded/btnPrevious.png) center left no-repeat;
	cursor: pointer
}

div.dark_rounded .pp_expand {
	background: url(https://gozbi.lyusil.com/wp-content/themes/cookingblog/images/prettyPhoto/dark_rounded/sprite.png) -31px -26px no-repeat;
	cursor: pointer
}

div.dark_rounded .pp_expand:hover {
	background: url(https://gozbi.lyusil.com/wp-content/themes/cookingblog/images/prettyPhoto/dark_rounded/sprite.png) -31px -47px no-repeat;
	cursor: pointer
}

div.dark_rounded .pp_contract {
	background: url(https://gozbi.lyusil.com/wp-content/themes/cookingblog/images/prettyPhoto/dark_rounded/sprite.png) 0 -26px no-repeat;
	cursor: pointer
}

div.dark_rounded .pp_contract:hover {
	background: url(https://gozbi.lyusil.com/wp-content/themes/cookingblog/images/prettyPhoto/dark_rounded/sprite.png) 0 -47px no-repeat;
	cursor: pointer
}

div.dark_rounded .pp_close {
	background: url(https://gozbi.lyusil.com/wp-content/themes/cookingblog/images/prettyPhoto/dark_rounded/sprite.png) -1px -1px no-repeat;
	cursor: pointer;
	height: 22px;
	width: 75px
}

div.dark_rounded .pp_description {
	color: #fff;
	margin-right: 85px
}

div.dark_rounded .pp_nav .pp_play {
	background: url(https://gozbi.lyusil.com/wp-content/themes/cookingblog/images/prettyPhoto/dark_rounded/sprite.png) -1px -100px no-repeat;
	height: 15px;
	width: 14px
}

div.dark_rounded .pp_nav .pp_pause {
	background: url(https://gozbi.lyusil.com/wp-content/themes/cookingblog/images/prettyPhoto/dark_rounded/sprite.png) -24px -100px no-repeat;
	height: 15px;
	width: 14px
}

div.dark_rounded .pp_arrow_previous {
	background: url(https://gozbi.lyusil.com/wp-content/themes/cookingblog/images/prettyPhoto/dark_rounded/sprite.png) 0 -71px no-repeat
}

div.dark_rounded .pp_arrow_next {
	background: url(https://gozbi.lyusil.com/wp-content/themes/cookingblog/images/prettyPhoto/dark_rounded/sprite.png) -22px -71px no-repeat
}

div.dark_rounded .pp_bottom .pp_left {
	background: url(https://gozbi.lyusil.com/wp-content/themes/cookingblog/images/prettyPhoto/dark_rounded/sprite.png) -88px -80px no-repeat
}

div.dark_rounded .pp_bottom .pp_right {
	background: url(https://gozbi.lyusil.com/wp-content/themes/cookingblog/images/prettyPhoto/dark_rounded/sprite.png) -110px -80px no-repeat
}

div.dark_rounded .pp_loaderIcon {
	background: url(https://gozbi.lyusil.com/wp-content/themes/cookingblog/images/prettyPhoto/dark_rounded/loader.gif) center center no-repeat
}

div.dark_square .pp_left,
div.dark_square .pp_middle,
div.dark_square .pp_right,
div.dark_square .pp_content {
	background: #000
}

div.dark_square .pp_description {
	color: #fff;
	margin: 0 85px 0 0
}

div.dark_square .pp_loaderIcon {
	background: url(https://gozbi.lyusil.com/wp-content/themes/cookingblog/images/prettyPhoto/dark_square/loader.gif) center center no-repeat
}

div.dark_square .pp_expand {
	background: url(https://gozbi.lyusil.com/wp-content/themes/cookingblog/images/prettyPhoto/dark_square/sprite.png) -31px -26px no-repeat;
	cursor: pointer
}

div.dark_square .pp_expand:hover {
	background: url(https://gozbi.lyusil.com/wp-content/themes/cookingblog/images/prettyPhoto/dark_square/sprite.png) -31px -47px no-repeat;
	cursor: pointer
}

div.dark_square .pp_contract {
	background: url(https://gozbi.lyusil.com/wp-content/themes/cookingblog/images/prettyPhoto/dark_square/sprite.png) 0 -26px no-repeat;
	cursor: pointer
}

div.dark_square .pp_contract:hover {
	background: url(https://gozbi.lyusil.com/wp-content/themes/cookingblog/images/prettyPhoto/dark_square/sprite.png) 0 -47px no-repeat;
	cursor: pointer
}

div.dark_square .pp_close {
	background: url(https://gozbi.lyusil.com/wp-content/themes/cookingblog/images/prettyPhoto/dark_square/sprite.png) -1px -1px no-repeat;
	cursor: pointer;
	height: 22px;
	width: 75px
}

div.dark_square .pp_nav {
	clear: none
}

div.dark_square .pp_nav .pp_play {
	background: url(https://gozbi.lyusil.com/wp-content/themes/cookingblog/images/prettyPhoto/dark_square/sprite.png) -1px -100px no-repeat;
	height: 15px;
	width: 14px
}

div.dark_square .pp_nav .pp_pause {
	background: url(https://gozbi.lyusil.com/wp-content/themes/cookingblog/images/prettyPhoto/dark_square/sprite.png) -24px -100px no-repeat;
	height: 15px;
	width: 14px
}

div.dark_square .pp_arrow_previous {
	background: url(https://gozbi.lyusil.com/wp-content/themes/cookingblog/images/prettyPhoto/dark_square/sprite.png) 0 -71px no-repeat
}

div.dark_square .pp_arrow_next {
	background: url(https://gozbi.lyusil.com/wp-content/themes/cookingblog/images/prettyPhoto/dark_square/sprite.png) -22px -71px no-repeat
}

div.dark_square .pp_next:hover {
	background: url(https://gozbi.lyusil.com/wp-content/themes/cookingblog/images/prettyPhoto/dark_square/btnNext.png) center right no-repeat;
	cursor: pointer
}

div.dark_square .pp_previous:hover {
	background: url(https://gozbi.lyusil.com/wp-content/themes/cookingblog/images/prettyPhoto/dark_square/btnPrevious.png) center left no-repeat;
	cursor: pointer
}

div.light_square .pp_expand {
	background: url(https://gozbi.lyusil.com/wp-content/themes/cookingblog/images/prettyPhoto/light_square/sprite.png) -31px -26px no-repeat;
	cursor: pointer
}

div.light_square .pp_expand:hover {
	background: url(https://gozbi.lyusil.com/wp-content/themes/cookingblog/images/prettyPhoto/light_square/sprite.png) -31px -47px no-repeat;
	cursor: pointer
}

div.light_square .pp_contract {
	background: url(https://gozbi.lyusil.com/wp-content/themes/cookingblog/images/prettyPhoto/light_square/sprite.png) 0 -26px no-repeat;
	cursor: pointer
}

div.light_square .pp_contract:hover {
	background: url(https://gozbi.lyusil.com/wp-content/themes/cookingblog/images/prettyPhoto/light_square/sprite.png) 0 -47px no-repeat;
	cursor: pointer
}

div.light_square .pp_close {
	background: url(https://gozbi.lyusil.com/wp-content/themes/cookingblog/images/prettyPhoto/light_square/sprite.png) -1px -1px no-repeat;
	cursor: pointer;
	height: 22px;
	width: 75px
}

div.light_square .pp_nav .pp_play {
	background: url(https://gozbi.lyusil.com/wp-content/themes/cookingblog/images/prettyPhoto/light_square/sprite.png) -1px -100px no-repeat;
	height: 15px;
	width: 14px
}

div.light_square .pp_nav .pp_pause {
	background: url(https://gozbi.lyusil.com/wp-content/themes/cookingblog/images/prettyPhoto/light_square/sprite.png) -24px -100px no-repeat;
	height: 15px;
	width: 14px
}

div.light_square .pp_arrow_previous {
	background: url(https://gozbi.lyusil.com/wp-content/themes/cookingblog/images/prettyPhoto/light_square/sprite.png) 0 -71px no-repeat
}

div.light_square .pp_arrow_next {
	background: url(https://gozbi.lyusil.com/wp-content/themes/cookingblog/images/prettyPhoto/light_square/sprite.png) -22px -71px no-repeat
}

div.light_square .pp_next:hover {
	background: url(https://gozbi.lyusil.com/wp-content/themes/cookingblog/images/prettyPhoto/light_square/btnNext.png) center right no-repeat;
	cursor: pointer
}

div.light_square .pp_previous:hover {
	background: url(https://gozbi.lyusil.com/wp-content/themes/cookingblog/images/prettyPhoto/light_square/btnPrevious.png) center left no-repeat;
	cursor: pointer
}

div.facebook .pp_top .pp_left {
	background: url(https://gozbi.lyusil.com/wp-content/themes/cookingblog/images/prettyPhoto/facebook/sprite.png) -88px -53px no-repeat
}

div.facebook .pp_top .pp_middle {
	background: url(https://gozbi.lyusil.com/wp-content/themes/cookingblog/images/prettyPhoto/facebook/contentPatternTop.png) top left repeat-x
}

div.facebook .pp_top .pp_right {
	background: url(https://gozbi.lyusil.com/wp-content/themes/cookingblog/images/prettyPhoto/facebook/sprite.png) -110px -53px no-repeat
}

div.facebook .pp_content_container .pp_left {
	background: url(https://gozbi.lyusil.com/wp-content/themes/cookingblog/images/prettyPhoto/facebook/contentPatternLeft.png) top left repeat-y
}

div.facebook .pp_content_container .pp_right {
	background: url(https://gozbi.lyusil.com/wp-content/themes/cookingblog/images/prettyPhoto/facebook/contentPatternRight.png) top right repeat-y
}

div.facebook .pp_expand {
	background: url(https://gozbi.lyusil.com/wp-content/themes/cookingblog/images/prettyPhoto/facebook/sprite.png) -31px -26px no-repeat;
	cursor: pointer
}

div.facebook .pp_expand:hover {
	background: url(https://gozbi.lyusil.com/wp-content/themes/cookingblog/images/prettyPhoto/facebook/sprite.png) -31px -47px no-repeat;
	cursor: pointer
}

div.facebook .pp_contract {
	background: url(https://gozbi.lyusil.com/wp-content/themes/cookingblog/images/prettyPhoto/facebook/sprite.png) 0 -26px no-repeat;
	cursor: pointer
}

div.facebook .pp_contract:hover {
	background: url(https://gozbi.lyusil.com/wp-content/themes/cookingblog/images/prettyPhoto/facebook/sprite.png) 0 -47px no-repeat;
	cursor: pointer
}

div.facebook .pp_close {
	background: url(https://gozbi.lyusil.com/wp-content/themes/cookingblog/images/prettyPhoto/facebook/sprite.png) -1px -1px no-repeat;
	cursor: pointer;
	height: 22px;
	width: 22px
}

div.facebook .pp_description {
	margin: 0 37px 0 0
}

div.facebook .pp_loaderIcon {
	background: url(https://gozbi.lyusil.com/wp-content/themes/cookingblog/images/prettyPhoto/facebook/loader.gif) center center no-repeat
}

div.facebook .pp_arrow_previous {
	background: url(https://gozbi.lyusil.com/wp-content/themes/cookingblog/images/prettyPhoto/facebook/sprite.png) 0 -71px no-repeat;
	height: 22px;
	margin-top: 0;
	width: 22px
}

div.facebook .pp_arrow_previous.disabled {
	background-position: 0 -96px;
	cursor: default
}

div.facebook .pp_arrow_next {
	background: url(https://gozbi.lyusil.com/wp-content/themes/cookingblog/images/prettyPhoto/facebook/sprite.png) -32px -71px no-repeat;
	height: 22px;
	margin-top: 0;
	width: 22px
}

div.facebook .pp_arrow_next.disabled {
	background-position: -32px -96px;
	cursor: default
}

div.facebook .pp_nav {
	margin-top: 0
}

div.facebook .pp_nav p {
	font-size: 15px;
	padding: 0 3px 0 4px
}

div.facebook .pp_nav .pp_play {
	background: url(https://gozbi.lyusil.com/wp-content/themes/cookingblog/images/prettyPhoto/facebook/sprite.png) -1px -123px no-repeat;
	height: 22px;
	width: 22px
}

div.facebook .pp_nav .pp_pause {
	background: url(https://gozbi.lyusil.com/wp-content/themes/cookingblog/images/prettyPhoto/facebook/sprite.png) -32px -123px no-repeat;
	height: 22px;
	width: 22px
}

div.facebook .pp_next:hover {
	background: url(https://gozbi.lyusil.com/wp-content/themes/cookingblog/images/prettyPhoto/facebook/btnNext.png) center right no-repeat;
	cursor: pointer
}

div.facebook .pp_previous:hover {
	background: url(https://gozbi.lyusil.com/wp-content/themes/cookingblog/images/prettyPhoto/facebook/btnPrevious.png) center left no-repeat;
	cursor: pointer
}

div.facebook .pp_bottom .pp_left {
	background: url(https://gozbi.lyusil.com/wp-content/themes/cookingblog/images/prettyPhoto/facebook/sprite.png) -88px -80px no-repeat
}

div.facebook .pp_bottom .pp_middle {
	background: url(https://gozbi.lyusil.com/wp-content/themes/cookingblog/images/prettyPhoto/facebook/contentPatternBottom.png) top left repeat-x
}

div.facebook .pp_bottom .pp_right {
	background: url(https://gozbi.lyusil.com/wp-content/themes/cookingblog/images/prettyPhoto/facebook/sprite.png) -110px -80px no-repeat
}

div.pp_pic_holder a:focus {
	outline: none
}

div.pp_overlay {
	background: #000;
	display: none;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 9500
}

div.pp_pic_holder {
	display: none;
	position: absolute;
	width: 100px;
	z-index: 10000
}

.pp_content {
	height: 40px;
	min-width: 40px
}

* html .pp_content {
	width: 40px
}

.pp_content_container {
	position: relative;
	text-align: left;
	width: 100%
}

.pp_content_container .pp_left {
	padding-left: 20px
}

.pp_content_container .pp_right {
	padding-right: 20px
}

.pp_content_container .pp_details {
	float: left;
	margin: 10px 0 2px
}

.pp_description {
	display: none;
	margin: 0
}

.pp_social {
	float: left;
	margin: 0
}

.pp_social .facebook {
	float: left;
	margin-left: 5px;
	overflow: hidden;
	width: 55px
}

.pp_social .twitter {
	float: left
}

.pp_nav {
	clear: right;
	float: left;
	margin: 3px 10px 0 0
}

.pp_nav p {
	float: left;
	margin: 2px 4px;
	white-space: nowrap
}

.pp_nav .pp_play,
.pp_nav .pp_pause {
	float: left;
	margin-right: 4px;
	text-indent: -10000px
}

a.pp_arrow_previous,
a.pp_arrow_next {
	display: block;
	float: left;
	height: 15px;
	margin-top: 3px;
	overflow: hidden;
	text-indent: -10000px;
	width: 14px
}

.pp_hoverContainer {
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 2000
}

.pp_gallery {
	display: none;
	left: 50%;
	margin-top: -50px;
	position: absolute;
	z-index: 10000
}

.pp_gallery div {
	float: left;
	overflow: hidden;
	position: relative
}

.pp_gallery ul {
	float: left;
	height: 35px;
	margin: 0 0 0 5px;
	padding: 0;
	position: relative;
	white-space: nowrap
}

.pp_gallery ul a {
	border: 1px rgba(0, 0, 0, 0.5) solid;
	display: block;
	float: left;
	height: 33px;
	overflow: hidden
}

.pp_gallery ul a img {
	border: 0
}

.pp_gallery li {
	display: block;
	float: left;
	margin: 0 5px 0 0;
	padding: 0
}

.pp_gallery li.default a {
	background: url(https://gozbi.lyusil.com/wp-content/themes/cookingblog/images/prettyPhoto/facebook/default_thumbnail.gif) 0 0 no-repeat;
	display: block;
	height: 33px;
	width: 50px
}

.pp_gallery .pp_arrow_previous,
.pp_gallery .pp_arrow_next {
	margin-top: 7px!important
}

a.pp_next {
	background: url(https://gozbi.lyusil.com/wp-content/themes/cookingblog/images/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;
	display: block;
	float: right;
	height: 100%;
	text-indent: -10000px;
	width: 49%
}

a.pp_previous {
	background: url(https://gozbi.lyusil.com/wp-content/themes/cookingblog/images/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;
	display: block;
	float: left;
	height: 100%;
	text-indent: -10000px;
	width: 49%
}

a.pp_expand,
a.pp_contract {
	cursor: pointer;
	display: none;
	height: 20px;
	position: absolute;
	right: 30px;
	text-indent: -10000px;
	top: 10px;
	width: 20px;
	z-index: 20000
}

a.pp_close {
	display: block;
	line-height: 22px;
	position: absolute;
	right: 0;
	text-indent: -10000px;
	top: 0
}

.pp_loaderIcon {
	display: block;
	height: 24px;
	left: 50%;
	margin: -12px 0 0 -12px;
	position: absolute;
	top: 50%;
	width: 24px
}

#pp_full_res {
	line-height: 1!important
}

#pp_full_res .pp_inline {
	text-align: left
}

#pp_full_res .pp_inline p {
	margin: 0 0 15px
}

div.ppt {
	color: #fff;
	display: none;
	font-size: 17px;
	margin: 0 0 5px 15px;
	z-index: 9999
}

div.pp_default .pp_content,
div.light_rounded .pp_content {
	background-color: #fff
}

div.pp_default #pp_full_res .pp_inline,
div.light_rounded .pp_content .ppt,
div.light_rounded #pp_full_res .pp_inline,
div.light_square .pp_content .ppt,
div.light_square #pp_full_res .pp_inline,
div.facebook .pp_content .ppt,
div.facebook #pp_full_res .pp_inline {
	color: #000
}

div.pp_default .pp_gallery ul li a:hover,
div.pp_default .pp_gallery ul li.selected a,
.pp_gallery ul a:hover,
.pp_gallery li.selected a {
	border-color: #fff
}

div.pp_default .pp_details,
div.light_rounded .pp_details,
div.dark_rounded .pp_details,
div.dark_square .pp_details,
div.light_square .pp_details,
div.facebook .pp_details {
	position: relative
}

div.light_rounded .pp_top .pp_middle,
div.light_rounded .pp_content_container .pp_left,
div.light_rounded .pp_content_container .pp_right,
div.light_rounded .pp_bottom .pp_middle,
div.light_square .pp_left,
div.light_square .pp_middle,
div.light_square .pp_right,
div.light_square .pp_content,
div.facebook .pp_content {
	background: #fff
}

div.light_rounded .pp_description,
div.light_square .pp_description {
	margin-right: 85px
}

div.light_rounded .pp_gallery a.pp_arrow_previous,
div.light_rounded .pp_gallery a.pp_arrow_next,
div.dark_rounded .pp_gallery a.pp_arrow_previous,
div.dark_rounded .pp_gallery a.pp_arrow_next,
div.dark_square .pp_gallery a.pp_arrow_previous,
div.dark_square .pp_gallery a.pp_arrow_next,
div.light_square .pp_gallery a.pp_arrow_previous,
div.light_square .pp_gallery a.pp_arrow_next {
	margin-top: 12px!important
}

div.light_rounded .pp_arrow_previous.disabled,
div.dark_rounded .pp_arrow_previous.disabled,
div.dark_square .pp_arrow_previous.disabled,
div.light_square .pp_arrow_previous.disabled {
	background-position: 0 -87px;
	cursor: default
}

div.light_rounded .pp_arrow_next.disabled,
div.dark_rounded .pp_arrow_next.disabled,
div.dark_square .pp_arrow_next.disabled,
div.light_square .pp_arrow_next.disabled {
	background-position: -22px -87px;
	cursor: default
}

div.light_rounded .pp_loaderIcon,
div.light_square .pp_loaderIcon {
	background: url(https://gozbi.lyusil.com/wp-content/themes/cookingblog/images/prettyPhoto/light_rounded/loader.gif) center center no-repeat
}

div.dark_rounded .pp_top .pp_middle,
div.dark_rounded .pp_content,
div.dark_rounded .pp_bottom .pp_middle {
	background: url(https://gozbi.lyusil.com/wp-content/themes/cookingblog/images/prettyPhoto/dark_rounded/contentPattern.png) top left repeat
}

div.dark_rounded .currentTextHolder,
div.dark_square .currentTextHolder {
	color: #c4c4c4
}

div.dark_rounded #pp_full_res .pp_inline,
div.dark_square #pp_full_res .pp_inline {
	color: #fff
}

.pp_top,
.pp_bottom {
	height: 20px;
	position: relative
}

* html .pp_top,
* html .pp_bottom {
	padding: 0 20px
}

.pp_top .pp_left,
.pp_bottom .pp_left {
	height: 20px;
	left: 0;
	position: absolute;
	width: 20px
}

.pp_top .pp_middle,
.pp_bottom .pp_middle {
	height: 20px;
	left: 20px;
	position: absolute;
	right: 20px
}

* html .pp_top .pp_middle,
* html .pp_bottom .pp_middle {
	left: 0;
	position: static
}

.pp_top .pp_right,
.pp_bottom .pp_right {
	height: 20px;
	left: auto;
	position: absolute;
	right: 0;
	top: 0;
	width: 20px
}

.pp_fade,
.pp_gallery li.default a img {
	display: none
}


/* photoSwipe*/


/*! PhotoSwipe main CSS by Dmitry Semenov | photoswipe.com | MIT license */


/*
    Styles for basic PhotoSwipe functionality (sliding area, open/close transitions)
*/


/* pswp = photoswipe */

.pswp {
	display: none;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	overflow: hidden;
	-ms-touch-action: none;
	touch-action: none;
	z-index: 1500;
	-webkit-text-size-adjust: 100%;
	/* create separate layer, to avoid paint on window.onscroll in webkit/blink */
	-webkit-backface-visibility: hidden;
	outline: none;
}

.pswp * {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.pswp img {
	max-width: none;
}


/* style is added when JS option showHideOpacity is set to true */

.pswp--animate_opacity {
	/* 0.001, because opacity:0 doesn't trigger Paint action, which causes lag at start of transition */
	opacity: 0.001;
	will-change: opacity;
	/* for open/close transition */
	-webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
	transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

.pswp--open {
	display: block;
}

.pswp--zoom-allowed .pswp__img {
	/* autoprefixer: off */
	cursor: -webkit-zoom-in;
	cursor: -moz-zoom-in;
	cursor: zoom-in;
}

.pswp--zoomed-in .pswp__img {
	/* autoprefixer: off */
	cursor: -webkit-grab;
	cursor: -moz-grab;
	cursor: grab;
}

.pswp--dragging .pswp__img {
	/* autoprefixer: off */
	cursor: -webkit-grabbing;
	cursor: -moz-grabbing;
	cursor: grabbing;
}


/*
    Background is added as a separate element.
    As animating opacity is much faster than animating rgba() background-color.
*/

.pswp__bg {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0;
	-webkit-backface-visibility: hidden;
	will-change: opacity;
}

.pswp__scroll-wrap {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.pswp__container,
.pswp__zoom-wrap {
	-ms-touch-action: none;
	touch-action: none;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}


/* Prevent selection and tap highlights */

.pswp__container,
.pswp__img {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: transparent;
	-webkit-touch-callout: none;
}

.pswp__zoom-wrap {
	position: absolute;
	width: 100%;
	-webkit-transform-origin: left top;
	-ms-transform-origin: left top;
	transform-origin: left top;
	/* for open/close transition */
	-webkit-transition: -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
	transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

.pswp__bg {
	will-change: opacity;
	/* for open/close transition */
	-webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
	transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

.pswp--animated-in .pswp__bg,
.pswp--animated-in .pswp__zoom-wrap {
	-webkit-transition: none;
	transition: none;
}

.pswp__container,
.pswp__zoom-wrap {
	-webkit-backface-visibility: hidden;
}

.pswp__item {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	overflow: hidden;
}

.pswp__img {
	position: absolute;
	width: auto;
	height: auto;
	top: 0;
	left: 0;
}


/*
    stretched thumbnail or div placeholder element (see below)
    style is added to avoid flickering in webkit/blink when layers overlap
*/

.pswp__img--placeholder {
	-webkit-backface-visibility: hidden;
}


/*
    div element that matches size of large image
    large image loads on top of it
*/

.pswp__img--placeholder--blank {
	background: #222;
}

.pswp--ie .pswp__img {
	width: 100% !important;
	height: auto !important;
	left: 0;
	top: 0;
}


/*
    Error message appears when image is not loaded
    (JS option errorMsg controls markup)
*/

.pswp__error-msg {
	position: absolute;
	left: 0;
	top: 50%;
	width: 100%;
	text-align: center;
	font-size: 14px;
	line-height: 16px;
	margin-top: -8px;
	color: #CCC;
}

.pswp__error-msg a {
	color: #CCC;
	text-decoration: underline;
}

.demo-gallery__img--main> img {
	float: left;
	margin-left: 5px;
	margin-bottom: 5px;
	width: 32%;
	height: 160px;
}

.demo-gallery__img--main figure {
	display: none;
}

.demo-gallery {
	float: left;
	margin: 0 0 0 25px;
	width: 96%;
}

@media only screen and (max-width: 767px) {
	.demo-gallery__img--main> img {
		width: 45%;
		height: 200px;
	}
}

@media only screen and (max-width: 560px) {
	.demo-gallery__img--main> img {
		height: 140px;
	}
}


/* Sharrre */

.share-post {
	display: block
}

.share-post.invisible {
	display: none
}

.share-post.stick {
	position: fixed;
	top: 30px !important;
	right: 0;
	margin: 0
}

.sharrre {
	display: block;
	vertical-align: top;
	cursor: pointer;
	width: 40px;
	height: 40px
}

.sharrre .box {
	display: block;
	font-size: 18px;
	line-height: 40px;
	color: #fff;
	width: 40px;
	height: 40px;
	text-align: center;
	padding: 0
}

.twitter .box {
	background-color: #1ba6ff;
	border-radius: 3px 0 0 0
}

.facebook .box {
	background-color: #1164bb
}

.googlePlus .box {
	background-color: #e92b22
}

.pinterest .box {
	background-color: #c92228;
	border-radius: 0 0 0 3px
}

.linkedin .box {
	background-color: #0086c8;
	border-radius: 0 0 0 3px
}

.twitter .box:hover {
	background-color: #46acff
}

.facebook .box:hover {
	background-color: #3d76c0
}

.googlePlus .box:hover {
	background-color: #e74847
}

.linkedin .box:hover {
	background-color: #3592cc
}

.pinterest .box:hover {
	background-color: #d92228
}

.sharrre .box i.fa {
	font-size: 18px;
	line-height: 40px;
	border: 0 solid;
	border-radius: 0;
	padding: 0;
	color: #fff;
	width: 40px;
	height: 40px;
}

.share-post-mobile {
	display: block;
	text-align: center;
	position: fixed;
	bottom: 10px;
	left: 15px;
	right: 15px;
	z-index: 20
}

@media(min-width:830px) {
	.share-post-mobile {
		display: none
	}
}

.share-post-mobile .sharrre {
	float: left;
	width: 25%;
	height: 34px;
	line-height: 34px;
	margin: 0
}

.share-post-mobile .sharrre .box {
	width: 100%;
	height: 34px;
	line-height: 34px
}

.share-post-mobile .twitter .box {
	border-radius: 3px 0 0 3px
}

.share-post-mobile .linkedin .box {
	border-radius: 0 3px 3px 0
}

.share-post-mobile .sharrre .box i {
	line-height: 34px
}

.share-post-bottom .sharrre {
	display: inline-block;
	margin: 0 6px 6px 0
}

.share-post-bottom .sharrre,
.share-post-bottom .sharrre .box {
	width: auto;
	height: 35px;
	line-height: 35px
}

.share-post-bottom .sharrre .box {
	border-radius: 3px
}

.share-post-bottom .sharrre .box .share {
	display: inline-block;
	padding: 0 10px
}

.share-post-bottom .sharrre .box i {
	font-size: 20px;
	line-height: 34px;
	vertical-align: top
}

.share-post-bottom .sharrre .box i.fa-facebook {
	font-size: 29px;
	line-height: 35px;
	vertical-align: bottom;
	margin: 5px 0 0
}

.share-post-bottom .sharrre .box i.fa-linkedin {
	line-height: 31px
}

.share-post-bottom .sharrre .box i.fa-google {
	line-height: 36px
}

.share-text {
	display: inline-block;
	font-size: 17px;
	line-height: 35px;
	color: #fff;
	font-family: 'PT Sans', sans-serif;
	font-weight: 700;
	padding: 0 0 0 4px;
	vertical-align: top
}


/*! PhotoSwipe Default UI CSS by Dmitry Semenov | photoswipe.com | MIT license */


/*

    Contents:

    1. Buttons
    2. Share modal and links
    3. Index indicator ("1 of X" counter)
    4. Caption
    5. Loading indicator
    6. Additional styles (root element, top bar, idle state, hidden state, etc.)

*/


/*
    
    1. Buttons

 */


/* <button> css reset */

.pswp__button {
	width: 44px;
	height: 44px;
	position: relative;
	background: none;
	cursor: pointer;
	overflow: visible;
	-webkit-appearance: none;
	display: block;
	border: 0;
	padding: 0;
	margin: 0;
	float: right;
	opacity: 0.75;
	-webkit-transition: opacity 0.2s;
	transition: opacity 0.2s;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.pswp__button:focus,
.pswp__button:hover {
	opacity: 1;
}

.pswp__button:active {
	outline: none;
	opacity: 0.9;
}

.pswp__button::-moz-focus-inner {
	padding: 0;
	border: 0;
}


/* pswp__ui--over-close class it added when mouse is over element that should close gallery */

.pswp__ui--over-close .pswp__button--close {
	opacity: 1;
}

.pswp__button,
.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
	background: url(https://gozbi.lyusil.com/wp-content/themes/cookingblog/default-skin.png) 0 0 no-repeat;
	background-size: 264px 88px;
	width: 44px;
	height: 44px;
}

@media (-webkit-min-device-pixel-ratio: 1.1),
(-webkit-min-device-pixel-ratio: 1.09375),
(min-resolution: 105dpi),
(min-resolution: 1.1dppx) {
	/* Serve SVG sprite if browser supports SVG and resolution is more than 105dpi */
	.pswp--svg .pswp__button,
	.pswp--svg .pswp__button--arrow--left:before,
	.pswp--svg .pswp__button--arrow--right:before {
		background-image: url(https://gozbi.lyusil.com/wp-content/themes/cookingblog/default-skin.svg);
	}
	.pswp--svg .pswp__button--arrow--left,
	.pswp--svg .pswp__button--arrow--right {
		background: none;
	}
}

.pswp__button--close {
	background-position: 0 -44px;
}

.pswp__button--share {
	background-position: -44px -44px;
}

.pswp__button--fs {
	display: none;
}

.pswp--supports-fs .pswp__button--fs {
	display: block;
}

.pswp--fs .pswp__button--fs {
	background-position: -44px 0;
}

.pswp__button--zoom {
	display: none;
	background-position: -88px 0;
}

.pswp--zoom-allowed .pswp__button--zoom {
	display: block;
}

.pswp--zoomed-in .pswp__button--zoom {
	background-position: -132px 0;
}


/* no arrows on touch screens */

.pswp--touch .pswp__button--arrow--left,
.pswp--touch .pswp__button--arrow--right {
	visibility: hidden;
}


/*
    Arrow buttons hit area
    (icon is added to :before pseudo-element)
*/

.pswp__button--arrow--left,
.pswp__button--arrow--right {
	background: none;
	top: 50%;
	margin-top: -50px;
	width: 70px;
	height: 100px;
	position: absolute;
}

.pswp__button--arrow--left {
	left: 0;
}

.pswp__button--arrow--right {
	right: 0;
}

.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
	content: '';
	top: 35px;
	background-color: rgba(0, 0, 0, 0.3);
	height: 30px;
	width: 32px;
	position: absolute;
}

.pswp__button--arrow--left:before {
	left: 6px;
	background-position: -138px -44px;
}

.pswp__button--arrow--right:before {
	right: 6px;
	background-position: -94px -44px;
}


/*

    2. Share modal/popup and links

 */

.pswp__counter,
.pswp__share-modal {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.pswp__share-modal {
	display: block;
	background: rgba(0, 0, 0, 0.5);
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	padding: 10px;
	position: absolute;
	z-index: 1600;
	opacity: 0;
	-webkit-transition: opacity 0.25s ease-out;
	transition: opacity 0.25s ease-out;
	-webkit-backface-visibility: hidden;
	will-change: opacity;
}

.pswp__share-modal--hidden {
	display: none;
}

.pswp__share-tooltip {
	z-index: 1620;
	position: absolute;
	background: #FFF;
	top: 56px;
	border-radius: 2px;
	display: block;
	width: auto;
	right: 44px;
	-webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
	-webkit-transform: translateY(6px);
	-ms-transform: translateY(6px);
	transform: translateY(6px);
	-webkit-transition: -webkit-transform 0.25s;
	transition: transform 0.25s;
	-webkit-backface-visibility: hidden;
	will-change: transform;
}

.pswp__share-tooltip a {
	display: block;
	padding: 8px 12px;
	color: #000;
	text-decoration: none;
	font-size: 14px;
	line-height: 18px;
}

.pswp__share-tooltip a:hover {
	text-decoration: none;
	color: #000;
}

.pswp__share-tooltip a:first-child {
	/* round corners on the first/last list item */
	border-radius: 2px 2px 0 0;
}

.pswp__share-tooltip a:last-child {
	border-radius: 0 0 2px 2px;
}

.pswp__share-modal--fade-in {
	opacity: 1;
}

.pswp__share-modal--fade-in .pswp__share-tooltip {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}


/* increase size of share links on touch devices */

.pswp--touch .pswp__share-tooltip a {
	padding: 16px 12px;
}

a.pswp__share--facebook:before {
	content: '';
	display: block;
	width: 0;
	height: 0;
	position: absolute;
	top: -12px;
	right: 15px;
	border: 6px solid transparent;
	border-bottom-color: #FFF;
	-webkit-pointer-events: none;
	-moz-pointer-events: none;
	pointer-events: none;
}

a.pswp__share--facebook:hover {
	background: #3E5C9A;
	color: #FFF;
}

a.pswp__share--facebook:hover:before {
	border-bottom-color: #3E5C9A;
}

a.pswp__share--twitter:hover {
	background: #55ACEE;
	color: #FFF;
}

a.pswp__share--pinterest:hover {
	background: #CCC;
	color: #CE272D;
}

a.pswp__share--download:hover {
	background: #DDD;
}


/*

    3. Index indicator ("1 of X" counter)

 */

.pswp__counter {
	position: absolute;
	left: 0;
	top: 0;
	height: 44px;
	font-size: 13px;
	line-height: 44px;
	color: #FFF;
	opacity: 0.75;
	padding: 0 10px;
}


/*
    
    4. Caption

 */

.pswp__caption {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	min-height: 44px;
}

.pswp__caption small {
	font-size: 11px;
	color: #BBB;
}

.pswp__caption__center {
	text-align: left;
	max-width: 420px;
	margin: 0 auto;
	font-size: 13px;
	padding: 10px;
	line-height: 20px;
	color: #CCC;
}

.pswp__caption--empty {
	display: none;
}


/* Fake caption element, used to calculate height of next/prev image */

.pswp__caption--fake {
	visibility: hidden;
}


/*

    5. Loading indicator (preloader)

    You can play with it here - http://codepen.io/dimsemenov/pen/yyBWoR

 */

.pswp__preloader {
	width: 44px;
	height: 44px;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -22px;
	opacity: 0;
	-webkit-transition: opacity 0.25s ease-out;
	transition: opacity 0.25s ease-out;
	will-change: opacity;
	direction: ltr;
}

.pswp__preloader__icn {
	width: 20px;
	height: 20px;
	margin: 12px;
}

.pswp__preloader--active {
	opacity: 1;
}

.pswp__preloader--active .pswp__preloader__icn {
	/* We use .gif in browsers that don't support CSS animation */
	background: url(https://gozbi.lyusil.com/wp-content/themes/cookingblog/preloader.gif) 0 0 no-repeat;
}

.pswp--css_animation .pswp__preloader--active {
	opacity: 1;
}

.pswp--css_animation .pswp__preloader--active .pswp__preloader__icn {
	-webkit-animation: clockwise 500ms linear infinite;
	animation: clockwise 500ms linear infinite;
}

.pswp--css_animation .pswp__preloader--active .pswp__preloader__donut {
	-webkit-animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite;
	animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite;
}

.pswp--css_animation .pswp__preloader__icn {
	background: none;
	opacity: 0.75;
	width: 14px;
	height: 14px;
	position: absolute;
	left: 15px;
	top: 15px;
	margin: 0;
}

.pswp--css_animation .pswp__preloader__cut {
	/* 
            The idea of animating inner circle is based on Polymer ("material") loading indicator 
             by Keanu Lee https://blog.keanulee.com/2014/10/20/the-tale-of-three-spinners.html
        */
	position: relative;
	width: 7px;
	height: 14px;
	overflow: hidden;
}

.pswp--css_animation .pswp__preloader__donut {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 14px;
	height: 14px;
	border: 2px solid #FFF;
	border-radius: 50%;
	border-left-color: transparent;
	border-bottom-color: transparent;
	position: absolute;
	top: 0;
	left: 0;
	background: none;
	margin: 0;
}

@media screen and (max-width: 1024px) {
	.pswp__preloader {
		position: relative;
		left: auto;
		top: auto;
		margin: 0;
		float: right;
	}
}

@-webkit-keyframes clockwise {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes clockwise {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@-webkit-keyframes donut-rotate {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}
	50% {
		-webkit-transform: rotate(-140deg);
		transform: rotate(-140deg);
	}
	100% {
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}
}

@keyframes donut-rotate {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}
	50% {
		-webkit-transform: rotate(-140deg);
		transform: rotate(-140deg);
	}
	100% {
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}
}


/*
    
    6. Additional styles

 */


/* root element of UI */

.pswp__ui {
	-webkit-font-smoothing: auto;
	visibility: visible;
	opacity: 1;
	z-index: 1550;
}


/* top black bar with buttons and "1 of X" indicator */

.pswp__top-bar {
	position: absolute;
	left: 0;
	top: 0;
	height: 44px;
	width: 100%;
}

.pswp__caption,
.pswp__top-bar,
.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
	-webkit-backface-visibility: hidden;
	will-change: opacity;
	-webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
	transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}


/* pswp--has_mouse class is added only when two subsequent mousemove events occur */

.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
	visibility: visible;
}

.pswp__top-bar,
.pswp__caption {
	background-color: rgba(0, 0, 0, 0.5);
}


/* pswp__ui--fit class is added when main image "fits" between top bar and bottom bar (caption) */

.pswp__ui--fit .pswp__top-bar,
.pswp__ui--fit .pswp__caption {
	background-color: rgba(0, 0, 0, 0.3);
}


/* pswp__ui--idle class is added when mouse isn't moving for several seconds (JS option timeToIdle) */

.pswp__ui--idle .pswp__top-bar {
	opacity: 0;
}

.pswp__ui--idle .pswp__button--arrow--left,
.pswp__ui--idle .pswp__button--arrow--right {
	opacity: 0;
}


/*
    pswp__ui--hidden class is added when controls are hidden
    e.g. when user taps to toggle visibility of controls
*/

.pswp__ui--hidden .pswp__top-bar,
.pswp__ui--hidden .pswp__caption,
.pswp__ui--hidden .pswp__button--arrow--left,
.pswp__ui--hidden .pswp__button--arrow--right {
	/* Force paint & create composition layer for controls. */
	opacity: 0.001;
}


/* pswp__ui--one-slide class is added when there is just one item in gallery */

.pswp__ui--one-slide .pswp__button--arrow--left,
.pswp__ui--one-slide .pswp__button--arrow--right,
.pswp__ui--one-slide .pswp__counter {
	display: none;
}

.pswp__element--disabled {
	display: none !important;
}

.pswp--minimal--dark .pswp__top-bar {
	background: none;
}


/* style.css*/

body {
	margin: 0px auto;
	background-color: #E8E8E8;
	color: rgb(60, 60, 60);
	-webkit-text-size-adjust: 100%;
	/* Stops Mobile Safari from auto-adjusting font-sizes */
}


/*
    General
*/

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "Neucha", 'Times New Roman', 'Trebuchet MS';
	font-weight: normal
}

h6 {
	display: none;
}

a,
a:visited {
	color: #c96;
}

a:hover {
	color: #777
}

#top_header {
	position: fixed;
	top: 0px;
	width: 100%;
}

.tiny {
	background: #fff;
	position: fixed;
	height: 60px;
	z-index: 999;
}


/* cyrillic */

@font-face {
	font-family: 'Bad Script';
	font-style: normal;
	font-weight: 400;
	src: local('Bad Script Regular'), local('BadScript-Regular'), url("https://gozbi.lyusil.com/wp-content/themes/cookingblog/css/xvnrV3H3fZsc-fSw6fOJeAsYbbCjybiHxArTLjt7FRU.woff2") format('woff2');
	unicode-range: "U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116";
}


/* latin */

@font-face {
	font-family: 'Bad Script';
	font-style: normal;
	font-weight: 400;
	src: local('Bad Script Regular'), local('BadScript-Regular'), url("https://gozbi.lyusil.com/wp-content/themes/cookingblog/css/rL_b2ND61EQmMOJ8CRr1fgzyDMXhdD8sAj6OAJTFsBI.woff2") format('woff2');
	unicode-range: "U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000";
}

#top_header.tiny {
	border-bottom: 1px solid #d1d1d1;
	-webkit-transition: all 1s ease-in-out;
	-moz-transition: all 1s ease-in-out;
	-o-transition: all 1s ease-in-out;
	transition: all 1s ease-in-out;
}

#top_header.tiny header h1 a {
	background-size: auto 70px;
	height: 70px;
	-webkit-transition: all 1s ease-in-out;
	-moz-transition: all 1s ease-in-out;
	-o-transition: all 1s ease-in-out;
	transition: all 1s ease-in-out;
}

#top_header.tiny #nav {
	margin-top: 2px;
}

#top_header.tiny #desc {
	display: none;
}

#featured-container.tt {
	padding-top: 250px;
}

.container {
	margin: 0 auto;
	padding: 0;
	position: relative;
	width: 1030px;
	padding: 1px 0px 0px;
}

.fa {
	font-size: 30px;
	border: 1px solid;
	padding: 10px;
	border-radius: 30px;
}

.fa-facebook {
	color: #3b5998;
}
.fa-linkedin {
	color: #0086c8;
}
.fa-instagram {
	color: #fb3958;
}
.fa-pinterest {
	color: #c92228;
}

.fa-facebook:hover {
	color: #fff;
	background-color: #3b5998;
}
.fa-linkedin:hover {
	color: #fff;
	background-color: #3592cc;
}
.fa-instagram:hover {
	color: #fff;
	background-color: #fa3958;
}
.fa-pinterest:hover {
	color: #fff;
	background-color: #d92228;
}

.fa-google-plus {
	color: #d73d32;
}
#text-5 a {margin-right: 8px;}
#text-5 a i {font-size: 18px;}
.fa-google-plus:hover {
	color: #fff;
	background-color: #d73d32;
}

.rightsb #primary {
	float: right
}

.rightsb #content {
	float: left;
	margin-left: 0px;
	margin-right: 20px;
}

.rightsb #sidebar {
	margin: 0px 0px 30px 25px;
}

.rightsb #nav ul {
	padding: 3px
}

#disqus_thread {
	margin: 0 11px 0 30px;
}

.ssba-wrap {
	float: left;
	margin-left: 30px;
	width: 50%;
}

.rightsb h3#comments-title {
	margin-right: 325px;
	margin-left: 0px;
	display: none;
}

.rightsb #comments-list .vcard {
	float: right;
	margin-left: 65px;
	margin-right: 0px;
}

.rightsb #comments-list ul.children ul.children {
	margin-right: 90px;
	margin-left: 0px;
}

.rightsb #comments-list ul.children {
	margin-right: 320px;
	margin-left: 0px;
}

.rightsb .comment-body {
	float: left;
}

.rightsb #respond {
	margin-right: 325px;
	margin-left: 0px;
	margin-top: 30px;
}

.rightsb .children #respond {
	margin-left: 0px;
	margin-right: 0px;
}

.top-search {
	display: none;
	width: 100%;
	float: left;
	padding: 8px;
}

.wp-pagenavi a.last,
.wp-pagenavi a.first {
	display: none!important;
}

header.main {
	margin: 0px 10px 0px 0;
	padding: 0;
	position: relative;
}

header h1 {
	font-size: 20px;
	padding: 0px 10px 10px 0px;
	line-height: 20px;
	float: left;
}

header.main h1 a {
	display: block;
	font-size: 28px;
	margin: 0px 0px 0px;
	text-decoration: none;
	height: 96px;
	background-size: 150px auto;
}

header.main h1 span {
	font-size: 13px;
}

.template-subtitle {
	font-size: 20px;
	font-weight: normal;
	margin-left: 325px;
	margin-bottom: 20px;
	text-align: center;
}

.rightsb .template-subtitle {
	margin-left: 0px;
	text-align: left;
}

.template-subtitle span {
	padding: 0px 10px
}


/*
    Navigation
*/

#nav {
	margin-top: 20px;
}

#nav ul {
	font-family: 'bad script', 'Times New Roman', 'Trebuchet MS';
	font-weight: normal;
	list-style: none;
	float: right;
	font-style: normal
}

#nav ul.menu> li {
	float: left;
	position: relative;
	margin-right: 1px;
}

#nav ul.menu ul {
	position: absolute;
	top: auto;
	display: none;
	padding: 5px 0px;
	margin: -1px 0 0 0px;
	box-shadow: 2px 3px 4px rgba(0, 0, 0, 0.2)
}

#nav ul.menu ul ul {
	left: 200px;
	margin-top: -30px;
}

#nav ul.menu li ul {
	z-index: 109;
	-moz-border-radius: 0px 3px 3px 3px;
	-webkit-border-radius: 0px 3px 3px 3px;
	border-radius: 0px 3px 3px 3px;
}

#nav ul.menu li ul li {
	float: none;
	width: 200px;
}

#nav ul.menu li {
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

#nav ul.menu li:hover {
	background-color: #fff;
	border-radius: 5px 5px 5px 5px;
}

#nav ul.menu li a {
	padding: 10px 7px;
	color: #444;
	font-size: 17px;
	display: block;
	text-decoration: none;
	position: relative;
	border-left: 1px solid #DEDEDE;
	letter-spacing: 0.1em;
}

#nav ul.menu li.menu-item-home a {
	border-left: 0 none;
}

#nav ul.menu li a:hover,
#nav ul.menu li.current-menu-item a {
	text-decoration: underline;
	color: #0d0d0d;
}

#nav ul.menu li ul li a {
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

#nav ul.menu li ul li a:hover {
	padding-left: 15px;
}

#nav ul.menu li.active> a {
	z-index: 110;
	-moz-border-radius: 3px 3px 0px 0px;
	-webkit-border-radius: 3px 3px 0px 0px;
	border-radius: 3px 3px 0px 0px;
	z-index: 110;
	margin: 0px;
}

#nav ul.menu> li ul li a {
	border: none;
	font-style: normal
}

#nav ul.menu> li ul li a:hover {
	background: #eee
}

#nav ul.menu li:hover> ul {
	display: block;
}

#nav label {
	display: none;
}

#nav form {
	margin-right: 9px;
}

#nav #searchform input#s {
	width: 100px;
}

#ajaxsearchlite1 .probox,
div[id*="ajaxsearchlite"] .probox,
#ajaxsearchlite1 .probox .proinput input,
div[id*="ajaxsearchlite"] .probox .proinput input {
	height: 34px!important;
}

div[id*="ajaxsearchlite"] .probox .promagnifier,
div[id*="ajaxsearchlite"] .probox div.prosettings,
div[id*="ajaxsearchlite"] .probox .proloading,
div[id*="ajaxsearchlite"] .probox .proclose,
div[id*="ajaxsearchlite"] .probox .promagnifier,
div[id*="ajaxsearchlite"] .probox .prosettings {
	padding-top: 4px!important;
}

div[id*="ajaxsearchlite"] {
	background-color: translate!important;
	border-radius: 5px!important;
}

#ajaxsearchlite1 .probox,
div[id*="ajaxsearchlite"] .probox {
	border: 1px solid #ddd!important;
}


/*
    eof: Navigation
*/

#searchform input#s,
#searchform-top input#stop {
	border: medium none;
	float: left;
	font-family: 'Droid Serif', arial, serif;
	font-size: 15px;
	padding: 7px 12px 7px;
	width: 188px;
}

#searchform-top input#stop {
	width: 85%;
}

#searchsubmit,
#searchsubmit-top {
	border: 0 none;
	display: block;
	font-size: 0;
	height: 34px;
	text-indent: -9999px;
	width: 21px;
	float: left;
}


/*
    Articles main page
*/

article.post.error404 h2.entry-title {
	font-size: 28px;
	line-height: 34px;
	padding-bottom: 0;
	padding-top: 20px;
}

article.post.error404 {
	width: auto;
	background: url("https://gozbi.lyusil.com/wp-content/themes/cookingblog/images/recipe/teared-bg.png") repeat scroll 0 0 #FFFFFF;
	box-shadow: 0 0 0;
}

#content article.post.error404 p {
	padding: 10px 75px 20px;
	text-align: center;
}

.page.page-template-template-advancedsearch-php,
.page.page-template-template-grid-php article.post,
article.post {
	/*-moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);*/
	float: left;
	/*    height: 335px;*/
	margin-bottom: 0px;
	/*    margin-right: 15px;*/
	padding: 0;
	
	position: relative
}

article.post:nth-child(even) {
	margin-right: 0px;
}

article.page h2.entry-title,
article.post h2.entry-title {
	color: #c96;
	font-family: 'Bad Script', sans-serif;
	font-size: 26px;
	font-weight: bold;
	line-height: 23px;
	margin: 0 15px -1px;
	padding: 10px;
	text-align: center;
}

.archive article.post h2.entry-title {
	/*min-height: 60px;*/
}

#articles article.post .entry-content {
	margin: 0 15px;
	padding: 10px;
}


/*#articles article.post.has-thumb  div.recipe-meta {
    font-size: 11px;
    padding: 5px 25px;
    position: absolute;
    bottom: 120px;
    width: 290px;
}*/

#articles article.post ul.recipe-meta {
	border-bottom: 1px solid #DDDDDD;
	font-size: 11px;
	margin-bottom: 6px;
	padding: 0px 15px 5px;
	list-style: none;
	overflow: hidden
}

#articles article.post footer {
	font-family: "Arial", sans-serif
}

#articles article footer {
	/*background: url("https://gozbi.lyusil.com/wp-content/themes/cookingblog/images/double-line.png") repeat-x scroll top center #fafafa;*/
	box-shadow: 0 0 10px #fff inset;
	padding: 10px 0px;
	margin-top: 10px;
}

#articles article footer.entry-utility {
	background: none;
	box-shadow: 0px 0px 0px;
	padding: 10px 20px;
}

#articles article.post footer a {
	text-decoration: none;
	color: #333
}

#articles article.post footer a:hover {
	text-decoration: underline;
	color: #000
}

#articles article.post.has-thumb footer a:hover {
	color: #000
}

#articles article.post.no-thumb footer a {
	color: #000
}

.published-time {
	display: block;
	font-size: 11px;
	margin: 0 15px;
	text-align: center;
	text-decoration: none;
}

.search .no-thumb .published-time,
.no-thumb .published-time {
	margin-top: 10px;
}

.published-time span {
	display: inline-block;
	padding: 0px 10px;
}

article.post h2 a {
	text-decoration: none;
}

a.read-more {
	display: block;
	font-size: 10px;
	font-style: italic;
	text-align: right;
	text-decoration: none;
	text-transform: none;
}

.post-meta {
	list-style: none;
	margin: 0px;
	padding: 0px 15px;
	overflow: hidden;
	font-size: 11px;
}

.post-meta li {
	float: right;
	padding-right: 10px;
}

.post-meta li.comments {
	background: url("https://gozbi.lyusil.com/wp-content/themes/cookingblog/images/ico_comments.png") no-repeat scroll left 5px transparent;
	padding-left: 16px;
}

.post-meta li.recipe-servings {
	background: url("https://gozbi.lyusil.com/wp-content/themes/cookingblog/images/ico_plate.png") no-repeat scroll left center transparent;
	padding-left: 20px;
}

.post-meta li.recipe-time {
	background: url("https://gozbi.lyusil.com/wp-content/themes/cookingblog/images/ico_clock.png") no-repeat scroll left center transparent;
	padding-left: 20px;
}


/*.post-meta li.cats {
    float: left;
    max-width: 65%;
}*/

.post-meta li.cats span {
	font-style: italic
}

.post-meta li.author {
	background: url("https://gozbi.lyusil.com/wp-content/themes/cookingblog/images/ico_author.png") no-repeat scroll left center transparent;
	padding-left: 16px;
}

article.post .attachment-post-thumbnail,
article.post .attachment-medium {
	height: auto;
	width: 88%;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

article.post .attachment-post-thumbnail:hover {
	opacity: 0.6
}

article .entry-utility,
article .entry-meta {
	font-size: 11px;
	text-transform: uppercase;
	font-family: 'Droid Sans', sans-serif;
	margin-top: 18px;
	clear: both
}

article .entry-utility a,
article .entry-meta a {
	text-decoration: none
}

.archive-page.entry-content ul {
	list-style: none;
	padding-left: 0px;
}

.archive-page a {
	text-decoration: none;
}

body.author #author-info {
	overflow: hidden;
	margin-bottom: 30px;
}

body.author #author-data .avatar {
	float: left;
	margin-right: 10px;
}

body.author #author-data {
	float: left;
	width: 300px;
}

body.author #author-desc {
	float: right;
	width: 700px;
}


/*
Articles main page - Excerpt mode
*/

article.post,
.exclay article.post {
	border-radius: 5px 5px 5px 5px;
	margin-bottom: 30px;
	margin-right: 30px;
	padding: 0;
	width: auto;
	height: auto;
	padding-left: 30px;
}

.exclay article.post.has-thumb .attachment-post-thumbnail {
	float: left;
	width: 40%;
	height: auto;
}

.exclay article.post.has-thumb .attachment-medium {
	float: left;
	width: 35%;
	height: auto;
}

.exlay article.post.has-thumb .published-time {
	margin-top: 4px;
}

.exclay article.post.has-thumb .entry-wrapper {
	float: right;
	width: 100%;
	margin-top: 6px;
}

.exclay #articles article.post .entry-content {
	height: auto;
	overflow: hidden;
}

.exclay #articles article.post.has-thumb footer {
	clear: both
}

.exclay #articles article.post.no-thumb footer div.recipe-meta {
	background: none repeat scroll 0 0 transparent;
	color: inherit;
	padding: 0;
	position: static;
	text-align: left;
	width: auto;
}


/*
Articles main page - Full mode
*/

.fulllay article.post {
	background: transparent;
	border-radius: 5px 5px 5px 5px;
	margin-bottom: 30px;
	margin-right: 30px;
	padding: 10px 0px;
	width: 100%;
	height: auto;
}

.fulllay #articles article.post .entry-content {
	height: auto;
	overflow: hidden;
}

.fulllay article.post h2.entry-title {
	font-size: 28px;
}


/*
* Sidebar 
*/

#primary {
	float: left;
	width: 300px;
}


/*body.archive  #primary, 
body.search #primary, 
body.tag #primary { margin-top: -65px;}*/

body.archive.author #primary {
	margin-top: 0px;
}

#sidebar {
	margin: 0 30px 30px 0;
	padding: 0;
}

#sidebar ul {
	list-style: none;
}

#sidebar h3 {
	font-family: 'Droid Serif', sans-serif;
	font-size: 18px;
	font-weight: normal;
	margin: 5px 0 15px 0;
}

#sidebar .widget {
	padding: 0 5px 15px;
	overflow: hidden
}

footer .widget {
	padding: 20px 30px;
}

.widget ul {
	list-style: none;
}

.widget ul ul {
	padding-bottom: 0px;
}

.widget ul li a {
	text-decoration: none;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	display: block;
}

.widget ul li a:hover {
	padding-left: 4px;
}

.widget ul li a span {
	font-size: 10px;
	text-transform: uppercase
}

.widget_archive ul li {
	text-align: right;
	overflow: hidden
}

.widget_archive ul li a {
	float: left;
}

.author-bio-box .avatar {
	-moz-transform: rotate(-3deg);
	float: left;
	margin: 0 10px 0 0;
	padding: 6px;
}

.author-bio-box .author-name {
	margin: 0px;
	text-decoration: none;
	font-size: 14px;
}

.author-more {
	font-family: "Arial", sans-serif;
	font-size: 10px;
	text-decoration: none;
	text-transform: uppercase;
}

.author-bio-box p {
	margin-bottom: 10px;
}

.author-bio-box ul {
	clear: both;
	margin: 3px 0px 6px
}

#sidebar .widget.socialize {
	overflow: visible;
	width: 255px;
}


/*.widget.socialize ul {
    overflow:hidden
}*/

.widget.socialize ul li {
	float: left;
	background: none;
	padding: 0px 12px 5px 0px;
	height: 70px;
}

.widget.socialize ul li input {
	padding: 5px;
	border-radius: 5px;
}

#wp-calendar {
	width: 100%;
}

#wp-calendar td {
	text-align: center
}

#wp-calendar a {
	text-decoration: none;
}

.widget.cookingpress-popular img,
.widget.cookingpress-recent img {
	float: left;
	margin-right: 10px;
	padding: 3px;
}

.widget.cookingpress-popular ul li,
.widget.cookingpress-recent ul li {
	overflow: hidden;
	background: none;
	padding: 10px 0px;
}

.cookingpress-popular li span,
.cookingpress-recent li span {
	font-family: "Arial", sans-serif;
	font-size: 10px;
	text-transform: uppercase;
}

.widget_search label {
	display: none;
}

.widget_search #searchsubmit {
	width: 50px
}

.widget.widget_links ul li a {
	display: inline
}


/*
 socials
*/

ul#socials {
	overflow: hidden;
}

ul#socials li {
	float: left;
	background: none;
	padding: 0px;
	margin-right: 4px;
}

#socials a {
	display: block;
	height: 32px;
	margin: 5px 0;
	text-indent: -9999px;
	width: 37px;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

#socials a:hover {
	opacity: 0.8;
	border: 0px;
	padding: 0px;
	text-decoration: none;
	-webkit-transform: rotate(10deg);
	-moz-transform: rotate(10deg);
	transform: rotate(10deg);
}

#socials #aim a {
	background: url("https://gozbi.lyusil.com/wp-content/themes/cookingblog/images/socials/aim.png") no-repeat left center;
}

#socials #apple a {
	background: url("https://gozbi.lyusil.com/wp-content/themes/cookingblog/images/socials/apple.png") no-repeat left center;
}

#socials #behance a {
	background: url("https://gozbi.lyusil.com/wp-content/themes/cookingblog/images/socials/behance.png") no-repeat left center;
}

#socials #blogger a {
	background: url("https://gozbi.lyusil.com/wp-content/themes/cookingblog/images/socials/blogger.png") no-repeat left center;
}

#socials #coroflot a {
	background: url("https://gozbi.lyusil.com/wp-content/themes/cookingblog/images/socials/coroflot.png") no-repeat left center;
}

#socials #delicious a {
	background: url("https://gozbi.lyusil.com/wp-content/themes/cookingblog/images/socials/delicious.png") no-repeat left center;
}

#socials #deviantart a {
	background: url("https://gozbi.lyusil.com/wp-content/themes/cookingblog/images/socials/da.png") no-repeat left center;
}

#socials #designmoo a {
	background: url("https://gozbi.lyusil.com/wp-content/themes/cookingblog/images/socials/designmoo.png") no-repeat left center;
}

#socials #digg a {
	background: url("https://gozbi.lyusil.com/wp-content/themes/cookingblog/images/socials/digg.png") no-repeat left center;
}

#socials #dribbble a {
	background: url("https://gozbi.lyusil.com/wp-content/themes/cookingblog/images/socials/Dribbble.png") no-repeat left center;
}

#socials #ember a {
	background: url("https://gozbi.lyusil.com/wp-content/themes/cookingblog/images/socials/Ember.png") no-repeat left center;
}

#socials #evernote a {
	background: url("https://gozbi.lyusil.com/wp-content/themes/cookingblog/images/socials/Evernote.png") no-repeat left center;
}

#socials #facebook a {
	background: url("https://gozbi.lyusil.com/wp-content/themes/cookingblog/images/socials/facebook.png") no-repeat left center;
}

#socials #forrst a {
	background: url("https://gozbi.lyusil.com/wp-content/themes/cookingblog/images/socials/Forrst.png") no-repeat left center;
}

#socials #goowalla a {
	background: url("https://gozbi.lyusil.com/wp-content/themes/cookingblog/images/socials/gowalla.png") no-repeat left center;
}

#socials #grooveshark a {
	background: url("https://gozbi.lyusil.com/wp-content/themes/cookingblog/images/socials/grooveshark.png") no-repeat left center;
}

#socials #icq a {
	background: url("https://gozbi.lyusil.com/wp-content/themes/cookingblog/images/socials/icq.png") no-repeat left center;
}

#socials #lastfm a {
	background: url("https://gozbi.lyusil.com/wp-content/themes/cookingblog/images/socials/lastfm.png") no-repeat left center;
}

#socials #myspace a {
	background: url("https://gozbi.lyusil.com/wp-content/themes/cookingblog/images/socials/myspace.png") no-repeat left center;
}

#socials #paypal a {
	background: url("https://gozbi.lyusil.com/wp-content/themes/cookingblog/images/socials/PayPal.png") no-repeat left center;
}

#socials #rss a {
	background: url("https://gozbi.lyusil.com/wp-content/themes/cookingblog/images/socials/rss.png") no-repeat left center;
}

#socials #skype a {
	background: url("https://gozbi.lyusil.com/wp-content/themes/cookingblog/images/socials/skype.png") no-repeat left center;
}

#socials #tumblr a {
	background: url("https://gozbi.lyusil.com/wp-content/themes/cookingblog/images/socials/tumblr.png") no-repeat left center;
}

#socials #twitter a {
	background: url("https://gozbi.lyusil.com/wp-content/themes/cookingblog/images/socials/twitter.png") no-repeat left center;
}

#socials #vcard a {
	background: url("https://gozbi.lyusil.com/wp-content/themes/cookingblog/images/socials/vcard.png") no-repeat left center;
}

#socials #vimeo a {
	background: url("https://gozbi.lyusil.com/wp-content/themes/cookingblog/images/socials/vimeo.png") no-repeat left center;
}

#socials #wiki a {
	background: url("https://gozbi.lyusil.com/wp-content/themes/cookingblog/images/socials/wiki.png") no-repeat left center;
}

#socials #zootools a {
	background: url("https://gozbi.lyusil.com/wp-content/themes/cookingblog/images/socials/zootools.png") no-repeat left center;
}

#content {
	float: right;
	margin-left: 20px;
	width: 710px;
}

.single #comment-tabs {
	width: 1030px;
	margin: 0 auto!important;
	position: relative;
}

#content p {
	padding: 10px 0 10px
}


/*
single
*/


/*.page article.post,
.single article.post {
    background: none repeat scroll 0 0 transparent;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0.2);
    float: none;
    height: auto;
    margin: 0;
    padding: 10px 0 25px;
    width: 100%;
}*/

.page article.page h2.entry-title,
.single article.post h2.entry-title {
	font-size: 28px;
	line-height: 34px;
	margin-bottom: 10px;
}

html body.single-attachment {
	background-image: none;
}

html body.single-attachment #comments-title {
	margin: 20px 0px 0px;
}

html body.single-attachment .entry-content {
	background: #fff;
}

.entry-attachment {
	text-align: center;
	padding-top: 20px;
}

#content .entry-caption {
	padding-top: 20px;
}

#content .entry-caption p {
	padding: 0px 0px 5px
}

html body.single-attachment .page-title {
	background: url("https://gozbi.lyusil.com/wp-content/themes/cookingblog/images/double-line.png") repeat-x scroll center center transparent;
	text-decoration: none;
	text-align: center;
	display: block
}

html body.single-attachment .page-title span {
	background: #E8E8E8;
}

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

.page .published-time,
.single .published-time {
	margin: 0px
}

img.size-large,
img.size-full {
	display: block;
	height: auto;
	padding: 5px;
	margin-top: 10px;
	margin-bottom: 10px;
	max-width: 100%;
}

img.size-large.alignright,
img.size-full.alignright {
	margin-left: 15px;
}

img.size-large.alignleft,
img.size-full.alignleft {
	margin-right: 15px;
}

.entry-content ol,
.entry-content ul {
	padding: 10px 20px;
}

.footer-widgets iframe,
.entry-content iframe {
	max-width: 99%;
}

#entry-author-info {
	overflow: hidden;
	padding: 10px;
}

#entry-author-info .avatar {
	float: left;
	margin: 5px 15px 0 0;
	padding: 3px;
}

#entry-author-info h4 {
	font-size: 16px;
	font-weight: normal;
	padding-top: 0;
}

.pwbox {
	padding: 5px;
	border: 1px solid #ddd
}

#submit-btn {
	padding: 5px;
}

#submit-btn {
	background: none repeat scroll 0 0 #EEEEEE;
	border: 1px solid #DDDDDD;
	border-radius: 5px 5px 5px 5px;
	font-weight: bold;
	padding: 6px;
	text-shadow: 0 1px 0 #FFFFFF;
}

.post h1,
.post h2,
.post h3,
.post h4,
.post h5 {
	margin-bottom: 0;
	padding: 20px 0 5px;
}

.post h1 {
	font-size: 28px
}

.post h2 {
	font-size: 24px
}

.post h3 {
	font-size: 20px
}

.post h4 {
	font-size: 18px
}

.post h5 {
	font-size: 15px;
	text-transform: uppercase
}

.archive-page h5 {
	background: url("https://gozbi.lyusil.com/wp-content/themes/cookingblog/images/double-line.png") repeat-x scroll center bottom transparent
}

.post h6 {
	font-size: 13px;
	text-transform: uppercase
}

dt {
	font-weight: bold;
}


/*
nav
*/

#nav-below {
	background: url("https://gozbi.lyusil.com/wp-content/themes/cookingblog/images/double-line.png") repeat-x scroll center top #FAFAFA;
	box-shadow: 0 0 10px #FFFFFF inset;
	clear: both;
	margin: 20px 0;
	overflow: hidden;
	padding: 10px;
}

#nav-below span {
	font-size: 10px;
	font-style: italic;
	text-decoration: none;
	text-transform: none;
}

#nav-below img {
	background: #DDDDDD;
	border: 1px solid #EEEEEE;
	padding: 5px;
}

#content #nav-below p {
	padding-top: 2px;
	padding-bottom: 0px;
}

.nav-previous {
	float: left;
	width: 49%;
	text-align: left;
	cursor: pointer
}

.nav-previous img {
	margin-right: 10px;
}

.nav-next {
	float: right;
	width: 49%;
	text-align: right;
	cursor: pointer
}

.nav-next img {
	margin-left: 10px;
}

#nav-below a {
	text-decoration: none;
}

.current-menu-ancestor,
.current-menu-item {
	background: #FFFFFF;
	border-radius: 5px;
}

.arrow {
	background-image: url('https://gozbi.lyusil.com/wp-content/themes/cookingblog/images/menu-arrow.png');
	background-repeat: no-repeat;
	background-position: right center
}


/*
    Featured slider
*/

#featured {
	overflow: hidden;
	max-height: 460px
}

#featured-shadow {
	background: url('https://gozbi.lyusil.com/wp-content/themes/cookingblog/images/shadow-featured.png') no-repeat top center;
	width: 100%;
	/*height:154px;*/
	margin-top: 5px;
}


/*#featured-container {
  background: url("https://gozbi.lyusil.com/wp-content/themes/cookingblog/images/bg/tileable_wood_texture.png") repeat scroll center top transparent;
  margin-bottom: 20px;
  padding-top: 20px;
}*/

.panel-wrapper h2 .post-ratings {
	position: absolute;
	right: 1px;
	top: 20px;
	width: auto;
}

.panel-wrapper h2.with-rating {
	padding-left: 32px;
	padding-top: 5px;
	top: 389px;
}

.panel-wrapper h2 {
	font-size: 19px;
	padding: 10px;
	position: absolute;
	right: 0;
	text-align: right;
}

.panel-wrapper h2 a {
	text-decoration: none;
}

.panel-wrapper p {
	font-size: 14px;
	color: #999;
	margin-right: 20px;
	padding: 10px;
	position: absolute;
	right: 0;
	text-align: right;
}

.panel-container img {
	width: 100%;
	height: auto;
	display: block;
}

.panel-container .post-ratings img {
	width: auto;
	height: auto;
	float: left
}

.post-ratings {
	padding-top: 20px;
}


/*
* bof search
*/


/* Taxonomies */

.advsearch {
	border-radius: 5px 5px 5px 5px;
	/*   clear: both;
       overflow: hidden;*/
	padding: 20px 20px 20px;
	text-align: left;
}

.advsearch select {
	min-width: 200px;
	overflow: auto;
	overflow-x: hidden;
}

#include_ing {
	width: 100%!important;
	height: 200px;
}

.advsearch-cont {
	margin-bottom: 35px;
}

.advsearch label {
	width: 150px;
	float: left;
	display: block;
}

.advsearch label.full {
	float: none;
	width: 100%
}

#content .advsearch p {
	padding: 10px
}

.advsearch input#s {
	background-color: #FFFFFF;
	background-image: -moz-linear-gradient(center top, #EEEEEE 1%, #FFFFFF 15%);
	border: 1px solid #AAAAAA;
	cursor: text;
	height: auto !important;
	margin: 0;
	overflow: hidden;
	padding: 5px;
	width: 235px;
	position: relative;
}

#custom-search {
	clear: both;
	display: block;
	float: none;
	overflow: hidden;
	padding: 10px;
}

#custom-search label {
	width: 120px;
	display: block;
	float: left;
}

.catlist {
	list-style: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
	list-style: none;
	padding: 0 .5em .5em .5em;
}

.catlist a {
	display: block;
	float: left;
	width: 165px;
	margin: 0;
	padding: .25em;
}

.taglist {
	padding: .25em;
	overflow: auto;
	font-size: 13px;
	max-height: 150px;
	margin: 20px 0px;
}

.taglist a {
	display: block;
	float: left;
	text-decoration: none;
	border-radius: 4px;
	padding: 5px;
	margin: .125em;
}

.taglist a.selectedtag {
	border-radius: 50px;
	padding: 4px;
}

.searchcontrols {
	padding-left: 1.2em;
	font-size: 12px;
}

.searchcontrols span {
	float: left;
	margin: 0;
	padding: .4em 0 .4em 0;
	margin: .5em 0;
}

.searchcontrols a {
	float: left;
	padding: .3em .6em;
	margin: .5em 0;
}

.searchcontrols a:hover {
	cursor: pointer;
}

#any {
	margin-left: .4em;
}

#all {
	margin-right: .4em;
}

input.searchtags {
	float: right;
	font-size: 14px;
	font-weight: normal;
	margin: -45px 0 0 1em;
	padding: 5px 10px 5px 35px;
}

input.searchtags:hover {
	cursor: pointer;
}

p#relation .chzn-container {
	top: 8px;
}

#content p#relation {
	padding-top: 0px;
}


/*
* eof search
*/

.coda-slider-no-js .coda-slider {
	height: 200px;
	overflow: auto !important;
	padding-right: 20px
}

.coda-slider,
.coda-slider .panel {
	width: 770px
}

.coda-slider-wrapper.arrows .coda-slider,
.coda-slider-wrapper.arrows .coda-slider .panel {
	width: 790px
}

.coda-slider-wrapper.arrows .coda-slider {
	margin: 0 10px
}


/* Arrow styling */

.coda-nav-left a,
.coda-nav-right a {
	padding: 5px;
	width: 100px;
}


/* Panel padding */

.coda-slider .panel-wrapper {
	position: relative;
}


/* Preloader */

.coda-slider p.loading {
	padding: 20px;
	text-align: center
}

.coda-nav {
	float: right;
	width: 250px;
}

.coda-nav ul {
	clear: both;
	display: block;
	margin: auto;
	overflow: hidden
}

.coda-nav ul li {
	display: inline
}

.coda-nav ul li a {
	display: block;
	font-size: 14px;
	margin-right: 1px;
	opacity: 0.4;
	padding: 5px 10px;
	text-decoration: none;
	overflow: hidden;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

.coda-nav ul li a.current {
	opacity: 1
}

.coda-nav ul li a:hover {
	opacity: 1
}

.coda-nav ul li a img {
	display: block;
	float: right;
	margin-left: 10px;
}


/* Miscellaneous */

.coda-slider-wrapper {
	clear: both;
	margin-bottom: 0px;
	padding: 0;
	position: relative;
}

.coda-slider {
	overflow: hidden;
	position: relative;
	float: left;
}

.coda-slider .panel {
	display: block;
	float: left
}

.coda-slider .panel-container {
	position: relative;
	overflow: hidden;
}

.coda-nav-left {
	position: absolute;
	left: 0px;
	top: 35%;
	z-index: 9999
}

.coda-nav-right {
	position: absolute;
	right: -9px;
	top: 35%;
	z-index: 9999
}

.coda-nav-left a,
.coda-nav-right a {
	display: block;
	text-align: center;
	text-decoration: none;
	text-indent: -9999px
}

.coda-nav-right a {
	background: url("https://gozbi.lyusil.com/wp-content/themes/cookingblog/images/posts-next.png") no-repeat;
	width: 25px;
	height: 76px;
}

.coda-nav-left a {
	background: url("https://gozbi.lyusil.com/wp-content/themes/cookingblog/images/posts-prev.png") no-repeat;
	width: 25px;
	height: 76px;
}


/*
* Comments list
*/

#comments {
	/*background: url("http://gozbi2.lyusil.com/wp-content/themes/cookingblog/images/bg/pattern.jpg") repeat scroll 0 0 transparent;*/
}

#comments-list {
	list-style: none;
	margin: 25px 0px 25px 15px
}

#comments-list ul {
	list-style: none;
}

#comments-list ul.children {
	margin-left: 320px;
}

#comments-list ul.children .children {
	margin-left: 0px;
}

#comments-list ul.children .depth-2 .comment-body {
	width: 430px;
}

#comments-list ul.children .depth-3 .comment-body {
	width: 330px;
}

#comments-list ul.children .depth-2 .vcard {
	margin: 0px;
}

.pingback {
	margin-left: 310px;
	margin-bottom: 10px
}

.pingback .comment-edit-link {
	display: inline
}

a.comment-reply-link {
	border-radius: 4px 4px 4px 4px;
	float: right;
	font-family: 'Droid Sans';
	font-size: 10px;
	padding: 0 10px;
	text-decoration: none;
	text-transform: uppercase;
}

.comment-body {
	float: right;
	padding: 10px;
	width: 685px;
}

.says {
	font-size: 12px;
}

#comments-list .vcard {
	float: left;
	margin-right: 65px;
	padding: 15px 10px 10px 0;
	width: 235px;
}

#comments-list .vcard a {
	text-decoration: none;
}

li.comment .avatar {
	float: left;
	margin-right: 15px;
	border-radius: 5px;
}

h3#comments-title {
	font-size: 20px;
	font-weight: normal;
	margin-left: 325px;
	text-align: center;
	margin-top: 20px;
}

h3#comments-title span {
	display: inline-block;
	margin: 0 40px;
	padding: 0 10px;
}

a.comment-edit-link,
a.comment-date {
	display: block;
	font-size: 11px
}

li.comment article {
	overflow: hidden;
	padding: 15px 0px;
}

#respond {
	margin-left: 325px;
	margin-bottom: 20px;
}

.children #respond {
	margin-left: 0px;
}

h3#reply-title {
	font-size: 20px;
	/*background-color: #F0F0EF;*/
	margin: 0 16px;
	padding: 0 15px;
	display: none;
}

.comment-notes,
.form-allowed-tags {
	font-size: 11px;
	margin-left: 125px
}

.comment-notes {
	display: none;
}

.subscribe-to-comments {
	margin: 10px 0px
}

#commentform label {
	width: 120px;
	display: block;
	float: left;
	/*background-color: #F0F0EF;*/
	margin: 0 16px;
	padding: 0 15px;
}

#commentform .subscribe-to-comments label {
	width: 500px;
}

#commentform p {
	padding: 6px 0px
}

#commentform textarea,
#commentform input {
	border: 1px solid #ddd;
	padding: 4px;
}

input#submit {
	margin-left: 178px;
}

span.required {
	/*display: none;*/
}

.fn {
	font-weight: bold;
}


/*
* Footer
*/

footer.contentinfo {
	clear: both;
	margin: 20px 0 0;
	overflow: hidden;
	width: 100%;
}

#pattern-container {
	clear: both;
	margin: 50px 0 0 0px;
	overflow: hidden;
	padding-top: 20px;
}

.textwidget p {
	padding-bottom: 15px;
}

.footer-widgets {
	margin-bottom: 20px;
}

.footer-widgets h3 {
	font-size: 21px;
	margin-bottom: 15px
}

.footer-widgets h3 span {
	padding: 0px 10px 0px;
}

.fcolumn {
	float: left;
	width: 33%;
	padding-bottom: 20px;
}

.fcolumn:last-child {
	border-right: 0px;
}

#footer-right-column.fcolumn {
	border: none;
}

#footer-bottom {
	clear: both;
	padding: 20px;
}

#footer-bottom a {
	text-decoration: none;
	font-size: 11px;
}

#gototop {
	float: right
}

.printfriendly {
	-moz-transform: rotate(1deg);
	background: url("https://gozbi.lyusil.com/wp-content/themes/cookingblog/images/recipe/yellowcard-bg.png") no-repeat scroll right top #FFFFFF;
	border-radius: 10px 10px 10px 10px;
	box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
	padding: 10px 10px 4px;
}

.printfriendly a {
	text-decoration: none
}

.entry-utility {
	opacity: 1;
	padding: 15px;
	overflow: hidden;
}

.entry-utility .post-meta {
	float: left;
	padding: 0px
}

.entry-utility .post-meta li {
	float: left;
}

.entry-utility .post-ratings {
	float: right;
	opacity: 1;
	width: auto;
}

.post-ratings em {
	font-style: normal
}

table {
	width: 100%;
}

table td {
	padding: 10px;
}


/*
* Recipies 
*/

.ingredients {
	width: 65%
}

.hasImage #recipe-desc {
	width: 57%;
}

#purerecipe-wrapper.photo h3 {
	width: 58%;
}

.purerecipe {
	position: relative;
	margin: 30px 0px
}

.purerecipe header {
	padding: 40px 30px 10px;
	min-height: 177px;
}

.ratings {
	position: relative;
	margin: 0 0 30px 15px;
}

#recipe-content {
	padding: 0px 30px 0 20px;
	overflow: hidden;
}

.purerecipe.tearedh .recipe-image,
.purerecipe.teared .recipe-image {
	padding: 5px;
	background: #fff;
	position: absolute;
	top: 0px;
	right: -25px;
	-moz-transform: rotate(4deg);
	-webkit-transform: rotate(4deg);
	transform: rotate(4deg);
	box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.3)
}

p#author-data {
	padding: 0px;
	font-size: 11px;
	font-style: italic
}

.purerecipe ul {
	list-style: none;
	padding: 5px 0px
}

.purerecipe ul li {
	margin: 4px 0px
}

.purerecipe ul.recipe-metadata {
	padding: 0px;
}

.purerecipe em {
	background: url('https://gozbi.lyusil.com/wp-content/themes/cookingblog/images/recipe/penball-line.png') repeat-x bottom;
}

#purerecipe-wrapper {
	margin: 0px 0px 10px;
}


/*
* Teared paper recipe theme
*/

.purerecipe.teared {
	-moz-transform: rotate(1deg);
	transform: rotate(1deg);
	-webkit-transform: rotate(1deg);
	border-color: #DDDDDD;
	border-style: solid;
	margin-top: -14px;
	margin-bottom: 0px;
	border-width: 0px 1px 1px 1px;
	box-shadow: 2px 3px 3px #DDDDDD;
}

.purerecipe.teared h4,
.purerecipe.teared h3 {
	font-family: 'Satisfy', cursive;
	font-size: 30px;
}

.purerecipe.teared h4 {
	margin: 0px 0px 5px;
	padding-top: 15px;
	font-size: 24px;
	font-weight: normal;
}

.purerecipe.teared:before {
	background: url("https://gozbi.lyusil.com/wp-content/themes/cookingblog/images/recipe/pin-left.png") no-repeat scroll left top transparent;
	content: "";
	display: block;
	height: 69px;
	position: absolute;
	right: 41px;
	top: -29px;
	width: 72px;
	z-index: 9999;
}

.purerecipe.teared #recipe-content {
	background: url('https://gozbi.lyusil.com/wp-content/themes/cookingblog/images/recipe/teared-bg.png') repeat top left;
	overflow: hidden;
}

.purerecipe.teared #recipe-content:before {
	background: url("https://gozbi.lyusil.com/wp-content/themes/cookingblog/images/recipe/coffe-stain.png") no-repeat scroll left top transparent;
	content: "";
	display: block;
	height: 360px;
	position: absolute;
	right: 0;
	top: 160px;
	width: 139px;
}

.purerecipe.teared header {
	background: url('https://gozbi.lyusil.com/wp-content/themes/cookingblog/images/recipe/teared-bg-top.png') repeat top left;
}

.purerecipe.teared ul.ingredients {
	width: 70%;
}

.purerecipe.teared .instructions ul li,
.purerecipe.teared ul.ingredients li {
	background: url("https://gozbi.lyusil.com/wp-content/themes/cookingblog/images/recipe/checkbox.png") no-repeat scroll left 6px transparent;
	padding-left: 20px;
	cursor: pointer
}

.purerecipe.teared ul li.active {
	background: url("https://gozbi.lyusil.com/wp-content/themes/cookingblog/images/recipe/checkbox-checked.png") no-repeat scroll left 6px transparent;
	padding-left: 20px;
	text-decoration: line-through
}

.purerecipe.teared #recipe-add-data {
	background: url("https://gozbi.lyusil.com/wp-content/themes/cookingblog/images/recipe/yellowcard-bg.png") no-repeat scroll right top #FFFF9E;
	width: 225px;
	position: absolute;
	right: -25px;
	padding: 20px;
	font-size: 14px;
	box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
}

.purerecipe.teared #recipe-add-data:before {
	background: url("https://gozbi.lyusil.com/wp-content/themes/cookingblog/images/recipe/pin-right.png") no-repeat scroll left top transparent;
	content: "";
	display: block;
	height: 70px;
	position: absolute;
	right: 41px;
	top: -15px;
	width: 57px;
	z-index: 9999;
}

#purerecipe-wrapper.teared {
	-moz-transform: rotate(-1deg);
	-webkit-transform: rotate(-1deg);
	transform: rotate(-1deg);
	background: url("https://gozbi.lyusil.com/wp-content/themes/cookingblog/images/recipe/teared-bg.png") repeat scroll left top transparent;
	border: 1px solid #DDDDDD;
	padding: 0;
	box-shadow: 0px 2px 3px #DDDDDD
}


/*
* Teared paper ver 2 recipe theme
*/

.purerecipe.tearedh {
	-moz-transform: rotate(1deg);
	-webkit-transform: rotate(1deg);
	transform: rotate(1deg);
	/*background: url('https://gozbi.lyusil.com/wp-content/themes/cookingblog/images/recipe/tearedh-bg.png') repeat top left;*/
	margin-top: -14px;
	margin-bottom: 0px;
	padding-left: 10px;
	box-shadow: 1px 1px 1px #eee;
	border-radius: 15px 0px 0px 0px
}

.purerecipe.tearedh header {
	padding-top: 2px;
}

.purerecipe.tearedh h4,
.purerecipe.tearedh h3 {
	font-family: "Bad Script", "Georgia", serif;
	font-size: 35px;
	line-height: 42px;
	color: #c96;
	font-weight: bold;
}

.purerecipe.tearedh h4 {
	margin: 0px 0px 5px;
	padding-top: 15px;
	font-size: 24px;
	font-weight: bold;
}

.purerecipe.tearedh:before {
	background: url("https://gozbi.lyusil.com/wp-content/themes/cookingblog/images/recipe/pin-left.png") no-repeat scroll left top transparent;
	content: "";
	display: block;
	height: 69px;
	position: absolute;
	right: 69px;
	top: -19px;
	width: 72px;
	z-index: 9999;
}

.purerecipe.tearedh #recipe-content:before {
	background: url("https://gozbi.lyusil.com/wp-content/themes/cookingblog/images/recipe/coffe-stain.png") no-repeat scroll left top transparent;
	content: "";
	display: block;
	height: 360px;
	position: absolute;
	right: 0;
	top: 233px;
	width: 139px;
}

.purerecipe.tearedh ul.ingredients {
	width: 70%;
}

.purerecipe.tearedh .instructions ul li,
.purerecipe.tearedh ul.ingredients li {
	background: url("https://gozbi.lyusil.com/wp-content/themes/cookingblog/images/recipe/checkbox.png") no-repeat scroll left 6px transparent;
	padding-left: 20px;
	cursor: pointer
}

.purerecipe.elegant ul.ingredients li.separator,
.purerecipe.minimal ul.ingredients li.separator,
.purerecipe.teared ul li.separator,
.purerecipe.tearedh ul li.separator {
	background: none repeat scroll 0 0 transparent;
	font-size: 15px;
	font-weight: bold;
	margin-top: 15px;
	padding-left: 0;
}

.purerecipe.tearedh ul li.active {
	background: url("https://gozbi.lyusil.com/wp-content/themes/cookingblog/images/recipe/checkbox-checked.png") no-repeat scroll left 6px transparent;
	padding-left: 20px;
	text-decoration: line-through
}

.purerecipe.tearedh #recipe-add-data {
	/* background: url("https://gozbi.lyusil.com/wp-content/themes/cookingblog/images/recipe/yellowcard-bg.png") no-repeat scroll right top #FFFF9E;*/
	width: 138px;
	position: absolute;
	right: -25px;
	padding: 20px;
	margin-top: -30px;
	font-size: 14px;
	/*box-shadow:0px 1px 3px rgba(0,0,0,0.3);*/
}

.purerecipe.tearedh #recipe-add-data:before {
	background: url("https://gozbi.lyusil.com/wp-content/themes/cookingblog/images/recipe/pin-right.png") no-repeat scroll left top transparent;
	content: "";
	display: block;
	height: 70px;
	position: absolute;
	right: 41px;
	top: -15px;
	width: 57px;
	z-index: 9999;
}

#purerecipe-wrapper.tearedh {
	-moz-transform: rotate(-1deg);
	-webkit-transform: rotate(-1deg);
	transform: rotate(-1deg);
	/* background: url("https://gozbi.lyusil.com/wp-content/themes/cookingblog/images/recipe/tearedh-bg.png") repeat scroll left top transparent;*/
	padding: 0;
}


/*
* Elegant recipe Theme
*/

#purerecipe-wrapper.elegant {
	background: #f4f2e5;
	padding: 20px;
	border: 1px solid rgba(0, 0, 0, 0.1);
	box-shadow: 0px 0px 3px #ddd;
}

.purerecipe.elegant {
	margin: 0px;
	border: 1px solid rgba(0, 0, 0, 0.1);
}

.purerecipe.elegant header {
	border: 1px solid rgba(0, 0, 0, 0.1);
	border-radius: 3px 3px 3px 3px;
	margin: 1px;
	padding-top: 20px;
	text-align: center;
	text-shadow: 0px 1px 0px #fff;
	position: relative;
}

.purerecipe.elegant header:after {
	background: url("https://gozbi.lyusil.com/wp-content/themes/cookingblog/images/recipe/ornaments.png") no-repeat scroll right top transparent;
	content: "";
	display: block;
	height: 33px;
	position: absolute;
	right: 5px;
	top: 5px;
	width: 35px;
	z-index: 9999;
}

.purerecipe.elegant header:before {
	background: url("https://gozbi.lyusil.com/wp-content/themes/cookingblog/images/recipe/ornaments.png") no-repeat scroll left top transparent;
	content: "";
	display: block;
	height: 33px;
	position: absolute;
	left: 5px;
	top: 5px;
	width: 35px;
	z-index: 9999;
}

.purerecipe.elegant header h3 {
	font-weight: normal;
}

.purerecipe.elegant h4 {
	font-size: 18px;
	font-style: italic;
	font-weight: normal;
	margin: 15px 0 0;
}

.elegant .hasImage #recipe-desc {
	width: 100%;
}

.purerecipe.elegant em {
	background: none;
}

.purerecipe.elegant #recipe-desc {
	font-size: 14px;
}

.purerecipe.elegant ul.recipe-metadata {
	overflow: hidden;
	margin: 0px;
}

.purerecipe.elegant .recipe-metadata li {
	float: left;
	margin-right: 5px;
}

.purerecipe.elegant .instructions ul li,
.purerecipe.elegant ul.ingredients li {
	background: url("https://gozbi.lyusil.com/wp-content/themes/cookingblog/images/recipe/checkbox-el.png") no-repeat scroll left 6px transparent;
	padding-left: 20px;
	cursor: pointer;
}

.purerecipe.elegant ul li.active {
	background: url("https://gozbi.lyusil.com/wp-content/themes/cookingblog/images/recipe/checkbox-checked-el.png") no-repeat scroll left 3px transparent;
	padding-left: 20px;
	text-decoration: line-through
}

.purerecipe.elegant #recipe-add-data {
	background: url("https://gozbi.lyusil.com/wp-content/themes/cookingblog/images/double-line.png") repeat-x scroll center bottom transparent;
	font-size: 14px;
	padding-bottom: 20px;
}

.purerecipe.elegant .recipe-image {
	background: rgba(0, 0, 0, 0.1);
	float: right;
	margin: 30px 0 0 20px;
	padding: 5px;
	box-shadow: 1px 1px 0px #fff;
	position: static;
}

.purerecipe.elegant #recipe-content {
	border: 1px solid rgba(0, 0, 0, 0.1);
	margin: 1px;
	position: relative;
	padding: 0 20px 45px;
	font-size: 14px;
	overflow: visible;
}

#purerecipe-wrapper.photo .purerecipe.elegant h3 {
	width: 100%
}

.purerecipe.elegant #recipe-content:after {
	background: url("https://gozbi.lyusil.com/wp-content/themes/cookingblog/images/recipe/ornaments.png") no-repeat scroll right bottom transparent;
	content: "";
	display: block;
	height: 33px;
	position: absolute;
	right: 5px;
	bottom: 5px;
	width: 35px;
	z-index: 9999;
}

.purerecipe.elegant #recipe-content:before {
	background: url("https://gozbi.lyusil.com/wp-content/themes/cookingblog/images/recipe/ornaments.png") no-repeat scroll left bottom transparent;
	content: "";
	display: block;
	height: 33px;
	position: absolute;
	left: 5px;
	bottom: 5px;
	width: 35px;
	z-index: 9999;
}


/*
* Minimal recipe Theme
*/

#purerecipe-wrapper.minimal {
	padding: 0px;
	margin: 0px;
}

.purerecipe.minimal {
	margin: 0px;
}

.purerecipe.minimal header {
	padding: 20px 0px 20px;
	position: relative;
}

.purerecipe.minimal header h3 {
	font-weight: normal;
}

.purerecipe.minimal h4 {
	font-size: 18px;
	font-style: italic;
	font-weight: normal;
	margin: 15px 0 0;
}

.elegant .hasImage #recipe-desc {
	width: 100%;
}

.purerecipe.minimal em {
	background: none;
}

.purerecipe.minimal #recipe-desc {
	font-size: 14px;
}

.purerecipe.minimal ul.recipe-metadata {
	overflow: hidden;
	margin: 0px;
}

.purerecipe.minimal .recipe-metadata li {
	float: left;
	margin-right: 5px;
}

.purerecipe.minimal .instructions ul li,
.purerecipe.minimal ul.ingredients li {
	background: url("https://gozbi.lyusil.com/wp-content/themes/cookingblog/images/recipe/checkbox_no.png") no-repeat scroll left 6px transparent;
	padding-left: 20px;
	cursor: pointer;
}

.purerecipe.minimal ul li.active {
	background: url("https://gozbi.lyusil.com/wp-content/themes/cookingblog/images/recipe/checkbox_yes.png") no-repeat scroll left 6px transparent;
	padding-left: 20px;
	text-decoration: line-through
}

.purerecipe.minimal #recipe-add-data {
	background: url("https://gozbi.lyusil.com/wp-content/themes/cookingblog/images/double-line.png") repeat-x scroll center bottom transparent;
	font-size: 14px;
	padding-bottom: 20px;
}

.hasImage #recipe-add-data {
	width: 65%;
}

.purerecipe.minimal .recipe-image {
	background: #eee;
	float: right;
	margin: 30px 0 0 20px;
	padding: 5px;
	position: static;
}

.purerecipe.minimal #recipe-content {
	position: relative;
	padding: 0 0px 45px;
	font-size: 14px;
	overflow: visible
}

blockquote,
blockquote.q-left {
	background: url("https://gozbi.lyusil.com/wp-content/themes/cookingblog/images/recipe/tearedh-bg.png") repeat scroll left -1px transparent;
	float: left;
	font-family: 'Droid Serif', arial, serif;
	font-size: 13px;
	font-style: italic;
	margin: 10px 25px 5px 0;
	padding: 5px 15px 5px 31px;
	width: 240px;
	position: relative;
}

blockquote:before {
	position: absolute;
	background: url('https://gozbi.lyusil.com/wp-content/themes/cookingblog/images/sketch.png') no-repeat;
	display: block;
	top: -13px;
	left: 30%;
	width: 99px;
	height: 26px;
	content: " "
}

blockquote.q-right {
	background: url("https://gozbi.lyusil.com/wp-content/themes/cookingblog/images/recipe/tearedh-bg.png") repeat scroll left -1px transparent;
	float: right;
	width: 240px;
	padding: 5px 15px 5px 35px;
	border-right: none;
	font-style: italic;
	font-size: 13px;
	margin: 10px 0px 10px 20px;
	font-family: 'Droid Serif', arial, serif;
}

.comment-body blockquote {
	width: auto;
	float: none
}

blockquote p {
	line-height: 1.8em
}

#tag-description {
	overflow: hidden;
	margin-bottom: 20px;
}

.tag-image {
	float: left;
	padding: 10px;
	margin: 10px 20px 10px 0px;
	border: 1px solid #ddd;
	background: #fff;
	max-width: 300px;
	height: auto;
}


/*
* Some shortcodes styling
*/

input#submit,
a.button {
	-webkit-transition: background 1s ease-in-out;
	-moz-transition: background 0.5s ease-in-out;
	-o-transition: background 1s ease-in-out;
	-ms-transition: background 1s ease-in-out;
	transition: background 0.5s ease-in-out;
	border-radius: 24px 24px 24px 24px;
	font-family: 'Droid Serif';
	font-size: 12px;
	font-style: italic;
	letter-spacing: 1px;
	line-height: 12px;
	padding: 9px 16px;
	text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.7);
	text-decoration: none;
}

a.button:hover {
	background-image: none;
	text-decoration: none;
}

a.button {
	color: #000;
	-webkit-transition: background 1s ease-in-out;
	-moz-transition: background 0.5s ease-in-out;
	-o-transition: background 1s ease-in-out;
	-ms-transition: background 1s ease-in-out;
	transition: background 0.5s ease-in-out;
}

a.button.blue {
	background-color: #d5dff6;
	color: #5c7cc4;
	text-shadow: 0px 1px 0px #fff
}

a.button.green {
	background-color: #e0f0ce;
	color: #395b13;
	text-shadow: 0px 1px 0px #fff
}

a.button.red {
	background-color: #ffc5bd;
	color: #831001;
	text-shadow: 0px 1px 0px #fff
}

a.button.yellow {
	background-color: #f9f9a7;
	color: #555;
	text-shadow: 0px 1px 0px #fff
}

a.button.orange {
	background-color: #fde7c4;
	color: #b97d1e;
	text-shadow: 0px 1px 0px #fff
}

a.button.pink {
	background-color: #f4d2f3;
	color: #850781;
	text-shadow: 0px 1px 0px #fff
}

a.button.brown {
	background-color: #B99B76;
	color: #482e04;
	text-shadow: 0px 0px 0px #cda059
}

a.button.black {
	background-color: #111;
	color: #888;
	text-shadow: 0px 0px 0px #222
}

a.button.black:hover {
	background: #444;
	text-shadow: 0px 0px 0px #222;
	color: #888;
}

a.button:hover {
	background: #ddd;
	color: #000;
}

.dropcap {
	float: left;
	font-family: "Droid Serif", "Tahoma", sans-serif;
	font-size: 50px;
	padding: 15px 5px 0 0;
}

.box-ok-outer {
	border: 1px solid #afcd7f;
	margin: 20px 0px;
}

.box-ok {
	border: 3px solid #fff;
	background: #f6ffec;
	padding: 15px;
	color: #608722;
	font-size: 14px;
	font-family: "Droid sans", arial, serif
}

#content .box-ok p {
	background: url("https://gozbi.lyusil.com/wp-content/themes/cookingblog/images/ok.png") no-repeat top left;
	padding-left: 45px;
}

.box-question-outer {
	border: 1px solid #a2c2d4;
	margin: 20px 0px;
}

.box-question {
	border: 3px solid #fff;
	background: #eef8ff;
	padding: 15px;
	color: #327a97;
	font-size: 14px;
	font-family: "Droid sans", arial, serif
}

#content .box-question p {
	background: url("https://gozbi.lyusil.com/wp-content/themes/cookingblog/images/question.png") no-repeat top left;
	padding-left: 45px;
}

.box-error-outer {
	border: 1px solid #e7895b;
	margin: 20px 0px;
}

.box-error {
	border: 3px solid #fff;
	background: #FFEFE8;
	padding: 15px;
	color: #cf4913;
	font-size: 14px;
	font-family: "Droid sans", arial, serif
}

#content .box-error p {
	background: url("https://gozbi.lyusil.com/wp-content/themes/cookingblog/images/boxerror.png") no-repeat 5px 5px;
	padding-left: 45px;
}

.box-info-outer {
	border: 1px solid #deae62;
	margin: 20px 0px;
}

.box-info {
	border: 3px solid #fff;
	background: #ffedd0;
	padding: 15px;
	color: #de8a19;
	font-size: 14px;
	font-family: "Droid sans", arial, serif
}

#content .box-info p {
	background: url("https://gozbi.lyusil.com/wp-content/themes/cookingblog/images/info.png") no-repeat top left;
	padding-left: 45px;
}

.half,
.half-last {
	float: left;
	margin: 0px 6% 20px 0;
	width: 47%;
}

.half-last {
	margin-right: 0;
}

.one-three,
.one-three-last {
	float: left;
	margin: 0px 4% 20px 0;
	width: 30%;
}

.one-three-last {
	margin-right: 0;
}

.one-fourth,
.one-fourth-last {
	float: left;
	margin: 0px 2% 20px 0;
	width: 23%;
}

.one-fourth-last {
	margin-right: 0;
}

.one-fifth,
.one-fifth-last {
	float: left;
	margin: 0px 2% 20px 0;
	width: 18%;
}

.one-fifth-last {
	margin-right: 0;
}

.three-fourth {
	float: left;
	margin: 0px 4% 20px 0;
	width: 73%;
	margin-right: 0;
}

.three-three {
	float: left;
	margin: 0px 5% 20px 0;
	width: 66%;
	margin-right: 0;
}

.two-fifth {
	float: left;
	margin: 0px 4% 20px 0;
	width: 38%;
}

.three-fifth {
	float: left;
	margin: 0px 5% 20px 0;
	width: 58%;
	margin-right: 0;
}

hr {
	height: 0px;
	clear: both;
	margin: 15px 0px;
}

.hr {
	text-align: right;
	font-size: 11px;
	text-transform: uppercase;
	cursor: pointer;
	clear: both;
}

div.purelist ul {
	list-style: none;
}

#post div.purelist li {
	padding-left: 20px;
}

div.asterisk li {
	background: url("https://gozbi.lyusil.com/wp-content/themes/cookingblog/images/lists/asterisk_yellow.png") no-repeat 0px 5px transparent;
}

div.go li {
	background: url("https://gozbi.lyusil.com/wp-content/themes/cookingblog/images/lists/bullet_go.png") no-repeat 0px 5px transparent;
}

div.bullet_green li {
	background: url("https://gozbi.lyusil.com/wp-content/themes/cookingblog/images/lists/bullet_green.png") no-repeat 0px 5px transparent;
}

div.bullet_orange li {
	background: url("https://gozbi.lyusil.com/wp-content/themes/cookingblog/images/lists/bullet_orange.png") no-repeat 0px 5px transparent;
}

div.bullet_pink li {
	background: url("https://gozbi.lyusil.com/wp-content/themes/cookingblog/images/lists/bullet_pink.png") no-repeat 0px 5px transparent;
}

div.bullet_purple li {
	background: url("https://gozbi.lyusil.com/wp-content/themes/cookingblog/images/lists/bullet_purple.png") no-repeat 0px 5px transparent;
}

div.bullet_star li {
	background: url("https://gozbi.lyusil.com/wp-content/themes/cookingblog/images/lists/bullet_star.png") no-repeat 0px 5px transparent;
}

div.bullet_red li {
	background: url("https://gozbi.lyusil.com/wp-content/themes/cookingblog/images/lists/bullet_red.png") no-repeat 0px 5px transparent;
}

div.bullet_yellow li {
	background: url("https://gozbi.lyusil.com/wp-content/themes/cookingblog/images/lists/bullet_yellow.png") no-repeat 0px 5px transparent;
}

div.information li {
	background: url("https://gozbi.lyusil.com/wp-content/themes/cookingblog/images/lists/information.png") no-repeat 0px 5px transparent;
}

div.key li {
	background: url("https://gozbi.lyusil.com/wp-content/themes/cookingblog/images/lists/key.png") no-repeat 0px 5px transparent;
}

div.lightning li {
	background: url("https://gozbi.lyusil.com/wp-content/themes/cookingblog/images/lists/lightning.png") no-repeat 0px 5px transparent;
}

div.picture li {
	background: url("https://gozbi.lyusil.com/wp-content/themes/cookingblog/images/lists/picture.png") no-repeat 0px 5px transparent;
}

div.star li {
	background: url("https://gozbi.lyusil.com/wp-content/themes/cookingblog/images/lists/star.png") no-repeat 0px 5px transparent;
}

div.tag_green li {
	background: url("https://gozbi.lyusil.com/wp-content/themes/cookingblog/images/lists/tag_green.png") no-repeat 0px 5px transparent;
}

div.tag_orange li {
	background: url("https://gozbi.lyusil.com/wp-content/themes/cookingblog/images/lists/tag_orange.png") no-repeat 0px 5px transparent;
}

div.tag_pink li {
	background: url("https://gozbi.lyusil.com/wp-content/themes/cookingblog/images/lists/tag_pink.png") no-repeat 0px 5px transparent;
}

div.tag_purple li {
	background: url("https://gozbi.lyusil.com/wp-content/themes/cookingblog/images/lists/tag_purple.png") no-repeat 0px 5px transparent;
}

div.tag_red li {
	background: url("https://gozbi.lyusil.com/wp-content/themes/cookingblog/images/lists/tag_purple.png") no-repeat 0px 5px transparent;
}

div.tag_yellow li {
	background: url("https://gozbi.lyusil.com/wp-content/themes/cookingblog/images/lists/tag_purple.png") no-repeat 0px 5px transparent;
}

.tabs-content .tab {
	display: none;
	line-height: 1.6em;
	margin-top: 0px;
	padding: 15px;
	-webkit-border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	border-radius: 0 0 4px 4px;
}

.tabs-content {
	margin-top: -1px
}

.tabs-content .tab:first-child {
	display: block;
}

ul.tabs {
	list-style: none;
	margin: 0px;
	margin-top: 25px;
	padding: 3px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

ul.tabs li {
	display: inline;
	padding: 10px 10px 8px;
	margin: 0px 0px 0px 3px;
	-webkit-border-radius: 4px 4px 0 0;
	-moz-border-radius: 4px 4px 0 0;
	border-radius: 4px 4px 0 0;
	font-size: 15px;
	cursor: pointer;
	border-bottom: 0px;
}

ul.tabs li a {
	text-decoration: none
}

div.accordion {
	margin: 10px 0px
}

div.accordion h4 {
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	padding: 7px;
	margin: 2px 0px 0px;
	cursor: pointer;
	font-size: 16px;
}

div.accordion h4 a {
	text-decoration: none;
	padding-left: 10px
}

div.accordion div {}

h4.toggle-trigger {
	border-radius: 4px 4px 4px 4px;
	cursor: pointer;
	margin: 2px 0 20px;
	padding: 7px;
}

h4.toggle-trigger.active {
	margin-bottom: 0px
}

h4.toggle-trigger {
	background: url("https://gozbi.lyusil.com/wp-content/themes/cookingblog/images/expand.gif") no-repeat scroll left center;
	padding-left: 15px;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
	font-size: 16px;
}

h4.toggle-trigger.active {
	background: url("https://gozbi.lyusil.com/wp-content/themes/cookingblog/images/expanded.gif") no-repeat scroll left center;
}

div.accordion h4 {
	background: url("https://gozbi.lyusil.com/wp-content/themes/cookingblog/images/expand.gif") no-repeat scroll left center transparent;
}

div.accordion h4.active {
	background: url("https://gozbi.lyusil.com/wp-content/themes/cookingblog/images/expanded.gif") no-repeat scroll left center transparent;
}

div.accordion h4 a {
	color: #444
}

div.accordion {
	margin: 10px 0;
}

#mobile-nav {
	display: none
}


/*
 * jQuery FlexSlider v1.8
 * http://flex.madebymufffin.com
 *
 * Copyright 2011, Tyler Smith
 * Free to use under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
*/

.flexmain-container {
	width: 80%;
	float: left;
}

#flexmain-thumbs {
	width: 20%;
	float: right;
	background: url("https://gozbi.lyusil.com/wp-content/themes/cookingblog/images/recipe/tearedh-bg-h.png") repeat scroll 0 0 transparent;
}

.flex-slider-wrapper {
	background: url("https://gozbi.lyusil.com/wp-content/themes/cookingblog/images/recipe/tearedh-bg-h.png") repeat scroll 0 0 transparent;
	padding-bottom: 20px;
}

#flexmain-thumbs ul {
	list-style: none;
	margin-top: 10px;
}

#flexmain-thumbs ul li {
	float: left;
	padding: 10px
}

#flexmain-thumbs ul li a {
	display: block
}

#flexmain-thumbs ul li a img {
	display: block
}

#flexmain-thumbs ul li.active {
	background: #eee;
}

#flexmain-thumbs .flex-direction-nav li .next {
	right: 20%;
}


/* Browser Resets */

.flex-container a:active,
.flexslider a:active {
	outline: none;
}

.entry-content .slides,
.flex-control-nav,
.flex-direction-nav {
	margin: 0;
	padding: 0;
	list-style: none;
}


/* FlexSlider Necessary Styles
*********************************/

.flexslider {
	width: auto;
	margin: 0;
	padding: 0;
}

.flexslider .slides> li {
	display: none;
}


/* Hide the slides before the JS is loaded. Avoids image jumping */

.flexslider .slides img {
	max-width: 100%;
	display: block;
	height: auto;
}

.flex-pauseplay span {
	text-transform: capitalize;
}

ul.slides {
	list-style: none
}


/* Clearfix for the .slides element */

.slides:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

html[xmlns] .slides {
	display: block;
}

* html .slides {
	height: 1%;
}


/* No JavaScript Fallback */


/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */

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


/* FlexSlider Default Theme
*********************************/

.flexslider {
	background: url("https://gozbi.lyusil.com/wp-content/themes/cookingblog/images/recipe/tearedh-bg.png") repeat scroll 0 0 transparent;
	border-radius: 5px 5px 5px 5px;
	padding: 10px 10px 10px 30px;
	position: relative;
	zoom: 1;
}

.flexslider .slides {
	zoom: 1;
}

.flexslider .slides> li {
	position: relative;
}


/* Suggested container for "Slide" animation setups. Can replace this with your own, if you wish */

.flex-container {
	zoom: 1;
	position: relative;
}


/* Caption style */


/* IE rgba() hack */

.flex-caption {
	background: none;
	-ms-filter: progid: DXImageTransform.Microsoft.gradient(startColorstr=#4C000000, endColorstr=#4C000000);
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr=#4C000000, endColorstr=#4C000000);
	zoom: 1;
}

p.flex-caption,
#content p.flex-caption {
	width: 94%;
	padding: 2%;
	position: absolute;
	left: 0;
	bottom: 0;
	background: rgba(0, 0, 0, .3);
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, .3);
	font-size: 14px;
	line-height: 18px;
}

.flexslider.main p.flex-caption a {
	color: #fff;
	text-decoration: none
}

.flexslider.main p.flex-caption {
	background: #000;
	width: auto;
	background: none repeat scroll 0 0 #FFFFFF;
	bottom: 25px;
	width: auto;
	font-size: 28px;
	color: #000000;
}

.flexslider.main p.flex-caption a {
	color: #000000;
	font-size: 28px;
	text-shadow: 1px 0 0;
}

#content p.flex-caption {
	width: 94%;
}


/* Direction Nav */

.flex-direction-nav li a {
	background: url("https://gozbi.lyusil.com/wp-content/themes/cookingblog/images/bg_direction_nav_note.png") no-repeat scroll 0 0 transparent;
	cursor: pointer;
	display: block;
	height: 53px;
	margin: -13px 0 0;
	position: absolute;
	text-indent: -9999px;
	top: 44%;
	width: 50px;
	box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
	-moz-transform: rotate(2deg);
	-webkit-transform: rotate(2deg);
	transform: rotate(2deg);
}

.flex-direction-nav li .next {
	background-position: -53px 0;
	right: 0px;
	-moz-transform: rotate(-2deg);
}

.flex-direction-nav li .prev {
	left: 0px;
}

.flex-direction-nav li .disabled {
	opacity: .3;
	filter: alpha(opacity=30);
	cursor: default;
}


/* Control Nav */

.flex-control-nav {
	width: 100%;
	position: absolute;
	bottom: -30px;
	text-align: center;
}

.flex-control-nav li {
	margin: 0 0 0 5px;
	display: inline-block;
	zoom: 1;
	display: inline;
}

.flex-control-nav li:first-child {
	margin: 0;
}

.flex-control-nav li a {
	width: 13px;
	height: 13px;
	display: block;
	background: url(https://gozbi.lyusil.com/wp-content/themes/cookingblog/images/bg_control_nav.png) no-repeat 0 0;
	cursor: pointer;
	text-indent: -9999px;
}

.flex-control-nav li a:hover {
	background-position: 0 -13px;
}

.flex-control-nav li a.active {
	background-position: 0 -26px;
	cursor: default;
}

.entry-content ul#flex-nav {
	list-style: none;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
}

ul#flex-nav li {
	float: left;
}

.es-carousel-wrapper {
	position: relative;
}

.es-carousel {
	overflow: hidden;
}

.es-carousel ul li {
	display: block;
	float: left;
	height: 100%;
}

.es-carousel ul li a {
	opacity: 0.71
}

.es-carousel ul li.active a {
	opacity: 1
}

.es-carousel ul li.current a {
	opacity: 1
}

.rg-thumbs {
	margin: 20px 14px 8px;
}

.es-nav span {
	background: url("https://gozbi.lyusil.com/wp-content/themes/cookingblog/images/nav_thumbs_note.png") no-repeat scroll left top transparent;
	cursor: pointer;
	height: 26px;
	left: -14px;
	margin-top: -13px;
	opacity: 0.8;
	position: absolute;
	text-indent: -9000px;
	top: 50%;
	width: 14px;
}

.es-nav span.es-nav-next {
	background-position: right top;
	left: auto;
	right: -14px;
}

.es-carousel ul li a {
	display: block;
}

.entry-content .flex-direction-nav {
	padding: 0px;
}

@media only screen and (min-width: 992px) and (max-width: 1070px) {
	.container {
		width: 950px;
	}
	#primary {
		width: 260px;
	}
	.page article.post,
	.single article.post {
		width: 100%;
	}
	#content {
		width: 670px;
	}
	.single #comment-tabs {
		width: 950px;
	}
	article.post {
		width: 320px;
		overflow: hidden
	}
	#articles article.post.has-thumb footer div.recipe-meta {
		background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5);
		bottom: 132px;
		font-size: 11px;
		padding: 5px 15px;
		position: absolute;
		width: 290px;
	}
	#searchform input#s {
		width: 130px
	}
	#articles article.post footer div.recipe-meta {
		width: 270px;
	}
	.exclay #articles article.post.has-thumb footer div.recipe-meta {
		width: 248px;
	}
	.widget.socialize {
		height: auto;
		width: 207px;
	}
	.comment-body {
		width: 600px
	}
	#comments-list ul.children .depth-2 .comment-body {
		width: 410px;
	}
	.rightsb #comments-list ul.children {
		margin-right: 252px
	}
	body.author #author-data {
		float: left;
		width: 300px;
	}
	body.author #author-desc {
		float: right;
		width: 650px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	header h1 {
		text-align: center;
		width: 200px;
	}
	#nav ul.menu li a {
		padding: 10px 5px;
		font-size: 13px;
	}
	header.main h1 a {
		height: 110px;
		background-size: 190px;
	}
	header.main h1 span {
		font-size: 9px;
	}
	.container {
		width: 712px;
		padding: 0px;
	}
	.rightsb .container.bottom {
		overflow: hidden;
	}
	.single #comment-tabs {
		width: 712px;
	}
	#primary {
		float: left;
		width: 230px;
	}
	.rightsb #content {
		margin-right: 0px;
	}
	#content {
		float: right;
		margin-left: 0px;
		width: 480px;
	}
	article.post {
		width: 230px;
		margin-right: 20px;
		margin-bottom: 20px;
		height: auto
	}
	#articles article.post .entry-content {
		height: 135px;
		overflow: hidden;
	}
	div.recipe-meta {
		display: none
	}
	#sidebar {
		margin: 0 10px 20px 0;
	}
	#searchform input#s {
		width: 107px
	}
	.rightsb h3#comments-title,
	h3#comments-title {
		margin-left: 0px;
		margin-right: 0px;
	}
	#sidebar .widget.socialize {
		height: auto;
		width: auto;
	}
	.page article.post,
	.single article.post {
		width: 460px;
	}
	.rightsb #respond {
		margin: 0px;
	}
	#respond,
	#comments-list ul.children {
		margin-left: 0px;
	}
	.rightsb #comments-list .vcard {
		float: right;
		margin-left: 25px;
		margin-right: 0;
		padding: 10px 10px 10px 0
	}
	.rightsb #comments-list ul.children {
		margin: 0px;
	}
	.rightsb .comment-body {
		float: left;
		width: 400px;
	}
	.comment-body {
		width: 430px;
	}
	#comments-list .vcard {
		margin-right: 0px
	}
	.coda-nav {
		width: 200px
	}
	.coda-slider,
	.coda-slider .panel {
		width: 502px;
	}
	.purerecipe.teared #recipe-add-data {
		position: static;
		width: auto
	}
	.purerecipe.teared #recipe-add-data:before {
		display: none;
	}
	.purerecipe.teared header h3 {
		max-width: 270px
	}
	.purerecipe.tearedh .recipe-image,
	.purerecipe.teared .recipe-image {
		max-width: 165px;
		height: auto;
		top: 5px;
	}
	.template-subtitle {
		margin-left: 0px;
		margin-right: 0px;
	}
	body.author #author-data {
		float: left;
		width: 300px;
	}
	body.author #author-desc {
		float: right;
		width: 410px;
	}
	.exclay article.post.has-thumb .entry-wrapper {
		float: none;
		width: 100%;
	}
	.purerecipe header {
		min-height: 135px;
	}
	.purerecipe.tearedh:before {
		right: 17px;
		top: 0;
	}
	.hasImage #recipe-desc {
		width: 100%;
	}
	#purerecipe-wrapper.photo h3 {
		width: 70%;
	}
	.widget.socialize ul li input {
		font-size: 8px;
	}
	.rightsb #sidebar {
		margin: 0px 0px 30px 38px;
	}
}


/*		Mobile Layout: 320px.
		Gutters: 24px.
		Outer margins: 34px.
		Inherits styles from: Default Layout.
---------------------------------------------
cols    1     2      3
px      68    160    252    */

@media only screen and (max-width: 767px) {
	#mobile-nav {
		display: block;
		margin: 0px;
		float: right;
	}
	#nav ul {
		display: none
	}
	#featured-shadow,
	#featured {
		display: block;
	}
	.exclay article.post.has-thumb .attachment-post-thumbnail {
		width: 100%;
		float: none;
	}
	.exclay article.post.has-thumb .entry-wrapper {
		float: none;
		width: 100%;
	}
	.rightsb h3#comments-title {
		margin: 0px;
	}
	body.author #author-data {
		float: none;
		width: auto;
	}
	body.author #author-desc {
		float: none;
		width: auto;
	}
	header.main {
		margin-bottom: 10px;
	}
	.ssba-wrap {
		width: 100%;
	}
	.purerecipe.tearedh:before {
		top: 0;
	}
}


/*		Wide Mobile Layout: 480px.
		Gutters: 24px.
		Outer margins: 22px.
		Inherits styles from: Default Layout, Mobile Layout.
------------------------------------------------------------
cols    1     2      3      4      5
px      68    160    252    344    436    */

@media only screen and (min-width: 480px) and (max-width: 767px) {
	body.rightsb,
	body {
		width: 100%;
	}
	#mobile-nav {
		display: block;
		margin: 0px auto;
	}
	header h1 {
		float: none;
		text-align: center;
	}
	#nav ul {
		display: none;
	}
	.container {
		width: 100%;
		padding: 0px;
	}
	.single #comment-tabs {
		width: 100%;
	}
	.rightsb #primary,
	#primary {
		float: none;
		width: 93%;
	}
	.rightsb #content,
	#content {
		float: none;
		margin-left: 00px;
		width: 100%;
	}
	article.post {
		width: 230px;
		margin-right: 20px;
		margin-bottom: 20px;
		height: auto;
	}
	div.recipe-meta {
		display: none
	}
	.footer-widgets {
		box-shadow: 0px;
	}
	.nav-next,
	.nav-previous {
		width: 100%;
		float: none;
	}
	.page article.page h2.entry-title,
	.single article.post h2.entry-title {
		font-size: 22px;
		line-height: 32px;
		margin-bottom: 0;
	}
	#articles {
		overflow: hidden
	}
	.rightsb #sidebar,
	#sidebar {
		margin: 0 10px 20px 0;
	}
	.rightsb #primary {
		float: none;
	}
	body.archive #primary,
	body.search #primary,
	body.tag #primary {
		margin-top: 0px
	}
	h3#comments-title {
		margin-left: 0px;
	}
	.purerecipe.teared:before {
		display: none;
	}
	#searchform input#s {
		width: 80%;
	}
	#articles article.post .entry-content {
		height: 135px;
		overflow: hidden;
	}
	#sidebar .widget.socialize {
		height: auto;
		width: auto;
		display: block;
	}
	.page article.page h2.entry-title,
	.single article.post h2.entry-title {
		font-size: 22px;
		line-height: 32px;
		margin-bottom: 0;
	}
	.page article.post,
	.single article.post {
		width: 100%;
	}
	.purerecipe.teared ul.ingredients {
		width: 100%;
	}
	.hasImage #recipe-desc {
		width: 100%;
	}
	.rightsb #respond,
	#respond,
	.rightsb #comments-list ul.children,
	#comments-list ul.children {
		margin-left: 0px;
		margin-right: 0px;
	}
	.template-subtitle {
		margin-left: 0px;
	}
	#pattern-container {
		background: none repeat scroll 0 0 transparent;
		border-top: 0 none;
		clear: both;
		margin: 0 0 0 0;
		overflow: hidden;
		padding-top: 20px;
	}
	.fcolumn {
		float: none;
		width: 100%;
	}
	#sidebar .WPBannerizeWidget {
		float: none;
		overflow: hidden;
		padding: 0 2% 15px;
		width: 100%;
		display: none;
	}
	.flexslider {
		margin: 0;
		width: 98%;
	}
	.purerecipe.teared #recipe-add-data {
		position: static;
		width: auto;
	}
	.purerecipe.tearedh .recipe-image,
	.purerecipe.teared .recipe-image,
	.purerecipe.teared #recipe-add-data:before {
		height: auto;
		max-width: 35%;
		right: -3px;
	}
	.rightsb .comment-body,
	.comment-body {
		float: left;
		padding: 5px;
		width: 300px;
	}
	.rightsb #comments-list .vcard,
	#comments-list .vcard {
		float: right;
		padding: 5px 0px 10px 0;
		width: 110px;
		margin-right: 0px;
		margin-left: 0px;
	}
	.rightsb #comments-list ul.children .depth-2 .comment-body,
	#comments-list ul.children .depth-2 .comment-body {
		width: 320px;
	}
	.container {
		overflow: hidden;
	}
	.purerecipe.tearedh:before {
		right: 32px;
		top: -15px;
	}
	.purerecipe.tearedh .recipe-image,
	.purerecipe.teared .recipe-image,
	.purerecipe.teared #recipe-add-data:before {
		top: 5px;
	}
	#purerecipe-wrapper.photo h3 {
		width: 65%;
	}
	.purerecipe header {
		min-height: 135px;
	}
	.purerecipe.tearedh h4,
	.purerecipe.tearedh h3 {
		font-size: 32px;
	}
	.purerecipe.tearedh h4 {
		font-size: 25px;
	}
	header h1 a {
		width: 250px!important;
	}
}

@media only screen and (min-width: 320px) and (max-width: 479px) {
	#mobile-nav {
		display: block;
		margin: 0 0 0 auto;
	}
	.page article.page h2.entry-title,
	.single article.post h2.entry-title {
		font-size: 18px;
		line-height: 32px;
		margin-bottom: 0;
	}
	.fulllay article.post h2.entry-title {
		font-size: 18px
	}
	header h1 {
		float: none;
		text-align: center;
		padding: 0;
	}
	#nav ul {
		display: none;
	}
	.container {
		width: 100%;
		padding: 0px;
	}
	.single #comment-tabs {
		width: 100%;
	}
	.rightsb #primary,
	#primary {
		float: none;
		width: 93%;
	}
	.rightsb #content,
	#content {
		float: none;
		margin-left: 00px;
		width: 100%;
	}
	article.post {
		height: auto;
		margin-bottom: 20px;
		margin-right: 0;
		width: 295px;
	}
	div.recipe-meta {
		display: none
	}
	.footer-widgets {
		box-shadow: 0px;
	}
	#sidebar {
		margin: 0 10px 20px 0;
	}
	h3#comments-title {
		margin-left: 0px;
	}
	.purerecipe.teared:before,
	.purerecipe.tearedh:before {
		display: none;
	}
	#articles article.post .entry-content {
		height: 135px;
		overflow: hidden;
	}
	#sidebar .widget.socialize {
		height: auto;
		width: auto;
		display: block;
	}
	.page article.post,
	.single article.post {
		width: 100%;
	}
	.purerecipe.teared ul.ingredients {
		width: 100%;
	}
	.hasImage #recipe-desc {
		width: 100%;
	}
	#respond,
	#comments-list ul.children {
		margin-left: 0px;
	}
	.rightsb #respond {
		margin-left: 0;
		margin-right: 0px;
	}
	.rightsb #comments-list ul.children {
		margin-left: 0;
		margin-right: 0px;
	}
	.template-subtitle {
		margin-left: 0px;
	}
	#pattern-container {
		background: none repeat scroll 0 0 transparent;
		border-top: 0 none;
		clear: both;
		margin: 0 0 0 0;
		overflow: hidden;
		padding-top: 20px;
	}
	.fcolumn {
		float: none;
		width: 100%;
	}
	.rightsb #sidebar {
		margin: 0px;
	}
	#sidebar .widget {
		float: left;
		overflow: hidden;
		padding: 0 2% 15px;
		width: 100%;
		/*display: none;*/
	}
	#sidebar .widget.widget_search,
	.post-shortlink {
		display: none;
	}
	#purerecipe-wrapper.elegant {
		padding: 0px;
	}
	#recipe-content {
		padding: 0px 10px 20px;
	}
	.purerecipe.elegant #recipe-content {
		padding: 0 10px 45px;
	}
	.purerecipe.elegant .recipe-image {
		display: none;
	}
	.purerecipe.tearedh #recipe-add-data,
	.purerecipe.teared #recipe-add-data {
		position: static;
		width: auto;
	}
	.purerecipe.teared .recipe-image,
	.purerecipe.teared #recipe-add-data:before {
		display: none
	}
	.purerecipe.tearedh .recipe-image {
		position: static;
		width: 100%;
		height: auto;
	}
	.rightsb .comment-body,
	.comment-body {
		float: none;
		padding: 10px;
		width: auto
	}
	.rightsb #comments-list .vcard,
	#comments-list .vcard {
		float: none;
		padding: 15px 10px 10px 0;
		width: auto;
		margin-right: 0px;
	}
	.rightsb #comments-list ul.children .depth-2 .comment-body,
	#comments-list ul.children .depth-2 .comment-body {
		width: auto
	}
	.container {
		overflow: hidden;
	}
	.purerecipe.tearedh .recipe-image,
	.purerecipe.teared .recipe-image,
	.purerecipe.teared #recipe-add-data:before {
		top: 5px;
	}
	#purerecipe-wrapper.photo h3 {
		width: 100%;
		text-align: center;
		padding-top: 0;
	}
	.purerecipe header {
		min-height: 135px;
	}
	.purerecipe.tearedh h4,
	.purerecipe.tearedh h3 {
		font-size: 25px;
	}
	.purerecipe.tearedh h4 {
		font-size: 21px;
	}
	.flex-direction-nav li a {
		/*background: url("https://gozbi.lyusil.com/wp-content/themes/cookingblog/images/nav_thumbs_note.png") no-repeat scroll left top rgba(0, 0, 0, 0);*/
		/*top rgba(0, 0, 0, 0);*/
		cursor: pointer;
		/*height: 26px;
		left: -14px;
		margin-top: -13px;
		opacity: 0.8;
		position: absolute;
		text-indent: -9000px;
		
		width: 14px;*/
		top: 30%;
	}
	header h1 a {
		width: 84px!important;
		background-size: 84px!important;
		height: 50px!important;
	}
	header.main h1 span {
		font-size: 10px;
	}
	.flex-direction-nav li .next {
		background-position: right top;
		left: auto;
		right: 0px;
	}
	#commentform input#submit {
		margin-left: 40%;
		width: auto;
	}
	#commentform textarea,
	#commentform input {
		width: 243px;
	}
}

@media only screen and (min-width: 240px) and (max-width: 319px) {
	#mobile-nav {
		display: block;
		margin: 0px auto;
	}
	.page article.page h2.entry-title,
	.single article.post h2.entry-title {
		font-size: 16px;
		line-height: 24px;
		margin-bottom: 0;
	}
	header h1 {
		float: none;
		text-align: center;
	}
	#nav ul {
		display: none;
	}
	.container {
		width: 100%;
		padding: 0px;
	}
	.rightsb #primary,
	#primary {
		float: none;
		width: 93%;
	}
	.rightsb #content,
	#content {
		float: none;
		margin-left: 00px;
		width: 100%;
	}
	.fulllay article.post h2.entry-title {
		font-size: 16px
	}
	article.post {
		height: auto;
		margin-bottom: 20px;
		margin-right: 0;
		width: 220px;
	}
	div.recipe-meta {
		display: none
	}
	#searchform input#s {
		width: 140px
	}
	.footer-widgets {
		box-shadow: 0;
	}
	#sidebar {
		margin: 0 10px 20px 0;
	}
	h3#comments-title {
		margin-left: 0px;
	}
	.purerecipe.teared:before,
	.purerecipe.tearedh:before {
		display: none;
	}
	#articles article.post .entry-content {
		height: 135px;
		overflow: hidden;
	}
	#sidebar .widget.socialize {
		height: auto;
		width: auto;
	}
	.page article.post,
	.single article.post {
		width: 100%;
	}
	.purerecipe.teared ul.ingredients {
		width: 100%;
	}
	.hasImage #recipe-desc {
		width: 100%;
	}
	#respond,
	#comments-list ul.children {
		margin-left: 0px;
	}
	#comments-list ul.children .depth-2 .comment-body {
		width: auto;
	}
	.footer-widgets {
		box-shadow: 0px 0px 0px #fff;
	}
	.template-subtitle {
		margin-left: 0px;
	}
	#pattern-container {
		background: none repeat scroll 0 0 transparent;
		border-top: 0 none;
		clear: both;
		margin: 0 0 0 0;
		overflow: hidden;
		padding-top: 20px;
	}
	.fcolumn {
		border-right: 1px solid #DDDDDD;
		float: none;
		width: 100%;
	}
	#sidebar {
		margin: 0px
	}
	.rightsb #sidebar {
		margin: 0px
	}
	#sidebar .widget {
		float: none;
		overflow: hidden;
		padding: 0 2% 15px;
		width: 100%;
		display: none;
	}
	#sidebar .widget.socialize {
		display: block;
	}
	.purerecipe.teared #recipe-add-data {
		position: static;
		width: auto;
	}
	.purerecipe.tearedh .recipe-image,
	.purerecipe.teared .recipe-image,
	.purerecipe.teared #recipe-add-data:before {
		display: none
	}
	.rightsb .comment-body,
	.comment-body {
		float: none;
		padding: 10px;
		width: auto;
	}
	.rightsb #respond,
	#respond {
		margin: 0px;
	}
	.rightsb #comments-list ul.children .depth-2 .comment-body,
	#comments-list ul.children .depth-2 .comment-body {
		width: auto
	}
	.rightsb #comments-list ul.children,
	#comments-list ul.children {
		margin: 0px;
	}
	.rightsb #comments-list .vcard,
	#comments-list .vcard {
		float: none;
		padding: 10px;
		width: auto;
		margin: 0px;
	}
	#comments-list .vcard {
		float: left;
		padding: 15px 10px 10px 0;
		width: 110px;
		margin-right: 0px;
	}
	.container {
		overflow: hidden;
	}
	.container {
		overflow: hidden;
	}
	.purerecipe.tearedh .recipe-image,
	.purerecipe.teared .recipe-image,
	.purerecipe.teared #recipe-add-data:before {
		top: 5px;
	}
	#purerecipe-wrapper.photo h3 {
		width: 100%;
	}
	.purerecipe header {
		min-height: 135px;
	}
	.purerecipe.tearedh h4,
	.purerecipe.tearedh h3 {
		font-size: 21px;
	}
	.purerecipe.tearedh h4 {
		font-size: 15px;
	}
	#content p {
		padding: 4px 0;
	}
	#recipe-content {
		padding: 0 7px 0 15px;
	}
	.purerecipe header {
		min-height: 177px;
		padding: 40px 5px 10px 20px;
	}
	header h1 a {
		background-position: -17px!important;
	}
	.flex-direction-nav li a {
		background: url("https://gozbi.lyusil.com/wp-content/themes/cookingblog/images/nav_thumbs_note.png") no-repeat scroll left top rgba(0, 0, 0, 0);
		top rgba(0,
		0,
		0,
		0);
		cursor: pointer;
		height: 26px;
		left: -14px;
		margin-top: -13px;
		opacity: 0.8;
		position: absolute;
		text-indent: -9000px;
		top: 30%;
		width: 14px;
	}
	.flex-direction-nav li .next {
		background-position: right top;
		left: auto;
		right: 0px;
	}
	#commentform input#submit {
		margin-left: 40%;
		width: auto;
	}
	#commentform textarea,
	#commentform input {
		width: 200px;
	}
}


/*	Retina media query.
	Overrides styles for devices with a
	device-pixel-ratio of 2+, such as iPhone 4.
-----------------------------------------------    */

@media only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-device-pixel-ratio: 2) {
	body {}
}


/**
 * Non-semantic helper classes: please define your styles before this section.
*/


/* For image replacement */

.ir {
	display: block;
	text-indent: -999em;
	overflow: hidden;
	background-repeat: no-repeat;
	text-align: left;
	direction: ltr;
}

.ir br {
	display: none;
}


/* Hide for both screenreaders and browsers:
   css-discuss.incutio.com/wiki/Screenreader_Visibility */

.hidden {
	display: none;
	visibility: hidden;
}


/* Hide only visually, but have it available for screenreaders: by Jon Neal.
  www.webaim.org/techniques/css/invisiblecontent/  &  j.mp/visuallyhidden */

.visuallyhidden {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}


/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: drupal.org/node/897638 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
	clip: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	position: static;
	width: auto;
}


/* Hide visually and from screenreaders, but maintain layout */

.invisible {
	visibility: hidden;
}


/* The Magnificent Clearfix: Updated to prevent margin-collapsing on child elements in most situations.
   nicolasgallagher.com/micro-clearfix-hack/ */

.clearfix:before,
.clearfix:after {
	content: "";
	display: table;
}

.clearfix:after {
	clear: both;
}

.clearfix {
	zoom: 1;
}


/**
 * Print styles.
 *
 * Inlined to avoid required HTTP connection: www.phpied.com/delay-loading-your-print-css/
*/

@media print {
	* {
		background: transparent !important;
		color: black !important;
		text-shadow: none !important;
		filter: none !important;
		-ms-filter: none !important;
	}
	/* Black prints faster: sanbeiji.com/archives/953 */
	a,
	a:visited {
		color: #444 !important;
		text-decoration: underline;
	}
	a[href]:after {
		content: " (" attr(href) ")";
	}
	abbr[title]:after {
		content: " (" attr(title) ")";
	}
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content: "";
	}
	/* Don't show links for images, or javascript/internal links */
	pre,
	blockquote {
		border: 1px solid #999;
		page-break-inside: avoid;
	}
	thead {
		display: table-header-group;
	}
	/* css-discuss.incutio.com/wiki/Printing_Tables */
	tr,
	img {
		page-break-inside: avoid;
		page-break-after: avoid;
		width: auto;
		height: 0px;
	}
	img {
		max-width: 100% !important;
	}
	@page {
		margin: 0.5cm;
	}
	p,
	h2,
	h3 {
		orphans: 3;
		widows: 3;
	}
	h2,
	h3 {
		page-break-after: avoid;
	}
	h3#comments-title,
	#comments-list,
	#respond,
	.contentinfo,
	#primary,
	img {
		display: none;
		float: none;
		width: auto;
		height: 10px;
	}
	#content {
		float: none;
		width: auto;
	}
}


/** END HTML5 Boilerplate CSS **/


/** START Starkers CSS **/


/* LAYOUT */


/* ----------------------------------------- */


/* These rather presentational classes are generated by WordPress, so it's useful to have some styles for them. Edit as you see fit. More info: http://codex.wordpress.org/CSS */

.aligncenter {
	display: block;
	margin: 0 auto
}

.alignleft {
	float: left
}

.alignright {
	float: right
}

#content p.wp-caption-text {
	padding: 10px 0px;
}

.wp-caption.alignleft {
	margin-left: 0px;
	margin-right: 20px;
}

.wp-caption.alignright {
	margin-left: 20px;
	margin-right: 0px;
}

.wp-caption img {
	border: 2px solid #ddd
}

.wp-caption:hover img {
	opacity: 0.9;
}


/* You might find the following useful */


/* div, ul, li { position:relative } This will save you having to declare each div / ul / li's position as 'relative' and allows you to absolutely position elements inside them
br.clear { clear:both; display:block; height:1px; margin:-1px 0 0 0 } /* Use this br class to clear your floated columns */

li#theme-switcher {
	background: #fff;
	border: 10px solid red;
	padding: 20px;
	position: fixed;
	top: 0;
	right: 0
}


/* Use this if you have the Theme Switcher Reloaded plugin (http://themebot.com/webmaster-tools/1-wordpress-theme-switcher-reloaded) installed and want to make it nice and obvious */

*/
/* TYPOGRAPHY */


/* ----------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: bold
}


/* This helps to identify headings at the initial build stage, so I thought it'd be useful to have it */

.alert {
	background: red;
	color: white
}


/* 'alert' has a basic style, since it's useful to have it standing out for testing purposes.




*/


/** END Starkers CSS **/


/** START WordPress-Defined CSS Classes **/

.wp-caption-text {}

.gallery-caption {}

.gallery .gallery-icon img {
	border: 8px solid #FFFFFF !important;
	box-shadow: 1px 1px 1px #DDDDDD;
}

.gallery .gallery-icon a:hover {
	opacity: 0.9
}

.gallery-caption {
	background: none repeat scroll 0 0 #FFFFFF;
	bottom: 0;
	font-family: 'Arial';
	font-size: 11px;
	padding: 5px;
	position: absolute;
}

.gallery-item {
	position: relative;
}

.bypostauthor {}

.sticky {}


/** END WordPress-Defined CSS Classes **/


/*
 * CSS Styles that are needed by jScrollPane for it to operate correctly.
 *
 * Include this stylesheet in your site or copy and paste the styles below into your stylesheet - jScrollPane
 * may not operate correctly without them.
*/

.jspContainer {
	overflow: hidden;
	position: relative;
}

.jspPane {
	position: absolute;
}

.jspVerticalBar {
	position: absolute;
	top: 0;
	right: 0;
	width: 12px;
	height: 100%;
	background: red;
}

.jspHorizontalBar {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 16px;
}

.jspVerticalBar *,
.jspHorizontalBar * {
	margin: 0;
	padding: 0;
}

.jspCap {
	display: none;
}

.jspHorizontalBar .jspCap {
	float: left;
}

.jspTrack {
	background: #111;
	position: relative;
}

.jspDrag {
	background: #666;
	position: relative;
	top: 0;
	left: 0;
	cursor: pointer;
}

.jspHorizontalBar .jspTrack,
.jspHorizontalBar .jspDrag {
	float: left;
	height: 100%;
}

.jspArrow {
	background: #50506d;
	text-indent: -20000px;
	display: block;
	cursor: pointer;
}

.jspArrow.jspDisabled {
	cursor: default;
	background: #80808d;
}

.jspVerticalBar .jspArrow {
	height: 16px;
}

.jspHorizontalBar .jspArrow {
	width: 16px;
	float: left;
	height: 100%;
}

.jspVerticalBar .jspArrow:focus {
	outline: none;
}

.jspCorner {
	background: #333;
	float: left;
	height: 100%;
}


/* Yuk! CSS Hack for IE6 3 pixel bug :( */

* html .jspCorner {
	margin: 0 -3px 0 0;
}


/* CONTACT FORM 7 SPECIFIC STUFF*/

.addrecipe {
	padding: 15px;
	border: none;
}

.addrecipe-form fieldset.error {
	border-right: 5px double #CF4913
}

.addrecipe-form fieldset {
	background: url("https://gozbi.lyusil.com/wp-content/themes/cookingblog/images/recipe/tearedh-bg.png") repeat scroll left top transparent;
	margin: 0px 0 0;
	overflow: hidden;
	padding: 10px 10px 35px 35px;
	position: relative
}

.addrecipe-form fieldset span.req {
	background: url("https://gozbi.lyusil.com/wp-content/themes/cookingblog/images/recipe/yellowcard-bg.png") no-repeat scroll right top #FFFF9E;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
	display: block;
	padding: 4px;
	position: absolute;
	right: 5px;
	top: 5px;
	width: auto;
}

.addrecipe-form #submit {
	margin: 0px;
	background: url("https://gozbi.lyusil.com/wp-content/themes/cookingblog/images/recipe/yellowcard-bg.png") no-repeat scroll right top #FFFF9E;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
	float: left;
}

.addrecipe-form fieldset h4 {
	padding-top: 5px
}

.addrecipe-form fieldset label {
	display: block;
	float: left;
	font-weight: normal;
	line-height: 1.4;
	margin-left: 10px;
	padding-top: 4px;
	width: 20%;
}

.addrecipe-form fieldset:last-child {
	margin: 0;
}

.addrecipe-form fieldset input#title {
	width: 70%;
}

.addrecipe-form fieldset input[type="text"] {
	width: 215px;
	padding: 5px 8px;
	font-size: 1.2em;
	color: #666;
	border: 1px solid #c7c7c7;
	box-shadow: 0px 2px 6px #E2E2E2 inset
}

select {
	padding: 5px;
	border: 1px solid #ddd;
}

a.move {
	display: block;
	height: 20px;
	text-indent: -9999px;
	width: 20px;
	cursor: move;
}

a.delete {
	display: block;
	height: 16px;
	text-indent: -9999px;
	width: 16px;
}

#nutritionfacts_list {
	overflow: hidden;
}

#nutritionfacts_list li {
	background: none;
	border-radius: 4px 4px 4px 4px;
	float: left;
	margin-right: 10px;
	margin-top: 10px;
	padding: 4px 10px;
}

#nutritionfacts_list li input {
	background: none repeat scroll 0 0 transparent;
	border-color: #777777;
	border-radius: 0 0 0 0;
	border-style: none none dashed;
	border-width: 0 0 1px;
	box-shadow: 0 0 0;
	margin: 0 3px;
	padding: 4px;
	width: 60px;
}

#ingridients-sort {
	border: 1px solid #ddd;
	margin-bottom: 30px;
}

#ingridients-sort th {
	background: none repeat scroll 0 0 #FFFFFF;
	font-weight: normal;
	padding: 10px;
	text-align: left;
}

tr.ingridients-cont {
	background: #fff;
}

tr.ingridients-cont:nth-child(odd) {
	background: #FAFAFA;
}

tr.ingridients-cont.separator {
	background: #ddd
}

tr.ingridients-cont.separator input.notes {
	display: none;
}

.ingridients-cont input {
	background-color: #FFFFFF;
	border: 1px solid #DFDFDF;
	border-radius: 3px 3px 3px 3px;
	padding: 5px;
	width: 100%;
}

a.add_separator,
a.add_ingridient {
	background: none repeat scroll 0 0 #E2E2E2;
	border: 1px solid #DDDDDD;
}

.addrecipe-form fieldset textarea {
	width: 430px;
}

.addrecipe-form input[type="submit"] {
	padding: 8px 15px;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	line-height: 1;
	color: #444;
	border: none;
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.85);
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fff), to(#bbb));
	background-image: -moz-linear-gradient(0 100% 90deg, #fff, #bbb);
	background: #FFFFFF url('https://gozbi.lyusil.com/wp-content/themes/cookingblog/images/grad.jpg') left top repeat-x;
	-webkit-border-radius: 23px;
	-moz-border-radius: 23px;
	-o-border-radius: 23px;
	border-radius: 23px;
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
}

@-webkit-keyframes pulse {
	0% {
		-webkit-box-shadow: 0 0 12px rgba(64, 31, 31, 0.2);
	}
	50% {
		-webkit-box-shadow: 0 0 12px rgba(64, 31, 31, 0.9);
	}
	100% {
		-webkit-box-shadow: 0 0 12px rgba(64, 31, 31, 0.2);
	}
}

.addrecipe-form fieldset input[type="text"]:focus,
.addrecipe-form fieldset textarea:focus {
	-webkit-animation: pulse 1.5s infinite ease-in-out;
}

.addrecipe-form fieldset input[type="submit"]:hover,
.addrecipe-form fieldset input[type="submit"]:focus {
	-webkit-animation: pulse 1.5s infinite ease-in-out;
}

.addrecipe .box-ok-outer,
#new_post .box-error-outer {
	display: none;
}

.addrecipe .box-ok-outer.show,
#new_post .box-error-outer.show {
	display: block;
}

#content #new_post .box-error {
	padding: 0px 7px 7px
}

#content #new_post .box-error p {
	padding-bottom: 0px;
	background-position: 5px 10px
}

fieldset.submit span {
	background: url("https://gozbi.lyusil.com/wp-content/themes/cookingblog/images/ajax-loader.gif") no-repeat scroll 0 0 transparent;
	display: none;
	float: left;
	height: 24px;
	margin-left: 15px;
	margin-top: 5px;
	text-indent: -9999px;
	width: 24px;
}

.loginbox.tabs-content .tab {
	background: url("https://gozbi.lyusil.com/wp-content/themes/cookingblog/images/recipe/tearedh-bg.png") repeat scroll left top transparent;
	border: none;
	padding-left: 40px;
}

.loginbox h3 {
	padding: 5px 0px;
}

.loginbox label {
	display: block;
	float: left;
	width: 145px;
}

.entry-content .addrecipe ul {
	list-style: none;
	padding: 0px;
}

#login-register-password ul.tabs {
	margin-left: 20px;
}

#login-register-password ul.tabs li.active {
	background: url("https://gozbi.lyusil.com/wp-content/themes/cookingblog/images/recipe/yellowcard-bg.png") no-repeat scroll right top #FFFF9E;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}

.loginbox input {
	background: url("https://gozbi.lyusil.com/wp-content/themes/cookingblog/images/recipe/yellowcard-bg.png") no-repeat scroll right top #fff8c8;
	padding: 5px;
	border: 1px solid #fbdb00
}

.loginbox input[type="submit"] {
	padding: 10px 20px;
	border-radius: 24px 24px 24px 24px;
	font-family: 'Droid Serif';
	font-size: 12px;
	font-style: italic;
	letter-spacing: 1px;
	line-height: 12px;
	text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.7);
	margin-top: 30px;
}

#rememberme {
	margin-right: 10px;
}


/* @group Base */

.chzn-container {
	font-size: 13px;
	position: relative;
	display: inline-block;
	zoom: 1;
	*display: inline;
}

.chzn-container .chzn-drop {
	background: #fff;
	border: 1px solid #aaa;
	border-top: 0;
	position: absolute;
	top: 29px;
	left: 0;
	-webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, .15);
	-moz-box-shadow: 0 4px 5px rgba(0, 0, 0, .15);
	-o-box-shadow: 0 4px 5px rgba(0, 0, 0, .15);
	box-shadow: 0 4px 5px rgba(0, 0, 0, .15);
	z-index: 1010;
}


/* @end */


/* @group Single Chosen */

.chzn-container-single .chzn-single {
	background-color: #ffffff;
	filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0);
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(20%, #ffffff), color-stop(50%, #f6f6f6), color-stop(52%, #eeeeee), color-stop(100%, #f4f4f4));
	background-image: -webkit-linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
	background-image: -moz-linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
	background-image: -o-linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
	background-image: -ms-linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
	background-image: linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	border: 1px solid #aaaaaa;
	-webkit-box-shadow: 0 0 3px #ffffff inset, 0 1px 1px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 0 3px #ffffff inset, 0 1px 1px rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 3px #ffffff inset, 0 1px 1px rgba(0, 0, 0, 0.1);
	display: block;
	overflow: hidden;
	white-space: nowrap;
	position: relative;
	height: 23px;
	line-height: 24px;
	padding: 0 0 0 8px;
	color: #444444;
	text-decoration: none;
}

.chzn-container-single .chzn-default {
	color: #999;
}

.chzn-container-single .chzn-single span {
	margin-right: 26px;
	display: block;
	overflow: hidden;
	white-space: nowrap;
	-o-text-overflow: ellipsis;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
}

.chzn-container-single .chzn-single abbr {
	display: block;
	position: absolute;
	right: 26px;
	top: 6px;
	width: 12px;
	height: 13px;
	font-size: 1px;
	background: url('https://gozbi.lyusil.com/wp-content/themes/cookingblog/images/chosen-sprite.png') right top no-repeat;
}

.chzn-container-single .chzn-single abbr:hover {
	background-position: right -11px;
}

.chzn-container-single.chzn-disabled .chzn-single abbr:hover {
	background-position: right top;
}

.chzn-container-single .chzn-single div {
	position: absolute;
	right: 0;
	top: 0;
	display: block;
	height: 100%;
	width: 18px;
}

.chzn-container-single .chzn-single div b {
	background: url('https://gozbi.lyusil.com/wp-content/themes/cookingblog/images/chosen-sprite.png') no-repeat 0 0;
	display: block;
	width: 100%;
	height: 100%;
}

.chzn-container-single .chzn-search {
	padding: 3px 4px;
	position: relative;
	margin: 0;
	white-space: nowrap;
	z-index: 1010;
}

.chzn-container-single .chzn-search input {
	background: #fff url('https://gozbi.lyusil.com/wp-content/themes/cookingblog/images/chosen-sprite.png') no-repeat 100% -22px;
	background: url('https://gozbi.lyusil.com/wp-content/themes/cookingblog/images/chosen-sprite.png') no-repeat 100% -22px, -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(1%, #eeeeee), color-stop(15%, #ffffff));
	background: url('https://gozbi.lyusil.com/wp-content/themes/cookingblog/images/chosen-sprite.png') no-repeat 100% -22px, -webkit-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
	background: url('https://gozbi.lyusil.com/wp-content/themes/cookingblog/images/chosen-sprite.png') no-repeat 100% -22px, -moz-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
	background: url('https://gozbi.lyusil.com/wp-content/themes/cookingblog/images/chosen-sprite.png') no-repeat 100% -22px, -o-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
	background: url('https://gozbi.lyusil.com/wp-content/themes/cookingblog/images/chosen-sprite.png') no-repeat 100% -22px, -ms-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
	background: url('https://gozbi.lyusil.com/wp-content/themes/cookingblog/images/chosen-sprite.png') no-repeat 100% -22px, linear-gradient(top, #eeeeee 1%, #ffffff 15%);
	margin: 1px 0;
	padding: 4px 20px 4px 5px;
	outline: 0;
	border: 1px solid #aaa;
	font-family: sans-serif;
	font-size: 1em;
}

.chzn-container-single .chzn-drop {
	-webkit-border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	border-radius: 0 0 4px 4px;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
}


/* @end */

.chzn-container-single-nosearch .chzn-search input {
	position: absolute;
	left: -9000px;
}


/* @group Multi Chosen */

.chzn-container-multi .chzn-choices {
	background-color: #fff;
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(1%, #eeeeee), color-stop(15%, #ffffff));
	background-image: -webkit-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
	background-image: -moz-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
	background-image: -o-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
	background-image: -ms-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
	background-image: linear-gradient(top, #eeeeee 1%, #ffffff 15%);
	border: 1px solid #aaa;
	margin: 0;
	padding: 0;
	cursor: text;
	overflow: hidden;
	height: auto !important;
	height: 1%;
	position: relative;
}

.chzn-container-multi .chzn-choices li {
	float: left;
	list-style: none;
}

.chzn-container-multi .chzn-choices .search-field {
	white-space: nowrap;
	margin: 0;
	padding: 0;
}

.chzn-container-multi .chzn-choices .search-field input {
	color: #666;
	background: transparent !important;
	border: 0 !important;
	font-family: sans-serif;
	font-size: 100%;
	/*height: 15px;*/
	padding: 5px;
	margin: 1px 0;
	outline: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-o-box-shadow: none;
	box-shadow: none;
}

.chzn-container-multi .chzn-choices .search-field .default {
	color: #999;
}

.chzn-container-multi .chzn-choices .search-choice {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	background-color: #e4e4e4;
	filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#f4f4f4', endColorstr='#eeeeee', GradientType=0);
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eeeeee));
	background-image: -webkit-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
	background-image: -moz-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
	background-image: -o-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
	background-image: -ms-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
	background-image: linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
	-webkit-box-shadow: 0 0 2px #ffffff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
	-moz-box-shadow: 0 0 2px #ffffff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
	box-shadow: 0 0 2px #ffffff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
	color: #333;
	border: 1px solid #aaaaaa;
	line-height: 13px;
	padding: 3px 20px 3px 5px;
	margin: 3px 0 3px 5px;
	position: relative;
	cursor: default;
}

.chzn-container-multi .chzn-choices .search-choice-focus {
	background: #d4d4d4;
}

.chzn-container-multi .chzn-choices .search-choice .search-choice-close {
	display: block;
	position: absolute;
	right: 3px;
	top: 4px;
	width: 12px;
	height: 13px;
	font-size: 1px;
	background: url('https://gozbi.lyusil.com/wp-content/themes/cookingblog/images/chosen-sprite.png') right top no-repeat;
}

.chzn-container-multi .chzn-choices .search-choice .search-choice-close:hover {
	background-position: right -11px;
}

.chzn-container-multi .chzn-choices .search-choice-focus .search-choice-close {
	background-position: right -11px;
}


/* @end */


/* @group Results */

.chzn-container .chzn-results {
	margin: 0 4px 4px 0;
	max-height: 240px;
	padding: 0 0 0 4px;
	position: relative;
	overflow-x: hidden;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
}

.chzn-container-multi .chzn-results {
	margin: -1px 0 0;
	padding: 0;
}

.chzn-container .chzn-results li {
	display: none;
	line-height: 15px;
	padding: 5px 6px;
	margin: 0;
	list-style: none;
}

.chzn-container .chzn-results .active-result {
	cursor: pointer;
	display: list-item;
}

.chzn-container .chzn-results .highlighted {
	background-color: #3875d7;
	filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#3875d7', endColorstr='#2a62bc', GradientType=0);
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(20%, #3875d7), color-stop(90%, #2a62bc));
	background-image: -webkit-linear-gradient(top, #3875d7 20%, #2a62bc 90%);
	background-image: -moz-linear-gradient(top, #3875d7 20%, #2a62bc 90%);
	background-image: -o-linear-gradient(top, #3875d7 20%, #2a62bc 90%);
	background-image: -ms-linear-gradient(top, #3875d7 20%, #2a62bc 90%);
	background-image: linear-gradient(top, #3875d7 20%, #2a62bc 90%);
	color: #fff;
}

.chzn-container .chzn-results li em {
	background: #feffde;
	font-style: normal;
}

.chzn-container .chzn-results .highlighted em {
	background: transparent;
}

.chzn-container .chzn-results .no-results {
	background: #f4f4f4;
	display: list-item;
}

.chzn-container .chzn-results .group-result {
	cursor: default;
	color: #999;
	font-weight: bold;
}

.chzn-container .chzn-results .group-option {
	padding-left: 15px;
}

.chzn-container-multi .chzn-drop .result-selected {
	display: none;
}

.chzn-container .chzn-results-scroll {
	background: white;
	margin: 0 4px;
	position: absolute;
	text-align: center;
	width: 321px;
	/* This should by dynamic with js */
	z-index: 1;
}

.chzn-container .chzn-results-scroll span {
	display: inline-block;
	height: 17px;
	text-indent: -5000px;
	width: 9px;
}

.chzn-container .chzn-results-scroll-down {
	bottom: 0;
}

.chzn-container .chzn-results-scroll-down span {
	background: url('https://gozbi.lyusil.com/wp-content/themes/cookingblog/images/chosen-sprite.png') no-repeat -4px -3px;
}

.chzn-container .chzn-results-scroll-up span {
	background: url('https://gozbi.lyusil.com/wp-content/themes/cookingblog/images/chosen-sprite.png') no-repeat -22px -3px;
}


/* @end */


/* @group Active  */

.chzn-container-active .chzn-single {
	-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .3);
	-moz-box-shadow: 0 0 5px rgba(0, 0, 0, .3);
	-o-box-shadow: 0 0 5px rgba(0, 0, 0, .3);
	box-shadow: 0 0 5px rgba(0, 0, 0, .3);
	border: 1px solid #5897fb;
}

.chzn-container-active .chzn-single-with-drop {
	border: 1px solid #aaa;
	-webkit-box-shadow: 0 1px 0 #fff inset;
	-moz-box-shadow: 0 1px 0 #fff inset;
	-o-box-shadow: 0 1px 0 #fff inset;
	box-shadow: 0 1px 0 #fff inset;
	background-color: #eee;
	filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#ffffff', GradientType=0);
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(20%, #eeeeee), color-stop(80%, #ffffff));
	background-image: -webkit-linear-gradient(top, #eeeeee 20%, #ffffff 80%);
	background-image: -moz-linear-gradient(top, #eeeeee 20%, #ffffff 80%);
	background-image: -o-linear-gradient(top, #eeeeee 20%, #ffffff 80%);
	background-image: -ms-linear-gradient(top, #eeeeee 20%, #ffffff 80%);
	background-image: linear-gradient(top, #eeeeee 20%, #ffffff 80%);
	-webkit-border-bottom-left-radius: 0;
	-webkit-border-bottom-right-radius: 0;
	-moz-border-radius-bottomleft: 0;
	-moz-border-radius-bottomright: 0;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}

.chzn-container-active .chzn-single-with-drop div {
	background: transparent;
	border-left: none;
}

.chzn-container-active .chzn-single-with-drop div b {
	background-position: -18px 1px;
}

.chzn-container-active .chzn-choices {
	-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .3);
	-moz-box-shadow: 0 0 5px rgba(0, 0, 0, .3);
	-o-box-shadow: 0 0 5px rgba(0, 0, 0, .3);
	box-shadow: 0 0 5px rgba(0, 0, 0, .3);
	border: 1px solid #5897fb;
}

.chzn-container-active .chzn-choices .search-field input {
	color: #111 !important;
}


/* @end */


/* @group Disabled Support */

.chzn-disabled {
	cursor: default;
	opacity: 0.5 !important;
}

.chzn-disabled .chzn-single {
	cursor: default;
}

.chzn-disabled .chzn-choices .search-choice .search-choice-close {
	cursor: default;
}


/* @group Right to Left */

.chzn-rtl {
	text-align: right;
}

.chzn-rtl .chzn-single {
	padding: 0 8px 0 0;
	overflow: visible;
}

.chzn-rtl .chzn-single span {
	margin-left: 26px;
	margin-right: 0;
	direction: rtl;
}

.chzn-rtl .chzn-single div {
	left: 3px;
	right: auto;
}

.chzn-rtl .chzn-single abbr {
	left: 26px;
	right: auto;
}

.chzn-rtl .chzn-choices .search-field input {
	direction: rtl;
}

.chzn-rtl .chzn-choices li {
	float: right;
}

.chzn-rtl .chzn-choices .search-choice {
	padding: 3px 5px 3px 19px;
	margin: 3px 5px 3px 0;
}

.chzn-rtl .chzn-choices .search-choice .search-choice-close {
	left: 4px;
	right: auto;
	background-position: right top;
}

.chzn-rtl.chzn-container-single .chzn-results {
	margin: 0 0 4px 4px;
	padding: 0 4px 0 0;
}

.chzn-rtl .chzn-results .group-option {
	padding-left: 0;
	padding-right: 15px;
}

.chzn-rtl.chzn-container-active .chzn-single-with-drop div {
	border-right: none;
}

.chzn-rtl .chzn-search input {
	background: #fff url('https://gozbi.lyusil.com/wp-content/themes/cookingblog/images/chosen-sprite.png') no-repeat -38px -22px;
	background: url('https://gozbi.lyusil.com/wp-content/themes/cookingblog/images/chosen-sprite.png') no-repeat -38px -22px, -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(1%, #eeeeee), color-stop(15%, #ffffff));
	background: url('https://gozbi.lyusil.com/wp-content/themes/cookingblog/images/chosen-sprite.png') no-repeat -38px -22px, -webkit-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
	background: url('https://gozbi.lyusil.com/wp-content/themes/cookingblog/images/chosen-sprite.png') no-repeat -38px -22px, -moz-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
	background: url('https://gozbi.lyusil.com/wp-content/themes/cookingblog/images/chosen-sprite.png') no-repeat -38px -22px, -o-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
	background: url('https://gozbi.lyusil.com/wp-content/themes/cookingblog/images/chosen-sprite.png') no-repeat -38px -22px, -ms-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
	background: url('https://gozbi.lyusil.com/wp-content/themes/cookingblog/images/chosen-sprite.png') no-repeat -38px -22px, linear-gradient(top, #eeeeee 1%, #ffffff 15%);
	padding: 4px 5px 4px 20px;
	direction: rtl;
}


/* @end */


/* tooltip styling */

.tooltip {
	background: url("https://gozbi.lyusil.com/wp-content/themes/cookingblog/images/recipe/tearedh-bg.png") repeat scroll 0 0 transparent;
	color: #000000;
	padding: 5px 10px 10px 30px;
	width: 520px;
	display: none;
}


/* a .label element inside tooltip */

.comment-form-url,
.form-allowed-tags {
	display: none;
}

.wp-bannerize-support {
	display: none;
}


/*.pf-content {padding-top: 30px;} */


/* StyleLight2*/


/*body {
    background: url("https://gozbi.lyusil.com/wp-content/themes/cookingblog/images/bg/wood-content-bg2.png") repeat scroll center center #E8E8E8;
}*/

body.rightsb {
	background: url("https://gozbi.lyusil.com/wp-content/themes/cookingblog/images/bg/wood-content-bg2-right.jpg") repeat scroll center center #E8E8E8;
}

.rightsb #nav ul {
	background: #FBFBFB;
	box-shadow: -1px 1px 0 0 #D6D6D6;
}

.template-subtitle {
	background: url("https://gozbi.lyusil.com/wp-content/themes/cookingblog/images/double-line.png") repeat-x scroll center center transparent;
}

.template-subtitle span,
#sidebar h3 span {
	background: none repeat scroll 0 0 #FFFFFF;
	border: 1px solid #999999;
	border-radius: 5px 5px 5px 5px;
	padding: 5px;
}

#sidebar h3 span {
	border: 1px solid #DFDFDF;
	color: #AAA;
}

body.author #author-desc {
	background: url("https://gozbi.lyusil.com/wp-content/themes/cookingblog/images/recipe/tearedh-bg.png") repeat scroll left top transparent;
	width: 650px;
	padding: 20px 20px 20px 40px;
}

#nav ul.menu ul {
	background: #fff
}

#nav ul.menu li.active> a {
	background: #FFFFFF;
}

#searchform,
#searchform-top {
	background: #f0f0ef;
}

#searchform input#s,
#searchform-top input#stop {
	background: #FFFFFF;
	border-bottom: 1px solid #AAAAAA;
	border-left: 1px solid #AAAAAA;
	border-top: 1px solid #AAAAAA;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}

#searchform input#s:focus,
#searchform-top input#stop:focus {
	background: #ddd;
}

#searchsubmit,
#searchsubmit-top {
	background: url("https://gozbi.lyusil.com/wp-content/themes/cookingblog/images/search.png") no-repeat scroll center center #FFFFFF;
	border-bottom: 1px solid #AAAAAA;
	border-right: 1px solid #AAAAAA;
	border-top: 1px solid #AAAAAA;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}

.profileauthor {
	border: 1px solid #dbdbdb;
	padding: 6px 7px;
	width: 190px;
	margin: 0 auto 15px auto;
}

#text-5 p {
	font-size: 1em;
	width: 75%;
	max-width: 30tem;
	margin: 0 auto;
}

#text-5 p::first-letter {
	color: #c69c6d;
	float: left;
	font-size: 3em;
	margin: 6px 0.1em 0 0;
}


/*
    Articles main page
*/

article.page h2.entry-title,
article.post h2.entry-title {
	font-style: italic
}

article.post:nth-child(2n) {
	background: url("https://gozbi.lyusil.com/wp-content/themes/cookingblog/images/recipe/tearedh-bg-h.png") right top repeat transparent;
	padding-left: 0;
	padding-right: 20px;
	box-shadow: -2px -1px 3px rgba(0, 0, 0, 0.2);
	margin-left: 19px;
	margin-right: 13px
}

article.post {
	background: url("https://gozbi.lyusil.com/wp-content/themes/cookingblog/images/recipe/tearedh-bg.png") left top repeat transparent;
	box-shadow: 0px 0px 0px;
	box-shadow: 2px -1px 3px rgba(0, 0, 0, 0.2);
}

.empty_row {
	float: left;
	width: 100%;
}

.page article.post,
.single article.post {
	/* background: url("https://gozbi.lyusil.com/wp-content/themes/cookingblog/images/recipe/tearedh-bg-h.png") repeat scroll right center transparent;*/
	padding: 0px 7px 10px 0px;
	width: auto;
	float: none;
}

.single article.post.attachment #nav-below,
.single article.post.attachment {
	background: none;
}

#articles article footer {
	background: none;
	box-shadow: 0 0 0px #DDDDDD inset;
	margin-top: 10px;
	padding: 10px 0;
}

article.post .attachment-post-thumbnail,
article.post .attachment-medium {
	border: 0px dashed #72acd9;
	height: auto;
	margin: 4% 6%;
	padding: 5px;
	width: 85%;
}

.published-time {
	background: none;
	text-align: right
}

.published-time span {
	background: #fff
}

article.post .attachment-post-thumbnail,
article.post .attachment-medium {
	background: #FFFFFF;
	box-shadow: 0 0 5px 3px #CDCDCD;
}

.archive-page li {
	background: url("https://gozbi.lyusil.com/wp-content/themes/cookingblog/images/li.png") no-repeat scroll left 11px transparent;
	padding-left: 10px;
}


/*
Articles main page - Excerpt mode
*/

.exclay article.post {
	/*background: url("https://gozbi.lyusil.com/wp-content/themes/cookingblog/images/recipe/tearedh-bg.png") left top repeat transparent;
    box-shadow:0px 0px 0px;
    padding-left: 30px;
    margin-right:0px;
    margin-left:0px;
    width:auto;
    box-shadow:2px -1px 3px rgba(0,0,0,0.2);
    min-height: 250px;*/
	padding-left: 30px;
	width: auto;
}

.exclay article.post.has-thumb .attachment-post-thumbnail,
.exclay article.post.has-thumb .attachment-medium {
	border: 0 none;
	box-shadow: 0 0 5px 3px #CDCDCD;
	margin: 12px 0 0;
	padding: 0;
}

.exclay #articles article.post.has-thumb div.recipe-meta {
	background: rgba(0, 0, 0, 0.5);
	background: rgb(0, 0, 0);
	color: #BBBBBB;
}

.exclay #articles article.post.no-thumb div.recipe-meta a {
	color: #000
}


/*
Articles main page - Full mode
*/

.fulllay article.post {
	box-shadow: 0 0px 0px rgba(0, 0, 0, 0.2);
}

.fulllay .published-time span {
	background: #e8e8e8
}

#sidebar h3 {
	color: rgba(0, 0, 0, 0.9);
}

#sidebar h3 {
	background: url("https://gozbi.lyusil.com/wp-content/themes/cookingblog/images/double-line.png") repeat-x scroll center center transparent;
	color: rgba(0, 0, 0, 0.9);
}

.widget ul li {
	background: url("https://gozbi.lyusil.com/wp-content/themes/cookingblog/images/li.png") no-repeat scroll left 18px transparent;
	padding: 7px 0 0 15px;
}

.widget_archive ul li {
	color: #888;
}

.author-bio-box .avatar {
	background: url("https://gozbi.lyusil.com/wp-content/themes/cookingblog/images/bg/xv.png") repeat scroll left top transparent;
}

.widget.socialize ul li input {
	border: 1px solid #ddd;
}

.recentcomments {
	color: #999
}

.recentcomments a {
	color: #000
}

.widget.cookingpress-popular img,
.widget.cookingpress-recent img {
	border: 1px solid #EEEEEE;
}

.post-shortlink {
	width: 100%;
	width: 100%;
}

.post-shortlink input {
	border: 1px solid #DDDDDD;
	border-radius: 5px;
	padding: 5px;
	width: 100%;
}


/*
single
*/

.page .published-time span,
.single .published-time span {
	background: #fff;
}

img.size-large,
img.size-full {
	background: #FFFFFF;
	border: 1px solid rgba(0, 0, 0, 0.1);
}

#nav-below {
	background: url("https://gozbi.lyusil.com/wp-content/themes/cookingblog/images/recipe/tearedh-bg.png") repeat scroll left top transparent;
	margin-top: 20px;
	padding-left: 30px;
	box-shadow: 0px 0px 0px;
}

#entry-author-info {
	background: #fff;
	text-shadow: 0 1px 0 #FFFFFF;
}

#entry-author-info .avatar {
	background: #DDDDDD;
	border: 1px solid #EEEEEE;
	padding: 5px;
}

.panel-wrapper h2 {
	background-color: rgba(255, 255, 255, 0.9);
	/*background: url("https://gozbi.lyusil.com/wp-content/themes/cookingblog/images/back_trans.png") repeat scroll left top transparent;*/
	min-width: 100px;
}

.panel-wrapper p {
	background: #000;
}

.panel-wrapper p span {
	color: #eee;
	font-style: italic
}

.panel-wrapper p a {
	color: #fff;
}


/* Taxonomies */

.advsearch-cont {
	background: url("https://gozbi.lyusil.com/wp-content/themes/cookingblog/images/recipe/tearedh-bg.png") repeat scroll left top transparent;
	padding-top: 20px;
}

.advsearch {
	background: url("https://gozbi.lyusil.com/wp-content/themes/cookingblog/images/recipe/tearedh-bg.png") repeat scroll left top transparent
}

.advsearch .jspDrag {
	background: #165FA9;
}

.advsearch .jspTrack {
	background: #fff;
}

.advsearch a {
	color: #333;
}

.taglist a {
	color: #165FA9;
}

.taglist a.selectedtag {
	border: 1px dashed #d21720;
}

.searchcontrols {
	color: #000;
}

.searchcontrols a.selected {
	border: 1px dashed #D21720;
	border-radius: 46px 46px 46px 46px;
}

input.searchtags {
	background: url("https://gozbi.lyusil.com/wp-content/themes/cookingblog/images/search.png") no-repeat scroll 10px center #FFFF9E;
	border: 1px solid #DDDDDD;
	border-radius: 5px 5px 5px 5px;
	box-shadow: 0 0 3px #DDDDDD;
	color: #000000;
}

#featured {
	background: url("https://gozbi.lyusil.com/wp-content/themes/cookingblog/images/recipe/tearedh-bg.png") repeat scroll right top transparent;
}


/* Arrow styling */

.coda-nav-left a,
.coda-nav-right a {
	background: #fff;
	color: #fff;
}

.coda-slider .panel-wrapper {
	background: #FFFFFF;
	box-shadow: 2px 0 15px #000000;
}

.coda-nav {
	background: transparent;
}

.coda-nav ul li a {
	background: none repeat scroll 0 0 #FFFFFF;
	border-bottom: 1px dashed #DDDDDD;
	border-top: none;
	color: #000000;
}

.coda-nav ul li a.current {
	background: #fff;
}

.coda-slider-wrapper {
	border: 5px solid #FFFFFF;
}

.coda-slider {
	box-shadow: 0 1px 15px rgba(0, 0, 0, 0.2);
	background: #ebebeb;
}

.flexslider {
	background: none;
	padding: 10px;
}

a.comment-reply-link {
	color: #888888;
	text-shadow: 1px 1px 0 #FFFFFF;
}

h3#comments-title {
	background: url("https://gozbi.lyusil.com/wp-content/themes/cookingblog/images/recipe/tearedh-bg.png") repeat scroll left top transparent;
	padding: 10px;
}

h3#comments-title span {
	background: transparent;
}

li.comment article {
	background: url("https://gozbi.lyusil.com/wp-content/themes/cookingblog/images/recipe/yellowcard-bg.png") no-repeat scroll right top #FFFF9E;
	border: 1px solid #caca34;
	border-radius: 0px;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
	margin-bottom: 20px;
	padding: 20px;
	position: relative;
}

li.comment.bypostauthor article:before {
	background: url("https://gozbi.lyusil.com/wp-content/themes/cookingblog/images/recipe/coffe-stain.png") no-repeat scroll left top transparent;
	content: "";
	display: block;
	height: 360px;
	position: absolute;
	right: 0;
	top: 0px;
	width: 139px;
}

#comments-list .vcard {
	margin-right: 22px;
}

#comments-list ul.children {
	margin-left: 120px;
}

.rightsb #comments-list .vcard {
	margin-right: 0;
	margin-left: 0;
}

.rightsb #comments-list ul.children .depth-2 .comment-body {
	width: 375px
}

.rightsb #comments-list ul.children .depth-3 .comment-body {
	width: 290px
}

#comments-list ul.children .depth-2 .comment-body {
	width: 585px;
}

#commentform textarea,
#commentform input {
	border: 1px solid #ddd;
	padding: 4px;
}

input#submit {
	background: none repeat scroll 0 0 #FFFFFF;
	padding: 10px 20px;
	text-transform: none;
}


/*-moz-transform: rotate(2deg);*/


/*#pattern-container {
 
    background: url("https://gozbi.lyusil.com/wp-content/themes/cookingblog/images/pattern.jpg") repeat scroll left top transparent;
    border-top: 1px solid #A95B4F;
    box-shadow: 0 -2px 6px rgba(0, 0, 0, 0.3);
}*/

.footer-widgets {
	/* -moz-transform: rotate(-2deg);*/
	background: none repeat scroll 0 0 #FFFFFF;
	border: 1px solid #DDDDDD;
	border-radius: 1px 1px 1px 1px;
	box-shadow: 0 0 0 5px #FFFFFF;
}

.footer-widgets h3 {
	background: url("https://gozbi.lyusil.com/wp-content/themes/cookingblog/images/double-line.png") repeat-x scroll center transparent;
}

.footer-widgets h3 span {
	background: #fff;
}

.fcolumn {
	border-right: 1px solid #DDDDDD;
}

#footer-bottom {
	border-top: 1px solid #ddd;
}

.hr {
	background: url("https://gozbi.lyusil.com/wp-content/themes/cookingblog/images/double-line.png") repeat-x scroll center center transparent;
}

.hr span {
	padding-left: 10px;
	background: #e8e8e8;
}


/*
* shortcodes
*/

.tabs-content .tab {
	border: 1px solid #ddd;
	background: #fff
}

ul.tabs li.active {
	background: #fff;
	border: 1px solid #ddd;
	border-bottom: 1px solid #fff;
}

ul.tabs li a {
	color: #000;
	text-shadow: 1px 1px 0px #fff
}

.wp-caption {
	background: none repeat scroll 0 0 #FFFFFF;
	border: 1px solid #DDDDDD;
	margin: 10px;
	padding: 10px;
	text-align: center;
}

.wp-caption img {
	border: 2px solid #ddd
}


/*
* responsive CSS
*/

@media only screen and (min-width: 992px) and (max-width: 1070px) {
	article.post {
		width: 300px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	body.rightsb,
	body {
		padding: 0px;
		background: url("https://gozbi.lyusil.com/wp-content/themes/cookingblog/images/bg/wood-content-bg2-right-small.jpg") repeat scroll center center #E8E8E8;
		/*background:#E8E8E8;*/
	}
	#sidebar h3 span {
		/*background:#E8E8E8;*/
		font-size: 16px
	}
	.comment-body {
		width: 385px;
	}
	#comments-list .vcard {
		margin-right: 5px;
	}
	#comments-list ul.children {
		margin-left: 0px;
	}
	#comments-list ul.children .depth-2 .comment-body {
		width: 390px;
	}
	article.post {
		height: auto;
		margin-bottom: 20px;
		margin-right: 20px;
		width: 230px;
		box-shadow: 0px 0px 0px;
		padding: 0px;
		background: url("https://gozbi.lyusil.com/wp-content/themes/cookingblog/images/recipe/tearedh-bg-h.png") repeat scroll center top transparent
	}
	/*article.post:nth-child(2n) {
        padding: 0px;
        background: url("https://gozbi.lyusil.com/wp-content/themes/cookingblog/images/recipe/tearedh-bg-h.png") repeat scroll center top transparent;
        box-shadow:0px 0px 0px;
    }*/

	.exclay article.post {
		padding-right: 0px;
		padding-left: 22px;
	}
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
	body.rightsb,
	body {
		width: 100%;
		padding: 0px;
		background: url("https://gozbi.lyusil.com/wp-content/themes/cookingblog/images/bg/wood-content-bg2-right-little.jpg") repeat scroll center center #E8E8E8;
		/*background:#E8E8E8;*/
	}
	#sidebar h3 span {
		background: #E8E8E8;
	}
	.footer-widgets {
		box-shadow: 0px 0px 0px #fff;
	}
	.comment-body {
		width: 275px;
	}
	#comments-list .vcard {
		margin-right: 5px;
	}
	#comments-list ul.children {
		margin-left: 0px;
	}
	#comments-list ul.children .depth-2 .comment-body {
		width: 275px;
	}
	article.post {
		/*height: auto;
        margin-bottom: 20px;
        margin-right: 20px;
        width: 222px;
        box-shadow:0px 0px 0px;
        padding: 0px;
        background: url("https://gozbi.lyusil.com/wp-content/themes/cookingblog/images/recipe/tearedh-bg-h.png") repeat scroll center top transparent*/
	}
	/*article.post:nth-child(2n) {
        padding: 0px;
        background: url("https://gozbi.lyusil.com/wp-content/themes/cookingblog/images/recipe/tearedh-bg-h.png") repeat scroll center top transparent;
        box-shadow:0px 0px 0px;
    }*/
	#nav {
		margin: 10px auto!important;
	}
	header.main h1 a {
		float: left;
	}
	.home article.page h2.entry-title,
	.home article.post h2.entry-title {
		min-height: 125px;
	}
	.exclay article.post {
		padding-right: 0px;
		padding-left: 22px;
	}
}

@media only screen and (min-width: 320px) and (max-width: 479px) {
	body.rightsb,
	body {
		width: 100%;
		padding: 0px;
		background: url("https://gozbi.lyusil.com/wp-content/themes/cookingblog/images/bg/wood-content-bg2-right-little.jpg") repeat scroll center center #E8E8E8;
		/*background:#E8E8E8;*/
	}
	#sidebar h3 span {
		background: #E8E8E8;
	}
	.footer-widgets {
		box-shadow: 0px 0px 0px #fff;
	}
	.page article.post,
	.single article.post {
		padding: 0px 0px 20px 5px;
		width: auto;
	}
	#recipe-content {
		padding: 0 10px 20px;
	}
	article.post {
		width: 95%;
		min-height: auto;
	}
	#nav {
		margin: 0px auto!important;
	}
	header.main h1 a {
		float: left;
	}
	article.page h2.entry-title,
	article.post h2.entry-title {
		min-height: 80px;
	}
	.exclay article.post {
		padding-right: 10px;
		padding-left: 30px;
		width: 88%;
	}
	.exclay article.post:nth-child(2n) {
		padding-right: 30px;
		padding-left: 10px;
		width: 88%;
	}
	#articles article.post .entry-content {
		margin: 0 0px;
		padding: 3px;
	}
	.exclay article.post.has-thumb .attachment-medium {
		width: 98%;
	}
	article.page h2.entry-title,
	article.post h2.entry-title {
		float: left;
		margin: 0;
		min-height: 0;
		padding: 10px 0 10px;
		width: 100%;
	}
	.purerecipe header {
		padding: 40px 1px 10px;
	}
	.purerecipe.tearedh {
		background: none;
	}
	.purerecipe.tearedh .recipe-image {
		width: 94%;
	}
	.panel-container img {
		display: block;
		height: 260px;
		width: auto;
	}
	#coda-nav-1 {
		display: none;
	}
}

@media only screen and (min-width: 240px) and (max-width: 319px) {
	body.rightsb,
	body {
		width: 100%;
		padding: 0px;
		background: url("https://gozbi.lyusil.com/wp-content/themes/cookingblog/images/bg/wood-content-bg2-right-little.jpg") repeat scroll center center #E8E8E8;
		/*background:#E8E8E8;*/
	}
	#sidebar h3 span {
		background: #E8E8E8;
	}
	article.post {
		height: auto;
		margin-bottom: 20px;
		margin-right: 0px;
		width: auto;
		box-shadow: 0px 0px 0px;
		padding: 0px;
		background: url("https://gozbi.lyusil.com/wp-content/themes/cookingblog/images/recipe/tearedh-bg-h.png") repeat scroll center top transparent
	}
	/*article.post:nth-child(2n) {
        padding: 0px;
        background: url("https://gozbi.lyusil.com/wp-content/themes/cookingblog/images/recipe/tearedh-bg-h.png") repeat scroll center top transparent;
        box-shadow:0px 0px 0px;
    }*/
	#nav {
		margin: 10px auto!important;
	}
	header.main h1 a {
		float: left;
	}
}
.wp-pagenavi{clear:both}.wp-pagenavi a,.wp-pagenavi span{border:1px solid var(--wp-pagenavi-border-color,#bfbfbf);margin:2px;padding:3px 5px;text-decoration:none}@media(prefers-color-scheme:dark){.wp-pagenavi a,.wp-pagenavi span{border-color:var(--wp-pagenavi-border-color,#4f4f4f)}}.wp-pagenavi a:hover,.wp-pagenavi span.current{border-color:var(--wp-pagenavi-border-color-current,currentColor)}.wp-pagenavi span.current{font-weight:700}
.wp-postratings{display:inline-flex;align-items:center;flex-wrap:wrap;gap:.5em}.wp-postratings-rating-preview{padding-inline-start:8px}.wp-postratings-shape-preview .wp-postratings-track{color:#d4d4d8}.wp-postratings-shape-preview .wp-postratings-fill,.wp-postratings-shape-preview .wp-postratings-single{color:#f5a623}.wp-postratings-shape-row{margin-block:.5em}.wp-postratings-shape-row .wp-postratings{vertical-align:middle;margin-inline:.5em}.wp-postratings-item{display:block;flex:none;inline-size:var( --wp-postratings-size,20px );block-size:var( --wp-postratings-size,20px );background-color:currentColor;-webkit-mask-image:var( --wp-postratings-shape );mask-image:var( --wp-postratings-shape );-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:center;mask-position:center;-webkit-mask-size:contain;mask-size:contain}.wp-postratings-strip{position:relative;display:inline-flex;vertical-align:middle;line-height:1}.wp-postratings-row{display:flex;gap:var( --wp-postratings-gap,2px );inline-size:max-content}.wp-postratings-track{color:var( --wp-postratings-color-off,#d4d4d8 )}.wp-postratings-single{color:var( --wp-postratings-color-on,#f5a623 )}.wp-postratings-undecided{color:var( --wp-postratings-color-off,#d4d4d8 )}.wp-postratings-single.wp-postratings-shape-thumb,.wp-postratings-single.wp-postratings-shape-plusminus,.wp-postratings-single.wp-postratings-shape-tickcross,.wp-postratings-single.wp-postratings-shape-updown{color:var( --wp-postratings-color-on,#f5a623 )}.wp-postratings-fill{position:absolute;inset-block:0;inset-inline-start:0;overflow:hidden;color:var( --wp-postratings-color-on,#f5a623 );inline-size:var( --wp-postratings-fill,0% )}.wp-postratings-vote{display:inline-flex;align-items:center;gap:var( --wp-postratings-gap,2px );border:0;padding:0;margin:0;min-inline-size:0}.wp-postratings-vote>legend{position:absolute;inline-size:1px;block-size:1px;overflow:hidden;clip-path:inset(50%);white-space:nowrap}.wp-postratings-vote input[type=radio]{position:absolute;opacity:0;inline-size:1px;block-size:1px;margin:0;pointer-events:none}.wp-postratings-vote label{display:block;cursor:pointer;color:var( --wp-postratings-color-off,#d4d4d8 );transition:color var( --wp-postratings-transition,120ms ease-in-out )}.wp-postratings-vote label span{position:absolute;inline-size:1px;block-size:1px;overflow:hidden;clip-path:inset(50%);white-space:nowrap}.wp-postratings-scale{flex-direction:row-reverse;justify-content:flex-end}.wp-postratings-scale label .wp-postratings-item{background-image:linear-gradient( to right,var( --wp-postratings-color-on,#f5a623 ) var( --wp-postratings-step-fill,0% ),var( --wp-postratings-color-off,#d4d4d8 ) var( --wp-postratings-step-fill,0% ) )}[dir=rtl] .wp-postratings-scale label .wp-postratings-item{background-image:linear-gradient( to left,var( --wp-postratings-color-on,#f5a623 ) var( --wp-postratings-step-fill,0% ),var( --wp-postratings-color-off,#d4d4d8 ) var( --wp-postratings-step-fill,0% ) )}.wp-postratings-scale:hover label .wp-postratings-item,.wp-postratings-scale:focus-within label .wp-postratings-item,.wp-postratings-scale:has( input:checked ) label .wp-postratings-item{background-image:none}.wp-postratings-scale label:hover,.wp-postratings-scale label:hover~label,.wp-postratings-scale input:focus-visible+label,.wp-postratings-scale input:focus-visible+label~label{color:var( --wp-postratings-color-hover,var( --wp-postratings-color-on,#f5a623 ) )}.wp-postratings-scale input:checked+label,.wp-postratings-scale input:checked+label~label{color:var( --wp-postratings-color-on,#f5a623 )}.wp-postratings-scale input:focus-visible+label{outline:2px solid currentColor;outline-offset:2px}.wp-postratings-updown button{display:block;border:0;padding:0;margin:0;background:0 0;cursor:pointer;color:var( --wp-postratings-color-off,#d4d4d8 );transition:color var( --wp-postratings-transition,120ms ease-in-out )}.wp-postratings-updown button:hover,.wp-postratings-updown button:focus-visible{color:var( --wp-postratings-color-hover,var( --wp-postratings-color-on,#f5a623 ) )}.wp-postratings-updown button:focus-visible{outline:2px solid currentColor;outline-offset:2px}.wp-postratings-updown .wp-postratings-up:hover,.wp-postratings-updown .wp-postratings-up:focus-visible{color:var( --wp-postratings-color-on,var( --wp-postratings-color-up,#2e9e4f ) )}.wp-postratings-updown .wp-postratings-down:hover,.wp-postratings-updown .wp-postratings-down:focus-visible{color:var( --wp-postratings-color-on,var( --wp-postratings-color-down,#e5484d ) )}.wp-postratings-updown button span{position:absolute;inline-size:1px;block-size:1px;overflow:hidden;clip-path:inset(50%);white-space:nowrap}.wp-postratings[aria-busy=true]{opacity:.5;transition:opacity var( --wp-postratings-transition,120ms ease-in-out )}.wp-postratings[aria-busy=true] label,.wp-postratings[aria-busy=true] button{pointer-events:none}.wp-postratings-schema{display:none}@media(prefers-reduced-motion:reduce){.wp-postratings-vote label,.wp-postratings-updown button,.wp-postratings{transition:none}}@media(prefers-contrast:more){.wp-postratings,.wp-postratings-strip,.wp-postratings-vote{--wp-postratings-color-off:#6b7280}}@media(prefers-color-scheme:dark){.wp-postratings,.wp-postratings-strip,.wp-postratings-vote{--wp-postratings-color-off:#52525b}}
/*!* Font Awesome 4.0.1
* the iconic font designed for Bootstrap
* ------------------------------------------------------------------------------
* The full suite of pictographic icons, examples, and documentation can be
* found at http://fontawesome.io. Stay up to date on Twitter at
* http://twitter.com/fontawesome.
*
* License
* ------------------------------------------------------------------------------
* - The Font Awesome font is licensed under SIL OFL 1.1 -
* http://scripts.sil.org/OFL
* - Font Awesome CSS, LESS, and SASS files are licensed under MIT License -
* http://opensource.org/licenses/mit-license.html
* - Font Awesome documentation licensed under CC BY 3.0 -
* http://creativecommons.org/licenses/by/3.0/
* - Attribution is no longer required in Font Awesome 3.0, but much appreciated:
* "Font Awesome by Dave Gandy - http://fontawesome.io"
*
* Author - Dave Gandy
* ------------------------------------------------------------------------------
* Email: dave@fontawesome.io
* Twitter: http://twitter.com/davegandy
* Work: Lead Product Designer @ Kyruus - http://kyruus.com*/@font-face{font-family:fontawesome;src:url(https://gozbi.lyusil.com/wp-content/plugins/wp-visual-icon-fonts/css/../fonts/fa4/fontawesome-webfont.eot?v=4.0.1);src:url(https://gozbi.lyusil.com/wp-content/plugins/wp-visual-icon-fonts/css/../fonts/fa4/fontawesome-webfont.eot?#iefix&v=4.0.1)format('embedded-opentype'),url(https://gozbi.lyusil.com/wp-content/plugins/wp-visual-icon-fonts/css/../fonts/fa4/fontawesome-webfont.woff?v=4.0.1)format('woff'),url(https://gozbi.lyusil.com/wp-content/plugins/wp-visual-icon-fonts/css/../fonts/fa4/fontawesome-webfont.ttf?v=4.0.1)format('truetype'),url(https://gozbi.lyusil.com/wp-content/plugins/wp-visual-icon-fonts/css/../fonts/fa4/fontawesome-webfont.svg?v=4.0.1#fontawesomeregular)format('svg');font-weight:400;font-style:normal}.fa{display:inline-block;font-family:FontAwesome;font-style:normal;font-weight:400;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}i.fa[class*=fa-]{width:1em;height:1em;text-align:center}.fa-lg{font-size:1.3333333333333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.2857142857142858em;text-align:center}.fa-ul{padding-left:0;margin-left:2.142857142857143em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.142857142857143em;width:2.142857142857143em;top:.14285714285714285em;text-align:center}.fa-li.fa-lg{left:-1.8571428571428572em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:spin 2s infinite linear;-moz-animation:spin 2s infinite linear;-o-animation:spin 2s infinite linear;animation:spin 2s infinite linear}@-moz-keyframes spin{0%{-moz-transform:rotate(0)}100%{-moz-transform:rotate(359deg)}}@-webkit-keyframes spin{0%{-webkit-transform:rotate(0)}100%{-webkit-transform:rotate(359deg)}}@-o-keyframes spin{0%{-o-transform:rotate(0)}100%{-o-transform:rotate(359deg)}}@-ms-keyframes spin{0%{-ms-transform:rotate(0)}100%{-ms-transform:rotate(359deg)}}@keyframes spin{0%{transform:rotate(0)}100%{transform:rotate(359deg)}}.fa-rotate-90{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=1);-webkit-transform:rotate(90deg);-moz-transform:rotate(90deg);-ms-transform:rotate(90deg);-o-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2);-webkit-transform:rotate(180deg);-moz-transform:rotate(180deg);-ms-transform:rotate(180deg);-o-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=3);-webkit-transform:rotate(270deg);-moz-transform:rotate(270deg);-ms-transform:rotate(270deg);-o-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=0,mirror=1);-webkit-transform:scale(-1,1);-moz-transform:scale(-1,1);-ms-transform:scale(-1,1);-o-transform:scale(-1,1);transform:scale(-1,1)}.fa-flip-vertical{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2,mirror=1);-webkit-transform:scale(1,-1);-moz-transform:scale(1,-1);-ms-transform:scale(1,-1);-o-transform:scale(1,-1);transform:scale(1,-1)}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-move:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-resize-full:before{content:"\f065"}.fa-resize-small:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-resize-vertical:before{content:"\f07d"}.fa-resize-horizontal:before{content:"\f07e"}.fa-bar-chart-o:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-fullscreen:before{content:"\f0b2"}.fa-group:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-reorder:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-asc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-desc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building:before{content:"\f0f7"}.fa-hospital:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-expand-o:before{content:"\f116"}.fa-collapse-o:before{content:"\f117"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-reply-all:before{content:"\f122"}.fa-mail-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-o:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-horizontal:before{content:"\f141"}.fa-ellipsis-vertical:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}
@keyframes aslAnFadeInDrop{0%{opacity:0;transform:translate(0,-50px)}100%{opacity:1;transform:translate(0,0)}}@-webkit-keyframes aslAnFadeInDrop{0%{opacity:0;transform:translate(0,-50px);-webkit-transform:translate(0,-50px)}100%{opacity:1;transform:translate(0,0);-webkit-transform:translate(0,0)}}@keyframes aslAnFadeOutDrop{0%{opacity:1;transform:translate(0,0);-webkit-transform:translate(0,0)}100%{opacity:0;transform:translate(0,-50px);-webkit-transform:translate(0,-50px)}}@-webkit-keyframes aslAnFadeOutDrop{0%{opacity:1;transform:translate(0,0);-webkit-transform:translate(0,0)}100%{opacity:0;transform:translate(0,-50px);-webkit-transform:translate(0,-50px)}}.hiddend{display:none!important}div.asl_w.asl_an_fadeInDrop,div.asl_w.asl_an_fadeOutDrop{-webkit-animation-duration:100ms;animation-duration:100ms;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}div.asl_w.asl_an_fadeInDrop{animation-name:aslAnFadeInDrop;-webkit-animation-name:aslAnFadeInDrop}div.asl_w.asl_an_fadeOutDrop{animation-name:aslAnFadeOutDrop;-webkit-animation-name:aslAnFadeOutDrop}div.asl_w.asl_main_container{transition:width 130ms linear;-webkit-transition:width 130ms linear}div.asl_w,div.asl_w *,div.asl_r,div.asl_r *,div.asl_s,div.asl_s *{-webkit-box-sizing:content-box;-moz-box-sizing:content-box;-ms-box-sizing:content-box;-o-box-sizing:content-box;box-sizing:content-box;padding:0;margin:0;border:0;border-radius:0;text-transform:none;text-shadow:none;box-shadow:none;text-decoration:none;text-align:left;letter-spacing:normal}div.asl_r,div.asl_r *{-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}div.asl_r{box-sizing:border-box;margin:12px 0 0}div.asl_m .proinput input::-ms-clear{display:none!important;width:0!important;height:0!important}div.asl_m .proinput input::-ms-reveal{display:none!important;width:0!important;height:0!important}div.asl_m input[type=search]::-webkit-search-decoration,div.asl_m input[type=search]::-webkit-search-cancel-button,div.asl_m input[type=search]::-webkit-search-results-button,div.asl_m input[type=search]::-webkit-search-results-decoration{display:none}div.asl_m input[type=search]{appearance:auto!important;-webkit-appearance:none!important}.clear{clear:both}.hiddend{display:none}div.asl_m textarea:focus,div.asl_m input:focus{outline:none}div.asl_m{width:100%;height:auto;border-radius:0;background:rgba(255,255,255,0);overflow:hidden;position:relative;z-index:200}div.asl_m .probox{width:auto;border-radius:5px;background:#fff;overflow:hidden;border:1px solid #fff;box-shadow:1px 0 3px #ccc inset;display:-webkit-flex;display:flex;-webkit-flex-direction:row;flex-direction:row}div.asl_m .probox .proinput{width:1px;height:100%;margin:0 0 0 10px;padding:0 5px;float:left;box-shadow:none;position:relative;flex:auto;-webkit-flex:1 1 auto;order:5;-webkit-order:5}div.asl_m .probox .proinput form{height:100%;margin:0!important;padding:0!important;display:block!important;max-width:unset!important}div.asl_m .probox .proinput input:before,div.asl_m .probox .proinput input:after,div.asl_m .probox .proinput form:before,div.asl_m .probox .proinput form:after{display:none}div.asl_m .probox .proinput input{height:28px;border:0;background:0 0;width:100%;box-shadow:none;margin:-1px;padding:0;left:0;line-height:normal!important;display:block;min-height:unset;max-height:unset}div.asl_m .probox .proinput input::-webkit-input-placeholder{opacity:.85}div.asl_m .probox .proinput input::-moz-placeholder{opacity:.85}div.asl_m .probox .proinput input:-ms-input-placeholder{opacity:.85}div.asl_m .probox .proinput input:-moz-placeholder{opacity:.85}div.asl_m .proinput input.orig{padding:0!important;margin:0!important;background:0 0!important;border:none!important;background-color:initial!important;box-shadow:none!important;z-index:10;position:relative}div.asl_m .proinput input.autocomplete{padding:0!important;margin:0;background:0 0!important;border:none!important;background-color:initial!important;box-shadow:none!important;opacity:.2}div.asl_m .probox .proinput input.autocomplete{border:0;background:0 0;width:100%;box-shadow:none;margin:0;margin-top:-28px!important;padding:0;left:0;position:relative;z-index:9}div.asl_m .probox .proinput.iepaddingfix{padding-top:0}div.asl_m .probox .proinput .loading{width:32px;background:#000;height:100%;box-shadow:none}div.asl_m .probox .proloading,div.asl_m .probox .proclose,div.asl_m .probox .promagnifier,div.asl_m .probox .prosettings{width:20px;height:20px;background:0 0;background-size:20px 20px;float:right;box-shadow:none;margin:0;padding:0;text-align:center;flex:none;-webkit-flex:0 0 auto;z-index:100}div.asl_m .probox .promagnifier{order:10;-webkit-order:10}div.asl_m .probox .prosettings{order:1;-webkit-order:1}div.asl_m .probox .proloading,div.asl_m .probox .proclose{background-position:50%;display:none;background-size:auto;background-repeat:no-repeat;background-color:initial;order:6;-webkit-order:6}div.asl_m .probox .proclose{position:relative;cursor:pointer}div.asl_m .probox .promagnifier .innericon,div.asl_m .probox .prosettings .innericon,div.asl_m .probox .proclose .innericon{background-size:20px 20px;background-position:50%;background-repeat:no-repeat;background-color:initial;width:100%;height:100%;text-align:center;overflow:hidden;line-height:initial;display:block}div.asl_m .probox .promagnifier .innericon svg,div.asl_m .probox .prosettings .innericon svg,div.asl_m .probox .proloading svg{height:100%;width:22px;vertical-align:baseline;display:inline-block}div.asl_m .probox .proloading{padding:2px;box-sizing:border-box}div.asl_m .probox div.asl_loader,div.asl_m .probox div.asl_loader *{box-sizing:border-box!important;margin:0;padding:0;box-shadow:none}div.asl_m .probox div.asl_loader{box-sizing:border-box;display:flex;flex:initial;flex-direction:column;flex-grow:0;flex-shrink:0;flex-basis:28px;max-width:100%;max-height:100%;width:100%;height:100%;align-items:center;justify-content:center}div.asl_m .probox div.asl_loader-inner{width:100%;margin:0 auto;text-align:center;height:100%}@-webkit-keyframes rotate-simple{0%{-webkit-transform:rotate(0);transform:rotate(0)}50%{-webkit-transform:rotate(180deg);transform:rotate(180deg)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes rotate-simple{0%{-webkit-transform:rotate(0);transform:rotate(0)}50%{-webkit-transform:rotate(180deg);transform:rotate(180deg)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}div.asl_m .probox div.asl_simple-circle{margin:0;height:100%;width:100%;animation:rotate-simple .8s infinite linear;-webkit-animation:rotate-simple .8s infinite linear;border:4px solid #fff;border-right-color:transparent!important;border-radius:50%;box-sizing:border-box}div.asl_m .probox .proclose svg{background:#333;border-radius:50%;position:absolute;top:50%;width:20px;height:20px;margin-top:-10px;left:50%;margin-left:-10px;fill:#fefefe;padding:4px;box-sizing:border-box;box-shadow:0 0 0 2px rgba(255,255,255,.9)}div.asl_r *{text-decoration:none;text-shadow:none}div.asl_r .results .asl_nores{overflow:hidden;width:auto;height:100%;line-height:initial;text-align:center;margin:0;background:#fff;padding:10px 3px;color:#222}div.asl_r.horizontal{padding:2px 0 10px}div.asl_r.horizontal .results .nores{background:0 0}div.asl_r .results{overflow:hidden;width:auto;height:0;margin:0;padding:0}div.asl_r.horizontal .results{height:auto;width:auto}div.asl_r .results .item{overflow:hidden;width:auto;margin:0;padding:3px;position:relative;background:#f4f4f4;border-left:1px solid rgba(255,255,255,.6);border-right:1px solid rgba(255,255,255,.4);animation-delay:0s;animation-duration:1s;animation-fill-mode:both;animation-timing-function:ease;backface-visibility:hidden;-webkit-animation-delay:0s;-webkit-animation-duration:1s;-webkit-animation-fill-mode:both;-webkit-animation-timing-function:ease;-webkit-backface-visibility:hidden}div.asl_r.vertical .results .item:last-child{margin-bottom:0}div.asl_r.vertical .results .item:last-child:after{height:0;margin:0;width:0}div.asl_r .results .item .asl_image{overflow:hidden;background:0 0;margin:2px 8px 0 0;padding:0;float:left;background-position:50%;background-size:cover}div.asl_r .results .item .asl_image img{width:100%;height:100%}div.asl_r .results .item .asl_content{overflow:hidden;height:auto;background:0 0;margin:0;padding:3px 3px 5px}div.asl_r .results .item .asl_content h3{margin:0;padding:0;display:inline;line-height:inherit}div.asl_r .results .item .asl_content .asl_desc{margin-top:4px;font-size:12px;line-height:18px}div.asl_r .results .item div.etc{margin-top:4px}div.asl_r .results a span.overlap{position:absolute;width:100%;height:100%;top:0;left:0;z-index:1}div.asl_r p.showmore{text-align:center;padding:0;margin:0;font-weight:400;font-family:Open Sans;color:#055e94;font-size:12px;line-height:30px;text-shadow:0 0 0 rgba(255,255,255,0);background-color:#fff;margin-top:3px;cursor:pointer}div.asl_r p.showmore span{font-weight:400;font-family:Open Sans;color:#055e94;font-size:12px;line-height:30px;text-shadow:0 0 0 rgba(255,255,255,0);display:block;text-align:center;cursor:pointer}.results .asl_nores .asl_keyword{padding:0 6px;cursor:pointer;font-weight:700;font-family:Open Sans}div.asl_r .resdrg{height:auto}div.asl_w .group:first-of-type{margin:0 0 -3px}div.asl_s.searchsettings{width:200px;height:auto;position:absolute;display:none;z-index:1101;border-radius:0 0 3px 3px;visibility:hidden;padding:0}div.asl_s.searchsettings form{display:flex;flex-wrap:wrap;margin:0 0 12px!important;padding:0!important}div.asl_s.searchsettings .asl_option_inner{margin:2px 10px 0;*padding-bottom:10px}div.asl_s.searchsettings.ie78 .asl_option_inner{margin-bottom:0!important;padding-bottom:0!important}div.asl_s.searchsettings .asl_option_label{font-size:14px;line-height:20px!important;margin:0;width:150px;text-shadow:none;padding:0;min-height:20px;border:none;background:0 0;float:none}div.asl_s.searchsettings .asl_option_inner input[type=checkbox]{display:none!important}div.asl_s.searchsettings.ie78 .asl_option_inner input[type=checkbox]{display:block}div.asl_s.searchsettings.ie78 .asl_option_label{float:right!important}div.asl_s.searchsettings .asl_option{display:flex;flex-direction:row;-webkit-flex-direction:row;align-items:flex-start;margin:0 0 10px;cursor:pointer}div.asl_s.searchsettings .asl_option.asl-o-last,div.asl_s.searchsettings .asl_option:last-child{margin-bottom:0}div.asl_s.searchsettings .asl_option_inner{width:17px;height:17px;position:relative;flex-grow:0;-webkit-flex-grow:0;flex-shrink:0;-webkit-flex-shrink:0}div.asl_s.searchsettings .asl_option_inner .asl_option_checkbox{cursor:pointer;position:absolute;width:17px;height:17px;top:0;padding:0;border-radius:2px;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.5),0 1px 0 rgba(255,255,255,.2);-moz-box-shadow:inset 0 1px 1px rgba(0,0,0,.5),0 1px 0 rgba(255,255,255,.2);box-shadow:inset 0 1px 1px rgba(0,0,0,.5),0 1px rgba(255,255,255,.2);overflow:hidden;font-size:0!important;color:transparent}div.asl_r.vertical .results,div.asl_s.searchsettings .asl_sett_scroll{scrollbar-width:thin;scrollbar-color:rgba(0,0,0,.5)transparent}div.asl_r.vertical .results{scrollbar-color:rgba(0,0,0,.5)#fff}div.asl_r.vertical .results::-webkit-scrollbar{width:10px}div.asl_s.searchsettings .asl_sett_scroll::-webkit-scrollbar{width:6px}div.asl_s.searchsettings .asl_sett_scroll::-webkit-scrollbar-track{background:0 0;box-shadow:inset 0 0 12px 12px transparent;border:none}div.asl_r.vertical .results::-webkit-scrollbar-track{background:#fff;box-shadow:inset 0 0 12px 12px transparent;border:solid 2px transparent}div.asl_r.vertical .results::-webkit-scrollbar-thumb,div.asl_s.searchsettings .asl_sett_scroll::-webkit-scrollbar-thumb{background:0 0;box-shadow:inset 0 0 12px 12px transparent;border:solid 2px transparent;border-radius:12px}div.asl_s.searchsettings .asl_sett_scroll::-webkit-scrollbar-thumb{border:none}div.asl_r.vertical:hover .results::-webkit-scrollbar-thumb,div.asl_s.searchsettings:hover .asl_sett_scroll::-webkit-scrollbar-thumb{box-shadow:inset 0 0 12px 12px rgba(0,0,0,.5)}@media(hover:none),(max-width:500px){div.asl_r.vertical .results::-webkit-scrollbar-thumb,div.asl_s.searchsettings .asl_sett_scroll::-webkit-scrollbar-thumb{box-shadow:inset 0 0 12px 12px rgba(0,0,0,.5)}}div.asl_s.searchsettings .asl_option_inner .asl_option_checkbox:after{opacity:0;font-family:aslsicons2;content:"\e800";font-weight:400!important;background:0 0;border:none!important;box-sizing:content-box;color:#fff;height:100%;width:100%;padding:0!important;margin:1px 0 0!important;line-height:17px;text-align:center;text-decoration:none;text-shadow:none;display:block;font-size:11px!important;position:absolute;top:0;left:0;z-index:1}div.asl_s.searchsettings.ie78 .asl_option_inner .asl_option_checkbox:after{display:none}div.asl_s.searchsettings .asl_option_inner .asl_option_checkbox:hover::after{opacity:.3}div.asl_s.searchsettings .asl_option_inner input[type=checkbox]:checked+.asl_option_checkbox:after{opacity:1}div.asl_s.searchsettings fieldset{position:relative;float:left}div.asl_s.searchsettings fieldset{background:0 0;font-size:.9em;margin:12px 0 0!important;padding:0;width:192px}div.asl_s.searchsettings fieldset .asl_option_label{width:130px;display:block}div.asl_s.searchsettings form fieldset legend{padding:5px 0 8px 10px}#asl_hidden_data{display:none!important}.asl_r .item{.asl__af-tt-container{position:relative;z-index:2;.asl__af-tt-link{transition:opacity .2s;&:hover{opacity:.7}}}.average-rating{--percent:0%;--color:#2EA3F2;--bg-color:rgba(0,0,0,0.2);--size:17px;position:relative;appearance:none;width:auto;display:inline-block;vertical-align:baseline;font-size:var(--size);line-height:calc(var(--size) - 15%);color:var(--bg-color);background:linear-gradient(90deg,var(--color) var(--percent),var(--bg-color) var(--percent));-webkit-background-clip:text;-webkit-text-fill-color:transparent}}.asl_r .item{.price{--regular-price-color:#666;--sale_price_color:#666;color:var(--regular-price-color);del{opacity:.5;display:inline-block;text-decoration:line-through;color:var(--regular-price-color)}ins{margin-left:.5em;text-decoration:none;font-weight:700;display:inline-block;color:var(--sale_price_color)}}.add-to-cart-container{display:flex;flex-wrap:wrap;align-items:center;position:relative;z-index:10;width:100%;margin:12px 0;.add-to-cart-quantity{padding:8px 0 8px 8px;background:#eaeaea;width:32px;border-radius:4px 0 0 4px;height:18px;min-height:unset;display:inline-block;font-size:13px;line-height:normal}.add-to-cart-button{padding:8px;border-radius:4px;background:#6246d7;color:#fff;height:18px;min-height:unset;display:block;text-align:center;min-width:90px;font-size:13px;line-height:normal;&.add-to-cart-variable{border-radius:4px}&.loading{content:url("data:image/svg+xml,%3Csvg width='38' height='38' viewBox='0 0 38 38' xmlns='http://www.w3.org/2000/svg' stroke='%23fff'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg transform='translate(1 1)' stroke-width='2'%3E%3Ccircle stroke-opacity='.5' cx='18' cy='18' r='18'/%3E%3Cpath d='M36 18c0-9.94-8.06-18-18-18'%3E%3CanimateTransform attributeName='transform' type='rotate' from='0 18 18' to='360 18 18' dur='1s' repeatCount='indefinite'/%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E")}}a.added_to_cart{flex-basis:100%;margin-top:8px}}.add-to-cart-container:has(.add-to-cart-quantity){.add-to-cart-button{border-radius:0 4px 4px 0}}}.rtl .asl_content,.rtl .asl_nores,.rtl .asl_content *,.rtl .asl_nores *,.rtl .searchsettings form{text-align:right!important;direction:rtl!important}.rtl .asl_nores>*{display:inline-block}.rtl div.asl_r .results .item .asl_image{float:right;margin:2px 0 0 8px}.rtl .searchsettings .asl_option{flex-direction:row-reverse!important;-webkit-flex-direction:row-reverse!important}.rtl .asl_option{direction:ltr}.rtl .asl_label,.rtl .asl_option div.asl_option_label{text-align:right!important}.rtl .asl_label{max-width:1e3px!important;width:100%;direction:rtl!important}.rtl .asl_label input[type=radio]{margin:0 0 0 6px!important}.rtl .asl_option_cat_level-0 div.asl_option_label{font-weight:700!important}.rtl fieldset .asl_option_cat_level-1{margin-right:12px!important;margin-left:0}.rtl fieldset .asl_option_cat_level-2{margin-right:24px!important;margin-left:0}.rtl fieldset .asl_option_cat_level-3{margin-right:36px!important;margin-left:0}.rtl .searchsettings legend{text-align:right!important;display:block;width:100%}.rtl .searchsettings input[type=text],.rtl .searchsettings select{direction:rtl!important;text-align:right!important}.rtl div.asl_w.asl_s.searchsettings form,.rtl div.asl_w.asl_sb.searchsettings form{flex-direction:row-reverse!important}.rtl div.horizontal.asl_r div.item{float:right!important}.rtl p.asl-try{direction:rtl;text-align:right;margin-right:10px;width:auto!important}
div.asl_w{width:100%;height:auto;border-radius:5px;background-color:#fff;overflow:hidden;border:0 solid #b5b5b5;border-radius:0 0 0 0;box-shadow:0 1px #e4e4e4}#ajaxsearchlite1 .probox,div.asl_w .probox{margin:0;height:28px;background-color:#fff;border:0 #fff;border-radius:0 0 0 0;box-shadow:0 0 #b5b5b5 inset}#ajaxsearchlite1 .probox .proinput,div.asl_w .probox .proinput{font-weight:400;font-family:Open Sans;color:#000!important;font-size:12px;line-height:normal!important;text-shadow:0 0 0 rgba(255,255,255,0)}#ajaxsearchlite1 .probox .proinput input,div.asl_w .probox .proinput input{font-weight:400;font-family:Open Sans;color:#000!important;font-size:12px;line-height:normal!important;text-shadow:0 0 0 rgba(255,255,255,0);border:0;box-shadow:none}div.asl_w.asl_msie .probox .proinput input{line-height:24px!important}div.asl_w .probox .proinput input::-webkit-input-placeholder{font-weight:400;font-family:Open Sans;color:rgba(0,0,0,.6)!important;text-shadow:0 0 0 rgba(255,255,255,0)}div.asl_w .probox .proinput input::-moz-placeholder{font-weight:400;font-family:Open Sans;color:rgba(0,0,0,.6)!important;text-shadow:0 0 0 rgba(255,255,255,0)}div.asl_w .probox .proinput input:-ms-input-placeholder{font-weight:400;font-family:Open Sans;color:rgba(0,0,0,.6)!important;text-shadow:0 0 0 rgba(255,255,255,0)}div.asl_w .probox .proinput input:-moz-placeholder{font-weight:400;font-family:Open Sans;color:rgba(0,0,0,.6)!important;text-shadow:0 0 0 rgba(255,255,255,0)}div.asl_w .probox .proinput input.autocomplete{font-weight:400;font-family:Open Sans;color:#000;font-size:12px;line-height:15px;text-shadow:0 0 0 rgba(255,255,255,0)}div.asl_w .probox .proloading,div.asl_w .probox .proclose,div.asl_w .probox .promagnifier,div.asl_w .probox .prosettings{width:28px;height:28px}div.asl_w .probox .promagnifier .innericon svg{fill:#363636}div.asl_w .probox div.asl_simple-circle{border:4px solid #000}div.asl_w .probox .prosettings .innericon svg{fill:#363636}div.asl_w .probox .promagnifier{width:28px;height:28px;background-image:-o-linear-gradient(180deg,rgba(255,255,255,0),rgba(255,255,255,0));background-image:-ms-linear-gradient(180deg,rgba(255,255,255,0),rgba(255,255,255,0));background-image:-webkit-linear-gradient(180deg,rgba(255,255,255,0),rgba(255,255,255,0));background-image:linear-gradient(180deg,rgba(255,255,255,0),rgba(255,255,255,0));background-position:50%;background-repeat:no-repeat;border:0 solid #fff;border-radius:0 0 0 0;box-shadow:-1px 1px rgba(255,255,255,.64)inset;cursor:pointer;background-size:100% 100%;background-position:50%;background-repeat:no-repeat;cursor:pointer}div.asl_w .probox div.prosettings{width:28px;height:28px;background-image:-o-linear-gradient(175deg,rgba(255,255,255,0),rgba(255,255,255,0));background-image:-ms-linear-gradient(175deg,rgba(255,255,255,0),rgba(255,255,255,0));background-image:-webkit-linear-gradient(175deg,rgba(255,255,255,0),rgba(255,255,255,0));background-image:linear-gradient(175deg,rgba(255,255,255,0),rgba(255,255,255,0));background-position:50%;background-repeat:no-repeat;float:right;border:0 solid #fff;border-radius:0 0 0 0;box-shadow:0 1px rgba(255,255,255,.64)inset;cursor:pointer;background-size:100% 100%;order:7;-webkit-order:7}div.asl_r{position:absolute;z-index:1100}div.asl_r.vertical{padding:4px;background:#fff;border-radius:3px;border:0 solid #b5b5b5;border-radius:0 0 0 0;box-shadow:0 0 3px -1px rgba(0,0,0,.3);visibility:hidden;display:none}div.asl_r .results .nores .keyword{padding:0 6px;cursor:pointer;font-weight:400;font-family:Open Sans;color:#4a4a4a;font-size:13px;line-height:13px;text-shadow:0 0 0 rgba(255,255,255,0);font-weight:700}div.asl_r .results .item{height:auto;background:#fff}div.asl_r.vertical .results .item:after{background:#ccc}div.asl_r .results .item.hovered{background:#f4f4f4}div.asl_r .results .item .asl_image{width:70px;height:70px}div.asl_r .results .item .asl_content h3,div.asl_r .results .item .asl_content h3 a{margin:0;padding:0;line-height:inherit;font-weight:400;font-family:Open Sans;color:#1468a9;font-size:14px;line-height:22px;text-shadow:0 0 0 rgba(255,255,255,0)}div.asl_r .results .item .asl_content h3 a:hover{font-weight:400;font-family:Open Sans;color:#2e6bbc;font-size:14px;line-height:20px;text-shadow:0 0 0 rgba(255,255,255,0)}div.asl_r .results .item div.etc{padding:0;line-height:10px;font-weight:700;font-family:Open Sans;color:#a1a1a1;font-size:12px;line-height:13px;text-shadow:0 0 0 rgba(255,255,255,0)}div.asl_r .results .item .etc .asl_author{padding:0;font-weight:700;font-family:Open Sans;color:#a1a1a1;font-size:12px;line-height:13px;text-shadow:0 0 0 rgba(255,255,255,0)}div.asl_r .results .item .etc .asl_date{margin:0 0 0 10px;padding:0;font-weight:400;font-family:Open Sans;color:#adadad;font-size:12px;line-height:15px;text-shadow:0 0 0 rgba(255,255,255,0)}div.asl_r .results .item p.desc{margin:2px 0;padding:0;font-weight:400;font-family:Open Sans;color:#4a4a4a;font-size:13px;line-height:13px;text-shadow:0 0 0 rgba(255,255,255,0)}div.asl_r .mCSBap_scrollTools .mCSBap_dragger:active .mCSBap_dragger_bar,div.asl_r .mCSBap_scrollTools .mCSBap_dragger.mCSBap_dragger_onDrag .mCSBap_dragger_bar{background:#fff}div.asl_r.horizontal .mCSBap_scrollTools .mCSBap_dragger:active .mCSBap_dragger_bar,div.asl_r.horizontal .mCSBap_scrollTools .mCSBap_dragger.mCSBap_dragger_onDrag .mCSBap_dragger_bar{background:#fafafa}div.asl_r .mCSBap_scrollTools .mCSBap_buttonDown{border-color:#3e3e3e transparent transparent transparent}div.asl_r .mCSBap_scrollTools .mCSBap_buttonUp{border-color:transparent transparent #3e3e3e transparent}div.asl_r span.highlighted{font-weight:700;color:#d9312b;background-color:#eee;color:#d9312b;background-color:#eee}div.asl_r p.showmore span{border:1px solid #eaeaea}div.asl_s.searchsettings{background:#fff;box-shadow:0 0 0 1px #b5b5b5 inset}div.asl_s.searchsettings .asl_option_label{font-weight:700;font-family:Open Sans;color:#2b2b2b;font-size:12px;line-height:15px;text-shadow:0 0 0 rgba(255,255,255,0)}div.asl_s.searchsettings .asl_option_inner .asl_option_checkbox{background-image:linear-gradient(180deg,#222,#36373a);background-image:-webkit-linear-gradient(180deg,#222,#36373a);background-image:-moz-linear-gradient(180deg,#222,#36373a);background-image:-o-linear-gradient(180deg,#222,#36373a);background-image:-ms-linear-gradient(180deg,#222,#36373a)}div.asl_s.searchsettings fieldset .categoryfilter{max-height:200px;overflow:auto}div.asl_s.searchsettings fieldset legend{padding:5px 0 0 10px;margin:0;font-weight:400;font-family:Open Sans;color:#474747;font-size:13px;line-height:15px;text-shadow:0 0 0 rgba(255,255,255,0)}