html,
body {
    margin: 0;
    padding: 0;
    font-family: "Gotham", Sans-serif;
    overflow-x: hidden;
    
    
}
body {
   margin-top: 35px !important;
    
}

@media (min-width: 992px){
    body {
        margin-top: 0 !important;
         
     }

}

.p-5 {
    padding: 0!important;
}

.kde-nas-najdete .col-12.col-lg-4 {
    padding: 0;
}

a, a:hover, a:focus {
    text-decoration: none !important;
}

/* a:hover, a:focus {
    color: #3a3a3a !important;
} */

button {
    border: 0;
    outline: 0 !important;
}

.button {
    font-family: "Gotham", Sans-serif;
    fill: #000000;
    color: #000000;
    background-color: #FFFFFF;
    border-style: solid;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.5);
    border-width: 1px;
    display: inline-block;
    font-weight: 600;
    font-size: 16px;
    padding: 12px 24px;
    text-align: center;
}

.button:hover {
    text-decoration: none;
    color: initial;
}

.button.big {
    font-size: 16px;
    font-weight: bold;
    padding: 20px 40px;
}

.button.gold {
    display: block;
    z-index: 200 !important;
    width: 80%;
    margin: 20px auto;
    position: relative;
    border-radius: 3px;
    background: #987319;
    background: -moz-linear-gradient(0deg, #987319 0%, #f7ef8a 32%, #bc9734 65%, #f0c95e 100%, rgba(0, 0, 0, 0) 100%);
    background: -webkit-linear-gradient(0deg, #987319 0%, #f7ef8a 32%, #bc9734 65%, #f0c95e 100%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(0deg, #987319 0%, #f7ef8a 32%, #bc9734 65%, #f0c95e 100%, rgba(0, 0, 0, 0) 100%);
    box-shadow: 0px 2px 20px rgba(133, 103, 25, 0.75);
    padding: 3px;
    text-decoration: none;
    border: 0;
}

.button.gold span {
    border-radius: 3px;
    background: #1B1B1B;
    padding: 15px;
    display: block;
    color: white;
    text-decoration: none;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0.03em;
    z-index: 100;
    text-align: center;
    box-sizing: content-box;
}

a.gold:nth-child(2) > span:nth-child(1) {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
   }
   

@media all and (max-width: 768px) {
    .button.gold {
        width: %;
    }
}

.button.with-icon {
    border-width: 1px 1.5px 1px 1.5px;
    padding: 0;
}

.button.transparent {
    background: none;
    color: #1B1B1B;
}

.button.transparent.white {
    border-color: white;
    color: white;
}

.button.transparent.white:hover,
.button.transparent.white:focus {
    opacity: .5;
}

.button.navrh {
    width: 290px;
}
.button.navrh:hover,
.button.navrh:focus {
    color:#5959599d;
}

.button.fb {
    background-color: #1877F2;
    color: white;
    border-color: #1B1B1B;
    padding: 15px 20px 15px 20px;
}

.button.fb span {
    padding: 0 !important;
}

.button.google {
    padding: 15px 20px 15px 20px;
}

.button.google span {
    padding: 0 !important;
}

.button.with-icon span {
    padding: 21px 20px;
    display: flex !important;
    justify-content: center;
    align-items: center;
}

.button.with-icon span p {
    margin: 0;
    text-align: left;
    margin-left: 14px;
}

.button.with-iconspan i {
    padding-right: 13px;
    font-size: 19px;
}

.pp-dual-heading {
    text-align: center;
}

.pp-first-text {
    font-size: 30px;
    color: #262626;
    font-family: "Syncopate", Sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    display: inline-block;
}

.pp-second-text {
    display: block;
    color: #262626;
    font-family: "Syncopate", Sans-serif;
    font-size: 30px;
    font-weight: 300;
    text-transform: uppercase;
}

.pp-second-text.inline {
    display: inline-block;
}

.pp-second-text--small {
    display: block;
    color: #262626;
    font-size: 24px;
    font-weight: 300;
    text-transform: initial;
}

.small-heading {
    text-align: center;
    color: #59595980;
    font-family: "Gotham", Sans-serif;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 18px;
}


/* ----------------------------------------------
 * Generated by Animista on 2020-8-3 23:39:14
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */


/**
 * ----------------------------------------
 * animation heartbeat
 * ----------------------------------------
 */

@-webkit-keyframes heartbeat {
    from {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-transform-origin: center center;
        transform-origin: center center;
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
    10% {
        -webkit-transform: scale(0.91);
        transform: scale(0.91);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    17% {
        -webkit-transform: scale(0.98);
        transform: scale(0.98);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
    33% {
        -webkit-transform: scale(0.87);
        transform: scale(0.87);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    45% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
}

@keyframes heartbeat {
    from {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-transform-origin: center center;
        transform-origin: center center;
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
    10% {
        -webkit-transform: scale(0.91);
        transform: scale(0.91);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    17% {
        -webkit-transform: scale(0.98);
        transform: scale(0.98);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
    33% {
        -webkit-transform: scale(0.87);
        transform: scale(0.87);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    45% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
}

.heartbeat {
    -webkit-animation: heartbeat 3s ease-out 5s infinite both;
    animation: heartbeat 3s ease-out 5s infinite both;
}

.footer {
    background-color: #1C1C1D;
    padding: 50px 0px 100px 0px;
    color: white;
}

.footer a{
	color: white;
}
.footer a:hover{
	color: gray;
}


.footer__newsletter h2 {
    font-family: "Syncopate", Sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 2rem;
}

.footer__newsletter p {
    font-size: 16px;
}

.footer__newsletter input {
    border-right: 0;
}

.footer__newsletter button {
    background: white;
    border: none;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.footer__socials a {
    color: white;
    display: block;
    height: 50px;
    line-height: 50px;
}

.footer__socials a i {
    margin-right: 8px;
}

.footer__socials a:hover {
    color: white;
}

.footer__nav ul {
    list-style: none;
    padding: 0;
}

.footer__nav ul li a {
    color: white;
    height: 40px;
    display: block;
}

.footer__nav ul li a:hover,
.footer__nav ul li a:active {
    opacity: .5 !important;
}


@media (min-width:768px){
    .footer__newsletter h2 {
        font-family: "Syncopate", Sans-serif;
        font-weight: 500;
        text-transform: uppercase;
        font-size: 1.5rem;
    }

}


/* bottom nav mobile */
.bottom_nav_mobile {
    display: none;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 80px;
    background: white;
    z-index: 999999;
    position: fixed;
    bottom: 0;
    left: 0;
    border-radius: 30px 30px 0 0;
}

.bottom_nav_mobile.visible_after_scroll {
    display: flex;
}

@media all and (min-width: 700px) {
    .bottom_nav_mobile {
        display: none !important;
    }
}

.bottom_nav_mobile .nav_block {
    display: flex;
    flex-direction: column;
    margin: auto;
    justify-content: center;
    align-items: center;
    width: 30%;
}

.bottom_nav_mobile .nav_block:last-child .text_block{
	padding-right: 10px;
}

.bottom_nav_mobile .nav_block .text_block span {
    font-style: normal;
    font-weight: normal;
    font-size: 10px;
    line-height: 14px;
    color: #262626;
    text-align: center;
}

.bottom_nav_mobile .nav_block .text_block{
	display: flex;
	justify-content: center;
	align-items: flex-start;
	margin-top: 5px;
	height: 20px;
	width: 100%;
	margin-bottom: 0;
}

/* free product */

.free_product {
    max-width: 85% ;
    height: 330px;
    margin: 50px auto;
    background: #FFFFFF;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0 20px;
    position: relative;
    background-position: center;
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
}

.free_product h3 {
    font-family: "Syncopate", Sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 30px;
    line-height: 38px;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    margin-bottom: 0;
    margin-top: 50px;
    letter-spacing: .5px;
}

.free_product h3 span {
    color: #FADB14;
    display: block;
}

.free_product .sub_text {
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 28px;
    text-align: center;
    color: #FADB14;
    margin: 0;
}

.free_product .text {
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 28px;
    text-align: center;
    color: #FFFFFF;
    margin-bottom: 0;
    margin-top: auto;
}

.free_product .overlay {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    background: rgba(0, 0, 0, .4);
    z-index: 0;
    border-radius: 10px
}

.free_product-button {
    display: flex;
    width: 80%;
    background: #FFFFFF;
    border: 1px solid #000000;
    box-sizing: border-box;
    border-radius: 5px;
    padding: 17px;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    color: #111111;
    justify-content: center;
    box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.5);
    position: relative;
    bottom: -24px;
    text-align: center;
    margin-top: auto;
}

@media (min-width: 768px) {
    .free_product {
        max-width: 330px ;
       
    }


}


.page-title {
    font-family: "Syncopate", Sans-serif;
    text-transform: uppercase;
    font-size: 25px;
    font-weight: bold;
    text-align: center;
}


.place_column {
    width: 100%;
    margin: 0 auto;
    border: 1px solid #555555;
    box-sizing: border-box;
    border-radius: 15px;
    background: black;
    margin-bottom: 85px;
}

.place_column__image {
    width: 100%;
    height: 300px;
    overflow: hidden;
    border-radius: 15px 15px 0 0;
}

.place_column__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.place_column__text {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 5% 5% 0;
	min-height: 205px;
}

.place_column__text h3 {
    font-style: normal;
    font-size: 30px;
    line-height: 38px;
    letter-spacing: 0.05em;
    color: white;
    font-weight: 500;
    margin: 15px 0;
}

.place_column__text p,
.place_column__text .tel {
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    line-height: 16px;
    letter-spacing: 0.05em;
    color: white;
    margin: 5px 0;
}

.place_column__text p span,
.place_column__text .tel span {
    font-weight: bold;
}

.place_column__text .tel {
    text-decoration: none;
    margin-top: 20px;
    font-weight: bold;
}

.place_column__text .tel span {
    margin-left: 10px;
    text-decoration: underline;
    font-weight: 300;
}

.place_column .btn--custom {
    display: block;
    z-index: 200 !important;
    width: 65%;
    margin: 0 auto;
    bottom: -26px;
    position: relative;
    border-radius: 3px;
    background: #987319;
    background: -moz-linear-gradient(0deg, #987319 0%, #f7ef8a 32%, #bc9734 65%, #f0c95e 100%, rgba(0, 0, 0, 0) 100%);
    background: -webkit-linear-gradient(0deg, #987319 0%, #f7ef8a 32%, #bc9734 65%, #f0c95e 100%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(0deg, #987319 0%, #f7ef8a 32%, #bc9734 65%, #f0c95e 100%, rgba(0, 0, 0, 0) 100%);
    box-shadow: 0px 2px 20px rgba(133, 103, 25, 0.75);
    padding: 3px;
    text-decoration: none;
}

.place_column .btn--custom span {
    border-radius: 3px;
    background: #1B1B1B;
    padding: 15px 10px;
    display: block;
    color: white;
    text-decoration: none;
    font-family: "Gotham", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    line-height: 18px;
    letter-spacing: 0.03em;
    z-index: 100;
    text-align: center;
    box-sizing: content-box;
}

@media (min-width: 768px) {
    .place_column {
        width: 60%;
    }
}

@media all and (max-width: 768px) {
       .place_column .btn--custom {
        width: 70%;
    }
}

.heading_block {
    width: 100%;
    display: block;
    margin: 35px 0;
}

.heading_block h1, .heading_block h2 {
    font-style: normal;
    font-weight: bold;
    font-size: 30px;
    line-height: 38px;
    text-align: center;
    text-transform: uppercase;
}

.heading_block h2 span {
    font-weight: 300;
}

.heading_block p {
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    line-height: 32px;
    text-align: center;
    color: #262626;
}


/* reserve block */
.reservation {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 30px 0 0;
    margin-bottom: 25px;
    background: #FAFAFA;
    height: auto;
}

.reserve_block {
    width: 350px;
}

.reserve_block p {
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 32px;
    text-align: center;
    color: #262626;
    margin-bottom: 0;
}


.image_fixed {
    position: relative;
    height: 80vh;
}

.image_fixed .image_fixed__wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    clip: rect(0px, auto, auto, 0px);
    z-index: 0;
}

.image_fixed .image_fixed__wrapper__image {
    text-align: center;
    top: 0;
    height: 100%;
    box-sizing: border-box;
    overflow: hidden;
    position: fixed;
    left: 0;
    width: 100%;
    transform: translateZ(0px);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}


.image_fixed .black-rectangle-top {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    color: rgb(255, 255, 255);
    z-index: 10000;
    text-align: center;
    font-family: sans-serif;
    padding-top: 2px;
    padding-bottom: 2px;
}

.image_fixed .black-rectangle-bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    color: rgb(255, 255, 255);
    z-index: 10000;
    text-align: center;
    font-family: sans-serif;
    padding-top: 2px;
    padding-bottom: 2px;
}

/* custom slider*/
.slider_section {
    width: 100%;
    position: relative;
}

.custom_slider {
    width: 100%;
    display: flex;
}

.custom_slide {
    display: flex !important;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 500px;
    margin: 50px auto 0;
}

.custom_slide__image {
    width: 180px;
    height: 180px;
}

.custom_slide__author {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.custom_slide__author .label, .custom_slide__author .name {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    text-align: center;
    color: black;
    margin-top: 15px;
}

.custom_slide__author .name {
    color: #4B535B;
    display: block;
    text-align: center;
    text-transform: uppercase;
    margin-top: 0;
}

.custom_slide .text {
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 28px;
    text-align: center;
    color: #333333;
    margin-top: 25px;
    padding: 0 10%;
}


.slick-next, .slick-prev {
    display: none !important;
}

.icon-arrow:before {
    content: "\e900";
}

.btn--prev, .btn--next {
    position: absolute;
    left: 5%;
    font-size: 24px;
    color: black;
    top: 50%;
    margin-top: -20px;
    cursor: pointer;
}

.btn--next {
    transform: rotate(180deg);
    right: 5%;
    left: auto;
}


.grecaptcha-badge {
    display: none !important;
}

/* Customize the label (the checkbox-container) */
.checkbox-container {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.checkbox-container .single-line {
    padding-top: 5px;
    display: inline-block;
}

/* Hide the browser's default checkbox */
.checkbox-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background: #FAFAFA;
    box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.15);
    border-radius: 3px;
    box-sizing: content-box;
}

/* On mouse-over, add a grey background color */
/* When the checkbox is checked, add a blue background */
/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.checkbox-container input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.checkbox-container .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border-style: solid;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    border-color: #1CB04A;
}




/* CUSTOM BLACK HAMBURGER MENU BLACK */

.custom-hamburger-menu-black {
    display: block;
    position: absolute;
    /*top: 40px;*/
    right: 5%;
    z-index: 9999;
}

.custom-hamburger-menu-black__toggle {
    border: 0 !important;
    background: none !important;
    color: white !important;
    font-size: 24px !important;
    padding: 10px !important;
    /*margin-left: auto;
margin-right: 50px;*/
    outline: none;
}

.custom-hamburger-menu-black__toggle--close {
    border: 0 !important;
    background-color: transparent !important;
    color: white !important;
    margin-left: auto !important;
    display: block !important;
    padding: 10px !important;
    padding-top: 15px !important;
    padding-right: 30px !important;
    font-size: 24px !important;
    outline: none;
}

.custom-hamburger-menu-black__toggle--close:hover {
    background: rgba(0, 0, 0, .2);
}

.custom-hamburger-menu-black__content {
    -webkit-transition: all .5s linear;
    -moz-transition: all .5s linear;
    -o-transition: all .5s linear;
    transition: all .5s linear;
    /*height: 500px;*/
    height: 100vh;
    width: 80%;
    position: fixed;
    top: 0;
    /*top: 50px;*/
    right: -80%;
    background: rgba(0, 0, 0, .7);
    color: white;
    z-index: 9999;
    visibility: hidden;
}

.custom-hamburger-menu-black__content ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.custom-hamburger-menu-black__content ul li a {
    font-family: "Gotham", Sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    text-align: right;
    color: white;
    display: block;
    padding: 10px 30px;
    -webkit-transition: all .15s linear;
    -moz-transition: all .15s linear;
    -o-transition: all .15s linear;
    transition: all .15s linear;
}

.custom-hamburger-menu-black__content ul li a:hover {
    background: rgba(0, 0, 0, .2);
    color: white !important;
}

.custom-hamburger-menu-black__content--visible {
    right: 0 !important;
    visibility: visible;
}

.custom-mobile-logo {
    position: absolute;
    top: 25px;
    left: 50px;
    z-index: 9998;
    width: 60%;
    display: block;
}

.custom-mobile-logo img {
    padding: 10px 0;
    width: 100%
}

@media (min-width: 768px) {
    .custom-mobile-logo,
    .custom-hamburger-menu-black,
    .custom-hamburger-menu-black__content {
        display: none;
    }
}



/* CUSTOM HAMBURGER MENU WHITE */

.custom-hamburger-menu-white {
    display: block;
    position: absolute;
    /*top: 50px;*/
    right: 5%;
    z-index: 9999;
}

.custom-hamburger-menu-white__toggle {
    border: 0 !important;
    background: none !important;
    color: black !important;
    font-size: 24px !important;
    padding: 10px !important;
    /*margin-left: auto;
margin-right: 50px;*/
    outline: none;
}

.custom-hamburger-menu-white__toggle--close {
    border: 0 !important;
    background-color: transparent !important;
    color: white !important;
    margin-left: auto !important;
    display: block !important;
    padding: 10px !important;
    padding-top: 15px !important;
    padding-right: 30px !important;
    font-size: 24px !important;
    outline: none;
}

.custom-hamburger-menu-white__toggle--close:hover {
    background: rgba(0, 0, 0, .2);
}

.custom-hamburger-menu-white__content {
    -webkit-transition: all .5s linear;
    -moz-transition: all .5s linear;
    -o-transition: all .5s linear;
    transition: all .5s linear;
    /*height: 500px;*/
    height: 100vh;
    width: 80%;
    position: fixed;
    top: 0;
    /*top: 50px;*/
    right: -80%;
    background: rgba(0, 0, 0, .7);
    color: white;
    z-index: 9999;
    visibility: hidden;
}

.custom-hamburger-menu-white__content ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.custom-hamburger-menu-white__content ul li a {
    font-family: "Gotham", Sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    text-align: right;
    color: white;
    display: block;
    padding: 10px 30px;
    -webkit-transition: all .15s linear;
    -moz-transition: all .15s linear;
    -o-transition: all .15s linear;
    transition: all .15s linear;
}

.custom-hamburger-menu-white__content ul li a:hover {
    background: rgba(0, 0, 0, .2);
    color: white !important;
}

.custom-hamburger-menu-white__content--visible {
    right: 0 !important;
    visibility: visible;
}

.custom-mobile-logo {
    position: absolute;
    top: 25px;
    left: 50px;
    z-index: 9998;
    width: 60%;
    display: block;
}

.custom-mobile-logo img {
    padding: 10px 0;
    width: 100%
}


*{
    text-decoration-thickness: 1px !important;
}


/* mobile nav css */
/*mobile white pane */

.mobile-white-pane, .mobile-black-pane {
	background-color: #ffffff;
	display: flex;
	justify-content: space-between;
	flex-direction: row;
	align-items: center;
	align-content: center;
	padding: 0 16px;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 9999;
	transition: all 0.4s ease-out, background 1s ease-out;
}

.mobile-black-pane{
	background: black;
}

.mobile-black-pane--logo{
	z-index: 9999;
}

.mobile-white-pane--logo img, .mobile-black-pane--logo img {
	vertical-align: baseline !important; /*overwritten bootstrap css*/
	width: 263px !important;
}

.col-md-6 {
	-ms-flex: 0 0 100%!important;
	flex: 0 0 100%!important;
	max-width: 100%!important;
}

@media (min-width: 992px) {
    .col-md-6 {
        -ms-flex: 0 0 50%!important;
        flex: 0 0 50%!important;
        max-width: 50%!important;
    }
	
}
/* mobile nav styles */
.mobile_nav {
	position: fixed;
	z-index: 9997;
	top: 0;
	left: 0;
	width: 100%;
	height: 0;
	background: white;
}

.mobile-black-pane .mobile_nav{
	background: black;
}

.mobile_nav .menu-footer-container {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
}
.mobile_nav #menu-footer{
	margin-top: 80px;
}

.icon-container {
	z-index: 9999;
}

@media (min-width: 650px){
    .mobile_nav {
        left: 50%;
    }
}

/**************************CUSTOM HAMBURGER MENU STYLING + ANIMATION ****************/

.header.menu-open .mobile_nav {
	height: 100vh;
	transition: all 0.45s ease-out, background 0.8s ease-out;
	transition-delay: .3s;
}

/* Menu List items */
.mobile-menu {
	clear: both;
}

.header ul.menu {
	position: relative;
	display: block;
	padding: 0px 40px 0;
	list-style: none;
}

.header ul.menu li.menu-item a {
	display: block;
	position: relative;
	color: #595959;
	text-decoration: none;
	font-size: 18px;
	line-height: 2.8;
	width: 100%;
	-webkit-tap-highlight-color: transparent;
}
.mobile-black-pane ul.menu li.menu-item a{
	color: white;
}

.header ul.menu li.menu-item {
	margin-top: 5px;
	opacity: 0;
	transform: translateX(-15px);
}

.header.menu-open ul.menu li.menu-item {
	opacity: 1;
	transform: translateX(0);
	transition: opacity 0.4s cubic-bezier(0.4, 0.01, 0.165, 0.99), -webkit-transform 0.5s cubic-bezier(0.4, 0.01, 0.165, 0.99);
	transition: transform 0.4s cubic-bezier(0.4, 0.01, 0.165, 0.99), opacity 0.6s cubic-bezier(0.4, 0.01, 0.165, 0.99);
	transition: transform 0.4s cubic-bezier(0.4, 0.01, 0.165, 0.99), opacity 0.6s cubic-bezier(0.4, 0.01, 0.165, 0.99), -webkit-transform 0.5s cubic-bezier(0.4, 0.01, 0.165, 0.99);
}

.header.menu-open ul.menu li.menu-item:nth-child(1) {
	transition-delay: 0.45s;
}

.header.menu-open ul.menu li.menu-item:nth-child(2) {
	transition-delay: 0.5s;
}

.header.menu-open ul.menu li.menu-item:nth-child(3) {
	transition-delay: 0.55s;
}

.header.menu-open ul.menu li.menu-item:nth-child(4) {
	transition-delay: 0.6s;
}

.header.menu-open ul.menu li.menu-item:nth-child(5) {
	transition-delay: 0.65s;
}

.header.menu-open ul.menu li.menu-item:nth-child(6) {
	transition-delay: 0.7s;
}

.header.menu-open ul.menu li.menu-item:nth-child(7) {
	transition-delay: 0.75s;
}
.header.menu-open ul.menu li.menu-item:nth-child(8) {
	transition-delay: 0.8s;
}
.header.menu-open ul.menu li.menu-item:nth-child(9) {
	transition-delay: 0.85s;
}
.header.menu-open ul.menu li.menu-item:nth-child(10 + n) {
	transition-delay: .9s;
}

/* Menu Icon */
.icon-container {
	position: relative;
	display: inline-block;
	z-index: 9999;
	float: right;
	/* Simply change property to float left to switch icon side :) */
	height: 55px;
	width: 55px;
	cursor: pointer;
}

.icon-container #menuicon {
	width: 20px;
	height: 10px;
	position: relative;
	display: block;
	margin: -4px auto 0;
	top: 50%;
}

#menuicon .bar {
	width: 100%;
	height: 1px;
	display: block;
	position: relative;
	background: #595959;
	transition: all 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99);
}

.mobile-black-pane #menuicon .bar{
	background: white;
}

#menuicon .bar.bar1 {
	-webkit-transform: translateY(0px) rotate(0deg);
	transform: translateY(0px) rotate(0deg);
}

#menuicon .bar.bar2 {
	-webkit-transform: translateY(6px) rotate(0deg);
	transform: translateY(6px) rotate(0deg);
}

.menu-open .icon-container {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}

.menu-open .icon-container #menuicon .bar {
	transition: all 0.4s cubic-bezier(0.4, 0.01, 0.165, 0.99);
	transition-delay: 0.1s;
}

.menu-open .icon-container #menuicon .bar.bar1 {
	-webkit-transform: translateY(4px) rotate(45deg);
	transform: translateY(4px) rotate(45deg);
}

.menu-open .icon-container #menuicon .bar.bar2 {
	-webkit-transform: translateY(3px) rotate(-45deg);
	transform: translateY(3px) rotate(-45deg);
}

/**************************END - CUSTOM HAMBURGER MENU STYLING ****************/

.custom_review a {
	width: 45%;
	height: auto;
	display: block;
	margin: auto;
}
@media all and (max-width: 768px){
	.custom_review a{
		width: 75%;
	}
	.section_reviews .custom_slider{
		margin-top: 50px;
	}
}
.custom_review img {
	width:	100%;
	height: auto;
}
.custom_review{
	display: flex;
	justify-content: center;
	align-content: center;
	margin-bottom: 0 !important;
}
.section_reviews .custom_slider{
	margin-bottom: 5vh;
}
.section_reviews{
	padding: 50px 0;
	background: white;
}
