﻿/*
Theme Name:DusitHotelResort2015
Description:Theme for Pullman Hotel G Website.
Version:1.0
Author:syndacast
Tags:responsive, blue
*/
/*-------------------------------------------------------------- */

@font-face {
    font-family: 'helvetica_light';
    src: url('/fonts/helveticaLight/HelveticaNeueLTPro-Lt.eot');
    src: local('☺'), url('fonts/helveticaLight/HelveticaNeueLTPro-Lt.woff') format('woff'), url('fonts/helveticaLight/HelveticaNeueLTPro-Lt.ttf') format('truetype'), url('fonts/helveticaLight/HelveticaNeueLTPro-Lt.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'helvetica_light2';
    src: url('/fonts/helveticaLight2/HelveticaNeueLTPro-Lt.eot');
    src: local('☺'), url('fonts/helveticaLight2/HelveticaNeueLTPro-Lt.woff') format('woff'), url('fonts/helveticaLight2/HelveticaNeueLTPro-Lt.ttf') format('truetype'), url('fonts/helveticaLight2/HelveticaNeueLTPro-Lt.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
html {} body {
    font-family: 'helvetica_light';
    opacity: 0;
    font-size: 62.5%;
    -webkit-transition: opacity 0.5s ease-in-out;
    -moz-transition: opacity 0.5s ease-in-out;
    -o-transition: opacity 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out;
}
body.body {
    opacity: 1;
}
/*----- General Property By Nust ------*/

.w100 {
    width: 100%;
    margin: 0 auto;
}
.w90 {
    width: 90%;
    margin: 0 auto;
}
.w75 {
    width: 75%;
    margin: 0 auto;
}
.w60 {
    width: 60%;
    margin: 0 auto;
}
.w50 {
    width: 50%;
    margin: 0 auto;
}
.w40 {
    width: 40%;
    margin: 0 auto;
}
.w33 {
    width: 33%;
    margin: 0 auto;
}
.w30 {
    width: 30%;
    margin: 0 auto;
}
.w25 {
    width: 25%;
    margin: 0 auto;
}
.w20 {
    width: 20%;
    margin: 0 auto;
}
.w-clear-margin {
    margin: 0;
}
.inline-container {
    display: inline-block;
}
.text-center {
    text-align: center;
}
.f-left {
    float: left;
}
.text-right {
    text-align: right;
}
.clear {
    clear: both;
}
/*---------------------------------------*/

input {
    background: #ffffff;
    border: 0;
    box-shadow: none;
    padding: 0 10px;
    box-sizing: border-box;
}
p,
li {
    font-size: 13px;
    line-height: 1.5em;
}
p {
    margin: 0px 0px 8px 0px;
}
a,
input,
button,
.wth-detail .time,
.wth-detail .tamp,
textarea {
    font-family: 'helvetica_light2';
}
a,
input,
button {
    outline: none;
}
a .tel {
    color: #a98750;
    outline: medium none;
    text-decoration: underline;
}
input {
    border-radius: 0;
}
#footer a {} #footer a:hover {
    color: #977b4b;
    -webkit-transition: color 0.3s ease-in-out;
    -moz-transition: color 0.3s ease-in-out;
    -o-transition: color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out;
}
hr.white-dotted {
    border: 0;
    border-top: 1px dotted #ffffff;
}
hr.gold-dot {
    border: 0;
    border-top: 1px dotted #977b4b;
}
.btn {
    display: table;
    height: 34px;
    line-height: 30px;
    border-width: 0;
    border-bottom-width: 5px;
    text-align: center;
    font-size: 15px;
    text-decoration: none;
    text-transform: uppercase;
    cursor: pointer;
    padding: 0 28px;
    box-sizing: border-box;
    border-style: solid;
    -webkit-transition: color 0.3s ease-in-out, border-color 0.3s ease-in-out;
    -moz-transition: color 0.3s ease-in-out, border-color 0.3s ease-in-out;
    -o-transition: color 0.3s ease-in-out, border-color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out, border-color 0.3s ease-in-out;
}
.btn.golden-white {
    background-color: #977b4b;
    border-color: #e2d7c1;
    color: #ffffff;
    letter-spacing: 1px;
}
.btn.golden-white:hover {
    border-color: #e2d8c2;
    color: #e2d8c2;
}
.btn.blue-golden {
    background-color: #2c4379;
    border-bottom: 10px solid #b19259;
    color: #ffffff;
    line-height: 37px;
}
.btn.blue-golden:hover {
    color: #977b4b;
    border-color: #977b4b;
}
.btn.golden-blue {
    background-color: #b19259;
    border-bottom: 10px solid #2c4379;
    color: #ffffff;
    line-height: 33px;
    height: 33px;
    border-bottom-width: 5px;
}
.btn.golden-blue:hover {
    color: #2c4379;
    border-color: #2c4379;
}
::-webkit-input-placeholder {
    color: #977b4b;
    -webkit-transition: color 0.3s ease-in-out, opacity 0.3s ease-in-out;
    -moz-transition: color 0.3s ease-in-out, opacity 0.3s ease-in-out;
    -o-transition: color 0.3s ease-in-out, opacity 0.3s ease-in-out;
    transition: color 0.3s ease-in-out, opacity 0.3s ease-in-out;
}
.btn.golden-white {
    background-color: #977b4b;
    border-color: #e2d8c2;
    color: #ffffff;
    -webkit-transition: color 0.3s ease-in-out, opacity 0.3s ease-in-out;
    -moz-transition: color 0.3s ease-in-out, opacity 0.3s ease-in-out;
    -o-transition: color 0.3s ease-in-out, opacity 0.3s ease-in-out;
    transition: color 0.3s ease-in-out, opacity 0.3s ease-in-out;
}
:-moz-placeholder {
    /* Firefox 18- */

    color: #977b4b;
    -webkit-transition: color 0.3s ease-in-out, opacity 0.3s ease-in-out;
    -moz-transition: color 0.3s ease-in-out, opacity 0.3s ease-in-out;
    -o-transition: color 0.3s ease-in-out, opacity 0.3s ease-in-out;
    transition: color 0.3s ease-in-out, opacity 0.3s ease-in-out;
}
::-moz-placeholder {
    /* Firefox 19+ */

    color: #977b4b;
    -webkit-transition: color 0.3s ease-in-out, opacity 0.3s ease-in-out;
    -moz-transition: color 0.3s ease-in-out, opacity 0.3s ease-in-out;
    -o-transition: color 0.3s ease-in-out, opacity 0.3s ease-in-out;
    transition: color 0.3s ease-in-out, opacity 0.3s ease-in-out;
}
:-ms-input-placeholder {
    color: #977b4b;
    -webkit-transition: color 0.3s ease-in-out, opacity 0.3s ease-in-out;
    -moz-transition: color 0.3s ease-in-out, opacity 0.3s ease-in-out;
    -o-transition: color 0.3s ease-in-out, opacity 0.3s ease-in-out;
    transition: color 0.3s ease-in-out, opacity 0.3s ease-in-out;
}
.line-flower-white {
    display: block;
    width: 100%;
}
.center-content {
    display: block;
    float: left;
    width: 50%;
    height: auto;
    color: grey;
}
.left-content {
    display: block;
    float: left;
}
.left-long-content {
    display: block;
    float: left;
    width: 1064px;
    color: grey;
}
.right-content {
    display: block;
    float: right;
    width: 23%;
    position: relative;
}
#header {
    display: block;
    background: #2c4379;
    height: 116px;
    vertical-align: middle;
}
.header-logo {
    width: 12%;
    max-width: 163px;
    height: 100%;
    float: left;
    margin-left: 3.7%;
    display: inline-block;
    position: relative;
}
.header-logo img {
    display: block;
    width: 100%;
    height: auto;
    position: absolute;
    bottom: 16px;
    right: 0;
}
#header .main-nav-btn a {
    display: table;
    text-decoration: none;
    color: #ffffff;
    font-family: helvetica;
    text-transform: uppercase;
    padding: 0;
    padding-top: 25px;
    background-position: top center;
    background-repeat: no-repeat;
    margin: 0 auto;
    -webkit-transition: color 0.3s ease-in-out;
    -moz-transition: color 0.3s ease-in-out;
    -o-transition: color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out;
    font-size: 11px;
    background-size: 22px;
}
#header .main-nav {
    display: block;
    float: left;
    width: 57%;
    padding: 49px 0 0 2%;
    font-size: 1.4em;
    width: 770px;
    width: 60% !important
}
#header .main-nav-wrap {
    display: table;
    padding: 0;
}
#header .main-nav-btn {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    padding: 0 13px;
}
#header .main-nav-btn:first-child {
    padding-left: 0 !important;
}
#header .main-nav-btn:last-child {
    padding-right: 0 !important;
}
#header .main-nav-btn a:hover,
#header .main-nav-btn a:active {
    color: #977b4b
}
#header .main-nav-btn a.active {
    background-image: url('images/icon-flower-white.png');
}
#header .main-nav-btn {
    position: relative;
}
#header .wrap-sub-menu {
    position: absolute;
    z-index: 9999;
    top: 20px;
    left: 0;
    background: rgba(44, 67, 121, 0.80);
    border: 3px solid #977b4b;
    width: 700px;
    padding: 40px;
}
#header .wrap-wrap-sub-menu {
    padding-top: 0;
}
#header .main-nav-dropdown > a {} #header .wrap-sub-menu li a {
    text-align: left;
    padding-top: 0;
}
#header .wrap-sub-menu .menu-column {
    display: block;
    width: 38%;
    margin-left: 4%;
    float: left;
}
#header .wrap-sub-menu .menu-column:first-child {
    margin-left: 0;
    width: 58%;
    border-right: 1px dotted #977b4b;
    box-sizing: border-box;
}
#header .sub1-btn {
    padding: 10px 0;
    border-bottom: 1px dotted #977b4b;
    margin-right: 8%
}
#header .sub1-btn:first-child {
    padding: 0 0 20px 0;
}
#header .sub1-title {
    color: #977b4b !important;
    text-transform: uppercase;
}
#header .sub2-btn > a {
    text-transform: none;
}
#header .wrap-sub-menu {
    opacity: 0;
    width: 0;
    padding: 0;
    height: auto;
    overflow: hidden;
    border-width: 0;
    transition: opacity 0.1s ease-in, width 0.3s ease-in, height 0.3s ease-in, padding 0.3s ease-in;
    -webkit-transition: opacity 0.1s ease-out, width 0.3s ease-out, height 0.3s ease-out, padding 0.3s ease-out;
    -moz-transition: opacity 0.1s ease-out, width 0.3s ease-out, height 0.3s ease-out, padding 0.3s ease-out;
    -o-transition: opacity 0.1s ease-out, width 0.3s ease-out, height 0.3s ease-out, padding 0.3s ease-out;
    transition: opacity 0.1s ease-out, width 0.3s ease-out, height 0.3s ease-out, padding 0.3s ease-out;
    margin-top: 36px;
}
#header .wrap-sub-menu.show {
    display: block;
    opacity: 1;
    width: 700px;
    height: auto;
    max-height: 600px;
    padding: 40px;
    padding-top: 30px;
    border-width: 3px;
}
#header .sub1-btn a {
    padding-left: 0;
    -webkit-transition: padding-left 0.3s ease-in-out;
    -moz-transition: padding-left 0.3s ease-in-out;
    -o-transition: padding-left 0.3s ease-in-out;
    transition: padding-left 0.3s ease-in-out;
    display: block;
    width: auto;
    padding-left: 0;
}
#header .sub2-btn a:hover {
    padding-left: 10px;
}
#header > nav > ul > li > a {
    display: table;
    text-decoration: none;
    color: #ffffff;
    font-family: helvetica;
    text-transform: uppercase;
    padding: 0;
    padding-top: 25px;
    background-position: top center;
    background-repeat: no-repeat;
    margin: 0 auto;
    -webkit-transition: color 0.3s ease-in-out;
    -moz-transition: color 0.3s ease-in-out;
    -o-transition: color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out;
    font-size: 11px; /*12px*/
    background-size: 22px;
}
#header > nav {
    display: block;
    float: left;
    width: 57%;
    padding: 47px 0 0 2%;
    font-size: 1.4em;
    width: 780px;
}
#header > nav > ul {
    margin: 0 auto;
    display: table;
    padding: 0;
}
#header > nav > ul > li {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    padding: 0 20px;
}
#header > nav > ul > li:first-child {
    padding-left: 0 !important;
}
#header > nav > ul > li:last-child {
    padding-right: 0 !important;
}
#header > nav > ul > li > a:hover,
#header > nav > ul > li > a:active {
    color: #977b4b
}
#header > nav > ul > li > a.active {
    background-image: url('images/icon-flower-white.png');
}
#header > nav > ul > li {
    position: relative;
    vertical-align: middle;
}
.findAHotel .subMenu {
    visibility: hidden;
    opacity: 0;
}
.findAHotel .innerContainer {
    margin: 50px 0px 0px -70px;
}
.findAHotel .subMenu li {
    padding-left: 30px;
    margin: 1px 0px;
}
.findAHotel .subMenu li a {
    color: #fff;
    text-decoration: none;
}
.findAHotel .subMenu li a:hover {
    color: #fff;
    text-decoration: underline;
}
.header-right {
    width: 23%;
    height: 100%;
    float: right;
}
.lang {
    display: block;
    float: right;
    width: 19.1%;
    padding: 8px 0;
    background-color: #977b4b;
    text-align: center;
    position: relative;
    background-image: url(images/icon-arrowDown-white.png);
    background-repeat: no-repeat;
    background-position: 85% 10px;
    background-size: 10px;
    box-sizing: border-box;
}
html[lang='zh-hans'] .lang {
    padding: 8.5px;
}
.lang img {
    height: 12px;
    width: auto;
    margin-right: 10px;
}
.lang-menu li {
    display: block;
    border-top: 1px dotted #efefef;
    margin: 0;
    padding: 10px 0;
}
.lang-menu li:last-child {
    border-bottom: 1px dotted #efefef;
}
.lang-menu img {
    vertical-align: middle;
    float: right;
}
#language-list-div {
    cursor: pointer;
    padding-top: 13px;
    top: 13px;
    position: absolute;
    right: 1px;
    width: auto;
    height: auto;
    z-index: 900;
    top: 10px;
}
#language-list {
    top: 25px;
    right: 0;
    background: #977b4b;
    z-index: 999;
    text-align: left;
    border: 0 solid #000;
    width: 0;
    height: 0;
    padding: 0;
    padding: 0;
    overflow: hidden;
    -webkit-transition: opacity 0.1s ease-in-out, height 0.3s ease-in-out, padding 0.3s ease-in-out;
    -moz-transition: opacity 0.1s ease-in-out, height 0.3s ease-in-out, padding 0.3s ease-in-out;
    -o-transition: opacity 0.1s ease-in-out, height 0.3s ease-in-out, padding 0.3s ease-in-out;
    transition: opacity 0.1s ease-in-out, height 0.3s ease-in-out, padding 0.3s ease-in-out;
}
#language-list li:last-child {
    margin-bottom: 0;
}
#language-list li,
#language-list li a {
    opacity: 0;
    display: none;
    width: 0;
    text-decoration: none;
    color: #ffffff;
    -webkit-transition: opacity 1s ease-in-out;
    -moz-transition: opacity 1s ease-in-out;
    -o-transition: opacity 1s ease-in-out;
    transition: opacity 1s ease-in-out;
    letter-spacing: 1px;
}
#language-list.active {
    width: 120px;
    height: auto;
    padding: 10px;
}
#language-list.active li,
#language-list.active li a {
    opacity: 1;
    display: block;
    width: auto;
}
.lang-flag {
    display: inline-block;
}
.right-menu {
    width: 80.9%;
    display: block;
    float: left;
}
.right-menu a {
    letter-spacing: 1px;
    display: block;
    float: left;
    width: 50%;
    background-color: #977b4b;
    color: #ffffff;
    text-decoration: none;
    line-height: 29px;
    font-size:9.5px;
    text-align: center;
    text-transform: uppercase;
    border-right: 1px solid #2c4379;
    box-sizing: border-box;
}
.wrap_top_content {
    position: relative;
}
.bookingBox {
    float: right;
}
.searhBox {
    display: block;
    width: 23%;
    padding: 12px 15px;
    background: #977b4b;
    position: relative;
    box-sizing: border-box;
    margin-top: -63px;
    float: right;
}
#page-home .searhBox {
    width: 100%;
}
.searhBox .input {
    display: block;
    width: 100% !important;
    height: 37px;
    line-height: 37px;
    font-size: 11px;
    text-decoration: none;
    background-color: #ffffff;
    letter-spacing: 0.6px;
    background-image: url(images/icon-search.png);
    background-repeat: no-repeat;
    background-position: 96%;
    padding: 0 10px;
    background-size: 23px;
    box-sizing: border-box;
    -webkit-transition: background 0.3s ease-in-out;
    -moz-transition: background 0.3s ease-in-out;
    -o-transition: background 0.3s ease-in-out;
    transition: background 0.3s ease-in-out;
}
.searhBox .input.clear-background-image {
    background-image: none;
}
.ui-menu .ui-menu-item {
    font-size: 12px;
}
.searhBox .input.active {
    box-shadow: 3px 3px 3px #000000;
}
.searhBox .input:focus {
    background-image: none;
}
.searhBox .input:focus::-webkit-input-placeholder {
    color: #ffffff;
}
.searhBox .input:focus:-moz-placeholder {
    /* Firefox 18- */

    color: #ffffff;
}
.searhBox .input:focus::-moz-placeholder {
    /* Firefox 19+ */

    color: #ffffff;
}
.searhBox .input:focus:-ms-input-placeholder {
    color: #ffffff;
}
.arrowDown {
    position: absolute;
    bottom: -9px;
    width: 100%;
    height: auto;
    text-align: center;
    display: block;
    z-index: 10;
}
.arrowDown img {
    display: block;
    margin: 0 auto;
}
.bookingBox-form {
    height: auto;
    background: #2c4379;
    position: absolute;
    z-index: 9;
}
#page-home .bookingBox-form {
    width: 100%;
}
.contact-page .bookingBox-form {
    width: 100%;
}
.bookingBox-form hr {
    border: 0;
    border-top: 1px dotted #977b4b;
    margin: 15px 0 10px 0;
}
.bookingBox-form .wrap {
    display: block;
    width: auto;
    padding: 25px 17px 20px 17px;
    z-index: 09;
}
.bookingBox-form input {
    height: 26px;
    line-height: 26px;
    text-transform: uppercase;
    display: block;
    font-size: 1.4em;
    font-size: 10px;
    color: #977b4b;
}
.bookingBox-form input::-webkit-input-placeholder {} .bookingBox-form input:-moz-placeholder {} .bookingBox-form input::-moz-placeholder {} .bookingBox-form input:-ms-input-placeholder {} .clear-icon {
    right: 2%;
}
.bookingBox-form input.departure {
    margin-top: 20px;
}
.selectDate {
    width: 61%;
    margin-right: 6%;
    float: left;
    background-image: url(images/icon-calandar.png);
    background-repeat: no-repeat;
    background-position: 93%;
    background-size: auto 57%;
}
.select {
    display: block;
    background: #ffffff;
    width: 30%;
    height: 40px;
    float: left;
    background-image: url('images/icon-arrowDown-brow.png');
    background-repeat: no-repeat;
    background-position: 90%;
    cursor: pointer;
}
.departure {
    margin-top: 30px;
}
.select li {
    display: block;
    line-height: 40px;
    padding: 0 10px;
    box-sizing: border-box;
    text-transform: uppercase;
    font-size: 1.4em;
    color: #977b4b;
}
.bookingBox-head {
    display: block;
    padding-top: 2px;
}
.bookingBox-head .icon {
    display: inline-block;
    margin-right: 21px;
    vertical-align: middle;
    margin-top: -1px;
    width: 19px;
}
.bookingBox-head .text {
    display: inline-block;
    text-transform: uppercase;
    color: #ffffff;
    font-size: 14px;
    vertical-align: middle;
    margin-top: 3px;
}
/*--- By Nust --*/

.offer-booking-form {
    width: 84%;
    padding: 20px 0 56px 9%;
    display: none;
    padding-left: 16%;
}
.sp-offer-code-input-box {
    width: 100%;
    margin-bottom: 5px;
    font-size: 1.3em;
    height: 50px;
    line-height: 50px;
}
.bookingBox-head .hide-sp-code-icon {
    display: none;
}
.open-sp-code-icon,
.hide-sp-code-icon {
    cursor: pointer;
}
.ui-state-highlight {
    border: 1px solid rgb(151, 123, 75) !important;
}
.ui-state-active {
    border: 1px solid rgb(151, 123, 75) !important;
    background: none !important;
    background: #ffe45c !important;
}
/*--------------*/

.select-style {
    padding: 0;
    margin: 0;
    width: 30%;
    height: 26px;
    box-sizing: border-box;
    overflow: hidden;
    background-color: #fff;
    background: #fff url('images/icon-arrowDown-brow.png') no-repeat 90% 55%;
}
.select-style select {
    padding: 7px 8px;
    width: 100%;
    border: none;
    box-shadow: none;
    background-color: transparent;
    background-image: none;
    text-transform: uppercase;
    color: #977b4b;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-size: 10px;
    font-family: 'helvetica_light2';
}
.select-style select:focus {
    outline: none;
}
.select-style option {
    line-height: 40px;
}
.select-style.timerang {
    width: 33%;
}
.booking-room {
    margin: 7px 0 20px 0;
}
.booking-room li {
    display: block;
    width: 20%;
    margin-left: 20%;
    float: left;
}
li.fst {
    margin-left: 0;
}
.booking-room label {
    display: block;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 11px;
    text-align: center;
}
.booking-room .select-style {
    width: 100%;
}
.note-gold-text {
    font-size: 9.5px;
    color: #aca296;
    text-transform: none;
    display: block;
    margin: 3px 0 0 40px;
}
.logo-bestRate {
    display: block;
    float: left;
    margin-top: 42px;
    width: 32%;
    margin-left: 10%;
}
.bookingBox-form .btn {
    float: right;
    margin-top: 34px;
}
.weatherBox {
    width: 23%;
    height: 134px;
    background: #2C4379;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 3;
    color: #FFF;
}
.wth-head {
    display: block;
    width: auto;
    margin: -1px 12px 10px 12px;
    color: #FFF;
}
.wth-head .icon {
    display: inline-block;
    vertical-align: middle;
    padding-top: 9px;
    width: 33px;
}
.wth-head .icon img {
    display: block;
    width: 100%;
    height: auto;
}
.wth-head .text {
    letter-spacing: 1px;
    display: inline-block;
    color: #977b4b;
    font-size: 14px;
    width: 206px;
    vertical-align: middle;
    margin-left: 11px;
    margin-top: 5px;
    color: #FFF;
}
.wth-head .text a{
    color: #FFF;
    text-decoration: none;
    font-weight: bold;
    font-size:1em;
}

.wth-head .text-small {
    color: #FFF;
    letter-spacing: 1px;
    margin-top: 3px;
    font-size: 11.5px;
    display: inline-block;
    width: auto;
    vertical-align: middle;
    margin-left: 11px;
}
.wth-detail {
    display: block;
    margin: 7px 14px;
    background: #977b4b;
    padding: 3px 3px;
    box-sizing: border-box;
    position: relative;
    bottom: 0;
    left: 0;
    right: 0;
}
.wth-detail-localWth {
    width: 62%;
    display: block;
    float: left;
    border-right: 1px dotted #efefef;
}
.wth-detail-localTime {
    width: 36%;
    display: block;
    float: right;
}
.wth-detail .head {
    display: block;
    font-size: 12px;
    text-transform: uppercase;
    color: #ffffff;
    margin: 5px 0 13px 0px;
    letter-spacing: 0.5px;
    text-align: center;
}
.wth-detail-localTime .head {
    margin: 5px 0 0 14px;
}
.icon {
    float: left;
}
.wth-detail-localWth .icon {
    margin: 0 0 0 8px;
    width: 30px;
}
.wth-detail-localWth .icon img {
    display: block;
    width: 100%;
    height: auto;
}
.wth-detail .temp {
    display: inline-block;
    float: left;
    font-size: 16px;
    color: #ffffff;
    margin-left: 15%;
    margin-top: 5px;
}
.wrap_offer {
    position: relative;
    width: 93%;
    margin: 0 auto;
    margin-top: -10px;
}
.wth-detail .time {
    font-size: 16px;
    color: #ffffff;
    padding-top: 17px;
    display: block;
    padding-left: 14px;
}
.temp-o {
    position: absolute;
    top: 0;
    right: -10px;
    font-size: 1.5em;
}
.banner {
    display: block;
    float: left;
    width: 77%;
    height: auto;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: cover;
    background: #2c4379;
}
.flexslider {
    border-radius: 0;
    height: 100%;
    border: 0;
}
.flex-viewport {
    height: 100%;
}
.flexslider .slides {
    height: 100%;
}
.flexslider .slides > li {
    height: 100%;
}
.flex-control-nav {
    width: auto;
    position: absolute;
    bottom: 5px;
    text-align: center;
    z-index: 999;
    right: 10px;
}
.flex-direction-nav {
    display: none;
}
.flex-control-paging li a {
    background: #ffffff;
    border: 1px solid #977b4b;
}
.flex-control-paging li a:hover {
    background: #977b4b;
}
.flex-control-paging li a.flex-active {
    background: #977b4b;
}
.banner li div {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.banner2 {
    display: block;
    width: 100%;
    height: auto;
    border-top: 20px solid #2c4379;
}
.introBox {
    width: 93%;
    height: 500px;
    margin: 0 auto;
    border: 1px solid #977b4b;
    background: #ffffff;
    margin-top: 20px;
    position: relative;
    opacity: 1;
    z-index: 999;
}
.imgLeft {
    display: block;
    float: left;
    width: 47%;
    height: 100%;
    overflow: hidden;
    opacity: 1;
    background-repeat: no-repeat;
    background-size: cover;
    box-sizing: border-box;
}
.contentRight {
    display: block;
    float: right;
    width: 53%;
}
.contentRight .wrap {
    display: block;
    width: auto;
    height: auto;
    margin: 33px 57px;
    box-sizing: border-box;
}
.contentRight h2 {
    font-size: 27px;
    font-weight: normal;
    color: #2c4379;
    margin-bottom: 19px;
}
.contentRight p {
    color: grey;
    font-size: 13px;
    margin-bottom: 8px;
    line-height: 1.5em;
}
.contentRight .btn {
    float: right;
    margin-top: 10px;
    padding: 0px 17px;
    border-bottom-width: 5px;
    line-height: 30px;
    font-size: 14px;
    margin-right: 20px;
}
.shearBtn {
    position: absolute;
    top: 0;
    right: 0;
    width: 30px;
}
a.shearBtn img {
    width: 100%;
    height: auto;
    display: block;
}
.specialOfferBox {
    width: 100%;
    height: auto;
    margin: 45px auto 25px auto;
    position: relative;
}
.specialOfferBox .wrap {
    display: table;
    margin: 0 auto;
    background: #ffffff;
    margin-top: -27px;
    vertical-align: middle;
}
.specialOfferBox h2 {
    float: left;
    color: #2c4379;
    font-size: 33px;
    line-height: 1em;
    margin: 0 40px;
    text-transform: uppercase;
    vertical-align: middle;
    font-weight: normal;
}
.specialOfferBox h2 span {
    color: #2c4379;
}
.specialOfferBox img {
    float: left;
}
.specialOfferBox hr {
    border: 0;
    border-top: 1px dotted #977b4b;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.offerList {
    width: 100%;
    margin: 40px auto 0 auto;
    clear: both;
}
.offer {
    display: block;
    float: left;
    width: 100%;
    height: auto;
    box-sizing: border-box;
    background: #f7f4ef;
    position: relative;
}
.offerList .owl-item:nth-child(1),
.offerList .owl-item:nth-child(2),
.offerList .owl-item:nth-child(3),
.offerList .owl-item:nth-child(4) {
    opacity: 1;
}
.offer-img {
    display: block;
    width: 100%;
    height: 168px;
    overflow: hidden;
}
.offer-img img {
    width: auto;
    height: 100%;
}
.offer-detail {
    display: block;
    width: auto;
    margin: 15px 16px 0px 16px;
    letter-spacing: 1px;
}
.offer .btn {
    float: right;
    width: 117px;
    min-width: inherit;
    position: absolute;
    bottom: 20px;
    right: 0;
    word-wrap: normal;
    white-space: nowrap;
    position: inherit;
    bottom: inherit;
    right: inherit;
    margin: 20px 0;
    line-height: 27px;
    border-bottom-width: 5px;
    padding: 0 20px;
    min-width: inherit;
    font-size: 12px;
    letter-spacing: 1px;
}
.offer-detail h3 {
    font-size: 14px;
    color: #2c4379;
    font-weight: normal;
    margin-bottom: 0;
}
.offer-detail p {
    font-size: 13px;
    color: grey;
    margin-top: 5px;
    height: 80px;
    overflow: hidden;
}
.clamp1 {
    margin-bottom: 0px;
}
.offer-bl {
    float: inherit;
    padding-left: 15px;
    width: 100%;
    box-sizing: border-box;
}
.offer-readMore {
    color: #977b4b;
    font-style: italic;
    margin: 8px 0 0;
    text-decoration: none;
    font-size: 11px;
    display: table;
    float: left;
}
.offer-address {
    font-size: 10px;
    font-style: italic;
    color: #cebb9a;
}
.specialOfferBox .customNavigation .next {
    position: absolute;
    top: 185px;
    right: -32px;
    opacity: 0.5;
    -webkit-transition: background 0.3s ease-in-out;
    cursor: pointer;
    -moz-transition: opacity 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
    width: 20px;
}
.specialOfferBox .customNavigation .next img {
    display: block;
    width: 100%;
    height: auto;
}
.specialOfferBox .customNavigation .next:hover {
    opacity: 1;
}
.specialOfferBox .customNavigation .prev {
    position: absolute;
    top: 185px;
    left: -36px;
    opacity: 0.5;
    -webkit-transition: background 0.3s ease-in-out;
    cursor: pointer;
    -moz-transition: opacity 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
    width: 20px;
}
.specialOfferBox .customNavigation .prev img {
    display: block;
    width: 100%;
    height: auto;
}
.specialOfferBox .customNavigation .prev immg,
.specialOfferBox .customNavigation .next img {
    width: 100%;
    height: auto;
    display: block;
}
.specialOfferBox .customNavigation .prev:hover {
    opacity: 1;
}
.specialOfferBox .offerBox-head {
    opacity: 1;
}
.specialOfferBox .offerBox-head img {
    width: 31px;
}
.row3 {
    display: block;
    width: 93%;
    height: auto;
    overflow: hidden;
    margin: 30px auto 62px auto;
    background: #ffffff;
    border: 1px solid #977b4b;
    opacity: 1;
    clear: both;
    box-sizing: border-box;
}
.row3 .owl-controls {
    display: none !important;
}
.wrap_offer .owl-controls {
    display: none !important;
}
.tripadvisor {
    float: left;
    display: block;
    width: 19%;
    height: 100%;
    overflow: hidden;
    position: relative;
    box-sizing: border-box;
    padding: 30px 0;
}
.tripadvisor img {
    display: block;
    height: auto;
    width: 100%;
    height: auto;
}
.tripadvisor .top {
    position: absolute;
    top: 0;
    left: 0;
}
.tripadvisor .bot {
    position: absolute;
    bottom: 0;
    left: 0;
}
.facebook-box {
    float: left;
    display: block;
    width: 28%;
    height: 100%;
    overflow: hidden;
    position: relative;
    box-sizing: border-box;
    padding: 10px 0;
    padding-left: 10px;
}
.spaceForBanner {
    display: block;
    float: right;
    width: 14%;
}
.spaceForBanner img {
    width: 100%;
}
.NewsEvent {
    width: 72%;
    float: left;
    position: relative;
}
.news {
    width: 100%;
    height: auto;
}
.news-img {
    width: 58%;
    height: auto;
    float: left;
    overflow: hidden;
    text-align: center;
}
.news-img img {
    display: block;
    width: auto;
    margin: 30px auto;
}
.news-content {
    width: 59%;
    float: left;
    height: 100%;
}
.news-content .wrap {
    display: block;
    padding: 20px 40px 20px 29px;
    font-size: 13px;
    line-height: 140%;
    color: #333;
}
.news-content h2 {
    font-size: 20px;
    font-weight: normal;
    color: #977b4b;
    line-height: 91%;
    margin-top: 1px;
}
.news-content p {
    color: grey;
    margin-bottom: 20px;
    font-size: 13px;
}
.news-content .city {
    margin: 8px 0 16px 0;
}
.news-readMore {
    text-decoration: none;
    color: #2c4379;
    margin: 20px 0 0 0;
    -webkit-transition: color 0.3s ease-in-out;
    -moz-transition: color 0.3s ease-in-out;
    -o-transition: color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out;
    display: block;
    font-size: 12px;
    letter-spacing: 1px;
}
.news-readMore:hover {
    color: #977b4b;
}
.NewsEvent .customNavigation {
    cursor: pointer;
    display: inline-block;
    float: right;
    padding-top: 17px;
}
.owl-controls.clickable {
    display: none !important;
}
.owl-carousel .owl-wrapper-outer {
    width: 100%;
}
#footer {
    display: block;
    width: 100%;
}
#footer hr {
    border: 0;
    border-top: 1px dotted #977b4b;
}
#footer hr.white-dotted {
    display: none;
}
.globalFooterContainer {
    background-color: #2c4379;
}
.ft-bot {
    margin: 0 3%;
}
.ft-top,
.footer-2l {
    background: #2c4379;
}
.ft-ct-left .wrap {
    opacity: 1;
    padding: 20px 0 30px 0;
}
.ft-ct-right {
    opacity: 1;
}
#footer hr {
    width: auto;
    margin-left: auto;
    margin-right: auto;
}
.ft-ct-left {
    height: auto;
    padding: 10px 0;
    display: table;
    float: left;
    padding-right: 0;
    border-right: 1px dotted rgba(180, 150, 85, 1);
    width: 50%;
}
.footer-blue {
    opacity: 1;
}
.ft-blu-top {
    opacity: 1;
}
.ft-blu-bot {
    opacity: 1;
}
.ft-bot-ri img {
    display: none;
}
.footer-line {
    display: inline-block;
}
.ft-ct-head {
    display: table;
    font-size: 2.0em;
    color: #977b4b;
    width: 800px;
}
.ft-ct-right {
    width: 50%;
    padding: 20px 0 30px 0;
    float: right;
}
.ft-ct-head {
    display: table;
    text-transform: uppercase;
    vertical-align: top;
    margin: -51px auto 0 auto;
}
.ft-ct-left .wrap {
    float: right;
}
.ft-ct-left ul {
    display: inline-block;
    vertical-align: middle;
    margin-right: 40px;
    float: right;
}
.ft-ct-left li {
    display: inline-block;
    vertical-align: top;
    margin-left: 5px;
}
.ft-ct-left-text {
    font-size: 14px;
    color: #977b4b;
    display: block;
    margin-top: 5px;
}
.ft-ct-signup {
    display: table;
    float: left;
    padding: 9px 0 0 40px;
    width: 49%;
    box-sizing: border-box;
}
.ft-ct-left li img {
    width: 32px;
}
.ft-ct-signup input {
    display: block;
    float: left;
    width: 259px;
    height: 33px;
    line-height: 33px;
    color: #ffffff;
    background: #2c4379;
    padding: 0 20px;
    border: : 0;
    box-sizing: border-box;
    margin-right: 1px;
    outline: none;
    font-size: 12px;
    letter-spacing: 1px;
    cursor: pointer;
}
.ft-ct-signup input::-webkit-input-placeholder {
    color: #ffffff;
    opacity: 1;
}
.ft-ct-signup input:-moz-placeholder {
    /* Firefox 18- */

    color: #ffffff;
    opacity: 1;
}
.ft-ct-signup input::-moz-placeholder {
    /* Firefox 19+ */

    color: #ffffff;
    opacity: 1;
}
.ft-ct-signup input:-ms-input-placeholder {
    color: #ffffff;
    opacity: 1;
}
.ft-ct-signup input:focus::-webkit-input-placeholder {
    opacity: 1;
}
.ft-ct-signup input:focus:-moz-placeholder {
    /* Firefox 18- */

    opacity: 1;
}
.ft-ct-signup input:focus::-moz-placeholder {
    /* Firefox 19+ */

    opacity: 1;
}
.ft-ct-signup input:focus:-ms-input-placeholder {
    opacity: 1;
}
.ft-ct-signup button {
    display: table;
    float: left;
    border: none;
    padding: 0;
    background: none;
    cursor: pointer;
    margin-top: -0.1px;
}
.ft-ct-signup button img {
    width: 42px;
}

#ui-datepicker-div {
    width: auto;
    height: auto;
    padding: 20px;
    border-radius: 2px;
    background: #ffffff;
    font-size: 1.4em;
    z-index: 999!important;
}
#ui-datepicker-div th {
    padding: 5px 0;
}
#ui-datepicker-div td {
    padding: 3px!important;
    border: 2px solid #ffffff;
}
#ui-datepicker-div td {
    padding: 5px;
    text-align: center;
    cursor: pointer;
}
#ui-datepicker-div a {
    text-decoration: none;
    color: #977b4b;
    border: 0;
}
#ui-datepicker-div td:hover {
    background: #C3A87A;
}
#ui-datepicker-div td:hover a {
    color: #ffffff;
}
.ui-datepicker-next {
    float: right;
}
.ui-datepicker-title {
    text-align: center;
}
.ui-datepicker-prev,
.ui-datepicker-next {
    cursor: pointer;
}
.ui-widget-header {
    border: 0;
    background: #ffffff;
    color: #977b4b;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
    background-position: center;
    background-size: cover;
    margin-top: -2px;
}
.ui-datepicker .ui-datepicker-prev span {
    background: url(images/icon-arrowleft-book.png);
}
.ui-datepicker .ui-datepicker-next span {
    background: url(images/icon-arrowright-book.png);
}
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
    background: #ffffff
}
#ui-datepicker-div td:hover a {
    color: #977b4b;
}
.ui-datepicker .ui-datepicker-prev:hover,
.ui-datepicker .ui-datepicker-next:hover {
    background: none;
    border: none;
}
/*---------- Special Offer Page By Nust ------------*/

.offer-detail-container {
    width: 77%;
    float: left;
}
.offer-detail-box {
    background-color: #fff;
    width: 100%%;
    display: none;
    overflow: hidden;
    padding-bottom: 24px;
}
.ui-widget-content {
    border: 1px solid #977b4b;
    background: #ffffff;
    border-radius: 0;
    font-size: 1.4em;
    z-index: 999;
}
.ui-menu-item a {
    background-image: none;
    border: 0;
}
.ui-menu .ui-menu-item a.ui-state-focus,
.ui-menu .ui-menu-item a.ui-state-active,
.ui-menu-item a:hover,
.ui-menu-item a:focus,
.ui-menu-item a.active {
    background-image: none;
    border-radius: 0;
    border: 0;
    background: #CBAA71;
    color: #ffffff;
    cursor: pointer;
}
.ui-menu .ui-menu-item a {
    padding-left: 13px;
    color: #977b4b
}
.offer-detail-image {
    width: 48%;
    overflow: hidden;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.offer-detail-text-box {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 25px 0 25px 25px;
}
.offer-detail-text-title {
    color: #977b4b;
    font-size: 24px;
    padding-bottom: 20px;
}
.offer-detail-text-share {
    float: right;
    padding-right: 0px;
    width: 32px;
}
.offer-detail-text-share img {
    width: 100%;
    height: auto;
    display: block;
}
.offer-detail-text-time-range {
    padding: 9px 0;
    border-top: #977b4b 1px solid;
    border-bottom: #977b4b 1px solid;
    font-style: italic;
    font-size: 11px;
}
.offer-detail-text-intro {
    padding: 10px 0;
    width: 100%;
    margin-right: 20%;
    color: #999;
    padding-top: 0;
}
.offer-detail-text-detail {
    color: grey;
    height: 180px;
    width: 100%;
    font-size: 13px;
}
.offer-detail-text-detail h4 {
    color: #977b4b;
}
.offer-detail-text-detail ul {
    list-style-type: circle;
    list-style-position: inside;
}
.offer-detail-text-detail ul li {
    margin-top: 3px;
    line-height: 16px;
    margin-left: 17px;
    position: relative;
    list-style: none;
    margin-bottom: 8px;
}
.offers-list-container-list {
    padding-top: 30px;
    margin-bottom: 50px;
}
.offers-list-container-list .line-flower-white {
    margin: 14px auto 14px auto;
}
.offers-list-container-list div {
    vertical-align: top;
    word-wrap: break-word;
}
.offer-list-item-detail-div .clamp6 {
    display: block;
}
.offer-list-item-title-div h3 {
    font-weight: normal;
    padding-right: 35px;
}
.offer-list-catagory-list-div {
    width: 34%;
}
.offer-list-catagory-list-div .offer-category-box {
    margin: 4px auto 0 auto;
    padding: 17px;
    background-color: #2c4379;
    width: 312px;
    position: relative;
    box-sizing: border-box;
}
.offer-list-catagory-list-div .offer-category-inner-box {
    border: #fff 1px solid;
    padding: 20px;
    top: 3%;
    bottom: 3%;
    right: 5%;
    left: 5%;
}
.offer-category-inner-box .catagory-list-box-title {
    color: #fff;
    font-size: 18px;
    line-height: 130%;
}
.offer-catagory-list-intro {
    padding: 20px 0;
    margin: 0 auto;
    color: #fff;
}
.offer-catagory-list-intro,
.offer-detail-text-intro {
    font-size: 12px;
    line-height: 16px;
}
.offer-catagory-list a {
    text-decoration: none;
}
.offer-catagory-item {
    color: #E2D7C1;
    font-size: 11.5px;
    padding: 11px 0;
    text-align: left;
    border-top: #977b4b 1px dotted;
    background-image: url(images/arrow_gold.png);
    background-repeat: no-repeat;
    background-position: 95% center;
    background-size: 6px;
    text-indent: 10px;
    letter-spacing: 1px;
}
.offer-list-div {
    width: 60%;
    margin-right: 4%;
    position: relative;
    margin-left: -13px;
}
.offer-list-div .flexslider {
    border-width: 0;
    background-color: transparent;
}
.offer-list-div .flex-control-nav {
    display: none;
}
.offer-list-div .flexslider li {
    margin-left: 5px;
}
.offer-list-div .flex-direction-nav a:before {
    margin-top: 10px;
}
.offer-list-div .flexslider li.offer-list-item-li:first-child {
    margin: 0;
}
li.offer-list-item-li {
    width: 97%;
}
.offer-list-div .offer-list-item {
    border: #977b4b 1px solid;
    position: relative;
    cursor: pointer;
}
.offer-list-item .selected-offer-logo-div {
    width: 30% !important;
    position: absolute;
    top: 0px;
    left: 35%;
}
.offer-list-item-image-div {
    display: block;
    width: 100%;
    overflow: hidden;
}
.offer-list-item-image-div img {
    display: block;
}
.offer-list-item-title-div,
.offer-list-item-intro-div,
.offer-list-item-detail-div,
.offer-list-item-timerange-div {
    width: 83%;
    margin: 0 auto;
}
.offer-list-item-title-div {
    color: #977b4b;
    font-size: 19px;
    padding: 16px 0;
    border-bottom: #977b4b 1px dotted;
    position: relative;
    width: 85%;
    margin: 0 auto;
}
.offer-list-item-title-div .offer-logo {
    position: absolute;
    top: 0;
    right: -4px;
    width: 31px !important;
}
.offer-list-item-intro-div {
    color: #2c4379;
    padding: 20px 0;
    font-size: 12px;
    line-height: 16px;
    min-height: 89px;
    box-sizing: border-box;
}
.offer-list-item-detail-div {
    padding: 20px 0;
    border-bottom: #977b4b 1px dotted;
    color: grey;
    box-sizing: border-box;
    height: auto !important;
    display: block;
}
.offer-list-div .flexslider .offer-list-item-detail-div li {
    margin-left: 17px;
}
.offer-list-item-detail-div h4 {
    color: #977b4b;
}
.offer-list-item-timerange-div {
    padding: 4px 0;
    text-align: right;
    color: grey;
    font-style: italic;
}
.offer-navigate-div {
    background-color: transparent;
    position: absolute;
    top: -41px;
    width: 90px;
    height: 32px;
}
.selected-offer-logo {
    width: 100%;
}
.header-line {
    display: block;
    width: 100%;
    height: 0;
    margin: 0 auto;
    border-top: 11px solid #E0D7C1;
}
.offer-list-div .customNavigation .next {
    position: absolute;
    top: 180px;
    right: -40px;
    opacity: 0.5;
    -webkit-transition: background 0.3s ease-in-out;
    cursor: pointer;
    -moz-transition: opacity 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
}
.offer-list-div .customNavigation .next:hover {
    opacity: 1;
}
.offer-list-div .customNavigation .prev {
    position: absolute;
    top: 180px;
    left: -40px;
    opacity: 0.5;
    -webkit-transition: background 0.3s ease-in-out;
    cursor: pointer;
    -moz-transition: opacity 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
}
.offer-list-div .customNavigation .prev:hover {
    opacity: 1;
}
.nav-line {
    display: block;
    width: 100%;
    height: auto;
    margin: 0 0 33px 0;
    position: relative;
}
.nav-line hr {
    display: block;
    width: 100%;
    height: 0;
    margin: 0 auto;
    border-top: 11px solid #E0D7C1;
}
.nav-line img {
    width: 90px;
    position: absolute;
    bottom: -23px;
    left: 0;
}
/*--------------------------------------------------*/
.dusit-gold-banner-image{
    width:100% !important;
}
.ph-banner-image{
    width:45% !important;
}
canvas#canvas {
    position: absolute;
    z-index: 999;
    top: -65px;
}
.res-mobile {
    display: none;
}
.tab-img-slide {
    position: relative;
}
.tab-img-slide .flex-control-nav {
    display: none;
}
.tab-img-slide .flex-direction-nav {
    display: block;
}
.tab-img-slide .flex-direction-nav li {
    position: absolute;
    top: 45%;
}
.tab-img-slide .flex-direction-nav li.flex-nav-prev {
    left: 20px;
    z-index: 99;
}
.tab-img-slide .flex-direction-nav li.flex-nav-prev a {
    width: 26px;
    height: 53px;
    display: block;
    background-image: url('images/icon-arrowSlide-left.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    left: inherit;
    text-indent: 1000px;
}
.tab-img-slide .flex-direction-nav a:before {
    display: none;
}
.tab-img-slide .flex-direction-nav li.flex-nav-next {
    right: 20px;
    z-index: 99;
}
.tab-img-slide .flex-direction-nav li.flex-nav-next a {
    width: 27px;
    height: 53px;
    display: block;
    background-image: url('images/icon-arrowSlide-right.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover z-index: 99;
    left: inherit;
    text-indent: 1000px;
}
.tab-img-slide .flex-direction-nav a:before {
    display: none;
}
.tab-detail-box {
    background-color: #fff;
}
.tab-img-slide {
    width: 48%;
    height: 100%;
    overflow: hidden;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    display: block;
    float: left;
    margin: 0;
}
.tab-detail-image {
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    display: block;
    float: left;
}
.tab-detail-text-box {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 25px 0 25px 25px;
}
.tab-detail-text-title {
    color: #977b4b;
    font-size: 24px;
    padding-bottom: 20px;
    font-weight: normal;
}
.tab-detail-text-share {
    float: right;
    padding-right: 15px;
}
span.tab-detail-text-share img {
    width: 32px;
}
.tab-detail-text-sub-title {
    padding: 8px 0;
    border-top: #977b4b 1px solid;
    border-bottom: #977b4b 1px solid;
    font-style: italic;
    font-size: 12px;
    color: #2b4378;
}
.tab-detail-text-detail {
   	color: grey;
    width: 98%;
    font-size: 13px;
}
.tab-detail-text-detail h4 {
    color: #977b4b;
}
.tab-detail-text-detail ul {
    list-style-type: circle;
}
.tab-detail-text-detail ul li {
    margin-top: 3px;
    line-height: 16px;
    margin-left: 17px;
}
.promotion_banner {
    width: 100%;
    height: auto;
    display: block;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.promotion_banner img {
    display: block;
    width: 100%;
    height: auto;
}
.bt-con {
    display: block;
    width: 86%;
    height: auto;
    margin: 0 auto;
}
.bt-con-left {
    width: 26%;
    height: auto;
    float: left;
}
.bt-con-left .download_pdf {
    display: block;
    width: 100%;
    height: auto;
    background: #2b4378;
    padding: 12px;
    box-sizing: border-box;
    margin-bottom: 40px;
}
.bt-con-left .download_pdf .wrap {
    display: block;
    width: auto;
    height: auto;
    border: 1px solid #ffffff;
    padding: 18px 0;
}
.download_pdf h2 {
    font-size: 26px;
    color: #ffffff;
    margin: 0 auto;
    text-align: center;
    font-weight: normal;
    letter-spacing: 1px;
}
.download_pdf ul {
    display: block;
    padding: 20px 25px;
    box-sizing: border-box;
}
.download_pdf li {
    display: block;
    border-top: 1px dotted #ffffff;
}
.download_pdf li:last-child {
    border-bottom: 1px dotted #ffffff;
}
.download_pdf li a {
    display: block;
    width: auto;
    line-height: 30px;
    font-size: 12px;
    letter-spacing: 1px;
    color: #ffffff;
    padding: 0px 14px;
    text-decoration: none;
    box-sizing: border-box;
    background: url('images/icon-download.jpg') no-repeat 93% 50%;
    ;
    background-size: 21px;
}
.download_pdf .btn {
    margin: 0 auto;
    margin-top: 8px;
    font-size: 13px;
    padding: 0 40px;
}
.bt-con-main {
    width: 70%;
    height: auto;
    float: right;
    margin-left: 4%;
    margin-bottom: 40px;
}
.content-long-tab h3 {
    display: block;
    width: auto;
    height: auto;
    line-height: 34px;
    background-color: #2B4378;
    padding: 0 20px;
    color: #ffffff;
    font-size: 1.6em;
    background-image: url(images/icon-arrowDown-white.png);
    background-repeat: no-repeat;
    background-position: 97% 10px;
    background-size: 18px;
    cursor: pointer;
    font-size: 13px;
    font-weight: normal;
    letter-spacing: 1px;
    margin-bottom: 3px;
}
.content-long-tab h4 {
    display: block;
    width: auto;
    height: auto;
    line-height: 34px;
    background-color: #977b4b;
    padding: 0 20px;
    color: #ffffff;
    font-size: 1.6em;
    background-image: url(images/icon-arrowDown-white.png);
    background-repeat: no-repeat;
    background-position: 97% 10px;
    background-size: 18px;
    cursor: pointer;
    font-size: 13px;
    font-weight: normal;
    letter-spacing: 1px;
    margin-top: 1px;
}
.content-long-tab .hotel-list {
    display: block;
    margin: 16px 20px;
    box-sizing: border-box;
    border: 1px solid #cccccc;
    color: grey;
    border-bottom: none;
    overflow-x: auto;
}
.content-long-tab .hotel-list ul {
    display: block;
}
.content-long-tab .hotel-list li {
    display: table-cell;
    width: 50%;
    height: 59px;
    vertical-align: middle;
    cursor: pointer;
    border-bottom: 1px solid #977b4b;
    border-right: 1px solid #977b4b;
    float: left;
    box-sizing: border-box;
    padding: 10px 18px;
    color: #977b4b;
    font-weight: bold;
    text-transform: uppercase;
    -webkit-transition: background 0.1s ease-in-out;
    -moz-transition: background 0.1s ease-in-out;
    -o-transition: background 0.1s ease-in-out;
    transition: background 0.1s ease-in-out;
    font-size: 12px;
    font-weight: bold;
}
.content-long-tab .hotel-list li a {
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
    color: #977b4b;
}
.content-long-tab .hotel-list li.active {
    background: #e2d8c2;
}
.content-long-tab .hotel-list li:nth-child(1),
.content-long-tab .hotel-list li:nth-child(2) {
    border-top: 0;
}
.content-long-tab .hotel-list li:nth-child(2n+2) {
    border-right: 0;
}
.content-long-tab .simp_list {
    display: block;
    width: auto;
    height: auto;
    margin: 20px;
    border: 1px solid #977b4b;
    padding: 20px;
    box-sizing: border-box;
}
.content-long-tab .simp_list li {
    list-style-position: inside;
    display: block;
    font-size: 13px;
}
.content-long-tab .simp_list li::before {
    display: inline-block;
    width: 7px;
    height: 7px;
    border-radius: 5px;
    background: #897244;
    content: '';
    margin-right: 10px;
    vertical-align: top;
    margin-top: 5px;
}
/* ****** contact page ****** */

.contact-form {
    display: block;
    box-sizing: border-box;
    padding: 19px 23px 39px 21px;
    background: #b19259;
}
.contact-form .wrap_con {
    display: block;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    border: 1px solid #ffffff;
    padding: 20px;
    padding-bottom: 39px;
}
.contact-form .wrap_con form {
    position: relative;
    padding: 5px 0;
}
.contact-form h1 {
    font-size: 31px;
    text-align: center;
    margin: 0 auto 35px auto;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-family: 'helvetica_light2';
    font-weight: normal;
}
.line-flower-white {
    display: block;
    width: 100%;
}
.line-flower-white hr {
    display: block;
    width: 100%;
    height: 0;
    border: 0;
    border-top: 1px dotted #ffffff;
    margin: 6px auto;
}
.line-flower-white .wrap {
    display: table;
    width: auto;
    height: auto;
    padding: 10px;
    margin: 0 auto;
    margin-top: -36px;
    background: #b19259;
}
.contact-form .line-flower-white .wrap {
    margin-top: -32px !important;
}
.line-flower-white .wrap img {
    display: block;
    width: 30px;
    height: auto;
}
.line-flower-white > img {
    display: block;
    margin: 0 auto;
    margin-top: -22px;
    background-color: #2c4379;
}
.contact-form p {
    color: #ffffff;
    text-align: center;
    padding: 0 0 10px 0;
}
.contact-form .select-style2 {
    display: block;
    box-sizing: border-box;
    background-color: #ffffff;
    margin-bottom: 10px;
}
.contact-form .select-style2 select {
    display: block;
    border: 0;
    background: none;
    outline: none;
    width: 100%;
    height: 24px;
    text-indent: 9px;
    color: #9f9f9f;
}
.contact-form .select-style2 select option[default] {
    color: #9f9f9f;
}
.contact-form .select-style2 select option {
    color: #333;
}
.contact-form .select-style3 {
    display: block;
    box-sizing: border-box;
    background-color: #e6dbc9;
    margin-bottom: 14px;
}
.contact-form .select-style3 select {
    display: block;
    border: 0;
    background: none;
    outline: none;
    width: 100%;
    height: 25px;
    outline: none;
    text-indent: 20px;
}
.contact-form input {
    display: block;
    width: 100%;
    box-sizing: border-box;
    padding: 0 9px;
    line-height: 26px;
    height: 27px;
    background-color: transparent;
    border: 1px solid #ffffff;
    color: #ffffff;
    outline: none;
    margin-top: 22px;
}
.contact-form textarea {
    display: block;
    width: 100%;
    box-sizing: border-box;
    padding: 8px 8px;
    background-color: transparent;
    border: 1px solid #ffffff;
    color: #ffffff;
    resize: none;
    outline: none;
    margin-top: 23px;
    height: 300px;
    font-size: 13px;
}
.contact-form input::-webkit-input-placeholder {
    color: #ffffff;
    font-style: italic;
}
.contact-form input:-moz-placeholder {
    /* Firefox 18- */

    color: #ffffff;
    font-style: italic;
}
.contact-form input::-moz-placeholder {
    /* Firefox 19+ */

    color: #ffffff;
    font-style: italic;
}
.contact-form input:-ms-input-placeholder {
    color: #ffffff;
    font-style: italic;
}
.contact-form textarea::-webkit-input-placeholder {
    color: #ffffff;
    font-style: italic;
    text-transform: capitalize;
}
.contact-form textarea:-moz-placeholder {
    /* Firefox 18- */

    color: #ffffff;
    font-style: italic;
    text-transform: capitalize;
}
.contact-form textarea::-moz-placeholder {
    /* Firefox 19+ */

    color: #ffffff;
    font-style: italic;
    text-transform: capitalize;
}
.contact-form textarea:-ms-input-placeholder {
    color: #ffffff;
    font-style: italic;
    text-transform: capitalize;
}
.contact-form button[type="submit"],
.contactSubmitInt {
    display: block;
    background-color: #2c4379;
    font-size: 16px;
    color: #ffffff;
    border: 0;
    outline: 0;
    text-align: center;
    line-height: 40px;
    height: 40px;
    margin-top: 30px;
    width: 100%;
    text-transform: uppercase;
    position: absolute;
    bottom: -58px;
    left: 0;
    right: 0;
    box-sizing: border-box;
    letter-spacing: 1px;
    cursor: pointer;
}
.contactHotelConfirm {
    color: #FFF;
    line-height: 1.5em;
}
.contact-list .wrap {
    display: block;
    width: auto;
    height: auto;
    margin: 4% 4% 0 6%;
    background: #ffffff;
}
.contact-list .list {
    width: 30%;
    margin-left: 3%;
    margin-bottom: 8px;
    float: left;
}
.contact-list h2 {
    font-size: 16px;
    font-weight: normal;
    color: #2c4379;
    margin-bottom: 6px;
}
.contact-list h3 {
    font-size: 15px;
    font-weight: normal;
    color: #2c4379;
    margin-bottom: 10px;
}
.contact-list h4,
.contact-list p {
    font-size: 13px;
    color: grey;
    line-height: 1.5em;
    font-weight: normal;
    letter-spacing: 0.4px;
}
.contact-list p h3 {
    margin-bottom: 10px;
}
.text-gold {
    color: #b19259;
}
.loy-img {
    width: 100%;
    background-position: center;
    background-size: cover;
}
.left-menu {
    display: block;
    width: 100%;
    box-sizing: border-box;
}
.left-menu li {
    display: block;
    width: 100%;
    padding: 0 5px;
    box-sizing: border-box;
    line-height: 70px;
    font-size: 1.8em;
    text-transform: uppercase;
    color: #ffffcc;
    background-image: url(images/icon-arrowRight-yellow.png);
    background-repeat: no-repeat;
    background-position: 95% 27px;
    border-top: 1px dotted #efefef;
}
.left-menu li.first-child {
    border-top: 0;
}
.loy-text {
    display: block;
    padding: 31px 60px;
    min-height: 200px;
    margin-bottom: 100px;
}
.loy-text p {
    font-size: 13px;
}
.loy-text button {
    display: inline-block;
    margin-left: 15px;
    margin-top: 15px;
    font-size: 13px;
    letter-spacing: 1px;
    margin-bottom: 40px;
}
/************ TRIP ADVISOR **************/

.trip-header {
    padding: 20px 0;
    font-size: 2em;
    color: #fff;
    font-weight: bold;
    background-color: #589442;
    text-transform: uppercase;
}
.trip-body {
    box-sizing: border-box;
    padding: 0;
}
#CDSWIDTCH {
    margin: 0 auto;
}
.tripadvisor {
    padding: 0;
    overflow: auto;
}
.tripadvisor img {
    height: 100%;
    width: auto;
}
.TA_selfserveprop > div {
    width: 100%!important;
}
#CDSWIDTCH {
    display: block;
    margin: 40px auto !important;
}
/****************************************/

.footer-line .wrap {
    display: block;
    width: auto;
    margin: -33px auto 50px auto;
    background: #ffffff;
    width: 40px;
    height: auto;
}
.footer-line .wrap img {
    display: block;
    width: 100%;
    height: auto;
}
/*************** NEWS ****************/

.new-detail-box {
    display: block;
}
.news-list-item-intro-div {
    min-height: 20px;
    padding: 11px 0;
}
.offer-list-item-li a {
    text-decoration: none;
}
.offer-catagory-item.active-year {
    font-weight: bold;
    border: 2px solid #977b4b;
}
/************************************/
/**************** Find Hotel Page ********************/

#filter-box {
    background-color: #fdf8e9;
}
#filter-box .topic {
    color: #004990;
    font-weight: bold;
    text-transform: uppercase;
}
#filter-box select,
#filter-box input {
    color: #977b4b;
    border-color: #977b4b;
}
#filter-box input {
    margin-left: 0;
    width: auto;
}
#hotel-list-box {
    margin-top: 10px;
}
.hotel-filter-box-float-left {
    width: 25%;
    float: left;
}
.find-hotel-item {
    width: 40%;
    margin: 10px 5%;
    padding: 10px 2%;
    float: left;
    background-color: #fdf8e9;
    box-sizing: border-box;
}
.find-country-zone {
    font-size: 1.5em;
    text-transform: uppercase;
    color: #004990;
    font-weight: bold;
}
.find-hotel-list {
    margin-top: 10px;
}
.find-hotel-list-item {
    font-size: 1.2em;
    text-decoration: none;
    color: #555;
    text-decoration: none;
}
.find-hotel-list-item:hover {
    color: #977b4b;
    cursor: pointer;
}
/*****************************************/
/***** new update *****/

.NewsEvent {
    float: right;
}
.offer-address {
    padding-right: 30px;
    line-height: 1.5;
}
.news-content .wrap {
    padding: 20px 40px 20px 0px;
}
.loyalty {
    position: relative;
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
.tab-detail-text-detail {
    height: 88%;
}
.download_pdf li a {
    line-height: 16px;
    padding: 10px 14px;
    padding-right: 45px;
}
.offer-booking-form {
    padding: 20px 0 5px 9%;
    padding-left: 16%;
}
.temp-o {
    right: 0;
}
.wth-head .text {
    margin-top: 14px;
    width: 80%;
}
.wrapper {
    max-width: 1920px;
}
body {
    max-width: 1920px !important;
    margin: 0 auto;
}
.\+image-loading {} .\+image-loading:before {
    content: url("images/ajax-loader.gif") no-repeat scroll center center rgba(0, 0, 0, 0);
    width: 32px;
    height: 32px;
    margin: auto;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999;
}
.\+image-loading:after {
    content: "";
    background: #2c4379;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 998;
}
.\+image-loading2 {
    min-height: 384px;
}
.\+image-loading2:before {
    content: url("images/ajax-loader-black.gif") no-repeat scroll center center rgba(0, 0, 0, 0);
    width: 32px;
    height: 32px;
    margin: auto;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999;
}
.\+image-loading2:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 998;
}
.banner .flexslider {
    background: #2c4379;
}
.bookingBox-form .btn {
    float: none;
    margin: 0 auto;
}
.logo-freewifi {
    float: right;
    width: auto;
    margin-right: 10%;
}
html[lang='th'] .logo-freewifi {
    width: auto;
}
.logo-bestRate {
     width: auto;
}
.offer-img {
    height: auto;
}
.introBox {
    height: auto !important;
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
.imgLeft img {
    width: 100%;
    height: auto;
    display: block;
}
.contentRight {
    position: relative;
}
.contentRight .wrap {
    position: absolute;
    top: 0;
    bottom: 0;
    padding: 11px 57px;
    left: 0;
    right: 0;
    margin: 0;
}
.text-content-ofcontentRight {
    /*height: 58%;*/

    height: 78%;
}
.contentRight .btn {
    margin-right: 0;
    margin-top: 30px;
}
.news {
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    height: 100%;
    padding: 10px;
    box-sizing: border-box;
}
.news-img {
    height: auto !important;
}
.news-img img {
    width: 100%;
    margin: 0 !important;
}
.news-content {
    height: auto !important;
    position: relative;
}
.news-content .wrap {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    padding: 0 20px 0 30px !important;
    height: 100%;
}
.wrap-scroll {
    height: 55% !important;
}
.row3 {
    height: auto !important;
}
.owl-item {
    height: auto !important;
}
.news-readMore {
    margin: 0;
    position: absolute;
    padding: 0 28px;
    padding-top: 0!important;
    bottom: 0;
    border-bottom-width: 5px !important;
    line-height: 26px !important;
    right: 15px;
}
.offer-img img {
    width: 100%;
    height: auto;
    margin: 0 !important;
}
.text-content-ofcontentRight {
    margin-top: 20px;
}
.offer-detail-box {
    padding-bottom: 0;
}
.offer-detail-box-inside {
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
.offer-detail-image-style {
    width: 100%;
    display: block;
}
.block-offer-detail-text-box {
    width: 52.5%;
    vertical-align: top;
    box-sizing: border-box;
    float: right;
    position: relative;
}
.offer-detail-text-share {
    padding-right: 15px;
}
.offer-detail-text-intro {
    width: 90%;
}
.offer-detail-text-detail {
    width: 90%;
    height: auto;
}
.offer-detail-block {
    height: 86%;
    width: 98%;
}
.block-offer-detail-container {
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
.tab-img-slide .slides > li {
    height: 100% !important;
}
.bookingBox {
    background-color: #2c4379;
}
#page-home .bookingBox {
    width: 100%;
}
.left-long-content {
    display: block;
    float: left;
    width: 77%;
    box-sizing: border-box;
}
.loyalty-con ul {
    margin-left: 20px;
}
.block-tab-detail-text-box {
    width: 52.5%;
    vertical-align: top;
    box-sizing: border-box;
    float: right;
    position: relative;
}
.tab-detail-box-inside {
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
.row3 {
    margin: 0px auto 62px auto;
}
.news-offer-detail-text {
    height: 88%;
    width: 98%;
}
.loy-img img {
    width: 100%;
    height: auto;
}
.wrap_offer .owl-carousel .owl-wrapper {
    display: flex !important;
}
.wrap_offer .owl-carousel .owl-wrapper .owl-item {
    background: #f7f4ef;
    border-right: 1px solid #ffffff;
    position: relative;
}
.media-centre {
    display: block;
}
.wrap_offer .offer {} .wrap_offer .offer .btn {
    line-height: 23px;
}
.wrap_offer .btn.golden-blue {
    height: 27px;
}
.media-centre .bookingBox-form .btn {
    margin-top: 30px;
}
.media-centre .logo-bestRate {
    margin-top: 19px;
}
.media-centre .logo-freewifi {
    margin-top: 22px;
}
.text-award {
    font-size: 16px;
    text-transform: uppercase;
    text-align: center;
    margin-top: 15px;
    margin-bottom: 15px;
    color: #333;
}
.award .flex-control-nav {
    display: none;
}
.award .flexslider {
    margin: 0;
}
.award .flexslider .slides img {
    width: 75%;
    display: block;
    margin: 0 auto;
}
.award {
    margin-top: 20px;
    margin-bottom: 10px;
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
.contact-page .contact-form {
    width: 23%;
}
.contact-page {
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
.contact-page .center-content {
    width: 54%;
    padding-bottom: 3%;
}
.contact-page .bookingBox-form .wrap {
    padding: 35px 17px 20px 17px;
}
.contact-page .bookingBox-form input.departure {
    margin-top: 30px;
}
.contact-page .bookingBox-form .btn {
    margin-top: 56px;
}
.contact-page .logo-bestRate {
    margin-top: 45px;
}
.contact-page .logo-freewifi {
    margin-top: 48px;
}
.contact-page .bookingBox-form hr {
    margin: 34px 0 34px 0;
}
.contact-page .booking-room {
    margin: 13px 0 20px 0;
}
.offers-list-container-list .news-page-clamp6 {
    max-height: inherit;
}
.loy-text p {
    color: grey;
}
.loy-text .btn {
    font-size: 12px;
    line-height: 30px;
}
.button-loy-text {} .Read-more {
    margin-top: 10px;
    margin-bottom: 10px;
}
.ft-bot-lt .first-child a:nth-of-type(3) {
    display: none;
}
#simp_list {
    color: #333;
}
.hotel-list a {
    color: #474747;
    font-size: 16px;
    text-decoration: inherit;
    line-height: 1.4;
}
.content-long-tab .hotel-list table tbody tr:nth-child(odd) {
    background-color: #f5f5f5;
}
.content-long-tab .hotel-list table td {
    border-width: 0;
    padding: 10px;
    border-bottom-width: 1px;
    border-style: double;
    border-color: #cccccc;
}
.content-long-tab td:first-child a,
.content-long-tab td:first-child a:visited {
    color: #977b4b;
}
.content-long-tab td:first-child a,
.content-long-tab td:first-child {
    width: 243px;
}
.text_underline {
    text-decoration: underline;
    color: #474747;
    font-size: 16px;
    text-decoration: inherit;
    line-height: 1.4;
}
.news-content .city {
    color: #2c4379;
    margin: 11px 0 0px 0;
    display: inline-block;
}
.text-readmore-lastsection {
    text-align: right;
    margin-right: 20px;
    text-transform: uppercase;
    margin-top: 15px;
    color: #b89a45;
    cursor: pointer;
}
.award img {
    margin: 0 auto;
    display: table;
    cursor: pointer;
    width: 54%;
}
.dusit-gold-button {
    text-align: center;
    color: white;
    background-color: #b19259;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 13px;
    width: 100%;
    margin: 0 auto;
}
.dusit-gold-button-a {
    text-decoration: none;
}
#facebook ._57j2 {
    margin-bottom: 0 !important;
}
.contact-list .wrap td {
    width: 33.3%;
    padding-bottom: 15px;
    padding-right: 15px;
}
.award-left {
    width: 41%;
    display: inline-block;
}
.award .award-left img {
    width: 80%;
}
.award-right {
    width: 58%;
    display: inline-block;
}
.mb-facebook-box {
    display: none;
}
.banner2 .mb-banner2 {
    display: none;
}
.mb-seemore-offer {
    width: 91%;
    margin: 0 auto;
    display: none;
    background-color: #2c4379;
    color: white;
    text-transform: uppercase;
    padding: 14px;
    padding-left: 20px;
    box-sizing: border-box;
    font-size: 13px;
    letter-spacing: 1px;
    cursor: pointer;
    background-image: url(images/icon-arrowRight-white.png);
    background-repeat: no-repeat;
    background-position: 95% 50%;
    background-size: 6px;
    margin-bottom: 15px;
}
.line-end-offer {
    display: none;
    background-color: #b19259;
    height: 4px;
    width: 100%;
}
.mb-news-button {
    font-size: 19px;
    letter-spacing: 0.5px;
    padding: 10px;
    padding-left: 20px;
    margin-top: 25px;
    margin-bottom: 5px;
}
.footer-line {
    display: block;
}
.blue-color-1 {
    background-color: #2c4379;
}
.mb-bt-con-left {
    display: none;
}
.contentRight .btn {
    display: none;
}
.list-left-offer {
    cursor: pointer;
}
#offerSelect select {
    padding: 9px 8px;
    width: 100%;
    border: none;
    box-shadow: none;
    background-color: transparent;
    background-image: none;
    text-transform: uppercase;
    color: #3e3e3e;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-size: 11px;
}
#offerSelect {
    background: #2c4379 url('images/icon-arrowDown-white.png') no-repeat 90% 50%;
    color: #FFF;
    height: 45px;
    margin: 0 auto;
    width: 320px;
    display: table;
    margin: 0 auto;
}
#offerSelect select {
    color: #FFF;
    font-size: 18px;
    padding: 11px 8px;
    padding-right: 60px;
}
#offerSelect option {
    color: #2c4379;
}
.text-select-offer {
    margin: 0 auto;
    display: table;
    text-transform: uppercase;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 10px;
    color: grey;
}
.mb-select-offer {
    display: none;
}
#fixed-top-menu-div {
    background-color: #2c4379;
    z-index: 9999;
}
#fixed-top-menu-container {
    background-color: #2c4379;
}
#fixed-top-menu-navi a {
    width: 100px;
}
.table {
    display: block !important;
    overflow-x: auto;
}
#top-menu.fixed-top li {
    background-color: #897141;
    color: white;
}
#top-menu.fixed-top li a {
    color: white;
}
#mobile-lang-container {
    background: url('images/icon-arrowDown-white.png') no-repeat 96% 50%;
    background-size: 14px;
}
#mobile-lang-selector {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.globalFooterContainer .footerLinks {
    display: table !important;
}
.footer_page_class .logo-bestRate {
    margin-top: 35px;
}
.footer_page_class .logo-freewifi {
    margin-top: 38px;
}
.footer_page_class .bookingBox-form .wrap {
    padding: 35px 17px 40px 17px;
}
.news-page2 li.offer-list-item-li {
    width: 30%;
    display: inline-table;
    margin-right: 4.6%;
    box-sizing: border-box;
}
.news-page2 li.offer-list-item-li:last-child {
    margin-right: 0px;
}
.news-page2 {
    width: 80%;
    display: table;
    margin: 0 auto;
}
.new-content-long-tab {
    width: 80%;
    display: table;
    margin: 0 auto;
    margin-top: 30px;
}
.new_page_tab .hotel-list {
    border: none;
}
.new_page_tab .hotel-list li {
    border: none;
    padding: 6px 18px;
    height: auto;
    display: list-item;
    list-style-type: circle;
    list-style-position: inside;
    position: relative;
    list-style: none;
}
.new_page_tab .hotel-list li a {
    display: inline;
}
.date-of-news {
    color: grey;
    cursor: auto;
}
.news-readmore {
    text-align: right;
    font-style: italic;
}
.news-page2 .offer-list-item-detail-div {
    height: auto !important;
    padding-top: 0;
}
.text_title_news h1 {
    font-size: 25px;
    margin: 0 auto 36px auto;
    color: #2c4379;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-family: 'helvetica_light2';
    font-weight: bold;
}
.hover_underline {
    text-decoration: underline !important;
}
.offer-title {
    width: 87%;
    display: inline-block;
}
.loy-text h1 {
    font-size: 19px;
    margin-bottom: 10px;
}
.lang-menu li {
    padding: 0;
}
.lang-menu img {
    margin-top: 4px;
}
.dt-banner-left {
    width: 38.6%;
    display: inline-block;
    float: left;
    height: auto;
}
.dt-banner-right {
    width: 61.4%;
    float: right;
    display: inline-block;
    height: auto;
}
.contact-list p strong {
    display: inline-block;
}
.contact-list p em {
    display: inline-block;
}
.contact-list p h8 {
    display: inline-block;
    margin-bottom: 5px;
}
.loy-text img:nth-child(1) {
    width: 145px;
}
.loy-text img {
    width: 180px;
}
.hide {
    display: none;
}
/* site map */

.brand_header {
    font-weight: normal;
    color: #2c4379;
    font-size: 28px;
    margin-top: 40px;
    padding-bottom: 5px;
    border-bottom: 1px solid #977b4b;
}
.all-page-list li {
    font-size: 13px;
    line-height: 1.6em;
    list-style-type: circle;
    list-style-position: inside;
    color: #977b4b;
}
.all-page-list li a {
    color: grey;
    text-decoration: none;
    font-size: 13px;
}
.hotel_header {
    font-size: 20px;
    padding-bottom: 12px;
}
.block_brand_hotel {
    width: 33%;
    display: inline-block;
    vertical-align: top;
    margin-top: 25px;
    padding-right: 25px;
    box-sizing: border-box;
}
.all-page-list {
    padding-left: 15px;
    box-sizing: border-box;
}
.all-page-list-main {
    margin-top: 25px;
}
.site-map-text {
    width: 80%;
    display: table;
    margin: 0 auto;
    padding-top: 39px;
    padding-bottom: 80px;
}
.site_map_list_toggle {
    color: #000000 !important;
    font-weight: 700;
}
.text-title-sitemap {
    font-size: 36px;
    color: #2c4379;
    text-transform: capitalize;
    font-weight: 700;
}
.bookingBox-form input {
    padding: 0 12px;
}
.searhBox .input {
    padding: 0 13px;
    color: #977b4b;
}
.content-long-tab .hotel-list ul li:before {
    content: '';
    content: '';
    display: inline-block;
    width: 4px;
    height: 4px;
    position: absolute;
    top: 14px;
    left: 3px;
    border-radius: 10px;
    border: 1px solid #977b4b;
}
/** end sitemap */

.offer-detail-text-detail ul li:before {
    content: '';
    display: inline-block;
    width: 5px;
    height: 5px;
    background-color: #999999;
    position: absolute;
    top: 5px;
    left: -15px;
    border-radius: 10px;
}
.new-display {
    display: block;
}
.display-none {
    display: none;
}
.select-style-contact-us {
    background: rgba(255, 255, 255, 0) url('images/icon-arrowDown-white.png') no-repeat 90% 55%;
    border: 1px white solid;
    width: 100%;
    margin-bottom: 10px;
}
.select-style .department {
    color: #FFFFFF;
    text-transform: capitalize;
    font-size: 12px;
    font-style: italic;
    padding: 3px 8px;
    letter-spacing: 0.5px;
    cursor: pointer;
}
.select-style-contact-us option {
    color: grey;
    font-size: 13px;
}
.text-title-contact-form {
    font-size: 14px;
    color: white;
    margin-bottom: 5px;
    letter-spacing: 0.5px;
}
.findAHotel .subMenu {
    top: 57px;
}
.findAHotel .innerContainer {
    margin-top: 0px !important;
}
.wine-dine .left-long-content {
    padding: 25px 65px;
}
.section-left {
    display: inline-block;
    width: 43%;
    vertical-align: top;
}
.section-left img {
    width: 100%;
}
.section-right {
    width: 54%;
    display: inline-block;
    padding-left: 29px;
    box-sizing: border-box;
}
.wine_form {
    background: #b19259;
    padding: 20px;
    box-sizing: border-box;
    display: block;
    width: 70%;
    margin: 0 auto;
    padding-bottom: 40px;
}
.wineForm {
    border: 1px solid white;
    position: relative;
    padding-bottom: 20px;
}
.wineSubmit {
    display: block;
    background-color: #2c4379;
    font-size: 16px;
    color: #ffffff;
    border: 0;
    outline: 0;
    text-align: center;
    line-height: 40px;
    height: 40px;
    width: 100%;
    text-transform: uppercase;
    position: absolute;
    left: 0;
    right: 0;
    box-sizing: border-box;
    letter-spacing: 1px;
    cursor: pointer;
    bottom: -20px;
    width: 300px;
    margin: 0 auto;
}
.wineSubmit.thankyou {
    display: none;
}
.wineForm-left {
    width: 50%;
    display: inline-block;
    vertical-align: top;
    padding: 25px;
    box-sizing: border-box;
}
.wineForm-right {
    width: 50%;
    display: inline-block;
    vertical-align: top;
    float: right;
    padding: 25px;
    box-sizing: border-box;
}
.section_header {
    margin-bottom: 20px;
}
.wine_form input {
    display: block;
    width: 100%;
    box-sizing: border-box;
    padding: 0 9px;
    line-height: 26px;
    height: 27px;
    background-color: transparent;
    border: 1px solid #ffffff;
    color: #ffffff;
    outline: none;
    margin-top: 7px;
    margin-bottom: 20px;
}
.wine_form textarea {
    display: block;
    width: 100%;
    box-sizing: border-box;
    padding: 8px 8px;
    background-color: transparent;
    border: 1px solid #ffffff;
    color: #ffffff;
    resize: none;
    outline: none;
    margin-top: 8px;
    height: 160px;
    font-size: 13px;
}
.wine_form .text-title-contact-form {
    margin-bottom: 7px;
}
.wine_form .select-style-contact-us {
    margin-bottom: 20px;
}
.wine_form .select-style {
    height: 27px;
}
.fieldLabel {
    color: white;
    font-size: 13px;
    letter-spacing: 0.5px;
}
input.checkbox-fieldInput {
    display: inline-block;
    width: 22px;
    padding: 0;
    margin: 0;
}
.checkbox_row {
    padding-left: 25px;
    box-sizing: border-box;
}
tr.checkbox_row td:first-child {
    width: 50%;
}
input.checkbox-fieldInput {
    margin-left:
    /*12px*/

    0 !important;
}
.section_header .blue-textSign {
    text-align: center;
    font-size: 25px;
    display: inline-block;
    padding: 0 20px 0 20px;
}
.wine-dine-download a {
    color: #b49637;
    text-decoration: none;
}
.pdf a {
    background: url('images/icon-download.jpg') no-repeat 0% 50%;
    background-size: 21px;
    padding-left: 30px;
    font-size: 15px;
}
.pdf {
    margin-bottom: 10px;
}
.wine-dine-download-toggle {
    text-decoration: underline !important;
}
.section_header-blue-textSign {
    text-align: center;
    margin-top: 25px;
}
hr.hr-left {
    width: 26%;
    display: inline-block;
    margin: 0;
    vertical-align: super;
}
hr.hr-right {
    width: 26%;
    display: inline-block;
    margin: 0;
    vertical-align: super;
}
.hr-mb {
    display: none;
}
.mobile-section {
    display: none;
}
.message-wineForm-mb {
    display: none;
}
.wine-dine-download {
    color: grey;
}
/****************************************** E-Connect Page ***************************************************/

#header.e-con {
    height: auto;
    background-color: #897141;
}
#mobile-theme-logo-div {
    display: none;
}
#e-con-header-menu {
    width: 100%;
    max-width: 1321px;
    margin: 0 auto;
    width: 82%;
    padding: 0 9%;
    max-width: 1321px;
}
#e-con-header-menu ul {
    float: right;
    width: 100%;
    list-style: none;
}
#e-con-header-menu ul li {
    float: right;
    padding: 0 20px;
    margin: 10px 0;
    border-right: 1px solid #fff;
}
#e-con-header-menu ul li:first-child {
    padding-right: 0;
    border: none;
}
#e-con-header-menu ul li a {
    font-size: 10px;
    color: #fff;
    text-decoration: none;
    letter-spacing: 1px;
}
#e-con-header-image {
    line-height: 0;
}
#e-con-header-image img {
    width: 100%;
}
#e-con-main-container {
    padding: 20px 0;
    max-width: 1321px;
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
}
#e-con-slide {
    margin-bottom: 0px;
    width: 100%;
}
#e-con-right-div,
#e-con-left-div {
    float: right;
    box-sizing: border-box;
    font-size: 16px;
    padding-bottom: 20px;
}
#e-con-left-div {
    width: 30%;
    margin-top: -20px;
    padding: 0 3%;
}
.e-con-hotel-logo-div {
    width: 100%;
    padding: 50px 0;
    background-color: #897141;
    text-align: center;
}
.e-con-hotel-logo-div img {
    width: 60%;
    height: auto;
}
#e-con-download-topic {
    width: 100%;
    padding: 20px 0;
    font-size: 1.1em;
    text-align: center;
    color: #e5cb94;
    background-color: #2c4379;
    line-height: 24px;
    height: 24px;
}
#e-con-download-topic img {
    height: 24px;
    width: auto;
    vertical-align: top;
}
#e-con-download-list ul {
    list-style: none;
    background-color: #2C4B72;
    padding: 10px 0;
    border: 2px solid #59708D;
}
#e-con-download-list ul li {
    text-align: left;
    padding: 10px 5%;
    padding-right: 10%;
    margin: 0 10%;
    width: 80%;
    border-bottom: 1px dotted #e5cb94;
    background-image: url(images/e-con-thani-download.png);
    background-repeat: no-repeat;
    background-position: 95% 50%;
    box-sizing: border-box;
}
#e-con-download-list ul li:last-child {
    border: none;
}
#e-con-download-list ul li a {
    color: #e5cb94;
    text-decoration: none;
    font-size: 14px;
}
#e-con-right-div {
    width: 70%;
    padding-left: 3%;
    border-left: 1px dotted #897141;
}
#e-con-page-topic {
    font-size: 1.5em;
    text-transform: uppercase;
    color: #897141;
    font-weight: bold;
    margin-bottom: 20px;
}
#e-con-page-content {
    line-height: 1.8em;
    font-size: 0.75em;
}
#e-con-detail {
    font-size: 1.3em;
    color: #2c4379;
    font-weight: bold;
    margin: 15px 0;
    text-transform: uppercase;
}
#e-con-booking-div {
    margin-top: 20px;
    padding: 20px 3%;
    box-sizing: border-box;
    width: 100%;
    background-color: #897141;
}
#e-con-booking-div > .booking-item {
    float: left;
    width: 35%;
    box-sizing: border-box;
    padding: 0 1%;
}
#e-con-booking-div > .booking-item.first-child,
#e-con-booking-div > .booking-item.last-child {
    padding: 0 4%;
}
#e-con-booking-div > .booking-item.last-child {
    padding-top: 3%;
}
#e-con-booking-div > .booking-item.middle-child {
    width: 30%;
    border-left: 1px dotted #fff;
    border-right: 1px dotted #fff;
}
#e-con-booking-div input {
    padding: 0 12px;
    height: 26px;
    line-height: 26px;
    text-transform: uppercase;
    display: block;
    font-size: 10px;
    color: #977b4b;
}
#e-con-booking-div .selectDate {
    width: 61%;
    margin-right: 6%;
    float: left;
    background-image: url(images/icon-calandar.png);
    background-repeat: no-repeat;
    background-position: 93%;
    background-size: auto 57%;
    margin-top: 10px;
}
#e-con-booking-div .selectDate.arrival-date {
    margin-top: 0;
}
#e-con-booking-div .middle-child li {
    width: 33.33%;
    margin: 0;
    padding: 0 10px;
    box-sizing: border-box;
}
#e-con-booking-div .middle-child select {
    width: 100%;
    margin: 0;
}
#e-con-booking-div .middle-child label {
    text-align: left;
}
#e-con-booking-div #offercode {
    width: 100%;
    margin-bottom: 10px;
    display: none;
}
#e-con-booking-div .searhBox {
    width: 100%;
    padding: 0;
    margin: 0;
    margin-bottom: 10px;
}
#e-con-booking-div .clear-icon {
    right: 4%;
}
#e-con-booking-div .bookingBox-head {
    padding-left: 5%;
}
#e-con-booking-div #best-rest-icon-div,
#e-con-booking-div #wifi-icon-div {
    float: left;
    width: 50%;
    text-align: center;
    margin-top: 10px;
}
#e-con-booking-div #best-rest-icon-div img,
#e-con-booking-div #wifi-icon-div img {
    width: 90%;
    height: auto;
    max-width: 143px;
}
#e-con-booking-div .bookNowButton {
    margin: 0;
    margin-top: 10px;
    font-size: 12px;
    float: right;
    text-transform: uppercase;
    background-color: #0A305A;
    border: none;
    color: #fff;
    padding: 5px 15px;
    height: auto;
    line-height: 1.6em;
    margin-right: 3%;
}
#e-con-booking-div .searhBox .input {
    background-image: url(images/e-con-thani-search-icon.png);
    background-size: 8%;
}
#e-con-booking-div .searhBox {
    background-color: transparent;
}
#e-con-booking-div .searhBox .input#hotel_name {
    font-size: 14px;
    padding: 0;
    display: none;
    background-image: none;
    background-color: transparent;
    color: #fff;
    text-transform: initial;
}
#e-con-booking-div .searhBox .input.clear-background-image {
    background-image: none;
}
/************* Princess Theme Color *************/

#header.e-con-princess,
.e-con-princess #e-con-booking-div,
footer.e-con-princess,
footer.e-con-princess .ft-top {
    background-color: #788A23;
}
.e-con-princess #e-con-page-topic {
    color: #788A23;
}
.e-con-princess #e-con-detail {
    color: #ACC57F;
}
.e-con-princess .e-con-hotel-logo-div {
    background-color: #fff;
}
.e-con-princess #e-con-download-topic,
.e-con-princess #e-con-download-list ul {
    background-color: #ACC57F;
    border: none;
    color: #fff;
    font-weight: bold;
}
.e-con-princess #e-con-download-list ul {
    border-top: 2px solid #EEE;
}
.e-con-princess #e-con-download-list ul li {
    border-color: #fff;
    background-image: url(images/e-con-princess-download.png);
}
.e-con-princess #e-con-download-list ul li a {
    color: #fff;
}
.e-con-princess #e-con-booking-div .bookNowButton {
    background-color: #ACC57F;
}
.e-con-princess #e-con-booking-div > .middle-child img {
    height: 20px;
    width: auto;
    border: 1px solid #fff;
}
.e-con-princess .flex-control-paging li a.flex-active,
.e-con-princess .flex-control-paging li a:hover {
    background-color: #788A23;
    border-color: #788A23;
}
/*** MOBILE SECTION ***/

.page-template-e-con-princess #fixed-top-menu-navi,
.page-template-e-con-princess .bookOnlineMobileBar {
    background-color: #788A23;
}
.page-template-e-con-princess #brand-mobile-booking-toggle {
    background-color: #ACC57F;
    color: #fff;
}
/************************/
/******************************************/
/**************** D2 Theme Color ****************/

#header.e-con-d2,
.e-con-d2 .e-con-hotel-logo-div,
.e-con-d2 #e-con-booking-div,
footer.e-con-d2,
footer.e-con-d2 .ft-top {
    background-color: #e65423;
}
.e-con-d2 #e-con-page-topic {
    color: #e65423;
}
.e-con-d2 #e-con-detail {
    color: #e65423;
}
.e-con-d2 #e-con-download-topic,
.e-con-d2 #e-con-download-list ul {
    background-color: #FEE5A5;
    color: #e65423;
    font-weight: bold;
    border: none;
}
.e-con-d2 #e-con-download-list ul {
    border-top: 2px solid #fff;
}
.e-con-d2 #e-con-download-list ul li {
    border-color: #e65423;
    background-image: url(images/e-con-d2-download.png);
}
.e-con-d2 #e-con-download-list ul li a {
    color: #e65423;
}
.e-con-d2 #e-con-booking-div .bookNowButton {
    background-color: #FEE5A5;
    color: #e65423;
}
.e-con-d2 #e-con-booking-div > .middle-child img {
    height: 20px;
    width: auto;
    border: 1px solid #fff;
}
.e-con-d2 .flex-control-paging li a.flex-active,
.e-con-d2 .flex-control-paging li a:hover {
    background-color: #e65423;
    border-color: #e65423;
}
/*** MOBILE SECTION ***/

.page-template-e-con-d2 #fixed-top-menu-navi,
.page-template-e-con-d2 .bookOnlineMobileBar {
    background-color: #E65423;
}
.page-template-e-con-d2 #brand-mobile-booking-toggle {
    background-color: #fff;
    color: #E65423;
}
.page-template-e-con-d2 #brand-mobile-booking-toggle .text {
    background-image: url(images/icon-arrowRight-d2.png);
}
.page-template-e-con-d2 #brand-mobile-booking-toggle.show-down .text {
    background-image: url(images/icon-arrowDown-d2.png);
}
/************************/
/******************************************/
/************* Devarana Theme Color *************/

#header.e-con-devarana,
.e-con-devarana .e-con-hotel-logo-div,
footer.e-con-devarana,
footer.e-con-devarana .ft-top {
    background-color: #7E418F;
}
.e-con-devarana #e-con-page-topic {
    color: #7E418F;
}
.e-con-devarana #e-con-detail {
    color: rgb(180, 150, 85);
}
.e-con-devarana #e-con-booking-div {
    background-color: #F2E9DF;
}
.e-con-devarana #e-con-download-topic,
.e-con-devarana #e-con-download-list ul {
    background-color: #F2E9DF;
    color: #3c3c3c;
    font-weight: bold;
    border: none;
}
.e-con-devarana #e-con-download-list ul {
    border-top: 2px solid #fff;
}
.e-con-devarana #e-con-download-list ul li {
    border-color: #3c3c3c;
    background-image: url(images/e-con-devarana-download.png);
}
.e-con-devarana #e-con-download-list ul li a {
    color: #3c3c3c;
}
.e-con-devarana #e-con-booking-div .bookingBox-head .text,
.e-con-devarana #e-con-booking-div .booking-room label {
    color: #7E418F;
}
.e-con-devarana #e-con-booking-div .bookNowButton {
    background-color: #7E418F;
    color: #fff;
}
.e-con-devarana #e-con-booking-div > .middle-child img {
    height: 20px;
    width: auto;
    border: 1px solid #fff;
    background-color: #7E418F;
}
.e-con-devarana .flex-control-paging li a.flex-active,
.e-con-devarana .flex-control-paging li a:hover {
    background-color: #7E418F;
    border-color: #7E418F;
}
.e-con-devarana #e-con-booking-div .searhBox .input#hotel_name {
    color: #7E418F;
}
/*** MOBILE SECTION ***/

.page-template-e-con-devarana #fixed-top-menu-navi {
    background-color: #7c4191;
}
/************************/
/******************************************/
/****************************************************************************************************************/
/* -------FIREFOX---- */

@-moz-document url-prefix() {
    .ft-ct-signup button img {
        margin-top: -1px;
        display: block;
    }
    .ft-ct-signup button {
        display: block;
        width: 1px;
        margin-top: 0px;
    }
    .contact-list .wrap {
        margin: 4% 4% 4% 6%;
    }
    .media-centre {
        display: inline-block;
    }
}
/*-------END FIREFOX----*/

.right-content-mb {
    display: none;
}
.book-now-moblie {
    display: none;
}
/* -------ie select none---- */

select::-ms-expand {
    display: none;
}
/* -------safari---- */

_::-moz-svg-foreign-content,
:root .ft-ct-signup button {
    float: none;
}
html[xmlns*=""] body:last-child .ft-ct-signup button {
    float: none;
}
html[xmlns*=""]:root .ft-ct-signup button {
    float: none;
}
*|html[xmlns*=""] .ft-ct-signup button {
    float: none;
}
html:first-child .ft-ct-signup button {
    float: none;
}
_::-moz-svg-foreign-content,
:root .wineForm-left {
    width: 49%;
}
html[xmlns*=""] body:last-child .wineForm-left {
    width: 49%;
}
html[xmlns*=""]:root .wineForm-left {
    width: 49%;
}
*|html[xmlns*=""] .wineForm-left {
    width: 49%;
}
html:first-child .wineForm-left {
    width: 49%;
}
.ft-ct-signup button:not(*:root) {
    float: none;
}
_::-moz-svg-foreign-content,
:root .news {
    display: -webkit-box;
}
_::-moz-svg-foreign-content,
:root .news-img {
    float: none;
    width: 49%;
}
_::-moz-svg-foreign-content,
:root .imgLeft {
    float: none;
}
_::-moz-svg-foreign-content,
:root .lang img {
    width: 15px;
}
_::-moz-svg-foreign-content,
:root .news-content {
    width: 50%;
}
_::-moz-svg-foreign-content,
:root .news-content h2 {
    margin-top: 3px;
}
_::-moz-svg-foreign-content,
:root .news-content h2 {
    margin-top: 3px;
}
_::-moz-svg-foreign-content,
:root .award-left {
    display: block;
}
_::-moz-svg-foreign-content,
:root .award-right {
    display: block;
}
_::-moz-svg-foreign-content,
:root .contentRight .wrap {
    height: 100%;
}
_::-moz-svg-foreign-content,
:root .left-long-content {
    float: none;
}
_::-moz-svg-foreign-content,
:root .contact-page .contact-form {
    float: none;
}
_::-moz-svg-foreign-content,
:root .contact-page .center-content {
    float: none;
}
_::-moz-svg-foreign-content,
:root .contact-page .contact-list .wrap {
    box-sizing: border-box;
    padding: 4% 4% 0 6%;
    margin: 0;
}
_::-moz-svg-foreign-content,
:root .offer-detail-container {
    display: block;
    float: none;
    box-sizing: border-box;
}
_::-moz-svg-foreign-content,
:root .offer-detail-image {
    display: block;
}
_::-moz-svg-foreign-content,
:root .offer-detail-text-box {
    height: 100%;
}
_::-moz-svg-foreign-content,
:root .tab-detail-text-box {
    height: 100%;
}
_::-moz-svg-foreign-content,
:root input {
    line-height: 0px;
}
_::-moz-svg-foreign-content,
:root .input {
    line-height: 0px;
}



.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
    text-align: center;
    border: 0;
    color: #333
}
.loy-text.find-hotel {
    padding: 31px 10%;
    margin-bottom: 0
}
/*************** REQUEST FOR PROPOSAL PAGE *****************/

.rep-container {} .rep-input-container.w100 {
    margin: 10px 0;
}
.textbox_normal,
.textbox_small {
    border: 1px solid #AAA;
    line-height: 1.6em;
    height: 1.8em;
    margin: 5px 0;
}
.rep-container select {
    margin: 10px 0;
}
.rep-container .radio-list {
    margin-top: 10px;
}
.rfpFormButton {
    box-sizing: border-box;
    line-height: 23px;
    background-color: #2c4379;
}
.rep-head {
    color: #977b4b;
    font-size: 24px;
    text-transform: none;
    font-weight: normal;
    text-decoration: none;
}
/*************************************************************/
/*************** BEST RATE PAGE *******************/

.best-rate-form .half-w,
.best-rate-form .full-w {
    box-sizing: border-box;
}
.best-rate-form input {
    border: 1px solid #AAA;
    line-height: 1.6em;
    height: 1.8em;
    margin: 10px 0;
}
.best-rate-form .best-rate-content {
    box-sizing: border-box;
    padding-left: 30px;
}

/***************************************************/
/******* apple css ****/

#appleDevice .lang {
    padding: 7px 0;
}
#appleDevice .bookingBox-form input {
    line-height: 31px;
}
#appleDevice .select-style select {
    line-height: 17px;
}

.flexslider .slides > li:first-child {
    display: block!important;
    -webkit-backface-visibility: visible;
    visibility: visible !important;
}
.bookOnlineMobileBar a,
.bookOnlineMobileBar > div:first-child,
#brand-mobile-booking-toggle {
    height: auto;
}
#page-home .flexslider {
    margin-bottom: 0;
}
/***************** Meeting Page ****************/

.meeting-wedding#filter-box > div select {
    background: #fff url('images/icon-arrowDown-brow.png') no-repeat 97% 55%;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
}
/**********************************************/