﻿/* CSS Document */

@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:100,200,300,400,500,600,700,800,900');

html, body {
	font-family: 'Roboto Condensed', Arial,Helvetica,Helvetica,sans-serif;
}

.clearfix:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}

.f_left { float: left; }
.f_right { float: right; }
.clr { clear: both; }
.hide { display: none; }

select { border-radius: 0px; }

ul {
	list-style: square outside none;
    margin: 10px 0 10px 20px;
    padding: 0;
}

li {
    margin: 0;
    padding: 2px 0 2px 5px;
}

fieldset {
    border: 0 none;    
	margin: 0;
    padding: 0;
}

body {
	color:#2f2f2f;
    font-size: 16px;
    margin: 0;
    padding: 0;
    text-align: left;
}

a {
	color:#2f2f2f;
	text-decoration:none;
}

a:hover {
	color:#666666;
	text-decoration:none;
}

input[type=submit] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.inner-wrapper {
    margin: auto;
	width: 100%;
    max-width: 1310px;
	position: relative;
	padding: 0px 15px;
    box-sizing: border-box;
}

#header {
    margin: 0;
	position: relative;
	z-index: 100;
}

.header-top {
	margin: 0; 
	font-size: 18px;
	font-weight: 300;
    text-align: left;
    width: 100%;
	height: 70px;
	position: relative;
}

.header-bottom {
	background-image: -ms-linear-gradient(top, #003a5d 0%, #00283F 100%);
	background-image: -moz-linear-gradient(top, #003a5d 0%, #00283F 100%);
	background-image: -o-linear-gradient(top, #003a5d 0%, #00283F 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #003a5d), color-stop(100, #00283F));
	background-image: -webkit-linear-gradient(top, #003a5d 0%, #00283F 100%);
	background-image: linear-gradient(to bottom, #003a5d 0%, #00283F 100%);
	width: 100%;
	height: 100px;
	position: relative;
}

#logo {
    height: 91px; 
    position: absolute;
	left: 0px;
    top: -4px;
}

#logo img{ 
	border:0;
}

#header-left {  
	float: left;
    text-align: left;
}

#header-right {  
	float: right;
    text-align: right;
	color: #fff;
	padding: 23px 0px;
}

#header-right span {
	color: #fdea82;
}

#header-bottom-left {  
	float: left;
	padding: 17px 0px;
}

#header-bottom-right {  
	float: right;
}

.header-top-element {
	display: inline-block;
	padding: 18px 0px;
}

.header-top-element:not(:last-child) {
	margin-right: 40px;
}

.header-top-element img {
	vertical-align: middle;
	margin-right: 5px;
}

.header-top-element a {
	color: #fff;
}

.header-top-element a span {
	color: #fdea82;
}

@media screen and (max-width: 800px) {
	.header-top { height: 110px; }
    #header-left, #header-right {
		float: none;
		text-align: center;
		width: 100%;
	}
	#header-right { padding: 0px; }
}

@media screen and (max-width: 500px) {
	#header-bottom-left { padding: 24px 0px; }
	#header-bottom-left img { width: 180px; }
	#header-right { display: none; }
	.header-top-element { display: block; margin: 0px auto; padding: 9px 0px; }
}


#menu {
    color: #FFFFFF;
    font-size: 18px;
    font-weight: 300;
    text-transform: uppercase;
	box-sizing: border-box;
    padding: 38px 0px;
    position: relative;
    text-align: left;
    width: auto;
	height: 100px;
	display: inline-block;
	vertical-align: top;
}

#menu ul {
    display: inline;
    padding: 0;
}

#menu li {
    display: inline;
    margin: 0;
	text-align: center;
}

#menu a {
    color: #FFFFFF;
    text-decoration: none;
    padding: 35px 20px;
}

#menu a:hover, #menu a.active {
    border-bottom: 5px solid #ffe790;
}

#menu .elemento-menu-responsive {
	cursor: pointer;
	display: none;
}

#menu .elemento-menu-responsive img {
	vertical-align: middle;
	margin-left: 10px;
}

#tripadvisor-rank {
	display: inline-block;
	margin-left: 25px;
	padding: 9px 0px;
}

#menu-responsive {
	position: fixed;
	top: 0px;
	left: -320px;
	width: 300px;
    height: 9999px;
	background-color: #003a5d;
	box-sizing: border-box;
    padding: 30px 0px;
	box-shadow: 3px 3px 10px #000;
}

#menu-responsive .boton-cerrar {
	position: absolute;
    color: #fff;
    right: 10px;
    top: 10px;
	cursor: pointer;
}

#menu-responsive ul { list-style: none; margin: 0px; }
#menu-responsive li {
	padding: 10px 30px;
	border-bottom: 1px solid #ffe790;
}
#menu-responsive li a { 
	color: #FFFFFF;
    font-size: 18px;
    font-weight: 300;
    text-transform: uppercase;
}

@media only screen and (max-width: 1200px) {
	#tripadvisor-rank { display: none; }
	#menu a { padding: 35px 12px; }
}

@media only screen and (max-width: 1000px) {
	#menu li { display: none; }
	#menu li.elemento-menu-responsive { display: inline; }
}

/* booking form */

.bookingform {
	background-image: url("images/fondobooking.jpg");
	background-size: cover;
	margin-top: -170px;
	padding-top: 170px;
	height: 770px;
	margin-bottom: 90px;
}

.bookingformsmall.bookingform {
	height: 600px;
	margin-bottom: 130px;
}

.bookingformlocation.bookingform {
	height: 640px;
	margin-bottom: 130px;
}

@media only screen and (max-width: 1200px) {
	.bookingform, .bookingformsmall.bookingform, .bookingformlocation.bookingform  { height: auto; margin-bottom: 90px; }
}

@media only screen and (max-width: 1000px) {
	.bookingformlocation.bookingform  { margin-bottom: 0px; }
}

@media only screen and (max-width: 800px) {
	.bookingform { margin-top: -210px; }
}

#bookingform {
    margin: 0;
    padding: 0;
    width: 100%;
}

#bookform-left {
    clear: left;
    float: left;
    height: auto;
    margin-top: 54px;
    padding: 0;
    position: relative;
    text-align: left;
    width: 490px;
}

.bookingformsmall #bookform-left {
	margin-top: 15px;
	box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.4);
}

#booking_new {
	background-color: rgba(255,231,144,0.95);
    margin: 0;
	box-sizing: border-box;
    padding: 10px 44px 60px;
    position: relative;
    text-align: left;
    width: 100%;
}

.bookingformsmall #booking_new {
	background-color: #ffe790;
}

#booking_new_top {
	background-image: url(images/booking-form-top2.jpg);
    background-size: cover;
    color: #ffe790;
    height: 90px;
    margin: 0;
    padding: 15px 44px;
    position: relative;
    text-align: left;
    width: 100%;
    font-size: 50px;
    font-weight: 500;
    box-sizing: border-box;
	white-space: nowrap;
    overflow: hidden;
}

#booking_new_bottom {
    background-image: url("images/booking-form-bottom.png");
    background-position: center top;
    background-repeat: no-repeat;
    height: 27px;
    margin: 0;
    padding: 0;
    position: relative;
    text-align: left;
    width: 100%; 
}

#booking_form2 {
    height: auto;
    margin: 0;
    padding: 0;
    position: relative;
    text-align: left;
    width: 100%;
}

#booking_form2 table {
	width: 100%;
}

#booking_form2 table tr td {
	padding: 16px 0px;
	position: relative;
}

#booking_form2 table tr td:first-child {
	color: #003a5d;
	font-size: 16px;
    font-weight: 600;
	text-align: left;
	text-transform: uppercase;
}

#booking_form2 table tr td:last-child {
	text-align: right;
	vertical-align: top;
}

#booking_form2 table tr td.bookingform-intro {
	color: #003a5d;
	font-size: 22px;
    font-weight: 600;
	text-align: left;
	text-transform: none;
}

#booking_form2 table tr td a {
	color: #003a5d;
}

#booking_form2 h2, #booking_form2 h2 a{
	font-size:14px;
	color: #6C4A2A;
    font-weight: bold;	
    text-align: left;
}

#booking_form2 h2 a{
	font-size:14px;
	color:#6B5028;
    font-weight: bold;	
    text-align: left;
}

#booking_form2 select {
	font-family: 'Roboto Condensed', Arial,Helvetica,Helvetica,sans-serif;
	width: 100%;
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 8px 10px;
	border: 1px solid #003a5d;
	font-size: 16px;
	color: #5a6771;
	font-weight: 500;
	height: 36px;
	background-color: #fff;
}

#booking_form2 td.contiene-select:after {
	content: "\25BC";
    color: #fff;
    background-color: #4da7de;
    position: absolute;
    top: 17px;
    height: 23px;
    width: 30px;
    right: 1px;
    text-align: center;
    padding-top: 11px;
    pointer-events: none;
}

#bookform-right {
	float: right;
	text-align: right;
	margin-top: 108px;
	position: relative;
	width: calc(100% - 490px);
    padding-left: 40px;
    box-sizing: border-box;
}

@media only screen and (max-width: 1600px) {
	#bookform-right { margin-top: 54px; }
}

@media only screen and (max-width: 1000px) {
	#bookform-left, #bookform-right { float: none; width: 100%; clear: both; }
	#bookform-left { margin-top: -5px; }
	#bookform-right { padding-bottom: 60px; padding-left: 0px; }
}

@media only screen and (max-width: 767px) {
	#bookform-left, .bookingformsmall #bookform-left { margin-top: 40px; }
}

@media only screen and (max-width: 500px) {
	#booking_new { padding: 10px 28px 60px; }
	#booking_new_top { padding: 26px 28px; font-size: 36px; }
}

.bookingformlocation #bookform-right  {
	margin-top: 54px;
}

.bookingformlocation #bookform-right .bookform-right-mapa iframe  {
	height: 585px;
	width: 100%;
}

.bookform-right-titulo1 {
	color: #ffe790;
	font-size: 30px;
	font-weight: 400;
	text-shadow: 0px 3px 10px #000;
}

.bookform-right-titulo2 {
	margin-top: 8px;
	color: #fff;
	font-size: 72px;
	line-height: 70px;
	font-weight: 400;
	text-shadow: 0px 3px 10px #000;
}

.bookform-right-testimonials-container {
	width: 480px;
    margin: 70px 0px 30px auto;
}

.bookform-right-testimonials-single {
	color: #fff;
	font-size: 24px;
	display: none;
}

.bookform-right-testimonials-single span {
	display: block;
	color: #ffe790;
}

@media only screen and (max-width: 1340px) { .bookform-right-testimonials-container { margin-right: 25px; } }
@media only screen and (max-width: 1200px) { .bookform-right-testimonials-container { width: 360px; } }
@media only screen and (max-width: 1000px) { .bookform-right-testimonials-container { width: 480px; } }
@media only screen and (max-width: 560px) { .bookform-right-testimonials-container { width: 90%; } }

@media only screen and (min-width: 1001px) {
	.bookform-right-ratings {
		margin-bottom: 60px;
	}
}

@media only screen and (max-width: 500px) { 
	.bookform-right-titulo2 { 
		font-size: 58px;
	} 
}

.bookform-right-ratings-titulo {
	color: #fff;
	font-size: 54px;
	font-weight: 400;
}

.bookform-right-ratings-subtitulo {
	color: #ffe790;
	font-size: 30px;
	line-height: 20px;
	font-weight: 300;
}

@media only screen and (max-width: 500px) { 
	.bookform-right-ratings-titulo {
		font-size: 40px;
	}
}

#bookform-right.page2{  
	box-shadow: none;	    
	padding-bottom: 100px;
	background:#fff;
}

#booking_form2 input.submit_button_new {
	font-family: 'Roboto Condensed', Arial,Helvetica,Helvetica,sans-serif;
    background: #4da7de;
	border: none;
    cursor: pointer;
    padding: 10px 0px;
	color:#fff;
	font-size: 16px;
    font-weight: 500;
	width: 100%;
}

#bookform-flotante-contenedor {
	position: absolute;
	right: -80px;
    top: 0px;
}

#bookform-flotante {
	position: fixed;
	width: 135px;
}

#bookform-flotante img {
	display: block;
	margin-bottom: 16px;
}

#bookform-flotante ul {
	list-style: none;
}

#bookform-flotante .cdsROW.narrow {
	box-sizing: border-box;
	border: 1px solid #ffe790;
	margin-bottom: 16px;
	background-color: #fff;
	box-shadow: 0px 3px 5px #aaa;
}

#bookform-flotante .TA_certificateOfExcellence > div {
	margin: 0px;
	width: 136px;
	box-shadow: 0px 3px 5px #aaa;
	border: 1px solid #ffe790 !important;
}

#bookform-flotante .TA_certificateOfExcellence .widCOETitle {
	font-size: 11px !important;
}

@media screen and (max-width: 1750px) {
    #bookform-flotante-contenedor { right: -20px; }
}

@media screen and (max-width: 1600px) {
    #bookform-flotante-contenedor { position: static; }
	#bookform-flotante { position: static; width: auto; text-align: right; margin-bottom: 20px; }
	#bookform-flotante .TA_cdsratingsonlynarrow { display: inline-block; margin-right: 15px; vertical-align: top; }
	#bookform-flotante .TA_certificateOfExcellence { display: inline-block; vertical-align: top; }
}

#page_home_img {
    height: auto; 
    width: 50%;
    z-index: 1;  
	float: left;
}

.page2 #page_home_img { 
    width: 37%; 
	float: right;
    text-align: right;
    padding-top: 5px;	
}

#testimonial-rating { 
    height: auto;
    margin: 0 0 0 20px;
    padding: 0;
    position: relative;
    text-align: center;
    width: 40%;    
	float: left;
}

.page2 #testimonial-rating {  
    width: 53%;     
    margin-left: 39px;	
	color: #111111;
	font-weight: normal; 
}

.page2 #testimonial-rating h1{    
	font-weight: normal;
}

#bookform-right.page2 #testimonial-rating p{  
	color: #363636; 
	font-weight: normal;
}

#testimonial-rating.page2 {    
    border-bottom: 1px solid #dfe0e2;
    float: none;
    margin: 0 0 31px;
    padding-bottom: 21px;
    width: 88%;
}

#testimonial-rating.page3 {    
    border-bottom: 1px solid #dfe0e2;
    float: none;
    margin: 0 0 31px 13px;
    padding-bottom: 21px;
    width: 88%;
}

#testimonial-rating p{  
    text-align: left;
	color:#0175a4;
	font-size:14px;
	font-weight:bold;    
	margin-top: 5px;
}

#testimonial-rating p span{  
    color: #515151;
    font-size: 13px;
    font-style: italic;
    font-weight: bold;
    text-align: left;
}



#testimonial-rating a.testimonialslink {
    background: none repeat scroll 0 0 #f8f6f8;
    border: 1px  solid #d4d4d4;
    border-radius: 18px 18px 18px 18px;
    color: #4e4e4e;
    cursor: pointer;
    font-size: 12px;
    font-weight: bold;
    height: 40px;
    margin: 5px 7px 0 0;
    padding: 8px 22px;
    width: 172px;
	text-decoration:none;
}

#testimonial-rating a.testimonialslink:hover {
    background: #e7e2e7; 
}



.cargallery {
    text-align: left;
	display: inline-block;
	width: 100%;
    margin-top: 80px;
}

.cargallery-header {
	margin-bottom: 36px;
    display: inline-block;
    width: 100%;
    height: 80px;
    background-image: url(images/fondotitulo.png);
    background-size: 100% 80px;
	background-position-y: 5px;
}

.cargallery-header > .inner-wrapper {
	height: 80px;
    background-image: url(images/fondotituloinner.png);
    background-size: 100% 80px;
    background-position-y: 5px;
	padding-left: 0px;
	padding-right: 0px;
}

.cargallery-content {
	margin-bottom: 120px;
	margin-bottom: 0;
	display: inline-block;
	width: 100%;
}

.cargallery-titulo {
	color: #003a5d;
    font-size: 67px;
    font-weight: 400;
    display: inline-block;
    background-color: #fff;
	padding-left: 15px;
    padding-right: 15px;
}

.cargallery-columna {
	float: left;
	width: 25%;
	padding: 0px 20px;
	box-sizing: border-box;
}

.cargallery-columna:nth-child(1) { padding-left: 0px; padding-right: 20px; }
.cargallery-columna:nth-child(2) { padding-left: 10px; padding-right: 15px; }
.cargallery-columna:nth-child(3) { padding-left: 15px; padding-right: 10px; }
.cargallery-columna:nth-child(4) { padding-left: 20px; padding-right: 0px; }

.cargallery-contenido {
	background-color: #eeeff0;
	background-position: top center;
	background-repeat: no-repeat;
	background-size: 100% auto;
	padding: 221px 25px 33px;
}

.cargallery-columna:nth-child(1) .cargallery-contenido { background-image: url("images/minibus.png"); }
.cargallery-columna:nth-child(2) .cargallery-contenido { background-image: url("images/microbus2.png"); }
.cargallery-columna:nth-child(3) .cargallery-contenido { background-image: url("images/estate.png"); }
.cargallery-columna:nth-child(4) .cargallery-contenido { background-image: url("images/saloon.png"); }

.cargallery-nombre {
	text-align: center;
    text-transform: uppercase;
    color: #003a5d;
    font-size: 28px;
    font-weight: 400;
	margin-bottom: 10px;
}

.cargallery-passengers, .cargallery-luggage {
	color: #003a5d;
    font-size: 20px;
    font-weight: 400;
	margin-bottom: 15px;
}

.cargallery-passengers span, .cargallery-luggage span {
	float: right;
	font-weight: 500;
}

.cargallery-passengers span { margin-top: 10px; }
.cargallery-luggage span { margin-top: 3px; }

.cargallery-passengers:before {
	content: url("images/passengers.png");
}

.cargallery-luggage:before {
	content: url("images/luggage.png");
}

.cargallery-passengers:before, .cargallery-luggage:before {
	vertical-align: middle;
	margin-right: 20px;
}

@media only screen and (max-width: 1200px) {
	.cargallery-contenido { padding: 75% 15px 12px; }
	.cargallery-passengers:before, .cargallery-luggage:before { margin-right: 10px; }
	.cargallery-columna:nth-child(1) { padding-left: 0px; padding-right: 10px; }
	.cargallery-columna:nth-child(2) { padding-left: 5px; padding-right: 7.5px; }
	.cargallery-columna:nth-child(3) { padding-left: 7.5px; padding-right: 5px; }
	.cargallery-columna:nth-child(4) { padding-left: 10px; padding-right: 0px; }
}

@media only screen and (max-width: 1020px) {
	.cargallery-columna { width: 50%; }
	.cargallery-columna:nth-child(1) { padding-left: 0px; padding-right: 10px; }
	.cargallery-columna:nth-child(2) { padding-left: 10px; padding-right: 0px; }
	.cargallery-columna:nth-child(3) { padding-left: 0px; padding-right: 10px; }
	.cargallery-columna:nth-child(4) { padding-left: 10px; padding-right: 0px; }
}

@media only screen and (max-width: 600px) {
	.cargallery-columna { width: 100%; padding-left: 0px !important; padding-right: 0px !important; }
}

.reasons {
    text-align: left;
	display: inline-block;
	width: 100%;
	margin-bottom: 100px;
}

.reasons-header {
	margin-bottom: 70px;
    display: inline-block;
    width: 100%;
    height: 80px;
    background-image: url(images/fondotitulo.png);
    background-size: 100% 80px;
	background-position-y: 5px;
}

.reasons-header > .inner-wrapper {
	height: 80px;
    background-image: url(images/fondotituloinner.png);
    background-size: 100% 80px;
	background-position-y: 5px;
	padding-left: 0px;
	padding-right: 0px;
}

.reasons-titulo {
	color: #003a5d;
    font-size: 67px;
    font-weight: 400;
    display: inline-block;
    background-color: #fff;
    padding-right: 15px;
	padding-left: 15px;
}

.reasons-columna {
	float: left;
	width: 33.33%;
	margin-bottom: 48px;
    box-sizing: border-box;
    padding: 0 40px;
    background: url(images/separator.png) right 50% no-repeat;    
}
.reasons-columna:nth-child(3n) {
    background: none;
}

@media screen and (max-width: 1000px) {
    .reasons-columna {
        padding: 0 20px;
    }
}

.reasons-columna:nth-child(1),.reasons-columna:nth-child(4),.reasons-columna:nth-child(7) { clear: left; }
.reasons-columna:nth-child(3),.reasons-columna:nth-child(6),.reasons-columna:nth-child(9) { clear: right; }
.reasons-columna:nth-child(2),.reasons-columna:nth-child(5),.reasons-columna:nth-child(8) { clear: none; }

.reasons-imagen {
	float: left;
    width: 87px;
    float: none;
    width: auto;
    text-align: center;
    margin-bottom: 10px;
    box-sizing: border-box;
    height: 150px;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.reasons-imagen img {
    max-width: 100%;
    height: auto;
}

.reasons-contenido {
    float: right;
    width: calc(100% - 87px);
	padding: 0px 15px;
	box-sizing: border-box;
    text-align: center;
    float: none;
    width: auto;
}

.reasons-nombre {
	height: 87px;
	color: #458ecf;
	font-size: 30px;
	line-height: 30px;
    font-weight: 400;
	padding: 12px 0px;
    box-sizing: border-box;
}

.reasons-descripcion {
	color: #5a6771;
	font-size: 18px;
    font-weight: 500;
}

.reasons-descripcion p {
	margin: 15px 0px;
}

@media only screen and (max-width: 1210px) {
	.reasons-columna { width: 50%; }
	.reasons-columna:nth-child(1),.reasons-columna:nth-child(3),.reasons-columna:nth-child(5),.reasons-columna:nth-child(7),.reasons-columna:nth-child(9) { clear: left; }
	.reasons-columna:nth-child(2),.reasons-columna:nth-child(4),.reasons-columna:nth-child(6),.reasons-columna:nth-child(8) { clear: right; }
    .reasons-columna:nth-child(3n) { 
        background: url(images/separator.png) right 50% no-repeat;
    }
    .reasons-columna:nth-child(2n) { 
        background: none;
    }
}

@media only screen and (max-width: 767px) {
	.reasons-columna { width: 100%; clear: both !important; background: none; }
	.reasons-nombre { height: auto; }
	.reasons-nombre br { display: none; }
}

.popularlocations {
    text-align: left;
	display: inline-block;
	width: 100%;
}

.popularlocations-header {
	margin-bottom: 70px;
    display: inline-block;
    width: 100%;
    height: 80px;
    background-image: url(images/fondotitulo.png);
    background-size: 100% 80px;
	background-position-y: 5px;
}

.popularlocations-header > .inner-wrapper {
	height: 80px;
    background-image: url(images/fondotituloinner.png);
    background-size: 100% 80px;
	background-position-y: 5px;
	padding-left: 0px;
	padding-right: 0px;
}

.popularlocations-titulo {
	color: #003a5d;
    font-size: 67px;
    font-weight: 400;
    display: inline-block;
    background-color: #fff;
    padding-right: 15px;
	padding-left: 15px;
}

.popularlocations-columna {
	float: left;
	width: 20%;
	margin-bottom: 36px;
}

.popularlocations-columna a {
	color: #458ecf;
	font-size: 26px;
}

.popularlocations-columna a:before {
	content: url(images/popularlocation.png);
	vertical-align: bottom;
	margin-right: 10px;
	height: 57px;
    display: inline-block;
    
    width: 34px;
    height: 43px;
    content: url(images/icon-location.svg);
}

@media only screen and (max-width: 1210px) {
	.popularlocations-columna { width: 33.3%; }
}

@media only screen and (max-width: 767px) {
	.popularlocations-columna { width: 50%; }
}

@media only screen and (max-width: 500px) {
	.popularlocations-columna { width: 100%; }
}

.main-content {
	margin-bottom: 90px;
}

.main-content.page3 { 
	margin: 0px;
	padding: 0 0 0 9px;
 	/*box-shadow: 0 2px 3px;*/
	width: 100%;
	box-sizing: border-box;
	background-image:  url(images/fondobookingpage.png);
	background-size: 100% 1px;
	background-repeat: repeat-y;
}

.main-content.page3 > .inner-wrapper { 
	display: flex;
}

.left-column {
	float:left;
	width:36%;     
	padding-bottom: 20px;
	position: relative;
}

.left-column.page2 {
	width:35%;    
	margin-left: -4px;    
	margin-top: -32px;
}

.left-column.page3 {
	padding-right: 0;
    width: 34%;
	background-color: #003a5d;
	color: #fff;
}

.left-column.page3 .bookingstep {
	position: absolute;
	right: 0px;
	height: 145px;
	width: 9999px;
	border-bottom: 1px solid #fdea82;
}

.left-column.page3 .bookingsteptext {
	font-size: 72px;
	padding: 30px 0px 30px 75px;
}

@media screen and (max-width: 1200px) {
	.left-column.page3 .bookingstep { height: 130px; }
	.left-column.page3 .bookingsteptext { font-size: 58px; }
}

.right-column {
    background: url("images/cloumn-right-bg.jpg") repeat-y ;
	float:left;
	width:57%;    
	padding-left: 50px;
}

.right-column.page2 {
    background: #fff;
	padding-left: 27px;
	margin-top: -471px;
	width:61%;
} 

.right-column.page3 {
    background-color: #fff;
	width:66%;    
	padding-left: 40px;
	min-height: 980px;
} 

.left-column ul.ticklist {
    margin: 15px 23px 0 23px;
    padding: 0;
}

.left-column li.ticklist2 {  
	color:#004a80;
    font-size: 20px; 
    list-style: disc outside url("images/list-tick.png");
    margin: 0 0 3px;
    padding: 0 0 4px 2px;
}

.right-column h1, #contactFormArea h2, #form_transfer h2, #page_booking h2, page_booking h1{
	color: #003a5d;
    font-size: 48px;     
	font-weight: normal;
	margin-top: 40px;
    margin-bottom: 10px;
}

.right-column.page2 h1{
	color:#0072BC;
    font-size: 26px;     
	font-weight: normal;
}

.right-column p{
	color:#636363;
    font-size: 16px;
    font-weight: normal;
    line-height: 22px; 
}

.left-iconic-list-responsive {
	display: none;
	background-color: #003a5d;
	margin-left: -15px;
	margin-right: -15px;
	color: #fff;
	padding: 30px 15px;
}

@media screen and (max-width: 1000px) {
	.main-content.page3 { background: none; padding: 0px; }
	.main-content.page3 > .inner-wrapper { display: block; }
	.left-column.page3 { display: none; float: none; width: auto; margin-left: -15px; margin-right: -15px; }
	.left-column.page3 .bookingstep { position: static; height: auto; width: 100%; border: none; }
	.left-column.page3 .left-iconic-list { display: none; }
	.left-iconic-list-responsive { display: block; }
	.right-column.page3 { float: none; width: 100%; background: none; padding-left: 0px; }
}

.popular-location{
	margin-top: 40px;
}

.popular-location h1{
	color:#004a80;
    font-size: 24px; 
}

.popular-location ul{
    margin: 0;
}

.popular-location ul li{
	color:#555555;
    font-size: 21px; 
	list-style:none;
    padding: 0;
	float:left;
	width:150px;
    font-weight: bold;
	margin: 3px 0;	
}

.popular-location ul li.even{  
	margin-left:10px;
}

.contenedor_page_title {
	margin-bottom: 70px;
    display: inline-block;
    width: 100%;
    height: 80px;
    background-image: url(images/fondotitulo.png);
    background-size: 100% 80px;
    background-position-y: 5px;
}

.contenedor_page_title > .inner-wrapper {
	height: 80px;
    background-image: url(images/fondotituloinner.png);
    background-size: 100% 80px;
    background-position-y: 5px;
	padding-left: 0px;
	padding-right: 0px;
}

.contenedor_page_title_popularlocation {
	margin-bottom: 0px;
}

.page_title { 
	color: #003a5d;
    font-size: 67px;
    font-weight: 400;
    display: inline-block;
    background-color: #fff;
    padding-right: 15px; 
	padding-left: 15px; 
	margin: 0px;
}

@media screen and (max-width: 1200px) {
	.page_title, 
	.cargallery-titulo,
	.reasons-titulo,
	.popularlocations-titulo {
		font-size: 48px;
		padding-top: 14px;
	}
}

@media screen and (max-width: 820px) {
	
	.contenedor_page_title,
	.cargallery-header,
	.reasons-header,
	.popularlocations-header {
		background: none;
		height: auto;
	}
	
	.contenedor_page_title > .inner-wrapper,
	.cargallery-header > .inner-wrapper,
	.reasons-header > .inner-wrapper,
	.popularlocations-header > .inner-wrapper {
		background: none;
		height: auto;
	}
	
    .page_title, 
	.cargallery-titulo,
	.reasons-titulo,
	.popularlocations-titulo {
		padding-top: 0px;
	}
}

.page_subtitle {
	font-weight: bold;
	font-size: 22px;
	margin-top: 0px;
	margin-bottom: 35px;
}

.blog_title { 
	color: #003a5d;
    font-size: 48px;
    font-weight: 600;
    display: inline-block;
	margin-bottom: 15px;
}

.meeting-column {
	box-sizing: border-box;
	float: left;
	width: 50%;
	padding: 0px 20px;
	position: relative;
}

.meeting-column:last-child {
	text-align: right;
}

.meeting-column img {
	max-width: 100%;
	border: none !important;
}

@media screen and (max-width: 767px) {
	.meeting-column { float: none; width: 100%; padding: 0px; }
	.meeting-column:last-child { text-align: center; }
}

.tablaprecios {
	width: 100%;
	border-collapse: collapse;
	margin-top: 60px;
}

.tablaprecios tr {
	border-bottom: 1px solid #ccc;
}

.tablaprecios tbody tr:nth-child(odd) {
	background-color: #eee;
}

.tablaprecios th {
	font-weight: bold;
}

.tablaprecios th, .tablaprecios td {
	padding: 6px;
	vertical-align: bottom;
}

#wpcr_div_2 {
	max-width: 100%;
}

#wpcr_respond_1 blockquote.description {
	background: url(images/postquote.png) no-repeat scroll 0 0 #D5E8FF;
    clear: both;
    margin: 10px 0 0;
    overflow: auto;
    padding: 10px 10px 10px 47px;
    text-align: left;
}

#wpcr_pagination {
	font-size: 14px !important;
}

#wpcr_commentform #wpcr_table_2 textarea {
	width: 100% !important;
}

.elemento-blog { margin-bottom: 35px; }

.elemento-blog-titulo {
	font-weight: bold;
	font-size: 22px;
	margin-bottom: 10px;
}

.elemento-blog-cuerpo {
	font-size: 18px;
	margin-bottom: 10px;
}

.elemento-blog-enlace a {
	font-size: 18px;
	font-weight: 500;
}

.pagination-blog {
	font-size: 14px;
}

.pagination-blog a, .pagination-blog span {
	display: block;
    float: left;
    margin: 2px 2px 2px 0;
    padding: 6px 9px 5px 9px;
    text-decoration: none;
    width: auto;
    color: #fff;
    background: #555;
}

.pagination-blog a:hover, .pagination-blog span {
	background: #3279BB;
}

#wpcr_respond_1 {
	margin-top: 15px !important;
}

.contacto-columna {
	box-sizing: border-box;
	float: left;
	padding: 0px 20px;
	font-size: 22px;
}

.contacto-columna:nth-child(1) { width: 45%; padding-left: 0px; }
.contacto-columna:nth-child(2) { width: 55%; padding-right: 0px; }

@media screen and (max-width: 767px) {
	.contacto-columna { float: none; width: 100% !important; padding: 0px; }
	.contacto-columna:last-child { text-align: center; }
}

.cta {
	background-image: url("images/fondocta.jpg");
	background-size: cover;
	padding: 100px 0px 140px;
	text-align: center;
}

.cta-titulo {
	color: #fff;
    font-size: 67px;
    font-weight: 600;
	position: relative;
	margin-bottom: 55px;
}

.cta-titulo:after {
	content: "";
	position: absolute;
	bottom: -28px;
	left: calc(50% - 24px);
	width: 48px;
	border-bottom: 4px solid #ffe790;
}

.cta-contenido {
	color: #fff;
	font-size: 22px;
	font-weight: 300;
	margin: 0px auto;
    max-width: 700px;
	margin-bottom: 87px;
}

.cta-contenido span {
	color: #ffe790;
}

.cta-botones {
	display: inline-block;
    width: 100%;
}

.cta-botones-columna {
	/*float: left;
	width: 33.33%;*/
	text-align: center;
}
/*
.cta-botones-columna:nth-child(1) { text-align: right; }
.cta-botones-columna:nth-child(2) { text-align: center; }
.cta-botones-columna:nth-child(3) { text-align: left; }
*/
.cta-boton {
	background-color: rgba(77,167,222,0.9);
	width: 255px;
	border: 1px solid #ffe790;
	color: #fff;
	font-size: 22px;
    font-weight: 300;
	text-transform: uppercase;
	display: inline-block;
    text-align: center;
	padding: 21px 0px;
}

.cta-boton:hover {
	color: #fff;
}

.footer {
	background-image: -ms-linear-gradient(top, #003A5D 0%, #002f4b 100%);
	background-image: -moz-linear-gradient(top, #003A5D 0%, #002f4b 100%);
	background-image: -o-linear-gradient(top, #003A5D 0%, #002f4b 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #003A5D), color-stop(100, #002f4b));
	background-image: -webkit-linear-gradient(top, #003A5D 0%, #002f4b 100%);
	background-image: linear-gradient(to bottom, #003A5D 0%, #002f4b 100%);
}

.footer-bloque1 { 
	display: inline-block;
	width: 100%;
	height: 170px;
	border-bottom: 1px solid #26515d;
}

.footer-bloque1-left {
	float: left;
	padding: 52px 0px;
	position: relative;
}

.footer-bloque1-right {
	float: right;
	padding: 44px 0px;
	position: relative;
}

.footer-bloque1-left img {
	vertical-align: middle;
}

.footer-bloque1-right img {
	vertical-align: middle;
	margin-right: 15px;
}

.footer-bloque1-right img:last-child {
	margin-right: 0px;
}

.footer-bloque1-certificado {
	position: absolute;
    right: 0px;
    bottom: 12px;
    color: #fff;
    font-size: 19px;
}

.footer-bloque1-certificado span {
	color: #ffe790;
}

@media only screen and (max-width: 767px) {
	.footer-bloque1 { height: auto; }
	.footer-bloque1-left, .footer-bloque1-right { float: none; text-align: center; }
	.footer-bloque1-left { padding-top: 40px; padding-bottom: 10px; }
	.footer-bloque1-right { padding-top: 10px; padding-bottom: 40px; }
	.footer-bloque1-certificado { position: static; margin-top: 10px; }
}

.footer-bloque2 { 
	display: inline-block;
	width: 100%;
	padding: 45px 0px;
	text-align: center;
}

.footer-bloque2 > .inner-wrapper {
	display: inline-block;
}

.footer-bloque2 a, .footer-bloque2 a:hover { 
	color: #fff;
}

.footer-bloque2 p {
	margin-top: 0px;
	margin-bottom: 40px;
}

.footer-bloque2 p:last-child {
	margin-bottom: 0px;
}

.footer-bloque2-columna {
	float: left;
	width: 33.33%;
	text-align: left;
	font-size: 20px;
    font-weight: 300;
	color: #fff;
}

.footer-bloque2-columna span {
	color: #ffe790;
}

.footer-bloque2-columna:nth-child(3) {
	text-align: right;
}

.footer-bloque2-menu {
	float: left;
	width: 50%;
	margin: 0px;
	list-style: none;
}

.footer-bloque2-menu li {
	text-transform: uppercase;
	margin-bottom: 8px;
}

.footer-bloque2-menu li:before {
	content: "• ";
	color: #ffe790;
	margin-right: 3px;
}

.footer-bloque2-enlacespoliticas {
	display: block;
	margin-bottom: 3px;
}

.footer-copyright {
	position: absolute;
	right: 15px;
	bottom: 0px;
}

@media only screen and (max-width: 1210px) {
	.footer-bloque2-columna { width: 40%; }
	.footer-bloque2-columna:last-child { width: 20%; }
}

@media only screen and (max-width: 767px) {
	.footer-bloque2-columna { 
		float: none;
		width: 100% !important;
		margin-bottom: 30px;
		display: inline-block; 
	}
	.footer-copyright {
		position: static;
		margin-top: 30px;
	}
}

.ratinglogo {
    background: url("images/booking-form-rating-new.png"); 
	margin-left: 18px;    
	margin-top: 6px;
    width: 206px;
	height:72px; 
}

.ratinglogo.page2 { 
	margin-right: 0; 
	float:left;
}

.ratinglogo.page3 { 
	float:none;
	margin: auto;  
}

.trustedshop-logo {
    background: url("images/logo-trusted-shop.png")no-repeat; 
    width: 62px;
	height:62px; 
	float:left;
}

.left-iconic-list {
	margin: 35px 0 25px;
	width: 95%;
}

.left-iconic-list li p {
    font-size: 18px;
	font-weight: 300;
	padding-left: 68px;
	margin: 0px;
}

.left-iconic-list li {
    border: medium none;
	list-style:none;
	position: relative;
	margin-bottom: 50px;
}

.left-iconic-list li:before {
	width: 61px;
    height: 61px;
    position: absolute;
    left: 0px;
    top: 0px;
}

.left-iconic-list li:nth-child(1):before { content: url("images/left-li-icon-1-new.png"); }
.left-iconic-list li:nth-child(2):before { content: url("images/left-li-icon-2-new.png"); }
.left-iconic-list li:nth-child(3):before { content: url("images/left-li-icon-3-new.png"); }
.left-iconic-list li:nth-child(4):before { content: url("images/left-li-icon-4-new.png"); }
.left-iconic-list li:nth-child(5):before { content: url("images/left-li-icon-5-new.png"); }

.left-iconic-list li img {
	float:left;
}

.left-iconic-list li a {
    color: #fff;
	text-decoration: underline;
}

.top-list.page3 {
	position: relative;
}

.top-list.page3 h1, #page_booking h1 {
	color: #003a5d;	
    font-size: 48px;
	margin: 45px 0px 80px;
}

.top-list.page3 ul {
	margin-left: 0px;
}

.step2 .top-list.page3 ul {
	-moz-column-count: 2;
    -moz-column-gap: 20px;
    -webkit-column-count: 2;
    -webkit-column-gap: 20px;
    column-count: 2;
    column-gap: 20px;
}

.top-list.page3 li.ticklist2, li.ticklist2 {
	list-style: none;
    color: #003a5d; 
    font-size: 16px;
	font-weight:bold;
    margin: 0 0 15px;
    padding: 6px 0px 6px 48px;
	position: relative;
}

.top-list.page3 li.ticklist2:before, li.ticklist2:before {
    content: url("images/list-tick-new.png");
	width: 34px;
    height: 30px;
    position: absolute;
    left: 0px;
    top: 0px;
}

#ui-datepicker-div {
	max-width: calc(100% - 45px);
}

@media screen and (max-width: 1000px) {
	#ui-datepicker-div { width: auto !important; }
    .ui-datepicker-multi-3 .ui-datepicker-group { float: none !important; width: 100% !important; max-width: 300px; }
}

.step1 .top-list.page3 {
	min-height: 280px;
}

.step1 .top-list.page3 ul {
	padding-top: 40px;
}

.step1 .payable-price {
	margin-top: 40px;
	margin-bottom: 0px;
	z-index: 100;
    position: relative;
}

.step2 .top-list.page3 {
	margin-top: 40px;
}

.step3 .top-list.page3 {
	margin-top: 40px;
}

.payable-price {
   	background-color: #003a5d;
    border: 1px solid #ffe790;
    color: #fff;
    font-size: 27px;
    height: 53px;
    margin: 85px auto 25px;
    padding: 12px 0 0;
    text-align: center;
    text-decoration: none;
    width: 99%;
}

.payable-price span { font-size: 27px !important; }

.payable-price span.currency-symbol {
	font-size:16px;
}

.payable-price iframe {
   	vertical-align: middle;
}

.payable-price iframe:before {
   	content: "€";
	color: #fff;
}

@media screen and (max-width: 1000px) {
    .payable-price { height: auto; padding-bottom: 12px; }
}

@media screen and (max-width: 700px) {
    .step2 .top-list.page3 { display: none; }
}

#contactFormArea {
    margin: 30px 0;
}

#contactFormArea2 label {
    float: left; 
	font-size:15px;
	font-weight:bold;
	color:#2f2f2f;
    padding-top: 5px;
    text-align: left;
    width: 160px;
	margin-top: 5px;
}

#contactFormArea2 label span, #contactFormArea2 table span {
    font-size: 13px;
    font-weight: normal;
}

#contactFormArea2 input, #contactFormArea2 select, #contactFormArea2 textarea {
	background:#f2f8fc;
    border: 2px solid #CCCCCC;  
	border-bottom:none; 
	border-right:none;
	border-radius: 4px;	
    margin: 0 0 10px;
    padding: 5px;
    width: 270px;
	margin-top: 5px;
	height: 30px;
} 

#contactFormArea2 select {  
    width: 115px;
} 

#contactFormArea2 input[type='submit'] {  
    background-color: #FF0000;
    border: 0 none;
    border-radius: 4px 4px 4px 4px;
    color: #FFFFFF;
    cursor: pointer; 
    font-size: 16px;
    font-weight: bold;
} 

#contactFormArea2 table{
	color:#2f2f2f;
	font-size:15px;
	font-weight:bold;
}

.form_contact_container {
	width: 100%;
	clear: both;
}

.form_contact_container #form_transfer table tr td,
.form_contact_container #form_contact table tr td,
.form_contact_container #form_change table tr td {
	padding-bottom: 10px;
}

.form_contact_container #form_transfer table tr td.form_block_title,
.form_contact_container #form_contact table tr td.form_block_title,
.form_contact_container #form_change table tr td.form_block_title {
	color: #003a5d;
    font-weight: 600;
    font-size: 24px;
	padding: 40px 0px 20px;
}

.form_contact_container #form_transfer table tr td.form_block_title span,
.form_contact_container #form_contact table tr td.form_block_title span,
.form_contact_container #form_change table tr td.form_block_title span {
    font-size: 18px;
}

.form_contact_container #form_transfer table tr td.label,
.form_contact_container #form_transfer table tr td.label label,
.form_contact_container #form_contact table tr td.label,
.form_contact_container #form_contact table tr td.label label, 
.form_contact_container #form_change table tr td.label,
.form_contact_container #form_change table tr td.label label {  
	color: #003a5d;
    font-weight: 600;
    font-size: 18px;
	margin-right: 10px;
}

.form_contact_container #form_transfer table tr td.field,
.form_contact_container #form_transfer table tr td.field label,
.form_contact_container #form_contact table tr td.input,
.form_contact_container #form_contact table tr td.input label,
.form_contact_container #form_change table tr td.input,
.form_contact_container #form_change table tr td.input label {  
	color: #000;
    font-weight: 400;
    font-size: 14px;
}

.form_contact_container #form_transfer table tr td.field input[type=text],
.form_contact_container #form_contact table tr td.input input[type=text],
.form_contact_container #form_change table tr td.input input[type=text] {  
	background: none repeat scroll 0 0 #F6F6F6;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 2px solid #ffe790;
    color: #666666;
    font-size: 16px;
    padding: 5px 0 5px 15px;
    box-sizing: border-box;
}

.form_contact_container #form_transfer table tr td.field select,
.form_contact_container #form_contact table tr td.input select,
.form_contact_container #form_change table tr td.input select {  
	background: none repeat scroll 0 0 #F6F6F6;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 2px solid #ffe790;
    color: #666666;
    font-size: 16px;
    padding: 5px 0 5px 15px;
    box-sizing: border-box;
}

.form_contact_container #form_transfer table tr td.field textarea,
.form_contact_container #form_contact table tr td.input textarea,
.form_contact_container #form_change table tr td.input textarea {  
	background: none repeat scroll 0 0 #F6F6F6;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 2px solid #ffe790;
    color: #666666;
    font-size: 16px;
    padding: 5px 0 5px 15px;
    box-sizing: border-box;
	width: 100%;
}

.form_contact_container #form_transfer .form_btn2,
.form_contact_container #form_contact .form_btn2,
.form_contact_container #form_change .form_btn2 {
	font-family: 'Roboto Condensed', Arial,Helvetica,Helvetica,sans-serif;
    background-color: #5A8CCC;
    border: 1px solid #ffe790;
    color: #fff;
    font-size: 22px !important;
    font-weight: 300;
    text-transform: uppercase;
    display: inline-block;
    text-align: center;
    padding: 15px 25px;
    cursor: pointer;
	margin-top: 20px;
}

#contactFormArea .styled-select, 
#form_transfer .styled-select {
    background: url("images/select-menu-2-new.png") no-repeat scroll right center #fff;
    border-top: none;
	border-left: none;
	border-right: none;
    border-bottom: 2px solid #ffe790;
    height: 40px;
    overflow: hidden;
    width: 145px;
	margin-bottom: 0;    
	margin-right: 4px;
}

#contactFormArea .styled-select select, 
#form_transfer .styled-select select{
    background: none ;
    border: 0 none;
    border-radius: 0 0 0 0;
    color: #898989;
    cursor: pointer;
    font-size: 14px;
    height: 40px;
    line-height: 1;
    padding: 8px;
    width: 157px;
}

#contactFormArea .left, 
#form_transfer .left {
    clear: left;
    float: left;
    margin: 15px 0 15px;
    white-space: nowrap;
	width:300px;
	position: relative;
}

#contactFormArea .right, 
#form_transfer .right {
    clear: right;
    float: right;
    margin: 15px 0 15px;
    white-space: nowrap;
	text-align:left; 
	width:300px;
	position: relative;
}

.form_resultado {
	font-size: 18px;
	margin-top: 20px;
	background-color: #5A8CCC;
    border: 1px solid #ffe790;
	padding: 20px;
	color: #fff;
}

.form_resultado a {
	color: #fff;
	text-decoration: underline;
}

.form_resultado font {
	font-size: 18px;
}

#contactFormArea p, #form_transfer p {
    margin: 0;
    padding: 0;
	margin-bottom: 5px;
}

#contactFormArea label, #form_transfer label {
    display: inline;
	color: #003a5d;
	font-weight: 400;
    font-size: 21px;
}

#contactFormArea input.textfield, #contactFormArea input[type='text'] , #contactFormArea textarea,
#form_transfer input.textfield, 
#form_transfer input[type='text'] , 
#form_transfer textarea {
    background: none repeat scroll 0 0 #FFFFFF;
	border-top: none;
	border-left: none;
	border-right: none;
    border-bottom: 2px solid #ffe790;
    color: #666666; 
    font-size: 16px;
    font-weight: normal;
    height: 40px;
    margin: 0;
    padding: 0 0 0 15px;
    width: 100%;
	box-sizing: border-box;
}

#contactFormArea textarea,
#form_transfer textarea {
    padding: 10px 0 0 15px;
	max-width: 100%;
} 

#contactFormArea .form_btn, 
#form_transfer .form_btn { 
	font-family: 'Roboto Condensed', Arial,Helvetica,Helvetica,sans-serif;
	background-color: #5A8CCC;
    width: 244px;
    border: 1px solid #ffe790;
    color: #fff;
    font-size: 22px !important;
    font-weight: 300;
    text-transform: uppercase;
    display: inline-block;
    text-align: center;
    padding: 15px 0px;
    cursor: pointer;
}

#form_transfer .boton_confirmbooking.form_btn {
    width: auto;
	padding: 15px 20px;
}

#contactFormArea span, 
#form_transfer span{
    font-size: 14px;
    font-weight: normal;
}

@media screen and (max-width: 1420px) {
	#contactFormArea label span, 
	#form_transfer label span {
		display: block;
	}
}

#contactFormArea .left_lower_secure, 
#form_transfer .left_lower_secure {
    padding: 10px 0 5px;
}

#contactFormArea .right_lower_button,
#form_transfer .right_lower_button {
    padding: 0px 0px 5px 0;
	text-align: right;
}

#contactFormArea .list_label, 
#form_transfer .list_label{
    float: left;
    padding: 10px 0 0 10px;
    width: 95px;
	font-weight:bold;
    color: #636363;	
}

@media screen and (max-width: 700px) {
    #contactFormArea .left, 
	#form_transfer .left, 
	#contactFormArea .right, 
	#form_transfer .right {
		clear: both;
		float: none;
		width:100%;
	}
}

.booking_form_table { width: 100%; }

.right-column > #page {
	min-height: 800px;
}

.right-column p > em {

}

.right-column p > strong {
	/*color: #292929; */
}

.right-column a:link {
    color: #636363;
    text-decoration: underline;
}

.left-column  .sharing-links {
    border-color: #DFDFDF; 
    border-radius: 30px 30px 30px 30px;
    border-style: solid none none solid;
    border-width: 1px 0 0 1px;
    box-shadow: -1px -1px 5px #DFDFDF;
    height: 33px;
    margin: 46px 9px 0 0;
    padding: 13px 10px 0 15px;
	background:#fff;
}

.addthis_counter {
    display: none !important;
}

.left-column  .sharing-links iframe.twitter-share-button {
	width:80px !important;
}

.left-column  .sharing-links .addthis_button_facebook_like iframe {
	width:71px !important;
}

.left-column  .sharing-links .addthis_button_google_plusone > div {
	width:60px !important;
}

.left-column  .sharing-links  .addthis_toolbox .addthis_button_pinterest_pinit {
    margin-right: 0 !important; 
}

.addthis_default_style .at300b, .addthis_default_style .at300bo, .addthis_default_style .at300m {
    padding: 0!important; 
}

.see-google-rating { 
    margin:0 6px 0 0;
    padding: 0;     
	text-align:center;
}

.page2 .see-google-rating {    
	margin-right:86px; 
}

.page3 .see-google-rating {    
	margin-right:0; 
}

.see-google-rating a {
	font-size:12px;
	color:#898989;
	text-align:center;
	text-decoration:none;      
	font-weight: bold;
}

.stepcounter {
    color: #5D8ECA;
    float: right;
    font-family: 'Open Sans Condensed',Helvetica,sans-serif;
    font-size: 24px;
    font-weight: normal;
    line-height: 18px;
    margin: -48px 44px 0 0;
    padding: 0 0 20px;
    text-transform: none;
}

#booking_form_terms {
    background-color: #FFF;
    border-radius: 3px 3px 3px 3px;
    clear: both;
    float: left;
    height: auto;
    margin: 30px 0 10px;
    padding: 20px;
    text-align: left;
}

.right-column a.booking-botonatras {
	font-family: 'Roboto Condensed', Arial,Helvetica,Helvetica,sans-serif;
    background-color: #5A8CCC;
    border: 1px solid #ffe790;
    color: #fff;
    font-size: 22px !important;
    font-weight: 300;
    text-transform: uppercase;
    display: none;
    text-align: center;
    padding: 15px 25px;
    cursor: pointer;
	text-decoration: none;
	position: absolute;
	top: 0px;
	right: 0px;
	z-index: 100;
}

.booking-babyseats {
	float: left;
	margin: 15px 0px 0px 30px;
}

@media screen and (max-width: 1150px) {
    .right-column a.booking-botonatras {
		position: static;
		margin-bottom: 40px;
	}
}

@media screen and (max-width: 700px) {
    .booking-babyseats { margin-left: 0px; }
}

.booking-nojourney {
	margin-top: 40px;
}

.booking-nojourney p {
	margin: 0px 0px 20px 0px;
}

.boooking-changejourney {
	font-family: 'Roboto Condensed', Arial,Helvetica,Helvetica,sans-serif;
    background-color: #5A8CCC;
    border: 1px solid #ffe790;
    color: #fff;
    font-size: 22px !important;
    font-weight: 300;
    text-transform: uppercase;
    display: inline-block;
    text-align: center;
    padding: 15px 25px;
	cursor: pointer;
}

.malaga_blue {
    color: #5D8ECA !important;
}

#page_booking p {
	font-size:15px;
	font-weight: normal;
}

.popular-loc-image > img { 
    vertical-align: middle;
}

.selected-vehicle-placeholder {
    position: relative;
	width: 294px;
	position: absolute;
    right: 0px;
	top: 0px;
}

.selected-vehicle-placeholder.estate { margin-top: -55px; }
.selected-vehicle-placeholder.microbus { margin-top: -30px; }
.selected-vehicle-placeholder.minibus { margin-top: -0px; }

.selected-vehicle {
    position: absolute;
    right: 0px;
}

.selected-vehicle img {
    width: auto;
}

.selected-vehicle-placeholder .cargallery-nombre { margin-bottom: 0px; }
.selected-vehicle-placeholder .cargallery-passengers, .selected-vehicle-placeholder .cargallery-luggage { margin-bottom: 5px; }
.selected-vehicle-placeholder .cargallery-contenido { padding: 221px 25px 25px; }

.booking-botonmas { 
	display: none;
	font-family: 'Roboto Condensed', Arial,Helvetica,Helvetica,sans-serif;
    background-color: #5A8CCC;
    border: 1px solid #ffe790;
    color: #fff;
    font-size: 22px !important;
    font-weight: 300;
    text-transform: uppercase;
    text-align: center;
    padding: 15px 25px;
	cursor: pointer;
}

@media screen and (max-width: 700px) {
	.step1.right-column.page3, .step1 .top-list.page3 { min-height: 0px; }
    .selected-vehicle-placeholder { display: none; position: static; }
	.booking-botonmas { display: block; }
	.step1 #contactFormArea #bookingform { display: none; }
}

#triplogo {
  float: left;
  padding: 8px 0 0 300px;
  width: 100px;
}

#barracookies {
    display:none;
	font-size: 14px;
    position:fixed;
    left:0px;
    right:0px;
    bottom:0px;
    width:100%;
    text-align:center;
    background-color: rgba(0, 58, 93, 0.75);
    color:#fff;
    z-index:99999;
	padding: 10px 0px;
}

#barracookies a {
    color: #fff;
	text-decoration: underline;
}

#barracookies a.ok {
    padding:4px;
    color:#ffe790;
}
 
#barracookies a.info {
    padding-left:5px;
    color:#ffe790;
}

/* NO. 1 ON TRIPADVISOR */
.ul_tripadvisor{
	margin: 0;
	padding: 12px 30px 0 30px;
	list-style: none;
}
.ul_tripadvisor li{
	float: left;
	width: 33.33%;
	padding: 0 15px;
	box-sizing: border-box;
}
.slick-arrow{
	width: 17px !important;
	height: 28px !important;
	background-position: center center !important;
	background-repeat: no-repeat !important;
	background-size: 17px 28px !important;
	z-index: 5;
}
.slick-arrow:before{
	display: none;
}
.slick-prev{
	left: 0 !important;
	background-image: url("images/arrow_left.svg") !important;
}
.slick-next{
	right: 0 !important;
	background-image: url("images/arrow_right.svg") !important;
}
.slick-arrow:hover{
}
.slick-arrow.slick-disabled{
	opacity: 0.4 !important;
	cursor: default;
}
.block_tripadvisor_item{
	margin: 0 0 30px 0;
	padding: 30px;
	font-size: 16px;
	border-radius: 6px;
	background: #eeeff0;
    display: block;
}
.block_tripadvisor_item_top{
	margin: 0 -15px 14px 0;
	padding: 0 70px 0 0;
	background: url("images/logo_tripadvisor_review.png") right top no-repeat;
}
.block_tripadvisor_item_top img{
	float: left;
	width: 100%;
	max-width: 45px;
	margin: 0 15px 0 0;
	border-radius: 50%;
}
.block_tripadvisor_item_top .name{
	margin: 0 0 9px 0;
	font-size: 18px;
	color: #11161d;
}
.block_tripadvisor_item_top .date{
	color: #86939e;
}
.block_tripadvisor_item_top .rating{
	float: right;
	font-size: 0;
}
.block_tripadvisor_item_top .rating u{
	display: inline-block; vertical-align: top;
	width: 16px;
	height: 16px;
	background: url("images/ico_rating_tripadvisor_active.png") left top no-repeat;
}
.block_tripadvisor_item_top .rating .disabled{
	background: url("images/ico_rating_tripadvisor.png") left top no-repeat;
}
.block_tripadvisor_item p{
	margin: 0;
	line-height: 25px;
}
.block_logo_badges{
	margin: 0 0 35px 0;
	text-align: center;
}
.block_logo_badges img{
	margin: 0 20px;
}