/*
**   FUENTES
*/



@font-face {
    font-family: 'FontAwesome';
    src: url('../fonts/awesome/fontawesome-webfont93e3.eot?v=4.4.0');
    src: url('../fonts/awesome/fontawesome-webfontd41d.eot?#iefix&v=4.4.0') format('embedded-opentype'),
        url('../fonts/awesome/fontawesome-webfont93e3.woff2?v=4.4.0') format('woff2'),
        url('../fonts/awesome/fontawesome-webfont93e3.woff?v=4.4.0') format('woff'),
        url('../fonts/awesome/fontawesome-webfont93e3.ttf?v=4.4.0') format('truetype'),
        url('../fonts/awesome/fontawesome-webfont93e3.svg?v=4.4.0#fontawesomeregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Raleway";
    font-style: normal;
    font-weight: normal;
    src: url("../fonts/raleway/Raleway-Regular.ttf") format('truetype');
}

@font-face {
    font-family: "Raleway Bold";
    font-style: normal;
    font-weight: normal;
    src: url("../fonts/raleway/Raleway-Bold.ttf") format('truetype');
}

@font-face {
    font-family: "Raleway ExtraBold";
    font-style: normal;
    font-weight: normal;
    src: url("../fonts/raleway/Raleway-ExtraBold.ttf") format('truetype');
}

@font-face {
    font-family: "Raleway BlackItalic";
    font-style: normal;
    font-weight: normal;
    src: url("../fonts/raleway/Raleway-BlackItalic.ttf") format('truetype');
}

@font-face {
    font-family: "Raleway Light";
    font-style: normal;
    font-weight: normal;
    src: url("../fonts/raleway/Raleway-Light.ttf") format('truetype');
}

@font-face {
    font-family: "Raleway Medium";
    font-style: normal;
    font-weight: normal;
    src: url("../fonts/raleway/Raleway-Medium.ttf") format('truetype');
}

body {
    color: #777777;
    font: 14px/26px "Raleway",sans-serif;
    word-spacing: normal;
	background: #fff;
}

/*
**   ENLACES
*/
a{
    color: #003287;
    text-decoration: none;
	outline: none !important;
}

a:hover,
a:focus{
    color: #003287;    
    text-decoration: none;
	outline: none !important;
}

h1, h2, h3, h4, h5, h6{
    color: #262b2e;
    font-family: "Open Sans",sans-serif;
}

h1{
    font-size: 40px;
    font-weight: 700;
    line-height: 46px;
}

h2{
    font-size: 40px;
    font-weight: 700;
    line-height: 46px;
}

h3{
    font-size: 40px;
    font-weight: 700;
    line-height: 46px;
}

h4{
    font-size: 40px;
    font-weight: 700;
    line-height: 46px;
}

h5{
    font-size: 40px;
    font-weight: 700;
    line-height: 46px;
}

h6{
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    color: #262b2e;
    text-decoration: none;
}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
    color: #000;
    text-decoration: none;
}



/*
**   FORMULARIOS
*/
.form-item input.error,
.form-item textarea.error,
.form-item select.error,
.form-item input,
.form-item textarea,
.form-item select{
    background-color: #fff;
    border: 1px solid #e0e1e1;
    border-radius: 3px;
    box-sizing: border-box;
    color: #000;
    font: 14px/24px "Raleway",sans-serif;
    margin-bottom: 10px;
    padding: 3px 30px 3px 7px;
    max-width: 95%;
}

.form-item select{
    background-color: #fff;
    border: 1px solid #e0e1e1;
    border-radius: 0;
    display: block;
    font: 14px/24px "Raleway",sans-serif;
    padding: 3px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    vertical-align: middle;
    box-shadow: none;
}

.form-item input.error,
.form-item textarea.error,
.form-item select.error{
    border: 1px solid red;    
}

.form-actions{
    clear: both;
    margin-top: 10px;
}

.grippie,
.form-required{
    display: none;
}

.form-submit{
     background: #003187 none repeat scroll 0 0;
    border-radius: 5px;
    color: #fff;
    font: 14px/14px "Raleway ExtraBold",sans-serif;
    margin-top: 20px;
    padding: 8px 15px;
    text-transform: uppercase;
	border: none;
}

.form-submit:hover{
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.32);
    background: #1d110d;
}



/*
**  TABS PRIMARIOS
*/

ul.primary{
    padding: 0 0 5px 1em;
    margin-top: 20px;
}

ul.primary li{
    position: relative
}

ul.primary li a {
    background-color: #fff;
    text-transform: uppercase;
    margin-right: 0;
}

ul.primary li a{
    padding: 5px 10px;
}


ul.primary li a {
    border-top: none
}

ul.primary li.active a,
ul.primary li a:hover {
    border-top: none;
    background-color: #fff;
}

ul.primary li a::before{
    background: rgba(0, 0, 0, 0) linear-gradient(30deg, #ccc 0%, #ccc 100%) repeat scroll 0 0;
    top: -5px;
    display: block;
    height: 2px !important;
    left: 1px;
    max-height: 2px !important;
    opacity: 0.85;
    overflow: hidden;
    pointer-events: none;
    position: absolute;
    transition: all 300ms cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
    width: 100%;
    content: "";
}


ul.primary li.active a::before,
ul.primary li a:hover::before{
    background: rgba(0, 0, 0, 0) linear-gradient(30deg, #362342 0%, #362342 100%) repeat scroll 0 0;
    top: -5px;
    display: block;
    height: 2px !important;
    left: 1px;
    max-height: 2px !important;
    opacity: 0.85;
    overflow: hidden;
    pointer-events: none;
    position: absolute;
    transition: all 300ms cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
    width: 100%;
    content: "";
}

/*
** MENSAJES
*/


div.status, .ok, div.error{
    color: #fff;
    text-shadow: 1px 1px rgba(0, 0, 0, 0.1);
}

div.status {    
    background-color: #55c65e;
    border-color: #48b151;
}
div.status::before {
    content: "";
    font-family: "FontAwesome";
    font-size: 20px;
    padding-right: 7px;
    vertical-align: -2px;
}

div.error::before {
    content: "";
    float: left;
    font-family: "FontAwesome";
    font-size: 20px;
    padding-right: 7px;
    margin-top: -5px;
}

div.messages {
    border-radius: 0;
    margin-bottom: 18px;
    padding: 6px 15px;    
    font-weight: bold;
    background-image: none;
}

div.messages a{
    color: #fff;
    border-bottom: 1px solid #fff;
}

div.error {
    background-color: #f3515c;
    border-color: #d4323d;
    color: #fff;
    padding: 11px 15px; 
}

/*
** PAGINADOS
*/

.item-list ul.pager{
    margin: 0 auto 45px auto;
    display: inline-block;
    width: 100%;
	text-align: right;
}


.item-list ul.pager .pager-first,
.item-list ul.pager .pager-last{
    display: none !important;
}

.item-list ul.pager li{
    float: none;
    display: inline-block;
    font: 600 13px/20px "Raleway",sans-serif;
    color: #262b2e;
    text-transform: none;
    border-radius: 3px;
    margin: 0;
    padding: 9px 15px;
    min-width: 20px;
    position: relative;
    text-align: center;
    text-decoration: none;
    background-clip: padding-box;    
}

.item-list ul.pager li.pager-next,
.item-list ul.pager li.pager-previous{
    padding-right: 23px;
    font: 600 13px/20px "Open Sans",Helvetica,Arial,Verdana,sans-serif;
    background-repeat: no-repeat;
    background-position: right 15px;
}

.item-list ul.pager li.pager-previous{
    padding-left: 23px;
    padding-right: 0px;
    font: 600 13px/20px "Raleway",sans-serif;
    background-repeat: no-repeat;
    background-position: left 15px;
}


.item-list ul.pager li > a, 
.item-list ul.pager li > span{
    border: none;
    background: none;
    padding: 0;
    margin: 0;
	font: 600 13px/20px "Raleway",sans-serif;
}

.item-list ul.pager li.pager-current{
    font: 600 13px/20px "Raleway Bold",sans-serif;

}

.item-list ul.pager li.pager-current a{

}

/*
** LAYOUT
*/

#barra_idiomas_menu_usuario{
	background: #003287;
}


#banner_logo{
	background: #003287 url("../images/header_trama.png") no-repeat center bottom;
	width: 100%;
	padding-top: 20px;
	margin-bottom: 5px;
}

.logo{
	margin-bottom: 100px;
}

#menu_principal{
	background: #fff url("../images/bue-plane.png") repeat-x center top 5px;
	width: 100%;
	min-height: 70px;	
	padding-top: 10px;
}

#content_after_title{
	margin-top: -30px;
	margin-bottom: 40px;
	text-align: center;
}

#content_after_title .block{
	max-width: 70%;
	margin: 0 auto;
}

#content_after_title .container{
	width: auto !important;
}


#contentblock_after_title{
	margin-top: -30px;
	margin-bottom: 40px;
	text-align: left;
}

#contentblock_after_title .block{
	max-width: 70%;
	margin: 0 auto;
}

#contentblock_after_title .container{
	width: auto !important;
}


/*
** IDIOMAS
*/

#block-locale-language .content ul {
	padding-left: 0;
}

#barra_idiomas_menu_usuario ul.menu{
	margin-bottom: 0;
}

#block-locale-language .content ul li{
	display: inline-block;
	list-style: none;
	margin-right: 5px;	
}

#block-locale-language .content ul li.last{
	margin-right: 0px;	
}

#block-locale-language .content ul li img{
	width: 18px;
	height: 18px;
}


/*
** MENU DEL USUARIO
*/


#barra_idiomas_menu_usuario #block-system-user-menu .content ul{
    padding-left: 0;
	text-align: right;
}

#barra_idiomas_menu_usuario #block-system-user-menu .content ul li{
    display: inline-block;
	list-style: none;
	margin-left: 10px;	
	padding-right: 0;
}

#barra_idiomas_menu_usuario #block-system-user-menu .content ul li a{
    color: #fff;	
	font: normal 11px/11px "Raleway", sans-serif;
}

#barra_idiomas_menu_usuario #block-system-user-menu .content ul li a.user-menu-experiencia{
    background: url("../images/portafolio.png") no-repeat right;
	padding-right: 20px;
}

#barra_idiomas_menu_usuario #block-system-user-menu .content ul li a.user-menu-login{
    background: url("../images/user.png") no-repeat right;
	padding-right: 17px;
}



/*
** LOGO
*/

.logo img{
    max-width: 100%;
}


/*
** MENU PRINCIPAL
*/

#menu_principal ul.menu {
    text-align: center;
    padding-left: 0;
}

#menu_principal ul.menu  li{
    float: none;
    display: inline-block;
    list-style: none;
}	

#menu_principal ul.menu li a{ 
    margin: 0px 2px;
    padding: 4px 10px;
    color: #222;
    border-radius: 3px;
    transition: background 500ms ease 0s;
    font: normal 14px/14px "Raleway Bold",sans-serif;
    text-transform: uppercase;
}

#menu_principal ul.menu li a.active,
#menu_principal ul.menu li a:hover{ 
    background: #003287;
    color: #fff;
}

/*
** TITULO DE PAGINA
*/
div.page-title{
    padding: 50px 0;
	text-align: center;
}

div.page-title h1{
    color: #222;
    font: normal 24px/32px "Raleway Bold",sans-serif;
    text-transform: uppercase;
    margin: 0;
}

div.page-title .breadcrumb{
    color: #777;
    margin-bottom: 10px;
    font-size: 13px;
    line-height: 20px;
    margin-top: 10px;
    display: inline-block;
}

div.page-title .breadcrumb .navigation-pipe{
    margin: 0 5px;
}

div.page-title .breadcrumb a{
    color: #777;
}


/*
**  BLOQUES
*/

.page-content .block .block-heading{
	margin-bottom: 80px;
}


.block .title-block{
    text-align: center;
    color: #000;
	letter-spacing: 1px;
    font: normal 23px/23px "Raleway ExtraBold",sans-serif;
    text-transform: uppercase;
	margin-bottom: 20px;
}

.block .description-title-block {
    text-align: center;
    color: #003287;
	letter-spacing: 1px;
    font: normal 14px/14px "Raleway BlackItalic",sans-serif;
	
}

.page-content .block{
	margin-bottom: 100px;
}

/*
** EU Cookie Compliance
*/
#sliding-popup{
    background: rgba(0, 0, 0, 0.5) !important;
    font-family: "Raleway" !important
}

#sliding-popup .popup-content #popup-buttons {
    margin-top: 20px;
}

#sliding-popup .popup-content h4 {
    color: #fff;
    font-size: 16px;
    margin-bottom: 0px;
    line-height: 20px;
}

#sliding-popup .popup-content #popup-buttons button{
    background: #003287;
    border: medium none;
    border-radius: 5px;
    color: #fff;
    font-size: 16px;
    margin-bottom: 10px;
    padding: 4px 10px 6px 7px;
    text-shadow: none;
}

/*
** MORE LINK EN VISTAS
*/

.view .more-link{
	clear: both;
	text-align: center;
	padding-top: 20px;
}

.view .more-link a{
	font: normal 14px/14px "Raleway ExtraBold",sans-serif;
	background: #1D110D;
	text-transform: uppercase;
	padding: 8px 15px;
	border-radius: 5px;
	color: #fff;
	margin-top: 20px;
}

/*
** TOURS
*/
.view-tours{
	width: 100%;
}

.view-tours .views-row{
	margin-bottom: 30px;
	border-bottom: 1px solid #003287;
	margin-bottom: 35px;
	padding-bottom: 35px;
}

.view-tours .views-row .tour-content-row{
	width: 100%;
    position: relative;
}

.tour-content-row-image{
	width: 100%;
    position: relative;
	overflow: hidden;
}

.view-tours .views-row .tour-content-row::before{
	content: " ";
    position: absolute;
	width: 100%;
	height: 13px;
	top: -13px;
	background-image: url(../images/bg_superior.png);
	background-repeat: no-repeat;
	background-size: 100% auto;
}

.view-tours  .views-row .image-tour-full{
    padding-left: 0px;
}

.view-tours  .views-row .tour-content-data{
    padding-right: 0px;
}



.view-tours  .views-row .image-tour-full .tour-content-row::before{
    top: -10px;
}

.view-tours .views-row .tour-content-row::after{
	content: " ";
    position: absolute;
	width: 100%;
	height: 13px;
	bottom: -13px;
	background-image: url(../images/bg_inferior.png);
	background-repeat: no-repeat;
	background-position: bottom;
	background-size: 100% auto;
}

.view-tours  .views-row .image-tour-full .tour-content-row::after{
    bottom: -10px;
}

.view-tours  .views-row .tour-content-full .tour-content-data-title a {
	font: normal 18px/18px "Raleway Bold",sans-serif;
	color: #003287;
	text-transform: uppercase;
}

.view-tours  .views-row .tour-content-full  .tour-content-duracon .label{
	color: #000;
	text-transform: uppercase;
	padding: 0;
}

.tour-content-data-resumen{
	margin: 10px 0;
}

.tour-content-precio .label{
	color: #777777;
	padding: 0;
}

.tour-content-precio {
	color: #000;
	font: normal 25px/25px "Raleway ExtraBold",sans-serif;
}

.tour-content-precio .label{
	color: #777777;
	padding: 0;
	font-size: 75%;
    font-weight: normal;
	font: normal 12px/25px "Raleway",sans-serif;
}

.tour-content-more{
	margin-top: 15px
}

.tour-content-more a{
	 background: #003287 none repeat scroll 0 0;
    border-radius: 5px;
    color: #fff;
    font: 14px/14px "Raleway ExtraBold",sans-serif;
    margin-top: 20px;
    padding: 8px 15px;
    text-transform: uppercase;
}

.view-tours .views-row .tour-content{
	position: relative;
	width: 100%;
	overflow: hidden;
}

body.page-city-tours .view-tours .views-row,
body.page-shopping-tours .view-tours .views-row,
body.page-excursion-tours .view-tours .views-row  {
	border-bottom: 1px solid #003287;
	margin-bottom: 35px;
	padding-bottom: 35px;
}

.view-tours .views-row img{
	width: 100%;
	height: 100%;
	max-width: none;        
    transition: all 2s ease 0s;
}

.view-tours .views-row:hover img{
        transform: scale(1.1);
}

.view-tours .views-row .tour-content-title{
	position: absolute;
	z-index: 1;
	bottom: 0;
	display: block;
	padding: 10px 5px;
	background: url("../images/text-image.png") repeat;
	text-align: center;
	width: 100%;
	min-height: 78px;
}

.view-tours .views-row .tour-content-title span{
	color: #fff;
	display: block;
	font: normal 13px/15px "Raleway Light",sans-serif;
}

.view-tours .views-row .tour-content-title span:first-child{
    font: normal 25px/25px "Raleway BlackItalic",sans-serif;
	text-transform: uppercase;
	margin-bottom: 3px;
}

.node-tour .node-title-content{
	font: normal 18px/18px "Raleway Bold",sans-serif;
	color: #003287;
	text-transform: uppercase;
	margin: 0 0 10px 0;
}



.node-tour .node-resumen-content,
.node-tour .node-resumen-largo-content{
	font: normal 13px/20px "Raleway",sans-serif;
	margin: 0 0 10px 0;
}

.node-tour .node-image-content img{
	width: 100%;
	height: 100%;
}

.node-tour .node-tour-options{
	text-align: center;
}

.node-tour .node-anadir-experiencia-content{
    font: normal 13px/20px "Raleway",sans-serif;
	margin: 30px 0 0px 0;
}



.node-tour .node-tour-options-content{
	max-width: 120px;
	margin: 10px auto 0 auto;
	padding-top: 10px;
	border-top: 2px solid #9FB1D1;
	text-transform: uppercase;
	font: normal 14px/22px "Raleway Light",sans-serif;
	color: #222;
	letter-spacing: 1px;
}

.node-tour .node-tour-options-content label{
	font: normal 11px/20px "Raleway Light",sans-serif;
	font-weight: normal;
}

.node-tour .node-tour-options-content:first-child{
	margin: 0px auto 0 auto;
	border-top: none;
}

.node-anadir-experiencia-buttom-content{
	margin-top: 30px;
}

.node-anadir-experiencia-buttom-content a{
	padding: 10px 15px;
	color: #fff;
	text-transform: uppercase;
	font: normal 16px/20px "Raleway ExtraBold",sans-serif;
	background: #003287;
	border-radius: 10px;
}

#tour-information-list{
	border: 1px solid #C3C4CA;
	text-align: center;
	margin-top: 50px;
}

#tour-information-list > li{
	float: none;
	display: inline-block;
	text-transform: uppercase;
}

#tour-information-list > li a{
	color: #003287
}

#tour-information-list > li.active > a, 
#tour-information-list > li.active > a:hover, 
#tour-information-list > li.active > a:focus{
	border: none;
	background: none;
}

#tour-information-list > li.active > a{
	font-weight: bold;
}

/*
** TOURS ACORDION
*/

.ui-widget-content a,
.ui-widget {
    color: #222;
	font: normal 12px/22px "Raleway Light",sans-serif;
}

.ui-widget-content a:hover{
    color: #003287;
}

.ui-accordion .ui-widget-content {
    border: none;
    overflow: auto;
    padding: 0em 2.2em;
}

.ui-accordion .ui-accordion-header {
    cursor: pointer;
    display: block;
    margin-top: 2px;
	border: none;
	text-transform: uppercase;
	color: #003287;
    min-height: 0;
    position: relative;
}

.ui-accordion .ui-accordion-header a{
	color: #003287;
}

.ui-state-default, 
.ui-widget-content .ui-state-default, 
.ui-widget-header .ui-state-default{
	background: none;
}

/*
** NOSOTROS
*/

#block-views-nosotros-block{
	margin-bottom: 40px;
}

.view-nosotros{
	width: 100%;
}

.view-nosotros .views-row{
	margin-bottom: 30px;
	text-align: center;
}

.view-nosotros .views-row .views-field-field-imagen{
	margin-bottom: 40px;
}

.view-nosotros .views-row .views-field-title{
	font: normal 21px/21px "Raleway ExtraBold",sans-serif;
	color: #003287;
	text-transform: uppercase;
	margin-bottom: 20px;
}

.view-nosotros .views-row .views-field-body{
    font: normal 12px/20px "Raleway",sans-serif;
}

/*
** TRANSPORTE
*/

.view-transporte{
	width: 100%;
}

.view-transporte .views-row{
	margin-bottom: 30px;
	text-align: center;
}

.view-transporte .views-row .views-field-nothing{
	border: 1px solid #C3C4CA;
}

.view-transporte .views-row .views-field-field-imagenes{
	margin: 40px 0;
}

.view-transporte .views-row .views-field-title{
	margin: 15px 0;
}

.view-transporte .views-row .views-field-title a{
	font: normal 18px/18px "Raleway ExtraBold",sans-serif;
	color: #003287;
	text-transform: uppercase;
}

.view-transporte .views-row .views-field-field-capacidad{
    font: normal 14px/20px "Raleway",sans-serif;
}

.node-transporte .node-title-content{
	font: normal 18px/18px "Raleway Bold",sans-serif;
	color: #003287;
	text-transform: uppercase;
	margin: 0 0 10px 0;
}

.node-transporte .node-capacidad-content{
	margin: 0 0 10px 0;
}


/*
** SERVICIOS
*/

.view-servicios{
	width: 100%;
}

#block-views-servicios-block .content > .view-servicios  > .view-content{
	display: block;
	position: relative;
	float: left;
}

#block-views-servicios-block .content > .view-servicios  > .view-content::before{
	content: " ";
    position: absolute;
	width: 100%;
	height: 30px;
	left: 0;
	z-index: 1;
	top: -22px; /* modificar */
	background-image: url(../images/servicios.png);
	background-repeat: no-repeat;
	background-size: 100% auto;
}

body.front .view-servicios .views-row{
	padding: 0 !important;
}

.view-servicios .views-row{
	position: relative;
	margin-bottom: 20px;
	overflow: hidden;
}

.page-servicios .view-servicios .views-row .views-field-field-imagenes{
	overflow: hidden;
}

.page-servicios .view-servicios .views-row{
	text-align: center;
	margin-bottom: 35px;
}

.page-servicios .view-servicios .views-row .views-field-title{
	margin: 5px 0;
}

.page-servicios .view-servicios .views-row .views-field-title a{
	font: normal 16px/20px "Raleway Bold",sans-serif;
	color: #003287;
	text-transform: uppercase
}

.view-servicios .views-row img{
	width: 100%;
	height: 100%;
	max-width: none;        
    transition: all 2s ease 0s;
}

.view-servicios .views-row:hover img{
        transform: scale(1.1);
}

.view-servicios .view-header .view-content{
	text-align: center;
	margin-bottom: 30px;
}

.view-servicios .view-header .view-content > div{
	display: inline-block;
	color: #000;
	font: normal 30px/30px "Raleway ExtraBold",sans-serif;
	text-transform: uppercase
}

.view-servicios .view-header .view-content > div span.service-point{
	margin: 0 20px;
	content: "·"
}

.view-servicios .view-header .view-content > div:first-child span.service-point{
	display: none;
}

.view-servicios .view-header .view-content > div::before{
	
}

.node-servicio .node-title-content{
	font: normal 18px/18px "Raleway Bold",sans-serif;
	color: #003287;
	text-transform: uppercase;
	margin: 0 0 10px 0;
}
/*
** SLOGAN FOOTER
*/

#block-block-5{
	background: url("../images/logo-footer.png") no-repeat center top;
	padding-top: 130px;
	margin-bottom: 20px;
}

#block-block-5 .content{
	text-align: center;
	color: #000;
	letter-spacing: 2px;
    font: normal 20px/20px "Raleway BlackItalic",sans-serif;
}


/*
** PIE DE PAGINA
*/

#footer{
    background: #003187 url("../images/white-plane.png") repeat-x center top;
    color: #fff;    
    padding-top: 100px;
}

#footer a{
    color: #fff;    
}

#footer .block {
	margin-bottom: 30px;
}

#footer .block .title-block{
    color: #fff;
    font: bold 14px/26px "Raleway Bold",sans-serif;
    text-transform: uppercase;
	text-align: left;
	margin-bottom: 2px;
}

#footer .region-footer {
    border-top: 1px solid rgba(179, 181, 182, 0.32);
    color: #fff;
    font-size: 13px;
    line-height: 20px;
    padding: 20px 0;
}

#footer .region-footer p{
    margin-bottom: 0
}

#footer-message{
    background: #003287;
    color: #fff;  
    text-align: center;	
	font: normal 12px/12px "Raleway",sans-serif;
	padding: 20px 0;
}

#footer-message p{
    margin-bottom: 0;
}

#footer-message a{
    color: #fff;
}

/*
** SLIDE
*/



.flexslider .slides > li { 
  background-position: center;
  height: 400px;
  width: 100%;
  display: none; 
  -webkit-backface-visibility: hidden;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

#slide{
	margin: 30px 0 90px 0;
	position: relative; /*agregar*/
}

.flexslider ul.slides {
  margin: 0;
  padding: 0;
}

.flexslider {
  margin: 0; 
  padding: 0; 
  width: 100%; 
  height: 100%; 
  border: 0px; 
  overflow: hidden;
}

.flex-control-paging > li {
    display: inline-block;
    margin-right: 10px;
	text-indent: -9999px;
	width: 10px;
	height: 10px;
}

.flex-control-paging > li > a{
    background: #222 none repeat scroll 0 0;
    border-radius: 10px;
    display: inline-block;
    height: 10px;
    width: 10px;
	float: left;
	cursor: pointer;
	opacity: 0.2;
}

.flex-control-paging > li > a.flex-active{
	opacity: 1;
}


.flex-control-paging {
    bottom: -50px;
    position: absolute;
    text-align: center;
    z-index: 100;
	width: auto;
	left: 48.5%;
	padding-left: 0;	
}

.flex-direction-nav{
    top: 49%;
    position: absolute;
    text-align: center;
    z-index: 100;
	width: 100%;
	padding-left: 0;	
}

.flex-direction-nav li {
    float: left;
    height: 30px;
    margin-left: 30px;
    text-indent: -9999px;
    width: 30px;
}

.flex-direction-nav li.flex-nav-next {
    float: right;
    height: 30px;
    margin-right: 30px;
}

.flex-direction-nav li a{
    background: #003287 none repeat scroll 0 0;
    border-radius: 30px;
    float: left;
    height: 30px;
    text-indent: -9999px;
    width: 30px;
	opacity: 0.7;
	position: relative
}

.flex-direction-nav li a::before{
    content: "\f178";
    font-family: "FontAwesome";
    font-size: 20px;
    padding-right: 7px;
    vertical-align: -2px;
	color: #fff;
	position: absolute;
	top: 3px;
	left: 3px;
	z-index: 101
	
}


/*
**PARALLAX
*/

#block-block-12{
	background-repeat: no-repeat  !important;      
   -webkit-background-size: 100% auto !important; 
   -moz-background-size: 100%  auto !important; 
   -o-background-size: 100%  auto !important; 
   background-size: 100% auto !important;
   background-attachment: fixed  !important;
   padding: 40px 0;
   position: relative;
   min-height: 650px;
   margin: 160px 0 120px 0;

}

#block-block-12 .content{
   font: normal 40px/50px "Raleway Bold";
   color: #fff;
   position: relative;
   z-index: 4;
}

#block-block-12 .content p{
   margin-bottom: 0;
}

#block-block-12 .content ul{
   text-align: right;
}

#block-block-12 .content ul li{
   list-style: none;
   font: normal 30px/50px "Raleway Bold";
   padding-right: 35px;
   background: url("../images/one-plane.png") no-repeat right;
}

#block-block-12::before{
   background-repeat: no-repeat;    
   background-image: url("../images/parallax-hover.png");    
   background-size: 100% 100%;       
   width: 100%;
   z-index: 3;
   content: " ";
   top: -70px;
   height: 720px;
   position: absolute;
}

span.follow-link-wrapper a {
    background: #fff none repeat scroll 0 0;
    border-radius: 15px;
	margin-right: 10px;
	display: inline-block;
	position: relative
}

span.follow-link-wrapper a::after{
    display: inline-block;
    font-family: FontAwesome;
    line-height: inherit;
       position: absolute;
    text-align: center;
    top: -20%;
	left: 24%;
    color: #003187;
    text-align: center;
    line-height: 46px;
    font-size: 20px;
}


span.follow-link-wrapper-facebook  a.follow-link-facebook::after {
    content: "\f09a";
}
span.follow-link-wrapper-facebook:hover a.follow-link-facebook::after {
    color: #3b5998
}
span.follow-link-wrapper  a.follow-link-twitter::after {
    content: "\f099";
}
span.follow-link-wrapper:hover  a.follow-link-twitter::after {
    color: #55acee
}
span.follow-link-wrapper   a.follow-link-youtube::after {
    content: "\f167";
}
span.follow-link-wrapper:hover  a.follow-link-youtube::after {
    color: red
}
span.follow-link-wrapper   a.follow-link-linkedin::after {
    content: "\f0e1";
}
span.follow-link-wrapper:hover  a.follow-link-linkedin::after {
    color: #007bb5
}
span.follow-link-wrapper   a.follow-link-this-site::after {
    content: "\f09e";
}
span.follow-link-wrapper:hover  a.follow-link-this-site::after {
    color: 
}
span.follow-link-wrapper   a.follow-link-delicious::after {
    content: "\f1a5";
}
span.follow-link-wrapper   a.follow-link-digg::after {
    content: "\f1a6";
}
span.follow-link-wrapper   a.follow-link-dribbble::after {
    content: "\f17d";
}
span.follow-link-wrapper   a.follow-link-flickr::after {
    content: "\f16e";
}
span.follow-link-wrapper:hover  a.follow-link-flickr::after {
    color: 
}
span.follow-link-wrapper   a.follow-link-github::after {
    content: "\f09b";
}
span.follow-link-wrapper   a.follow-link-googleplus::after {
    content: "\f0d5";
}
span.follow-link-wrapper:hover  a.follow-link-googleplus::after {
    color: #d73d32
}
span.follow-link-wrapper   a.follow-link-instagram::after {
    content: "\f16d";
}
span.follow-link-wrapper   a.follow-link-pinterest::after {
    content: "\f0d2";
}
span.follow-link-wrapper  a.follow-link-reddit::after {
    content: "\f1a1";
}
span.follow-link-wrapper   a.follow-link-tumblr::after {
    content: "\f173";
}
span.follow-link-wrapper   a.follow-link-vimeo::after {
    content: "\f27d";
}
span.follow-link-wrapper   a.follow-link-weibo::after {
    content: "\f1d5";
}
span.follow-link-wrapper   a.follow-link-wordpress::after {
    content: "\f19a";
}

span.follow-link-wrapper   a.follow-link-xing::after {
    content: "\f168";
}

span.follow-link-wrapper   a.follow-link-newsletter::after {
    content: "\f1ea";
}


#contacto_primero{
	margin: 40px 0;
}

#block-bloque-contacto-imagen-contacto img{
	width: 100%;
	height: 100%;
	max-width: 100%;
}

#block-bloque-contacto-imagen-contacto .imagen-contacto{
	background: #003187;
	color: #fff;
	padding: 20px;
	text-align: center;
	font: normal 20px/20px "Raleway Bold";
	text-transform: uppercase;
	margin-bottom: 30px;
}



.margin-top{
	margin-top: 30px;
}


.footer-colums .form-textarea{
    height: 100px;
}
.footer-colums legend {
    color: #fff;
}
.footer-colums fieldset.captcha  .fieldset-description {
    display: none;
}


.footer-colums fieldset.captcha  .fieldset-description {
    display: none;
}

.footer-colums fieldset.captcha  .description{
  display: none;
}

.footer-colums .contact-form .form-item-mail {
   margin-top: 0;
}

.footer-colums  .form-item{
    margin-bottom: 0;
}

.footer-colums fieldset.captcha{
	margin-top: 10px;
}

.footer-colums  .form-submit{
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.32);
 background: #1d110d;
 margin-top: 0px;
}
#contacto_primero #block-bloque-contacto-contact-form-block .col-md-6{
	width: 100%;
}














/*
RESERVA
*/

.reserva-primeros-datos{
	background: #003187;
	color: #fff;
	display: block;
	float: left;
	padding: 20px 10px;
	border-radius: 10px;
	margin-bottom: 30px;
	width: 100%;
}

.contact-form .form-item-name {
    margin-top: 0em;
}

.view-mis-experiencias table{
	width: 100%;
}

.view-mis-experiencias table tr td{
	padding: 10px 0;
}

.view-mis-experiencias table tr.odd {
background: #fff;
}

.view-mis-experiencias table tr.even{
background: #BFCCE1;
}

.field-collection-view .field-label{
	width: 100%;
}

.node-reserva-action-content{
	text-align: center;
}
.node-reserva h3.title-block{
	color: #003187
}

.node-reserva .field .field-label{
	font-weight: normal;
	color: #444;
	letter-spacing: 1px;
	font-family: "Raleway Bold", sans-serif;
}

.node-reserva .reserva-primeros-datos .field .field-label{
	color: #fff;
}

.experiencia-first-row{
	background: #003187;
	color: #fff;
	border-radius: 15px;
	padding: 10px;
}
.node-reserva-form legend{
	display: none;
}

.node-reserva-form #edit-field-hotel-estancia legend{
	display: block;
	border: none;
}

.experiencia-first-row label{
	text-transform: uppercase;
}

.node-reserva-form .field-add-more-submit{
	 background: #003287 none repeat scroll 0 0;
    border-radius: 5px;
    color: #fff;
    font: 11px/11px "Raleway Bold",sans-serif;
    margin-top: 20px;
	letter-spacing: 1px;
    padding: 8px 8px;
    text-transform: uppercase;
	margin-bottom: 0;
}

.field-multiple-table{ 
	width: 100%;
}

.field-multiple-table .form-submit{ 
	display: inline-block;
	text-indent: -9999px;
	padding: 0;
	margin: 0;
	border: none;
	width: 18px;
	height: 19px;
	background: url("../images/remove.png") no-repeat;
	vertical-align: middle;
	margin-top: 20px;
	float: right;
	margin-right: 20px;

}

.field-multiple-table .form-submit:hover{ 
	box-shadow: none;
}

.experiencia-first-row .end-date-wrapper .form-type-date-popup > label{
	display: none;
}

fieldset.date-combo .container-inline-date .date-padding {
    padding: 0;
}

.field-multiple-table .form-wrapper{
	display: inline-block;
	vertical-align: top;
	margin-right: 30px;
}

#edit-field-hotel-estancia .form-wrapper{
	display: inline-block;
	vertical-align: top;
	margin-right: 30px;
}
.node-reserva-form  > div > .form-wrapper{
	margin-bottom: 40px;
}

.field-collection-view {
    margin: 0 0em;
}

.node-reserva-form tr.even, 
.node-reserva-form tr.odd {
    background: none;
    border-bottom: none;
    padding: 0.1em 0.6em;
}

.node-reserva-form .row-destino{
	float: left;
	width: 100%;
	background: #EDEEF0;
	margin: 10px;
	padding: 10px 0;
}

.node-reserva-form .row-destino .date-no-float {
    clear: both;
    float: none;
    width: 100%;
}

.node-reserva-form .row-destino  fieldset.date-combo .container-inline-date > .form-item {
    margin-bottom: 0;
}

.node-reserva-form .row-destino .container-inline-date > .form-item {
  margin-right: 0;
}

.form-item input.date-clear{
    background: #fff url("../images/calendar.png") no-repeat right;
    border: 1px solid #e0e1e1;
    border-radius: 3px;
    box-sizing: border-box;
    color: #000;
    font: 14px/24px "Raleway",sans-serif;
    margin-bottom: 10px;
    max-width: 95%;
    padding: 3px 30px 3px 7px;
}

.botom-eliminar-destino{
	margin-top: 20px;
}

.node-reserva-form .form-type-date-popup .description,
.node-reserva-form .field-name-field-fecha-destino label,
.node-reserva-form .field-name-field-destinos .field-add-more-submit,
.node-reserva-form .field-name-field-destinos  th.field-label label{
	display: none;
}

.node-reserva-form .field-name-field-destinos  th.field-label{
	border-bottom: none;
}


.field-multiple-table .row-destino-data .form-wrapper{
	display: block;
	margin-right: 0px;
}

.node-reserva-form .row-destino-data .form-type-radios,
.node-reserva-form .row-destino-data .form-type-radios .form-radios,
.node-reserva-form .row-destino-data .form-type-radios .form-radios > .form-item{
	display: inline-block;
}

.node-reserva-form .row-destino-data .form-type-radios .form-radios,
.node-reserva-form .row-destino-data .form-type-radios .form-radios > .form-item{
	margin-left: 5px;
}

.node-reserva-form  table tbody{
	border: none;
}

.aviones-bg{
	background: #fff url("../images/plane_tramam.png") no-repeat top;
	width: 550px ;
	height: 24px;
	max-width: 100%;
	margin: 30px auto 60px;
}

.reserva-content-border{
	float: left;
	width: 100%;
	border: 2px solid #C3C5CA;
}

.node-reserva-form a.tabledrag-handle .handle {
    padding: 1em;
	}
.node-reserva-form .tabledrag-toggle-weight-wrapper{
	display: none;
}

.node-reserva-form  label{
	font-weight: normal;
}

.node-reserva-form  th{
	border: none;
}


.reserva-campos > .form-wrapper{
  border-top: 2px solid #C3C5CA;
  margin: 0px 0 50px 0;
}

.reserva-campos > .field-name-field-destinos{
  border-top: none;
}

.node-reserva-form .field-name-field-idioma-visita-guiada label{
	color: #222;
}

.field-name-field-servicio-transporte th.field-label label,
.field-name-field-servicio-asistente th.field-label label,
.field-name-field-mesa-restaurante th.field-label label,
.field-name-field-hotel-estancia legend,
.field-name-body label{
	background: url("../images/mas.png") no-repeat left;
	padding-left: 30px;
	color: #777777;
    font: 14px/26px "Raleway",sans-serif;
}

.field-name-field-hotel-estancia legend{
	margin-top: 10px;
}

.title-destino-destino-row{
	color: #000;
	text-transform: uppercase;
}

.node-reserva-form .form-actions{
	text-align: center;
}

.linea-tiempo{
	margin: 40px 0 0 40px; 
	float: left
}

.linea-tiempo-item{
	border-left: 4px solid #003287;
	padding: 10px 0 10px 10px;	
	position: relative;
	float: left;
	clear: both;
	font: normal 12px/12px "Raleway SemiBold", sans-serif;
	color: #1e120d;
	text-transform: uppercase;
}

.linea-tiempo-item span{
	font: normal 12px/12px "Raleway Light", sans-serif;
	text-transform: none;
}

.linea-tiempo-item-entrada{
	padding-top: 0px;	
}

.linea-tiempo-item-salida{
	padding-bottom: 0px;	
}

.linea-tiempo-item-icon{
	background: url("../images/elemento-reserva.png") no-repeat left;
	width: 38px;
	height: 38px;
	float: left;
	margin-left: -32px;
	margin-right: 10px;
}

.linea-tiempo-item-salida .linea-tiempo-item-icon,
.linea-tiempo-item-entrada .linea-tiempo-item-icon{
	background: url("../images/inicio_fin.png") no-repeat left;
	width: 20px;
	height: 19px;
	float: left;
	margin-left: -22px;
	margin-right: 18px;
}

.linea-tiempo-item-salida .linea-tiempo-item-icon{
	margin-top: 8px;	
}

.linea-tiempo-item-data{
	float: left;
	padding-top: 10px;
}

.linea-tiempo-item-entrada .linea-tiempo-item-data{
	margin-top: 0px;
	padding-top: 4px;
}

.linea-tiempo-item-salida .linea-tiempo-item-data{
	padding-top: 3px;
}

.icon-tour,
.icon-tranfer,
.icon-restaurante{
	background: url("../images/tour.png") no-repeat 8px 7px;
	width: 38px;
	height: 38px;
	float: left;
}

.icon-tranfer{
	background: url("../images/transfer.png") no-repeat 5px 12px;
}

.icon-restaurante{
	background: url("../images/restaurante.png") no-repeat 13px 11px;
}

.has-error .help-block, .has-error .control-label, .has-error .radio, .has-error .checkbox, .has-error .radio-inline, .has-error .checkbox-inline, .has-error.radio label, .has-error.checkbox label, .has-error.radio-inline label, .has-error.checkbox-inline label {
    color: #F00;
}
.has-error .help-block, .has-error .control-label, .has-error .radio, .has-error .checkbox, .has-error .radio-inline, .has-error .checkbox-inline, .has-error.radio label, .has-error.checkbox label, .has-error.radio-inline label, .has-error.checkbox-inline label {
    color: #F00;
}