/*!
Theme Name: luxo-italia
Theme URI: http://www.rundesign.it/
Author: Filippo Rivolta
Author URI: http://filipporivolta.it/
Description: Custom Theme full page designed for Luxo Italia
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: luxo-italia
Tags: one-page, full-page, custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/
@-webkit-keyframes carouselMove {
    0% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
    /* Between 20% and 100%, nothing changes */
    25% {
        -webkit-transform: translate(-100%, 0);
        transform: translate(-100%, 0);
    }
    50% {
        -webkit-transform: translate(-100%, 0);
        transform: translate(-100%, 0);
    }
    75% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}
@keyframes carouselMove {
    0% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
    /* Between 20% and 100%, nothing changes */
    25% {
        -webkit-transform: translate(-100%, 0);
        transform: translate(-100%, 0);
    }
    50% {
        -webkit-transform: translate(-100%, 0);
        transform: translate(-100%, 0);
    }
    75% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}
@-webkit-keyframes kenBurn {
    0% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
@keyframes kenBurn {
    0% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
@-webkit-keyframes toggleMenu {
    0% {
        opacity: 0;
        top: -100%;
    }
    1% {
        opacity: 0;
        top: 0;
    }
    100% {
        opacity: 1;
        top: 0;
    }
}
@keyframes toggleMenu {
    0% {
        opacity: 0;
        top: -100%;
    }
    1% {
        opacity: 0;
        top: 0;
    }
    100% {
        opacity: 1;
        top: 0;
    }
}
/**
 * ---------------------------------------------------
 * 	Table of contents
 * ---------------------------------------------------
 */
/**----------
        1. Base
                1.1 base
                1.2 Fonts
                1.3 Typography
                1.4 Helpers
        2. Sections
                2.1 Header 
                2.2 Footer
        3. Components
                3.1 Buttons
        4. Pages
                4.1 Home page
        5. Themes
                5.1 Default Theme


---------------*/
/**
 * ---------------------------------------------------
 * 	1.  Base
 * ---------------------------------------------------
 */
/* --------------------- 1.1 Base --------------------- */
body {
    max-width: 100% !important;
    overflow-x: hidden !important;
}

/* --------------------- 1.2 Fonts --------------------- */
/*@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i|Roboto+Condensed:300,300i,400,400i,700,700i|Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i');


// Font mixins

@mixin light-condensed-italic{
        font-family: 'Roboto Condensed', sans-serif;
        font-style: italic;
        font-weight: 300;
}

@mixin light-condensed{
        font-family: 'Roboto Condensed', sans-serif;
        font-style: normal;
        font-weight: 300;
}*/
/* --------------------- 1.3 Typography --------------------- */
/**
 * Basic typography style for copy text
 */
/*body {
  color: $dark-grey;
  font-family: $font-roboto;
  font-style: normal;
  font-weight: 400;
  font-size: $base-font-size;
}
p{
        color: $dark-grey;
}
a{
        color: $a-color;
}
h1, h2, h3, h4, h5, h6{
  color: $dark-grey;
  font-family: $font-roboto;
  font-style: normal;
  font-weight: 700;
}

dd {
    margin-left: 25px;
}*/
/*Links*/
*, html, body {
    font-size: 14px;
    /*@include media (xs){
     font-size: $default-font-size*1.3;   
    }*/
}

i {
    font-style: italic !important;
}

a {
    -webkit-transition: all .5s;
    transition: all .5s;
    text-decoration: none !important;
}
a {
    -webkit-transition: all .5s;
    transition: all .5s;
    color: #362d59;
}
a:visited {
    color: #ae8e31;
    -webkit-transition: all .5s;
    transition: all .5s;
}
a:hover {
    color: #5F5E5E;
    -webkit-transition: all .5s;
    transition: all .5s;
}
a:active, a:focus {
    color: #5F5E5E;
    -webkit-transition: all .5s;
    transition: all .5s;
}

a.link-white {
    -webkit-transition: all .5s;
    transition: all .5s;
    text-decoration: none;
    transition: all .5s;
}
a.link-white {
    -webkit-transition: all .5s;
    transition: all .5s;
    color: #ffffff;
}
a.link-white:visited {
    color: #ffffff;
    -webkit-transition: all .5s;
    transition: all .5s;
}
a.link-white:hover {
    color: #A6A6A6;
    -webkit-transition: all .5s;
    transition: all .5s;
}
a.link-white:active, a.link-white:focus {
    color: #ffffff;
    -webkit-transition: all .5s;
    transition: all .5s;
}

a.link-alt-white {
    -webkit-transition: all .5s;
    transition: all .5s;
    text-decoration: none;
    transition: all .5s;
}
a.link-alt-white {
    -webkit-transition: all .5s;
    transition: all .5s;
    color: #ffffff;
}
a.link-alt-white:visited {
    color: #ffffff;
    -webkit-transition: all .5s;
    transition: all .5s;
}
a.link-alt-white:hover {
    color: #362d59;
    -webkit-transition: all .5s;
    transition: all .5s;
}
a.link-alt-white:active, a.link-alt-white:focus {
    color: #ffffff;
    -webkit-transition: all .5s;
    transition: all .5s;
}

a.link-alt {
    -webkit-transition: all .5s;
    transition: all .5s;
    text-decoration: none;
    transition: all .5s;
}
a.link-alt {
    -webkit-transition: all .5s;
    transition: all .5s;
    color: #362d59;
}
a.link-alt:visited {
    color: #362d59;
    -webkit-transition: all .5s;
    transition: all .5s;
}
a.link-alt:hover {
    color: #A6A6A6;
    -webkit-transition: all .5s;
    transition: all .5s;
}
a.link-alt:active, a.link-alt:focus {
    color: #362d59;
    -webkit-transition: all .5s;
    transition: all .5s;
}

a.link-dark {
    -webkit-transition: all .5s;
    transition: all .5s;
}
a.link-dark {
    -webkit-transition: all .5s;
    transition: all .5s;
    color: #5F5E5E;
}
a.link-dark:visited {
    color: #5F5E5E;
    -webkit-transition: all .5s;
    transition: all .5s;
}
a.link-dark:hover {
    color: #362d59;
    -webkit-transition: all .5s;
    transition: all .5s;
}
a.link-dark:active, a.link-dark:focus {
    color: #5F5E5E;
    -webkit-transition: all .5s;
    transition: all .5s;
}

a.button {
    font-family: 'Work Sans', sans-serif;
}

a.link-bold {
    font-weight: 700;
}

h1 {
    font-family: 'Frank Ruhl Libre', serif;
    font-weight: 500;
    letter-spacing: 1.5px;
    /* updat4ed 20190812 */
    font-weight: 300;
    text-transform: uppercase;
    font-size: 2.3rem;
    letter-spacing: 0.1rem;
}
h2 {
    font-size: 2.36rem;
    font-family: 'Frank Ruhl Libre', serif;
    font-weight: 300;
    line-height: 120%;
    letter-spacing: 1.5px;
    color: #5F5E5E;
}
@media screen and (min-width: 991px) {
    h1 {
        font-size: 2.6rem;
        letter-spacing: 0.3rem;
    }
    h2 {
        font-size: 2.86rem;
    }
}

h2.color-light {
    color: #ffffff;
}
h2.reduce-title {
    font-size: 1.71rem;
}

h3 {
    font-size: 1.29rem;
    font-family: 'Work Sans', sans-serif;
    letter-spacing: 5px;
    font-weight: 300;
}
h3.subtitle {
    font-size: 2.2rem;
    font-weight: 300;
    text-transform: none;
    font-family: 'Libre Baskerville', serif;
    font-style: italic;
    letter-spacing: 0;
}

h4 {
    font-size: 1rem;
    font-family: 'Muli', sans-serif;
    letter-spacing: 3px;
}
h4.subtitle {
    margin-bottom: 1rem;
    line-height: 1.4rem;
    text-transform: uppercase;
    width: 80%;
    margin: 0 auto 1rem;
    color: #ae8e31;
    font-weight: 800;
}
/*
h4.subtitle {
    color: #362d59;
}*/
h4.subtitle.color-white {
    color: #ffffff;
}

li {
    font-size: 1rem;
    font-family: 'Work Sans', sans-serif;
    letter-spacing: 0;
}

p {
    font-family: 'Muli', sans-serif;
    font-size: 1.1rem;
    line-height: 160%;
    /*color: #A6A6A6;*/
    color: #4c4c4c;
}

small {
    font-size: 0.8rem;
    font-family: 'Work Sans', sans-serif;
    letter-spacing: 0;
    text-transform: uppercase;
}

strong {
    font-weight: 700;
}

/*.menu-item a{
    font-size: 1.8rem;
    @include font-ws;
    letter-spacing: 5px;
    font-weight: 300;
    @include links($color-dark, $color-dark, $color-white, $color-dark);
    @include media (xs){
        font-size: 1.2rem;
    }
}*/
.menu-item a {
    font-size: 1.8rem;
    font-family: 'Work Sans', sans-serif;
    letter-spacing: 5px;
    font-weight: 500;
    -webkit-transition: all .5s;
    transition: all .5s;
    -webkit-transition: all .5s;
    transition: all .5s;
    color: #ffffff;
}

.menu-item a:visited {
    color: #ffffff;
    /*color: #fff;*/
    -webkit-transition: all .5s;
    transition: all .5s;
}
.menu-item a:hover {
    color: #ffffff;
    -webkit-transition: all .5s;
    transition: all .5s;
}
.menu-item a:active, .menu-item a:focus {
    color: #A6A6A6;
    -webkit-transition: all .5s;
    transition: all .5s;
}


@media screen and (max-width: 990px) {
    .menu-item a {
        color: #ae8e31;
    }
    
    .menu-item a:visited {
        color: #ae8e31;
    }
    .menu-item a:hover {
        color: #ae8e31;
    }
    .menu-item a:active, .menu-item a:focus {
        color: #ae8e31;
    }
}






@media all and (max-width: 1100px) {
    .menu-item a {
        font-size: 1.2rem;
    }
}

.menu-item.current-menu-item a {
    -webkit-transition: all .5s;
    transition: all .5s;
    border-bottom: 2px solid rgba(255, 255, 255, 1);
}
.menu-item.current-menu-item a {
    -webkit-transition: all .5s;
    transition: all .5s;
    /*color: #fff;*/
    border-bottom: 2px solid #ae8e31;
}
.menu-item.current-menu-item a:visited {
    /*color: #fff;*/
    -webkit-transition: all .5s;
    transition: all .5s;
    border-bottom: 2px solid #ae8e31;
}
.menu-item.current-menu-item a:hover {
    color: #fff;
    -webkit-transition: all .5s;
    transition: all .5s;
}
.menu-item.current-menu-item a:active, .menu-item.current-menu-item a:focus {
    color: #fff;
    -webkit-transition: all .5s;
    transition: all .5s;
}

footer .menu-item {
    margin-top: 0;
    margin-bottom: 0;
}
footer .menu-item a {
    font-size: 1rem;
    font-family: 'Work Sans', sans-serif;
    letter-spacing: 0;
    font-weight: 500;
    -webkit-transition: all .5s;
    transition: all .5s;
}
footer .menu-item a {
    -webkit-transition: all .5s;
    transition: all .5s;
    color: #5F5E5E;
}
footer .menu-item a:visited {
    color: #ffffff;
    -webkit-transition: all .5s;
    transition: all .5s;
}
footer .menu-item a:hover {
    color: #ffffff;
    -webkit-transition: all .5s;
    transition: all .5s;
}
footer .menu-item a:active, footer .menu-item a:focus {
    color: #ffffff;
    -webkit-transition: all .5s;
    transition: all .5s;
}
footer .menu-item.current-menu-item a {
    font-weight: 700;
}

.button {
    text-transform: uppercase;
    font-weight: 500;
}

.menu-label,
.contact-label {
    letter-spacing: 1.2px;
}

/* Footer Typo */
/* --------------------- 1.4 Helpers --------------------- */
/** --------------
        borders 
------------------ */
.border-1 {
    border: 1px solid;
}

.border-2 {
    border: 2px solid;
}

.border-3 {
    border: 3px solid;
}

.border-4 {
    border: 4px solid;
}

.border-5 {
    border: 5px solid;
}

.border-6 {
    border: 6px solid;
}

.border-7 {
    border: 7px solid;
}

.border-8 {
    border: 8px solid;
}

.border-9 {
    border: 9px solid;
}

.border-10 {
    border: 10px solid;
}

.border-11 {
    border: 11px solid;
}

.border-12 {
    border: 12px solid;
}

.border-13 {
    border: 13px solid;
}

.border-14 {
    border: 14px solid;
}

.border-15 {
    border: 15px solid;
}

.border-16 {
    border: 16px solid;
}

.border-17 {
    border: 17px solid;
}

.border-18 {
    border: 18px solid;
}

.border-19 {
    border: 19px solid;
}

.border-20 {
    border: 20px solid;
}

/** --------------
        border right
------------------ */
.br-1 {
    border-right: 1px solid;
}

.br-2 {
    border-right: 2px solid;
}

.br-3 {
    border-right: 3px solid;
}

.br-4 {
    border-right: 4px solid;
}

.br-5 {
    border-right: 5px solid;
}

.br-6 {
    border-right: 6px solid;
}

.br-7 {
    border-right: 7px solid;
}

.br-8 {
    border-right: 8px solid;
}

.br-9 {
    border-right: 9px solid;
}

.br-10 {
    border-right: 10px solid;
}

.br-11 {
    border-right: 11px solid;
}

.br-12 {
    border-right: 12px solid;
}

.br-13 {
    border-right: 13px solid;
}

.br-14 {
    border-right: 14px solid;
}

.br-15 {
    border-right: 15px solid;
}

.br-16 {
    border-right: 16px solid;
}

.br-17 {
    border-right: 17px solid;
}

.br-18 {
    border-right: 18px solid;
}

.br-19 {
    border-right: 19px solid;
}

.br-20 {
    border-right: 20px solid;
}

/** --------------
        border left
------------------ */
.bl-1 {
    border-left: 1px solid;
}

.bl-2 {
    border-left: 2px solid;
}

.bl-3 {
    border-left: 3px solid;
}

.bl-4 {
    border-left: 4px solid;
}

.bl-5 {
    border-left: 5px solid;
}

.bl-6 {
    border-left: 6px solid;
}

.bl-7 {
    border-left: 7px solid;
}

.bl-8 {
    border-left: 8px solid;
}

.bl-9 {
    border-left: 9px solid;
}

.bl-10 {
    border-left: 10px solid;
}

.bl-11 {
    border-left: 11px solid;
}

.bl-12 {
    border-left: 12px solid;
}

.bl-13 {
    border-left: 13px solid;
}

.bl-14 {
    border-left: 14px solid;
}

.bl-15 {
    border-left: 15px solid;
}

.bl-16 {
    border-left: 16px solid;
}

.bl-17 {
    border-left: 17px solid;
}

.bl-18 {
    border-left: 18px solid;
}

.bl-19 {
    border-left: 19px solid;
}

.bl-20 {
    border-left: 20px solid;
}

/** --------------
        border top
------------------ */
.bt-1 {
    border-top: 1px solid;
}

.bt-2 {
    border-top: 2px solid;
}

.bt-3 {
    border-top: 3px solid;
}

.bt-4 {
    border-top: 4px solid;
}

.bt-5 {
    border-top: 5px solid;
}

.bt-6 {
    border-top: 6px solid;
}

.bt-7 {
    border-top: 7px solid;
}

.bt-8 {
    border-top: 8px solid;
}

.bt-9 {
    border-top: 9px solid;
}

.bt-10 {
    border-top: 10px solid;
}

.bt-11 {
    border-top: 11px solid;
}

.bt-12 {
    border-top: 12px solid;
}

.bt-13 {
    border-top: 13px solid;
}

.bt-14 {
    border-top: 14px solid;
}

.bt-15 {
    border-top: 15px solid;
}

.bt-16 {
    border-top: 16px solid;
}

.bt-17 {
    border-top: 17px solid;
}

.bt-18 {
    border-top: 18px solid;
}

.bt-19 {
    border-top: 19px solid;
}

.bt-20 {
    border-top: 20px solid;
}

/** --------------
        border bottom
------------------ */
.bb-1 {
    border-bottom: 1px solid;
}

.bb-2 {
    border-bottom: 2px solid;
}

.bb-3 {
    border-bottom: 3px solid;
}

.bb-4 {
    border-bottom: 4px solid;
}

.bb-5 {
    border-bottom: 5px solid;
}

.bb-6 {
    border-bottom: 6px solid;
}

.bb-7 {
    border-bottom: 7px solid;
}

.bb-8 {
    border-bottom: 8px solid;
}

.bb-9 {
    border-bottom: 9px solid;
}

.bb-10 {
    border-bottom: 10px solid;
}

.bb-11 {
    border-bottom: 11px solid;
}

.bb-12 {
    border-bottom: 12px solid;
}

.bb-13 {
    border-bottom: 13px solid;
}

.bb-14 {
    border-bottom: 14px solid;
}

.bb-15 {
    border-bottom: 15px solid;
}

.bb-16 {
    border-bottom: 16px solid;
}

.bb-17 {
    border-bottom: 17px solid;
}

.bb-18 {
    border-bottom: 18px solid;
}

.bb-19 {
    border-bottom: 19px solid;
}

.bb-20 {
    border-bottom: 20px solid;
}

/** --------------
        Paddings
------------------ */
.padding-1 {
    padding: 1px;
}

.padding-2 {
    padding: 2px;
}

.padding-3 {
    padding: 3px;
}

.padding-4 {
    padding: 4px;
}

.padding-5 {
    padding: 5px;
}

.padding-6 {
    padding: 6px;
}

.padding-7 {
    padding: 7px;
}

.padding-8 {
    padding: 8px;
}

.padding-9 {
    padding: 9px;
}

.padding-10 {
    padding: 10px;
}

.padding-11 {
    padding: 11px;
}

.padding-12 {
    padding: 12px;
}

.padding-13 {
    padding: 13px;
}

.padding-14 {
    padding: 14px;
}

.padding-15 {
    padding: 15px;
}

.padding-16 {
    padding: 16px;
}

.padding-17 {
    padding: 17px;
}

.padding-18 {
    padding: 18px;
}

.padding-19 {
    padding: 19px;
}

.padding-20 {
    padding: 20px;
}

.padding-21 {
    padding: 21px;
}

.padding-22 {
    padding: 22px;
}

.padding-23 {
    padding: 23px;
}

.padding-24 {
    padding: 24px;
}

.padding-25 {
    padding: 25px;
}

.padding-26 {
    padding: 26px;
}

.padding-27 {
    padding: 27px;
}

.padding-28 {
    padding: 28px;
}

.padding-29 {
    padding: 29px;
}

.padding-30 {
    padding: 30px;
}

.padding-31 {
    padding: 31px;
}

.padding-32 {
    padding: 32px;
}

.padding-33 {
    padding: 33px;
}

.padding-34 {
    padding: 34px;
}

.padding-35 {
    padding: 35px;
}

.padding-36 {
    padding: 36px;
}

.padding-37 {
    padding: 37px;
}

.padding-38 {
    padding: 38px;
}

.padding-39 {
    padding: 39px;
}

.padding-40 {
    padding: 40px;
}

.padding-41 {
    padding: 41px;
}

.padding-42 {
    padding: 42px;
}

.padding-43 {
    padding: 43px;
}

.padding-44 {
    padding: 44px;
}

.padding-45 {
    padding: 45px;
}

.padding-46 {
    padding: 46px;
}

.padding-47 {
    padding: 47px;
}

.padding-48 {
    padding: 48px;
}

.padding-49 {
    padding: 49px;
}

.padding-50 {
    padding: 50px;
}

/** --------------
        Padding right
------------------ */
.pr-1 {
    padding-right: 1px;
}

.pr-2 {
    padding-right: 2px;
}

.pr-3 {
    padding-right: 3px;
}

.pr-4 {
    padding-right: 4px;
}

.pr-5 {
    padding-right: 5px;
}

.pr-6 {
    padding-right: 6px;
}

.pr-7 {
    padding-right: 7px;
}

.pr-8 {
    padding-right: 8px;
}

.pr-9 {
    padding-right: 9px;
}

.pr-10 {
    padding-right: 10px;
}

.pr-11 {
    padding-right: 11px;
}

.pr-12 {
    padding-right: 12px;
}

.pr-13 {
    padding-right: 13px;
}

.pr-14 {
    padding-right: 14px;
}

.pr-15 {
    padding-right: 15px;
}

.pr-16 {
    padding-right: 16px;
}

.pr-17 {
    padding-right: 17px;
}

.pr-18 {
    padding-right: 18px;
}

.pr-19 {
    padding-right: 19px;
}

.pr-20 {
    padding-right: 20px;
}

.pr-21 {
    padding-right: 21px;
}

.pr-22 {
    padding-right: 22px;
}

.pr-23 {
    padding-right: 23px;
}

.pr-24 {
    padding-right: 24px;
}

.pr-25 {
    padding-right: 25px;
}

.pr-26 {
    padding-right: 26px;
}

.pr-27 {
    padding-right: 27px;
}

.pr-28 {
    padding-right: 28px;
}

.pr-29 {
    padding-right: 29px;
}

.pr-30 {
    padding-right: 30px;
}

.pr-31 {
    padding-right: 31px;
}

.pr-32 {
    padding-right: 32px;
}

.pr-33 {
    padding-right: 33px;
}

.pr-34 {
    padding-right: 34px;
}

.pr-35 {
    padding-right: 35px;
}

.pr-36 {
    padding-right: 36px;
}

.pr-37 {
    padding-right: 37px;
}

.pr-38 {
    padding-right: 38px;
}

.pr-39 {
    padding-right: 39px;
}

.pr-40 {
    padding-right: 40px;
}

.pr-41 {
    padding-right: 41px;
}

.pr-42 {
    padding-right: 42px;
}

.pr-43 {
    padding-right: 43px;
}

.pr-44 {
    padding-right: 44px;
}

.pr-45 {
    padding-right: 45px;
}

.pr-46 {
    padding-right: 46px;
}

.pr-47 {
    padding-right: 47px;
}

.pr-48 {
    padding-right: 48px;
}

.pr-49 {
    padding-right: 49px;
}

.pr-50 {
    padding-right: 50px;
}

/** --------------
        Padding left
------------------ */
.pl-1 {
    padding-left: 1px;
}

.pl-2 {
    padding-left: 2px;
}

.pl-3 {
    padding-left: 3px;
}

.pl-4 {
    padding-left: 4px;
}

.pl-5 {
    padding-left: 5px;
}

.pl-6 {
    padding-left: 6px;
}

.pl-7 {
    padding-left: 7px;
}

.pl-8 {
    padding-left: 8px;
}

.pl-9 {
    padding-left: 9px;
}

.pl-10 {
    padding-left: 10px;
}

.pl-11 {
    padding-left: 11px;
}

.pl-12 {
    padding-left: 12px;
}

.pl-13 {
    padding-left: 13px;
}

.pl-14 {
    padding-left: 14px;
}

.pl-15 {
    padding-left: 15px;
}

.pl-16 {
    padding-left: 16px;
}

.pl-17 {
    padding-left: 17px;
}

.pl-18 {
    padding-left: 18px;
}

.pl-19 {
    padding-left: 19px;
}

.pl-20 {
    padding-left: 20px;
}

.pl-21 {
    padding-left: 21px;
}

.pl-22 {
    padding-left: 22px;
}

.pl-23 {
    padding-left: 23px;
}

.pl-24 {
    padding-left: 24px;
}

.pl-25 {
    padding-left: 25px;
}

.pl-26 {
    padding-left: 26px;
}

.pl-27 {
    padding-left: 27px;
}

.pl-28 {
    padding-left: 28px;
}

.pl-29 {
    padding-left: 29px;
}

.pl-30 {
    padding-left: 30px;
}

.pl-31 {
    padding-left: 31px;
}

.pl-32 {
    padding-left: 32px;
}

.pl-33 {
    padding-left: 33px;
}

.pl-34 {
    padding-left: 34px;
}

.pl-35 {
    padding-left: 35px;
}

.pl-36 {
    padding-left: 36px;
}

.pl-37 {
    padding-left: 37px;
}

.pl-38 {
    padding-left: 38px;
}

.pl-39 {
    padding-left: 39px;
}

.pl-40 {
    padding-left: 40px;
}

.pl-41 {
    padding-left: 41px;
}

.pl-42 {
    padding-left: 42px;
}

.pl-43 {
    padding-left: 43px;
}

.pl-44 {
    padding-left: 44px;
}

.pl-45 {
    padding-left: 45px;
}

.pl-46 {
    padding-left: 46px;
}

.pl-47 {
    padding-left: 47px;
}

.pl-48 {
    padding-left: 48px;
}

.pl-49 {
    padding-left: 49px;
}

.pl-50 {
    padding-left: 50px;
}

/** --------------
        Padding top
------------------ */
.pt-1 {
    padding-top: 1px;
}

.pt-2 {
    padding-top: 2px;
}

.pt-3 {
    padding-top: 3px;
}

.pt-4 {
    padding-top: 4px;
}

.pt-5 {
    padding-top: 5px;
}

.pt-6 {
    padding-top: 6px;
}

.pt-7 {
    padding-top: 7px;
}

.pt-8 {
    padding-top: 8px;
}

.pt-9 {
    padding-top: 9px;
}

.pt-10 {
    padding-top: 10px;
}

.pt-11 {
    padding-top: 11px;
}

.pt-12 {
    padding-top: 12px;
}

.pt-13 {
    padding-top: 13px;
}

.pt-14 {
    padding-top: 14px;
}

.pt-15 {
    padding-top: 15px;
}

.pt-16 {
    padding-top: 16px;
}

.pt-17 {
    padding-top: 17px;
}

.pt-18 {
    padding-top: 18px;
}

.pt-19 {
    padding-top: 19px;
}

.pt-20 {
    padding-top: 20px;
}

.pt-21 {
    padding-top: 21px;
}

.pt-22 {
    padding-top: 22px;
}

.pt-23 {
    padding-top: 23px;
}

.pt-24 {
    padding-top: 24px;
}

.pt-25 {
    padding-top: 25px;
}

.pt-26 {
    padding-top: 26px;
}

.pt-27 {
    padding-top: 27px;
}

.pt-28 {
    padding-top: 28px;
}

.pt-29 {
    padding-top: 29px;
}

.pt-30 {
    padding-top: 30px;
}

.pt-31 {
    padding-top: 31px;
}

.pt-32 {
    padding-top: 32px;
}

.pt-33 {
    padding-top: 33px;
}

.pt-34 {
    padding-top: 34px;
}

.pt-35 {
    padding-top: 35px;
}

.pt-36 {
    padding-top: 36px;
}

.pt-37 {
    padding-top: 37px;
}

.pt-38 {
    padding-top: 38px;
}

.pt-39 {
    padding-top: 39px;
}

.pt-40 {
    padding-top: 40px;
}

.pt-41 {
    padding-top: 41px;
}

.pt-42 {
    padding-top: 42px;
}

.pt-43 {
    padding-top: 43px;
}

.pt-44 {
    padding-top: 44px;
}

.pt-45 {
    padding-top: 45px;
}

.pt-46 {
    padding-top: 46px;
}

.pt-47 {
    padding-top: 47px;
}

.pt-48 {
    padding-top: 48px;
}

.pt-49 {
    padding-top: 49px;
}

.pt-50 {
    padding-top: 50px;
}

/** --------------
        Padding bottom
------------------ */
.pb-1 {
    padding-bottom: 1px;
}

.pb-2 {
    padding-bottom: 2px;
}

.pb-3 {
    padding-bottom: 3px;
}

.pb-4 {
    padding-bottom: 4px;
}

.pb-5 {
    padding-bottom: 5px;
}

.pb-6 {
    padding-bottom: 6px;
}

.pb-7 {
    padding-bottom: 7px;
}

.pb-8 {
    padding-bottom: 8px;
}

.pb-9 {
    padding-bottom: 9px;
}

.pb-10 {
    padding-bottom: 10px;
}

.pb-11 {
    padding-bottom: 11px;
}

.pb-12 {
    padding-bottom: 12px;
}

.pb-13 {
    padding-bottom: 13px;
}

.pb-14 {
    padding-bottom: 14px;
}

.pb-15 {
    padding-bottom: 15px;
}

.pb-16 {
    padding-bottom: 16px;
}

.pb-17 {
    padding-bottom: 17px;
}

.pb-18 {
    padding-bottom: 18px;
}

.pb-19 {
    padding-bottom: 19px;
}

.pb-20 {
    padding-bottom: 20px;
}

.pb-21 {
    padding-bottom: 21px;
}

.pb-22 {
    padding-bottom: 22px;
}

.pb-23 {
    padding-bottom: 23px;
}

.pb-24 {
    padding-bottom: 24px;
}

.pb-25 {
    padding-bottom: 25px;
}

.pb-26 {
    padding-bottom: 26px;
}

.pb-27 {
    padding-bottom: 27px;
}

.pb-28 {
    padding-bottom: 28px;
}

.pb-29 {
    padding-bottom: 29px;
}

.pb-30 {
    padding-bottom: 30px;
}

.pb-31 {
    padding-bottom: 31px;
}

.pb-32 {
    padding-bottom: 32px;
}

.pb-33 {
    padding-bottom: 33px;
}

.pb-34 {
    padding-bottom: 34px;
}

.pb-35 {
    padding-bottom: 35px;
}

.pb-36 {
    padding-bottom: 36px;
}

.pb-37 {
    padding-bottom: 37px;
}

.pb-38 {
    padding-bottom: 38px;
}

.pb-39 {
    padding-bottom: 39px;
}

.pb-40 {
    padding-bottom: 40px;
}

.pb-41 {
    padding-bottom: 41px;
}

.pb-42 {
    padding-bottom: 42px;
}

.pb-43 {
    padding-bottom: 43px;
}

.pb-44 {
    padding-bottom: 44px;
}

.pb-45 {
    padding-bottom: 45px;
}

.pb-46 {
    padding-bottom: 46px;
}

.pb-47 {
    padding-bottom: 47px;
}

.pb-48 {
    padding-bottom: 48px;
}

.pb-49 {
    padding-bottom: 49px;
}

.pb-50 {
    padding-bottom: 50px;
}

/** --------------
        Margins
------------------ */
.margin-1 {
    margin: 1px;
}

.margin-2 {
    margin: 2px;
}

.margin-3 {
    margin: 3px;
}

.margin-4 {
    margin: 4px;
}

.margin-5 {
    margin: 5px;
}

.margin-6 {
    margin: 6px;
}

.margin-7 {
    margin: 7px;
}

.margin-8 {
    margin: 8px;
}

.margin-9 {
    margin: 9px;
}

.margin-10 {
    margin: 10px;
}

.margin-11 {
    margin: 11px;
}

.margin-12 {
    margin: 12px;
}

.margin-13 {
    margin: 13px;
}

.margin-14 {
    margin: 14px;
}

.margin-15 {
    margin: 15px;
}

.margin-16 {
    margin: 16px;
}

.margin-17 {
    margin: 17px;
}

.margin-18 {
    margin: 18px;
}

.margin-19 {
    margin: 19px;
}

.margin-20 {
    margin: 20px;
}

.margin-21 {
    margin: 21px;
}

.margin-22 {
    margin: 22px;
}

.margin-23 {
    margin: 23px;
}

.margin-24 {
    margin: 24px;
}

.margin-25 {
    margin: 25px;
}

.margin-26 {
    margin: 26px;
}

.margin-27 {
    margin: 27px;
}

.margin-28 {
    margin: 28px;
}

.margin-29 {
    margin: 29px;
}

.margin-30 {
    margin: 30px;
}

.margin-31 {
    margin: 31px;
}

.margin-32 {
    margin: 32px;
}

.margin-33 {
    margin: 33px;
}

.margin-34 {
    margin: 34px;
}

.margin-35 {
    margin: 35px;
}

.margin-36 {
    margin: 36px;
}

.margin-37 {
    margin: 37px;
}

.margin-38 {
    margin: 38px;
}

.margin-39 {
    margin: 39px;
}

.margin-40 {
    margin: 40px;
}

.margin-41 {
    margin: 41px;
}

.margin-42 {
    margin: 42px;
}

.margin-43 {
    margin: 43px;
}

.margin-44 {
    margin: 44px;
}

.margin-45 {
    margin: 45px;
}

.margin-46 {
    margin: 46px;
}

.margin-47 {
    margin: 47px;
}

.margin-48 {
    margin: 48px;
}

.margin-49 {
    margin: 49px;
}

.margin-50 {
    margin: 50px;
}

/** --------------
        Margin right
------------------ */
.mr-1 {
    margin-right: 1px;
}

.mr-2 {
    margin-right: 2px;
}

.mr-3 {
    margin-right: 3px;
}

.mr-4 {
    margin-right: 4px;
}

.mr-5 {
    margin-right: 5px;
}

.mr-6 {
    margin-right: 6px;
}

.mr-7 {
    margin-right: 7px;
}

.mr-8 {
    margin-right: 8px;
}

.mr-9 {
    margin-right: 9px;
}

.mr-10 {
    margin-right: 10px;
}

.mr-11 {
    margin-right: 11px;
}

.mr-12 {
    margin-right: 12px;
}

.mr-13 {
    margin-right: 13px;
}

.mr-14 {
    margin-right: 14px;
}

.mr-15 {
    margin-right: 15px;
}

.mr-16 {
    margin-right: 16px;
}

.mr-17 {
    margin-right: 17px;
}

.mr-18 {
    margin-right: 18px;
}

.mr-19 {
    margin-right: 19px;
}

.mr-20 {
    margin-right: 20px;
}

.mr-21 {
    margin-right: 21px;
}

.mr-22 {
    margin-right: 22px;
}

.mr-23 {
    margin-right: 23px;
}

.mr-24 {
    margin-right: 24px;
}

.mr-25 {
    margin-right: 25px;
}

.mr-26 {
    margin-right: 26px;
}

.mr-27 {
    margin-right: 27px;
}

.mr-28 {
    margin-right: 28px;
}

.mr-29 {
    margin-right: 29px;
}

.mr-30 {
    margin-right: 30px;
}

.mr-31 {
    margin-right: 31px;
}

.mr-32 {
    margin-right: 32px;
}

.mr-33 {
    margin-right: 33px;
}

.mr-34 {
    margin-right: 34px;
}

.mr-35 {
    margin-right: 35px;
}

.mr-36 {
    margin-right: 36px;
}

.mr-37 {
    margin-right: 37px;
}

.mr-38 {
    margin-right: 38px;
}

.mr-39 {
    margin-right: 39px;
}

.mr-40 {
    margin-right: 40px;
}

.mr-41 {
    margin-right: 41px;
}

.mr-42 {
    margin-right: 42px;
}

.mr-43 {
    margin-right: 43px;
}

.mr-44 {
    margin-right: 44px;
}

.mr-45 {
    margin-right: 45px;
}

.mr-46 {
    margin-right: 46px;
}

.mr-47 {
    margin-right: 47px;
}

.mr-48 {
    margin-right: 48px;
}

.mr-49 {
    margin-right: 49px;
}

.mr-50 {
    margin-right: 50px;
}

/** --------------
        Margin left
------------------ */
.ml-1 {
    margin-left: 1px;
}

.ml-2 {
    margin-left: 2px;
}

.ml-3 {
    margin-left: 3px;
}

.ml-4 {
    margin-left: 4px;
}

.ml-5 {
    margin-left: 5px;
}

.ml-6 {
    margin-left: 6px;
}

.ml-7 {
    margin-left: 7px;
}

.ml-8 {
    margin-left: 8px;
}

.ml-9 {
    margin-left: 9px;
}

.ml-10 {
    margin-left: 10px;
}

.ml-11 {
    margin-left: 11px;
}

.ml-12 {
    margin-left: 12px;
}

.ml-13 {
    margin-left: 13px;
}

.ml-14 {
    margin-left: 14px;
}

.ml-15 {
    margin-left: 15px;
}

.ml-16 {
    margin-left: 16px;
}

.ml-17 {
    margin-left: 17px;
}

.ml-18 {
    margin-left: 18px;
}

.ml-19 {
    margin-left: 19px;
}

.ml-20 {
    margin-left: 20px;
}

.ml-21 {
    margin-left: 21px;
}

.ml-22 {
    margin-left: 22px;
}

.ml-23 {
    margin-left: 23px;
}

.ml-24 {
    margin-left: 24px;
}

.ml-25 {
    margin-left: 25px;
}

.ml-26 {
    margin-left: 26px;
}

.ml-27 {
    margin-left: 27px;
}

.ml-28 {
    margin-left: 28px;
}

.ml-29 {
    margin-left: 29px;
}

.ml-30 {
    margin-left: 30px;
}

.ml-31 {
    margin-left: 31px;
}

.ml-32 {
    margin-left: 32px;
}

.ml-33 {
    margin-left: 33px;
}

.ml-34 {
    margin-left: 34px;
}

.ml-35 {
    margin-left: 35px;
}

.ml-36 {
    margin-left: 36px;
}

.ml-37 {
    margin-left: 37px;
}

.ml-38 {
    margin-left: 38px;
}

.ml-39 {
    margin-left: 39px;
}

.ml-40 {
    margin-left: 40px;
}

.ml-41 {
    margin-left: 41px;
}

.ml-42 {
    margin-left: 42px;
}

.ml-43 {
    margin-left: 43px;
}

.ml-44 {
    margin-left: 44px;
}

.ml-45 {
    margin-left: 45px;
}

.ml-46 {
    margin-left: 46px;
}

.ml-47 {
    margin-left: 47px;
}

.ml-48 {
    margin-left: 48px;
}

.ml-49 {
    margin-left: 49px;
}

.ml-50 {
    margin-left: 50px;
}

/** --------------
        Margin top
------------------ */
.mt-1 {
    margin-top: 1px;
}

.mt-2 {
    margin-top: 2px;
}

.mt-3 {
    margin-top: 3px;
}

.mt-4 {
    margin-top: 4px;
}

.mt-5 {
    margin-top: 5px;
}

.mt-6 {
    margin-top: 6px;
}

.mt-7 {
    margin-top: 7px;
}

.mt-8 {
    margin-top: 8px;
}

.mt-9 {
    margin-top: 9px;
}

.mt-10 {
    margin-top: 10px;
}

.mt-11 {
    margin-top: 11px;
}

.mt-12 {
    margin-top: 12px;
}

.mt-13 {
    margin-top: 13px;
}

.mt-14 {
    margin-top: 14px;
}

.mt-15 {
    margin-top: 15px;
}

.mt-16 {
    margin-top: 16px;
}

.mt-17 {
    margin-top: 17px;
}

.mt-18 {
    margin-top: 18px;
}

.mt-19 {
    margin-top: 19px;
}

.mt-20 {
    margin-top: 20px;
}

.mt-21 {
    margin-top: 21px;
}

.mt-22 {
    margin-top: 22px;
}

.mt-23 {
    margin-top: 23px;
}

.mt-24 {
    margin-top: 24px;
}

.mt-25 {
    margin-top: 25px;
}

.mt-26 {
    margin-top: 26px;
}

.mt-27 {
    margin-top: 27px;
}

.mt-28 {
    margin-top: 28px;
}

.mt-29 {
    margin-top: 29px;
}

.mt-30 {
    margin-top: 30px;
}

.mt-31 {
    margin-top: 31px;
}

.mt-32 {
    margin-top: 32px;
}

.mt-33 {
    margin-top: 33px;
}

.mt-34 {
    margin-top: 34px;
}

.mt-35 {
    margin-top: 35px;
}

.mt-36 {
    margin-top: 36px;
}

.mt-37 {
    margin-top: 37px;
}

.mt-38 {
    margin-top: 38px;
}

.mt-39 {
    margin-top: 39px;
}

.mt-40 {
    margin-top: 40px;
}

.mt-41 {
    margin-top: 41px;
}

.mt-42 {
    margin-top: 42px;
}

.mt-43 {
    margin-top: 43px;
}

.mt-44 {
    margin-top: 44px;
}

.mt-45 {
    margin-top: 45px;
}

.mt-46 {
    margin-top: 46px;
}

.mt-47 {
    margin-top: 47px;
}

.mt-48 {
    margin-top: 48px;
}

.mt-49 {
    margin-top: 49px;
}

.mt-50 {
    margin-top: 50px;
}

* {
    font-size: 14px;
}

/*Font smoothing*/
html {
    -webkit-font-smoothing: antialiased;
}

/* Flex Row */
.flex-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}
.flex-row--reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.flex-column-center {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
}

.flex-row-center {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.reset-flexbox {
    display: block;
    position: relative;
}

.clearfix:after {
    content: "";
    display: table;
    clear: both;
}

/*Width*/
.full-width {
    width: 100%;
}

/*Padding / Margin */
.std-padding {
    padding-left: 36px;
    padding-right: 36px;
}

/*Colors*/
.background-color {
    background-color: #f2f2f2;
}

/** --------------
        Media Helpers
------------------ */
@media all and (max-width: 768px) {
    .hide-xs {
        display: none !important;
    }
}

@media all and (min-width: 769px) {
    .show-xs {
        display: none !important;
    }
}

.clearfix::after {
    content: "";
    clear: both;
    display: table;
}

.clearfix {
    overflow: auto;
}

/** --------------
        Typography
------------------ */
.color-white {
    color: #ffffff;
}

.color-alt {
    color: #362d59;
}

.color-std {
    color: #A6A6A6;
}

.remove-spacing {
    letter-spacing: 0;
}

/** --------------
        Elements
------------------ */
.separator {
    position: relative;
    display: block;
    background-color: #ffffff;
    height: 1px;
    margin-left: 2.57rem;
    margin-right: 2.57rem;
}

/** --------------
        Text
------------------ */
.text-italic {
    font-style: italic;
}

.text-bold {
    font-weight: 700;
}

/**
 * ---------------------------------------------------
 * 	2.  Sections
 * ---------------------------------------------------
 */
/* --------------------- 2.1 Header --------------------- */
.menu-label,
.contact-label {
    font-family: 'Work Sans', sans-serif;
    color: #362d59;
    font-size: 0.85rem;
    font-weight: 500;
}

header {
    /*background: rgba(255, 255, 255, 0.95);*/
background: transparent;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
    -webkit-transition: .5s;
    transition: .5s;
}
header.bgTransparent {
    background: transparent;
    -webkit-transition: .5s;
    transition: .5s;
}
header.headerTransparent {
    background: transparent;
    -webkit-transition: .5s;
    transition: .5s;
}
header.headerSecondary {
    background: #362d59;
    -webkit-transition: .5s;
    transition: .5s;
}
header.headerSecondary.bgTransparent {
    background: transparent;
    -webkit-transition: .5s;
    transition: .5s;
}
header.headerSecondary .menu-label, header.headerSecondary .contact-label {
    color: #ffffff;
}

.header-blank {
    max-height: 490px;
}

.header-container {
    position: relative;
    height: 85px;
}

.menu-label {
    padding-left: .5rem;
    cursor: pointer;
}

.header-menu {
    position: absolute;
    top: 50%;
    left: 36px;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    display: inline-block;
}

.header-phone {
    position: absolute;
    top: 50%;
    right: 36px;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    display: inline-block;
}

.header-logo {
    position: absolute;
    top: 50%;
    right: 50%;
    width: 180px;
    -webkit-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
    display: inline-block;
}

#hamburgerIcon {
    cursor: pointer;
}

#hamburgerIconLine {
    -webkit-transition: .5s;
    transition: .5s;
}
#hamburgerIconLine.hamburgerIconAnimate {
    width: 27px;
    -webkit-transition: .5s;
    transition: .5s;
}

.menu {
    position: absolute;
    display: none;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: table;
    z-index: 1;
    background-color: rgba(255, 255, 255, 0.95);
}

.menu-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 4;
    display: none;
}
.menu-container.active .menu__items {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    -webkit-transition: opacity .7s, -webkit-transform .8s;
    transition: opacity .7s, -webkit-transform .8s;
    transition: opacity .7s, transform .8s;
    transition: opacity .7s, transform .8s, -webkit-transform .8s;
}

.menu__items {
    margin: 0;
    padding: 0;
    list-style: none;
    display: table-cell;
    vertical-align: middle;
    -webkit-transform: translateY(-10%);
    transform: translateY(-10%);
    opacity: 0;
    -webkit-transition: opacity .7s, -webkit-transform .8s;
    transition: opacity .7s, -webkit-transform .8s;
    transition: opacity .7s, transform .8s;
    transition: opacity .7s, transform .8s, -webkit-transform .8s;
}

.menu-item {
    text-align: center;
    color: #ffffff;
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
}
.menu-item a {
    text-transform: uppercase;
    -webkit-transition: .5s;
    transition: .5s;
    text-decoration: none;
}
.menu-item a.active {
    color: white !important;
}

/**
* MOBILE ICONS SHOW / HIDE
*/
.header-mobile-icon {
    max-width: 32px;
    margin-left: 10px;
    margin-right: 10px;
    display: inline-block;
    opacity: 1;
    -webkit-transition: all .5s;
    transition: all .5s;
    width: 32px;
}
@media all and (min-width: 768px) {
    .header-mobile-icon {
        display: none;
    }
}
.header-mobile-icon.isDesktop {
    opacity: 0;
    display: none;
    -webkit-transition: all .5s;
    transition: all .5s;
}

.contact-label {
    -webkit-transition: all .5s;
    transition: all .5s;
}
.contact-label.isMobile {
    opacity: 0;
    display: none;
    -webkit-transition: all .5s;
    transition: all .5s;
}

@media all and (max-width: 768px) {
    .contact-label {
        display: none;
    }
}

@media all and (max-width: 768px) {
    .menu-label {
        display: none;
    }
}

/** 
 * SHOW HIDE LOGIC
 */
header {
    visibility: visible;
    opacity: 1;
    -webkit-transition: all .5s;
    transition: all .5s;
}
header.hideHeader {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .5s;
    transition: all .5s;
}

/* --------------------- 2.2 Footer --------------------- */
/**
 * Footer Logos
 */
.logos {
    background-color: #ffffff;
    width: 100%;
    height: auto;
    /*padding-top: 4rem;*/
    padding-top: 30px;
    position: relative;
    display: block;
}

.logos__container {
    position: relative;
    margin: 0 auto;
    width: 80%;
    text-align: center;
    /*margin-bottom: 4rem;*/
    margin-bottom: 0;
}

.logos__item {
    width: 17%;
    overflow: hidden;
    display: inline-block;
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
}
@media all and (max-width: 768px) {
    .logos__item {
        width: 100%;
    }
}

.logo__item__img {
    position: relative;
    width: 100%;
    height: auto;
}

footer {
    padding-top: 30px;
    padding-bottom: 10px;
    width: 100%;
    background-color: #111;
}

@media all and (max-width: 768px) {
    .social.flex-row,
    .contacts.flex-row {
        display: block;
        width: 100%;
        text-align: center;
    }
}

.social,
.contacts,
.footer-menu {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 15px;
}

.social__list .social__item {
    display: inline-block;
}

.footer-menu__item {
    display: inline-block;
}

.footer-menu {
    margin-top: 20px;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    display: none;
}
.footer-menu li {
    display: inline-block;
    text-align: center;
}
.footer-menu li:after {
    content: " | ";
    position: relative;
    display: inline-block;
    padding-left: 8px;
    padding-right: 8px;
}
.footer-menu li:last-child:after {
    display: none;
}

.social__copy,
.contacts__copy {
    color: #ffffff;
}

.contacts__list .contacts__item {
    display: inline-block;
}

.pr-5 {
    padding-right: 5px !important;
}

.pl-5 {
    padding-left: 5px !important;
}

/* Spacing */
.social {
    margin-top: 15px;
}

.social__list {
    padding-left: 20px;
}
@media all and (max-width: 768px) {
    .social__list {
        padding-left: 0;
        margin-top: 5px;
    }
}

.social__item {
    padding-left: 20px;
}
.social__item svg {
    width: 18px;
    height: 18px;
    margin-top: -2px;
}
.social__item:first-child {
    padding-left: 0;
}

.separator {
    margin-top: 30px;
}

.contacts__list {
    padding-left: 20px;
    margin-top: -4px;
}
@media all and (max-width: 768px) {
    .contacts__list {
        padding-left: 0;
        margin-top: 5px;
    }
}

.incipit-block__list__el svg {
    width: 18px;
    height: 18px;
    margin-top: -2px;
}

/* Copyright */
.copyright {
    background-color: #000;
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
}
.copyright .color-white {
    opacity: .4;
}

/**
 * ---------------------------------------------------
 * 	3.  Components
 * ---------------------------------------------------
 */
.button {
    border: 1px solid;
    display: inline-block;
    width: auto;
    /*padding: 1.2rem 2.57rem;*/
    padding: 10px 20px;
    text-decoration: none;
    -webkit-transition: .5s;
    transition: .5s;
    font-size: 1.1rem;
    /*&:hover{
        background-color: $color-white;
        color: $color-header;
        transition: .5s;
    }*/
}
.button.button--dark {
    -webkit-transition: all .5s;
    transition: all .5s;
    border-color: #5F5E5E;
}
.button.button--dark {
    -webkit-transition: all .5s;
    transition: all .5s;
    color: #5F5E5E;
}
.button.button--dark:visited {
    color: #5F5E5E;
    -webkit-transition: all .5s;
    transition: all .5s;
}
.button.button--dark:hover {
    color: #5F5E5E;
    -webkit-transition: all .5s;
    transition: all .5s;
}
.button.button--dark:active, .button.button--dark:focus {
    color: #5F5E5E;
    -webkit-transition: all .5s;
    transition: all .5s;
}
.button.button--dark:hover {
    background-color: rgba(101, 100, 100, 0.1);
    color: #5F5E5E;
    -webkit-transition: .5s;
    transition: .5s;
    text-decoration: none;
}
.button.button--light {
    -webkit-transition: all .5s;
    transition: all .5s;
    background-color: rgba(255, 255, 255, 0.93);
    border-color: #ffffff;
}
.button.button--light {
    -webkit-transition: all .5s;
    transition: all .5s;
    color: #ae8e31;
}
.button.button--light:visited {
    color: #ae8e31;
    -webkit-transition: all .5s;
    transition: all .5s;
}
.button.button--light:hover {
    color: #ffffff;
    -webkit-transition: all .5s;
    transition: all .5s;
}
.button.button--light:active, .button.button--light:focus {
    color: #ffffff;
    -webkit-transition: all .5s;
    transition: all .5s;
}
.button.button--light:hover {
    background-color: transparent;
    color: #ffffff;
    -webkit-transition: .5s;
    transition: .5s;
    text-decoration: none;
}

.footer-cta__block {
    text-align: center;
    padding: 4rem 3rem;
}
.footer-cta__block:first-child {
    background-color: #362d59;
}
.footer-cta__block:last-child {
    background-color: #A6A6A6;
}

.footer-cta__block--reverse {
    color: #ffffff;
    text-align: center;
    padding: 8rem 3rem;
}
.footer-cta__block--reverse:first-child {
    background-color: #A6A6A6;
}
.footer-cta__block--reverse:last-child {
    background-color: #5F5E5E;
}

#map {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.maps-title {
    color: #5F5E5E;
}

@media all and (max-width: 768px) {
    .footer-cta__container--map {
        min-height: 200px;
    }
}

.wish-block {
    background-size: 100% !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    -webkit-transition: all .5s;
    transition: all .5s;
}
.wish-block:hover {
    background-size: 110% !important;
    -webkit-transition: all .5s;
    transition: all .5s;
}
.wish-block__element {
    padding: 6rem 3rem;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
}

.testimonial-block a {
    text-align: center;
}
.testimonial-block__title {
    text-align: center;
}
.testimonial-block__cite {
    text-align: center;
    font-size: 1.3rem;
    line-height: 160%;
    margin-top: 2rem;
}
.testimonial-block__author {
    text-align: center !important;
    text-transform: uppercase !important;
}
.testimonial-block__pager {
    display: inline-block;
    width: 10px;
    height: 10px;
}
.testimonial-block .slick-dots {
    display: block;
    position: relative;
    margin: 0 auto;
    width: 100%;
    text-align: center;
}
.testimonial-block li[role=presentation] {
    display: inline;
    opacity: .4;
}
.testimonial-block li.slick-active {
    opacity: 1;
}

.testimonial-block__pager {
    background-color: #A6A6A6;
    padding: 5px;
    margin: 5px;
    cursor: pointer;
}

.testimonial-page {
    margin-top: 4rem;
}
.testimonial-page:first-child {
    margin-top: 0;
}
.testimonial-page__title {
    margin-bottom: 1rem;
}
.testimonial-page__text {
    padding-left: 1rem;
    border-left: 4px solid #362d59;
}
.testimonial-page__author::before {
    content: " - ";
}

.contact-block {
    text-align: center;
    margin-top: 8rem;
    margin-bottom: 8rem;
}
@media all and (max-width: 1200px) {
    .contact-block {
        overflow: hidden !important;
    }
}
.contact-block__title {
    text-align: center;
    margin-bottom: 2rem;
}

/*Form Error*/
.form-error {
    color: #a97f7f !important;
}

.form-success {
    color: #362d59 !important;
}

/*Form Styling*/
/* general style for the form */
.nl-form {
    width: 100%;
    margin: 0.3em auto 0 auto;
    font-size: 1.7rem;
    line-height: 1.8;
    font-family: 'Open Sans', sans-serif;
    color: #A6A6A6;
}
.nl-form strong {
    font-weight: 600;
}

.nl-form ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

/* normalize the input elements, make them look like everything else */
.nl-form input,
.nl-form select,
.nl-form button {
    border: none;
    background: transparent;
    font-family: 'Open Sans', sans-serif;
    font-size: inherit;
    color: inherit;
    font-weight: inherit;
    line-height: inherit;
    display: inline-block;
    padding: 0;
    margin: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.nl-form input:focus {
    outline: none;
}

/* custom field (drop-down, text element) styling  */
.nl-field {
    display: inline-block;
    position: relative;
}

.nl-field.nl-field-open {
    z-index: 10000;
}

/* the toggle is the visible part in the form */
.nl-field-toggle,
.nl-form input,
.nl-form select {
    line-height: inherit;
    display: inline-block;
    color: #362d59 !important;
    cursor: pointer;
    border-bottom: 1px dashed #362d59;
}

.nl-field-open li {
    font-size: 2rem !important;
}

/* drop-down list / text element */
.nl-field ul {
    position: absolute;
    visibility: hidden;
    background: #a58879;
    left: -0.5em;
    top: 50%;
    font-size: 80%;
    opacity: 0;
    -webkit-transform: translateY(-40%) scale(0.9);
    transform: translateY(-40%) scale(0.9);
    -webkit-transition: visibility 0s 0.3s, opacity 0.3s, -webkit-transform 0.3s;
    transition: visibility 0s 0.3s, opacity 0.3s, -webkit-transform 0.3s;
    transition: visibility 0s 0.3s, opacity 0.3s, transform 0.3s;
    transition: visibility 0s 0.3s, opacity 0.3s, transform 0.3s, -webkit-transform 0.3s;
}

.nl-field.nl-field-open ul {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(-50%) scale(1);
    transform: translateY(-50%) scale(1);
    -webkit-transition: visibility 0s 0s, opacity 0.3s, -webkit-transform 0.3s;
    transition: visibility 0s 0s, opacity 0.3s, -webkit-transform 0.3s;
    transition: visibility 0s 0s, opacity 0.3s, transform 0.3s;
    transition: visibility 0s 0s, opacity 0.3s, transform 0.3s, -webkit-transform 0.3s;
}

.nl-field ul li {
    color: #fff;
    position: relative;
}

.nl-dd ul li {
    padding: 0 0.5em 0 0.5em;
    cursor: pointer;
    white-space: nowrap;
    text-align: left;
}

.nl-dd ul li.nl-dd-checked {
    color: #362d59;
}

.no-touch .nl-dd ul li:hover {
    background: rgba(0, 0, 0, 0.05);
}

.no-touch .nl-dd ul li:hover:active {
    color: #362d59;
}

/* icons for some elements */
.nl-dd ul li.nl-dd-checked:before,
.nl-submit:before,
.nl-field-go:before {
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
}

.nl-dd ul li.nl-dd-checked:before {
    content: "";
    position: absolute;
    right: 0;
    font-size: 50%;
    line-height: 3;
}

.nl-ti-text ul {
    min-width: 13em;
}

.nl-ti-text ul li.nl-ti-input input {
    width: auto;
    padding: 0.5em 1em 0.5em 0.5em;
    border-bottom: none;
    color: #fff;
    font-size: 2rem;
}

.nl-form .nl-field-go {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    cursor: pointer;
    background: rgba(0, 0, 0, 0.1);
    width: 1.8em;
    text-align: center;
    color: transparent;
}

.nl-field-go:before {
    content: ">";
    font-size: 95%;
    color: #ffffff;
    width: 100%;
    height: auto;
    line-height: 3;
    display: block;
}

/* custom placeholder color */
input::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.8);
    font-size: 2rem;
}

input:active::-webkit-input-placeholder,
input:focus::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.2);
}

input::-moz-placeholder {
    color: rgba(255, 255, 255, 0.8);
}

input:active::-moz-placeholder,
input:focus::-moz-placeholder {
    color: rgba(255, 255, 255, 0.2);
}

input:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.8);
}

input:active::-ms-input-placeholder,
input:focus::-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.2);
}

/* example field below text input */
.nl-ti-text ul li.nl-ti-example {
    font-size: 70% !important;
    font-style: italic;
    font-weight: 400;
    padding: 0.4em 1em;
    color: rgba(0, 0, 0, 0.2);
    border-top: 1px dashed rgba(255, 255, 255, 0.7);
}

.nl-ti-text ul li.nl-ti-example em {
    color: #fff;
}

/* submit button */
.nl-submit-wrap {
    margin-top: 0.4em;
}

.nl-form .nl-submit {
    line-height: 3;
    text-transform: uppercase;
    cursor: pointer;
    position: relative;
    background: #76C3BD;
    color: #fff;
    padding: 0 1em 0 0;
    font-size: 40%;
    font-weight: bold;
    letter-spacing: 3px;
}

.no-touch .nl-form .nl-submit:hover,
.no-touch .nl-form .nl-submit:active {
    background: #69B1A9;
}

.no-touch .nl-form .nl-submit:hover:before {
    background: #58a199;
}

/* overlay becomes visible when a field is opened */
.nl-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    opacity: 0;
    z-index: 9999;
    visibility: hidden;
    -webkit-transition: visibility 0s 0.3s, opacity 0.3s;
    transition: visibility 0s 0.3s, opacity 0.3s;
}

.nl-field.nl-field-open ~ .nl-overlay {
    opacity: 1;
    visibility: visible;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}

button.button {
    margin-top: 1.6rem;
    cursor: pointer;
    font-size: 1rem;
    border: 1px solid;
    display: inline-block;
    width: auto;
    padding: .8rem 2.57rem;
    text-decoration: none;
    -webkit-transition: .5s;
    transition: .5s;
    border-color: #5F5E5E;
    font-family: 'Work Sans', sans-serif;
    text-transform: uppercase;
}
button.button:hover {
    background-color: rgba(101, 100, 100, 0.1);
    color: #5F5E5E;
    -webkit-transition: .5s;
    transition: .5s;
    text-decoration: none;
}

@media screen and (max-width: 45em) {
    .nl-form {
        font-size: 1.2rem;
    }
}
/* Responsive NL Field*/
@media all and (max-width: 1200px) {
    .nl-field ul {
        position: fixed;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, 0) !important;
        transform: translate(-50%, 0) !important;
        width: 400px;
    }
}
@media all and (max-width: 768px) {
    .nl-field ul {
        position: fixed;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, 0) !important;
        transform: translate(-50%, 0) !important;
        width: 300px;
    }
}

/* Edit textarea */
.nl-ti-input {
    overflow: hidden;
}
.nl-ti-input textarea {
    background: transparent !important;
    color: white;
    border: none;
    max-width: 80%;
    float: left;
    overflow: hidden;
}
.nl-ti-input .nl-field-go-textarea:before {
    content: ">";
    font-size: 95%;
    color: #ffffff;
    width: 100%;
    height: auto;
    line-height: 3.9;
    display: block;
    height: 100%;
}

.form {
    max-width: 80%;
    margin: 0 auto;
    text-align: center;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    /*Fixing form*/
}
.form .form-label {
    width: 100%;
}
.form .form-label {
    text-align: left;
    font-size: 18px;
    font-family: 'Work Sans', sans-serif;
    color: #d89882;
    margin-bottom: .5rem;
}
.form input,
.form select,
.form textarea {
    width: 100%;
    padding-top: .5rem;
    padding-bottom: .5rem;
    padding-left: 20px;
    font-size: 18px;
    color: #a6a6a6;
    background-color: white;
}
.form input:focus,
.form select:focus,
.form textarea:focus {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}
.form select {
    height: 40px;
    border-color: #d0d0d0;
    border-radius: 0 !important;
    -webkit-appearance: none;
}
.form textarea {
    border-color: #d0d0d0;
}
.form input[type="submit"] {
    margin-top: 1.6rem;
    cursor: pointer;
    font-size: 1rem;
    border: 1px solid;
    display: inline-block;
    width: auto;
    padding: .8rem 2.57rem;
    text-decoration: none;
    -webkit-transition: .5s;
    transition: .5s;
    border-color: #5F5E5E;
    font-family: 'Work Sans', sans-serif;
    text-transform: uppercase;
}
.form input[type="submit"]:hover {
    background-color: rgba(101, 100, 100, 0.1);
    color: #5F5E5E;
    -webkit-transition: .5s;
    transition: .5s;
    text-decoration: none;
}

.blog__block {
    background-color: #ffffff;
    min-height: 350px;
    margin-top: 4rem;
    margin-bottom: 4rem;
}
.blog__block:first-child {
    margin-top: 0;
}
.blog__block__first {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    min-height: 350px;
}
.blog__block__second {
    padding: 2rem 3rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
}
.blog__block__title {
    margin-bottom: 1.8rem;
}

.back-blog {
    background-color: #362d59;
    padding-top: 2rem;
    padding-bottom: 2rem;
    text-align: center;
}

.content-blog {
    max-width: 700px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}
.content-blog img {
    max-width: 100% !important;
    height: auto !important;
}

.next-blog {
    background-color: #5F5E5E;
    padding-top: 2rem;
    padding-bottom: 2rem;
    text-align: center;
}

.dvk-social-sharing {
    margin-top: 32px;
}

.elle {
    position: fixed;
    top: 600px;
    width: 50%;
    right: 0;
    height: 250px;
}

.l-container {
    position: relative;
    overflow: hidden;
    padding-bottom: 5rem;
    padding-top: 5rem;
}

.l-container__image {
    background-color: red;
    position: absolute;
    width: 100%;
    min-height: 200%;
    -webkit-transition: all .5s;
    transition: all .5s;
}

.l-image {
    height: 150%;
    width: auto;
}

.content-min {
    max-width: 700px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}
.content-min img {
    max-width: 100% !important;
    height: auto !important;
}

.lSlide__block {
    position: relative;
}
.lSlide__block .inner-img-wrapper {
    height: 100%;
    display: block;
    overflow: hidden;
}
.lSlide__block .slide-wrapper {
    -webkit-animation: lSlide 60s linear infinite;
    animation: lSlide 60s linear infinite;
}
.lSlide__block .container-img-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.lSlide__block .container-img-wrapper img {
    float: left;
    position: relative;
    height: 100%;
    max-width: none;
    width: auto;
}
.lSlide__block .content {
    position: relative;
    background: rgba(54, 45, 89, 0.92);
    z-index: 3;
    width: 50%;
    margin-left: 10%;
    min-height: 400px;
}
.lSlide__block .content.content-alt {
    background-color: #ffffff;
}
.lSlide__block .content.content-transparent {
    background-color: transparent;
}
@media all and (min-width: 1200px) {
    .lSlide__block .content {
        width: 50%;
    }
}
@media all and (max-width: 1200px) {
    .lSlide__block .content {
        width: 60%;
    }
}
@media all and (max-width: 1024px) {
    .lSlide__block .content {
        width: 60%;
    }
}
@media all and (max-width: 898px) {
    .lSlide__block .content {
        width: 70%;
        margin-left: 15%;
    }
}
@media all and (max-width: 768px) {
    .lSlide__block .content {
        width: 90%;
        margin-left: 5%;
    }
}
.lSlide__block .content-inner {
    position: relative;
}
@media all and (min-width: 1200px) {
    .lSlide__block .content-inner {
        min-height: 600px;
    }
}
@media all and (max-width: 1200px) {
    .lSlide__block .content-inner {
        min-height: 500px;
    }
}
@media all and (max-width: 1024px) {
    .lSlide__block .content-inner {
        min-height: 500px;
    }
}
@media all and (max-width: 898px) {
    .lSlide__block .content-inner {
        min-height: 600px;
    }
}
.lSlide__block .content-inner .content-text {
    padding: 4rem 6rem;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
@media all and (max-width: 768px) {
    .lSlide__block .content-inner .content-text {
        padding: 2rem 3rem;
    }
}
@media all and (max-width: 480px) {
    .lSlide__block .content-inner .content-text {
        padding: 2rem 2rem;
        position: relative;
        top: auto;
        left: auto;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}
@-webkit-keyframes lSlide {
    0% {
        -webkit-transform: translateX 0;
        transform: translateX 0;
    }
    100% {
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }
}
@keyframes lSlide {
    0% {
        -webkit-transform: translateX 0;
        transform: translateX 0;
    }
    100% {
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }
}
/* Second row block */
.lSlide__block {
    position: relative;
}
.lSlide__block--fw {
    width: 100%;
}

.lSlide__block__column {
    position: absolute;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.lSlide__block__column--first {
    width: 40%;
    top: 0;
    left: 0;
}

.lSlide__block__column--second {
    width: 60%;
    top: 0;
    right: 0;
}

.lSlide__color-overlay {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 1;
    width: 100%;
    height: 100%;
    background-color: #ffffff;
}

/*  SQUARED BLOCK  */
.squared-block {
    position: relative;
    width: 80%;
    margin-left: 10%;
    margin-right: 10%;
    display: block;
}

.squared-container {
    position: relative;
    width: 50%;
    float: left;
}

.squared-inner-img-container {
    position: relative;
    float: right;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}

.squared-img {
    position: absolute;
    right: 0;
}

.uno {
    top: 0;
    left: 0;
}

.due {
    top: 400px;
    left: 100px;
}

.uno, .due {
    position: absolute;
    left: 50px;
}

.container-img-wrapper--white {
    background-color: red;
}

.image-inner-container {
    position: relative;
    display: block;
    float: right;
    width: 40%;
    background: green;
}

.content-inner--relative {
    min-height: auto !important;
    padding: 4rem 6rem;
}

.lSlide__block__second {
    margin-top: 4rem;
    margin-bottom: 4rem;
}

@media all and (max-width: 898px) {
    .container-img-wrapper-2 {
        display: none;
    }
}

.lSlide__block__second .content-inner--relative {
    padding: 0;
}
@media all and (min-width: 898px) {
    .lSlide__block__second .content-inner--relative {
        padding: 4rem 6rem;
    }
}

.lSlide-responsive-block .lSlide-responsive-block-img {
    min-height: 350px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
@media all and (min-width: 898px) {
    .lSlide-responsive-block .lSlide-responsive-block-img {
        display: none;
    }
}

/*Intro*/
.trip-intro {
    background-color: #362d59;
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.cases-intro__text {
    font-size: 1.3rem;
    letter-spacing: 0px;
    line-height: 168%;
    font-family: 'Frank Ruhl Libre', serif;
}

.dvk-social-sharing > a {
    margin-left: 4px !important;
}

/*Trip Intro*/
.trip-first-image__image {
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
}
@media all and (max-width: 768px) {
    .trip-first-image__image {
        min-height: 350px;
    }
}
.trip-first-image__text {
    padding: 6rem 4rem;
}

/*Trip Block*/
.trip-block {
    padding-top: 4rem;
    padding-bottom: 4rem;
}
.trip-block--alt-bg {
    background-color: #f7f7f7;
}
.trip-block__info__block__title {
    margin-top: 2rem;
}
.trip-block__info__block__els {
    color: #A6A6A6;
}
.trip-block__info__block__tappe {
    font-family: 'Work Sans', sans-serif;
    font-size: 1rem;
    letter-spacing: 0;
    font-weight: 500;
}
@media all and (max-width: 768px) {
    .trip-block__description {
        margin-top: 2rem;
    }
}

.trip-block__info__block:first-child .trip-block__info__block__title {
    margin-top: 0;
}

/*FW Image Block*/
.trip-fw-image {
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    min-height: 500px;
}
@media all and (max-width: 768px) {
    .trip-fw-image {
        min-height: 300px;
    }
}
@media all and (max-width: 1024px) {
    .trip-fw-image {
        min-height: 400px;
    }
}
@media all and (max-width: 1200px) {
    .trip-fw-image {
        min-height: 500px;
    }
}

/*Trip Carousel*/
.trip-carousel__item {
    min-height: 300px;
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
}
@media all and (max-width: 768px) {
    .trip-carousel__item {
        min-height: 300px;
    }
}
@media all and (max-width: 1024px) {
    .trip-carousel__item {
        min-height: 400px;
    }
}
@media all and (max-width: 1200px) {
    .trip-carousel__item {
        min-height: 400px;
    }
}

/*Next Story*/
.next-story {
    background-color: #ffffff;
    padding-top: 2.5rem;
    padding-bottom: 2rem;
    text-align: center;
    display: inline-block;
}

.next-story h2 {
    display: inline-block;
    border-bottom: 1px solid #362d59;
    -webkit-transition: all .5s;
    transition: all .5s;
    width: auto;
}
.next-story h2:hover {
    border-color: #A6A6A6;
}

.question {
    visibility: hidden;
    height: 0 !important;
    overflow: hidden;
    -webkit-transition: all 2s;
    transition: all 2s;
    opacity: 0;
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
}
.question.activeQuestion {
    opacity: 1;
    visibility: visible;
    height: auto !important;
    -webkit-transition: all 2s;
    transition: all 2s;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

#submitQuiz {
    display: none;
    width: 100%;
}
#submitQuiz.activeSubmit {
    display: block;
}

.progressBar {
    display: block;
    position: absolute;
    width: 5px;
    height: 0;
    min-width: 5px;
    max-width: 5px;
    right: 0;
    background-color: #362d59;
    -webkit-transition: all 3s;
    transition: all 3s;
    z-index: 3;
}
@media all and (max-width: 768px) {
    .progressBar {
        top: 0;
        left: 0;
        height: 5px;
        width: 0;
    }
}

.quiz {
    position: relative;
    display: block;
    width: 100%;
    height: 100vh;
    max-width: 100%;
    overflow: hidden;
}
@media all and (max-width: 768px) {
    .quiz {
        height: auto;
    }
}
.quiz__form {
    position: relative;
    width: 50%;
    height: 100%;
    float: left;
}
@media all and (max-width: 768px) {
    .quiz__form {
        width: 100%;
        padding-top: 130px;
        padding-bottom: 100px;
        float: none;
    }
}
.quiz__image {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    opacity: 0;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: opacity 0.5s, -webkit-transform 1s cubic-bezier(0, 0, 0.2, 1);
    transition: opacity 0.5s, -webkit-transform 1s cubic-bezier(0, 0, 0.2, 1);
    transition: transform 1s cubic-bezier(0, 0, 0.2, 1), opacity 0.5s;
    transition: transform 1s cubic-bezier(0, 0, 0.2, 1), opacity 0.5s, -webkit-transform 1s cubic-bezier(0, 0, 0.2, 1);
}
.quiz__image.previousImage {
    opacity: 1;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: opacity 0.5s, -webkit-transform 1s cubic-bezier(0, 0, 0.2, 1);
    transition: opacity 0.5s, -webkit-transform 1s cubic-bezier(0, 0, 0.2, 1);
    transition: transform 1s cubic-bezier(0, 0, 0.2, 1), opacity 0.5s;
    transition: transform 1s cubic-bezier(0, 0, 0.2, 1), opacity 0.5s, -webkit-transform 1s cubic-bezier(0, 0, 0.2, 1);
}
.quiz__image.currentImage {
    opacity: 1;
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    -webkit-transition: opacity 0.5s, -webkit-transform 1s cubic-bezier(0, 0, 0.2, 1);
    transition: opacity 0.5s, -webkit-transform 1s cubic-bezier(0, 0, 0.2, 1);
    transition: transform 1s cubic-bezier(0, 0, 0.2, 1), opacity 0.5s;
    transition: transform 1s cubic-bezier(0, 0, 0.2, 1), opacity 0.5s, -webkit-transform 1s cubic-bezier(0, 0, 0.2, 1);
}
.quiz__image__container {
    float: left;
    width: 50%;
    height: 100%;
    position: relative;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-transition: all 1s cubic-bezier(0, 0, 0.2, 1);
    transition: all 1s cubic-bezier(0, 0, 0.2, 1);
    display: block;
    overflow: hidden;
}
@media all and (max-width: 768px) {
    .quiz__image__container {
        width: 100%;
        float: none;
        min-height: 400px;
    }
}

.quiz-form {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    width: 100%;
    height: 100%;
    z-index: 2;
    margin: 0 auto;
    padding-left: 36px;
    padding-right: 36px;
}

/**
 * QUSTION RADIO AND ENV
 */
.form-check-label {
    margin-left: 15px;
    margin-top: 2.5px;
}

input.form-check-input {
    -webkit-appearance: none;
    /* remove default */
    display: block;
    width: 10px;
    height: 10px;
    /*border-radius: 12px;*/
    cursor: pointer;
    vertical-align: middle;
    -webkit-box-shadow: #A6A6A6 0 1px 1px, #A6A6A6 0 0 0 1px;
    box-shadow: #A6A6A6 0 1px 1px, #A6A6A6 0 0 0 1px;
    background-color: #ffffff;
    background-image: -webkit-radial-gradient(#dbb19b, #dbb19b);
    background-repeat: no-repeat;
    -webkit-transition: background-position 0.15s cubic-bezier(0.8, 0, 1, 1), -webkit-transform 0.25s cubic-bezier(0.8, 0, 1, 1);
    outline: none;
}

input.form-check-input:checked {
    -webkit-transition: background-position 0.2s 0.15s cubic-bezier(0, 0, 0.2, 1), -webkit-transform 0.25s cubic-bezier(0, 0, 0.2, 1);
}

input.form-check-input:active {
    -webkit-transform: scale(1.2);
    -webkit-transition: -webkit-transform 0.1s cubic-bezier(0, 0, 0.2, 1);
}

.form-check-input {
    margin-left: 3px;
    margin-top: 2px;
    margin-top: 8px;
}

.form-check {
    padding-left: 0;
}

.form-check-label {
    margin-left: 34px;
}

.form-title {
    margin-bottom: 24px;
}

/* The up/down direction logic */
input.form-check-input,
input.form-check-input:active {
    background-position: 0 24px;
    background-image: -webkit-radial-gradient(#dbb19b, #dbb19b);
}

input.form-check-input:checked {
    background-position: 0 0;
}

input.form-check-input:checked ~ input.form-check-input,
input.form-check-input:checked ~ input.form-check-input:active {
    background-position: 0 -24px;
    background-image: -webkit-radial-gradient(#dbb19b, #dbb19b);
}

/*Form input*/
.form-group input[type="text"],
.form-group input[type="email"] {
    border-radius: 0;
    padding-top: 8px;
    padding-bottom: 8px;
}
.form-group .form-control:focus {
    border-color: #362d59;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.form-group ::-webkit-input-placeholder {
    font-size: 1.2rem;
    color: #A6A6A6;
}
.form-group ::-moz-placeholder {
    font-size: 1.2rem;
    color: #A6A6A6;
}
.form-group :-ms-input-placeholder {
    font-size: 1.2rem;
    color: #A6A6A6;
}

/**
 * Swiper 4.3.3
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2018 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: June 5, 2018
 */
.swiper-container {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    /* Fix of Webkit flickering */
    z-index: 1;
}

.swiper-container-no-flexbox .swiper-slide {
    float: left;
}

.swiper-container-vertical > .swiper-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
    -webkit-transform: translate3d(0px, 0, 0);
    transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.swiper-container-free-mode > .swiper-wrapper {
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    margin: 0 auto;
}

.swiper-slide {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
}

.swiper-invisible-blank-slide {
    visibility: hidden;
}

/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
    height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-transition-property: height, -webkit-transform;
    transition-property: height, -webkit-transform;
    transition-property: transform, height;
    transition-property: transform, height, -webkit-transform;
}

/* 3D Effects */
.swiper-container-3d {
    -webkit-perspective: 1200px;
    perspective: 1200px;
}

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
    background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(transparent));
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), transparent);
}

.swiper-container-3d .swiper-slide-shadow-right {
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(transparent));
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), transparent);
}

.swiper-container-3d .swiper-slide-shadow-top {
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(transparent));
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), transparent);
}

.swiper-container-3d .swiper-slide-shadow-bottom {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(transparent));
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), transparent);
}

/* IE10 Windows Phone 8 Fixes */
.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal > .swiper-wrapper {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
}

.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical > .swiper-wrapper {
    -ms-touch-action: pan-x;
    touch-action: pan-x;
}

.swiper-button-prev,
.swiper-button-next {
    position: absolute;
    top: 50%;
    width: 27px;
    height: 44px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    background-size: 27px 44px;
    background-position: center;
    background-repeat: no-repeat;
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
    opacity: 0.35;
    cursor: auto;
    pointer-events: none;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
    left: 10px;
    right: auto;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
    right: 10px;
    left: auto;
}

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-lock {
    display: none;
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    -webkit-transition: 300ms opacity;
    transition: 300ms opacity;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
    opacity: 0;
}

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
    bottom: 10px;
    left: 0;
    width: 100%;
}

/* Bullets */
.swiper-pagination-bullets-dynamic {
    overflow: hidden;
    font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transform: scale(0.33);
    transform: scale(0.33);
    position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
    -webkit-transform: scale(1);
    transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    -webkit-transform: scale(1);
    transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    -webkit-transform: scale(0.66);
    transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    -webkit-transform: scale(0.33);
    transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    -webkit-transform: scale(0.66);
    transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    -webkit-transform: scale(0.33);
    transform: scale(0.33);
}

.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: #000;
    opacity: 0.2;
}

button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer;
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: #007aff;
}

.swiper-container-vertical > .swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    -webkit-transform: translate3d(0px, -50%, 0);
    transform: translate3d(0px, -50%, 0);
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 6px 0;
    display: block;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 8px;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    display: inline-block;
    -webkit-transition: 200ms top, 200ms -webkit-transform;
    transition: 200ms top, 200ms -webkit-transform;
    transition: 200ms transform, 200ms top;
    transition: 200ms transform, 200ms top, 200ms -webkit-transform;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 4px;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    white-space: nowrap;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transition: 200ms left, 200ms -webkit-transform;
    transition: 200ms left, 200ms -webkit-transform;
    transition: 200ms transform, 200ms left;
    transition: 200ms transform, 200ms left, 200ms -webkit-transform;
}

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transition: 200ms right, 200ms -webkit-transform;
    transition: 200ms right, 200ms -webkit-transform;
    transition: 200ms transform, 200ms right;
    transition: 200ms transform, 200ms right, 200ms -webkit-transform;
}

/* Progress */
.swiper-pagination-progressbar {
    background: rgba(0, 0, 0, 0.25);
    position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: #007aff;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: left top;
    transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    -webkit-transform-origin: right top;
    transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0;
}

.swiper-container-vertical > .swiper-pagination-progressbar,
.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0;
}

.swiper-pagination-white .swiper-pagination-bullet-active {
    background: #ffffff;
}

.swiper-pagination-progressbar.swiper-pagination-white {
    background: rgba(255, 255, 255, 0.25);
}

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
    background: #ffffff;
}

.swiper-pagination-black .swiper-pagination-bullet-active {
    background: #000000;
}

.swiper-pagination-progressbar.swiper-pagination-black {
    background: rgba(0, 0, 0, 0.25);
}

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
    background: #000000;
}

.swiper-pagination-lock {
    display: none;
}

/* Scrollbar */
.swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%;
}

.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    left: 0;
    top: 0;
}

.swiper-scrollbar-cursor-drag {
    cursor: move;
}

.swiper-scrollbar-lock {
    display: none;
}

.swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
}

.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.swiper-slide-zoomed {
    cursor: move;
}

/* Preloader */
.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
    animation: swiper-preloader-spin 1s steps(12, end) infinite;
}

.swiper-lazy-preloader:after {
    display: block;
    content: '';
    width: 100%;
    height: 100%;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
    background-position: 50%;
    background-size: 100%;
    background-repeat: no-repeat;
}

.swiper-lazy-preloader-white:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

@-webkit-keyframes swiper-preloader-spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes swiper-preloader-spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
/* a11y */
.swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
    pointer-events: none;
    -webkit-transition-property: opacity;
    transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
    pointer-events: none;
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}

.swiper-container-cube {
    overflow: visible;
}

.swiper-container-cube .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
    visibility: hidden;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    width: 100%;
    height: 100%;
}

.swiper-container-cube .swiper-slide .swiper-slide {
    pointer-events: none;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
    -webkit-transform-origin: 100% 0;
    transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
    pointer-events: auto;
    visibility: visible;
}

.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.swiper-container-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.6;
    -webkit-filter: blur(50px);
    filter: blur(50px);
    z-index: 0;
}

.swiper-container-flip {
    overflow: visible;
}

.swiper-container-flip .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
}

.swiper-container-flip .swiper-slide .swiper-slide {
    pointer-events: none;
}

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}

.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.swiper-container-coverflow .swiper-wrapper {
    /* Windows 8 IE 10 fix */
    -ms-perspective: 1200px;
}

/*Setup Slider*/
.swiper-container {
    width: 100%;
    height: 100%;
    margin-left: 0;
    margin-right: 0;
    overflow: hidden !important;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    /*background: #fff;*/
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
    display: none;
}

.posted_in {
    display: none !important;
}

.woocommerce-product-gallery {
    width: 100% !important;
}

.woocommerce div.product div.summary {
    margin-bottom: 2em;
    width: 100%;
    text-align: center;
}

.woocommerce div.product form.cart .button {
    float: none;
}

.woocommerce div.product p.price, .woocommerce div.product span.price {
    color: #362d59;
    font-size: 2rem;
}

.woocommerce button.button.alt {
    -webkit-transition: all .5s;
    transition: all .5s;
    border-color: #5F5E5E !important;
    border: none;
    display: inline-block;
    width: auto;
    padding: 1.2rem 2.57rem;
    text-decoration: none;
    -webkit-transition: .5s;
    transition: .5s;
    border-radius: 0;
    background-color: #362d59 !important;
    color: #ffffff !important;
    font-family: "Work Sans", sans-serif !important;
    font-weight: 500 !important;
}
.woocommerce button.button.alt {
    -webkit-transition: all .5s;
    transition: all .5s;
    color: #5F5E5E;
}
.woocommerce button.button.alt:visited {
    color: #5F5E5E;
    -webkit-transition: all .5s;
    transition: all .5s;
}
.woocommerce button.button.alt:hover {
    color: #5F5E5E;
    -webkit-transition: all .5s;
    transition: all .5s;
}
.woocommerce button.button.alt:active, .woocommerce button.button.alt:focus {
    color: #5F5E5E;
    -webkit-transition: all .5s;
    transition: all .5s;
}
.woocommerce button.button.alt:hover {
    background-color: rgba(101, 100, 100, 0.1) !important;
    color: #5F5E5E !important;
    -webkit-transition: 0.5s !important;
    transition: 0.5s !important;
    text-decoration: none !important;
}

.woocommerce div.product div.images {
    margin-bottom: 1rem;
}

.woocommerce-Tabs-panel {
    display: none !important;
}

.single-product__description {
    text-align: center;
    margin-top: 20px;
}

/**
 *
 *  CHECKOUT PAGE
 *
 */
.woocommerce-input-wrapper {
    width: 100%;
}

.woocommerce-billing-fields input {
    background-image: none !important;
    padding-top: 7px;
    padding-bottom: 7px;
    padding-left: 10px;
}

.woocommerce-privacy-policy-text {
    display: none;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px;
    border-radius: 2px !important;
    padding: 5px 10px !important;
    margin-bottom: 10px;
    background-color: #ffffff;
    border: solid 1px #ccc;
}

.select2-container--default .select2-selection--single {
    border: none !important;
    border-radius: 2px !important;
}

.form-row {
    margin-top: 15px;
}

#billing_country_field, #billing_state_field {
    margin-bottom: 20px !important;
}

.woocommerce form .form-row textarea {
    border-color: #ccc;
}

.woocommerce-additional-fields {
    margin-top: 2rem;
}

.woocommerce ul.order_details {
    margin-bottom: 2rem !important;
}

.button.wc-forward {
    display: none !important;
}

.button.wc-backward {
    display: none !important;
}

/**
 * ---------------------------------------------------
 * 	4.  Pages
 * ---------------------------------------------------
 */
/* --------------------- 4.1 Home page --------------------- */
/**
 * ---------------------------------------------------
 * 	Layout
 * ---------------------------------------------------
 */
.lf-intro {
    background-size: cover;
    background-position: center center;
    height: 100vh;
    position: relative;
    display: block;
    background-repeat: no-repeat;
}

.lf-half {
    display: block;
    position: relative;
    height: 100vh;
}

.lf-intro-text {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    text-align: center;
}

.lf-half__wrapper {
    width: 100%;
    height: 100vh;
    position: relative;
    overflow: hidden;
}

.lf-half__first {
    position: relative;
    float: left;
    min-width: 40%;
    max-width: 40%;
    height: 100%;
    max-height: 100vh;
}

.lf-half__second {
    float: left;
    position: relative;
    min-width: 60%;
    max-width: 60%;
    height: 100%;
    max-height: 100vh;
}

.squared-box__aligner {
    position: relative;
}

.squared-box {
    position: absolute;
    /*width: 64vh;*/
    width: 55vw;
    height: 54vh;
    left: 50%;
    top: 23vh;
    bottom: 23vh;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    border: 4px solid white;
}
@media all and (max-width: 768px) {
    .squared-box {
        border: none;
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: auto;
        height: auto;
        top: auto;
        bottom: auto;
        min-height: 100vh;
    }
}
@media all and (max-width: 1100px) {
    .squared-box {
        position: absolute;
        width: 50vh;
        height: 54vh;
        left: 50%;
        top: 50%;
        bottom: auto;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }
}
.squared-box__text-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-line-pack: center;
    align-content: center;
    text-align: center;
    min-height: 100%;
    max-height: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-left: 2.57rem;
    margin-right: 2.57rem;
}

/* Fix Fullpage js fp-auto-height */
.section.fp-auto-height.fp-section.fp-table {
    height: auto !important;
}
.section.fp-auto-height.fp-section.fp-table .fp-tableCell {
    height: auto !important;
}

/**
 * ---------------------------------------------------
 * 	Elements
 * ---------------------------------------------------
 */
.lf__copy {
    padding-left: 36px;
    padding-right: 36px;
    padding-top: 72px;
    padding-bottom: 72px;
}
.lf__copy--center {
    position: absolute;
    top: 50%;
    max-width: 100%;
    margin: auto 20px;
    text-align: center;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.lf-half__image-wrapper {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
}

.lf-half__image-wrapper__container {
    width: 100%;
    height: 100%;
    float: left;
    position: relative;
    overflow: hidden;
}

.lf-half__image-wrapper__items {
    width: 200%;
    height: 100%;
}

.lf-half__image-wrapper__single {
    width: 50%;
    height: 100%;
    float: left;
    background-size: cover !important;
    background-position: center center !important;
}

.lf__video-wrapper {
    position: relative;
    overflow: hidden;
    height: 100%;
    width: 100%;
}

.lf__video-item {
    height: 100%;
}

.lf__wordCarousel__item__cite {
    text-transform: uppercase;
}

.lf__wordsCarousel {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2;
}

.lf__wordCarousel-aligner {
    text-align: center;
    height: 100%;
    position: relative;
    display: block;
    background-position: center center !important;
    background-repeat: no-repeat !important;
}

.lf__wordCarousel__items {
    position: absolute;
    top: 50%;
    width: 100%;
    -webkit-transform: translate(0, -100%);
    transform: translate(0, -100%);
}

.lf__wordCarousel__item__sizer {
    display: inline-block;
    position: relative;
}

.lf__wordCarousel__item__cite {
    text-align: right;
}
.lf__wordCarousel__item__cite:before {
    content: " - ";
    position: relative;
    display: inline;
}

.lf-hero-scene {
    position: absolute;
    overflow: hidden;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
}
.lf-hero-scene__image {
    position: absolute;
    width: 100%;
    height: 100%;
    background: no-repeat 50% 50%;
    background-size: cover;
    -webkit-animation-name: kenBurn;
    animation-name: kenBurn;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-duration: 10s;
    animation-duration: 10s;
}

/**
 * ---------------------------------------------------
 * 	Animations
 * ---------------------------------------------------
 */
.carouselMove--first {
    -webkit-animation: carouselMove 20s infinite;
    animation: carouselMove 20s infinite;
}
.carouselMove--second {
    -webkit-animation: carouselMove 10s infinite;
    animation: carouselMove 10s infinite;
}
.carouselMove--third {
    -webkit-animation: carouselMove 11s infinite;
    animation: carouselMove 11s infinite;
}
.carouselMove--fourth {
    -webkit-animation: carouselMove 20s infinite cubic-bezier(0.42, 0, 0.58, 1);
    animation: carouselMove 20s infinite cubic-bezier(0.42, 0, 0.58, 1);
}

@media all and (max-width: 1100px) {
    .lf-intro {
        display: block;
        position: relative;
        height: 100vh;
        min-width: 100%;
        max-width: 100%;
    }

    .lf-half {
        display: block;
        position: relative;
        height: auto !important;
    }

    .lf-half__wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        min-height: 100vh;
    }

    .lf-half__first {
        position: relative;
        height: 100vh;
        min-width: 100%;
        max-width: 100%;
    }

    .lf-half__second {
        position: relative;
        height: 100vh;
        position: relative;
        min-width: 100%;
        max-width: 100%;
    }

    .lf__wordCarousel__items {
        position: absolute;
        top: 50%;
        width: 100%;
        -webkit-transform: translate(0, -35%);
        transform: translate(0, -35%);
    }

    .lf__home-video {
        height: auto;
    }

    .lf__video-item {
        width: 100%;
        height: auto;
    }
}
/* --------------------- 4.1 Standard Page --------------------- */
ul {
    margin-bottom: auto !important;
}

.page-header {
    background-size: cover !important;
    background-repeat: no-repeat;
    background-position: center center;
}

.page-header,
.title-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    /*min-height: 390px;*/
    min-height: 60vh;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    text-align: center;
}
@media all and (max-width: 768px) {
    .page-header,
    .title-container {
        /*min-height: 300px;*/
        min-height: 60vh;
    }
}

.page-id-1705 .page-header, .page-id-1705 .title-container {
    min-height: 36vh;
}

.page-id-1655 .page-header, .page-id-1655 .title-container, 
.page-id-1496 .page-header, .page-id-1496 .title-container, /* blog */
.page-id-1853 .page-header, .page-id-1853 .title-container {
    min-height: 40vh;
}

.title-container {
    max-width: 80%;
    /*margin-top: 85px !important;*/
    margin-top: 36px !important;
}

.content-spacing {
    margin-top: 34px;
    margin-bottom: 72px;
}

@media only screen and (min-width: 781px) {
    .content-spacing {
        margin-top: 72px;
        margin-bottom: 72px;
    }
}
.page-id-1705 .content-spacing {
    margin-top: 50px;
    margin-bottom: 20px;
}
.page-id-1853 .content-spacing {
    margin-top: 15px;
}

.page-id-2206 .content-spacing {
    margin-top: 40px;
    margin-bottom: 20px;
}
.page-id-2206 .wpb_button, .page-id-2206 .wpb_content_element, .page-id-2206 ul.wpb_thumbnails-fluid>li {
    margin-bottom: 0 !important; 
}

.page-id-1705 .wpb_button, .page-id-1705 .wpb_content_element, .page-id-1705 ul.wpb_thumbnails-fluid>li {
    margin-bottom: 0 !important; 
}


.incipit-block {
    position: relative;
    background-color: #5F5E5E;
}

.incipit-block__element {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    width: 100%;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.incipit-block__internal {
    border: 4px solid #ffffff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 3rem;
    margin-bottom: 3rem;
    padding-top: 10rem;
    padding-bottom: 10rem;
}
@media all and (max-width: 898px) {
    .incipit-block__internal h2 {
        font-size: 2rem;
    }
}
@media all and (max-width: 768px) {
    .incipit-block__internal h2 {
        font-size: 2.86rem;
    }
}

.incipit-block__list {
    display: inline;
}
.incipit-block__list__el {
    display: inline;
    margin-bottom: -5px;
}

/**
 * ---------------------------------------------------
 * 	5.  Themes
 * ---------------------------------------------------
 */
/* --------------------- 5.1 Default Theme --------------------- */

span.wpcf7-list-item{
    display: inline-block;
    width: 100%;
    margin: 0!important;
    text-align: left;
}

span.wpcf7-list-item p{
    font-size: 1.3rem!important; 
}

.form input[type="checkbox"]{
    width: auto!important;
    float: left!important;
}
.wpcf7-list-item-label{
    float:left!important;
    margin-top:-7px!important;
    margin-left:10px!important;
}
.wpcf7-list-item{
    margin-top:10px!important;
}
.acceptance-form-box{
    margin-top:20px!important;
}

/* MAVIDA */
.lf-intro-text.lf-intro-text-force-column-direction {
    flex-direction: column !important;
}

.lf__special_wordCarousel__items {
    -webkit-transform: translate(0, -43.1%);
    transform: translate(0, -43.1%);
}

.lf__special_wordCarousel__items p {
    font-size: 1rem;
}

.lf__special_wordCarousel__items h2, .lf__special_wordCarousel__items h4, .lf__special_wordCarousel__items p, .lf__special_wordCarousel__items a {
    color: white;
}

.lf__special_wordCarousel__items .testimonial-block__pager {
    background-color: white;
}

.lf__special_wordCarousel__items .testimonial-block li[role=presentation] {
    opacity: 1 !important;
}

.lf__special_wordCarousel__items .testimonial-block li.slick-active {
    opacity: 0.4 !important;
}

.lSlide__block.lSlide__block_reverse .image-inner-container {
    float: left;
    margin-left: 15%;
    width: 25%;
}

.lSlide__block.lSlide__block_reverse .content {
    margin-left: 6%;
}



@media only screen and (min-width: 781px) {
.lSlide__block.lSlide__block_reverse .content {
    margin-left: 40%;
}
}



a.button.button--blue {
    color: white;
    /*background-color: #362D59;*/
    background-color: #ae8e31;
}

a.button.button--blue:hover {
    color: #ae8e31;
    background-color: transparent;
    border-color: #ae8e31;
}
/*
.container.post-content p {
    text-align: justify;
}*/

.container.post-content h2 {
    text-align: center;
}

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

.content-text--relative ul {
    list-style: circle;
    padding-left: 20px
}

.content-text--relative ul li {
    font-family: 'Open Sans', sans-serif;
    font-size: 1rem;
    line-height: 160%;
    color: #A6A6A6;
}

.content-paul-andrea h2, .content-paul-andrea p {
    text-align: center;
}

.not_true_blog .blog__block__second {
    background-color: #F2F2F2;
    padding: 144px 36px;
    text-align: center;
}

.not_true_blog .blog__block {
    margin-bottom: 0px;
}

.page-template-travel-profile-page .content-spacing {
    margin-top: 144px;
}

.special-testimonials .lf-half__first {
    background-color: #F2F2F2;
}

.header-container-reworked .header-logo {
    position: relative;
    top: auto;
    right: auto;
    webkit-transform: none;
    transform: none;
    padding: 17.5px 0 17.5px 56px;
    width: auto;
}

.header-container-reworked .header-logo img {
    /*height: 50px;*/
    height: 66px;
}

.menu-reworked {
    float: right;
    margin-right: 41px;
}

.menu-reworked .menu__items {
    display: inline-block;
    opacity: 1;
    -webkit-transform: none;
    transform: none;
}

.menu-reworked li {
    display: inline-block;
    margin: 32px 15px;
}

.menu-reworked li a {
    font-size: 1.1rem;
    letter-spacing: inherit;
    font-weight: 500;
    transition: all 0.2s ease;
    padding-bottom: 6px;
    border-bottom: 2px solid rgba(255, 255, 255, 0);

}
.menu-reworked li a:hover {
    padding-bottom: 2px;
    border-bottom: 2px solid rgba(255, 255, 255, 0.8);
}

.bgTransparent .menu-reworked li a {
    color: white;
}

@media (max-width: 1199px) {
    .header-container-reworked .header-logo {
        padding: 17.5px 0 17.5px 15px;
    }

    .menu-reworked {
        margin-right: 10px;
    }

    .menu-reworked li {
        margin: 32px 5px;
    }
}

@media (max-width: 991px) {
    .hidden-sm {
        display: none !important;
    }
}

@media (min-width: 992px) {
    .visible-sm {
        display: none !important;
    }
}

img.uno, img.due {
    max-width: 280px;
}

.trigger-pximages.set-margin-top .image-inner-container {
    margin-top: 130px;
}

.quizStep {
    display: none !important;
}

.quiz__form .quiz-form {
    background-color: #F2F2F2;
}

.quiz__form .quiz-form > .question:first-of-type {
    text-align: center;
}

.lf__wordCarousel__item__sizer, .lf__wordCarousel__item__sizer .testimonial-block {
    width: 100%;
}

.squared-box {
    top: 17vh;
    height: 64vh;
    border: none;
}

@media screen and (max-width: 1100px) {
    .squared-box {
        -webkit-transform: translate(-50%, 0%);
        transform: translate(-50%, 0%);
        /*top: 15vh;*/
    }    
    
    .fp-tableCell {
        height: 110vh !important;
        height: 100vh !important;
    }

    body.home .lf-half__first {
        height: auto;
        max-height: inherit;
    }

    body.home .lf__copy--center {
        position: inherit;
        top: 0;
        -webkit-transform: none;
        transform: none;
    }
}

@media screen and (max-width: 768px) {
    .squared-box {
        top: 27vh;
        top: 0vh !Important;
    }
    
    .fp-tableCell {
        height: 160vh !important;
        height: 100vh !important;
    }
}
#bannertext {
    position: absolute;
    bottom: 3%;
    left: 50%;
    transform: translate(-50%,-50%);
    height: auto;
    width: 85%;
}
@media screen and (min-width: 768px) {
    #bannertext {
        position: absolute;
        bottom: 3%;
        left: 50%;
        transform: translate(-50%,-50%);
        height: auto;
        width: 70%;
    }
}



/* Facebook rev iews slider styling */

.wprs_unslider {
    width :90%;
    margin: 0 auto;
}

.reviews-mobile {
    display: block;
    width: 90%;
    margin: 0 auto;
    padding: 0 0 30px 0;
}
.reviews-desktop {
    display: none;
    width: 90%;
    margin: 0 auto;
    padding: 0 0 30px 0;
}


@media screen and (min-width: 768px) {
    .reviews-mobile {
        display: none;
    }
    .reviews-desktop {
        display: block;
    }
}


.wprs_unslider #wprev-slider-2 {
    display: block;
    width: 90%;
    margin: 0 auto;
    padding: 0 0 30px 0;
}
.wprs_unslider #wprev-slider-1 {
    display: none;
    width: 90%;
    margin: 0 auto;
    padding: 0 0 30px 0;
}

@media screen and (min-width: 768px) {
    .wprs_unslider #wprev-slider-2 {
        display: none;
    }
    .wprs_unslider #wprev-slider-1 {
        display: block;
    }
}






@media screen and (max-width: 800px) {
    .bar {
        position: fixed;
        z-index: 99999;
        left: 50%;
        bottom: 0;
        transform: translateX(-50%);
        transition: all 0.3s ease;
        background: #ae8e31;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
        width:75%;
        max-width:244px;
        text-align: center;
    }
    .bar a {
        width: 70px;
        height: 70px;
        display: inline-block;
        text-decoration: none !Important;
        position: relative;
        /* display: flex; */
        float: none;
        justify-content: center;
        align-items: center;
        transition: all 0.3s ease;
        opacity: 0.7;
        padding-top: 13px;
    }
    .bar.stick {
        max-width:185px;
    }
    .stick .bar a {
        padding-top: 0;
    }
    img.barimage {
        width: 41%;
        margin-bottom: 6px;
    }
    .stick img.barimage {
        margin-top:0;
        margin-bottom: 0;
    }
}
@media screen and (min-width: 801px) {
    .bar {
        position: fixed;
        z-index: 99999;
        right: 0;
        top: 45%;
        transform: translateY(-50%);
        transition: all 0.3s ease;
        background: #ae8e31;
        border-top-left-radius: 10px;
        border-bottom-left-radius: 10px;
    }
    .bar a {
        width: 70px;
        height: 70px;
        display: block;
        text-decoration: none !Important;
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
        transition: all 0.3s ease;
        opacity: 0.7;
    }
    .stick img.barimage {
        margin-top:16px;
    }
    img.barimage {
        width: 41%;
        margin-bottom: 6px;
    }
}
.bar a:hover {
    opacity: 1;
}
.bar a span {
    display: block;
    clear: both;
	color: #fff !important;
    text-decoration: none !Important;
    text-transform: uppercase;
    font-size: 10px;
    transition: all 0.3s ease;
}
.stick {
    transition: all 0.5s ease;
}
.stick a {
    width: 50px;
    height: 50px;
    transition: all 0.5s ease;
}
.stick a span {
    opacity: 0;
}

img.barimage {
    width: 41%;
    margin-bottom: 6px;
}

/*
.stick img {
    width: 35%;
}
*/


#about-us .squared-box {
    top: 35vh; height: 70vh; width: 90vw;
}

@media screen and (min-width: 801px) {
    #about-us .squared-box {
        top: 35vh; height: 70vh;width: 68vw;
    }
}

#about-us .squared-box__text-container {
    margin-left: 5%;
    margin-right: 5%;
}



/*

itineraries on the homepage

*/


#itineraries a {
    width: 100vw;
    height:40vh;
    background: grey;
    float: left;
    display: block;
    display: flex;
    justify-content: center; /* horizontal    left-center-right  flex-start  flex-end  center    */
    align-items:  center; /* vertical       top-center-bottom  flex-start  flex-end     */
    position: relative;
    margin: 8px 16px;
} 
@media screen and (min-width: 800px) {
#itineraries a {
    height:50vh;
    margin: 0;
} 
} 
#itineraries a p {
        width: auto;
        max-width:80%;
    margin: 0 auto;
    padding:14px;
    text-align: center;
    color: #fff;
    font-size: 2rem;
    font-family: 'Frank Ruhl Libre', serif;
    line-height:1;
    z-index: 9;
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
    border: 2px solid rgba(255, 255, 255, 0.3);
    border-radius: 3px;
}

#itineraries .row {
        margin-right: 0 !Important;
    margin-left: 0 !Important;
    }
@media screen and (min-width: 800px) {
    #itineraries a {
        width: 50vw;
        height:50vw;
        background: grey;
        float: left;
        display: block;
        display: flex;
        justify-content: center; /* horizontal    left-center-right  flex-start  flex-end  center    */
        align-items:  center; /* vertical       top-center-bottom  flex-start  flex-end     */
        position: relative;
    } 
    #itineraries a p {
        width: auto;
        max-width:70%;
        margin: 0 auto;
        padding:12px;
        text-align: center;
        color: #fff;
        font-size: 2rem;
        font-family: 'Frank Ruhl Libre', serif;
        line-height:1;
        z-index: 9;
    }

    #itineraries a p {
        border: 2px solid rgba(255, 255, 255, 0.3);
        border-radius: 3px;
        transition: all 0.3s ease;
    }
    #itineraries a:hover p {
        border: 2px solid rgba(255, 255, 255, 0.7);
        border-radius: 3px;
    }
    #itineraries .row {
        margin-right: -15px !Important;
    margin-left: -15px !Important;
    }
}
@media screen and (min-width: 1200px) {
    #itineraries a {
        width: 25vw;
        height:21vw;
        background: grey;
        float: left;
        display: block;
        display: flex;
        justify-content: center; /* horizontal    left-center-right  flex-start  flex-end  center    */
        align-items:  center; /* vertical       top-center-bottom  flex-start  flex-end     */
        position: relative;
    } 
    #itineraries a p {
        width: auto;
        max-width: 54%;
        margin: 0 auto;
        padding: 10px;
        text-align: center;
        color: #fff;
        font-size: 1.8rem;
        font-family: 'Frank Ruhl Libre', serif;
        line-height: 1;
        z-index: 9;

    }
}
.noselect {
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}


#itineraries a div.itinerary-cover {
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.25);
    z-index: 5;    
    transition: all 0.3s ease;
}
#itineraries a:hover div.itinerary-cover {
    background: rgba(0,0,0,0.1);
    background: rgba(183,156,39,0.4);
}


/* new gravity form

#field_1_11, #field_1_4, #field_1_10, #field_1_3 {
    width: 49%;
    float: left;
    clear: none !Important;
    margin: 8px 0;
    margin-right: 0;
}
#field_1_10 {
    clear: both !Important;
}
#field_1_11, #field_1_10 {
    margin-right: 2%;
}
    
#field_1_10 select, #field_1_4 select, #field_1_3 select {
    width: 100%;
    padding:4px;
}
     */

.gfield {
    margin: 8px 0 !Important;
}

.gform_wrapper select {
        padding: 7px 0;
     }
.gform_wrapper input.datepicker.datepicker_with_icon {
    width: 90% !important;
}

.gform_wrapper .top_label .gfield_label {
    display: -moz-inline-stack;
    display: inline-block;
    line-height: 1 !important;
    clear: both;
    font-size: 13px;
    text-transform: uppercase;
    color: #666;
    font-weight: 400 !important;
    margin: .625em 0 0 !Important;
}


/* banner for new form page 
.page-id-2206 .page-header {
    min-height: 40vh;
    height: 40vh;
}*/
.page-id-2206 h3 {
    font-family: 'Frank Ruhl Libre', serif;
    letter-spacing: 1px;
    font-size: 1.8rem;
    margin-bottom: 26px;
}

.page-id-2206 .wpb_wrapper ul li {
    background: url(assets/images/list-checkbox.png) no-repeat left 2px;
    padding-left: 30px;
    margin-bottom: 15px;
}



@media (min-width: 576px) { .page-id-2206 .container, .page-id-2426 .container, .page-id-1705 .container { max-width: 500px !important; } }  /* 540px */
@media (min-width: 768px) { .page-id-2206 .container, .page-id-2426 .container, .page-id-1705 .container { max-width: 670px !important; } }  /* 720px */
@media (min-width: 992px) { .page-id-2206 .container, .page-id-2426 .container, .page-id-1705 .container { max-width: 960px !important; } }  /* 960px */
@media (min-width: 1200px) { .page-id-2206 .container, .page-id-2426 .container, .page-id-1705 .container { max-width: 1300px !important; } }  /* 1140px */


.page-id-2245, .page-id-2426 h2 span {
    font-size: 2.5rem !Important;
    font-style: italic !Important;
    letter-spacing: 0 !Important;
}

.page-id-2245 h4, .page-id-2426 h4 {
    font-size: 1.3rem;
    color: #222;
    letter-spacing: 0;
}
.page-id-2245 h4.smallheading, .page-id-2426 h4.smallheading {
    font-size: 1.1rem;
    color: #b5a020;
    letter-spacing: 5px;
}
@media screen and (max-width: 780px) {
    .page-id-2426, .page-header {
        /*background-position: center left !Important;*/
        background-size: auto !important;
        background-position: 53% 59% !Important;
    }
}



.difference p {
    font-size: 15px;
}

h2.number {
    text-align: center;
}
h2.number strong {
    font-size: 23px;
    background: #9a8735;
    color: #fff;
    border-radius: 100%;
    width: 32px;
    height: 32px;
    line-height: 1;
    text-align: center;
    display: inline-block;
    padding: 5px 0 0 0px;
    letter-spacing: -1px;
    border: none !important;
}


.page-id-2245 #footer-cta {
    display: none !Important;
}
.page-id-2245 .howitworks p {
    font-size: 17px !Important;
    padding: 0 5%;
}



.hideOnMobile {
    display: none !Important;
}
.hideOnDesktop  {
    display: block !Important;
}
@media screen and (min-width: 940px) {
    .hideOnMobile {
        display: block !Important;
    }
    .hideOnDesktop  {
        display: none !Important;
    }
}
@media screen and (max-width: 940px) {
    #bookingoption1 h2, #bookingoption2 h2 {
        font-size:2rem;
        line-height: 105%;
    }
}
@media screen and (min-width: 768px) {
#bookingoption1 h2, #bookingoption2 h2 {
    line-height: 105%;
    width: 88%;
    margin: 0 auto;
}
}

/* background image position for Our Approach page (boat image)
.page-id-2245 .page-header {
    background-position: bottom left !IMportant;
} */
.page-id-2245 .page-header>div {
    background: #25305270;
}


/* styled gravity form  2019-09-23  */

.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
    border: none;
    border-bottom: 1px solid #c9ab60;
    width: 100% !important;
}
#gform_2 .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
    border: none;
    border-bottom: 1px solid #c9ab60;
    width: 100% !important;
}

.gform_wrapper .top_label li {
    margin: 15px 0 !important;
}
/*
.gform_wrapper .top_label li.gfield.gf_left_half div:not(.ginput_container_date) select.medium,
.gform_wrapper .top_label li.gfield.gf_right_half div:not(.ginput_container_date) select.medium
*/
.gform_wrapper .top_label li.gfield div:not(.ginput_container_date) select.medium
 {
    width: 100%;
    border: none;
    border-bottom: 1px solid #c9ab60;
    padding: 7px 0;
}
.gform_wrapper textarea.medium {
    height: 160px;
    width: 100%;
    border: none;
    border-bottom: 1px solid #c9ab60;
}
#gform_1 {
    display: block;
}




@media only screen and (min-width: 641px) {

.gform_wrapper .top_label li.gfield.gf_left_half {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: top;
    width: 47% !Important;
margin: 15px 3% 15px 0 !important;
    padding-right: 0;i
    float: none;
}
 
.gform_wrapper .top_label li.gfield.gf_right_half {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: top;
    width: 47% !Important;
    margin: 15px 0 15px 3% !important;
    padding-right: 0;
    float: none;
}
}
.gform_wrapper .top_label input.medium, .gform_wrapper .top_label select.medium {
    width: calc(50% - 8px);
}
#gform_2 .gform_wrapper .top_label input.medium, #gform_fields_2 .gform_wrapper .top_label select.medium {
    width: 100% !important;
}
@media only screen and (min-width: 641px) {
    #gform_2 .gform_wrapper .top_label input.medium, #gform_fields_2 .gform_wrapper .top_label select.medium {
        width: 100% !important;
    }
}

.gform_wrapper .top_label input#input_1_15.medium {
    width: 100%;
}

#formHolder {
    padding: 0;
}
@media only screen and (min-width: 641px) {
    #formHolder {
        padding: 0 10%;
    }
}
@media only screen and (min-width: 800px) {
    #formHolder {
        padding: 0 10%;
    }
}
@media only screen and (min-width: 1300px) {
    #formHolder {
        padding: 0 12%;
    }
}

    .gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type=submit] {
        background: #ae8e31;
        border: none;
        color: #fff;
    }



    /* banner for new form page */
.page-id-2204 .page-header {
    min-height: 40vh;
    height: 40vh;
}

h2.sub {
    font-size: 1.86rem !Important;
    letter-spacing: normal !Important;
    font-style: italic !Important;
    margin: 40px auto !Important;
}

@media only screen and (min-width: 800px) {
    h2.sub {
        margin: 40px -91px !Important;
    }
}


.gform_body {
    width: 80%;
    margin: 0 auto;
}
@media only screen and (min-width: 780px) {
    .gform_body {
        width: 60%;
        margin: 0 auto;
    }
}



/* pricing table -------------------------------------------------------------------------  */



.option p {
    /**/
    position: absolute;
    top: 50%;
    left: calc(50% + 21px);
    transform:translate(-50%, -50%);
    margin: 0;
    padding: 0;
    font-family:Arial, Helvetica, sans-serif;

}
.option p.cleared {
    /**/
    position: relative;
    top: auto;
    left: auto;
    transform: none;
    margin: 0;
    padding: 0;
    font-family:Arial, Helvetica, sans-serif;
    width: 80%;
    font-size: 16px;
    line-height: 1.2;
    margin: 0 auto 20px;

}
.option .wpb_wrapper p {
    position: relative;
    margin: 0 auto;
    padding: 0;
    font-family:Arial, Helvetica, sans-serif;
    font-size: 17.5px;
    line-height:1.2;
    width:70%;
    color: #787878;
    transform: none;
    left: auto;
    top: auto;
}
.option {
    width: 100%; float: none;  position: relative;margin:0 1%;
}

@media screen and (min-width: 800px) {
    .option {
        width: 48%; float: left;  position: relative;margin:0 1%;
    }
}

.option div.header {
    padding:20px 0; text-align: center;margin: 0 ;
}

.option>div {
    clear: both;
    position: relative;
    margin: 0 0 10px 0;
    background: #ddddd4;
}

.option:last-child>div {
    background: #ddd7b3;
    
}
.option img {
    width: 60px;
}

.point div {
    position: relative;
    float: left;
}
.point div p {
    position: absolute;
    top: 50%;
    left: 50%;
    transform:translate(-50%, -50%);
    margin: 0;
    padding: 0;
    font-family:Arial, Helvetica, sans-serif;

/*
    position: absolute;
    top: 50%;
    left: 50%;
    transform:translate(-50%, -50%);
    */
    text-align: center;
    font-size: 35px;
    color: #fff;
    line-height:1;

    width: 80%;
    /*
transform: none;
left: auto;
top: auto;

*/
}
.point div p span {
    display: block;
    font-weight: normal;
    font-size: 12px;
    text-transform: uppercase;
    margin-bottom: 0;
    margin-top:2px;
}
.point>img {
    opacity: 0;
    max-width: 100%;
}
p.choice {
    font-size: 20px;
    width: 80%;
    text-align: center;
    font-style: italic;
    font-family: 'Libre Baskerville', Times;
    color: #787878;
    top: 50%;
    left: calc(50% + 21px);
    transform: translate(-50%, -50%);
    position: absolute;
}
.point.black {
background: #555 !important;
}
.point.black img {
    opacity: 0;
}

.point.black p.choice img {
    display: inline-block;
    opacity: 1;
    margin-right: 10px;
}
@media only screen and (max-width: 780px) {
    .point.black p.choice img {
        display: none;
        opacity: 1;
        margin-right: 10px;
    }
}

.point.black p.choice span {
display: inline-block;
vertical-align: 0;
font-size: 20px
}

.point.black .choice {
    color: #ccc;
    /*font-size: 17px;
    text-transform:uppercase;
    font-style: normal;
    letter-spacing: 1px;*/
}
.point.black div {
    background: black !important;
}


    h4.smallheading {
    font-size: 1.1rem;
    color: #b5a020;
    letter-spacing: 5px;
}
h4.smallheading.second {
    font-size: 1.4rem;
    font-weight: 400;
    font-style: italic;
    letter-spacing: 2px;
    font-family: 'Libre Baskerville', Times;
    margin: 11px auto 20px;

    text-align: center; color: #333; font-size:19px; letter-spacing: 2px;
}







/*  ----------------------------------------------  */

.page-id-2426 .bar {
    display: none !Important;
}


/* form styling on start planning page to remove li icons */

#gform_fields_2 input#input_2_11, #gform_fields_3 #input_3_11, #gform_fields_1 #input_1_11 {
    width: calc( 100% - 24px) !Important;
}

#gform_fields_2 li {
    background: none;
    padding-left: 0;
}

#gform_wrapper_3, #gform_fields_3 {
    max-width: 800px;
    margin: 0 auto !important;
}


em {
    font-style: italic;
}


.maxwidth1300 {
    max-width: 1300px !Important;
    margin: 0 auto !Important;
    left: auto !Important;
    /*padding: 40px 0;*/
}
.maxwidth1000 {
    max-width: 1000px !Important;
    margin: 0 auto !Important;
    left: auto !Important;
    /*padding: 40px 0;*/
}


@media (max-width: 1370px){
    .menu-reworked li {
        margin: 32px 5px;
    }
    .menu-reworked .menu-item.btn_menu a {
        padding: 5px 10px;
        font-size: 0.9rem;
    }
    .menu-reworked li a {
        font-size: 0.9rem;
    }
}