/*
Theme Name: Aa-Zz
Author: Pablo Sánchez
Author URI: http://www.pablicista.es/
Description: Based on Bootstrap, with super powers. 
Version: 1.2
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

@import url('https://fonts.googleapis.com/css?family=Arimo:400,400i,700,700i');

/* no estaban las fuentes y producían errores 404 page-not-found */

html * {
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
}

*, *:after, *:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {width:100vw; overflow-x: hidden; /*overflow-y: auto;*/
}


 body {
  position:relative;
	min-height: 100%;
  font-family: 'Arimo', 'Helvetica Neue', sans-serif;
  font-size:16px;
    -webkit-overflow-scrolling: touch;
}


.noselect {
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}

.body-wrap {
  overflow-x:hidden;
}

/* No horizontal scrolls + iphone smooth scroll */
section,#main-container {

}

section {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;

}
#booking-widget,#form-widget {
  z-index:2;
}

/*#searchform {display:none;}
*/
.cta {
	white-space: normal!important;
}

p {
	font-family:'Arimo', 'Helvetica Neue', sans-serif;
	font-size: 16px;
	line-height: 1.7em;
	text-align: left;
/*    padding-top: 0.5em;
    padding-bottom: 0.5em;*/
}

#idTextPanel > p:first-child:first-letter{
    float:left;
    margin-top:7px;
    font-size:70px;
    margin-right:5px;
    color:#3D3529;
  }

#idTextPanel > p {
  text-align:justify;
  word-wrap:break-word;
  -webkit-hyphens: auto;
    -moz-hyphens: auto;
  hyphens: auto;  
}
.container-footer {
  background:rgba(251, 251, 251, 1);padding:1em;box-shadow:0 2px 3px rgba(0,0,0,0.3);}
.cero-nueve {
	font-size:0.9em;
}

.justified {
	text-align:justify;
	word-wrap:break-word;
	-webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}
.upper {
	text-transform: uppercase;
}

.tablero {
  display:table;
}

.left-to-center {
  text-align:left;
}


li {
	margin-top:1em;
}
ol > li {
    margin-top: 1em;
}

a { color: lightseagreen; transition: 0.2s ease-in-out; outline: 0;}
a:focus, a:hover {
    color: #777777;  
}


hr {border:none;}

hr.five-stars-black { 
  border: none;
  background: url(./img/five-stars-black.png);
  background-repeat: no-repeat;
 background-size: inherit;
 height: 13px;
  background-position: top;
}
hr.five-stars-white { 
  border: none;
  background: url(./img/five-stars-white.png);
  background-repeat: no-repeat;
  height: 10px;
  background-position: top;
  margin-top: 5px;
  margin-bottom: 15px;
}

hr.single-line {
	border-bottom:1px solid #777;
	height:1px;
}
hr.double-line {
	border-top:1px solid #777;
	border-bottom:1px solid #777;
	height:3px;
	padding:0;
}

/* Responsive Container for Iframes */

.responsive-container {
  position: relative;
  height: 0;
  overflow: hidden;
}
 
/* 16x9 Aspect Ratio */
.responsive-container-16x9 {
  padding-bottom: 56.25%;
}
 
/* 4x3 Aspect Ratio */
.responsive-container-4x3 {
  padding-bottom: 75%;
}
 
.responsive-container iframe {
  position: absolute;
  top:0;
  left: 0;
  width: 100%;
  height: 100%;
}


/* Más sencillo aún */
.the_content iframe {
    max-width: 100%;
}

.dos-rem {
	font-size:2rem;
}
.un-rem {
	font-size:1rem;
}

.transparent {
	background:transparent!important;
}
/* Forms */
/*.form-inline .form-control {
	width:100%;
}*/

#form-search {
	margin-top:0;
}

.width-80 {
	display:inline;
	width:80%;
	float:left;
}
.width-20 {
	display:inline;
	width:20%;
	float:left;
}

/*Wordpress editor styles start*/

.entry-content img {
	margin: 0 0 1.5em 0;
	}
.alignleft, img.alignleft {
	margin-right: 1.5em;
	display: inline;
	float: left;
	}
.alignright, img.alignright {
	margin-left: 1.5em;
	display: inline;
	float: right;
	}
.aligncenter, img.aligncenter {
	margin-right: auto;
	margin-left: auto;
	display: block;
	clear: both;
	}
.alignnone, img.alignnone {
	/* not sure about this one */
	}
.wp-caption {
	margin-bottom: 1.5em;
	text-align: center;
	padding-top: 5px;
	}
.wp-caption img {
	border: 0 none;
	padding: 0;
	margin: 0;
	}
.wp-caption p.wp-caption-text {
	line-height: 1.5;
	font-size: 10px;
	margin: 0;
	}
.wp-smiley {
	margin: 0 !important;
	max-height: 1em;
	}
blockquote.left {
	margin-right: 20px;
	text-align: right;
	margin-left: 0;
	width: 33%;
	float: left;
	}
blockquote.right {
	margin-left: 20px;
	text-align: left;
	margin-right: 0;
	width: 33%;
	float: right;
	}

/*Wordpress editor styles end*/

nav {
	display:block;
	top:0;
	border-bottom:none;
}

.navbar {
	margin-bottom:initial;
	width:100%;
	border-radius:0;
	z-index:2;
}

nav.redux svg.custom-logo {
    width: 200px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -18px;
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
	color: #555;
	border-radius:0;
/*	border-bottom: 2px solid black;
*/}


.gradiente {
    background: linear-gradient(to bottom,#000,rgba(255,255,255,0));
    box-shadow: none!important;
}

.dropdown:hover .dropdown-menu {
display: block;
}

.fast-menu {
  display: inline-block;
  z-index: 99999;
  width: 100%;
  top: inherit;
  background: transparent;
  border: none;
  border-radius:0;
}

.simple {
	position:absolute;
}

/* Adecentando cabeceras */
.header-simple {
	position:relative;
	top:0;
	display: table;
	width: 100%;
	z-index:1;
	background-color:#aaa;
	background-position:center center;
	background-size:cover;
	background-attachment: fixed; /* Añadir como theme option con Parallax */
/*	margin-bottom:2em;
*/}

.title-wrapper {
    display: table-cell;
    vertical-align: middle;
    padding-top: 10em;
    padding-bottom: 3em;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
}

.header-title {
	color: #FFF;
	font-style: italic;
	text-align: center;
	bottom: 1em;
	margin-left: auto;
	margin-right: auto;
	font-family: 'Didot LT Std';
	font-weight: 100;
	font-size:3.5rem;
}
.header-claim {
    text-align: center;
    color: white;
    font-weight: lighter;
}

.container-fluid {
	padding:initial;
}

.background-with-overlay {
	display:table;
	background-size:cover;
	background-position:center center;
}

/* Change your custom overlay here */
.overlay-bg {
    /* position: absolute; */
    right: 0;
    left: 0;
    background: rgba(0,0,0,0.7);
    /* opacity: .6; */
    z-index: -2;
}

.independant-section {	
  padding: 3em 1em;
}

.the-title {
	width:100%;
	text-transform:uppercase;
	font-family: 'Futura';
	font-weight:bold;
	letter-spacing:2px;
	display:table;
}
.the-content {
  	display: table-cell;
		background:rgba(255,255,255,0.8);
	padding:3em 1em;
}

/* Navbar Gradient */
.navbar-header{
    text-align: center;
    width: 100%;
  margin-top: 1em;
   margin-bottom:2em;
}

/* Logo */
.the-logo {
    color: white;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 0.3em;
    font-family: 'Vidaloka', Bodoni, modern no20;
    font-size: 3rem;
    z-index:2;
}

.the-logo:hover{
	color:rgba(255,255,255,0.8);
}

#events-logo {
	max-width: 100%;
}


/* Colores */
.white {
	color:#FFF;
}
.black {
	color:#999;
}
.dark { color:#222;}

.grey {
color:#5A5A5A;
}

.lightgrey {
	color: #979797;
}

.verde {
	background:green;
}

.lightgrey-bg {
	background:#F4F4F4;
}
.midgrey-bg {
	background:#656565;
}
.grey-bg {
	background:#2A2A2A;
}
.hud-bg {
	background: rgba(0,0,0,0.4);
}
.smoked {
	width:100%;
	height:auto;
	background:rgba(0,0,0,0.3);
}

h4.sub-tracked {
	font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 2px;
    line-height: 1.6em;
}

.serif {
	font-family:serif;
}
.arimo {
	font-family:'Arimo','Arial',sans-serif;
}

/* Haches */

/*
h1 { font-size:6rem; }
h2 { }
h3 { font-size:2rem; text-align:center;letter-spacing: 0.01em;}*/



/*Responsive squares */
.square {
  	font-family: sans-serif;
  	color: #232323;
  	padding: 1em;
	float:left;
/*	width: 50%;
*/	background: none;
}
.square:last-child {
  	margin-right:0;
}
.square:before {
	content:"";
	display:block;
	padding-top:100%;
  	float: left; 
}
.fully-full {
	padding:1em;
}
.fully-full:before {
	content:'';
	display:block;
	padding-top:50%;	
}


#chauffeurs-full-width {
	background-position:bottom center;
	background-size:cover;
}


.private-jet { 
background:url('wp-content/uploads/2017/03/LV0A2148.jpg');
background-position:left center;
background-size:cover;
height:100%;
}



.responsive-center-center {
  margin-top:50%;
  transform:translateY(-50%);
  padding:0 3em;
}
.responsive-top-center {

}
.responsive-bottom-center {


}
.responsive-top-left {

}
.responsive-top-right {

}

.responsive-bottom-left {

}
.responsive-bottom-right {

}

.overlayed {
  width:100%;
  height:100%;
  background:rgba(0,0,0,0.5);
  position:absolute;
  z-index:0;
  left:0;
  top:0;
  
}
.light-overlayed {
  width:100%;
  height:100%;
  background:rgba(0,0,0,0.2);
  position:absolute;
  z-index:0;
  left:0;
  top:0;
  
}

/* Call to action */
.white-cta {
		background:transparent;
		color:white;
		border:2px solid #FFF;
		padding:0.5rem 2rem;
		border-radius:0;
		font-family:'Didot LT Std','Didot','Bodoni';
		font-size:1.5rem;
		font-style: italic;
}

/*Secciones */
/*#bookform {
	position:absolute;
}*/

.mid-height {
	padding:2rem 0;
	position:relative;
}

/*Secciones */
section {
	margin-top:0;
	margin-bottom:0;
	position:relative;
}
/** Diferencia de altura con el nav **/
/*section:before {
    content: '';
    height: 200px;
    width: 100%;
    position: absolute;
    background: transparent;
    margin-top: -150px;
    top: 0;
}*/

/*Secciones Especiales */
.full-width-section {
	width:100%;
	height:100%;
	min-width: 100vw;
	min-height: 100vh;
}



/* Busqueda */

#busqueda {
  margin:2em;
}

#busqueda .form-inline .form-control {
    display: inline-block;
    font-size: 2em;
    margin-bottom: 1em;
    float: left;
    vertical-align: top;
}

button#searchsubmit {
    font-size: 1.3em;
    display: inline-flex;
}

.featherlight .featherlight-close-icon {
  background:transparent!important;
  color:#FFF!important;
  text-shadow:1px 1px 3px #000;
}
/* Footer */
footer {
	position: relative;
    right: 0;
    bottom: 0;
    left: 0;
    padding-top: 2em;
    padding-bottom: 2em;
    margin-top: -10px!important;
    margin-bottom: 0;
}

footer p {
	color:white;
	font-size: 0.9em;
}
footer > .container {
	padding:4em;
}
ul#menu-footer, ul#menu-pie {

    list-style-type: none;
        -webkit-padding-start: 0em;
}
ul#menu-footer li a, ul#menu-pie li a {
    color: white;
    line-height: 2.2em;
}

iframe {
    border: 0 solid transparent;
}

/* Alinear cosas */
.centrado {
	text-align:center;
	margin:0 auto;
}
.center-block {
	text-align:center;
}
.righty {
	text-align: right;
	float:right;
}

.lefty {
	float:left;
}

.right-text { text-align: right;}
.left-text { text-align: left;}

.book-transfer-title {
	position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    font-family:'Didot LT Std',serif;
    font-style: italic;
}


/*Inspector */
.fast-menu:before {
    content: '';
    width: 100%;
    height: 25vh;
    position: absolute;
		z-index:-1;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0.65+0,0+100;Neutral+Density */
    background: -moz-linear-gradient(top,  rgba(0,0,0,0.65) 0%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */
    background: linear-gradient 0% rgba(0,0,0,0);
}

a.navbar-brand {
    color: white!important;
}

span.claim {
    font-size: 1rem;
    display: block;
    letter-spacing: 0.1em;
    text-transform: none;
    font-style: italic;
}

.navbar-brand {
	float:none!important;
	z-index:1;
}

/* Cabecera */
ul#menu-main,ul#menu-principal,ul#menu-menu_bookings_en,ul#menu-menu_bookings_es {
    width: 100%;
    margin-top:2em;
    /* padding: 0 1em; */
/*    border-bottom: 1px solid white;
*/  color: white;
}

ul#menu-main > li, ul#menu-principal > li, ul#menu-menu_bookings_en > li, ul#menu-menu_bookings_es > li  {
    color: #FFF!important;
    width: 25%;
    padding: 0;
    text-align: center; 
    text-transform: uppercase;
    letter-spacing: 4px;
    font-family: 'Apercu';
    font-size:14px;
    font-weight: 100;
}

/* Alineaciones */
ul#menu-main > li:nth-child(1),ul#menu-principal > li:nth-child(1), ul#menu-menu_bookings_en > li:nth-child(1), ul#menu-menu_bookings_es > li:nth-child(1) {
	text-align:left;
}
ul#menu-main > li:nth-last-child(1),ul#menu-principal > li:nth-last-child(1),ul#menu-menu_bookings_en > li:nth-last-child(1),ul#menu-menu_bookings_es > li:nth-last-child(1) {
	text-align: right;
}
/* Exception */
ul#menu-main > li:nth-child(3),ul#menu-menu_bookings_en > li:nth-child(3) {
	text-align:right;
}

ul#menu-main > li > a,ul#menu-principal > li > a, ul#menu-menu_bookings_en > li > a, ul#menu-menu_bookings_es > li > a{
	color:white!important;
}

/*Color */
ul#menu-main > li > a:hover,ul#menu-principal > li > a:hover, ul#menu-menu_bookings_en > li > a:hover, ul#menu-menu_bookings_es > li > a:hover{
	opacity:0.6;
	transition:0.5s;
	-webkit-transition: 0.5s;
}


.navbar-right {
    float: right!important;
     margin-right: 0;
}

#primary-sidebar {
    font-size: 14px;
}

#primary-sidebar ul > li {
    margin-left:0;
    list-style-type:none;
    margin-top:0.4em;
}
#primary-sidebar a {
  color:#888;
}
#primary-sidebar a:hover {
  color:lightseagreen;
  text-decoration: none;
    transition: 200ms;
      transition-timing-function: ease-in-out;
      -webkit-transition: 200ms;
      -webkit-transition-timing-function: ease-in-out;
}
#primary-sidebar ul {
  -webkit-padding-start: 0;
}

#primary-sidebar form#searchform {
    display: block!important;
    /* color: black; */
    margin-bottom: 2em;
}

#primary-sidebar form#searchform input::placeholder {
    content: 'Search';
    color: #949494;
}
#primary-sidebar form#searchform button {
    color: lightseagreen;
    text-shadow: none;
    /* background: lightseagreen; */
    border-bottom: 1px solid #777;
    /* border-left: 0; */
    border-radius: 0;
    margin-left: -7px;
    margin-top:1px;
}
#primary-sidebar form#searchform input {
    -webkit-box-shadow: none;
    color: black;
    border-bottom: 1px solid #777;
    margin-left: -3px;
}

/* No bootstrap radius */
#myCarousel .nav a small {
    display:block;
}
#myCarousel .nav {
    background:#eee;
}
#myCarousel .nav a {
    border-radius:0px;
}


.carousel {
    height: 100vh;
}

.carousel-inner {
    height: 100%;
}

.full-width {
    width: 100%;
}
.carousel-caption {
    position: absolute;
/*    top: 20%;
*/    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    height: 100%;
}
/* Background images are set within the HTML using inline CSS, not here */

.fill {
    width: 100%;
    height: 100%;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

/* Little overlay, for fancying text*/
.fill:before {
	content: '';
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.3);
	position: absolute;
}

/* Captions */

/*Override Bootstrap */
/*.carousel-caption {
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10;
    padding-bottom: 0;
}*/

.caption-centered {
  	position: absolute;
/*		height:20vh;
*/    text-align: left;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.carousel-caption h2{
text-align: left;
    font-family: 'Didot LT Std','Bodoni', serif;
    font-style: italic;
    font-weight: lighter;
    font-size: 4.5rem;
/*    text-shadow: 0 0 21px rgba(0,0,0,0.6); 
*/}

	.carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next, .carousel-control .icon-prev{
	width: 3rem;
	height: 3rem;
	/* margin-top: -10px; */
	font-size: 10vh;
	font-weight: 100;
	color: white;
	font-family: 'FontAwesome';
}

/* No padding */
.no-padding {
	padding-left:0;
	padding-right:0;
}

/* Book you ride */
.book-front {
    position: absolute;
		background: rgba(0,0,0,0.6);
		transform-origin: bottom;
		transform: translateY(-221px);
		padding-top: 1em;
		border-radius: 0;
    /*top: 78vh;
    height: 21vh;
    */
}
.panel,.panel-group {
	background:transparent;
	border:0;
	border-radius:0;
	/*color:#FFF; */
}

.panel-default {border:0;}
.panel-default>.panel-heading {
    color: #333;
    background-color: transparent;
    border-color: transparent;
}

.panel-default>.panel-heading+.panel-collapse>.panel-body {
     border-top-color: transparent;
}
.panel-group .panel-heading+.panel-collapse>.list-group, .panel-group .panel-heading+.panel-collapse>.panel-body {
     border-top: 1px solid transparent;
}

.nav-tabs>li>a {
	color:#fff;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
    color: #FFF;
    cursor: default;
    background-color: rgba(255,255,255,0.2);
    border: 1px solid #ddd;
    border-bottom-color: transparent;
}
.nav-tabs>li>a:hover {
		color:#FFF;
	  background-color: rgba(255,255,255,0.2);
    border-color: #eee #eee #ddd;
}
.form-control {
		background-color: rgba(255,255,255,0.7);
		border: 0px solid #fff;
}
label .control-label {color:#FFF;top:-35px;}
.control-label { display:block;}
select {
	border-radius: 0!important;
}

/* Label for comments */
#commentform label {
  display:block;
}


/* Breves */
.titulo-post-breve {
  padding-top: 1em;
  font-family:'Oswald';
  letter-spacing: 1px;
}

.titulo-breve a {
  text-transform:uppercase;
}
.titulo-breve a.white:hover {
    color: white;
    text-decoration: none;
}

.post-breve {
    border-bottom: 1px solid #ccc;
    margin-bottom: 1em;
    padding-bottom: 2em;
}
.elipsis-text {
  overflow: hidden;
  position: relative; 
  line-height: 1.2em;
  max-height: 3.6em; 
  margin-right: -1em;
  padding-right: 1em;
    white-space: normal;
    text-overflow: ellipsis;
}
.elipsis-text:before {
  content: '...';
  position: absolute;
  right: 0;
  bottom: 0;
}
.elipsis-text:after {
  content: '';
  position: absolute;
  right: 0;
  width: 1em;
  height: 1em;
  margin-top: 0.2em;
  background: white;
}

.fecha-breve {
  text-align: center;
}
.fecha-breve:before {
  content:'__';
  color:white;
  display: block;
  margin-bottom:5px;
}


.read-more-btn {
    font-size: 0.9em;
    border: 1px solid lightseagreen;
    padding: 0.5em 2em;
    float: right;
}

.read-more-btn:hover {
    background: lightseagreen;
    color: white;
    border: 1px solid lightseagreen;
    text-decoration: none;
}


.lightbox {
display:none;
}

/*Overriding Bootstrap Defaults*/
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
    color:#FFF;
    background-color: transparent;
}

/* Fija barra en scrolling */

.affix {
    position: fixed!important;
    top: 0;
    width: 100%;
    background: #222;
    /* height: 100px; */
    transition: 300ms ease-in-out;
}
  .affix ~ .container-fluid {
     position: relative;
     top: 50px;
  }


 /* Reduce elementos barra cuando esta en modo AFFIX */
 /*.affix .navbar-header {
 	margin-bottom:0.5em;
 	height:30px;
 	position:absolute;
 }*/
nav.affix .custom-logo {
	height: 25px;
	position: absolute;
	top: -15px;
	transform: translateX(-50%);
	text-align: center;
}
.affix ul#menu-main, .affix ul#menu-principal, .affix ul#menu-menu_bookings_en, .affix ul#menu-menu_bookings_es {
  margin-top:initial;
	font-size:0.8em;
	padding-top:0.5em;
	padding-left:2em;
	padding-right:1em;
}

/* Redux */
.redux {
      top:0;
      width: 100%;
/*      height:100px; Dejamos altura predeterminada
*/      z-index: 9999 !important;
  }
  .redux ~ .container-fluid {
     position: relative;
/*     top: 50px;
*/  }


 /* Reduce elementos barra cuando esta en modo REDUX */
 .redux .navbar-header {
  margin-bottom:0.5em;
  height:30px;
  position:absolute;
 }
.redux img.custom-logo {
  height: 25px;
  position: absolute;
  top: -15px;
  transform: translateX(-50%);
  text-align: center;
}
.redux ul {
  font-size:0.9em;
  padding-top:0.5em;
  padding-left:2em;
  padding-right:1em;
}

/*The social artifact */

.social-button { display:table; float:left; margin-right:0.5em; width:35px;height:35px;text-align:center;}
.rounded {border:1px solid #FFF; border-radius:50% 50%;}
.double { font-size:1.5rem;}
.icon {display:table-cell;text-align:center;vertical-align:middle;}


.social-button.rounded.double:hover {
    cursor: pointer;
    background: white;
    transition: 400ms ease-in-out;
}
.social-button.rounded.double:hover > .icon > i{
      color: #333!important;
}

/* Selects */
/* Select style here */

#bookform select {
	margin: 0 auto;
	color: #FFF;
	width: 100%;
	padding: 1em;
	height: 25px;
	cursor: pointer;
	border-radius:0;
	background-color:transparent;
}

#bookform select:hover {
	background-color: transparent;
	color: white;
	padding: 15px 5px 15px 25px;
}

#bookform select option {
	background-color: white;
	color: gray;
	width: 310px;
	padding: 10px 15px;
	height: 20px;
	cursor: pointer;
}

#bookform select option:hover {
	padding-left: 25px;
	width: 270px;
	color: #EC6F66;
}

/* Navbar */
 .navbar-top{
/*      background: linear-gradient(to bottom,#000,rgba(255,255,255,0));
*/ 	border:0;
 	border-radius:0;
    box-shadow: -2px 2px 7px rgba(0,0,0,0.5);
}

/* SVG Path */
svg path {
    fill: white;
}

.textwidget {color:white;}

/* Paddings */
.pad-top-1 { padding-top:1em; }
.pad-top-2 { padding-top:2em; }
.pad-top-3 { padding-top:3em; }
.pad-top-4 { padding-top:4rem; }
.pad-bot-1 { padding-bottom:1em; }
.pad-bot-2 { padding-bottom:2em; }
.pad-bot-3 { padding-bottom:3em; }
.pad-bot-4 { padding-bottom:4rem; }
.pbt-2 { padding-top:2rem;padding-bottom:2rem; }
.pbt-4 { padding-top:4rem;padding-bottom:4rem; }
.pbt-8 { padding-top:8rem;padding-bottom:8rem; }

.pad-left-1 { padding-left:1em; }
.pad-left-2 { padding-left:2em; }
.pad-left-3 { padding-left:3em; }
.pad-right-1 { padding-right:1em; }
.pad-right-2 { padding-right:2em; }
.pad-right-3 { padding-right:3em; }
.mtb1 {margin-top:1rem;margin-bottom:1em;}
.mtb2 {margin-top:2rem;margin-bottom:2em;}
.mb-2 {margin-bottom:2em;}

/* Modulos */
.module {
	margin-top: 10px;
}

.wrapper-module-caption {
    position: absolute;
    width: calc(100% - 30px);
    height: calc(100% - 10px);
    top: 0;
    left: 0;
    bottom: 0;
    display: block;
    margin-left: 15px;
    margin-right: -30px;
    background: transparent;

}

.module-caption {
	position: absolute;
	width:50%;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	font-size: 2.5rem;
	text-align: center;
	font-family: 'Didot LT Std';
	font-style: italic;
}

.caption-excerpt {
	position: absolute;
	width:100%;
	text-align:center;
	opacity:0;
	bottom: 25%;
	font-family:'Arimo','Helvetica Neue', sans-serif;
	font-size: 0.9em;
}

.wrapper-module-caption:hover {
	background:rgba(0,0,0,0.7);
		transition: 200ms;
	  	transition-timing-function: ease-in-out;
	  	-webkit-transition: 200ms;
	  	-webkit-transition-timing-function: ease-in-out;
}

.wrapper-module-caption:hover .caption-excerpt { 
	opacity:1;
		transition: 200ms;
	  	transition-timing-function: ease-in-out;
	  	-webkit-transition: 200ms;
	  	-webkit-transition-timing-function: ease-in-out;
}

/*Featured modules */
.featured-module {
	display:inline-block;
}

/* Making it square */
.featured-module:before {
	content:"";
	display:block;
	padding-top:100%;
    float: left; 
}

.module-text {
    /* width: 60%; */
    /* margin: 0 auto; */
    /* height: 100%; */
    position: absolute;
    top: 0;
    margin: 0 auto;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    height: 100%;
    -webkit-align-items: center;
}

.module-text > * {
	margin-left:100%;
}

.cta.elegant {
    font-size: 2rem;
    font-style: italic;
    font-family: 'Didot LT Std';
    border: 1px solid;
    padding: 0.5em 3em;
    border-radius: 0;
}
.cta.elegant:hover {
    border: 1px solid #999;
    background: rgba(255,255,255,0.3);
    transition: 0.5s;
    box-shadow: 0 0 10px rgba(52, 52, 52, 0.55);
}

.cta.elegant.white:hover {
    color: white;
    border: 1px solid white;
    background: rgba(255,255,255,0.3);
    transition: 0.5s;
    box-shadow: 0 0 10px rgba(52, 52, 52, 0.55);
}


.cta.elegant.black:hover {
    color: #222;
    transition: 0.5s;
    border: 1px solid #222;
}

/* Responsive Squares */

/*.wrapper{
  width: 100%;
  margin: 0 auto;
}*/
.square{
  font-family: sans-serif;
  color: #232323;
  padding: 1em;
	float:left;
	/*width: 50%; */
/*	background: deepskyblue;
*/}
.square > p {
  max-height:50vw;
  white-space:normal;
  overflow:hidden;
  text-overflow:ellipsis;
}
.square:last-child{
  margin-right:0;
}
.square:before{
	content:"";
	display:block;
	padding-top:100%;
  float: left; 
  /*Flotando el elemento podemos usar el cuadrado como cualquier otra capa y podremos meter contenido. Pero dejará de ser responsive cuando el contenido sea mayor que su alto*/
}

.responsive-center-center {
  margin-top:50%;
  transform:translateY(-50%);
  padding:0 3em;
}
/*.btn {color:#232323;}
.btn-outline { border:2px solid #232323; background:transparent;padding:0.5em 3em;}
.btn-outline:hover{
  border:2px solid #000; background:#000; color:#FFF;
}
.btn-outline.white:hover {
  border:2px solid #fff; background:#fff; color:#232323;
}*/

.blue {background:deepskyblue;}
.darkblue {background:blue;}
.magenta {background:magenta;}
.yellow {background:yellow;}
.with-image { background:url('https://unsplash.it/800/800/');
}

.starlite {
	background-image:url(wp-content/uploads/2017/01/starlite-bg.png);
	background-size:cover;
	background-repeat: no-repeat;
}
.driver-watch {
	background-image:url(/wp-content/uploads/2017/01/driver-watch.png);
	background-size:cover;
	background-repeat: no-repeat;
}
.personal-chauffeur {
	background-image:url(/wp-content/uploads/2017/04/personal-chauffeur-costa-del-sol.jpg);
	background-position:center left;

	background-size:cover;
	background-repeat: no-repeat;
}
.shows-spectacles { 
  background-image:url(/wp-content/uploads/2017/01/starlite.jpg);
  background-position:center center;
  background-size:cover;
  background-repeat: no-repeat;
}
.sport-venue {
  background-image:url(/wp-content/uploads/2017/06/transfer-malaga-airport-1.jpg);
  background-position:center left;
  background-size:cover;
  background-repeat: no-repeat;
}

.mice {
  background-image:url(/wp-content/uploads/2017/04/mice-transfers-malaga.jpg);
  background-position:center left;
  background-size:cover;
  background-repeat: no-repeat;
}
.sightseeing {
	background-image:url(/wp-content/uploads/2017/04/caminito.png);
	background-position:center left;

	background-size:cover;
	background-repeat: no-repeat;
}
.kmp-fleet {
	background-image:url(/wp-content/uploads/2017/04/costa-sol-transfers-luxury-hotel.jpg);
	background-position:bottom center;
	background-size:cover;
	background-repeat: no-repeat;
}



.center {text-align:center;}
.round {border-radius:30px 30px;}
.white {color:white;border-color:white;}

.overlayed {
  width:100%;
  height:100%;
  background:rgba(0,0,0,0.5);
  position:absolute;
  z-index:0;
  left:0;
  top:0;
  
}


.vw-50 {max-height:50vw; }
@media (max-width:768px){
.vw-50 {max-height:100%; }
}



@media (min-width: 768px) {
  .tooltip {
        display: none !important;
    }
}

.pad-x-3 { padding-left:3em; padding-right:3em;}

/* Aux Nav */
.aux-nav {
    padding-left: 2em;
    padding-right: 2em;
    margin-top: 1em;
    font-family:'Apercu';
    font-weight: lighter;
    letter-spacing: 1px;
}

.lang-wrapper > ul {
	list-style-type: none;
}

.lang-wrapper > ul li {
	display:inline;
}

.lang-wrapper > ul li:nth-child(even):before {
	content: ' | ';
    color: white;
}

.lang-wrapper > ul li a {
	color:#fff;
	text-transform: uppercase;
}
.lang-wrapper > ul li a:hover {
	color:#666;
	text-decoration: none;
}
/*Dropdown menu */

nav ul.dropdown-menu > li {
    margin-top: 0;
    padding: 1em 0;
    text-align: right;
}
nav ul.dropdown-menu > li:active {
  color:#666;
    background: #efefef;
}

nav .dropdown-menu>.active>a, .dropdown-menu>.active>a:focus, .dropdown-menu>.active>a:hover {
  color: #666;
  background:transparent;
}

nav ul.dropdown-menu>li:hover {
    background: #efefef;
}
nav .dropdown-menu>li>a:hover {
    background: none;
}

/* Avisos WPCF7 */
span.wpcf7-not-valid-tip {
    position: absolute;
    top: 100%;
    left: 25%!important;
    z-index: 100;
    border: 0!important;
    background: #ffecef!important;
    padding: .2em .8em;
    box-shadow: 0 0 5px #777;
}
span.wpcf7-not-valid-tip:before {
    content: '';
    width: 10px;
    height: 10px;
    border-bottom: 10px solid #ffecef;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    position: absolute;
    top: 0px;
}

/* Didot font */
.didot {
	font-family:'Didot LT Std',serif;
}
.lighter {
	font-weight: lighter;
}
.italic {
	font-style:italic;
}
.center {text-align:center;}

/*Search button on top */
.btn-flatty {
	background:none;
	color:white;
	text-shadow:0 0 10px rgba(0,0,0,0.8);
}
input.whitey {
	background:none;
	border-bottom:1px solid white;
	color:white;
	border-radius:0;
    padding: 6px 2px;
}
input.whitey:focus {
	border-color:transparent;
	box-shadow: none;
	border-bottom:2px solid white;
	transition:0.5s;
}
.whitey::-webkit-input-placeholder { color: rgba(255,255,255,0.6); font-size:0.9em;}
.whitey:-moz-placeholder { color: rgba(255,255,255,0.6); font-size:0.9em;}
.whitey::-moz-placeholder { color: rgba(255,255,255,0.6); font-size:0.9em;}
.whitey:-ms-input-placeholder { color: rgba(255,255,255,0.6); font-size:0.9em;}

/* Archive */

.archive-thumbnail {
/*	position:relative;
*/	padding-bottom:2em;
	height:150px;
}
.archive-thumbnail:before {
	content:'';
	width:100%;
	height:150px;
	background:rgba(0,0,0,0.8);
	position:absolute;margin-left:-15px;
	z-index:-1;
}


.archive-thumbnail:hover {
	opacity:0.8;
	transition:0.5s;
}

.archive-title{
	width:100%;
	padding-top:1em;
	padding-bottom:1em;
	text-align: middle;
	color:white;
	font-size: 3rem;
	text-align: center;
}

.archive-title:hover{
	text-align: center;
}

.archive-h1 {
	font-size:4rem;
	text-align:center;
}

.no-border {
	border:0;
}

/* Posts */
h1.post-name {
	color:white;
	font-style:italic;
	text-align: center;
}

.blog-title {
	color:white;
	font-weight: bold;
	text-align:center;
	letter-spacing:2px;
	padding-top:2em;
}

h6.the-author {
	color:white;
}

h6.the-date {
	color:white;
}

.post-info {
	margin-bottom:2em;
}

.blog-post {

}


/* CODROPS EFFECTS */

/* Effect 15: scale down, reveal */
.cl-effect-15 a {
	color: rgba(0,0,0,0.2);
	font-weight: 700;
	text-shadow: none;
}

.cl-effect-15 a::before {
	color: #fff;
	content: attr(data-hover);
	position: absolute;
	text-decoration: none;

	transition: transform 0.3s, opacity 0.3s;
}

.cl-effect-15 a:hover::before,
.cl-effect-15 a:focus::before {
	transform: scale(0.9);
	opacity: 0;

}


/* Navbar toggle ani */
.navbar-toggle {
  overflow: hidden;
}
.navbar-toggle .icon-bar {
  -webkit-transition: opacity, -webkit-transform;
  transition: opacity, -webkit-transform;
  transition: opacity, transform;
  transition: opacity, transform, -webkit-transform;
  -webkit-transition-duration: 200ms;
          transition-duration: 200ms;
  -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0, 0.7);
          transition-timing-function: cubic-bezier(0.7, 0, 0, 0.7);
}
.navbar-toggle:not(.collapsed) .icon-bar:nth-child(1) {
  -webkit-transform: translateY(6px) rotate(45deg);
          transform: translateY(6px) rotate(45deg);
}
.navbar-toggle:not(.collapsed) .icon-bar:nth-child(2) {
  opacity: 0;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}
.navbar-toggle:not(.collapsed) .icon-bar:nth-child(3) {
  -webkit-transform: translateY(-6px) rotate(-45deg);
          transform: translateY(-6px) rotate(-45deg);
}

.navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover {
	background: transparent;
}


/* Iconos ficha tecnica */
.fichatecnica {
    background: #f7f7f7;
    padding: 1.5em;
/*    box-shadow: 0 1px 7px rgba(0,0,0,0.4);
*/}
ul.characteristics {padding-left:0;list-style-type:none; }
li.users:before {
	content:'';
	width:35px;
	height:35px;
	background:url('/transfers/asset/images/user.png');
	background-size:contain;
	display: inline-block;
	vertical-align:middle;
	position:relative;
	margin-right:5px;
}
li.luggage:before {
	content:'';
	width:35px;
	height:35px;
	background:url('/transfers/asset/images/luggage.png');
	background-size:contain;
	display: inline-block;
	vertical-align:middle;
	position:relative;
	margin-right:5px;
}
li.suit:before {
	content:'';
	width:35px;
	height:35px;
	background:url('/transfers/asset/images/suitcase.png');
	background-size:contain;
	display: inline-block;
	vertical-align:middle;
	position:relative;
	margin-right:5px;
}
li.ac-heat:before {
	content:'';
	width:35px;
	height:35px;
	background:url('/transfers/asset/images/ac-heat.png');
	background-size:contain;
	display: inline-block;
	vertical-align:middle;
	position:relative;
	margin-right:5px;

}
li.car-icon:before {
	content:'';
	width:35px;
	height:35px;
	background:url('/transfers/asset/images/car.png');
	background-size:contain;
	display: inline-block;
	vertical-align:middle;
	position:relative;
	margin-right:5px;

}
li.stars:before {
	content:'';
	width:35px;
	height:35px;
	background:url('/transfers/asset/images/stars-icon.png');
	background-size:contain;
	display: inline-block;
	vertical-align:middle;
	position:relative;
	margin-right:5px;
}
li.colors:before {
	content:'';
	width:35px;
	height:35px;
	background:url('/transfers/asset/images/colors-icon.png');
	background-size:contain;
	display: inline-block;
	vertical-align:middle;
	position:relative;
	margin-right:5px;

}

li.two-colors:before {
	content:'';
	width:35px;
	height:35px;
	background:url('/transfers/asset/images/two-colors-icon.png');
	background-size:contain;
	display: inline-block;
	vertical-align:middle;
	position:relative;
	margin-right:5px;
}
li.brand-new:before {
	content:'';
	width:35px;
	height:35px;
	background:url('/transfers/asset/images/brand-new.png');
	background-size:contain;
	display: inline-block;
	vertical-align:middle;
	position:relative;
	margin-right:5px;

}

.overlay-box {
    position: relative;
    height:150px;
}
.overlay-box > a {
    display:block;
    position:relative;
}

.overlay {
    display: none;
    
    background: -moz-radial-gradient(center, ellipse cover, rgba(94,94,94,0.1) 1%, rgba(93,93,93,0.1) 2%, rgba(0,0,0,0.65) 100%);
    background: -webkit-radial-gradient(center, ellipse cover, rgba(94,94,94,0.1) 1%,rgba(93,93,93,0.1) 2%,rgba(0,0,0,0.65) 100%);
    background: radial-gradient(ellipse at center, rgba(94,94,94,0.1) 1%,rgba(93,93,93,0.1) 2%,rgba(0,0,0,0.65) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1a5e5e5e', endColorstr='#a6000000',GradientType=1 );
}

.overlay img {
    color: #ffffff;
    text-align: center;
    display:table-cell;
    vertical-align:middle;
    max-height:150px;
	
 }
.overlay-wrap {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: -15px;
}

.overlay-box:hover .overlay {
    display: table;
    height:auto;
    width:100%;
    	transition: 400ms;
      	transition-timing-function: ease-in-out;
      	-webkit-transition: 400ms;
      	-webkit-transition-timing-function: ease-in-out;
}

.coche-centrado {
 display: table-cell;
 vertical-align: middle;
}

/* Centrando coches */
.img-responsive {
  width:100%;
}
.flexi {
  display: flex;
  align-items: center;
/*  justify-content: center;
*/  height:auto;
  padding:1.5em 0;
}

.flexi-item {
  max-width: 100%;
  height:auto;
}
.flexi-item > img {
  padding:0 0.5em;
    max-height:120px;
}

.img-center {
  text-align:center;
}

.coches {
/*  background:#efefef;
  box-shadow: 0 0 10px rgba(0,0,0,0.4);*/
}

.coches:hover {
  box-shadow: inset 0 0 10px rgba(0,0,0,0.4);
    background: -moz-radial-gradient(center, ellipse cover, rgba(94,94,94,0.1) 1%, rgba(93,93,93,0.1) 2%, rgba(0,0,0,0.9) 100%);
    background: -webkit-radial-gradient(center, ellipse cover, rgba(94,94,94,0.1) 1%,rgba(93,93,93,0.1) 2%,rgba(0,0,0,0.9) 100%);
    background: radial-gradient(ellipse at center, rgba(94,94,94,0.1) 1%,rgba(93,93,93,0.1) 2%,rgba(0,0,0,0.9) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1a5e5e5e', endColorstr='#a6000000',GradientType=1 );
  transition:0.4s ease-in;
  cursor:pointer;
}
.coches:hover img {
opacity:0.1;
}
.coches:hover:before {
  content:'';
  width:100%;
  height:100%;
  display:table-cell;
  position:absolute;
  background:url(/transfers/asset/images/360-icon.png);
  background-position: top center;
  background-size:80% auto;
  background-repeat:no-repeat;
  margin:0 auto;
  color:white;
  text-align:center;
  vertical-align: middle;
  z-index:1;
  top:0;
  
}


button#btnformbooking:hover {
    background: lightseagreen;
    border-color: lightseagreen;
    transition: 400ms ease-in-out;
}


.wpcf7-form {
	width:100%;
}
.wpcf7-form > p > label { width:100%;}

.wpcf7-form label,.wpcf7-form input,.wpcf7-form span { width:100%;}

.wpcf7-form-control-wrap {
    position: relative;
    width: 100%;
}

input.wpcf7-form-control.wpcf7-text {
    width: 100%;
}

input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
    width: 100%!important;
    font-family: 'Arimo';
    font-weight: 100;
    padding: 0.5em;
}

textarea.wpcf7-form-control.wpcf7-textarea {
    width: 100%;
       font-family: 'Arimo';
    font-weight: 100;
}
input.wpcf7-form-control.wpcf7-submit {
    width: 100%;
    font-family: 'Apercu';
    text-transform: uppercase;
    letter-spacing: 1px;
    border: 0;
    padding: 0.5em;
    background: #444;
    color: #FFF;
}
input.wpcf7-form-control.wpcf7-submit:hover {
    background: lightseagreen;
}


#primary-sidebar h4 {
  font-size:14px;
    font-weight: normal;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-top:2em;
    padding-bottom:5px;
    border-bottom:1px solid #CCC;
}
.widget_categories > h4:before {
  content:'\f02c \0020';
  font-family: 'FontAwesome';
}

.widget_archive > h4:before {
  content:'\f187 \0020';
  font-family:'FontAwesome';
}

.widget_recent_comments > h4:before {
   content:'\f0e6 \0020';
  font-family:'FontAwesome';
}
.widget_recent_entries > h4:before {
   content:'\f1ea \0020';
  font-family:'FontAwesome';
}

.gallery img {
    border: none;
    max-width: 100%;
    height: auto;
}

.attachment img[src$=".svg"] {
    width: initial!important;
}


.wpcf7-form-control-wrap {
    width: 100%!important;
    margin-bottom: 15px;
}

/* Mailchimp */

.mc4wp-form input {
    background: transparent;
    border: 1px solid white;
    padding: 0.5em;
    color: white;
    display: inline-block;
}

.mc4wp-form input[type="submit"] {
    margin-left: -6px;
}

.mc4wp-form input[type="submit"]:hover {  
    background: white;
    color: #444;
    transition: 400ms ease-in-out;
}


/* Media queries */

@media screen and (max-width: 767px) {

span.smaller {display:none;}

.responsive-center-center {
    margin-top: 10%;
    margin-bottom: 10%;
    transform: translateY(0);
}

nav.redux svg.custom-logo {
    top: 0;
}
.gradiente {background:initial;}

.header-simple {background-position:center center;  background-size: cover; background-attachment: inherit;}

.section-bg {  background-position:center center;  background-size: cover;  background-attachment: inherit!important; }

.fully-full {
	padding:1em;
	background-size:cover;
}

#full-fleet {
	background-position:center center;
}
#golf-course {
	background-position:center center;
}
#chauffeurs-full-width {
	background-position:center center;
}
.fully-full:before {
	content:'';
	display:block;
	padding-top:100%;	
}

.carousel-caption {
    position: absolute;
    top: 10%;
 }
.private-jet {
	height:100vw;
}
	ul#menu-main > li, ul#menu-principal > li, ul#menu-menu_bookings_en > li, ul#menu-menu_bookings_es > li {
	    width: 100%;
	    text-align: center;
	    margin: 5px auto;
	}
	ul#menu-main > li > a, ul#menu-principal > li > a, ul#menu-menu_bookings_en > li > a, ul#menu-menu_bookings_es > li > a {
	    text-align: center;
	    margin: 0 auto;
	}

	#navigation {
	    position: absolute;
	    width: 100%;
	    margin-top: 35px;
	    background: rgba(34, 34, 34, 0.91);
	    border: 0 solid transparent;
	     z-index: 999;
	}

	.redux #navigation {
		margin-top: 84px;
	}
  .redux .navbar-header {
    top: 0;
    /* position: fixed; */
    padding-bottom: 2.2em;
    margin-top: initial;
    margin-bottom: 0;
}

	/*a.navbar-brand.the-logo {
		margin-top:20px;
	}*/
	button.navbar-toggle {
		border: 0 solid transparent;

	}

	.redux button.navbar-toggle {
	  margin-top: 0;
    margin-bottom: 0;
    top: -2px;
	}
	button.navbar-toggle:focus {
		color:#ccc;
		background-color:transparent!important;
		border-radius:0;
	}
	input#s {
		display:none;
	}
	form#searchform {
	    position: relative;
/*	    top: 0.5em;
*/	}
	.redux button#searchsubmit {
	    margin-top: 0;
	    margin-right: 0;
	}

	.lang-wrapper.lefty {
/*		padding-top: 0.25em;
*/	}
	.redux img.custom-logo {
	    height: 30px;
	    left: 51%;
	    padding-bottom: 0.5em;
	    transform: translateX(-50%);
	    position: absolute;
		top:0;
	    margin: 0 auto;
	} 

	.aux-nav {
	padding:0;
	margin-top:0;
	position: absolute;
    width: 100%;
    background: #2d2c2c;
    top: 100%;
    z-index: 999;
    max-height:35px;
    box-shadow: 0px 1px 2px rgba(0,0,0,0.7);
}
.redux.aux-nav {
	top:120%;
}

.navbar-header {
    width: 100%;
    padding-top: 1em;
    background:#222;
}

}

@media (max-width:767px) {
  nav ul.dropdown-menu>li:hover {
    background: #2f2f2f;
}
  .navbar-nav .open .dropdown-menu {
    background-color: #131212!important;
}
.navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
    color: #9d9d9d;
    text-align: center;
    white-space: normal;
}
}

@media (max-width: 480px) {

  nav.redux svg.custom-logo {
    max-width: 180px!important;
  }

  nav.affix svg.custom-logo {
    top: 11px;
}
  .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    width: 100%!important;
}

  .control-label {
    margin-top:5px;
  }
  footer > .container {
    padding: 4em 2em;
}

.mc4wp-form input[type="submit"] {
    margin-left: 0;
    margin-top:5px;
    padding: 0.5em 4em;
}


.left-to-center {
  text-align:center;
  margin: 0 auto;
}

.navbar-brand.the-logo {
	display: none;
}
a.custom-logo-link>img {
    max-width: 200px;
    float: left;
    margin-left: 2em;
}

button.navbar-toggle.collapsed {
    float: right;
}

.menu-footer-container,.menu-pie-container {
      margin-top: 3em;
    border-top: 1px solid white;
    border-bottom: 1px solid white;
    margin-bottom: 3em;
}

#menu-footer > li, #menu-pie > li {
  text-align: center;
}
#menu-footer >li:hover, #menu-pie >li:hover {
  background:#CCC;
  transition:400ms;
}
#menu-footer>li>a:hover, #menu-pie>li>a:hover {
    text-decoration: none;
}

.textwidget {
  text-align: center;
}
.textwidget > * {
    text-align: center;
}

.lang-wrapper > ul {
    text-align: left;
    left: 0;
     /*margin-left: -23px; */
	margin-left: 0px; 
    margin-top: 3px;
}
.search-wrapper {
  padding-top:4px;
}

}

/* Fix de altura del widget para moviles pequeños */

@media (max-width:768px) and (max-height:700px) {
  #booking-widget,#form-widget { 
    z-index: 99999;
    position: absolute;
    display: block;
    width: 100vw;
    height: 100vh;
    top: 203px; /*top:100px para no montar sobre la siguiente seccion */
  }

  #index,.carousel {
    height: calc(100vh + 100px);
  }
}

/* Arreglar el tema del bookform en modo landscape **
@media (max-width:768px) and (orientation:landscape) {
   .panel-booking { position:relative; }

   #booking-widget { 
    position:absolute;
    top:0;
   }

}*/

.absolute { position:absolute;}

span.smaller {font-size:0.8em;}

.search-wrapper a:hover,.search-wrapper a:active{
  text-decoration: none;
}

/*.panel-booking[max-width:480px]{
  background:yellow;
}*/