@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;
}


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

[class^="icon-"], [class*=" icon-"],
.qrating_on, .qrating_off,
.q-next-text-box-btn
 {
	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;
}

.icon-cross:before {
	content: "\e600";
}
.icon-chevron-left:before {
	content: "\f053";
}
.icon-search:before {
	content: "\e603";
}
.icon-menu:before {
	content: "\e604";
}
/*
.icon-star:before {
	content: "\e601";
}
.icon-star2:before {
	content: "\e602";
}
.icon-star3:before {
	content: "\e605";
}
*/
.q-next-text-box-btn:before {
    content: "\e900";
}
/* END icomoon */
html {
	font-size: min(max(1rem, 5vw), 22px); /* Fluid Typography https://css-tricks.com/simplified-fluid-typography/ */
}
body
{
	-webkit-text-size-adjust: none;
	text-size-adjust: none;
}
body * {
	/* XXX This is a workaround for opt-out of Chrome Font Boosting that unpredictable changes font size. See https://bugs.webkit.org/show_bug.cgi?id=84186#c17 */
	max-height: 1000000px;
}
img
{
	max-width: 100%;
}
#content
{
	--h-content-padding: 16px;
	padding: 72px var(--h-content-padding) 10px var(--h-content-padding);
}

#header
{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 10;
    display: flex;
    display: -webkit-flex;
    align-items: flex-start;
    -webkit-align-items: flex-start;
    justify-content: space-between;
    -webkit-justify-content: space-between;
}
#header.fixed
{
	position: fixed;
}

#header #logo a
{
	padding: 10px;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
	-webkit-align-items: center;
	align-items: center;
	text-decoration: none;
	text-transform: lowercase;
}
#header #logo a span
{
	display: block;
}
#header.fixed #logo a span
{
	display: none;
}
#header #logo img
{
	display: block;
	height: 30px;
}

#header .icon-search,
#header .icon-menu,
#header .icon-cross
{
	font-size: 30px;
	padding: 10px;
}



#footer
{
	text-align: center;
}
#footer .desktop-website-link
{
    padding: 8px;
    display: block;
    font-weight: bold;
    text-align: center;
}

#reteta_zilei .poza
{
	float: none;
	margin-right: 0px;
}
#reteta_zilei .poza img
{
	width: 100%;
	height: auto;
}

.rec-picture-wrapper
{
	float: left;
	position: relative;
	margin-bottom: 10px;
	width: 100%;
}

.recipes-thumbs-container > div > div
{
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
#poza_reteta
{
	margin-left: calc(var(--h-content-padding) * -1);
	margin-right: calc(var(--h-content-padding) * -1);
}
.pas-reteta-poza .poza
{
	margin-right: -2px;
}
#descriere_reteta
{
	clear: both;
}

.list-bullet 
{
	display: none;
}
.ingredient-obs
{
	width: 100%;
}
.ingrediente-list .table-alternate-row,
.ingrediente-list .table-row,
.semipreparate-list .table-alternate-row,
.semipreparate-list .table-row
{
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
    align-items: flex-start;
    -webkit-align-items: flex-start;
}
.ingredient-quantity,
.helper-recipe-quantity
{
	width: 25%;
    margin-left: 0;
}
.ingredient-name,
.helper-recipe-name
{
    width: 75%;
    padding-right: 10px;
    box-sizing: border-box;
}
.ingredient-obs, .helper-recipe-obs {
	margin-left: 0;
	margin-top: 0.2rem;
}
.ingredient-name, .helper-recipe-name {
    font-size: 1rem;
    font-weight: bold;
}
.ingredient-quantity, .helper-recipe-quantity {
    font-size: 1rem;
    font-weight: bold;
}

/* ADS */

body
{
	padding-bottom: 100px;
}

.publicitate
{
    width: 100%;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
    margin: 10px 0;
}
.publicitate ins {
	width: 100%;
}


@media all and (min-width: 530px) {
    .rec-picture-wrapper
	{
		float: none;
	}
	.rec-picture-wrapper #poza_reteta
	{
		float: none;
	}
	.rec-picture-wrapper #poza_reteta img
	{
      width: 100%;
 	  height: auto;
	}

	.recipes-thumbs-container .recipe-thumb
	{
		width: 25%;
	}
	.recipes-thumbs-container .recipe-thumb.first-in-row
	{
		clear: none;
	}

}

.recipe_social_rating
{
	position: static;
	min-height: 20px;
	height: 20px;
}
.recipe_social_rating .qrating
{
	bottom: 0;
	right: 4px;
	top: auto;
}

#poza_reteta .poza
{
	margin-right: -2px;
	margin-left: -2px;
	margin-bottom: 0px;
}

.pas-reteta {
    margin-bottom: 0.5rem;
    padding-bottom: 0.5rem;
}
.pas-reteta:last-child {
    padding-bottom: 0;
}

.pas-reteta-numar
{
	margin: 1rem 0 0.5rem 0;
}
.pas-reteta-poza
{
	margin: 0.5rem 0 3px 0;
}
.pas-reteta-instructiuni p 
{
	margin-bottom: 0.5rem;
	line-height: 1.5;
}
.pas-reteta-instructiuni p:last-child
{
	margin-bottom: 0;
}

#recipe-params,
.recipe-params
{
	padding:10px;
}
.recipe-param
{
	margin-bottom: 0.5rem;
}
.recipe-param-value
{
	font-weight:bold;
}

.recipe-thumb-metadata h4 {
    font-size: 1rem;
}

/* QRatingControl */
.qrating_on,
.qrating_off
{
	font-size: 20px;
	text-indent: -10000px;
}
.qrating_on:before
{
	content: "\e605";/*icon-star3*/
}
.qrating_off:before
{
	content: "\e601"; /*icon-star*/
}
.qrating_readonly .qrating_on,
.qrating_readonly .qrating_off
{
}

.add-comment-panel .qrating_on,
.add-comment-panel .qrating_off
{
	font-size: 30px;
}
/* end of QRatingControl */



/* mobile_fancybox please move in another file */

.m-lightbox
{
	position: fixed;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	background: rgba(0,0,0,0.5);
	text-align: center;
	z-index: 1000;
}
.m-lightbox:before
{
	content: "";
	display: inline-block;
	vertical-align: middle;
	height: 100%;
	font-size: 0;
}
.m-lightbox img
{
	max-width: 100%;
	max-height: 100%;
	display: inline-block;
	vertical-align: middle;
}
/* search */
#header .search-w
{
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

#header .search-w .search-i
{
	position: absolute;
	top: 0;
	left: 0;
	height: 40px;
	right: 100px;
	padding: 5px 10px;
}
#header .search-w input[type="text"]
{
	border: none;
	outline: none;
	box-sizing: border-box;
	width: 100%;
	height: 100%;
	font-size: 1.125rem;
	padding: 0;
}
#header .search-w .icon-search,
#header .search-w .icon-cross
{
	position: absolute;
    top: 0;
    right: 0;
}
#header .search-w .icon-search
{
	right: 50px;
}
#header .search-w .search-consent-notice
{
	position: absolute;
    top: 101%;
    background: white;
	padding: 8px;
	border-bottom: 1px solid grey;
}
.titlu_reteta {
	font-size: 1.25rem;
	padding: 0;
}
#descriere_reteta_toggle {
	display: none;
}
#descriere_reteta {
	max-height: 175px;
	overflow: hidden;
	position: relative;
    transition: max-height 0.3s ease-in-out;
}
#reteta_zilei #descriere_reteta {
	max-height: initial;
}

#descriere_reteta .expander {
	display: block;
	text-align: center;
	position: absolute;
	bottom: 0;
	width: 100%;
	padding-top: 40px;
	font-weight: bold;
}

#descriere_reteta_toggle:checked ~ #descriere_reteta {
	max-height: 3000px;
	outline: none;
}

#descriere_reteta_toggle:checked ~ #descriere_reteta .expander {
	display: none;
}

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

h2.page-section-title {
   	font-family: AlbertusMedium;
   	margin: 1rem 0px 0.5rem 0px;
   	font-size: 1.25rem;
 	font-weight: normal;
    text-transform: lowercase;
	text-align: center;
    padding: .5rem;
}

.page-section-cta {
	text-align: right;
}

.pas-reteta.book-promo .pas-reteta-numar
{
	display: none;
}

.in_app_link
{
	position: fixed;
	z-index: 3;
	bottom: 0;
	left: 50%;
	transform: translate(-50%, 100%);

	color: #fff;
	box-shadow: 0 .0625em .6125em rgba(0,0,0,.3);

	border-radius: 500px;

	display: flex;
	align-items: center;
	font-size: 1.125rem;
	font-weight: bold;
}
.in_app_link a
{
	display: block;
	padding: 7px 8px 9px 14px;
	color: #fff;
	border-right: 1px solid rgba(0,0,0,.3);
	text-decoration: none;
	white-space: nowrap;
}
.in_app_link .icon-cross
{
	padding: 8px 14px 8px 8px;
	border-left: 1px solid rgba(255,255,255,.4);
}

.in_app_link.appear
{
	animation-name: appear;
	animation-duration: .5s;
	animation-timing-function: ease-in-out;
	animation-fill-mode: forwards;
}
.in_app_link.hide
{
	animation-name: hide;
	animation-duration: .3s;
	animation-timing-function: ease-in-out;
	animation-fill-mode: forwards;
}

@keyframes appear {
	0%   { transform: translate(-50%, 100%) }
	70%  { transform: translate(-50%, -100px) }
	95%  { transform: translate(-50%, -60px) }
	100% { transform: translate(-50%, -70px) }
}


@keyframes hide {
	0%   { transform: translate(-50%, -70px) }
	100% { transform: translate(-50%, 100%) }
}

/* main menu */
.main-nav
{
	display: none;
	position: fixed;
	z-index: 1000300;
	top: 50px;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0,0,0,0.5);
	overflow: auto;
}
.main-nav > ul
{
	width: 90vw;
	min-height: 100%;
	font-size: 1.25rem;

	position: relative;
	left: -90vw;
	list-style-type: none;
}
.main-nav > ul li a
{
	display: block;
	padding: 10px;
	line-height: 28px;
}

.main-nav > ul > div > li > ul
{
	list-style-type: none;
	font-size: 1.125rem;
}
.main-nav > ul > div > li > ul > li a
{
	padding-left: 20px;
}
.main-nav .logo-in-menu a
{
	padding: 10px;
}
.main-nav .logo-in-menu img
{
	height: 30px;
}
.main-nav .logo-in-menu a span
{
	display: block;
	font-size: 11px;
}
.main-nav .recipe-of-day a
{
	position: relative;
	padding-left: 70px;
	height: 50px
}
.main-nav .recipe-of-day a img
{
	position: absolute;
	top: 10px;
	left: 10px;
}
.main-nav .recipe-of-day .rod-name
{
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.main-nav .recipe-of-day .rod-title
{
	font-size: 0.875rem;
}

.main-nav a .recipes-count 
{
	font-size: 14px;
}

.main-nav .nav-level-2
{
	display: none;
}
.main-nav li.expanded > .nav-level-2
{
	display: block;
}

.main-nav .nav-level-2 a
{
	padding-left: 40px;
	font-size: 1rem;
}
.main-nav li.has-children > a
{
	position: relative;
}
.main-nav li.has-children > a > .expander
{
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	display: flex;
	display: -webkit-flex;
    align-items: center;
    padding: 0 12px;
    transform: rotate(90deg);
}
.main-nav li.has-children.expanded > a > .expander
{
    transform: rotate(-90deg);
}

body.nav-opened
{
	overflow: hidden;
}

body.nav-opened #content,
body.nav-closed #content,
body.nav-opened .main-nav > ul,
body.nav-closed .main-nav > ul,
body.nav-opened .main-nav,
body.nav-closed .main-nav
{
    -webkit-animation-duration: 0.4s;
    -o-animation-duration: 0.4s;
    animation-duration: 0.4s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-timing-function: cubic-bezier(.65,0,.71,1);
    -o-animation-timing-function: cubic-bezier(.65,0,.71,1);
    animation-timing-function: cubic-bezier(.65,0,.71,1)
}
body.nav-opened .main-nav{
    -webkit-animation-name: lightenNav;
    -o-animation-name: lightenNav;
    animation-name: lightenNav;
    display: block;
}
body.nav-closed .main-nav{
    -webkit-animation-name: darkenNav;
    -o-animation-name: darkenNav;
    animation-name: darkenNav;
    display: block;
}
body.nav-opened .main-nav > ul,
body.nav-opened #content {
    -webkit-animation-name: openNav;
    -o-animation-name: openNav;
    animation-name: openNav
}
body.nav-closed .main-nav > ul,
body.nav-closed #content {
    -webkit-animation-name: closeNav;
    -o-animation-name: closeNav;
    animation-name: closeNav
}

@-webkit-keyframes darkenNav {
    0% {opacity: 1}
    100% {opacity: 0}
}
@-webkit-keyframes lightenNav {
    0% {opacity: 0}
    100% {opacity: 1}
}

@-o-keyframes darkenNav {
    0% {opacity: 1}
    100% {opacity: 0}
}
@-o-keyframes lightenNav {
    0% {opacity: 0}
    100% {opacity: 1}
}

@keyframes darkenNav {
    0% {opacity: 1}
    100% {opacity: 0}
}
@keyframes lightenNav {
    0% {opacity: 0}
    100% {opacity: 1}
}

@-webkit-keyframes openNav {
    0% {
        -webkit-transform: translate3d(0px,0,0);
        transform: translate3d(0px,0,0)
    }

    100% {
        -webkit-transform: translate3d(90vw,0,0);
        transform: translate3d(90vw,0,0)
    }
}

@-webkit-keyframes closeNav {
    0% {
        -webkit-transform: translate3d(90vw,0,0);
        transform: translate3d(90vw,0,0)
    }

    100% {
        -webkit-transform: translate3d(0px,0,0);
        transform: translate3d(0px,0,0)
    }
}

@-o-keyframes openNav {
    0% {
        -o-transform: translate3d(0px,0,0);
        transform: translate3d(0px,0,0)
    }

    100% {
        -o-transform: translate3d(90vw,0,0);
        transform: translate3d(90vw,0,0)
    }
}

@-o-keyframes closeNav {
    0% {
        -o-transform: translate3d(90vw,0,0);
        transform: translate3d(90vw,0,0)
    }

    100% {
        -o-transform: translate3d(0px,0,0);
        transform: translate3d(0px,0,0)
    }
}

@keyframes openNav {
    0% {
        -webkit-transform: translate3d(0px,0,0);
        -moz-transform: translate3d(0px,0,0);
        -ms-transform: translate3d(0px,0,0);
        -o-transform: translate3d(0px,0,0);
        transform: translate3d(0px,0,0)
    }

    100% {
        -webkit-transform: translate3d(90vw,0,0);
        -moz-transform: translate3d(90vw,0,0);
        -ms-transform: translate3d(90vw,0,0);
        -o-transform: translate3d(90vw,0,0);
        transform: translate3d(90vw,0,0)
    }
}

@keyframes closeNav {
    0% {
        -webkit-transform: translate3d(90vw,0,0);
        -moz-transform: translate3d(90vw,0,0);
        -ms-transform: translate3d(90vw,0,0);
        -o-transform: translate3d(90vw,0,0);
        transform: translate3d(90vw,0,0)
    }

    100% {
        -webkit-transform: translate3d(0px,0,0);
        -moz-transform: translate3d(0px,0,0);
        -ms-transform: translate3d(0px,0,0);
        -o-transform: translate3d(0px,0,0);
        transform: translate3d(0px,0,0)
    }
}

/* end main menu */
/* google custom search */

#search
{
	display: none;
	position: absolute;
	top: 20px;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 5;
}

#search .gsc-input 
{
	background: none !important;
}

#search .gscb_a
{
	position: relative;
	top: 4px;
}

#search .gsc-control-cse
{
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
}

#search .gsc-results .gsc-cursor-box .gsc-cursor-page
{
	font-size: 24px;
	padding: 3px;
}

/* autocomplete */
.gsc-completion-container
{
	font-size: 16px !important;
}
.gssb_e
{
	box-shadow: none !important;
}
.gsc-completion-selected
{
}
.gssb_c
{
	position: fixed !important;
	left: 0px !important;
	width: 100vw !important;
}
.gsc-completion-container > tbody > tr:last-child
{
	display: none;
}

.gssb_a,
.gssb_a td
{
	line-height: 30px !important;
}

/* end autocomplete */

.add-comment-panel .bloc_content
{
    padding: 10px;
    border-radius: 5px;
}

#reteta_video_player {
	/* based on 16:9 aspect ratio */
	max-width: 420px;
	max-height: 236px;
	width: 100vw;
	height: 56.25vw;
	margin: 10px calc(var(--h-content-padding) * -1);
	
}
#reteta_video_player.with-consent {
    height: auto;
    max-height: none;
}

#ingrediente_reteta,
#semipreparate_reteta
{
	margin-left: calc(var(--h-content-padding) * -1);
	margin-right: calc(var(--h-content-padding) * -1);
}

#ingrediente_reteta > h2 > span,
#semipreparate_reteta > h2 > span,
#pasi_reteta > h2 > span
{
	padding-left: var(--h-content-padding);
}

.table-row,
.table-alternate-row
{
	padding-left: var(--h-content-padding);
	padding-right: var(--h-content-padding);
}

#ingrediente_reteta .unit-system 
{
	right: var(--h-content-padding);
}
#ingrediente_reteta .unit-system a
{
	margin: 0;
}

#pasi_reteta > h2
{
	margin-left: calc(var(--h-content-padding) * -1);
	margin-right: calc(var(--h-content-padding) * -1);
}

#pasi_reteta .pas-reteta
{
	border-bottom: none;
	padding-bottom: 0;
}

.pas-reteta-poza 
{
	margin-left: calc(var(--h-content-padding) * -1);
	margin-right: calc(var(--h-content-padding) * -1);
}

#recipe-params
{
	margin-left: calc(var(--h-content-padding) * -1);
	margin-right: calc(var(--h-content-padding) * -1);
	padding-left: var(--h-content-padding);
	padding-right: var(--h-content-padding);
}
#center_col .publicitate-responsive
{
	width: auto;
	margin-left: calc(var(--h-content-padding) * -1);
	margin-right: calc(var(--h-content-padding) * -1);
}
#center_col .page-section-title
{
	margin-left: calc(var(--h-content-padding) * -1);
	margin-right: calc(var(--h-content-padding) * -1);
	padding-left: var(--h-content-padding);
	padding-right: var(--h-content-padding);
}

.restricted-overlay
{
	left: calc(var(--h-content-padding) * -1);
	right: calc(var(--h-content-padding) * -1);
}

.page-section-spaced .page-subsection {
	margin: 12px calc(var(--h-content-padding) * -1);
	padding-left: var(--h-content-padding);
	padding-right: var(--h-content-padding);
}

.comentariu .recipe-picture
{
	width: 50%;
}

.comentariu .user-picture img
{
	width: 36px;
	height: 36px;
}

.comentariu .user-picture {
    float: left;
    margin-bottom: 6px;
}

.comentariu {
	display: block;
}

.comentariu .data_comentariu {
    display: block;
    margin-top: 2px;
	font-size: 0.875rem;
}

.comentariu .delimiter {
    display: none;
}

.comentariu .add-comment-panel .comentariu-main {
	padding-left: 12px;
}
.comentariu .add-comment-panel .user-picture {
	padding-left: 13px;
}

.comentariu.comentariu-reply
{
	padding-left: 25px;
	position: relative;
    margin-left: 12px;
}
.comentariu-reply:before
{
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 12px;
}
.comentariu-reply.level-1 { 
	padding-left: 12px;
}
.comentariu-reply.level-1:before {
	display: none;
}

.comentariu .username-wrap {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.comentariu .add-comment-panel {
	margin-left: 12px;
}
.comentariu-reply .add-comment-panel {
	margin-left: 0px;
}

.highlight > .comentariu-main
{
	outline-width: 6px;
}

.login_wrap {
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
}
.login-panel {
	overflow: hidden;
}

/* because social-share has a big z-index */
#header {
	z-index: 10000101;
}
.gssb_c {
    z-index: 10000102 !important;
}
#search {
	z-index: 10000100;
}

body.has-social-share .cc_container {
	bottom: 48px !important; /* to be on top of social-share */
}

.cmp-toggle-display {
    display: inline-block;
    margin: 14px;
}

#onetrust-banner-sdk {
    will-change: transform;
    bottom: 0 !important;
    animation-name: onetrust-banner !important;
	animation-duration: .3s !important;
	animation-timing-function: ease-in-out !important;
	animation-fill-mode: forwards !important;
}

@keyframes onetrust-banner {
	0%   { transform: translate(0, 100%) }
	100% { transform: translate(0, 0) }
}

.social-share-buttons {
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 94034;

	display: flex;
}

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

.theme-default {
  /* QRatingControl */
}
.theme-default #header {
  background-color: rgba(255, 246, 163, 0.95);
  border-bottom: #a66719 1px solid;
  box-shadow: 0 0.0625em 0.3125em rgba(0, 0, 0, 0.3);
}
.theme-default #header .icon-search,
.theme-default #header .icon-menu,
.theme-default #header .icon-cross {
  color: #a66719;
}
.theme-default #footer .desktop-website-link {
  background-color: #1b7fcc;
  color: #ffffff;
}
@media (orientation: landscape) {
  .theme-default {
    /* minimal-ui landscape is active */
  }
  .theme-default .ios7-1 .ios-landscape-title {
    background-color: #f7f7f7;
  }
}
.theme-default .qrating_on,
.theme-default .qrating_off {
  font-size: 1.25rem;
  color: #6b8600;
  text-indent: -10000px;
}
.theme-default .qrating_readonly .qrating_on,
.theme-default .qrating_readonly .qrating_off {
  color: #a66719;
}
.theme-default #header .search-w {
  background-color: #fffded;
}
.theme-default #header .search-w .icon-search,
.theme-default #header .search-w .icon-cross {
  background-color: #fffded;
}
.theme-default #header .search-w .icon-search {
  color: #6b8600;
}
.theme-default #descriere_reteta .expander {
  display: block;
  background: linear-gradient(to bottom, rgba(255, 252, 222, 0) 0%, #fffcde 100%);
  color: #6b8600;
}
.theme-default .pas-reteta {
  border-bottom: 1px solid #f0e265;
}
.theme-default .pas-reteta:last-child {
  border-bottom: none;
}
.theme-default h2.page-section-title {
  color: #a66719;
  background-color: #fff6a3;
}
.theme-default .comentarii .show-all-comments,
.theme-default .colectie .show-more-w {
  background: -webkit-linear-gradient(top, rgba(255, 252, 222, 0) 0%, rgba(255, 252, 222, 0.5) 23%, #fffcde 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(255, 252, 222, 0) 0%, rgba(255, 252, 222, 0.5) 23%, #fffcde 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.theme-default .in_app_link {
  background-color: #6b8600;
}
/* main menu */
.main-nav {
  background-color: rgba(0, 0, 0, 0.5);
}
.main-nav > ul > .theme-default {
  background-color: #a66719;
}
.main-nav > ul > .theme-default .logo-in-menu {
  background-color: #fff6a3;
}
.main-nav > ul > .theme-default .logo-in-menu a {
  color: #6b8600;
}
.main-nav > ul > .theme-default li a {
  border-bottom: 1px solid #e39b42;
  color: #ffffff;
}
.main-nav > ul > .theme-default > li > ul {
  background-color: #d28320;
}
.main-nav > .theme-default .recipe-of-day .rod-name {
  white-space: nowrap;
}
.main-nav > .theme-default .recipe-of-day .rod-title {
  color: #a66719;
}
.main-nav > ul > .theme-default .contest {
  background-color: #6b8600;
}
.theme-default {
  /* google custom search */
  /* autocomplete */
  /* end autocomplete */
}
.theme-default #search {
  background: #fffcde;
}
.theme-default .gsc-completion-container {
  box-shadow: 0 2px 4px !important;
  border-color: #f0e265 !important;
}
.theme-default .gsc-completion-selected {
  background: #fffcde !important;
}
.theme-default .add-comment-panel .bloc_content {
  background-color: #fffded;
  border: 1px solid #f0e265;
}
.theme-default .comentariu .add-comment-panel .comentariu-main {
  border-left: 1px solid #f0e265;
}
.theme-default .comentariu.comentariu-reply {
  border-left: 1px solid #f0e265;
}
.theme-default .comentariu-reply:before {
  border-left: 1px solid #f0e265;
}


.theme-user {
  /* QRatingControl */
}
.theme-user #header {
  background-color: rgba(255, 185, 163, 0.95);
  border-bottom: #65272e 1px solid;
  box-shadow: 0 0.0625em 0.3125em rgba(0, 0, 0, 0.3);
}
.theme-user #header .icon-search,
.theme-user #header .icon-menu,
.theme-user #header .icon-cross {
  color: #65272e;
}
.theme-user #footer .desktop-website-link {
  background-color: #1b7fcc;
  color: #ffffff;
}
@media (orientation: landscape) {
  .theme-user {
    /* minimal-ui landscape is active */
  }
  .theme-user .ios7-1 .ios-landscape-title {
    background-color: #f7f7f7;
  }
}
.theme-user .qrating_on,
.theme-user .qrating_off {
  font-size: 1.25rem;
  color: #b00f22;
  text-indent: -10000px;
}
.theme-user .qrating_readonly .qrating_on,
.theme-user .qrating_readonly .qrating_off {
  color: #65272e;
}
.theme-user #header .search-w {
  background-color: #fff1ed;
}
.theme-user #header .search-w .icon-search,
.theme-user #header .search-w .icon-cross {
  background-color: #fff1ed;
}
.theme-user #header .search-w .icon-search {
  color: #b00f22;
}
.theme-user #descriere_reteta .expander {
  display: block;
  background: linear-gradient(to bottom, rgba(255, 230, 222, 0) 0%, #ffe6de 100%);
  color: #b00f22;
}
.theme-user .pas-reteta {
  border-bottom: 1px solid #ff7d56;
}
.theme-user .pas-reteta:last-child {
  border-bottom: none;
}
.theme-user h2.page-section-title {
  color: #65272e;
  background-color: #ffb9a3;
}
.theme-user .comentarii .show-all-comments,
.theme-user .colectie .show-more-w {
  background: -webkit-linear-gradient(top, rgba(255, 230, 222, 0) 0%, rgba(255, 230, 222, 0.5) 23%, #ffe6de 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(255, 230, 222, 0) 0%, rgba(255, 230, 222, 0.5) 23%, #ffe6de 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.theme-user .in_app_link {
  background-color: #b00f22;
}
/* main menu */
.main-nav {
  background-color: rgba(0, 0, 0, 0.5);
}
.main-nav > ul > .theme-user {
  background-color: #65272e;
}
.main-nav > ul > .theme-user .logo-in-menu {
  background-color: #ffb9a3;
}
.main-nav > ul > .theme-user .logo-in-menu a {
  color: #b00f22;
}
.main-nav > ul > .theme-user li a {
  border-bottom: 1px solid #ae4450;
  color: #ffffff;
}
.main-nav > ul > .theme-user > li > ul {
  background-color: #89363f;
}
.main-nav > .theme-user .recipe-of-day .rod-name {
  white-space: nowrap;
}
.main-nav > .theme-user .recipe-of-day .rod-title {
  color: #65272e;
}
.main-nav > ul > .theme-user .contest {
  background-color: #b00f22;
}
.theme-user {
  /* google custom search */
  /* autocomplete */
  /* end autocomplete */
}
.theme-user #search {
  background: #ffe6de;
}
.theme-user .gsc-completion-container {
  box-shadow: 0 2px 4px !important;
  border-color: #ff7d56 !important;
}
.theme-user .gsc-completion-selected {
  background: #ffe6de !important;
}
.theme-user .add-comment-panel .bloc_content {
  background-color: #fff1ed;
  border: 1px solid #ff7d56;
}
.theme-user .comentariu .add-comment-panel .comentariu-main {
  border-left: 1px solid #ff7d56;
}
.theme-user .comentariu.comentariu-reply {
  border-left: 1px solid #ff7d56;
}
.theme-user .comentariu-reply:before {
  border-left: 1px solid #ff7d56;
}


.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;
}

