/***  Cabezera contenedora de logo y menu  ***/
.emysa-header {
	background-color: #fff;
	display: block;
	height: auto;
}
.emysa-header-container {
	width: 90%;
	margin: 0 auto!important;
}


/** Emysa Logo en la cabezera **/
.emysa-header-logo.col.m4, .emysa-header-logo.col.s12 {
	padding-top: 10px;
}
.emysa-header-logo a img {
	height: 60px;
}

/** Emysa Footer **/
.pie-de-pagina {
	padding-top: 25px;
	padding-bottom: 25px;
	padding-left: 95px;
    padding-right: 95px;
    background-color: #f7f7f7!important;
    color: #767676;
}
.emysa-social-icons-connect {
	text-align: center;
    border-top: solid 2px #ccc;
    margin-top: 30px;
}
.emysa-social-icons-connect ul li {
    display: inline-block;
    padding: 20px;
    background-color: rgba(0, 0, 0, 0.02);
    border-radius: 100%;
    margin: 10px;
    transition: all 0.4s;
    cursor: pointer;
}
.emysa-social-icons-connect ul li i {
    font-size: 1.5em;
    margin: auto;
    vertical-align: middle;
}
.emysa-social-icons-connect ul li:hover {
    background-color: #333;
    color: #66cc00;
    transform: scale(1.1);
}
.emysa-social-icons-connect ul li:active,.emysa-social-icons-connect ul li:focus {
    border-radius: 0px;
}
.emysa-social-icons-connect ul li a {
	color: inherit;
}


/*** Emysa Barra de navegacion ***/
.emysa-header-navbar {
	display: block;
    overflow: hidden;
}
.emysa-header-navbar ul {
	margin: 0;
	padding: 0;
    float: right;
}
.emysa-header-navbar ul li {
	list-style: none;
    display: inline-block;
}
.emysa-header-navbar ul li a {
	color: #66cc00;
	display: block;
	padding: 30px 33.5px 30px 33.5px;
	text-transform: uppercase;
	transition: all 0.3s ease;
	font-weight: bold;
}
.emysa-header-navbar ul li a:hover {
	background: #3CAC00;
    color: #fff;
}
.emysa-header-navbar ul li .active-emysa {
	background: #66cc00;
    color: #fff;
}
.emysa-header-navbar ul li .active-emysa-cancel {
	background: #b52c21;
    color: #fff;
}
.emysa-header-navbar ul li .active-emysa-cancel:hover {
	background: #a01a0f;
    color: #fff;
}
.emysa-header-toggle-menu {
	display: none;
}


/** Emysa Bienvenida con video de fondo **/
.emysa-home-header {
    display: block;
    height: auto;
}

	/* Contenedor de la llamada a la accion */
	.emysa-home-header-content {
		background-image: linear-gradient(to bottom right,rgba(0, 0, 0, 0.17),rgba(74, 171, 218, 0));
		padding-left: 20px;
		padding-right: 20px;
		padding-top: 8%;
		padding-bottom: 8%;
		transition: 0.6s ease-in;
	}
	.emysa-home-header-content.hideVideo {
		opacity: 0;
	}

		/* Contenido de la llamada a la accion */
		.emysa-home-header-parragraph {
			padding-top: 20px;
			width: 40%;
			margin: auto;
		}
		.emysa-home-call2action {
			padding-top: 30px;
			width: 30%;
			margin: auto;
			text-align: center;
		}
		.emysa-home-header-title h1 {
			text-transform: uppercase;
			padding: 0px;
			margin: 0px;
			font-size: 3em;
			font-weight: bold;
			color: #ffffff;
			text-align: center;
		}
		.emysa-home-header-parragraph p {
			padding: 0px;
			margin: 0px;
			font-size: 1.5em;
			color: #ffffff;
			font-weight: bold;
			text-align: center;
		}
		.emysa-home-cta-booktaxi {
			font-size: 1.6em;
			font-weight: bold;
			text-transform: uppercase;
			color: #fff;
			border: solid 3px #66cc00;
			border-radius: 8px;
			background-color: #66cc00;
			width: 100%;
			padding-top: 8px;
			padding-bottom: 8px;
			transition: all 0.5s ease-out;
			margin-bottom: 15px;
			vertical-align: baseline;
			outline: none;
		}
		.emysa-home-cta-booktaxi:hover {
			background-color: #31393c;
			border: solid 3px #31393c;
			color: #66cc00;
		}
		.emysa-home-cta-booktaxi:focus {
			color: #4d4d4d;
			background-color: #66cc00;
			border: solid 3px rgba(50, 50, 50, 0.21);
			border-radius: 3px;
			box-shadow:         inset 0px 0px 30px 0px rgba(50, 50, 50, 0.38);
		}		
		.emysa-home-cta-checkin {
			font-size: 1.6em;
			font-weight: bold;
			text-transform: uppercase;
			color: #fff;
			border: solid 3px #ff9300;
			border-radius: 8px;
			background-color: #ff9300;
			width: 100%;
			padding-top: 8px;
			padding-bottom: 8px;
			transition: all 0.5s ease-out;
			margin-bottom: 15px;
			vertical-align: baseline;
			outline: none;
		}
		.emysa-home-cta-checkin:hover {
			background-color: #31393c;
			border: solid 3px #31393c;
			color: #ff9300;
		}
		.emysa-home-cta-checkin:focus {
			color: #4d4d4d;
			background-color: #ff9300;
			border: solid 3px rgba(50, 50, 50, 0.21);
			border-radius: 3px;
			box-shadow:         inset 0px 0px 30px 0px rgba(50, 50, 50, 0.38);
		}
		.emy-button-icon {
			font-size: 1.1em;
			margin-left: 10px;
			display: none;
		}
		.emysa-home-cta-booktaxi:hover .emy-button-icon, .emysa-home-cta-booktour:hover .emy-button-icon {
			display: inline;
			vertical-align: middle;
		}
		.emysa-home-cta-booktour {
			font-size: 1.6em;
			font-weight: bold;
			text-transform: uppercase;
			color: #fff;
			border: solid 3px #249FEB;
			border-radius: 8px;
			background-color: #249FEB;
			width: 100%;
			padding-top: 8px;
			padding-bottom: 8px;
			transition: all 0.5s ease-out;
			margin-bottom: 15px;
			vertical-align: baseline;
			outline: none;
		}
		.emysa-home-cta-booktour:hover {
			background-color: #31393c;
			border: solid 3px #31393c;
			color: #249FEB;
		}
		.emysa-home-cta-booktour:focus {
			color: #4d4d4d;
			background-color: #249FEB;
			border: solid 3px rgba(50, 50, 50, 0.21);
			border-radius: 3px;
			box-shadow:         inset 0px 0px 30px 0px rgba(50, 50, 50, 0.38);
		}
		.emysa-header-origin-button {
			font-size: 1.2em;
			font-weight: bold;
			text-transform: uppercase;
			color: #66cc00;
			border: 0px;
			border-radius: 0px;
			background-color: #ffff;
			width: 100%;
			padding-top: 8px;
			padding-bottom: 8px;
			transition: all 0.5s ease-out;
			margin-bottom: 15px;
			vertical-align: baseline;
		}
		.emysa-header-origin-button .emy-button-icon {
			display: inline;
			vertical-align: middle;
		}
		.emysa-header-origin-button:hover, .emysa-header-origin-button:focus {
			background-color: #fafafa;
			color: #249FEB;
			transform: scale(1.1);
		}
		.emysa-header-origin-button.selected-origin {
			background-color: #66cc00;
			border: 2px solid #fff;	
			border-bottom: 0;
			color: #fff;
		}
    

	/* Control del texto para ver el fondo */ 
	.emysa-fullscreen-button {
		position: absolute;
		right: 30px;
		bottom: 30px;
	}
	.emysa-fullscreen-button a {
		color: #fff;
		background-color: rgba(0, 0, 0, 0.54);
		padding-top: 30px;
		padding-bottom: 5px;
		padding-left: 10px;
		padding-right: 10px;
		border-radius: 30px;
		cursor: pointer;
	}
	.emysa-fullscreen-button a i {
		font-size: 2.5em;
	}


/* Sistema de reservas */
.emy-origin-selector, .emysa-destination-selector {
    display: none;
}
.option-descripcion {
    color: rgb(255, 255, 255);
    font-weight: bold;
    margin-bottom: 10px;
    text-align: center;
}
.emysa-boxed-icon {
    background-color: #fff;
    color: #249feb;
    width: 27%;
    margin: auto;
    text-align: center;
    padding-top: 30px;
    padding-bottom: 30px;
    border-radius: 100%;
    transition: all 0.6s;
    cursor: pointer;
}
.emysa-boxed-icon:hover {
    background-color: #66cc00;
    color: #464646;
}

.emysa-destination-selector {
    margin-top: 30px;
    background-color: #66cc00;
    padding: 30px;
    width: 40%;
}
.emysa-kindtravel-selector {
	margin-top: 30px;
    background-color: #66cc00;
    padding: 30px;
    width: 50%;
}

.emysa-booking-informacionbox {
    margin-top: 30px;
	background: rgba(124,245,3,1);
	background: -moz-radial-gradient(center, ellipse cover, rgba(124,245,3,1) 0%, rgba(60,172,0,1) 100%);
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(124,245,3,1)), color-stop(100%, rgba(60,172,0,1)));
	background: -webkit-radial-gradient(center, ellipse cover, rgba(124,245,3,1) 0%, rgba(60,172,0,1) 100%);
	background: -o-radial-gradient(center, ellipse cover, rgba(124,245,3,1) 0%, rgba(60,172,0,1) 100%);
	background: -ms-radial-gradient(center, ellipse cover, rgba(124,245,3,1) 0%, rgba(60,172,0,1) 100%);
	background: radial-gradient(ellipse at center, rgba(124,245,3,1) 0%, rgba(60,172,0,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7cf503', endColorstr='#3cac00', GradientType=1 );    padding: 30px;
    width: 100%; 
    font-weight: bold;
}
.emysa-booking-informacionbox h1 {
    margin: 0;
    font-size: 3em;
    color: #fff;
}
.emysa-tour-informacionbox {
    margin-top: 30px;
	background: #66cc00;
	padding: 30px;
    width: 100%; 
    font-weight: bold;
}
.emysa-tour-informacionbox h1 {
    margin: 0;
    font-size: 3em;
    color: #fff;
}
.emy-travel-price-ticket {
    background-color: #60b50b;
    color: white;
    padding: 10px;
    font-size: 1.5em;
    border-radius: 5px;
    text-align: center;
    margin: 0px;
}
.emy-travel-ticket {
    background-color: #f7f7f7;
    color: #67cc03;
    padding: 10px;
    font-size: 1.2em;
    border-radius: 5px;
    text-align: center;
    margin: 8px;
}
.emysa-tour-informacionbox .emy-travel-ticket {
    background-color: #f7f7f7;
    color: #66cc00;
    padding: 10px;
    font-size: 1.2em;
    border-radius: 5px;
    text-align: center;
    margin: 8px;
}

/* Para contenedor de los tours */
    .emysa-tour-grid {
        display: block;
        background-color: #ffffff;
        padding-left: 95px;
        padding-right: 95px;
        padding-top: 30px;
        padding-bottom: 60px;
    }
    .emysa-tour-grid .emysa-tour-grid-intro {
        text-transform: uppercase;
        color: rgba(36, 36, 36, 0.9);
        font-weight: bold;
        font-size: 2em;
    }
    .emysa-tour-grid .emysa-tour-card p {
        color: rgba(36, 36, 36, 0.9);
        font-size: 1.4em;
    }
	.emysa-tour-category {
		padding-bottom: 20px;
		border-bottom: 2px solid #cacaca;
		margin-bottom: 30px;
	}
	.emysa-tour-row {
		display: block;
		margin-top: 5px;
	}
	.emysa-tour-card {
		background-color: #fff;
		border-radius: 5px;
		padding: 0px!important;
		transition: all 0.5s;
		position: relative;
		margin: 20px;
	}
	.emysa-tour-card:hover {
		border-radius: 0px;
		box-shadow: 0 16px 24px 2px rgba(0,0,0,0.14), 0 6px 30px 5px rgba(0,0,0,0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.12);
	}
	.emysa-tour-image {
		background-size: cover;
		background-position: center center fixed;
		width: auto;
		height: 250px;
		border-top-left-radius: inherit;
		border-top-right-radius: inherit;
	}
	.emysa-tour-content {
		padding-left: 20px;
		padding-right: 20px;
		padding-bottom: 5px;
	}
	.emysa-ver-tour {
		display: block;
		background-color: #66cc00;
		color: #fff;
		padding: 5px;
		text-align: center;
		margin: 21px;
		font-size: 1.3em;
		transition: all 0.4s;
	}
	.emysa-ver-tour i{
		vertical-align: middle;
	}
	.emysa-ver-tour:hover {
		background-color: #31393c;
		color: #66cc00;
	}



/* Header de Bookings */
.emysa-booking-header {
    display: block;
    height: auto;
}
.emysa-booking-header-content {
    background-color: rgba(255, 255, 255, 0.21);
    padding-left: 100px;
    padding-right: 100px;
    padding-top: 4%;
    padding-bottom: 7%;
    transition: 0.6s ease-in;
}
.emysa-booking-header-title h1 {
    text-transform: uppercase;
    padding: 0px;
    margin: 0px;
    font-size: 3em;
    font-weight: bold;
    color: #ffffff;
    text-align: center;
}

/* Header de Tours */
.emysa-tour-header {
    display: block;
    height: auto;
}
.emysa-tour-header-content {
    padding-left: 100px;
    padding-right: 100px;
    padding-top: 4%;
    padding-bottom: 7%;
    transition: 0.6s ease-in;
}


/* Booking Resumen */
.emysa-collection {
    color: #66cc00;
    border: none;
    font-weight: bold;
}
.emysa-collection li i.circle {
    background-color: #66cc00!important;
}
.emysa-booking-resume {
    padding: 30px!important;
    margin-top: 50px;
}

/* Loader Emysa Car */
    .sm-loader {
        position: fixed;
        width: 100vw;
        height: 100vh;
        background-color: #fff;
        padding-top: 10%;
        padding-bottom: 10%;
        z-index: 7;
    }
    .sm-loader .sm-loader-logo img{
        display: block;
        margin: auto!important;
        width: 200px;
        padding-bottom: 1vh;
    }
    .sm-spinner-loading {
        text-align: center;
        display: block;
        margin: auto!important;
        padding-top: 10vh;
        padding-bottom: 4vh;
    }
    .preloader-wrapper.big {
        margin-left: -20px;
    }
    .car-emysa {
        width: 100px;
        height: 100px;
        animation: spin 1s infinite linear;
    }
    @-ms-keyframes spin {
        from { -ms-transform: rotate(0deg); }
        to { -ms-transform: rotate(360deg); }
    }
    @-moz-keyframes spin {
        from { -moz-transform: rotate(0deg); }
        to { -moz-transform: rotate(360deg); }
    }
    @-webkit-keyframes spin {
        from { -webkit-transform: rotate(0deg); }
        to { -webkit-transform: rotate(360deg); }
    }
    @keyframes spin {
        from {
            transform:rotate(0deg);
        }
        to {
            transform:rotate(360deg);
        }
    }

/* Botones 2017 */
.emysa-button {
    border-radius: 2px;
    font-size: 1.5em;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 30px;
    padding-right: 30px;
    margin-bottom: 10px;
    text-transform: uppercase;
    transition: all 0.7s ease-out;
}
.emysa-button i {
    margin-top: 5px;
}
.emysa-button.disabled {
    background-color: #d9d9d9!important;
    border: solid 2px #d9d9d9!important;
    color: #555555!important;
    cursor: not-allowed!important;
}

    /* Theme Blanco hover para fondo verde */
    .emysa-button.emysa-button-white-over-green {
        background-color: transparent;
        border: solid 2px #fff;
        color: #fff;
    }
    .emysa-button.emysa-button-white-over-green:hover, .emysa-button.emysa-button-white-over-green:focus {
        font-weight: bold;
        background-color: white;
        border: solid 2px #fff;
        color: #66cc00;
    }      

	/* Theme Gris hover para fondo menta */
    .emysa-button.emysa-button-grey-over-mint {
        background-color: transparent;
        border: solid 2px #5d5d5d;
        color: #5d5d5d;
    }
    .emysa-button.emysa-button-grey-over-mint:hover, .emysa-button.emysa-button-grey-over-mint:focus {
        font-weight: bold;
        background-color: #5d5d5d;
        border: solid 2px #5d5d5d;
        color: rgb(43, 234, 169);
    }    

    /* Theme Blanco hover para fondo azul */
    .emysa-button.emysa-button-white-over-blue {
        background-color: transparent;
        border: solid 2px #fff;
        color: #fff;
    }
    .emysa-button.emysa-button-white-over-blue:hover, .emysa-button.emysa-button-white-over-blue:focus {
        font-weight: bold;
        background-color: white;
        border: solid 2px #fff;
        color: #249feb;
    }    

    /* Theme Green hover para fondo azul */
    .emysa-button.emysa-button-green-over-blue {
        background-color: transparent;
        border: solid 2px #96f538;
        color: #96f538;
    }
    .emysa-button.emysa-button-green-over-blue:hover, .emysa-button.emysa-button-green-over-blue:focus {
        font-weight: bold;
        background-color: #96f538;
        border: solid 2px #96f538;
        color: #249feb;
    }

    /* Theme Green hover para fondo blanco */
    .emysa-button.emysa-button-green-over-white {
        background-color: transparent;
        border: solid 2px #66cc00;
        color: #66cc00;
    }
    .emysa-button.emysa-button-green-over-white:hover, .emysa-button.emysa-button-green-over-white:focus {
        font-weight: bold;
        background-color: #66cc00;
        border: solid 2px #66cc00;
        color: #fff;
    }    

    /* Theme Blue hover para fondo blanco */
    .emysa-button.emysa-button-blue-over-white {
        background-color: transparent;
        border: solid 2px #249feb;
        color: #249feb;
    }
    .emysa-button.emysa-button-blue-over-white:hover, .emysa-button.emysa-button-blue-over-white:focus {
        font-weight: bold;
        background-color: #249feb;
        border: solid 2px #249feb;
        color: #fff;
    }

/* Para contenedor del formulario de reservas */
    .booking-information {
        display: block;
        background-color: #fff;
        padding-left: 95px;
        padding-right: 95px;
        padding-top: 30px;
        padding-bottom: 60px;
    }
    .booking-information h2 {
        text-transform: uppercase;
        color: rgba(36, 36, 36, 0.9);
        font-weight: bold;
        font-size: 2em;
    }
    .booking-information p {
        color: rgba(36, 36, 36, 0.9);
        font-size: 1.4em;
    }

/* Para contenedor del formulario de tours y de su contenido */
    .emysa-tour-view-description {
        display: block;
        background-color: #fff;
        padding-left: 95px;
        padding-right: 95px;
        padding-top: 30px;
        padding-bottom: 60px;
    }
    .emysa-tour-view-description h2 {
        text-transform: uppercase;
        color: rgba(36, 36, 36, 0.9);
        font-weight: bold;
        font-size: 2em;
    }
    .emysa-tour-view-description p {
        color: rgba(36, 36, 36, 0.9);
        font-size: 1.4em;
		text-align: justify;
    }
    .emysa-tour-view-description .emy-booking-tour-tab h2 {
        text-transform: uppercase;
        color: rgba(36, 36, 36, 0.9);
        font-weight: bold;
        font-size: 1.6em;
    }
    .emysa-tour-view-description .emy-booking-tour-tab p {
        color: rgba(36, 36, 36, 0.9);
        font-size: 1.3em;
		text-align: left;
    }



/* Para pag ver mi reservacion */
    .my-booking-information {
        display: block;
        background-color: rgba(10, 10, 10, 0.54);
        padding-left: 95px;
        padding-right: 95px;
        padding-top: 30px;
        padding-bottom: 60px;
    }
    .my-booking-information h2 {
        text-transform: uppercase;
        color: #fff;
        font-weight: bold;
        font-size: 2em;
    }
    .my-booking-information p {
        color: #fff;
        font-size: 1.4em;
    }

/* Para pag ver mis resultados de busqueda */
    .my-booking-information-results {
        display: block;
        background-color: #ffffff;
        padding-left: 95px;
        padding-right: 95px;
        padding-top: 30px;
        padding-bottom: 60px;
    }
    .my-booking-information-results h3 {
        text-transform: uppercase;
        color: #66cc00;
        font-weight: bold;
        font-size: 2em;
    }
    .my-booking-information-results p {
        color: #fff;
        font-size: 1.4em;
    }

/* Decoración de tabla */
    table thead tr th.sorter:hover {
        color: #66cc00;
        cursor: pointer;
        transition: 0.5s ease-out;
    }

.emysa-home-findbooking {
    padding-top: 50px;
	background-image: linear-gradient(to bottom right,#66cc00,rgba(60,172,0,1));
    color: #fff;
    padding-bottom: 50px;
    padding-left: 100px;
    padding-right: 100px;
}
.emysa-home-findbooking h2 {
	margin: 0px;
}
.emysa-home-findbooking p {
	margin-bottom: 0px;
}

.emysa-home-find-tour {
    padding-top: 50px;
    background: rgba(76,183,255,1);
	background: -moz-radial-gradient(center, ellipse cover, rgba(76,183,255,1) 0%, rgba(25,163,255,1) 47%, rgba(11,129,219,1) 100%);
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(76,183,255,1)), color-stop(47%, rgba(25,163,255,1)), color-stop(100%, rgba(11,129,219,1)));
	background: -webkit-radial-gradient(center, ellipse cover, rgba(76,183,255,1) 0%, rgba(25,163,255,1) 47%, rgba(11,129,219,1) 100%);
	background: -o-radial-gradient(center, ellipse cover, rgba(76,183,255,1) 0%, rgba(25,163,255,1) 47%, rgba(11,129,219,1) 100%);
	background: -ms-radial-gradient(center, ellipse cover, rgba(76,183,255,1) 0%, rgba(25,163,255,1) 47%, rgba(11,129,219,1) 100%);
	background: radial-gradient(ellipse at center, rgba(76,183,255,1) 0%, rgba(25,163,255,1) 47%, rgba(11,129,219,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4cb7ff', endColorstr='#0b81db', GradientType=1 );
    color: #fff;
    padding-bottom: 50px;
    padding-left: 100px;
    padding-right: 100px;
}
.emysa-home-find-tour h2 {
	margin: 0px;
}
.emysa-home-find-tour p {
	margin-bottom: 0px;
}



.emysa-hau-features .col.m4.s12 {
	margin-top: 25px;
}
.emysa-hau-features-icon {
	margin: auto;
	text-align: center;
}
.emysa-hau-features-icon i {
	padding: 20px;
	background-color: #66cc00;
	border-radius: 100%;
	color: #fff;
	vertical-align:middle;
	transition: all 0.6s;
	cursor: pointer;
}
.emysa-hau-features p {
	font-size: 1.2em; 
	text-align: center;
	padding: 10px;
}
.emysa-hau-features-icon i:hover {
	background-color: #249FEB; 
	transform: scale(1.1);
}
.emysa-hau-features-icon:hover + p {
	color: #66cc00;
	font-weight: bold;
}

.emysa-home-about-us {
	padding-left: 100px;
	padding-right: 100px;
	padding-top: 50px;
	padding-bottom: 50px;
}


/* Worker Jarallax */
.jarallax {
    position: relative;
    z-index: 0;
    min-height: 100%;
}
.jarallax > .jarallax-img {
    position: absolute;
    object-fit: cover;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1!important;
}

	  
@font-face {
	font-family: 'emysa';
    src: url('../fonts/emysa.eot?13340152');
    src: url('../fonts/emysa.eot?13340152#iefix') format('embedded-opentype'),
         url('../fonts/emysa.woff?13340152') format('woff'),
         url('../fonts/emysa.ttf?13340152') format('truetype'),
         url('../fonts/emysa.svg?13340152#emysa') format('svg');
    font-weight: normal;
    font-style: normal;
 }
        
.demo-icon {
	font-family: "emysa";
	font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.emysa-link-see-more {
	color: #fff;
	text-decoration: underline;
}

.tabs .tab a {
	color: #66cc00;
}
.tabs .tab a:hover {
	color: #66cc00;
	font-weight: bold;
}
.tabs .tab a.active {
	font-weight: bold;
	color: rgba(60,172,0,1);
}
.tabs .indicator {
	background-color: rgba(60,172,0,1);
}
.emysa-tab-container ul li {
	list-style: disc;
}
.emysa-tab-container ul {
	margin-left: 20px;
}
.emysa-tab-container.emysa-galeria img{
	margin-top: 20px;
}

.emysa-redesign-aiport input[type="text"],.emysa-redesign-aiport input[type="password"]{
	background-color: rgba(0, 0, 0, 0.2);
	color: #fff;
    text-align: center;
    font-size: 1.3em;
    border: 3px solid transparent;
}

.emysa-redesign-aiport input[type="text"]::-webkit-input-placeholder {
	color: #fff;
}
.emysa-redesign-aiport input[type="text"]::-moz-placeholder {
	color: #fff;
}
.emysa-redesign-aiport input[type="text"]:-ms-input-placeholder {
	color: #fff;
}
.emysa-redesign-aiport input[type="text"]:-moz-placeholder {
	color: #fff;
}

.emysa-redesign-aiport input[type="password"]::-webkit-input-placeholder {
	color: #fff;
}
.emysa-redesign-aiport input[type="password"]::-moz-placeholder {
	color: #fff;
}
.emysa-redesign-aiport input[type="password"]:-ms-input-placeholder {
	color: #fff;
}
.emysa-redesign-aiport input[type="password"]:-moz-placeholder {
	color: #fff;
}

.emysa-divider-image {
    display: block;
    height: auto;
    width: 100%;
    padding: 5%;
}
.emysa-divider-image-camioneta {
	margin: auto;
    text-align: center;
}
.emysa-divider-image-camioneta img{
	margin: auto;
	width: 30%;
}

#tourBookingForm {
	display: none;
}

#closeTourBookingForm {
	display: none;
}

.información-video-recomendaciones {
	padding-top: 30px;
    padding-bottom: 30px;
    border-bottom: 2px solid #66cc00;
}
.informacion-tours-recomendados {
	padding-top: 30px;
}
.informacion-recomendaciones-card {
	background-color: #249feb;
	padding: 20px;
}
.informacion-recomendaciones-card p {
	margin: 0;
	color: #fff!important;
}
.informacion-recomendaciones-card p.title-recomendaciones-card {
	font-size: 2.5em;
}



@media only screen and (min-width: 250px) and (max-width: 600px) {
	/* Emysa Headers Adaptacion */
	.emysa-home-header-title h1, .emysa-booking-header-title h1 {
		margin-top: 30px;
        font-size: 2em;
    }
	.emysa-home-header-parragraph, .emysa-home-call2action {
        width: 100%;
	}
	.emysa-home-header-parragraph p{
		font-size: 1.3em;
    }
    .emysa-home-cta-booktaxi, .emysa-home-cta-booktour {
		font-size: 1.7em;
	} 
    .emysa-header-origin-button{
        font-size: 1.3em;
    }
	/* Adaptacion del menu y logo */
	.emysa-header-logo {
		text-align: center!important;
	}
    .emysa-header-logo a img {
        height: 80px!important;
        margin: auto!important;
    }
	.emysa-header-container {
		width: 90%;
	}
	.emysa-header-navbar {
		display: none;
		position: absolute;
		z-index: 5;
		left: 0;
		top:155px;
		width:100%;
		background-color: rgb(242, 242, 242);
		transition: all 0.8s;
	}
	.emysa-header-navbar ul {
		margin: 20px;
        float: none;
	}
	.emysa-header-navbar ul li {
		display: block;
	}
	.emysa-header-navbar ul li a {
		padding: 10px 14px 10px 14px;
	}
	.emysa-header-toggle-menu {
		margin-top: 5px;
		display: block;
		height: 53px;
		width:100%;
		background-color: #66cc00;
		text-align: center;
		transition: all 0.6s;
	}
	.emysa-header-toggle-menu a i{
		font-size: 3em;
		margin-top: 5px;
		color: #fff;
	}
	#emysaCloseMenu {
		display: none;
	}
    .emysa-home-header-content{
		padding-left: 10px;
		padding-right: 10px;
	}
    
    /* Adaptacion de los iconos del sistema de reservas */
    .emysa-boxed-icon {
        width: 55%;
        border-radius: 20px;
    }    
    .emysa-boxed-icon:hover {
        width: 55%;
        border-radius: 0px;
    }
    .option-descripcion {
        margin-bottom: 20px;
    }
    
    /* Adaptación sistema de reservas */
    .emysa-destination-selector, .emysa-kindtravel-selector, .emysa-booking-informacionbox {
        width: 100%;
    }
	.emysa-booking-header-content, .emysa-tour-header-content, .emysa-home-find-tour, .emysa-home-findbooking, .pie-de-pagina, .emysa-tour-grid, .booking-information, .my-booking-information, .my-booking-information-results, .emysa-home-about-us, .emysa-tour-view-description {
		padding-left: 15px;
		padding-right: 15px;
	}
	h2 {
		font-size: 2rem!important;
	}
	.emysa-divider-image-camioneta img{
		margin: auto;
		width: 90%;
	}

}

@media only screen and (min-width: 601px) and (max-width: 992px)  {
/* Adaptacion del menu y logo */
	.emysa-header-logo {
		text-align: center!important;
	}
    .emysa-header-logo a img {
        height: 80px;
        margin: auto;
    }
	.emysa-header-container {
		width: 90%;
		margin: 0 auto!important;
	}
	.emysa-header-navbar {
		display: none;
		position: absolute;
		z-index: 5;
		left: 0;
		top:154px;
		width:100%;
		background-color: rgb(242, 242, 242);
		transition: all 0.8s;
	}
	.emysa-header-navbar ul {
		margin: 20px;
        float: none;
    }
	.emysa-header-navbar ul li {
		display: block;
	}
	.emysa-header-navbar ul li a {
		padding: 10px 14px 10px 14px;
	}
	.emysa-header-toggle-menu {
		margin-top: 5px;
		display: block;
		height: 53px;
		width:100%;
		background-color: #66cc00;
		text-align: center;
		transition: all 0.6s;
	}
	.emysa-header-toggle-menu a i{
		font-size: 3em;
		margin-top: 5px;
		color: #fff;
	}
	#emysaCloseMenu {
		display: none;
	}	
    .emysa-destination-selector, .emysa-kindtravel-selector {
        width: 80%;
    }
	.emysa-booking-header-content, .emysa-tour-header-content, .emysa-home-find-tour, .emysa-home-findbooking, .pie-de-pagina, .emysa-tour-grid, .booking-information, .my-booking-information, .my-booking-information-results, .emysa-home-about-us {
		padding-left: 20px;
		padding-right: 20px;
	}
	.emysa-home-header-parragraph, .emysa-home-call2action {
    	width: 85%;
    }
}

@media only screen and (min-width: 993px) and (max-width: 1201px) {
	/* Adaptacion del menu */
    .emysa-header-logo {
		text-align: center;
	}
	.emysa-header-container {
		width: 95%;
		margin: 0 auto!important;
	}
	.emysa-header-navbar ul li {
		list-style: none;
    	display: inline-block;
	}
	.emysa-header-navbar ul li a {
	    color: #66cc00;
		display: block;
		padding: 30px 18px 30px 15px;
		text-transform: uppercase;
		transition: all 0.3s ease;
		font-weight: bold;
	}
}

@media only screen and (min-width: 1201px) {

}