@charset "UTF-8";

@import url("//hello.myfonts.net/count/3257b7");

@font-face {
	font-family: 'Mirador-Medium';
	src: url('../fonts/webfonts/3257B7_0_0.eot');
	src: url('../fonts/webfonts/3257B7_0_0.eot?#iefix') format('embedded-opentype'),
		 url('../fonts/webfonts/3257B7_0_0.woff2') format('woff2'),
		 url('../fonts/webfonts/3257B7_0_0.woff') format('woff'),
		 url('../fonts/webfonts/3257B7_0_0.ttf') format('truetype');
}

html {
	height: 100%;
}

body {
	width: 100%;
	height: 100%;
	margin: 0px;
}

* {
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	box-sizing: border-box;
}

img, iframe {
	display: block;
}

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

a {
	color: inherit;
	text-decoration: none;
}

h1, h2, h3, h4 {
	display: inline;
	font-weight: normal;
}

button {
	background: none;
	cursor: pointer;
}

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

*:focus {
    outline: 0;
}


/*************************************
	Header
 *************************************/


header {
	display: none;
	position: fixed;
	width: 980px;
	height: 140px;
	left: 50%;
	top: 0px;
	background: #FFFFFF;
	margin: 0 0 0 -490px;
	z-index: 1000;
}

header .top {
	display: block;
	position: relative;
	width: 100%;
	height: 90px;
	padding: 0 55px;
}

header .top:after {
	content: "";
	display: block;
	position: absolute;
	width: 870px;
	height: 2px;
	bottom: 0px;
	background: #E5E5E5;
	background: -webkit-linear-gradient(to right, rgba(229, 229, 229, 0) 0%, rgba(229, 229, 229, 1) 10%, rgba(229, 229, 229, 1) 90%, rgba(229, 229, 229, 0) 100%);
    background: -o-linear-gradient(to right, rgba(229, 229, 229, 0) 0%, rgba(229, 229, 229, 1) 10%, rgba(229, 229, 229, 1) 90%, rgba(229, 229, 229, 0) 100%);
    background: -moz-linear-gradient(to right, rgba(229, 229, 229, 0) 0%, rgba(229, 229, 229, 1) 10%, rgba(229, 229, 229, 1) 90%, rgba(229, 229, 229, 0) 100%);
	background: linear-gradient(to right, rgba(229, 229, 229, 0) 0%, rgba(229, 229, 229, 1) 10%, rgba(229, 229, 229, 1) 90%, rgba(229, 229, 229, 0) 100%);
}

header .icons {
	font-size: 0px;
	padding: 30px 0 0 0;
}

header .icons a {
	display: inline-block;
}

header .icons img {
	display: inline-block;
	margin: 0 10px 0 0;
}

header .logos {
	display: table;
	position: absolute;
	height: 90px;
	right: 55px;
	top: 0px;
}

header .logos > div {
	display: table-cell;
	vertical-align: middle;
}

header .logos img {
	display: inline-block;
}

header .logos .vr {
	display: inline-block;
	width: 1px;
	height: 40px;
	background: #650D0D;
	margin: 0 7px;
}


/*************************************
	Nav
 *************************************/


nav {
	display: block;
	position: relative;
	width: 100%;
	height: 50px;
	background: #FFFFFF;
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	font-size: 9px;
	line-height: normal;
	color: #000000;
	padding: 0 45px;
}

nav a {
	-moz-transition: color 0.3s;
	-ms-transition: color 0.3s;
	-o-transition: color 0.3s;
	-webkit-transition: color 0.3s;
	transition: color 0.3s;
}

nav ul {
	display: table;
	width: 100%;
	border-spacing: 12px 0;
}

nav li {
	display: table-cell;
	line-height: 50px;
	text-transform: uppercase;
	white-space: nowrap;
}

nav li.bt_lang {
	width: 100%;
	text-align: right;
}

nav .home, nav ul ul, nav .social_network {
	display: none;
}

nav a.sidebar {
	display: none;
}


/*************************************
	Sections
 *************************************/


h2 {
	display: block;
	color: #FFFFFF;
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 19px;
	text-transform: uppercase;
}

h3 {
	display: block;
	color: #FFFFFF;
	font-family: Mirador-Medium;
	font-size: 25px;
	line-height: 27px;
	text-transform: uppercase;
}

.loader {
	display: table;
	position: relative;
	width: 100%;
	height: 100%;
	opacity: 0;
}

.loader_cell {
	display: table-cell;
	font-size: 0px;
	text-align: center;
	vertical-align: middle;
}

.loader .icons img {
	display: inline-block;
	opacity: 0.25;
	height: 60px;
	width: auto;
	margin: 0 5px;
}

.container {
	display: none;
	position: relative;
	width: 100%;
}

.section {
	display: block;
	position: relative;
	width: 100%;
	min-height: 560px;
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
}

.section_content {
	display: block;
	position: relative;
	width: 980px;
	min-height: 560px;
	background: rgba(0, 0, 0, 0.60);
	color: #FFFFFF;
	margin: 0 auto;
}

.global {
	background: url(../images/bckg-nav-lights.png) center 140px no-repeat;
	font-size: 0px;
	text-align: center;
	padding: 230px 0 40px 0;
}

.global img {
	display: inline-block;
}

.global .title {
	margin: 0 0 25px 0;
}

.global .nav {
	font-family: Mirador-Medium;
	margin: 30px 0 40px 0;
}

.global .nav > div {
	display: inline-block;
	position: relative;
	width: 110px;
	vertical-align: top;
	margin: 0 15px;
}

.global .nav a {
	display: inline-block;
}

.global .nav span {
	display: none;
}

.global .nav img {
	display: inline-block;
	width: 110px;
	height: 110px;
}

.global .nav a .hover, .recipes a .hover {
	display: block;
	position: absolute;
	width: 100%;
	height: 110px;
	left: 0px;
	top: 0px;
	background: rgba(0, 0, 0, 0.35);
	opacity: 0;
	
	-moz-transition: opacity 0.8s;
	-ms-transition: opacity 0.8s;
	-o-transition: opacity 0.8s;
	-webkit-transition: opacity 0.8s;
	transition: opacity 0.8s;
}

.recipes a .hover {
	height: 105px;
}

.global .nav a:hover .hover, .recipes a:hover .hover {
	opacity: 1;
}

.social_network a, .recipe .video a {
	display: inline-block;
	margin: 0 3px;
}

.social_network a:hover i, .recipe .video a:hover i {
	background: rgba(0, 0, 0, 0.5);	
}

.social_network i, .recipe .video i {
	display: inline-block;
	width: 30px;
	height: 30px;
	font-size: 14px;
	line-height: 30px;
	text-align: center;
	background: rgba(0, 0, 0, 0);
	border: solid 1px #FFFFFF;
	border-radius: 50%;
	padding: 0 0 0 1px;
	
	-moz-transition: background-color 0.8s;
	-ms-transition: background-color 0.8s;
	-o-transition: background-color 0.8s;
	-webkit-transition: background-color 0.8s;
	transition: background-color 0.8s;
}

.social_network a[Title="Instagram"] {
	display: none;
}

.main {
	display: block;
	position: relative;
	width: 100%;
	height: 560px;
	font-family: 'Source Serif Pro', serif;
	font-weight: 400;
	padding: 0 55px;
}

.main:before {
	content: "";
	display: block;
	position: absolute;
	width: 870px;
	height: 2px;
	top: -1px;
	background: #FFFFFF;
	background: -webkit-linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 10%, rgba(255, 255, 255, 1) 90%, rgba(255, 255, 255, 0) 100%);
    background: -o-linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 10%, rgba(255, 255, 255, 1) 90%, rgba(255, 255, 255, 0) 100%);
    background: -moz-linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 10%, rgba(255, 255, 255, 1) 90%, rgba(255, 255, 255, 0) 100%);
	background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 10%, rgba(255, 255, 255, 1) 90%, rgba(255, 255, 255, 0) 100%);
}

.main .title, .main .title_ico, .main .textblock, .main .recipes {
	display: block;
	position: absolute;
}

.main .textblock {
	display: block;
	width: 400px;
	right: 505px;
	top: 405px;
	font-size: 12px;
	line-height: 16px;
	text-align: center;
}

.main .recipes {
	width: 270px;
	left: 596px;
	top: 110px;
	font-size: 0px;
}

.main .recipes > div {
	display: inline-block;
	width: 105px;
	height: 186px;
	font-size: 11px;
	line-height: 15px;
	text-align: center;
	vertical-align: top;
	margin: 0 30px 0 0;
}

.main .recipes a, .main .recipes img {
	display: block;
	position: relative;
	width: 105px;
	height: 105px;
	margin: 0 0 10px 0;
}

.main .recipes img {
	margin: 0;
}

.bckg_mask {
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	opacity: 0;
}

.recipe .bckg, .recipe .bckg_gradient {
	display: block;
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	background-color: #FFFFFF;
	/*background-attachment: fixed;*/
	background-position: left top;
	background-repeat: no-repeat;
	background-size: 100% auto;
	opacity: 0;
}

.recipe .bckg.bw {
	-ms-filter: grayscale(100%);
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
}

.recipe .bckg_gradient {
	height: 100%;
	
	background: #FFFFFF;
	background: rgba(255, 255, 255, 0.5);
	background: -webkit-linear-gradient(to bottom, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 1) 100%);
    background: -o-linear-gradient(to bottom, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 1) 100%);
    background: -moz-linear-gradient(to bottom, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 1) 100%);
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 1) 100%);
	opacity: 1;
}

.recipe .section_content {
	padding: 140px 0 0 0;
}

.recipe .header {
	display: block;
	position: relative;
	width: 100%;
	height: 0px;
	background-position: center -80px;
	background-repeat: no-repeat;
	background-size: 100% auto;
	overflow: hidden;
}

.recipe .header .title {
	display: block;
	position: absolute;
}

.recipe .nav {
	position: fixed;
	width: 60px;
	height: auto;
	right: 50%;
	top: 290px;
	font-size: 0px;
	opacity: 0;
	margin: 0 -445px 0 0;
	z-index: 900;
}

.recipe .nav.align_bottom {
	position: absolute;
	top: auto;
	bottom: 91px;
}

.recipe .nav a, .recipe .nav img {
	display: block;
	position: relative;
	width: 60px;
	height: 60px;
}

.recipe .nav a {
	margin: 0 0 20px 0;
	-ms-filter: grayscale(100%);
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	box-shadow: 2px 3px 8px rgba(0, 0, 0, 0.25);
	
	-moz-transition: filter 0.8s;
	-ms-transition: filter 0.8s;
	-o-transition: filter 0.8s;
	-webkit-transition: filter 0.8s;
	transition: filter 0.8s;
}

.recipe .nav a:hover, .recipe .nav a.active {
	filter: none;
}

.recipe .nav a:hover .filter, .recipe .nav a.active .filter {
	opacity: 0;
}

.recipe .nav a:last-of-type {
	border: none;
	margin: 0;
}

.recipe .nav .filter {
	content: "";
	display: block;
	position: absolute;
	width: 60px;
	height: 60px;
	left: 0px;
	top: 0px;
	background: rgba(255, 255, 255, 0.25);
	
	-moz-transition: opacity 0.8s;
	-ms-transition: opacity 0.8s;
	-o-transition: opacity 0.8s;
	-webkit-transition: opacity 0.8s;
	transition: opacity 0.8s;
}

.recipe .main {
	height: auto;
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	font-size: 15px;
	line-height: 18px;
	padding: 0;
}

.recipe .cols {
	width: 935px;
	font-size: 0px;
	padding: 0 0 0 155px;
	opacity: 0;
	overflow-x: hidden;
	-ms-overflow-style: none;
}

.recipe .cols .col {
	display: inline-block;
	width: 315px;
	font-size: 14px;
	vertical-align: top;
	padding: 91px 0;
}

.recipe .cols .col.left {
	margin-right: 40px;
}

.recipe .cols .col .instruction {
	font-size: 9px;
	line-height: 12px;
	text-transform: uppercase;
	margin-bottom: 30px;
}

.recipe .cols .col.right {
	width: 470px;
	height: 100px;
	padding-right: 155px;
	overflow: auto;
}

.recipe .cols .col.right .a_recipes {
	opacity: 1;
	
	-moz-transition: opacity 0.8s;
	-ms-transition: opacity 0.8s;
	-o-transition: opacity 0.8s;
	-webkit-transition: opacity 0.8s;
	transition: opacity 0.8s;
}

.recipe .cols .col.right .a_recipes.off {
	opacity: 0.3;
}

.recipe p, .recipe li {
	line-height: 18px;
}

.recipe p, .recipe ul {
	margin-bottom: 20px;
}

.col.right > div {
	margin-bottom: 30px;
}

.recipe p:last-of-type, .col.right > div:last-of-type {
	margin-bottom: 0;
}

.recipe li {
	display: list-item;
	margin: 0 0 0 12px;
}

.recipe li:before {
	content: "–";
	display: inline-block;
	width: 12px;
	vertical-align: top;
	margin: 0 0 0 -12px;
}

.recipe .prep_cooking_time {
	display: block;
	border-top: solid 1px #FFFFFF;
	border-bottom: solid 1px #FFFFFF;
	margin: 20px 0;
	padding: 20px 0;
}

.recipe .video {
	font-style: italic;
	text-align: center;
}

.recipe .video a {
	margin-bottom: 6px;
}

.recipe .video i {
	padding-left: 3px;
}

.recipe .social_network {
	text-align: center;
	margin: 30px 0 0 0;
}

.recipe .social_network a {
	vertical-align: top;
}

.recipe .bts_share {
	display: inline-block;
	width: 0;
	height: 30px;
	overflow-x: hidden;
}

.recipe .bts_share_cont {
	display: block;
	width: 144px;
	height: 30px;
}

.recipe a[href="share"] {
	display: inline-block;

	-moz-transition: opacity 0.8s, transform 0.8s;
	-ms-transition: opacity 0.8s, transform 0.8s;
	-o-transition: opacity 0.8s, transform 0.8s;
	-webkit-transition: opacity 0.8s, transform 0.8s;
	transition: opacity 0.8s, transform 0.8s;
}

.recipe a[href="share"] i {
	padding: 0;
}

.recipe a[href="share"].active {
	opacity: 0.5;
	transform: rotate(180deg);
}


/*************************************
	Footer
 *************************************/


footer {
	display: block;
	position: relative;
	width: 100%;
	height: 350px;
	background: #FFFFFF;
	color: #808080;
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	font-size: 13px;
	line-height: 21px;
	text-transform: uppercase;
}

footer p {
	font-family: 'Poppins', sans-serif;
	font-weight: 600;
	margin: 0 0 5px 0;
}

footer a {
	-moz-transition: color 0.8s;
	-ms-transition: color 0.8s;
	-o-transition: color 0.8s;
	-webkit-transition: color 0.8s;
	transition: color 0.8s;
}

footer a:hover {
	color: #4D4D4D;
}

footer > div:nth-child(1) {
	height: 120px;
	background: #FFFFFF url(../images/bckg-footer-banner.gif) center top repeat;
	text-align: center;
}

footer > div:nth-child(1) img {
	display: inline-block;
}

footer > div:nth-child(2) {
	display: block;
	width: 980px;
	margin: 0 auto;
	padding: 50px 0 0 54px;
}

footer > div:nth-child(2) div {
	display: inline-block;
	vertical-align: top;
	margin-right: 130px;
}

footer > div:nth-child(2) div:last-of-type {
	margin-right: 0;
}

footer .social_network {
	margin-left: -3px;
}

footer .social_network i {
	color: #B3B3B3;
	border-color: #B3B3B3;
}

footer .social_network a[Title="Instagram"] {
	display: inline-block;
}

footer .social_network a[Title="Mail"] {
	display: none;
}

.preload {
	display: none;
}

@media screen and (max-width: 979px)  {
	.responsive.dt {
		display: none;
	}
	
	header .icons, 
	header .top:after, 
	.section:nth-child(1) .main, 
	.section:nth-child(2), 
	.section:nth-child(3), 
	.section:nth-child(4), 
	.global .social_network, 
	footer p, 
	footer > div:nth-child(1), 
	footer > div:nth-child(2) > div:nth-child(1), 
	footer > div:nth-child(2) > div:nth-child(2) {
		display: none;
	}
	
	header {
		width: 100%;
		height: 120px;
		left: 0px;
		margin: 0px;
	}
	
	header .logos {
		height: 120px;
		right: 20px;
		border-spacing: 15px 18px;
		z-index: 1100;
	}
	
	header .logos > div:nth-child(1) img {
		height: 70px;
	}
	
	header .logos > div:nth-child(3) img {
		height: 84px;
	}
	
	header .logos .vr {
		width: 1px;
		height: 70px;
		margin: 0;
	}
	
	nav {
		position: fixed;
		width: 100%;
		height: 120px;
		left: 0px;
		top: 0px;
		background: #C9E9F8;
		font-size: 23px;
		line-height: 25px;
		color: #666666;
		padding: 0 60px 60px 60px;
		overflow: auto;
	}
	
	nav a.sidebar {
		display: block;
		position: absolute;
		width: 48px;
		height: 36px;
		left: 60px;
		top: 42px;
	}
	
	nav a.sidebar span {
		display: block;
		position: absolute;
		width: 48px;
		height: 4px;
		background: #666666;
	}
	
	nav a.sidebar span:nth-child(1) {
		top: 0px;
	}
	
	nav a.sidebar span:nth-child(2) {
		top: 16px;
	}
	
	nav a.sidebar span:nth-child(3) {
		top: 32px;
	}
	
	nav .home {
		display: inline;		
	}

	nav > ul {
		display: block;
		width: auto;
		border-spacing: inherit;
		margin: 130px 0 0 0;
	}

	nav li {
		display: block;
		line-height: 25px;
		white-space: normal;
		margin: 10px 0 20px 0;
	}
	
	nav ul a:hover, nav ul a.active {
		color: inherit !important;
	}
	
	nav li.bt_lang {
		width: auto;
		text-align: left;
		margin-top: 40px;
	}
	
	nav ul ul {
		display: block;
		height: 0;
		margin: 0 0 0 25px;
		overflow: hidden;
	}
	
	nav ul ul li {
		text-transform: none;
		margin: 10px 0 10px 0;
	}
	
	nav ul ul li:last-of-type {
		margin-bottom: 0;
	}

	/*nav ul ul li br {
		display: none;
	}*/
	
	nav .social_network {
		display: block;
		color: #000000;
		margin: 35px 0 0 -3px;
		opacity: 0.3;
	}
	
	nav .social_network i {
		border-color: #000000;
	}
	
	h1 {
		display: block;
		position: relative;
		width: 520px;
		margin: 0 auto;
	}
	
	h2 {
		font-size: 19px;
		line-height: 23px;
	}
	
	.section_content {
		width: 100%;
	}
	
	.global {
		padding: 170px 0 0 0;
	}

	.global .title {
		width: 100%;
		height: auto;
	}
	
	.global .nav {
		width: 540px;
		margin: 60px auto 0 auto;
	}
	
	.global .nav > div {
		width: 230px;
		margin: 0 20px 50px 20px;		
	}
	
	.global .nav a {
		display: inline-block;
		position: relative;
		width: 230px;
		height: 230px;
		margin: 0 0 20px 0;
	}
	
	.global .nav a .hover, .recipes a .hover {
		height: 230px;
	}

	.global .nav a img {
		width: 230px;
		height: 230px;
	}
	
	.global .nav span {
		display: inline-block;
		font-size: 23px;
		line-height: 32px;
	}
	
	.social_network i, .recipe .video i {
		width: 60px;
		height: 60px;
		font-size: 28px;
		line-height: 60px;
		border-width: 2px;
	}
	
	.recipe .bckg, .recipe .bckg_gradient {
		display: none;
	}
	
	.recipe .section_content {
		background: none;
		padding: 120px 0 0 0;
	}
	
	.recipe .header {
		background-position: center top;
		background-size: cover;
	}
	
	.recipe .header .title {
		display: block;
		position: absolute;
		margin: -49px 0 0 -34px;
	}
	
	.recipe .nav {
		display: none;
	}
	
	.recipe .main {
		width: 100% !important;
		height: auto;
		color: #666666;
		font-family: 'Poppins', sans-serif;
		font-weight: 400;
		font-size: 21px;
		line-height: 25px;
		padding: 0 60px;
	}
	
	.recipe .main:before {
		display: none;
	}
	
	
	.recipe .cols {
		width: 100%;
		padding: 0;
		overflow-x: visible;
	}
	
	.recipe .cols > div {
		width: auto !important;
	}
	
	.recipe .cols .col {
		width: 100% !important;
		font-size: 21px;
		padding: 45px 0 10px 0;
	}
	
	.recipe .cols .col.left {
		margin-right: 0px;
	}
	
	.recipe .cols .col .instruction {
		font-size: 17px;
		line-height: 25px;
	}
	
	.recipe .cols .col.right {
		width: 100%;
		height: auto;
		padding-right: 0;
	}
	
	.recipe h3 {
		color: #666666;
		font-size: 40px;
		line-height: 43px;
	}
	
	.recipe p, .recipe li {
		line-height: 25px;
	}
	
	.recipe p.directions br {
		display: none;
	}
	
	.recipe li {
		margin: 0 0 0 20px;
	}
	
	.recipe li:before {
		width: 20px;
		margin: 0 0 0 -20px;
	}
	
	.recipe .prep_cooking_time {
		border-top: solid 1px #666666;
		border-bottom: solid 1px #666666;
		margin: 35px 0;
		padding: 50px 0;
	}
	
	.recipe .video i {
		border-color: #666666;
	}
	
	.recipe .social_network {
		display: none;
	}

	footer {
		height: 150px;
		padding: 45px 0;
	}
	
	footer > div:nth-child(2) {
		width: 100%;
		padding: 0;
	}
	
	footer > div:nth-child(2) > div:nth-child(3) {
		width: 100%;
		text-align: center;		
	}
}