@font-face {
  font-family: 'KeepCalm-Medium';
  src: url('../fonts/KeepCalm-Medium.ttf');
}

@font-face {
  font-family: 'Lobster';
  src: url('../fonts/Lobster1.4.ttf');
}

body{
    background: #f1f1f1;
    padding-top: 80px;
    color: #333;
}
body.home{
    padding-top: 0;
}
.container.main{
    padding-top: 15px;
    margin-bottom:15px;
}

.container.main, .container.section-header{
    background: none;
}

h1{
    margin-top: 0;
}

h1, h2, h3, h4 {
    font-family: KeepCalm-Medium;
    /*text-transform: uppercase;*/
    word-wrap: break-word;
}

h4 {
    color: #333;
    margin: 0;
    padding: 10px;
}

a, a:hover, a:focus{
    color: #ffffff;
    text-decoration: none;
}

a:hover figure{
    opacity: 0.7;
}

p {
    font-size: 16px;
    font-weight: 200;
}
.flat-button:hover,a.cc_btn.cc_btn_accept_all:hover{
    opacity: 0.7;
}

h3 {
    color:#009cc4;
}

.box{
    margin-bottom: 15px;
}


.box .image-wrapper {
    height: 150px;
    overflow: hidden;
}

.bottom-padding{
    padding-bottom: 15px;
}

.filled-box{
    background: #fff;
    margin-bottom: 15px;
    padding: 15px;


}

.white-filled-box{
    background: #fff;
    margin-bottom: 15px;
    padding-top: 15px;

}

.white-filled-box a.gallery-image figure, .white-filled-box a.gallery-image img{
    margin-bottom: 15px;
}

.white-filled-box a {
    color: #009cc4;
}

.white-filled-box h1, .white-filled-box h2, .white-filled-box h3, .white-filled-box h4{
    background: none;
    color: #333;
}

.filled-box p {
    color: #333;
}

a h4, a h3, a h2 {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
}

/* NAVBAR OVERRIDES */

.navbar-default.home{
    background:rgba(255,255,255,0.8);
}
.navbar-default{
    border:none;
    border-radius:0;
    -moz-border-radius:0;
    -webkit-border-radius:0;
}
.navbar-brand{
    height: 60px;
    padding: 0;
    margin: 8px 0;/* legacy purpose, calculate the right ration on responsive*/
}

.navbar-brand >img{
    height: 90%;
}

.navbar-default .navbar-nav li a{
    font-family: KeepCalm-Medium;
    color: #231f20;
    font-weight: 300;
    font-size: 14px;
}

.navbar-default .navbar-right{
    margin: 23px 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{
    background: none;
    color:#fff;
}

.navbar-nav>li>a{
    padding: 5px 10px;
}

.navbar-nav>li>.dropdown-menu{
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
}

.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover{
    background: none;
}

/* FOOTER */
footer{
    background: #009cc4;
    height: 140px;
}
footer .container{
    padding-top: 15px;
    text-align: center;
    color: #fff;
    font-size: 12px;
}

footer a.pull-right {
    font-size: 15px;
    margin: 10px 0 10px 20px;
}

footer p{
    font-size: 12px;
    text-align: left;
    padding-top: 35px;
}

/* SOCIAL FOOTER */
.social-footer{
    padding-top: 15px;
    height:65px;
}

.social-footer p{
    text-align: right;
    color:#fff;
    font-family: Lobster;
    font-size: 20px;
    padding: 0;
}

.social-footer ul{
    -webkit-padding-start: 0;
    padding-left: 0;
}

.social-footer ul li{
    list-style: none;
    float: right;
    font-size: 16px;
    line-height: 30px;
    /*margin-left: 10px;*/
}

.social-footer ul li a {
    width: 40px;
    height: 40px;
    float:right;
    margin-left: 10px;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    background: #fff;
    color: #00acee;
    text-align: center;
}

.social-footer ul li a:hover {
    background: #00acee;
    color: #fff;
}

.social-footer ul li a i{
    line-height: 40px;
    font-size: 20px;
}

/* SOCIAL HEADER */
.social-header{
    background: #000000;
}
.social-header ul li{
    list-style: none;
    float: right;
    font-size: 16px;
    line-height: 30px;
    margin-left: 10px;
}

/* HOME HERO */
.hero{
    border-radius:0;
    -moz-border-radius:0;
    -webkit-border-radius:0;
    height: 470px;
    margin: 0 0 15px 0;
    text-align: center;
}

#slider-box,
#slider-box2,
#slider-box3 {
    margin-bottom: 15px;
}

#slider-box .hero,
#slider-box2 .hero,
#slider-box3 .hero{
    border-radius:0;
    -moz-border-radius:0;
    -webkit-border-radius:0;
    height: 400px;
    margin:0;
    text-align: center;
}

#slider-box .box-caption,
#slider-box2 .box-caption,
#slider-box3 .box-caption,
.box.highlight .box-caption{
    bottom: 0;
    position: absolute;
    background: rgba(255,255,255,0.9);
    width: 100%;
    height: 100px;
}

.box.highlight .box-caption{
    background: none;
    color:#fff;
}

#slider-box .box-caption h1,
#slider-box2 .box-caption h1,
#slider-box3 .box-caption h1,
.box.highlight .box-caption h1{
    font-size: 20px;
    text-align: left;
    padding: 10px;
}

#slider-box .box-caption h1,
#slider-box2 .box-caption h1,
#slider-box3 .box-caption h1{
    color:#000;
}

.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,
#slider-box2 .box-caption button,
#slider-box3 .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,
#slider-box2 .carousel-indicators,
#slider-box3 .carousel-indicators{
       bottom:0;
}

#slider-box .carousel-indicators li,
#slider-box2 .carousel-indicators li,
#slider-box3 .carousel-indicators li{
    background-color: #4d4d4d;
    border:none;
}

#slider-box .carousel-indicators li.active,
#slider-box2 .carousel-indicators li.active,
#slider-box3 .carousel-indicators li.active{
    background-color: #00acee;
    border:none;
}

#mission{
    height:500px;
    background: url('../images/bg_mission.jpg') no-repeat center bottom;
    background-size: cover;
}

#mission .mission-caption {
    position: relative;
    color: #fff;
    font-family: Lobster;
}

#mission .mission-caption h1 {
    font-family: Lobster;
}

#mission .mission-caption p {
    font-family: KeepCalm-Medium;
}

#mission .mission-caption button {
    border: 2px solid #fff;
    background: none;
    font-size: 20px;
    padding: 5px 20px;
}

/*.hero h1{
    color:#fff;
    padding: 20px;
    font-weight: 400;
}
.hero img{
    margin: 15px 0;
}

.hero > div{
    padding-left: 40px;
}*/

/* 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: KeepCalm-Medium;
    font-size: 18px;
    font-weight: 200;
    background: #009cc4;
    display: block;
    border:none;
    padding: 10px 0;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 15px;
    color: #fff;
}

.flat-button.flat-button-fb{
    background: #3B5998;
}

input.flat-button {
    width: 100%;
}

.location-box:nth-child(1){
    background: #009cc4;
}

.location-box {
    padding:0;
}

.location-box h2{
    padding: 80px 20px;
    text-align: right;
    font-size: 40px;
}

.locations-container div:nth-child(1) h2{
    background: rgba(50,123,0,0.7) url('/images/transparent-logotype.png') no-repeat -11% 31%;
}

.locations-container div:nth-child(2) h2{
    background: rgba(250,163,12,0.7) url('/images/transparent-logotype.png') no-repeat -11% 31%;
}

.locations-container div:nth-child(3) h2{
    background: rgba(224,29,60,0.7) url('/images/transparent-logotype.png') no-repeat -11% 31%;
}

.locations-container div:nth-child(4) h2{
    background: rgba(83,1,121,0.7) url('/images/transparent-logotype.png') no-repeat -11% 31%;

}


/* NEWS  */
.news figure{
    margin-bottom: 15px;
}

.news h3 {
    display: block;
    margin: 0;
    float: left;
    width: 100%;
}

.news p {
    word-wrap: break-word;
    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: KeepCalm-Medium;
    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 PARTNERS RULES */

#partners-container{
    background: #000;
    padding: 10px;
}

#partners-container div{
    height: 100px;
    text-align: center;
}

/* DOWNLOAD CTA */
.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;
}

.phone-banner{
    background:url(/images/app_preview.png) no-repeat center center /contain;
    height: 380px;
}

.filled-box a img{
    margin-bottom: 10px;
}

/* MENU OVERRIDES */

.navbar-default .navbar-toggle {
    border: none;
    margin: 15px 0 0 0;
}

.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: #009cc4;
    background: #fff;
}


/* LOCATIONS */
.box address{
    padding: 7px 0 0 0;
    font-family: KeepCalm-Medium!important;
    font-size: 19px;
    text-transform: uppercase;
    color: #fff;
    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;
    background: #fff;
    color: #333;
}


/* BOOKING OPTIONS */
.booking-nfo h1{
    border-left: 7px solid #009cc4;
    padding-left: 10px;
}

.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-internal .fb_iframe_widget, .share-box .fb_iframe_widget, .share-box-dark .fb_iframe_widget{
    margin-top: 0px;
    float: left;
    margin-right: 5px;
}
.share-box{
    margin-bottom: 15px;
}
.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;
}

.share-box h3{
    margin: 0 0 20px 0;
}

/* IMAGE VISIBILITY HACK */
#info img {
    display: block!important;
}

#info div.col-md-9 a:first-of-type {
    display: block;
    font-family: KeepCalm-Medium;
    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: KeepCalm-Medium;
    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(224,29,60,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: rgba(0,156,196,1);
}

.nav-pills>li>a:hover, .nav-pills>li>a:focus{
    background: rgba(0,172,238,1);
    color:#fff;
}

.nav-pills>li a {
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    font-family: KeepCalm-Medium;
    text-transform: uppercase;
    color:#333;
}

/*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: #00acee;
    margin-bottom: 10px;
    color:#fff;
}
.booking-box{
    background: #fff;
    margin-bottom: 10px;
}
.booking-box h4,
.booking-box p{
    background: transparent;
    padding: 10px 0;
    color:#009cc4;
}

.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: #fff;
    border-color: #fff;
}

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) {
    /*.hero h1{
        border: none;
        background: rgba(0,0,0,0.4);
        position: absolute;
        bottom: 15px;
        width: 100%;
    }

    .hero > div{
        position: relative;
        padding-left: 0;
        height: 100%;
    }   */
    .navbar-header {
      float: none;
  }
  .navbar-left,.navbar-right {
      float: none !important;
  }
  .navbar-toggle {
      display: block;
  }
  .navbar-collapse {
      border-top: 1px solid transparent;
      box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
  }
  .navbar-fixed-top {
      top: 0;
      border-width: 0 0 1px;
  }
  .navbar-collapse.collapse {
      display: none!important;
  }
  .navbar-nav {
      float: none!important;
      margin-top: 7.5px;
  }
  .navbar-nav>li {
      float: none;
  }
  .navbar-nav>li>a {
      padding-top: 10px;
      padding-bottom: 10px;
  }
  .collapse.in{
      display:block !important;
      margin-bottom: 5px;
  }

  .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-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse{
        max-height: 100%;

    }

}

@media (max-width: 1200px) {
    .navbar-default .navbar-nav li a{
        font-size: 12px;
    }
}

@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(224,29,60,0.7);
    }

    .locations-container div:nth-child(4) h2{
        font-size: 40px;
        background: rgba(83,1,121,0.7);

    }

    div#day-selector-nav {
        overflow-y: hidden;
        overflow-x: scroll;
        height: 55px;
    }

    #day-selector-nav ul {
        width: 211%;
    }


}

/* ANIMATIONS */

a figure, .flat-button, a.cc_btn.cc_btn_accept_all {
   opacity: 1;
   transition: opacity .25s ease-in-out;
   -moz-transition: opacity .25s ease-in-out;
   -webkit-transition: opacity .25s ease-in-out;
}


/* ANIMATED BG */
#bg-wrapper{
	position:fixed;;
	z-index:-1;
	top:0;
	left:0;
	background-color:#181818
}
#bg-wrapper img.bg-fade{
	position:absolute;
	top:0;
	display:none;
	width:100%;
	height:100%;
	z-index:-1
}


/* 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-weight: 200;
}

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;
    padding:0 0 5px 0;
    margin:0;
}


#location-selector h4{
    font-weight: 200;
}

#location-selector a.flat-button{
    padding: 15px;
    margin-bottom: 0;
}

p.cc_message{
    font-size: 13px!important;
    color: #333!important;
    line-height:20px!important;
}

.carousel .item{
    height: 400px;
}


#inline-carousel.carousel .item{
    height:auto !important;
    margin-bottom: 0;
}

.carousel-control{
    width: 7%;
}

.carousel-caption {
    top: 30%;
    text-align: left;

    font-family: Lobster;
}

.carousel-caption button {
    width: 100px;
    height: 40px;
    background-color: #00acee;
    border: none;
    font-size: 25px;
}

.carousel-caption button:hover {
    background-color: #231f20;
}

.black{
    color: #333!important;
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>li>a:hover{
    background: #00acee;
    color: #fff;
}

.filled-box h4 a {
    color: #009cc4;
    font-size: 22px;
    line-height: 30px;
}

.filled-box address {
    color: #999;
    font-family: KeepCalm-Medium;
    font-size: 16px;
    font-weight: 200;
    margin: 0 0 15px 0;
}

.filled-box p a{
    color: #333;
}

.filled-box p i{
    color:#999;
}

/*
.filled-box figure {
    border-bottom: 1px solid #f6f6f6;
}*/

.grid-sizer{ width: 47%; }
.grid-item { width: 48%; }

@media (min-width: 768px) {
    .grid-sizer { width: 31.5%; }
    .grid-item { width: 32.5%; }
}


@media (max-width: 480px) {

    .grid-sizer { width: 100%; }
    .grid-item { width: 100%; }
}

h3.app-widget-title {
    font-size: 45px;
    font-weight: 200;
    margin-top: 100px;
}

.app-widget p{
    color: #666;

}

#hero-carousel{
    margin-top: -15px;
}

a.gallery-image {
    display: block;
    text-align: center;
}

.white-filled-box a.flat-button {
    color: #fff;
}

.blog figure{
    margin-top: 15px;
}
.blog h2 {
    color: #333;
    font-size: 30px;
    font-weight: 400;
    margin: 0 0 5px 0;
    white-space:normal;
    overflow: visible;
    font-family: KeepCalm-Medium;
}

.blog h3 {
    color: #999;
    font-weight: 100;
    font-size: 16px;
    margin-bottom: 10px;
}

.blog a.read-all{
    color: #009cc4;
    font-size: 16px;
    margin-bottom: 15px;
    text-align: right;
    display: block;
    font-family: Lobster;
}
.filled-box.blog  figure{
    margin-top: 15px;
}

.blog-content p * {
    font-size: 18px!important;
}

a.more {
    display: block;
    text-align: center;
    padding: 15px 0;
    color: #999;
    font-size: 30px;

    text-decoration: none;
}

a.more:hover{
    color: #999;
    text-decoration: none;
}

.voucher-widget {
    border: 1px solid #e7e7e7;
    padding: 10px;
    margin-bottom: 15px;
    display: inline-block;
    width: 100%;
}

.voucher-widget span {
    border: 1px solid #689F38;
    color: #689F38;
    font-size: 25px;
    padding: 10px;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    float: left;
    text-align: center;
    width: 45px;
    height: 45px;
    line-height: 23px;
    margin-right: 10px;
}

.voucher-widget h4 {
    font-size: 18px;
    padding: 0;
    margin: 0;
    line-height: 20px;
    text-transform: uppercase;
    color: #689F38;
    font-weight: bold;
}

.voucher-widget p{
    font-size: 12px;
    color: #999;
    margin: 0;
}
/*
.promo figure {
    margin-top: 15px;
}*/

.promo h4 {
    padding-left: 0;
    font-size: 20px;
}

a.flat-button.buy {
    background: #689F38;
}

.box.highlight {
    height: 400px;
    position: relative;
    margin-bottom: 15px;
}

.left-row {
    margin-left: -15px;
}
.hero.item .content-inner{
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}

.highlight h4, .hero.item .content-inner h1 {

    position: absolute;
    bottom: 0;
    margin: 0 -15px;
    width: 100%;
    color: #fff;
    white-space: normal;
    font-size: 20px;
    line-height: 24px;
    padding-top: 25px;
    background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 ); /* IE6-9 */

}

.hero.item .content-inner h1{
    margin: 0;
    font-size: 32px;
    border: none;
    text-align: left;
    line-height: 40px;
    font-weight: 300;
}

#search-hero {
    background: url(../images/hero-navigli.jpg) no-repeat center center / cover;
    height: 350px;
}

#inline-carousel.detail-carousel{
    margin-bottom: 15px;
}
/*
#inline-carousel.carousel , #inline-carousel.carousel .item {
    height: 570px;
}

#inline-carousel.carousel.detail-carousel , #inline-carousel.carousel.detail-carousel .item {
    height: 500px;
}*/

.container-fluid.white {
    background: #fff;
    padding-top: 20px;
    padding-bottom: 0;
}

#search-hero h1, #search-hero h2 {
    color: #fff;
    font-weight: 200;
}

#search-hero h1{
    font-size: 55px;
    margin: 0;
    padding: 7% 0 0;
}


#search-hero h2 {
    font-weight: 200;
    font-size: 22px;
    margin: 0;
    padding: 15px 0;
}

.searchbox-container {
    width: 70%;
    background: rgba(255,255,255,0.5);
    padding: 5px;
    margin: 15px auto;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
}

.searchbox-container input {
    font-size: 18px;
    line-height: 30px;
    display: block;
    width: 85%;
    padding: 5px 10px;
    background: rgba(255,255,255,0.8);
    border: none;

}

#search-hero .flat-button {
    float: right;
    margin: 0;
    width: 15%;
    padding: 8px;
    height: auto;
    line-height: 24px;
}


.cover-category {
    background: #333;
    color: #fff;
    height: 220px;
    position: relative;
    margin-bottom: 30px;
    padding: 0;
}


.cover-category .bg-wrapper {
    height: 100%;
    width: 100%;
    margin: 0;
    display: block;
    opacity: 0.7;
}

.content-wrapper {
    position: absolute;
    top: 24%;
    left: 0;
    width: 100%;
}

.container.main.no-margin {
    margin-bottom: 0;
}

.content-wrapper h2 span{
    display: inline-block;
    padding-bottom: 5px;
}

span.category-label {
    padding: 5px;
    display: inline-block;
    margin-bottom: 5px;
    font-size: 12px;
    line-height: 13px;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
}

.locations .row h4 {
    padding: 5px 15px 0 15px;
}
.locations .row h4 a{
    color: #333;
}
.locations .row address {
    padding: 0 15px 5px 15px;
    color: #999;
    font-size: 15px;
    line-height: 16px;
    margin-bottom: 5px;
    border-bottom: 1px solid #f9f9f9;
}

.dropdown .btn-default {
    font-size: 18px;
    border: 2px solid #e7e7e7;

    text-transform: uppercase;
    font-weight: 100;
    padding: 5px 15px;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
}

.filter-toolbar {
    padding: 15px;
}

.contatcts-list {
    margin: 0;
    padding: 0;
    list-style: none;
    border-top: 1px solid #f9f9f9;
}

.contatcts-list li {
    border-bottom: 1px solid #f9f9f9;
    padding: 5px 15px;
}

.contatcts-list li:last-child{
    border-bottom: none;
}

.contatcts-list li a {
    color: #666;
    font-family: KeepCalm-Medium;
    font-size: 14px;
}

.filter-toolbar .dropdown-menu {
    min-width: 280px;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;

    border: 1px solid #f9f9f9;
}

.filter-toolbar ul.dropdown-menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.filter-toolbar ul.dropdown-menu ul li {
    padding: 5px 10px;
    border-bottom: 1px solid #f9f9f9;
}

.filter-toolbar ul.dropdown-menu ul li a, .filter-toolbar ul.dropdown-menu ul li strong {
    font-size: 16px;
    color: #333;
}

.carousel-inner .item .row{
    margin-left: 0;
    margin-right: 0;
}

@media (max-width: 480px) {
    .filter-toolbar .dropdown.open .dropdown-menu{
        position: fixed;
        width: calc(100% - 30px);
        top:95px;
        left: 15px;
        height: 83vh;
    }

    .carousel-inner .item .row{
        margin-left: -15px;
        margin-right: -15px;
    }

    #inline-carousel.carousel.detail-carousel , #inline-carousel.carousel.detail-carousel .item {
        height: 270px;
    }
}

.theme-571a2a75b0d00 .navbar-default{
    background:#0C5A77;
}

.theme-571a2a75b0d00 footer{
    background: #0C5A77;
}

.filter-toolbar .dropdown{
    display: inline;
}

.filter-toolbar input[type=text] {
    border: 2px solid #e7e7e7;
    padding: 5px 10px;
    margin: 0;
    min-width: 55%;
    font-size: 20px;
    font-weight: 200;
    line-height: 24px;
}

.filter-toolbar button#search-btn {
    background: #009cc4;
    margin: 0;
    border: none;
    color: #fff;
    font-family: KeepCalm-Medium;
    padding: 7px 15px 7px 15px;
    font-size: 18px;
    font-weight: 200;
    line-height: 24px;
    vertical-align: top;
}

.filter-toolbar .dropdown button {
    vertical-align: top;
}

#products-carousel .carousel-control.left, #products-carousel .carousel-control.right,
#slider-box .carousel-control.left, #slider-box .carousel-control.right,
#slider-box2 .carousel-control.left, #slider-box2 .carousel-control.right,
#slider-box3 .carousel-control.left, #slider-box3 .carousel-control.right
{
    background: none;
}

.static.carousel-indicators {
    position: static;
    display: block;
    margin: auto;
    padding-bottom: 15px;
}

.static.carousel-indicators  li{
    border: 1px solid rgba(0,0,0,0.3);
}

.static.carousel-indicators  li.active{
    background: rgba(0,0,0,0.5);
}

.adv-leaderboard {
    margin: auto;
    width: auto;
    display: table;
    margin-bottom: 15px;
}

.adv-container{
    padding: 15px 0  15px 0;
}

.map-container{
    display:none;
}


a.gallery-trigger figure {
    height: 190px;
}


.white-filled-box table {
    border: 1px solid #e7e7e7;
    width: 100%;
}

.white-filled-box table td {
    padding: 5px 10px;
    border-bottom: 1px solid #e7e7e7;
}

ul.contact-list {
    list-style: none;
    padding: 0;
    margin: 0 0 15px 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;
}

.detail-carousel a.left.carousel-control, .detail-carousel a.right.carousel-control{
    background: none;
    color: #fff;
}

h2.prod-title {
    font-size: 16px;
    margin: 0 0 25px 0;
}

.prod-item{
    border: 1px solid #f1f1f1;
    margin: 15px 0 15px 0;
}

.prod-image{
    height: 200px;
    text-align: center;
}

.prod-image img {
    width: 100%;
}

.prod-item h2 {
    white-space: normal;
    line-height: 24px;
}

.promo-container img{
    float: left;
    margin-right: 10px;
}

.promo-container h4{
    margin: 0;
    padding: 0 0 5px 0;
    color: #0076a8;
}

.promo-container .promo-item{
    margin: 0 0 10px 0;
    border-bottom: 1px solid #f7f7f7;
    padding-bottom: 10px;
}

.promo-container .price-label{
    color: #5cb85c;
    text-transform: uppercase;
}

address.subtitle {
    font-size: 18px;
    color: #999;
    padding: 0;
}

.poi-container img {
    float: left;
    margin-right: 10px;
}

.poi-container > div{
    margin-bottom: 15px;
}
.poi-container h4{
    margin: 0;
    padding: 0;
}

.poi-container address{
    color: #999;
}

#profile-header{
    background-color: #00acee;
}

.overlay{
    position: absolute;
    width: 100%;
    height:100%;
}
