body {
  color: #444343;
  font-size: 16px !important;
  font-weight: 300;
  background: #fff;
  overflow-x: hidden;
}
/* Inicio Mochila */
.my-backpack-wrapper{
display:none !important;
}
.header .search-box #search-global #search-global-term {
text-transform: none !important;
}
#my-backpack-wrapper, #my-backpack-wrapper #verMochilas {
display: none !important;
}
/* Fin Mochila*/
svg {
  display: block;
  overflow: visible;
}
p {
  font-size: 18px;
  line-height: 26px;
}
a:hover,
a:focus {
  text-decoration: none;
  outline: none;
  color: #4676fa;
}
a:not([href]):not([tabindex]) {
  color: #fff;
}
a:not([href]):not([tabindex]):focus,
a:not([href]):not([tabindex]):hover {
  color: #4676fa;
}
.btn {
  font-size: 15px;
  padding: 10px 30px;
  border-radius: 0px;
  font-weight: 400;
  color: #fff;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  display: inline-block;
}
strong {
    font-weight: bold;
}
.href-image{
    text-decoration: none;
    cursor: pointer;
}
.href-image:hover{
    opacity: 0.5;
}
.btn:focus {
  box-shadow: none;
  outline: none;
}
.btn-common {
  border: 1px solid #60a043;
  background-color: #60a043;
  position: relative;
  z-index: 1;
  border-radius: 4px;
}
.btn-common:hover {
   color: #fff;
   opacity: 0.7;
}
.btn-common:visited{
  text-decoration: none;
  outline: none;
  color: #fff;
}
.boton-home{
  margin: 16px 0 0 17px;
}
.btn-border {
  color: #fff;
  background-color: transparent;
  border: 2px solid #fff;
  border-radius: 4px;
}
.btn-border:hover {
  border: 2px solid #fff;
  color: #fff;
  background-color: #5b8f23;
}
.btn-blog:hover {
  color: #5b8f23;
  background-color: transparent;
  border: 2px solid #5b8f23;
  border-radius: 4px;
}
.btn-blog {
  border: 2px solid #5b8f23;
  color: #fff;
  background-color: #5b8f23;
  border-radius: 6px;
  cursor: pointer;
}
.btn-lg {
  padding: 14px 33px;
  text-transform: uppercase;
  font-size: 16px;
}
.btn-rm {
  padding: 7px 10px;
  text-transform: capitalize;
}
.boton-link{
    background-color: #60a043;
    position: relative;
    z-index: 1;
    border-radius: 4px;
    padding: 8px 11px;
    font-weight: 400;
    color: #fff;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;	
}
.boton-link:hover{
    opacity:0.7;
	transform: scale(1.2);
    transition: all .4s ease-in-out;	
	color: #fff !important;
}
.boton-link:visited{
	text-decoration: none;
	outline: none;	
    color: #fff;
}
.clear {
  clear: both;
}
.page-title-wrapper{
  display:none;
}
h1.title{
  display:none;
}
h3 {
  font-size: 22px;
  font-weight: 300;
  letter-spacing: 1px;
}
h4 {
  font-size: 16px;
  font-weight: 100;
  letter-spacing: 1px;
}
h2,
h5 {
  font-size: 50px;
  font-weight: 100;
  letter-spacing: 0.5px;
}
ul {
  margin: 0;
  padding: 0;
}
ul {
    display: block;
	list-style-type: disc;
    margin-top: 1em;
    margin-bottom: 1em;
    margin-left: 0;
    margin-right: 0;
    padding-left: 50px;
    padding-right: 30px;
}

/* ----------------------------------------------------------------
	Helper Classes
-----------------------------------------------------------------*/
.uppercase {
	text-transform: uppercase !important; 
}
.lowercase {
	text-transform: lowercase !important;
}
.capitalize {
	text-transform: capitalize !important;
}
.tcursiva {
	font-style: italic !important;
}
.tnormal {
	font-style: normal !important;
}
.bold{
  font-weight: 600;
}
.semi-bold{
  font-weight: 500;
}

.nott { text-transform: none !important; }

.tright { text-align: right !important; }

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

.tjustify { text-align: justify !important; }

.center{ text-align: center !important; }

.justify{ text-align: justify; }

.cursiva{  font-style: italic; }

.fright { float: right !important; }

.fleft { float: left !important; }

.fnone { float: none !important; }

.ohidden {
	position: relative;
	overflow: hidden !important;
}
.oauto {
	overflow-x: auto!important;
}
.line, .double-line {
	clear: both;
	position: relative;
	width: 100%;
	margin: 50px 0;
	border-top: 1px solid #EEE;
}
.line.line-30 { margin: 30px 0; }

span.middot {
	display: inline-block;
	margin: 0 5px;
}
.double-line { border-top: 3px double #E5E5E5; }

.emptydiv {
	display: block !important;
	position: relative !important;
}
.allmargin-15 { margin: 15px !important; }

.leftmargin-15 { margin-left: 15px !important; }

.rightmargin-15 { margin-right: 15px !important; }

.topmargin-15 { margin-top: 15px !important; }

.bottommargin-15 { margin-bottom: 15px !important; }

.allmargin-30 { margin: 30px !important; }

.leftmargin-30 { margin-left: 30px !important; }

.rightmargin-30 { margin-right: 30px !important; }

.topmargin-30 { margin-top: 30px !important; }

.bottommargin-30 { margin-bottom: 30px !important; }

.allmargin-50 { margin: 50px !important; }

.leftmargin-50 { margin-left: 50px !important; }

.rightmargin-50 { margin-right: 50px !important; }

.topmargin-50 { margin-top: 50px !important; }

.bottommargin-50 { margin-bottom: 50px !important; }

.allmargin-lg { margin: 80px !important; }

.leftmargin-lg { margin-left: 80px !important; }

.rightmargin-lg { margin-right: 80px !important; }

.topmargin-lg { margin-top: 80px !important; }

.bottommargin-lg { margin-bottom: 80px !important; }

.clear-bottommargin-lg { margin-bottom: -80px !important; }

.nomargin {margin: 0 !important; }

.noleftmargin { margin-left: 0 !important; }

.norightmargin { margin-right: 0 !important; }

.notopmargin { margin-top: 0 !important; }

.nobottommargin { margin-bottom: 0 !important; }

.noborder { border: none !important; }

.noleftborder { border-left: none !important; }

.norightborder { border-right: none !important; }

.notopborder { border-top: none !important; }

.nobottomborder { border-bottom: none !important; }

.noradius { -webkit-border-radius: 0 !important; -moz-border-radius: 0 !important; -ms-border-radius: 0 !important; -o-border-radius: 0 !important; border-radius: 0 !important; }

.col-padding { padding: 60px; }

.nopadding { padding: 0 !important; }

.noleftpadding { padding-left: 0 !important; }

.norightpadding { padding-right: 0 !important; }

.notoppadding { padding-top: 0 !important; }

.nobottompadding { padding-bottom: 0 !important; }

.noabsolute { position: relative !important; }

.noshadow { box-shadow: none !important; }

.notextshadow { text-shadow: none !important; }

.hidden { display: none !important; }

.nothidden { display: block !important; }

.inline-block {
	float: none !important;
	display: inline-block !important;
}
.divcenter {
	position: relative !important;
	float: none !important;
	margin-left: auto !important;
	margin-right: auto !important;
}
.nobg { background: none !important; }

.nobgcolor { background-color: transparent !important; }

.t300 { font-weight: 300 !important; }

.t400 { font-weight: 400 !important; }

.t500 { font-weight: 500 !important; }

.t600 { font-weight: 600 !important; }

.t700 { font-weight: 700 !important; }

.ls0 { letter-spacing: 0px !important; }

.ls1 { letter-spacing: 1px !important; }

.ls2 { letter-spacing: 2px !important; }

.ls3 { letter-spacing: 3px !important; }

.ls4 { letter-spacing: 4px !important; }

.ls5 { letter-spacing: 5px !important; }

.noheight { height: 0 !important; }

.nolineheight { line-height: 0 !important; }

.font-body { font-family: 'Lato', sans-serif; }

.font-primary { font-family: 'Raleway', sans-serif; }

.font-secondary { font-family: 'Crete Round', serif; }

.c-font-10 {
  font-size: 10px !important;  }

.c-font-11 {
  font-size: 11px !important;  }

.c-font-12 {
  font-size: 12px !important;  }

.c-font-13 {
  font-size: 13px !important;  }

.c-font-14 {
  font-size: 14px !important;  }

.c-font-15 {
  font-size: 15px !important;  }

.c-font-16 {
  font-size: 16px !important;  }

.c-font-17 {
  font-size: 17px !important;  }

.c-font-18 {
  font-size: 18px !important;  }

.c-font-19 {
  font-size: 19px !important;  }

.c-font-20 {
  font-size: 20px !important;  }

.c-font-21 {
  font-size: 21px !important;  }

.c-font-22 {
  font-size: 22px !important;  }

.section {
  padding: 20px 0 20px;
}
.section-header {
  color: #fff;
  margin-bottom: 40px;
}
.section-header .section-title {
  font-size: 40px;
  margin-top: 30px;
  font-weight: 300;
  position: relative;
}
.section-header .section-title h2 {
  font-family: 'Clarendon', 'Helvetica Neue', 'Helvetica', 'Arial', 'sans-serif';
  padding-left: 20px;
}
.section-header .section-title a{
  color: #99251d;
}
.section-header .section-title a:hover{
  opacity: 0.5;
}
.section-header .section-title a:visited{
  color: #99251d;
}
.title-agenda {
  font-size: 40px;
  margin-top: 35px;
  font-weight: 100;
  position: relative;
  color: #fff
}
.title-destacado {
  font-size: 35px;
  font-weight: 300;
  color: #fff;
  padding: 15px 10px 10px 25px;
}
.texto-seccion {
  font-size: 22px;
  line-height: 30px;
  text-align: center;
}
.cuadro-destacado{
  width: 100%;
  background-color: #c0dbf3;
  margin: 20px 0px 25px 0px;
}
.textos-cuadro-destacado {
  font-size: 15px !important;
  line-height: 24px !important;
  padding: 0px 40px 15px 30px;
  text-align: justify;
}
.textos-cuadro-destacado a{
  color: #99251d;	
}
.textos-cuadro-destacado a:hover{
  color: #3c763d;	
}
.pad-left-30 {
  padding-left: 30px;
}
.section-header .section-title span {
  color: #60a043;
}
.section-header .section-subtitle {
  margin-top: 15px;
  color: #333;
  font-size: 18px;
  font-weight: 400;
}
.section-header .lines1 {
  margin: auto;
  width: 46%;
  position: absolute;
  margin-top: 15px;
}
.lines2 {
  padding: 20px 20px 0px 10px;
  width: 80%;
  position: relative;
  margin-top: 30px;
}
.lines33-left{
	height: 1px;
    top: 27px;
    width: 100%;
    background-color: #000;
    position: absolute;
    left: 0;
}
.lines33-right{
	height: 1px;
    top: 27px;
    width: 100%;
    background-color: #000;
    position: absolute;
    left: 0;
}
.lines100 {
  width: 97%;
  position: relative;
  margin-top: 30px;
}
.linesnaturaleza{
  border-top: 1px solid #60a043;
}
.linescosta{
  border-top: 1px solid #75aee1;
}
.linescultura{
  border-top: 1px solid #ae790e;
}
.linespatrimonio{
  border-top: 1px solid #6c78ad;
}
.linesactivo{
  border-top: 1px solid #dd902c;
}
.linesgastronomia{
  border-top: 1px solid #99218b;
}
.linesciudades{
  border-top: 1px solid #4872d8;
}
.linesrural{
  border-top: 1px solid #6ca52e;
}
.linescamino{
  border-top: 1px solid #99251d;
}
.linesagenda{
  border-top: 1px solid #77b61e;
}
.listas {
  color: #b8b7ad;
  margin: 20px 0px 40px 0px;
  font-size: 18px;
}
.listas a {
  color: #b8b7ad;
  display: block;
  padding: 0.4em;
}
.listas-enlaces {
  color: #3b7710;
  margin: 20px 0px 40px 0px;
  font-size: 18px;
}
.listas-enlaces a {
	color: #3b7710;
	display: block;
	padding: 0.4em;
	font-size: 20px;
    font-weight: 400;
}
.listas-destacados {
    color: #3b7710;
    margin: 10px 0px 10px -10px;
    font-size: 15px;
	list-style:none;
}
.listas-enlaces a:hover {
	color: #7cb6e7;
	display: block;
	padding: 0.4em;
}
.titulo-listas{
  font-size: 22px;
  color: #b8b7ad;
  font-weight: bold;
  margin: 1em 0em 0em 0em;
}
.titulo-enlaces{
  font-size: 22px;
  color: #186613;
  font-weight: bold;
  margin: 1em 0em 0em 0em;
  text-align: center;
}
.titulo-cuadros{
  font-size: 17px;
  text-align: center;
  position: absolute;
  bottom: 0px;
  z-index: 999;
  padding: 10px;
  color: #fff;
  background-color: rgba(2, 2, 2, 0.3);
  width: 100%; 
}
.titulo-frame{
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  position: absolute;
  bottom: 0px;
  z-index: 999;
  padding: 10px;
  color: #fff;
  background-color: rgba(2, 2, 2, 0.3);
  width: 100%; 
}
.owl-item .testimonial-item .titulo-enlaces a{
  text-decoration: none;  
}
.textos{
  font-size: 17px;
  line-height: 24px;
  padding: 20px 20px 20px 20px;
  text-align: justify;
}
.textos a:hover{
  color: #3c763d;
  opacity: 0.7;
}
.cuadro-atencion {
  font-size: 17px;
  line-height: 24px;
  padding: 20px 20px 20px 20px;
  text-align: center;
  color: #fff;
  background-color: #94ca7c;
}
.texto-destacado{
  width: 90%;
  font-size: 23px;
  line-height: 26px;
  font-style: italic;
  padding: 0px 15px 15px 55px;
}
.texto-destacado a:hover{
  opacity: 0.7;
}
.texto-destacado-12c {
  width: 100%;
  font-size: 24px;
  line-height: 26px;
  font-style: italic;
  padding: 15px 15px 15px 15px;
}
.naturaleza{
  color: #60a043 !important;
}
.costa{
  color: #75aee1 !important;
}
.cultura{
  color: #ae790e !important;
}
.patrimonio{
  color: #6c78ad !important;
}
.activo{
  color: #dd902c !important;
}
.gastronomia{
  color: #99218b !important;
}
.ciudades{
  color: #4872d8 !important;
}
.rural{
  color: #6ca52e !important;
}
.camino{
  color: #99251d !important;
}    
.agenda{
  color: #77b61e !important;
}
.agenda h2{
    font-size: 40px;
    font-weight: 100;
    letter-spacing: 1px;
}
.agenda-tema{
  color: #77b61e;
}
.agenda-tema h2{
    font-size: 40px;
    font-weight: 100;
    letter-spacing: 1px;
}
.icono-listas {
  padding: 0px 3px 0px 3px;
  background-color: #b8b7ad;
  border-radius: 15px;
  margin-right: 20px;
  color: #fff;
}
.img-bloque {
  width: 100%;
  margin: 20px 0px;
  padding: 0px 15px;
}
.img-bloque-derpeq{
  width: 100%;
  margin: 30px 0px 25px 0px;
}
.img-bloque-izqpeq{
  width: 100%;
  margin: 30px 0px 25px 0px;
}  
.pie-foto{
	font-size: 13px;
    font-style: italic;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.5 );
    padding: 5px 10px;
    position: absolute;
    left: 0px;
    bottom: 25px;
}
.pie-foto-bloque{
	font-size: 13px;
    font-style: italic;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.5 );
    padding: 5px 10px;
    position: relative;
    left: 15px;
    bottom: 45px;
}
.img-banner-agenda{
  width: 100%;
  max-width: 100%;
}
.box-imagen{
	padding: 0px;
}
.box-imagen img{
	width: 100%;
}
.box-imagen img:hover{
	cursor: pointer;
	opacity: 0.7;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1).1;
	transition: all .4s ease-in-out;
}
.claim{
	width: 75%;
	vertical-align: middle;
	border-style: none;
	display: block;
	margin-bottom: 70px;
	margin: 0 auto;
}
.container-cover {
  width: 100%;
  max-width: 100%;
  position: relative;
}
.logo-menu a {
  font-size: 20px;
  color: #fff;
}
.logo-img{
  width: 100%;
  margin-top: -8px;
}

/* ==========================================================================
   Hero Area
   ========================================================================== */
.hero-area {
  background-size: cover;
  color: #fff;
  overflow: hidden;
  position: relative;
  margin-top: -52px;
  margin-bottom: 20px;
}

.hero-area .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: #4676fa;
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.hero-area .contents-home {
  padding: 300px 80px;
}
.hero-area .contents {
  padding: 200px 80px;
}
.hero-area .contents h2 {
  font-size: 70px;
  font-weight: 300;
  margin: 150px 0px;
  letter-spacing: 1px;
  text-shadow: 4px 4px 8px #000;
}
.hero-area .contents-agenda {
  padding: 200px 80px;
}
.hero-area .contents-agenda h2 {
  font-size: 70px;
  font-weight: 100;
  letter-spacing: 1px;
  text-shadow: 4px 4px 8px #000;
}
.hero-area .agenda{
    height: 90px;
    background: rgba(0, 0, 0, 0.5);
	color: #fff !important;
}
.hero-area .entradas {
    height: 100px;
    background: rgba(0, 0, 0, 0.7);
    color: #fff !important;
}
.hero-area .entradas h2{
    font-size: 50px;
    font-weight: 100;
    letter-spacing: 0.5px;
	display: inline-block;
}
.hero-area .agenda h2 {
    line-height: 1.25;
	font-size: 60px;
	font-weight: 300;
	letter-spacing: 1px;
}
.hero-area .contents-agenda-tema {
  padding: 178px 80px;
}
.hero-area .contents-agenda-tema h2 {
  font-size: 70px;
  font-weight: 100;
  letter-spacing: 1px;
  text-shadow: 4px 4px 8px #000;
}
.hero-area .agenda-tema{
    height: 90px;
    background: rgba(0, 0, 0, 0.5);
	color: #fff !important;
}
.hero-area .agenda-tema h2 {
    line-height: 1.25;
	font-size: 60px;
	font-weight: 300;
	letter-spacing: 1px;
}
.hero-area .contents-rural {
  padding: 370px 0px;
}
.hero-area .contents-guias {
  padding: 280px 30px;
}
.hero-area .contents-entradas {
  padding: 250px 30px;
}
.hero-area .contents-guias h2 {
  font-size: 70px;
  font-weight: 300;
  letter-spacing: 1px;
  text-shadow: 4px 4px 8px #000;
}
.hero-area .buscador {
    padding: 80px 80px;
}
.hero-area .contents h1 {
  color: #fff;
  font-size: 50px;
  font-weight: 100;
  margin-bottom: 25px;
}
.hero-area .contents p {
  font-size: 14px;
  color: #fff;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 0.5px;
}
.text-DE{
  font-size: 66px !important;
}
.content
.hero-area .contents .btn {
  margin: 20px 10px;
  text-transform: uppercase;
}
.hero-area .banner_bottom_btn {
  margin-top: 40px;
}
.hero-area .banner_bottom_btn i {
  color: #fff;
  font-size: 48px;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.hero-area .banner_bottom_btn i:hover {
  color: #4676fa;
}
/* ==========================================================================
   Hero Area Productos
   ========================================================================== */
.hero-area-home {
  background: url(/documents/11022/4116809/home.jpg) fixed no-repeat;
  background-position: top 10% left 50%;
}
.hero-area-contacto{
  background: url(/documents/11022/4523068/home-contacto.jpg) no-repeat;
  background-position: top 0px left 50%;
}
.hero-area-naturaleza {
  background: url(/documents/11022/4116842/home-naturaleza.jpg) fixed no-repeat;
  background-position: top -220px left 50%;  
}
.hero-area-naturaleza-biosfera {
  background: url(/documents/11022/4116940/home-biosfera.jpg) fixed no-repeat;
  background-position: top 0px left 50%;
}
.hero-area-naturaleza-reservas{
  background: url(/documents/11022/4116940/lista-reservas.jpg) no-repeat;
  background-position: top 50% left 50%;
  background-size: 100%;
}
.hero-area-naturaleza-reservas-naturales{
  background: url(/documents/11022/4116942/home-reservas-naturales.jpg) no-repeat;
  background-position: top 50% left 50%;
}
.hero-area-naturaleza-lista-reservas-naturales{
  background: url(/documents/11022/4116942/lista-reservas-naturales.jpg) no-repeat;
  background-position: top 50% left 50%;
  background-size: 100%;
}
.hero-area-naturaleza-monumentos-naturales{
  background: url(/documents/11022/4116934/home-monumentos-naturales.jpg) no-repeat;
  background-position: top 50% left 50%;
}
.hero-area-naturaleza-lista-monumentos-naturales{
  background: url(/documents/11022/4116934/lista-monumentos-naturales.jpg) no-repeat;
  background-position: top 50% left 50%;
  background-size: 100%;
}
.hero-area-naturaleza-otros-espacios{
  background: url(/documents/11022/4116936/home-otros-espacios.jpg) no-repeat;
  background-position: top 50% left 50%;
}
.hero-area-naturaleza-lista-otros-espacios{
  background: url(/documents/11022/4116936/lista-otros-espacios.jpg) no-repeat;
  background-position: top 50% left 50%;
  background-size: 100%;
}
.hero-area-naturaleza-paisajes {
  background: url(/documents/11022/4116938/home-paisajes-protegidos.jpg) fixed no-repeat;
  background-position: top 0px left 50%;
}
.hero-area-naturaleza-calendario {
  background: url(/documents/11022/4116932/home-calendario.jpg) fixed no-repeat;
  background-position: top 0px left 50%;
}
.hero-area-naturaleza-rutas {
  background: url(/documents/11022/4116944/home-rutas.jpg) fixed no-repeat;
  background-position: top 0px left 50%;
}
.hero-area-naturaleza-lista-rutas{
  background: url(/documents/11022/4116944/lista-rutas.jpg) no-repeat;
  background-position: top 50% left 50%;
  background-size: 100%;
}
.hero-area-naturaleza-gr109 {
  background: url(/documents/11022/4279407/home-gr109.jpg) fixed no-repeat;
  background-position: top 0px left 50%;
}
.hero-area-naturaleza-flora-fauna {
  background: url(/documents/11022/4279409/home-flora-fauna.jpg) fixed no-repeat;
  background-position: top 0px left 50%;
}
.hero-area-naturaleza-lista-flora-fauna {
  background: url(/documents/11022/4279409/lista-empresas.jpg) no-repeat;
  background-position: top 50% left 50%;
  background-size: 100%;
}
.hero-area-costa {
  background: url(/documents/11022/4116832/home-costa.jpg) fixed no-repeat;
  background-position: top 0px left 50%;
}
.hero-area-costa-saborear {
  background: url(/documents/11022/4116870/home-saborear.jpg) fixed no-repeat;
  background-position: top 0% left 50%;
}
.hero-area-costa-lista-restaurantes {
  background: url(/documents/11022/4116870/restaurantes.jpg) no-repeat;
  background-position: top 50% left 50%;
  background-size: 100%;
}
.hero-area-costa-playas {
  background: url(/documents/11022/4116866/home-playas.jpg) fixed no-repeat;
  background-position: top 0% left 50%;
}
.hero-area-costa-lista-playas {
  background: url(/documents/11022/4116866/playas.jpg) no-repeat;
  background-position: top 50% left 50%;
  background-size: 100%;
}
.hero-area-costa-pueblos {
  background: url(/documents/11022/4116868/home-pueblos.jpg) fixed no-repeat;
  background-position: top 0% left 50%;
}
.hero-area-costa-lista-pueblos {
  background: url(/documents/11022/4116868/pueblos.jpg) no-repeat;
  background-position: top 50% left 50%;
  background-size: 100%;
}
.hero-area-costa-vivir {
  background: url(/documents/11022/4116872/home-vivir.jpg) fixed no-repeat;
  background-position: top 0% left 50%;
}
.hero-area-costa-vivir-puertos {
  background: url(/documents/11022/4116872/puertos.jpg) no-repeat;
  background-position: top 50% left 50%;
  background-size: 100%;
}
.hero-area-costa-disfrutar {
  background: url(/documents/11022/4116862/home-disfrutar.jpg) fixed no-repeat;
  background-position: top 0% left 50%;
}
.hero-area-costa-faros {
  background: url(/documents/11022/4116864/home-faros.jpg) fixed no-repeat;
  background-position: top 0% left 50%;
}
.hero-area-costa-faros1 {
  background: url(/documents/11022/4116874/home-faros1.jpg) fixed no-repeat;
  background-position: top 0% left 50%;
}
.hero-area-costa-faros2 {
  background: url(/documents/11022/4116876/home-faros2.jpg) fixed no-repeat;
  background-position: top 0% left 50%;
}
.hero-area-costa-faros3 {
  background: url(/documents/11022/4116878/home-faros3.jpg) fixed no-repeat;
  background-position: top 0% left 50%;
}
.hero-area-costa-faros4 {
  background: url(/documents/11022/4116880/home-faros4.jpg) fixed no-repeat;
  background-position: top 0% left 50%;
}
.hero-area-costa-faros5 {
  background: url(/documents/11022/4116882/home-faros5.jpg) fixed no-repeat;
  background-position: top 0% left 50%;
}
.hero-area-costa-faros6 {
  background: url(/documents/11022/4116884/home-faros6.jpg) fixed no-repeat;
  background-position: top 0% left 50%;
}
.hero-area-cultura {
  background: url(/documents/11022/4116834/home-cultura.jpg) fixed no-repeat;
  background-position: top -160px left 50%;
}
.hero-area-cultura-prerromanico{
  background: url(/documents/11022/4507064/home-prerromanico.jpg) no-repeat;
  background-position: top 50% left 50%;
}
.hero-area-cultura-lista-prerromanico{
  background: url(/documents/11022/4507064/lista-prerromanico.jpg) no-repeat;
  background-position: top 50% left 50%;
  background-size: 100%;
}
.hero-area-cultura-rupestre{
  background: url(/documents/11022/4507066/home-rupestre.jpg) no-repeat;
  background-position: top 50% left 50%;
}
.hero-area-cultura-lista-rupestre{
  background: url(/documents/11022/4507066/lista-cuevas.jpg) no-repeat;
  background-position: top 50% left 50%;
  background-size: 100%;
}
.hero-area-cultura-unesco{
  background: url(/documents/11022/4507068/home-unesco.jpg) no-repeat;
  background-position: top 50% left 50%;
}
.hero-area-cultura-lista-unesco{
  background: url(/documents/11022/4507068/lista-unesco.jpg) no-repeat;
  background-position: top 50% left 50%;
  background-size: 100%;
}
.hero-area-cultura-museos-espacios{
  background: url(/documents/11022/4786807/home-museos-espacios.jpg) no-repeat;
  background-position: top 0% left 50%;
}
.hero-area-cultura-museos{
  background: url(/documents/11022/4720867/home-museos.jpg) no-repeat;
  background-position: top 0% left 50%;
}
.hero-area-cultura-espacios{
  background: url(/documents/11022/4786809/home-espacios.jpg) no-repeat;
  background-position: top 0% left 50%;
}
.hero-area-cultura-itinerarios{
  background: url(/documents/11022/4720869/home-itinerarios.jpg) no-repeat;
  background-position: top 0% left 50%;
}
.hero-area-cultura-religioso{
  background: url(/documents/11022/4720871/home-religioso.jpg) no-repeat;
  background-position: top 0% left 50%;
}
.hero-area-cultura-historia{
  background: url(/documents/11022/4754824/home-historia.jpg) no-repeat;
  background-position: top 0% left 50%;
}
.hero-area-cultura-castros{
  background: url(/documents/11022/4786811/home-castros.jpg) no-repeat;
  background-position: top 0% left 50%;
}
.hero-area-cultura-ci-aulas{
  background: url(/documents/11022/4786813/home-ci-aulas.jpg) no-repeat;
  background-position: top 0% left 50%;
}
.hero-area-patrimonio {
  background: url(/documents/11022/4116846/home-patrimonio.jpg) fixed no-repeat;
  background-position: top -175px left 50%;
}
.hero-area-activo {
  background: url(/documents/11022/4116844/home-activo.jpg) fixed no-repeat;
  background-position: top -130px left 50%;
}
.hero-area-activo-ruta {
  background: url(/documents/11022/4116958/home-ruta.jpg) fixed no-repeat;
  background-position: top 0px left 50%;
}
.hero-area-activo-motor {
  background: url(/documents/11022/4116954/home-motor.jpg) fixed no-repeat;
  background-position: top 0px left 50%;
}
.hero-area-activo-aventura {
  background: url(/documents/11022/4116948/home-aventura.jpg) fixed no-repeat;
  background-position: top 0px left 50%;
}
.hero-area-activo-dulce {
  background: url(/documents/11022/4116952/home-agua-dulce.jpg) fixed no-repeat;
  background-position: top 0px left 50%;
}
.hero-area-activo-salada {
  background: url(/documents/11022/4116960/home-agua-salada.jpg) fixed no-repeat;
  background-position: top 0px left 50%;
}
.hero-area-activo-bici {
  background: url(/documents/11022/4116950/home-bici.jpg) fixed no-repeat;
  background-position: top 0px left 50%;
}
.hero-area-activo-nieve {
  background: url(/documents/11022/4116956/home-nieve.jpg) fixed no-repeat;
  background-position: top 0px left 50%;
}
.hero-area-activo-aire {
  background: url(/documents/11022/4116946/home-aire.jpg) fixed no-repeat;
  background-position: top 0px left 50%;
}
.hero-area-activo-otras {
  background: url(/documents/11022/4116990/home-otras-actividades.jpg) fixed no-repeat;
  background-position: top 0px left 50%;
}
.hero-area-gastronomia {
  background: url(/documents/11022/4116836/home-gastronomia.jpg) fixed no-repeat;
  background-position: top 130% left 50%;
}
.hero-area-gastronomia-fabada {
  background: url(/documents/11022/4116896/home-fabada.jpg) fixed no-repeat;
  background-position: top 0% left 50%;
}
.hero-area-fabada-recetas {
  background: url(/documents/11022/4116896/recetas.jpg) no-repeat;
  background-position: top 50% left 50%;
  background-size: 100%;
}
.hero-area-gastronomia-sidra {
  background: url(/documents/11022/4116904/home-sidra.jpg) fixed no-repeat;
  background-position: top 0% left 50%;
}
.hero-area-gastronomia-quesos {
  background: url(/documents/11022/4116902/home-quesos.jpg) fixed no-repeat;
  background-position: top 0% left 50%;
}
.hero-area-quesos-queserias {
  background: url(/documents/11022/4116902/queserias.jpg) no-repeat;
  background-position: top 50% left 50%;
  background-size: 100%;
}
.hero-area-gastronomia-carne {
  background: url(/documents/11022/4116888/home-carne.jpg) fixed no-repeat;
  background-position: top 0% left 50%;
}
.hero-area-carne-recetas {
  background: url(/documents/11022/4116888/recetas-carne.jpg) no-repeat;
  background-position: top 50% left 50%;
  background-size: 100%;
}
.hero-area-gastronomia-marisco {
  background: url(/documents/11022/4116898/home-marisco.jpg) fixed no-repeat;
  background-position: top 0% left 50%;
}
.hero-area-marisco-recetas {
  background: url(/documents/11022/4116898/recetas-marisco.jpg) no-repeat;
  background-position: top 50% left 50%;
  background-size: 100%;
}
.hero-area-gastronomia-vino {
  background: url(/documents/11022/4116906/home-vino.jpg) fixed no-repeat;
  background-position: top 0% left 50%;
}
.hero-area-vino-bodegas {
  background: url(/documents/11022/4116906/bodegas.jpg) no-repeat;
  background-position: top 50% left 50%;
  background-size: 100%;
}
.hero-area-gastronomia-eco {
  background: url(/documents/11022/4116894/home-eco.jpg) fixed no-repeat;
  background-position: top 0% left 50%;
}
.hero-area-gastronomia-dulces {
  background: url(/documents/11022/4116892/home-dulces.jpg) fixed no-repeat;
  background-position: top 0% left 50%;
}
.hero-area-dulces-recetas {
  background: url(/documents/11022/4116892/recetas-dulces.jpg) no-repeat;
  background-position: top 50% left 50%;
  background-size: 100%;
}
.hero-area-gastronomia-asturiano {
  background: url(/documents/11022/4116886/home-asturiano.jpg) fixed no-repeat;
  background-position: top 0% left 50%;
}.hero-area-gastronomia-cocineros {
  background: url(/documents/11022/4116890/home-cocineros.jpg) fixed no-repeat;
  background-position: top 0% left 50%;
}
.hero-area-gastronomia-nopierdas {
  background: url(/documents/11022/4116900/home-nopierdas.jpg) fixed no-repeat;
  background-position: top 0% left 50%;
}
.hero-area-ciudades {
  background: url(/documents/11022/4116829/home-ciudades.jpg) fixed no-repeat;
  background-position: top -100px left 50%;
}
.hero-area-rural {
  background: url(/documents/11022/4116848/home-rural.jpg) fixed no-repeat;
  background-position: top -100px left 50%;
}
.hero-area-rural-occidente {
  background: url(/documents/11022/4116964/home-occidente.jpg) fixed no-repeat;
  background-position: top 0% left 50%;
}
.hero-area-rural-occidente-oscos {
  background: url(/documents/11022/4116979/home-oscos.jpg) fixed no-repeat;
  background-position: top 0% left 50%;
}
.hero-area-rural-occidente-historico {
  background: url(/documents/11022/4116981/home-parque-historico.jpg) fixed no-repeat;
  background-position: top 0% left 50%;
}
.hero-area-rural-occidente-narcea {
  background: url(/documents/11022/4116977/home-narcea-vaqueira.jpg) fixed no-repeat;
  background-position: top 0% left 50%;
}
.hero-area-rural-centro {
  background: url(/documents/11022/4116962/home-centro.jpg) fixed no-repeat;
  background-position: top 0% left 50%;
}
.hero-area-rural-centro-bajo-nalon {
  background: url(/documents/11022/4116968/home-bajo-nalon.jpg) fixed no-repeat;
  background-position: top 0% left 50%;
}
.hero-area-rural-centro-camin {
  background: url(/documents/11022/4116971/home-camin.jpg) fixed no-repeat;
  background-position: top 0% left 50%;
}
.hero-area-rural-centro-grado {
  background: url(/documents/11022/4116975/home-grado.jpg) fixed no-repeat;
  background-position: top 0% left 50%;
}
.hero-area-rural-centro-cuencas {
  background: url(/documents/11022/4116973/home-cuencas.jpg) fixed no-repeat;
  background-position: top 0% left 50%;
}
.hero-area-rural-oriente {
  background: url(/documents/11022/4116966/home-oriente.jpg) fixed no-repeat;
  background-position: top 0% left 50%;
}
.hero-area-rural-oriente-sidra {
  background: url(/documents/11022/4116983/home-sidra.jpg) fixed no-repeat;
  background-position: top 0% left 50%;
}
.hero-area-rural-oriente-cabrales {
  background: url(/documents/11022/4116985/home-cabrales.jpg) fixed no-repeat;
  background-position: top 0% left 50%;
}
.hero-area-camino {
  background: url(/documents/11022/4116827/home-camino.jpg) fixed no-repeat;
  background-position: top -200px left 0%;
}
.hero-area-camino-primitivo {
  background: url(/documents/11022/4116854/home-camino-primitivo.jpg) fixed no-repeat;
  background-position: top 0px left 50%;
}
.hero-area-camino-norte {
  background: url(/documents/11022/4116852/home-camino-norte.jpg) fixed no-repeat;
  background-position: top 0px left 50%;
}
.hero-area-camino-conexion {
  background: url(/documents/11022/4116858/home-conexion-norte.jpg) fixed no-repeat;
  background-position: top 0px left 50%;
}
.hero-area-camino-conexion-primitivo {
  background: url(/documents/11022/4740811/home-conexion-primitivo.jpg) fixed no-repeat;
  background-position: top 0px left 50%;
}
.hero-area-camino-salvador {
  background: url(/documents/11022/4116856/home-salvador.jpg) fixed no-repeat;
  background-position: top 0px left 50%;
}
.hero-area-camino-info {
  background: url(/documents/11022/4116860/home-camino-info.jpg) fixed no-repeat;
  background-position: top 0px left 50%;
}
.hero-area-camino-albergues {
  background: url(/documents/11022/4116850/home-albergues.jpg) fixed no-repeat;
  background-position: top 0px left 50%;
}
.hero-area-agenda {
  background: url(/documents/11022/4116821/home-agenda.jpg) fixed no-repeat;
  background-position: bottom 50px left 50%;
}
.hero-area-agenda-resultados {
  background: url(/documents/11022/4116821/home-resultados.jpg) fixed no-repeat;
  background-position: top 0% left 50%;
}
.hero-area-agenda-detalle {
  background: url(/documents/11022/4116821/home-detalle.jpg) fixed no-repeat;
  background-position: top 0% left 50%;
}
.hero-area-agenda-gastronomia {
  background: url(/documents/11022/4116821/home-gastronomia.jpg) fixed no-repeat;
  background-position: top 0% left 50%;
}
.hero-area-agenda-cultura {
  background: url(/documents/11022/4116821/home-cultura.jpg) fixed no-repeat;
  background-position: top 0% left 50%;
}
.hero-area-agenda-fiestas {
  background: url(/documents/11022/4116821/home-fiestas.jpg) fixed no-repeat;
  background-position: top 0% left 50%;
}
.hero-area-agenda-cine {
  background: url(/documents/11022/4116821/home-cine.jpg) fixed no-repeat;
  background-position: top 0% left 50%;
}
.hero-area-agenda-deporte {
  background: url(/documents/11022/4116821/home-deporte.jpg) fixed no-repeat;
  background-position: top 0% left 50%;
}
.hero-area-agenda-ocio {
  background: url(/documents/11022/4116821/home-ocio.jpg) fixed no-repeat;
  background-position: top 0% left 50%;
}
.hero-area-agenda-otras {
  background: url(/documents/11022/4116821/home-otras-actividades.jpg) fixed no-repeat;
  background-position: top 0% left 50%;
}
.hero-area-buscador {
  background: url(/documents/11022/4116809/home-buscador.jpg) fixed no-repeat;
  background-position: top 0px left 50%;  
}
.hero-area-organiza {
  background: url(/documents/11022/4221701/home-organiza.jpg) fixed no-repeat;
  background-position: top 0px left 50%;  
}
.hero-area-dormir {
  background: url(/documents/11022/4221705/home-dormir.jpg) fixed no-repeat;
  background-position: top 0px left 50%;  
}
.hero-area-dormir-lista {
  background: url(/documents/11022/4221705/dormir.jpg) no-repeat;
  background-position: top 50% left 50%;
  background-size: 100%;
}
.hero-area-casonas {
  background: url(/documents/11022/4221705/home-casonas.jpg) fixed no-repeat;
  background-position: top 0px left 50%;  
}
.hero-area-casonas-lista {
  background: url(/documents/11022/4221705/casonas.jpg) no-repeat;
  background-position: top 50% left 50%;
  background-size: 100%;
}
.hero-area-aldeas {
  background: url(/documents/11022/4221705/home-aldeas.jpg) fixed no-repeat;
  background-position: top 0px left 50%;  
}
.hero-area-aldeas-lista {
  background: url(/documents/11022/4221705/aldeas.jpg) no-repeat;
  background-position: top 50% left 50%;
  background-size: 100%;
}
.hero-area-alojarural {
  background: url(/documents/11022/4221705/home-alojarural.jpg) fixed no-repeat;
  background-position: top 0px left 50%;  
}
.hero-area-alojarural-lista {
  background: url(/documents/11022/4221705/alojarural.jpg) no-repeat;
  background-position: top 50% left 50%;
  background-size: 100%;
}
.hero-area-comer {
  background: url(/documents/11022/4221703/home-comer.jpg) fixed no-repeat;
  background-position: top 0px left 50%;  
}
.hero-area-comer-lista {
  background: url(/documents/11022/4221703/restaurantes.jpg) no-repeat;
  background-position: top 50% left 50%;
  background-size: 100%;
}
.hero-area-mesas {
  background: url(/documents/11022/4221703/home-mesas.jpg) fixed no-repeat;
  background-position: top 0px left 50%;  
}
.hero-area-mesas-lista {
  background: url(/documents/11022/4221703/mesas.jpg) no-repeat;
  background-position: top 50% left 50%;
  background-size: 100%;
}
.hero-area-sidrerias {
  background: url(/documents/11022/4221703/home-sidrerias.jpg) fixed no-repeat;
  background-position: top 0px left 50%;  
}
.hero-area-sidrerias-lista {
  background: url(/documents/11022/4221703/sidrerias.jpg) no-repeat;
  background-position: top 50% left 50%;
  background-size: 100%;
}
.hero-area-descubre {
  background: url(/documents/11022/4278905/home-descubre.jpg) fixed no-repeat;
  background-position: top 0px left 50%;  
}
.hero-area-dondeir {
  background: url(/documents/11022/4278907/home-donde-ir.jpg) fixed no-repeat;
  background-position: top 0px left 50%;  
}
.hero-area-dondeir-lista {
  background: url(/documents/11022/4278907/concejos.jpg) no-repeat;
  background-position: top 50% left 50%;
  background-size: 100%;
}
.hero-area-rutas-coche {
  background: url(/documents/11022/4279368/home-coche.jpg) fixed no-repeat;
  background-position: top 0px left 50%;  
}
.hero-area-rutas-coche-lista {
  background: url(/documents/11022/4279368/rutas-coche.jpg) no-repeat;
  background-position: top 50% left 50%;
  background-size: 100%;
}
.hero-area-folletos {
  background: url(/documents/11022/4330965/home-folletos.jpg) fixed no-repeat;
  background-position: top 0px left 50%;  
}
.hero-area-oficinas {
  background: url(/documents/11022/4332814/home-oficinas.jpg) fixed no-repeat;
  background-position: top 0px left 50%;  
}
.hero-area-oficinas-lista {
  background: url(/documents/11022/4332814/lista-oficinas.jpg) no-repeat;
  background-position: top 50% left 50%;
  background-size: 100%;
}
.hero-area-FIT {
  background: url(/documents/11022/4332816/home-fit.jpg) fixed no-repeat;
  background-position: top 0px left 50%;  
}
.hero-area-FIT-lista {
  background: url(/documents/11022/4332816/lista-fit.jpg) no-repeat;
  background-position: top 50% left 50%;
  background-size: 100%;
}
.hero-area-pasaporte {
  background: url(/documents/11022/4523070/home-pasaporte.jpg) fixed no-repeat;
  background-position: top 0px left 50%;  
}
.hero-area-pasaporte-eventos {
  background: url(/documents/11022/4523070/home-eventos.jpg) fixed no-repeat;
  background-position: top 0px left 50%;  
}
.hero-area-entradas {
  background: url(/documents/11022/4597648/home-entradas.jpg) fixed no-repeat;
  background-position: top 0px left 50%;
}
.hero-area-entradas-museos {
  background: url(/documents/11022/4597648/home-museos.jpg) fixed no-repeat;
  background-position: top 0px left 50%;
}
.hero-area-entradas-programacion {
  background: url(/documents/11022/4597648/home-programacion.jpg) fixed no-repeat;
  background-position: top 0px left 50%;
}
.hero-area-llegar {
  background: url(/documents/11022/4597650/home-llegar.jpg) fixed no-repeat;
  background-position: top 0px left 50%;
}
.hero-area-llegar-coche {
  background: url(/documents/11022/4597650/home-coche.jpg) fixed no-repeat;
  background-position: top 0px left 50%;
}
.hero-area-llegar-bus {
  background: url(/documents/11022/4597650/home-bus.jpg) fixed no-repeat;
  background-position: top 0px left 50%;
}
.hero-area-llegar-tren {
  background: url(/documents/11022/4597650/home-tren.jpg) fixed no-repeat;
  background-position: top 0px left 50%;
}
.hero-area-llegar-avion {
  background: url(/documents/11022/4597650/home-avion.jpg) fixed no-repeat;
  background-position: top 0px left 50%;
}
.hero-area-llegar-barco {
  background: url(/documents/11022/4597650/home-barco.jpg) fixed no-repeat;
  background-position: top 0px left 50%;
}
.hero-area-ofertas {
  background: url(/documents/11022/4606212/home-ofertas.jpg) fixed no-repeat;
  background-position: top 0px left 50%;
}
.hero-area-reservas {
  background: url(/documents/11022/4620884/home-reservas.jpg) fixed no-repeat;
  background-position: top 0px left 50%;
}
.hero-area-noticias {
  background: url(/documents/11022/4591302/home-noticias.jpg) fixed no-repeat;
  background-position: top 0px left 50%;
}
.hero-area-noticias-detalle {
  background: url(/documents/11022/4591302/home-noticias-detalle.jpg) fixed no-repeat;
  background-position: top 0px left 50%;
}
.hero-area-cuadro-titulos h2 {
  font-size: 50px;
  font-weight: 100;
  letter-spacing: 1px;
  margin-top: 3em;
  padding-left: 10px;
  background-image: linear-gradient(to right, #000, transparent 50%);
}
.hero-area-cuadro-titulos {
  padding: 3em;
  color: #fff;
  text-shadow: 0.1em 0.1em 0.2em #000;
}
/* ==========================================================================
   Video Background
   ========================================================================== */
#video-area {
  overflow: hidden;
  position: relative;
}
#video-area .contents {
  padding: 175px 0 80px;
}
#video-area .contents h1 {
  color: #fff;
  font-size: 50px;
  font-weight: 600;
  margin-bottom: 25px;
  line-height: 70px;
}
#video-area .contents p {
  font-size: 14px;
  color: #fff;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 0.5px;
}
#video-area .contents .btn {
  margin: 20px 10px;
  text-transform: uppercase;
}
#video-area .banner_bottom_btn {
  margin-top: 40px;
}
#video-area .banner_bottom_btn i {
  color: #fff;
  font-size: 48px;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
#video-area .banner_bottom_btn i:hover {
  color: #4676fa;
}
.overlay-2 {
  background: rgba(0, 0, 0, 0.1) !important;
}
.overlay-video {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: #76a043;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.embedly-youtube{
    position: relative;
	background: url(/documents/11022/4116809/capa-play.jpg);
    background-position: top 0 left 50%;
    background-size: cover;
}
.embedly-youtube iframe{
	width: 100%;
	height: 360px;
}
.video-responsive {
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    padding-top: 30px;
    position: relative;
    }
.video-responsive iframe, .video-responsive object, .video-responsive embed {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.play{
    position: absolute;
    top: 43%;
    left: 47%;
    height: 48px;
    width: 68px;
    border-radius: 10px;
    background: #cc2121;
    border: 0;	
	cursor: pointer;
	box-shadow: 1px 1px 5px #00000080;
}
.play:hover{
	opacity: 0.8;
}
.play-flecha {
    width: 0;
    height: 0;
    border-top: 14px solid transparent;
    border-bottom: 14px solid transparent;
    border-left: 25px solid #fff;
    position: relative;
    margin-left: 19px;
}
.video-promo {
    position: relative;
    background: url(/documents/11022/4116809/background-video.jpg) fixed no-repeat;
    background-position: center center;
    background-size: cover;
}
.video-promo .video-promo-content {
  color: #fff;
  height: 300px;
}
.video-promo .video-promo-content h2 {
	color: #fff;
	font-size: 30px;
	text-transform: uppercase;
	font-weight: 400;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.8);
}
.video-promo .video-promo-content p {
	margin-bottom: 30px;
}
.video-promo .video-promo-content .video-popup {
    width: 90px;
    height: 90px;
    line-height: 100px;
    text-align: center;
    background: rgba(255, 255, 255, 0.8);
    color: #333;
    border-radius: 50%;
    display: inline-block;
    font-size: 50px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    cursor: pointer;
    margin-top: 40px;
}
.video-promo .video-promo-content .video-popup:hover {
	color: #5fa043;
}
.video-promo .video-promo-content .video-popup i {
	line-height: 80px;
}
/* ==========================================================================
   Sugerencias
   ========================================================================== */
#about {
  position: relative;
  background: #e9f3e9;
}
.item-boxes {
  text-align: center;
  padding: 15px;
  border-radius: 4px;
  margin-bottom: 15px;
  webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.item-boxes img {
    vertical-align: middle;
    width: 100px;
    height: auto;
    border: solid 1px #000;
    border-radius: 11px;
    margin-bottom: 10px;
    box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.2);
}
.item-boxes .icon {
  width: 60px;
  height: 60px;
  text-align: center;
  border: 1px solid #4676fa;
  display: inline-block;
  border-radius: 5px;
  margin-top: 10px;
  margin-bottom: 15px;
  webkit-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.item-boxes .icon i {
  font-size: 30px;
  line-height: 60px;
  color: #4676fa;
}
.item-boxes h4 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
}
.item-boxes:hover {
  background: rgba(22, 132, 9, 0.2);
  box-shadow: 0 8px 48px 0 rgba(0, 0, 0, 0.15);
}
#sugerencias {
  position: relative;
  background: #e9f3e9;
}
/* ==========================================================================
   Features Section Style
   ========================================================================== */
#features {
  background: #fff;
}
#features .icon {
  display: inline-block;
  width: 60px;
  height: 60px;
  border-radius: 4px;
  text-align: center;
  position: relative;
  z-index: 1;
}
#features .content-left {
  position: relative;
  top: 60px;
}
#features .content-left span {
  float: right;
  margin-left: 25px;
}
#features .content-right {
  position: relative;
  top: 60px;
}
#features .content-right span {
  float: left;
  margin-right: 25px;
}
#features .box-item {
  padding-bottom: 30px;
}
#features .box-item .icon {
  border: 1px solid #4676fa;
  text-align: center;
  margin: 12px;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
#features .box-item .icon i {
  color: #4676fa;
  font-size: 24px;
  line-height: 60px;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
#features .box-item .text h4 {
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
}
#features .box-item .text p {
  font-size: 14px;
  line-height: 26px;
}
#features .box-item:hover .icon {
  background: #4676fa;
}
#features .box-item:hover .icon i {
  color: #ffffff;
}
#features .show-box {
  padding: 80px 0px 0px;
}
#features .show-box img {
  width: 100%;
}
/* ==========================================================================
   Screenshots Section Start
   ========================================================================== */
#screenshots {
  background: #f2f2f2;
}
.shot-item {
  margin: 0 1px 6px 0;
  padding: 2px;
  border-radius: 4px;
  background: #fff;
}
.shot-item img {
  width: 100%;
  margin-bottom: 0px;
  max-width:100%;
}
.shot-item-option {
  margin: 0 1px 6px 0;
  border-radius: 4px;
  background: #fff;
  margin-left: -15px;
  margin-right: -15px;
  padding-right: 1px;
}
.shot-item-option .imagen{
  height: 520px;
  background-size: cover;
  background-position: top 0% left 50%;
  transition: box-shadow 400ms ease, transform 400ms ease, z-index 400ms ease;  
}
.shot-item-option .imagen:hover{
  transform: scale(1.03);
  box-shadow: 0px 28px 81px -7px rgba(0,0,0, 0.44);
}
.shot-item-option .imagen h3{
  font-size: 22px;
  text-align: center;
  font-weight: 400;
  letter-spacing: 1px;
  top: 0;
  overflow: hidden;
  position: relative;
  z-index: 999;
  padding: 15px 6px;
  color: #fff;
  width: 100%;
  height: 90px;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.8);
  background-image: linear-gradient(rgba(0, 0, 0, .7), rgba(0, 0, 0, .0));
}
.shot-item-option .imagen .detalles{
  position: absolute;
  top: 0px;
  padding: 15px;
  height: 520px;
  opacity: 0;
  transition: box-shadow 400ms ease, transform 400ms ease, z-index 400ms ease;  
}
.shot-item-option .imagen .detalles:hover{
  opacity: 1; 
}
.shot-item-option .imagen .detalles p{
  position: relative;
  top: 55%;
  background-color: rgba(0, 0, 0, 0.7);
  border-radius: 10px;
  color: #fff;
  letter-spacing: 1px;
  font-size: 15px;
  text-align: center;
  font-weight: 400;
  padding: 10px;
}
.shot-item-option .imagen .detalles p > a{
  text-shadow: none;
  background-color: rgb(96, 160, 67);
  font-size: 15px;
  border-color: rgb(96, 160, 67);
  border-radius: 8px;
  color: #fff;
  padding: 7px;
}
.shot-item-option .imagen .detalles p > a:hover{
  opacity: 0.6;
}
.shot-item-goto {
  margin-right: 0px;
  background: #fff;
}
.shot-item-goto img {
  width: 100%;
  margin: 0px 0px 30px 0px;
  margin-bottom: 0px;
}
.shot-item-goto h2 {
  color: #299637;
  font-size: 30px;
  text-transform: uppercase;
  text-shadow: 2px 2px 7px #868383;
  position: relative;
  text-align: center;
  font-weight: 400;
}
.shot-item-goto .overlay-goto {
    display: block;
    position: relative;
}
.shot-item .overlay {
  display: block;
  position: relative;
}
.shot-item .overlay-enlace-destacado {
  display: block;
  position: relative;
}
.shot-item-goto .overlay-goto {
  display: block;
  position: relative;
}
.shot-item .overlay:before,
.shot-item .overlay:after {
  position: absolute;
  content: "";
  height: 30%;
  width: 30%;
  background: #aecca6;
  opacity: 0;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  box-shadow: 0 8px 48px 0 rgba(0, 0, 0, 0.35);
}
.shot-item .overlay-enlace-destacado:before,
.shot-item .overlay-enlace-destacado:after {
  position: absolute;
  content: "";
  height: 30%;
  width: 30%;
  background: #fff;
  opacity: 0;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.shot-item-goto .overlay-goto:before,
.shot-item-goto .overlay-goto:after {
  position: absolute;
  content: "";
  height: 30%;
  width: 30%;
  background: #aecca6;
  opacity: 0;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.shot-item .overlay:before {
  top: 0;
  left: 0;
  z-index: 1;
}
.shot-item .overlay-enlace-destacado:before {
  top: 0;
  left: 0;
  z-index: 1;
}
.shot-item-goto .overlay-goto:before {
  top: 0;
  left: 0;
  z-index: 1;
}
.shot-item .overlay:after {
  bottom: 0;
  right: 0;
  z-index: 1;
}
.shot-item .overlay-enlace-destacado:after {
  bottom: 0;
  right: 0;
  z-index: 1;
}
.shot-item-goto .overlay-goto:after {
  bottom: 0;
  right: 0;
  z-index: 1;
}
.shot-item:hover .overlay:before {
  height: 50%;
  width: 100%;
  opacity: 0.8;
}
.shot-item:hover .overlay-enlace-destacado:before {
  height: 50%;
  width: 100%;
  opacity: 0.8;
}
.shot-item-goto:hover .overlay-goto:before {
  height: 50%;
  width: 100%;
  opacity: 0.8;
}
.shot-item:hover .overlay:after {
  height: 50%;
  width: 100%;
  opacity: 0.8;
}
.shot-item:hover .overlay-enlace-destacado:after {
  height: 50%;
  width: 100%;
  opacity: 0.8;
}
.shot-item-goto:hover .overlay-goto:after {
  height: 50%;
  width: 100%;
  opacity: 0.8;
}
.overlay .item-icon {
  height: 48px;
  width: 48px;
  line-height: 48px;
  color: #fff;
  left: 50%;
  margin-left: -24px;
  margin-top: -24px;
  top: 50%;
  position: absolute;
  z-index: 2;
  visibility: hidden;
  opacity: 0;
  cursor: pointer;
  text-align: center;
  font-size: 24px;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  border: 1px solid #ddd;
  border-radius: 4px;
}
.overlay-enlace-destacado .item-icon {
  height: 48px;
  width: 48px;
  line-height: 48px;
  color: #60a043;
  left: 50%;
  margin-left: -24px;
  margin-top: -24px;
  top: 50%;
  position: absolute;
  z-index: 2;
  visibility: hidden;
  opacity: 0;
  cursor: pointer;
  text-align: center;
  font-size: 24px;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  border: 1px solid #60a043;
  border-radius: 4px;
}
.overlay-goto .item-icon {
  height: 100px;
  width: 100px;
  line-height: 100px;
  color: #fff;
  left: 50%;
  margin-left: -24px;
  margin-top: -24px;
  top: 50%;
  position: absolute;
  z-index: 2;
  visibility: hidden;
  opacity: 0;
  cursor: pointer;
  text-align: center;
  font-size: 40px;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  border: 1px solid #ddd;
  border-radius: 10px;
  background-color: rgba(92, 136, 37, 0.4);
}
.shot-item:hover .item-icon {
  visibility: visible;
  opacity: 1;
}
.shot-item-goto:hover .item-icon {
  visibility: visible;
  opacity: 1;
}
@media screen and (max-width: 768px) {
	.shot-item-option .imagen .detalles{
	  opacity: 1;
	}
	.shot-item-option .imagen .detalles p{
	  top: 70%;
	}	
}
/* ==========================================================================
   Portfolio Section
   ========================================================================== */
#portfolios {
  background: #f2f2f2;
}
#portfolios .mix {
  padding: 10px;
}
#portfolios .portfolio-item .shot-item {
  margin: 0px;
}
#portfolios .portfolio-item .titulo h3{
  font-size: 22px;
  color: #186613;
  font-weight: 400;
  margin: 1em 0em 1em 0em;
  text-align: center;
}
#portfolios-indice{
  background: #fff;
}
#portfolios-indice.mix {
  padding: 10px;
}
#portfolios-indice .portfolio-item .shot-item {
  margin: 0px;
}
#portfolios-indice .portfolio-item .titulo h3{
  font-size: 22px;
  color: #186613;
  font-weight: 400;
  margin: 1em 0em 1em 0em;
  text-align: center;
}
#portfolio .mix {
  display: none;
}
#portfolio-list .mix {
  display: none;
}
#portfolios-indice .explorer {
  flex-wrap: wrap;
  display: flex;
}
#infopractica {
  background: #e9f3e9;
}
#infopractica .mix {
  padding: 10px;
}
#infopractica .portfolio-item .shot-item {
  margin: 0px;
}
#infopractica-list .mix {
  display: none;
}
.controls {
  text-align: center;
  padding: 0px 0px 20px;
}
.controls .active {
  color: #60a043 !important;
  border-color: #60a043;
  background: transparent;
}
.controls .btn {
  text-transform: uppercase;
  margin: 2px;
}
.controls:hover {
  cursor: pointer;
}
.portfolio-img {
  overflow: hidden;
  display: block;
  position: relative;
}
.portfolio-img img {
  width: 100%;
}
.portfoli-content {
  width: 100%;
  position: absolute;
  height: 100%;
  opacity: 0;
  top: 0;
  -webkit-transition: opacity 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  transition: opacity 0.8s cubic-bezier(0.19, 1, 0.22, 1);
}
.portfoli-content:before {
  background-color: rgba(1, 3, 7, 0.8);
  top: 0px;
  left: 0px;
  bottom: 15px;
  right: 30px;
  content: '';
  position: absolute;
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -ms-transform: scale(0.9);
  -o-transform: scale(0.9);
  transform: scale(0.9);
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}
.sup-desc-wrap {
  display: table;
  width: 100%;
  height: 100%;
}
.sup-desc-wrap .sup-desc-inner {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  padding: 0 35px;
}
.sup-desc-wrap .sup-meta-wrap .sup-title {
  display: block;
  outline: none;
  margin-bottom: 10px;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.sup-desc-wrap .sup-meta-wrap .sup-title h4 {
  font-size: 22px;
  color: #fff;
  margin: 0 0 5px;
  line-height: 26px;
  text-transform: uppercase;
  font-weight: 100;
}
.sup-desc-wrap .sup-meta-wrap .sup-description {
  font-size: 14px;
  line-height: 22px;
  color: #fff;
  text-align: center;
  -webkit-transform: translateY(40px);
  transform: translateY(40px);
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.portfolio-item:hover .portfoli-content,
.portfolio-item:hover .portfoli-content:before {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.portfolio-item:hover .sup-title {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
.portfolio-item:hover .sup-description {
  opacity: 1;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}
/* ==========================================================================
   Ir a la sección
   ========================================================================== */
.goto-naturaleza {
  background: url(/documents/11022/919923/seccion-naturaleza.jpg) fixed;
}
.goto-costa {
  background: url(/documents/11022/919925/seccion-costa.jpg) fixed;
}
.goto-cultura {
  background: url(/documents/11022/919927/seccion-cultura.jpg) fixed;
}
.goto-patrimonio {
  background: url(/documents/11022/922814/seccion-patrimonio.jpg) fixed;
}
.goto-activo {
  background: url(/documents/11022/923778/seccion-activo.jpg) fixed;
}
.goto-gastronomia {
  background: url(/documents/11022/923887/seccion-gastronomia.jpg) fixed;
}
.goto-ciudades {
  background: url(/documents/11022/924000/seccion-ciudades.jpg) fixed;
}
.goto-rural {
  background: url(/documents/11022/924101/seccion-rural.jpg) fixed;
}
.goto-camino {
  background: url(/documents/11022/924182/seccion-camino.jpg) fixed;
}
.goto {
  background-position: cover;
  position: relative;
}
.goto .goto-content {
  color: #fff;
}
.goto .goto-content h2 {
  color: #fff;
  font-size: 30px;
  text-transform: uppercase;
  text-shadow: 2px 2px 5px #424040;
}
.goto .goto-content p {
  margin-bottom: 30px;
}
.goto .goto-content .goto-href {
  min-width: 120px;
  border: 2px solid #fff;
  border-radius: 10px;
  padding: 20px;
  color: #fff;
  display: inline-block;
  font-size: 38px;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.goto .goto-content .goto-href:hover {
  background: #54a534;
  border-color: #54a534;
  color: #fff;
}
.overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: #76a043;
}
.overlay-seccion {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: #a2e650;
  filter: alpha(opacity=50);
  opacity: 0.4;
}
.overlay-destacado {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background: #96c4ec;
    filter: alpha(opacity=70);
}
.overlay-goto {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background: #fff;
    filter: alpha(opacity=70);
}

/* ==========================================================================
   Counter Section Style
   ========================================================================== */
.counters {
  position: relative;
}
.counters .facts-item {
  text-align: center;
  color: #fff;
}
.counters .facts-item a {
    text-align: center;
    color: #fff;
    font-size: 20px;
}
.counters .facts-item a:hover {
    text-align: center;
    color: #fff;
    font-size: 20px;
	font-weight: bold;
}
.counters .facts-item .icon {
  margin-bottom: 20px;
}
.counters .facts-item .icon i {
  font-size: 50px;
  color: #fff;
}
.counters .facts-item .fact-count h3 {
  font-size: 35px;
  color: #fff;
  margin-bottom: 15px;
}
.counters .facts-item .fact-count h4 {
  font-size: 20px;
  color: #fff;
  padding-top: 10px;
}

/* ==========================================================================
   Download 
   ========================================================================== */
#download {
  background-image: linear-gradient(120deg, #cefe89 0%, #396526 100%);
  width: 100%;
  background-position: 50% 50%;
  height: 300px;
}
#download .section-title {
  color: #fff;
}
.btn {
  margin: 10px 0px 10px 0px;
}
.btn-home{
  margin: 10px 0px 10px 18px;
}
.btn i {
  margin-right: 5px;
}
/* ==========================================================================
   Blog 
   ========================================================================== */
#blog .blog-item-wrapper {
  background: #fff;
  border-radius: 0px;
  margin-bottom: 30px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  -webkit-transition: transform 0.2s linear, -webkit-box-shadow 0.2s linear;
  -moz-transition: transform 0.2s linear, -moz-box-shadow 0.2s linear;
  transition: transform 0.2s linear, box-shadow 0.2s linear;
}
#blog .blog-item-wrapper:hover {
  box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.1);
}
#blog .blog-item-wrapper:hover .blog-item-img:before {
  opacity: 1;
  height: 100%;
  width: 100%;
}
#blog .blog-item-img {
  position: relative;
}
#blog .blog-item-img img {
  width: 100%;
}
#blog .blog-item img {
  width: 100%;
  position: relative;
}
#blog .blog-item-img:before {
  width: 50%;
  height: 50%;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(186, 216, 190, 0.7);
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
#blog .blog-item-text {
  border: 1px solid #f1f1f1;
  padding: 20px;
}
#blog .blog-item-text .entry-title{
  margin: 0;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
}
#blog .blog-item-text .entry-address{
  list-style: none;
  padding: 0 0;
}
#blog .blog-item-text .entry-address li{
  font-size: 13px;
  line-height: 14px;
  margin: 0 10px 15px 0;
  color: #999;
  font-family: 'Crete Round', serif;
  font-style: italic;
}
#blog .blog-item-text .entry-content{
    margin-top: 30px;
    text-align: justify;
    position: relative;
}
#blog .blog-item-text .meta-tags {
  margin-bottom: 10px;
}
#blog .blog-item-text .meta-tags span {
  color: #999;
  margin-right: 10px;
  font-size: 14px;
}
#blog .blog-item-text .meta-tags span i {
  margin-right: 5px;
}
#blog .blog-item-text .meta-tags span a {
  color: #999;
}
#blog .blog-item-text .meta-tags span a:hover {
  color: #4676fa;
}
#blog .blog-item-text h3 {
  line-height: 25px;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
  color: #60a043;
}
#blog .blog-item-text h3 a {
  color: #60a043;
}
#blog .blog-item-text h3 a:hover {
  color: #4676fa;
}
#blog .blog-item-text p {
  line-height: 25px;
  margin-bottom: 20px;
  font-size: 16px;
}
#blog  h3 {
  font-size: 30px;
  font-weight: 300;
  letter-spacing: 1px;
}
/* ==========================================================================
    Contact Us
    ========================================================================== */
.form-control {
  width: 100%;
  margin-bottom: 20px;
  padding: 18px;
  color: #fff;
  font-size: 14px;
  border-radius: 4px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  font-family: 'Lato', sans-serif;
}
.form-control:focus {
  box-shadow: none;
  outline: none;
}
.btn.disabled,
.btn:disabled {
  opacity: 1;
}
#contact {
  background: #f2f2f2;
}
#contact .contact-block {
  background: #fff;
  padding: 30px;
  overflow: hidden;
}
#contact #contactForm {
  margin-top: 30px;
}
.text-danger {
  font-size: 14px;
  margin-top: 10px;
}
.list-unstyled li {
  color: #d9534f;
}
/* ==========================================================================
    Subscribe Style
    ========================================================================== */
#subscribe form input {
  background: #ffffff;
  border: 1px solid #ddd;
  border-radius: 4px;
  box-shadow: none;
  color: #999999;
  height: 50px;
  padding: 0 20px;
  width: 100%;
}
#subscribe form input:focus {
  border: 1px solid #4676fa;
}
#subscribe .sub_btn {
  border: none;
  line-height: 44px;
  margin: 0;
  font-size: 15px;
  text-transform: uppercase;
  position: absolute;
  right: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  min-width: 150px;
  color: #fff;
  top: 0;
  height: 50px;
  background: #4676fa;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  font-family: 'Lato', sans-serif;
  cursor: pointer;
}
/* ==========================================================================
   Footer Style
   ========================================================================== */
footer {
  background: #666464;
  padding: 10px 0px 10px;
  text-align: left;
  margin-top: 30px;
}
.site-info p {
  line-height: 13px;
  color: #fff;
  font-size: 0.7em;
  text-align: left;
  }
.site-info p a {
  color: #fff;
  padding-right: 10px;
}
.site-info p a:hover {
  color: #5ab120;
}
.idiomas {
  float: right;
  margin-right: 6%;
  padding-top: 20px;
  font-size: 11px;
}
.idiomas img{
  box-shadow: 2px 2px 5px #4c4a4a;
} 
.idiomas ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.idiomas ul li {
  display: inline;
  border-left: 1px solid #b5b4b4;
}
.idiomas ul li a {
    display: inline-block;
    margin-left: 5px;
    text-align: center;
    font-size: 13px;
    font-weight: 600;
    color: #fff;
}
.idiomas ul li a:hover {
	color: #60a043;
}
.bg-es_ES {
    width: 20px; height: 15px;
    background: url('/documents/11022/4116809/idiomas.png') -5px -5px;
	border: none;
}
.bg-en_GB {
    width: 20px; height: 15px;
    background: url('/documents/11022/4116809/idiomas.png') -31px -5px;
	border: none;
}
.bg-fr_FR {
    width: 20px; height: 15px;
    background: url('/documents/11022/4116809/idiomas.png') -57px -5px;
	border: none;
}
.bg-de_DE {
    width: 20px; height: 15px;
    background: url('/documents/11022/4116809/idiomas.png') -83px -5px;
	border: none;
}
.bg-it_IT {
    width: 20px; height: 15px;;
    background: url('/documents/11022/4116809/idiomas.png') -109px -5px;
	border: none;
}
.bg-pt_PT {
    width: 20px; height: 15px;
    background: url('/documents/11022/4116809/idiomas.png') -135px -5px;
	border: none;
}
.social-icons {
  text-align: center;
}
.social-icons ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.social-icons ul li {
  display: inline;
}
.social-icons ul li a {
  display: inline-block;
  margin-left: 5px;
  margin-right: 5px;
  margin-bottom: 15px;
  border-radius: 4px;
  border: 1px solid rgba(255, 254, 254, 0.07);
  line-height: 40px;
  width: 40px;
  height: 40px;
  text-align: center;
  font-size: 17px;
}
.social-icons ul li a:hover {
  color: #ffffff;
}
.facebook a {
  color: #fff;
}
.facebook a:hover {
  background: #4867aa;
  box-shadow: 0 6px 15px 0 rgba(0, 0, 0, 0.35);
}
.twitter a {
  color: #fff;
}
.twitter a:hover {
  background: #1da1f2;
  box-shadow: 0 6px 15px 0 rgba(0, 0, 0, 0.35);
}
.google-plus a {
  color: #fff;
}
.google-plus a:hover {
  background: #dd4d42;
  box-shadow: 0 6px 15px 0 rgba(0, 0, 0, 0.35);
}
.email a {
  color: #fff;
}
.email a:hover {
  background: #dd4d42;
  box-shadow: 0 6px 15px 0 rgba(0, 0, 0, 0.35);
}
.youtube a {
  color: #fff;
}
.youtube a:hover {
  background: #df2926;
  box-shadow: 0 6px 15px 0 rgba(0, 0, 0, 0.35);
}
.whatsapp a {
  color: #fff;
}
.whatsapp a:hover {
  background: #25a736;
  box-shadow: 0 6px 15px 0 rgba(0, 0, 0, 0.35);
}
.linkedin a {
  color: #fff;
}
.linkedin a:hover {
  background: #007bb6;
  box-shadow: 0 6px 15px 0 rgba(0, 0, 0, 0.35);
}
.pinterest a {
  color: #fff;
}
.pinterest a:hover {
  background: #bd081c;
  box-shadow: 0 6px 15px 0 rgba(0, 0, 0, 0.35);
}
.instagram a {
  color: #fff;
}
.instagram a:hover {
  background: #d43270;
  box-shadow: 0 6px 15px 0 rgba(0, 0, 0, 0.35);
}
.dribbble a {
  color: #fff;
}
.dribbble a:hover {
  background: #ea4c89;
  box-shadow: 0 6px 15px 0 rgba(0, 0, 0, 0.35);
}
.behance a {
  color: #0b7cff;
}
.behance a:hover {
  background: #0b7cff;
  box-shadow: 0 6px 15px 0 rgba(0, 0, 0, 0.35);
}
.subscribe-box {
  margin-top: 18px;
}
.subscribe-box input[type="text"] {
  color: #444;
  font-size: 12px;
  padding: 6px 12px;
  border: none;
  background: #fff;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -o-border-radius: 0px;
  outline: none;
}
.subscribe-box input[type="submit"] {
  display: inline-block;
  text-decoration: none;
  color: #fff;
  font-size: 12px;
  background: #4676fa;
  text-transform: uppercase;
  border: none;
  padding: 7px 16px;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -o-border-radius: 0px;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  font-family: 'Lato', sans-serif;
  cursor: pointer;
}
.back-to-top {
  display: none;
  position: fixed;
  bottom: 100px;
  right: 20px;
  z-index: 999;
}
.back-to-top i {
  display: block;
  width: 36px;
  height: 36px;
  line-height: 36px;
  color: #fff;
  font-size: 14px;
  text-align: center;
  border-radius: 4px;
  background-color: #60a043;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
#loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #333;
  z-index: 9999999999;
}
.spinner {
  width: 40px;
  height: 40px;
  top: 45%;
  position: relative;
  margin: 0px auto;
}
.double-bounce1,
.double-bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #60a043;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: sk-bounce 2s infinite ease-in-out;
  animation: sk-bounce 2s infinite ease-in-out;
}
.double-bounce2 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}
/* ==========================================================================
   Buscador campo
   ========================================================================== */
   
.search-box{
    position: absolute;
    left: 28px;
    top: -30px;
}
label {
    display: none;
}
.search-box #search-global #search-global-term {
    border: 0;
    height: 44px;
    width: 175px;
    background: url(/documents/11022/4116809/input-back.png) scroll no-repeat left top transparent;
    color: #90855a;
    text-transform: uppercase;
    padding: 0 15px;
    font-size: 12px;
}
.search-box #search-global #search-global-term {
    text-transform: none !important;
}
.search-box #search-global {
    position: relative;
}

.search-box #search-global .button {
    background: url(/documents/11022/4116809/button-back.png) scroll no-repeat left center transparent;
    border: 0;
    height: 44px;
    width: 38px;
    text-indent: -9999px;
    position: absolute;
    right: -38px;
    top: 0;
    cursor: pointer;
}
.search-box-page {
    position: relative;
    margin: 0px 1px 20px 80px;
}
.mostrar-buscador{
    position: relative;
    float: right;
    margin: 0;
	cursor: pointer;
}
.search-box-page #search-global #search-global-term {
    border: 0;
    height: 44px;
    width: 175px;
    background: url(/documents/11022/4116809/input-back.png) scroll no-repeat left top transparent;
    color: #90855a;
    text-transform: uppercase;
    padding: 0 15px;
    font-size: 12px;
}
.search-box-page #search-global #search-global-term {
    text-transform: none !important;
}
.search-box-page #search-global {
    position: relative;
}

.search-box-page #search-global .button {
    background: url(/documents/11022/4116809/button-busca.png) scroll no-repeat left center transparent;
    border: 0;
    height: 44px;
    width: 38px;
    text-indent: -9999px;
	position: absolute;
    cursor: pointer;
}
button.close {
    position: absolute;
    top: 12px;
    right: 12px;
	outline: none;
}
.button-title{
    font-size: 25px;
    color: #60a043;
	font-weight: 400;
	padding-top: 30px;
    text-align: center;
    width: 100%;
}
.close {
    font-size: 2rem !important;
    font-weight: 500 !important;
	color: #909090 !important;
    opacity: 1 !important;
}
.close:hover {
    opacity: 0.6 !important;
}
.modal-header {
    padding: 45px 0 15px 0 !important;
    border-bottom: 0 !important;
    text-align: center;
}
.modal-dialog {
    margin: 10% auto !important;
    max-width: 1000px !important;
	width: 1000px !important;
}
.modal-content {
	border-radius: .8rem !important;
	background: none !important;
}
.portlet-search .portlet-borderless-container {
    min-height: 2.5em;
    position: relative;
    width: 1128px;
    margin: 0 auto;
	margin-top: -70px;
}
.inner #wrapper .container-wrapper .container #content {
    padding-bottom: 151px;
}
#wrapper .container-wrapper .container #content {
    min-height: 450px;
}
.breadcrumb-wrapper {
    overflow: hidden;
}
.page-title-wrapper {
    position: relative;
}

.portlet-layout {
    border-collapse: collapse;
    clear: both;
    display: table;
    border-spacing: 0;
    table-layout: auto;
    width: 100%;
}
.portlet-column {
    display: table-cell;
    vertical-align: top;
}

.portlet-search .search-layout {
    background: url(/infoasturias-theme/css/images/templates/slide-background-top.png) left top no-repeat;
    padding-top: 9px;	
}
.aui-layout {
    width: 100%;
}
.portlet-search .search-layout .search-layout-content {
    background: #fff;
    padding: 0 20em 6em 0;
    overflow: hidden;
}
.aui-layout-content {
    zoom: 1;
}
.ltr .aui-column, .rtl .aui-column-last {
    float: left;
}
.lfr-template portlet-section-body results-row{
	display:none;
}
.portlet-search .search-layout .search-layout-content .result {
    padding-top: 2em;
    width: 100%;
}
.portlet-search .menu-column .search-layout-content .result {
    display: inline-block;
    float: none;
    width: 100%;
}
.ltr .aui-column-last {
    margin-left: -5px;
}
.rtl .aui-column, .ltr .aui-column-last {
    float: right;
}
.lfr-token-list {
    clear: both;
    margin: 1em 0;
}
.rtl .aui-column-content-first, .ltr .aui-column-content-last {
    padding-right: 0;
}
.aui-column-content, .aui-column-content-center {
    padding: 0 .5em;
}
.portlet-search .search-layout .search-layout-content .aui-column-first {
    background: #fafaf7;
    float: right;
    margin-right: -24em;
    padding-top: 2em;
    width: 20em;
    padding-bottom: 300em;
    margin-bottom: -300em;
}
.portlet-search .menu-column .search-layout-content .menu {
    margin-left: -24em;
    position: relative;
    width: 24em;
}
.portlet-search .search-layout .search-layout-content .result .aui-searchcontainer .results-grid .results-row {
    border-top: 1px solid #e5e5e5;
    display: block;
}
.portlet-search .search-layout .search-layout-content .result .asset-entry .asset-entry-title {
    color: #5b677d;
    display: block;
    font-size: 1.5em;
    font-weight: bold;
}
.portlet-search .search-layout .search-layout-content .result .asset-entry .asset-entry-content {
    margin-top: .8em;
}
.taglib-search-iterator td.align-left {
    text-align: left;
}
.taglib-search-iterator td {
    padding: 4px;
}
.results-row td {
    background: 0;
    border: 1px solid;
    border-color: #d7d7d7 #e7e7e7;
    padding: 5px 10px;
	border-left: 0;
    border-right: 0;
}
.results-row.alt td {
    background: #f5f8fb;
}
.portlet-search .search-layout .search-layout-content .result .asset-entry .asset-entry-title a {
    color: #375577;
    font-size: 17px;
    text-decoration: none;	
}
.portlet-search .search-layout .search-layout-content .result .asset-entry .asset-entry-link {
    color: #737373;
    font-style: italic;
    font-size: 14px;	
}
.portlet-search .search-layout .search-layout-content .result .asset-entry .highlight {
    font-weight: bold;
    background: transparent;
    margin: inherit;
	vertical-align: inherit;
    color: #7caf14;
}
.aui-column-content, .aui-column-content-center {
    padding: 0 .5em;
    padding-right: 0.5em;
}
.portlet-search .search-layout .search-layout-content .search-info-text-wrapper {
    padding-left: 1em;
    margin-bottom: 2.5em;
    color: #2c2a12;
	font-size: 14px;
}
.portlet-search .search-layout .search-layout-content .result .aui-searchcontainer .results-grid {
    border: 0;
    padding-left: 2em;
    padding-right: 4em;
}
.results-grid {
    background: #FFF;
    border-width: 0 1px;
}
.taglib-search-iterator {
    border-collapse: collapse;
    width: 100%;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
    clear: both;
}
.portlet-search .search-layout .search-layout-content .result .aui-searchcontainer .results-grid .results-header {
    display: none;
}
.results-header {
    background: #d1d6dc;
	display: none;
}
.lfr-template {
    display: none;
}
.portlet-search .search-layout .search-layout-content .result .aui-searchcontainer .results-grid .results-header {
    display: none;
}
.portlet-search .search-layout .search-layout-content .result .aui-searchcontainer .results-grid .results-row td {
    border: 0;
    background: #fff;
    display: block;
    padding: 2em 0;
}
.taglib-search-iterator td.valign-middle {
    vertical-align: middle;
}
.portlet-content, .portlet, .portlet .portlet-content, .portlet-column .portlet-column-content, .portlet-column .portlet-column-content .portlet, .portlet-column .portlet-column-content .portlet .portlet-content {
    margin: 0;
    padding: 0;
}
.portlet-search .search-layout .search-layout-content .result .asset-entry .asset-entry-type{
	display: none;
}
.portlet-search .search-layout .search-layout-content .result .asset-entry .asset-entry-type {
    float: right;
    font-size: .8em;
    color: #777;
}
.box-wrapper .box-detail .tabs table th, td span {
    vertical-align: middle;
}
.portlet-search .search-layout .search-layout-content .taglib-page-iterator .page-links .next {
    display: block;
    background: url(/infoasturias-theme/css/images/news/next.png) no-repeat scroll right center transparent;
    color: #cacaca;
    display: block;
    float: right;
    line-height: 84px;
    height: 84px;
    padding-right: 25px;
	margin: -10px 10px 0 0px;
    border: 0;
}
.portlet-search .search-layout .search-layout-content .taglib-page-iterator .page-links .first {
    display: none;
}
.portlet-search .search-layout .search-layout-content .taglib-page-iterator .page-links .previous {
    display: block;
    float: left;
    background: url(/infoasturias-theme/css/images/news/previous.png) no-repeat scroll left center transparent;
    display: block;
    line-height: 84px;
    height: 84px;
    padding-left: 25px;
    margin: -10px 0 0 17px;
    width: 233px;
    border: 0;
    color: #cacaca;
}
.portlet-search .search-layout .search-layout-content .taglib-page-iterator .page-links a {
    color: #1d5479 !important;
}
.portlet-search .search-layout .search-layout-content .taglib-page-iterator .search-results {
font-size: 14px;
    padding: 10px 0 0 17px;
    margin-bottom: -5px;
}
.portlet-search .search-layout .search-layout-content #_3_facetNavigation .search-facet .current-term {
    background: url(/infoasturias-theme/css/images/search/search-current.png) left center no-repeat #79b41c!important;
}
.portlet-search .search-layout .search-layout-content #_3_facetNavigation .search-facet .current-term {
    background: url(/infoasturias-theme/css/images/search/search-current.png) left center no-repeat #42a52a;
    font-weight: normal;
    border: 0;
    border-radius: 0;
    font-weight: bold;
    height: 40px;
}
.portlet-search .search-layout .search-layout-content #_3_facetNavigation .search-facet .facet-value {
    line-height: 40px;
    padding: 0 0 0 1em;
}
.portlet-search .search-layout .search-layout-content .menu .search-facet .facet-value.current-term {
    background: #5b677d;
    font-weight: bold;
    margin-bottom: 2px;
}
.portlet-search .search-layout .search-layout-content .menu .search-facet .facet-value {
    font-size: 1.1em;
    padding: 3px;
    padding-right: 0;
}
.portlet-search .search-layout .search-layout-content #_3_facetNavigation .search-facet .current-term a {
    color: #fff !important;
}
.portlet-search .search-layout .search-layout-content #_3_facetNavigation .search-facet .facet-value a {
    color: #1d5479;
    padding-left: 5px;
    font-size: 15px;
}
.portlet-search .search-layout .search-layout-content .menu .search-facet .facet-value.current-term a {
    color: #FFF;
}
.portlet-search .search-layout .search-layout-content .menu .search-facet .facet-value a {
    text-decoration: none;
}
.portlet-search .search-layout .search-layout-content #_3_facetNavigation .search-facet .facet-value .frequency {
    color: #4f4f4f;
    background-color: #e6e6de;
    border: 1px solid #e6e6de;
    border-radius: 2px 2px 2px 2px;
    padding: 2px 5px;
    display: inline;
    font-weight: normal;
	font-size: 14px;
}
.portlet-search .search-layout .search-layout-content #_3_facetNavigation .search-facet .current-term .frequency {
    background: #71b75b;
    color: #fff;
    border: 0;
    font-weight: normal;
}
.search-asset-vocabulary-list-container ul{
	list-style-type: none !important;
	    padding-left: 10px! important;
}
.portlet-search .search-layout .search-layout-content .result .asset-entry .asset-entry-content .asset-entry-summary {
    color: #737373;
	font-size: 14px;
}
.portlet-search .search-layout .search-layout-content .result .asset-entry .asset-entry-summary {
    display: block;
    margin-bottom: 1em;
}
.portlet-search  .aui-field-inline {
    display: inline-block;
    vertical-align: middle;
}
.portlet-search  .aui-field-input-text {
    background-repeat: no-repeat;
    border: 1px solid;
    border-color: #bfbfbf #dedede #dedede #bfbfbf;
    font: 1em Arial,Helvetica,Verdana,sans-serif;
    padding: 5px 1px;
}
.aui-field-input, .aui-field-labels-top .aui-field-input {
    float: none;
    width: auto;
}
.aui-field-element {
    position: relative;
}
.portlet-search .form-search .aui-fieldset .aui-field-content {
    display: block;
}
.aui-field-inline .aui-field-content, .aui-field-row .aui-field-content {
    margin: 0;
    margin-right: 5px;
}
.portlet-search .form-search .aui-fieldset input {
    background: none #478f33;
    color: #e7ffc7;
    border: 0;
    padding: 0 1em;
    border-radius: 5px 5px 5px 5px;
    line-height: 32px;
    height: 32px;
    vertical-align: middle;
    width: 385px;
}
.portlet-search .form-search .aui-fieldset input {
    background: none #fff!important;
    color: #666464!important;
}
.portlet-search .form-search .aui-fieldset #_3_search {
    background: url(/infoasturias-theme/css/images/search/search-button.png) left center no-repeat transparent;
    border: 0;
    text-indent: -9999px;
    width: 32px;
}
.portlet-search .form-search .aui-fieldset input.aui-button-input-submit {
    background: url(/infoasturias-theme/css/images/search/search-button.png) left center no-repeat transparent!important;
}
.portlet-search .form-search fieldset.aui-fieldset {
    background-color: #ded4af!important;
    padding: 7px;
    margin-right: 20em;
	margin-bottom: 2em;
    width: 463px;
}
.aui-helper-hidden {
    display: none!important;
}
.portlet-search .form-search .aui-fieldset #_3_clear-search {
    display: none;
}
.heading-block {
    margin-bottom: 20px;
}
.heading-block h2{
    text-shadow: 3px 3px 3px #000;
}

/* ==========================================================================
   Buscador campo
   ========================================================================== */

@-webkit-keyframes sk-bounce {
  0%,
  100% {
    -webkit-transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
  }
}
@keyframes sk-bounce {
  0%,
  100% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  50% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
/* ==========================================================================
   Banner rotativo
   ========================================================================== */
#slide-box {
  position: relative;
  overflow: hidden;
  z-index: 888;
  margin:0 auto;
  border: 2px solid #fff;
  border-radius: 9px;
}
#slide-box ul {
  list-style: none;
  position: absolute;
  left: 0;
  top: 0;
  margin: 0 !important;
  padding: 0 !important;
}
#slide-box ul li {
  float: left;
  position: relative;
  margin-top: 0.3em;
}
#slide-box ul li img {
  width: 100%;
  height: auto;
  padding-left: 1.1em;
}
#slide-box ol {
    position: relative;
    right: 2em;
    list-style: none;
    z-index: 999;
    float: right;
    top: 7.3em;
}
#slide-box ol li {
  width: 10px;
  height: 10px;
  float: left;
  margin: 5px;
  border-radius: 50%;
  cursor: pointer;
  background-color: #fff;
}
#slide-box ol li.on { background: #dac73a; }
   
   
/* ==========================================================================
   Menú
   ========================================================================== */

.menu-wrap a {
	color: #b8b7ad;
}

.menu-wrap a:hover,
.menu-wrap a:focus{
	color: #76a043;
}
.menu-wrap .navbar-nav li .active,
.menu-wrap .navbar-nav li .active:before{
	color: #fff; 
	background: #bad8be;
	margin-left: -40px;
    padding-left: 45px;
    margin-right: -50px;
}
.content-wrap {
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
}

.content {
	position: relative;
	background: #b4bad2;
}

.content::before {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.3);
	content: '';
	opacity: 0;
	-webkit-transform: translate3d(100%,0,0);
	transform: translate3d(100%,0,0);
	-webkit-transition: opacity 0.4s, -webkit-transform 0s 0.4s;
	transition: opacity 0.4s, transform 0s 0.4s;
	-webkit-transition-timing-function: cubic-bezier(0.7,0,0.3,1);
	transition-timing-function: cubic-bezier(0.7,0,0.3,1);
}

/* Menu Button */
.menu-button {
	position: absolute;
	z-index: 1000;
	width: 5%;
	height: 42px;
	border: none;
	font-size: 30px;
	color: #fff;
	background: transparent;
	top: 15px;
	right: 15px;
	line-height: 42px;
	text-align: center;
}

/* Close Button */
.close-button {
	width: 45px;
	height: 45px;
	position: absolute;
	left: 0px;
	top: 10px;
	overflow: hidden;
	font-size: 25px;
	border: none;
	background: #d6f7ab;
	color: #707173;
	line-height: 48px;
	box-shadow: -1px 2px 3px 0px rgba(0, 0, 0, 0.16), 0 0px 0px 0px rgba(0, 0, 0, 0.12);
}
.logo-menu{
    float: left;
    width: 350px;
    padding: 0px 80px 5px;
}
.menu-bg .logo-menu{
	padding: 6px 0;
}
.menu-bg .menu-button{
	top: 5px;
	color: #333;
}

/* Menu */
.menu-wrap {
	position: fixed;
	z-index: 9999;
	width: 325px;
	right: -8px;
	height: auto;
	background: #fff;
	padding: 2.5em 1.5em 0;
    color: #888783;
	font-size: 1.1em;
	-webkit-transform: translate3d(320px,0,0);
	transform: translate3d(320px,0,0);
	-webkit-transition: -webkit-transform 0.4s;
	transition: transform 0.4s;
	-webkit-transition-timing-function: cubic-bezier(0.7,0,0.3,1);
	transition-timing-function: cubic-bezier(0.7,0,0.3,1);
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

.menu, 
.icon-list {
	height: 100%;
}

.icon-list {
	-webkit-transform: translate3d(0,100%,0);
	transform: translate3d(0,100%,0);
}

.icon-list a {
	color: #888783;
	display: block;
	padding: 0.4em;
	-webkit-transform: translate3d(0,500px,0);
	transform: translate3d(0,500px,0);
	position: relative;
}
.icon-list a:before{
	background: #76a043;
	content: "";
	height: 1px;
	left: 0;
	position: absolute;
	top: 10px;
	-webkit-transform: scale(0);
	transform: scale(0);
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	width: 20px;
}
.icon-list,
.icon-list a {	
	-webkit-transition: -webkit-transform 0s 0.4s;
	transition: transform 0s 0.4s;
	-webkit-transition-timing-function: cubic-bezier(0.7,0,0.3,1);
	transition-timing-function: cubic-bezier(0.7,0,0.3,1);
}

.icon-list a:nth-child(2) {
	-webkit-transform: translate3d(0,1000px,0);
	transform: translate3d(0,1000px,0);
}

.icon-list a:nth-child(3) {
	-webkit-transform: translate3d(0,1500px,0);
	transform: translate3d(0,1500px,0);
}

.icon-list a:nth-child(4) {
	-webkit-transform: translate3d(0,2000px,0);
	transform: translate3d(0,2000px,0);
}

.icon-list a:nth-child(5) {
	-webkit-transform: translate3d(0,2500px,0);
	transform: translate3d(0,2500px,0);
}

.icon-list a:nth-child(6) {
	-webkit-transform: translate3d(0,3000px,0);
	transform: translate3d(0,3000px,0);
}

.icon-list a span {
	margin-left: 10px;
	font-weight: 700;
}

/* Shown menu */
.show-menu .menu-wrap {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
	-webkit-transition: -webkit-transform 0.8s;
	transition: transform 0.8s;
	-webkit-transition-timing-function: cubic-bezier(0.7,0,0.3,1);
	transition-timing-function: cubic-bezier(0.7,0,0.3,1);
}

.show-menu .icon-list,
.show-menu .icon-list a {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
	-webkit-transition: -webkit-transform 0.8s;
	transition: transform 0.8s;
	-webkit-transition-timing-function: cubic-bezier(0.7,0,0.3,1);
	transition-timing-function: cubic-bezier(0.7,0,0.3,1);
}

.show-menu .icon-list a {
	-webkit-transition-duration: 0.9s;
	transition-duration: 0.9s;
}

.show-menu .content::before {
	opacity: 1;
	-webkit-transition: opacity 0.8s;
	transition: opacity 0.8s;
	-webkit-transition-timing-function: cubic-bezier(0.7,0,0.3,1);
	transition-timing-function: cubic-bezier(0.7,0,0.3,1);
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license

Copyright (c) 2013 Daniel Eden

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }

  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  40% {
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px);
  }

  60% {
    -webkit-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}

.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
}

@-webkit-keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }

  25%, 75% {
    opacity: 0;
  }
}

@keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }

  25%, 75% {
    opacity: 0;
  }
}

.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }

  50% {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }

  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}

.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

@-webkit-keyframes rubberBand {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  30% {
    -webkit-transform: scaleX(1.25) scaleY(0.75);
    transform: scaleX(1.25) scaleY(0.75);
  }

  40% {
    -webkit-transform: scaleX(0.75) scaleY(1.25);
    transform: scaleX(0.75) scaleY(1.25);
  }

  60% {
    -webkit-transform: scaleX(1.15) scaleY(0.85);
    transform: scaleX(1.15) scaleY(0.85);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes rubberBand {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }

  30% {
    -webkit-transform: scaleX(1.25) scaleY(0.75);
    -ms-transform: scaleX(1.25) scaleY(0.75);
    transform: scaleX(1.25) scaleY(0.75);
  }

  40% {
    -webkit-transform: scaleX(0.75) scaleY(1.25);
    -ms-transform: scaleX(0.75) scaleY(1.25);
    transform: scaleX(0.75) scaleY(1.25);
  }

  60% {
    -webkit-transform: scaleX(1.15) scaleY(0.85);
    -ms-transform: scaleX(1.15) scaleY(0.85);
    transform: scaleX(1.15) scaleY(0.85);
  }

  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}

.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}

@-webkit-keyframes shake {
  0%, 100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }

  20%, 40%, 60%, 80% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
}

@keyframes shake {
  0%, 100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    transform: translateX(-10px);
  }

  20%, 40%, 60%, 80% {
    -webkit-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px);
  }
}

.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
  }

  40% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }

  60% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }

  80% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }

  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

@keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
    transform: rotate(15deg);
  }

  40% {
    -webkit-transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }

  60% {
    -webkit-transform: rotate(5deg);
    -ms-transform: rotate(5deg);
    transform: rotate(5deg);
  }

  80% {
    -webkit-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }

  100% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

.swing {
  -webkit-transform-origin: top center;
  -ms-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}

@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  10%, 20% {
    -webkit-transform: scale(0.9) rotate(-3deg);
    transform: scale(0.9) rotate(-3deg);
  }

  30%, 50%, 70%, 90% {
    -webkit-transform: scale(1.1) rotate(3deg);
    transform: scale(1.1) rotate(3deg);
  }

  40%, 60%, 80% {
    -webkit-transform: scale(1.1) rotate(-3deg);
    transform: scale(1.1) rotate(-3deg);
  }

  100% {
    -webkit-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0);
  }
}

@keyframes tada {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }

  10%, 20% {
    -webkit-transform: scale(0.9) rotate(-3deg);
    -ms-transform: scale(0.9) rotate(-3deg);
    transform: scale(0.9) rotate(-3deg);
  }

  30%, 50%, 70%, 90% {
    -webkit-transform: scale(1.1) rotate(3deg);
    -ms-transform: scale(1.1) rotate(3deg);
    transform: scale(1.1) rotate(3deg);
  }

  40%, 60%, 80% {
    -webkit-transform: scale(1.1) rotate(-3deg);
    -ms-transform: scale(1.1) rotate(-3deg);
    transform: scale(1.1) rotate(-3deg);
  }

  100% {
    -webkit-transform: scale(1) rotate(0);
    -ms-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0);
  }
}

.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes wobble {
  0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }

  15% {
    -webkit-transform: translateX(-25%) rotate(-5deg);
    transform: translateX(-25%) rotate(-5deg);
  }

  30% {
    -webkit-transform: translateX(20%) rotate(3deg);
    transform: translateX(20%) rotate(3deg);
  }

  45% {
    -webkit-transform: translateX(-15%) rotate(-3deg);
    transform: translateX(-15%) rotate(-3deg);
  }

  60% {
    -webkit-transform: translateX(10%) rotate(2deg);
    transform: translateX(10%) rotate(2deg);
  }

  75% {
    -webkit-transform: translateX(-5%) rotate(-1deg);
    transform: translateX(-5%) rotate(-1deg);
  }

  100% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
}

@keyframes wobble {
  0% {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
  }

  15% {
    -webkit-transform: translateX(-25%) rotate(-5deg);
    -ms-transform: translateX(-25%) rotate(-5deg);
    transform: translateX(-25%) rotate(-5deg);
  }

  30% {
    -webkit-transform: translateX(20%) rotate(3deg);
    -ms-transform: translateX(20%) rotate(3deg);
    transform: translateX(20%) rotate(3deg);
  }

  45% {
    -webkit-transform: translateX(-15%) rotate(-3deg);
    -ms-transform: translateX(-15%) rotate(-3deg);
    transform: translateX(-15%) rotate(-3deg);
  }

  60% {
    -webkit-transform: translateX(10%) rotate(2deg);
    -ms-transform: translateX(10%) rotate(2deg);
    transform: translateX(10%) rotate(2deg);
  }

  75% {
    -webkit-transform: translateX(-5%) rotate(-1deg);
    -ms-transform: translateX(-5%) rotate(-1deg);
    transform: translateX(-5%) rotate(-1deg);
  }

  100% {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
  }
}

.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}

@-webkit-keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(.3);
    transform: scale(.3);
  }

  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }

  70% {
    -webkit-transform: scale(.9);
    transform: scale(.9);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(.3);
    -ms-transform: scale(.3);
    transform: scale(.3);
  }

  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
  }

  70% {
    -webkit-transform: scale(.9);
    -ms-transform: scale(.9);
    transform: scale(.9);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}

.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
  }

  80% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes bounceInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
  }

  80% {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
  }

  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }

  80% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes bounceInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateX(30px);
    -ms-transform: translateX(30px);
    transform: translateX(30px);
  }

  80% {
    -webkit-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    transform: translateX(-10px);
  }

  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateX(-30px);
    transform: translateX(-30px);
  }

  80% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes bounceInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateX(-30px);
    -ms-transform: translateX(-30px);
    transform: translateX(-30px);
  }

  80% {
    -webkit-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px);
  }

  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }

  80% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes bounceInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px);
  }

  80% {
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px);
  }

  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  25% {
    -webkit-transform: scale(.95);
    transform: scale(.95);
  }

  50% {
    opacity: 1;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(.3);
    transform: scale(.3);
  }
}

@keyframes bounceOut {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }

  25% {
    -webkit-transform: scale(.95);
    -ms-transform: scale(.95);
    transform: scale(.95);
  }

  50% {
    opacity: 1;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(.3);
    -ms-transform: scale(.3);
    transform: scale(.3);
  }
}

.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}

@-webkit-keyframes bounceOutDown {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  20% {
    opacity: 1;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}

@keyframes bounceOutDown {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  20% {
    opacity: 1;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}

.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  20% {
    opacity: 1;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}

@keyframes bounceOutLeft {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  20% {
    opacity: 1;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}

.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  20% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}

@keyframes bounceOutRight {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  20% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}

.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  20% {
    opacity: 1;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}

@keyframes bounceOutUp {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  20% {
    opacity: 1;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}

.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
}

@keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }
}

.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}

@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}

.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
}

@keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }
}

.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}

@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}

.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
}

@keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }
}

.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}

@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}

.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}

@keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}

.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}

@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}

.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  100% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

@keyframes flip {
  0% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    -ms-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    -ms-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -ms-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
    -ms-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  100% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    -ms-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

.animated.flip {
  -webkit-backface-visibility: visible;
  -ms-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}

@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotateX(-10deg);
    transform: perspective(400px) rotateX(-10deg);
  }

  70% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
  }

  100% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}

@keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    -ms-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotateX(-10deg);
    -ms-transform: perspective(400px) rotateX(-10deg);
    transform: perspective(400px) rotateX(-10deg);
  }

  70% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    -ms-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
  }

  100% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    -ms-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}

.flipInX {
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}

@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotateY(-10deg);
    transform: perspective(400px) rotateY(-10deg);
  }

  70% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg);
  }

  100% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
}

@keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    -ms-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotateY(-10deg);
    -ms-transform: perspective(400px) rotateY(-10deg);
    transform: perspective(400px) rotateY(-10deg);
  }

  70% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    -ms-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg);
  }

  100% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    -ms-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
}

.flipInY {
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}

@keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    -ms-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    -ms-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}

.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}

@keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    -ms-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    -ms-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}

.flipOutY {
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}

@-webkit-keyframes lightSpeedIn {
  0% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }

  60% {
    -webkit-transform: translateX(-20%) skewX(30deg);
    transform: translateX(-20%) skewX(30deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: translateX(0%) skewX(-15deg);
    transform: translateX(0%) skewX(-15deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
}

@keyframes lightSpeedIn {
  0% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    -ms-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }

  60% {
    -webkit-transform: translateX(-20%) skewX(30deg);
    -ms-transform: translateX(-20%) skewX(30deg);
    transform: translateX(-20%) skewX(30deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: translateX(0%) skewX(-15deg);
    -ms-transform: translateX(0%) skewX(-15deg);
    transform: translateX(0%) skewX(-15deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateX(0%) skewX(0deg);
    -ms-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
}

.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
  0% {
    -webkit-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
}

@keyframes lightSpeedOut {
  0% {
    -webkit-transform: translateX(0%) skewX(0deg);
    -ms-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    -ms-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
}

.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
  0% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(-200deg);
    transform: rotate(-200deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

@keyframes rotateIn {
  0% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(-200deg);
    -ms-transform: rotate(-200deg);
    transform: rotate(-200deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

@keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

@keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

@keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

@keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
  0% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(200deg);
    transform: rotate(200deg);
    opacity: 0;
  }
}

@keyframes rotateOut {
  0% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(200deg);
    -ms-transform: rotate(200deg);
    transform: rotate(200deg);
    opacity: 0;
  }
}

.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}

.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
}

.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
}

.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}

.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}

@-webkit-keyframes slideInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes slideInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }

  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes slideInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }

  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes slideInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }

  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

@-webkit-keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}

@keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}

.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}

@keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}

.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}

@keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}

.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}

@-webkit-keyframes slideInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes slideInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}

@-webkit-keyframes slideOutDown {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}

@keyframes slideOutDown {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}

.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}

@-webkit-keyframes hinge {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  20%, 60% {
    -webkit-transform: rotate(80deg);
    transform: rotate(80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  40% {
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  80% {
    -webkit-transform: rotate(60deg) translateY(0);
    transform: rotate(60deg) translateY(0);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }

  100% {
    -webkit-transform: translateY(700px);
    transform: translateY(700px);
    opacity: 0;
  }
}

@keyframes hinge {
  0% {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  20%, 60% {
    -webkit-transform: rotate(80deg);
    -ms-transform: rotate(80deg);
    transform: rotate(80deg);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  40% {
    -webkit-transform: rotate(60deg);
    -ms-transform: rotate(60deg);
    transform: rotate(60deg);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  80% {
    -webkit-transform: rotate(60deg) translateY(0);
    -ms-transform: rotate(60deg) translateY(0);
    transform: rotate(60deg) translateY(0);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }

  100% {
    -webkit-transform: translateY(700px);
    -ms-transform: translateY(700px);
    transform: translateY(700px);
    opacity: 0;
  }
}

.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%) rotate(-120deg);
    transform: translateX(-100%) rotate(-120deg);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
  }
}

@keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%) rotate(-120deg);
    -ms-transform: translateX(-100%) rotate(-120deg);
    transform: translateX(-100%) rotate(-120deg);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    -ms-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
  }
}

.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes rollOut {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(100%) rotate(120deg);
    transform: translateX(100%) rotate(120deg);
  }
}

@keyframes rollOut {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    -ms-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(100%) rotate(120deg);
    -ms-transform: translateX(100%) rotate(120deg);
    transform: translateX(100%) rotate(120deg);
  }
}

.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}

@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(.3);
    transform: scale(.3);
  }

  50% {
    opacity: 1;
  }
}

@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(.3);
    -ms-transform: scale(.3);
    transform: scale(.3);
  }

  50% {
    opacity: 1;
  }
}

.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

@-webkit-keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale(.1) translateY(-2000px);
    transform: scale(.1) translateY(-2000px);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  60% {
    opacity: 1;
    -webkit-transform: scale(.475) translateY(60px);
    transform: scale(.475) translateY(60px);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}

@keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale(.1) translateY(-2000px);
    -ms-transform: scale(.1) translateY(-2000px);
    transform: scale(.1) translateY(-2000px);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  60% {
    opacity: 1;
    -webkit-transform: scale(.475) translateY(60px);
    -ms-transform: scale(.475) translateY(60px);
    transform: scale(.475) translateY(60px);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}

.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale(.1) translateX(-2000px);
    transform: scale(.1) translateX(-2000px);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  60% {
    opacity: 1;
    -webkit-transform: scale(.475) translateX(48px);
    transform: scale(.475) translateX(48px);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}

@keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale(.1) translateX(-2000px);
    -ms-transform: scale(.1) translateX(-2000px);
    transform: scale(.1) translateX(-2000px);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  60% {
    opacity: 1;
    -webkit-transform: scale(.475) translateX(48px);
    -ms-transform: scale(.475) translateX(48px);
    transform: scale(.475) translateX(48px);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}

.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale(.1) translateX(2000px);
    transform: scale(.1) translateX(2000px);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  60% {
    opacity: 1;
    -webkit-transform: scale(.475) translateX(-48px);
    transform: scale(.475) translateX(-48px);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}

@keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale(.1) translateX(2000px);
    -ms-transform: scale(.1) translateX(2000px);
    transform: scale(.1) translateX(2000px);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  60% {
    opacity: 1;
    -webkit-transform: scale(.475) translateX(-48px);
    -ms-transform: scale(.475) translateX(-48px);
    transform: scale(.475) translateX(-48px);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}

.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale(.1) translateY(2000px);
    transform: scale(.1) translateY(2000px);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  60% {
    opacity: 1;
    -webkit-transform: scale(.475) translateY(-60px);
    transform: scale(.475) translateY(-60px);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}

@keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale(.1) translateY(2000px);
    -ms-transform: scale(.1) translateY(2000px);
    transform: scale(.1) translateY(2000px);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  60% {
    opacity: 1;
    -webkit-transform: scale(.475) translateY(-60px);
    -ms-transform: scale(.475) translateY(-60px);
    transform: scale(.475) translateY(-60px);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}

.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}

@-webkit-keyframes zoomOut {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  50% {
    opacity: 0;
    -webkit-transform: scale(.3);
    transform: scale(.3);
  }

  100% {
    opacity: 0;
  }
}

@keyframes zoomOut {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }

  50% {
    opacity: 0;
    -webkit-transform: scale(.3);
    -ms-transform: scale(.3);
    transform: scale(.3);
  }

  100% {
    opacity: 0;
  }
}

.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale(.475) translateY(-60px);
    transform: scale(.475) translateY(-60px);
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(.1) translateY(2000px);
    transform: scale(.1) translateY(2000px);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }
}

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale(.475) translateY(-60px);
    -ms-transform: scale(.475) translateY(-60px);
    transform: scale(.475) translateY(-60px);
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(.1) translateY(2000px);
    -ms-transform: scale(.1) translateY(2000px);
    transform: scale(.1) translateY(2000px);
    -webkit-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    transform-origin: center bottom;
  }
}

.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
}

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale(.475) translateX(42px);
    transform: scale(.475) translateX(42px);
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(.1) translateX(-2000px);
    transform: scale(.1) translateX(-2000px);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale(.475) translateX(42px);
    -ms-transform: scale(.475) translateX(42px);
    transform: scale(.475) translateX(42px);
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(.1) translateX(-2000px);
    -ms-transform: scale(.1) translateX(-2000px);
    transform: scale(.1) translateX(-2000px);
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;
  }
}

.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
}

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale(.475) translateX(-42px);
    transform: scale(.475) translateX(-42px);
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(.1) translateX(2000px);
    transform: scale(.1) translateX(2000px);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale(.475) translateX(-42px);
    -ms-transform: scale(.475) translateX(-42px);
    transform: scale(.475) translateX(-42px);
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(.1) translateX(2000px);
    -ms-transform: scale(.1) translateX(2000px);
    transform: scale(.1) translateX(2000px);
    -webkit-transform-origin: right center;
    -ms-transform-origin: right center;
    transform-origin: right center;
  }
}

.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
}

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale(.475) translateY(60px);
    transform: scale(.475) translateY(60px);
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(.1) translateY(-2000px);
    transform: scale(.1) translateY(-2000px);
    -webkit-transform-origin: center top;
    transform-origin: center top;
  }
}

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale(.475) translateY(60px);
    -ms-transform: scale(.475) translateY(60px);
    transform: scale(.475) translateY(60px);
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(.1) translateY(-2000px);
    -ms-transform: scale(.1) translateY(-2000px);
    transform: scale(.1) translateY(-2000px);
    -webkit-transform-origin: center top;
    -ms-transform-origin: center top;
    transform-origin: center top;
  }
}

.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
}
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
@font-face{font-family:'FontAwesome';src:url('/documents/11022/4116811/fontawesome-webfont.eot?v=4.7.0');src:url('/documents/11022/4116811/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'),url('/documents/11022/4116811/fontawesome-webfont.woff2?v=4.7.0') format('woff2'),url('/documents/11022/4116811/fontawesome-webfont.woff?v=4.7.0') format('woff'),url('/documents/11022/4116811/fontawesome-webfont.ttf?v=4.7.0') format('truetype'),url('/documents/11022/4116811/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-resistance:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-intersex:before,.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-genderless:before{content:"\f22d"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-hotel:before,.fa-bed:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-yc:before,.fa-y-combinator:before{content:"\f23b"}.fa-optin-monster:before{content:"\f23c"}.fa-opencart:before{content:"\f23d"}.fa-expeditedssl:before{content:"\f23e"}.fa-battery-4:before,.fa-battery:before,.fa-battery-full:before{content:"\f240"}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-battery-2:before,.fa-battery-half:before{content:"\f242"}.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-mouse-pointer:before{content:"\f245"}.fa-i-cursor:before{content:"\f246"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-sticky-note:before{content:"\f249"}.fa-sticky-note-o:before{content:"\f24a"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-diners-club:before{content:"\f24c"}.fa-clone:before{content:"\f24d"}.fa-balance-scale:before{content:"\f24e"}.fa-hourglass-o:before{content:"\f250"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass:before{content:"\f254"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"}.fa-hand-stop-o:before,.fa-hand-paper-o:before{content:"\f256"}.fa-hand-scissors-o:before{content:"\f257"}.fa-hand-lizard-o:before{content:"\f258"}.fa-hand-spock-o:before{content:"\f259"}.fa-hand-pointer-o:before{content:"\f25a"}.fa-hand-peace-o:before{content:"\f25b"}.fa-trademark:before{content:"\f25c"}.fa-registered:before{content:"\f25d"}.fa-creative-commons:before{content:"\f25e"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-tripadvisor:before{content:"\f262"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-get-pocket:before{content:"\f265"}.fa-wikipedia-w:before{content:"\f266"}.fa-safari:before{content:"\f267"}.fa-chrome:before{content:"\f268"}.fa-firefox:before{content:"\f269"}.fa-opera:before{content:"\f26a"}.fa-internet-explorer:before{content:"\f26b"}.fa-tv:before,.fa-television:before{content:"\f26c"}.fa-contao:before{content:"\f26d"}.fa-500px:before{content:"\f26e"}.fa-amazon:before{content:"\f270"}.fa-calendar-plus-o:before{content:"\f271"}.fa-calendar-minus-o:before{content:"\f272"}.fa-calendar-times-o:before{content:"\f273"}.fa-calendar-check-o:before{content:"\f274"}.fa-industry:before{content:"\f275"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-map-o:before{content:"\f278"}.fa-map:before{content:"\f279"}.fa-commenting:before{content:"\f27a"}.fa-commenting-o:before{content:"\f27b"}.fa-houzz:before{content:"\f27c"}.fa-vimeo:before{content:"\f27d"}.fa-black-tie:before{content:"\f27e"}.fa-fonticons:before{content:"\f280"}.fa-reddit-alien:before{content:"\f281"}.fa-edge:before{content:"\f282"}.fa-credit-card-alt:before{content:"\f283"}.fa-codiepie:before{content:"\f284"}.fa-modx:before{content:"\f285"}.fa-fort-awesome:before{content:"\f286"}.fa-usb:before{content:"\f287"}.fa-product-hunt:before{content:"\f288"}.fa-mixcloud:before{content:"\f289"}.fa-scribd:before{content:"\f28a"}.fa-pause-circle:before{content:"\f28b"}.fa-pause-circle-o:before{content:"\f28c"}.fa-stop-circle:before{content:"\f28d"}.fa-stop-circle-o:before{content:"\f28e"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-hashtag:before{content:"\f292"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-percent:before{content:"\f295"}.fa-gitlab:before{content:"\f296"}.fa-wpbeginner:before{content:"\f297"}.fa-wpforms:before{content:"\f298"}.fa-envira:before{content:"\f299"}.fa-universal-access:before{content:"\f29a"}.fa-wheelchair-alt:before{content:"\f29b"}.fa-question-circle-o:before{content:"\f29c"}.fa-blind:before{content:"\f29d"}.fa-audio-description:before{content:"\f29e"}.fa-volume-control-phone:before{content:"\f2a0"}.fa-braille:before{content:"\f2a1"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asl-interpreting:before,.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-deafness:before,.fa-hard-of-hearing:before,.fa-deaf:before{content:"\f2a4"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-signing:before,.fa-sign-language:before{content:"\f2a7"}.fa-low-vision:before{content:"\f2a8"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-pied-piper:before{content:"\f2ae"}.fa-first-order:before{content:"\f2b0"}.fa-yoast:before{content:"\f2b1"}.fa-themeisle:before{content:"\f2b2"}.fa-google-plus-circle:before,.fa-google-plus-official:before{content:"\f2b3"}.fa-fa:before,.fa-font-awesome:before{content:"\f2b4"}.fa-handshake-o:before{content:"\f2b5"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-open-o:before{content:"\f2b7"}.fa-linode:before{content:"\f2b8"}.fa-address-book:before{content:"\f2b9"}.fa-address-book-o:before{content:"\f2ba"}.fa-vcard:before,.fa-address-card:before{content:"\f2bb"}.fa-vcard-o:before,.fa-address-card-o:before{content:"\f2bc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-circle-o:before{content:"\f2be"}.fa-user-o:before{content:"\f2c0"}.fa-id-badge:before{content:"\f2c1"}.fa-drivers-license:before,.fa-id-card:before{content:"\f2c2"}.fa-drivers-license-o:before,.fa-id-card-o:before{content:"\f2c3"}.fa-quora:before{content:"\f2c4"}.fa-free-code-camp:before{content:"\f2c5"}.fa-telegram:before{content:"\f2c6"}.fa-thermometer-4:before,.fa-thermometer:before,.fa-thermometer-full:before{content:"\f2c7"}.fa-thermometer-3:before,.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-thermometer-2:before,.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-1:before,.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-0:before,.fa-thermometer-empty:before{content:"\f2cb"}.fa-shower:before{content:"\f2cc"}.fa-bathtub:before,.fa-s15:before,.fa-bath:before{content:"\f2cd"}.fa-podcast:before{content:"\f2ce"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-times-rectangle:before,.fa-window-close:before{content:"\f2d3"}.fa-times-rectangle-o:before,.fa-window-close-o:before{content:"\f2d4"}.fa-bandcamp:before{content:"\f2d5"}.fa-grav:before{content:"\f2d6"}.fa-etsy:before{content:"\f2d7"}.fa-imdb:before{content:"\f2d8"}.fa-ravelry:before{content:"\f2d9"}.fa-eercast:before{content:"\f2da"}.fa-microchip:before{content:"\f2db"}.fa-snowflake-o:before{content:"\f2dc"}.fa-superpowers:before{content:"\f2dd"}.fa-wpexplorer:before{content:"\f2de"}.fa-meetup:before{content:"\f2e0"}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}

@font-face {
	font-family: 'Linearicons-Free';
	src:url('/documents/11022/4116811/Linearicons-Free.eot?w118d');
	src:url('/documents/11022/4116811/Linearicons-Free.eot?#iefixw118d') format('embedded-opentype'),
		url('/documents/11022/4116811/Linearicons-Free.woff2?w118d') format('woff2'),
		url('/documents/11022/4116811/Linearicons-Free.woff?w118d') format('woff'),
		url('/documents/11022/4116811/Linearicons-Free.ttf?w118d') format('truetype'),
		url('/documents/11022/4116811/Linearicons-Free.svg?w118d#Linearicons-Free') format('svg');
	font-weight: normal;
	font-style: normal;
}

.lnr {
	font-family: 'Linearicons-Free';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.lnr-home:before {
	content: "\e800";
}
.lnr-apartment:before {
	content: "\e801";
}
.lnr-pencil:before {
	content: "\e802";
}
.lnr-magic-wand:before {
	content: "\e803";
}
.lnr-drop:before {
	content: "\e804";
}
.lnr-lighter:before {
	content: "\e805";
}
.lnr-poop:before {
	content: "\e806";
}
.lnr-sun:before {
	content: "\e807";
}
.lnr-moon:before {
	content: "\e808";
}
.lnr-cloud:before {
	content: "\e809";
}
.lnr-cloud-upload:before {
	content: "\e80a";
}
.lnr-cloud-download:before {
	content: "\e80b";
}
.lnr-cloud-sync:before {
	content: "\e80c";
}
.lnr-cloud-check:before {
	content: "\e80d";
}
.lnr-database:before {
	content: "\e80e";
}
.lnr-lock:before {
	content: "\e80f";
}
.lnr-cog:before {
	content: "\e810";
}
.lnr-trash:before {
	content: "\e811";
}
.lnr-dice:before {
	content: "\e812";
}
.lnr-heart:before {
	content: "\e813";
}
.lnr-star:before {
	content: "\e814";
}
.lnr-star-half:before {
	content: "\e815";
}
.lnr-star-empty:before {
	content: "\e816";
}
.lnr-flag:before {
	content: "\e817";
}
.lnr-envelope:before {
	content: "\e818";
}
.lnr-paperclip:before {
	content: "\e819";
}
.lnr-inbox:before {
	content: "\e81a";
}
.lnr-eye:before {
	content: "\e81b";
}
.lnr-printer:before {
	content: "\e81c";
}
.lnr-file-empty:before {
	content: "\e81d";
}
.lnr-file-add:before {
	content: "\e81e";
}
.lnr-enter:before {
	content: "\e81f";
}
.lnr-exit:before {
	content: "\e820";
}
.lnr-graduation-hat:before {
	content: "\e821";
}
.lnr-license:before {
	content: "\e822";
}
.lnr-music-note:before {
	content: "\e823";
}
.lnr-film-play:before {
	content: "\e824";
}
.lnr-camera-video:before {
	content: "\e825";
}
.lnr-camera:before {
	content: "\e826";
}
.lnr-picture:before {
	content: "\e827";
}
.lnr-book:before {
	content: "\e828";
}
.lnr-bookmark:before {
	content: "\e829";
}
.lnr-user:before {
	content: "\e82a";
}
.lnr-users:before {
	content: "\e82b";
}
.lnr-shirt:before {
	content: "\e82c";
}
.lnr-store:before {
	content: "\e82d";
}
.lnr-cart:before {
	content: "\e82e";
}
.lnr-tag:before {
	content: "\e82f";
}
.lnr-phone-handset:before {
	content: "\e830";
}
.lnr-phone:before {
	content: "\e831";
}
.lnr-pushpin:before {
	content: "\e832";
}
.lnr-map-marker:before {
	content: "\e833";
}
.lnr-map:before {
	content: "\e834";
}
.lnr-location:before {
	content: "\e835";
}
.lnr-calendar-full:before {
	content: "\e836";
}
.lnr-keyboard:before {
	content: "\e837";
}
.lnr-spell-check:before {
	content: "\e838";
}
.lnr-screen:before {
	content: "\e839";
}
.lnr-smartphone:before {
	content: "\e83a";
}
.lnr-tablet:before {
	content: "\e83b";
}
.lnr-laptop:before {
	content: "\e83c";
}
.lnr-laptop-phone:before {
	content: "\e83d";
}
.lnr-power-switch:before {
	content: "\e83e";
}
.lnr-bubble:before {
	content: "\e83f";
}
.lnr-heart-pulse:before {
	content: "\e840";
}
.lnr-construction:before {
	content: "\e841";
}
.lnr-pie-chart:before {
	content: "\e842";
}
.lnr-chart-bars:before {
	content: "\e843";
}
.lnr-gift:before {
	content: "\e844";
}
.lnr-diamond:before {
	content: "\e845";
}
.lnr-linearicons:before {
	content: "\e846";
}
.lnr-dinner:before {
	content: "\e847";
}
.lnr-coffee-cup:before {
	content: "\e848";
}
.lnr-leaf:before {
	content: "\e849";
}
.lnr-paw:before {
	content: "\e84a";
}
.lnr-rocket:before {
	content: "\e84b";
}
.lnr-briefcase:before {
	content: "\e84c";
}
.lnr-bus:before {
	content: "\e84d";
}
.lnr-car:before {
	content: "\e84e";
}
.lnr-train:before {
	content: "\e84f";
}
.lnr-bicycle:before {
	content: "\e850";
}
.lnr-wheelchair:before {
	content: "\e851";
}
.lnr-select:before {
	content: "\e852";
}
.lnr-earth:before {
	content: "\e853";
}
.lnr-smile:before {
	content: "\e854";
}
.lnr-sad:before {
	content: "\e855";
}
.lnr-neutral:before {
	content: "\e856";
}
.lnr-mustache:before {
	content: "\e857";
}
.lnr-alarm:before {
	content: "\e858";
}
.lnr-bullhorn:before {
	content: "\e859";
}
.lnr-volume-high:before {
	content: "\e85a";
}
.lnr-volume-medium:before {
	content: "\e85b";
}
.lnr-volume-low:before {
	content: "\e85c";
}
.lnr-volume:before {
	content: "\e85d";
}
.lnr-mic:before {
	content: "\e85e";
}
.lnr-hourglass:before {
	content: "\e85f";
}
.lnr-undo:before {
	content: "\e860";
}
.lnr-redo:before {
	content: "\e861";
}
.lnr-sync:before {
	content: "\e862";
}
.lnr-history:before {
	content: "\e863";
}
.lnr-clock:before {
	content: "\e864";
}
.lnr-download:before {
	content: "\e865";
}
.lnr-upload:before {
	content: "\e866";
}
.lnr-enter-down:before {
	content: "\e867";
}
.lnr-exit-up:before {
	content: "\e868";
}
.lnr-bug:before {
	content: "\e869";
}
.lnr-code:before {
	content: "\e86a";
}
.lnr-link:before {
	content: "\e86b";
}
.lnr-unlink:before {
	content: "\e86c";
}
.lnr-thumbs-up:before {
	content: "\e86d";
}
.lnr-thumbs-down:before {
	content: "\e86e";
}
.lnr-magnifier:before {
	content: "\e86f";
}
.lnr-cross:before {
	content: "\e870";
}
.lnr-menu:before {
	content: "\e871";
}
.lnr-list:before {
	content: "\e872";
}
.lnr-chevron-up:before {
	content: "\e873";
}
.lnr-chevron-down:before {
	content: "\e874";
}
.lnr-chevron-left:before {
	content: "\e875";
}
.lnr-chevron-right:before {
	content: "\e876";
}
.lnr-arrow-up:before {
	content: "\e877";
}
.lnr-arrow-down:before {
	content: "\e878";
}
.lnr-arrow-left:before {
	content: "\e879";
}
.lnr-arrow-right:before {
	content: "\e87a";
}
.lnr-move:before {
	content: "\e87b";
}
.lnr-warning:before {
	content: "\e87c";
}
.lnr-question-circle:before {
	content: "\e87d";
}
.lnr-menu-circle:before {
	content: "\e87e";
}
.lnr-checkmark-circle:before {
	content: "\e87f";
}
.lnr-cross-circle:before {
	content: "\e880";
}
.lnr-plus-circle:before {
	content: "\e881";
}
.lnr-circle-minus:before {
	content: "\e882";
}
.lnr-arrow-up-circle:before {
	content: "\e883";
}
.lnr-arrow-down-circle:before {
	content: "\e884";
}
.lnr-arrow-left-circle:before {
	content: "\e885";
}
.lnr-arrow-right-circle:before {
	content: "\e886";
}
.lnr-chevron-up-circle:before {
	content: "\e887";
}
.lnr-chevron-down-circle:before {
	content: "\e888";
}
.lnr-chevron-left-circle:before {
	content: "\e889";
}
.lnr-chevron-right-circle:before {
	content: "\e88a";
}
.lnr-crop:before {
	content: "\e88b";
}
.lnr-frame-expand:before {
	content: "\e88c";
}
.lnr-frame-contract:before {
	content: "\e88d";
}
.lnr-layers:before {
	content: "\e88e";
}
.lnr-funnel:before {
	content: "\e88f";
}
.lnr-text-format:before {
	content: "\e890";
}
.lnr-text-format-remove:before {
	content: "\e891";
}
.lnr-text-size:before {
	content: "\e892";
}
.lnr-bold:before {
	content: "\e893";
}
.lnr-italic:before {
	content: "\e894";
}
.lnr-underline:before {
	content: "\e895";
}
.lnr-strikethrough:before {
	content: "\e896";
}
.lnr-highlight:before {
	content: "\e897";
}
.lnr-text-align-left:before {
	content: "\e898";
}
.lnr-text-align-center:before {
	content: "\e899";
}
.lnr-text-align-right:before {
	content: "\e89a";
}
.lnr-text-align-justify:before {
	content: "\e89b";
}
.lnr-line-spacing:before {
	content: "\e89c";
}
.lnr-indent-increase:before {
	content: "\e89d";
}
.lnr-indent-decrease:before {
	content: "\e89e";
}
.lnr-pilcrow:before {
	content: "\e89f";
}
.lnr-direction-ltr:before {
	content: "\e8a0";
}
.lnr-direction-rtl:before {
	content: "\e8a1";
}
.lnr-page-break:before {
	content: "\e8a2";
}
.lnr-sort-alpha-asc:before {
	content: "\e8a3";
}
.lnr-sort-amount-asc:before {
	content: "\e8a4";
}
.lnr-hand:before {
	content: "\e8a5";
}
.lnr-pointer-up:before {
	content: "\e8a6";
}
.lnr-pointer-right:before {
	content: "\e8a7";
}
.lnr-pointer-down:before {
	content: "\e8a8";
}
.lnr-pointer-left:before {
	content: "\e8a9";
}

@media (max-height: 450px){
  .show-menu .menu-wrap .menu, .icon-list {
    overflow-y: scroll;
	border-right: 2px dotted #3c753d;
  }
  .menu-wrap {
    max-height: 100%;
    height: calc(100% - 2em);
  }
}
@media (min-width: 1680px) and (max-width: 1920px) {
  #block .video {
	height: 1080px;
  }	
}
@media (min-width: 1025px) and (max-width: 1280px) {
  .form-fields-wrapper {
    max-width: 100% !important;
    margin-left: 0% !important;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {

  #block .video {
	 height: 780px;
  }	
  .img-bloque-izq{
	width: 110%;
	margin-left: -15px !important;
  }
  .img-bloque-der{
	width: 235%;
	margin-left: -45px !important;
  }
  .img-bloque-derpeq{
	width: 100%;
  }
  .img-bloque-izqpeq{
	width: 100%;
  }
  .img-bloque {
    width: 100%;
    padding: 0;
  }
  .pie-foto-bloque {
    left: 0px;
  }
  .claim{
   width: 75%;
   margin-left: 0%;
   display: inline;
  }  
  .textos{
  padding: 0px 20px 0px 20px;
  font-size: 15px;
  }
  .texto-destacado {
    font-size: 20px;
  }
  ul {
    padding: 0px 40px 0px 40px;
  }
  .listas{
    font-size: 16px;
  }
  .titulo-listas {
    font-size: 20px;
  }
  .section-header .section-title {
    font-size: 30px;
  }
  .section-header .section-subtitle {
    font-size: 16px;
  }  
  .section-header {
    width: 100%;
  }
  .section-header-destacado {
    width: 85%;
  }
  .textos-cuadro-destacado {
    padding: 10px 10px 10px 10px;
	font-size: 12px;
  }
  .section-header .lines1 {
    width: 45%;
  }  
  .counters .facts-item .fact-count h4 {
    font-size: 14px;
  }
  .menu-wrap .navbar-nav li .active, .menu-wrap .navbar-nav li .active:before {
    margin-left: -26px;
    margin-right: -45px;
  }
  .menu-button {
    margin-top: 10px;
  }
  .navbar{
    padding: 0 0 0 0px;
  }
  .idiomas ul li a {
    margin: 0px 3px;
    font-size: 11px;
  }
  .fixed-top {
    height: 80px;
	padding-top: 10px;
  }   
  #video-area .contents h1 {
    font-size: 32px;
    line-height: 48px;
  }
  #video-area .contents {
    padding: 150px 0 80px;
  }
  .hero-area{
    background-size: 140% auto;
  }
  .hero-area-home {
    background-position: top 0% left 50%;
  }
  .hero-area .contents-home {
	padding: 225px 80px;
  }  
  .hero-area .contents {
    padding: 180px 80px;
  }
  .hero-area .contents h2 {
	font-size: 45px;
    margin: 50px 0px;
  }
  .hero-area .contents-agenda {
	padding: 112px 80px;
  }
  .hero-area .contents-agenda h2 {
	font-size: 40px;
  }
  .hero-area .agenda{
    height: 70px;
	margin-top: -26px;
  }
  .agenda h2 {
    font-size: 35px;
  }
  .hero-area .agenda h2 {
    line-height: 1.5;
	font-size: 40px;
  }
  .hero-area .contents-agenda-tema {
	padding: 112px 80px;
  }
  .hero-area .contents-agenda-tema h2 {
	font-size: 45px;
  }
  .hero-area .agenda-tema{
    height: 70px;
	margin-top: -26px;
  }
  .hero-area .agenda-tema h2 {
    line-height: 1.5;
	font-size: 40px;
  }
  .hero-area-contacto{
    background-size: 160% auto;
  }
  .hero-area-naturaleza {
    background-position: top -40px left 50%;
  }
  .hero-area-naturaleza-biosfera{
    background-size: 160% auto;
  } 
  .hero-area-naturaleza-paisajes{
    background-size: 160% auto;
  }   
  .hero-area-naturaleza-calendario{
    background-size: 160% auto;
  } 
  .hero-area-naturaleza-reservas-naturales{
    background-size: 160% auto;
  }  
  .hero-area-naturaleza-monumentos-naturales{
    background-size: 160% auto;
  }   
  .hero-area-naturaleza-otros-espacios{
    background-size: 160% auto;
  }    
  .hero-area-naturaleza-gr109{
    background-size: 160% auto;
  }      
  .hero-area-naturaleza-flora-fauna {
    background-size: 160% auto;
  }
  .hero-area-naturaleza-rutas{
    background-size: 160% auto;
  }    
  .hero-area-cultura {
    background-position: top -50px left 50%;
  }
  .hero-area-cultura-prerromanico{
    background-size: 160% auto;
  }   
  .hero-area-cultura-rupestre{
    background-size: 160% auto;
  }   
  .hero-area-cultura-unesco{
    background-size: 160% auto;
  }
  .hero-area-cultura-museos-espacios{
    background-size: 160% auto;
  }    
  .hero-area-cultura-museos{
    background-size: 160% auto;
  }  
  .hero-area-cultura-espacios{
    background-size: 160% auto;
  }  
   .hero-area-cultura-itinerarios{
    background-size: 160% auto;
  }  
   .hero-area-cultura-religioso{
    background-size: 160% auto;
  }    
   .hero-area-cultura-historia{
    background-size: 160% auto;
  }      
   .hero-area-cultura-castros{
    background-size: 160% auto;
  }  
   .hero-area-cultura-ci-aulas{
    background-size: 160% auto;
  }    
  .hero-area-costa-saborear {
    background-size: 160% auto;
  }
  .hero-area-costa-playas {
    background-size: 160% auto;
  }  
  .hero-area-costa-pueblos {
    background-size: 160% auto;
  } 
  .hero-area-costa-vivir {
    background-size: 160% auto;
  } 
  .hero-area-costa-disfrutar {
    background-size: 160% auto;
  } 
  .hero-area-costa-faros {
    background-size: 160% auto;
  }  
  .hero-area-costa-faros1 {
    background-size: 160% auto;
  } 
  .hero-area-costa-faros2 {
    background-size: 160% auto;
  } 
  .hero-area-costa-faros3 {
    background-size: 160% auto;
  } 
  .hero-area-costa-faros4 {
    background-size: 160% auto;
  } 
  .hero-area-costa-faros5 {
    background-size: 160% auto;
  } 
  .hero-area-costa-faros6 {
    background-size: 160% auto;
  }   
  .hero-area-patrimonio {
    background-position: top -60px left 50%;
  }
  .hero-area-activo {
    background-position: top -55px left 50%;
  }
  .hero-area-activo-ruta{
    background-size: 160% auto;
  }
  .hero-area-activo-motor{
    background-size: 160% auto;
  }
  .hero-area-activo-aventura{
    background-size: 160% auto;
  }  
  .hero-area-activo-dulce{
    background-size: 160% auto;
  }  
  .hero-area-activo-salada{
    background-size: 160% auto;
  }  
  .hero-area-activo-bici{
    background-size: 160% auto;
  }  
  .hero-area-activo-nieve{
    background-size: 160% auto;
  } 
  .hero-area-activo-aire{
    background-size: 160% auto;
  }
  .hero-area-activo-otras{
    background-size: 160% auto;
  }
  .hero-area-gastronomia {
    background-position: top 0px left 50%;
  }
  .hero-area-gastronomia-indice {
    background-position: top -5% left 50%;
  }
  .hero-area-ciudades {
    background-position: top -60px left 50%;
  }
  .hero-area-rural {
    background-position: top -60px left 50%;
  }
  .hero-area-rural-occidente {  
    background-size: 160% auto;
  } 
  .hero-area-rural-occidente-oscos {  
    background-size: 160% auto;
  }    
  .hero-area-rural-occidente-historico {  
    background-size: 160% auto;
  }  
  .hero-area-rural-occidente-narcea {  
    background-size: 160% auto;
  } 
  .hero-area-rural-centro {  
    background-size: 160% auto;
  } 
  .hero-area-rural-centro-bajo-nalon {  
    background-size: 160% auto;
  } 
  .hero-area-rural-centro-camin {  
    background-size: 160% auto;
  } 
  .hero-area-rural-centro-grado {  
    background-size: 160% auto;
  } 
  .hero-area-rural-centro-cuencas {
     background-size: 160% auto;
  }
  .hero-area-rural-oriente {
     background-size: 160% auto;
  }
  .hero-area-rural-oriente-sidra {
     background-size: 160% auto;
  }
  .hero-area-rural-oriente-cabrales {
     background-size: 160% auto;
  }
  .hero-area-camino {
    background-position: top -35px left 0%;
  }
  .hero-area-camino-primitivo {
    background-position: top 0px left 50%;
	background-size: 140% auto;
  }
  .hero-area-camino-norte {
    background-position: top 0px left 50%;
	background-size: 140% auto;	
  }
  .hero-area-camino-conexion {
    background-position: top 0px left 50%;
	background-size: 160% auto;
  }
  .hero-area-camino-conexion-primitivo {
    background-position: top 0px left 50%;
	background-size: 160% auto;
  }    
  .hero-area-camino-salvador {
    background-position: top 0px left 50%;
	background-size: 160% auto;
  }  
  .hero-area-camino-info {
    background-position: top 0px left 50%;
	background-size: 160% auto;
  }
  .hero-area-camino-albergues {
    background-position: top 0px left 50%;
	background-size: 160% auto;
  }
  .hero-area .contents-guias {
    padding: 13em 0 9em 0;
  }
  .hero-area .contents-entradas {
    padding: 10em 0 9em 0;
  }
  .hero-area .contents-rural {
    padding: 235px 0;
  }
  .hero-area .contents-guias h2 {
    font-size: 40px;
  }
  .hero-area-cuadro-titulos {
    padding: 1em;
  }
  .hero-area-cuadro-titulos h2 {
    font-size: 35px;
    margin: 2em 0.5em;
  }
  .hero-area-gastronomia-fabada{
    background-size: 160% auto;
  }
  .hero-area-gastronomia-sidra{
    background-size: 160% auto;
  }
  .hero-area-gastronomia-quesos{
    background-size: 160% auto;
  }
  .hero-area-gastronomia-carne{
    background-size: 160% auto;
  }
  .hero-area-gastronomia-marisco{
    background-size: 160% auto;
  }
  .hero-area-gastronomia-vino{
    background-size: 160% auto;
  }
  .hero-area-gastronomia-eco{
    background-size: 160% auto;
  }
  .hero-area-gastronomia-dulces{
    background-size: 160% auto;
  }
  .hero-area-gastronomia-asturiano{
    background-size: 160% auto;
  }
  .hero-area-gastronomia-cocineros{
    background-size: 160% auto;
  }
  .hero-area-gastronomia-nopierdas{
    background-size: 160% auto;
  }
  .hero-area-agenda {
    background-position: top -55px left 50%;
  }
  .hero-area-agenda-resultados{
    background-size: 160% auto;
  }
  .hero-area-agenda-detalle{
    background-size: 160% auto;
  }
  .hero-area-agenda-gastronomia {
    background-size: 160% auto;
  }
  .hero-area-agenda-cultura {
    background-size: 160% auto;
  }
  .hero-area-agenda-fiestas {
    background-size: 160% auto;
  }
  .hero-area-agenda-cine {
    background-size: 160% auto;
  }
  .hero-area-agenda-deporte {
    background-size: 160% auto;
  }
  .hero-area-agenda-ocio {
    background-size: 160% auto;
  }
  .hero-area-agenda-otras {
    background-size: 160% auto;
  }
  .hero-area-organiza {
    background-size: 160% auto;
  }
  .hero-area-dormir {
    background-size: 160% auto;
  } 
  .hero-area-casonas {
    background-size: 160% auto;
  }
  .hero-area-aldeas {
    background-size: 160% auto;
  }
  .hero-area-alojarural {
    background-size: 160% auto;
  }
  .hero-area-comer {
    background-size: 160% auto;
  } 
  .hero-area-mesas {
    background-size: 160% auto;
  }
  .hero-area-sidrerias {
    background-size: 160% auto;
  }
  .hero-area-descubre {
    background-size: 160% auto;
  }
  .hero-area-dondeir {
    background-size: 160% auto;
  }
  .hero-area-rutas-coche {
    background-size: 160% auto;
  }
  .hero-area-folletos {  
    background-size: 160% auto;
  }
  .hero-area-oficinas {  
    background-size: 160% auto;
  }   
  .hero-area-FIT {  
    background-size: 160% auto;
  } 
  .hero-area-pasaporte {  
    background-size: 160% auto;
  }
  .hero-area-pasaporte-eventos {  
    background-size: 160% auto;
  }
  .hero-area-entradas {  
    background-size: 160% auto;
  } 
  .hero-area-entradas-museos {
    background-size: 160% auto;
  }
  .hero-area-entradas-programacion {
    background-size: 160% auto;
  }   
  .hero-area-llegar {  
    background-size: 160% auto;
  }         
  .hero-area-llegar-coche {  
    background-size: 160% auto;
  }          
  .hero-area-llegar-bus {  
    background-size: 160% auto;
  }    
  .hero-area-llegar-tren {  
    background-size: 160% auto;
  }    
  .hero-area-llegar-avion {  
    background-size: 160% auto;
  }      
  .hero-area-llegar-barco {  
    background-size: 160% auto;
  }   
  .hero-area-ofertas {  
    background-size: 160% auto;
  }     
  .hero-area-reservas {  
    background-size: 160% auto;
  }       
  .hero-area-noticias {  
    background-size: 160% auto;
  }   
  .hero-area-noticias-detalle {  
    background-size: 160% auto;
  }     
  .hero-area .entradas {
    height: 50px;
  }
  .hero-area .entradas h2 {
    font-size: 35px;
	display: block;
  }
  .goto .goto-content h2 {
    font-size: 22px;
  }
  .navbar-light .navbar-nav .nav-link {
    padding: 8px 0px;
    font-size: 13px;
  }
  .item-boxes h4 {
    font-size: 16px;
  }
  #features .box-item .text h4 {
    font-size: 12px;
  }
  #features .content-left .text {
    margin-right: 85px;
  }
  #features .content-right .text {
    margin-left: 85px;
  }
  .subscribe-box input[type="text"] {
    padding: 6px 10px;
  }
  h2 {
   font-size: 35px;;
  }
  h3 {
    font-size: 20px;
  }
  .portlet-search .form-search fieldset.aui-fieldset {
    width: 360px !important;
  }
  .form-fields-wrapper {
    max-width: 100% !important;
    margin-left: 2% !important;
  }
  .portlet-search .form-search .aui-fieldset input {
    width: 280px !important;
  }
  .hero-area .buscador {
    padding: 40px 0px 0px 0px!important;
  }
  .portlet-search .search-layout .search-layout-content .taglib-page-iterator .page-links .next {
    margin: -10px 0px 0 0px !important;
  }
  .portlet-search .portlet-borderless-container {
    width: 370px!important;
  }
  .aui-layout {
    width: 99% !important;
  }
  .portlet-search .portlet-borderless-container {
    width: 769px !important;
  }
  .portlet-search .search-layout .search-layout-content {
    padding: 0 5px 5px 0 !important;
  }
  .portlet-search .menu-column .search-layout-content .result {
    width: 62% !important;
  }
  .portlet-search .menu-column .search-layout-content .menu {
    width: 38em !important;
  }
  .portlet-search .form-search .aui-fieldset #_3_search {
    width: 32px !important;
    display: inline-block;
  }
  .aui-button-content{
    display: inline-block;
  }
  .aui-button aui-button-submit{
    display: inline-block;
  }
  .portlet-search .search-layout .search-layout-content .result {
	margin: 0 !important;
  }
  .filter-button-toggle-wrapper {
    float: right;
    clear: both;
  }
  #filter-button-toggle {
    display: block;
    width: 32px;
    height: 32px;
    background: url(/infoasturias-theme/css/images/categories-icon.png) scroll no-repeat 0 0 transparent;
    text-indent: -1000px;
    margin: 10px;
  }
  #slide-box ul li img {
    padding-left: 0.2em;
  }
  #slide-box {
    height: 115px !important;
  }
  #slide-box ol {
    top: 5.3em;
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  .hero-area-contacto{
    background-size: 120% auto;
  }
  .hero-area-naturaleza {
    background-position: top -150px left 50%;
	background-size: 120% auto;
  }
  .hero-area-naturaleza-biosfera{
    background-size: 120% auto;
  } 
  .hero-area-naturaleza-paisajes{
    background-size: 120% auto;
  }   
  .hero-area-naturaleza-calendario{
    background-size: 120% auto;
  } 
  .hero-area-naturaleza-reservas-naturales{
    background-size: 120% auto;
  }  
  .hero-area-naturaleza-monumentos-naturales{
    background-size: 120% auto;
  }   
  .hero-area-naturaleza-otros-espacios{
    background-size: 120% auto;
  }    
  .hero-area-naturaleza-gr109{
    background-size: 120% auto;
  }    
  .hero-area-naturaleza-flora-fauna {
    background-size: 120% auto;
  }
  .hero-area-naturaleza-rutas{
    background-size: 120% auto;
  }    
  .hero-area-cultura {
    background-position: top -70px left 50%;
    background-size: 120% auto;	
  }
  .hero-area-cultura-prerromanico{
    background-size: 120% auto;
  }     
  .hero-area-cultura-rupestre{
    background-size: 120% auto;
  }     
  .hero-area-cultura-unesco{
    background-size: 120% auto;
  }
  .hero-area-cultura-museos-espacios{
    background-size: 120% auto;
  }    
  .hero-area-cultura-museos{
    background-size: 120% auto;
  }  
  .hero-area-cultura-espacios{
    background-size: 120% auto;
  }  
   .hero-area-cultura-itinerarios{
    background-size: 120% auto;
  }  
   .hero-area-cultura-religioso{
    background-size: 120% auto;
  }    
   .hero-area-cultura-historia{
    background-size: 120% auto;
  }      
   .hero-area-cultura-castros{
    background-size: 120% auto;
  }  
   .hero-area-cultura-ci-aulas{
    background-size: 120% auto;
  }    
  .hero-area-costa {
    background-size: 120% auto;
  }  
  .hero-area-costa-saborear {
    background-size: 120% auto;
  }
  .hero-area-costa-playas {
    background-size: 120% auto;
  }  
  .hero-area-costa-pueblos {
    background-size: 120% auto;
  } 
  .hero-area-costa-vivir {
    background-size: 120% auto;
  } 
  .hero-area-costa-disfrutar {
    background-size: 120% auto;
  } 
  .hero-area-costa-faros {
    background-size: 120% auto;
  }  
  .hero-area-costa-faros1 {
    background-size: 120% auto;
  } 
  .hero-area-costa-faros2 {
    background-size: 120% auto;
  } 
  .hero-area-costa-faros3 {
    background-size: 120% auto;
  } 
  .hero-area-costa-faros4 {
    background-size: 120% auto;
  } 
  .hero-area-costa-faros5 {
    background-size: 120% auto;
  } 
  .hero-area-costa-faros6 {
    background-size: 120% auto;
  }   
  .hero-area-patrimonio {
    background-position: top -60px left 50%;
    background-size: 120% auto;	
  }
  .hero-area-activo {
    background-position: top -60px left 50%;
    background-size: 120% auto;	
  }
  .hero-area-activo-ruta{
    background-size: 120% auto;
  }
  .hero-area-activo-motor{
    background-size: 120% auto;
  }
  .hero-area-activo-aventura{
    background-size: 120% auto;
  }  
  .hero-area-activo-dulce{
    background-size: 120% auto;
  }  
  .hero-area-activo-salada{
    background-size: 120% auto;
  }  
  .hero-area-activo-bici{
    background-size: 120% auto;
  }  
  .hero-area-activo-nieve{
    background-size: 120% auto;
  } 
  .hero-area-activo-aire{
    background-size: 120% auto;
  }
  .hero-area-activo-otras{
    background-size: 120% auto;
  }
  .hero-area-gastronomia {
    background-position: top 0px left 50%;
	background-size: 120% auto;	
  }
  .hero-area-gastronomia-indice {
    background-position: top 0% left 50%;
	background-size: 120% auto;	
  }
  .hero-area-ciudades {
    background-position: top 0px left 50%;
	background-size: 120% auto;	
  }
  .hero-area-rural {
    background-position: top -10px left 50%;
	background-size: 120% auto;
  }
  .hero-area-rural-occidente {  
    background-size: 120% auto;
  } 
  .hero-area-rural-occidente-oscos {  
    background-size: 120% auto;
  }    
  .hero-area-rural-occidente-historico {  
    background-size: 120% auto;
  }  
  .hero-area-rural-occidente-narcea {  
    background-size: 120% auto;
  } 
  .hero-area-rural-centro {  
    background-size: 120% auto;
  } 
  .hero-area-rural-centro-bajo-nalon {  
    background-size: 120% auto;
  } 
  .hero-area-rural-centro-camin {  
    background-size: 120% auto;
  } 
  .hero-area-rural-centro-grado {  
    background-size: 120% auto;
  } 
  .hero-area-rural-centro-cuencas {
     background-size: 120% auto;
  }
  .hero-area-rural-oriente {
     background-size: 120% auto;
  }
  .hero-area-rural-oriente-sidra {
     background-size: 120% auto;
  }
  .hero-area-rural-oriente-cabrales {
     background-size: 120% auto;
  }
  .hero-area-camino {
    background-position: top -70px left 0%;
	background-size: 120% auto;
  }
  .hero-area-camino-primitivo {
    background-position: top 0px left 50%;
	background-size: 120% auto;
  }
  .hero-area-camino-norte {
    background-position: top 0px left 50%;
	background-size: 120% auto;	
  }
  .hero-area-camino-conexion {
    background-position: top 0px left 50%;
	background-size: 120% auto;
  }
  .hero-area-camino-conexion-primitivo {
    background-position: top 0px left 50%;
	background-size: 120% auto;
  }  
  .hero-area-camino-salvador {
    background-position: top 0px left 50%;
	background-size: 120% auto;
  }  
  .hero-area-camino-info {
    background-position: top 0px left 50%;
	background-size: 120% auto;
  }
  .hero-area-camino-albergues {
    background-position: top 0px left 50%;
	background-size: 120% auto;
  }
  .hero-area .contents-guias {
    padding: 13em 0 9em 0;
  }
  .hero-area .contents-entradas {
    padding: 10em 0 9em 0;
  }
  .hero-area .contents-rural {
    padding: 240px 0;
  }
  .hero-area-gastronomia-fabada{
    background-size: 120% auto;
  }
  .hero-area-gastronomia-sidra{
    background-size: 120% auto;
  }
  .hero-area-gastronomia-quesos{
    background-size: 120% auto;
  }
  .hero-area-gastronomia-carne{
    background-size: 120% auto;
  }
  .hero-area-gastronomia-marisco{
    background-size: 120% auto;
  }
  .hero-area-gastronomia-vino{
    background-size: 120% auto;
  }
  .hero-area-gastronomia-eco{
    background-size: 120% auto;
  }
  .hero-area-gastronomia-dulces{
    background-size: 120% auto;
  }
  .hero-area-gastronomia-asturiano{
    background-size: 120% auto;
  }
  .hero-area-gastronomia-cocineros{
    background-size: 120% auto;
  }
  .hero-area-gastronomia-nopierdas{
    background-size: 120% auto;
  }
  .hero-area-agenda-resultados{
    background-size: 120% auto;
  }
  .hero-area-agenda-detalle{
    background-size: 120% auto;
  }
  .hero-area-agenda-gastronomia {
    background-size: 120% auto;
  }
  .hero-area-agenda-cultura {
    background-size: 120% auto;
  }
  .hero-area-agenda-fiestas {
    background-size: 120% auto;
  }
  .hero-area-agenda-cine {
    background-size: 120% auto;
  }
  .hero-area-agenda-deporte {
    background-size: 120% auto;
  }
  .hero-area-agenda-ocio {
    background-size: 120% auto;
  }
  .hero-area-agenda-otras {
    background-size: 120% auto;
  }
  .hero-area-organiza {
    background-size: 120% auto;
  }
  .hero-area-dormir {
    background-size: 120% auto;
  }
  .hero-area-casonas {
    background-size: 120% auto;
  }
  .hero-area-aldeas {
    background-size: 120% auto;
  }  
  .hero-area-alojarural {
    background-size: 120% auto;
  }
  .hero-area-comer {
    background-size: 120% auto;
  } 
  .hero-area-mesas {
    background-size: 120% auto;
  }
  .hero-area-sidrerias {
    background-size: 120% auto;
  }
  .hero-area-descubre {
    background-size: 120% auto;
  }
  .hero-area-dondeir {
    background-size: 120% auto;
  }
  .hero-area-rutas-coche {
    background-size: 120% auto;
  }
  .hero-area-folletos {
    background-size: 120% auto;
  }
  .hero-area-oficinas {  
    background-size: 120% auto;
  }   
  .hero-area-FIT {  
    background-size: 120% auto;
  }   
  .hero-area-pasaporte {  
    background-size: 120% auto;
  }   
  .hero-area-pasaporte-eventos {  
    background-size: 120% auto;
  }
  .hero-area-entradas {  
    background-size: 120% auto;
  }   
  .hero-area-entradas-museos {
    background-size: 120% auto;
  }
  .hero-area-entradas-programacion {
    background-size: 120% auto;
  }   
  .hero-area-llegar {  
    background-size: 120% auto;
  }     
  .hero-area-llegar-coche {  
    background-size: 120% auto;
  }     
  .hero-area-llegar-bus {  
    background-size: 120% auto;
  }    
  .hero-area-llegar-tren {  
    background-size: 120% auto;
  }    
  .hero-area-llegar-avion {  
    background-size: 120% auto;
  }      
  .hero-area-llegar-barco {  
    background-size: 120% auto;
  } 
  .hero-area-ofertas {  
    background-size: 120% auto;
  }
  .hero-area-reservas {  
    background-size: 120% auto;
  }
  .hero-area-noticias {  
    background-size: 120% auto;
  }     
  .hero-area-noticias-detalle {  
    background-size: 120% auto;
  }
  .hero-area .contents-home {
	padding: 260px 80px;
  }  
  .shot-item-option .imagen h3{
	font-size: 17px;
  }  
}
@media (max-width: 1023px) and (min-width: 768px){
  .lines33-left, .lines33-right {
	display: none;		
  }
  .hero-area .contents-guias {
    padding: 8.4em 0 9em 0  !important;
  }
}
@media (min-width: 320px) and (max-width: 639px) and (orientation: landscape){
  h2, h5 {
    font-size: 40px;
  }
  .title-destacado {
    font-size: 30px;
  }
  .hero-area{
    background-size: 140% auto;
  }
  .hero-area .contents-home {
	padding: 80px 80px;
  }
  .hero-area .contents {
    padding: 3em 3em 0;
  }
  .hero-area .entradas h2 {
    font-size: 35px;
  }
  .hero-area .contents h2 {
	font-size: 45px;
  }
  .hero-area .contents-agenda {
    padding: 2em 2em 0;
  }
  .hero-area .contents-agenda h2 {
	font-size: 40px;
  }
  .hero-area .agenda{
    height: 60px;
	margin-top: -75px;
  }
  .hero-area .agenda h2 {
    line-height: 1.7;
	font-size: 35px;
  }
  .hero-area .contents-agenda-tema {
    padding: 4em 2em 0;
  }
  .hero-area .contents-agenda-tema h2 {
	font-size: 35px;
	margin-bottom: 20px;
  }
  .hero-area .agenda-tema{
    height: 60px;
  }
  .hero-area .agenda-tema h2 {
    line-height: 1.7;
	font-size: 30px;
  }
  .hero-area-naturaleza {
    background-position: top -110px left 50%;
  }
  .agenda h2 {
    font-size: 25px;
  }
  .hero-area .contents-guias {
    padding: 14em 2em;
  }
  .hero-area .contents-entradas {
    padding: 3em 0 2em 0;
  }
  .hero-area .entradas {
    height: 60px;
    background: rgba(0, 0, 0, 0.5);
    color: #fff !important;
  }
  .hero-area .contents-rural {
    padding: 9em 0;
  }
  .hero-area .contents-guias h2 {
    font-size: 50px;
  }
  .text-DE{
    font-size: 40px !important;
  }
}
@media (max-width: 320px) {
  #block .video {
    height: 440px;
  }	
  .img-bloque-izq{
	width: 110%;
	margin-left: -15px !important;
  }
 .img-bloque-der{
	width: 130%;
	margin-left: -45px !important;
  }
  .img-bloque-derpeq{
	width: 110%;
	margin-left: -15px !important;
  }
  .img-bloque-izqpeq {
    width: 110%;
    margin-left: -15px !important;
  }
  .img-bloque {
    width: 100%;
    padding: 0;
  }
  .pie-foto {
    left: -15px;
  }
  .pie-foto-bloque {
    left: 0px;
  }
  .claim{
   width: 100%;
   margin-left: 0%;
   display: inline;
   padding-top: 18px;
  }  
  h3 {
    font-size: 20px;
  }
  h2 {
    font-size: 29px;
  }
  .menu-wrap .navbar-nav li .active, .menu-wrap .navbar-nav li .active:before {
    margin-left: -26px;
    margin-right: -45px;
  }
  .menu-wrap {
	width: 300px;
	font-size: 0.95em;
  }	  
  .menu-button {
    width: 10%;
    top: 10px;
	right: 30px;
  }
  .navbar{
    padding: 0 0 0 0px;
  }
  .menu-bg .menu-button {
    top: 2px;
  }  
  .textos{
    padding: 0px 20px 0px 20px;
	font-size: 17px;
  }
  .texto-destacado {
    font-size: 20px;
  }
  .title-destacado {
    font-size: 25px;
  }
  .listas{
    font-size: 17px;
  }
  .titulo-listas {
    font-size: 20px;
  }
  ul {
    padding: 0px 20px 0px 40px;
  }
  .listas-enlaces {
    font-size: 16px;
  }
  .bg-faded {
    background: #fff!important;
  }
  .section-header .section-title {
    font-size: 24px;
    line-height: 30px;
  }
  #blog h3 {
    font-size: 22px;
  }
  .section-header .lines1 {
    width: 85%;
  }   
  #video-area .contents {
    padding: 90px 0 35px;
  }
  #video-area .contents h1 {
    font-size: 18px;
    line-height: 32px;
  }
  .hero-area{
    background-size: 140% auto;
  }
  .hero-area-home {
    background-position: top 0% left 50%;
  }
  .hero-area .contents-home {
	padding: 70px 20px;
  }  
  .hero-area .contents {
    padding: 68px 0px 0px 0px;
  }
  .hero-area .contents h2 {
	font-size: 30px;
	margin: 50px 0px;
  }
  .hero-area .contents-agenda {
    padding: 2em 2em 0;
  }
  .hero-area .contents-agenda h2 {
	font-size: 40px;
  }
  .hero-area .contents-entradas {
    padding: 1em 0 2em 0;
  }
  .hero-area .entradas {
    height: 60px;
  }
  .hero-area .entradas h2 {
	font-size: 25px;
  }
  .texto-seccion {
    font-size: 19px;
  }
  .hero-area .agenda{
    height: 50px;
	margin-top: -40px;
  }
  .agenda h2 {
    font-size: 25px;
  }
  .hero-area .agenda h2 {
    line-height: 1.5;
	font-size: 30px;
  }
  .hero-area .contents-agenda-tema {
    padding: 2.4em 2em 0;
  }
  .hero-area .contents-agenda-tema h2 {
	font-size: 25px;
  }
  .hero-area .agenda-tema{
    height: 50px;
	margin-top: -10px;
  }
  .agenda-tema h2 {
    font-size: 30px;
  }
  .hero-area .agenda-tema h2 {
    line-height: 2;
	font-size: 25px;
  }
  .hero-area .contents-guias {
    padding: 5em 0 2.5em 0;
  }
  .hero-area .contents-rural {
    padding: 100px 0;
  }
  .hero-area .contents-guias h2 {
    font-size: 22px;
    font-weight: 300;
}
  .text-DE{
    font-size: 19px !important;
}
  .hero-area-contacto{
    background-size: 160% auto;
  }
  .hero-area-cultura {
    background-position: top 0px left 50%;
  }
  .hero-area-cultura-prerromanico{
    background-size: 160% auto;
  }   
  .hero-area-cultura-rupestre{
    background-size: 160% auto;
  }     
  .hero-area-cultura-unesco{
    background-size: 160% auto;
  }
  .hero-area-cultura-museos-espacios{
    background-size: 160% auto;
  }    
  .hero-area-cultura-museos{
    background-size: 160% auto;
  }  
  .hero-area-cultura-espacios{
    background-size: 160% auto;
  }  
   .hero-area-cultura-itinerarios{
    background-size: 160% auto;
  }  
   .hero-area-cultura-religioso{
    background-size: 160% auto;
  }    
   .hero-area-cultura-historia{
    background-size: 160% auto;
  }      
   .hero-area-cultura-castros{
    background-size: 160% auto;
  }  
   .hero-area-cultura-ci-aulas{
    background-size: 160% auto;
  }    
  .hero-area-naturaleza {
    background-position: top -20px left 50%;
  }
  .hero-area-naturaleza-biosfera{
    background-size: 160% auto;
  }  
  .hero-area-naturaleza-paisajes{
    background-size: 160% auto;
  }    
  .hero-area-naturaleza-calendario{
    background-size: 160% auto;
  }   
  .hero-area-naturaleza-reservas-naturales{
    background-size: 160% auto;
  }  
  .hero-area-naturaleza-monumentos-naturales{
    background-size: 160% auto;
  }   
  .hero-area-naturaleza-otros-espacios{
    background-size: 160% auto;
  }     
  .hero-area-naturaleza-rutas{
    background-size: 160% auto;
  }      
  .hero-area-naturaleza-gr109{
    background-size: 160% auto;
  }   
  .hero-area-naturaleza-flora-fauna {
    background-size: 160% auto;
  }  
  .hero-area-patrimonio {
    background-position: top 0px left 50%;
  }
  .hero-area-costa-saborear {
    background-size: 160% auto;
  }
  .hero-area-costa-playas {
    background-size: 160% auto;
  }    
  .hero-area-costa-pueblos {
    background-size: 160% auto;
  }   
  .hero-area-costa-vivir {
    background-size: 160% auto;
  }   
  .hero-area-costa-disfrutar {
    background-size: 160% auto;
  }   
  .hero-area-costa-faros {
    background-size: 160% auto;
  }     
  .hero-area-costa-faros1 {
    background-size: 160% auto;
  }   
  .hero-area-costa-faros2 {
    background-size: 160% auto;
  } 
  .hero-area-costa-faros3 {
    background-size: 160% auto;
  }   
  .hero-area-costa-faros4 {
    background-size: 160% auto;
  }   
  .hero-area-costa-faros5 {
    background-size: 160% auto;
  } 
  .hero-area-costa-faros6 {
    background-size: 160% auto;
  }    
  .hero-area-activo {
    background-position: top -10px left 50%;
  }
  .hero-area-activo-ruta{
    background-size: 160% auto;
  }
  .hero-area-activo-motor{
    background-size: 160% auto;
  }
  .hero-area-activo-aventura{
    background-size: 160% auto;
  }    
  .hero-area-activo-dulce{
    background-size: 160% auto;
  }   
  .hero-area-activo-salada{
    background-size: 160% auto;
  }   
  .hero-area-activo-bici{
    background-size: 160% auto;
  }    
  .hero-area-activo-nieve{
    background-size: 160% auto;
  }   
  .hero-area-activo-aire{
    background-size: 160% auto;
  }  
  .hero-area-activo-otras{
    background-size: 160% auto;
  }
  .hero-area-gastronomia {
    background-position: top 0px left 50%;
  }
  .hero-area-gastronomia-indice {
    background-position: top -5% left 50%;
  }
  .hero-area-gastronomia-fabada{
    background-size: 160% auto;
  }
  .hero-area-gastronomia-sidra{
    background-size: 160% auto;
  }
  .hero-area-gastronomia-quesos{
    background-size: 160% auto;
  }
  .hero-area-gastronomia-carne{
    background-size: 160% auto;
  }
  .hero-area-gastronomia-marisco{
    background-size: 160% auto;
  }
  .hero-area-gastronomia-vino{
    background-size: 160% auto;
  }
  .hero-area-gastronomia-eco{
    background-size: 160% auto;
  }
  .hero-area-gastronomia-dulces{
    background-size: 160% auto;
  }
  .hero-area-gastronomia-asturiano{
    background-size: 160% auto;
  }
  .hero-area-gastronomia-cocineros{
    background-size: 160% auto;
  }
  .hero-area-gastronomia-nopierdas{
    background-size: 160% auto;
  }
  .hero-area-ciudades {
    background-position: top 0px left 50%;
  }
  .hero-area-rural {
    background-position: top 0px left 50%;
  }
  .hero-area-rural-occidente {  
    background-size: 160% auto;
  } 
  .hero-area-rural-occidente-oscos {  
    background-size: 160% auto;
  }    
  .hero-area-rural-occidente-historico {  
    background-size: 160% auto;
  }   
  .hero-area-rural-occidente-narcea {  
    background-size: 160% auto;
  } 
  .hero-area-rural-centro {  
    background-size: 160% auto;
  } 
  .hero-area-rural-centro-bajo-nalon {  
    background-size: 160% auto;
  } 
  .hero-area-rural-centro-camin {  
    background-size: 160% auto;
  } 
  .hero-area-rural-centro-grado {  
    background-size: 160% auto;
  }  
  .hero-area-rural-centro-cuencas {
     background-size: 160% auto;
  }
  .hero-area-rural-oriente {
     background-size: 160% auto;
  }
  .hero-area-rural-oriente-sidra {
     background-size: 160% auto;
  }
  .hero-area-rural-oriente-cabrales {
     background-size: 160% auto;
  }
  .hero-area-camino {
    background-position: top 0px left 50%;
  }
  .hero-area-camino-primitivo {
    background-position: top 0px left 50%;
	background-size: 160% auto;
  }
  .hero-area-camino-norte {
    background-position: top 0px left 50%;
	background-size: 160% auto;	
  }  
  .hero-area-camino-conexion {
    background-position: top 0px left 50%;
	background-size: 160% auto;
  }  
  .hero-area-camino-conexion-primitivo {
    background-position: top 0px left 50%;
	background-size: 160% auto;
  }  
  .hero-area-camino-salvador {
    background-position: top 0px left 50%;
	background-size: 160% auto;
  } 
  .hero-area-camino-info {
    background-position: top 0px left 50%;
	background-size: 160% auto;
  }  
  .hero-area-camino-albergues {
    background-position: top 0px left 50%;
	background-size: 160% auto;
  }  
  .hero-area-agenda {
    background-position: top -55px left 50%;
  }
  .hero-area-agenda-resultados{
    background-size: 160% auto;
  }
  .hero-area-agenda-detalle{
    background-size: 160% auto;
  }
  .hero-area-agenda-gastronomia {
    background-size: 160% auto;
  }
  .hero-area-agenda-cultura {
    background-size: 160% auto;
  }
  .hero-area-agenda-fiestas {
    background-size: 160% auto;
  }
  .hero-area-agenda-cine {
    background-size: 160% auto;
  }
  .hero-area-agenda-deporte {
    background-size: 160% auto;
  }
  .hero-area-agenda-ocio {
    background-size: 160% auto;
  }
  .hero-area-agenda-otras {
    background-size: 160% auto;
  }
  .hero-area-organiza {
    background-size: 160% auto;
  }
  .hero-area-dormir {
    background-size: 160% auto;
  }
  .hero-area-casonas {
    background-size: 160% auto;
  }
  .hero-area-aldeas {
    background-size: 160% auto;
  }  
  .hero-area-alojarural {
    background-size: 160% auto;
  }  
  .hero-area-comer {
    background-size: 160% auto;
  } 
  .hero-area-mesas {
    background-size: 160% auto;
  }
  .hero-area-sidrerias {
    background-size: 160% auto;
  }
  .hero-area-descubre {
    background-size: 160% auto;
  }
  .hero-area-dondeir {
    background-size: 160% auto;
  }
  .hero-area-rutas-coche {
    background-size: 160% auto;
  }  
  .hero-area-folletos {  
    background-size: 160% auto;
  }
  .hero-area-oficinas {  
    background-size: 160% auto;
  }   
  .hero-area-FIT {  
    background-size: 160% auto;
  } 
  .hero-area-pasaporte {  
    background-size: 160% auto;
  }   
  .hero-area-pasaporte-eventos {  
    background-size: 160% auto;
  }
  .hero-area-entradas {  
    background-size: 160% auto;
  }   
  .hero-area-entradas-museos {
    background-size: 160% auto;
  }
  .hero-area-entradas-programacion {
    background-size: 160% auto;
  }    
  .hero-area-llegar {  
    background-size: 160% auto;
  }     
  .hero-area-llegar-coche {  
    background-size: 160% auto;
  }   
  .hero-area-llegar-bus {  
    background-size: 160% auto;
  }    
  .hero-area-llegar-tren {  
    background-size: 160% auto;
  }    
  .hero-area-llegar-avion {  
    background-size: 160% auto;
  }      
  .hero-area-llegar-barco {  
    background-size: 160% auto;
  }     
  .hero-area-ofertas {  
    background-size: 160% auto;
  }       
  .hero-area-reservas {  
    background-size: 160% auto;
  }  
  .hero-area-noticias {  
    background-size: 160% auto;
  }     
  .hero-area-noticias-detalle {  
    background-size: 160% auto;
  }
  .hero-area-cuadro-titulos {
    padding: 1em;
  }
  .hero-area-cuadro-titulos h2 {
    font-size: 32px;
    margin: 2em 0.5em;
  }
  .goto .goto-content h2 {
    font-size: 22px;
  }
  .goto {
    background-position: 50%;
  }  
  .pricing-tables .pricing-table {
    margin-bottom: 30px;
  }
  #blog .blog-item-text h3 {
    font-size: 18px;
  }
  #blog .blog-item-text .meta-tags span {
    margin-right: 5px;
  }
  .counters .facts-item {
    margin-bottom: 30px;
  }
  #contact .section-title {
    font-size: 22px;
  }
  #subscribe .sub_btn {
    min-width: 120px;
  }
  .social-icons ul li a {
    width: 25px;
    height: auto;
    line-height: 25px;
  }
  .idiomas ul li a {
  margin: 7px 6px 0px 4px;
  }
  .fixed-top {
    height: 70px;
	padding-top: 10px;
  }
  .overlay-goto .item-icon {
    height: 50px;
    width: 50px;
    line-height: 50px;
    font-size: 25px;  
  }
  .shot-item-goto h2 {
    font-size: 20px;
  }
  .form-fields-wrapper {
    max-width: 100% !important;
	margin-left: 2% !important;
  }  
  .portlet-search .form-search fieldset.aui-fieldset {
    width: 305px !important;
  }

  .portlet-search .form-search .aui-fieldset input {
    width: 245px !important;
  }
  .hero-area .buscador {
    padding: 40px 0px 0px 0px!important;
  }
  .portlet-search .search-layout .search-layout-content .taglib-page-iterator .page-links .next {
    margin: -10px 0px 0 0px !important;
  }
  .form-fields-wrapper {
    max-width: 100% !important;
    margin-left: 2% !important;
  }
  .portlet-search .portlet-borderless-container {
    width: 370px!important;
  }
  .aui-layout {
    width: 84% !important;
  }
  .portlet-search .portlet-borderless-container {
    width: 375px !important;
  }
  .portlet-search .search-layout .search-layout-content {
    padding: 0 5px 5px 0 !important;
  }
  .portlet-search .search-layout .search-layout-content .taglib-page-iterator .search-results {
    padding: 10px 0 0 3px !important;
  }
  .portlet-search .search-layout .search-layout-content .taglib-page-iterator .page-links .previous {
    margin: -10px 0 0 3px !important;
  } 
  .portlet-search .form-search .aui-fieldset #_3_search {
    width: 32px !important;
    display: inline-block;
  }
  .aui-button-content{
    display: inline-block;
  }
  .aui-button aui-button-submit{
    display: inline-block;
  }
  .portlet-search .search-layout .search-layout-content .result {
	margin: 0 !important;
  }
  .portlet-search .search-layout .search-layout-content #_3_facetNavigation {
    background: #fff !important;
  }
  .portlet-search .search-layout .search-layout-content .aui-column-first {
    padding: 0 !important;
    margin: 0 !important;
    position: static !important;
    float: none !important;
    width: 100% !important;
  }
  .aui-column-content {
    padding: 0 0 5px 0 !important;
  }
  .portlet-search .search-layout .search-layout-content #_3_facetNavigation .search-facet {
    padding: 5px !important;
  }
  .portlet-search .search-layout .search-layout-content #_3_facetNavigation .search-facet .facet-value {
    float: left !important;
    margin: 0 5px 5px 0 !important;
  }
  .portlet-search .search-layout .search-layout-content #_3_facetNavigation .search-facet .current-term {
    padding: 0 15px !important;
  }
  .filter-button-toggle-wrapper {
    float: right;
    clear: both;
  }
  #filter-button-toggle {
    display: block;
    width: 32px;
    height: 32px;
    background: url(/infoasturias-theme/css/images/categories-icon.png) scroll no-repeat 0 0 transparent;
    text-indent: -1000px;
    margin: 10px;
  }
  .modal-dialog {
    margin: 45% auto !important;
    max-width: 300px !important;
  }
  .button-title {
    font-size: 19px;
  }
  .search-box-page {
    margin: 0px 1px 20px 45px;
  }  
  .embedly-youtube iframe{
	height: 200px !important;
  }
  .play{
    top: 33% !important;
    left: 41% !important;
  }
  #slide-box {
    height: 115px !important;
  }
  #slide-box ol {
    top: 5.3em;
  }
  #slide-box ul li img {
    padding-left: 0em;
  }
}
@media (min-width: 750px) and (max-width: 823px) and (orientation: landscape){
  .hero-area .contents-agenda {
    padding: 120px 80px;
  }
  .hero-area .agenda {
    margin-top: -120px;
  }
  .hero-area .contents-agenda-tema {
    padding: 100px 80px;
  }
  .hero-area .agenda-tema {
    margin-top: -140px;
  }
  .contents-agenda-tema h2 {
    font-size: 35px !important;
	padding-bottom: 50px;
  }
  .hero-area .agenda-tema h2 {;
    font-size: 35px;
  }
  .agenda h2 {
    font-size: 30px;
  }
}
@media (min-width: 640px) and (max-width: 767px) and (orientation: landscape){
  .col-sm-4 {
    -webkit-flex: 0 0 60% !important;
    -ms-flex: 0 0 60% !important;
    flex: 0 0 60% !important;
    max-width: 60% !important;
  }
  .col-sm-8 {
    -webkit-flex: 0 0 40% !important;
    -ms-flex: 0 0 40% !important;
    flex: 0 0 40% !important;
    max-width: 40% !important;
  }
  .col-sm-5 {
    -webkit-flex: 0 0 60% !important;
    -ms-flex: 0 0 60% !important;
    flex: 0 0 60% !important;
    max-width: 60% !important;
  }
  .col-sm-7 {
    -webkit-flex: 0 0 40% !important;
    -ms-flex: 0 0 40% !important;
    flex: 0 0 40% !important;
    max-width: 40% !important;
  }
  .contents-agenda-tema {
    padding: 4.5em 2em 0 !important;
  }
  .contents-agenda-tema h2 {
    font-size: 35px !important;
  }
  .hero-area .contents-agenda-tema h2 {
    padding-bottom: 30px;
  }
  .agenda h2 {
    font-size: 25px;
  }
}
@media (min-width: 600px) and (max-width: 767px) {

  h2, h5 {
    font-size: 40px !important;
  }
  .img-bloque-izq{
	width: 110%;
	margin-left: -15px !important;
  }
  .img-bloque-der{
	width: 130%;
	margin-left: -45px !important;
  }
  .img-bloque-derpeq{
	width: 100%;
	margin-left: 0px !important;
  }
  .img-bloque-izqpeq {
    width: 100%;
    margin-left: 0px !important;
  }
  .img-bloque {
    width: 100%;
    padding: 0;
  }
  .pie-foto-bloque {
    left: 0px;
  }
  .claim{
    width: 90%;
    margin-left: 0%;
    display: inline;
    padding-top: 18px;
  }   
  .textos{
    padding: 0px 20px 0px 20px;
    font-size: 14px;
  }
  .texto-destacado {
    font-size: 20px;
  }
  .title-destacado {
    font-size: 28px;
  }
  .listas{
    font-size: 16px;
  }
  .titulo-listas {
    font-size: 20px;
  }  
  ul {
    padding: 0px 20px 0px 40px;
  }
  .section-header .section-title {
    font-size: 20px;
  }
  .section-header .lines1 {
    width: 85%;
  }   
  .menu-wrap .navbar-nav li .active, .menu-wrap .navbar-nav li .active:before {
    margin-left: -26px;
    margin-right: -45px;
  }
  .menu-wrap {
	width: 285px;
  }	
  .menu-button {
    width: 10%;
    top: 10px;
	right: 12px;
  }
  .navbar{
    padding: 0 0 0 0px;
  }
  .menu-bg .menu-button {
    top: 2px;
  }   
  .icon-list a {
    padding: 5px 0;
  }
  .icon-list a::before {
    top: 5px;
  }
  .bg-faded {
    background: #fff!important;
  }
  #video-area .contents h1 {
    font-size: 30px;
    line-height: 48px;
  }
  .hero-area{
    background-size: 110% auto;
  }
  .hero-area .contents-home {
	padding: 80px 80px;
  }  
  .hero-area .contents {
    padding: 50px 80px;
  }
  .hero-area .contents h2 {
	font-size: 45px;
  }
  .hero-area .contents-agenda {
    padding: 2em 2em 0;
  }
  .hero-area .contents-agenda h2 {
	font-size: 40px;
  }
  .hero-area .agenda{
    height: 50px;
  }
  .hero-area .agenda h2 {
    line-height: 1.5;
	font-size: 30px;
  }
  .hero-area .contents-agenda-tema {
    padding: 2em 2em 0;
  }
  .hero-area .contents-agenda-tema h2 {
	font-size: 40px;
  }
  .hero-area .agenda-tema{
    height: 50px;
  }
  .hero-area .agenda-tema h2 {
    line-height: 1.5;
	font-size: 30px;
  }
  .hero-area .buscador {
    padding: 100px 80px;
  } 
  .hero-area-home {
    background-position: top 0% left 50%;
	background-size: cover;
  }  
  .hero-area-contacto{
    background-size: 160% auto;
  }
  .hero-area-naturaleza {
    background-position: top -25px left 50%;
  }
  .hero-area-naturaleza-biosfera{
    background-size: 160% auto;
  }  
   .hero-area-naturaleza-paisajes{
    background-size: 160% auto;
  }  
  .hero-area-naturaleza-calendario{
    background-size: 160% auto;
  }   
  .hero-area-naturaleza-reservas-naturales{
    background-size: 160% auto;
  }    
  .hero-area-naturaleza-monumentos-naturales{
    background-size: 160% auto;
  }   
  .hero-area-naturaleza-otros-espacios{
    background-size: 160% auto;
  }
  .hero-area-naturaleza-rutas{
    background-size: 160% auto;
  }
  .hero-area-naturaleza-gr109{
    background-size: 160% auto;
  }    
  .hero-area-naturaleza-flora-fauna {
    background-size: 160% auto;
  } 
  .hero-area-cultura {
    background-position: top 0px left 50%;
  }
  .hero-area-cultura-prerromanico{
    background-size: 160% auto;
  }   
  .hero-area-cultura-rupestre{
    background-size: 160% auto;
  }     
  .hero-area-cultura-unesco{
    background-size: 160% auto;
  }
  .hero-area-cultura-museos-espacios{
    background-size: 160% auto;
  }    
  .hero-area-cultura-museos{
    background-size: 160% auto;
  }  
  .hero-area-cultura-espacios{
    background-size: 160% auto;
  }  
   .hero-area-cultura-itinerarios{
    background-size: 160% auto;
  }  
   .hero-area-cultura-religioso{
    background-size: 160% auto;
  }    
   .hero-area-cultura-historia{
    background-size: 160% auto;
  }      
   .hero-area-cultura-castros{
    background-size: 160% auto;
  }  
   .hero-area-cultura-ci-aulas{
    background-size: 160% auto;
  }    
  .hero-area-patrimonio {
    background-position: top 0px left 50%;
  }
  .hero-area-costa-saborear {
    background-size: 160% auto;
  }
  .hero-area-costa-playas {
    background-size: 160% auto;
  }    
  .hero-area-costa-pueblos {
    background-size: 160% auto;
  }   
  .hero-area-costa-vivir {
    background-size: 160% auto;
  }   
  .hero-area-costa-disfrutar {
    background-size: 160% auto;
  }    
  .hero-area-costa-faros {
    background-size: 160% auto;
  }     
  .hero-area-costa-faros1 {
    background-size: 160% auto;
  }   
  .hero-area-costa-faros2 {
    background-size: 160% auto;
  } 
  .hero-area-costa-faros3 {
    background-size: 160% auto;
  }   
  .hero-area-costa-faros4 {
    background-size: 160% auto;
  }   
  .hero-area-costa-faros5 {
    background-size: 160% auto;
  } 
  .hero-area-costa-faros6 {
    background-size: 160% auto;
  }    
  .hero-area-activo {
    background-position: top -5px left 50%;
  }
  .hero-area-activo-ruta{
    background-size: 160% auto;
  }
  .hero-area-activo-motor{
    background-size: 160% auto;
  }
  .hero-area-activo-aventura{
    background-size: 160% auto;
  }    
  .hero-area-activo-dulce{
    background-size: 160% auto;
  }    
  .hero-area-activo-salada{
    background-size: 160% auto;
  } 
  .hero-area-activo-bici{
    background-size: 160% auto;
  }    
  .hero-area-activo-nieve{
    background-size: 160% auto;
  }   
  .hero-area-activo-aire{
    background-size: 160% auto;
  }  
  .hero-area-activo-otras{
    background-size: 160% auto;
  }  
  .hero-area-gastronomia {
    background-position: top 0px left 50%;
  }
  .hero-area-gastronomia-indice {
    background-position: top -5% left 50%;
  }
  .hero-area-ciudades {
    background-position: top 0px left 50%;
  }
  .hero-area-rural {
    background-position: top 0px left 50%;
  }
  .hero-area-rural-occidente {  
    background-size: 160% auto;
  }   
  .hero-area-rural-occidente-oscos {   
    background-size: 160% auto;
  }    
  .hero-area-rural-occidente-historico {  
    background-size: 160% auto;
  }   
  .hero-area-rural-occidente-narcea {  
    background-size: 160% auto;
  } 
  .hero-area-rural-centro {  
    background-size: 160% auto;
  } 
  .hero-area-rural-centro-bajo-nalon {  
    background-size: 160% auto;
  } 
  .hero-area-rural-centro-camin {  
    background-size: 160% auto;
  } 
  .hero-area-rural-centro-grado {  
    background-size: 160% auto;
  }  
  .hero-area-rural-centro-cuencas {
     background-size: 160% auto;
  }
  .hero-area-rural-oriente {
     background-size: 160% auto;
  }
  .hero-area-rural-oriente-sidra {
     background-size: 160% auto;
  }
  .hero-area-rural-oriente-cabrales {
     background-size: 160% auto;
  }
  .hero-area-camino {
    background-position: top 0px left 50%;
  }
  .hero-area-camino-primitivo {
    background-position: top 0px left 50%;
  }
  .hero-area-camino-norte {
    background-position: top 0px left 50%;
  }  
  .hero-area-camino-conexion {
    background-position: top 0px left 50%;
	background-size: 145% auto;
  }  
  .hero-area-camino-conexion-primitivo {
    background-position: top 0px left 50%;
	background-size: 160% auto;
  }    
  .hero-area-camino-salvador {
    background-position: top 0px left 50%;
	background-size: 145% auto;
  }  
  .hero-area-camino-info {
    background-position: top 0px left 50%;
	background-size: 150% auto;
  }
  .hero-area-camino-albergues {
    background-position: top 0px left 50%;
	background-size: 150% auto;
  }
  .hero-area-gastronomia-fabada{
    background-size: 160% auto;
  }
  .hero-area-gastronomia-sidra{
    background-size: 160% auto;
  }
  .hero-area-gastronomia-quesos{
    background-size: 160% auto;
  }
  .hero-area-gastronomia-carne{
    background-size: 160% auto;
  }
  .hero-area-gastronomia-marisco{
    background-size: 160% auto;
  }
  .hero-area-gastronomia-vino{
    background-size: 160% auto;
  }
  .hero-area-gastronomia-eco{
    background-size: 160% auto;
  }
  .hero-area-gastronomia-dulces{
    background-size: 160% auto;
  }
  .hero-area-gastronomia-asturiano{
      background-size: 160% auto;
  }
  .hero-area-gastronomia-cocineros{
    background-size: 160% auto;
  }
  .hero-area-gastronomia-nopierdas{
    background-size: 160% auto;
  }
  .hero-area-agenda {
    background-position: top -55px left 50%;
  }
  .hero-area-agenda-resultados{
    background-size: 160% auto;
  }
  .hero-area-agenda-detalle {
    background-size: 160% auto;
  }
  .hero-area-agenda-gastronomia {
    background-size: 160% auto;
  }
  .hero-area-agenda-cultura {
    background-size: 160% auto;
  }
  .hero-area-agenda-fiestas {
    background-size: 160% auto;
  }
  .hero-area-agenda-cine {
    background-size: 160% auto;
  }
  .hero-area-agenda-deporte {
    background-size: 160% auto;
  }
  .hero-area-agenda-ocio {
    background-size: 160% auto;
  }
  .hero-area-agenda-otras {
    background-size: 160% auto;
  }
  .hero-area-organiza {
    background-size: 160% auto;
  }
  .hero-area-dormir {
    background-size: 160% auto;
  }
  .hero-area-casonas {
    background-size: 160% auto;
  }
  .hero-area-aldeas {
    background-size: 160% auto;
  }
  .hero-area-alojarural {
    background-size: 160% auto;
  }
  .hero-area-comer {
    background-size: 160% auto;
  } 
  .hero-area-mesas {
    background-size: 160% auto;
  }
  .hero-area-sidrerias {
    background-size: 160% auto;
  }
  .hero-area-descubre {
    background-size: 160% auto;
  }
  .hero-area-dondeir {
    background-size: 160% auto;
  }
  .hero-area-rutas-coche {
    background-size: 160% auto;
  }
  .hero-area-folletos {  
    background-size: 160% auto;
  }
  .hero-area-oficinas {  
    background-size: 160% auto;
  }   
  .hero-area-FIT {  
    background-size: 160% auto;
  }
  .hero-area-pasaporte {  
    background-size: 160% auto;
  }   
  .hero-area-pasaporte-eventos {  
    background-size: 160% auto;
  }
  .hero-area-entradas {  
    background-size: 160% auto;
  }   
  .hero-area-entradas-museos {
    background-size: 160% auto;
  }
  .hero-area-entradas-programacion {
    background-size: 160% auto;
  }     
  .hero-area-llegar {  
    background-size: 160% auto;
  }     
  .hero-area-llegar-coche {  
    background-size: 160% auto;
  }   
  .hero-area-llegar-bus {  
    background-size: 160% auto;
  }    
  .hero-area-llegar-tren {  
    background-size: 160% auto;
  }    
  .hero-area-llegar-avion {  
    background-size: 160% auto;
  }      
  .hero-area-llegar-barco {  
    background-size: 160% auto;
  }   
  .hero-area-ofertas {  
    background-size: 160% auto;
  }       
  .hero-area-reservas {  
    background-size: 160% auto;
  }    
  .hero-area-noticias {  
    background-size: 160% auto;
  }     
  .hero-area-noticias-detalle {  
    background-size: 160% auto;
  }    
  .hero-area .contents-guias {
    padding: 6em 0 6em 0;
  }
  .hero-area .contents-entradas {
    padding: 5em 0 6em 0;
  }
  .hero-area .contents-rural {
    padding: 10em 0;
  }
  .hero-area .contents-guias h2 {
    font-size: 40px;
    font-weight: 300;
  }
  .text-DE {
    font-size: 35px !important;
  }
  .hero-area-cuadro-titulos {
    padding: 1em;
  }
  .hero-area-cuadro-titulos h2 {
    font-size: 35px;
    margin: 2em 0.5em;
  }
  .goto .goto-content h2 {
    font-size: 22px;
  }  
  #features .content-right span {
    float: none;
  }
  #features .content-left span {
    float: none;
  }
  #features .box-item .text h4 {
    font-size: 14px;
  }
  .table-left {
    margin: 0px 0px;
  }
  .counters .facts-item {
    margin-bottom: 30px;
  }
  .social-icons ul li a {
    width: 25px;
    height: auto;
    line-height: 25px;
  }
  .idiomas ul li a {
    margin: 7px 6px 0px 4px;
  }
  .fixed-top {
    height: 70px;
	padding-top: 10px;
  }
  .form-fields-wrapper {
    max-width: 100% !important;
	margin-left: 2% !important;
  } 
  .overlay-goto .item-icon {
    height: 50px;
    width: 50px;
    line-height: 50px;
    font-size: 25px;
  }	
  .shot-item-goto h2 {
    font-size: 20px;
  }
  .portlet-search .form-search fieldset.aui-fieldset {
    width: 360px !important;
  }

  .portlet-search .form-search .aui-fieldset input {
    width: 280px !important;
  }
  .hero-area .buscador {
    padding: 40px 0px 0px 0px!important;
  }
  .portlet-search .search-layout .search-layout-content .taglib-page-iterator .page-links .next {
    margin: -10px 0px 0 0px !important;
  }
  .form-fields-wrapper {
    max-width: 100% !important;
    margin-left: 2% !important;
  }
  .portlet-search .portlet-borderless-container {
    width: 370px!important;
  }
  .aui-layout {
    width: 98% !important;
  }
  .portlet-search .portlet-borderless-container {
    width: 375px !important;
  }
  .portlet-search .search-layout .search-layout-content {
    padding: 0 5px 5px 0 !important;
  }
  .portlet-search .search-layout .search-layout-content .taglib-page-iterator .search-results {
    padding: 10px 0 0 3px !important;
  }
  .portlet-search .search-layout .search-layout-content .taglib-page-iterator .page-links .previous {
    margin: -10px 0 0 3px !important;
  } 
  .portlet-search .form-search .aui-fieldset #_3_search {
    width: 32px !important;
    display: inline-block;
  }
  .aui-button-content{
    display: inline-block;
  }
  .aui-button aui-button-submit{
    display: inline-block;
  }
  .portlet-search .search-layout .search-layout-content .result {
	margin: 0 !important;
  }
  .portlet-search .search-layout .search-layout-content #_3_facetNavigation {
    background: #fff !important;
  }
  .portlet-search .search-layout .search-layout-content .aui-column-first {
    padding: 0 !important;
    margin: 0 !important;
    position: static !important;
    float: none !important;
    width: 100% !important;
  }
  .aui-column-content {
    padding: 0 0 5px 0 !important;
  }
  .portlet-search .search-layout .search-layout-content #_3_facetNavigation .search-facet {
    padding: 5px !important;
  }
  .portlet-search .search-layout .search-layout-content #_3_facetNavigation .search-facet .facet-value {
    float: left !important;
    margin: 0 5px 5px 0 !important;
  }
  .portlet-search .search-layout .search-layout-content #_3_facetNavigation .search-facet .current-term {
    padding: 0 5px !important;
  } 
  .filter-button-toggle-wrapper {
    float: right;
    clear: both;
  }
  #filter-button-toggle {
    display: block;
    width: 32px;
    height: 32px;
    background: url(/infoasturias-theme/css/images/categories-icon.png) scroll no-repeat 0 0 transparent;
    text-indent: -1000px;
    margin: 10px;
  }
  .modal-dialog {
    margin: 45% auto !important;
    max-width: 300px !important;
  }
  .button-title {
    font-size: 19px;
  }
  .search-box-page {
    margin: 0px 1px 20px 45px;
  } 
  .embedly-youtube iframe{
	height: 200px !important;
  }
  .play{
    top: 33% !important;
    left: 41% !important;
  }
  .hero-area-naturaleza-reservas  h2 {
    font-size: 40px;
    margin: 2em 0.5em;
  }
  .hero-area-naturaleza-lista-reservas-naturales  h2 {
    font-size: 40px;
    margin: 2em 0.5em;
  }
  .hero-area-naturaleza-lista-monumentos-naturales  h2 {
    font-size: 40px;
    margin: 2em 0.5em;
  }
  .hero-area-naturaleza-lista-otros-espacios  h2 {
    font-size: 40px;
    margin: 2em 0.5em;
  }
  .hero-area-naturaleza-lista-rutas  h2 {
    font-size: 40px;
    margin: 2em 0.5em;
  }  
  .hero-area-naturaleza-lista-flora-fauna h2 {
    font-size: 40px;
    margin: 2em 0.5em;
  }  
  .hero-area-naturaleza-lista-prerromanico h2 {
    font-size: 40px;
    margin: 2em 0.5em;
  }
  .hero-area-naturaleza-lista-rupestre h2 {
    font-size: 40px;
    margin: 2em 0.5em;
  }  
  .hero-area-naturaleza-lista-unesco h2 {
    font-size: 40px;
    margin: 2em 0.5em;
  }
  .hero-area-costa-lista-restaurantes  h2 {
    font-size: 40px;
    margin: 2em 0.5em;
  } 
  .hero-area-costa-lista-playas  h2 {
    font-size: 40px;
    margin: 2em 0.5em;
  }  
  .hero-area-costa-lista-pueblos  h2 {
    font-size: 40px;
    margin: 2em 0.5em;
  }  
  .hero-area-costa-vivir-puertos  h2 {
    font-size: 40px;
    margin: 2em 0.5em;
  }    
  .hero-area-fabada-recetas h2 {
    font-size: 40px;
    margin: 2em 0.5em;
  }
  .hero-area-carne-recetas h2 {
    font-size: 40px;
    margin: 2em 0.5em;
  }
  .hero-area-marisco-recetas h2 {
    font-size: 40px;
    margin: 2em 0.5em;
  }
  .hero-area-vino-bodegas h2 {
    font-size: 40px;
    margin: 2em 0.5em;
  }
  .hero-area-dulces-recetas h2 {
    font-size: 40px;
    margin: 2em 0.5em;
  }
  .hero-area-dormir-lista  h2 {
    font-size: 40px;
    margin: 2em 0.5em;
  }  
  .hero-area-casonas-lista  h2 {
    font-size: 40px;
    margin: 2em 0.5em;
  }  
  .hero-area-aldeas-lista  h2 {
    font-size: 40px;
    margin: 2em 0.5em;
  }  
  .hero-area-alojarural-lista  h2 {
    font-size: 40px;
    margin: 2em 0.5em;
  }
  .hero-area-comer-lista  h2 {
    font-size: 40px;
    margin: 2em 0.5em;
  }  
  .hero-area-mesas-lista  h2 {
    font-size: 40px;
    margin: 2em 0.5em;
  }  
  .hero-area-sidrerias-lista  h2 {
    font-size: 40px;
    margin: 2em 0.5em;
  }  
  .hero-area-dondeir-lista  h2 {
    font-size: 40px;
    margin: 2em 0.5em;
  } 
  .hero-area-rutas-coche-lista  h2 {
    font-size: 40px;
    margin: 2em 0.5em;
  } 
  .hero-area-oficinas-lista  h2 {
    font-size: 40px;
    margin: 2em 0.5em;
  } 
  .hero-area-FIT-lista  h2 {
    font-size: 40px;
    margin: 2em 0.5em;
  }
  #slide-box ul li img {
    padding-left: 0.2em;
  }
}
@media (min-width: 321px) and (max-width: 480px) {

  #block .video {
    height: 440px;
  }	
  .img-bloque-izq{
	width: 110%;
	margin-left: -15px !important;
  }
 .img-bloque-der{
	width: 130%;
	margin-left: -45px !important;
  }
  .img-bloque-derpeq{
	width: 110%;
	margin-left: -15px !important;
  }
  .img-bloque-izqpeq {
    width: 110%;
    margin-left: -15px !important;
  }
  .img-bloque {
    width: 100%;
    padding: 0;
  }
  .pie-foto {
    left: -15px;
  }
  .pie-foto-bloque {
    left: 0px;
  }   
  .claim{
   width: 100%;
   margin-left: 0%;
   display: inline;
   padding-top: 18px;
  }  
  h3 {
    font-size: 20px;
  }
  h2 {
    font-size: 29px;
  }
  .menu-wrap .navbar-nav li .active, .menu-wrap .navbar-nav li .active:before {
    margin-left: -26px;
    margin-right: -45px;
  }
  .menu-wrap {
	width: 300px;
  }	  
  .menu-button {
    width: 10%;
    top: 10px;
	right: 30px;
  }
  .navbar{
    padding: 0 0 0 0px;
  }
  .menu-bg .menu-button {
    top: 2px;
  }  
  .textos{
    padding: 0px 20px 0px 20px;
	font-size: 17px;
  }
  .texto-destacado {
    font-size: 20px;
  }
  .title-destacado {
    font-size: 28px;
  }
  .listas{
    font-size: 17px;
  }
  .titulo-listas {
    font-size: 20px;
  }
  ul {
    padding: 0px 20px 0px 40px;
  }
  .listas-enlaces {
    font-size: 16px;
  }
  .bg-faded {
    background: #fff!important;
  }
  .section-header .section-title {
    font-size: 35px;
    line-height: 35px;
  }
  #blog h3 {
    font-size: 25px;
  }
  .section-header .lines1 {
    width: 85%;
  }   
  #video-area .contents {
    padding: 90px 0 35px;
  }
  #video-area .contents h1 {
    font-size: 18px;
    line-height: 32px;
  }
  .hero-area{
    background-size: 140% auto;
  }
  .hero-area-home {
    background-position: top 0% left 50%;
  }
  .hero-area .contents-home {
	padding: 80px 30px;
  }
  .hero-area .contents {
    padding: 68px 0px 0px 0px;
  }
  .hero-area .contents h2 {
	font-size: 30px;
	margin: 70px 0px;
  }
  .hero-area .contents-agenda {
    padding: 2em 2em 0;
  }
  .hero-area .contents-agenda h2 {
	font-size: 25px;
  }
  .agenda h2 {
    font-size: 30px;
  }
  .hero-area .agenda{
    height: 50px;
	margin-top: -25px;
  }
  .hero-area .agenda h2 {
    line-height: 1.5;
	font-size: 30px;
  }
  .hero-area .contents-agenda-tema {
    padding: 2.8em 2em 0;
  }
  .hero-area .contents-agenda-tema h2 {
	font-size: 30px;
  }
  .agenda-tema h2 {
    font-size: 35px;
  }
  .hero-area .agenda-tema{
    height: 50px;
	margin-top: -10px;
  }
  .hero-area .agenda-tema h2 {
    line-height: 1.5;
	font-size: 30px;
  }
  .hero-area .contents-guias {
    padding: 5em 0 3.5em 0;
  }
  .hero-area .contents-entradas {
    padding: 1em 0 3em 0;
  }
  .hero-area .entradas {
    height: 60px;
  }
  .hero-area .entradas h2{
    font-size: 26px;
  }
  .hero-area .contents-rural {
    padding: 100px 0;
  }
  .hero-area .contents-guias h2 {
    font-size: 30px;
    font-weight: 300;
  }
  .text-DE{
    font-size: 23px !important;
  }
  .hero-area-contacto{
    background-size: 160% auto;
  }
  .hero-area-cultura {
    background-position: top 0px left 50%;
  }
  .hero-area-naturaleza-prerromanico{
    background-size: 160% auto;
  } 
  .hero-area-naturaleza-rupestre{
    background-size: 160% auto;
  }   
  .hero-area-naturaleza-unesco{
    background-size: 160% auto;
  }
  .hero-area-cultura-museos-espacios{
    background-size: 160% auto;
  }    
  .hero-area-cultura-museos{
    background-size: 160% auto;
  }  
  .hero-area-cultura-espacios{
    background-size: 160% auto;
  }  
   .hero-area-cultura-itinerarios{
    background-size: 160% auto;
  }  
   .hero-area-cultura-religioso{
    background-size: 160% auto;
  }    
   .hero-area-cultura-historia{
    background-size: 160% auto;
  }      
   .hero-area-cultura-castros{
    background-size: 160% auto;
  }  
   .hero-area-cultura-ci-aulas{
    background-size: 160% auto;
  }    
  .hero-area-naturaleza {
    background-position: top -40px left 50%;
  }
  .hero-area-naturaleza-biosfera{
    background-size: 160% auto;
  }  
  .hero-area-naturaleza-paisajes{
    background-size: 160% auto;
  }    
  .hero-area-naturaleza-calendario{
    background-size: 160% auto;
  }   
  .hero-area-naturaleza-reservas-naturales{
    background-size: 160% auto;
  }    
  .hero-area-naturaleza-monumentos-naturales{
    background-size: 160% auto;
  }   
  .hero-area-naturaleza-otros-espacios{
    background-size: 160% auto;
  }
  .hero-area-naturaleza-rutas{
    background-size: 160% auto;
  }     
  .hero-area-naturaleza-gr109{
    background-size: 160% auto;
  }  
  .hero-area-naturaleza-flora-fauna {
    background-size: 160% auto;
  } 
  .hero-area-patrimonio {
    background-position: top 0px left 50%;
  }
  .hero-area-costa-saborear{
    background-size: 160% auto;
  }
  .hero-area-costa-playas {
    background-size: 160% auto;
  }  
  .hero-area-costa-pueblos {
    background-size: 160% auto;
  }      
  .hero-area-costa-vivir {
    background-size: 160% auto;
  }    
  .hero-area-costa-disfrutar {
    background-size: 160% auto;
  }    
  .hero-area-costa-faros {
    background-size: 160% auto;
  }     
  .hero-area-costa-faros1 {
    background-size: 160% auto;
  }  
  .hero-area-costa-faros2 {
    background-size: 160% auto;
  } 
  .hero-area-costa-faros3 {
    background-size: 160% auto;
  }   
  .hero-area-costa-faros4 {
    background-size: 160% auto;
  }   
  .hero-area-costa-faros5 {
    background-size: 160% auto;
  } 
  .hero-area-costa-faros6 {
    background-size: 160% auto;
  }    
  .hero-area-activo {
    background-position: top -10px left 50%;
  }
  .hero-area-activo-ruta{
    background-size: 160% auto;
  }
  .hero-area-activo-motor{
    background-size: 160% auto;
  }
  .hero-area-activo-aventura{
    background-size: 160% auto;
  }     
  .hero-area-activo-dulce{
    background-size: 160% auto;
  }    
  .hero-area-activo-salada{
    background-size: 160% auto;
  } 
  .hero-area-activo-bici{
    background-size: 160% auto;
  }    
  .hero-area-activo-nieve{
    background-size: 160% auto;
  }   
  .hero-area-activo-aire{
    background-size: 160% auto;
  }  
  .hero-area-activo-otras{
    background-size: 160% auto;
  }  
  .hero-area-gastronomia {
    background-position: top 0px left 50%;
  }
  .hero-area-gastronomia-indice {
    background-position: top -5% left 50%;
  }
  .hero-area-gastronomia-fabada{
    background-size: 160% auto;
  }
  .hero-area-gastronomia-sidra{
    background-size: 160% auto;
  }
  .hero-area-gastronomia-quesos{
    background-size: 160% auto;
  }
  .hero-area-gastronomia-carne{
    background-size: 160% auto;
  }
  .hero-area-gastronomia-marisco{
    background-size: 160% auto;
  }
  .hero-area-gastronomia-vino{
    background-size: 160% auto;
  }
  .hero-area-gastronomia-eco{
    background-size: 160% auto;
  }
  .hero-area-gastronomia-dulces{
    background-size: 160% auto;
  }
  .hero-area-gastronomia-asturiano{
    background-size: 160% auto;
  }
  .hero-area-gastronomia-cocineros{
    background-size: 160% auto;
  }
  .hero-area-gastronomia-nopierdas{
    background-size: 160% auto;
  }
  .hero-area-ciudades {
    background-position: top 0px left 50%;
  }
  .hero-area-rural {
    background-position: top 0px left 50%;
  }
  .hero-area-rural-occidente {  
    background-size: 140% auto;
  }   
  .hero-area-rural-occidente-oscos {   
    background-size: 140% auto;
  }    
  .hero-area-rural-occidente-historico {  
    background-size: 140% auto;
  }   
  .hero-area-rural-occidente-narcea {  
    background-size: 140% auto;
  } 
  .hero-area-rural-centro {  
    background-size: 140% auto;
  } 
  .hero-area-rural-centro-bajo-nalon {  
    background-size: 140% auto;
  } 
  .hero-area-rural-centro-camin {  
    background-size: 140% auto;
  } 
  .hero-area-rural-centro-grado {  
    background-size: 140% auto;
  }  
  .hero-area-rural-centro-cuencas {
     background-size: 140% auto;
  }
  .hero-area-rural-oriente {
     background-size: 140% auto;
  }
  .hero-area-rural-oriente-sidra {
     background-size: 140% auto;
  }
  .hero-area-rural-oriente-cabrales {
     background-size: 140% auto;
  }
  .hero-area-camino {
    background-position: top 0px left 50%;
  }
  .hero-area-camino-primitivo {
    background-position: top 0px left 50%;
	background-size: 162% auto;
  }
  .hero-area-camino-norte {
    background-position: top 0px left 50%;
	background-size: 162% auto;	
  }  
  .hero-area-camino-conexion {
    background-position: top 0px left 50%;
	background-size: 170% auto;
  }  
  .hero-area-camino-conexion-primitivo {
    background-position: top 0px left 50%;
	background-size: 160% auto;
  }  
  .hero-area-camino-salvador {
    background-position: top 0px left 70%;
    background-size: 198% auto;
  } 
  .hero-area-camino-info {
    background-position: top 0px left 50%;
	background-size: 170% auto;
  }
  .hero-area-camino-albergues {
    background-position: top 0px left 50%;
	background-size: 170% auto;
  }
  .hero-area-agenda {
    background-position: top -55px left 50%;
  }
  .hero-area-agenda-resultados{
    background-size: 160% auto;
  }
  .hero-area-agenda-detalle{
    background-size: 160% auto;
  }
  .hero-area-agenda-gastronomia {
    background-size: 160% auto;
  }
  .hero-area-agenda-cultura {
    background-size: 160% auto;
  }
  .hero-area-agenda-fiestas {
    background-size: 160% auto;
  }
  .hero-area-agenda-cine {
    background-size: 160% auto;
  }
  .hero-area-agenda-deporte {
    background-size: 160% auto;
  }
  .hero-area-agenda-ocio {
    background-size: 160% auto;
  }
  .hero-area-agenda-otras {
    background-size: 160% auto;
  }
  .hero-area-organiza {
    background-size: 165% auto;
  }
  .hero-area-dormir {
    background-size: 165% auto;
  }  
  .hero-area-casonas {
    background-size: 165% auto;
  }  
  .hero-area-aldeas {
    background-size: 165% auto;
  }  
  .hero-area-alojarural {
    background-size: 165% auto;
  }  
  .hero-area-comer {
    background-size: 160% auto;
  }  
  .hero-area-mesas {
    background-size: 160% auto;
  }  
  .hero-area-sidrerias {
    background-size: 160% auto;
  } 
  .hero-area-descubre {
    background-size: 165% auto;
  }
  .hero-area-dondeir {
    background-size: 160% auto;
  } 
  .hero-area-rutas-coche {
    background-size: 160% auto;
  } 
  .hero-area-folletos {  
    background-size: 160% auto;
  }  
  .hero-area-oficinas {  
    background-size: 160% auto;
  }   
  .hero-area-FIT {  
    background-size: 160% auto;
  } 
  .hero-area-pasaporte {  
    background-size: 160% auto;
  }   
  .hero-area-pasaporte-eventos {  
    background-size: 160% auto;
  }
  .hero-area-entradas {  
    background-size: 160% auto;
  }   
  .hero-area-entradas-museos {
    background-size: 160% auto;
  }
  .hero-area-entradas-programacion {
    background-size: 160% auto;
  }     
  .hero-area-llegar {  
    background-size: 160% auto;
  }     
  .hero-area-llegar-coche {  
    background-size: 160% auto;
  }     
  .hero-area-llegar-bus {  
    background-size: 160% auto;
  }    
  .hero-area-llegar-tren {  
    background-size: 160% auto;
  }    
  .hero-area-llegar-avion {  
    background-size: 160% auto;
  }      
  .hero-area-llegar-barco {  
    background-size: 160% auto;
  }     
  .hero-area-ofertas {  
    background-size: 160% auto;
  }       
  .hero-area-reservas {  
    background-size: 160% auto;
  }    
  .hero-area-noticias {  
    background-size: 160% auto;
  }     
  .hero-area-noticias-detalle {  
    background-size: 160% auto;
  }
  .hero-area-cuadro-titulos {
    padding: 1em;
  }
  .hero-area-cuadro-titulos h2 {
    font-size: 35px;
    margin: 2em 0.5em;
  }
  .goto .goto-content h2 {
    font-size: 22px;
  }
  .goto {
    background-position: 50%;
  }  
  .pricing-tables .pricing-table {
    margin-bottom: 30px;
  }
  #blog .blog-item-text h3 {
    font-size: 18px;
  }
  #blog .blog-item-text .meta-tags span {
    margin-right: 5px;
  }
  .counters .facts-item {
    margin-bottom: 30px;
  }
  #contact .section-title {
    font-size: 22px;
  }
  #subscribe .sub_btn {
    min-width: 120px;
  }
  .social-icons ul li a {
    width: 25px;
    height: auto;
    line-height: 25px;
  }
  .idiomas ul li a {
  margin: 7px;
  }
  .fixed-top {
    height: 70px;
	padding-top: 10px;
  }
  .overlay-goto .item-icon {
    height: 50px;
    width: 50px;
    line-height: 50px;
    font-size: 25px;  
  }
  .shot-item-goto h2 {
    font-size: 20px;
  }
  .form-fields-wrapper {
    max-width: 100% !important;
	margin-left: 2% !important;
  }  
  .portlet-search .form-search fieldset.aui-fieldset {
    width: 360px !important;
  }

  .portlet-search .form-search .aui-fieldset input {
    width: 280px !important;
  }
  .hero-area .buscador {
    padding: 40px 0px 0px 0px!important;
  }
  .portlet-search .search-layout .search-layout-content .taglib-page-iterator .page-links .next {
    margin: -10px 0px 0 0px !important;
  }
  .form-fields-wrapper {
    max-width: 100% !important;
    margin-left: 2% !important;
  }
  .portlet-search .portlet-borderless-container {
    width: 370px!important;
  }
  .aui-layout {
    width: 98% !important;
  }
  .portlet-search .portlet-borderless-container {
    width: 375px !important;
  }
  .portlet-search .search-layout .search-layout-content {
    padding: 0 5px 5px 0 !important;
  }
  .portlet-search .search-layout .search-layout-content .taglib-page-iterator .search-results {
    padding: 10px 0 0 3px !important;
  }
  .portlet-search .search-layout .search-layout-content .taglib-page-iterator .page-links .previous {
    margin: -10px 0 0 3px !important;
  } 
  .portlet-search .form-search .aui-fieldset #_3_search {
    width: 32px !important;
    display: inline-block;
  }
  .aui-button-content{
    display: inline-block;
  }
  .aui-button aui-button-submit{
    display: inline-block;
  }
  .portlet-search .search-layout .search-layout-content .result {
	margin: 0 !important;
  }
  .portlet-search .search-layout .search-layout-content #_3_facetNavigation {
    background: #fff !important;
  }
  .portlet-search .search-layout .search-layout-content .aui-column-first {
    padding: 0 !important;
    margin: 0 !important;
    position: static !important;
    float: none !important;
    width: 100% !important;
  }
  .aui-column-content {
    padding: 0 0 5px 0 !important;
  }
  .portlet-search .search-layout .search-layout-content #_3_facetNavigation .search-facet {
    padding: 5px !important;
  }
  .portlet-search .search-layout .search-layout-content #_3_facetNavigation .search-facet .facet-value {
    float: left !important;
    margin: 0 5px 5px 0 !important;
  }
  .portlet-search .search-layout .search-layout-content #_3_facetNavigation .search-facet .current-term {
    padding: 0 15px !important;
  }
  .filter-button-toggle-wrapper {
    float: right;
    clear: both;
  }
  #filter-button-toggle {
    display: block;
    width: 32px;
    height: 32px;
    background: url(/infoasturias-theme/css/images/categories-icon.png) scroll no-repeat 0 0 transparent;
    text-indent: -1000px;
    margin: 10px;
  }
  .modal-dialog {
    margin: 45% auto !important;
    max-width: 370px !important;
  }
  .button-title {
    font-size: 19px;
  }
  .search-box-page {
    margin: 0px 1px 20px 45px;
  }  
  .embedly-youtube iframe{
	height: 200px !important;
  }
  .play{
    top: 33% !important;
    left: 41% !important;
  }
  #slide-box {
    height: 115px !important;
  }
  #slide-box ol {
    top: 5.3em;
  }
  #slide-box ul li img {
    padding-left: 0em;
  }
}


/* ------------------------------------------------------------------------------
	App
-------------------------------------------------------------------------------*/
.hero-area .contents-app {
    padding: 180px 80px;
}
.banner .mask {
	background-color: rgba(33, 33, 33, .5);
	min-height: 900px;
}
.banner-text {
	padding-top: 20%;
}
.banner-text span {
	font-weight: 300;
    font-size: 40px;
    line-height: 50px;
}
.banner-text p {
	color: #fff;
	font-size: 16px;
	font-weight: 300;
	line-height: 24px;
	margin-bottom: 7%;
	margin-top: 5%;
}
.banner-img {
	position: relative;
}
.banner-btn a {
	margin-right: 15px;
	display:inline-block
}
.banner-btn a:hover {
	opacity: 0.7;
}
.img-responsive {
    display: block;
    max-width: 100% !important;
    height: auto;
    margin: auto;
}
.hero-area-app {
  background: url(/documents/11022/4116823/home.jpg) fixed no-repeat;
  background-position: top 0px left 50%;
}
.video-app{
    margin: 2% 0 7% 0;
}
#features1 {
	background-color:#e4f3e0;
}
.left {
	text-align:right;
	padding-right:5%;
}
.middle {
	padding-left:3.5%;
}
.right {
	padding-left:5%;
}
#features1 .icon-app {
  display: inline-block;
  width: 60px;
  height: 60px;
  border-radius: 4px;
  text-align: center;
  position: relative;
  z-index: 1;
  font-size: 40px;
  color: #f39c12;
}
.features1-content {
	margin-top:10%;
}
.features1-content h4 {
	text-transform:uppercase;
	letter-spacing:1px;
	margin-top:20px;
	font-weight: 500;
}
.features1-content p {
	font-size:16px;
	font-weight: 300;
	line-height: 21px;
	letter-spacing:1px;
	margin-top:24px;
}
.features2 {
	padding-bottom:0;
}
.features2-content {
	margin-top:15%;
}
.features2-content img {
	bottom: -100px;
}
.features2-content p {
	font-family: "Roboto", sans-serif;
	font-size:17px;
	font-weight: 300;
	line-height: 21px;
	letter-spacing:1px;
	margin: 7% 0 7% 0;
}
.features2-content ul {
	margin-top:7%;
	line-height:36px;
	font-weight: 300;
}
.features3-content p {
	font-size:16px;
	font-weight: 300;
	line-height: 21px;
	letter-spacing:1px;
	margin: 5% 0 5% 0;
}
.features3-content ul {
	margin-top:7%;
	line-height:36px;
	font-weight: 300;
	list-style:none;
}
.features3 {
	background-color:#e4f3e0;
	padding-bottom:0;
	padding-top: 75px;
}

.features3-content h4 {
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-top: 20px;
    font-weight: 500;
}
.overlay-app {
    background-color: rgba(13, 103, 14, 0.9);
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
}
.subscribe {
	width:100%;
	background-image:url('');
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: 50% 0;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	position: relative;
}
.subscribe h2 {
	margin-top: 0;
	color: #fff;
	letter-spacing:2px;
}
.subscribe span {
	font-weight:300;
}
.subscribe h3 {
	margin-bottom: 30px;
	font-size:24px;
	font-weight:100;
	color: #fff;
	letter-spacing:1px;
}
.subscribe p {
	margin:5% 10% 3% 10%;
	color: #fff;
	font-size:16px;
	line-height:21px;
	font-weight: 300;
	letter-spacing:1px;
}
#owl-demo .item {
	text-align:center;
}
.container-app #owl-demo .item img {
    width: inherit;
}
@media screen and (max-width: 1280px) {
	.owl-carousel .owl-wrapper-outer {
		margin-left: 2%;
	}
}
@media screen and (max-width: 1024px) {
	.owl-carousel .owl-wrapper-outer {
		margin-left: 4%;
	}
}
@media screen and (max-width: 768px) {
	.hero-area .contents-app {
		padding: 130px 30px;
	}
	 .banner-text {
	 padding-top: 30%;
	 text-align: center;
	}
	 .banner-text p {
	 font-size: 18px;
	}
	.banner-img {
	 margin:auto;
	 width: 60%;
	}
	 .banner-btn a {
	 margin-bottom: 100px;
	}
	#overview {
	text-align:center;
	}
	.overview-content p {
	padding-right:0px;
	}
	#features {
	text-align:center;
	}
	.features1-content {
	 margin-top: 5%;
	}
	.left {
	 text-align:center;
	}
	.right {
	 text-align:center;
	}
	.middle {
	 margin:auto;
	 margin-top:5%;
	 margin-bottom:5%;
	}
	.features2-content {
	 margin-top:0px;
	}
	.features3 img {
	 padding-left:0px;
	}
	.video-app{
		margin: 7% 0 7% 0;
	}
}
@media screen and (max-width: 640px) {
	.hero-area .contents-app {
		padding: 130px 30px;
	}
	 .banner-text h1 {
	 margin-top:70px;
	 font-size: 33px;
	 line-height:36px;
	}
	 .banner-btn a {
	 margin-bottom: 70px;
	}
	 .banner-text {
	 padding-top: 35%;
	 text-align: center;
	}
	.video-app{
		margin: 7% 0 7% 0;
	}
	.features3-content p {
		margin: 5% 10px 5% 0;
	}
}
@media screen and (max-width: 480px) {
	html{
	overflow-x: hidden;
	}
	.hero-area .contents-app {
		padding: 130px 30px;
	}
	 .banner-text {
	 padding-top: 10%;
	 text-align: center;
	}
	 .banner-btn a {
	 margin-bottom: 15px;
	}
	.video-app{
		margin: 7% 0 7% 0;
	}
	.owl-carousel .owl-wrapper-outer {
		margin-left: 14%;
	}
	.features3-content p {
		margin: 5% 10px 5% 0;
	}
}
/* ==========================================================================
  Slider banner
   ========================================================================== */
.carousel {
	height: 650px;
	margin: 30px 0;
}
.carousel-caption {
	z-index: 10;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 20px;
}
.carousel-caption p{
    font-size: 20px !important;
    line-height: 30px !important;
	padding: 0px 20px;
}
.carousel-caption .btn {
    text-shadow: none;
    background-color: #60a043;
    border-color: #60a043;
    border-radius: 10px;
	font-size: 14px;
}
.carousel-caption .btn:hover {
    opacity: 0.5;
}
.carousel .item {
	height: 650px;
	background-color: #fff;
}
.carousel-inner > .item > img {
	position: absolute;
	top: 0;
	left: 0;
	min-width: 100%;
	height: 650px;
}
#carousel-area {
	overflow: hidden;
	background: #2c3e50;
}
#carousel-area .carousel-item {
	background-size: 100%;
	background-size: cover;
	height: 650px;
}
#carousel-area .carousel-item .carousel-caption {
	top: 34%;
	right: 10%;
	left: 10%;
	text-shadow: none;
}
#carousel-area .carousel-item .carousel-caption h2 {
	font-weight: 100;
	font-size: 50px;
	line-height: 60px;
	-webkit-animation-name: zoomIn;
	animation-name: zoomIn;
	-webkit-animation-duration: 1.2s;
	animation-duration: 1.2s;
}
#carousel-area .carousel-item .carousel-caption p {
	color: #ffffff;
	font-size: 16px;
	font-weight: 400;
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown;
	-webkit-animation-duration: 1.4s;
	animation-duration: 1.4s;
}
#carousel-area .carousel-item .carousel-caption .btn {
	margin: 30px 15px;
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp;
	-webkit-animation-duration: 1.4s;
	animation-duration: 1.4s;
}
#carousel-area .carousel-control-next,
#carousel-area .carousel-control-prev {
	opacity: 1;
}
#carousel-area .carousel-control-next i,
#carousel-area .carousel-control-prev i {
	width: 48px;
	display: block;
	color: #fff;
	font-size: 24px;
	line-height: 48px;
	border: 2px solid #fff;
	background: transparent;
	border-radius: 2px;	
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
#carousel-area .carousel-control-next i:hover,
#carousel-area .carousel-control-prev i:hover {
	border: 2px solid #4676fa;
	background: #4676fa;
}
#carousel-area .carousel-indicators li:hover,
#carousel-area .carousel-indicators li.active {
	opacity: 1;
}
#carousel-area .carousel-indicators {
	bottom: 35px;
}
#slider-area {
	margin-top: -1px;
}
#slider-area .btn {
	margin-right: 15px;
}
#slider-area .large_white {
	color: #fff;
}
#slider-area .about-info p {
	color: #333;
}
.contents .head-title {
	text-transform: uppercase;
	font-size: 42px!important;
	font-weight: 700!important;
}
.contents h4 {
	font-size: 36px;
	line-height: 50px;
}
.contents .header-button .btn i {
	margin-left: 10px;
}
.intro-img {
	padding: 130px 0;
}
.intro-img img {
	display: block;
	height: auto;
	max-width: 100%;
}
@media (min-width: 768px) {
	.carousel-inner > .item > img {
		object-fit: cover;
	}
}
@media (min-width: 321px) and (max-width: 767px) {
	.carousel-inner > .item > img {
		height: 550px;
		object-fit: cover;
	}
	.carousel {
		height: 550px;
	}	
	.carousel-caption {
		bottom: 110px;
	}	
	.carousel-caption p {
		font-size: 18px !important;
		line-height: 25px !important;
		padding: 0px 15px;
	}
	.carousel-caption .btn {
		font-size: 12px;
		padding: 12px 22px;
	}
}
@media (max-width: 320px) {
	.carousel-inner > .item > img {
		height: 500px;
		object-fit: cover;
	}
	.carousel {
		height: 500px;
	}	
	.carousel-caption {
		bottom: 160px;
	}	
	.carousel-caption p {
		font-size: 14px !important;
		line-height: 24px !important;
		padding: 0px 12px;
	}	
	.carousel-caption .btn {
		font-size: 12px;
		padding: 10px 20px;
	}	
}
/* ------------------------------------------------------------------------------
	NOTICIAS HOME
-------------------------------------------------------------------------------*/
.webcontentportlet-news-menu-list-home-wrapper{
	background-color: #fdf9f3;
}
.news-menu-list-home-wrapper{
    width: 1170px;
    margin: 0 auto;
	margin-top: -40px;
}
.news-menu-list-home {
    overflow: hidden;
}
.webcontentportlet-portlet .components-wrapper {
    position: relative;
    z-index: 1;
    padding-bottom: 35px;
}
.news-menu-list-home .title-wrapper {
    padding-bottom: 15px;
}
.news-menu-list-home .title-wrapper .title {
    color: #42a429;
    text-shadow: none;
    font-size: 40px;
    font-weight: 300;
}
.news-menu-list-home .content-wrapper {
    overflow: hidden;
}
.news-menu-list-home .item-template .info .title {
    color: #375577;
    display: block;
    font-size: 25px;
    padding-bottom: 6px;
    font-weight: 600;
}
.news{
	background-color: #fdf9f3;
    border-bottom: 1px solid #ccc;
}
.news-menu-list-home .item-template .image-wrapper {
    overflow: hidden;
}
.news-menu-list-home .item-template .image-wrapper img{
    vertical-align: text-top;
	width: 100%;
}
.news-menu-list-home .item-template .info .date-wrapper {
    display: block;
    padding-bottom: 6px;
}
.news-menu-list-home .item-template .info .date-wrapper .date {
    font-size: 15px;
    color: #79b41c;
	font-weight: 500;
}
.news-menu-list-home .item-template .info .description {
	color: #000;
    font-size: 18px;
    display: block;
    margin-top: 40px;
	text-align: justify;
}
.news-menu-list-home .view-more a {
    background-color: #79b41c;
    border-radius: 5px;
    color: #fff;
    font-size: 17px;
    height: 30px;
    line-height: 17px;
    padding: 7px 15px;
    text-transform: uppercase;
    float: right;
    margin: 40px 20px;
}
.news-menu-list-home .item-template a:hover {
    opacity: 0.5;
}
.news-menu-list-home .item-template .info .description a{
	color: #79b41c;
    font-size: 18px;
    font-weight: 500;
	float: right;
}
.news-menu-list-home .item-template .info .description a:hover {
    opacity: 0.5;
}
@media screen and (max-width: 1024px) {
	.news-menu-list-home-wrapper {
		width: 100%;
	}
	.news-menu-list-home .item-template .info .title {
		font-size: 22px;
	}
}
@media screen and (max-width: 767px) {
	.news-menu-list-home .item-template .info .title {
		margin-top: 15px;
	}
}
/* ------------------------------------------------------------------------------
	Error 404
-------------------------------------------------------------------------------*/
  .hero-area-404 {
	background-position: top 50% left 50%;
	margin-bottom: -50px;
  }
  .hero-404-ES {
	background: url(/documents/11022/4116819/404.jpg) fixed no-repeat;
  }
  .hero-404-EN {
	background: url(/documents/11022/4116819/404-EN.jpg) fixed no-repeat;
  }
  .hero-404-FR {
	background: url(/documents/11022/4116819/404-FR.jpg) fixed no-repeat;
  }
  .hero-404-DE {
	background: url(/documents/11022/4116819/404-DE.jpg) fixed no-repeat;
  }
  .hero-404-IT {
	background: url(/documents/11022/4116819/404-IT.jpg) fixed no-repeat;
  }
  .hero-404-PT {
	background: url(/documents/11022/4116819/404-PT.jpg) fixed no-repeat;
  }
@media (min-width: 320px) {
  .hero-area .error404 {
    margin-bottom: 0em;
	padding: 15% 0%;
  }
  .hero-area-404 {
    background-position: top 0% left 53%;
	background-size: 233% auto;
  }
  .claim-404 {
    width: 100%;
    margin-bottom: 9em;
  }
  .search-404 .search-box-page{
	margin: 0 2em 0 0 !important;  
  }
  .search-box-page-404 #search-global #search-global-term {
    width: 200px;
  }
}
@media (min-width: 360px) {
  .hero-area .error404 {
    margin-bottom: 10px;
  }
  .hero-area-404 {
    background-position: top 0% left 50%;
	background-size: 220% auto;
  }
  .claim-404 {
    width: 100%;
    margin-bottom: 130px;
  }
  .search-404 .search-box-page{
	margin: 0 2em 0 0 !important;  
  }
  .search-box-page-404 #search-global #search-global-term {
    width: 200px;
  }
}
@media (min-width: 375px) {
  .hero-area .error404 {
    margin-bottom: 10px;
  }
  .hero-area-404 {
    background-position: top 0% left 50%;
	background-size: 220% auto;
  }
  .claim-404 {
    width: 100%;
    margin-bottom: 150px;
  }
  .search-404 .search-box-page{
	margin: 0 2em 0 0 !important;  
  }
  .search-box-page-404 #search-global #search-global-term {
    width: 200px;
  }
}
@media (min-width: 375px) and (orientation: landscape) {
  .hero-area-404 {
    background-size: 120% auto;
  }
  .claim-404 {
    width: 60%;
    margin-bottom: 12px;
  }
}
@media (min-width: 640px) {
  .hero-area-404 {
    background-position: top 50% left 23%;
    background-size: 128%;
  }
  .claim-404 {
    margin-bottom: 13%;
  }
  .hero-area .error404 {
    padding: 9% 8%;
    margin-bottom: 0px;
  }
  .search-404 h2, h5 {
    font-size: 35px;
  }
}
@media (min-width: 640px) and  (max-width: 767px) and (orientation: portrait) {
  .hero-area-404 {
    background-position: top 50% left 50%;
    background-size: 200%;
  }
  .claim-404 {
    margin-bottom: 75%;
  }
  .hero-area .error404 {
    padding: 15% 8%;
    margin-bottom: 0px;
  }
  .search-404 h2, h5 {
    font-size: 35px;
  }
}
@media (min-width: 768px) {
  .hero-area-404 {
    background-position: top 0% left 50%;
    background-size: 185%;
  }
  .claim-404 {
    margin-bottom: 70%;
  }
  .hero-area .error404 {
    padding: 10% 8%;
    margin-bottom: 0em;
  }
  .search-404 h2, h5 {
    font-size: 40px;
  }
}
@media (min-width: 768px) and (orientation: landscape) {
  .hero-area-404 {
    background-position: top 0% left 50%;
    background-size: 100%;
  }
  .claim-404 {
    margin-bottom: 10%;
  }
}
@media (min-width: 1024px) {
  .hero-area-404 {
    background-position: top 50% left 50%;  
	background-size: cover;
  }
  .hero-area .error404 {
    padding: 2em 5em;
	margin-bottom: 7em;
  }
  .search-box-page-404 {
    margin: 0;
  }
  .search-box-page-404 #search-global #search-global-term {
    width: 220px;
  }
  .search-404{
    height: auto;
    left: 0;
  }
  .claim-404 {
    width: 85%;
    vertical-align: middle;
    border-style: none;
    margin-bottom: 15em;
  }
}
@media only screen and (min-device-width: 1024px) and (min-device-height: 1366px) and (-webkit-min-device-pixel-ratio: 2){
  .hero-area-404 {
    background-position: top 0% left 50%;
    background-size: 190%;
  }
  .claim-404 {
    margin-bottom: 20em;
  }
  .hero-area .error404 {
    padding: 10em 2em;
    margin-bottom: 12em;
  }
  .search-404 h2, h5 {
    font-size: 50px;
  }
}
/* ------------------------------------------------------------------------------
	BUSCADOR INDIVIDUAL
-------------------------------------------------------------------------------*/
.webcontentsearchportlet-portlet .multicategories-style {
    text-align: right;
    position: relative;
    top: -10px;
    margin: 0 auto;
    background: #ded4af;
    width: 480px;
    border-radius: 5px;
	margin-bottom: 10px;
	left: 315px;
}
.webcontentsearchportlet-portlet .multicategories-style .form-fields-wrapper {
    display: inline-block;
    padding: 10px 5px 10px 10px;
}
.webcontentsearchportlet-portlet .multicategories-style input {
    background: none #fff;
    color: #666464;
    border: 0;
    padding: 1px 5px;
    border-radius: 5px 5px 5px 5px;
    vertical-align: middle;
    height: 32px;
    line-height: 32px;
	font-size: 15px;
    width: 185px;
}
.webcontentsearchportlet-portlet .multicategories-style .fields-wrapper {
    float: left;
}
.webcontentsearchportlet-portlet .multicategories-style .form-fields-wrapper .aui-field-wrapper {
    clear: none;
}
.webcontentsearchportlet-portlet .multicategories-style .aui-field {
    display: inline;
    float: left;
    margin-right: 5px;
}
.webcontentsearchportlet-portlet .multicategories-style .aui-field .aui-field-wrapper-content, .webcontentsearchportlet-portlet .multicategories-style .aui-field .aui-field-wrapper-content .aui-field-content {
    display: inline;
}
.webcontentsearchportlet-portlet .multicategories-style label {
    display: none;
}
.aui-field-element {
    position: relative;
}
.webcontentsearchportlet-portlet .multicategories-style .select {
    width: 225px;
    display: block;
    color: #666464;
	font-size: 15px;
}
.webcontentsearchportlet-portlet .multicategories-style .select .label {
    display: none;
}
.webcontentsearchportlet-portlet .multicategories-style .select .selected {
    cursor: pointer;
    display: block;
    line-height: 32px;
    text-align: left;
    padding: 1px 5px;
    border-radius: 5px 5px 5px 5px;
    border: 0;
    background: url(/infoasturias-theme/css/images/search/down_arrow_select.gif) no-repeat right top white;
    height: 32px;
}
.webcontentsearchportlet-portlet .multicategories-style .select ul {
    background: #ded4af;
    color: #e7ffc7;
    min-width: 223px;
    max-height: 300px;
    overflow: auto;
    list-style-type: none;
    margin-top: 17px;
    padding: 2px;
	position: absolute !important;
	z-index: 1004;
}
.webcontentsearchportlet-portlet .multicategories-style .select li {
    background: none #fff;
    color: #646666;
    border-top: 1px solid #646666;
	text-align: left;
	padding: 3px;
	font-size: 15px;
}
.webcontentsearchportlet-portlet .multicategories-style .select li:hover {
    cursor: pointer;
    opacity: 0.8;
	background: #d9f5d1;
}
.webcontentsearchportlet-portlet .multicategories-style .search-button {
    background: url(/infoasturias-theme/css/images/search/search-button.png) left center no-repeat transparent;
    border: 0;
    text-indent: -9999px;
    width: 32px;
}
@media (max-width: 320px){
	.webcontentsearchportlet-portlet .multicategories-style {
		width: 90%;
		left: 0;
	}
	.webcontentsearchportlet-portlet .multicategories-style .fields-wrapper {
		float: none;
	}
	.webcontentsearchportlet-portlet .multicategories-style input {
		margin-bottom: 10px;
	}
}
@media (max-width: 480px) and (min-width: 321px){
	.webcontentsearchportlet-portlet .multicategories-style {
		width: 80%;
		left: 0;
	}
	.webcontentsearchportlet-portlet .multicategories-style .fields-wrapper {
		float: none;
	}
	.webcontentsearchportlet-portlet .multicategories-style input {
		margin-bottom: 10px;
	}
}
@media (max-width: 767px) and (min-width: 600px){
	.webcontentsearchportlet-portlet .multicategories-style {
		width: 82%;
		left: 0;
		margin-bottom: 0;
	}
}
@media (max-width: 1023px) and (min-width: 768px){
	.webcontentsearchportlet-portlet .multicategories-style {
		width: 65%;
		left: 0;
		margin-bottom: 0;		
	}
}
@media (max-width: 1200px) and (min-width: 1024px){
	.webcontentsearchportlet-portlet .multicategories-style {
		width: 48%;
		left: 0;
		margin-bottom: 0;		
	}
}
/* ------------------------------------------------------------------------------
	BUSCADOR DONDE COMER
-------------------------------------------------------------------------------*/
.webcontentsearchportlet-portlet.donde-comer .multicategories-style {
	width: 1128px;
    text-align: right;
    position: static;
    top: 0;
    right: 0;
    margin: 0 auto;
    background: #ded4af !important;
    padding-top: 8px;
	    margin-bottom: 10px;
}
.webcontentsearchportlet-portlet.donde-comer .multicategories-style .content-wrapper {
    padding-bottom: 8px;
    background: url(/infoasturias-theme/css/images/maps/map-bottom.png) no-repeat scroll left bottom transparent;
}
.webcontentsearchportlet-portlet.donde-comer .multicategories-style .content-wrapper form {
    background: #fff;
    padding: 11px;
}
.webcontentsearchportlet-portlet.donde-comer .multicategories-style input {
    background-color: #fff;
    color: #000;
    border: 0;
    padding: 1px 5px;
    border-radius: 5px 5px 5px 5px;
    vertical-align: middle;
    height: 32px;
    line-height: 32px;
    font-size: 15px;
    width: 158px;
}
.webcontentsearchportlet-portlet.donde-comer .multicategories-style .content-wrapper form .form-fields-wrapper {
    overflow: hidden;
    display: inline-block;
    margin-right: 0;
    display: block;
    padding: 0;
}
.webcontentsearchportlet-portlet.donde-comer .multicategories-style .content-wrapper form .form-fields-wrapper .fields-wrapper {
    background: #e2ded4;
    padding: 6px 5px 6px 10px;
    float: left;
    width: 960px;
}
.webcontentsearchportlet-portlet.donde-comer .multicategories-style .form-fields-wrapper .aui-field-wrapper {
    height: 45px;
    line-height: 45px;
    max-width: 185px;
}
.webcontentsearchportlet-portlet.donde-comer .multicategories-style .form-fields-wrapper .categoryWrapper {
    display: block;
    color: #666464;
    font-size: 15px;
	line-height: 30px;
}
.webcontentsearchportlet-portlet.donde-comer .multicategories-style .form-fields-wrapper .categoryWrapper .select {
	width: 130px;
    color: #000;
    margin-right: 2px;
}
.webcontentsearchportlet-portlet.donde-comer .multicategories-style .form-fields-wrapper .categoryWrapper .select ul {
    background: #ded4af;
    color: #e7ffc7;
    min-width: 223px;
    max-height: 300px;
    overflow: auto;
    list-style-type: none;
    margin-top: 0px;
    padding: 2px;
    position: absolute !important;
    z-index: 1004;
}
.webcontentsearchportlet-portlet.donde-comer .multicategories-style .form-fields-wrapper .secondCategoryWrapper {
    display: block;
    color: #666464;
    font-size: 15px;
	line-height: 30px;
}
.webcontentsearchportlet-portlet.donde-comer .multicategories-style .form-fields-wrapper .secondCategoryWrapper .select {
	width: 130px;
    color: #000;
    margin-right: 2px;
}
.webcontentsearchportlet-portlet.donde-comer .multicategories-style .form-fields-wrapper .secondCategoryWrapper .select ul{
    background: #ded4af;
    color: #e7ffc7;
    min-width: 223px;
    max-height: 300px;
    overflow: auto;
    list-style-type: none;
    margin-top: 0px;
    padding: 2px;
    position: absolute !important;
    z-index: 1004;
}
.webcontentsearchportlet-portlet.donde-comer .multicategories-style .select .selected {
    background-color: #fff;
    border-color: #fff;
    background-image: url(/infoasturias-theme/css/images/search/down_arrow_select_black.gif);
    margin-top: 8px;
    margin-left: 0;
}
.webcontentsearchportlet-portlet.donde-comer .multicategories-style .wrapper-checkbox {
    height: 45px;
    line-height: 45px;
    background: #fff;
    color: #000;
    margin-right: 0;
    padding-left: 5px;
    padding-right: 10px;
    border-radius: 0;
}
.webcontentsearchportlet-portlet.donde-comer .multicategories-style .wrapper-checkbox .estrella-michelin {
    background: url(/infoasturias-theme/css/images/content/michelin-star-icon.png) right center no-repeat;
	width: 65px;
    display: block;
    text-align: left;
}
.webcontentsearchportlet-portlet.donde-comer .multicategories-style .wrapper-checkbox .estrella-michelin input{
	background-color: #fff;
    color: #000;
    border: 0;
    padding: 1px 5px;
    border-radius: 5px 5px 5px 5px;
    vertical-align: middle;
    height: 32px;
    line-height: 32px;
    font-size: 15px;
    width: 15px;
}
.webcontentsearchportlet-portlet.donde-comer .multicategories-style .wrapper-checkbox .mesas-asturias {
    background: url(/infoasturias-theme/css/images/content/asturian-table-quality-icon.png) right center no-repeat;
    width: 80px;
    display: block;
    text-align: left;
}
.webcontentsearchportlet-portlet.donde-comer .multicategories-style .wrapper-checkbox .mesas-asturias input{
	background-color: #fff;
    color: #000;
    border: 0;
    padding: 1px 5px;
    border-radius: 5px 5px 5px 5px;
    vertical-align: middle;
    height: 32px;
    line-height: 32px;
    font-size: 15px;
    width: 15px;
}
.webcontentsearchportlet-portlet.donde-comer .multicategories-style .wrapper-checkbox .sidrerias-de-asturias {
    background: url(/infoasturias-theme/css/images/content/sidreriadeasturiasmarca.png) right center no-repeat;
	width: 85px;
    display: block;
    text-align: left;
}
.webcontentsearchportlet-portlet.donde-comer .multicategories-style .wrapper-checkbox .sidrerias-de-asturias input{
	background-color: #fff;
    color: #000;
    border: 0;
    padding: 1px 5px;
    border-radius: 5px 5px 5px 5px;
    vertical-align: middle;
    height: 32px;
    line-height: 32px;
    font-size: 15px;
    width: 15px;
}
.webcontentsearchportlet-portlet.donde-comer .multicategories-style .wrapper-checkbox .q-de-calidad {
    background: url(/infoasturias-theme/css/images/content/tourism-quality-icon.png) right center no-repeat;
	width: 65px;
    display: block;
    text-align: left;
}
.webcontentsearchportlet-portlet.donde-comer .multicategories-style .wrapper-checkbox .q-de-calidad input{
	background-color: #fff;
    color: #000;
    border: 0;
    padding: 1px 5px;
    border-radius: 5px 5px 5px 5px;
    vertical-align: middle;
    height: 32px;
    line-height: 32px;
    font-size: 15px;
    width: 15px;
}
.webcontentsearchportlet-portlet.donde-comer .multicategories-style .wrapper-checkbox .menu-celiacos {
    background: url(/infoasturias-theme/css/images/content/celiac-menu-icon.png) right center no-repeat;
    width: 60px;
	margin-left: 3px;
    display: block;
    text-align: left;
}
.webcontentsearchportlet-portlet.donde-comer .multicategories-style .wrapper-checkbox .menu-celiacos input{
	background-color: #fff;
    color: #000;
    border: 0;
    padding: 1px 5px;
    border-radius: 5px 5px 5px 5px;
    vertical-align: middle;
    height: 32px;
    line-height: 32px;
    font-size: 15px;
    width: 15px;
}
.webcontentsearchportlet-portlet.donde-comer .multicategories-style .wrapper-checkbox .accesible {
    width: 53px;
    display: block;
    text-align: left;
    background: url(/infoasturias-theme/css/images/search/accessibility-icon-27x27.png) right center no-repeat;
}
.webcontentsearchportlet-portlet.donde-comer .multicategories-style .wrapper-checkbox .accesible input{
	background-color: #fff;
    color: #000;
    border: 0;
    padding: 1px 5px;
    border-radius: 5px 5px 5px 5px;
    vertical-align: middle;
    height: 32px;
    line-height: 32px;
    font-size: 15px;
    width: 15px;
}
.webcontentsearchportlet-portlet.donde-comer .multicategories-style .content-wrapper form .form-fields-wrapper .button-wrapper {
    background: #e2ded4;
    padding: 6px 17px 8px 17px;
    float: right;
	height: 57px;
	width: 140px;
}
.webcontentsearchportlet-portlet.donde-comer .multicategories-style .search-button {
    width: auto;
    text-indent: inherit;
    padding-left: 35px;
    padding-right: 16px;
    background-color: #68b252;
    color: #fff;
    text-shadow: 0 0 transparent;
    background-image: url(/infoasturias-theme/css/images/search/search-button-square.png);
}
@media (max-width: 320px){
	.webcontentsearchportlet-portlet.donde-comer .multicategories-style  {
		width: 100%;
	}
	.webcontentsearchportlet-portlet.donde-comer .multicategories-style .content-wrapper form .form-fields-wrapper .fields-wrapper {
		width: 100%;
	}
	.webcontentsearchportlet-portlet.donde-comer .multicategories-style .content-wrapper form .form-fields-wrapper .button-wrapper {
		background: #fff;
		padding: 6px 0px 8px 0px;
	}
	.webcontentsearchportlet-portlet.donde-comer .multicategories-style input {
		width: 276px;
	}	
	.webcontentsearchportlet-portlet.donde-comer .multicategories-style .form-fields-wrapper .categoryWrapper {
		width: 100%;
		max-width: 100% !important;
	}	
	.webcontentsearchportlet-portlet.donde-comer .multicategories-style .form-fields-wrapper .categoryWrapper .select {
		width: 100%;
	}
	.webcontentsearchportlet-portlet.donde-comer .multicategories-style .form-fields-wrapper .secondCategoryWrapper {
		width: 100%;
		max-width: 100% !important;
		margin-bottom: 10px;
	}
	.webcontentsearchportlet-portlet.donde-comer .multicategories-style .form-fields-wrapper .secondCategoryWrapper .select {
		width: 100%;
	}
	.webcontentsearchportlet-portlet.donde-comer .multicategories-style .wrapper-checkbox {
		width: 138px;
	}
}
@media (max-width: 374px) and (min-width: 321px){
	.webcontentsearchportlet-portlet.donde-comer .multicategories-style  {
		width: 100%;
	}
	.webcontentsearchportlet-portlet.donde-comer .multicategories-style .content-wrapper form .form-fields-wrapper .fields-wrapper {
		width: 100%;
	}
	.webcontentsearchportlet-portlet.donde-comer .multicategories-style .content-wrapper form .form-fields-wrapper .button-wrapper {
		background: #fff;
		padding: 6px 0px 8px 0px;
	}
	.webcontentsearchportlet-portlet.donde-comer .multicategories-style input {
		width: 316px;
	}	
	.webcontentsearchportlet-portlet.donde-comer .multicategories-style .form-fields-wrapper .categoryWrapper {
		width: 100%;
		max-width: 100% !important;
	}	
	.webcontentsearchportlet-portlet.donde-comer .multicategories-style .form-fields-wrapper .categoryWrapper .select {
		width: 100%;
	}
	.webcontentsearchportlet-portlet.donde-comer .multicategories-style .form-fields-wrapper .secondCategoryWrapper {
		width: 100%;
		max-width: 100% !important;
		margin-bottom: 10px;
	}
	.webcontentsearchportlet-portlet.donde-comer .multicategories-style .form-fields-wrapper .secondCategoryWrapper .select {
		width: 100%;
	}
	.webcontentsearchportlet-portlet.donde-comer .multicategories-style .wrapper-checkbox {
		width: 157px;
	}
}
@media (max-width: 400px) and (min-width: 375px){
	.webcontentsearchportlet-portlet.donde-comer .multicategories-style  {
		width: 100%;
	}
	.webcontentsearchportlet-portlet.donde-comer .multicategories-style .content-wrapper form .form-fields-wrapper .fields-wrapper {
		width: 100%;
	}
	.webcontentsearchportlet-portlet.donde-comer .multicategories-style .content-wrapper form .form-fields-wrapper .button-wrapper {
		background: #fff;
		padding: 6px 0px 8px 0px;
	}
	.webcontentsearchportlet-portlet.donde-comer .multicategories-style input {
		width: 329px;
	}	
	.webcontentsearchportlet-portlet.donde-comer .multicategories-style .form-fields-wrapper .categoryWrapper {
		width: 100%;
		max-width: 100% !important;
	}	
	.webcontentsearchportlet-portlet.donde-comer .multicategories-style .form-fields-wrapper .categoryWrapper .select {
		width: 100%;
	}
	.webcontentsearchportlet-portlet.donde-comer .multicategories-style .form-fields-wrapper .secondCategoryWrapper {
		width: 100%;
		max-width: 100% !important;
		margin-bottom: 10px;
	}
	.webcontentsearchportlet-portlet.donde-comer .multicategories-style .form-fields-wrapper .secondCategoryWrapper .select {
		width: 100%;
	}
	.webcontentsearchportlet-portlet.donde-comer .multicategories-style .wrapper-checkbox {
		width: 165px;
	}
}
@media (max-width: 480px) and (min-width: 401px){
	.webcontentsearchportlet-portlet.donde-comer .multicategories-style  {
		width: 100%;
	}
	.webcontentsearchportlet-portlet.donde-comer .multicategories-style .content-wrapper form .form-fields-wrapper .fields-wrapper {
		width: 100%;
	}
	.webcontentsearchportlet-portlet.donde-comer .multicategories-style .content-wrapper form .form-fields-wrapper .button-wrapper {
		background: #fff;
		padding: 6px 0px 8px 0px;
	}
	.webcontentsearchportlet-portlet.donde-comer .multicategories-style input {
		width: 368px;
	}	
	.webcontentsearchportlet-portlet.donde-comer .multicategories-style .form-fields-wrapper .categoryWrapper {
		width: 100%;
		max-width: 100% !important;
	}	
	.webcontentsearchportlet-portlet.donde-comer .multicategories-style .form-fields-wrapper .categoryWrapper .select {
		width: 100%;
	}
	.webcontentsearchportlet-portlet.donde-comer .multicategories-style .form-fields-wrapper .secondCategoryWrapper {
		width: 100%;
		max-width: 100% !important;
		margin-bottom: 10px;
	}
	.webcontentsearchportlet-portlet.donde-comer .multicategories-style .form-fields-wrapper .secondCategoryWrapper .select {
		width: 100%;
	}	
	.webcontentsearchportlet-portlet.donde-comer .multicategories-style .wrapper-checkbox {
		width: 184px;
	}
}
@media (max-width: 1023px) and (min-width: 768px){
	.webcontentsearchportlet-portlet.donde-comer .multicategories-style  {
		width: 100%;
	}
	.webcontentsearchportlet-portlet.donde-comer .multicategories-style .content-wrapper form .form-fields-wrapper .fields-wrapper {
		width: 100%;
	}
	.webcontentsearchportlet-portlet.donde-comer .multicategories-style .content-wrapper form .form-fields-wrapper .button-wrapper {
		background: #fff;
		padding: 6px 0px 8px 0px;
	}
	.webcontentsearchportlet-portlet.donde-comer .multicategories-style input {
		width: 552px;
	}	
	.webcontentsearchportlet-portlet.donde-comer .multicategories-style .form-fields-wrapper .categoryWrapper {
		width: 77%;
		max-width: 100% !important;
	}	
	.webcontentsearchportlet-portlet.donde-comer .multicategories-style .form-fields-wrapper .categoryWrapper .select {
		width: 100%;
	}
	.webcontentsearchportlet-portlet.donde-comer .multicategories-style .form-fields-wrapper .secondCategoryWrapper {
		width: 77%;
		max-width: 100% !important;
		margin-bottom: 10px;
	}
	.webcontentsearchportlet-portlet.donde-comer .multicategories-style .form-fields-wrapper .secondCategoryWrapper .select {
		width: 100%;
	}	
	.webcontentsearchportlet-portlet.donde-comer .multicategories-style .wrapper-checkbox {
		width: 184px;
	}
}
@media (max-width: 1200px) and (min-width: 1024px){
	.webcontentsearchportlet-portlet.donde-comer .multicategories-style  {
		width: 100%;
	}
	.webcontentsearchportlet-portlet.donde-comer .multicategories-style .content-wrapper form .form-fields-wrapper {
		background-color: #e2ded4;
	}
	.webcontentsearchportlet-portlet.donde-comer .multicategories-style .content-wrapper form .form-fields-wrapper .fields-wrapper {
		width: 100%;
	}
	.webcontentsearchportlet-portlet.donde-comer .multicategories-style .content-wrapper form .form-fields-wrapper .button-wrapper {
		background: #e2ded4;
		margin-right: 0px;
	}
	.form-fields-wrapper {
		margin-left: 0% !important;
	}	
}

/* ------------------------------------------------------------------------------
	BANNER ACORDEON
-------------------------------------------------------------------------------*/
.flex-container {
  position: relative;
  height: 61vh;
  width: 104%;
  display: -webkit-flex;
  /* Safari */
  display: flex;
  overflow: hidden;
}
.flex-title {
  color: #f1f1f1;
  position: relative;
  font-size: 25px;
  margin: auto;
  text-align: center;
  top: 3%;
  padding: 20px;
  text-shadow: 3px 3px 4px rgba(0, 0, 0, 0.9);
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
.flex-about {
    opacity: 0;
    background-color: rgba(0, 0, 0, 0.5);
    position: relative;
    float: right;
    width: 38%;
    height: 105%;
    padding: 3%;
    top: -14%;
    text-align: justify;
		-webkit-transition: all 500ms ease;
		-moz-transition: all 500ms ease;
		-ms-transition: all 500ms ease;
		-o-transition: all 500ms ease;
		transition: all 500ms ease;
}
.flex-about span{
	color: #fff;
	font-size: 16px !important;
	line-height: 1.3 !important;
}
.flex-about-contact {
	margin-right: 64px !important;
}
.flex-enlace {
    opacity: 0;
    background-color: rgba(0, 0, 0, 0.5);
    position: relative;
	float: right;
    width: 70px;
    height: 70px;
	border: 1px solid #d8d8d8;;
    line-height: 1.6;
    font-size: 2.6em;
    color: #d8d8d8;;
    top: 65%;
    left: 35%;
    margin: auto;
    text-align: center;
    cursor: pointer;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}
.flex-enlace a{
    color: #d8d8d8;;
}
.flex-enlace a:hover{
    opacity: 0.6;
}
.flex-slide {
  -webkit-flex: 1;
  /* Safari 6.1+ */
  -ms-flex: 1;
  /* IE 10 */
  flex: 1;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
.about {
  background: url(/documents/11022/4116809/acordeon-ciudades.jpg) no-repeat;
  background-size: cover;
  background-position: top 0% left 15%;
  box-shadow: -12px 0px 12px rgba(0, 0, 0, 0.5);
}
.work {
  background: url(/documents/11022/4116809/acordeon-reservas.jpg)  no-repeat;
  background-size: cover;
  background-position: top 0% left 70%;
  box-shadow: -12px 0px 12px rgba(0, 0, 0, 0.5);  
}
.contact {
  background: url(/documents/11022/4116809/acordeon-covadonga.jpg) no-repeat;
  background-size: cover;
  background-position: top 0% left 120%;
  box-shadow: -12px 0px 12px rgba(0, 0, 0, 0.5);  
}
.flex-slide:hover {
  -webkit-flex-grow: 3;
  flex-grow: 3;
}
.home {
    background: url(/documents/11022/4116809/acordeon-rural.jpg) no-repeat;
    background-size: cover;
    background-position: top 0% left -10%;
    margin-left: -2%;
}
@media screen and (min-width: 1025px) and (max-width: 1280px) {
  .flex-container {
    height: 47vh;
    width: 105%;
  }
  .flex-title {
    font-size: 22px;
  }
  .flex-about {
	width: 45%;
    top: -15%;
  }
  .flex-about span {
    font-size: 14px !important;
  }
  .flex-enlace {
    width: 50px;
    height: 50px;
    line-height: 1.3;
    font-size: 2.3em;
	left: 42%;
  }
  .flex-about-contact {
    margin-right: 63px !important;
  }  
  .home {
    margin-left: -3%;
  }
}
@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  .flex-container {
    height: 26vh !important;
    width: 100% !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .flex-container {
    height: 47vh;
    width: 100%;
  }
  .flex-title {
    font-size: 20px;
  }
  .flex-about {
	width: 47%;
    top: -22%;
  }
  .flex-about span {
    font-size: 13px !important;
  }
  .flex-about-contact {
    margin-right: 0px !important;
  }  
  .flex-enlace {
    width: 50px;
    height: 50px;
    line-height: 1.3;
    font-size: 2.3em;
	left: 42%;
  }
  .home {
    margin-left: 2%;
  }
}
@media screen and (max-width: 768px) {
  .flex-container {
    flex-direction: column;
	width: 100%;
	height: 67vh;
  }
  .flex-slide:hover {
    -webkit-flex-grow: 4;
    flex-grow: 4;
  }
  .flex-title {
    font-size: 20px;
  }
  .flex-about {
    padding: 15px;
    border: 0px solid #f1f1f1;
    background-color: rgba(0, 0, 0, 0.5);
    position: relative;
    width: 80%;
	height: 52%;
    top: 0%;
	float: none;
    margin: auto;
    text-align: justify;
		-webkit-transition: all 500ms ease;
		-moz-transition: all 500ms ease;
		-ms-transition: all 500ms ease;
		-o-transition: all 500ms ease;
		transition: all 500ms ease;
  }
  .flex-about span {
    font-size: 15px !important;
  }
  .flex-enlace {
    width: 60px;
    height: 60px;
    border: 1px solid #fff;
    line-height: 1.8;
    font-size: 2em;
    top: 6%;
    left: -10%;
  }
  .flex-slide {
    overflow: auto;
    overflow-x: hidden;
  }
  .home {
    padding-left: 23px;
  }  
  .about {
	box-shadow: 0px -12px 12px rgba(0, 0, 0, 0.5); 
  }
  .contact {
	box-shadow: 0px -12px 12px rgba(0, 0, 0, 0.5); 
	margin-right: 0;
  }
  .work {
	box-shadow: 0px -12px 12px rgba(0, 0, 0, 0.5);  
  }
}
@media screen and (max-width: 640px) {
  .flex-container {
	height: 80vh;
    flex-direction: column;
	width: 100%;
  }
  .flex-title {
    font-size: 20px;
	top: 0%;
  }
  .flex-about {
    padding: 15px;
    border: 0px solid #f1f1f1;
    background-color: rgba(0, 0, 0, 0.5);
    position: relative;
    width: 90%;
	height: 75%;
    top: -22%;
	float: none;
    margin: auto;
    text-align: justify;
		-webkit-transition: all 500ms ease;
		-moz-transition: all 500ms ease;
		-ms-transition: all 500ms ease;
		-o-transition: all 500ms ease;
		transition: all 500ms ease;
  }
  .flex-about span {
    font-size: 14px !important;
  }
  .flex-enlace {
    width: 50px;
    height: 50px;
    line-height: 1.5;
    top: -18%;
    left: -5%;
  }
  .flex-slide {
    overflow: auto;
    overflow-x: hidden;
  }
  .home {
    padding-left: 13px;
  }
  .about {
	box-shadow: 0px -12px 12px rgba(0, 0, 0, 0.5); 
  }
  .contact {
	box-shadow: 0px -12px 12px rgba(0, 0, 0, 0.5); 
	margin-right: 0;
  }
  .flex-about-contact {
    margin-right: 18px !important;
  }
  .work {
	box-shadow: 0px -12px 12px rgba(0, 0, 0, 0.5);  
  }
}
@media screen and (max-width: 380px) {
  .flex-container {
	height: 51vh;
    flex-direction: column;
	width: 100%;
  }
  .flex-slide:hover {
    -webkit-flex-grow: 6;
    flex-grow: 6;
  }
  .flex-title {
    top: -14%;
  }
  .flex-about {
    padding: 10px;
	height: 81%;
  }
  .flex-enlace {
    top: -22%;
	left: -5%;
	width: 45px;
    height: 45px;
    line-height: 1.3;
  }
  .contact {
    margin-right: 0px;
  }
  .home {
    padding-left: 15px;
  }
  .flex-about-contact {
    margin-right: 0px !important;
    left: -18px;
  }
  .flex-about span {
    font-size: 13px !important;
  }
}

@media screen and (max-width: 380px) and (max-height: 800px) {
  .flex-container {
	height: 63vh !important;
  }
  .flex-slide:hover {
    -webkit-flex-grow: 6;
    flex-grow: 6;
  }
}
@media screen and (max-width: 380px) and (max-height: 680px){
  .flex-container {
    height: 65vh !important;
  }
}
@media screen and (max-width: 320px){
  .flex-container {
    height: 82vh !important;
  }
  .flex-title {
    top: -14%;
  }
}
@media screen and (min-width: 768px) {
  .home {
    -moz-animation: aboutFlexSlide;
    -moz-animation-duration: 3s;
    -moz-animation-iteration-count: 1;
    -moz-animation-delay: 0s;
    -webkit-animation: aboutFlexSlide;
    -webkit-animation-duration: 3s;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-delay: 0s;
    animation: aboutFlexSlide;
    animation-duration: 3s;
    animation-iteration-count: 1;
    animation-delay: 0s;
  }
}

@keyframes aboutFlexSlide {
  0% {
    -webkit-flex-grow: 1;
    flex-grow: 1;
  }
  50% {
    -webkit-flex-grow: 3;
    flex-grow: 3;
  }
  100% {
    -webkit-flex-grow: 1;
    flex-grow: 1;
  }
}
@media screen and (min-width: 768px) {
  .flex-title-home {
    top: 3%;
    -moz-animation: homeFlextitle;
    -moz-animation-duration: 3s;
    -moz-animation-iteration-count: 1;
    -moz-animation-delay: 0s;
    -webkit-animation: homeFlextitle;
    -webkit-animation-duration: 3s;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-delay: 0s;
    animation: homeFlextitle;
    animation-duration: 3s;
    animation-iteration-count: 1;
    animation-delay: 0s;
  }
}
.flex-about-home {
  opacity: 0;
}
@media screen and (min-width: 768px) {
  .flex-about-home {
    -moz-animation: flexAboutHome;
    -moz-animation-duration: 3s;
    -moz-animation-iteration-count: 1;
    -moz-animation-delay: 0s;
    -webkit-animation: flexAboutHome;
    -webkit-animation-duration: 3s;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-delay: 0s;
    animation: flexAboutHome;
    animation-duration: 3s;
    animation-iteration-count: 1;
    animation-delay: 0s;
  }
}
@keyframes flexAboutHome {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/* ------------------------------------------------------------------------------
	MAPA COMARCAS
-------------------------------------------------------------------------------*/
.donde-ir-wrapper-top {
    background: url(/infoasturias-theme/css/images/maps/map-top.png ) no-repeat top right;
    padding: 8px 0px;
    width: 1170px;
    margin: 0 auto;
}
.donde-ir-wrapper-bottom {
    background: url(/infoasturias-theme/css/images/maps/map-bottom.png ) no-repeat bottom left;
    padding-bottom: 8px;
}
.mapa-wrapper {
    position: relative;
    margin: 0 auto;
    text-align: center;
    background-color: #f9f8f4;
    padding: 13px 0;
}
.literal-mapa {
    position: absolute;
    left: 50px;
    top: 30px;
    text-transform: uppercase;
    color: #6aa339;
    font-weight: bold;
}
.literal-mapa-donde-ir-name {
    top: 60px !important;
    width: 400px;
    text-align: left;
	text-transform: none;
}
.comarcas{
	display:none;
}
@media screen and (max-width: 1024px) {
	.donde-ir-wrapper-top {
		width: 90%;
		max-width: 90%;
	}
	.mapa-wrapper img{
		max-width: 95%;
	}
}
@media screen and (max-width: 768px) {
	.donde-ir-wrapper-top {
		display:none;
	}
	.comarcas{
		display:block;
	}
}
/* ------------------------------------------------------------------------------
	MAPA CAMINO DE SANTIAGO
-------------------------------------------------------------------------------*/
  .box-map-wrapper.map-trail-wrapper .box-map-trail .box-map.map-trail .map-canvas {
    height: 475px;
  }
  .box-map-wrapper.map-trail-wrapper .box-map.map-trail .marker-wrapper .content-wrapper .title {
    font-weight: bold;
    font-size: 1.2em;
    margin: 0;
  }
  .box-map-wrapper.map-trail-wrapper .box-map.map-trail .marker-wrapper .content-wrapper.top {
    position: relative;
    top: -35px;
    margin: 0;
  }
  .box-map-wrapper.map-trail-wrapper {
    background: url(/infoasturias-theme/css/images/maps/map-top.png) scroll no-repeat right top transparent;
    padding-top: 8px;
	width: 1140px;
    max-width: 100%;
    margin: 0 auto;
  }
  .box-map-wrapper.map-trail-wrapper .box-map-trail {
    background: url(/infoasturias-theme/css/images/templates/map-background-top.png) scroll no-repeat left bottom transparent;
    padding-bottom: 8px;
  }
  .box-wrapper {
    margin-bottom: 20px;
  }
  .box-map {
    padding-top: 8px;
    background: url(/infoasturias-theme/css/images/templates/map-background-top.png) scroll no-repeat right top;
    position: relative;
  }
  .box-map-wrapper.map-trail-wrapper .box-map-trail .box-map.map-trail {
    background: #fff;
    padding: 13px;
  }
  .box-map-wrapper.map-trail-wrapper .subtitle-wrapper .title.on-map {
    position: absolute;
    color: #fff;
    text-shadow: none;
    letter-spacing: normal;
    top: 30px;
    left: 30px;
    z-index: 10;
    text-transform: uppercase;
    font-size: .85em;
    font-weight: bold;
  }
  
/* ------------------------------------------------------------------------------
	CONTACTO
-------------------------------------------------------------------------------*/
.portlet-nested-portlets .portlet-boundary {
    position: relative!important;
    top: 0!important;
    left: 0!important;
	background-color: #fff;
}
.contactportlet-portlet #contact .block .portlet-msg-error {
	position: relative;
	border: 1px solid #edece7;
	border-radius: 3px;
	height: 45px;
	background-color: #fff;
	width: fit-content;
	width: -moz-fit-content;	
	padding: 10px;
	box-shadow: 3px 3px 3px #bcb8b8;
	color: #c23939;
	top: -7px;
	z-index: 9999;
	left: 15px;
	margin: 0;
}
.portlet-msg-error, .lfr-message-error {
    background-image: url(/documents/11022/999015/error.png);
	background-repeat: no-repeat;
}
.portlet-msg-error {
	border-radius: 3px;
    height: 45px;
    background-color: #fc766a;
    padding: 12px;
    color: #fff;
    z-index: 9999;
    left: 15px;
    margin: 0 auto;
    margin-bottom: 30px;
    width: 35%;
    text-align: center;
}
.contactportlet-portlet {
    border: 0;
    padding: 0;
    margin: -20px 0px -35px 0px;
	background-color: #fff;
	position: relative;
}
.aui-field-input, .aui-field-labels-top .aui-field-input {
    float: none;
    width: 100%;
}
.contactportlet-portlet #contact {
    width: 35%;
	margin: 0 auto;
    background-color: #fff;	
}
.aui-field-input-text {
    border: 1px solid;
    border-color: #bfbfbf #dedede #dedede #bfbfbf;
    font: 1em Arial,Helvetica,Verdana,sans-serif;
    padding: 5px 20px;
}

.contactportlet-portlet #contact .block .aui-field {
    line-height: 24px;
    display: block;
    margin-bottom: 0;
}
.aui-field-content, .aui-button-holder {
    display: block;
}
.contactportlet-portlet #contact .block .aui-field label {
    display: none;
}
.contactportlet-portlet #contact .requiredtext {
    display: none;
}
.contactportlet-portlet #contact .mandatory .aui-field .aui-field-element .privacy label {
    display: inline;
    float: none;
	font-size: 12px;
	font-weight: 600;
	cursor: default;
}
.contactportlet-portlet #contact .mandatory .aui-field .aui-field-element .privacy input {
    display: inline;
    float: none;
    vertical-align: sub;
    width: 16px;
    height: 16px;
	cursor: pointer;	
}
.contactportlet-portlet #contact .block .aui-field .aui-field-element {
    display: block;
    width: 100%;
}
.aui-field-element {
    position: relative;
}
.contactportlet-portlet #contact .block .aui-field .aui-field-element input {
    border: 1px solid #666;
    border-radius: 8px;
    height: 40px;
    background-color: #fff;
    color: #000;
    font-size: 11pt;
	margin-bottom: 30px;
	box-shadow: 1px 1px 3px #ccc;
}
.contactportlet-portlet #contact .block .aui-field .aui-field-element textarea {

    border: 1px solid #666;
    border-radius: 8px;
    height: 80px;
    background-color: #fff;
    color: #000;
    font-size: 11pt;
    margin-bottom: 15px;
	box-shadow: 1px 1px 3px #ccc;
}
.contactportlet-portlet #contact .textarea-block .aui-field {
    vertical-align: top;
}
.contactportlet-portlet #contact .block .taglib-captcha {
    margin: 20px 0px;
    display: block;
}
.contactportlet-portlet #contact .block .taglib-captcha img {
    display: inline;
    line-height: 50px;
}
.contactportlet-portlet #contact .block .taglib-captcha .captcha {
    margin: 0;
}
.contactportlet-portlet #contact .block .taglib-captcha a {
    display: inline-block;
    vertical-align: middle;
    text-indent: -9000px;
    background: url(/contact-portlet/css/images/refresh/refresh.png) no-repeat;
    width: 16px;
    height: 16px;
    cursor: pointer;
}

.contactportlet-portlet #contact input[type="submit"], .contactportlet-portlet #contact input[type="button"], .contactportlet-portlet #contact input[type="reset"], .contactportlet-portlet #contact button {
	display: inline-block;
	position: relative;
	cursor: pointer;
	outline: none;
	white-space: nowrap;
	margin: 20px 0px 0px 0px;
	padding: 0 22px;
	font-size: 14px;
	height: 40px;
	line-height: 40px;
	background-color: #79b41c;
	color: #FFF;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
	border-radius: 4px;
	border: none;
}
.contactportlet-portlet #contact input[type="submit"]:hover, .contactportlet-portlet #contact input[type="button"]:hover, .contactportlet-portlet #contact input[type="reset"], .contactportlet-portlet #contact button:hover {
    opacity: 0.7;
}
.contactportlet-portlet .contact-send-ok {
    height: 150px;
	width: 50%;
	margin: 0 auto;
	text-align: center;
}
.contactportlet-portlet .contact-send-ok .text {
	margin-top: 20px;
	font-size: 15px;
	color: #666;
}
.contactportlet-portlet .contact-send-ok .button {
	display: inline;
	position: relative;
	cursor: pointer;
	outline: none;
	white-space: nowrap;
	margin: 0;
	padding: 10px 22px;
	font-size: 14px;
	height: 42px;
	line-height: 40px;
	background-color: #fc766a;
	color: #FFF;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
	border: none;
}
.contactportlet-portlet .contact-send-ok .button:hover {
    background-color: #f9a79f;
    color: #fff;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
}	
li.contact-telefono {
	background: url(/infoasturias-theme/css/images/contact/contact-phone-icon.png) no-repeat scroll left center transparent;
    font-size: 1.3em;
    color: #737373;
    height: 40px;
    display: block;
    margin-bottom: 10px;
    padding-left: 70px;
    font-weight: 400;	
}
li.contact-email {
    background: url(/infoasturias-theme/css/images/contact/contact-email-icon.png) no-repeat scroll left center transparent;
    font-size: 1.2em;
    height: 40px;
    display: block;
    margin-bottom: 10px;
    padding-left: 70px;
    font-weight: 400;
}
li.contact-email a{
    color: #5fa043;	
}
li.contact-email a:hover{
    color: #666666;
}

@media (max-width: 991px) {
	.contactportlet-portlet #contact {
		width: 80%;
		margin: 0 auto;

	}
	.contact-form{
		padding: 0;
	}
	li.contact-telefono {
		font-size: 1.2em;
	}
	li.contact-email {
		font-size: 1em;
	}
}
@media (max-width: 320px) {
	.contactportlet-portlet #contact {
		width: 80%;
		margin: 0 auto;

	}
	.contact-form{
		padding: 0;
	}	
	li.contact-telefono {
		font-size: 1.2em;
		padding-left: 55px;	
	}
	li.contact-email {
		font-size: 0.9em;
		padding-left: 55px;
	}
}
/* ------------------------------------------------------------------------------
	STORY BOX
-------------------------------------------------------------------------------*/
.text-intro{
	font-weight: 300;
    font-size: 22px;
    line-height: 1.7;
    color: #888;
}
.story-box {
    margin-bottom: 20px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.story-box .story-box-image {
	width: 70%;
	height: 500px;
	z-index: 2;
	overflow: hidden;
	-ms-flex-preferred-size: auto;
	flex-basis: auto;
}

.story-box .story-box-image img {
	display: block;
	height: auto;
	width: 100%;
	opacity: 1;
	transition: opacity .3s ease;
}

.story-box:hover .story-box-image img {
	opacity: .9;
 }

.story-box .story-box-info {
	box-sizing: border-box;
	width: 50%;
	height: 375px;
	padding: 60px;
	margin: 35px 0 0 -20%;
	background: #fff;
	z-index: 4;
	box-shadow: 0 10px 45px rgba(0,0,0,.1);
	transition: all ease-in .3s;
	-ms-flex-preferred-size: auto;
	flex-basis: auto;
}

.story-box.description-left .story-box-info {
	-ms-flex-order: -1;
	order: -1;
	margin: 35px -20% 0 0;
}

.story-box .story-box-info .story-title {
	font-size: 26px;
	line-height: 1.4;
	font-weight: 600;
	letter-spacing: 0;
	color: #000;
}

.story-box .story-box-info .story-box-content p {
	font-size: 18px;
    font-weight: 300;
    color: #666;
    line-height: 25px;
    text-align: justify;
}

.story-box .story-box-info .story-box-content a {
	font-size: 16px;
}

/* ------------------------------------------------------------------------------
	STORY BOX - RESPONSIVE
-------------------------------------------------------------------------------*/
@media (max-width: 991px) {

	.story-box .story-box-image {
		height: auto;
		width: 100%;
		height: 400px;
		-ms-flex-order: -1;
		order: -1;
	}

	.story-box.description-left .story-box-info {
		-ms-flex-order: -1;
		order: -1;
		margin: 35px -20% 0 0;
	}

	.story-box.description-left .story-box-info { margin: -40px 5% 0; }

	.story-box .story-box-info {
		max-width: 90%;
		height: auto;
		-ms-flex-preferred-size: 90%;
		flex-basis: 90%;
		margin: -40px 5% 0;
	}

	#side-panel-trigger { right: 40px !important; }
}


@media (max-width: 767px) {

	.story-box.description-left .story-box-info { margin: -100px 5% 0; }
	.story-box .story-box-info {
		padding: 35px;
		text-align: center;
		margin: -100px 5% 0;
	}
	.customers-count { border-right: none }
}

@media (max-width: 479px) {

	.story-box .story-box-info {
		width: 100%;
		padding: 15px;
		text-align: center;
		margin: -200px 5% 0;
	}
	.story-box.description-left .story-box-info { margin: -200px 5% 0; }

	ul.tab-nav:not(.tab-nav-lg) li a i {display: none;}
}