@import url('https://fonts.googleapis.com/css?family=Abril+Fatface|Lato:300,300i,400,400i,700,700i,900,900i&display=swap');

@font-face {
    font-family: 'icomoon';
    src: url("/cssv3/css_16/fonts/icomoon/icomoon.eot?srf3rx");
    src: url("/cssv3/css_16/fonts/icomoon/icomoon.eot?srf3rx#iefix") format("embedded-opentype"), url("/cssv3/css_16/fonts/icomoon/icomoon.ttf?srf3rx") format("truetype"), url("/cssv3/css_16/fonts/icomoon/icomoon.woff?srf3rx") format("woff"), url("/cssv3/css_16/fonts/icomoon/icomoon.svg?srf3rx#icomoon") format("svg");
    font-weight: normal;
    font-style: normal;
}

/* =======================================================
*
* 	Template Style
*
* ======================================================= */
body {
    font-family: arial;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.8;
    color: #A1A1A1;
    background: #fff;
    margin-right: 30px;
    margin-left: 30px;
}

body.burger-menu-enable {
    overflow: hidden !important;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
    font-family: 'Abril Fatface', sans-serif}

.main {
    max-width: 1400px;
    margin: 0 auto;
}

.legal-asterisk {
    vertical-align: top;
    font-size: 18px;
}

@media screen and (max-width: 470px) {
    body {
        margin-left: 0;
        margin-right: 0;
    }
}

.fancybox-content {
    border-radius: 3px;
    /*overflow: hidden !important;*/
}

.iframe-wrapper {
    width: 100%;
    height: 100%;
    min-height: 400px;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

body .fancybox-slide--iframe .fancybox-content {
    width: 600px !important;
    max-width: calc(100vw - 30px);
    height: 100%;
    max-height: 570px;
    border-radius: 4px;
    overflow: hidden;
}

@media (max-width: 500px) {
    body .fancybox-slide--iframe .fancybox-content {
        width: 100% !important;
        height: 100% !important;
        max-width: 100%;
        max-height: 100%;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        padding: 0;
        margin: 0;
        border-radius: 0;
    }

    .fancybox-container::after {
        content: '';
        width: 100%;
        height: 60px;
        background: white;
        display: block;
        position: absolute;
        bottom: -60px;
        z-index: 1000;
    }

    body .restaurant-item .btn {
        width: 100%;
        margin: 10px 0 0 0;
    }
}

#TA_selfserveprop798 {
    overflow: auto;
    width: 100%;
    margin-top: 40px;
}

#TA_selfserveprop798 iframe+div {
    width: 100% !important;
}

*/ #page {
    position: relative;
    overflow-x: hidden;
    width: 100%;
    height: 100%;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.offcanvas #page:after {
    -webkit-transition: 4s;
    -o-transition: 4s;
    transition: 4s;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 101;
    background: rgba(0, 0, 0, 0.5);
    content: "";
}

a {
    color: #f5f6f7;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

a:hover,
a:active,
a:focus {
    color: #f5f6f7;
    outline: none;
    text-decoration: none;
}

p {
    margin-bottom: 30px;
}

.hero-descr {
    color: #f5f6f7;
    text-transform: uppercase;

    font-weight: 600;
    font-size: 13px;
    padding: 0;
    letter-spacing: 2.5px;
    margin: 15px 0 25px 0;
}

@media screen and (max-width: 768px) {
    .hero-descr {
        font-size: 14px;
    }
}

h1,
h2,
h3,
h4,
h5,
h6,
figure {
    color: #000;
    font-weight: 400;
    margin: 0 0 30px 0;
}

::-webkit-selection {
    color: #ddd;
    background: #262c32;
}

::-moz-selection {
    color: #ddd;
    background: #262c32;
}

::selection {
    color: #ddd;
    background: #262c32;
}

.template-nav {
    position: fixed;
    display: flex;
    background: #fff;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
    width: 100%;
    padding: 15px 30px;
    height: 74px;
    z-index: 1001;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.main-nav {
    display: flex;
    align-items: center;
    flex-shrink: 0;
}

.main-nav ul {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
}

.hidden-btn {
    display: flex;
    align-items: center;
}

@media screen and (max-width: 768px) {
    .template-nav {
        position: fixed;
        background: white;
        top: 0;
        left: 0;
        margin: 0;
        width: 100%;
        z-index: 1001;
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
    }
}

@media screen and (max-width: 470px) {
    .template-nav-toggle {}

    .template-nav ul li.btn-cta-xs a span {}
}

@media screen and (max-width: 506px) {
    .menu-3>ul>li.lang-dropdown-xs a {
        display: none !important;
    }
}

@media screen and (max-width: 767px) {
    .template-nav-toggle {}

    .template-nav #template-logo {
        margin: 0 0 40px 0 !important;
    }
}

.template-nav #template-logo {
    font-size: 28px;
    line-height: 0;
    margin: 0;
    padding: 18px 10px 0;
    font-weight: bold;
}

.template-nav #template-logo em {
    color: #262c32;
    font-weight: 300;
    font-style: normal;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

.template-nav #template-logo a {
    color: #262c32;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.template-nav #reservation-btn-mobile {
    font-size: 28px;
    line-height: 0;
    margin: 0;
    padding: 15px 10px 0;
    font-weight: bold;
}

@media screen and (max-width: 1100px) {
    .about-card {
        flex: 0 0 calc(50% - 20px);
    }

    body .photos-item-img {
        flex: 0 0 calc(33.333% - 20px);
    }

    .template-nav .menu-1,
    .template-nav .menu-2 {
        display: none;
    }
}

.template-nav .row-logo {
    width: 100%;
    padding-bottom: 0;
}

.template-nav ul {
    padding: 0;
    margin: 0;
}

.template-nav ul li {
    padding: 0;
    margin: 0;
    list-style: none;
    display: inline;
}

.template-nav ul li>.button {
    list-style: none;
    display: inline;
}

.main-nav ul li {
    padding-right: 15px;
}

.main-nav ul li:last-child {
    padding-right: 0;
}

.template-nav ul li a {
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    color: #3D3B3B;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}


.template-nav ul li a:hover {
    color: #f5f6f7;
}

.template-nav ul li .btn-cta {
    display: inline-block;
    margin-right: 10px;
    padding: 7px 10px;
    line-height: normal;
    min-width: auto;
}

.template-nav ul li .btn-cta:hover {
    color: #FFF !important;
}

/* ------------------------------------------------------------------- 
 * mobile menu toggle 
 * ------------------------------------------------------------------- */
.top-reservation-btn,
.off-canvas-social {
    display: none;
}

.header-nav-wrap--mobile+.top-reservation-btn,
.header-nav-wrap--mobile .off-canvas-social {
    display: block;
}

.btn-cta.top-reservation-btn {
    min-width: auto;
    margin-right: 15px;
    padding: 7px 10px;
    font-size: 12px;
    font-weight: 600;
    line-height: normal;
}

.header-menu-toggle {
    display: none;
    position: relative;
    height: 42px;
    width: 42px;
    line-height: 42px;
    font-family: "lato", sans-serif;
    font-size: 1.4rem;
    text-transform: uppercase;
    letter-spacing: .2rem;
    color: #2C3037;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.header-menu-toggle:hover,
.header-menu-toggle:focus {
    color: #b5ac93;
}

.header-menu-toggle span {
    display: block;
    width: 24px;
    height: 2px;
    margin-top: -1px;
    position: absolute;
    left: 9px;
    top: 50%;
    right: auto;
    bottom: auto;
    background-color: #2C3037;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    font: 0/0 a;
    text-shadow: none;
    color: transparent;
}

.header-menu-toggle span::before,
.header-menu-toggle span::after {
    content: '';
    width: 100%;
    height: 100%;
    background-color: inherit;
    position: absolute;
    left: 0;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.header-menu-toggle span::before {
    top: -9px;
}

.header-menu-toggle span::after {
    bottom: -9px;
}

.s-header.sticky .header-menu-toggle {
    top: 21px;
}

.header-menu-toggle.is-clicked span {
    background-color: rgba(255, 255, 255, 0);
    -webkit-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}

.header-menu-toggle.is-clicked span::before,
.header-menu-toggle.is-clicked span::after {
    background-color: #2C3037;
}

.header-menu-toggle.is-clicked span::before {
    top: 0;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
}

.header-menu-toggle.is-clicked span::after {
    bottom: 0;
    -webkit-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    transform: rotate(225deg);
}

/* ------------------------------------------------------------------- 
 * mobile menu 
 * ------------------------------------------------------------------- */

.header-nav-wrap--mobile {
    position: fixed;

    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 1px;
    top: 74px;
    left: 0;
    bottom: 0;
    overflow: auto;
    z-index: -90;
    width: 100%;
    height: calc(100vh - 74px);
    background: rgba(0, 0, 0, 0.9);
    text-align: center;
    padding: 50px 40px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-30px);
    transition: all 0.4s ease-in-out;
}

.header-nav-wrap--mobile.show {
    display: block;
    z-index: 150;
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
}

.header-nav-wrap--mobile+.top-reservation-btn,
.header-nav-wrap--mobile .off-canvas-social {
    display: block;
}

header-nav-wrap--mobile .header-nav {
    display: none;
}

.header-nav-wrap--mobile .header-nav--mobile {
    display: block;
    list-style: none;
    height: auto;
    margin: 0;
    padding: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.07);
}

.header-nav-wrap--mobile .header-nav--mobile li {
    display: block;
    margin: 0;
    padding: 0;
    flex-shrink: 0;
    padding-left: 0;
    margin: 10px 0;
}

.header-nav-wrap--mobile .header-nav--mobile li a {
    display: block;
    line-height: 62px;
    color: #FFF;
    padding: 18px 0;
    line-height: 15px;
}

.header-nav-wrap--mobile .lang-wrap {
    border: 1px solid rgba(255, 255, 255, 0.15);
    text-align: center;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-bottom: 20px;
    width: 100%;
}

.header-nav-wrap--mobile .top-btn,
.header-nav-wrap--mobile .sub-menu>li a,
.header-nav-wrap--mobile .dropdown>li a {
    display: none;
}

.header-nav-wrap--mobile .dropdown {
    position: relative !important;
    background: transparent !important;
    transition: all 0.5s ease-in-out !important;
    top: 0;
    left: 0;
    margin-left: 0;
    padding-top: 13px !important;
    padding-bottom: 17px !important;
    visibility: visible !important;
    opacity: 1 !important;
    width: 100%;
}

.header-nav-wrap--mobile .dropdown li a {
    display: inline-block !important;
    color: #f5f6f7;
    opacity: 0.5;
     !important;
    font-size: 13px;
    text-transform: none;
    margin: 0;
    padding: 0;
    line-height: 33px !important;
    border-bottom: none !important;
}

.header-nav-wrap--mobile .header-nav--mobile li a:hover,
.header-nav-wrap--mobile .dropdown li a:hover {
    color: #f5f6f7 !important;
}


.header-nav-wrap--mobile ul li>ul li {
    border-bottom: none !important;
}

.header-nav-wrap--mobile ul li>ul li:hover {
    background: transparent !important;
    color: #fff;
    webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.header-nav-wrap--mobile a span .fa-angle-down {
    display: none;
}

.header-nav-wrap--mobile ul>li.lang-dropdown a span {
    display: none !important;
    border: none;
}

/* ===================================================================
 * Off Canvas Social 
 * ------------------------------------------------------------------- */
.off-canvas-social {
    list-style: none;
    margin-left: 0;

    font-size: 1.3rem;
    text-transform: uppercase;
    letter-spacing: .3rem;
}

.off-canvas-social:after {
    content: "";
    display: table;
    clear: both;
}

.off-canvas-social li {
    display: inline-block;
    padding-left: 0;
    margin-right: 1.9rem;
    vertical-align: middle;
}

ul.off-canvas-social {
    margin-top: 23px;
    margin-bottom: 23px;
    padding: 0;
}

.off-canvas-social li i {
    font-size: 1.7rem;
    line-height: 3rem;
    vertical-align: middle;
}

.off-canvas-social li span {
    margin-left: .6rem;
}

.off-canvas-social li a {
    color: #FFF;
}

.off-canvas-social li a:hover {
    color: #f5f6f7;
}

.off-canvas-social li:last-child {
    margin-right: 0;
}

.off-canvas-social li:last-child::after {
    display: none;
}


@media only screen and (max-width: 600px) {
    .off-canvas-social li {
        margin-right: 1.8rem;
    }

    .off-canvas-social li span,
    .off-canvas-social li::after {
        display: none;
    }

    .off-canvas-social li i {
        font-size: 1.5rem;
    }
}

@media only screen and (max-width: 400px) {

    .off-canvas-social li {
        margin-right: 1.2rem;
    }

    .off-canvas-social li i {
        font-size: 1.6rem;
    }
}


/* ===================================================================
 * lang dropdown for mobile
 * ------------------------------------------------------------------- */
.header-nav-wrap--mobile .lang-wrap {
    border: 1px solid rgba(255, 255, 255, 0.15);
    text-align: center;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-bottom: 20px;
    width: 100%;
}

.header-nav-wrap--mobile .lang {
    display: inherit;
    text-align: center;
    color: #f5f6f7;
    padding: 2px 15px;
    display: -moz-inline-stack;
    display: inline-block;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    line-height: 20px;
    margin: 0;
    letter-spacing: 0.15rem;
    padding: 2px 15px;
    cursor: pointer;
}

.header-nav-wrap--mobile .lang a {
    color: #FFF;
}

.header-nav-wrap--mobile .lang:hover,
.header-nav-wrap--mobile .lang a:hover {
    color: #f5f6f7;
}

@media (max-width: 600px) {

    body .contact-block:nth-child(1),
    body .info {
        padding: 30px;
    }

    body .input--small {
        width: calc(100% - 20px);
    }
}

@media (max-width: 569px) {
    body .template-cover .display-t {
        width: 100%;
    }

    .template-nav {
        justify-content: space-between;
    }

    body .btn-container .btn {
        display: block;
        margin: 0 0 15px 0;
    }

    body .btn-container .btn:last-child {
        margin: 0 0 0 0;
    }
}

@media (max-width: 400px) {

    .btn-cta.top-reservation-btn:last-of-type {
        display: none;
    }
}

.lang-dropdown i {
    padding: 0 5px 0 10px;
}

ul>li.lang-dropdown .external {
    display: flex;
    text-align: center;
    height: 100%;
    border: 2px solid #3D3B3B;
    color: #fff;
    background: #3D3B3B;
    padding: 6px 14px;
    width: 60px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.template-nav ul>li.lang-dropdown .external:hover {
    color: #fff !important;
    background: #000;
    border: 2px solid #000;
}

.template-nav ul>li.lang-dropdown-xs a:hover {
    color: #fff;
    background: #606060;
    border: 2px solid #606060;
}

/* Widget video */
.video-container {
    margin: 40px auto;
    max-width: 900px;
    width: 100%;
}

.responsive-video {
    margin: auto;
}

.responsive-video div {
    position: relative;
    height: 0;
    padding-bottom: 56.25%;
}

.responsive-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.container-widget-html {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.container-fluid {
    margin-right: auto;
    margin-left: auto;
}

.col-sm-2>ul>li .lang-dropdown,
.social-link {
    padding-left: 0;
}

.col-xs-12>ul>li .lang-dropdown,
.social-link {
    padding-left: 0;
}

.col-sm-2>ul>li .lang-dropdown-xs,
.social-link {
    padding-left: 0;
}

.col-xs-12>ul>li .lang-dropdown-xs,
.social-link {
    padding-left: 0;
}

.template-nav ul li.has-dropdown {
    position: relative;
}

.has-dropdown i {
    display: inline-flex;
    align-items: center;
    padding-right: 0;
    padding-left: 5px;
}

.has-dropdown:hover a.dropdown-toggle,
.has-dropdown:hover a.dropdown-toggle i {
    color: #f5f6f7 !important;
}

.template-nav .lang-dropdown .dropdown {
    top: 37px;
    right: 0;
    width: 60px;
    padding: 0;
    background-color: rgba(0, 0, 0, 0.75);
    border: none;
    border-radius: 0px;
    box-shadow: 0 0 50px rgba(44, 48, 55, 0.07);
}

.template-nav .lang-dropdown .dropdown li {
    margin-bottom: 0;
}

.template-nav .lang-dropdown .dropdown a {
    color: #FFF;
    padding: 10px;
    display: flex;
    align-items: center;
}

.template-nav .lang-dropdown .dropdown .flag {
    width: 16px;
    height: 16px;
    margin-right: 5px;
}

.template-nav .dropdown {
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translateY(8px);
    -moz-transform: translateY(8px);
    -ms-transform: translateY(8px);
    -o-transform: translateY(8px);
    transform: translateY(8px);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    position: absolute;
    top: 30px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    color: #2C3037;
    width: 200px;
    padding: 15px;
    background-color: #FFF;
    border-radius: 4px;
    border: 1px solid #EEE;
    box-shadow: 0 0 50px rgba(44, 48, 55, 0.07);
    line-height: 1.3;
}

.template-nav .dropdown li {
    margin-bottom: 20px;
    width: 100%;
    padding: 0;
    text-align: left;
}

.template-nav .dropdown li:last-child {
    margin-bottom: 0;
}

.template-nav .dropdown a {
    display: block;
    color: #2C3037;
    text-transform: uppercase;
    font-size: 12px;
    width: 100%;
}

.template-nav .nav-dropdown:hover .dropdown {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}

.template-nav ul li .lang-dropdown,
.has-dropdown:hover a span,
.lang-dropdown,
.has-dropdown:hover a i,
.template-nav ul li.has-dropdown,
.lang-dropdown:focus a {
    color: #fff;
}

.template-nav ul li .lang-dropdown-xs,
.has-dropdown:hover a span,
.lang-dropdown-xs,
.has-dropdown:hover a i,
.template-nav ul li.has-dropdown,
.lang-dropdown-xs:focus a {
    color: #fff;
}

/**==== Additional Language Dropdown for Burger Menu ===**/
.menu-3>ul>li.lang-dropdown a {
    position: relative;

    display: inline;
    text-align: center;
    height: 100%;
    border: 2px solid #dc643c;
    color: white;
    background: #dc643c;
    padding: 4px 20px;
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.col-sm-2>ul>li .lang-dropdown,
.social-link {
    padding-left: 0;
}

.col-xs-12>ul>li .lang-dropdown,
.social-link {
    padding-left: 0;
}

.template-nav ul li .lang-dropdown,
.has-dropdown:hover a span,
.lang-dropdown,
.has-dropdown:hover a i,
.template-nav ul li.has-dropdown,
.lang-dropdown:focus a {
    color: #fff;
}

.col-sm-2>ul>li .lang-dropdown-xs,
.social-link {
    padding-left: 0;
}

.col-xs-12>ul>li .lang-dropdown-xs,
.social-link {
    padding-left: 0;
}

.template-nav ul li .lang-dropdown-xs,
.has-dropdown:hover a span,
.lang-dropdown-xs,
.has-dropdown:hover a i,
.template-nav ul li.has-dropdown,
.lang-dropdown-xs:focus a {
    color: #fff;
}

.scrolled ul>li.lang-dropdown-xs a {
    color: #fff !important;
}

.template-nav ul li.btn-cta a {
    color: #fff;
}

.btn-cta:hover {
    color: #FFF;
    background-color: #3D3B3B;
}

.template-nav ul li.btn-cta a span {
    width: auto;
    border: 2px solid #262c32;
    color: #262c32;
    background: transparent;
    padding: 4px 20px;
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    display: inline;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    letter-spacing: .9px;
    font-size: 14px;

    text-transform: uppercase;
    text-align: center;
    margin: 0 5px;
}

.template-nav ul li.btn-cta a span:hover {
    color: #fff;
    border: 2px solid rgba(38, 44, 50, 0.8);
    background: rgb(38, 44, 50);
    transition: all .45s ease-Out;
}

.template-nav ul li.btn-cta a:hover:before span {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.homelink {
    display: flex;
    align-items: center;
    flex-shrink: 0;
}

.homelink a {
    font-family: 'Abril Fatface', cursive;
    font-size: 20px;
    letter-spacing: 1px;
    line-height: 1;
    color: #3D3B3B;
}

.homelink img {
    height: 44px;
    width: auto;
}

.template-nav .nav-btns {
    margin: 0 0 0 15px;
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
}

.template-nav .nav-btns li {
    padding: 0;
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
}

.template-nav .btn {
    min-width: auto;
    padding: 8px 10px;
    margin-right: 10px;
    font-size: 12px;
}

.template-nav .btn:hover {
    color: #FFF;
}

/* Flags */
.flag {
    width: 14px;
    height: 14px;
}

/**========btn-cta-xs===========*/

.template-nav ul li.btn-cta-xs a span {
    width: 200px;
    border: 2px solid #262c32;
    color: #262c32;
    background: transparent;
    padding: 4px 20px;
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    *display: inline;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    letter-spacing: .9px;
    font-size: 14px;

    text-transform: uppercase;
    text-align: center;
    margin: 0 50px 0 0;
}

.template-nav ul li.btn-cta-xs a span:hover {
    color: #fff;
    border: 2px solid rgba(38, 44, 50, 0.8);
    background: rgb(38, 44, 50);
    transition: all .45s ease-Out;
}

.template-nav ul li.btn-cta-xs a:hover:before span {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.btn-cta-xs a span {
    position: relative;
    left: 0;
    width: 200px;
    border: 2px solid #262c32;
    color: #262c32;
    background: transparent;
    padding: 4px 20px;
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    *display: inline;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    letter-spacing: .9px;
    font-size: 14px;

    text-transform: uppercase;
    text-align: center;
    margin: 0 20px;
}

.btn-cta-xs a span:hover {
    color: #fff;
    border: 2px solid rgba(38, 44, 50, 0.8);
    background: rgb(38, 44, 50);
    transition: all .45s ease-Out;
}

.btn-cta-xs a:hover:before span {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.menu-3 {
    display: inline;
}

.template-nav ul li.active>a {
    color: #dc643c !important;
}

.template-nav.scrolled {
    background: #fff;
    -moz-box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.1);
}


.template-nav.scrolled ul li.language-side-menu {
    display: none;
}

.template-nav ul li.language-side-menu {
    display: none;
}

.scrolled ul li.btn-cta a span {
    height: 100%;
    border: 2px solid #000;
    color: #000;
    background: transparent;
    padding: 4px 20px;
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    *display: inline;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    letter-spacing: .9px;
    font-size: 14px;
    text-transform: uppercase;
    margin: 0 5px;
}

.template-nav.scrolled #template-logo em,
.template-nav.scrolled #template-logo a {
    color: #000;
}

#template-hero .template-video-link a {
    color: rgba(255, 255, 255, 0.5);
}

#template-hero .template-video-link a i {
    font-size: 78px;
    top: 2px;
    position: relative;
    color: #fff;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    *display: inline;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

#template-hero .template-video-link a:hover {
    color: white;
}

#template-hero .template-video-link a:hover i {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

@media screen and (max-width: 695px) {
    #template-hero .text-left {
        text-align: center !important;
    }
}

@media screen and (max-width: 480px) {

    #template-hero .btn,
    #template-hero .box {
        display: block;
        width: 100%;
        margin: 15px auto;
    }
}

#template-header,
#template-counter,
.template-bg {
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    position: relative;
}

.template-bg {
    background-position: center center;
    width: 100%;
    float: left;
    position: relative;
}

.template-video {
    height: 1050px;
    overflow: hidden;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    -ms-border-radius: 7px;
    border-radius: 7px;
}

.template-video.template-video-sm {
    height: 250px;
}

.template-video a {
    z-index: 1001;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -45px;
    margin-left: -45px;
    width: 90px;
    height: 90px;
    display: table;
    text-align: center;
    background: #fff;
    -webkit-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}

.template-video a i {
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    font-size: 40px;
}

.template-video .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(22, 28, 33, 0.9);
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.template-video:hover .overlay {
    background: rgba(22, 28, 33, 0.7);
}

.template-video:hover a {
    position: relative;
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}

.template-cover {
    background-repeat: no-repeat;
    position: relative;
    margin-top: 74px;
    width: 100%;
    -webkit-background-size: cover;
    background-size: cover;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    background-position: 0 !important;
}

.template-cover a {
    color: #fff;
}

.template-cover a:hover {
    color: #0e1215;
    z-index: 100;
}

.template-cover::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #262c32;
    opacity: .10;
}

.template-cover>.container {
    position: relative;
    z-index: 10;
}

@media screen and (max-width: 840px) {
    .template-cover {
        height: 600px;
    }
}

.template-cover .display-t,
.template-cover .display-tc {
    height: 80vh;
    max-height: 900px;
    display: table;
    width: calc(100% - 25px);
    margin-left: 25px;
}

#template-header .display-tc,
.template-cover-sub .display-tc {
    display: table-cell !important;
    vertical-align: middle;
}

.template-cover-sub .display-t,
.template-cover-sub .display-tc {
    height: 500px;
    display: table;
    width: 100%;
}

@media screen and (max-width: 840px) {

    .template-cover .display-t,
    .template-cover .display-tc {
        height: 600px;
    }
}

.template-cover.template-cover-sm {
    height: 600px;
}

@media screen and (max-width: 840px) {
    .template-cover.template-cover-sm {
        height: 400px;
    }
}

.template-cover.template-cover-sm .display-t,
.template-cover.template-cover-sm .display-tc {
    height: 600px;
    display: table;
    width: 100%;
}

@media screen and (max-width: 840px) {

    .template-cover.template-cover-sm .display-t,
    .template-cover.template-cover-sm .display-tc {
        height: 400px;
    }
}

.template-cover.template-cover-xs {
    height: 500px;
}

@media screen and (max-width: 768px) {
    .template-cover.template-cover-xs {
        height: inherit !important;
        padding: 3em 0;
    }
}

.template-cover.template-cover-xs .display-t,
.template-cover.template-cover-xs .display-tc {
    height: 500px;
    display: table;
    width: calc(100% - 25px);
}

@media screen and (max-width: 768px) {

    .template-cover.template-cover-xs .display-t,
    .template-cover.template-cover-xs .display-tc {
        padding: 3em 0;
        height: inherit !important;
    }
}

.template-cover.template-cover-xxs {
    padding: 3em 0;
}

.template-cover .btn-primary {
    color: #fff !important;
}

.template-about,
#template-about,
#template-practice-areas,
#template-our-team,
#template-contact {
    margin: 40px 0;
    clear: both;
}

#hits-menu-container {
    padding: 0;
    clear: both;
    background-color: #fafafa;
}

.footer-1-container {
    padding: 0;
    clear: both;
}

.footer-1-container {
    background-color: #fafafa;
}

.footer-1-container-padding {
    padding-top: 80px;
    clear: both;
    background-color: #fafafa;
}

.template-about .heading {
    position: relative;
}

.home-intro-container .btn {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -100px;
    margin-top: -24px;
}

.template-about .heading .subtle-text {
    position: absolute;
    bottom: -1.6em;
    left: 0;
    text-transform: uppercase;
    font-size: 208px;
    color: #F8F8F8;
    font-weight: 900;
    z-index: -1;
}

#template-practice-areas .heading {
    position: relative;
}

#template-practice-areas .heading .subtle-text {
    position: absolute;
    bottom: -1.6em;
    left: 0;
    text-transform: uppercase;
    font-size: 208px;
    color: #F8F8F8;
    font-weight: 900;
    z-index: -1;
    line-height: 1;
}

#template-practice-areas .heading .subtle-text span {
    display: block;
}

#template-practice-areas .template-practice-area-item {
    margin-bottom: 30px;
}

#template-practice-areas .template-practice-area-item .template-icon,
#template-practice-areas .template-practice-area-item .template-copy {
    display: table-cell;
    vertical-align: top;
}

#template-practice-areas .template-practice-area-item .template-icon {
    width: 100px;
}

@media screen and (max-width: 768px) {
    #template-practice-areas .template-practice-area-item .template-icon {
        width: 70px;
    }
}

#template-practice-areas .template-practice-area-item .template-copy h3 {
    margin-bottom: 15px;
    font-size: 24px;
}

#template-our-team .heading {
    position: relative;
}

#template-our-team .heading .subtle-text {
    position: absolute;
    bottom: -1.6em;
    left: 0;
    text-transform: uppercase;
    font-size: 208px;
    color: #F8F8F8;
    font-weight: 900;
    z-index: -1;
    line-height: 1;
}

#template-our-team .heading .subtle-text span {
    display: block;
}

#template-our-team .team-item {
    margin-bottom: 9em;
}

#template-our-team .team-item:last-child {
    margin-bottom: 0;
}

#template-contact .heading {
    position: relative;
}

#template-contact .heading .subtle-text {
    position: absolute;
    bottom: -1em;
    left: 0;
    text-transform: uppercase;
    font-size: 208px;
    color: #F8F8F8;
    font-weight: 900;
    z-index: -1;
    line-height: 1;
}

#template-contact .heading .subtle-text span {
    display: block;
}

#template-contact .form-group {
    margin-bottom: 30px;
}

#template-contact .form-control {
    height: 70px;
    font-size: 18px;
    box-shadow: none !important;
    border: 1px solid #cccccc;
    padding-left: 20px;
    padding-right: 20px;
    background: #fff;
}

#template-contact textarea {
    height: inherit !important;
    resize: vertical;
}

.heading {
    text-align: center;
    margin-bottom: 70px;
}

.heading h1 {
    margin-bottom: 10px;
}

@media screen and (max-width: 768px) {
    .heading h1 {
        font-size: 26px;
    }
}

.heading .sub {
    position: relative;
    padding-bottom: 40px;
    font-size: 18px;
    color: #757575;
}

.heading .sub:after {
    bottom: 0;
    left: 50%;
    margin-left: -36px;
    content: "";
    position: absolute;
    width: 72px;
    height: 2px;
    background: #7ED321;
}

.heading-colored {
    color: #FFF;
    font-family: 'Abril Fatface', sans-serif;
    font-size: 25px;
    letter-spacing: 2px;
    text-align: center;
    line-height: 1;
    margin-bottom: 0;
}

@media (max-width: 1330px) {
    .heading-colored {
        font-size: 22px;
        line-height: 1.2;
    }
}

.heading-colored-2 {
    color: #f5f5f5;
    padding-top: 80px;
    font-size: 25px;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-align: center;
}

@media (max-width: 1330px) {
    .heading-colored-2 {
        font-size: 22px;
        line-height: 1.2;
    }
}

.heading-colored-dark {
    color: #262c32;
    padding-top: 40px;
    font-size: 30px;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-align: center;
}

@media (max-width: 1330px) {
    .heading-colored-dark {
        font-size: 25px;
        line-height: 1.2;
    }
}

.heading-colored-grey {
    color: #777;
    padding-top: 40px;
    font-size: 30px;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-align: center;
}

@media (max-width: 1330px) {
    .heading-colored-grey {
        font-size: 25px;
        line-height: 1.2;
    }
}

.heading-event {
    color: #262c32;
    font-family: 'Abril Fatface', sans-serif;
    padding-top: 10px;
    font-size: 22px;
    text-transform: none;
    letter-spacing: 2px;
    text-align: center;
    font-weight: 800;
    width: 100%;
    margin-bottom: 0;
    line-height: 1;
}

.divider {
    width: 60px;
    height: 1px;
    margin: 30px auto;
    border-radius: 2px;
    background: #f5f6f7;
    border-top: 0;
}

.divider-2 {
    width: 60px;
    height: 1px;
    border-radius: 2px;
    background: #3D3B3B;
    border-top: 0;
}

.divider-3 {
    width: 60px;
    height: 1px;
    border-radius: 2px;
    background: #777;
    border-top: 0;
    margin-top: 15px;
    margin-bottom: 10px;
}

.divider-4 {
    width: 60px;
    height: 1px;
    border-radius: 2px;
    background: #f5f6f7;
    border-top: 0;
}

.divider-5 {
    width: 80%;
    height: 1px;
    background: #3D3B3B;
    border-top: 0;
    margin-top: 10px;
    margin-bottom: 10px;
}

.read-more i {
    position: relative;
    top: 2px;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.read-more:hover i {
    padding-left: 10px;
}

.template-social-icons {
    margin: 0;
    padding: 0;
}

.template-social-icons li {
    margin: 0;
    padding: 0;
    list-style: none;
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    *display: inline;
}

.template-social-icons li a {
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    *display: inline;
    color: #7ED321;
    padding-left: 10px;
    padding-right: 10px;
}

.template-social-icons li a i {
    font-size: 20px;
}

.template-contact-info {
    margin-bottom: 30px;
    float: left;
    width: 100%;
    position: relative;
}

.template-contact-info ul {
    padding: 0;
    margin: 0;
    clear: both;
}

.template-contact-info ul li {
    padding: 0 0 0 50px;
    margin: 0 0 30px 0;
    list-style: none;
    position: relative;
}

.template-contact-info ul li:before {
    color: #7ed321;
    position: absolute;
    left: 0;
    top: .05em;
    font-family: 'icomoon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

form label {
    font-weight: normal !important;
}

#template-header .display-tc,
.template-cover .display-tc {
    display: table-cell !important;
    vertical-align: middle;
}

#template-header .display-tc h1,
#template-header .display-tc h2,
.template-cover .display-tc h1,
.overlay-video .display-tc h1,
.template-cover .display-tc h2 {
    margin: 0;
    padding: 0;
    color: white;
}

#template-header .display-tc h1,
.template-cover .display-tc h1 {
    margin-bottom: 0;
    font-size: 85px;
    letter-spacing: 2px;
    line-height: 1;
    font-weight: 100;
}

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

@media screen and (max-width: 885px) {

    #template-header .display-tc h1,
    .template-cover .display-tc h1 {
        font-size: 60px;
    }
}

@media screen and (max-width: 695px) {

    #template-header .display-tc h1,
    .template-cover .display-tc h1 {
        font-size: 50px;
    }

    body .text-footer-info:nth-child(2) {
        text-align: center;
        float: none;
        padding: 0 0 10px;
        margin: auto;
        font-size: 12px;
        width: 100%;
        display: block;
    }
}

@media screen and (max-width: 695px) {

    #template-header .display-tc h1,
    .template-cover .display-tc h1 {
        font-size: 45px;
        text-align: center;
        margin: 0;
        padding: 0;
        line-height: 1.2;
    }

    .template-cover .display-t,
    .template-cover .display-tc {
        margin-left: 0;
    }

    .hero-descr {
        text-align: center;
        margin: 5px 0 30px;
    }

    .box-1,
    .box-1b {
        margin: 5px !important;
        text-align: center;
    }
}

#template-header .display-tc h2,
.template-cover .display-tc h2 {
    font-size: 22px;
    line-height: 1.5;
    margin-bottom: 30px;
}

#template-footer {
    padding-top: 30px;
    background: #fafafa;
}

#template-footer .template-footer-links {
    padding: 0;
    margin: 0 0 20px 0;
    float: left;
    width: 100%;
}

#template-footer .template-footer-links li {
    padding: 0;
    margin: 0 0 15px 0;
    list-style: none;
    line-height: 1;
}

#template-footer .template-footer-links li a {
    text-decoration: none;
}

#template-footer .template-footer-links li a:hover {
    text-decoration: underline;
}

#template-footer .template-widget {
    margin-bottom: 30px;
}

#template-footer .template-widget h3 {
    margin-bottom: 15px;
    font-weight: bold;
    font-size: 15px;
    letter-spacing: 2px;
    text-transform: uppercase;
}

#template-footer .template-widget .template-quick-contact {
    padding: 0;
    margin: 0;
}

#template-footer .template-widget .template-quick-contact li {
    padding: 0;
    margin: 0 0 10px 0;
    list-style: none;
}

#template-footer .template-widget .template-quick-contact li i {
    width: 30px;
    float: left;
    font-size: 18px;
    position: relative;
    margin-top: 4px;
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    *display: inline;
}

@media screen and (max-width: 768px) {

    #template-footer .copyright .pull-left,
    #template-footer .copyright .pull-right {
        float: none !important;
        text-align: center;
    }
}

#template-footer .copyright .block {
    display: block;
}

.block a {
    color: #3D3B3B;
}

#template-offcanvas {
    position: absolute;
    position: fixed;
    z-index: 1901;
    width: 270px;
    background: #1C1C1B;
    top: 0;
    right: 0;
    top: 0;
    bottom: 0;
    padding: 40px 20px 30px 15px;
    overflow-y: auto;
    display: none;
    -moz-transform: translateX(270px);
    -webkit-transform: translateX(270px);
    -ms-transform: translateX(270px);
    -o-transform: translateX(270px);
    transform: translateX(270px);
    -webkit-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
}

@media screen and (max-width: 1100px) {
    #template-offcanvas {
        display: block;
    }
}

.offcanvas #template-offcanvas {
    -moz-transform: translateX(0px);
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -o-transform: translateX(0px);
    transform: translateX(0px);
}

#template-offcanvas .lang-dropdown>ul>li>a {
    background: #3D3B3B;
}

#template-offcanvas ul li.language-side-menu {
    font-size: 11px;
}

#template-offcanvas a {
    color: rgba(255, 255, 255, 0.5);
    width: 200px;
    margin-top: 15px;
    text-align: center;
}

#template-offcanvas a:hover {
    color: rgba(255, 255, 255, 0.8);
}

#template-offcanvas ul {
    padding: 0;
    margin: 0;
}

#template-offcanvas .fa-angle-down {
    display: none;
}

#template-offcanvas ul li {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
}

#template-offcanvas .lang-dropdown {
    display: none;
}

#template-offcanvas ul li.btn-cta a span {
    width: 200px;
    border: 2px solid rgba(255, 255, 255, 0.5);
    color: rgba(255, 255, 255, 0.5);
    background: transparent;
    padding: 4px 20px;
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    font-weight: 200;
    letter-spacing: .9px;
    font-size: 14px;

    text-transform: uppercase;
    text-align: center;
    margin: 20px 0;
}

#template-offcanvas ul li.btn-cta a span:hover {
    border: 2px solid rgba(255, 255, 255, 0.8);
    color: rgba(255, 255, 255, 0.8);
}

#template-offcanvas ul li>ul {
    padding-left: 0;
    display: none;
}

#template-offcanvas ul li.offcanvas-has-dropdown>a {
    display: block;
    position: relative;
}

#template-offcanvas ul li.offcanvas-has-dropdown>a:after {
    position: absolute;
    right: 50px;
    font-family: 'icomoon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1.5;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e921";
    font-size: 20px;
    color: rgba(255, 255, 255, 0.2);
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

#template-offcanvas ul li.offcanvas-has-dropdown.active a:after {
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.uppercase {
    font-size: 14px;
    color: #000;
    margin-bottom: 10px;
    font-weight: 700;
    text-transform: uppercase;
}

.gototop {
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.gototop.active {
    opacity: 1;
    visibility: visible;
}

.gototop a {
    width: 50px;
    height: 50px;
    display: table;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    text-align: center;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
}

.gototop a i {
    height: 50px;
    display: table-cell;
    vertical-align: middle;
}

.gototop a:hover,
.gototop a:active,
.gototop a:focus {
    text-decoration: none;
    outline: none;
}

/*** SIDE LINKS RIGHT ***/
.btn.btn-md {
    padding: 8px 20px !important;
}

.btn.btn-lg {
    padding: 18px 36px !important;
}

.btn:hover,
.btn:active,
.btn:focus {
    box-shadow: none !important;
    outline: none !important;
}

.btn-primary {
    background: #7ED321;
    color: #fff;
    border: 2px solid #7ED321 !important;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
    background: #8bde2f !important;
    border-color: #8bde2f !important;
}

.btn-primary.btn-outline {
    background: transparent;
    color: #7ED321;
    border: 2px solid #7ED321;
}

.btn-primary.btn-outline:hover,
.btn-primary.btn-outline:focus,
.btn-primary.btn-outline:active {
    background: #7ED321;
    color: #fff;
}

.btn-success {
    background: #5cb85c;
    color: #fff;
    border: 2px solid #5cb85c;
}

.btn-success:hover,
.btn-success:focus,
.btn-success:active {
    background: #4cae4c !important;
    border-color: #4cae4c !important;
}

.btn-success.btn-outline {
    background: transparent;
    color: #5cb85c;
    border: 2px solid #5cb85c;
}

.btn-success.btn-outline:hover,
.btn-success.btn-outline:focus,
.btn-success.btn-outline:active {
    background: #5cb85c;
    color: #fff;
}

.btn-info {
    background: #5bc0de;
    color: #fff;
    border: 2px solid #5bc0de;
}

.btn-info:hover,
.btn-info:focus,
.btn-info:active {
    background: #46b8da !important;
    border-color: #46b8da !important;
}

.btn-info.btn-outline {
    background: transparent;
    color: #5bc0de;
    border: 2px solid #5bc0de;
}

.btn-info.btn-outline:hover,
.btn-info.btn-outline:focus,
.btn-info.btn-outline:active {
    background: #5bc0de;
    color: #fff;
}

.btn-warning {
    background: #f0ad4e;
    color: #fff;
    border: 2px solid #f0ad4e;
}

.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active {
    background: #eea236 !important;
    border-color: #eea236 !important;
}

.btn-warning.btn-outline {
    background: transparent;
    color: #f0ad4e;
    border: 2px solid #f0ad4e;
}

.btn-warning.btn-outline:hover,
.btn-warning.btn-outline:focus,
.btn-warning.btn-outline:active {
    background: #f0ad4e;
    color: #fff;
}

.btn-danger {
    background: #d9534f;
    color: #fff;
    border: 2px solid #d9534f;
}

.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active {
    background: #d43f3a !important;
    border-color: #d43f3a !important;
}

.btn-danger.btn-outline {
    background: transparent;
    color: #d9534f;
    border: 2px solid #d9534f;
}

.btn-danger.btn-outline:hover,
.btn-danger.btn-outline:focus,
.btn-danger.btn-outline:active {
    background: #d9534f;
    color: #fff;
}

.btn-white {
    background: #fff;
    color: #000;
    border: 2px solid #fff;
}

.btn-white:hover,
.btn-white:focus,
.btn-white:active {
    color: #000;
    background: #f2f2f2 !important;
    border-color: #f2f2f2 !important;
}

.btn-white.btn-outline {
    color: #fff;
    border: 2px solid #fff;
}

.btn-white.btn-outline:hover,
.btn-white.btn-outline:focus,
.btn-white.btn-outline:active {
    background: #fff;
    color: #000;
    border: 2px solid #fff;
}

.btn-outline {
    background: none;
    border: 2px solid gray;
    font-size: 16px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.btn-outline:hover,
.btn-outline:focus,
.btn-outline:active {
    box-shadow: none;
}

.btn.with-arrow {
    position: relative;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.btn.with-arrow i {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    right: 0px;
    top: 50%;
    margin-top: -8px;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

.btn.with-arrow:hover {
    padding-right: 50px;
}

.btn.with-arrow:hover i {
    color: #fff;
    right: 18px;
    visibility: visible;
    opacity: 1;
}

#template-contact h3 {
    color: #fff;
    font-size: 30px;
}

.row-pb-md {
    padding-bottom: 4em !important;
}

.row-pb-sm {
    padding-bottom: 2em !important;
}

.template-loader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    /*background: url(../images/loader.gif) center no-repeat #fff;*/
}

.js .animate-box {
    opacity: 0;
}


/* ---------------------------------------------- /*
 * Home Intro
/* ---------------------------------------------- */
.home-intro-container {
    width: 100%;
    margin: 0 auto;
}

h1 {
    color: #FFF;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.first {
    flex: 1;
    order: 2;
    width: 100%;
    background-position: center;
    min-height: 400px !important;
    background-repeat: no-repeat;
    position: relative;
    align-content: center !important;
    background-size: cover;
}

.second {
    background-color: #0e1215;
    flex: 1;
    display: flex;
    flex-direction: column;
    order: 1;
}

.second-a {
    background-color: #0e1215;
    flex: 1;
    padding: 60px;
}

.second-b {
    background-color: #333;
    flex: 1;
}

.logo-homepage {
    display: flex;
    justify-content: center;
}

.b-1 {
    background-color: #161c21;
    flex: 1;
    width: 100%;
    background-size: cover;
    flex-wrap: wrap;
    overflow: hidden;
    background-position: center;
    min-height: 300px !important;
}

.b-2 {
    background-color: #0e1215;
    flex: 1;
    width: 100%;
    background-size: cover;
    background-position: center;
    min-height: 300px !important;
}

.second:hover .b-2,
.second:focus .b-2 {
    transform: scale(1.2);
}

@media (max-width: 899px) {
    .first {
        min-height: 200px !important;
    }
}

@media (min-width: 900px) {
    .home-intro-container {
        display: flex;
    }

    .second-b {
        display: flex;
    }
}

/* ---------------------------------------------- /*
 * Buttons Animated
/* ---------------------------------------------- */
.box {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: .9px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 4px;
    z-index: 100;
    min-width: 200px;
    padding: 0 15px;
    line-height: 44px;
    text-align: center;
    cursor: pointer;
    background: rgba(0, 0, 0, 0.2);
    border: 2px solid white;
}

#template-hero .box {
    margin-right: 20px;
}

.box-1 {
    margin: 30px 5px 10px 50px;
}

.box-1b {
    margin: 30px 0 10px 5px;
}

.box-3 {
    position: relative;
    top: 50%;
    left: 50%;
    margin-left: -100px;
    /* half width*/
    margin-top: -24px;
    /* half height*/
}

@media (max-width: 900px) {
    .box-3 {
        margin-top: 124px;
        /* half height*/
    }
}

.box-4 {
    position: relative;
    top: 50%;
    left: 50%;
    margin-left: -100px;
    /* half width*/
    margin-top: -50px;
    /* half height*/
}

.box-5 {
    position: relative;
    top: 50%;
    left: 50%;
    margin-left: -205px;
    /* half width*/
    margin-top: 70px;
    /* half height*/
}

.box-6 {
    position: relative;
    top: 50%;
    left: 50%;
    margin-left: -100px;
    /* half width*/
    margin-top: 20px;
    /* half height*/
}

@media (max-width: 899px) {
    .box-4 {
        display: inline-block;
        margin-top: -10px;
        /* half height*/
        left: 50%;
    }

    .box-5 {
        display: inline-block;
        margin-top: 110px;
        /* half height*/
        left: 50%;
    }

    .box-6 {
        display: inline-block;
        margin-top: 5px;
        /* half height*/
        left: 50%;
    }
}

.animated {
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

.box span {
    display: block;
    font-weight: 200;
    letter-spacing: .9px;
    font-size: 14px;

    text-transform: uppercase;
}

.box svg {
    position: absolute;
    top: 0;
    left: 0;
}

.box svg line {
    stroke-width: 6;
    stroke: #fff;
    fill: none;
}

svg line {
    -webkit-transition-delay: 2s;
    transition-delay: 2s;
}

.box svg line.top,
.box svg line.bottom {
    stroke-dasharray: 230 140;
}

.box svg line.left,
.box svg line.right {
    stroke-dasharray: 78 0;
}

svg line.bottom {
    -webkit-transform: translateX(400px);
    transform: translateX(400px);
}

@-webkit-keyframes rightSlide {

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

    50% {
        -webkit-transform: translateY(96px);
    }
}

@keyframes rightSlide {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(96px);
    }
}

.rightSlide {
    -webkit-animation-name: rightSlide;
    animation-name: rightSlide;
}

@-webkit-keyframes leftSlide {

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

    50% {
        -webkit-transform: translateY(-96px);
    }
}

@keyframes leftSlide {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-96px);
    }
}

.leftSlide {
    -webkit-animation-name: leftSlide;
    animation-name: leftSlide;
}

@-webkit-keyframes topSlide {

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

    50% {
        -webkit-transform: translateX(400px);
    }
}

@keyframes topSlide {

    0%,
    100% {
        transform: translateX(0);
    }

    50% {
        transform: translateX(400px);
    }
}

.topSlide {
    -webkit-animation-name: topSlide;
    animation-name: topSlide;
}

@-webkit-keyframes bottomSlide {

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

    50% {
        -webkit-transform: translateX(-400px);
    }
}

@keyframes bottomSlide {

    0%,
    100% {
        transform: translateX(0);
    }

    50% {
        transform: translateX(-400px);
    }
}

.bottomSlide {
    -webkit-animation-name: bottomSlide;
    animation-name: bottomSlide;
}

.box.one {
    -webkit-transition: border-color 0.4s, color 0.4s;
    transition: border-color 0.4s, color 0.4s;
}

.box.one::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.9);
    z-index: -1;
    opacity: 0;
    -webkit-transform: scale3d(0.7, 1, 1);
    transform: scale3d(0.7, 1, 1);
    -webkit-transition: -webkit-transform 0.4s, opacity 0.4s;
    transition: transform 0.4s, opacity 0.4s;
    -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
    transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}

.box.one:hover {
    color: #000;
    background: #fff;
    transition: all .45s ease-Out;
}

.box.one:hover::before {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.text-light {
    color: #A1A1A1;
    padding: 10px 0;
    text-align: center;
    margin-bottom: 0;

    font-weight: 400;
    letter-spacing: 1px;
    font-size: 15px;
}

@media (max-width: 420px) {
    .text-light {
        padding: 10px;
        font-size: 14px;
    }
}

.text-small {
    padding: 25px 15px 10px;
    text-align: center;
    margin-bottom: 0;

    font-weight: 600;
    letter-spacing: 1px;
    font-size: 11px;
    text-transform: uppercase;
}

@media (max-width: 420px) {
    .text-small {
        padding: 25px 15px 10px;
        font-size: 11px;
    }
}

.text-light-white {
    color: #ddd;
    padding: 10px 20px 20px;
    text-align: center;
    margin-bottom: 0;

    font-weight: 400;
    letter-spacing: 1px;
}

@media (max-width: 420px) {
    .text-light-white {
        padding: 10px 10px 80px;
        font-size: 14px;
    }
}

.text-press {
    padding: 2% 10% 2% 10%;
    text-align: center;
    margin-bottom: 0;

    font-size: 12px;
    color: #606060;
}

@media (max-width: 420px) {
    .text-press {
        padding: 0 3px;
        font-size: 14px;
    }
}

.text-description {
    overflow: auto;
    max-height: 400px;
}

.text-description p:last-child {
    margin-bottom: 0;
}

#optin-form {
    margin-bottom: 10px;
}

.optin-info {
    line-height: 1.3em;
    font-size: 11px;
    margin: 10px 0 0 0;
}

.text-photo {
    padding: 0;
    text-align: center;
    margin-bottom: 0;
    /*font-family: 'Lato', sans-serif;*/
    font-size: 15px;
    color: #262c32;
    font-weight: 600;
}

@media (max-width: 420px) {
    .text-photo {
        padding: 0 3px;
        font-size: 14px;
    }
}

.text-light-info {
    color: #A1A1A1;
    padding: 0;
    text-align: center;
    margin-bottom: 0;

    font-weight: 400;
    letter-spacing: 1px;
    line-height: 1.3;
}

.text-light-info a {
    color: #A1A1A1;
}

.text-footer-info {
    padding: 20px 0;
    text-align: left;
    margin-bottom: 0;

    font-weight: 400;
    font-size: 13px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.text-footer-info:nth-child(1) {
    flex: 1;
    line-height: normal;
    padding-left: 20px;
}

.text-footer-info:nth-child(2) {
    float: right;
    margin-right: 55px;
}

.text-footer-info.legal {
    display: flex;
    justify-content: right;
}

@media screen and (min-width: 900px) {
    .footer-sm {
        display: flex;
    }
}

@media (max-width: 900px) {
    .text-footer-info:nth-child(1) {
        text-align: center !important;
        float: none;
        padding: 10px 20px 0;
    }

    .text-footer-info:nth-child(2) {
        text-align: center;
        float: none;
        padding: 0 5px 10px;
        font-size: 12px;
        margin: 0;
        justify-content: center;
    }
}

h4.text-bold {
    font-family: arial;
}

.text-bold {
    padding: 30px 0 10px 0;
    text-align: center;
    margin-bottom: 0;
    font-weight: 500;
    letter-spacing: 1px;
    color: #fff;
}

.divider+.text-bold {
    padding-top: 0;
}

.divider+.footer-item h4 {
    padding-top: 0;
}

.info.access .footer-item h4 {
    padding: 0;
}

.footer-item {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    max-width: 550px;
    margin: 15px auto;
}

.footer-item:last-child {
    margin-bottom: 0;
}


/* ---------------------------------------------- /*
 * Hit Menu Container
/* ---------------------------------------------- */
.hits-menu-container {
    margin: auto;
}

.hit-price {
    color: #f5f6f7;
    padding: 20px;

    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-align: center;
}

.title-price {
    color: #f5f6f7;

    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-align: center;
    font-weight: 600;
    margin: 5px 0 0 0;
}

@media (max-width: 420px) {
    .hit-price {
        font-size: 20px;
    }

    .cell-text {
        padding: 40px 15px !important;
    }
}

.responsive-image {
    max-width: 100%;
}

.cell-text {
    background-color: #0e1215;
    padding: 40px;
}

.cell img {
    display: block;
    background-size: cover;
    background-position: center;
    align-content: center;
    margin-right: 10px;
}

.cell:nth-child(1) {
    background-color: #0e1215;
}

.cell:nth-child(2) {
    background-position: center;
    min-height: 300px !important;
    background-repeat: no-repeat;
    position: relative;
    align-content: center;
    background-size: cover;
}

.cell:nth-child(3) {
    background-color: #0e1215;
}

.cell:nth-child(4) {
    background-position: center;
    min-height: 300px !important;
    background-repeat: no-repeat;
    position: relative;
    align-content: center;
    background-size: cover;
}

.cell:nth-child(5) {
    background-position: center;
    min-height: 300px !important;
    background-repeat: no-repeat;
    position: relative;
    align-content: center;
    background-size: cover;
}

.cell:nth-child(6) {
    background-color: #0e1215;
}

.cell:nth-child(7) {
    background-position: center;
    min-height: 300px !important;
    background-repeat: no-repeat;
    position: relative;
    align-content: center;
    background-size: cover;
}

.cell:nth-child(7):hover {
    background-color: #0e1215;
}

.cell:nth-child(8) {
    background-color: #0e1215;
}

@media screen and (min-width: 600px) {
    .grid {
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
    }

    .cell {
        width: 50%;
    }
}

@media screen and (min-width: 1000px) {
    .cell {
        width: calc(100% / 4);
    }
}

@media (max-width: 1000px) {
    .cell {
        margin-top: 10px;
    }
}

@media (max-width: 599px) {
    .cell {
        margin-top: 0;
    }

    .cell:nth-child(3),
    .cell:nth-child(5),
    .cell:nth-child(7) {
        margin-top: 10px;
    }
}

/* ---------------------------------------------- /*
 * Useful Info
/* ---------------------------------------------- */
.useful-info-container {
    width: 100%;
    margin: 0;
    background-color: #eee;
    margin-top: 20px;
}

.info {
    padding: 60px;
    flex: 1;
    line-height: 3;
}

.info:nth-child(1) {
    background-color: #0e1215;
}

.info:nth-child(2) {
    background-color: #161c21;
}

@media (min-width: 900px) {
    .useful-info-container {
        display: flex;
    }
}

@media (max-width: 420px) {
    .info {
        padding: 30px;
    }
}

/* ---------------------------------------------- /*
 * Opening Hours
/* ---------------------------------------------- */
.opening-hours {
    border-bottom: 1px dotted #444;
}

.day {
    flex: 2;
    padding-top: 13px;
    font-weight: 500;
    color: #f3f3f3;
}

.time {
    flex: 3;
    text-align: right;
    padding-top: 13px;
}

@media (max-width: 1230px) {
    .opening-hours {
        flex-direction: column;
        align-items: center;
    }

    .time {
        padding-top: 0;
    }
}

@media (min-width: 500px) {
    .opening-hours {
        display: flex;
    }
}

@media (max-width: 1600px) and (min-width: 900px) {
    .opening-hours {
        margin: 0;
    }
}

@media (max-width: 1600px) and (min-width: 900px) {
    .opening-hours {
        margin: 0;
    }
}

@media (max-width: 770px) and (min-width: 500px) {
    .opening-hours {
        margin: 0;
    }
}

@media (max-width: 499px) {

    .day,
    .time {
        text-align: center;
    }

    .time {
        padding-top: 0;
    }

    .opening-hours {
        border-bottom: none;
        margin: 0;
    }

    .col-md-8 {
        padding: 0;
    }
}

/* ---------------------------------------------- /*
 * Footer 1 Info
/* ---------------------------------------------- */
.footer-1-container {
    width: 100%;
    margin: 0;
    background-color: #eee;
}

.footer-1 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    padding: 60px;
}

.footer-1:nth-child(1) {
    background-color: #0e1215;
    flex: 1;
    order: 1;

}

.footer-1:nth-child(2) {
    background-color: #161c21;
    flex: 1;
    order: 2;
}

.footer-1:nth-child(3) {
    background-color: #0e1215;
    flex: 2;
    order: 3;
}

@media (max-width: 420px) {
    .footer-1 {
        padding: 40px 10px 70px;
    }
}

@media (min-width: 900px) {
    .footer-1-container {
        display: flex;
    }
}

@media (max-width: 899px) {
    .footer-1 {
        min-height: 200px !important;
        align-content: center;
    }

    /* .footer-1:nth-child(1) {
    padding-bottom: 80px;
  } */
    /* 
  .footer-1:nth-child(2) {
    padding-bottom: 80px;
  } */
}

/* ---------------------------------------------- /*
 * Sign Up Form
/* ---------------------------------------------- */
form {
    width: 100%;
    margin: 15px 0 25px;
    float: none;
}

form>label {
    font-size: 11px;
    padding: 5px;
}

.input {
    display: flex;
    align-items: center;
}

.button {
    height: 40px;
    border: none;
}

#email {
    width: 65%;
    height: 48px;
    background: transparent;
    font-family: inherit;
    border: 2px solid #FFF;
    color: #737373;
    font-size: 14px;

    padding-left: 10px;
}

#submit {
    width: 35%;
    height: 48px;
    font-family: inherit;
    font-weight: bold;
    font-size: 14px;

    color: #0e1215;
    background: #FFF;
    border: 2px solid #FFF;
    cursor: pointer;
    transition: background .3s ease-in-out;
}

#submit:hover {
    color: #FFF;
    background: #0e1215;
    transition: all .45s ease-Out;
}


#submit:hover::before {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

@media (max-width: 768px) {
    form {
        text-align: center;
    }
}

.button-padding {
    padding: 15px;
}

/* ---------------------------------------------- /*
 * Contact Form*
/* ---------------------------------------------- */
#send {
    height: 48px;
    color: #FFF;
    border: 2px solid #FFF;
}

#send:hover {
    color: #2C3037;
    background: #FFF;
}

.form-control::-moz-placeholder {
    color: #DDDDDD;
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-font-smoothing: antialiased;
}

.form-control:-moz-placeholder {
    color: #DDDDDD;
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-font-smoothing: antialiased;
}

.form-control::-webkit-input-placeholder {
    color: #DDDDDD;
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-font-smoothing: antialiased;
}

.form-control:-ms-input-placeholder {
    color: #DDDDDD;
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-font-smoothing: antialiased;
}

.form-control {
    background-color: #FFFFFF;
    border: 1px solid #E3E3E3;
    border-radius: 4px;
    color: #ddd;
    padding: 10px 10px;
    height: 40px;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.form-control:focus {
    background-color: #FFFFFF;
    border: 1px solid #777777;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: 0 !important;
}

.has-success .form-control,
.has-error .form-control,
.has-success .form-control:focus,
.has-error .form-control:focus {
    border-color: #E3E3E3;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.has-success .form-control {
    color: #7accb8;
}

.has-success .form-control:focus {
    border-color: #7accb8;
}

.has-error .form-control {
    color: #e78b90;
}

.has-error .form-control:focus {
    border-color: #e78b90;
}

.form-control+.form-control-feedback {
    border-radius: 6px;
    font-size: 14px;
    margin-top: -7px;
    position: absolute;
    right: 10px;
    top: 50%;
    vertical-align: middle;
}

.open .form-control {
    border-radius: 4px 4px 0 0;
    border-bottom-color: transparent;
}

.input-lg {
    height: 55px;
    padding: 16px 32px;
}

.has-error .form-control-feedback {
    color: #e78b90;
}

.has-success .form-control-feedback {
    color: #7accb8;
}

.input-group-addon {
    background-color: #FFFFFF;
    border: 1px solid #E3E3E3;
    border-radius: 4px;
}

.has-success .input-group-addon,
.has-error .input-group-addon {
    background-color: #FFFFFF;
    border: 1px solid #E3E3E3;
}

.has-error .form-control:focus+.input-group-addon {
    border-color: #e78b90;
    color: #e78b90;
}

.has-success .form-control:focus+.input-group-addon {
    border-color: #7accb8;
    color: #7accb8;
}

.form-control:focus+.input-group-addon,
.form-control:focus~.input-group-addon {
    background-color: #FFFFFF;
    border-color: #777777;
}

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child>.btn,
.input-group-btn:first-child>.dropdown-toggle,
.input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle) {
    border-right: 0 none;
}

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child>.btn,
.input-group-btn:last-child>.dropdown-toggle,
.input-group-btn:first-child>.btn:not(:first-child) {
    border-left: 0 none;
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
    background-color: #E3E3E3;
    color: #888888;
    cursor: not-allowed;
}

.form-control-plain {
    border-top: none;
    border-left: none;
    border-right: none;
    border-radius: 0;
    padding: 8px 0;
    font-size: 15px;
    background-color: transparent;
    border-color: #E3E3E3;
    resize: vertical;
}

.form-control-plain:focus {
    background-color: transparent;
    border: 0;
    border-bottom: 1px solid #f5f6f7;
}

.form-control-newsletter {
    border-top: none;

    border-left: none;
    border-right: none;
    border-radius: 0;
    padding: 8px 0;
    font-size: 15px;
    background-color: transparent;
    border-color: #E3E3E3;
    resize: vertical;
}

.form-control-newsletter:focus {
    background-color: transparent;
    border: 0;
    border-bottom: 1px solid #f5f6f7;
}

.form-control:focus::-webkit-input-placeholder {
    color: #FFF;
}

.form-control {
    margin-bottom: 1.875em;
}

/* .contact-form {
  margin: 30px 65px;
} */

@media (max-width: 450px) {
    /* .contact-form {
    margin: 25px 45px;
  } */
}

.rewards {
    margin: 15px 5px 0;
    text-align: center;
}

.img-container:last-child {
    margin-right: 0;
}

.img-container {
    display: inline-block;
    width: 50px;
    height: 50px;
    background-color: #fff;
    border-radius: 4px;
    text-align: center;
    line-height: 45px;
    margin-right: 8px;
    cursor: pointer;
}

.img-container:hover {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
    transition: all .45s ease-out;
}

span.img-container img {
    width: 40px;
    height: auto;
    line-height: 50px;
}

.social-btns {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.fab {
    padding: 0 10px;
    line-height: 1.8em;
}

.fab:hover {
    color: #f5f6f7;
    transition: all .45s ease-out;
}

/* ---------------------------------------------- /*
 * Dish Menu Section
/* ---------------------------------------------- */

.current-page-menus .section {
    padding: 30px;
    width: 100%;
    margin: 40px auto;
    background: #F5F5F5;
}

.mnu-container-fluid {
    max-width: 964px;
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}

.menu-info-container {
    width: 100%;
    margin: 0;
}

.menu-info {
    flex: 1;
    background: #F3F3F3;
    border: 1px solid #DBD9DA;
    border-radius: 2px;
}

@media (min-width: 900px) {
    .menu-info-container {
        display: flex;
    }
}

@media (max-width: 1700px) {
    .menu-info {
        padding: 4-20px 20px 20px;
    }
}

@media (max-width: 1600px) {
    .menu-info {
        padding: 20px 20px 20px;
    }
}

@media (max-width: 1450px) {
    .menu-info {
        padding: 20px 20px 20px;
    }
}

@media (max-width: 1350px) {
    .menu-info {
        padding: 20px 20px 20px;
    }
}

@media (max-width: 1250px) {
    .menu-info {
        padding: 20px 10px 20px;
    }
}

@media (max-width: 1100px) {
    .menu-info {
        padding: 20px 10px 20px;
    }
}

@media (max-width: 420px) {
    .menu-info {
        padding: 20px 10px 20px;
    }
}

/* ---------------------------------------------- /*
 * Menu Without Images
/* ---------------------------------------------- */
.mnu-container-no-image:last-child .mnu-no-image {
    border: none;
}

.mnu-no-image {
    width: 100%;
    margin: 0;
    padding: 12px 0;
    border-bottom: 1px dotted #ddd;
    display: flex;
    align-items: center;
}

.mnu-main-no-image {
    padding: 0;
    text-align: left;
}

.mnu-main-no-image>.mnu-price-block {
    text-align: left;
    padding: 0;
    margin: 0;
}

.mnu-main-no-image:nth-child(1) {
    flex: 6;
    background-size: cover;
    background-position: center;
    width: 100%;
    vertical-align: middle;
    padding: 0;
}

.mnu-main-no-image:nth-child(2) {
    flex: 1;
    padding: 0;
    text-align: right;
    line-height: normal;
}

.mnu-pricelist-itemTitle {
    font-size: 14px;
    color: #333333;
    line-height: 24px;
    font-weight: 700;
    margin: 0;
    padding: 0;
}

.mnu-pricelist-itemTitle {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
}

.mn-pricelist-dash--separator .mnu-pricelist-itemTitle {
    float: left;
}

.mnu-pricelist-itemTitle {

    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    font-weight: 600;
    color: #262c32;
    text-align: left;
}

.menu-descr-small {
    color: #999;
    font-size: 14px;
    margin: 5px 0 0 0;
    line-height: 1.3;
    text-align: left;
    font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.mnu-price-block {
    display: inline-flex;
    z-index: 10;
    padding-left: 20px;
    padding-top: 10px;
    align-items: center;
    text-align: center;
}

.mnu-price-block .mnu-quant {
    display: flex;
    flex-direction: column;
    padding: 0 8px;
    margin: 0;
    text-align: center;
    float: none;
    line-height: initial;
}

.categ-price-block {
    text-align: right;
}

.categ-quant {
    text-align: right;
}

.weight {
    color: #999;
    font-size: 13px;

    margin-top: 5px;
    text-transform: capitalize;
}

.price {
    text-align: center;
    padding: 0;
    color: #2C3037;
    font-size: 14px;
    font-weight: 600;

}

@media (max-width: 499px) {

    .mnu-pricelist-itemTitle,
    .mnu-description-small,
    .mnu-main-no-image:nth-child(2) {
        text-align: center;
    }
}

.menu-descr {
    padding: 10px 15px;
    text-align: center;
    margin-bottom: 0;

    font-weight: 400;
    letter-spacing: 1px;
    font-size: 15px;
    color: #777;
    padding: 0;
}

.menu-descr>p {
    color: #999;
    font-size: 12px;
    letter-spacing: 1px;
    padding-top: 30px;
}

.mnu-subcategory h4 {
    color: #f5f6f7;
    font-size: 19px;
    text-align: left;
    margin-bottom: 5px;
}

.mnu-subcategory p {
    color: #999;
    padding: 4px 0;
    font-size: 13px;
    text-align: left;
    margin: 0;

}

.subcategory-title {
    color: #f5f6f7;
    font-size: 19px;
    padding-top: 15px;
}

.subcategory-price {
    color: #f5f6f7;
    font-size: 18px;
    padding-top: 10px;
}


.mn-pricelist-itemTitle,
.mn-pricelist-itemPrice {
    font-size: 14px;
    color: #333333;
    font-weight: 700;
    margin: 0;
}

/* ---------------------------------------------- /*
 * Menu with Images
/* ---------------------------------------------- */

.mnu-main-image {
    line-height: normal;
}

.mnu-main-image img {
    width: 110px;
    margin: 0;
    cursor: pointer;
}

.mnu-image-container {
    border-bottom: 1px dotted #ddd;
    padding: 10px 0;
}

.mnu-main-image:nth-child(1) {
    flex: 1;
}

.mnu-main-image:nth-child(2) {
    flex: 6;
    padding: 0 15px;
}

.mnu-main-image:nth-child(3) {
    flex: 1;
}

.mnu-description-small {
    color: #999;
    padding: 4px 0;
    font-size: 13px;
    line-height: 1.3;
    padding-right: 20px;
    text-align: left;
    margin: 0;

}

@media (min-width: 900px) {
    .mnu-image-container {
        display: flex;
        align-items: center;
    }
}

@media (max-width: 899px) {

    .mnu-main-image>img,
    .mnu-main-image:nth-child(1),
    .mnu-main-image:nth-child(2)>h4,
    .mnu-main-image:nth-child(2)>.mnu-description-small,
    .mnu-main-image:nth-child(3),
    .mnu-main-no-image,
    .mnu-pricelist-itemTitle,
    .mnu-description-small,
    .menu-title.menu-title-subcategory h5,
    .menu-title.menu-title-subcategory p {
        text-align: center;
        padding-right: 0;
    }

    .mnu-no-image {
        padding: 25px 0;
    }

    .mnu-main-image>.mnu-price-block {
        padding-left: 0;
    }

    .mnu-main-image>img {
        width: 250px;
        height: 210px;
        margin: 8px 0;
        text-align: center;
    }

    .mnu-image-container {
        border-bottom: none;
        padding-bottom: 15px;
    }

    .mnu-image-container-main,
    .mnu-no-image,
    .menu-title.menu-title-subcategory,
    .menu-title.menu-title-main {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
}

.menu {
    max-width: 100%;
    padding: 20px 50px 20px 50px;
}

.image-menu {
    border-radius: 8%;
    max-width: 70px;
    max-height: 70px;
}

.mnu-main {
    display: flex;
}

.mnu-main:nth-child(1) {
    flex: 1;
    background-size: cover;
    background-position: center;
    vertical-align: middle;
    flex-wrap: wrap;
    cursor: pointer;
}

.mnu-main:nth-child(2) {
    flex: -1;
    padding: 0 20px;
    text-align: left;
    align-content: center;
}

.mnu-main:nth-child(3) {
    flex: 2;
    text-align: right;
}

/* Additional Elements for Menu Page */
.thumb-info-caption>.title-menu-season {
    padding: 10px 10px 0 10px;
    margin-bottom: 0;
    border-bottom: 1px dotted #DDD;
    margin: 0;
    padding: 15px 10px;
    display: block;
    text-transform: uppercase;
    text-align: left;
}

.thumb-info-caption>p {
    text-align: left;
}

/* Menu-alternative */
.menu-alternative>ul>li {
    margin-top: 10px;
    margin-bottom: 10px;
}


.menu-alternative .mn-pricelist-dottedSeparator {
    margin-bottom: calc((26px - 16px) / 2);
}

.menu-alternative .mn-pricelist-itemPrice {
    color: #cc9933;
}

.menu-alternative .mn-pricelist-itemDesc {
    font-size: 12px;
    line-height: 22px;
    font-weight: 500;
    color: #666666;
}

.mn-pricelist-dash--classic .mn-pricelist-itemMain {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.mn-pricelist-dash--classic .mn-pricelist-itemTitle,
.mn-pricelist-dash--classic .mn-pricelist-itemPrice {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
}

.mn-pricelist-dash--classic .mn-pricelist-dottedSeparator {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    margin-left: 3px;
    margin-right: 5px;
    margin-bottom: calc((24px - 14px) / 2);
}

.mn-pricelist-dash--classic .mn-pricelist-dottedSeparator,
.mn-pricelist-dash--separator>ul>li {
    background-image: -webkit-radial-gradient(circle closest-side,
            rgba(0, 0, 0, 0.2) 99%,
            transparent 1%);
    background-image: radial-gradient(circle closest-side,
            rgba(0, 0, 0, 0.2) 99%,
            transparent 1%);
    background-position: bottom;
    background-size: 5px 3px;
    background-repeat: repeat-x;
}

.mn-pricelist-itemLeft+.mn-pricelist-itemRight {
    float: left;
    width: calc(100% - 58px);
}

.mn-pricelist-dash--classic .mn-pricelist-itemMain {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.mn-pricelist-itemMain {
    margin-bottom: 10px;
}

.mn-pricelist-dash--classic .mn-pricelist-itemTitle,
.mn-pricelist-dash--classic .mn-pricelist-itemPrice {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
}

.mn-pricelist-dash--separator .mn-pricelist-itemTitle {
    float: left;
}

.menu-alternative .mn-pricelist-dottedSeparator {
    margin-bottom: calc((26px - 16px) / 2);
}

.menu-alternative .mn-pricelist-itemPrice {
    color: #cc9933;
}

.menu-alternative .mn-pricelist-itemDesc {
    font-size: 12px;
    line-height: 22px;
    font-weight: 500;
    color: #666666;
}

.menu-alternative .mn-pricelist-itemTitle,
.menu-alternative .mn-pricelist-itemPrice {
    font-size: 14px;
    line-height: 26px;
    font-weight: 600;
    color: #1b1b1b;
    text-align: left;
    padding-top: 9px;
}

.menu-alternative .mn-pricelist-dottedSeparator {
    margin-bottom: calc((26px - 16px) / 2);
}

.menu-alternative .mn-pricelist-itemDesc {
    font-size: 12px;
    line-height: 22px;
    font-weight: 500;
    color: #666666;
    float: left;
    text-align: left;
}

.mn-pricelist>ul {
    list-style: none;
    margin: 0;
    padding: 0 10px;
}

.menu-title.menu-title-main {
    margin: 50px 0 15px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.mnu-category-price h4 {

    margin: 0;
    color: #f5f6f7;
    font-weight: 600;
}

.menu-title.menu-title-subcategory {
    display: flex;
    justify-content: space-between;
    margin: 0;
    padding: 15px 0;
    border-bottom: 1px dotted #ddd;
}

.mnu-subcategory+.mnu-container-no-image .mnu-no-image {
    padding: 0;
    margin-top: 5px;
    border-bottom: none;
}

.menu-title h5 {
    font-weight: 600;
    margin: 0;
    font-size: 14px;
    color: #f5f6f7;
    font-size: 19px;
    padding-top: 0;

}

.menu-title-subcategory p {}

.box-1 {
    flex: 4;
    padding: 0;
    text-align: left;
}

@media (max-width: 500px) {
    .current-page-menus .section {
        width: calc(100% - 20px);
        margin: 40px 10px;
    }

    .mnu-main-no-image {
        margin-right: 15px;
    }

    .box-1 {
        text-align: center;
    }

    .m-p-2,
    .mnu-main:nth-child(1) {
        padding-left: 0;
    }

    .myImg {}

    .price-total {
        padding: 0 0 15px;
    }
}

/* ---------------------------------------------- /*
 * Menu with Images
 * Subcategory-Title-Container
/* ---------------------------------------------- */
.subcategory-title-container {
    padding-bottom: 5px;
    padding-top: 15px;
    border-bottom: 1px dotted #ddd;
    display: flex !important;
    justify-content: space-between;
    min-width: 100% !important;
}



@media (min-width: 900px) {
    .subcategory-title-container {
        display: flex;
        min-width: 100% !important;
        justify-content: space-between;
    }
}

@media (max-width: 899px) {

    .subcategory-title-a:nth-child(1)>.subcategory-title,
    .subcategory-title-a:nth-child(1)>.mnu-description-small {
        text-align: center;
    }

    .subcategory-title-a:nth-child(2) {
        text-align: center;
    }

    .subcategory-title-a:nth-child(2)>.mnu-price-block {
        padding-left: 0;
    }

    .subcategory-title-a:nth-child(2) .subcategory-price {
        padding-top: 0;
    }

    .subcategory-title-container {
        border-bottom: none;
        min-width: 100%;
    }
}

.custom-divider {
    background-image: url(/imgv3/divider-custom--black.png);
    align-content: center;
    height: 25px;
    background-repeat: no-repeat;
    text-align: center;
    background-position: center;
    margin: 20px 0 0 0;
}

.divider-menu {
    border: 0;
    height: 1px;
    margin: 20px auto;
    background-image: -webkit-linear-gradient(left, transparent, #ccc, transparent);
    background-image: linear-gradient(to right, transparent, #ccc, transparent);
    text-align: center;
    position: relative;
    clear: both;
}

/* ---------------------------------------------- /*
 * Press & Events Containers
/* ---------------------------------------------- */
#about-press {
    margin: 40px auto;
}

#about-press-2 {
    padding: 0 0 80px;
}

.press-container {
    margin: 40px auto;
    max-width: 964px;
    width: 100%;
}

.container-custom {
    margin: 40px auto;
    max-width: 700px;
    width: 100%;
}

.current-page-custom .container-fluid {
    margin-top: 60px;
}

.container-custom p {
    line-height: 1.5;
}

.container-custom .btn {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: .9px;
    color: #2C3037;
    min-width: 200px;
    padding: 0 15px;
    margin: 0;
    line-height: 44px;
    text-align: center;
    cursor: pointer;
    border: 2px solid #2C3037;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    zoom: 1;
    border-radius: 0;
    background: transparent;
}

.container-custom .btn span {
    color: #2C3037 !important;
}

.container-custom .btn:hover {
    color: #3D3B3B;
    border: 2px solid rgba(38, 44, 50, 0.8);
    background: rgb(38, 44, 50);
    transition: all .45s ease-Out;
}

.container-custom .btn:hover span {
    color: #FFF !important;
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.about-container {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    overflow: hidden;
    border-radius: 2px;
    margin: 40px auto;
    max-width: 1400px;
}

.press-container-2 {
    margin-top: 15px;
}

.event-card {
    display: flex;
    background: #F5F5F5;
    margin: 40px 0;
    overflow: hidden;
    border-radius: 2px;
    padding: 40px;
}

.about-card {
    background: #F5F5F5;
    display: flex;
    flex-wrap: wrap;
    margin: 10px;
    overflow: hidden;
    flex: 0 0 calc(33.333% - 20px);
    border-radius: 2px;
}

.event-item-img {
    flex-shrink: 0;
    margin-right: 30px;
    width: 180px;
    height: 130px;
    background-size: cover;
    background-position: center;
}

.about-item-img,
.about-item-img img {
    width: 100%;
    height: 250px;
    background-size: cover;
    background-position: center;
}

.event-description {
    text-align: left;
}

.about-description {
    padding: 30px 25px;
    text-align: center;
    width: 100%;
}

.event-description .divider-4 {
    margin: 15px 0;
}

.event-description .heading-event,
.event-description .text-small,
.event-description .text-light {
    text-align: left;
    padding: 0;
}

.event-description .heading-event {
    margin-top: 10px;
    display: block;
}

.event-description .text-light {
    letter-spacing: 0;
    font-size: 15px;
}

.about-description .text-small {
    width: 100%;
    padding: 0;
}

.about-description .text-light {
    text-align: center;
    line-height: 1.3;
    padding: 0;
    letter-spacing: 0;
}

.no-image {
    padding-top: 50px;
}

#about-page-container {
    max-width: 900px;
    margin: 40px auto;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
}

.about-item:nth-child(1) {
    flex: 1;
    text-align: left;
}

.about-item:nth-child(2) {
    flex: 4;
    text-align: left;
}

.about-item {
    padding: 3.8rem 3rem 3rem;
}

.about-container .text-small {
    margin: 0;
    padding: 0;
}

.about-link {
    display: block;
    color: #2C3037;
    margin-top: 20px;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
}

.about-text {
    position: relative;
    font-size: 14px;
    line-height: 1.3;
    overflow-y: hidden;
    margin: 0;
}

.press-item-img {
    max-width: 182px;
    height: 132px;
    border: 1px solid #f59e64;
    cursor: pointer;
    margin: 0 !important;
    padding: 0;
    text-align: center;
    margin-right: 10px;
}

.press-item-img>img {
    background-position: center;
    min-height: 350px !important;
    background-repeat: no-repeat;
    position: relative;
    align-content: center;
    background-size: cover;
}

.press-item-description {
    flex: 1;
    padding: 10px 25px 30px;
}

.press-item {}

.video-item {
    padding: 10px;
    margin: 2% 15% 0 15%;
    position: relative;
    align-content: center;
    text-align: center;
    background-color: #F7F7F7;
    border: 0.5px solid #DBD9DA;
    cursor: pointer;
    overflow: hidden;
    border-radius: 2px;
    flex: 1 1 60%;
}

.tripadvisor-item {
    margin: 1%;
    min-height: 450px !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    position: relative;
    align-content: center;
    text-align: center;
    background-size: cover !important;
    cursor: pointer;
    overflow: hidden;
    border-radius: 2px;
    flex: 1 1 20%;
}

.press-item::before {
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    transition: opacity .5s ease;
}

.more a {
    color: #f5f6f7;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
    border-bottom: 1px solid #f5f6f7;
    margin: 0 10px 0 10px;
    padding-bottom: 2px;
}

.more {
    margin-top: 20px;
    margin-bottom: 20px;
}

.centered {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.centered img {
    max-width: 65%;
    max-height: 40%;
}

.overlay {
    position: absolute;
    color: #3D3B3B;
    top: 0;
    left: 20px;
    width: 90%;
    height: 90%;
    text-align: center;
    opacity: 1;
    transition: all 0.5s ease;
    transform: scale(1.1);

}

.overlay:hover {
    webkit-transition: all .5s ease;
    transition: all .5s ease;
    transform: scale(0.95);
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    cursor: pointer;
    opacity: 1;
    transform: scale(0.95);
}

.overlay .press-wrap {
    margin: 100px 15px 30px;
}

.press-wrap {
    position: relative;
    text-align: center;
    color: blue;
}

/* ---------------------------------------------- /*
 * Press Logos
/* ---------------------------------------------- */


.press-item:nth-child(1) {}

.press-item:nth-child(2) {}

.press-item:nth-child(3) {}

.press-item:nth-child(4) {}


@media (max-width: 900px) {


    .press-item:nth-child(2),
    .press-item:nth-child(3),
    .press-item:nth-child(4),
    .column-2,
    .column-3,
    .column-4 {
        margin-top: 15px;
    }

    body .about-card {
        flex: 0 0 calc(50% - 20px);
    }

    body .photos-item-img {
        flex: 0 0 calc(50% - 20px);
    }

    body .photos-item-img img {
        width: 100%;
    }

    .about-item-img,
    .about-item-img img {
        height: 300px;
    }

    .restaurant,
    body .restaurant:nth-child(even) {
        flex-direction: column;
    }

    .restaurant-item.restaurant-item--map {
        height: 350px;
    }

    body .restaurant-item>iframe {
        flex-basis: calc(350px + 43px + 24px);
    }
}

@media (max-width: 700px) {
    body .about-card {
        flex: 0 0 calc(100% - 20px);
    }

    body .photos-item-img {
        flex: 0 0 calc(100% - 20px);
    }

    .press-container {
        margin: 10px -10px;
        width: calc(100% - -20px);
    }

    .event-card {
        flex-direction: column;
        padding: 0;
        margin: 40px 10px;
    }

    .event-item-img {
        width: 100%;
        height: 250px;
        margin: 0;
    }

    .event-description {
        padding: 40px;
    }

    body .restaurant-item:first-child {
        padding: 40px;
    }

    .restaurant-item .btn-cta {
        width: 100%;
    }

    .restaurant-item .btn-cta:first-child {
        margin-right: 0;
    }
}

/* ---------------------------------------------- /*
 * Photos
/* ---------------------------------------------- */

.photos-title {
    margin-bottom: 45px;
}

.photos-title h2 {
    padding-top: 80px;
}

.pop-gallery {
    margin: 40px auto;
    max-width: 1400px;
}


.container-virtual-tour {
    margin: 40px auto;
    max-width: 1400px;
}

.photos-container {
    display: flex;
    margin: -15px;
    flex-wrap: wrap;
    justify-content: center;
}

.photos-container h3 {
    margin-bottom: 0;
}

.photos-container:last-child {
    margin-bottom: 0;
}

.photos-item-img {
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    align-content: center;
    background-size: cover;
    flex: 0 1 calc(25% - 20px);
    margin: 10px;
}

.photos-item-img>img {
    background-position: center;
    min-height: 350px !important;
    background-repeat: no-repeat;
    position: relative;
    align-content: center;
    background-size: cover;
}

.photos-item-description {
    flex: 1;
    padding: 10px 25px 30px;
}

@media (min-width: 900px) {

    .photos-container,
    .photos-container-2 {
        display: flex;
    }
}

.photos-item {
    padding: 0 15px 50px;
    flex: 0 0 25%;
    background-position: center !important;
    min-height: 350px !important;
    background-repeat: no-repeat !important;
    position: relative;
    align-content: center;
    text-align: center;
    background-size: cover !important;
    cursor: pointer;
    overflow: hidden;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    background: #eee;

}

.photos-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    transition: opacity .5s ease;
}

.centered {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.overlay-photos {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: all 0.5s ease;
    transform: scale(1.1);
    opacity: 0;
    color: #f5f6f7;
}

.overlay-photos:hover {
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    cursor: pointer;
    transform: scale(0.94);
    opacity: 1;
    background: rgba(255, 255, 255, 0.7) 99%;
}

.overlay-photos .photos-wrap {
    margin: 100px 15px 30px;
}

.photos-wrap {
    position: relative;
    text-align: center;
}

.row-virtual-tour {
    margin-left: 0;
    margin-right: 0;
    justify-content: center;
}

.row-footer {
    min-width: 100%;
}

.album-dropdown {
    max-width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* ---------------------------------------------- /*
 * Press Logos
/* ---------------------------------------------- */

.photos-item:last-child {
    margin-right: 0;
}

.photos-item:nth-child(1) {}

.photos-item:nth-child(2) {}

.photos-item:nth-child(3) {}

.photos-item:nth-child(4) {}

@media (min-width: 900px) {
    .photos-container {
        display: flex;
    }
}

@media (max-width: 900px) {
    .photos-item {
        margin-right: 0;
    }

    .photos-item:nth-child(2),
    .photos-item:nth-child(3),
    .photos-item:nth-child(4),
    .column-2,
    .column-3,
    .column-4 {
        margin-top: 15px;
    }
}

/* ---------------------------------------------- /*
 * Testimonials
/* ---------------------------------------------- */
@-moz-keyframes fadein {
    0% {
        opacity: .1;
        -moz-transform: translateY(5px);
        transform: translateY(5px);
    }

    100% {
        opacity: 1;
        -moz-transform: translateY(0);
        transform: translateY(0);
    }
}

@-webkit-keyframes fadein {
    0% {
        opacity: .1;
        -webkit-transform: translateY(5px);
        transform: translateY(5px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes fadein {
    0% {
        opacity: .1;
        -moz-transform: translateY(5px);
        -ms-transform: translateY(5px);
        -webkit-transform: translateY(5px);
        transform: translateY(5px);
    }

    100% {
        opacity: 1;
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

.uppercase {
    text-transform: uppercase;
}

.container-reviews {
    padding-top: 40px;
}

.grey-out {
    opacity: .2;
}

.wrap {
    padding: 80px 0;
    width: 100%;
    margin: 0 auto;
    background: #eee;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}

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

strong {
    font-weight: bold;

    font-style: none;
}

button {
    width: 80px;
    padding: 6px;
    z-index: 99;
}

h3 {
    font-weight: bold;
    font-size: 22px;
    line-height: 1.3;
}

/* ---------------------------------------------- /*
 * Contacts
/* ---------------------------------------------- */
#contacts {
    margin: 40px 0;
}

.contact-block {
    flex: 1;
    flex-basis: 50%;
    overflow: hidden;
}

.contact-block iframe {
    height: calc(100% + 43px + 24px);
    -webkit-transform: translateY(-43px);
    -moz-transform: translateY(-43px);
    -ms-transform: translateY(-43px);
    -o-transform: translateY(-43px);
    transform: translateY(-43px);
    /* filter: grayscale(1); */
}

.contact-block:nth-child(1) {
    background: #161c21;
    padding: 60px;
}

.contact-block:nth-child(2) {
    background: #f3f2f2;
}

@media (min-width: 900px) {
    .contacts-container {
        display: flex;
    }
}

@media (max-width: 900px) {
    body .contact-block--map {
        height: 350px;
    }

    body .contact-block iframe {
        height: calc(350px + 43px + 24px);
    }
}

/* ---------------------------------------------- /*
 * Map
/* ---------------------------------------------- */
#map-acces {
    width: 100%;
    height: 100%;
}

/* ---------------------------------------------- /*
 * Custom page
/* ---------------------------------------------- */
.row {
    margin-left: 0;
    margin-right: 0;
    justify-content: center;
    display: flex;
}

.row-logo {
    margin-left: 0;
    margin-right: 0;
    justify-content: space-between;
    display: flex;
    padding-bottom: 10px;
}

.text-custom {
    margin: 0;
    border-radius: 2px;
    color: #3D3B3B;
}

.photos-custom {
    border: 1px solid #DBD9DA;
    border-radius: 2px;
    padding-top: 20px;
    background: #F3F3F3;
}

/* ---------------------------------------------- /*
 * Newsletter
/* ---------------------------------------------- */
#footer-contacts {
    margin: 40px 0;
    background: #0e1215;
}

.footer-contacts-container {
    padding: 60px;
    background: #0e1215;
}

.footer-contacts-container .divider+a {
    padding-top: 0;
}

.footer-contacts-container a {
    display: block;
    color: #A1A1A1;
    padding: 5px 0;
}

.footer-contacts-container a:hover {
    color: #f5f6f7}


/* ---------------------------------------------- /*
 * Styles for Video Background
/* ---------------------------------------------- */

.overlay-video h1 {
    margin-bottom: 5px;
    margin-left: 50px;
    font-size: 85px;
    letter-spacing: 2px;
    line-height: 1.1;
    font-weight: 100;
    color: #fafafa;
    margin-top: 18%;
}

.fullscreen-bg {
    overflow: hidden;
    z-index: 100;
    position: relative;
    height: 100%;
    width: 100%;
    padding-top: 50%;
}

.fullscreen-bg__video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.overlay-video {
    background: rgba(0, 0, 0, 0.6);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 4;
}

@media (max-width: 1200px) {
    .overlay-video {
        text-align: center;
        padding-bottom: 40px;
    }

    .overlay-video h1 {
        font-size: 45px;
        text-align: center;
        margin-left: 0;
    }

    .overlay-video .box-1 {
        margin: 30px 5px 30px 0px;
    }

    .overlay-video .box-1b {
        margin: 30px 5px 30px 5px;
    }

    .overlay-video .hero-descr {
        text-align: center;
    }

    .locations-descr,
    .locations-address {
        margin: 0 40px;
    }
}

@media (max-width: 767px) {
    .fullscreen-bg {
        background: url('../images/home-header-bg.jpg') center center / cover no-repeat;
        z-index: 10;
        min-height: 450px;
    }

    .fullscreen-bg__video {
        display: none;
    }

    .overlay-video h1 {
        font-size: 40px;
        margin-top: 15%;
    }

    .overlay-video .box-1 {
        margin: 10px 5px 30px;
    }

    .overlay-video .box-1b {
        margin: 10px 5px 30px;
    }

    .overlay-video {
        padding: 80px 25px;

    }
}

@media (max-width: 660px) {
    .overlay-video h1 {
        font-size: 35px;
        margin-top: 20%;
    }

    .overlay-video .hero-descr {
        font-size: 11px;
    }

    .overlay-video {
        padding: 80px 25px;
    }
}

.restaurant {
    display: flex;
    justify-content: space-between;
    margin: 40px 0;
    border-radius: 2px;
}

.restaurant:nth-child(even) {
    flex-direction: row-reverse;
}

.restaurant:first-child {
    margin-top: 0;
}

.restaurant:last-child {
    margin-bottom: 0;
}

.restaurant-item {
    text-align: left;
    flex-basis: 50%;
    overflow: hidden;
}

.restaurant-item iframe {
    height: calc(100% + 43px + 24px);
    -webkit-transform: translateY(-43px);
    -moz-transform: translateY(-43px);
    -ms-transform: translateY(-43px);
    -o-transform: translateY(-43px);
    transform: translateY(-43px);
    /* filter: grayscale(1); */
}

.restaurant-link {
    display: flex;
    flex-wrap: wrap;
}

@media (max-width: 768px) {
    .restaurant-link .btn {
        width: 100%;
    }
}


.restaurant-item .btn {
    margin: 10px;
}

.restaurant-item .btn:first-child {
    margin-left: 0;
}

.restaurant-item .btn:last-child {
    margin-right: 0;
    margin-left: 0;
}

.restaurant-item .restaurant-address {
    margin: 0;
    padding: 0;
    text-align: left;
    color: #A1A1A1;
}

.restaurant-item .restaurant-name {
    color: #FFF;
    text-align: left;
    margin-bottom: 0;
    padding: 0;
}

.restaurant-item:first-child {
    padding: 60px;
    background: #0E1218;
}

.restaurant-descr {
    max-height: 200px;
    margin: 15px 0 20px 0;
    overflow: scroll;
}

.restaurant-descr p {
    margin-bottom: 10px;
    line-height: 1.5;
    font-size: 15px;
}

.restaurant-descr p:last-child {
    margin-bottom: 0;
}

.restaurant-descr p em {
    font-style: normal;
}

.restaurant-descr h1,
.restaurant-descr h2,
.restaurant-descr h3,
.restaurant-descr h4 {
    color: #fff;
}

.restaurant-descr h4 {
    font-size: 15px;
    font-weight: 600;
    line-height: 1.3;
    margin-bottom: 15px;
}

.restaurant-item .divider-4 {
    margin: 20px 0 25px 0;
}

.main-restaurant {
    margin: 20px 0 20px 0;
    border: 1px solid #DBD9DA;
    background: #F7F7F7;
    padding: 10px;
    text-align: center;
}

.restaurants-list {
    list-style-type: none;
    text-align: center;
    margin: auto;
    padding-left: 0;
}

.side .widget-map {
    margin-top: 15px;
}

.side .widget-map .address {
    padding: 15px;
    font-family: 'Roboto', Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
}

.side .widget-map .address .extention-title {
    background: transparent url(/imgv2/templates/1/icon-address.png) 0 0 no-repeat;
    color: #6eb43f;
    margin: 0 0 10px;
    padding: 0 0 0 25px;
    font-family: 'Roboto', Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
}

.side .widget-big-map {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.8);
}

.side .widget-big-map .map {
    height: 405px;
    min-width: 300px;
    max-width: 100%;
}

.side .widget-big-map .open-map {
    background: transparent url(/imgv2/templates/1/open-map.png) 20px 50% no-repeat;
    border: 1px solid #575555;
    border-radius: 0 0 3px 3px;
    border-top: none;
    color: #fff;
    display: block;
    padding: 15px 15px 15px 45px;
    text-decoration: none;
    text-transform: uppercase;
    -webkit-transition: background-color 0.4s ease;
    -moz-transition: background-color 0.4s ease;
    -ms-transition: background-color 0.4s ease;
    -o-transition: background-color 0.4s ease;
    transition: background-color 0.4s ease;
    font-family: 'Roboto', Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: 700;
    line-height: 14px;
}

.side .widget-big-map .open-map:hover {
    background-color: rgba(255, 255, 255, 0.1);
}

.restaurants-map {
    display: flex;
    justify-content: center;
}

.container-restaurants {
    margin: 40px auto;
}

/* ---------------------------
    TARTE AU CITRON 
--------------------------- */
#tarteaucitronRoot * {
    color: #FFF;
}

#tarteaucitronRoot #tarteaucitronAlertBig {
    background: #2C3037 !important;
    box-shadow: 0 -8px 40px rgba(44, 48, 55, 0.1);
    font-size: 15px !important;
    text-align: left !important;
    padding: 15px !important;
    width: calc(100% - 30px) !important;
}

#tarteaucitronPercentage {
    background: #f5f6f7 !important;
    box-shadow: none !important;
}

#tarteaucitronAlertBig button#tarteaucitronPersonalize,
#tarteaucitronAlertBig-custom #tarteaucitronPersonalize {
    display: inline-block;
    text-decoration: none;
    cursor: pointer;
    text-align: center;
    font-family: 'Lato', sans-serif !important;
    font-size: 13px;
    font-weight: 500;
    border-radius: 2px;
    padding: 0;
    margin: 0 15px !important;
    min-width: 100px;
    background: transparent;
    color: #f5f6f7 !important;
    text-transform: uppercase;
    width: auto;
    border: none;
    transition: background .2s ease-in-out, color .2s ease-in-out, box-shadow .2s ease-in-out;
}

#tarteaucitronAlertBig button#tarteaucitronPersonalize:hover,
#tarteaucitronAlertBig-custom #tarteaucitronPersonalize:hover {
    box-shadow: 0 0 0 5px $primary-color-30;
}

#tarteaucitronAlertBig button#tarteaucitronCloseAlert,
#tarteaucitronAlertBig-custom #tarteaucitronCloseAlert {
    margin: 0 !important;
    padding: 0 !important;
    text-transform: uppercase;
    font-weight: 500;
    font-family: 'Lato', sans-serif !important;
    color: #FFF;
    background: transparent !important;
    width: auto;
    border: none;
    transition: color .2s ease-in-out;
}

#tarteaucitronAlertBig button#tarteaucitronCloseAlert:hover,
#tarteaucitronAlertBig-custom #tarteaucitronCloseAlert:hover {
    color: #f5f6f7 !important;
}

#tarteaucitronAlertBig button#tarteaucitronPrivacyUrl {
    color: $primary-color !important;
}


#tarteaucitronAlertBig #tarteaucitronDisclaimerAlert,
#tarteaucitronAlertBig #tarteaucitronDisclaimerAlert strong {
    display: inline-block;
    font: 14px verdana !important;
    font-family: 'Lato', sans-serif !important;
    color: #FFF;
}

body.compensate-for-scrollbar {
    margin-right: 30px;
}

body .zenbot-icon {
    right: 90px;
}

/* ------------------------------------------
    REWARDS
------------------------------------------ */
.rewards {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.rewards .reward__item {
    padding: 8px;
    border-radius: 2px;
    background-color: #FFF;
    box-shadow: 0 0 8px rgba(0, 0, 0, .1);
    margin: 5px;
}

.rewards .reward__item img {
    display: block;
    width: 35px;
}

/* ------------------------------------------
    FORM
------------------------------------------ */
form#contact-form {
    display: flex;
    flex-wrap: wrap;
    margin: -5px;
}

input,
textarea {
    font-family: arial;
    font-size: 16px;
    border-radius: 0;
    height: 40px;
    padding: 8px 0;
    background-color: transparent;
    border: none;
    outline: none;
    border-bottom: 1px solid #E3E3E3;
    width: 100%;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #808387;
}

textarea {
    height: auto;
}

input:focus,
textarea:focus {
    border-color: #f5f6f7;
}

.input--small {
    margin: 15px;
    width: calc(50% - 30px);
}

.input--large {
    margin: 15px;
    width: calc(100% - 30px);
}

input.error,
input.error,
textarea.error {
    border-bottom-color: rgba(235, 81, 97, 0.5);
}

label.error {
    display: block;
    margin-top: 5px;
    color: #EB5160;
}

/* ------------------------------------------
    BUTTONS
------------------------------------------ */
.btn {
    cursor: pointer;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    z-index: 100;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: .9px;
    font-weight: 600;
    min-width: 200px;
    padding: 10px 15px;
    text-align: center;

    -webkit-transition: border-color 0.4s, color 0.4s;
    transition: border-color 0.4s, color 0.4s;
}

.btn:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: 0;
    -webkit-transform: scale3d(0.7, 1, 1);
    transform: scale3d(0.7, 1, 1);
    -webkit-transition: -webkit-transform 0.4s, opacity 0.4s;
    transition: transform 0.4s, opacity 0.4s;
    -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
    transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}

.btn:hover:before {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.btn--light {
    color: #FFF;
    background: rgba(0, 0, 0, 0.2);
    border: 2px solid #FFF;
}

.btn--light:before {
    background: #FFF;
}

.btn--light:hover {
    color: #2C3037;
    transition: all .45s ease-out;
}

.btn--std {
    color: #2C3037;
    border: 2px solid #2C3037;
}

.btn--std:before {
    background: #2C3037;
}

.btn--std:hover {
    color: #FFF;
    transition: all .45s ease-out;
}

.btn--small {
    font-size: 12px;
    padding: 8px 10px;
}

.btn-container .btn {
    margin: 10px;
}

blockquote {
    font-style: italic;
    text-align: center;
    margin: 10px auto;
    width: 70%;
}

blockquote p:first-child {
    margin-top: 0;
}

blockquote:before {
    display: block;
    content: '❝';
    font-size: 30px;
    font-style: normal;
    line-height: 1;
    color: #f5f6f7;
    margin-bottom: -5px;
}

/* ------------------------------------------
    NAVIGATION 
------------------------------------------ */
ul.unstyled {
    padding: 0;
    margin: 0;
}

ul.unstyled li {
    list-style: none;
}

.nav {
    position: fixed;
    width: 100%;
    height: 74px;
    top: 0;
    left: 0;
    z-index: 1001;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #FFF;
    padding: 10px 30px;
    -webkit-transition: background-color 0.2s ease-in-out;
    -moz-transition: background-color 0.2s ease-in-out;
    -ms-transition: background-color 0.2s ease-in-out;
    -o-transition: background-color 0.2s ease-in-out;
    transition: background-color 0.2s ease-in-out;
}

.nav:after,
.nav:before {
    display: none;
}

/* Logo */
.nav .homelink {
    display: flex;
}

.nav .homelink img {
    display: block;
    max-height: 50px;
}

.nav .homelink a {
    font-size: 20px;
    font-weight: 600;
    font-family: 'Abril Fatface', sans-serif;
    text-decoration: none;
    margin-right: 20px;
}

/* Items */
.nav .nav-items-wrap {
    display: flex;
    align-items: center;
}

.nav .nav__items {
    display: flex;
    align-items: center;
}

.nav .nav__item {
    flex-shrink: 0;
    margin: 10px;
    list-style: none;
}

.nav .nav__item a {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
    color: #262c32;
}

.nav--dark .nav__item a,
.nav--dark .nav__buttons .btn {
    color: #FFF;
}

.nav .nav__item a:hover {
    color: #f5f6f7;
}

/* Buttons */
.nav .nav__buttons {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.nav .nav__buttons .dropdown-wrap,
.nav .nav__buttons .buttons-wrap {
    display: flex;
    flex-shrink: 0;
}


.nav .nav__buttons .btn:last-of-type {
    margin-right: 0;
}

.nav .btn {
    display: inline-block;
    margin-right: 10px;
    padding: 8px 10px;
    line-height: normal;
    min-width: auto;
    color: #2C3037;
    font-size: 12px;
}

.nav .btn:hover {
    color: #FFF;
}

/* Dropdown */
.nav .dropdown-wrap {
    position: relative;
    display: flex;
    align-items: center;
}

.nav .dropdown-wrap .dropdown {
    position: absolute;
    display: flex;
    flex-direction: column;
    top: 30px;
    right: 0;
    width: 200px;
    max-height: 300px;
    overflow-y: auto;
    background-color: #FFF;
    padding: 10px;
    border: 1px solid #EEE;
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    transform: translateY(-10px);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.nav .drodown-wrap--lang {
    width: 60px;
    border: 2px solid #2C3037;
    background-color: #2C3037;
}

.nav .drodown-wrap--lang a {
    color: #FFF;
}

.nav .drodown-wrap--lang:hover a {
    color: #2C3037;
}

.nav .drodown-wrap--lang .dropdown {
    width: 60px;
    border: 2px solid #2C3037;
    right: -2px;
    padding: 0;
}

.nav .drodown-wrap--lang .dropdown a {
    border-bottom: 2px solid #2C3037;
}

.nav .drodown-wrap--lang .dropdown li:last-child a {
    border-bottom: none;
}

.nav .drodown-wrap--lang .dropdown .flag {
    display: none;
}

.nav .dropdown-wrap .dropdown a {
    display: flex;
    align-items: center;
    padding: 8px 12px;
    -webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
    -moz-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
    -ms-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
    -o-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
    transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
}

.nav .dropdown-wrap .dropdown a:hover {
    background-color: #2C3037;
    color: #FFF;
}

.nav .dropdown-wrap:hover .dropdown {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}

.flag {
    width: 18px;
    margin-right: 5px;
}

/* ------------------------------------------
      NAVIGATION • BURGER 
  ------------------------------------------ */
/* Button */
.burger-button {
    height: 42px;
    width: 42px;
    position: relative;
    display: none;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
}

.burger-button.show {
    display: flex !important;
    opacity: 1;
    visibility: visible;
    width: 42px;
    margin-left: 10px;
}

.burger-button:hover .burger-button__item,
.burger-button:hover .burger-button__item.show:after,
.burger-button:hover .burger-button__item.show:before {
    background-color: #f5f6f7;
}

.burger-button__item {
    width: 24px;
    height: 2px;
    display: block;
    position: relative;
    background-color: #2C3037;
    transition: background-color .2s ease-in-out;
}

.nav--dark .burger-button__item,
.nav--dark .burger-button__item.show:before,
.nav--dark .burger-button__item.show:after {
    background-color: #FFF;
}

.burger-button__item:before,
.burger-button__item:after {
    content: '';
    width: 100%;
    height: 100%;
    background-color: inherit;
    position: absolute;
    left: 0;
}

.burger-button__item:before {
    top: -9px;
    transition: top .2s ease-in-out .2s, transform .2s ease-in-out;
}

.burger-button__item:after {
    bottom: -9px;
    transition: bottom .2s ease-in-out .2s, transform .2s ease-in-out;
}

.burger-button__item.show {
    background-color: transparent !important;
    transition: background-color .2s ease-in-out;
}

.burger-button__item.show:before {
    top: 0;
    background-color: #2C3037;
    transform: rotate(45deg);
    transition: top .2s ease-in-out, transform .2s ease-in-out .2s, background .2s ease-in-out;
}

.burger-button__item.show:after {
    bottom: 0;
    background-color: #2C3037;
    transform: rotate(-45deg);
    transition: bottom .2s ease-in-out, transform .2s ease-in-out .2s, background .2s ease-in-out;
}

/* Burger menu */
.burger-menu {
    position: fixed;

    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 1px;
    top: 74px;
    left: 0;
    bottom: 0;
    overflow: auto;
    z-index: -90;
    width: 100%;
    height: calc(100vh - 74px);
    background: rgba(0, 0, 0, 0.9);
    text-align: center;
    padding: 50px 40px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-30px);
    transition: all 0.4s ease-in-out;
}

.burger-menu.show {
    display: block;
    z-index: 150;
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
}

.burger-menu .burger-menu__items,
.burger-menu .burger-menu__socials {
    margin: 0;
    padding: 0;
}

.burger-menu .burger-menu__items li {
    list-style: none;
    margin-bottom: 30px;
}

.burger-menu a {
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 600;
    color: #FFF;
}

.burger-menu a:hover {
    color: #f5f6f7;
}


.burger-menu .burger-menu__langs {
    padding: 10px;
    border: 2px solid;
}

.burger-menu .burger-menu__langs span {
    margin-right: 30px;
}

.burger-menu .burger-menu__socials {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
}

.burger-menu .burger-menu__socials li {
    list-style: none;
    margin-right: 30px;
}

.burger-menu .burger-menu__langs span:last-child,
.burger-menu .burger-menu__socials li:last-child {
    margin-right: 0;
}

.burger-menu .burger-menu__socials a {
    font-size: 16px;
}