.clearfix:after,
.widget:after,
.search-form:after,
.post-password-form p:after,
.navigation-single:after,
#header:after,
.rooms .info-block:after,
.billing-form .section:after,
.b-container:after,
.footer-nav:after {
    content: '';
    display: block;
    clear: both;
}
.removepadding {
    padding: 0px !important;
    margin: 0px !important;
}
.ellipsis {
    white-space: nowrap;
    /* 1 */
    
    text-overflow: ellipsis;
    /* 2 */
    
    overflow: hidden;
}

.carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-prev, .carousel-control .icon-next {display: none !important;}
.carousel-inner {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.standardform .col-xs-1, .standardform .col-sm-1, .standardform .col-md-1, .standardform .col-lg-1, .standardform .col-xs-2, .standardform .col-sm-2, .standardform .col-md-2, .standardform .col-lg-2, .standardform .col-xs-3, .standardform .col-sm-3, .standardform .col-md-3, .standardform .col-lg-3, .standardform .col-xs-4, .standardform .col-sm-4, .standardform .col-md-4, .standardform .col-lg-4, .standardform .col-xs-5, .standardform .col-sm-5, .standardform .col-md-5, .standardform .col-lg-5, .standardform .col-xs-6, .standardform .col-sm-6, .standardform .col-md-6, .standardform .col-lg-6, .standardform .col-xs-7, .standardform .col-sm-7, .standardform .col-md-7, .standardform .col-lg-7, .standardform .col-xs-8, .standardform .col-sm-8, .standardform .col-md-8, .standardform .col-lg-8, .standardform .col-xs-9, .standardform .col-sm-9, .standardform .col-md-9, .standardform .col-lg-9, .standardform .col-xs-10, .standardform .col-sm-10, .standardform .col-md-10, .standardform .col-lg-10, .standardform .col-xs-11, .standardform .col-sm-11, .standardform .col-md-11, .standardform .col-lg-11, .standardform .col-xs-12, .standardform .col-sm-12, .standardform .col-md-12, .standardform .col-lg-12 {
 overflow:hidden;
}
/*  --------------------------------------
  1. Embedded font styles
  --------------------------------------*/
/* custom fonts */

@font-face {
    /*@include fontface('PlayfairDisplayBold', PlayfairDisplayBold, 700, normal);*/
}
@font-face {
    /*@include fontface('PlayfairDisplayBoldItalic', PlayfairDisplayBoldItalic, 700, italic);*/
}
/*  --------------------------------------

  2. General reset
  --------------------------------------*/

@-webkit-viewport {
    width: device-width;
}
@-moz-viewport {
    width: device-width;
}
@-ms-viewport {
    width: device-width;
}
@-o-viewport {
    width: device-width;
}
@viewport {
    width: device-width;
}
body {
    font: 400 16px/23px; 
    min-width: 320px;
    color: #7e7e7e; font-family: 'Sunflower', sans-serif  !important;
	font-style:normal !important;
}
p, .heading-mian p, .heading-mian .text-box{font-style:normal !important;} 

.active body {
    overflow: hidden;
}
a {
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
a:focus {
    outline: none !important;
}
.video {
    margin: 0 0 15px;
}
p {
    margin: 0 0 15px;
}
.logo img{ max-width:100%;}

.carousel-inner img{width:100%;}
input[type='text'],
input[type='tel'],
input[type='email'],
input[type='search'],
input[type='password'],
input[type='url'],
input[type='date'] {
    height: 40px;
}
.comment-form input[type='text'],
.search-form input[type='text'],
.post-password-form input[type='text'],
.comment-form input[type='tel'],
.search-form input[type='tel'],
.post-password-form input[type='tel'],
.comment-form input[type='email'],
.search-form input[type='email'],
.post-password-form input[type='email'],
.comment-form input[type='search'],
.search-form input[type='search'],
.post-password-form input[type='search'],
.comment-form input[type='password'],
.search-form input[type='password'],
.post-password-form input[type='password'],
.comment-form input[type='url'],
.search-form input[type='url'],
.post-password-form input[type='url'],
.comment-form input[type='date'],
.search-form input[type='date'],
.post-password-form input[type='date'],
.comment-form textarea,
.search-form textarea,
.post-password-form textarea {
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    border: 1px solid #c9c9c9;
    padding: 6px 12px;
}
.comment-form input[type='text']:focus,
.search-form input[type='text']:focus,
.post-password-form input[type='text']:focus,
.comment-form input[type='tel']:focus,
.search-form input[type='tel']:focus,
.post-password-form input[type='tel']:focus,
.comment-form input[type='email']:focus,
.search-form input[type='email']:focus,
.post-password-form input[type='email']:focus,
.comment-form input[type='search']:focus,
.search-form input[type='search']:focus,
.post-password-form input[type='search']:focus,
.comment-form input[type='password']:focus,
.search-form input[type='password']:focus,
.post-password-form input[type='password']:focus,
.comment-form input[type='url']:focus,
.search-form input[type='url']:focus,
.post-password-form input[type='url']:focus,
.comment-form input[type='date']:focus,
.search-form input[type='date']:focus,
.post-password-form input[type='date']:focus,
.comment-form textarea:focus,
.search-form textarea:focus,
.post-password-form textarea:focus {
    border-color: #c2a476;
    color: #c2a476;
}
.comment-form input[type='text']::-webkit-input-placeholder,
.search-form input[type='text']::-webkit-input-placeholder,
.post-password-form input[type='text']::-webkit-input-placeholder,
.comment-form input[type='tel']::-webkit-input-placeholder,
.search-form input[type='tel']::-webkit-input-placeholder,
.post-password-form input[type='tel']::-webkit-input-placeholder,
.comment-form input[type='email']::-webkit-input-placeholder,
.search-form input[type='email']::-webkit-input-placeholder,
.post-password-form input[type='email']::-webkit-input-placeholder,
.comment-form input[type='search']::-webkit-input-placeholder,
.search-form input[type='search']::-webkit-input-placeholder,
.post-password-form input[type='search']::-webkit-input-placeholder,
.comment-form input[type='password']::-webkit-input-placeholder,
.search-form input[type='password']::-webkit-input-placeholder,
.post-password-form input[type='password']::-webkit-input-placeholder,
.comment-form input[type='url']::-webkit-input-placeholder,
.search-form input[type='url']::-webkit-input-placeholder,
.post-password-form input[type='url']::-webkit-input-placeholder,
.comment-form input[type='date']::-webkit-input-placeholder,
.search-form input[type='date']::-webkit-input-placeholder,
.post-password-form input[type='date']::-webkit-input-placeholder,
.comment-form textarea::-webkit-input-placeholder,
.search-form textarea::-webkit-input-placeholder,
.post-password-form textarea::-webkit-input-placeholder {
    color: #c2a476;
}
.comment-form input[type='text']::-moz-placeholder,
.search-form input[type='text']::-moz-placeholder,
.post-password-form input[type='text']::-moz-placeholder,
.comment-form input[type='tel']::-moz-placeholder,
.search-form input[type='tel']::-moz-placeholder,
.post-password-form input[type='tel']::-moz-placeholder,
.comment-form input[type='email']::-moz-placeholder,
.search-form input[type='email']::-moz-placeholder,
.post-password-form input[type='email']::-moz-placeholder,
.comment-form input[type='search']::-moz-placeholder,
.search-form input[type='search']::-moz-placeholder,
.post-password-form input[type='search']::-moz-placeholder,
.comment-form input[type='password']::-moz-placeholder,
.search-form input[type='password']::-moz-placeholder,
.post-password-form input[type='password']::-moz-placeholder,
.comment-form input[type='url']::-moz-placeholder,
.search-form input[type='url']::-moz-placeholder,
.post-password-form input[type='url']::-moz-placeholder,
.comment-form input[type='date']::-moz-placeholder,
.search-form input[type='date']::-moz-placeholder,
.post-password-form input[type='date']::-moz-placeholder,
.comment-form textarea::-moz-placeholder,
.search-form textarea::-moz-placeholder,
.post-password-form textarea::-moz-placeholder {
    opacity: 1;
    color: #c2a476;
}
.comment-form input[type='text']:-moz-placeholder,
.search-form input[type='text']:-moz-placeholder,
.post-password-form input[type='text']:-moz-placeholder,
.comment-form input[type='tel']:-moz-placeholder,
.search-form input[type='tel']:-moz-placeholder,
.post-password-form input[type='tel']:-moz-placeholder,
.comment-form input[type='email']:-moz-placeholder,
.search-form input[type='email']:-moz-placeholder,
.post-password-form input[type='email']:-moz-placeholder,
.comment-form input[type='search']:-moz-placeholder,
.search-form input[type='search']:-moz-placeholder,
.post-password-form input[type='search']:-moz-placeholder,
.comment-form input[type='password']:-moz-placeholder,
.search-form input[type='password']:-moz-placeholder,
.post-password-form input[type='password']:-moz-placeholder,
.comment-form input[type='url']:-moz-placeholder,
.search-form input[type='url']:-moz-placeholder,
.post-password-form input[type='url']:-moz-placeholder,
.comment-form input[type='date']:-moz-placeholder,
.search-form input[type='date']:-moz-placeholder,
.post-password-form input[type='date']:-moz-placeholder,
.comment-form textarea:-moz-placeholder,
.search-form textarea:-moz-placeholder,
.post-password-form textarea:-moz-placeholder {
    color: #c2a476;
}
.comment-form input[type='text']:-ms-input-placeholder,
.search-form input[type='text']:-ms-input-placeholder,
.post-password-form input[type='text']:-ms-input-placeholder,
.comment-form input[type='tel']:-ms-input-placeholder,
.search-form input[type='tel']:-ms-input-placeholder,
.post-password-form input[type='tel']:-ms-input-placeholder,
.comment-form input[type='email']:-ms-input-placeholder,
.search-form input[type='email']:-ms-input-placeholder,
.post-password-form input[type='email']:-ms-input-placeholder,
.comment-form input[type='search']:-ms-input-placeholder,
.search-form input[type='search']:-ms-input-placeholder,
.post-password-form input[type='search']:-ms-input-placeholder,
.comment-form input[type='password']:-ms-input-placeholder,
.search-form input[type='password']:-ms-input-placeholder,
.post-password-form input[type='password']:-ms-input-placeholder,
.comment-form input[type='url']:-ms-input-placeholder,
.search-form input[type='url']:-ms-input-placeholder,
.post-password-form input[type='url']:-ms-input-placeholder,
.comment-form input[type='date']:-ms-input-placeholder,
.search-form input[type='date']:-ms-input-placeholder,
.post-password-form input[type='date']:-ms-input-placeholder,
.comment-form textarea:-ms-input-placeholder,
.search-form textarea:-ms-input-placeholder,
.post-password-form textarea:-ms-input-placeholder {
    color: #c2a476;
}
.comment-form input[type='text'].placeholder,
.search-form input[type='text'].placeholder,
.post-password-form input[type='text'].placeholder,
.comment-form input[type='tel'].placeholder,
.search-form input[type='tel'].placeholder,
.post-password-form input[type='tel'].placeholder,
.comment-form input[type='email'].placeholder,
.search-form input[type='email'].placeholder,
.post-password-form input[type='email'].placeholder,
.comment-form input[type='search'].placeholder,
.search-form input[type='search'].placeholder,
.post-password-form input[type='search'].placeholder,
.comment-form input[type='password'].placeholder,
.search-form input[type='password'].placeholder,
.post-password-form input[type='password'].placeholder,
.comment-form input[type='url'].placeholder,
.search-form input[type='url'].placeholder,
.post-password-form input[type='url'].placeholder,
.comment-form input[type='date'].placeholder,
.search-form input[type='date'].placeholder,
.post-password-form input[type='date'].placeholder,
.comment-form textarea.placeholder,
.search-form textarea.placeholder,
.post-password-form textarea.placeholder {
    color: #c2a476;
}
.widget {
    margin-bottom: 1.2em;
}
.widget ul {
    padding-left: 2em;
}
.widget select {
    min-width: 150px;
}
.comment-form label {
    display: block;
    padding-bottom: 4px;
}
.comment-form textarea {
    margin: 0;
    resize: none;
    overflow: auto;
    min-width: 100%;
    max-width: 100%;
    min-height: 180px;
    max-height: 180px;
}
.comment-form input[type='text'] {
    margin: 0 4px 0 0;
    width: 100%;
    height: 50px;
}
.comment-form input[type='submit'] {
    width: 100%;
    height: 50px;
    font: 500 18px/20px ;
    text-transform: uppercase;
    display: block;
    float: none;
}
.post-password-form label {
    display: block;
}
.post-password-form input[type='password'] {
    margin: 0 4px 0 0;
    width: 100%;
    height: 50px;
}
.search-form input {
    float: left;
    height: 50px;
}
.search-form input[type='search'] {
    margin: 0 4px 0 0;
    width: 150px;
}
.post-password-form input {
    float: left;
    height: 50px;
}
.post-password-form input[type='password'] {
    width: 150px;
}
.comment-form input[type='submit'],
.post-password-form input[type='submit'],
.search-form input[type='submit'] {
    background: #7e7e7e;
    color: #fff;
    height: 50px;
    border: none;
    padding: 0 0.5em;
}
.comment-form input[type='submit']:hover,
.post-password-form input[type='submit']:hover,
.search-form input[type='submit']:hover {
    background: #fda700;
}
.commentlist {
    margin: 0 0 1.2em;
}
.commentlist .edit-link {
    margin: 0;
    text-transform: uppercase;
}
.commentlist .avatar-holder {
    float: left;
    width: 90px;
    height: auto;
    margin: 0 70px 4px 0;
}
@media (max-width: 767px) {
    .commentlist .avatar-holder {
        margin: 0 20px 4px 0;
    }
}
.commentlist .avatar-holder img {
    display: block;
    width: 100%;
    height: auto;
}
.commentlist .meta {
    text-transform: uppercase;
    font: 400 13px/17px ;
}
.commentlist .meta a {
    color: #7e7e7e;
}
.commentlist-item .commentlist-item {
    padding: 0;
}
@media (min-width: 768px) {
    .commentlist-item .commentlist-item {
        padding: 0 0 0 2em;
    }
}
.comment-reply-link {
    z-index: 1;
    min-width: 100px;
    position: relative;
    text-align: center;
    padding: 4px 6px 3px;
    color: #fff;
    background: #7e7e7e;
    text-transform: uppercase;
    display: inline-block;
    vertical-align: top;
    font: 400 15px/18px "Roboto", Arial, helvetica, sans-serif;
    color: #fff;
}
.comment-reply-link:before {
    content: "";
    top: 2px;
    right: 2px;
    bottom: 2px;
    left: 2px;
    position: absolute;
    border: 1px solid #fff;
}
.comment-reply-link:hover {
    color: #fff;
    text-decoration: none;
    background: #fda700;
}
.comment,
.commentlist-holder {
    overflow: hidden;
    font: 400 15px/30px ;
}
.commentlist-item .commentlist-item,
.commentlist-item + .commentlist-item {
    padding-top: 1.2em;
}
.widget_calendar #next {
    text-align: right;
}
.gallery-item dt {
    float: none;
    padding: 0;
}
.comments h2 {
    font-size: 24px;
    line-height: 26px;
    margin: 0 0 28px;
}
.comments h2 span {
    padding: 0 0 5px;
    display: inline-block;
    vertical-align: top;
    border-bottom: 3px double #fda700;
}
.navigation,
.navigation-comments {
    position: relative;
    vertical-align: middle;
    margin-bottom: 1.2em;
}
.navigation .screen-reader-text,
.navigation-comments .screen-reader-text {
    position: absolute;
    left: -99999px;
}
.navigation .page-numbers,
.navigation-comments .page-numbers {
    display: inline-block;
    vertical-align: middle;
    padding: 0 0.4em;
}
@media (max-width: 767px) {
    .navigation .page-numbers,
    .navigation-comments .page-numbers {
        padding: 0;
    }
}
.navigation .next,
.navigation .prev,
.navigation-comments .next,
.navigation-comments .prev {
    display: inline-block;
    vertical-align: middle;
    max-width: 50%;
    background: #7e7e7e;
    color: #fff;
    padding: .4em;
    text-decoration: none;
}
@media (max-width: 767px) {
    .navigation .next,
    .navigation .prev,
    .navigation-comments .next,
    .navigation-comments .prev {
        padding: .2em;
    }
}
.navigation .next:hover,
.navigation .prev:hover,
.navigation-comments .next:hover,
.navigation-comments .prev:hover {
    background: #fda700;
}
.navigation-single {
    margin-bottom: 1.2em;
}
.navigation-single .next,
.navigation-single .prev {
    float: left;
    vertical-align: middle;
    max-width: 50%;
    color: #fff;
    text-decoration: none;
    background: #7e7e7e;
}
.navigation-single .next a,
.navigation-single .prev a {
    color: inherit;
    text-decoration: none;
    padding: .4em;
    display: block;
}
@media (max-width: 767px) {
    .navigation-single .next a,
    .navigation-single .prev a {
        padding: .2em;
    }
}
.navigation-single .next a:hover,
.navigation-single .prev a:hover {
    background: #fda700;
}
.navigation-single .next {
    float: right;
}
.wp-caption {
    max-width: 100%;
    clear: both;
    border: 1px solid #ccc;
    padding: .4em;
    margin-bottom: 1.2em;
}
.wp-caption img {
    margin: 0;
    vertical-align: top;
}
.wp-caption p {
    margin: .4em 0 0;
}
div.aligncenter {
    margin: 0 auto 1.2em;
}
img.aligncenter {
    display: block;
    margin: 0 auto;
}
.alignleft {
    float: left;
    margin: 0 1.2em 4px 0;
}
.alignright {
    float: right;
    margin: 0 0 4px 1.2em;
}
.mejs-container {
    margin-bottom: 1.2em;
}
.wp-caption-text,
.gallery,
.alignnone,
.gallery-caption,
.sticky,
.bypostauthor {
    height: auto;
}
#wp-calendar {
    width: 100%;
}
/* header styles */

#header {
    height: 80px;
    z-index: 9px;
    position: relative;
    background: #f9f6f1;
    position: relative;
}
@media (max-width: 767px) {
    #header {
        background: #f9f6f1;
        padding: 0 0 10px;
    }
}
#header .navbar-toggle {
    top: 20px;
    right: 0;
    display: none;
    position: absolute;
    width: 40px;
    height: 35px;
    padding: 5px;
}
@media (max-width: 767px) {
    #header .navbar-toggle {
        display: block;
    }
}

#header .navbar-toggle:after,
#header .navbar-toggle:before,
#header .navbar-toggle span {
    background: #f4e6be;
    border-radius: 4px;
    position: absolute;
    top: 16px;
    left: 20%;
    right: 20%;
    height: 3px;
    margin-top: -2px;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
#header .navbar-toggle:after,
#header .navbar-toggle:before {
    content: "";
    top: 10px;
}
#header .navbar-toggle:after {
    top: 22px;
}
/* top panel styles */

.top-panel {
    min-height: 69px;
    overflow: hidden;
    padding: 19px 0 15px;
    background: #181818;
}
@media (max-width: 767px) {
    .top-panel {
        display: none;
    }
}
/* Site  log styles */

.logo {
    width: 160px;
    height: auto;
    margin: 0 0 0 -90px;
    position: absolute;
    z-index: 10;
    left: 50%;
    top: -36px;
}
@media (max-width: 991px) {
    .logo {
        top: 60px;
    }
}
@media (max-width: 767px) {
    .logo { display:none;
        top: 0;
        width: 160px;
        height: auto;
        margin: 0 0 0 -80px;
    }
}
.logo img {
    display: block;
   
    height: auto;
}
/* main menu styles */

@media (max-width: 767px) {
    .navbar-collapse {
        -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
        -webkit-transition: all 0.25s linear;
        -o-transition: all 0.25s linear;
        transition: all 0.25s linear;
        background: #fff;
        width: 260px;
        height: 100% !important;
        padding: 20px 0;
        position: fixed;
        display: block;
        z-index: 99;
        right: -260px;
        top: 0;
    }
}
.navbar-default {
    border: 0;
    padding: 30px 0 0;
    text-align: center;
    text-transform: uppercase;
    font: 500 14px/16px ;
}
@media (max-width: 1199px) {
    .navbar-default {
        font: 500 13px/16px ;
    }
}
@media (max-width: 767px) {
    .navbar-default .navbar-nav.navbar-left {
        float: none;
    }
}
@media (max-width: 767px) {
    .navbar-default .navbar-nav.navbar-right {
        float: none;
    }
}
.navbar-default .navbar-nav.navbar-right li {
    margin: 0 0 0 30px;
}
@media (max-width: 1199px) {
    .navbar-default .navbar-nav.navbar-right li {
        margin: 0 0 0 10px;
    }
}
@media (max-width: 767px) {
    .navbar-default .navbar-nav.navbar-right li {
        margin: 5px 0;
    }
}
.navbar-default .navbar-nav.navbar-right li:first-child {
    margin: 0;
}


.navbar-default .navbar-nav.navbar-right li:first-child:after{    display: inline-block;
    padding: 11px 20px;
    background: url(../../images/nav-offer.gif) no-repeat;
    content: "";
    position: relative;
    right: 0;
    top: -44px;
}


@media (max-width: 767px) {
    .navbar-default .navbar-nav.navbar-right li:first-child {
        margin: 5px 0;
    }
}
.navbar-default .navbar-nav.navbar-right .dropdown-menu {
    right: auto;
    left: 0;
}
.navbar-default .navbar-nav li {
    margin: 0 25px 0 0;
   
    /*&:hover {
				.dropdown-menu {
					display: block;
				}
			}*/
}
@media (max-width: 1199px) {
    .navbar-default .navbar-nav li {
        margin: 0 5px 0 0;
    }
}
@media (max-width: 767px) {
    .navbar-default .navbar-nav li {
        margin: 5px 0;
    }
}
.navbar-default .navbar-nav li a {
    padding: 0 1px 0;
    position: relative;
    color: #353535;
    border-bottom: 1px solid transparent;
}
.navbar-default .navbar-nav li a:before,
.navbar-default .navbar-nav li a:after {
    width: 5px;
    height: 5px;
    border-radius: 50%;
    position: absolute;
    content: "";
    bottom: -3px;
}
.navbar-default .navbar-nav li a:before {
    left: 0;
}
.navbar-default .navbar-nav li a:after {
    right: 0;
}
@media (max-width: 767px) {
    .navbar-default .navbar-nav li a {
        padding: 5px 15px 5px 25px;
    }
}
.navbar-default .navbar-nav li.active a,
.navbar-default .navbar-nav li.open a {
    color: #353535;
}
.navbar-default .navbar-nav li.active a:hover,
.navbar-default .navbar-nav li.open a:hover {
    color: #353535;
}
.navbar-default .navbar-nav li li {
    padding: 0 18px 0 0;
    margin: 10px 0 !important;
}
.navbar-default .navbar-nav li li a {
    border: 0;
    padding: 0 0 0 18px;
    color: #353535;
    position: relative;
}
.navbar-default .navbar-nav li li a:after {
    display: none;
}
.navbar-default .navbar-nav li li a:before {
    left: 0;
    top: 7px;
    display: none;
}
.navbar-default .navbar-nav li li a:hover {
    background: none;
}
.navbar-default .navbar-nav li li a:hover:before {
    display: block;
}
.navbar-default .caret {
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 0 5px;
}
.navbar-default .dropdown-menu {
    background: #f9f6f1;
    padding:10px 10px 0px 10px;
    box-shadow: none;
    min-width: inherit;
    border: 0;
}
.margin30{ margin-bottom:25px !important;}
.navbar-default .dropdown-menu .caret {
    margin: 0;
    position: absolute;
    right: 10px;
    top: 9px;
}
@media (max-width: 767px) {
    .navbar-default .dropdown-menu .caret {
        top: 13px;
        border-color: transparent transparent transparent #fff !important;
    }
}
/*	--------------------------------------
	3. Common site styles
	--------------------------------------*/
/* main container styles */

body.active {
    overflow: hidden;
}
body.active #wrapper {
    margin: 0 0 0 -260px;
}
body.active .navbar-toggle:after,
body.active .navbar-toggle:before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 17px !important;
    left: 15%;
    right: 15%;
}
body.active .navbar-toggle:after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 10px;
}
body.active .navbar-toggle span {
    opacity: 0;
}
body.active .navbar-collapse {
    right: 0;
}
.form-control {
    margin: 0;
    color: #181818;
    box-shadow: none;
    border: 1px solid #c9c9c9;
}

.form-control::-webkit-input-placeholder {
    color: #c2a476;
}
.form-control::-moz-placeholder {
    opacity: 1;
    color: #c2a476;
}
.form-control:-moz-placeholder {
    color: #c2a476;
}
.form-control:-ms-input-placeholder {
    color: #c2a476;
}
.form-control.placeholder {
    color: #c2a476;
}
.g-padding {
    padding: 40px 0 40px;
}
@media (max-width: 1023px) {
    .g-padding {
        padding: 60px 0 30px;
    }
}
@media (max-width: 767px) {
    .g-padding {
        padding: 30px 0 15px;
    }
}
.gen-padding {
    padding-top: 60px;
    padding-bottom: 120px;
}
@media (max-width: 1023px) {
    .gen-padding {
        padding-top: 60px;
        padding-bottom: 60px;
    }
}
@media (max-width: 767px) {
	.marginbt30{ margin-bottom:25px;}
    .gen-padding {
        padding-top: 15px;
        padding-bottom: 15px;
    }
}
.add-padding {
    padding-top:40px;
    padding-bottom: 40px;
}
@media (max-width: 1023px) {
    .add-padding {
          padding-top:25px;
    padding-bottom: 15px;
    }
}
@media (max-width: 767px) {
    .add-padding {
        padding-top: 15px;
        padding-bottom: 15px;
    }
}
.b-padding {
    padding-bottom: 60px;
}
@media (max-width: 1023px) {
    .b-padding {
        padding-bottom: 40px;
    }
}
@media (max-width: 767px) {
    .b-padding {
        padding-bottom: 15px;
    }
}
.header {
    text-align: center;
    overflow: hidden;
}
/* wrapper style */

#wrapper {
    position: relative;
    overflow: hidden;
}
@media (max-width: 767px) {
    #wrapper {
        width: 100%;
        -webkit-transition: all 0.25s linear;
        -o-transition: all 0.25s linear;
        transition: all 0.25s linear;
    }
}
h1,
h2 {
    text-transform: uppercase;
}
h1 {
    margin: 0;
    padding: 0 0 25px;
    position: relative;
}
@media (max-width: 767px) {
    h1 {
        font-size: 22px;
        line-height: 22px;
    }
}

.top-bar{ background:rgba(0, 0, 0, 0.75); padding:8px 0; color:#fff; font-size:14px;}
.top-bar .col-md-6 ul {  padding:0px !important; margin:0px !important;}
.top-bar .col-md-6 ul li{ display:inline-block; padding:0px; margin:0px;}
.top-bar .col-md-6 ul li:last-child{ margin-left:35px;}
@media (max-width: 767px) {
	.top-bar .col-md-6 ul li:last-child{ margin-left:0px;}}
	@media(max-width:560px) {

.top-bar .col-xs-6{ width:100%; text-align:center;}
.top-bar .pull-right{ float: none !important;}
}



@media (min-width:768px) {
.mainfix-menu ul {
display:none
}
}
.fa {

display: inline-block;
font: normal normal normal 14px/1 FontAwesome;
font-size: 14px;
font-size: inherit;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;

}
.fa-angle-left,  .fa-angle-right{ font-size:36px !important; color:#a1a1a1 !important;}
#explore-journeys .maharaja-packages{ text-align:center;  margin:30px 0px;}
#explore-journeys .maharaja-packages h3{color:#510e00; font-size:40px;  text-transform:uppercase; text-align:center;}
#explore-journeys .maharaja-packages h3 b{ color:#d65901 !important; font-weight:100 !important;}
#explore-journeys .maharaja-packages h3 span{ color:#676767; font-size:14px; display:block; padding:5px 0 15px 0px;  text-transform:none;}

.explore-journeys a{ text-decoration:none; color:#BBB !important;}

@media(max-width:767px){
	.top-bar{ margin-top:35px !important; z-index:-9999 !important; overflow: hidden !important;}
	.place-wheels .text-block p {
    font-size: 16px;

}
	
.mainfix-menu {
width:100%; font-size:14px;
z-index:9999 !important;
overflow: hidden !important;
position:fixed; text-transform:uppercase;
top:0
}
.mainfix-menu ul {
padding:0;
margin:0
}
.mainfix-menu ul li {
float:left;
padding:9px 15px 10px;
font-weight:700;
text-align:center;
display:block
}
.mainfix-menu ul li:nth-child(1) {
background:#f06e12;
width:50%
}
.mainfix-menu ul li:nth-child(2) {
background:#151515;
width:50%
}
.mainfix-menu ul li:nth-child(1) a {
color:#fff;
width:100%;
display:block
}
.mainfix-menu ul li:nth-child(2) a {
color:#fff;
width:100%;
display:block
}}
.top-bar a{ color:#fff;}
.top-bar a:hover{ color:#dbb87c; text-decoration:none;}
h1:after {
    left: 50%;
    bottom: 0;
    content: "";
    margin: 0 0 0 -80px;
    position: absolute;
    width: 170px;
    height: 21px;
    background: url(../../images/sprite.png) -10px -77px;
}
/* carousel styles */

.carousel .description {
    z-index: 9;
    color: #fff;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.carousel .description .container {
    display: table;
    height: 100%;
}
.carousel .description .row {
    display: table-cell;
    vertical-align: middle;
}
@media (max-width: 767px) {
    .carousel .description .row {
        display: table-cell;
        vertical-align: top;
    }
}
.carousel .description p {
    margin: 0 0 45px;
}
@media (max-width: 1023px) {
    .carousel .description p {
        margin: 0 0 30px;
    }
}
@media (max-width: 767px) {
    .carousel .description p {
        margin: 0 0 20px;
    }
}
.carousel .description .btn-default {
    font-style: normal;
}
.carousel h1 {
    color: #fff;
    text-align: center;
    text-transform: uppercase;
}
@media (max-width: 767px) {
    .carousel h1 {
        margin: 0;
        padding: 30px 0 0;
    }
}
.carousel h1:after {
    display: none;
}
.carousel h1 em {
    font-style: normal;
    font-size: 32px;
    line-height: 36px;
}
@media (max-width: 1023px) {
    .carousel h1 em {
        font-size: 36px;
        line-height: 40px;
    }
}
@media (max-width: 767px) {
    .carousel h1 em {
        font-size: 16px;
        line-height: 24px;
    }
}
.carousel h1 span {
    font-size: 52px;
  
    font-weight: 700;
}
@media (max-width: 1023px) {
    .carousel h1 span {
        font-size: 50px;
        line-height: 60px;
    }
}
@media (max-width: 1024px) {
	.carousel h1 em,
.carousel h1 span { display:none !important;}}
@media (max-width: 767px) {
	.carousel h1 em,
.carousel h1 span { display:none !important;}
    .carousel h1 span {
        font-size: 20px;
        line-height: 26px;
    }
}
.carousel h1 em,
.carousel h1 span {
    margin: 0 0 3px;
    padding: 4px 30px 0px 30px;
    display: inline-block;
  
    background: rgba(53, 53, 53, 0.7);
}
@media (max-width: 767px) {
    .carousel h1 em,
    .carousel h1 span {
        display: block;
    }
}
@media (max-width: 1199px) {
    .carousel h1 {
        font-size: 50px;
        line-height: 60px;
    }
}
@media (max-width: 1023px) {
    .carousel h1 {
        font-size: 30px;
        line-height: 36px;
        margin: 40px 0 0;
    }
}
@media (max-width: 767px) {
    .carousel h1 {
        font-size: 20px;
        margin: 10px 0 0;
    }
}
.carousel .carousel-control {
    background: rgba(53, 53, 53, 0.7);
    width: 60px; border-radius:50%;
    height: 60px;
    margin: -40px 0 0;
    opacity: 1;
    top: 50%;
    z-index: 9;
}
@media (max-width: 767px) {
    .carousel .carousel-control {
    width: 50px;
    height: 50px;
    margin: -15px 0 0;
}
}
.carousel .carousel-control:hover {
    opacity: 0.9;
}
.carousel .carousel-control:after {
    top: 50%;
    left: 50%;
    content: "";
    position: absolute;
    margin: -15px 0 0 -8px;
    width: 16px;
    height: 30px;
    background: url(../../images/sprite.png) no-repeat;
}
.carousel .carousel-control.left,
.carousel .carousel-control.right {
    filter: none;
}
.carousel .carousel-control.left:after {
    background-position: 0 0;
}
.carousel .carousel-control.right:after {
    background-position: -19px 0;
}
.btn-default {
    text-transform: uppercase; border-radius:20px;
    padding: 8px 20px;
    font: 400 16px/18px ;
	color: #855a25;
    background-color: transparent;
    border-color: #855a25 !important;
}


    .place{ background:}


/* main styles */

#main {
    overflow: hidden;
}
/* reservation bar styles */

.reservation-bar {
    overflow: hidden;
    padding: 40px 0 20px;
    background: #353535;
}
.reservation-bar .itemsList {
    overflow: hidden;
    font: 16px/18px ;
}
.reservation-bar .itemsList li {
    overflow: hidden;
    margin: 0 0 15px;
    border: 1px solid #c9c9c9;
    color: #aeaeae;
    padding: 11px 12px;
    border-radius: 4px;
    margin: 0 0 15px;
}
.reservation-bar .fake-select {
    position: relative;
    display: block;
}
.reservation-bar .fake-select:before,
.reservation-bar .fake-select:after {
    pointer-events: none;
    position: absolute;
    content: "";
}
.reservation-bar .fake-select:before {
    top: 1px;
    right: 1px;
    bottom: 1px;
    z-index: 1;
    width: 26px;
    background: #353535;
    border-radius: 0 4px 4px 0;
}
.reservation-bar .fake-select:after {
    top: 50%;
    right: 14px;
    z-index: 2;
    width: 0;
    height: 0;
    border-style: solid;
    margin: -2px 0 0;
    border-width: 6px 5px 0 5px;
    border-color: #aeaeae transparent transparent transparent;
}
.reservation-bar select::-ms-expand {
    display: none;
}
.reservation-bar select {
    margin: 0;
    color: #aeaeae;
    outline: none;
    border-radius: 4px;
    position: relative;
    background: #353535;
    padding: 4px 3px 4px 12px;
    width: 100%;
    height: 42px;
    border: 1px solid #c9c9c9;
    font: 400 16px/18px ;
}
.reservation-bar .date {
    position: relative;
}
@media (max-width: 1023px) {
    .reservation-bar .form-group {
        margin: 0 0 10px;
    }
}
.reservation-bar .icon-calendar {
    width: 18px;
    height: 18px;
    position: absolute;
    right: 14px;
    top: 13px;
    font-size: 17px;
    line-height: 16px;
}
.reservation-bar .form-control,
.reservation-bar .items li {
    color: #aeaeae;
    box-shadow: none;
    font: 400 16px/18px ;
}
@media (max-width: 1023px) {
    .reservation-bar .form-control,
    .reservation-bar .items li {
        margin: 0 0 15px;
    }
}
.reservation-bar .form-control::-webkit-input-placeholder,
.reservation-bar .items li::-webkit-input-placeholder {
    color: #aeaeae;
}
.reservation-bar .form-control::-moz-placeholder,
.reservation-bar .items li::-moz-placeholder {
    opacity: 1;
    color: #aeaeae;
}
.reservation-bar .form-control:-moz-placeholder,
.reservation-bar .items li:-moz-placeholder {
    color: #aeaeae;
}
.reservation-bar .form-control:-ms-input-placeholder,
.reservation-bar .items li:-ms-input-placeholder {
    color: #aeaeae;
}
.reservation-bar .form-control.placeholder,
.reservation-bar .items li.placeholder {
    color: #aeaeae;
}
.reservation-bar .icon-calendar {
    font-style: normal;
}
.reservation-bar .btn {
    padding: 0;
    color: #fff;
    width: 100%;
    height: 40px;
    font: 400 15px/17px ;
}
.reservation-bar .btn:hover {
    background: none;
}
/* about styles */

.about .box {
    padding: 0 40px;
    text-align: center;
    color: #7e7e7e;
    font: 400 italic 16px/23px ;
    position: relative;  
}
.about .box p{ margin-bottom:15px !important; font-size: 14px !important;}

.about .box p strong{font-size: 16px !important; font-style:normal;}

.our-room strong {font-size: 15px !important; font-style:normal;}

@media (min-width: 992px) and  (max-width: 1199px){
	
	#header .container{ padding:0px !important;}
	}


@media (min-width: 768px) and  (max-width: 991px){
	
	#header .container{ padding:0px !important;}
	}

@media (max-width: 1023px) {
    .about .box {
        padding: 0 10px;
        font: 400 italic 14px/23px ;
    }
}
@media (max-width: 767px) {
    .about .box {
        padding: 0 0 20px;
    }
}
.about .box:before {
    position: absolute;
    content: "";
    width: 1px;
    left: 0;
    top: 94px;
    bottom: 0;
}
@media (max-width: 767px) {
    .about .box:before {
        display: none;
    }
}
.about .box p {
    margin: 0; color:#000 !important;
}
.about [class^="col-"]:first-child .box:before {
    display: none;
}
.about .icon {
    margin: 0 auto 30px;
}
@media (max-width: 767px) {
    .about .icon {
        margin: 0 auto 15px;
    }
}
.about .icon.ico-luxury {
    width: 79px;
    height: 95px;
    background:url(../../images/vitutal-icon.png);
}
.about .icon.ico-services {
  width: 116px;
    height: 95px;
    background:url(../../images/facilities-icon.png);
}
.about .icon.ico-reservation {
   width: 72px;
    height: 95px;
    background:url(../../images/train-icon.png);
}
.about .icon.ico-projector {
    width: 64px;
    height: 64px;
    background: url(../../images/sprite.png) no-repeat -1px -260px;
}
.about .icon.ico-people {
    width: 54px;
    height: 64px;
    background: url(../../images/sprite.png) no-repeat -92px -273px;
}
.about .icon.ico-breakfast {
    width: 44px;
    height: 64px;
    background: url(../../images/sprite.png) no-repeat -177px -269px;
}
.about .icon.ico-cake {
    width: 50px;
    height: 64px;
    background: url(../../images/sprite.png) no-repeat -88px -342px;
}
.about h2 {
    font-style: normal;
    margin: 0 0 10px;
}
@media (max-width: 1023px) {
    .about h2 {
        font-size: 20px;
    }
}
/* place-wheels styles */
.place-wheels{ text-align: center !important;}
.place-wheels span{ background:url(../../images/our-room.png) center no-repeat  ; display:block; height:40px;}

.place-wheels {
    overflow: hidden;
    position: relative;
    background: #382821;
}
.place-wheels .image-frame {
    background-position: center top;
    -webkit-background-size: cover;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    right: 50%;
    bottom: 0;
}
@media (max-width: 767px) {
    .place-wheels .image-frame {
        right: 0;
    }
}
.place-wheels .text-block {
    font: 400 16px/23px ;
    padding: 30px 0 30px 30px;
    color: #f9f6f1;
}
@media (max-width: 767px) {
    .place-wheels .text-block {
        font: 400 16px/23px ;
        background: rgba(0, 0, 0, 0.8);
        padding: 20px 15px;
        overflow: hidden;
        float: none;
    }
	
	
.heading-mian .text-box ul li{ color:#000; font-size:16px;}

.highlightText {
    margin: 25px 0 0 0 !important;
    padding: 10px 0 6px 0;
    font-size: 16px;
    color: #513f24 !important;
    font-weight: 600;
    border-bottom: 1px dashed 
    #513f24;
}
}

.place-wheels .text-block p {
    margin: 0 0 20px;
}
.place-wheels .list {
    margin: 0 0 30px;
}
.place-wheels .list li {
    position: relative;
    padding: 0 0 0 8px;
}
.place-wheels .list li:before {
    top: 4px;
    left: 0;
    content: "*";
    font-size: 10px;
    line-height: 10px;
    position: absolute;
}
.place-wheels h1 {
    padding: 0;
    font-size: 28px !important;
    line-height: 26px;
    margin: 0 0 30px;
    color: #f4e6be;
}
.place-wheels p {
  
    color: #f4e6be;
}
@media (max-width: 767px) {
   .place-wheels h1 {

    font-size: 24px !important;
    line-height: 24px;
    margin: 0 0 15px;

}
}
.place-wheels h1 {
    font: 22px/24px ;
}
.place-wheels h1:after {
    display: none;
}
.place-wheels .btn-default:hover {
    color: #fff;
}
.place-wheels .services-list {
    font: 400 12px/14px ;
    text-transform: uppercase;
    margin: 0 0 35px -30px;
    display: table;
    padding: 0;
}
@media (max-width: 767px) {
    .place-wheels .services-list {
        display: block;
        margin: 0 0 0 -30px;
    }
}
.place-wheels .services-list li {
    display: table-cell;
    vertical-align: top;
    padding: 0 0 0 30px;
    text-align: center;
}
@media (max-width: 767px) {
    .place-wheels .services-list li {
        display: inline-block;
        padding: 0 0 20px 30px;
    }
}
.place-wheels .services-list .icon {
    display: block;
    margin: 0 auto 8px;
}
.place-wheels .services-list .icon.ico-downtown {
    background: url("../../images/sprite.png") no-repeat 0 -114px;
    width: 32px;
    height: 38px;
}
.place-wheels .services-list .icon.ico-wifi {
    background: url("../../images/sprite.png") no-repeat -50px -110px;
    width: 32px;
    height: 38px;
}
.place-wheels .services-list .icon.ico-parking {
    background: url("../../images/sprite.png") no-repeat -107px -110px;
    width: 18px;
    height: 38px;
}
.place-wheels .services-list .icon.ico-breakfast {
    background: url("../../images/sprite.png") no-repeat -151px -114px;
    width: 32px;
    height: 38px;
}
.place-wheels .services-list .icon.ico-mp {
    background: url("../../images/sprite.png") no-repeat -202px -114px;
    width: 32px;
    height: 38px;
}
/* Restaurant styles */

.heading-mian {
    font-size: 0;
    line-height: 0;
    background-position: center top;
    -webkit-background-size: cover;
    background-size: cover;
}


.heading-mian .image-frame {
    box-shadow: 3px 3px 38px 10px rgba(0, 0, 0, 0.25);
}
.heading-mian .image-frame img {
    display: block;
    width: 100% ;
    height: auto;
}


.heritage{ font-size:26px !important;} 
.heritage span{ display:block !important;}

.heading-mian h1 {
    font-size: 36px;
    line-height: 40px;
    font-style: normal; text-align:center !important;
    margin: 0 0 15px;
}
@media (max-width: 992px) {
   .heading-mian h1 {
margin: 0 0 10px !important;
    font-size: 30px !important;
    line-height: 32px;

}
}
@media (max-width: 767px) {
	
   .heading-mian h1 {

    font-size: 22px !important;
    line-height: 30px;

}
.heading-mian p{ font-size:16px; color:#000;}
}


.navbar-default .navbar-nav li a{ cursor: pointer !important;}

.heading-mian p {
    margin: 0 0 10px; text-align:center;
}
.heading-mian .text-box {
    font-size: 16px;
    line-height: 23px;    
    text-align: center;
}
.destinations  {}
.destinations .text-box p { float:left; text-align:left; }

.destinations .text-box .main-destinatation{ border: dashed 1px #D9D7D8; padding:15px !important; overflow: hidden; display:table;}
.destinations .text-box div { display:table-cell; vertical-align:middle;}
.destinations .text-box .divimg img{width: 100px !important; height:100px !important; border: solid 1px #eaeaea; padding:2px; border-radius:50%;  float:left; margin-right:15px; }
.destinations .text-box .divcontent {}


@media (max-width: 767px) {
	.destinations .text-box .divimg  img{ display:none; }
}

.imgleft{ }
.contactus { text-align:left !important;}
.contactus h1{ text-align:center !important;}
.contactus h2{ font-size:20px; padding:0px; }
.contactus .text-box p {

    font-size: 16px;
    line-height: 23px;
    text-align: center;

}
.clearboth{ clear:both}
.contactus p { text-align:left !important; margin:10px 0;}


.contactus h1::after {

left: 50%;
    bottom: 0;
    content: "";
    margin: 0 0 0 -80px;
    position: absolute;
    width: 170px;
    height: 21px;
    background: url(../../images/sprite.png) -10px -77px;

}
.heading-mian .text-box ul{ padding:0px; margin:0px 0px 0px 10px; }
.heading-mian .text-box ul li{ padding-bottom:5px; list-style:inside !important; }

@media (max-width: 767px) {
    .heading-mian .text-box {
        font-size: 14px;
        padding-bottom:0px;
    }
}
.heading-mian .btn-default {
    font-size: 16px;
    font-style: normal;
}
.heading-mian .btn-default:hover {
    color: #fff;
}

/* fun-facts styles */

.fun-facts {
    overflow: hidden;
    padding: 59px 0;
    background: #353535;
}
@media (max-width: 767px) {
    .fun-facts {
        padding: 10px 0;
    }
	.grid-item .title {
    text-align: center !important; font-size:16px !important;
    color: #fff !important;
    display: block !important;
}
}


.counter-list {
    margin: 0;
    display: table;
    table-layout: fixed;
    width: 100%;
}
@media (max-width: 767px) {
    .counter-list {
        display: block;
        font-size: 0;
        line-height: 0;
    }
}
.counter-list .grid-item {
    padding: 0 14px;
    text-align: center;
    position: relative;
    display: table-cell;
    vertical-align: top;
}
.counter-list .grid-item:after,
.counter-list .grid-item:before {
    top: 0;
    bottom: 0;
    width: 1px;
    content: "";
    position: absolute;
    background: #4a4a4a;
}
.counter-list .grid-item:before {
    left: -14px;
}
@media (max-width: 767px) {
    .counter-list .grid-item:before {
        left: -5px;
    }
}
.counter-list .grid-item:after {
    right: -14px;
}
@media (max-width: 767px) {
    .counter-list .grid-item:after {
        right: -5px;
    }
}
@media (max-width: 767px) {
    .counter-list .grid-item {
        display: inline-block;
        vertical-align: top;
        margin: 30px 0;
        width: 50%;
        padding: 0;
    }
	
	

}
.counter-list .grid-item .number,
.counter-list .grid-item .title {
    display: block;
    text-align: center;
    color: #f4f0ec;
}
.counter-list .number {
    position: relative;
    text-align: center;
    margin: 0 auto 35px;
    border-radius: 50%;
    width: 119px;
    height: 119px;
    border: 1px solid #c2a476;
	 font-size:34px !important;
}
.counter-list .grid-item .number, .counter-list .grid-item .title {
    text-align: center !important;
    color: #f4f0ec !important; display:block !important;
}
.counter-list .number {
    text-align: center;
    font: 400 36px/119px 'Sunflower', sans-serif;
}
.counter-list .number:after {
    left: -50%;
    content: "";
    bottom: -18px;
    position: absolute;
    margin: 0 0 0 -61px;
    width: 170px;
    height: 21px; transform: translateX(50%);
    background: url(../../images/sprite.png) no-repeat 9px -77px;
}
.counter-list .title {
    position: relative;
    font: 400 italic 18px/20px ;
}
.carousel img {
    max-width: inherit;
}
/* news styles */

@media (max-width: 767px) {
    .news .col {
        height: auto !important;
    }
}
.news .image-holder {
    overflow: hidden;
}
.news .image-holder img {
    display: block;
    width: 100%;
    height: auto;
}
.news .carousel-caption {
    right: 0;
    bottom: 0;
    left: auto;
    line-height: 20px;
    text-align: left;
    padding: 50px 30px 110px;
    margin: 0 0 0 -130px;
    background: #353535;
    text-shadow: none;
    color: #f4f0ec;
}
.news .carousel-caption .btn {
    color: #fff;
}
@media (max-width: 1023px) {
    .news .carousel-caption {
        padding: 20px 15px 30px;
        font-size: 14px;
    }
}
@media (max-width: 767px) {
    .news .carousel-caption {
        position: static;
        margin: 0;
    }
}
.news .carousel-caption p {
    margin: 0 0 20px;
    font: 400 16px/23px ;
}
@media (max-width: 1023px) {
    .news .carousel-caption p {
        margin: 0 0 10px;
    }
}
.news .carousel-caption h2 {
    font: 400 30px/36px ;
    margin: 0 0 20px;
}
@media (max-width: 1023px) {
    .news .carousel-caption h2 {
        margin: 0 0 10px;
    }
}
@media (max-width: 767px) {
    .news .carousel-caption h2 {
        font: 400 20px/26px ;
    }
}
@media (max-width: 767px) {
    .news .item [class^="col-"] {
        padding: 0;
    }
}
.news .indicators {
    position: absolute;
    bottom: 60px;
    right: 0;
    z-index: 10;
}
@media (max-width: 1023px) {
    .news .indicators {
        bottom: 10px;
    }
}
@media (max-width: 767px) {
    .news .indicators {
        left: 0;
    }
}
.news .carousel-indicators {
    margin: 0 0 0 -113px;
    position: static;
    text-align: left;
    font-size: 0;
    line-height: 0;
    width: auto;
}
@media (max-width: 767px) {
    .news .carousel-indicators {
        margin: 0;
        text-align: center;
    }
}
.news .carousel-indicators li {
    width: 10px;
    height: 10px;
    margin: 0 10px 0 0;
}
/* banner styles */

.banner {
    overflow: hidden;
}
.banner img {
    display: block;
    width: 100%;
    height: auto;
}
/* navigation-bar styles */

.navigation-bar {
    overflow: hidden;
    padding: 30px 0;
    background: #353535;
}
@media (max-width: 767px) {
    .navigation-bar {
        padding: 20px 0;
    }
}
@media (max-width: 479px) {
    .navigation-bar {
        padding: 15px 0;
    }
}
.navigation-bar .link {
    float: right;
    color: #fff;
    text-transform: uppercase; 
    font: 400 16px/18px ;
}



@media (max-width: 479px) {
    .navigation-bar .link {
        font-size: 12px !important ;
    }
}
.navigation-bar .link:hover {
    text-decoration: none;
}
/* breadcrumb styles */

.breadcrumb {
    text-transform: uppercase;
    font: 400 16px/18px ;
    margin: 0px !important;
}

@media (min-width: 767px) and (max-width: 1000px) {
	ol.breadcrumb { padding-top:8px !important;
}
	
	}

@media (max-width: 479px) {
    .breadcrumb {
        font: 400 12px/14px ;
    }
}
.breadcrumb > li a {
    color: #aaa8a5;
}
.breadcrumb > li a:hover {
    color: #fff;
    text-decoration: none;
}
.breadcrumb > li + li:before {

    content: "";
    padding: 0;
    margin: -2px 8px 0 6px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 0 5px 6px;
    display: inline-block;
    vertical-align: middle;
    border-color: transparent transparent transparent #aaa8a5;
}
/* about-us section styles */

.about-us {
    font-size: 0;
    line-height: 0;
}
.about-us [class^="col-"] {
    float: none;
    display: inline-block;
    vertical-align: middle;
}
@media (max-width: 767px) {
    .about-us [class^="col-"] {
        display: block;
    }
}
.about-us .image-frame {
    box-shadow: 3px 3px 38px 10px rgba(0, 0, 0, 0.25);
}
.about-us .image-frame img {
    display: block;
    width: 100%;
    height: auto;
}
.about-us h1 {
    margin: 0 0 30px;
    text-align: center;
    font: 400 36px/40px ;
}
@media (max-width: 767px) {
    .about-us h1 {
        font-size: 30px;
        line-height: 36px;
    }
}
.about-us p {
    margin: 0 0 30px;
}
.about-us .text-box {
    font: 300 16px/30px ;
}
@media (max-width: 767px) {
    .about-us .text-box {
        font-size: 14px;
        padding-bottom: 20px;
    }
}
/* services block styles */

.services-block {
    overflow: hidden;
    position: relative;
    background: #b69b6f;  margin:50px 0;
}
.services-block .image-frame {
    background-position: center top;
    -webkit-background-size: cover;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    right: 50%;
    bottom: 0;
}


@media (max-width: 991px) {
    .services-block .image-frame {
        right: 0;
    }
}
.services-block h2 {
    color: #fff;
    font-size: 26px;
   
    margin: 0 0 20px; padding-left:10px;
}
@media (max-width: 767px) {
    .services-block h2 {
        margin: 0 0 10px; font-weight:bold;
        font-size: 18px; padding-left:10px;
        line-height: 22px;
    }
}


.services-block .block {
    border-style: solid;
    border-width: 0 0 1px 1px;
    padding: 40px 40px 20px 20px;
    border-color: rgba(255, 255, 255, 0.05);
    font: 400 16px/21px ;
	
}
@media (max-width: 991px) {
    .services-block .block {
        color: #fff;
        background:#b69b6f;
		    padding: 40px 20px 40px 20px;
    }
}
@media (max-width: 767px) {
	
    .services-block .block {
        height: auto !important;
        padding: 10px;
        font: 300 14px/20px ;
    }
}




.social-networks {
    margin: 0;
    font-size: 11px;
    line-height: 22px;
}
.social-networks li {
    padding: 0 5px 0 0;
}
@media (max-width: 767px) {
    .social-networks li {
        padding: 0 2px 2px;
    }
}


.desert{ display:block; font-size:22px;}
.social-networks a {
    color: #fff;
    display: block;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    border: 1px solid #fff;
    text-align: center;
}
.social-networks a span {
    display: inline-block;
    vertical-align: middle;
}
.social-networks a .icon-facebook {
    font-size: 15px;
    line-height: 18px;
}
@media (max-width: 767px) {
    .social-networks a .icon-facebook {
        line-height: 14px;
    }
}
.social-networks a:hover {
    text-decoration: none;
    border-color: #353535;
    color: #353535;
}
/* pur team styles */

.our-team {
    background-position: center top;
    -webkit-background-size: cover;
    background-size: cover;
    overflow: hidden;
}
.our-team h2 {
    color: #fff;
    margin: 0 0 10px;
    text-transform: uppercase;
    font: 400 22px/24px ;
}
@media (max-width: 767px) {
    .our-team h2 {
        margin: 0 0 2px;
        font: 400 10px/12px ;
    }
}
.our-team .sub-heading {
    color: #fff;
    display: block;
    margin: 0 0 15px;
    text-transform: capitalize;
    font: 400 italic 16px/18px ;
}
@media (max-width: 767px) {
    .our-team .sub-heading {
        margin: 0 0 2px;
        font: 400 italic 9px/11px ;
    }
}
@media (max-width: 767px) {
    .our-team .social-networks {
        font-size: 10px;
        line-height: 17px;
    }
}
.our-team .social-networks li {
    padding: 0 3px;
}
@media (max-width: 767px) {
    .our-team .social-networks a {
        width: 20px;
        height: 20px;
    }
}
@media (max-width: 479px) {
    .team-carousel .row {
        margin-left: -3px;
        margin-right: -3px;
    }
}
.team-carousel [class^="col-"] {
    padding-bottom: 31px;
}
@media (max-width: 1023px) {
    .team-carousel [class^="col-"] {
        padding-bottom: 16px;
    }
}
@media (max-width: 479px) {
    .team-carousel [class^="col-"] {
        padding-bottom: 0;
        padding-left: 3px;
        padding-right: 3px;
    }
}
.team-carousel [class^="col-"]:after {
    background: url(../images/sprite.png) no-repeat 0 -220px;
    width: 241px;
    height: 41px;
    position: absolute;
    margin: 0 0 0 -120px;
    content: "";
    left: 50%;
    bottom: 0;
}
@media (max-width: 1023px) {
    .team-carousel [class^="col-"]:after {
        margin: 0 0 0 -61px;
        width: 122px;
        height: 21px;
        background: url(../images/sprite.png) 0 -77px;
    }
}
@media (max-width: 479px) {
    .team-carousel [class^="col-"]:after {
        display: none;
    }
}
.team-carousel .box {
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    width: 286px;
    height: auto;
}
@media (max-width: 991px) {
    .team-carousel .box {
        width: 100%;
        height: auto;
    }
}
@media (max-width: 479px) {
    .team-carousel .box {
        width: 100%;
        height: auto;
    }
}
.team-carousel .box:hover .info-box {
    display: block;
}
.team-carousel .box:hover .image-frame img {
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
.team-carousel .info-box {
    z-index: 1;
    top: 16px;
    right: 16px;
    bottom: 16px;
    left: 16px;
    display: none;
    position: absolute;
    border-radius: 50%;
    text-align: center;
}
@media (max-width: 767px) {
    .team-carousel .info-box {
        top: 5px;
        right: 5px;
        bottom: 5px;
        left: 5px;
    }
}
.team-carousel .info-box .holder {
    width: 100%;
    height: 100%;
    display: table;
}
.team-carousel .info-box .frame {
    display: table-cell;
    vertical-align: middle;
}
.team-carousel .image-frame {
    overflow: hidden;
    border: 1px solid #fff;
    width: 100%;
    height: auto;
    border-radius: 50%;
}
.team-carousel .image-frame img {
    display: block;
    width: 100%;
    height: auto;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    border-radius: 50%;
}
.team-carousel .carousel-indicators {
    width: 100%;
    font-size: 0;
    line-height: 0;
    position: static;
    margin: 65px 0 0;
}
@media (max-width: 1023px) {
    .team-carousel .carousel-indicators {
        margin: 30px 0 0;
    }
}
@media (max-width: 479px) {
    .team-carousel .carousel-indicators {
        margin: 15px 0;
    }
}
.team-carousel .carousel-indicators li {
    width: 10px;
    height: 10px;
    margin: 0 5px;
}
/* sidebar styles */

.sidebar {
    /* list styles */
    /* gallery styles */
}
.sidebar .widget {
    overflow: hidden;
    margin: 0 0 30px;
    border-radius: 5px;
    background: #353535;
}
@media (max-width: 767px) {
    .sidebar .widget {
        margin: 0 0 15px;
    }
}
.sidebar .widget h1 {
    margin: 0;
    color: #fff;
    font-size: 22px;
    line-height: 24px;
    padding: 18px 10px;
    text-align: center;
    border-radius: 5px 5px 0 0;
}
@media (max-width: 1199px) {
    .sidebar .widget h1 {
        font-size: 20px;
    }
}
.sidebar .widget h1:after {
    display: none;
}
.sidebar .widget .date,
.sidebar .widget .form-group {
    margin: 0 0 20px;
}
.sidebar .widget .total-price {
    display: block;
    color: #f9f6f1;
    text-align: center;
    margin: 40px -30px 0;
    padding: 7px 10px;
    text-transform: uppercase;
    font: 400 24px/26px ;
}
@media (max-width: 767px) {
    .sidebar .widget .total-price {
        margin: 20px -30px 0;
    }
}
.sidebar .widget .total-price span {
    font-weight: 700;
}
.sidebar .holder {
    overflow: hidden;
    padding: 30px;
}
@media (max-width: 1199px) {
    .sidebar .holder {
        padding: 20px;
    }
}
.sidebar .holder h2 {
    margin: 0 0 20px;
    color: #f9f6f1;
    text-transform: uppercase;
    font: 400 18px/20px ;
}
.sidebar .block {
    overflow: hidden;
    padding: 0 0 35px;
}
.sidebar ul {
    padding: 0;
    margin: 0;
}
.sidebar ul li {
    padding: 0 0 10px;
}
.sidebar .list {
    padding: 0;
    margin: 0;
    color: #f9f6f1;
    font: 400 16px/18px ;
}
.sidebar .list li {
    margin: 20px 0 0;
}
.sidebar .list li:first-child {
    margin: 0;
}
.sidebar .list a {
    padding: 0 0 0 25px;
    position: relative;
    color: #f9f6f1;
}
.sidebar .list a:hover {
    text-decoration: none;
}
.sidebar .list a:before {
    left: 0;
    top: 3px;
    color: #fff;
    content: "\e908";
    font-family: "icomoon";
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    position: absolute;
    width: 16px;
    height: 16px;
}
.sidebar .list.tags {
    font-size: 0;
    line-height: 0;
}
.sidebar .list.tags li {
    width: 50%;
    font: 400 16px/18px ;
}
.sidebar .gallery {
    padding: 0;
    font-size: 0;
    line-height: 0;
    margin: -10px 0 0 -30px;
}
.sidebar .gallery li {
    width: 50%;
    overflow: hidden;
    padding: 10px 0 0 30px;
    border-radius: 4px;
}
.sidebar .gallery a {
    display: block;
    overflow: hidden;
    border-radius: 4px;
}
.sidebar .gallery a:hover img {
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
.sidebar .gallery img {
    display: block;
    border-radius: 4px;
    width: 100%;
    height: auto;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
/* range-slider styles */

.range-slider .value {
    top: 15px;
    left: 50%;
    width: 40px;
    position: absolute;
    margin: 0 0 0 -20px;
    text-align: center;
    display: block;
    color: #aeaeae;
    font: 400 16px/18px ;
}
.range-slider .price-range-both.value {
    width: 100px;
    margin: 0 0 0 -50px;
    top: 26px;
}
.range-slider .price-range-both {
    display: none;
}
.range-slider .value i {
    font-style: normal;
}
/* content */

.sorting-bar {
    padding-bottom: 40px;
}
@media (max-width: 767px) {
    .sorting-bar {
        padding-bottom: 15px;
    }
}
.pages-show,
.view-type {
    display: inline-block;
    vertical-align: middle;
}
.pages-show {
    margin: 0 30px 0 0;
}
.pages-show .heading,
.pages-show .selection {
    display: inline-block;
    vertical-align: middle;
}
.pages-show .heading {
    margin: 0 17px 0 0;
    color: #353535;
    text-transform: capitalize;
    font: 400 16px/18px ;
}
.pages-show .selection {
    width: 70px;
    position: relative;
}
.pages-show .selection:after {
    z-index: 9;
    top: 5px;
    right: 25px;
    bottom: 5px;
    width: 1px;
    content: "";
    position: absolute;
    background: #d4d2ce;
}
.pages-show .fake-select {
    position: relative;
    display: block;
}
.pages-show .fake-select:before,
.pages-show .fake-select:after {
    pointer-events: none;
    position: absolute;
    content: "";
}
.pages-show .fake-select:before {
    top: 1px;
    right: 1px;
    bottom: 1px;
    z-index: 1;
    width: 26px;
    background: #fff;
    border-radius: 0 3px 3px 0;
}
.pages-show .fake-select:after {
    top: 50%;
    right: 8px;
    z-index: 2;
    margin: -2px 0 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 5px 0 5px;
    border-color: #353535 transparent transparent transparent;
}
.pages-show select::-ms-expand {
    display: none;
}
.pages-show select {
    margin: 0;
    outline: none;
    border-radius: 3px;
    position: relative;
    background: #fff;
    color: #353535;
    padding: 2px 3px 2px 5px;
    width: 100%;
    height: 28px;
    border: 1px solid #d4d2ce;
    font: 400 16px/18px ;
}
.view-type {
    margin: 0;
    font-size: 0;
    line-height: 0;
}
.view-type li {
    padding: 0 7px 0 0;
    vertical-align: middle;
}
.view-type a {
    font-size: 27px;
    line-height: 27px;
    display: block;
}
.view-type a:hover {
    text-decoration: none;
}
.view-type .icon-view_list {
    font-size: 24px;
}
/* rooms styles */

@media (max-width: 479px) {
    .rooms [class^="col-"] {
        width: 100%;
    }
}
.rooms .box {
    margin: 0 0 109px;
}
@media (max-width: 479px) {
    .rooms .box {
        margin: 0 0 79px;
    }
}
.rooms .box a {
    text-decoration: none;
}
.rooms .box a:hover .text-box {
    opacity: 1;
    height: auto;
    visibility: visible;
    padding: 10px 0 50px;
}
.rooms .image-frame {
    overflow: hidden;
    width: 100%;
    height: auto;
}
.rooms .image-frame img {
    display: block;
    width: 100%;
    height: auto;
}
.rooms .info-block {
    margin: -30px 0 0;
    position: relative;
    z-index: 9;
}
.rooms .info-frame {
    top: 0;
    left: 10px;
    right: 10px;
    position: absolute;
    text-align: center;
    color: #f9f6f1;
    padding: 27px 5px 26px;
    background: #353535;
    font: 300 16px/23px ;
}
@media (max-width: 767px) {
    .rooms .info-frame {
        padding: 15px 5px;
    }
}
.rooms .info-frame h1 {
    padding: 0;
    margin: 0;
    font: 400 24px/26px ;
}
@media (max-width: 1199px) {
    .rooms .info-frame h1 {
        font: 400 20px/24px ;
    }
}
.rooms .info-frame h1:after {
    display: none;
}
.rooms .info-frame .rent-price {
    display: block;
    font: 400 24px/28px ;
}
.rooms .info-frame .rent-price span {
    display: block;
    color: #f9f6f1;
    font: 400 14px/18px ;
}
.rooms .text-box {
    height: 0;
    opacity: 0;
    visibility: hidden;
    position: relative;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.rooms .text-box:after {
    left: 50%;
    bottom: 0;
    content: "";
    margin: 0 0 0 -61px;
    position: absolute;
    width: 122px;
    height: 21px;
    background: url(../../images/sprite.png) 0 -77px;
}
.rooms.list-view .info-block {
    bottom: 0;
    top: auto;
    margin: 0;
    position: absolute;
}
@media (max-width: 991px) {
    .rooms.list-view .info-block {
        position: static;
    }
}
.rooms.list-view .info-frame {
    text-align: left;
    position: static;
    margin: 0 0 0 -100px;
    padding: 30px;
}
@media (max-width: 991px) {
    .rooms.list-view .info-frame {
        margin: 0;
    }
}
.rooms.list-view .info-frame h1 {
    margin: 0 0 20px;
    font: 700 30px/36px ;
}
@media (max-width: 1199px) {
    .rooms.list-view .info-frame h1 {
        font: 700 20px/24px ;
    }
}
.rooms .article {
    overflow: hidden;
    padding-bottom: 60px;
}
@media (max-width: 991px) {
    .rooms .article {
        padding-bottom: 30px;
    }
}
@media (max-width: 767px) {
    .rooms .article {
        padding-bottom: 15px;
    }
}
.rooms .article [class^="col-"]:first-child {
    overflow: hidden;
}
@media (max-width: 991px) {
    .rooms .article .col {
        height: auto !important;
    }
}
.rooms .detail-list dt {
    float: left;
    margin: 0 5px 8px 0;
    text-transform: uppercase;
    font: 700 14px/16px ;
}
.rooms .detail-list dd {
    margin: 0 0 8px;
    font: 400 italic 14px/16px ;
}
.rooms .btn-holder {
    overflow: hidden;
    padding: 30px 0 15px;
    border-top: 1px solid #4a4a4a;
}
@media (max-width: 767px) {
    .rooms .btn-holder {
        padding: 30px 0 0;
    }
}
.rooms .btn-holder .btn {
    float: right;
    color: #fff;
}
.showing-results {
    display: block;
    color: #353535;
    letter-spacing: 1px;
    font: 400 16px/18px ;
}
@media (max-width: 1023px) {
    .showing-results {
        text-align: center;
        margin: 0 0 15px;
    }
}
.paging {
    float: right;
    text-align: right;
}
@media (max-width: 1023px) {
    .paging {
        float: none;
        text-align: center;
    }
}
.paging .heading,
.paging .pagination {
    display: inline-block;
    vertical-align: middle;
}
.paging .heading {
    color: #353535;
    text-transform: capitalize;
    font: 400 16px/18px ;
}
.paging .pagination {
    margin: 0;
    font-size: 0;
    line-height: 0;
}
.paging .pagination > li {
    margin: 0;
    padding: 0 0 0 10px;
    display: inline-block;
    vertical-align: middle;
}
.paging .pagination > li > a {
    padding: 0;
    display: block;
    text-align: center;
    border-radius: 3px;
    width: 20px;
    height: 20px;
    border: 1px solid #d4d2ce;
    font: 400 16px/18px ;
}
.paging .pagination > li > a:hover {
    color: #fff;
}
.paging .pagination > li:last-child a {
    background: #000;
    color: #f9f6f1;
    border-color: #000;
}
.paging .pagination .glyphicon {
    font-size: 12px;
}
/* blog styles */

.blog-posts {
    overflow: hidden;
}
.blog-posts .article {
    overflow: hidden;
    padding-bottom: 60px;
}
@media (max-width: 991px) {
    .blog-posts .article {
        padding-bottom: 30px;
    }
}
@media (max-width: 767px) {
	.margintop25{ margin-top:30px !important;}
    .blog-posts .article {
        padding-bottom: 15px;
    }
}
.blog-posts .article [class^="col-"]:first-child {
    overflow: hidden;
}
@media (max-width: 991px) {
    .blog-posts .article .col {
        height: auto !important;
    }
}
.blog-posts .article .image-frame {
    position: relative;
}
.blog-posts .article .image-frame img {
    display: block;
    width: 100%;
    height: auto;
}
.blog-posts .article .icon {
    top: 0;
    right: 0;
    z-index: 9;
    font-size: 31px;
    line-height: 48px;
    position: absolute;
    text-align: center;
    width: 54px;
    height: 54px;
    background: #f9f6f1;
}
.blog-posts .article .icon span {
    color: #353535;
    display: inline-block;
    vertical-align: middle;
}
.blog-posts .info-block {
    position: absolute;
    bottom: 0;
    left: 0;
}
@media (max-width: 1023px) {
    .blog-posts .info-block {
        position: static;
    }
}
.blog-posts .info-frame {
    margin: 0 0 0 -100px;
    color: #f9f6f1;
    background: #353535;
    font: 300 16px/23px ;
    padding: 30px;
}
@media (max-width: 991px) {
    .blog-posts .info-frame {
        margin: 0;
    }
}
@media (max-width: 1023px) {
    .blog-posts .info-frame {
        padding: 20px;
    }
}
.blog-posts .info-frame h1 {
    padding: 0;
    margin: 0 0 20px;
    font: 400 30px/36px ;
}
@media (max-width: 1199px) {
    .blog-posts .info-frame h1 {
        font: 400 20px/24px ;
    }
}
.blog-posts .info-frame h1 {
    font-weight: bold;
}
.blog-posts .info-frame h1:after {
    display: none;
}
.blog-posts .info-frame .rent-price {
    display: block;
    font: 400 24px/28px ;
}
.blog-posts .info-frame .rent-price span {
    display: block;
    color: #f9f6f1;
    font: 400 14px/18px ;
}
.blog-posts .btn-holder {
    overflow: hidden;
    padding: 45px 0 15px;
}
@media (max-width: 1023px) {
    .blog-posts .btn-holder {
        padding: 10px 0;
    }
}
.blog-posts .btn-holder .btn {
    color: #f9f6f1;
    font: 400 16px/18px ;
}
.blog-posts .image-slider img {
    display: block;
    width: 100%;
    height: auto;
}
.blog-posts .image-slider .buttons {
    top: 0;
    right: 0;
    position: absolute;
}
.blog-posts .image-slider .carousel-control {
    margin: 0;
    font-size: 20px;
    line-height: 54px;
    text-shadow: none;
    color: #353535;
    width: 54px;
    height: 54px;
    background: #f9f6f1;
    position: static;
    float: left;
}
.blog-posts .metas {
    font-weight: normal;
}
.metas {
    padding: 0;
    margin: 0 0 15px;
    color: #7e7e7e;
}
.metas li {
    padding: 0 30px 0 0;
}
.metas span {
    margin: 0 10px 0 0;
}
.metas a {
    color: #7e7e7e;
}
.metas a:hover,
.metas a:focus {
    text-decoration: none;
}
/* post detail styles */

.post-detail {
    font: 16px/23px ;
}
@media (max-width: 767px) {
    .post-detail {
        font: 300 14px/21px ;
    }
}
.post-detail .image-frame {
    overflow: hidden;
    margin: 0 0 25px;
    width: 100%;
    height: auto;
}
.post-detail .image-frame img {
    display: block;
    width: 100%;
    height: auto;
}
.post-detail h1 {
    text-align: center;
   
    margin: 0 0 30px;
}
.post-detail p {
    margin: 0 0 20px;
}
@media (max-width: 767px) {
    .post-detail p {
        margin: 0 0 15px;
    }
}
.post-detail .metas {
    margin: 0 0 25px;
    font: 400 16px/18px ;
}
@media (max-width: 767px) {
    .post-detail .metas {
        margin: 0 0 10px;
    }
}
.post-detail .metas a {
    color: #7e7e7e;
}
.post-detail .pager {
    margin: 0;
    text-transform: uppercase;
    font: 18px/20px ;
}
.post-detail .pager li {
    text-align: left;
}
.post-detail .pager li.disabled {
    display: none;
}
.post-detail .pager li .link-text {
    display: block;
    position: relative;
    font-weight: 400;
}
.post-detail .pager li .glyphicon {
    position: absolute;
    color: #353535;
    font-size: 14px;
    line-height: 14px;
    right: 100%;
    top: -1px;
}
.post-detail .pager li > a {
    background: none;
    padding: 0;
    border: 0;
}
.post-detail .pager li > a span {
    margin: 5px 0 0;
    display: block;
    font-size: 16px;
    color: #7e7e7e;
    text-transform: none;
}
.post-detail .pager li > a:hover {
    background: none;
}
.post-detail .pager li.next .glyphicon {
    left: 100%;
    right: auto;
}
.post-detail .pager li.next > a {
    text-align: right;
}
@media (max-width: 1023px) {
    .post-detail .social-networks {
        margin: 0 0 20px;
    }
}
.post-detail .social-networks a:hover {
    color: #353535;
    border-color: #353535;
}
/* comments block styles */

.comments-block {
    padding-top: 40px;
}
.comments-block h1 {
    text-align: center;
    margin: 0 0 30px;
}
.comments-block .comments-holder {
    padding-left: 99px;
}
@media (max-width: 767px) {
    .comments-block .comments-holder {
        padding-left: 80px;
    }
}
.comments-block .avatar-holder {
    width: 55px;
    height: 53px;
    position: absolute;
    top: 48px;
    left: 15px;
}
.comments-block .avatar-holder img {
    display: block;
    width: 100%;
    height: auto;
}
.comments-block .form-top {
    padding-bottom: 9px;
    margin-bottom: 20px;
    border-bottom: 1px solid #bbbab7;
}
.comments-block .form-top .comm-counter {
    float: right;
    color: #fff;
    text-align: center;
    width: 20px;
    height: 19px;
    font: 400 12px/19px ;
    background: url(../../images/sprite.png) no-repeat -288px -14px;
}
.comments-block .form-top h2 {
    margin: 0;
    text-transform: capitalize;
    font: 400 16px/18px ;
}
.comments-block .form-control {
    font: 300 16px/18px ;
}
.comments-block .form-control::-webkit-input-placeholder {
    color: #7e7e7e;
}
.comments-block .form-control::-moz-placeholder {
    opacity: 1;
    color: #7e7e7e;
}
.comments-block .form-control:-moz-placeholder {
    color: #7e7e7e;
}
.comments-block .form-control:-ms-input-placeholder {
    color: #7e7e7e;
}
.comments-block .form-control.placeholder {
    color: #7e7e7e;
}
.comments-block .btn {
    width: 100%;
    color: #fff;
    font: 400 18px/20px ;
}
.comments-block .btn:hover {
    background: transparent;
}
/* contact styles */

.contact {
    font: 16px/24px ;
}
@media (max-width: 767px) {
    .contact {
        font: 300 14px/20px ;
    }
}
.contact h1 {
   
    text-align: center;
    margin: 0 0 45px;
}
@media (max-width: 767px) {
    .contact h1 {
        margin: 0 0 15px;
    }
}
.contact p {
    margin: 0 0 25px;
}
.contact .contact-info {
    margin: 0;
    padding: 0 0 0 28px;
}
.contact .contact-info dt {
    margin: 0 0 3px;
    color: #353535;
    position: relative;
    text-transform: uppercase;
    font: 400 16px/18px ;
}
.contact .contact-info span {
    top: 0;
    left: -28px;
    font-size: 18px;
    position: absolute;
    color: #7e7e7e;
}
.contact .contact-info .icon-phone {
    font-size: 22px;
}
.contact .contact-info dd {
    margin: 0 0 25px;
    font: 400 italic 14px/18px ;
}
@media (max-width: 767px) {
    .contact .contact-info dd {
        margin: 0 0 20px;
    }
}
.contact .contact-info a {
    color: #7e7e7e;
}
.contact label {
    margin: 0 0 3px;
    font: 400 16px/18px ;
}
.contact-form .form-group {
    margin: 0 0 20px;
}
.contact-form label {
    font-weight: 400;
}
.contact-form textarea {
    min-width: 100%;
    max-width: 100%;
    min-height: 100px;
    max-height: 100px;
    overflow: auto;
    resize: none;
}
.contact-form .btn {
    width: 100%;
    color: #fff;
    text-transform: uppercase;
    font: 400 18px/22px ;
}
.contact-form .btn:hover {
    background: transparent;
}
/* rooms-section styles */

.rooms-section .header {
    text-align: center;
    padding-bottom: 30px;
    font: 400 16px/23px ;
}
.rooms-section .header h1 {
    margin: 0 0 35px;
   
}
@media (max-width: 767px) {
    .rooms-section .info-block {
        margin-bottom: 10px;}
		.removepadding{ padding:0px !important; margin:0px !important;}
}



.rooms-section .info-block .image-frame {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: auto;
}
.rooms-section .info-block .image-frame img {
    display: block;
    width: 100%;
    height: auto;
}
.rooms-section .info-block .image-frame:hover .info-frame {
    opacity: 1;
    visibility: visible;
}
.rooms-section .info-block .info-frame {
    top: 20px;
    right: 20px;
    bottom: 20px;
    left: 20px;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    text-align: center;
    background: rgba(53, 53, 53, 0.8);
    -webkit-transition: all 0.25s linear;
    -o-transition: all 0.25s linear;
    transition: all 0.25s linear;
}
@media (max-width: 1023px) {
    .rooms-section .info-block .info-frame {
        top: 10px;
        right: 10px;
        bottom: 10px;
        left: 10px;
    }
}
@media (max-width: 767px) {
    .rooms-section .info-block .info-frame {
        top: 20px;
        right: 20px;
        bottom: 20px;
        left: 20px;
    }
}
.rooms-section .info-block .social-networks {
    position: absolute;
    bottom: 30px;
    left: 0;
    right: 0;
}
@media (max-width: 1023px) {
    .rooms-section .info-block .social-networks {
        bottom: 15px;
    }
}
@media (max-width: 767px) {
    .rooms-section .info-block .social-networks {
        bottom: 20px;
    }
}
.rooms-section .info-block .magnify {
    top: 50%;
    left: 50%;
    position: absolute;
    width: 56px;
    height: 56px;
    margin: -28px 0 0 -28px;
    border: 1px solid #f9f6f1;
}
.rooms-section .info-block .magnify:after {
    top: 50%;
    left: 50%;
    content: "";
    position: absolute;
    width: 32px;
    height: 32px;
    margin: -16px 0 0 -16px;
    background: url(../../images/sprite.png) no-repeat -3px -336px;
}
.rooms-section .info-block .info-bar {
    overflow: hidden;
    padding: 0 20px;
    margin: -20px 0 0;
    position: relative;
    z-index: 1;
}
@media (max-width: 1023px) {
    .rooms-section .info-block .info-bar {
        padding: 0 10px;
        margin: -10px 0 0;
    }
}
@media (max-width: 767px) {
    .rooms-section .info-block .info-bar {
        padding: 0 20px;
        margin: -20px 0 0;
    }
}
.rooms-section .info-block .holder {
    width: 100%;
    display: table;
    padding: 16px 0;
    table-layout: fixed;
    background: #353535;
}
.rooms-section .info-block .holder .col {
    padding: 0 40px;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    border-left: 1px solid #4a4a4a;
}
@media (max-width: 1199px) {
    .rooms-section .info-block .holder .col {
        padding: 0 20px;
    }
}
@media (max-width: 1023px) {
    .rooms-section .info-block .holder .col {
        padding: 0 10px;
    }
}
.rooms-section .info-block .holder .col:first-child {
    border: 0;
}
.rooms-section .info-block .holder .title,
.rooms-section .info-block .holder .price {
    text-align: left;
    display: block;
}
.rooms-section .info-block .holder .title {
    text-transform: uppercase;
    font: 400 22px/24px ;
}
.rooms-section .info-block .holder .price {
    color: #f9f6f1;
    font: 400 14px/16px ;
}
.rooms-section .info-block .holder .price span {
    display: block;
    font: 400 24px/28px ;
}
/* testimonials styles */

.testimonials h1 {
    text-align: center;
    margin: 0 0 60px;
}
@media (max-width: 767px) {
    .testimonials h1 {
        margin: 0 0 15px;
    }
}
.testimonials blockquote {
    border: 0;
    margin: 0;
    quotes: none;
    height: 100%;
    background: #353535;
    padding: 30px 78px 30px 38px;
    font: 300 italic 13px/22px ;
}
@media (max-width: 1023px) {
    .testimonials blockquote {
        padding: 15px 65px 15px 15px;
    }
}
@media (max-width: 767px) {
    .testimonials blockquote {
        padding: 15px;
    }
}
@media (max-width: 479px) {
    .testimonials blockquote {
        line-height: 19px;
        padding: 10px;
    }
}
.testimonials blockquote q {
    color: #f9f6f1;
}
.testimonials blockquote cite {
    display: block;
    margin: 0 0 20px;
    text-transform: capitalize;
    font: 400 22px/24px ;
}
@media (max-width: 1023px) {
    .testimonials blockquote cite {
        margin: 0 0 10px;
        font: 400 18px/22px ;
    }
}
@media (max-width: 479px) {
    .testimonials blockquote cite {
        margin: 0 0 5px;
        font: 400 16px/22px ;
    }
}
.testimonials blockquote cite span {
    text-transform: uppercase;
}
.testimonials .row {
    letter-spacing: -.32em;
}
.testimonials .row > * {
    letter-spacing: 0;
}
.testimonials .image-frame img {
    display: block;
    width: 100%;
    height: auto;
    margin: 0 0 0 -35px;
}
.testimonials .image-holder {
    overflow: hidden;
    margin: 0 0 0 -76px;
}
@media (max-width: 767px) {
    .testimonials .image-holder {
        margin: 0;
    }
}
.testimonials .carousel-indicators {
    width: 100%;
    font-size: 0;
    line-height: 0;
    position: static;
    margin: 40px 0 0;
}
@media (max-width: 1023px) {
    .testimonials .carousel-indicators {
        margin: 30px 0 0;
    }
}
@media (max-width: 479px) {
    .testimonials .carousel-indicators {
        margin: 15px 0;
    }
}
.testimonials .carousel-indicators li {
    width: 10px;
    height: 10px;
    margin: 0 5px;
}
@media (max-width: 767px) {
    .testimonials .item .col {
        height: auto !important;
    }
}
@media (max-width: 479px) {
    .testimonials .item .col {
        padding-left: 5px;
        padding-right: 5px;
    }
}
/* gallery section styles */

.gallery-section .container-fluid,
.gallery-section [class^="col-"] {
    padding: 0;
}
.gallery-section .row {
    margin: 0;
}
@media (max-width: 479px) {
    .gallery-section [class^="col-"] {
        width: 100%;
    }
}
.gallery-section .image-frame {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: auto;
}
.gallery-section .image-frame img {
    display: block;
    width: 100%;
    height: auto;
}
.gallery-section .image-frame:hover .info-frame {
    opacity: 1;
    visibility: visible;
}
.gallery-section .info-frame {
    top: 20px;
    right: 20px;
    bottom: 20px;
    left: 20px;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    text-align: center;
    background: rgba(53, 53, 53, 0.8);
    -webkit-transition: all 0.25s linear;
    -o-transition: all 0.25s linear;
    transition: all 0.25s linear;
}
@media (max-width: 1023px) {
    .gallery-section .info-frame {
        top: 10px;
        right: 10px;
        bottom: 10px;
        left: 10px;
    }
}
.gallery-section .social-networks {
    position: absolute;
    bottom: 30px;
    left: 0;
    right: 0;
}
@media (max-width: 1024px) {
    .gallery-section .social-networks {
        bottom: 15px;
    }
}
@media (max-width: 767px) {
    .gallery-section .social-networks {
        bottom: 10px;
    }
}
.gallery-section .magnify {
    top: 50%;
    left: 50%;
    position: absolute;
    width: 56px;
    height: 56px;
    margin: -56px 0 0 -28px;
    border: 1px solid #f9f6f1;
}
@media (max-width: 767px) {
    .gallery-section .magnify {
        margin: -46px 0 0 -28px;
    }
}
.gallery-section .magnify:after {
    top: 50%;
    left: 50%;
    content: "";
    position: absolute;
    width: 32px;
    height: 32px;
    margin: -16px 0 0 -16px;
    background: url(../../images/sprite.png) no-repeat -3px -336px;
}
/* menu section styles */

.menu-section h1 {
    text-align: center;
    text-transform: none;
    
    margin: 0 0 80px;
}
.menu-carousel .carousel-indicators {
    margin: 0;
    width: 100%;
    font-size: 0;
    line-height: 0;
    position: static;
}
@media (max-width: 1023px) {
    .menu-carousel .carousel-indicators {
        margin: 30px 0 0;
    }
}
@media (max-width: 479px) {
    .menu-carousel .carousel-indicators {
        margin: 15px 0;
    }
}
.menu-carousel .carousel-indicators li {
    width: 10px;
    height: 10px;
    margin: 0 5px;
}
.menu-list {
    margin: 0;
    padding: 0;
    font: 400 16px/21px ;
}
@media (max-width: 767px) {
    .menu-list {
        font: 400 14px/21px ;
    }
}
.menu-list h2 {
    margin: 0 0 10px;
    text-transform: none;
    font: 400 22px/24px ;
}
@media (max-width: 1023px) {
    .menu-list h2 {
        margin: 0 0 5px;
        font: 400 18px/22px ;
    }
}
.menu-list li {
    min-height: 101px;
    padding: 0 0 60px;
}
@media (max-width: 767px) {
    .menu-list li {
        padding: 0 0 20px;
    }
}
.menu-list a {
    display: block;
    padding: 0 95px 0 0;
    color: #7e7e7e;
    position: relative;
}
.menu-list a:hover {
    text-decoration: none;
}
.menu-list .image-frame {
    float: left;
    padding: 4px;
    margin: 0 20px 0 0;
    width: 101px;
    height: auto;
}
@media (max-width: 1023px) {
    .menu-list .image-frame {
        margin: 0 10px 0 0;
    }
}
.menu-list .image-frame img {
    display: block;
    width: 100%;
    height: auto;
}
.menu-list .text {
    padding: 10px 0 0;
}
@media (max-width: 1023px) {
    .menu-list .text {
        padding: 5px 0 0;
    }
}
.menu-list .text p {
    margin: 0;
}
.menu-list .price {
    top: 50%;
    right: 0;
    position: absolute;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    text-align: center;
    color: #353535;
    margin: -40px 0 0;
    border: 1px solid #e2dfdb;
    font: 600 30px/78px ;
}
/* billing form styles */

@media (max-width: 767px) {
    .billing-form h1 {
        font-size: 22px;
    }
}
.billing-form .section {
    padding: 0 0 40px;
}
@media (max-width: 767px) {
    .billing-form .section {
        padding: 0 0 20px;
    }
}
.billing-form .fake-label {
    color: #353535;
    text-transform: uppercase;
}
.billing-form textarea {
    overflow: auto;
    min-width: 100%;
    max-width: 100%;
    min-height: 120px;
    max-height: 120px;
    resize: none;
}
.billing-form .btn {
    width: 100%;
    color: #fff;
    text-transform: uppercase;
    font: 400 18px/22px ;
}
.billing-form .btn:hover {
    background: transparent;
}
/* room-details styles */

.room-details .info-frame {
    font: 400 16px/23px ;
}
@media (max-width: 767px) {
    .room-details .info-frame {
        font: 400 14px/20px ;
    }
}
.room-details .info-frame h1 {
   
    text-align: center;
    margin: 0 0 30px;
}
@media (max-width: 767px) {
    .room-details .info-frame h1 {
        margin: 0 0 15px;
    }
}
.room-details .info-frame p {
    margin: 0 0 20px;
}
@media (max-width: 767px) {
    .room-details .info-frame p {
        margin: 0 0 15px;
    }
}
.room-details .detail-list {
    padding: 0;
    margin: 0 0 15px;
    overflow: hidden;
    font: 400 italic 16px/18px ;
}
@media (max-width: 767px) {
    .room-details .detail-list {
        font: 400 italic 14px/18px ;
    }
}
.room-details .detail-list li {
    width: 50%;
    float: left;
    padding: 0 0 15px;
}
@media (max-width: 479px) {
    .room-details .detail-list li {
        width: 100%;
        float: none;
    }
}
.room-details .detail-list li strong {
    font-weight: normal;
    text-transform: uppercase;
}
.room-details .btn-holder {
    overflow: hidden;
    padding: 30px 0 15px;
    border-top: 1px solid #d4d2ce;
}
@media (max-width: 767px) {
    .room-details .btn-holder {
        padding: 30px 0;
        border-bottom: 1px solid #d4d2ce;
    }
}
.room-details .btn-holder .btn {
    float: right;
    color: #353535;
    font: 400 18px/20px ;
}
.room-details .btn-holder .btn:hover {
    color: #fff;
}
.room-details .rent-price {
    display: block;
    font: 400 30px/36px ;
}
.room-details .rent-price span {
    display: block;
    color: #7e7e7e;
    font: 400 16px/18px ;
}
/* flex slider styles */

@media (max-width: 767px) {
    .flexslider {
        margin: 0 0 15px !important;
    }
}
#flex-slider .slides > li {
    position: relative;
}
#flex-slider .slides > li:hover .information-box {
    opacity: 1;
    visibility: visible;
}
#flex-slider .information-box {
    top: 20px;
    right: 20px;
    bottom: 20px;
    left: 20px;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    text-align: center;
    background: rgba(53, 53, 53, 0.8);
    -webkit-transition: all 0.25s linear;
    -o-transition: all 0.25s linear;
    transition: all 0.25s linear;
}
@media (max-width: 1023px) {
    #flex-slider .information-box {
        top: 10px;
        right: 10px;
        bottom: 10px;
        left: 10px;
    }
}
@media (max-width: 767px) {
    #flex-slider .information-box {
        top: 20px;
        right: 20px;
        bottom: 20px;
        left: 20px;
    }
}
#flex-slider .social-networks {
    position: absolute;
    /*bottom: 30px;*/
    
    top: 62%;
    left: 0;
    right: 0;
}
@media (max-width: 1023px) {
    #flex-slider .social-networks {
        bottom: 15px;
    }
}
@media (max-width: 767px) {
    #flex-slider .social-networks {
        bottom: 20px;
    }
}
#flex-slider .social-networks a {
    line-height: 20px;
}
#flex-slider .magnify {
    top: 50%;
    left: 50%;
    position: absolute;
    width: 56px;
    height: 56px;
    margin: -28px 0 0 -28px;
    border: 1px solid #f9f6f1;
}
#flex-slider .magnify:after {
    top: 50%;
    left: 50%;
    content: "";
    position: absolute;
    width: 32px;
    height: 32px;
    margin: -16px 0 0 -16px;
    background: url(../../images/sprite.png) no-repeat -3px -336px;
}
#thumbnails {
    margin: 0;
}
#thumbnails .slides > li {
    position: relative;
    margin: 0 30px 0 0 !important;
}
@media (max-width: 767px) {
    #thumbnails .slides > li {
        margin: 0 15px 0 0 !important;
    }
}
#thumbnails .slides > li:hover:after {
    display: block;
}
#thumbnails .slides > li:after {
    z-index: 1;
    display: none;
    top: 10px;
    right: 10px;
    bottom: 10px;
    left: 10px;
    content: "";
    position: absolute;
    background: rgba(53, 53, 53, 0.8);
}
/* description block styles */

.description-block {
    font-size: 0;
    line-height: 0;
}
.description-block [class^="col-"] {
    float: none;
    display: inline-block;
    vertical-align: bottom;
}
@media (max-width: 1023px) {
    .description-block [class^="col-"] {
        float: left;
    }
}
.description-block [class^="col-"]:first-child {
    font: 400 16px/23px ;
}
@media (max-width: 1023px) {
    .description-block [class^="col-"]:first-child {
        font: 400 12px/18px ;
    }
}
@media (max-width: 767px) {
    .description-block [class^="col-"]:first-child {
        padding-top: 10px;
        padding-bottom: 10px;
    }
}
.description-block [class^="col-"]:first-child h1 {
    font: 400 30px/36px ;
    margin: 0 0 15px;
}
@media (max-width: 767px) {
    .description-block [class^="col-"]:first-child h1 {
        text-align: center;
    }
}
.description-block [class^="col-"]:first-child h1:after {
    left: 10px;
    margin: 0;
}
@media (max-width: 767px) {
    .description-block [class^="col-"]:first-child h1:after {
        left: 50%;
        margin: 0 0 0 -61px;
    }
}
.description-block p {
    margin: 0;
}
.description-block .image-frame {
    position: relative;
}
.description-block .image-frame img {
    display: block;
    width: 100%;
    height: auto;
}
.description-block .image-frame h1 {
    right: -11px;
    bottom: -36px;
    letter-spacing: 5px;
    position: absolute;
    color: #f9f6f1;
    font: 700 72px/72px ;
}
@media (max-width: 1023px) {
    .description-block .image-frame h1 {
        letter-spacing: 2px;
    }
}
@media (max-width: 767px) {
    .description-block .image-frame h1 {
        right: -4px;
        bottom: -33px;
        font: 700 30px/36px ;
    }
}
.description-block .image-frame h1:after {
    display: none;
}
/* gallery-block styles */

.gallery-block h1 {
    text-align: center;
    margin: 0 0 39px;
}
@media (max-width: 767px) {
    .gallery-block h1 {
        margin: 0 0 15px;
    }
	
	.destinations .text-box .main-destinatation {
    border: dashed 1px 
    #bbbbbb; color:#2e2e2e !important;
    padding: 15px !important;
    overflow: hidden; font-size:16px; line-height:26px;
    display: table;
}

.contactus .text-box p{ color:#000;}
}
.image-gallery .carousel-control {
    opacity: 1;
    margin: -27px 0 0;
    width: 54px;
    height: 54px;
    background: rgba(249, 246, 241, 0.8);
}
@media (max-width: 767px) {
    .image-gallery .carousel-control {
        margin: -15px 0 0;
        width: 30px;
        height: 30px;
    }
}
.image-gallery .carousel-control:hover {
    background: #f9f6f1;
}
.image-gallery .carousel-control.left:after {
    background-position: 0 -39px;
}
.image-gallery .carousel-control.right:after {
    background-position: -19px -39px;
}
.image-gallery .item img {
    display: block;
    width: 100%;
    height: auto;
}
@media (max-width: 767px) {
    .image-gallery .item [class^="col-"] {
        padding-left: 5px;
        padding-right: 5px;
    }
}
.article-box {
    overflow: hidden;
    margin-bottom: 60px;
    position: relative;
}
@media (max-width: 767px) {
    .article-box {
        margin-bottom: 30px;
    }
}
.article-box .image-frame {
    overflow: hidden;
    width: 100%;
    height: auto;
}
.article-box .image-frame img {
    display: block;
    width: 100%;
    height: auto;
}
.article-box .close {
    top: 0;
    right: 0;
    z-index: 1;
    opacity: 0.5;
    position: absolute;
    text-align: center;
    width: 35px;
    height: 35px;
    border-radius: 5px;
    text-shadow: none;
    text-transform: uppercase;
    font: 400 24px/32px ;
}
.article-box .close:hover {
    opacity: 1;
}
@media (max-width: 767px) {
    .article-box .close:hover {
        color: #f9f6f1 !important;
        border-color: #f9f6f1 !important;
    }
}
@media (max-width: 767px) {
    .article-box .close {
        top: 10px;
        right: 25px;
        color: #353535 !important;
        border-color: #353535 !important;
    }
}
.article-box .info-frame {
    font: 400 16px/23px ;
}
@media (max-width: 767px) {
    .article-box .info-frame {
        padding-top: 15px;
    }
}
.article-box .info-frame h1 {
    margin: 0 0 20px;
}
.article-box .info-frame p {
    margin: 0 0 15px;
}
.article-box .detail-list {
    margin: 0 0 10px;
}
.article-box .btn-holder {
    padding: 15px 0 0;
    border-bottom: 0;
}
.button .btn:hover {
    color: #fff;
}
/* form styles */

form [type="radio"],
form [type="checkbox"] {
    position: fixed;
    left: 0;
    top: 0;
    opacity: 0;
    z-index: -1;
}
form .fake-input,
form label {
    display: inline-block;
    vertical-align: middle;
}
form .fake-label {
    font: 400 16px/18px ;
    color: #aeaeae;
}
form label {
    margin: 0;
    font-weight: normal;
}
form .fake-input {
    top: -1px;
    position: relative;
    margin: -1px 7px 0 0;
    width: 16px;
    height: 16px;
    border: 1px solid #aeaeae;
    background: transparent;
    display: inline-block;
    vertical-align: middle;
}
form [type=radio] + .fake-input {
    border-radius: 100%;
}
form [type="checkbox"] + .fake-input:before {
    top: 50%;
    left: 50%;
    opacity: 0;
    content: "";
    position: absolute;
    width: 8px;
    height: 4px;
    border: 2px solid #fff;
    border-width: 0 0 2px 2px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    margin: -2px 0 0 -4px;
}
form [type="radio"] + .fake-input:before {
    content: "";
    position: absolute;
    top: 3px;
    right: 3px;
    bottom: 3px;
    left: 3px;
    opacity: 0;
    background: #777;
    border-radius: 100%;
}
form [type="radio"]:checked + .fake-input:before,
form [type="checkbox"]:checked + .fake-input:before {
    opacity: 1;
}
form [type="radio"]:checked ~ .fake-label,
form [type="checkbox"]:checked ~ .fake-label {
    /*font-weight: bold;
		color: #f00*/
}
form input:disabled + .fake-input,
form input:disabled ~ .fake-label {
    opacity: .5;
}
/* footer styles */

.b-container {
    position: relative;
    /* social networks */
}
.b-container .google-map {
    overflow: hidden;
    height: 440px;
}
@media (max-width: 767px) {
    .b-container .google-map {
        height: auto;
    }
}
.b-container .map-responsive {
    overflow: hidden;
    /*padding-bottom: 56.25%;*/
    position: relative;
    height: 100%;
}
.b-container .map-responsive iframe {
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    border: 0;
    position: absolute;
    pointer-events: none;
}
.b-container .social-networks {
    text-align: right;
}

section.backinner{background:url(../../images/pattern.jpg);}

@media (max-width: 767px) {
	section.backinner{background:none #fff !important;}
	body{ background:none #fff !important;	background-image:none !important;}
    .b-container .social-networks {
        text-align: center;
    }
}
.b-container .social-networks li {
    padding: 0 0 0 5px;
}
.b-container .social-networks a {
    color: #fff;
    display: block;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    border: 1px solid #fff;
    text-align: center;
}
.b-container .social-networks a span {
    display: inline-block;
    vertical-align: middle;
}
.b-container .social-networks a .icon-facebook {
    font-size: 14px;
    line-height: 16px;
}
.b-container .social-networks a:hover {
    text-decoration: none;
    border-color: #353535;
    color: #353535;
}
/* footer nav styles */

.footer-nav {
    padding: 39px 0;
    background: #353535;
}
@media (max-width: 1023px) {
    .footer-nav {
        padding: 15px 0 60px;
    }
}
@media (max-width: 767px) {
    .footer-nav {
        padding: 70px 0 15px;
    }
}
.footer-nav [class^="col-"] {
    position: relative;
}
.footer-nav .logo {
    width: 132px;
    height: auto;
    position: absolute;
    margin: -21px 0 0 -61px;
    left: 50%;
    top: 50%;
}
@media (max-width: 1023px) {
    .footer-nav .logo {
        margin: 20px 0 0 -61px;
    }
}
@media (max-width: 767px) {
    .footer-nav .logo {
        top: -50px;
        margin: 0 0 0 -61px;
    }
}
.footer-nav .logo img {
    display: block;
    width: 100%;
    height: auto;
}
.f-nav {
    text-transform: uppercase;
    font: 500 14px/16px ;
}
@media (max-width: 1199px) {
    .f-nav {
        font: 500 13px/16px ;
    }
}
@media (max-width: 767px) {
    .f-nav .navbar-left,
    .f-nav .navbar-right {
        float: none;
        overflow: hidden;
        text-align: center;
    }
}
.f-nav .navbar-right li {
    margin: 0 0 0 30px;
}
@media (max-width: 1199px) {
    .f-nav .navbar-right li {
        margin: 0 0 0 25px;
    }
}
@media (max-width: 1023px) {
    .f-nav .navbar-right li {
        margin: 0 0 0 15px;
    }
}
@media (max-width: 767px) {
    .f-nav .navbar-right li {
        margin: 5px 0;
    }
}
.f-nav .navbar-right li:first-child {
    margin: 0;
}
@media (max-width: 767px) {
    .f-nav .navbar-right li:first-child {
        margin: 5px 0;
    }
}
.f-nav li {
    margin: 0 30px 0 0;
}
@media (max-width: 1199px) {
    .f-nav li {
        margin: 0 25px 0 0;
    }
}
@media (max-width: 1023px) {
    .f-nav li {
        margin: 0 15px 0 0;
    }
}
@media (max-width: 767px) {
    .f-nav li {
        margin: 5px 0;
    }
}
.f-nav li a {
    color: #fff;
    padding: 0;
}
@media (max-width: 767px) {
    .f-nav li a {
        padding: 0 15px 0 25px;
    }
}
.f-nav li a:hover {
    background: none;
}
#footer {
    color: #fff;
    overflow: hidden;
    padding: 13px 0;
    font: 400 16px/25px ;
}
@media (max-width: 1023px) {
    #footer {
        font-size: 12px;
    }
}
@media (max-width: 767px) {
    #footer {
        font-size: 11px;
        line-height: 16px;
    }
}
#footer .link {
    
}
#footer p {
    margin: 0;
}
@media (max-width: 767px) {
    #footer p {
        margin: 0 0 10px;
    }
}
#footer p a {
    color: #fff;
}
.go-top {
    right: 0;
    top: -89px;
    width: 50px;
    height: 50px;
    position: absolute;
    border-radius: 3px 3px 0 0;
    background: #353535;
    text-align: center;
    color: #f9f6f1;
}
.go-top span {
    font-size: 20px;
    line-height: 50px;
}
@font-face {
    font-family: "icomoon";
    src: url("../fonts/icomoon.eot");
    src: url("../fonts/icomoond41d.eot?#iefix") format("embedded-opentype"), url("../fonts/icomoon.woff") format("woff"), url("../fonts/icomoon.html") format("woff2"), url("../fonts/icomoon.ttf") format("truetype"), url("../fonts/icomoon-2.html") format("svg");
    font-weight: 400;
    font-style: normal;
}
[class^="icon-"],
[class*=" icon-"] {
    font-family: 'icomoon';
    speak: none;
    font-variant: normal;
    font-weight: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.icon-paperplane:before {
    content: "\e90c";
}
.icon-location:before {
    content: "\e90d";
}
.icon-phone:before {
    content: "\e90e";
}
.icon-cancel:before {
    content: "\e908";
}
.icon-play:before {
    content: "\e90a";
}
.icon-image:before {
    content: "\e90b";
}
.icon-folder-open:before {
    content: "\e909";
}
.icon-calendar:before {
    content: "\e905";
}
.icon-view_module:before {
    content: "\e906";
}
.icon-view_list:before {
    content: "\e907";
}
.icon-facebook:before {
    content: "\e904";
}
.icon-twitter:before {
    content: "\e900";
}
.icon-google:before {
    content: "\e901";
}
.icon-instagram:before {
    content: "\e902";
}
.icon-youtube:before {
    content: "\e903";
}
/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */

.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
    padding: 0;
    margin: 0;
    border: 0;
    outline: none;
    vertical-align: top;
}
.fancybox-wrap {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 8020;
}
.fancybox-skin {
    position: relative;
    background: #f9f9f9;
    color: #444;
    text-shadow: none;
}
.fancybox-opened {
    z-index: 8030;
}
.fancybox-outer,
.fancybox-inner {
    position: relative;
}
.fancybox-inner {
    overflow: hidden;
}
.fancybox-type-iframe .fancybox-inner {
    -webkit-overflow-scrolling: touch;
}
.fancybox-error {
    color: #444;
    font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin: 0;
    padding: 0;
    white-space: nowrap;
}
.fancybox-image,
.fancybox-iframe {
    display: block;
    width: 100%;
    height: 100%;
}
.fancybox-image {
    max-width: 100%;
    max-height: 100%;
}
#fancybox-loading,
.fancybox-close,
.fancybox-prev span,
.fancybox-next span {
    background-image: url("../../css/fancybox_sprite.png");
}
#fancybox-loading {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -22px;
    margin-left: -22px;
    background-position: 0 -108px;
    opacity: 0.8;
    cursor: pointer;
    z-index: 8060;
}
#fancybox-loading div {
    width: 44px;
    height: 44px;
    background: url("../../css/fancybox_loading.gif") center center no-repeat;
}
.fancybox-close {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 35px;
    height: 35px;
    cursor: pointer;
    background: url(../../images/btns.png) no-repeat 0 -165px;
    z-index: 8040;
}
.fancybox-nav {
    position: absolute;
    top: 0;
    width: 40%;
    height: 100%;
    cursor: pointer;
    text-decoration: none;
    background: transparent url("../../css/blank.html");
    /* helps IE */
    
    -webkit-tap-highlight-color: transparent;
    z-index: 8040;
}
.fancybox-prev {
    left: 0;
    width: 80px;
    height: 80px;
    display: block !important;
    top: 50%;
    margin: -40px 0 0;
    background: url(../../images/btns.png) no-repeat 0 0;
}
.fancybox-next {
    right: 0;
    top: 50%;
    margin: -40px 0 0;
    width: 80px;
    display: block !important;
    height: 80px;
    background: url(../../images/btns.png) no-repeat 0 -80px;
}
.fancybox-nav span {
    position: absolute;
    top: 50%;
    width: 36px;
    height: 34px;
    margin-top: -18px;
    cursor: pointer;
    z-index: 8040;
    visibility: hidden;
}
.fancybox-prev span {
    left: 10px;
    background-position: 0 -36px;
}
.fancybox-next span {
    right: 10px;
    background-position: 0 -72px;
}
.fancybox-nav:hover span {
    visibility: visible;
}
.fancybox-tmp {
    position: absolute;
    top: -99999px;
    left: -99999px;
    visibility: hidden;
    max-width: 99999px;
    max-height: 99999px;
    overflow: visible !important;
}
/* Overlay helper */

.fancybox-lock {
    overflow: hidden !important;
    width: auto;
}
.fancybox-lock body {
    overflow: hidden !important;
}
.fancybox-lock-test {
    overflow-y: hidden !important;
}
.fancybox-overlay {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    display: none;
    z-index: 8010;
    background: rgba(0, 0, 0, 0.95);
}
.fancybox-overlay-fixed {
    position: fixed;
    bottom: 0;
    right: 0;
}
.fancybox-lock .fancybox-overlay {
    overflow: auto;
    overflow-y: scroll;
}
/* Title helper */

.fancybox-title {
    visibility: hidden;
    font: normal 13px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
    position: relative;
    text-shadow: none;
    z-index: 8050;
}
.fancybox-opened .fancybox-title {
    visibility: visible;
}
.fancybox-title-float-wrap {
    position: absolute;
    bottom: 0;
    right: 50%;
    margin-bottom: -35px;
    z-index: 8050;
    text-align: center;
}
.fancybox-title-float-wrap .child {
    display: inline-block;
    margin-right: -100%;
    padding: 2px 20px;
    background: transparent;
    /* Fallback for web browsers that doesn't support RGBa */
    
    background: rgba(0, 0, 0, 0.8);
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    text-shadow: 0 1px 2px #222;
    color: #FFF;
    font-weight: bold;
    line-height: 24px;
    white-space: nowrap;
}
.fancybox-title-outside-wrap {
    position: relative;
    margin-top: 10px;
    color: #fff;
}
.fancybox-title-inside-wrap {
    padding-top: 10px;
}
.fancybox-title-over-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    padding: 10px;
    background: #000;
    background: rgba(0, 0, 0, 0.8);
}
/*Retina graphics!*/

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min--moz-device-pixel-ratio: 1.5),
only screen and (min-device-pixel-ratio: 1.5) {
    #fancybox-loading,
    .fancybox-close,
    .fancybox-prev span,
    .fancybox-next span {
        background-image: url("fancybox_sprite%402x.html");
        background-size: 44px 152px;
        /*The size of the normal image, half the size of the hi-res image*/
    }
    #fancybox-loading div {
        background-image: url("fancybox_loading%402x.html");
        background-size: 24px 24px;
        /*The size of the normal image, half the size of the hi-res image*/
    }
}
.carousel-caption {
    position: static !important;
}
.carousel-inner .item {
    letter-spacing: -.32em;
}
.carousel-inner .item > * {
    letter-spacing: 0;
}
.news .carousel-inner .col,
.testimonials-carousel .carousel-inner .col {
    float: none !important;
    display: inline-block;
    letter-spacing: 0;
    vertical-align: bottom;
}
.article {
    letter-spacing: -.32em;
}
.article .col {
    float: none !important;
    display: inline-block;
    letter-spacing: 0;
    vertical-align: bottom;
}
.news .carousel-caption h2 {
    font-weight: 700 !important;
}
.news .carousel-indicators {
    left: 0 !important;
    margin: 0 0 0 -98px;
}
.btn-default:hover {
    color: #fff !important;
}
@media only screen and (min-width: 1025px) {
    a[href^=tel],
    a[href^=skype],
    a[href^=sms] {
        cursor: default;
        pointer-events: none;
    }
}
strong{ font-size:14px !important; font-style:normal !important;}
.maincontent p{ text-align:center; padding:20px 0 40px 0; margin:15px 0px; border-bottom: solid 1px #855a25; }
.maincontent p strong{ font-size:14px;}
.footer-link{background:#54452c;padding: 22px 0; border-bottom: solid 5px #b89c70;  }
.footer-link ul{ text-align:center; padding:0px; margin:0px;}
.footer-link li{display: inline-block;border-right: 1px solid #fff;margin-right: 12px;padding-right: 18px;line-height: 16px; text-align:center;  font-size:14px;}
.footer-link li:last-child{border-right: none;margin-right: 0;padding-right: 0;}
.footer-link li a{color: #fff;}
.footer-link li a:hover{color: #e37f27;}
.footer-link1{background-image: url(file:///D|/Website%20Work/images/bg-3.jpg);background-position: center;background-size: cover;text-align: center;padding: 8px 0;}
.footer-link1 p{padding: 0;margin: 15px 0;}
.footer-link1 a{color: #bec6b7;}
.footer-link1 p{color: #fff;}



.preferred{text-align:center; padding:15px 0; color:#000;  }
.cpopyright{ background:#f4e6be; text-align:center; padding:15px 0; color:#31291e !important; }
.cpopyright a{}
.cpopyright a:hover{color: #e37f27;}
.preferred p{ padding:0px; margin:0px;}
.maharaja-footer{ background:#ebebeb; padding:0 0px 15px 0; }

.footer-menu01{background:#fff; padding: 0;}
.footer-menu01 ul {text-align: center;margin: 10px 0 0 0;  color:#000;} 
.footer-menu01 li {display: inline-block;margin-left: 10px;border-right: 1px solid #5f5f5f;padding-right: 10px;line-height: 12px; color:#5f5f5f; font-size:13px !important; font-weight:bold;}
.footer-menu01 li:first-child {margin-left: 0;}
.footer-menu01 li:last-child {border-right: none;padding-right: 0}
.footer-menu01 li a{color: #5f5f5f;}
.footer-menu01 li a:hover{color: #5f5f5f;}

.powered{ width:100%; overflow:hidden; color:#787878; padding:10px 0px; text-align:center; font-size:13px;}
.powered a{ color:#000; text-align:center;}
.powered a:hover{ color:#000;}

.logo-strip{text-align: center; width:100%; padding:15px 0; border-bottom: solid 1px #E5E5E5;}
.logo-strip img{}

@media(max-width:1000px){
	.breadcrumb {
    padding: 0px 0 0 0 !important;
   
}
.logo-strip{overflow: scroll;}

}

.tableStyle td.tableBody, .tableLinks td.tableBody {
    background: #FFF;
}tableStyle td {

    background: #FFFDF6;
    padding: 0 10px;
    height: 36px;

}
.tableStyle td, .tableLinks td {

    padding: 10px !important;
    border: solid 1px #dedede;

}
.tableBody {

    background: #fff;
    border: solid 1px #dbdbdb;
    padding: 10px 6px;
    margin: 0;

}
.recognized{ padding:10px 0 20px 0;}
.traveltips p	 { margin:0px 0px 10px 0px !important;}
.contentPanel2 {
padding:0;
list-style:none!important;
margin:0
}
ul.externalURL {
margin:0!important;
padding:0;
list-style:none
}
ul.externalURL li {
margin:.5%;
float:left;
padding:0!important;
background:none!important;
width:19.5%;
list-style:none!important;
margin-left:0!important
}
ul.externalURL li a {
display:block;
border-radius:5px;
float:left; text-align:center !important;
padding:7px; border: solid 1px #dbc8ad;
width:100%;
text-decoration:none;
color:#6d5739!important;
white-space:nowrap;
overflow:hidden;
text-overflow:ellipsis}

ul.externalURL li a:hover {text-decoration:none!important;color:#fff!important; background:#8e734d; border: solid 1px #dbc8ad;}
@media all and (max-width:991px) {
ul.externalURL li, .globalSitemap div {
width:32.5%;
float:left
}

}
@media (max-width:767px) {
	

ul.externalURL li, .globalSitemap div {
width:49%;
float:left
}
.navigation-bar .col-xs-5 .link{ display:none;}
	.navigation-bar .col-xs-7{ width:100% !important;}

}
@media all and (max-width:360px) {
ul.externalURL li, .globalSitemap div {
width:100%
}
}

.globalSitemap{ margin:30px 0 0 0; padding:0px; text-align:left !important; }
.globalSitemap div {float:left;width:100%; text-align:center;}
.globalSitemap span {display:block;width:100%;padding:5px 5px 35px 0;font-size:22px;font-weight:700}
.globalSitemap ul {margin:0 0 0 0px;padding:0;text-transform:capitalize}
.globalSitemap a {color:#333;text-decoration:none}
.globalSitemap a:hover {color:#333;text-decoration:none;font-weight:700}
.globalSitemap ul > li {list-style:none;line-height:26px}
.globalSitemap ul li a:hover {list-style:none;line-height:26px;  color:#b39361 ;}
.map img {width:100%}
.globalSitemap ul > li ul{ margin-left:25px;   }
.globalSitemap ul > li ul li {list-style:circle;  }
.page-content { text-align:left !important; margin-bottom:30px;}

.page-content .nav-tabs {border-bottom: 1px solid #caaa79 !important; }
.page-content .nav-tabs > li.active > {background-color: #caaa79 !important;color: #f4e6be !important; }
.page-content .nav-tabs > li.active > a:focus{background-color: #caaa79 !important;color: #f4e6be !important; }
.page-content .nav-tabs > li.active > a:hover{background-color: #caaa79;color:#600; }
.page-content .nav-tabs > li.active{background-color: #caaa79 !important;color:#600 !important; }

@media(max-width:767px){
.page-content .nav > li > a {
    padding: 5px 0px; width:33% !important; float:left !important;
    font-size: 16px; border: 1px solid #e9dbc6;}
	.page-content .nav-tabs {border-bottom:none; }
	
	.logo-strip img { width:90%}
}

@media(max-width:380px){
.page-content .nav > li > a {
    padding: 5px 0px; width:50% !important; float:left !important;
    font-size: 16px;border: 1px solid #e9dbc6;
}}




.page-content .nav-tabs > li > a{border-radius: 0;}
.page-content .nav > li > a{padding: 13px;font-size: 14px; font-weight:bold; text-align:center !important;}

@media(min-width:768px) and (max-width:1199px){
.navbar-default .navbar-nav li a {border-bottom: 1px solid #c8b380 !important;}}


@media(min-width:992px) and (max-width:1199px){
	.page-content .nav > li > a{padding: 20px 10px;}}
	
.highlightText { margin:25px 0 0 0 !important; padding:10px 0 6px 0; font-size:16px; color:#897E68; font-weight:600; border-bottom:1px dashed #e9dbc6;
 }
.tableStyle {background:#f5e9d7;margin-top: 10px; }
.tableStyle td {background:#FFFDF6; padding:0 10px;height: 36px; }
.tableStyle td.tableHead {background:#f5e9d7; font-weight:bold;color:#704707; padding:0 10px;height: 40px; }
.headingtext, .contentHeading1 {
   margin:25px 0 0 0 !important;
    padding: 10px 0 6px 0;
    font-size: 20px;
    color: #a87321; border-bottom:1px dashed #e9dbc6;
    font-weight: normal;}
	
age-content-main .text-box li {padding-bottom: 0px !important;}
.page-content-main p {
    margin: 15px 0 0 0px !important;
    text-align: left; 
	line-height:24px;
}



.dropdown .dropdown-menu .caret {
	border:4px solid transparent;
	border-left-color:#000;
	float:right;
	margin-top:6px
}
.dropdown-menu {
	min-width:250px
}
.dropdown-menu > li.open > a {
	background-color:#F5F5F5;
	color:#262626;
	text-decoration:none
}
.dropdown-menu .dropdown-menu {
	left:100%;
	margin:0;
	right:auto;
	top:-1px
}
.dropdown-menu-right .dropdown-menu, .navbar-right .dropdown-menu .dropdown-menu, .pull-right .dropdown-menu .dropdown-menu {
	left:auto;
	right:100%
}
.dropdown-menu.animated {
	-webkit-animation-duration:0.3s;
	animation-duration:0.3s
}
.dropdown-menu.animated:before {
	content:" ";
	display:block;
	height:100%;
	left:0;
	position:absolute;
	top:0;
	width:100%;
	z-index:99
}
.dropdownhover-top {
	margin-bottom:2px;
	margin-top:0
}
.navbar-fixed-bottom .dropdown-menu .dropdown-menu, .dropdownhover-top .dropdown-menu {
	bottom:-1px;
	top:auto
}
.navbar-nav > li > .dropdown-menu {
	margin-bottom:0
}
.dropdownhover-bottom {
	-webkit-transform-origin:50% 0;
	transform-origin:50% 0
}
.dropdownhover-left {
	-webkit-transform-origin:100% 50%;
	transform-origin:100% 50%
}
.dropdownhover-right {
	-webkit-transform-origin:0 50%;
	transform-origin:0 50%
}
.dropdownhover-top {
	-webkit-transform-origin:50% 100%;
	transform-origin:50% 100%
}
@media (max-width: 767px) {
	.page-content-main p{ color:#000; font-size:15px; line-height:26px; margin: 7px 0 0 0px !important;}
	.tableStyle td.tableBody, .tableLinks td.tableBody {
    background: 
    #FFF;
}
.tableStyle td {
    background:     #fff; color:#000;
    padding: 0 10px;
    height: 36px;
}
	.thetrainnone{ display:none !important;}
	.navbar-default { padding:0px !important;
    border: 0;
    text-align: center;
    text-transform: uppercase;
    font: 500 14px/16px;


}
#header .navbar-toggle { background:#222627; border: solid 1px #222627;
	
    top: -65px;}
	
		.logomian { display:block; background:#f4e6be; padding:0 0 10px 5px; display: block;}
.heading-mian .col-xs-6 { width:100%; display: block; }
.contactus .col-xs-6 { width:100%; display: block; }
 .traveltips  .col-xs-6 { width:100%; display: block; }
.image-frame{ width:100%; text-align:center; }
.heading-mian .image-frame img{ width:70% !important; text-align:center !important; display:inline-block !important;}
.heading-mian .image-frame {box-shadow:none !important;}
}

@media (min-width: 768px){
	.navbar-left {
    float: left !important; margin-left:10px !important;
} 
.navbar-right {
    float: right !important;
    margin-right: 10px !important;
}

.logomian { display:none;}
}
@media (max-width: 520px) {
	.carousel-inner > .item > img, .carousel-inner > .item > a > img{ height:160px;}
	
	
	.heading-mian .image-frame {    box-shadow: 3px 3px 38px 10px rgba(0, 0, 0, 0.25)  !important;}
    .heading-mian [class^="col-"], .heading-mian .col-xs-6, .about .col-xs-4, .contactus .col-xs-6 { width:100%; display: block; }
.heading-mian .image-frame img{ width:100% !important;}
}

#header .navbar-toggle {
  background: #5a492e;
  border: 2px solid #c2a476; margin-right: 15px;
}

#header .navbar-toggle:hover, #header .navbar-toggle:fosuc {
  background: #c2a476 !important;
}

/* main menu styles */
.navbar-default .navbar-nav li a:hover {
  border-color: #c2a476;
}

.navbar-default .navbar-nav li a:hover:before, .navbar-default .navbar-nav li a:hover:after {
  background: #c2a476;
}

.navbar-default .navbar-nav li.active a, .navbar-default .navbar-nav li.open a {
  border-color: #c2a476;
}

.navbar-default .navbar-nav li.active a:before, .navbar-default .navbar-nav li.active a:after, .navbar-default .navbar-nav li.open a:before, .navbar-default .navbar-nav li.open a:after {
  background: #c2a476;
}

/* navigation-bar styles */
.navigation-bar .link:hover {
  color: #c2a476;
}

/* about styles */
.about .box:before {
  background: rgba(133, 90, 37);
}

/* news styles */
.news .carousel-caption h2 {
  color: #c2a476;
}

.news .carousel-indicators li {
  border-color: #c2a476;
}

.news .carousel-indicators li.active, .news .carousel-indicators li:hover {
  background: #c2a476;
}

.btn-default {
  font-weight: 400;
}

.btn-default:hover {
  background: #caaa79;
}


.bookbtn { border: solid 1px #f4e6be; color: #f4e6be;
text-transform: uppercase;
border-radius: 20px;
padding: 8px 20px;
font: 400 16px/18px ;
font-style: normal;
font-weight: 400; text-align:center;
font-size: 14px;

}
.bookbtn:hover {
  background: #e5b770; color: #fff !important;
}


@media (max-width: 479px) {
.bookbtn { padding: 10px !important;}}


/* Restaurant styles */
.heading-mian .btn-default { font-size:14px;  color: #9f783c;
}

.team-carousel .info-box {
  background: rgba(194, 164, 118, 0.9);
}

.team-carousel .box:hover .image-frame {
  border-color: #c2a476;
}

.team-carousel .carousel-indicators li {
  border-color: #c2a476;
}

.team-carousel .carousel-indicators li.active, .team-carousel .carousel-indicators li:hover {
  background: #c2a476;
}

/* reservation bar styles */
.reservation-bar .btn {
  background: #c2a476;
}

.view-type li.active a {
  color: #c2a476;
}

.view-type a:hover {
  color: #c2a476;
}

/* rooms and blog-posts styles */
.rooms .info-frame h1, .blog-posts .info-frame h1 {
  color: #c2a476;
}

.rooms .rent-price, .blog-posts .rent-price {
  color: #c2a476;
}

.rooms .detail-list dt, .blog-posts .detail-list dt {
  color: #c2a476;
}

.rooms .image-slider .carousel-control:hover, .blog-posts .image-slider .carousel-control:hover {
  opacity: 1;
  color: #c2a476;
}

/* post detail styles */
.post-detail .social-networks a {
  border-color: #c2a476;
  color: #c2a476;
}

.post-detail .pager li > a:hover {
  color: #c2a476;
}

.post-detail .pager li > a:hover .glyphicon {
  color: #c2a476;
}

.metas span {
  font-size: 12px;
  color: #c2a476;
}

.metas a:hover {
  color: #c2a476;
}

/* paging styles */
.paging .pagination > li.active a {
  background: #c2a476;
  border-color: #c2a476;
}

.paging .pagination > li > a:hover {
  background: #c2a476;
  border-color: #c2a476;
}

/* comments block styles */
.comments-block .btn {
  background: #c2a476;
}

.comments-block .btn:hover {
  color: #c2a476;
}

/* contact styles */
.contact-form .btn {
  background: #c2a476;
}

.contact-form .btn:hover {
  color: #c2a476 !important;
}

/* rooms-section styles */
.info-block .holder .title {
  color: #c2a476;
}

.info-block .holder .price span {
  color: #c2a476;
}

.info-block .social-networks a:hover {
  color: #c2a476;
  border-color: #c2a476;
}

/* gallery section styles */
.gallery-section .social-networks a:hover {
  color: #c2a476;
  border-color: #c2a476;
}

/* testimonials styles */
.testimonials blockquote cite {
  color: #c2a476;
}

.testimonials .carousel-indicators li {
  border-color: #c2a476;
}

.testimonials .carousel-indicators li.active, .testimonials .carousel-indicators li:hover {
  background: #c2a476;
}

/* menu section styles */
.menu-list h2 {
  color: #c2a476;
}

.menu-list .image-frame {
  border: 1px solid rgba(198, 169, 126, 0.3);
}

.menu-list a:hover .price {
  color: #fff;
  background: #c2a476;
  border-color: #c2a476;
}

.menu-carousel .carousel-indicators li {
  border-color: #c2a476;
}

.menu-carousel .carousel-indicators li.active, .menu-carousel .carousel-indicators li:hover {
  background: #c2a476;
}

/* billing form styles */
.billing-form .btn {
  background: #c2a476;
}

.billing-form .btn:hover {
  color: #c2a476;
}

/* sidebar styles */
.sidebar .widget h1 {
  background: #c2a476;
}

.sidebar .list a:hover {
  color: #c2a476;
}

.sidebar .list a:before {
  background: #c2a476;
}

.sidebar .total-price {
  background: #c2a476;
}

.article-box .close {
  border: 2px solid #c2a476;
  color: #c2a476;
}

/* room-details styles */
.room-details .detail-list li strong {
  color: #c2a476;
}

.room-details .rent-price {
  color: #c2a476;
}

/* flex slider styles */
#flex-slider .social-networks a:hover {
  border-color: #c2a476;
  color: #c2a476;
}

form [type="checkbox"]:checked + .fake-input {
  background: #c2a476;
  border-color: #c2a476;
}

/* footer styles */
#footer {
  background: #c2a476;
}

.f-nav a:hover {
  color: #c2a476;
}

.go-top:hover {
  color: #c2a476;
}

    
	
	.btn-default:hover {
    background: #695537 !important;
}


.ui-helper-hidden {
	display: none;
}
.ui-helper-hidden-accessible {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
.ui-helper-reset {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	line-height: 1.3;
	text-decoration: none;
	font-size: 100%;
	list-style: none;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
	content: "";
	display: table;
	border-collapse: collapse;
}
.ui-helper-clearfix:after {
	clear: both;
}
.ui-helper-clearfix {
	min-height: 0; /* support: IE7 */
}
.ui-helper-zfix {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	opacity: 0;
	filter:Alpha(Opacity=0); /* support: IE8 */
}

.ui-front {
	z-index: 100;
}


/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
	cursor: default !important;
}


/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
	display: block;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
}


/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.ui-accordion .ui-accordion-header {
	display: block;
	cursor: pointer;
	position: relative;
	margin: 2px 0 0 0;
	padding: .5em .5em .5em .7em;
	min-height: 0; /* support: IE7 */
	font-size: 100%;
}
.ui-accordion .ui-accordion-icons {
	padding-left: 2.2em;
}
.ui-accordion .ui-accordion-icons .ui-accordion-icons {
	padding-left: 2.2em;
}
.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
	position: absolute;
	left: .5em;
	top: 50%;
	margin-top: -8px;
}
.ui-accordion .ui-accordion-content {
	padding: 1em 2.2em;
	border-top: 0;
	overflow: auto;
}
.ui-autocomplete {
	position: absolute;
	top: 0;
	left: 0;
	cursor: default;
}
.ui-button {
	display: inline-block;
	position: relative;
	padding: 0;
	line-height: normal;
	margin-right: .1em;
	cursor: pointer;
	vertical-align: middle;
	text-align: center;
	overflow: visible; /* removes extra width in IE */
}
.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
	text-decoration: none;
}
/* to make room for the icon, a width needs to be set here */
.ui-button-icon-only {
	width: 2.2em;
}
/* button elements seem to need a little more width */
button.ui-button-icon-only {
	width: 2.4em;
}
.ui-button-icons-only {
	width: 3.4em;
}
button.ui-button-icons-only {
	width: 3.7em;
}

/* button text element */
.ui-button .ui-button-text {
	display: block;
	line-height: normal;
}
.ui-button-text-only .ui-button-text {
	padding: .4em 1em;
}
.ui-button-icon-only .ui-button-text,
.ui-button-icons-only .ui-button-text {
	padding: .4em;
	text-indent: -9999999px;
}
.ui-button-text-icon-primary .ui-button-text,
.ui-button-text-icons .ui-button-text {
	padding: .4em 1em .4em 2.1em;
}
.ui-button-text-icon-secondary .ui-button-text,
.ui-button-text-icons .ui-button-text {
	padding: .4em 2.1em .4em 1em;
}
.ui-button-text-icons .ui-button-text {
	padding-left: 2.1em;
	padding-right: 2.1em;
}
/* no icon support for input elements, provide padding by default */
input.ui-button {
	padding: .4em 1em;
}

/* button icon element(s) */
.ui-button-icon-only .ui-icon,
.ui-button-text-icon-primary .ui-icon,
.ui-button-text-icon-secondary .ui-icon,
.ui-button-text-icons .ui-icon,
.ui-button-icons-only .ui-icon {
	position: absolute;
	top: 50%;
	margin-top: -8px;
}
.ui-button-icon-only .ui-icon {
	left: 50%;
	margin-left: -8px;
}
.ui-button-text-icon-primary .ui-button-icon-primary,
.ui-button-text-icons .ui-button-icon-primary,
.ui-button-icons-only .ui-button-icon-primary {
	left: .5em;
}
.ui-button-text-icon-secondary .ui-button-icon-secondary,
.ui-button-text-icons .ui-button-icon-secondary,
.ui-button-icons-only .ui-button-icon-secondary {
	right: .5em;
}

/* button sets */
.ui-buttonset {
	margin-right: 7px;
}
.ui-buttonset .ui-button {
	margin-left: 0;
	margin-right: -.3em;
}

/* workarounds */
/* reset extra padding in Firefox, see h5bp.com/l */
input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
	border: 0;
	padding: 0;
}
.ui-datepicker {
	width: 17em;
	padding: .2em .2em 0;
	display: none;
}
.ui-datepicker .ui-datepicker-header {
	position: relative;
	padding: .2em 0;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
	position: absolute;
	top: 2px;
	width: 1.8em;
	height: 1.8em;
}
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
	top: 1px;
}
.ui-datepicker .ui-datepicker-prev {
	left: 2px;
}
.ui-datepicker .ui-datepicker-next {
	right: 2px;
}
.ui-datepicker .ui-datepicker-prev-hover {
	left: 1px;
}
.ui-datepicker .ui-datepicker-next-hover {
	right: 1px;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -8px;
	top: 50%;
	margin-top: -8px;
}
.ui-datepicker .ui-datepicker-title {
	margin: 0 2.3em;
	line-height: 1.8em;
	text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
	font-size: 1em;
	margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
	width: 45%;
}
.ui-datepicker table {
	width: 100%;
	font-size: .9em;
	border-collapse: collapse;
	margin: 0 0 .4em;
}
.ui-datepicker th {
	padding: .7em .3em;
	text-align: center;
	font-weight: bold;
	border: 0;
}
.ui-datepicker td {
	border: 0;
	padding: 1px;
}
.ui-datepicker td span,
.ui-datepicker td a {
	display: block;
	padding: .2em;
	text-align: right;
	text-decoration: none;
}
.ui-datepicker .ui-datepicker-buttonpane {
	background-image: none;
	margin: .7em 0 0 0;
	padding: 0 .2em;
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
	float: right;
	margin: .5em .2em .4em;
	cursor: pointer;
	padding: .2em .6em .3em .6em;
	width: auto;
	overflow: visible;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
	float: left;
}

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
	width: auto;
}
.ui-datepicker-multi .ui-datepicker-group {
	float: left;
}
.ui-datepicker-multi .ui-datepicker-group table {
	width: 95%;
	margin: 0 auto .4em;
}
.ui-datepicker-multi-2 .ui-datepicker-group {
	width: 50%;
}
.ui-datepicker-multi-3 .ui-datepicker-group {
	width: 33.3%;
}
.ui-datepicker-multi-4 .ui-datepicker-group {
	width: 25%;
}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
	border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-buttonpane {
	clear: left;
}
.ui-datepicker-row-break {
	clear: both;
	width: 100%;
	font-size: 0;
}

/* RTL support */
.ui-datepicker-rtl {
	direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
	right: 2px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
	left: 2px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
	right: 1px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
	left: 1px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
	clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
	float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
	float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
	border-right-width: 0;
	border-left-width: 1px;
}
.ui-dialog {
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	padding: .2em;
	outline: 0;
}
.ui-dialog .ui-dialog-titlebar {
	padding: .4em 1em;
	position: relative;
}
.ui-dialog .ui-dialog-title {
	float: left;
	margin: .1em 0;
	white-space: nowrap;
	width: 90%;
	overflow: hidden;
	text-overflow: ellipsis;
}
.ui-dialog .ui-dialog-titlebar-close {
	position: absolute;
	right: .3em;
	top: 50%;
	width: 20px;
	margin: -10px 0 0 0;
	padding: 1px;
	height: 20px;
}
.ui-dialog .ui-dialog-content {
	position: relative;
	border: 0;
	padding: .5em 1em;
	background: none;
	overflow: auto;
}
.ui-dialog .ui-dialog-buttonpane {
	text-align: left;
	border-width: 1px 0 0 0;
	background-image: none;
	margin-top: .5em;
	padding: .3em 1em .5em .4em;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
	float: right;
}
.ui-dialog .ui-dialog-buttonpane button {
	margin: .5em .4em .5em 0;
	cursor: pointer;
}
.ui-dialog .ui-resizable-se {
	width: 12px;
	height: 12px;
	right: -5px;
	bottom: -5px;
	background-position: 16px 16px;
}
.ui-draggable .ui-dialog-titlebar {
	cursor: move;
}
.ui-draggable-handle {
	-ms-touch-action: none;
	touch-action: none;
}
.ui-menu {
	list-style: none;
	padding: 0;
	margin: 0;
	display: block;
	outline: none;
}
.ui-menu .ui-menu {
	position: absolute;
}
.ui-menu .ui-menu-item {
	position: relative;
	margin: 0;
	padding: 3px 1em 3px .4em;
	cursor: pointer;
	min-height: 0; /* support: IE7 */
	/* support: IE10, see #8844 */
	list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
}
.ui-menu .ui-menu-divider {
	margin: 5px 0;
	height: 0;
	font-size: 0;
	line-height: 0;
	border-width: 1px 0 0 0;
}
.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
	margin: -1px;
}

/* icon support */
.ui-menu-icons {
	position: relative;
}
.ui-menu-icons .ui-menu-item {
	padding-left: 2em;
}

/* left-aligned */
.ui-menu .ui-icon {
	position: absolute;
	top: 0;
	bottom: 0;
	left: .2em;
	margin: auto 0;
}

/* right-aligned */
.ui-menu .ui-menu-icon {
	left: auto;
	right: 0;
}
.ui-progressbar {
	height: 2em;
	text-align: left;
	overflow: hidden;
}
.ui-progressbar .ui-progressbar-value {
	margin: -1px;
	height: 100%;
}
.ui-progressbar .ui-progressbar-overlay {
	background: url("data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==");
	height: 100%;
	filter: alpha(opacity=25); /* support: IE8 */
	opacity: 0.25;
}
.ui-progressbar-indeterminate .ui-progressbar-value {
	background-image: none;
}
.ui-resizable {
	position: relative;
}
.ui-resizable-handle {
	position: absolute;
	font-size: 0.1px;
	display: block;
	-ms-touch-action: none;
	touch-action: none;
}
.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
	display: none;
}
.ui-resizable-n {
	cursor: n-resize;
	height: 7px;
	width: 100%;
	top: -5px;
	left: 0;
}
.ui-resizable-s {
	cursor: s-resize;
	height: 7px;
	width: 100%;
	bottom: -5px;
	left: 0;
}
.ui-resizable-e {
	cursor: e-resize;
	width: 7px;
	right: -5px;
	top: 0;
	height: 100%;
}
.ui-resizable-w {
	cursor: w-resize;
	width: 7px;
	left: -5px;
	top: 0;
	height: 100%;
}
.ui-resizable-se {
	cursor: se-resize;
	width: 12px;
	height: 12px;
	right: 1px;
	bottom: 1px;
}
.ui-resizable-sw {
	cursor: sw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	bottom: -5px;
}
.ui-resizable-nw {
	cursor: nw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	top: -5px;
}
.ui-resizable-ne {
	cursor: ne-resize;
	width: 9px;
	height: 9px;
	right: -5px;
	top: -5px;
}
.ui-selectable {
	-ms-touch-action: none;
	touch-action: none;
}
.ui-selectable-helper {
	position: absolute;
	z-index: 100;
	border: 1px dotted black;
}
.ui-selectmenu-menu {
	padding: 0;
	margin: 0;
	position: absolute;
	top: 0;
	left: 0;
	display: none;
}
.ui-selectmenu-menu .ui-menu {
	overflow: auto;
	/* Support: IE7 */
	overflow-x: hidden;
	padding-bottom: 1px;
}
.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
	font-size: 1em;
	font-weight: bold;
	line-height: 1.5;
	padding: 2px 0.4em;
	margin: 0.5em 0 0 0;
	height: auto;
	border: 0;
}
.ui-selectmenu-open {
	display: block;
}
.ui-selectmenu-button {
	display: inline-block;
	overflow: hidden;
	position: relative;
	text-decoration: none;
	cursor: pointer;
}
.ui-selectmenu-button span.ui-icon {
	right: 0.5em;
	left: auto;
	margin-top: -8px;
	position: absolute;
	top: 50%;
}
.ui-selectmenu-button span.ui-selectmenu-text {
	text-align: left;
	padding: 0.4em 2.1em 0.4em 1em;
	display: block;
	line-height: 1.4;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.ui-slider {
	position: relative;
	text-align: left;
}
.ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 2;
	width: 2px;
	height: 10px;
	cursor: default;
	-ms-touch-action: none;
	touch-action: none;
}
.ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	font-size: .7em;
	display: block;
	border: 0;
	background-position: 0 0;
}

/* support: IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
	filter: inherit;
}

.ui-slider-horizontal {
	height: 3px;
}
.ui-slider-horizontal .ui-slider-handle {
	top: -3px;
	margin-left: -1px;
}
.ui-slider-horizontal .ui-slider-range {
	top: 0;
	height: 100%;
}
.ui-slider-horizontal .ui-slider-range-min {
	left: 0;
}
.ui-slider-horizontal .ui-slider-range-max {
	right: 0;
}

.ui-slider-vertical {
	width: .8em;
	height: 100px;
}
.ui-slider-vertical .ui-slider-handle {
	left: -.3em;
	margin-left: 0;
	margin-bottom: -.6em;
}
.ui-slider-vertical .ui-slider-range {
	left: 0;
	width: 100%;
}
.ui-slider-vertical .ui-slider-range-min {
	bottom: 0;
}
.ui-slider-vertical .ui-slider-range-max {
	top: 0;
}
.ui-sortable-handle {
	-ms-touch-action: none;
	touch-action: none;
}
.ui-spinner {
	position: relative;
	display: inline-block;
	overflow: hidden;
	padding: 0;
	vertical-align: middle;
}
.ui-spinner-input {
	border: none;
	background: none;
	color: inherit;
	padding: 0;
	margin: .2em 0;
	vertical-align: middle;
	margin-left: .4em;
	margin-right: 22px;
}
.ui-spinner-button {
	width: 16px;
	height: 50%;
	font-size: .5em;
	padding: 0;
	margin: 0;
	text-align: center;
	position: absolute;
	cursor: default;
	display: block;
	overflow: hidden;
	right: 0;
}
/* more specificity required here to override default borders */
.ui-spinner a.ui-spinner-button {
	border-top: none;
	border-bottom: none;
	border-right: none;
}
/* vertically center icon */
.ui-spinner .ui-icon {
	position: absolute;
	margin-top: -8px;
	top: 50%;
	left: 0;
}
.ui-spinner-up {
	top: 0;
}
.ui-spinner-down {
	bottom: 0;
}

/* TR overrides */
.ui-spinner .ui-icon-triangle-1-s {
	/* need to fix icons sprite */
	background-position: -65px -16px;
}
.ui-tabs {
	position: relative;/* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
	padding: .2em;
}
.ui-tabs .ui-tabs-nav {
	margin: 0;
	padding: .2em .2em 0;
}
.ui-tabs .ui-tabs-nav li {
	list-style: none;
	float: left;
	position: relative;
	top: 0;
	margin: 1px .2em 0 0;
	border-bottom-width: 0;
	padding: 0;
	white-space: nowrap;
}
.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
	float: left;
	padding: .5em 1em;
	text-decoration: none;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active {
	margin-bottom: -1px;
	padding-bottom: 1px;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
	cursor: text;
}
.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
	cursor: pointer;
}
.ui-tabs .ui-tabs-panel {
	display: block;
	border-width: 0;
	padding: 1em 1.4em;
	background: none;
}
.ui-tooltip {
	padding: 8px;
	position: absolute;
	z-index: 9999;
	max-width: 300px;
	-webkit-box-shadow: 0 0 5px #aaa;
	box-shadow: 0 0 5px #aaa;
}
body .ui-tooltip {
	border-width: 2px;
}

/* Component containers
----------------------------------*/
.ui-widget {
	font-family: Verdana,Arial,sans-serif;
	font-size: 1.1em;
}
.ui-widget .ui-widget {
	font-size: 1em;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
	font-family: Verdana,Arial,sans-serif;
	font-size: 1em;
}
.ui-widget-content {
	border: 0;
	background: rgba(126, 126, 126, 0.5);
}
.ui-widget-content a {
	color: #222222;
}
.ui-widget-header {
	border: 0;
	background: #c2a476;
	color: #222222;
	font-weight: bold;
}
.ui-widget-header a {
	color: #222222;
}

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
	border: 0;
	background: #c2a476;
	font-weight: normal;
	color: #555555;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
	color: #555555;
	text-decoration: none;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
	border: 1px solid #999999;
	background: #dadada url("../../css/images/ui-bg_glass_75_dadada_1x400.html") 50% 50% repeat-x;
	font-weight: normal;
	color: #212121;
}
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited {
	color: #212121;
	text-decoration: none;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
	border: 1px solid #aaaaaa;
	background: #ffffff url("../../css/images/ui-bg_glass_65_ffffff_1x400.html") 50% 50% repeat-x;
	font-weight: normal;
	color: #212121;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
	color: #212121;
	text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
	border: 1px solid #fcefa1;
	background: #fbf9ee url("../../css/images/ui-bg_glass_55_fbf9ee_1x400.html") 50% 50% repeat-x;
	color: #363636;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
	color: #363636;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
	border: 1px solid #cd0a0a;
	background: #fef1ec url("../../css/images/ui-bg_glass_95_fef1ec_1x400.html") 50% 50% repeat-x;
	color: #cd0a0a;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
	color: #cd0a0a;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
	color: #cd0a0a;
}
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
	font-weight: bold;
}
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
	opacity: .7;
	filter:Alpha(Opacity=70); /* support: IE8 */
	font-weight: normal;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
	opacity: .35;
	filter:Alpha(Opacity=35); /* support: IE8 */
	background-image: none;
}
.ui-state-disabled .ui-icon {
	filter:Alpha(Opacity=35); /* support: IE8 - See #6059 */
}

/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
	width: 16px;
	height: 16px;
}
.ui-icon,
.ui-widget-content .ui-icon {
	background-image: url("../../css/images/ui-icons_222222_256x240.html");
}
.ui-widget-header .ui-icon {
	background-image: url("../../css/images/ui-icons_222222_256x240.html");
}
.ui-state-default .ui-icon {
	background-image: url("../../css/images/ui-icons_888888_256x240.html");
}
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon {
	background-image: url("../../css/images/ui-icons_454545_256x240.html");
}
.ui-state-active .ui-icon {
	background-image: url("../../css/images/ui-icons_454545_256x240.html");
}
.ui-state-highlight .ui-icon {
	background-image: url("../../css/images/ui-icons_2e83ff_256x240.html");
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
	background-image: url("../../css/images/ui-icons_cd0a0a_256x240.html");
}

/* positioning */
.ui-icon-blank { background-position: 16px 16px; }
.ui-icon-carat-1-n { background-position: 0 0; }
.ui-icon-carat-1-ne { background-position: -16px 0; }
.ui-icon-carat-1-e { background-position: -32px 0; }
.ui-icon-carat-1-se { background-position: -48px 0; }
.ui-icon-carat-1-s { background-position: -64px 0; }
.ui-icon-carat-1-sw { background-position: -80px 0; }
.ui-icon-carat-1-w { background-position: -96px 0; }
.ui-icon-carat-1-nw { background-position: -112px 0; }
.ui-icon-carat-2-n-s { background-position: -128px 0; }
.ui-icon-carat-2-e-w { background-position: -144px 0; }
.ui-icon-triangle-1-n { background-position: 0 -16px; }
.ui-icon-triangle-1-ne { background-position: -16px -16px; }
.ui-icon-triangle-1-e { background-position: -32px -16px; }
.ui-icon-triangle-1-se { background-position: -48px -16px; }
.ui-icon-triangle-1-s { background-position: -64px -16px; }
.ui-icon-triangle-1-sw { background-position: -80px -16px; }
.ui-icon-triangle-1-w { background-position: -96px -16px; }
.ui-icon-triangle-1-nw { background-position: -112px -16px; }
.ui-icon-triangle-2-n-s { background-position: -128px -16px; }
.ui-icon-triangle-2-e-w { background-position: -144px -16px; }
.ui-icon-arrow-1-n { background-position: 0 -32px; }
.ui-icon-arrow-1-ne { background-position: -16px -32px; }
.ui-icon-arrow-1-e { background-position: -32px -32px; }
.ui-icon-arrow-1-se { background-position: -48px -32px; }
.ui-icon-arrow-1-s { background-position: -64px -32px; }
.ui-icon-arrow-1-sw { background-position: -80px -32px; }
.ui-icon-arrow-1-w { background-position: -96px -32px; }
.ui-icon-arrow-1-nw { background-position: -112px -32px; }
.ui-icon-arrow-2-n-s { background-position: -128px -32px; }
.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
.ui-icon-arrow-2-e-w { background-position: -160px -32px; }
.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
.ui-icon-arrowstop-1-n { background-position: -192px -32px; }
.ui-icon-arrowstop-1-e { background-position: -208px -32px; }
.ui-icon-arrowstop-1-s { background-position: -224px -32px; }
.ui-icon-arrowstop-1-w { background-position: -240px -32px; }
.ui-icon-arrowthick-1-n { background-position: 0 -48px; }
.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
.ui-icon-arrowthick-1-e { background-position: -32px -48px; }
.ui-icon-arrowthick-1-se { background-position: -48px -48px; }
.ui-icon-arrowthick-1-s { background-position: -64px -48px; }
.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
.ui-icon-arrowthick-1-w { background-position: -96px -48px; }
.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
.ui-icon-arrow-4 { background-position: 0 -80px; }
.ui-icon-arrow-4-diag { background-position: -16px -80px; }
.ui-icon-extlink { background-position: -32px -80px; }
.ui-icon-newwin { background-position: -48px -80px; }
.ui-icon-refresh { background-position: -64px -80px; }
.ui-icon-shuffle { background-position: -80px -80px; }
.ui-icon-transfer-e-w { background-position: -96px -80px; }
.ui-icon-transferthick-e-w { background-position: -112px -80px; }
.ui-icon-folder-collapsed { background-position: 0 -96px; }
.ui-icon-folder-open { background-position: -16px -96px; }
.ui-icon-document { background-position: -32px -96px; }
.ui-icon-document-b { background-position: -48px -96px; }
.ui-icon-note { background-position: -64px -96px; }
.ui-icon-mail-closed { background-position: -80px -96px; }
.ui-icon-mail-open { background-position: -96px -96px; }
.ui-icon-suitcase { background-position: -112px -96px; }
.ui-icon-comment { background-position: -128px -96px; }
.ui-icon-person { background-position: -144px -96px; }
.ui-icon-print { background-position: -160px -96px; }
.ui-icon-trash { background-position: -176px -96px; }
.ui-icon-locked { background-position: -192px -96px; }
.ui-icon-unlocked { background-position: -208px -96px; }
.ui-icon-bookmark { background-position: -224px -96px; }
.ui-icon-tag { background-position: -240px -96px; }
.ui-icon-home { background-position: 0 -112px; }
.ui-icon-flag { background-position: -16px -112px; }
.ui-icon-calendar { background-position: -32px -112px; }
.ui-icon-cart { background-position: -48px -112px; }
.ui-icon-pencil { background-position: -64px -112px; }
.ui-icon-clock { background-position: -80px -112px; }
.ui-icon-disk { background-position: -96px -112px; }
.ui-icon-calculator { background-position: -112px -112px; }
.ui-icon-zoomin { background-position: -128px -112px; }
.ui-icon-zoomout { background-position: -144px -112px; }
.ui-icon-search { background-position: -160px -112px; }
.ui-icon-wrench { background-position: -176px -112px; }
.ui-icon-gear { background-position: -192px -112px; }
.ui-icon-heart { background-position: -208px -112px; }
.ui-icon-star { background-position: -224px -112px; }
.ui-icon-link { background-position: -240px -112px; }
.ui-icon-cancel { background-position: 0 -128px; }
.ui-icon-plus { background-position: -16px -128px; }
.ui-icon-plusthick { background-position: -32px -128px; }
.ui-icon-minus { background-position: -48px -128px; }
.ui-icon-minusthick { background-position: -64px -128px; }
.ui-icon-close { background-position: -80px -128px; }
.ui-icon-closethick { background-position: -96px -128px; }
.ui-icon-key { background-position: -112px -128px; }
.ui-icon-lightbulb { background-position: -128px -128px; }
.ui-icon-scissors { background-position: -144px -128px; }
.ui-icon-clipboard { background-position: -160px -128px; }
.ui-icon-copy { background-position: -176px -128px; }
.ui-icon-contact { background-position: -192px -128px; }
.ui-icon-image { background-position: -208px -128px; }
.ui-icon-video { background-position: -224px -128px; }
.ui-icon-script { background-position: -240px -128px; }
.ui-icon-alert { background-position: 0 -144px; }
.ui-icon-info { background-position: -16px -144px; }
.ui-icon-notice { background-position: -32px -144px; }
.ui-icon-help { background-position: -48px -144px; }
.ui-icon-check { background-position: -64px -144px; }
.ui-icon-bullet { background-position: -80px -144px; }
.ui-icon-radio-on { background-position: -96px -144px; }
.ui-icon-radio-off { background-position: -112px -144px; }
.ui-icon-pin-w { background-position: -128px -144px; }
.ui-icon-pin-s { background-position: -144px -144px; }
.ui-icon-play { background-position: 0 -160px; }
.ui-icon-pause { background-position: -16px -160px; }
.ui-icon-seek-next { background-position: -32px -160px; }
.ui-icon-seek-prev { background-position: -48px -160px; }
.ui-icon-seek-end { background-position: -64px -160px; }
.ui-icon-seek-start { background-position: -80px -160px; }
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first { background-position: -80px -160px; }
.ui-icon-stop { background-position: -96px -160px; }
.ui-icon-eject { background-position: -112px -160px; }
.ui-icon-volume-off { background-position: -128px -160px; }
.ui-icon-volume-on { background-position: -144px -160px; }
.ui-icon-power { background-position: 0 -176px; }
.ui-icon-signal-diag { background-position: -16px -176px; }
.ui-icon-signal { background-position: -32px -176px; }
.ui-icon-battery-0 { background-position: -48px -176px; }
.ui-icon-battery-1 { background-position: -64px -176px; }
.ui-icon-battery-2 { background-position: -80px -176px; }
.ui-icon-battery-3 { background-position: -96px -176px; }
.ui-icon-circle-plus { background-position: 0 -192px; }
.ui-icon-circle-minus { background-position: -16px -192px; }
.ui-icon-circle-close { background-position: -32px -192px; }
.ui-icon-circle-triangle-e { background-position: -48px -192px; }
.ui-icon-circle-triangle-s { background-position: -64px -192px; }
.ui-icon-circle-triangle-w { background-position: -80px -192px; }
.ui-icon-circle-triangle-n { background-position: -96px -192px; }
.ui-icon-circle-arrow-e { background-position: -112px -192px; }
.ui-icon-circle-arrow-s { background-position: -128px -192px; }
.ui-icon-circle-arrow-w { background-position: -144px -192px; }
.ui-icon-circle-arrow-n { background-position: -160px -192px; }
.ui-icon-circle-zoomin { background-position: -176px -192px; }
.ui-icon-circle-zoomout { background-position: -192px -192px; }
.ui-icon-circle-check { background-position: -208px -192px; }
.ui-icon-circlesmall-plus { background-position: 0 -208px; }
.ui-icon-circlesmall-minus { background-position: -16px -208px; }
.ui-icon-circlesmall-close { background-position: -32px -208px; }
.ui-icon-squaresmall-plus { background-position: -48px -208px; }
.ui-icon-squaresmall-minus { background-position: -64px -208px; }
.ui-icon-squaresmall-close { background-position: -80px -208px; }
.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
.ui-icon-grip-diagonal-se { background-position: -80px -224px; }


/* Misc visuals
----------------------------------*/

/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
	border-top-left-radius: 0;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
	border-top-right-radius: 0;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
	border-bottom-left-radius: 0;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
	border-bottom-right-radius: 0;
}

/* Overlays */
.ui-widget-overlay {
	background: #aaaaaa url("../../css/images/ui-bg_flat_0_aaaaaa_40x100.html") 50% 50% repeat-x;
	opacity: .3;
	filter: Alpha(Opacity=30); /* support: IE8 */
}
.ui-widget-shadow {
	margin: -8px 0 0 -8px;
	padding: 8px;
	background: #aaaaaa url("../../css/images/ui-bg_flat_0_aaaaaa_40x100.html") 50% 50% repeat-x;
	opacity: .3;
	filter: Alpha(Opacity=30); /* support: IE8 */
	border-radius: 8px;
}

.pow-delhi-offer{background: #f4f0ec;border: 1px solid #caaa79;padding: 15px 30px;margin: 50px auto;position: relative;width: 65%;font-size: 21px;}
.pow-delhi-offer strong{font-size: 18px!important;color: #ff4646;}
.pow-delhi-offer img{position: absolute;top: -32px;left: -32px;}
@media(max-width:767px){
	.pow-delhi-offer{width: 80%;}
}
#includedContent .luxBooking {
  text-align: right !important;
  padding: 0; 
}

.luxBooking a:hover {
  color: #fff; text-decoration: none;
}


.pow-delhi-offer {
  margin-top: 30px !important;
  text-align: center !important;
}