/*!
 * Start Bootstrap - Grayscale Bootstrap Theme (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

/*@import url('https://fonts.googleapis.com/css?family=Quicksand');*/
@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@400;700&display=swap');

body {
    width: 100%;
    height: 100%;
    font-family: "Quicksand","Helvetica Neue",Helvetica,Arial,sans-serif;
    color: #000;
    background-color: #fff;
}

.navbar-default {
    /*background-color: #99a418;*/
    background-color: #b7c70a;
}
.navbar-orta {
    background-color: #1ca0db;   
}
.navbar-batua {
    background-color: #e3b009;
}
.progress-bar-zipline {
    background-color: #b7c70a;
}
.progress-bar-zipline-orta {
    background-color: #1ca0db;
}
.progress-bar-zipline-batua {
    background-color: #e3b009;
}
.pb-5 {
    padding-bottom: 5rem;
}
.pb-4 {
    padding-bottom: 4rem;
}
.pb-3 {
    padding-bottom: 3rem;
}
.pb-2 {
    padding-bottom: 2rem;
}
.mt-2 {
    margin-top: 2rem;
}

.flags {
    transform: scale(1.3);
}
.align-center {
    text-align: center;
}
.disableLink {
    pointer-events: none;
    opacity: 0.7;
}

input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
    margin: 0 !important; 
}

input[type='number'] {
    -moz-appearance:textfield;
}

p.conditions-p {
    color: #888888;
    text-shadow: none;
    font-size: 12px;
    margin-bottom: 20px;
}

i.flags {
    box-shadow: 1px 1px 3px #000;
}

.navbar-default .navbar-nav>li>button {
    color: #777;
    outline: none;
    border: none;
    background-color: #b7c70a;
}
.navbar-default .navbar-nav>li>button:hover {
    background-color: rgb(219 228 113) !important;
}
.navbar-orta .navbar-nav>li>button {
    color: #777;
    outline: none;
    border: none;
    background-color: #1ca0db;
}
.navbar-orta .navbar-nav>li>button:hover {
    background-color: rgb(78 189 239) !important;
}
.navbar-batua .navbar-nav>li>button {
    background-color: #e3b009;
}
.navbar-batua .navbar-nav>li>button:hover {
    background-color: rgb(229 207 135) !important;
}
.nav>li>button {
    position: relative;
    display: block;
    padding: 10px 15px;
}
.navbar-nav>li>button {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px;
}
@media (min-width: 768px) {
    .navbar-nav>li>button {
        padding-top: 15px;
        padding-bottom: 15px;
    }
}
a.active-menu-a,
button.active-menu-a {
    background-color: rgb(219 228 113) !important;
}
.navbar-orta a.active-menu-a,
.navbar-orta button.active-menu-a {
    background-color: rgb(78 189 239) !important;
}
.navbar-batua a.active-menu-a,
.navbar-batua button.active-menu-a {
    background-color: rgb(229 207 135) !important;
}

.navbar-default .navbar-toggle {
    border:none;
    border-color: none;
    border-radius: 0px;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:active,
.navbar-default .navbar-toggle:focus {
    background-color: rgb(179, 191, 37);
}
ul.navbar-nav>li:hover,
ul.navbar-nav>li:active,
ul.navbar-nav>li:focus {
    background-color: rgb(179, 191, 37);   
}

ul.navbar-nav-orta>li:hover, 
ul.navbar-nav-orta>li:active, 
ul.navbar-nav-orta>li:focus {
    background-color: rgb(26 137 187);
}

ul.navbar-nav-batua>li:hover, 
ul.navbar-nav-batua>li:active, 
ul.navbar-nav-batua>li:focus {
    background-color: rgb(229 207 135);
}

img.zipline-logo {
    width: 250px;
}

h5.customDivHead {
    margin: 10px 0px !important;
    /*text-shadow: 0px 0px 1px #000 !important;*/
}

h5.childDivHead {
    margin: 10px 0px !important;
    /*text-shadow: 0px 0px 5px #b1ac09 !important;*/
    padding: 10px 20px;
    border-bottom: 3px solid #b7c70a;
}
h5.childDivHead.childDivHead-orta {
    border-bottom: 3px solid #1ca0db;
}
h5.childDivHead.childDivHead-batua {
    border-bottom: 3px solid #e3b009;
}

h4.childDivHead {
    margin-bottom: 10px !important;
    /*text-shadow: 0px 0px 1px #000 !important;*/
}

h1.custom-h1 {
    font-size:25px;
    margin: 10px 0px;
}

html {
    width: 100%;
    height: 100%;
}

span.aw-check-label {
    position: relative;
    top: -4px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    /*color: #99a418;*/
    color: #000;
    margin: 30px 0px;
    text-transform: uppercase;
    font-family: "Quicksand","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
    letter-spacing: 1px;
    /*text-shadow: 1px 1px 1px #000;*/
}

h2 {
    color: #000;
    font-size: 22px;
    margin: 30px 0px;
}

p {
    color: #99a418;    
    margin: 0 0 25px;
    font-size: 18px;
    line-height: 1.5;
    /*text-shadow: 1px 1px 1px #000;*/
}

@media(min-width:768px) {
    p {
        margin: 0 0 35px;
        font-size: 20px;
        line-height: 1.6;
    }
}

a {
    color: #e60000;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

a:hover,
a:focus {
    text-decoration: none;
    color: #1d9b6c;
}

.light {
    font-weight: 400;
}


.navbar-custom {
    margin-bottom: 0;
    border-bottom: 1px solid rgba(255,255,255,.3);
    text-transform: uppercase;
    font-family: "Quicksand","Helvetica Neue",Helvetica,Arial,sans-serif;
    /*background-color: #e60000;*/
    background-color: #529c58;
    text-shadow: 1px 1px 1px #000;
    color: #99a418;
}

.navbar-custom .navbar-brand {
    font-weight: 700;
    padding:0px;
    padding-left: 10px;
}

.navbar-custom .navbar-brand:focus {
    outline: 0;
}

.navbar-custom .navbar-brand .navbar-toggle {
    padding: 4px 6px;
    font-size: 16px;
    color: #fff;
}

.navbar-custom .navbar-brand .navbar-toggle:focus,
.navbar-custom .navbar-brand .navbar-toggle:active {
    outline: 0;
}

.navbar-custom a {
    color: #99a418;
}
.top-nav-collapse a {
    color: #fff;
}

.navbar-custom .nav li a {
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}

.navbar-custom .nav li a:hover {
    outline: 0;
    color: rgba(255,255,255,.8);
    background-color: transparent;
}

.navbar-custom .nav li a:focus,
.navbar-custom .nav li a:active {
    outline: 0;
    background-color: transparent;
}

.navbar-custom .nav li.active {
    outline: 0;
}

.navbar-custom .nav li.active a {
    background-color: rgba(255,255,255,.3);
}

.navbar-custom .nav li.active a:hover {
    color: #fff;
}

/*
.intro .intro-body .brand-heading,
.intro .intro-body .intro-text {
    text-shadow: 2px 2px 2px black;
}
*/

.thumbnail {
    background-color: transparent;
    border-color: transparent;
}
.thumbnail .caption {
    color: #fff;
}
.thumbnail .caption h3 {
    font-size: 16px;
}
.thumbnail a.link-url:hover .caption h3 {
    color: #3366ff;
}
.thumbnail a.link-url .caption h3 {
    color: #e60000;
}
.thumbnail a.non-link-url .caption h3 {
    color: #e60000;   
}
h3.link-item-h3,
p.link-item-h3 {
    margin-bottom: 0px !important;
}
.service-item {
    margin-left: 6.777777%;
}

.nav .open>a, 
.nav .open>a:focus, 
.nav .open>a:hover {
    background-color: transparent;
}

ul.dropdown-menu {
    background-color: #529c58;
    text-align: right;
    margin-right: 9px;
    border: none;
    box-shadow: none;
    min-width: 56px;
}

.withimage {
    padding: 60px 50px;
}

.inputFieldError {
  border-color: #d70d0d !important;
  background-color: #ffefef !important;
}
.wizard-buttons-container {
    display: flex;
    justify-content: center;
    padding-top: 6rem;
}
.wizard-btn-box {
    height: 0;
    overflow: hidden;
    padding-top: 90%;
    position: relative;
    width: 100%;
    cursor: pointer;
    border: 5px solid #b7c70a;
    background: rgb(183 199 10 / 15%);
    box-shadow: 5px 5px 10px #ccc;
    border-radius: 10px;
    word-break: break-word;
}
.wizard-btn-box-orta {
    border: 5px solid #1ca0db;
    background: rgb(28 160 219 / 15%);
}
.wizard-btn-box-batua {
    border: 5px solid #e3b009;
    background: rgb(227 176 9 / 15%);
}
.wizard-big-btn {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 2.5rem;
}
.wizard-big-btn h3 {
    text-shadow: none;
    font-weight: 700;
}
.wizard-big-btn p {
    line-height: 1.3;
    text-shadow: none;
    font-size: 1.3rem;
    color: #7b7b7b;
}
.survey-buttons-container {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.survey-btn-elem {
    margin: 20px;
    margin-top: 0;
    display: flex;
    align-items: center;
}
.survey-btn-rating-elem {
    margin: 20px 10px;
    display: flex;
    align-items: center;
}
.survey-btn-elem .wizard-big-btn {
    padding: 1rem;
}
.survey-btn-elem-rect {
    margin-bottom: 0;
    justify-content: center;
}
.survey-btn-elem-rect .wizard-btn-box {
    padding-top: 0% !important;
    height: 150px !important;
}
.survey-btn-box {
    border: 5px solid #dbdbdb;
    background: rgb(202 202 202 / 15%);
}
.rating-btn-box {
    height: 0;
    overflow: hidden;
    padding-top: 90%;
    position: relative;
    width: 100%;
    cursor: pointer;
    border: 5px solid #dbdbdb;
    background: rgb(202 202 202 / 15%);
    box-shadow: 5px 5px 10px #ccc;
    border-radius: 50%;
    word-break: break-word;
    z-index: 2;
}
.rating-big-btn {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 2.5rem;
    z-index: 1;
}
.rating-big-btn h3 {
    text-shadow: none;
    font-weight: 700;
    z-index: 1;
}
.surveyQuest {
    text-transform: none;
    text-align: center;
}
.surveySubQuest {
    text-transform: uppercase;
    margin-bottom: 1rem;
}
.survey-sub-quest-container {
    margin-bottom: 6rem;
    border-bottom: 2px solid #f1f1f1;
    padding-bottom: 4rem;
}
.survey-textarea {
    text-transform: none;
    height: 250px !important;
    font-size: 16px;
    border: 3px solid #bfbfbf;
    border-radius: 5px;
    background-color: #f9f9f9;
}
.btn-box-selected {
    border: 5px solid #94e500;
    background: rgb(173 255 76 / 53%);
    box-shadow: 0px 0px 15px #94e500;
}
.wizard-btn-box-batua.btn-box-selected,
.survey-btn-rating-elem-batua > .btn-box-selected {
    border: 5px solid #e3b009;
    background: rgb(239 210 114 / 53%);
    box-shadow: 0px 0px 15px #e3b009;
}
.btn-box-selected-check {
    position: absolute;
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    background: #d3d3d396;
    border-radius: 5px;
    border: 4px solid #969695;
    display: flex;
    justify-content: center;
    align-items: center;
}
.btn-box-selected-check i {
    color: #5d5d5d;
}
fieldset h2.title {
    text-align: center;
}
fieldset .commands {
    text-align: center;
    position: relative;
    width: 100%;
    display: inline-block;
    padding: 0 10%;
    padding-top: 5rem;
}
fieldset .commands button {
    margin: 1rem;
}
/*
fieldset .commands .prev {
    float: left;
}
fieldset .commands .next {
    float: right;
}
*/
.subtitle-text {
    color: #5f5f5f;
    line-height: 1.2;
    font-size: 17px;
    margin-bottom: 2rem;
}
.signature-container {
    position: relative;
}
.box-signature {
    border: 2px dotted #ccc;
    position: relative;
    cursor: crosshair;
    height: 250px;
}
.box-signature .signature-pad--body {
    width: 100%;
    height: 100%;
    position: relative;
    -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
    border: 1px solid #f4f4f4;
}
.signature-pad--body canvas {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 4px;box-shadow: 0 0 5px rgba(0, 0, 0, 0.02) inset;
}
.box-signature-icon {
    position: absolute;
    right: 80px;
    top: 160px;
}
.box-signature-icon i {
    font-size: 2.5em;
    color: #404040;
}
.box-signature-border-bottom {
    position: absolute;
    left: 10%;
    width: 80%;
    border-bottom: 3px solid #404040;
    bottom: 50px;
}
.box-signature-clear {
    position: absolute;
    right: 1px;
    bottom: 1px;
    z-index: 2;
}
.box-signature-clear .btn {
    font-size: 1.3rem;
    font-weight: 700;
}
.text-to-sign-box {
    max-height: 300px;
    overflow-y: auto;
    border: 1px solid #ccc;
    background: #e6e6e6;
    padding: 20px;
    margin-bottom: 4rem;
}

@media(min-width:768px) {
    .navbar-custom {
        padding: 0;
        padding-top: 5px;
        padding-bottom: 20px;
        border-bottom: 0;
        letter-spacing: 1px;
        background: 0 0;
        -webkit-transition: background .5s ease-in-out,padding .5s ease-in-out;
        -moz-transition: background .5s ease-in-out,padding .5s ease-in-out;
        transition: background .5s ease-in-out,padding .5s ease-in-out;
    }

    .navbar-custom.top-nav-collapse {
        padding: 0;
        border-bottom: 1px solid rgba(255,255,255,.3);
        background-color: #529c58;
    }
}

.intro {
    display: table;
    width: 100%;
    height: auto;
    padding: 100px 0;
    text-align: center;
    color: #fff;
    /*background: url(../img/intro-bg.jpg) no-repeat bottom center scroll;*/
    background-color: #000;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover !important;
    -o-background-size: cover;
}

.intro .intro-body {
    display: table-cell;
    vertical-align: middle;
}

.intro .intro-body .brand-heading {
    font-size: 40px;
}

.intro .intro-body .intro-text {
    font-size: 18px;
}

.more-photos-container {
    position: absolute;
    margin-top: -110px;
    left: 25px;
}

@media(min-width:768px) {
    .intro {
        height: 100%;
        padding: 0;
        padding-top: 120px;
    }

    .intro .intro-body .brand-heading {
        font-size: 65px;
        margin-top: 25px;
    }

    .intro .intro-body .intro-text {
        font-size: 20px;
    }
}

.btn-circle {
    width: 70px;
    height: 70px;
    margin-top: 15px;
    margin-bottom: 50px;
    padding: 7px 16px;
    border: 2px solid #fff;
    border-radius: 100%!important;
    font-size: 40px;
    color: #fff;
    background: 0 0;
    /*box-shadow: 1px 1px 2px black;*/
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}

.btn-circle:hover,
.btn-circle:focus {
    outline: 0;
    color: #fff;
    background: rgba(255,255,255,.1);
}

.btn-circle i.animated {
    -webkit-transition-property: -webkit-transform;
    -webkit-transition-duration: 1s;
    -moz-transition-property: -moz-transform;
    -moz-transition-duration: 1s;
}

.btn-circle:hover i.animated {
    -webkit-animation-name: pulse;
    -moz-animation-name: pulse;
    -webkit-animation-duration: 1.5s;
    -moz-animation-duration: 1.5s;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
}

@-webkit-keyframes pulse {    
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-moz-keyframes pulse {    
    0% {
        -moz-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -moz-transform: scale(1.2);
        transform: scale(1.2);
    }

    100% {
        -moz-transform: scale(1);
        transform: scale(1);
    }
}

button.navbar-toggle {
    color: #fff;
}

.content-section {
    /*padding-top: 100px;*/
}

section#contact,
section#photogallery {
    padding: 30px 50px;
}

.carousel-inner-custom {
    max-height: 450px;
}

.carousel-inner-custom > .item > img.higher-img {
    position: relative;
    top: -70px;
}

#map {
    width: 100%;
    height: 200px;
    margin-top: 0;
}

.popup-gallery > a > img.little-image {
    width: 100px;
    height: 100px;
}

img#logo-home {
    width:50px;
}

.captcha-container {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 20px 0 30px 0;
}

.eco-friendly-icon {
    width: 50px;
    margin-left: 4px;
    position: relative;
    top: -5px;
}
.eco-friendly-label {
    text-transform: none;
    font-size: 85%;
    position: relative;
    top: -4px;
    font-weight: 600;
    color: #04a436;
}
.radio-flex {
    display: flex;
    align-items: center;
    justify-content: left;
    height: 50px;
}
.radio-flex-label {
    position: relative;
    top: 2px;
}
.radio-flex-title {
    text-decoration: underline;
    font-weight: 600;
}

@media all and (min-width: 1200px) {
    .navbar-header {
        width: 100%;
        text-align: center;
    }
    .navbar-custom .navbar-brand {
        width: 100%;
        padding-top: 4px;
        margin-bottom: 15px;
    }
    img#logo-home {
        width: 70px;
    }
}

@media all and (min-width: 979px) and (max-width: 1199px) {
    .navbar-header {
        width: 100%;
        text-align: center;
    }
    .navbar-custom .navbar-brand {
        width: 100%;
        padding-top: 4px;
        margin-bottom: 15px;
    }
    img#logo-home {
        width: 70px;
    }
    ul.nav.navbar-nav {
        font-size: 13px;
    }
    .container {
        width: 100% !important;
    }
}

@media all and (min-width: 769px) and (max-width: 978px) {
    .navbar-header {
        width: 100%;
        text-align: center;
    }
    .navbar-custom .navbar-brand {
        width: 100%;
        padding-top: 4px;
        margin-bottom: 15px;
    }
    img#logo-home {
        width: 70px;
    }
    ul.nav.navbar-nav {
        font-size: 11px;
    }
    .container {
        width: 100% !important;
    }
    .intro .intro-body .brand-heading {
        font-size: 65px;
    }
    .intro .intro-body .intro-text {
        font-size: 20px;
    }
    p {
        font-size: 17px;
    }
    .btn-group-lg>.btn, .btn-lg {
        font-size: 14px;
    }
    .btn-circle { 
        margin-bottom: 0px;
    }
}

@media all and (min-width: 506px) and (max-width: 768px) {
    h1, h2, h3, h4, h5, h6, p {
        text-shadow: 0px 0px 1px #000;
    }
    section#contact {
        padding-top: 30px !important;
        padding-bottom: 30px !important;
    }
    section#photogallery {
        padding: 20px 10px !important;
    }
    .btn-group-lg>.btn, .btn-lg {
        font-size: 14px;
    }
    .navbar-custom .navbar-brand {
        padding: 5px !important;
        padding-left: 15px !important;
    }
    .intro {
        padding-top: 60px;
    }
    .navbar-custom a { 
        color: #fff;
    }
    h1.custom-h1 {
        font-size: 20px;
    }
    .carousel-inner-custom {
        max-height: 280px;
    }
}

@media all and (min-width: 432px) and (max-width: 505px) {
    h1, h2, h3, h4, h5, h6, p {
        text-shadow: 0px 0px 1px #000;
    }
    section#contact {
        padding-top: 20px !important;
        padding-bottom: 20px !important;
    }
    section#photogallery {
        padding: 20px 10px !important;
    }
    section.withimage {
        padding-top: 0;
    }
    .withimage-section {
        margin-top: 95px;
    }   
    .btn-group-lg>.btn, .btn-lg {
        font-size: 13px;
    }
    .navbar-custom .navbar-brand {
        padding: 5px !important;
        padding-left: 15px !important;
    }
    .intro {
        padding-top: 55px;
    }
    .navbar-custom a { 
        color: #fff;
    }
    h1.custom-h1 {
        font-size: 18px;
    }
    .more-photos-container {
        left: 15px;
    }
    .carousel-inner-custom {
        max-height: 220px;
    }
}

@media all and (max-width: 431px) {
    h1, h2, h3, h4, h5, h6, p {
        text-shadow: 0px 0px 1px #000;
    }
    .carousel-inner-custom {
        max-height: 144px;
    }
    section.withimage {
        padding-top: 0;
    }
    .more-photos-container {
        margin-top: -80px;
        left: 15px;
    }
    .withimage-section {
        margin-top: 49px;
    }   
    .intro .intro-body .brand-heading {
        font-size: 35px;
    }
    .navbar-brand {
        font-size: 12px;
    }
    .navbar-custom .navbar-brand {
        padding: 5px !important;
        padding-left: 15px !important;
    }
    .navbar-custom a { 
        color: #fff;
    }
    .navbar-toggle {
        margin-top: 4px;
        margin-bottom: 0px;
    }
    .intro .intro-body .intro-text {
        font-size: 14px;
    }
    .intro {
        padding-top: 50px;
        padding-bottom: 0px;
    }
    .btn-circle {
        width: 50px;
        height: 50px;
        margin-top: 0px;
        margin-bottom: 0px;
        padding: 0px;
    }
    .fa-angle-double-down:before {
        position: relative;
        top: -3px;
    }
    section {
        padding: 70px 50px !important;
    }
    section#contact {
        padding-top: 20px !important;
        padding-bottom: 20px !important;
    }
    section#photogallery {
        padding: 15px 10px !important;
    }
    p {
        font-size: 14px;
        line-height: 1.3;
        margin: 0 0 20px;
    }
    .btn-group-lg>.btn, .btn-lg { 
        font-size: 11px;
    }
    .h2, h2 {
        font-size: 26px;
    }
    .popup-gallery > a > img.little-image {
        width: 90px;
        height: 90px;
    }
    h1.custom-h1 {
        font-size: 18px;
    }
}

@media(min-width:767px) {
    .content-section {
        /*padding-top: 250px;*/
    }

    /*
    .download-section {
        padding: 100px 0;
    }
    */

    #map {
        height: 400px;
        margin-top: 0;
    }
}

@media(max-width:752px) {
    .service-item {
        margin-left: 9.7777777%;
    }
    .thumbnail .caption h3 {
        font-size: 13px;
    }    
}

@media(max-width: 670px){
    .wizard-buttons-container {
        flex-direction: column;
        align-items: center;
    }
    .wizard-btn-box {
        margin-bottom: 30px;
    }
    .wizard-btn-elem {
        max-width: 300px;
        max-height: 300px;
    }
    .survey-btn-elem {
        max-width: 200px;
        max-height: 200px;
    }
    .survey-btn-elem-rect {
        max-width: 500px;
        max-height: 180px;
    }
    .survey-btn-rating-elem {
        max-width: 100px;
        max-height: 100px;
    }
}

@media(max-width:479px) {
    .thumbnail .caption h3 {
        font-size: 9px;
    }    
}

@media(min-width:320px) {
    .wizard-btn-elem {
        min-width: 300px;
        min-height: 300px;
    }
    .survey-btn-elem {
        min-width: 200px;
        min-height: 200px;
    }
    .survey-btn-elem-rect {
        min-width: 500px;
        min-height: 180px;
    }
    .survey-btn-rating-elem {
        min-width: 100px;
        min-height: 100px;
    }
}

.btn {
    border-radius: 0;
    text-transform: uppercase;
    font-family: "Quicksand","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 400;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.btn-default:hover {
    border: 1px solid #e60000;
    color: #e60000;
    background-color: transparent;
}

.btn-default,
.btn-default:focus {
    border: 1px solid #e60000;
    outline: 0;
    color: #fff;
    background-color: #e60000;
    font-weight: 700;
    font-size: 1.7rem;
}

.btn-grey:hover {
    border: 1px solid #b1b1b1;
    color: #b1b1b1;
    background-color: transparent;
}

.btn-grey,
.btn-grey:focus {
    border: 1px solid #b1b1b1;
    outline: 0;
    color: #fff;
    background-color: #b1b1b1;
    font-weight: 700;
    font-size: 1.7rem;
}

.btn-blue:hover {
    border: 1px solid #4d79ff;
    color: #4d79ff;
    background-color: transparent;
}

.btn-blue,
.btn-blue:focus {
    border: 1px solid #4d79ff;
    outline: 0;
    color: #fff;
    background-color: #4d79ff;
}

.btn-green:hover {
    border: 1px solid #2d862d;
    color: #2d862d;
    background-color: transparent;
}

.btn-green,
.btn-green:focus {
    border: 1px solid #2d862d;
    outline: 0;
    color: #fff;
    background-color: #2d862d;
}

.btn-red:hover {
    border: 1px solid #e60000;
    color: #e60000;
    background-color: transparent;
}

.btn-red,
.btn-red:focus {
    border: 1px solid #e60000;
    outline: 0;
    color: #fff;
    background-color: #e60000;
}

.btn-yellow:hover {
    border: 1px solid #cc9900;
    color: #cc9900;
    background-color: transparent;
}

.btn-yellow,
.btn-yellow:focus {
    border: 1px solid #cc9900;
    outline: 0;
    color: #fff;
    background-color: #cc9900;
}

ul.banner-social-buttons {
    margin-top: 0;
}
.form-group-flex {
    display: flex;
    flex-direction: row;
    align-items: center;
}
.form-input-size {
    margin-left: 10px;
    font-weight: 600;
}
.noleggio-from-to-lbl-container {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    height: 34px;
    width: 100px;
    padding-right: 0;
}
.noleggio-from-to-lbl-container label {
    margin: 0;
}

@media(max-width:1199px) {
    ul.banner-social-buttons {
        margin-top: 15px;
    }
}

@media(max-width:767px) {
    ul.banner-social-buttons li {
        display: block;
        margin-bottom: 10px;
        padding: 0;
    }

    ul.banner-social-buttons li:last-child {
        margin-bottom: 0;
    }
}

footer {
    padding: 30px 0;
}

footer p {
    margin: 0;
    color: #000;
    /*text-shadow: 0px 0px 1px #000;*/
}

::-moz-selection {
    text-shadow: none;
    background: #fcfcfc;
    background: rgba(255,255,255,.2);
}

::selection {
    text-shadow: none;
    background: #fcfcfc;
    background: rgba(255,255,255,.2);
}

img::selection {
    background: 0 0;
}

img::-moz-selection {
    background: 0 0;
}

body {
    webkit-tap-highlight-color: rgba(255,255,255,.2);
}

section {
    width: 100% !important;
    padding: 70px 50px;
    background-size: cover;
}

p.footer-p {
    font-size: 12px;
}
.header-btn-container {
    margin-top:100px;
}
.header-btn-container > a {
    margin-bottom:4px;
}
.popup-gallery > a > img {
    margin-bottom:5px;
}

.bootstrap-datetimepicker-widget table td.active, 
.bootstrap-datetimepicker-widget table td.active:hover,
.bootstrap-datetimepicker-widget table td span.active,
.bootstrap-datetimepicker-widget table td span.active {
    background-color: #e6b800;
    color: #fff;
    text-shadow: 0px 0px 2px #000;
}

td.day:hover,
td.hour:hover,
td.minute:hover,
td.second:hover,
td.month:hover,
td.year:hover,
span.day:hover,
span.hour:hover,
span.minute:hover,
span.second:hover,
span.month:hover,
span.year:hover,
th.picker-switch:hover
th.next:hover,
th.prev:hover {
  background: #eeeeee;
  color: #000;
  cursor: pointer;
}

.datetimepicker-custom {
    background-color: rgba(1,1,1,0.2);
    padding: 10px;
    border-radius: 5px;
}

/********
*  POPUP PREZZI
**********/

/* Styles for dialog window */
.zoom-anim-dialog {
    background: white;
    padding: 50px 30px;
    text-align: center;
    max-width: 80%;
    margin: 40px auto;
    position: relative;
}

.zoom-anim-dialog > h1 {
    color: #e60000;
    text-shadow: 1px 1px 1px lightgrey;
    font-size: 22px;
}

.zoom-anim-dialog > p {
    color: #000;
    text-shadow: 1px 1px 1px lightgrey;
    font-size: 16px;
    margin-bottom: 0px;
}

/**
 * Fade-move animation
 */

/* at start */
.my-mfp-slide-bottom .zoom-anim-dialog {
    opacity: 0;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;

    -webkit-transform: translateY(-20px) perspective( 600px ) rotateX( 10deg );
    -moz-transform: translateY(-20px) perspective( 600px ) rotateX( 10deg );
    -ms-transform: translateY(-20px) perspective( 600px ) rotateX( 10deg );
    -o-transform: translateY(-20px) perspective( 600px ) rotateX( 10deg );
    transform: translateY(-20px) perspective( 600px ) rotateX( 10deg );

}

/* animate in */
.my-mfp-slide-bottom.mfp-ready .zoom-anim-dialog {
    opacity: 1;
    -webkit-transform: translateY(0) perspective( 600px ) rotateX( 0 ); 
    -moz-transform: translateY(0) perspective( 600px ) rotateX( 0 ); 
    -ms-transform: translateY(0) perspective( 600px ) rotateX( 0 ); 
    -o-transform: translateY(0) perspective( 600px ) rotateX( 0 ); 
    transform: translateY(0) perspective( 600px ) rotateX( 0 ); 
}

/* animate out */
.my-mfp-slide-bottom.mfp-removing .zoom-anim-dialog {
    opacity: 0;

    -webkit-transform: translateY(-10px) perspective( 600px ) rotateX( 10deg ); 
    -moz-transform: translateY(-10px) perspective( 600px ) rotateX( 10deg ); 
    -ms-transform: translateY(-10px) perspective( 600px ) rotateX( 10deg ); 
    -o-transform: translateY(-10px) perspective( 600px ) rotateX( 10deg ); 
    transform: translateY(-10px) perspective( 600px ) rotateX( 10deg ); 
}

/* Dark overlay, start state */
.my-mfp-slide-bottom.mfp-bg {
    opacity: 0;

    -webkit-transition: opacity 0.3s ease-out; 
    -moz-transition: opacity 0.3s ease-out; 
    -o-transition: opacity 0.3s ease-out; 
    transition: opacity 0.3s ease-out;
}
/* animate in */
.my-mfp-slide-bottom.mfp-ready.mfp-bg {
    opacity: 0.8;
}
/* animate out */
.my-mfp-slide-bottom.mfp-removing.mfp-bg {
    opacity: 0;
}

/* ALERTIFY MODAL CUSTOM */
.change-lang-alert-modal .ajs-button.ajs-ok {
  text-transform: uppercase;
  font-weight: 600;
  background: #ffdcdc;
  color: #cf0000;
  border: 3px solid #cf0000;
  border-radius: 5px;
}
.change-lang-alert-modal .ajs-button.ajs-cancel {
  text-transform: uppercase;
  font-weight: 600;
  background: #d9d9d9;
  color: #323232;
  border: 3px solid #4a4a4a;
  border-radius: 5px;
}
.change-lang-alert-modal .ajs-header {
  text-transform: uppercase;
  font-weight: 600;
}