body {
	margin: 0;
	padding: 0;
	background: #fff;
	font-family: 'Roboto', sans-serif;
	color: #222222;
}

html, body {
	font-size: 14px;
}

h1, h2, h3, h4, h5, h6, p, span {
	margin: 0;
	padding: 0;
}

h1, h2, h3, h4, h5, h6 {
	font-family: "CaviarDreams";
}

a, a:link, a:hover, a:visited, a:active, a:focus {
	text-decoration: none;
}

ol, ul, li {
	padding: 0;
	margin: 0;
}

::-moz-focus-inner, :active, :focus {
    outline:none;
    border:0;
    -moz-outline-style: none;
}

.wrap-it {
	width: 100%;
	overflow: hidden;
}

.custom-row {
	margin-left: -5px;
	margin-right: -5px;
}

.custom-col {
	padding-left: 5px;
	padding-right: 5px;
}

.nav {
	background: #fff;
	position: relative;
	z-index: 10;
}

.nav-wrapper {
	position: relative;
	width: 100%;
}

.nav-top {
	padding: 20px 0;
	background: #fff;
}

.nav-top .dropdown-menu {
	min-width: 7rem;
}

.nav-top .top-link, .nav-top span, .btn-lang {
	color: #a0a0a0;
	text-transform: uppercase;
}

.nav-top .top-link {
	font-size: 1rem;
	font-weight: 400;
}

.nav-top span, .btn-lang, .dropdown-menu .dropdown-item {
	font-size: 0.8rem;
}

.top-home-link{
	margin-right: 20px;
}

.top-home-link i {
	color: #bb9847;
}

.dropdown-lang {
	display: inline-block;
	margin-left: 60px;
}

.dropdown-item.active, .dropdown-item:active {
	background-color: #fff;
	color: #222222;
}

.btn-lang {
	background: none;
	border: 0;
	padding: 0;
	font-weight: 700;
	margin-left: 7px;
}

.btn-secondary:hover,
.btn-lang:not(:disabled):not(.disabled):active,
.show>.btn-secondary.dropdown-toggle.btn-lang {
	color: #a0a0a0;
	background-color: transparent;
    border-color: transparent;
}

.btn-lang:not(:disabled):not(.disabled):active:focus,
.btn-lang.focus, .btn-secondary:focus,
.show>.btn-secondary.dropdown-toggle.btn-lang:focus {
	box-shadow: none;
}

.nav-top .top-link:hover{
	opacity: 0.8;
}

.nav-main {
	padding: 20px 0;
	background: #222222;
}

.nav-main ul {
	display: inline-block;
	list-style: none;
}

.nav-main ul li {
	position: relative;
	display: inline-block;
	margin: 0 0 0 25px;
}

.nav-main ul li:first-child {
	margin: 0;
}

.nav-main ul li:not(:last-child)::after {
	content: "";
	display: inline-block;
	position: absolute;
	top: 50%;
    transform: translateY(-50%);
	right: -16px;
	background: #757575;
	height: 20px;
	width: 1px;
}

.nav-main ul li, .btn-cta, .nav-top .top-link {
	font-family: "CaviarDreams";
}

.nav-main ul li a {
	font-size: 1.6rem;
	color: #fff;
	font-weight: 700;
}

/* ------- Mobile Navigation -------*/
	.mob-header {
		background: #bb9847;
		padding: 10px 0;
	}

	#right-menu {
		font-size: 1.8rem;
		color: #fff;
		padding-left: 20px;
	}

	.sidr {
		background: #222222;
		box-shadow: none;
	}

	.sidr ul {
		border-top: 0;
		border-bottom: 0;
		margin: 0;
	}

	.sidr ul li {
		border-top: 0;
		border-bottom: 1px solid #fff;
	}

	.sidr ul li:first-child {
		border-top: 1px solid #fff;
	}

	.sidr ul li a {
		font-family: "CaviarDreams";
		font-size: 1.1rem;
		color: #fff;
		font-weight: 700;
		line-height: 49px;
	}

	.sidr ul li:hover>a {
		box-shadow: none;
	}

	.mob-bottom-menu {
		position: absolute;
		bottom: 0;
		width: 100%;
	}

	.sidr ul.mob-bottom-menu li a {
		font-size: 0.9rem;
		line-height: 37px;
	}

	.sidr ul.mob-bottom-menu li:last-child {
		border-bottom: 0;
	}

/* --------- End Mobile Navigation ------------- */

.btn-cta {
	color: #fff;
	font-size: 1.6rem;
	background: rgb(219,177,78);
	background: linear-gradient(180deg, rgba(219,177,78,1) 0%, rgba(188,153,71,1) 100%, rgba(255,255,255,1) 100%);
	padding: 22px 20px 23px 20px;
	font-weight: 700;
	text-transform: uppercase;
	margin-left: 30px;
	text-align: center;
}

.side-list .btn-cta {
	margin: 0;
	display: block;
}

.contact-box .btn-cta, .slider-rooms-wrapper .btn-cta {
	background: none;
	margin: 30px 0 0;
	border: 1px solid #fff;
	padding: 10px 20px;
	display: inline-block;
}

.slider-rooms-wrapper .btn-cta {
	position: absolute;
	bottom: 20px;
	left: 35px;
	z-index: 10;
}

.contact-box .btn-cta:hover, .slider-rooms-wrapper .btn-cta:hover {
	background: #fff;
	color: #bb9847;
}

.slider-rooms-wrapper .btn-cta:hover {
	color: #222;
}

.btn-cta:hover {
	color: #fff;
	background: linear-gradient(180deg, rgba(188,153,71,1) 0%, rgba(219,177,78,1) 100%, rgba(255,255,255,1) 100%);
}

.logo-img {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100;
}

.tns-outer {
	position: relative;
	box-shadow: 0px 13px 80px #afafaf;
}

.slider-rooms-wrapper .tns-outer {
	box-shadow: none;
	background: #222;
}

.tns-nav {
	position: absolute;
	bottom: 30px;
	text-align: center;
	width: 100%;
	z-index: 10;
}

.slider-rooms-wrapper .tns-nav {
	bottom: -40px;
	text-align: left;
}

.slider-item {
	height: 750px;
	width: 100%;
}

.slider-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
}

.tns-nav button  {
	height: 20px;
	width: 20px;
	background: transparent;
	border: 1px solid #fff;
	margin-right: 10px;
}

.slider-rooms-wrapper .tns-nav button  {
	background: transparent;
	border: 1px solid #222;
	margin-right: 10px;
}

.tns-nav .tns-nav-active {
	background: #bb9847;
}

.slider-rooms-wrapper .tns-nav .tns-nav-active {
	background: #bb9847;
	border-color: #bb9847;
}

.slider-rooms-wrapper .btn-black {
	position: absolute;
	right: 0;
	bottom: -45px;
	z-index: 10;
}

.tns-nav button:focus  {
	outline: 0;
}

.slider-text {
	position: absolute;
	left: 0;
	bottom: 90px;
	min-width: 750px;
	max-width: 750px;
	padding: 20px;
	background: rgba(187, 152, 71, 0.7);
	color: #fff;
}

.slider-text h2 {
	font-size: 4.2rem;
	font-weight: 700;
	text-transform: uppercase;
}

.slider-find-out {
	display: inline-block;
	text-transform: uppercase;
	font-weight: 500;
	padding: 5px 15px;
	border: 1px solid #fff;
	margin-top: 15px;
}

.box-h-450 {
	min-height: 450px;
	max-height: 450px;
}

.box-h-700 {
	min-height: 700px;
	max-height: 700px;
}

.box-h-410 {
	min-height: 410px;
	max-height: 410px;
}

.box-h-360 {
	min-height: 360px;
	max-height: 360px;
}

.home-featured {
	padding-top: 60px;
}

.featured-bg-box {
	position: relative;
	margin-bottom: 30px;
}

.bg-featured-text {
	position: absolute;
	top: 0;
	left: 0;
	padding: 30px;
}

.bg-featured-text h3 {
	font-size: 1.4rem;
	text-transform: uppercase;
	font-weight: 700;
	color: #fff;
}

.bg-featured-text h2 {
	font-size: 3.5rem;
	font-weight: 700;
	color: #fff;
}

.bg-featured-text p {
	margin-top: 15px;
	color: #fff;
}

.featured-w-370 {
	max-width: 370px;
}

.featured-text {
	margin-top: 20px;
}

.featured-text h2 {
	display: inline-block;
	font-size: 1.9rem;
	color: #212529;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 5px;
}

.featured-text h3 {
	font-family: 'Roboto', sans-serif;
	font-size: 1.2rem;
	color: #212529;
	text-transform: uppercase;
	font-weight: 400;
}

.featured-rating-box {
	display: inline-block;
	vertical-align: top;
	line-height: 1;
}

.featured-rating-box i {
	font-size: 0.7rem;
	color: #bb9847;
	margin-left: 3px;
}

.intro-section {
	padding: 60px 0;
}

.back-it {
	color: #fff;
	font-size: .9rem;
	padding-bottom: 15px;
}

.back-it a {
	color: #fff;
	text-decoration: underline;
}

.back-it a i {
	float: left;
	margin: 4px 7px 0 0;
}

.back-it a:hover {
	text-decoration: none;
}

.back-it a.arrow-it {
	text-decoration: none;
}

.back-it span {
	display: inline-block;
	padding: 0 5px;
}

.back-it a, .back-it span {
	text-shadow: 0px 0px 30px #000;
}

.back-it a.arrow-it.arrow-it-black {
	color: #222;
	text-shadow: none;
}

.slider-rooms-wrapper.inside .back-it {
	padding-bottom: 40px;
}

.intro-text-box {
	padding-left: 40px;
	border-left: 1px solid #e8e8e8;
}

.destination-list {
	padding-bottom: 60px;
}

.destination-bg-box {
	position: relative;
}

.destination-bg-text {
	position: absolute;
	left: 0;
	bottom: 0;
	background: rgb(0,0,0);
	background: linear-gradient(90deg, rgba(0,0,0,0.4009978991596639) 60%, rgba(255,255,255,0) 100%);
	padding: 20px 30px;
}

.destination-bg-text h2 {
	font-size: 2.5rem;
	color: #fff;
	font-weight: 700;
}

.destination-text {
	margin: 20px 0 0 30px;
}

.destination-text {
	color: #222222;
}

.btn-black, .btn-gold {
	display: inline-block;
	font-size: 0.8rem;
	color: #fff;
	border-radius: 0;
	font-weight: 500;
	text-transform: uppercase;
	padding: 6px 12px;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

.btn-gold {
	background: #bb9847;
	border: 1px solid #bb9847;
}

.btn-black {
	background: #222222;
	border: 1px solid #222222;
}

.dropdown-toggle.btn-gold {
	font-size: 0.9rem;
	margin: 0;
}

.btn-gold:not(:disabled):not(.disabled).active, .btn-gold:not(:disabled):not(.disabled):active, .show>.btn-gold.dropdown-toggle {
    color: #fff;
    background-color: #bb9847;
    border-color: #bb9847;
}

.btn-gold:not(:disabled):not(.disabled).active:focus, .btn-gold:not(:disabled):not(.disabled):active:focus, .show>.btn-gold.dropdown-toggle:focus {
	box-shadow: none;
}

.btn-gold i {
	margin: 0 5px 0 0;
}

.style-text .btn-gold i {
	color: #fff;
}

.contact-form .btn-gold {
	margin: 0;
}

.btn-gold:hover {
	background:none;
	color: #bb9847;
}

.btn-black:hover {
	background:#fff;
	color: #222222;
}

.style-text .btn-gold:hover i {
	color: #bb9847;
}

.listed-articles h3 {
	font-size: 1.5rem;
	color: #222222;
	font-weight: 700;
	margin: 20px 0 10px 0;
}

.listed-articles p {
	color: #222222;
}

.title-lined {
	position: relative;
    font-size: 2.2rem;
    font-weight: 700;
    width: 100%;
    text-align: center;
    margin: 0 0 40px 0;
    z-index: 1;
}

.title-lined span {
    background: #fff;
    padding: 0 30px;
}

.title-lined:before {
    border-top: 1px solid #e8e8e8;
    content: "";
    margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    z-index: -1;
}

.illust-top, .illust-wrapper {
	position: relative;
	width: 100%;
}

.illust-top {
	margin-bottom: 50px;
	max-width: 1600px;
	margin: 0 auto 60px;
	box-shadow: 0px 13px 35px #afafaf;
}

.illust-text-box {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	background: rgba(187,152,71,.5);
	min-width: 750px;
	text-align: center;
	color: #fff;
	padding: 20px;
}

.illust-wrapper.details h1 {
	font-size: 5rem;
	font-weight: 700;
	line-height: 1;
}

.illust-wrapper.details h2 {
	font-size: 2rem;
	font-weight: 700;
	margin-top: 10px;
}

.illust-wrapper .featured-rating-box  {
	margin-top: -35px;
}

.illust-wrapper .featured-rating-box i {
	color: #fff;
}

.article-box {
	margin: 0 0 30px;
}

.article-box a {
	display: block;
}

.article-box .btn-gold, .destination-box .btn-gold {
	margin-top: 15px;
}

.top-img {
	max-width: 1600px;
	margin: 0 auto;
	box-shadow: 0px 13px 35px #afafaf;
}

.illust-box {
	position: absolute;
	bottom: 0;
	width: 100%;
	z-index: 10;
}

.btn-gallery {
	font-family: "CaviarDreams";
	display: inline-block;
	font-size: 1.2rem;
	text-transform: uppercase;
	background: rgba(34, 34, 34, 0.8);
	color: #fff;
	padding: 10px 15px;
	font-weight: 700;
	cursor: pointer
}

.bg-opacity {
	background: rgb(0,0,0);
	background: linear-gradient(90deg, rgba(0,0,0,0.4009978991596639) 60%, rgba(255,255,255,0) 100%);
    position: absolute;
    bottom: 0;
    left: 0;
    width: 50%;
    height: 120px;
}

.illust-top .title-bg {
	padding-bottom: 23px;
}

.title-bg {
	font-size: 4.3rem;
	font-weight: 700;
}

.style-intro-text {
	font-size: 1.7rem;
	font-weight: 500;
}

.style-text h1 {
	font-size: 4.25rem;
	font-weight: 700;
	line-height: 1;
	margin: 0 0 25px;
}

.style-text h2, .style-text h3 {
	font-size: 1.4rem;
	color: #bb9847;
}

.style-text h3 {
	font-size: 1.2rem;
}

.style-text h4 {
	font-size: 1rem;
}

.error-404 h2 {
	font-size: 3rem;
	font-weight: 700;
	color: #ba9746;
	margin: 30px 0 10px;
}

.error-404 img {
	max-width: 80%;
}

.style-text h2, .style-text h3, .style-text h4, .style-text h5, .style-text h6 {
	font-family: 'Roboto', sans-serif;
	margin-bottom: 5px;
}

.style-text h2 {
	font-weight: 500;
}

.style-text h3, .style-text h4, .style-text h5, .style-text h6 {
	font-weight: 400;
}

.style-text p, .style-text ul li, .style-text ol li {
	font-size: 1.1rem;
}

.style-intro-text, .style-text p, .style-text ul, .style-text ol {
	margin-bottom: 25px;
}
.style-text a, .style-text i, .read-more-btn {
	color: #bb9847;
}

.style-text ul, .style-text ol {
    margin-left: 30px;
}

.style-text a:hover {
	opacity: 0.8;
}

.side-list {
	height: 100%;
	min-height: 400px;
	padding-left: 30px;
	border-left: 1px solid #e8e8e8;
}

.side-list.kill-m-h {
	min-height: auto;
}

.add-p-r {
	padding-right: 40px;
}

.show-text {
	display: block;
}

.page .side-list {
	border-left: none;
	padding-left: 0;
	border-right: 1px solid #e8e8e8;
	padding-right: 50px;
}

.side-list ul {
	list-style: none;
}

.side-list ul li {
	padding: 10px 0;
	border-bottom: 1px solid #bb9847;
}

.side-list ul li:first-child {
	padding: 0 0 10px 0;
}

.side-list ul li:last-child {
	border-bottom: 0;
}

.side-list ul li a {
	font-family: "CaviarDreams";
	font-size: 1.6rem;
	font-weight: 700;
	color: #222222;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

.side-list ul li a:hover {
	color: #bb9847;
}

.side-list ul li a.active {
	color: #bb9847;
}

.article-details.page {
	padding-top: 125px;
}

.option-sm-title {
	font-size: 1rem;
}

.option-title {
	font-size: 2rem;
	line-height: 1;
}


/* ---------- Footer ------------*/

.book-now {
	padding-top: 75px;
}

.book-now-box {
	background: #bb9847;
	color: #fff;
	padding: 50px;
}

.book-now-text {
	display: inline-block;
}

.book-now-text a {
	display: block;
}

.book-now-text a i {
	font-size: 8rem;
	line-height: 7.5rem;
	margin-right: 30px;
	float: left;
	color: #fff;
}

.book-now-text a h2 {
	font-size: 3.6rem;
	line-height: 1;
	text-transform: uppercase;
	font-weight: 700;
	color: #fff;
}

.book-now-text a p {
	font-size: 1.6rem;
	line-height: 1.9rem;
	font-weight: 400;
	color: #fff;
}

.book-now-contacts {
	list-style: none;
	padding-left: 50px;
	border-left: 1px solid #c5a762;
}

.book-now-contacts i {
	color: #efd996;
}

.book-now-contacts li a {
	font-size: 1.3rem;
	color: #fff;
}

.book-now-contacts li:hover a {
	opacity: .75;
}

.slider-rooms-wrapper {
	margin: 35px 0 95px;
}

.slider-rooms-wrapper.inside {
    margin: 110px 0 0;
}

.slide-room a {
	display: block;
}

.slider-rooms-wrapper.inside .slide-room {
	margin-bottom: 30px;
}

.slider-rooms-wrapper.inside .title-lined{
	margin: 0 0 15px 0;
}

.slider-rooms-wrapper.inside .contact-box{
	margin: 0px 0 75px;
}

.bg-room-text {
	background: #222222;
}

.room-text, .contact-text {
	padding: 40px 40px 0;
	display: inline-block;
	color: #fff;
}

.room-text h2, .contact-text h2 {
	font-size: 2.1rem;
	line-height: 1.1;
	max-height: 124px;
	text-transform: uppercase;
	font-weight: 700;
	margin: 0 0 10px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
}

.room-text p, .contact-text p {
	margin: 0 0 10px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 6;
	-webkit-box-orient: vertical;
	margin: 0 0 20px;
}

.room-text p a, .contact-text p a {
	color: #fff;
}

.bg-contact-text {
	background: #bb9847;
}

.contact-box {
	height: 450px;
	overflow: hidden;
	margin: 50px 0 75px;
}

.contact-box iframe, .g-map iframe {
	-webkit-filter: grayscale(1);
}

.contact-form {
	margin: 0 0 50px;
}

.contact-form .form-control {
	border-radius: 0;
}

.room-info {
	margin: 0 0 30px;
}

.room-option {
	font-size: 2rem;
	padding: 5px 0;
	border-bottom: 1px solid #e8e8e8;
}

.room-option:last-child {
	border: none;
}

.room-option i {
	margin: 0 15px 0 0;
}

.banners {
	margin-top: 30px;
}

.footer {
	background: url("/assets/images/footer-bg.png");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 0 -50px;
	padding: 90px 0 40px 0;
}

.footer a {
	color: #222222;
}

.footer a:hover {
	color: #bb9847;
}

.footer-logo {
	margin-right: 30px;
}

.footer-bg-nav, .footer-sm-nav {
	list-style: none;
}

.footer-bg-nav li, .footer-sm-nav li {
	display: inline-block;
}

.footer-sm-nav li {
	position: relative;
	margin: 0 15px;
}

.footer-sm-nav li:first-child {
    margin: 0;
}

.footer-sm-nav li a {
	font-size: 0.8rem;
	text-transform: uppercase;
	text-decoration: underline;
}

.footer-sm-nav li:hover a {
	text-decoration: none;
}

.footer-sm-nav li:not(:last-child)::after {
	content: "";
	display: inline-block;
	position: absolute;
	top: 50%;
    transform: translateY(-50%);
	right: -11px;
	background: #757575;
	height: 10px;
	width: 1px;
}

.footer-bg-nav {
	text-align: right;
}

.footer-bg-nav li a {
	font-family: "CaviarDreams";
	font-size: 1.2rem;
	font-weight: 700;
	margin-right: 20px;
}

.footer-bg-nav li:hover a {
	color: #bb9847;
}

.footer-bg-nav li:last-child a {
	margin-right: 0;
}

.copyright span {
	display: block;
	font-size: 0.9rem;
	text-align: right;
}

.custom-control-input:checked~.custom-control-label::before {
    color: #fff;
    border-color: #bb9847;
    background-color: #bb9847;
}

.custom-checkbox .error {
    position: absolute;
    bottom: 0;
}



/* ---------- FONTS ----------- */
@font-face {
	font-family: "CaviarDreams";
	src: url("/assets/fonts/CaviarDreams-Bold.eot"); /* IE9 Compat Modes */
	src: url("/assets/fonts/CaviarDreams-Bold.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
	  url("/assets/fonts/CaviarDreams-Bold.otf") format("opentype"), /* Open Type Font */
	  url("/assets/fonts/CaviarDreams-Bold.svg") format("svg"), /* Legacy iOS */
	  url("/assets/fonts/CaviarDreams-Bold.ttf") format("truetype"), /* Safari, Android, iOS */
	  url("/assets/fonts/CaviarDreams-Bold.woff") format("woff"), /* Modern Browsers */
	  url("/assets/fonts/CaviarDreams-Bold.woff2") format("woff2"); /* Modern Browsers */
	font-weight: 700;
	font-style: normal;
}

@font-face {
	font-family: "CaviarDreams";
	src: url("/assets/fonts/CaviarDreams.eot"); /* IE9 Compat Modes */
	src: url("/assets/fonts/CaviarDreams.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
	  url("/assets/fonts/CaviarDreams.otf") format("opentype"), /* Open Type Font */
	  url("/assets/fonts/CaviarDreams.svg") format("svg"), /* Legacy iOS */
	  url("/assets/fonts/CaviarDreams.ttf") format("truetype"), /* Safari, Android, iOS */
	  url("/assets/fonts/CaviarDreams.woff") format("woff"), /* Modern Browsers */
	  url("/assets/fonts/CaviarDreams.woff2") format("woff2"); /* Modern Browsers */
	font-weight: 400;
	font-style: normal;
}

