@font-face {
	font-family: 'Helvetica-CondensedLight';
	src: url('../fonts/HelveticaCdLt.eot');
	src: local('☺'), url('../fonts/HelveticaCdLt.woff') format('woff'), url('../fonts/HelveticaCdLt.ttf') format('truetype'), url('../fonts/HelveticaCdLt.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Helvetica37-CondensedThin';
	src: url('../fonts/HelveticaCdThn.eot');
	src: local('☺'), url('../fonts/HelveticaCdThn.woff') format('woff'), url('../fonts/HelveticaCdThn.ttf') format('truetype'), url('../fonts/HelveticaCdThn.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

a,i {
  text-decoration: none;
  -webkit-transition: color 0.2s ease;
  -moz-transition: color 0.2s ease;
  -o-transition: color 0.2s ease;
  transition: color 0.2s ease;
  -webkit-transition: border 0.15s ease;
  -moz-transition: border 0.15s ease;
  -o-transition: border 0.15s ease;
  transition: border 0.15s ease;
  -webkit-transition: background-color 0.2s ease;
  -moz-transition: background-color 0.2s ease;
  -o-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}

body
{
	font-family: Arial,sans-serif !important;
}

.container
{
	width: 100% !important;
}

.row
{
	width: 1170px !important;
	margin: auto !important;
}

div.row.espacio,
div.row-fluid.espacio
{
	margin-bottom: 40px  !important;
}

#header
{
	background-color: #11305E;
}

#header .row
{
	position: relative;
}

@media (max-width:767px)
{
	/*#header
	{
		margin-left: -20px;
		padding: 0 20px;
	}*/
}

#logos_header
{
	position: absolute;
	top: 30px;
	left: 0;
	z-index: 20;
	margin: 0;
}

@media (max-width: 991px)
{
	#logos_header
	{
		top: 15px;
	}
}

@media (max-width: 767px)
{
	#logos_header img
	{
		max-width: 60%;
	}
}

#idiomas_redes_sociales_menu
{
	position: absolute;
	top: 30px;
	right: 0;
	z-index: 20;
}

@media (max-width: 991px)
{
	#idiomas_redes_sociales_menu
	{
		top: 15px;
	}
}

@media (max-width: 767px)
{
	#idiomas_redes_sociales_menu
	{
		position: static;
	}
}

/*--  menu  --*/

.responsiveMenuTheme1
{
	background-color: rgba(255,255,255,0.7) !important;
	font-family: "Trebuchet MS", Helvetica, sans-serif  !important;
	text-align: right;
	font-size: 18px;
	list-style: none;
	margin: 0;
}

.responsiveMenuTheme1 > li
{
	float: none !important;
	width: 100% !important;
}

.responsiveMenuTheme1 > li > a
{
	padding: 10px 15px !important;
}

.responsiveMenuTheme1 a:hover, 
.responsiveMenuTheme1 li.active > a, 
.responsiveMenuTheme1 li > span.separator:hover
{
	background-color: #FFF !important;
}

.responsiveMenuTheme1 li a, 
.responsiveMenuTheme1 li span.separator, 
.responsiveMenuTheme1 li span.navHeader
{
	border-left: none !important;
	border-bottom: 1px solid #CCC !important;
}

@media (min-width: 767px) and (max-width: 991px)
{
	.responsiveMenuTheme1
	{
		font-size: 16px;
	}
	
	.responsiveMenuTheme1 > li
	{
		line-height: 16px !important;
	}
	
	.responsiveMenuTheme1 > li > a
	{
		padding: 7px 12px !important;
	}
}

.menu_superior
{
	text-align: right;
	float: right !important;
}

.toggleMenu
{
	background: url("../images/toggle-icon.png") no-repeat scroll left center transparent !important;
	border-radius: 0 !important;
}

.toggleMenu span
{
	display: none;
}

/*--  Redes Sociales  --*/
.redes_sociales
{
	position: absolute;
	top: 3px;
	right: 45px;
	line-height: 40px;
	font-size: 22px;
}

.redes_sociales a
{
	color: white;
	text-decoration: none;
	display: inline-block;
}

.redes_sociales a:hover
{
	color: #11305E;
	text-decoration: none;
}

.redes_sociales i:hover
{
	background-color: white;
	color: #11305E;
	text-decoration: none;
}

.redes_sociales i
{
	border: 2px solid white;
    border-radius: 17px;
    color: white;
    display: table-cell;
    font-size: 22px;
    height: 30px;
    text-align: center;
    vertical-align: middle;
    width: 30px;
}

.redes_sociales i span
{
	display: none;
}

@media (max-width: 980px)
{
	.redes_sociales
	{
		right: 45px;
		line-height: 36px;
		font-size: 18px;
	}
}

@media (max-width: 767px)
{
	.redes_sociales
	{
		top: auto;
		right: 65px;
		line-height: 36px;
		font-size: 16px;
		margin-top: 3px;
	}
	
	.redes_sociales a:hover
	{
		color: #11305E;
		text-decoration: none;
	}

	.redes_sociales i:hover
	{
		color: #11305E;
		border: 2px solid white;
		text-decoration: none;
		background-color: white;
	}
}

.well
{
	background-color: transparent !important;
	border: none !important;
	box-shadow: none !important;
	padding: 0 !important;
}

.page-header
{
	margin: 20px 0 !important;
	padding: 0;
	border-bottom: none !important;
	font-size: 36px !important;
	color: #666;
}

.page-header a 
{
	color: #666;
	text-decoration: none;
}

.page-header a:hover
{
	color: #11305E;
	text-decoration: none;
}

@media (min-width: 980px) and (max-width: 1199px) {
	.page-header {
		font-size: 28px !important;
	}
}

@media (min-width: 768px) and (max-width: 979px) {
	.page-header {
		font-size: 22px !important;
		line-height: 24px !important;
	}
}

@media (max-width: 767px)
{
	.page-header
	{
		margin: 20px 0 !important;
		font-size: 25px !important;
	}
}

.nuestra_tierra li > a > span
{
	display: block;
	width: 100%;
	height: 52px;
	position: absolute;
	bottom: 0;
	left: 0;
	background-color: rgba(0,0,0,0.6);
	color: white;
	text-align: center;
	line-height: 52px;
	font-family: 'Helvetica-CondensedLight';
	font-size: 22px;
	letter-spacing: -1px;
}

.nuestra_tierra li > a:hover > span
{
	-webkit-transition: background-color 0.2s ease;
	-moz-transition: background-color 0.2s ease;
	-o-transition: background-color 0.2s ease;
	transition: background-color 0.2s ease;
	background-color: rgba(17,48,94,0.9);
	height: 100px;
	line-height: 100px;
	-webkit-transition: height 0.2s ease;
	-moz-transition: height 0.2s ease;
	-o-transition: height 0.2s ease;
	transition: height 0.2s ease;
}

.nuestra_tierra li.item-214 > a:hover > span,
.nuestra_tierra li.item-186 > a:hover > span {
    line-height: 48px;
}

@media (min-width: 768px) and (max-width: 1199px)
{
	.nuestra_tierra li.item-214 > a:hover > span,
	.nuestra_tierra li.item-186 > a:hover > span {
		font-size: 20px;
	}
}

@media (max-width: 649px)
{
	.nuestra_tierra li > a > span
	{
		height: 52px;
		line-height: 26px;
		font-size: 18px;
	}
	
	.nuestra_tierra li > a:hover > span
	{
		height: 100%;
		line-height: 30px;
	}
	
	.nuestra_tierra li.item-214 > a:hover > span,
	.nuestra_tierra li.item-186 > a:hover > span {
		font-size: 12px;
	}
}

.pie_pagina_fluid
{
	background-color: #11305E;
}

#pie-de-pagina
{
	position: relative;
}

.row .logotipo,
.row .span12,
.row .facebook
{
	margin-left: 0;
	margin: auto;
}

#contenido-pie
{
	text-align:right;
	font-family: Century gothic,Arial,sans-serif;
	letter-spacing:0px;
	font-size:0.9em;
	color:#000;
	line-height:15px;
}

#bitaclick
{
	border-top: 1px solid white;
	text-align: right;
	color: white;
	
	font-family: Century gothic,Arial,sans-serif;
	letter-spacing:0.5px;
	font-size:0.9em;
	line-height:24px;
}

#bitaclick div
{
	float: right;
}
#bitaclick a
{
	color: white;
}

#bitaclick a:hover
{
	text-decoration: underline;
}

#bitaclick > div:first-child
{
	text-align: left;
	float: left;
}

#logos_footer img
{
	margin: 15px 0;
}

#contenido-pie a
{
	color: white;
}

#contenido-pie a:hover
{
	text-decoration: underline;
	background-color: transparent;
}

#contenido-pie .redes_sociales
{
	position: inherit;
}

#contenido-pie .redes_sociales .well,
#contenido-pie .redes_sociales .well p
{
	margin: 0;
}

#contenido-pie .redes_sociales a:hover
{
	text-decoration: none !important;
}

#contenido-pie .redes_sociales i:hover
{
	color: #11305E;
	border-color: white;
	text-decoration: none !important;
	background-color: white;
	text-decoration: none;
}

#contenido-pie .menu_pie
{
	display: inline-block;
	margin: 15px 0;
}

#contenido-pie .menu_pie li
{
	float: left;
	display: flex;
}

#contenido-pie .menu_pie li:after
{
	font-family: 'FontAwesome';
	content: "\f111";
	padding: 0 10px;
	font-size: 2px;
	color: white;
}

#contenido-pie .menu_pie li:last-child:after
{
	content: none;
	padding: 0;
}

@media(max-width: 767px)
{
	#contenido-pie .menu_pie
	{
		font-size: 12px;
	}
	
	#contenido-pie .menu_pie li:after
	{
		padding: 0 5px;
	}
}

/*--  Nuestra tierra slider  --*/

@media (min-width: 980px) and (max-width: 1199px)
{
	.bx-wrapper
	{
		max-width: 830px !important;
	}
	
	.bx-wrapper li,
	.bx-wrapper div.wppost
	{
		width: 200px !important;
		height: 200px !important;
	}
}

@media (min-width: 768px) and (max-width: 979px)
{
	.bx-wrapper
	{
		max-width: 614px !important;
	}
	
	.bx-wrapper li,
	.bx-wrapper div.wppost
	{
		width: 198px !important;
		height: 198px !important;
	}
}

@media (min-width: 650px) and (max-width: 767px)
{
	.bx-wrapper
	{
		max-width: 530px !important;
	}
}

@media (max-width: 649px)
{
	.bx-wrapper
	{
		max-width: 240px !important;
	}
	
	.bx-wrapper li,
	.bx-wrapper div.wppost
	{
		width: 115px !important;
		height: 115px !important;
	}
	
	.bx-wrapper .bx-prev
	{
		left: -39px !important;
	}
	
	.bx-wrapper .bx-next
	{
		right: -39px !important;
	}
}

/*--  Guías Turísticas  --*/

#guias .bannergroup
{
	margin: 0;
}

#guias .bannergroup img
{
	border: 2px solid #C2C2C2;
	border-radius: 10px;
}

#guias .bannergroup img:hover
{
	border: 2px solid #11305E;
	
	-webkit-transition: border-color 0.2s ease;
	-moz-transition: border-color 0.2s ease;
	-o-transition: border-color 0.2s ease;
	transition: border-color 0.2s ease;
}

#guias .bannergroup .banneritem
{
	float: left;
	margin: 0;
	width: 100%;
}

#guias .page-header
{
	margin: 10px 0 !important;
	font-size: 22px !important;
}

@media (max-width: 1199px)
{
	#guias.span3 .page-header
	{
		font-size: 17px !important;
	}
}

@media (max-width: 979px)
{
	#guias.span3
	{
		width: 352px;
	}
	
	#guias.span3:nth-child(odd)
	{
		margin-left: 0 !important;
	}
}

@media (min-width: 510px) and (max-width: 767px)
{
	#guias.span3
	{
		width: 48%;
		float: left;
		margin-right: 2%;
	}
}

@media (max-width: 767px)
{
	#guias .bannergroup
	{
		margin: 0 0;
	}
	
	#guias .bannergroup .banneritem
	{
		margin: 0 10px 10px 0;
		width: 100%;
		text-align: center;
	}
}

@media (max-width: 509px)
{
	#guias.span3
	{
		width: 100%;
		float: left;
		margin-right: 0;
	}
}

/*--  Enlaces de interés  --*/

#enlaces_interes .bannergroup
{
	margin: 0;
	display: flex;
	flex-wrap: wrap;
}

#enlaces_interes .bannergroup img
{
	border: 1px solid #C2C2C2;
	border-radius: 5px;
}

#enlaces_interes .bannergroup img:hover
{
	border: 1px solid #11305E;
	
	-webkit-transition: border-color 0.2s ease;
	-moz-transition: border-color 0.2s ease;
	-o-transition: border-color 0.2s ease;
	transition: border-color 0.2s ease;
}

#enlaces_interes .bannergroup .banneritem
{
	float: left;
	margin: 0 1% 1% 0;
	width: 15.65%;
	display: table;
}

@media (max-width: 979px)
{
	#enlaces_interes .bannergroup .banneritem
	{
		width: 24%;
	}
}


@media (max-width: 767px)
{
	#enlaces_interes .bannergroup .banneritem
	{
		width: 32%;
	}
}

@media (max-width: 480px)
{
	#enlaces_interes .bannergroup
	{
		margin: 0 0;
	}
	
	#enlaces_interes .bannergroup .banneritem
	{
		width: 49%;
		text-align: center;
	}
}

/*--  Preguntas frecuentes  --*/

#preguntas_frecuentes
{
	background-color: #F6F5F4;
	text-align: center;
	
	position: relative;
	height: 245px;
}

/*#preguntas_frecuentes:before
{
	content: "";
    position: absolute;
    z-index: -2;
    bottom: 17px;
    left: 10px;
    width: 50%;
    height: 20%;
    box-shadow: 0 15px 10px rgba(0, 0, 0, 0.7);
    -webkit-transform: rotate(-2deg);
    -moz-transform: rotate(-2deg);
    -ms-transform: rotate(-2deg);
    -o-transform: rotate(-2deg);
    transform: rotate(-2deg);
}

#preguntas_frecuentes:after
{
	content: "";
    position: absolute;
    z-index: -2;
    bottom: 17px;
    width: 50%;
    height: 20%;
    right: 10px;
    left: auto;
    box-shadow: 0 15px 10px rgba(0, 0, 0, 0.7);
    -webkit-transform: rotate(2deg);
    -moz-transform: rotate(2deg);
    -ms-transform: rotate(2deg);
    -o-transform: rotate(2deg);
    transform: rotate(2deg);
}*/

#preguntas_frecuentes .span12
{
	margin: 40px 0;
}

.preguntas_frecuentes li 
{
	float: left;
	width: 10%;
	margin-right: 5%;
}

.preguntas_frecuentes li:last-child
{
	margin-right: 0;
}

.preguntas_frecuentes img 
{
	max-width: 100% !important;
	height: auto;
	background-color: #999;
}

.preguntas_frecuentes a 
{
	color: #666;
}

.preguntas_frecuentes a:hover 
{
	color: #11305E;
	background: transparent !important;
	font-weight: bold;
}

.preguntas_frecuentes a:hover img
{
	background-color: #11305E;
	
	-webkit-transition: background-color 0.5s ease;
	-moz-transition: background-color 0.5s ease;
	-o-transition: background-color 0.5s ease;
	transition: background-color 0.5s ease;
}

.preguntas_frecuentes span 
{
	margin-top: 10px;
	display:block;
	font-family: 'Helvetica-CondensedLight';
	font-size: 15px;
	line-height: 13px;
}

@media (max-width: 1199px)
{
	#preguntas_frecuentes 
	{
		height: 218px;
	}
}

@media (max-width: 979px)
{
	#preguntas_frecuentes 
	{
		height: 192px;
	}
	
	.preguntas_frecuentes span 
	{
		font-size: 13px;
		line-height: 11px;
	}
}

@media (max-width: 767px)
{
	#preguntas_frecuentes 
	{
		/*padding: 0 20px;
		margin-left: -20px;*/
		height: 482px;
	}
	
	#preguntas_frecuentes .span12
	{
		margin: 40px 0 20px;
		display:inline-block;
	}

	.preguntas_frecuentes li 
	{
		width: 100%;
		margin: 0 0 20px;
	}

	.preguntas_frecuentes img 
	{
		width: 50px;
		height: 50px;
	}
	
	.preguntas_frecuentes span 
	{
		display:inline-block;
		width: 210px;
		text-align: center;
	}
}

/*--  Redes Sociales  --*/

h3.titulo-seccion
{
	font-family: 'Helvetica-CondensedLight',Century gothic,Arial,sans-serif;
	letter-spacing: -1px;
	font-size: 20px;
	color: #666;
	font-weight: normal;
	line-height: 30px;
	margin: 10px 0 30px;
}

h3.titulo-seccion i
{
	border: 2px solid #999;
	border-radius: 20px;
	width: 30px;
	line-height: 30px;
	color: #999;
	margin-right: 10px;
	font-size: 22px;
	text-align: center;
}

.fb-like-box,
.fb-like-box span,
.fb-like-box span iframe
{
	width: 100% !important;
}

/*--  newsletter  --*/

.acymailing_form
{
	width: 100%;
}

.acymailing_form input[type=text]
{
	width: 96% !important;
	border-color: #999 !important;
	box-shadow: none !important;
	border-radius: 5px !important;
	color: #B3B3B3 !important;
}

.acymailing_form input[type=text]:focus
{
    border-color: #11305e !important;
    box-shadow: none !important;
}

.acymailing_form input[type=submit]
{
	float: right;
}

.acymailing_module .acymailing_introtext
{
	margin-bottom: 10px !important;
}

.acysubbuttons
{
	text-align: left !important;
}

.btn-primary {
	font-family: Century gothic,Arial,sans-serif !important;
    background-color: #11305e;
    background-image: none;
    background-repeat: no-repeat;
    border-color: #999;
    color: white;
    text-shadow: none;
}

.btn-primary:hover {
    background-color: #666;
    color: white;
	
	-webkit-transition: background-color 0.2s ease;
	-moz-transition: background-color 0.2s ease;
	-o-transition: background-color 0.2s ease;
	transition: background-color 0.2s ease;
}

/*--  Noticias y Novedades  --*/

#noticias_novedades div.span12 div.bx-wrapper
{
	margin-bottom: 60px !important;
}

#noticias_novedades div.span12 div.bx-wrapper:nth-last-child(2)
{
	margin-bottom: 0 !important;
}

.srfrList
{
	margin-left: 0;
}

.srfrList li,
.wpposts > div
{
	height: 320px;
	overflow: hidden;
}

.srfrList li img,
.wpposts > div img
{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: auto;
	z-index: -1;
}

.srfrList li span,
.wpposts > div span
{
	bottom: 0;
	left: 0;
	position: absolute;
	background-color: #F1F1F1;
	width: 90%;
	height: 26%;
	padding: 5%;
	font-family: 'Helvetica37-CondensedThin',Century gothic,Arial,sans-serif;
	color: #333;
	text-align: justify;
	font-size: 18px;
	font-weight: normal;
	display: block !important;
	line-height: 16px;
}

.srfrList li span:hover,
.wpposts > div span:hover
{
	background-color: #11305e;
	color: white;
	height: 48%;
	-webkit-transition: height 0.5s ease;
	-moz-transition: height 0.5s ease;
	-o-transition: height 0.5s ease;
	transition: height 0.5s ease;
}

.srfrList li h4,
.wpposts > div h4
{
	position: relative;
	width: 100%;
	z-index: 1;
	font-size: 30px;
	font-weight: normal;
	line-height: 28px;
	letter-spacing: -1px;
	text-align: left;
	margin: 0 0 12px;
	height: 84px;
	overflow: hidden;
}

.srfrList li h4 a,
.wpposts > div h4 a
{
	color: #1C1C1C;
}

@media (min-width: 768px) and (max-width: 1199px)
{
	.srfrList li span,
	.wpposts > div span
	{
		font-size: 16px;
	}
	
	.srfrList li span:hover,
	.wpposts > div span:hover
	{
		height: 75%;
		font-size: 16px;
	}
	
	.srfrList li h4,
	.wpposts > div h4
	{
		font-size: 24px;
		line-height: 20px;
		height: 62px;
	}
}

@media (max-width: 649px)
{
	.srfrList li span,
	.wpposts > div span
	{
		height: 45%;
	}
	.srfrList li span:hover,
	.wpposts > div span:hover
	{
		height: 90%;
		font-size: 14px;
	}
	
	.srfrList li h4,
	.wpposts > div h4
	{
		font-size: 20px;
		line-height: 18px;
		min-height: 60px;
	}
}


/*--  Buscador  --*/

#header .buscador
{
	float: right;
	position: absolute;
	right: 0;
	bottom: 30px;
	z-index: 20;
}

#header .buscador #mod-finder-searchform .finder label,
#header .buscador .search label
{
	display: none;
}

#header .buscador input[type=text],
#header .buscador input[type=search]
{
	width: 90% !important;
	border-color: #999 !important;
	box-shadow: none !important;
	border-radius: 5px !important;
	color: #B3B3B3 !important;
	float: right;
	background-image: url(../img/buscar.png);
	background-repeat: no-repeat;
	background-position: right 10px center;
}

#header .buscador input[type=text]:focus,
#header .buscador input[type=search]:focus
{
    border-color: #11305e !important;
    box-shadow: none !important;
}

@media (max-width: 767px)
{
	#header .buscador
	{
		position: initial;
		float: none;
	}
}

@media (min-width: 980px) and (max-width: 1199px){
	.row
	{
		width: 940px !important;
	}
}

@media (min-width: 768px) and (max-width: 979px){
	.row
	{
		width: 724px !important;
	}
}

@media (min-width: 624px) and (max-width: 767px){
	.row
	{
		width: auto !important;
	}
	
	/*.pie_pagina_fluid
	{
		padding: 0 20px;
		margin-left: -20px;
	}*/
	
	#twitter-widget-0
	{
		margin: auto;
		display: table;
	}
	
	#pie-de-pagina
	{
		display: inline-block;
	}
	
	#bitaclick
	{
		z-index: 15;
	}
}

@media (max-width: 623px){
	.row
	{
		width: auto !important;
	}
	
	/*.pie_pagina_fluid
	{
		padding: 0 20px;
		margin-left: -20px;
	}*/
	
	#pie-de-pagina
	{
		display: inline-block;
	}
}

@media (max-width: 440px){
	.row
	{
		width: auto !important;
	}
	
	/*.pie_pagina_fluid
	{
		padding: 0 20px;
		margin-left: -20px;
	}*/
	
	#contenido-pie img
	{
		width: 30px;
		height: 30px;
	}
}

/*--  Agenda  --*/

.agenda
{
	/*background-color: #11305e;*/
	margin-bottom: 40px;
}

.agenda h3
{
	color: white;
}

.agenda .bx-wrapper
{
	height: 400px;
}

.agenda .bx-wrapper li,
.agenda .bx-wrapper li > div
{
	height: 400px;
}

.agenda .bx-wrapper li div.span7
{
	margin: 0 !important;
	position: relative;
}

.agenda .bx-wrapper li #title
{
	width: 100%;
	position: absolute;
	bottom: 0;
	right: 0;
	text-align: right;
	background-color: rgba(0, 0, 0, 0.6);
}

.agenda .bx-wrapper li #title h3
{
	margin: 0;
}

.agenda .bx-wrapper li #title a
{
	color: white;
	display: inherit;
	padding: 15px;
}

.agenda .bx-wrapper li #title a:hover
{
	background-color: #11305e;
	text-decoration: none;
}

.agenda .bx-wrapper .bx-controls .bx-controls-direction a:hover
{
	color: white;
	border-color: white;
}

.agenda .bx-wrapper .bx-viewport
{
	height: 400px !important;
	overflow: hidden;
	background-color: transparent !important;
}

.agenda .bx-wrapper img
{
	width: 100% !important;
}

.agenda .bx-wrapper .bx-pager
{
	text-align: right;
}

.agenda .bx-wrapper .bx-pager .bx-pager-item a
{
	color: transparent;
}

.agenda .bx-wrapper .bx-pager.bx-default-pager a
{
	background-color: white;
}

.agenda .bx-wrapper li div.span3
{
	color: white;
	height: 310px;
	overflow: hidden;
}

@media (max-width: 1199px)
{
	.agenda .bx-wrapper li 
	{
		height: 400px !important;
		width: 100% !important;
	}
}

@media (max-width: 767px)
{
	.agenda .bx-wrapper,
	.agenda .bx-wrapper .bx-viewport
	{
		height: 600px !important;
	}

	.agenda .bx-wrapper li
	{
		height: 600px !important;
	}
	
	.agenda .bx-wrapper li > div
	{
		height: 300px !important;
		overflow: hidden;
	}
	
	
}

#scrollToTop:before
{
	display: inline-block;
	font-family: 'FontAwesome';
	content: "\f062";
	font-size: 24px;
}

.srfrContainer 
{
	margin-top: 20px;
}

.jevcarousel,
.jevcarousel .jevlatestcarousel
{
	height: 500px;
	overflow: hidden;
}

.jevcarousel #jevlatestcarousel .carousel-indicators
{
	width: 31.6239%;
	right: 0 !important;
	left: auto !important;
}

.jevcarousel .carousel-caption
{
	left: auto !important;
	bottom: auto !important;
	top: 0 !important;
	border-radius: 0 !important;
	height: 500px !important;
	padding: 15px 55px 35px 15px !important;
	background: transparent !important;
}

.jevcarousel .carousel-caption img
{
	display: none;
}

.jevcarousel .carousel-caption a
{
	color: white;
}

.jevcarousel .carousel-control.left:before
{
	content: "\f053";
    display: inline-block;
    font-family: "FontAwesome";
}

.jevcarousel .carousel-control.right:before
{
	content: "\f054";
    display: inline-block;
    font-family: "FontAwesome";
}

.jevcarousel .carousel-control
{
	opacity: 1 !important;
	border: 2px solid #c2c2c2 !important;
	color: #c2c2c2 !important;
	background: transparent !important;
	border-radius: 20px !important;
	font-size: 22px !important;
	height: 34px !important;
    line-height: 36px !important;
	text-align: center !important;
	width: 34px !important;
	background: none !important;
	left: 15px !important;
	font-weight: normal !important;
	letter-spacing: 3px !important;
	margin-top: -17px !important;
}

.jevcarousel .carousel-control.right
{
	left: auto !important;
	right: 15px !important;
	letter-spacing: -3px !important;
}

.jevcarousel .carousel-control:hover, .jevcarousel .carousel-control:focus
{
	opacity: 1 !important;
	border-color: white !important;
	color: white !important;
}

.jevcarousel .carousel-inner
{
	height: 100%;
}

.jevcarousel .carousel-inner .span8
{
	position: relative;
	margin-top: -10%;
	/*top: 250px;*/
}

.jevcarousel .carousel-inner .span8 img
{
	border-radius: 0 !important;
	width: 100% !important;
	
}

.jevcarousel .carousel-inner > .active {
    display: inline-block !important;
    width: 100%;
    height: 100%;
}

@media (max-width: 767px)
{
	.jevcarousel,
	.jevcarousel .jevlatestcarousel
	{
		height: 450px;
	}

	.jevcarousel #jevlatestcarousel .carousel-indicators
	{
		width: 100%;
	}
	
	.jevcarousel .carousel-inner .span8
	{
		height: 250px;
		top: 0;
		margin-top: 0;
		overflow: hidden;
	}
	
	.jevcarousel .carousel-inner .span4 h3
	{
		margin-top: 0 !important;
		margin-bottom: 10px !important;
		font-size: 22px !important;
		line-height: 22px;
	}
	
	.jevcarousel .carousel-inner .span4 h4
	{
		font-size: 16px;
	}
	
	.jevcarousel .carousel-caption
	{
		position: static !important;
		height: 200px !important;
		padding: 15px !important;
	}
}

/*--  Idiomas  --*/
.idioma ul.lang-inline > li
{
	margin: 0;
}
.idioma ul.lang-inline > li > a
{
	width: 80px;
	height: 30px;
	line-height: 30px;
	color: white;
	text-decoration: none;
	display: inline-block;
	text-align: center;
	border: 2px solid white;
    border-radius: 20px;
	font-weight: bold;
	margin-top: 3px;
}


.idioma ul.lang-inline > li > a:hover
{
	color: #11305E;
	background-color: white;
	color: #11305E;
	text-decoration: none;
}


@media (max-width: 980px)
{
	.idioma
	{
		position: absolute;
		top: 0;
		left: -80px;
	}
}

@media (max-width: 767px)
{
	.idioma
	{
		right: 30px;
		top: 12px;
		left: auto;
		width: 74px !important;
		z-index: 20;
	}
}

.jevcarousel .carousel-inner > .item
{
	width: 100% !important;
}

.row > .span6:first-child,
.row > .span3:first-child
{
	margin-left: 0;
}

#jux_easy_instagram_feed .ff-loadmore-wrapper
{
	display: none;
}

#digi_showcase_235.carousel .slick-list {
    margin-left: 60px !important;
    margin-right: 60px !important;
}

#digi_showcase_carousel .slick-prev:before, 
#digi_showcase_carousel .slick-next:before 
{
    display: inline-block;
	font-family: 'FontAwesome';
	color: #C2C2C2 !important;
}

#digi_showcase_carousel .slick-prev::before
{
	content: "\f053";
	margin-left: -3px;
}

#digi_showcase_carousel .slick-next::before 
{
	content: "\f054";
	margin-left: 3px;
}

#digi_showcase_carousel .slick-prev, 
#digi_showcase_carousel .slick-next 
{
    text-align: center !important;
    font-size: 22px !important;
    line-height: 36px !important;
	
	width: 38px;
	height: 38px;
	border: 2px solid #C2C2C2;
	border-radius: 20px;
	vertical-align: bottom;
}

#digi_showcase_carousel .slick-prev:hover, 
#digi_showcase_carousel .slick-next:hover 
{
	border: 2px solid #11305E;
}
#digi_showcase_carousel .slick-prev:hover:before, 
#digi_showcase_carousel .slick-next:hover:before
{
color: #11305E !important;
}

@media (max-width: 767px)
{
	.row
	{
		padding: 0 15px !important;
	}
}

a.boton
{
	padding: 10px 15px;
    color: white;
    text-decoration: none;
    display: inline-block;
    text-align: center;
    background-color: #11305E;
    border-radius: 20px;
    font-weight: bold;
    margin-top: 3px;
}

a.boton:hover
{
	background-color: #999;
}