.overlay{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

    -webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
}

.overlay-60{
    background-color: #2d2d2f;
    opacity: 0.60;
}

.overlay-30{
    background-color: #2d2d2f;
    opacity: 0.30;
}

.overlay-15{
    background-color: black;
    opacity: 0.15;
}

.overlay-gradient-0-50-100{
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;

    background: black;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.6) 0, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0, rgba(0, 0, 0, 0.6)), color-stop(50%, rgba(0, 0, 0, 0.3)), color-stop(100%, rgba(0, 0, 0, 0)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.6) 0, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0) 100%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0.6) 0, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0) 100%);
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.6) 0, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.6) 0, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ededed', endColorstr='#000000', GradientType=0 );

    -webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
}

/*.overlay-gradient-0-50-100:hover{*/
    /*opacity: 0;*/
/*}*/

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

/* Share bar
===================================*/

.share-bar{
    display: inline-block;
    background-color: #7996d0;
    margin-top: 20px;
    margin-left: 20px;
    border-radius: 6px;
    padding: 5px 25px;
}

.share-bar p{
    display: inline-block;
    color: white;
    margin-right: 15px;
    margin-bottom: 0;
    font-family: Oswald, Sans-Serif;
    text-transform: uppercase;
}

.share-bar a{
    margin-right: 10px;
    vertical-align: text-bottom;
}

.share-bar a:last-child{
    margin-right: 0;
    vertical-align: text-bottom;
}


/* Highlight home
===================================*/

.container-highlight{
    margin-right: auto;
    margin-left: auto;
}

.highlight-booking{
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 750px
}

.highlight-booking .box-highlight{
    padding: 25px 50px;
    margin: 100px 0 0 0;
    float: right;
}

.highlight-booking .box-highlight h3{
    color: #3d3d3d;
    border-bottom: none;
}

.highlight-booking .box-highlight .group-submit{
    margin-top: 25px;
}

.highlight-booking .box-highlight .info-bottom{
    font-family: Oswald, Sans-Serif;
    font-size: 14px;
    line-height: 16px;
    color: #3d3d3d;
    text-transform: uppercase;
    margin-top: 25px;
}

.highlight-booking .box-highlight .info-bottom a{
    font-family: Oswald, Sans-Serif;
    font-size: 14px;
    line-height: 16px;
    font-weight: normal;
    color: #dc9f29 !important;
    text-transform: none;
}

.highlight-booking .box-highlight .btn-green{
    background-color: #78b043;
    margin-right: 15px;
}

.highlight-booking .box-highlight .btn-red-dark{
    background-color: rgb(73,11,1);
    margin-right: 15px;
}

.highlight-booking .box-highlight .btn-red-dark:hover{
    background-color: rgb(222,150,150);
}

.highlight-booking .box-highlight .btn-red{
    background-color: #ac2529;
}

.highlight-booking .box-highlight .btn-red a{
    color: white !important;
}

.highlight-booking .box-highlight form select{
    width: 100%;
}

.optionIndividual,
.optionFamily,
.optionGroup{
    display: none;
}

.optionIndividual,
.optionFamily,
.optionGroup{
    display: none;
}

.optionIndividual.active,
.optionFamily.active,
.optionGroup.active{
    display: block;
}

.town-list {
    background-color: #fff;
    background: #fff url("/themes/youthhostels/img/arrow-down.png") no-repeat 96% 50%;
}

.town-list select {
    margin: 0;
    background-color: transparent;
    background-image: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.input-highlight{
    display: inline-block !important;
    width: 49%;
}

.cont-input-date{
    position: relative;
}

.cont-input-date input{
    width: 87.5%;
    background: white url("/themes/youthhostels/img/calendar.png") no-repeat 10px 7px;
    font-size: 13px;
    font-weight: normal;
    line-height: 20px;
    padding-left: 35px;
}

.cont-input-date .first-input{
    padding-right: 30px;
    position: relative;
}

.cont-input-date .second-input{
    padding-left: 0px;
    position: relative;
}

.cont-input-date input::-webkit-input-placeholder{
    color: #555;
}
.cont-input-date input:-moz-placeholder{
    color: #555;
    opacity: 1;
}
.cont-input-date input::-moz-placeholder{
    color: #555;
    opacity: 1;
}
.cont-input-date input:-ms-input-placeholder{
    color: #555;
}

.input-append{
    box-sizing: border-box;
    width: 100%;
}

.group-radio{
    margin-top: 5px;
}

.group-radio input[type="radio"] {
    display: none;
}

.group-radio input[type="radio"] + label {
    color: #333;
    padding-left: 0;
}

.group-radio input[type="radio"] + label span {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: -1px 10px 0 0;
    vertical-align: middle;
    cursor: pointer;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 1px solid #333;
}

.group-radio input[type="radio"] + label span {
    background-color: transparent;
}

.group-radio input[type="radio"]:checked + label span {
    background-color: #78b043;
}

.group-radio input[type="radio"] + label span,
.group-radio input[type="radio"]:checked + label span {
    -webkit-transition: background-color 0.4s linear;
    -o-transition: background-color 0.4s linear;
    -moz-transition: background-color 0.4s linear;
    transition: background-color 0.4s linear;
}

/* Textimg activities home
===================================*/

.bckg-activities{
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    position: relative;
    overflow: hidden;
    height: 200px;
    color: white;
    font-family: Oswald, Sans-Serif;
    text-transform: uppercase;
    font-size: 25px;
    line-height: 30px;
}

.bckg-activities h2{
    position: relative;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    padding-bottom: 13px;
    margin-bottom: 10px;
    margin-top: 0;
    border-bottom: none;
    color: white;
    line-height: 1.1em;
}

.bckg-activities p{
    position: relative;
    opacity: 0;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    line-height: 24px;
    text-transform: none;
    
    -webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
}

.bckg-activities:hover p{
    opacity: 1;
}

.bckg-activities .overlay-gradient-0-50-100{
    opacity: 0;

    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.bckg-activities:hover .overlay-gradient-0-50-100{
    opacity: 1;
}

/* Textimg restaurant home
===================================*/

.box-restaurant{
    position: relative;
    background-color: #ecebea !important;
    min-height: 330px;
    overflow: hidden;
    border: 1px solid #e2e2e2 !important;
    padding: 30px 25px 0 !important;
}

.box-restaurant .image-bottom{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
}

.box-restaurant img.logo-pot{
    margin-bottom: 25px;
}

.box-restaurant .image-bottom img{
    width: 100%;
}

.box-restaurant .image-bottom p{
    font-size: 14px;
    line-height: 22px;
}

.box-restaurant p a,
.box-kompass p a{
    color: #dc9f29 !important;
    font-weight: bold;
    display: inline-block;
    margin-right: 15px;

    -webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
}

.box-restaurant p a:hover,
.box-kompass p a:hover{
    color: #78b043 !important;
}



.box-restaurant p a:before,
.box-kompass p a:before{
    content: ">";
    margin-right: 5px;
}

/* Textimg kompass home
===================================*/

.box-kompass{
    position: relative;
    background-color: white !important;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 330px;
    border: none;
    overflow: hidden;
    padding: 30px 25px 0 !important;
}

.box-kompass .logo-kompass{
    width: 390px;
    position: relative;
    margin-left: -26px;
    margin-bottom: 30px;
}

.box-kompass h3{
    position: relative;
    font-family: Oswald, Sans-Serif;
    font-size: 25px;
    line-height: 30px;
    border-bottom: none;
    padding: 0;
    margin-bottom: 25px;
}

.box-kompass .orange{
    color: #dc9f29;
}

.box-kompass p{
    position: relative;
    font-size: 14px;
    line-height: 22px;
    color: white;
    margin: 0;
}

.box-kompass p a{
    margin-top: 25px;
    display: inline-block;
}

/* event list
===================================*/

.eventlist-home{
    margin-top: 40px;
}

.eventlist-home h3{
    font-family: Oswald, Sans-Serif;
    font-size: 25px;
    line-height: 30px;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.eventlist-home .wrapper-event{
    padding: 15px;
}

.eventlist-home .wrapper-event .cont-event{
    overflow: hidden;
    height: auto;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    border: 1px solid #e2e2e2;
}

.eventlist-home .wrapper-event .cont-event img{
    width: 100%;
    max-width: none;
}

.eventlist-home .wrapper-event .cont-event .cont-desc{
    padding: 20px 25px 30px 25px;
    min-height: 110px;
}

.eventlist-home .wrapper-event .cont-event .cont-desc .event_date{
    font-size: 14px;
    line-height: 30px;
}

.eventlist-home .wrapper-event .cont-event .cont-desc h4 a{
    font-family: Arial, Sans-Serif;
    font-weight: normal;
    font-size: 16px;
    line-height: 28px;
    margin: 0;
    color: #78b043;
}

.carousel-event{
    margin: 0 -15px;
}

.carousel-event button.slick-prev{
    position: absolute;
    left: auto;
    right: 45px;
    top: auto;
    bottom: -55px;
}

.carousel-event .slick-prev:before {
    content: url("/themes/youthhostels/img/arrow-prev.png");
}

.carousel-event button.slick-next{
    position: absolute;
    left: auto;
    right: 15px;
    top: auto;
    bottom: -55px;
}

.carousel-event .slick-next:before {
    content: url("/themes/youthhostels/img/arrow-next.png");
}

.btn-agenda{
    display: block;
    text-align: center;
    margin: 25px 0;
}

.btn-agenda a{
    padding: 15px 25px;
    color: white;
    background-color: #78b043;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    border: 1px solid #78b043;

    -webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
}

.btn-agenda a:hover{
    color: #78b043 !important;
    background-color: white;
}

/* Textimg home map
===================================*/

.main-container-home .textimg-map{
    margin: 60px 0 50px 0;
}

.textimg-map{
    margin: 60px 0 80px 0;
}

.textimg-map h3{
    font-family: Oswald, Sans-Serif;
    font-size: 25px;
    line-height: 30px;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.textimg-map p{
    font-size: 14px;
    line-height: 24px;
}

.textimg-map ul li{
    margin-bottom: 25px;
}

.textimg-map .img-map {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 500px;
    position: relative;
    overflow: hidden;
    -webkit-border-radius: 12px 12px 12px 12px;
    -moz-border-radius: 12px 12px 12px 12px;
    border-radius: 12px 12px 12px 12px;
    border: 1px solid #e2e2e2;
    z-index: 1;
}

#map-home{
    width: 100%;
    height: 500px;
    position: relative;
    overflow: hidden;
    -webkit-border-radius: 12px 12px 12px 12px;
    -moz-border-radius: 12px 12px 12px 12px;
    border-radius: 12px 12px 12px 12px;
    border: 1px solid #e2e2e2;
    z-index: 1;
}


/* Responsive
===================================*/

@media (min-width: 1200px) {
    .container-highlight{
        width: 1200px;
    }
}

@media (min-width: 980px) and (max-width: 1199px) {
    .container-highlight{
        width: 970px;
    }

    .cont-input-date input{
        width: 81.5%;
    }

    .box-restaurant, .box-kompass{
        min-height: 350px;
    }
}

@media (min-width: 768px) and (max-width: 979px) {
    .container-highlight{
        width: 754px;
    }

    .highlight-booking .box-highlight{
        margin: 10px 0 0 0;
        width: 100%;
    }

    .cont-input-date.span6{
        width: 100%;
    }

    .cont-input-date .first-input input{
        width: 97.9%;
    }

    .cont-input-date .second-input input{
        width: 93.4%;
    }

    .highlight-booking .box-highlight .btn-green{
        margin-bottom: 0;
    }

    .box-restaurant, .box-kompass{
        min-height: 360px;
    }
}

@media (max-width: 767px) {
    .container-highlight{
        width: auto;
    }

    .highlight-booking .box-highlight{
        margin: 0 0 0 0;
        width: 100%;
    }

    .eventlist-home .wrapper-event{
        float: left;
        padding: 0;
    }

    .cont-input-date .first-input input{
        width: calc(100% - 12px);
    }

    .cont-input-date .second-input input{
        width: calc(100% - 42px);
    }

    .highlight-booking .box-highlight .btn-green{
        margin-bottom: 0;
    }

    .box-restaurant, .box-kompass{
        min-height: 360px;
    }
}

@media (max-width: 530px) {
    .highlight-booking .box-highlight{
        padding: 15px;
    }

    .highlight-booking .box-highlight h3{
        font-size: 16px;
        padding-bottom: 0;
    }

    .highlight-booking .box-highlight form{
        margin-bottom: 0;
    }

    .highlight-booking .box-highlight .group-submit,
    .highlight-booking .box-highlight .info-bottom{
        margin-top: 15px;
    }

    .highlight-booking .box-highlight label{
        line-height: 16px;
    }

    .highlight-booking .box-highlight .btn-green{
        margin-bottom: 5px;
    }

    .box-restaurant .image-bottom{
        display: none;
    }
}


/* NAVIGATION HOVER
============================================================ */

.main-nav .dropdown .dropdown-menu {
    display: block;
    min-height: 0;
    height: 0;
    overflow: hidden;
    padding: 0 !important;
    transition: min-height 0.3s ease-out, opacity 0.3s ease-out;
}

.main-nav .dropdown:hover .dropdown-menu {
    padding: 10px 0 !important;
    opacity: 1;
    -webkit-opacity: 1;
    height: auto;
    min-height: 100px;
}

@media (max-width: 980px) {
    .main-nav .dropdown .dropdown-menu {
        padding: 10px 0 !important;
        opacity: 1;
        -webkit-opacity: 1;
        height: auto;
        min-height: 100px;
    }

    .main-nav .dropdown .dropdown-menu li a {
        font-size: 18px;
    }

    .navbar-static-top.open {
        overflow-y: auto;
        height: 100vh;
    }
}

/* TEXTIMG BOX
============================================================ */

.textimg-box.span3 {
    margin: 0 1.5% 25px 1.5%;
    width: calc((100% / 4) - 3%);
}

.textimg-box.span4 {
    margin: 0 1.5% 25px 1.5%;
    width: calc((100% / 3) - 3%);
}

.textimg-box.span6 {
    margin: 0 1.5% 25px 1.5%;
    width: calc((100% / 2) - 3%);
}

@media (max-width: 1199px) {
    .textimg-box.span6.resp {
      width: 100%;
      margin: 0;
    }
  }

@media (max-width: 980px) {
    .textimg-box.span3 {
        width: calc((100% / 2) - 3%);
    }

    .textimg-box.span4 {
        width: calc((100% / 2) - 3%);
    }
}

@media (max-width: 767px) {
    .textimg-box.span3 {
        width: calc((100% / 2) - 3%);
    }

    .textimg-box.span3, .textimg-box.span4, .textimg-box.span6 {
        width: 100%;
        margin: 0;
    }
}

/* ARTICLELIST KOMPASS HOME
============================================================ */

.content_blog_kompass_home .well {
    padding: 30px 25px 0;
    border: 1px solid #e2e2e2;
}

.content_blog_kompass_home h3 {
    color: black;
    font-size: 20px;
    line-height: 30px;
    border-bottom: none;
    margin-bottom: 7px;
}

.content_blog_kompass_home .logo-kompass {
    margin-left: -25px;
    margin-bottom: 20px;
}

.kompass_article {
    float: left;
    width: calc(47% - 30px);
    background-color: white;
    margin-left: 0;
    margin-right: 5%;
    padding: 10px 15px;
    margin-bottom: 10px;
    border-radius: 5px;
}

.kompass_article .articlelist_title {
    margin-top: 10px;
    margin-left: 10px;
    margin-bottom: 10px;
}

.kompass_article .blog-date {
    margin-bottom: 5px;
}

.content_blog_kompass_home .link-articles {
    color: #dc9f29 !important;
}

.kompass_article:last-child {
    margin-right: 0;
}

@media (max-width: 980px) {
    .kompass_article .span2 {
        width: 100%;
    }

    .kompass_article .span10 {
        width: 100%;
    }
}

/*.content-hostel a{*/
    /*color: #ac2528;*/
/*}*/

/*.content-hostel .nav-tabs > li > a {*/
    /*background-color: #ac2528;*/
/*}*/

/*.content-hostel .nav-tabs > li.active > a {*/
    /*background-color: rgb(235,203,202);*/
/*}*/

/*.content-hostel .tab-content {*/
    /*background-color: rgb(235,203,202);*/
/*}*/

/*.content-hostel .tab-content a {*/
    /*color: white;*/
/*}*/

/* COOKIES
============================================================ */

.cookies {
    position: fixed;
    bottom: 0;
    left: 0;
    background-color: #2d2d2f;
    padding: 20px 0 15px;
    width: 100%;
    transition: all 0.3s;
    border-top: 1px solid white;
    z-index: 99;
}

.cookies.cookies-ok {
    transform: translateY(100%);
}

.cookies .navbar-cookies {
    margin-bottom: 0;
}

.cookies p {
    font-size: 14px;
    color: white;
    float: left;
    width: 80%;
}

.cookies p:last-child {
     float: right;
     width: 20%;
 }

.cookies p a {
    display: inline-block;
    color: white;
    padding: 0 10px 0 0;
    transition: all 0.3s;
}

.cookies p a:hover {
    background-color: transparent;
    color: white;
}

.cookies p a:after {
    content: '+';
    margin-left: 10px;
}

.cookies p a.btn-xs {
    font-size: 14px;
    float: right;
    display: inline-block;
    background-color: white;
    border: 1px solid white;
    color: #78b043;
    line-height: 30px;
    padding: 0 10px;
    margin: 0 15px;
    transition: all 0.3s;
    border-radius: 50px;
    text-decoration: none;
}

.cookies p a.btn-xs:hover {
    background-color: transparent;
    color: white;
}

.cookies p a.btn-xs:after {
    content: "";
    display: none;
}

@media (max-width: 768px) {
    .cookies {
        padding: 20px 0 25px;
    }

    .cookies p a.btn-xs {
        float: none;
        display: block;
        margin: 15px auto 0;
        max-width: 100px;
    }
}

/* FORM CHECKBOX
============================================================ */

.form-horizontal input[type="checkbox"] {
    display: inline-block;
    width: auto;
}

.form-horizontal input[type="checkbox"] + label {
    display: inline-block;
    width: calc(100% - 30px);
    vertical-align: middle;
    margin-left: 10px;
}

/* HTML PAGE NEWSLETTER
============================================================ */

.html-pagenewsletter label.main {
    float: left;
    width: 160px;
    line-height: 25px;
    font-weight: 700;
}

.html-pagenewsletter .chk-option {
    display: block;
    margin-left: 160px;
    margin-bottom: 15px;
}

.html-pagenewsletter .chk-option input[type="checkbox"] {
    margin-top: 0;
}

.html-pagenewsletter input[type="checkbox"] {
    display: inline-block;
    width: auto;
}

.html-pagenewsletter input[type="checkbox"] + label {
    display: inline-block;
    width: calc(100% - 30px);
    vertical-align: sub;
    margin-left: 10px;
    margin-bottom: 15px;
    font-weight: 700;
}

.html-pagenewsletter .g-recaptcha {
    margin: 15px 0;
}

