@font-face {
    font-family: 'antonio-regular';
    src: url('../fonts/antonio-regular-webfont.eot');
    src: url('../fonts/antonio-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/antonio-regular-webfont.woff') format('woff'),
         url('../fonts/antonio-regular-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'antonio-regular';
    src: url('../fonts/antonio-bold-webfont.eot');
    src: url('../fonts/antonio-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/antonio-bold-webfont.woff') format('woff'),
         url('../fonts/antonio-bold-webfont.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'antonio-regular';
    src: url('../fonts/antonio-light-webfont.eot');
    src: url('../fonts/antonio-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/antonio-light-webfont.woff') format('woff'),
         url('../fonts/antonio-light-webfont.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

body{
    background-color: #F2F2F2;
    font-weight: normal;
    /*font-family: 'antonio-regular';*/
    font-family: 'Open Sans', sans-serif !important;
    overflow-x: hidden;
}

/* ======================
HELPERS
====================== */

.container-fluid{
    /*padding: 0px;*/
    overflow-x: hidden;
}

.no-padding{
    padding: 0px !important;
}

.no-margin{
    margin: 0px !important;
}

.centre{
    text-align: center;
}

.hide{
    display: none !important;
}

.brightness:not(.active):hover{
    filter: brightness(1.2);;
}

#contact-stripe{
    transition: all .5s;
}

#contact-stripe.remove{
    top: -200px;
}

.line{
    width: 120px;
    height: 4px;
    background-color: black;
    position: absolute;
}

#line_left{
    transform: rotate(-45deg);
}

#line_right{
    transform: rotate(45deg);
}

.underline{
    text-decoration: underline;
}

/* ======================
TEXTS
====================== */

.capitalize{
    text-transform: uppercase;
}

.section-title{
    background-color: black;
    color: white;
    font-size: 1.8rem;
    padding: 1rem;
    text-align: center;
}

.section-title p{
    margin: 0px;
}

.question-item{
    margin: 2rem 0px;
}

.question-image{
    padding: 0rem;
    max-height: 256px;
    max-width: 100%;
}

.question-title{
    color: black;
    font-size: 1.4rem;
    padding: 1rem;
    text-align: center;
}

.question-title p{
    font-weight: bold;
    margin: 0px;
}

.block-text{
    text-align: center;
    margin: 0rem 0rem;
}

.block-text p{
    margin: 0;
}

.opensans-font{
    font-family: 'Open Sans', sans-serif !important;
}

.antonio-font{
    /*
    font-family: 'antonio-regular' !important;
    */
}

.mobile-intro-image-bottom{
    margin-left: -3rem;
    margin-right: -3rem;
}

.mobile-intro-image-top{
    margin-left: -4rem;
    margin-right: -4rem;
}

/* ======================
STICKY CONTACT HEADER
====================== */

.sticky{
    position: fixed;
    top: 0px;
    width: 100%;
    z-index: 10;
}

.sticky + .introduction{
    padding-top: 125px;
}

@media (max-width: 575px) {
    .sticky + .introduction{
        padding-top: 140px;
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .sticky + .introduction{
        padding-top: 155px;
    }
}


/* ======================
HEADER BANNER
====================== */
/*
.banner{
    background-image: url(../images/bg.jpg);
    background-size: 590px;
    background-position: top;
    background-repeat: repeat-x;
    height: 150px;
    text-align: center;
}
*/

.header-banner{
    background-color: white;
}

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

.banner{
    background-image: url(../images/bg.jpg);
    background-size: 410px;
    background-position-y: top;
    background-repeat: repeat-x;
    height: 100px;
    text-align: center;
}

.banner.left{
    background-position-x: right;
}   

.banner.right{
    background-position-x: -77px;
}

.logo-wrapper{
    background: white;
    border-radius: 50%;
    padding: 0rem 1rem;
    width: 200px;
    margin: auto;
    /*margin-bottom: 1rem;*/
}

.logo{
    height: 100px;
    max-height: 100%;
    max-width: 100%;
    padding: 0.5rem;
    /*background: white;*/
}

/* ======================
CONTACT BANNER
====================== */
.lvl1{ font-size: 2.0rem; }
.lvl2{ font-size: 1.8rem; }
.lvl3{ font-size: 1.6rem; }
.lvl4{ font-size: 1.4rem; }
.lvl5{ font-size: 1.2rem; }

@media (max-width: 575px) {
    .lvl1{ line-height: 2.2rem; }
    .lvl2{ line-height: 2.0rem; }
    .lvl3{ line-height: 1.8rem; font-size: 1.4rem; }
    .lvl4{ line-height: 1.6rem; font-size: 1.2rem; }
    .lvl5{ line-height: 1.4rem; }
    
    .question-title{ padding: 0rem 0rem .5rem 0rem; }
    .question-item{ margin: 2rem 0rem 1rem 0rem; }
    .question-item .block-text{ line-height: 1.2rem; }

    .block-text{ margin-bottom: 1.0rem; }
    .block-text p{ margin-bottom: 0.5rem; }
    .introduction .block-text { margin-bottom: 1rem; }
    .introduction .block-text p{ margin-bottom: 0rem; }
}

.contact-banner{
    background-color: black;
    color: white;
    padding: 0.8rem;
}

.contact-banner .city{
    /*text-align: center;*/
    min-width: 200px;
    padding: 1rem 2rem;
}

.contact-banner .city p{
    /*
    font-family: 'antonio-regular';
    */
    font-size: 2rem;
    margin: 0px;
}

.contact-banner .info p{
    font-family: 'Open Sans', sans-serif;
    font-size: 1rem;
    font-weight: normal;
    margin: .1rem 0px;
}

.contact-banner .info a{
    color: white;
}

.show-se{
    display: none;
}

.hide-se{
    display: block;
}

.contact-banner .info.left{
    padding-left: 0px;
    text-align: center;
}

.contact-banner .info.right{
    padding-right: 0px;
    text-align: center;
    direction: rtl;
}

.contact-banner .info .cityname{
    font-size: 1rem;
    font-weight: bold;
}

.contact-banner .info .email{
    font-size: 0.75rem;
}

.contact-banner i.fa{
    margin: .5rem .5rem;
}

.city-item{
    max-width: 1200px;
}

.city-photos .question-title{
    padding-bottom: 0px;
}

/*
iPhone 5, iPhone SE
*/
@media (max-width: 320px) {
    .logo-wrapper{
        width: 120px;
        margin-top: 4px;
        margin-bottom: 4px;
    }

    .logo{
        height: 60px;
        padding: 4px;
    }

    .show-se{
        display: block;
    }

    .hide-se{
        display: none;
    }

    .contact-banner .city{
        min-width: auto;
        padding: 0rem .5rem;
    }

    .contact-banner .city p{
        font-size: 1rem;
    }

    .contact-banner .info p{
        font-size: 0.6rem;;
    }

    .contact-banner .info .email{
        font-size: 0.6rem;
    }
}

@media (min-width: 321px) and (max-width: 350px) {
    .logo-wrapper{
        width: 120px;
    }

    .logo{
        height: 60px;
        padding: 4px;
    }

    .contact-banner .city p{
        font-size: 1.1rem;
    }

    .contact-banner .info p{
        font-size: 0.7rem;;
    }

    .contact-banner .info .email{
        font-size: 0.65rem;
    }
}

@media (min-width: 351px) and (max-width: 376px) {
    .logo-wrapper{
        width: 150px;
        /*margin-top: .75rem;*/
    }

    .logo{
        height: 75px;
        padding: 4px;
    }

    .show-se{
        display: block;
    }

    .hide-se{
        display: none;
    }
    
    .contact-banner .city{
        min-width: auto;
        padding: 0rem .5rem;
    }

    .contact-banner .city p{
        font-size: 1.0rem;
    }

    .contact-banner .info p{
        font-size: 0.8rem;
        margin: .1rem 0rem;
    }
}

@media (min-width: 376px) and (max-width: 575px) {
    .logo-wrapper{
        width: 160px;
        /*margin-top: 0.75rem;*/
    }

    .logo{
        height: 80px;
        padding: 4px;
    }

    .contact-banner .city{
        min-width: auto;
        padding: 0rem 1rem;
    }

    .contact-banner .city p{
        font-size: 1.2rem;
    }

    .contact-banner .info p{
        font-size: 0.8rem;;
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .block-text p{ margin-bottom: 0.5rem; }
    .introduction .block-text { margin-bottom: 0.5rem; }
    .introduction .block-text p{ margin-bottom: 0rem; }    

    .logo-wrapper{
        width: 190px;
        margin-top: 0.5rem;
    }

    .logo{
        height: 95px;
        padding: 4px;
    }

    .contact-banner .city{
        min-width: auto;
        padding: 1rem;;
    }

    .contact-banner .city p{
        font-size: 1.5rem;
    }

    .contact-banner .info p{
        font-size: 1rem;;
    }

    .contact-banner .info.left{
        padding-left: 1.2rem;
    }
    
    .contact-banner .info.right{
        padding-right: 1.2rem;
    }
}

@media (min-width: 768px) and (max-width: 960px) {
    .contact-banner .info .cityname{
        margin-bottom: .5rem;
    }

    .contact-banner .city{
        min-width: auto;
        padding: 1rem;;
    }

    .contact-banner .city p{
        font-size: 1.5rem;
    }

    .contact-banner .info p{
        font-size: 1rem;
    }

    .contact-banner .info .email{
        font-size: 1rem;
    }

    .contact-banner .info.left{
        padding-left: 1.5rem;
    }
    
    .contact-banner .info.right{
        padding-right: 1.5rem;
    }
}

@media (min-width: 961px) and (max-width: 1200px) {
    .contact-banner .info {
        padding-left: 2rem;
        padding-right: 2rem;
    }

    .contact-banner .info .cityname{
        margin-bottom: .5rem;
    }

    .contact-banner .city{
        min-width: 150px;
        padding: 1rem 1.5rem;
    }

    .contact-banner .city p{
        font-size: 1.4rem;
    }

    .contact-banner .info p{
        font-size: 1rem;;
    }

    .contact-banner .info .email{
        font-size: 1rem;
    }

    .contact-banner .info.left{
        padding-left: 1.5rem;
    }
    
    .contact-banner .info.right{
        padding-right: 1.5rem;
    }
}

@media (min-width: 1201px){
    .contact-banner .city p{
        font-size: 1.8rem;
    }

    .contact-banner .info p{
        font-size: 1rem;
        /*margin: .4rem 0rem;*/
    }
    
    /*
    .city-item .question-item p{
        font-size: 1.2rem;
    }
    */
    
    /*
    .city-item p.img-footer{
        font-size: 1.1rem;
    }
    */

    .img-fluid{
        max-width: 640px;
    }

    .last-question{
        margin-top: -5rem;
    }

}

/* ======================
CONTACT BUTTON
====================== */

.contact-button{
    position: fixed;
    bottom: 1rem;
    right: 1rem;
    z-index: 15;
    width: 64px;
    height: 64px;
    background-color: gray;
    border-radius: 50%;
    cursor: pointer;
}

.contact-button:hover{
    filter: brightness(1.5);
}

.contact-button i{
    font-size: 32px;
    padding: 16px;
    color: white;
}

/* ======================
FLOATING CONTACT
====================== */

.floating-contactform{
    position: fixed;
    top: 0;
    left: 100%;
    height: 100%;
    width: 100%;
    z-index: 100;
}

.floating-background{
    background-color: black;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    opacity: 0;
}

.floating-contactform .contactform-container{
    background-color: #CCCCCC;
    height: 100%;
    float: right;
    z-index: 2;
    text-align: center;
}

.circular-button{
    width: 64px;
    height: 64px;
    background-color: black;
    border-radius: 50%;
    cursor: pointer;
    color: white;
    line-height: 64px;
}

.circular-button:hover{
    filter: brightness(1.2);
}

.circular-button.submitform{
    background-color: black;
    border: none;
}

.circular-button.submitform:focus{
    outline: none;
}

.circular-button.submitform:hover{
    /*
    border-width: 1px;
    border-color: white;
    border-style: dashed;
    */
    box-shadow: 0px 0px 5px 5px white;
}

.circular-button.closeform{
    background-color: gray;
}

#form-contact>div{
    margin: 1rem;
}

#form-contact input{
    width: 80%;
    text-align: center;
    height: 2rem;
    border: none;
    border-bottom: 1px solid gray;
    background-color: #CCCCCC;
}

#form-contact input:focus{
    outline: none;
}

.contact-form #form-contact{
    border: 1px solid black;
    padding: 2rem 0rem 2rem 0rem;
    border-radius: 4px;
    background: #CCC;
}


/* ======================
FAQ
====================== */
.main-faq .faq{
    max-width: 1440px;
    margin: auto;
}

/* ======================
CITY OPTION
====================== */

.city-option .btn{
    min-width: 120px;
    padding: 1rem;
    background: grey;
    font-size: 1.6rem;
}

/* ======================
CONTACT SECTION
====================== */

.contact-section .contact-info .city{
    font-size: 1.6rem;
}

.contact-section .contact-info p{
    font-size: 1.4rem;
}

.contact-section .contact-info a{
    font-size: 1.4rem;
}

@media (max-width: 375px) {
    .contact-section .contact-info p{
        font-size: 1rem;
    }

    .contact-section .contact-info a{
        font-size: 1rem;
    }
}

/* ======================
SNACKBAR
====================== */


/* The snackbar - position it at the bottom and in the middle of the screen */
#snackbar {
    visibility: hidden; /* Hidden by default. Visible on click */
    min-width: 250px; /* Set a default minimum width */
    margin-left: -125px; /* Divide value of min-width by 2 */
    background-color: #333; /* Black background color */
    color: #fff; /* White text color */
    text-align: center; /* Centered text */
    border-radius: 2px; /* Rounded borders */
    padding: 16px; /* Padding */
    position: fixed; /* Sit on top of the screen */
    z-index: 1000; /* Add a z-index if needed */
    left: 50%; /* Center the snackbar */
    bottom: 30px; /* 30px from the bottom */
  }
  
  /* Show the snackbar when clicking on a button (class added with JavaScript) */
  #snackbar.show {
    visibility: visible; /* Show the snackbar */
    /* Add animation: Take 0.5 seconds to fade in and out the snackbar.
    However, delay the fade out process for 2.5 seconds */
    -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
    animation: fadein 0.5s, fadeout 0.5s 2.5s;
  }
  
  /* Animations to fade the snackbar in and out */
  @-webkit-keyframes fadein {
    from {bottom: 0; opacity: 0;}
    to {bottom: 30px; opacity: 1;}
  }
  
  @keyframes fadein {
    from {bottom: 0; opacity: 0;}
    to {bottom: 30px; opacity: 1;}
  }
  
  @-webkit-keyframes fadeout {
    from {bottom: 30px; opacity: 1;}
    to {bottom: 0; opacity: 0;}
  }
  
  @keyframes fadeout {
    from {bottom: 30px; opacity: 1;}
    to {bottom: 0; opacity: 0;}
  }