/*------------------*/
/*	GENERAL
/*------------------------------------------------------*/
html, div, header, nav, section {
  box-sizing: border-box!important;
}

hr {margin-top: 40px; margin-bottom: 40px;}
hr.thick {border-width: 3px;}

.align-center {text-align: center;}
.align-left {text-align: left;}
.align-right {text-align: right;}
.visibility-hidden {display: none !important;}
.float-right {float: right;}
.float-left {float: left;}

form select option{
	background-color: #fff;
	color:#000;
}

header *,
.animate, .animate *,
a{

  -webkit-transition: all 0.42s ease-in-out;
	-moz-transition: all 0.42s ease-in-out;
	-o-transition: all 0.42s ease-in-out;
	-ms-transition: all 0.42s ease-in-out;
	transition: all 0.42s ease-in-out;
}
.animate.animate-height, .animate.animate-height *{
  -webkit-transition: height 0.45s linear;
  -moz-transition: height 0.45s linear;
  -o-transition: height 0.45s linear;
  transition: height 0.45s linear;
}

/* Logo */
header#header{
	width:100%;
    left: 0;
    top: 0;
}
header#header.ontop{
	position: fixed;
	z-index:1000;
}


/*------------------*/
/*	SITE STRUCTURE
/*------------------------------------------------------*/

.wrapper_boxed {
	margin: auto auto auto auto;
}

.site_wrapper {
	width: 100%;
	float: left;
	margin: 0px auto auto auto;
	background-color: #000;
	-webkit-box-shadow:  0px 0px 5px 0px rgba(0, 0, 0, 0.2);
	box-shadow:  0px 0px 5px 0px rgba(0, 0, 0, 0.2);
}

.container_full {
	width: 100%;
	float: left;
	margin: auto auto auto auto;
}
.container {
	margin: auto auto auto auto;
}

.content_fullwidth {
	float: left;
	width: 100%;
	padding: 59px 0px 0px 0px;
}
.content_left {
	float: left;
	width: 71%;
	padding: 59px 0px 0px 0px;
}
.right_sidebar {
	float: right;
	width: 25%;
	padding: 59px 0px 0px 0px;
}
.left_sidebar {
	float: left;
	width: 25%;
	padding: 59px 0px 0px 0px;
}
.content_right {
	float: right;
	width: 71%;
	padding: 59px 0px 0px 0px;
}


/* columns */
.one_half, .one_third, .one_fourth, .two_third, .three_fourth, .one_fifth {
	position: relative;
	margin-right: 4%;
	float: left;
}
.one_full {
	width: 100%;
}
.one_half {
	width: 48%;
}
.one_third {
	width: 30.650%;
}
.one_fourth {
	width: 22%;
}
.one_fifth {
	width: 16.800%;
}
.two_third {
	width: 65.350%;
}
.three_fourth {
	width: 74%;
}

.last {
	margin-right: 0 !important;
	clear: right;
}

/*------------------*/
/*	HEADER AREA CLASSES
/*------------------------------------------------------*/

.navbar-nav.right{
	float:right;
}
.navbar-nav.left{
	float:left;
}
/*------------------*/
/*  HOME PAGE SECTIONS
/*------------------------------------------------------*/

/* features section 1 */
.features_sec1 {
	float: left;
	width: 100%;
	padding: 40px 0px;
}

/* features section 2 */
.features_sec2 {
	float: left;
	width: 100%;
  	padding: 0px;
}
.features_sec2 .container {
  padding: 0;
  margin: 0;
  width: 100%;
}

/* features section 3 */
.features_sec3 {
	float: left;
	width: 100%;
	text-align: center;
	padding: 20px;
	position:relative;
}
.features_sec3 .container{
	width: 100%;
	padding: 0;
}
.features_sec3 .bx-wrapper .bx-controls-direction a.bx-prev{
	left: 20px;
}
.features_sec3 .bx-wrapper .bx-controls-direction a.bx-next{
	right: 20px;
}

/* features section 4 */
.features_sec4 {
	float: left;
	width: 100%;
	text-align: center;
	padding: 20px 20px 40px 20px;
}
.features_sec4 .container {
  padding: 0;
  margin: 0;
  width: 100%;
}
.features_sec4 .bx-wrapper .bx-viewport {height: auto !important;}
.features_sec4 .bx-wrapper .bx-pager,
.features_sec4 .bx-wrapper .bx-controls-auto {
  bottom: -30px !important;
}

/* features section 5 */
.features_sec5 {
	float: left;
	width: 100%;
	text-align: center;
	padding: 20px 0px;
}

/* features section 6 */
.features_sec6 {
	float: left;
	width: 100%;
	padding: 20px 0 20px 0;
}

.features_sec6 .two_third > * {
  max-width: 100%;
}

.features_sec6 h2 {
	margin-bottom: 10px;
	font-weight: 200;
	text-transform: uppercase;
}
.features_sec6 h1 {
	font-weight: normal;
	text-transform: uppercase;
}

.features_sec6 h3,
.features_sec6 h4,
.features_sec6 h5,
.features_sec6 h6 {  
  font-weight: bold;
}

.features_sec6 ul {list-style: initial;}
.features_sec6 ul li {
  list-style: initial;
  list-style-type: disc;
}

/* features section 7 */
.features_sec7 {
	float: left;
	width: 100%;
	text-align: center;
	padding: 20px;
	position:relative;
}
.features_sec7 .container{
	width: 100%;
	padding: 0;
}
/* features section 8 */
.features_sec8 {
	float: left;
	width: 100%;
	text-align: center;
	padding: 20px 20px 40px 20px;
}
.features_sec8 .container {
  padding: 0;
  margin: 0;
  width: 100%;
}
.features_sec8 .bx-wrapper .bx-viewport {height: auto !important;}
.features_sec8 .bx-wrapper .bx-pager,
.features_sec8 .bx-wrapper .bx-controls-auto {
  bottom: -30px !important;
}

/* features section 9 */
.features_sec9 {
	float: left;
	width: 100%;
	text-align: center;
	padding: 40px 0px;
}
.features_sec9 .bx-wrapper .bx-pager,
.features_sec9 .bx-wrapper .bx-controls-auto {
  bottom: -30px !important;
}

/* features section 13 */
.features_sec13 {
	float: left;
	width: 100%;
	padding: 30px 0px;
}

/* features section 14 */
.features_sec14 {
	float: left;
	width: 100%;
	padding: 30px 0px;
}

/* .features_sec14 h3,
.features_sec14 ul li {text-transform: uppercase;} */
/* .features_sec14 .col-md-2 {text-align: center;} */


/*------------------*/
/* FOOTER STYLES
/*------------------------------------------------------*/
/* Address */
.footer1 {
	float: left;
	width: 100%;
	padding: 57px 0px 90px;
}
.footer1 h3 {
	margin-bottom: 30px;
}
.footer1 h3.lmb {
	margin-bottom: 20px;
}
.footer1.three {
	float: left;
	width: 100%;
	padding: 57px 0px;
}
.footer1.three h3 {
	margin-bottom: 30px;
}
.footer1.three h3.lmb {	
	margin-bottom: 20px;
}


ul.faddress {
	float: left;
	width: 100%;
	padding: 0px;
	margin: 0px;
}
.faddress li {
	padding: 0px;
	margin: 0px;
}


/* Recent posts */
.frposts {
	float: left;
	width: 100%;
}
.frposts ul {
	float: left;
	width: 100%;
	padding: 0px;
	margin: 0px;
}
.frposts li {
	padding: 1px 0px;
	margin: 0px;
}
.frposts li a:hover {
  text-decoration: underline;
}
.frposts li a i {
	margin-right: 3px;
}

/* copyrights */
.copyright_info {
	float: left;
	padding: 0px 10px;
	margin: 0px 0px 0px 0px;
	width: 100%;
	font-size: 12px;
	color: #FFF;
	font-style: normal;
	font-weight: normal;
	background-color: #333333 !important;
}
.copyright_info .footer_social_links li i {
	color: #333333 !important;
}

.copyright_info .one_half {
	line-height: 20px;
}

.copyright_info .one_half.last {text-align: right;}

.copyright_info .one_half p {
	line-height: 36px;
}

.social_links li i {
  	margin-right: 0 !important;
}

/* footer social links */
ul.social_links,
ul.footer_social_links {
  list-style: none !important;
	float: right;
	padding: 5px 0 0 0px;
	margin: 0px 0px 0px 0px;
}
.social_links li,
.footer_social_links li {
  list-style: none !important;
	float: left;
	padding: 0px;
	margin: 0px 0px 0px 5px;
	width: 30px;
	height: 30px;
	text-align: center;
	border-radius: 24px;
	line-height: 30px;
	vertical-align: middle;
}
.social_links li a,
.footer_social_links li a{
  text-decoration: none;
}
.footer_social_links li i {
  margin-right: 0 !important;
}

/*------------------*/
/*	TYPOGRAPHY
/*------------------------------------------------------*/

.readmore_but4 {
	float: left;
	text-transform: uppercase;
	padding: 4px 14px;
	border-radius: 4px;
	margin-right:10px;
	font-family: 'Proxima Nova', sans-serif;
}

.readmore_but4_green, .readmore_but4_green:visited {
	float: left;
	text-transform: uppercase;
	padding: 4px 14px;
	border-radius: 4px;
	text-decoration: none;
	font-weight: bold;
	font-family: 'Proxima Nova', sans-serif;
}

.readmore_but5 {
	color: #272727;
	padding: 9px 20px;
	border-radius: 4px;
	background-color: #fff;
	font-family: 'Proxima Nova', sans-serif;
}
.readmore_but5:hover {
	color: #fff;
	background-color: #272727;
}

/* pagination */
.pagination {
	clear:both;
	padding:10px 0;
	margin-bottom:20px;
	
}
.pagination b{
	float:left;
	margin: 0px 5px 2px 0;
	padding:0px 10px;
	font-weight: normal;
	color: #999;
}
.pagination a.navlinks {
	font-size: 12px;
	color: #454545;
	background-color: #eee;
	font-weight: 600;
	text-transform: uppercase;
	padding: 7px 10px;
	border-radius: 3px;
}
.pagination a.navlinks:hover {
	color: #fff;
	background-color: #454545;
}
.pagination a.current {
	color: #fff;
	background-color: #454545;
}

/* Calendar */

/*input[type="text"] {
  width: 80px;
}*/
input.calendar {
  width: 74px;
}
button.calendar {
  background: url(calendar-icon.gif);
  border: 0;
  cursor: pointer;
  float: left;
  height: 20px;
  margin-right: 6px;
  width: 20px;
}
button.calendar:hover,
button.calendar.active {
  background-position: left bottom;
}
#trueHeader{
  background: none !important;
  border-bottom: none;
  box-shadow: none;
}

.navbar.navbar-default {
	margin: 0 auto;
	border: 0;
	border-radius: 0;
	min-height:0!important;
}

.navbar-nav>li>.dropdown-menu {
	margin-top: 0px;
	border-top: 0px;
	text-transform:none;
	box-shadow: inset 0 1px 0 rgba(255,255,255,.15), 0 1px 5px rgba(0,0,0,.075);
	border: none;
}
.navbar-default .navbar-nav > li > a {
	font-family: 'Proxima Nova', sans-serif;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a.menu-text-active {
	/* text-shadow: none; */
	font-weight: bold;
	/* text-decoration: underline; */
}
.mega-dropdown { position: static !important; text-transform:uppercase; }
.mega-dropdown .dropdown-toggle .glyphicon{
	margin-left:20px;
}
.mega-dropdown-menu {
	padding: 20px 0px;
	width: 100%;
	box-shadow: none;
	-webkit-box-shadow: none;
}
.mega-dropdown-menu > li {padding-bottom: 20px;}
.mega-dropdown-menu > li > ul {padding: 0;margin: 0;}
.mega-dropdown-menu > li > ul > li { list-style: none; }
.mega-dropdown-menu > li > ul > li > a {
	display: block;
	padding: 2px 20px 2px 0;
	clear: both;
	font-weight: normal;
	line-height: 1.428571429;
	white-space: normal;
}
.mega-dropdown-menu > li ul > li > a:hover,
.mega-dropdown-menu > li ul > li > a:focus {
	text-decoration: none;
}

.mega-dropdown-menu > li ul > li .headline {padding-left: 0;}
.mega-dropdown-menu > li ul > li .headline, 
.mega-dropdown-menu > li ul > li .headline p{
    font-size: 12px!important;
    line-height: 17px;
}


.mega-dropdown-menu .form-group { margin-bottom: 3px; }

.dropdown.mega-dropdown:hover > .dropdown-menu.mega-dropdown-menu.row {
	display: block;
	z-index:201!important;
}

.megamenu-headline { padding: 0 32px; }

div#floating-bar{
	box-shadow: inset 0 1px 0 rgba(255,255,255,.15), 0 1px 5px rgba(0,0,0,.075);
}

footer#foot-bar{
    bottom: 0px;
    position: fixed;
    width: 100%;
  /*border-top: 5px solid #2F2E2A;*/
  /* -webkit-box-shadow: 0px 1px 9px #2F2E2A; */
  /* -moz-box-shadow: 0px 1px 9px #2F2E2A; */
  /* box-shadow: 0px 1px 9px #2F2E2A; */
  box-shadow: inset 0 -1px 0 rgba(255,255,255,.15), 0 -1px 5px rgba(0,0,0,.075);
  z-index: 9999;
}
footer#foot-bar > .container-fluid{
	padding:0;
  position: relative;
}
footer#foot-bar > .middlemenu{
	display:none;
    z-index: 20;
    position: relative;
	padding:0;
	bottom:0;
	width:100%;
}

footer#foot-bar > .middlemenu a{
	padding: 0 10px 5px 0;
	text-transform:capitalize
}



.pullBar, .pullWrap, .pullDesc{
	height:50px;
}
.pullBar{
    z-index: 20;
    position: relative;
    margin-top: -52px;
}
.pullWrap {
    position: relative;
    float: left;
    width: 32%;
    max-width: 410px;
    margin: 0px 5px;
}
.pullBox {
    position: relative;
    width: 100%;
    top: 0;
}
.pullBox > .pullDesc{
	padding:2px 5px;
}
.pullBox > .pullDesc h5{
	margin:0;
}
.pullBox > .pullDesc > .pullMsg > p{
	font-size:11px;
	line-height:none!important;
}
.pullBox > .pullContent {
    width: 100%;
    height: auto;
}
.pullArrow {
    position: absolute;
    width: 11px;
    height: 11px;
    right: 25px;
    top: 15px;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}
#pageMain {
    z-index: 200;
    overflow: hidden;
    position: relative;
    width: 100%;
    min-height: 100px;
}

ul#bxslider > li img, ul#bxslider-blog > li img{
	max-width:100%;
	height:auto;
}

table tr > td a.readmore_but4{ margin:20px 15px 0 0; }
.table-striped>tbody>tr{ margin-bottom:10px; }

/*********************/

#home_tricontentcontainer {
	clear: both;
	width: 100%;
	position: relative;
}
.home_triwrapper {
	width: 100%;
	margin: auto;
}
.home_tricontentpanel {
	width: 33.333%;
	position: relative;
	float: left;
}
.home_tricontentpanel:first-child {
	border-top:none;
}
.home_trilogopanel {
	padding: 10px 5px;
}
.home_trilogopanel img {
	width:auto;
	padding: 0 20px;

  height: 65px;
  position: absolute;
  left: 0;
  top: 0;

  display: none;
}
.home_tricpanel {
	padding: 2px;
	cursor: pointer
}
.home_ctitle1, .home_ctitle2 {
	font-family: 'Proxima Nova', sans-serif;
}
.home_ctitle1{
	letter-spacing: 1px;
	text-transform: uppercase;
}
.home_ctitle1 {
	font-size: 12px;
  font-weight: bold;
}
.home_ctitle2 {
	font-size: 10px
}

.home_tridropdownmenu {
	float: left;
	position: absolute;
	bottom: 50px;
	width: 100%;
	font-size: 12px;
	display: none;
}
.home_tridropdownmenu > .thumbnail{
	margin:0;
	padding:0;
	border:none;
}
.home_tridropdownsubtitle {
	margin: 10px;
	padding: 10px;
	font-size: 13px;
	font-style: italic
}
.home_tridropdownmenu ul a {
	padding: 0;
	display: block
}
.triboxcolor-black .home_ctitle2 {
display: none;
}

.home_tridropdownsubtitle {
margin: 10px;
padding: 10px;
font-size: 13px;
font-style: italic;
display: none;
}
.home_tridropdownsubtitle span {
	font-style: normal
}


ul.bxslider, ul.bxslider li { margin:0; padding:0 }

div.room{
	margin: 10px 0 5px 0;
}
div.room-gallery > div.bx-wrapper{
	margin:0 auto 5px;
}
div.room-gallery > .bx-wrapper img{
	margin: 0 auto;
}

div.room-gallery > div.bx-wrapper .bx-prev{
	left: -10px;
}
div.room-gallery > div.bx-wrapper .bx-next{
	right: -10px;
}
div#bx-pager{
	text-align:center;
}
div#bx-pager > a{
	cursor:pointer;
}
div#bx-pager > a > img{
	width:100px;
	height:auto;
	margin:5px;
}

a, .paging span{
	cursor:pointer;
}

.updated{
	margin:0 0 20px 0;
}
.paging{
	margin:10px 0;
}
.paging span{
	padding:0 5px;
}
.paging span > i{
	padding:0 3px;
}

#form-submit .row{
	margin-bottom:10px;
}

.content-list {
    list-style: none;
    padding: 0;
    margin: 0 10px 10px 0;
}
.content-list li{
    list-style: none !important;
}

ul.content-list-icon {
    list-style: none;
    padding: 0;
    margin: 0 10px 10px;
}
ul.content-list-icon > li{
	padding: 0;
}
ul.content-list-icon > li > .inline-block{
	font-size: 16px;
	vertical-align: middle;
	margin-left: 10px;
	font-weight: bold;
}

.border-box {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.inline-block {
    display: inline-block;
}
.top {
    vertical-align: top;
}
.vcenter {
	display: inline-block;
	vertical-align: middle;
	float: none;
 }
 .vcenter-flex{
	display: flex;
    align-items: center;
 }

.list-masonry .promotion img{
    width: 100%;
	height: auto;
}

.list-masonry .promotion .carousel-box-wrapper{margin-bottom: 25px;}

#mobilemenu{
	display:none;
}

#bxslider a.readmore_but4_green, #bxslider a.readmore_but4, #bxslider-blog a.readmore_but4_green, #bxslider-blog a.readmore_but4{
	margin-top:5px;
}


.home_triwrapper ul.inline-block{
	margin:0;
	padding:0;
	width:100%;
	display:block;
}
.home_triwrapper ul.inline-block > li{
	display:inline-block;
	vertical-align:top;
	float:left;
}
.home_triwrapper ul.inline-block > li:first-of-type{
	width:20%;
}
.home_triwrapper ul.inline-block > li:nth-of-type(2){
	width:80%;
}

#ca-form ul {
   text-align: right; 
  vertical-align: middle;
  /* list-style: none; */
}
#ca-form ul li {
	margin: 15px 10px 0 10px;
}
#ca-form ul li.inline-block{
	/* margin-left: 0px; */
	 /* padding-right:10px;  */
	/*padding-bottom:2px;*/
}
#ca-form .sky-form {
    
    font-size: 13px;
}
#ca-form .sky-form a{
	margin:0;
	padding:0;
}
#ca-form .sky-form fieldset{
	padding:5px 0;
}
#ca-form .sky-form input,
#ca-form .sky-form select {
	width: 149px;
	padding: 8px 10px;
}
#ca-form .sky-form input#calendar{
	width: 75px;
}
#ca-form .sky-form input#promocode{
	width: 175px;
}
#ca-form .sky-form .short {
	width: 30px;
}
#ca-form .sky-form input, .sky-form optgroup, .sky-form select, .sky-form textarea{
	line-height:normal;
}
#ca-form .sky-form .button{
	float:none;
	opacity:1;
	line-height: normal;
  border-radius: 4px;
  width: 100%;
  /* box-sizing: border-box; */
  font-weight: bold;
  padding: 5px 0;
  font-size: 14px;
}
ul.form-ca-wrapper,
ul.form-ca-wrapper ul{
	list-style: none;
}
img.guarantee{
	height:18px;
	width:auto;
}


#homegrid > div{
  padding:0px!important;
  overflow: hidden;
}

.thumbnailz.thumb-xl3 {height: 530px;}
.thumbnailz.thumb-xl2 {height: 500px;}
.thumbnailz.thumb-xl {height: 450px;}
.thumbnailz.thumb-lg {height: 400px;}
.thumbnailz.thumb-ml {height: 300px;}
.thumbnailz.thumb-md {height: 250px;}
.thumbnailz.thumb-sm {height: 150px;}
.thumbnailz.thumb-xs {height: 100px;}




.thumbnailz {
  position: relative;
  overflow: hidden;
}
.thumbnailz img {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 100%;
  width: auto;
  -webkit-transform: translate(-50%,-50%);
      -ms-transform: translate(-50%,-50%);
          transform: translate(-50%,-50%);
}
.thumbnailz img.portrait {
  width: 100%;
  height: auto;
}

.homegrid-elem {position: relative; overflow: hidden;}
.homegrid-elem .thumbnailz {
  width: 100%;
}

.homegrid-elem.active .thumbnailz,
.homegrid-elem:hover .thumbnailz {
-webkit-filter: contrast(1.05) grayscale(20%);
        filter: contrast(1.05) grayscale(20%);

-webkit-transform: scale(1.05);
   -moz-transform: scale(1.05);
        transform: scale(1.05);
}

.homegrid-elem .caption {
  padding: 10%;
  background-size: cover;
  width: 100%;
  height: 100%;
  float: left;
  position:absolute;
  bottom:0;

  /*-webkit-box-shadow: 0px -25px 80px 2px #000 inset;
  -moz-box-shadow: 0px -25px 80px 2px #000 inset;
  box-shadow: 0px -25px 80px 2px #000 inset;*/

  -webkit-box-shadow: inset 0 -80px 130px -10px #000000;
  -moz-box-shadow: inset 0 -80px 130px -10px #000000;
  box-shadow: inset 0 -80px 130px -10px #000000;
}
.homegrid-elem.active .caption,
.homegrid-elem:hover .caption {
  background: rgba(0, 0, 0, 0.6);
}

.homegrid-elem .caption .caption-content{
  margin: 0;
  position: absolute;
  bottom: -60px;
  left: 50%;
  /*font-size: 2em;*/
  transform: translate(-50%, -50%);
  font-weight: bold;
  text-align: center;
}
.homegrid-elem.active .caption .caption-content,
.homegrid-elem:hover .caption .caption-content{
  bottom: 0px;
}

.homegrid-elem .caption .caption-content .title{
  color: #fff;
  text-transform: capitalize;
  margin-bottom: 20px;
  font-weight: normal;
  /* font-size: 20px; */
  text-shadow: 1px 1px 1px #000;
}
.homegrid-elem .caption .caption-content .button{
  float: none;
  display: inline-block;
  height: 0px;
  padding: 0;
  opacity: 0;
  -webkit-box-shadow: 0px 1px 5px #000;
  -moz-box-shadow: 0px 1px 5px #000;
  box-shadow: 0px 1px 5px #000;
}
.homegrid-elem.active .caption .caption-content .button,
.homegrid-elem:hover .caption .caption-content .button{
  height: 50px;
  padding: 12px 40px;
  opacity: 1;
}
.homegrid-elem .caption .caption-content .button:hover{
  border-color: #fff;
  color: #333 !important;
}

/*----- CAPTION CENTER -----*/
.homegrid-elem .caption .caption-center{
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  /*font-size: 2em;*/
  transform: translate(-50%, -50%);
  font-weight: bold;
  text-align: center;
}
.homegrid-elem.active .caption .caption-center,
.homegrid-elem:hover .caption .caption-center{
  /*bottom: 0px;*/
}
.homegrid-elem .caption .caption-center .title,
.homegrid-elem .caption .caption-center .headline{
  color: #fff;
  text-shadow: 1px 1px 1px #000;
}


/*----- CAPTION BOTTOM -----*/
.homegrid-elem .caption-bottom {
  padding: 0;
  background-size: cover;
  width: 100%;
  height: 100%;
  float: left;
  position:absolute;
  bottom:0;

  /* -webkit-box-shadow: inset 0 -80px 130px -10px #000000;
  -moz-box-shadow: inset 0 -80px 130px -10px #000000;
  box-shadow: inset 0 -80px 130px -10px #000000;

  background: rgba(0, 0, 0, 0.4); */
}

.homegrid-elem .caption-bottom .caption-content{
  margin: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  font-weight: bold;
  padding: 20px 0;
  color: #fff;
}
.homegrid-elem.active .caption-bottom .caption-content,
.homegrid-elem:hover .caption-bottom .caption-content{
  bottom: 0px;
}

.homegrid-elem .caption-bottom .caption-content .title{
  color: #fff;
  text-shadow: 1px 1px 1px #000;
}
.homegrid-elem .caption-bottom .caption-content .buttons{
  margin-top: 10px;
}
/*
.homegrid-elem .caption-bottom .caption-content .button{
  float: none;
  display: inline-block;
  height: 0px;
  padding: 0;
  opacity: 0;
  -webkit-box-shadow: 0px 1px 5px #000;
  -moz-box-shadow: 0px 1px 5px #000;
  box-shadow: 0px 1px 5px #000;
}
.homegrid-elem.active .caption-bottom .caption-content .button,
.homegrid-elem:hover .caption-bottom .caption-content .button{
  height: 50px;
  padding: 12px 40px;
  opacity: 1;
}
.homegrid-elem .caption-bottom .caption-content .button:hover{
  border-color: #fff;
  color: #fff !important;
}*/


.homegrid-box > div,
.homegrid-full li > div {overflow: hidden; padding: 0px;}
.homegrid-full .homegrid-elem img {width: 100%; margin: 0px;}
.homegrid-full .homegrid-text {padding: 35px 50px 35px 35px;}
.homegrid-full .homegrid-text h2 { margin-bottom: 20px;}
.homegrid-full .homegrid-text p {font-size: 14px; margin-bottom: 20px;}
.homegrid-full .bx-wrapper .bx-prev {left: 10px;}
.homegrid-full .bx-wrapper .bx-next {right: 10px;}

.homegrid-full.with-padding .homegrid-elem img {width: 100%; padding: 35px;}


#homegrid-box-1v-2b-1h > div {padding: 20px;}
#homegrid-elem-2b {padding-bottom: 15px;}
#homegrid-elem-1h {padding-top: 15px;}

.bx-wrapper {margin-bottom: 0 !important;}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
  bottom: 10px !important;
}

  .carousel-wrapper {
    /* background-color: #fff; */
    padding: 0;
    margin-bottom: 15px;
    /* -webkit-box-shadow: 0 0 5px 0 rgba(0,0,0,.2);
    -moz-box-shadow: 0 0 5px 0 rgba(0,0,0,.2);
    box-shadow: 0 0 5px 0 rgba(0,0,0,.2); */
  }
  .carousel-box-wrapper,
  .carousel-box-v2-wrapper,
  .two-box-wrapper,
  .two-box-v2-wrapper,
  .two-box-v3-wrapper,
  .three-box-wrapper,
  .three-box-v2-wrapper{
    background-color: #fff;
    padding: 0;
    margin-bottom: 15px;
    -webkit-box-shadow: 0 0 5px 0 rgba(0,0,0,.2);
    -moz-box-shadow: 0 0 5px 0 rgba(0,0,0,.2);
	box-shadow: 0 0 5px 0 rgba(0,0,0,.2);
	overflow: hidden;
	position: relative;
  }
  .carousel-wrapper .carousel-text {
	padding: 20px 0 20px 0;
	text-align: left;
  }
  .carousel-wrapper .carousel-text .readmore_but4,
  .carousel-wrapper .carousel-text .readmore_but4_green{
    float: left;
    display: inline-block;
    margin-top: 20px;
  }

  /* --- mini box v1 --- */
  .carousel-box-wrapper .carousel-text {
	padding: 20px;
	text-align: center;
  }
  .carousel-box-wrapper .carousel-text .readmore_but4,
  .carousel-box-wrapper .carousel-text .readmore_but4_green{
    float: none;
    display: inline-block;
    margin-top: 20px;
  }
  .carousel-box-wrapper .carousel-box-text{
	  width: 100%;
	  height: 100%;
	  position: absolute;
	  top: 0;
	  left: 0;
	  background: rgba(0, 0, 0, 0.3);
  }
  .carousel-box-wrapper .carousel-box-text .caption{
	  position: absolute;
	  bottom: 0;
	  right: 0;
	  padding: 20px;
	  text-align: right;
	  width: 100%;
  }
  .carousel-box-wrapper .carousel-box-text .button{
	  float: right;
	  box-shadow: 1px 1px 1px #000;
  }
  .carousel-box-wrapper .carousel-box-text .title,
  .carousel-box-wrapper .carousel-box-text .text{
	  color: #fff;
	  text-shadow: 1px 1px 1px #000;
  }
  .carousel-box-wrapper .carousel-box-image{
	  background: rgba(0, 0, 0, 0.5);
  }
  .carousel-box-wrapper .carousel-box-image img{
	  max-width: unset !important;
  }

  /* --- mini box v2 --- */
  .carousel-box-v2-wrapper:hover .carousel-box-text{
	  /* top: 0; */
  }
  .carousel-box-v2-wrapper:hover .carousel-box-text .caption{
	  /* bottom: 0; */
	  transform: translateY(0px);
  }
  .carousel-box-v2-wrapper *{
	-webkit-transition: all 0.42s ease-in-out;
	  -moz-transition: all 0.42s ease-in-out;
	  -o-transition: all 0.42s ease-in-out;
	  -ms-transition: all 0.42s ease-in-out;
	  transition: all 0.42s ease-in-out;
  }

  .carousel-box-v2-wrapper .carousel-text {
	padding: 20px;
	text-align: center;
  }
  .carousel-box-v2-wrapper .carousel-text .readmore_but4,
  .carousel-box-v2-wrapper .carousel-text .readmore_but4_green{
    float: none;
    display: inline-block;
    margin-top: 20px;
  }
  .carousel-box-v2-wrapper .carousel-box-text{
	  width: 100%;
	  height: 100%;
	  position: absolute;
	  top: 0;
	  left: 0;
	}
	.carousel-box-v2-wrapper .carousel-box-text .caption{
		position: absolute;
		bottom: 0;
		right: 0;
		width: 100%;
		padding: 14px 20px 20px 20px;
		text-align: left;
		transform: translateY(245px);
		/* background: rgba(0, 0, 0, 0.5); */
		background: #fff;
  }
  .carousel-box-v2-wrapper .carousel-box-text .title{
	/* color: #fff;
	text-shadow: 1px 1px 1px #000; */
	text-align: center;
	line-height: 34px;
	font-weight: normal;
  }
  .carousel-box-v2-wrapper .carousel-box-text .text{
	  /* color: #fff;
	  text-shadow: 1px 1px 1px #000; */
  }
  .carousel-box-v2-wrapper .carousel-box-text .button{
	  margin-top: 10px;
	  float: right;
	  box-shadow: 1px 1px 1px #000;
  }
  .carousel-box-v2-wrapper .carousel-box-image{
	  background: rgba(0, 0, 0, 0.5);
  }
  .carousel-box-v2-wrapper .carousel-box-image img{
	  max-width: unset !important;
  }

  
  /* --- two box v1 --- */
  .two-wrapper .two-text {
    padding: 20px;
  }
  .two-wrapper .two-text .readmore_but4,
  .two-wrapper .two-text .readmore_but4_green{
    float: none;
    display: inline-block;
    margin-top: 20px;
  }
  .two-box-wrapper .two-box-text{
	  width: 100%;
	  height: 100%;
	  position: absolute;
	  top: 0;
	  left: 0;
	  /* background: rgba(0, 0, 0, 0.2); */
  }
  .two-box-wrapper .two-box-text .caption{
	  position: absolute;
	  bottom: 0;
	  width: 100%;
	  padding: 20px;
	  /* text-align: right; */
	  background-color: rgba(255, 255, 255, 0.8);
  }
  .two-box-wrapper .two-box-text .button{
	  float: right;
	  box-shadow: 1px 1px 1px #000;
  }
  .two-box-wrapper .two-box-text .title,
  .two-box-wrapper .two-box-text .text{
	  margin-bottom: 0;
	  text-align: left;
  }
  .two-box-wrapper .two-box-image{
	  background: rgba(0, 0, 0, 0.5);
  }
  .two-box-wrapper .two-box-image img{
	  max-width: unset !important;
  }


	/* --- two box v2 --- */
  	.two-box-v2-wrapper:hover .two-box-v2-text .caption{
		visibility: visible;
	  	opacity: 1;
	}
	.two-box-v2-wrapper:hover .two-box-v2-text .title{
		visibility: hidden;
	  	opacity: 0;
	}
	
	.two-box-v2-wrapper .two-box-v2-text > *{
	  -webkit-transition: visibility 0.5s, opacity 0.5s linear;
	  -moz-transition: visibility 0.5s, opacity 0.5s linear;
	  -o-transition: visibility 0.5s, opacity 0.5s linear;
	  -ms-transition: visibility 0.5s, opacity 0.5s linear;
	  transition: visibility 0.5s, opacity 0.5s linear;
	}

  .two-box-v2-wrapper .two-box-v2-text{
	  /* visibility: hidden; */
	  width: 100%;
	  height: 100%;
	  position: absolute;
	  top: 0;
	  left: 0;
	  padding: 20px;
	  background: rgba(0, 0, 0, 0.5);
  }
  .two-box-v2-wrapper .two-box-v2-text .title{
	  /* font-size: 30px; */
	  text-transform: uppercase;
	  font-weight: normal;
	  position: absolute;
	  top: 50%;
	  left: 50%;
	  transform: translate(-50%,-50%);
	  color: #fff;
	  text-shadow: 1px 1px 1px #000;
	  letter-spacing: 7px;
	  text-align: center;
  }
  .two-box-v2-wrapper .two-box-v2-text .caption{
	  visibility: hidden;
	  opacity: 0;
	  position: relative;
	  top: 50%;
	  left: 50%;
	  transform: translate(-50%,-50%);
	  width: 100%;
	  height: 100%;
	  padding: 30px 40px;
	  background-color: rgba(255, 255, 255, 0.8);
  }
  .two-box-v2-wrapper .two-box-v2-text .text-wrapper > * {
	  /* font-size: 16px;
	  line-height: 30px; */
	  text-align: left;
  }
  .two-box-v2-wrapper .two-box-v2-text .button-wrapper{
	bottom: 0;
	position: absolute;
	right: 0;
	margin: 30px;
	}
  .two-box-v2-wrapper .two-box-v2-text .button{
	  float: right;
	  box-shadow: 1px 1px 1px #000;
  }
  .two-box-v2-wrapper .two-box-v2-image{
	  background: rgba(0, 0, 0, 0.5);
  }
  .two-box-v2-wrapper .two-box-v2-image img{
	  max-width: unset !important;
  }


/* --- two box v3 --- */
.two-box-v3-wrapper:hover .two-box-v3-text .caption{
	visibility: visible;
	  opacity: 1;
}
.two-box-v3-wrapper:hover .thumbnailz {
-webkit-filter: contrast(1.05) grayscale(20%);
        filter: contrast(1.05) grayscale(20%);

-webkit-transform: scale(1.1);
   -moz-transform: scale(1.1);
        transform: scale(1.1);
}
.two-box-v3-wrapper:hover .two-box-v3-text{
	background: rgba(0, 0, 0, 0.6);
  }
.two-box-v3-wrapper:hover .two-box-v3-text .title{
	visibility: hidden;
	  opacity: 0;
}

.two-box-v3-wrapper .two-box-v3-text > *{
  -webkit-transition: visibility 0.5s, opacity 0.5s linear;
  -moz-transition: visibility 0.5s, opacity 0.5s linear;
  -o-transition: visibility 0.5s, opacity 0.5s linear;
  -ms-transition: visibility 0.5s, opacity 0.5s linear;
  transition: visibility 0.5s, opacity 0.5s linear;
}

.two-box-v3-wrapper .two-box-v3-text{
  /* visibility: hidden; */
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.3);
}
.two-box-v3-wrapper .two-box-v3-text .title{
  /* font-size: 30px; */
  font-weight: normal;
  text-transform: uppercase;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  color: #fff;
  text-shadow: 1px 1px 1px #000;
  letter-spacing: 7px;
  text-align: center;
}
.two-box-v3-wrapper .two-box-v3-text .caption{
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 90%;
  /* height: 92%; */
  padding: 30px 40px;
  /* background-color: rgba(255, 255, 255, 0.8); */
  color: #fff;
}
.two-box-v3-wrapper .two-box-v3-text .text-wrapper > * {
  text-align: center;
}
.two-box-v3-wrapper .two-box-v3-text .button-wrapper{
margin: 20px 0 0 0;
}
.two-box-v3-wrapper .two-box-v3-text .button{
  float: none;
  display: inline-block;
  background: none;
  border-color: #fff;
  margin: 0 10px;
}
.two-box-v3-wrapper .two-box-v3-text .button:hover{color: #fff !important;}
.two-box-v3-wrapper .two-box-v3-text .button.popup-link{
	border: none;
}
.two-box-v3-wrapper .two-box-v3-image img{
  max-width: unset !important;
}

  /* --- three box v1 --- */
  .three-box-wrapper{
	  margin-bottom: 30px;
  }
  .three-box-wrapper .carousel-text {
	padding: 20px;
	text-align: center;
  }
  .three-box-wrapper .carousel-text .readmore_but4,
  .three-box-wrapper .carousel-text .readmore_but4_green{
    float: none;
    display: inline-block;
    margin-top: 20px;
  }
  .three-box-wrapper .three-box-text{
	  width: 100%;
	  height: 100%;
	  position: absolute;
	  top: 0;
	  left: 0;
	  background: linear-gradient(rgba(0, 0, 0, 0.2),rgba(0, 0, 0, 0.2),rgba(0, 0, 0, 0.2),rgba(0, 0, 0, 0.9));
  }
  .three-box-wrapper .three-box-text .caption{
	  position: absolute;
	  bottom: 0;
	  right: 0;
	  padding: 40px 30px;
	  /* text-align: right; */
	  width: 100%;
  }
  .three-box-wrapper .three-box-text .button{
	  float: none;
	  display: inline-block;
	  margin: 0 5px;
	  box-shadow: 1px 1px 1px #000;
  }
  .three-box-wrapper .three-box-text .title,
  .three-box-wrapper .three-box-text .text{
	  color: #fff;
	  text-shadow: 1px 1px 1px #000;
  }
  .three-box-wrapper .three-box-text .title{
	  text-transform: uppercase;
  }
  .three-box-wrapper .three-box-text .text{
	  margin-bottom: 10px;
  }
  .three-box-wrapper .three-box-image{
	  background: rgba(0, 0, 0, 0.5);
  }
  .three-box-wrapper .three-box-image img{
	  max-width: unset !important;
  }


  /* --- three box v2 --- */
  .three-box-v2-wrapper:hover .three-box-v2-text{
	background-color: rgba(255, 255, 255, 0.89);
  }
  .three-box-v2-wrapper:hover .three-box-v2-text .caption{
	visibility: visible;
	  opacity: 1;
}
.three-box-v2-wrapper:hover .three-box-v2-text .title{
	visibility: hidden;
	  opacity: 0;
}

.three-box-v2-wrapper .three-box-v2-text > *{
  -webkit-transition: visibility 0.5s, opacity 0.5s linear;
  -moz-transition: visibility 0.5s, opacity 0.5s linear;
  -o-transition: visibility 0.5s, opacity 0.5s linear;
  -ms-transition: visibility 0.5s, opacity 0.5s linear;
  transition: visibility 0.5s, opacity 0.5s linear;
}

.three-box-v2-wrapper .three-box-v2-text{
  /* visibility: hidden; */
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  padding: 0px;
  background: rgba(0, 0, 0, 0.5);
}
.three-box-v2-wrapper .three-box-v2-text .title{
  /* font-size: 0px; */
  position: absolute;
  /* top: 50%; */
  left: 50%;
  transform: translate(-50%,0);
  bottom: 80px;
  color: #fff;
  text-shadow: 1px 1px 1px #000;
  letter-spacing: 1px;
  text-align: center;
}
.three-box-v2-wrapper .three-box-v2-text .title::after{
	content: "";
	position: absolute;
	bottom: -30px;
	height: 3px;
	width: 100px;
	background: #fff;
	left: 50%;
  transform: translate(-50%,0);
}
.three-box-v2-wrapper .three-box-v2-text .caption{
  visibility: hidden;
  opacity: 0;
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 100%;
  /* height: 100%; */
  padding: 30px 40px;
}
.three-box-v2-wrapper .three-box-v2-text .text-wrapper > * {
  /* font-size: 16px;
  line-height: 30px; */
  text-align: left;
}
.three-box-v2-wrapper .three-box-v2-text .button-wrapper{
bottom: 0;
position: absolute;
right: 0;
margin: 30px;
}
.three-box-v2-wrapper .three-box-v2-text .button{
  float: none;
  /* box-shadow: 1px 1px 1px #000; */
  margin-top: 10px;
  display: inline-block;
}
.three-box-v2-wrapper .three-box-v2-image{
  background: rgba(0, 0, 0, 0.5);
}
.three-box-v2-wrapper .three-box-v2-image img{
  max-width: unset !important;
}

#dataview .carousel-wrapper{
	padding: 0 20px;
}

  .map-container {
  width: 100%;
  }
  .map-container iframe{
  width: 100%;
  display: block;
  pointer-events: none;
  position: relative; /* IE needs a position other than static */
  }
  .map-container iframe.clicked{
  pointer-events: auto;
  }

  .box-below-blog .frposts ul li {list-style: none;}

.readmore-content {display: none;}


/*----- SLIDER CAPTION -----*/
.tp-banner .caption {
	background-color: rgba(0, 0, 0, 0.5);
	padding: 20px;
	max-width: 500px;
	white-space: normal !important;
}
.tp-banner .caption h1,
.tp-banner .caption h2,
.tp-banner .caption h3,
.tp-banner .caption h4,
.tp-banner .caption h5,
.tp-banner .caption h6,
.tp-banner .caption p {
	color: #fff;
}


/*----- KHUSUS BOX 6 -----*/
.box-6-middle {position: relative;}

.box-6-middle .caption {
  padding: 10%;
  background-size: cover;
  width: 100%;
  height: 100%;
  float: left;
  position:absolute;
  bottom:0;
}

/*----- CAPTION CENTER -----*/
.box-6-middle .caption .caption-center{
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  /*font-size: 2em;*/
  transform: translate(-50%, -50%);
  font-weight: bold;
  text-align: center;
  width: 85%;
}
.box-6-middle .caption .caption-center h1{	
	font-size: 28px;
}

.box-6-middle .caption .caption-center p{
  font-size: 14px;
}
.box-6-middle .caption .caption-center h3{
	text-transform: capitalize;
}

#template-3 .title {font-size: 24px; margin: 20px 0 10px 0;}
#template-3 .headline {font-size: 18px; font-weight: normal; color: #333; text-transform: capitalize; margin: 20px 0;} 


.blog-left { padding-top: 15px; padding-bottom: 15px;}
.blog-left > ul {padding: 0; margin: 0;list-style: none;}
.blog-left > ul ul {padding: 0 0 0 20px;}
.blog-center {background-color: #fff; padding: 20px 15px;}
.blog-center .content-list > li {border-bottom: 1px solid #ddd; padding: 25px 0;}
.blog-center .content-list > li:first-of-type {padding-top:0;}
.blog-center .content-list > li:last-of-type {border-bottom: none; padding-bottom: 0;}
.blog-center .content-list > li .blog-post-image {padding-left: 0;}
.blog-center .content-list > li .blog-post-text {padding-right: 0;}

.property-left {}


.property-left .form-ca{
	padding: 30px;
	white-space: normal !important;
	background-color: #fff;
}
.property-left .form-ca h3 {
	display: block !important;
	font-weight: bold;
	/* margin-bottom: 15px; */
	padding-bottom: 15px;
	border-bottom: 1px solid #ddd;
}
.property-left .form-ca .sky-form .form-group {
	margin: 7px 0px 5px 0px;
	box-sizing: border-box;
}
.property-left .form-ca .sky-form .form-group:first-of-type{margin-top: 0px;}
.property-left .form-ca .sky-form .form-group .col-md-6:nth-of-type(1){padding-right: 10px;}
.property-left .form-ca .sky-form .form-group .col-md-6:nth-of-type(2){padding-left: 10px;}
.property-left .form-ca .sky-form fieldset {padding: 0;}
.property-left .form-ca .sky-form ul.form-ca-wrapper > li {
	margin-top: 15px;
	color: #333;
}
.property-left .form-ca .sky-form input,
.property-left .form-ca .sky-form select{
	border: 1px solid #333;
	width: 100%;
	background: rgba(250,250,250,0.2);
	color: #333;
	padding: 5px 8px;
	margin: 5px 0 10px 0;
	box-sizing: border-box;
	border-radius: 5px;
}
.property-left .form-ca .sky-form .readmore_but4_green {
	float: none;
	font: inherit;
	padding: 10px 20px;
	height: auto;
	opacity: 1;
    font-weight: bold;
	font-size: 14px;
	border-radius: 5px;
	/* border: 1px solid #fff; */
	box-sizing: border-box;
	width: 100% !important;
}

.property-left .form-ca .wrapper-title {display: inline-block !important;}
/* .property-left .form-ca .wrapper-subtitle  */
.property-left .form-ca .wrapper-checkin,
.property-left .form-ca .wrapper-night {display: block;}


.property-center {background-color: #fff; padding: 20px;}
.property-center .content-list {padding: 0; margin: 0;}
.property-center .content-list > li {border-bottom: 1px solid #ddd; padding: 25px 0;}
.property-center .content-list > li:first-of-type {padding-top:0;}
.property-center .content-list > li:last-of-type {border-bottom: none; padding-bottom: 0;}
.property-center .content-list > li .property-post-image {padding-left: 0;}
.property-center .content-list > li .property-post-text {padding-right: 0;}
.property-center .content-list > li .property-post-text .headline {
	color: #777;
	margin-bottom: 10px;
}
.property-center .content-list > li .property-post-text .headline p{
	line-height: 10px;
	font-size: 95%;
}
.property-center .content-list > li .property-post-text .content{}



hr {margin-top: 20px; margin-bottom: 20px;}

.two-box-wrapper .two-box-text > .caption > div:nth-of-type(2){
	padding: 0 10px 0 20px;
}
.two-box-wrapper .two-box-text .button{
	width: 100%;
}
.two-box-wrapper .two-box-text .readmore_but4{
	margin: 10px 0 0 0;
}

.gamma-description{
	background: #00000090 !important;
}
.gamma-description h3{
	color: #fff !important;
}

.dhtmlxcalendar_material {
	z-index: 1000 !important;
}

#loading-spinner{
	background: rgba(0,0,0,0.5);
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 10000;
}
#loading-spinner #spinner{
	color: #fff;
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%,-50%);
}

.calendar-control ul {margin: 0 0 20px 0; padding: 0;}
.calendar-control #calendardate {
	text-align: center;
	border-radius: 5px;
}
.calendar-control .calcontrol {
	float: none;
	padding: 1px 10px;
	margin-right: 0;
}
.calendar-control .calcontrol[disabled="disabled"]{
	background-color: #BFEEEC;
	border-color: #BFEEEC;
	color: #5EB1AE !important;
}
#box-calendar {width: 100%; }
#box-calendar #calendar-header td{background: #434A50; color: #fff;}
#box-calendar #calendar-header h3{margin: 0; color: #fff;}
#box-calendar .promoname td{background: #BFEEEC;}
#box-calendar .promoname h2{margin-bottom: 0;}
#box-calendar .promoname a{color: #1F8581;}
#box-calendar .roomoffer td{background: #EAFCFB; border-bottom: 1px solid #BFEEEC;}

/* #box-calendar .roomoffer:nth-of-type(even) td{background: #EAFCFB;} */
#box-calendar tr td {
	/* border: 1px solid #ddd;  */
	vertical-align: middle; 
	text-align: center;
}
#box-calendar tr td:first-of-type{padding: 10px;}
#box-calendar tr.promoname td,
#box-calendar tr td.roomoffername {text-align: left;}
#box-calendar tr td.date-wrapper,
#box-calendar tr td.btn-book-wrapper,
#box-calendar .date {width: 60px;}
#box-calendar .date {
	cursor: pointer;
	vertical-align: middle;
	text-align: center;
	/* background: #ddd; */
	height: 45px;
    font-size: 11px;
    line-height: 16px;
    display: table-cell;
}
/* #box-calendar .date.checkin{background: #f00;} */
#box-calendar .date.selected{ /* background: #8FD5D2; */ background: #5EB1AE; color: #fff; font-weight: bold;}
#box-calendar .date.checkout{background: #1f8581;}
#box-calendar .btn-book-calendar{
	margin: 0;
	font-size: 10px;
	padding: 5px 7px;
	float: none;
}

.mfp-bg {z-index: 1001 !important;}
.mfp-close-btn-in .mfp-close {color: #ffffff !important;}
.popup-content{
	width: 60%;
    padding: 20px;
    background: #fff;
    margin: 0 auto;
}
.popup-content img{max-width: 100%;}
.popup-content hr {border-color: #bbb;}

.description ul li,
.popup-content ul.detail li{
	list-style: disc !important;
}
.popup-content ul.detail li:last-of-type {
	display: none;
}

.popup-content-full{
	width: 60%;
	padding: 0px;
    background: #fff;
    margin: 30px auto;
}
.popup-content-full .image-wrapper img{
	width: 100%;
}
.popup-content-full .description{
	padding: 20px;
}

#go-to-top .fa{
	position: fixed;
	right: 30px;
	bottom: 20px;
	padding: 0px;
	margin: 0px;
	width: 34px;
	height: 34px;
	text-align: center;
	border-radius: 24px;
	line-height: 32px;
	vertical-align: middle;
	background-color: rgba(0,0,0,0.5);
	color: #fff;
	z-index: 99999;
	box-shadow: 1px 1px 2px #000;
}


.banner{
	position: relative;
}

.banner .book-direct{
	position:absolute;
	/* margin-top: 20px;
	top: 50%;
	transform: translate(0, -50%);	 */
	/* top: 130px; */
	left: 70px;
	z-index: 20;
	background-color: rgba(255, 255, 255, 0.89);
	padding: 15px 20px;
	max-width: 300px;
	white-space: normal !important;
}

.book-direct h2 {
	font-weight: normal;
	/* margin-bottom: 15px; */
	padding-bottom: 15px;
}
.book-direct .form-group {
	margin: 7px 0px 5px 0px;
	box-sizing: border-box;
	font-size: 12px;
	
}
.book-direct .sky-form .form-group:first-of-type{
	margin-top: 0px;
}
.book-direct .sky-form .form-group .col-md-6:nth-of-type(1){
	padding-right: 10px;
}
.book-direct .sky-form .form-group .col-md-6:nth-of-type(2){
	padding-left: 10px;
}
.book-direct .sky-form fieldset {
	padding: 0;
}
.book-direct .sky-form input,
.book-direct .sky-form select{
	border: 1px solid #fff;
	width: 100%;
	background: rgba(250,250,250,0.2);
	color: #fff;
	padding: 10px;
	box-sizing: border-box;
	border-radius: 5px;
}
.book-direct .sky-form .button {
	float: none;
	font: inherit;
	padding: 10px 20px;
	height: auto;
	opacity: 1;
    font-weight: bold;
	font-size: 14px;
	border-radius: 5px;
	font-weight: bold;
	border-width: 2px;
	border-style: solid;
	text-align: center;
}
.book-direct .sky-form p{
	font-size: 12px;
	line-height: 16px;
}

.price-compare b span,
.price-compare div span {
    float: right;
}

.half-banner .hide-on-tab {
	display: none;
}

.half-banner .book-direct {
	top: 60px;
	padding: 15px;
	height: 100%;
}

.half-banner .book-direct h2 {
	font-size: 14px;
	padding-bottom: 10px;
}
.half-banner .book-direct .sky-form .form-group {
	margin: 5px 0px 3px 0px;
	font-size: 11px;
}
.half-banner .book-direct .sky-form input,
.half-banner .book-direct .sky-form select{
	padding: 3px;
}
.half-banner .book-direct .sky-form .button {
	padding: 5px 20px;
	font-size: 12px;
}


.book-direct-v2{
	position:absolute;
	/* margin-top: 20px;
	top: 50%;
	transform: translate(0, -50%);	 */
	/* top: 130px; */
	left: 70px;
	z-index: 20;
	background-color: rgba(255, 255, 255, 0.89);
	padding: 0px;
	max-width: 300px;
	white-space: normal !important;
}
.book-direct-v2 .title{
	padding: 15px 20px;
}
.book-direct-v2 .content{
	padding: 15px 20px;
}
.book-direct-v2 h2 {
	font-weight: normal;
	/* margin-bottom: 15px; */
	/* padding-bottom: 15px; */
}
.book-direct-v2 .form-group {
	margin: 7px 0px 5px 0px;
	box-sizing: border-box;
	font-size: 14px;
	
}
.book-direct-v2 .sky-form .button {
	float: none;
	font: inherit;
	padding: 10px 20px;
	height: auto;
	opacity: 1;
	font-weight: bold;
	font-size: 14px;
	border-radius: 5px;
	font-weight: bold;
	border-width: 2px;
	border-style: solid;
	text-align: center;
}
.book-direct-v2 .footer-1{
	padding: 10px 15px;
	font-size: 11px;
}
.book-direct-v2 .footer-2 .cta-button{
	padding: 10px;
}

.readmore_but4_green.button-center,
.readmore_but4.button-center{
	float: none;
    display: inline-block;
    margin: 0 10px;
}
.readmore_but4_green.button-large,
.readmore_but4.button-large{
    padding: 5px 22px;
    font-size: 16px;
}
.readmore_but4_green.button-big,
.readmore_but4.button-big{
    padding: 12px 36px;
    font-size: 16px;
}

.section-title{
	/* font-size: 30px; */
	/* font-weight: bold; */
	padding: 20px 0;
}


.parallax-window {
    min-height: 500px;
	background: rgba(0, 0, 0, 0.5);
	position: relative;
}
.parallax-text{
	width: 100%;
	height: 100%;;
	text-align: center;
	background-color: rgba(255, 255, 255, 0.8);
}

.parallax-text .title{
	font-size: 30px;
	color: #fff;
	letter-spacing: 7px;
  }
  .parallax-text .caption{
	/* visibility: hidden; */
	/* opacity: 0; */
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 90%;
	/* height: 92%; */
	padding: 30px 40px;
	color: #fff;
  }
  .parallax-text .text-wrapper > * {
	text-align: center;
  }
  .parallax-text .button-wrapper{
  margin: 20px 0 0 0;
  }
  .parallax-text .button{
	float: none;
	display: inline-block;
	background: none;
	border-color: #fff !important;
	margin: 0 10px;
  }
  .parallax-text .button:hover{color: #fff !important; background: none; border-color: #fff;}


.navbar-default .navbar-button .language-selector-wrapper{
	display: inline-block;
	margin: 20px 18px 18px 0;
}
.navbar-default .navbar-button .language-selector img{
	width: 28px;
	height: 28px;
	margin: 0 2px;
}
.navbar-default .navbar-button .language-selector img.active-language{
	filter: drop-shadow(1px 1px 0 rgba(128,128,128,0.8)) 
			drop-shadow(-1px -1px 0 rgba(128,128,128,0.8))
			drop-shadow(1px -1px 0 rgba(128,128,128,0.8))
			drop-shadow(-1px 1px 0 rgba(128,128,128,0.8));
}