@import 'https://fonts.googleapis.com/css?family=Montserrat';

/****************** GENERAL ******************/
body {
    padding-top: 133px;
    font-family: "Open Sans";
}

body#page-1 {
    padding: 0;
}

body:not(#page-1) {
    background: url("../images/page-header.jpg") no-repeat center 0;
}

@media (max-width: 767px) {
    body {
        padding-top: 80px;
    }
}

h1, h2, h3, .h1, .h2, .h3, .widget-title {
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
    word-spacing: 4px;
    font-family: "Montserrat";
}

h3, .h3, .widget-title {
    font-size: 18px;
    margin-top: 0;
}

/****************** HEADERS ******************/
header, header * {
    transition: all 0.3s;
}

.navbar-header {
    float: none;
}

.navbar-brand, .fixed .navbar-brand {
    display: block;
    height: auto;
    padding: 10px 0;
    width: auto;
    margin: 0;
    text-align: left;
    clear: none;
}

@media (max-width: 1199px) {
    .navbar-brand img {
        max-height: 105px;
    }
}

@media (min-width: 1200px) {
    .navbar-brand img {
        max-height: 140px;
    }
}

@media (min-width: 768px) {
    body:not(#page-1) header:not(.fixed) .navbar-brand img {
        max-height: 105px;
    }

    #mainMenu {
        margin-top: 12px;
    }

    #page-1 header:not(.fixed) .navbar-brand {
        float: none;
        margin: 100px auto 0 auto;
        text-align: center;
        clear: both;
        width: 180px;
    }
}

.navbar-nav {
    display: inline-block;
    float: none;
    margin: 0;
    font-family: "Montserrat";
}

.navbar-nav > li > a {
    padding-bottom: 8px;
    padding-top: 0;
}

.nav > li > a {
    padding-left: 0;
    padding-right: 0;
}

.nav > li.primary {
    padding-left: 15px;
    padding-right: 15px;
}

.nav > li.primary.btn-nav {
    padding-right: 0;
}

ul.navbar-nav > li.primary > a.firstLevel {
    text-transform: uppercase;
    padding-bottom: 0;
    line-height: 34px;
    font-size: 12px;
}

@media (min-width: 1200px) {
    ul.navbar-nav > li.primary > a.firstLevel {
        letter-spacing: 2px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .nav > li:not(.btn-nav) {
        padding-left: 8px;
        padding-right: 8px;
    }
}

.page-header h1, .page-header p.h1 {
    font-size: 32px;
}

#mainMenu {
    text-align: left;
    float: right;
}

body[dir="rtl"] #mainMenu {
    text-align: right;
    float: left;
}

#page-1 #mainMenu {
    text-align: center;
}

#mainMenu, #mainMenu .navbar-nav {
    position: relative;
    z-index: 1;
}

@media (max-width: 767px) {
    #page-1 .navbar-brand {
        display: block;
        height: auto;
        padding: 10px 0;
        width: auto;
        margin: 0;
        text-align: left;
        clear: none;
    }

    .navbar-brand img, .fixed .navbar-brand img, #page-1 .navbar-brand img, #page-1 .fixed .navbar-brand img {
        max-height: 60px;
        margin: 0;
    }

    #mainMenu {
        position: absolute;
        top: 80px;
        width: 100%;
        margin-top: 0;
        border-top: none;
    }

    #mainMenu .navbar-nav {
        display: block;
    }

    #mainMenu .navbar-nav li:last-child {
        border-bottom: none;
    }

    ul.navbar-nav > li.primary > a.firstLevel.active, ul.navbar-nav > li.primary > a.firstLevel:hover, ul.navbar-nav > li.primary > a.firstLevel:focus {
        border-bottom: none;
    }
}

ul.navbar-nav > li.primary .dropdown > a, ul.navbar-nav > li.primary .dropdown {
    line-height: 32px;
}

ul.navbar-nav > li.primary .dropdown-menu {
    max-width: 320px;
    width: auto;
    white-space: nowrap;
}

.dropdown-menu-right {
    float: right !important;
    right: 0;
    left: auto !important;
}

ul.navbar-nav > li.primary .dropdown-menu li a {
    line-height: 12px;
    font-weight: 400;
}

#mainMenu .searchWrapper {
    margin: 0;
}

#mainMenu .searchWrapper .form-control {
    width: 160px;
}

#mainMenu .searchWrapper .form-control, #mainMenu .searchWrapper button {
    padding: 0 12px;
    height: 44px;
    line-height: 44px;
}

.navbar-fixed-top.fixed {
    z-index: 1031;
}

/***************** BOOTSTRAP *****************/
.btn {
    border-width: 1px;
    border-style: solid;
    text-transform: uppercase;
    padding: 11px 22px;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
}

.input-group .form-control:last-child, .input-group-addon:last-child, .input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group > .btn, .input-group-btn:last-child > .dropdown-toggle, .input-group-btn:first-child > .btn:not(:first-child), .input-group-btn:first-child > .btn-group:not(:first-child) > .btn, .input-group .form-control:first-child, .input-group-addon:first-child, .input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-group > .btn, .input-group-btn:first-child > .dropdown-toggle, .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle), .input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
}

body:not(body[dir="rtl"]).input-group .form-control {
    border-left: 0;
}

body[dir="rtl"].input-group .form-control {
    border-right: 0;
}

.form-control {
    height: 52px;
    padding: 18px;
}

select.form-control {
    padding: 13px 18px;
}

.input-group-addon {
    vertical-align: top;
    padding: 18px;
}

.btn-number {
    padding: 2px;
}

.input-number {
    padding: 2px;
    height: 34px;
    text-align: center;
}

label small {
    font-weight: 400;
}

/*************** ROYAL SLIDER ****************/
#sliderContainer {
    position: relative;
}

.fullSized.royalSlider {
    height: 900px;
    overflow: hidden;
    position: relative;
    width: 100%;
}

.royalSlider .infoBlock {
    top: 40%;
}

.royalSlider .infoBlock h1 {
    font-size: 36px;
}

.royalSlider .infoBlock h2 {
    font-size: 28px;
    font-weight: 400;
    text-transform: none;
}

@media (min-width: 768px) and (max-width: 991px) {
    .royalSlider .infoBlock h1 {
        font-size: 30px;
    }

    .royalSlider .infoBlock h2 {
        font-size: 28px;
    }
}

@media (max-width: 767px) {
    .royalSlider .infoBlock {
        top: 20%;
    }

    .royalSlider .infoBlock h1 {
        font-size: 24px;
    }

    .royalSlider .infoBlock h2 {
        font-size: 22px;
    }
}

/************** BOOKING SEARCH ***************/
.booking-search {
    padding: 0 8px;
    color: #fff;
}

.booking-search [class^="col-"] {
    padding: 1px !important;
    margin: 0 !important;
}

#search-home-wrapper {
    position: absolute;
    z-index: 1030;
    top: 75%;
    width: 100%;
}

@media (max-width: 991px) {
    #search-home-wrapper {
        bottom: 7%;
        top: auto;
        z-index: 900;
    }
}

#search-home {
    padding: 7px 12px;
    background: rgba(0, 0, 0, 0.4);
    border-radius: 4px;
}

#search-page .container {
    padding: 30px;
}

.booking-search .input-wrapper {
    width: 100%;
    height: 52px;
    display: table;
}

.booking-search .input-wrapper i.fa {
    vertical-align: top;
    display: table-cell;
    height: 51px;
    line-height: 51px;
    padding: 0 12px;
}

.booking-search .form-control {
    height: 52px;
}

.booking-search .form-group {
    padding: 0px !important;
    margin: 0 !important;
}

.booking-search .btn {
    line-height: 2;
}

.booking-search .input-wrapper .input-group {
    display: table-cell;
}

.booking-search .selectpicker {
    display: none !important;
}

.booking-search .btn-primary {
    font-weight: bold;
}

@media (max-width: 767px) {
    .booking-search .form-control, .booking-search .input-wrapper {
        height: 42px;
    }

    .booking-search .input-wrapper .form-control, .booking-search .input-group-addon {
        padding: 12px;
    }

    .booking-search .input-wrapper .form-control, .booking-search .input-wrapper i.fa {
        height: 41px;
    }

    .booking-search .input-wrapper i.fa {
        line-height: 41px;
    }

    .booking-search .btn {
        height: 42px;
        line-height: 20px;
    }
}

@media (max-width: 991px) {
    .booking-search .input-wrapper {
        margin-bottom: 15px;
    }
}

.datepicker-wrapper i.fa.fa-long-arrow-right {
    width: 50px;
    border: none;
}

.booking-search .alert-danger {
    padding: initial;
    background: none;
    border: none;
}

.booking-search .alert-danger .field-notice {
    text-align: right;
}

.ui-datepicker {
    z-index: 9999 !important;
}

.jquery-live-search {
    background: #fff;
    /*padding:;*/
    z-index: 1035;
    padding: 5px 0;
    margin-top: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid rgba(0, 0, 0, 0.15);
    max-width: 320px;
    width: auto !important;
}

.jquery-live-search a {
    display: block;
    padding: 3px 20px;
    line-height: 1.5;
    color: #333;
    white-space: nowrap;
}

/************ ISOTOPE / PORTFOLIO ************/
.isotopeContent {
    border: 0;
    padding: 20px 0 0;
}

.isotopeContent p, .isotopeContent h3, .isotopeContent h4 {
    text-align: center;
}

.isotopeContent h3 {
    font-size: 20px;
    margin-top: 0;
}

/******************* FOOTER ******************/
footer {
    position: relative;
    z-index: 100;
    background: url("../images/footer.jpg") no-repeat center 0;
}

footer h3, footer .widget-title {
    margin-bottom: 20px;
}

@media (min-width: 768px) {
    footer .widget.footer-form {
        width: 66.6667%;
    }
}

/*************** MISCELLANEOUS ***************/
#content h1 {
    font-size: 28px;
}

aside h3 {
    font-size: 16px;
}

aside h4 {
    font-size: 14px;
}

.more-content {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 15px;
    text-align: center;
}

.more-content h3 {
    position: relative;
    top: 36%;
    z-index: 1;
    font-weight: 200;
    font-size: 18px;
    padding: 10px;
    display: inline-block;
    text-transform: none;
}

.more-link:hover .more-content h3 {
    font-size: 20px;
    top: 25%;
}

.more-content .more-descr {
    position: absolute;
    bottom: 20px;
    right: -15px;
    z-index: 1;
    font-weight: 200;
    font-size: 24px;
    padding: 10px;
    text-transform: none;
    background: rgba(83, 129, 186, 0.8);
    color: #fff;
}

.more-link:hover .more-content .more-descr {
    bottom: 80px;
    right: 0;
    width: 100%;
    background: none;
}

.text-overflow {
    min-height: 108px;
    max-height: 400px;
    overflow: hidden;
    position: relative;
}

.more-btn {
    background: url("../images/more-bg.png") repeat-x 0 bottom;
    position: absolute;
    bottom: 0;
    padding-top: 60px;
    width: 100%;
    height: 112px;
    text-align: center;
}

.articleFocus h3 {
    font-size: 20px;
    margin-bottom: 20px;
}

.boxed {
    padding: 20px;
}

.facility-icon {
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    display: inline-block;
    margin: 2px 2px 2px 0;
    padding: 5px;
    width: 31px;
    height: 31px;
    text-align: center;
}

.facility-icon a {
    display: block;
    width: 19px;
    height: 19px;
    line-height: 19px;
    float: left;
}

.facility-icon img {
    width: 19px;
    height: 19px;
    display: block;
    opacity: 0.7;
}

.booking-result {
    position: relative;
    padding-bottom: 35px;
}

@media (min-width: 768px) {
    .booking-result > .sep {
        height: 245px;
    }
}

.img-container {
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
}

@media (max-width: 991px) {
    .booking-result .img-container.medium {
        margin-bottom: 10px;
    }
}

.booking-result .btn-danger, .booking-result .btn-default {
    text-transform: none;
}

.booking-result .btn-toggle {
    text-align: center;
    font-size: 30px;
    display: block;
    line-height: 20px;
    cursor: pointer;
}

.booking-result .btn-toggle:not(.collapsed) i::before {
    content: "";
}

.booking-result .boxed {
    z-index: 1;
}

.room-result .img-container {
    height: 200px;
}

.img-container, .hb-calendar:not(.loaded) {
    background: rgba(0, 0, 0, 0) url("../images/loading.gif") no-repeat scroll center center;
}

@media (min-width: 768px) {
    .activity-result .sep {
        display: table;
    }

    .checkbox-container {
        display: table-cell;
        vertical-align: middle;
    }
}

.checkbox-container {
    width: 31px;
    height: 31px;
    margin: 10px auto;
}

.checkbox-icon {
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    cursor: pointer;
    font-weight: normal;
    height: 31px;
    margin: 0;
    padding: 3px;
    width: 31px;
}

.activity-result .checkbox-icon:before {
    content: "";
    display: block;
    font-family: "FontAwesome";
    font-size: 22px;
    height: 100%;
    line-height: 100%;
    text-align: center;
    vertical-align: middle;
    width: 100%;
}

.booking-result .legend {
    padding: 6px 8px;
    background: #E8E8E8;
    font-weight: bold;
    color: #555;
    display: block;
    text-align: center;
}

.activity-result .hb-calendar {
    background: #f2f2f2;
}

.activity-result .amount {
    font-size: 22px;
}

.activity-result .hb-d-start, .activity-result .hb-d-end {
    background: #EA8A8A !important;
}

.activity-result .hb-day.hb-d-free {
    cursor: pointer;
}

.activity-result .hb-day.hb-d-free:hover, .session-date-caption:hover {
    background: #4edb87 !important;
    color: #fff;
}

.activity-result .hb-day.hb-d-free.active, .session-date-caption.active {
    background: #FF9600 !important;
    color: #fff;
}

.input-group-sm select.form-control, .input-group-sm .input-group-addon {
    padding: 5px 6px;
}

.session-date-input {
    display: none;
}

.session-date-caption {
    padding: 5px 8px;
    background-color: #a6e0bf;
    cursor: pointer;
    font-weight: normal;
}

.activity-data {
    visibility: hidden;
}

.activity-result.active .activity-data {
    visibility: visible;
}

.price span {
    font-weight: 600;
    font-size: 26px;
}

.isotopeContent .price span {
    font-size: 20px;
}

#booking-breadcrumb {
    text-align: center;
}

#booking-breadcrumb .breadcrumb-item {
    padding: 20px;
}

#booking-breadcrumb span {
    display: block;
    font-size: 16px;
    font-weight: bold;
    margin-top: 10px;
    text-transform: uppercase;
}

#booking-breadcrumb i {
    font-size: 36px;
}

/*********** LOG IN / SIGN UP FORMS **********/
a.fblogin {
    font-weight: bold;
}

#user-popup {
    max-width: 450px;
}

/**************** PAYMENT  FORM ***************/
button[name="payment_type"] {
    min-width: 160px;
    padding: 20px;
}

button[name="payment_type"] .fa {
    font-size: 36px;
}

/************** ADVANCED FILTERS *************/
.nouislider-wrapper {
    margin: 15px 10px 0 10px;
    color: #fff;
    text-align: center;
}

.noUi-horizontal .noUi-handle {
    width: 20px;
    height: 20px;
    left: -10px;
    border-radius: 10px;
    top: -5px;
}

.noUi-handle:before, .noUi-handle:after {
    display: none;
}

.noUi-connect {
    box-shadow: none;
}

.noUi-tooltip {
    border: none;
    background: transparent;
    color: #fff;
}

.noUi-horizontal {
    height: 10px;
}

input.slider-target {
    margin-top: 10px;
    background: transparent;
    border: none;
    color: #fff;
}

#search-page .control-label {
    margin-top: 10px !important;
}

#map {
    display: block;
    width: 100%;
    height: 100%;
}

#map {
    background: #58B;
}

.uploadify {

    margin-left: 10px;

    display: inline-block;

}

/*.uploadifive-button {*/

/*cursor: pointer;*/

/*background: #2F9DF2;*/

/*border: none;*/

/*border-radius: 4px;*/

/*color: #fff;*/

/*display: inline-block;*/

/*font-size: 14px;*/

/*font-weight: 400;*/

/*line-height: 1.42857;*/

/*padding: 6px 12px;*/

/*text-align: center;*/

/*vertical-align: middle;*/

/*white-space: nowrap;*/

/*}*/

ul.files-list {

    margin: 0;

    padding: 0;

    list-style-type: none;

}

ul.files-list > li {

    width: 190px;
    height: 180px;
    float: left;

    /*margin:10px 20px 0 0;*/

    padding: 0;
    background: #fff;
    /*border:1px solid #ddd;*/

    color: #666;
    margin:0 15px 15px 0;

    /*position:absolute;*/

}

ul.files-list.sortable > li {

    cursor: move;

}

.prev-file {

    width: 238px;

    height: 135px;

    text-align: center;

    background: #fff;

    font-size: 14px;

}

.prev-file img {

    max-height: 135px;

    max-width: 240px;

}

.uploaded {

    display: none;

}

.uploaded .prev-file {

    /*border: 1px solid #ccc;*/

    float: left;

    height: 180px;

    margin: 10px;

    width: 225px;

    color: #555;

}

.uploaded .prev-file img {

    max-width: 225px;

    max-height: 120px;

    margin: 0 auto 10px auto;

    display: block;

}

.actions-file {

    position: absolute;

    bottom: 10px;

    right: 10px;

    font-size: 16px;

}

.actions-file img {

    float: left;

    margin: 0 0 0 5px;

    height: 100%;

}

.facilitiesContainer {
    float: left;
    width: 90px;
}

input[type="checkbox"] {
    background-image: -webkit-linear-gradient(hsla(0, 0%, 0%, .1), hsla(0, 0%, 100%, .1)),
    -webkit-linear-gradient(left, rgba(0,0,0,.075) 50%, #6cf 50%);
    background-size: 100% 100%, 200% 100%;
    background-position: 0 0, 15px 0;
    border-radius: 25px;
    box-shadow: inset 0 1px 4px hsla(0, 0%, 0%, .5),
    inset 0 0 10px hsla(0, 0%, 0%, .5),
    0 0 0 1px hsla(0, 0%, 0%, .1),
    0 -1px 2px 2px hsla(0, 0%, 0%, .25),
    0 2px 2px 2px hsla(0, 0%, 100%, .75);
    cursor: pointer;
    height: 20px;
    /*left: 50%;*/
    /*margin: -12px -37px;*/
    /*padding-right: 25px;*/
    /*position: relative;*/
    /*top: 50%;*/
    width: 40px;
    -webkit-appearance: none;
    -webkit-transition: .25s;
}

input[type="checkbox"]:after {
    background-color: #eee;
    background-image: -webkit-linear-gradient(hsla(0, 0%, 100%, .1), hsla(0, 0%, 0%, .1));
    border-radius: 25px;
    box-shadow: inset 0 1px 1px 1px hsla(0, 0%, 100%, 1),
    inset 0 -1px 1px 1px hsla(0, 0%, 0%, .25),
    0 1px 3px 1px hsla(0, 0%, 0%, .5),
    0 0 2px hsla(0, 0%, 0%, .25);
    content: '';
    display: block;
    height: 20px;
    left: 0;
    position: relative;
    top: 0;
    width: 20px;
}

input[type="checkbox"]:checked {
    background-position: 0 0, 35px 0;
    padding-left: 25px;
    padding-right: 0;
}

#tabs {

    background: white;
    padding-left: 10px;
    border: 0;
    font-family: inherit;
    color: #333 !important;
    font-size: 14px;
    padding: 0;
    margin: 0;

}

#tabs ul{

    background: white;
    border: 0;
    margin-right: 3%;

}

#tabs li{

    background: white;
    border-bottom: 1px solid #ddd;
    float: right;

}


#tabs > li > a {

    background: #f8f8f8;

    border-top: 1px solid #ddd;

    border-right: 1px solid #ddd;

    border-left: 1px solid #ddd;

    border-bottom: 0;

    color: #555;

}

#tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {

    background: #fff;

}

.ui-tabs .ui-tabs-nav li.ui-tabs-active{
    border-bottom: 3px solid #6cf !important;
}

.more-link-images{
    width: 190px;
    height: 180px;
    overflow: hidden;
    float: left;
}

.more-link-images-uploaded{
    width: 190px;
    height: 180px;
    overflow: hidden;
    float: left;
    margin:0 15px 15px 0;
}

.closeon{
    cursor: pointer;
    font-weight: bold;
}
.fc-time{
    display: none;
}

.contact-form{
    background: transparent !important;
}

.btn-info-blue {
     color: #fff;
     font-weight: bold;
     background-color: #67ABEA;
     border-color: #67ABEA;
 }

.btn-info-blue:hover {
    color: white;
    font-weight: bold;
    background-color: #F11B24;
    border-color: #F11B24;
}

.isotopeInner img{
    height: 275px;
    width: 100%;
    overflow: hidden;
}

.hotelLink{
    font-weight: bold;
}
.hotelLink:hover{
    font-weight: bold;
    color: #F11B24;
}