/*#############################################
* SPACING
##############################################*/
	/* PADDING */
	.pt-0{
		padding-top: 0em;
	}
	.pb-0{
		padding-bottom: 0em;
	}
	.pl-0{
		padding-left: 0em;
	}
	.pr-0{
		padding-right: 0em;
	}
	.py-0{
		padding-top: 0px;
		padding-bottom: 0px;
	}
	.px-0{
		padding-left: 0px;
		padding-right: 0px;
	}
	.py-default{
		padding-top: 2em;
		padding-bottom: 2em;
	}
	.py-1{
		padding-top: 1em;
		padding-bottom: 1em;
	}
	.py-2{
		padding-top: 2em;
		padding-bottom: 2em;
	}
	.py-3{
		padding-top: 3em;
		padding-bottom: 3em;
	}
	.py-4{
		padding-top: 4em;
		padding-bottom: 4em;
	}
	.pt-1{
		padding-top: 1em;
	}
	.pt-2{
		padding-top: 2em;	
	}
	.pb-1{
		padding-bottom: 1em;
	}
	.pb-2{
		padding-bottom: 2em;
	}
	/* MARGIN */
	.mt-0{
		margin-top: 0em;
	}
	.mb-0{
		margin-bottom: 0em;
	}
	.ml-0{
		margin-left: 0em;
	}
	.mr-0{
		margin-right: 0em;
	}
	.my-0{
		margin-top: 0px;
		margin-bottom: 0px;
	}
	.my-default{
		margin-top: 2em;
		margin-bottom: 2em;
	}
	.my-1{
		margin-top: 1em;
		margin-bottom: 1em;
	}
	.my-3{
		margin-top: 3em;
		margin-bottom: 3em;
	}
	.m-0{
		margin: 0px;
	}
	.mx-0{
		margin-left: 0px;
		margin-right: 0px;
	}
	.mx-auto{
		margin: 0px auto;
	}
	.my-default{
		margin-top: 2em;
		margin-bottom: 2em;
	}
	/* ABSOLUTE */
	.r-0{
		right: 0 !important;
	}
/*#############################################
* END OF SPACING
##############################################*/

/*#############################################
* RESETS
##############################################*/
h1,h2,h3,h4{
	margin: 0px;
}
a:focus, button:focus {
	outline: none;
}
a:hover,
a:focus	{
	text-decoration: none;
}
a,button{
	-webkit-transition: all 300ms ease 0s;
    -moz-transition: all 300ms ease 0s;
    -o-transition: all 300ms ease 0s;
	transition: all 300ms ease 0s;
}
ul{
	list-style: none;
	padding-left: 0px;
	margin-bottom: 0px;
}
input{
	outline: none;
}
p{	
	line-height: 20px;
}

html, html a {
    -webkit-font-smoothing: antialiased;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
}
/*#############################################
* END of RESETS
##############################################*/

/*#############################################
* GENERIC CLASS
##############################################*/
.cover-bg{
	-webkit-background-size: cover !important;
	-moz-background-size: cover !important;
	-o-background-size: cover !important;
	background-size: cover !important;
}
.container {
	max-width: 1170px !important;
	position: relative;
}
.f-none{
	float: none;
}
.d-block{
	display: block;
}
.d-inline-block{
	display: inline-block;
}
.v-middle{
	vertical-align: middle;
}
.v-bottom{
	vertical-align: bottom;
}
.v-top{
	vertical-align: top;
}
.btn-default{
	background: #c75b3f;
	color: #FFF;
	padding: 12px 30px;
	font: 14px;
}
.btn-default:hover{
	background: #00405f;
	color: #FFF;
}
.btn-violet{
	text-transform: uppercase;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-color: #6b3299;
	height: 64px;
	width: 100%;
	display: block;
	border: 0px;
	padding: 0px;
	text-align: center;
	font-size: 18px;
	letter-spacing: 4px;
	color: #fff;
	font-weight: 700;
}
.btn-violet:hover{
	background-color: #2D1641;
}
.btn-dark-violet{
	background: #2d1641;	
}
.btn-dark-violet:hover{
	background: #FFF;
	color: #6B3299;
}
.input-default{
	background: #fff;
	height: 64px;
	padding-right: 15px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 81px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border: 0px;
	display: block;
	width: 100%;
	font-size: 28px;
	color: #8f94a0;
	position: relative;
}
.input-default::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  font-size: 28px;
  text-align: left;
  color: #8f94a0;
}
.input-default::-moz-placeholder { /* Firefox 19+ */
	font-size: 28px;
	text-align: left;
	color: #8f94a0;
}
.input-default:-ms-input-placeholder { /* IE 10+ */
	font-size: 28px;
	text-align: left;
	color: #8f94a0;
}
.input-default:-moz-placeholder { /* Firefox 18- */
	font-size: 28px;
	text-align: left;
	color: #8f94a0;
}
.input-default-wrapper{
	position: relative;
}
.mobile-tel-prefix{
	position: absolute;
	left: 0;
	height: 64px;
	top: 0;
  	border-right: solid 1px rgba(143, 148, 160, 0.16);
}
.form-wrapper-booking-app .mobile-tel-prefix p,
.content .mobile-tel-prefix p,
.mobile-tel-prefix p,
#modal-download-app .mobile-tel-prefix p{
	line-height: 64px;
	padding-left: 18px;
	padding-right: 18px;
	font-size: 28px;
	color: #8f94a0;
}
.border-bottom{
	border-bottom: 2px #a3a599 solid;
}
.w-100{
	width: 100%;
}
.h-100{
	height: 100%;
}
.object-cover{
	height: 100%;
    width: 100%;
    object-fit: cover;
}
/* CAROUSEL FADE */
.carousel-fade {
  opacity: 1;
}
.carousel-fade .item {
  -moz-transition: opacity ease-in-out 1.5s;
  -o-transition: opacity ease-in-out 1.5s;
  -webkit-transition: opacity ease-in-out 1.5s;
  transition: opacity ease-in-out 1.5s;
  left: 0 !important;
  opacity: 0;
  top:0;
  position:absolute;
  width: 100%;
  display:block !important;
  z-index:1;
}
.carousel-fade .item:first-child {
  top:auto;
  position:relative;
}
.carousel-fade .active {
  opacity: 1;
  -moz-transition: opacity ease-in-out 1.5s;
  -o-transition: opacity ease-in-out 1.5s;
  -webkit-transition: opacity ease-in-out 1.5s;
  transition: opacity ease-in-out 1.5s;
  z-index:2;
}
/* CONTACT FORM 7 VALIDATION */
.inpt input.wpcf7-submit {
  margin: 15px 0;
  float: right;
  height: 35px;
  width: 110px;
  background: #999999;
  color: #fff;
  border: 0;
  text-transform: uppercase;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.inpt input.wpcf7-submit:hover,
.inpt input.wpcf7-submit:focus {
  color: #eee;
}
.inpt input.wpcf7-submit:active,
.inpt input.wpcf7-submit.active {
  -webkit-box-shadow: inset 0px 2px 13px 2px rgba(99,99,99,.5);
  -moz-box-shadow: inset 0px 2px 13px 2px rgba(99,99,99,.5);
  box-shadow: inset 0px 2px 13px 2px rgba(99,99,99,.5);
}
/*validation errors occured*/
.wpcf7-response-output {
  margin-top: 10px !important;
  color: #930a1e !important;
  font-size: 13px !important;
  background-color: #f3b5b5 !important;
  border-top: 2px solid #de7f7f !important;
  border-radius: 4px !important;
  -webkit-border-radius: 4px !important;
  -moz-border-radius: 4px !important;
  padding: 7px;
  font-weight: bold !important; 
  text-align: center !important;
  width: 100% !important;
  margin-left: -1px !important;
  border-right: none !important;
  border-left: none !important;
  border-bottom: none !important;
}
span.wpcf7-not-valid-tip-no-ajax {
  padding-top: 3px !important;
  color: #ed3c3c !important;
}
input.wpcf7-not-valid {
  -webkit-box-shadow: 0 1px 1px #d77575 inset, 0 0 8px #d77575 !important;
  -moz-box-shadow: 0 1px 1px #d77575 inset, 0 0 8px #d77575 !important;
  box-shadow: 0 1px 1px #d77575 inset, 0 0 8px #d77575 !important;
}
textarea.wpcf7-not-valid {
  -webkit-box-shadow: 0 1px 1px #d77575 inset, 0 0 8px #d77575 !important;
  -moz-box-shadow: 0 1px 1px #d77575 inset, 0 0 8px #d77575 !important;
  box-shadow: 0 1px 1px #d77575 inset, 0 0 8px #d77575 !important;
}
.wpcf7-not-valid-tip {
  color: #930a1e !important;
  border: none !important;
  background-color: transparent !important;
  background: transparent !important;
  margin-top: 10px;
  padding: 0 !important;
  font-size: 11px !important;
}
/*message sent successfully*/
.wpcf7-mail-sent-ok {
  margin-top: 10px !important;
  color: #406d2d !important;
  font-size: 13px !important;
  background-color: #dff0d8 !important;
  border-top: 2px solid #cedec8 !important;
  border-radius: 4px !important;
  -webkit-border-radius: 4px !important;
  -moz-border-radius: 4px !important;
  padding: 7px;
  font-weight: bold !important; 
  text-align: center !important;
  width: 100% !important;
  margin-left: -1px !important;
}
.wpcf7-validation-errors {
	border: 1px solid red;
}
/*#############################################
* END OF GENERIC CLASS
##############################################