@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: #24b7e0;
  border-color: #068db2;
  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;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.25);
  }
  .main-nav .navbar-nav > li > a {
   color:#706f6f;
 }
 .main-nav-spc{
  display: none;
}

.nav-head{
  float: left;
}

.main-nav .nav-head .logo {
  display: block;
  padding: 15px;
}
.main-nav .nav-head .logo img {
  max-height: 55px;
}

.main-nav .nav-head .navbar-toggle .fa-bars {
  color: rgba(0, 0, 0, 0.5);
}
.main-nav .nav-head .navbar-toggle:hover .fa-bars,
.main-nav .nav-head .navbar-toggle:focus .fa-bars {
  color: rgba(0, 0, 0, 0.75);
}
.main-nav .main-nav-right {
  float: right;
  padding: 10px 40px 10px 10px;
}
.main-nav .main-nav-right ul {
  margin-bottom: 0;
}
.main-nav .main-nav-right ul > li {
  position: relative;
  padding: 0 10px;
}
.main-nav .main-nav-right ul > li > a {
  color: #3f3f39;
  line-height: 20px;
  padding-top: 10px;
}
.main-nav .main-nav-right ul > li:after {
  right: -4px;
  position: absolute;
  font-size: 14px;
  color: rgba(201, 201, 201, 0.75);
  content: '\0399';
}
.main-nav .main-right ul > li:last-child,
.main-nav .main-right ul > li:last-child:after {
  padding-right: 0;
  content: none;
}*/
/****************************
  Room Avaialble Search
  ****************************/

  .search-container {
    background-color: #066387;
    /*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: #066387;
    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: #fff;
  }
  .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);
    border-color: #066387;
  }
  .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(137, 137, 137, 0.36);
    /*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;
  }
  .left-content .inner-content {
    padding-right: 10px;
  }
  .room-tab .nav-tabs {
    margin-bottom: 20px;
  }
/****************************
  Sorting
  ****************************/
  .sorting {
    margin-bottom: 30px;
  }
  .sorting div {
    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 div 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: 18px;
  }

  .sorting .nav > li.active > a {
    background-color: #eee;
    color: #444;
  }
/****************************
  Price Tag
  ****************************/
  .price {
    font-size: 1.6rem;
    color: #f06060;
    margin-top: 0;
  }
  .price span {
    color: #5c4b51;
  }
  .price 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: #fff;
    padding-top: 20px;
    background-color: #066387; 
  }
  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: #c7d4d9;
    text-transform: uppercase;
  }
  footer a {
    color: #c7d4d9;
  }
  footer a:active,
  footer a:focus,
  footer a:hover {
    text-decoration: underline;
    color: #4cc4e5;
  }
  footer .footer-bottom {
    font-size: 11px;
    color: #c7d4d9;
    margin-top: 5px;
    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: #4cc4e5;
  }*/
  .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;
  }

  #CmsEnquiryContactForm .select2-container--default .select2-selection--single {
    border: 1px solid #ccc;
  }
  #CmsEnquiryContactForm .select2-container .select2-selection--single {
    height: 30px;
  }
  #CmsEnquiryContactForm .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 30px;
  }
  #CmsEnquiryContactForm .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);
  }

  .wrap-header {
    margin: 0 auto 40px;
    text-align: center;
  }

  /*=============Room Reservation CSS================*/
  .pace-running .roomContent{
    zoom:1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)"; /*for IE8 or IE9 only should come BEFORE filter*/
    filter:alpha(opacity=10);
    opacity:0.1;
  }
  .pace-done .roomContent{
    zoom:1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; /*for IE8 or IE9 only should come BEFORE filter*/
    filter:alpha(opacity=100);
    opacity:1;
    -webkit-transition:opacity 1s linear;
    -moz-transition:opacity 1s linear;
    -o-transition:opacity 1s linear;
    transition:opacity 1s linear;
  }
  .btn-book {
    color: #fff;
    background-color: #333;
    border-color: #333;
    border-width: 0 0 2px 0;
    border-radius: 2px;
    text-transform: uppercase;
    min-width: 80px;
  }
  .btn-booked {
    color: #fff;
    background-color: #6da92f;
    border-color: #609529;
    border-width: 0 0 2px 0;
    border-radius: 2px;
    text-transform: uppercase;
    min-width: 80px;
  }
  .btn-load {
    color: #fff;
    background-color: #6da92f;
    border-color: #609529;
    border-width: 0 0 2px 0;
    border-radius: 2px;
    text-transform: uppercase;
    min-width: 80px;
  }
  .btn-unavailable {
    color: #fff;
    background-color: #f06060;
    border-color: #f06060;
    border-width: 0 0 2px 0;
    border-radius: 2px;
    text-transform: uppercase;
    min-width: 80px;
  }
  .btn-book:focus, .btn-book.focus, .btn-book:hover,
  .btn-booked:focus, .btn-booked.focus, .btn-booked:hover,
  .btn-load:focus, .btn-load.focus, .btn-load:hover,
  .btn-unavailable:focus, .btn-unavailable.focus, .btn-unavailable:hover
  {
    color: #fff;
    -webkit-box-shadow: 0 2px 1px rgba(0, 0, 0, .15);
    box-shadow: 0 2px 1px rgba(0, 0, 0, .15);
  }

  .headTitleAlert {
    display:none;
  }
  .headTitleAlert h1{
    color: #f00;
  }
  .roomAlert {
    display:none;
    font-size: 1.2rem;
  }
  .roomAlert strong {
    font-size: 1.4rem;
  }
  .wrap-reservation-title {
    font-size: 1.4rem;
    padding: 15px 0;
    text-align: center;
    z-index: 99;
    margin-top: 20px;
  }
  .wrap-reservation-content {
    min-height: 280px;
  }
  @media (min-width: 1200px) {
    .wrap-reservation-title h1 {
      font-size: 3.6rem !important;
    }
  }
  @media (min-width: 768px) {
    .wrap-reservation-title {
      font-size: 1.4rem;
    }
    .wrap-reservation-title h1 {
      font-size: 4.8rem;
    }
    .wrap-reservation-title h2 {
      font-size: 3rem;
    }
  }
  .roomtype-container {
    border-bottom: 1px dotted #d5d5d5;
    margin-bottom: 15px;
    padding-bottom: 5px;
    position: relative;
    transition: all 0.2s ease 0s;
    z-index: 1;
  }
  .roomtype-container:last-child {
    border-bottom: 0 dotted #d5d5d5;
  }
  .roomtype-container.active {
    background-color: #e3f2fd;
  }
  .roomtype-container h1.roomtype-title {
    font-size: 2.4rem;
    margin-top: 0px;
  }
  @media (max-width: 480px) {
    .roomtype-container .roomtype-desc {
      padding: 15px;
    }
  }
  .roomtype-container .roomtype-desc .row div:first-child {
    padding-left: 0;
  }
  .roomtype-container .roomtype-desc ul {
    margin-bottom: 10px;
  }
  .roomtype-container .roomtype-desc .price h3 {
    font-size: 2.1rem;
    color: #f06060;
    margin-top: 0;
  }
  .roomtype-container .roomtype-desc .price h3 span {
    color: #5c4b51;
  }
  .roomtype-container .roomtype-desc .price h3 span small {
    font-size: 1.4rem;
  }
  .roomtype-container .roomtype-right {
    margin-top: 15px;
    margin-left: -15px;
  }
  .roomtype-container .roomtype-right .spinner .input-group-btn-vertical {
    top: auto;
    bottom: 0;
    right: 5px;
  }
  .roomtype-container .roomtype-right .spinner .btn {
    margin-bottom: 0;
    padding: 8px 10px;
  }
   .roomtype-container .roomtype-right .btn {
    margin-left: 10px;
  }
  .roomtype-container .roomtype-right .spinner .form-group {
    position: relative;
    margin-left: 10px;
  }
  .roomtype-container .roomtype-right .btn {
    max-width: 100%;
    min-width: 100%;
  }
  .roomtype-container .sold {
    display: none;
  }
  .room-unavailable {
    position: relative;
  }
  .room-unavailable .sold {
    display: block;
    position: absolute;
    top:0;
    right:0;
    background-image: url(../../img/sold.png);
    background-position: right top;
    background-repeat: no-repeat;
    width: 120px;
    height: 100px;
  }
  .room-unavailable .error {
    display: block;
    position: absolute;
    top:0;
    right:0;
    background-image: url(../../img/error.png);
    background-position: right top;
    background-repeat: no-repeat;
    width: 120px;
    height: 100px;
  }
  .summary {
    background-color: #f9f9f9;
    border-radius: 0;
    position: relative;
  }
  .summary .shadow {
    background-color: #e3e3e3;
    height: 100%;
    left: 5px;
    position: absolute;
    top: 7px;
    -webkit-transform: skewY(-2deg); /* Safari */
    -ms-transform: skewY(-2deg); /* IE 9 */
    transform: skewY(-2deg); /* Standard syntax */
    width: 96%;
    z-index: -1;
  }
  .summary .panel-heading {
    font-size: 1.8rem;
    font-family: 'Roboto', sans-serif;
    border-radius: 0;
    text-transform: uppercase;
  }
  .summary .subTotal {
    font-family: 'Roboto', sans-serif;
    font-size: 1.8rem;
    color: #f06060;
    border-top: 2px solid #e3e3e3;
    border-bottom: 2px solid #e3e3e3;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .summary dl dt,
  .roomContent dl dt {
    font-weight: 400;
    text-align: left;
  }
  .summary dl dd,
  .roomContent dl dd {
    font-weight: 600;
  }
  #summaryRoomSelected.table-condensed {
    margin-bottom: 0px;
  }
  #summaryRoomSelected.table-condensed > thead > tr > th:first-child,
  #summaryRoomSelected.table-condensed > tbody > tr > td:first-child {
    padding-left: 0;
  }
  #summaryRoomSelected.table-condensed > thead > tr > th:last-child,
  #summaryRoomSelected.table-condensed > tbody > tr > td:last-child {
    padding-right: 0;
  }
  #bkgDtls .btn {
    background-color: #f06060;
    border-radius: 50%;
    border-width: 0;
    color: #ffffff;
    height: 16px;
    line-height: 1;
    padding: 0;
    width: 16px;
  }
  .personalDetail .select2-container--default .select2-selection--single {
    background-color: #ffffff;
    border: 1px solid #ddd;
    border-radius: 0px;
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  }
  .personalDetail .select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 12px;
  }
  .personalDetail .form-group label {
    font-weight: 300;
  }
  .personalDetail .form-control {
    border: 1px solid #dddddd;
    border-radius: 0;
    box-shadow: 0 0 0;
    transition: width 0.5s ease 0s, border-color 0.5s ease 0s;
  }
  .personalDetail .form-control:focus {
    border: 1px solid #f06060;
    box-shadow: 0 0 0;
  }
  .personalDetail .form-group-sm .form-control {
    border-radius: 0;
  }
  .personalDetail .form-group.required .control-label::after {
    color: #ff0000;
    content: " *";
  }
  .resv-confirmation dl dt {
    font-weight: 300;
    padding-top: 5px;
    padding-bottom: 5px;
    text-align: left;
    width: 140px;
  }
  .resv-confirmation dl dd {
    padding-top: 5px;
    padding-bottom: 5px;
    border-bottom: 1px dotted #ddd;
    margin-left: 150px;
  }


/****************************
  Smart Banner
  ****************************/
  .appbanner{
    top:0;
    left:0;
    overflow-x:hidden;
    width:100%;
    height:84px;
    background:#fff;
    font-family:Helvetica,sans,sans-serif;
  }

  .appbanner-icon{
    margin-top: -40px;
    margin-left: 40px;
    width:64px;
    height:64px;
    border-radius:15px;
    background-size:64px 64px;
  }

  .appbanner-info{
    position:absolute;
    top:10px;
    left:124px;
    display:flex;
    overflow-y:hidden;
    width:60%;
    height:64px;
    align-items:center;
  }

  .appbanner-info-title{
    font-size:14px;
  }

  .appbanner-info-price{
    font-size:12px;
  }

  .appbanner-button{
    position:absolute;
    top:32px;
    right:10px;
    z-index:1;
    display:block;
    padding:0 10px;
    min-width:10%;
    border-radius:5px;
    background:#fff;
    color:#1474fc;
    font-size:18px;
    text-align:center;
    text-decoration:none;
  }

  .appbanner-button-label{
    text-align:center;
  }

  .appbanner-exit{
    padding-left: 15px;
    padding-top: 30px;
  }

  .web_resv_header{
    padding-top:80px;
    background-color:#f2f2f2;
    border-bottom: 30px solid #3f51b5;
  }

  .web_resv_pd{
    padding: 40px 20px 40px 20px;
    text-align: center;
  }

  .web_resv_label{
    font-weight: 700;
    line-height: 1.42857143;
  }

  /*=============Room Reservation CSS================*/

  /*============Member CSS================*/
  .top-nav .top-nav-right {
    float: right;
    font-size: 12px;
    background-color: #068cc0;
    border-bottom-left-radius: 1.5em;
    border-bottom-right-radius: 1.5em;
    padding: 5px 10px 0px 10px;
  }
  .top-nav .top-nav-right a{
    color: #fff;
  }
  .wrap-content-darkBg {
    background-color: #ffffff;
  }
  .online-register-box{
    padding: 15px;
  }
  .online-register-grey-box{
    background-color: #f7f7f7;
    border-radius: 5px;
    margin-bottom: 20px;
    padding: 15px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .075);
  }
  .login-box {
    background-color: #f7f7f7;
    border-radius: 5px;
    margin-bottom: 20px;
    padding: 25px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .075);
  }
  .login-box:last-child {
    margin-bottom: 0px;
  }
  .text-underline a{
    text-decoration: underline;
  }

  .list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
    background-color: #404040;
    border-color: #404040;
}
  .member-content-sp{
    padding: 40px 0 40px 0;
  }
  .wrap-content-min{
    min-height: 380px;
  }
  .left-content .divider-bar {
    position: absolute;
    top: 50px;
    bottom: 0;
    right: 5px;
    background-image: url(../img/divider.png);
    background-position: right bottom;
    background-repeat: repeat-y;
    width: 10px;
  }
  .left-content .divider-bar .divider-top {
    position: absolute;
    top: -50px;
    background-image: url(../img/divider.png);
    background-position: right top;
    background-repeat: no-repeat;
    width: 10px;
    height: 50px;
    z-index: 9;
  }
  dl.member-profile dt {
    text-align: left;
  }
  dl.member-profile dd {
    margin-bottom: 15px;
    padding-bottom: 5px;
    border-bottom: 1px dashed #ddd;
  }
  #memberPoint {
    font-size: 60px;
    color: #f44336;
  }
  /*============Member CSS================*/
  /*============Content Pop Out CSS================*/
  .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 {
      /*background-image: radial-gradient(circle, #ffffff, #fafafa, #f4f4f4, #efefef, #eaeaea);*/
      display: inline-block;
      height: auto;
      max-width: 50%;
      min-height: 100px;
      vertical-align: middle;
      width: 70em;
      position: relative;
      border-radius: 8px;
  }
  .popupCloseButton {
      background-color: #fff;
      border-radius: 50px;
      cursor: pointer;
      display: inline-block;
      font-family: arial;
      font-weight: bold;
      position: absolute;
      top: -5px;
      right: 10px;
      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;
  }
  /*============Content Pop Out CSS================*/
