@import url("header-footer.css");
@import url("../../../css/sass/common/fonts/glyphicons/general/glyphicons.css");
@import url("../../../css/sass/compilations/old-szallas/style-common.bs3.scss");
@import url("../../../css/new/flags.css");

/* GENERAL
================================================== */

.logo img {
    width: 250px\9 !important;
}

* {
    outline: 0 none !important;
}

h2 {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 20px;
}

.text-linetrough {
    text-decoration: line-through;
}

.font-26 {
    font-size: 26px;
    line-height: 30px;
}

.font-12 {
    font-size: 12px;
    line-height: 18px;
}

.font-14 {
    font-size: 14px;
    line-height: 20px;
}

.font-16 {
    font-size: 16px;
    line-height: 22px;
}

.font-18 {
    font-size: 18px;
    line-height: 24px;
}

.font-20 {
    font-size: 20px;
    line-height: 30px;
}

.font-22 {
    font-size: 22px;
    line-height: 32px;
}

.align-center {
    text-align: center;
}

.align-left {
    text-align: left;
}

.align-right {
    text-align: right;
}

.margin-0 {
    margin: 0px;
}

.margintop-10 {
    margin-top: 10px;
}

.margintop-20 {
    margin-top: 20px;
}

.marginbottom-10 {
    margin-bottom: 10px;
}

.marginbottom-20 {
    margin-bottom: 20px;
}

.marginright-5 {
    margin-right: 5px;
}

.marginleft-10 {
    margin-left: 10px;
}

.line-trough {
    text-decoration: line-through;
}

.underlined {
    text-decoration: underline;
}

.text-decoration-none {
    text-decoration: none;
}

.marginbottom-30 {
    margin-bottom: 30px;
}

.raleway {
    font-family: 'Raleway', sans-serif;
}

.inlineblock {
    display: inline-block
}

.no-wrap {
    white-space: nowrap;
}

.transition-all {
    transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    -webkit-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    -ms-transition: all .1s ease-in-out;
}

.carousel-inner {
    display: block;
}

.color-success {
    color: #27ae60 !important;
}

/* --- BUTTONS --- */

.btn {
    border-radius: 0px;
    text-decoration: none;
    border: 0px none;
}

.btn-primary {
    background-color: #f60;
}

.btn-primary:visited {
    color: #fff;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
    background-color: #f30;
    color: #fff !important;
}

.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
    background-color: #fc9;
    color: #999;
}

.btn-xl {
    padding: 10px 30px;
    font-size: 24px;
    line-height: 1.35;
}

/* fixes */

.cobrandMainpage.szallasguru footer .page-usp .glyphicon-ok-sign:before {
    content: "\e63f" !important;
}

/* --- PAGE CONTAINER --- */

.container-fluid {
    max-width: 1200px;
    position: relative;
}


/* --- TOOLTIP --- */

.tooltip-inner {
    font-size: 14px;
    padding: 5px 8px;
    border-radius: 0px;
}

.action-color {
    color: #f60;
    white-space: nowrap;
}

.secondary-action-color {
    color: #06c;
}

/* search */

.origo .bootstrap-tagsinput {
    display: inline-block;
}

/* --- PACKAGE SPECIAL PRICE DOOR TAG --- */

.special-price-doortag-big {
    width: 91px;
    height: 98px;
    position: relative;
    background: url(../img/sprite-package.png);
    background-position: -59px 0px;
    text-align: center;
    color: #613d35;
    padding-top: 88px;
    padding-right: 3px;
    text-shadow: 1px 1px 0px #f3b866;
    -moz-text-shadow: 1px 1px 0px #f3b866;
    -webkit-text-shadow: 1px 1px 0px #f3b866;
}

.special-price-doortag-big-grey {
    background-position: -153px 0px;
    color: #333;
    text-shadow: 1px 1px 0px #ccc;
    -moz-text-shadow: 1px 1px 0px #ccc;
    -webkit-text-shadow: 1px 1px 0px #ccc;
}

.special-price-doortag-big span {
    display: block;
}

.special-price-doortag-big .special-text {
    margin-bottom: 10px;
}

.special-price-doortag-big .price {
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 3px;
    text-shadow: -1px -1px 0px #bc7e29;
    -moz-text-shadow: -1px -1px 0px #bc7e29;
    -webkit-text-shadow: -1px -1px 0px #bc7e29;
}

.special-price-doortag-big .currency {
    font-size: 16px;
}

.special-price-doortag-big .price-discount-percentage {
    width: 59px;
    height: 61px;
    background: url(../img/sprite-package.png);
    background-position: 0px 0px;
    position: absolute;
    top: 16px;
    left: 17px;
    line-height: 61px;
    vertical-align: middle;
    text-align: center;
    color: #fff;
    font-size: 20px;
    text-shadow: -1px -1px 0px #333;
    -moz-text-shadow: -1px -1px 0px #333;
    -webkit-text-shadow: -1px -1px 0px #333;
}

/* --- special package doortag --- */

.special-price-doortag {
    position: absolute;
    bottom: -15px;
    right: -15px;
}

.special-price-doortag .glyphicon-door-hanger {
    font-size: 180px;
    text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
    color: #ddd;
}

.special-price-doortag-text {
    position: absolute;
    text-align: center;
    bottom: -15px;
    right: -15px;
    color: #333;
    padding-top: 88px;
    padding-right: 3px;
    width: 85px;
    height: 180px;
}

.special-price-doortag-text span {
    display: block;
}

.special-price-doortag-text .special-text {
    margin-bottom: 5px;
}

.special-price-doortag-text .price {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 3px;
    background-color: #aaa;
    color: #FFFFFF;
    padding: 3px;
    width: 75px;
    margin-left: -5px;
    -moz-text-shadow: 0 -1px 1px #000;
    -webkit-text-shadow: 0 -1px 1px #000;
    -webkit-transition: bottom 0.2s;
    transition: background-color 0.2s;
}

.special-package-photo-highlighted:hover .special-price-doortag-text .price {
    background-color: #f60;
}

.special-price-doortag-text .price:after {
    content: "";
    width: 0px;
    height: 0px;
    border-top: 14px solid transparent;
    border-bottom: 14px solid transparent;
    border-right: 6px solid #ddd;
    position: absolute;
    top: 113px;
    right: 15px;
}

.special-price-doortag-text .price:before {
    content: "";
    position: absolute;
    top: 140px;
    left: -5px;
    border-top: 5px solid #888;
    border-left: 5px solid transparent;
    z-index: 1;
}

.special-package-photo-highlighted:hover .special-price-doortag-text .price:before {
    border-top: 5px solid #863500;
}

.special-price-doortag-text .currency {
    font-size: 14px;
    line-height: 18px;
    display: block;
    padding: 0px 7px;
    word-wrap: break-word;
}


@media (min-width: 768px) and (max-width: 930px) {

    .special-price-doortag .glyphicon-door-hanger {
        font-size: 140px;
    }

    .special-price-doortag-text {
        padding-top: 55px;
        width: 66px;
        height: 140px;
    }

    .special-price-doortag-text .price:after {
        border-right: 6px solid #fff;
        top: 79px;
        right: -4px;
    }

    .special-price-doortag-text .price:before {
        top: 107px;
        left: -5px;
    }

    .special-price-doortag-text .currency {
        font-size: 12px;
        line-height: 14px;
    }
}

@media (max-width: 767px) {

    .special-package-photo-highlighted .rating-circle-container {
        opacity: 1;
    }

    .special-package-photo-highlighted:hover .special-package-name {
        bottom: 0px;
    }

    .special-package-photo-highlighted:hover .rating-circle-container {
        top: 20px;
    }

    .special-package-photo-highlighted .special-price-doortag-text .price {
        background-color: #f60;
    }

    .special-package-photo-highlighted .special-price-doortag-text .price:before {
        border-top: 5px solid #863500;
    }
}

@media (min-width: 531px) and (max-width: 600px) {

    .special-price-doortag .glyphicon-door-hanger {
        font-size: 140px;
    }

    .special-price-doortag-text {
        padding-top: 55px;
        width: 66px;
        height: 140px;
    }

    .special-price-doortag-text .price:after {
        border-right: 6px solid #fff;
        top: 79px;
        right: -4px;
    }

    .special-price-doortag-text .price:before {
        top: 109px;
        left: -6px;
    }

    .special-price-doortag-text .currency {
        font-size: 12px;
        line-height: 14px;
    }
}

/* --- PACKAGE SPECIAL PRICE RATING CIRCLE --- */

.special-package-photo-highlighted .rating-circle-container {
    position: absolute;
    top: 20px;
    right: 10px;
    border-radius: 50%;
    opacity: 0;
    -webkit-transition: opacity 0.2s;
    transition: opacity 0.2s;
}

.special-package-photo-highlighted:hover .rating-circle-container {
    opacity: 1;
}

/* --- THUMB LIST CSS ----*/

.thumbnail-list {
    width: 100%;
    display: block;
    padding: 10px 10px 10px 85px;
    min-height: 85px;
    text-decoration: none;
    position: relative;
}

.thumbnail-list:hover {
    background-color: #f5f5f5;
    text-decoration: none;
}

.thumbnail-wrapper {
    position: absolute;
    width: 65px;
    left: 10px;
    top: 10px;
}

.thumbnail-list .link-line {
    color: #3598db;
    text-decoration: underline;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.thumbnail-list:hover .link-line {
    text-decoration: none;
}

.thumbnail-list:visited .link-line {
    color: #606;
}

.thumbnail-list .no-link-line {
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

@media (max-width: 530px) {
    .thumbnail-list {
        margin-left: -15px;
        margin-right: -15px;
        width: auto;
        padding: 10px 10px 10px 90px;
    }

    .thumbnail-wrapper {
        left: 15px;
    }
}



/* --- PACKAGE SPECIAL PRICE DOOR TAG LITTLE --- */

.special-price-doortag-little {
    width: 58px;
    height: 63px;
    padding-right: 2px;
    position: relative;
    background: url(../img/sprite-package.png);
    background-position: -246px 0px;
    text-align: center;
    color: #613d35;
    padding-top: 56px;
    text-shadow: 1px 1px 0px #f3b866;
    -moz-text-shadow: 1px 1px 0px #f3b866;
    -webkit-text-shadow: 1px 1px 0px #f3b866;
}

.special-price-doortag-little-grey {
    background-position: -306px 0px;
    color: #333;
    text-shadow: 1px 1px 0px #ccc;
    -moz-text-shadow: 1px 1px 0px #ccc;
    -webkit-text-shadow: 1px 1px 0px #ccc;
}

.special-price-doortag-little span {
    display: block;
}

.special-price-doortag-little .special-text {
    margin-bottom: 5px;
    font-size: 10px;
    line-height: 12px;
}

.special-price-doortag-little .price {
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 2px;
    line-height: 16px;
    text-shadow: -1px -1px 0px #bc7e29;
    -moz-text-shadow: -1px -1px 0px #bc7e29;
    -webkit-text-shadow: -1px -1px 0px #bc7e29;
}

.special-price-doortag-little-grey .price {
    color: #000;
    text-shadow: 0px 1px 0px #ccc;
    -moz-text-shadow: 0px 1px 0px #ccc;
    -webkit-text-shadow: 0px 1px 0px #ccc;
}

.special-price-doortag-little .currency {
    font-size: 12px;
    line-height: 14px;
}

.special-price-doortag-little .price-discount-percentage {
    width: 39px;
    height: 46px;
    padding-right: 6px;
    background: url(../img/sprite-package.png);
    background-position: 0px -61px;
    position: absolute;
    top: 8px;
    left: 10px;
    line-height: 40px;
    vertical-align: middle;
    text-align: center;
    color: #fff;
    font-size: 14px;
    text-shadow: -1px -1px 0px #333;
    -moz-text-shadow: -1px -1px 0px #333;
    -webkit-text-shadow: -1px -1px 0px #333;
}

/* --- SPECIAL PACKAGE PHOTO HIGHLIGHTED --- */

.popular-package-categories {
    margin-bottom: 30px;
}

.special-package-photo-highlighted {
    position: relative;
    display: inline-block;
    text-decoration: none;
    margin-bottom: 30px;
}

.special-package-photo-highlighted img {
    width: 100%;
}

.special-package-photo-highlighted .special-package-name {
    color: #fff;
    padding: 10px 100px 10px 10px;
    position: absolute;
    bottom: 0px;
}

.special-package-photo-highlighted:hover .special-package-name {
    bottom: -2px;
}

.special-package-photo-highlighted .special-package-name span {
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: 100%;
    height: 25px;
    line-height: 25px;
    vertical-align: middle;
    display: inline-block;
}

.special-package-photo-highlighted:hover .special-package-name span {
    text-decoration: none;
}

.special-package-photo-highlighted .special-package-name span.special-package-hotel {
    font-size: 20px;
}

.special-package-photo-highlighted .special-package-name span.special-package {
    font-size: 16px;
}

.special-package-photo-highlighted .rating-circle-medium {
    position: absolute;
    top: 10px;
    right: 10px;
    color: #333;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -moz-opacity:0;
    -khtml-opacity: 0;
    opacity: 0;
}

.special-package-photo-highlighted:hover .rating-circle-medium {
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
}

/* --- SPECIAL PACKAGE PHOTO HIGHLIGHTED LITTLE (usage with: .special-package-photo-highlighted) --- */

.special-package-photo-highlighted-little .special-package-name {
    padding: 5px 60px 5px 5px;
}

.special-package-photo-highlighted-little .special-package-name span.special-package-hotel {
    font-size: 14px;
}

.special-package-photo-highlighted-little .special-package-name span.special-package {
    font-size: 12px;
}

.special-package-photo-highlighted-little .special-price-doortag-little {
    position: absolute;
    bottom: -15px;
    right: -4px;
}

/* --- CONTENT LOADER --- */

.modal-backdrop-loading {
    background-color: #fff;
    z-index: 1003;
}

.loading-box {
    position: fixed;
    top: 200px;
    left: 50%;
    text-align: center;
    z-index: 1004;
}

.loading-box .loading-box-inner {
    position: relative;
    left: -50%;
    padding: 15px;
    border: 5px solid #999;
    background: #fff;
    border-radius: 15px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
}

/* THIRD OFFER
================================================== */

@media (max-width: 767px) and (min-width: 530px) {
    .third-offer-container.col-xs-12 {
        width: 50%;
    }
}

.third-offer {
    position: relative;
    margin-bottom: 30px;
}

.third-offer .carousel .glyphicon {
    font-size: 30px;
}

.third-offer .carousel .carousel-control {
    z-index: 2;
}

.third-offer .package-details {
    background: #eee;
    margin-top: 3px;
    padding: 10px;
    position: relative;
    min-height: 115px;
    margin-right: 1px;
}

.third-offer .hotel-name-location {
    font-size: 18px;
    /* max-height: 45px; */
    overflow: hidden;
    line-height: 20px;
    margin-bottom: 8px;
}

.third-offer .hotel-name {
    width: 56%;
    font-size: 18px;
    max-height: 37px;
    overflow: hidden;
}

.third-offer .hotel-name a,
.third-offer .hotel-name a:hover,
.third-offer .hotel-name a:visited {
    text-decoration: none;
    color: #333;
}

.third-offer:hover .hotel-name a {
    text-decoration: none;
    color: #333333;
    display: block;
}

.third-offer:hover .hotel-name a:visited {
    color: #333333;
}

.third-offer:hover .hotel-name a:hover span {
    border-bottom: none;
    color: #333333;

}

.third-offer .hotel-name a .glyphicon {
    border-bottom: 0px none !important;
    position: relative;
    top: 2px;
    font-size: 12px;
}


.third-offer .hotel-name a .glyphicon-star,
.third-offer.soldout .hotel-name a .glyphicon-star {
    font-family: 'general' !important;
}


.third-offer .hotel-location {
    width: 56%;
    height: 20px;
    overflow: hidden;
    color: #999;
    font-size: 15px;
    margin-top: 5px;
    text-overflow: ellipsis;
}

.third-offer .hotel-location .glyphicon {
    font-size: 12px;
}

.third-offer .hotel-stress-text {
    width: 56%;
    height: 20px;
    overflow: hidden;
    color: #264e98;
    position: absolute;
    bottom: 8px;
}

.third-offer .hotel-percent {
    position: absolute;
    right: 0px;
    width: 41.5%;
    vertical-align: middle;
    text-align: center;
    white-space: nowrap;
    color: #fff;
    background: #ff6600;
    z-index: 2;
    border-radius: 80px 80px 0 0;
    -moz-border-radius: 80px 80px 0 0;
    -webkit-border-radius: 80px 80px 0 0;
    font-size: 52px;
    line-height: 96px;
    font-weight: bold;
    font-family: "Roboto", Arial;
    height: 80px;
    overflow: hidden;
    position: absolute;
    line-height: 20px;
    padding-left: 8.8%;
    padding-right: 10%;
    text-overflow: clip;
    top: -83px;
    padding-top: 38px;
    word-spacing: 5000px;
}

.third-offer .hotel-prize-box {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 42%;
    height: 100%;
    text-align: center;
    border-left: 3px solid #fff;
    padding-top: 10px;
}

.third-offer .package-prize {
    font-size: 26px;
    font-weight: bold;
    line-height: 26px;
}

.third-offer .btn {
    position: absolute;
    bottom: 0px;
    right: 0px;
    width: 42%;
    border-left: 3px solid #fff;
}

.third-offer:hover .btn {
    color: #fff !important;
}

@media (max-width: 1150px) and (min-width: 992px) {
    .third-offer .package-prize {
        font-size: 20px;
        font-weight: bold;
        line-height: 20px;
    }
}

@media (max-width: 750px) and (min-width: 530px),
(max-width: 390px) {
    .third-offer .package-prize {
        font-size: 20px;
        font-weight: bold;
        line-height: 20px;
    }
}

@media (max-width: 280px) {
    .third-offer .package-prize {
        font-size: 16px;
    }
}

@media (max-width: 767px) {
    .third-offer {
        margin-bottom: 70px;
    }

    .third-offer .carousel .carousel-control {
        display: none;
    }

    .third-offer .package-details {
        padding-bottom: 25px;
    }

    .third-offer .hotel-name-location {
        height: 120px;
        overflow: hidden;

    }

    .third-offer .hotel-name {
        width: 56%;
        font-size: 16px;
        max-height: 80px;
        overflow: hidden;
    }

    .third-offer .hotel-name a {
        color: #333 !important;
        text-decoration: none !important;
    }

    .third-offer .hotel-name a span {
        border-bottom: 0px none !important;
    }

    .third-offer .hotel-stress-text {
        position: absolute;
        bottom: -42px;
        left: 0px;
        width: 100%;
        height: 25px;
        line-height: 25px;
        vertical-align: middle;
        overflow: hidden;
        text-align: center;
        background: #fff;
        z-index: 1;
    }

    .third-offer .hotel-percent {
        width: 41%;
        font-size: 40px;
    }

    .third-offer .btn {
        width: 100%;
        border-left: 0px none;
        bottom: -15px;
    }
}

@media (max-width: 529px) {
    .third-offer {
        margin-bottom: 70px;
    }

    .third-offer .package-details {
        min-height: 90px;
    }

    .third-offer .hotel-name-location {
        height: 150px;
    }

    .third-offer .btn {
        bottom: -25px;
    }

    .third-offer .hotel-stress-text {
        bottom: -52px;
    }
}

/* layer details */

.third-offer .package-hover-details-show {
    position: absolute;
    bottom: 122px;
    left: 5px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    vertical-align: middle;
    text-align: center;
    border-radius: 50%;
    background: rgba(0,0,0,0.25);
    color: #fff;
    font-size: 20px;
    cursor: pointer;
    z-index: 5;
    opacity: 0;
    filter: alpha(opacity=0);
    transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    -webkit-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    -ms-transition: all .1s ease-in-out;
}

.third-offer:hover .package-hover-details-show {
    opacity: 1;
    filter: alpha(opacity=100);
    z-index: 22;
}

.third-offer .package-hover-details-show:hover {
    background: rgba(0,0,0,0.5);
}

.third-offer .package-hover-details {
    position: absolute;
    width: 100%;
    top: 0px;
    left: 0px;
    bottom: 118px;
    background: rgba(0,0,0,0.9);
    color: #ccc;
    opacity: 0;
    filter: alpha(opacity=0);
    transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    -webkit-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    -ms-transition: all .1s ease-in-out;
    z-index: -1;
}

/*.third-offer:hover .package-hover-details {
        opacity: 1;
        filter: alpha(opacity=100);
        z-index: 1;
}*/

@media (max-width: 767px) {
    .third-offer .package-hover-details-show,
    .third-offer .package-hover-details {
        display: none;
    }
}

.third-offer .package-hover-details .package-hover-details-inner {
    padding: 10px;
    margin-top: 50px;
}

.third-offer .package-hover-details .package-title {
    font-size: 16px;
    margin-bottom: 15px;
}

.third-offer .package-hover-details strong {
    color: #fff;
}

.third-offer .package-hover-details a {
    color: #264e98;
    text-decoration: none;
    font-family: "Source Sans Pro";
}

.third-offer .package-hover-details a:hover {
    color: #264e98;
    text-decoration: underline;
}

/* LIST TITLE & SORT
================================================== */

.nav-list-sort {
    float: right;
    margin-bottom: 30px;
}

.nav-list-sort > li > a {
    border-radius: 0px;
    border: 1px solid #ccc;
    text-decoration: none;
    color: #333;
}

.nav-list-sort > li > span {
    position: relative;
    display: block;
    padding: 10px 5px;
}

.nav-list-sort > li + li {
    margin-left: 1px;
}

.nav-list-sort > li > a:hover,
.nav-list-sort > li > a:focus {
    text-decoration: none;
    background-color: #eee;
}

.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
    color: #333;
    background-color: #fafafa;
    box-shadow: inset 0px 1px 5px rgba(0,0,0,0.1)
}

.nav-list-sort .icon-holder {
    position: relative;
    display: inline-block;
    width: 8px;
    height: 11px;
    margin-left: 3px;
}

.nav-list-sort .icon-holder .glyphicon {
    position: absolute;
    top: 0px;
    left: 0px;
    color: #ccc;
}

.nav-list-sort .icon-holder .active {
    color: #333;
}

@media (max-width: 991px) {
    .nav-list-sort {
        float: none;
    }
}

/* HEADER SEARCH BAR
================================================== */

header .navbar-header {
    float: none;
}

header .navbar-collapse {
    padding: 0px;
}

.mainpage-search-logo {
    display: none;
}

.header-search-bar-container {
    background: #ccc;
    padding: 5px 0px;
    height: 52px;
}

.header-search-bar .header-search-location-section,
.header-search-bar .header-search-date-section,
.header-search-bar .header-search-person-section {
    display: inline-block;
}

.header-search-bar .input-large,
.header-search-bar .input-small {
    padding: 10px 10px 10px 5px;
    font-size: 14px;
    border: 1px solid #888;
    height: 42px;
    border-radius: 2px;
}

.header-search-bar .form-control.input-large {
    width: 320px;
}

.header-search-bar .form-control.input-small {
    width: 100px;
    text-align: left;
}

.header-search-bar .btn-location-input {
    position: absolute;
    top: 1px;
    right: 1px;
    background: #fff;
    padding: 8px 10px;
    font-size: 16px;
    color: #999;
}

.header-search-bar .location_header_close_btn {
    position: absolute;
    top: 1px;
    right: 1px;
    display: none;
    background: #fff;
    padding: 8px 10px;
    font-size: 16px;
    color: #999;
    text-decoration: none;
    z-index: 2;
}

.header-search-bar .location-input-close {
    display: none;
    opacity: 0;
    filter: alpha(opacity=0);
    transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    -webkit-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    -ms-transition: all .1s ease-in-out;
    position: absolute;
    right: 1px;
    text-decoration: none;
    color: #666;
    border-color: #666;
    z-index: 1;
    background: #fff;
    width: 30px;
    height: 39px;
    line-height: 39px;
    vertical-align: middle;
    text-align: center;
    padding-right: 6px;
}

.header-search-bar .location-input-close .caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-bottom: 4px dashed;
    border-bottom: 4px solid \9;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    border-top: none;
}

.header-search-location-section .bootstrap-tagsinput.active .location-input-close {
    display: block;
    opacity: 1;
    filter: alpha(opacity=100);
    bottom: 1px;
}

.header-search-bar .header-location-unavailable-message {
    color: #fff;
    background: #999;
    margin-bottom: 5px;
    padding: 5px;
    position: relative;
    z-index: 2;
}

.header-search-bar .header-location-unavailable-message:before {
    content: '';
    position: absolute;
    left: 50%;
    top: -8px;
    margin-left: -10px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 10px 8px 10px;
    border-color: transparent transparent #999 transparent;
}

/* tags input */

.header-search-bar {
    position: relative;
    padding-left: 323px;
}

.header-search-location-section {
    width: 320px;
    height: 42px;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 2;
}

.header-search-location-section .bootstrap-tagsinput {
    width: 320px;
    position: absolute;
    left: 0px;
    top: 0px;
    background: #fff;
    border-radius: 2px;
    border: 1px solid #888;
    padding: 0px 5px;
    white-space: nowrap;
    text-align: left;
}

.header-search-location-section .bootstrap-tagsinput:after {
    content: attr(data-tags-overflow);
    content: '\002B'\0/;
    position: absolute;
    font-size: 12px;
    top: 0px;
    right: 0px;
    width: 75px;
    height: 100%;
    text-align: right;
    padding-right: 5px;
    padding-top: 9px;
    cursor: pointer;
    color: #333;
    background: -moz-linear-gradient(left,  rgba(255,255,255,0) 0%, rgba(255,255,255,1) 60%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,255,255,0)), color-stop(60%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 60%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 60%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 60%); /* IE10+ */
    background: linear-gradient(to right,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 60%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */
}

.header-search-location-section:hover .bootstrap-tagsinput:after {
    color: #3598db;
}

.header-search-location-section .bootstrap-tagsinput.active {
    white-space: normal;
    border: 1px solid #f90;
    box-shadow: 0px 0px 5px #f90;
    -moz-box-shadow: 0px 0px 5px #f90;
    -webkit-box-shadow: 0px 0px 5px #f90;
}

.header-search-location-section .bootstrap-tagsinput.active:after {
    display: none;
}

.header-search-location-section .bootstrap-tagsinput .tags-container {
    margin-bottom: 8px;
    margin-top: 7px;
    height: 25px;
}

.header-search-location-section .bootstrap-tagsinput.active .tags-container {
    height: auto;
    margin-bottom: 2px;
}

.header-search-location-section .bootstrap-tagsinput .tags-container:empty {
    display: none;
}

.header-search-location-section .bootstrap-tagsinput .tag {
    font-size: 14px;
    font-weight: normal;
    margin: 2px;
    display: inline-block;
    position: relative;
    padding-right: 28px;
    max-width: 235px;
    overflow: hidden;
    text-overflow: ellipsis;
    background: #fff;
    color: #666;
    border: 1px solid #ddd;
    border-radius: 0px;
}

.header-search-location-section .bootstrap-tagsinput .tag span {
    display: inline-block;
    width: 20px;
    height: 21px;
    cursor: pointer;
    position: absolute;
    right: 0px;
    top: 0px;
    line-height: 20px;
    vertical-align: middle;
    text-align: center;
    color: #aaa;
    border-left: 1px solid #eee;
}

.header-search-location-section .bootstrap-tagsinput .tag:hover span {
    background: #eee;
}

.header-search-location-section .bootstrap-tagsinput .tag span:after {
    content:'\00D7';
    color: #aaa;
}

.header-search-location-section .bootstrap-tagsinput .input-large {
    display: block;
    position: relative;
    z-index: 1;
    margin-left: -6px;
    margin-top: -1px;
    margin-top: -10px\9;
    border-radius: 0px 0px 2px 2px;
    border-bottom: 0px none;
    height: 41px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    -moz-border-radius-topleft: 0px;
    -moz-border-radius-topright: 0px;
}

.header-search-location-section .bootstrap-tagsinput.active .input-large {
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    border-color: #f90;
    border-top-color: #999;
}

.header-search-location-section .typeahead {
    left: -1px !important;
    right: -1px !important;
    margin-top: 0px;
    border-radius: 0px !important;
    padding: 0px;
}

.header-search-location-section .typeahead li a {
    padding: 10px;
}

.header-search-location-section .typeahead .active > a,
.header-search-location-section .typeahead .active > a:hover {
    background: #ddd !important;
    color: #333;
}

.typeahead li a .resultcount {
    float: right;
    font-size: 11px;
    color: #999;
    padding-top: 2px;
}

/* date input */

.header-search-bar .date-input-container {
    position: relative;
    display: inline-block;
}

.header-search-bar .date-input-container .glyphicon {
    position: absolute;
    top: 6px;
    right: 5px;
    font-size: 28px;
    color: #ededed;
    text-decoration: none;
}

.header-search-bar .date-input-container .date-input-day {
    position: absolute;
    top: 14px;
    right: 6px;
    width: 20px;
    text-align: center;
    font-size: 11px;
    font-weight: bold;
    color: #666 !important;
    text-decoration: none;
    text-align: center;
    text-shadow: 1px 1px 0px rgba(255,255,255,0.5);
    -moz-text-shadow: 1px 1px 0px rgba(255,255,255,0.5);
    -webkit-text-shadow: 1px 1px 0px rgba(255,255,255,0.5);
}

/* button search */

.header-search-bar .btn-search {
    padding: 8px 12px;
    vertical-align: middle;
    height: 42px;
    border-bottom: 2px solid #bbb;
}

header:hover .btn-search {
    background: #ff9900; /* Old browsers */
    background: -moz-linear-gradient(top,  #ff9900 0%, #ff6600 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff9900), color-stop(100%,#ff6600)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #ff9900 0%,#ff6600 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #ff9900 0%,#ff6600 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #ff9900 0%,#ff6600 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #ff9900 0%,#ff6600 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff9900', endColorstr='#ff6600',GradientType=0 ); /* IE6-9 */
    border: 1px solid #db6345;
    border-bottom: 2px solid #db6345;
    text-shadow: 0px -1px 0px #f60;
    color: #fff;
}

.header-search-bar .btn-search:active,
.header-search-bar .btn-search:focus,
.header-search-bar:hover .btn-search:active,
.header-search-bar:hover .btn-search:focus {
    border-bottom: 2px solid #f60;
}

.header-search-bar .btn-search .glyphicon {
    margin-right: 5px;
}

/* typeahead */

.header-search-bar .typeahead {
    max-width: 320px;
    z-index: 1001;
}

.header-search-bar .typeahead .autocomplete-region {
    font-size: 12px;
}

.header-search-bar .typeahead li a .glyphicon {
    font-size: 16px;
    padding-top: 0px;
    float: none;
}

/* usp */

header .usp-line-list {
    background: #eee;
    padding: 10px;
}

header .usp-line-list ul {
    margin: 0px;
}

/* responsive */

@media (max-width: 900px) and (min-width: 768px) {
    .header-search-bar {
        padding-left: 283px;
    }

    .header-search-bar .header-search-location-section .input-large,
    .header-search-location-section .bootstrap-tagsinput {
        width: 280px;
    }

    .header-search-bar .btn-search {
        padding: 8px 9px 8px 12px;
    }

    .header-search-bar .btn-search .text {
        display: none;
    }
}

@media (max-width: 767px) {
    header {
        margin-bottom: 10px;
    }

    header .container-fluid {
        height: 50px;
    }

    header .header-search-bar-container .container-fluid,
    header .usp-line-list .container-fluid {
        height: auto;
    }

    header .header-search-bar select,
    header .header-search-bar input[type="text"],
    header .header-search-bar input[type="email"],
    header .header-search-bar input[type="number"],
    header .header-search-bar input[type="tel"],
    header .header-search-bar input[type="button"] {
        font-size: 16px;
        height: 42px;
    }

    header .btn-mobile-menu {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0px;
        left: 0px;
        display: block;
        z-index: 1;
        cursor: pointer;
    }

    header .navbar-header .navbar-toggle {
        position: absolute;
        top: 5px;
        right: 5px;
        z-index: 4;
        margin: 0px;
        padding: 11px;
        font-size: 18px;
        border-radius: 50%;
        width: 40px;
        height: 40px;
    }

    header .navbar-header .navbar-toggle:hover {
        background: #ddd;
    }

    header .navbar-header .navbar-toggle:active,
    header .navbar-header .navbar-toggle.active {
        box-shadow: 2px 2px 6px rgba(0,0,0,0.2) inset;
    }

    header .navbar-header .navbar-toggle .glyphicon {
        top: -2px;
    }

    .header-search-bar-container {
        height: auto;
        margin-top: -1px;
    }

    header .navbar-header .navbar-collapse {
        overflow: visible;
    }

    .close-navbar-collapse {
        position: fixed;
        top: 0px;
        left: 0px;
        width: 100%;
        text-align: left;
        padding: 15px;
        background: #f5f5f5;
        color: #999 !important;
        text-decoration: none;
        z-index: 1000;
    }

    .header-search-bar .header-search-location-section {
        display: block;
    }

    .header-search-bar {
        padding-left: 0px;
        padding-top: 46px;
    }

    .header-search-bar .typeahead {
        margin-top: 0px;
        max-width: none;
    }

    .header-search-bar .tooltip {
        display: none !important;
    }

    .header-search-bar .header-search-location-section .input-large {
        width: 100% !important;
        margin-left: 0px;
        margin-right: 0px;
        border-left: 0px none;
        border-right: 0px none;
        border-bottom: 0px none;
    }

    .header-search-location-section,
    .header-search-location-section .bootstrap-tagsinput {
        width: 100%;
        padding: 0px;
    }

    .header-search-location-section .bootstrap-tagsinput .tags-container {
        padding-left: 5px;
        padding-right: 5px;
    }

    .travellers-popup .form-control {
        display: inline-block;
    }

    .header-search-bar .header-search-person-section {
        top: -3px;
    }

    .header-search-bar .btn-search {
        position: relative;
        top: -3px;

        background: #ff9900; /* Old browsers */
        background: -moz-linear-gradient(top,  #ff9900 0%, #ff6600 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff9900), color-stop(100%,#ff6600)); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top,  #ff9900 0%,#ff6600 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top,  #ff9900 0%,#ff6600 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top,  #ff9900 0%,#ff6600 100%); /* IE10+ */
        background: linear-gradient(to bottom,  #ff9900 0%,#ff6600 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff9900', endColorstr='#ff6600',GradientType=0 ); /* IE6-9 */
        border: 1px solid #db6345;
        border-bottom: 3px solid #db6345;
        text-shadow: 0px -1px 0px #f60;
        color: #fff;
    }

    .header-search-bar .btn-search:hover {
        background: #f60;
    }

    .search-box-usp-mobile {
        margin: 15px;
        color: #fff;
    }

    .search-box-usp-mobile li {
        margin-bottom: 10px;
    }

    .search-box-usp-mobile .glyphicon {
        color: #27ae60 !important;
    }

    /* --- toggle search bar */

    .fixed-top-search {
        position: fixed;
        z-index: 2000;
        width: 100%;
        height: 100%;
        overflow: auto;
    }

    .navbar-collapse.collapse.in,
    .navbar-collapse.collapsing {
        position: fixed;
        width: 100%;
        height: 100% !important;
        background: rgba(0,0,0,0.8);
        z-index: 3;
        top: 0;
        overflow: auto;
        padding-top: 50px;
        padding-bottom: 65px;
        -webkit-transition: none !important;
        -o-transition: none !important;
        transition: none !important;
    }
}

@media (max-width: 600px) {
    .header-search-bar .typeahead {
        max-width: none;
    }

    .header-search-bar .header-search-person-section {
        top: -1px;
    }

    .header-search-bar .btn-search {
        top: -1px;
    }

    .header-search-bar .header-search-location-section,
    .header-search-bar .header-search-date-section,
    .header-search-bar .header-search-person-section {
        display: block;
        margin-bottom: 5px;
    }

    .header-search-bar .header-search-date-section:before,
    .header-search-bar .header-search-date-section:after {
        display: table;
        content: "";
    }

    .header-search-bar .header-search-date-section:after  {
        clear: both;
    }

    .header-search-bar .header-search-date-section .date-input-container {
        display: block;
        width: 49.5%;
        float: right;
    }

    .header-search-bar .date-input-container.input-leave .datepicker {
        left: auto !important;
        right: 0px !important;
    }

    .header-search-bar .date-input-container.input-leave .datepicker-dropdown:before {
        left: auto;
        right: 26px;
    }

    .header-search-bar .date-input-container.input-leave .datepicker-dropdown:after {
        left: auto;
        right: 27px;
    }

    .header-search-bar .header-search-date-section .date-input-container:first-child {
        float: left;
    }

    .header-search-bar .form-control.input-small {
        width: 100%;
    }

    .header-search-bar .btn-travellers-number {
        display: block;
    }

    .header-search-bar .btn-search {
        display: block;
        width: 100%;
    }

    .header-search-bar .btn-search:active {
        margin-bottom: 2px;
    }

    .header-search-bar .travellers-popup {
        width: 100%;
        left: 0;
        margin-left: 0px;
        position: relative;
        margin-bottom: 10px;
        box-shadow: none;
    }
}

/* --- BUTTON TRAVELLERS NUMBER --- */

/* button travellers number */

.btn-travellers-number {
    border: 1px solid #888;
    padding: 0px 10px;
    margin-top: 0px;
    height: 42px;
}

.btn-travellers-number:hover {
    background: #ededed;
}

.btn-travellers-number:active,
.open > .dropdown-toggle.btn-default {
    background: #fff;
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}

.btn-travellers-number .glyphicon {
    position: relative;
    top: 4px;
    margin-right: 3px;
    font-size: 22px;
}

.btn-travellers-number .glyphicon-child {
    top: 2px;
    font-size: 26px;
}

.btn-travellers-number .travellers-data {
    display: inline-block;
}

/* travellers popup */

.travellers-popup {
    padding: 0px;
    width: 300px;
    border-radius: 2px;
    left: 50%;
    margin-left: -150px;
    color: #333;
}

.travellers-popup:before{
    content: '';
    display: inline-block;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #ccc;
    border-bottom-color: rgba(0, 0, 0, 0.2);
    position: absolute;
    top: -10px;
    left: 50%;
    margin-left: -5px;
}
.travellers-popup:after {
    content: '';
    display: inline-block;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    border-bottom: 9px solid #ffffff;
    position: absolute;
    top: -9px;
    left: 50%;
    margin-left: -4px;
}

.travellers-popup-title {
    padding: 10px 25px 10px 15px;
    margin: 0px;
    background-color: #f7f7f7;
}

.travellers-popup .close {
    position: absolute;
    top: 7px;
    right: 7px;
    text-decoration: none;
}

.travellers-popup-content {
    padding: 15px;
}

.travellers-popup .travellers-popup-footer {
    padding: 0px 10px 10px 10px;
}

/* travellers guest select form */

.guestselect-container label {
    font-weight: normal;
}

.guestselect-container .form-control {
    width: 90px;
    margin-bottom: 0px;
}

.guestselect-container .input-room,
.guestselect-container .input-popular-guest {
    width: 180px;
    margin-bottom: 0px;
}

.guestselect-container .guest-container select,
.guestselect-container .child-container select {
    width: 100px;
}

.guestselect-container .input-room,
.guestselect-container .input-popular-guest {
    width: 170px;
    margin-bottom: 0px;
}

.guestselect-container .input-childage {
    width: 80px !important;
    padding-right: 25px;
}

.guestselect-container .child-age-block {
    margin: 5px 0px;
    margin-left: 20px\9;
}

.guestselect-container .child-age-block label {
    position: relative;
    margin-right: 10px;
    width: 80px;
    text-align: right;
}

.guestselect-container .child-age-block:first-child:last-child label,
.guestselect-container .same-ages .child-age-block label {
    text-transform: capitalize;
}

.guestselect-container .child-age-block:first-child:last-child label {
    text-align: left;
    padding-left: 18px;
}

.guestselect-container .child-age-block:first-child:last-child label span {
    text-transform: none;
}

.guestselect-container .child-age-block label span {
    position: absolute;
    font-size: 10px;
    color: #999;
    bottom: -10px;
    right: 0px;
    white-space: nowrap;
}

.guestselect-container .child-age-block .controls {
    display: inline-block;
    position: relative;
}

.guestselect-container .child-age-block .glyphicon {
    position: absolute;
    right: 5px;
    top: 10px;
    left: auto;
}

.guestselect-container .same-ages-container {
    margin-top: 5px;
    position: relative;
    padding-left: 20px;
}

.guestselect-container .same-ages-container input {
    margin: 0px;
    position: absolute;
    left: 0px;
    top: 5px;
}

.guestselect-container li {
    margin-bottom: 5px;
}

.guestselect-container li label {
    position: relative;
    display: inline-block;
    padding-left: 18px;
    margin-right: 10px;
    width: 80px;
}

.guestselect-container li label .glyphicon {
    position: absolute;
    top: -3px !important;;
    left: 0px !important;
    font-size: 22px;
    color: #333;
}

.guestselect-container li label .glyphicon-key {
    font-size: 20px;
    top: -1px !important;;
}

.guestselect-container li label .glyphicon-child {
    top: -8px !important;;
    font-size: 26px;
}

.guestselect-container .form-control {
    display: inline-block;
    vertical-align: middle;
}

/* responsive */
@media (max-width: 767px) {
    .guestselect-container .input-childage {
        width: 100px !important;
    }
}

@media (max-width: 530px) {
    .guestselect-container .input-room,
    .guestselect-container .input-popular-guest {
        width: auto;
        max-width: 140px;
    }
}

/* --- GENERAL CLASSES --- */

.position-relative {
    position: relative;
}

.mainpage-search-usp i {
    color: #add37c;
    font-size: 25px;
    text-shadow: 0px -1px 0px rgba(0,0,0,0.5);
    -moz-text-shadow: 0px -1px 0px rgba(0,0,0,0.5);
    -webkit-text-shadow: 0px -1px 0px rgba(0,0,0,0.5);
}

.origo-line {
    border-bottom: #bbbbbb 1px solid;
    margin-bottom: 15px;
    padding-top: 5px;
}

.origo-blue {
    color: #264e98;
}

.origo-green-background {
    background-color: #26982c;
}

.origo-blue-background {
    background-color: #267f98;
}

.origo-red-background {
    background-color: #982626;
}

.special-package-photo-highlighted img {
    width: 100%;
}

.transition-all {
    transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    -webkit-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    -ms-transition: all .1s ease-in-out;
}

.special-package-photo-highlighted .special-package-name {
    color: #333333;
    padding: 4px 100px 4px 10px;
    position: static;
    bottom: -2px;
    width: 100%;
    background-color: #eeeeee;
}

.special-package-photo-highlighted .rating-circle-container {
    position: absolute;
    top: 10px;
    right: 10px;
}

.special-package-photo-highlighted .special-package-name:hover {
    background-color: #dddddd;
}

.special-package-photo-highlighted .glyphicon-door-hanger {
    font-family: 'general';
}

.special-package-photo-highlighted .special-price-doortag-big {
    position: absolute;
    bottom: -20px;
    right: 0px;
    height: 186px;
}

.special-price-doortag-big {
    width: 91px;
    height: 98px;
    position: relative;
    background-position: -59px 0px;
    text-align: center;
    color: #613d35;
    padding-top: 88px;
    padding-right: 3px;
    text-shadow: 1px 1px 0px #f3b866;
    -moz-text-shadow: 1px 1px 0px #f3b866;
    -webkit-text-shadow: 1px 1px 0px #f3b866;
}

.highlighted-packages {
    margin-bottom: 30px;
}

.special-package-listed {
    display: block;
    background: #fff;
    color: #000 !important;
    text-decoration: none;
    line-height: 18px;
}

.special-package-photo-highlighted {
    position: relative;
    display: inline-block;
    text-decoration: none;
    margin-bottom: 30px;
}

special-price-doortag-big .price-discount-percentage {
    width: 59px;
    height: 61px;
    background: url(../img/sprite-package.png);
    background-position: 0px 0px;
    position: absolute;
    top: 16px;
    left: 17px;
    line-height: 61px;
    vertical-align: middle;
    text-align: center;
    color: #fff;
    font-size: 20px;
    text-shadow: -1px -1px 0px #333;
    -moz-text-shadow: -1px -1px 0px #333;
    -webkit-text-shadow: -1px -1px 0px #333;
}

.special-price-doortag-big span {
    display: block;
}

.special-price-doortag-big {
    text-align: center;
    color: #613d35;
    text-shadow: 1px 1px 0px #f3b866;
    -webkit-text-shadow: 1px 1px 0px #f3b866;
}

.special-price-doortag-big .price {
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 3px;
    text-shadow: -1px -1px 0px #bc7e29;
    -moz-text-shadow: -1px -1px 0px #bc7e29;
    -webkit-text-shadow: -1px -1px 0px #bc7e29;
}

.special-price-doortag-big-grey {
    background-position: -153px 0px;
    color: #333;
    text-shadow: 1px 1px 0px #ccc;
    -moz-text-shadow: 1px 1px 0px #ccc;
    -webkit-text-shadow: 1px 1px 0px #ccc;
}

.special-price-doortag-big-grey .price {
    color: #000;
    text-shadow: 0px 1px 0px #ccc;
    -moz-text-shadow: 0px 1px 0px #ccc;
    -webkit-text-shadow: 0px 1px 0px #ccc;
}


/* --- HIGHLIGHTED PACKAGE --- */

.highlighted-packages {
    margin-bottom: 30px;
}

.special-package-listed {
    display: block;
    padding-top: 10px;
    padding-bottom: 10px;
    background: #fff;
    color: #000 !important;
    text-decoration: none;
    height: 108px;
    line-height: 18px;
    font-family: "Source Sans Pro";
}

.special-package-listed:hover {
    background: #f5f5f5;
}

.special-package-listed:hover .underlined {
    text-decoration: none;
}

.special-package-listed .col-md-9 {
    display: table-cell;
    vertical-align: middle;
    max-height: 85px;
    /* overflow: hidden; */
    padding-bottom: 10px;

}

.special-package-listed .package-name {
    color: #264e98;
    font-size: 17px;
    margin-bottom: 3px;
}

.special-package-listed .package-name:hover {
    text-decoration: underline;
}

.special-package-listed img {
    width: 130%;
}


.special-package-listed:visited .package-name strong {
    color: #264e98;
}

.special-package-listed .hotel-name {
    max-height: 38px;
    overflow: hidden;
    margin-bottom: 2px;
    font-size: 15px;
}

.special-package-listed .package-price {
    font-size: 15px;
}

.special-package-listed .color-gold {
    margin-bottom: 5px;
}

/* highlighter package little */

.special-package-listed-little {
    line-height: 16px;
    font-size: 12px;
}

.special-package-listed-little .package-name {
    height: 16px;
    font-size: 14px;
    overflow: hidden;
    margin-bottom: 3px;
}

.special-package-listed-little .hotel-name {
    height: 18px;
    overflow: hidden;
    margin-bottom: 2px;
}

.special-package-listed-little .special-info {
    height: 18px;
    overflow: hidden;
    margin-bottom: 2px;
}

.special-package-listed-little:hover .label {
    background-color: #f89406;
}

.special-package-listed-little .span10 i {
    opacity: 0.5;
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
}

.special-package-listed-little:hover .span10 i {
    opacity: 1;
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.special-package-listed-little .last-reservation-image {
    position: relative;
    display: block;
}

.special-package-listed-little .last-reservation-image i {
    position: absolute;
    top: -1px;
    left: 0px;
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
    opacity: 0;
    filter: alpha(opacity=0);
    -moz-opacity:0;
    -khtml-opacity: 0;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
}

.special-package-listed-little:hover .last-reservation-image i {
    opacity: 1;
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.special-package-listed-little .last-reservation-time {
    font-size: 14px;
    font-weight: bold;
    color: #333;
}

.special-package-listed-little:hover .last-reservation-time {
    color: #f60;
}

.special-package-listed-little .package-photo {
    position: relative;
}

.special-package-listed-little .special-offer-image-corner {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 28px 28px 0 0;
    border-color: #ff9900 transparent transparent transparent;
    line-height: 0px;
    _border-color: #ff9900 #000000 #000000 #000000;
    _filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000');
}

.special-package-listed-little .special-offer-image-corner .special-offer-image-percentage {
    position: absolute;
    top: -19px;
    left: 3px;
    color: #fff;
}

.special-package-listed-little:hover .special-offer-image-corner {
    border-color: #ff6600 transparent transparent transparent;
    _border-color: #ff6600 #000000 #000000 #000000;
    _filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000');
}

.special-package-listed-little .sale-forwardlink-percentage {
    display: block;
    border: 3px solid #ddd;
    color: #999;
    font-size: 20px;
    padding: 10px;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    vertical-align: middle;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
}

.special-package-listed-little .ski-countries-list {
    margin-bottom: 5px;
}

.special-package-listed-little .ski-countries-list li {
    padding: 0px 10px 0px 0px;
}

.special-package-listed-little .ski-countries-list i {
    filter: alpha(opacity=100);
    opacity: 1;
    zoom: 1;
}

.source-sans-pro {
    font-family: "Source Sans Pro";
}

.source-sans-pro-bold {
    font-family: "Source Sans Pro Bold";
}

/* --- POPULAR DESTINATIONS --- */

.popular-destinations .popular-destinations-container {
    margin-bottom: 20px;
}

.popular-destinations .popular-destinations-container .popular-destinations-images {
    position: relative;
    overflow: hidden;
}

.popular-destinations .popular-destinations-container .popular-destinations-images .popular-destinations-big-image {
    width: 66%;
    overflow: hidden;
}

.popular-destinations .popular-destinations-container .popular-destinations-images .popular-destinations-small-image-top {
    width: 33%;
    height: 49%;
    position: absolute;
    top: 0;
    right: 0;
    overflow: hidden;
}

.popular-destinations .popular-destinations-container .popular-destinations-images .popular-destinations-small-image-bottom {
    width: 33%;
    height: 49%;
    position: absolute;
    bottom: 0;
    right: 0;
    overflow: hidden;
}

.popular-destinations .popular-destination-info .popular-destination-country {
    margin-top: 5px;
    margin-bottom: 5px;
}

.popular-destinations .popular-destination-info .popular-destination-country a {
    color: #333;
    font-weight: bold;
    text-decoration: none;
}

.popular-destinations .popular-destination-info .popular-destination-country a:hover {
    text-decoration: underline;
}

.popular-destinations .popular-destination-info .popular-destination-country a i {
    margin-right: 0;
    position: relative;
    top: 1px;
    width: 25px;
    height: 11px;
    display: inline-block;
    left: -3px;
}

.popular-destinations .popular-destination-info .popular-destination-links {
    height: 60px;
    overflow: hidden;
}

@media (max-width: 991px) {
    .popular-destinations .popular-destinations-container .popular-destinations-images .popular-destinations-big-image {
        width: 62%;
    }
    .popular-destinations .popular-destinations-container .popular-destinations-images .popular-destinations-small-image-top {
        width: 37%;
    }
    .popular-destinations .popular-destinations-container .popular-destinations-images .popular-destinations-small-image-bottom {
        width: 37%;
    }
}

@media (max-width: 767px) {
    .popular-destinations .popular-destinations-container .popular-destinations-images .popular-destinations-big-image {
        width: 54%;
    }
    .popular-destinations .popular-destinations-container .popular-destinations-images .popular-destinations-small-image-top {
        width: 45%;
    }
    .popular-destinations .popular-destinations-container .popular-destinations-images .popular-destinations-small-image-bottom {
        width: 45%;
    }
}

@media (max-width: 400px) {
    .popular-destinations .popular-destinations-container {
        width: 100%;
    }
    .popular-destinations .popular-destinations-container .popular-destinations-images .popular-destinations-big-image {
        width: 50%;
    }
    .popular-destinations .popular-destinations-container .popular-destinations-images .popular-destinations-small-image-top {
        width: 49%;
    }
    .popular-destinations .popular-destinations-container .popular-destinations-images .popular-destinations-small-image-bottom {
        width: 49%;
    }
}

/* --- FLAGS --- */

.icon-flag-hungarian {
    background: url(../img/image-flags.png) no-repeat;
    background-position: 0px 0px;
    width: 16px;
    height: 11px;
}

.icon-flag-english {
    background: url(../img/image-flags.png) no-repeat;
    background-position: 0px -11px;
    width: 16px;
    height: 11px;
}

.icon-flag-russia {
    background: url(../img/image-flags.png) no-repeat;
    background-position: 0px -88px;
    width: 16px;
    height: 11px;
}

.icon-flag-bulgarian {
    background: url(../img/image-flags.png) no-repeat;
    background-position: 0px -110px;
    width: 16px;
    height: 11px;
}

.icon-flag-poland {
    background: url(../img/image-flags.png) no-repeat;
    background-position: 0px -44px;
    width: 16px;
    height: 11px;
}

.icon-flag-croatia {
    background: url(../img/image-flags.png) no-repeat;
    background-position: 0px -66px;
    width: 16px;
    height: 11px;
}

.icon-flag-german {
    background: url(../img/image-flags.png) no-repeat;
    background-position: 0px -22px;
    width: 16px;
    height: 11px;
}

.icon-flag-roman {
    background: url(../img/image-flags.png) no-repeat;
    background-position: 0px -33px;
    width: 16px;
    height: 11px;
}

.icon-flag-slovakia {
    background: url(../img/image-flags.png) no-repeat;
    background-position: 0px -55px;
    width: 16px;
    height: 11px;
}

.icon-flag-austria {
    background: url(../img/image-flags.png) no-repeat;
    background-position: 0px -99px;
    width: 16px;
    height: 11px;
}

.icon-flag-ukraina {
    background: url(../img/image-flags.png) no-repeat;
    background-position: 0px -121px;
    width: 16px;
    height: 11px;
}

/* FOOTER
================================================== */

footer {
    margin-top: 40px;
    position: relative;
    z-index: 1005;
}

footer .footer-content {
    background-color: #f5f5f5;
    padding-top: 15px;
    border-top: 1px solid #fff;
    text-shadow: 1px 1px 0px #FFF;
    -moz-text-shadow: 1px 1px 0px #FFF;
    -webkit-text-shadow: 1px 1px 0px #FFF;
}

footer .footer-usp {
    background: #eaeaea;
    box-shadow: inset 0px 1px 0px #f5f5f5;
    padding: 10px 0px;
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
}

footer .footer-usp .rating-usp{
    background: none;
    margin: 0px;
    padding: 0px;
}

footer .footer-usp .rating-usp div {
    background: none;
    margin: 0px;
    padding-bottom: 0px;
    position: relative;
    padding-left: 42px;
}

footer .footer-usp .rating-usp i {
    position: absolute;
    color: #add37c;
    font-size: 25px;
    text-shadow: 1px 1px 0px #acacac;
    -moz-text-shadow: 1px 1px 0px #acacac;
    -webkit-text-shadow: 1px 1px 0px #acacac;
}

footer .footer-usp .rating-usp a {
    color: #264e98;
    text-decoration: none;
}

footer .footer-usp .rating-usp a:hover {
    color: #264e98;
    text-decoration: underline;
}

footer .footer-content a,
footer .col-md-3  span {
    color: #333 !important;
    text-decoration: none;
}

footer li {
    list-style: none;
}

footer ul {
    padding-left: 0px;
}

footer .usp-line-list .glyphicon {
    color: #26982c;
}

footer a:hover,
footer a:active,
footer a:focus {
    color: #333;
    text-decoration: underline;
}

footer a.skype-link {
    color: #0066cc !important;
    text-decoration: underline;
}

footer a.skype-link:hover,
footer a.skype-link:active,
footer a.skype-link:focus {
    text-decoration: none;
}

footer .popover {
    width: 325px;
}

footer .popover h3 {
    display: none;
}

footer .container-fluid {
    margin: 0 auto;
    position: relative;
}

footer .social-facebook {
    background: url(../img/sprite.png);
    width: 18px;
    height: 18px;
    line-height: 18px;
    margin: 8px 4px;
    padding: 0px;
    display: inline-block;
}

footer .social-facebook {
    background-position: -18px -0px;
}



footer a.accommodation-registration {
    padding: 4px 5px;
    background: #666;
    color: #fff !important;
    border-radius: 5px;
    text-shadow: none;
    -moz-text-shadow: none;
    -webkit-text-shadow: none;
}

footer a.accommodation-registration:hover {
    color: #FFF !important;
}

footer .dropdown-menu {
    margin-bottom: 10px;
    text-shadow: none;
    -moz-text-shadow: none;
    -webkit-text-shadow: none;
}

footer .btn-group a {
    text-decoration: none;
}

footer .btn-group i {
    padding-right: 6px;
}

footer .btn-group .caret {
    border-bottom: 0;
    border-top: 4px solid #000000;
}

footer .col-md-3 ul {
    list-style: none;
    margin: 0px 0px 20px 0px;
}

footer .col-md-3 li {
    line-height: 25px;
}

footer .col-md-3 button {
    padding: 5px 10px;
}

footer .top-link .caret {
    border-top: 0;
    border-bottom: 4px solid #000000;
}

footer .btn-top-link {
    width: 28px;
    border: 1px solid #e6e6e6;
    border-bottom: 0px none;
    border-radius: 4px 4px 0px 0px;
    background: #eaeaea;
    background-image: none;
    box-shadow: 1px 1px 1px #fff inset;
    padding: 4px 0px;
    position: absolute;
    top: -27px;
    right: 10px;
    z-index: 2;
}

footer .btn-top-link .caret {
    border-top: 0;
    border-bottom: 4px solid #000000;
}

footer .newsletter-subscribe-form {
    width: 50%;
    background: #fff;
    display: table;
    margin: 0px auto 20px auto;
    border: 1px solid #818181;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    padding: 5px;
    display: none;
}

footer .newsletter-subscribe-form .newsletter-subscribe-form-head {
    background: #818181;
    padding: 10px;
    margin-bottom: 10px;
    color: #FFF;
    text-align: center;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    text-shadow: none;
    -moz-text-shadow: none;
    -webkit-text-shadow: none;
}

footer .newsletter-subscribe-form a {
    color: #06c !important;
    text-decoration: underline;
}

footer .newsletter-subscribe-form a.btn {
    color: #fff !important;
    text-decoration: none;
}

footer .form-horizontal {
    margin-top: 10px;
}

footer .newsletter-subscribe-form .control-group {
    margin-bottom: 10px;
}

footer .newsletter-subscribe-form .checkbox {
    width: 220px;
    line-height: 14px;
}


footer .newsletter-subscribe-form small {
    font-size: 10px;
}

footer .newsletter-subscribe-form form a {
    color: #0066cc;
    text-decoration: underline;
}

footer .social-icons {
    display: inline-block;
    margin-bottom: 20px;
}

footer .social-icons a {
    text-decoration: none;
}

footer a .glyphicon-facebook,
footer a .glyphicon-googleplus {
    color: #ccc;
    margin-right: 5px;
    font-size: 20px;
    position: relative;
    text-decoration: none;
    position: relative;
    top: 10px;
}

footer a .glyphicon-facebook {
    color: #3461a1;
}

footer a .glyphicon-googleplus {
    color: #de5543;
}

footer a:hover .glyphicon-facebook {
    color: #3461a1;
}

footer a:hover .glyphicon-googleplus {
    color: #de5543;
}


footer .languages {
    padding: 6px 0px;
    border-top: 1px dotted #a0a0a0;
    border-bottom: 1px dotted #a0a0a0;
    margin: 0 auto;
    text-align: center;
}

footer .languages a {
    text-decoration: underline;
}

footer .languages a:hover {
    text-decoration: none;
}

footer .languages a i {
    position: relative;
    top: 2px;
    padding-right: 10px;
}

footer .languages .btn-group a {
    text-align: left;
    text-decoration: none;
}

.footer-copyright {
    margin: 10px auto;
    text-align: center;
}

.footer-copyright ul {
    display: inline-block;
    margin: auto;
}

.footer-copyright ul li {
    display: inline-block;
    margin: 0px 6px;
}

.footer-copyright ul li.divider-vertical {
    border-left: 1px solid #666;
    margin: 0px;
    height: 16px;
    position: relative;
    top: 4px;
}


@media (max-width: 991px) {
    .special-package-listed img {
        width: 92px;
    }
    .special-package-listed .col-md-9 {
        padding-left: 8%;
    }

}

@media (max-width: 776px)  {
    .special-package-listed .col-md-9 {
        padding-left: 50px;
    }
}

@media (max-width: 560px)  {
    .special-package-listed img {
        width: 100%;
    }
    .special-package-listed .col-md-9 {
        padding-left: 0px;
    }
}

@media (max-width: 740px) {
    .third-offer .hotel-percent {
        border-radius: 0px;
        width: 100%;
        font-size: 35px;
    }
    .third-offer .hotel-percent {
        top: -52px;
        height: 50px;
        line-height: 100%;
        padding-top: 10px;
    }
    .third-offer .location-text {
        text-overflow:ellipsis;
    }

}

.main-page-third-offers h2 {
    padding-top: 5px;
    margin-top: 10px;
}

.package-hover-details-show:hover + .package-hover-details {
    z-index: 2;
    opacity: 0.9;
    display: block;
}

.package-hover-details-show:hover + .hotel-percent {
    opacity: 0.5;
}

@media (max-width: 767px) and (min-width: 530px){
    .highlighted-packages .col-xs-12 {
        width: 50%;
    }

}


@media (max-width: 796px){
    .navbar {
        display: none;
    }
    .navbar-toggle {
        display: block;
    }

}

@media (max-width: 638px) {
    .third-offer .hotel-name {
        width: 56%;
        font-size: 16px;
        max-height: 96px;
        overflow: hidden;
    }
    .third-offer .hotel-name-location {
        height: 140px;
    }
}

.carousel-offer {
    display: none;
}

@media (max-width: 767px) {
    .carousel-main-page {
        display: none;
    }

    .main-page-search {
        position: relative;
        margin-left: 5%;
        margin-right: 5%;
        width: 100%;
        top: 0px;
    }

    .logo-bar.mm-fixed-top {
        position: fixed;
        width: 100%;
        z-index: 50;
    }

    .logo-bar {
        display: block;
    }

    .carousel-offer {
        display: block;
    }

}


.carousel-offer .carousel-offer-package-name {
    font-size: 30px;
    font-weight: bold;
    font-family: "Roboto";
}

.carousel-offer img {
    width: 100%;
}

.carousel-offer-hoteltext {
    background-color: #eeeeee;
    padding: 5px;
    border-bottom: 3px solid #fff;
    position: relative;
}

.carousel-offer-caption-price {
    background-color: #eeeeee;
    padding: 5px;
    border-bottom: 3px solid #fff;
}

.carousel-offer-caption-price p {
    text-align: center;
    font-size: 16px;
}

.carousel-offer .btn-origo-szallas {
    width: 100%;
    color: white;
    padding: 10px;
    font-size: 20px;
}

.carousel-offer i {
    font-size: 15px;
    color: #999999;
    position: absolute;
}

.carousel-offer-hoteltext em {
    margin-left: 28px;
    display: block;
}

.carousel-offer-image-box {
    max-height: 300px;
    overflow: hidden;
}

.carousel-offer-image-box img {
    margin-top: -100px;
}

@media (max-width: 450px) {
    .carousel-offer-image-box {
        max-height: auto;
        overflow: hidden;
    }
    .carousel-offer-image-box img {
        margin-top: 0px;
    }
}

@media (max-width: 796px) and (min-width: 700px) {
    .main-page-search .header-search-bar .date-input-container {
        width: 49.83%;
        float: left;

    }

    .main-page-search .header-search-bar .date-input-container:first-child {
        margin-right: 2px;
    }

    .date-input-container-box {
        width:100%;
    }

    .main-page-search .header-search-bar .btn-travelers-number {
        width: 100%;
        clear: both;
    }
}

@media (max-width: 1080px) and (min-width: 992px) {
    .third-offer .hotel-stress-text {
        position: absolute;
        bottom: -25px;
        left: 0px;
        width: 100%;
        height: 25px;
        line-height: 25px;
        vertical-align: middle;
        overflow: hidden;
        text-align: center;
        background: #fff;
        z-index: 1;
    }
}

@media (max-width: 990px) {
    .special-package-listed .col-md-9 {
        padding-left: 8%;
    }

}

@media (max-width: 945px) {
    .special-package-listed .col-md-9 {
        padding-left: 9.5%;
    }

}
@media (max-width: 875px) {
    .special-package-listed .col-md-9 {
        padding-left: 10.5%;
    }

}
@media (max-width: 845px) {
    .special-package-listed .col-md-9 {
        padding-left: 11.5%;
    }

}
@media (max-width: 845px) {
    .special-package-listed .col-md-9 {
        padding-left: 12.5%;
    }

}
@media (max-width: 767px) {
    .special-package-listed .col-md-9 {
        padding-left: 6%;
    }

}
@media (max-width: 724px) {
    .special-package-listed .col-md-9 {
        padding-left: 7.5%;
    }

}
@media (max-width: 698px) {
    .special-package-listed .col-md-9 {
        padding-left: 8%;
    }
    .special-package-listed {
        height: 110px;
    }

}
@media (max-width: 685px) {
    .special-package-listed .col-md-9 {
        padding-left: 35px;
    }
    .special-package-listed {
        height: 125px;
    }

}
@media (max-width: 685px) {
    .special-package-listed .col-md-9 {
        padding-left: 35px;
    }
    .special-package-listed {
        height: 142px;
    }

}
@media (max-width: 600px) {
    .special-package-listed .col-md-9 {
        padding-left: 40px;
    }
    .special-package-listed {
        height: 165px;
    }

}
@media (max-width: 560px) {
    .special-package-listed .col-md-9 {
        padding-left: 0px;
    }

}
@media (max-width: 529px) {
    .special-package-listed {
        height: 110px;
    }

}
@media (max-width: 303px) {
    .special-package-listed {
        height: 128px;
    }

}



/* --- HEADER CONTACT --- */

.orgio-header-contact {
    position: absolute;
    top: -10px;
    right: 35px;
    display: inline-block;
}

.orgio-header-contact a {
    color: #264e98;
}

.orgio-header-contact .span {
    display: inline-block;
    margin-right: 10px;
}

.orgio-header-contact .contact-time {
    font-size: 12px;
}

.orgio-header-contact .contact-time .glyphicon-time {
    font-size: 12px;
    color: #dddddd;
}

.orgio-header-contact:hover .glyphicon-time {
    font-size: 12px;
    color: #cccccc;
    text-decoration: none;
}

.orgio-header-contact:hover .glyphicon-skype-online {
    font-size: 12px;
    color: #67c25b;
    text-decoration: none;
}
.origo-contact-info .glyphicon {
    color: #cccccc;
}

.origo-contact-info a {
    margin-left: 4px;
}

@media (max-width: 796px) {
    .orgio-header-contact {
        display: none;
    }
}

header {
    min-height: 50px;
}

/* --- USP --- */

.rating-usp {
    vertical-align: top;
    width: 28%;
    padding-top: 0;
    background: #fff;
}

.rating-usp div {
    padding-left: 30px;
    line-height: 18px;
    margin-bottom: 6px;
    position: relative;
}

.rating-usp div i {
    left: 0;
    position: absolute;
    top: 3px;
}

.rating-usp ul {
    margin: 0;
    padding: 0;
}

.rating-usp {
    padding: 10px;
    height: 100%;
    display: table-cell;
}

/* --- STRESS NOTIFICATION BUBBLE --- */

.stress-bubble {
    position: fixed;
    bottom: 15px;
    right: 10px;
    max-width: 250px;
}

.third-offer .hotel-location {
    width: 56%;
    height: 20px;
    overflow: hidden;
    color: #999;
    text-decoration: none;
    display: inline-block;
    white-space: nowrap;
    text-overflow: ellipsis;
}

@media (max-width: 740px) {
    .third-offer .hotel-percent {
        padding-left: 44%;
    }
}

@media (max-width: 991px) and (min-width: 859px) {
    .third-offer .hotel-percent {
        padding-left: 10%;
        padding-right: 0px;
    }
}

@media (max-width: 767px) and (min-width: 740px) {
    .third-offer .hotel-percent {
        padding-left: 12%;
        padding-right: 0px;
    }
}

.icon-arrow-right:before {
    font-family: 'general' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e902";
    font-size: 20px;
    color: #d6d6d6;
    position: absolute;
    top: 9px;

}
.icon-arrow-left:before {
    font-family: 'general' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e901";
    font-size: 20px;
    color: #d6d6d6;
    position: absolute;
    top: 9px;

}
.datepicker td, .datepicker th {
    text-align: center;
}
.datepicker {
    padding: 4px;
}

.datepicker .day .active {
    border: 1px solid red;
}

/*
.orgio-header-contact:before {
    font-family: 'origoszallas';
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;

        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    content: "\e628";
    position: absolute;
    left: 50px;
    top: 4px;
    color: #dddddd;

}
*/

.popular-destinations-box-big-image a {
    display: block;
}

@media (max-width: 973px) and (min-width: 796px) {
    .input-fix {
        display: inline-block;
    }
}


.third-offer:hover a  {
    text-decoration: none !important;
    border-bottom: 0px !important;
    color: #333 !important;
}

/* royal slider */

.royalSlider {
    width: auto !important;
}

.rsDefault, .rsDefault .rsOverflow, .rsDefault .rsSlide, .rsDefault .rsVideoFrameHolder, .rsDefault .rsThumbs {
    background: #fff !important;
}

.rsDefault.rsFullscreen {
    background: rgba(0,0,0,0.8) !important;
}

.rsDefault.rsFullscreen .rsOverflow,
.rsDefault.rsFullscreen .rsSlide,
.rsDefault.rsFullscreen .rsVideoFrameHolder,
.rsDefault.rsFullscreen .rsThumbs {
    background: none !important;
}

.royalSlider img {
    margin-top: 0px !important;
}

.royalSlider img {
    display: block;
    max-width: 100%;
    height: auto;
}

.rsDefault .rsThumbsHor {
    height: 90px !important;
    padding: 0px !important;
    margin-top: -6px;
}

.rsDefault.rsFullscreen .rsThumbsHor {
    margin-top: 0px;
}

.rsDefault.rsFullscreen .rsOverflow {
    padding-bottom: 4px;
}

.rsDefault .rsThumb {
    width: 90px !important;
    height: 90px !important;
}

.rsDefault .rsGCaption {
    visibility: hidden;
}

.rsDefault.rsFullscreen .rsGCaption {
    visibility: visible;
}

.third-offer:hover .package-title a  {
    color: #264e98 !important;
}

.cobrandMainpage.szallasguru .rsDefault .rsArrowLeft .rsArrowIcn:before,
.cobrandMainpage.szallasguru .rsDefault .rsArrowRight .rsArrowIcn:before {
    font-family: 'general';
}

.cobrandMainpage.szallasguru .rsDefault .rsArrowLeft .rsArrowIcn:before {
    content: "\e901" !important;
}

.cobrandMainpage.szallasguru .rsDefault .rsArrowRight .rsArrowIcn:before {
    content: "\e902" !important;
}


/* --- BUTTON TRAVELERS NUMBER --- */


.btn-travelers-number {
    line-height: 32px;
    color: #333;
    text-decoration: none !important;
    color: #333 !important;
    padding-top: 3px;
}

.btn-travelers-number ul {
    display: inline-block;
}

.btn-travelers-number .tooltip {
    text-shadow: none;
    -moz-text-shadow: none;
    -webkit-text-shadow: none;
}

.btn-travelers-number .icon-general-key {
    position: relative;
    top: 1px;
    margin-right: 3px;
}

.btn-travelers-number .icon-general-person {
    position: relative;
    top: 1px;
    margin-right: 3px;
}

.btn-travelers-number .icon-general-child {
    position: relative;
    font-size: 26px;
    top: 1px;
    margin-right: 3px;
}

/* travellers popup */

.travellers-popup {
    padding: 0px;
    max-width: 300px;
}

.travellers-popup:before{
    content: '';
    display: inline-block;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #ccc;
    border-bottom-color: rgba(0, 0, 0, 0.2);
    position: absolute;
    top: -7px;
    left: 50%;
    margin-left: -1px;
}
.travellers-popup:after {
    content: '';
    display: inline-block;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #ffffff;
    position: absolute;
    top: -6px;
    left: 50%;
}

.travellers-popup-title {
    padding: 8px 34px 8px 14px;
    margin: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 18px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
}

.travellers-popup-title .close {
    position: absolute;
    top: 7px;
    right: 7px;
}

.travellers-popup-content {
    padding: 15px;
}

.travellers-popup-content .input-mini {
    width: 80px;
    margin-bottom: 0px;
}

.travellers-popup-content .input-room {
    width: auto;
    margin-bottom: 0px;
}

.travellers-popup-content .input-childage,
.travellers-popup-content .same-ages-input {
    height: 30px;
    padding: 0px 5px !important;
    width: 50px;
}

.travellers-popup-content .child-age-block,
.travellers-popup-content .same-ages-input-container{
    margin: 5px 0px;
}

.travellers-popup-content .child-age-block .controls,
.travellers-popup-content .same-ages-input-container .controls {
    display: inline-block;
}

.travellers-popup-content .same-ages-container input {
    margin: 0px;
}

.travellers-popup .guestselect-details li {
    margin-bottom: 5px;
}

.travellers-popup .guestselect-details li label {
    font-weight: bold;
    position: relative;
    display: inline-block;
    padding-left: 18px;
    margin-right: 10px;
    width: 70px;
}

.travellers-popup .guestselect-details li label span {
    position: absolute;
    top: -3px;
    left: 0px;
    font-size: 22px;
}

.travellers-popup .guestselect-details li label span.icon-general-key {
    font-size: 20px;
    top: -1px;
}

.travellers-popup .guestselect-details li label span.icon-general-child {
    top: -8px;
    font-size: 26px;
}

.travellers-popup-content ul.unstyled, ol.unstyled {
    margin-left: 0px;
    list-style: none;
    padding: 0px;
    margin-bottom: 0px;
}

.travellers-popup .guestselect-details li {
    margin-bottom: 5px;
}


.icon-general-key, .icon-general-person, .icon-general-child  {
    font-family: 'general' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-general-key:before {
    content: "\e92f";
}

.icon-general-person:before {
    content: "\e92e" !important;
}

.icon-general-child:before {
    content: "\e92d" !important;
}

select {
    width: 220px;
    background-color: #ffffff;
    border: 1px solid #cccccc;
}

.travellers-popup .btn {
    background: none;
    background-color: #ff6600;
    border-radius: 0px;
    border: none;
    color: #fff;
}

.padding-10 {
    padding: 10px;
}

.clearfix {
    clear: both;
}

.travellers-popup-content .input-mini {
    padding: 6px;
    margin-left: 15px;
}

.third-offer .original-prize {
    font-size: 14px;
    line-height: 13px;
    text-decoration: line-through;
    color: #f60;
}

.third-offer .package-prize {
    font-size: 20px !important;
    font-weight: bold;
    line-height: 22px !important;
}

.third-offer .package-prize-short-info {
    height: 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.control-group.success > label {
    color: #333;
}

.control-group.success .checkbox,
.control-group.success .radio,
.control-group.success input,
.control-group.success select,
.control-group.success textarea {
    color: #333;
}

.control-group.success input,
.control-group.success select,
.control-group.success textarea {
    border: 1px solid #45ac46;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.control-group.success input:focus,
.control-group.success select:focus,
.control-group.success textarea:focus {
    border: 1px solid #45ac46;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #3ee33b;
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #3ee33b;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #3ee33b;
}

.control-group .controls {
    position: relative;
}

.control-group .controls i.icon-success-fill,
.control-group .controls i.icon-mistake-fill,
.control-group .controls.controls-row i.icon-success-fill,
.control-group .controls.controls-row i.icon-mistake-fill {
    position: absolute;
    right: 5px;
    top: 9px;
    left: auto;
}

.control-group.warning > label,
.control-group.warning .help-block,
.control-group.warning .help-inline {
    color: #c09853;
}

.control-group.warning .checkbox,
.control-group.warning .radio,
.control-group.warning input,
.control-group.warning select,
.control-group.warning textarea {
    color: #c09853;
}

.control-group.warning input,
.control-group.warning select,
.control-group.warning textarea {

    border: 1px solid #c09853;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.control-group.warning input:focus,
.control-group.warning select:focus,
.control-group.warning textarea:focus {
    border: 1px solid #a47e3c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
}

.control-group.warning .input-prepend .add-on,
.control-group.warning .input-append .add-on {
    color: #c09853;
    background-color: #fcf8e3;
    border-color: #c09853;
}

.control-group.error > label,
.control-group.error .help-block,
.control-group.error .help-inline {
    color: #b94a48;
}

.control-group.error .checkbox,
.control-group.error .radio,
.control-group.error input,
.control-group.error select,
.control-group.error textarea {
    color: #b94a48;
    border-size: 0px;
}

.control-group.error input,
.control-group.error select,
.control-group.error textarea {
    border: 1px solid #b94a48;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.control-group.error input:focus,
.control-group.error select:focus,
.control-group.error textarea:focus {
    border: 1px solid #953b39;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
}

.control-group.error .input-prepend .add-on,
.control-group.error .input-append .add-on {
    color: #b94a48;
    background-color: #f2dede;
    border-color: #b94a48;
}

.control-group.success > label,
.control-group.success .help-block,
.control-group.success .help-inline {
    color: #468847;
}

.control-group.success .checkbox,
.control-group.success .radio,
.control-group.success input,
.control-group.success select,
.control-group.success textarea {
    color: #468847;
}

.radio-group i.icon-success-fill {
    position: relative;
    top: 2px;
    margin-left: 5px;
}

.travellers-popup-content .input-childage, .travellers-popup-content .same-ages-input {
    height: 30px;
    padding: 0px 5px !important;
    width: 45px;
}

.child-age-block .icon-succes-fill, .child-age-block .glyphicon-checkmark {
    color: #468847;
    font-size: 12px !important;
    padding-top: 1px;
}

.child-age-block .icon-mistakes-fill, .child-age-block .glyphicon-delete {
    color: #b94a48;
    font-size: 12px !important;
    padding-top: 1px;
}

.carousel-main-page .main-page-search-mask {
    z-index: 1;
}

.carousel-main-page .carousel-caption {
    z-index: 3 !important;
}

.ages-container .form-group {
    display: block;
}

.rating-green-2 {
    border-color: #55a21a;
}

.rating-green-1 {
    border-color: #4b8a1a;
}

.rating-circle-medium {
    width: 70px;
    height: 70px;
    padding: 4px;
    background: #fff;
    position: relative;
    box-shadow: 0px 0px 5px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 0px 5px rgba(0,0,0,0.5);
    -webkit-box-shadow: 0px 0px 5px rgba(0,0,0,0.5);
}
.rating-circle-medium-inside {
    width: 62px;
    height: 62px;
    display: block;
    font-weight: bold;
    font-size: 28px;
    text-align: center;
    line-height: 59px;
    vertical-align: middle;
    border-width: 3px;
    border-style: solid;
}

.rating-circle {
    display: inline-block;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
}

.mm-list .glyphicon {
    font-family: 'general';
}

.header-search-alert span {
    font-size: 14px;
    color: #fff;
    background: #b94a48;
    padding: 2px 6px;
    display: inline-block;
    margin-top: 6px;
    border-radius: 3px;
    position: relative;
}

.header-search-alert span:after {
    display: inline-block;
    width: 0;
    height: 0;
    vertical-align: top;
    border-bottom: 4px solid #b94a48;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    content: "";
    position: absolute;
    top: -4px;
    left: 10px;
}

/* travellers popup */

.travellers-popup {
    padding: 0px;
    max-width: 300px;
    list-style: none;
}

.travellers-popup .list-unstyled {
    list-style: none;
    margin-left: 0px;
}

.travellers-popup:before{
    content: '';
    display: inline-block;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #ccc;
    border-bottom-color: rgba(0, 0, 0, 0.2);
    position: absolute;
    top: -7px;
    left: 50%;
    margin-left: -1px;
}
.travellers-popup:after {
    content: '';
    display: inline-block;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #ffffff;
    position: absolute;
    top: -6px;
    left: 50%;
}

.travellers-popup-title {
    padding: 8px 34px 8px 14px;
    margin: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 18px;
    background-color: #fff;
    border-bottom: none;
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
}

.travellers-popup-title .close {
    position: absolute;
    top: 7px;
    right: 7px;
}

.travellers-popup-content {
    padding: 15px;
}

.travellers-popup-content .input-mini {
    width: 80px;
    margin-bottom: 0px;
}

.travellers-popup-content .input-room {
    margin-bottom: 0px;
}

.travellers-popup-content .input-childage,
.travellers-popup-content .same-ages-input {
    height: 30px;
    padding: 0px 5px !important;
    width: 40px;
}

.travellers-popup-content .child-age-block,
.travellers-popup-content .same-ages-input-container{
    margin: 5px 0px;
}

.travellers-popup-content .child-age-block .controls,
.travellers-popup-content .same-ages-input-container .controls {
    display: inline-block;
}

.travellers-popup-content .same-ages-container input {
    margin: 0px;
}

.travellers-popup .guestselect-details li {
    margin-bottom: 5px;
}

.travellers-popup .guestselect-details li label {
    font-weight: bold;
    position: relative;
    display: inline-block;
    padding-left: 18px;
    margin-right: 10px;
    width: 70px;
}

.travellers-popup .guestselect-details li label span {
    position: absolute;
    top: -3px;
    left: 0px;
    font-size: 22px;
}

.travellers-popup .guestselect-details li label span.icon-general-key {
    font-size: 20px;
    top: -1px;
}

.travellers-popup .guestselect-details li label span.icon-general-child {
    top: -8px;
    font-size: 26px;
}

.guestselect-container .input-room,
.guestselect-container .input-popular-guest {
    max-width: 140px;
    margin-bottom: 0px;
}


.guestselect-container .input-childage {
    padding-right: 25px !important;
}

.travellers-popup .guestselect-container .roomCount {
    width: 230px !important;
    max-width: none;
}

.travellers-popup .guestselect-container .guestCount,
.travellers-popup .guestselect-container .childCount {
    width: 120px !important;
}

.travellers-popup .guestselect-container li label {
    font-weight: bold;
    position: relative;
    display: inline-block;
    padding-left: 18px;
    margin-right: 10px;
    width: 70px;
}

.travellers-popup .guestselect-container .form-control {
    width: 90px;
    margin-bottom: 0px;
}

.travellers-popup .guestselect-container ul {
    margin-bottom: 0;
}

.travellers-popup .guestselect-container li {
    margin-bottom: 5px;
}

.travellers-popup .guestselect-container li label .glyphicon {
    position: absolute;
    top: -3px !important;
    left: 0px !important;
    font-size: 22px;
    color: #333;
}

.travellers-popup .roomCountLabel,
.travellers-popup .guestCountLabel,
.travellers-popup .childCountLabel {
    top: -8px;
    width: 0 !important;
}

.travellers-popup .childCountLabel {
    top: -12px !important;
}


.guestselect-container li label .glyphicon-child {
    top: -8px !important;
    font-size: 26px;
}

.guestselect-container .same-ages-checkbox {
    margin: 0px;
}

.guestselect-container label {
    font-weight: normal;
}

/* travellers room list */

.roomdetails-container {
    white-space: nowrap;
}

.roomdetails-container ul li {
    display: inline;
}

.roomdetails-container .icon-general-person,
.roomdetails-container .icon-general-child {
    font-size: 22px;
    position: relative;
    top: -6px;
    margin-right: 3px;
    margin-left: 5px;
}

.roomdetails-container .icon-general-child {
    top: -10px;
    font-size: 26px;
}

.roomdetails-container .input-mini {
    width: 70px;
    margin-bottom: 0px;
}

.roomdetails-container .same-ages-container .controls {
    display: inline-block;
}

.roomdetails-container .same-ages-container input {
    margin: 0px;
}

.package-modal.modal .ages-container .input-mini,
.rate-container-column.room-selector .ages-container .input-mini,
.rate-container-column.room-selector .same-ages-input-container .input-mini {
    width: 20px;
}

.travellers-popup select, .travellers-popup input {
    border-radius: 0px !important;
}

.child-age-block .glyphicon {
    position: absolute !important;
    right: 7px !important;
    top: 8px !important;
}

.travellers-popup select{
    padding-right: 0px;
}

.header-search-bar .btn-large i {
    top: -5px;
    left: -32px;
    font-family: "szallas" !important;
}

/* HEADER SEARCH BAR
================================================== */

header .navbar-header {
    float: none;
}

header .navbar-collapse {
    padding: 0px;
}

.header-search-bar-container {
    background: #ccc;
    padding: 5px 0px;
    height: 52px;
}

.header-search-bar .header-search-location-section,
.header-search-bar .header-search-date-section,
.header-search-bar .header-search-person-section {
    display: inline-block;
}

.header-search-bar .input-large,
.header-search-bar .input-small {
    padding: 10px 10px 10px 5px;
    font-size: 14px;
    border: 1px solid #888;
    height: 42px;
    border-radius: 2px;
}

.header-search-bar .form-control.input-large {
    width: 320px;
}

.header-search-bar .form-control.input-small {
    width: 100px;
    text-align: left;
}

.header-search-bar .btn-location-input {
    position: absolute;
    top: 1px;
    right: 1px;
    background: #fff;
    padding: 8px 10px;
    font-size: 16px;
    color: #999;
}

.header-search-bar .header-location-unavailable-message {
    color: #fff;
    background: #999;
    margin-bottom: 5px;
    padding: 5px;
    position: relative;
    z-index: 2;
}

.header-search-bar .header-location-unavailable-message:before {
    content: '';
    position: absolute;
    left: 50%;
    top: -8px;
    margin-left: -10px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 10px 8px 10px;
    border-color: transparent transparent #999 transparent;
}

/* tags input */

.header-search-bar {
    position: relative;
    padding-left: 323px;
}

.header-search-location-section {
    width: 320px;
    height: 42px;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 2;
}

.header-search-location-section .bootstrap-tagsinput {
    width: 320px;
    position: absolute;
    left: 0px;
    top: 0px;
    background: #fff;
    border-radius: 2px;
    border: 1px solid #888;
    padding: 0px 5px;
    white-space: nowrap;
    text-align: left;
}

.header-search-location-section .bootstrap-tagsinput:after {
    content: attr(data-tags-overflow);
    content: '\002B'\0/;
    position: absolute;
    font-size: 12px;
    top: 0px;
    right: 0px;
    width: 75px;
    height: 100%;
    text-align: right;
    padding-right: 5px;
    padding-top: 9px;
    cursor: pointer;
    color: #333;
    background: -moz-linear-gradient(left,  rgba(255,255,255,0) 0%, rgba(255,255,255,1) 60%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,255,255,0)), color-stop(60%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 60%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 60%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 60%); /* IE10+ */
    background: linear-gradient(to right,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 60%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */
}

.header-search-location-section:hover .bootstrap-tagsinput:after {
    color: #3598db;
}

.header-search-location-section .bootstrap-tagsinput.active {
    white-space: normal;
    border: 1px solid #f90;
    box-shadow: 0px 0px 5px #f90;
    -moz-box-shadow: 0px 0px 5px #f90;
    -webkit-box-shadow: 0px 0px 5px #f90;
}

.header-search-location-section .bootstrap-tagsinput.active:after {
    display: none;
}

.header-search-location-section .bootstrap-tagsinput .tags-container {
    margin-bottom: 8px;
    margin-top: 7px;
    height: 25px;
    overflow: hidden;
}

.header-search-location-section .bootstrap-tagsinput.active .tags-container {
    height: auto;
    margin-bottom: 2px;
}

.header-search-location-section .bootstrap-tagsinput .tags-container:empty {
    display: none;
}

.header-search-location-section .bootstrap-tagsinput .tag {
    font-size: 14px;
    font-weight: normal;
    margin: 2px;
    display: inline-block;
    position: relative;
    padding-right: 28px;
    max-width: 235px;
    overflow: hidden;
    text-overflow: ellipsis;
    background: #fff;
    color: #666;
    border: 1px solid #ddd;
    border-radius: 0px;
}

.header-search-location-section .bootstrap-tagsinput .tag span {
    display: inline-block;
    width: 20px;
    height: 21px;
    cursor: pointer;
    position: absolute;
    right: 0px;
    top: 0px;
    line-height: 20px;
    vertical-align: middle;
    text-align: center;
    color: #aaa;
    border-left: 1px solid #eee;
}

.header-search-location-section .bootstrap-tagsinput .tag:hover span {
    background: #eee;
}

.header-search-location-section .bootstrap-tagsinput .tag span:after {
    content:'\00D7';
    color: #aaa;
}

.header-search-location-section .bootstrap-tagsinput .input-large {
    display: block;
    position: relative;
    z-index: 1;
    margin-left: -6px;
    margin-top: -1px;
    margin-top: -10px\9;
    border-radius: 0px 0px 2px 2px;
    border-bottom: 0px none;
    height: 41px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    -moz-border-radius-topleft: 0px;
    -moz-border-radius-topright: 0px;
}

.header-search-location-section .bootstrap-tagsinput.active .input-large {
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    border-color: #f90;
    border-top-color: #999;
}

.header-search-location-section .typeahead {
    left: -1px !important;
    right: -1px !important;
    margin-top: 0px;
    border-radius: 0px !important;
    padding: 0px;
}

.header-search-location-section .typeahead li a {
    padding: 10px;
}

.header-search-location-section .typeahead .active > a,
.header-search-location-section .typeahead .active > a:hover {
    background: #ddd !important;
    color: #333;
}

/* date input */

.header-search-bar .date-input-container {
    position: relative;
    display: inline-block;
}

.header-search-bar .date-input-container .glyphicon {
    position: absolute;
    top: 6px;
    right: 5px;
    font-size: 28px;
    color: #ededed;
    text-decoration: none;
}

.header-search-bar .date-input-container .date-input-day {
    position: absolute;
    top: 14px;
    right: 9px;
    width: 20px;
    text-align: center;
    font-size: 11px;
    font-weight: bold;
    color: #666 !important;
    text-decoration: none;
    text-align: center;
    text-shadow: 1px 1px 0px rgba(255,255,255,0.5);
    -moz-text-shadow: 1px 1px 0px rgba(255,255,255,0.5);
    -webkit-text-shadow: 1px 1px 0px rgba(255,255,255,0.5);
}

/* button search */

.header-search-bar .btn-search {
    padding: 8px 12px;
    vertical-align: middle;
    height: 42px;
    border-bottom: 2px solid #bbb;
}

header:hover .btn-search {
    background: #ff9900; /* Old browsers */
    background: -moz-linear-gradient(top,  #ff9900 0%, #ff6600 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff9900), color-stop(100%,#ff6600)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #ff9900 0%,#ff6600 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #ff9900 0%,#ff6600 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #ff9900 0%,#ff6600 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #ff9900 0%,#ff6600 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff9900', endColorstr='#ff6600',GradientType=0 ); /* IE6-9 */
    border: 1px solid #db6345;
    border-bottom: 2px solid #db6345;
    text-shadow: 0px -1px 0px #f60;
    color: #fff;
}

.header-search-bar .btn-search:active,
.header-search-bar .btn-search:focus,
.header-search-bar:hover .btn-search:active,
.header-search-bar:hover .btn-search:focus {
    border-bottom: 2px solid #f60;
}

.header-search-bar .btn-search .glyphicon {
    margin-right: 5px;
    font-family: 'general';
}

/* typeahead */

.header-search-bar .typeahead {
    max-width: 320px;
    z-index: 1001;
}

.header-search-bar .typeahead .autocomplete-region {
    font-size: 12px;
}
.header-search-bar .typeahead li a .glyphicon {
    font-size: 16px;
    padding-top: 0px;
    float: none;
}

/* MAIN PAGE CONTENT
================================================== */
.mainpage h2 {
    font-size: 22px !important;
}

/* MAIN PAGE CONTENT
================================================== */
.mainpage h2 {
    font-size: 22px !important;
}

/* --- MAIN PAGE SEARCH ---  */

.mainpage header {
    position: relative;
    margin-bottom: 0px;
}

.cobrandMainpage .navbar-header {
    position: absolute;
    z-index: 3;
    top: 300px;
    width: 100%;
    text-align: center;
}

.cobrandMainpage .header-search-bar-container {
    background: #222;
    background: rgba(0,0,0,0.4);
    display: inline-block;
    margin: auto;
    border-radius: 2px;
    position: relative;
}

.cobrandMainpage .header-search-bar-container .container-fluid {
    padding-left: 5px;
    padding-right: 5px;
}

.cobrandMainpage header .btn-search {
    background: #ff9900; /* Old browsers */
    background: -moz-linear-gradient(top, #ff9900 0%, #ff6600 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ff9900), color-stop(100%, #ff6600)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ff9900 0%, #ff6600 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ff9900 0%, #ff6600 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #ff9900 0%, #ff6600 100%); /* IE10+ */
    background: linear-gradient(to bottom, #ff9900 0%, #ff6600 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff9900', endColorstr='#ff6600', GradientType=0); /* IE6-9 */
    border: 1px solid #db6345;
    border-bottom: 2px solid #db6345;
    text-shadow: 0px -1px 0px #f60;
    color: #fff;
}

.cobrandMainpage header .btn-search:hover,
.cobrandMainpage header .btn-search:focus,
.cobrandMainpage header .btn-search:active,
.cobrandMainpage header .btn-search.active {
    color: #fff;
    background: #f60;
    border: 1px solid #db6345;
    border-color: #db6345;
    border-bottom: 2px solid #db6345;
}

.main-page-search-title,
.main-page-search-subtitle {
    position: absolute;
    left: 0px;
    padding: 0px 5px;
    display: block;
    color: #fff;
    text-align: left;
    margin: auto;
    text-shadow: 0px -1px 1px #000;
    -moz-text-shadow: 0px -1px 1px #000;
    -webkit-text-shadow: 0px -1px 1px #000;
    -webkit-transform: translateZ(0px);
}

.main-page-search-title {
    top: -105px;
    font-size: 60px;
    line-height: 60px;
    font-weight: bold;
}

.main-page-search-title.smaller {
    font-size: 50px;
}

.main-page-search-subtitle {
    top: -45px;
    font-size: 30px;
}

.mainpage-search-usp {
    position: absolute;
    bottom: -35px;
    margin: auto;
    text-align: left;
    color: #fff;
    font-size: 16px;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.8);
    -moz-text-shadow: 1px 1px 2px rgba(0,0,0,0.8);
    -webkit-text-shadow: 1px 1px 2px rgba(0,0,0,0.8);
}

.mainpage-search-usp ul {
    margin-left: 5px;
    margin-right: 5px;
}

/* responsive */

@media (max-width: 900px) {
    .cobrandMainpage .navbar-header {
        top: 280px;
    }

    .main-page-search-title {
        font-size: 50px;
        line-height: 50px;
        top: -80px;
    }

    .main-page-search-subtitle {
        font-size: 20px;
        top: -30px;
    }

    .mainpage-search-usp {
        font-size: 14px;
        margin-top: 5px;
    }
}

@media (max-width: 767px) {
    .cobrandMainpage header {
        position: relative;
        margin-bottom: 0px;
    }

    .cobrandMainpage .navbar-header {
        position: relative;
        z-index: 3;
        top: 0px;
    }

    .cobrandMainpage .header-search-bar-container {
        background: #ccc;
        display: block;
        margin-bottom: 50px;
        border-radius: 0px;
        height: auto;
    }

    .cobrandMainpage .header-search-bar-container .container-fluid {
        padding-left: 15px;
        padding-right: 15px;
    }

    .cobrandMainpage .navbar-header .navbar-toggle,
    .cobrandMainpage .navbar-header .search-box-usp-mobile,
    .cobrandMainpage .navbar-header .close-navbar-collapse {
        display: none !important;
    }

    .cobrandMainpage .navbar-header .navbar-collapse {
        display: block;
    }

    .cobrandMainpage .header-search-bar {
        max-width: 553px;
        margin: 20px auto;
        padding-left: 0;
    }

    .cobrandMainpage .header-search-bar .typeahead {
        max-width: none;
    }

    .cobrandMainpage .header-search-bar .header-search-location-section,
    .cobrandMainpage .header-search-bar .header-search-date-section,
    .cobrandMainpage .header-search-bar .header-search-person-section {
        display: block;
        margin-bottom: 5px;
    }

    .cobrandMainpage .header-search-bar .header-search-location-section,
    .cobrandMainpage .header-search-bar .header-search-location-section .bootstrap-tagsinput,
    .cobrandMainpage .header-search-bar .header-search-location-section .bootstrap-tagsinput .input-large {
        width: 100%;
    }

    .cobrandMainpage .header-search-bar .header-search-location-section .bootstrap-tagsinput {
        padding: 0px;
    }

    .cobrandMainpage .header-search-bar .header-search-location-section .bootstrap-tagsinput .input-large {
        box-shadow: none;
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        margin-left: 0px;
        margin-right: 0px;
    }

    .cobrandMainpage .header-search-bar .header-search-date-section:before,
    .cobrandMainpage .header-search-bar .header-search-date-section:after {
        display: table;
        content: "";
    }

    .cobrandMainpage .header-search-bar .header-search-date-section:after  {
        clear: both;
    }

    .cobrandMainpage .header-search-bar .header-search-date-section .date-input-container {
        display: block;
        width: 49.5%;
        float: right;
    }

    .cobrandMainpage .header-search-bar .date-input-container.input-leave .datepicker {
        left: auto !important;
        right: 0px !important;
    }

    .cobrandMainpage .header-search-bar .date-input-container.input-leave .datepicker-dropdown:before {
        left: auto;
        right: 26px;
    }

    .cobrandMainpage .header-search-bar .date-input-container.input-leave .datepicker-dropdown:after {
        left: auto;
        right: 27px;
    }

    .cobrandMainpage .header-search-bar .header-search-date-section .date-input-container:first-child {
        float: left;
    }

    .cobrandMainpage .header-search-bar .form-control.input-small {
        width: 100%;
    }

    .cobrandMainpage .header-search-bar .btn-travellers-number {
        display: block;
    }

    .cobrandMainpage .header-search-bar .btn-search {
        display: block;
        width: 100%;
    }

    .cobrandMainpage .header-search-bar .btn-search:active {
        margin-bottom: 2px;
    }

    .cobrandMainpage .header-search-bar .travellers-popup {
        width: 100%;
        left: 0;
        margin-left: 0px;
        position: relative;
        margin-bottom: 10px;
        box-shadow: none;
    }

    .main-page-search-title,
    .main-page-search-subtitle {
        display: none;
    }

    .mainpage-search-usp {
        font-size: 14px;
        margin-top: 5px;
        text-align: center;
        width: 100%;
        color: #333;
        text-shadow: none;
        -moz-text-shadow: none;
        -webkit-text-shadow: none;
    }

    .mainpage-search-usp .tooltip {
        display: none !important;
    }
}

@media (max-width: 530px) {
    .cobrandMainpage .header-search-bar-container {
        margin-bottom: 80px;
    }

    .mainpage-search-usp {
        text-align: left;
        bottom: -55px;
        padding-left: 15px;
        padding-right: 15px;
    }

    .mainpage-search-usp li {
        display: block;
    }
}

@media (max-width: 400px) {
    .mainpage-search-usp {
        bottom: -75px;
    }
}

/* --- MAIN PAGE CAROUSEL --- */

/* container */

.carousel-main-page .main-page-search-mask {
    background: url(https://s.szalas.hu/images/new/carousel-search-mask.png) center top no-repeat;
    height: 320px;
    filter: blur(15px);
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    z-index: 1;
}

.carousel-main-page .carousel-inner {
    background: #000;
    border-bottom: 2px solid #fff;
    border-top: 2px solid #fff;
    box-shadow: 0px 10px 30px #f4f4f4;
    margin-bottom: 20px;
}

.carousel-main-page .carousel-inner .item {
    height: 450px;
    overflow: hidden;
}

/* caption */

.carousel-main-page .carousel-caption {
    color: #fff;
    display: block;
    max-width: 500px;
    border-top: 1px solid rgba(255,255,255,0.5);
    padding: 15px;
    bottom: 0px;
    z-index: 2;
    width: auto;
    left: auto;
    right: 0px;
    background: #444;
    background: rgba(0, 0, 0, 0.4);
    text-decoration: none;
    transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    -webkit-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    -ms-transition: all .1s ease-in-out;
}

.carousel-main-page .carousel-caption:hover {
    color: #fff;
    background: #222;
    background: rgba(0, 0, 0, 0.85);
    border-top: 1px solid rgba(255,255,255,0.75);
}

.carousel-main-page .carousel-caption .hotel-name {
    text-align: left;
    font-size: 16px;
    margin-bottom: 5px;
}

.carousel-main-page .carousel-caption .hotel-rate {
    text-align: left;
    color: #ddd;
}

.carousel-main-page .carousel-caption .carousel-caption-price {
    text-align: center;
    color: #fff;
}

.carousel-main-page .carousel-caption .price {
    text-align: center;
    font-size: 16px;
    font-weight: bold;
}

.carousel-main-page .carousel-caption .btn {
    background: none;
    color: #fff;
    border: 1px solid #fff;
    margin-bottom: 1px;
    text-shadow: none;
}

.carousel-main-page .carousel-caption:hover .btn {
    background: #ff9900; /* Old browsers */
    background: -moz-linear-gradient(top,  #ff9900 0%, #ff6600 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff9900), color-stop(100%,#ff6600)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #ff9900 0%,#ff6600 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #ff9900 0%,#ff6600 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #ff9900 0%,#ff6600 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #ff9900 0%,#ff6600 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff9900', endColorstr='#ff6600',GradientType=0 ); /* IE6-9 */
    border: 1px solid #db6345;
    border-bottom: 2px solid #db6345;
    text-shadow: 0px -1px 0px #f60;
    margin-bottom: 0px;
    color: #fff !important;
}

.carousel-main-page .carousel-caption:hover .btn:hover,
.carousel-main-page .carousel-caption:hover .btn:focus,
.carousel-main-page .carousel-caption:hover .btn:active {
    color: #fff;
    background: #f60;
    border: 1px solid #db6345;
    border-color: #db6345;
    border-bottom: 2px solid #db6345;
}

.carousel-main-page .carousel-caption:hover .btn:active {
    padding-bottom: 7px;
    border-bottom: 1px solid #db6345;
}

/* image */

.carousel-main-page .item img {
    /* new_szallas.js - mainPageCarouselResponsive részt törölni */
    /*position: absolute;
    width: 100%;
    top: 50%;
    top: 250px\9;
    transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);*/
    position: relative;
}

/* controls */

.carousel-main-page .carousel-control {
    width: 36px;
    height: 100%;
    margin-top: 0px;
    top: 0px;
    border: 0px none;
    background: none;
    background-color: none;
    border: 0px none;
    border-radius: 0px;
}

.carousel-main-page .carousel-control span {
    width: 36px;
    height: 50px;
    position: absolute;
    top: 50%;
    margin-top: -25px;
    background: url(https://s.szalas.hu/images/new/sprite.png);
    background-color: none;
    border: 0px none;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
    -moz-opacity:0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
}

.carousel-main-page .carousel-control:hover span {
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -moz-opacity:1;
    -khtml-opacity: 1;
    opacity: 1;
}

.carousel-main-page .carousel-control.left {
    left: 0px;
}

.carousel-main-page .carousel-control.right {
    right: 0px;
}

.carousel-main-page .carousel-control.left span {
    background-position: -145px 0px;
    left: 5px;
}

.carousel-main-page .carousel-control.right span {
    background-position: -181px 0px;
    right: 5px;
}

.carousel-main-page .carousel-edges-fade {
    background: url(https://s.szalas.hu/images/new/carousel-edges.png) center repeat-y;
    height: 440px;
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    z-index: 2;
}

.carousel.carousel-fade .item {
    -webkit-transition: opacity 2s ease-in-out;
    -moz-transition: opacity 2s ease-in-out;
    -ms-transition: opacity 2s ease-in-out;
    -o-transition: opacity 2s ease-in-out;
    transition: opacity 2s ease-in-out;
}

.carousel.carousel-fade .active.left,
.carousel.carousel-fade .active.right {
    left: auto;
    z-index: 2;
    opacity: 0;
    filter: alpha(opacity=0);
}

.carousel.carousel-fade .next,
.carousel.carousel-fade .prev {
    left: 0;
    z-index: 1;
}

.carousel.carousel-fade .carousel-control {
    z-index: 3;
}

/* no date */

/* header */

.datepicker-dropdown .search-switch {
    display: block;
    margin-top: 5px;
    text-align: center;
    font-size: 14px;
}

.datepicker-dropdown .alter div + .search-switch {
    margin-top: 10px;
    padding-top: 6px;
    border-top: solid 1px #ccc;
}

.datepicker-dropdown .search-switch label {
    border-bottom: 1px dashed #666;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.header-search-bar .header-search-date-section {
    width: 204px;
    height: 42px;
}

.header-search-bar .header-search-person-section {
    vertical-align: top;
}

.header-search-bar .header-search-date-section .search-date-picker {
    position: relative;
}

.header-search-bar .header-search-date-section .fields {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.header-search-bar .header-search-date-section .wrapper {
    position: relative;
    top : 0;
}

.header-search-date-section .wrapper.has-flexible-dates {
    top : -45px
}

.mainpage header .btn-search {
    vertical-align: top;
}

/* no-date */

@media (min-width: 601px) and (max-width: 767px) {
    .cobrandMainpage .header-search-bar .header-search-date-section,
    .cobrandMainpage .header-search-bar .header-search-date-section .input-no-date,
    .cobrandMainpage .header-search-bar .header-search-date-section .fields {
        width: 100% !important;
    }

    .cobrandMainpage .no-date-popup {
        left: 50%;
    }
}




/* MODIFIES
================================================== */

header {
    font-family: 'Roboto', Arial, sans-serif;
}

header.header-logo {
    margin-bottom: 0px;
    height: 62.6875px;
    padding: 8px 0 5px 0;
}

.header-logo .noclegi {
    position: absolute;
    top: 16px;
    left: 155px;
}

.divider-vertical {
    height: 40px;
    border-right: 1px solid #fff;
    border-left: 1px solid #ddd;
    position: relative;
    top: 5px;
}

@media (min-width: 992px) {

    .logo-bar .contacts .divider-vertical {
        margin: 0 9px;
    }
}

@media (max-width: 991px) {

    .logo-bar .contacts .divider-vertical {
        margin: 0 !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {

    .logo-bar .contacts {
        font-size: 12px;
        margin-top: 0px;
    }

    .logo-bar .contacts .span {
        margin: 0 5px;
    }

    .logo-bar .contacts .header-phone-number {
        font-size: 12px;
    }
}

.logo-bar {
    padding-top: 0px;
    position: static;
    margin-top: 10px;
    float: right;
}

.logo-bar .contacts {
    max-width: none;
    top: 5px;
}

.logo-bar .contacts .span {
    display: inline-block;
    width: auto;
    text-align: center;
    color: #666;
    margin: 0 10px;
    float: left;
}

.logo-bar .contacts .row {
    margin-right: 0px;
}

.logo-bar .contacts .glyphicon {
    color: #ddd;
    font-size: 14px;
    position: relative;
    top: 2px;
    margin-right: 3px;
}

.logo-bar .contacts .glyphicons {
    color: #ddd;
    transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    -webkit-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    -ms-transition: all .1s ease-in-out;
}

.logo-bar .contacts a {
    color: #3598db;
    text-decoration: none;
    cursor: pointer;
}

.logo-bar .contacts:hover a {
    color: #3598db;
    text-decoration: none;
}

.logo-bar .contacts:hover a:hover {
    text-decoration: underline;
}

.logo-bar .contacts:hover .glyphicon {
    color: #ccc;
}

.logo-bar .contacts:hover .glyphicon-skype-online {
    color: #67c25b;
}

.logo-bar .contacts .header-phone-number {
    color: #333;
    font-weight: bold;
    font-size: 18px;
}

.logo-bar .contacts-funnel {
    position: absolute;
    right: 145px;
}
