@import url("../font/all-fontello.min.css");	
#hero, #hero_2 .intro_title h1, #hero_video, #nav-search-in #nav-search-in-content, .features-content h3, .intro_title h3, .marker_info h3, .parallax-content-2 div h1, .table.cart-list th, .table.confirm th, .table.options_cart th, .table.table_summary tr.total {
    text-transform: uppercase;
}								
.margin_40{
    margin-top: 40px;
}
.off-canvas-open .t3-wrapper{
    margin-top: -110px;
}
.off-canvas-open .sticky-wrapper{
     margin-top: 110px;
}
#map{
    z-index: 0;
}
.map-right #map {
    height: 750px;
    width: 100%;
}
.row.row-height{
     background-color: #ddd;
}
.content-left, .full-height,.map-right, .row-height {
    min-height: 100%;
    max-height: 750px;
}
.map-right{
        padding:0;
}
.property_container {
    transition: background-color 0.5s ease;
    background-color: #fff;
    box-shadow: 0 0 5px 0 rgba(0,0,0,.1);
    margin-bottom: 30px;
}
.property_container.hover {
    background-color: #81B3AD;
}
.ribbon_3 {
    position: absolute;
    left: 4px;
    top: -5px;
    z-index: 5;
    overflow: hidden;
    width: 75px;
    height: 75px;
    text-align: right;
}
.img_container {
    position: relative;
    overflow: hidden;
    border: 1px solid #fff;
}
.img_container img {
    min-width: 100px;
    margin: 0 auto;
}
.property_container.hover .img_container{
    border-left-color: #81B3AD;
    border-right-color: #81B3AD;
}
.property_container .hotel_title, .transfer_container .transfer_title {
    padding: 15px;
    position: relative;
}
.wishlist {
    position: absolute;
    top: 10px;
    width: 40px;
    height: 40px;
    z-index: 2;
    font-size: 20px;
    line-height: 40px;
    cursor: pointer;
}
#toTop, .wishlist {
    right: 10px;
    text-align: center;
}
.wishlist:before {
    font-size: 40px;
    color: #888;
    position: absolute;
    top: 4px;
}
.strip_all_tour_list .wishlist:before, .wishlist:before {
    font-family: FontAwesome;
    content: "\f08a";
    left: 0;
    font-weight: 400;
    font-style: normal;
}
.wishlist a {
    color: #888;
    cursor: pointer;
    display: block;
}
.tooltip-effect-1 .tooltip-content-flip {
    -webkit-transform: translate3d(0,10px,0);
    transform: translate3d(0,10px,0);
}
.tooltip-content, .tooltip-content-flip {
    z-index: 9999;
    cursor: default;
    color: #fff;
    bottom: 100%;
}
.tooltip-content-flip {
    position: absolute;
    width: 80px;
    height: 80px;
    left: -40%;
    text-align: center;
    opacity: 0;
    margin-bottom: 7px;
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: opacity .3s,-webkit-transform .3s;
    transition: opacity .3s,transform .3s;
}
.property_container .hotel_title .rating {
    font-size: 14px;
}
.property_container .hotel_title h3 {
    margin: 0;
    font-size: 16px;
    text-transform: uppercase;
    color: #333;
}
.view_on_map {
    position: relative;
    cursor: pointer;
    padding: 8px 10px 0 8px;
    display: block;
    border-top: 1px solid #ededed;
    margin: 10px -15px -8px;
}
.ribbon_3 span {
    font-size: 10px;
    font-weight: 700;
    color: #FFF;
    text-align: center;
    line-height: 20px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    width: 100px;
    display: block;
    background: #79A70A;
    background: linear-gradient(#9BC90D 0,#79A70A 100%);
    box-shadow: 0 3px 10px -5px rgba(0,0,0,1);
    text-shadow: 1px 1px 2px rgba(0,0,0,.25);
    position: absolute;
    top: 19px;
    left: -21px;
}
.ribbon_3.popular span {
    background: linear-gradient(#f14f3f 0,#cb4335 100%);
}
.property_container .hotel_title, .transfer_container .transfer_title {
    padding: 15px;
    position: relative;
}
i.fa.fa-map-marker{
  font-size: 14px;
    color: #e04f67;
}
#toTop:before, .view_on_map:before {
    font-weight: 400;
    font-style: normal;
}
.img_container img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    -webkit-backface-visibility: hidden;
}
.img_container a:hover img {
    -webkit-transform: scale(1);
    transform: scale(1)
}
.ribbon_3.popular span::before {
    border-left: 3px solid #a3362a;
    border-right: 3px solid transparent;
}
.ribbon_3.popular span::after, .ribbon_3.popular span::before {
    border-bottom: 3px solid transparent;
    border-top: 3px solid #a3362a;
}
.ribbon_3 span::before {
    left: 0;
    border-left: 3px solid #638908;
    border-right: 3px solid transparent;
}
.ribbon_3 span::after, .ribbon_3 span::before {
    content: "";
    position: absolute;
    top: 100%;
    z-index: -1;
    border-bottom: 3px solid transparent;
    border-top: 3px solid #638908;
}
.wishlist a {
    color: #888;
    cursor: pointer;
    display: block;
}
.tooltip_flip {
    position: relative;
}
.tooltip-effect-1 .tooltip-content-flip {
    -webkit-transform: translate3d(0,10px,0);
    transform: translate3d(0,10px,0);
}
.tooltip-content-flip {
    position: absolute;
    width: 80px;
    height: 80px;
    left: -40%;
    text-align: center;
    opacity: 0;
    margin-bottom: 7px;
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: opacity .3s,-webkit-transform .3s;
    transition: opacity .3s,transform .3s;
}
.tooltip-content, .tooltip-content-flip {
    z-index: 9999;
    cursor: default;
    color: #fff;
    bottom: 100%;
}
.rating .voted {
    color: #F90;
}
.marker_info,.marker_info_2{
    text-align: center
}
.marker_info h3 {
    text-transform: uppercase
}
.marker_info {
    width: 280px;
    height: 320px;
    border-radius: 3px;
    background: #FFF;
    background: rgba(255,255,255,.9);
    position: relative;
    z-index: 9999999;
    font-family: Montserrat,Arial,sans-serif
}
.marker_info img {
    display: block;
    -webkit-border-top-left-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-topright: 3px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px
}
.marker_info h3 {
    font-size: 18px;
    line-height: 18px;
    margin-bottom: 10px
}
.marker_info span {
    display: block;
    padding: 0 20px;
    font-size: 12px;
    line-height: 16px;
    color: #7a7f82;
    margin-bottom: 0
}
.marker_info:after {
    right: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-right-color: rgba(255,255,255,.9);
    border-width: 10px;
    margin-top: -10px
}
.marker_info_2 {
    width: 240px;
    height: 340px;
    border-radius: 3px;
    background: #FFF;
    background: rgba(255,255,255,.9);
    position: relative;
    z-index: 9999999;
    font-family: Montserrat,Arial,sans-serif
}
.marker_info_2 img {
    display: block;
    -webkit-border-top-left-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-topright: 3px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px
}
.marker_info_2 h3 {
    font-size: 18px;
    line-height: 18px;
    text-transform: uppercase;
    margin-bottom: 10px
}

.marker_info_2 span {
    display: block;
    padding: 0 20px;
    font-size: 12px;
    line-height: 16px;
    color: #7a7f82;
    margin-bottom: 15px
}
.marker_info_2:after {
    right: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-right-color: rgba(255,255,255,.9);
    border-width: 10px;
    margin-top: -10px
}
.infoBox {
    padding-right: 25px!important
}
.btn_infobox_get_directions:before,a.btn_infobox_detail:before,a.btn_infobox_phone:before {
    font-style: normal;
    font-weight: 400;
    font-family: Fontello;
    font-size: 20px;
    cursor: pointer
}
.btn_infobox_get_directions,a.btn_infobox_phone {
    border: none;
    display: inline-block;
    color: #e04f67;
    background: 0 0;
    cursor: pointer;
    margin: 0 5px;
    font-size: 13px;
    position: relative;
    padding-left: 18px;
    outline: 0
}
.btn_infobox_get_directions:hover,a.btn_infobox_phone:hover {
    color: #333
}
.btn_infobox {
    border: none;
    font-family: inherit;
    color: #fff;
    background: #51bce6;
    cursor: pointer;
    padding: 5px 15px;
    display: inline-block;
    outline: 0;
    font-size: 11px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-transform: uppercase;
    font-weight: 700
}
.btn_booknow{
    background: #5cb85c;
}

.btn_infobox:hover,a.btn_infobox:hover {
    background: #333
}
.btn_full, a.btn_full {
    border: none;
    width: 100%;
    background: #85c99d;
    transition: all .3s;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin-bottom: 10px;
}
.btn_full, a.btn_full, a.btn_map {
    color: #fff;
    padding: 12px 20px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    font-family: inherit;
    cursor: pointer;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
    display: block;
    text-align: center;
    outline: 0;
}
a.btn_map:hover,a.btn_map:focus,.btn_full:hover, a.btn_full:hover {
    background: #333;
    color:#fff;
    text-decoration: none;
}
a:focus, a:hover {
    color: #111;
    outline: 0;
}
.marker_tools {
    margin: 10px 0 15px
}
.property_container a .score {
    color: #fff;
}
.property_container .score {
	color: #fff; 
	z-index: 1;
    font-size: 11px;
    margin-top: 5px;
    position: absolute;
    bottom: 30px;
    left: 5px;
}
.score {
    float: right;
    font-size: 11px;
    margin-top: 5px;
}
.property_container .score span {
    color: #fff;
    margin-right: 5px;
    text-align: center;
    border: 2px solid #fff;
}
.score span {
    border-radius: 50%;
    width: 35px;
    height: 35px;
    border: 2px solid #999;
    line-height: 32px;
    font-size: 13px;
    color: #999;
    margin-left: 5px;
}

#score_detail span, .score span, a.btn_collapse {
    display: inline-block;
    font-weight: 700;
}
.property_container .short_info.hotel {
    padding-left: 10px;
}
.short_info {
	z-index: 1;
    position: absolute;
    left: 0;
    bottom: -10px;
    width: 100%;
    padding: 10px 10px 8px 5px;
    color: #fff;
    background: -webkit-linear-gradient(top,transparent,#000);
    background: linear-gradient(to bottom,transparent,#000);
}
.short_info .price {
	margin-top: -10px;
    float: right;
    font-size: 24px;
    font-weight: 700;
    display: inline-block;
}
.short_info .price sup {
    font-size: 18px;
    position: relative;
    top: -5px;
}
i.fa-heart,i.fa-heart-o {
    bottom: 5px;
    font-size: 20px;
}
i.fa-heart-o {
    color:#808080;
}
.buttons-wrapper{
    margin-top: 8px;
}

.instant-booking {
    position: absolute;
    z-index: 1;
    right: 20px;
    top: 10px;
    
}
.instant-booking i{
    font-size: 20px;
    color: rgb(230, 200, 0);
    text-shadow: 1px 1px 1px #333333;
}
.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
    background-color: #51BCE6;
    background-color: rgba(81,188,230,0.2);
    filter: "alpha(opacity=20)";
    -ms-filter: "alpha(opacity=20)";
}

.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{
    background-color: #51BCE6; background-color: rgba(81,188,230,0.5);
    filter: "alpha(opacity=50)"; -ms-filter: "alpha(opacity=50)"; 
}
.mCSB_scrollTools .mCSB_dragger {
margin-left: 4px;
}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 5px;
}

a.btn_full_outline,input.btn_full_outline {
    font-family: inherit;
    color: #85c99d;
    background: 0 0;
    border: 2px solid #85c99d;
    cursor: pointer;
    padding: 10px 20px;
    outline: 0;
    font-size: 12px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-transform: uppercase;
    font-weight: 700;
    display: block;
    text-align: center;
}
a.btn_full_outline.bottom{
    margin-bottom: 10px;
}
.t3-wrapper {
    background: transparent !important;
}
.t3-wrapper .navigation-fixed{
    top:0;
}
.t3-content{
    padding-top: 4px;
}
.parallax-window-jpd {
    min-height: 370px;
    background: 0 0;
    position: relative;
    margin-top: 110px;
}
.parallax-content-2 {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 98;
    padding: 18px 0 20px;
    color: #fff;
    font-size: 13px;
    background: url(../img/shadow_single.png) bottom left repeat-x;
    width: 100%;
}
.parallax-content-2 .rating {
    font-size: 14px;
}
.parallax-content-2 div h1 {
    font-size: 36px;
    font-weight: 700;
    color: #fff;
    /* margin: 0; */
    margin: 10px 0; /* removed the ratinf from top header so we need to add a marging*/
}

 #position {
      position: relative;
    width: 100%;
    background-color: #333;
    padding: 10px 0;
    font-size: 11px;
    z-index: 99;
}    

#position ul {
    margin: 0;
    padding: 0;
    color: #888;
}
#position ul li {
   display: inline-block;
    padding-right: 8px;
    margin-right: 3px;
    position: relative;
}

#position.top{
    width: 100%;
   z-index: 1000;
   position: fixed;
   top: 52px;
}
#position ul li a {
    color: #fff;
    opacity: .7;
}

#position ul li a:hover {
    color: #fff;
    opacity: 1;
    text-decoration: none;
}
#position ul li a:focus {
    text-decoration: none;
}
#position ul li.active a{
  color:#fff;
  opacity: 1;
}
.box_style_1 {
  z-index: 97;
    background: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #ddd;
    margin-bottom: 25px;
    padding: 30px;
    position: relative;
    color: #666;
}

#booking .form-group, .expose {
    position: relative;
}
.box_style_1 h3.inner {
    margin: -30px -30px 20px;
    background-color: #565a5c;
    padding: 10px 20px 10px 18px;
    color: #fff;
    border: 1px solid #fff;
    -webkit-border-top-left-radius: 3px;
    text-align: center;
    -webkit-border-top-right-radius: 3px;
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-topright: 3px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}
#summary .alert,.step .alert {
    border-radius: 4px;
    font-size: 10px;
    padding: 5px;
}
#price_single_main {
    text-align: right;
    padding-top: 25px;
    font-weight: 400;
}
#price_single_main.hotel {
    padding-top: 40px;
}
#price_single_main span {
    font-size: 35px;
    color: #3CF;
}
div.compare{
    font-size: 10px;
}
.compare input{
    vertical-align: bottom;
}
#jomres_content_area .steps{
    margin: 15px;
}
.map-right,.content-left,.jomres_property_list_propertywrapper {
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}
/* .content-left{
    overflow: hidden;
     height: 500px;
} */
.content-left.in {
    width: 99%;
}
.map-right.in {
    width: 1%;
}
button.btn-map {
  display: none;
  -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    transform: rotate(-90deg);
    position: absolute;
    top: 45px;
    left: -73px;
    z-index: 1;
    background-color: #5cb85c;
    border-radius: 3px;
    text-transform: uppercase;
    font-weight: 700;
    border:none;
    color:#fff;
    letter-spacing: 1.5px;
}
.btn.btn-map:hover{
   background: #333;
}
.btn.btn-map:hover,.btn.btn-map:focus {
  outline: none;
  color:#fff;
}
.in button.btn-map{
  background-color: #51bce6;
}
@media (max-width: 979px) and (min-width: 769px){
.view_on_map {
    display: none;
}
}
@media (max-width: 991px) {
    .btn_booknow{
        margin-top: 2px;
    }
}

@media (max-width: 767px) { 
    .t3-content{
        padding-top: 25px;
    }
    .parallax-window-jpd {
            height: 240px;
            min-height: 240px
        }
    .parallax-content-2 {
        padding-bottom: 5px
    }

    .parallax-content-2 div h1 {
        font-size: 22px
    }

    .parallax-content-2 .rating {
        font-size: 12px;
        display: block
    }
    #map {
     height: 300px;
    }
    #price_single_main, #price_single_main.hotel {
        font-size: 11px;
        text-align: left;
        padding-top: 0;
    }
    #price_single_main span {
        font-size: 20px;
    }
    .parallax-content-2 div h1 {
     margin: 0; 
    }
    address {
        margin-bottom: 0 !important;
    }
    .margin_40{
        margin-top: 0;
    }
}