@import url('https://fonts.googleapis.com/css?family=Oswald|Montserrat:300,400|Playball');
html,
body {
    position: relative;
    min-height: 100%;
    text-rendering: optimizelegibility;
}

body {


    color: #404040;
    overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    color: #404040;
}

h1 {
    font-size: 3rem;
}

h1:first-child {
    margin-top:0;
}

.sub-title {
    font-family: 'Playball', cursive;
    font-size: 2.4rem;
    color: #777;
    margin-top: 0;
    margin-bottom: 20px;
}

.lead {
    font-size: 1.8rem;
}

a {
    color: #404040;
    text-decoration: none;
}

a:hover,
a:focus {
    color: #404040;
    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: 'Oswald', serif;
}

.btn-search {
    color: #fff;
    background-color: #6da92f;
    border-color: #609529;
    border-width: 0 0 2px 0;
    border-radius: 2px;
    text-transform: uppercase;
    min-width: 80px;
}

.btn-more {
    color: #fff;
    background-color: #8c0e3a;
    border-color: #7e0c34;
    border-width: 0 0 2px 0;
    border-radius: 2px;
    text-transform: uppercase;
    min-width: 80px;
}

.btn-white {
    color: #404040;
    background-color: #eee;
    border-color: #eee;
    border-width: 0 0 2px 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: #404040;
    -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: #333;
    border-color: #333;
}

.panel-primary>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #333;
}

.panel-primary>.panel-heading .badge {
    color: #333;
    background-color: #fff;
}

.panel-primary>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #333;
}


/****************************
  Main Navigation
****************************/

header .brand {
    position: relative;
    /*background-color: #8c0e3a;*/
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
}

header .brand > .container > .row {
    position: relative;
}

header .brand .logo {
    display: inline-block;
}

header .brand .top-nav {
    position: absolute;
    right: 0;
    top:0;
    font-size: 11px;
    text-transform: uppercase;
}

header .brand .top-nav ul > li > a {
    color: #fff;
}

.main-nav {
    position: relative;
    background-color: #fff;
    padding-top: 20px;
    padding-bottom: 20px;
    /*-webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.075);*/
    /*box-shadow: 0 2px 2px rgba(0, 0, 0, 0.075);*/
    z-index: 999;
}

.main-nav .navbar-header .navbar-toggle .fa-bars {
    color: rgba(0, 0, 0, 0.5);
}

.main-nav .navbar-header .navbar-toggle:hover .fa-bars,
.main-nav .navbar-header .navbar-toggle:focus .fa-bars {
    color: rgba(0, 0, 0, 0.75);
}

.main-nav .navbar-nav > li > a,
.main-nav .navbar-nav .dropdown-menu > li > a {
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    color: #404040;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.main-nav .navbar-nav > li:first-child > a {
    padding-left: 0;
}

.main-nav .navbar-nav > li:last-child > a {
    padding-right: 0;
}



/****************************
  Room Avaialble Search
****************************/

.search-container {
    background-color: #8c0e3a;
    padding-top: 20px;
    padding-bottom: 10px;
    transition: 0.3s background-color ease;
    z-index: 99;
}

.search-container .row {
    margin-left: -5px;
    margin-right: -5px;
    text-align: center;
}

.search-container .col-place,
.search-container .col-date,
.search-container .col-middle,
.search-container .col-large,
.search-container .col-sml,
.search-container .col-search {
    display: inline-block;
    position: relative;
    min-height: 1px;
    padding-right: 5px;
    padding-left: 5px;
    text-align: left;
    vertical-align: middle;
}

.search-container .form-group {
    margin-bottom: 10px;
    position: relative;
}

.search-container .form-control {
    background-color: rgba(255,255,255,.075);
    color: #fff;
    border-width: 1px;
    border-color: rgba(255,255,255,.075);
    border-radius: 0px;
    box-shadow: none;
    padding-left: 40px;
}

.search-container .form-control:focus {
    border-color: rgba(255,255,255,.075);
}

.search-container .form-control::-moz-placeholder {
    color: #fff;
}

.search-container .form-group .control-label {
    font-weight: 300;
}
.search-container .form-group span[class*="icon-"] {
    position: absolute;
    left: 10px;
    bottom: 7px;
    font-size: 2.1rem;
    color: #fff;
}

.search-container .input-group-btn-vertical>.btn {
    background-color: transparent;
}

.search-container .select2-container--default .select2-selection--single {
    background-color: rgba(255, 255, 255, .075);
}

.search-container .select2-container--default .select2-selection--single .select2-selection__rendered,
.search-container .select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #fff;
}

.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:first-child {
    border-top-right-radius: 4px;
}

.input-group-btn-vertical>.btn:last-child {
    margin-top: -2px;
    border-bottom-right-radius: 4px;
}

.input-group-btn-vertical i {
    position: absolute;
    top: 0;
    left: 4px;
    color: #a33e61;
}


/****************************
  Homepage Hero
****************************/

.hero-homepage {
    position: relative;
    width: 100%;
}

.hero-homepage .owl-carousel .item > .caption {
    position: absolute;
    bottom: 0;
    left:0;
    right:0;
    padding: 50px;
    background: -moz-linear-gradient(top, transparent 0%, #232323 100%);
    background: -webkit-linear-gradient(top, transparent 0%, #232323 100%);
    background: linear-gradient(to bottom, transparent 0%, #232323 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#232323',GradientType=0 );
}

.hero-homepage .owl-item .caption h3,
.hero-homepage .owl-item .caption p {
    display: none;
}

.hero-homepage .owl-item.active.center .caption h3,
.hero-homepage .owl-item.active.center .caption p {
    display: block;
    animation: 2s 0s bounceInUp ease ;
    -moz-animation: 2s 0s bounceInUp ease ;
    -webkit-animation: 2s 0s bounceInUp ease ;
}

.hero-homepage .owl-carousel .item > .caption a {
    color: #fff;
}

.hero-homepage .owl-carousel .item .caption.left {
  justify-content: flex-start;
  align-items: center;
  text-align: left;
}

.hero-homepage .owl-carousel .item .caption.right {
  justify-content: flex-end;
  align-items: center;
  text-align: right;
}

.hero-homepage .owl-carousel .item .caption.middle {
  align-items: center;
  text-align: center;
  margin-top: 100px;
}

/****************************
  Intro4
****************************/

.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: 'Montserrat', sans-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
****************************/

.bkgd-grey {
    background-color: #f9f9f9;
}

.bkgd-secondary {
    background-color: #333;
    color: rgba(255, 255, 255, 0.75);
    ;
}

.bkgd-secondary h1 {
    color: #fff;
}

.bkgd-secondary h2 {
    color: #6da92f;
}

.wrap-container {
    position: relative;
    overflow: hidden;
}

.wrap-container .header-content .head-banner {
    min-height: 30vh;
    width: 100vw;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.wrap-container.full div[class*="col-"] {
    padding-left: 0px;
    padding-right: 0px;
}

.wrap-container .container.full div[class*="col-"] {
    position: absolute;
}

.wrap-container .content article {
    /*webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;

    -webkit-column-gap: 40px;
    -moz-column-gap: 40px;
    column-gap: 40px;

    -webkit-column-rule: 1px solid rgba(0,0,0,.25);
    -moz-column-rule: 1px solid rgba(0,0,0,.25);
    column-rule: 1px solid rgba(0,0,0,.25);*/
}

.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;
}

.v-align-transform {
    position: relative;
    top: 50%;
    transform: translate3d(0px, -50%, 0px);
    z-index: 2;
}

.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;
}

.loop.owl-theme .owl-nav {
    margin-top: 0;
}
/****************************
  Right Panel Content
****************************/

.right-content,
.left-content {
    position: relative;
}

.right-content h3:first-child,
.left-content h3:first-child {
    background-color: #333;
    color: #fff;
    margin-bottom: 20px;
    margin-left: -5px;
    margin-right: -5px;
    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 {
    display: none;
}

.room-tab .nav-tabs {
    margin-bottom: 20px;
}


/****************************
  Sorting
****************************/

.sorting {
    position: absolute;
    top: 0;
    right: 15px;
}

.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;
}


/****************************
  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: #404040;
    border-radius: 50%;
    margin: 0 3px;
}

.pagination>li>a:hover,
.pagination>li>span:hover,
.pagination>li>a:focus,
.pagination>li>span:focus {
    color: #333;
}

.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: #333;
    border-color: #333;
}


/****************************
  Footer
****************************/

footer {
    color: #700b2e;
    position: relative;
    padding-top: 40px;
    padding-bottom: 80px;
}

footer h1 {
    font-size: 1.4rem;
    color: #700b2e;
    text-transform: uppercase;
}

footer a {
    color: #a33e61;
}

footer a:active,
footer a:focus,
footer a:hover {
    color: #8c0e3a;
}

footer .copyright {
    font-size: 12px;
    margin-top: 24px;
}

footer .form-control {
    color: #8c0e3a;
    background-color: #f2f2f2;
    border: 1px solid #f2f2f2;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

footer .form-control:focus {
  border-color: #ccc;
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

footer .form-control::-moz-placeholder {
  color: #555;
  opacity: 1;
}

footer .form-control:-ms-input-placeholder {
  color: #555;
}

footer .form-control::-webkit-input-placeholder {
  color: #555;
}

/****************************
  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:focus {
    border-color: #333;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

::-moz-selection {
    color: #fff;
    background-color: #333;
}

::selection {
    ccolor: #fff;
    background-color: #333;
}

#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;
    }
}

.room-type-header {
    padding-left: 20px;
}

.room-type-header h1:first-child {
    margin-top: 0;
}

.btn-room {
    color: #fff;
    background-color: #333;
    border-color: #333;
    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;
}
