@font-face {
	font-family: 'Conv_Roboto-Light';
	src: url('../fonts/Roboto-Light.eot');
	src: local('☺'), url('../fonts/Roboto-Light.woff') format('woff'), url('../fonts/Roboto-Light.ttf') format('truetype'), url('../fonts/Roboto-Light.svg') format('svg');
	font-weight: 300;
	font-style: normal;
}

@font-face {
	font-family: 'Conv_Roboto-Medium';
	src: url('../fonts/Roboto-Medium.eot');
	src: local('☺'), url('../fonts/Roboto-Medium.woff') format('woff'), url('../fonts/Roboto-Medium.ttf') format('truetype'), url('../fonts/Roboto-Medium.svg') format('svg');
	font-weight: 500;
	font-style: normal;
}

@font-face {
	font-family: 'Conv_Roboto-Regular';
	src: url('../fonts/Roboto-Regular.eot');
	src: local('☺'), url('../fonts/Roboto-Regular.woff') format('woff'), url('../fonts/Roboto-Regular.ttf') format('truetype'), url('../fonts/Roboto-Regular.svg') format('svg');
	font-weight: 400;
	font-style: normal;
}


body {
	font-family: 'Conv_Roboto-Regular';
	font-size: 14px;
	color:#333;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Conv_Roboto-Light', sans-serif;
}

.form_html5{
	font-size:15px; 
	margin-top:-12px; 
	-webkit-appearance: button;
   -webkit-border-radius: 2px;
   -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
   -webkit-padding-end: 20px;
   -webkit-padding-start: 2px;
   -webkit-user-select: none;
   background-position: 97% center;
   background-repeat: no-repeat;
   border: 1px solid #AAA;
   color: #555;
   margin: 6px;
   overflow: hidden;
   padding: 5px 10px;
   text-overflow: ellipsis;
   white-space: nowrap;
}


/* Menu */


@media (max-width: 300px) {
	#overlay-logo {
		margin-top: 160px;
	}
	#header-logo {
		margin-top: 160px;
	}
}

@media (min-width: 301px) and (max-width: 900px) {
	#overlay-logo {
		margin-top: 100px;
	}
	#header-logo {
		margin-top: 100px;
	}
}


#nav-icon {
  /*width: 60px;
  height: 45px;*/  
  width: 30px;
  height: 45px;
  position: relative;
  /*margin: 50px auto;*/
  margin: 27px;
  -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;
  z-index: 1011;
  position: fixed;
  top: 0;
  left: 0;
}

#nav-icon span {
  display: block;
  position: absolute;
  /*height: 9px;*/
  height: 3px;
  width: 100%;
  background: #FFFFFF;
  /*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;
}

#nav-icon span:nth-child(1) {
  top: 0px;
}

#nav-icon span:nth-child(2),#nav-icon span:nth-child(3) {
  /*top: 18px;*/
  top: 9px;
  top: 12px;
}

#nav-icon span:nth-child(4) {
  /*top: 36px;*/
	top: 18px;
	top: 24px;
}

#nav-icon.open span:nth-child(1) {
 /* top: 18px;
  width: 0%;
  left: 50%;*/
  top: 9px;
  width: 0%;
  left: 50%;
  top: 12px;
}

#nav-icon.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

#nav-icon.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#nav-icon.open span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}

#nav-icon.open span {
  color: #5670AE;
  background: #5670AE;
}

#nav-text {
  margin-left: 45px;
  color: #FFFFFF;
  cursor: pointer;
  margin-top: 5px;
}

#nav-icon.open #nav-text {
  color: #5670AE;
}

#nav-langs {
  position: fixed;
  top: 0;
  left: 0; 
  width: 120px;
  height: 45px; 
  margin: 65px 27px 27px 27px;
  color: #FFFFFF;
  z-index:100;
}

#nav-langs a, #nav-langs a:hover, #nav-langs a:visited, #nav-langs a:active {
  color: #FFFFFF;
}


#nav-langs a.active, #nav-langs a.active:visited, #nav-langs a.active:active {
  color: #666969;
}


.height100 {
	height: 100%!important;
}


/* OVERLAY */

.overlay {
  height: 0%;
  width: 100%;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: rgb(255,255,255);
 	/*background-color: rgba(255,255,255, 0.9);*/
  /*overflow-y: hidden;*/
  transition: 0.5s;
  overflow-y: scroll;
  z-index: 1000;
}

@media screen and (max-height: 450px) {
  .overlay {
  	overflow-y: auto;
  }
  .overlay a {
  	font-size: 20px;
  }
}

.overlay-rrss {
	position: absolute;
	right: 0;
	top: 0;
	margin-left: 60px;
	margin-right: 17px;
}

.overlay-rrss a {
	display: inline-block;
	padding: 20px 10px;
}

@media (max-width: 768px) {
	.overlay-rrss a img {
		width: 80%;
		padding-left: 0px;
		padding-right: 0px;
	}
	.overlay-rrss a {
		padding-left: 3px;
		padding-right: 3px;
	}
}

#overlay-facebook img {
	content:url(../img/overlay/facebook.png);
}

#overlay-facebook:hover img {
	content:url(../img/overlay/facebook-blue.png);
}

#overlay-google-plus img {
	content:url(../img/overlay/google-plus.png);
}

#overlay-google-plus:hover img {
	content:url(../img/overlay/google-plus-blue.png);
}

#overlay-twitter img {
	content:url(../img/overlay/twitter.png);
}

#overlay-twitter:hover img {
	content:url(../img/overlay/twitter-blue.png);
}

#overlay-tripadvisor img {
	content:url(../img/overlay/tripadvisor.png);
}

#overlay-tripadvisor:hover img {
	content:url(../img/overlay/tripadvisor-blue.png);
}

.overlay-login {
	float: right;
	padding-top: 0!important;
	font-size: 14px!important;
}

.overlay-login img {
	width: 15px!important;
	height: 15px!important;
	margin-right: 10px;
}

@media (min-width: 301px) and (max-width: 768px) {
	.overlay-login {
		margin-top: -16px;
		margin-right: 10px;
	}
}

@media (max-width: 300px) {
	.overlay-login {
		display: none!important;
	}
}

.overlay-logout {
	float: right;
	padding-top: 0!important;
	font-size: 14px!important;
}

.overlay-logout a {
	padding-top: 0!important;
	padding-bottom: 0!important;
	padding-left: 0!important;
}

.overlay-logout img {
	width: 15px!important;
	height: 15px!important;
	/*margin-left: 10px;*/
	content: url(../img/overlay/logout.png);
}

.overlay-logout img:hover {
	content: url(../img/overlay/logout-red.png);
}

.overlay-logout img:hover {
	color: #5670AE;
}

@media (min-width: 301px) and (max-width: 768px) {
	.overlay-logout {
		margin-top: -16px;
		margin-right: 10px;
	}
}

@media (max-width: 300px) {
	.overlay-logout {
		display: none!important;
	}
}

.overlay-content {
  /*position: relative;
  top: 25%;
  width: 100%;*/
  text-align: center;
  margin-top: 30px;
}

.overlay-content a {
  padding: 8px;
  text-decoration: none;
  font-size: 21px;
  color: #040404;
  display: block;
  transition: 0.3s;
}

.overlay-content a:hover, .overlay-content a:focus,  .overlay-content a.active  {
  color: #5670AE;
}

.overlay-content a:hover + .overlay-line,
.overlay-content a:focus + .overlay-line {
	max-width: 300px;
}

.overlay-line {
	margin: 0px auto;
	max-width: 0px;
	text-align: center;
	border-top-color: #5670AE;
}

.overlay-footer {
	color: #FFFFFF;
	background-color: #5670AE;
	position: absolute;
	bottom: 0;
	width: 100%;
	padding: 20px;
	text-align: center;
}


@media (max-width: 900px) {
	@media (max-height: 800px) {
		.overlay-footer {
			position: relative;
		}
	}
}

@media (min-width: 901px) {
	@media (max-height: 720px) {
		.overlay-footer {
			position: relative;
		}
	}
}

.overlay-footer a {
	color: #FFFFFF;
}


/* Header */

.fixed-top {
	position: fixed!important;
	top: 0;
}

.header {
	border-top: 1px solid white;
	background: white;
	color: #333;
	height: 150px;
	width: 100%;
	text-align: center;
}


/* HEADER */

.header {
	border-top: 1px solid white;
	background: white;
	color: #333;
	min-height: 450px;
	width: 100%;
	text-align: center;
	position: relative;
	background-color: #5670B7!important;
}

.header-inicio {
	background: url(../img/inicio/background-top.jpg) no-repeat center center; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	height: 70vh;
}

.header-apartments {
	background: url(../img/apartments/background-top.jpg) no-repeat center center; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	height: 70vh;
}

.header-townhouses {
	background: url(../img/townhouses/background-top.jpg) no-repeat center center; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	height: 70vh;
}

.header-private-collection {
	background: url(../img/private-collection/background-top.jpg) no-repeat center bottom; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	height: 70vh;
}

.header-our-offers {
}

.header-about-the-resort {
	background: url(../img/about-the-resort/background-top.jpg) no-repeat center center; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	height: 70vh;
}

.header-groups-and-events {
	background: url(../img/groups-and-events/background-top.jpg) no-repeat top center; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	height: 70vh;
}

.header-our-team {
	background: url(../img/our-team/background-top.jpg) no-repeat center center; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	height: 70vh;
}

.header-sales {
	background: url(../img/sales/background-top.jpg) no-repeat center center; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	height: 70vh;
}

.header-contact {
	background: url(../img/contact/background-top.jpg) no-repeat center center; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	height: 70vh;
}

.header-profile {
	background: url(../img/inicio/background-top.jpg) no-repeat center center; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

#header-facebook img {
	content:url(../img/header/facebook.png);
}

#header-facebook:hover img {
	content:url(../img/header/facebook-white.png);
}

#header-google-plus img {
	content:url(../img/header/google-plus.png);
}

#header-google-plus:hover img {
	content:url(../img/header/google-plus-white.png);
}

#header-twitter img {
	content:url(../img/header/twitter.png);
}

#header-twitter:hover img {
	content:url(../img/header/twitter-white.png);
}

#header-tripadvisor img {
	content:url(../img/header/tripadvisor.png);
}

#header-tripadvisor:hover img {
	content:url(../img/header/tripadvisor-white.png);
}

.header-login {
	float: right;
	padding-top: 0!important;
	font-size: 14px!important;
	color: #FFFFFF;
}

.header-login img {
	width: 15px!important;
	height: 15px!important;
	margin-right: 10px;
	content: url(../img/header/login.png);
}

.header-login:hover > img{
	content: url(../img/overlay/login.png);
}

.header-login:hover {
	color: #5670AE;
}

@media (min-width: 301px) and (max-width: 768px) {
	.header-login {
		margin-top: -16px;
		margin-right: 10px;
	}
}

@media (max-width: 300px) {
	.header-login {
		display: none!important;
	}
}

.modal-header-login {
	padding:35px 50px;
}

.modal-body-login {
	padding:40px 50px;
}

.header-logout {
	float: right;
	padding-top: 0!important;
	font-size: 14px!important;
	color: #FFFFFF;
}

.header-logout a {
	color: #FFFFFF;
	padding-top: 0!important;
	padding-bottom: 0!important;
	padding-left: 0!important;
}

.header-logout img {
	width: 15px!important;
	height: 15px!important;
	/*margin-left: 10px;*/
	content: url(../img/header/logout.png);
}

.header-logout img:hover {
	content: url(../img/header/logout-red.png);
}

.header-logout img:hover {
	color: #5670AE;
}

@media (min-width: 301px) and (max-width: 768px) {
	.header-logout {
		margin-top: -16px;
		margin-right: 10px;
	}
}

@media (max-width: 300px) {
	.header-logout {
		display: none!important;
	}
}

.header-claim h1 {
	text-align: center;
	color: #FFFFFF;
	font-size: 30px;
}

.menu-header { /* Menú fijo */
	position: absolute;
	bottom: 0;
	margin-bottom: 20px;
	height: 80px;
	width: 100%;
	/*background: rgba(255,255,255,.50);*/
	/*color: white;*/
	text-align: center;
	z-index: 999;
}

.menu-header-content {
	padding-top: 24px;
	padding-bottom: 7px;
	background-color: #FFFFFF;
	border: solid 2px #A0BBDC;
}

.menu-header-content-scroll {
	background: transparent;
	border: none 0px transparent;
}

.menu { /* Menú flotante */
	display: none;
	height: 80px;
	width: 100%;
	background: rgba(255,255,255,.95);
	text-align: center;
	border-bottom: solid 1px #5670AE;
	z-index: 998;
}

.menu-content {
	padding-top: 20px;
	padding-bottom: 7px;
}

.btn-book-now {
	padding: 8px 40px;
}

.menu-logo {
	position: absolute;
	top: 0;
	right: 0;
}

.menu-img-minilogo {
	margin-top: 16px;
	margin-right: 27px;
}

.menu-img-logo {
	width: 175px;
	margin-top: 16px;
	margin-right: 27px;
}

.visible {
	display: block!important;
}

.hidden {
	display: none!important;
}

.nav-icon-black span {
	background-color: #5670AE!important;
}

.nav-icon-black label {
	color: #5670AE!important;
}

/* Home */

.home-title {
	font-size: 30px;
}

.home-our-services {
	background-color: #eaebeb;
	padding-top: 50px;
	padding-bottom: 80px;
}

.home-our-services img {
	width: 50%;
}

@media (max-width: 767px) {
	.home-our-services img {
		width: 70%;
		max-width: 90px;
	}
}

.home-see-offers {
	background: url(../img/inicio/fondoclaro.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  padding: 80px 0;
  color: #FFFFFF!important;
}

.home-newsletter {
	background-color: #9abbdf;
  color: #FFFFFF;
  padding: 40px 0;
}

.home-newsletter h3 {
	font-family: Conv_Roboto-Medium;
	margin-bottom: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
}

.home-newsletter p {
	font-family: Conv_Roboto-Light;
	font-size: 18px;
	color: #E8E8E8;
}

.home-newsletter input {
	width: 180px;
	display: inline-block;
}

@media (max-width: 767px) {
	.text-center-xs {
		text-align: center!important;
	}
}


/* Apartments */

.apartments-features {
	background: url(../img/apartments/apartments-features.jpg) no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	padding-top: 50px;
	padding-bottom: 80px;
	color: #FFFFFF;
}

.apartments-title {
	position: absolute;
	top: 0;
	right: 50%;
	width: 200px;
	margin-right: -100px;
	margin-top: -20px;
	background-color: #5670AE;
	color: #FFFFFF;
	text-align: center;
	padding: 10px 0;
	z-index: 10;
}

.apartments-title h2 {
	margin: 0;
	padding: 0;
	font-size: 16px;
}

.apartments-faa {
	background: url(../img/apartments/background-facilities-and-amenities.jpg) no-repeat center center; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	padding-top: 50px;
	padding-bottom: 80px;
	color: #FFFFFF;
	font-family: 'Conv_Roboto-Light', sans-serif;
}



/* Book Now */

.book-steps {
	background-color: #5670AE;
	background-color: #b3b9bd;
	color: #FFFFFF;
	/*padding: 20px 10px;*/
	margin: 0;
	border:1px solid #FFFFFF;
}

.book-steps-active {
	background-color: #b3b9bd!important;
	background-color: #5670AE!important;
}

.book-steps span {
	border: 1px solid #ffffff;
	border-radius: 50%;
	padding: 5px 10px;
}

.book-steps div {
	padding: 15px;
}

.book-site-img {
	height: 150px;
}

.book-site-img img {
	height: 100%;
	max-height: 150px;
	width: 100%;
	object-fit: cover;
}

.book-site-title {
	background-color: #5670AE;
	color: #ffffff;
	height: 75px;
	line-height: 75px;
	margin-top: 75px;
}

.book-site-title div {
	padding: 0 15px;
}

.book-site-title div a, .book-site-title div a:hover, .book-site-title div a:visited, .book-site-title div a:active {
	float: right;
	color: #FFFFFF;
	text-decoration: none;
}

.book-site-title div span {
	border: 1px solid #ffffff;
	border-radius: 50%;
	padding: 2px 6px;
	margin-right: 5px;
}

.book-site-title div label {
  cursor: pointer;
}

.book-site-title div a:hover span {
	background-color: #FFFFFF;
	color: #5670AE;
}

.book-total {
	background-color: #5670AE;
	color: #FFFFFF;
	padding: 10px;
	font-weight: bold;
	text-align: right;
}

.book-information {
	border: solid 1px #5670AE;
	padding-top: 20px;
	padding-bottom: 20px;
}

.book-information-gray {
	border: solid 1px #DDDDDD;
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: #FDFDFD;
	color: #AAAAAA;
	font-family: 'Conv_Roboto-Light';
}

.book-legals, .book-legals:hover {
	color: #000000;
	text-decoration: underline;
}

@media (max-width: 767px) {
	.book-title-storng-xs {
		font-weight: bold;
		font-size: 18px;
	}
}



@media (max-width: 767px) {
	.book-site-title {
		margin-top: 0px;
	}
}

@media (max-width: 500px) {
	.book-site-title div a {
		/*float: none;*/
		margin-left: 5px;
	}

	.book-site-title {
		height: auto;
		line-height: 30px;
		padding-top: 15px;
		padding-bottom: 15px;
	}
}

[class*='book-details-'] {
	background-color: #b3b9bd;
	color: #FFFFFF;
	display: none;
}

.book-table {
	border: 1px solid #5670AE;
	padding: 15px 15px 0 15px;
}

.input-group-addon-book {
	padding: 0px 0px;
}

.book-table-price {
	font-size: 20px;
}

.next-step {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    max-width: 280px;
    margin-top: 10px;
}

.next-step-fixed {
	position: fixed;
	width: 200px;
    top: 160px;
    z-index: 999;
    height: 80px;
    margin-top: 0px;
}

@media (max-width: 991px) {
	.next-step-fixed {
		top: 25px;
    	right: calc(50% - 100px);
   		height: auto;
	}
}

@media (max-width: 767px) {
	.next-step-fixed {
		width: 120px;
    	right: calc(50% - 60px);
	}
}


.step-resume {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    max-width: 280px;
}

.step-resume-fixed {
	position: fixed;
	width: 200px;
    top: 160px;
    z-index: 999;
    height: 800px;
    margin-top: 100px;
    z-index: 1;
}

@media (max-width: 991px) {
	.step-resume-fixed {
		display: none;
	}
}

.step-resume-room-details {
	border: 1px solid #a7b6d4;
	color: #5670AE;
	padding: 10px 20px;
	margin-bottom: 10px;
}

.step-resume-room-details-span {
	font-family: 'Conv_Roboto-Light';
}

.step-resume-room-details-hr {
	border-top: 1px solid #a7b6d4;
	margin: 10px 0;
}

.step-resume-room-details-p {
	font-size: 20px;
	color: #777;
	margin-top: 10px;
	margin-bottom: 0;
}

.step-resume-total {
	border: 1px solid #5670AE;
	color: #5670AE;
	margin-bottom: 10px;
}

.step-resume-total div {
	background-color: #5670AE;
	color: #FFFFFF;
	padding: 10px 20px;
}

.step-resume-total p {
	font-size: 20px;
	margin-top: 5px;
	padding-right: 20px;
}


/*@media (max-width: 991px) {
	.step-resume-fixed {
		top: 25px;
    	right: calc(50% - 100px);
   		height: auto;
	}
}

@media (max-width: 767px) {
	.step-resume-fixed {
		width: 120px;
    	right: calc(50% - 60px);
	}
}*/



/* Our Offers */

.our-offers-item {
	margin: 10px 0;
	background-color: #edf0fa;
	color: #000;
}

.our-offers-item-img img {
	height: 100%!important;
	max-height: 200px!important;
	width: 100%!important;
	object-fit: cover!important;
}

.our-offers-item-text {
	padding: 20px 20px 0 20px;
}

.our-offers-item-text h2 {
	margin: 0;
	padding: 0;
	font-size: 22px;
}

.our-offers-item-text p {
	margin: 0;
	padding: 0;
	font-family: 'Conv_Roboto-Light', sans-serif;
}

.our-offers-item-text a {
	width: 100%;
}


.our-offers-item-modal {
	padding: 0;
}

@media (min-width: 768px) {
	.our-offers-item-modal {
		width: 90%;
		max-width: 995px;
		margin: 3vh auto;
	}
}

.our-offers-item-modal .close {
	position: absolute;
	right: 10px;
	top: 10px;
	z-index: 1;
}

.our-offers-modal-item-img {
	height: 100%!important;
	/*max-height: 200px!important;*/
	width: 100%!important;
	object-fit: cover!important;
}

.our-offers-item-modal-header {
	height: 30vh;
	padding: 0;
}

.our-offers-item-modal-body {
	height: 50vh;
    overflow-y: scroll;
}



/* About the resort */

.about-the-resort-div {
	background-color: #eaebeb;
	padding-top: 30px;
	padding-bottom: 30px;
}


/* Groups and events */

.ge-form-icon {
	background-color: #5670AE;
	color: #FFFFFF;
	border: 0px none transparent;
}

.ge-form-icon2 {
	background-color: #009ee0;
	color: #FFFFFF;
	border: 0px none transparent;
}

.ge-form-control {
	border: 1px solid #5670AE;
	width: calc(100% - 15px)!important;
	margin-left: 15px;
}

.ge-form-div-textarea {
	width: 100%;
}

.ge-form-div-textarea-span {
	display: inline-block;
	vertical-align: top;
	padding: 7px 12px;
	background-color: #5670AE;
	color: #FFFFFF;
	border: 0px none transparent;
}

.ge-form-div-textarea-div {
	display: inline-block;
	width:calc(100% - 15px - 25px);
}

.ge-form-div-textarea-textarea {
	border: 1px solid #5670AE;
	width: calc(100% - 13px);
	margin-left: 15px;
	/*height:136px;*/
	height: 142px;
	padding: 6px 12px;
}

.ge-form-div-send {
	width: 100%;
	padding-left: 53px
}

#btn-legals {
	cursor: pointer;
}

#text-legals {
	display: none;
	margin-top: 20px;
}



/* Our Team */

.our-team-item {
	margin: 20px 0;
	background-color: #0a71b4;
	color: #FFFFFF;
}

.our-team-item-img img {
	height: 100%;
	max-height: 800px;
	width: 100%;
	max-width: 533px;
	object-fit: cover;
}

.our-team-item-text {
	padding: 20px 20px 0 20px;
	text-align: center;
}

.our-team-item-text h2 {
	margin: 0;
	padding: 0;
	font-size: 20px;
}

.our-team-item-text p {
	margin: 0;
	padding: 0 0 15px 0;
	font-family: 'Conv_Roboto-Light', sans-serif;
}




/* Sales */

.sales {
	background: url(../img/sales/fm-staff.jpg) no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	color: #FFFFFF;
	padding-top: 20vh;
	padding-bottom: 20vh;
	font-family: 'Conv_Roboto-Light';
}


/* Contact */

.btn-legals2 {
	cursor: pointer;
}

.contact-title {
	position: absolute;
	top: 0;
	right: 50%;
	width: 400px;
	margin-right: -200px;
	margin-top: -75px;
	background-color: #5670AE;
	color: #FFFFFF;
	text-align: center;
	padding: 10px 0;
	z-index: 10;
}

@media (max-width: 767px) {
	.contact-title {
		position: relative;
		right: 0;
		width: 100%;
		margin-right: 0;
		margin-top: 0;
	}
}

.contact-title h2 {
	margin-top: 0;
	padding-top: 0;
	font-size: 24px;
}

.contact-title a:link, .contact-title a:visited, .contact-title a:hover, .contact-title a:active { 
	color: #FFFFFF;
}


.map_container{
	position: relative;
	width: 100%;
	/*padding-bottom: 40.25%;*/ /* Ratio 16:9 ( 100%/16*9 = 56.25% ) */
	padding-bottom: 32.25%;
	color: #000000;
}

.map_container .map_canvas{
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: 0;
	padding: 0;
}


/* My Profile */

.my-profile-tab li {
	background-color: #EEEEEE;
}

.my-profile-details-booking img{
	content:url(../img/my-profile/detail-my-booking.png);
}

.my-profile-details-booking:hover img {
	content:url(../img/my-profile/detail-my-booking-hover.png);
}


/* Footer */
footer {
	font-family: Conv_Roboto-Light;
	background-color: #5670AE;
	color: #FFFFFF!important;
	padding: 40px 0;
	position: relative;
	z-index: 200;
}

footer a, footer a:hover, footer a:visited, .contact-title a:active {
	color: #FFFFFF;
}

footer strong {
	font-family: Conv_Roboto-Regular;
}



/* OWL Carousel Personalize */

.owl-controls {
	position: absolute!important;
	width: 100%!important;
	top: 46%!important;
	margin-top: 0!important;
}

.owl-nav [class*=owl-] {
	background-color: transparent!important;
	font-size: 32px!important;
	margin-top: 0!important;
	padding-top: 0!important;
	margin-bottom: 0!important;
	padding-bottom: 0!important;
}

.owl-nav {
	height: 0px!important;
}

@media (max-width: 767px) {
	.owl-prev {
		margin-right: 30vw!important;
	}

	.owl-next {
		margin-left: 30vw!important;
	}
}

@media (min-width: 768px) {
	.owl-prev {
		margin-right: 13vw!important;
	}

	.owl-next {
		margin-left: 13vw!important;
	}
}



/* ekko Lightbox */

.ekkoLightboxPrev {
	left: 0;
	float: left;
	padding-left: 15px;
	text-align: left;
}
.ekkoLightboxNext {
	right: 0;
	float: right;
	padding-right: 15px;
	text-align: right;
}



/* Genéricos */

.mg-top-10 {
	margin-top: 10px;
}

.mg-top-20 {
	margin-top: 20px;
}

.mg-top-40 {
	margin-top: 40px;
}

.mg-top-60 {
	margin-top: 60px;
}

.mg-top-80 {
	margin-top: 80px;
}

.mg-top-100 {
	margin-top: 100px;
}

.mg-top-150 {
	margin-top: 150px;
}

.mg-tb-40 {
	margin-top: 40px;
	margin-bottom: 40px;
}

.mg-tb-50 {
	margin-top: 50px;
	margin-bottom: 50px;
}

.mg-r-5 {
	margin-right: 5px;
}

.mg-lr-10 {
	margin-left: 10px;
	margin-right: 10px;
}

.pd-tb-10 {
	padding-top: 10px;
	padding-bottom: 10px;
}

.pd-lr-5pc {
	padding-left: 5%;
	padding-right: 5%;
}

.pd-lr-50 {
	padding-left: 50px;
	padding-right: 50px;
}

.pd-bottom-20 {
	padding-bottom: 20px;
}

.visible-xs-table {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-xs-table {
    display: table !important;
  }
}

@media (max-width: 767px) {
	.mg-xs-top-10 {
		margin-top: 10px;
	}
	.mg-xs-top-20 {
		margin-top: 20px;
	}
	.mg-xs-top-40 {
		margin-top: 40px;
	}
	.no-mg-xs-lr {
		margin-left: 0px;
		margin-right: 0px;
	}

	.width-xs-70 {
		max-width: 70%;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.mg-sm-top-10 {
		margin-top: 10px;
	}
	.mg-sm-top-20 {
		margin-top: 20px;
	}
}

@media (max-width: 320px) {
	.visible-xxs {
		display: block!important;
	}
	.hidden-xxs {
		display: none!important;
	}
}

@media (min-width: 321px) {
	.visible-xxs {
		display: none!important;
	}
	.hidden-xxs {
		display: block!important;
	}
}

.float-left {
	float: left;
}

.float-right {
	float: right;
}

.v-align-middle {
	vertical-align: middle!important;
}

.overflowH {
	overflow: hidden;
}

.zindex1000 {
	z-index:1000;
}

.zindex100 {
	z-index:100;
}

.lineH30 {
	line-height: 30px;
}

.row-same-height {
	display: -webkit-box!important;
	/*display: -webkit-flex!important;*/
	display: -ms-flexbox!important;
	/*display: flex!important;*/
  flex-wrap: wrap!important;

	flex-direction: row!important;
	-webkit-flex-direction: row!important;
	flex-wrap: wrap!important;
	-webkit-flex-wrap: wrap!important;
}

.row-same-height > [class*='col-'] {
	flex-direction: column!important;
	-webkit-flex-direction: column!important;
}


.border-radius0 {
	border-radius: 0px;
}

.v-hr {
	width: 1px;
	height: 100%;
	line-height: 100%;
	border-left: 1px solid #000000;
	position: absolute;
	top: 0;
	left: 0;
}

.block-center {
	margin-left: auto;
	margin-right: auto;
}

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

.no-mg-lr {
	margin-left: 0px;
	margin-right: 0px;
}

.transparent-box {
  background-color:#ffffff;
  opacity: 0.9;
  position: absolute;
  width: 100%;
  height:100%;
  top:0;
  left:0;
  /*-webkit-box-shadow: 0px 0px 37px 0px rgba(255,255,255,1);
  -moz-box-shadow: 0px 0px 37px 0px rgba(255,255,255,1);
  box-shadow: 0px 0px 37px 0px rgba(255,255,255,1);*/
}

.transparent-box-dark {
  background-color:#402418;
  opacity: 0.9;
  position: absolute;
  width: 100%;
  height:100%;
  top:0;
  left:0;
  /*-webkit-box-shadow: 0px 0px 37px 0px rgba(0,0,0,1);
  -moz-box-shadow: 0px 0px 37px 0px rgba(0,0,0,1);
  box-shadow: 0px 0px 37px 0px rgba(0,0,0,1);*/
}

.height-auto {
	height: auto!important;
}

.pos-relative {
  position: relative;
}

.pos-absolute {
  position: absolute;
}

.display-inline {
	display: inline;
}

.lt-zero {
	left: 0;
	top: 0;
}

.strong {
	font-weight: bold;
}



/* Botones */

.btn-cdm {
  color: #FFFFFF;
  background-color: #009ee0;
  border-color: transparent;
}
.btn-cdm:focus,
.btn-cdm.focus {
  color: #FFFFFF;
  background-color: #FFFFFF;
  border-color: #8c8c8c;
}
.btn-cdm:hover {
  color: #FFFFFF;
  background-color: #FFFFFF;
  border-color: #adadad;
}
.btn-cdm:active,
.btn-cdm.active,
.open > .dropdown-toggle.btn-cdm {
  color: #009ee0;
  background-color: #FFFFFF;
  border-color: #adadad;
}
.btn-cdm:active:hover,
.btn-cdm.active:hover,
.open > .dropdown-toggle.btn-cdm:hover,
.btn-cdm:active:focus,
.btn-cdm.active:focus,
.open > .dropdown-toggle.btn-cdm:focus,
.btn-cdm:active.focus,
.btn-cdm.active.focus,
.open > .dropdown-toggle.btn-cdm.focus {
  color: #FFFFFF;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}
.btn-cdm:active,
.btn-cdm.active,
.open > .dropdown-toggle.btn-cdm {
  background-image: none;
}
.btn-cdm.disabled:hover,
.btn-cdm[disabled]:hover,
fieldset[disabled] .btn-cdm:hover,
.btn-cdm.disabled:focus,
.btn-cdm[disabled]:focus,
fieldset[disabled] .btn-cdm:focus,
.btn-cdm.disabled.focus,
.btn-cdm[disabled].focus,
fieldset[disabled] .btn-cdm.focus {
  background-color: #009ee0;
  border-color: #ccc;
}
.btn-cdm .badge {
  color: #009ee0;
  background-color: #FFFFFF;
}




.btn-cdm-i {
  color: #009ee0;
  background-color: #FFFFFF;
  border-color: #ccc;
}
.btn-cdm-i:focus,
.btn-cdm-i.focus {
  color: #FFFFFF;
  background-color: #009ee0;
  border-color: #8c8c8c;
}
.btn-cdm-i:hover {
  color: #FFFFFF;
  background-color: #009ee0;
  border-color: #adadad;
}
.btn-cdm-i:active,
.btn-cdm-i.active,
.open > .dropdown-toggle.btn-cdm-i {
  color: #FFFFFF;
  background-color: #009ee0;
  border-color: #adadad;
}
.btn-cdm-i:active:hover,
.btn-cdm-i.active:hover,
.open > .dropdown-toggle.btn-cdm-i:hover,
.btn-cdm-i:active:focus,
.btn-cdm-i.active:focus,
.open > .dropdown-toggle.btn-cdm-i:focus,
.btn-cdm-i:active.focus,
.btn-cdm-i.active.focus,
.open > .dropdown-toggle.btn-cdm-i.focus {
  color: #009ee0;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}
.btn-cdm-i:active,
.btn-cdm-i.active,
.open > .dropdown-toggle.btn-cdm-i {
  background-image: none;
}
.btn-cdm-i.disabled:hover,
.btn-cdm-i[disabled]:hover,
fieldset[disabled] .btn-cdm-i:hover,
.btn-cdm-i.disabled:focus,
.btn-cdm-i[disabled]:focus,
fieldset[disabled] .btn-cdm-i:focus,
.btn-cdm-i.disabled.focus,
.btn-cdm-i[disabled].focus,
fieldset[disabled] .btn-cdm-i.focus {
  background-color: #FFFFFF;
  border-color: #ccc;
}
.btn-cdm-i .badge {
  color: #FFFFFF;
  background-color: #009ee0;
}



/* Iluminación botón */
.neon {
  -webkit-animation: glow 1.2s ease-in-out infinite alternate;
  -moz-animation: glow 1.2s ease-in-out infinite alternate;
  animation: glow 1.2s ease-in-out infinite alternate;
}

@-webkit-keyframes glow {
  from {
    -webkit-filter: drop-shadow(0px 0px 5px rgba(63,161,255,0.2));
    filter: drop-shadow(0px 0px 5px rgba(63,161,255,0.2));
  }
  to {
    -webkit-filter: drop-shadow(0px 0px 5px rgba(63,161,255,1)); 
    filter: drop-shadow(0px 0px 5px rgba(63,161,255,1)); 
  }
}
	
@-moz-keyframes glow {
  from {
    -moz-filter: drop-shadow(0px 0px 5px rgba(63,161,255,0.2));
    filter: drop-shadow(0px 0px 5px rgba(63,161,255,0.2));
  }
  to {
    -moz-filter: drop-shadow(0px 0px 5px rgba(63,161,255,1));
    filter: drop-shadow(0px 0px 5px rgba(63,161,255,1));
  }
}


/* 5 columns */

.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}

.col-xs-15 {
    width: 20%;
    float: left;
}
@media (min-width: 768px) {
.col-sm-15 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 992px) {
    .col-md-15 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 1200px) {
    .col-lg-15 {
        width: 20%;
        float: left;
    }
}