@font-face {
  font-family: AlbertusMedium;
  src: local("Albertus Medium"),
  local("AlbertusMedium"),
  url("/assets/fonts/albertus_medium_all.woff2?2");
  font-display: swap;
}

/* GENERAL RULES */
*
{
	margin:0px;
	padding:0px;
}

body
{
	font-family: Helvetica, Arial, sans;
}


h1,
.h1
{
	font-size:1.25rem;
	margin: 0.75rem 0;
	font-family: AlbertusMedium;
	font-weight: normal;
}
h2
{
	margin-top:0.25rem;
	font-size:1rem;
	font-family:"Trebuchet MS", Verdana, sans;
}
p
{
	margin-bottom: 1rem;
	line-height: 1.5;
}

a,
.link
{
	cursor:pointer;
	text-decoration:none;
}
a:hover,
.link:hover
{
	text-decoration:underline;
}
input[type=text],
input[type=password],
textarea,
select
{
	padding: 0.5rem;
	box-sizing: border-box;
	font-size: 1rem;
}
textarea
{
	font-family: inherit;
}
input[type=submit],
input[type=button],
button,
.link-button
{
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
    font-size: 1rem;
    font-weight: bold;
    padding: 0.5rem;
}
.has-youtube-video
{
	position: relative;
	display: block;
}

.has-youtube-video:after
{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background-image: url(/assets/svg/player.svg);
	background-size: cover;
	background-position: center bottom;
}

.message_err
{
	display:block;
	padding:8px;
	margin-bottom:5px;
	font-size: 0.875rem;
	font-weight: bold;
}
.message_ok
{
	display:block;
	padding:8px;
	margin-bottom:5px;
	font-size:11px;
	font-weight:bold;
}

p.info
{
	font-size:11px;
	line-height:16px;
	text-align: left;
	margin:4px 0px;
	padding:4px;
}

.poza
{
	float:left;
	position:relative;
	margin:0px 4px 4px 0px;
	padding:1px;
	z-index: 1;
}
.poza img
{
	display:block;
	border:none;
}
.poza a:hover .zoom-in
{
	position: absolute;
	bottom: 10px;
	right: 10px;
	width: 37px;
	height: 40px;
}
div.mark_new
{
	position:absolute;
	top:0px;
	left:0px;
	z-index:2;
	width:59px;
	height:40px;
}
/* end bloc_ultimele_retete */

/* end diverse BLOCURI */

.page-description {
	margin: 10px 0;
	text-align: justify;
	hyphens: auto;
}

.reteta_item
{
	height:75px;
	width:273px;
	display: table;
	float:left;
	margin-bottom:5px;
}
.reteta_item .poza
{
	margin-bottom:0px;
}
.denumire_reteta
{
	display: table-cell;
	vertical-align: middle;
	width:165px;
}
.reteta_item h4
{
	font-size:12px;
}
.reteta_detaliata
{
}

.sectiune_reteta
{
	clear:both;
}
.sectiune_reteta h2,
.contest h2,
.section_title
{
	margin: 1rem 0 0.5rem 0;
}
.sectiune_reteta h2 span,
.contest h2 span,
.section_title span
{
	font-family: AlbertusMedium;
	display: inline-block;
	font-size:1.25rem;
	font-weight:normal;
	text-transform:lowercase;
	padding-right: 31px;
	height: 35px;
	background-repeat: no-repeat;
	background-position: right 0px;
	position: relative;
	top: 1px;
	line-height: 36px;
}
.contest h2 span
{
	text-transform: none;
}
/* sometimes cufon add empty spans inside, so let's hide them */
.sectiune_reteta h2 span span,
.contest h2 span span,
.section_title span span
{
	display: none;
}
.clear
{
	clear:both;
	font-size:0px;
	height:0px;
}

.recipe-thumb
{
	float: left;
	padding: 0 9px 0 9px;
	margin-bottom: 5px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.recipes-thumbs-container
{
	margin: 0 -9px; /* to compensate the padding of .recipe-thumb */
}
/* clearfix */
.clearfix:before,
.clearfix:after {
    content:"";
    display:table;
}
.clearfix:after {
    clear:both;
}
/* end clearfix */
.recipe-thumb.first-in-row
{
	clear: left;
}
.bloc_content .recipe-thumb
{
	padding: 0 5px 5px 5px;
}

.bloc_content .recipes-thumbs-container
{
	margin: 0 -5px; /* to compensate the padding of .recipe-thumb */
}

.recipe-thumb:hover a
{
	text-decoration: underline;
}

.recipe-thumb .poza
{
	margin: 0;
	float: none;
}
.recipe-thumb .poza img
{
	width: 100%;
	height: auto; /* to keep aspect ratio */
}

.recipe-thumb-metadata
{
	padding-left: 2px;
	margin-top: 0.25rem;
    margin-bottom: 0.75rem;
}
.recipe-thumb-metadata .rating
{
	float: right;
	margin-left: 10px;
	margin-bottom: -2px; /* XXX let recipe name second line flow under */
}
/* ellipsis http://codepen.io/romanrudenko/pen/ymHFh */
/*
.recipe-thumb-metadata h4
{
	overflow: hidden;
  	height: 24px;
}
.recipe-thumb-metadata h4:before {
	content:"";
	float: left;
	width: 5px; height: 24px;
}
.recipe-thumb-metadata h4 span {
	display: block;
}
.recipe-thumb-metadata h4 > *:first-child {
	display: block;
	float: right;
	width: 100%;
	margin-left: -5px;
}

.recipe-thumb-metadata h4:after {
	content: "\02026";

	box-sizing: content-box;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;

	float: right; position: relative;
	top: -12px; left: 100%;
	width: 15px; margin-left: -15px;
	padding-right: 5px;

	text-align: right;
	color: #6b8600;
	background-color: #fffcde;
}
*/
/* end ellipsis */
.recipe-thumb-metadata h4
{
	font-weight: normal;
}
.recipe-thumb-author
{
	font-size:10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.recipe-thumb-author span
{
	font-weight: normal;
}

.recipe-thumb-big
{
	margin-bottom: 10px;
}

#pasi_reteta td
{
	vertical-align:top;
}
.pasi_reteta_content {
	position: relative;
}
.restricted-overlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 2;		
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
	padding: 24px;
	font-size: 1.125rem;
}
.restricted-overlay-content {
	text-align: center;
	padding: 24px 20px;
	background-color: #ffffff;
	box-shadow: 0px 0px 17px -6px;
}
.restricted-overlay-content em {
	font-style: normal;
	font-weight: bold;
	color: #800080;
}
.restricted-overlay-content .restricted-step {
	margin: 8px 0;
}

.restricted-overlay-book {
    border-top: 1px solid #666666;
    margin-top: 24px;
    padding-top: 24px;
}
.restricted-overlay-book-title {
	display: block;
}
.restricted-overlay-book-image {
	display: block;
	margin: 0 auto;
    margin-top: 8px;
    max-width: 150px;
}
.restricted-overlay-book-image img {
	max-width: 100%;
    height: auto;
}

.pas-reteta-instructiuni p {
    text-align: justify;
    hyphens: auto;
}

.pas-reteta-poza .poza
{
	float: none;
	margin: -2px;
}
.pas-reteta-poza img {
	height: auto;
}

.pas-reteta-numar
{
	font-family: AlbertusMedium;
	font-size: 1.125rem;
	white-space: nowrap;
}

.text_comentariu {
	text-align: justify;
    hyphens: auto;
}

.table-row,
.table-alternate-row
{
	display: flex;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	padding: 0.5rem;
}
.ingredient-obs,
.helper-recipe-obs
{
	font-size: 0.875rem;
	margin-left: 1rem;
}

.ingredient-quantity,
.helper-recipe-quantity
{
	text-align: right;
	width: 100px;
	margin-left: 1rem;
	flex-shrink: 0;
	-webkit-flex-shrink: 0;
}
.ingredient-name,
.helper-recipe-name
{
	width: 200px;
	flex-shrink: 0;
	-webkit-flex-shrink: 0;
}

#ingrediente_reteta
{
	position: relative;
}
#ingrediente_reteta .unit-system
{
	position: absolute;
	top: 0px;
	right: 0px;
}
#ingrediente_reteta .unit-system a
{
	color: #333333;
	background-color: #ffffff;
	border: 1px solid #bdbdbd;
	border-radius: 500px;
	padding: 0.25rem 0.5rem;
    margin: 0.25rem;
    display: inline-block;
	text-decoration: none;
}
.fraction {
	font-size: 1.375rem;
	line-height: 1.375rem;
	vertical-align: middle;
}

#ingrediente_reteta .publicitate
{
	float: right;
	width: 200px;
	min-height: 200px;
}
#ingrediente_reteta .tabel_ingrediente
{
	float: left;
}
#ingrediente_reteta input[type=text]
{
	padding-left: 4px;
	padding-right: 4px;
}
#ingrediente_reteta select
{
	padding-left: 4px;
	padding-right: 0px;
}
.subtitlu
{
	font-weight:bold;
	font-size: 0.875rem;
}

.comentarii .subtitlu
{
	margin-top:15px;
}
.comments-list
{
	margin: 10px 0px;
}
.comments-list.best-comments
{
	margin-bottom: -135px;
}
.comentarii .show-all-comments
{
	display: block;
	text-align: center;
	margin-bottom: 30px;
	padding-top: 100px;
	font-weight: bold;
	padding-bottom: 12px;
	position: relative;
	z-index: 1;
}

.comment-field
{
	width: 100%;
	height: 130px;
	margin: 2px 0;
}
.text_comentariu iframe
{
	width: 100%;
}

.rating_comentariu .rating_label
{
	display: block;
	margin-bottom: 4px;
}
.username_comentariu
{
	font-weight:bold;
}
.username_comentariu span
{
	font-weight: normal;
}

.data_comentariu
{
	white-space: nowrap;
}
.text_comentariu
{
	clear: left;
	margin: 7px 0 7px 0;
}
.comentariu
{
	clear:both;
	padding:8px 0px;
	display: -webkit-flex;
	display: flex;
}
.comentariu .comentariu-main
{
	flex-grow: 1;
	-webkit-flex-grow: 1;
}

.poze_comentariu
{
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	margin: 0 -4px;
}
.comentariu .recipe-picture
{
	width: 50%;
	box-sizing: border-box;
	padding: 4px;
}

.comentariu .recipe-picture .poza
{
	float: none;
	margin-right: 0px;
	overflow: hidden;
}
.comentariu .recipe-picture img
{
    max-width: 100%;
    height: auto;
}
.comentariu .user-picture 
{
	flex-shrink: 0;
	-webkit-flex-shrink: 0;
}
.comentariu .user-picture img 
{
    display: block;
    border-radius: 3px;
    margin-right: 8px;
}
.comentariu .delimiter:after
{
	content: "•";
	margin: 0 4px;
}
.add-comment-panel .replied-to-delimiter
{
	display: none;
}
.comentariu .add-comment-panel .replied-to-delimiter
{
	display: inline;
}

.comentariu .replied-to-delimiter:after
{
	content: "➦";
}

.comentariu_header
{
	margin-bottom: 4px;
}
.add-comment-panel .recipe-picture .poza img.fake
{
	filter: gray;
	filter: grayscale(100%);
	-webkit-filter: grayscale(100%);
	opacity: 0.4;
}
.add-comment-panel .recipe-picture .preview
{
	position: absolute;
	top: 50%;
	left: 50%;
	max-width: none;
	transform-origin: top left;
	-webkit-transform-origin: top left;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
}

.add-comment-panel .recipe-picture .poza .picture-input-wrap:before
{
	content: "";
	position: absolute;
	width: 30px;
	height: 30px;
	right: 2px;
	bottom: 2px;
	background: url(/images/refresh.png) no-repeat center center rgba(0,0,0,0.5);
}

.add-comment-panel .recipe-picture .poza.placeholder .picture-input-wrap:before
{
	content: "";
	position: absolute;
	top: 2px;
	left: 2px;
	width: auto;
	height: auto;
	background: url(/images/upload.png) no-repeat center center rgba(0,0,0,0.5);
}
.add-comment-panel .recipe-picture .poza .picture-input-wrap input
{
	position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    cursor: pointer;
}
.comentariu_footer
{
	display: flex;
	display: -webkit-flex;
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
    align-items: center;
    -webkit-align-items: center;
}
.add-comment-panel .comentariu_footer {
    justify-content: flex-end;
    -webkit-justify-content: flex-end;
}
.comentariu_footer .wait-wrap
{
    width: 24px;
    margin-left: 8px;
}
.comentariu_footer a
{
	font-weight: bold;
}
.comentariu-notification input,
.comentariu-notification label
{
	vertical-align: middle;
	margin-right: 4px;
}
.comentariu_did_try
{
}
.comentariu_did_try_question
{
	display: flex;
	display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;	
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    margin: 4px 0;
}
.comentariu_did_try_question > label
{
	margin: 4px 8px 4px 0;
}
.comentariu_did_try_options
{
	margin: 4px 0;
}
.comentariu_did_try_options input
{
	vertical-align: middle;
}
.comentariu_did_try_options label
{
	vertical-align: top;
    margin-left: 4px;
    margin-right: 12px;
}

#tooltip {
	position: absolute;
	z-index: 3000;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
	padding: 10px;
}
#tooltip div.body {
	margin-left: -20px;
	padding-left: 20px;
}
.tooltip_baloon
{
	display:none;
	padding:5px;
}
.ingredient
{
	width:450px;
}
#poza_reteta .poza
{
	float:none;
	margin: -2px;
}
#poza_reteta .poza img
{
	height: auto;
}
#poza_reteta
{
	position: relative;
}

.titlu_reteta
{
	text-align:center;
	font-size: 2rem;
	font-family: AlbertusMedium;
	font-weight: normal;
	font-weight:normal;
    padding-right: 125px;
    margin: 1rem 0 1rem 0;
}
.titlu_reteta .subtitle
{
	font-size: 1rem;
	display: block;
}

.recipe_social_rating
{
	clear: both;
	min-height: 30px;
	max-height: 40px;
	position: relative;
}
.recipe_social_rating .qrating
{
	position: absolute;
	right: 0px;
	top: 3px;
}

#descriere_reteta
{
	line-height: 1.5;
	margin-bottom:15px;
	text-align: justify;
	hyphens: auto;
}

td.item_label,
td.item
{
	padding:3px;
}
td.item
{
	vertical-align:top;
}
td.item_label
{
	width:200px;
	vertical-align:top;
	text-align:right;
}
.instructions
{
	font-size:11px;
}
.warning
{
	font-size:11px;
}

div#copyright
{
	clear:left;
	float:left;
	padding:8px;
	font-size:0.75rem;
}
div#designed_by
{
	float:right;
	padding:8px;
	font-size:0.75rem;
}
div#inscrieri
{
	clear:both;
	text-align:center;
	margin:0px auto;
	padding:8px;
}

.file_asset_dbox
{
	width:300px;
	padding:20px;
}
.denumire_colectie
{
	font-family: AlbertusMedium;
	font-weight: normal;
	clear:left;
	font-size:1.125rem;
	margin:1.5rem 0 1rem 0;
}
.colectie .show-more-w
{
	display: block;
	margin-top: -120px;
	padding-top: 120px;
	position: relative;
	z-index: 1;
	text-align: right;
	pointer-events: none;
}

.colectie .show-more
{
	display: block;
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	margin: 10px 0;
	font-size: 1rem;
	padding: 0.375rem 0.5rem 0.375rem 1.25rem;
	border-radius: 0.25rem;
	pointer-events: all;
}

.colectie .show-more::before {
	content: '';
	position: absolute;
	top: 0.688rem;
    left: 0.375rem;
	width: 0.375rem;
	height: 0.375rem;
	border-width: 0 2px 2px 0;
	border-style: solid;
	border-color: inherit;
	transform: rotate(-45deg);
}

.colectie .show-more:after 
{
	display: none;
}

body.lang-ro div.mark_new
{
	background:url(/images/ro/new.png) no-repeat;
}

body.lang-ru div.mark_new
{
	background:url(/images/ru/new.png) no-repeat;
}

body.lang-en div.mark_new
{
	background:url(/images/en/new.png) no-repeat;
}

.show-more
{
	padding-right: 12px;
	position: relative;
}
.show-more:after
{
	content: "";
	width: 12px;
	height: 16px;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	background-repeat: no-repeat;
	background-position: right -1005px;
}
.show-more-em
{
	font-weight: bold;
	white-space: nowrap;
}

.add-comment-panel .bloc_content
{
	margin: 10px 0;
}

.forgot-title
{
	font-size: 12px;
	font-weight: bold;
}

.login_wrap
{
	display: flex;
	display: -webkit-flex;
    margin: 0 -24px -24px 0;
}

.submenu .login_wrap
{
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
}

.login_with_social,
.login_with_credentials
{
	margin: 0 24px 24px 0;
}
.login_with_credentials
{
	flex-grow: 1;
	-webkit-flex-grow: 1;
}
.login_with_credentials input[type="text"],
.login_with_credentials input[type="password"]
{
	width: 100%;
	height: 34px;
	line-height: 34px;
	font-size: 12px;
}
.login_social_btns
{
	display: flex;
	display: -webkit-flex;
	margin-right: -3px;
}
.login_social_btn
{
	margin-right: 3px;
	display: block;
	text-decoration: none;
	width: 34px;
	height: 34px;
	background-image: url(/images/social_login_sprite.png?v1);
	background-repeat: no-repeat;
}
.login_social_btn[data-provider="Disqus"]
{
	width: 35px;
	background-position: 0px 0px;
}
.login_social_btn[data-provider="Facebook"]
{
	background-position: 0px -34px;
}
.login_social_btn[data-provider="Google"]
{
	background-position: 0px -68px;
}
.login_social_btn[data-provider="Instagram"]
{
	background-position: 0px -136px;
}
.login_social_btn[data-provider="Vkontakte"]
{
	background-position: 0px -170px;
}
.login_social_btn[data-provider="LinkedIn"]
{
	background-position: 0px -204px;
}
.login_social_btn[data-provider="Apple"]
{
	background-position: 0px -238px;
}
.login_social_btn[data-provider="Mailru"]
{
	background-position: 0px -272px;
}
.login_social_btn[data-provider="Yandex"]
{
	background-position: 0px -306px;
}
.login_social_btn[data-provider="Odnoklassniki"]
{
	background-position: 0px -340px;
}
.login_form_intro
{
	display: block;
	color: #333333;
    margin-bottom: 8px;
    font-weight: bold;
}

.qc-with-placeholder
{
	margin-bottom: 8px;
}
.qc-warning,
.qc-error,
.qc-instructions
{
	margin-top: 4px;
	font-size: 10px;
}

.login_with_credentials > *,
.login_with_credentials .action-link,
.login_with_credentials input[type="button"]
{
	margin-bottom: 8px;
}
.login_with_credentials .action-link
{
	display: block;
}
.newsletter-actions .action-button
{
	margin-right: 12px;
}
.newsletter-actions .action-link
{
	font-size: 0.85rem;
}

#chkKeepLoggedIn_ctl
{
	font-size:14px;
}
.keep_logged_in label
{
	margin-left: 4px;
}
.keep_logged_in label,
.keep_logged_in input
{
	vertical-align: middle;
}

/* forms */

.form-control-w
{
	margin: 10px 0;
}
.form-control-w > label
{
	font-size: 1rem;
	margin-bottom: 0.25rem;
	display: block;
}
.form-control-w.required > label
{
	font-weight: bold;
}
.form-control-w.no-label > label
{
	display: none;
}
.form-control input[type="text"],
.form-control input[type="password"],
.form-control select
{
	width: 100%;
	max-width: 320px;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.form-control input[type="checkbox"]
{
	margin-right: 3px;
}

.youtube-channel-link
{
	font-size: 1.25rem;
    padding: 19px 0;
    text-align: center;
}

.recipe_premium_subtitle
{
	margin: 8px 0;
	text-align: center;
}
.recipe_premium_chip {
	display: inline-block;
	font-size: 1.125rem;
	color: #ffd700;
	background-color: #800080;
	border-radius: 50px;
	padding: 6px 8px 6px 6px;
}
.recipe_premium_chip svg {
    width: 18px;
    height: 18px;
    margin-left: 3px;
    fill: currentColor;
}
.recipe_premium_chip span {
    position: relative;
    top: -2px;
}

.recipe-thumb-small .recipe_premium_subtitle {
	margin: 0;
}
.recipe-thumb-small .recipe_premium_chip {
	position: absolute;
	top: 4px;
	right: 4px;
	padding: 2px 4px 2px 2px;
}
.recipe-thumb-small .recipe_premium_chip svg {
	margin-left: 2px;
}
.recipe-thumb-big .recipe_premium_chip {
	position: absolute;
	top: 8px;
	right: 8px;
}

.recipe_author_w
{
    margin-bottom: -30px;
    position: relative;
    z-index: 2;
}

.recipe_author
{
	text-align: center;
	margin-bottom: 5px;
	font-size: 14px;
}
.recipe_author_picture
{
	text-align: center;
	margin-left: 10px;
}
.recipe_author_picture img
{
	border-radius: 50%;
}
.recipe_author_picture .fake_img
{
	width: 48px;
	height: 48px;
	display: inline-block;
	border-radius: 50%;
    font-size: 34px;
    line-height: 46px;
}

.recipe_author b span span
{
	font-weight: normal;
}

.width_100_percent {width: 100%;}
.width_50_percent {width: 50%;}
.width_33_percent {width: 33%;}
.width_25_percent {width: 25%;}
.width_20_percent {width: 20%;}

#home_intro h1 {
	text-align:center;
}

.button_new,
.button_cancel,
.button_save,
.button_delete,
.button_edit
{
	font-size:10px;
	padding:2px 0px 2px 18px;
	background-repeat:no-repeat;
}
.button_new { background-image: url(/assets/images/add.gif); }
.button_cancel { background-image: url(/assets/images/cancel.gif); }
.button_save { 
	background-image: url(/assets/images/save.gif);
	background-color: #ffffff;
    border: 1px solid #CCCCCC;
    padding:5px 5px 5px 23px;
}
.button_delete { background-image: url(/assets/images/delete.gif); }
.button_edit { background-image: url(/assets/images/application_form_edit.gif); }
.button_medium
{
    background-color: #FFFFFF;
    background-position: 4px center;
    border: 1px solid #CCCCCC;
    font-size: 11px;
    padding: 5px 5px 5px 24px;
    display: inline-block;
}
.button_medium:hover
{
	text-decoration:none;
}
.button_big
{
    background-color: #FFFFFF;
    background-position: 9px center;
    border: 1px solid #CCCCCC;
    font-size: 16px;
    font-weight: bold;
    padding: 10px 10px 10px 30px;
    display: inline-block;
}
.button_big:hover
{
	text-decoration:none;
}
.button_save { 
    background-position: 5px center;
}

.invited_name
{
	font-weight: bold;
}
.invited_email
{
	font-size: 11px;
}
.invited_status
{
	font-size: 11px;
}
.puncte-label
{
	font-size: 12px;
}
.puncte
{
	font-size: 16px;
	padding-left: 10px;
}
.puncte-total
{
	font-weight: bold;
}
.puncte-detalii
{
	padding-left: 10px;
	font-size: 10px;
}
.contest_action_link
{
	display:block;
	padding:10px;
	margin:10px 0px;
	font-size:18px;
	font-weight:bold;
	text-decoration:none;
	text-align:center;
}
.contest_action_link:hover
{
	text-decoration: underline;
}
.contest_action_link .click_here
{
	font-size:13px;
}
.contest h2
{
	text-transform: none;
}
.contest ul,
.contest ol
{
	padding-left:20px;
}

.contest-place
{
	font-weight: bold;
}

.contest .premiu-w
{
	display: flex;
	-webkit-display: flex;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
}
.contest .premiu-titlu
{
	font-weight: bold;
	color: #333333;
	margin-bottom: 3px;
}
.contest .premiu-denumire
{
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 5px;
}
.contest .premiu-imagine
{
	margin-bottom: 5px;
}
.contest .premiu-imagine img
{
	max-width: 100%;
}
.contest .premiu-detalii
{
	text-align: right;
}
.contest #invitation-link
{
	box-sizing: border-box;
	width: 100%;
}
.contest #copy-invitation-link
{
	padding-left: 5px; /* no icon yet :( */
}
.contest-promo img {
	max-width: 100%;
}

.order-by
{
	display: flex;
	display: -webkit-flex;
	margin-bottom: 1rem;
	font-size: 0.85rem;
}
.order-by-label
{
	margin-right: 0.5rem;
}
.order-by-criteria
{
	padding-right: 0.5rem;
	margin-right: 0.5rem;
	border-right: 1px solid #999;
	font-weight: bold;
}
.order-by-criteria:last-child
{
	padding-right: 0;
	margin-right: 0;
	border-right: none;
}
.order-by-criteria a
{
	font-weight: normal;
}

.page-subsection {
	background-color: #ffffff;
	padding: 12px 10px;
}

.page-section-spaced .page-subsection {
	margin: 12px -10px;
}

.page-subsection h2 {
	margin-bottom: 12px;
	font-size: 1rem;
}

.subcollections-list
{
	margin-bottom: 5px;
	columns: 2;
	list-style: none;
	list-style-type: none;
}

.subcollections-list li
{
	margin-bottom: 0.6rem;
	position: relative;
	padding-left: 16px;
}

.subcollections-list li::before {
	content: '';
	position: absolute;
	top: 4px;
	left: 0;
	width: 6px;
	height: 6px;
	border-width: 0 2px 2px 0;
	border-style: solid;
	border-color: red;
	transform: rotate(-45deg);
}

#myAccountPanel h2 + p {
	margin-top: 1rem;
}

/* Consent */
.consent-w
{
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	
	box-shadow: 0px 0px 36px -6px rgba(0,0,0,0.75);
	background: #ffffff;
	padding: 24px;
	text-align: center;
}

.consent-title
{
	font-size: 1.25rem;
	font-weight: bold;
	margin-bottom: 1rem;
}

.consent-text
{
	font-size: 1rem;
}

.consent-footer
{
	display: flex;
	justify-content: space-between;
    align-items: center;
}

.consent-w .consent-footer .consent-agree-btn
{
	background: #6b8600; /* no need for theming here */
	color: #ffffff;
	text-transform: uppercase;
	font-size: 1.125rem;
	padding: 1rem;
}

.default-recipe-author
{
	display: none;
}

.partners-page li {
	list-style: none;
	margin-bottom: 16px;
}

.autotranslated-warning {
	font-size: 1.125rem;
	padding-top: 6px;
	margin-bottom: 10px;
	text-align: center;
	position: relative;
}
.autotranslated-warning::before {
	content: "";
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 50px;
}
.autotranslated-warning b {
	display: inline-block;
	padding: 0.2rem 0.75rem;
	border-radius: 50px;
	font-weight: normal;
}

.social-follow-list {
	display: flex;
}

.social-follow-item {
	display: flex;
	align-items: center;
	margin-right: 1rem;
}

.social-follow-item-icon-w {
	line-height: 32px;
    height: 32px;
    width: 32px;
    border-radius: 16%;
    display: block;
}
.social-follow-item-icon-w > svg {
	fill: rgb(255, 255, 255);
	width: 32px;
	height: 32px;
}

.social-follow-item-label {
	margin-left: 0.5rem	;
}


.newsletter-subscribe-panel
{
	padding: 5px;
}

.newsletter-subscribe-field
{
	margin-bottom: 16px;
}
.newsletter-subscribe-field input[type="text"]
{
	width: 100%;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;
}

body.theme-default {
  background: url("/images/theme-default/body_bg.gif") #fffcde;
}
.theme-default h1,
.theme-default .h1 {
  color: #a66719;
}
.theme-default h2 {
  color: #6b8600;
}
.theme-default a,
.theme-default .link {
  color: #6b8600;
}
.theme-default input[type=text],
.theme-default input[type=password],
.theme-default textarea,
.theme-default select {
  background-color: #fffded;
  border: 1px solid #f0e265;
}
.theme-default input[type=submit],
.theme-default input[type=button],
.theme-default button,
.theme-default .link-button {
  border: #f0e265 1px solid;
  color: #6b8600;
  background: #fffded;
  /* Old browsers */
  background: -moz-linear-gradient(top, #fffded 0%, #f8e75e 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fffded), color-stop(100%, #f8e75e));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #fffded 0%, #f8e75e 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #fffded 0%, #f8e75e 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #fffded 0%, #f8e75e 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #fffded 0%, #f8e75e 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@bg-color-alt', endColorstr='@bg-color-dark', GradientType=0);
  /* IE6-9 */
}
.theme-default input[type=submit].secondary,
.theme-default input[type=button].secondary,
.theme-default button.secondary {
  border-color: #aaa;
  color: #333;
  background: #eee;
  /* Old browsers */
  background: -moz-linear-gradient(top, #eeeeee 0%, #cccccc 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #eeeeee), color-stop(100%, #cccccc));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #eeeeee 0%, #cccccc 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #eeeeee 0%, #cccccc 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #eeeeee 0%, #cccccc 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #eeeeee 0%, #cccccc 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eee', endColorstr='#ccc', GradientType=0);
  /* IE6-9 */
}
.theme-default .message_err {
  color: #ffffff;
  background-color: #EE0000;
  border: #EE0000 1px solid;
}
.theme-default .message_ok {
  display: block;
  background-color: #0000cc;
  border: #0000cc 1px solid;
  color: #ffffff;
}
.theme-default p.info {
  border-left: #f0e265 1px solid;
  color: #333333;
  background: #fff6a3;
}
.theme-default .important {
  color: #ff0000;
}
.theme-default .poza {
  border: #fff6a3 1px solid;
}
.theme-default .sectiune_reteta h2,
.theme-default .contest h2,
.theme-default .section_title {
  border-bottom: 1px solid #f0e265;
}
.theme-default .sectiune_reteta h2 span,
.theme-default .contest h2 span,
.theme-default .section_title span {
  color: #a66719;
  background-image: url("/images/theme-default/h2_bg.png");
}
.theme-default .recipe-thumb:hover .poza {
  border-color: #6b8600;
}
.theme-default .recipe-thumb-author {
  color: #666666;
}
.theme-default #recipe-params,
.theme-default .recipe-params {
  background-color: #fff6a3;
}
.theme-default #recipe-params-intro {
  background-color: #fff6a3;
}
.theme-default .recipe-param-value {
  color: #333333;
}
.theme-default .recipe-param-name {
  color: #a66719;
}
.theme-default .pas-reteta-numar {
  color: #a66719;
}
.theme-default .table-alternate-row {
  background-color: #fff6a3;
}
.theme-default #ingrediente_reteta .unit-system a.unit-system-selected {
  color: #ffffff;
  background-color: #a66719;
  border: 1px solid #a66719;
}
.theme-default .ingredient-obs,
.theme-default .helper-recipe-obs {
  color: #666666;
}
.theme-default .ingredient-quantity,
.theme-default .helper-recipe-quantity {
  color: #333333;
}
.theme-default .ingredient-name,
.theme-default .helper-recipe-name {
  color: #333333;
}
.theme-default .subtitlu {
  color: #333333;
}
.theme-default .highlight > .comentariu-main {
  background-color: rgba(107, 134, 0, 0.19);
  outline: 4px solid rgba(107, 134, 0, 0.19);
}
.theme-default .rating_comentariu .rating_label {
  color: #666666;
}
.theme-default .username_comentariu {
  color: #a66719;
}
.theme-default .username_comentariu span {
  color: #666666;
}
.theme-default .data_comentariu {
  color: #666666;
}
.theme-default .poze_label {
  color: #666666;
}
.theme-default .comentariu .delimiter:after {
  color: #999999;
}
.theme-default .comentariu .replied-to-delimiter:after {
  color: #999999;
}
.theme-default .comentariu .username_replied {
  color: #666666;
}
.theme-default #tooltip {
  background-color: #fffded;
  border: #f0e265 1px solid;
}
.theme-default .tooltip_baloon {
  border: 1px solid #111;
}
.theme-default .titlu_reteta {
  color: #6b8600;
}
.theme-default #descriere_reteta {
  color: #333333;
}
.theme-default .instructions {
  color: #666666;
}
.theme-default .warning {
  color: #CC0000;
}
.theme-default .file_asset_dbox {
  border: #6b8600 1px solid;
  background-color: #fffcde;
}
.theme-default .forgot-title {
  color: #333333;
}
.theme-default .qc-warning {
  color: #ff0000;
}
.theme-default .qc-with-warning input[type="text"],
.theme-default .qc-with-warning input[type="password"] {
  border-color: #ff0000;
}
.theme-default .qc-instructions {
  color: #999999;
}
.theme-default .keep_logged_in label {
  color: #333333;
}
.theme-default .youtube-channel-link {
  color: #6b8600;
}
.theme-default .recipe_author {
  color: #a66719;
}
.theme-default .recipe_author_picture img {
  border: 1px #FFFFFF solid;
}
.theme-default .recipe_author_picture .fake_img {
  border: 1px #FFFFFF solid;
  background-color: #6b8600;
  color: white;
}
.theme-default .poza a:hover .zoom-in {
  background: url("/images/theme-default/zoom_in.png") no-repeat;
}
.theme-default #tooltip div.body {
  background: url("/images/theme-default/tooltip_corner.png") no-repeat center left;
}
.theme-default .show-more:after {
  background-image: url("/images/theme-default/images_sprite.png");
}
.theme-default .restricted-overlay {
  background: linear-gradient(to bottom, rgba(255, 253, 237, 0.5) 0%, rgba(255, 253, 237, 0.5) 50%, #fffded 100%);
}
.theme-default .restricted-overlay-content em {
  color: #a66719;
}
.theme-default .colectie .show-more {
  background-color: #6b8600;
  color: #ffffff;
}
.theme-default .autotranslated-warning {
  color: #a66719;
}
.theme-default .autotranslated-warning::before {
  border-top: 1px solid #a66719;
}
.theme-default .autotranslated-warning b {
  background: #a66719;
  color: #ffffff;
}
.theme-default .page-subsection {
  background-color: #ffffff;
  border-top: 1px solid #fff6a3;
  border-bottom: 1px solid #fff6a3;
}
.theme-default .page-subsection h2 {
  color: #a66719;
}
.theme-default .subcollections-list li::before {
  border-color: #6b8600;
}


body.theme-user {
  background: url("/images/theme-user/body_bg.gif") #ffe6de;
}
.theme-user h1,
.theme-user .h1 {
  color: #65272e;
}
.theme-user h2 {
  color: #b00f22;
}
.theme-user a,
.theme-user .link {
  color: #b00f22;
}
.theme-user input[type=text],
.theme-user input[type=password],
.theme-user textarea,
.theme-user select {
  background-color: #fff1ed;
  border: 1px solid #ff7d56;
}
.theme-user input[type=submit],
.theme-user input[type=button],
.theme-user button,
.theme-user .link-button {
  border: #ff7d56 1px solid;
  color: #b00f22;
  background: #fff1ed;
  /* Old browsers */
  background: -moz-linear-gradient(top, #fff1ed 0%, #ff7c57 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff1ed), color-stop(100%, #ff7c57));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #fff1ed 0%, #ff7c57 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #fff1ed 0%, #ff7c57 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #fff1ed 0%, #ff7c57 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #fff1ed 0%, #ff7c57 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@bg-color-alt', endColorstr='@bg-color-dark', GradientType=0);
  /* IE6-9 */
}
.theme-user input[type=submit].secondary,
.theme-user input[type=button].secondary,
.theme-user button.secondary {
  border-color: #aaa;
  color: #333;
  background: #eee;
  /* Old browsers */
  background: -moz-linear-gradient(top, #eeeeee 0%, #cccccc 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #eeeeee), color-stop(100%, #cccccc));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #eeeeee 0%, #cccccc 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #eeeeee 0%, #cccccc 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #eeeeee 0%, #cccccc 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #eeeeee 0%, #cccccc 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eee', endColorstr='#ccc', GradientType=0);
  /* IE6-9 */
}
.theme-user .message_err {
  color: #ffffff;
  background-color: #EE0000;
  border: #EE0000 1px solid;
}
.theme-user .message_ok {
  display: block;
  background-color: #0000cc;
  border: #0000cc 1px solid;
  color: #ffffff;
}
.theme-user p.info {
  border-left: #ff7d56 1px solid;
  color: #333333;
  background: #ffb9a3;
}
.theme-user .important {
  color: #ff0000;
}
.theme-user .poza {
  border: #ffb9a3 1px solid;
}
.theme-user .sectiune_reteta h2,
.theme-user .contest h2,
.theme-user .section_title {
  border-bottom: 1px solid #ff7d56;
}
.theme-user .sectiune_reteta h2 span,
.theme-user .contest h2 span,
.theme-user .section_title span {
  color: #65272e;
  background-image: url("/images/theme-user/h2_bg.png");
}
.theme-user .recipe-thumb:hover .poza {
  border-color: #b00f22;
}
.theme-user .recipe-thumb-author {
  color: #666666;
}
.theme-user #recipe-params,
.theme-user .recipe-params {
  background-color: #ffb9a3;
}
.theme-user #recipe-params-intro {
  background-color: #ffb9a3;
}
.theme-user .recipe-param-value {
  color: #333333;
}
.theme-user .recipe-param-name {
  color: #65272e;
}
.theme-user .pas-reteta-numar {
  color: #65272e;
}
.theme-user .table-alternate-row {
  background-color: #ffb9a3;
}
.theme-user #ingrediente_reteta .unit-system a.unit-system-selected {
  color: #ffffff;
  background-color: #65272e;
  border: 1px solid #65272e;
}
.theme-user .ingredient-obs,
.theme-user .helper-recipe-obs {
  color: #666666;
}
.theme-user .ingredient-quantity,
.theme-user .helper-recipe-quantity {
  color: #333333;
}
.theme-user .ingredient-name,
.theme-user .helper-recipe-name {
  color: #333333;
}
.theme-user .subtitlu {
  color: #333333;
}
.theme-user .highlight > .comentariu-main {
  background-color: rgba(176, 15, 34, 0.19);
  outline: 4px solid rgba(176, 15, 34, 0.19);
}
.theme-user .rating_comentariu .rating_label {
  color: #666666;
}
.theme-user .username_comentariu {
  color: #65272e;
}
.theme-user .username_comentariu span {
  color: #666666;
}
.theme-user .data_comentariu {
  color: #666666;
}
.theme-user .poze_label {
  color: #666666;
}
.theme-user .comentariu .delimiter:after {
  color: #999999;
}
.theme-user .comentariu .replied-to-delimiter:after {
  color: #999999;
}
.theme-user .comentariu .username_replied {
  color: #666666;
}
.theme-user #tooltip {
  background-color: #fff1ed;
  border: #ff7d56 1px solid;
}
.theme-user .tooltip_baloon {
  border: 1px solid #111;
}
.theme-user .titlu_reteta {
  color: #b00f22;
}
.theme-user #descriere_reteta {
  color: #333333;
}
.theme-user .instructions {
  color: #666666;
}
.theme-user .warning {
  color: #CC0000;
}
.theme-user .file_asset_dbox {
  border: #b00f22 1px solid;
  background-color: #ffe6de;
}
.theme-user .forgot-title {
  color: #333333;
}
.theme-user .qc-warning {
  color: #ff0000;
}
.theme-user .qc-with-warning input[type="text"],
.theme-user .qc-with-warning input[type="password"] {
  border-color: #ff0000;
}
.theme-user .qc-instructions {
  color: #999999;
}
.theme-user .keep_logged_in label {
  color: #333333;
}
.theme-user .youtube-channel-link {
  color: #b00f22;
}
.theme-user .recipe_author {
  color: #65272e;
}
.theme-user .recipe_author_picture img {
  border: 1px #FFFFFF solid;
}
.theme-user .recipe_author_picture .fake_img {
  border: 1px #FFFFFF solid;
  background-color: #b00f22;
  color: white;
}
.theme-user .poza a:hover .zoom-in {
  background: url("/images/theme-user/zoom_in.png") no-repeat;
}
.theme-user #tooltip div.body {
  background: url("/images/theme-user/tooltip_corner.png") no-repeat center left;
}
.theme-user .show-more:after {
  background-image: url("/images/theme-user/images_sprite.png");
}
.theme-user .restricted-overlay {
  background: linear-gradient(to bottom, rgba(255, 241, 237, 0.5) 0%, rgba(255, 241, 237, 0.5) 50%, #fff1ed 100%);
}
.theme-user .restricted-overlay-content em {
  color: #65272e;
}
.theme-user .colectie .show-more {
  background-color: #b00f22;
  color: #ffffff;
}
.theme-user .autotranslated-warning {
  color: #65272e;
}
.theme-user .autotranslated-warning::before {
  border-top: 1px solid #65272e;
}
.theme-user .autotranslated-warning b {
  background: #65272e;
  color: #ffffff;
}
.theme-user .page-subsection {
  background-color: #ffffff;
  border-top: 1px solid #ffb9a3;
  border-bottom: 1px solid #ffb9a3;
}
.theme-user .page-subsection h2 {
  color: #65272e;
}
.theme-user .subcollections-list li::before {
  border-color: #b00f22;
}


.recipe_social_rating .fb-like {
	display: inline-block !important;
	width: auto !important;
}

.recipe_social_rating #vk_like {
	display: inline-block !important;
	vertical-align: top !important;
	width: 140px !important;
}

.recipe_social_rating .q-ytsubscribe-w 
{
	height: 20px;
	width: 85px;
	display: inline-block;
	vertical-align: bottom;
	overflow: hidden;
	border: 0px solid transparent;
	border-radius: 2px;
	margin-right: 10px;
}

.recipe_social_rating .q-ytsubscribe-w > div 
{
	position: relative !important;
	top: -2px !important;
}
.q-next-text-box
{
	display: flex;
	display: -webkit-flex;
}

.q-next-text-box > span:first-child
{
	flex-grow: 1;
}
.q-next-text-box input:focus
{
	outline: none;
}
.q-next-text-box-btn
{
	text-decoration: none !important;
	font-size: 18px;
	padding: 0 8px;
	line-height: 34px !important;
	height: 34px;
    display: block;
}

.promo-overlay {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background-color: rgba(0,0,0,0.8);
	z-index: 2147483647;
	transition: all 0.45s ease-in-out;
	display: flex;
	display: -webkit-flex;
    flex-direction: column;
    -webkit-flex-direction: column;
}

.instagram-promo.promo-overlay {
	background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);
}
.instagram-promo .instagram-text-logo {
	vertical-align: middle;
	height: 38px;
}
.promo-cta a.instagram-promo-btn {
	background-color: #fff;
	background-image: url(/images/instagram_promo/instagram_logo.svg);
	background-repeat: no-repeat;
    background-position: 0px center;
    color: #000;
    padding: 10px 10px 10px 54px;
    border-radius: 14px;
	font-size: 20px;
	box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
}
.instagram-promo-btn .instagram-text-logo {
	height: 32px;
    vertical-align: middle;
}
.instagram-promo .promo-cta-click {
	display: none;
}

.promo-overlay .swiper-container {
    width: 100%;
    padding-bottom: 50px;
}
.promo-overlay .swiper-slide {
    width: 60%;
    text-align: center;
    padding-top: 30px;
}

.promo-overlay .swiper-pagination-bullet {
	background-color: #fff;
}

.promo-overlay .swiper-slide img{
	max-width: 100%;
    display: inline-block;
}

.promo-overlay .promo-title {
	color: #fff;
    font-size: 22px;
    font-family: Roboto, Arial, sans-serif;
    text-align: center;
    margin: 24px 8px;
}
.promo-overlay .slide-title {
    color: #fff;
    font-size: 18px;
    font-family: Roboto, Arial, sans-serif;
    text-align: center;
    white-space: nowrap;
    transform: translateX(-50%);
    position: absolute;
    left: 50%;
    top: 0;
}
.promo-cta{
	text-align: center;
}

.promo-cta a {
	color: #fff;
    font-size: 22px;
    font-family: Roboto, Arial, sans-serif;
    text-align: center;
    margin-bottom: 8px;
    display: inline-block;
    text-decoration: none;
}
.promo-cta .google-play-button img {
	margin-top: -13px;
    height: 73px;
}
.promo-cta .appstore-button img {
    height: 48px;
}

.promo-overlay .icon-cross {
	font-size: 24px;
    color: #fff;
    position: absolute;
    top: 4px;
    right: 4px;
    opacity: 0;
    background-color: rgba(255,255,255,0.3);
    transition: all 0.45s ease-in-out;
    cursor: pointer;
}

.promo-overlay .promo-close-options {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.promo-overlay .promo-close-btn {
	display: inline-block;
    color: rgba(255,255,255,0.8);
    border: 1px solid rgba(255,255,255,0.5);
    border-radius: 3px;
    padding: 8px;
    background: rgba(0,0,0,0.7);
    margin: 12px 0;
    font-size: 14px;
    min-width: 225px;
    text-align: center;
    cursor: pointer;
}
.promo-overlay .promo-close-btn.btn-later {
    background: #fff;
    color: #000;
}

.consent-w
{
	display: none;
	
	z-index: 2147483647;
	transition: transform 1s ease-in-out;
	transform: translateY(100%);
}

.youtube-consent-notice {
    height: 100%;
    background: white;
    border: 1px solid grey;
    text-align: center;
    padding: 16px;
    box-sizing: border-box;
}


.theme-default .q-next-text-box input:focus {
  border-color: #6b8600;
}
.theme-default .q-next-text-box-btn {
  color: #ffffff;
  background-color: #6b8600;
}
.theme-default .gsc-control-cse {
  border-color: #fffded;
  background-color: #fffded;
}
.theme-default .gsc-tabsArea {
  border-color: #f0e265;
}
.theme-default .gsc-tabHeader.gsc-tabhActive {
  border-color: #f0e265;
  border-bottom-color: #fffded;
  background-color: #fffded;
}
.theme-default .gsc-tabHeader.gsc-tabhInactive {
  background-color: #fff6a3;
  border-color: #fff6a3;
  border-bottom-color: #f0e265;
  position: relative;
  top: -1px;
}
.theme-default .gs-no-results-result .gs-snippet,
.theme-default .gs-error-result .gs-snippet {
  border-color: #fffded;
  background-color: #fffded;
}


.theme-user .q-next-text-box input:focus {
  border-color: #b00f22;
}
.theme-user .q-next-text-box-btn {
  color: #ffffff;
  background-color: #b00f22;
}
.theme-user .gsc-control-cse {
  border-color: #fff1ed;
  background-color: #fff1ed;
}
.theme-user .gsc-tabsArea {
  border-color: #ff7d56;
}
.theme-user .gsc-tabHeader.gsc-tabhActive {
  border-color: #ff7d56;
  border-bottom-color: #fff1ed;
  background-color: #fff1ed;
}
.theme-user .gsc-tabHeader.gsc-tabhInactive {
  background-color: #ffb9a3;
  border-color: #ffb9a3;
  border-bottom-color: #ff7d56;
  position: relative;
  top: -1px;
}
.theme-user .gs-no-results-result .gs-snippet,
.theme-user .gs-error-result .gs-snippet {
  border-color: #fff1ed;
  background-color: #fff1ed;
}


body
{
	min-width: 986px; /* this is a minnimum width for layout to be shown OK */
}
td
{
	font-size:16px;
}
optgroup option
{
	padding-left: 10px;
}

.submenu .login-panel
{
	padding: 10px;
}

#comments .login-panel,
.page-section-spaced .login-panel
{
	padding: 0;
}

/* end GENERAL RULES */

#page-w
{
	width: 1048px;
	margin: 0 auto;
}

/* LOGO */
#header
{
	margin: 10px 0 10px 0;
	padding-top: 66px;
	position: relative;
}
div#logo
{
	height: 50px;
    padding-bottom: 18px;
	text-align: center;
	width: 175px;
	flex-shrink: 0;
	-webkit-flex-shrink: 0;
    transform: scale(1);
    transform-origin: bottom center;
    transition: transform 0.3s ease-in-out;
}
#menu.compact div#logo
{
    transform: scale(0.8);
}
div#logo a
{ 
	display: inline-block;
	height: 100%;
	padding: 5px;
	box-sizing: border-box;
	text-decoration: none;
	font-size: 11px;	
	line-height: 10px;
	text-transform: lowercase;
}
div#logo img
{
	border:none;
	height: 100%;
}
div#logo a span 
{
	display: inline-block;
}
/* end LOGO */

/* MENU
*/
div#menu
{
	clear: left;
	display: flex;
	display: -webkit-flex;
	align-items: flex-end;
	-webkit-align-items: flex-end;
	height: 46px;
	background-repeat: repeat-x;
	background-position:  0 36px;
	z-index: 200;
	position: fixed;
	top: 0px;
	padding-top: 30px;
	width: 1048px;
	-webkit-box-shadow: 0px 11px 26px -18px rgba(0,0,0,0.75);
	box-shadow: 0px 11px 26px -18px rgba(0,0,0,0.75);
}
div#menu
{
	transform: translateY(0px);
	transition: transform 0.3s ease-in-out;
}
div#menu.compact
{
	transform: translateY(-15px);
}
#menu .menu-buttons
{
	display: flex;
	display: -webkit-flex;
}
#menu li.account-menu > .menu-item span span,
#menu .menu-buttons > li > .menu-item span span
{
	margin-left: -18px;
    margin-right: -18px;
    background: none !important; /* need to override the theming */
}
#menu li.account-menu .submenu {
    left: auto;
    right: -40px;
}
#menu li#my-account-menu 
{
	padding-right: 15px;
}

#menu li#my-account-menu .submenu {
    left: auto;
    right: 0px;
}
div#menu > ul
{
	list-style:none;
	display: flex;
	display: -webkit-flex;
	height: 40px;
}
div#menu ul.others-content {
	list-style:none;
	width: 100%;
}
div#menu .submenu-header {
	padding: 5px 12px;
	position: relative;
	font-size: 14px;
}
div#menu .submenu-cta {
	float: right;
    margin-left: 32px;
    margin-top: 8px;
}
div#menu li > div.submenu > div.submenu-content {
    overflow: auto;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

div#menu ul.others-content .submenu {
	position: relative;
}
div#menu ul.others-content .menu-item {
	padding: 0 12px;
}
div#menu li.others > div.submenu
{
	padding-bottom: 0;
}
div#menu ul.collection-menu
{
	flex-grow: 1;
	-webkit-flex-grow: 1;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    overflow: hidden;
}
div#menu ul.collection-menu.normalized
{
	overflow: visible;
}

div#menu a.menu-item
{
	font-family: AlbertusMedium;
	font-size: 20px;
}

div#menu > ul > li > a.menu-item
{
	display:block;
	height:40px;
	outline:none;
	padding-left: 31px;
	background-repeat: no-repeat;
	background-position: 0 -200px;
	position: relative;
	z-index: 10;
	text-decoration: none;
    margin: 0 -10px;
}

div#menu > ul > li > a.menu-item:after {
    content: "\25E2";
    font-family: sans-serif;
    display: block;
    position: absolute;
    bottom: 2px;
    left: 50%;
    transform: translateX(-50%) rotate(45deg);
    font-size: 7px;
    opacity: 0.7;
}

div#menu > ul > li:hover > a.menu-item,
div#menu > ul > li.hover > a.menu-item
{
	background-position: 0 -50px !important;
}
div#menu > ul > li.dark:hover > a.menu-item,
div#menu > ul > li.dark.hover > a.menu-item
{
	background-position: 0 -1119px !important;
}
div#menu > ul > li:hover > a.menu-item:after,
div#menu > ul > li.hover > a.menu-item:after
{
	display: none;
}
div#menu > ul > li.selected > a.menu-item
{
	background-position: 0 -350px;
}
div#menu > ul > li > a.menu-item span
{
	display:block;
	float:left;
	height:40px;
	background-repeat: no-repeat;
	background-position: right -300px;
	padding-right: 31px;
}
div#menu > ul > li:hover > a.menu-item span,
div#menu > ul > li.hover > a.menu-item span
{
	background-position: right -150px !important;
}
div#menu > ul > li.dark:hover > a.menu-item span,
div#menu > ul > li.dark.hover > a.menu-item span
{
	background-position: right -1219px !important;
}
div#menu > ul > li.selected > a.menu-item span
{
	background-position: right -450px;
}
div#menu > ul > li > a.menu-item span span
{
	background-repeat: repeat-x;
	background-position: 0 -250px;
	padding-right: 0;
	line-height: 45px;
	text-transform: lowercase;
}
div#menu > ul > li:hover > a.menu-item span span,
div#menu > ul > li.hover > a.menu-item span span
{
	background-position: 0 -100px !important;
}
div#menu > ul > li.dark:hover > a.menu-item span span,
div#menu > ul > li.dark.hover > a.menu-item span span
{
	background-position: 0 -1169px !important;
}
div#menu > ul > li.selected > a.menu-item span span
{
	background-position:0 -400px;
}
div#menu > ul > li > .menu-item > span > span > div.menu-name {
	margin: -3px -6px 0px -6px;
}
div#menu .others-content div.menu-name {
	display: inline;
}
div#menu li
{
	position: relative;
}
div#menu > ul > li.selected > a.menu-item
{
	position: relative;
	z-index: 19;
}
div#menu > ul > li:hover > a.menu-item,
div#menu > ul > li.hover > a.menu-item
{
	position: relative;
	z-index: 30;
}

div#menu > ul > li > div.submenu
{	
	/* display: none; */
	transition: 0.1s 0s transform;
    transform: scaleY(0);
    transform-origin: top;
	position: absolute;
	top: 100%;
	margin-top: -1px;
	left: -10px;
	z-index: 20;
    border-width: 1px;
    border-style: solid;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
    min-width: 100%;
    padding: 8px 10px;
    max-height: calc(100vh - 100px);
}
div#menu li:hover div.submenu,
div#menu li.hover div.submenu
{
	display: -ms-flexbox;      /* TWEENER - IE 10 */
  	display: -webkit-flex; 
	display: flex;
    flex-direction: column;
	-webkit-flex-direction: column;
	transform: scaleY(1);
    transition-delay: 0.4s;
}
div#menu li.others:hover > div.submenu,
div#menu li.others.hover > div.submenu
{
	flex-direction: column;
	-webkit-flex-direction: column;
	flex-wrap: nowrap;
	-webkit-flex-wrap: nowrap;
}
div#menu div.submenu-section-content
{
	display: -ms-flexbox;      /* TWEENER - IE 10 */
  	display: -webkit-flex; 
	display: flex;
	clear: both;
}

div.submenu-section
{
	padding: 10px;
	box-sizing: border-box;
}
.full-submenu .submenu-section
{
	width: 33.3%
}

div.submenu .submenu-footer
{
	padding: 10px;
	display: flex;
	display: -webkit-flex;
	justify-content: flex-end;
	-webkit-justify-content: flex-end;
}

div.submenu-section.section-user-recipes
{
    margin-top: -15px;
    margin-right: -15px;
    padding-right: 15px;
    padding-top: 15px;
    margin-bottom: -10px;
    border-radius: 0 5px 5px 0;
}

div.submenu-section-title
{
	font-family: AlbertusMedium;
    font-size: 16px;
    margin-bottom: 8px;
    padding-left: 2px;
}

.submenu-section-title .recipes-count
{
	font-family: Verdana, Arial, sans;
	font-size: 14px;
}

div#menu > ul > li.full-submenu > div.submenu
{
	left: 0;
    width: 970px;
    box-sizing: border-box;
}

div#menu div.submenu-column-summary
{
	display: flex;
	display: -webkit-flex;
	align-items: flex-start;
	-webkit-align-items: flex-start;
	/* XXX https://css-tricks.com/flexbox-truncated-text/ */
	min-width: 0;
}
div#menu div.submenu-column
{
	margin-left: 0px;
	padding-left: 10px;
}
div#menu div.submenu-column a
{
	display: block;
}
div#menu div.submenu-column-summary .summary-title
{
	margin: 5px 0 3px 0;
	font-weight: bold;
}
div#menu div.submenu-column-summary .summary-title
{
	margin-top: 10px;
}
div#menu div.submenu-column-summary .summary-links {
    margin-left: 6px;
   	/* XXX https://css-tricks.com/flexbox-truncated-text/ */
	min-width: 0;
}
div#menu div.submenu-column-summary a.summary-link
{
	display: block;
	margin-bottom: 5px;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 18px;
}

div#menu div.submenu-column-summary a.summary-link.show-more
{
	display: inline-block;
}

div#menu div.submenu-column a.submenu-link,
.logged-in .logged-in-link a,
.logged-in .logged-in-link span.link
{
	font-size: 13px;
	display: block;
	font-weight: bold;
	margin-top: 5px;
}
.logged-in .logout
{
	margin-top: 20px;
}
div#menu div.submenu-column a.submenu-link-level-2
{
	font-size: 13px;
	display: block;
	padding-left: 10px;
	margin: 3px 0px;
}

div#menu li.full-submenu {
	position: static;
}

.login_form_intro
{
    white-space: nowrap;
}

/* end MENU */

/* CONTENT */
div#content
{
    clear: both;
}
div#under_menu
{
	margin-bottom: 10px;
}
/* end CONTENT */

/* COLUMNS */
div#center_col,
div#right_col
{
	float:left;
}
div#right_col
{
	width:300px;
	padding-left:10px;
	min-height: 10px;
}
div#right_col .bloc
{
	width:300px;
}

div#center_col
{
	width:728px;
	padding: 0 10px 10px 0;
}

/* end COLUMNS */
/* BLOC */
div.bloc
{
	margin-bottom:10px;
}
div.bloc_header
{
	height: 27px;
	float: left;
	margin-left: 10px;
	padding-left: 23px;
	background-repeat: no-repeat;
	background-position: 0 -580px;
	position: relative;
	top: 1px;
	z-index: 2;
}
div.bloc_header span
{
	display: block;
	height: 27px;
	padding-right: 26px;
	background-repeat: no-repeat;
	background-position: right -654px;
}
div.bloc_header span span
{
	font-family: AlbertusMedium;
	background-repeat: repeat-x;
	background-position: 0 -617px;
	padding-right: 0;
	font-size: 1rem;
	line-height: 27px;
	text-transform: lowercase;
}
div.bloc_content
{
	clear:left;
	padding:11px;
	border-width:1px;
	border-style: solid;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
}
div.bloc.no-border .bloc_content
{
	border: none;
	padding: 0px;
}

div.bloc a.bloc_footer
{
	display: block;
	clear: both;
	font-size: 11px;
	margin: 5px 0px;
	text-align: right;
}
/* end BLOC */
/* FOOTER */
#footer
{
	clear:both;
	display: -webkit-flex;
	display: flex;
}

#footer > div 
{
	padding: 16px;
	box-sizing: border-box;
}

#footer > div:first-child 
{
	width: 160px;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
}

#footer h3
{
	font-family: AlbertusMedium;
    font-size: 14px;
    margin-bottom: 8px;
}

#footer .logo {
   	margin-bottom: 10px;
}
#footer .logo a {
   	display: block;
   	text-align: center;
   	padding: 10px;
}
#footer .logo img {
   	max-width: 100%;
}

#footer .copyright,
#footer #designed_by
{
	float: none;
	margin-bottom: 5px;
	font-size: 11px;
	padding: 0;
}

#footer .icons-wrapper
{
	display: flex;
	display: -webkit-flex;
	margin-bottom: 10px;
}

#footer .rss-button
{
	margin-right: 10px;
}


#footer ul
{
	list-style:none;
}

#footer ul li
{
	margin-bottom: 5px;
}

#footer a.rss-button
{
	display: inline-block;
	width: 30px;
	height: 30px;
	margin-top: 5px;
	text-indent: -10000px;
	outline: none;
	background-repeat: no-repeat;
	background-position: 0 -500px;
}
#footer a.rss-button:hover
{
	background-position: 0 -540px;
}

/* end FOOTER */

/* diverse BLOCURI */
/* bloc_ultimele_retete */

div#anunt
{
	clear:both;
	text-align:center;
	padding:3px;
	margin:0px 4px;
}
div#anunt a
{
	font-size:14px;
	font-weight:bold;
}

h1.page_stitle
{
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	text-align:center;
	font-size:10px;
	font-weight:normal;
	overflow:hidden;
}

ul.simple
{
	list-style:none;
}
.checkbox
{
	vertical-align:middle;
}

a.link-retete-de-craciun
{
	background: url(/images/link-christmas-bells.gif) no-repeat left bottom !important;

}

.elegant_form fieldset
{
	padding:10px;
	margin-bottom:5px;
	border-width:1px;
	border-style:solid;
}
.elegant_form legend
{
	font-weight:bold;
	padding: 0px 5px;
}
.referal_message
{
	font-family:Verdana, sans;
	font-size:11px;
}
.readonly
{
	border-width:1px;
	border-style:solid;
}
#rss
{
	display:block;
	float:right;
	position:relative;
	top:27px;
	right:20px;
}
#rss img
{
	border:none;
}

#sursa_reteta
{
	clear: both;
	margin: 10px 0px;
}
#sursa_reteta a
{
	font-weight: bold;
}
.inherit_textbox
{
font-size: inherit; width: 100%; text-align: inherit; color: inherit; font-family: inherit;
padding: 0px !important;
}

.terror
{
	background-color: #FFAAAA !important;
	border-color: #FF0000;
}
.cname
{
	border-bottom: #999999 1px solid;
}
.cname_required
{
	font-weight: bold;
	text-transform: uppercase;
}
.twarning
{
	color: #FF0000;
}
.ttooltip
{
	background: url(/assets/images/information.gif) no-repeat center right;
	background-color: #ffffff;
}
.recipe_status
{
	padding:5px 0px 5px 18px;
	font-size:10px;
	background: url(/assets/images/information.gif) no-repeat center left;
}
.bloc_content.publicitate
{
	text-align:center;
}

#center_col .publicitate
{
	margin-top: 20px;
	margin-bottom: 20px;
}
#center_col>.publicitate
{
	margin-top: 0px;
	margin-bottom: 10px;
	padding-top: 0px;
	padding-bottom: 0px;
	border: none;
}


.recipe-thumbnail-title
{
	display: block;
	font-size: 11px;
	font-weight: normal;
	width: 100px;
	padding: 0px 2px;
}

/* START icomoon */
@font-face {
	font-family: 'icomoon';
	src:url('/css/fonts/icomoon.woff2');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

.simple-search .search_button,
.q-next-text-box-btn,
.my-account-button,
.print-w-img,
.print-w-txt,
.icon-cross
 {
	font-family: 'icomoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.simple-search .search_button:before 
{
	content: "\e603";
}
.q-next-text-box-btn:before {
    content: "\e900";
}
.my-account-button:before {
    content: "\e901";
}
.print-w-txt:before {
  content: "\e926";
}
.print-w-img:before {
  content: "\e927";
}
.icon-cross:before {
	content: "\e600";
}


/* END icomoon */
#menu .simple-search
{
    margin-top: 5px;
    margin-right: 2px;
}
.simple-search .search_textbox
{
	width: 300px;
	height: 32px;
	display: block;
	padding-top: 0;
	padding-bottom: 0;
	outline: none;
	line-height: 32px;
    font-size: 18px;
}
.simple-search .search_textbox:placeholder-shown
{
	font-style: italic;
}
.menu-buttons .my-account-button
{
	display: block;
    width: 36px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    font-size: 18px;
    cursor: pointer;
	margin-top: 5px;
}

.menu-buttons .user-recipes-button,
.menu-buttons .own-recipes-button
{
	width: 24px;
	height: 24px;
	background-repeat: no-repeat;
   	margin-top: 10px;
    margin-left: 5px;
}
.menu-buttons .user-recipes-button {
	background-image: url("/images/icon_logo_community_24.png");
}
.menu-buttons .own-recipes-button {
	background-image: url("/images/icon_logo_24.png");
}

#user-recipes-menu {
	margin-right: 18px;
}

.simple-search .search_box {
	display: flex;
	display: -webkit-flex;
	overflow: hidden;
}
.simple-search .search_button
{
	display: block;
    float: left;
    width: 36px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    font-size: 18px;
    border-radius: 0 3px 3px 0;
    cursor: pointer;
    position: relative;
    z-index: 2;
}
.simple-search .search-wait-icon {
    position: absolute;
    right: 40px;
    top: 5px;
}

/* Override to always show left/right arrows */
#fancybox-left-ico {
 left: 20px;
}
#fancybox-right-ico {
 right: 20px;
 left: auto;
}
#fancybox-title-inside
{
	font-family: Verdana, sans;
	font-size: 12px;
}

.my-recipe-bottom-buttons
{
	margin-top: 20px;
}
.edit-step-no
{
	text-align: left;
}

.parametru_reteta
{
	margin: 10px 0;
}
.parametri_reteta .parametru
{
	display: inline-block;
	width: 150px;
}
.parametru {
	font-weight: 600;
}
.poza_concurs .poza a
{
	display: block;
}
.poza_concurs .poza
{
	float: none;
}
.poza_concurs
{
	width: 50%;
	vertical-align: top;
	padding: 5px 20px 5px 0px;
}
.link_detalii_premiu
{
	line-height: 35px;
}

.descriere-reteta-zilei
{
	margin: 10px 0;
}

#reteta_zilei .titlu_reteta
{
	margin-bottom: 5px;
}

.rec-picture-wrapper
{
	display: flex;
	display: -webkit-flex;
	margin-bottom: 1rem;
}

#recipe-params-intro
{
	display: flex;
	display: -webkit-flex;
	flex-direction: column;
	-webkit-flex-direction: column;
    padding: 20px 10px;
    margin-left: 10px;
}

.print-links
{
	float: right;
	font-size: 1.25rem;
}
.print-links a
{
	text-decoration: none;
}


/* QRatingControl */
.qrating_on,
.qrating_off
{
	display: inline-block;
	width: 15px;
	height: 15px;
	text-indent: -1000px;
	background-repeat: no-repeat;
}
.qrating_on
{
	background-position: 0 -959px;
}
.qrating_readonly .qrating_on
{
	background-position: 0 -983px;
}
.qrating_off
{
	background-position: 0 -911px;
}
.qrating_readonly .qrating_off
{
	background-position: 0 -935px;
}
/* end of QRatingControl */

/* Google Custom Search Engine */

.gsc-control-cse
{
	position: relative;
	top: -22px;
}
.search-loading
{
	font-size: 18px;
}
.back-to-mobile-link
{
	display: none;
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 10;
	text-align: center;
	padding: 8px 0;
	font-weight: bold;
    font-size: 4.5vw;
    padding: 3vw;
}
body.desktop-redirect
{
	padding-top: 30px;
}
body.desktop-redirect .back-to-mobile-link
{
	display: block;
}

.comentariu_did_try
{
	display: flex;
	display: -webkit-flex;
}
.comentariu.comentariu-reply 
{
	padding-left: 112px;
}
.comentariu-reply.level-1 { padding-left: 56px;}

.comentariu.comentariu-reply .add-comment-panel {
	margin-left: -56px;
}
.comentariu.comentariu-reply.level-1 .add-comment-panel {
	margin-left: 0px;
}

.poze_comentariu_wrap
{
	width: 50%;
}
.rating_comentariu
{
	width: 50%;
}
.recipe-video-w {
	padding: 0 24px;
}
#reteta_video_player {
	width: 680px;
	height: 383px;
}

.file_asset {
	position: relative;
}

.file_asset_upload,
.file_asset_delete {
	display: block;
    position: absolute;
    background: rgba(255,255,255,0.8);
    padding: 10px;
    white-space: nowrap;
}
.file_asset_delete {
    bottom: 0;
    left: 0;
}
.file_asset_upload {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.file_asset_upload img,
.file_asset_delete img{
	position: relative;
	top: 3px;
}

.editable-datagrid {
	width: 100%;
}

.editable-datagrid .edit-column {
	position: relative;
	padding: 0 !important;
}

.editable-datagrid .edit-column-inner {
	position: absolute;
	bottom: 10px;
	right: 10px;
	white-space: nowrap;
}

.editable-datagrid  .pas_reteta_text {
	padding-left: 16px;
	position: relative;
}

.editable-datagrid  .poza {
	margin: 0;
}

.editable-datagrid .edit-column-inner a {
	margin-left: 20px;
	font-size: 13px;
	background-position: left center;
}
.editable-datagrid td {
	vertical-align: top;
	padding-top: 10px;
	padding-bottom: 35px;
}
#ingrediente_reteta .editable-datagrid td {
	padding-left: 5px;
	padding-right: 5px;
}

.new-ingredient-dialog {
    border: #7a9900 1px solid;
    background-color: #fffcde;
}
.new-ingredient-dialog label {
	display: block;
	margin-top: 15px;
	margin-bottom: 5px;
}
.new-ingredient-dialog .fields-row {
	display: flex;
	display: -webkit-flex;	
	margin: 0 -10px;
}
.new-ingredient-dialog .fields-row > div {
	margin: 0 10px;
}

.new-ingredient-dialog .buttons-row {
	display: flex;
	display: -webkit-flex;	
	justify-content: flex-end;
	align-items: center;
    margin-top: 15px;
}
.new-ingredient-dialog .buttons-row > * {
	margin-left: 10px;
}

.flex-grow {
	flex-grow: 1;
	-webkit-flex-grow: 1;
}
.new-ingredient-dialog .suggestions {
	max-height: 345px;
	overflow-y: auto;
}
.new-ingredient-dialog .suggestions a {
	display: block;
	margin-bottom: 6px;
}
.agree-chk-w
{
	margin: 10px 0;
}
.agree-chk-w table
{
	border-spacing: 5px 0;
}
.agree-chk-w td
{
	vertical-align: top;
}
.agree-chk-w input
{
	vertical-align: middle;
}

.collection-selector-w 
{
	height: 207px;
	overflow: auto;
}
.pas-reteta
{
	margin: 20px 0;
	display: flex;
	display: -webkit-flex;
	line-height: 1.5;
}
.pas-reteta-numar
{
	flex-grow: 1;
	-webkit-flex-grow: 1;
}
.pas-reteta p {
	text-align: left;
	margin-bottom: 16px;
}
.pas-reteta p:last-child {
	margin-bottom: 0;
}
.pas-reteta-instructiuni {
	width: 300px;
	margin-left: 16px;
	order: 3;
}


/* EXPERIMENT */


#recipe-params,
.recipe-params
{
	padding:10px;
	clear: both;
}
.recipe-param
{
	margin-bottom: 24px;
	text-align: center;
	font-size: 0.90rem;
}
.recipe-param:last-child
{
	margin-bottom: 0px;
}
.recipe-param-value
{
	margin-top: 5px;
    font-weight: bold;
}

.recipe-param-quantity,
.recipe-param-difficulty,
.recipe-param-published-on
{
	
}
.recipe-param-prep-time,
.recipe-param-ready-in,
.recipe-param-rating
{
	
}
.recipe-param-rating .qrating
{
	margin-top: 5px;
}

.reteta_detaliata {
    padding-top: 1px;
}

.page-section
{
    box-shadow: 0px 0px 17px -6px rgba(0,0,0,0.75);
    margin-bottom: 1rem;
}

div#center_col {
	padding-bottom: 0; 
}

h2.page-section-title
{
    font-family: AlbertusMedium;
    font-size: 1.25rem;
    font-weight: normal;
    text-transform: lowercase;
    padding: 12px 24px;
    margin-top: 0;
}


.page-subsection {
	padding: 12px 24px;
}

.page-section-spaced .page-subsection {
	margin: 12px -24px;
}

.print-links {
	/* TODO use flex */
    margin-right: 25px;
    margin-top: 10px;
}

#descriere_reteta {
    padding: 0 24px;
    text-align: justify;
}

.sectiune_reteta h2 span
{
    padding-left: 24px;
}

.ingrediente-list .table-alternate-row,
.ingrediente-list .table-row,
.semipreparate-list .table-alternate-row,
.semipreparate-list .table-row
{
	padding-left: 24px;
	padding-right: 12px;
}

.pas-reteta {
    padding: 0 24px;
    padding-bottom: 20px !important;
}

.pas-reteta:last-child {
	border-bottom: none;
	margin-bottom: 0;
}

div#content {
    margin-top: 20px;
}

div.bloc {
    box-shadow: 0px 0px 17px -6px rgba(0,0,0,0.75);
    margin-bottom: 20px;
    padding-top: 5px;
}
div.bloc.no-border
{
    box-shadow: none;
	padding-top: 0;
}
div.bloc_content
{
	border: none;
}
div.bloc_header,
div.bloc_header span,
div.bloc_header span span
{
	border: none;
	background: none !important;
}
div.bloc_header
{
	padding-left: 5px !important;
}

div#menu
{
	box-shadow: 0px 0px 17px -6px rgba(0,0,0,0.75);
}

.pas-reteta p {
    margin-bottom: 16px;
    -webkit-hyphens: manual;
}

.titlu_reteta {
	padding-right: 105px;
	padding-left: 24px;
}

.rec-picture-wrapper {
	padding-left: 24px;
}

.recipe-param {
	font-size: 0.8rem
}

#recipe-params-intro {
	padding: 20px 8px;
}
#recipe-params 
{
	padding: 24px;
}
#recipe-params .recipe-param {
	text-align: left;
	margin-bottom: 0.8rem;
    font-size: 0.8rem;
}
#recipe-params .recipe-param:last-child {
	margin-bottom: 0;
}

.recipe-thumb-metadata h4 {
    font-size: 0.8rem;
    margin-top: 0.3rem;
}

div.bloc a.bloc_footer {
	font-size: 0.8rem;
}

.related_recipes {
	padding: 0 24px 12px 24px;
}

.add-comment-form, 
.add-comment-form-bottom
{
	padding: 0 24px 12px 24px;
}

.add-comment-form-bottom
{
	padding-bottom: 24px;
}

.add-comment-panel.comentariu {
	padding: 12px 0;
}

.comentarii .subtitlu {
	margin: 0;
	padding: 12px 24px 12px 24px;
}

.comments-list {
	margin-top: 0;
}

.comentariu {
	padding: 12px 24px;
}
.comentariu:first-child {
	border-top: none;
}
.comentariu-reply {
	border-top: none;
}

.ingredient-name {
    font-weight: bold;
}

.ingredient-quantity, .helper-recipe-quantity {
    font-weight: bold;
}

#ingrediente_reteta {
	font-size: 0.875rem;
}
#ingrediente_reteta .unit-system
{
	right: 330px;
}
.ingredient-obs, .helper-recipe-obs {
	width: 288px;
    font-size: 0.8rem;
    margin-left: 16px;
}

#ingrediente_reteta .table-row, 
#ingrediente_reteta .table-alternate-row 
{
	justify-content: flex-end;
}

.ingredient-quantity, .helper-recipe-quantity
{
	margin-left: 18px;
	width: 84px;
}

.list-bullet
{
	flex-grow: 1;
}

.ingrediente-list,
.semipreparate-list
{
	padding: 0 24px;
}

.sectiune_reteta h2
{
	margin: 20px 0;
}

.comentariu .recipe-picture
{
	width: auto;
}

#recipe-params {
	display: flex;
	flex-wrap: wrap;
} 
#recipe-params .recipe-param {
	min-width: 50%;
}

#sursa_reteta {
	margin-top: 0;
}

#footer {
	padding: 8px;
	font-size: 0.8rem;
}

#footer .copyright, #footer #designed_by {
    font-size: 0.8rem;
}

.text_comentariu p
{
	text-align: justify;
}

div#menu div.submenu-column-summary a.summary-link {
	font-size: 0.8rem;
}

div.submenu .submenu-footer {
    flex-shrink: 0;
    font-size: 0.8rem;
}

#reteta_zilei .titlu_reteta {
	margin-top: 0;
}
#reteta_zilei {
	padding-bottom: 12px;
}

.page-section-spaced {
	padding: 12px 24px;
}

.page-section-spaced .page-section-title {
	padding: 0 0 12px 0;
}
.page-section-cta {
	text-align: right;
	padding: 12px 0;
}

.recipe-thumb-big .recipe-thumb-title {
	font-size: 1.125rem;
	margin: 0.5rem 0;
}

#reteta_zilei .page-section-title {
	text-align: center;
    padding-right: 105px;
}
.recipes-thumbs-container {
    margin: 0 -4px;
}
.recipe-thumb {
    padding: 0 4px 0 4px;
}
.recipe-thumb-big {
    min-height: 280px; /* to match a 336x280 banner size */
}

#reteta_zilei .page-section-cta {
	padding: 0 24px 12px 24px;
}
#reteta_zilei .page-section-title {
	text-transform: none;
}
.denumire_colectie {
    font-size: 1.5rem;
    margin: .5rem 0 1rem 0;
}

h1 {
	font-size: 2rem;
}

h2 {
	font-size: 1.25rem;
}

.colectie .show-more {
	font-size: 1.25rem;
	padding: 0.375rem 1.625rem 0.375rem 2.25rem;
}

.colectie .show-more::before {
	width: 0.625rem;
	height: 0.625rem;
}
div#menu > ul > li > div.submenu {
	box-shadow: 0px 3px 17px -6px rgba(0,0,0,0.75);
}

.gsc-control-cse
{
	padding: 12px 0 !important;
}

.recipe_premium_subtitle
{
	margin-bottom: 12px;
}

h1.titlu_reteta + .recipe_premium_subtitle {
	margin-top: -12px;
}

.recipe_author_w,
.recipe_premium_subtitle
{
	padding: 0 105px 0 24px;
}
.recipe-thumb-author
{
	font-size: 0.85rem;
}

.recipe-thumb-title + .recipe-thumb-author 
{
	margin-top: -0.5rem;
}
#recipeEditorPanel {
	padding: 12px 0;
}

#recipeEditorPanel .page-section-spaced {
	padding-bottom: 0;
	padding-top: 0;
}

.editable-datagrid .table-row,
.editable-datagrid .table-alternate-row {
	display: table-row;
}
#ingrediente_reteta .editable-datagrid {
	padding: 0 24px;
	border-spacing: 0;
}
#pasi_reteta .editable-datagrid {
	padding: 0 24px;
	border-spacing: 0;
}

#recipeEditorPanel .recipe-params,
#recipeEditorPanel .collection-selector-w
{
	margin: 0 24px;
}

#recipeEditorPanel .colectii-reteta-intro,
#recipeEditorPanel .agree-chk-w,
#recipeEditorPanel .my-recipe-bottom-buttons
{
	padding: 0 24px;
}

.search_box-w
{
	margin: 0 20px 2px 20px;
}

.simple-search {
	position: relative;
    z-index: 10;
}
.simple-search .search_box
{
    margin-left: -100px;
}
.simple-search .search_button
{
	transition: all .2s ease-in-out;
}
.simple-search .search_textbox 
{
	transition: all .2s ease-in-out;
    transform: translateX(100px);
}
.simple-search.focused .search_textbox
{
    transform: translateX(0);
}
.promo-overlay .swiper-slide {
    width: 30%;
}

#breadcrumb {
	font-size: 0.85rem;
}

.subcollections-list
{
	columns: 3;
}

.colectie {
	/* XXX when going through summary link title should not be covered by fixed header  */
    padding-top: 61px;
    margin-top: -61px;
}

.colectie .show-more-w
{
	margin-top: -220px;
	padding-top: 220px;
}

.consent-w
{
	max-width: 600px;
	margin: auto /* center it */
}

.social-follow {
	padding: 24px 24px 0 24px;
}

.social-share-buttons {
	position: fixed;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	z-index: 94034;
}

.social-share-buttons a {
	display: flex;
    flex-grow: 1;
    height: 48px;
    width: 48px;
    align-items: center;
    justify-content: center;
}

#center_col .recipes-thumbs-container .publicitate
{
    margin-bottom: 0;
    margin-top: 0;
}

div#menu > ul.theme-default > li > a.menu-item,
div#menu > ul.theme-default > li > a.menu-item span {
  background-image: url("/images/theme-default/images_sprite.png");
}
div#menu ul.theme-default a.menu-item {
  color: #6b8600;
}
div#menu > ul.theme-default > li.selected > a.menu-item,
div#menu > ul.theme-default > li:hover > a.menu-item,
div#menu > ul.theme-default > li.hover > a.menu-item {
  color: #a66719;
}
div#menu > ul.theme-default > li > div.submenu {
  background-color: #fffded;
  border-color: #f0e265;
}
div#menu > ul.theme-default > li.dark > div.submenu {
  background-color: #f8e75e;
}
.theme-default {
  /* cluster all with background-image to image sprite, because it's a non-inherited rule */
}
.theme-default div#menu,
.theme-default div.bloc_header,
.theme-default div.bloc_header span,
.theme-default #footer a.rss-button,
.theme-default #recipe-params-intro a,
.theme-default .qrating_on,
.theme-default .qrating_off {
  background-image: url("/images/theme-default/images_sprite.png");
}
.theme-default div#menu {
  background-color: #fffded;
}
.theme-default div.submenu-section.section-user-recipes {
  background-color: #fff6a3;
}
.theme-default div.submenu-section-title {
  color: #a66719;
}
.theme-default div.submenu-column-summary .summary-title {
  color: #a66719;
}
.theme-default div.bloc_header span span {
  color: #a66719;
}
.theme-default div.bloc_content {
  background-color: #fffded;
  border-color: #f0e265;
}
.theme-default #footer {
  background-color: #fff6a3;
}
.theme-default #footer h3 {
  color: #a66719;
}
.theme-default #footer .logo {
  background-color: #fffcde;
}
.theme-default div#anunt {
  background-color: #6b8600;
}
.theme-default div#anunt a {
  color: #FFFFFF;
}
.theme-default .link_contest_monitor {
  color: #ff0000;
}
.theme-default .elegant_form fieldset {
  border-color: #f0e265;
}
.theme-default .readonly {
  background: #fff6a3;
  border-color: #f0e265;
}
.theme-default .invited_email {
  color: #999999;
}
.theme-default .invited_status {
  color: #666666;
}
.theme-default .puncte-label {
  color: #666666;
}
.theme-default .puncte {
  color: #6b8600;
}
.theme-default .contest_action_link {
  color: #FFFFFF;
  background-color: #6B006B;
}
.theme-default .open_inviter_credentials {
  background-color: #FFFFFF;
  border-color: #C3D9FF;
}
.theme-default .open_inviter_intro {
  color: #3333FF;
}
.theme-default .open_inviter_guarantee {
  color: #666666;
}
.theme-default .contest-place {
  color: #6B006B;
}
.theme-default #sursa_reteta {
  color: #a66719;
}
.theme-default .simple-search .search_textbox {
  border-color: #fff6a3;
}
.theme-default .simple-search.focused .search_textbox {
  border-color: #6b8600;
}
.theme-default .simple-search .search_button {
  background: #fff6a3;
  color: #6b8600;
}
.theme-default .simple-search.focused .search_button {
  background: #6b8600;
  color: white;
}
.theme-default #fancybox-title-inside {
  color: #333333;
}
.theme-default .parametri_reteta .info {
  color: #999;
}
.theme-default .back-to-mobile-link {
  background-color: #1b7fcc;
  color: #ffffff;
}
.theme-default .new-ingredient-dialog {
  border: #6b8600 1px solid;
  background-color: #fffcde;
}
.theme-default .page-section {
  background-color: #fffded;
}
.theme-default h2.page-section-title {
  color: #a66719;
}
.theme-default .pas-reteta {
  border-bottom: 1px solid #fff6a3;
}
.theme-default div.bloc {
  background-color: #fffded;
}
.theme-default .comentariu {
  border-top: 1px solid #fff6a3;
}
.theme-default .list-bullet {
  color: #f0e265;
}
.theme-default .comentarii .show-all-comments,
.theme-default .colectie .show-more-w {
  background: -webkit-linear-gradient(top, rgba(255, 253, 237, 0) 0%, rgba(255, 253, 237, 0.5) 23%, #fffded 70%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(255, 253, 237, 0) 0%, rgba(255, 253, 237, 0.5) 23%, #fffded 70%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}


div#menu > ul.theme-user > li > a.menu-item,
div#menu > ul.theme-user > li > a.menu-item span {
  background-image: url("/images/theme-user/images_sprite.png");
}
div#menu ul.theme-user a.menu-item {
  color: #b00f22;
}
div#menu > ul.theme-user > li.selected > a.menu-item,
div#menu > ul.theme-user > li:hover > a.menu-item,
div#menu > ul.theme-user > li.hover > a.menu-item {
  color: #65272e;
}
div#menu > ul.theme-user > li > div.submenu {
  background-color: #fff1ed;
  border-color: #ff7d56;
}
div#menu > ul.theme-user > li.dark > div.submenu {
  background-color: #ff7c57;
}
.theme-user {
  /* cluster all with background-image to image sprite, because it's a non-inherited rule */
}
.theme-user div#menu,
.theme-user div.bloc_header,
.theme-user div.bloc_header span,
.theme-user #footer a.rss-button,
.theme-user #recipe-params-intro a,
.theme-user .qrating_on,
.theme-user .qrating_off {
  background-image: url("/images/theme-user/images_sprite.png");
}
.theme-user div#menu {
  background-color: #fff1ed;
}
.theme-user div.submenu-section.section-user-recipes {
  background-color: #ffb9a3;
}
.theme-user div.submenu-section-title {
  color: #65272e;
}
.theme-user div.submenu-column-summary .summary-title {
  color: #65272e;
}
.theme-user div.bloc_header span span {
  color: #65272e;
}
.theme-user div.bloc_content {
  background-color: #fff1ed;
  border-color: #ff7d56;
}
.theme-user #footer {
  background-color: #ffb9a3;
}
.theme-user #footer h3 {
  color: #65272e;
}
.theme-user #footer .logo {
  background-color: #ffe6de;
}
.theme-user div#anunt {
  background-color: #b00f22;
}
.theme-user div#anunt a {
  color: #FFFFFF;
}
.theme-user .link_contest_monitor {
  color: #ff0000;
}
.theme-user .elegant_form fieldset {
  border-color: #ff7d56;
}
.theme-user .readonly {
  background: #ffb9a3;
  border-color: #ff7d56;
}
.theme-user .invited_email {
  color: #999999;
}
.theme-user .invited_status {
  color: #666666;
}
.theme-user .puncte-label {
  color: #666666;
}
.theme-user .puncte {
  color: #b00f22;
}
.theme-user .contest_action_link {
  color: #FFFFFF;
  background-color: #6B006B;
}
.theme-user .open_inviter_credentials {
  background-color: #FFFFFF;
  border-color: #C3D9FF;
}
.theme-user .open_inviter_intro {
  color: #3333FF;
}
.theme-user .open_inviter_guarantee {
  color: #666666;
}
.theme-user .contest-place {
  color: #6B006B;
}
.theme-user #sursa_reteta {
  color: #65272e;
}
.theme-user .simple-search .search_textbox {
  border-color: #ffb9a3;
}
.theme-user .simple-search.focused .search_textbox {
  border-color: #b00f22;
}
.theme-user .simple-search .search_button {
  background: #ffb9a3;
  color: #b00f22;
}
.theme-user .simple-search.focused .search_button {
  background: #b00f22;
  color: white;
}
.theme-user #fancybox-title-inside {
  color: #333333;
}
.theme-user .parametri_reteta .info {
  color: #999;
}
.theme-user .back-to-mobile-link {
  background-color: #1b7fcc;
  color: #ffffff;
}
.theme-user .new-ingredient-dialog {
  border: #b00f22 1px solid;
  background-color: #ffe6de;
}
.theme-user .page-section {
  background-color: #fff1ed;
}
.theme-user h2.page-section-title {
  color: #65272e;
}
.theme-user .pas-reteta {
  border-bottom: 1px solid #ffb9a3;
}
.theme-user div.bloc {
  background-color: #fff1ed;
}
.theme-user .comentariu {
  border-top: 1px solid #ffb9a3;
}
.theme-user .list-bullet {
  color: #ff7d56;
}
.theme-user .comentarii .show-all-comments,
.theme-user .colectie .show-more-w {
  background: -webkit-linear-gradient(top, rgba(255, 241, 237, 0) 0%, rgba(255, 241, 237, 0.5) 23%, #fff1ed 70%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(255, 241, 237, 0) 0%, rgba(255, 241, 237, 0.5) 23%, #fff1ed 70%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}


.sp-overlay
{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: white;
	opacity: 0.5;
	z-index: 1000250;
}
.sp-popup-wrapper
{
	position: fixed;
	z-index: 1000251;
	left: 50%;
	top: 50%;
}
.sp-popup
{
	position: absolute;
	background: white;
	padding: 10px;
	border: 10px solid #A66719;
}
.sp-title
{
	font-size: 14px;
	color: #A66719;
	font-family: AlbertusMedium;
}

.sp-content
{
	margin: 10px -10px;
}

.sp-dontshow *
{
	vertical-align: bottom;
}
.sp-dontshow label
{
	margin-left: 5px;
}
.sp-dontshow,
.sp-buttons #sp-close
{
	opacity: 0.6;
}

.sp-dontshow:hover,
.sp-buttons #sp-close:hover
{
	opacity: 1;
}

.sp-buttons
{
	margin-top: 10px;
}

.sp-buttons #sp-already-did,
.sp-buttons #sp-later
{
	float: right;
	margin-left: 10px;
}

/*
 * FancyBox - jQuery Plugin
 * Simple and fancy lightbox alternative
 *
 * Examples and documentation at: http://fancybox.net
 * 
 * Copyright (c) 2008 - 2010 Janis Skarnelis
 * That said, it is hardly a one-person project. Many people have submitted bugs, code, and offered their advice freely. Their support is greatly appreciated.
 * 
 * Version: 1.3.4 (11/11/2010)
 * Requires: jQuery v1.3+
 *
 * Dual licensed under the MIT and GPL licenses:
 *   http://www.opensource.org/licenses/mit-license.php
 *   http://www.gnu.org/licenses/gpl.html
 */

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	width: 40px;
	height: 40px;
	margin-top: -20px;
	margin-left: -20px;
	cursor: pointer;
	overflow: hidden;
	z-index: 1104;
	display: none;
}

#fancybox-loading div {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 480px;
	background-image: url('fancybox.png');
}

#fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1100;
	display: none;
}

#fancybox-tmp {
	padding: 0;
	margin: 0;
	border: 0;
	overflow: auto;
	display: none;
}

#fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	padding: 20px;
	z-index: 1101;
	outline: none;
	display: none;
}

#fancybox-outer {
	position: relative;
	width: 100%;
	height: 100%;
	background: #fff;
}

#fancybox-content {
	width: 0;
	height: 0;
	padding: 0;
	outline: none;
	position: relative;
	overflow: hidden;
	z-index: 1102;
	border: 0px solid #fff;
}

#fancybox-hide-sel-frame {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent;
	z-index: 1101;
}

#fancybox-close {
	position: absolute;
	top: -15px;
	right: -15px;
	width: 30px;
	height: 30px;
	background: transparent url('fancybox.png') -40px 0px;
	cursor: pointer;
	z-index: 1103;
	display: none;
}

#fancybox-error {
	color: #444;
	font: normal 12px/20px Arial;
	padding: 14px;
	margin: 0;
}

#fancybox-img {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	border: none;
	outline: none;
	line-height: 0;
	vertical-align: top;
}

#fancybox-frame {
	width: 100%;
	height: 100%;
	border: none;
	display: block;
}

#fancybox-left, #fancybox-right {
	position: absolute;
	bottom: 0px;
	height: 100%;
	width: 35%;
	cursor: pointer;
	outline: none;
	background: transparent url('blank.gif');
	z-index: 1102;
	display: none;
}

#fancybox-left {
	left: 0px;
}

#fancybox-right {
	right: 0px;
}

#fancybox-left-ico, #fancybox-right-ico {
	position: absolute;
	top: 50%;
	left: -9999px;
	width: 30px;
	height: 30px;
	margin-top: -15px;
	cursor: pointer;
	z-index: 1102;
	display: block;
}

#fancybox-left-ico {
	background-image: url('fancybox.png');
	background-position: -40px -30px;
}

#fancybox-right-ico {
	background-image: url('fancybox.png');
	background-position: -40px -60px;
}

#fancybox-left:hover, #fancybox-right:hover {
	visibility: visible; /* IE6 */
}

#fancybox-left:hover span {
	left: 20px;
}

#fancybox-right:hover span {
	left: auto;
	right: 20px;
}

.fancybox-bg {
	position: absolute;
	padding: 0;
	margin: 0;
	border: 0;
	width: 20px;
	height: 20px;
	z-index: 1001;
}

#fancybox-bg-n {
	top: -20px;
	left: 0;
	width: 100%;
	background-image: url('fancybox-x.png');
}

#fancybox-bg-ne {
	top: -20px;
	right: -20px;
	background-image: url('fancybox.png');
	background-position: -40px -162px;
}

#fancybox-bg-e {
	top: 0;
	right: -20px;
	height: 100%;
	background-image: url('fancybox-y.png');
	background-position: -20px 0px;
}

#fancybox-bg-se {
	bottom: -20px;
	right: -20px;
	background-image: url('fancybox.png');
	background-position: -40px -182px; 
}

#fancybox-bg-s {
	bottom: -20px;
	left: 0;
	width: 100%;
	background-image: url('fancybox-x.png');
	background-position: 0px -20px;
}

#fancybox-bg-sw {
	bottom: -20px;
	left: -20px;
	background-image: url('fancybox.png');
	background-position: -40px -142px;
}

#fancybox-bg-w {
	top: 0;
	left: -20px;
	height: 100%;
	background-image: url('fancybox-y.png');
}

#fancybox-bg-nw {
	top: -20px;
	left: -20px;
	background-image: url('fancybox.png');
	background-position: -40px -122px;
}

#fancybox-title {
	font-family: Helvetica;
	font-size: 12px;
	z-index: 1102;
}

.fancybox-title-inside {
	padding-bottom: 10px;
	text-align: center;
	color: #333;
	background: #fff;
	position: relative;
}

.fancybox-title-outside {
	padding-top: 10px;
	color: #fff;
}

.fancybox-title-over {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #FFF;
	text-align: left;
}

#fancybox-title-over {
	padding: 10px;
	background-image: url('fancy_title_over.png');
	display: block;
}

.fancybox-title-float {
	position: absolute;
	left: 0;
	bottom: -20px;
	height: 32px;
}

#fancybox-title-float-wrap {
	border: none;
	border-collapse: collapse;
	width: auto;
}

#fancybox-title-float-wrap td {
	border: none;
	white-space: nowrap;
}

#fancybox-title-float-left {
	padding: 0 0 0 15px;
	background: url('fancybox.png') -40px -90px no-repeat;
}

#fancybox-title-float-main {
	color: #FFF;
	line-height: 29px;
	font-weight: bold;
	padding: 0 0 3px 0;
	background: url('fancybox-x.png') 0px -40px;
}

#fancybox-title-float-right {
	padding: 0 0 0 15px;
	background: url('fancybox.png') -55px -90px no-repeat;
}


