/*--------------------------------------------------------------------
Highland Safaris | Web Smart Media
[Table of contents]
1. Header
2. Preloader
3. Content
4. Footer
5. Bootstrap select
6. Responsive
7. Common styles
--------------------------------------------------------------------*/
/*--------------------------------------------------------------------
[1. Header]
--------------------------------------------------------------------*/
/*--header start here--*/
.banner {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    min-height: 720px;
    border-bottom: 4px solid #a39161;
    margin-top: 180px;
}
.logo {
    margin-bottom: 1em;
}
.mt-5{margin-top: 5px;}
.mt-10{margin-top: 10px;}
.mt-20{margin-top: 20px;}
.mt-30{margin-top: 30px;}
.mt-40{margin-top: 40px;}
.inside-img{height: 625px;}
.fotorama__caption__wrap{background-color:rgba(63, 6, 0, .9) !important;color:#fff !important;}
.fotorama__thumb-border{border-color:#ad3513!important; }
/*-----------------------------------------------------------------------------------*/
/*  MENU
/*-----------------------------------------------------------------------------------*/
#menu-wrapper .menu {
    list-style: none;
    float: right;
    position: relative;
    z-index: 1003;
    padding-top: 15px;
    padding-right: 0;
    padding-bottom: 30px;
    padding-left: 0;
}
#menu-wrapper .menu ul {
    margin: 0;
    list-style-type: none;
    position: relative;
    overflow: inherit;
}
#menu-wrapper .menu ul li {
    position: relative;
    float: left;
    background: none;
    padding-left: 15px;
    margin-left: 15px;
}
#menu-wrapper .menu ul li a {
    display: block;
    text-decoration: none;
    line-height: 1;
    font-family: 'Open Sans Condensed', sans-serif;
    font-size: 28px;
    letter-spacing: 0.4px;
    color: #FFF;
    -webkit-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
    padding: 0;
    font-weight: bold;
}
#menu-wrapper .menu ul li.active a,
#menu-wrapper .menu ul li a:hover {
    color: #ef2379;
}
#menu-wrapper .menu ul li.active li a {
    color: #FFFFFF;
}
#menu-wrapper .menu ul li ul {
    position: absolute;
    left: 0;
    display: none;
    visibility: hidden;
    width: 190px;
    padding: 31px 0 0 0;
}
#menu-wrapper .menu ul li ul ul {
    padding: 0;
}
#menu-wrapper .menu ul li ul li {
    display: list-item;
    float: none;
    background-color: #2c2c2c;
    padding: 0 15px;
    margin: 0;
}
#menu-wrapper .menu ul li ul li:first-child {
    background-image: none
}
#menu-wrapper .menu ul li ul li ul {
    top: 0
}
#menu-wrapper .menu ul li ul li a {
    margin: 0;
    border: none;
    padding: 13px 0;
    line-height: 1;
    font-size: 14px;
    background-image: url(../images/line.png);
    background-repeat: repeat-x;
    background-position: left top;
}
#menu-wrapper .menu ul li ul li:first-child a {
    background: none
}
#menu-wrapper .menu ul li ul li a:hover {
    color: #ef2379;
}
* html .menu {
    height: 1%
}
.selectnav {
    display: none;
    width: 280px;
    margin: 0 auto;
}
/* start h_menu */
.h_menu4 {
    margin: 0 auto;
    width: 100%;
    padding: 15px 0;
}
.toggleMenu {
    display: none;
    width: 100%;
    color: #FFF;
    font-size: 1.5em;
}
.nav li.logo.active a,
.nav li.logo a:hover {
    border-bottom: none;
}
.nav {
    list-style: none;
    *zoom: 1;
    margin-top: 20px;
}
.nav:before,
.nav:after {
    content: " ";
    display: table;
}
.nav:after {
    clear: both;
}
.nav ul {
    list-style: none;
    width: 13em;
    border-bottom: 4px solid #fdc500;
    z-index: 888;
}
.nav li a {
    display: block;
    margin: 0px 4px;
    font-size: 18px;
    padding: 0px;
    padding-bottom: 20px;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    text-decoration: none;
    font-weight: 700;
    margin-top: 30px;
    letter-spacing: 1px;
}
.nav li:hover {
    color: red;
}
.nav li {
    position: relative;
}
.nav > li {
    display: inline-block;
    margin: 0 3px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    -webkit-transition: -webkit-transform 0.5s, visibility 0.5s, opacity 0.5s;
    -moz-transition: -moz-transform 0.5s, visibility 0.5s, opacity 0.5s;
    -o-transition: -o-transform 0.5s, visibility 0.5s, opacity 0.5s;
    transition: transform 0.5s, visibility 0.5s, opacity 0.5s;
}
.nav > li > a {
    color: #ad3513;
    font-weight: 700;
    -webkit-transition: -webkit-transform 0.5s, visibility 0.5s, opacity 0.5s;
    -moz-transition: -moz-transform 0.5s, visibility 0.5s, opacity 0.5s;
    -o-transition: -o-transform 0.5s, visibility 0.5s, opacity 0.5s;
    transition: transform 0.5s, visibility 0.5s, opacity 0.5s;
   /* padding-right: 15px;*/
}
/*.nav > li > a:hover{background: #ad3513!important;}*/
.nav > li.hover > ul {
    left: -1px;
    top: 48px;
}
.nav li li.hover ul {
    left: 100%;
    -webkit-transition: background .2s ease;
    -moz-transition: background .2s ease;
    -ms-transition: background .2s ease;
    -o-transition: background .2s ease;
    transition: background .2s ease;
}
.nav > li > li > a {
    font-size: 0.85em;
    padding: 10px 20px;
    display: block;
    color: #555;
    background: #fff;
    position: relative;
    z-index: 9999;
    font-weight: normal;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    width: 100%;
    text-decoration: none;
    margin: 0;
    text-transform: lowercase;
}
.nav li li {
    border-top: none;
}
.nav li li:hover {
    border-top: none;
}
.nav li li a {
    text-transform: capitalize;
    font-size: 1em;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    /*border-left: 1px solid #e8ebf1;
    border-right: 1px solid #e8ebf1;*/
    margin-top: 0!important;
    padding-left: 4px!important;
    padding: 8px;
    color: #fff;
}
.nav li li a:hover {
    background: #ad3513;
    color: #fdc500;
}
.nav > li > a:hover,
.nav > li > a:focus {
    color: #fdc500;
    background: #ad3513;
    background: transparent;
}
.nav > li > ul {
    position: absolute;
    left: -9999px;
    padding: 0;
    z-index: 9999;
    background: #ad3513;
    margin-top: 30px;
    width: 230px;
}
.header-home {
    z-index: 999;
    position: fixed;
    top: 0;
    width: 100%;
    margin: 0 auto;
    left: 0;
}
.nav li.active a {
    color: #a39161;
}
/* ==========================================================================
   MENU CONFIGURATION
   ========================================================================== */
.menu {
    position: fixed;
    right: -207px;
    width: 260px;
    height: 100%;
    top: 0;
    z-index: 10;
    text-align: left;
    overflow-x: scroll;
}
.menu.menu-open {
    right: 0px;
}
.menu-wrap {
    position: absolute;
    top: 0;
    left: 60px;
    background: #ad3513;
    width: 200px;
    height: 100%;
    padding-top: 20px;
    overflow-x: auto;
}
.menu h1.logo a {
    font-family: "Oswald", sans-serif;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.15em;
    line-height: 40px;
    text-transform: uppercase;
    color: #ffffff;
    margin-top: 20px;
}
.menu h1.logo a:hover {
    color: #f85c37;
}
.menu img.logo {
    margin: 20px 0;
    max-width: 160px;
}
.menu a {
    margin-left: 15px;
    color: #fff;
    display: block;
    font-size: 13px;
    font-weight: 400;
    line-height: 30px;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
}
.menu a:hover {
    color: #fdc500;
    text-decoration: none;
}
.menu a:active {
    color: #fdc500;
}
.menu a > i {
    float: left;
    display: inline-block;
    vertical-align: middle;
    text-align: left;
    width: 25px;
    font-size: 14px;
    line-height: 40px;
    margin: 25px 2px;
}
.menu ul {
    list-style: none;
}
.menu-close {
    cursor: pointer;
    display: block;
    position: absolute;
    font-size: 21px;
    color: #fdc500;
    width: 40px;
    height: 40px;
    line-height: 20px;
    top: 5px;
    right: 5px;
    -webkit-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    -ms-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
}
.menu-close:hover {
    color: #ffffff;
    -webkit-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    -ms-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
}
/* Push the body after clicking the menu button */
.body-push {
    overflow-x: hidden;
    position: relative;
    left: 0;
}
.body-push-toright {
    left: 200px;
}
.body-push-toleft {
    left: -200px;
}
.menu,
.body-push {
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
#menuToggle {
    position: absolute;
    top: 12px;
    left: 0;
    z-index: 11;
    display: block;
    text-align: center;
    font-size: 14px;
    color: #ffffff;
    width: 40px;
    height: 40px;
    line-height: 40px;
    cursor: pointer;
    background: rgba(0, 0, 0, 0.25);
    -webkit-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    -ms-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
}
#menuToggle:hover {
    color: #ffffff;
    background: rgba(0, 0, 0, 0.2);
    -webkit-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    -ms-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
}
#subForm label,
#subForm br{
  display:none;
}
#subForm .js-cm-email-input{
  width: 100%;
  max-width: 280px;
  background-color: #fff;
  font-weight: 400;
  font-style: normal;
  font-size: 100%;
  color: #beac5a;
  border: 0;
  box-shadow: none;
  padding: 10px 60px 0px 10px;
  margin:0 0 5px;
  height: 42px; 
}
#subForm .js-cm-submit-button{
  position: absolute;
    display: block;
    width: 40px;
    height: 40px;
    right: 1px;
    top: 1px;
    font-weight: bold;
    font-size: 12px;
    background-color: #beac5a;
    color: #fff;
    border: none;
}
#subForm .js-cm-submit-button:focus,
#subForm .js-cm-submit-button:hover {
    background: #ad3513;
    color: #fff;
}
@media screen and (min-width: 993px) {
    #menuToggle {
        display: none;
    }
}
.fixed {
    position: fixed;
    top: 0;
    width: 100%;
    margin: 0 auto;
    left: 0;
    background: rgba(7, 7, 7, 1);
}
#language {
    height: 44px;
    float: left;
    margin: 0px;
    padding: 0px;
    list-style: none;
    -webkit-margin-before: 0em;
    -webkit-margin-after: 0em;
}
#language ul {
    list-style: none;
    -webkit-margin-before: 0em;
    -webkit-margin-after: 0em;
}
#language > li {
    background: none;
    height: 54px;
    padding: 0;
    position: relative;
    margin-top: -8px;
    margin-right: 20px;
}
#language > li > a {
    display: block;
    padding: 0 35px 0 50px;
    height: 54px;
    line-height: 54px;
    color: #fff;
    background: url(../images/gb.png) 15px center no-repeat;
    background-size: 21px 15px;
    list-style: none;
}
#language > li > a:after {
    content: '';
    display: block;
    height: 5px;
    width: 7px;
    background: url(../images/arrow-white-down.png);
    position: absolute;
    right: 15px;
    top: 25px;
}
#language > li:hover > a {
    background: rgba(255, 255, 255, 0.05) url(../images/gb.png) 15px center no-repeat;
    background-size: 21px 15px;
    text-decoration: none;
}
#language ul {
    position: absolute;
    background: #ad3513;
    right: 0;
    z-index: 4;
    margin: 0;
    padding: 0;
    border-bottom: 4px solid #eb2679;
    opacity: 0;
    visibility: hidden;
    transition: visibility 0.1s, opacity 0.1s, top 0.05s;
}
#language li:hover ul {
    display: block;
    opacity: 1;
    visibility: visible;
    top: 54px;
}
#language ul li {
    background: none;
    padding: 0;
}
#language ul li a {
    display: block;
    line-height: 20px;
    color: #fff;
    padding: 15px 20px 15px 50px;
    width: 150px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    background: url(../images/gb.png) no-repeat 15px center;
    background-size: 21px 15px;
    transition: background 0.4s;
}
#language ul li a:hover {
    background: rgba(255, 255, 255, 0.05) url(../images/gb.png) no-repeat 15px center;
    background-size: 21px 15px;
    transition: background 0.4s;
    text-decoration: none;
}
#language li.French > a,
#language li.French:hover > a {
    background-image: url('../images/france.png');
}
#language li.German > a,
#language li.German:hover > a {
    background-image: url('../images/germany.png');
}
#language li.Italian > a,
#language li.Italian:hover > a {
    background-image: url('../images/italy.png');
}
#language li.Swedish > a,
#language li.Swedish:hover > a {
    background-image: url('../images/sweden.png');
}
/* start dark google translate theme
.goog-te-banner-frame {
    display: none !important
}
div#google_translate_element div.goog-te-gadget-simple {
    background-color: #333;
    border-color: #222;
    margin-right: 10px;
    font-size: 12px!important;
    width: 90%;
}
.goog-te-gadget-icon {
    display: none
}
.goog-te-gadget-simple a:hover {
    text-decoration: none!important;
}
#google_translate_element a:hover {
    text-decoration: none!important;
}
.goog-te-gadget-simple .goog-te-menu-value {
    font-size: 12px!important;
}
div#google_translate_element div.goog-te-gadget-simple a.goog-te-menu-value span {
    color: #ccc;
    font-size: 12px!important;
}
div#google_translate_element div.goog-te-gadget-simple a.goog-te-menu-value:hover span {
    text-decoration: none!important;
}
div#google_translate_element div.goog-te-gadget-simple a.goog-te-menu-value span:hover {
    color: #eee;
    text-decoration: none;
}
end dark google translate theme */
/***** Media Quries *****/
@media screen and (max-width:1024px) {
    #language {
        display: none;
    }
}
@media screen and (max-width: 992px) {
    .h_logo4 {
        text-align: center;
        float: right;
        margin: 4% 0;
    }
    .h_menu4 {
        float: none;
    }
    .header-left-text {
        float: none;
        text-align: right;
    }
    .toggleMenu {
        padding: 0px 2px;
        width: 80%;
        margin-right: 8px;
        margin: -8px 0px 0px 0px;
    }
    a.toggleMenu.active {
        padding-left: 220px!important;
    }
    .nav li a {
        padding: 9px 5px;
        color: #fff;
        margin: 0px!important;
    }
    .nav > li > ul {
        margin-top: 5px;
    }
    .nav {
        background: #111;
        text-align: right;
        padding: 0px;
        width: 260px;
    }
    .active {
        display: block;
    }
    .nav > li {
        float: none;
        display: block;
    }
    .nav ul {
        display: block;
        width: 100%;
    }
    .nav > li.hover > ul,
    .nav li li.hover ul {
        position: static;
    }
    /*.header-home {
        position: absolute;
    }*/
}
@media (max-width: 800px){ .toggleMenu {
    background: #c29f4d;
    font-size: 1.5em;
}
}
@media screen and (max-width: 768px) {
    #language {
        display: none;
    }
}
@media screen and (max-width: 640px) {
    .toggleMenu {
        width: 85%;
    }
    #language {
        display: none;
    }
}
@media screen and (max-width: 480px) {
    .toggleMenu {
        width: 80%;
        margin: -6px 0px 0px 0px;
    }
    #language {
        display: none;
    }
    a.toggleMenu img {
        margin-top: -50px;
    }
}
@media screen and (max-width: 320px) {
    .toggleMenu {
        width: 80%;
        margin: -6px 0px 0px 0px;
    }
    #language {
        display: none;
    }
    a.toggleMenu img {
        margin-top: -50px;
    }
    .nav li a {
        padding: 6px 5px;
        font-size: 14px;
    }
    .logo {
        margin-bottom: 0em;
    }
    .header-main {
        padding: 4px 0px 0px 0px;
    }
}
.header-left {
    width: 70%;
    float: left;
}
/* Override Trip Advisor Module widths to make module responsive */
#CDSWIDSSP {
    width: 100% !important;
}
#CDSWIDSSP.widSSPnarrow .widSSPData .widSSPBranding dd {
    width: 100% !important;
}
#CDSWIDSSP .widSSPData .widSSPOneReview .widSSPBullet li span {
    font-size: 14px!important;
}
#CDSWIDSSP .widSSPData .widSSPH11 {
    font-size: 18px!important;
}
#CDSWIDSSP .widSSPData .widSSPH18 {
    font-size: 24px!important;
}
#CDSWIDSSP .widSSPData .widSSPAll a:link,
#CDSWIDSSP .widSSPData .widSSPAll a:visited {
    font-size: 16px!important;
}
/*Inside Blocks*/
.blocks {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin: 20px;
}
.block {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 calc(50% - 1rem);
    -ms-flex: 1 1 calc(50% - 1rem);
    flex: 1 1 calc(50% - 1rem);
    margin-bottom: 1rem;
    margin-right: 1rem;
    padding: 1rem 1rem 1rem;
    position: relative;
}
.block .block:nth-child(even) {
    margin-right: 0;
}
@media screen and (min-width: 60em) {
    .block {
        -webkit-box-flex: 1;
        -webkit-flex: 1 1 calc(25% - 1rem);
        -ms-flex: 1 1 calc(25% - 1rem);
        flex: 1 1 calc(25% - 1rem);
        overflow: hidden;
    }
    .block:nth-child(even) {
        margin-right: 1rem;
    }
    .block:nth-child(4n) {
        margin-right: 0;
    }
}
@media screen and (max-width: 667px) {
    .block:nth-child(2n) {
        margin-right: 0;
    }
    .smallwrap {
        width: 47%;
        float: left;
        margin-right: 10px;
    }
    .smallwrap:nth-child(4n) {
        margin-bottom: 10px;
    }
}
@media screen and (max-width: 375px) {
    .smallwrap {
        width: 46%;
        float: left;
        margin-right: 10px;
    }
    .smallwrap:nth-child(4n) {
        margin-bottom: 10px;
    }
}
/* Boring non-layout styling */
html {
    box-sizing: border-box;
}
*,
*::before,
*::after {
    box-sizing: inherit;
}
.block {
    background: #3b3b3b;
    font-size: 14px;
    letter-spacing: 0.02em;
    text-align: center;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 4 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}
.block img {
    max-width: 100%;
}
.block h1 {
    font-size: 21px!important;
    margin-bottom: 10px;
    color: #eb2679;
}
.block p {
    margin-left: 0.2rem;
    margin-right: 0.2rem;
    padding-left: 0!important;
    padding-right: 0!important;
}
@media(max-width:480px) {
    .block h1 {
        font-size: 13px!important;
    }
    .block p {
        margin-left: 2px;
        margin-right: 2px;
        font-size: 10px;
    }
}
.block .read-more {
    display: inline-block;
    position: absolute;
    bottom: 1rem;
    padding: .5rem;
    text-transform: uppercase;
    text-decoration: none;
    color: #fff;
    background: #eb2679;
    border-radius: 2px;
    width: calc(100% - 2rem);
    margin: 0 auto;
    left: 0;
    right: 0;
    font-size: 18px;
    font-weight: 700;
}
.block .read-more:hover,
.block .read-more:focus {}
.banner-top {
    padding: 50px 0px 0px 0px;
    color: #fff;
}
.banner-top li {
    color: #fff;
    text-shadow: 1px 1px #000000;
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
    font-size: 16px;
}
.banner-top i {
    color: #fff;
    font-size: 16px;
    text-shadow: 1px 1px #000000;
}
.banner-top h2 {
    font-size: 1.7em;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    text-shadow: 1px 1px #000000;
    float: right;
}
.banner-top h1 {
    font-size: 4.3em;
    color: #fff;
    font-weight: 700;
    margin: 0px 0px 15px 0px;
    text-transform: none;
    text-shadow: 2px 2px #000000;
    font-family: 'Dancing Script', cursive;
    float: right;
}
.logo {
    float: right;
    margin-top: -10px;
    margin-bottom: 10px;
    margin-right: 10px;
    color: #FFF;
}
.logo span {
    margin-right: 20px;
    font-size: 18px;
    font-weight: 700;
}
.btn {
    border-radius: 0;
}
.btn-green {
    color: #fff;
    background-color: #a39161;
    font-weight: 700;
    font-size: 18px;
    text-transform: uppercase;
    padding: 10px;
}
.btn-green:hover,
.btn-green:focus,
.btn-green:active,
.btn-green.active,
.open .dropdown-toggle.btn-green {
    color: #702400;
    font-weight: 700;
    background: #fdc500;
}
/*-- header_top --*/
.top-header {
    background: #eb2679;
    padding: 2px 0;
    position: relative;
}
.header {
    float: left;
    width: 45%;
    background: rgba(37, 37, 37, 0.8);
    padding-left: 50px;
    padding-top: 10px;
    padding-bottom: 20px;
}
.header h1 {
    color: #fff;
    padding: 35px 20px 10px 20px;
    font-weight: 600;
    display: inline-block;
    font-size: 4em;
    border-bottom: 9px solid #000;
}
.header-right {
    float: right;
    width: 55%;
    background: rgba(37, 37, 37, 0.8);
    min-height: 172px;
}
.list ul {
    background: #eb2679;
    text-align: center;
    box-shadow: 0 4px 20px -2px rgba(0, 0, 0, 0.9);
    -moz-box-shadow: 0 4px 20px -2px rgba(0, 0, 0, 0.9);
    -webkit-box-shadow: 0 4px 20px -2px rgba(0, 0, 0, 0.9);
    padding-top: 0.5em;
    padding-right: 1em;
    padding-bottom: 0.8em;
    padding-left: 1em;
}
.list ul li {
    display: inline-block;
    color: #fff;
}
.list ul li a {
    color: #fff;
}
.header-right h2 {
    color: #333;
    font-size: 3em;
    margin-top: 40px;
    display: inline-block;
    text-align: center;
    background: #eb2679;
    width: 100%;
}
.header-right span {
    color: #252525;
    font-size: 1.5em;
    text-align: center;
    padding: 10px 18px;
    position: absolute;
    top: 13%;
    right: 11%;
    font-style: italic;
}
/*----*/
/* Ripple Out */
@-webkit-keyframes hvr-ripple-out {
    100% {
        top: -12px;
        right: -12px;
        bottom: -12px;
        left: -12px;
        opacity: 0;
    }
}
@keyframes hvr-ripple-out {
    100% {
        top: -12px;
        right: -12px;
        bottom: -12px;
        left: -12px;
        opacity: 0;
    }
}
.maps iframe {
    pointer-events: none;
}
a.hvr-ripple-out {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
}
a.hvr-ripple-out:hover:before,
a.hvr-ripple-out:focus:before,
a.hvr-ripple-out:active:before {
    -webkit-animation-name: hvr-ripple-out;
    animation-name: hvr-ripple-out;
}
.header-left-text {
    text-align: left;
}
.fixed-header {
    background: linear-gradient(to bottom, #ad3513 0%,#ad3513 48%,#ad3513 50%,white 48%,white 100%);
    border-bottom: 4px solid #fdc500;
}
.header-main {
    padding: 15px 0px 0px 0px;
}
.header-main img {
    float: left!important;
    margin-top: -10px!important;
}
.banner-bwn {
    margin: 25px 0px 0px 0px;
    float: right;
}
a.bann-bwn-arr {
    background: url(../images/bwn-arr.png)no-repeat #a39161 305px 20px;
    padding: 18px 180px 19px 29px;
    font-size: 20px;
    font-weight: 300;
    color: #fff;
}
a.bann-bwn-arr:hover {
    text-decoration: none;
    background: #252525;
    background: url(../images/bwn-arrhvr.png)no-repeat #000 305px 20px;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
}
.banner-top ul {
    padding: 0px 0px 150px 0px;
    list-style: none;
    float: left;
}
.banner-top ul li p {
    font-size: 19px;
    font-weight: 300;
    color: #fff;
    line-height: 1.5em;
    /*background:rgba(0,0,0,0.7);
    padding: 0px 0px 10px 0px;
    box-shadow: inset 0px 0px 20px rgba(0,0,0,0.9);*/
}
@media(max-width:1024px) {
    .banner {
        min-height: 770px;
    }
    .banner-top ul {
        padding: 0px 0px 180px 0px;
    }
    a.bann-bwn-arr {
        background: url(../images/bwn-arr.png)no-repeat #a39161 250px 18px;
        padding: 15px 126px 15px 29px;
    }
    a.bann-bwn-arr:hover {
        background: url(../images/bwn-arrhvr.png)no-repeat #000 250px 18px;
    }
    .logo {
        margin: 0px;
    }
    .logo img {
        width: 42%;
    }
    .nav > li > a {
        font-size: 14px;
    }
    .banner-top h1 {
        font-size: 3.5em;
    }
    .banner-top h2 {
        font-size: 1.6em;
    }
    .header-main img {
        float: left!important;
    }
}
@media screen and (min-width:1023px) {
    .logo span{float: left;}
span .hidebig{display: none;
    }
}
@media(max-width:992px) {
    .banner-top {
        padding: 65px 0px 0px 50px;
    }
    .banner-top ul {
        padding: 0px 0px 100px 0px;
    }
    .banner {
        min-height: 500px;
    }
    .banner-top h2 {}
    .logo img {
        width: 55%;
        margin-top: -50px;
        float: none!important;
    }
    .logo {
        width: 100%;
        margin: 0 auto;
        float: right;
        text-align: center !important;
    }
    .header-main .logo span a {
    color: #2d527e!important;
}
    .logo .btn {
        display: none;
    }
    .header-main {
        text-align: center;
    }
    .header-main img {
        float: none!important;
        height:75px;
    }
}
@media(max-width:667px) {
    .banner-top {
        padding: 50px 0px 0px 0px;
    }
    .banner {
        min-height: 430px;
    }
    .banner-top ul {
        padding: 0px 0px 85px 0px;
    }
    .banner-bwn {
        margin: 33px 0px 0px 0px;
    }
    .banner-top h2 {
        font-size: 20px;
    }
    .logo img {
        width: 65%;
        float: none!important;
    }
    .header-main {
        text-align: center;
    }
}
@media(max-width:480px) {
    .banner-top ul li p {
        font-size: 15px;
    }
    .banner-top h1 {
        font-size: 32px;
    }
    .banner-top h2 {
        font-size: 14px;
    }
    a.bann-bwn-arr {
        background: url(../images/bwn-arr.png)no-repeat #a39161 170px 13px;
        padding: 12px 78px 13px 20px;
        font-size: 15px;
    }
    .banner {
        min-height: 375px;
    }
    a.bann-bwn-arr:hover {
        background: url(../images/bwn-arrhvr.png)no-repeat #000 170px 13px;
    }
    .h_menu4 {
        padding: 7px 0;
    }
    .logo {
        width: 100%;
        margin: 0 auto;
        float: right;
    }
    .logo span {
        margin-right: 0px;
        font-size: 21px;
        padding-bottom: 10px;
    }
    .logo .btn {
        display: none;
    }
    .header-main .logo span a {
    color: #2d527e!important;
}
}
}
@media(max-width:320px) {
    .banner-top ul li p {
        font-size: 13px;
    }
    .banner-top {
        padding: 15px 0px 0px 0px;
    }
    .banner-top h1 {
        font-size: 24px;
        margin: 0px 0px 5px 0px;
    }
    .banner-top h2 {
        width: 100%;
        font-size: 13px;
    }
    .banner {
        min-height: 215px;
    }
    a.bann-bwn-arr {
        background: url(../images/bwn-arr.png)no-repeat #a39161 116px 6px;
        padding: 9px 42px 9px 14px;
        font-size: 13px;
    }
    a.bann-bwn-arr:hover {
        background: url(../images/bwn-arrhvr.png)no-repeat #000 117px 11px;
    }
    .header-main {
        padding: 1px 0px 0px 0px;
    }
    .banner-top ul {
        padding: 0px 0px 30px 0px;
    }
    .banner-bwn {
        margin: 20px 0px 0px 0px;
    }
    .logo {
        width: 50%;
    }
}
/*--header end here--*/
.primary-color-bg {
    background-color: #702400;
    -webkit-transition: background-color 0.3s;
    -moz-transition: background-color 0.3s;
    -o-transition: background-color 0.3s;
    transition: background-color 0.3s;
}
.primary-color-bg:hover {
    background-color: #ffffff;
}
header {
    position: relative;
    font-family: 'Merriweather Sans', sans-serif;
    font-weight: 400;
    background-color: transparent;
    color: #202935;
    -webkit-box-shadow: 0 0 4px 1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 4px 1px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 4px 1px rgba(0, 0, 0, 0.2);
    z-index: 300;
    border-bottom: 4px solid #fdc500;
}
header-2 .logo-link {
    font-family: 'Merriweather Sans', sans-serif;
    color: #ffffff;
    font-size: 18px;
    font-weight: 400;
    height: 150px;
    line-height: 99px;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-top: 10px;
}
header .phone {
    margin-top: 10px;
    position: relative;
    font-size: 16px;
}
header .phone span {
    padding-top: 10px;
}
header li {
    list-style: none;
}
header .container {
    height: 150px;
}
/*header .logo-link{
    background:url(../images/has-logo.png);
    background-repeat:no-repeat;
    display:block;
}*/
header .main-menu {
    float: right;
    height: 150px;
    position: relative;
    padding-left: 40px;
}
header .main-menu ul {
    float: left;
    padding: 0;
}
header .main-menu .menu-item {
    display: block;
    position: relative;
    float: left;
}
header .main-menu .menu-item > a {
    display: block;
    padding: 0 14px;
    font-size: 18px;
    height: 69px;
    line-height: 69px;
    color: #202935;
    letter-spacing: 0.5px;
}
header .main-menu .menu-item > a:hover {
    background-color: #ad3513;
    color: #cabfa3;
}
header .main-menu .menu-item:hover .submenu {
    visibility: visible;
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    z-index: 306;
}
header .main-menu .menu-item:not(:first-of-type) {
    margin-left: 1px;
}
header .main-menu .menu-item:not(:first-of-type):before {
    display: block;
    content: '';
    position: absolute;
    left: -1px;
    top: 27px;
    width: 2px;
    height: 16px;
    background-color: #fdc500;
}
header .main-menu .menu-icon {
    display: block;
    float: left;
    margin: 38px 0 0 10px;
    color: #202935;
    position: relative;
    -webkit-transition: color 0.3s, border-color 0.3s;
    -moz-transition: color 0.3s, border-color 0.3s;
    -o-transition: color 0.3s, border-color 0.3s;
    transition: color 0.3s, border-color 0.3s;
    z-index: 303;
}
header .main-menu .menu-icon .cart-items-count {
    background-color: #202935;
    color: #ffffff;
    width: 21px;
    height: 21px;
    line-height: 25px;
    font-size: 11px;
    text-align: center;
    line-height: 23px;
    border-radius: 999px;
    position: absolute;
    right: 2px;
    bottom: 5px;
    -webkit-transition: background-color 0.3s;
    -moz-transition: background-color 0.3s;
    -o-transition: background-color 0.3s;
    transition: background-color 0.3s;
}
header .main-menu .menu-icon:hover {
    color: #202935;
    border-color: #202935;
}
header .main-menu .menu-icon:hover:before {
    border-bottom-color: #202935;
    border-left-color: #202935;
}
header .main-menu .menu-icon:hover .cart-items-count {
    background-color: #202935;
}
header .main-menu .submenu {
    position: absolute;
    background-color: #ad3513;
    padding: 15px 0 15px;
    /*top: 85px;*/
    left: 50%;
    margin-left: -140px;
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px);
    -webkit-transition: -webkit-transform 0.5s, visibility 0.5s, opacity 0.5s;
    -moz-transition: -moz-transform 0.5s, visibility 0.5s, opacity 0.5s;
    -o-transition: -o-transform 0.5s, visibility 0.5s, opacity 0.5s;
    transition: transform 0.5s, visibility 0.5s, opacity 0.5s;
    z-index: 305;
}
header .main-menu .submenu:before {
    position: absolute;
    display: block;
    content: '';
    border-style: solid;
    border-width: 0 12px 12px;
    border-color: #ad3513 rgba(255, 255, 255, 0);
    top: -12px;
    left: 50%;
    margin-left: -12px;
}
header .main-menu .submenu .sub-menu-item a {
    display: block;
    width: 250px;
    height: 35px;
    line-height: 35px;
    font-size: 14px;
    padding-left: 30px;
    color: #ffffff;
    letter-spacing: 1px;
}
header .main-menu .submenu .sub-menu-item a:hover {
    color: #fdc500;
}
header .main-menu .search-box {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 120px;
    padding-right: 15px;
    background-color: #ffffff;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: visibility 0.3s, opacity 0.3s;
    -moz-transition: visibility 0.3s, opacity 0.3s;
    -o-transition: visibility 0.3s, opacity 0.3s;
    transition: visibility 0.3s, opacity 0.3s;
    z-index: 302;
}
header .main-menu .search-box.visible {
    visibility: visible;
    opacity: 1;
}
header .main-menu .search-box .s {
    font-size: 40px;
    color: #202935;
}
header #menu-toggle {
    float: right;
    display: none;
    margin: 12px 5px 0 0;
    width: 68px;
    height: 68px;
    border-radius: 5px;
    cursor: pointer;
    position: relative;
}
header #menu-toggle .bar {
    width: 46px;
    height: 4px;
    background-color: #202935;
    position: absolute;
    left: 10px;
}
header #menu-toggle .first {
    top: 17px;
    -webkit-transition: -webkit-transform 0.3s;
    -moz-transition: -moz-transform 0.3s;
    -o-transition: -o-transform 0.3s;
    transition: transform 0.3s;
}
header #menu-toggle .second {
    top: 32px;
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s;
}
header #menu-toggle .third {
    top: 47px;
    -webkit-transition: -webkit-transform 0.3s;
    -moz-transition: -moz-transform 0.3s;
    -o-transition: -o-transform 0.3s;
    transition: transform 0.3s;
}
header #menu-toggle.opened .first {
    -webkit-transform: translateY(13px) rotate(45deg);
    -moz-transform: translateY(13px) rotate(45deg);
    -ms-transform: translateY(13px) rotate(45deg);
    -o-transform: translateY(13px) rotate(45deg);
    transform: translateY(13px) rotate(45deg);
}
header #menu-toggle.opened .second {
    opacity: 0;
}
header #menu-toggle.opened .third {
    -webkit-transform: translateY(-17px) rotate(-45deg);
    -moz-transform: translateY(-17px) rotate(-45deg);
    -ms-transform: translateY(-17px) rotate(-45deg);
    -o-transform: translateY(-17px) rotate(-45deg);
    transform: translateY(-17px) rotate(-45deg);
}
header #mobile-menu {
    position: fixed;
    display: none;
    left: 0;
    top: 0;
    width: 260px;
    bottom: 0;
    background-color: #ad3513;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: -webkit-transform 0.3s;
    -moz-transition: -moz-transform 0.3s;
    -o-transition: -o-transform 0.3s;
    transition: transform 0.3s;
    padding-top: 50px;
    padding-right: 20px;
    padding-bottom: 0;
    padding-left: 20px;
}
header #mobile-menu.opened {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
}
header #mobile-menu ul {
    padding-left: 0;
}
header #mobile-menu .mobile-menu-item.opened .toggle-state-icon {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}
header #mobile-menu .menu-item {
    display: block;
    padding: 10px 0;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 1px;
    position: relative;
    -webkit-transition: color 0.3s;
    -moz-transition: color 0.3s;
    -o-transition: color 0.3s;
    transition: color 0.3s;
    color: #ffffff;
    font-size: 14px;
}
header #mobile-menu .menu-item:hover {
    color: #beac5a;
}
header #mobile-menu .menu-item .toggle-state-icon {
    position: absolute;
    display: block;
    padding: 10px 0;
    line-height: 24.375px;
    right: 0;
    top: 0;
    font-weight: bold;
    -webkit-transition: -webkit-transform 0.2s;
    -moz-transition: -moz-transform 0.2s;
    -o-transition: -o-transform 0.2s;
    transition: transform 0.2s;
}
header #mobile-menu .submenu {
    display: none;
    padding-left: 20px;
}
header #mobile-menu .submenu .sub-menu-item a {
    display: block;
    padding: 7px 0;
    font-size: 12px;
    font-weight: normal;
    text-transform: uppercase;
    color: #ffffff;
}
header #mobile-menu .submenu .sub-menu-item a:hover {
    color: #beac5a;
}
header.header-2 {
    color: #ffffff;
    background-color: #ad3513;
}
header.header-2 .main-menu .menu-item {
    display: block;
    position: relative;
    float: left;
}
header.header-2 .main-menu .menu-item > a {
    color: #ffffff;
}
header.header-2 .main-menu .menu-item > a:hover {
    color: #fdc500;
}
header.header-2 #menu-toggle .bar {
    background-color: #ffffff;
}
.header-2 #menu-toggle {
    padding: 7px;
    background: #ad3513;
}
/*--------------------------------------------------------------------
[2. Preloader]
--------------------------------------------------------------------*/
body.loading {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    overflow: hidden;
}
#preloader-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    background-color: #ffffff;
}
#preloader-wrapper #preloader {
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
    width: 150px;
    height: 150px;
    margin: -75px 0 0 -75px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #702400;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}
#preloader-wrapper #preloader:before {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #beac5a;
    -webkit-animation: spin 3s linear infinite;
    animation: spin 3s linear infinite;
}
/* include this only once */
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(0deg);
        /* IE 9 */
        transform: rotate(0deg);
        /* Firefox 16+, IE 10+, Opera */
    }
    100% {
        -webkit-transform: rotate(360deg);
        /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(360deg);
        /* IE 9 */
        transform: rotate(360deg);
        /* Firefox 16+, IE 10+, Opera */
    }
}
@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(0deg);
        /* IE 9 */
        transform: rotate(0deg);
        /* Firefox 16+, IE 10+, Opera */
    }
    100% {
        -webkit-transform: rotate(360deg);
        /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(360deg);
        /* IE 9 */
        transform: rotate(360deg);
        /* Firefox 16+, IE 10+, Opera */
    }
}
/*--------------------------------------------------------------------
[3. Content]
--------------------------------------------------------------------*/
.ui-datepicker .ui-widget-header {
    background-color: #202935;
    background-image: none;
    border-color: #202935;
}
.ui-datepicker .ui-state-default,
.ui-datepicker .ui-widget-content .ui-state-default,
.ui-datepicker .ui-widget-header .ui-state-default {
    color: #202935;
}
.ui-datepicker .ui-state-active,
.ui-datepicker .ui-widget-content .ui-state-active,
.ui-datepicker .ui-widget-header .ui-state-active {
    border: 1px solid #202935;
}
.ui-datepicker .ui-state-hover,
.ui-datepicker .ui-widget-content .ui-state-hover,
.ui-datepicker .ui-widget-header .ui-state-hover,
.ui-datepicker .ui-state-focus,
.ui-datepicker .ui-widget-content .ui-state-focus,
.ui-datepicker .ui-widget-header .ui-state-focus {
    border: 1px solid #202935;
    background-image: none;
    background-color: #202935;
    color: #ffffff;
}
.ui-datepicker .ui-state-hover a,
.ui-datepicker .ui-state-hover a:hover,
.ui-datepicker .ui-state-hover a:link,
.ui-datepicker .ui-state-hover a:visited,
.ui-datepicker .ui-state-focus a,
.ui-datepicker .ui-state-focus a:hover,
.ui-datepicker .ui-state-focus a:link,
.ui-datepicker .ui-state-focus a:visited {
    color: #202935;
    text-decoration: none;
}
.ui-datepicker .ui-state-hover .ui-icon,
.ui-datepicker .ui-state-focus .ui-icon {
    background-image: url("images/ui-icons_ffffff_256x240.png");
    /*background-image: url("images/ui-icons_ef8c08_256x240.png");*/
}
.ui-datepicker .ui-state-default a,
.ui-datepicker .ui-state-default a:link,
.ui-datepicker .ui-state-default a:visited {
    color: #202935;
    text-decoration: none;
}
.ui-datepicker .ui-state-highlight,
.ui-datepicker .ui-widget-content .ui-state-highlight,
.ui-datepicker .ui-widget-header .ui-state-highlight {
    border-color: #202935;
    background-color: #202935;
}
.ui-datepicker.secondary .ui-widget-header {
    background-color: #beac5a;
    background-image: none;
    border-color: #beac5a;
}
.ui-datepicker.secondary .ui-state-default,
.ui-datepicker.secondary .ui-widget-content .ui-state-default,
.ui-datepicker.secondary .ui-widget-header .ui-state-default {
    color: #202935;
}
.ui-datepicker.secondary .ui-state-active,
.ui-datepicker.secondary .ui-widget-content .ui-state-active,
.ui-datepicker.secondary .ui-widget-header .ui-state-active {
    border: 1px solid #beac5a;
}
.ui-datepicker.secondary .ui-state-hover,
.ui-datepicker.secondary .ui-widget-content .ui-state-hover,
.ui-datepicker.secondary .ui-widget-header .ui-state-hover,
.ui-datepicker.secondary .ui-state-focus,
.ui-datepicker.secondary .ui-widget-content .ui-state-focus,
.ui-datepicker.secondary .ui-widget-header .ui-state-focus {
    border: 1px solid #beac5a;
    background-image: none;
    background-color: #beac5a;
    color: #ffffff;
}
.ui-datepicker.secondary .ui-state-hover a,
.ui-datepicker.secondary .ui-state-hover a:hover,
.ui-datepicker.secondary .ui-state-hover a:link,
.ui-datepicker.secondary .ui-state-hover a:visited,
.ui-datepicker.secondary .ui-state-focus a,
.ui-datepicker.secondary .ui-state-focus a:hover,
.ui-datepicker.secondary .ui-state-focus a:link,
.ui-datepicker.secondary .ui-state-focus a:visited {
    color: #beac5a;
    text-decoration: none;
}
.ui-datepicker.secondary .ui-state-hover .ui-icon,
.ui-datepicker.secondary .ui-state-focus .ui-icon {
    background-image: url("images/ui-icons_ffffff_256x240.png");
    /*background-image: url("images/ui-icons_ef8c08_256x240.png");*/
}
.ui-datepicker.secondary .ui-state-default a,
.ui-datepicker.secondary .ui-state-default a:link,
.ui-datepicker.secondary .ui-state-default a:visited {
    color: #beac5a;
    text-decoration: none;
}
.ui-datepicker.secondary .ui-state-highlight,
.ui-datepicker.secondary .ui-widget-content .ui-state-highlight,
.ui-datepicker.secondary .ui-widget-header .ui-state-highlight {
    border-color: #beac5a;
    background-color: #beac5a;
}
.ui-datepicker-inline {
    width: 100%;
}
.ui-datepicker-inline .css-class-to-highlight.selected a {
    background-color: #beac5a;
    background-image: none !important;
}
.ui-datepicker-inline .css-class-to-highlight.unavailable a {
    background-color: #59677a;
    background-image: none !important;
}
.ui-datepicker-inline a {
    height: 35px;
}
.bg-primary {
    background-color: #ad3513;
}
.bg-primary .title,
.bg-primary .subtitle,
.bg-primary .content {
    color: #ffffff;
}
.bg-secondary {
    background-color: #beac5a;
}
.container {
    position: relative;
}
.img-centered {
    margin: 0 auto;
}
.button {
    background-color: #a39161;
    color: #ffffff;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    white-space: nowrap;
    display: inline-block;
    width: 150px;
    height: 40px;
    padding: 7px 12px;
    border-radius: 0;
    vertical-align: middle;
    -webkit-transition: background-color 0.3s, color 0.3s;
    -moz-transition: background-color 0.3s, color 0.3s;
    -o-transition: background-color 0.3s, color 0.3s;
    transition: background-color 0.3s, color 0.3s;
}
.buttonblue {
    background-color: #7983a5;
    color: #fdc20e;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    white-space: nowrap;
    display: inline-block;
    width: 150px;
    height: 40px;
    padding: 7px 12px;
    border-radius: 0;
    vertical-align: middle;
    -webkit-transition: background-color 0.3s, color 0.3s;
    -moz-transition: background-color 0.3s, color 0.3s;
    -o-transition: background-color 0.3s, color 0.3s;
    transition: background-color 0.3s, color 0.3s;
}
.button.transparent {
    background-color: transparent;
    color: #202935;
}
.button.transparent:hover,
.button.transparent:focus,
.button.transparent:active {
    color: #ffffff;
    background-color: #ad3513;
}
.button:hover,
.button:focus,
.button:active {
    color: #702400;
    background-color: #fdc500;
}
.buttonblue:hover,
.buttonblue:focus,
.buttonblue:active {
    color: #2d527e;
    background-color: #cfd2df;
}
.button.small {
    background-color: #a39161;
    color: #ffffff;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    white-space: nowrap;
    display: inline-block;
    width: 65px;
    height: 40px;
    padding: 7px 12px;
    border-radius: 0;
    margin-left: 5px;
    vertical-align: middle;
    -webkit-transition: background-color 0.3s, color 0.3s;
    -moz-transition: background-color 0.3s, color 0.3s;
    -o-transition: background-color 0.3s, color 0.3s;
    transition: background-color 0.3s, color 0.3s;
}
.button.small:hover,
.button.small:focus,
.button.small:active {
    color: #702400;
    background-color: #fdc500;
}
.button.nopad {
    background-color: #a39161;
    color: #ffffff;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    white-space: nowrap;
    display: inline-block;
    height: 40px;
    width: 125px;
    padding: 7px 2px;
    border-radius: 0;
    vertical-align: middle;
    -webkit-transition: background-color 0.3s, color 0.3s;
    -moz-transition: background-color 0.3s, color 0.3s;
    -o-transition: background-color 0.3s, color 0.3s;
    transition: background-color 0.3s, color 0.3s;
}
.button.nopad:hover,
.button.nopad:focus,
.button.nopad:active {
    color: #702400;
    background-color: #fdc500;
}
.button.secondary {
    color: #fff;
    padding: 6px 12px;
    background: #a39161;
    margin-left: 20px;
    font-size: 18px;
    width: 170px;
    height: 45px;
}
.button.secondary.transparent {
    background-color: transparent;
    color: #beac5a;
}
.button.secondary:hover {
    color: #702400;
    background-color: #fdc500;
}
.button.tt {
    color: #fff;
    padding: 6px 12px;
    background: #a39161;
    margin-left: 5px;
    font-size: 16px;
    width: 275px;
    height: 41px;
}
.button.tt.transparent {
    background-color: transparent;
    color: #beac5a;
}
.button.tt:hover {
    color: #702400;
    background-color: #fdc500;
}
.button.ttsm {
    color: #fff;
    padding: 6px 6px;
    background: #a39161;
    margin-left: 5px;
    font-size: 14px;
    width: 133px;
    height: 41px;
    line-height: 15px;
}
.button.ttsm.transparent {
    background-color: transparent;
    color: #beac5a;
}
.button.ttsm:hover {
    color: #702400;
    background-color: #fdc500;
}
.button.full {
    color: #fff;
    padding: 6px 12px;
    background: #a39161;
    font-size: 16px;
    width: 100%;
    height: 45px;
}
.button.full.transparent {
    background-color: transparent;
    color: #beac5a;
}
.button.full:hover {
    color: #702400;
    background-color: #fdc500;
}
.button.third {
    background-color: #beac5a;
    border-color: #beac5a;
    color: #ffffff;
}
.button.third:hover {
    color: #beac5a;
    background-color: transparent;
}
.button.yellow {
    color: #702400;
    background-color: #fdc500;
    font-size: 18px;
    width: 170px;
    height: 33px;
}
.button.yellow:hover {
    background-color: #a39161;
    color: #ffffff;
}
.title {
    font-family: 'Merriweather Sans', sans-serif;
    font-size: 28px;
    font-weight: 400;
    text-transform: uppercase;
}
.subtitle {
    font-family: 'Merriweather Sans', sans-serif;
    font-size: 18px;
    font-weight: 400;
    margin-top: 6px;
}
.content {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #311000;
    letter-spacing: -0.2px;
}
.content.bronze {
    color: #000;
}
.content.muted {
    color: #beac5a;
}
.title-big {
    font-family: 'Merriweather Sans', sans-serif;
    font-size: 36px;
    font-weight: 700;
    text-transform: uppercase;
    font-weight: 400;
}
.title-big strong {
    font-weight: 900;
}
.grayscale {
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
    /* Firefox 10+ */
    filter: gray;
    /* IE6-9 */
    -webkit-filter: grayscale(100%);
    /* Chrome 19+ & Safari 6+ */
    -webkit-backface-visibility: hidden;
    /* Fix for transition flickering */
    -webkit-transition: 0.3s all ease-in;
    -moz-transition: 0.3s all ease-in;
    -o-transition: 0.3s all ease-in;
    transition: 0.3s all ease-in;
}
.link {
    font-family: 'Merriweather Sans', sans-serif;
    font-size: 14px;
    font-style: italic;
    font-weight: 400;
    color: #202935;
}
.link:hover,
.link:active,
.link:focus {
    color: #202935;
}
.link.secondary {
    color: #beac5a;
}
.link.secondary:hover,
.link.secondary:active,
.link.secondary:focus {
    color: #beac5a;
}
.detail-page-link {
    width: 180px;
    height: 60px;
    line-height: 60px;
    margin: 30px auto 0;
    background-color: #202935;
    border-radius: 4px;
    padding-left: 18px;
    font-size: 16px;
    font-weight: 700;
    position: relative;
    text-align: left;
}
.detail-page-link .linkbox {
    width: 48px;
    height: 48px;
    line-height: 52px;
    font-size: 20px;
    text-align: center;
    position: absolute;
    right: 6px;
    top: 6px;
    border: 1px solid #f38f9a;
    cursor: pointer;
}
.website-link {
    width: 240px;
    height: 40px;
    line-height: 40px;
    margin: 60px auto 0;
    background-color: #202935;
    padding-left: 18px;
    font-size: 16px;
    font-weight: normal;
    position: relative;
    text-align: left;
}
.website-link .linkbox {
    width: 30px;
    height: 30px;
    line-height: 34px;
    font-size: 18px;
    text-align: center;
    position: absolute;
    right: 5px;
    top: 5px;
    border: 1px solid #f38f9a;
    cursor: pointer;
}
#main-slider {
    position: relative;
    font-family: 'Roboto', sans-serif;
    color: #FFF;
    text-align: center;
    margin-top: 80px;
}
.swiper-container{width:100%;height:100%; overflow: hidden;}
#main-slider .swiper-slide .container {
    height: 750px;
}
@media only screen and (min-width: 1920px) {
#main-slider .swiper-slide .container {
    height: 1090px;
}
    }
#main-slider.large-slider {
    margin-bottom: 95px;
}
#main-slider.large-slider .swiper-slide .container {
    height: 1100px;
}
#main-slider .slide-content {
    margin-top: 420px;
    text-align: center;
}
#main-slider .slide-title,
#main-slider .slide-subtitle,
#main-slider .slide-subtitle-italic,
#main-slider .slide-offer-button .slide-subtitle-desc {
    line-height: 1;
}
#main-slider .slide-title {
    font-family: 'Merriweather Sans', sans-serif;
    font-size: 78px;
    text-transform: uppercase;
    font-weight: 400;
    text-shadow: 2px 2px #000000;
    letter-spacing: -1px;
}
#main-slider .home-page-title {
    font-family: 'Merriweather Sans', sans-serif;
    font-size: 78px;
    text-transform: uppercase;
    font-weight: 400;
    text-shadow: 2px 2px #000000;
    letter-spacing: -1px;
    line-height: 1;
}
#main-slider .slide-title strong {
    font-weight: 400;
}
#main-slider .home-page-title strong {
    font-weight: 400;
}
#main-slider .slide-subtitle {
    font-family: 'Merriweather Sans', sans-serif;
    font-weight: 400;
    font-size: 32px;
    text-shadow: 2px 2px #000000;
    text-transform: uppercase;
    margin-bottom: 10px;
}
#main-slider .slide-subtitle-italic {
    font-family: 'Merriweather Sans', sans-serif;
    font-weight: 700;
    font-style: italic;
    font-size: 18px;
}
#main-slider .slide-subtitle-italic .price {
    font-size: 36px;
}
#main-slider .slide-subtitle-desc {
    margin-top: 10px;
    font-size: 27px;
    font-weight: 300;
}
#main-slider .slide-divider {
    background-image: url('../images/home/slider-divider.png');
    background-repeat: no-repeat;
    background-size: cover;
    height: 15px;
    width: 145px;
    margin: 20px auto;
    position: relative;
}
#main-slider .button {
    margin: 30px auto;
}
#main-slider .page-controls {
    width: 235px;
    margin: 0 auto;
    position: absolute;
    bottom: 40px;
    opacity: 0;
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s;
    z-index: 212;
}
#main-slider .page-controls.centered {
    right: auto;
    left: 47%;
    margin-left: -20px;
}
#main-slider .page-controls .page-control {
    position: relative;
    display: block;
    float: left;
    width: 10px;
    height: 10px;
    background-color: #ffffff;
    border-radius: 0;
    box-sizing: content-box;
    opacity: 1 !important;
    -webkit-transition: background-color 0.3s;
    -moz-transition: background-color 0.3s;
    -o-transition: background-color 0.3s;
    transition: background-color 0.3s;
}
#main-slider .page-controls .page-control:not(:last-child) {
    margin-right: 10px;
}
#main-slider .page-controls .page-control.swiper-pagination-bullet-active {
    background-color: #ad3513;
}
#main-slider .page-controls .page-control.swiper-pagination-bullet-active:before {
    border-bottom-color: #202935;
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
}
#main-slider .page-controls .page-control:hover {
    /*background-color: @primary-color;*/
}
#main-slider .page-controls.gray .page-control:not(.swiper-pagination-bullet-active) {
    background-color: #535353;
}
#main-slider .page-controls.gray .page-control:not(.swiper-pagination-bullet-active):before {
    border-color: #535353 transparent;
}
#main-slider .main-slider-control {
    position: absolute;
    width: 60px;
    height: 60px;
    line-height: 64px;
    font-size: 28px;
    text-align: center;
    color: #ffffff;
    top: 50%;
    cursor: pointer;
    border: 1px solid #ffffff;
    border-radius: 30px;
    opacity: 0;
    z-index: 211;
    -webkit-transition: opacity 0.3s, background-color 0.3s, color 0.3s, border-color 0.3s;
    -moz-transition: opacity 0.3s, background-color 0.3s, color 0.3s, border-color 0.3s;
    -o-transition: opacity 0.3s, background-color 0.3s, color 0.3s, border-color 0.3s;
    transition: opacity 0.3s, background-color 0.3s, color 0.3s, border-color 0.3s;
}
#main-slider .main-slider-control.prev {
    left: 6.25%;
    padding-right: 5px;
}
#main-slider .main-slider-control.next {
    right: 6.25%;
    padding-left: 5px;
}
#main-slider .main-slider-control:hover {
    background-color: #ad3513;
    border-color: #ad3513;
    color: #ffffff;
}
#main-slider:hover .main-slider-control,
#main-slider:hover .page-controls {
    opacity: 1;
}
.overlaytitle {
    position: absolute;
    bottom: 0px;
    left: 45px;
    color: #ffffff;
    font-family: 'Headland One', serif;
    font-size: 30px;
    font-weight: normal;
    padding: 20px;
    background: rgba(173, 53, 19, 0.7);
    font-family: 'Merriweather Sans', sans-serif;
    font-size: 36px;
    font-weight: 400;
    text-transform: uppercase;
    text-shadow: 2px 2px #000;
}
.page-title {
    position: absolute;
    bottom: 0px;
    left: 45px;
    color: #ffffff;
    font-family: 'Headland One', serif;
    font-size: 30px;
    font-weight: normal;
    padding: 20px;
    background: rgba(173, 53, 19, 0.7);
    font-family: 'Merriweather Sans', sans-serif;
    font-size: 36px;
    font-weight: 400;
    text-transform: uppercase;
    text-shadow: 2px 2px #000;
}
@media only screen and (min-width: 1366px) {
    .overlaytitle {
        left: 90px;
    }
    .page-title {
        left: 90px;
    }
}
/**
 * Modal styles
 * 1. Include a `display: none;` hack for IE9
 * 2. Position the modal off screen, using 3D hardware
 * acceleration where supported
 */
.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: auto;
    left: 0;
    z-index: 999;
    display: block;
    display: none\9;
    /* 1 */
    height: 100%;
    opacity: 0;
    -webkit-transition: opacity 0.2s;
    transition: opacity 0.2s;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    /* 2 */
}
/* Modal overlay, only visible when modal becomes a popup */
.modal:before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10;
    background: hsla(0, 0%, 0%, 0.5);
    content: "";
}
/**
 * 1. Include a `display: block;` hack for IE9
 * 2. Move the modal into view
 */
.modal:target {
    display: block\9;
    /* 1 */
    outline: none;
    opacity: 1;
    -webkit-transition: opacity 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    /* 2 */
}
.modal-content {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 11;
    overflow: scroll;
    padding: 10px;
    width: auto;
    height: 100%;
    background-color: #f5f2e9;
}
.modal-content-2 {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 11;
    overflow: scroll;
    padding: 10px;
    width: auto;
    height: 100%;
    background-color: #f5f2e9;
}
.modal-header {
    display: table;
    margin-bottom: 20px;
    width: 100%;
    background: #ad3513;
    border-bottom: 4px solid #fdc500;
}
.modal-header h2 {
    color: #fff;
    margin-top: 5px;
}
.modal-title,
.modal-close {
    display: table-cell;
    vertical-align: middle;
}
.modal-title {
    margin: 0 0 20px;
    font-size: 1.333rem;
}
.modal-close {
    width: 44px;
    height: 44px;
    border-radius: 3px;
    background-color: #5a1400;
    color: #fff;
    text-align: center;
    text-decoration: none;
    font-weight: 700;
    font-size: 2rem;
    line-height: 0;
}
.modal-close:hover {
    background-color: #321007;
    color: #fff;
}
@media only screen and (min-width: 600px) {
    /* Make modal look like a popup */
    .modal-content {
        top: 5%;
        right: 5%;
        left: 5%;
        overflow-y: hidden;
        margin: 0 auto;
        padding: 0;
        max-width: 455px;
        max-height: 780px;
        width: 90%;
        height: 100%;
        border-radius: 3px;
        box-shadow: 0 0 20px hsla(0, 0%, 0%, 0.35);
    }
    .modal-content-2 {
        top: 5%;
        right: 5%;
        left: 5%;
        overflow-y: hidden;
        margin: 0 auto;
        padding: 0;
        max-width: 375px;
        max-height: 735px;
        width: 90%;
        height: 100%;
        border-radius: 3px;
        box-shadow: 0 0 20px hsla(0, 0%, 0%, 0.35);
    }
    .modal-header {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        margin-bottom: 0;
        padding: 1em;
        background-color: #ad3513;
    }
    .modal-close {
        background-color: #5a1400;
    }
    .modal-close:hover {
        background-color: #321007;
    }
    /* 1. Push down to make room for `.modal-header` */
    .modal-body {
        position: absolute;
        top: 76px;
        /* 1 */
        bottom: 0;
        left: 0;
        width: 100%;
        overflow-y: auto;
        padding: 0 1em;
    }
    .modal-body >:first-child {
        margin-top: 1em;
    }
}
.mb {
    margin-bottom: 10px;
}
.mb20 {
    margin-bottom: 20px;
}
.mb30 {
    margin-bottom: 30px;
}
.section-search-rooms {
    padding: 0px 0px 0px 0px;
    background-color: #beac5a;
    position: relative;
}
.section-search-rooms .title-container {
    height: 200px;
    position: relative;
}
.section-search-rooms .title-area,
.section-search-rooms .title-background {
    height: 100%;
    position: absolute;
    top: 20px;
}
.section-search-rooms .title-area {
    width: 100%;
    color: #ffffff;
    z-index: 1;
}
.section-search-rooms .title-background {
    width: 1000px;
    right: 0px;
}
.section-search-rooms .title {
    margin-top: 30px;
}
.section-search-rooms .content {
    margin-top: 12px;
}
.section-search-rooms .search-form {
    min-height: 145px;
}
.section-search-rooms .search-form form.check-rooms {
    margin-top: 20px;
    margin-left: 10px;
}
.section-search-rooms.version-2 .title-area,
.section-search-rooms.version-2 .title-background {
    top: 0px;
}
.section-search-rooms.version-2 .title-area:after {
    content: '';
    position: absolute;
    right: 0;
    top: 85px;
    width: 19px;
    height: 28px;
    z-index: 111;
    opacity: 1;
    background-image: url('../images/home/room-left-arrow.png');
    background-repeat: no-repeat;
    background-position: 50% 50%;
    -ms-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
}
.section-search-rooms.version-2 .title {
    margin-top: 20px;
}
.moon-divider {
    background-image: url('../images/moon-divider.png');
    background-repeat: no-repeat;
    background-size: contain;
    height: 30px;
    width: 70px;
    margin: 30px auto 20px auto;
}
.moon-divider.small {
    width: 35px;
    height: 15px;
}
.moon-divider.white {
    background-image: url('../images/moon-divider-white.png');
}
section {
    padding: 30px 0px 30px 0px;
}
section.section-style-2 {
    padding: 100px 0px;
}
.section-why-us .content-box {
    position: relative;
    text-align: center;
    margin: 0 auto;
}
.section-why-us .content-box .title {
    font-family: 'Merriweather Sans', sans-serif;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    color: #202935;
    margin: 30px 0px 20px 0px;
}
.section-why-us .content-box .content {
    margin-bottom: 30px;
}
.section-rooms {
    background-color: #202935;
    color: #ffffff;
}
.section-rooms .row {
    margin-bottom: 40px;
}
.section-rooms .title-room {
    font-family: 'Merriweather Sans', sans-serif;
    font-size: 36px;
    font-weight: 700;
    text-transform: uppercase;
    font-weight: 400;
    line-height: 1.1;
}
.section-rooms .content {
    padding-top: 20px;
    -webkit-transition: 0.3s all ease-in;
    -moz-transition: 0.3s all ease-in;
    -o-transition: 0.3s all ease-in;
    transition: 0.3s all ease-in;
}
.section-rooms .row:hover .content {
    color: #ffffff;
}
.section-rooms .row:hover img {
    cursor: pointer;
}
.section-rooms .row:hover .grayscale {
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale");
    -webkit-filter: grayscale(0%);
}
.section-rooms .room-container {
    padding-top: 30px;
    padding-left: 20px;
}
.section-rooms .room-container .price-text,
.section-rooms .room-container .room-desc {
    color: #202935;
}
.section-rooms .room-container .price-text {
    font-family: 'Merriweather Sans', sans-serif;
    font-style: italic;
    font-size: 24px;
}
.section-rooms .room-container .price-text .price {
    font-size: 36px;
}
.section-rooms .room-container .room-desc {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    margin: 0px auto;
}
.section-rooms .room-container .room-desc:first-of-type {
    margin-top: 15px;
}
.section-rooms .room-container .room-desc:last-of-type {
    margin-bottom: 15px;
}
.section-3boxes {
    background: #f5f2e9;
    border-top: 1px solid #f5f2e9;
}
.section-facilities {
    background: #dedbd2;
}
.section-facilities h2.title {
    color: #702400;
    margin-bottom: 30px;
}
.section-facilities h4 {
    margin-bottom: 30px;
}
.section-facilities h5 {
    color: #fdc500;
    font-size: 24px;
    font-family: 'Merriweather Sans', sans-serif;
}
.section-facilities .active-box {
    margin-bottom: 20px;
    padding: 10px;
    /*padding-top:0!important;*/
    border: 1px solid #bab39c;
    border-radius: 5px;
    -webkit-box-shadow: 0px 0px 28px -8px rgba(107, 107, 107, 1);
    -moz-box-shadow: 0px 0px 28px -8px rgba(107, 107, 107, 1);
    box-shadow: 0px 0px 28px -8px rgba(107, 107, 107, 1);
    background-color: #f8f6f1;
}
.section-facilities .active-box img {
    width: 100%;
}
.section-facilities .active-box .tri-up {
    background-image: url('../images/home/triangle-up2.png');
    width: 24px;
    height: 16px;
    margin: 0 auto;
    position: relative;
    top: -15px;
    z-index: 1;
}
.section-facilities .active-box .tri-down {
    background-image: url('../images/home/triangle-up.png');
    width: 24px;
    height: 16px;
    margin: 0 auto;
    position: relative;
    top: -15px;
    z-index: 1;
    background-image: url('../images/home/triangle-down.png');
    top: 15px;
}
.section-facilities .active-box .title {
    font-family: 'Merriweather Sans', sans-serif;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    color: #702400;
    padding-bottom: 25px;
    letter-spacing: -0.5px;
}
.section-facilities .active-box .bronze {
    font-family: 'Merriweather Sans', sans-serif;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    color: #a15000;
    padding-bottom: 10px;
    letter-spacing: -0.5px;
}
.section-facilities .active-box .silver {
    font-family: 'Merriweather Sans', sans-serif;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    color: #afafaf;
    padding-bottom: 10px;
    letter-spacing: -0.5px;
}
.section-facilities .active-box .gold {
    font-family: 'Merriweather Sans', sans-serif;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    color: #ffc332;
    padding-bottom: 10px;
    letter-spacing: -0.5px;
}
.section-facilities .active-box .title:not(:first-child) {
    padding-top: 2css shadow box px;
}
/* Gift Vouchers */
.ttbreadcrumb {
  font: 0.9em sans-serif;
  list-style: none;
  padding-left: 0px;
  margin-bottom: 20px;
}
.ttbreadcrumb li {
  display: inline-block;
  margin-bottom: .2em;
}
.ttbreadcrumb li a {
  background-color: #ad3513;
  box-sizing: border-box;
  color: #fff;
  display: block;
  max-height: 2em;
  padding: .5em 1em .5em 1.5em;
  position: relative;
  text-decoration: none;
  transition: .25s;
}
.ttbreadcrumb li a:before {
  border-top: 1em solid transparent;
  border-bottom: 1em solid transparent;
  border-left: 1em solid #fff;
  content: "";
  position: absolute;
  top: 0;
  right: -1.25em;
  z-index: 1;
}
.ttbreadcrumb li a:after {
  border-top: 1em solid transparent;
  border-bottom: 1em solid transparent;
  border-left: 1em solid #ad3513;
  content: "";
  position: absolute;
  top: 0;
  right: -1em;
  transition: .25s;
  z-index: 1;
}
.ttbreadcrumb li a:hover {
  background-color: #702400;
}
.ttbreadcrumb li a:hover:after {
  border-left-color: #702400;
}
/* Gift Vouchers */
.voucher-box {
    margin-bottom: 20px;
    padding: 10px;
    padding-bottom: 15px;
    /*padding-top:0!important;*/
    border: 1px solid #bab39c;
    border-radius: 5px;
    -webkit-box-shadow: 0px 0px 28px -8px rgba(107, 107, 107, 1);
    -moz-box-shadow: 0px 0px 28px -8px rgba(107, 107, 107, 1);
    box-shadow: 0px 0px 28px -8px rgba(107, 107, 107, 1);
    background-color: #f8f6f1;
    min-height: 225px;
}
.voucher-box img {
    margin-right: 20px;
}
.voucher-box .tri-up {
    background-image: url('../images/home/triangle-up2.png');
    width: 24px;
    height: 16px;
    margin: 0 auto;
    position: relative;
    top: -15px;
    z-index: 1;
}
.voucher-box .tri-down {
    background-image: url('../images/home/triangle-up.png');
    width: 24px;
    height: 16px;
    margin: 0 auto;
    position: relative;
    top: -15px;
    z-index: 1;
    background-image: url('../images/home/triangle-down.png');
    top: 15px;
}
.voucher-box .title {
    font-family: 'Merriweather Sans', sans-serif;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    color: #702400;
    padding-bottom: 10px;
    margin-bottom: 0!important;
    letter-spacing: -0.5px;
}
.voucher-box .title:not(:first-child) {
    padding-top: 2css shadow box px;
}
.voucher-box p:not(:last-child) {
    margin-bottom: 10px;
}
.ttvoucher-box {
    margin-bottom: 20px;
    padding: 10px;
    padding-bottom: 15px;
    /*padding-top:0!important;*/
    border: 1px solid #bab39c;
    border-radius: 5px;
    -webkit-box-shadow: 0px 0px 28px -8px rgba(107, 107, 107, 1);
    -moz-box-shadow: 0px 0px 28px -8px rgba(107, 107, 107, 1);
    box-shadow: 0px 0px 28px -8px rgba(107, 107, 107, 1);
    background-color: #f8f6f1;
/*    min-height: 285px;*/
    text-align: left;
}
.ttvoucher-box img {
    margin-right: 20px;
}
.ttvoucher-box .tri-up {
    background-image: url('../images/home/triangle-up2.png');
    width: 24px;
    height: 16px;
    margin: 0 auto;
    position: relative;
    top: -15px;
    z-index: 1;
}
.ttvoucher-box .tri-down {
    background-image: url('../images/home/triangle-up.png');
    width: 24px;
    height: 16px;
    margin: 0 auto;
    position: relative;
    top: -15px;
    z-index: 1;
    background-image: url('../images/home/triangle-down.png');
    top: 15px;
}
.ttvoucher-box .title {
    font-family: 'Merriweather Sans', sans-serif;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    color: #702400;
/*    padding-bottom: 10px;*/
    margin-bottom: 0!important;
    letter-spacing: -0.5px;
}
.ttvoucher-box .title:not(:first-child) {
    padding-top: 2css shadow box px;
}
.ttvoucher-box p:not(:last-child) {
    margin-bottom: 10px;
}
.ttvoucher-box p {
    line-height:20px;
    font-size: 15px!important;
}
/* LTS Travel Trade */
.ltsttvoucher-box {
    margin-bottom: 20px;
    padding: 10px;
    padding-bottom: 15px;
    /*padding-top:0!important;*/
    border: 1px solid #bab39c;
    border-radius: 5px;
    -webkit-box-shadow: 0px 0px 28px -8px rgba(107, 107, 107, 1);
    -moz-box-shadow: 0px 0px 28px -8px rgba(107, 107, 107, 1);
    box-shadow: 0px 0px 28px -8px rgba(107, 107, 107, 1);
    background-color: #e5ecf5;
/*    min-height: 285px;*/
    text-align: left;
}
.ltsttvoucher-box img {
    margin-right: 20px;
}
.ltsttvoucher-box .tri-up {
    background-image: url('../images/home/triangle-up2.png');
    width: 24px;
    height: 16px;
    margin: 0 auto;
    position: relative;
    top: -15px;
    z-index: 1;
}
.ltsttvoucher-box .tri-down {
    background-image: url('../images/home/triangle-up.png');
    width: 24px;
    height: 16px;
    margin: 0 auto;
    position: relative;
    top: -15px;
    z-index: 1;
    background-image: url('../images/home/triangle-down.png');
    top: 15px;
}
.ltsttvoucher-box .title {
    font-family: 'Merriweather Sans', sans-serif;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    color: #2d527e;
/*    padding-bottom: 10px;*/
    margin-bottom: 0!important;
    letter-spacing: -0.5px;
}
.ltsttvoucher-box .title:not(:first-child) {
    padding-top: 2css shadow box px;
}
.ltsttvoucher-box p:not(:last-child) {
    margin-bottom: 10px;
}
.ltsttvoucher-box p {
    line-height:20px;
    font-size: 15px!important;
    color:#1b242e;
}
/* Gift Vouchers */
.gvoucher-box {
    margin-bottom: 20px;
    padding: 10px;
    padding-bottom: 15px;
    /*padding-top:0!important;*/
    border: 1px solid #bab39c;
    border-radius: 5px;
    -webkit-box-shadow: 0px 0px 28px -8px rgba(107, 107, 107, 1);
    -moz-box-shadow: 0px 0px 28px -8px rgba(107, 107, 107, 1);
    box-shadow: 0px 0px 28px -8px rgba(107, 107, 107, 1);
    background-color: #f8f6f1;
}
.gvoucher-box img {
    margin-right: 20px;
}
.gvoucher-box .tri-up {
    background-image: url('../images/home/triangle-up2.png');
    width: 24px;
    height: 16px;
    margin: 0 auto;
    position: relative;
    top: -15px;
    z-index: 1;
}
.gvoucher-box .tri-down {
    background-image: url('../images/home/triangle-up.png');
    width: 24px;
    height: 16px;
    margin: 0 auto;
    position: relative;
    top: -15px;
    z-index: 1;
    background-image: url('../images/home/triangle-down.png');
    top: 15px;
}
.gvoucher-box .title {
    font-family: 'Merriweather Sans', sans-serif;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    color: #702400;
    padding-bottom: 10px;
    margin-bottom: 0!important;
    letter-spacing: -0.5px;
}
.gvoucher-box .title:not(:first-child) {
    padding-top: 2css shadow box px;
}
.gvoucher-box p:not(:last-child) {
    margin-bottom: 0px;
}
.section-facilities .content-box {
    margin-bottom: 20px;
}
.section-facilities .content-box img {
    width: 100%;
}
.section-facilities .content-box .tri-up {
    background-image: url('../images/home/triangle-up.png');
    width: 24px;
    height: 16px;
    margin: 0 auto;
    position: relative;
    top: -15px;
    z-index: 1;
}
.section-facilities .content-box .tri-down {
    background-image: url('../images/home/triangle-up.png');
    width: 24px;
    height: 16px;
    margin: 0 auto;
    position: relative;
    top: -15px;
    z-index: 1;
    background-image: url('../images/home/triangle-down.png');
    top: 15px;
}
.section-facilities .content-box .title {
    font-family: 'Merriweather Sans', sans-serif;
    font-size: 18px;
    font-weight: 400;
    text-transform: uppercase;
    color: #702400;
    padding-bottom: 25px;
    letter-spacing: -0.5px;
}
.section-facilities .content-box .title:not(:first-child) {
    padding-top: 25px;
}
/*Content Box Active Box*/
.active-box {
    margin-bottom: 20px;
    padding: 10px;
    /*padding-top:0!important;*/
    border: 1px solid #bab39c;
    border-radius: 5px;
    -webkit-box-shadow: 0px 0px 28px -8px rgba(107, 107, 107, 1);
    -moz-box-shadow: 0px 0px 28px -8px rgba(107, 107, 107, 1);
    box-shadow: 0px 0px 28px -8px rgba(107, 107, 107, 1);
    background-color: #f8f6f1;
}
.active-box img {
    width: 100%;
}
.active-box .tri-up {
    background-image: url('../images/home/triangle-up2.png');
    width: 24px;
    height: 16px;
    margin: 0 auto;
    position: relative;
    top: -15px;
    z-index: 1;
}
.active-box .tri-down {
    background-image: url('../images/home/triangle-up.png');
    width: 24px;
    height: 16px;
    margin: 0 auto;
    position: relative;
    top: -15px;
    z-index: 1;
    background-image: url('../images/home/triangle-down.png');
    top: 15px;
}
.active-box .title {
    font-family: 'Merriweather Sans', sans-serif;
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
    color: #702400;
    padding-bottom: 15px;
    letter-spacing: -0.5px;
}
.active-box .title:not(:first-child) {
    padding-top: 5px;
}
.content-box {
    margin-bottom: 20px;
}
.content-box img {
    width: 100%;
}
.content-box .tri-up {
    background-image: url('../images/home/triangle-up.png');
    width: 24px;
    height: 16px;
    margin: 0 auto;
    position: relative;
    top: -15px;
    z-index: 1;
}
.content-box .tri-down {
    background-image: url('../images/home/triangle-up.png');
    width: 24px;
    height: 16px;
    margin: 0 auto;
    position: relative;
    top: -15px;
    z-index: 1;
    background-image: url('../images/home/triangle-down.png');
    top: 15px;
}
.content-box .title {
    font-family: 'Merriweather Sans', sans-serif;
    font-size: 18px;
    font-weight: 400;
    text-transform: uppercase;
    color: #702400;
    padding-bottom: 25px;
    letter-spacing: -0.5px;
}
.content-box .title:not(:first-child) {
    padding-top: 25px;
}
.facilities-container .button {
    width: auto;
}
.section-testimonials {
    width: 100%;
    position: relative;
    overflow: hidden;
}
.section-testimonials:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    opacity: 0.1;
    background-image: url('../images/home/testimonial-bg.jpg');
    background-repeat: no-repeat;
    background-position: 50% 50%;
    -ms-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
}
.section-testimonials .title {
    color: #ffffff;
    margin-bottom: 30px;
}
.section-testimonials .testimonial-box {
    color: #ffffff;
    text-align: center;
}
.section-testimonials .testimonial-box .text {
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    padding: 0 50px;
}
.section-testimonials .testimonial-box .name {
    font-family: 'Merriweather Sans', sans-serif;
    font-size: 18px;
    color: #beac5a;
    font-weight: 700;
    margin-top: 100px;
}
.section-testimonials .testimonial-box .position {
    font-family: 'Merriweather Sans', sans-serif;
    font-size: 14px;
    font-weight: 400;
    margin-top: 10px;
}
.section-testimonials .testimonial-box:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 28px;
    height: 27px;
    z-index: 111;
    opacity: 1;
    background-image: url('../images/home/quote-start.png');
    background-repeat: no-repeat;
    background-position: 50% 50%;
    -ms-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
}
.section-testimonials .testimonial-box:after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 28px;
    height: 27px;
    z-index: 111;
    opacity: 1;
    background-image: url('../images/home/quote-end.png');
    background-repeat: no-repeat;
    background-position: 50% 50%;
    -ms-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
}
.section-testimonials .testimonial-slider-page-controls {
    text-align: center;
    bottom: 0px;
    position: absolute;
    left: 50%;
    margin-left: -20px;
    z-index: 101;
}
.section-testimonials .testimonial-slider-page-controls .page-control {
    display: inline-block;
    width: 10px;
    height: 10px;
    border: 1px solid #ffffff;
    border-radius: 0;
    background-color: #ffffff;
    cursor: pointer;
    opacity: 1;
}
.section-testimonials .testimonial-slider-page-controls .page-control:not(:last-child) {
    margin-right: 5px;
}
.section-testimonials .testimonial-slider-page-controls .page-control.swiper-pagination-bullet-active {
    border-color: #beac5a;
    background-color: #beac5a;
}
.section-testimonials.bg-secondary .testimonial-box .name {
    color: #202935;
}
.section-testimonials.bg-secondary .testimonial-slider-page-controls .page-control.swiper-pagination-bullet-active {
    border-color: #202935;
    background-color: #202935;
}
.section-testimonials-2 .testimonial-box {
    color: #232a30;
    text-align: center;
}
.section-testimonials-2 .testimonial-box .text {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    padding: 35px;
    background-color: #f3f3f3;
    margin-right: 30px;
}
.section-testimonials-2 .testimonial-box .tri-down {
    background-image: url('../images/about/testimonial-tri.png');
    width: 15px;
    height: 21px;
    position: relative;
    top: -21px;
    left: 90px;
    z-index: 0;
}
.section-testimonials-2 .testimonial-box .profile {
    height: 100px;
    padding: 10px 40px;
    margin-top: -20px;
    text-align: left;
}
.section-testimonials-2 .testimonial-box .profile .avatar {
    float: left;
    margin-right: 30px;
}
.section-testimonials-2 .testimonial-box .profile .name {
    font-weight: 700;
    font-family: 'Merriweather Sans', sans-serif;
    font-size: 14px;
    margin-top: 10px;
    line-height: 30px;
}
.section-testimonials-2 .testimonial-box .profile .position {
    font-family: 'Merriweather Sans', sans-serif;
    font-size: 14px;
    font-weight: 400;
    font-style: italic;
    line-height: 20px;
}
.section-testimonials-2 .swiper-container .swiper-wrapper {
    height: 480px;
}
.section-testimonials-2 .testimonial-slider-page-controls {
    text-align: center;
    position: absolute;
    right: 10px;
    top: 150px;
    margin-left: -20px;
    z-index: 101;
}
.section-testimonials-2 .testimonial-slider-page-controls .page-control {
    display: block;
    width: 10px;
    height: 10px;
    border: 1px solid #ffffff;
    border-radius: 5px;
    margin-bottom: 5px;
    background-color: #f3f3f3;
    cursor: pointer;
    opacity: 1;
}
.section-testimonials-2 .testimonial-slider-page-controls .page-control:not(:last-child) {
    margin-right: 5px;
}
.section-testimonials-2 .testimonial-slider-page-controls .page-control.swiper-pagination-bullet-active {
    border-color: #beac5a;
    background-color: #beac5a;
}
.section-from-blog {
    background: #d4d0c4;
}
.section-from-blog .title {
    margin-top: 0px;
    margin-bottom: 30px;
}
.section-from-blog .blog-box {
    margin-bottom: 30px;
    cursor: pointer;
    color: #ffffff;
    background: #d4d0c4;
}
.section-from-blog .blog-box a {
    color: #ffffff;
    -webkit-transition: color 0.7s;
    -moz-transition: color 0.7s;
    -o-transition: color 0.7s;
    transition: color 0.7s;
}
.section-from-blog .blog-box a:active,
.section-from-blog .blog-box a:focus {
    color: #ffffff;
}
.section-from-blog .blog-box a img {
    -webkit-transition: opacity 0.7s;
    -moz-transition: opacity 0.7s;
    -o-transition: opacity 0.7s;
    transition: opacity 0.7s;
}
.section-from-blog .blog-box a:hover {
    color: #702400;
}
.section-from-blog .blog-box a:hover img {
    opacity: 0.3;
}
.section-from-blog .blog-box .blog-meta-box {
    position: absolute;
    bottom: 30px;
    padding: 20px 20px 20px 20px;
    background: rgba(173, 53, 19, 0.7);
}
.section-from-blog .blog-box .blog-meta-box .blog-title {
    font-family: 'Merriweather Sans', sans-serif;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5;
}
.section-from-blog .blog-box .blog-meta-box .post-date {
    font-family: 'Merriweather Sans', sans-serif;
    font-size: 14px;
    font-weight: 400;
}
.section-from-blog .blog-box .blog-meta-box .post-date .blog-title i {
    margin-right: 5px;
    font-size: 36px;
}
.section-from-blog .blog-box .blog-meta-box .post-comments {
    font-family: 'Merriweather Sans', sans-serif;
    font-size: 14px;
    font-weight: 400;
    margin-left: 30px;
    background-color: #333;
}
.section-from-blog .blog-box .blog-meta-box .post-comments i {
    margin-right: 5px;
}
.section-breadcrumb {
    padding: 90px 0;
    text-align: center;
    position: relative;
    background-color: #ffffff;
    font-family: 'Merriweather Sans', sans-serif;
}
.section-breadcrumb:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    opacity: 0.1;
    background-image: url('../images/breadcrumb-bg.jpg');
    background-repeat: no-repeat;
    background-position: 50% 50%;
    -ms-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
}
.section-breadcrumb .title {
    font-size: 30px;
    color: #202935;
}
.section-breadcrumb .breadcrumb {
    background-color: transparent;
    font-weight: 700;
}
.section-breadcrumb .breadcrumb .slug {
    background-color: #202935;
    font-weight: 700;
    font-size: 12px;
    padding: 3px;
}
.breadcrumb {
    margin-bottom: 30px;
    list-style: none;
    border-radius: 4px;
    background-color: #f5f2e9;
    padding-top: 1px;
    padding-right: 15px;
    padding-bottom: 8px;
    padding-left: 1px;
    margin-top: -30px;
}
.breadcrumb a {
    color: #ad3513;
}
.breadcrumb a:hover {
    text-decoration: underline;
}
.section-breadcrumb .breadcrumb .slug .home {
    color: #beac5a;
}
.section-breadcrumb .breadcrumb .slug .page {
    color: #ffffff;
}
.section-bg-white {
    background-color: #f3f3f3;
}
.section-style-2 .title {
    font-size: 24px;
}
.section-style-2 .section-starter {
    background-image: url('../images/section-starter.png');
    background-repeat: no-repeat;
    background-size: contain;
    height: 15px;
    width: 67px;
    margin: 20px 0px 20px 0px;
}
.no-padding {
    padding-left: 0px !important;
    padding-right: 0px !important;
}
.section-accommodations {
    padding-top: 0px;
    background-color: #f5f2e9;
    color: #702400;
}
.section-accommodations .title {
    margin-top: 70px;
    letter-spacing: -2px;
}
.section-accommodations .subtitle {
    font-family: 'Merriweather Sans', sans-serif;
    font-size: 24px;
    font-weight: 400;
    color: #beac5a;
    margin-bottom: 40px;
}
.section-accommodations .rooms-container {
    position: relative;
}
.section-accommodations .rooms-thumb-area {
    left: 0px;
}
.section-accommodations .rooms-thumb-area .room-thumb-box {
    background-size: cover !important;
    height: 350px;
    margin: 0 auto;
    cursor: pointer;
}
.section-accommodations .rooms-thumb-area .room-thumb-box .room-meta-box {
    position: absolute;
    bottom: 30px;
    padding: 20px 40px 20px 15px;
    -webkit-transform: translateY(60%);
    -moz-transform: translateY(60%);
    -ms-transform: translateY(60%);
    -o-transform: translateY(60%);
    transform: translateY(60%);
    -webkit-transition: -webkit-transform 0.4s;
    -moz-transition: -moz-transform 0.4s;
    -o-transition: -o-transform 0.4s;
    transition: transform 0.4s;
}
.section-accommodations .rooms-thumb-area .room-thumb-box .room-meta-box .room-title {
    font-family: 'Merriweather Sans', sans-serif;
    font-size: 32px;
    font-weight: 700;
    text-transform: uppercase;
    color: #ffffff;
}
.section-accommodations .rooms-thumb-area .room-thumb-box .room-meta-box .room-subtitle {
    font-family: 'Merriweather Sans', sans-serif;
    font-size: 32px;
    font-weight: 700;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 400;
    line-height: 1.1;
}
.section-accommodations .rooms-thumb-area .room-thumb-box .room-meta-box .content {
    color: #f5f2e9;
    margin-top: 35px;
    line-height: 1.5;
}
.section-accommodations .rooms-thumb-area .room-thumb-box:hover {
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale");
    -webkit-filter: grayscale(0%);
}
.section-accommodations .rooms-thumb-area .room-thumb-box:hover .room-meta-box {
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    transform: translateY(-10px);
}
.section-why-location .rooms-container {
    position: relative;
}
.section-why-location .rooms-thumb-area {
    left: 0px;
}
.section-why-location .rooms-thumb-area .room-thumb-box {
    background-size: cover !important;
    height: 350px;
    margin: 0 auto;
    cursor: pointer;
}
.section-why-location .rooms-thumb-area .room-thumb-box .room-meta-box {
    position: absolute;
    bottom: 30px;
    padding: 20px 40px 20px 15px;
    -webkit-transform: translateY(60%);
    -moz-transform: translateY(60%);
    -ms-transform: translateY(60%);
    -o-transform: translateY(60%);
    transform: translateY(60%);
    -webkit-transition: -webkit-transform 0.4s;
    -moz-transition: -moz-transform 0.4s;
    -o-transition: -o-transform 0.4s;
    transition: transform 0.4s;
}
.section-why-location .rooms-thumb-area .room-thumb-box .room-meta-box .room-title {
    font-family: 'Merriweather Sans', sans-serif;
    font-size: 32px;
    font-weight: 700;
    text-transform: uppercase;
    color: #ffffff;
}
.section-why-location .rooms-thumb-area .room-thumb-box .room-meta-box .room-subtitle {
    font-family: 'Merriweather Sans', sans-serif;
    font-size: 32px;
    font-weight: 700;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 400;
    line-height: 1.1;
}
.section-why-location .rooms-thumb-area .room-thumb-box .room-meta-box .content {
    color: #f5f2e9;
    margin-top: 55px;
    line-height: 1.5;
}
.section-why-location .rooms-thumb-area .room-thumb-box:hover {
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale");
    -webkit-filter: grayscale(0%);
}
.section-why-location .rooms-thumb-area .room-thumb-box:hover .room-meta-box {
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    transform: translateY(-10px);
}
.section-why-celebrate .rooms-container {
    position: relative;
}
.section-why-celebrate .rooms-thumb-area {
    left: 0px;
}
.section-why-celebrate .rooms-thumb-area .room-thumb-box {
    background-size: cover !important;
    height: 350px;
    margin: 0 auto;
    cursor: pointer;
}
.section-why-celebrate .rooms-thumb-area .room-thumb-box .room-meta-box {
    position: absolute;
    bottom: 30px;
    padding: 20px 40px 20px 15px;
    -webkit-transform: translateY(60%);
    -moz-transform: translateY(60%);
    -ms-transform: translateY(60%);
    -o-transform: translateY(60%);
    transform: translateY(60%);
    -webkit-transition: -webkit-transform 0.4s;
    -moz-transition: -moz-transform 0.4s;
    -o-transition: -o-transform 0.4s;
    transition: transform 0.4s;
}
.section-why-celebrate .rooms-thumb-area .room-thumb-box .room-meta-box .room-title {
    font-family: 'Merriweather Sans', sans-serif;
    font-size: 32px;
    font-weight: 700;
    text-transform: uppercase;
    color: #ffffff;
}
.section-why-celebrate .rooms-thumb-area .room-thumb-box .room-meta-box .room-subtitle {
    font-family: 'Merriweather Sans', sans-serif;
    font-size: 32px;
    font-weight: 700;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 400;
    line-height: 1.1;
}
.section-why-celebrate .rooms-thumb-area .room-thumb-box .room-meta-box .content {
    color: #dedbd2;
    margin-top: 50px;
    line-height: 1.5;
}
.section-why-celebrate .rooms-thumb-area .room-thumb-box:hover {
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale");
    -webkit-filter: grayscale(0%);
}
.section-why-celebrate .rooms-thumb-area .room-thumb-box:hover .room-meta-box {
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    transform: translateY(-10px);
}
.section-why-choose-us {
    padding-top: 20px;
    background: #f5f2e9;
    color: #702400;
    position: relative;
}
.post1 {
    /*float: left;*/
    width: 100%;
    margin-left: 0%;
    padding: 0.5em;
    background-color: #f7f5ee;
    position: relative;
    border-radius: 5px;
    border: 1px solid #d9d2be;
    -webkit-box-shadow: 0px 0px 9px 0px rgba(199,189,161,1);
-moz-box-shadow: 0px 0px 9px 0px rgba(199,189,161,1);
box-shadow: 0px 0px 9px 0px rgba(199,189,161,1);
min-height: 310px;
}
.post1-pic {
    float: left;
    width: 50%;
    padding-right: 13px;
}
.post1-info {
    float: left;
    width: 100%;
    padding:0.7em;
    padding-top: 25px;
    text-align: left;
    vertical-align: text-top;
}
.post1-info i{font-size: 20px; color: #702400;}
.post1_text h3 {
    color: #ad3513;
   /* text-shadow: 1px 1px #000;*/
    margin-top: 0.1em;
    font-size: 1.3em;
    font-weight: 400;
    line-height: 1.4em;
    font-family: 'Merriweather Sans', sans-serif;
}
.post1_text h3 a {
    color: #fff;
    text-shadow: 1px 1px #000;
    margin-top: 0.1em;
    font-size: 1.3em;
    line-height: 1.4em;
    font-family: 'Merriweather Sans', sans-serif;
}
.post1_text p{
    font-size: 15px;
}
@media (max-width: 480px) {
.post1_text h3 {
    font-size: 1.5em;
}
.embed-container{position: absolute;}
    }
}
/*.post1 {
    float: left;
    width: 100%;
    margin-left: 0%;
    background: #ad3513;
    padding: 2em;
    position: relative;
    border-radius: 5px;
    border: 2px solid #fdc500;
}
.post1-pic {
    float: left;
    width: 50%;
    padding-right: 13px;
}
.post1-info {
    float: left;
    width: 100%;
    padding-top: 0.1em;
    text-align: center;
}
.post1_text h3 {
    color: #fff;
    text-shadow: 1px 1px #000;
    margin-top: 0.1em;
    font-size: 1.3em;
    line-height: 1.4em;
    font-family: 'Merriweather Sans', sans-serif;
}
.post1_text h3 a {
    color: #fff;
    text-shadow: 1px 1px #000;
    margin-top: 0.1em;
    font-size: 1.3em;
    line-height: 1.4em;
    font-family: 'Merriweather Sans', sans-serif;
}*/
.post2 {
    float: left;
    width: 100%;
    margin-left: 1%;
    background: #909347;
    padding: 2em;
    position: relative;
    border-radius: 5px;
    border: 2px solid #5d5f2b;
    -webkit-box-shadow: 0px 0px 22px 0px rgba(61, 61, 61, 1);
    -moz-box-shadow: 0px 0px 22px 0px rgba(61, 61, 61, 1);
    box-shadow: 0px 0px 22px 0px rgba(61, 61, 61, 1);
}
.post2-pic {
    float: left;
    width: 50%;
    padding-right: 13px;
}
.post2-info {
    float: left;
    width: 50%;
    padding-top: 0.1em;
    text-align: center;
}
.post2_text h3 {
    color: #fff;
    margin-top: 0.1em;
    font-size: 1.3em;
    line-height: 1.4em;
    font-family: 'Merriweather Sans', sans-serif;
}
.post3 {
    float: left;
    width: 100%;
    margin-left: 1%;
    background: #80a7a7;
    padding: 2em;
    position: relative;
    border-radius: 5px;
    border: 2px solid #446a6a;
    -webkit-box-shadow: 0px 0px 22px 0px rgba(61, 61, 61, 1);
    -moz-box-shadow: 0px 0px 22px 0px rgba(61, 61, 61, 1);
    box-shadow: 0px 0px 22px 0px rgba(61, 61, 61, 1);
}
.post3-pic {
    float: left;
    width: 50%;
    padding-right: 13px;
}
.post3-info {
    float: left;
    width: 50%;
    padding-top: 0.1em;
    text-align: center;
}
.post3_text h3 {
    color: #fff;
    margin-top: 0.1em;
    font-size: 1.3em;
    line-height: 1.4em;
    font-family: 'Merriweather Sans', sans-serif;
}
.section-why-choose-us .title {
    margin-top: 25px;
}
.section-why-choose-us .subtitle {
    font-size: 18px;
    color: #702400;
    font-weight: 400;
}
.section-why-choose-us .subtitle i {
    margin-right: 10px;
    font-size: 28px;
    font-weight: 300;
}
.section-why-choose-us .text {
    margin-top: 20px;
    margin-bottom: 30px;
    font-size: 13px;
}
.section-why-choose-us:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    opacity: 0.3;
    background-image: url('../images/home/why-us-bg.jpg');
    background-repeat: no-repeat;
    background-position: 50% 50%;
    -ms-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
}
.section-why-location {
    background: #fff;
    color: #702400;
    position: relative;
}
.section-why-location .title {
    margin-top: 0px;
    margin-bottom: 30px;
}
.section-why-location .subtitle {
    font-size: 16px;
    color: #702400;
    font-weight: 400;
}
.section-why-location .subtitle i {
    margin-right: 10px;
}
.section-why-location p {
    font-size: 16px;
}
.section-why-location .text {
    margin-top: 20px;
    margin-bottom: 30px;
    font-size: 13px;
}
.section-why-location:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    background: #f5f2e9;
}
.section-why-celebrate {
    background: #d4d0c4!important;
    color: #702400;
    position: relative;
}
.section-why-celebrate .title {
    margin-top: 0px;
    margin-bottom: 30px;
}
.section-why-celebrate .subtitle {
    font-size: 16px;
    color: #702400;
    font-weight: 400;
}
.section-why-celebrate .subtitle i {
    margin-right: 10px;
}
.section-why-celebrate .text {
    margin-top: 20px;
    margin-bottom: 30px;
    font-size: 13px;
}
.section-why-celebrate:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    background: #dedbd2;
}
.section-gallery {
    width: 100%;
}
.section-gallery .gallery-row {
    margin-bottom: 30px;
}
.section-gallery .gallery-row .button {
    margin-top: 20px;
}
.section-gallery hr {
    border-top: 1px solid #beac5a;
}
.section-gallery .page-controls .button {
    width: 40px;
    text-transform: none;
}
.section-gallery .content {
    font-family: 'Merriweather Sans', sans-serif;
    font-weight: 700;
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 10px;
    margin-top: 10px;
}
.section-gallery .desc {
    font-weight: 700;
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 10px;
    margin-top: 10px;
    margin-top: 20px;
    font-family: 'Merriweather Sans', sans-serif;
    color: #beac5a;
    font-weight: 400;
    font-size: 14px;
    text-transform: none;
}
.section-gallery .date {
    font-weight: 700;
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 10px;
    margin-top: 10px;
    margin-top: 20px;
    font-family: 'Merriweather Sans', sans-serif;
    color: #beac5a;
    font-weight: 400;
    font-size: 14px;
    text-transform: none;
    color: #59677a;
    margin-top: 0px;
}
.section-gallery .swipe-controls {
    margin-top: 30px;
}
.section-gallery .swipe-controls .fa-chevron-left,
.section-gallery .swipe-controls .fa-chevron-right {
    width: 30px !important;
    height: 30px !important;
    border: 1px solid #ffffff;
    border-radius: 0;
    cursor: pointer;
    line-height: 30px;
    margin-left: 3px;
}
.section-gallery .post-social-links {
    font-family: 'Merriweather Sans', sans-serif;
    border: 1px solid #202935;
    margin-top: 20px;
}
.section-gallery .post-social-links a {
    color: inherit;
}
.section-gallery .post-social-links a:hover {
    color: #beac5a;
}
.section-gallery .post-social-links > div {
    display: inline-block;
    margin-top: 0px;
    padding: 10px 20px;
    vertical-align: middle;
}
.section-gallery .post-social-links > div.header {
    font-weight: bold;
    font-family: 'Merriweather Sans', sans-serif;
    font-size: 14px;
    border-right: 1px solid #202935;
    width: 40%;
    text-align: center;
}
.section-gallery .post-social-links > div.icons {
    width: 58%;
    text-align: center;
}
.section-gallery .social-link:not(:last-child) {
    margin-right: 10px;
}
.section-gallery .gallery-images {
    margin-top: 30px;
}
.section-gallery .gallery-images img {
    margin-bottom: 30px;
}
form.check-rooms label {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    color: #202935;
    font-weight: 400;
}
form.check-rooms .form-group {
    white-space: nowrap;
}
form.check-rooms .form-control {
    border-radius: 0;
    border: 1px solid #202935;
    height: 40px;
    display: inline-block;
    cursor: pointer;
    vertical-align: middle;
}
form.check-rooms .ui-datepicker-trigger {
    background-color: #202935;
    color: #ffffff;
    border: none;
    margin-left: -35px;
    padding-left: 0px;
    padding-right: 0px;
    text-align: center;
    width: 30px !important;
    height: 30px !important;
    vertical-align: middle;
}
form.check-rooms .form-select {
    color: #202935;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: inline-block;
}
form.check-rooms .form-group > i.fa-caret-down {
    color: #ffffff;
    background-color: #202935;
    margin-left: -38px;
    width: 30px !important;
    height: 30px !important;
    padding-top: 8px;
    pointer-events: none;
    cursor: pointer;
    display: inline-block;
}
form.check-rooms button[type=submit] {
    margin-top: 12px;
}
form.check-rooms.secondary label {
    color: #ffffff;
}
form.check-rooms.secondary .form-control {
    border: 1px solid #beac5a;
}
form.check-rooms.secondary .ui-datepicker-trigger {
    background-color: #beac5a;
    color: #ffffff;
}
form.check-rooms.secondary .form-group > i.fa-caret-down {
    color: #ffffff;
    background-color: #beac5a;
}
form.check-rooms.third .form-control {
    background-color: #59677a;
    border: 1px solid #59677a;
    color: #ffffff;
}
form.check-rooms.third .ui-datepicker-trigger {
    background-color: #ffffff;
    color: #59677a;
}
form.check-rooms.third .form-group > i.fa-caret-down {
    color: #59677a;
    background-color: #ffffff;
}
form.check-rooms.vertical .form-control {
    display: block;
}
form.check-rooms.vertical .ui-datepicker-trigger,
form.check-rooms.vertical .form-group > i.fa-caret-down {
    float: right;
    margin-top: -35px;
    margin-right: 5px;
}
/* Override Trip Advisor Module widths to make module responsive */
#CDSWIDSSP {
    width: 100% !important;
}
#CDSWIDSSP.widSSPnarrow .widSSPData .widSSPBranding dd {
    width: 100% !important;
}
#CDSWIDSSP .widSSPData .widSSPOneReview .widSSPBullet li span {
    font-size: 14px!important;
}
#CDSWIDSSP .widSSPData .widSSPH11 {
    font-size: 18px!important;
}
#CDSWIDSSP .widSSPData .widSSPH18 {
    font-size: 24px!important;
}
#CDSWIDSSP .widSSPData .widSSPAll a:link,
#CDSWIDSSP .widSSPData .widSSPAll a:visited {
    font-size: 16px!important;
}
.section-check-rooms .title-big {
    margin-top: 20px;
    margin-bottom: 20px;
}
.section-check-rooms .room-box {
    margin: 10px auto 30px auto;
    max-width: 410px;
}
.section-room-single .room-description {
    margin-bottom: 30px;
}
.section-room-single .subtitle {
    font-size: 18px;
    font-weight: bold;
    margin-top: 20px;
    margin-bottom: 20px;
    -webkit-transform: translateZ(0);
}
.section-room-single .subtitle.large-caps {
    text-transform: uppercase;
}
.section-room-single .content {
    -webkit-transform: translateZ(0);
}
.section-room-single ul.two-cols {
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
    padding: 0px;
}
.section-room-single ul.two-cols li {
    -webkit-transform: translateZ(0);
    list-style: none;
    margin-left: 25px;
}
.section-room-single ul.two-cols li a {
    font-family: 'Merriweather Sans', sans-serif;
    font-size: 14px;
    font-style: italic;
    font-weight: 400;
    color: #202935;
    font-family: 'Roboto', sans-serif;
    font-style: normal;
}
.section-room-single ul.two-cols li a:hover,
.section-room-single ul.two-cols li a:active,
.section-room-single ul.two-cols li a:focus {
    color: #202935;
}
.section-room-single ul.two-cols li a.secondary {
    color: #beac5a;
}
.section-room-single ul.two-cols li a.secondary:hover,
.section-room-single ul.two-cols li a.secondary:active,
.section-room-single ul.two-cols li a.secondary:focus {
    color: #beac5a;
}
.section-room-single ul.two-cols li:before {
    content: "–";
    margin-right: 15px;
    margin-left: -25px;
}
.section-room-single .widget-box {
    border: 1px solid #beac5a;
    padding: 30px;
    margin-bottom: 30px;
}
.section-room-single .widget-box .subtitle {
    margin: 0px;
}
.section-room-single .widget-box hr {
    border-top: 1px solid #beac5a;
}
.section-room-single .widget-title {
    font-family: 'Merriweather Sans', sans-serif;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0px;
    line-height: 2;
}
.section-room-single .price {
    font-size: 24px;
}
.section-room-single em {
    font-weight: 400;
    font-family: 'Merriweather Sans', sans-serif;
    font-size: 14px;
}
.section-room-single .include-header {
    -webkit-transform: translateZ(0);
    font-weight: bold;
    line-height: 2;
    margin-top: 30px;
    font-size: 14px;
}
.section-room-single .include-item {
    -webkit-transform: translateZ(0);
    line-height: 1.5;
    font-size: 14px;
}
.section-room-single a.button {
    margin-top: 30px;
}
.section-room-single form.check-rooms button[type="submit"] {
    margin-top: 12px !important;
}
.booking-progress-bar {
    padding: 0;
    background-color: #beac5a;
    margin-bottom: -90px;
    margin-top: 50px;
}
.booking-progress-bar .booking-step {
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 14px;
    color: #59677a;
    text-align: center;
}
.booking-progress-bar .booking-step:not(:last-child) {
    border-right: 1px solid #ad9b49;
}
.booking-progress-bar .booking-step a {
    color: inherit;
    margin: 50px 10px;
    display: block;
}
.booking-progress-bar .booking-step .spacer {
    width: 10px;
}
.booking-progress-bar .booking-step .number-circle {
    width: 50px;
    height: 50px;
    display: inline-block;
    border-radius: 25px;
    background-color: #ffffff;
    font-family: 'Merriweather Sans', sans-serif;
    font-size: 21px;
    color: #59677a;
    line-height: 45px;
    margin-right: 5px;
}
.booking-progress-bar .booking-step.current,
.booking-progress-bar .booking-step:hover {
    background-color: #ad9b49;
    color: #ffffff;
}
.booking-progress-bar .booking-step.current .number-circle,
.booking-progress-bar .booking-step:hover .number-circle {
    color: #202935;
}
.booking-progress-bar .booking-step:hover {
    cursor: pointer;
}
.section-booking .dates-container {
    margin-top: 30px;
}
.section-booking .subtitle {
    font-size: 18px;
    font-weight: bold;
    margin-top: 20px;
    margin-bottom: 20px;
}
.section-booking .subtitle.large-caps {
    text-transform: uppercase;
}
.section-booking em {
    font-weight: 400;
    font-family: 'Merriweather Sans', sans-serif;
    font-size: 14px;
}
.section-booking ul.two-cols {
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
    padding: 0px;
}
.section-booking ul.two-cols li {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #202935;
    letter-spacing: -0.2px;
    list-style: none;
}
.section-booking ul.two-cols li.muted {
    color: #59677a;
}
.section-booking ul.two-cols li a {
    font-family: 'Merriweather Sans', sans-serif;
    font-size: 14px;
    font-style: italic;
    font-weight: 400;
    color: #202935;
    font-family: 'Roboto', sans-serif;
    font-style: normal;
}
.section-booking ul.two-cols li a:hover,
.section-booking ul.two-cols li a:active,
.section-booking ul.two-cols li a:focus {
    color: #202935;
}
.section-booking ul.two-cols li a.secondary {
    color: #beac5a;
}
.section-booking ul.two-cols li a.secondary:hover,
.section-booking ul.two-cols li a.secondary:active,
.section-booking ul.two-cols li a.secondary:focus {
    color: #beac5a;
}
.section-booking ul.two-cols li:before {
    content: "–";
    margin-right: 15px;
}
.section-booking .widget-box {
    border: 1px solid #beac5a;
    padding: 30px;
    margin-bottom: 30px;
}
.section-booking .widget-box .subtitle {
    margin: 0px;
}
.section-booking .widget-box hr {
    border-top: 1px solid #beac5a;
}
.section-booking .widget-title {
    font-family: 'Merriweather Sans', sans-serif;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0px;
    line-height: 2;
}
.section-booking form.check-rooms .fa-plus-circle {
    color: #beac5a;
    margin-right: 5px;
}
.section-booking form.check-rooms .room-num {
    height: 40px;
    line-height: 50px;
    display: block;
    text-align: center;
    vertical-align: bottom;
}
.section-booking form.check-rooms button[type="submit"] {
    margin-top: 12px !important;
    width: auto;
}
.section-booking .calendar-container {
    background-color: #f3f3f3;
    border: 1px solid #e1e1e1;
    padding: 0px;
}
.section-booking .calendar-container .legend-box {
    margin-top: 30px;
    padding: 20px;
    color: #202935;
    font-size: 14px;
    border-top: 1px solid #e1e1e1;
}
.section-booking .calendar-container .legend-box .legend {
    margin-right: 20px;
    font-weight: 400;
}
.section-booking .calendar-container .legend-box .legend span {
    width: 15px;
    height: 15px;
    display: inline-block;
    float: left;
    margin-top: 5px;
    margin-right: 8px;
}
.section-booking .calendar-container .legend-box .legend span.unavailable {
    background-color: #59677a;
}
.section-booking .calendar-container .legend-box .legend span.selected {
    background-color: #beac5a;
}
.section-booking .calendar-container .legend-box .legend span.available {
    background-color: #ffffff;
    border: 1px solid #e1e1e1;
}
.section-booking .rooms-container {
    border: 1px solid #e1e1e1;
}
.section-booking .rooms-container .room-row {
    border-top: 1px solid #e1e1e1;
    padding-bottom: 20px;
    padding-top: 20px;
    clear: both;
}
.section-booking .rooms-container .room-row .subtitle {
    margin-top: 5px;
}
.section-booking .rooms-container .room-row .content {
    margin-bottom: 10px;
}
.section-booking .rooms-container .room-row .button {
    width: auto;
}
.section-booking .reservation-container {
    border: 1px solid #e1e1e1;
}
.section-booking .reservation-container .reservation-form {
    background-color: #f3f3f3;
    padding: 30px 15px;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
}
.section-booking .reservation-container .reservation-form label {
    font-weight: 400;
}
.section-booking .reservation-container .reservation-form input {
    height: 40px;
    border-radius: 0px;
}
.section-booking .reservation-container .reservation-form textarea {
    height: 120px;
    resize: none;
}
.section-booking .reservation-container .reservation-form .buttons-container {
    margin-top: 30px;
}
.section-booking .reservation-container .reservation-form .buttons-container button {
    width: auto;
}
.section-booking .reservation-container .reservation-form .buttons-container .space-text {
    font-family: 'Merriweather Sans', sans-serif;
    font-style: italic;
    margin-left: 5px;
    margin-right: 5px;
}
.section-blog .list-container a,
.section-blog .blog-container a {
    color: inherit;
}
.section-blog .list-container a:hover,
.section-blog .blog-container a:hover {
    color: #beac5a;
}
.section-blog .list-container .post-row,
.section-blog .blog-container .post-row {
    margin-bottom: 30px;
}
.section-blog .list-container .post-category,
.section-blog .blog-container .post-category {
    margin-top: 20px;
    font-family: 'Merriweather Sans', sans-serif;
    font-size: 14px;
}
.section-blog .list-container .post-category .secondary,
.section-blog .blog-container .post-category .secondary {
    color: #beac5a;
}
.section-blog .list-container .post-title,
.section-blog .blog-container .post-title {
    font-family: 'Merriweather Sans', sans-serif;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: bold;
    margin: 20px 0px;
    line-height: 1.5;
}
.section-blog .list-container .post-date,
.section-blog .blog-container .post-date {
    font-family: 'Merriweather Sans', sans-serif;
    font-size: 14px;
    font-weight: 400;
}
.section-blog .list-container .post-date i,
.section-blog .blog-container .post-date i {
    margin-right: 5px;
}
.section-blog .list-container .post-comments,
.section-blog .blog-container .post-comments,
.section-blog .list-container .post-author-name,
.section-blog .blog-container .post-author-name {
    font-family: 'Merriweather Sans', sans-serif;
    font-size: 14px;
    font-weight: 400;
    margin-left: 20px;
}
.section-blog .list-container .post-comments i,
.section-blog .blog-container .post-comments i,
.section-blog .list-container .post-author-name i,
.section-blog .blog-container .post-author-name i {
    margin-right: 5px;
}
.section-blog .list-container .post-social-links,
.section-blog .blog-container .post-social-links {
    font-family: 'Merriweather Sans', sans-serif;
    border: 1px solid #202935;
    margin-top: 20px;
}
.section-blog .list-container .post-social-links > div,
.section-blog .blog-container .post-social-links > div {
    display: inline-block;
    margin-top: 0px;
    padding: 10px 20px;
}
.section-blog .list-container .post-social-links > div.header,
.section-blog .blog-container .post-social-links > div.header {
    font-weight: bold;
    font-family: 'Merriweather Sans', sans-serif;
    font-size: 14px;
    border-right: 1px solid #202935;
    width: 40%;
    text-align: center;
}
.section-blog .list-container .post-social-links > div.icons,
.section-blog .blog-container .post-social-links > div.icons {
    width: 58%;
    text-align: center;
}
.section-blog .list-container .social-link:not(:last-child),
.section-blog .blog-container .social-link:not(:last-child) {
    margin-right: 10px;
}
.section-blog .list-container .post-content,
.section-blog .blog-container .post-content,
.section-blog .list-container .post-tags,
.section-blog .blog-container .post-tags {
    margin-bottom: 30px;
}
.section-blog .list-container .content,
.section-blog .blog-container .content {
    margin-top: 30px;
}
.section-blog .list-container .content.highlight,
.section-blog .blog-container .content.highlight {
    font-size: 18px;
    font-style: italic;
    font-weight: 700;
    border-left: 3px solid #beac5a;
    padding-left: 20px;
}
.section-blog .list-container ul li,
.section-blog .blog-container ul li {
    list-style: square;
}
.section-blog .list-container .post-author,
.section-blog .blog-container .post-author {
    border-style: double;
    border-width: 5px;
    border-right: none;
    border-bottom: none;
    border-left: none;
    padding-top: 20px;
    padding-bottom: 20px;
    clear: both;
}
.section-blog .list-container .post-author img,
.section-blog .blog-container .post-author img {
    display: block;
    float: left;
}
.section-blog .list-container .post-author .author-info,
.section-blog .blog-container .post-author .author-info {
    margin-left: 130px;
}
.section-blog .list-container .post-author .author-info .author-name,
.section-blog .blog-container .post-author .author-info .author-name {
    font-family: 'Merriweather Sans', sans-serif;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: bold;
    margin: 0px 0px 20px 0px;
    line-height: 1.5;
}
.section-blog .list-container .post-author .content,
.section-blog .blog-container .post-author .content {
    margin-top: 20px;
}
.section-blog .list-container .post-author .icons,
.section-blog .blog-container .post-author .icons {
    margin-bottom: 20px;
}
.section-blog .list-container .page-controls,
.section-blog .blog-container .page-controls {
    font-family: 'Merriweather Sans', sans-serif;
    font-size: 14px;
    font-style: italic;
    height: 50px;
    padding-top: 10px;
    border-top: 1px solid;
    border-bottom: 3px solid;
    clear: both;
}
.section-blog .list-container .page-controls a i,
.section-blog .blog-container .page-controls a i {
    font-size: 14px;
}
.section-blog .blog-container .comments-container {
    margin-top: 30px;
    margin-bottom: 30px;
}
.section-blog .blog-container .comments-container .subtitle {
    font-family: 'Merriweather Sans', sans-serif;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 30px;
}
.section-blog .blog-container .comments-container .comment-box {
    clear: both;
    padding-top: 20px;
    padding-bottom: 20px;
}
.section-blog .blog-container .comments-container .comment-box:not(:last-of-type) {
    border-bottom: 1px solid #e8e9ea;
}
.section-blog .blog-container .comments-container .comment-box img {
    float: left;
    display: block;
}
.section-blog .blog-container .comments-container .comment-box .comment-info {
    margin-left: 100px;
}
.section-blog .blog-container .comments-container .comment-box .comment-info .comment-name {
    font-family: 'Merriweather Sans', sans-serif;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: bold;
    margin: 0;
    line-height: 1.5;
}
.section-blog .blog-container .comments-container .comment-box .comment-info .comment-date {
    font-family: 'Merriweather Sans', sans-serif;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: bold;
    margin: 0;
    line-height: 1.5;
    font-style: italic;
    font-weight: 400;
    font-size: 12px;
    text-transform: none;
}
.section-blog .blog-container .comments-container .comment-box .comment-info .content {
    margin-top: 20px;
}
.section-blog .blog-container .comments-container .comment-box.level2 {
    margin-left: 80px;
}
.section-blog .blog-container .leave-comment-container {
    border-top: 3px solid;
    padding-top: 20px;
    padding-bottom: 30px;
}
.section-blog .blog-container .leave-comment-container .subtitle {
    font-family: 'Merriweather Sans', sans-serif;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 30px;
}
.section-blog .blog-container .leave-comment-container .comment-form input[type=text],
.section-blog .blog-container .leave-comment-container .comment-form textarea {
    border-radius: 0px;
    display: block;
    width: 100%;
    border: 1px solid #e2e2e2;
}
.section-blog .blog-container .leave-comment-container .comment-form input[type=text]:focus,
.section-blog .blog-container .leave-comment-container .comment-form textarea:focus,
.section-blog .blog-container .leave-comment-container .comment-form input[type=text]:active,
.section-blog .blog-container .leave-comment-container .comment-form textarea:active {
    border: 1px solid #909090;
}
.section-blog .blog-container .leave-comment-container .comment-form textarea {
    height: 120px;
    resize: none;
}
.section-blog .blog-container .leave-comment-container .comment-form button {
    margin-top: 15px;
}
.section-blog .widget-box {
    border: 1px solid #beac5a;
    padding: 30px;
    margin-bottom: 30px;
}
.section-blog .widget-box .subtitle {
    margin: 0px;
}
.section-blog .widget-box hr {
    border-top: 1px solid #beac5a;
}
.section-blog .widget-title {
    font-family: 'Merriweather Sans', sans-serif;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0px;
    line-height: 2;
}
.section-blog ul.categories {
    padding-left: 0px;
}
.section-blog ul.categories li {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    color: #202935;
    letter-spacing: -0.2px;
    font-family: 'Merriweather Sans', sans-serif;
    font-size: 14px;
    list-style: none;
    letter-spacing: 0;
}
.section-blog ul.categories li.muted {
    color: #59677a;
}
.section-blog ul.categories li a {
    font-size: 14px;
    font-style: italic;
    font-weight: 400;
    color: #202935;
    font-family: 'Merriweather Sans', sans-serif;
    font-style: normal;
}
.section-blog ul.categories li a:hover,
.section-blog ul.categories li a:active,
.section-blog ul.categories li a:focus {
    color: #202935;
}
.section-blog ul.categories li a.secondary {
    color: #beac5a;
}
.section-blog ul.categories li a.secondary:hover,
.section-blog ul.categories li a.secondary:active,
.section-blog ul.categories li a.secondary:focus {
    color: #beac5a;
}
.section-blog ul.categories li a:hover {
    color: #beac5a;
}
.section-blog ul.categories li:before {
    content: "–";
    margin-right: 15px;
}
.section-blog ul.categories li.current a {
    color: #beac5a;
}
.section-blog .search-box {
    background-color: #ffffff;
    color: #202935;
    position: relative;
    margin-left: 0px;
    margin-top: 30px;
}
.section-blog .search-box .input-wrapper {
    height: 40px;
    position: relative;
}
.section-blog .search-box .input-wrapper #keyword {
    display: block;
    width: 100%;
    height: 100%;
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    color: #000;
    padding: 0px 60px 0px 10px;
}
.section-blog .search-box button {
    position: absolute;
    display: block;
    width: 40px;
    height: 40px;
    right: 0px;
    top: 0px;
    font-weight: bold;
    font-size: 12px;
    background-color: transparent;
    border: 1;
}
.section-blog .search-box button:active,
.section-blog .search-box button:focus {
    border: none;
}
.section-blog .recent-post-row {
    margin-bottom: 20px;
}
.section-blog .recent-post-row a:hover .content {
    color: #beac5a;
}
.section-blog .recent-post-row a img {
    float: left;
    margin-left: 15px;
    width: 60px;
    height: 50px;
}
.section-blog .recent-post-row a .content {
    margin-left: 90px;
    -webkit-transition: color 0.3s;
    -moz-transition: color 0.3s;
    -o-transition: color 0.3s;
    transition: color 0.3s;
}
.section-contact-us .row {
    margin-bottom: 30px;
}
.section-contact-us .office-box {
    line-height: 2.5;
}
.section-contact-us .office-box .subtitle {
    text-transform: uppercase;
    font-family: 'Merriweather Sans', sans-serif;
    font-weight: 700;
    font-size: 14px;
    margin-bottom: 10px;
}
.section-contact-us .office-box .address-line {
    margin-left: 20px;
}
.section-contact-us .office-box .address-line i {
    margin-right: 5px;
    margin-left: -20px;
}
.section-contact-us .map-wrapper {
    min-height: 400px;
    position: relative;
}
.section-contact-us .map-wrapper .map {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    bottom: 10px;
}
.section-contact-us .contact-form {
    margin-bottom: 30px;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 400;
}
.section-contact-us .contact-form label {
    font-weight: 400;
}
.section-contact-us .contact-form input[type=text],
.section-contact-us .contact-form textarea {
    display: block;
    width: 100%;
    border: 1px solid #e2e2e2;
    border-radius: 0px;
}
.section-contact-us .contact-form input[type=text]:focus,
.section-contact-us .contact-form textarea:focus,
.section-contact-us .contact-form input[type=text]:active,
.section-contact-us .contact-form textarea:active {
    border: 1px solid #909090;
}
.section-contact-us .contact-form textarea {
    resize: none;
}
.accordion .panel {
    border-radius: 0px;
    border-color: #59677a;
    border-width: 3px;
}
.accordion .panel .panel-heading {
    background-color: #59677a;
    border: none;
    border-radius: 0px;
    color: #ffffff;
    font-family: 'Merriweather Sans', sans-serif;
    font-size: 14px;
}
.accordion .panel .panel-heading .panel-title {
    cursor: pointer;
}
.accordion .panel .panel-heading .panel-title:after {
    font-family: 'FontAwesome';
    content: "\f0d7";
    float: right;
    color: #59677a;
    background-color: white;
    width: 32px;
    height: 32px;
    font-size: 18px;
    padding-left: 12px;
    padding-top: 7px;
    margin-top: -9px;
    margin-right: -15px;
}
.accordion .panel .panel-body {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    background-color: #ffffff;
    color: #202935;
}
.accordion .panel.open {
    border-color: #beac5a;
    background-color: #beac5a;
}
.accordion .panel.open .panel-heading {
    background-color: #beac5a;
}
.accordion .panel.open .panel-heading .panel-title:after {
    color: #beac5a;
}
.accordion .panel.open .panel-body {
    color: #beac5a;
}
/*--------------------------------------------------------------------
[4. Footer]
--------------------------------------------------------------------*/
footer {
    padding-top: 30px;
    padding-bottom: 0px;
    background-color: #ad3513;
    color: #FFF;
    font-family: 'Roboto', sans-serif;
}
footer .subtitle {
    color: #ffffff;
    font-family: 'Merriweather Sans', sans-serif;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 400!important;
    margin-bottom: 20px;
}
footer .subtitle.wide {
    letter-spacing: 3px;
}
footer ul.site-links {
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
    padding: 0px;
}
footer ul.site-links li {
    list-style: none;
}
footer ul.site-links li:before {
    margin-right: 15px;
}
footer ul.site-links1 {
    columns: 1;
    -webkit-columns: 1;
    -moz-columns: 1;
    padding: 0px;
}
footer ul.site-links1 li {
    list-style: none;
}
footer ul.site-links1 li:before {
    margin-right: 15px;
}
footer a {
    color: #beac5a;
}
footer a:hover {
    color: #fdc500;
}
footer a:active,
footer a:focus {
    color: #59677a;
}
footer p {
    margin-bottom: 5px !important;
}
footer .social-links {
    margin-top: 30px;
    margin-bottom: 10px;
}
footer .social-links .social-link {
    display: inline-block;
    width: 60px;
    height: 60px;
    line-height: 30px;
    font-size: 36px;
    text-align: center;
    overflow: hidden;
}
footer .social-links .social-link i.fa {
    width: 70px !important;
    height: 70px !important;
    line-height: 38px !important;
    font-size: 36px !important;
    text-align: center !important;
    -webkit-transition: -webkit-transform 0.3s;
    -moz-transition: -moz-transform 0.3s;
    -o-transition: -o-transform 0.3s;
    transition: transform 0.3s;
}
footer .social-links .social-link:not(:last-child) {
    margin-right: 10px;
}
footer .inputs {
    background-color: #ffffff;
    color: #202935;
    position: relative;
    margin-left: 50px;
    margin-top: 30px;
}
footer .inputs .input-wrapper {
    height: 46px;
    position: relative;
}
footer .inputs .input-wrapper #email {
    display: block;
    width: 100%;
    height: 100%;
    padding: 0px 60px 0px 10px;
    background-color: #fff;
    border: none;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
}
footer .inputs .input-wrapper #email::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #beac5a;
}
footer .inputs .input-wrapper #email::-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #beac5a;
    opacity: 1;
}
footer .inputs .input-wrapper #email::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #beac5a;
    opacity: 1;
}
footer .inputs .input-wrapper #email::-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #beac5a;
}
footer .inputs button {
    position: absolute;
    display: block;
    width: 40px;
    height: 40px;
    right: 3px;
    top: 3px;
    font-weight: bold;
    font-size: 12px;
    background-color: #beac5a;
    color: #fff;
    border: none;
}
footer .inputs button:active,
footer .inputs button:focus {
    border: none;
}
/*Inputs*/
.section-why-location .inputs {
    background-color: #ffffff;
    color: #202935;
    position: relative;
    margin: 0 auto;
    width: 65%;
}
.section-why-location .inputs .input-wrapper {
    height: 46px;
    position: relative;
    width: 100%;
}
.section-why-location .inputs .input-wrapper #email {
    display: block;
    width: 100%;
    height: 100%;
    padding: 0px 60px 0px 10px;
    background-color: #fff;
    border: none;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
}
.section-why-location .inputs .input-wrapper #email::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #beac5a;
    font-weight: bold;
    font-size: 16px;
}
.section-why-location .inputs .input-wrapper #email::-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #beac5a;
    opacity: 1;
    font-weight: bold;
    font-size: 16px;
}
.section-why-location .inputs .input-wrapper #email::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #beac5a;
    opacity: 1;
    font-weight: bold;
    font-size: 16px;
}
.section-why-location .inputs .input-wrapper #email::-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #beac5a;
    font-weight: bold;
    font-size: 16px;
}
.section-why-location .inputs button {
    position: absolute;
    display: block;
    width: 40px;
    height: 40px;
    right: 3px;
    top: 3px;
    font-weight: bold;
    font-size: 12px;
    background-color: #beac5a;
    color: #fff;
    border: none;
}
.section-why-location .inputs button:active,
.section-why-location .inputs button:focus {
    border: none;
}
footer .copyright-area {
    text-align: center;
    background-color: #702400;
    color: #fff;
    font-family: 'Merriweather Sans', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    padding: 20px 0;
}
footer .copyright-area i {
    color: #beac5a;
}
/*--------------------------------------------------------------------
[5. Bootstrap Select]
--------------------------------------------------------------------*/
.bootstrap-select {
    background: #dedbd2!important;
}
.bootstrap-select > .btn {
    border: none;
    border-radius: 0;
    width: 100%;
    padding-right: 25px;
}
.bootstrap-select.fit-width {
    width: auto !important;
}
.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
    width: 150px;
    padding: 0px!important;
    background: #dedbd2!important;
}
.bootstrap-select .btn:focus {
    outline: thin dotted #333333 !important;
    outline: 5px auto -webkit-focus-ring-color !important;
    outline-offset: -2px;
}
.bootstrap-select .helper {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    width: 3px;
}
.bootstrap-select img {
    vertical-align: baseline;
}
.bootstrap-select.form-control {
    margin-bottom: 0;
    padding: 0;
    border: none;
}
.bootstrap-select.btn-group:not(.input-group-btn),
.bootstrap-select.btn-group[class*="col-"] {
    float: none;
    display: inline-block;
    margin-left: 0;
}
.bootstrap-select.btn-group.dropdown-menu-right,
.bootstrap-select.btn-group[class*="col-"].dropdown-menu-right,
.row-fluid .bootstrap-select.btn-group[class*="col-"].dropdown-menu-right {
    float: right;
}
.form-search .bootstrap-select.btn-group,
.form-inline .bootstrap-select.btn-group,
.form-horizontal .bootstrap-select.btn-group,
.form-group .bootstrap-select.btn-group {
    margin-bottom: 0;
}
.form-group-lg .bootstrap-select.btn-group.form-control,
.form-group-sm .bootstrap-select.btn-group.form-control {
    padding: 0;
}
.form-inline .bootstrap-select.btn-group .form-control {
    width: 100%;
}
.input-append .bootstrap-select.btn-group {
    margin-left: -1px;
}
.input-prepend .bootstrap-select.btn-group {
    margin-right: -1px;
}
.bootstrap-select.btn-group > .disabled {
    cursor: not-allowed;
}
.bootstrap-select.btn-group > .disabled:focus {
    outline: none !important;
}
.bootstrap-select.btn-group .btn .filter-option {
    display: inline-block;
    overflow: hidden;
    width: 100%;
    text-align: left;
}
.bootstrap-select.btn-group .btn .caret {
    display: inline-block;
    background-color: #a39161;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    border: none;
    position: absolute;
    top: 4px;
    right: 4px;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    line-height: 20px;
    color: #ffffff;
}
.bootstrap-select.btn-group .btn .caret:before {
    content: "\f0d7";
}
.bootstrap-select.btn-group[class*="col-"] .btn {
    width: 100%;
}
.bootstrap-select.btn-group .dropdown-menu {
    border-radius: 0;
    min-width: 100%;
    z-index: 1035;
    box-sizing: border-box;
}
.bootstrap-select.btn-group .dropdown-menu.inner {
    position: static;
    border: 0;
    padding: 0;
    margin: 0;
    border-radius: 0;
    box-shadow: none;
}
.bootstrap-select.btn-group .dropdown-menu li {
    position: relative;
    margin: 0;
}
.bootstrap-select.btn-group .dropdown-menu li:not(.disabled) a:hover small,
.bootstrap-select.btn-group .dropdown-menu li:not(.disabled) a:focus small,
.bootstrap-select.btn-group .dropdown-menu li.active:not(.disabled) a small {
    color: #64b1d8;
    color: rgba(100, 177, 216, 0.4);
}
.bootstrap-select.btn-group .dropdown-menu li.disabled a {
    cursor: not-allowed;
}
.bootstrap-select.btn-group .dropdown-menu li a {
    color: #202935;
    cursor: pointer;
}
.bootstrap-select.btn-group .dropdown-menu li a.opt {
    position: relative;
    padding-left: 2.25em;
}
.bootstrap-select.btn-group .dropdown-menu li a span.check-mark {
    display: none;
}
.bootstrap-select.btn-group .dropdown-menu li a span.text {
    display: inline-block;
}
.bootstrap-select.btn-group .dropdown-menu li small {
    padding-left: 0.5em;
}
.bootstrap-select.btn-group .dropdown-menu .notify {
    position: absolute;
    bottom: 5px;
    width: 96%;
    margin: 0 2%;
    min-height: 26px;
    padding: 3px 5px;
    background: #f5f5f5;
    border: 1px solid #e3e3e3;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    pointer-events: none;
    opacity: 0.9;
    box-sizing: border-box;
}
.bootstrap-select.btn-group .no-results {
    padding: 3px;
    background: #f5f5f5;
    margin: 0 5px;
}
.bootstrap-select.btn-group.fit-width .btn .filter-option {
    position: static;
}
.bootstrap-select.btn-group.fit-width .btn .caret {
    position: static;
    top: auto;
    margin-top: -1px;
}
.bootstrap-select.btn-group.show-tick .dropdown-menu li.selected a span.check-mark {
    position: absolute;
    display: inline-block;
    right: 15px;
    margin-top: 5px;
}
.bootstrap-select.btn-group.show-tick .dropdown-menu li a span.text {
    margin-right: 34px;
}
.bootstrap-select.btn-group.secondary .btn .caret {
    background-color: #beac5a;
}
.bootstrap-select.btn-group.third .btn {
    color: #ffffff;
    background-color: #59677a;
}
.bootstrap-select.btn-group.third .btn .caret {
    background-color: #ffffff;
    color: #59677a;
}
.bootstrap-select.show-menu-arrow.open > .btn {
    z-index: 1036;
}
.bootstrap-select.show-menu-arrow .dropdown-toggle:before {
    content: '';
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom-width: 7px;
    border-bottom-style: solid;
    border-bottom-color: #cccccc;
    border-bottom-color: rgba(204, 204, 204, 0.2);
    position: absolute;
    bottom: -4px;
    left: 9px;
    display: none;
}
.bootstrap-select.show-menu-arrow .dropdown-toggle:after {
    content: '';
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid white;
    position: absolute;
    bottom: -4px;
    left: 10px;
    display: none;
}
.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:before {
    bottom: auto;
    top: -3px;
    border-bottom: 0;
    border-top-width: 7px;
    border-top-style: solid;
    border-top-color: #cccccc;
    border-top-color: rgba(204, 204, 204, 0.2);
}
.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:after {
    bottom: auto;
    top: -3px;
    border-top: 6px solid white;
    border-bottom: 0;
}
.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:before {
    right: 12px;
    left: auto;
}
.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:after {
    right: 13px;
    left: auto;
}
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle:before,
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle:after {
    display: block;
}
.bs-searchbox,
.bs-actionsbox {
    padding: 4px 8px;
}
.bs-actionsbox {
    float: left;
    width: 100%;
    box-sizing: border-box;
}
.bs-actionsbox .btn-group button {
    width: 50%;
}
.bs-searchbox + .bs-actionsbox {
    padding: 0 8px 4px;
}
.bs-searchbox input.form-control {
    margin-bottom: 0;
    width: 100%;
}
.mobile-device {
    position: absolute;
    top: 0;
    left: 0;
    display: block !important;
    width: 100%;
    height: 100% !important;
    opacity: 0;
}
/*--------------------------------------------------------------------
[6. Responsive Stylesheets]
--------------------------------------------------------------------*/
@media only screen and (min-width: 1920px) {
 .inside-img{height: 820px;}
}
@media only screen and (min-width: 768px) {
    .section-search-rooms form .form-control {
        width: 180px;
    }
    .section-search-rooms form .form-select {
        width: 70px;
    }
    .section-search-rooms form .form-select2 {
        width: 200px;
    }
    .section-rooms .container {
        height: 800px;
    }
    .section-rooms .rooms-area,
    .section-rooms .rooms-background {
        position: absolute;
        top: 20px;
    }
    .section-rooms .rooms-area {
        width: 100%;
        color: #ffffff;
        z-index: 110;
    }
    .section-rooms .rooms-background {
        top: -80px;
        width: 800px;
        height: 980px;
        left: 30px;
    }
    .section-rooms .rooms-background:before {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: 1;
        opacity: 0.1;
        background-image: url('../images/home/room-bg.jpg');
        background-repeat: no-repeat;
        background-position: 50% 0;
        -ms-background-size: cover;
        -o-background-size: cover;
        -moz-background-size: cover;
        -webkit-background-size: cover;
        background-size: cover;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .section-accommodations .title {
        font-size: 30px;
    }
    .section-check-rooms form.check-rooms button[type=submit] {
        width: 100%;
    }
}
@media only screen and (min-width: 992px) {
    .col-one-fifth {
        width: 20%;
    }
    .section-accommodations .rooms-container {
        margin-left: -30px;
    }
    .section-check-rooms form.check-rooms button[type=submit] {
        margin-top: 30px;
    }
    .section-room-single form.check-rooms button[type=submit] {
        width: 100%;
    }
}
@media only screen and (min-width: 1200px) {
    form.check-rooms button[type=submit] {
        margin-top: 30px;
    }
}
@media only screen and (max-width: 1200px) {
    #main-slider {
        height: 750px;
    }
    .booking-progress-bar .booking-step a {
        margin: 30px 10px;
    }
    .booking-progress-bar .booking-step .number-circle {
        display: block;
        margin: auto;
    }
}
@media only screen and (max-width: 1024px) {
    header .main-menu .menu-item > a {
        display: block;
        padding: 0 11px;
        font-size: 14px;
        height: 69px;
        line-height: 69px;
        color: #202935;
        letter-spacing: 0.5px;
    }
    #main-slider {
        margin-top: 180px;
        text-align: center;
        height: 450px;
    }
    .section-3boxes{margin-top: 300px;}
}
@media only screen and (max-width: 992px) {
    #main-slider .swiper-slide .container {
        display: none;
    }
    #main-slider .page-controls {
        bottom: 35px;
    }
    header .main-menu {
        display: none;
    }
    header #mobile-menu,
    header #menu-toggle {
        display: block;
        padding-right: 0!important;
    }
    .section-accommodations .rooms-container {
        margin-top: 20px;
    }
    form.check-rooms button[type=submit] {
        margin-top: 30px;
    }
    .section-from-blog .blog-box {
        margin-bottom: 23px;
    }
    .section-from-blog .blog-box .blog-meta-box {
        padding-bottom: 0px;
    }
    .section-gallery .gallery-container {
        max-width: 550px;
        margin: 30px auto;
    }
    .section-3boxes{margin-top: 0px!important;}
    #main-slider .main-slider-control.prev {
   display:none;
}
#main-slider .main-slider-control.next {
    display:none;
}
}
@media only screen and (max-width: 768px) {
    header .container {
        height: 150px;
        text-align: center;
    }
    .header-2 img {
        float: left;
    }
    .header-2 span {
        visibility: visible;
    }
    .header-2 h1.hidden {
        display: inline!important;
        color: #fff;
        font-size: 24px;
        float: left;
        margin-top: 10px;
        padding-top: 25px;
        text-shadow: 1px 1px #000;
    }
    form.check-rooms button[type=submit] {
        margin-top: 30px;
    }
    section {
        padding: 70px 0px 40px 0px;
    }
    #main-slider .swiper-slide .container {
        display: none;
    }
    #main-slider {
    margin-top: 130px;
    text-align: center;
    height: 420px;
}
    .inside-img{height: 420px;}
    .overlaytitle {
        display: none;
    }
    .page-title {
        display: none;
    }
    .section-search-rooms .title-area,
    .section-search-rooms .title-background {
        right: 10px;
        padding-left: 35px;
    }
    .section-why-us .content-box {
        max-width: 350px;
    }
    .section-facilities .facilities-container {
        margin: 20px auto;
    }
    .section-rooms .room-container {
        background-color: #beac5a;
        padding-bottom: 30px;
    }
    .section-from-blog .blog-box .blog-meta-box {
        bottom: 10px;
        padding: 20px 30px 20px 10px;
    }
    .section-from-blog .blog-box .blog-meta-box .blog-title {
        font-size: 18px;
    }
    .section-from-blog .blog-box .blog-meta-box .post-date {
        font-size: 12px;
        letter-spacing: -0.5px;
    }
    .section-from-blog .blog-box .blog-meta-box .post-comments {
        font-size: 12px;
        letter-spacing: -0.5px;
        margin-left: 15px;
    }
    .section-blog .list-container,
    .section-blog .blog-container {
        max-width: 370px;
        margin: 0 auto;
    }
    .section-blog .widget-box {
        max-width: 370px;
        margin: 30px auto;
    }
    footer .col-sm-4 {
        text-align: center !important;
    }
    footer .col-sm-4 ul.site-links {
        text-align: left;
        width: 80%;
        margin-left: 10%;
    }
    footer .inputs {
        width: 60%;
        margin-left: 20%;
    }
    .post1 {
        margin-bottom: 15px;
    }
    .section-testimonials{display: none;}
}
@media only screen and (max-width: 560px) {
    .section-from-blog .blog-box {
        margin-bottom: 15px;
    }
    .section-from-blog .blog-box .blog-meta-box {
        bottom: 10px;
        padding: 20px 20px 20px 10px;
    }
    .section-from-blog .blog-box .blog-meta-box .blog-title {
        font-size: 15px;
        font-weight: 400;
    }
    .section-from-blog .blog-box .blog-meta-box .post-date {
        display: none;
    }
    .section-from-blog .blog-box .blog-meta-box .post-comments {
        display: none;
    }
}
@media only screen and (max-width: 480px) {
    #main-slider .swiper-slide .container {
        display: none;
    }
    .overlaytitle {
        display: none;
    }
     .page-title {
        display: none;
    }
    #main-slider {
    margin-top: 130px;
    text-align: center;
    height: 240px;
}
    .inside-img{height: 240px;}
    .section-rooms .room-container .button {
        width: 80%;
    }
    .section-from-blog .blog-box {
        margin-bottom: 10px;
    }
    .section-from-blog .blog-box .blog-meta-box {
        bottom: 10px;
        padding: 10px 10px 10px 5px;
    }
    .section-from-blog .blog-box .blog-meta-box .blog-title {
        font-size: 12px;
        font-weight: 400;
    }
    footer .copyright-area {
        text-align: center;
        background-color: #702400;
        color: #fff;
        font-family: 'Merriweather Sans', sans-serif;
        font-size: 14px;
        font-weight: 400;
        /*height: 70px;*/
        line-height: 30px;
    }
    .post1 {
        margin-bottom: 15px;
    }
    .section-testimonials {
        display: none;
    }
}
/*--------------------------------------------------------------------
[7. Common styles]
--------------------------------------------------------------------*/
/** {
  -webkit-backface-visibility: hidden;
}*/
body {
    line-height: 1.875;
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
    font-weight: normal;
    color: #702400;
    width: 100%;
    overflow-x: hidden;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
}
.inside-page-title {
    font-size: 30px;
}
a {
    outline: 0;
    -webkit-transition: background-color 0.3s, color 0.3s;
    -moz-transition: background-color 0.3s, color 0.3s;
    -o-transition: background-color 0.3s, color 0.3s;
    transition: background-color 0.3s, color 0.3s;
    color: #ad3513;
}
a:focus,
a:hover {
    text-decoration: none;
    color: #fdc500;
}
input,
textarea,
select {
    border: 0;
    outline: 0;
}
input[type=text],
input[type=email],
textarea {
    display: block;
    width: 100%;
}
i.fa {
    width: 1.3em !important;
    height: 1em !important;
    text-align: center;
    -webkit-backface-visibility: hidden;
}
p {
    padding: 0;
    margin: 0;
    font-weight: 400;
}
p:not(:last-child) {
    margin-bottom: 20px;
}
video {
    width: 100%;
    display: block;
}
iframe {
    display: block;
    width: 100%;
    border: none;
}
iframe.fullheight {
    height: 100%;
    max-height: 160px;
}
[data-animate] {
    visibility: hidden;
}
[data-animate]:not(.animated) iframe {
    display: none !important;
}
[class^="icon-"],
[class*=" icon-"] {
    padding: 0 1px;
}
.aligncenter {
    text-align: center;
}
.alignleft {
    text-align: left;
}
.alignright {
    text-align: right;
}
.fullwidth {
    display: block;
    width: 100%;
}
#newsletterFeedback {
    margin-top: 1em;
    font-weight: bold;
}
/*Update*/
.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    color: #ad3513;
    float: right;
    margin-top: -38px;
    z-index: 9999;
    margin-right: 4px;
    display: none;
}
.nav > li.hover >a, .nav > li.hover span {
    color: #fdc500;
}
.signup-newsletter{
  background-repeat: no-repeat;
  background-color: #000;
  background-position: center center;
  background-attachment: fixed;
  background-size: cover;
  padding: 1em;
  font-family: 'Source Sans Pro', sans-serif;
}
.signup-box{
  background-color: rgba(255, 255, 255, 0.8);
  padding: 30px;
  margin: 5% auto;
}
.signup-box h2{
  font-size: 22px;
  font-family: 'Source Sans Pro', sans-serif;
  margin: 15px 10px 10px;
}
@media (max-width: 991px) {
    .mobileMenu {
        padding: 0;
        margin-top: 10px;
    }
    #theMenu .mobileMenu> li> a {
        display: inline-block;
        width: 144px;
    }
    nav#theMenu .mobileMenu .caret {
        float: none;
        display: inline-block;
        text-align: center;
        margin-top: 0;
        border: none;
        height: 24px;
        width: 24px;
        color: #fff;
        margin-right: 0;
        font-family: FontAwesome;
        transform: rotate(0deg);
    }
    nav#theMenu .mobileMenu .caret:after {
        content: "\f0d7";
        -webkit-transition: all 0.6s;
        -moz-transition: all 0.6s;
        transition: all 0.6s;
        -webkit-transition-property: transform, top, bottom, left, opacity;
        transition-property: transform, top, bottom, left, opacity;
    }
    ul.dMenu_wrap {
        padding-left: 15px;
        display: none;
    }
    nav#theMenu .mobileMenu .caret.currentOpen:after {
        content: "\f00d";       
    }
    .header-main .logo span a {
    color: #ad3513!important;
}
}
/*NEW MOBILE MENU*/
a.hidebig {
    background: #fdc500;
    padding: 6px;
}
a.hidebig i {
    display: none;
}
@media only screen and (min-width: 768px) {
    .row-eq-height {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display:         flex;
       flex-wrap: wrap;
    }
}
@media only screen and (max-width: 1199px) {
    .header-main .nav li a{
        margin-top: 20px;
        font-size: 16px;
    }
    .section-3boxes .post1{
        min-height: auto;
        margin-bottom: 20px;
    }
}
@media only screen and (max-width: 992px) {
    .header-main .nav{
        display: none !important;
    }
}
@media only screen and (max-width: 991px) {
    .section-why-location .rooms-thumb-area .room-thumb-box .room-meta-box .room-subtitle{
        font-size: 24px;
    }
    .section-why-location .rooms-thumb-area .room-thumb-box .room-meta-box .room-title{
        font-size: 18px;
        margin-bottom: 15px;
    }
    .section-why-location .rooms-thumb-area .room-thumb-box .room-meta-box .content{
        display: none;
    }
    .section-why-location .rooms-thumb-area .room-thumb-box .room-meta-box{
        bottom: 80px;
    }
    .section-why-celebrate .rooms-thumb-area .room-thumb-box .room-meta-box .room-subtitle{
        font-size: 24px;
    }
    .section-why-celebrate .rooms-thumb-area .room-thumb-box .room-meta-box .room-title{
        font-size: 18px;
        margin-bottom: 15px;
    }
    .section-why-celebrate .rooms-thumb-area .room-thumb-box .room-meta-box{
        bottom: 80px;
    }
    .section-why-celebrate .rooms-thumb-area .room-thumb-box .room-meta-box .content{
        display: none;
    }
}
@media (max-width: 667px) {
    body.scrolled * {
        -webkit-transition: all .1s ease-in-out;
        -moz-transition: all .1s ease-in-out;
        -ms-transition: all .1s ease-in-out;
        -o-transition: all .1s ease-in-out;
        transition: all .1s ease-in-out;
    }
    body.scrolled .fixed {
        position: fixed !important;
    }
    body.scrolled #menuToggle {
        background: rgb(173, 53, 19);
    }
    body.scrolled .fixed .fixed-header {
        background: #fff;
    }
    body.scrolled .fixed .fixed-header .h_menu4 {
        padding: 10px 0;
    }
    body.scrolled .fixed .fixed-header .h_menu4 .header-main {
        text-align: left;
        padding-top: 0;
        padding-right: 48px;
    }
    body.scrolled .fixed .fixed-header .h_menu4 .header-main > a {
        position: relative;
        display: inline-block;
        width: 40px;
        vertical-align: top;
    }
    body.scrolled .fixed .fixed-header .h_menu4 .header-main > a img {
        height: 80px;
        margin: auto !important;
    }
    body.scrolled .fixed .fixed-header .h_menu4 .header-main .logo {
        display: inline-block;
        width: auto;
        float: none;
        vertical-align: top;
        width: 90%;
    }
    body.scrolled .fixed .fixed-header .h_menu4 .header-main .logo span a {
        font-size: 20px;
    }
    body.scrolled .fixed .fixed-header .h_menu4 .header-main .logo span a.hidebig {
        background: #fdc500;
        padding: 10px 15px;
    }
    body.scrolled.body-push-toleft .fixed {
        margin-left: -200px;
    }
    body.scrolled .fixed .fixed-header .h_menu4 .header-main .logo span a.tel {
        padding: 10px 15px;
        display: inline-block;
    }
    body.scrolled .fixed .fixed-header .h_menu4 .header-main .logo span a.hidebig i.fa {
        display: none;
    }
    section.section-3boxes .post1 {
        display: none;
    }
}
@media (max-width: 480px) {
    body.scrolled .fixed .fixed-header .h_menu4 .header-main .logo {
        width: 80%;
    }
    body.scrolled .fixed .fixed-header .h_menu4 .header-main .logo span a.tel, body.scrolled .fixed .fixed-header .h_menu4 .header-main .logo span a.hidebig {
        padding: 8px;
        font-size: 14px;
    }
    body.scrolled .fixed .fixed-header .h_menu4 .header-main .logo span a.tel {
        padding: 0;
        line-height: 1;
        font-size: 18px;
    }
}