html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, button-blue, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  background: transparent;
  border: 0;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

html, body {
  /* overflow-x: hidden;*/
  font-family: 'Josefin Sans', Arial, Helvetica, sans-serif;
  width: 100%;
  height: 100%;
  line-height: 1.2;
  -webkit-overflow-scrolling: touch;
  outline: none;
  background-color: #fff;
  color: #0a1727;
  font-size: 15px;
  margin: 0;
  padding: 0;
  font-size: 18px;
  background-color: #fff;
  text-shadow: none;
  border: none;
  outline: 0;
  text-rendering: optimizelegibility;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
  -moz-tap-highlight-color: rgba(0, 0, 0, 0);
  -moz-text-size-adjust: none;
  -moz-font-smoothing: antialiased;
  -ms-tap-highlight-color: rgba(0, 0, 0, 0);
  -ms-text-size-adjust: none;
  -ms-font-smoothing: antialiased;
}

@font-face {
  font-family: 'Josefin Sans';
  src: url('../fonts/JosefinSans-Regular.eot');
  src: url('../fonts/JosefinSans-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/JosefinSans-Regular.woff') format('woff'), url('../fonts/JosefinSans-Regular.ttf') format('truetype'), url('../fonts/JosefinSans-Regular.svg#JosefinSans-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
}

* {
  outline: none !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  font-weight: bold
}

h1 {
  font-size: 24px
}

b {
  font-weight: 600
}

strong {
  font-weight: 600 !important
}

.text18 {
  font-size: 18px
}

.site-search ::-webkit-input-placeholder {
  color: #ce8034;
}

.site-search :-moz-placeholder {
  color: #ce8034;
  opacity: 1;
}

.site-search ::-moz-placeholder {
  color: #ce8034;
}

.site-search :-ms-input-placeholder {
  color: #ce8034;
}

::-webkit-input-placeholder {
  color: #999;
}

:-moz-placeholder {
  color: #999;
  opacity: 1;
}

::-moz-placeholder {
  color: #999;
}

:-ms-input-placeholder {
  color: #999;
}

a, a:hover, a:focus, .font1 a:hover, .blog .article-blog a:hover {
  color: #ce8034;
  text-decoration: none;
}

a:hover {
  color: #ce8034;
  text-decoration: none
}

img {
  max-width: 100%
}

button {
  display: inline-block;
  font-weight: bold;
  padding: 13px 20px;
  margin-bottom: 0;
  font-size: 14px;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  background-color: #ce8034;
  border: 1px solid #ce8034;
  border-radius: 5px;
  text-transform: uppercase;
  color: #fff;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  font-weight: 500
}

.box-shadow-none, select {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

button.btn-secondary {
  border: solid 1px #ce8034;
  background: transparent
}

.secondary {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 8px;
  border: solid 1px #ce8034;
  background: transparent;
  color: #ce8034;
  font-weight: bold
}

button.secondary {
  text-transform: inherit;
  box-shadow: none;
  padding: 10px 12px;
}

.bedroom .secondary {
  border-width: 2px
}

.btn-outline-danger {
  color: #ce8034;
  background-color: transparent;
  background-image: none;
  border-color: #ce8034;
}

.hotel-description button {
  border-radius: 10px;
  font-weight: bold !important;
  float: right;
  padding: 5px 25px;
  margin-top: 0px
}

input {
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-border-radius: 0;
  border-radius: 0;
  outline: none;
}

input:active, input:focus, input.active {
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

input[type="text"], input[type="email"], textarea {
  -webkit-appearance: none;
  -webkit-border-radius: 4px;
  padding-left: 15px;
  border-radius: 4px;
  color: #666;
  font-size: 14px;
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  border-color: #14345a
}

input[type="text"] {
  border: solid 1px #14345a;
  height: 35px;
  border-radius: 4px
}

.upload-btn-wrapper {
  position: relative;
  overflow: hidden;
  display: inline-block;
}

.upload {
  border: none;
  color: #ce8034;
  background-color: transparent;
  padding: 8px 20px;
  border-radius: 0;
  font-size: 14px;
  text-decoration: underline;
  font-weight: 400;
  text-transform: inherit
}

.upload-btn-wrapper input[type=file] {
  font-size: 100px;
  position: absolute;
  background-color: white;
  left: 0;
  top: 0;
  opacity: 0;
}

textarea {
  padding: 5px 12px;
  width: 100%
}

#cbp-so-scroller input[type="text"] {
  height: 36px;
  border: solid 1px #ce8034;
  width: 100%;
}

.form-control, input, textarea {
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  font-weight: 200
}

/*checkbox-radio*/

input.checkbox-style[type=checkbox], input.checkbox-style[type=radio] {
  height: 25px;
  width: 25px;
}

input.checkbox-style[type=checkbox]+span:before {
  position: relative;
  font-family: checkbox-style;
  margin-right: 0.2em;
  color: transparent;
  vertical-align: top;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block
}

input.checkbox-style[type=checkbox]+span:before {
  content: "\f00c";
  font-family: 'FontAwesome';
  font-size: 12px;
  padding: 1px;
  font-weight: bold;
  margin-right: 0.6em;
  border-style: solid;
  border-width: 1px;
  -webkit-transition: border-color .5s ease-in-out;
  transition: border-color .5s ease-in-out;
  border-radius: 0;
}

#logo img {
  width: 140px
}

#logo {
  text-align: center
}

/* checkbox & radio*/

input.checkbox-style[type=checkbox]+span:before {
  border-color: #ce8034;
  padding: 1px 4spx;
}

input.checkbox-style[type=checkbox]:hover+span:before {
  border-color: #ccc;
}

input.checkbox-style[type=checkbox]:checked+span:before, input.checkbox-style[type=checkbox]:checked+span {
  color: #ce8034;
  border-color: #ce8034;
}

input.checkbox-style[type=checkbox], input.checkbox-style[type=radio] {
  z-index: 1;
  position: absolute;
  float: left;
  opacity: 0.01;
  margin: 0;
  cursor: pointer;
}

input.checkbox-style[type=radio]+span:before {
  position: relative;
  font-family: checkbox-style;
  margin-right: 0.2em;
  color: transparent;
  font-size: 1em;
  vertical-align: top;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

input.checkbox-style[type=radio]+span:before {
  content: "\f111";
  /*f192   f1db f10c f111  */
  font-family: 'FontAwesome';
  font-size: 15px;
  padding: 1px;
  font-weight: bold;
  margin-right: 0.6em;
  border-style: solid;
  border-width: 1px;
  -webkit-transition: border-color .5s ease-in-out;
  transition: border-color .5s ease-in-out;
  border-radius: 0;
  top: 2px
}

/* radio & radio*/

input.checkbox-style[type=radio]+span:before {
  border-color: #ccc;
  padding: 3px 4px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%
}

input.checkbox-style[type=radio]:hover+span:before {
  border-color: #ccc;
}

input.checkbox-style[type=radio]:checked+span:before, input.checkbox-style[type=radio]:checked+span {
  color: #ce8034;
  border-color: #ce8034;
}

input.checkbox-style[type=radio], input.checkbox-style[type=radio] {
  z-index: 1;
  position: absolute;
  float: left;
  opacity: 0.01;
  margin: 0;
  cursor: pointer;
}

.check-style p {
  margin: 0;
  display: inline-block;
  vertical-align: middle;
  width: -webkit-calc(100% - 40px);
  width: -moz-calc(100% - 40px);
  width: calc(100% - 40px);
}

select.select-style {
  background: #fff url(../images/select.png) right 7px no-repeat;
  padding: 5px 30px 5px 12px;
  font-size: 14px;
  line-height: 1;
  border: 0;
  border-radius: 0;
  height: 36px;
  color: #808080;
  text-transform: capitalize;
  border: solid 1px #14345a;
  display: inline-block;
  border-radius: 4px;
}

hr {
  border-bottom: solid 1px #ce8034;
  width: 100%;
}

.spacemore {
  margin-top: 10%
}

.font-black {
  color: #0a1727
}

.villa-culture h2, .gorgeous h2, .finland, figure.effect-bubba h2 {
  font-family: 'Josefin Sans';
  font-weight: normal !important
}

figure.effect-bubba h2 {
  text-shadow: 1px -2px 1px rgba(227, 106, 85, 1);
}

h1, h2 {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 20px;
  text-transform: uppercase;
  text-align: left
}

.gorgeous h2 {
  font-size: 60px;
  line-height: 50px;
}

html {
  height: 100%;
}

body {
  height: 100%;
  /*overflow: scroll;*/
  -webkit-overflow-scrolling: touch;
}

.site-cover {
  display: table;
  height: 100%;
  width: 100%;
  table-layout: fixed;
}

.site-footer {
  display: table-row;
  height: 1px;
}

/*top*/

.cd-top {
  display: inline-block;
  height: 40px;
  width: 40px;
  position: fixed;
  bottom: 40px;
  right: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  /* image replacement properties */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: rgba(117, 117, 117, .6) url(../images/cd-top-arrow.svg) no-repeat center 50%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
  -moz-transition: opacity .3s 0s, visibility 0s .3s;
  transition: opacity .3s 0s, visibility 0s .3s;
  border-radius: 50%
}

.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
  -webkit-transition: opacity .3s 0s, visibility 0s 0s;
  -moz-transition: opacity .3s 0s, visibility 0s 0s;
  transition: opacity .3s 0s, visibility 0s 0s;
}

.cd-top.cd-is-visible {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1;
}

.cd-top.cd-fade-out {
  /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
  opacity: .5;
}

.no-touch .cd-top:hover {
  background-color: rgba(117, 117, 117, 1);
  opacity: 1;
}

@media only screen and (min-width: 768px) {
  .cd-top {
    right: 20px;
    bottom: 20px;
  }
}

@media only screen and (min-width: 1024px) {
  .cd-top {
    height: 40px;
    width: 40px;
    right: 30px;
    bottom: 30px;
  }
}

body>header {}

body>header hgroup h1 {}

body>footer {}

.site-cover article {
  position: relative;
}

article>header {}

body>aside {}

.content {
  width: 100%;
  /*	max-width: 1400px;*/
  margin: 0 auto
}

/*ความเร็ว 
-webkit-transition: -webkit-transform 2.15s, opacity 2.15s;
	-moz-transition: -moz-transform 2.15s, opacity 2.15s;
	transition: transform 2.15s, opacity 2.15s;
*/

.cbp-so-scroller {
  overflow: hidden;
}

.cbp-so-section {}

/* Clear floats of children */

.cbp-so-section:before, .cbp-so-section:after {
  content: " ";
  display: table;
}

.cbp-so-section:after {
  clear: both;
}

/* Sides */

.cbp-so-side {
  /*	float: left;*/
  margin: 0;
  padding: 0;
  /*overflow: hidden;*/
  -webkit-transition: -webkit-transform 1.15s, opacity 2.15s;
  -moz-transition: -moz-transform 1.15s, opacity 2.15s;
  transition: transform 1.15s, opacity 2.15s;
}

/* Clear floats of children */

.cbp-so-side:before, .cbp-so-side:after {
  content: " ";
  display: table;
}

.cbp-so-side:after {
  clear: both;
}

.cbp-so-side-right {}

.cbp-so-side-right img {}

/* Initial state (hidden or anything else) */

.cbp-so-init .cbp-so-side {
  opacity: 1;
}

.cbp-so-init .cbp-so-side-left {
  -webkit-transform: translateX(-80px);
  -moz-transform: translateX(-40px);
  transform: translateX(-40px);
}

.cbp-so-init .cbp-so-side-right {
  -webkit-transform: translateX(40px);
  -moz-transform: translateX(40px);
  transform: translateX(40px);
}

.cbp-so-init .cbp-so-side-top {
  -webkit-transform: translateY(40px);
  -moz-transform: translateY(40px);
  transform: translateY(40px);
}

.cbp-so-init .cbp-so-side-bottom {
  -webkit-transform: translateY(-40px);
  -moz-transform: translateY(-40px);
  transform: translateY(-40px);
}

/* Animated state */

/* add you final states (transition) or your effects (animations) for each side */

.cbp-so-section.cbp-so-animate .cbp-so-side-left, .cbp-so-section.cbp-so-animate .cbp-so-side-right {
  -webkit-transform: translateX(0px);
  -moz-transform: translateX(0px);
  transform: translateX(0px);
  opacity: 1;
}

.cbp-so-section.cbp-so-animate .cbp-so-side-top, .cbp-so-section.cbp-so-animate .cbp-so-side-bottom {
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  transform: translateY(0px);
  opacity: 1;
}

.set-height {
  width: -webkit-calc(100% - 40px);
  width: -moz-calc(100% - 40px);
  width: calc(100% - 40px);
}

.site-wrapper {
  display: table;
  width: 100%;
  height: 100%;
  min-height: 100%;
}

.site-wrapper-inner {
  vertical-align: middle;
  display: table-cell;
}

.main-content {
  margin-top: 5%
}

@media (min-width:993px) {
  .logo-login img {
    margin-left: 20%
  }
  .header-cover .navbar.navbar-fixed-top {
    background-color: rgba(255, 255, 255, 0.80);
    -moz-box-shadow: 0px 0px 3px 3px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 0px 3px 3px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 3px 3px rgba(0, 0, 0, 0.2);
  }
  .navbar.navbar-fixed-top {
    position: absolute !important;
    background: rgba(255, 255, 255, 0.8)
  }
  .triangle:before {
    position: absolute;
    top: -7px;
    left: 111px;
    display: inline-block;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #ccc;
    border-left: 7px solid transparent;
    border-bottom-color: rgba(0, 0, 0, 0.2);
    content: '';
  }
  .triangle:after {
    position: absolute;
    top: -6px;
    left: 111px;
    display: inline-block;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #fff;
    border-left: 6px solid transparent;
    content: '';
  }
  .container-fluid .container {
    position: relative
  }
  .pull-right-desktop {
    float: right !important;
    top: 6px;
    position: relative;
  }
  .navbar .nav>li>.dropdown-menu:before {
    position: absolute;
    top: -7px;
    left: 9px;
    display: inline-block;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #ccc;
    border-left: 7px solid transparent;
    border-bottom-color: rgba(0, 0, 0, 0.2);
    content: '';
  }
  .navbar .nav>li>.dropdown-menu:after {
    position: absolute;
    top: -6px;
    left: 10px;
    display: inline-block;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #ffffff;
    border-left: 6px solid transparent;
    content: '';
  }
  .navbar {
    padding: 7px 0;
    -webkit-transition: background .5s ease-in-out, padding .5s ease-in-out;
    -moz-transition: background .5s ease-in-out, padding .5s ease-in-out;
    transition: background .5s ease-in-out, padding .5s ease-in-out;
  }
  .top-nav-collapse {
    padding: 0;
  }
  .show992 {
    display: none
  }
}

@media (max-width:992px) {
  .show993 {
    display: none
  }
  .header-cover .ico-blue {
    display: none !important
  }
  .navbar {
    background: url(../images/headbg-m.jpg) top no-repeat;
    background-size: cover;
    -moz-box-shadow: 0px 0px 3px 3px rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: 0px 0px 3px 3px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 0px 3px 3px rgba(0, 0, 0, 0.4);
  }
  gradient01 .cur_weather {
    width: 200px;
  }
  .stay_close {
    width: 300px;
  }
  /*
.sub-menu, .arrow-down {
	position: absolute;
	z-index: 10;
	right: 0;
	top: 0px;
	display: block;
	height: 50px;
	width: 50px;
	cursor: pointer;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	border: none;
}
.sub-menu::before, .arrow-down:before {
  content: "\f078";	 
	font-family: 'FontAwesome';
	position: absolute;
	font-size: 20px;
	left: 10px;
	top: 16px;
	display: block;
	width: 40px;
	height: 20px;
	z-index: 99;
	 
}
.sub-menu.submenu-opened::before, .arrow-down:before {
	content: "";
	background: url(../images/up.png) 0px center no-repeat;
}
.sub-menu.submenu-opened::after, .arrow-down.submenu-opened::after {
	content: initial;
}
.arrow-down {
	height: 44px;
	background: none;
} */
  /*other*/
  .navbar {
    padding: 5px 0
  }
  .main-content {
    margin-top: 2em
  }
  .navbar-toggle {
    float: left;
  }
  .site-cover .navbar-brand {
    position: absolute;
    left: 50%;
    margin-left: -45px !important
  }
  /*search*/
  .hrl {
    display: none
  }
  /* Search */
  .site-search {
    position: absolute;
    left: inherit;
    right: 2%;
    top: 7px;
    width: 86%
  }
  .sb-search {
    position: relative;
    width: 0%;
    min-width: 36px;
    height: 36px;
    float: right;
    overflow: hidden;
    -webkit-transition: width 0.3s;
    -moz-transition: width 0.3s;
    transition: width 0.3s;
    -webkit-backface-visibility: hidden;
  }
  .sb-search-input {
    position: absolute;
    top: 0;
    right: 0px;
    left: inherit;
    border: none;
    outline: none;
    background: transparent;
    width: 100%;
    height: 36px;
    margin: 0;
    z-index: 10;
    padding: 10px 10px 10px 0px !important;
    font-family: inherit;
    font-size: 20px;
    color: #ce8034;
    border-radius: 3px !important
  }
  .sb-search .sb-search-input {
    right: 0px;
    padding: 10px 10px 10px 35px !important;
  }
  .sb-search-open .sb-search-input {
    background: #fff;
    border: solid 1px #ce8034;
    padding: 10px 10px 10px 5px !important;
  }
  .sb-icon-search, .sb-search-submit {
    width: 36px;
    height: 36px;
    display: block;
    position: absolute;
    left: inherit;
    right: 0;
    top: 0;
    padding: 0;
    margin: 0;
    line-height: 33px;
    text-align: center;
    cursor: pointer;
  }
  .sb-search-submit {
    background: #fff;
    /* IE needs this */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    /* IE 8 */
    filter: alpha(opacity=0);
    /* IE 5-7 */
    opacity: 0;
    color: transparent;
    border: none;
    outline: none;
    z-index: -1;
  }
  .sb-icon-search {
    color: #ce8034;
    z-index: 90;
    font-size: 22px;
    font-family: 'FontAwesome';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
  }
  .sb-icon-search:before {
    content: "\f002"
  }
  /* Open state */
  .sb-search.sb-search-open, .no-js .sb-search {
    width: 100%;
  }
  .sb-search.sb-search-open .sb-icon-search, .no-js .sb-search .sb-icon-search {
    color: #ce8034;
    z-index: 11;
  }
  .sb-search.sb-search-open .sb-search-submit, .no-js .sb-search .sb-search-submit {
    z-index: 90;
  }
}

@media screen and (max-width:414px) {
  .site-search {
    width: 78%
  }
}

/*********slide**********/

.ken_img {
  position: relative !important;
  /*left: 0 !important; 
	top: 0 !important;*/
  display: block;
  max-width: none !important;
  min-width: none !important;
  max-height: none !important;
  min-height: none !important;
  /*width: auto !important;
	height: auto !important;*/
  margin: 0 !important;
  border: none !important;
  padding: 0 !important;
}

.setAsBg {
  position: fixed;
  z-index: 0;
  margin: 0;
  padding: 0;
  left: 0;
  top: 0;
  overflow: hidden;
}

.bannerscollection_zoominout {
  position: relative;
}

.bannerscollection_zoominout img {
  position: relative;
  display: block;
  max-width: inherit;
  max-height: inherit;
  -webkit-backface-visibility: hidden;
  *max-width: 200%;
  *max-height: 200%;
  /*width:inherit;
	height:inherit;	*/
}

.bannerscollection_zoominout_list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: none;
}

.bannerscollection_zoominout .contentHolderVisibleWrapper {
  position: absolute;
  overflow: hidden;
  margin-top: 0px;
  *margin-top: -20px;
}

.bannerscollection_zoominout .contentHolder {
  position: absolute;
}

.bannerscollection_zoominout .contentHolderUnit {
  /*position:relative;
	float:left;*/
  display: block;
  overflow: hidden;
}

.mycanvas {
  /*border:1px solid #ff0000;*/
  position: absolute;
  top: 8px;
  right: 10px;
  z-index: 16;
}

.myloader {
  background: url("skins/loader.gif");
  width: 37px;
  height: 37px;
  position: absolute;
  left: 49%;
  top: 49%;
  z-index: 5;
}

.text-banner {
  position: absolute;
  top: 50%;
  z-index: 2;
  font-size: 70px;
  color: #fff;
  text-shadow: 1px 1px 1px #000;
  width: 100%;
  text-align: center;
  line-height: 70px;
  text-transform: uppercase;
  font-weight: bold
}

.text-banner span {
  color: #ce8034;
  text-shadow: 1px 1px 1px #000;
  font-size: 60px;
  line-height: normal
}

.detail-page .text-banner {
  text-align: left;
  padding-left: 10%;
  font-size: 60px;
  line-height: normal
}

.detail-page .text-banner span {
  font-size: 50px
}

.detail-page .detail-banner {
  position: absolute;
  bottom: 0%;
  z-index: 3;
  padding: 1% 3% 1% 10%;
  color: #fff;
  font-size: 22px;
  width: 100%;
  background-color: #14345a
}

.detail-page .detail-banner span {
  color: #ce8034;
  font-size: 16px
}

.detail-page .detail-banner span b {
  ;
  font-size: 22px
}

/***opportune SKIN***/

.bannerscollection_zoominout.opportune .contentHolderVisibleWrapper {
  position: absolute;
  overflow: hidden;
  margin-top: 0px;
}

.bannerscollection_zoominout.opportune .bannerControls {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 20;
  width: 100%;
}

.bannerscollection_zoominout.opportune .leftNav {
  position: absolute;
  left: 0px;
  width: 63px;
  height: 72px;
  background: url("../images/skins/opportune/leftNavOFF.png") 0 0 no-repeat;
  cursor: pointer;
}

.bannerscollection_zoominout.opportune .leftNav:hover {
  background: url("../../images/skins/opportune/leftNavON.png") 0 0 no-repeat;
}

.bannerscollection_zoominout.opportune .rightNav {
  position: absolute;
  right: 0px;
  width: 63px;
  height: 72px;
  background: url("../images/skins/opportune/rightNavOFF.png") 0 0 no-repeat;
  cursor: pointer;
}

.bannerscollection_zoominout.opportune .rightNav:hover {
  background: url("../images/skins/opportune/rightNavON.png") 0 0 no-repeat;
}

.bannerscollection_zoominout.opportune .bottomNav {
  position: absolute;
  width: 0px;
  height: 24px;
  bottom: -56px;
  z-index: 3;
  padding-left: 9px;
}

.bannerscollection_zoominout.opportune .bottomNavButtonOFF {
  float: left;
  display: block;
  width: 12px;
  height: 12px;
  background: url("../images/skins/opportune/bottomNavOFF.png") 0 0 no-repeat;
  padding-left: 6px;
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

.bannerscollection_zoominout.opportune .bottomNavButtonON {
  float: left;
  display: block;
  width: 12px;
  height: 12px;
  padding-left: 6px;
  background: url("../images/skins/opportune/bottomNavON.png") 0 0 no-repeat;
  cursor: pointer;
}

.bannerscollection_zoominout.opportune .bottomOverThumb {
  position: absolute;
  width: 88px;
  height: 95px;
  background: url("../images/skins/opportune/bottomOverThumbBg.png") 0px 0px no-repeat;
  bottom: 25px;
  margin-left: -44px;
}

.bannerscollection_zoominout.opportune .innerBottomOverThumb {
  position: relative;
  width: 80px;
  height: 80px;
  margin: 4px 0 0 4px;
  overflow: hidden;
}

.bannerscollection_zoominout.opportune .bottomOverThumb img {}

.bannerscollection_zoominout.opportune .playOver {
  position: absolute;
  width: 73px;
  height: 73px;
  background: url("../images/skins/opportune/play_overOFF.png") 0 0 no-repeat;
  display: none;
  z-index: 4;
  cursor: pointer;
}

.bannerscollection_zoominout.opportune .playOver:hover {
  background: url("../images/skins/opportune/play_overON.png") 0 0 no-repeat;
  display: none;
  z-index: 4;
  cursor: pointer;
}

.bannerscollection_zoominout.opportune .play_pause {
  position: absolute;
  width: 5px;
  height: 10px;
  background: url("../images/skins/opportune/pause_off.png") no-repeat;
  z-index: 15;
}

.bannerscollection_zoominout.opportune .xplay {
  background: url("../images/skins/opportune/play_off.png") no-repeat;
}

/***majestic SKIN***/

.bannerscollection_zoominout.majestic .bannerControls {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 20;
  width: 100%;
}

.bannerscollection_zoominout.majestic .leftNav {
  position: absolute;
  left: 0px;
  width: 70px;
  height: 70px;
  background: url("skins/majestic/leftNavOFF.png") 0 0 no-repeat;
  cursor: pointer;
}

.bannerscollection_zoominout.majestic .leftNav:hover {
  background: url("skins/majestic/leftNavON.png") 0 0 no-repeat;
}

.bannerscollection_zoominout.majestic .rightNav {
  position: absolute;
  right: 0px;
  width: 70px;
  height: 70px;
  background: url("skins/majestic/rightNavOFF.png") 0 0 no-repeat;
  cursor: pointer;
}

.bannerscollection_zoominout.majestic .rightNav:hover {
  background: url("skins/majestic/rightNavON.png") 0 0 no-repeat;
}

.bannerscollection_zoominout.majestic .playOver {
  position: absolute;
  width: 73px;
  height: 73px;
  background: url("skins/majestic/play_overOFF.png") 0 0 no-repeat;
  display: none;
  z-index: 4;
  cursor: pointer;
}

.bannerscollection_zoominout.majestic .playOver:hover {
  background: url("skins/majestic/play_overON.png") 0 0 no-repeat;
  display: none;
  z-index: 4;
  cursor: pointer;
}

/* thumbs */

.bannerscollection_zoominout.majestic .thumbsHolderWrapper {
  position: absolute;
  height: 135px;
  width: 100%;
  overflow: hidden;
  padding: 0;
  z-index: 2;
}

.bannerscollection_zoominout.majestic .thumbsHolderVisibleWrapper {
  position: absolute;
  width: 100%;
  height: 135px;
  overflow: hidden;
}

.bannerscollection_zoominout.majestic .thumbsHolder {
  position: absolute;
}

.bannerscollection_zoominout.majestic .thumbsHolder_ThumbOFF {
  float: left;
  display: block;
  width: 107px;
  height: 60px;
  cursor: pointer;
}

.bannerscollection_zoominout.majestic .thumbsHolder_ThumbOFF img {
  position: relative;
}

.bannerscollection_zoominout.majestic .thumbsHolder_ThumbON {
  background: url("skins/majestic/thumbActiveArrow.png") center 0px no-repeat;
}

.bannerscollection_zoominout.majestic .thumbsHolder_ThumbON img {
  position: relative;
}

.bannerscollection_zoominout.majestic .carouselLeftNav {
  position: absolute;
  width: 16px;
  height: 135px;
  background: url("skins/majestic/carouselLeftNavOFF.png") 0 0 no-repeat;
  cursor: pointer;
}

.bannerscollection_zoominout.majestic .carouselLeftNav:hover {
  background: url("skins/majestic/carouselLeftNavON.png") 0 0 no-repeat;
}

.bannerscollection_zoominout.majestic .carouselLeftNavDisabled {
  background: url("skins/majestic/carouselLeftNavDisable.png") 0 0 no-repeat;
  cursor: default;
}

.bannerscollection_zoominout.majestic .carouselLeftNavDisabled:hover {
  background: url("skins/majestic/carouselLeftNavDisable.png") 0 0 no-repeat;
}

.bannerscollection_zoominout.majestic .carouselRightNav {
  position: absolute;
  width: 16px;
  height: 135px;
  background: url("skins/majestic/carouselRightNavOFF.png") 0 0 no-repeat;
  cursor: pointer;
}

.bannerscollection_zoominout.majestic .carouselRightNav:hover {
  background: url("skins/majestic/carouselRightNavON.png") 0 0 no-repeat;
}

.bannerscollection_zoominout.majestic .carouselRightNavDisabled {
  background: url("skins/majestic/carouselRightNavDisable.png") 0 0 no-repeat;
  cursor: default;
}

.bannerscollection_zoominout.majestic .carouselRightNavDisabled:hover {
  background: url("skins/majestic/carouselRightNavDisable.png") 0 0 no-repeat;
}

.bannerscollection_zoominout.majestic .play_pause {
  position: absolute;
  width: 5px;
  height: 10px;
  background: url("skins/majestic/pause_off.png") no-repeat;
  z-index: 15;
}

.bannerscollection_zoominout.majestic .xplay {
  background: url("skins/majestic/play_off.png") no-repeat;
}

/***generous SKIN***/

.bannerscollection_zoominout.generous .bannerControls {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 20;
  width: 100%;
}

.bannerscollection_zoominout.generous .leftNav {
  position: absolute;
  left: 0px;
  margin-top: -16px;
  width: 60px;
  height: 110px;
  background: url("skins/generous/leftNavOFF.png") 0 0 no-repeat;
  cursor: pointer;
}

.bannerscollection_zoominout.generous .leftNav:hover {
  background: url("skins/generous/leftNavON.png") 0 0 no-repeat;
}

.bannerscollection_zoominout.generous .rightNav {
  position: absolute;
  right: 0px;
  margin-top: -16px;
  width: 60px;
  height: 110px;
  background: url("skins/generous/rightNavOFF.png") 0 0 no-repeat;
  cursor: pointer;
}

.bannerscollection_zoominout.generous .rightNav:hover {
  background: url("skins/generous/rightNavON.png") 0 0 no-repeat;
}

.bannerscollection_zoominout.generous .playOver {
  position: absolute;
  width: 73px;
  height: 73px;
  background: url("skins/generous/play_overOFF.png") 0 0 no-repeat;
  display: none;
  z-index: 4;
  cursor: pointer;
}

.bannerscollection_zoominout.generous .playOver:hover {
  background: url("skins/generous/play_overON.png") 0 0 no-repeat;
  display: none;
  z-index: 4;
  cursor: pointer;
}

/* thumbs */

.bannerscollection_zoominout.generous .thumbsHolderWrapper {
  position: absolute;
  background: url("skins/generous/thumbsBg.png") repeat-x;
  height: 110px;
  width: 100%;
  z-index: 2;
  overflow: hidden;
}

.bannerscollection_zoominout.generous .thumbsHolderVisibleWrapper {
  position: absolute;
  width: 100%;
  height: 110px;
  overflow: hidden;
}

.bannerscollection_zoominout.generous .thumbsHolder {
  position: absolute;
}

.bannerscollection_zoominout.generous .thumbsHolder_ThumbOFF {
  float: left;
  display: block;
  width: 110px;
  height: 65px;
  cursor: pointer;
}

.bannerscollection_zoominout.generous .thumbsHolder_ThumbOFF a img, .thumbsHolder_ThumbOFF a {
  border: none;
  overflow: hidden;
  float: left;
}

.bannerscollection_zoominout.generous .thumbsHolder_ThumbOFF a:hover {
  border: #F00 2px solid;
}

.bannerscollection_zoominout.generous .thumbsHolder_ThumbOFF a:hover img {
  margin: -2px;
}

.bannerscollection_zoominout.generous .thumbsHolder_ThumbOFF img {
  position: relative;
}

.bannerscollection_zoominout.generous .thumbsHolder_ThumbON {
  background: url("skins/generous/thumbActiveArrow.png") center 0px no-repeat;
}

.bannerscollection_zoominout.generous .thumbsHolder_ThumbON a img, .thumbsHolder_ThumbON a {
  border: none;
  overflow: hidden;
  float: left;
}

.bannerscollection_zoominout.generous .thumbsHolder_ThumbON a:hover {
  border: #F00 3px solid;
}

.bannerscollection_zoominout.generous .thumbsHolder_ThumbON a:hover img {
  margin: -3px;
}

.bannerscollection_zoominout.generous .carouselLeftNav {
  position: absolute;
  width: 44px;
  height: 110px;
  background: url("skins/generous/carouselLeftNavOFF.png") 0 0 no-repeat;
  cursor: pointer;
}

.bannerscollection_zoominout.generous .carouselLeftNav:hover {
  background: url("skins/generous/carouselLeftNavON.png") 0 0 no-repeat;
}

.bannerscollection_zoominout.generous .carouselLeftNavDisabled {
  background: url("skins/generous/carouselLeftNavDisable.png") 0 0 no-repeat;
  cursor: default;
}

.bannerscollection_zoominout.generous .carouselLeftNavDisabled:hover {
  background: url("skins/generous/carouselLeftNavDisable.png") 0 0 no-repeat;
}

.bannerscollection_zoominout.generous .carouselRightNav {
  position: absolute;
  width: 44px;
  height: 110px;
  background: url("skins/generous/carouselRightNavOFF.png") 0 0 no-repeat;
  cursor: pointer;
}

.bannerscollection_zoominout.generous .carouselRightNav:hover {
  background: url("skins/generous/carouselRightNavON.png") 0 0 no-repeat;
}

.bannerscollection_zoominout.generous .carouselRightNavDisabled {
  background: url("skins/generous/carouselRightNavDisable.png") 0 0 no-repeat;
  cursor: default;
}

.bannerscollection_zoominout.generous .carouselRightNavDisabled:hover {
  background: url("skins/generous/carouselRightNavDisable.png") 0 0 no-repeat;
}

.bannerscollection_zoominout.generous .play_pause {
  position: absolute;
  width: 5px;
  height: 10px;
  background: url("skins/generous/pause_off.png") no-repeat;
  z-index: 15;
}

.bannerscollection_zoominout.generous .xplay {
  background: url("skins/generous/play_off.png") no-repeat;
}

/*
.lbg_inner_div {
	padding:0px 4px 0px 4px;
}

.lbg_inner_div img {
	padding:0px 0px 0px 0px;
}*/

.bannerscollection_zoominout.opportune .rightNav:before {
  content: "\f105";
  font-family: 'FontAwesome';
  color: #fff !important;
  font-size: 53px;
}

.bannerscollection_zoominout.opportune .leftNav:before {
  content: "\f104";
  font-family: 'FontAwesome';
  color: #fff !important;
  font-size: 53px;
}

.bannerscollection_zoominout.opportune .rightNav, .bannerscollection_zoominout.opportune .leftNav, .bannerscollection_zoominout.opportune .rightNav:hover, .bannerscollection_zoominout.opportune .leftNav:hover {
  text-align: center;
  background-image: none
}

.bannerscollection_zoominout.opportune .bottomNavButtonOFF {
  background-image: none;
  transform: rotate(45deg);
  -webkit-transform: rotate(45eg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  background-color: rgba(255, 255, 255, 0);
  padding-left: 0;
  margin-left: 5px;
  margin-right: 5px;
  border: solid 1px #fff
}

.bottomNav {
  width: 100% !important
}

.bannerscollection_zoominout.opportune .bottomNav {
  padding: 0
}

.bannerscollection_zoominout.opportune .bottomNavButtonON {
  background-color: rgba(255, 255, 255, 1);
}

.bannerscollection_zoominout.opportune .bottomNavButtonOFF, .bannerscollection_zoominout.opportune .bottomNavButtonON {
  width: 9px;
  height: 9px;
  float: inherit;
  display: inline-block
}

.bottomNav {
  width: 100% !important;
  left: 0 !important;
  text-align: center
}

/*********************************Text Styles***************************************************/

.bannerscollection_zoominout_texts {
  position: absolute;
  z-index: 2;
  display: none;
  width: 100%;
}

.bannerscollection_zoominout_text_line {
  position: absolute;
}

/****/

.hideElement {
  display: none;
}

/*
.noTransition {
	-moz-transition:none;
	-webkit-transition:none;
	-o-transition:color 0 ease-in;
	transition:none;
	-webkit-transform:none;
	-moz-transform:none;
	-o-transform:none;
	transform:none;
}*/

.bannerscollection_zoominout.opportune .bottomNav {
  bottom: 0;
  margin-top: -37px !Important;
  z-index: 3;
}

@media screen and (max-width: 1024px) {
  .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    padding-left: 5px;
    padding-right: 5px;
  }
  .bannerscollection_zoominout.opportune .bannerControls {
    display: block !important;
  }
  .rightNav:hover {
    opacity: 1
  }
  .leftNav:hover {
    opacity: 1
  }
  .rightNav {
    opacity: .3
  }
  .leftNav {
    opacity: .3
  }
}

.gradient {
  background: rgba(76, 76, 76, 0);
  background: -moz-linear-gradient(top, rgba(76, 76, 76, 0) 0%, rgba(19, 19, 19, 0.75) 82%, rgba(19, 19, 19, 0.77) 84%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(76, 76, 76, 0)), color-stop(82%, rgba(19, 19, 19, 0.75)), color-stop(84%, rgba(19, 19, 19, 0.77)));
  background: -webkit-linear-gradient(top, rgba(76, 76, 76, 0) 0%, rgba(19, 19, 19, 0.75) 82%, rgba(19, 19, 19, 0.77) 84%);
  background: -o-linear-gradient(top, rgba(76, 76, 76, 0) 0%, rgba(19, 19, 19, 0.75) 82%, rgba(19, 19, 19, 0.77) 84%);
  background: -ms-linear-gradient(top, rgba(76, 76, 76, 0) 0%, rgba(19, 19, 19, 0.75) 82%, rgba(19, 19, 19, 0.77) 84%);
  background: linear-gradient(to bottom, rgba(76, 76, 76, 0) 0%, rgba(19, 19, 19, 0.75) 82%, rgba(19, 19, 19, 0.77) 84%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4c4c4c', endColorstr='#131313', GradientType=0);
  height: 50px;
  width: 100%;
  position: absolute;
  bottom: 0
}

.rate-site .item {
  position: relative
}

.rate-site .hotel-description {
  background: transparent
}

.hotel-description img {
  display: inline;
  padding-right: 30px
}

.fromnight {
  margin-top: 10px
}

.set1 {
  padding: 0 2% 0 10%
}

.set2 {
  padding: 0 10% 0 2%
}

/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */

.owl-carousel, .owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative
}

.owl-carousel {
  display: none;
  width: 100%;
  z-index: 1
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  -moz-backface-visibility: hidden
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-item, .owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-item {
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%
}

.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
  display: none
}

.no-js .owl-carousel, .owl-carousel.owl-loaded {
  display: block
}

.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block
}

.owl-carousel.owl-hidden {
  opacity: 0
}

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden
}

.owl-carousel.owl-drag .owl-item {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab
}

.owl-carousel.owl-rtl {
  direction: rtl
}

.owl-carousel.owl-rtl .owl-item {
  float: right
}

.owl-carousel .animated {
  animation-duration: 1s;
  animation-fill-mode: both
}

.owl-carousel .owl-animated-in {
  z-index: 0
}

.owl-carousel .owl-animated-out {
  z-index: 1
}

.owl-carousel .fadeOut {
  animation-name: fadeOut
}

@keyframes fadeOut {
  0% {
    opacity: 1
  }
  100% {
    opacity: 0
  }
}

.owl-height {
  transition: height .5s ease-in-out
}

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity .4s ease
}

.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d
}

.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #0a1727
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(owl.video.play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform .1s ease
}

.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3)
}

.owl-carousel .owl-video-playing .owl-video-play-icon, .owl-carousel .owl-video-playing .owl-video-tn {
  display: none
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity .4s ease
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%
}

.owl-carousel.banner-center .owl-item img {
  display: inline;
  width: auto
}

/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */

.owl-theme .owl-dots, .owl-theme .owl-nav {
  text-align: center;
  -webkit-tap-highlight-color: transparent
}

.owl-theme .owl-nav {
  margin-top: 10px
}

.owl-theme .owl-nav [class*=owl-] {
  color: #ce8034;
  font-size: 46px;
  margin: 5px;
  padding: 4px 7px;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px
}

.owl-theme .owl-nav [class*=owl-]:hover {
  color: #ce8034;
  text-decoration: none
}

.banner-center.owl-theme .owl-nav [class*=owl-], .banner-center.owl-theme .owl-nav [class*=owl-]:hover {
  color: #fff
}

.owl-theme .owl-nav .disabled {
  opacity: .1;
  cursor: default
}

.owl-theme .owl-nav.disabled+.owl-dots {
  margin-top: 10px
}

.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1
}

.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 3px;
  background: #D6D6D6;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity .2s ease;
  border-radius: 30px
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #14345a
}

/*important */

.owl-carousel .item, .item {
  height: 100% !important
}

.item, .owl-stage-outer.owl-height {
  width: 100% !important;
  height: 100% !Important
}

/**/

.owl-prev:before {
  content: "\f104";
  font-family: 'FontAwesome';
}

.owl-next:before {
  content: "\f105";
  font-family: 'FontAwesome';
}

.banner-center .owl-prev:before {
  text-shadow: 1px 1px 2px #0a1727;
}

.banner-center .owl-next:before {
  text-shadow: 1px 1px 2px #0a1727;
}

.owl-theme.owl-notcenter .owl-nav {
  position: absolute;
  top: 40%;
  margin-top: -20px;
  width: 100%
}

.owl-theme .owl-nav {
  position: absolute;
  top: 50%;
  margin-top: -20px;
  width: 100%
}

.owl-prev {
  position: absolute;
  left: -5%
}

.owl-next {
  position: absolute;
  right: -5%
}

.owl-carousel {
  width: 100%;
  margin: 0%
}

.banner-center .owl-prev {
  position: absolute;
  left: 3%
}

.banner-center .owl-next {
  position: absolute;
  right: 3%
}

@media screen and (max-width: 992px) {
  .owl-prev {
    position: absolute;
    left: 0%
  }
  .owl-next {
    position: absolute;
    right: 0%
  }
  .owl-theme .owl-nav [class*=owl-] {
    color: #fff;
  }
}

@media screen and (max-width: 414px) {
  .content-wrapper2 {
    padding: 30px 0 50px 0
  }
  .owl-theme.owl-notcenter .owl-nav {
    position: absolute;
    top: 24%;
    margin-top: -20px;
    width: 100%
  }
  .owl-theme .owl-nav [class*=owl-] {
    font-size: 32px;
  }
}

/*.owl-item, .item {
	height: 100vh;
}
*/

.property-name a {
  color: #0a1727
}

.property-name a:hover, .property-name strong {
  color: #ce8034
}

.property-name {
  text-align: left;
  font-size: 15px;
  color: #666
}

.property-name [class*="col-"] {
  padding-left: 0px;
  padding-right: 0px
}

.nopadding [class*="col-"] {
  padding-left: 0px;
  padding-right: 0px
}

.nopadding-5 [class*="col-"] {
  padding-left: 5px;
  padding-right: 5px
}

.nopadding-5 .row {
  margin-right: -5px;
  margin-left: -5px;
}

.cover-img {
  position: relative;
  margin-top: 10px
}

.cover-img img {
  -webkit-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 1);
  -moz-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 1);
  box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 1);
}

.property-name strong {
  font-size: 16px;
  text-transform: uppercase
}

.star .fa, .star2 .fa {
  color: #0a1727;
  padding: 0 2px
}

.star .fa:hover, .star2 .fa:hover {
  color: #ce8034
}

.star2 .fa.fa-star-o {
  color: #808080;
  padding: 0 5px
}

.star2 .fa {
  color: #ce8034;
}

.top-right {
  position: absolute;
  top: 10px;
  right: 10px
}

.top-right.fa-heart {
  font-size: 20px;
  color: #ce8034;
  text-shadow: 0px 0px 2px rgba(255, 255, 255, 0.6);
}

.top-right.fa-heart-o {
  font-size: 20px;
  color: #fff;
  text-shadow: 0px 0px 2px rgba(255, 255, 255, 0.6);
}

.grid {
  position: relative;
  clear: both;
  margin: 0 auto;
  list-style: none;
}

/* Common style */

.grid figure {
  position: relative;
  overflow: hidden;
  height: auto;
  margin-bottom: 20px
}

.grid figure img {
  position: relative;
  display: block;
  min-height: 100%;
  max-width: 100%;
  /*opacity: 0.8;*/
}

.grid figure figcaption {
  color: #fff;
  padding: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.grid figure figcaption::before, .grid figure figcaption::after {
  pointer-events: none;
}

.grid figure figcaption, .grid figure figcaption>a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Anchor will cover the whole item by default */

/* For some effects it will show as a button */

.grid figure figcaption>a {
  z-index: 4;
  text-indent: 200%;
  white-space: nowrap;
  font-size: 0;
  opacity: 0;
}

.grid figure h2 {}

.grid figure h2 span {}

.grid figure h2, .grid figure p {
  margin: 0;
}

.grid figure p {
  font-size: 90%;
}

.grid figure p span {
  text-transform: uppercase
}

/* Individual effects */

/*---------------*/

/***** Julia *****/

/*---------------*/

figure.effect-julia img {
  -webkit-transition: opacity 1s, -webkit-transform 1s;
  transition: opacity 1s, transform 1s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

figure.effect-julia figcaption {}

figure.effect-julia figcaption div {}

figure.effect-julia h2 {
  position: relative;
  padding-bottom: 10px;
}

figure.effect-julia:hover img {
  -webkit-transition: opacity 5s, -webkit-transform 5s;
  transition: opacity 5s, transform 5s;
  -webkit-transform: scale3d(1.1, 1.1, 1);
  transform: scale3d(1.1, 1.1, 1);
}

figure.effect-julia:hover {}

figure.effect-julia:hover p {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

figure.effect-julia button {
  margin-top: 15px
}

/*---------------*/

/***** Bubba *****/

/*---------------*/

figure.effect-bubba {
  background: #0a1727;
}

figure.effect-bubba img {
  opacity: 0.9;
}

figure.effect-bubba:hover img {
  opacity: 0.4;
}

figure.effect-bubba figcaption::before, figure.effect-bubba figcaption::after {
  position: absolute;
  top: 7px;
  right: 7px;
  bottom: 7px;
  left: 7px;
  content: '';
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
}

figure.effect-bubba figcaption::before {
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}

figure.effect-bubba figcaption::after {
  border-right: 2px solid #fff;
  border-left: 2px solid #fff;
  -webkit-transform: scale(1, 0);
  transform: scale(1, 0);
}

figure.effect-bubba h2 {
  margin: 0;
  padding: 0;
  font-size: 70px
}

figure.effect-bubba figcaption::before, figure.effect-bubba figcaption::after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

/*---------------*/

/***** Lily *****/

/*---------------*/

/*figure.effect-lily img {
	max-width: none;
	width: -webkit-calc(100% + 10px);
	width: calc(100% + 10px);
	opacity: 0.7;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(-10px, 0, 0);
	transform: translate3d(-10px, 0, 0);
}*/

figure.effect-lily figcaption {
  text-align: left;
}

figure.effect-lily figcaption>div {
  position: absolute;
  bottom: 20px;
  left: 0;
  width: 100%;
}

figure.effect-lily h2, figure.effect-lily p {
  -webkit-transform: translate3d(0, 10px, 0);
  transform: translate3d(0, 10px, 0);
}

figure.effect-lily h2 {
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
}

figure.effect-lily p {
  color: rgba(255, 255, 255, 0.8);
  padding-left: 20px;
  -webkit-transition: opacity 0.2s, -webkit-transform 0.35s;
  transition: opacity 0.2s, transform 0.35s;
}

figure.effect-lily:hover img, figure.effect-lily:hover p {
  opacity: 1;
}

figure.effect-lily:hover img, figure.effect-lily:hover h2, figure.effect-lily:hover p {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

figure.effect-lily a {
  color: #fff
}

@media screen and (min-width:993px) {
  figure.effect-lily:hover p {
    -webkit-transition-delay: 0.05s;
    transition-delay: 0.05s;
    -webkit-transition-duration: 0.35s;
    transition-duration: 0.35s;
  }
}

.owl-carousel .owl-item figure.effect-lily img {
  opacity: 1;
  /*width: inherit;*/
}

.new-content section {
  margin: 6% 0;
  width: 100%;
  float: left
}

.new-content.hold section {
  margin: 4% 0 1% 0;
}

.new-content.similar {
  padding-bottom: 8%
}

.blog2 {
  background-color: #14345a;
  color: #fff;
  padding: 5%;
  min-height: 72px;
  text-transform: uppercase;
  font-size: 20px;
  border-radius: 10px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.blog2:hover {
  background-color: #ce8034;
}

.register-team {
  background-color: #F9E4E4;
  padding: 5% 0
}

.join-team h3 {
  font-size: 60px;
  margin: 5% 0 20px 0;
  line-height: 30px;
  text-shadow: 2px 1px #fff
}

.join-team input {
  width: 100%
}

.join-team button {
  width: 100%
}

.private-villa {
  background-size: cover !important;
  min-height: 570px;
  margin: 4px 0 2px 0
}

.bg-villa {
  background: url(../images/img-villa1.jpg) center no-repeat;
}

.bg-enjoy {
  background: url(../images/img-enjoy.jpg) center no-repeat;
}

.bg-spa {
  background: url(../images/img-enjoy-spa.jpg) top no-repeat;
}

.box {
  width: 33%;
  position: absolute;
  margin-top: 11%;
  left: 5%;
  padding: 5% 5% 3% 5% !important;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 20px;
  -moz-box-shadow: 0px 0px 3px 3px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 0px 3px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 3px 3px rgba(0, 0, 0, 0.2);
}

.bg-enjoy .box {
  width: 43%;
  margin-top: 13%;
  padding: 8% 5% 3% 5% !important;
}

.bg-spa .box {
  width: 43%;
  margin-top: 11%;
  left: inherit;
  right: 5%;
  margin-top: 13%;
  padding: 8% 5% 3% 5% !important;
}

.private-text {
  position: absolute;
  margin-top: 5%;
  z-index: 1
}

.bg-enjoy .private-text {
  left: 5%
}

.bg-spa .private-text {
  left: inherit;
  right: 5%
}

.private-villa .container {
  position: relative
}

/*
 *  Remodal - v1.1.1
 *  Responsive, lightweight, fast, synchronized with CSS animations, fully customizable modal window plugin with declarative configuration and hash tracking.
 *  http://vodkabears.github.io/remodal/
 *
 *  Made by Ilya Makarov
 *  Under MIT License
 */

/* ==========================================================================
   Remodal's necessary styles
   ========================================================================== */

/* Hide scroll bar */

html.remodal-is-locked {
  /*  -ms-touch-action: none;
  touch-action: none;*/
}

/* Anti FOUC */

.remodal, [data-remodal-id] {
  display: none;
}

/* Necessary styles of the overlay */

.remodal-overlay {
  position: fixed;
  z-index: 9999;
  top: -5000px;
  right: -5000px;
  bottom: -5000px;
  left: -5000px;
  display: none;
}

/* Necessary styles of the wrapper */

.remodal-wrapper {
  position: fixed;
  z-index: 10000;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 5px !important
}

.remodal-wrapper:after {
  display: inline-block;
  height: 100%;
  margin-left: -0.05em;
  content: "";
}

/* Fix iPad, iPhone glitches */

.remodal-overlay, .remodal-wrapper {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* Necessary styles of the modal dialog */

.remodal {
  position: relative;
  outline: none;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

.remodal-is-initialized {
  /* Disable Anti-FOUC */
  display: inline-block;
}

/*
 *  Remodal - v1.1.1
 *  Responsive, lightweight, fast, synchronized with CSS animations, fully customizable modal window plugin with declarative configuration and hash tracking.
 *  http://vodkabears.github.io/remodal/
 *
 *  Made by Ilya Makarov
 *  Under MIT License
 */

/* ==========================================================================
   Remodal's default mobile first theme
   ========================================================================== */

/* Default theme styles for the background */

.remodal-bg.remodal-is-opening, .remodal-bg.remodal-is-opened {
  -webkit-filter: blur(3px);
  filter: blur(3px);
}

/* Default theme styles of the overlay */

.remodal-black .remodal-overlay {
  background: rgba(0, 0, 0, 0.92);
}

.remodal-overlay {
  background: rgba(0, 0, 0, 0.7);
}

.remodal-overlay.remodal-is-opening, .remodal-overlay.remodal-is-closing {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.remodal-overlay.remodal-is-opening {
  -webkit-animation-name: remodal-overlay-opening-keyframes;
  animation-name: remodal-overlay-opening-keyframes;
}

.remodal-overlay.remodal-is-closing {
  -webkit-animation-name: remodal-overlay-closing-keyframes;
  animation-name: remodal-overlay-closing-keyframes;
}

/* Default theme styles of the wrapper */

.remodal-wrapper {
  padding: 0;
}

/* Default theme styles of the modal dialog */

.remodal {
  box-sizing: border-box;
  width: 100%;
  margin-bottom: 0px;
  padding: 8px;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  color: #ce8034;
}

.remodal-white {
  background: #fff;
  border-radius: 5px;
}

.remodal-white-padding {
  background: #fff;
  border-radius: 5px;
}

.remodal-radius {
  border-radius: 8px !important
}

.remodal.remodal-is-opening, .remodal.remodal-is-closing {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.remodal.remodal-is-opening {
  -webkit-animation-name: remodal-opening-keyframes;
  animation-name: remodal-opening-keyframes;
}

.remodal.remodal-is-closing {
  -webkit-animation-name: remodal-closing-keyframes;
  animation-name: remodal-closing-keyframes;
}

/* Vertical align of the modal dialog */

.remodal, .remodal-wrapper:after {
  vertical-align: middle;
}

/* Close button */

.remodal-close button {
  box-shadow: none !important
}

.remodal-close {
  position: absolute;
  top: -42px;
  right: 0;
  display: block;
  overflow: visible;
  width: 35px;
  height: 35px;
  margin: 0;
  padding: 0;
  cursor: pointer;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
  text-decoration: none;
  color: #fff;
  border: 0;
  outline: 0;
  background: transparent;
  box-shadow: none
}

[data-remodal-id="account-signin"] .remodal-close {
  position: absolute;
  top: -26px;
  right: 8px;
}

.remodal-close:hover, .remodal-close:focus {
  color: #ce8034;
}

.remodal-close:before {
  font-family: 'FontAwesome';
  font-size: 22px;
  line-height: 35px;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 35px;
  content: url(../images/close.png);
  text-align: center;
}

/* Dialog buttons */

.remodal-confirm, .remodal-cancel {
  font: inherit;
  display: inline-block;
  overflow: visible;
  min-width: 110px;
  margin: 0;
  padding: 12px 0;
  cursor: pointer;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  border: 0;
  outline: 0;
}

.remodal-confirm {
  color: #fff;
  background: #81c784;
}

.remodal-confirm:hover, .remodal-confirm:focus {
  background: #66bb6a;
}

.remodal-cancel {
  color: #fff;
  background: #e57373;
}

.remodal-cancel:hover, .remodal-cancel:focus {
  background: #ef5350;
}

/* Remove inner padding and border in Firefox 4+ for the button tag. */

.remodal-confirm::-moz-focus-inner, .remodal-cancel::-moz-focus-inner, .remodal-close::-moz-focus-inner {
  padding: 0;
  border: 0;
}

/* Keyframes
   ========================================================================== */

@-webkit-keyframes remodal-opening-keyframes {
  from {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    opacity: 0;
  }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0);
  }
}

@keyframes remodal-opening-keyframes {
  from {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    opacity: 0;
  }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0);
  }
}

@-webkit-keyframes remodal-closing-keyframes {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  to {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    opacity: 0;
    -webkit-filter: blur(0);
    filter: blur(0);
  }
}

@keyframes remodal-closing-keyframes {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  to {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    opacity: 0;
    -webkit-filter: blur(0);
    filter: blur(0);
  }
}

@-webkit-keyframes remodal-overlay-opening-keyframes {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes remodal-overlay-opening-keyframes {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@-webkit-keyframes remodal-overlay-closing-keyframes {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@keyframes remodal-overlay-closing-keyframes {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

/* Media queries
   ========================================================================== */

@media only screen and (min-width: 641px) {
  .remodal {
    max-width: 700px;
  }
  [data-remodal-id="thank-review"] {
    max-width: 500px;
  }
  [data-remodal-id="reservation-calendar"] {
    max-width: 370px;
  }
}

@media only screen and (max-width:992px) {
  .remodal {
    max-width: 100%;
  }
  [data-remodal-id="reservation-calendar"] {
    max-width: 320px;
  }
  [data-remodal-id="account-signin"] {
    max-width: 700px;
  }
  [data-remodal-id="search-option"] .remodal-close {
    position: absolute;
    top: 5px;
    right: 5px;
  }
  [data-remodal-id="search-option"] {
    padding: 50px 35px 20px 35px !important;
    color: #fff !important
  }
  [data-remodal-id="search-option"] {
    float: left
  }
  [data-remodal-id="search-option"] .btn-default {
    border: 0 0 1px 0;
    border-color: #fff;
  }
}

[data-remodal-id="save-password"] {
  max-width: 450px;
}

@media only screen and (min-width: 768px) {
  [data-remodal-id="writereview-addphoto"] {
    padding: 30px
  }
}

[data-remodal-id="thank-review"] .border-cover button {
  padding: 7px 35px;
}

[data-remodal-id="reservation"] {
  padding: 25px;
}

/* IE8
   ========================================================================== */

.lt-ie9 .remodal-overlay {
  background: #ce8034;
}

.lt-ie9 .remodal {
  width: 700px;
}

/*boothstrap*/

.h4, h4 {
  font-size: 15px;
  padding-bottom: 10px;
}

.btn-group-lg>.btn, .btn-lg {
  padding: 10px 20px;
  font-size: 20px;
  line-height: 1.3333333;
  border-radius: 6px;
}

.dropdown-menu {
  min-width: 120px
}

label {
  font-size: 13px;
  font-weight: 400;
  color: #ce8034;
  font-family: 'Montserrat', Arial, Helvetica, sans-serif
}

.form-control {
  border: 1px solid #14345a
}

.form-control {
  height: 36px
}

.site-cover .navbar-header .navbar-brand {
  padding: 0
}

.more-gallery i {
  font-size: 50px;
  line-height: 0px
}

.more-gallery {
  width: 33.8%;
  padding: 0;
  margin-top: 0;
  position: absolute;
  right: -13px;
  bottom: 2px;
}

.review-photo .more-gallery {
  position: absolute;
  right: -11px;
  bottom: 3px;
}

.more-gallery p {
  position: absolute;
  top: 38%;
  text-align: center;
  color: #fff;
  width: 100%;
  font-size: 20px
}

#lightgallery-popup li {
  width: 33.33%;
  float: left
}

.more-gallery a {
  color: #fff
}

.vertical-center, .vertical-center-15 {
  font-size: 0
}

.vertical-center [class*="col-"] {
  padding-left: 0px;
  padding-right: 0px;
  float: none;
  display: inline-block;
  vertical-align: middle;
}

.vertical-center-15 [class*="col-"] {
  padding-left: 15px;
  padding-right: 15px;
  float: none;
  display: inline-block;
  vertical-align: middle;
}

.vertical-center [class*="col-"] div, .vertical-center [class*="col-"] p, .font16 {
  font-size: 16px
}

.vertical-center-15 [class*="col-"] div, .vertical-center-15 [class*="col-"] p, .font16 {
  font-size: 16px
}

.facility h1 {
  font-size: 30px
}

.hrR ul {
  border-right: solid 1px #0a1727;
  padding: 0 8%
}

.bedroom .secondary {
  text-transform: lowercase;
  width: 80%
}

.bedroom .secondary a {
  color: #ce8034
}

.bedroom ul li {
  width: 25%;
  padding: 6px;
  float: left;
  text-align: center
}

.secondary.active {
  background: #ce8034;
  border-color: #ce8034
}

.secondary.active a {
  color: #fff
}

.rate {
  background-color: #f0f0f0
}

.type-rate {
  background-color: #fff;
  padding: 3%;
  margin: 3% 0
}

.type-rate .row {
  padding-bottom: 15px;
  margin: 0
}

.type-rate hr {
  margin: 0 0 16px 0
}

.type-rate b {
  font-size: 18px
}

.review h3 {
  margin: 0;
  padding: 0
}

.user2 {
  float: left;
  margin-top: -5px
}

.user-date {
  font-size: 14px;
}

.review-cover a {
  color: #ccc;
  font-size: 14px;
  text-decoration: underline;
  margin: 0 4px;
  font-weight: 300
}

.review-cover .active {
  color: #fff !important
}

.review-cover a.secondary, .review-cover .secondary {
  color: #ce8034;
  text-decoration: none
}

.review-cover .row {
  margin: 0
}

.review hr {
  border-color: #f0f0f0
}

.review-cover .row {
  border-bottom: solid 1px #f0f0f0;
  margin-bottom: 20px
}

.review-photo li, .review-photo .more-gallery {
  width: 25% !important
}

.button-review button {
  margin: 0 10px 10px 10px;
  width: 25%
}

.outer {
  display: table;
  position: absolute;
  height: 100%;
  width: 100%;
  text-align: center
}

.middle {
  display: table-cell;
  vertical-align: middle;
}

.inner {
  margin-left: auto;
  margin-right: auto;
  padding: 0 20px
}

.other li {
  width: 33.33%;
  padding: 10px;
  float: left
}

.other li img {
  width: 100%
}

/*tab*/

[data-remodal-id="account-signin"] {
  background-color: transparent;
  padding: 15px
}

.fb-button {
  max-width: 220px;
  margin: 8% auto 0 auto
}

.hrV {
  height: 70px;
  border-left: solid 1px #0a1727;
  margin: 10px 0 0 50%
}

ul.tabs {
  margin: 0px;
  padding: 0px;
  list-style: none;
  text-align: left;
  font-size: 0;
}

ul.tabs li {
  text-transform: uppercase;
  background: #fff;
  border-radius: 8px 8px 0 0;
  color: #222;
  display: inline-block;
  font-size: 15px;
  padding: 10px 15px;
  cursor: pointer;
  width: 50%;
  text-align: center;
  position: relative;
  top: 0px;
  color: #ce8034;
  font-weight: 600;
}

ul.tabs li:last-child {
  width: 49%;
  margin-left: 1%
}

ul.tabs li.current {
  color: #ce8034;
  position: relative;
  top: 0px;
  border-bottom: solid 5px #fff
}

.tab-content {
  background: #fff;
  border-radius: 0 0 5px 5px;
  display: none;
  padding: 15px;
  width: 100%;
}

.tab-content.current {
  display: inherit;
}

.border-cover {
  border: solid 3px #ce8034;
  float: left;
  width: 100%;
  padding: 40px 20px;
  color: #ce8034
}

.border-cover button {
  margin-top: 20px
}

hr.gray0 {
  margin: 0 0 6px 0;
  padding: 2px 0;
  border-bottom: #ccc;
  display: inline-table
}

.circle-arrange {
  border: solid 1px #ce8034;
  background-color: #fff;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  line-height: 35px
}

[data-remodal-id="search-option"] .circle-arrange {
  border: solid 1px #fff;
  background-color: #fff;
}

.disable .circle-arrange {
  cursor: auto;
  color: #ccc;
  border: solid 1px #ccc;
}

[data-remodal-id="search-option"] .guest input {
  color: #fff !important
}

[data-remodal-id="search-option"] input.checkbox-style[type=checkbox]+span:before {
  border-color: #fff;
}

[data-remodal-id="search-option"] input.checkbox-style[type=checkbox]:checked+span:before, [data-remodal-id="search-option"] input.checkbox-style[type=checkbox]:checked+span {
  color: #fff !important
}

.setwidth button {
  width: 100%
}

.guest input {
  width: 100%;
  border: 0 !important;
  height: 35px;
  text-align: center;
  padding: 0;
  font-size: 20px;
  background-color: transparent;
  font-weight: 600
}

.guest {
  padding: 0 15% 0 15%
}

.option-search .guest {
  padding: 0
}

.dropdown-menu {
  width: 100%
}

/*
.guest .disable {
	opacity: .2;
	cursor: auto
}*/

.guest small {
  width: 100%;
  display: inline-block
}

.guest .row {
  margin: 0 0 20px 0
}

.dropdown .secondary {
  font-size: 18px
}

.bedroom-list li {
  font-weight: bold
}

.bedroom-list li a {
  font-size: 17px;
  padding: 8px 0;
  width: 100%;
  display: inline-block
}

.bedroom-list li a:hover {
  color: #ce8034
}

.bedroom-list span {
  min-width: 20%;
  display: inline-block;
  text-align: center
}

.dropdown .caret {
  border: none;
  display: inline-table;
  margin-left: 10px
}

.dropdown .caret:before {
  content: "\f078";
  font-family: 'FontAwesome'
}

.dropdown.open .caret:before {
  content: "\f077"
}

.mtop5 {
  margin-top: 5px !important;
}

.mtop16 {
  margin-top: 16px !important;
}

.mtop15 {
  margin-top: 15px !important;
}

.mtop30 {
  margin-top: 30px !important;
}

.mtop40 {
  margin-top: 40px !important;
}

.mtop100 {
  margin-top: 100px !important;
}

.r10 {
  padding-right: 10%
}

.text-orange {
  color: #ce8034
}

.text16 {
  font-size: 16px
}

.text22 {
  font-size: 22px
}

.textgray {
  color: #888
}

.rsvn .dropdown-menu {
  top: 80%;
  border-top: 0;
  border-color: #ce8034;
  border-radius: 0 0 4px 4px
}

.rsvn label {
  width: 100%;
  display: inline-block
}

.rsvn input[type="text"] {
  width: 100%
}

.rsvn button.secondary {
  text-align: left
}

.dropdown .caret {
  float: right
}

button.disable {
  opacity: .3
}

input.btn-disable {
  color: #ccc
}

.fixedbottom {
  height: 50px;
  padding: 6px 0;
  position: fixed;
  bottom: 0;
  width: 100%;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.56);
  -moz-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.56);
  box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.56);
}

.content-wrapper2 {
  padding: 100px 0 50px 0
}

.ico-blue {
  display: none
}

.header-cover .ico-blue {
  display: inherit
}

.header-cover .ico-white {
  display: none
}

.header-cover .sb-icon-search {
  color: #ce8034
}

.accordion_in {
  background-color: #F6F6F6;
  border-radius: 8px
}

.smk_accordion {
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 20px;
}

.smk_accordion .accordion_in {
  position: relative;
  z-index: 10;
  margin-bottom: 20px;
  overflow: -webkit-paged-x;
  padding: 15px;
}

.accordion_example2.smk_accordion .accordion_in {
  position: relative;
  z-index: 10;
  margin-bottom: 0px;
  overflow: -webkit-paged-x;
  padding: 0px;
}

.smk_accordion .accordion_in .acc_head {
  font-weight: bold;
  position: relative;
  display: block;
  cursor: pointer;
}

.smk_accordion .accordion_in .acc_head .acc_icon_expand {
  display: block;
  width: 18px;
  height: 18px;
  position: absolute;
  left: 10px;
  top: 50%;
  margin-top: -9px;
  background: url(../images/plusminus.png) center 0;
}

/**
 * --------------------------------------------------------------
 * Content
 * --------------------------------------------------------------
*/

.acc_content {
  display: none
}

.smk_accordion .accordion_in .acc_content {
  padding: 20px 18px 3px 18px;
}

.smk_accordion .accordion_in .acc_content h1:first-of-type, .smk_accordion .accordion_in .acc_content h2:first-of-type, .smk_accordion .accordion_in .acc_content h3:first-of-type, .smk_accordion .accordion_in .acc_content h4:first-of-type, .smk_accordion .accordion_in .acc_content h5:first-of-type, .smk_accordion .accordion_in .acc_content h6:first-of-type {
  margin-top: 5px;
}

/**
 * --------------------------------------------------------------
 * General
 * --------------------------------------------------------------
 */

.smk_accordion .accordion_in:first-of-type, .smk_accordion .accordion_in:first-of-type .acc_head {}

.smk_accordion .accordion_in:last-of-type, .smk_accordion .accordion_in:last-of-type .acc_content {}

.smk_accordion .accordion_in.acc_active>.acc_content {
  display: block;
}

.smk_accordion .accordion_in.acc_active>.acc_head {}

.smk_accordion .accordion_in.acc_active>.acc_head .acc_icon_expand {}

.smk_accordion.acc_with_icon .accordion_in .acc_head, .smk_accordion.acc_with_icon .accordion_in .acc_content {
  padding-left: 40px;
}

.acc_head span {
  border: solid 1px #ce8034;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  line-height: 30px;
  display: inline-block;
  text-align: center;
  margin-right: 10px
}

/*!
 * Bootstrap-select v1.6.4 (http://silviomoreto.github.io/bootstrap-select)
 *
 * Copyright 2013-2015 bootstrap-select
 * Licensed under MIT (https://github.com/silviomoreto/bootstrap-select/blob/master/LICENSE)
 */

.bootstrap-select {
  width: 220px \0;
  /* IE9 and below */
}

.bootstrap-select>.btn {
  width: 100%;
  padding-right: 25px;
}

.has-error .bootstrap-select .dropdown-toggle, .error .bootstrap-select .dropdown-toggle {
  border-color: #b94a48;
}

.bootstrap-select.fit-width {
  width: auto !important;
}

.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
  width: 220px;
}

.bootstrap-select .btn:focus {
  outline: thin dotted #333333 !important;
  outline: 5px auto -webkit-focus-ring-color !important;
  outline-offset: -2px;
}

.bootstrap-select.form-control {
  margin-bottom: 0;
  padding: 0;
  border: none;
}

.bootstrap-select.form-control:not([class*="col-"]) {
  width: 100%;
}

.bootstrap-select.form-control.input-group-btn {
  z-index: auto;
}

.bootstrap-select.btn-group:not(.input-group-btn), .bootstrap-select.btn-group[class*="col-"] {
  float: none;
  display: inline-block;
  margin-left: 0;
}

.bootstrap-select.btn-group.dropdown-menu-right, .bootstrap-select.btn-group[class*="col-"].dropdown-menu-right, .row .bootstrap-select.btn-group[class*="col-"].dropdown-menu-right {
  float: right;
}

.form-inline .bootstrap-select.btn-group, .form-horizontal .bootstrap-select.btn-group, .form-group .bootstrap-select.btn-group {
  margin-bottom: 0;
}

.form-group-lg .bootstrap-select.btn-group.form-control, .form-group-sm .bootstrap-select.btn-group.form-control {
  padding: 0;
}

.form-inline .bootstrap-select.btn-group .form-control {
  width: 100%;
}

.bootstrap-select.btn-group>.disabled {
  cursor: not-allowed;
}

.bootstrap-select.btn-group>.disabled:focus {
  outline: none !important;
}

.bootstrap-select.btn-group .btn .filter-option {
  display: inline-block;
  overflow: hidden;
  width: 100%;
  text-align: left;
}

.bootstrap-select.btn-group .btn .caret {
  position: absolute;
  top: 30%;
  right: 24px;
  margin-top: -7px;
  vertical-align: middle;
  z-index: 9999
}

.bootstrap-select.btn-group[class*="col-"] .btn {
  width: 100%;
}

.bootstrap-select.btn-group .dropdown-menu {
  min-width: 100%;
  z-index: 1035;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.bootstrap-select.btn-group .dropdown-menu.inner {
  position: static;
  float: none;
  border: 0;
  padding: 0;
  margin: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.bootstrap-select.btn-group .dropdown-menu li {
  padding-bottom: 0 !important;
  position: relative;
}

.bootstrap-select.btn-group .dropdown-menu li.dropdown-header {
  cursor: default;
}

.bootstrap-select.btn-group .dropdown-menu li.active small {
  color: #fff;
}

.bootstrap-select.btn-group .dropdown-menu li.disabled a {
  cursor: not-allowed;
}

.bootstrap-select.btn-group .dropdown-menu li a {
  cursor: pointer;
}

.bootstrap-select.btn-group .dropdown-menu li a.opt {
  position: relative;
  padding-left: 2.25em;
}

.bootstrap-select.btn-group .dropdown-menu li a span.check-mark {
  display: none;
}

.bootstrap-select.btn-group .dropdown-menu li a span.text {
  display: inline-block;
  font-size: 17px
}

.bootstrap-select.btn-group .dropdown-menu li small {
  padding-left: 0.5em;
}

.bootstrap-select.btn-group .dropdown-menu li .media {
  display: inline-block;
}

.bootstrap-select.btn-group .dropdown-menu li .media-body {
  vertical-align: middle;
  white-space: normal;
}

.bootstrap-select.btn-group .dropdown-menu .notify {
  position: absolute;
  bottom: 5px;
  width: 96%;
  margin: 0 2%;
  min-height: 26px;
  padding: 3px 5px;
  background: #f5f5f5;
  border: 1px solid #e3e3e3;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  pointer-events: none;
  opacity: 0.9;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.bootstrap-select.btn-group .no-results {
  padding: 3px;
  background: #f5f5f5;
  margin: 0 5px;
}

.bootstrap-select.btn-group.fit-width .btn .filter-option {
  position: static;
}

.bootstrap-select.btn-group.fit-width .btn .caret {
  position: static;
  top: auto;
  margin-top: -1px;
}

.bootstrap-select.btn-group.show-tick .dropdown-menu li.selected a span.check-mark {
  position: absolute;
  display: inline-block;
  right: 15px;
  margin-top: 5px;
}

.bootstrap-select.btn-group.show-tick .dropdown-menu li a span.text {
  margin-right: 34px;
}

.bootstrap-select.show-menu-arrow.open>.btn {
  z-index: 1036;
}

.bootstrap-select.show-menu-arrow .dropdown-toggle:before {
  content: '';
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid rgba(204, 204, 204, 0.2);
  position: absolute;
  bottom: -4px;
  left: 9px;
  display: none;
}

.bootstrap-select.show-menu-arrow .dropdown-toggle:after {
  content: '';
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid white;
  position: absolute;
  bottom: -4px;
  left: 10px;
  display: none;
}

.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:before {
  bottom: auto;
  top: -3px;
  border-top: 7px solid rgba(204, 204, 204, 0.2);
  border-bottom: 0;
}

.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:after {
  bottom: auto;
  top: -3px;
  border-top: 6px solid white;
  border-bottom: 0;
}

.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:before {
  right: 12px;
  left: auto;
}

.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:after {
  right: 13px;
  left: auto;
}

.bootstrap-select.show-menu-arrow.open>.dropdown-toggle:before, .bootstrap-select.show-menu-arrow.open>.dropdown-toggle:after {
  display: block;
}

.bs-searchbox, .bs-actionsbox, .bs-donebutton {
  padding: 4px 8px;
}

.bs-actionsbox {
  float: left;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.bs-actionsbox .btn-group button {
  width: 50%;
}

.bs-donebutton {
  float: left;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.bs-donebutton .btn-group button {
  width: 100%;
}

.bs-searchbox+.bs-actionsbox {
  padding: 0 8px 4px;
}

.bs-searchbox input.form-control {
  margin-bottom: 0;
  width: 100%;
}

.mobile-device {
  position: absolute !important;
  top: 0;
  left: 0;
  display: block !important;
  width: 100%;
  height: 100% !important;
  opacity: 0;
}

.bootstrap-select img {
  max-width: inherit !important
}

.bootstrap-select .btn-group button {
  border: solid 1px #ce8034;
  box-shadow: none
}

.bootstrap-select .dropdown-menu.open {
  margin-top: -44px
}

.bootstrap-select button {
  box-shadow: none;
  font-size: 20px
}

.bootstrap-select button:hover, bootstrap-select button:active, bootstrap-select button:focus {
  background-color: transparent !important;
}

.bootstrap-select .caret:before {
  content: "\f078";
  border: none !important;
  font-family: 'FontAwesome';
  font-size: 16px
}

.bootstrap-select.open .caret:before {
  content: "\f077";
}

.bootstrap-select .caret {
  border: none
}

.bootstrap-select.btn-group .dropdown-menu li a:hover, .bootstrap-select.btn-group .dropdown-menu li a:active, .bootstrap-select.btn-group .dropdown-menu li a:focus {
  background-color: transparent
}

.line {
  display: inline-block;
  width: 100%;
  padding-bottom: 2px
}

.request-right {
  border: solid 1px #ccc;
  border-radius: 8px
}

.cover-place {
  color: #fff;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, .4);
  background: url(../images/bg3.jpg) left top no-repeat;
  background-size: cover;
  padding: 20px 5px;
  border-radius: 8px 8px 0 0;
}

.cover-place h1 {
  margin: 0;
  padding: 5px;
  font-weight: 500;
  line-height: 10px
}

.cover-block {
  padding: 20px
}

.bg-gray {
  background-color: #f4f5f7;
}

.border-blue {
  border: solid 4px #ce8034;
  padding: 20px
}

.vertical-bottom {
  vertical-align: bottom
}

.offset7 {
  padding-left: 7%
}

.bank {
  padding-left: 6%;
}

.text-gray {
  color: #444
}

.text-whitegray {
  color: #E6E6E6
}

.company {
  padding-bottom: 10px;
  display: inline-block
}

.col-left-thank {
  padding: 60px 0
}

.sm {
  font-size: 13px !important;
  line-height: 14px !important
}

.bg {
  background: url(../images/bg5.jpg) left top no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.bg2 {
  background: url(../images/bg6.jpg) left top no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.sub-accordion [class*="col-"] {
  border-left: solid 1px #ce8034
}

.sub-accordion [class*="col-"]:first-child {
  border-left: none
}

.accordion_example2.smk_accordion table {
  margin-bottom: 0;
  padding: 10px
}

.accordion_example2.smk_accordion table>tbody>tr>td, .accordion_example2.smk_accordion table>tbody>tr>th {
  padding: 20px 0 20px 30px
}

.accordion_example2.smk_accordion .accordion_in .acc_head {
  font-weight: 300
}

.accordion_example2.smk_accordion .accordion_in.acc_active .acc_head {
  font-weight: 600
}

.accordion_example2 table>tbody>tr>th {
  font-weight: 600
}

.accordion_example2.smk_accordion .accordion_in .acc_content {
  padding: 0
}

.sub-accordion {
  padding: 20px 10% 40px 10%;
  display: inline-block;
  width: 100%
}

.accordion_example2 .accordion_in {
  border-radius: 0;
  background: transparent
}

.white-shadow {
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 16px 1px rgba(0, 0, 0, 0.38);
  -moz-box-shadow: 0px 0px 16px 1px rgba(0, 0, 0, 0.38);
  box-shadow: 0px 0px 16px 1px rgba(0, 0, 0, 0.38);
}

.shadow {
  -webkit-box-shadow: 0px 0px 16px 1px rgba(0, 0, 0, 0.38);
  -moz-box-shadow: 0px 0px 16px 1px rgba(0, 0, 0, 0.38);
  box-shadow: 0px 0px 16px 1px rgba(0, 0, 0, 0.38);
}

.shadow-b {
  -webkit-box-shadow: -2px -4px 7px 0px rgba(0, 0, 0, 0.28);
  -moz-box-shadow: -2px -4px 7px 0px rgba(0, 0, 0, 0.28);
  box-shadow: -2px -4px 7px 0px rgba(0, 0, 0, 0.28);
}

.content-center {
  padding: 2% 3%;
  margin: 0 6%;
}

.text-gray a {
  color: #999
}

.bg .content-wrapper2 .container, .bg2 .content-wrapper2 .container {
  padding: 20px 0
}

.content-center.tab-on-page {
  padding: 0
}

.label-bold label {
  font-weight: 600;
  color: #ce8034;
  font-size: 16px
}

small {
  line-height: 85%
}

.key img {
  margin-top: 38px;
  margin-left: 5px
}

.key img {
  width: 13px;
  max-width: 13px !important
}

.tab-on-page ul.tabs li {
  background-color: #ce8034;
  color: #fff
}

.tab-on-page ul.tabs li.current {
  background-color: #fff;
  color: #ce8034
}

.tab-on-page .tab-content {
  padding: 30px 15px;
}

.tab-on-page ul.tabs li, .tab-on-page .tab-content {
  border-radius: 0
}

.tab-on-page ul.tabs li {
  font-size: 18px;
  padding: 15px 15px;
}

.search-cover {
  position: relative
}

.search-cover .hotel-description {
  padding: 10px 20px
}

.text-site h2 {
  font-weight: 200;
  text-transform: uppercase;
  text-align: center;
}

.set-3 {
  width: 100%;
  margin-left: 68%;
  margin-bottom: 38px;
}

.set-1 {
  width: 100%;
  margin-left: 28%;
  margin-bottom: 38px;
}

.set-2 {
  width: 100%;
  margin-left: 10%;
  margin-bottom: 24px;
}

.text-site {
  position: absolute;
  top: 5%
}

.shadow-orange {
  text-shadow: -3px -1px 0px #ce8034;
}

.shadow-white {
  text-shadow: -3px -1px 0px #fff;
}

.set-1L {
  margin-left: -22%
}

.set-3B {
  width: 100%;
  font-size: 14px;
  margin-left: 100%;
  margin-top: -7%
}

.set-1B {
  width: 100%;
  font-size: 14px;
  margin-left: 5%;
  margin-top: -3%
}

.set-2B {
  width: 100%;
  font-size: 14px;
  margin-left: 0%;
  margin-top: -3%
}

.rotateR {
  -webkit-transform: rotate(364deg);
  -moz-transform: rotate(364deg);
  -o-transform: rotate(364deg);
}

.rotateL {
  -webkit-transform: rotate(354deg);
  -moz-transform: rotate(354deg);
  -o-transform: rotate(354deg);
}

.text-blue {
  color: #ce8034
}

.text-white {
  color: #fff
}

.search-cover .pull-right-desktop img {
  height: 27px
}

.container.search {
  padding: 0
}

.search-villa li {
  margin-bottom: 5px;
  display: inline-block;
  width: 100%
}

.search-villa li:first-child img {
  border-radius: 12px 12px 0 0
}

.search-villa li:last-child img, .search-villa li:last-child .hotel-description {
  border-radius: 0 0 12px 12px
}

.icon1 {
  background: url(../images/icon-1.png) no-repeat;
  width: 30px;
  height: 30px;
  display: inline-block;
  margin-right: 5px;
  vertical-align: middle;
}

.icon2 {
  background: url(../images/icon-2.png) no-repeat;
  width: 30px;
  height: 30px;
  display: inline-block;
  margin-right: 5px;
  vertical-align: middle;
}

.icon3 {
  background: url(../images/icon-3.png) no-repeat;
  width: 30px;
  height: 30px;
  display: inline-block;
  margin-right: 5px;
  vertical-align: middle;
}

.search-l {
  border: solid 1px #ccc;
  padding: 2% 4% 0% 4%
}

.option-search li {
  padding-bottom: 30px
}

.option-search .guest .font16, .kind .guest .font16 {
  font-weight: 400
}

.option-search .guest .font16 small, .kind .guest .font16 small {
  font-weight: 300
}

.option-search h4 {
  text-transform: uppercase
}

.border-radius {
  border-radius: 8px !important;
  -webkit-border-radius: 8px !important;
  -moz-border-radius: 8px !important;
}

.form h3 {
  padding-bottom: 10px
}

h3.form-title {
  font-size: 22px;
  margin: 0;
  padding: 0
}

.input-line {
  border-width: 0 0 1px 0 !important;
  border-radius: 0 !important;
  -webkit-box-shadow: none;
  height: 26px !important
}

.containe-sm {
  max-width: 700px
}

.form .content-center {
  padding: 2% 7%;
  margin-bottom: 30px
}

ul.col-3 {
  font-size: 0
}

ul.col-3 li {
  width: 30%;
  padding-bottom: 15px;
  display: inline-block;
  vertical-align: top;
  padding-left: 0px;
  font-size: 14px
}

ul.col-2 {
  font-size: 0
}

ul.col-2 li {
  width: 50%;
  padding-bottom: 15px;
  display: inline-block;
  vertical-align: top;
  padding-left: 0px;
  font-size: 14px
}

.form .fl {
  white-space: nowrap
}

.fl {
  float: left
}

.form h4 {
  margin-bottom: 15px
}

.w100 {
  width: 100%
}

.service-extras {
  font-size: 0
}

.service-extras li {
  display: inline-block;
  font-size: 16px;
  float: none;
  width: 50%;
  padding-bottom: 15px
}

.service-extras li:nth-child(odd) {
  padding-right: 5%
}

.service-extras li:nth-child(even) {
  padding-left: 5%
}

.icon-calendar {
  background: url(../images/icon12.png) right 8px no-repeat
}

.blue-bg {
  background-color: #0E436A;
  border-radius: 8px;
  padding: 8px 5px;
  width: 100%;
  color: #fff;
}

.blue-bg input {
  background-color: #fff
}

.thank-page {
  padding: 2%;
  max-width: 600px;
  margin: 0 auto
}

.why {
  background: url(../images/bg8.jpg) left top no-repeat;
  background-size: cover;
  padding: 3%;
}

.box2 {
  width: 80%;
  margin: 0 auto;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 5%;
  -moz-box-shadow: 0px 0px 3px 3px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 0px 3px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 3px 3px rgba(0, 0, 0, 0.2);
}

.cbp-so-section.cbp-so-animate .delay1 {
  -webkit-transition-delay: .2s;
  -moz-transition-delay: .2s;
  transition-delay: .2s;
}

.cbp-so-section.cbp-so-animate .delay2 {
  -webkit-transition-delay: .4s;
  -moz-transition-delay: .4s;
  transition-delay: .4s;
}

.cbp-so-section.cbp-so-animate .delay3 {
  -webkit-transition-delay: .8s;
  -moz-transition-delay: .8s;
  transition-delay: .8s;
}

.box2 .cbp-so-side {
  float: none
}

.lg-on .remodal-bg, .lg-on .remodal-overlay, .lg-on .remodal-wrapper, .lg-on .remodal-is-active {
  display: none !important
}

.remodal-close:hover {
  color: #fff
}

.gallery-popup {
  position: relative;
  color: #fff
}

.gallery-popup h3 {
  float: left
}

.gallery-popup h3 small {
  font-size: 12px;
  ;
  color: #fff;
  padding-left: 10px
}

.gallery-popup .remodal-close {
  top: 17px
}

[data-remodal-id="photo-gallery"] .demo-gallery>ul>li {
  padding: 2px
}

.gallery-popup .i-heart {
  color: #fff;
  margin: 20px 70px 0 0;
  float: right;
  font-size: 22px
}

[data-remodal-id="photo-gallery"] {
  max-width: 90%
}

#lg-download, #lg-actual-size {
  display: none
}

.lg-sub-html h4 {
  font-weight: 400 !important
}

.hotel-description b {
  padding: 0 10px
}

.border-2 {
  position: relative;
  z-index: 2;
  border: double;
  border-width: 12px;
  border-color: #ce8034;
  -webkit-box-shadow: -2px -1px 19px -5px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: -2px -1px 19px -5px rgba(0, 0, 0, 0.75);
  box-shadow: -2px -1px 19px -5px rgba(0, 0, 0, 0.75);
  padding: 4% 0;
}

.star {
  white-space: nowrap;
  margin-top: 4px
}

.out-rate {
  position: absolute;
  bottom: 0;
  width: 100%;
}

.rate-site {
  position: relative
}

.rate-site .container {
  position: relative
}

.out-rate .hotel-description img {
  padding: 0 15px
}

.bank .font14 {
  font-size: 13px;
}

.btn-default {
  color: #ce8034
}

.secondary.active {
  padding: 6px 14px
}

.hidemyname {
  display: inline-block;
  padding-left: 30px
}

/*.gallery-popup{ position: sticky; top:0; background-color:rgba(0,0,0,0.54); display: inline-block; z-index: 1;width: 100%;-webkit-backface-visibility: hidden;}*/

.rsvn label {
  font-weight: bold
}

button.w80 {
  min-width: 80%
}

.tab-content .w80 {
  min-width: 50%
}

.col-xs-1.key {
  margin: 0;
  padding: 0
}

.date-select {
  padding-right: 10px !important
}

.booking-history {
  padding-bottom: 18px
}

.hotel-description .pull-right-desktop.text-right-mobile {
  top: 11px
}

.hotel-description .pull-right-desktop.text-right-mobile button {
  margin-top: 0px
}

.map-site b {
  padding-right: 20px
}

.text-inherit {
  text-transform: inherit
}

.textsmall .check-style p {
  font-size: 14px
}

.btn-group-sm>.btn, .btn-sm {
  font-size: 15px;
  padding: 8px 13px 3px 13px;
}

.fl-center {
  padding-right: 10px
}

.ig h1 span {
  font-weight: 100
}

.ig .nopadding-5b [class*="col-"] {
  padding-left: 2.5px;
  padding-right: 2.5px;
  padding-bottom: 5px
}

.ig .col-xs-12.col-sm-6 {
  padding: 0 !important
}

.ig [class*="col-"] {
  position: relative
}

.ig [class*="col-"] time {
  position: absolute;
  top: 10px;
  left: 10px;
  color: #fff;
  font-size: 13px
}

.ig [class*="col-"] address {
  position: absolute;
  bottom: 10px;
  margin: 0;
  right: 10px;
  color: #fff;
  font-size: 13px
}

.remodal-wrapper {
  padding: 0 !important
}

[data-remodal-id="reservation"] {
  padding: 0;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  overflow: scroll
}

[data-remodal-id="reservation"] .calendar-mobile {
  padding: 60px 15px 60px 15px !important;
  overflow: auto;
  height: 100%
}

[data-remodal-id="reservation"] .navbar-fixed-top {
  padding: 10px 15px !important;
  background-color: #fff
}

[data-remodal-id="reservation"] .cbp-so-scroller {
  height: 100%
}

.border-input {
  border: solid 1px #ce8034;
  height: 35px;
  display: inline-block;
  padding: 6px 0 0 15px;
  font-size: 14px;
  width: 100%;
  border-radius: 4px;
}

@media screen and (max-width: 992px) {
  [data-remodal-id="reservation"] input[type="text"] {
    font-size: 18px;
    font-weight: bold;
    padding-left: 0;
    border: none !important;
    height: 36px;
    width: 100%;
  }
}

.property-name .text-orange strong {
  font-size: 18px
}

.recommended .property-name .text-orange strong {
  font-size: 23px;
  padding-bottom: 0px;
  display: inline-block
}

.recommended .text-black {
  color: #0a1727;
  line-height: normal;
  padding: 0 0 10px 0px
}

.icon-r i {
  padding-right: 10px
}

.recommended .property-name {
  padding: 0 20px
}

.button-orange {
  background-color: #ce8034;
  color: #fff;
  color: #fff !important
}

.button-orange:hover {
  background-color: #14345a
}

.button-blue {
  background-color: #14345a;
  color: #fff;
  color: #fff !important
}

.button-blue:hover {
  background-color: #ce8034
}

/*.button-blue{background-color:#14345a;color:#fff;color:#fff!important;border-radius: 30px}
.button-blue:hover{background-color: #ce8034 }*/

footer {
  color: #fff;
  background-color: #0a1727;
}

.footer-site {
  padding: 20px 0
}

.ft-img {
  width: 120px;
  margin-bottom: 10px
}

footer i {
  font-size: 20px !important;
  margin-top: 20px;
  padding: 0 5px
}

footer i:hover, .contact-site, .contact-site .about-contact a {
  color: #fff !important
}

.news, .contact-site .content.slide {
  background-color: #14345a
}

.news section {
  margin: 4% 0;
}

.property-name h4 a {
  color: #000;
  text-transform: uppercase
}

.news a {
  color: #fff
}

.news .property-name h4 a {
  text-transform: capitalize;
  color: #fff
}

.news .property-name h4 a:hover {
  color: #ce8034
}

.leave {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 99
}

/* menu */

.menu-main {
  list-style-type: none;
  /*  display: inline-block;*/
  position: relative;
  width: 100%;
}

.menu-main>ul>li {
  display: inline-block;
  padding: 0 15px;
  position: relative;
}

.menu-main a {
  padding: 0px;
  font-size: 13px;
  text-decoration: none;
  color: #ffffff;
  -webkit-transition: color .2s ease;
  -moz-transition: color .2s ease;
  -ms-transition: color .2s ease;
  -o-transition: color .2s ease;
  transition: color .2s ease;
  text-transform: uppercase;
}

.menu-main>ul>li:hover>a, .menu-main>ul>li.active>a {
  color: #ce8034;
}

.menu-main ul ul {
  position: absolute;
  left: -9999px;
  margin-top: 0px
}

.menu-main ul li:hover>ul {
  left: 0;
  width: 110px;
  text-align: left;
}

.menu-main ul ul li {
  height: 0;
  z-index: 100000;
  -webkit-transition: height .2s ease;
  -moz-transition: height .2s ease;
  -ms-transition: height .2s ease;
  -o-transition: height .2s ease;
  transition: height .2s ease;
  position: relative;
}

.menu-main ul ul li a {
  padding: 12px 20px 7px;
  width: 100%;
  color: #000;
  text-decoration: none;
  text-align: left;
  -webkit-transition: color .2s ease;
  -moz-transition: color .2s ease;
  -ms-transition: color .2s ease;
  -o-transition: color .2s ease;
  transition: color .2s ease;
  font-size: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
}

.menu-main ul li:hover>ul>li {
  height: 34px;
  display: block;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.8);
}

.menu-main ul li>ul>li:hover {
  background-color: rgba(206, 128, 52, 0.9);
}

.menu-main ul li>ul>li:hover a {}

.menu-main ul ul>li>ul {
  /* left: 100%; */
  top: 0;
  margin: 0;
  padding: 0;
}

.menu-main ul ul>li:hover>ul {
  left: 100%;
}

.arrow-down {
  position: absolute;
  position: absolute;
  top: 13px;
  right: 15px;
  width: 6px;
  height: 6px;
  border-bottom: 1px solid #333;
  border-right: 1px solid #333;
  content: "";
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: border-color 0.2s ease;
  -moz-transition: border-color 0.2s ease;
  -ms-transition: border-color 0.2s ease;
  -o-transition: border-color 0.2s ease;
  transition: border-color 0.2s ease;
}

#menu-button {
  display: none;
}

#menu-button::before {
  content: '';
  position: absolute;
  top: 3px;
  right: 0;
  display: block;
  width: 15px;
  height: 3px;
  border-top: 2px solid #e5b9ad;
  border-bottom: 2px solid #e5b9ad;
}

#menu-button::after {
  content: '';
  position: absolute;
  top: 13px;
  right: 0;
  display: block;
  width: 15px;
  height: 2px;
  background: #e5b9ad;
}

/* trunk */

.container-trunk {
  overflow: hidden;
  /*  Prevents Flickering  */
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  display: table;
  height: 100%;
  width: 100%;
  table-layout: fixed;
}

header {
  position: relative;
}

.burger {
  position: absolute;
  float: left;
  display: none;
}

.burger li {
  background-color: #fff;
  text-align: center;
  width: 60px;
  height: 60px;
  padding-top: 10px
}

.burger li:before {
  content: "\f039";
  font-family: 'FontAwesome';
  color: #14345a;
  font-size: 30px;
}

.burger.open li:before {
  content: "\f00d";
  font-family: 'FontAwesome';
  color: #14345a;
  font-size: 30px;
}

nav.slide {
  top: 0;
  right: 5px;
}

nav li {
  float: left;
  display: inline-block;
}

nav li a {
  font-size: 11px;
  color: #9aa6af;
  padding: 24px 15px;
  display: block;
}

nav li a:hover {
  color: #000;
}

/*  Removable CSS  */

.header-section, .body-section, .footer-section {
  padding: 20px;
}

.header-section {
  background-color: #ffffff;
}

.body-section {
  background-color: #f4f5f6;
}

.footer-section {
  background-color: #dadee1;
}

.placefiller {
  text-align: center;
  font-size: 20px;
  border: 1px dashed rgba(190, 196, 202, 0.5);
}

.header-section .placefiller {
  line-height: 300px;
}

.body-section .placefiller {
  line-height: 900px;
}

.footer-section .placefiller {
  line-height: 200px;
  border: 1px dashed rgba(190, 196, 202, 0.9);
}

@-webkit-keyframes slideIn {
  0% {
    opacity: .3;
    -webkit-transform: translate3d(5%, 0, 0)scale(.97);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0)scale(1);
  }
}

@-moz-keyframes slideIn {
  0% {
    opacity: .3;
    -moz-transform: translate3d(5%, 0, 0)scale(.97);
  }
  100% {
    opacity: 1;
    -moz-transform: translate3d(0, 0, 0)scale(1);
  }
}

@keyframes slideIn {
  0% {
    opacity: .3;
    transform: translate3d(5%, 0, 0)scale(.97);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0)scale(1);
  }
}

/*Nav Shrinking close-trunkd Effect*/

nav.close-trunk {
  opacity: 1;
}

@-webkit-keyframes slideOut {
  0% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0)scale(1);
  }
  100% {
    opacity: .3;
    -webkit-transform: translate3d(5%, 0, 0)scale(.97);
  }
}

@-moz-keyframes slideOut {
  0% {
    opacity: 1;
    -moz-transform: translate3d(0, 0, 0)scale(1);
  }
  100% {
    opacity: .3;
    -moz-transform: translate3d(5%, 0, 0)scale(.97);
  }
}

@keyframes slideOut {
  0% {
    opacity: 1;
    transform: translate3d(0, 0, 0)scale(1);
  }
  100% {
    opacity: .3;
    transform: translate3d(5%, 0, 0)scale(.97);
  }
}

header.close-trunk, .content.close-trunk {
  opacity: 1
}

.content.slide {
  background-color: #fff;
  height: 100%
}

.btn-group-xs>.btn, .btn-xs {
  border-radius: 50px;
  padding-top: 3px
}

.about p {
  padding-bottom: 10px
}

.blog-2 {
  padding: 0
}

.text-left {
  text-align: left
}

.team {
  font-size: 13px
}

.team img {
  padding-bottom: 5px
}

.team h4 {
  padding-bottom: 5px
}

.team a, .about-contact a {
  color: #0a1727
}

.team a:hover, .team i, .button-tab span:hover, .about-contact a:hover, .features i {
  color: #ce8034
}

.about2 {
  min-height: 50vh
}

.tab-site {
  width: 100%;
  min-height: 50vh;
  z-index: 1;
  background: url("../images/about-bg.jpg") left top no-repeat;
  padding: 10px
}

.about2 .tabcontent {
  padding: 0 5%
}

.button-tab .tablinks {
  color: #fff;
  padding: 15px 10px
}

.button-tab {
  cursor: pointer;
}

.tabcontent p {
  padding-bottom: 10px
}

.button-tab {
  background-color: #000;
  width: 60%;
}

.button-tab i {
  width: 10%;
  padding-right: 10px;
  margin-right: 2%;
  float: left;
  font-size: 20px;
  color: #ce8034
}

.button-tab span {
  width: 88%;
  display: inline-block;
  border-left: 1px #fff solid;
  padding-left: 10px
}

.tabcontent h3 {
  padding-bottom: 10px
}

.about-contact i {
  font-size: 30px;
  color: #ce8034;
  width: 100%
}

.no-float {
  font-size: 0;
}

.no-float [class*='col-'] {
  float: none;
  display: inline-block;
  vertical-align: top;
  font-size: initial
}

.pagination {
  float: right;
  margin-top: 5%
}

.pagination>li>a {
  border-radius: 500px !important;
  width: 28px;
  height: 28px;
  font-size: 12px;
  margin: 1px;
  padding: 6px 10px;
  color: #0a1727;
  border-color: #0a1727
}

.pagination>li>a:focus, .pagination>li>a:hover, .pagination>li>span:focus, .pagination>li>span:hover {
  color: #fff;
  background-color: #ce8034;
  border-color: #ce8034
}

.pagination>li:first-child a, .pagination>li:last-child a {
  border: none;
  font-size: 15px
}

.font0 {
  font-size: 0 !important
}

.display-center [class*=col-] {
  float: inherit;
  display: inline-block;
  vertical-align: top;
}

.product-cover [class*="col-"] {
  vertical-align: top;
}

.project [class*=col-] {
  float: inherit;
  display: inline-block;
  vertical-align: top;
}

.project .col-xs-12.col-md-8.text-orange {
  float: left
}

.project .col-xs-12.col-md-4.text-right.star {
  float: left
}

.project .property-name {
  padding-bottom: 50px
}

.similar h2 {
  text-transform: inherit
}

.sitemap-cover {
  position: relative;
}

.map2 {
  /* filter: progid:DXImageTransform.Microsoft.BasicImage( grayscale=1, hue-rotate=180deg, sepia=0.25);
	-webkit-filter: grayscale(1) hue-rotate(180deg) sepia(0.25);
	filter: grayscale(1) hue-rotate(180deg) sepia(0.25);*/
  filter: grayscale(100%) saturate(0%) contrast(111%);
  -webkit-filter: grayscale(100%) saturate(0%) contrast(111%);
  -moz-filter: grayscale(100%) saturate(0%) contrast(111%);
}

.map {
  overflow: hidden
}

.features {
  font-size: 0;
  text-align: left;
}

.features li {
  width: 16%;
  font-size: 13px;
  margin-bottom: 17px;
  display: inline-block;
  vertical-align: top;
  text-align: center
}

.features i {
  font-size: 24px;
  width: 100%;
  text-align: center;
  display: inline-block
}

.features span {
  width: 100%;
  text-align: center;
  display: inline-block
}

.facility section {
  border: solid 1px #ccc;
  padding: 3% 5% 4% 5%;
  border-radius: 20px;
  margin: 0
}

.addthis {
  text-align: right
}

.addthis i {
  font-size: 25px;
  padding-left: 5px
}

.bg-dark-blue {
  background-color: #0a1727;
  padding: 1% 0 1% 1%;
  color: #fff;
  min-height: 45px
}

.bg-light-blue {
  background-color: #14345a;
  padding: 1% 0 1% 1%;
  color: #fff;
  min-height: 45px
}

.hold .row, .trend .row {
  padding: 10px 0 !important
}

.trend .btn-default.active, .trend .btn-default.active:hover {
  background-color: #14345a;
  color: #fff
}

.button-style .btn-default.active, .button-style .btn-default.active:hover {
  background-color: #002F96;
  color: #fff;
}

.button-style button {
  text-transform: inherit;
  width: 25%;
  float: left
}

.button-style .btn-group {
  display: inherit !important
}

/*------------------- =Nav------------- */

#nav-trigger :after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#nav-trigger {
  display: none;
  text-align: center;
}

#nav-trigger span {
  display: inline-block;
  padding: 10px 30px;
  width: 70%;
  margin-top: 10px;
  background-color: #14345a;
  color: white;
  cursor: pointer;
  text-transform: uppercase;
}

#nav-trigger span:after {
  display: inline-block;
  content: "\f03a";
  font-family: 'FontAwesome';
}

#nav-trigger span:hover {
  background-color: #14345a;
}

#nav-trigger span.open:after {
  content: "\f038";
  font-family: 'FontAwesome';
}

div#nav-main {
  margin-top: 2%;
  background-color: #6587a0
}

div#nav-main ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  text-align: center;
}

div#nav-main li {
  display: inline-block;
  color: #fff;
  padding: 10px 20px
}

div#nav-main li:last-child {
  border-right: none;
}

div#nav-main a, div#nav-main {
  display: block;
  color: #fff;
}

div#nav-main a:hover, div#nav-main {
  background-color: #14345a;
  color: #ce8034;
}

div#nav-mobile {
  position: relative;
  display: none;
}

div#nav-mobile ul {
  display: none;
  list-style-type: none;
  position: absolute;
  left: 0;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  background-color: #14345a;
  width: 30%;
  padding: 2% 2% 2% 7%;
  min-width: 300px;
  color: #fff;
  font-size: 14px
}

div#nav-mobile li {
  display: block;
  padding: 5px 0;
  text-align: left;
  border-bottom: solid 1px #22517f
}

div#nav-mobile li:last-child {
  border-bottom: none;
}

div#nav-mobile a {
  display: block;
  color: white;
  padding: 10px 0
}

div#nav-mobile a:hover {
  background-color: #14345a;
  color: #fff;
}

a i {
  padding-right: 15px
}

#nav-main i {
  width: 100%;
  font-size: 23px;
}

.detail-site {
  position: absolute;
  top: 5px;
  left: 5px;
  padding: 20px;
  max-width: 30%;
  border: solid 1px #ccc;
  border-radius: 10px;
  font-size: 14px;
  background: rgba(255, 255, 255, 1)
}

.map-detail {
  position: relative
}

.cover-navmap {
  position: relative;
  z-index: 2
}

.fa-xs {
  font-size: 11px !important
}

.detail-page .bottomNav {
  display: none !important
}

.banner-no-scroll {
  font-size: 0
}

.article-blog {
  padding: 10px 0 30px 0;
  text-align: left
}

.article-blog h3 {
  font-size: 18px;
  padding-top: 5px
}

.article-blog i, .gray {
  color: #999 !important
}

.contact-us {
  border: solid 2px #fff;
  padding: 20px 40px;
  display: initial;
  font-size: 40px;
  white-space: nowrap
}

.about-contact h3 {
  padding-bottom: 30px
}

.style1 [class*="col-"] {
  border-right: solid 2px #ce8034;
  min-height: 85px
}

.style1 [class*="col-"]:last-child {
  border-right: none
}

.btn-group-xs>.btn, .btn-xs {
  padding: 3px 15px !important
}

.font0 {
  font-size: 0
}

.pb15 {
  padding: 15px 20px;
  font-size: 25px;
  color: #fff
}

.login .content {
  background: url("../images/bg-login.jpg") left top;
  background-size: cover;
}

.cover-site {
  padding: 5% 0
}

.gradient01 {
  padding: 30px;
  background: rgb(255, 255, 255, .9);
}

.form-row {
  padding: 0 10px
}

.form-group {
  margin-bottom: 1rem;
}

.blog .article-blog a {
  color: #000
}

.blog p {
  padding: 0 0 10px 0
}

.img-100 {
  width: 100%;
  opacity: 0.5;
}

.article-bg {
  background-color: #000
}

.button-tab .tablinks.active {
  background-color: #ce8034
}

.button-tab .tablinks.active:hover span {
  color: #fff !important
}

.button-tab .tablinks.active i {
  color: #fff
}

.service .button-tab {
  width: 100%
}

.service .tablinks {
  background-color: #000;
  padding: 15px 30px;
  white-space: nowrap;
  border-right: solid 1px #fff
}

.service .button-tab {
  margin: 40px 0;
  border-bottom: solid 2px #000;
  background-color: #fff;
  float: left;
  display: flex
}

.service .button-tab i {
  width: 20%;
}

.service .button-tab span {
  width: 68%;
  border: none
}

.service b {
  color: #ce8034
}

.tabcontent ul {
  margin-left: 40px
}

.tabcontent ul li {
  list-style-type: disc;
}

.img-l {
  float: left;
  padding: 10px 30px 10px 0
}

.img-r {
  float: right;
  padding: 10px 0 10px 30px
}

.fr {
  float: right
}

.fl {
  float: left
}

.list-smart, .our-aim {
  font-size: 0
}

.list-smart li {
  text-align: center;
  width: 25%;
  display: inline-block;
  font-size: initial;
  vertical-align: top;
  padding: 15px 5px 10px 5px
}

.our-aim li {
  text-align: center;
  width: 33.33%;
  display: inline-block;
  font-size: initial;
  vertical-align: top;
  padding: 15px 5px 10px 5px
}

.our-aim b {
  clear: both;
  display: block
}

/*leaave message*/

.phone-1 {
  padding-bottom: 10px
}

.ui-slideouttab-panel {
  background-color: #eee;
  color: #000 !important;
  box-sizing: border-box;
  width: 300px !important;
  right: 10px;
  border-radius: 10px;
  text-align: center;
  text-transform: uppercase;
  box-shadow: 0 0 5px #ccc;
  z-index: 9999999999
}

.ui-slideouttab-panel .form-group {
  margin-bottom: .5rem !important
}

.ui-slideouttab-panel {
  display: block;
  position: fixed;
  padding: 20px;
  bottom: 10px;
}

/* This class is added after the tabs are initialised, otherwise the user sees the 
   tabs slide out of the way when the page is initialised. */

.ui-slideouttab-ready {
  transition: transform 0.5s ease 0s;
}

.ui-slideouttab-open .ui-slideouttab-handle {
  width: 10px;
  height: 10px;
  top: 10px !important;
  right: 10px !important;
  left: inherit !important
}

.ui-slideouttab-open .ui-slideouttab-handle small {
  display: none
}

.ui-slideouttab-open .ui-slideouttab-handle {
  background: none !important
}

.ui-slideouttab-open .handle i {
  display: inherit !important;
  color: #999
}

.handle i {
  display: none
}

.ui-slideouttab-handle .btn-sm {
  font-size: 11px
}

/* Hide tabs and panels when printed. */

@media print {
  .ui-slideouttab-panel {
    display: none;
  }
}

/* Tab handles */

.ui-slideouttab-handle {
  display: block;
  position: absolute;
  cursor: pointer;
  color: white;
  font-size: 15px;
  background-color: #11283f;
  left: inherit !important;
  right: 61px
}

.ui-slideouttab-handle-image {
  transform: rotate(0);
}

/* Bottom */

.ui-slideouttab-bottom {
  bottom: -4px;
  transform: translateY(100%);
  border-bottom: none;
}

.ui-slideouttab-bottom.ui-slideouttab-open {
  transform: translateY(0%);
}

/* turn font awesome icon in a tab upright */

.ui-slideouttab-left .ui-slideouttab-handle>.fa-icon, .ui-slideouttab-right .ui-slideouttab-handle>.fa-icon {
  transform: rotate(90deg);
}

.ui-slideouttab-handle>.fa-icon {
  margin-left: 0.5em;
}

/* apply rounded corners if handle has the -rounded class */

.ui-slideouttab-top .ui-slideouttab-handle-rounded, .ui-slideouttab-left .ui-slideouttab-handle-rounded {
  border-radius: 0 0 4px 4px;
}

/*ICON HOVER*/

.hi-icon {
  display: inline-block;
  font-size: 0px;
  cursor: pointer;
  margin: 15px 30px;
  width: 75px;
  height: 75px;
  border-radius: 50%;
  text-align: center;
  position: relative;
  z-index: 1;
  color: #000;
}

.hi-icon:after {
  pointer-events: none;
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  content: '';
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

/* Effect 1 */

.hi-icon-effect-1 .hi-icon:after {
  top: -7px;
  left: -7px;
  padding: 7px;
  box-shadow: 0 0 0 2px #000;
  -webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
  -webkit-transform: scale(.8);
  -moz-transition: -moz-transform 0.2s, opacity 0.2s;
  -moz-transform: scale(.8);
  -ms-transform: scale(.8);
  transition: transform 0.2s, opacity 0.2s;
  transform: scale(.8);
  opacity: 0;
}

.hi-icon-effect-1a .hi-icon:hover:after {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

/* Effect 1b */

.hi-icon-effect-1b .hi-icon:hover {
  background: rgba(0, 0, 0, 1);
  color: #000;
}

.hi-icon-effect-1b .hi-icon:after {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

.hi-icon-effect-1b .hi-icon:hover:after {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

/* Effect 8 */

.hi-icon-effect-8 .hi-icon {
  background: rgba(255, 255, 255, 0.1);
  -webkit-transition: -webkit-transform ease-out 0.1s, background 0.2s;
  -moz-transition: -moz-transform ease-out 0.1s, background 0.2s;
  transition: transform ease-out 0.1s, background 0.2s;
}

.hi-icon-effect-8 .hi-icon:after {
  top: 0;
  left: 0;
  padding: 0;
  z-index: -1;
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1);
  opacity: 0;
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
}

.hi-icon-effect-8 .hi-icon:hover {
  background: rgba(255, 255, 255, 0.05);
  -webkit-transform: scale(0.93);
  -moz-transform: scale(0.93);
  -ms-transform: scale(0.93);
  transform: scale(0.93);
  color: #fff;
}

.hi-icon-effect-8 .hi-icon:hover:after {
  -webkit-animation: sonarEffect 1.3s ease-out 75ms;
  -moz-animation: sonarEffect 1.3s ease-out 75ms;
  animation: sonarEffect 1.3s ease-out 75ms;
}

@-webkit-keyframes sonarEffect {
  0% {
    opacity: 0.3;
  }
  40% {
    opacity: 0.5;
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 5px 5px #ce8034, 0 0 0 5px rgba(255, 255, 255, 0.5);
  }
  100% {
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 5px 5px #ce8034, 0 0 0 5px rgba(255, 255, 255, 0.5);
    -webkit-transform: scale(1.5);
    opacity: 0;
  }
}

@-moz-keyframes sonarEffect {
  0% {
    opacity: 0.3;
  }
  40% {
    opacity: 0.5;
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 5px 5px #ce8034, 0 0 0 5px rgba(255, 255, 255, 0.5);
  }
  100% {
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 5px 5px #ce8034, 0 0 0 5px rgba(255, 255, 255, 0.5);
    -moz-transform: scale(1.5);
    opacity: 0;
  }
}

@keyframes sonarEffect {
  0% {
    opacity: 0.3;
  }
  40% {
    opacity: 0.5;
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 5px 5px #ce8034, 0 0 0 5px rgba(255, 255, 255, 0.5);
  }
  100% {
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 5px 5px #ce8034, 0 0 0 5px rgba(255, 255, 255, 0.5);
    transform: scale(1.5);
    opacity: 0;
  }
}

.blog-site {
  padding-bottom: 60px;
  display: inline-block
}

.team {
  font-size: 12px
}

.team h4 {
  font-weight: bold;
  padding-bottom: 10px
}

.circle {
  border: solid 2px #000;
  border-radius: 100%;
  width: 32px;
  height: 32px;
  font-size: 20px;
  line-height: inherit;
  text-align: center;
  margin-top: -30px
}

.circle:hover {
  border-color: #ce8034
}

.col-xs-12.font-black {
  padding-bottom: 10px
}

.text-right.addthis div {
  float: right
}

ul.list li {
  padding-bottom: 10px
}

ul.list li .row {
  padding: 0 !important
}

.list a {
  color: #000
}

.detail-property .row {
  padding: 0 0 5px 0 !important
}

.features img {
  width: 35px !important
}

.features span {
  width: 100%;
  text-align: center
}

.menustyle1 i {
  padding: 3px
}

.list strong {
  color: #ce8034
}

.share {
  margin: 5px 10px 0 0;
  display: inline-block
}

.property-contact a {
  color: #000 !important
}

.property-contact .text-left {
  font-size: 14px;
  margin-top: 20px
}

.property-contact .form-group {
  margin-bottom: 9px
}

.qrcode img {
  width: 120px
}

.pd-10 {
  padding-bottom: 10px
}

.btn-outline-link {
  background-color: #14345a;
  color: #fff !important;
  padding: 10px 15px;
}

.btn-outline-link:hover {
  border: solid 1px #14345a;
  background-color: #fff;
  color: #14345a !important
}

.newcontent2 a i {
  padding-right: 2px;
}

.text-site h3 {
  font-size: 20px;
  padding-top: 20px
}

.text-site {
  position: absolute;
  width: 50%;
  top: 38%;
  left: 10%;
  z-index: 2;
  color: #fff;
  text-shadow: 1px 1px 1px #000;
  text-align: left;
  text-transform: uppercase;
  font-weight: bold;
  padding-left: 3rem !important;
}

.text-site .subheading {
  font-weight: 300;
  font-size: 18px;
  color: #fff;
  font-family: "Prompt", Georgia, serif;
  font-style: italic;
  text-transform: capitalize;
  padding-left: 60px;
  position: relative;
}

.text-site h3 {
  font-size: 45px;
  color: #fff;
  font-weight: 600;
}

.text-site h3 span {
  font-size: 55px;
  color: #ce8034
}

.text-site p {
  font-size: 20px;
  line-height: 1;
  font-weight: 300;
  color: rgba(255, 255, 255, 1);
}

.subheading:after {
  position: absolute;
  top: 10px;
  left: 0;
  width: 40px;
  height: 1px;
  background: #fff;
  content: '';
}

.lang {
  cursor: pointer;
}