/*
font-family: 'Nunito', sans-serif;
LIGHT: 300
REGULAR: 400
BOLD: 700
BLACK: 900

font-family: 'Pacifico', cursive;
*/

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

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

body {
    line-height: 1
}

ol, ul {
    list-style: none
}

blockquote, q {
    quotes: none
}

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

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

*, *:before, *:after {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    outline: none;
}

.affiliate {
    width: 80px;
    height: auto;
}

@keyframes afc {
    from {
        opacity: 0;
        transform: scale(0.2);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}

@-webkit-keyframes afc {
    from {
        opacity: 0;
        -webkit-transform: scale(0.2);
    }
    to {
        opacity: 1;
        -webkit-transform: scale(1);
    }
}

.animate_afc {
    opacity: 0;
}

.animate_afc.animate_start {
    -webkit-animation: 1.2s cubic-bezier(1, 0, 0, 1) 0s normal backwards 1 afc;
    animation: 1.2s cubic-bezier(1, 0, 0, 1) 0s normal backwards 1 afc;
    opacity: 1;
}

@keyframes afl {
    from {
        opacity: 0;
        transform: translateX(-100px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@-webkit-keyframes afl {
    from {
        opacity: 0;
        -webkit-transform: translateX(-100px);
    }
    to {
        opacity: 1;
        -webkit-transform: translateX(0);
    }
}

.animate_afl {
    opacity: 0;
}

.animate_afl.animate_start {
    -webkit-animation: 1.2s cubic-bezier(1, 0, 0, 1) 0s normal backwards 1 afl;
    animation: 1.2s cubic-bezier(1, 0, 0, 1) 0s normal backwards 1 afl;
    opacity: 1;
}

@keyframes afr {
    from {
        opacity: 0;
        transform: translateX(100px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@-webkit-keyframes afr {
    from {
        opacity: 0;
        -webkit-transform: translateX(100px);
    }
    to {
        opacity: 1;
        -webkit-transform: translateX(0);
    }
}

.animate_afr {
    opacity: 0;
}

.animate_afr.animate_start {
    -webkit-animation: 1.2s cubic-bezier(1, 0, 0, 1) 0s normal backwards 1 afr;
    animation: 1.2s cubic-bezier(1, 0, 0, 1) 0s normal backwards 1 afr;
    opacity: 1;
}

@keyframes aft {
    from {
        opacity: 0;
        transform: translateY(-100px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@-webkit-keyframes aft {
    from {
        opacity: 0;
        -webkit-transform: translateY(-100px);
    }
    to {
        opacity: 1;
        -webkit-transform: translateY(0);
    }
}

.animate_aft {
    opacity: 0;
}

.animate_aft.animate_start {
    -webkit-animation: 1.2s cubic-bezier(1, 0, 0, 1) 0s normal backwards 1 aft;
    animation: 1.2s cubic-bezier(1, 0, 0, 1) 0s normal backwards 1 aft;
    opacity: 1;
}

@keyframes afb {
    from {
        opacity: 0;
        transform: translateY(100px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@-webkit-keyframes afb {
    from {
        opacity: 0;
        -webkit-transform: translateY(100px);
    }
    to {
        opacity: 1;
        -webkit-transform: translateY(0);
    }
}

.animate_afb {
    opacity: 0;
}

.animate_afb.animate_start {
    -webkit-animation: 1.2s cubic-bezier(1, 0, 0, 1) 0s normal backwards 1 afb;
    animation: 1.2s cubic-bezier(1, 0, 0, 1) 0s normal backwards 1 afb;
    opacity: 1;
}

@keyframes wfc {
    from {
        opacity: 0;
        transform: scaleX(0.01);
    }
    to {
        opacity: 1;
        transform: scaleX(1);
    }
}

@-webkit-keyframes wfc {
    from {
        opacity: 0;
        -webkit-transform: scaleX(0.01);
    }
    to {
        opacity: 1;
        -webkit-transform: scaleX(1);
    }
}

.animate_wfc {
    opacity: 0;
}

.animate_wfc.animate_start {
    -webkit-animation: 1.2s cubic-bezier(1, 0, 0, 1) 0s normal backwards 1 wfc;
    animation: 1.2s cubic-bezier(1, 0, 0, 1) 0s normal backwards 1 wfc;
    opacity: 1;
}

@keyframes hfc {
    from {
        opacity: 0;
        transform: scaleY(0.01);
    }
    to {
        opacity: 1;
        transform: scaleY(1);
    }
}

@-webkit-keyframes hfc {
    from {
        opacity: 0;
        -webkit-transform: scaleY(0.01);
    }
    to {
        opacity: 1;
        -webkit-transform: scaleY(1);
    }
}

.animate_hfc {
    opacity: 0;
}

.animate_hfc.animate_start {
    -webkit-animation: 1.2s cubic-bezier(1, 0, 0, 1) 0s normal backwards 1 hfc;
    animation: 1.2s cubic-bezier(1, 0, 0, 1) 0s normal backwards 1 hfc;
    opacity: 1;
}

@keyframes rfc {
    from {
        opacity: 0;
        transform: scale(0.01) rotate(360deg);
    }
    to {
        opacity: 1;
        transform: scale(1) rotate(0);
    }
}

@-webkit-keyframes rfc {
    from {
        opacity: 0;
        -webkit-transform: scale(0.01) rotate(360deg);
    }
    to {
        opacity: 1;
        -webkit-transform: scale(1) rotate(0);
    }
}

.animate_rfc {
    opacity: 0;
}

.animate_rfc.animate_start {
    -webkit-animation: 1.2s ease 0s normal backwards 1 rfc;
    animation: 1.2s ease 0s normal backwards 1 rfc;
    opacity: 1;
}

@keyframes rfl {
    from {
        opacity: 0;
        transform: translateX(-100px) rotate(-180deg);
    }
    to {
        opacity: 1;
        transform: translateX(0) rotate(0);
    }
}

@-webkit-keyframes rfl {
    from {
        opacity: 0;
        -webkit-transform: translateX(-100px) rotate(-180deg);
    }
    to {
        opacity: 1;
        -webkit-transform: translateX(0) rotate(0);
    }
}

.animate_rfl {
    opacity: 0;
}

.animate_rfl.animate_start {
    -webkit-animation: 1.2s ease 0s normal backwards 1 rfl;
    animation: 1.2s ease 0s normal backwards 1 rfl;
    opacity: 1;
}

@keyframes rfr {
    from {
        opacity: 0;
        transform: translateX(100px) rotate(180deg);
    }
    to {
        opacity: 1;
        transform: translateX(0) rotate(0);
    }
}

@-webkit-keyframes rfr {
    from {
        opacity: 0;
        -webkit-transform: translateX(100px) rotate(180deg);
    }
    to {
        opacity: 1;
        -webkit-transform: translateX(0) rotate(0);
    }
}

.animate_rfr {
    opacity: 0;
}

.animate_rfr.animate_start {
    -webkit-animation: 1.2s ease 0s normal backwards 1 rfr;
    animation: 1.2s ease 0s normal backwards 1 rfr;
    opacity: 1;
}

.d1.animate_start {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}

.d2.animate_start {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
}

.d3.animate_start {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
}

.d4.animate_start {
    -webkit-animation-delay: 1.2s;
    animation-delay: 1.2s;
}

.d5.animate_start {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}

@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

body {
    background: #000;
    font-family: 'Nunito', sans-serif;
}

.fields-container {
    display: none;
}

h1, h2, h3, h4, h5, h6 {
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
}

h1, h2, h3, .after-content h4, .after-content h5, .chief h4, .chief h5 {
    text-align: center;
}

.after-content h5 {
    margin: 0 0 5px 0;
    color: #000 !important;
}

h1, .after-content h4, .chief h4, .inner-menu h3, .inner-menu h4 {
    font-size: 35px;
    font-weight: 700;
    line-height: 140%;
}

.inner-menu h3, .inner-menu h4 {
    text-align: center;
    color: #fff;
}

.chief h4 {
    color: #000032;
    font-size: 25px;
}

h1:after, .after-content h4:after, .chief h4:after, .inner-menu h3:after, .inner-menu h4:after {
    content: "";
    display: block;
    width: 50%;
    height: 2px;
    background: #c59602;
    margin: 16px auto;
}

.chief h4:after {
    margin: 6px auto;
}

h2, .after-content h5, .chief h5 {
    font-size: 18px;
    font-style: italic;
    color: #c59602;
}

.chief h5 {
    color: #000032;
    padding: 0 0 10px 0;
}

h3 {
    font-size: 16px;
    font-style: italic;
    padding: 25px 0 0 0;
    color: #c59602;
}

.homepage .header {
    background: none;
}

.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    display: block;
    height: 98px;
    z-index: 999;
    background: #000000;
    background: rgba(0, 0, 0, 0.8);
}

.header .center {
    position: relative;
    padding: 0 45px;
}

.homepage .small-one {
    background: #000000;
    background: rgba(0, 0, 0, 0.9);
}

.small-one {
    -webkit-transition: background-color 500ms linear;
    -ms-transition: background-color 500ms linear;
    transition: background-color 500ms linear;
}

.logo {
    position: absolute;
    top: 10px;
    left: 45px;
    z-index: 10;
}

.logo img {
    display: block;
}

.logo-big {
    display: block;
    margin: 0 auto;
}

.layout .hide-it {
    visibility: visible;
}

.homepage .hide-it {
    visibility: hidden;
}

.navigation {
    position: relative;
    width: 100%;
    display: block;
    height: 98px;
}

.mobileMenu {
    display: none;
    text-decoration: none;
    height: 98px;
    line-height: 98px;
    padding: 0 0 0 140px;
}

.mobileMenu:before {
    font-family: "FontAwesome";
    font-size: 42px;
    color: #c59602;
    content: "\f0c9";
}

.switchMobile:before {
    content: "\f00d" !important;
}

.navigation ul {
    display: block;
    font-size: 0;
    width: 100%;
    text-align: center;
}

.navigation li {
    font-size: 15px;
    display: inline-block;
    vertical-align: top;
    text-transform: uppercase;
    line-height: 14px;
    height: 98px;
    padding: 0 20px;
    font-weight: 700;
}

.navigation li a {
    color: #fff;
    text-decoration: none;
    display: block;
    padding: 35px 0;
}

.navigation li a span {
    display: block;
    font-size: 12px;
    position: relative;
    top: 7px;
    font-weight: 400;
}

.navigation li a:hover, .navigation li.active a {
    color: #c59602;
}

.language {
    position: absolute;
    top: 0;
    right: 20px;
    width: 60px;
    height: 98px;
    background: none;
    padding: 40px 0;
    cursor: pointer;
}

.current-language {
    font-size: 15px;
    color: #fff;
    font-weight: 700;
    cursor: pointer;
    padding: 0 15px;
    position: relative;
}

.current-language:after {
    font-family: "FontAwesome";
    content: "\f0d8" !important;
    position: absolute;
    right: 5px;
    top: 7px;
    line-height: 0;
    color: #c59602;
}

.closed:after {
    content: "\f0d7" !important;
}

.language ul {
    position: absolute;
    right: 0px;
    display: none;
    background: #000;
    border-top: 2px solid #c59602;
    width: 60px;
    top: 98px;
    padding: 5px 15px;
}

.language ul a {
    display: block;
    font-size: 15px;
    color: #fff;
    text-decoration: none;
    padding: 5px 0;
    font-weight: 700;
}

.language ul li.lang-active a {
    font-style: italic;
}

.homepage .content-wrapper {
    padding: 0;
}

.homepage .slider .content-wrapper {
    padding: 98px 20px;
}

.homepage .slider .plate-right {
    bottom: 0;
}

.content-wrapper {
    display: block;
    width: 100%;
    position: relative;
    z-index: 20;
    padding: 50px 20px;
}

.content-wrapper strong {
    font-weight: 700;
}

.content-wrapper a {
    text-decoration: underline;
    color: #fff;
}

.content-wrapper a.call-to-action, .content-wrapper button.call-to-action {
    cursor: pointer;
    border: 0;
    display: block;
    width: 240px;
    margin: 0 auto;
    text-decoration: none;
    text-transform: uppercase;
    padding: 15px 0;
    text-align: center;
    background: #c59602;
    color: #fff;
}

.content-wrapper .center {
    max-width: 930px;
    margin: 0 auto;
}

.plates {
    position: absolute;
}

.plates img {
    display: block;
}

.plate-left {
    left: 0;
    bottom: 0;
}

.plate-right {
    right: 0;
    bottom: -240px;
    opacity: 0;
}

.plate-right-01 {
    top: -50px;
    right: 0;
    opacity: 0;
}

.plate-top {
    left: 0;
    top: 0;
    width: 100%;
}

.plate-bottom {
    bottom: 0;
    left: 0;
    width: 100%;
}

.plate-bottom img, .plate-top img {
    max-width: 100%;
    height: auto;
    margin: 0 auto;
    display: block;
}

.slogan {
    display: block;
    margin: 200px auto 0 auto;
    width: 410px;
    height: 446px;
    background: url("../images/slogan.png") no-repeat center;
    position: relative;
    color: #fff;
    text-align: center;
}

.homepage .slogan {
    margin: 60px auto 0 auto;
}

.slogan-wrapper {
    height: 100%;
}

.slogan-content {
    display: table;
    width: 100%;
    height: 100%;
}

.slogan-info {
    display: table-cell;
    vertical-align: middle;
    position: relative;
}

.circle {
    width: 286px;
    height: 286px;
    margin: 0 auto;
    display: block;
    border: 5px solid #c09033;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -143px 0 0 -143px;
}

.single-slogan {
    display: block;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 35px;
}

.span.slogan-info {
    font-size: 19px;
}

.main-slogan {
    font-family: 'Pacifico', cursive;
    text-transform: none;
    font-weight: 400;
    letter-spacing: 2px;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 1);
}

.sub-slogan {
    font-size: 55px;
    margin: 20px 0 0 0;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 1);
}

.slogan-year {
    font-size: 19px;
    font-weight: 400;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 1);
}

.section {
    overflow: hidden;
}

.homepage .article .center, .vini .center {
    background: -moz-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 1) 50%, rgba(0, 0, 0, 0) 100%); /* FF3.6-15 */
    background: -webkit-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 1) 50%, rgba(0, 0, 0, 0) 100%); /* Chrome10-25,Safari5.1-6 */
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, 1) 50%, rgba(0, 0, 0, 0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#00000000', GradientType=1); /* IE6-9 fallback on horizontal gradient */
    padding: 20px;
}

.homepage .article h2 {
    padding: 25px 0 0 0;
    color: #c59602;
}

.article {
    color: #fff;
    line-height: 160%;
}

.article p {
    font-size: 16px;
    padding: 25px 0 0 0;
}

.article em {
    font-style: italic;
}

.left-side .center, .right-side .center {
    max-width: 775px;
}

.left-side .content-wrapper, .right-side .content-wrapper {
    padding: 50px;
    max-width: 1400px;
    margin: 0 auto;
}

.left-side .center, .right-side .center {
    background: -moz-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 1) 50%, rgba(0, 0, 0, 0) 100%); /* FF3.6-15 */
    background: -webkit-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 1) 50%, rgba(0, 0, 0, 0) 100%); /* Chrome10-25,Safari5.1-6 */
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, 1) 50%, rgba(0, 0, 0, 0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#00000000', GradientType=1);
    padding: 20px; /* IE6-9 fallback on horizontal gradient */
}

.left-side .center {
    margin: 0 auto 0 0;
}

.right-side .center {
    margin: 0 0 0 auto;
}

.element-postion {
    position: absolute;
}

.rx {
    top: 10%;
    right: 5%;
}

.chili {
    top: 5%;
    left: 5%;
}

.single-mushroom {
    top: 40%;
    left: 5%;
}

.pepper {
    bottom: 5%;
    left: 15%;
}

.tomato {
    right: 5%;
    bottom: 5%;
}

.single-fork {
    top: 10%;
    left: 4%;
}

.after-content a {
    color: #000;
}

.moving-elements, .moving-elements ul {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.layer07, .layer08 {
    position: absolute;
}

.moving-elements .layer {
    position: absolute !important;
    z-index: 10;
}

.moving-elements .layer01 {
    top: 40px !important;
    left: 0px !important;
}

.moving-elements .layer02 {
    top: 400px !important;
    left: 0px !important;
}

.moving-elements .layer03 {
    top: auto !important;
    bottom: 0px !important;
    left: 250px !important;
}

.moving-elements .layer04 {
    top: 300px !important;
    left: auto !important;
    right: 0px !important;
}

.moving-elements .layer05 {
    top: 60px !important;
    left: auto !important;
    right: 0px !important;
}

.moving-elements .layer06 {
    top: 100px !important;
    left: -10% !important;
}

.move-it {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}

.layer07 {
    top: 200px !important;
    left: 0 !important;
}

.layer08 {
    top: 200px !important;
    right: 0;
}

.infobox {
    width: 592px;
    height: 719px;
    background: url("../images/paper.png") no-repeat center;
    position: relative;
    line-height: 160%;
}

.infobox .center {
    max-width: 500px;
    margin: 0 auto;
    display: block;
    position: relative;
    padding: 35px 0;
}

.infobox p {
    padding: 5px 0 0 0;
    font-size: 14px;
}

.show-more {
    display: block;
}

.hidden-call-to-action {
    display: none;
}

.level_0 {
    margin: 40px 0 0 0;
}

.level_0 li span.jbspan:before {
    display: inline-block;
    margin: 0 10px;
    content: "-";
}

.slide {
    color: #fff;
}

.slide:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: #000;
    background: rgba(0, 0, 0, 0.35);
}

.slide h1 {
    font-family: 'Pacifico', cursive;
    font-weight: 400;
    letter-spacing: 2px;
    padding: 0 0 15px 0;
}

.slide h1:after {
    height: 0;
    margin: 0;
}

.slide h2 {
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 170%;
    color: #fff;
}

.slide h2:after {
    content: "";
    display: block;
    width: 321px;
    height: 37px;
    background: url("../images/cutlery.png") no-repeat center;
    margin: 10px auto;
}

.slide p {
    font-size: 16px;
    padding: 25px 0 0 0;
    line-height: 160%;
}

.fp-controlArrow {
    font-family: "FontAwesome";
    border-width: 0px !important;
    color: #fff;
    font-size: 60px;
    margin-top: -30px !important;
}

.fp-controlArrow.fp-next {
    right: 45px !important;
}

.fp-controlArrow.fp-prev {
    left: 25px !important;
}

.fp-controlArrow.fp-next:after {
    content: "\f105";
    border-width: 0;
}

.fp-controlArrow.fp-prev:after {
    content: "\f104";
    border-width: 0;
}

.fp-slidesNav.bottom {
    margin-left: 0px !important;
    left: 0px !important;
    width: 100%;
    text-align: center;
}

#fp-nav ul, .fp-slidesNav ul {
    font-size: 0;
}

#fp-nav ul li, .fp-slidesNav ul li {
    width: 115px !important;
    height: 3px !important;
}

#fp-nav ul li a.active span, #fp-nav ul li:hover a.active span, .fp-slidesNav ul li a.active span, .fp-slidesNav ul li:hover a.active span, #fp-nav ul li a span, .fp-slidesNav ul li a span {
    width: 100% !important;
    height: 100% !important;
    border-radius: 0px !important;
    margin: 0px !important;
    background: #fff !important;
    position: relative !important;
    top: 0px !important;
    left: 0px !important;
    display: block !important;
}

.fp-slidesNav ul li a.active span {
    background: #c59602 !important;
}

.chief {
    color: #fff;
}

.chief .content-wrapper .center {
    max-width: 1040px;
    margin: 0 0 0 auto;
    margin-right: 40px;
}

.info-wrapper {
    display: block;
    width: 100%;
    position: relative;
    font-size: 0;
}

.info-image, .info-text {
    display: inline-block;
    vertical-align: middle;
    font-size: 12px;
}

.info-text {
    background: url("../images/paper-small.png") no-repeat center;
    width: 32.88461538461539%;
    height: 448px;
    margin: 0 0 0 2.2115384615384617%;
    padding: 35px 20px;
}

.chief .info-text.center {
    margin: 0;
    max-width: inherit;
}

.info-text p {
    font-size: 12px;
    color: #000032;
    line-height: 160%;
    padding: 5px 0 0 0;
}

.info-image {
    width: 64.90384615384616%;
    overflow: hidden;
}

.info-image video {
    display: block;
    max-width: 95%;
    height: auto;
    margin: 0 auto;
}

.info-image img {
    display: block;
    max-width: 100%;
    height: auto;
}

/*TOLTO INFO - CHEF -*/

.info-image {
    width: 100%;
}

.chief .content-wrapper .center {
    margin: 0 auto;
}

.image-slider {
    margin: 30px 0 0 0;
}

.image-slider, .img-slider {
    display: block;
    width: 100%;
    position: relative;
}

.img-slider ul {
    font-size: 0;
    width: 100%;
    text-align: center;
}

.img-slider li {
    display: inline-block;
    margin: 0 14px 0 0;
    position: relative;
    overflow: hidden;
}

.img-slider li a {
    display: block;
    width: 100%;
    height: 100%;
}

.fancybox {
    width: 100%;
    height: 100%;
    display: block;
}

.zoom {
    background: #000;
}

.zoom:hover {
    background: #000;
}

.zoom img {
    position: relative;
    z-index: 2;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
}

.zoom img:hover {
    -webkit-transform: scale(1.02);
    -moz-transform: scale(1.02);
    -ms-transform: scale(1.02);
    -o-transform: scale(1.02);
    transform: scale(1.02);
    opacity: 0.4;
}

.footer {
    display: block;
    width: 100%;
    position: relative;
    background: #000;
}

.layout .fp-tableCell {
    vertical-align: top !important;
}

.homepage .fp-tableCell, .menu .fp-tableCell {
    vertical-align: middle !important;
}

.footer .fp-tableCell {
    vertical-align: bottom !important;
}

.google-map {
    height: 40%;
}

#map-canvas {
    width: 100%;
    height: 100%;
    position: relative;
    background: url(../images/google-map.jpg) no-repeat center center;
    background-size: cover;
}

#map-canvas a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
}

.meat-block {
    position: absolute;
    bottom: 0;
    max-height: 610px;
}

.meat-block img {
    display: block;
    max-width: 100%;
    height: auto;
}

.meat01 {
    left: 0;
}

.meat02 {
    right: 0;
}

.homepage .footer .content-wrapper {
    height: 643px;
}

.footer .content-wrapper {
    font-size: 15px;
    color: #fff;
    overflow: hidden;
}

.footer .center {
    position: relative;
    font-size: 0;
    text-align: center;
    padding: 30px 0;
}

.footer .center p {
    font-size: 16px;
    color: #fff;
    line-height: 160%;
}

.footer .center p.footer-logo {
    padding: 0 0 20px 0;
}

.footer .center p.cdetails {
    padding: 10px 0;
}

.footer a.hp-link {
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
}

.footer a.tel-link {
    text-decoration: none;
    cursor: text;
}

.footer ul {
    font-size: 0;
}

.footer li {
    display: inline-block;
    vertical-align: top;
}

.social-media {
    margin: 30px 0;
}

.social-media li {
    margin: 0 15px;
}

.social-media a {
    font-size: 35px;
    color: #c59602;
    text-decoration: none;
}

.service-links li {
    font-size: 16px;
}

.service-links li:before {
    content: "|";
    font-size: 14px;
    margin: 0 5px;
    display: inline-block;
    vertical-align: top;
}

.service-links li:first-child:before {
    content: "";
    display: none;
    margin: 0;
}

.service-links a {
    text-decoration: none;
    /*    text-transform: uppercase;*/
}

.service-links a:hover {
    text-decoration: underline;
}

#scroll-content {
    position: fixed;
    bottom: 5px;
    left: 0;
    width: 100%;
    text-align: center;
    z-index: 9999;
}

#scroll-content a {
    text-decoration: none;
}

#scroll-content a:before {
    font-family: "FontAwesome";
    content: "\f107";
    font-size: 50px;
    color: #fff;
}

#scroll-top {
    display: none;
    position: fixed;
    bottom: 0;
    background: #000;
    color: #fff;
    width: 40px;
    text-align: center;
    padding: 7px 0;
    border-radius: 10px 10px 0 0;
    right: 0;
    z-index: 999;
}

.container-sluurpy {
    position: relative;
}

.slurpy-cert {
    position: absolute;
    top: 3vw;
    left: 82%;
}

@media screen and ( max-height: 768px ) {
    .infobox p.half-width {
        width: 70%;
        display: block;
        margin: 0 auto;
    }

    .infobox p.half-width img {
        max-width: 100%;
        height: auto;
    }
}

@media only screen and (max-width: 1200px) {
    h1, .after-content h4, .chief h4 {
        font-size: 30px;
    }

    h1:after, .after-content h4:after, .chief h4:after {
        margin: 0px auto 15px auto;
    }

    .moving-elements img {
        opacity: 0.4;
    }

    .after-content .content-wrapper > .center {
        margin: 0 auto 0 20px;
    }

    .meat01 {
        left: -15%;
    }

    .meat02 {
        right: -15%;
    }

    .slideshow .content-wrapper .center {
        padding: 0 20px;
    }

    .info-wrapper {
        text-align: center;
    }

    .info-text {
        width: 342px;
        text-align: left;
    }

    /*.info-image {width:380px;}*/
    .img-slider li {
        width: 30%;
        margin: 0 10px;
    }
}

@media only screen and (max-width: 1120px) {
    .navigation ul {
        display: none;
    }

    .mobileMenu {
        display: block;
    }

    .plate-left {
        left: -15%;
    }

    .plate-right {
        right: -15%;
    }

    .chief .content-wrapper .center {
        margin: 0 auto;
    }

    .infobox {
        margin: 0 auto;
    }

    .navigation ul {
        position: absolute;
        top: 98px;
        background: #000;
        left: 0;
        width: 280px;
    }

    .navigation li:first-child {
        border-top: 0;
    }

    .navigation li {
        display: block;
        width: 100%;
        padding: 0;
        height: auto;
        font-size: 20px;
        border-top: 1px dashed #fff;
        border-top: 1px dashed rgba(255, 255, 255, 0.5);
    }

    .navigation li a {
        padding: 20px 0;
    }

    .navigation li a span {
        font-size: 14px;
        top: 0;
        margin: 15px 0 0 0;
    }
}

@media only screen and (max-width: 950px) {
    .meat01, .plate-left {
        left: -22%;
    }

    .meat02, .plate-right {
        right: -22%;
    }

    .sub-slogan {
        font-size: 40px;
    }

    .left-side .center, .right-side .center {
        margin: 0 auto;
    }
}

/*TABLET iPad Mini Landscape */

@media only screen
and (min-device-width: 768px)
and (max-device-width: 1024px)
and (orientation: landscape)
and (-webkit-min-device-pixel-ratio: 1) {

    .show-more {
        display: none;
    }

    .shower {
        display: block !important;
    }

    .hider {
        display: none !important;
    }

    .hidden-call-to-action {
        display: block;
    }

    .slider .plate-right {
        width: 200px;
        height: 370px;
        right: 0;
        bottom: inherit;
        top: 120px;
    }

    .slider .plate-left {
        width: 200px;
        height: 320px;
        left: 0;
        bottom: 120px;
    }

    .slider .plates img {
        max-width: 100%;
        height: auto;
    }

    .slogan {
        background: url("../images/slogan-small.png") no-repeat center;
        width: auto;
        height: 286px;
    }

    .circle {
        width: 196px;
        height: 196px;
        margin: -98px 0 0 -98px;
        border: 3px solid #c09033;
    }

    .infobox {
        height: auto;
    }

    .info-text {
        height: auto;
    }

    .infobox p.half-width {
        padding: 5px 30px 0 30px;
    }

    .infobox p.half-width img {
        max-width: 100%;
        height: auto;
    }

    .google-map {
        height: 200px !important;
    }
}

/*TABLET Samsung Galaxy */

@media screen and (max-height: 800px) {
    .show-more {
        display: none;
    }

    .hidden-call-to-action {
        display: block;
    }

    .slider .plate-right {
        width: 200px;
        height: 370px;
        right: 0;
        bottom: inherit;
        top: 120px;
    }

    .slider .plate-left {
        width: 200px;
        height: 320px;
        left: 0;
        bottom: 120px;
    }

    .slider .plates img {
        max-width: 100%;
        height: auto;
    }

    .slogan {
        background: url("../images/slogan-small.png") no-repeat center;
        width: auto;
        height: 286px;
    }

    .circle {
        width: 196px;
        height: 196px;
        margin: -98px 0 0 -98px;
        border: 3px solid #c09033;
    }

    .infobox {
        height: auto;
    }

    .info-text {
        height: auto;
    }

    .infobox p.half-width {
        padding: 5px 30px 0 30px;
    }

    .infobox p.half-width img {
        max-width: 100%;
        height: auto;
    }

    .google-map {
        height: 200px !important;
    }

    .shower {
        display: block !important;
    }

    .hidden-call-to-action.removeIt {
        display: none !important;
    }
}

/*IE 9 only*/
/*@media screen and (min-width:0) and (min-resolution: .001dpcm) {
.animate_afc, .animate_afl, .animate_afr, .animate_aft, .animate_afb, .animate_wfc, .animate_hfc, .animate_rfc, .animate_rfl, .animate_rfr {opacity:1.0 !important;}
}*/


@media only screen and (max-width: 750px) {
    h1, .after-content h4, .chief h4 {
        font-size: 25px;
    }

    h1:after, .after-content h4:after, .chief h4:after {
        margin: 7px auto;
    }

    .header {
        background: #000 !important;
        background: rgba(0, 0, 0, 0.4) !important;
    }

    .logo {
        left: 10px;
    }

    .hide-it {
        visibility: visible !important;
    }

    .logo-big {
        display: none;
    }

    .slogan {
        background: url("../images/slogan-small.png") no-repeat center;
        width: auto;
        height: 286px;
    }

    .circle {
        width: 196px;
        height: 196px;
        margin: -98px 0 0 -98px;
        border: 3px solid #c09033;
    }

    .mobileMenu {
        padding: 0 0 0 115px;
    }

    .navigation {
        position: static;
    }

    .navigation ul {
        width: 100%;
        padding: 10px 0;
    }

    .homepage .slider .content-wrapper {
        padding: 50% 20px;
    }

    .meat01, .plate-left {
        left: -70%;
    }

    .meat02, .plate-right {
        right: -70%;
    }

    .layer07 {
        left: -30% !important;
    }

    .layer08 {
        right: -40% !important;
    }

    .homepage .slogan {
        margin: 0 auto;
    }

    .info-image video {
        max-width: 95%;
    }

    .single-slogan {
        font-size: 25px;
    }

    .slider .content-wrapper {
        padding: 50px 0;
    }

    .left-side .content-wrapper, .right-side .content-wrapper {
        padding: 0 15px;
    }

    .infobox {
        width: 100%;
        background-image: none;
        background: #fff;
        height: auto;
    }

    .infobox .center {
        padding: 20px;
    }

    .homepage .fp-tableCell {
        vertical-align: bottom !important;
    }

    .homepage .slideshow .fp-tableCell {
        vertical-align: middle !important;
    }

    .infobox img {
        max-width: 100%;
        height: auto;
    }

    .infobox p.half-width {
        width: 50%;
        margin: 0 auto;
    }

    .img-slider li {
        width: 33.333%;
        margin: 0;
    }

    .after-content .content-wrapper > .center {
        margin: 0 auto;
    }

    .slide h2 {
        font-size: 21px;
    }

    .slide h2:after {
        width: 60%;
        margin: 30px auto;
    }

    .image-slider {
        margin: 0;
    }

    .info-image, .info-text {
        display: block !important;
        width: 100% !important;
    }

    .info-text {
        height: auto;
        margin: 0;
        max-width: 342px;
        margin: 0 auto;
        padding: 15px 10px;
    }

    .plate-right {
        width: 200px;
        height: 370px;
        right: -30%;
        bottom: inherit;
        top: 120px;
    }

    .plate-left {
        width: 200px;
        height: 320px;
        left: 0;
        bottom: 120px;
    }

    .plates img {
        max-width: 100%;
        height: auto;
    }

    #map-canvas {
        background-image: url(../images/google-map-small.jpg);
    }

    .google-map {
        height: 200px !important;
    }

    #fp-nav ul li, .fp-slidesNav ul li {
        width: 75px !important;
        height: 7px !important;
    }

    .footer .center {
        padding: 50px 20px;
    }

    .chief .info-text.center {
        max-width: 284px;
        margin: 0 auto;
        display: block;
    }

    .service-links li {
        padding: 7px 0;
        font-size: 13px;
    }

    .show-more, .moving-elements .layer01, .slide p, .meat01, .meat02 {
        display: none !important;
    }

    .shower {
        display: block !important;
    }

    .slide p.hidden-call-to-action, .hidden-call-to-action {
        display: block !important;
    }

    .hider {
        display: none !important;
    }

    .footer a.tel-link {
        cursor: pointer;
    }

    .homepage .fp-section.chief .fp-tableCell {
        vertical-align: middle !important;
    }

    .slurpy-cert {
        position: absolute;
        top: 39vw;
        left: 34%;
    }
}

@media only screen and (max-width: 400px) {
    .container-sluurpy {
        display: none;
    }
}

@media only print {
    * {
        font-family: Arial, Helvetica, sans-serif !important;
        color: #000 !important;
    }

    body {
        background: #fff none !important;
        color: #000;
        line-height: 1.2;
        padding: 0px !important;
    }

    p, table, ul, ol, dl, blockquote, pre, code, form {
        margin: 0 0 1em;
    }

    h1, h2 {
        font-weight: normal;
        margin: 0.5em 0 0.5em !important;
        font-size: 21px;
        padding: 0;
        margin: 0;
    }

    .article {
        color: #000 !important;
    }

    #article {
        background: none !important;
        background: #fff !important;
    }

    .header, div.section, .footer, #scroll-top, #slider-section, .moving-elements, .backstretch, #altea-cookiebox-wrapper {
        display: none !important;
    }
}

#cookiescript_badge {
    display: none !important;
}

.show-cookie-box {
    cursor: pointer;
}


.bottoniFixed {
    display: none;
    position: fixed;
    z-index: 999;


    @media (max-width: 600px) {
        display: block;
    }
}

.floating-contact {
    position: fixed;
    right: 10px;
    bottom: 60px;
    z-index: 1000;
}

.floating-contact.active .main-button i {
    transform: rotate(45deg);
}

.floating-contact.active .contact-list {
    opacity: 1;
    visibility: visible;
}

.floating-contact.active .contact-list svg {
    color: #fff;
}

.floating-contact.active .contact-list li {
    transform: translateY(0);
    opacity: 1;
}

.floating-contact.active .contact-list li:nth-child(1) {
    transition-delay: 0.05s;
}

.floating-contact.active .contact-list li:nth-child(2) {
    transition-delay: 0.1s;
}

.floating-contact.active .contact-list li:nth-child(3) {
    transition-delay: 0.15s;
}

.floating-contact.active .contact-list li:nth-child(4) {
    transition-delay: 0.2s;
}

.floating-contact.active .overlay {
    opacity: 1;
    visibility: visible;
}

.floating-contact .main-button {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: #c59602;
    border: none;
    cursor: pointer;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    position: relative;
    z-index: 3;
    color: #fff;
}

.floating-contact .main-button:hover {
    background: #c59602;
    transform: scale(1.1);
}

.floating-contact .main-button i {
    color: white;
    font-size: 24px;
    transition: transform 0.3s ease;
}

.floating-contact .contact-list {
    position: absolute;
    bottom: 70px;
    right: 8px;
    list-style: none;
    padding: 0;
    margin: 0;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    z-index: 3;
}

.floating-contact .contact-list li {
    margin-bottom: 15px;
    transform: translateY(20px);
    opacity: 0;
    transition: all 0.3s ease;
}

.floating-contact .contact-button {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background: #c59602;
    border: none;
    cursor: pointer;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: all 0.3s ease;
    position: relative;
}

.floating-contact .contact-button:hover {
    background: #c59602;
    transform: scale(1.1);
}

.floating-contact .contact-button:hover::before {
    opacity: 1;
    visibility: visible;
}

.floating-contact .contact-button i {
    color: white;
    font-size: 18px;
}

.floating-contact .contact-button::before {
    content: attr(data-tooltip);
    position: absolute;
    right: 60px;
    top: 50%;
    transform: translateY(-50%);
    background: white;
    color: #333;
    padding: 8px 12px;
    border-radius: 4px;
    white-space: nowrap;
    font-size: 14px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    pointer-events: none;
}

.floating-contact .overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    z-index: 2;
}
