﻿#map-canvas {
    height: 100%;
    margin: 0px;
    padding: 0px;
}

#pnlTabMap .detail {
    height: 600px;
}

#panel {
    position: absolute;
    top: 5px;
    left: 50%;
    margin-left: -180px;
    z-index: 5;
    background-color: #fff;
    padding: 5px;
    border: 1px solid #999;
}

.labels {
    font-size: 16px;
    padding: 5px 10px;
    background: #d61613;
    color: #FFF;
}


#map-canvas .gm-style-cc, #map-canvas .gmnoscreen {
    visibility: hidden !important;
}


/*Colors*/
/*orange*/
.orange ::selection {
    background: #ec812a;
    color: #fff;
    text-shadow: none;
}

.orange .offer .price a {
    background: url("../images/orange/link-btn_orange.png") no-repeat;
    width: 71px;
    height: 51px;
    position: absolute;
    top: 0px;
    right: 0px;
    -webkit-transition: all 0.6s ease-in-out 0s;
    -moz-transition: all 0.6s ease-in-out 0s;
    -o-transition: all 0.6s ease-in-out 0s;
}

    .orange .offer .price a:hover {
        background: url("../images/orange/link-btn1_orange.png") no-repeat;
        width: 71px;
        height: 51px;
        position: absolute;
        top: 0px;
        right: 0px;
        -webkit-transition: all 0.6s ease-in-out 0s;
        -moz-transition: all 0.6s ease-in-out 0s;
        -o-transition: all 0.6s ease-in-out 0s;
    }

.orange .travel_lest .offer .price a {
    background: url("../images/orange/link-btn2_orange.png") no-repeat;
    width: 124px;
    top: 100%;
    margin-top: -49px;
    border-bottom-right-radius: 5px;
}


.orange #tabs_two > ul > li:hover a {
    color: #000;
}

.orange #tabs_two > ul > li a {
    background-color: #ec812a;
}

    .orange #tabs_two > ul > li a:hover,
    .orange #tabs_two > ul > li.ui-state-active a {
        background-color: #ec812a;
    }

    .orange #tabs_two > ul > li a.one {
        background: #e68535 url("../images/summery.png") 14px center no-repeat;
    }

    .orange #tabs_two > ul > li a.two {
        background: #e68535 url("../images/prefrnce.png") 14px center no-repeat;
    }

    .orange #tabs_two > ul > li a.three {
        background: #e68535 url("../images/location2.png") 14px center no-repeat;
    }

    .orange #tabs_two > ul > li a.four {
        background: #e68535 url("../images/review.png") 14px center no-repeat;
    }

    .orange #tabs_two > ul > li a.one:hover {
        background: #e68535 url("../images/summery_hover.png") 14px center no-repeat;
    }

    .orange #tabs_two > ul > li a.two:hover {
        background: #e68535 url("../images/prefrnce_hover.png") 14px center no-repeat;
    }

    .orange #tabs_two > ul > li a.three:hover {
        background: #e68535 url("../images/location2_hover.png") 14px center no-repeat;
    }

    .orange #tabs_two > ul > li a.four:hover {
        background: #e68535 url("../images/review_hover.png") 14px center no-repeat;
    }

.orange #tabs_two > ul > li.ui-state-active a.one {
    background: #e68535 url("../images/summery_hover.png") 14px center no-repeat;
}

.orange #tabs_two > ul > li.ui-state-active a.two {
    background: #e68535 url("../images/prefrnce_hover.png") 14px center no-repeat;
}

.orange #tabs_two > ul > li.ui-state-active a.three {
    background: #e68535 url("../images/location2_hover.png") 14px center no-repeat;
}

.orange #tabs_two > ul > li.ui-state-active a.four {
    background: #e68535 url("../images/review_hover.png") 14px center no-repeat;
}

.orange .QuickSelect .button {
    font: 16px 'gotham_roundedmedium',Times New Roman, Times, serif;
    color: #fff;
    border-radius: 5px;
    background: #ec812a;
    border: 0px;
    height: 42px;
    width: 77px;
}

.orange #prev {
    display: block;
    width: 61px;
    height: 112px;
    position: absolute;
    top: 0px;
    display: block !important;
    background: url("../images/orange/crosal-left_orange.png") no-repeat;
    background-size: 100% 100%;
}

.orange #next {
    display: block;
    width: 61px;
    height: 112px;
    position: absolute;
    top: 0px;
    right: -1px;
    display: block !important;
    background: url("../images/orange/crosal-right_orange.png") no-repeat;
    background-size: 100% 100%;
}

.orange .login_btn .btns:hover {
    background: #c4712d;
}

.orange .login_btn .btns {
    background: #ec812a;
    padding: 11px;
    width: 65%;
    border-radius: 5px;
    margin: 0 auto;
    margin-top: 8px;
    font-size: 12px;
}

.orange #login-popup {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    margin: -45px 0 0 -185px;
    width: 246px;
    padding: 57px 40px 26px 40px;
    background: #fff;
    border: 3px solid #ec812a;
    z-index: 9999;
}

    .orange #login-popup #login-button {
        font: 700 22px 'gotham_roundedmedium', Helvetica, sans-serif;
        color: #ffffff;
        background: #ec812a;
        border: 3px;
        padding: 15px 50px;
        margin: 0 auto;
        text-align: center;
    }

.orange .responsive_nav li ul li a:hover {
    background: #ec812a;
}

.orange .detail-one span {
    font: 24px 'gotham_roundedlight',Times New Roman, Times, serif;
    color: #f2f2f2;
    background: #ec812a;
    padding: 8px 16px;
    display: inline-block;
    float: left;
}

.orange .slider_two .detail-one span {
    background: #ec812a;
    padding: 8.5px 9px;
    display: inline-block;
    float: left;
}

.orange .search input {
    background: #ec812a;
    border: 0px;
    width: 100%;
    font: 18px 'gotham_roundedmedium',Times New Roman, Times, serif;
    color: #fff;
    padding: 7px 0px;
    border-radius: 3px;
}

.orange .offer article h3 {
    color: #ec812a;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.orange .offer .price {
    background: #ec812a;
    width: 100%;
    padding: 11px 0px;
    position: relative;
}

.orange .travel_lest .offer article h3 {
    color: #ec812a;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.orange .hotdeal .deal-header {
    padding: 25px 10px;
    background: #ec812a;
}

.orange .hotdeal article h3 {
    font: 18px 'gotham_roundedlight',Times New Roman, Times, serif;
    color: #ffd82a !important;
}

.orange .notify .text {
    background: #ec812a;
    padding: 15px 0px;
    text-align: center;
    position: relative;
}

.orange #widget_accordion .widget .call {
    font: 18px 'gotham_roundedmedium',Times New Roman, Times, serif;
    color: #ec812a;
    padding-left: 30px;
    background: url("../images/orange/call.png") no-repeat left center;
}

.orange #widget_accordion .deals article h3 {
    font: 18px 'gotham_roundedlight',Times New Roman, Times, serif;
    color: #ffd82a !important;
}

.orange #tabs_two #vcarousel .hot h5 {
    color: #ec812a;
    margin-bottom: 5px;
    display: inline-block;
}

.orange .grid_btn {
    float: right;
    background: #ec812a;
    border-radius: 27px;
    margin-top: -7px;
}

.orange .pagination .errows {
    float: right;
    background: #ec812a;
    border-radius: 27px;
    margin-top: -6px;
}

    .orange .pagination .errows a {
        width: 8px;
        display: inline-block;
        padding: 10px 20px;
        vertical-align: middle;
        border: 0;
        background: #ec812a;
        color: #ffffff;
        -webkit-transition: all 0.6s ease-in-out 0s;
        -moz-transition: all 0.6s ease-in-out 0s;
        -o-transition: all 0.6s ease-in-out 0s;
    }

    .orange .pagination .errows li:hover a,
    .orange .pagination .errows li a:hover,
    .orange .pagination .errows li.current a {
        background-color: #CE7328;
    }

.orange .contact_form input[type="submit"] {
    font: 18px 'gotham_roundedmedium',Times New Roman, Times, serif;
    text-transform: uppercase;
    color: #ffffff;
    text-align: center;
    padding: 10px 0px;
    width: 98%;
    background: #ec812a;
    border: 0px;
    border-radius: 5px;
}

.orange .right_content h3 {
    color: #ec812a;
}

.orange .offer .price h3 {
    color: #fff;
}

.orange .booking .top h2 {
    color: #ec812a;
    text-transform: uppercase;
    margin-bottom: -8px;
}

.orange .booking .summery .top h2 {
    color: #ec812a;
    text-transform: uppercase;
    margin-bottom: -8px;
    font-size: 30px;
    border: 0px;
}

.orange .confrm.booking .top h3 span {
    color: #ec812a;
    font-size: 24px;
}

.orange .confrm.booking .top h4 span {
    color: #ec812a;
    font: 24px 'gotham_roundedmedium',Times New Roman, Times, serif;
}

.orange .confrm.booking .top h4 span {
    color: #ec812a;
    font: 18px 'gotham_roundedmedium',Times New Roman, Times, serif;
}

.orange .booking .bottom h3 {
    font: 14px 'gotham_roundedmedium',Times New Roman, Times, serif;
    color: #ec812a;
    text-transform: uppercase;
    margin-bottom: 15px;
    display: inline-block;
}

.orange .booking li {
    color: #ec812a;
    margin-bottom: 20px;
}

.orange .summery form input[type="submit"] {
    font: 18px 'gotham_roundedmedium',Times New Roman, Times, serif;
    color: #ffffff;
    text-transform: uppercase;
    text-align: center;
    padding: 10px 0px;
    width: 70%;
    background: #ec812a;
    border: 0px;
}

.orange .booking_form .total p span {
    font: 36px 'gotham_roundedmedium',Times New Roman, Times, serif;
    color: #ec812a;
    margin-bottom: 10px;
    display: inline-block;
}

.orange .booking_form .total a {
    font: 18px 'gotham_roundedmedium',Times New Roman, Times, serif;
    color: #ffffff;
    text-transform: uppercase;
    text-align: center;
    padding: 13px 34px;
    margin: 0 5px;
    border-radius: 3px;
    background: #ec812a;
    border: 0px;
}

.orange .copy-right p a {
    color: #ec812a;
}

.orange .f-widget h2 {
    font: 26px 'dinpromedium',Times New Roman, Times, sans-serif;
    color: #ec812a;
    letter-spacing: -1px;
}

.orange .f-widget input[type="submit"]:hover {
    background-color: #ec812a;
    color: #FFF;
}

.orange footer .gotop {
    width: 35px;
    height: 35px;
    background: url("../images/orange/gotop_orange.png") no-repeat;
    display: inline-block;
    border-radius: 5px;
}

.orange #widget_accordion h3 a {
    width: 41px;
    height: 40px;
    display: block;
    background: url("../images/orange/drop-btn_orange.png") no-repeat;
    position: absolute;
    top: 0px;
    right: -41px;
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
}

    .orange #widget_accordion h3 a:hover {
        background: url("../images/orange/drop-btn1_orange.png") no-repeat;
    }

.orange #widget_accordion .widget .thumb .end,
.orange #widget_accordion .widget .thumb {
    background-color: #ec812a;
}

.orange #weather p {
    border-top: 1px solid #1a546f;
    font: 78px 'gotham_roundedmedium',Times New Roman, Times, serif;
    line-height: 78px;
    color: #ec812a;
    margin: 0px;
    padding-top: 23px;
}

.orange .days .sunday {
    background: #ffd82a url("../images/orange/sunday-bg.png") center 30px no-repeat;
    border-right: 2px solid #0273a9;
}


.orange #widget_accordion .deals.active figure {
    border: 1px solid #ec812a;
    border-radius: 6px;
}

.orange #widget_accordion .deals.active article p,
.orange #widget_accordion .deals:hover article p {
    color: #ec812a;
}

.orange .offer article .stars p a.active {
    background: url(../images/orange/star-orange.png) no-repeat;
}



/*GREEN*/
.green ::selection {
    background: #25b699;
    color: #fff;
    text-shadow: none;
}

.green .offer .price a {
    background: url(../images/green/link-btn_green.png) no-repeat;
    width: 71px;
    height: 51px;
    position: absolute;
    top: 0px;
    right: 0px;
    -webkit-transition: all 0.6s ease-in-out 0s;
    -moz-transition: all 0.6s ease-in-out 0s;
    -o-transition: all 0.6s ease-in-out 0s;
}

    .green .offer .price a:hover {
        background: url(../images/green/link-btn1_green.png) no-repeat;
        width: 71px;
        height: 51px;
        position: absolute;
        top: 0px;
        right: 0px;
        -webkit-transition: all 0.6s ease-in-out 0s;
        -moz-transition: all 0.6s ease-in-out 0s;
        -o-transition: all 0.6s ease-in-out 0s;
    }

.green .travel_lest .offer .price a {
    background: url(../images/green/link-btn2_green.png) no-repeat;
    width: 124px;
    top: 100%;
    margin-top: -49px;
    border-bottom-right-radius: 5px;
}


.green #tabs_two > ul > li:hover a {
    color: #000;
}

.green #tabs_two > ul > li a {
    background-color: #25b699;
}

    .green #tabs_two > ul > li a:hover,
    .green #tabs_two > ul > li.ui-state-active a {
        background-color: #fefdfd;
    }


    .green #tabs_two > ul > li a.one {
        background: #25b699 url("../images/summery.png") 14px center no-repeat;
    }

    .green #tabs_two > ul > li a.two {
        background: #25b699 url("../images/prefrnce.png") 14px center no-repeat;
    }

    .green #tabs_two > ul > li a.three {
        background: #25b699 url("../images/location2.png") 14px center no-repeat;
    }

    .green #tabs_two > ul > li a.four {
        background: #25b699 url("../images/review.png") 14px center no-repeat;
    }

    .green #tabs_two > ul > li a.one:hover {
        background: #25b699 url("../images/summery_hover.png") 14px center no-repeat;
    }

    .green #tabs_two > ul > li a.two:hover {
        background: #25b699 url("../images/prefrnce_hover.png") 14px center no-repeat;
    }

    .green #tabs_two > ul > li a.three:hover {
        background: #25b699 url("../images/location2_hover.png") 14px center no-repeat;
    }

    .green #tabs_two > ul > li a.four:hover {
        background: #25b699 url("../images/review_hover.png") 14px center no-repeat;
    }

.green #tabs_two > ul > li.ui-state-active a.one {
    background: #fefdfd url("../images/summery_hover.png") 14px center no-repeat;
}

.green #tabs_two > ul > li.ui-state-active a.two {
    background: #fefdfd url("../images/prefrnce_hover.png") 14px center no-repeat;
}

.green #tabs_two > ul > li.ui-state-active a.three {
    background: #fefdfd url("../images/location2_hover.png") 14px center no-repeat;
}

.green #tabs_two > ul > li.ui-state-active a.four {
    background: #fefdfd url("../images/review_hover.png") 14px center no-repeat;
}



.green .QuickSelect .button {
    font: 16px 'gotham_roundedmedium',Times New Roman, Times, serif;
    color: #fff;
    border-radius: 5px;
    background: #25b699;
    border: 0px;
    height: 42px;
    width: 77px;
}


.green #prev {
    display: block;
    width: 61px;
    height: 112px;
    position: absolute;
    top: 0px;
    display: block !important;
    background: url("../images/green/crosal-left_green.png") no-repeat;
    background-size: 100% 100%;
}

.green #next {
    display: block;
    width: 61px;
    height: 112px;
    position: absolute;
    top: 0px;
    right: -1px;
    display: block !important;
    background: url("../images/green/crosal-right_green.png") no-repeat;
    background-size: 100% 100%;
}

.green .login_btn .btns:hover {
    background: #3aa38a;
}

.green .login_btn .btns {
    background: #25b699;
    padding: 11px;
    width: 65%;
    border-radius: 5px;
    margin: 0 auto;
    margin-top: 8px;
    font-size: 13px;
}

.green #login-popup {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    margin: -45px 0 0 -185px;
    width: 246px;
    padding: 57px 40px 26px 40px;
    background: #fff;
    border: 3px solid #25b699;
    z-index: 9999;
}

    .green #login-popup #login-button {
        font: 700 22px 'gotham_roundedmedium', Helvetica, sans-serif;
        color: #ffffff;
        background: #25b699;
        border: 3px;
        padding: 15px 50px;
        margin: 0 auto;
        text-align: center;
    }

.green .responsive_nav li ul li a:hover {
    background: #25b699;
}

.green .detail-one span {
    font: 24px 'gotham_roundedlight',Times New Roman, Times, serif;
    color: #f2f2f2;
    background: #25b699;
    padding: 8px 16px;
    display: inline-block;
    float: left;
}

.green .slider_two .detail-one span {
    background: #25b699;
    padding: 8.5px 9px;
    display: inline-block;
    float: left;
}

.green .search input {
    background: #25b699;
    border: 0px;
    width: 100%;
    font: 18px 'gotham_roundedmedium',Times New Roman, Times, serif;
    color: #fff;
    padding: 7px 0px;
    border-radius: 3px;
}

.green .offer article h3 {
    color: #25b699;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.green .offer .price {
    background: #25b699;
    padding: 11px 0px;
    position: relative;
}

.green .travel_lest .offer article h3 {
    color: #25b699;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.green .offer article .map a {
    width: 80px;
    height: 30px;
    display: inline-block;
    padding-top: 35px;
    background: url(../images/map1.png) no-repeat center top;
    font: 14px 'dinpromedium',Times New Roman, Times, sans-serif;
    color: #25b699;
}

    .green .offer article .map a:hover {
        background: url(../images/green/map2_green.png) no-repeat center top;
    }

.green .hotdeal .deal-header {
    padding: 25px 10px;
    background: #25b699;
}

.green .hotdeal article h3 {
    font: 18px 'gotham_roundedlight',Times New Roman, Times, serif;
    color: #ffd82a !important;
}

.green .notify .text {
    background: #25b699;
    padding: 15px 0px;
    text-align: center;
    position: relative;
}

.green #widget_accordion .widget .call {
    font: 18px 'gotham_roundedmedium',Times New Roman, Times, serif;
    color: #25b699;
    padding-left: 30px;
    background: url("../Images/call.png") no-repeat left center;
}

.green #widget_accordion .deals article h3 {
    font: 18px 'gotham_roundedlight',Times New Roman, Times, serif;
    color: #ffd82a !important;
}

.green #tabs_two #vcarousel .hot h5 {
    color: #25b699;
    margin-bottom: 5px;
    display: inline-block;
}

.green .grid_btn {
    float: right;
    background: #25b699;
    border-radius: 27px;
    margin-top: -7px;
}

.green .pagination .errows {
    float: right;
    background: #25b699;
    border-radius: 27px;
    margin-top: -6px;
}

    .green .pagination .errows a {
        width: 8px;
        display: inline-block;
        padding: 10px 20px;
        vertical-align: middle;
        border: 0;
        background: #25b699;
        color: #ffffff;
        -webkit-transition: all 0.6s ease-in-out 0s;
        -moz-transition: all 0.6s ease-in-out 0s;
        -o-transition: all 0.6s ease-in-out 0s;
    }

.green .contact_form input[type="submit"] {
    font: 18px 'gotham_roundedmedium',Times New Roman, Times, serif;
    text-transform: uppercase;
    color: #ffffff;
    text-align: center;
    padding: 10px 0px;
    width: 98%;
    background: #25b699;
    border: 0px;
    border-radius: 5px;
}

.green .right_content h3 {
    color: #25b699;
}

.green .booking .top h2 {
    color: #25b699;
    text-transform: uppercase;
    margin-bottom: -8px;
}

.green .booking .summery .top h2 {
    color: #25b699;
    text-transform: uppercase;
    margin-bottom: -8px;
    font-size: 30px;
    border: 0px;
}

.green .confrm.booking .top h3 span {
    color: #25b699;
    font-size: 24px;
}

.green .confrm.booking .top h4 span {
    color: #25b699;
    font: 18px 'gotham_roundedmedium',Times New Roman, Times, serif;
}

.green .booking .bottom h3 {
    font: 14px 'gotham_roundedmedium',Times New Roman, Times, serif;
    color: #25b699;
    text-transform: uppercase;
    margin-bottom: 15px;
    display: inline-block;
}

.green .booking li {
    color: #25b699;
    margin-bottom: 20px;
}

.green .summery form input[type="submit"] {
    font: 18px 'gotham_roundedmedium',Times New Roman, Times, serif;
    color: #ffffff;
    text-transform: uppercase;
    text-align: center;
    padding: 10px 0px;
    width: 70%;
    background: #25b699;
    border: 0px;
}

.green .booking_form .total p span {
    font: 36px 'gotham_roundedmedium',Times New Roman, Times, serif;
    color: #25b699;
    margin-bottom: 10px;
    display: inline-block;
}

.green .booking_form .total a {
    font: 18px 'gotham_roundedmedium',Times New Roman, Times, serif;
    color: #ffffff;
    text-transform: uppercase;
    text-align: center;
    padding: 13px 34px;
    margin: 0 5px;
    border-radius: 3px;
    background: #25b699;
    border: 0px;
}

.green .copy-right p a {
    color: #25b699;
}

.green .f-widget h2 {
    font: 26px 'dinpromedium',Times New Roman, Times, sans-serif;
    color: #25b699;
    letter-spacing: -1px;
}

.green .f-widget input[type="submit"]:hover {
    background-color: #25b699;
    color: #FFF;
}

.green footer .gotop {
    width: 35px;
    height: 35px;
    background: url(../images/green/gotop_green.png) no-repeat;
    display: inline-block;
    border-radius: 5px;
}

.green #widget_accordion h3 a {
    width: 41px;
    height: 40px;
    display: block;
    background: url(../images/green/drop-btn_green.png) no-repeat;
    position: absolute;
    top: 0px;
    right: -41px;
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
}

    .green #widget_accordion h3 a:hover {
        background: url(../images/green/drop-btn1_green.png) no-repeat;
    }


.green #widget_accordion .widget .thumb .end,
.green #widget_accordion .widget .thumb {
    background-color: #25b699;
}

.green #weather p {
    border-top: 1px solid #1a546f;
    font: 78px 'gotham_roundedmedium',Times New Roman, Times, serif;
    line-height: 78px;
    color: #25b699;
    margin: 0px;
    padding-top: 23px;
}

.green .days .sunday {
    background: #ffd82a url("../images/green/sunday-bg.png") center 30px no-repeat;
    border-right: 2px solid #0273a9;
}


.green .pagination .errows li:hover a,
.green .pagination .errows li a:hover,
.green .pagination .errows li.current a {
    background-color: #279C85;
}


/*Yellow*/
.yellow ::selection {
    background: #bd9a47;
    color: #fff;
    text-shadow: none;
}

.yellow .right_content h3 {
    color: #bd9a47;
}

.yellow .offer .price h3 {
    color: #fff;
}

.yellow .offer .price a {
    background: url(../images/yellow/link-btn_yellow.png) no-repeat;
    width: 124px;
    top: 100%;
    margin-top: -49px;
    border-bottom-right-radius: 5px;
}

    .yellow .offer .price a:hover {
        background: url(../images/yellow/link-btn_yellow.png) no-repeat;
    }

.yellow .QuickSelect .button {
    font: 16px 'gotham_roundedmedium',Times New Roman, Times, serif;
    color: #fff;
    border-radius: 5px;
    background: #bd9a47;
    border: 0px;
    height: 42px;
    width: 77px;
}


.yellow .login_btn .btns:hover {
    background: #b69249;
}

.yellow .login_btn .btns {
    background: #bd9a47;
    padding: 11px;
    width: 75%;
    border-radius: 5px;
    margin: 0 auto;
    margin-top: 8px;
    font-size: 12px;
}

.yellow #login-popup {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    margin: -45px 0 0 -185px;
    width: 246px;
    padding: 57px 40px 26px 40px;
    background: #fff;
    border: 3px solid #bd9a47;
    z-index: 9999;
}

    .yellow #login-popup #login-button {
        font: 700 22px 'gotham_roundedmedium', Helvetica, sans-serif;
        color: #ffffff;
        background: #bd9a47;
        border: 3px;
        padding: 15px 50px;
        margin: 0 auto;
        text-align: center;
    }

.yellow .responsive_nav li ul li a:hover {
    background: #bd9a47;
}

.yellow .detail-one span {
    font: 24px 'gotham_roundedlight',Times New Roman, Times, serif;
    color: #f2f2f2;
    background: #bd9a47;
    padding: 8px 16px;
    display: inline-block;
    float: left;
}

.yellow .slider_two .detail-one span {
    background: #bd9a47;
    padding: 8.5px 9px;
    display: inline-block;
    float: left;
}

.yellow .search input {
    background: #bd9a47;
    border: 0px;
    width: 100%;
    font: 18px 'gotham_roundedmedium',Times New Roman, Times, serif;
    color: #fff;
    padding: 7px 0px;
    border-radius: 3px;
}

.yellow .offer article h3 {
    color: #bd9a47;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.yellow .offer .price {
    background: #bd9a47;
    padding: 11px 0px;
    position: relative;
}

.yellow .travel_lest .offer article h3 {
    color: #bd9a47;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.yellow .hotdeal .deal-header {
    padding: 25px 10px;
    background: #bd9a47;
}

.yellow .hotdeal article h3 {
    font: 18px 'gotham_roundedlight',Times New Roman, Times, serif;
    color: #ffd82a !important;
}

.yellow .notify .text {
    background: #bd9a47;
    padding: 15px 0px;
    text-align: center;
    position: relative;
}

.yellow #widget_accordion .widget .call {
    font: 18px 'gotham_roundedmedium',Times New Roman, Times, serif;
    color: #bd9a47;
    padding-left: 30px;
    background: url("../images/yellow/call.png") no-repeat left center;
}

.yellow #widget_accordion .deals article h3 {
    font: 18px 'gotham_roundedlight',Times New Roman, Times, serif;
    color: #ffd82a !important;
}

.yellow #tabs_two #vcarousel .hot h5 {
    color: #bd9a47;
    margin-bottom: 5px;
    display: inline-block;
}

.yellow .grid_btn {
    float: right;
    background: #bd9a47;
    border-radius: 27px;
    margin-top: -7px;
}

.yellow .pagination .errows {
    float: right;
    background: #bd9a47;
    border-radius: 27px;
    margin-top: -6px;
}

    .yellow .pagination .errows a {
        width: 8px;
        display: inline-block;
        padding: 10px 20px;
        vertical-align: middle;
        border: 0;
        background: #bd9a47;
        color: #ffffff;
        -webkit-transition: all 0.6s ease-in-out 0s;
        -moz-transition: all 0.6s ease-in-out 0s;
        -o-transition: all 0.6s ease-in-out 0s;
    }

.yellow .contact_form input[type="submit"] {
    font: 18px 'gotham_roundedmedium',Times New Roman, Times, serif;
    text-transform: uppercase;
    color: #ffffff;
    text-align: center;
    padding: 10px 0px;
    width: 98%;
    background: #bd9a47;
    border: 0px;
    border-radius: 5px;
}

.yellow .booking .top h2 {
    color: #bd9a47;
    text-transform: uppercase;
    margin-bottom: -8px;
}

.yellow .booking .summery .top h2 {
    color: #bd9a47;
    text-transform: uppercase;
    margin-bottom: -8px;
    font-size: 30px;
    border: 0px;
}

.yellow .confrm.booking .top h3 span {
    color: #bd9a47;
    font-size: 24px;
}

.yellow .confrm.booking .top h4 span {
    color: #bd9a47;
    font: 18px 'gotham_roundedmedium',Times New Roman, Times, serif;
}

.yellow .booking .bottom h3 {
    font: 14px 'gotham_roundedmedium',Times New Roman, Times, serif;
    color: #bd9a47;
    text-transform: uppercase;
    margin-bottom: 15px;
    display: inline-block;
}

.yellow .booking li {
    color: #bd9a47;
    margin-bottom: 20px;
}

.yellow .summery form input[type="submit"] {
    font: 18px 'gotham_roundedmedium',Times New Roman, Times, serif;
    color: #ffffff;
    text-transform: uppercase;
    text-align: center;
    padding: 10px 0px;
    width: 70%;
    background: #bd9a47;
    border: 0px;
}

.yellow .booking_form .total p span {
    font: 36px 'gotham_roundedmedium',Times New Roman, Times, serif;
    color: #bd9a47;
    margin-bottom: 10px;
    display: inline-block;
}

.yellow .booking_form .total a {
    font: 18px 'gotham_roundedmedium',Times New Roman, Times, serif;
    color: #ffffff;
    text-transform: uppercase;
    text-align: center;
    padding: 13px 34px;
    margin: 0 5px;
    border-radius: 3px;
    background: #bd9a47;
    border: 0px;
}

.yellow .copy-right p a {
    color: #bd9a47;
}

.yellow .f-widget h2 {
    font: 26px 'dinpromedium',Times New Roman, Times, sans-serif;
    color: #bd9a47;
    letter-spacing: -1px;
}

.yellow .f-widget input[type="submit"]:hover {
    background-color: #bd9a47;
    color: #FFF;
}

.yellow footer .gotop {
    width: 35px;
    height: 35px;
    background: url(../images/yellow/gotop_yellow.png) no-repeat;
    display: inline-block;
    border-radius: 5px;
}

.yellow #widget_accordion h3 a {
    width: 41px;
    height: 40px;
    display: block;
    background: url(../images/yellow/drop-btn_yellow.png) no-repeat;
    position: absolute;
    top: 0px;
    right: -41px;
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
}

    .yellow #widget_accordion h3 a:hover {
        background: url(../images/yellow/drop-btn1_yellow.png) no-repeat;
    }



.yellow #tabs_two > ul > li:hover a {
    color: #000;
}

.yellow #tabs_two > ul > li a {
    background-color: #bd9a47;
}

    .yellow #tabs_two > ul > li a:hover,
    .yellow #tabs_two > ul > li.ui-state-active a {
        background-color: #fefdfd;
    }


    .yellow #tabs_two > ul > li a.one {
        background: #bd9a47 url("../images/summery.png") 14px center no-repeat;
    }

    .yellow #tabs_two > ul > li a.two {
        background: #bd9a47 url("../images/prefrnce.png") 14px center no-repeat;
    }

    .yellow #tabs_two > ul > li a.three {
        background: #bd9a47 url("../images/location2.png") 14px center no-repeat;
    }

    .yellow #tabs_two > ul > li a.four {
        background: #bd9a47 url("../images/review.png") 14px center no-repeat;
    }

    .yellow #tabs_two > ul > li a.one:hover {
        background: #bd9a47 url("../images/summery_hover.png") 14px center no-repeat;
    }

    .yellow #tabs_two > ul > li a.two:hover {
        background: #bd9a47 url("../images/prefrnce_hover.png") 14px center no-repeat;
    }

    .yellow #tabs_two > ul > li a.three:hover {
        background: #bd9a47 url("../images/location2_hover.png") 14px center no-repeat;
    }

    .yellow #tabs_two > ul > li a.four:hover {
        background: #bd9a47 url("../images/review_hover.png") 14px center no-repeat;
    }

.yellow #tabs_two > ul > li.ui-state-active a.one {
    background: #fefdfd url("../images/summery_hover.png") 14px center no-repeat;
}

.yellow #tabs_two > ul > li.ui-state-active a.two {
    background: #fefdfd url("../images/prefrnce_hover.png") 14px center no-repeat;
}

.yellow #tabs_two > ul > li.ui-state-active a.three {
    background: #fefdfd url("../images/location2_hover.png") 14px center no-repeat;
}

.yellow #tabs_two > ul > li.ui-state-active a.four {
    background: #fefdfd url("../images/review_hover.png") 14px center no-repeat;
}

.yellow #widget_accordion .widget .thumb .end,
.yellow #widget_accordion .widget .thumb {
    background-color: #bd9a47;
}

.yellow #weather p {
    border-top: 1px solid #1a546f;
    font: 78px 'gotham_roundedmedium',Times New Roman, Times, serif;
    line-height: 78px;
    color: #bd9a47;
    margin: 0px;
    padding-top: 23px;
}

.yellow .days .sunday {
    background: #ffd82a url("../images/yellow/sunday-bg.png") center 30px no-repeat;
    border-right: 2px solid #0273a9;
}

.yellow #prev {
    display: block;
    width: 61px;
    height: 112px;
    position: absolute;
    top: 0px;
    display: block !important;
    background: url("../images/yellow/crosal-left_yellow.png") no-repeat;
    background-size: 100% 100%;
}

.yellow #next {
    display: block;
    width: 61px;
    height: 112px;
    position: absolute;
    top: 0px;
    right: -1px;
    display: block !important;
    background: url("../images/yellow/crosal-right_yellow.png") no-repeat;
    background-size: 100% 100%;
}

.yellow .offer article .map a {
    width: 80px;
    height: 30px;
    display: inline-block;
    padding-top: 35px;
    background: url(../images/map1.png) no-repeat center top;
    font: 14px 'dinpromedium',Times New Roman, Times, sans-serif;
    color: #bd9a47;
}

    .yellow .offer article .map a:hover {
        background: url(../images/yellow/map2_yellow.png) no-repeat center top;
    }


/*	Social Widget
------------------------------------------------*/
.socialmedia {
    overflow: hidden;
    margin: 0;
    padding: 0;
    list-style: none;
}

    .socialmedia li {
        float: left;
        width: 40px;
        height: 40px;
        background: none;
        padding: 0px;
        margin: 0;
    }


        .socialmedia li a {
            height: 40px;
            width: 40px;
            display: block;
            text-indent: -9999px;
            background: transparent url(../images/social-icons.png);
        }

    .socialmedia a.facebook {
        background-position: 0px top;
    }

    .socialmedia a.twitter {
        background-position: -40px top;
    }

    .socialmedia a.thumblr {
        background-position: -80px top;
    }

    .socialmedia a.vimeo {
        background-position: -120px top;
    }

    .socialmedia a.dribbble {
        background-position: -160px top;
    }

    .socialmedia a.deviantart {
        background-position: -200px top;
    }

    .socialmedia a.behance {
        background-position: -240px top;
    }

    .socialmedia a.flickr {
        background-position: -280px top;
    }

    .socialmedia a.docs {
        background-position: -320px top;
    }

    .socialmedia a.linkedin {
        background-position: -360px top;
    }

    .socialmedia a.rss {
        background-position: -400px top;
    }

    .socialmedia a.googleplus {
        background-position: -440px top;
    }

    .socialmedia a.pinterest {
        background-position: -480px top;
    }

    .socialmedia a.youtube {
        background-position: -520px top;
    }

    .socialmedia a.mail {
        background-position: -560px top;
    }

    .socialmedia a.instagram {
        background-position: -600px top;
    }

    .socialmedia a.facebook:hover {
        background-position: 0px bottom;
    }

    .socialmedia a.twitter:hover {
        background-position: -40px bottom;
    }

    .socialmedia a.thumblr:hover {
        background-position: -80px bottom;
    }

    .socialmedia a.vimeo:hover {
        background-position: -120px bottom;
    }

    .socialmedia a.dribbble:hover {
        background-position: -160px bottom;
    }

    .socialmedia a.deviantart:hover {
        background-position: -200px bottom;
    }

    .socialmedia a.behance:hover {
        background-position: -240px bottom;
    }

    .socialmedia a.flickr:hover {
        background-position: -280px bottom;
    }

    .socialmedia a.docs:hover {
        background-position: -320px bottom;
    }

    .socialmedia a.linkedin:hover {
        background-position: -360px bottom;
    }

    .socialmedia a.rss:hover {
        background-position: -400px bottom;
    }

    .socialmedia a.googleplus:hover {
        background-position: -440px bottom;
    }

    .socialmedia a.pinterest:hover {
        background-position: -480px bottom;
    }

    .socialmedia a.youtube:hover {
        background-position: -520px bottom;
    }

    .socialmedia a.mail:hover {
        background-position: -560px bottom;
    }

    .socialmedia a.instagram:hover {
        background-position: -600px bottom;
    }
