html,
body {
    margin:0;
    padding:0;
    height:100%;
}

#wrapper {
    min-height:100%;
    position:relative;
}

#content {
    padding-bottom:326px; /* Height of the footer element */
}
@media(max-width:767px){
    #content {
        padding-bottom:326px; /* Height of the footer element */
    }
}

body{
    background: #fff;
    color: #333;
}
.container.main{
    padding-top: 15px;
    margin-bottom:15px;
}

.container.main.home{
    margin-bottom:0;
}

.container.main, .container.section-header{
    /*background: #fff;*/
}

.flat-button:hover,a.cc_btn.cc_btn_accept_all:hover{
    color:#fff !important;
    transition: all .3s ease-in;
}

.box{
    margin-bottom: 15px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
}

.box figure, .box figure img, .home-col-6-box img, .home-col-7-box img{
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
}

figure.home-col-7-box {
    height: 90px;
    background: url("../images/bg-planner-courses.jpg") center center no-repeat;
    background-size: cover;
}

.box .image-wrapper {
    height: 150px;
    overflow: hidden;
}

.bottom-padding{
    padding-bottom: 15px;
}

.filled-box{
    background: #fff;
    margin-bottom: 15px;
    padding-top: 15px;
}

.white-filled-box{
    background: #fff;
    margin-bottom: 15px;
    padding: 15px;

}
.white-filled-box h1, .white-filled-box h2, .white-filled-box h3, .white-filled-box h4{
    background: none;
    color: #333;
    margin-top:0;
    margin-left:0;
    padding-left:0;
}

.filled-box p {
    color: #333;
}



/* NAVBAR OVERRIDES */
.navbar{
    margin-bottom:0;
    min-height:90px;
}
.navbar-default{
    background:#EEB6B7;
    border:none;
    border-radius:0;
    -moz-border-radius:0;
    -webkit-border-radius:0;
}

.navbar-brand {
    padding: 0 15px;
    z-index: 100;
    position: absolute;
}

.navbar-header{
    /*position: absolute;*/
    width: 100%;
}

.navbar-default .navbar-nav li a{
    font-family: 'Karla';
    /*color: #fff;*/
    text-transform: uppercase;
    font-size: 16px;
    position: relative;
    display: block;
    padding: 10px 10px;
}
@media(max-width:1199px){
    .navbar-default .navbar-nav li a{
        font-size: 12px !important;
        padding: 10px 5px;
    }
}
@media(max-width:989px){
    .navbar-default .navbar-nav li a{
        font-size: 14px !important;
        padding: 10px 10px;
    }
}

.navbar-default .navbar-right{
    margin: 25px 0;
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form{
    border: none;
}

.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover{
    background: none;
}

.navbar-default .navbar-toggle:focus .icon-bar, .navbar-default .navbar-toggle:hover .icon-bar{
    background: #fff;
}

.nav-tabs > li.active > a{
    color: #fff;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover{
    background: none;
    color:#fff;
    font-weight: 700;
}

.navbar-nav>li>.dropdown-menu{
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    background:#000;
}

.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover{
    background: none;
    color: #333
}

/* FOOTER */
footer {
   width:100%;
   min-height:120px;
   position:absolute;
   bottom:0;
   left:0;
   background: #eeb5b6;
}
footer .container{
    padding-top: 15px;
    text-align: center;
    color: #fff !important;
    font-size: 12px;
}

footer a.pull-right {
    font-size: 15px;
    margin: 10px 0 10px 20px;
}

footer p{
    font-size: 12px;
    text-align: left;
    color:#fff;
}

footer p.info a{
    color:#fff;
}

/* SOCIAL FOOTER */
.social-footer{
    height:50px;
}

.social-footer ul {
    margin-bottom:0;
}

.social-footer ul li{
    list-style: none;
    display: inline;
    padding: 10px;
}

.social-footer ul li a {
    color: #fff;
}

.social-footer ul li a i{
    line-height: 40px;
    font-size: 17px;
}

/* SOCIAL HEADER */
.social-header{
    background: #fff;
    color:#F68E2B;
}
.social-header ul li{
    list-style: none;
    float: right;
    font-size: 16px;
    line-height: 30px;
    margin-right: 15px;
}

.social-header ul li a{
    color:#F68E2B;
}

.social-header ul li a:hover{
    color:#034B9C;
}

.carousel-caption{
    bottom:0;
}

/* HOME HERO */
.hero{
    border-radius:0;
    -moz-border-radius:0;
    -webkit-border-radius:0;
    text-align: center;
}

.hero h1{
    color:#fff;
    padding: 20px;
    font-weight: 400;
    border-top: 2px solid #fff;
}

/* HOME LOCATIONS RULES */

.hero, .location-box{
    background-repeat: no-repeat;
    background-position:center center;
    background-size: cover!important;
    -moz-background-size: cover!important;
    -webkit-background-size: cover!important;
}
.hero{
    background-position:left center;
}

.flat-button, a.cc_btn.cc_btn_accept_all, a.cc_btn.cc_btn_accept_all:hover{
    font-family: 'helvetica neue';
    font-size: 18px;
    font-weight: 300;
    background: #4C9ECB;
    border-radius: 30px;
    display: block;
    border: none;
    padding: 10px 0;
    text-align: center;
    margin-bottom: 15px;
    color: #fff;
    transition: all .3s ease-in;
}

.flat-button.flat-button-fb{
    background: #3B5998;
}

input.flat-button {
    width: 100%;
}

.location-box:nth-child(1){
    background: #F68E2B;
}

.location-box {
    padding:0;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
}

.location-box h2 {
    padding: 12vh 0;
    text-align: center;
    font-size: 16px;
    text-transform: none;
    color:#fff;
    background-color: rgba(51,51,51,0.60);
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
}
.newsletter{
    background: #000;
    min-height:60px;
    /*border-top: 2px solid #F18903;*/
}

.newsletter h1{
    color: #fff;
    margin-bottom: 0;
    text-align: center;
    font-size: 32px;
    margin-bottom:10px;
}

.newsletter form .mail {
    height: 40px;
    margin: 0;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    background: #fff;
    color: #333;
}

.newsletter form .send {
    width: 100px;
    height: 40px;
    /* margin-left: -1px; */
    background: #F18903;
    color: #fff;
    text-transform: uppercase;
    font-size: 18px;
    -webkit-margin-before: 8px;
    margin-top: 0;
    border: 1px solid #F18903;
    border-left: 1px solid #F18903;
    font-size: 16px;
    line-height: 16px;
}
/**** HOME - BoxLink ******/
.box-link h4 {
    text-align: center;
    border-right: 1px solid #efefef;
}

.box-link h4:last-child {
    border-right: none;
}

/****End HOME - BoxLink ******/

/* NEWS  */
.news h3 {
    display: block;
    margin: 0;
    padding-top:10px;
    padding-left:0;
    width:100%;
}

.news p {
    color: #666;
    padding: 0 10px;
    min-height: 100px;
}

.gallery-indicator{
    position: absolute;
    text-align: center;
    top: 0;
    width: calc(100% - 30px);
    padding-top: 1.2em;
    margin: 0;
    background: rgba(0,0,0,0.3);
    height: 100%;
}

.gallery-indicator h5{
    font-family: 'helvetica neue';
    font-size: 50px;
    height: 70px;
    margin: 0;
    position: absolute;
    top: calc(50% - 35px);
    width: 100%;
}

.gallery-indicator h5 span {
    font-size: 12px;
    display: block;
    text-transform: uppercase;
    font-weight: 200;
}

.home-col-6-box,.home-col-7-box{
    position: relative;
}

.home-col-6-box h4{
    position: absolute;
    top:40%;
    width: 95%;
    font-size: 35px;
    color: #fff;
}

.home-col-7-box h4{
    position: absolute;
    top:15%;
    width: 95%;
    font-size: 35px;
    color: #fff;
}


/* HOME PARTNERS RULES */

#partners-container {
    padding: 10px;
    border-bottom: 1px solid #c4c4c4;
}

#partners-container div{
    height: 100px;
    text-align: center;
}

/* DOWNLOAD CTA */

.auto-box {
    width: 80%;
    margin: auto;
}

.download-cta-container{
    text-align: right;
}
.download-cta-container img {
    width: 73px;
    margin: 0px 0 15px 0;
    border-radius: 16px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
}

.download-cta-container img:nth-child(2){
    border:1px solid #e7e7e7;
}

.phone-banner {
    background: url(/images/app_preview.png) no-repeat bottom right /contain;
    height: 380px;
}

.filled-box a img{
    margin-bottom: 10px;
}

/* MENU OVERRIDES */

.navbar-default .navbar-toggle {
    border: none;
    margin: 29px 0px;
}

.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav .dropdown-menu li > a:hover,
.navbar-default .navbar-nav .dropdown-menu li > a:focus{
    /*color: #fff;*/
    background: none;
}


/* LOCATIONS */

.location-header{
    background: #373737;
    color: #fff;
    height: 400px;
}

.location-header h3, .location-header a{
   color: #fff;
}

.location-header h3 {
    display: block;
    border-bottom: 1px solid #999;
    width: 80%;
    padding: 15% 0 0 0;
    height: 90px;
}

.location-cta span{


    display: block;
    padding:0;
    color: #fff;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    margin-bottom: 15px;
    overflow: hidden;
}

.location-cta span a{
    background: rgba(240,141,7,0.7);
    font-family: 'helvetica neue';
    font-size: 16px;
    text-align: center;
    padding: 0;
    margin: 0;
    display: block;
    padding: 15px 0;
    color: #fff;
}

.location-header .hero {
    margin-bottom: 0;
}

.location-schedule .col-md-3,
.location-schedule .col-sm-2,
.location-schedule .col-xs-3 {
    border-right: 4px solid #F68E2B;
    min-height: 60px;
}

.location-schedule i.fa {
    line-height: 30px;
    text-align: center;
    margin-bottom: 10px;
    border-radius: 20px;
    background-color: #F68E2B;
    width: 30px;
    height: 30px;
    color: #fff;
    margin-top: 14px;
    float: right;
}

.location-cta:nth-child(1) span a, .location-cta:nth-child(3) span a, .location-cta:nth-child(6) span a {
    background: rgba(55,55,55,0.7);
}

.location-cta span a.virtual-tour {
    background: rgba(51,122,183,0.7);
}

.location-cta span a.guest-pass{
    height: 186px;
    padding-top: 66px;
    font-size: 30px;
}

.location-text{
        background-color: #373737;
    padding: 30px 10px 30px 10px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    color: #fff;
}

.location-text .col-md-4{
    border-right:6px solid #F68E2B;
}

.box address{
    padding: 7px 0 0 0;
    font-family: 'helvetica neue'!important;
    font-size: 19px;
    text-transform: uppercase;
    color: #333;
    font-weight: 300;
}

.box address span{
    color: #027c6d;
}

.map-trigger a {
    position: absolute;
    height: 100%;
    width: 100%;
    display: block;
    top: 0;
    left: 0;
    z-index: 999;
}

.map-trigger+div address {
    font-size: 18px;
    padding: 15px;
    margin: 0;
    text-transform: uppercase;
    font-weight: 200;
}

ul.contact-list {
    list-style: none;
    -webkit-padding-start: 0;;
}

ul.contact-list li {
    padding: 10px 0;
    font-size: 16px;
    border-bottom: 1px solid #e7e7e7;
}

ul.contact-list li:last-child {
    border: none;
}
ul.contact-list li a, ul.contact-list li a:hover{
    color: #333;
}
.contact-list i {
    font-size: 18px;
    margin-right: 10px;
    color: #666;
}


/* BOOKING OPTIONS */
.booking-nfo h1{
    border-left: 7px solid #00afec;
    padding-left: 10px;
    margin-bottom:15px;
}

.booking-nfo h3{
    border:none;
    margin: 0;
    padding: 0 0 10px 0;
    font-size: 18px;
}
.booking-nfo h2{
    margin: 0;
    padding: 5px 0 10px 0;
    font-size: 24px;
}

.modal-flat .modal-body .booking-nfo{
    margin: 30px 0;
}
.availabilities-box{
    padding-bottom: 15px;
}

.availabilities-box h2{
    margin: 0;
    padding: 0 0 10px 0;
    border-bottom: 1px solid #333;
}

.white-filled-box.availabilities-box h2{
    border-bottom: 1px solid #efefef;
}

.counter h4{
    color: #333;
    font-size: 35px;
    text-align: center;
    background: none;
}

.counter span{
    font-size: 14px;
    font-weight: 200;
    display: block;
}

/* SHARE */
.share-box, .share-box-dark {
    background: #8b66a9;
    padding-bottom: 15px;
    margin: 0 0 15px 0;
}

.share-box-dark {
    background: #910e0e;
}
.share-box h2 , .share-box-dark h2{
    margin: 15px 0;
    color: #fff;
}

.share-box .fb_iframe_widget, .share-box-dark .fb_iframe_widget{
    margin-top: 0px;
    float: left;
    margin-right: 5px;
}
/* IMAGE VISIBILITY HACK */
#info img {
    display: block!important;
}

#info div.col-md-9 a:first-of-type {
    display: block;
    font-family: 'helvetica neue';
    color:#ffffff;
    background: #327b00;
    margin: 10px auto;
    font-size: 22px;
    width: 270px;
    text-align: center;
    padding: 10px 0;
}

/* TABS */

.nav-tabs.nav-justified>li>a, .nav-tabs.nav-justified>.active>a, .nav-tabs.nav-justified>.active>a:focus, .nav-tabs.nav-justified>.active>a:hover{
    font-family: 'helvetica neue';
    font-size: 18px;
    text-transform: uppercase;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    margin: 0;
    border: none;
}


.nav-tabs li:nth-child(1) a{
    background: rgba(50,123,0,1);
}

.nav-tabs li:nth-child(2) a{
    background: rgba(2,124,109,1);
}

.nav-tabs li:nth-child(3) a{
    background: rgba(241,140,7,1);
}
.nav-tabs li:nth-child(4) a{
    background: rgba(83,1,121,1);
}

.tab-pane{
    margin-top: 15px;
    padding-top: 0;
}

.nav-pills>li.active>a, .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover{
    background: rgb(224, 0, 116);
    border-radius: 20px;
    color: #fff !important;
}

.nav-pills>li>a:hover, .nav-pills>li>a:focus{
    background: rgba(224, 0, 116, 0.5);
    border-radius: 20px;
    color: #fff !important;
}

.nav-pills>li a {
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    font-family: 'helvetica neue';
    text-transform: uppercase;
    color: #333 !important;
}

/*LOCATION GALLERY */
#photogallery{
    margin-left: -7px;
    margin-right: -7px;
}
#photogallery .box {
    padding: 0 7px 0 7px!important;
    text-align: center;

}

/* BOOKING */
.box-header h4 {
        background: #e00074;
    margin-bottom: 10px;
    color: #fff;
}
.booking-box{
    background: #fff;
    margin-bottom: 10px;
    border: 1px solid #ccc;
}
.booking-box h4{
    background: transparent;
    padding: 10px 0;
}

.booking-box img{
    margin: 10px 10px 10px 0;
}

li.counter {
    list-style: none;
    float: left;
    margin: 10px 0 0 10px;
}

li.counter span{
    display: block;
    text-align: center;
    font-size: 14px;
}

li.counter span:first-child {
    font-size: 30px;

}

li.counter span:last-child {
    border: 1px solid #fff;
    padding: 1px 5px 2px 5px;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    font-size: 11px;

}

li.counter.availabile span, .counter span{
    color: #B0CC24;
    border-color: #B0CC24;
}

.counter h4 span{
    color: #333;
}

li.counter.reserved span{
    color: #ff0000;
    border-color: #ff0000;
}

li.counter.queue span{
    color: #E86C16;
    border-color: #E86C16;
}

.counter h4 span {
    margin: 5px 0 0 0;
    padding: 10px 0 0 0;
}
.counter.availabile h4 span{
    border-top: 2px solid #B0CC24;
}
.counter.reserved h4 span{
    border-top: 2px solid#333;
}
.counter.queue h4 span{
    border-top: 2px solid #E86C16;
}

figure+h4{
    margin: 0;
}
/* RESPONSIVE OVERRIDES */
@media (max-width: 992px) {
    #inline-carousel .hero h1{
        border: none;
        background: rgba(0,0,0,0.4);
        position: absolute;
        bottom: 0;
        width: 100%;
        padding: 10px;
        font-size:30px;
    }

    .navbar-default .navbar-nav li a{
        line-height: 35px;
        display: block;
    }

    div#hero-carousel .carousel-control.left,div#dablius-world .carousel-control.left {
        left:3%;
    }

div#hero-carousel .carousel-control.right, div#dablius-world .carousel-control.right{
        right:3%;
    }

    .location-text .col-md-4{
    border-right:none;
}

.navbar-nav .open .dropdown-menu {
        padding-left: 15px;
        float: left;
    }

}

@media (max-width: 768px) {
    /*
    .locations-container  h2{
        font-size: 30px;
        padding: 40px 15px;
    }

    .locations-container div:nth-child(1) h2{
        background: rgba(50,123,0,0.7);
    }

    .locations-container div:nth-child(2) h2{
        background: rgba(250,163,12,0.7);
    }

    .locations-container div:nth-child(3) h2{
        background: rgba(241,140,7,0.7);
    }

    .locations-container div:nth-child(4) h2{
        font-size: 40px;
        background: rgba(83,1,121,0.7);

    }

    .nav-tabs.nav-justified li {
        width: 25%;
        float: left;
        margin: 0;
        height: 70px;

    }

    .nav-tabs.nav-justified li a, .nav-tabs.nav-justified li.active a{
        display: block;
        height: 100%;
        font-size: 14px;
        font-weight: normal;
    }

    .nav-pills>li{
        width: auto;
        float: left;
    }
    */

    .navbar-header{
    position: absolute;
    width: calc(100% - 20px) !important;
}

    .navbar-default .navbar-right{
    margin: 80px 0 15px 0;
    }

    .hero-container{
        z-index: 0;
    }

    .location-data {
        z-index: 999;
        background: rgba(55,55,55,0.5);
        position: absolute;
        left: 0;
        height: 400px;
    }

    div#day-selector-nav {
        overflow-y: hidden;
        overflow-x: scroll;
        height: 55px;
    }

    #day-selector-nav ul {
        width: 650px;
    }

    .nav-justified>li{
    float:left;
}

}

/* ANIMATIONS */

a figure, .flat-button, a.cc_btn.cc_btn_accept_all {
   transition: all .3s ease-in;
}

b
/* DIALOG OVERRIDE */
.modal-flat .modal-content{
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
}

.modal-flat .modal-header h4{
    background: transparent;
    color: #333;
    padding: 0;
}

.modal-flat .modal-body{
    padding: 0 15px;
}

/* FORMS */
.form-control{
    border-radius: 0;
    height: 40px;
    font-family: Helvetica, sans-serif;
}
label{
    font-family: 'helvetica neue';
    font-weight: 200;
    font-size: 18px;
}

label span{
    padding: 5px 0;
    display: block;
}

.alert.alert-danger {
    font-size: 14px;
    background: none;
    border: 2px solid #F22613;
    border-radius: 0;
    text-transform: uppercase;
    text-align: center;
    color: #F22613;
    background: rgba(242, 38, 19,0.3);
    padding: 5px;
    margin: 0 0 10px 0;
}

/* LOGIN */
.login-frame {
    width: 100%;
    margin: 0;
    height: 430px;
}

body.render-modal {
    margin: 0;
    padding: 0;
    background: #fff;
}

body.render-modal .container.main{
    background: transparent;
    color: #333;
}
#location-selector h3, #location-selector h4{
    border:none;
    margin:0;
    color:#333;
}


#location-selector h4{
    font-weight: 200;
}

#location-selector a.flat-button{
    padding: 15px;
    margin-bottom: 0px;
}

p.cc_message{
    font-size: 13px!important;
    color: #333!important;
    line-height:20px!important;
}

.carousel-control{
    width: 7%;
}

div#hero-carousel .carousel-control.left, div#hero-carousel .carousel-control.right,
div#dablius-world .carousel-control.left, div#dablius-world .carousel-control.right{
    background: none;
}

.override-link{
    background:transparent;
    width:100%;
    height:100%;
    position: relative;
}

.caption-dablius-world {
    position: absolute;
    bottom: 0;
    color: #fff;
    text-align: left;
    line-height: 62px;
}

.black{
    color: #333!important;
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus{
    background: transparent;
}

.icon-circle {
    background: #ccc;
    color: #fff;
    width: 30px;
    height: 30px;
    text-align: center;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    font-size: 18px!important;
    padding-top: 7px;
    margin-right: 10px;
    margin-left: -10px;
}

.icon-circle.orange{
    background: #F68E2B;
}
.icon-circle.blue{
    background: #F68E2B;
}

h3.app-widget-title {
    font-size: 45px;
    font-weight: bold;
    margin: 30% 0 15px 0;
    padding: 0;
    color: #F68E2B;
}

@media (max-width: 768px) {

    .box-link h4 {
    border-right: none;
}

.home-col-7-box h4{
    font-size: 23px;
    line-height: 48px;
}

    h3.app-widget-title {
        margin: 15px 0 15px 0;
        font-size: 35px;
    }
}

.container-fluid.gray{
    background: #000;
}

.container-fluid.gray .container.main{
    background: none;
}

.filled-box h4{
    color: #333;
    padding-left:0;
}

div#classes-carousel {
    background: #373737;
    height: auto;
    margin-bottom: 15px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}

div#classes-carousel .carousel-control.left, div#classes-carousel .carousel-control.right{
    background: none;
}

#classes-carousel .carousel-inner .item{
    height: auto;
}

.class-item img{
    width: 70%;
}

.class-item{
    background: #fff;
    padding: 0;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    overflow: hidden;
    margin-top: 15px;
    margin-bottom: 15px;
}

.class-item h2 {
    color: #fff;
    background: #F68E2B;
    display: block;
    margin: 0;
    padding: 10px;
    font-size: 16px;
    text-align: left;
}

#back-nav a{
    padding: 10px;
    margin-top: 15px;
}

#back-nav{
    margin-bottom: 15px;
    background: #fff;
}

a.login,
a.logout{
    position: relative;
    display: block;
    padding: 10px 15px;
    float:right;
    background: #e00074;
    color:#fff;
    width: 90px;
    text-align: center;
}

#register-container{
    padding: 10px 0;
    color: #333;
}

#register-container #submit-btn{
    margin: 10px 0;
    width:100%;
}

.navbar-default .navbar-nav .open .dropdown-menu>li>a{
    color:#fff;
}

.navbar-default .navbar-nav .open .dropdown-menu>li>a:hover,
.navbar-default .navbar-nav .open .dropdown-menu>li>a:focus{
    color:#fff;
    background: rgba(224, 0, 116, 0.7);
}

.navbar-nav .open .dropdown-menu>li>a, .navbar-nav .open .dropdown-menu .dropdown-header{
    padding:5px 15px 5px 15px;
}

.navbar-default .navbar-toggle .icon-bar,
.navbar-default .navbar-toggle .icon-bar:hover,
.navbar-default .navbar-toggle .icon-bar:focus{
        /*background-color: #fff !important;*/
}

.dropdown-menu{
    min-width: 90px;
    padding:0;
    margin:0;
}

/***************** START - WIDGET DOWNLOAD *****************/

.widget-download {
    background: #f7f7f7;
}
.widget-download .container div.icon-app, .widget-download .container div.icon-qrcode-app{
    width: 120px;
    height: 120px;
    float: left;
    margin-bottom: 10px;
    margin-right: 10px;
    border-radius: 15px;
    -webit-border-radius: 15px;
    -moz-border-radius: 15px;
}

.widget-download .container div.icon-qrcode-app{
    margin-right: 0;
}

.widget-download .container div.icon-app{
    background: transparent url('../images/icona.png') left center no-repeat;
}
.widget-download .container div.icon-qrcode-app{
    background: transparent url('../images/qrcode.jpg') center center no-repeat;
    background-size: 100%;
    border: 1px solid #e7e7e7;
}

.widget-download .container h3 {
    margin: 0 0 5px 0;
    padding: 0;
    font-size: 32px;
    font-weight: bold;
    color: #fff;
    clear: both;
    text-transform: uppercase;
}
.widget-download .container p{
    font-size: 17px;
    line-height: 24px;
    font-size: 15px;
    color: #fff;
}

.widget-download .container a.badge-android, .widget-download .container a.badge-apple{
    width: 100px;
    height: 35px;
    float: left;
    margin: 0px 10px 0 0;
}
.widget-download .container a.badge-android{
    background: transparent url('../images/badge-android.png') center center no-repeat;
}
.widget-download .container a.badge-apple{
    background: transparent url('../images/badge-apple.png') center center no-repeat;
}
/***************** END - WIDGET DOWNLOAD *****************/

.slider-box {
    margin-bottom: 15px;
}

.slider-box .hero{
    border-radius:0;
    -moz-border-radius:0;
    -webkit-border-radius:0;
    height: 300px;
    margin:0;
    text-align: center;
}

.slider-box .hero h1{
    border:none;
}

.slider-box .box-caption,
.box.highlight .box-caption{
    bottom: 0;
    position: absolute;
    background:rgba(0,0,0,0.7);
    width: 100%;
    height: 100px;
}

.box.highlight .box-caption{
    background: none;
    color:#fff;
}

.slider-box .box-caption h1,
.box.highlight .box-caption h1{
    font-size: 20px;
    text-align: left;
    padding: 10px;
}

.slider-box .box-caption h1{
    color: #fff;
    background: none;
    height: 100%;
    padding-top: 15px;
}

.box.highlight .box-caption h1{
    margin: 0 10px 0 10px;
    height: 65px;
    padding:10px 0 0 0;
    border-bottom: 1px solid #fff;
}

.slider-box .box-caption button,
.box.highlight .box-caption button {
    right: 10px;
    bottom: 3px;
    position: absolute;
    background: none;
    width: 60px;
    border: none;
    color: #00acee;
    font-size: 20px;
    font-family: Lobster;
}

.box.highlight .box-caption span.date-label{
    left:10px;
    bottom:10px;
    position: absolute;
}

.slider-box .carousel-indicators{
       bottom:0;
}

.slider-box .carousel-indicators li{
    background-color: #f7f7f7;
    border:none;
}

.slider-box .carousel-indicators li.active{
    background-color: #F18903;
    border:none;
}

.overlay{
    position: absolute;
    width: 100%;
    height:100%;
}


.maps-container h3, .contacts-container h3, .share-box h3, .products-container h3, .promo-container h3, .poi-container h3{
    margin: 0 0 10px 0;
    font-weight: 100;
    border-bottom: 1px solid #efefef;
    padding-bottom: 10px;
}
a.flat-button.buy {
    background: #689F38;
}

.not-available{
    color: #921616 !important;
}

.social-icon-header{
    display: flex;
    border-left: 1px solid #ececec;
    padding-left: 5px;
}
@media(max-width:989px){
    .social-icon-header{
    border-left: none;
}
}

.grecaptcha-badge{
  z-index: 9999;
}
textarea.error::-webkit-input-placeholder,
input.error::-webkit-input-placeholder{
  color: #f44336;
}
textarea.error:-ms-input-placeholder,
input.error:-ms-input-placeholder{
  color: #f44336;
}
textarea.error::placeholder,
input.error::placeholder{
  color: #f44336;
}

button[disabled]{
  cursor: not-allowed;
  opacity: 0.5;
}

input.error, select.error, textarea.error{
  border-bottom:2px solid #da0404!important;
}
