/*
	Author: Andrew Bennett & Digby Banks for SPA COUNTRY
    Author URI: http://www.spacountry.com.au
    Version 10.1
*/
/*
Layout
1. CSS RESET
2. FONTS
3. BASIC STYLES
4. ICONS
5. Header
5.1 Top Bar
Login & Subscribe popup
Tabs
Homepage Slider
Search / Reservation Box
Homepage Info Boxes
Special Offer - Home Page Grid section?
Sidebar
Property
Search Results List & Grid Page
Contact
Booking progress bar
Booking
Footer Widget Wrapper
Footer
Isotope CSS3 transitions
disabling Isotope CSS3 transitions
Button Styles
Pill Styles
form bits
Booking Extras
Compare and favourites
Homepage Grid
jQuery UI Spinner
Colour Reference

*/
/****************************************************************************
1. CSS RESET
****************************************************************************/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    /* font-size: 100%;
  font: inherit; */
    vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

    blockquote:before,
    blockquote:after,
    q:before,
    q:after {
        content: '';
        content: none;
    }

table {
    border-collapse: collapse;
    border-spacing: 0;
}
/****************************************************************************
2. FONTS - Moved to fonts.css file.
****************************************************************************/

/****************************************************************************
3. BASIC STYLES
****************************************************************************/
body {
    background: #fff url(../Images/dayget-subtle-bgnd.gif);
    color: #7D7D7D; /**#1027*/
    font-size: 14px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #5A656A;
}

h1 {
    font-size: 30px;
}

    h1 a {
        color: #5A656A;
    }

h2 {
    font-size: 36px;
    color: #f2f2f2;
}

    h2 span {
        color: #fff;
    }

h3 {
    font-size: 24px;
}

    h3 a {
        color: #000;
    }

h4 {
    font-size: 18px;
}

    h4 a {
        color: #000;
    }

h5 {
    font-size: 12px;
}

    h5 a {
        color: #000;
    }

h6 {
    font-size: 10px;
}

    h6 a {
        color: #000;
    }
/*
ul {}
ul li {}
ul li a {}
ol {}
ol li {}
ol li a {}
*/
p strong {
    font-weight: bold;
}

p em {
    font-style: italic;
}

blockquote {
}

    blockquote p {
    }

::-moz-selection {
    background: #fe57a1;
    color: #fff;
    text-shadow: none;
}

::selection {
    background: #fe57a1;
    color: #fff;
    text-shadow: none;
}

.clearfix:before,
.clearfix:after {
    content: "";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

a {
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    color: #a0a0a0;
}

p {
    color: #7D7D7D;
    line-height: 24px;
}

.alert {
    border-radius: 0;
}
/****************************************************************************
4. ICONS - Digby knows the most about this.
****************************************************************************/
.dg {
    display: inline-block;
    font-family: Daygeticon;
    font-style: normal;
    font-weight: normal;
    /* line-height: 1; */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 0.703;
    position: relative;
}
/* makes the font 33% larger relative to the icon container */
.dg-lg {
    font-size: 1.3333333333333333em;
    line-height: 0.75em;
    vertical-align: -15%;
}

.dg-2x {
    font-size: 2em;
}

.dg-3x {
    font-size: 3em;
}

.dg-4x {
    font-size: 4em;
}

.dg-5x {
    font-size: 5em;
}

.dg-fw {
    width: 1.2857142857142858em;
    text-align: center;
}

.dg-ul {
    padding-left: 0;
    margin-left: 2.142857142857143em;
    list-style-type: none;
}

    .dg-ul > li {
        position: relative;
    }

.dg-li {
    position: absolute;
    left: -2.142857142857143em;
    width: 2.142857142857143em;
    top: 0.14285714285714285em;
    text-align: center;
}

    .dg-li.dg-lg {
        left: -1.8571428571428572em;
    }

.dg-border {
    padding: .2em .25em .15em;
    border: solid 0.08em #eeeeee;
    border-radius: .1em;
}

.dg-twitter:before {
    content: "T";
}

.dg-facebook:before {
    content: "f";
}

.dg-tripadvisor:before {
    content: "A";
}

.dg-googlep:before {
    content: "g";
}

.dg-pinterest:before {
    content: "p";
}

.dg-dayget:before {
    content: "D";
}

.dg-tumblr:before {
    content: "t";
}

.dg-instagram:before {
    content: "i";
}

.dg-tennis:before {
    content: "!";
}

.dg-access:before {
    content: "1";
}

.dg-kingbed:before {
    content: "2";
}

.dg-pool:before {
    content: "3";
}

.dg-sattv:before {
    content: "4";
}

.dg-phone:before {
    content: "5";
}

.dg-carport:before {
    content: "6";
}

.dg-aircon:before {
    content: "7";
}

.dg-spa:before {
    content: "8";
}

.dg-bbq:before {
    content: "9";
}

.dg-pet:before {
    content: "0";
}

.dg-fire:before {
    content: "-";
}

.dg-internet:before {
    content: "=";
}

.dg-ecostay:before {
    content: "@";
}

.dg-longstay:before {
    content: "#";
}

.footer-nav .dg-direct-r {
    line-height: 2;
}

/****************************************************************************
5. Header
****************************************************************************/
/* 5.1 Top Bar */
#top-bar {
    line-height: 13px;
    background: #121d2b none repeat center center;
    color: #cecece;
    position: relative;
    z-index: 9999;
    padding: 2px 0;
}

    #top-bar:before {
        content: "";
        display: table;
    }

    #top-bar:after {
        content: "";
        display: table;
        clear: both;
    }

    #top-bar,
    #top-bar li,
    #top-bar span,
    #top-bar a {
        font-size: 11px;
    }

        #top-bar .social-nav a {
            /*font-size: 11px*/
            font-size: 12px;
        }

        #top-bar .alt-link-color {
            color: #B7A43D;
        }

#divHeaderSocial .addthis_button_compact span {
    margin-bottom: -3px;
}

#divHeaderSocial .addthis_separator {
    font-size: 14px;
}

.mini-contacts li {
    display: inline-block;
    position: relative;
    margin: 0 10px 0 0px;
    padding-left: 6px;
    background-repeat: no-repeat;
    background-position: 0 center;
    white-space: nowrap;
}

.old-ie .mini-contacts li {
    padding-left: 0;
}

.ancient-ie .mini-contacts li {
    display: inline;
    zoom: 1;
    position: static;
    margin: 0 10px 0 0;
}

.mini-contacts li:first-child:before {
    border-left: none;
}

.mini-contacts li:last-child {
    margin-right: 0;
}

.mini-contacts li.org,
.mini-contacts .country-name {
    display: none;
}

.mini-contacts .glyphicon {
    color: #7DA7B5;
    padding-right: 3px;
}

.top-bar-login {
    display: none;
    background: #59606A;
    padding: 0 0 40px;
}

    .top-bar-login .form-inline {
        padding: 3px 0 5px 0;
    }

    .top-bar-login input {
        background: #fff;
    }

    .top-bar-login label {
        font-weight: 300;
    }

.loginlinks {
    margin-bottom: 6px;
}

    .loginlinks a,
    .loginlinks p {
        font-size: 12px;
        color: #9d9d9d;
    }

        .loginlinks a:hover {
            color: #CF5629;
        }

.maplink {
    color: #7DA7B5;
}

    .maplink:hover {
        color: #ffffff;
    }

.navbar-collapse {
    padding-right: 0px;
}

.header-one .headertop-wrapper {
    background: url(../images/Headertop-bg.png) repeat-x;
    width: 100%;
    border-bottom: 1px solid #303030;
}

.header-wrapper {
    width: 100%;
    min-height: 25px;
    background: rgba(52,55,65, 1) !important;
    position: relative;
    z-index: 9999;
}

    .header-wrapper .logo {
        margin-top: 0px;
        line-height: 45px;
    }

        .header-wrapper .logo img {
            vertical-align: middle;
            height: 45px;
        }

    .header-wrapper .top-menu {
        margin-bottom: 10px;
        text-align: center;
        margin-top: 30px;
    }

.header_home {
    background: rgba(52, 56, 65, 0.88) !important;
}

.header-wrapper ul.navbar-nav {
    margin-top: 5px;
}

.social-nav {
    display: inline-block;
    padding: 0;
    margin-top: -1px;
}

    .social-nav a {
        color: #9d9d9d;
    }

        .social-nav a:hover {
            color: #B7A43D;
        }

    .social-nav .dg {
        font-size: 20px;
        top: 3px;
    }

.address {
    margin-top: 5px;
    padding-bottom: 5px;
}

    .address p {
        line-height: 15px;
        margin: 0;
    }

.logo {
    /* position: relative; */ margin-top: 0px;
}

    .logo a {
    }

.top-menu {
    margin-top: 45px;
}

    .top-menu ul li {
        display: inline-block;
    }

        .top-menu ul li a {
            font-size: 14px;
            color: #BDC3C7;
            padding: 0px 15px;
        }

            .top-menu ul li a.last {
                border-right: 0px;
            }

            .top-menu ul li a:hover {
                color: #fff;
            }

.header-wrapper .top-menu-respond {
    margin-bottom: 10px;
    margin-top: 30px;
}

.navbar-top-menu {
    margin: 15px 0;
}

    .navbar-top-menu .navbar-inner {
        background: none;
        border: none;
    }

    .navbar-top-menu .brand,
    .navbar-top-menu .nav > li > a {
        color: #a0a0a0;
        text-shadow: none !important;
    }

        .navbar-top-menu .brand:hover,
        .navbar-top-menu .nav > li > a:hover {
            color: #ffffff;
        }

    .navbar-top-menu .brand {
        color: #a0a0a0;
    }

    .navbar-top-menu .navbar-text {
        color: #a0a0a0;
    }

    .navbar-top-menu .nav > li > a:focus,
    .navbar-top-menu .nav > li > a:hover {
        background-color: transparent;
        color: #ffffff !important;
    }

.navbar-default .navbar-nav > li > a {
    color: #E1E1E1;
}

    .navbar-default .navbar-nav > li > a:hover,
    .navbar-default .navbar-nav > li > a:focus {
        color: #b7a43d;
    }

.navbar-default .navbar-nav > li:last-child a {
    padding-right: 0;
}

.navbar-top-menu .nav .active > a,
.navbar-top-menu .nav .active > a:hover,
.navbar-top-menu .nav .active > a:focus {
    color: #ffffff;
    background-color: #111111;
}

.navbar-top-menu .navbar-link {
    color: #999999;
}

    .navbar-top-menu .navbar-link:hover {
        color: #ffffff;
    }

.navbar-top-menu .divider-vertical {
    border-left-color: #111111;
    border-right-color: #222222;
}

.navbar-top-menu .nav li.dropdown.open > .dropdown-toggle,
.navbar-top-menu .nav li.dropdown.active > .dropdown-toggle,
.navbar-top-menu .nav li.dropdown.open.active > .dropdown-toggle {
    background-color: #111111;
    color: #ffffff;
}

.navbar-top-menu .nav li.dropdown > a:hover .caret {
    border-top-color: #ffffff;
    border-bottom-color: #ffffff;
}

.navbar-top-menu .nav li.dropdown > .dropdown-toggle .caret {
    border-top-color: #999999;
    border-bottom-color: #999999;
}

.navbar-top-menu .nav li.dropdown.open > .dropdown-toggle .caret,
.navbar-top-menu .nav li.dropdown.active > .dropdown-toggle .caret,
.navbar-top-menu .nav li.dropdown.open.active > .dropdown-toggle .caret {
    border-top-color: #ffffff;
    border-bottom-color: #ffffff;
    padding: 5px 15px;
    color: #333333;
    text-shadow: 0 1px 0 #ffffff;
    background-color: #ffffff;
    border: 0;
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
    outline: 0;
}

.navbar-top-menu .btn-navbar {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #0e0e0e;
    background-image: -moz-linear-gradient(top, #151515, #040404);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#151515), to(#040404));
    background-image: -webkit-linear-gradient(top, #151515, #040404);
    background-image: -o-linear-gradient(top, #151515, #040404);
    background-image: linear-gradient(to bottom, #151515, #040404);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff151515', endColorstr='#ff040404', GradientType=0);
    border-color: #040404 #040404 #000000;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    *background-color: #040404;
    /* Darken IE7 buttons by default so they stand out more given they won't have borders */
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}

    .navbar-top-menu .btn-navbar:hover,
    .navbar-top-menu .btn-navbar:active,
    .navbar-top-menu .btn-navbar.active,
    .navbar-top-menu .btn-navbar.disabled,
    .navbar-top-menu .btn-navbar[disabled] {
        color: #ffffff;
        background-color: #040404;
        *background-color: #000000;
    }

    .navbar-top-menu .btn-navbar:active,
    .navbar-top-menu .btn-navbar.active {
        background-color: #000000;
    }

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
    background-color: transparent;
    color: #B7A43D;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    background-color: #DBD19E;
    color: #5A656A;
}
/****************************************************************************
                            Login & Subscribe popup
****************************************************************************/
.slideshow-popup-wraper,
.login-popup-wrapper,
.forgot-popup-wrapper,
.subscribe-popup-wrapper {
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: url(../Images/bg.png) repeat;
    z-index: 9998;
}

#slideshow-popup,
#login-popup,
#forgot-popup,
#subscribe-popup {
    display: none;
    position: fixed;
    top: 30%;
    left: 0;
    right: 0;
    margin: 0px auto;
    width: 300px;
    padding: 26px 40px 26px 40px;
    background: #fff;
    border: 3px solid #3A7725;
    z-index: 9999;
}
    /*ticket #1041*/
    /*#login-popup h2,
#forgot-popup h1,
#subscribe-popup h2 {
  color: #342323;
  margin-bottom: 17px;
}*/
    #forgot-popup > h4 {
        padding-bottom: 18px;
    }


    #login-popup .row,
    #forgot-popup .row,
    #subscribe-popup .row {
        margin-bottom: 8px;
    }

    #login-popup #txtUsername,
    #login-popup #txtPassword,
    #subscribe-popup #txtFName,
    #subscribe-popup #txtLName,
    #subscribe-popup #txtEmail,
    #forgot-popup #txtforgotEmail,
    #forgot-popup #txtImgcode {
        color: #808181;
        display: block;
        width: 100%;
        background: #fff;
        outline: none;
        padding: 10px 20px;
        border-radius: 0px;
    }

    #login-popup #btnLogin,
    #subscribe-popup #btnSubscribe,
    #forgot-popup #btnPassword {
        color: #ffffff;
        background: #3A7725;
        border: none;
        margin: 0 auto;
        text-align: center;
    }

        #login-popup #login-button:hover,
        #subscribe-popup .subscribe-button:hover,
        #forgot-popup #btnPassword:hover {
            background: #BDC3C7;
        }

.poplink a,
.poplink p {
    font-size: 12px;
    color: #9d9d9d;
}

    .poplink a:hover {
        color: #CF5629;
    }

/****************************************************************************
    Tabs - Custom Styles
****************************************************************************/
/* Property Page */
.propertyinfo .nav-tabs > li.active > a,
.propertyinfo .nav-tabs > li.active > a:hover,
.propertyinfo .nav-tabs > li.active > a:focus,
.myprofile .nav-tabs > li.active > a,
.myprofile .nav-tabs > li.active > a:hover,
.myprofile .nav-tabs > li.active > a:focus {
    background-color: #ffffff;
    border: 1px solid transparent;
}
/****************************************************************************
    Homepage Slider
****************************************************************************/
.slider_home {
    height: auto;
}

    .slider_home.flexslider .slides {
        width: 100%;
        height: auto;
    }

        .slider_home.flexslider .slides li {
            width: 100%;
            height: 700px !important;
            position: relative;
        }
/* AB Responsive Homepage */
.slider_home {
    width: 1600px;
    position: relative;
    left: 50%;
    margin: 0 0 0 -800px;
}
/* AB Responsive Homepage */
.slider-container {
    background: none;
    position: relative;
    /*top: -70px;
    margin-bottom: -70px;*/
    top: -62px;
    margin-bottom: -55px;
    padding: 0 !important;
    overflow: hidden;
}

.slider_home_wrapper {
    max-width: 1600px;
    margin: 0 auto;
}

.slider_home .flex-prev,
.slider_home .flex-next {
    height: 200%;
    top: -50%;
    width: 10%;
}

.slider_home .slideshow-info {
    bottom: 10px;
    position: absolute;
    right: 12%;
}

    .slider_home .slideshow-info h6,
    .slider_home .slideshow-info span {
        font-size: 14px;
        font-family: 'Open Sans', sans-serif;
        font-weight: 300;
    }

    .slider_home .slideshow-info h6 {
        background: rgba(0,0,0,0.7);
        padding: 5px 11px;
        color: #ffffff;
    }

    .slider_home .slideshow-info .new {
        color: #CF5629;
    }

    .slider_home .slideshow-info span {
        color: #9d9d9d;
    }

    .slider_home .slideshow-info a:hover {
        text-decoration: none;
    }
/****************************************************************************
    Search / Reservation Box
****************************************************************************/
.hpSearchWidget {
    margin-bottom: 45px;
    width: 100%;
}

    .hpSearchWidget .container-fluid {
        padding-right: 5px;
        padding-left: 5px;
    }

    .hpSearchWidget .tab-content {
        background: #fff;
        padding-top: 8px;
        margin-top: 1px;
    }

    .hpSearchWidget .row {
        position: relative;
        min-height: 1px;
        padding-right: 4px;
        padding-left: 4px;
    }

#slider_tabs,
#tabs2 {
    margin-bottom: 45px;
}

/* AB Mobile Up. Moved to Responsive.css */
#accordion,
#slider_tabs {
    width: 100%;
}

    #slider_tabs .detail {
        background: #fff;
        padding: 3px 24px;
    }

.detail .trip {
    margin-bottom: 20px;
}

    .detail .trip input {
        margin: 0px;
        margin-right: 8px;
    }

    .detail .trip span {
        font-size: 11px;
        color: #5a656a;
        margin-right: 20px;
    }

.detail label {
    font-size: 12px;
    color: #5a656a;
    margin-bottom: 1px;
}

.detail .location input {
    font-size: 14px;
    color: #5a656a;
    background: #FFF;
    width: 100%;
    border-radius: 0;
    outline: medium none;
    height: 30px;
    line-height: 30px;
}

.detail .date.date-feilds .not-required {
    cursor: pointer;
    width: 36%;
    float: left;
    background: url(../images/calendar-13.png) no-repeat 89px 10px;
    margin-right: 8px;
}

.detail .location .numbers input {
    width: 53px;
    float: left;
    margin-right: 8px;
}

.search-box .date-feilds,
.search-box .date-nights,
.search-box .numbers {
    float: left;
}

.search-box .date-feilds {
    width: 110px;
}

.search-box .Depart-Date.date-feilds {
    float: left;
}

.search-box .row {
    margin-bottom: 8px;
}

    .search-box .row:nth-child(2) {
        margin-bottom: 8px;
    }

    .search-box .row div {
        margin-right: 8px;
    }

.search-box .numbers {
    width: 30%;
}

    .search-box .numbers input {
        margin: 0 !important;
    }

.search-box .date-nights {
    width: 11%;
}

.search-box .destination {
    width: 180px;
    float: left;
}

.search-box .destination {
    margin: 0 8px 0 0;
}

#lnkReturn {
    background-color: #7da7b5;
    color: #ffffff;
    font-size: 12px;
    padding: 3px 10px;
    text-decoration: none;
}

    #lnkReturn:hover, #lnkReturn:focus {
        background-color: #bdc3c7;
        color: #5a656a;
    }

.search-box .form-control {
    padding-left: 5px;
}

/** Calender **/
#ui-datepicker-div {
    background: #333 !important;
    width: 265px;
    box-shadow: 0 0 8px 0;
    z-index: 2000 !important; /*Makes calendar sit above slideshow on homepage */
}

.ui-datepicker-header {
    background: #7da7b5;
    height: 38px;
    position: relative;
}

.ui-datepicker-title {
    margin: 0 40px;
    position: relative;
    text-align: center;
    top: 9px;
}

    .ui-datepicker-title span {
        font-size: 14px;
        color: #fff;
    }

.ui-datepicker-prev span,
.ui-datepicker-next span {
    cursor: pointer;
    position: absolute;
    top: 38%;
    font-size: 0px;
    width: 9px;
    height: 13px;
    display: inline-block;
}

.ui-datepicker-prev span {
    left: 17px;
    background: url(../images/calender-left-arrow.png) no-repeat;
    top: 0;
    left: 0;
    height: 100%;
    background-position: center;
    width: 34px;
}

.ui-datepicker-next span {
    right: 17px;
    background: url(../images/calender-right-arrow.png) no-repeat;
    height: 100%;
    background-position: center;
    top: 0;
    width: 40px;
    right: 0;
}

.ui-datepicker-calendar {
    width: 265px;
}

    .ui-datepicker-calendar thead {
        background: #fbfafa;
    }

        .ui-datepicker-calendar thead tr th span {
            font-size: 10px;
            color: #646464;
            text-transform: uppercase;
            /*margin-left:10px;*/
        }

    .ui-datepicker-calendar tbody {
        background: #ffffff;
    }

        .ui-datepicker-calendar tbody tr td {
            text-align: center;
            height: 30px;
            width: 30px;
            border: 1px solid #eeeeee;
            border-top: 0px;
            line-height: 30px;
        }

            .ui-datepicker-calendar tbody tr td:hover {
                background: #E7AA94;
                color: #ffffff;
            }

        .ui-datepicker-calendar tbody tr .ui-datepicker-today {
            background: #dfd2db;
        }

        .ui-datepicker-calendar tbody tr td a {
            font-size: 12px;
            color: #5a656a;
        }

    .ui-datepicker-calendar theadtrth span {
        margin-left: 10px;
    }

/**End Calender **/
/****************************************************************************
    Homepage Info Boxes
****************************************************************************/
.hp-box .element {
    margin-bottom: 2em;
}

    .hp-box .element p {
    }

    /*TABS STYLES*/

.nav-tabs {
   border-bottom: none
}

.nav-tabs > li {
   -webkit-transition: 0.5s;
   -moz-transition: 0.5s;
   -o-transition: 0.5s;
   -ms-transition: 0.5s;
   transition: 0.5s;
}

.nav-tabs > li > a {
   color: #fff;
   background-color: #3A7725;
   border-radius: 0;
   margin-right: 3px;
   -webkit-transition: 0.5s;
   -moz-transition: 0.5s;
   -o-transition: 0.5s;
   -ms-transition: 0.5s;
   transition: 0.5s;
   font: 14px 'Droid Sans', sans-serif;
}

.nav> li > a:hover, .nav> li > a:focus {
   background-color: #BDC3C7;
   color: #ffffff;
}

.nav-tabs >li.active> a, .nav-tabs >li.active> a:hover, .nav-tabs >li.active> a:focus {
   background-color: #ffffff;
   border: 1px solid transparent;
}

.nav-tabs >li.active> a:hover, .nav-tabs >li.active> a:focus {
   color: #3A7725;
}

/****************************************************************************
    Special Offer - Home Page Grid section?
****************************************************************************/
.specialoffer-wrapper {
    width: 100%; /*border-top: 6px solid #272727; */
    padding: 10px 0px 0px 0px;
    background: none;
}
/*ticket #1041 -- harshvardhan
.hpText {
  text-align: left;
  margin-bottom: 43px;
}
.hpText h2 {
  font-size: 20px;
  color: #7D7D7D;
  text-transform: none;
  line-height: 27px;
 }*/
.hpText {
    text-align: center;
    margin-bottom: 43px;
}

    .hpText h1 {
        /*font-size: 24px;
        line-height: 27px;*/
        font-size: 30px;
        line-height: 1.5;
        color: #3A7725;
    }

    .hpText h2 {
        font-size: 20px;
        color: #9D9D9D;
        text-transform: none;
        line-height: 27px;
    }

        .hpText h2 span {
            font-size: 36px;
            color: #017db9;
        }
		
		.hpText h4 {
        text-align: left;
		}

    .hpText p {
        text-align: left;
    }

.hv-2 {
    background: url(../images/Heading-border.png) no-repeat 0px 24px;
}

.hp-things {
    overflow: hidden;
    background: #ffffff;
    border: 1px solid rgba(0,0,0,0.075);
}

    .hp-things figure {
        position: relative;
        line-height: 0px;
    }

        .hp-things figure img {
            width: 100%;
        }

    .hp-things article {
        background: #fff;
        padding: 5px;
        text-align: left;
        padding: 32px 25px 16px;
    }

        .hp-things article h3 {
            color: #5a656a;
            /*margin-bottom: 0px;*/
            margin-bottom: 10px;
        }

        .hp-things article h4 {
            color: #3A7725;
            text-transform: none;
            margin-bottom: 0px;
        }

        .hp-things article p {
            margin-bottom: 5px;
        }

            .hp-things article p a {
                font-size: 12px;
                font-weight: normal;
                color: #3A7725;
            }

                .hp-things article p a:hover {
                    text-decoration: underline;
                }

                .hp-things article p a.active {
                    color: #834D6D;
                }

        .hp-things article span {
            font-size: 8px;
            color: #c7c7c7;
        }

    .hp-things .price {
        text-align: right;
        background: #ffffff;
        width: 100%;
        padding: 0px;
        position: relative;
    }

        .hp-things .price h3 {
            font-size: 36px;
            color: #3A7725;
            margin: 0;
        }

        .hp-things .price a {
            position: absolute;
            bottom: 0px;
            left: 10px;
        }

        .hp-things .price p {
            color: #5a656a;
            margin: 0;
            font-size: 10px;
            line-height: 15px;
        }

/****************************************************************************
    Sidebar
****************************************************************************/
.checking_form {
    background: #ffffff;
    padding: 15px 15px;
    height: auto !important;
}

    .checking_form p {
        font: 12px 'Droid Sans',Helvetica, Arial, sans-serif;
        color: #5a656a;
    }

    .checking_form span.price-info {
        margin-top: 13px;
        float: left;
        vertical-align: middle;
        width: 40%;
    }

    .checking_form > p span.price {
        font-size: 24px;
        color: #4D5E79;
        float: right;
        width: 60%;
        text-align: right;
    }

    .checking_form > p .dg {
        font-size: 30px;
        color: #5a656a;
        margin-right: 3px;
    }

checking_form input {
}

.checking_form .trip {
    margin-bottom: 20px;
}

    .checking_form .trip input {
        margin: 0px;
        margin-right: 8px;
    }

    .checking_form .trip span {
        font-size: 11px;
        color: #5a656a;
        margin-right: 20px;
    }

.checking_form .pull-left {
    width: 100%;
}

.checking_form.feature-icons {
    padding-top: 0;
}

    .checking_form.feature-icons > p .dg {
        font-size: 30px;
        color: #4D5E79;
    }

.checking_form .pull-right {
    width: 100%;
}

.checking_form label {
    font-size: 12px;
    color: #5a656a;
    background: url(../images/requaired-dot.png) no-repeat 84px 0px;
}

.container-c {
    padding-top: 20px;
}

.checking_form label.dst {
    background: url(../images/requaired-dot.png) no-repeat 67px 0px;
}

.checking_form .location input {
    font-size: 11px;
    color: #5a656a;
    background: url(../images/input0bg.png) repeat-x;
    border: none;
    padding: 10px 8px;
    width: 77%;
}

.checking_form .location .date {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px dashed #d1d1d1;
}

    .checking_form .location .date label {
        background: url(../images/requaired-dot.png) no-repeat 63px 0px;
    }

    .checking_form .location .date div {
        width: 89px;
        float: left;
    }

        .checking_form .location .date div.Depart-Date {
            margin-right: 10px;
        }

        .checking_form .location .date div input {
            cursor: pointer;
            width: 83%;
            background: #fbfcfc url(../images/clander.png) no-repeat 72px 10px;
        }

.checking_form .live-rate {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px dashed #d1d1d1;
}

    .checking_form .live-rate p {
        font: 12px 'Droid Sans',Helvetica, Arial, sans-serif;
        color: #5a656a;
    }

    .checking_form .live-rate .rate p {
        color: #CF5629;
        margin-top: 15px;
    }

        .checking_form .live-rate .rate p span {
            font-size: 36px;
            color: #CF5629;
            float: right;
            vertical-align: middle;
            margin-top: -17px;
        }

.filter {
    background-color: #ffffff;
    padding: 0;
}

.widget_info .widget {
    background: #ffffff;
    padding: 2px 10px;
    height: auto !important;
}

.widget_info h4 {
    font-size: 14px;
    color: #3A7725;
    margin-bottom: 0;
    border-bottom: none;
}

.widget_info article p {
    font-size: 14px;
    line-height: 24px;
    color: #5a656a;
    margin-bottom: 3px;
    border-bottom: 1px dashed #D1D1D1;
}

.widget_info .widget li {
    margin-bottom: 0;
}

    .widget_info .widget li a {
        font-size: 14px;
        color: #7D7D7D;
        display: block;
        padding: 3px 0;
        -webkit-transition: 0.3s;
        -moz-transition: 0.3s;
        -o-transition: 0.3s;
        -ms-transition: 0.3s;
        transition: 0.3s;
    }

        .widget_info .widget li a:hover,
        .widget_info .widget li a:focus {
            text-decoration: none;
            background-color: #e5edf0;
        }

.widget_info li .badge {
    background-color: #7da7b5;
    border-radius: 10px;
    color: #fff;
    display: inline-block;
    font-size: 12px;
    /*font-weight: 600;*/
    Font-weight: 300;
    min-width: 10px;
    padding: 1px 7px;
    margin-left: 2px;
}

.search-res {
    background-color: #ffffff;
    padding: 10px;
}

    .search-res .row {
        margin-left: 0;
        margin-right: 0;
    }

    .search-res .date-feilds,
    .search-res .date-nights,
    .search-res .numbers {
        float: left;
        width: 46%;
    }

    .search-res .date-feilds {
        background: url("../images/calendar-13.png") no-repeat scroll 95% 7px rgba(0, 0, 0, 0);
        cursor: pointer;
        float: left;
        margin-right: 8px;
    }

    .search-res.Depart-Date.date-feilds {
        float: none;
    }

    .search-res .row {
        margin-bottom: 8px;
    }

        .search-res .row div {
            margin-right: 8px;
            margin-bottom: 4px;
        }

    .search-res .numbers input {
        margin: 0 !important;
    }

    .search-res .form-control {
        height: 28px;
        padding: 0 8px;
    }
/****************************************************************************
    Property & Page Headings
****************************************************************************/
.trave_detail {
    padding-bottom: 60px;
}

.property-details .detail {
    background: #fff;
    padding: 14px 28px;
}

#group-view h4,
#room-view h4 {
    font-size: 14px;
    color: #3A7725;
}

.property_detail, .search_detail, .booking_detail {
    padding-bottom: 10px;
    margin-bottom: 10px;
}

    .property_detail h1, .search_detail h1, .booking_detail h1, .heading_detail h1 {
        color: #5A656A;
        text-transform: none;
        margin-bottom: 3px;
        display: inline-block;
        padding-top: 12px;
    }

    .property_detail h3 {
        color: #3a7725;
        font-size: 20px;
        display: inline-block;
    }

    .property_detail .share {
        display: inline-block;
        float: right;
    }

        .property_detail .share a {
            color: #9d9d9d;
            font-size: 30px;
            line-height: 21px;
        }

            .property_detail .share a:hover {
                color: #B7A43D;
            }

    .property_detail .fav {
        font-size: 23px;
        display: inline-block;
        line-height: 29px;
        vertical-align: top;
        color: #834D6D;
    }

        .property_detail .fav a:hover {
            color: #834D6D;
        }

.container-e {
    clear: left;
}
/****************************************************************************
    Search Results List & Grid Page
****************************************************************************/
.content {
    background: none;
    margin-bottom: 30px;
    margin-top: 6px;
}

.right_content .offer {
    margin-bottom: 28px;
}
/* section collapsed to line 1425
.search_detail {
  padding-bottom: 10px;
  margin-bottom: 0px;
}
.search_detail h2 {
  font-size: 30px;
  line-height: 50px;
  color: #5A656A;
  text-transform: none;
  margin-bottom: 3px;
}
*/
.search_detail h3 {
    color: #3a7725;
    font-size: 14px;
}

.search_detail .filter-pills {
    display: inline-block;
    line-height: 25px;
}

.search_detail h3 .pill {
    font-size: 12px;
    white-space: nowrap;
    color: #ffffff;
    background-color: #7DA7B5;
    padding: 3px 10px;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    margin-right: 4px;
}

.search_detail h3 a i {
    font-weight: normal;
}

.search_detail h3 a:hover {
    text-decoration: none;
    background-color: #bdc3c7;
    cursor: pointer;
}

.result-panel {
    overflow: hidden;
    background: #ffffff;
    margin-bottom: 20px;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
}

.result-detail p a {
    background: #e1ebed;
    padding: 0 4px;
}

.result-image {
    padding: 0 !important;
}

.result-detail h3 {
    color: #5a656a;
    text-transform: none;
    margin: 5px 0 2px 0;
}

    .result-detail h3 > a {
        font-size: inherit;
        color: inherit;
        font-weight: inherit;
        line-height: inherit;
        margin: inherit;
        text-decoration: none;
    }

    .result-detail h3 .glyphicon-heart {
        font-size: 15px;
        vertical-align: top;
        margin-top: 2px;
        color: #9D9D9D;
        font-family: "Glyphicons Halflings";
        text-decoration: none;
    }

    .result-detail h3 .active .glyphicon-heart {
        color: #864d6d;
    }

.result-detail h4 {
    color: #3A7725;
    text-transform: none;
    margin: 2px 0;
}

.result-detail p,
.result-detail a {
    font-family: inherit;
    font-size: 12px;
    font-weight: 300;
    line-height: 17px;
    margin-bottom: 10px;
}

.result-detail a {
    color: #3a7725;
    font-weight: 400;
}

.result-detail > .tick {
    float: right;
    margin-top: 10px;
}

    .result-detail > .tick a {
        font-size: 17px;
        color: #9d9d9d;
        cursor: pointer;
        -webkit-transition: all 0.2s ease-in-out 0s;
        -moz-transition: all 0.2s ease-in-out 0s;
        -o-transition: all 0.2s ease-in-out 0s;
    }

        .result-detail > .tick a:hover,
        .result-detail > .tick a:focus,
        .result-detail > .tick a:active {
            color: #864d6d;
        }

.result-detail .icons,
.result-image .icons {
    font-size: 30px;
    line-height: 20px;
    color: #9d9d9d;
    text-align: center;
}

    .result-detail .icons .dg, .result-image .icons .dg {
        margin-right: -5px;
    }

.result-image .icons {
    padding-top: 10px;
}

.result-price .price .lblRate {
    color: #Cf5629;
}

.result-price {
    text-align: center;
    padding-top: 5px;
}

    .result-price .price,
    .result-price .limit {
        padding-right: 0;
        padding-left: 0;
    }

    .result-price h3 {
        line-height: 28px;
        margin: -3px 0;
    }

    .result-price p {
        font-size: 12px;
        font-family: inherit;
        font-weight: 300;
        line-height: 15px;
        margin: 0;
    }

    .result-price .price p {
        font-size: 10px;
        font-family: inherit;
        font-weight: 300;
        line-height: 15px;
    }

    .result-price .price,
    .result-price .limit,
    .result-price .book {
        margin-bottom: 10px;
    }

.sorter {
    margin: 0 0 20px 0;
}

    .sorter .btn-toolbar {
        padding-left: 0;
        padding-right: 0;
    }

    .sorter .btn {
        font-size: 12px;
        line-height: 14px;
        color: #ffffff;
        background-color: #DBD19E;
        padding: 5px;
        margin-bottom: 5px;
        box-shadow: none;
        -webkit-transition: all 0.2s ease-in-out 0s;
        -moz-transition: all 0.2s ease-in-out 0s;
        -o-transition: all 0.2s ease-in-out 0s;
    }

        .sorter .btn .glyphicon {
            line-height: 0;
        }

        .sorter .btn:hover,
        .sorter .btn:focus,
        .sorter .d-price .btn:hover,
        .sorter .d-price .btn:focus {
            color: #ffffff;
            background-color: #B7A43D;
            -webkit-transition: all 0.2s ease-in-out 0s;
            -moz-transition: all 0.2s ease-in-out 0s;
            -o-transition: all 0.2s ease-in-out 0s;
        }

        .sorter .btn:active,
        .sorter .btn.active {
            color: #ffffff;
            background-color: #B7A43D;
            -webkit-transition: all 0.2s ease-in-out 0s;
            -moz-transition: all 0.2s ease-in-out 0s;
            -o-transition: all 0.2s ease-in-out 0s;
        }

            .sorter .btn:active:hover,
            .sorter .btn.active:hover {
                background-color: #bdc3c7;
            }

.compare {
    float: left !important;
}

.sorter .compare .btn,
.sorter .compare .btn {
    background-color: #DACAD3;
    color: #ffffff;
    line-height: 14px;
}

    .sorter .compare .btn:active,
    .sorter .compare .btn.active,
    .sorter .compare .btn:hover,
    .sorter .compare .btn.hover {
        background-color: #834D6D;
    }

.erik {
    background-color: #ffffff;
    border: medium none;
    border-radius: 0;
    color: #7da7b5;
    font-size: 20px;
    margin: 4px 10px 0 -30px;
    padding: 4px 5px 4px 24px;
}

.sorter .compare .btn.non:active,
.sorter .compare .btn.non.active,
.sorter .compare .btn.non:hover,
.sorter .compare .btn.non.hover {
    background-color: #DACAD3;
}

.page-nav .pagination {
    margin: 0;
}

    .page-nav .pagination > li a {
        font-size: 14px;
        border-color: #BDC3C7;
        color: #BDC3C7;
        margin-right: 3px;
        padding: 1px 12px;
        -webkit-transition: all 0.3s ease-in-out 0s;
        -moz-transition: all 0.3s ease-in-out 0s;
        -o-transition: all 0.3s ease-in-out 0s;
    }

    .page-nav .pagination > li > a:hover,
    .pagination > li > span:hover,
    .page-nav .pagination > li > a:focus,
    .page-nav .pagination > li > span:focus {
        background-color: #BDC3C7;
        border-color: #BDC3C7;
        color: #ffffff;
    }

    .page-nav .pagination > .active > a,
    .page-nav .pagination > .active > span,
    .page-nav .pagination > .active > a:hover,
    .page-nav .pagination > .active > span:hover,
    .page-nav .pagination > .active > a:focus,
    .page-nav .pagination > .active > span:focus {
        background-color: #7DA7B5;
        border-color: #7DA7B5;
        color: #ffffff;
    }

.view-switch {
}

.result-detail {
    padding: 15px;
}
/****************************************************************************
    Contact
****************************************************************************/
.contact_wrap {
    padding: 60px 0px;
}

    .contact_wrap h2 {
        font-size: 30px;
        color: #f8f2f2;
        margin-bottom: 25px;
        text-transform: uppercase;
    }

.contact_form input[type="text"] {
    margin-bottom: 14px;
    width: 95%;
    background: #a9aaaa;
    height: 25px;
    outline: none;
    color: #ffffff;
    border: 0px;
    font-size: 14px;
    font-style: italic;
}

.contact_form textarea {
    width: 95%;
    margin-bottom: 14px;
    background: #a9aaaa;
    height: 150px;
    resize: none;
    color: #ffffff;
    outline: none;
    border: 0px;
    font-size: 14px;
    font-style: italic;
}

.contact_form input[type="submit"] {
    font: 18px 'Droid Sans',Helvetica, Arial, sans-serif 700;
    text-transform: uppercase;
    color: #ffffff;
    text-align: center;
    padding: 10px 0px;
    width: 98%;
    background: #3A7725;
    border: 0px;
    border-radius: 5px;
}

.adress_wrap {
    margin-bottom: 6px;
    position: relative;
}

.adress {
    position: absolute;
    top: 30px;
    left: 20%;
}

    .adress h2 {
        font-size: 14px;
        color: #feffff;
        background: #2f2e2e url("../Images/location.png") no-repeat 15% center;
        display: inline-block;
        padding: 5px 30px 5px 40px;
    }

    .adress div {
        background: rgba(52,52,52,.8);
        padding: 20px;
    }

        .adress div p {
            font: 14px 'Open Sans', sans-serif;
            color: #b0b0b0;
        }

            .adress div p.first {
                margin-bottom: 30px;
            }
/****************************************************************************
    Booking progress bar
****************************************************************************/

/*** Wizard***/

#gvPurchaseProgress {
}

    #gvPurchaseProgress ul {
        float: right !important;
        list-style: none;
        margin: 0;
        background: url('../images/dayget-wizzard-spriteX3.png');
        background-repeat: no-repeat;
        background-position: 0 0;
        background-size: 86px 83.5px;
        display: block;
        width: 85px;
        height: 14px;
    }

@media (max-width: 767px) {
    #gvPurchaseProgress ul {
        position: absolute;
        right: 0;
        top: 18px;
        /*margin-right:-72px;*/
    }
}

#gvPurchaseProgress ul.active-step-1 {
    background-position: 0 0;
}

#gvPurchaseProgress ul.active-step-2 {
    background-position: 0px -13px;
}

#gvPurchaseProgress ul.active-step-3 {
    background-position: 0px -28px;
}

#gvPurchaseProgress ul.active-step-4 {
    background-position: 0px -42px;
}

#gvPurchaseProgress ul.active-step-5 {
    background-position: 0px -56px;
}

#gvPurchaseProgress ul.active-step-6 {
    background-position: 0px -70px;
}

#gvPurchaseProgress ul > li {
    float: left;
    display: none;
}

    #gvPurchaseProgress ul > li > span {
        display: none;
    }


/* GV purchase process indicator -- changes ends */
/****************************************************************************
  New  Booking progress bar - Ticket: #922
****************************************************************************/
#bookingProgress {
}

    #bookingProgress ul {
        float: right !important;
        list-style: none;
        margin: 0;
        background: url('../images/dayget-wizzard-spriteX2.png');
        background-repeat: no-repeat;
        background-position: 0 0;
        background-size: 86px 83.5px;
        display: block;
        width: 85px;
        height: 14px;
    }

@media (max-width: 767px) {
    #bookingProgress ul {
        position: absolute;
        right: 0;
        top: 18px;
        /*margin-right:-72px;*/
    }
}

#bookingProgress ul.active-step-1 {
    background-position: 0 0;
}

#bookingProgress ul.active-step-2 {
    background-position: 0px -13px;
}

#bookingProgress ul.active-step-3 {
    background-position: 0px -28px;
}

#bookingProgress ul.active-step-4 {
    background-position: 0px -42px;
}

#bookingProgress ul.active-step-5 {
    background-position: 0px -56px;
}

#bookingProgress ul.active-step-6 {
    background-position: 0px -70px;
}

#bookingProgress ul > li {
    float: left;
    display: none;
}

    #bookingProgress ul > li > span {
        display: none;
    }

.actions {
    float: left;
    padding-left: 87px;
    margin-top: 10px;
    vertical-align: middle;
    font-family: 'Droid Sans',Helvetica, Arial, sans-serif;
    font-size: 12px;
    font-weight: 700;
}


/****************************************************************************
    Booking
****************************************************************************/
.booking-process {
}

    .booking-process a {
        color: #834D6D;
    }

.booking-chunk {
    background-color: #ffffff;
    transition: all 0.5s ease;
}

    .booking-chunk h2 {
        color: #5a656a;
    }

    .booking-chunk h3 {
        color: #3A7725;
    }

        .booking-chunk h3 > span {
            font-family: 'Open Sans', sans-serif;
            font-size: 10px;
            font-weight: 300;
            padding-top: 7px;
            padding-right: 19px;
            color: #3A7725;
        }

    .booking-chunk p > b {
        font-weight: 500;
    }

    .booking-chunk .img-thumbnail {
        border: none;
        padding: 12px 0 12px 0;
    }

    .booking-chunk .control-label {
        font-weight: 500;
        padding-top: 7px;
    }

    .booking-chunk .controls {
        padding-top: 7px;
    }

        .booking-chunk .controls.input-group {
            padding-top: 0px;
        }

    .booking-chunk .form-control-static {
        font-size: 14px;
    }

    .booking-chunk.return {
        margin-bottom: 22px;
    }

    .booking-chunk.forgot-password {
        display: none;
        margin-bottom: 25px;
        transition: all 0.5s ease;
    }

        .booking-chunk.forgot-password .alert {
            display: none;
        }

.totals.panel {
    border-radius: 0;
    box-shadow: none;
    font-weight: 500;
}

    .totals.panel .booking-total {
        background-color: #E1EBDE;
    }

        .totals.panel .booking-total select {
            background-color: #fff;
        }

        .totals.panel .booking-total label {
            font-weight: 500;
        }

        .totals.panel .booking-total p {
            color: #4D5E79;
        }

    .totals.panel .grand {
        font-size: 24px;
    }

    .totals.panel img {
        margin: 0;
        padding: 0;
        border-radius: 0;
        box-shadow: none;
    }


.nav-booking {
    background: rgba(188, 194, 198, 0.3);
    margin: 12px -14px 12px -14px;
    padding: 12px;
}

.panel {
    border: none;
}

.booking-chunk .form-control-static.grand {
    font-size: 18px;
}

.simpleCart_shelfItem .control-label {
    font-weight: 300;
    padding: 0;
}

.simpleCart_shelfItem .input-group {
    padding-bottom: 4px;
}

.totals.panel .item-name {
    font-weight: 300;
}

.totals.panel .item-name {
}

.item-price .item-price {
}

.simpleCart_items .headerRow {
    display: none;
}

.simpleCart_items .itemRow .item-name,
.simpleCart_items .itemRow .item-price,
.simpleCart_items .itemRow .item-remove,
.simpleCart_items .itemRow .item-quantity {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    float: left;
}

.simpleCart_items .itemRow .item-name {
    width: 50%;
    padding-left: 0;
    font-size: 0.85em;
}

.simpleCart_items .itemRow .item-price {
    width: 16.666666666666664%;
    float: right;
    text-align: right;
    padding-right: 0;
}

.simpleCart_items .itemRow .item-totpriceeach {
    width: 16.666666666666664%;
    float: right;
    text-align: right;
    padding-right: 0;
}

.simpleCart_items .itemRow .item-remove {
    width: 28px;
    padding: 5px 7px;
    float: right;
    height: 26px;
    line-height: 20px;
}

.simpleCart_items .itemRow .item-quantity {
    width: 16.666666666666664%;
    float: right;
    padding: 0 0 4px 10px;
    margin-right: 0;
}

    .simpleCart_items .itemRow .item-quantity input {
        text-align: center;
        height: 26px;
        font-size: 80%;
    }

.booking-process .tooltip.right .tooltip-arrow {
    border-right-color: #7DA7B5;
}

.booking-process .tooltip-inner {
    background-color: #7DA7B5;
}
/****************************************************************************
    Footer Widget Wrapper
****************************************************************************/
.footer-widget-wrapper {
    width: 100%;
    padding: 33px 0px 18px 0px;
    background: rgb(52, 55, 65);
    border-top: 1px solid #3a3a3a;
    border-bottom: 1px solid #3a3a3a;
}

.copy-right {
    text-align: center;
}

    .copy-right .f-logo {
        margin-top: 20px;
        margin-bottom: 10px;
        display: block;
    }

    .copy-right p {
        color: #a0a0a0;
    }

        .copy-right p a {
            color: #3A7725;
        }

.f-widget {
    text-align: center;
}

    .f-widget h4 {
        font: 18px 'Droid Sans',Helvetica, Arial, sans-serif;
        color: #ffffff;
        margin-top: 20px;
        margin-bottom: 10px;
    }

        .f-widget h4.second {
            margin-top: 20px;
        }

    .f-widget li {
        padding-bottom: 10px;
    }

        .f-widget li.last {
            background: none;
        }

        .f-widget li:hover {
            padding-left: 3px;
        }

            .f-widget li:hover a {
                color: #FFF;
            }

        .f-widget li a, .f-widget p {
            font: 14px 'Open Sans', sans-serif 300;
            color: #a0a0a0;
        }

    .f-widget h2 {
        font: 30px 'Droid Sans',Helvetica, Arial, sans-serif;
        color: #3A7725;
    }

    .f-widget span {
        font: 14px 'Droid Sans',Helvetica, Arial, sans-serif;
        color: #a0a0a0;
        margin-right: 37px;
    }

.cc {
    padding-bottom: 31px;
    margin-bottom: 15px;
    background: url(../images/li-border.png) repeat-x bottom;
}

.n-letter {
    position: relative;
}

.f-widget input[type="text"] {
    font: 14px 'Open Sans',Helvetica, Arial, sans-serif 300;
    color: #7e7e7e;
    background: #272727;
    border: 1px solid #3a3a3a;
    border-radius: 0px;
    padding: 10px 10px;
    width: 155px;
}

.f-widget input[type="submit"] {
    font: 16px 'Droid Sans',Helvetica, Arial, sans-serif 700;
    color: #808080;
    background: #3a3a3a;
    border: 0px;
    height: 42px;
    width: 77px;
    text-transform: uppercase;
    position: absolute;
    top: 54px;
    right: 16px;
}
/****************************************************************************
    Footer
****************************************************************************/
.footer-wrapper {
    width: 100%;
    background: #25252f;
}

footer {
    padding: 20px;
}

footer {
    text-align: center;
}

.footer-nav {
    margin-bottom: 20px;
}

    .footer-nav li {
        display: inline-block;
    }

        .footer-nav li:hover a {
            color: #fff;
        }

        .footer-nav li a {
            color: #a0a0a0;
            padding-right: 15px;
            border-right: 1px solid #9a9a9a;
            margin-right: 15px;
        }

footer .gotop {
    width: 34px;
    height: 34px;
    display: inline-block;
    color: white;
    background-color: #3A7725;
    line-height: 2.5;
}

    footer .gotop a:hover {
        width: 50px;
        color: #3A7725;
        background-color: white;
    }

.vertical {
    position: relative;
    overflow: hidden;
    height: 160px;
    width: 280px;
    border: 4px solid #555;
    background: #222 url('bg.jpg') repeat-x;
}

.items {
    position: absolute;
    height: 20000em;
    margin: 0px;
}

    .items div.weatherItem {
        height: 160px;
    }

.navi {
    width: 288px;
    height: 20px;
}

    .navi a {
        width: 8px;
        height: 8px;
        float: left;
        margin: 3px;
        background: url('navigator.png') 0 0 no-repeat;
        display: block;
        font-size: 1px;
    }

        .navi a:hover {
            background-position: 0 -8px;
        }

        .navi a.active {
            background-position: 0 -16px;
        }

.footer-widget-wrapper .dg {
    color: #808080;
    font-size: 30px;
    top: 6px;
}

    .footer-widget-wrapper .dg:hover {
        color: #B7A43D;
        cursor: pointer;
    }

.footer-widget-wrapper .addthis_button_compact span {
    margin-bottom: -3px;
}
/******************************
   Isotope CSS3 transitions
******************************/
.isotope,
.isotope .isotope-item {
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    -o-transition-duration: 0.8s;
    transition-duration: 0.8s;
}

.isotope {
    -webkit-transition-property: height, width;
    -moz-transition-property: height, width;
    -o-transition-property: height, width;
    transition-property: height, width;
}

    .isotope .isotope-item {
        -webkit-transition-property: -webkit-transform, opacity;
        -moz-transition-property: -moz-transform, opacity;
        -o-transition-property: top, left, opacity;
        transition-property: transform, opacity;
    }
        /********************************************************
   disabling Isotope CSS3 transitions
*********************************************************/
        .isotope.no-transition,
        .isotope.no-transition .isotope-item,
        .isotope .isotope-item.no-transition {
            -webkit-transition-duration: 0s;
            -moz-transition-duration: 0s;
            -o-transition-duration: 0s;
            transition-duration: 0s;
        }

.scrollbar1 {
    width: 100%;
    clear: both;
    position: relative;
}

    .scrollbar1 .viewport {
        width: 100%;
        height: 228px;
        overflow: hidden;
        position: relative;
    }

.widget_info .widget form,
.widget_info .widget select {
    margin: 0px;
    width: 100%;
}

.widget_info .widget .overview {
    list-style: none;
    position: absolute;
    left: 0;
    top: 0;
}

.widget_info .widget .thumb .end,
.widget_info .widget .thumb {
    background-color: #003D5D;
}

.widget_info .widget .scrollbar {
    position: absolute;
    width: 15px;
    height: 229px;
    right: 0px;
    z-index: 99999999;
}

.widget_info .widget .track {
    background-color: #e5e4e4;
    height: 100%;
    width: 6px;
    position: relative;
    left: 0px;
}

.widget_info .widget .thumb {
    height: 30px;
    width: 6px;
    cursor: pointer;
    overflow: hidden;
    position: absolute;
    top: 0;
}

    .widget_info .widget .thumb .end {
        overflow: hidden;
        background: #FFffff;
    }

.widget_info .widget .disable {
    display: none;
}

.noSelect {
    user-select: none;
    -o-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
}
/********************************************************
   Button Styles
*********************************************************/
button.btn,
input.btn[type="submit"],
.btn,
a.btn {
    /* background-color: #BDC3C7; */
    background-image: none;
    background-repeat: repeat-x;
    border-color: none;
    border-image: none;
    border-radius: 0px;
    border-style: none;
    border-width: 1px;
    box-shadow: none;
    color: #ffffff;
    cursor: pointer;
    display: inline-block;
    font-family: "DroidSans",Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 0;
    padding: 5px 17px;
    text-align: center;
    text-shadow: none;
    vertical-align: middle;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
}

a:hover.btn {
    background-color: #BDC3C7;
}

a.btn-cancel {
    background-color: #CF5629;
}

a.btn-change {
    background-color: #B7A43D;
}

a.btn-next {
    background-color: #3A7725;
}

.booking-process .btn-login, .top-bar-login .btn-login {
    color: #fff;
    background-color: #3A7725;
    margin: 0 0 0 20px;
}

    .booking-process .btn-login:hover, .top-bar-login .btn-login:hover {
        color: #333;
        background-color: #BDC3C7;
    }

a.btn-cart {
    color: #3A7725;
    border: solid 1px #ccc;
    background-color: #fff;
    line-height: 22px;
}

    a.btn-cart:hover {
        color: #fff;
        background-color: #3A7725;
    }

.item-remove a {
    color: #CF5629;
}

    .item-remove a:hover {
        color: #fff;
    }

.item-remove.btn.btn-default {
    color: #CF5629;
    border: solid 1px #ccc;
    background-color: #fff;
}

    .item-remove.btn.btn-default:hover {
        color: #fff;
        border: solid 1px #ccc;
        background-color: #CF5629;
    }

.input-append .add-on:last-child,
.input-append .btn:last-child,
.input-append .btn-group:last-child > .dropdown-toggle {
    border-radius: 0px;
}
/********************************************************
  Pill Styles
*********************************************************/
.nav-pills > li > a {
    color: #fff;
    background-color: #bdd2d9;
    padding: 2px 13px;
    border-radius: 0;
    margin-bottom: 6px;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
}

    .nav-pills > li > a:hover,
    .nav-p1lls > li > a:focus {
        background-color: #BDC3C7;
        color: #fff;
    }

.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
    background-color: #7da7b5;
}
/********************************************************
   form bits
*********************************************************/
input[class*="span"],
select[class*="span"],
textarea[class*="span"],
.uneditable-input[class*="span"],
.row-fluid input[class*="span"],
.row-fluid select[class*="span"],
.row-fluid textarea[class*="span"],
.row-fluid .uneditable-input[class*="span"] {
    color: #5a656a;
    font-family: 'opensans-regular',Helvetica, Arial, sans-serif;
    border-radius: 0;
}

.form {
    font: 14px 'OpenSans-Light', sans-serif;
    color: #5a656a;
}

input[type="radio"],
input[type="checkbox"] {
    line-height: normal;
    margin: 0px 12px 0px 0px;
}

.cart {
    width: 30px;
}
/********************************************************
   booking Extras
*********************************************************/
.booking_form .offer article h3 {
    color: #3A7725;
    margin-bottom: 15px;
}

.booking_form .offer article h4 {
    color: #5a656a;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.booking_form .offer article p {
    margin-bottom: 5px;
}

    .booking_form .offer article p a {
        width: 13px;
        height: 13px;
        display: inline-block;
        background: url(../images/star.png) no-repeat;
    }

        .booking_form .offer article p a:hover {
            background: url(../images/star-blue.png) no-repeat;
        }

        .booking_form .offer article p a.active {
            background: url(../images/star-blue.png) no-repeat;
        }

.booking_form .offer article span {
    font: 8px 'OpenSans-Light',Helvetica, Arial, sans-serif;
    color: #c7c7c7;
}

.booking_form .offer .price {
    background: #ffffff;
    width: 100%;
    padding: 2px 0px;
    position: relative;
}

    .booking_form .offer .price a {
        background: url(../images/link-btn.png) no-repeat;
        width: 71px;
        height: 49px;
        position: absolute;
        top: 0px;
        right: 0px;
    }

.booking_extra .offer figure img {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}

.booking_extra .offer figure {
    width: 30%;
    float: left;
}

.booking_extra article {
    width: 46%;
    float: left;
    text-align: left;
    padding: 5px 25px;
    position: relative;
}

.booking_extra .offer .price {
    width: 14.2%;
    float: left;
    height: 158px;
}

    .booking_extra .offer .price h3 {
        font: 24px 'Droid Sans',Helvetica, Arial, sans-serif;
        color: #5a656a;
        margin-left: 57px;
        line-height: 40px;
        margin: 0px 0px 15px;
        text-align: center;
    }

.booking_extra .offer article h3 {
    color: #3A7725;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.booking_extra .offer article div {
    text-align: center;
    position: absolute;
    top: 20px;
    right: 25px;
}

    .booking_extra .offer article div p {
        margin-bottom: -7px;
    }

.booking_extra .offer article > p {
    font: 12px 'Open Sans', sans-serif 100;
    color: #515252;
    line-height: 14px;
    margin-bottom: 36px;
}

.booking_extra .offer .price {
    border-bottom-right-radius: 0px;
    border-top-right-radius: 0px;
}

    .booking_extra .offer .price a {
        background: url(../images/link-btn2.png) no-repeat;
        width: 124px;
        top: 100%;
        margin-top: -49px;
        border-bottom-right-radius: 0px;
    }

.booking_extra .offer article h3 {
    color: #3A7725;
    text-transform: none;
    margin-bottom: 5px;
}

.booking_extra .offer article h4 {
    color: #5a656a;
    text-transform: none;
    margin-bottom: 5px;
}
/********************************************************
  compare and favourites
*********************************************************/
.offer article .fav p a,
.fav p a {
    font-size: 15px;
    display: inline-block;
    color: #BDC3C7;
}

    .offer article .fav p a:hover,
    .fav p a:hover {
        color: #834D6D;
    }

    .offer article .fav p a.active,
    .fav p a.active {
        color: #834D6D;
    }
/********************************************************
  Homepage Grid
*********************************************************/
.home-grid-item {
    width: 370px;
    margin: 5px;
    float: left;
    overflow: hidden;
}
/********************************************************
  jQuery UI Spinner
*********************************************************/
.ui-spinner {
    position: relative;
    display: inline-block;
    overflow: hidden;
    padding: 0;
    vertical-align: middle;
}

.ui-spinner-input {
    border: thin solid #ccc;
    background: none;
    color: inherit;
    padding: 0;
    margin: 0;
    vertical-align: middle;
    margin-left: .4em;
    margin-right: 22px;
}

.ui-spinner-button {
    width: 15px;
    height: 50%;
    font-size: .5em;
    padding: 0;
    margin: 0;
    text-align: center;
    position: absolute;
    cursor: default;
    display: block;
    overflow: hidden;
    right: 0;
}
/* more specificity required here to override default borders */
.ui-spinner a.ui-spinner-button {
    border-top: none;
    border-bottom: none;
    border-right: none;
}
/* vertically center icon */
.ui-spinner .ui-icon {
    position: absolute;
    margin-top: -8px;
    top: 50%;
    left: 0;
}

.ui-spinner-up {
    top: 0;
}

.ui-spinner-down {
    bottom: 3px;
}
/* TR overrides */
.ui-spinner .ui-icon-triangle-1-s {
    /* need to fix icons sprite */
    background-position: -65px -16px;
}
/********************************************************
  Colour Reference
*********************************************************/
/*
Green #3A7725 
Dark Blue #4D5E79 
Light Blue #7DA7B5
Cool Gray #BDC3C7 
Red #CF5629
Plum #834D6D 
Charcoal #343741 
Sand #EDEAE2
Yellow #B7A43D 


normal text #9d9d9d
DarkText #5a656a


*/
/* Temp Search Panel */

/* collapsed sidebar styles */
@media screen and (max-width: 767px) {
    .row-offcanvas {
        position: relative;
        -webkit-transition: all 0.25s ease-out;
        -moz-transition: all 0.25s ease-out;
        transition: all 0.25s ease-out;
    }

    .row-offcanvas-right .sidebar-offcanvas {
        right: -85%;
    }

    .row-offcanvas-left .sidebar-offcanvas {
        left: -85%;
    }

    .row-offcanvas-right.active {
        right: 85%;
    }

    .row-offcanvas-left.active {
        left: 90%;
    }

    .sidebar-offcanvas {
        position: absolute;
        top: 0;
        width: 85%;
    }

    #sidebar {
        padding-top: 0;
    }
}

.heading-search-results .navbar-toggle {
    border-color: #ddd;
    float: left;
}

    .heading-search-results .navbar-toggle .icon-bar {
        background-color: #888;
    }

/*************************************************************************************************************
            Availability Tab - Added by Vishal
**************************************************************************************************************/
#propBooking  .not-required { /* height:610px; */
}

.availiablity {
    background: #FFF;
    padding: 20px; /* height:594px; */
}
/*.availiablity ul li h2              {font-size:18px; font-weight:bold; color:#000;}*/
.avail_go .not-required {
    width: 390px;
    border-right: 1px dashed #D1D1D1;
    float: left;
    margin: 14px 0 0 0;
}

.avail_go label { /* margin-left:10px; */
    font: 12px "DroidSans-Bold",Helvetica,Arial,sans-serif;
    color: #5A656A;
}

.avail_go .avalcombo .not-required {
    width: 70px;
    margin-bottom: 0px;
    display: inline;
}

.avail_go #btnGo .not-required {
    background: rgb(131,77,109);
    border: 0px;
    width: 80px;
    padding: 7px 0px;
    color: #FFF;
    margin-left: 25px;
    font: 14px "DroidSans",Helvetica,Arial,sans-serif;
}

.avail_go #btnGo:hover {
    background-color: #bdc3c7;
    color: #5a656a !important;
}

.book-info .not-required {
    float: left;
    width: 390px;
    margin: 14px 0 0 0;
}

.book-info ul li {
    float: left;
    width: 55px;
    padding: 0 5px;
}

    .book-info ul li #SpclPeriod, .book-info ul li #WeekEnd, .book-info ul li #CheckingOut, .book-info ul li #CheckingIn, .book-info ul li #Booked {
        height: 22px;
        width: 22px;
        margin: 0px auto;
        border: 1px solid #CCC;
    }

    .book-info ul li #SpclPeriod {
        background: #F5A9F2;
    }

    .book-info ul li #WeekEnd {
        color: Red;
        text-align: center;
        font: 11px "DroidSans-Bold",Helvetica,Arial,sans-serif;
        line-height: 20px;
    }

    .book-info ul li #CheckingIn {
        background-image: url("../images/checkin.png");
        background-size: 20px 20px;
        background-repeat: no-repeat;
    }

    .book-info ul li #CheckingOut {
        background-image: url("../images/checkout.png");
        background-size: 20px 20px;
        background-repeat: no-repeat;
    }

    .book-info ul li #Booked {
        background: #D8D8D8;
    }

    .book-info ul li label {
        text-align: center;
        width: 70px;
        font-size: 11px;
        font-weight: inherit;
    }

#divCal_1 { /* height:248px; */ /* margin-top:14px; */
}

    #divCal_1 .ui-datepicker-inline {
        width: 100% !important;
    }

    #divCal_1 .ui-datepicker-group-first, #divCal_1 .ui-datepicker-group-middle, #divCal_1 .ui-datepicker-group-last, #divCal_1 .ui-datepicker-calendar {
        width: 18.2em;
        float: left;
    }

    #divCal_1 .ui-datepicker-group-middle, #divCal_1 .ui-datepicker-group-last {
        margin-left: 9px;
    }

#divCalculator  .not-required {
    border-top: 1px dashed #D1D1D1;
    width: 100%;
    height: 195px;
    float: left;
}

#divCalculator .calculator  .not-required {
    width: 50%;
    border-right: 1px dashed #D1D1D1;
    height: 100%;
    float: left;
}

#divCalculator .search-box {
    margin: 22px 0 0 54px;
}

.calculator #btnCalculate {
    width: 230px;
    background: rgb(131,77,109);
    color: #FFF;
}

    .calculator #btnCalculate:hover {
        background-color: #bdc3c7;
        color: #5a656a;
    }

#divCalculator #rate  .not-required {
    width: 49%;
    height: 100%;
    float: left;
}

#divCalculator #rateDetails  .not-required {
    width: 230px;
    height: 206px !important;
    background: none;
    margin: 0px auto;
    padding: 30px 0;
}

.cal-rate  .not-required {
    width: 102% !important;
    margin-bottom: 0px !important;
    border: 0px !important;
}

.cal-rate p  .not-required {
    text-align: center !important;
    padding-bottom: 4px !important;
}

.rate p  .not-required {
    text-align: left !important;
}

td.SpclDay {
    background: #F5A9F2 !important;
}

td.selected {
    background-color: #D4FFBC !important;
}

td.checkIns {
    background-image: url("../images/checkin.png") !important;
    background-repeat: no-repeat;
}

td.checkOuts {
    background-image: url("../images/checkout.png") !important;
    background-repeat: no-repeat;
}

td.WeekEnd a {
    color: #CF5629 !important;
}

td.disbled {
    font: 12px DroidSans-Bold,Helvetica,Arial,sans-serif !important;
    background: #D8D8D8 !important;
    color: #5A656A !important;
    line-height: 30px !important;
}

.ui-datepicker-today {
    background: #FFF !important;
}

    .ui-datepicker-today:hover {
        background: #FDC038 !important;
    }

.ui-state-disabled span {
    background: none;
}

.propLoader {
    color: #5A656A;
    width: 166px;
    height: 44px;
    cursor: pointer;
    margin: 44px auto;
    z-index: 1;
}

    .propLoader img {
        position: relative;
        top: 0px;
        left: 3px;
    }

.calculator .date-nights  .not-required {
    background: #FFF;
    width: 66px;
}

.calculator .date-nights > label {
    text-align: center;
    width: 66px;
}

.btn-calculate  .not-required {
    margin: 16px 20px;
}

#tblCriteria h4 {
    font: 14px 'DroidSans',Helvetica, Arial, sans-serif;
    color: #3A7725;
    margin-bottom: 0;
    border-bottom: none;
    padding-bottom: 4px;
}

#tblCriteria tr {
    margin-bottom: 0;
}

    #tblCriteria tr span, #tblCriteria tr a {
        font: 14px 'OpenSans-Light', sans-serif;
        color: #9d9d9d;
        display: block;
        padding: 3px 0;
        -webkit-transition: 0.3s;
        -moz-transition: 0.3s;
        -o-transition: 0.3s;
        -ms-transition: 0.3s;
        transition: 0.3s;
    }

/*.ui-datepicker-current-day          {background:none repeat scroll 0% 0% #D4FFBC !important;}*/
td.SpclDay span {
    font: 12px "DroidSans-Bold",Helvetica,Arial,sans-serif;
    color: #5A656A;
}

#divCalculator {
    margin-top: 10px;
    border-top: 1px dashed;
    padding-top: 8px;
}

.live-rate {
    margin-top: 6px;
}

.rate-search-box .date input {
    background: url(../images/calendar-13.png) no-repeat right 8px top 8px;
    cursor: pointer;
}

.rate-search-box .col-xs-4 {
    padding-left: 3px;
    padding-right: 3px;
}

.rateDetails p {
    font-size: 12px;
    font-family: 'Droid Sans', sans-serif;
    margin: 0;
    line-height: 1.5em;
}
/* Final Rate */
.rateDetails .live-rate .rate span {
    font-size: 2em;
    vertical-align: middle;
    line-height: 1.6em;
    margin-left: 0.5em;
}

.rateDetails .live-rate .rate {
    margin-bottom: 6px;
}

.live-rate > div > p {
    color: #CF5629;
}

.rateDetails {
    text-align: center;
}

/* Buttons */

#divCalculator #btnCalculate,
#divCalculator .book-button {
    width: 200px;
}

.row.btn-calculate {
    text-align: center;
    margin-top: 1em;
}

.btn-go {
    background: rgb(131,77,109);
    color: #fff;
}

.date-key-row {
    padding: 0 11px;
}

.cal-row {
    padding: 5px 0 0;
}

.book-info > ul > li:nth-child(2) {
    display: none; /* Hide Weekend Key */
}

.ui-datepicker-calendar th {
    text-align: center;
}

.ui-datepicker-week-end > span {
    color: #CF5629 !important;
}

.book-info {
    margin-top: 10px;
}

    .book-info > ul {
        width: 100%;
        float: right;
    }

.avail_go > .row > .col-xs-4 {
    padding: 4px;
}

/* Search Result page check box */
.regular-checkbox {
    display: none;
}

    .regular-checkbox + label:active, .regular-checkbox:checked + label:active {
        color: #864d6d;
    }

    .regular-checkbox + label:hover {
        color: #864d6d;
    }

    .regular-checkbox:checked + label:after {
        color: #864d6d;
    }

    .regular-checkbox + label {
        position: relative;
        top: 1px;
        display: inline-block;
        font-family: 'Glyphicons Halflings';
        font-style: normal;
        font-weight: normal;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-size: 17px;
        color: #9D9D9D;
        cursor: pointer;
        transition: all 0.2s ease-in-out 0s;
        line-height: 17px;
        margin-bottom: 10px;
    }

        .regular-checkbox + label:after {
            content: "\e013";
        }

.heading_detail {
    padding: 0 0 10px 14px;
    margin-bottom: 0px;
}
/*.heading_detail h2                  {font-size: 36px;line-height: 50px;color: #5A656A;text-transform: none;margin-bottom: 3px;}*/
.default-body {
    background: none repeat scroll 0% 0% #FFF;
    padding: 15px;
    height: auto !important;
    overflow: hidden;
}

    .default-body h3, .myprofile h4 {
        color: #3A7725;
        text-transform: none;
        margin: 14px 0px 6px;
    }

    .default-body p {
        font-family: inherit;
        line-height: 22px;
        margin: 4px 0 16px 24px;
    }

    .default-body span, .default-body a {
        font-family: inherit;
        text-transform: none;
        margin: 5px 0px 2px;
    }

    .default-body strong span {
        font-weight: bold;
    }

    .default-body ul li {
        margin-left: 65px;
    }

.detail-sitemap h4 {
    color: #3A7725;
    margin-bottom: 8px;
    clear: both;
}

.detail-sitemap > ul {
    float: left;
}

    .detail-sitemap > ul > li {
        background: url("../Images/left-small-errow.png") no-repeat left center;
        padding-left: 15px;
        margin-bottom: 8px;
        margin-left: 15px;
    }

        .detail-sitemap > ul > li > a {
            font-family: inherit;
            font-size: 14px;
            color: #5a656a;
            cursor: pointer;
            white-space: nowrap;
        }

.error-msg {
    color: #FE2E2E;
    display: none;
    padding: 0px 0px;
    margin-left: -15px;
    margin-top: -5px;
    margin-bottom: 10px;
}

.myprofile .detail {
    background: none repeat scroll 0% 0% #FFF;
    padding: 14px 28px;
}

.myprofile .labelmy {
    line-height: 2.3;
}

.addthis_button_compact span {
    display: inline-block;
}

.f-widget .addthis_button_compact span, .f-widget .addthis_separator {
    margin-right: 5px !important;
}

.f-widget .addthis_button_compact:hover {
    color: #FFFFFF !important;
}

.buss-desc h3, .buss-desc h4 {
    display: inline-block;
}

.buss-detls div {
    margin: 14px 0 6px;
}

.buss-detls p {
    font-size: 12px;
    font-family: inherit;
    font-weight: 300;
    line-height: 18px;
    margin: 0px;
}

.regular-cb {
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 17px;
    color: #9D9D9D;
    cursor: pointer;
    transition: all 0.2s ease-in-out 0s;
    line-height: 17px;
    margin-bottom: 10px;
}

    .regular-cb > input[type="checkbox"] {
        display: block;
        position: absolute; /* remove it from the flow */
        cursor: pointer;
        opacity: 0; /* make it transparent */
    }

        .regular-cb > input[type="checkbox"] + span:after {
            content: "\e013";
        }

        .regular-cb > input[type="checkbox"]:checked + span:after {
            color: #864d6d;
        }

    .regular-cb:hover {
        color: #864d6d;
    }

.regular-up {
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 17px;
    color: #9D9D9D;
    cursor: pointer;
    transition: all 0.2s ease-in-out 0s;
}

    .regular-up > input[type="radio"] {
        display: block;
        position: absolute; /* remove it from the flow */
        cursor: pointer;
        opacity: 0; /* make it transparent */
    }

        .regular-up > input[type="radio"] + span:after {
            content: "\e093";
        }

        .regular-up > input[type="radio"]:checked + span:after {
            color: #864d6d;
        }

    .regular-up:hover {
        color: #864d6d;
    }

.regular-dw {
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 17px;
    color: #9D9D9D;
    cursor: pointer;
    transition: all 0.2s ease-in-out 0s;
}

    .regular-dw > input[type="radio"] {
        display: block;
        position: absolute; /* remove it from the flow */
        cursor: pointer;
        opacity: 0; /* make it transparent */
    }

        .regular-dw > input[type="radio"] + span:after {
            content: "\e094";
        }

        .regular-dw > input[type="radio"]:checked + span:after {
            color: #864d6d;
        }

    .regular-dw:hover {
        color: #864d6d;
    }

.regular-hr {
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 23px;
    color: #9D9D9D;
    cursor: pointer;
    transition: all 0.2s ease-in-out 0s;
    line-height: 29px;
    margin-bottom: 10px;
}

    .regular-hr > input[type="checkbox"] {
        display: block;
        position: absolute; /* remove it from the flow */
        cursor: pointer;
        opacity: 0; /* make it transparent */
    }

        .regular-hr > input[type="checkbox"] + span:after {
            content: "\e005";
        }

        .regular-hr > input[type="checkbox"]:checked + span:after {
            color: #864d6d;
        }

    .regular-hr:hover {
        color: #864d6d;
    }

#btnShortlist, #btnBack {
    line-height: 14px !important;
}

#lblCheckDisable, #lblCheckDisable > span, #lblCheckDisable > input[type="checkbox"] {
    cursor: default !important;
}

a.at300m .at4-icon {
    display: inline-block !important;
}

.hp-things article h3 a {
    color: #3a7725;
    margin-bottom: 0px;
    font-size: 24px;
    font-family: "Droid Sans",sans-serif;
    font-weight: 100;
    line-height: 1.1;
}

.hp-things figure input[type="image"] {
    width: 100% !important;
}

/*BookingExtra Step Hiding Extra_id */
.item_eid, .item-eid, .item-price, .item_totpriceeach {
    display: none !important;
}

.booking-steps {
    margin-top: 0px !important;
}
/*In  Gest Details page Displaying light grey for AU Phone, Mobile*/
.TextGrey {
    background-color: #f7f7f7 !important;
    float: left;
    width: 31%;
}

/* ticket #885 */
.GVRPLine p {
    margin-top: 4px;
}

/* Progress Loader -- Starts */

.hpSearchWidget .divHomeLoader {
    height: 97%;
    margin-left: 0px;
    margin-top: -51px;
    opacity: 1;
    width: 100%;
    position: absolute;
    top: 50px;
    z-index: 1;
    display: block;
}

    .hpSearchWidget .divHomeLoader .divHomeSubOne {
        padding-left: 130px;
        padding-top: 49px;
    }

    .hpSearchWidget .divHomeLoader .divHomeSubTwo {
        padding-left: 120px;
        padding-top: 26px;
    }

#sidebar .divSearchLoader {
    height: 100%;
    width: 100%;
    background-color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    opacity: 0.1;
    z-index: 10;
}

#sidebar .divSearchSubLoader {
    position: fixed;
    top: 6%;
    left: 45%;
    padding: 8px;
    height: 144px;
    cursor: pointer;
    margin: 44px auto;
    z-index: 11 !important;
    opacity: 1;
}

    #sidebar .divSearchSubLoader img {
        position: relative;
        top: 3px;
        left: 8px;
        width: 110px;
        background-color: white;
    }

.BSLoader {
    height: 100%;
    width: 100%;
    background-color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    opacity: 0.1;
    z-index: 10;
}

.BSSubLoader {
    position: fixed;
    top: 6%;
    left: 45%;
    padding: 8px;
    height: 144px;
    cursor: pointer;
    margin: 44px auto;
    z-index: 11 !important;
    opacity: 1;
}

    .BSSubLoader img {
        background-color: white;
    }

.GVPayLoader {
    height: 100%;
    width: 100%;
    background-color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    opacity: 0.1;
    z-index: 10;
}

.GVPaySubLoader {
    position: fixed;
    top: 6%;
    left: 45%;
    padding: 8px;
    height: 144px;
    cursor: pointer;
    margin: 44px auto;
    z-index: 11 !important;
    opacity: 1;
}

    .GVPaySubLoader img {
        background-color: white;
    }

.BPLoader {
    height: 100%;
    width: 100%;
    background-color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    opacity: 0.1;
    z-index: 10;
}

.BPSubLoader {
    position: fixed;
    top: 6%;
    left: 45%;
    padding: 8px;
    height: 144px;
    cursor: pointer;
    margin: 44px auto;
    z-index: 11 !important;
    opacity: 1;
}

    .BPSubLoader img {
        position: relative;
        top: 3px;
        left: 8px;
        width: 110px;
        background-color: white;
    }

/* Progress Loader -- Ends */


/**************************************************
Search Page Features 
**************************************************/
/*
 * Source: bootstrap-multiselect.css - https://github.com/davidstutz/bootstrap-multiselect
 */
.multiselect-container {
    position: absolute;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

    .multiselect-container .input-group {
        margin: 5px;
    }

    .multiselect-container > li {
        padding: 0;
    }

        .multiselect-container > li > a.multiselect-all label {
            font-weight: 700;
        }

        .multiselect-container > li.multiselect-group label {
            margin: 0;
            padding: 3px 20px 3px 20px;
            height: 100%;
            font-weight: 700;
        }

        .multiselect-container > li.multiselect-group-clickable label {
            cursor: pointer;
        }

        .multiselect-container > li > a {
            padding: 0;
        }

            .multiselect-container > li > a > label {
                margin: 0;
                height: 100%;
                cursor: pointer;
                font-weight: 400;
                padding: 3px 20px 3px 40px;
            }

                .multiselect-container > li > a > label.radio, .multiselect-container > li > a > label.checkbox {
                    margin: 0;
                }

                .multiselect-container > li > a > label > input[type=checkbox] {
                    margin-bottom: 5px;
                }

.btn-group > .btn-group:nth-child(2) > .multiselect.btn {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.form-inline .multiselect-container label.checkbox, .form-inline .multiselect-container label.radio {
    padding: 3px 20px 3px 40px;
}

.form-inline .multiselect-container li a label.checkbox input[type=checkbox], .form-inline .multiselect-container li a label.radio input[type=radio] {
    margin-left: -20px;
    margin-right: 0;
}

button.multiselect.btn {
    text-align: left;
}

.ui-accordion-content button.multiselect.btn {
    background-color: transparent;
    color: #7D7D7D;
    font-family: "Open Sans",sans-serif;
    font-weight: 100;
    padding: 2px;
}
    /* Active Button */
    .ui-accordion-content .btn-group.open button.multiselect.btn,
    .ui-accordion-content button.multiselect.btn:hover,
    .ui-accordion-content button.multiselect.btn:focus {
        background-color: #e5edf0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

.ui-accordion-content .dropdown-menu > .active > a,
.ui-accordion-content .dropdown-menu > .active > a:hover,
.ui-accordion-content .dropdown-menu > .active > a:focus {
    background-color: #e5edf0;
}

.multiselect-container > li > a.multiselect-all label,
.multiselect-container > li > a > label.radio,
.multiselect-container > li > a > label.checkbox {
    font-weight: 300;
    font-size: 14px;
    line-height: 1em;
}


/**************************************************
404 
**************************************************/


.fourofour {
    background: url(../Images/offroad.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.dead-end {
    text-align: center;
}

    .dead-end h1 {
        font-size: 100px;
        line-height: 1.5em;
        color: #bdc3c7;
    }

    .dead-end h2 {
        color: #5A656A;
    }

/*## ACCORDION */
 
#widget_accordion {
   width: 100%
}

#widget_accordion h3, .widget_info h3  {
   background: #ffffff;
   border-top: thin solid #edeae2;
   color: #3A7725;
   cursor: pointer;
   font-family:'Droid Sans',Helvetica, Arial, sans-serif;
   font-size: 16px;
   margin: 0;
   outline: medium none;
   padding: 3px 0 3px 10px;
   position: relative;
   -webkit-transition: 0.3s;
   -moz-transition: 0.3s;
  -o-transition: 0.3s;
   -ms-transition: 0.2s;
   transition: 0.3s;
}

.widget_info h3  {
   background: #ffffff;
   cursor: auto;
}

.filter h3 {
   font-size: 24px;
   color: #3A7725;
   margin: 0;
   padding: 5px 10px;
}
  
#widget_accordion h3 .glyphicon {
   display: block;
   position: absolute;
   top: 6px;
   right: 10px;
   text-align: right;
   color: #3A7725;
}
#widget_accordion h3:hover, #widget_accordion h3:hover .glyphicon {
   color: #ffffff;
   background-color: #3A7725;
   -webkit-transition: 0.3s;
   -moz-transition: 0.3s;
   -o-transition: 0.3s;
   -ms-transition: 0.2s;
   transition: 0.3s;
}

#widget_accordion h3:hover.inactive{
   color:#3A7725;
   background-color: #ffffff;
   cursor:default;
}

#widget_accordion .widget {
   background: #ffffff;
   padding: 2px 10px;
   height: auto !important;
}

#widget_accordion h4 {
   font-size: 14px;
   color: #3A7725;
   margin-bottom: 0;
   border-bottom: none;
}

#widget_accordion article p {
   font-size: 20px !important;
   line-height: 24px;
   color: #5a656a;
   margin-bottom: 3px;
   border-bottom: 1px dashed #D1D1D1;
}

#widget_accordion .widget li {
   margin-bottom: 0
}

#widget_accordion .widget li a {
   font-size: 14px;
   color: #9d9d9d;
   display: block;
   padding: 3px 0;
   -webkit-transition: 0.3s;
   -moz-transition: 0.3s;
   -o-transition: 0.3s;
   -ms-transition: 0.3s;
   transition: 0.3s;
}

#widget_accordion .widget li a:hover, #widget_accordion .widget li a:focus {
   text-decoration: none;
   background-color: #e5edf0;
}

#widget_accordion li .badge {
   background-color: #7da7b5;
   border-radius: 10px;
   color: #fff;
   display: inline-block;
   font-size: 12px;
   font-weight: 300;
   min-width: 10px;
   padding: 3px 7px;
   margin-left: 2px;
}

/*## BUTTON STYLES */ 

.form-control.search-button, .form-control.book-button, .form-control.clearall-button{
   background-color: #3A7725;
   color: #fff;
   width: 110px;
   border: 0px;
   font: 14px 'Droid Sans',Helvetica, Arial, sans-serif;
   padding: 4px 10px;
   margin-bottom: 10px;
   -webkit-transition: all 0.2s ease-in-out 0s;
   -moz-transition: all 0.2s ease-in-out 0s;
   -o-transition: all 0.2s ease-in-out 0s;
   display: inline;
}

.form-control.clearall-button{ background-color: #cf5629;}

.form-control.search-button:hover, .form-control.search-button:focus, .form-control.book-button:hover, .form-control.book-button:focus, .form-control.clearall-button:focus {
    background-color: #bdc3c7;
    color: #5a656a;
}
