@font-face {
    font-family: "Graphik";
    src: url(/assets/front/fonts/Graphik-MediumItalic.eot);
    src: url(/assets/front/fonts/Graphik-MediumItalic.eot) format("embedded-opentype"),
        url(/assets/front/fonts/Graphik-MediumItalic.woff2) format("woff2"),
        url(/assets/front/fonts/Graphik-MediumItalic.woff) format("woff"),
        url(/assets/front/fonts/Graphik-MediumItalic.ttf) format("truetype");
    font-weight: 500;
    font-style: italic;
}
@font-face {
    font-family: "Graphik";
    src: url(/assets/front/fonts/Graphik-Light.eot);
    src: url(/assets/front/fonts/Graphik-Light.eot?) format("embedded-opentype"),
        url(/assets/front/fonts/Graphik-Light.woff2) format("woff2"), url(/assets/front/fonts/Graphik-Light.woff) format("woff"),
        url(/assets/front/fonts/Graphik-Light.ttf) format("truetype");
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: "Graphik";
    src: url(/assets/front/fonts/Graphik-BoldItalic.eot);
    src: url(/assets/front/fonts/Graphik-BoldItalic.eot) format("embedded-opentype"),
        url(/assets/front/fonts/Graphik-BoldItalic.woff2) format("woff2"),
        url(/assets/front/fonts/Graphik-BoldItalic.woff) format("woff"),
        url(/assets/front/fonts/Graphik-BoldItalic.ttf) format("truetype");
    font-weight: bold;
    font-style: italic;
}
@font-face {
    font-family: "Graphik";
    src: url(/assets/front/fonts/Graphik-Regular.eot);
    src: url(/assets/front/fonts/Graphik-Regular.eot) format("embedded-opentype"),
        url(/assets/front/fonts/Graphik-Regular.woff2) format("woff2"), url(/assets/front/fonts/Graphik-Regular.woff) format("woff"),
        url(/assets/front/fonts/Graphik-Regular.ttf) format("truetype");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "Graphik";
    src: url(/assets/front/fonts/Graphik-Semibold.eot);
    src: url(/assets/front/fonts/Graphik-Semibold.eot) format("embedded-opentype"),
        url(/assets/front/fonts/Graphik-Semibold.woff2) format("woff2"), url(/assets/front/fonts/Graphik-Semibold.woff) format("woff"),
        url(/assets/front/fonts/Graphik-Semibold.ttf) format("truetype");
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: "Graphik";
    src: url(/assets/front/fonts/Graphik-Bold.eot);
    src: url(/assets/front/fonts/Graphik-Bold.eot) format("embedded-opentype"),
        url(/assets/front/fonts/Graphik-Bold.woff2) format("woff2"), url(/assets/front/fonts/.woff) format("woff"),
        url(/assets/front/fonts/Graphik-Bold.ttf) format("truetype");
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: "Graphik";
    src: url(/assets/front/fonts/Graphik-Medium.eot);
    src: url(/assets/front/fonts/Graphik-Medium.eot) format("embedded-opentype"),
        url(/assets/front/fonts/Graphik-Medium.woff2) format("woff2"), url(/assets/front/fonts/Graphik-Medium.woff) format("woff"),
        url(/assets/front/fonts/Graphik-Medium.ttf) format("truetype");
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: "Graphik";
    src: url(/assets/front/fonts/Graphik-Black.eot);
    src: url(/assets/front/fonts/Graphik-Black.eot) format("embedded-opentype"),
        url(/assets/front/fonts/Graphik-Black.woff2) format("woff2"), url(/assets/front/fonts/Graphik-Black.woff) format("woff"),
        url(/assets/front/fonts/Graphik-Black.ttf) format("truetype");
    font-weight: 900;
    font-style: normal;
}


* {
    /*padding: 0;*/
    margin: 0;
    box-sizing: border-box;
}

html {
    position: relative;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    min-height: 100%;
}

body {
    font-family: Graphik;
    font-size: 16px;
    -webkit-font-smoothing: antialiased;
    line-height: 1.42857143;
    color: #616E7C;
    /*position: relative;*/
    padding-bottom: 360px;
    height: 100%;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Graphik";
    color: #000000;
    font-weight: 700;
}

*:focus {
    outline: 0 !important;
}

a, a:hover, button, button:hover {
    color: #017FE5;
    transition: color .3s ease, background-color .3s ease, border-color .3s ease, box-shadow .3s ease, opacity .3s ease, -webkit-box-shadow .3s ease
}
input:focus{
    color: #000;
}
p {
    margin-bottom: 20px;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    margin: 0;
    color: #000000;
    font-weight: 700;
}

h1 {
    font-size: 40px;
}

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

a:hover,
a:focus {
    color: inherit;
    text-decoration: none;
}

button {
    cursor: pointer;
}

:focus, :hover {
    outline: none;
    text-decoration: none;
}

::-moz-focus-inner {
    border: 0;
    outline: none;
}

:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 transparent;
}

::-moz-selection {
    color: #fff;
    background: #6E4C71;
}

::selection {
    color: #fff;
    background: #6E4C71;
}

@-moz-document url-prefix() {
    select, select:-moz-focusring, select::-moz-focus-inner {
        color: transparent;
        text-shadow: 0 0 0 #fff;
        background-image: none;
        border: 0;
    }
}

@media print {
    img {
        max-width: 100% !important;
    }
}

@media print {
    p, h2, h3 {
        orphans: 3;
        widows: 3;
    }
}

svg:not(:root) {
    overflow: hidden;
}

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

::-moz-selection {
    background: #017FE5;
    color: #fff;
}

::selection {
    background: #017FE5;
    color: #fff;
}

label {
    font-weight: normal;
}

ul {
    list-style-type: none;
}

.app-wrapper {
    width: 100%;
    max-width: 1344px;
    margin: 0 auto;
    overflow: auto;
}

.app-wrapper::before {
    content: '';
    display: table;
    clear: both;
}

.d-none {
    display: none;
}

.app-main {

}

.app-sidebar {

}
.alert{
    text-align: center;
}
header {

}
.container, .container_fav {
    width: 100%;
    max-width: 1344px;
    margin: 0 auto;
    padding: 0;
}
.container_login{
    max-width: 650px;
    width: 100%;
    margin: 0 auto;
    padding: 20px;
}
.container_login .form_holder{
    padding: 30px;
    box-shadow: 0 0.5em 1em -0.125em rgba(10, 10, 10, 0.1), 0 0px 0 1px rgba(10, 10, 10, 0.02)
}
.container_login .form_holder .holder{
    display: flex;
    flex-direction: column;
}
.links_holder{
    display: flex;
    justify-content: space-around;
    margin-top: 100px;
}
.links_holder a{
    color: #3273dc;
}
.app-header {
    width: 100%;
    max-width: 1344px;
    margin: 0 auto;
    padding:20px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo a {
    display: block;
    width: 438px;
    height: 49px;
    background-image: url("../img/logo.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
h1.logo{
    margin-bottom: 0;
}

.app-nav {
    display: flex;
    justify-content: flex-end;
    width: 100%;
    max-width: calc(100% - 250px);
    align-items: center;
    position: relative;
}

.app-search {
    margin-right: 20px;
    position: relative;
}

.app-search i {
    color: #000000;
    font-size: 16px;
    cursor: pointer;
}

.app-search .search-holder {
    display: none;
}

.app-search .search-holder form {
    width: 100%;
}

.app-search .search-holder input {
    width: 100%;
}

.app-search .search-holder.active {
    display: flex;
    position: absolute;
    top: 100%;
    align-items: center;
    width: 300px;
    z-index: 9;
    right: 0;
}
fieldset{
    width: 100%;
}

.app-search .search-holder .searchClose {
    position: absolute;
    right: 10px;
}

/* SOCIAL NETWORKS */

.app-links {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.app-social {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}

.networks {
    list-style-type: none;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    padding: 0;
    margin-left: -15px;
    margin-right: -15px;
}

.networks .network-item {
    margin: 0 15px;
}

.networks .network-item .network-link {
    font-size: 18px;
    color: #000;
}

.networks .network-item .network-link:hover,
.networks .network-item .network-link:focus {
    color: #202020;
}


/* NAV */

.app-nav ul {
    list-style-type: none;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center!important;
    justify-content: center!important;
    margin-bottom: 0;
}

.app-nav ul li a.nav-link {
    color:#000;
    font-size: 16px;
    font-weight: 700;
    padding: 10px;
}

.app-nav ul li a.nav-link:hover,
.app-nav ul li a.nav-link.onPath{
    color:#017FE5;
}

.app-nav ul li.last {
    /*margin-left: 10px;*/
}

.app-nav ul li.last a {
    /*    background: #D9E2EC;
        border-radius: 4px;
        text-align: center;
        font-weight: 500;
        color: #3E4144;*/
}
.sign-in_btn {
    background: #D9E2EC;
    border-radius: 4px;
    text-align: center;
    font-weight: 500;
    color: #3E4144;
    padding: 10px;
    font-size: 16px;
}

.app-nav ul li.last a:hover {
    /*    background: #3E4144;
        font-weight: 500;
        color: #D9E2EC;*/
}

.app-nav .navL1 {
    display: none;
}

/* ASIDE */

aside {

}

/* FORMS */

.app-input {
    height: 40px;
    border: 1px solid #E5EBF1;
    padding: 5px 10px;
    background-color: #fff;
    color: #616E7C;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
}

.app-input:focus,
.newsletterContainer form input:focus {
    border-color: #017FE5;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;

}

input::placeholder {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    color: rgba(97, 110, 124, 0.5);
}

.fragment {
    clear: both;
}

/*---------------------------- GALLERY --------------------*/

.single-gallery {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    align-items: center;
    justify-items: center;
    margin-bottom: 30px;
}
.single-gallery .galleryImgWrapper {
    display: flex;
    align-content: center;
    justify-content: center;
    background: #FFF9EB;
    align-items: center;
    width: 100%;
    height: 100%;
    min-height: 200px;
    border-radius: 10px;
}
.single-gallery img {
    margin: auto;
    object-fit: contain;
    width: 100%;
    height: auto;
    max-height: 210px;
}
.fancybox-navigation button:hover {
    color: #fff;
    background: none;
    transition: background-color 0.3s ease;
}

/* --------------Breadcrumb -----------------*/

.breadcrumbHolder.container {
    padding: 0;
}

#path {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

#path a {
    padding: 0 5px 0 0;
    font-size: 14px;
    line-height: 14px;
    color: #017FE5;
}

#path i {
    color: #616E7C;
    font-size: 11px;
    margin-right: 5px;
}

.header-intro h1.page-title {
    margin-bottom: 20px;
}

/* --------------- Regions page ---------------*/

.app-wrapper.fullwidth {
    width: 100%;
    max-width: 100%;
}

.regionsHolder,
.greyContainer {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    background: #F0F4F8;
    padding: 40px 40px 60px;
    clear: both;
    display: block;
    float: left;
}
.gridHolder .childrenItem {
    position: relative;
    display: block;
    width: 100%;
    clear: both;
    margin-bottom: 50px;
}

.childrenItem .thumbWrapper {
    position: absolute;
    top: 0;
    right: 0;
}

.childrenItem h2 {
    color: #000000;
    font-size: 30px;
    line-height: 1;
    margin-bottom: 25px;
    font-weight: 600;
}

.childrenItem h3 {
    color: #0a0a0a;
    font-size: 20px;
    line-height: 1;
    margin-bottom: 25px;
    font-weight: 600;
}

.grandChildListHolder {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 20px;
    margin-bottom: 25px;
}

.childrenItem h4 {
    font-weight: 400;
    font-size: 20px;
    margin-bottom: 15px;
    color: #616E7C;
}

/* ------------------- Countries --------------------*/

.pageContent {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 50px;
}

h1.page-title,
h1.pageTitle{
    font-size: 36px;
    color: #363636;
    font-weight: 600;
}

.shareHolder {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 20px;
    column-gap: 15px;
}

.shareHolder i {
    color: #017FE5;
}

.pageTextHolder {
    width: 100%;
    max-width: 510px;
}

.pageThumbHolder {
    width: 100%;
    max-width: 610px;
}

.pageThumbHolder .flag {
    max-width: 125px;
    width: 100%;
    float: right;
    margin-bottom: 20px;
}

.image-fragment-holder {
    position: relative;
    display: block;
    display: flex;
    justify-content: space-between;
    padding: 0 20px;
    gap: 30px;
}

.image-fragment-text {
    display: block;
    float: left;
    width: 100%;
    max-width: calc(100% - 450px);
}

.image-fragment-text h1 {
    line-height: 36px;
    margin-bottom: 30px;
    color: #363636;
    font-weight: 600;
}

.fragment-image {
    display: block;
    float: right;
    width: 100%;
    max-width: 420px;
    margin-bottom: -210px;
    z-index: -1;
    position: relative;
}

.select-holder {
    position: relative;
    max-width: 550px;
    width: 100%;
}

.select-holder::after {
    border: 3px solid transparent;
    border-radius: 2px;
    border-right: 0;
    border-top: 0;
    content: " ";
    display: block;
    height: 10px;
    pointer-events: none;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    transform: rotate(-45deg);
    transform-origin: center;
    width: 10px;
    border-color: #017FE5;
    right: 20px;
    margin-top: -7px;
}

select {
    appearance: none;
    border: 1px solid rgba(154, 165, 177, 0.5);
    outline: 0;
    width: 100%;
    padding: 10px 20px;
    background-color: #fff;
    color: #000000;
    font-size: 16px;
    font-weight: 400;
    border-radius: 4px;
    cursor: pointer;
    position: relative;
    color: #363636;
}

.dish-holder {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
    grid-column-gap: 25px;
    grid-row-gap: 25px;
}
.dish-holder.only-one::before,
.dish-holder.only-one::after {
    content: '';
}

.dish-holder .storyNav {
    width: 100%;
    background: #FFFFFF;
    box-shadow: 0 0.5em 1em -0.125em rgba(10,10,10,0.1),0 0px 0 1px rgba(10,10,10,0.02);
}

.dish-holder .storyNav img {
    width: 100%;
}

.dish-holder h3.title {
    color: #363636;
    font-size: 22px;
    line-height: 24px;
    margin-bottom: 15px;
    font-weight: 800;
}
.dish-holder .subtitle {
    color: #616E7C;
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    margin-bottom: 5px;
}

.dish-holder .lead {
    font-size: 14px;
    line-height: 18px;
    color: #5D6A78;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    min-height: 54px;
}

.dish-holder .lead p {
    display: inline;
    font-size: 14px;
    line-height: 18px;
    color: #5D6A78;
}

.dish-holder .txtContent {
    padding: 20px 20px 20px;
}

.dish-holder h4.uptitle {
    color: #5D6A78;
    font-size: 16px;
    line-height: 16px;
    font-weight: 700;
    margin: 0 0 10px;
}

.dish-view-holder {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 50px;
    gap: 30px;
}

.dish-info {
    width: 100%;
    /*max-width: 510px;*/
    flex: 1;
}
.dish-info p.dishView{
    display: -webkit-box;
    -webkit-line-clamp: 14;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.dish-thumb {
    width: 100%;
    /*max-width: 610px;*/
    flex: 1;
    position: relative;
    height: fit-content;
}

.dish-thumb img {
    width: 100%;
    max-height: 450px;
    object-fit: contain;
}
.dish-view-holder .dish-thumb img {
    max-height: auto;
}
.img_src{
    position: absolute;
    bottom: 2px;
    right: -20px;
    writing-mode: tb-rl;
    transform: rotate(-180deg);
    color: #eae6ff;
    font-size: 14px;
}
p.source {
    color: #000000;
    font-weight: 700;
    font-size: 18px;
}

p.source a {
    color: #0682E5;
    font-weight: 400;
}

p.source a:hover {
    text-decoration: underline;
}

h1.storyCategoryTitle {
    font-size: 32px;
    text-align: center;
    margin-bottom: 35px;
    color: #363636;
}
.hero-fragment-text {
    width: 100%;
    display: block;
    flex: 1;
}

.hero-fragment-text p {
    margin-bottom: 25px;
}

.hero-image {
    width: 100%;
    display: block;
    align-self: end;
}

.hero-image img {
    width: 100%;
}
.regions .hero-image{
    max-height: 200px;
    overflow: hidden;
}

.top-search {
    position: relative;
    width: 375px;
    margin-bottom: 30px;
}

.top-search input {
    border:1px solid rgba(154, 165, 177, 0.5);
    width: 100%;
    height: 50px;
    border-radius: 4px;
    box-shadow: none;
    padding: 0 15px;
}

.top-search button {
    background: transparent;
    border: 0;
    position: absolute;
    right: 0;
    height: 50px;
    width: 50px;
    line-height: 50px;
    text-align: center;
}

.top-search button i {
    color: rgba(154, 165, 177, 0.5);
    text-align: center;
    font-size: 16px;
}

.popular-search-result h4 {
    color: #000000;
    font-size: 20px;
    line-height: 20px;
    font-weight: 700;
    margin-bottom: 30px;
    display: block;
    float: left;
    width: 100%;
    clear: both;
}

.popular-tags {
    display: block;
    float: left;
    width: 100%;
    clear: both;
}

.popular-tags a {
    color: #616E7C;
    font-size: 12px;
    line-height: 12px;
    padding: 10px 15px;
    background: #D9E2EC;
    border-radius: 4px;
    display: block;
    float: left;
    margin-right: 10px;
}

/* ---------------- Featured Dish ------------------*/

.fragment-title-top{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

a.see-all {
    color: #017FE5;
    font-size: 16px;
}

a.see-all:hover {
    text-decoration: underline;
}

.fragment.greyContainer h2.fragment-title {
    font-size: 32px;
    margin-bottom: 0;
}
.fragment.greyContainer .fragment-subtitle {
    font-size: 20px;
    color: #616E7C;
}

.dish-fragment-holder {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    margin-top: 20px;
}

.dish-fragment {
    width: 100%;
    background: #FFFFFF;
    -webkit-box-shadow: 0px 2px 13px 0px rgba(124,134,145,0.1);
    -moz-box-shadow: 0px 2px 13px 0px rgba(124,134,145,0.1);
    box-shadow: 0px 2px 13px 0px rgba(124,134,145,0.1);
}

.dish-fragment-holder .dish-thumb {
    max-width: 100%;
    max-height: 200px;
    overflow: hidden;
}
.dish-fragment-holder .dish-thumb img{
    width: 100%;
    height: 200px;
    object-fit: cover;
    max-height: 200px;
}

.dish-text {
    padding: 20px;
}

.dish-fragment-holder h3 {
    font-size: 20px;
    color: #363636;
}

.dish-fragment-holder h4.uptitle {
    color: #616E7C;
    font-size: 16px;
    line-height: 16px;
    font-weight: 700;
    margin: 0 0 5px;
}

.dish-fragment-holder .lead {
    line-height: 1.4;
    font-size: 16px;
    font-weight: 400;
}

.dish-fragment-holder .lead p {
    display: inline;
    font-size: 14px;
    line-height: 18px;
    color: #5D6A78;
}

/* ----------------Featured country ---------------- */

.country-list {
    display: block;
    width: 100%;
    float: left;
    margin-top: 20px;
}
.featured-country-wrapper {
    position: relative;
}
.featured-country {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(400px, 1fr));
    gap: 30px;
}
.linkImg {
    display: block;
    width: 100%;
}
.country-thumb {
    width: 100%;
    padding-top: 56.25%;
    background-size: cover;
    background-position: center;
}

.jnodeLink {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    right: 0;
    text-align: center;
    background: rgba(255,255,255,0.8);
    color: #363636;
    font-size: 24px;
    padding: 10px 10px;
    width: 100%;
    max-width: calc(100% - 80px);
    margin: auto;
    font-weight: 700;
}

/* --------------Featured video --------------*/

.featured-video {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    margin-top: 30px;
}

.video-holder {
    width: 100%;
    max-width: 400px;
    background: #fff;
}

.video-title {
    display: block;
    float: left;
    width: 100%;
    padding: 15px 20px;
    color: #363636;
}

.video-title h3 {
    font-size: 16px;
    line-height: 16px;
    font-weight: 800;
    margin: 0;
    color: #363636;
}

.video-iframe {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0;
    clear: both;
}
.video-iframe iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* ------------------ Home interactive map -----------------*/

.map-fragment {
    display: block;
    float: none;
    width: 100%;
    text-align: center;
}
.regionsOfWorld{
    width: 100%;
    margin: 0 auto;
    padding: 30px 10px;
    background: #E5EBF1;
}

.fragment .map-fragment h2.fragment-title {
    text-align: center;
    font-size: 24px;
}

.map-fragment p {
    font-size: 20px;
}
.interactive-image-holder{
    margin-top: 10px;
}

/* ------------- Newsletter ---------------*/

.newsletterContainer {
    padding: 60px 0;
    display: block;
    float: left;
    width: 100%;
}

.newsletterContainer .cmsFormContainer {
    display: flex;
    justify-content: center;
    align-items: center;
}

.newsletterContainer h3 {
    font-size: 20px;
    font-weight: 700;
    margin: 0;
    line-height: 26px;
    color: #363636;
}

.newsletterContainer form {
    margin-left: 20px;
    display: flex;
    width: 100%;
    max-width: 350px;
}

.newsletterContainer form input {
    width: 100%;
    border:1px solid #E5EBF1;
    height: 40px;
    padding: 5px 10px;
    border-top-left-radius: 4px;
    margin-bottom: 0;
    border-bottom-left-radius: 4px;
}

.newsletterContainer .holder {
    width: 100%;
}

.submit button {
    background: #017FE5;
    text-align: center;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    border: 0;
    height: 40px;
    line-height: 20px;
    min-width: 145px;
    border-top-right-radius: 4px;
    margin-bottom: 0;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 0;
    margin-bottom: 0;
}

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


.footer {
    width: 100%;
    margin: 0 auto;
    padding: 30px 20px;
    background-color: #000;
    color: #fff;
    border-top: 4px solid #017FE5;
    display: block;
    float: left;
    position: absolute;
    bottom: 0;
}

.footer-top {
    display: flex;
    justify-content: space-between;
}

.footer-logo-holder {
    width: 100%;
    max-width: 273px;
    float: left;
    display: block;
}

.footer-logo {
    display: block;
    width: 273px;
    height: 42px;
    background-image: url("../img/footer_logo.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.footer-menu-holder {
    display: flex;
    justify-content: space-between;
    column-gap: 150px;
}

.footer-menu-wrapper {
    width: auto;
}

.footer-menu-title {
    font-size: 14px;
    line-height: 14px;
    margin-bottom: 20px;
    color: #fff;
    font-weight: 700;
}

.footer-menu {
    display: block;
    float: left;
    width: 100%;
}

.footer-menu .footerLink {
    display: block;
    float: left;
    clear: left;
    margin-bottom: 20px;
    color: rgba(255,255,255,0.5);
    font-size: 14px;
    line-height: 14px;
    font-weight: 400;
}

.footer-menu .footerLink:hover {
    color: rgba(255,255,255,1);
}

.footer-copy {
    display: block;
    float: left;
    width: 100%;
    border-top: 1px solid rgba(255,255,255,0.5);
    padding-top: 10px;
    margin-top: 20px;
}

.footer-left {
    float: left;
    display: flex;
    column-gap: 60px;
    justify-content: center;
    align-items: center;
}

.footer-left ul {
    margin: 0;
    display: flex;
    column-gap: 60px;
}

.footer-left ul li {
    padding: 0;
    margin: 0;
}

.footer-left ul a {
    color: rgba(255,255,255,0.5);
    font-size: 14px;
    line-height: 14px;
    font-weight: 400;
    padding: 0;
}


.footer-right {
    float: right;
    display: flex;
    column-gap: 60px;
    justify-content: center;
    align-items: center;
}

.footer-right ul {
    margin: 0;
    display: flex;
    column-gap: 60px;
}

.footer-right ul li {
    padding: 0;
    margin: 0;
}

.footer-right ul a {
    color: rgba(255,255,255,0.5);
    font-size: 14px;
    line-height: 14px;
    font-weight: 400;
    padding: 0;
}

.footer-copy p {
    color: rgba(255,255,255,0.5);
    font-size: 14px;
    line-height: 14px;
    font-weight: 400;
    margin: 0;
}

.social-holder {
    display: flex;
    width: auto;
    float: right;
    column-gap: 10px;
}

.social-holder a {
    color: #017FE5;
}

/* ---------------Page template --------------*/

.contentBody a {
    color: #017FE5;
}

.contentBody p,
.contentBody li {
    color: #616E7C;
    font-size: 16px;
    line-height: 24px;
}

h3.boxCaption {
    font-size: 20px;
    line-height: 20px;
    margin-bottom: 10px;
}

.boxLinks p {
    margin-bottom: 5px;
}

.boxLinks a {
    color: #616E7C;
    font-size: 16px;
}

.boxLinks a:hover {
    color: #017FE5;
}

.box940 {
    margin-bottom: 20px;
}

.storyHolder {
    clear: left;
    width: 100%;
    float: left;
    background: #F0F4F8;
    padding: 50px 25px;
}

.storyHolder h3.dish-page-title {
    text-align: center;
    margin-bottom: 40px;
}

.storyFilter form {
    display: flex;
    justify-content: center;
    column-gap: 5px;
}

.storyFilter input {
    border:0;
    height: 40px;
}

.dish-select select {
    border:0;
    height: 40px;
    padding: 10px 20px 10px 10px;
    min-width: 100px;
}

.dish-select {
    position: relative;
}

.dish-select::after {
    border: 3px solid transparent;
    border-radius: 2px;
    border-right: 0;
    border-top: 0;
    content: " ";
    display: block;
    height: 10px;
    pointer-events: none;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    transform: rotate(-45deg);
    transform-origin: center;
    width: 10px;
    border-color: #017FE5;
    right: 10px;
    margin-top: -7px;
}

.storyFilter {
    margin: 0 0 30px;
    display: flex;
    width: 100%;
    justify-content: center;
    column-gap: 5px;
}

.storyFilter input {
    background: url("../img/search.svg") 10px center no-repeat #fff;
    padding: 0 20px 0 40px;
    border-radius: 4px;
}

.storyFilter input:focus,
.storyFilter input:active {
    background: url("../img/search.svg") 10px center no-repeat #fff;
    color: #000 !important;
}

.storyFilter input:-internal-autofill-selected {
    background-image: url("../img/search.svg") !important;
    background-color: #fff !important;
}

.storyFilter button {
    background: #017FE5;
    border-radius: 4px;
    color: #fff;
    font-weight: 400;
    border: 0;
    padding: 0 20px;
    height: 40px;
    line-height: 40px;
}

.resetBtn {
    cursor: pointer;
}

.view-template,
.resetButton {
    padding: 0 15px;
    text-align: center;
    height: 40px;
    line-height: 40px;
    background: #fff;
    border-radius: 4px;
    cursor: pointer;
}

.view-template i,
.resetBtn i {
    font-size: 20px;
    line-height: 40px;
    color: #000;
}

.view-templates_list .structure {
    display: block;
}

.view-templates_list .structure.active {
    display: none;
}

.allDish .storyFilter form {
    width: 100%;
}

.allDish .storyFilter .dish-select {
    width: 100%;
}

.pagination {
    display: flex;
    width: 100%;
    margin-top: 45px;
    float: left;
}

.pagination ul {
    display: flex;
    width: 100%;
    justify-content: center;
    background: #fff;
    margin: 0;
    column-gap: 50px;
}

.pagination ul li {
    color: #5D6A78;
    font-size: 14px;
    line-height: 20px;
    padding: 10px 16px;
    background: #fff;
    font-weight: 500;
}

.pagination ul li.active {
    background: #017FE5;
    color: #fff;
}

.pagination ul li.next span {
    color: #017FE5;
    font-size: 14px;
    margin-right: 5px;
}

.pagination ul li.previous span {
    color: #017FE5;
    font-size: 14px;
    margin-left: 5px;
}

.pagination ul li.next i,
.pagination ul li.previous i {
    color: #017FE5;
}

.dish-list-holder {
    display: block;
    float: left;
    width: 100%;
}

.dish-list-holder a {
    display: flex;
    align-items: center;
    width: 100%;
}

.dish-list-holder .storyNav {
    padding: 5px 10px;
    margin-bottom: 2px;
    background: #fff;
}

.dish-list-holder .storyNav:nth-child(2n) {
    background: rgba(255,255,255,0.6);
}

.dishesList .storyImgList {
    width: 50px;
    height: 50px;
}

.dish-holder .storyNav .dishesList .storyImgList img {
    width: 100%;
    height: auto;
    min-width: 50px;
    min-height: 50px;
    object-fit: cover;
}

.dishesList h3.title {
    color: #000000;
    font-size: 16px;
    line-height: 24px;
    font-weight: bold;
    margin: 0;
    width: 100%;
    margin-left: 50px;
}

.dishesList h4 {
    color: #616E7C;
    font-size: 16px;
    font-weight: 500;
    margin: 0;
    width: 100%;
}

.recepies-holder {
    clear: both;
}

.recepies-holder h3 {
    text-align: center;
    font-size:30px;
    line-height: 30px;
    margin: 0 auto 40px;
}

.recipes-wrapper {
    display:block;
    float: left;
    width: 100%;
    border-bottom: 1px solid #5D6A78;
    margin-bottom: 20px;
    padding-bottom: 20px;
}

.recipes-img {
    width: 96px;
    height: 96px;
    margin-right: 20px;
    object-fit: cover;
    float: left;
    display: block;
}

.recipes-img img {
    width: 100%;
    height: 96px;
    object-fit: cover;
}

.recipes-text {
    display: block;
    float: left;
    width: 100%;
    max-width: calc(100% - 120px);
}

.recipes-wrapper h4 {
    font-weight:500;
    font-size: 22px;
    margin-bottom: 10px;
    padding-right: 10px;
}

.recipes-body {
    color: #616E7C;
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 0;
    padding-right: 10px;
}

#dishPage .txtContent p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.dish-holder .storyNav img {
    /*width: 400px;*/
    height: 225px;
    object-fit: cover;
}

.hide,
.captcha-label {
    display:none;
}

.contact-holder {
    display: flex;
    column-gap: 40px;
    webkit-box-shadow: 0px 0 13px 0px rgba(124,134,145,0.1);
    -moz-box-shadow: 0px 0 13px 0px rgba(124,134,145,0.1);
    box-shadow: 0px 0 13px 0px rgba(124,134,145,0.1);
    background: #fff;
    padding: 30px;
    margin-bottom: 150px;
}

.contact-form-holder,
.contact-holder .contentBody {
    width: 100%;
}

.contact-form-holder label,
.container_login label{
    color: #363636;
    font-size: 16px;
    line-height: 16px;
    margin-bottom: 5px;
    font-weight: 700;
}

.formContainer input,
.container_login input{
    border:1px solid rgba(154, 165, 177, 0.5);
    width: 100%;
    height: 50px;
    margin-bottom: 20px;
    border-radius: 4px;
    padding: 0 10px;
}

.formContainer textarea {
    border:1px solid rgba(154, 165, 177, 0.5);
    width: 100%;
    min-height: 220px;
    margin-bottom: 20px;
    border-radius: 4px;
    padding: 15px 10px;
}

.formContainer input::-webkit-input-placeholder,
.formContainer textarea::-webkit-input-placeholder { /* Edge */
    color: rgba(154, 165, 177, 0.5);
    ;
}

.formContainer input:-ms-input-placeholder,
.formContainer textarea:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: rgba(154, 165, 177, 0.5);
    ;
}

.formContainer input::placeholder,
.formContainer textarea::placeholder {
    color: rgba(154, 165, 177, 0.5);
    ;
}

[type=button], [type=reset], [type=submit], button {
    background: #017FE5;
    border-radius: 4px;
    padding: 0 45px;
    text-align: center;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    border:0;
    height: 52px;
    line-height: 52px;
}

[type=button]:hover, [type=reset]:hover, [type=submit]:hover, button:hover {
    color: #fff;
}

.contact-holder button[type=submit] {
    padding: 0;
    width: 140px;
}

.contact-holder button[type=submit]:disabled {
    background: rgba(1, 127, 229, 0.5);
}

.captcha-input {
    width: 100%;
    max-width: calc(100% - 160px);
    display: block;
    float: left;
}

.contact-holder .formBtn {
    width: 140px;
    display: block;
    float: right;
}

.image-box img {
    width: 100%;
    height: auto;
}

.graph-wrapper {
    display: flex;
    column-gap: 20px;
    width: 100%;
    background: #F0F4F8;
    padding: 30px 30px 100px;
    margin-bottom: 50px;
}

.graph-wrapper div {
    width: 100%;
}
.graph-wrapper > div {
    width: 50%;
}

.graph-wrapper div div {
    background: #fff;
    padding: 10px 0;
}

.graph-wrapper h3 {
    color: #616E7C;
    font-size: 16px;
    line-height: 1;
    margin: 0 0 20px;
    font-weight: 400;
}
.cards_wrapper{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    row-gap: 20px;
    column-gap: 20px;
}
.dish_link {
    text-decoration: none;
    color: inherit;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    transition: transform 0.3s;
    display: flex;
    flex-direction: column;
}
.dish_img {
    width: 100%;
    height: 200px;
    overflow: hidden;
}
.dish_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.dish_info {
    padding: 20px;
    text-align: left;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex-grow: 1;
}
.dish_info {
    font-size: 1.2em;
    font-weight: 700;
    color: #363636;
    background: #fff;
}
.associated_dishes{
    clear: both;
    padding: 40px 20px;
    background-color: #F0F4F8;
}
.associated_dishes h3{
    text-align: center;
    margin-bottom: 20px;
}
.burger-menu {
    cursor: pointer;
    font-size: 1.5rem;
    display: none;
}

.responsive_nav .closebtn {
    display: none;
}
.slick-dots{
    display: flex;
    justify-content: center;
    gap: 10px;
}
.slick-dots button{
    padding: 2px;
    border-radius: 50%;
    height: auto;
    background: #fff;
}
.slick-active button{
    background: #017FE5;
}
.fusioncharts-container{
    max-height: 190px !important;

}
.fusioncharts-container svg{
    max-height: 220px !important;
    top: -60px !important;
}
.dish-text,
.txtContent{
    z-index: 99999;
    position: relative;
}
.graph-wrapper .fusioncharts-container svg{
    top: 0 !important;
    max-height: 300px !important;
}
#iot-chart{
    width: 100% !important;
    height: auto !important;
}
.recipes_title_fav{
    display: flex;
    justify-content: space-between;
}
.recipes_title_fav i{
    color: #017FE5;
}
.container_favorites{
    max-width: 1140px;
    padding: 0 20px;
    margin: 0 auto;
}
.profile_info{
    display: none;
}
.profile_info.active{
    display: flex;
    flex-direction: column;
    background: #fff;
    position: absolute;
    top: 40px;
    right: 0;
    background-color: white;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    border-top: 2px solid #F0F4F8;
    box-shadow: 0 8px 8px rgba(10, 10, 10, 0.1);
    z-index: 9;
    width: 180px;
}
.profile_btn{
    padding: 10px;
    padding: 10px;
    color: #616E7C;
    font-weight: 700;
}
.profile_info a{
    padding: 10px 20px;
    border-bottom: 2px solid whitesmoke;
}
.profile_info a:first-child{
    color: #000;
    font-weight: 600;
}
.profile_info a:last-child{
    border-bottom: none;
}
.profile_btn i{
    padding-left: 5px;
    color: #017FE5;
}
.dish_view_pagination{
    display: flex;
    justify-content: center;
    clear: both;
    gap: 10px;
    margin-bottom: 20px;
}
.dish_view_pagination a{
    font-size: 20px;
    color: #3273dc;
}
.dish_view_pagination i{
    font-size: 12px;
    line-height: 16px;
    vertical-align: middle;
    padding: 0 5px;
}
.dish_view_pagination a:hover{
    color: #000;
}
.dish_view_pagination a.last,
.dish_view_pagination a.first{
    color: #616E7C;
}
.fc__tooltip.fusioncharts-div{
    max-width: max-content !important;
}
.blueBtn{
    background: #017FE5;
    border-radius: 4px;
    padding: 0 45px;
    text-align: center;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    border: 0;
    height: 52px;
    line-height: 52px;
    display: block;
    width: max-content;
}
.ta-center{
    text-align: center;
}
.customRecepie .page-title{
    font-size: 32px;
    color: #363636;
}
.bold{
    font-weight: 600;
}
.py-15{
    padding-bottom: 15px;
    padding-top: 15px;
}
.fs-20{
    font-size: 20px;
}
.mb-60{
    padding-bottom: 60px;
}
.mb-20{
    margin-bottom: 20px;
}
.p-12{
    padding: 12px;
}
.dark-grey{
    color: #363636;
}
.recipe{
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    margin-bottom: 20px;
}
.recipe .ingredients{
    flex: 0 0 33.333%;
    background: #F0F4F8;
    padding: 12px;
}
.recipe .preparation{
    flex: 0 0 66.666%;
    padding: 12px 0 12px 20px;
}
.customRecepie .holder{
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    padding-bottom: 50px;
}
.customRecepie .holder > div{
    flex: 0 0 49%;
}
.customRecepie .holder .thumb img{
    display: block;
    height: auto;
    width: 100%;
}
.youtube-embed{
    display: block;
    float: left;
    width: 100%;
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    margin-bottom: 30px;
}
.youtube-embed iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}
.customRecipeSymbol{
    display: flex;
    align-items: center;
}
.customRecipeSymbol img{
    width: 30px;
    margin-left: 10px;
}
.recipes_title{
    display: flex;
    justify-content: space-between;
}
.flag_img_holder{
    display: flex;
    flex-direction: column;
    align-items: end;
}
.flag_img_holder img.img-contain{
    width: auto;
    max-height: 450px;
    object-fit: contain;
}
.forMobile {
    display: none;
}