@import url('https://fonts.googleapis.com/css?family=Libre+Baskerville:400,400i|Poppins:400,500');

/*@import url('https://fonts.googleapis.com/css?family=Dancing+Script');
@import url('https://fonts.googleapis.com/css?family=Oswald|Roboto');*/

html,
body {
    position: relative;
    min-height: 100%;
    text-rendering: optimizelegibility;
}

body {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    color: #444;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Libre Baskerville', serif;
    font-weight: 300;
    color: #444;
    letter-spacing: -.025rem
}

h1 {
    font-size: 3rem;
}

.sub-title {
    font-family: 'Libre Baskerville', serif;
    font-size: 1.8rem;
    font-style: italic;
    color: #777;
    margin-top: 0;
    margin-bottom: 20px;
}

.lead {
    font-size: 1.8rem;
}

a {
    color: #444;
    text-decoration: none;
}

a:hover,
a:focus {
    color: #444;
    text-decoration: underline;
}

.mt-10 {
    margin-top: 10px;
}

.mb-10 {
    margin-bottom: 10px;
}

.mt-20 {
    margin-top: 20px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mt-40 {
    margin-top: 40px;
}

.mt-60 {
    margin-top: 60px;
}

.mb-40 {
    margin-bottom: 40px;
}

.mt-80 {
    margin-top: 80px;
}

.mb-80 {
    margin-bottom: 80px;
}

.pdt-40 {
    padding-top: 40px;
}

.pdb-40 {
    padding-bottom: 40px;
}

.pdt-80 {
    padding-top: 80px;
}

.pdb-80 {
    padding-bottom: 80px;
}


/* centered columns styles */

.row-centered {
    text-align: center;
}

.col-centered {
    display: inline-block;
    float: none;
    margin-right: -4px;
    vertical-align: top;
}

.i2x:before {
    font-size: 72px;
}

.fac-sml .i2x:before {
    font-size: 50px;
}

.fac-hotel {
    font-size: 12px;
    padding: 15px;
}

.fac-room {
    font-size: 12px;
    padding: 15px;
}

.fac-hotel [class*="col-"],
.fac-room [class*="col-"] {
    margin-bottom: 15px;
}

.inner {
    padding: 30px;
}

.column {
    padding-left: 15px;
    padding-right: 15px;
}

.btn {
    font-family: 'Poppins', sans-serif;
}

.btn-search {
    color: #fff;
    background-color: #744c28;
    border-width: 0;
    border-radius: 2px;
    text-transform: uppercase;
    min-width: 80px;
}

.btn-more {
    color: #fff;
    background-color: #e9c232;
    border-width: 0;
    border-radius: 2px;
    text-transform: uppercase;
    min-width: 80px;
}

.btn-white {
    color: #444;
    background-color: #eee;
    border-width: 0;
    border-radius: 2px;
    text-transform: uppercase;
    min-width: 80px;
}

.btn-search:focus,
.btn-search.focus,
.btn-search:hover,
.btn-more:focus,
.btn-more.focus,
.btn-more:hover {
    color: #fff;
    -webkit-box-shadow: 0 2px 1px rgba(0, 0, 0, .15);
    box-shadow: 0 2px 1px rgba(0, 0, 0, .15);
}

.btn-white:focus,
.btn-white.focus,
.btn-white:hover {
    color: #444;
    -webkit-box-shadow: 0 2px 1px rgba(0, 0, 0, .15);
    box-shadow: 0 2px 1px rgba(0, 0, 0, .15);
}

.panel-primary {
    border-color: transparent;
}

.panel-primary>.panel-heading {
    color: #fff;
    background-color: #444;
    border-color: #444;
}

.panel-primary>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #444;
}

.panel-primary>.panel-heading .badge {
    color: #444;
    background-color: #fff;
}

.panel-primary>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #444;
}


/****************************
  Main Navigation
****************************/

.main-nav {
    font-weight: 500;
    text-transform: uppercase;
    position: relative;
    -webkit-transition: all linear 0.3s;
       -moz-transition: all linear 0.3s;
         -o-transition: all linear 0.3s;
            transition: all linear 0.3s;
    z-index: 999;
}

.main-nav .navbar-header .logo {
    display: block;
    padding: 15px;
}

.is-sticky .main-nav {
    background-color: #fff;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .1);
            box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}

.is-sticky .main-nav .navbar-header .logo {
    padding: 15px;
}

/****************************
  Homepage Hero
****************************/

.hero-homepage {
    position: relative;
    width: 100%;
    height: calc(100vh - 100px);
    min-height: calc(100vh - 100px);
}

#slider .carousel-inner>.item {
    min-height: calc(100vh - 100px);
    background-attachment: scroll;
    background-clip: border-box;
    background-color: rgba(0, 0, 0, 0);
    background-origin: padding-box;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    transform: translate3d(0px, 0px, 0px);
}

#slider .carousel-inner>.item .container {
    display: flex;
    justify-content: center;
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    text-align: center;
}

#slider .carousel-inner>.item .container.left {
    justify-content: flex-start;
    align-items: center;
    text-align: left;
}

#slider .carousel-inner>.item .container.right {
    justify-content: flex-end;
    align-items: center;
    text-align: right;
}

#slider .carousel-inner>.item .container.middle {
    align-items: center;
    text-align: center;
}

#slider .carousel-inner .caption {
    font-family: 'Libre Baskerville', serif;
    color: #fff;
}

#slider h1 {
    font-size: 18px;
    line-height: 24px;
}

#slider .carousel-inner>.item.active.left {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

#slider .carousel-inner>.item.next.left {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.carousel-control {
    text-shadow: none;
    filter: alpha(opacity=0);
    opacity: 0;
}

.carousel-control.left {
    background-image: none;
    filter: alpha(opacity=0);
}

.carousel-control.right {
    background-image: none;
    filter: alpha(opacity=0);
}

.carousel-control:hover,
.carousel-control:focus {
    color: rgba(0, 0, 0, .75);
}

#slider .carousel-indicators {
    bottom: 40px;
}

.carousel-indicators li {
    background-color: rgba(255, 255, 255, .25);
    border: 0;
}

.carousel-indicators .active {
    background-color: rgba(0, 0, 0, .25);
    border: 0;
}

/****************************
  Room Avaialble Search
****************************/

.searchbar {
    position: relative;
    margin-top: 40px;
    margin-bottom: 40px;
}

.search-header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background-color: #e9c232;
    background-image: url(../img/arches.png);
    background-repeat: repeat;
    background-position: left top;
    text-align: center;
}

.search-header h1 {
    font-size: 30px;
    color: #fff;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 15px;
    padding-bottom: 15px;
}

.search-container {
    position: relative;
    background-color: #e9c232;
    padding: 60px 30px 10px;
    transition: 0.3s background-color ease;
}

.hr-search {
    padding-top: 20px;
    margin-top: 30px;
}

.hr-search::after {
    display: none;
}

.hr-search.search-container .row {
  margin-left: -5px;
  margin-right: -5px;
  text-align:center;
}
.hr-search.search-container .col-place,
.hr-search.search-container .col-date,
.hr-search.search-container .col-middle,
.hr-search.search-container .col-large,
.hr-search.search-container .col-sml,
.hr-search.search-container .col-search {
  display:inline-block;
  position: relative;
  min-height: 1px;
  padding-right: 5px;
  padding-left: 5px;
  text-align:left;
  vertical-align: middle;
}
.hr-search.search-container .form-group {
  margin-bottom: 10px;
  position: relative;
}

.search-container:after {
    position: absolute;
    bottom: 0px;
    background-color: #e9c2322a;
    content: '';
    min-width: 100%;
    left: 7px;
    right: 0;
    min-height: 70%;
    transform: skewX(-3deg);
    z-index: -1;

}

.search-container .col-icon {
    position: relative;
}

.search-container .form-group {
    position: relative;
    margin-bottom: 20px;
}

.search-container .form-group span[class*="icon-"] {
    position: absolute;
    left: 10px;
    bottom: 9px;
    font-size: 1.8rem;
    color: #e9c232;
    text-align: center;
}

.search-container .control-label {
    font-size: 1.2rem;
    font-weight: 400;
    color: #744c28;
}

.search-container .form-control {
    background-color: #fff;
    color: #333;
    border-width: 0;
    border-color: transparent;
    border-radius: 0px;
    box-shadow: none;
    padding-left: 40px;
}

.search-container .form-control::-moz-placeholder,
.search-container .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #333;
}

.search-container .input-group-btn-vertical>.btn {
    background-color: transparent;
}

.search-container .input-group-btn-vertical>.btn .fa {
    color: #e9c232;
}

.search-container .select2-container--default .select2-selection--single {
    background-color: #fff;
    border-radius: 0;
}

.input-group-btn-vertical {
    position: absolute;
    right: 0px;
    bottom: 0;
    vertical-align: middle;
    white-space: nowrap;
    width: 16px;
    z-index: 9;
}

.input-group-btn-vertical>.btn {
    display: block;
    float: none;
    width: 100%;
    max-width: 100%;
    padding: 8px;
    margin-left: -1px;
    position: relative;
    border-radius: 0;
}

.input-group-btn-vertical>.btn:last-child {
    margin-top: -2px;
}

.input-group-btn-vertical i {
    position: absolute;
    top: 0;
    left: 4px;
}



/****************************
  Intro4
****************************/

.intro4:nth-child(odd)>div{
    float:right;
}

/*.intro4 div[class*="delay-"] {
    margin-bottom: 10px;
}

.intro4 div[class*="delay-"] .caption {
    position: absolute;
    display: block;
    top: 50%;
    left: 50%;
    background-color: rgba(51, 51, 51, 0.5);
    color: #fff;
    padding: 15px 15px 5px;
    text-align: center;
    transform: translate(-50%, -50%);
    z-index: 99;
}

.intro4 div[class*="delay-"] .caption h3 {
    color: #fff;
    text-transform: uppercase;
}*/


/****************************
  Image Grid
****************************/

.grid:after {
    content: '';
    display: block;
    clear: both;
}

.grid-sizer,
.grid-item {
    float: left;
    margin-bottom: 10px;
    width: calc(20% - 10px);
}

.grid-item:nth-child(3n+2) {
    width: calc(40% - 10px);
}

/****************************
  Owl Room Types
****************************/

.owl-roomtypes .owl-controls {
    margin-top: 0 !important;
}

.owl-roomtypes .item {
    position: relative;
}

.owl-roomtypes .box {
    background-color: rgba(0, 0, 0, 0.3);
    color: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 10px 15px;
}

.owl-roomtypes .box h3 {
    font-family: 'Libre Baskerville', serif;
    font-weight: 300;
    font-size: 2.1rem;
    color: #fff;
    margin-top: 0;
    margin-bottom: 0;
}


/****************************
  Owl Attraction
****************************/

.owl-attractions .box {
    padding: 10px 20px;
    display: table;
    width: 100%;
    text-align: center;
}

.owl-attractions .box .inner {
    display: table-cell;
    vertical-align: middle;
}

.owl-attractions .box .inner h3 {
    margin-top: 0;
}


/****************************
  Wrapper
****************************/

.wrap-container {
    position: relative;
    overflow: hidden;
}

.wrap-container.gray {
    background-color: #f2f2f2;
    margin-top: 80px;
    padding: 40px 0 60px !important;
}

.wrap-header {
    margin: 0 auto 40px;
    text-align: center;
}

.wrap-header h1 {
    background-image: url('/img/border-bottom-heading.png');
    background-position: center bottom;
    background-repeat: no-repeat;
    padding-bottom: 30px;
    text-transform: uppercase;
}

.wrap-header h3 {
    background-image: url('/img/border-bottom-heading.png');
    background-position: center bottom;
    background-repeat: no-repeat;
    padding-bottom: 50px;
}

.wrap-container-header .head-banner {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 35vh;
    min-height: 35vh;
}

.wrap-container-footer {
    padding-bottom: 420px !important;
}

.wrap-container-footer.ft-less {
    padding-bottom: 320px !important;
}

.wrap-container-footer .footer-banner {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-image: url('/upload/images/subpage_banner/bg-footer.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 420px;
    z-index: -1;
}

.wrap-container-footer .footer-hotel-banner {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-image: url('/upload/images/subpage_banner/bg-hotel-footer.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 420px;
    z-index: -1;
}

.wrap-container.full div[class*="col-"] {
    padding-left: 0px;
    padding-right: 0px;
}

.wrap-container .container.full div[class*="col-"] {
    position: absolute;
}

.wrap-container .content .inner {
    padding-top: 0;
    padding-bottom: 0;
    text-align: justify;
    text-justify: inter-word;
}

.wrap-container .inner h1:first-child {
    margin-top: 0;
}

.wrap-container .thumbnail {
    border: none;
    border-radius: 0;
    padding: 0;
    overflow: hidden;
}

.wrap-container .thumbnail img:hover {
    transition: transform 200ms ease 0s;
    transform: scale(1.1, 1.1);
}

.wrap-container .photo {
    margin-top: 20px;
    margin-bottom: 20px;
}

.wrap-container p:last-child {
    margin-bottom: 0;
}

.wrap-container .caption h3:first-child {
    margin-top: 0;
}

.wrap-container .caption ul li {
    position: relative;
    padding-right: 15px;
    padding-left: 15px;
}

.wrap-container .caption ul.list-inline {
    margin-left: 0;
}

.wrap-container .caption ul li::after {
    top: 0;
    right: 0;
    position: absolute;
    display: block;
    content: '|';
    color: #ddd;
}

.wrap-container .caption ul li:first-child {
    padding-left: 0;
}

.wrap-container .caption ul li:last-child {
    padding-right: 0;
}

.wrap-container .caption ul li:last-child::after {
    display: none;
}

.v-align-transform {
    position: relative;
    top: 50%;
    transform: translate3d(0px, -50%, 0px);
    z-index: 2;
}

.intro4 .caption {
    margin-top: 20px;
}

.intro4 .caption h1 {
    font-size: 16px;
}

.item-hotel .hotel-inner {
    background-color: #fff;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .15);
    box-shadow: 0 1px 3px rgba(0, 0, 0, .15);
}
.item-hotel .hotel-inner .caption {
    padding: 0 15px 15px;
}
.item-hotel .hotel-inner .caption .meta-address {
    border-bottom: 1px solid #e3e3e3;
    color: #988c88;
    padding-bottom: 10px;
}

.mh-content {
    min-height: 45vh;
}

.entry-row-content {
    border-bottom: 1px dashed rgba(0, 0, 0, .075);
    margin-top: 15px;
    margin-bottom: 15px;
    padding-top: 15px;
    padding-bottom: 30px;
}

.entry-row-content:last-child {
    border-bottom: 0px solid transparent;
}

.entry-row-content div + div {
    padding-left: 20px;
}


.bg-enquiry {
    background-image: url('/upload/images/subpage_banner/bg-footer.jpg');
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: cover;
    /*padding-top: 0px !important;*/
}

ul.contact-card {
    margin: 0;
    padding: 0;
    list-style: none;
}

ul.contact-card li {
    float: left;
    margin-bottom: 20px;
    width: 100%;
}

ul.contact-card li .card {
    padding: 20px;
    background-color: #fff;
    border: 1px solid #e6e6e6;
    box-shadow: 0 0 30px #f1f1f1;
}

ul.contact-card li .card h3 {
    margin-top: 0;
    margin-bottom: 15px;
}

#EnquiryContactForm {
    padding: 20px;
    background-color: rgba(255, 255, 255, 0.95);
}

/****************************
  Right Panel Content
****************************/

.right-content,
.left-content {
    position: relative;
}

.right-content.bkgd-grey {
    background-color: transparent;
}

.right-content .inner-content {
    padding: 0 15px 15px;
}

.right-content h3:first-child,
.left-content h3:first-child {
    background-color: #444;
    color: #fff;
    margin-bottom: 20px;
    margin-left: -15px;
    margin-right: -15px;
    margin-top: 0px;
    padding: 15px;
    text-align: center;
}

.right-content ul>li,
.left-content ul>li {
    border-bottom: 1px dotted rgba(0, 0, 0, 0.075);
    padding-bottom: 5px;
    margin-bottom: 5px;
}

.right-content ul>li:last-child,
.left-content ul>li:last-child {
    border-bottom: 1px dotted rgba(0, 0, 0, 0);
    padding-bottom: 5px;
    margin-bottom: 5px;
}

.right-content ul>li.active,
.left-content ul>li.active {
    font-weight: 600;
}

.right-content ul>li .date,
.left-content ul>li .date {
    font-size: 12px;
    font-weight: 400;
    color: #999;
}

.room-tab .nav-tabs {
    margin-bottom: 20px;
}

.address-card .card {
    padding: 20px;
    background-color: #fff;
    border: 1px solid #e6e6e6;
    box-shadow: 0 0 30px #f1f1f1;
}

.address-card .card h1 {
    font-size: 18px;
    margin-top: 0;
}


/****************************
  Sorting
****************************/

.sorting {
    border-top: 1px dotted #ddd;
    margin-top: 20px;
    padding-top: 10px;
}

.sorting .form-group {
    position: relative;
    width: auto;
    float: right;
    margin-bottom: 0;
}

.sorting .form-control {
    display: inline-block;
    background-color: transparent;
    color: #909090;
    border-width: 0;
    border-color: transparent;
    border-radius: 2px;
    box-shadow: none;
    padding-left: 40px;
}

.sorting .form-group i[class*="fa fa-"] {
    position: absolute;
    left: 10px;
    top: 10px;
    font-size: 1.4rem;
    color: #7f7f7f;
}

.sorting .select2-container--default .select2-selection--single {
    background-color: transparent;
}

.sorting ul.nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.sorting .nav li {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.sorting .nav li a {
    font-size: 14px;
}

.sorting .nav > li.active > a {
    background-color: #eee;
    color: #444;
}

/****************************
  Price Tag
****************************/

.price h3 {
    font-size: 1.6rem;
    color: #f06060;
    margin-top: 0;
}

.price h3 span {
    color: #5c4b51;
}

.price h3 span small {
    font-size: 1.2rem;
}


/****************************
  Pagination
****************************/

.pagination>li:first-child>a,
.pagination>li:first-child>span {
    border-top-left-radius: 50%;
    border-bottom-left-radius: 50%;
}

.pagination>li:last-child>a,
.pagination>li:last-child>span {
    border-top-right-radius: 50%;
    border-bottom-right-radius: 50%;
}

.pagination>li>a,
.pagination>li>span {
    color: #444;
    border-radius: 50%;
    margin: 0 3px;
}

.pagination>li>a:hover,
.pagination>li>span:hover,
.pagination>li>a:focus,
.pagination>li>span:focus {
    color: #444;
}

.pagination>.active>a,
.pagination>.active>span,
.pagination>.active>a:hover,
.pagination>.active>span:hover,
.pagination>.active>a:focus,
.pagination>.active>span:focus {
    color: #fff;
    background-color: #444;
    border-color: #444;
}


/****************************
  Newsletter
****************************/

.newsletter {
    background-image: url('/img/bg-newsletter.jpg');
    background-position: center;
    background-repeat: no-repeat;
    padding: 60px 20px;
    text-align: center;
}

/****************************
  Footer
****************************/

footer {
    padding: 0 20px 60px;
    margin-top: 60px;
    text-transform: lowercase;
    color: #777;
}

footer.border {
    border-top: solid 1px #ddd;
    padding-top: 60px;
}

footer ul {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 13px;
}

footer a {
    font-size: 13px;
    color: #777;
}

footer .footer-header {
    font-weight: 500;
    color: #333;
    margin-top: 0;
}

.footer-top-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin-left: auto;
    margin-right: auto;
}

.footer-top-row ul {
    width: auto;
    margin-left: auto;
    margin-right: auto;
}

.footer-bottom-row {
    padding-top: 30px;
    margin: 30px auto 0;
    border-top: solid 1px #eee;
    text-align: center;
}

.footer-bottom-row li:first-child {
    margin-top: 0;
}
.footer-bottom-row li:last-child:after {
    display: none;
}

.footer-bottom-row li, .footer-top-row li {
    line-height: 1.35;
    margin-top: 12px;
}

.footer-social-row {
    margin: 30px auto 0;
}

.footer-social-row ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    max-width: 280px;
    margin-left: auto;
    margin-right: auto;
}

.footer-social-row li {
    padding: 0 10px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: center;
}

.footer-social-row li > a {
    display: block;

}

.footer-social-row li > a > i {
    font-size: 18px;
}

.footer-social-row li > a span{
    position: absolute;
    left: -10000px;
}

/****************************
  Global
****************************/

.col-panel {
    display: -webkit-flex;
    -webkit-justify-content: space-around;
    display: flex;
    justify-content: space-around;
}

.google-maps {
    position: relative;
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 25%; // This is the aspect ratio
    height: 0;
    overflow: hidden;
}

.google-maps iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}

.form-control {
    color: #333;
    border: 1px solid #ccc;
    border-radius: 2px;
    -webkit-box-shadow: none;
            box-shadow: none;
}

.form-control:focus {
    border-color: #aaa;
    -webkit-box-shadow: none;
            box-shadow: none;
}

::-moz-selection {
    color: #fff;
    background-color: #444;
}

::selection {
    ccolor: #fff;
    background-color: #444;
}

#EnquiryContactForm .select2-container--default .select2-selection--single {
    border: 1px solid #ccc;
}

#EnquiryContactForm .select2-container .select2-selection--single {
    height: 30px;
}

#EnquiryContactForm .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 30px;
}

#EnquiryContactForm .select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 15px;
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

.delay-1s.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
}

.delay-2s.animated {
    -webkit-animation-duration: 1.2s;
    animation-duration: 1.2s;
}

.delay-3s.animated {
    -webkit-animation-duration: 1.3s;
    animation-duration: 1.3s;
}

.delay-4s.animated {
    -webkit-animation-duration: 1.4s;
    animation-duration: 1.4s;
}

.room-type-header {
    /*padding-left: 20px;*/
}

.room-type-header h1:first-child {
    margin-top: 0;
}

.btn-room {
    color: #fff;
    background-color: #444;
    border-color: #444;
    border-width: 0 0 2px 0;
    border-radius: 2px;
    text-transform: uppercase;
    min-width: 80px;
    display: block;
    width: 100%;
    margin: 10px 0px 0px 0px;
}

.btn-room a {
    color: #fff;
}

@media (max-width: 768px){
    .g-recaptcha iframe,
    .g-recaptcha > div{
        width: 100% !important;
        height: 100% !important;
    }
}

li.select2-results__option[aria-disabled="true"]{
    color: #BBB !important;
}