body{
    font-family: 'Open Sans', sans-serif;
}
.wrapper {
    border-top: 10px solid #1B7396;
}

/*language button*/
.languageOfPage {
    border: 1px solid black;
    margin-top: 10px;
}

.languageOfPage > li > a {
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 12px;
    color: #7F7F7F;
    line-height: 14px;
}

/*/end language button*/

/*Booking HomePageOnSlider*/
.search-form {
    padding-top: 15px;
    position: absolute;
    top: -260px;
    border-radius: 0;
    padding: 0;
    background-color: rgba(26,26,26,0.7);
    /*border-top: 1px solid #999999;*/
}
.overlay {
    width: 100%;
    height: 100%;
    background: black;
    opacity: 0.7;
    position: absolute;
    padding: 10px;
    z-index:-1
}
.search-form form{
    padding:15px;
}
.search-form p {
    color: #FFFFFF;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
}

.search-form label {
    line-height: 23px;
    font-size: 12px;
    color: #FFFFFF;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
}
#detailed-search{
    color:#ffffff;
    text-decoration:underline;
}
.search-form .dropdown {
    line-height: 17px;
    font-size: 12px;
    color: #FFFFFF;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
}

.search-form .hero-unit {
    /*margin-top: 28px;*/
}

.search-form hr {
    margin: 15px;
    border-color:white
}

.srchhmp {
    position: absolute;
    margin-left: 90.9%;
    margin-top: 25.8px;
}

.my-position {
    padding: 7px;
    background: #28AEE2;
    border-radius: 4px;
    display: block;
    border-radius: 0;
}
.position-addon{
    margin: 0;
    padding: 0;
}

/*End Booking*/

/*Nav Menu*/
.navbar-default {
    border: none !important;
    background: none !important
}

.navbar-right ~ .navbar-right li:hover {
    color: #1B7396;
    text-decoration: none;
    border-bottom: 3px solid;

}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus
{
    background:white
}
li.activeMenu {
    color: #1B7396 !important;
    text-decoration: none !important;
    border-bottom: 3px solid !important;

}

.navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
    color: #1B7396 !important;
    background: none !important;

}

/* /END Nav Menu*/

/*Slider&BookingData*/

.slider-container .item img {
    width: 100%;
    max-height: 600px;
}
.slider-container .item {
    background-repeat: no-repeat;
    background-size: cover;
    height:600px;
    width:100%;
    background-position: center center;
}

.carouselCaptionText {
    top: 65px;
    background: rgba(0, 0, 0, 0.5);
    bottom: auto;
    display: inline-block;
    max-width: 700px;
    margin: 0 auto;
    padding: 0;
}

.carouselCaptionText h1 {
    font-size: 46px;
    line-height: 64px;
    color: #ffffff;
}

.carouselCaptionText p {
    font-size: 16px;
    line-height: 22px;
    color: #ffffff;
}

/*/End Slider&BookingData*/

/*Content*/


.destination-box {
    padding: 10px;
}

.destination-box h1 {
    font-size: 18px;
    color: #4C4C4C;
    margin-bottom: 0;
}
.destination-box a{
    color: #4C4C4C;
    text-decoration: none;
    font-size:12px;

}
.destination-box p {
    line-height: 22px;
    color: #666666;
    font-size: 12px;
}

.ContentOnScroll, .scrollable-area {
    background-image: url("../img/fotolia_47881407_subscription_xxl.jpg");
    background-repeat: no-repeat;
    background-attachment: fixed;
    padding-top: 30px;
    padding-bottom: 94px;
    background-size: cover;
}

.region-deals {
    background-image: url("../img/fotolia_49655031_subscription_xl.jpg");
    background-repeat: no-repeat;
    background-attachment: fixed;
    height: 575px;
    background-size: cover;

}

.destinationBanner {
    background-repeat: no-repeat;
    background-attachment: fixed;
    height: 575px;
    background-size: cover;
    background-position: center center;
}
.destinationBanner #readMore,#readMore{
    border: 2px solid white;
    background-color: #1B7396;
}
.ContentOnScroll h1 {
    font-size: 21px;
    color: #1B7396;
    line-height: 26px;
    padding: 15px;
}

.PrefectDeal h2 {
    font-size: 24px;
    line-height: 29px;
    font-weight: 700;
    color: #FFFFFF;
    position: absolute;
    z-index: 1;
    top: 73%;
    padding: 20px;

}

.ContentOnScroll p {
    position: absolute;
    color: white;
    font-style: italic;
    z-index: 1;
    top: 85%;
    padding: 20px;
}

.PrefectDealSmall h2 {
    font-size: 24px;
    line-height: 29px;
    font-weight: 700;
    color: #FFFFFF;
    position: absolute;
    z-index: 1;
    top: 44%;
    padding: 23px;
}

.PrefectDealSmall p {
    position: absolute;
    color: white;
    font-style: italic;
    z-index: 1;
    top: 69%;
    padding: 23px;
}



.PrefectDealSmall img:hover {
    opacity: 1;
    webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.PrefectDeal img:hover {
    opacity: 1;
    webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.PrefectDealSmall img {
    width: 100% !important;
    height: 180px !important;
    border: 1px solid #bebebe;
    opacity: 0.8;
}

.PrefectDeal img {
    width: 100% !important;
    height: 380px !important;
    border: 1px solid #bebebe;
    opacity: 0.8
}

#tick {
    z-index: 1;
    width: 10px;
    height: 21px;
    border-color: #000000;
    background-color: #1B7396;
    position: absolute;
    margin-top: 35px;
}

/*End Content*/

/*Footer*/
.footer {
    background: #1B7396;
    padding-top: 15px;
    padding-bottom: 35px;
}

.footer h3,.footer a {
    font-weight: bold;
    font-size: 14px;
    line-height: 17px;
    color: white;
}

.footer p {
    font-size: 14px;
    line-height: 17px;
    color: white;
    font-weight: normal
}

.copyright {
    background: #0E3E51;
    padding-top: 20px;
    padding-bottom: 15px;
}

.copyright p {
    color: white;
    line-height: 14px;
    font-size: 12px;
    color: #FFFFFF;
}

.contentFooter input {
    border-radius: 1px;
}

.contentFooter button {
    border-radius: 1px;
}

/* /end Footer

/*Uber uns*/

/*Banner*/
.banner {
    padding: 0;
    background: #1B7396;
    margin-bottom: 1px;
    margin-top: 1px;

}

.banner h1 {
    line-height: 75px;
    font-size: 26px;
    color: #FFFFFF;
    font-weight: 700;
}

.TargetOfPage {
    padding-bottom: 10px;
    padding-top: 10px;
    background: #106382
}

.TargetOfPage a {
    line-height: 14px;
    font-size: 12px;
    color: #FFFFFF;

}

/*end Banner*/

/*Content*/
.aboutUsPage,.page-content {
    padding-top: 25px;
    padding-bottom: 40px;
}

.aboutUsPage h1 {
    line-height: 31px;
    font-size: 26px;
    color: #1B7396;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    padding: 20px;
}

.aboutUsPage h3 {
    font-size: 20px;
    line-height: 28px;
    color: #333333;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
}

.aboutUsPage p {
    font-size: 14px;
    line-height: 20px;
    color: #333333;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
}

.aboutUsPage img {
    margin-top: 150px;

}

.aboutUsPage img {
    border-radius: 5px;
    width: 100% !important;
    border: 1px solid #bebebe;
    opacity: 0.8;
}

.aboutUsPage img:hover {
    opacity: 1;
    webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.aboutUsMoreInfo {
    background: #F2F2F2;
    padding-top: 35px;
    padding-bottom: 35px;
    margin-top: 1px;
    margin-bottom: 1px;;
}

.aboutUsMoreInfo h1 {
    line-height: 31px;
    font-size: 26px;
    color: #1B7396;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    padding: 20px;
}

.aboutUsMoreInfo h3 {
    font-size: 20px;
    line-height: 28px;
    color: #333333;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
}

.aboutUsMoreInfo p {
    font-size: 14px;
    line-height: 20px;
    color: #333333;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
}

.aboutUsMoreInfo h5 {
    line-height: 20px;
    font-size: 14px;
    color: #333333;
    font-weight: bold;
}

.boxline {
    border-left: 1px solid #B2B2B2;
    border-right: 1px solid #B2B2B2;
}

.aboutUsMoreInfo img {
    border-radius: 5px;
    width: 100% !important;
    border: 1px solid #bebebe;
    opacity: 0.8;
}

.aboutUsMoreInfo img:hover {

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

/*end content*/

/*end*/

/*Deals Page*/

/*Content*/

.deals {
    padding-top: 50px;
    padding-bottom: 70px;
    background: #F2F2F2;
}

/*.deals h1 {
    line-height: 31px;
    font-size: 26px;
    color: #1B7396;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    padding: 20px;
}
*/
.deals a {
    border-radius: 1px;
    font-size: 16px;
}

.deals .boxImg h1 {
    line-height: 29px;
    font-size: 24px;
    color: #FFFFFF;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
}

.item h3{
    font-size:18px
}
.deal-item {
     border: 1px solid #ebebeb;
     margin-top: 20px;
     margin-bottom: 30px;
     background: white;
     padding: 0px;
     width: 32%;
     margin-left: 10px;
     cursor: pointer;
 }

.deal_template_0{
    border: 1px solid #ebebeb;
    margin-top: 20px;
    margin-bottom: 30px;
    background: white;
    padding: 0px;
    width: 32%;
    margin-left: 10px;
    cursor: pointer;
}
.deal_template_0 h3{
    font-weight:700;
    font-size:18px
}
.deal_template_0 img, .deal_template_0 .item-img{
    border-radius:0;
}
.deal_template_0 .item-description{
    padding:10px
}
.deal_template_1{
    margin-top:20px
}
.deal-item h3 {
    color: #4C4C4C;
    font-size: 18px;
    line-height: 22px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    padding-left: 10px;
}

.deal-item p {
    color: #4C4C4C;
    font-size: 12px;
    line-height: 14px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    padding-left: 10px;
    line-height: 19px;
}

.deal-item img {
    width: 100% !important;
    border: 1px solid #bebebe;
    opacity: 0.8;
    max-height: 170px;
}

.deal-item img:hover {

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

/*/end*/
/*/END Deals Page*/

/*Contact Page*/

.contactPage {

    background-image: url("../img/contact.jpg");
    background-repeat: no-repeat;
    background-attachment: fixed;
    padding-top: 40px;
    padding-bottom: 94px;
    background-size: cover;

}

.contactPage h1 {
    line-height: 31px;
    font-size: 26px;
    color: #1B7396;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    padding: 20px;
}

.SendButton {
    background: #28AEE2;
    line-height: 19px;
    font-size: 16px;
    color: #FFFFFF;
    text-align: center;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    border-radius: 1px;
    width: 120px;
}

.mapContact h1 {
    line-height: 31px;
    font-size: 26px;
    color: #1B7396;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    padding: 20px;
}

.mapContact iframe {
    width: 100%;
    height: 390px;
}

.mapContact {
    padding-top: 40px;
    padding-bottom: 40px;
}

/*End Contact Page */

/*Regions*/
.CurrentRomotions {
    background-image: url("../img/fotolia_49655031_subscription_xl.jpg");
    background-repeat: no-repeat;
    background-attachment: fixed;
    height: 485px;
    background-size: cover;

}

.RegionImage,.featureImage {
    background-repeat: no-repeat;
    background-attachment: fixed;
    height: 485px;
    background-size: cover;
    background-position: center center;
}

.CitesImage {
    background-image: url("../img/fotolia_71207104.jpg");
    background-repeat: no-repeat;
    background-attachment: fixed;
    height: 485px;
    background-size: cover;
}

.MontainImage {
    background-image: url("../img/6810173-snowy-mountains-wallpaper.jpg");
    background-repeat: no-repeat;
    background-attachment: fixed;
    height: 485px;
    background-size: cover;
}

#sticky.stick {
    position: fixed;
    top: 0;
    z-index: 10000;

}

#stickyBooking .stickyBooking {
    position: fixed;
    top: 0;
    z-index: 10000;
    background: transparent;
    border-radius: 0 0 0.5em 0.5em;
}

.RegionsPage, .pageWrapper {
    background: #F2F2F2;
    padding-top: 45px;
    padding-bottom: 75px;
}

.filter-area{

    height: auto;
    background: white;
    border: 1px solid #E5E5E5;
    padding: 20px;
    margin-top: 20px;
}


.filter-area:hover {
    border: 1px solid #bebebe;
    webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.filter-area p {
    line-height: 19px;
    font-size: 12px;
    color: #666666;
    margin-top: 25px;
}

.filter-area h3 {
    line-height: 19px;
    font-size: 16px;
    color: #666666;
    font-weight: bold
}

.filter-area label {
    font-size: 12px;
    color: #666666;
    display:block

}
.search-results .filter-area label,.no-date-input label{
    padding:2px;
    display:table;

}
.search-results .filter-area label .checker, .no-date-input .checker {
    display: table-cell;
    vertical-align: top;
    padding-right: 5px;
}
.search-results .filter-area .checkbox,.no-date-input{
    margin-bottom:5px;
}
.star-rating label{
    display:block!important
}
.star-rating label .checker{
    display:inline-block!important;
}
.search-form label{
    padding-left:0;
    font-size: 14px;
}
.filter-area .category-filter{
    padding-left:0
}
.ButtonStates {
    border-radius: 1px;
    padding: 11px 160px 10px 10px;
}

.RegionsTitle h1 {
    line-height: 31px;
    font-size: 26px;
    color: #1B7396;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    padding-left: 25px;
}

.RegionsTitle span {
    z-index: 1;
    width: 10px;
    height: 21px;
    border-color: #000000;
    background-color: #1B7396;
    position: absolute;
    top: 23px;
}

.dropdownFilter {
    margin-top: 17px;
}

/*.filter-area button {*/
    /*position: absolute;*/
    /*margin-top: 155px;*/
    /*margin-left: 138px;*/
    /*border: none;*/
/*}*/

.filter-area input {
    border-radius: 1px;
}

.filter-area hr {
    border-color: #B2B2B2;
}

hr {
    border-color: #B2B2B2;
}

#amount {
    line-height: 12px;
    font-size: 16px;
    color: #191919 !important;
    text-align: center;
    font-weight:normal!important

}

.slidePrice p {
    line-height: 12px;
    font-size: 10px;
    color: #191919 !important;
    text-align: center;
    margin-top: 20px;
}

.ui-slider-horizontal {
    height: 0.4em !important;
    background: black !important;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    background: #d3d3d3 !important;
    height: 10px !important;
    width: 10px !important;
    border: 3px solid #686868 !important;
    border-radius: 10px !important;
    margin-top: 2px !important;
}

.startsHotel img {
    width: 12px !important;
    height: 12px !important;
    border: none;
}

.startsHotel {
    margin-top: 10px;
}


.dropdown {
    font-size: 14px;
    color: #666666;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
}

.Contentlombardei {
    background: white;
    padding-bottom: 20px;
    padding-top: 20px;
    margin-top: 20px;
    padding: 20px;
}

.Contentlombardei h3 {
    font-size: 22px;
    line-height: 31px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    color: #333333;
    padding-bottom: 20px;
}

.Contentlombardei h4 {
    font-size: 12px;
    line-height: 17px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    color: #333333;
    padding-bottom: 30px;
}

.Contentlombardei p {
    line-height: 12px;
    font-size: 10px;
    color: #666666;
    padding-bottom: 40px;
}

.Contentlombardei h5 {
    color: #333333;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    padding-bottom: 30px;
}

.similar-objects h1 {
    padding: 20px;
    line-height: 26px;
    font-size: 22px;
    color: #1B7396;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
}

.Contentlombardei h2 {
    font-size: 16px;
    color: #333333;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
}

.Contentlombardei h6 {
    font-size: 12px;
    line-height: 17px;
    font-style: italic;
}

.lombardeiBigImage {
    width: 100%;
    max-height: 425px !important;
    border: 1px solid #bebebe;
    opacity: 0.7;
    margin-bottom: 15px;

}

.lombardeiSmallImage {
    width: 100%;
    max-height: 255px !important;
    border: 1px solid #bebebe;
    opacity: 0.7;
    margin-bottom: 40px;
}

.lombardeiBigImage:hover {
    border: 1px solid #666666;
    opacity: 1;
    webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.lombardeiSmallImage:hover {
    border: 1px solid #666666;
    opacity: 1;
    webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;

}

.boxFilterLombardei button {
    position: absolute;
    margin-left: 138px;
    border: none;
    margin-top: 95px;
}

.buttonRecommended {
    text-align: left;
    background-color: #B2B2B2;
    border-radius: 10px;
    width: 100%;
    height: 25px;
    line-height: 14px;
    font-size: 12px;
    color: #FFFFFF;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    margin-top: 5px;
    margin-bottom: 5px;

}

.btnRcm {
    text-align: left;
    width: 100%;
    height: 40px;
    font-size: 14px;
    color: #666666;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    border-bottom: 1px solid #B2B2B2;
    border-left: none;
    border-right: none;
    border-top: none;
    border-radius: 1px;
    background: none !important;
    line-height: 27px;
}

.btnRcm:hover {
    color: #29ABE2;
}

.btnRcm span {
    float: right;
}

.buttonRecommended:hover {
    webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background-color: #7F7F7F;
    color: white;

}

.buttonRecommended span {
    float: right;
}

.TitleOfLmPage h1 {
    line-height: 72px;
    font-size: 60px;
    color: #FFFFFF;
    text-align: center;
    font-family: podkova, serif;
    font-weight: 700;
}

/*end Regions*/

.destinationBanner h1 {
    font-size: 40px;
    color: #FFFFFF;
    text-align: center;
    font-weight: 700;
    border-bottom: 3px solid white;
    max-width: 600px;
    margin: 0 auto;
}

.destinationBanner h4 {
    line-height: 26px;
    font-size: 22px;
    color: #FFFFFF;
    text-align: center;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
}

.destinationBanner button,.destinationBanner a {
    background: transparent;
    border: 2px solid white;
    margin-top: 60px;
    height: 40px;
    line-height: 19px;
    font-size: 16px;
    color: #FFFFFF;
    text-align: center;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
}

.destinationBanner .btnRed,.btnRed{
    border: 2px solid white;
    background: #DE0429 !important;

}

.destinationBanner .btnRed:hover {
    background-color: #1B7396 !important;
    webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.destinationBanner button:hover {
    border: 2px solid white;
    background-color: #1B7396;
    webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.LmdTxt {
    padding-top: 220px;
}
.destination-caption{
    background: rgba(0, 0, 0, 0.48);
    /*max-width: 700px;*/
    margin: 200px auto;
    left: 20%;
    padding: 20px;
    right: 20%;
    position: absolute;
}
.RegionBox del {
    color: #4C4C4C;
    font-size: 12px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    line-height: 19px;
}

.RegionBox img.heart {
    position: absolute;
    margin-top: 5%;
    height: 30px;
    width: 30px !important;
    border: none;
    margin-left: 90%;
    z-index: 1;
}
.favorite-button{

    width:30px!important;
    /*display:none;*/
}
.add-favorite{
    position: absolute;
    z-index: 999;
    right: 0;
    /*padding: 10px;*/
    /*z-index: 9999;*/
    display: none;
}
.favorites .btn{
    display:block;
    font-size:15px;

}
.RegionBox h3.forcent {
    position: absolute;
    z-index: 1;
    width: 50px;
    min-height: 19px;
    background-color: #1B7396;
    padding-top: 1%;
    line-height: 14px;
    font-size: 12px;
    color: #FFFFFF;
    text-align: center;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    margin-left: 11%;
}

.BookingDetailData {
    width: 100%;
    height: auto;
    background-color: #1B7396;
    padding-bottom: 20px;
    padding-top: 20px;
}

.BookingDetailData button {
    font-size: 18px;
    color: #DE0429;
    text-align: center;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    height: 40px;
    line-height: 20px;
    margin-top: 20px;
}

.BookingDetailData h1 {
    line-height: 36px;
    font-size: 26px;
    color: #FFFFFF;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
}

.BookingMoreDetail h2 {
    line-height: 34px !important;
    font-size: 24px !important;
    color: #0E3E51 !important;
    font-family: 'Open Sans', sans-serif !important;
    font-weight: 300 !important;
}

.BookingMoreDetail h5 {
    line-height: 20px !important;
    font-size: 14px !important;
    color: #0E3E51 !important;
    font-family: 'Open Sans', sans-serif !important;
    font-weight: 400 !important;
}

.BookingMoreDetail p {
    font-size: 12px !important;
    line-height: 17px !important;
    color: #0E3E51 !important;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    padding-left: 10px !important;
}

.BookingMoreDetail abbr {
    font-size: 12px !important;
    line-height: 17px !important;
    color: #0E3E51 !important;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    padding-left: 10px !important;
}

.BookingMoreDetail a {
    font-size: 12px !important;
    line-height: 17px !important;
    color: #0E3E51 !important;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    padding-left: 10px !important;
}

.BookingLinkScroll {
    width: 220px;
    height: auto;
    background: white;
    border: 1px solid #E5E5E5;
    margin-top: 20px;
}

.BookingLinkScroll a {
    width: 220px;
    background: #1B7396;
    text-align: left;
    height: 45px;
    color: #FFFFFF;
    text-align: left;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 30px;
    border-radius: 1px;
}

.BookingLinkScroll a:hover {
    color: white;
    background: #0E3E51;
    webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.btn-default.active, .btn-default.focus, .btn-default:active, .btn-default:focus, .btn-default:hover, .open > .dropdown-toggle.btn-default {
    background: #0E3E51 !important;
    color: white;
}

.gallery_item {
    margin-top: 10px;
    width: 100%;
}
.img-container{
    padding-left:5px;
    padding-right:5px;
}

.mapContactDetail iframe {
    width: 100%;
    height: 350px;
}

.LocationData h3 {
    line-height: 22px;
    font-size: 16px;
    color: #333333;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
}

.LocationData h5 {
    padding: 0px;
}

.MapTitleHotel h3 {
    line-height: 22px;
    font-size: 16px;
    color: #333333;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    margin-top: 50px;
}

.points-of-interest h3,.map-address h3 {
    line-height: 22px;
    font-size: 16px;
    color: #333333;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
}

.points-of-interest p {
    font-size: 12px;
    line-height: 14px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    padding-left: 10px;
}

.points-of-interest img {
    float: left;
    padding-right: 10px;
}

.points-of-interest {
    /*border-left: 1px solid #bebebe*/
}

a:focus, a:hover {
    text-decoration: none;
}


.refine-btn{
    margin-top:15px;
}
.refine-btn:hover{
    background:white!important;
    color:#DE0429;

}
.room-price h5 {
    padding: 0 !important;
}

.TitleServicesBooking a {
    line-height: 1.9em;
    padding: 0;
    margin-top: 50px;
}

.TitleServicesBooking h5 {
    line-height: 0;
    padding: 0;
    margin-top: 75px;
}

.ChechAvy {
    border-radius: 1px !important;
    margin-top: 35px;
}

.spanChekout {
    color: #4C4C4C;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 35px;
}

.spanChekoutRoom {
    color: #4C4C4C;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 35px;
    margin-left: 15px;
}

.MapTitleHotel label {
    color: red;
    line-height: 14px;
    font-size: 12px;
    color: #333333;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
}

.DatePicker {
    height: 385px;
    border: 1px solid #B2B2B2;
    margin-bottom: 50px;
}

.DatePicker p {
    padding-bottom: 0px;
    line-height: 14px;
    font-size: 12px;
    color: #3F3F3F;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
}

.DatePicker .colorPicker1 {
    width: 16px;
    height: 16px;
    background-color: #29ABE2;
    float: left;
    margin-right: 10px;
}

.DatePicker .colorPicker2 {
    width: 16px;
    height: 16px;
    background-color: #FFD7B7;
    float: left;
    margin-right: 10px;
}

.DatePicker .colorPicker3 {
    width: 16px;
    height: 16px;
    background-color: #BAD4E0;
    float: left;
    margin-right: 10px;
}

.RoomsAvaliable h5 {
    line-height: 22px;
    font-size: 16px;
    color: #333333;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    padding-bottom: 0 !important
}

.RoomsAvaliable p {
    line-height: 40px;
    font-size: 12px;
    color: #333333;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    padding-bottom: 0 !important
}

.StandardRome h5 {
    padding-bottom: 0px !important;
}

.StandardRome h1 {
    line-height: 0 !important;
    padding: 0px !important;
}

.Raitings {
    background: #1B7396;
    padding-top: 20px;
    padding-bottom: 20px;
}

.Raitings h5 {
    color: #FFFFFF;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    line-height: 0;
    font-size: 14px;
}

.Raitings h1 {
    font-size: 33px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    line-height: 0px;
    padding: 0;
    color: #FFFFFF !important;
}

.Raitings p {
    font-size: 12px;
    color: #FFFFFF;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    line-height: 0px;
    padding: 0;
}

.Reviews {
    border-style: solid;
    border-color: #D8D8D8;
    background-color: #F2F2F2;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-top: 20px;
}

.Reviews h5 {
    line-height: 0px;
    padding-bottom: 15px;
}

.Reviews h3 {
    line-height: 28px;
    font-size: 20px;
    color: #1B7396;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
}

.Reviews p strong {
    line-height: 17px;
    font-size: 12px;
    color: #333333;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
}

.Reviews p {
    color: #1B7396;
    line-height: 17px;
    font-size: 12px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    padding-bottom: 0px;
}

.Reviews img {
    float: left;
    margin-right: 10px;
}

.RecentRevievPerson h5 {
    padding-bottom: 0px;
    padding-top: 20px;
}

.RecentRevievsPerson {
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
}

.RecentRevievsPerson h1 strong {
    font-size: 33px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    line-height: 0;
    padding: 0;
}

.RecentRevievsPerson h1 {
    font-size: 22px;
    color: #1B7396;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
}

.RecentRevievsPerson h3 {
    line-height: 7px;
    font-size: 18px;
    color: #4C4C4C;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    padding-bottom: 0px;
}

.RecentRevievsPerson h5 {
    font-size: 14px;
    color: #666666;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    padding-bottom: 0px;
}

.RecentRevievsPerson p {
    line-height: 17px;
    font-size: 12px;
    color: #333333;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
}

.RecentRevievsPerson button {
    margin-right: 10px;
    line-height: 14px;
    font-size: 12px;
    color: #1B7396;
    text-align: center;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    border-color: #1B7396;
    padding: 5px;
}

.Contentlombardei form label {
    font-size: 14px;
    color: #4C4C4C;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
}

.srchBnr {
    width: 80%;
    height: auto;
    margin: 0 auto;
}

.object-item button {
    position: absolute;
    margin-left: 38%;
    height: 33px;
}

.search-container, .destination-search {
    background: #1B7396;
    padding-top: 15px;
    padding-bottom: 5px;
}

.TargetOfPageSearchMore {
    padding-bottom: 10px;
    padding-top: 10px;
    background: #106382;

}

.TargetOfPageSearchMore a {
    line-height: 14px;
    font-size: 12px;
    color: #FFFFFF;
}

.search-map iframe {
    width: 100%;
    height: 390px;
    margin-top: 1px
}

.ButtonSearch {
    border-radius: 1px;
    padding: 0px 45px 5px 10px;
}

.search-results .title,.results-title  {
    font-size: 22px;
    color: #1B7396;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    margin-bottom:0
}

.otherServices img {
    width: 55px;
    margin-top: 5px;
}

.otherServices p {
    margin-top: 0px;
}

.MoreSearchHotel {

}
/* object item */
.object-item {
    border: 1px solid #ebebeb;
    /*margin-top: 20px;*/
    /*margin-bottom: 30px;*/
    background: white;
    padding: 0px;
    /*width: 32%;*/
    /*margin-left: 10px;*/

}

.object-item h1 {
    color: #4C4C4C;
    font-size: 18px;
    line-height: 22px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    overflow-wrap: break-word;
    /*padding-left: 10px;*/
}

.object-item p {
    color: #4C4C4C;
    font-size: 14px;

    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    /*padding-left: 10px;*/

}
.object-item .new-price {
    font-size: 20px;
    color: #1B7396;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;

}
.object-item .more-details{
    text-decoration:underline;;
    font-size:14px;
    color:#333333;
}
.object-item .object-address p{
    font-size:12px;
    padding:5px;
    margin-bottom:0;
}
.object-item .overview-address{
    font-size:12px;
}
.item-body{
    padding:10px;
}
.object-item .show_details_0,.show_details_0{
    color:inherit;
    text-decoration:none;
    pointer-events:none;
    cursor:text;
}
.more_btn_0{
    display:none
}
/*.object-item img {*/
     /*width: 100% !important;*/
     /*border: 1px solid #bebebe;*/
     /*opacity: 0.8;*/
     /*max-height: 170px;*/
 /*}*/

.object-item .startsHotel img {
    width: 12px !important;
    height: 12px !important;
    border: none;

}

.object-item img:hover {

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

.object-item .old-price {
    color: #4C4C4C;
    font-size: 18px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    text-decoration:line-through ;
    color:#DE0429;
}

.object-item img.heart {
    position: absolute;
    margin-top: 5%;
    height: 30px;
    width: 30px !important;
    border: none;
    margin-left: 90%;
    z-index: 1;
}
.object-item .feature-image{
    overflow:hidden;
}
.feature-image img{
    width:100%;
    max-height:250px;
}
.object-item .item-type{
    background-color: #DE0429;
    margin-bottom: 0;
    padding: 5px;
    color: white!important;
    font-weight: 700;
}
.red-btn{
    background: #DE0429 !important;
    line-height: 22px;
    font-size: 18px;
    color: #FFFFFF;
    text-align: center;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
}
.price-btn{
    background: #0E3E51 ;
    font-size: 18px;
    color: #FFFFFF;
    text-align: center;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    padding:0 5px;
    width:auto;

}
.object-item .red-btn{
    width: auto;
    height: 35px;
}
.object-item .item-rating{
    margin-bottom:10px
}
.SearchMoreHotel h3.forcent {
    position: absolute;
    z-index: 1;
    width: 50px;
    min-height: 19px;
    background-color: #1B7396;
    padding-top: 1%;
    line-height: 14px;
    font-size: 12px;
    color: #FFFFFF;
    text-align: center;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    margin-left: 11%;
}

.object-services img,.object-reviews img {
    width: 20px !important;
    height: 20px !important;
    border: none;
    float: left;
    margin-right: 10px;
}

.object-reviews h5 {
    float: left;
    margin-top: 3px;
}

.object-reviews a {
    float: left;
    margin-left: 5px;
}

.Regiondeals {
    padding: 0px;
}

.Regiondeals span {
    margin-top: 15px !important;
}

/*/end*/

/*Copare Page*/
.srchBnr .btn-Search {
    margin-left: 42.8% !important;
}

.BoxCompare {
    padding-top: 20px;
    padding-bottom: 20px;
    background: #1B7396;
    margin-left: 15px;
    height: 190px;
    margin-top: 70px;
    margin-bottom: 20px;
}

.BoxCompare h1 {
    line-height: 19px;
    font-size: 16px;
    color: #FFFFFF;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
}

.BoxCompare p {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    color: #FFFFFF;
    font-size: 14px;
    line-height: 17px;
}

.BoxCompare h3 {
    line-height: 19px;
    font-size: 12px;
    color: #FFFFFF;
    text-align: right;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
}

.BoxCompare strong {
    color: #FFFFFF;
    text-align: right;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 22px;
    line-height: 35px;
}

.BoxCompareWhite {
    padding-top: 20px;
    padding-bottom: 20px;
    background: #ffffff;
    margin-bottom: 20px;
    border: 1px solid #E5E5E5;
    padding: 20px;
    margin-left: 15px;
}

.BoxCompareWhite img {
    width: 100%;
    height: 195px;
}

.otherServicesImg img {
    width: 50px;
    height: 50px;
}

.BoxRewiev {
    width: 15px;
    height: 15px;
    border-width: 2px;
    border-style: solid;
    border-color: #1B7396;
    background-color: #3F88A3;
    border-radius: 4px;
    margin-right: 10px;
    float: right;
}

.BoxRewievNobg {
    width: 15px;
    height: 15px;
    border-width: 2px;
    border-style: solid;
    border-color: #1B7396;
    background-color: transparent;
    border-radius: 4px;
    margin-right: 10px;
    float: right;

}

.txt-rwiv {
    font-size: 22px;
    line-height: 35px;
    color: #666666;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    margin-right: 10px;
}

.AddreseRev p {
    color: #4C4C4C;
    text-align: right;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    padding-bottom: 20px;
    padding-top: 20px;
}

.photoTxt {
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    line-height: 22px;
    font-size: 18px;
    color: #666666;
    text-align: right;
    padding-bottom: 153px;
}

.ReviewsTxt {
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    line-height: 22px;
    font-size: 18px;
    color: #666666;
    text-align: right;
    padding-bottom: 40px;
}

.ServicesTxt {
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    line-height: 22px;
    font-size: 18px;
    color: #666666;
    text-align: right;
}

.BoxABblue {
    width: 20px;
    height: 20px;
    background: red;
    z-index: 99999;
    position: absolute;
    margin-top: -25px;
}

.BoxABgrey {
    width: 20px;
    height: 20px;
    background: red;
    z-index: 99999;
    position: absolute;
    margin-top: -25px;
}

.AvlSrc p {
    line-height: 14px;
    font-size: 12px;
    color: #666666;
    text-align: right;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    float: right;
}

.AvlSrc img {
    width: 5px;
    height: 5px;
}

.HtlInf {
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    line-height: 22px;
    font-size: 18px;
    color: #666666;
    text-align: right;
}

.HtlAdr {
    line-height: 14px;
    font-size: 12px;
    color: #666666;
    text-align: right;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    padding-bottom: 50px;
}

.Htldfcc {
    line-height: 14px;
    font-size: 12px;
    color: #666666;
    text-align: right;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    padding-bottom: 50px;
}

.Htldcnt {
    line-height: 14px;
    font-size: 12px;
    color: #666666;
    text-align: right;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    padding-bottom: 55px;
}

.NmbRos {
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    line-height: 22px;
    font-size: 18px;
    color: #666666;
    text-align: right;
    padding-bottom: 40px;
}

/*/End*/

/*Extra css*/
.current-lang{
    border: 1px solid gray;
    padding: 5px!important;
    margin-top: 10px;
}
.address{
    height: auto;
    background: white;
    border: 1px solid #E5E5E5;
    padding: 20px;
    margin-top: 20px;
    border-top: 10px solid #1B7396
}
.address h2{
    line-height: 34px !important;
    font-size: 24px !important;
    color: #0E3E51 !important;
    font-family: 'Open Sans', sans-serif !important;
    font-weight: 300 !important;
}
.address p{
    font-size: 12px !important;
    line-height: 17px !important;
    color: #0E3E51 !important;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    word-wrap: break-word;
}
.details-area{
    background: white;
    padding-bottom: 20px;
    padding-top: 20px;
    margin-top: 20px;
    padding: 20px;

}
 .areaTitle{
    font-size:26px;
    border-left: 10px solid #1B7396;
    padding-left:10px;
    color:#1B7396;
    text-transform: uppercase;
    font-weight:bold

}
 .details-map{
     margin-bottom:40px
 }
 .map-address{
     border-right:1px solid #bebebe;
 }
.pageWrapper{
    background: #F2F2F2;
    padding-top: 20px;
    padding-bottom: 75px;
}

.stickyMenu{
    height: auto;
    background: white;
    border: 1px solid #E5E5E5;
    margin-top: 20px;
}
.stickyMenu a {
    background: #1B7396;
    text-align: left;
    height: 45px;
    display:block;
    color: #FFFFFF;
    text-align: left;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 30px;
    border-radius: 1px;
}

.stickyMenu a:hover,.stickyMenu li.active a {
    color: white;
    background: #0E3E51;
    webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.breadcrumbs {
    padding-bottom: 10px;
    padding-top: 10px;
    background: #106382;
    margin-top:-1px
}


.banner{
    width: 100%;
    height: auto;
    background-color: #1B7396;
    padding-bottom: 20px;
    padding-top: 20px;
}

.banner button {
    font-size: 18px;
    color: #DE0429;
    text-align: center;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    height: 40px;
    line-height: 20px;
    margin-top: 20px;
}

.banner h1 {
    line-height: 36px;
    font-size: 24px;
    color: #FFFFFF;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
}
body{
    position:relative
}
.fixed{
    position:fixed;
width:262px;
    top:0px;
    z-index:1
}
.country-filter,.sort-filter{
    padding-top:20px
}
.country-filter p,.sort-filter p,.inline-select p{
    display:inline-block;
    float:left;
    padding-top:5px;
    padding-right:10px
}
.country-filter select,.sort-filter select{

    height:34px;
    border:1px solid #B2B2B2;
    border-radius:0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
}
.inline-select select{
    border-radius:4px;
    -webkit-border-radius:4px;
}
.inline-select{
    padding-top:5px
}
.country-filter select{
    width:220px;
}
.sort-filter select{
    width:auto
}
.inline-select select{
    width:auto
}
p.found-results{
    font-size:16px;
}
.travelareaItem span{
    display:block;
    margin-top:5px;
    margin-left:10px
}

.gutter_sizer {
    width: 2%;
}

.S{
    width:23%;
}
.L{
    width:48%
}

p.teaser{
    font-size:12px
}


.roomTitle{
    font-size:16px;
    font-weight: 700;
    text-transform: uppercase;
    border-bottom: 1px solid #cccccc;

}
.zeroMargin{
    margin-left:0!important;
    margin-right:0!important;
}
.room-content{
    margin-top:20px
}
.room-amenities{
    margin-top:30px;
}
.search-form .nav-tabs{
    border-bottom: 0;
    position: absolute;
    top: -42px;
    background-color: rgba(26,26,26,0.7);
}
.search-form .nav-tabs li.active a,.search-form .nav-tabs li.active a:focus{
    color: #FFFFFF;
    font-family: 'Open Sans', sans-serif;
    background:transparent;
    border-bottom:01px solid rgba(26,26,26,0.7);
}
.search-form .nav-tabs li.active a:first-child{
    border-left:0
}
.search-form .nav-tabs li a{
    font-family: 'Open Sans', sans-serif;
    border-radius:0;
    color:#999999;
    background:#161615;
    font-size:14px;
    font-weight: normal;
    margin-right:0;
    border-left:0;
    border-bottom:1px solid #999999;



    /*opacity:0.8*/
}
.search-form .nav-tabs li a:hover{
    color: #FFFFFF;

}
#advanced-form{
    padding:20px
}

#advanced-search .modal-body{
    max-height:600px;
    overflow-y:scroll
}
#advanced-search .modal-title{
    font-size:22px;
    font-weight:700;
    color:#474747
}
#advanced-search .modal-header{
    border-bottom:1px solid #000000;
    margin:0 20px;
    background:white;
}
#advanced-search .modal-footer{
    border-top:1px solid #000000;
    margin:0 20px;
}
#advanced-search hr{
    border-color:#000000
}
.modal-backdrop
{
    opacity:0.8 !important;
}
#advanced-search .close{
    opacity:1;
}
#advanced-search .close span{
    position: absolute;
    width: 30px;
    /* border-style: none; */
    /* border-color: rgba(119, 98, 98, 0); */
    background-color: #5BC0DE;
    border-radius: 50px;
    top: -15px;
    right:-15px;
    display: block;
    z-index: 999999;
    color: white;
    padding:5px;
    font-weight: normal;
}
#advanced-search label{
    padding-left:0
}
#basic-search .no-date-wrapper{
    margin-top:0px;
}
.no-date-wrapper{
    margin-top:33px
}
#newsletter-modal .modal-header,#request-form .modal-header{
    background-color: #5BC0DE;
    color: white;
}
 .modal-header,.modal-header{
    background-color: #5BC0DE;
    color: white;
}
#edit-newsletter-form{
    margin:40px 20px;
}
form .has-success .form-control:focus{
    outline:0;
    box-shadow:none
}
li.subparent-region, li.child-region{
    margin-left:20px;
}
.parent-region i{
    font-size:18px
}
.parent-region  .closed{
    display:none
}

.parent-region  i.open{
    display:inline-block
}
.parent-region a,.parent-region a:hover,.parent-region a:focus,.parent-region a:active,.parent-region a:visited{
    color:#474747!important
}
.parent-region label,.parent-region a{
    font-size:14px;
    font-weight:normal
}
.parent-region div.checker{
    margin-right:0;
    margin-top:-1px;
}
.regions ul{
    margin-bottom:0
}

.datepicker{
    z-index:1151 !important;
}
.date .input-group-addon{
    cursor: pointer;

}
.infobox p{
    margin:5px 0;
}
.infobox{
    width:300px;
    padding: 20px 0;
}
.infobox .title{
    font-size:18px;
    margin:5px 0;
    font-weight: 700;
}
.infobox .price{
    color:#0078A8;
    font-size:14px;
    font-weight: 700;
}
#price-from,#price-to{
    width:100px;

}
.price-range{
    margin-top:5px;
}
#basic-search label,#basic-search p{
    color:white;
    padding-left:0
}
.price-slider .ui-slider-horizontal .ui-slider-range{
    background:#1B7396!important;
}
.price-slider .ui-slider-horizontal{
    height: 0.5em !important;
    background: #dedede!important;
}
.loading{
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: #1B7396;
    opacity: 0.2;

}
.loading-inner{
    text-align: center;
    font-size: 13px;
    width: auto;
    position: fixed;
    top: 50%;
    left: 50%;
    opacity: 0.9;
    z-index: 1000;

}

.loading img{
width:150px
}

.deal-category{
    text-transform: uppercase;
}
#contact .form-group{
    margin-bottom:0
}

.breadcrumb > li + li:before {
    color: #ccc;
    content: ">";
    padding: 0 5px;
}

.breadcrumbs a {
    line-height: 14px;
    font-size: 12px;
    color: #FFFFFF;

}
.breadcrumbs .breadcrumb{
    margin-bottom:0;
    background-color:#106382;
    padding:0;
    font-size:12px;
    color:white

}
.breadcrumbs .breadcrumb .active{
    color:white
}

.normal-font{
    font-weight:400
}
.light-font{
    font-weight:300!important
}

#top_deals,#perfect_deals{
    margin-top:20px
}
/*end extra css*/

/*home page deals*/
.home-deals {
    padding-top: 30px;
    /*padding-bottom: 70px;*/
}

.home-deals .areaTitle {
    font-size: 22px;
    color: #1B7396;

}



.boxImg img,.item-img img {
    border-radius: 5px;

}
.box_size_S .item-img{
    height:220px
}

.item-img{
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.box_size_L .item-img-1{
    height:462px;

}
.box_size_S .item-img-1{
    height:220px
}
.template_0 img{
    height:180px
}
.boxImg h1 {

    position: absolute;
    z-index: 1;
    top: 0px;
    padding: 20px;
    font-size: 24px;
    color: #FFFFFF;
    line-height: 29px;
    font-weight: 700;
}
.item-img h1{
    position: absolute;
    z-index: 1;
    top: 0px;
    padding: 20px;
    font-size: 24px;
    color: #FFFFFF;
    line-height: 29px;
    font-weight: 700;
}
.item-box h3{
    font-size:18px;
    margin-top:10px
}
.item-box h1{
    font-size: 24px;
    color: #FFFFFF;

    font-weight: 700;

}
.template_0 h1,.template_1,.deal_template_1 h1
{
    background: rgba(0,0,0,0.6);
}
.item-box .template_0 h1, .deal_template_1 h1{
    position: absolute;
    z-index: 1;
    top: 0px;
    padding:20px;

}
.template_0 p,.template_0 h3,.deal_template_0 p,.deal_template_0 h3,.deal_template_1 h3,.deal_template_1 p{
    color:#333333;
}
.item-box .template_1{
    position: absolute;
    z-index: 1;
    bottom:0;
    color:#FFFFFF;
    padding-left:10px;
    padding-right:10px;
}
.item-box .template_1 p{
    font-style:italic;
}
.item-box h1{
    display:none;
}
.boxImg img,.item-img {
    opacity: 0.8;
}
.item-img{
    overflow: hidden;
    border-radius: 5px;
}
.boxImg img:hover,.item-img:hover {
    opacity: 1;
    webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.box_size_S,.destination_S{
    width:32%
}
.box_size_L,.destination_L{
    width:66%;
}
.booking-system{
    margin-right: -25px;
    margin-top: -25px;
}
.booking-system img{
    width:120px
}
div.required label:after {
    content: " *";
    color: #DE0329;
}
.num-type{
    text-align: left;
    background-color: #B2B2B2;
    border-radius: 10px;
    width: 100%;
    height: 25px;
    line-height: 14px;
    font-size: 12px;
    color: #FFFFFF;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    margin-top: 5px;
    margin-bottom: 5px;
}

/* end home page deals*/

/*destinatin packery*/
.destination-item {
    border: 1px solid #ebebeb;
    background: white;
    cursor: pointer;
}

.layout_0 .details-area{
    max-width:700px;
    padding:20px 50px 20px 50px;
    margin-left: 40px;
}
.layout_0 .details-area h1,.details-area h1{
    line-height: 36px;
    font-size: 26px;
    font-weight: bold;
}
.layout_0 .details-area h2,.details-area h2{
   font-size:20px;
    font-weight: bold;
    margin-bottom: 18px;
    padding: 0;
    overflow: visible;
    height: auto;
}
.layout_0 .details-area h3,.details-area h3{
    font-weight:700;
    font-size: 1.71429rem;
}
.layout_0 .details-area .box{
    display:none
}
.details-area h4, .details-area h5,.details-area h6 {
    font-weight:700;
}
/* end destination packery*/

div#infscr-loading {
    bottom: -50px;
    position: absolute;
    text-align:center;
    left:50%;

}
div#infscr-loading:before{
    clear:both
}
.pagination-div{
    padding-top:25px
}
.scrollToTop {
    width: 45px;
    height: 130px;
    padding: 10px;
    text-align: center;
    background: whiteSmoke;
    font-weight: bold;
    color: #444;
    text-decoration: none;
    position: fixed;
    bottom: 0;
    right: 0px;
    z-index: 9999;
    display: none;
    background: url('../img/scroll-top.png') no-repeat 0px 20px;
}
.mapContent iframe{
    width:100%;
    height:350px;
}
.lang-menu{
    padding-left:20px
}
.search-results{
    padding-top:20px
}
.left0{
    margin-left:-15px;
}
.top10{
     margin-top:10px
 }
.top20{
    margin-top:20px
}
.top30{
    margin-top:30px
}
.top50{
    margin-top:50px
}
.hr-10{
    margin-top:10px;
}

.filter-area .areaTitle{
    font-size:20px;
    padding:5px;
    margin:0;
}
.sidebar-accordion i.closed{
    display:none;
}
.sidebar-accordion i.opened{
    display:inline-block;
}
.sidebar-accordion{
    cursor:pointer;
}
.destinationStickyMenu ul li:last-child a{
    border-bottom:0
}
.vertical-input p{
    margin-bottom:0
}
.no-date-input{
    margin-top:25px;
}
.search-container{
    padding-bottom:15px;
}
.search-buttons{
    margin-top:20px;
}
.clear-search{
    display:block;
    margin-top:20px;
}
.inline-select p,.bottom0{
    margin-bottom:0
}
.image-container
{
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}
.user-nav{
    margin:8px;
}
.user-nav button{
     border: 1px solid gray;
    background:white;
}
.well {
     background-color: #FFFFFF;
     border: 1px solid #C0C0C0;
}
.user-links a{
    color:#777;
    margin-top:5px;
    display:inline-block;
}
.middle-form{
    max-width:600px;
    margin:0 auto;
}
.call2action,.call2action:hover{
    background:#5CB85C;
}
.call2action a{
    color:white!important
}
.call2action a:hover{
    background-color:#5CB85C!important ;
}
.light-cover {
    background: #eeeeee;
    padding: 22px;
    margin-top: 15px;
    margin-bottom: 15px;
}
/*special row with 20%*/
.col-xs-20,
.col-sm-20,
.col-md-20,
.col-lg-20 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}
.col-xs-20 {
    width: 20%;
    float: left;
}
.total_hotels{
    width: 350px;
    margin: 0 auto;
    margin-top: 20px;
    background: rgba(0,0,0,0.6);
    font-size: 24px;
    color: #FFFFFF;
    font-weight: 700;
    padding: 10px;
    text-align: center;
}
@media (min-width: 768px) {
    .col-sm-20 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 992px) {
    .col-md-20 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 1200px) {
    .col-lg-20 {
        width: 20%;
        float: left;
    }
}

.registerToWin{
    padding-left:15px;
}
.dash-container{
    max-width: 960px;
    border: 3px dashed #000000;
    margin: 0 auto;
    margin-top: 30px;
    /*padding: 15px;*/
}
.dash-container .win-p{
    color: #067d2e;
    font-size: 22px;
    padding: 15px;
}
.green-line{
    margin-left: -80px;
    margin-top: -5px;
}
.icon-banner{
    margin-top:10px;
}

/*Media Query*/

/*Deal Page*/


@media( max-width:1170px) {
    .S{
        width:32%
    }
    .L{
        width:64%;
    }
    .carousel-caption,.destination-caption{
        right:10%;
        left:10%
    }
}
@media (max-width: 768px) {
    .deal-item {
        width: 100%;

    }
    .SearchMoreHotel {
        width: 100%;

    }
    .search-form {

        margin-left: -15px;
    }
    .srchhmp {
        position: absolute;
        margin-left: 72.1%;
        margin-top: 16.9%;
    }
    .search-form {
        margin-top: 50px;
    }
    .box_size_S,.box_size_L,.destination_S,.destination_L{
        width:49%
    }
    .item-img,.box_size_S .item-img-1 img{
        height:220px;
    }
    .S,.L{
        width:49%
    }
    .layout_0 .details-area{
        margin-left:0
    }
    .search-form{
        position:relative;
        top:0
    }
    .search-form .nav-tabs
    {
        position:absolute;
    }
    .box_size_L .item-img-1
    {
        height:220px;
    }
    .navbar-toggle{
        margin-top:15px;
    }
    .current-lang{
        margin-top:7px
    }
    #advanced-form{
        padding:0;
    }
    #price-from, #price-to{
        display:inline-block;
    }
    .destination-results{
        padding:0 30px 30px 30px
    }
    .country-filter p, .sort-filter p, .inline-select p
    {
        float:none;
    }
    .country-filter select,.sort-filter select{
        width:100%;
    }
    .btnRed,#readMore_1
    {
        width:100%;
        margin:10px 0;
        font-size:15px;
    }
    .btnRed{
        border:0;

    }
    .action-buttons{
        padding:0 20px;
    }
    .left0
    {
        margin-left:0
    }
    .pagination-div{
        padding-top:0;
        margin-bottom:10px;
    }
    .result-items{
        padding:10px;
    }
    .fixed{
       position:relative;
        width:100%!important;
    }
    #main-content{
        /*margin-top:40px*/
    }
    .booking-system{
        margin-right:0
    }
    #rating{
        width:100%;
    }
    .user-nav{
        float:none!important
    }
    .green-line{
        margin-left:0
    }
    .registerToWin{
        padding-right:15px;
    }



}


@media (max-width: 478px){
    .box_size_S,.box_size_L,.destination_S,.destination_L{
        width:100%
    }
    .S,.L{
        width:100%
    }
    .search-buttons a,.search-buttons button{
        width:100%;
    }
    .search-buttons a{
        margin-top:15px;
    }
}

@media (min-width: 1170px) {
    #advanced-search .modal-lg {
        width: 1000px;
    }
    .inline-select #rating{
       width:100px
    }

}

@media (max-width: 372px){
    .lang-menu{
        float:none!important;
       width:150px;
        margin:0 auto
    }
    .lang-menu:after{
        clear: both;
    }
    #price-from, #price-to
    {
        width:70px;
        display:inline-block;
    }
}


@media(max-width:992px){

    .inline-select select{
        /*width:100%;*/
        /*margin-bottom:10px*/
    }

    .no-date-wrapper{
        margin-top:20px
    }
    .country-filter, .sort-filter{
        padding-top:10px
    }
    .layout_0 .details-area{
        padding:15px;
        margin-left:0
    }
    .fixed{
        width:220px;
    }



}
/*End Deal Page*/

/*/END*/