@import url('https://fonts.googleapis.com/css?family=Dancing+Script');
@import url('https://fonts.googleapis.com/css?family=Oswald|Roboto');
@import url('https://fonts.googleapis.com/css?family=Ubuntu');

html,
body {
  position: relative;
  min-height: 100%;
  text-rendering: optimizelegibility;
}
body {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  color: #404040;
}
h1,h2,h3,h4,h5,h6 {
  font-family: 'Oswald', sans-serif;
  font-weight: 300;
  color: #404040;
  letter-spacing: -.025rem
}
h1 {
  font-size: 3rem;
}
.sub-title {
  font-family: 'Dancing Script', cursive;
  font-size: 2.4rem;
  color: #333;
  margin-top: 0;
  margin-bottom: 20px;
}
.lead {
  font-size: 1.8rem;
}
a {
color: #1f1311;
text-decoration: none;
}
a:hover,
a:focus {
color: #333;
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: #01579b;
  border-color: #2a5272;
  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: #1f1311;
  border-color: #1f1311;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #1f1311;
}
.panel-primary > .panel-heading .badge {
  color: #1f1311;
  background-color: #fff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #1f1311;
}

/****************************
  Main Navigation
****************************/
.main-nav {
  background-color: #fff;
  position: relative;
  z-index: 999;
  position: relative;
}
.main-nav .navbar-header .logo {
  display: block;
  padding: 15px;
}
.main-nav .navbar-header .logo img {
  max-height: 55px;
}

.main-nav .navbar-header .navbar-toggle .fa-bars {
  color: rgba(255, 255, 255, 0.5);
}
.main-nav .navbar-header .navbar-toggle:hover .fa-bars,
.main-nav .navbar-header .navbar-toggle:focus .fa-bars {
  color: rgba(255, 255, 255, 0.75);
}

/****************************
  Room Avaialble Search
****************************/

.search-container {
  background-color: #353f41;
  /*border: 1px solid #ccc;*/
  box-shadow: 0 15px 15px rgba(0, 0, 0, 0.075);
  margin: auto;
  padding-top: 20px;
  padding-bottom: 10px;
  transition:0.3s background-color ease;
}
.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: transparent;
  color: #eee;
  border-width: 1px;
  border-color: #6b7374;
  border-radius: 2px;
  box-shadow: none;
  padding-left: 40px;
}
.search-container .form-control::-moz-placeholder {
  color: #909090;
}
.search-container .form-group span[class*="icon-"]  {
  position: absolute;
  left: 10px;
  top: 7px;
  font-size: 2.1rem;
  color: #aaa;
}
.search-container .input-group-btn-vertical > .btn {
  background-color: transparent;
}
.search-container .input-group-btn-vertical > .btn .fa,
.search-container .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #eee;
}
.search-container .select2-container--default .select2-selection--single {
  background-color: rgba(255, 255, 255, 0);
}
.input-group-btn-vertical {
  position: absolute;
  right: 0px;
  top: 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;
}
/****************************
  Homepage Hero
****************************/
.hero-homepage {
  position: relative;
  width: 100%;
  height:  calc(90vh - 124px);
  min-height:  calc(90vh - 124px);
}
#slider .carousel-inner > .item {
  min-height:  calc(90vh - 124px);
  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 a {
  bottom: 0;
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 9;
}
#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;
  margin-top: 100px;
}
#slider .carousel-caption {
  color: #333;
  top: 0;
  text-shadow: none;
}
#slider h3 {
  font-size: 3rem;
  line-height: 1;
  animation-delay: 1s;
}
#slider h4 {
  font-size: 1.5rem;
  line-height: 1.42857143;
  animation-delay: 2s;
}
#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;
}
#slider .carousel-inner .caption {
    /*background-color: rgba(51, 51, 51, 0.5);*/
    border: 2px solid #fff;
    color: #fff;
    padding: 5px 15px 15px;
}
.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(24, 15, 14, 0.25);
  border: 0;
  border-radius: 50%;
  height: 12px;
  margin: 0;
  width: 12px;
}
.carousel-indicators .active {
  background-color: rgba(24, 15, 14, .75);
  border: 0;
  height: 12px;
  width: 12px;
}
/****************************
  Intro4
****************************/
#CDSWIDSSP {
    width: 100% !important;
}
#CDSWIDSSP .widSSPData {
    background-color: transparent !important;
}
#CDSWIDSSP img{
    background-color: transparent !important;
}
.intro4 div[class*="delay-"] {
    margin-bottom: 10px;
}
.intro4 div[class*="delay-"] a {
    display: block;
    width: 100%;
    height: 100%;
}
.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 {
    font-size: 1.5em;
    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(25% - 10px);
}
.grid-item:nth-child(3n+2)  {
    width: calc(50% - 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: 'Roboto', 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 .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;
}
/****************************
  Right Panel Content
****************************/
.right-content,
.left-content {
  position: relative;
}
.right-content.bkgd-grey {
  background-color: transparent;
}
.right-content .inner-content {
  margin-left: 15px;
  background-color: #f9f9f9;
  padding: 0 15px 15px;
}
.right-content h3:first-child,
.left-content h3:first-child {
  background-color: #333;
  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 {
  display: none;
}
.room-tab .nav-tabs {
    margin-bottom: 20px;
}
/****************************
  Sorting
****************************/
.sorting {
  margin-bottom: 30px;
}
.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 {
  position: relative;
  font-size: 1.25rem;
  color: #1f1311;
  padding-top: 20px;
  background-color: #fff; 
  /*background-color: #222;*/
}
footer .footer-nav::before {
    display: block;
    border-top: 1px solid rgba(0, 0, 0, 0.075);
    content: '';
}
footer h1 {
  font-family: 'Roboto', sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  color: #1f1311;
  text-transform: uppercase;
}
footer a {
  color: #1f1311;
}
footer a:active,
footer a:focus,
footer a:hover {
  text-decoration: underline;
  color: #01579b;
}
footer .footer-bottom {
  font-size: 11px;
  color: #8b7d7b;
  margin-top: 15px;
  padding-top: 15px;
  padding-bottom: 30px;
}
footer .footer-bottom a,
footer .footer-bottom a:active,
footer .footer-bottom a:focus,
footer .footer-bottom a:hover {
  color: #8b7d7b;
}
.icon-social [class*="fa-"] {
    font-size: 24px;
}
/****************************
  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: 50%; // 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;}
}
.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: #b5985a;
  border-color: #76643f;
  border-width: 0 0 2px 0;
  padding: 7px 30px 7px 30px;
}

.btn-room:focus, .btn-room.focus, .btn-room:hover {
  color: #fff;
  background-color: #1f1311;
  border-color: #000;
  border-width: 0 0 2px 0;
  -webkit-box-shadow: 0 2px 1px rgba(0, 0, 0, .15);
          box-shadow: 0 2px 1px rgba(0, 0, 0, .15);
}
/* Popup box BEGIN */
.hover_bkgr_fricc{
    background:rgba(0,0,0,.4);
    cursor:pointer;
    display:none;
    height:100%;
    position:fixed;
    text-align:center;
    top:0;
    width:100%;
    z-index:10000;
}
.hover_bkgr_fricc .helper{
    display:inline-block;
    height:100%;
    vertical-align:middle;
}
.hover_bkgr_fricc > div {
    display: inline-block;
    height: auto;
    max-width: 50%;
    min-height: 100px;
    vertical-align: middle;
    width: 70em;
    position: relative;
    border-radius: 8px;
    padding: 10px 2%;
}
.popupCloseButton {
    background-color: #fff;
    border-radius: 50px;
    cursor: pointer;
    display: inline-block;
    font-family: arial;
    font-weight: bold;
    position: absolute;
    top: -15px;
    right: -15px;
    font-size: 18px;
    line-height: 30px;
    width: 30px;
    height: 30px;
    text-align: center;
}
.popupCloseButton:hover {
    background-color: #ccc;
}
.trigger_popup_fricc {
    cursor: pointer;
    font-size: 20px;
    margin: 20px;
    display: inline-block;
    font-weight: bold;
}
/* Popup box BEGIN */

