/*********** Start of General CSS ***********/
body {
    color: #958e81;
    font-family: 'Lato',sans-serif;
    font-size: 15px;
    height: 100%;
    line-height: 25px;
    margin: 0;
    padding: 0;
    min-width: 1196px;
}

.ct {
    background-color: #ffffff;
    background-repeat: repeat-x;
    background-position: top left;
}

.ct_inner {
    padding: 30px 0;
}

body.isnothome .ct_inner {
    padding: 0 0 30px 0;
}

#content-body {
    min-height: 200px;
    position: relative;
}

div {
    display: block;
}

table {
    width: 100%;
}

    table a,
    table a:link,
    table a:active,
    table a:visited {
        color: #707070;
    }

p {
    margin: 0 0 15px;
}

a img {
    border: 0;
}


img {
    vertical-align: middle;
    max-width: 100%;
}

.img_border {
    border: 1px solid #d0cabe;
    box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #744247;
    font-weight: normal;
}

h1 {
    font-size: 32px;
    line-height: normal;
    margin: 0 0 30px;
}


h2 {
    font-size: 24px;
    line-height: normal;
}

h3 {
    font-size: 18px;
    line-height: normal;
}

h4 {
    font-size: 16px;
    line-height: normal;
}

.brochure.isnothome h1 {
    text-align: left;
}

.container {
    width: 1000px;
}

.contextMenu a {
    color: red;
}

#top_bar .contextMenu {
    left: -30px; 
    top: 5px;
    right: initial;
}

.clearing {
    clear: both;
    margin-top: -1px;
    height: 1px;
    overflow: hidden;
}

.clear_r {
    clear: right;
    margin-top: -1px;
    height: 1px;
    overflow: hidden;
}

.clear_l {
    clear: left;
    margin-top: -1px;
    height: 1px;
    overflow: hidden;
}

.edit_ctrl {
    display: inline-block;
    *display: inline;
    _height: 30px;
    zoom: 1;
    vertical-align: top;
    margin: 10px 0 0;
    z-index: 1;
    position: relative;
    font-size: 11px;
}

span.display_info {
    color: rgb(234, 80, 80);
    padding-left: 5px;
}

span.blue_text {
    color: #0082c4;
}

.bottom_margin {
    margin-bottom: 25px;
}

#cms_edit {
    background-color: #ffffff;
}

.ui-dialog h1.cmsh1_title,
.ui-dialog h1 {
    margin: 20px 0;
}

.mas_form {
    color: #000;
}

p.iasp_note {
    font-size: 12px;
    color: red;
}


.progress {
    width: 315px;
    height: 20px;
    top: 0;
}

/*Firefox hack for progress bar*/
@-moz-document url-prefix() {
    .progress {
        width: 262px;
    }
}

/*IE Exploer hack for progress bar*/
@media screen\0 {
    .progress {
        width: 262px;
    }
}

#cms_cpanel input,
#cms_cpanel select,
#cms_cpanel textarea,
#cms_edit select,
#cms_edit input,
#cms_edit textarea {
    font-family: Arial,sans-serif;
    line-height: normal !important;
}
    /******************** End of General CSS **********************/
    /************* Style For New Editor **********************/
    #cms_edit input[type=text],
    #cms_edit input[type=search],
    #cms_edit input[type=number],
    #cms_edit select,
    .ui-dialog input[type=text],
    .ui-dialog input[type=search],
    .ui-dialog input[type=number],
    .ui-dialog select,
    .admintbl input[type=text],
    .admintbl input[type=search],
    .admintbl input[type=number],
    .admintbl select,
    .ui-combobox > input,
    input#load-history {
        color: #2c3e50;
        background-color: #ffffff !important;
        background-image: none;
        border: 1px solid #dce4ec;
        border-width: 1px;
        box-shadow: none;
        height: 35px;
        padding: 0px 9px;
        font-size: 12px;
        line-height: 1.5;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
    }

        #cms_edit input[type=text]:focus,
        #cms_edit input[type=search]:focus,
        #cms_edit input[type=number]:focus,
        #cms_edit select:focus,
        #cms_edit select[multiple]:focus,
        .ui-dialog input[type=text]:focus,
        .ui-dialog input[type=search]:focus,
        .ui-dialog input[type=number]:focus,
        .ui-dialog select:focus,
        .ui-dialog select[multiple]:focus,
        .admintbl input[type=text]:focus,
        .admintbl input[type=search]:focus,
        .admintbl input[type=number]:focus,
        .admintbl select:focus,
        .admintbl select[multiple]:focus,
        .ui-combobox > input:focus,
        input#load-history:focus {
            border: 1px solid #97989E;
            outline-color: #97989E;
        }

input#load-history {
    vertical-align: top;
    padding: 1px 6px;
    background: #DDD !important;
}

    input#load-history:hover {
        cursor: pointer;
    }

.alert_tbl select#test {
    height: auto;
}

.chosen-container {
    width: 95% !important;
}

.su .chosen-choices span {
    color: #2c3e50;
    font-weight: normal;
}

table.admintbl img {
    vertical-align: middle !important;
}

table.admintbl .chosen-container + img,
table.iasp_editor ~ img, .cms_pimg_block img,
.fileupload-tab + img {
    padding-left: 5px;
}

.iasp_editor_iframe {
    width: 603px !important;
}

.iasp_editor {
    width: 95% !important;
    display: inline-block;
    *display: inline;
    _height: 30px;
    zoom: 1;
    vertical-align: top;
}

.fileupload-tab {
    display: inline-block;
    *display: inline;
    _height: 30px;
    zoom: 1;
    vertical-align: middle;
    margin-top: 10px;
}
/******************** End of Style For New Editor ***************************/
/******************** Style for CMS Fix ****************************************/
#iasp_adminmenu_ctr {
    margin-top: 10px;
}

.ui-dialog h1 {
    width: 100%;
    color: #8db4ce;
    font-weight: normal;
    font-size: 20pt;
    font-family: 'Lato', sans-serif;
    line-height: 2;
    padding-bottom: 0;
    background: none;
}
/** Style for popupbox image picker **/
.cms_ui_toolwindow .cms_ui_closer {
    top: -4px;
}

.cms_ui_toolwindow .cms_ui_winhdr {
    width: auto;
}

.cms_ui_toolwindow .cms_ui_toolsizer {
    height: 20px;
}

    .cms_ui_toolwindow .cms_ui_toolsizer img {
        /*vertical-align: middle;*/
    }

#help_onsite .cms_ui_closer {
    top: -8px;
}

#help_onsite .cms_ui_toolsizer {
    height: 25px;
}
/** shipping table fix **/

.shipping_tbl {
}

    .shipping_tbl td {
        padding: 10px 5px;
    }

    .shipping_tbl thead td {
        padding: 10px 5px 5px;
        border-bottom: 1px solid #9c9c9c;
    }
/******************** End of Style for CMS Fix ****************************************/
/******************** Link and default button style ***********/
:focus {
    outline: none !important;
}

a,
a:link,
a:active,
a:visited {
    text-decoration: none;
    color: #744247;
}

    a:hover {
        text-decoration: underline;
        cursor: pointer;
    }

.contextMenu a {
    color: red !important;
}

.btn_global,
.btn_global:link,
.btn_global:active,
.btn_global:visited,
input.button,
form.cms_cartform input.button,
.cms_endform_buttons input,
form#paymentForm ~ a,
#contactusform input[type=submit],
#login_form input[type=submit] {
    background-color: #744247;
    color: #ffffff;
    display: inline-block;
    *display: inline;
    _height: 30px;
    zoom: 1;
    padding: 8px 37px;
    font-size: 15px;
    text-align: center;
    line-height: 22px;
    vertical-align: top;
    text-decoration: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: none;
}


/*Firefox hack for Contact Us Form and Registration Form*/
@-moz-document url-prefix() {
    #contactusform input[type=submit],
    #login_form input[type=submit] {
        line-height: 18px;
    }
}

#contactusform input[type=submit],
#login_form input[type=submit] {
    background-color: #744247 !important;
}

.btn_global:hover,
input.button:hover,
form.cms_cartform input.button:hover,
.cms_endform_buttons input:hover,
form#paymentForm ~ a:hover {
    cursor: pointer;
    text-decoration: none;
    border: none;
}

form#paymentForm ~ a b {
    font-weight: normal;
}

.btn_light,
.btn_light:link,
.btn_light:active,
.btn_light:visited {
    background-color: #b5a591;
}
/*********** End of Link and default button style *****************************/
/******************** Style for top bar ***************************************/
#top_bar {
    background-color: #dbc693;
    height: 54px;
}

#top_special {
    min-height: 0;
    margin-top: 12px;
}
/******************** End of Style for top bar ******************************/
/*********** Start of Style for Head ******************************************************/
#head {
    background-color: #ffffff;
    overflow: hidden;
}

#head_inner {
    padding: 50px 0;
}


    #head_inner #logo a {
        height: 159px;
        line-height: 159px;
    }

    /* For Top Right Contact Us */
    #head_inner #contact_us {
        height: 159px;
        font-size: 0;
    }

.link_contact_us,
.link_contact_us:link,
.link_contact_us:active,
.link_contact_us:visited {
    color: #000;
    font-size: 0;
    line-height: normal;
    display: block;
}

    .link_contact_us:hover {
        text-decoration: none;
    }


#head_inner #contact_us .plus {
    font-size: 25px;
    color: #744247;
    vertical-align: top;
    line-height: 25px;
    padding-left: 10px;
    padding-top: 3px;
}

.link_contact_us span.number {
    font-size: 25px;
    color: #744247;
    margin-top: 25px;
    display: block;
    font-weight: 600;
    background-image: url('../../../i/icon_phone_top.png');
    background-position: 51% center;
    background-repeat: no-repeat;
    background-size: auto;
    padding-left: 32px;
    height: 38px;
}

#head_inner #contact_us a.btn_global {
    margin-top: 25px;
}
/*********** End of Style for Head ********************************************/
/******************** Style for Top Menu *************************/
/* Main Menu */
ul.mainmenu {
    display: inline-block;
    *display: inline;
    zoom: 1;
    _height: 62px;
    width: 100%;
    margin: 0;
    text-align: center;
    background-color: #744247;
    border-bottom: 5px solid #b7ac95;
}

    ul.mainmenu li {
        display: inline-block;
        *display: inline;
        zoom: 1;
        _height: 62px;
        vertical-align: top;
        list-style: none;
    }

        ul.mainmenu li a,
        ul.mainmenu li a:link,
        ul.mainmenu li a:active,
        ul.mainmenu li a:visited {
            color: #ffffff;
            font-size: 15px;
            line-height: 22px;
            height: 22px;
            padding: 20px 15px;
            display: block;
            text-transform: uppercase;
        }

            ul.mainmenu li a:hover {
                background-color: #b7ac95;
                color: #ffffff;
                text-decoration: none;
            }

        ul.mainmenu li.home a {
            background-image: url('../../../i/icon_menu_home.png');
            background-repeat: no-repeat;
            background-position: center;
            background-size: 28px 22px;
            height: 22px;
            width: 28px;
            padding: 20px 15px;
        }

            ul.mainmenu li.home a:hover {
                background-image: url('../../../i/icon_menu_home_h.png');
                background-repeat: no-repeat;
                background-position: center;
                background-size: 28px 22px;
                height: 22px;
                width: 28px;
                padding: 20px 15px;
            }
/*Style for dropdown menu*/
div.dropdown {
    min-width: 188px;
    color: #FFF;
    background: #b7ac95;
    position: absolute;
    display: none;
    margin: -1px 0 0 0;
    z-index: 2000;
    text-align: left;
}

    div.dropdown ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }

* html div.dropdown {
    width: 200px;
}

    div.dropdown li {
        margin: 0;
        padding: 0;
    }

.dropdown a,
.dropdown a:link,
.dropdown a:visited,
.dropdown a:active {
    font-size: 14px;
    color: #ffffff;
    display: block;
    margin: 0;
    padding: 0;
    height: 25px;
    line-height: 25px;
    vertical-align: middle;
    text-decoration: none;
    padding: 5px 15px;
    background-repeat: no-repeat;
    background-position: 20px center;
    text-transform: uppercase;
}

    .dropdown a:hover {
        color: #ffffff;
        text-decoration: none;
        background-color: #744247;
    }
/******************** End of Style for Top Menu ****************************************/
/*********** Start of Homepage List CSS ************************************/
#hp_list .list_item_body {
    padding: 50px 0;
    position: relative;
}

#hp_list h1 {
    line-height: normal;
    margin: 0 0 20px;
    padding: 0 0 50px;
    background-image: url('../../../i/bg_heading.png');
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: auto;
}

/*##### HP Slider Box #####*/
#hp_slider {
    height: 402px;
    position: relative;
    overflow: hidden;
}

    #hp_slider .list_item_body {
        padding: 0;
        position: relative;
    }

#myCarousel {
    width: 1000px;
    margin: 0;
    overflow: hidden;
}

    #myCarousel .carousel-inner {
        /*border: 1px solid #dfdddd;*/
        box-sizing: border-box;
        border-top: none;
    }

    #myCarousel a.carousel-control {
        line-height: 25px;
        text-decoration: none;
        top: 55%;
    }

        #myCarousel a.carousel-control.left {
            text-indent: -4px;
        }

        #myCarousel a.carousel-control.right {
            text-indent: 4px;
        }

    #myCarousel .carousel-inner > .item {
        height: 400px;
        overflow: hidden;
    }

        #myCarousel .carousel-inner > .item > img,
        #myCarousel .carousel-inner > .item > a > img {
            min-height: 400px;
        }

    #myCarousel .overlay {
        position: absolute;
        right: 0;
        left: 0;
        top: 280px;
        height: 120px;
        padding: 0 20px;
    }

    #myCarousel .overlay_base {
        z-index: 1;
        position: absolute;
        /*background: transparent url('../../../i/bg_banner_fade_out.png') 0 0 no-repeat;*/
        background: #000000;
        opacity: 0.3;
        filter: alpha(opacity=30);
        left: 0;
        right: 0;
        bottom: 0;
        height: 120px;
    }

    #myCarousel .overlay_base_top {
        z-index: 2;
        position: absolute;
        background: #030303;
        left: 0;
        right: 0;
        bottom: 0;
        height: 120px;
        opacity: 0.3;
        filter: alpha(opacity=30);
    }

    #myCarousel .overlay_inner {
        z-index: 3;
        position: relative;
        height: 120px;
        overflow: hidden;
    }

    #myCarousel .overlay_title {
        height: 120px;
        overflow: hidden;
    }

        #myCarousel .overlay_title div {
            padding-left: 0;
        }

    #myCarousel .overlay_inner_title {
        color: #ffffff;
        font-size: 30px;
        padding: 20px 0 10px 0;
    }

    #myCarousel .overlay_inner_desp {
        color: #FFF;
        font-size: 17px;
        line-height: 20px;
        padding-right: 0;
    }

    #myCarousel .overlay_btn {
        height: 120px;
        line-height: 120px;
        overflow: hidden;
    }

        #myCarousel .overlay_btn a,
        #myCarousel .overlay_btn a:link,
        #myCarousel .overlay_btn a:active,
        #myCarousel .overlay_btn a:visited,
        #myCarousel .overlay_btn a:focus {
            max-width: 213px;
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis;
            margin-top: 45px;
            float: right;
        }

.hidectrl + .arrow_btns {
    display: none;
}

#myCarousel .arrow_btns a,
#myCarousel .arrow_btns a:link,
#myCarousel .arrow_btns a:active,
#myCarousel .arrow_btns a:visited,
#myCarousel .arrow_btns a:focus {
    color: #707070;
    font-size: 40px;
    font-weight: 600;
    line-height: 34px;
    top: 10%;
}
/*##### Reservation Box #####*/
#reservationbox {
    width: 250px;
    height: 260px;
    position: absolute;
    clear: both;
    right: 15px;
    bottom: 15px;
    border: 1px solid #FFF;
    text-align: center;
}

    #reservationbox .reservationbox0 {
        position: relative;
        width: 100%;
        height: 100%;
    }

        #reservationbox .reservationbox0 .reser_base {
            margin: 0 auto;
            width: 100%;
            background-color: #FFFFFF;
            opacity: 0.8;
            filter: alpha(opacity = 80);
            position: absolute;
            bottom: 0;
            top: 0;
            right: 0;
            left: 0;
            z-index: 1;
        }

        #reservationbox .reservationbox0 .heading {
            z-index: 10;
            font-size: 30px;
            position: relative;
            height: 65px;
            vertical-align: middle;
            line-height: 65px;
            color: #744247;
        }

        #reservationbox .reservationbox0 .reser_inner {
            z-index: 10;
            position: relative;
            height: 115px;
            width: 223px;
            margin: 0 auto;
        }

        #reservationbox .reservationbox0 .btn_check input {
            z-index: 10;
            position: relative;
            background-color: #744247;
            color: #ffffff;
            display: inline-block;
            *display: inline;
            _height: 30px;
            zoom: 1;
            padding: 8px 20px;
            font-size: 15px;
            text-align: center;
            line-height: 19px;
            vertical-align: baseline;
            text-decoration: none;
            -webkit-border-radius: 3px;
            -moz-border-radius: 3px;
            border-radius: 3px;
            border: none;
            width: 223px;
        }

            #reservationbox .reservationbox0 .btn_check input:hover {
                cursor: pointer;
            }

#number_adults, #number_children {
    width: 80px;
    margin-top: 5px;
}

#number_adults {
    float: left;
}

#number_children {
    float: right;
}

#datein,
#dateout,
#reser_property {
    max-width: 100%;
    margin: 10px 0;
}

    #datein:hover,
    #dateout:hover {
        cursor: pointer;
    }


.reser_date {
    padding-left: 10PX;
    width: 213PX;
}

#reser_property {
    padding-left: 7px;
    width: 223px;
}

.reser_inner select,
.reser_inner input {
    background-color: #bcbcbc;
    height: 26px;
    border: 1px solid #fff;
    color: #744247;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    .reser_inner select {
        -webkit-appearance: none;
        background: #bcbcbc url("../../../i/icn_arrow.png") no-repeat right 0;
    }
}

.reser_date {
    background: white url("../../../i/icn_cal.png") no-repeat right 0;
    border: 1px solid #fff;
    background-color: #bcbcbc;
}


.error_field {
    background-color: #fdd !important;
    color: #f44 !important;
    font-weight: bold !important;
}

/*Calendar Style*/
#calroot {
    z-index: 100;
    top: 662px;
    margin-top: -1px;
    width: 198px;
    padding: 2px;
    background-color: white;
    font-size: 11px;
    border: 1px solid #cccccc;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-box-shadow: 0 0 15px #666666;
    -webkit-box-shadow: 0 0 15px #666666;
}

#calhead {
    padding: 2px 0;
    height: 22px;
}

#caltitle {
    font-size: 14px;
    color: #0150d1;
    float: left;
    text-align: center;
    width: 155px;
    line-height: 20px;
    text-shadow: 0 1px 0 #dddddd;
}

#calnext, #calprev {
    display: block;
    width: 20px;
    height: 20px;
    background: transparent url('../../../i/prev.gif') no-repeat scroll center center;
    float: left;
    cursor: pointer;
}

#calnext {
    background-image: url('../../../i/next.gif');
    float: right;
}

    #calprev.caldisabled, #calnext.caldisabled {
        visibility: hidden;
    }

#caltitle select {
    font-size: 10px;
}

#caldays {
    height: 14px;
    border-bottom: 1px solid #dddddd;
}

    #caldays span {
        display: block;
        float: left;
        width: 28px;
        text-align: center;
    }

#calweeks {
    background-color: white;
    margin-top: 4px;
}

.calweek {
    clear: left;
    height: 22px;
}

    .calweek a {
        display: block;
        float: left;
        width: 27px;
        height: 20px;
        text-decoration: none;
        font-size: 11px;
        margin-left: 1px;
        text-align: center;
        line-height: 20px;
        color: #666666;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
    }

        .calweek a:hover {
            background-color: #dddddd;
        }

.calfocus {
    background-color: #dddddd;
}

a.calsun {
    color: red;
}

a.caloff {
    color: #cccccc;
}

    a.caloff:hover {
        background-color: #f5f5fa;
    }

a.caldisabled {
    background-color: #efefef !important;
    color: #cccccc !important;
    cursor: default;
}

#calcurrent {
    background-color: #498ce2;
    color: white;
}

#caltoday {
    background-color: #333333;
    color: white;
}
/*##### Welcome Box #####*/
#welcome_box {
    background-color: transparent;
}

/*##### Cycle Slider button controls #####*/
.cycle_slider_wrap {
    position: relative;
}

button.cycle-control {
    position: absolute;
    top: 45%;
    left: -60px;
    display: block;
    width: 40px;
    height: 40px;
    font-size: 35px;
    font-weight: 600;
    line-height: 0;
    padding: 0;
    color: #ffffff;
    text-align: center;
    background: #222222;
    /*border: 3px solid #ffffff;
    border: 1px solid #dadada;*/
    border: none;
    opacity: 0.5;
    filter: alpha(opacity=50);
    padding-bottom: 5px;
}

    button.cycle-control.right {
        right: -60px;
        left: auto;
    }

    button.cycle-control:hover {
        color: #744247;
        opacity: 0.9;
        filter: alpha(opacity=90);
        cursor: pointer;
    }

ul.no_cycle ~ button.cycle-control {
    display: none;
}
/*##### Accomodations Box #####*/
#accommodations_box {
    background-color: #f7f2e7;
}

ul#accom_cycle {
    margin: -10px;
}

    ul#accom_cycle.no_cycle ~ button.cycle-control {
        display: none;
    }

ul#accom_cycle {
    margin: 0;
    text-align: left;
}

    ul#accom_cycle.no_cycle {
        margin: 0 -10px;
        font-size: 0;
        text-align: left;
    }


    ul#accom_cycle .cycle_item {
        background-color: transparent;
        width: 33.33333%;
        overflow: hidden;
        display: inline-block;
        *display: inline;
        _height: 30px;
        zoom: 1;
    }

        ul#accom_cycle .cycle_item .cycle_item_inner {
            margin: 10px;
            width: 320px;
            background-color: #ffffff;
        }

        ul#accom_cycle .cycle_item:hover .cycle_item_inner {
            border-color: #ADABAB;
            -moz-box-shadow: 0 0 10px #ADABAB;
            -webkit-box-shadow: 0 0 10px #ADABAB;
            box-shadow: 0 0 10px #ADABAB;
        }

        ul#accom_cycle .cycle_item .img_box {
            position: relative;
            background-color: transparent;
            padding: 0;
            margin: 0;
            width: 320px;
            height: 240px;
            overflow: hidden;
        }

        ul#accom_cycle .cycle_item .img_box_inner {
            background-color: #ffffff;
            font-size: 0;
            padding: 0;
            text-align: center;
            display: table;
            position: absolute;
            width: 320px;
            height: 240px;
            overflow: hidden;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
        }

        ul#accom_cycle .cycle_item .img_box a {
            display: table-cell;
            vertical-align: middle;
            width: 318px;
            height: 240px;
        }

        ul#accom_cycle .cycle_item .img_box img {
            max-width: 320px;
            max-height: 240px;
            height: 240px;
        }

        ul#accom_cycle .cycle_item .cycle_item_content {
            background-color: transparent;
            padding: 10px;
            width: 300px;
            height: 204px;
            position: relative;
        }

            ul#accom_cycle .cycle_item .cycle_item_content .cycle_item_title {
                font-size: 0;
                position: absolute;
                top: -40px;
                left: 0;
                right: 0;
            }

                ul#accom_cycle .cycle_item .cycle_item_content .cycle_item_title a,
                ul#accom_cycle .cycle_item .cycle_item_content .cycle_item_title a:link,
                ul#accom_cycle .cycle_item .cycle_item_content .cycle_item_title a:active,
                ul#accom_cycle .cycle_item .cycle_item_content .cycle_item_title a:visited,
                ul#accom_cycle .cycle_item .cycle_item_content .cycle_item_title a:hover {
                    text-decoration: none;
                    font-size: 17px;
                    line-height: normal;
                    font-weight: normal;
                    height: 20px;
                    color: #ffffff;
                    display: block;
                    overflow: hidden;
                    white-space: nowrap;
                    text-overflow: ellipsis;
                    z-index: 3;
                    position: relative;
                    padding: 10px;
                    text-align: center;
                }

                ul#accom_cycle .cycle_item .cycle_item_content .cycle_item_title .overlay {
                    z-index: 1;
                    position: absolute;
                    background-color: #000000;
                    top: 0;
                    left: 0;
                    right: 0;
                    bottom: 0;
                    opacity: 0.3;
                    filter: alpha(opacity=30);
                }

            ul#accom_cycle .cycle_item .cycle_item_content .minimum_price {
                color: #744247;
                font-size: 17px;
                line-height: 25px;
                font-weight: 600;
                text-align: center;
                overflow: hidden;
                white-space: nowrap;
                text-overflow: ellipsis;
            }

            ul#accom_cycle .cycle_item .cycle_item_content .cycle_item_text {
                font-size: 0;
                padding: 0;
                height: 120px;
                overflow: hidden;
            }

                ul#accom_cycle .cycle_item .cycle_item_content .cycle_item_text .cycle_item_text_inner {
                    color: #958e81;
                    font-size: 15px;
                    line-height: 25px;
                    font-weight: normal;
                    position: relative;
                    white-space: normal;
                }

            ul#accom_cycle .cycle_item .cycle_item_content .cycle_item_actions {
                font-size: 0;
                height: 38px;
                overflow: hidden;
                margin-top: 20px;
            }


                ul#accom_cycle .cycle_item .cycle_item_content .cycle_item_actions .btn_check {
                    margin-left: 10px;
                    padding: 8px 21px;
                }

                ul#accom_cycle .cycle_item .cycle_item_content .cycle_item_actions .btn_seemore {
                    padding: 8px 22px;
                }
/*##### Packages Box #####*/
#packages_box {
    background-color: #efefef;
}

    #packages_box .bottom_margin {
        color: #828282;
        margin-bottom: 25px;
        font-size: 17px;
        line-height: 30px;
    }

    #packages_box .cycle_slider_wrap {
        position: relative;
    }


    #packages_box #service_cycle.cycle-slideshow {
        margin: 0 -10px;
    }

ul#service_cycle.no_cycle ~ button.cycle-control {
    display: none;
}

ul#service_cycle {
    margin: 0;
    text-align: left;
}

    ul#service_cycle.no_cycle {
        margin: -10px;
        font-size: 0;
        text-align: left;
    }

    ul#service_cycle .cycle_item {
        background-color: transparent;
        width: 50%;
        overflow: hidden;
        display: inline-block;
        *display: inline;
        _height: 30px;
        zoom: 1;
    }

        ul#service_cycle .cycle_item .cycle_item_inner {
            margin: 10px;
            width: 480px;
            background-color: #f9f6ee;
        }

        ul#service_cycle .cycle_item:hover .cycle_item_inner {
            border-color: #ADABAB;
            -moz-box-shadow: 0 0 10px #ADABAB;
            -webkit-box-shadow: 0 0 10px #ADABAB;
            box-shadow: 0 0 10px #ADABAB;
        }

        ul#service_cycle .cycle_item .cycle_item_title {
            font-size: 0;
            position: relative;
            /*background-image: url('../../../i/bg_sub_heading.png');
            background-position: 320px center;
            background-repeat: no-repeat;
            background-size: auto;
            padding: 10px 0 5px 0;*/
        }

            ul#service_cycle .cycle_item .cycle_item_title a,
            ul#service_cycle .cycle_item .cycle_item_title a:link,
            ul#service_cycle .cycle_item .cycle_item_title a:active,
            ul#service_cycle .cycle_item .cycle_item_title a:visited,
            ul#service_cycle .cycle_item .cycle_item_title a:hover {
                text-decoration: none;
                font-size: 22px;
                line-height: normal;
                font-weight: normal;
                height: 28px;
                color: #744247;
                display: block;
                overflow: hidden;
                white-space: nowrap;
                text-overflow: ellipsis;
                z-index: 3;
                position: relative;
                padding: 10px 170px 10px 10px;
            }


        ul#service_cycle .cycle_item .cycle_item_content {
            background-color: transparent;
            padding: 0 10px;
            width: 280px;
            height: 125px;
            position: relative;
        }

            ul#service_cycle .cycle_item .cycle_item_content .cycle_item_text {
                font-size: 0;
                padding: 0;
                height: 125px;
                overflow: hidden;
            }

                ul#service_cycle .cycle_item .cycle_item_content .cycle_item_text .cycle_item_text_inner {
                    color: #828282;
                    font-size: 15px;
                    line-height: 25px;
                    font-weight: normal;
                    position: relative;
                    white-space: normal;
                }

        ul#service_cycle .cycle_item .img_box {
            position: relative;
            background-color: transparent;
            padding: 0 0 0 10px;
            margin: 5px 0 0 0;
            width: 168px;
            height: 128px;
            overflow: hidden;
        }

        ul#service_cycle .cycle_item .img_box_inner {
            background-color: #ffffff;
            font-size: 0;
            padding: 0;
            text-align: center;
            display: table;
            position: absolute;
            width: 168px;
            height: 128px;
            overflow: hidden;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
        }

        ul#service_cycle .cycle_item .img_box a {
            display: table-cell;
            vertical-align: middle;
            height: auto;
        }

        ul#service_cycle .cycle_item .img_alignment {
            vertical-align: middle;
            display: inline;
        }

        ul#service_cycle .cycle_item .img_box img {
            max-width: 168px;
            max-height: 128px;
            height: 128px;
        }

        ul#service_cycle .cycle_item .cycle_item_actions {
            font-size: 0;
            height: 38px;
            overflow: hidden;
            padding: 10px;
            margin-top: 0;
        }

            ul#service_cycle .cycle_item .cycle_item_actions .btn_enquiry {
                margin-left: 10px;
                padding: 8px 12px;
            }

            ul#service_cycle .cycle_item .cycle_item_actions .btn_seemore {
                padding: 8px 12px;
            }
/*##### Bottom Box #####*/
#bottom_box {
    background-color: #bcb4a5;
}
/* For Our Partner Box */
ul#btm_cycle {
    margin: 0;
}

    ul#btm_cycle .cycle_item {
        height: 124px;
        width: 167px;
        position: relative;
        vertical-align: top;
        display: table;
    }

        ul#btm_cycle .cycle_item .cycle_item_inner > a {
            height: 124px;
            width: 167px;
            display: block;
            text-align: center;
            display: table-cell;
            vertical-align: middle;
        }

            ul#btm_cycle .cycle_item .cycle_item_inner > a.disable_link {
                pointer-events: none;
            }

            ul#btm_cycle .cycle_item .cycle_item_inner > a > img {
                max-height: 124px;
                max-width: 167px;
            }
/*********** End of Homepage List CSS *********************/
/*********** Start of Footer CSS ************************/
/* For footer */
#foot_top {
    background-color: #958e81;
}

    #foot_top #foot_top_inner {
        padding: 50px 0;
    }

    #foot_top .col_title {
        color: #ffffff;
        font-size: 18px;
        font-weight: normal;
        line-height: normal;
        padding: 0 0 30px 0;
        text-align: left;
        text-transform: none;
        height: 27px;
    }

    #foot_top .desp {
        margin-bottom: 25px;
        color: #ffffff;
        font-weight: 300;
    }

        #foot_top .desp:last-child {
            margin: 0;
        }

        #foot_top .desp a {
            /*display: block;*/
            white-space: nowrap;
            color: #ffffff !important;
        }


        #foot_top .desp span.label {
            color: #ffffff;
            font-weight: normal;
            font-size: 15px;
            line-height: 25px;
            background: transparent;
            padding: 0;
            text-shadow: none;
            /*display: block;*/
        }

#ftr-address {
    background-image: url('../../../i/icn_ft_location.png');
    background-position: 0 3px;
    background-repeat: no-repeat;
    background-size: auto;
    padding-left: 30px;
}

#ftr-phone {
    background-image: url('../../../i/icn_ft_phone.png');
    background-position: 0 3px;
    background-repeat: no-repeat;
    background-size: auto;
    padding-left: 30px;
}

#ftr-fax {
    background-image: url('../../../i/icn_ft_fax.png');
    background-position: 0 3px;
    background-repeat: no-repeat;
    background-size: auto;
    padding-left: 30px;
}



#foot_top .col_list {
    list-style: none;
    margin: 0;
}

#foot_top .col1 .col_list,
#foot_top .col2 .col_list {
    margin: 0;
    overflow: hidden;
    text-align: left;
}

#foot_top .col_list li {
    margin-bottom: 10px;
    line-height: 25px;
}

#foot_top .col1 .col_list li,
#foot_top .col2 .col_list li {
    list-style: none;
}

#foot_top .col2 {
    text-align: left;
}

#foot_top .col_list a,
#foot_top .col_list at:link,
#foot_top .col_list a:active,
#foot_top .col_list a:visited {
    color: #ffffff;
    font-weight: 300;
    display: block;
    text-decoration: none;
}

    #foot_top .col_list a:hover {
        text-decoration: underline;
    }

#foot_top .btn_wrap {
    margin-top: 20px;
}

#foot_top .ftr-btn {
    margin-bottom: 10px;
    width: 102px;
}

    #foot_top .ftr-btn:last-child {
        margin-bottom: 0;
    }

#foot_top #ftr-logos {
    font-size: 0;
    width: 70%;
}

    #foot_top #ftr-logos a {
        display: inline-block;
        *display: inline;
        _height: 30px;
        zoom: 1;
        width: 50%;
        margin-bottom: 25px;
    }

        #foot_top #ftr-logos a img {
            max-width: 100%;
        }

        #foot_top #ftr-logos a:nth-child(5) {
            width: 100%;
        }

            #foot_top #ftr-logos a:nth-child(5) img {
                width: 100%;
            }

        #foot_top #ftr-logos a:last-child {
            width: 100%;
        }

            #foot_top #ftr-logos a:last-child img {
            }

.disable_link {
    pointer-events: none;
}
/* For foot*/
#foot {
    position: relative;
    color: #ffffff;
    background-color: #000000;
}

    #foot #foot_inner {
    }

#foot_inner div.iasp_logo a {
    display: block;
}

#foot .iasp_logo {
    line-height: 60px;
}

#foot .copyright {
    padding: 0;
    color: #ffffff;
    font-size: 14px;
    line-height: 60px;
    text-align: right;
}
/*********** End of Footer CSS *****************************/
/*********** For My account module list ********************/
#account_area_items_list {
    margin-bottom: 100px;
}

    #account_area_items_list .btn_logout.btn_global {
        display: inline-block;
        _height: 30px;
        zoom: 1;
        padding: 10px 30px;
        font-size: 15px;
        text-align: center;
        line-height: 20px;
        vertical-align: baseline;
        text-decoration: none;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        border: none;
        text-transform: uppercase;
        display: block;
        width: 115px;
        margin: 16px auto;
    }

    #account_area_items_list .listitem.logout a,
    #account_area_items_list .listitem.logout a:link,
    #account_area_items_list .listitem.logout a:active,
    #account_area_items_list .listitem.logout a:visited {
        font-weight: normal;
    }
/************* End of Style For Account List *************/
/*********** Style For Login Form ********************/
#login_form .table_form {
    padding: 10px 0;
}

#login_form .button.login {
    display: block;
    margin-bottom: 10px;
}

#login_form .button.forgot {
    background: none !important;
    border: none;
    padding: 0 !important;
    font: inherit;
    cursor: pointer;
    text-decoration: none;
    color: #744247;
}

    #login_form .button.forgot:hover {
        text-decoration: underline;
    }

/*********** End of Style For Login Form ********************/
/******************** Style for Default List ************************************/
.list .list_item {
    padding: 5px;
}

    .list .list_item .btn_global {
        padding: 5px 35px;
        font-size: 15px;
    }


    .list .list_item h4 {
        margin: 0;
        padding: 0;
        line-height: 25px;
        height: 25px;
        overflow: hidden;
        font-size: 16px;
        display: inline;
    }

    .list .list_item h4 {
        display: inline-block;
        *display: inline;
        _height: 30px;
        zoom: 1;
        line-height: 25px;
        vertical-align: bottom;
        font-weight: 600;
        text-decoration: none;
        color: #020202;
    }

    .list .list_item .edit_ctrl {
        line-height: 13px;
        vertical-align: middle;
        padding-left: 25px;
        margin-top: 0;
    }

        .list .list_item .edit_ctrl a,
        .list .list_item .edit_ctrl a:link,
        .list .list_item .edit_ctrl a:active,
        .list .list_item .edit_ctrl a:visited,
        .list .list_item .edit_ctrl a:focus {
            line-height: 21px;
        }

    .list .list_item span {
        font-size: 13px;
        line-height: 13px;
        vertical-align: middle;
    }

    .list .list_item .list_item_text {
        overflow: hidden;
        text-overflow: ellipsis;
        min-height: 40px;
        line-height: 20px;
        vertical-align: bottom;
        margin-top: 5px;
    }

    .list .list_item .list_item_btn {
        position: absolute;
        bottom: 5px;
        right: 5px;
    }

    .list .list_item .imgwrap {
        position: relative;
        min-height: 113px;
    }

    .list .list_item .download_wrap {
        font-weight: bold;
        padding-top: 10px;
    }

        .list .list_item .download_wrap a {
            color: #706862;
            text-decoration: none;
        }

    .list .list_item .img_box_inner {
        position: absolute;
        top: -1px;
        left: 0;
        right: 0;
        bottom: 0;
        text-align: center;
        overflow: hidden;
        margin: 0 auto;
        background: #fff;
        display: table;
        width: 100%;
        height: 100%;
    }

    .list .list_item.f .img_box_inner {
        top: 0;
        background-color: #fff;
    }

    .list .list_item .img_box {
        position: relative;
        margin: 0;
        left: 0;
        height: 109px;
    }

        .list .list_item .img_box a {
            display: table-cell;
            vertical-align: middle;
            width: 100%;
            font-size: 0;
        }

        .list .list_item .img_box img {
            max-height: 107.25px;
            max-width: 143px;
        }
/******************** End of Style for Default List ***************************/
/******************** Style for Default Detail ***************************/
.isnothome .ct h1 {
    background: none;
    margin: 30px 0 25px 0;
    color: #744247;
}

.detail .img_box {
    text-align: center;
}

    .detail .img_box .img_box_inner {
        height: 302px;
        width: 402px;
        display: table;
        box-sizing: border-box;
    }

        .detail .img_box .img_box_inner .img_wrap {
            display: table-cell;
            vertical-align: middle;
        }

    .detail .img_box #gallery_list_main {
        max-height: 300px;
        max-width: 400px;
    }


.detail .bottom_margin.iframe iframe {
    width: 100%;
}

.sml_img {
    height: 55px;
    margin-top: 10px;
    font-size: 0;
    text-align: center;
    width: 100%;
}

    .sml_img .sml_img_item {
        display: inline-table;
        margin-left: 10px;
        height: 53px;
        width: 70px;
    }

        .sml_img .sml_img_item:last-child {
            margin-right: 0;
        }

        .sml_img .sml_img_item.f {
            margin-left: 0;
        }

        .sml_img .sml_img_item .sml_img_wrap {
            display: table-cell;
            vertical-align: middle;
            width: 70px;
        }

            .sml_img .sml_img_item .sml_img_wrap a {
                display: block;
            }

            .sml_img .sml_img_item .sml_img_wrap img {
                max-height: 53px;
                max-width: 70px;
            }

/*###### Style for Accommodation Detail ######*/
.detail.accommodation .price h3 {
    padding: 8px 0;
    line-height: 22px;
    text-align: left;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: #ffffff;
    font-weight: 600;
    color: #744247;
    display: initial;
}

/******************** End of Style for Default Detail ***************************/
/******************** Start of Style for User Registration ***********************************/
.password-strength > #data_text01 {
    border-color: #EEE;
}

.password-strength ul.error-list {
    margin: 15px 0 0 15px;
}

.password-strength .progress {
    overflow: visible;
}

table.displaytbl.regitbl img {
    padding-left: 5px;
    padding-bottom: 3px;
}
/******************** End of Style for User Registration ***********************************/
/*********************** Style for Locations  ***************************************/
.map_detail a#get_direction_web {
    margin: 15px 0 5px 0;
}

    .map_detail a#get_direction_web:hover {
        color: #ffffff;
    }

#map_canvas_web img,
#directions img {
    max-width: none;
}

.location_list .list_item .list_item_text {
    min-height: 85px;
    /*max-height: 146px;*/
    height: auto;
    /*padding-bottom: 10px;*/
    width: 670px;
    margin-top: 0;
}

    .location_list .list_item .list_item_text p {
        margin: 0;
        font-size: 14px;
        line-height: 21px;
    }

.location_list .list_item .imgwrap {
    /*min-height: 140px;
    max-height: 180px;*/
    height: auto;
}

.location_list .list_item .img_box {
    /*margin-top: 10px;*/
}

    .location_list .list_item .img_box .img_box_inner {
        background-color: #ffffff;
    }
/*********************** End of Style for Locations  ***************************************/
/******************** Style for Quick Link *****************************************/
.list.quicklink .list_item .imgwrap {
    height: 30px;
    padding-left: 5px;
}
/******************** End of Style for Quick Link *****************************************/
/******************** Style for Default List view 20150612 *****************************************/
.list .list_item .imgwrap.no_image h4 {
    padding-left: 5px;
}

.list .list_item .imgwrap.no_image .download_wrap {
    padding-left: 5px;
}

.list .list_item .imgwrap.no_image .list_item_text {
    padding-left: 5px;
}

/******************** End of Style for Default List view 20150612 *****************************************/
/**************************** Style for Display Table  for future sites ********************/
table.displaytbl.table_form {
    background-color: #F4F7F8;
    margin-bottom: 25px;
    table-layout: inherit;
    position: relative;
}

    table.displaytbl.table_form td {
        border: none;
        padding: 10px;
    }

    table.displaytbl.table_form th {
        background-color: #F4F7F8;
        border: none;
        font-size: 15px;
        padding: 10px;
        width: 35%;
    }

    table.displaytbl.table_form tr.sub_heading th {
        font-size: 17px;
        font-weight: bold;
        padding: 20px 10px 10px 10px;
    }

    table.displaytbl.table_form input,
    table.displaytbl.table_form select {
        width: auto;
        color: #2c3e50;
        background-color: #ffffff !important;
        background-image: none;
        border: 1px solid #dce4ec;
        border-width: 1px;
        box-shadow: none;
        height: 35px;
        padding: 0px 9px;
        font-size: 12px;
        line-height: 1.5;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        margin-right: 5px;
    }

    table.displaytbl.table_form .su th,
    table.displaytbl.table_form .su td {
        background-color: #F8981C;
        color: #ffffff;
    }

#registration .iasp_infobox p {
    margin-bottom: 10px !important;
}

    #registration .iasp_infobox p:last-child {
        margin-bottom: 0 !important;
    }

.ui-dialog table.displaytbl.table_form .su th {
    background-color: #F8981C;
}

.ui-dialog table.displaytbl.table_form tr.sub_heading th {
    font-size: 17px;
    font-weight: bold;
    padding: 10px;
}

.ui-dialog table.displaytbl tbody tr:nth-child(even) td,
tbody tr.even td {
    color: #000;
}

.ui-dialog table.displaytbl.table_form th {
    background-color: #4684AE;
    font-size: 12px;
}

.ui-dialog table.displaytbl.table_form input,
.ui-dialog table.displaytbl.table_form select {
    margin-bottom: 5px;
}

.ui-dialog table.displaytbl.table_form td {
    border: none;
    padding: 10px;
    font-size: 11px;
}

.ui-dialog table.displaytbl.table_form .password-strength + .psw_bg {
    /*display: none;*/
}

table.displaytbl.table_form .password-strength .progress-bar-danger {
    border-radius: 3px;
}

.progress {
    width: 286px;
    height: 33px;
}

.ui-dialog .progress {
    width: 286px;
    height: 30px;
}
/*Firefox hack for progress bar*/
@-moz-document url-prefix() {
    .progress {
        width: 273px;
    }
}

/*IE Exploer hack for progress bar*/
@media screen\0 {
    .progress {
        width: 253px;
    }
}

table.displaytbl.table_form .password-strength + .psw_bg {
    width: 286px;
    height: 34px;
    position: absolute;
    background-color: white;
    top: 12px;
}

table.displaytbl.table_form .psw_col {
    position: relative;
}

/*Firefox hack for Password background*/
@-moz-document url-prefix() {
    table.displaytbl.table_form .password-strength + .psw_bg {
        width: 274px;
    }
}

/*IE Exploer hack for Password background*/
@media screen\0 {
    table.displaytbl.table_form .password-strength + .psw_bg {
        width: 253px;
    }
}
/**************************** End of Style for Display Table for future sites ********************/
/**************************** Style for Responsive Form  for future sites ********************/
div.table_form {
    background-color: #F4F7F8;
    table-layout: inherit;
    position: relative;
}

    div.table_form:last-child {
        margin-bottom: 25px;
    }

    div.table_form .tbl_td {
        border: none;
        padding: 10px;
    }

    div.table_form .tbl_th {
        background-color: #F4F7F8;
        border: none;
        font-size: 15px;
        padding: 10px;
        text-align: right;
    }

h3.sub_heading {
    font-size: 20px;
    padding: 15px 0;
    font-weight: 600;
    margin: 0;
}

div.table_form input,
div.table_form select {
    width: auto;
    color: #2c3e50;
    background-color: #ffffff !important;
    background-image: none;
    border: 1px solid #dce4ec;
    border-width: 1px;
    box-shadow: none;
    height: 35px;
    padding: 0px 9px;
    font-size: 12px;
    line-height: 1.5;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin-right: 5px;
}

div.table_form .su .tbl_th,
div.table_form .su .tbl_td {
    background-color: #F8981C;
    color: #ffffff;
}

#registration .iasp_infobox p {
    margin-bottom: 10px !important;
}

    #registration .iasp_infobox p:last-child {
        margin-bottom: 0 !important;
    }

.ui-dialog div.table_form .su .tbl_th {
    background-color: #F8981C;
}

.ui-dialog h3.sub_heading {
    font-size: 20px;
    font-weight: bold;
    padding: 10px;
}

.ui-dialog table.displaytbl tbody tr:nth-child(even) .tbl_td,
tbody .tbl_tr.even .tbl_td {
    color: #000;
}

.ui-dialog div.table_form .tbl_th {
    background-color: #4684AE;
    font-size: 12px;
    color: #fff;
    height: 75px;
}

.ui-dialog div.table_form .tbl_row {
    margin-bottom: 1px;
}

.ui-dialog div.table_form .tbl_td {
    background-color: #DDF0FA;
    height: 75px;
    margin-left: 1px;
    border: none;
    padding: 10px;
    font-size: 11px;
    margin-left: 1px;
}


.ui-dialog div.table_form .tbl_row.textarea .tbl_th,
.ui-dialog div.table_form .tbl_row.textarea .tbl_td {
    height: 145px;
}

.ui-dialog div.table_form .tbl_td.psw_col {
    height: auto;
}

.ui-dialog div.table_form .progress {
    top: 2px;
    height: 35px;
    width: 286px;
}


/*Firefox hack for progress bar*/
@-moz-document url-prefix() {
    .ui-dialog div.table_form .tbl_row.textarea .tbl_th,
    .ui-dialog div.table_form .tbl_row.textarea .tbl_td {
        height: 180px;
    }
}

.ui-dialog div.table_form {
    background-color: #fff;
}

    .ui-dialog div.table_form input,
    .ui-dialog div.table_form select {
        margin-bottom: 5px;
    }


div.table_form .password-streng.tbl_th .progress-bar-danger {
    border-radius: 3px;
}

.progress {
    width: 286px;
    height: 37px;
}

/*Firefox hack for progress bar*/
@-moz-document url-prefix() {
    .progress {
        width: 273px;
    }
}

/*IE Exploer hack for progress bar*/
@media screen\0 {
    .progress {
        width: 253px;
    }
}

div.table_form .password-strength + .psw_bg {
    width: 286px;
    height: 34px;
    position: absolute;
    background-color: white;
    top: 12px;
}

div.table_form .psw_col {
    position: relative;
}

/*Firefox hack for Password background*/
@-moz-document url-prefix() {
    div.table_form .password-strength + .psw_bg {
        width: 274px;
    }
}

/*IE Exploer hack for Password background*/
@media screen\0 {
    div.table_form .password-strength + .psw_bg {
        width: 253px;
    }
}
/**************************** End of Style for Responsive Form for future sites ********************/
/**************************** Style for Registration Form ********************/
#registration h3 {
    margin: 0 0 25px 0;
}

.cms_miniedit_inner .mini_user_edit {
    padding: 10px;
}

.password-strength ul.error-list li.heading {
    margin-left: -15px !important;
}

.password-strength > #data_text01 {
    background-color: #ffffff;
}
/**************************** End of Style for Registration Form ********************/

/**************************** Style for Testimonials ********************/
ul#testi_cycle {
    margin: 0 -10px;
}

    ul#testi_cycle.no_cycle {
        margin: 0;
    }

        ul#testi_cycle.no_cycle .edit_ctrl {
            position: relative;
            margin: 0;
            color: #000000;
            z-index: 1050;
            display: inline-block;
            line-height: 30px;
            padding: 0 0 0 10px;
            vertical-align: middle;
        }

    ul#testi_cycle .testimonial_wraper {
        vertical-align: top;
    }

        ul#testi_cycle .testimonial_wraper .testimonial_item {
            position: relative;
            padding: 20px;
            margin: 10px;
            /*width: 440px;*/
            height: 250px;
        }

    ul#testi_cycle.no_cycle .testimonial_wraper .testimonial_item {
        position: relative;
        padding: 20px;
        margin: 0px;
        /*width: 860px;*/
        height: auto;
    }

    ul#testi_cycle .testimonial_wraper .testimonial_item .testimonial_box {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: #F7F2E7;
        border: 1px solid #d0cabe;
        z-index: 1;
        /*-webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;*/
    }

    ul#testi_cycle .testimonial_wraper .testimonial_item:hover .testimonial_box {
        background-color: #F7F2E7;
        -moz-box-shadow: 0 0 10px #d0cabe;
        -webkit-box-shadow: 0 0 10px #d0cabe;
        box-shadow: 0 0 10px #d0cabe;
        border-color: #d0cabe;
    }

    ul#testi_cycle .testimonial_wraper .testimonial_item .testimonial_img {
        z-index: 2;
        height: auto;
        width: 200px;
    }

    ul#testi_cycle.no_cycle .testimonial_wraper .testimonial_item .testimonial_img img {
        width: 180px;
        padding-right: 20px;
    }

    ul#testi_cycle.no_cycle .testimonial_wraper .testimonial_item .testimonial_img + .testimonial_text {
        width: 760px;
    }

    ul#testi_cycle .testimonial_wraper .testimonial_item .testimonial_text .testimonial_ct {
        color: #958e81;
        z-index: 2;
        height: auto;
        width: auto;
        overflow: hidden;
        position: relative;
        white-space: normal;
        quotes: "\201C""\201D""\2018""\2019";
        font-style: italic;
    }

        ul#testi_cycle .testimonial_wraper .testimonial_item .testimonial_text .testimonial_ct:before {
            color: #958e81;
            content: "\201C";
            font-size: 3em;
            line-height: 0.1em;
            margin-right: 0.25em;
            vertical-align: -0.4em;
            /*text-shadow: 0px 0px 30px #000000;
                position: absolute;
                top: 20px;
                left: 0;*/
        }

        ul#testi_cycle .testimonial_wraper .testimonial_item .testimonial_text .testimonial_ct:after {
            color: #958e81;
            content: "\201D";
            font-size: 3em;
            line-height: 0.1em;
            margin-left: 0.25em;
            vertical-align: -0.4em;
            /*text-shadow: 0px 0px 30px #000000;
                position: absolute;
                bottom: 10px;
                right: 0;*/
        }

        ul#testi_cycle .testimonial_wraper .testimonial_item .testimonial_text .testimonial_ct .testimonial_ct_inner {
            padding: 7px 20px;
            font-style: italic;
        }

    ul#testi_cycle .testimonial_item .title {
        color: #744247;
        z-index: 3;
        position: relative;
        margin: 0 0 20px;
        font-size: 20px;
        line-height: 31px;
        overflow: hidden;
        white-space: normal;
        line-height: normal;
    }

    ul#testi_cycle .testimonial_item .testimonial_person {
        color: #744247;
        z-index: 2;
        position: relative;
        font-weight: 600;
        font-style: italic;
        font-size: 16px;
        margin: 5px 0;
        white-space: normal;
        line-height: normal;
    }
/**************************** End of Style for Testimonials ********************/

/**************************** Style for Iframe ********************/
#frame_carlyle {
    width: 940px;
    height: 600px;
    border: 0;
}
/**************************** End of Style for Iframe ********************/
