/*========================== CSS RESET ===========================*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
}

h1, h2, h3, h4, h5, h6, p{
	cursor:inherit;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
}
body {
	line-height: 1.1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a:focus,a:hover{
	color:inherit;
	text-decoration:none;
	outline: 0 !important;
}

img{
	object-fit: cover;

}

/*========================== END CSS RESET ===========================*/
/*============================== FONTS ===============================*/

@font-face {
    font-family: SignPainter;
    src: url('../../fonts/SignPainter-HouseScript.ttf');
}

/*============================ END FONTS =============================*/
/*========================= HOME-CONSTRUCT ===========================*/

body{
}

.container-construct{
	height:100vh;
}

.building {
	background-image: url('/../../images/building_page.jpg');
	background-repeat:none;
	background-size:100% 100vh;
	height:100%;
}

.content {
	display:none;
}

.building-desktop {
	width:100%;
}

.building-mobile {
	display:none;
}

/*======================== END HOME-CONSTRUCT ========================*/
/*============================= HEADER ===============================*/

body {
	font-family:helvetica;
}

.header{
	height:75px;
	width:100%;
	position:absolute;
	background-color:rgba(0, 0, 0, 0.5);
	z-index:2;
}

.container{
	width:93%;
	margin:auto;
	position:relative;
	padding-left:0;
	padding-right:0;
}

.logo{
	background-image:url("../../images/icons/logo_home.png");
	height:61px;
	width:149px;
	background-repeat:no-repeat;
	float:left;
	margin-top:7px;
	background-size:149px 61px;
	position:absolute;
	top:0;
}

.header-nav{
	position:relative;
	height:75px;
	width:100% !important;
	font-size:22px;
	right:35px;
}

.header-nav > ul{
	position: absolute;
	height: 100%;
	top: 0;
	right: 0;
	float: right;
	margin-right: -50px;
}

.header-nav li{
	height: 100%;
	position: relative;
	margin: 0;
	padding: 0;
	float: left;
	text-decoration: none;
	color: rgba(255, 255, 255, 0.9);
}

.header-nav li img{
	position:relative;
	margin-top:-4px;
}

.header .submenu {
	display:none;
	position: absolute;
	height:auto;
	top: 100%;
	right: 50px;
	background: rgba(0, 0, 0, 0.3);
	background: -webkit-linear-gradient(rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.9) 40%);
	background: -o-linear-gradient(rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.9) 40%);
	background: -moz-linear-gradient(rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.9) 40%);
	background: linear-gradient(rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.9) 40%);
	width: max-content;
  width: -moz-max-content;    /* Firefox/Gecko */
  width: -webkit-max-content;
	text-align: right;
}

#cities-menu span, #tours-menu span{
	margin-right:15px;
	line-height:0;
}

.submenu:hover .submenu{
	display:block;
}

.submenu li {
	display: block;
	float:none;
}

.submenu a {
	padding: 18px 20px 18px 40px !important;
}

.submenu li:last-child a {
	padding-bottom: 30px !important;
}

.header .nav a {
	height: 100%;
	display: block;
	padding: 25px 20px;
}

.flag{
	background-image:url("../../images/icons/icon_es.png");
}

.menu-bars{
	display:none;
}

.menu-nav-active {
    border-bottom: 2px solid rgb(19, 150, 226);
    height: 31.2px;
}

.menu-nav-container{
	width: 60%;
	position: relative;
	float: right;
}

.menu-nav-overlay{
	z-index: 98;
	background: rgba(0, 0, 0, 0.5);
	height: 120vh;
	width: 100%;
	position:fixed;
	top: 75px;
	display:none;
}

.nav-animation-up{
	animation-name: color_up;
	animation-duration: 0.5s;
	animation-timing-function: ease-in-out;
	animation-fill-mode:forwards;
}

.nav-animation-down{
	animation-name: color_down;
	animation-duration: 0.5s;
	animation-timing-function: ease-in-out;
	animation-fill-mode:forwards;
}

/*============================ END HOME ==============================*/
/*============================== HOME ================================*/

.home-slider img{
	height:inherit;
	float:left;
	width:100%;
	object-fit:cover;

}

.owl-theme .owl-nav{
	margin-top:unset;
}

.owl-dots {
	position: absolute;
	top: 94vh;
	margin: auto;
	width: 100%;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
	background: #5F5F5F !important;
}

.owl-dot span{
	background:#B9B9B9 !important;
}

.home-slider{
	height:100vh;
	background-repeat: no-repeat;
	background-size: cover;
}

.header-image img{
	height:inherit;
	float:left;
	width:100%;
	object-fit:cover;
}

.header-image{
	height:100vh;
}

.slider-tours{
	height:100vh;
}

.listing-header{
	height:70vh !important;
}

.contact-header{
	height:40vh !important;
}

.contact-header .presentation {
	margin: 15vh auto;
	height: 20%;
	width: 75%;
}

.presentation{
	position:absolute;
	width:70%;
	height:fit-content;
	left:0;
	right:0;
	margin:30vh auto;
/*
	padding-top:50px;
*/
	text-align:center;
	color:rgba(255, 255, 255, 0.9);
	background: -webkit-radial-gradient(rgba(26, 26, 26, 0.2) 50%, transparent 72%);
	background: -o-radial-gradient(rgba(26, 26, 26, 0.2) 50%, transparent 72%);
	background: -moz-radial-gradient(rgba(26, 26, 26, 0.2) 50%, transparent 72%);
	background: radial-gradient(rgba(26, 26, 26, 0.2) 50%, transparent 72%);
}

.presentation h1{
	font-size:10vw;
}

.signpainter{
	font-family:SignPainter;
}

.presentation h2{
	font-size:30px;
	font-family:"Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.book-btn{
	position:relative;
	top:20px;
	text-decoration: none;
	padding: 1px 30px;
	font-weight: 600;
	font-size: 18px;
	color: #FFFFFF;
	background-color: #ED048C;
	border-radius: 13px;
	height:29px;
	display: inline-block;
	vertical-align: middle;
	line-height: 1.5;
	box-shadow: 0px 4px 4px #4D4D4D;
}

.book-btn:hover{
    color: #FFFFFF;
    text-decoration:none;
    transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
}

.luz{
	position: absolute;
    width: 96%;
    height: 60%;
    border-radius: 240px;
    background: white;
    background: -webkit-linear-gradient(rgba(255, 255, 255, 0.5), rgba(255, 255, 255,0)45%);
    background: -o-linear-gradient(rgba(255, 255, 255, 0.5), rgba(255, 255, 255,0)45%);
    background: -moz-linear-gradient(rgba(255, 255, 255, 0.5), rgba(255, 255, 255,0)45%);
    background: linear-gradient(rgba(255, 255, 255, 0.5), rgba(255, 255, 255,0)45%);
    left: 3px;
    top: 3px;
    box-shadow: 0px -1px 1px rgba(255, 255, 255, 0.5);
}

.home-banner{
	width:100%;
	height:315px;
	background-image:url("../../images/banner_home.png");
}

.home-banner-text{
	position:absolute;
	width:70%;
	left:0;
	right:0;
	margin:15vh auto;
	text-align:center;
	color:rgba(184, 14, 105, 0.9);
}

.home-banner-text h1{
	font-size:110px;
}

.home-banner-text h2 {
  font-size: 30px;
}

.tour-type-image{
	margin: 0px;
	padding: 0px;

}
.tour-type-image {
	float: left;
	padding: 0px;
	position: relative;
	overflow: hidden;
}
.tour-type-image:hover .caption{
	opacity: 1;
}
.tour-type-image:hover img{
	opacity: 1;
	transform: scale(1.15,1.15);
	-webkit-transform:scale(1.15,1.15);
	-moz-transform:scale(1.15,1.15);
	-ms-transform:scale(1.15,1.15);
	-o-transform:scale(1.15,1.15);
}
.tour-type-image img{
	margin: 0px;
	padding: 0px;
	float: left;
	z-index: 4;
}
.tour-type-image .caption{
	cursor: pointer;
	position: absolute;
	width:100%;
	height:100%;
	opacity: 0;
	-webkit-transition:all 0.45s ease-in-out;
	-moz-transition:all 0.45s ease-in-out;
	-o-transition:all 0.45s ease-in-out;
	-ms-transition:all 0.45s ease-in-out;
	transition:all 0.45s ease-in-out;
}
.tour-type-image img{
	-webkit-transition:all 0.25s ease-in-out;
	-moz-transition:all 0.25s ease-in-out;
	-o-transition:all 0.25s ease-in-out;
	-ms-transition:all 0.25s ease-in-out;
	transition:all 0.25s ease-in-out;
}
.tour-type-image .blur{
	background-color: rgba(0,0,0,0.65);
	height: 100%;
	width: 100%;
	z-index: 5;
	position: absolute;
}
.tour-type-image .caption-text h1{
	font-size: 50px;
	cursor: pointer !important;
}
.tour-type-image .caption-text p{
	cursor: pointer !important;
}
.tour-type-image .caption-text{
	z-index: 10;
	color: #fff;
	position: absolute;
	width: 100%;
	height: 100%;
	text-align: center;
	top:40%;
}

/*============================ END HOME ==============================*/
/*============================ LISTING ==============================*/

/*
.listing-header .presentation{
	margin:20vh auto !important;
}
*/

.listing-title {
	text-align:center;
	margin-top: 25px;
}

.listing-title h2 {
    font-size: 45px;
    color: #ED048C;
    margin-top: 15px;
    border-bottom: 2px solid #ED048C;
    width: auto;
    display: inline-block;
    text-align: center;
}

.tour-type-image{
	width:100%;
    background: -webkit-linear-gradient(rgba(127,127,127,0.7), rgba(255,0,0,0));
    background: -o-linear-gradient(rgba(127,127,127,0.7), rgba(255,0,0,0));
    background: -moz-linear-gradient(rgba(127,127,127,0.7), rgba(255,0,0,0));
    background: linear-gradient(rgba(127,127,127,0.7), rgba(255,0,0,0));
}

.tours-types {
    height: auto;
    min-height: auto !important;
    overflow-y: hidden;
    overflow-x: hidden;
    margin-top: 0px;
    margin-bottom: 0px;
}

.tours-listing {
    height: auto;
    min-height: auto !important;
    overflow-y: hidden;
    overflow-x: hidden;
    margin-left: -12px;
    margin-right: -12px;
    margin-top: 30px;
    margin-bottom: 40px;
}

.tours-types div{
	padding:0 !important;
}

.tours-types img{
	height:300px;
	width:100%;
}

.tours-listing img{
	height:300px;
	width:100%;
}

.tour-type-title {
    font-size: 34px;
    text-align: center;
    margin-top: 18px;
    height: auto;
    float: left;
    width: 100%;
    cursor:default;
}

.availability {
    font-size: 18px;
    color: #7F7F7F;
}

.custom_tour {
	position:relative;
    padding: 0 0 35px 0;
    margin-left:-12px;
    margin-right:-12px;
}

.custom_tour img{
    width:100%;
}

.text-into-image {
    color: #FFFFFF;
    position: absolute;
    top: 5px;
    left: 30px;
}

.text-into-image .signpainter{
    font-size:7vw;
}

.text-into-image .small{
    font-size:2.6vw;
}

/*============================ END LISTING ==============================*/
/*============================ LOCAL EXP =============================*/

.home-local-experience{
	background-color:#FFFFFF;
	text-align:center;
	line-height:25px;
	padding-bottom:20px;
}

.home-local-experience span{
	color:#D7056B;
}

.home-local-experience h1 {
	font-size: 55px;
	margin: 50px 0px 60px;
}

.home-local-experience p{
	color:#D7056B;
	font-size:25px;
	padding:0 50px;
}

.home-local-experience h3{
	font-size:35px;
	padding-top:20px;
}

.home-local-experience h4{
	font-size:25px;
	font-family:helvetica;
  font-weight: bold;
	color: #3C3C3C;
}

/*========================== END LOCAL EXP ===========================*/
/*======================= HOME SECOND BANNER =========================*/

.home-second-banner{
	position:relative;
	background-image:url("../../images/local_experience/el_faro.jpg");
	background-size:cover;
	background-repeat:no-repeat;
	background-position-y: -300px;
	background-position-x: 50%;
	height:320px;
	text-align:center;
	color:#FFFFFF;
	font-size:130px;
}

.home-second-banner-text{
	width:100%;
	height:100%;
	position:relative;
}

.caption{
	padding-top:70px;
	background-color: rgba(0,0,0,0.65);
	position:absolute;
	width:100%;
	height:100%;
	opacity:0;
	text-align:center;
	font-size:36px;
	width:100%;
	-webkit-transition: all 0.45s ease-in-out;
	-moz-transition: all 0.45s ease-in-out;
	-o-transition: all 0.45s ease-in-out;
	-ms-transition: all 0.45s ease-in-out;
	transition: all 0.45s ease-in-out;
}

.signpainter.second-banner-text-hover {
    width: 80%;
    margin: auto;
}

.fix-text{
	padding-top:100px;
	position:absolute;
	opacity:1;
	width:100%;
	text-align:center;
	-webkit-transition: all 0.45s ease-in-out;
	-moz-transition: all 0.45s ease-in-out;
	-o-transition: all 0.45s ease-in-out;
	-ms-transition: all 0.45s ease-in-out;
	transition: all 0.45s ease-in-out;
}

.home-second-banner:hover .caption{
	opacity: 1;
}

.home-second-banner:hover .fix-text{
	opacity: 0;
}

/*===================== END HOME SECOND BANNER =======================*/
/*============================== BLOG ================================*/

.home-blog{
	background-color:#FFFFFF;
	color:#D7056B;
	padding:0 20px;
}

.home-blog h3{
	font-size:40px;
}

.home-blog div{
	padding:30px 0;
}

.home-blog div:first-child{
	padding:50px 20px;
}

.home-blog img{
	width:90%;
	max-height:300px;
}

/*============================ END BLOG ==============================*/
/*============================= BOOKING ==============================*/

.booking{
	border:solid 1px #E4E4E4;
	width:35%;
	height:auto;
	margin-top:30px;
	position:absolute;
	top:auto;
	right:2.3%;
	z-index:2;
}

#booking .booking-botton {
    position: relative;
    width: 100%;
    top: 20px;
    text-align: center;
}

.booking-header{
	background-color:#ED048C;
	height:60px;
	font-size:30px;
	color:#FFFFFF;
}

.price-tour{
	padding:11px;
	font-size:30px;
}

.price-tour span{
	font-size:20px;
}

.price-tour strong{
	font-weight:bold;
}

.booking-date{
	height:175px;
	position:relative;
	padding:20px;
	background-color:#FFFFFF;
}

#form-booking p{
	padding-bottom:10px;
	font-size:20px;
	color:#ED048C;
}

#form-booking input, select{
	line-height:20px;
}

.features-list {
	margin-bottom: 30px;
}

.features-booking li:before,
.features-list li:before {
	background-image: url("../../images/icons/icon_tip.png");
	width:18px;
	height:15px;
	content: "";
	display: inline-block;
	margin-right: 5px;
	position:relative;
	top:1px;
}

.features-booking{
	background-color:#E4E4E4;
	width:100%;
	color:#D7056B;
}

.features-booking li{
	padding:15px;
}

.features-booking li a{
	border-radius:240px;
	background-color:#7F7F7F;
	color:#FFFFFF;
	display: inline-block;
	position: relative;
	width: 11px;
	font-size: 10px;
	padding-left: 3px;
	bottom: 5px;
}

.tooltip-inner{
	white-space:pre-wrap;
	text-align:left;
	background-color:rgba(215, 5, 107, 0.9);
}

.tooltip-arrow{
	border-top-color:rgba(215, 5, 107, 0.9) !important;
}

.features-booking{
	padding:10px 15px;
}

.booking-now{
	text-decoration: none;
    padding: 10px 30px;
    font-weight: 600;
    font-size: 18px;
    color: #FFFFFF;
    background-color: #ED048C;
    border-radius: 6px;
}

.bootstrap-select{
	width:100% !important;
}

#form-booking input, #form-booking button {
  font-size: 13px;
}

#form-booking .col-sm-3 {
	padding-left: 5px;
	padding-right: 5px;
}

/*=========================== END BOOKING ============================*/
/*========================== POPUP ===========================*/

.white-popup-block {
	background: #FFF;
	padding: 20px 30px;
	text-align: left;
	max-width: 650px;
	margin: 40px auto;
	position: relative;
}

.white-popup-block label{
	display:block;
	margin-bottom:5px;
}

.white-popup-block h1{
	margin: 10px 0;
	font-size: 1.2em;
	font-weight: bold;
}

#request-info-ok{
	display:none;
}
#request-info-ko{
	display:none;
}
#send-mail-ok{
	display:none;
}
#send-mail-ko{
	display:none;
}

.info {
  padding: 8px;
  border: 1px solid green;
  border-radius: 5px;
  background-color: #90EE90;
  color: #555;
  margin-bottom: 8px;
}

.white-popup-block .msg-ok{
	padding:50px 15px 59px;
}

.white-popup-block .msg-ko{
	margin:15px 40px;
	padding:50px 15px;
}

.white-popup-block .msg-ok .fa{
	float: left;
	margin:1px 15px 60px 40px;
	font-size:3em;
	color:#FFFFFF;
}

#tour-booking-form input,textarea{
	margin:3px 3px 0 0;
}

.form-group{
	padding:5px 0;
}

.container-text:hover{
    background-color: rgba(0, 0, 0, 0.02) !important;
    transition:0.1s;
}

input[type="text"], input[type="email"], input[type="search"], input[type="password"], input[type="number"], input[type="tel"], textarea.form-control, select{
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    -moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2) inset;
    -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2) inset;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2) inset;
    -webkit-appearance: none;
    background-color: #f3f3f3;
    border: none;
    font-size: 14px;
    outline: none !important;
    padding: 7px 9px;
    width: 100%;
    height: 35px;
    margin-bottom:0px !important;
}

#form-booking input[type="text"] {
	width: 100%;
    height: 34px;
    padding: 6px 12px;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

#tour-booking-popup .btn{
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    -moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
    background-color: #f3f3f3;
    border: none;
    color: #5a5a5a;
    font-size: 14px;
    outline: none !important;
    padding: 8px 10px;
}

#tour-booking-popup .btn-default:hover{
	color: #333;
    background-color: #e6e6e6;
    border-color: #adadad;
}

#form-contact-date{
	display:inline;
	margin-top:0px !important;
	width:100% !important;
	margin-bottom:0px !important;
}

.input-group-addon{
	width: 10px !important;
	display: inline !important;
	vertical-align:baseline;
	float: right;
	border:0 !important;
	background-color: transparent !important;
	height:0 !important;
	padding:0 !important;
	position:relative;
	top:10px;
	right:10px;
}

#form-checkbox-privacity{
	float:left;
	margin-top:3px;
	margin-right:10px;
}

.form-checkbox{
	font-size:13px;
	padding-top:3px;
}

#form-contact-message{
	height:100px;
}

.form-text-popup{
	margin-bottom:15px;
}

.clearfix{
	margin-top:10px;
}

#request-booking-ok{
	background-color:#6ADB46;
	display:none;
}

#request-booking-ok p,
#request-booking-ko p
{
	margin-top:5px;
	color:#FFFFFF;
}

#request-booking-ko{
	display:none;
	background-color:#FF4E4E;
}

#tour-booking-popup button{
	height:35px !important;
}

.booking-botton .btn-default:hover, .booking-botton .btn-default:focus {
	color: #FFFFFF;
	background-color: #FF1EA2;
	border-color: #adadad;
}

/*========================== END POPUP ===========================*/
/*========================== TOURS DETAILS ===========================*/

section{
	margin:50px 0 35px;
	min-height:400px;
}

.tour-details{
	width: 85%;
	margin-top:50px;
}

.tour-details header{
	border-bottom: 2px solid #ED048C;
	margin-bottom:10px;
}

.tour-details h2{
	font-size:26px;
	color:#ED048C;
	margin-bottom:10px;
}

.tour-details strong{
	font-weight:bold;
}

.tour-features{
	float:right;
}

.tour-features strong{
	margin-right:5px;
}

.pink {
	color:#ED048C;
}

.tour-details .available-langs{
	font-size:16px;
}

.tour-details .short-description{
	margin-top:24px;
	padding-bottom:24px;
	font-size:16px;
	border-bottom: 2px solid #ED048C;
}

.features-list li {
  display: inline-block;
  padding: 5px 0;
  width: 49%;
  padding-top:20px;
}
.adults-prices li {
  display: inline-block;
  padding: 5px 0;
  width: 100%;
  padding-top:20px;
}
.pax li{
  width: 100%;
}

.location-map{
	margin:35px 0 !important;
}

.map{
	margin:0 0 35px!important;
	position:relative;
}

#map{
	height:400px;
	width:90%;
}

.location-map h2{
	font-size:26px;
	color:#ED048C;
	margin-bottom:15px;
}

#map-cover{
	width:90%;
	height:100%;
	z-index:99;
	position:absolute;
	top:0;
}

#map-cover .text-cover {
    height: 1.5em;
    width: 19em;
    background-color: rgba(127, 127, 127, 0.5);
    position: absolute;
    right: 0;
    text-align: center;
    color: #FFFFFF;
    padding-top: 2px;
    margin: auto;
    top: 53%;
    left: 0;
    border-radius: 14px;
}

.interest-places-list{
	width:85%;
	font-size:14px;
	color:#4D4D4D;
	margin-bottom:0 !important;
}

.interest-places-list table{
	margin:35px 0 !important;
	width:100%;
}

.interest-places-list h2{
	font-size:26px;
	color:#ED048C;
	margin-bottom:15px;
}

.interest-places-list th{
	width:12%;
	text-align:left !important;
}

.interest-places-list .place-name{
	width:30% !important;
	text-align:left !important;
}

.interest-places-list tr, td, th{
	height:25px;
	vertical-align:middle;
	padding:0 5px;
}

.interest-places-list .first-column{
	color:#ED048C !important;
}

.row-table{
	padding: 5px 2px;
	background-color:#FBCCE8;
}

.row-table0{
	padding: 5px 2px;
	background-color:#FBCCE8;
}

.parent-container-1{
	background-color:#F0F0F0;
}

.tour-description .description {
	padding:5px;
	position:relative;
	overflow:hidden;
	height:88px;
}

.tour-description .degraded {
    height: 56px;
    position: absolute;
    bottom: 0;
    width: 100%;
    background: -webkit-linear-gradient(rgba(255, 255, 255,0), #FFFFFF 70%);
    background: -o-linear-gradient(rgba(255, 255, 255,0), #FFFFFF 70%);
    background: -moz-linear-gradient(rgba(255, 255, 255,0), #FFFFFF 70%);
    background: linear-gradient(rgba(255, 255, 255,0), #FFFFFF 70%);
}

.tour-description .maximice{
	border-bottom: 2px solid #ED048C;
	padding:10px 0;
}

#maximice{
	color: #ED048C;
}

#maximice:focus{
	color: #ED048C;
	text-decoration:none;
}

#maximice:hover{
	color: #ED048C;
	text-decoration:underline;
}

#slider{
	margin-bottom:12px;
}

.slider-image{
	height:173.817px;
	background-size: cover;
	background-position: 50%;
	position:relative;
}

.interest-place-image-resume{
	width:100%;
	height:40%;
	padding:5px;
	color:#FFFFFF;
	position:absolute;
	right:0;
	text-align:right;
    background: -webkit-linear-gradient(rgba(127, 127, 127, 0.6), transparent);
    background: -o-linear-gradient(rgba(127, 127, 127, 0.6), transparent);
    background: -moz-linear-gradient(rgba(127, 127, 127, 0.6), transparent);
    background: linear-gradient(rgba(127, 127, 127, 0.6), transparent);
}

.interest-place-image-resume strong{
	font-size:20px;
	font-weight:bold;
}

#home-slider .owl-prev, #home-slider .owl-next  {
    width: 50px;
    height: 50px;
    top:50vh;
}

.owl-prev, .owl-next  {
    position: absolute;
    background:radial-gradient(rgba(127, 127, 127, 0.3) 45%, transparent 72%);
    top:45%;
    width: 30px;
    height: 30px;
}

.owl-prev {
    left:10px;
}

.owl-next {
    right:10px;
}

.owl-prev div {
    position: absolute;
    bottom: 4px;
    left: 5px;
    width: 40px;
    height: 40px;
}

.owl-next div {
    position: absolute;
    bottom: 4px;
    left: 8px;
    width: 40px;
    height: 40px;
}

.tour-description strong {
  font-weight: bold;
}
/*======================== END TOURS DETAILS =========================*/
/*============================ CONTACT =============================*/

#contact h1{
	font-size:70px;
	color:#ED048C;
	margin:30px 0 5px 0;
}

.hello{
	width:80%;
}

#form-contact{
	margin-top:30px;
	margin-bottom: 80px;
}

#form-contact label{
	margin-bottom:10px;
}

#form-contact p{
	font-size:13px;
}

#form-contact .form-text-popup{
	margin-bottom:10px;
}

#form-contact-submit {
  position: absolute;
  right: 30px;
  bottom: 20px;
  background-color: #FF1EA2 !important;
  color: #FFF !important;
  font-weight: bold;
  padding: 0px 20px !important;
  border-radius: 5px !important;
  font-size: 15px !important;
  height: 30px !important;
}

.clearfix .form-checkbox{
	float:none!important;
}

#pvp-total{
	display: inline-block;
	position: absolute;
	right: 30px;
	text-align: right;
}

.pvp-label {
  font-size: 18px;
}

#pvp-value {
  color: #ED048C;
  font-size: 52px;
  margin-top: 5px;
}

.g-recaptcha{
	display: inline-block;
}

#about-us{
	margin-bottom: 50px;
}

#about-us h1{
	font-size:70px;
	color:#ED048C;
}

#about-us h2{
	font-size:40px;
	color:#ED048C;
}

#about-us .underline{
	height:50px;
	border-bottom:solid 2px #ED048C;
}

#about-us p{
	clear:left;
	padding-bottom:25px;
}

#about-us .justified-right p{
	padding-top:30px;
}

.staff img{
	width:100%;
	margin:20px 0;
}

.staff p{
	margin-bottom:50px;
}

.justified-left h1{
	float:left;
	width:auto;
}

.justified-left div{
	float:right;
}

.justified-right h1{
	float:right;
	width:auto;
}

.justified-right div{
	float:left;
}

.justified-left2 h1{
	float:left;
	width:auto;
}

.justified-left2 div{
	float:right;
}

.staff-container{
	box-sizing: border-box;
	padding:14px;
}

.staff-img{
	width:100%;
	height:100%;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}

.staff-container h2{
	margin:10px 0;
}

.img-container{
	width: 100%;
	padding-top: 100%; /* 1:1 Aspect Ratio */
	position: relative; /* If you want text inside of it */
}

/*========================== END CONTACT ===========================*/
/*======================== LEGAL ===================================*/
.legal {
  margin: 120px auto;
  width:70%;
  text-align: justify;
  color: #2A2#3D3131323;
}

.legal .title {
  text-align:center;
  font-family: SignPainter;
  font-size:60px;
  margin-bottom:50px;
  color: #ED048C;
  border-bottom: solid 2px #ED048C;
}

.legal-page .header {
  background-color:#434343;
}

.legal h2{
  font-weight:bold;
  margin-bottom: 12px;
  margin-top: 12px;
}
.legal h3, .legal h4{
  font-weight:bold;
  margin-bottom: 8px;
  margin-top: 8px;
}

.legal p{
  margin-bottom:10px;
}
.legal strong{
	font-weight: bold;
	color:#5A4E4E ;
}
/*======================== END LEGAL =========================*/
/*======================== COOKIES ===================================*/
.cookie-policy{
    position: fixed;
    bottom: 0px;
    padding: 15px 0;
    background-color: rgba(237, 4, 140, 0.8);
    width: 100%;
    color: #FFF;
    z-index:999;
}

.cookie-policy h3 {
	margin-bottom:5px;
}

.cookie-policy p {
	font-size:14px;
}
/*======================== END COOKIES ===============================*/
/*======================== FAQ ======================================*/

.faq{
  background-image: url('/../../images/playa_fondo.jpg');
  background-size: auto 100%;
  background-repeat: no-repeat;
  padding: 200px 0;
  background-position: center;
  background-attachment: fixed;
}

.faq-container{
  max-width: 900px;
  width:90%;
  margin: auto;
  background-color: rgba(255,255,255, .9);
  padding: 50px;

}
.faq-container h3{
    color: #000000;
    font-size: 38px;
    font-weight: 800;
    margin-bottom: 20px;
    color: #ED048C;
    font-family: SignPainter;
    border-bottom: 2px solid #ED048C;
}

.faq-question{
    font-weight: 700;
    line-height: 1;
    margin: 0;
    padding: 15px;

    cursor: pointer;
    text-transform: uppercase;
}
.faq-question:focus{
    border: 2px solid rgb(229, 229, 229);
}
.faq-answer{

    padding: 15px;
    border-bottom: 1px solid #d4d4d4;
}

.faq-item{
  border-bottom: 1px solid #d4d4d4;
}

/*======================== END FAQ ==================================*/
/*======================== LOCALS ===================================*/

.locals-header{
	height:70vh;
}

.locals img{
	width:100%;
	height:400px
}

.locals h2{
	font-size:40px;
	color:#ED048C;
	margin-bottom:10px;
}

.local-image-0{
  float:left;
}

.local-image-1{
  float:right;
}

.local-description-0{
  float:right;
	font-size:18px;
	height:400px;
	padding-left:40px;
}

.local-description-1{
	float:left;
  font-size:18px;
	height:400px;
	padding-right:40px;
}

.local{
	height:400px;
	margin:50px 0;
}

.local header{
	margin-bottom:15px;
}

.local-description-text{
	height:342px;
	border-bottom: 2px solid #ED048C;
}
.local-end{
	margin-bottom:100px;
}


/*======================== END LOCALS ===============================*/
/*============================= FOOTER ===============================*/

#page-footer{
	color:#FFFFFF;
	background-color:#434343;
	line-height:25px;
}

#page-footer h3{
	font-size:30px;
}
#page-footer a{
	color:#FFFFFF;
}

#page-footer .row{
	padding-top: 50px;
}

#logo-footer{
	padding: 0 20px;
}

#contact-footer span{
	color:#D7056B;
	font-size:20px;
	font-style:oblique;
}

#contact-footer .social-network{
	padding:10px 0;
}

#contact-footer .social-network img{
	padding-right:10px;
}

#contact-footer .social-network img:hover{
	transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2);
}

#contact-footer .mail-footer{
	padding-right:12px;
}

#footer-copyright{
	font-style:oblique;
	font-size:14px;
}

.external-hashtags{
	display: flex;
}

.riderly-hashtag img {
	height: 115px;
}

/*=========================== END FOOTER =============================*/

.redirect-popup .sk-circle {
    display: block;
    margin: 100px auto;
    width: 50px;
    height: 50px;
    position: absolute;
    right: 50vh;
    bottom: -30vh;
}

.white-popup {
  position: relative;
  background: #FFF;
  width: auto;
  max-width: 500px;
  margin: 20px auto;
  border-radius: 10px;
}

.redirect-popup {
  position: relative;
  background: #FFF;
  width: auto;
  max-width: 500px;
  margin: 30vh auto;
  border-radius: 10px;
  text-align: center;
  padding: 40px 0 5px;
}

.payment-redirect-popup-title {
  width: 100%;
  background-color: #ED048C;
  text-align: center;
  color: #ffff;
  padding: 18px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  font-weight: 600;
}

#payment-redirect-popup img {
  width: 80px;
}

#payment-redirect-popup a {
  color: #3366BB !important;
}

.payment-redirect-popup-icon {
  text-align: center;
  padding-bottom: 18px;
}

.payment-redirect-popup-text {
  padding: 20px 18px 18px;
  text-align: center;
}

.spinner {
  margin: 40px auto 20px auto;
  width: 70px;
  text-align: center;
}

.platform-ios #mapadinamics {
  display: none;
}

.sk-circle .sk-child::before {
  background-color: #ED048C !important;
}

.spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

#commentform p {
  margin: 10px auto;
}

#commentform label {
  display: block;
}

@-webkit-keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0)
  }
  40% {
    -webkit-transform: scale(1.0)
  }
}

@keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1.0);
    transform: scale(1.0);
  }
}

/*============================== QUERY ===============================*/

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

	.home-second-banner-text .fix-text{
		padding: 90px 20px;
	}

	.home-second-banner {
		font-size: 22vw;
	}

	.home-second-banner .caption{
		padding: 30px;
    font-size: 5vw;
	}

	.home-banner-text {
    margin: 7vh auto;
	}

	.home-banner-text h1 {
    font-size: 85px;
	}

	.home-banner-text h2 {
    font-size: 25px;
	}

}

@media screen and (min-width:360px){
	.home-second-banner .caption{
		padding: 40px;
    font-size: 4.5vw;
	}
}

@media screen and (min-width:360px) and (max-width:500px ){
	.home-banner-text {
    margin: 30px auto!important;
	}
}

@media screen and (min-width:376px) and (max-width:532px ){
	.home-second-banner .caption{
		padding: 50px;
    font-size: 3.5vw;
	}
}

@media screen and (min-width:533px) and (max-width:568px ){
	.home-second-banner .caption{
		padding: 50px;
    font-size: 3.8vw;
	}

	.home-banner-text {
    margin: 85px auto!important;
	}

	.home-banner-text h1 {
    font-size: 79px!important;
	}
}

@media screen and (min-width:361px) and (max-width:375px ){
	.home-second-banner .caption{
		padding: 35px;
    font-size: 4.5vw;
	}
}

@media screen and (min-width:569px) and (max-width:736px ){
	.home-second-banner .caption{
		font-size: 3vw;
    padding: 55px 30px;
	}
}

@media screen and (min-width:737px) and (max-width:1024px ){
	.home-second-banner .caption{
		padding: 60px 30px;
    font-size: 2.5vw;
	}
}

@media (min-width:1025px){
	.home-second-banner .caption{
		padding: 55px!important;
    font-size: 2vw;
	}
}

@media (min-width:1220px){
	.home-banner-text {
    margin: 10vh auto;
	}
}

@media screen and (min-width:331px) and (max-width:560px ){

/*
	.page-content .container{
		width:100%;
		padding-left: 0;
		padding-right: 0;
	}
*/
	.home-second-banner {
		font-size: 22vw;
	}

	.home-second-banner-text .fix-text{
		padding: 70px 20px;
	}

	.home-banner-text h1 {
		font-size: 92px;
	}

	.home-local-experience img {
		padding: 0;
	}

	.tours-types img {
		height: 300px;
	}

	.building {
		background-image: url('/../../images/building_page_mobile.jpg');
	}

	.building-desktop {
		display:none;
	}

	.building-mobile {
		width:100%;
		display:block;
	}

	.tour-details{
		width: 100%;
	}

	.map iframe, #map-cover{
		width: 100%;
	}

	.interest-places-list{
		width:100%;
	}

	.booking{
		display:none;
	}

	.presentation h1 {
		font-size: 20vw;
		line-height: 1;
	}

	.presentation {
		width: 100%;
		height: initial;
	}

	.legal {
		margin: 20px auto;
		width:90%;
	}

	.legal .title:first-child{
		margin-top:100px;
		margin-bottom:35px;
	}

	.legal .title{
		margin-top:10px;
	}


	.tour-features{
		float:none;
		margin-bottom:5px;
	}
}

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

	.home-slider{
    background-position-x: 50%;
  }

  #cities-menu {
  	border-top: solid rgba(229, 229, 229, 0.7) 1px !important;
  }

  .header-image img{
    object-position: 50% !important;
  }

  .locals-header img{
    object-position: 68% !important;
  }

  .header .nav a{
    height:auto;
  }

  .header{
		background-color: rgba(7, 82, 125, 0.9) !important;
		border-bottom: solid rgba(229, 229, 229, 0.7) 1px;
	}

	.nav {
		display: block;
		width:108%;
		height: calc(100vh - 75px);
		background-color: rgba(7, 82, 125, 0.9);
		position: relative;
		left: -116%;
		z-index: 99;
		top: 75px;
		overflow: scroll;
	}

	.header-nav ul {
		position: absolute;
		top: 0;
		left: 60px;
		right: 15px;
		margin-right: -50px;
	}

	.header-nav li {
		display: block;
		height:unset;
		padding:0;
		border-top: solid rgba(229, 229, 229, 0.7) 1px;
		width: 100%;
	}

	#cities-menu span, #tours-menu span{
		float: right;
                margin-top: 11px;
	}

	.header-nav li a {
		text-decoration: none;
		color: #E5E5E5;
		margin-left: 20px;
		font-weight: 700;
	}

	.header .container{
		height:75px;
	}

	.menu-bars {
		display: block;
		position: absolute;
		right: 0;
		font-size: 40px;
		top: 10px;
		color: #ED048C;
	}

	.menu-bars a{
		position: absolute;
		right: 0;
		top:5px;
	}

	#form-contact {
		margin-top: 20px;
	}

	.form-checkbox {
		float: right;
		width: 90%;
	}

	#about-us h1{
		font-size:45px;
	}
	#about-us .underline{
		height:35px;
	}

	.justified-left .underline{
		width:calc(100% - 190px);
	}

	.justified-left h1{
		width:auto;
	}

	.justified-right h1{
		width:auto;
	}

	.justified-left2 h1{
		width:auto;
	}

	#about-us .justified-right p{
		padding-top:18px;
	}

	.submenu {
		float:none !important;
		width:inherit !important;
		left:0 !important;
		position: relative !important;
		background: rgba(6, 56, 84, 0.9) !important;
	}

	.menu-nav-container{
		height:100%;
	}

  .local{
    margin:unset;
    height:unset;
  }

  .local-image-0 {
    margin: 40px 0;
    float: right;
  }

  .local-image-1 {
    margin: 40px 0;
    float: right;
  }

  .local-description-0{
    float:none;
    font-size:16px;
    height:unset;
    padding-right:12px;
    padding-left:12px;
  }

  .local-description-1{
    float:none;
    font-size:16px;
    height:unset;
    padding-right:12px;
    padding-left:12px;
  }

  .local-description-text{
    height:unset;
    border-bottom:unset;
  }

  .listing-title h2{
    border-bottom:unset;
  }
}

@media screen and (width : 600px){

	.home-banner-text {
		margin: 120px auto!important;
	}

	.home-banner-text h1 {
		font-size: 87px!important;
	}

}

@media screen and (min-width : 560px) and (max-width:768px ){

	.col-sm-6{
		width:50%;
	}

}

@media (max-width:769px){
  .home-second-banner{
		background-position-y: -140px !important;
	}
	.home-local-experience{
		padding-bottom:0 !important;
		line-height:0.8;
	}

	.home-local-experience .col-sm-12{
		padding-bottom:60px !important;
	}
}

@media (max-width:700px){
	#about-us{
		margin:10px;
	}

	.underline{
		display:none;
	}

	.justified-right h1{
		float:left;
		width:auto;
	}

	.justified-right div{
		float:right;
	}

	#about-us h2{
		font-size: 35px;
	}

	#about-us p{
		padding-bottom:25px;
	}

	#contact-footer{
		margin:20px 0;
	}

	#information-footer{
		margin-bottom:20px;
	}

	#logo-footer{
		margin:auto;
		width:50%;
		padding:0;
	}

	#logo-footer img{
		width:100%;
	}
}

@media screen and (min-width : 560px) and (max-width:600px ){
	.home-second-banner {
		font-size: 95px;
	}

}

@media only screen and (min-width : 600px) and (max-width : 992px){
	.building {
		background-image: url('/../../images/building_page_mobile.jpg');
	}

	.building-desktop {
		display:none;
	}

	.building-mobile {
		width:100%;
		display:block;
	}

	.tour-details{
		width: 100%;
		margin-bottom:35px;
	}

	.home-second-banner {
		font-size: 95px;
	}

	.map iframe, #map-cover{
		width: 100%;
	}

	.interest-places-list{
		width:100%;
	}

	.booking{
		display:none;
	}

	.presentation h1 {
		font-size: 15vw;
		line-height: 1;
	}

	.presentation {
		width: 100%;
		height: initial;
	}

	.home-banner-text {
		margin: 90px auto;
	}

	.home-banner-text h1 {
		font-size: 92px;
	}

}

@media screen and (min-width : 600px) and (max-width:1024px ){
	.home-banner-text {
		margin: 90px auto!important;
	}
}

@media (max-width:1024px ){
	.home-second-banner{
		background-position-y: -190px;
	}
}

@media (max-width: 692px){
	.home-second-banner{
		background-position-y: 0px !important;
	}
}

@media (min-width:992px ){
  .book-btn-out{
		display:none;
	}

	#tours-menu:hover .submenu{
		display:block !important;
	}

	#cities-menu:hover .submenu{
		display:block !important;
	}
}

@media (max-width:500px ){
	#form-contact-submit {
    position: unset;
    margin: 15px 0 0 100%;
	}

	.header-image img {
    object-position: 0px;
	}
}
@media (min-width:1600px ){
	.home-second-banner{
		height: 400px;
	}
	.fix-text{
		padding-top: 128px;
	}
	.home-second-banner .caption{
		padding: 85px!important;
		font-size: 1.6vw;
	}
}
@media (min-width:1800px ){
	.home-second-banner{
		height: 400px;
	}
	.fix-text{
		padding-top: 128px;
	}
	.home-second-banner .caption{
		padding: 100px!important;
		font-size: 1.5vw;
	}
}
/*
#contact-footer .cdsRating {
	margin-top: 20px;
	margin-bottom: 15px;
}
*/
#contact-footer .cdsRating span {
	font-size: inherit !important;
	line-height: 30px;
}

.cdsROW.narrow {
 	width: 170px !important;
}

.cdsComponent.logo {
	background-image: none;
    	height: auto;
    	width: auto;
    	float: none;
	margin-top: 0;
 	position: relative;
	top: auto;
}

#page-footer .TA_cdsratingsonlynarrow a {
	color: initial;
}


.header-nav.menu-nav-container a:hover {
    font-weight: 900;
}

.presentation h1 {
    text-shadow: 1px 1px 1px #888;
}

.tour-type-title {
    margin-bottom: 72px;
}

@media (min-width:1800px ){
	.presentation h1.long-title {
    		font-size:7vw;
	}
}


.tour-image-listing {
  position: relative;
}

.more-info {
    position: absolute;
    background-color: #ED048C;
    right: -10px;
    padding: 4px 10px;
    box-shadow: 1px 1px 2px #000;
    top: 10px;
    font-family: SignPainter;
    font-size: 24px;
    font-weight: 600;
    color: #FFF;
}

.local-description-text a {
    color: #D7056B;
}


.links {
    margin: 80px;
    border: 2px solid #434343;
    padding: 80px 0;
    border-radius: 17px;
    text-align: center;
}
.links h3{
    font-size: 110px;
    color: rgba(184, 14, 105, 0.9);
    margin-top: 50px;
}

.links a {
  font-size: 24px;
  margin-bottom: 20px;
  line-height: 60px;
}

@media (max-width:900px) {
    .links {
      margin: 0;
      border: 0;
      padding: 20px 0;
  }

  .links h3 {
      font-size: 15vw;
  }
  .external-hashtags{
		display: grid;
		grid-template-columns: repeat( auto-fit, minmax(165px, 165px) );
		row-gap: 10px;
	}
}

#datepicker-fixed .activeClass {
    color: white;
    background-color: #8DB255;
}


#datepicker-fixed .day,
#form-contact-date-container .day {
    color: white;
    background-color: #DC3023;
    border-radius: 0;
    border: 1px solid white;
}

#datepicker-fixed .day.activeClass,
#form-contact-date-container .day.activeClass {
  color: white;
  background-color: green;
}


.lang-item.current-lang {
  display: none;
}

.lang-item span,
.lang-item img {
  display: none;
}

.lang-item a {
	padding: 15px 35px 20px 0px;
}

.lang-item a:before {
	margin-top: 2px;
    position: absolute;
    margin-left: -25px;
	content: "\f05b";
	font-family: 'icomoon';
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
    font-variant-ligatures: normal;
text-transform: none;
line-height: 1;
letter-spacing: 0;
-webkit-font-feature-settings: "liga";
-moz-font-feature-settings: "liga=1";
-moz-font-feature-settings: "liga";
-ms-font-feature-settings: "liga" 1;
font-feature-settings: "liga";
-webkit-font-variant-ligatures: discretionary-ligatures;
font-variant-ligatures: discretionary-ligatures;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}




.lang-item a[lang=es-ES]:after {
	width: 36px;
	height: 36px;
	content: "";
	display: inline-block;
	background-image: url(https://cadizforniatours.com/images/icons/icon_es.png);
	border-radius: 36px;
	    margin-top: -5px;
}

.lang-item a[lang=en-GB]:after {
        width: 36px;
        height: 36px;
        content: "";
        display: inline-block;
        background-image: url(https://cadizforniatours.com/images/icons/icon_en.png);
        border-radius: 36px;
    margin-top: -5px;
}


@media (max-width: 991px){

.header {
  position: fixed;
}

}


@media (max-width: 991px) {
	body > div#booking {
		position: relative !important;
		width: calc(100% - 55px);
		top: auto !important;
		margin-left: 40px;
		display: block !important;
	}
}