body {
    margin: 0;
    padding: 0;
    font-family: "Philosopher", Georgia, serif;
	font-weight: normal;
    font-size: 18px;
    line-height: 1.6;
    color: #222;
}

body, html {
    position: relative;
    height: 100%;
}

a,
a:link {
    text-decoration: none;
    color: #222;
}
a:hover,
a:focus {
    text-decoration: underline;
    color: #222;
}
.active.focus,
a.active:focus,
a.focus,
a:active.focus,
a:active:focus,
a:focus,
button.active.focus,
button.active:focus,
button.focus,
button:active.focus,
button:active:focus,
button:focus,
.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
	outline: 0;
	outline-color: transparent;
	outline-width: 0;
	outline-style: none;
	box-shadow: 0 0 0 0 rgba(0,123,255,0);
}

ul, ol {
    padding-left: 15px;
	margin-bottom: 0;
}

p, li, td, a, h1, h2, h3, h4, h5, h6 {
    font-family: "Philosopher", Georgia, serif;
	font-weight: normal;
    transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
}
p, li, td, a {
    font-size: 18px;
    line-height: 1.6;
}
@media (max-width: 767.98px) {
	p, li, td, a {
		font-size: 17px;
		line-height: 1.5;
		letter-spacing: 0.01em;
	}
}
@media (max-width: 575.98px) {
	p, li, td, a {
		font-size: 15px;
	}
}
h1, h2, h3, h4, h5, h6 {
	color: #3C2415;
}
h4, h5, h6 {
	letter-spacing: 0.02em;
}
h1 { font-size: 46px; }
h2 { font-size: 38px; }
h3 { font-size: 34px; }
h4 { font-size: 30px; }
h5 { font-size: 22px; }
h6 { font-size: 18px; }

@media (max-width: 767.98px) {
    h1 { font-size: 38px; }
	h2 { font-size: 34px; }
	h3 { font-size: 30px; }
	h4 { font-size: 26px; }
	h5 { font-size: 18px; }
	h6 { font-size: 16px; }
}
@media (max-width: 575.98px) {
    h1 { font-size: 34px; }
	h2 { font-size: 30px; }
	h3 { font-size: 28px; }
	h4 { font-size: 22px; }
}

.page-title {
	font-size: 42px;
}
@media (max-width: 767.98px) {
	.page-title {
		font-size: 38px;
	}
}
@media (max-width: 575.98px) {
	.page-title {
		font-size: 32px;
	}
}

.sub-intro h1 {
	font-size: 32px;
    line-height: 1.3;
}
@media (max-width: 991.98px) {
	.sub-intro h1 {
		font-size: 28px;
	}
}
@media (max-width: 767.98px) {
	.sub-intro h1 {
		font-size: 24px;
	}
}
@media (max-width: 575.98px) {
	.sub-intro h1 {
		font-size: 20px;
	}
}

img {
    display: block;
    max-width: 100%;
    height: auto;
}

strong, table th, .text-bold {
    font-family: "Philosopher", Georgia, serif;
	font-weight: bold;
}

.text-xsm {
    font-size: 15px !important;
	line-height: 1.4;
	letter-spacing: 0.01em;
}

.text-sm {
    font-size: 16px !important;
	line-height: 1.4;
	letter-spacing: 0.01em;
}

.text-grey {
	color: #999 !important;
}

.text-ellipsis {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.vertical-center {
	margin: 0;
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
@media (max-width: 575.98px) {
	.sm-rel.vertical-center {
		position: relative;
		top: 0;
		-ms-transform: none;
		transform: none;
	}
}
@media (max-width: 767.98px) {
	.md-rel.vertical-center {
		position: relative;
		top: 0;
		-ms-transform: none;
		transform: none;
	}
}
@media (max-width: 991.98px) {
	.lg-rel.vertical-center {
		position: relative;
		top: 0;
		-ms-transform: none;
		transform: none;
	}
}
@media (max-width: 1199.98px) {
	.xl-rel.vertical-center {
		position: relative;
		top: 0;
		-ms-transform: none;
		transform: none;
	}
}

.disabled {
	opacity: 0.4;
	cursor: auto;
}

label {
	font-weight: normal;
	font-size: 14px;
    margin-bottom: 5px;
    color: #222;
}

.form-group {
    text-align: left;
	margin-bottom: 1.5rem;
}

.form-control {
	font-size: 18px;
    height: 45px;
    color: #222;
	border-radius: 0.1rem;
	border: 1px solid #222;
	background-color: transparent;
	box-shadow: none;
}
.form-control:disabled, .form-control[readonly] {
	background-color: #F4F4F4;
	border-color: #D9D9D6;
}

select {
	box-shadow: none;
}
select.form-control:not([size]):not([multiple]) {
    height: 45px;
}

textarea {
    resize: none;
	box-shadow: none;
}

.close {
    position: absolute;
    top: 5px;
    right: 15px;
    cursor: pointer;
    font-size: 2rem;
}

.customs-consent {
	display: block;
	position: relative;
	padding-left: 35px;
	margin-bottom: 8px;
}
.customs-consent label {
	margin-top: -2px;
	text-transform: inherit;
}
.customs-consent a {
	text-decoration: underline;
}
.customs-consent .form-control {
	background-color: #FFF;
}
.customs-consent input[type=checkbox] {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}
.customs-consent input[type=checkbox]:checked ~ .checkmark {
	background-color: #222;
	border-color: #222;
}
.customs-consent input[type=checkbox]:checked ~ .checkmark:after {
	display: block;
}
.customs-consent .checkmark:after {
	left: 8px;
	top: 4px;
	width: 5px;
	height: 10px;
	border: solid white;
	border-width: 0 3px 3px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
.checkmark {
	position: absolute;
	top: 0;
	left: 0;
	height: 22px;
	width: 22px;
	background-color: #FFF;
	border-radius: 4px;
	border: 1px solid #222;
}
.checkmark:after {
	content: "";
	position: absolute;
	display: none;
}
@media (max-width: 575px) {
	.customs-consent {
		padding-left: 30px;
	}
	.customs-consent .checkmark:after {
		left: 7px;
		top: 3px;
	}
	
	.checkmark {
		height: 20px;
		width: 20px;
	}
}

::placeholder {
    font-family: "Philosopher", Georgia, serif;
	font-weight: normal;
    color: #999 !important;
    font-size: 14px;
	letter-spacing: 0.02em;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    font-family: "Philosopher", Georgia, serif;
	font-weight: normal;
    color: #999 !important;
    font-size: 14px;
	letter-spacing: 0.02em;
}

::-moz-placeholder { /* Firefox 19+ */
    font-family: "Philosopher", Georgia, serif;
	font-weight: normal;
    color: #999 !important;
    font-size: 14px;
	letter-spacing: 0.02em;
}

:-ms-input-placeholder { /* IE 10+ */
    font-family: "Philosopher", Georgia, serif;
	font-weight: normal;
    color: #999 !important;
    font-size: 14px;
	letter-spacing: 0.02em;
}

:-moz-placeholder { /* Firefox 18- */
    font-family: "Philosopher", Georgia, serif;
	font-weight: normal;
    color: #999 !important;
    font-size: 14px;
	letter-spacing: 0.02em;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus, 
input:-webkit-autofill:active {
	-webkit-box-shadow: 0 0 0 30px white inset !important;
	transition: none;
    -o-transition: none;
    -moz-transition: none;
    -webkit-transition: none;
}
input:focus {
    outline: none !important;
    border-color: #222 !important;
    box-shadow: none !important;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

ol li {
	padding-left: 15px;
	margin-bottom: 15px;
}

.nested-list ol {
	counter-reset: item;
	padding-left: 0;
}
.nested-list ol ol {
	padding-left: 15px;
}
.nested-list ol li:not(.lower-alpha li) {
	display: block;
	position: relative;
	padding-left: 30px;
}
.nested-list ol li:not(.lower-alpha li):before {
	content: counters(item, ".")".";
	counter-increment: item;
	position: absolute;
    margin-right: 100%;
    right: -10px;
}

.tick-list ul {
	padding-left: 0;
}
.tick-list ul li {
	list-style-type: none;
}
.tick-list ul li:before {
	content: '✓';
	padding-right: 8px;
}

.lower-alpha {
	list-style-type: lower-alpha;
}

.tnc a {
	text-decoration: underline;
}
.tnc li {
	line-height: 1.5;
}
.tnc ol ol li {
	margin-bottom: 0;
	list-style-type: lower-roman;
}
.tnc ol ol ul li {
	list-style-type: lower-alpha;
}

/* responsive container image & text */
.responsive-container {
    position: relative;
    width: 100%;
}

.img-container {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    padding: 0;
    margin: auto;
}
.img-container .centerer {
	display: inline-block;
	vertical-align: middle;
	height: 100%;
}

/* popup modal */
.modal {
    padding-right: 0 !important;
}

.modal-content {
	border-radius: 0;
}

.modal-header {
	padding: 2.5rem 2.5rem 0;
}
.modal-header .close {
    margin: -0.5rem -1rem -1rem auto;
}

.modal-body {
	padding: 1.5rem 2.5rem 2rem;
}

.modal-footer {
	padding: 0 2.5rem 2.5rem;
	border-top: 0;
	justify-content: flex-start;
}
@media (max-width: 575px) {
	.modal-header {
		padding: 2.5rem 1.5rem 0;
	}
	
	.modal-body {
		padding: 1.5rem;
	}
	
	.modal-footer {
		padding: 0 1.5rem 1.5rem;
	}
}
/* end popup modal */

#hover-content {
    display: none;
}
#tooltip:hover #hover-content {
    display: block;
	position: absolute;
	bottom: 0;
	left: 55%;
	margin-bottom: 22px;
	min-width: 11em;
	z-index: 1;
	padding: 12px;
    border-radius: 5px;
    background-color: rgba(0, 0, 0, 0.8);
}
#tooltip:hover #hover-content p {
	font-size: 12px;
	line-height: 1.4;
}


/*======== header ========*/
header {
	position: -webkit-sticky;
	position: sticky;
	top: 0;
	width: 100%;
    z-index: 3;
	background-color: #FFF;
	transition: background 0.3s;
	box-shadow: 0 2px 16px 0 rgba(0,0,0,0.08);
}

.header {
	position: absolute;
	top: 0;
	width: 100%;
}

.logo {
	height: 38px;
}
@media (max-width: 767.98px) {
	.logo {
		height: 32px;
	}
}

.navbar {
	padding: 0.8rem 0;
	z-index: 2;
}
@media (max-width: 575.98px) {
	.navbar {
    	padding: 0.5rem 0
	}
}
.navbar-light .navbar-nav .nav-link {
	color: #222;
	letter-spacing: 0.01em;
}
.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link:focus {
	color: #222;
}
@media (min-width: 1200px) {
	.navbar-expand-lg .navbar-nav .nav-link {
		padding-right: 0;
		padding-left: 0;
		margin-right: 0.9rem;
		margin-left: 0.9rem;
		position: relative;
		display: block;
		transition: color 0.1s,background-color 0.1s,padding 0.2s ease-in;
	}
	
	.navbar-nav li a::before {
		content: '';
		display: block;
		position: absolute;
		bottom: 4px;
		left: 0;
		height: 3px;
		width: 100%;
		background-color: #ECB5BE;
		transform-origin: right top;
		transform: scale(0, 1);
		transition: color 0.1s,transform 0.2s ease-out;
	}
	.navbar-nav li a.active::before {
		transform: none;
	}
	.navbar-nav li a:hover::before,
	.navbar-nav li a:focus::before {
		transform-origin: left top;
		transform: scale(1, 1);
	}
}
@media (max-width: 1199.98px) {
	.navbar-expand-lg .navbar-nav {
	    flex-direction: column;
	}
	
	.main-menu {
		width: 100%;
		height: 100%;
		opacity: 0;
		visibility: hidden;
		position: fixed;
		top: 0;
		right: 0;
		left: 0;
		z-index: 1030;
	}
	.main-menu .navbar-nav {
		margin-top: 50px;
	}
	.nav-open .main-menu {
		opacity: 1;
		visibility: visible;
		background: rgba(0, 0, 0, 0.9);
	}
	.main-menu .navbar-nav li a {
		color: #FFF;
		font-size: 20px;
	}
	.header .main-menu .navbar-nav li a.dropdown-item {
		color: #666;
		text-transform: uppercase;
		letter-spacing: 0.1em;
		font-size: 12px;
		font-weight: bold;
	}
	.main-menu .navbar-nav li a:hover {
		color: #666;
	}
	.main-menu .navbar-nav li {
		opacity: 0;
		-webkit-transform: translateY(-40px);
		transform: translateY(-40px);
		-webkit-animation-timing-function: cubic-bezier(.45,.005,0,1);
		-moz-animation-timing-function: cubic-bezier(.45,.005,0,1);
		-o-animation-timing-function: cubic-bezier(.45,.005,0,1);
		animation-timing-function: cubic-bezier(.45,.005,0,1);
	}
	.nav-open .main-menu .navbar-nav li {
		opacity: 1;
		-webkit-transform: translateY(0px);
		transform: translateY(0px);
		-webkit-transition: -webkit-transform .2s,opacity .2s;
		transition: transform .2s,opacity .2s;
	}
	.main-menu .navbar-nav li.delay-1 {-webkit-transition-delay:0.1s; -moz-transition-delay:0.1s; -ms-transition-delay:0.1s; -o-transition-delay:0.1s; transition-delay:0.1s; }
	.main-menu .navbar-nav li.delay-2 {-webkit-transition-delay:0.2s; -moz-transition-delay:0.2s; -ms-transition-delay:0.2s; -o-transition-delay:0.2s; transition-delay:0.2s; }
	.main-menu .navbar-nav li.delay-3 {-webkit-transition-delay:0.3s; -moz-transition-delay:0.3s; -ms-transition-delay:0.3s; -o-transition-delay:0.3s; transition-delay:0.3s; }
	.main-menu .navbar-nav li.delay-4 {-webkit-transition-delay:0.4s; -moz-transition-delay:0.4s; -ms-transition-delay:0.4s; -o-transition-delay:0.4s; transition-delay:0.4s; }
	
	.nav-button {
		position: relative;
		z-index: 1111;
		height: 17px;
		display: block;
	}
	.nav-button #nav-icon3 {
		width: 30px;
		display: inline-block;
		position: relative;
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
		-webkit-transition: .5s ease-in-out;
		-moz-transition: .5s ease-in-out;
		-o-transition: .5s ease-in-out;
		transition: .5s ease-in-out;
		cursor: pointer;
	}
	.nav-button #nav-icon3 span {
		display: block;
		position: absolute;
		height: 2px;
		width: 100%;
		background: #222;
		border-radius: 9px;
		opacity: 1;
		left: 0;
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
		-webkit-transition: .25s ease-in-out;
		-moz-transition: .25s ease-in-out;
		-o-transition: .25s ease-in-out;
		transition: .25s ease-in-out;
	}
	.header .nav-button #nav-icon3 span {
		background: #FFF;
	}
	.nav-button #nav-icon3 span:nth-child(1) {top:0}
	.nav-button #nav-icon3 span:nth-child(2), #nav-icon3 span:nth-child(3) {top:7px}
	.nav-button #nav-icon3 span:nth-child(4) {top:15px}
	.nav-open #nav-icon3 span:nth-child(1) {top:9px;width:0;left:50%}
	.nav-open #nav-icon3 span:nth-child(2) {-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-o-transform:rotate(45deg);transform:rotate(45deg)}
	.nav-open #nav-icon3 span:nth-child(3) {-webkit-transform:rotate(-45deg);-moz-transform:rotate(-45deg);-o-transform:rotate(-45deg);transform:rotate(-45deg)}
	.nav-open #nav-icon3 span:nth-child(4) {top:9px;width:0;left:50%}
	
	.nav-open .navbar-light .navbar-nav .nav-link {
		color: #FFF;
		text-align: center;
		padding: 1.1rem 1.5rem;
		border-bottom: 1px solid rgba(255,255,255,0.2);
	}
	.nav-open .navbar-light .navbar-nav .active .nav-link,
	.nav-open .navbar-light .navbar-nav .nav-link:focus,
	.nav-open .navbar-light .navbar-nav .nav-link:hover {
		color: #ECB5BE;
	}
	.nav-open .nav-button #nav-icon3 span {
		background: #FFF !important;
	}
	.nav-open .header .navbar-light .navbar-nav .nav-link:focus,
	.nav-open .header .navbar-light .navbar-nav .nav-link:hover,
	.nav-open .header .navbar-light .navbar-nav .nav-link.active {
		border-bottom: 1px solid rgba(255,255,255,0.2);
	}
}
@media (max-width: 767.98px) {
	.nav-button {
		height: 19px;
	}
}

.nav-anchor {
	background-color: #F3F3F3;
}
.nav-anchor.fixed-top {
	z-index: 2;
	top: 73.6px;
}
.nav-anchor .navbar-nav li a::before {
	display: none;
}
.nav-anchor ul {
	margin-top: 30px;
	margin-bottom: 0;
	padding-left: 0;
}
.nav-anchor li {
	list-style-type: none;
	display: block;
}
.nav-anchor .navbar-expand .navbar-nav .nav-link {
    margin-right: 0.5rem;
    margin-left: 0.5rem;
	padding: 0;
	transition: none;
}
.nav-anchor .active > .nav-link,
.nav-anchor .nav-link.active {
	border-bottom: 3px solid #ECB5BE;
	color: #222;
}
@media (max-width: 767.98px) {
	.nav-anchor.fixed-top {
		top: 67.6px;
	}
}

.nav-anchor-guide.fixed-top {
	z-index: 2;
}
.nav-anchor-guide ul {
	margin-top: 30px;
	margin-bottom: 0;
	padding-left: 0;
}
.nav-anchor-guide li {
	list-style-type: none;
	display: block;
	margin: 7px 0;
}
.nav-anchor-guide .nav-link {
	position: relative;
	display: inline-block;
	padding: 0;
	margin: 0.35rem 1rem;
	border-bottom: 3px solid #FFF;
	font-size: 24px;
	transition: color 0.1s,background-color 0.1s,padding 0.2s ease-in;
}
.nav-anchor-guide .active > .nav-link,
.nav-anchor-guide .nav-link.active {
	border-bottom: 3px solid #ECB5BE;
	color: #222;
}
@media (max-width: 991.98px) {
	.nav-anchor-guide .nav-link {
		font-size: 20px;
	}
}
@media (max-width: 767.98px) {
	.nav-anchor-guide {
		background-color: #FFF;
	}
	.nav-anchor-guide.fixed-top {
		top: 58px;
	}
	.nav-anchor-guide ul {
		display: -ms-flexbox;
		display: flex;
		margin: 20px 35px 0 35px;
		padding-bottom: 10px;
	}
	.nav-anchor-guide li {
		margin: 0 13px 0;
	}
	.nav-anchor-guide li:first-child {
		margin-left: 0;
	}
	.nav-anchor-guide li:last-child {
		margin-right: 0;
	}
	.nav-anchor-guide .nav-link {
		font-size: 16px;
		margin: 0;
	}
	.nav-anchor-guide .active > .nav-link,
	.nav-anchor-guide .nav-link.active {
		border-bottom: 0;
	}
}

.anchor {
	display: block;
	height: 135px;
	margin-top: -135px;
	visibility: hidden;
}

.scrollmenu {
	white-space: nowrap;
	overflow-x: auto;
	overflow-y: hidden;
	-webkit-overflow-scrolling: touch;
	-ms-overflow-style: -ms-autohiding-scrollbar;
	z-index: 1;
}
.scrollmenu::-webkit-scrollbar {
	background-color: #FFF;
    width: 12px;
	height: 6px;
}
.scrollmenu::-webkit-scrollbar-track {
	background-color: #FFF;
}
.scrollmenu::-webkit-scrollbar-thumb {
	opacity: 0;
    border-radius: 12px;
	transition: 0.3s;
}
.scrollmenu:hover::-webkit-scrollbar-thumb {
	background: rgba(0,0,0,.17);
	opacity: 1;
}
.scrollmenu::-webkit-scrollbar-button {
	display: none;
}

.center-con-next {
    position: absolute;
    right: -5px;
    top: 0;
}

.center-con-prev {
    position: absolute;
    left: 0;
    top: 0;
}

.round {
    position: absolute;
	top: -5px;
    width: 40px;
    height: 40px;
    border-radius: 100%;
	background-color: #DDD;
	zoom: 0.8;
}
.center-con-next .round {
	right: 0;
}
.center-con-prev .round {
	left: 0;
}
.center-con-next .round .arrow {
    animation-name: bounceAlpha;
    animation-duration: 1.4s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}
.center-con-next .round .arrow.primera {
    animation-name: bounceAlpha;
    animation-duration: 1.4s;
    animation-delay: 0.2s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

.center-con-prev .round .arrow {
    animation-name: bounceAlphaLeft;
    animation-duration: 1.4s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}
.center-con-prev .round .arrow.primera {
    animation-name: bounceAlphaLeft;
    animation-duration: 1.4s;
    animation-delay: 0.2s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

#cta {
    width: 100%;
	cursor: default;
	position: absolute;
}
.center-con-next #cta .arrow {
	left: 30%;
}
.center-con-prev #cta .arrow {
	right: 30%;
}
.arrow {
	position: absolute;
	bottom: 0;
	margin-left: 0;
	width: 12px;
	height: 12px;
	background-size: contain;
	top: 14px;
}
.center-con-next .arrow {
    left: 11px;
}
.center-con-prev .arrow {
    left: 7px;
}

.center-con-next .segunda,
.center-con-prev .primera {
	margin-left: 8px;
}
.next {
	/*background-image: url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB2aWV3Qm94PSIwIDAgNTEyIDUxMiI+PHN0eWxlPi5zdDB7ZmlsbDojZmZmfTwvc3R5bGU+PHBhdGggY2xhc3M9InN0MCIgZD0iTTMxOS4xIDIxN2MyMC4yIDIwLjIgMTkuOSA1My4yLS42IDczLjdzLTUzLjUgMjAuOC03My43LjZsLTE5MC0xOTBjLTIwLjEtMjAuMi0xOS44LTUzLjIuNy03My43UzEwOSA2LjggMTI5LjEgMjdsMTkwIDE5MHoiLz48cGF0aCBjbGFzcz0ic3QwIiBkPSJNMzE5LjEgMjkwLjVjMjAuMi0yMC4yIDE5LjktNTMuMi0uNi03My43cy01My41LTIwLjgtNzMuNy0uNmwtMTkwIDE5MGMtMjAuMiAyMC4yLTE5LjkgNTMuMi42IDczLjdzNTMuNSAyMC44IDczLjcuNmwxOTAtMTkweiIvPjwvc3ZnPg==);*/
	background-image: url(../images/icons/next.svg);
}
.center-con-prev .next {
	background-image: url(../images/icons/prev-rotated.svg);
}

@keyframes bounceAlpha {
  0% {opacity: 1; transform: translateX(0px) scale(1);}
  25% {opacity: 0; transform:translateX(10px) scale(0.9);}
  26% {opacity: 0; transform:translateX(-10px) scale(0.9);}
  55% {opacity: 1; transform: translateX(0px) scale(1);}
}

@keyframes bounceAlphaLeft {
  0% {opacity: 1; transform: translateX(0px) scale(1);}
  25% {opacity: 0; transform:translateX(-10px) scale(0.9);}
  26% {opacity: 0; transform:translateX(10px) scale(0.9);}
  55% {opacity: 1; transform: translateX(0px) scale(1);}
}

.bounceAlpha {
    animation-name: bounceAlpha;
    animation-duration: 1.4s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

.bounceAlphaLeft {
    animation-name: bounceAlphaLeft;
    animation-duration: 1.4s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

.center-con-next .arrow.primera.bounceAlpha {
    animation-name: bounceAlpha;
    animation-duration: 1.4s;
    animation-delay: 0.2s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

.center-con-prev .arrow.primera.bounceAlphaLeft {
    animation-name: bounceAlphaLeft;
    animation-duration: 1.4s;
    animation-delay: 0.2s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

.overlay {
    display: none;
    position: fixed;
	top: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.5);
    z-index: 9998;
    opacity: 0;
    transition: all 0.5s ease-in-out;
}
.overlay.active {
    display: block;
    opacity: 1;
}

.customs-datepicker .bootstrap-datetimepicker-widget {
    font-family: "Philosopher", Georgia, serif;
    font-weight: normal;
    font-size: 14px;
}
.customs-datepicker .bootstrap-datetimepicker-widget.dropdown-menu {
	background-color: #FFF;
	padding: 10px;
	border: 1px solid #DDD;
	border-radius: 4px;
	width: 20rem;
}
.customs-datepicker .bootstrap-datetimepicker-widget table td,
.customs-datepicker .bootstrap-datetimepicker-widget table th {
	border: none;
}
.customs-datepicker .bootstrap-datetimepicker-widget table td {
	padding: 8px;
}
.customs-datepicker .bootstrap-datetimepicker-widget table td.active,
.customs-datepicker .bootstrap-datetimepicker-widget table td.active:hover {
	background-color: #222;
}
.customs-datepicker .bootstrap-datetimepicker-widget table td.today:before {
	border-bottom-color: #222;
}
@media (max-width: 991.98px) {
	.customs-datepicker.form-group {
		margin-top: 0.5rem;
		margin-bottom: 0.5rem;
	}
	.customs-datepicker .form-control {
		font-size: 14px;
	}
}
/* end booking widget */

.nav-shadow {
    position: absolute;
	width: 100%;
	height: 100%;
    background: rgba(0,0,0,0.1);
}

.nav-shadow-top {
    position: absolute;
    top: 0;
    z-index: 1;
    width: 100%;
	height: 200px;
    background: rgba(0,0,0,4);
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.4) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,0,0,0)), color-stop(100%, rgba(0,0,0,0.4)));
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.4) 100%);
    background: -o-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.4) 100%);
    background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.4) 100%);
    background: linear-gradient(to top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.4) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0 );
}

.nav-shadow-bottom {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 200px;
	background: rgba(0,0,0,0);
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.4) 100%);
	background: -webkit-gradient(left top, left top, color-stop(0%, rgba(0,0,0,0)), color-stop(100%, rgba(0,0,0,0.4)));
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.4) 100%);
	background: -o-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.4) 100%);
	background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.4) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0.4) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#222000', endColorstr='#222000', GradientType=0 );
}

.bg-style {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.home-bg {
	height: 600px;
}

.inner-bg {
	height: 500px;
}
@media (max-width: 991.98px) {
	.home-bg, .inner-bg {
		height: 400px;
	}
}
@media (max-width: 575.98px) {
	.home-bg {
		height: 300px;
	}
	.inner-bg {
		height: 250px;
	}
}

.intro h1 {
	font-size: 34px;
}
@media (max-width: 767.98px) {
    .intro h1 {
		font-size: 30px;
	}
}
@media (max-width: 575.98px) {
    .intro h1 {
		font-size: 26px;
	}
}

@media (min-width: 768px) {
	.border-md-right {
		border-right: 1px solid #222;
	}
}
@media (max-width: 767.98px) {
	.border-md-right {
		border-bottom: 1px solid #222;
	}
}

.border-tb-2 {

	border-top: 1px solid #222;
	border-bottom: 1px solid #222;
}

.signposting-rule {
	background-color: #222;
    margin-right: 6px;
	width: 60px;
	height: 0.06em;
}

.main-heading {
    display: inline-block;
    vertical-align: middle;
    color: #FFF;
}
.main-heading h1 {
	font-size: 56px;
    color: #FFF;
}
@media (max-width: 991.98px) {
	.main-heading h1 {
		font-size: 40px;
	}
}
@media (max-width: 767.98px) {
	.main-heading h1 {
		font-size: 34px;
	}
}
@media (max-width: 575.98px) {
	.main-heading {
		max-width: 320px;
	}
	.main-heading h1 {
		font-size: 25px;
	}
	.main-heading p {
		font-size: 14px;
		line-height: 1.4;
	}
}

.animate-wrap {
	position: relative;
    overflow: hidden;
}

.animate-img img,
.animate-img div:first-child {
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.animate-img img:hover,
.animate-img div:first-child:hover {
	-moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.frame-img {
	height: 100%;
}
.frame-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/*======== content ========*/
@media (min-width: 992px) {
	.container {
		max-width: 1070px;
	}
}

@media (min-width: 1200px) {
	.container {
		max-width: 1300px;
	}
	
	.short-container {
		width: 100%;
		max-width: 900px;
		margin: auto;
	}
}

.theme-color {
	color: #ECB5BE;
}

.theme-color-secondary {
	color: #222;
}

.bg-standard {
	background-color: #F4F4F4;
}

.bg-theme {
	background-color: #222;
}

.bg-theme-light {
	background-color: #F9F4F3;
}

.col-shadow {
    position: absolute;
    bottom: 0;
    z-index: 1;
    width: 100%;
    height: 60px;
    background: rgba(0,0,0,0);
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.7) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,0,0,0)), color-stop(100%, rgba(0,0,0,0.7)));
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.7) 100%);
    background: -o-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.7) 100%);
    background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.7) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0.7) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0 );
}

.breadcrumb {
    background: none;
	padding: 0;
    margin: 0;
}
.breadcrumb li, .breadcrumb a,
.breadcrumb-item + .breadcrumb-item {
	font-size: 16px;
	letter-spacing: 0.02em;
	padding-left: 0;
	margin-bottom: 0;
}
.breadcrumb-item + .breadcrumb-item::before {
    color: rgba(24,78,63,0.5);
	padding-left: 0.02rem;
    padding-right: 0.02rem;
}
.breadcrumb-item.active {
    color: rgba(24,78,63,0.5);
}
@media (max-width: 575.98px) {
	.breadcrumb {
		padding: 20px 0 5px 0;
	}
	.breadcrumb li, .breadcrumb a,
	.breadcrumb-item + .breadcrumb-item {
		font-size: 14px;
	}
}

/* slick */
@font-face {
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;
	src: url(../webfonts/slick.eot);
	src: url(../webfonts/slick.eot?#iefix) format('embedded-opentype'),
		url(../webfonts/slick.woff) format('woff'),
		url(../webfonts/slick.ttf) format('truetype'),
		url(../webfonts/slick.svg#slick) format('svg');
}
.customs-slick.slick-slider {
	margin: auto;
}
.customs-slick .slick-track {
	margin: 0;
}
.customs-slick .slick-prev,
.customs-slick .slick-next {
	width: auto;
    height: auto;
}
.customs-slick .slick-prev:before,
.customs-slick .slick-next:before {
	opacity: .7;
}
.customs-slick .slick-prev {
    left: -10px;
	z-index: 1;
}
[dir='rtl'] .customs-slick .slick-prev {
    right: -10px;
}
.customs-slick .slick-prev:before {
    content: url(../images/icons/left-arrow-outline_white.svg);
}
[dir='rtl'] .customs-slick .slick-prev:before {
    content: url(../images/icons/right-arrow-outline_white.svg);
}
.customs-slick .slick-next {
    right: -10px;
}
[dir='rtl'] .customs-slick .slick-next {
    left: -10px;
}
.customs-slick .slick-next:before {
    content: url(../images/icons/right-arrow-outline_white.svg);
}
[dir='rtl'] .customs-slick .slick-next:before {
    content: url(../images/icons/left-arrow-outline_white.svg);
}
.customs-slick .slick-dots {
    bottom: 20px;
}
.customs-slick .slick-dots li {
	margin: 0;
}
.customs-slick .slick-dots li button:hover:before,
.customs-slick .slick-dots li button:focus:before {
    opacity: .4;
}
.customs-slick .slick-dots li button:before {
    font-size: 9.5px;
    color: #FFF;
}
.customs-slick .slick-dots li.slick-active button:before {
    opacity: .85;
    color: #FFF;
}

.hero .img-container {
	width: 100%;
	padding-left: 15px;
	padding-right: 15px;
}
@media (min-width: 576px) {
	.hero .img-container {
		max-width: 540px;
	}
}
@media (min-width: 768px) {
	.hero .img-container {
		max-width: 720px;
		text-align: left;
	}
}
@media (min-width: 992px) {
	.hero .img-container {
		max-width: 1070px;
	}
}
@media (min-width: 1200px) {
	.hero .img-container {
		max-width: 1350px;
	}
}
.hero .main-heading {
	max-width: 550px;
}

.hero.slick-slider {
	max-width: 100%;
}
.hero .slick-slide {
	margin: 0;
}
.hero img {
	width: 100%;
	height: 100%;
}
.hero.customs-slick .slick-prev {
    left: 20px;
}
[dir='rtl'] .hero.customs-slick .slick-prev {
    right: 20px;
}
.hero.customs-slick .slick-prev:before {
    content: url(../images/icons/left-arrow-outline_white.svg);
}
[dir='rtl'] .hero.customs-slick .slick-prev:before {
    content: url(../images/icons/right-arrow-outline_white.svg);
}
.hero.customs-slick .slick-next {
    right: 20px;
}
[dir='rtl'] .hero.customs-slick .slick-next {
    left: 20px;
}
.hero.customs-slick .slick-next:before {
    content: url(../images/icons/right-arrow-outline_white.svg);
}
[dir='rtl'] .hero.customs-slick .slick-next:before {
    content: url(../images/icons/left-arrow-outline_white.svg);
}
.hero.customs-slick .slick-dots {
    bottom: 70px;
}
.hero.slick-dotted.slick-slider {
	margin-bottom: 0;
}
@media (max-width: 767.98px) {
	.hero.customs-slick .slick-prev:before,
	.hero.customs-slick .slick-next:before {
		zoom: 0.9;
	}
}
@media (max-width: 575.98px) {
	.hero.customs-slick .slick-prev:before,
	.hero.customs-slick .slick-next:before {
		zoom: 0.7;
	}
	.hero.customs-slick .slick-dots {
		bottom: 50px;
	}
}

.single-banner .img-container {
	width: 100%;
	top: auto;
	bottom: 60px;
	left: 70px;
	right: auto;
	z-index: 1;
	text-align: left;
}
.single-banner.customs-slick .slick-dots {
    bottom: 60px;
    right: 70px;
	width: auto;
	text-align: left;
}
.single-banner.customs-slick .slick-dots li.slick-active button:before {
	color: #ECB5BE;
}
@media (max-width: 767.98px) {
	.single-banner .img-container {
		bottom: 40px;
		left: 50px;
	}
	.single-banner.customs-slick .slick-dots {
		bottom: 40px;
		right: 50px;
	}
}
@media (max-width: 575.98px) {
	.single-banner .img-container {
		bottom: 30px;
		left: 30px;
	}
	.single-banner.customs-slick .slick-dots {
		bottom: 30px;
		right: 30px;
	}
}

/*.accomm.customs-slick .slick-track {
	display: -ms-flexbox !important;
	display: flex !important;
}
.accomm.customs-slick .slick-slide {
	display: -ms-flexbox !important;
	display: flex !important;
	height: inherit !important;
}
.accomm.customs-slick .slick-slide > div {
	height: inherit !important;
	flex: 1;
}*/

.accomm.customs-slick .slick-list {
    padding: 0 8% 0 0 !important;
}
.accomm.customs-slick.slick-slider {
	margin: 0 5px;
}
.accomm.customs-slick .slick-track {
	display: -ms-flexbox !important;
	display: flex !important;
    margin: inherit;
}
.accomm.customs-slick .slick-slide {
	display: -ms-flexbox !important;
	display: flex !important;
	height: inherit !important;
    margin: 0 10px;
}
.accomm.customs-slick .slick-prev,
.accomm.customs-slick .slick-next {
	top: -12%;
}
[dir='rtl'] .accomm.customs-slick .slick-next:before,
.accomm.customs-slick .slick-prev:before {
    content: url(../images/icons/left-arrow-outline.svg);
}
[dir='rtl'] .accomm.customs-slick .slick-prev:before,
.accomm.customs-slick .slick-next:before {
    content: url(../images/icons/right-arrow-outline.svg);
}
.accomm.customs-slick .slick-prev,
[dir='rtl'] .accomm.customs-slick .slick-next {
    left: auto;
    right: 13rem;
}
[dir='rtl'] .accomm.customs-slick .slick-prev,
.accomm.customs-slick .slick-next {
    right: 8.5rem;
}
@media (max-width: 991.98px) {
	.accomm.customs-slick .slick-prev:before,
	.accomm.customs-slick .slick-next:before {
		display: none;
	}
}

.offers.customs-slick.slick-slider {
	margin: 0 -10px;
}
.offers.customs-slick .slick-track {
    margin: inherit;
	display: -ms-flexbox !important;
	display: flex !important;
}
.offers.customs-slick .slick-slide {
    margin: 0 10px;
	display: -ms-flexbox !important;
	display: flex !important;
	height: inherit !important;
}
.offers.customs-slick .slick-slide > div {
	position: relative;
	height: inherit !important;
	flex: 1;
}
.offers.customs-slick .customs-col {
	position: inherit;
}
.offers.customs-slick .frame-img {
	height: 400px;
}
[dir='rtl'] .offers.customs-slick .slick-next:before,
.offers.customs-slick .slick-prev:before {
    content: url(../images/icons/left-arrow-outline.svg);
}
[dir='rtl'] .offers.customs-slick .slick-prev:before,
.offers.customs-slick .slick-next:before {
    content: url(../images/icons/right-arrow-outline.svg);
}
.offers.customs-slick .slick-prev,
[dir='rtl'] .offers.customs-slick .slick-next {
	left: -32.8%;
}
[dir='rtl'] .offers.customs-slick .slick-prev,
.offers.customs-slick .slick-next {
    right: auto;
    left: -24.8%;
}
@media (max-width: 991.98px) {
	.offers.customs-slick .slick-prev:before,
	.offers.customs-slick .slick-next:before {
		display: none;
	}
}
@media (max-width: 575.98px) {
	.offers.customs-slick .customs-col-content {
		margin-bottom: 30px;
	}
}

.side-disp-section .multiple-img .frame-img {
	height: 450px;
}
@media (max-width: 1199.98px) {
	.side-disp-section .multiple-img .frame-img {
		height: 400px;
	}
}
@media (max-width: 991.98px) {
	.side-disp-section .multiple-img .frame-img {
		height: 350px;
	}
	.side-disp-section .multiple-img .frame-img img {
		object-position: initial !important;
	}
}
.multiple-img.customs-slick .slick-prev {
    left: 10px;
}
.multiple-img.customs-slick .slick-next {
	right: 10px;
}
.multiple-img h5 {
	bottom: 20px;
	z-index: 1;
}

/* animation */
@-webkit-keyframes fadeInUpSD {
	0% {
		opacity: 0;
		-webkit-transform: translateY(50px);
		transform: translateY(50px);
	}
	
	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}
@keyframes fadeInUpSD {
	0% {
		opacity: 0;
		-webkit-transform: translateY(50px);
		transform: translateY(50px);
	}
	
	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

.fadeInUpSD {
	-webkit-animation: fadeInUpSD;
    animation: fadeInUpSDs;
}

.side-disp-section .frame-img {
	height: 700px;
}
@media (max-width: 1199.98px) {
	.side-disp-section .frame-img {
		height: 500px;
	}
}
@media (max-width: 991.98px) {
	.side-disp-section .frame-img  {
		height: 400px;
	}
}
@media (max-width: 575.98px) {
	.side-disp-section .frame-img  {
		height: 300px;
	}
}
@media (min-width: 1200px) {
	.side-disp-section {
		margin-left: 8rem;
	}
}

.filter-wrapper .fa-sliders {
	font-size: 20px;
	padding-left: 15px;
	padding-right: 15px;
}

.filter-tab {
	width: 100%;
	height: 100%;
	position: relative;
	display: block;
	background-color: #F1F1F1;
	border-radius: 10px;
	padding: 10px 25px 13px 25px;
}
.filter-tab:not(:last-child) {
	margin-right: 10px;
}
.filter-tab label {
	font-weight: bold;
	margin-bottom: 0;
}
.filter-tab .form-control {
	font-size: 18px;
	border: 0;
	padding: 0;
}
.filter-tab .form-control:focus {
	box-shadow: none;
}
.filter-tab .form-control,
.filter-tab select.form-control:not([size]):not([multiple]) {
    height: 24px;
	background-color: transparent;
}
.filter-tab ::placeholder {
	font-size: 18px;
	letter-spacing: normal;
}
.filter-tab ::-webkit-input-placeholder {
	font-size: 18px;
	letter-spacing: normal;
}
.filter-tab ::-moz-placeholder {
	font-size: 18px;
	letter-spacing: normal;
}
.filter-tab :-ms-input-placeholder {
	font-size: 18px;
	letter-spacing: normal;
}
.filter-tab :-moz-placeholder {
	font-size: 18px;
	letter-spacing: normal;
}
@media (max-width: 991.98px) {
	.filter-wrapper .row {
		margin-left: auto;
		margin-right: auto;
	}
	.filter-tab {
		padding: 7px 15px 8px 15px;
	}
	.filter-tab .form-control {
		font-size: 18px;
	}
}

@media (min-width: 992px) {
	.btn-float {
		display: none;
	}
}
@media (max-width: 991.98px) {
	.btn-float {
		display: block;
		position: fixed;
		bottom: 65px;
		right: 20px;
		z-index: 1;
	}
	a.btn-book-float {
		border-radius: 50%;
		width: 70px;
		height: 70px;
		margin-bottom: 15px;
		background: rgba(34,34,34,0.9);
		color: #ECB5BE;
		/*background: rgba(236,181,190,0.9);*/
		display: -ms-flexbox;
		display: flex;
		-ms-flex-align: center;
		align-items: center;
		-ms-flex-pack: center;
		justify-content: center;
		font-family: "Philosopher", Georgia, serif;
		font-weight: bold;
		font-size: 18px;
		line-height: 1.1;
		text-align: center;
	}
	a.btn-book-float:hover {
		text-decoration: none;
	}
}
@media (max-width: 767.98px) {
	a.btn-book-float {
		width: 60px;
		height: 60px;
		font-size: 14px;
		line-height: 1;
	}
}

.booking-widget-wrapper {
	box-shadow: 0px 0px 15px #EEE;
	border-radius: 12px;
}
.booking-widget-wrapper .filter-tab,
.contact-form .filter-tab {
	background-color: #FFF;
	border: 1px solid #dee2e6;
	padding: 10px 20px 13px 20px;
}
.booking-widget-wrapper .filter-tab:not(:last-child) {
	margin-right: 0;
}

.contact-form .filter-tab textarea.form-control {
    height: auto;
}
.contact-form td h6 {
	line-height: 1.5;
}
@media (max-width: 991.98px) {
	.contact-form h5 {
		font-size: 18px;
	}
}

@media (min-width: 768px) {
	#detailsSummary {
		position: -webkit-sticky;
		position: sticky;
		right: 0;
		left: 0;
	}
	
	/*.booking-widget-wrapper #toggle-summary-btn {
		cursor: inherit;
		color: inherit;
	}
	
	#hidden_summary {
		height: auto !important;
	}*/
}
@media (max-width: 767.98px) {
	.booking-widget-wrapper .filter-tab {
		padding: 7px 15px 8px 15px;
	}
	/*.booking-widget-wrapper a.btn-search {
		padding: 12px 20px;
		font-size: 15px;
	}
	
	#detailsSummary {
		position: fixed;
		right: 0;
		left: 0;
		bottom: 0;
		width: 100%;
		background-color: #FFF;
		box-shadow: 0px 0px 15px #E5E5E5;
		z-index: 1030;
	}
	
	.booking-widget-wrapper {
		border-bottom-left-radius: 0;
		border-bottom-right-radius: 0;
	}
	.booking-widget-wrapper #toggle-summary-btn h5 {
		cursor: pointer;
		text-decoration: underline;
	}
	
	#hidden_summary {
		height: 0;
		overflow: hidden;
		transition: height 0.8s ease;
	}*/
}

.intro-img.frame-img {
	height: 550px;
}
/*.intro-img.frame-img img {
	object-position: 25%;
}*/
@media (max-width: 991.98px) {
	.intro-img.frame-img {
		height: 400px;
	}
}
@media (max-width: 575.98px) {
	.intro-img.frame-img {
		height: 280px;
	}
}
@media (min-width: 992px) {
	.intro-img {
		position: absolute;
		top: -40px;
	}
}

.img__wrap {
	height: 100%;
}
.img__wrap .frame-img {
	height: 480px;
}
.img__wrap .btn-primary:hover, .img__wrap a.btn-primary:hover,
.img__wrap .btn-primary:not(:disabled):not(.disabled):active,
.img__wrap .btn-primary:not(:disabled):not(.disabled).active,
.img__wrap .show > .img__wrap .btn-primary.dropdown-toggle {
	color: #222;
    background-color: #ECB5BE;
	border: 1px solid #ECB5BE;
}
@media (max-width: 1199.98px) {
	.img__wrap .frame-img {
		height: 400px;
	}
}
@media (max-width: 991.98px) {
	.img__wrap .frame-img {
		height: 300px;
	}
}
@media (min-width: 992px) {
	.img__wrap:hover .img__description-layer {
		visibility: visible;
		opacity: 1;
	}
	.img__wrap:hover .img__description {
		transform: translateY(0);
	}
	.img__wrap.btn-secondary, .img__wrap a.btn-secondary,
	.img__wrap .btn-secondary:hover, .img__wrap a.btn-secondary:hover,
	.img__wrap .btn-secondary:focus, .img__wrap .btn-secondary.focus,
	.img__wrap .btn-secondary:not(:disabled):not(.disabled):active,
	.img__wrap .btn-secondary:not(:disabled):not(.disabled).active,
	.img__wrap .show > .img__wrap .btn-secondary.dropdown-toggle {
		color: #FFF;
		border: 1px solid #ECB5BE;
	}
	.img__wrap .nav-shadow-bottom {
		height: 230px;
		background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 100%);
		background: -webkit-gradient(left top, left top, color-stop(0%, rgba(0,0,0,0)), color-stop(100%, rgba(0,0,0,0.5)));
		background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 100%);
		background: -o-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 100%);
		background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 100%);
		background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#222000', endColorstr='#222000', GradientType=0 );
	}
	
	.img__title {
		z-index: 2;
		position: absolute;
		left: 0;
		bottom: 0;
		padding: 40px;
		max-width: 450px;
	}
	.img__wrap:hover .img__title {
		visibility: hidden;
		opacity: 0;
	}
	.img__title p, .img__description h3 {
		color: #FFF;
	}
	.img__title p, .img__description p {
		letter-spacing: 0.02em;
	}
	.img__title .signposting-rule {
		background-color: #FFF;
	}
	
	.img__description {
		width: 100%;
		padding: 30px 50px;
		transition: .2s;
		transform: translateY(1em);
	}
	.img__description img {
		zoom: 1.5;
	}
	.img__description .fix-btn {
		position: relative;
	}
	
	.img__description-layer {
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		background: rgba(0,0,0,0.6);
		color: #FFF;
		visibility: hidden;
		opacity: 0;
		display: flex;
		align-items: center;
		justify-content: center;
		transition: opacity .2s, visibility .2s;
	}
}
@media (max-width: 1199.98px) {
	.img__description h3 {
		font-size: 30px;
	}
}
@media (max-width: 991.98px) {
	.img__title, .img__wrap .nav-shadow-bottom {
		display: none;
	}
	
	.img__description h3 {
		font-size: 28px;
	}
	
	.img__description-layer {
		margin-top: 24px;
	}
	
	.img__info {
		margin-bottom: 100px;
	}
}

.customs-col {
	position: relative;
	height: 100%;
}
.customs-col .frame-img {
	height: 380px;
}
@media (max-width: 1199.98px) {
	.customs-col .frame-img {
		height: 330px;
	}
}
@media (max-width: 991.98px) {
	.customs-col .frame-img {
		height: 280px;
	}
}
@media (max-width: 575.98px) {
	.customs-col .fix-btn {
		position: relative;
    	bottom: 0;
	}
}

.customs-col-content {
	position: relative;
    margin-bottom: 80px;
}
@media (max-width: 1284.98px) {
	.customs-col-content {
    	margin-bottom: 120px;
	}
}
@media (max-width: 1199.98px) {
	.customs-col-content h4 {
		font-size: 26px;
	}
}
@media (max-width: 575.98px) {
	.customs-col-content {
		margin-bottom: 0;
	}
}

.item-col {
	position: relative;
	border: 1px solid #dee2e6;
	border-radius: 0.5rem;
	height: 100%;
	padding: 20px;
	min-height: 180px;
}
.item-col .fix-btn {
	bottom: 20px;
	left: 20px;
	right: 20px;
}

.ameicon img {
	width: 33px;
	height: 33px;
}
.ameicon [class^="icon-"]:before,
.ameicon [class*=" icon-"]:before {
	line-height: inherit;
}
.ameicon p {
	font-size: 16px;
}

.calendar-disp td, .calendar-disp th {
	font-size: 15px;
	text-align: center;
}

.show_hide {
	display: block;
	position: absolute;
	bottom: -30px;
	right: 0;
	cursor: pointer;
	color: #333;
	text-decoration: underline;
}

.review-wrapper p {
	line-height: 1.5;
}
.review-avatar {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    margin-right: 20px;
}
@media (max-width: 767.98px) {
	.review-wrapper .col-6:nth-child(2) .col-md-4.border-right,
	.review-wrapper .col-6:nth-child(2) .col-md-3.border-right {
		border-right: 0 !important;
	}
}

.img-round {
    border-radius: 50%;
}

.img-collage-banner {
	position: relative;
}
/*.img-collage-banner .row {
	padding: 0.7rem;
}*/
.img-collage-banner #lightgallery {
	position: absolute;
	bottom: 15px;
	right: 25px;
}
.img-collage-banner #lightgallery .btn {
	padding: 8px 15px;
	text-transform: inherit;
	letter-spacing: 0.04em;
}
.img-collage-banner .frame-img {
	height: 180px;
}
@media (min-width: 768px) {
	.img-collage-banner .bg-style {
		height: 100%;
	}
}
@media (max-width: 991.98px) {
	.img-collage-banner .frame-img {
		height: 200px;
	}
}
@media (max-width: 767.98px) {
	.img-collage-banner .bg-style {
		height: 300px;
	}
}
@media (max-width: 575.98px) {
	.img-collage-banner .bg-style {
		height: 200px;
	}
}

#accordion ol {
	padding-left: 0;
}
#accordion .card {
    background-color: transparent;
	margin: 5px 0;
}
#accordion .card-header {
    background-color: transparent;
	border-bottom: 0;
}
#accordion .card-header li {
	font-family: "Philosopher", Georgia, serif;
	font-weight: normal;
	font-size: 24px;
	margin-left: 30px;
	margin-bottom: 0;
}
#accordion .card-body ol,
#accordion .card-body ul {
	list-style: none;
	counter-reset: li;
	padding-left: 0.6rem;
}
#accordion .card-body {
	font-size: 18px;
    line-height: 1.4;
	padding: 1.25rem 1.25rem 1.25rem 4.2rem;
	border-top: 1px solid rgba(0, 0, 0, 0.125);
}
#accordion .card-body li {
	font-size: 18px;
    line-height: 1.4;
	counter-increment: li;
	margin-bottom: 20px;
}
#accordion .card-body li p {
	font-size: 18px;
    line-height: 1.4;
	display: inline-block;
	margin-bottom: 3px;
	font-weight: 600;
}
#accordion .card-body li::before {
	content: counter(li);
	color: #263A50;
	display: inline-block;
	width: 1em;
	margin-left: -24px;
	font-weight: 600;
}
#accordion .card-body ul li {
	counter-increment: none;
	margin-bottom: 5px;
	list-style-type: disc;
}
#accordion .card-body ul li::before {
	content: normal;
}
#accordion .card-body .col-1 {
	-ms-flex: 25px;
	flex: 25px;
	max-width: 25px;
}
@media (max-width: 575.98px) {
	#accordion .card-header li {
		font-size: 20px;
		margin-left: 15px;
		padding-left: 10px;
	}
	#accordion .card-body ol,
	#accordion .card-body ul {
		padding-left: 0.4rem;
	}
	#accordion .card-body,
	#accordion .card-body li,
	#accordion .card-body li p {
		font-size: 18px;
	}
	#accordion .card-body {
		padding-left: 3rem;
	}
}

.prop-tabs {
	background-color: #FFF;
}
.prop-tabs.fixed-top {
	top: 73.6px;
	padding: 5px 0;
	z-index: 2;
}
.prop-tabs li a {
	font-size: 18px;
	font-weight: bold;
	display: block;
	color: #888;
	border-radius: 10px;
	background-color: transparent;
    border: 1px solid #dee2e6;
    padding: 10px 20px;
	margin-top: 10px;
	margin-right: 10px;
}
.prop-tabs li:last-child a {
	margin-right: 0;
}
.prop-tabs li a:hover,
.prop-tabs li a:focus,
.prop-tabs li a.active {
	color: #222;
	background-color: #ECB5BE;
    border: 1px solid #ECB5BE;
	text-decoration: none;
}
@media (max-width: 1299.98px) {
	.prop-tabs li a {
		font-size: 14px;
	}
}
@media (max-width: 1079.98px) {
	.prop-tabs li a {
    	padding: 10px 12px;
	}
}
@media (max-width: 767.98px) {
	.prop-tabs.fixed-top {
		top: 58px;
	}
}

/* button */
.btn {
    font-family: "Philosopher", Georgia, serif;
	font-weight: bold;
    font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 0.07em;
    padding: 12px 20px;
	margin: 0;
	border-radius: 0;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;

}
@media (max-width: 767.98px) {
	.btn {
		padding: 8px 18px;
	}
}

.btn-primary, a.btn-primary {
    color: #222;
    background-color: #ECB5BE;
    border: 1px solid #ECB5BE;
}
.btn-primary:hover, a.btn-primary:hover,
.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
    color: #222;
    background-color: transparent;
    border: 1px solid #ECB5BE;
	text-decoration: none;
	opacity: 0.9;
}
.btn-primary:focus, .btn-primary.focus {
    color: #222;
    background-color: transparent;
    border: 1px solid #ECB5BE;
	text-decoration: none;
}
.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus {
	box-shadow: none;
}

.btn-secondary, a.btn-secondary {
	color: #222;
    background-color: transparent;
	border: 1px solid #222;
}
.btn-secondary:hover, a.btn-secondary:hover,
.btn-secondary:focus, .btn-secondary.focus,
.btn-secondary:not(:disabled):not(.disabled):active,
.btn-secondary:not(:disabled):not(.disabled).active,
.show > .btn-secondary.dropdown-toggle {
	color: #222;
    background-color: transparent;
	border: 1px solid #222;
	text-decoration: none;
	opacity: 0.9;
}
.btn-secondary:not(:disabled):not(.disabled):active:focus,
.btn-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-secondary.dropdown-toggle:focus {
	box-shadow: none;
}

.btn-tertiary,
a.btn-tertiary {
	color: #222;
	background-color: #FFF;
}
.btn-tertiary:hover,
a.btn-tertiary:hover {
	color: #222;
	background-color: #FFF;
	opacity: 0.9;
}
.btn-tertiary:focus,
.btn-tertiary.focus,
.btn-tertiary:not(:disabled):not(.disabled):active, .btn-tertiary:not(:disabled):not(.disabled).active,
.show > .btn-tertiary.dropdown-toggle {
	color: #222;
	background-color: #FFF;
	box-shadow: none !important;
}

.btn-text, a.btn-text {
	font-size: 13px;
	font-weight: bold;
	letter-spacing: 0.1em;
	text-transform: uppercase;
    color: #222;
}
.btn-text:hover, a.btn-text:hover {
	opacity: 0.9;
}

.fix-btn {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.btn-arrow, .btn-arrow a {
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 0.04em;
	text-transform: uppercase;
    color: #222;
	padding-right: 3px;
}
.btn-arrow a:hover {
	text-decoration: none;
}
.btn-arrow i {
	transition: 0.2s ease-in;
}
.btn-arrow:hover i {
	transform: translateX(30%);
}
@media (max-width: 767.98px) {
	.btn-arrow, .btn-arrow a {
		font-size: 18px;
	}
}

.arrow-line {
    position: relative;
    width: 25px;
    height: 1px;
    background-color: #222;
	cursor: pointer;
}
.arrow-head {
    width: 8px;
    height: 8px;
    transform-origin: 100% 0;
    border-top: 1px solid #222;
    border-right: 1px solid #222;
    margin-right: -1px;
    position: absolute;
    top: 0%;
    bottom: auto;
    left: auto;
    right: 0%;
    transform: translate(0, 5%)rotate(45deg);
}

.load-more__btn {
	font-family: "Philosopher", Georgia, serif;
	font-size: 14px;
	display: block;
	letter-spacing: 0.01em;
	padding: 8px 0;
	border-radius: 0;
	width: 150px;
	transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
	color: #222;
	background-color: transparent;
	border: 1px solid #222;
	margin-top: 30px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
.load-more__btn:hover {
	color: #222;
	background-color: transparent;
	border: 1px solid #222;
	opacity: 0.8;
	text-decoration: none;
}
.load-more__btn:focus {
	text-decoration: none;
}
.load-more__btn:after {
	font-family: 'Font Awesome 6 Free';
	font-weight: 900;
	content: "\f103";
	font-size: 12px;
	padding-left: 5px;
}
/* end button */


/*======== footer ========*/
footer {
	padding-top: 70px;
}
@media (max-width: 991.98px) {
	footer {
		padding-top: 60px;
	}
}
@media (max-width: 767.98px) {
	footer {
		padding-top: 50px;
	}
}
@media (max-width: 575.98px) {
	footer {
		padding-top: 40px;
	}
}
footer p, footer td,
footer li, footer a {
	font-size: 16px;
}

.footer-nav-link ul {
	padding-left: 0;
}
.footer-nav-link li {
	list-style-type: none;
	padding-bottom: 5px;
}
.footer-nav-link li a {
	color: #222;
	text-decoration: none;
}
.footer-nav-link li a:hover {
	text-decoration: underline;
}
@media (max-width: 575.98px) {
	.footer-nav-link .col-sm-4:last-child {
		display:inline-flex;
		width: 48%;
		position: absolute;
		top: 0;
    	right: 0;
	}
}

.footer-statement ul {
	padding-left: 0;
	margin-bottom: 0;
}
.footer-statement li {
	list-style-type: none;
	display: inline-block;
	padding-left: 20px;
}
.footer-statement li:first-child {
	padding-left: 0;
}
.footer-statement li a:hover {
	text-decoration: none;
	opacity: 0.8;
}

.social-link a {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	
	width: 45px;
	height: 45px;
	border: 1px solid #dee2e6;
	border-radius: 50%;
}
.social-link a:not(:first-child) {
	margin-left: 20px;
}
.social-link a:hover {
	text-decoration: none;
	border-color: #ECB5BE;
}
.social-link i {
	color: #222;
}

.scrollup {
    width: 40px;
    height: 40px;
    text-indent: -9999px;
    opacity: .4;
    position: fixed;
    bottom: 30px;
    right: 20px;
    display: none;
    background: url('../images/icon_top.png') no-repeat;
    z-index: 2;
}