@charset "utf-8";

html {
    scroll-padding-top: 110px;
	scroll-behavior: smooth;
    }

@media (max-width: 969px){
	html  {
		scroll-padding-top: 70px;
	}}

body {
	position: relative;
  	background-color: white;
	overflow-x: hidden;
}

h1 {
  font-family: 'Montserrat', sans-serif;	
  font-weight: 400;
  font-size: 1.6em;
  letter-spacing: .04em ;
  line-height: 115%;
  text-transform: uppercase;
  color: #7b7e75;	
}

h2 {
	font-family: 'Montserrat', sans-serif;	
	font-weight: 500;
	font-size: 1.6em;
	letter-spacing: .04em ;
	line-height: 115%;
	text-transform: uppercase;
	color: #7b7e75;	
  }

.h2_table {
	font-family: 'Montserrat', sans-serif;	
	font-size: 1.6em;
	letter-spacing: .04em ;
	line-height: 115%;
	text-transform: uppercase;
	color: white;
	text-align: center;
	padding: 10px;
	font-weight: 400 !important;
  }

h3 {
	font-family: 'Montserrat', sans-serif;		
	font-weight: 500;
	font-size: 1.1em;
	letter-spacing: .08em ;
	line-height: 155%;
	color: #7b7e75;
	margin-bottom: 17px;
}

h4 {
	font-family: 'Montserrat', sans-serif;		
	font-weight: 700;
	font-size: 1em;
	letter-spacing: .05em ;
	line-height: 115%;
	color: #7b7e75;
  }

h5 {
	font-family: 'Montserrat', sans-serif;		
	font-weight: 500;
	font-size: 1.1em;
	letter-spacing: .08em;
	line-height: 175%;
	color: #5a5a5a;
	margin-bottom: 17px;
}

@media (max-width: 960px){
	h5  {
		font-size: 1em;
		letter-spacing: .05em;
		line-height: 160%;
	}}

p {
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	font-size: .95em;
	letter-spacing: .07em ;
	line-height: 150%;
    color: #7b7e75;	
}

p a {
	color: #7b7e75;
	text-decoration: none;
}

p a:hover {
	color: #7b7e75;
	text-decoration: none;
	font-weight: 600;
}

a:link {
	text-decoration: none;		
}

.links {
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	font-size: .9em;
	letter-spacing: .06em ;
	line-height: 150%;
    color: #7b7e75;
}

.links:hover {
    text-decoration: none;
}

.content_lg {
	background-color: white;
	max-width: 1920px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	padding: 0px 0px 0px 0px;
}

.content_main {
	background-color: white;
	max-width: 1440px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 0px;
	padding-bottom: 0px;
}

.content {
	background-color: white;
	max-width: 1440px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 0px;
	padding-bottom: 0px;
}

@media (max-width: 992px){
.content {
	padding-left: 140px;
	padding-right: 140px;	
}}

@media (max-width: 768px){
.content {
	padding-left: 80px;
	padding-right: 80px;	
}}

@media (max-width: 720px){
.content {
	padding-left: 60px;
	padding-right: 60px;	
}}
	
@media (max-width: 600px){
.content {
	padding-left: 20px;
	padding-right: 20px;
}}
	
.logo {
	display: block;
	height: 24px;
    width: auto;
}

@media (max-width: 1200px){
	.logo {
		margin-bottom: 5px;
	}}

.navbar {
	max-width: 1920px !important;
	height: auto !important;
	margin-left: auto;
	margin-right: auto;
	padding-left: 20px;
	padding-right: 25px;
}

.nav_img {
	height: 30px;
    width: auto;
    padding-left: 0px;
}

.my_links {
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	font-size: .8em;
	letter-spacing: .06em;
    padding-top: 5px;
}

.nav-link {
	padding-top: 10px;
}

.nav-item .nav-link {
    color: #7b7e75 !important;
}

.nav-item .nav-link:hover {
    color: #7b7e75 !important;
	font-weight: 600;
}

.navbar-nav > .active > a {
	color: #7b7e75 !important;
	font-weight: 600;
}

.dropdown-menu {
	overflow-y: auto; 
	max-height: 90vh !important;
}

@media (max-width: 768px){
	.dropdown-menu  {
		max-height: 60vh !important;
		margin-bottom: 18px !important;
	}}

.dropdown-item {
    font-family: 'Montserrat', sans-serif !important;
	font-weight:  500 !important;
	font-size: .8em !important;
	letter-spacing: .06em !important;
	color: #7b7e75 !important;
    padding-left: 10px;
}

.dropdown-item:hover {
	background-color: #f7f7f7;
}

.nav_button {
	color: #7b7e75;
	width: auto;
	height: 40px;
}

@media (max-width: 1200px){
	.nav_button  {
		margin-bottom: 5px;
	}}

.nav_button a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: auto;
	height: 40px;
	background-color: #f7f7f7;
	border-style: solid;
	border-radius: 5px;
	border-width: 1px;
	border-color: #8eb27f;
	box-shadow: none !important;
	font-family: 'Montserrat', sans-serif;
	font-weight:  500;
	font-size: 1em;
	letter-spacing: .07em;
	color: #7b7e75;
	padding: 0px 0px 0px 0px;	
}

.link_btn_carousel a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 190px;
	height: 45px;
	border-style: solid;
	border-radius: 5px;
	border-width: 1px;
	border-color: #7b7e75;
	box-shadow: none !important;
	font-family: 'Montserrat', sans-serif;
	font-weight:  500;
	font-size: .9em;
	letter-spacing: .07em;
	color: white;
	margin-left: auto;
	margin-right: auto;	
}

.link_btn_carousel a:hover {
	background-color: #7b7e75;
	border-color: #7b7e75;
	color: white;
}

.link_btn a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 190px;
	height: 45px;
	border-style: solid;
	border-radius: 5px;
	border-width: 1px;
	border-color: #7b7e75;
	box-shadow: none !important;
	font-family: 'Montserrat', sans-serif;
	font-weight:  500;
	font-size: .9em;
	letter-spacing: .07em;
	color: white;
}

@media (max-width: 1200px){
	.link_btn a {
		margin-left: auto;
		margin-right: auto;	
		margin-top: 40px;
		margin-bottom: 20px;
	}}

.link_btn a:hover {
	color: white;
	opacity: 0.8;
}

.link_btn_1 a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 150px;
	height: 45px;
	border-style: solid;
	border-radius: 5px;
	border-width: 1px;
	border-color: #7b7e75;
	box-shadow: none !important;
	font-family: 'Montserrat', sans-serif;
	font-weight:  500;
	font-size: .9em;
	letter-spacing: .07em;
	color: white;
}

.link_btn_1 a:hover {
	color: white;
	opacity: 0.8;
}

.icons {
	width: 100px;
	height: auto;	
	margin-bottom: 20px;
	filter: contrast(105%);
}

.range {
	width: 105px;
	height: auto;	
	margin-bottom: 5px;
	filter: contrast(105%);
}

.gift {
	width: 75px;
	height: auto;	
	margin-top: 10px;
	margin-bottom: 20px;
	filter: contrast(105%);
}

.gift_index {
	display: block;
	width: 75px;
	height: auto;	
	filter: contrast(105%);
}

@media (max-width: 1200px){
	.gift_index {
		display: flex;
		margin-left: auto;
		margin-right: auto;	
	}}

.page {
	height: 25px;
	width: auto;
}

.stripe {
	background-color: #7b7e75;
	height: 1px;
	width: auto;
	margin-top: 15px;
	margin-bottom: 15px;
}

#footer {	
	max-width: 1920px;
	height: auto;
	color: white;	
	margin-left: auto;
	margin-right: auto;
	padding: 0px 0px 45px 0px;
}

.footer_p {
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	font-size: .85em;
	letter-spacing: .07em ;
	line-height: 180%;
    color: white;	
	padding-top: 5px;
}

.footer_p a {
	color: white;
	text-decoration: none;
}

.footer_p a:hover {
	color: white;
	text-decoration: none;
}

.footer_icons_cnt {
	display: flex;
	justify-content: center;
	align-items: center;
	float: left;
	width: 40px;
	height: 40px;
	margin-left: 8px;
	margin-right: 8px;
	border-style: solid;
	border-radius: 70px;
	border-color: #9fbc8f;
	border-width: 2px;	
}

.footer_icons {
	display: block;
	width: 28px;
	height: 28px;
}

.footnote {
	max-width: 1920px;
	height: 45px;
	background-color: #9fbc8f;
	padding-top: 8px;
	padding-left: 30px;
}

.footnote a {
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	letter-spacing: .07em ;
	font-size:.7em;
	color: white;
	text-decoration: none;
}

.footnote a:hover {
	color: white;
	text-decoration: none;
}

@media (max-width: 767px){
	.footnote {
		padding-left: 20px;
	}}


.form-control {
    font-family: 'Montserrat', sans-serif !important;
	font-weight:  500 !important;
	font-size: .9em !important;
	letter-spacing: .07em !important;
	height: 45px;	
}

input[type="search"]::-webkit-input-placeholder {
	color: #7b7e75 !important;
}

input[type="text"]::-webkit-input-placeholder {
	color: #7b7e75 !important;
}

input[type="email"]::-webkit-input-placeholder {
	color: #7b7e75 !important;
}

input[type="tel"]::-webkit-input-placeholder {
	color: #7b7e75 !important;
}

textarea[type="text"]::-webkit-input-placeholder {
	color: #7b7e75 !important;
}

.form-control:focus {
    border-color: #7b7e75 !important;
    box-shadow: none !important;
	color: #7b7e75 !important;
}

input[type="search"]::-webkit-search-cancel-button {
	-webkit-appearance: none;
	height: 13px;
	width: 13px;
	background: url("data:image/svg+xml;charset=UTF-8,%3csvg viewPort='0 0 12 12' version='1.1' xmlns='http://www.w3.org/2000/svg'%3e%3cline x1='1' y1='11' x2='11' y2='1' stroke='gray' stroke-width='2'/%3e%3cline x1='1' y1='1' x2='11' y2='11' stroke='gray' stroke-width='2'/%3e%3c/svg%3e");
  }

@media (max-width: 1199px){
	.form-inline  {
		height: auto;
		padding-top: 20px;
		padding-bottom: 20px;
	}}

.form-inline .btn {
    font-family: 'Montserrat', sans-serif !important;
	font-size: 1em !important;
    letter-spacing: .1em !important;
	color: #969792 !important;
	border-color: #969792 !important;	
}

.form-inline .btn:hover {
 	color: white !important;
	background-color: #8eb27f !important;
	border-color: #8eb27f !important;
}

.btn-send {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 160px;
	height: 45px;
	background-color: #969792 !important;
	color: white;	
    border-radius: 5px;
	border-color: #969792 !important;
	font-family: 'Montserrat', sans-serif;
	font-weight:  500;
	font-size: .9em;
	letter-spacing: .1em;
}
	
.help-block.with-errors {
    color: #8eb27f;
    margin-top: 5px;
	font-family: 'Montserrat', sans-serif;
	font-size: .75em;
	letter-spacing: .045em;
}

/* The container must be positioned relative: */
.custom-select {
	position: relative;
	margin-top: 0px;
	margin-bottom: 15px;
	height: auto;
	background-image: url("images/chevron-down.svg");
	background-size: 15px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	font-size: .95em;
	letter-spacing: .07em ;
	line-height: 150%;
}

.custom-select select {
	display: none; /*hide original SELECT element: */
}

.select-selected {
	background-color: white;
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	font-size: .95em;
	letter-spacing: .07em ;
	line-height: 150%;
	cursor: pointer;
	color: #7b7e75;
}

.form-control {
	color: #7b7e75 !important;
}

.form-control::placeholder {
	color: #7b7e75 !important;
}

/*style the arrow inside the select element:*/
.select-selected:after {
	position: absolute;
	content: "";
	top: 14px;
	right: 10px;
	width: 0;
	height: 0;
	border: 6px solid transparent;
	border-color: #fff transparent transparent transparent transparent;
}
  
/* style the items (options), including the selected item: */
.select-items div {
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	font-size: .95em;
	letter-spacing: .07em;
	line-height: 150%;
	color: #7b7e75;
	padding: 8px 16px;
	border: 1px solid transparent;
	border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
	cursor: pointer;
}

/* Style items (options): */
.select-items {
	position: absolute;
	color: #7b7e75;
	background-color: white;
	border: 1px solid;
	border-radius: 5px;
	top: 100%;
	left: 0;
	right: 0;
	z-index: 99;
}

/* Hide the items when the select box is closed: */
.select-hide {
	display: none;
}

.select-items div:hover, .same-as-selected {
	background-color: #f7f7f7;
	border-radius: 5px;
}

.alert {
	font-family: 'Montserrat', sans-serif !important;
	font-weight: 500 !important;
	font-size: .95em !important;
	letter-spacing: .07em !important;
	line-height: 150% !important;
	color: #7b7e75 !important;
	background-color: #f7f7f7 !important;
}

.img-fluid {
	width: auto;
	height: auto;
	filter: contrast(103%);
	image-rendering: -webkit-optimize-contrast;
	will-change: transform;
}

.header {
	width: 90%;
	height: auto;	
	margin-top: 20px;
	filter: contrast(105%);
}

.product_cnt {
	max-width: 800px;
	height: auto;
	background-color: white;
	padding: 0px 20px 90px 20px;
}

@media (max-width: 992px){
	.product_cnt {
		height: auto;
		padding: 20px 20px 20px 20px;
	}}

.product_cnt_btm {
	max-width: 800px;
	height: auto;
	background-color: white;
	padding: 0px 20px 70px 20px;
}

@media (max-width: 992px){
	.product_cnt_btm {
		padding: 20px 20px 70px 20px;
	}}

.product_top {
	height: 75px;
	width: auto;
	padding: 0px 0px 0px 0px;
}

@media (max-width: 992px){
	.product_top {
		height: 0px;	
	}}

.product {
	width: 360px;
	height: auto;
	background-color: white;	
	margin-top: 25px;	
}

/* Style the Image Used to Trigger the Modal */
#myImg {
	border-radius: 5px;
	cursor: pointer;
	transition: 0.3s;
}
    
@media (max-width: 992px){
	#myImg {
		pointer-events: none;
		cursor: default;
		transition: none;
	}}
 
/* The Modal (background) */
.modal {
	display: none; /* Hidden by default */
	position: fixed; /* Stay in place */
	z-index: 1; /* Sit on top */
	padding-top: 70px; /* Location of the box */
	left: 0;
	top: 0;
	width: 100%; /* Full width */
	height: 100%; /* Full height */
	overflow: auto; /* Enable scroll if needed */
	background-color: rgb(255,255,255); /* Fallback color */
}

.modal-cnt {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) !important;
	max-width: fit-content;
	padding-top: 35px;
}
 
/* Modal Content (Image) */
.modal-content {
	margin: auto;
	display: block;
	height: auto;
	width: 440px;
	-webkit-border-width: 0px !important;
	-moz-border-width: 0px !important;
	border-width: 0px !important;
}

@media (min-width: 1440px){
	.modal-content {
		width: 576px;
	}}
  
/* Caption of Modal Image (Image Text) - Same Width as the Image */
#caption {
	margin: auto;
	display: block;
	width: 100%;
	height: auto;
	text-align: center;
	padding-top: 15px;
	padding-bottom: 5px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	font-size: .80em;
	letter-spacing: .07em ;
	line-height: 150%;
    color: #7b7e75;
}
  
/* Add Animation - Zoom in the Modal */
.modal-content #caption {
	animation-name: zoom;
	animation-duration: 0.6s;
}
  
@keyframes zoom {
	from {transform:scale(0)}
	to {transform:scale(1)}
}
  
/* The Close Button */
.close {
	position: relative;
	top: 0px;
	right: 70px;	
	font-size: 40px;
	font-weight: bold;
	transition: 0.3s;
}
  
.close:hover,
.close:focus {
	color: #969792;
	text-decoration: none;
	cursor: pointer;
}
  
/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px){
	.modal-content {
		width: 100%;
	}}

.home_top {      
	display: flex;
	justify-content: center;
	align-items: center;   
	width: 100%;
	height: auto;
	align-content: center;
	padding: 140px 100px 70px 100px;
}

@media (max-width: 1200px){
	.home_top {
		width: 60%;
		height: auto;
		padding: 120px 20px 45px 20px; 	
	}}

@media (max-width: 992px){
	.home_top {
		width: 80%;
		height: auto;	
	}}

@media (max-width: 768px){
	.home_top {
		width: 90%;
		height: auto;	
	}}

@media (max-width: 576px){
	.home_top {
		width: 95%;
		height: auto;	
		padding: 90px 0px 45px 0px; 	
	}}

.home {      
	display: flex;
	justify-content: center;
	align-items: center;   
	width: 100%;
	height: auto;
	align-content: center;
	padding: 70px 100px 70px 100px;
}

@media (max-width: 1200px){
	.home {
		width: 60%;
		height: auto;
		padding: 90px 20px 45px 20px; 	
	}}

@media (max-width: 992px){
	.home {
		width: 80%;
		height: auto;	
	}}

@media (max-width: 768px){
	.home {
		width: 90%;
		height: auto;	
	}}

@media (max-width: 576px){
	.home {
		width: 95%;
		height: auto;	
		padding: 90px 0px 45px 0px; 	
	}}





.stripe_home {
	background-color: #7b7e75;
	height: 1px;
	width: auto;
	margin-top: 30px;
	margin-bottom: 30px;
}

.banner_header {
	font-family: 'Montserrat', sans-serif;	
	font-weight: 400;
	font-size: 2em;
	letter-spacing: .02em;
	line-height: 115%;
	text-transform: uppercase;
	color: #969792;
	margin-bottom: 10px;
}

@media (max-width: 1200px){
	.banner_header  {
		text-align: center;
		margin-top: 40px;
	}}

@media (max-width: 576px){
	.banner_header  {
		font-size: 1.8em;
	}}

.banner_text {
	font-family: 'Montserrat', sans-serif;	
	font-weight: 400;
	font-size: 1.6em;
	letter-spacing: .04em ;
	line-height: 115%;
	text-transform: uppercase;	
	color: #969792;
}

@media (max-width: 1200px){
	.banner_text  {
		text-align: center;
	}}

@media (max-width: 540px){
	.banner_text  {
		font-size: 1.2em;
	}}

.banner_p {
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	font-size: .95em;
	letter-spacing: .07em ;
	line-height: 150%;
	color: #7b7e75;	
	text-align: left;
}

@media (max-width: 1200px){
	.banner_p {
		text-align: center;
	}}


.agent_circle {
	display: block;
	width: 300px;
	height: auto;
	margin: 0 auto !important;
	padding: 40px 10px 70px 10px;
}

@media (max-width: 1200px){
	.agent_circle {
		padding: 40px 10px 40px 10px;
	}}

.book_btn {
	width: 90px;
	height: 90px;
	border-radius: 200px;
	background-color: #9fbc8f;
	font-family: 'Montserrat', sans-serif;
	font-weight:  300;
	font-size: .85em;
	letter-spacing: .07em;
	line-height: normal;
	padding: 0px 0px 0px 0px;
	position: fixed;
	z-index: 0;
	bottom: 80px;
	right: 40px;
	box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.19);
}

@media (max-width: 767px){
	.book_btn {
		bottom: 20px;
		right: 25px;
		width: 75px;
		height: 75px;		
	}}

.table_master_cnt {
	display: flex;
	justify-content: center;
	align-items: center;
	max-width: 100%;
	height: auto;
	padding: 40px 0px 40px 0px;
}

@media only screen and (max-width: 767px) {
	.table_master_cnt  {
		padding: 20px 0px 40px 0px;			
	}}

.table_cnt {
	width: 62%;
	height: auto;
}

@media only screen and (max-width: 1440px) {
	.table_cnt   {
		width: 76%;			
	}}

@media only screen and (max-width: 767px) {
	.table_cnt   {
		width: 90%;			
	}}

th {
	width: auto;
	height: 50px;
	line-height: 110%;
	font-weight: 600 !important;

}

table {
	border: 1px solid #CCC;
	font-size: 13px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	background-color: white;
	color: #7b7e75 !important;
	font-family: 'Montserrat', sans-serif !important;
	font-weight: 500 !important;
  }

td {
	line-height: 110%;
}

tr:hover {
	background-color: #f7f7f7;
}

.notfirst {
    background-color: white;
}
	
.notfirst:hover {
    background-color: white;
}

.fragrance_columns {

	padding: 30px 0px 110px 0px;
	max-width: 1200px;
	height: auto;
	padding: 0px 0px 20px 0px;
}

@media only screen and (max-width: 1200px) {
	.fragrance_columns  {
		max-width: 580px;
		height: auto;			
	}}

.fragrances {
	width: 270px;
	height: auto;
	text-align: center;
	border-style: solid;
	border-color: #cccccc;
	border-width: 1px;
	border-radius: 3px;
	padding: 0px 0px 0px 0px;
	margin-top: 40px;
}

.fragrance_img {
	display: block;
	width: 268px;
	height: 268px;
	border-style: solid;
	border-width: 28px;
	border-color: white;
	border-radius: 3px;
	margin: 0 auto !important;
	filter: contrast(105%);
	image-rendering: -moz-osx-optimize-contrast !important;
	image-rendering: -webkit-optimize-contrast !important;
}

.fragrance_text {
	width: 270px;
	height: 80px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	font-size: .8em;
	line-height: 150%;
	color: #7b7e75;
	padding: 0px 10px 0px 10px;
}

.fragrance_fancy {
	font-family: 'Allura', cursive;
	font-weight: 400;
	font-size: 2.5em;
	line-height: 150%;
	color: white;
} 

.fragrance_link {
	width: 100%;
	height: 140px;
	display: block;
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	font-size: .9em;
	letter-spacing: .09em;
	line-height: 150%;
	color: white;
	padding: 13px 0px 0px 0px;
	margin-top: 20px;
}

.fragrance_link a {
	text-decoration: none;
}

.lutea_logo {
	display: block;
	width: 400px;
	height: auto;
	margin: 0 auto !important;
	padding: 110px 20px 30px 20px;
}

.lutea_banner { 
	display: block;
	width: 540px;
	height: auto;
	margin: 0 auto !important;
}

@media (max-width: 1200px){
	.lutea_banner {
		padding-top: 40px;	
	}}

.my_caption_lg { 
	width: 450px; 
	height: auto; 
	top: 47%; 
	right: 65%; 
	bottom: auto; 
	-webkit-transform:translate(0, -50%);
	-ms-transform:translate(0, -50%);
	transform:translate(0, -50%); 
}


.my_caption {
	position: relative;
    left: 0;
    top: 0;
	padding-top: 55px;
}

@media (max-width: 992px){
	.my_caption {
		padding-top: 35px;	
		padding-bottom: 45px;
	}}


.my_carousel_cnt {
	max-width: 1920px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	margin-top: 70px;
}

@media (max-width: 1200px){
	.my_carousel_cnt {
		margin-top: 60px;
	}}

	
.my_carousel img {
	width: 600px;
	height: auto;	
	filter: contrast(103%);
	image-rendering: -webkit-optimize-contrast;
	will-change: transform;
	float: right;
	margin-right: 200px;
	padding: 0px 0px 0px 0px;
}

@media (max-width: 1440px){
	.my_carousel img {
		margin-right: 0px;
		padding: 0px 0px 0px 0px;
	}}

@media (max-width: 1200px){
	.my_carousel img {
		width: 500px;
		height: auto;
	}}

@media (max-width: 992px){
	.my_carousel img {
		width: 100%;
		height: auto;
		float: none;
		padding: 0px 160px 0px 160px;
	}}

@media (max-width: 768px){
	.my_carousel img {
		padding: 0px 80px 0px 80px;

	}}

@media (max-width: 576px){
	.my_carousel img {
		padding: 0px 0px 0px 0px;
	}}

.sign_up {
	font-family: 'Allura', cursive;
	font-weight: 400;
	font-size: 5.5em;
	line-height: 150%;
	color: #8bafdf;
} 

@media (max-width: 960px){
	.sign_up{
		font-size: 3.35em;
		line-height: 105%;
	}}

.map_cnt {
	margin-top: 30px;
}

@media (max-width: 991px){
	.map_cnt{
		margin-top: 70px;
	}}

.price_cnt {
	width: 62%;
	height: auto;
	margin-top: 120px;
	margin-bottom: 70px;
}
	
@media only screen and (max-width: 1440px) {
	.price_cnt   {
		width: 77%;			
	}}
	
@media only screen and (max-width: 767px) {
	.price_cnt   {
		width: 90%;			
	}}

.disclaimer {
	max-width: 45%;
	height: auto;
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	font-size: .9em;	
	line-height: 150%;
	color: #7b7e75;
	padding: 20px 20px 80px 20px;
}

@media only screen and (max-width: 1024px) {
	.disclaimer    {
		max-width: 70%;			
	}}

@media only screen and (max-width: 539px) {
	.disclaimer   {
		max-width: 90%;		
		padding: 0px 8px 40px 8px;	
	}}


.message {
	width: 45%;
	height: auto;
	padding: 20px 20px 5px 20px;
	background-color: rgba(255, 255, 255, 0.3);
}

@media only screen and (max-width: 1024px) {
	.message   {
		width: 70%;		
	}}

@media only screen and (max-width: 539px) {
	.message   {
		width: 90%;			
	}}

@media only screen and (max-width: 350px) {
		.message   {
			padding: 10px 10px 5px 10px;		
		}}

.no webp .banner-1 {
	max-width: 1920px;
	height: auto;
	background-color: white;
	text-align: center;
	padding: 70px 0px 70px 0px;
	background-repeat: no-repeat;
	background-position: bottom;
	background-image: url(images/banner-1.jpg);
	filter: contrast(100%);
	margin-top: 70px;
}

.webp .banner-1 {
	max-width: 1920px;
	height: auto;
	background-color: white;
	text-align: center;
	padding: 70px 0px 70px 0px;
	background-repeat: no-repeat;
	background-position: bottom;
	background-image: url(images/banner-1.webp);
	filter: contrast(100%);
	margin-top: 70px;
}

.no webp .banner-2 {
	max-width: 1920px;
	height: auto;
	background-color: white;
	text-align: center;
	padding: 70px 0px 70px 0px;
	background-repeat: no-repeat;
	background-position: bottom;
	background-image: url(images/banner-2.jpg);
	filter: contrast(100%);
	margin-top: 70px;
}

.webp .banner-2 {
	max-width: 1920px;
	height: auto;
	background-color: white;
	text-align: center;
	padding: 70px 0px 70px 0px;
	background-repeat: no-repeat;
	background-position: bottom;
	background-image: url(images/banner-2.webp);
	filter: contrast(100%);
	margin-top: 70px;
}




