:root {
	--main-txt-color: #666;
	--main-txt-spacing: 1px;
	--custom-border-radius: 3px;

	--btn-padding: 12px 16px;
	--btn-background: #c42b08;
	--btn-background-hover: #333;
	--btn-textsize: 11px;
	--btn-textcolor: #FFF;
	--btn-textspacing: 1px;

	--link-textsize: 11px;
	--link-textcolor: #666;
	--link-textcolor-hover: #4fc878;
	--link-textspacing: 1.5px;
}

body {
  font-family: 'Lato';
  overflow-x: hidden;
  letter-spacing: .5px;
  color: var(--main-txt-color);
}

* {
	margin: 0 auto;
}

h1,
h2,
h3 {
	margin: 0;
	padding: 0;
}

a:focus {
	outline: none;
}

.no-margin {
	margin: 0 !important;
}

.no-padding {
	padding: 0 !important;
}

.no-padding-sides {
	padding-right: 0 !important;
	padding-left: 0 !important;
}

.no-padding-left {
	padding-left: 0 !important;
}
 
.no-padding-right {
	padding-right: 0 !important;
}

.no-padding-bottom {
	padding-bottom: 0 !important;
}

.no-padding-top {
	padding-top: 0 !important;
}

.no-scroll {
	overflow: hidden;
}
.center {
	text-align: center !important;
}
.bold {
	font-weight: 700 !important;
}
/**
 * Note: I have omitted any vendor-prefixes for clarity.
 * Adding them is left as an exercise for the reader.
 */

.headroom {
    transition: transform 200ms linear;
}

.headroom--pinned {
    transform: translateY(0%);
}

.headroom--unpinned {
    transform: translateY(-100%);
}

/* HEADER */

header {
	position: fixed;
	width: 100%;
	z-index: 9999;
	padding: 24px 0 0 0;
	background: #FFF;
}

	header img {
		margin-top: 13px;
		max-width: 100%;
	}

	header .info-support {
		width: 100%;
		margin: 0;
		padding: 0 0 16px 0;
		border-bottom: 1px solid #e5e5e5;
		list-style: none;
		text-align: right;
	}

	header .info-support li {
		display: inline-block;
		margin-left: 24px;
	}

	header .info-support li i {
		margin-right: 8px;
		color: #AAA;
	}

	header .info-support a,
	header .booking a {
		display: inline-block;
		padding: var(--btn-padding);
		background-color: #4fc878;
		font-size: var(--btn-textsize);
		font-weight: bold;
		color: var(--btn-textcolor);
		letter-spacing: var(--btn-textspacing);

		-webkit-transition: all .3s ease-in-out;
		   -moz-transition: all .3s ease-in-out;
		        transition: all .3s ease-in-out;

		-webkit-border-radius: var(--custom-border-radius);
		   -moz-border-radius: var(--custom-border-radius);
		        border-radius: var(--custom-border-radius);
	}

	header .info-support a:hover,
	header .booking a:hover {
		background-color: var(--btn-background-hover);
		text-decoration: none;
	}
	
	header .booking a {
		display: none;
	}
	
/* NAVIGATION */

.dropdown img {
	margin: 0;
}

.social-media {
	margin: 0 0 0 32px;
	padding: 0;
	list-style: none;
	display: inline-block;
}

	.social-media li {
		display: inline-block;
	}

	.social-media li a {
		display: inline-block;
		width: 24px;
		height: 24px;
		padding-top: 3px;
		background-color: #AAA;
		color: #FFF;
		text-align: center;

		-webkit-transition: all .3s ease-in-out;
		   -moz-transition: all .3s ease-in-out;
		        transition: all .3s ease-in-out;

		-webkit-border-radius: var(--custom-border-radius);
		   -moz-border-radius: var(--custom-border-radius);
		        border-radius: var(--custom-border-radius);
	}

	.social-media li a:hover {
		background-color: #888;
	}


/* HERO BANNER */

/*.banner-hero {
	max-height: 720px;
	overflow: hidden;
	padding-top: 145px;
}*/

.banner-hero {
	position: relative;
	padding-top: 40px;
}

	.banner-hero .item {
		height: 632px;
	}

	.banner-hero img {
		width: 200%;
		top: 15%;
		left: 0;
		position: absolute;
	}

.banner-content {
	top: 50%;
	left: 10%;
	z-index: 2;
	position: absolute;
}

	.banner-content h1 {
		font-size: 40px;
		font-weight: 300;
		color: rgba(255,255,255,.9);
	}

	.banner-content h2 {
		position: relative;
		display: inline-block;
		margin-top: 8px;
		font-size: 15px;
		font-style: italic;
		font-weight: 300;
		color: rgba(255,255,255,.5);
	}

	.banner-content h2:after {
		content: '';
		display: block;
		position: absolute;
		top: 24px;
		right: 0;
		width: 900%;
		height: 1px;
		background-color: rgba(255,255,255,.2);
	}
	
	.carousel-caption {
		position: absolute;
	}

.carousel-inner .item .container {
	padding-top: 240px;
	padding-bottom: 240px;
}

	.carousel-inner .item .container h1 {
		margin-bottom: 8px;
		font-size: 48px;
		font-weight: normal;
		color: #444;
	}

	.carousel-inner .item .container h1 span {
		font-weight: bold;
	}

	.carousel-inner .item .container h2 {
		position: relative;
		display: inline-block;
		font-size: 16px;
		font-style: italic;
		color: rgba(0,0,0,.4);
	}

	.carousel-inner .item .container h2:after {
		position: absolute;
		margin-top: 8px;
		right: 0;
		content: '';
		display: block;
		width: 900%;
		height: 1px;
		background-color: rgba(0,0,0,.1);
	}

/* SUBBANNER */

.subbanner {
	position: relative;
	padding-top: 145px;
	height: 465px;
	overflow: hidden;
}

	.subbanner div {
		background-position: center !important;
	}

	.subbanner .a {
		width: 100% !important;
		top: 0;
		left: 0;
		position: absolute;
		height: 100%;
	}

	.subbanner-offers .container {
		padding-top: 160px;
		padding-bottom: 160px;
	}

	.subbanner-offers h1 {
		margin-bottom: 8px;
		font-size: 40px;
		font-weight: bold;
		color: #444;
	}

	.subbanner-offers h2 {
		position: relative;
		display: inline-block;
		font-size: 14px;
		font-style: italic;
		color: rgba(0,0,0,.4);
	}

/* BREADCRUMBS */

.breadcrumbs-nav {
	padding: 0;
	background-color: #e5e5e5;
	color: #666;
}

	.breadcrumbs-nav h1 {
		display: inline-block;
		margin-right: 24px;
		padding: 4px 24px 4px 0;
		border-right: 2px solid #CCC;
		font-size: 13px;
		font-weight: bold;
	}

	.breadcrumbs-nav ul {
		margin: 0;
		padding: 0;
		display: inline-block;
		list-style: none;
	}

	.breadcrumbs-nav ul li {
		display: inline-block;
		margin-right: 24px;
	}

	.breadcrumbs-nav ul li a {
		display: block;
		padding: 16px 0;
		border-bottom: 4px solid #e5e5e5;
		color: #666;

		-webkit-transition: all .3s ease-in-out;
		   -moz-transition: all .3s ease-in-out;
		        transition: all .3s ease-in-out;
	}

	.breadcrumbs-nav ul li a:hover,
	.breadcrumbs-nav ul li .active {
		color: #666;
		text-decoration: none;
		border-bottom: 4px solid #c27724;
	}


/* CONTENT HOLDER */

.contentholder {
	position: relative;
	z-index: 0;
	padding: 80px 0;
	background-color: #f5f5f5;
}



/* SUBCONTENT */

	.block-about h1 {
		position: relative;
		font-size: 48px;
		font-weight: bold;
		letter-spacing: 0;
	}

	.block-about h1:before {
	    content:"\A";
	    border-style: solid;
	    border-width: 8px 0 8px 12px;
	    border-color: transparent transparent transparent #BBB;
	    position: absolute;
	    top: 16px;
	    left: -64px;
	}

	.block-about a {
		display: inline-block;
		margin-top: 8px; 
		font-size: var(--link-textsize);
		font-weight: bold;
		letter-spacing: var(--link-textspacing);;
		color: var(--link-textcolor);

		-webkit-transition: all .3s ease-in-out;
		   -moz-transition: all .3s ease-in-out;
		        transition: all .3s ease-in-out;
	}

	.block-about a:hover {
		color: var(--link-textcolor-hover);
		text-decoration: none;
	}

/* TRICOLUMN */

.tricolumn {
	margin: 80px 0 40px 0;
}

	.tricolumn .item-img img,
	.item-offer-block .item-img img {
		max-width: 100%;
		border: 8px solid #FFF;

		-webkit-box-shadow: 0 8px 8px -8px rgba(0,0,0,.2);
		   -moz-box-shadow: 0 8px 8px -8px rgba(0,0,0,.2);
		        box-shadow: 0 8px 8px -8px rgba(0,0,0,.2);
	}

	.tricolumn .item-block,
	.item-offer-block {
		background-color: #FFF;
	}

	.tricolumn .item-desc {
		padding: 40px;
	}

	.tricolumn .item-desc h1 {
		font-size: 24px;
		font-weight: bold;
	}

	.tricolumn .item-desc p {
		margin: 16px 0 40px 0;
		font-size: 13px;
	}

	.tricolumn .item-desc a {
		padding-top: 24px;
		display: block;
		border-top: 1px solid #DDD;
		font-size: var(--link-textsize);
		font-weight: bold;
		letter-spacing: var(--link-textspacing);;
		color: var(--link-textcolor);

		-webkit-transition: all .3s ease-in-out;
		   -moz-transition: all .3s ease-in-out;
		        transition: all .3s ease-in-out;		
	}

	.tricolumn .item-desc a:hover {
		color: var(--link-textcolor-hover);
		text-decoration: none;		
	}

	.tricolumn .item-desc a i {
		float: right;
		margin-top: 3px;
	}

/* OFFERS ITEM */

.packagesoffers-block {
	margin-bottom: 40px;
	color: #777;
}

.item-offer-block {
	margin-bottom: 30px;
}

	.item-offer-block .item-desc .price-list {
		list-style: none;
		margin: 0 0 24px 0;
		padding: 0;
	}

	.item-offer-block .item-desc .price-list li {
		margin: 0 24px;
		padding: 4px 0;
		border-bottom: 1px dashed #EEE;
	}

.item-offer-block .item-desc {
	padding: 0;
}

	.item-offer-block .item-desc h1 {
		padding: 24px 24px 16px 24px;
		font-size: 18px;
		font-weight: bold;
	}

	.item-offer-block .item-desc p {
		margin: 0 24px;
		padding: 0;
	}

	.item-offer-block .item-desc ul {
		margin: 0 24px;
		padding: 0 12px;
	}

	.item-offer-block .item-desc a {
		margin: 24px 24px 0 24px;
		padding: 24px 0;
		display: block;
		border-top: 1px solid #DDD;
		font-size: var(--link-textsize);
		font-weight: bold;
		letter-spacing: var(--link-textspacing);;
		color: var(--link-textcolor);

		-webkit-transition: all .3s ease-in-out;
		   -moz-transition: all .3s ease-in-out;
		        transition: all .3s ease-in-out;		
	}

	.item-offer-block .item-desc a:hover {
		color: var(--link-textcolor-hover);
		text-decoration: none;		
	}

	.item-offer-block .item-desc a i {
		float: right;
		margin-top: 3px;
	}

.promo-block .row {
	margin: 24px 0;
}

.promo-block .col-sm-2 {
	position: relative;
	border-top: 1px solid #EEE;
	border-bottom: 1px solid #EEE;
	background-color: #EEE;
}

.promo-block .col-sm-2:after {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	margin-top: -10px;
	right: -10px;
	width: 0; 
	height: 0; 
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;

	border-left: 10px solid #EEE;
}

.promo-block .col-sm-10 {
	border-top: 1px solid #EEE;
	border-bottom: 1px solid #EEE;
	background-color: #fcfcfc;
}

.promo-block h2 {
	position: absolute;
	top: 50%;
	left: 5%;
	margin-top: -7px;
	font-size: 11px;
	font-weight: bold;
	letter-spacing: 2.5px;

	-webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg); 
            transform: rotate(-90deg);
}

.promo-block ul {
	margin: 24px 0 !important;
	padding: 16px 16px 16px 24px;
	list-style: none;
}

	.promo-block ul li {
		line-height: 20px;
	}

	.promo-block ul li span {
		font-size: 12px;
	}

/* ROOMS */

.room-info {
	padding: 24px 0 0 0;
	border-top: 1px dashed #DDD;
}

	.room-info small {
		display: block;
		padding: 16px;
		background-color: #fcfcfc;
		border: 1px solid #f2f2f2;
		color: #999;
		text-align: center;
	}

	
/* AD BLOCK */

.ad-block img {
	max-width: 100%;
	display: inline-block;
}

.ad-block .ad-desc {
	width: 70%;
	float: right;
}

	.ad-block h1 {
		display: inline-block;
		font-size: 16px;
		font-weight: bold;
		color: #cda67b;
	}

	.ad-block p {
		margin: 8px 0 0 0;
	}

/* NEWSLETTER */

.newsletter-block {
	position: relative;
}

	.newsletter-block p {
		margin: 0 0 16px 0;
	}

.newsletter-form {
	margin-bottom: 8px;
	padding: 8px;
	background-color: #FFF;
	position: relative;

	-webkit-border-radius: var(--custom-border-radius);
	   -moz-border-radius: var(--custom-border-radius);
	        border-radius: var(--custom-border-radius);
}

	.newsletter-block small {
		display: block;
		color: #666;
		text-align: center;
	}

	.newsletter-form input[type="text"],
	.newsletter-form label input[type="text"] {
		width: 65%;
		padding: 10px 8px;
		border: none;
	}

	.newsletter-form input[type="submit"] {
		float: right;
		display: inline-block;
		padding: var(--btn-padding);
		background-color: var(--btn-background);
		border: none;
		font-size: var(--btn-textsize);
		font-weight: bold;
		color: var(--btn-textcolor);
		letter-spacing: var(--btn-textspacing);

		-webkit-transition: all .3s ease-in-out;
		   -moz-transition: all .3s ease-in-out;
		        transition: all .3s ease-in-out;

		-webkit-border-radius: var(--custom-border-radius);
		   -moz-border-radius: var(--custom-border-radius);
		        border-radius: var(--custom-border-radius);
	}

	.newsletter-form input[type="submit"]:hover {
		background-color: var(--btn-background-hover);
		text-decoration: none;
	}

/* FOOTER */

footer {
	padding: 40px 0;
	color: #AAA;
	background-color: #343434;
}

	footer h1 {
		margin-bottom: 16px;
		font-size: 13px;
		font-weight: bold;
		color: #FFF;
		letter-spacing: 1px;
	}

	footer .col-sm-4:nth-child(2) ul li {
		display: inline-block;
		margin-right: 32px;
	}

	footer .col-sm-4:nth-child(2) ul li:last-child {
		margin-right: 0;
	}

	footer h2 {
		margin-bottom: 4px;
		font-size: 12px;
		font-weight: bold;
		letter-spacing: 1px;
	}

	footer ul {
		margin: 0;
		padding: 0;
		list-style: none;
	}

	footer ul li {
		line-height: 20px;
	}

	footer b {
		color: #FFF;
	}

	footer a {
		display: inline-block;
		color: #AAA;

		-webkit-transition: all .3s ease-in-out;
		   -moz-transition: all .3s ease-in-out;
		        transition: all .3s ease-in-out;
	}

	footer a i {
		margin-left: 8px;
	}

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

/* TRIANGLE */

.maincontent,
.subcontent {
	position: relative;
	z-index: 2;
}

.triangle {
	position: absolute;
	top: 0;
	left: -75%;
	z-index: 1;
	width: 0; 
	height: 0; 
	border-left: 900px solid transparent;
	border-right: 900px solid transparent;

	border-top: 900px solid #EEE;
}

/* SUBCONTENT */

	.subcontent .pagetitle h1 {
		margin-bottom: 80px;
		position: relative;
		font-size: 24px;
		font-weight: bold;
		color: #c27724;
		text-transform: uppercase;
		letter-spacing: 1px;
	}

	.subcontent .pagetitle h1:before {
	    content:"\A";
	    border-style: solid;
	    border-width: 8px 0 8px 12px;
	    border-color: transparent transparent transparent #BBB;
	    position: absolute;
	    top: 4px;
	    left: -64px;
	}

	.subcontent .pagetitle h2 {
		margin-bottom: 24px;
		font-size: 24px;
		line-height: 32px;
	}


	.subcontent p:last-child {
		margin-bottom: 40px;
	}

/* TESTIMONIAL */

.testimonial-block {
	padding: 80px 0;
	background: url(../../docs/assets/img/banner_testimonial.jpg) center;
	background-size: cover;
}

	.testimonial-block .item-testimonial {

	}

	.testimonial-block .item-testimonial .item-avatar {
		width: 80px;
		height: 80px;
		margin-bottom: 16px;
		border: 2px solid #FFF;
		overflow: hidden;

		-webkit-border-radius: 50%;
		   -moz-border-radius: 50%;
		        border-radius: 50%;
	}

	.testimonial-block .item-testimonial .col-sm-8 {
		border-left: 1px dashed rgba(255,255,255,.3);
	}

	.testimonial-block .item-testimonial .item-avatar img {
		max-width: 100%;
	}

	.testimonial-block .item-testimonial p {
		font-style: italic;
		color: #FFF;
	}

	.testimonial-block .item-testimonial h1 {
		font-size: 13px;
		font-weight: bold;
		color: #FFF;
		text-align: center;
	}

	.testimonial-block a {
		display: inline-block;
		margin-top: 40px;
		padding: 12px 24px;
		background-color: rgba(0,0,0,.1);
		border: 1px solid #FFF;
		font-size: 12px;
		font-weight: bold;
		color: #FFF;
		letter-spacing: 2px;

		-webkit-border-radius: 3px;
		   -moz-border-radius: 3px;
		        border-radius: 3px

		-webkit-transition: all .3s ease-in-out;
		   -moz-transition: all .3s ease-in-out;
		        transition: all .3s ease-in-out;
	}

	.testimonial-block a:hover {
		background-color: rgba(255,255,255,1);
		color: #666;
		text-decoration: none;
	}

	.testimonial-block a i {
		margin-left: 16px;
	}

/* CONTACT INFO BLOCK */

.contact-info-block {
	padding: 40px 0;
	background-color: #444;
	color: #FFF;
	text-transform: uppercase;
	letter-spacing: 1px;
}

	.contact-info-block h1 {
		margin-bottom: 8px;
		font-size: 24px;
		font-weight: bold;
		color: #FFF;
	}

	.contact-info-block ul {
		margin: 0;
		padding: 0;
		list-style: none;
	}

	.contact-info-block ul li {
		display: inline-block;
		vertical-align: middle;
		margin: 4px 24px 4px 0;
	}

	.contact-info-block ul li small {
		font-weight: bold;
	}

	.contact-info-block ul li ul {
		padding-left: 24px;
		border-left: 1px dashed #777;
	}

	.contact-info-block ul li ul li {
		margin-right: 4px;
	}

	.contact-info-block ul li a {
		display: inline-block;
		width: 40px;
		height: 40px;
		padding: 8px;
		background-color: rgba(0,0,0,.3);
		font-size: 16px;
		color: #CCC;
		text-align: center;

		-webkit-border-radius: 50%;
		   -moz-border-radius: 50%;
		        border-radius: 50%;

		-webkit-transition: all .3s ease-in-out;
		   -moz-transition: all .3s ease-in-out;
		        transition: all .3s ease-in-out;
	}

	.contact-info-block ul li a:hover {
		background-color: #FFF;
		color: #666;
		text-decoration: none;
	}

/* QUICKLINKS */

.quicklinks-block {
	position: relative;
	z-index: 2;
	padding: 40px 0;
	background-color: #DDD;
}

	.quicklinks-block .item-quicklink {
		position: relative;
	}

	.quicklinks-block .item-quicklink img {
		max-width: 100%;
	}

	.quicklinks-block .item-quicklink .overlay {
		position: absolute;
		top: 0;
		left: 0;
		z-index: 2;
		width: 100%;
		height: 100%;
		background-color: rgba(0,0,0,.5);
	}

	.quicklinks-block .item-quicklink .item-content {
		position: absolute;
		top: 0;
		left: 0;
		z-index: 3;
		width: 100%;
		height: 100%;
		padding-top: 25%;
		text-align: center;
	}

	.quicklinks-block .item-quicklink .item-content h1 {
		margin-bottom: 24px;
		font-size: 20px;
		font-weight: bold;
		color: #FFF;
		letter-spacing: 1px;
	}

	.quicklinks-block .item-quicklink .item-content a {
		opacity: 0;
		position: relative;
		top: 40px;
		padding: 12px 24px;
		border: 1px solid #FFF;
		background-color: rgba(255,255,255,.2);
		font-size: var(--link-textsize);
		font-weight: bold;
		color: #FFF;
		letter-spacing: var(--link-textspacing);

		-webkit-border-radius: var(--custom-border-radius);
		   -moz-border-radius: var(--custom-border-radius);
		        border-radius: var(--custom-border-radius);

		-webkit-transition: all .3s ease-in-out;
		   -moz-transition: all .3s ease-in-out;
		        transition: all .3s ease-in-out;	
	}

	.quicklinks-block .item-quicklink .item-content:hover a {
		top: 0;
		opacity: 1;
	}

	.quicklinks-block .item-quicklink .item-content a:hover {
		background-color: rgba(255,255,255,1);
		color: #666;
		text-decoration: none;
	}

	.quicklinks-block .item-quicklink .item-content a i {
		margin-left: 16px;
	}

/* GUEST REVIEWS */

.guestreviews-block {
	margin-bottom: 40px;
	color: #777;
}

.item-review-block {
	padding: 40px;
	margin-bottom: 16px;
	background-color: #FFF;
}
	
	.item-review-block .col-sm-3 {
		padding: 16px 40px;
	}

	.item-review-block .col-sm-3 h1 {
		font-size: 20px;
		font-weight: bold;
	}

	.item-review-block .col-sm-3 .rates {
		margin: 8px 0;
	}

	.item-review-block .col-sm-3 .rates i {
		margin-right: 2px;
		font-size: 15px;
		color: #fddb1e;
	}

	.item-review-block .col-sm-3 .four i:nth-child(5) {
		color: #DDD;
	}

	.item-review-block .col-sm-3 small {
		color: #AAA;
	}

	.item-review-block .col-sm-9 {
		padding: 16px 80px;
		border-left: 1px dashed #CCC;
	}

	.item-review-block .col-sm-9 .col-sm-9 {
		padding: 0;
		border-left: none;
	}

	.item-review-block .col-sm-9 h1 {
		font-size: 24px;
		margin-bottom: 16px;
	}

	.item-review-block .col-sm-9 h2 {
		font-size: 13px;
		font-weight: bold;
		color: #AAA;
	}

	.item-review-block .avatar {
		width: 80px;
		height: 80px;
		margin-bottom: 16px;
		overflow: hidden;

		-webkit-border-radius: 50%;
		   -moz-border-radius: 50%;
		        border-radius: 50%;
	}

	.item-review-block .avatar img {
		max-width: 100%;
	}

/* Contact Us*/

.contactus-block {
	margin-bottom: 40px;
	color: #777;
}

	.contactus-block .map {
		margin: 32px 0;
		border: 4px solid #FFF;
	}

	.contactus-block .map img {
		width: 100%;
	}

	.contactus-block h2,
	.contactus-block aside h1 {
		margin-bottom: 16px;
		font-size: 18px;
		font-weight: bold;
	}

	.contactus-block i {
		margin-right: 12px;
	}

.contactus-block aside {
    position: relative;
	padding: 40px;
	background-color: #FFF;
}

	.contactus-block aside label {
		display: block;
		font-size: 9px;
		font-weight: bold;
		text-transform: uppercase;
	}

	.contactus-block aside form {
		margin-top: 40px;
	}

	.contactus-block aside small {
		color: #AAA;
	}

	.contactus-block aside input[type="text"],
	.contactus-block aside input[type="email"],
	.contactus-block aside textarea {
		margin-bottom: 16px;
		padding: 8px;
		width: 100%;
		border: none;
		border-bottom: 1px solid #CCC;

		-webkit-transition: all .3s ease-in-out;
		   -moz-transition: all .3s ease-in-out;
		        transition: all .3s ease-in-out;
	}

	.contactus-block aside input[type="text"]:focus,
	.contactus-block aside input[type="email"]:focus,
	.contactus-block aside textarea:focus {
		border-bottom: 1px solid #AAA;
	}

	.contactus-block aside input[type="submit"] {
		width: 100%;
		padding: var(--btn-padding);
		background-color: var(--btn-background);
		border: none;
		font-size: var(--btn-textsize);
		font-weight: bold;
		color: var(--btn-textcolor);
		letter-spacing: var(--btn-textspacing);

		-webkit-transition: all .3s ease-in-out;
		   -moz-transition: all .3s ease-in-out;
		        transition: all .3s ease-in-out;

		-webkit-border-radius: var(--custom-border-radius);
		   -moz-border-radius: var(--custom-border-radius);
		        border-radius: var(--custom-border-radius);
	}

	.contactus-block aside input[type="submit"]:hover {
		background-color: var(--btn-background-hover);
		text-decoration: none;
	}

/* Footnote */

.footnote {
	margin-top: 24px;
	padding-top: 24px;
	border-top: 1px dashed #DDD;
	color: #888;
}

	.footnote ul {
		margin: 0 0 0 12px;
		padding: 0;

		-webkit-column-count: 2; /* Chrome, Safari, Opera */
		   -moz-column-count: 2; /* Firefox */
		        column-count: 2;

		-webkit-column-gap: 40px; /* Chrome, Safari, Opera */
		   -moz-column-gap: 40px; /* Firefox */
		        column-gap: 40px;
	}

	.footnote ul li {
		margin-bottom: 8px;
	}

/* aside */

aside {
	padding: 0 16px;
}

	aside h1 {
		margin-bottom: 16px;
		font-size: 24px;
		font-weight: bold;
	}

	aside p {
		margin: 0 0 16px 0;
	}

	aside iframe {
		margin-top: 8px;
		margin-bottom: 24px;
	}

	aside .hr {
		display: block;
		margin: 12px 0;
		width: 100%;
		height: 1px;
		background-color: #e0e0e0;
	}

	aside i {
		margin-right: 12px;
	}

	aside small {
		font-weight: bold;
		text-transform: uppercase;
	}

 /* Modal */

 #OffersModal .modal-body {
	padding: 80px;
	text-align: center;
 }

 	 #OffersModal .modal-body h3 {
 	 	font-size: 14px;
 	 	font-weight: 600;
 	 	color: #888;
 	 	text-transform: uppercase;
 	 	letter-spacing: 2px;
 	 }

  	 #OffersModal .modal-body h1 {
  	 	margin: 16px 0 24px 0;
  	 	font-size: 24px;
  	 	font-weight: 600;
  	 	color: #333;
  	 	text-transform: uppercase;
  	 	letter-spacing: 1px;
  	 }

  	 #OffersModal .modal-body p {
  	 	margin-bottom: 24px;
  	 	font-size: 16px;
  	 }

	#OffersModal .modal-body a {
		display: inline-block;
		padding: var(--btn-padding);
		background-color: #4fc878;
		font-size: var(--btn-textsize);
		font-weight: bold;
		color: var(--btn-textcolor);
		text-transform: uppercase;
		letter-spacing: var(--btn-textspacing);

		-webkit-transition: all .3s ease-in-out;
		   -moz-transition: all .3s ease-in-out;
		        transition: all .3s ease-in-out;

		-webkit-border-radius: var(--custom-border-radius);
		   -moz-border-radius: var(--custom-border-radius);
		        border-radius: var(--custom-border-radius);
	}

	#OffersModal .modal-body a:hover {
		background-color: var(--btn-background-hover);
		text-decoration: none;
	}

#OffersModal .modal-dialog {
	position: relative;
}

	#OffersModal .modal-dialog .btn-close {
		position: absolute;
		top: 4px;
		right: 4px;
		display: inline-block;
		padding: 4px 8px;
		background-color: #f5f5f5;
		border: 1px solid #e0e0e0;
		font-size: 11px;
		color: #888;
		z-index: 9;
	}
	
/* Gallery */
.aigpl-img-link {
	padding: 4px;
	display: block;
	width: 12.5%;
	float: left;
}

.aigpl-img-link .aigpl-img {
	width: 138px;
	height: 138px;
    position: relative;
    top: 0;
    border: 8px solid #FFF;

    -webkit-transition: all .3s ease-in-out;
       -moz-transition: all .3s ease-in-out;
            transition: all .3s ease-in-out;
}

.aigpl-img-link .aigpl-img:hover {
	position: relative;
    top: -8px; 

    -webkit-box-shadow: 0 8px 6px -6px rgba(0,0,0,.3);
       -moz-box-shadow: 0 8px 6px -6px rgba(0,0,0,.3);
            box-shadow: 0 8px 6px -6px rgba(0,0,0,.3);
}

/* Error 404 */

.notfound {
	padding-top: 145px;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f5f5f5+0,ffffff+100 */
	background: #f5f5f5; /* Old browsers */
	background: -moz-linear-gradient(top, #f5f5f5 0%, #ffffff 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #f5f5f5 0%,#ffffff 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #f5f5f5 0%,#ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f5f5', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}

.notfound-content {
	padding: 120px 0;
	text-align: center;
}

	.notfound-content h1 {
		font-size: 140px;
		font-weight: 600;
		color: #888;
		text-align: center;
	}

	.notfound-content h1 i {
		vertical-align: top;
		margin-top: 20px;
		font-size: 115px;
		color: #BBB;
	}

	.notfound-content p {
		width: 30%;
		margin: 40px auto;
		color: #999;
	}

	.notfound-content a {
		display: inline-block;
		padding: 12px 16px;
		background-color: #26c4f1;
		font-size: 10px;
		font-weight: bold;
		color: #FFF;
		text-transform: uppercase;
		letter-spacing: 1px;

		-webkit-transition: all .3s ease-in-out;
		   -moz-transition: all .3s ease-in-out;
		        transition: all .3s ease-in-out;ikawla

		-webkit-border-radius: var(--custom-border-radius);
		   -moz-border-radius: var(--custom-border-radius);
		        border-radius: var(--custom-border-radius);
	}

	.notfound-content a:hover {
		background-color: var(--btn-background-hover);
		text-decoration: none;
	}

	.notfound-content a i {
		margin-right: 12px;
	}
.glamping-content p {
	line-height: 21px;
}
.glamping-content .glamping-img-container {
	position: relative;
	width: 100%;
	overflow: hidden;
	margin-bottom: 40px;
}	
.glamping-content .glamping-img-container img {
	max-width: 100%;
	height: 440px;
}
.glamping-content .packagesoffers-block .item-desc {
	padding: 24px 0px 24px 0px !important;
}
.glamping-content .item-offer-block .item-desc ul li {
	padding-bottom: 8px;
}
.glamping-content .tb-glamping,
.glamping-content .tb-glamping-price {
	margin: 0 24px;
}
.glamping-content .tb-glamping tr td,
.glamping-content .tb-glamping-price tr td {
	padding: 12px;
	border: 1px solid #ccc;
}
.glamping-content .tb-glamping tr:first-child td:not(:first-child),
.glamping-content .tb-glamping tr:nth-child(2) td:first-child,
.glamping-content .tb-glamping tr:nth-child(3) td:first-child  {
	background-color: #4fc878;
	color: #fff;
	font-weight: 700;
}
.glamping-content .tb-glamping tr:first-child td:first-child,
.glamping-content .tb-glamping tr:nth-child(2) td:not(:first-child),
.glamping-content .tb-glamping tr:nth-child(3) td:not(:first-child),
.glamping-content .tb-glamping-price tr td:last-child {
	background-color: #fbfbfb;
}
.glamping-content .tb-glamping-price a {
	margin: 0;
	padding: 0;
	display: block;
	font-size: var(--link-textsize);
	font-weight: 500;
	border-top: none;
	letter-spacing: var(--link-textspacing);
	color: var(--link-textcolor);
	
	-webkit-transition: all .3s ease-in-out;
	   -moz-transition: all .3s ease-in-out;
			transition: all .3s ease-in-out;
}
.glamping-notes {
	background: url(../../docs/assets/img/camp.png);
	padding: 80px 240px;
	color: #fff;
	background-size: cover;
}
.glamping-notes h2,
.packages h2 {
	font-size: 15px;
	margin: 4px 0px 24px 0px;
	font-weight: 600;
	line-height: 23px;
}
.glamping-notes ul {
	padding-left: 0px;
}
.glamping-notes ul li {
	list-style-type: none;
	padding: 8px 0px;
}
.glamping-notes ul:not(:last-child) {
	margin-bottom: 24px !important;
}
.carousel-cell {
  width: 32.81%;
  height: 416px;
  margin-right: 10px;
  background: #fff;
  border-radius: 3px;
  position: relative;
  overflow: hidden;
  text-align: left;
}
.carousel-cell.is-selected {
  background: #fff;
}
.packages {
	padding: 40px 0px;
}
.packages h2 {
	padding-bottom: 16px;
	font-weight: 500;
}
.packages h3 {
	padding: 24px 24px 16px 24px;
	font-size: 18px;
	font-weight: bold
}
.packages p {
	margin: 0 24px;
	padding: 0;
	line-height: unset;
}
.carousel-cell .img-container {
	position: relative;
	width: 100%;
	height: 100%;
	text-align: center;
}
.packages .img-container img {
	/* width: 100%; */
	height: 100%;
}
.services {
	padding-top: 80px;
}
.services-holder {
	background-color: #fff;
	padding: 32px 24px;
	margin-bottom: 40px;
}
.services-holder h1 {
	font-size: 18px;
	font-weight: 700;
	padding-bottom: 12px;
}
.services-holder a,
.services-holder button,
.services-modal .btn-close {
	display: inline-block;
	padding: var(--btn-padding);
	background-color: #4fc878;
	font-size: var(--btn-textsize);
	font-weight: bold;
	color: var(--btn-textcolor);
	letter-spacing: var(--btn-textspacing);
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	-webkit-border-radius: var(--custom-border-radius);
	-moz-border-radius: var(--custom-border-radius);
	border-radius: var(--custom-border-radius);
	border: none;
}
	.services-holder a:hover,
	.services-holder button:hover,
	.services-modal .btn-close:hover {
		background-color: var(--btn-background-hover);
		text-decoration: none;
		cursor: pointer;
	}
.services-holder button {
	margin-top: 16px;
}
.services-modal .btn-close {
	padding: 6px 16px;
	border-radius: unset;
}
.services-holder ul {
	padding: 0px 0px 0px 13px;
	margin: 0px;
}
.services-holder ul li {
	padding: 2px 0px;
}
.services-dialog {
	width: 30%;
	margin: 0px auto;
	height: 480px;
}
.services-dialog img {
	max-width: 100%;
}
.services-modal {
	top: 10%;
}
.glamping-carousel {
	margin-bottom: 64px;
}