/* ==========================================================================
   FORM
   ========================================================================== */
input,
select,
textarea {
	border:1px solid #a9a9a9;
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	padding:5px;
}
input:hover,
input:focus,
input:active,
select:hover,
select:focus,
select:active,
textarea:hover,
textarea:focus,
textarea:active {
	border-color:#666;
}
span[data-link]{
	cursor: pointer;
}
/* Jquery SelectBoxIt (script selects) */
.pure-g .selectboxit-container {
	display:block;
}
.pure-g .selectboxit-container * {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
}
.pure-g .selectboxit-btn {
	background:none;
	border: 1px solid #a9a9a9;
	border-top-color: #a9a9a9;
	border-bottom-color: #a9a9a9;
}
.pure-g .selectboxit-container .selectboxit {
	width: 90% !important; /* Width of the dropdown button */
	border-radius:0;
}
.pure-g .selectboxit-btn.selectboxit-enabled:hover,
.pure-g .selectboxit-btn.selectboxit-enabled:focus,
.pure-g .selectboxit-btn.selectboxit-enabled:active {
	border-color:#666;
	color: #333333;
	background:none;
}

.pure-g .selectboxit-container .selectboxit-options {
	border-radius: 0;
	border-color:#666;
}
.pure-g .selectboxit-list > .selectboxit-focus > .selectboxit-option-anchor {
	color: #000;
	background:none;
}
.pure-g .selectboxit-option .selectboxit-option-anchor {
}
.pure-g .selectboxit-option .selectboxit-option-anchor:hover {
	background:#e2e2e2;
}


/* ==========================================================================
   MENU
   ========================================================================== */

::-moz-selection{
	color: #000;
	background-color: #99ff66;
}
::selection{
	color: #000;
	background-color: #99ff66;
}
/* Elementos CABECERA */
#header {
	position: fixed;
	top: 0;
	left: auto;
	right: auto;
	height: 57px;
	background: #222;
	width: 100%;
	font-family: 'Lato', sans-serif;
	font-weight: 200;
	font-size: 14px;
	opacity: 100;
	/*z-index: 20;*/
	z-index:40;
	min-width: 320px;
	text-align: left;
	/*display: table;*/
}

#header label {
	padding: .2em .5em;
	font-size: 34px;
}

#header #logo_cabecera  a:hover img {
	opacity: .6;
}

#header #logo_cabecera  img.drunkat {
	width: auto;
	max-height: 28px;
}

#header #formulario_cabecera {
	text-align: center;
	margin-left: 80px;
	margin-top: -7px;
}

#header #formulario_cabecera form {
	padding-top: 0px;
	float: left;
}

#header #idiomas_cabecera {
	width: 60px;
	margin-right: 40px;
	margin-top: 10px;
	float: right;
	color: #666;
	text-align: right;
	margin-top: 4px;
}

#header #idiomas_cabecera ul {
	margin: 0px;
	padding: 0px;
}

#header #idiomas_cabecera ul li {
	display: inline;
	margin-left: 10px;
}

#header #idiomas_cabecera ul li a {
	display: inline;
	color: #999;
	text-decoration: none;
	-webkit-transition: all .25s ease;
	transition: all .25s ease
}

#header #idiomas_cabecera ul li a:hover {
	opacity: .5;
}

#header #botones_cabecera ul li {
	text-align: center;
	padding: 0px;
	list-style: none;
}

#header #botones_cabecera ul li a, #header #botones_cabecera ul li button
{
	border: 1px solid #fff;
	padding: 10px;
	color: #fff;
	display: block;
	text-decoration: none;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	background-color: transparent;
}

#header #botones_cabecera ul li a:hover, #header #botones_cabecera ul li button:hover
{
	border: 1px solid #99ff66;
	background: none;
	color: #99ff66;
}

/* Elementos MENU */
#menu, #menu .sub-nav {
	font-family: 'Lato', sans-serif;
	position: fixed;
	top: 0;
	bottom: 0;
	width: 20.75em;
	background: #222;
	z-index: 9999;
	left: -20.75em;
	height: 100%;
	overflow-y: scroll;
	position: relative;
}

#menu ul {
	background: #222;
	text-decoration: none;
	padding: 0;
	list-style: none;
	margin-top: 1.2em;
}

#menu li a,
#menu li span[data-link] {
	display: block;
	font-size: 12px;
	padding-left: 2em;
	color: #fff;
	text-decoration: none;
	text-align: left;
}

#menu_responsive_tienda {
	display: none;
	top: 0;
	left: 50;
	height: 57px;
	text-transform: uppercase;
	font-size: 12px;
	position: absolute;
}

#menu_responsive_tienda p {
	color: #fff;
	display: inline-block;
	margin-left: 0px;
	margin-top: 21px;
}

#menu_responsive_tienda img {
	color: #fff;
	display: inline-block;
	margin-top: 18px;
	margin-left: 5px
}

#menu_responsive_tienda span {
	color: #99ff66;
	display: inline-block;
	margin-top: 18px;
	margin-left: 6px;
}

a #menu_responsive_tienda {
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	cursor: pointer;
}

#menu .recursivos{
	position: absolute;
	right: 10%;
	left: auto;
}

#menu .recursivos li{
	width: 230px;
}

a:hover #menu_responsive_tienda {
	color: #000;
}

#tienda-modal {
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 999999;
	background-color: rgba(00, 00, 00, 0.9);
	overflow-y: auto;
}

#tienda-modal p.menu {
	margin: 50px 0px 0px 0px;
	padding: 0px 0px 0px 20px;
	color: #555;
	text-transform: uppercase;
	text-align: left;
}

#tienda-modal .producto_responsive {
	padding: 0px 0px 10px 0px;
	margin: 0px;
}

#tienda-modal .producto_responsive {
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	text-decoration: none;
}

#tienda-modal .carrito_responsive {
	margin: 0px 0px 30px 0px;
	padding: 0px 0px 0px 0px;
	text-align: left;
}

#tienda-modal .carrito_responsive_imagen {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 20px;
	text-align: left;
}

#tienda-modal .carrito_responsive_nombre {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 20px;
	text-align: left;
	font-size: 18px;
	font-weight: 400;
	color: #fff;
}

#tienda-modal .carrito_responsive_nombre p.cantidad {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-align: left;
	font-size: 12px;
	font-weight: 200;
	color: #fff;
	color: #fff;
	outline: none;
	outline-color: none;
	outline-offset: none;
}

#tienda-modal .carrito_responsive_nombre p.cantidad strong {
	color: #99ff66;
	font-weight: 200;
	margin-right: 8px;
	margin-left: 8px;
}

#tienda-modal .carrito_responsive_nombre p.cantidad span {
	color: #666;
	font-weight: 200;
	font-size: 16px;
	background: #222;
	padding: 1px 6px 1px 6px;
	margin-top: 5px;
}

#tienda-modal .carrito_responsive_nombre a {
	text-decoration: none;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	text-decoration: none;
}

#tienda-modal .carrito_responsive_nombre a:hover {
	opacity: .7;
}

#tienda-modal .carrito_responsive_nombre p.gastos {
	color: #fff;
	text-transform: uppercase;
	font-size: 12px;
	margin-top: 30px;
	border-top: 1px solid #444;
	padding-top: 20px;
}

#tienda-modal .carrito_responsive_nombre p.gastos_total {
	color: #fff;
	text-transform: uppercase;
	font-size: 12px;
	margin-top: 5px;
}

#tienda-modal .carrito_responsive_precio {
	margin: 0px 0px 0px 0px;
	padding: 0px 20px 0px 0px;
	text-align: right;
	font-size: 16px;
	font-weight: 200;
	color: #fff;
}

#tienda-modal .carrito_responsive_precio p.euros {
	color: #888;
	text-transform: uppercase;
	font-size: 12px;
	margin-top: 30px;
	border-top: 1px solid #444;
	padding-top: 20px;
}

#tienda-modal .carrito_responsive_precio p.euros_total {
	color: #888;
	text-transform: uppercase;
	font-size: 18px;
	margin-top: 5px;
}

#tienda-modal .carrito_responsive_precio p.eliminar {
	font-size: 12px;
	color: #cb7403;
	padding-top: 10px;
	font-weight: 200;
	margin-top: 20px;
}

#tienda-modal .carrito_responsive_precio p.eliminar a {
	font-size: 12px;
	color: #fb4545;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

#tienda-modal .carrito_responsive_precio p.eliminar a:hover {
	opacity: .6;
}

#tienda-modal ul.botones_finalizar {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 20px;
	text-align: left;
}

#tienda-modal ul.botones_finalizar li {
	width: 120px;
	text-align: center;
	padding: 0px;
	margin-right: 0px;
	list-style: none;
	display: inline-block;
}

#tienda-modal ul.botones_finalizar li a {
	border: 1px solid #fff;
	padding: 10px;
	color: #fff;
	width: 180px;
	display: block;
	text-decoration: none;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

#tienda-modal ul.botones_finalizar li a:hover {
	border: 1px solid #99ff66;
	background: none;
	color: #99ff66;
}

#tienda-modal ul.botones {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 20px;
	text-align: left;
}

#tienda-modal ul.botones li {
	width: 95px;
	text-align: center;
	padding: 0px;
	margin-right: 0px;
	list-style: none;
	display: inline-block;
}

#tienda-modal ul.botones li a {
	border: 1px solid #888;
	padding: 10px;
	color: #888;
	width: 90px;
	display: block;
	text-decoration: none;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

#tienda-modal ul.botones li a:hover {
	border: 1px solid #99ff66;
	background: none;
	color: #99ff66;
}

.close-it {
	position: fixed;
	top: 32px;
	right: 10px;
	display: block;
	width: 42px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	background: url("/assets/img/ico_close_modal.png") no-repeat;
	cursor: pointer;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.close-it:hover {
	opacity: .5;
}

/* 
   Menu interior
 */
#header.menu_interior {
	position: fixed;
}

#header.menu_interior #menu_responsive_cabecera {
	display: block;
	left: 230px;
}

#header.menu_interior #menu_responsive_tienda {
	display: none;
	left: 230px;
}

#header.menu_interior #formulario_cabecera {
	margin-left: 243px;
}

#header.menu_interior #formulario_cabecera * {
	box-sizing: border-box;
}

/* ==========================================================================
   BUSCADOR CABECERA
   ========================================================================== */
#formulario_cabecera input[type="text"] {
	background: url("/assets/img/search.png.webp") no-repeat 0px 30px #444;
	background-position: 96% 50%;
	border: 0 none;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	color: #999;
	width: 458px;
	padding: 0px 15px 0px 20px;
	-webkit-transition: all 0.7s ease 0s;
	-moz-transition: all 0.7s ease 0s;
	-o-transition: all 0.7s ease 0s;
	transition: all 0.7s ease 0s;
	background-color: #fff;
	height: 38px;
	margin-top: 0px;
	float: left;
}

#formulario_cabecera input[type="text"]:focus {
	width: 490px;
}

/* ==========================================================================
   SLIDE HOME
   ========================================================================== */
section {
	height: 80%; /* margin: 0 auto; width: 100%; max-width: 1300px; */
}

section article {
	display: block;
	padding: 0 0 0 0px;
	position: relative;
	z-index: 10;
}

section.destacado article {
	height: 100%;
	text-align: left;
}

section.destacado article .flexslider {
	height: 100%;
}

section.destacado article .flexslider ul.slides {
	height: 100%;
}

section.destacado article .flexslider ul.slides li {
	height: 100%;
	overflow: hidden;
}

section.destacado article .flexslider ul.slides li.img_01 {
	background: url("/assets/img/destacado_01.jpg") no-repeat center;
	background-size: cover;
}

section.destacado article .flexslider ul.slides li.img_02 {
	background: url("/assets/img/destacado_01.jpg") no-repeat center;
	background-size: cover;
}

section.destacado article .flexslider ul.slides li.img_03 {
	background: url("/assets/img/destacado_03.jpg") no-repeat center;
	background-size: cover;
}

section.destacado article .flexslider ul.slides li img {
	display: none;
}

video.banner-video {
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	z-index: -100;
	background-size: cover;
	margin: 0 auto;
}

/* 
   Responsive SLIDE HOME
*/

/* ==========================================================================
   FOOTER
   ========================================================================== */
.footer {
	width: 100%;
	margin-top: 30px;
	/*background: url("../img/bg_pie.jpg") no-repeat bottom;*/
	background-color: #222;
	background-position: 36% bottom;
	zoom: 1;
	word-spacing: normal;
	letter-spacing: .1em;
	padding-top: 20px;
	font-size: 14px;
}

.footer .content{
	max-width: 1560px;
}

.footer .footer_zona_logo {
	text-align: left;
	margin-top: 0px;
	padding: 0px;
}

.footer .footer_zona_logo.container{
	border-right: 1px solid #BBB;
}

.footer .footer_zona_logo p {
	text-align: left;
	color: #999;
	font-size: 14px;
	font-weight: 200;
	line-height: 25px;
}

.footer .footer_zona_logo.logo-drunkat img{
	max-width:150px;
}

.footer .footer_zona_logo .copy p {
	text-align: center;
	margin-top: 20px;
	font-size: 14px;
}

.footer .footer_zona_logo p strong {
	color: #fff;
	font-weight: 400;
}

.footer .footer_zona_logo .enlaces {
	color: #fff;
	font-weight: 400;
	line-height: 25px;
	text-align: center;
}

.footer .footer_seo {
	text-align: left;
	margin-top: -17px;
	padding-top: 0px;
	padding-left: 80px;
	padding-right: 30px;
}

.footer .footer_seo p {
	display: inline-block;
	font-size: 13pt;
	line-height: 28px;
	font-weight: 200;
	color: #999;
}

.footer .footer_enlaces p.titulos {
	text-align:left; 
	margin-bottom: 3px; 
	margin-top: 0; 
	margin-right:10px
}


.footer .footer_enlaces a.categorias,
.footer .footer_enlaces span.categorias {
	margin-right: 35px;
}

@media screen and (max-width: 768px) {
	.footer .footer_enlaces p.titulos {
		text-align: center;
		margin-bottom: 3px;
		margin-top: 0;
		margin-right: 10px;
	}
	.footer .footer_enlaces a.categorias,
	.footer .footer_enlaces span.categorias {
		display: block;
		margin-right: 0;
	}
}

.footer .footer_enlaces ul {
	margin: 0px;
	padding: 0px;
	text-align: left;
	letter-spacing: .1em;
}

.footer .footer_enlaces ul li {
	list-style: none;
	font-weight: 200;
}

.footer .footer_enlaces a,
.footer .footer_enlaces ul li a,
.footer .footer_enlaces ul li span[data-link] {
	color: #999;
	text-decoration: none;
	-webkit-transition: all .25s ease;
	line-height: 25px;
	transition: all .25s ease
}

.footer .footer_enlaces.principales a,
.footer .footer_enlaces span[data-link],
.footer .footer_enlaces.principales ul li a,
.footer .footer_enlaces ul li span[data-link] {
	color: #fff;
}

.footer .footer_enlaces a:hover,
.footer .footer_enlaces span[data-link]:hover,
.footer .footer_enlaces ul li a:hover,
.footer .footer_enlaces ul li span[data-link]:hover {
	color: #a2f57c;
}

.footer .footer_enlaces ul.interno {
	margin: 0px;
	padding: 0px;
	text-align: left;
}

.footer .footer_enlaces ul.interno li {
	list-style: none;
	margin-bottom: 14px;
	font-weight: 200;
}

.footer .footer_enlaces ul.interno li a {
	color: #999999;
	text-decoration: none;
	-webkit-transition: all .25s ease;
	transition: all .25s ease
}

.footer .footer_enlaces ul.interno li a:hover {
	color: #a2f57c;
}

.footer .footer_enlaces p.newsletter {
	color: #fff;
}

.footer .footer_enlaces ul.interno li {
	list-style: none;
	margin-bottom: 14px;
	font-weight: 200;
}

.footer .footer_enlaces ul.interno li a {
	color: #999999;
	text-decoration: none;
	-webkit-transition: all .25s ease;
	transition: all .25s ease
}

.footer .footer_enlaces ul.interno li a:hover {
	color: #a2f57c;
}

.footer .footer_newsletter {
	text-align: left;
	padding: 40px 0px 0px 0px;
}

.footer .footer_newsletter p {
	font-size: 14px;
	color: #999;
	margin-top: 0px;
	padding-top: 0px;
	text-align: left;
}

.footer .footer_newsletter .texto_newsletter{
	text-align: left;
}

.footer .footer_newsletter .texto_newsletter label{
	color: #fff;
	padding-left: 20px;
}

.footer .footer_newsletter label span[data-link]{
	cursor: pointer;
	text-decoration: underline;
}

.footer .footer_newsletter .texto_newsletter h4{
	margin: 10px 0 5px 0;
	color: #ddd;
}

.footer .footer_newsletter .field-item{
	position: relative;
}

.footer .footer_newsletter input {
	font-size: 12px;
	width: 65%;
	padding: 0 20px;
	color: #999;
	background-color: #fff;
	height: 40px;
	border: none;
	font-family: 'Lato', sans-serif;
}

.footer .footer_newsletter button {
	font-size: 13px;
	width: 30%;
	padding: 13px 16px 13px 13px;
	font-family: 'Lato', sans-serif;
	border-radius: 0px;
	cursor: pointer;
	text-decoration: none;
	box-shadow: inset 0px 0px 0px;
	-webkit-box-shadow: inset 0px 0px 0px;
	border: none;
	background-color: #A1F47C;
	color: #000;
	font-weight: 700;
	-webkit-transition: all .25s ease;
	transition: all .25s ease;
	height: 40px;
	position: absolute;
}

.footer .footer_newsletter button:hover {
	color: #fff;
	font-family: 'Lato', sans-serif;
	border-radius: 0px;
	background-color: #000;
	cursor: pointer;
	text-decoration: none;
}

.footer .footer_newsletter .newsletter-subscribe p {
	letter-spacing: 0px;
	color: #666;
}

.footer .footer_newsletter .newsletter-subscribe p.error{
	color: #ff4f4f;
}

.footer .footer_newsletter .newsletter-subscribe p.ok{
	color: #a2f57c;
}

.footer .footer_logotipo {
	margin-top: 0px;
	padding-top: 0px;
}

.footer .footer_logotipo img {
	text-align: left;
	display: block;
	-webkit-transition: all .25s ease;
	transition: all .25s ease
}

.footer .footer_logotipo a:hover img {
	opacity: .6;
}

.footer .footer_direcciones {
	text-align: left;
	margin-top: 0px;
	padding-top: 0px;
}

.footer .footer_direcciones p {
	text-align: left;
	color: #999;
	font-size: 12px;
	font-weight: 200;
	line-height: 20px;
	margin-top: 0px;
	padding-top: 0px;
}

.footer .footer_direcciones p strong {
	color: #fff;
	font-weight: 400;
}

.footer .footer_zona_logo p.footer_gastos{
	margin: 0 0 15px 0;
	color: #fff !important;
	font-style: italic;
}

/* Iconos redes sociales footer */
.footer .footer_rss {
	text-align: left;
	margin-top: 0px;
	width: 100%;
	padding: 20px;
}

.footer .footer_rss ul {
	margin-top: 0px;
	padding-top: 0px;
}

.footer .footer_rss ul li {
	display: inline;
	padding-right: 5px;
}

.footer .footer_rss ul li:last-child {
	padding-right: 0px;
}

.footer .footer_rss ul li a {
	width: 35px;
	height: 35px;
	display: inline-block;
	-webkit-transition: all .25s ease;
	transition: all .25s ease
}

.footer .footer_rss.active ul.social-links{
	display: block;
}

.footer .footer_rss ul.social-links{
	padding: 0;
}

.footer .footer_rss ul.social-links li{
	width: 40px;
	height: 40px;
}

.footer .footer_rss ul.social-links a{
	letter-spacing: .1em;
	color: #fff;
	text-decoration: none;
}

.footer .footer_rss ul.social-links a:before{
	margin-right: 4px;
	vertical-align: middle;
	line-height: 40px;
	text-align: center;
}

.footer .footer_rss ul.social-links a.facebook:before{
	font-family: FontAwesome;
	content: "\f09a";
	font-size: 20px;
	vertical-align: middle;
}

.footer .footer_rss ul.social-links a.twitter:before{
	font-family: FontAwesome;
	font-size: 20px;
	vertical-align: middle;
}

.footer .footer_rss ul.social-links a.googleplus:before{
	font-family: FontAwesome;
	content: "\f0d5";
	font-size: 20px;
	vertical-align: middle;
}

.footer .footer_rss ul.social-links a.youtube:before{
	font-family: FontAwesome;
	content: "\f167";
	font-size: 20px;
	vertical-align: middle;
}

.footer .footer_rss ul.social-links a.instagram:before{
	font-family: FontAwesome;
	content: "\f16d";
	font-size: 20px;
	vertical-align: middle;
}

.footer .footer_rss ul.social-links a span{
	display: none;
}

.footer .footer_rss ul li a:hover {
	color: #a2f57c;
}

.footer .sub-footer{
	width:100%;
	margin:0 auto;
	height: 75px;
	background-color:#191919;
	color: #fff;
}

.footer .sub-footer .inner{
	max-width: 1560px;
	margin: 0 auto;
	line-height: 60px;
	font-size: 12px;
}

.footer .footer-iconos {
	display: none;
	border-bottom: 1px solid #fff;
	margin-bottom: 45px;
	padding-bottom: 50px;
}

.footer .footer-iconos span{
	color: #fff;
	padding-top: 15px;
	display: block;
	font-weight: 100;
	font-size: 14px;
}

/* Iconos redes sociales menú modal */
#menu-modal .footer_rss {
	text-align: right;
	margin-top: 0px;
	padding-top: 35px;
}

#menu-modal .footer_rss ul {
	margin-top: 0px;
	padding-top: 0px;
}

#menu-modal .footer_rss ul li {
	display: inline;
	padding-right: 5px;
}

#menu-modal .footer_rss ul li:last-child {
	padding-right: 0px;
}

#menu-modal .footer_rss ul li a {
	width: 35px;
	height: 35px;
	display: inline-block;
	-webkit-transition: all .25s ease;
	transition: all .25s ease
}

#menu-modal .footer_rss.active ul.social-links{
	display: block;
}

#menu-modal .footer_rss ul.social-links{
	text-align: center;
}

#menu-modal .footer_rss ul.social-links li{
	float: left;
	width: 40px;
	height: 40px;
	text-align: center;
}

#menu-modal .footer_rss ul.social-links a{
	letter-spacing: .1em;
	color: #fff;
	text-decoration: none;
}

#menu-modal .footer_rss ul.social-links a:before{
	margin-right: 4px;
	vertical-align: middle;
	line-height: 40px;
	text-align: center;
}

#menu-modal .footer_rss ul.social-links a.facebook:before{
	font-family: FontAwesome;
	content: "\f09a";
	font-size: 20px;
	vertical-align: middle;
}

#menu-modal .footer_rss ul.social-links a.twitter:before{
	font-family: FontAwesome;
	font-size: 20px;
	vertical-align: middle;
}

#menu-modal .footer_rss ul.social-links a.googleplus:before{
	font-family: FontAwesome;
	content: "\f0d5";
	font-size: 20px;
	vertical-align: middle;
}

#menu-modal .footer_rss ul.social-links a.youtube:before{
	font-family: FontAwesome;
	content: "\f167";
	font-size: 20px;
	vertical-align: middle;
}

#menu-modal .footer_rss ul.social-links a.instagram:before{
	font-family: FontAwesome;
	content: "\f16d";
	font-size: 20px;
	vertical-align: middle;
}

#menu-modal .footer_rss ul.social-links a span{
	display: none;
}

#menu-modal .footer_rss ul.social-links a:hover {
	color: #a2f57c;
}


.footer_marcas p {
	text-align: center;
	color: #999;
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
	margin-top: 40px;
	padding-top: 0px;
}



/* ==========================================================================
   IMAGENES CARRUSEL MARCAS
   ========================================================================== */

.owl-carousel.listado_marcas{
	margin: 25px 0 60px 0;
	width: 100%;
}

@media only screen and (max-width:768px) {
	.owl-carousel.listado_marcas {
		margin-top:50px;
	}
}
.owl-carousel.listado_marcas a {
	-webkit-transition: all .25s ease;
	transition: all .25s ease
}
.owl-carousel.listado_marcas a:hover {
	opacity:.7;
}

.owl-carousel.listado_marcas li{
	list-style: none;
	line-height: 54px;
}

.owl-carousel.listado_marcas li img{
	vertical-align: middle;
	width: 150px;
	margin: 0 auto;
	display: inline;
	image-rendering: crisp-edges;
}

.owl-carousel.listado_marcas .logo_cyclone-analogic{
	background: url(/assets/img/sprites-carruseles.png) no-repeat;
	display: block;
	margin-left: 40px;
	background-position: 0 0;
	width: 100px;
	height: 53px;

}

.owl-carousel.listado_marcas .logo_dexibell{
	background: url(/assets/img/sprites-carruseles.png) no-repeat;
	display: block;
	margin-top: -20px;
	margin-left: 40px;
	background-position: -103px 0;
	width: 100px;
	height: 53px;

}

.owl-carousel.listado_marcas .logo_dreadbox{
	background: url(/assets/img/sprites-carruseles.png) no-repeat;
	display: block;
	margin-top: -20px;
	margin-left: 40px;
	background-position: -205px 0;
	width: 100px;
	height: 53px;
}

.owl-carousel.listado_marcas .logo_duesenberg{
	background: url(/assets/img/sprites-carruseles.png) no-repeat;
	display: block;
	margin-top: -5px;
	margin-left: 40px;
	background-position: -312px 0;
	width: 100px;
	height: 53px;
}

.owl-carousel.listado_marcas .logo_guild-guitars{
	background: url(/assets/img/sprites-carruseles.png) no-repeat;
	display: block;
	margin-left: 40px;
	background-position: -416px 0;
	width: 100px;
	height: 53px;
}
.owl-carousel.listado_marcas .logo_la-boite-concept{
	background: url(/assets/img/sprites-carruseles.png) no-repeat;
	display: block;
	margin-left: 40px;
	background-position: -3px -60px;
	width: 100px;
	height: 53px;
}

.owl-carousel.listado_marcas .logo_nektar{
	background: url(/assets/img/sprites-carruseles.png) no-repeat;
	display: block;
	margin-top: -20px;
	margin-left: 40px;
	background-position: -105px -57px;
	width: 100px;
	height: 53px;
}

.owl-carousel.listado_marcas .logo_strymon{
	background: url(/assets/img/sprites-carruseles.png) no-repeat;
	display: block;
	margin-top: -15px;
	margin-left: 40px;
	background-position: -207px -56px;
	width: 100px;
	height: 53px;
}



/* ==========================================================================
   IMAGENES FORMA PAGOS FOOTER
   ========================================================================== */
.footer .footer_tarjetas {
	margin: 20px 0px 10px 0;
	padding: 0px;
	text-align: center;
}
.footer .footer_tarjetas div{
	padding: 0 25px  0 0;
}
.footer .footer_tarjetas img{
	max-width: 500px!important;
	padding-left: 20px;
}
.footer .footer_tarjetas ul {
	margin: 0px;
	padding: 0px;
}
.footer .footer_tarjetas ul li {
	list-style: none;
	display: inline;
	background-size: cover;
	background-repeat: no-repeat;
	margin-left: -21px;
}
.footer .footer_tarjetas .img_visa_pie{
	/*background-image:url(/assets/img/visa.jpg);*/
	display: inline-block;
	/*width: 16.6%;*/
	height: 27px;
}
.footer .footer_tarjetas .img_paypal_pie{
	/*background-image:url(/assets/img/paypal.jpg);*/
	display: inline-block;
	/*width: 16.6%;*/
	height: 27px;
}
.footer .footer_tarjetas .img_mastercard_pie{
	/*background-image:url(/assets/img/mastercard.jpg);*/
	display: inline-block;
	/*width: 16.6%;*/
	height: 27px;
}
.footer .footer_tarjetas .seur-pie{
	/*background-image:url(/assets/img/seur.jpg);*/
	display: inline-block;
	/*width: 16.6%;*/
	height: 27px;
}
.footer .footer_tarjetas .cofidis-pie{
	/*background-image:url(/assets/img/cofidis.jpg);*/
	display: inline-block;
	/*width: 16.6%;*/
	height: 27px;
}
.footer .footer_tarjetas .cetelem-pie{
	/*background-image:url(/assets/img/cetelem.jpg);*/
	display: inline-block;
	/*width: 16.6%;*/
	height: 27px;
}



/* ==========================================================================
   HOME Y GENERAL
   ========================================================================== */
.pure-g h2 {
	font-family: 'Lato', sans-serif;
	font-size: 20px;
	font-weight: normal;
	margin: 60px 0px 40px 20px;
	padding: 0px;
	letter-spacing: 1px;
	text-align: left;
	text-transform: uppercase;
	width: 100%;
}

/*
    Miniaturas
 */
.mini {
	position: relative;
	-webkit-transition: background-color .25s ease;
	transition: background-color .25s ease;
}
/* .mini:hover{background-color:#f5f5f5; } */
.mini span.novedad {
	position: absolute;
	left: 0;
	color: #c60001;
	text-transform: uppercase;
	font-size: 11px;
	z-index: 99;
	border-top: 1px solid #c60001;
	font-weight: 400;
	padding: 8px;
	margin-left: 20px;
}

.mini span.promocion {
	position: absolute;
	left: 0;
	color: #e7af03;
	text-transform: uppercase;
	font-size: 11px;
	z-index: 99;
	border-top: 1px solid #e7af03;
	font-weight: 400;
	padding: 8px;
	margin-left: 20px;
}

.mini span.envio_gratis {
	position: absolute;
	left: 0;
	color: #64a8d8;
	text-transform: uppercase;
	font-size: 11px;
	z-index: 99;
	border-top: 1px solid #64a8d8;
	font-weight: 400;
	padding: 8px;
	margin-left: 20px;
}

.mini h3,
.mini p.titulo-overlay {
	font-weight: 400;
	font-size: 14px;
	margin-top: 10px;
	padding-bottom: 5px;
	text-align: left;
	height: 60px;
	width: 85%;
	margin-bottom: .2em;
}

.mini h3 a {
	color: #000;
	text-decoration: none;
}

.mini .destacado-wrapper{
	position: absolute; 
	top: 50px; 
	right: 20px;
}

.mini .destacado-wrapper p,
.mini .destacado-wrapper-mobile p{
	background-color: #a2f57c; 
	padding: 5px; 
	font-size: 12px; 
	border-top-left-radius: 10px;
}

.mini .bloque_compra {
	display: inline-block;
	width: 100%;
	text-align: center;
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid #ccc;
}

.content-checkout-action .consultarPrecioCentro a.boton-contacto {
	display: inline-block;
	width: 100%;
	text-align: center;
}


.mini .bloque_compra p.precio {
	font-weight: 200;
	font-size: 18px;
	text-align: center;
	width: 49%;
	display: inline-block;
	margin: 15px 0px 0px 0px;
	padding: 0px;
	position: relative;
	z-index: 51;
	transition: color .1s linear;
}

.mini .bloque_compra p.disponibilidad {
	font-weight: 200;
	font-size: 12px;
	text-align: left;
	width: 100%;
	display: inline-block;
	margin: 15px 0px 0px 0px;
	padding: 0px;
	color: #666;
}

.mini .bloque_compra p.comprar a:hover,
.mini .bloque_compra p.comprar button:hover {
	background-color: #000;
	border: 1px solid #000;
	color: #fff;
}

.mini .wish{
	position: absolute;
	top: 20px;
	right: 15px;
	z-index: 11;
}

.mini span.info {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #333;
	opacity: 0;
	transition: opacity .2s linear;
	z-index: 10;
	padding: 20px;
}

/*
.mini span.info .bloque_compra_info {padding: 20px; bottom:0px;width: 100%; position: absolute; }
.mini span.info .bloque_compra_info p.precio{font-weight: 200; font-size: 18px; text-align: center;  width: 49%; display: inline-block;margin:15px 0px 0px 0px; padding: 0px;color: #fff;}
.mini span.info .bloque_compra_info p.comprar{width: 49%; display: inline-block;}
.mini span.info .bloque_compra_info p.comprar a{text-decoration: none; color: #000;width: 100%;font-weight: 200; font-size: 14px; text-align: center;  margin:0px; background-color: #a2f57c; padding: 8px;display: block;border: 1px solid #a2f57c; -webkit-transition:background-color .25s ease; transition:background-color .25s ease;}
.mini span.info .bloque_compra_info p.comprar a:hover{background-color: #fff;border: 1px solid #fff;}
*/
.mini span.info p.titulo-overlay {
	opacity: 1;
	color: #fff;
	/*text-align: left;*/
	/*padding: 0px 0px 0px 20px;*/
	/*font-weight: 400;
	margin: 70px 0px 0px 0px;
	width: 80%;*/
}

.mini span.info h3 a {
	color: #fff;
}

.mini span.info h3 a:hover {
	color: #9F6 !important;
}

.mini .producto-enlace a {
	position:absolute;
	height:100%;
	width:100%;
	display:block;
	top:-5px;
	left:-5px;
	z-index:5;
}

.mini span.info div.votar {
	display: block;
	width: 100%;
	padding: 0px;
	margin: 0px;
}

.mini span.info div.votar ul {
	/*padding: 13px 0px 9px 10px;*/
	margin-top: 0px;
}

.mini span.info div.votar ul li {
	padding: 0;
	margin: 0;
}

.mini span.info div.votar ul li a {
	opacity: 1;
	padding: 0px;
	margin: 0px;
}

.mini span.info div.votar ul li a:hover {
	opacity: .5;
}

.mini span.info p.descripcion {
	opacity: 1;
	color: #fff;
	text-align: left;
	font-size: 12px;
	font-weight: 200;
	line-height: 18px;
}

.mini span.info p.descripcion a {
	opacity: 1;
	color: #9F6;
	text-align: left;
	margin: 20px 0px 0px 0px;
	font-size: 12px;
	font-weight: 200;
	line-height: 18px;
	width: 100%;
	font-weight: 400;
	text-decoration: none;
	display: block;
	background: url("/assets/img/img_mas_info.png.webp") no-repeat;
	background-position: left;
	padding: 0px 0px 0px 18px;
	position:relative;
	z-index:11;
}

.mini span.info p.descripcion.mas-detalles a{
	color: #FFF;
	position: absolute;
    display: block;
    height: 100%;
    width: 100%;
    top: -5px;
    left: -5px;
    z-index: 5;
}

.mini span.info p.descripcion.plazo-entrega{
	color: #9F6;
	font-size: 14px;
}


.mini .product-rating {
	float: none;
	display: block;
	overflow: hidden;
	margin-top: 1em;
	text-align: left;
	z-index:11;
	position:relative;
}

.mini.product-item span.info p.titulo-overlay {
	height: auto;
	margin-bottom: .2em;
}

.mini.product-item a img{
	margin: 0 auto;
}

.mini .nombre-familia {
	font-size: 12px;
	text-transform: uppercase;
	text-align: left;
	font-weight: 200;
	margin-top: .2em;
}

.mini .info .nombre-familia{
	color: #fff;
}

.mini span.info div.wish span a:hover {
	opacity: .5;
}

.mini span.info a.full {
	position: absolute;
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
	border: 1px solid lime;
	z-index: 4;
	display: inline-block;
}

.interior {
	background-color: #f5f5f5;
	margin-top: 0px;
}

/*
    Destacados mini
 */
.destacados_mini {
	width: 100%;
	padding: 5px 0px 0px 0px;
	margin: 10px 0 60px 0;
}

.destacados_mini a {
	-webkit-transition: all .25s ease;
	transition: all .25s ease;
	transition-delay: 2s;
}

.destacados_mini a:hover {
	opacity: .8;
}

.destacados_mini .texto_destcado_mini {
	text-align: left;
	padding-top: 0px;
}

/* fondo oscuro */
.destacados_mini .texto_destacado_mini_oscuro {
	position:relative;
}
.destacados_mini .texto_destacado_mini_oscuro .contenido .bloque-pioneer,
.destacados_mini .texto_destacado_mini_oscuro .contenido .bloque {
	padding-top:45%;
	height:100%;
	-webkit-transition: all .25s ease;
	transition: all .25s ease;
}
.destacados_mini.destacados-menu .texto_destacado_mini_oscuro .contenido .bloque-pioneer {
	padding-top: 18%
}
.destacados_mini.destacados-menu .texto_destacado_mini_oscuro .contenido .bloque{
	padding-top:30%;
}
.destacados_mini.destacados-menu .texto_destacado_mini_oscuro .contenido .bloque-pioneer .contenido,
.destacados_mini .texto_destacado_mini_oscuro .contenido .bloque .contenido {
	height:100%;
	width:100%;
	/* Fallback for web browsers that doesn't support RGBa */
	background: rgb(0, 0, 0);
	/* RGBa with 0.6 opacity */
	background: rgba(0, 0, 0, 0.5);
	/* For IE 5.5 - 7*/
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
	/* For IE 8*/
	-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
}


@media screen and (max-width: 48em) {
	.destacados_mini.destacados-menu .texto_destacado_mini_oscuro .contenido .bloque,
	.destacados_mini .texto_destacado_mini_oscuro .contenido .bloque-pioneer,
	.destacados_mini .texto_destacado_mini_oscuro .contenido .bloque {
		padding-top:0;
	}
}
.destacados_mini a:hover .texto_destacado_mini_oscuro .contenido .bloque-pioneer,
.destacados_mini a:hover .texto_destacado_mini_oscuro .contenido .bloque {
	padding-top:0;
}

.destacados_mini .texto_destacado_mini_oscuro .contenido {
	padding-right: 20px;
	display: block;
	height: 200px;
}

.destacados_mini.destacados_blog .texto_destacado_mini_oscuro .contenido{
	height: 300px;
}

.destacados_mini .texto_destacado_mini_oscuro .contenido:last-child {
	padding-right: 0px;
}

.destacados_mini .texto_destacado_mini_oscuro {
	text-align: center;
}

.destacados_mini .texto_destacado_mini_oscuro h2,
.destacados_mini .texto_destacado_mini_oscuro h4 {
	font-size: 24px;
	font-weight: 200;
	margin: 0;
	padding: 10px 10px 5px 10px;
	line-height: 32px;
	color: #fff;
	display: inline-block;
	text-transform: none;
}

.destacados_mini .texto_destacado_mini_oscuro p {
	color: #fff;
	line-height: 22px;
	padding-bottom: 10px;
	font-weight: normal;
	text-align: center;
	max-width: 300px;
	display:none;
	width: 100%;
}
@media screen and (max-width: 48em) {
	.destacados_mini .texto_destacado_mini_oscuro p {
		display:inline-block;
	}
}
.destacados_mini a:hover .texto_destacado_mini_oscuro p {
	display: inline-block;
}

.destacados_mini .texto_destacado_mini_oscuro p.mas {
	width: 55%;
	display: inline-block;
	border-bottom: none;
	text-align: center;
	margin: 0px;
	color: #ccc;
	border: 1px solid #ccc;
	padding: 8px;
	font-size: 14px;
}

/* fondo claro */
.destacados_mini .texto_destacado_mini_claro .contenido .bloque {
	padding: 0px;
	height: 100%;
	/* Fallback for web browsers that doesn't support RGBa */
	background: rgb(255, 255, 255);
	/* RGBa with 0.6 opacity */
	background: rgba(255, 255, 255, 0.5);
	/* For IE 5.5 - 7*/
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000,
	endColorstr=#99000000);
	/* For IE 8*/
	-ms-filter:
			"progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
}

.destacados_mini .texto_destacado_mini_claro .contenido {
	padding-right: 20px;
	display: inline-block;
	height: 300px;
	/* Fallback for web browsers that doesn't support RGBa */
	background: rgb(255, 255, 255);
	/* RGBa with 0.6 opacity */
	background: rgba(255, 255, 255, 0.5);
	/* For IE 5.5 - 7*/
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000,
	endColorstr=#99000000);
	/* For IE 8*/
	-ms-filter:
			"progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
}

.destacados_mini .texto_destacado_mini_claro .contenido:last-child {
	padding-right: 0px;
}

.destacados_mini .texto_destacado_mini_claro {
	text-align: center;
}

.destacados_mini .texto_destacado_mini_claro h4 {
	font-size: 24px;
	font-weight: 200;
	margin-top: 18%;
	margin-bottom: 0px;
	padding: 10px;
	line-height: 32px;
	color: #222;
	max-width: 350px;
	display: inline-block;
}

.destacados_mini .texto_destacado_mini_claro p {
	color: #222;
	line-height: 22px;
	padding-bottom: 10px;
	font-weight: 200;
	text-align: center;
	max-width: 300px;
	display: inline-block;
}

.destacados_mini .texto_destacado_mini_claro p.mas {
	width: 55%;
	display: inline-block;
	border-bottom: none;
	text-align: center;
	margin: 0px;
	color: #ccc;
	border: 1px solid #ccc;
	padding: 8px;
	font-size: 14px;
}

/* fondo claro */
.destacados_mini .texto_destacado_mini_oscuro_petacho .contenido {
	padding-right: 20px;
	display: inline-block;
	height: 300px;
}

.destacados_mini .texto_destacado_mini_oscuro_petacho .contenido:last-child
{
	padding-right: 0px;
}

.destacados_mini .texto_destacado_mini_oscuro_petacho .bloque {
	padding: 0px;
	margin-top: 14%;
	/* Fallback for web browsers that doesn't support RGBa */
	background: rgb(0, 0, 0);
	/* RGBa with 0.6 opacity */
	background: rgba(0, 0, 0, 0.5);
	/* For IE 5.5 - 7*/
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000,
	endColorstr=#99000000);
	/* For IE 8*/
	-ms-filter:
			"progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
}

.destacados_mini .texto_destacado_mini_oscuro_petacho {
	text-align: center;
}

.destacados_mini .texto_destacado_mini_oscuro_petacho h4 {
	font-size: 24px;
	font-weight: 200;
	margin-top: 4%;
	margin-bottom: 0px;
	padding: 10px;
	line-height: 32px;
	color: #fff;
	max-width: 350px;
	display: inline-block;
}

.destacados_mini .texto_destacado_mini_oscuro_petacho p {
	color: #ccc;
	line-height: 22px;
	padding-bottom: 10px;
	font-weight: 200;
	text-align: center;
	max-width: 300px;
	display: inline-block;
}

.destacados_mini .texto_destacado_mini_oscuro_petacho p.mas {
	width: 55%;
	display: inline-block;
	border-bottom: none;
	text-align: center;
	margin: 0px;
	color: #ccc;
	border: 1px solid #ccc;
	padding: 8px;
	font-size: 14px;
}
/*
    REGISTRO - LOGIN
*/
.login {
	text-align: left;
	padding: 20px;
}

.login h1 {
	text-align: center;
	text-transform: uppercase;
	font-weight: 200;
	font-size: 20px;
}

.login p {
	font-weight: 700;
	font-size: 12px;
	font-weight: 400;
}

.login input {
	width: 100%;
	padding: 10px;
	color: #666;
	font-family: 'Lato', sans-serif;
}

.login h1.claro {
	text-align: center;
	text-transform: uppercase;
	font-weight: 200;
	font-size: 30px;
	color: #fff;
}

.login textarea {
	width: 100%;
	height: 200px;
	padding: 10px;
	color: #666;
	font-family: 'Lato', sans-serif;
}

.login-help {
	text-align: center;
}

.login-help a {
	font-size: 14px;
	color: #666;
	font-weight: 200;
	-webkit-transition: all .25s ease;
	transition: all .25s ease
}

.login-help a:hover {
	opacity: .5;
}

.submit {
	color: #fff;
	-webkit-transition: all .25s ease;
	transition: all .25s ease
}

.submit input {
	background-color: #000;
	color: #fff;
	border: none;
	font-family: 'Lato', sans-serif;
	font-size: 16px;
	-webkit-transition: all .25s ease;
	transition: all .25s ease;
	font-weight: 200;
}

.submit input:hover {
	background-color: #333333;
	color: #fff;
}

.login_redes {
	border-top: 1px solid #d0d0d0;
	margin-top: 30px;
	padding-top: 20px;
	text-align: center;
}

.login_redes p.facebook a {
	border: 2px solid #4758de;
	display: inline-block;
	width: 90%;
	color: #4758de;
	text-decoration: none;
	padding: 10px;
	background: url("/assets/img/login_facebook.png") no-repeat;
	background-position: left;
	-webkit-transition: all .25s ease;
	transition: all .25s ease;
	font-weight: 200;
}

.login_redes p.google a {
	border: 2px solid #cb0707;
	display: inline-block;
	width: 90%;
	color: #cb0707;
	text-decoration: none;
	padding: 10px;
	background: url("/assets/img/login_google.png") no-repeat;
	background-position: left;
	-webkit-transition: all .25s ease;
	transition: all .25s ease;
	font-weight: 200;
}

.login_redes p.facebook a:hover {
	opacity: .5;
}

.login_redes p.google a:hover {
	opacity: .5;
}

.login .pure-g div {
	padding: 5px;
}

.login .pure-g div a.reload-captcha {
	display: block;
	font-size: 12px;
	color: #333;
	text-align: center;
}

.login .pure-g div input {
	width: 100%;
}

.login .pure-g div #signup-btn {
	width: 70%;
}

/* ==========================================================================
   SECCIONES
   ========================================================================== */
.texto{
	font-weight: 200;
	text-align: center;
	display: inline-block;

}
.justificado{
	text-align: justify;
	display: inline-block;

}
.imagenFondo{
	background: url(/assets/img/404-gato.png) no-repeat;
	height: 648px;
	background-color: #222222;
	background-position: center;
	position: relative;
	padding: 0px;
}
@media only screen and (max-width:750px) {
	.imagenFondo {
		max-height: 280px;
		background-position: 0 0;
	}
	.texto-404{
		padding: 10px;
	}
}
.texto-404{
	color: #fff;
	position: absolute;
	width: 100%;
	bottom: 60px;
}
.texto-404 h2{
	text-transform: capitalize;
	text-align: center;
	font-size: 35px;
	margin: 5px 0;
}
.texto-404 p{
	font-weight: 100;
	font-size: 14px;
}
.cambiaColor{
	text-decoration: none;
	color: #000;
	margin: 0 auto;
	background-color: #A0F677;
	padding: 10px 20px;
	border: 1px solid #A0F677;
	font-weight: 200;
	letter-spacing: 2px;
}
.conten{
	margin-top: -20px;
	width: 100%;
}
.centradoH1{
	font-size: 20px;
	font-weight: normal;
	text-transform: uppercase;
	padding: 0px;
	font-weight: 600;
	display: block;
}

.centrado {
	padding: 0px;
	margin: 0px;
}

.centrado h1 {
	font-size: 20px;
	font-weight: normal;
	/*text-transform: uppercase;*/
	padding: 0px;
	font-weight: 200;
}
/*
    Ruta de migas

*/
.inner_interior {
	height: 24px;
	margin: 0 auto;
	width: 100%;
}

.pure-g .rutamigas {
	padding: 0px;
	margin: 0px;
	text-align: left;
	/* Fallback for web browsers that doesn't support RGBa */
	background: rgb(255, 255, 255);
	/* RGBa with 0.6 opacity */
	background: rgba(255, 255, 255, 0.8);
	/* For IE 5.5 - 7*/
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000,
	endColorstr=#99000000);
	/* For IE 8*/
	-ms-filter:
			"progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
}

.pure-g .rutamigas ul {
	padding: 20px;
	margin: 0px;
	text-align: center;
	font-size: 16px;
}

.pure-g .rutamigas ul li {
	list-style: none;
	display: inline;
	font-size: 16px;
	color: #439a63;
}

.pure-g .rutamigas ul li:first-child {
	background: none;
	padding-left: 0px;
}

.pure-g .rutamigas ul li a {
	color: #000;
	text-decoration: none;
	-o-transition: color .2s linear, background .2s linear;
	-moz-transition: color .2s linear, background .2s linear;
	-webkit-transition: color .2s linear, background .2s linear;
	transition: color .2s linear, background .2s linear
}

.pure-g .rutamigas ul li a:hover {
	color: #8b8a8a;
}

.subnavegacion {
	border-bottom: 1px solid #f1f1f1;
	text-align: left;
	margin: 0px;
	padding: 10px 0px;
	background-color: #fff;
	position: fixed;
	width: 100%;
	top: 56px;
	z-index: 100;
	opacity: .95;
	-webkit-perspective: 1000;
	-webkit-backface-visibility: hidden;

}

.subnavegacion div {
	text-align: left;
	margin: 0px;
	padding: 0px;
}

.inner_interior .subnavegacion {
	transition: transform .3s ease-out;
	transform: translate3d(0, -100%, 0);
}

.inner_interior .subnavegacion.visible {
	transform: translate3d(0, 0, 0);
}

.subnavegacion .home {
	padding: 0px 0px 0px 20px;
	margin: 0px;
}

.subnavegacion .home img {
	padding: 5px 0px 0px 20px;
	margin: 0px;
	-webkit-transition: all .25s ease;
	transition: all .25s ease;
}

.subnavegacion .home a:hover img {
	opacity: .5;
}

.subnavegacion .texto {
	padding: 0px;
	margin: 0px;
}

.subnavegacion .texto h2 {
	padding: 0px;
	margin: 0px;
	font-size: 18px;
}

.subnavegacion .enlaces {
	padding: 0px 40px 0px 0px;
	margin: 0px;
}

.subnavegacion .enlaces ul {
	padding: 0px 0px 0px 0px;
	margin: 0px;
	text-align: center;
}

.subnavegacion .enlaces ul li {
	display: inline-block;
	list-style: none;
	font-size: 13px;
	font-weight: 200;
	padding: 0px 15px 0px 0px;
	margin: 0px;
	line-height: 30px;
}

.subnavegacion .enlaces ul li:last-child {
	padding: 0px 0px 0px 0px;
}

.subnavegacion .enlaces ul li a {
	color: #333;
	text-decoration: none;
	-webkit-transition: all .25s ease;
	transition: all .25s ease;
	font-weight: normal;
	font-size: 14px;
	white-space: nowrap;
	border-bottom: 1px solid #333;
	padding-bottom: 5px;
}

.subnavegacion .enlaces ul li a:hover {
	opacity: .5;
	border-bottom: 4px solid #333;
}

.subnavegacion .filtro {
	padding: 0px;
	margin: 0px;
}

.subnavegacion .filtro p {
	padding: 0px 0px 0px 20px;
	margin: 0px;
}

.subnavegacion .redes {
	padding: 0px;
	margin: 0px;
	text-align: center;
}

.subnavegacion .redes ul {
	padding: 0px;
	margin: 0px;
}

.subnavegacion .redes ul li {
	display: inline;
	text-decoration: none;
}

.subnavegacion .redes ul li img {
	width: 25px;
}

.subnavegacion .redes ul li a {
	display: inline;
	text-decoration: none;
	-webkit-transition: all .25s ease;
	transition: all .25s ease;
}

.subnavegacion .redes ul li a:hover {
	opacity: .5;
}

.styled-select select {
	background: transparent;
	width: 70%;
	padding: 5px;
	font-size: 16px;
	border: 0;
	border-radius: 0;
	height: 34px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-top: 1px solid #ccc;
	font-size: 12px;
	font-weight: 400;
	color: #333;
	font-family: 'Lato', sans-serif;
	outline: none;
}

.styled-select label {
	font-size: 12px;
	color: #999;
}

.styled-select {
	width: 100%;
	overflow: hidden;
	background: url("/assets/img/img_select.png") no-repeat;
	background-position: right;
	background-position: 85% 50%;
	border: 0;
}

/*
    Portada productos

*/
.bloque_producto {
	background-color: #fff;
	margin-top: 0px;
	padding: 0px;
	position: relative;
}

.bloque_producto .mini {
	padding: 0px;
	width: 100%;
	margin: 0px;
}

.bloque_producto .mini img {
	width: 100%;
}

.bloque_producto .mini .lista-subcategorias {
	position: absolute;
	top: 76px;
	left: 600px;
}

.bloque_producto .mini ul p {
	color: #666;
	text-align: left;
}

.bloque_producto .mini ul li {
	list-style: none;
	font-weight: 200;
	text-align: left;
	padding-bottom: 10px;
	border-bottom: 1px solid #555;
	margin-bottom: 10px;
	padding-right: 20px;
}

.bloque_producto .mini ul li a {
	color: #fff;
	text-decoration: none;
	-o-transition: opacity .3s linear, background .3s linear;
	-moz-transition: opacity .3s linear, background .3s linear;
	-webkit-transition: opacity .3s linear, background .3s linear;
	transition: opacity .3s linear, background .3s linear;
	font-weight: normal;
}

.bloque_producto .mini ul li a:hover {
	color: #fff;
	text-decoration: none;
	opacity: .5;
}

.mini p.intro {
	position: absolute;
	top: 0;
	left: 0;
	text-align: left;
	font-size: 14px;
	font-weight: normal;
	line-height: 25px;
	color: #fff;
	max-width: 450px;
	margin-left: 60px;
	margin-top: 100px;
}

.mini .bloque_boton {
	display: inline-block;
	width: 100%;
	text-align: left;
	position: absolute;
	margin: 0px 0px 10px 60px;
	padding: 0px;
	left: 0;
	bottom: 0;
}

.mini .bloque_boton p.enlace {
	width: 30%;
	display: inline-block;
}

.mini .bloque_boton p.enlace a {
	text-decoration: none;
	color: #000;
	width: 100%;
	font-weight: 200;
	font-size: 14px;
	text-align: center;
	margin: 0px;
	background-color: #fff;
	padding: 8px;
	display: block;
	-o-transition: color .3s linear, background .3s linear;
	-moz-transition: color .3s linear, background .3s linear;
	-webkit-transition: color .3s linear, background .3s linear;
	transition: color .3s linear, background .3s linear
}

.mini .bloque_boton p.enlace a:hover {
	color: #fff;
	background-color: #000;
}

.mini h2.titulo {
	position: absolute;
	top: 0;
	left: 0;
	color: #fff;
	font-size: 30px;
	font-weight: 200;
	padding: 8px 8px 8px 0;
	margin-left: 60px;
	margin-top: 30px;
	width: 82%;
	text-align: left;
	text-transform: none;
}

/*
    Listado productos

*/
.pure-g .menu_lateral {
	text-align: left;
}

.pure-g .menu_lateral .menu {

}

.pure-g .menu_lateral .filter-container p,
.pure-g .lista-supercats p {
	border-bottom: 1px solid #ccc;
	padding-bottom: 10px;
	font-weight: 600;
}

.pure-g .menu_lateral ul {
	padding: 0px;
	margin: 30px 0px 30px 0px;
	list-style: none;
}

.pure-g .menu_lateral .filter-container.foldable ul {
	margin-bottom: 0;
}

.pure-g .menu_lateral .filter-container ul li {
	padding-bottom: 10px;
	font-weight: 400;
	font-size: 13px;
}

.pure-g .menu_lateral .filter-container ul li span.filter-count {
	color: #999;
}

.pure-g .menu_lateral .filter-container ul li a {
	color: #000;
	text-decoration: none;
	-o-transition: color .3s linear, background .3s linear;
	-moz-transition: color .3s linear, background .3s linear;
	-webkit-transition: color .3s linear, background .3s linear;
	transition: color .3s linear, background .3s linear;
	font-weight: 200;
}

.pure-g .menu_lateral .filter-container ul li a:hover {
	color: #8b8a8a;
}

.pure-g .menu_lateral .filter-container p.mas {
	padding-bottom: 10px;
	font-size: 11px;
	text-align: right;
	border-bottom: 0;
	margin-bottom: 30px;
	margin-top: 0;
}

.pure-g .menu_lateral .filter-container p.mas span {
	cursor: pointer;
	color: #000;
	text-decoration: none;
	-o-transition: color .3s linear, background .3s linear;
	-moz-transition: color .3s linear, background .3s linear;
	-webkit-transition: color .3s linear, background .3s linear;
	transition: color .3s linear, background .3s linear;
}

.pure-g .menu_lateral .filter-container p.mas span:hover {
	color: #8b8a8a;
}

.pure-g .menu_lateral div.filter-container ul {
	overflow: hidden;
}

.pure-g .menu_lateral div.filter-container.animated ul {
	transition: all .25s ease-out;
	-webkit-transition: all .25s ease-out;
}

.pure-g .menu_lateral div.filter-container.filter-type-price-range ul {
	padding: 0 20px;
}

.pure-g .menu_lateral .menu_responsive_interior {
	display: none;
}

.menu_responsivelist {
	padding: 0;
	list-style: none;
	padding: 0px;
	margin: 0px;
	width: 100%;
}

.menu_responsivelist li a {
	display: block;
	text-decoration: none;
	color: #FFF;
	padding: 0px;
}

.menu_responsivelist li ul li a {
	font-size: 14px;
	padding: 20px;
	font-weight: 200;
}

.menu_responsivelist li a:hover {

}

.menu_responsivelist ul {
	margin: 0;
	padding: 0;
	list-style: none;
	height: 0;
	overflow: hidden;
	transition: 1s;
	-moz-transition: 1s;
	-webkit-transition: 1s;
	margin-bottom: 0px;
}

.menu_responsivelist li {
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #ccc;
	padding-bottom: 8px;
	height: 20px;
	display: inline-block;
	width: 100%;
	background: transparent url("/assets/img/img_select.png") no-repeat scroll
	98% 50%;
}

.menu_responsivelist li:hover ul {
	height: 150px;
	overflow-y: auto;
	overflow-x: hidden;
}

.menu_responsivelist ul li {
	background: none !important;
}

.menu_responsivelist ul li a {

}

.menu_responsivelist ul li a:hover {
	color: #fff;
}

ul.menu_responsivelist li {
	margin-top: 30px;
	padding: 0;
}

ul.menu_responsivelist li a {
	font-weight: bold;
}

ul.menu_responsivelist li ul {
	margin-top: -30px;
	padding: 0;
	padding-bottom: 40px;
}

ul.menu_responsivelist li ul li {
	margin: 0;
	padding: 0;
	border-bottom: none;
	padding-bottom: 10px;
	height: 20px;
	display: inline-block;
	width: 100%;
}


/*
    Atencion cliente

*/
.pure-g .atencion {

}

.pure-g .atencion h2 {
	padding: 0px;
	margin: 0px 0px 20px 0px;
	text-transform: none;
}

.pure-g .atencion p {
	text-align: left;
	font-size: 14px;
	font-weight: 200;
	line-height: 25px;
}

.pure-g .atencion p a {
	color: #333;
	font-weight: 600;
}

.pure-g .atencion h3 {
	padding: 0px;
	margin: 0px 0px 20px 0px;
	text-transform: none;
	font-size: 15px;
	font-weight: 500;
	text-align: left;
}

.pure-g .atencion ul {
	padding: 0px;
	margin: 0px 0px 20px 0px;
	text-transform: none;
	font-size: 14px;
	text-align: left;
}

.pure-g .atencion ul li {
	list-style: none;
	font-weight: 200;
	line-height: 20px;
	background: url("/assets/img/bullet_atencion.png") no-repeat;
	background-position: left top;
	padding-left: 20px;
	background-position: 0px 10px;
	padding-bottom: 20px;
}

/* ==========================================================================
   AREA USUARIO
   ========================================================================== */
.pure-g .area_usuario {

}

.pure-g .area_usuario ul {
	margin: 15px 0px 0px 0px;
	padding: 0px;
	list-style: none;
	text-align: center;
	display: inline-block;
}

.pure-g .area_usuario ul li {
	display: inline-block;
	margin-bottom: 0px;
	line-height: 35px;
}

.pure-g .area_usuario.lista_marcas ul {
	margin: 0px;
}

.pure-g .area_usuario.lista_marcas ul li a img{
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
}

.pure-g .area_usuario ul li a,
.pure-g .area_usuario ul li span{
	text-decoration: none;
	margin-right: 20px;
	color: #333;
	border-bottom: 1px solid #333;
	padding-bottom: 5px;
	font-weight: 900;
	-webkit-transition: all .25s ease;
	transition: all .25s ease;
}

.pure-g .area_usuario ul li:last-child {
	text-decoration: none;
	margin-right: 0px;
}

.pure-g .area_usuario ul li a:hover,
.pure-g .area_usuario ul li span:hover {
	border-bottom: 4px solid #333;
	padding-bottom: 5px;
	opacity: .5;
}

.pure-g .area_usuario ul li a.active {
	border-bottom: 4px solid #333;
	padding-bottom: 5px;
}

.pure-g .area_usuario ul.sub_usuario {
	margin: 30px 0px 0px 0px;
	padding: 0px;
	list-style: none;
	text-align: center;
	display: block;
	border-top: 1px solid #ccc;
	padding-top: 20px;
}

.pure-g .area_usuario ul.sub_usuario li {
	display: inline;
	margin-bottom: 0px;
	font-size: 12px;
}

.pure-g .area_usuario ul.sub_usuario li a {
	text-decoration: none;
	margin-right: 20px;
	color: #666;
	border-bottom: 1px solid #666;
	padding-bottom: 5px;
	font-weight: 400;
}

.pure-g .area_usuario ul.sub_usuario li.active a,
.pure-g .area_usuario ul.sub_usuario li a.active {
	font-weight: bold;
	border-bottom: 4px solid #666;
}

.pure-g .area_usuario ul.sub_usuario li.label span {
	margin-right: 20px;
	color: #666;
	padding-bottom: 5px;
	font-weight: 400;
}


.pure-g .historico {
	opacity: .4;
}

.pure-g .listado_historial {
	margin-bottom: 10px;
	border-bottom: 1px solid #000;
	text-align: left;
	display: inline-block;
}

.pure-g .listado_historial ul {
	margin: 0px;
	padding: 0px 0px 0px 0px;
	list-style: none;
	text-align: left;
	display: inline-block;
}

.pure-g .listado_historial ul li {
	display: inline-block;
	text-align: left;
	margin-right: 30px;
}

.pure-g .listado_historial ul li span {
	display: block;
	font-size: 12px;
	margin-bottom: 20px;
}

.pure-g .listado_historial ul li.nombre {
	font-size: 24px;
}

.pure-g .listado_localizador {
	background-color: #fff;
	margin-bottom: 10px;
	text-align: left;
	display: inline-block;
}

.pure-g .listado_localizador p {
	text-align: left;
	display: inline-block;
	color: #333;
	font-weight: 200;
	line-height: 22px;
	margin: 0px;
}

.pure-g .listado_localizador input {
	width: 60%;
	font-family: 'Lato', sans-serif;
	height: 40px;
}

.pure-g .listado_localizador input.boton {
	width: 20%;
	background-color: #222;
	border: none;
	color: #fff;
	font-weight: 200;
	-webkit-transition: all .25s ease;
	transition: all .25s ease;
}

.pure-g .listado_localizador input.boton:hover {
	opacity: .7;
}


/* ===
   1.
   === */
.pure-g .listado_compra {
	margin-bottom: 10px;
	border-bottom: 1px solid #ccc;
	text-align: left;
	display: inline-block;
	margin-top: 50px;
}

.pure-g .listado_compra_sin {
	margin-bottom: 10px;
	text-align: left;
	display: inline-block;
}

.pure-g .listado_compra h2 {
	text-transform: none;
	padding: 0px;
	margin: 0px 0px 20px 0px;
}

.pure-g .listado_compra_sin h2 {
	text-transform: none;
}

.pure-g .listado_compra h2 span {
	color: #fff;
	background-color: #222;
	padding: 10px 20px 10px 20px;
	margin-right: 20px;
}

.pure-g .listado_compra_sin h2 span {
	color: #fff;
	background-color: #222;
	padding: 10px 20px 10px 20px;
	margin-right: 20px;
}

.pure-g .listado_compra_sin h2 span.editar {
	color: #333;
	background-color: #fff;
	padding: 10px 20px 10px 20px;
	margin-right: 20px;
	font-size: 14px;
	float: right;
	font-weight: 600;
}

.pure-g .listado_compra_sin h2 span.editar a {
	color: #333;
}

.pure-g .listado_compra .formulario {
	text-align: left;
	display: inline-block;
	padding: 0px 20px 0px 20px;
}

.pure-g .listado_compra .formulario input {
	text-align: left;
	display: inline-block;
	width: 70%;
	padding: 5px;
}

.pure-g .listado_compra .formulario select {
	text-align: left;
	display: inline-block;
	width: 70%;
	padding: 5px;
	border: 1px solid #ccc;
}

.pure-g .listado_compra .formulario .medio {
	float: left;
	display: inline-block;
	width: 50%;
	margin-bottom: 15px;
}

.pure-g .listado_compra .formulario .medio input {
	width: 90%;
}

.pure-g .listado_compra .formulario .medio select {
	width: 90%;
}

.pure-g .listado_compra .formulario .clear {
	clear: both;
	margin: 0px;
	padding: 0px;
	height: 0px;
	overflow: hidden;
}

.pure-g .listado_compra .formulario input.check {
	display: inline-block;
	width: auto;
	margin-right: 10px;
	margin-top: 30px;
}

/* ===
   2.
   === */
.pure-g .listado_compra_sin .formulario_envio {
	margin-top: 0px;
	text-align: left;
}

.pure-g .listado_compra_sin .formulario_envio div {
	padding-top: 0px;
}

.pure-g .listado_compra_sin .formulario_envio ul {
	margin: 0;
	padding: 0;
	text-align: left;
}

.pure-g .listado_compra_sin .formulario_envio ul li {
	list-style: none;
	font-size: 12px;
}

.pure-g .listado_compra_sin .formulario_envio ul li input {
	margin-right: 10px;
	width: 13px;
}

.pure-g .listado_compra_sin .formulario_envio ul li img {
	margin-right: 10px;
	display: inline-block;
	padding-top: 15px;
	width: 25px;
}

.pure-g .listado_compra_sin .formulario_envio p {
	text-align: left;
	padding: 0px;
}

.pure-g .listado_compra_sin .formulario_envio p.mini {
	text-align: left;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
}

.pure-g .listado_compra_sin .formulario_envio p.mini input {
	margin-right: 10px;
	padding: 0px;
}

.pure-g .listado_compra_sin .formulario_envio p.mini:hover {
	background: none;
}

.pure-g .listado_compra_sin .formulario_envio p.precio {
	text-align: right;
	font-size: 14px;
	margin: -10px 0px 0px 0px;
	padding: 0px;
	color: #333;
	font-weight: 200;
}

/* ===
   3.
   === */
.pure-g .listado_compra_sin .formulario_pago {
	margin: 0;
	text-align: left;
}

.pure-g .listado_compra_sin .formulario_pago div {
	padding-top: 0px;
}

.pure-g .listado_compra_sin .formulario_pago ul {
	margin: 0;
	padding: 0;
	text-align: left;
}

.pure-g .listado_compra_sin .formulario_pago ul li {
	list-style: none;
	font-size: 12px;
}

.pure-g .listado_compra_sin .formulario_pago ul li input {
	margin-right: 10px;
	width: 13px;
}

.pure-g .listado_compra_sin .formulario_pago ul li img {
	margin-right: 5px;
	display: inline-block;
	width: 25px;
	vertical-align: middle;
}

.pure-g .listado_compra_sin .formulario_pago p.nota {
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	text-align: left;
	margin-bottom: 20px;
	color: #666;
}

.pure-g .listado_compra_sin .formulario_pago ul.otros {
	margin: 0px;
	padding: 0px;
	text-align: left;
}

.pure-g .listado_compra_sin .formulario_pago ul.otros li {
	padding-bottom: 15px;
	font-size: 12px;
}

/* ===
   4.
   === */
.pure-g .listado_compra_sin .formulario_pedido {
	display: inline-block;
	margin-top: 0px;
	text-align: left;
	border-bottom: 1px solid #ccc;
	padding: 0;
}

.pure-g .listado_compra_sin .formulario_pedido .col-precio{
	padding-left: 0;
}

.pure-g .listado_compra_sin .formulario_pedido p.pedido {
	margin: 0px;
	padding: 0px;
	font-size: 16px;
	text-align: left;
	font-weight: 400;
}

.pure-g .listado_compra_sin .formulario_pedido p.cantidad {
	margin: 10px 0px 0px 0px;
	padding: 0px;
	font-size: 12px;
	text-align: left;
	font-weight: 200;
}

.pure-g .listado_compra_sin .formulario_pedido p.precio {
	margin: 0;
	padding: 0;
	text-align: right;
	font-size: 14px;
	font-weight: 200;
}

.pure-g .listado_compra_sin .formulario_pedido p.precio_mini {
	margin: -18px 0px 0px 0px;
	padding: 0px;
	text-align: right;
	font-size: 12px;
	font-weight: 200;
	color: #666;
}

.pure-g .listado_compra_sin .formulario_pedido p.gastos {
	margin: -18px 0px 0px 0px;
	padding: 0px;
	font-size: 10px;
	text-align: left;
	text-transform: uppercase;
	color: #666;
	font-weight: 200;
}

.pure-g .listado_compra_sin .formulario_pedido_sin {
	display: inline-block;
	margin-top: 0px;
	text-align: left;
	border-bottom: none;
	padding: 0px 0px 0px 0px;
}

.pure-g .listado_compra_sin .formulario_pedido_sin .pure-u-1{
	padding-bottom: 0;
}

.pure-g .listado_compra_sin .formulario_pedido_sin p.linea-total {
	margin: 10px 0px 0px 0px;
	padding: 0px;
	font-size: 14px;
	text-align: left;
	font-weight: normal;
	margin: 0;
}

.pure-g .listado_compra_sin .formulario_pedido_sin p.precio-total{
	text-align: right;
	margin: 0;
}

.pure-g .listado_compra_sin .formulario_pedido_sin p.linea-total-general{
	text-transform: uppercase;
	font-weight: normal;
	font-size: 18px;
}

.pure-g .listado_compra_sin .formulario_pedido_sin p.precio-total-general{
	font-weight: normal;
	font-size: 18px;
}

.pure-g .bloque_formulario_pedido {
	background-color: #f1f1f1;
	margin-bottom: 10px;
}

.pure-g .bloque_formulario_pedido div {
	margin: 0px;
	padding: 20px 20px 20px 20px;
}

/* Rating css */
.rating-stars {
	display: inline-block;
}

fieldset.rating-stars{
	border: 0;
	padding: 0;
	margin: 0;
}

/* :not(:checked) is a filter, so that browsers that don't support :checked don't
   follow these rules. Every browser that supports :checked also supports :not(), so
   it doesn't make the test unnecessarily selective */
.rating-stars:not(:checked) > input {
	/*position:absolute;
    top:-9999px;
    clip:rect(0,0,0,0);*/
	display: none;
}

.rating-stars:not(:checked) > label {
	float:right;
	width: 20px;
	padding: 0;
	overflow:hidden;
	white-space:nowrap;
	font-size:24px;
	line-height:1.2;
	color:#ddd;
	/*text-shadow:1px 1px #bbb, 2px 2px #666, .1em .1em .2em rgba(0,0,0,.5);*/
}

.rating-stars:not(:checked) > label span{
	display: none;
}

/*.rating-stars.active:not(:checked) > label{
	cursor:pointer;
}*/

.rating-stars:not(:checked) > label:before {
	font-family: IonIcons;
	content: "\f4b3";
	font-size: 20px;
}

.rating-stars label:hover:before{
	border: 0;
}

.rating-stars > input:checked ~ label {
	color: #a2f57c;
	/*text-shadow:1px 1px #c60, 2px 2px #940, .1em .1em .2em rgba(0,0,0,.5);*/
}

/*.rating-stars.active:not(:checked) > label:hover,
.rating-stars.active:not(:checked) > label:hover ~ label {
	color: #a2f57c;
	text-shadow:1px 1px goldenrod, 2px 2px #B57340, .1em .1em .2em rgba(0,0,0,.5);
}*/

.rating-stars > input:checked + label:hover,
.rating-stars > input:checked + label:hover ~ label,
.rating-stars > input:checked ~ label:hover,
.rating-stars > input:checked ~ label:hover ~ label,
.rating-stars > label:hover ~ input:checked ~ label {
	color: #a2f57c;
	/*text-shadow:1px 1px goldenrod, 2px 2px #B57340, .1em .1em .2em rgba(0,0,0,.5);*/
}

.rating-stars > label:active {
	position:relative;
}

/* APLAZAME GENERAL */
.aplazame-widget .apz-widget-v4-wrapper{
    padding: 0;
    margin: 0;
    max-width: 100%;
    display: none;
	margin: 0 auto;
}
.aplazame-widget *{
    font-family: 'Lato';
}
.aplazame-widget, .aplazame-widget-smart-title{
    display: none;
}
.aplazame-widget .apz-widget_border{
    border: none;
}

.aplazame-widget-instalments{
    color: black;
    text-decoration: underline;
    text-transform: normal;
    -webkit-transition: opacity .2s linear, background .2s linear;
    transition: opacity .2s linear, background .2s linear;
	cursor: pointer;
}

/* PACKS carrito */
/*.pure-g .carrito_packs {
    text-align: left;
    padding: 0px;
    width: 100%;
}
.pure-g .carrito_packs ul{
    text-align: left;
    padding: 0px 0px 0px 20px;
}
.pure-g .carrito_packs ul li{
    text-align: left;
    background:url(../img/bg_img_packs.png) no-repeat left center;
    list-style: none;
    padding-left: 30px;
    margin-bottom: 0px;
    font-size: 12px;
    color: #666;
}
.pure-g .carrito_packs ul li:last-child{
    margin-bottom: 0px;
}
.pure-g .carrito_packs ul li p{
    vertical-align: middle;
    display: inline-block;
    padding-top: 10px;
}
.pure-g .carrito_packs ul li a p{
    color: #666;
}
.pure-g .carrito_packs ul li a:hover{
    opacity: .6;
}

.pure-g .carrito_packs ul li img{
    display: inline-block;
    vertical-align: middle;
}
.pure-g .carrito_packs ul li .img_packs{
    width: 10%;
    opacity: .6;
}

.pure-g .carrito_packs .product-item-price{
    padding-left: 60px;
}
*/
/*.cart-content .carrito-fin p{
    font-weight: 400;
    padding: 0 1em;
}

.cart-content .carrito-fin a.boton{
    display: inline-block;
    width: auto;
    text-align: center;
    padding: 10px;
    font-weight: 300;
    letter-spacing: normal;
    text-decoration: none;
    transition: all 0.3s ease 0s;
    color: #fff;
    background-color: #666;
    width: 100%;
    font-size: 16px;
}

.cart-content .carrito-fin a.boton.boton-finalizar{
	color: #333;
    background-color: #a2f57c;
    padding: 20px 40px;
    font-size: 18px;
    font-weight: 400;
}

.cart-content  .carrito-fin a.boton:hover{
    opacity: .5;
}

.cart-content .carrito-fin a.boton.boton-finalizar:hover{
	color: #fff;
	background-color: #333;
	opacity: 1;
}
*/
.pure-g h2{
	margin-top: 30px;
}
@media only screen and (min-width:0px) and (max-width:768px) {

	.destacados_mini:not(.destacados_blog) .texto_destacado_mini_oscuro .contenido .bloque .contenido{
		background: none;
	}
	.destacados_mini .texto_destacado_mini_oscuro h4{
		width: 100%;
		background: rgba(0,0,0,.6);
	}

	/*.pure-g .carrito_packs ul li .img_packs{
        display: none;
    }
    .pure-g .carrito_packs ul{
        text-align: left;
        padding: 0px 0px 0px 0px;
    }
    .pure-g .carrito_packs ul li{
        margin-bottom: -10px;
    }
    .pure-g .carrito_packs .product-item-price{
        padding-left: 80px;
    }*/
}







/* PACKS producto item */


.product-item .product-item-packs{
	position: absolute;
	z-index: 1;
	bottom: 90px;
	background:url(/assets/img/bg_img_packs.png.webp) no-repeat left center;
}
.product-item .product-item-packs ul{
	padding: 0px;
	text-align: left;
	padding-left: 30px;

}
.product-item .product-item-packs ul li{
	padding: 0px;
	list-style: none;
	display: inline;

}
.product-item .product-item-packs ul li img{
	border: 1px solid #ccc;

}

/* Estilos newsletter */
#familias [type="checkbox"]{
	position: initial !important;
}

#familias button{
	display: table;
	margin: 0 auto;
	font-size: 12px;
	width: 40%;
	padding: 13px 16px 13px 13px;
	color: #fff;
	font-family: 'Lato', sans-serif;
	border-radius: 0px;
	background-color: #000;
	cursor: pointer;
	text-decoration: none;
	box-shadow: inset 0px 0px 0px;
	-webkit-box-shadow: inset 0px 0px 0px;
	border: none;
	-webkit-transition: all .25s ease;
	transition: all .25s ease;
}

@media only screen and (max-width:768px) { /*TODO: Quitar los !important y moverlo a su fichero correspondiente con las media quieries bien puestas*/
	::-webkit-scrollbar{
		display: none;
	}
	.inner_interior .subnavegacion .texto{
		white-space: initial !important;
	}
	.inner_interior .subnavegacion .texto .wrapper{
		margin-left: 20px;
		width: 90%;
		white-space: nowrap;
		overflow-x: overlay;
	}
	.subnavegacion .texto .wrapper .content{
		width: auto;
	}
	.inner_interior .subnavegacion .texto .wrapper .content ul.pre-crumbs{
		width: 100%;
	}
	.inner_interior .subnavegacion .texto .wrapper .content ul.pre-crumbs *{
		font-size: 12px;
		line-height: 12px;
		letter-spacing: .7px;
		vertical-align: middle;
	}
	.subnavegacion .texto .home-link .crumbs-icon{
		line-height: 12px;
	}
	.subnavegacion .texto .home-link:after, .subnavegacion .texto ul.pre-crumbs li:after{
		margin-left: 4px !important;
		margin-right: 4px !important;
	}
	.subnavegacion .texto .crumbs-icon:before,
	.subnavegacion .texto .home-link:after{
		vertical-align: middle !important;
	}
	.subnavegacion .texto h2{
		margin: 0 !important;
		font-size: 14px !important;
	}
	.subnavegacion .texto ul.pre-crumbs li{
		display: inline !important;
	}
}
@media only screen and (max-width:1300px) {
	.inner_interior .subnavegacion{
		padding: 5px 0 0 0;
	}
	.push-nav-active .subnavegacion{
		top: 0;
	}
}
banners-reglas h1{
	font-weight: 500;
}
.banners-titulo h1{
	margin: 0;
}
.banners-titulo h2{
	margin-top: 15px;
	margin-bottom: 20px;
}
.banners-reglas h2,
.banners-titulo h2{
	text-transform: none;
}
.banners-reglas h2 {
    margin: 20px 0px;
}
.content-heading img{
	max-width: 100%;
}

.web-content img.aligncenter{
    margin-left: auto;
    margin-right: auto;
    display: block;
    clear: both;
}

.web-content h3{
    font-size: 25px;
}
.web-content h3{
    font-size: 22px;
}

.web-content blockquote{
    margin: 0 0 1.5em 0.75em;
    padding: 0 0 0 0.75em;
    border-left: 3px solid #a2f57c;
    font-style: italic;
}

.web-content p,
.web-content h2,
.web-content h3,
.web-content h4{
    margin: 0 0 1.5em;
    letter-spacing: normal;
}

.web-content p{
    font-size: 16px;
}
.web-content h2{
    font-size: 1.75em;
}
.web-content h3{
    font-size: 1.125em;
}
.web-content h4{
    font-size: 1.1em;
}
.toast-title {
  font-weight: bold;
}
.toast-message {
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}
.toast-message a,
.toast-message label {
  color: #ffffff;
}
.toast-message a:hover {
  color: #cccccc;
  text-decoration: none;
}
.toast-close-button {
  position: relative;
  right: -0.3em;
  top: -0.3em;
  float: right;
  font-size: 20px;
  font-weight: bold;
  color: #ffffff;
  -webkit-text-shadow: 0 1px 0 #ffffff;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  filter: alpha(opacity=80);
}
.toast-close-button:hover,
.toast-close-button:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.4;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  filter: alpha(opacity=40);
}
/*Additional properties for button version
 iOS requires the button element instead of an anchor tag.
 If you want the anchor version, it requires `href="#"`.*/
button.toast-close-button {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.toast-top-center {
  top: 0;
  right: 0;
  width: 100%;
}
.toast-bottom-center {
  bottom: 0;
  right: 0;
  width: 100%;
}
.toast-top-full-width {
  top: 0;
  right: 0;
  width: 100%;
}
.toast-bottom-full-width {
  bottom: 0;
  right: 0;
  width: 100%;
}
.toast-top-left {
  top: 12px;
  left: 12px;
}
.toast-top-right {
  top: 12px;
  right: 12px;
}
.toast-bottom-right {
  right: 12px;
  bottom: 12px;
}
.toast-bottom-left {
  bottom: 12px;
  left: 12px;
}
#toast-container {
  position: fixed;
  z-index: 999999;
  pointer-events: none;
  /*overrides*/
}
#toast-container * {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#toast-container > div {
  position: relative;
  pointer-events: auto;
  overflow: hidden;
  margin: 0 0 6px;
  padding: 15px 15px 15px 50px;
  width: 300px;
  -moz-border-radius: 3px 3px 3px 3px;
  -webkit-border-radius: 3px 3px 3px 3px;
  border-radius: 3px 3px 3px 3px;
  background-position: 15px center;
  background-repeat: no-repeat;
  -moz-box-shadow: 0 0 12px #999999;
  -webkit-box-shadow: 0 0 12px #999999;
  box-shadow: 0 0 12px #999999;
  color: #ffffff;
  opacity: 0.8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  filter: alpha(opacity=80);
}
#toast-container > :hover {
  -moz-box-shadow: 0 0 12px #000000;
  -webkit-box-shadow: 0 0 12px #000000;
  box-shadow: 0 0 12px #000000;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  filter: alpha(opacity=100);
  cursor: pointer;
}
#toast-container > .toast-info {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGwSURBVEhLtZa9SgNBEMc9sUxxRcoUKSzSWIhXpFMhhYWFhaBg4yPYiWCXZxBLERsLRS3EQkEfwCKdjWJAwSKCgoKCcudv4O5YLrt7EzgXhiU3/4+b2ckmwVjJSpKkQ6wAi4gwhT+z3wRBcEz0yjSseUTrcRyfsHsXmD0AmbHOC9Ii8VImnuXBPglHpQ5wwSVM7sNnTG7Za4JwDdCjxyAiH3nyA2mtaTJufiDZ5dCaqlItILh1NHatfN5skvjx9Z38m69CgzuXmZgVrPIGE763Jx9qKsRozWYw6xOHdER+nn2KkO+Bb+UV5CBN6WC6QtBgbRVozrahAbmm6HtUsgtPC19tFdxXZYBOfkbmFJ1VaHA1VAHjd0pp70oTZzvR+EVrx2Ygfdsq6eu55BHYR8hlcki+n+kERUFG8BrA0BwjeAv2M8WLQBtcy+SD6fNsmnB3AlBLrgTtVW1c2QN4bVWLATaIS60J2Du5y1TiJgjSBvFVZgTmwCU+dAZFoPxGEEs8nyHC9Bwe2GvEJv2WXZb0vjdyFT4Cxk3e/kIqlOGoVLwwPevpYHT+00T+hWwXDf4AJAOUqWcDhbwAAAAASUVORK5CYII=") !important;
}
#toast-container > .toast-error {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAHOSURBVEhLrZa/SgNBEMZzh0WKCClSCKaIYOED+AAKeQQLG8HWztLCImBrYadgIdY+gIKNYkBFSwu7CAoqCgkkoGBI/E28PdbLZmeDLgzZzcx83/zZ2SSXC1j9fr+I1Hq93g2yxH4iwM1vkoBWAdxCmpzTxfkN2RcyZNaHFIkSo10+8kgxkXIURV5HGxTmFuc75B2RfQkpxHG8aAgaAFa0tAHqYFfQ7Iwe2yhODk8+J4C7yAoRTWI3w/4klGRgR4lO7Rpn9+gvMyWp+uxFh8+H+ARlgN1nJuJuQAYvNkEnwGFck18Er4q3egEc/oO+mhLdKgRyhdNFiacC0rlOCbhNVz4H9FnAYgDBvU3QIioZlJFLJtsoHYRDfiZoUyIxqCtRpVlANq0EU4dApjrtgezPFad5S19Wgjkc0hNVnuF4HjVA6C7QrSIbylB+oZe3aHgBsqlNqKYH48jXyJKMuAbiyVJ8KzaB3eRc0pg9VwQ4niFryI68qiOi3AbjwdsfnAtk0bCjTLJKr6mrD9g8iq/S/B81hguOMlQTnVyG40wAcjnmgsCNESDrjme7wfftP4P7SP4N3CJZdvzoNyGq2c/HWOXJGsvVg+RA/k2MC/wN6I2YA2Pt8GkAAAAASUVORK5CYII=") !important;
}
#toast-container > .toast-success {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADsSURBVEhLY2AYBfQMgf///3P8+/evAIgvA/FsIF+BavYDDWMBGroaSMMBiE8VC7AZDrIFaMFnii3AZTjUgsUUWUDA8OdAH6iQbQEhw4HyGsPEcKBXBIC4ARhex4G4BsjmweU1soIFaGg/WtoFZRIZdEvIMhxkCCjXIVsATV6gFGACs4Rsw0EGgIIH3QJYJgHSARQZDrWAB+jawzgs+Q2UO49D7jnRSRGoEFRILcdmEMWGI0cm0JJ2QpYA1RDvcmzJEWhABhD/pqrL0S0CWuABKgnRki9lLseS7g2AlqwHWQSKH4oKLrILpRGhEQCw2LiRUIa4lwAAAABJRU5ErkJggg==") !important;
}
#toast-container > .toast-warning {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGYSURBVEhL5ZSvTsNQFMbXZGICMYGYmJhAQIJAICYQPAACiSDB8AiICQQJT4CqQEwgJvYASAQCiZiYmJhAIBATCARJy+9rTsldd8sKu1M0+dLb057v6/lbq/2rK0mS/TRNj9cWNAKPYIJII7gIxCcQ51cvqID+GIEX8ASG4B1bK5gIZFeQfoJdEXOfgX4QAQg7kH2A65yQ87lyxb27sggkAzAuFhbbg1K2kgCkB1bVwyIR9m2L7PRPIhDUIXgGtyKw575yz3lTNs6X4JXnjV+LKM/m3MydnTbtOKIjtz6VhCBq4vSm3ncdrD2lk0VgUXSVKjVDJXJzijW1RQdsU7F77He8u68koNZTz8Oz5yGa6J3H3lZ0xYgXBK2QymlWWA+RWnYhskLBv2vmE+hBMCtbA7KX5drWyRT/2JsqZ2IvfB9Y4bWDNMFbJRFmC9E74SoS0CqulwjkC0+5bpcV1CZ8NMej4pjy0U+doDQsGyo1hzVJttIjhQ7GnBtRFN1UarUlH8F3xict+HY07rEzoUGPlWcjRFRr4/gChZgc3ZL2d8oAAAAASUVORK5CYII=") !important;
}
#toast-container.toast-top-center > div,
#toast-container.toast-bottom-center > div {
  width: 300px;
  margin-left: auto;
  margin-right: auto;
}
#toast-container.toast-top-full-width > div,
#toast-container.toast-bottom-full-width > div {
  width: 96%;
  margin-left: auto;
  margin-right: auto;
}
.toast {
  background-color: #030303;
}
.toast-success {
  background-color: #51a351;
}
.toast-error {
  background-color: #bd362f;
}
.toast-info {
  background-color: #2f96b4;
}
.toast-warning {
  background-color: #f89406;
}
.toast-progress {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 4px;
  background-color: #000000;
  opacity: 0.4;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  filter: alpha(opacity=40);
}
/*Responsive Design*/
@media all and (max-width: 240px) {
  #toast-container > div {
    padding: 8px 8px 8px 50px;
    width: 11em;
  }
  #toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em;
  }
}
@media all and (min-width: 241px) and (max-width: 480px) {
  #toast-container > div {
    padding: 8px 8px 8px 50px;
    width: 18em;
  }
  #toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em;
  }
}
@media all and (min-width: 481px) and (max-width: 768px) {
  #toast-container > div {
    padding: 15px 15px 15px 50px;
    width: 25em;
  }
}

/* 
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }
.owl-carousel .owl-animated-in {
  z-index: 0; }
.owl-carousel .owl-animated-out {
  z-index: 1; }
.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut; }

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

  100% {
    opacity: 0; } }

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

  100% {
    opacity: 0; } }

/* 
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out; }

/* 
 *  Core Owl Carousel CSS File
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1; }
  .owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y; }
  .owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0; }
  .owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px); }
  .owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none; }
  .owl-carousel .owl-item img {
    display: block;
    width: 100%;
    -webkit-transform-style: preserve-3d; }
  .owl-carousel .owl-nav.disabled, .owl-carousel .owl-dots.disabled {
    display: none; }
  .owl-carousel .owl-nav .owl-prev, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-dot {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel.owl-loaded {
    display: block; }
  .owl-carousel.owl-loading {
    opacity: 0;
    display: block; }
  .owl-carousel.owl-hidden {
    opacity: 0; }
  .owl-carousel.owl-refresh .owl-item {
    display: none; }
  .owl-carousel.owl-drag .owl-item {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel.owl-grab {
    cursor: move;
    cursor: -webkit-grab;
    cursor: -o-grab;
    cursor: -ms-grab;
    cursor: grab; }
  .owl-carousel.owl-rtl {
    direction: rtl; }
  .owl-carousel.owl-rtl .owl-item {
    float: right; }

/* No Js */
.no-js .owl-carousel {
  display: block; }

/* 
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease; }
.owl-carousel .owl-item img {
  transform-style: preserve-3d; }

/* 
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("/assets/vendor/owl.carousel/dist/assets/owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: scale 100ms ease;
  -moz-transition: scale 100ms ease;
  -ms-transition: scale 100ms ease;
  -o-transition: scale 100ms ease;
  transition: scale 100ms ease; }
.owl-carousel .owl-video-play-icon:hover {
  -webkit-transition: scale(1.3, 1.3);
  -moz-transition: scale(1.3, 1.3);
  -ms-transition: scale(1.3, 1.3);
  -o-transition: scale(1.3, 1.3);
  transition: scale(1.3, 1.3); }
.owl-carousel .owl-video-playing .owl-video-tn, .owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none; }
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease; }
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }

#loading-overlay{
  background-color: #000;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 40;
  opacity: .7;
}

#loading-overlay:before{
  content: '';
  display: block;
  background: url(/assets/img/loading.gif) no-repeat center center;
  width: 64px;
  height: 64px;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}

#search input{
  outline: none;
}

.content.product-list{
  max-width: 1920px;
}

body.product-list .pure-g .area_usuario ul.sub_usuario{
  padding: 0;
  border: 0;
  margin-top: 0;
  margin-bottom: 0px;
}

.pure-g .area_usuario{
  padding-top: 0;
  padding-bottom: 0;
}

#login-form .check{
  width: auto;
}

span.required{
  color: #ff0000;
  font-weight: bold;
}

form div.field-item,
.families-container{
  text-align: left;
  margin: 1em 0;
}

form div.field-item.field-readonly .field-value{
  color: #666;
}

form div.field-item p{
    margin-bottom: .2em;
}

form div.field-item p span.tip{
  font-size: 12px;
  color: #666;
  font-style: italic;
  font-weight: 400;
}

.login .login-help p{
  margin: 1em 0;
}

form div.field-item.has-errors input,
form div.field-item.has-errors textarea{
  border: 1px solid #ff0000;
}

form div.field-item .captcha-image{
  display: block;
  margin: 0 auto;
}

form div.field-item a{
  color: #666;
  text-decoration: underline;
}

form div.field-item a.reload-captcha{
  font-size: 12px;
}

form div.field-item a:hover{
    text-decoration: none;
}

form div.field-item.has-errors p.error-msg{
  font-size: 12px;
  color: #fd5959;
}

form.validating:after,
.popup-content.busy:after{
  position: absolute;
  content: '';
  background: url(/assets/img/loading_validating.gif) no-repeat center center #fff;
  width: 100%;
  height: 100%;
  display: block;
  opacity: .9;
  top: 0;
  left: 0;
}

.popup-content.status-ok:after{
    position: absolute;
    content: '';
    background: url(/assets/img/check-ok-claro.png) no-repeat center center #fff;
    width: 100%;
    height: 100%;
    display: block;
    opacity: .9;
    top: 0;
    left: 0;
}

.hidden{
  display: none;
}

.clearfix{
    content: "";
    display: block;
    clear: both;
}

.clearfix2:after {
     visibility: hidden;
     display: block;
     font-size: 0;
     content: " ";
     clear: both;
     height: 0;
     }
.clearfix2 { display: inline-block; }
/* start commented backslash hack \*/
* html .clearfix2 { height: 1%; }
.clearfix2 { display: block; }
/* close commented backslash hack */



.footer .footer_cierre .footer_rss ul{
  padding-left: 0;
}

/* Botones comprar */
p.comprar{
    width: 49%;
    display: inline-block;
    position: relative;
    z-index: 11;
    line-height: 1.5em;
}
p.comprar.eliminar-filtros{
    width: 100%;
}
p.comprar.comprar-consultar{
  width: auto;
  background-color: transparent;
}

p.comprar.comprar-consultar a, p.comprar.comprar-consultar button{
  font-size: 11px;
  font-weight: 400;
  background-color: #80bfff;
  border-color: transparent;
}

p.comprar button{
  line-height: inherit;
  letter-spacing: inherit;
  font-weight: inherit;
  font-family: inherit;
}

p.comprar a, p.comprar span, p.comprar button{
    text-decoration: none;
    color: #000;
    width: 100%;
    font-weight: 200;
    font-size: 14px;
    text-align: center;
    margin:0px;
    background-color: #a2f57c;
    padding: 10px;
    display: block;
    border: 1px solid #a2f57c;
    -webkit-transition:background-color .25s ease;
    transition:background-color .25s ease;
}


p.comprar.comprar-no-stock a, p.comprar.comprar-no-stock button{
    text-decoration: none;
    color: #000;
    width: 100%;
    font-weight: 200;
    font-size: 12px;
    text-align: center;
    margin:0px;
    background-color: #F4A460;
    padding: 8px;
    display: block;
    border: 0;
    -webkit-transition:background-color .25s ease;
    transition:background-color .25s ease;
}

.mini .bloque_compra p.comprar.comprar-no-stock a:hover,
.mini .bloque_compra p.comprar.comprar-no-stock button:hover{
  border: 0;
}

p.comprar.comprar-descatalogado{
    border: 0;
    background-color: #ddd;
}


p.comprar.comprar-descatalogado span{
    font-size: 11px;
    background-color: transparent;
    border: 0;
    font-weight: 400;
}


.field-item.error input,
.field-item.error select,
.field-item.error textarea{
    border:1px solid #fd0315 !important;
}

.field-item.error p { color:#fd0315 !important; }

/* Checkboxes estilizados */
/*.styled-checkbox{
  width: 20px;
  position: relative;
  margin: 20px auto;
}

.styled-checkbox label {
  width: 20px;
  text-indent: 25px;
  height: 20px;
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  background: -webkit-linear-gradient(top, #222222 0%, #45484d 100%);
  background: linear-gradient(to bottom, #222222 0%, #45484d 100%);
  border-radius: 4px;
  box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.5), 0px 1px 0px
    rgba(255, 255, 255, 0.4);
}

.styled-checkbox label:after {
  content: '';
  width: 9px;
  height: 5px;
  position: absolute;
  top: 4px;
  left: 4px;
  border: 3px solid #fcfff4;
  border-top: none;
  border-right: none;
  background: transparent;
  opacity: 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.styled-checkbox label:hover::after {
  opacity: 0.3;
}

.styled-checkbox input[type=checkbox] {
  visibility: hidden;
}

.styled-checkbox input[type=checkbox]:checked+label:after {
  opacity: 1;
}*/


div#CybotCookiebotDialog input[type="checkbox"] {
  left:0px;
}

[type="checkbox"]:not(:checked),
[type="checkbox"]:checked {
  position: absolute;
  left: -9999px;
}
[type="checkbox"]:not(:checked) + label,
[type="checkbox"]:checked + label {
  position: relative;
  padding-left: 15px;
  cursor: pointer;
  line-height: 15px;
  display: inline-block;
  letter-spacing: .05em;
}

/* checkbox aspect */
[type="checkbox"]:not(:checked) + label:before,
[type="checkbox"]:checked + label:before {
  content: '';
  position: absolute;
  left:0; top: 0;
  width: 12px; 
  height: 12px;
  border: 1px solid #aaa;
  background: #f8f8f8;
  box-shadow: inset 0 1px 1px rgba(0,0,0,.3);
}
/* checked mark aspect */
[type="checkbox"]:not(:checked) + label:after,
[type="checkbox"]:checked + label:after {
  /*content: '✔';*/
  content: "\f121";
  font-family: IonIcons;
  position: absolute;
  top: 4px;
  left: 3px;
  font-size: 8px;
  line-height: 0.8;
  color: #222;
  transition: all .2s;
}
/* checked mark aspect changes */
[type="checkbox"]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
}
[type="checkbox"]:checked + label:after {
  opacity: 1;
  transform: scale(1);
}
/* disabled checkbox */
[type="checkbox"]:disabled:not(:checked) + label:before,
[type="checkbox"]:disabled:checked + label:before {
  box-shadow: none;
  border-color: #bbb;
  background-color: #ddd;
}
[type="checkbox"]:disabled:checked + label:after {
  color: #999;
}
[type="checkbox"]:disabled + label {
  color: #aaa;
}
/* accessibility */
[type="checkbox"]:checked:focus + label:before,
[type="checkbox"]:not(:checked):focus + label:before {
  /*border: 1px solid blue;*/
}

/* hover style just for information */
label:hover:before {
  border: 1px solid #4778d9;
}


/***** Estilizar radios *****/
[type="radio"].styled:not(:checked),
[type="radio"].styled:checked {
  position: absolute;
  left: -9999px;
}
[type="radio"].styled:not(:checked) + label,
[type="radio"].styled:checked + label {
  position: relative;
  padding-left: 25px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
}

/* checkbox aspect */
[type="radio"].styled:not(:checked) + label:before,
[type="radio"].styled:checked + label:before {
  content: '';
  position: absolute;
  left:0; top: 0;
  width: 18px; height: 18px;
  border: 1px solid #aaa;
  background: #f8f8f8;
  border-radius: 50%;
  box-shadow: inset 0 1px 1px rgba(0,0,0,.3);
}
/* checked mark aspect */
[type="radio"].styled:not(:checked) + label:after,
[type="radio"].styled:checked + label:after {
  /*content: '✔';*/
  content: '';
  position: absolute;
  display: block;
  top: 6px; left: 6px;
  transition: all .2s;
  background-color: #222;
  width: 6px;
  height: 6px;
  border-radius: 50%;
}
/* checked mark aspect changes */
[type="radio"].styled:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
}
[type="radio"].styled:checked + label:after {
  opacity: 1;
  transform: scale(1);
}
/* disabled checkbox */
[type="radio"].styled:disabled:not(:checked) + label:before,
[type="radio"].styled:disabled:checked + label:before {
  box-shadow: none;
  border-color: #bbb;
  background-color: #ddd;
}
[type="radio"].styled:disabled:checked + label:after {
  color: #999;
}
[type="radio"].styled:disabled + label {
  color: #aaa;
}
/* accessibility */
[type="radio"].styled:checked:focus + label:before,
[type="radio"].styled:not(:checked):focus + label:before {
  /*border: 1px dotted blue;*/
}

/* hover style just for information */
label:hover:before {
  border: 1px solid #4778d9;
}

.families-checkbox{
    position: relative !important;
    left: 0 !important;
    float:left;
    margin-right: 10px;
    top: 3px;
}

.families-children{
    margin-left: 30px;
}

.ver-ofertas{
    margin:0 auto;
}

.ver-ofertas p{
    width: 100%;
}

@media only screen and ( max-width: 768px ) {
  #PureChatWidget.purechat.purechat-attached.purechat-widget-expanded.purechat-bottom{
    left: 0 !important;
  }

  [type="checkbox"]:not(:checked) + label:before,
  [type="checkbox"]:checked + label:before {
    content: '';
    position: absolute;
    left:0; top: 0;
    width: 16px; 
    height: 16px;
    border: 1px solid #aaa;
    background: #f8f8f8;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.3);
  }

  [type="checkbox"]:not(:checked) + label,
  [type="checkbox"]:checked + label {
    position: relative;
    padding-left: 20px;
    cursor: pointer;
    line-height: 18px;
    display: inline-block;
    letter-spacing: .05em;
    font-size: 15px;
  }

  /* checked mark aspect */
  [type="checkbox"]:not(:checked) + label:after,
  [type="checkbox"]:checked + label:after {
    /*content: '✔';*/
    content: "\f121";
    font-family: IonIcons;
    position: absolute;
    top: 5px;
    left: 4px;
    font-size: 10px;
    line-height: 0.8;
    color: #222;
    transition: all .2s;
  }
}

/* Contenido Connectif */
.cn_content_type_popup input[type="checkbox"]:checked,
.cn_content_type_popup input[type="checkbox"]:not(:checked){
  position: initial;
}
.page-rma .main-content h1{
	text-transform: none;
	margin-bottom: 0;
}

.page-rma .main-content h2{
    text-transform: none;
    margin: 1em 0;
    font-weight: 200;
    font-size: 26px;
}

.page-rma .main-content h1,
.page-rma .main-content h2,
.page-rma .main-content p,
.page-rma .main-content label{
    letter-spacing: normal;
}

.page-rma .main-content .rma-form p{
	text-align: left;
}

.page-rma .main-content{
	max-width: 1400px;
}

.page-rma .main-content .cont-form{
	padding-top: 0;
}

.page-rma .main-content .rma-form{
	margin: 0 auto;
}

.page-rma .main-content .rma-form .error{
	margin-top: .2em;
}

.page-rma .main-content .rma-form .clearfix2{
	width: 100%;
}

.page-rma .main-content .rma-form .field-item{
	padding: 0 5px;
	margin: 0;
}

.page-rma .main-content .rma-form .tipo-direccion{
	text-align: left;
}

.page-rma .main-content .rma-form .pure-g{
	text-align: left;
}

.page-rma .main-content .rma-help{
	margin: 0 40px;
    font-size: 15px;
    border-bottom: 1px solid #7f7f7f;
    padding: 20px 0 1.5em 0;
    font-weight: 400;
}

.page-rma .main-content .rma-help p{
    text-align: center;
}

.page-rma .main-content .col-title{
	padding-bottom: 0;
}

.page-rma .main-content .rma-result{
	margin-top: 3em;
	text-align: center;
}

.page-rma .main-content .rma-result h2{
	display: inline-block;
	background: url(/assets/img/check-ok-claro.png) no-repeat right center;
    padding-top: 25px;
    padding-right: 50px;
    margin: 0;
}

.page-rma .main-content .rma-result p{
	font-weight: 400;
}

.page-rma .main-content .rma-form .file-tip{
    margin: 0 0 1em 0;
    font-size: 12px;
    color: #666;
}

.page-rma .main-content .rma-form input,
.page-rma .main-content .rma-form textarea{
	width: 100%;
}

.page-rma .main-content .rma-form textarea{
	height: 8em;
}

.page-rma .main-content .rma-form .submit input{
	padding: 10px;
	max-width: 360px;
}

.page-rma .main-content .rma-form .field-item input,
.page-rma .main-content .rma-form .field-item select,
.page-rma .main-content .rma-form .field-item textarea{
    font-family: 'Lato', sans-serif;
    font-size:15px;
    padding:8px 10px;
    width:100%;
}

.page-rma .main-content .rma-form .submit input{
	background-color: #a2f57c;
	color: #000;
	font-weight: 400;
	padding: 16px 10px;
}

.page-rma .main-content .rma-form .submit input:hover{
	background-color: #333;
	color: #fff;
}


#top-btn {
  width: 50px;
  height: 50px;
  bottom: -50px;
  right: 20px;
  position: fixed;
  text-align: center;
  border-radius: 100px;
  background-color: #a2f57c;
  cursor: pointer;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0.12), 3px 4px 8px 0px rgba(0, 0, 0, 0.11);
  -webkit-transition: all .8s;
  transition: all .8s;
}

#top-btn:hover {
  background-color: #a2f57c;
}

#top-btn:hover i {
  color: #fff;
}

#top-btn i {
  padding-top: 15px;
  font-size: 20px;
  /line-height: 50px;
  color: #000;
  -webkit-transition: all .8s;
  transition: all .8s;
}
/*!
* lazyyt
* v0.3.4 - 2014-06-30
* Copyright (c) 2014 Tyler Pearson <ty.pearson@gmail.com> (http://tylerp.me); Licensed MIT %>
*/.lazyYT-title{z-index:100!important;color:#fff!important;font-family:sans-serif!important;font-size:12px!important;top:10px!important;left:12px!important;position:absolute!important;margin:0!important;padding:0!important;line-height:1!important;font-style:normal!important;font-weight:400!important}.lazyYT-button{margin:0!important;padding:0!important;width:60px!important;height:41px!important;z-index:100!important;position:absolute!important;top:50%!important;margin-top:-22px!important;left:50%!important;margin-left:-30px!important;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAApCAYAAABp50paAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAABV9JREFUeNrcWk1IK1cUvrmZGBOjJvr6xKe+Slvroi6kK6GrUkSxO12IC6GgUFBcuOlC8GdRulERV3VRQV0IKhRU0NJupK3tpi1dCRaxffWHGjWZPJNnNJlMz9FzX+ZNkzylcxP1wMdMZiYz97vnu+ee+2Njmc0GyANwgANQDCgAuABOwGOAG6AAiuh+MV3Lo+fc9KyN3qGYvnEBSAA0QBTwAnBp+P0ccAxQ6bkw/T4HRABn9B+8F6f/ZiRktjJANaCSUE0kkVApoBDgAeQTIeM7dAKjAuiG6+b7wniKstgMv+2m5xMGslgZIUAAEAOcAv4GHAL+BDwDBNMRxvOPAZ8C3iUPOVNUiGaCfgOV3MZe9z5OlSDAUzxzQZXyC+BLwM+pCtMJGCTvCTJxOlpBxGpLVzF2ajqiMvyAzwDfGuXyPuALkmyY5KGZ5GVGri1duXRyVIyOPsA7gO9R/iIYtQLKiSy7Q6T+b2UkSN7vAT4U7QGDz9Mbtp/7SPySjh9gj8EpApeyh2/YoyicuhlvhuBkVU3n2jA/cBkJxyUVjBuipz2HEf0qYcKs5w1ify6DbFVVVbSrq0s9ODhQlpaWClRVdUtWUyqLE0cPEn5CXkhI8HC8ubk5ODw8XJBIJOJNTU2H/f39j/f29jxZDJI2Iowq9nJiLk1KZWWYqcKHOC9pa2t7c21tLdTR0XHgdDo1kng22rdGQaucU2YlraY1TRPJACrIXldXVzU/P+8YHR09rqysVIkwz1JWxjmNZqQRBimbBxdIvLyvr8+7uroabGxs9NP1bAS0fOmE09Q2SsxdX19fsbCw4BgcHNzzeDxhGrDItCJO2s52hiVIO3w+X+nIyEgxRPCjmpqaE8lp7VU/nCeTMASrTO++GrTDM8UQzStB4uHOzs5niqIkJLRrLIeTG2QkpVZtthu9Fgk6amtrn8zMzLgmJyePvV7vmcVl0kUuncfuhumkiIqenh7f4uJiAJKWMwuDmS4krdyxURKOYz0Qvd0NDQ1Ri9+tKIbh050Zx+q6fjg1NaWtr6/7SO5WvTuq0ABZuNyWY7L6ycnJ0dDQ0OXc3FxFJBKxW0w4opCEcmnYrDh4Vd3c3FS7u7t929vbj6ipWT3IuOREOFeeRQ/GQqGQf2xsLNDS0vIIyBbRdU2Cgl5K2pYD+SKpF1tbW0cDAwOu5eXlKkleNdqVpMMyk3eQaioJ6zCo8M/OzsZh6Fi0v79fYsi+ZNpzJByU6WHD4AEJ4QxpfHd392hiYuJyenq64vz8XGGvrlJIHSbix46lavc60xISVjc2NsK9vb0ukHKZYeIhG00I7WpeOirxQ3xnZwc99w90MaHx8fFAa2trMZAtYcl542wYOhbXoU7xox8BvmLJFTxLCRcWFkbb29tVv9+vrKyseOnj2SL6MqUEHAA+QcJ1gDl2PTcdldCexeKXCEq5GIrizOzvgC5OUTrI/rtua1ncYsl1nlzm7CjpCKcTld3vtaQbZVlY+SJoBR4wUeHIPUyykDBOwP8mZgTYw1pQQy755N2fsGlxurgO+JUmAxyGh/V7VgHmMjspNn0D+IEZZhOwDf/FrheOn7Lkdgexkm43vfB18rF8JuQGvYCD4DSUH69/B/gccJSqgG+z630euJb6Fv3JaSCfjpBm6McTFqWKNvbqPg6eIefXSbYXVAbc8PIH4EfA1+x620NGj2Cf7KMOG7cm4fi0hK5XUw0KiG1MeHQTHBZGVrFjJ0znuEXpjIItdnX7FHRPCeLeITPt4LmtBEWNiz1XYj7MxZJbmPIJpSy5pUlUXDrPxAzKiBBJN53vk9fE/q0okY4ZVBS7jaL+FWAA/y++OTUmOgsAAAAASUVORK5CYII=)!important}
/*!
 *  Font Awesome 4.5.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';font-display:swap;src:url('/assets/vendor/font-awesome/fonts/fontawesome-webfont.eot?v=4.5.0');src:url('/assets/vendor/font-awesome/fonts/fontawesome-webfont.eot?#iefix&v=4.5.0') format('embedded-opentype'),url('/assets/vendor/font-awesome/fonts/fontawesome-webfont.woff2?v=4.5.0') format('woff2'),url('/assets/vendor/font-awesome/fonts/fontawesome-webfont.woff?v=4.5.0') format('woff'),url('/assets/vendor/font-awesome/fonts/fontawesome-webfont.ttf?v=4.5.0') format('truetype'),url('/assets/vendor/font-awesome/fonts/fontawesome-webfont.svg?v=4.5.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{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=1);-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2);-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=3);-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{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{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: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-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-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"}

	/*
  	Flaticon icon font: Flaticon
  	Creation date: 16/11/2016 11:09
  	*/

@font-face {
  font-family: "Flaticon";
  src: url("/assets/fonts/Flaticon.eot");
  src: url("/assets/fonts/Flaticon.eot?#iefix") format("embedded-opentype"),
       url("/assets/fonts/Flaticon.woff") format("woff"),
       url("/assets/fonts/Flaticon.ttf") format("truetype"),
       url("/assets/fonts/Flaticon.svg#Flaticon") format("svg");
  font-weight: normal;
  font-style: normal;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: "Flaticon";
    src: url("/assets/fonts/Flaticon.svg#Flaticon") format("svg");
  }
}

[class^="flaticon-"]:before, [class*=" flaticon-"]:before,
[class^="flaticon-"]:after, [class*=" flaticon-"]:after {   
  font-family: Flaticon;
        font-size: 20px;
font-style: normal;
margin-left: 20px;
}

.flaticon-auriculares:before { content: "\f100"; }
.flaticon-bateria-instrumentos-percusion:before { content: "\f101"; }
.flaticon-cables-conectores:before { content: "\f102"; }
.flaticon-controladores-midi:before { content: "\f103"; }
.flaticon-equipamiento-estudio-grabacion:before { content: "\f104"; }
.flaticon-equipo-directo-instalacion:before { content: "\f105"; }
.flaticon-grabadora-digital:before { content: "\f106"; }
.flaticon-guitarra-bajo:before { content: "\f107"; }
.flaticon-hifi-hi-end:before { content: "\f108"; }
.flaticon-interface-audio:before { content: "\f109"; }
.flaticon-material-dj:before { content: "\f10a"; }
.flaticon-microfonos:before { content: "\f10b"; }
.flaticon-monitores-estudio:before { content: "\f10c"; }
.flaticon-ordenadores-apple:before { content: "\f10d"; }
.flaticon-sintetizador:before { content: "\f10e"; }
.flaticon-amplificador-guitarra-bajo:before {
    content: "\f10f";
    font-size: 64px !important;
    margin-left: -145px !important;
}
.flaticon-pedales-guitarra-bajo:before {
    content: "\f110";
    font-size: 64px !important;
    margin-left: -16px !important;
}
.flaticon-instrumentos-viento:before { content: "\f111"; }
.flaticon-instrumentos-arco:before { content: "\f112"; }
.flaticon-soportes-pies:before { content: "\f113"; }
@charset "UTF-8";/*!
  Ionicons, v2.0.0
  Created by Ben Sperry for the Ionic Framework, http://ionicons.com/
  https://twitter.com/benjsperry  https://twitter.com/ionicframework
  MIT License: https://github.com/driftyco/ionicons

  Android-style icons originally built by Google’s
  Material Design Icons: https://github.com/google/material-design-icons
  used under CC BY http://creativecommons.org/licenses/by/4.0/
  Modified icons to fit ionicon’s grid from original.
*/@font-face{font-family:"Ionicons";font-display:swap;src:url("/assets/vendor/Ionicons/fonts/ionicons.eot?v=2.0.0");src:url("/assets/vendor/Ionicons/fonts/ionicons.eot?v=2.0.0#iefix") format("embedded-opentype"),url("/assets/vendor/Ionicons/fonts/ionicons.ttf?v=2.0.0") format("truetype"),url("/assets/vendor/Ionicons/fonts/ionicons.woff?v=2.0.0") format("woff"),url("/assets/vendor/Ionicons/fonts/ionicons.svg?v=2.0.0#Ionicons") format("svg");font-weight:normal;font-style:normal}.ion,.ionicons,.ion-alert:before,.ion-alert-circled:before,.ion-android-add:before,.ion-android-add-circle:before,.ion-android-alarm-clock:before,.ion-android-alert:before,.ion-android-apps:before,.ion-android-archive:before,.ion-android-arrow-back:before,.ion-android-arrow-down:before,.ion-android-arrow-dropdown:before,.ion-android-arrow-dropdown-circle:before,.ion-android-arrow-dropleft:before,.ion-android-arrow-dropleft-circle:before,.ion-android-arrow-dropright:before,.ion-android-arrow-dropright-circle:before,.ion-android-arrow-dropup:before,.ion-android-arrow-dropup-circle:before,.ion-android-arrow-forward:before,.ion-android-arrow-up:before,.ion-android-attach:before,.ion-android-bar:before,.ion-android-bicycle:before,.ion-android-boat:before,.ion-android-bookmark:before,.ion-android-bulb:before,.ion-android-bus:before,.ion-android-calendar:before,.ion-android-call:before,.ion-android-camera:before,.ion-android-cancel:before,.ion-android-car:before,.ion-android-cart:before,.ion-android-chat:before,.ion-android-checkbox:before,.ion-android-checkbox-blank:before,.ion-android-checkbox-outline:before,.ion-android-checkbox-outline-blank:before,.ion-android-checkmark-circle:before,.ion-android-clipboard:before,.ion-android-close:before,.ion-android-cloud:before,.ion-android-cloud-circle:before,.ion-android-cloud-done:before,.ion-android-cloud-outline:before,.ion-android-color-palette:before,.ion-android-compass:before,.ion-android-contact:before,.ion-android-contacts:before,.ion-android-contract:before,.ion-android-create:before,.ion-android-delete:before,.ion-android-desktop:before,.ion-android-document:before,.ion-android-done:before,.ion-android-done-all:before,.ion-android-download:before,.ion-android-drafts:before,.ion-android-exit:before,.ion-android-expand:before,.ion-android-favorite:before,.ion-android-favorite-outline:before,.ion-android-film:before,.ion-android-folder:before,.ion-android-folder-open:before,.ion-android-funnel:before,.ion-android-globe:before,.ion-android-hand:before,.ion-android-hangout:before,.ion-android-happy:before,.ion-android-home:before,.ion-android-image:before,.ion-android-laptop:before,.ion-android-list:before,.ion-android-locate:before,.ion-android-lock:before,.ion-android-mail:before,.ion-android-map:before,.ion-android-menu:before,.ion-android-microphone:before,.ion-android-microphone-off:before,.ion-android-more-horizontal:before,.ion-android-more-vertical:before,.ion-android-navigate:before,.ion-android-notifications:before,.ion-android-notifications-none:before,.ion-android-notifications-off:before,.ion-android-open:before,.ion-android-options:before,.ion-android-people:before,.ion-android-person:before,.ion-android-person-add:before,.ion-android-phone-landscape:before,.ion-android-phone-portrait:before,.ion-android-pin:before,.ion-android-plane:before,.ion-android-playstore:before,.ion-android-print:before,.ion-android-radio-button-off:before,.ion-android-radio-button-on:before,.ion-android-refresh:before,.ion-android-remove:before,.ion-android-remove-circle:before,.ion-android-restaurant:before,.ion-android-sad:before,.ion-android-search:before,.ion-android-send:before,.ion-android-settings:before,.ion-android-share:before,.ion-android-share-alt:before,.ion-android-star:before,.ion-android-star-half:before,.ion-android-star-outline:before,.ion-android-stopwatch:before,.ion-android-subway:before,.ion-android-sunny:before,.ion-android-sync:before,.ion-android-textsms:before,.ion-android-time:before,.ion-android-train:before,.ion-android-unlock:before,.ion-android-upload:before,.ion-android-volume-down:before,.ion-android-volume-mute:before,.ion-android-volume-off:before,.ion-android-volume-up:before,.ion-android-walk:before,.ion-android-warning:before,.ion-android-watch:before,.ion-android-wifi:before,.ion-aperture:before,.ion-archive:before,.ion-arrow-down-a:before,.ion-arrow-down-b:before,.ion-arrow-down-c:before,.ion-arrow-expand:before,.ion-arrow-graph-down-left:before,.ion-arrow-graph-down-right:before,.ion-arrow-graph-up-left:before,.ion-arrow-graph-up-right:before,.ion-arrow-left-a:before,.ion-arrow-left-b:before,.ion-arrow-left-c:before,.ion-arrow-move:before,.ion-arrow-resize:before,.ion-arrow-return-left:before,.ion-arrow-return-right:before,.ion-arrow-right-a:before,.ion-arrow-right-b:before,.ion-arrow-right-c:before,.ion-arrow-shrink:before,.ion-arrow-swap:before,.ion-arrow-up-a:before,.ion-arrow-up-b:before,.ion-arrow-up-c:before,.ion-asterisk:before,.ion-at:before,.ion-backspace:before,.ion-backspace-outline:before,.ion-bag:before,.ion-battery-charging:before,.ion-battery-empty:before,.ion-battery-full:before,.ion-battery-half:before,.ion-battery-low:before,.ion-beaker:before,.ion-beer:before,.ion-bluetooth:before,.ion-bonfire:before,.ion-bookmark:before,.ion-bowtie:before,.ion-briefcase:before,.ion-bug:before,.ion-calculator:before,.ion-calendar:before,.ion-camera:before,.ion-card:before,.ion-cash:before,.ion-chatbox:before,.ion-chatbox-working:before,.ion-chatboxes:before,.ion-chatbubble:before,.ion-chatbubble-working:before,.ion-chatbubbles:before,.ion-checkmark:before,.ion-checkmark-circled:before,.ion-checkmark-round:before,.ion-chevron-down:before,.ion-chevron-left:before,.ion-chevron-right:before,.ion-chevron-up:before,.ion-clipboard:before,.ion-clock:before,.ion-close:before,.ion-close-circled:before,.ion-close-round:before,.ion-closed-captioning:before,.ion-cloud:before,.ion-code:before,.ion-code-download:before,.ion-code-working:before,.ion-coffee:before,.ion-compass:before,.ion-compose:before,.ion-connection-bars:before,.ion-contrast:before,.ion-crop:before,.ion-cube:before,.ion-disc:before,.ion-document:before,.ion-document-text:before,.ion-drag:before,.ion-earth:before,.ion-easel:before,.ion-edit:before,.ion-egg:before,.ion-eject:before,.ion-email:before,.ion-email-unread:before,.ion-erlenmeyer-flask:before,.ion-erlenmeyer-flask-bubbles:before,.ion-eye:before,.ion-eye-disabled:before,.ion-female:before,.ion-filing:before,.ion-film-marker:before,.ion-fireball:before,.ion-flag:before,.ion-flame:before,.ion-flash:before,.ion-flash-off:before,.ion-folder:before,.ion-fork:before,.ion-fork-repo:before,.ion-forward:before,.ion-funnel:before,.ion-gear-a:before,.ion-gear-b:before,.ion-grid:before,.ion-hammer:before,.ion-happy:before,.ion-happy-outline:before,.ion-headphone:before,.ion-heart:before,.ion-heart-broken:before,.ion-help:before,.ion-help-buoy:before,.ion-help-circled:before,.ion-home:before,.ion-icecream:before,.ion-image:before,.ion-images:before,.ion-information:before,.ion-information-circled:before,.ion-ionic:before,.ion-ios-alarm:before,.ion-ios-alarm-outline:before,.ion-ios-albums:before,.ion-ios-albums-outline:before,.ion-ios-americanfootball:before,.ion-ios-americanfootball-outline:before,.ion-ios-analytics:before,.ion-ios-analytics-outline:before,.ion-ios-arrow-back:before,.ion-ios-arrow-down:before,.ion-ios-arrow-forward:before,.ion-ios-arrow-left:before,.ion-ios-arrow-right:before,.ion-ios-arrow-thin-down:before,.ion-ios-arrow-thin-left:before,.ion-ios-arrow-thin-right:before,.ion-ios-arrow-thin-up:before,.ion-ios-arrow-up:before,.ion-ios-at:before,.ion-ios-at-outline:before,.ion-ios-barcode:before,.ion-ios-barcode-outline:before,.ion-ios-baseball:before,.ion-ios-baseball-outline:before,.ion-ios-basketball:before,.ion-ios-basketball-outline:before,.ion-ios-bell:before,.ion-ios-bell-outline:before,.ion-ios-body:before,.ion-ios-body-outline:before,.ion-ios-bolt:before,.ion-ios-bolt-outline:before,.ion-ios-book:before,.ion-ios-book-outline:before,.ion-ios-bookmarks:before,.ion-ios-bookmarks-outline:before,.ion-ios-box:before,.ion-ios-box-outline:before,.ion-ios-briefcase:before,.ion-ios-briefcase-outline:before,.ion-ios-browsers:before,.ion-ios-browsers-outline:before,.ion-ios-calculator:before,.ion-ios-calculator-outline:before,.ion-ios-calendar:before,.ion-ios-calendar-outline:before,.ion-ios-camera:before,.ion-ios-camera-outline:before,.ion-ios-cart:before,.ion-ios-cart-outline:before,.ion-ios-chatboxes:before,.ion-ios-chatboxes-outline:before,.ion-ios-chatbubble:before,.ion-ios-chatbubble-outline:before,.ion-ios-checkmark:before,.ion-ios-checkmark-empty:before,.ion-ios-checkmark-outline:before,.ion-ios-circle-filled:before,.ion-ios-circle-outline:before,.ion-ios-clock:before,.ion-ios-clock-outline:before,.ion-ios-close:before,.ion-ios-close-empty:before,.ion-ios-close-outline:before,.ion-ios-cloud:before,.ion-ios-cloud-download:before,.ion-ios-cloud-download-outline:before,.ion-ios-cloud-outline:before,.ion-ios-cloud-upload:before,.ion-ios-cloud-upload-outline:before,.ion-ios-cloudy:before,.ion-ios-cloudy-night:before,.ion-ios-cloudy-night-outline:before,.ion-ios-cloudy-outline:before,.ion-ios-cog:before,.ion-ios-cog-outline:before,.ion-ios-color-filter:before,.ion-ios-color-filter-outline:before,.ion-ios-color-wand:before,.ion-ios-color-wand-outline:before,.ion-ios-compose:before,.ion-ios-compose-outline:before,.ion-ios-contact:before,.ion-ios-contact-outline:before,.ion-ios-copy:before,.ion-ios-copy-outline:before,.ion-ios-crop:before,.ion-ios-crop-strong:before,.ion-ios-download:before,.ion-ios-download-outline:before,.ion-ios-drag:before,.ion-ios-email:before,.ion-ios-email-outline:before,.ion-ios-eye:before,.ion-ios-eye-outline:before,.ion-ios-fastforward:before,.ion-ios-fastforward-outline:before,.ion-ios-filing:before,.ion-ios-filing-outline:before,.ion-ios-film:before,.ion-ios-film-outline:before,.ion-ios-flag:before,.ion-ios-flag-outline:before,.ion-ios-flame:before,.ion-ios-flame-outline:before,.ion-ios-flask:before,.ion-ios-flask-outline:before,.ion-ios-flower:before,.ion-ios-flower-outline:before,.ion-ios-folder:before,.ion-ios-folder-outline:before,.ion-ios-football:before,.ion-ios-football-outline:before,.ion-ios-game-controller-a:before,.ion-ios-game-controller-a-outline:before,.ion-ios-game-controller-b:before,.ion-ios-game-controller-b-outline:before,.ion-ios-gear:before,.ion-ios-gear-outline:before,.ion-ios-glasses:before,.ion-ios-glasses-outline:before,.ion-ios-grid-view:before,.ion-ios-grid-view-outline:before,.ion-ios-heart:before,.ion-ios-heart-outline:before,.ion-ios-help:before,.ion-ios-help-empty:before,.ion-ios-help-outline:before,.ion-ios-home:before,.ion-ios-home-outline:before,.ion-ios-infinite:before,.ion-ios-infinite-outline:before,.ion-ios-information:before,.ion-ios-information-empty:before,.ion-ios-information-outline:before,.ion-ios-ionic-outline:before,.ion-ios-keypad:before,.ion-ios-keypad-outline:before,.ion-ios-lightbulb:before,.ion-ios-lightbulb-outline:before,.ion-ios-list:before,.ion-ios-list-outline:before,.ion-ios-location:before,.ion-ios-location-outline:before,.ion-ios-locked:before,.ion-ios-locked-outline:before,.ion-ios-loop:before,.ion-ios-loop-strong:before,.ion-ios-medical:before,.ion-ios-medical-outline:before,.ion-ios-medkit:before,.ion-ios-medkit-outline:before,.ion-ios-mic:before,.ion-ios-mic-off:before,.ion-ios-mic-outline:before,.ion-ios-minus:before,.ion-ios-minus-empty:before,.ion-ios-minus-outline:before,.ion-ios-monitor:before,.ion-ios-monitor-outline:before,.ion-ios-moon:before,.ion-ios-moon-outline:before,.ion-ios-more:before,.ion-ios-more-outline:before,.ion-ios-musical-note:before,.ion-ios-musical-notes:before,.ion-ios-navigate:before,.ion-ios-navigate-outline:before,.ion-ios-nutrition:before,.ion-ios-nutrition-outline:before,.ion-ios-paper:before,.ion-ios-paper-outline:before,.ion-ios-paperplane:before,.ion-ios-paperplane-outline:before,.ion-ios-partlysunny:before,.ion-ios-partlysunny-outline:before,.ion-ios-pause:before,.ion-ios-pause-outline:before,.ion-ios-paw:before,.ion-ios-paw-outline:before,.ion-ios-people:before,.ion-ios-people-outline:before,.ion-ios-person:before,.ion-ios-person-outline:before,.ion-ios-personadd:before,.ion-ios-personadd-outline:before,.ion-ios-photos:before,.ion-ios-photos-outline:before,.ion-ios-pie:before,.ion-ios-pie-outline:before,.ion-ios-pint:before,.ion-ios-pint-outline:before,.ion-ios-play:before,.ion-ios-play-outline:before,.ion-ios-plus:before,.ion-ios-plus-empty:before,.ion-ios-plus-outline:before,.ion-ios-pricetag:before,.ion-ios-pricetag-outline:before,.ion-ios-pricetags:before,.ion-ios-pricetags-outline:before,.ion-ios-printer:before,.ion-ios-printer-outline:before,.ion-ios-pulse:before,.ion-ios-pulse-strong:before,.ion-ios-rainy:before,.ion-ios-rainy-outline:before,.ion-ios-recording:before,.ion-ios-recording-outline:before,.ion-ios-redo:before,.ion-ios-redo-outline:before,.ion-ios-refresh:before,.ion-ios-refresh-empty:before,.ion-ios-refresh-outline:before,.ion-ios-reload:before,.ion-ios-reverse-camera:before,.ion-ios-reverse-camera-outline:before,.ion-ios-rewind:before,.ion-ios-rewind-outline:before,.ion-ios-rose:before,.ion-ios-rose-outline:before,.ion-ios-search:before,.ion-ios-search-strong:before,.ion-ios-settings:before,.ion-ios-settings-strong:before,.ion-ios-shuffle:before,.ion-ios-shuffle-strong:before,.ion-ios-skipbackward:before,.ion-ios-skipbackward-outline:before,.ion-ios-skipforward:before,.ion-ios-skipforward-outline:before,.ion-ios-snowy:before,.ion-ios-speedometer:before,.ion-ios-speedometer-outline:before,.ion-ios-star:before,.ion-ios-star-half:before,.ion-ios-star-outline:before,.ion-ios-stopwatch:before,.ion-ios-stopwatch-outline:before,.ion-ios-sunny:before,.ion-ios-sunny-outline:before,.ion-ios-telephone:before,.ion-ios-telephone-outline:before,.ion-ios-tennisball:before,.ion-ios-tennisball-outline:before,.ion-ios-thunderstorm:before,.ion-ios-thunderstorm-outline:before,.ion-ios-time:before,.ion-ios-time-outline:before,.ion-ios-timer:before,.ion-ios-timer-outline:before,.ion-ios-toggle:before,.ion-ios-toggle-outline:before,.ion-ios-trash:before,.ion-ios-trash-outline:before,.ion-ios-undo:before,.ion-ios-undo-outline:before,.ion-ios-unlocked:before,.ion-ios-unlocked-outline:before,.ion-ios-upload:before,.ion-ios-upload-outline:before,.ion-ios-videocam:before,.ion-ios-videocam-outline:before,.ion-ios-volume-high:before,.ion-ios-volume-low:before,.ion-ios-wineglass:before,.ion-ios-wineglass-outline:before,.ion-ios-world:before,.ion-ios-world-outline:before,.ion-ipad:before,.ion-iphone:before,.ion-ipod:before,.ion-jet:before,.ion-key:before,.ion-knife:before,.ion-laptop:before,.ion-leaf:before,.ion-levels:before,.ion-lightbulb:before,.ion-link:before,.ion-load-a:before,.ion-load-b:before,.ion-load-c:before,.ion-load-d:before,.ion-location:before,.ion-lock-combination:before,.ion-locked:before,.ion-log-in:before,.ion-log-out:before,.ion-loop:before,.ion-magnet:before,.ion-male:before,.ion-man:before,.ion-map:before,.ion-medkit:before,.ion-merge:before,.ion-mic-a:before,.ion-mic-b:before,.ion-mic-c:before,.ion-minus:before,.ion-minus-circled:before,.ion-minus-round:before,.ion-model-s:before,.ion-monitor:before,.ion-more:before,.ion-mouse:before,.ion-music-note:before,.ion-navicon:before,.ion-navicon-round:before,.ion-navigate:before,.ion-network:before,.ion-no-smoking:before,.ion-nuclear:before,.ion-outlet:before,.ion-paintbrush:before,.ion-paintbucket:before,.ion-paper-airplane:before,.ion-paperclip:before,.ion-pause:before,.ion-person:before,.ion-person-add:before,.ion-person-stalker:before,.ion-pie-graph:before,.ion-pin:before,.ion-pinpoint:before,.ion-pizza:before,.ion-plane:before,.ion-planet:before,.ion-play:before,.ion-playstation:before,.ion-plus:before,.ion-plus-circled:before,.ion-plus-round:before,.ion-podium:before,.ion-pound:before,.ion-power:before,.ion-pricetag:before,.ion-pricetags:before,.ion-printer:before,.ion-pull-request:before,.ion-qr-scanner:before,.ion-quote:before,.ion-radio-waves:before,.ion-record:before,.ion-refresh:before,.ion-reply:before,.ion-reply-all:before,.ion-ribbon-a:before,.ion-ribbon-b:before,.ion-sad:before,.ion-sad-outline:before,.ion-scissors:before,.ion-search:before,.ion-settings:before,.ion-share:before,.ion-shuffle:before,.ion-skip-backward:before,.ion-skip-forward:before,.ion-social-android:before,.ion-social-android-outline:before,.ion-social-angular:before,.ion-social-angular-outline:before,.ion-social-apple:before,.ion-social-apple-outline:before,.ion-social-bitcoin:before,.ion-social-bitcoin-outline:before,.ion-social-buffer:before,.ion-social-buffer-outline:before,.ion-social-chrome:before,.ion-social-chrome-outline:before,.ion-social-codepen:before,.ion-social-codepen-outline:before,.ion-social-css3:before,.ion-social-css3-outline:before,.ion-social-designernews:before,.ion-social-designernews-outline:before,.ion-social-dribbble:before,.ion-social-dribbble-outline:before,.ion-social-dropbox:before,.ion-social-dropbox-outline:before,.ion-social-euro:before,.ion-social-euro-outline:before,.ion-social-facebook:before,.ion-social-facebook-outline:before,.ion-social-foursquare:before,.ion-social-foursquare-outline:before,.ion-social-freebsd-devil:before,.ion-social-github:before,.ion-social-github-outline:before,.ion-social-google:before,.ion-social-google-outline:before,.ion-social-googleplus:before,.ion-social-googleplus-outline:before,.ion-social-hackernews:before,.ion-social-hackernews-outline:before,.ion-social-html5:before,.ion-social-html5-outline:before,.ion-social-instagram:before,.ion-social-instagram-outline:before,.ion-social-javascript:before,.ion-social-javascript-outline:before,.ion-social-linkedin:before,.ion-social-linkedin-outline:before,.ion-social-markdown:before,.ion-social-nodejs:before,.ion-social-octocat:before,.ion-social-pinterest:before,.ion-social-pinterest-outline:before,.ion-social-python:before,.ion-social-reddit:before,.ion-social-reddit-outline:before,.ion-social-rss:before,.ion-social-rss-outline:before,.ion-social-sass:before,.ion-social-skype:before,.ion-social-skype-outline:before,.ion-social-snapchat:before,.ion-social-snapchat-outline:before,.ion-social-tumblr:before,.ion-social-tumblr-outline:before,.ion-social-tux:before,.ion-social-twitch:before,.ion-social-twitch-outline:before,.ion-social-twitter:before,.ion-social-twitter-outline:before,.ion-social-usd:before,.ion-social-usd-outline:before,.ion-social-vimeo:before,.ion-social-vimeo-outline:before,.ion-social-whatsapp:before,.ion-social-whatsapp-outline:before,.ion-social-windows:before,.ion-social-windows-outline:before,.ion-social-wordpress:before,.ion-social-wordpress-outline:before,.ion-social-yahoo:before,.ion-social-yahoo-outline:before,.ion-social-yen:before,.ion-social-yen-outline:before,.ion-social-youtube:before,.ion-social-youtube-outline:before,.ion-soup-can:before,.ion-soup-can-outline:before,.ion-speakerphone:before,.ion-speedometer:before,.ion-spoon:before,.ion-star:before,.ion-stats-bars:before,.ion-steam:before,.ion-stop:before,.ion-thermometer:before,.ion-thumbsdown:before,.ion-thumbsup:before,.ion-toggle:before,.ion-toggle-filled:before,.ion-transgender:before,.ion-trash-a:before,.ion-trash-b:before,.ion-trophy:before,.ion-tshirt:before,.ion-tshirt-outline:before,.ion-umbrella:before,.ion-university:before,.ion-unlocked:before,.ion-upload:before,.ion-usb:before,.ion-videocamera:before,.ion-volume-high:before,.ion-volume-low:before,.ion-volume-medium:before,.ion-volume-mute:before,.ion-wand:before,.ion-waterdrop:before,.ion-wifi:before,.ion-wineglass:before,.ion-woman:before,.ion-wrench:before,.ion-xbox:before{display:inline-block;font-family:"Ionicons";speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;text-rendering:auto;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.ion-alert:before{content:"\f101"}.ion-alert-circled:before{content:"\f100"}.ion-android-add:before{content:"\f2c7"}.ion-android-add-circle:before{content:"\f359"}.ion-android-alarm-clock:before{content:"\f35a"}.ion-android-alert:before{content:"\f35b"}.ion-android-apps:before{content:"\f35c"}.ion-android-archive:before{content:"\f2c9"}.ion-android-arrow-back:before{content:"\f2ca"}.ion-android-arrow-down:before{content:"\f35d"}.ion-android-arrow-dropdown:before{content:"\f35f"}.ion-android-arrow-dropdown-circle:before{content:"\f35e"}.ion-android-arrow-dropleft:before{content:"\f361"}.ion-android-arrow-dropleft-circle:before{content:"\f360"}.ion-android-arrow-dropright:before{content:"\f363"}.ion-android-arrow-dropright-circle:before{content:"\f362"}.ion-android-arrow-dropup:before{content:"\f365"}.ion-android-arrow-dropup-circle:before{content:"\f364"}.ion-android-arrow-forward:before{content:"\f30f"}.ion-android-arrow-up:before{content:"\f366"}.ion-android-attach:before{content:"\f367"}.ion-android-bar:before{content:"\f368"}.ion-android-bicycle:before{content:"\f369"}.ion-android-boat:before{content:"\f36a"}.ion-android-bookmark:before{content:"\f36b"}.ion-android-bulb:before{content:"\f36c"}.ion-android-bus:before{content:"\f36d"}.ion-android-calendar:before{content:"\f2d1"}.ion-android-call:before{content:"\f2d2"}.ion-android-camera:before{content:"\f2d3"}.ion-android-cancel:before{content:"\f36e"}.ion-android-car:before{content:"\f36f"}.ion-android-cart:before{content:"\f370"}.ion-android-chat:before{content:"\f2d4"}.ion-android-checkbox:before{content:"\f374"}.ion-android-checkbox-blank:before{content:"\f371"}.ion-android-checkbox-outline:before{content:"\f373"}.ion-android-checkbox-outline-blank:before{content:"\f372"}.ion-android-checkmark-circle:before{content:"\f375"}.ion-android-clipboard:before{content:"\f376"}.ion-android-close:before{content:"\f2d7"}.ion-android-cloud:before{content:"\f37a"}.ion-android-cloud-circle:before{content:"\f377"}.ion-android-cloud-done:before{content:"\f378"}.ion-android-cloud-outline:before{content:"\f379"}.ion-android-color-palette:before{content:"\f37b"}.ion-android-compass:before{content:"\f37c"}.ion-android-contact:before{content:"\f2d8"}.ion-android-contacts:before{content:"\f2d9"}.ion-android-contract:before{content:"\f37d"}.ion-android-create:before{content:"\f37e"}.ion-android-delete:before{content:"\f37f"}.ion-android-desktop:before{content:"\f380"}.ion-android-document:before{content:"\f381"}.ion-android-done:before{content:"\f383"}.ion-android-done-all:before{content:"\f382"}.ion-android-download:before{content:"\f2dd"}.ion-android-drafts:before{content:"\f384"}.ion-android-exit:before{content:"\f385"}.ion-android-expand:before{content:"\f386"}.ion-android-favorite:before{content:"\f388"}.ion-android-favorite-outline:before{content:"\f387"}.ion-android-film:before{content:"\f389"}.ion-android-folder:before{content:"\f2e0"}.ion-android-folder-open:before{content:"\f38a"}.ion-android-funnel:before{content:"\f38b"}.ion-android-globe:before{content:"\f38c"}.ion-android-hand:before{content:"\f2e3"}.ion-android-hangout:before{content:"\f38d"}.ion-android-happy:before{content:"\f38e"}.ion-android-home:before{content:"\f38f"}.ion-android-image:before{content:"\f2e4"}.ion-android-laptop:before{content:"\f390"}.ion-android-list:before{content:"\f391"}.ion-android-locate:before{content:"\f2e9"}.ion-android-lock:before{content:"\f392"}.ion-android-mail:before{content:"\f2eb"}.ion-android-map:before{content:"\f393"}.ion-android-menu:before{content:"\f394"}.ion-android-microphone:before{content:"\f2ec"}.ion-android-microphone-off:before{content:"\f395"}.ion-android-more-horizontal:before{content:"\f396"}.ion-android-more-vertical:before{content:"\f397"}.ion-android-navigate:before{content:"\f398"}.ion-android-notifications:before{content:"\f39b"}.ion-android-notifications-none:before{content:"\f399"}.ion-android-notifications-off:before{content:"\f39a"}.ion-android-open:before{content:"\f39c"}.ion-android-options:before{content:"\f39d"}.ion-android-people:before{content:"\f39e"}.ion-android-person:before{content:"\f3a0"}.ion-android-person-add:before{content:"\f39f"}.ion-android-phone-landscape:before{content:"\f3a1"}.ion-android-phone-portrait:before{content:"\f3a2"}.ion-android-pin:before{content:"\f3a3"}.ion-android-plane:before{content:"\f3a4"}.ion-android-playstore:before{content:"\f2f0"}.ion-android-print:before{content:"\f3a5"}.ion-android-radio-button-off:before{content:"\f3a6"}.ion-android-radio-button-on:before{content:"\f3a7"}.ion-android-refresh:before{content:"\f3a8"}.ion-android-remove:before{content:"\f2f4"}.ion-android-remove-circle:before{content:"\f3a9"}.ion-android-restaurant:before{content:"\f3aa"}.ion-android-sad:before{content:"\f3ab"}.ion-android-search:before{content:"\f2f5"}.ion-android-send:before{content:"\f2f6"}.ion-android-settings:before{content:"\f2f7"}.ion-android-share:before{content:"\f2f8"}.ion-android-share-alt:before{content:"\f3ac"}.ion-android-star:before{content:"\f2fc"}.ion-android-star-half:before{content:"\f3ad"}.ion-android-star-outline:before{content:"\f3ae"}.ion-android-stopwatch:before{content:"\f2fd"}.ion-android-subway:before{content:"\f3af"}.ion-android-sunny:before{content:"\f3b0"}.ion-android-sync:before{content:"\f3b1"}.ion-android-textsms:before{content:"\f3b2"}.ion-android-time:before{content:"\f3b3"}.ion-android-train:before{content:"\f3b4"}.ion-android-unlock:before{content:"\f3b5"}.ion-android-upload:before{content:"\f3b6"}.ion-android-volume-down:before{content:"\f3b7"}.ion-android-volume-mute:before{content:"\f3b8"}.ion-android-volume-off:before{content:"\f3b9"}.ion-android-volume-up:before{content:"\f3ba"}.ion-android-walk:before{content:"\f3bb"}.ion-android-warning:before{content:"\f3bc"}.ion-android-watch:before{content:"\f3bd"}.ion-android-wifi:before{content:"\f305"}.ion-aperture:before{content:"\f313"}.ion-archive:before{content:"\f102"}.ion-arrow-down-a:before{content:"\f103"}.ion-arrow-down-b:before{content:"\f104"}.ion-arrow-down-c:before{content:"\f105"}.ion-arrow-expand:before{content:"\f25e"}.ion-arrow-graph-down-left:before{content:"\f25f"}.ion-arrow-graph-down-right:before{content:"\f260"}.ion-arrow-graph-up-left:before{content:"\f261"}.ion-arrow-graph-up-right:before{content:"\f262"}.ion-arrow-left-a:before{content:"\f106"}.ion-arrow-left-b:before{content:"\f107"}.ion-arrow-left-c:before{content:"\f108"}.ion-arrow-move:before{content:"\f263"}.ion-arrow-resize:before{content:"\f264"}.ion-arrow-return-left:before{content:"\f265"}.ion-arrow-return-right:before{content:"\f266"}.ion-arrow-right-a:before{content:"\f109"}.ion-arrow-right-b:before{content:"\f10a"}.ion-arrow-right-c:before{content:"\f10b"}.ion-arrow-shrink:before{content:"\f267"}.ion-arrow-swap:before{content:"\f268"}.ion-arrow-up-a:before{content:"\f10c"}.ion-arrow-up-b:before{content:"\f10d"}.ion-arrow-up-c:before{content:"\f10e"}.ion-asterisk:before{content:"\f314"}.ion-at:before{content:"\f10f"}.ion-backspace:before{content:"\f3bf"}.ion-backspace-outline:before{content:"\f3be"}.ion-bag:before{content:"\f110"}.ion-battery-charging:before{content:"\f111"}.ion-battery-empty:before{content:"\f112"}.ion-battery-full:before{content:"\f113"}.ion-battery-half:before{content:"\f114"}.ion-battery-low:before{content:"\f115"}.ion-beaker:before{content:"\f269"}.ion-beer:before{content:"\f26a"}.ion-bluetooth:before{content:"\f116"}.ion-bonfire:before{content:"\f315"}.ion-bookmark:before{content:"\f26b"}.ion-bowtie:before{content:"\f3c0"}.ion-briefcase:before{content:"\f26c"}.ion-bug:before{content:"\f2be"}.ion-calculator:before{content:"\f26d"}.ion-calendar:before{content:"\f117"}.ion-camera:before{content:"\f118"}.ion-card:before{content:"\f119"}.ion-cash:before{content:"\f316"}.ion-chatbox:before{content:"\f11b"}.ion-chatbox-working:before{content:"\f11a"}.ion-chatboxes:before{content:"\f11c"}.ion-chatbubble:before{content:"\f11e"}.ion-chatbubble-working:before{content:"\f11d"}.ion-chatbubbles:before{content:"\f11f"}.ion-checkmark:before{content:"\f122"}.ion-checkmark-circled:before{content:"\f120"}.ion-checkmark-round:before{content:"\f121"}.ion-chevron-down:before{content:"\f123"}.ion-chevron-left:before{content:"\f124"}.ion-chevron-right:before{content:"\f125"}.ion-chevron-up:before{content:"\f126"}.ion-clipboard:before{content:"\f127"}.ion-clock:before{content:"\f26e"}.ion-close:before{content:"\f12a"}.ion-close-circled:before{content:"\f128"}.ion-close-round:before{content:"\f129"}.ion-closed-captioning:before{content:"\f317"}.ion-cloud:before{content:"\f12b"}.ion-code:before{content:"\f271"}.ion-code-download:before{content:"\f26f"}.ion-code-working:before{content:"\f270"}.ion-coffee:before{content:"\f272"}.ion-compass:before{content:"\f273"}.ion-compose:before{content:"\f12c"}.ion-connection-bars:before{content:"\f274"}.ion-contrast:before{content:"\f275"}.ion-crop:before{content:"\f3c1"}.ion-cube:before{content:"\f318"}.ion-disc:before{content:"\f12d"}.ion-document:before{content:"\f12f"}.ion-document-text:before{content:"\f12e"}.ion-drag:before{content:"\f130"}.ion-earth:before{content:"\f276"}.ion-easel:before{content:"\f3c2"}.ion-edit:before{content:"\f2bf"}.ion-egg:before{content:"\f277"}.ion-eject:before{content:"\f131"}.ion-email:before{content:"\f132"}.ion-email-unread:before{content:"\f3c3"}.ion-erlenmeyer-flask:before{content:"\f3c5"}.ion-erlenmeyer-flask-bubbles:before{content:"\f3c4"}.ion-eye:before{content:"\f133"}.ion-eye-disabled:before{content:"\f306"}.ion-female:before{content:"\f278"}.ion-filing:before{content:"\f134"}.ion-film-marker:before{content:"\f135"}.ion-fireball:before{content:"\f319"}.ion-flag:before{content:"\f279"}.ion-flame:before{content:"\f31a"}.ion-flash:before{content:"\f137"}.ion-flash-off:before{content:"\f136"}.ion-folder:before{content:"\f139"}.ion-fork:before{content:"\f27a"}.ion-fork-repo:before{content:"\f2c0"}.ion-forward:before{content:"\f13a"}.ion-funnel:before{content:"\f31b"}.ion-gear-a:before{content:"\f13d"}.ion-gear-b:before{content:"\f13e"}.ion-grid:before{content:"\f13f"}.ion-hammer:before{content:"\f27b"}.ion-happy:before{content:"\f31c"}.ion-happy-outline:before{content:"\f3c6"}.ion-headphone:before{content:"\f140"}.ion-heart:before{content:"\f141"}.ion-heart-broken:before{content:"\f31d"}.ion-help:before{content:"\f143"}.ion-help-buoy:before{content:"\f27c"}.ion-help-circled:before{content:"\f142"}.ion-home:before{content:"\f144"}.ion-icecream:before{content:"\f27d"}.ion-image:before{content:"\f147"}.ion-images:before{content:"\f148"}.ion-information:before{content:"\f14a"}.ion-information-circled:before{content:"\f149"}.ion-ionic:before{content:"\f14b"}.ion-ios-alarm:before{content:"\f3c8"}.ion-ios-alarm-outline:before{content:"\f3c7"}.ion-ios-albums:before{content:"\f3ca"}.ion-ios-albums-outline:before{content:"\f3c9"}.ion-ios-americanfootball:before{content:"\f3cc"}.ion-ios-americanfootball-outline:before{content:"\f3cb"}.ion-ios-analytics:before{content:"\f3ce"}.ion-ios-analytics-outline:before{content:"\f3cd"}.ion-ios-arrow-back:before{content:"\f3cf"}.ion-ios-arrow-down:before{content:"\f3d0"}.ion-ios-arrow-forward:before{content:"\f3d1"}.ion-ios-arrow-left:before{content:"\f3d2"}.ion-ios-arrow-right:before{content:"\f3d3"}.ion-ios-arrow-thin-down:before{content:"\f3d4"}.ion-ios-arrow-thin-left:before{content:"\f3d5"}.ion-ios-arrow-thin-right:before{content:"\f3d6"}.ion-ios-arrow-thin-up:before{content:"\f3d7"}.ion-ios-arrow-up:before{content:"\f3d8"}.ion-ios-at:before{content:"\f3da"}.ion-ios-at-outline:before{content:"\f3d9"}.ion-ios-barcode:before{content:"\f3dc"}.ion-ios-barcode-outline:before{content:"\f3db"}.ion-ios-baseball:before{content:"\f3de"}.ion-ios-baseball-outline:before{content:"\f3dd"}.ion-ios-basketball:before{content:"\f3e0"}.ion-ios-basketball-outline:before{content:"\f3df"}.ion-ios-bell:before{content:"\f3e2"}.ion-ios-bell-outline:before{content:"\f3e1"}.ion-ios-body:before{content:"\f3e4"}.ion-ios-body-outline:before{content:"\f3e3"}.ion-ios-bolt:before{content:"\f3e6"}.ion-ios-bolt-outline:before{content:"\f3e5"}.ion-ios-book:before{content:"\f3e8"}.ion-ios-book-outline:before{content:"\f3e7"}.ion-ios-bookmarks:before{content:"\f3ea"}.ion-ios-bookmarks-outline:before{content:"\f3e9"}.ion-ios-box:before{content:"\f3ec"}.ion-ios-box-outline:before{content:"\f3eb"}.ion-ios-briefcase:before{content:"\f3ee"}.ion-ios-briefcase-outline:before{content:"\f3ed"}.ion-ios-browsers:before{content:"\f3f0"}.ion-ios-browsers-outline:before{content:"\f3ef"}.ion-ios-calculator:before{content:"\f3f2"}.ion-ios-calculator-outline:before{content:"\f3f1"}.ion-ios-calendar:before{content:"\f3f4"}.ion-ios-calendar-outline:before{content:"\f3f3"}.ion-ios-camera:before{content:"\f3f6"}.ion-ios-camera-outline:before{content:"\f3f5"}.ion-ios-cart:before{content:"\f3f8"}.ion-ios-cart-outline:before{content:"\f3f7"}.ion-ios-chatboxes:before{content:"\f3fa"}.ion-ios-chatboxes-outline:before{content:"\f3f9"}.ion-ios-chatbubble:before{content:"\f3fc"}.ion-ios-chatbubble-outline:before{content:"\f3fb"}.ion-ios-checkmark:before{content:"\f3ff"}.ion-ios-checkmark-empty:before{content:"\f3fd"}.ion-ios-checkmark-outline:before{content:"\f3fe"}.ion-ios-circle-filled:before{content:"\f400"}.ion-ios-circle-outline:before{content:"\f401"}.ion-ios-clock:before{content:"\f403"}.ion-ios-clock-outline:before{content:"\f402"}.ion-ios-close:before{content:"\f406"}.ion-ios-close-empty:before{content:"\f404"}.ion-ios-close-outline:before{content:"\f405"}.ion-ios-cloud:before{content:"\f40c"}.ion-ios-cloud-download:before{content:"\f408"}.ion-ios-cloud-download-outline:before{content:"\f407"}.ion-ios-cloud-outline:before{content:"\f409"}.ion-ios-cloud-upload:before{content:"\f40b"}.ion-ios-cloud-upload-outline:before{content:"\f40a"}.ion-ios-cloudy:before{content:"\f410"}.ion-ios-cloudy-night:before{content:"\f40e"}.ion-ios-cloudy-night-outline:before{content:"\f40d"}.ion-ios-cloudy-outline:before{content:"\f40f"}.ion-ios-cog:before{content:"\f412"}.ion-ios-cog-outline:before{content:"\f411"}.ion-ios-color-filter:before{content:"\f414"}.ion-ios-color-filter-outline:before{content:"\f413"}.ion-ios-color-wand:before{content:"\f416"}.ion-ios-color-wand-outline:before{content:"\f415"}.ion-ios-compose:before{content:"\f418"}.ion-ios-compose-outline:before{content:"\f417"}.ion-ios-contact:before{content:"\f41a"}.ion-ios-contact-outline:before{content:"\f419"}.ion-ios-copy:before{content:"\f41c"}.ion-ios-copy-outline:before{content:"\f41b"}.ion-ios-crop:before{content:"\f41e"}.ion-ios-crop-strong:before{content:"\f41d"}.ion-ios-download:before{content:"\f420"}.ion-ios-download-outline:before{content:"\f41f"}.ion-ios-drag:before{content:"\f421"}.ion-ios-email:before{content:"\f423"}.ion-ios-email-outline:before{content:"\f422"}.ion-ios-eye:before{content:"\f425"}.ion-ios-eye-outline:before{content:"\f424"}.ion-ios-fastforward:before{content:"\f427"}.ion-ios-fastforward-outline:before{content:"\f426"}.ion-ios-filing:before{content:"\f429"}.ion-ios-filing-outline:before{content:"\f428"}.ion-ios-film:before{content:"\f42b"}.ion-ios-film-outline:before{content:"\f42a"}.ion-ios-flag:before{content:"\f42d"}.ion-ios-flag-outline:before{content:"\f42c"}.ion-ios-flame:before{content:"\f42f"}.ion-ios-flame-outline:before{content:"\f42e"}.ion-ios-flask:before{content:"\f431"}.ion-ios-flask-outline:before{content:"\f430"}.ion-ios-flower:before{content:"\f433"}.ion-ios-flower-outline:before{content:"\f432"}.ion-ios-folder:before{content:"\f435"}.ion-ios-folder-outline:before{content:"\f434"}.ion-ios-football:before{content:"\f437"}.ion-ios-football-outline:before{content:"\f436"}.ion-ios-game-controller-a:before{content:"\f439"}.ion-ios-game-controller-a-outline:before{content:"\f438"}.ion-ios-game-controller-b:before{content:"\f43b"}.ion-ios-game-controller-b-outline:before{content:"\f43a"}.ion-ios-gear:before{content:"\f43d"}.ion-ios-gear-outline:before{content:"\f43c"}.ion-ios-glasses:before{content:"\f43f"}.ion-ios-glasses-outline:before{content:"\f43e"}.ion-ios-grid-view:before{content:"\f441"}.ion-ios-grid-view-outline:before{content:"\f440"}.ion-ios-heart:before{content:"\f443"}.ion-ios-heart-outline:before{content:"\f442"}.ion-ios-help:before{content:"\f446"}.ion-ios-help-empty:before{content:"\f444"}.ion-ios-help-outline:before{content:"\f445"}.ion-ios-home:before{content:"\f448"}.ion-ios-home-outline:before{content:"\f447"}.ion-ios-infinite:before{content:"\f44a"}.ion-ios-infinite-outline:before{content:"\f449"}.ion-ios-information:before{content:"\f44d"}.ion-ios-information-empty:before{content:"\f44b"}.ion-ios-information-outline:before{content:"\f44c"}.ion-ios-ionic-outline:before{content:"\f44e"}.ion-ios-keypad:before{content:"\f450"}.ion-ios-keypad-outline:before{content:"\f44f"}.ion-ios-lightbulb:before{content:"\f452"}.ion-ios-lightbulb-outline:before{content:"\f451"}.ion-ios-list:before{content:"\f454"}.ion-ios-list-outline:before{content:"\f453"}.ion-ios-location:before{content:"\f456"}.ion-ios-location-outline:before{content:"\f455"}.ion-ios-locked:before{content:"\f458"}.ion-ios-locked-outline:before{content:"\f457"}.ion-ios-loop:before{content:"\f45a"}.ion-ios-loop-strong:before{content:"\f459"}.ion-ios-medical:before{content:"\f45c"}.ion-ios-medical-outline:before{content:"\f45b"}.ion-ios-medkit:before{content:"\f45e"}.ion-ios-medkit-outline:before{content:"\f45d"}.ion-ios-mic:before{content:"\f461"}.ion-ios-mic-off:before{content:"\f45f"}.ion-ios-mic-outline:before{content:"\f460"}.ion-ios-minus:before{content:"\f464"}.ion-ios-minus-empty:before{content:"\f462"}.ion-ios-minus-outline:before{content:"\f463"}.ion-ios-monitor:before{content:"\f466"}.ion-ios-monitor-outline:before{content:"\f465"}.ion-ios-moon:before{content:"\f468"}.ion-ios-moon-outline:before{content:"\f467"}.ion-ios-more:before{content:"\f46a"}.ion-ios-more-outline:before{content:"\f469"}.ion-ios-musical-note:before{content:"\f46b"}.ion-ios-musical-notes:before{content:"\f46c"}.ion-ios-navigate:before{content:"\f46e"}.ion-ios-navigate-outline:before{content:"\f46d"}.ion-ios-nutrition:before{content:"\f470"}.ion-ios-nutrition-outline:before{content:"\f46f"}.ion-ios-paper:before{content:"\f472"}.ion-ios-paper-outline:before{content:"\f471"}.ion-ios-paperplane:before{content:"\f474"}.ion-ios-paperplane-outline:before{content:"\f473"}.ion-ios-partlysunny:before{content:"\f476"}.ion-ios-partlysunny-outline:before{content:"\f475"}.ion-ios-pause:before{content:"\f478"}.ion-ios-pause-outline:before{content:"\f477"}.ion-ios-paw:before{content:"\f47a"}.ion-ios-paw-outline:before{content:"\f479"}.ion-ios-people:before{content:"\f47c"}.ion-ios-people-outline:before{content:"\f47b"}.ion-ios-person:before{content:"\f47e"}.ion-ios-person-outline:before{content:"\f47d"}.ion-ios-personadd:before{content:"\f480"}.ion-ios-personadd-outline:before{content:"\f47f"}.ion-ios-photos:before{content:"\f482"}.ion-ios-photos-outline:before{content:"\f481"}.ion-ios-pie:before{content:"\f484"}.ion-ios-pie-outline:before{content:"\f483"}.ion-ios-pint:before{content:"\f486"}.ion-ios-pint-outline:before{content:"\f485"}.ion-ios-play:before{content:"\f488"}.ion-ios-play-outline:before{content:"\f487"}.ion-ios-plus:before{content:"\f48b"}.ion-ios-plus-empty:before{content:"\f489"}.ion-ios-plus-outline:before{content:"\f48a"}.ion-ios-pricetag:before{content:"\f48d"}.ion-ios-pricetag-outline:before{content:"\f48c"}.ion-ios-pricetags:before{content:"\f48f"}.ion-ios-pricetags-outline:before{content:"\f48e"}.ion-ios-printer:before{content:"\f491"}.ion-ios-printer-outline:before{content:"\f490"}.ion-ios-pulse:before{content:"\f493"}.ion-ios-pulse-strong:before{content:"\f492"}.ion-ios-rainy:before{content:"\f495"}.ion-ios-rainy-outline:before{content:"\f494"}.ion-ios-recording:before{content:"\f497"}.ion-ios-recording-outline:before{content:"\f496"}.ion-ios-redo:before{content:"\f499"}.ion-ios-redo-outline:before{content:"\f498"}.ion-ios-refresh:before{content:"\f49c"}.ion-ios-refresh-empty:before{content:"\f49a"}.ion-ios-refresh-outline:before{content:"\f49b"}.ion-ios-reload:before{content:"\f49d"}.ion-ios-reverse-camera:before{content:"\f49f"}.ion-ios-reverse-camera-outline:before{content:"\f49e"}.ion-ios-rewind:before{content:"\f4a1"}.ion-ios-rewind-outline:before{content:"\f4a0"}.ion-ios-rose:before{content:"\f4a3"}.ion-ios-rose-outline:before{content:"\f4a2"}.ion-ios-search:before{content:"\f4a5"}.ion-ios-search-strong:before{content:"\f4a4"}.ion-ios-settings:before{content:"\f4a7"}.ion-ios-settings-strong:before{content:"\f4a6"}.ion-ios-shuffle:before{content:"\f4a9"}.ion-ios-shuffle-strong:before{content:"\f4a8"}.ion-ios-skipbackward:before{content:"\f4ab"}.ion-ios-skipbackward-outline:before{content:"\f4aa"}.ion-ios-skipforward:before{content:"\f4ad"}.ion-ios-skipforward-outline:before{content:"\f4ac"}.ion-ios-snowy:before{content:"\f4ae"}.ion-ios-speedometer:before{content:"\f4b0"}.ion-ios-speedometer-outline:before{content:"\f4af"}.ion-ios-star:before{content:"\f4b3"}.ion-ios-star-half:before{content:"\f4b1"}.ion-ios-star-outline:before{content:"\f4b2"}.ion-ios-stopwatch:before{content:"\f4b5"}.ion-ios-stopwatch-outline:before{content:"\f4b4"}.ion-ios-sunny:before{content:"\f4b7"}.ion-ios-sunny-outline:before{content:"\f4b6"}.ion-ios-telephone:before{content:"\f4b9"}.ion-ios-telephone-outline:before{content:"\f4b8"}.ion-ios-tennisball:before{content:"\f4bb"}.ion-ios-tennisball-outline:before{content:"\f4ba"}.ion-ios-thunderstorm:before{content:"\f4bd"}.ion-ios-thunderstorm-outline:before{content:"\f4bc"}.ion-ios-time:before{content:"\f4bf"}.ion-ios-time-outline:before{content:"\f4be"}.ion-ios-timer:before{content:"\f4c1"}.ion-ios-timer-outline:before{content:"\f4c0"}.ion-ios-toggle:before{content:"\f4c3"}.ion-ios-toggle-outline:before{content:"\f4c2"}.ion-ios-trash:before{content:"\f4c5"}.ion-ios-trash-outline:before{content:"\f4c4"}.ion-ios-undo:before{content:"\f4c7"}.ion-ios-undo-outline:before{content:"\f4c6"}.ion-ios-unlocked:before{content:"\f4c9"}.ion-ios-unlocked-outline:before{content:"\f4c8"}.ion-ios-upload:before{content:"\f4cb"}.ion-ios-upload-outline:before{content:"\f4ca"}.ion-ios-videocam:before{content:"\f4cd"}.ion-ios-videocam-outline:before{content:"\f4cc"}.ion-ios-volume-high:before{content:"\f4ce"}.ion-ios-volume-low:before{content:"\f4cf"}.ion-ios-wineglass:before{content:"\f4d1"}.ion-ios-wineglass-outline:before{content:"\f4d0"}.ion-ios-world:before{content:"\f4d3"}.ion-ios-world-outline:before{content:"\f4d2"}.ion-ipad:before{content:"\f1f9"}.ion-iphone:before{content:"\f1fa"}.ion-ipod:before{content:"\f1fb"}.ion-jet:before{content:"\f295"}.ion-key:before{content:"\f296"}.ion-knife:before{content:"\f297"}.ion-laptop:before{content:"\f1fc"}.ion-leaf:before{content:"\f1fd"}.ion-levels:before{content:"\f298"}.ion-lightbulb:before{content:"\f299"}.ion-link:before{content:"\f1fe"}.ion-load-a:before{content:"\f29a"}.ion-load-b:before{content:"\f29b"}.ion-load-c:before{content:"\f29c"}.ion-load-d:before{content:"\f29d"}.ion-location:before{content:"\f1ff"}.ion-lock-combination:before{content:"\f4d4"}.ion-locked:before{content:"\f200"}.ion-log-in:before{content:"\f29e"}.ion-log-out:before{content:"\f29f"}.ion-loop:before{content:"\f201"}.ion-magnet:before{content:"\f2a0"}.ion-male:before{content:"\f2a1"}.ion-man:before{content:"\f202"}.ion-map:before{content:"\f203"}.ion-medkit:before{content:"\f2a2"}.ion-merge:before{content:"\f33f"}.ion-mic-a:before{content:"\f204"}.ion-mic-b:before{content:"\f205"}.ion-mic-c:before{content:"\f206"}.ion-minus:before{content:"\f209"}.ion-minus-circled:before{content:"\f207"}.ion-minus-round:before{content:"\f208"}.ion-model-s:before{content:"\f2c1"}.ion-monitor:before{content:"\f20a"}.ion-more:before{content:"\f20b"}.ion-mouse:before{content:"\f340"}.ion-music-note:before{content:"\f20c"}.ion-navicon:before{content:"\f20e"}.ion-navicon-round:before{content:"\f20d"}.ion-navigate:before{content:"\f2a3"}.ion-network:before{content:"\f341"}.ion-no-smoking:before{content:"\f2c2"}.ion-nuclear:before{content:"\f2a4"}.ion-outlet:before{content:"\f342"}.ion-paintbrush:before{content:"\f4d5"}.ion-paintbucket:before{content:"\f4d6"}.ion-paper-airplane:before{content:"\f2c3"}.ion-paperclip:before{content:"\f20f"}.ion-pause:before{content:"\f210"}.ion-person:before{content:"\f213"}.ion-person-add:before{content:"\f211"}.ion-person-stalker:before{content:"\f212"}.ion-pie-graph:before{content:"\f2a5"}.ion-pin:before{content:"\f2a6"}.ion-pinpoint:before{content:"\f2a7"}.ion-pizza:before{content:"\f2a8"}.ion-plane:before{content:"\f214"}.ion-planet:before{content:"\f343"}.ion-play:before{content:"\f215"}.ion-playstation:before{content:"\f30a"}.ion-plus:before{content:"\f218"}.ion-plus-circled:before{content:"\f216"}.ion-plus-round:before{content:"\f217"}.ion-podium:before{content:"\f344"}.ion-pound:before{content:"\f219"}.ion-power:before{content:"\f2a9"}.ion-pricetag:before{content:"\f2aa"}.ion-pricetags:before{content:"\f2ab"}.ion-printer:before{content:"\f21a"}.ion-pull-request:before{content:"\f345"}.ion-qr-scanner:before{content:"\f346"}.ion-quote:before{content:"\f347"}.ion-radio-waves:before{content:"\f2ac"}.ion-record:before{content:"\f21b"}.ion-refresh:before{content:"\f21c"}.ion-reply:before{content:"\f21e"}.ion-reply-all:before{content:"\f21d"}.ion-ribbon-a:before{content:"\f348"}.ion-ribbon-b:before{content:"\f349"}.ion-sad:before{content:"\f34a"}.ion-sad-outline:before{content:"\f4d7"}.ion-scissors:before{content:"\f34b"}.ion-search:before{content:"\f21f"}.ion-settings:before{content:"\f2ad"}.ion-share:before{content:"\f220"}.ion-shuffle:before{content:"\f221"}.ion-skip-backward:before{content:"\f222"}.ion-skip-forward:before{content:"\f223"}.ion-social-android:before{content:"\f225"}.ion-social-android-outline:before{content:"\f224"}.ion-social-angular:before{content:"\f4d9"}.ion-social-angular-outline:before{content:"\f4d8"}.ion-social-apple:before{content:"\f227"}.ion-social-apple-outline:before{content:"\f226"}.ion-social-bitcoin:before{content:"\f2af"}.ion-social-bitcoin-outline:before{content:"\f2ae"}.ion-social-buffer:before{content:"\f229"}.ion-social-buffer-outline:before{content:"\f228"}.ion-social-chrome:before{content:"\f4db"}.ion-social-chrome-outline:before{content:"\f4da"}.ion-social-codepen:before{content:"\f4dd"}.ion-social-codepen-outline:before{content:"\f4dc"}.ion-social-css3:before{content:"\f4df"}.ion-social-css3-outline:before{content:"\f4de"}.ion-social-designernews:before{content:"\f22b"}.ion-social-designernews-outline:before{content:"\f22a"}.ion-social-dribbble:before{content:"\f22d"}.ion-social-dribbble-outline:before{content:"\f22c"}.ion-social-dropbox:before{content:"\f22f"}.ion-social-dropbox-outline:before{content:"\f22e"}.ion-social-euro:before{content:"\f4e1"}.ion-social-euro-outline:before{content:"\f4e0"}.ion-social-facebook:before{content:"\f231"}.ion-social-facebook-outline:before{content:"\f230"}.ion-social-foursquare:before{content:"\f34d"}.ion-social-foursquare-outline:before{content:"\f34c"}.ion-social-freebsd-devil:before{content:"\f2c4"}.ion-social-github:before{content:"\f233"}.ion-social-github-outline:before{content:"\f232"}.ion-social-google:before{content:"\f34f"}.ion-social-google-outline:before{content:"\f34e"}.ion-social-googleplus:before{content:"\f235"}.ion-social-googleplus-outline:before{content:"\f234"}.ion-social-hackernews:before{content:"\f237"}.ion-social-hackernews-outline:before{content:"\f236"}.ion-social-html5:before{content:"\f4e3"}.ion-social-html5-outline:before{content:"\f4e2"}.ion-social-instagram:before{content:"\f351"}.ion-social-instagram-outline:before{content:"\f350"}.ion-social-javascript:before{content:"\f4e5"}.ion-social-javascript-outline:before{content:"\f4e4"}.ion-social-linkedin:before{content:"\f239"}.ion-social-linkedin-outline:before{content:"\f238"}.ion-social-markdown:before{content:"\f4e6"}.ion-social-nodejs:before{content:"\f4e7"}.ion-social-octocat:before{content:"\f4e8"}.ion-social-pinterest:before{content:"\f2b1"}.ion-social-pinterest-outline:before{content:"\f2b0"}.ion-social-python:before{content:"\f4e9"}.ion-social-reddit:before{content:"\f23b"}.ion-social-reddit-outline:before{content:"\f23a"}.ion-social-rss:before{content:"\f23d"}.ion-social-rss-outline:before{content:"\f23c"}.ion-social-sass:before{content:"\f4ea"}.ion-social-skype:before{content:"\f23f"}.ion-social-skype-outline:before{content:"\f23e"}.ion-social-snapchat:before{content:"\f4ec"}.ion-social-snapchat-outline:before{content:"\f4eb"}.ion-social-tumblr:before{content:"\f241"}.ion-social-tumblr-outline:before{content:"\f240"}.ion-social-tux:before{content:"\f2c5"}.ion-social-twitch:before{content:"\f4ee"}.ion-social-twitch-outline:before{content:"\f4ed"}.ion-social-twitter:before{content:"\f243"}.ion-social-twitter-outline:before{content:"\f242"}.ion-social-usd:before{content:"\f353"}.ion-social-usd-outline:before{content:"\f352"}.ion-social-vimeo:before{content:"\f245"}.ion-social-vimeo-outline:before{content:"\f244"}.ion-social-whatsapp:before{content:"\f4f0"}.ion-social-whatsapp-outline:before{content:"\f4ef"}.ion-social-windows:before{content:"\f247"}.ion-social-windows-outline:before{content:"\f246"}.ion-social-wordpress:before{content:"\f249"}.ion-social-wordpress-outline:before{content:"\f248"}.ion-social-yahoo:before{content:"\f24b"}.ion-social-yahoo-outline:before{content:"\f24a"}.ion-social-yen:before{content:"\f4f2"}.ion-social-yen-outline:before{content:"\f4f1"}.ion-social-youtube:before{content:"\f24d"}.ion-social-youtube-outline:before{content:"\f24c"}.ion-soup-can:before{content:"\f4f4"}.ion-soup-can-outline:before{content:"\f4f3"}.ion-speakerphone:before{content:"\f2b2"}.ion-speedometer:before{content:"\f2b3"}.ion-spoon:before{content:"\f2b4"}.ion-star:before{content:"\f24e"}.ion-stats-bars:before{content:"\f2b5"}.ion-steam:before{content:"\f30b"}.ion-stop:before{content:"\f24f"}.ion-thermometer:before{content:"\f2b6"}.ion-thumbsdown:before{content:"\f250"}.ion-thumbsup:before{content:"\f251"}.ion-toggle:before{content:"\f355"}.ion-toggle-filled:before{content:"\f354"}.ion-transgender:before{content:"\f4f5"}.ion-trash-a:before{content:"\f252"}.ion-trash-b:before{content:"\f253"}.ion-trophy:before{content:"\f356"}.ion-tshirt:before{content:"\f4f7"}.ion-tshirt-outline:before{content:"\f4f6"}.ion-umbrella:before{content:"\f2b7"}.ion-university:before{content:"\f357"}.ion-unlocked:before{content:"\f254"}.ion-upload:before{content:"\f255"}.ion-usb:before{content:"\f2b8"}.ion-videocamera:before{content:"\f256"}.ion-volume-high:before{content:"\f257"}.ion-volume-low:before{content:"\f258"}.ion-volume-medium:before{content:"\f259"}.ion-volume-mute:before{content:"\f25a"}.ion-wand:before{content:"\f358"}.ion-waterdrop:before{content:"\f25b"}.ion-wifi:before{content:"\f25c"}.ion-wineglass:before{content:"\f2b9"}.ion-woman:before{content:"\f25d"}.ion-wrench:before{content:"\f2ba"}.ion-xbox:before{content:"\f30c"}

@charset "utf-8";
/*!
Pure v0.5.0
Copyright 2014 Yahoo! Inc. All rights reserved.
Licensed under the BSD License.
https://github.com/yui/pure/blob/master/LICENSE.md
*/
/*!
normalize.css v1.1.3 | MIT License | git.io/normalize
Copyright (c) Nicolas Gallagher and Jonathan Neal
*/
/*! normalize.css v1.1.3 | MIT License | git.io/normalize */

/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined in IE 6/7/8/9 and Firefox 3.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block;
}

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */

audio,
canvas,
video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
    display: none;
    height: 0;
}

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */

[hidden] {
    display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */

/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
    font-size: 100%; /* 1 */
    -ms-text-size-adjust: 100%; /* 2 */
    -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Address `font-family` inconsistency between `textarea` and other form
 * elements.
 */

html,
button,
input,
select,
textarea {
    font-family: sans-serif;
}

/**
 * Address margins handled incorrectly in IE 6/7.
 */

body {
    margin: 0;
        @-webkit-keyframes androidbugfix { from {padding:0} to {padding:0} } /* http://timpietrusky.com/advanced-checkbox-hack */
        font-family: 'Lato', sans-serif;
        font-weight: 200;
        letter-spacing: .1em;
    font-size:14px;
    background-color: #fff;
    overflow-x: hidden;
}

.content{margin: 0 auto; width: 100%; max-width: 1560px; position: relative; text-align: center;}
.inner{margin: 0 auto;width: 98%;}

html, body{ height:100%; text-align:center;max-height:100%;}

}
html {
  box-sizing: border-box;
}
*, *:before, *:after {
  box-sizing: inherit;
}


/* ==========================================================================
   Links
   ========================================================================== */

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */

a:focus {
    outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
    outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */

/**
 * Address font sizes and margins set differently in IE 6/7.
 * Address font sizes within `section` and `article` in Firefox 4+, Safari 5,
 * and Chrome.
 */

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

h2 {
    font-size: 48px;
    font-weight: 200;
    margin: 0.83em 0;
}

h3 {
    font-size:48px;
    margin: 1em 0;
    font-weight: 200;    
}

h4 {
    font-size: 1em;
    margin: 1.33em 0;
}

h5 {
    font-size: 0.83em;
    margin: 1.67em 0;
}

h6 {
    font-size: 0.67em;
    margin: 2.33em 0;
}

/**
 * Address styling not present in IE 7/8/9, Safari 5, and Chrome.
 */

abbr[title] {
    border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 3+, Safari 4/5, and Chrome.
 */

b,
strong {
    font-weight: bold;
}

blockquote {
    margin: 1em 40px;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */

dfn {
    font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 * Known issue: no IE 6/7 normalization.
 */

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

/**
 * Address styling not present in IE 6/7/8/9.
 */

mark {
    background: #ff0;
    color: #000;
}

/**
 * Address margins set differently in IE 6/7.
 */

p,
pre {
    margin: 1em 0;
}

/**
 * Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */

code,
kbd,
pre,
samp {
    font-family: monospace, serif;
    _font-family: 'courier new', monospace;
    font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */

pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}

/**
 * Address CSS quotes not supported in IE 6/7.
 */

q {
    quotes: none;
}

/**
 * Address `quotes` property not supported in Safari 4.
 */

q:before,
q:after {
    content: '';
    content: none;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

/* ==========================================================================
   Lists
   ========================================================================== */

/**
 * Address margins set differently in IE 6/7.
 */

dl,
menu,
ol,
ul {
    margin: 1em 0;
}

dd {
    margin: 0 0 0 40px;
}

/**
 * Address paddings set differently in IE 6/7.
 */

menu,
ol,
ul {
    padding: 0 0 0 40px;
}

/**
 * Correct list images handled incorrectly in IE 7.
 */

nav ul,
nav ol {
    list-style: none;
    list-style-image: none;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */

/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */

img {
    border: 0; /* 1 */
    -ms-interpolation-mode: bicubic; /* 2 */
}

/**
 * Correct overflow displayed oddly in IE 9.
 */

svg:not(:root) {
    overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */

/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */

figure {
    margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */

/**
 * Correct margin displayed oddly in IE 6/7.
 */

form {
    margin: 0;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */

legend {
    border: 0; /* 1 */
    padding: 0;
    white-space: normal; /* 2 */
    *margin-left: -7px; /* 3 */
}

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */

button,
input,
select,
textarea {
    font-size: 100%; /* 1 */
    margin: 0; /* 2 */
    vertical-align: baseline; /* 3 */
    *vertical-align: middle; /* 3 */
}

/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

button,
input {
    line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */

button,
select {
    text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button; /* 2 */
    cursor: pointer; /* 3 */
    *overflow: visible;  /* 4 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
    cursor: default;
}

/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
    *height: 13px; /* 3 */
    *width: 13px; /* 3 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box; /* 2 */
    box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 3+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */



article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block;}

/* ==========================================================================
   Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/*csslint important:false*/

/* ==========================================================================
   Pure Base Extras
   ========================================================================== */

/**
 * Extra rules that Pure adds on top of Normalize.css
 */

/**
 * Always hide an element when it has the `hidden` HTML attribute.
 */

[hidden] {
    display: none !important;
}

/**
 * Add this class to an image to make it fit within it's fluid parent wrapper while maintaining
 * aspect ratio.
 */
.pure-img {
    max-width: 100%;
    height: auto;
    display: block;
}

.pure-img-mini {
    max-width: 70%;
    height: auto;
    display: inline-block;
}


a:active, a:active * { outline: none !important; -moz-outline-style: none !important; }
a:focus, a:focus * { outline: none !important; -moz-outline-style: none !important; }


/* ==========================================================================
   RETICULA
   ========================================================================== */

.pure-g {
    letter-spacing: -0.31em; /* Webkit: collapse white-space between units */
    *letter-spacing: normal; /* reset IE < 8 */
    *word-spacing: -0.43em; /* IE < 8: collapse white-space between units */
    text-rendering: optimizespeed; /* Webkit: fixes text-rendering: optimizeLegibility */

    /*
    Sets the font stack to fonts known to work properly with the above letter
    and word spacings. See: https://github.com/yui/pure/issues/41/

    The following font stack makes Pure Grids work on all known environments.

    * FreeSans: Ships with many Linux distros, including Ubuntu

    * Arimo: Ships with Chrome OS. Arimo has to be defined before Helvetica and
      Arial to get picked up by the browser, even though neither is available
      in Chrome OS.

    * Droid Sans: Ships with all versions of Android.

    * Helvetica, Arial, sans-serif: Common font stack on OS X and Windows.
    */
    font-family: FreeSans, Arimo, "Droid Sans", Helvetica, Arial, sans-serif;

    /*
    Use flexbox when possible to avoid `letter-spacing` side-effects.

    NOTE: Firefox (as of 25) does not currently support flex-wrap, so the
    `-moz-` prefix version is omitted.
    */

    display: -webkit-flex;
    -webkit-flex-flow: row wrap;

    /* IE10 uses display: flexbox */
    display: -ms-flexbox;
    -ms-flex-flow: row wrap;
}

/* Opera as of 12 on Windows needs word-spacing.
   The ".opera-only" selector is used to prevent actual prefocus styling
   and is not required in markup.
*/
.opera-only :-o-prefocus,
.pure-g {
        letter-spacing: .1em;
}

.pure-u {
    display: inline-block;
    *display: inline; /* IE < 8: fake inline-block */
    zoom: 1;
    letter-spacing: normal;
    word-spacing: normal;
    vertical-align: top;
    text-rendering: auto;
}


/*
Resets the font family back to the OS/browser's default sans-serif font,
this the same font stack that Normalize.css sets for the `body`.
*/
.pure-g [class *= "pure-u"] {
    font-family: 'Lato', sans-serif;
    font-weight: 400;
}

.pure-u-1,
.pure-u-1-1,
.pure-u-1-2,
.pure-u-1-3,
.pure-u-2-3,
.pure-u-1-4,
.pure-u-3-4,
.pure-u-1-5,
.pure-u-2-5,
.pure-u-3-5,
.pure-u-4-5,
.pure-u-5-5,
.pure-u-1-6,
.pure-u-5-6,
.pure-u-1-8,
.pure-u-3-8,
.pure-u-5-8,
.pure-u-7-8,
.pure-u-1-12,
.pure-u-5-12,
.pure-u-7-12,
.pure-u-11-12,
.pure-u-1-24,
.pure-u-2-24,
.pure-u-3-24,
.pure-u-4-24,
.pure-u-5-24,
.pure-u-6-24,
.pure-u-7-24,
.pure-u-8-24,
.pure-u-9-24,
.pure-u-10-24,
.pure-u-11-24,
.pure-u-12-24,
.pure-u-13-24,
.pure-u-14-24,
.pure-u-15-24,
.pure-u-16-24,
.pure-u-17-24,
.pure-u-18-24,
.pure-u-19-24,
.pure-u-20-24,
.pure-u-21-24,
.pure-u-22-24,
.pure-u-23-24,
.pure-u-24-24 {
    display: inline-block;
    *display: inline;
    zoom: 1;
        letter-spacing: .1em;
    word-spacing: normal;
    vertical-align: top;
    text-rendering: auto;
         -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
            margin: 0 auto;
    padding: 20px;
    margin: 0px;
    font-family: 'Lato', sans-serif;
    text-align: center;
}

.pure-u-1-24 {
    width: 4.1667%;
    *width: 4.1357%;
}

.pure-u-1-12,
.pure-u-2-24 {
    width: 8.3333%;
    *width: 8.3023%;
}

.pure-u-1-8,
.pure-u-3-24 {
    width: 12.5000%;
    *width: 12.4690%;
}

.pure-u-1-6,
.pure-u-4-24 {
    width: 16.6667%;
    *width: 16.6357%;
}

.pure-u-1-5 {
    width: 20%;
    *width: 19.9690%;
}

.pure-u-5-24 {
    width: 20.8333%;
    *width: 20.8023%;
}

.pure-u-1-4,
.pure-u-6-24 {
    width: 25%;
    *width: 24.9690%;
}

.pure-u-7-24 {
    width: 29.1667%;
    *width: 29.1357%;
}

.pure-u-1-3,
.pure-u-8-24 {
    width: 33.3333%;
    *width: 33.3023%;
}

.pure-u-3-8,
.pure-u-9-24 {
    width: 37.5000%;
    *width: 37.4690%;
}

.pure-u-2-5 {
    width: 40%;
    *width: 39.9690%;
}

.pure-u-5-12,
.pure-u-10-24 {
    width: 41.6667%;
    *width: 41.6357%;
}

.pure-u-11-24 {
    width: 45.8333%;
    *width: 45.8023%;
}

.pure-u-1-2,
.pure-u-12-24 {
    width: 50%;
    *width: 49.9690%;
}

.pure-u-13-24 {
    width: 54.1667%;
    *width: 54.1357%;
}

.pure-u-7-12,
.pure-u-14-24 {
    width: 58.3333%;
    *width: 58.3023%;
}

.pure-u-3-5 {
    width: 60%;
    *width: 59.9690%;
}

.pure-u-5-8,
.pure-u-15-24 {
    width: 62.5000%;
    *width: 62.4690%;
}

.pure-u-2-3,
.pure-u-16-24 {
    width: 66.6667%;
    *width: 66.6357%;
}

.pure-u-17-24 {
    width: 70.8333%;
    *width: 70.8023%;
}

.pure-u-3-4,
.pure-u-18-24 {
    width: 75%;
    *width: 74.9690%;
}

.pure-u-19-24 {
    width: 79.1667%;
    *width: 79.1357%;
}

.pure-u-4-5 {
    width: 80%;
    *width: 79.9690%;
}

.pure-u-5-6,
.pure-u-20-24 {
    width: 83.3333%;
    *width: 83.3023%;
}

.pure-u-7-8,
.pure-u-21-24 {
    width: 87.5000%;
    *width: 87.4690%;
}

.pure-u-11-12,
.pure-u-22-24 {
    width: 91.6667%;
    *width: 91.6357%;
}

.pure-u-23-24 {
    width: 95.8333%;
    *width: 95.8023%;
}

.pure-u-1,
.pure-u-1-1,
.pure-u-5-5,
.pure-u-24-24 {
    width: 100%;
}












/* ==========================================================================================================================================================================

RESPONSIVE

============================================================================================================================================================================= */


/*568px*/

@media screen and (min-width: 35.5em) {
    .pure-u-sm-1,
    .pure-u-sm-1-1,
    .pure-u-sm-1-2,
    .pure-u-sm-1-3,
    .pure-u-sm-2-3,
    .pure-u-sm-1-4,
    .pure-u-sm-3-4,
    .pure-u-sm-1-5,
    .pure-u-sm-2-5,
    .pure-u-sm-3-5,
    .pure-u-sm-4-5,
    .pure-u-sm-5-5,
    .pure-u-sm-1-6,
    .pure-u-sm-5-6,
    .pure-u-sm-1-8,
    .pure-u-sm-3-8,
    .pure-u-sm-5-8,
    .pure-u-sm-7-8,
    .pure-u-sm-1-12,
    .pure-u-sm-5-12,
    .pure-u-sm-7-12,
    .pure-u-sm-11-12,
    .pure-u-sm-1-24,
    .pure-u-sm-2-24,
    .pure-u-sm-3-24,
    .pure-u-sm-4-24,
    .pure-u-sm-5-24,
    .pure-u-sm-6-24,
    .pure-u-sm-7-24,
    .pure-u-sm-8-24,
    .pure-u-sm-9-24,
    .pure-u-sm-10-24,
    .pure-u-sm-11-24,
    .pure-u-sm-12-24,
    .pure-u-sm-13-24,
    .pure-u-sm-14-24,
    .pure-u-sm-15-24,
    .pure-u-sm-16-24,
    .pure-u-sm-17-24,
    .pure-u-sm-18-24,
    .pure-u-sm-19-24,
    .pure-u-sm-20-24,
    .pure-u-sm-21-24,
    .pure-u-sm-22-24,
    .pure-u-sm-23-24,
    .pure-u-sm-24-24 {
        display: inline-block;
        *display: inline;
        zoom: 1;
        word-spacing: normal;
        vertical-align: top;
        text-rendering: auto;
    }

    .pure-u-sm-1-24 {
        width: 4.1667%;
        *width: 4.1357%;
    }

    .pure-u-sm-1-12,
    .pure-u-sm-2-24 {
        width: 8.3333%;
        *width: 8.3023%;
    }

    .pure-u-sm-1-8,
    .pure-u-sm-3-24 {
        width: 12.5000%;
        *width: 12.4690%;
    }

    .pure-u-sm-1-6,
    .pure-u-sm-4-24 {
        width: 16.6667%;
        *width: 16.6357%;
    }

    .pure-u-sm-1-5 {
        width: 20%;
        *width: 19.9690%;
    }

    .pure-u-sm-5-24 {
        width: 20.8333%;
        *width: 20.8023%;
    }

    .pure-u-sm-1-4,
    .pure-u-sm-6-24 {
        width: 25%;
        *width: 24.9690%;
    }

    .pure-u-sm-7-24 {
        width: 29.1667%;
        *width: 29.1357%;
    }

    .pure-u-sm-1-3,
    .pure-u-sm-8-24 {
        width: 33.3333%;
        *width: 33.3023%;
    }

    .pure-u-sm-3-8,
    .pure-u-sm-9-24 {
        width: 37.5000%;
        *width: 37.4690%;
    }

    .pure-u-sm-2-5 {
        width: 40%;
        *width: 39.9690%;
    }

    .pure-u-sm-5-12,
    .pure-u-sm-10-24 {
        width: 41.6667%;
        *width: 41.6357%;
    }

    .pure-u-sm-11-24 {
        width: 45.8333%;
        *width: 45.8023%;
    }

    .pure-u-sm-1-2,
    .pure-u-sm-12-24 {
        width: 50%;
        *width: 49.9690%;
    }

    .pure-u-sm-13-24 {
        width: 54.1667%;
        *width: 54.1357%;
    }

    .pure-u-sm-7-12,
    .pure-u-sm-14-24 {
        width: 58.3333%;
        *width: 58.3023%;
    }

    .pure-u-sm-3-5 {
        width: 60%;
        *width: 59.9690%;
    }

    .pure-u-sm-5-8,
    .pure-u-sm-15-24 {
        width: 62.5000%;
        *width: 62.4690%;
    }

    .pure-u-sm-2-3,
    .pure-u-sm-16-24 {
        width: 66.6667%;
        *width: 66.6357%;
    }

    .pure-u-sm-17-24 {
        width: 70.8333%;
        *width: 70.8023%;
    }

    .pure-u-sm-3-4,
    .pure-u-sm-18-24 {
        width: 75%;
        *width: 74.9690%;
    }

    .pure-u-sm-19-24 {
        width: 79.1667%;
        *width: 79.1357%;
    }

    .pure-u-sm-4-5 {
        width: 80%;
        *width: 79.9690%;
    }

    .pure-u-sm-5-6,
    .pure-u-sm-20-24 {
        width: 83.3333%;
        *width: 83.3023%;
    }

    .pure-u-sm-7-8,
    .pure-u-sm-21-24 {
        width: 87.5000%;
        *width: 87.4690%;
    }

    .pure-u-sm-11-12,
    .pure-u-sm-22-24 {
        width: 91.6667%;
        *width: 91.6357%;
    }

    .pure-u-sm-23-24 {
        width: 95.8333%;
        *width: 95.8023%;
    }

    .pure-u-sm-1,
    .pure-u-sm-1-1,
    .pure-u-sm-5-5,
    .pure-u-sm-24-24 {
        width: 100%;
    }
}


/*768px*/

@media screen and (min-width: 48em) {
    .pure-u-md-1,
    .pure-u-md-1-1,
    .pure-u-md-1-2,
    .pure-u-md-1-3,
    .pure-u-md-2-3,
    .pure-u-md-1-4,
    .pure-u-md-3-4,
    .pure-u-md-1-5,
    .pure-u-md-2-5,
    .pure-u-md-3-5,
    .pure-u-md-4-5,
    .pure-u-md-5-5,
    .pure-u-md-1-6,
    .pure-u-md-5-6,
    .pure-u-md-1-8,
    .pure-u-md-3-8,
    .pure-u-md-5-8,
    .pure-u-md-7-8,
    .pure-u-md-1-12,
    .pure-u-md-5-12,
    .pure-u-md-7-12,
    .pure-u-md-11-12,
    .pure-u-md-1-24,
    .pure-u-md-2-24,
    .pure-u-md-3-24,
    .pure-u-md-4-24,
    .pure-u-md-5-24,
    .pure-u-md-6-24,
    .pure-u-md-7-24,
    .pure-u-md-8-24,
    .pure-u-md-9-24,
    .pure-u-md-10-24,
    .pure-u-md-11-24,
    .pure-u-md-12-24,
    .pure-u-md-13-24,
    .pure-u-md-14-24,
    .pure-u-md-15-24,
    .pure-u-md-16-24,
    .pure-u-md-17-24,
    .pure-u-md-18-24,
    .pure-u-md-19-24,
    .pure-u-md-20-24,
    .pure-u-md-21-24,
    .pure-u-md-22-24,
    .pure-u-md-23-24,
    .pure-u-md-24-24 {
        display: inline-block;
        *display: inline;
        zoom: 1;
        word-spacing: normal;
        vertical-align: top;
        text-rendering: auto;
    }

    .pure-u-md-1-24 {
        width: 4.1667%;
        *width: 4.1357%;
    }

    .pure-u-md-1-12,
    .pure-u-md-2-24 {
        width: 8.3333%;
        *width: 8.3023%;
    }

    .pure-u-md-1-8,
    .pure-u-md-3-24 {
        width: 12.5000%;
        *width: 12.4690%;
    }

    .pure-u-md-1-6,
    .pure-u-md-4-24 {
        width: 16.6667%;
        *width: 16.6357%;
    }

    .pure-u-md-1-5 {
        width: 20%;
        *width: 19.9690%;
    }

    .pure-u-md-5-24 {
        width: 20.8333%;
        *width: 20.8023%;
    }

    .pure-u-md-1-4,
    .pure-u-md-6-24 {
        width: 25%;
        *width: 24.9690%;
    }

    .pure-u-md-7-24 {
        width: 29.1667%;
        *width: 29.1357%;
    }

    .pure-u-md-1-3,
    .pure-u-md-8-24 {
        width: 33.3333%;
        *width: 33.3023%;
    }

    .pure-u-md-3-8,
    .pure-u-md-9-24 {
        width: 37.5000%;
        *width: 37.4690%;
    }

    .pure-u-md-2-5 {
        width: 40%;
        *width: 39.9690%;
    }

    .pure-u-md-5-12,
    .pure-u-md-10-24 {
        width: 41.6667%;
        *width: 41.6357%;
    }

    .pure-u-md-11-24 {
        width: 45.8333%;
        *width: 45.8023%;
    }

    .pure-u-md-1-2,
    .pure-u-md-12-24 {
        width: 50%;
        *width: 49.9690%;
    }

    .pure-u-md-13-24 {
        width: 54.1667%;
        *width: 54.1357%;
    }

    .pure-u-md-7-12,
    .pure-u-md-14-24 {
        width: 58.3333%;
        *width: 58.3023%;
    }

    .pure-u-md-3-5 {
        width: 60%;
        *width: 59.9690%;
    }

    .pure-u-md-5-8,
    .pure-u-md-15-24 {
        width: 62.5000%;
        *width: 62.4690%;
    }

    .pure-u-md-2-3,
    .pure-u-md-16-24 {
        width: 66.6667%;
        *width: 66.6357%;
    }

    .pure-u-md-17-24 {
        width: 70.8333%;
        *width: 70.8023%;
    }

    .pure-u-md-3-4,
    .pure-u-md-18-24 {
        width: 75%;
        *width: 74.9690%;
    }

    .pure-u-md-19-24 {
        width: 79.1667%;
        *width: 79.1357%;
    }

    .pure-u-md-4-5 {
        width: 80%;
        *width: 79.9690%;
    }

    .pure-u-md-5-6,
    .pure-u-md-20-24 {
        width: 83.3333%;
        *width: 83.3023%;
    }

    .pure-u-md-7-8,
    .pure-u-md-21-24 {
        width: 87.5000%;
        *width: 87.4690%;
    }

    .pure-u-md-11-12,
    .pure-u-md-22-24 {
        width: 91.6667%;
        *width: 91.6357%;
    }

    .pure-u-md-23-24 {
        width: 95.8333%;
        *width: 95.8023%;
    }

    .pure-u-md-1,
    .pure-u-md-1-1,
    .pure-u-md-5-5,
    .pure-u-md-24-24 {
        width: 100%;
    }
}


/*1024px*/


@media screen and (min-width: 64em) {
    .pure-u-lg-1,
    .pure-u-lg-1-1,
    .pure-u-lg-1-2,
    .pure-u-lg-1-3,
    .pure-u-lg-2-3,
    .pure-u-lg-1-4,
    .pure-u-lg-3-4,
    .pure-u-lg-1-5,
    .pure-u-lg-2-5,
    .pure-u-lg-3-5,
    .pure-u-lg-4-5,
    .pure-u-lg-5-5,
    .pure-u-lg-1-6,
    .pure-u-lg-5-6,
    .pure-u-lg-1-8,
    .pure-u-lg-3-8,
    .pure-u-lg-5-8,
    .pure-u-lg-7-8,
    .pure-u-lg-1-12,
    .pure-u-lg-5-12,
    .pure-u-lg-7-12,
    .pure-u-lg-11-12,
    .pure-u-lg-1-24,
    .pure-u-lg-2-24,
    .pure-u-lg-3-24,
    .pure-u-lg-4-24,
    .pure-u-lg-5-24,
    .pure-u-lg-6-24,
    .pure-u-lg-7-24,
    .pure-u-lg-8-24,
    .pure-u-lg-9-24,
    .pure-u-lg-10-24,
    .pure-u-lg-11-24,
    .pure-u-lg-12-24,
    .pure-u-lg-13-24,
    .pure-u-lg-14-24,
    .pure-u-lg-15-24,
    .pure-u-lg-16-24,
    .pure-u-lg-17-24,
    .pure-u-lg-18-24,
    .pure-u-lg-19-24,
    .pure-u-lg-20-24,
    .pure-u-lg-21-24,
    .pure-u-lg-22-24,
    .pure-u-lg-23-24,
    .pure-u-lg-24-24 {
        display: inline-block;
        *display: inline;
        zoom: 1;
        word-spacing: normal;
        vertical-align: top;
        text-rendering: auto;
    }

    .pure-u-lg-1-24 {
        width: 4.1667%;
        *width: 4.1357%;
    }

    .pure-u-lg-1-12,
    .pure-u-lg-2-24 {
        width: 8.3333%;
        *width: 8.3023%;
    }

    .pure-u-lg-1-8,
    .pure-u-lg-3-24 {
        width: 12.5000%;
        *width: 12.4690%;
    }

    .pure-u-lg-1-6,
    .pure-u-lg-4-24 {
        width: 16.6667%;
        *width: 16.6357%;
    }

    .pure-u-lg-1-5 {
        width: 20%;
        *width: 19.9690%;
    }

    .pure-u-lg-5-24 {
        width: 20.8333%;
        *width: 20.8023%;
    }

    .pure-u-lg-1-4,
    .pure-u-lg-6-24 {
        width: 25%;
        *width: 24.9690%;
    }

    .pure-u-lg-7-24 {
        width: 29.1667%;
        *width: 29.1357%;
    }

    .pure-u-lg-1-3,
    .pure-u-lg-8-24 {
        width: 33.3333%;
        *width: 33.3023%;
    }

    .pure-u-lg-3-8,
    .pure-u-lg-9-24 {
        width: 37.5000%;
        *width: 37.4690%;
    }

    .pure-u-lg-2-5 {
        width: 40%;
        *width: 39.9690%;
    }

    .pure-u-lg-5-12,
    .pure-u-lg-10-24 {
        width: 41.6667%;
        *width: 41.6357%;
    }

    .pure-u-lg-11-24 {
        width: 45.8333%;
        *width: 45.8023%;
    }

    .pure-u-lg-1-2,
    .pure-u-lg-12-24 {
        width: 50%;
        *width: 49.9690%;
    }

    .pure-u-lg-13-24 {
        width: 54.1667%;
        *width: 54.1357%;
    }

    .pure-u-lg-7-12,
    .pure-u-lg-14-24 {
        width: 58.3333%;
        *width: 58.3023%;
    }

    .pure-u-lg-3-5 {
        width: 60%;
        *width: 59.9690%;
    }

    .pure-u-lg-5-8,
    .pure-u-lg-15-24 {
        width: 62.5000%;
        *width: 62.4690%;
    }

    .pure-u-lg-2-3,
    .pure-u-lg-16-24 {
        width: 66.6667%;
        *width: 66.6357%;
    }

    .pure-u-lg-17-24 {
        width: 70.8333%;
        *width: 70.8023%;
    }

    .pure-u-lg-3-4,
    .pure-u-lg-18-24 {
        width: 75%;
        *width: 74.9690%;
    }

    .pure-u-lg-19-24 {
        width: 79.1667%;
        *width: 79.1357%;
    }

    .pure-u-lg-4-5 {
        width: 80%;
        *width: 79.9690%;
    }

    .pure-u-lg-5-6,
    .pure-u-lg-20-24 {
        width: 83.3333%;
        *width: 83.3023%;
    }

    .pure-u-lg-7-8,
    .pure-u-lg-21-24 {
        width: 87.5000%;
        *width: 87.4690%;
    }

    .pure-u-lg-11-12,
    .pure-u-lg-22-24 {
        width: 91.6667%;
        *width: 91.6357%;
    }

    .pure-u-lg-23-24 {
        width: 95.8333%;
        *width: 95.8023%;
    }

    .pure-u-lg-1,
    .pure-u-lg-1-1,
    .pure-u-lg-5-5,
    .pure-u-lg-24-24 {
        width: 100%;
    }
}



/*1300px*/


@media screen and (min-width: 80em) {
    .pure-u-xl-1,
    .pure-u-xl-1-1,
    .pure-u-xl-1-2,
    .pure-u-xl-1-3,
    .pure-u-xl-2-3,
    .pure-u-xl-1-4,
    .pure-u-xl-3-4,
    .pure-u-xl-1-5,
    .pure-u-xl-2-5,
    .pure-u-xl-3-5,
    .pure-u-xl-4-5,
    .pure-u-xl-5-5,
    .pure-u-xl-1-6,
    .pure-u-xl-5-6,
    .pure-u-xl-1-8,
    .pure-u-xl-3-8,
    .pure-u-xl-5-8,
    .pure-u-xl-7-8,
    .pure-u-xl-1-12,
    .pure-u-xl-5-12,
    .pure-u-xl-7-12,
    .pure-u-xl-11-12,
    .pure-u-xl-1-24,
    .pure-u-xl-2-24,
    .pure-u-xl-3-24,
    .pure-u-xl-4-24,
    .pure-u-xl-5-24,
    .pure-u-xl-6-24,
    .pure-u-xl-7-24,
    .pure-u-xl-8-24,
    .pure-u-xl-9-24,
    .pure-u-xl-10-24,
    .pure-u-xl-11-24,
    .pure-u-xl-12-24,
    .pure-u-xl-13-24,
    .pure-u-xl-14-24,
    .pure-u-xl-15-24,
    .pure-u-xl-16-24,
    .pure-u-xl-17-24,
    .pure-u-xl-18-24,
    .pure-u-xl-19-24,
    .pure-u-xl-20-24,
    .pure-u-xl-21-24,
    .pure-u-xl-22-24,
    .pure-u-xl-23-24,
    .pure-u-xl-24-24 {
        display: inline-block;
        *display: inline;
        zoom: 1;
        word-spacing: normal;
        vertical-align: top;
        text-rendering: auto;
    }

    .pure-u-xl-1-24 {
        width: 4.1667%;
        *width: 4.1357%;
    }

    .pure-u-xl-1-12,
    .pure-u-xl-2-24 {
        width: 8.3333%;
        *width: 8.3023%;
    }

    .pure-u-xl-1-8,
    .pure-u-xl-3-24 {
        width: 12.5000%;
        *width: 12.4690%;
    }

    .pure-u-xl-1-6,
    .pure-u-xl-4-24 {
        width: 16.6667%;
        *width: 16.6357%;
    }

    .pure-u-xl-1-5 {
        width: 20%;
        *width: 19.9690%;
    }

    .pure-u-xl-5-24 {
        width: 20.8333%;
        *width: 20.8023%;
    }

    .pure-u-xl-1-4,
    .pure-u-xl-6-24 {
        width: 25%;
        *width: 24.9690%;
    }

    .pure-u-xl-7-24 {
        width: 29.1667%;
        *width: 29.1357%;
    }

    .pure-u-xl-1-3,
    .pure-u-xl-8-24 {
        width: 33.3333%;
        *width: 33.3023%;
    }

    .pure-u-xl-3-8,
    .pure-u-xl-9-24 {
        width: 37.5000%;
        *width: 37.4690%;
    }

    .pure-u-xl-2-5 {
        width: 40%;
        *width: 39.9690%;
    }

    .pure-u-xl-5-12,
    .pure-u-xl-10-24 {
        width: 41.6667%;
        *width: 41.6357%;
    }

    .pure-u-xl-11-24 {
        width: 45.8333%;
        *width: 45.8023%;
    }

    .pure-u-xl-1-2,
    .pure-u-xl-12-24 {
        width: 50%;
        *width: 49.9690%;
    }

    .pure-u-xl-13-24 {
        width: 54.1667%;
        *width: 54.1357%;
    }

    .pure-u-xl-7-12,
    .pure-u-xl-14-24 {
        width: 58.3333%;
        *width: 58.3023%;
    }

    .pure-u-xl-3-5 {
        width: 60%;
        *width: 59.9690%;
    }

    .pure-u-xl-5-8,
    .pure-u-xl-15-24 {
        width: 62.5000%;
        *width: 62.4690%;
    }

    .pure-u-xl-2-3,
    .pure-u-xl-16-24 {
        width: 66.6667%;
        *width: 66.6357%;
    }

    .pure-u-xl-17-24 {
        width: 70.8333%;
        *width: 70.8023%;
    }

    .pure-u-xl-3-4,
    .pure-u-xl-18-24 {
        width: 75%;
        *width: 74.9690%;
    }

    .pure-u-xl-19-24 {
        width: 79.1667%;
        *width: 79.1357%;
    }

    .pure-u-xl-4-5 {
        width: 80%;
        *width: 79.9690%;
    }

    .pure-u-xl-5-6,
    .pure-u-xl-20-24 {
        width: 83.3333%;
        *width: 83.3023%;
    }

    .pure-u-xl-7-8,
    .pure-u-xl-21-24 {
        width: 87.5000%;
        *width: 87.4690%;
    }

    .pure-u-xl-11-12,
    .pure-u-xl-22-24 {
        width: 91.6667%;
        *width: 91.6357%;
    }

    .pure-u-xl-23-24 {
        width: 95.8333%;
        *width: 95.8023%;
    }

    .pure-u-xl-1,
    .pure-u-xl-1-1,
    .pure-u-xl-5-5,
    .pure-u-xl-24-24 {
        width: 100%;
    }
}


/*1300px*/


@media screen and (min-width: 100em) {
    .pure-u-xxl-1,
    .pure-u-xxl-1-1,
    .pure-u-xxl-1-2,
    .pure-u-xxl-1-3,
    .pure-u-xxl-2-3,
    .pure-u-xxl-1-4,
    .pure-u-xxl-3-4,
    .pure-u-xxl-1-5,
    .pure-u-xxl-2-5,
    .pure-u-xxl-3-5,
    .pure-u-xxl-4-5,
    .pure-u-xxl-5-5,
    .pure-u-xxl-1-6,
    .pure-u-xxl-5-6,
    .pure-u-xxl-1-8,
    .pure-u-xxl-3-8,
    .pure-u-xxl-5-8,
    .pure-u-xxl-7-8,
    .pure-u-xxl-1-12,
    .pure-u-xxl-5-12,
    .pure-u-xxl-7-12,
    .pure-u-xxl-11-12,
    .pure-u-xxl-1-24,
    .pure-u-xxl-2-24,
    .pure-u-xxl-3-24,
    .pure-u-xxl-4-24,
    .pure-u-xxl-5-24,
    .pure-u-xxl-6-24,
    .pure-u-xxl-7-24,
    .pure-u-xxl-8-24,
    .pure-u-xxl-9-24,
    .pure-u-xxl-10-24,
    .pure-u-xxl-11-24,
    .pure-u-xxl-12-24,
    .pure-u-xxl-13-24,
    .pure-u-xxl-14-24,
    .pure-u-xxl-15-24,
    .pure-u-xxl-16-24,
    .pure-u-xxl-17-24,
    .pure-u-xxl-18-24,
    .pure-u-xxl-19-24,
    .pure-u-xxl-20-24,
    .pure-u-xxl-21-24,
    .pure-u-xxl-22-24,
    .pure-u-xxl-23-24,
    .pure-u-xxl-24-24 {
        display: inline-block;
        *display: inline;
        zoom: 1;
        word-spacing: normal;
        vertical-align: top;
        text-rendering: auto;
    }

    .pure-u-xxl-1-24 {
        width: 4.1667%;
        *width: 4.1357%;
    }

    .pure-u-xxl-1-12,
    .pure-u-xxl-2-24 {
        width: 8.3333%;
        *width: 8.3023%;
    }

    .pure-u-xxl-1-8,
    .pure-u-xxl-3-24 {
        width: 12.5000%;
        *width: 12.4690%;
    }

    .pure-u-xxl-1-6,
    .pure-u-xxl-4-24 {
        width: 16.6667%;
        *width: 16.6357%;
    }

    .pure-u-xxl-1-5 {
        width: 20%;
        *width: 19.9690%;
    }

    .pure-u-xxl-5-24 {
        width: 20.8333%;
        *width: 20.8023%;
    }

    .pure-u-xxl-1-4,
    .pure-u-xxl-6-24 {
        width: 25%;
        *width: 24.9690%;
    }

    .pure-u-xxl-7-24 {
        width: 29.1667%;
        *width: 29.1357%;
    }

    .pure-u-xxl-1-3,
    .pure-u-xxl-8-24 {
        width: 33.3333%;
        *width: 33.3023%;
    }

    .pure-u-xxl-3-8,
    .pure-u-xxl-9-24 {
        width: 37.5000%;
        *width: 37.4690%;
    }

    .pure-u-xxl-2-5 {
        width: 40%;
        *width: 39.9690%;
    }

    .pure-u-xxl-5-12,
    .pure-u-xxl-10-24 {
        width: 41.6667%;
        *width: 41.6357%;
    }

    .pure-u-xxl-11-24 {
        width: 45.8333%;
        *width: 45.8023%;
    }

    .pure-u-xxl-1-2,
    .pure-u-xxl-12-24 {
        width: 50%;
        *width: 49.9690%;
    }

    .pure-u-xxl-13-24 {
        width: 54.1667%;
        *width: 54.1357%;
    }

    .pure-u-xxl-7-12,
    .pure-u-xxl-14-24 {
        width: 58.3333%;
        *width: 58.3023%;
    }

    .pure-u-xxl-3-5 {
        width: 60%;
        *width: 59.9690%;
    }

    .pure-u-xxl-5-8,
    .pure-u-xxl-15-24 {
        width: 62.5000%;
        *width: 62.4690%;
    }

    .pure-u-xxl-2-3,
    .pure-u-xxl-16-24 {
        width: 66.6667%;
        *width: 66.6357%;
    }

    .pure-u-xxl-17-24 {
        width: 70.8333%;
        *width: 70.8023%;
    }

    .pure-u-xxl-3-4,
    .pure-u-xxl-18-24 {
        width: 75%;
        *width: 74.9690%;
    }

    .pure-u-xxl-19-24 {
        width: 79.1667%;
        *width: 79.1357%;
    }

    .pure-u-xxl-4-5 {
        width: 80%;
        *width: 79.9690%;
    }

    .pure-u-xxl-5-6,
    .pure-u-xxl-20-24 {
        width: 83.3333%;
        *width: 83.3023%;
    }

    .pure-u-xxl-7-8,
    .pure-u-xxl-21-24 {
        width: 87.5000%;
        *width: 87.4690%;
    }

    .pure-u-xxl-11-12,
    .pure-u-xxl-22-24 {
        width: 91.6667%;
        *width: 91.6357%;
    }

    .pure-u-xxl-23-24 {
        width: 95.8333%;
        *width: 95.8023%;
    }

    .pure-u-xxl-1,
    .pure-u-xxl-1-1,
    .pure-u-xxl-5-5,
    .pure-u-xxl-24-24 {
        width: 100%;
    }
}

/*!
Pure (Push/Pull Extension) v0.6.0
Licesned under the BSD Licesne
https://github.com/pimbrouwers/Pure-CSS-Push-Pull-Library/blob/master/LICENSE
*/

div[class*="pure-pull"], div[class*="pure-push"]{ 
    position: relative;
}

@media screen and (min-width: 35.5em) {
    .pure-push-sm-1-24 {
        left: 4.1667%;
        *left: 4.1357%
    }

    .pure-push-sm-1-12,
    .pure-push-sm-2-24 {
        left: 8.3333%;
        *left: 8.3023%
    }


    .pure-push-sm-1-8,
    .pure-push-sm-3-24 {
        left: 12.5%;
        *left: 12.469%
    }

    .pure-push-sm-1-6,
    .pure-push-sm-4-24 {
        left: 16.6667%;
        *left: 16.6357%
    }

    .pure-push-sm-1-5 {
        left: 20%;
        *left: 19.969%
    }

    .pure-push-sm-1-5 {
        left: 20%;
        *left: 19.969%
    }    

    .pure-push-sm-5-24 {
        left: 20.8333%;
        *left: 20.8023%
    }

    .pure-push-sm-5-24 {
        left: 20.8333%;
        *left: 20.8023%
    }

    .pure-push-sm-1-4,
    .pure-push-sm-6-24 {
        left: 25%;
        *left: 24.969%
    }
    .pure-push-sm-7-24 {
        left: 29.1667%;
        *left: 29.1357%
    }
    .pure-push-sm-1-3,
    .pure-push-sm-8-24 {
        left: 33.3333%;
        *left: 33.3023%
    }
    .pure-push-sm-3-8,
    .pure-push-sm-9-24 {
        left: 37.5%;
        *left: 37.469%
    }
    .pure-push-sm-2-5 {
        left: 40%;
        *left: 39.969%
    }
    .pure-push-sm-5-12,
    .pure-push-sm-10-24 {
        left: 41.6667%;
        *left: 41.6357%
    }
    .pure-push-sm-11-24 {
        left: 45.8333%;
        *left: 45.8023%
    }
    .pure-push-sm-1-2,
    .pure-push-sm-12-24 {
        left: 50%;
        *left: 49.969%
    }
    .pure-push-sm-13-24 {
        left: 54.1667%;
        *left: 54.1357%
    }
    .pure-push-sm-7-12,
    .pure-push-sm-14-24 {
        left: 58.3333%;
        *left: 58.3023%
    }
    .pure-push-sm-3-5 {
        left: 60%;
        *left: 59.969%
    }
    .pure-push-sm-5-8,
    .pure-push-sm-15-24 {
        left: 62.5%;
        *left: 62.469%
    }
    .pure-push-sm-2-3,
    .pure-push-sm-16-24 {
        left: 66.6667%;
        *left: 66.6357%
    }
    .pure-push-sm-17-24 {
        left: 70.8333%;
        *left: 70.8023%
    }
    .pure-push-sm-3-4,
    .pure-push-sm-18-24 {
        left: 75%;
        *left: 74.969%
    }
    .pure-push-sm-19-24 {
        left: 79.1667%;
        *left: 79.1357%
    }
    .pure-push-sm-4-5 {
        left: 80%;
        *left: 79.969%
    }
    .pure-push-sm-5-6,
    .pure-push-sm-20-24 {
        left: 83.3333%;
        *left: 83.3023%
    }
    .pure-push-sm-7-8,
    .pure-push-sm-21-24 {
        left: 87.5%;
        *left: 87.469%
    }
    .pure-push-sm-11-12,
    .pure-push-sm-22-24 {
        left: 91.6667%;
        *left: 91.6357%
    }
    .pure-push-sm-23-24 {
        left: 95.8333%;
        *left: 95.8023%
    }
    .pure-push-sm-1,
    .pure-push-sm-1-1,
    .pure-push-sm-5-5,
    .pure-push-sm-24-24 {
        left: 100%
    }

    .pure-pull-sm-1-24 {
        right: 4.1667%;
        *right: 4.1357%
    }

    .pure-pull-sm-1-12,
    .pure-pull-sm-2-24 {
        right: 8.3333%;
        *right: 8.3023%
    }


    .pure-pull-sm-1-8,
    .pure-pull-sm-3-24 {
        right: 12.5%;
        *right: 12.469%
    }

    .pure-pull-sm-1-6,
    .pure-pull-sm-4-24 {
        right: 16.6667%;
        *right: 16.6357%
    }

    .pure-pull-sm-1-5 {
        right: 20%;
        *right: 19.969%
    }

    .pure-push-sm-1-5 {
        right: 20%;
        *right: 19.969%
    }    

    .pure-pull-sm-5-24 {
        right: 20.8333%;
        *right: 20.8023%
    }

    .pure-pull-sm-5-24 {
        right: 20.8333%;
        *right: 20.8023%
    }

    .pure-pull-sm-1-4,
    .pure-pull-sm-6-24 {
        right: 25%;
        *right: 24.969%
    }
    .pure-pull-sm-7-24 {
        right: 29.1667%;
        *right: 29.1357%
    }
    .pure-pull-sm-1-3,
    .pure-pull-sm-8-24 {
        right: 33.3333%;
        *right: 33.3023%
    }
    .pure-pull-sm-3-8,
    .pure-pull-sm-9-24 {
        right: 37.5%;
        *right: 37.469%
    }
    .pure-pull-sm-2-5 {
        right: 40%;
        *right: 39.969%
    }
    .pure-pull-sm-5-12,
    .pure-pull-sm-10-24 {
        right: 41.6667%;
        *right: 41.6357%
    }
    .pure-pull-sm-11-24 {
        right: 45.8333%;
        *right: 45.8023%
    }
    .pure-pull-sm-1-2,
    .pure-pull-sm-12-24 {
        right: 50%;
        *right: 49.969%
    }
    .pure-pull-sm-13-24 {
        right: 54.1667%;
        *right: 54.1357%
    }
    .pure-pull-sm-7-12,
    .pure-pull-sm-14-24 {
        right: 58.3333%;
        *right: 58.3023%
    }
    .pure-pull-sm-3-5 {
        right: 60%;
        *right: 59.969%
    }
    .pure-pull-sm-5-8,
    .pure-pull-sm-15-24 {
        right: 62.5%;
        *right: 62.469%
    }
    .pure-pull-sm-2-3,
    .pure-pull-sm-16-24 {
        right: 66.6667%;
        *right: 66.6357%
    }
    .pure-pull-sm-17-24 {
        right: 70.8333%;
        *right: 70.8023%
    }
    .pure-pull-sm-3-4,
    .pure-pull-sm-18-24 {
        right: 75%;
        *right: 74.969%
    }
    .pure-pull-sm-19-24 {
        right: 79.1667%;
        *right: 79.1357%
    }
    .pure-pull-sm-4-5 {
        right: 80%;
        *right: 79.969%
    }
    .pure-pull-sm-5-6,
    .pure-pull-sm-20-24 {
        right: 83.3333%;
        *right: 83.3023%
    }
    .pure-pull-sm-7-8,
    .pure-pull-sm-21-24 {
        right: 87.5%;
        *right: 87.469%
    }
    .pure-pull-sm-11-12,
    .pure-pull-sm-22-24 {
        right: 91.6667%;
        *right: 91.6357%
    }
    .pure-pull-sm-23-24 {
        right: 95.8333%;
        *right: 95.8023%
    }
    .pure-pull-sm-1,
    .pure-pull-sm-1-1,
    .pure-pull-sm-5-5,
    .pure-pull-sm-24-24 {
        right: 100%
    }
}

@media screen and (min-width: 48em) {
    .pure-push-md-1-24 {
        left: 4.1667%;
        *left: 4.1357%
    }
    .pure-push-md-1-12,
    .pure-push-md-2-24 {
        left: 8.3333%;
        *left: 8.3023%
    }
    .pure-push-md-1-8,
    .pure-push-md-3-24 {
        left: 12.5%;
        *left: 12.469%
    }
    .pure-push-md-1-6,
    .pure-push-md-4-24 {
        left: 16.6667%;
        *left: 16.6357%
    }
    .pure-push-md-1-5 {
        left: 20%;
        *left: 19.969%
    }
    .pure-push-md-5-24 {
        left: 20.8333%;
        *left: 20.8023%
    }
    .pure-push-md-1-4,
    .pure-push-md-6-24 {
        left: 25%;
        *left: 24.969%
    }
    .pure-push-md-7-24 {
        left: 29.1667%;
        *left: 29.1357%
    }
    .pure-push-md-1-3,
    .pure-push-md-8-24 {
        left: 33.3333%;
        *left: 33.3023%
    }
    .pure-push-md-3-8,
    .pure-push-md-9-24 {
        left: 37.5%;
        *left: 37.469%
    }
    .pure-push-md-2-5 {
        left: 40%;
        *left: 39.969%
    }
    .pure-push-md-5-12,
    .pure-push-md-10-24 {
        left: 41.6667%;
        *left: 41.6357%
    }
    .pure-push-md-11-24 {
        left: 45.8333%;
        *left: 45.8023%
    }
    .pure-push-md-1-2,
    .pure-push-md-12-24 {
        left: 50%;
        *left: 49.969%
    }
    .pure-push-md-13-24 {
        left: 54.1667%;
        *left: 54.1357%
    }
    .pure-push-md-7-12,
    .pure-push-md-14-24 {
        left: 58.3333%;
        *left: 58.3023%
    }
    .pure-push-md-3-5 {
        left: 60%;
        *left: 59.969%
    }
    .pure-push-md-5-8,
    .pure-push-md-15-24 {
        left: 62.5%;
        *left: 62.469%
    }
    .pure-push-md-2-3,
    .pure-push-md-16-24 {
        left: 66.6667%;
        *left: 66.6357%
    }
    .pure-push-md-17-24 {
        left: 70.8333%;
        *left: 70.8023%
    }
    .pure-push-md-3-4,
    .pure-push-md-18-24 {
        left: 75%;
        *left: 74.969%
    }
    .pure-push-md-19-24 {
        left: 79.1667%;
        *left: 79.1357%
    }
    .pure-push-md-4-5 {
        left: 80%;
        *left: 79.969%
    }
    .pure-push-md-5-6,
    .pure-push-md-20-24 {
        left: 83.3333%;
        *left: 83.3023%
    }
    .pure-push-md-7-8,
    .pure-push-md-21-24 {
        left: 87.5%;
        *left: 87.469%
    }
    .pure-push-md-11-12,
    .pure-push-md-22-24 {
        left: 91.6667%;
        *left: 91.6357%
    }
    .pure-push-md-23-24 {
        left: 95.8333%;
        *left: 95.8023%
    }
    .pure-push-md-1,
    .pure-push-md-1-1,
    .pure-push-md-5-5,
    .pure-push-md-24-24 {
        left: 100%
    }

    .pure-pull-md-1-24 {
        right: 4.1667%;
        *right: 4.1357%
    }
    .pure-pull-md-1-12,
    .pure-pull-md-2-24 {
        right: 8.3333%;
        *right: 8.3023%
    }
    .pure-pull-md-1-8,
    .pure-pull-md-3-24 {
        right: 12.5%;
        *right: 12.469%
    }
    .pure-pull-md-1-6,
    .pure-pull-md-4-24 {
        right: 16.6667%;
        *right: 16.6357%
    }
    .pure-pull-md-1-5 {
        right: 20%;
        *right: 19.969%
    }
    .pure-pull-md-5-24 {
        right: 20.8333%;
        *right: 20.8023%
    }
    .pure-pull-md-1-4,
    .pure-pull-md-6-24 {
        right: 25%;
        *right: 24.969%
    }
    .pure-pull-md-7-24 {
        right: 29.1667%;
        *right: 29.1357%
    }
    .pure-pull-md-1-3,
    .pure-pull-md-8-24 {
        right: 33.3333%;
        *right: 33.3023%
    }
    .pure-pull-md-3-8,
    .pure-pull-md-9-24 {
        right: 37.5%;
        *right: 37.469%
    }
    .pure-pull-md-2-5 {
        right: 40%;
        *right: 39.969%
    }
    .pure-pull-md-5-12,
    .pure-pull-md-10-24 {
        right: 41.6667%;
        *right: 41.6357%
    }
    .pure-pull-md-11-24 {
        right: 45.8333%;
        *right: 45.8023%
    }
    .pure-pull-md-1-2,
    .pure-pull-md-12-24 {
        right: 50%;
        *right: 49.969%
    }
    .pure-pull-md-13-24 {
        right: 54.1667%;
        *right: 54.1357%
    }
    .pure-pull-md-7-12,
    .pure-pull-md-14-24 {
        right: 58.3333%;
        *right: 58.3023%
    }
    .pure-pull-md-3-5 {
        right: 60%;
        *right: 59.969%
    }
    .pure-pull-md-5-8,
    .pure-pull-md-15-24 {
        right: 62.5%;
        *right: 62.469%
    }
    .pure-pull-md-2-3,
    .pure-pull-md-16-24 {
        right: 66.6667%;
        *right: 66.6357%
    }
    .pure-pull-md-17-24 {
        right: 70.8333%;
        *right: 70.8023%
    }
    .pure-pull-md-3-4,
    .pure-pull-md-18-24 {
        right: 75%;
        *right: 74.969%
    }
    .pure-pull-md-19-24 {
        right: 79.1667%;
        *right: 79.1357%
    }
    .pure-pull-md-4-5 {
        right: 80%;
        *right: 79.969%
    }
    .pure-pull-md-5-6,
    .pure-pull-md-20-24 {
        right: 83.3333%;
        *right: 83.3023%
    }
    .pure-pull-md-7-8,
    .pure-pull-md-21-24 {
        right: 87.5%;
        *right: 87.469%
    }
    .pure-pull-md-11-12,
    .pure-pull-md-22-24 {
        right: 91.6667%;
        *right: 91.6357%
    }
    .pure-pull-md-23-24 {
        right: 95.8333%;
        *right: 95.8023%
    }
    .pure-pull-md-1,
    .pure-pull-md-1-1,
    .pure-pull-md-5-5,
    .pure-pull-md-24-24 {
        right: 100%
    }
}

@media screen and (min-width: 64em) {
   .pure-push-lg-1-24 {
        left: 4.1667%;
        *left: 4.1357%
    }
    .pure-push-lg-1-12,
    .pure-push-lg-2-24 {
        left: 8.3333%;
        *left: 8.3023%
    }
    .pure-push-lg-1-8,
    .pure-push-lg-3-24 {
        left: 12.5%;
        *left: 12.469%
    }
    .pure-push-lg-1-6,
    .pure-push-lg-4-24 {
        left: 16.6667%;
        *left: 16.6357%
    }
    .pure-push-lg-1-5 {
        left: 20%;
        *left: 19.969%
    }
    .pure-push-lg-5-24 {
        left: 20.8333%;
        *left: 20.8023%
    }
    .pure-push-lg-1-4,
    .pure-push-lg-6-24 {
        left: 25%;
        *left: 24.969%
    }
    .pure-push-lg-7-24 {
        left: 29.1667%;
        *left: 29.1357%
    }
    .pure-push-lg-1-3,
    .pure-push-lg-8-24 {
        left: 33.3333%;
        *left: 33.3023%
    }
    .pure-push-lg-3-8,
    .pure-push-lg-9-24 {
        left: 37.5%;
        *left: 37.469%
    }
    .pure-push-lg-2-5 {
        left: 40%;
        *left: 39.969%
    }
    .pure-push-lg-5-12,
    .pure-push-lg-10-24 {
        left: 41.6667%;
        *left: 41.6357%
    }
    .pure-push-lg-11-24 {
        left: 45.8333%;
        *left: 45.8023%
    }
    .pure-push-lg-1-2,
    .pure-push-lg-12-24 {
        left: 50%;
        *left: 49.969%
    }
    .pure-push-lg-13-24 {
        left: 54.1667%;
        *left: 54.1357%
    }
    .pure-push-lg-7-12,
    .pure-push-lg-14-24 {
        left: 58.3333%;
        *left: 58.3023%
    }
    .pure-push-lg-3-5 {
        left: 60%;
        *left: 59.969%
    }
    .pure-push-lg-5-8,
    .pure-push-lg-15-24 {
        left: 62.5%;
        *left: 62.469%
    }
    .pure-push-lg-2-3,
    .pure-push-lg-16-24 {
        left: 66.6667%;
        *left: 66.6357%
    }
    .pure-push-lg-17-24 {
        left: 70.8333%;
        *left: 70.8023%
    }
    .pure-push-lg-3-4,
    .pure-push-lg-18-24 {
        left: 75%;
        *left: 74.969%
    }
    .pure-push-lg-19-24 {
        left: 79.1667%;
        *left: 79.1357%
    }
    .pure-push-lg-4-5 {
        left: 80%;
        *left: 79.969%
    }
    .pure-push-lg-5-6,
    .pure-push-lg-20-24 {
        left: 83.3333%;
        *left: 83.3023%
    }
    .pure-push-lg-7-8,
    .pure-push-lg-21-24 {
        left: 87.5%;
        *left: 87.469%
    }
    .pure-push-lg-11-12,
    .pure-push-lg-22-24 {
        left: 91.6667%;
        *left: 91.6357%
    }
    .pure-push-lg-23-24 {
        left: 95.8333%;
        *left: 95.8023%
    }
    .pure-push-lg-1,
    .pure-push-lg-1-1,
    .pure-push-lg-5-5,
    .pure-push-lg-24-24 {
        left: 100%
    } 

    .pure-pull-lg-1-24 {
        right: 4.1667%;
        *right: 4.1357%
    }
    .pure-pull-lg-1-12,
    .pure-pull-lg-2-24 {
        right: 8.3333%;
        *right: 8.3023%
    }
    .pure-pull-lg-1-8,
    .pure-pull-lg-3-24 {
        right: 12.5%;
        *right: 12.469%
    }
    .pure-pull-lg-1-6,
    .pure-pull-lg-4-24 {
        right: 16.6667%;
        *right: 16.6357%
    }
    .pure-pull-lg-1-5 {
        right: 20%;
        *right: 19.969%
    }
    .pure-pull-lg-5-24 {
        right: 20.8333%;
        *right: 20.8023%
    }
    .pure-pull-lg-1-4,
    .pure-pull-lg-6-24 {
        right: 25%;
        *right: 24.969%
    }
    .pure-pull-lg-7-24 {
        right: 29.1667%;
        *right: 29.1357%
    }
    .pure-pull-lg-1-3,
    .pure-pull-lg-8-24 {
        right: 33.3333%;
        *right: 33.3023%
    }
    .pure-pull-lg-3-8,
    .pure-pull-lg-9-24 {
        right: 37.5%;
        *right: 37.469%
    }
    .pure-pull-lg-2-5 {
        right: 40%;
        *right: 39.969%
    }
    .pure-pull-lg-5-12,
    .pure-pull-lg-10-24 {
        right: 41.6667%;
        *right: 41.6357%
    }
    .pure-pull-lg-11-24 {
        right: 45.8333%;
        *right: 45.8023%
    }
    .pure-pull-lg-1-2,
    .pure-pull-lg-12-24 {
        right: 50%;
        *right: 49.969%
    }
    .pure-pull-lg-13-24 {
        right: 54.1667%;
        *right: 54.1357%
    }
    .pure-pull-lg-7-12,
    .pure-pull-lg-14-24 {
        right: 58.3333%;
        *right: 58.3023%
    }
    .pure-pull-lg-3-5 {
        right: 60%;
        *right: 59.969%
    }
    .pure-pull-lg-5-8,
    .pure-pull-lg-15-24 {
        right: 62.5%;
        *right: 62.469%
    }
    .pure-pull-lg-2-3,
    .pure-pull-lg-16-24 {
        right: 66.6667%;
        *right: 66.6357%
    }
    .pure-pull-lg-17-24 {
        right: 70.8333%;
        *right: 70.8023%
    }
    .pure-pull-lg-3-4,
    .pure-pull-lg-18-24 {
        right: 75%;
        *right: 74.969%
    }
    .pure-pull-lg-19-24 {
        right: 79.1667%;
        *right: 79.1357%
    }
    .pure-pull-lg-4-5 {
        right: 80%;
        *right: 79.969%
    }
    .pure-pull-lg-5-6,
    .pure-pull-lg-20-24 {
        right: 83.3333%;
        *right: 83.3023%
    }
    .pure-pull-lg-7-8,
    .pure-pull-lg-21-24 {
        right: 87.5%;
        *right: 87.469%
    }
    .pure-pull-lg-11-12,
    .pure-pull-lg-22-24 {
        right: 91.6667%;
        *right: 91.6357%
    }
    .pure-pull-lg-23-24 {
        right: 95.8333%;
        *right: 95.8023%
    }
    .pure-pull-lg-1,
    .pure-pull-lg-1-1,
    .pure-pull-lg-5-5,
    .pure-pull-lg-24-24 {
        right: 100%
    }
}

@media screen and (min-width: 80em) {
    .pure-push-xl-1-24 {
        left: 4.1667%;
        *left: 4.1357%
    }
    .pure-push-xl-1-12,
    .pure-push-xl-2-24 {
        left: 8.3333%;
        *left: 8.3023%
    }
    .pure-push-xl-1-8,
    .pure-push-xl-3-24 {
        left: 12.5%;
        *left: 12.469%
    }
    .pure-push-xl-1-6,
    .pure-push-xl-4-24 {
        left: 16.6667%;
        *left: 16.6357%
    }
    .pure-push-xl-1-5 {
        left: 20%;
        *left: 19.969%
    }
    .pure-push-xl-5-24 {
        left: 20.8333%;
        *left: 20.8023%
    }
    .pure-push-xl-1-4,
    .pure-push-xl-6-24 {
        left: 25%;
        *left: 24.969%
    }
    .pure-push-xl-7-24 {
        left: 29.1667%;
        *left: 29.1357%
    }
    .pure-push-xl-1-3,
    .pure-push-xl-8-24 {
        left: 33.3333%;
        *left: 33.3023%
    }
    .pure-push-xl-3-8,
    .pure-push-xl-9-24 {
        left: 37.5%;
        *left: 37.469%
    }
    .pure-push-xl-2-5 {
        left: 40%;
        *left: 39.969%
    }
    .pure-push-xl-5-12,
    .pure-push-xl-10-24 {
        left: 41.6667%;
        *left: 41.6357%
    }
    .pure-push-xl-11-24 {
        left: 45.8333%;
        *left: 45.8023%
    }
    .pure-push-xl-1-2,
    .pure-push-xl-12-24 {
        left: 50%;
        *left: 49.969%
    }
    .pure-push-xl-13-24 {
        left: 54.1667%;
        *left: 54.1357%
    }
    .pure-push-xl-7-12,
    .pure-push-xl-14-24 {
        left: 58.3333%;
        *left: 58.3023%
    }
    .pure-push-xl-3-5 {
        left: 60%;
        *left: 59.969%
    }
    .pure-push-xl-5-8,
    .pure-push-xl-15-24 {
        left: 62.5%;
        *left: 62.469%
    }
    .pure-push-xl-2-3,
    .pure-push-xl-16-24 {
        left: 66.6667%;
        *left: 66.6357%
    }
    .pure-push-xl-17-24 {
        left: 70.8333%;
        *left: 70.8023%
    }
    .pure-push-xl-3-4,
    .pure-push-xl-18-24 {
        left: 75%;
        *left: 74.969%
    }
    .pure-push-xl-19-24 {
        left: 79.1667%;
        *left: 79.1357%
    }
    .pure-push-xl-4-5 {
        left: 80%;
        *left: 79.969%
    }
    .pure-push-xl-5-6,
    .pure-push-xl-20-24 {
        left: 83.3333%;
        *left: 83.3023%
    }
    .pure-push-xl-7-8,
    .pure-push-xl-21-24 {
        left: 87.5%;
        *left: 87.469%
    }
    .pure-push-xl-11-12,
    .pure-push-xl-22-24 {
        left: 91.6667%;
        *left: 91.6357%
    }
    .pure-push-xl-23-24 {
        left: 95.8333%;
        *left: 95.8023%
    }
    .pure-push-xl-1,
    .pure-push-xl-1-1,
    .pure-push-xl-5-5,
    .pure-push-xl-24-24 {
        left: 100%
    }

    .pure-pull-xl-1-24 {
        right: 4.1667%;
        *right: 4.1357%
    }
    .pure-pull-xl-1-12,
    .pure-pull-xl-2-24 {
        right: 8.3333%;
        *right: 8.3023%
    }
    .pure-pull-xl-1-8,
    .pure-pull-xl-3-24 {
        right: 12.5%;
        *right: 12.469%
    }
    .pure-pull-xl-1-6,
    .pure-pull-xl-4-24 {
        right: 16.6667%;
        *right: 16.6357%
    }
    .pure-pull-xl-1-5 {
        right: 20%;
        *right: 19.969%
    }
    .pure-pull-xl-5-24 {
        right: 20.8333%;
        *right: 20.8023%
    }
    .pure-pull-xl-1-4,
    .pure-pull-xl-6-24 {
        right: 25%;
        *right: 24.969%
    }
    .pure-pull-xl-7-24 {
        right: 29.1667%;
        *right: 29.1357%
    }
    .pure-pull-xl-1-3,
    .pure-pull-xl-8-24 {
        right: 33.3333%;
        *right: 33.3023%
    }
    .pure-pull-xl-3-8,
    .pure-pull-xl-9-24 {
        right: 37.5%;
        *right: 37.469%
    }
    .pure-pull-xl-2-5 {
        right: 40%;
        *right: 39.969%
    }
    .pure-pull-xl-5-12,
    .pure-pull-xl-10-24 {
        right: 41.6667%;
        *right: 41.6357%
    }
    .pure-pull-xl-11-24 {
        right: 45.8333%;
        *right: 45.8023%
    }
    .pure-pull-xl-1-2,
    .pure-pull-xl-12-24 {
        right: 50%;
        *right: 49.969%
    }
    .pure-pull-xl-13-24 {
        right: 54.1667%;
        *right: 54.1357%
    }
    .pure-pull-xl-7-12,
    .pure-pull-xl-14-24 {
        right: 58.3333%;
        *right: 58.3023%
    }
    .pure-pull-xl-3-5 {
        right: 60%;
        *right: 59.969%
    }
    .pure-pull-xl-5-8,
    .pure-pull-xl-15-24 {
        right: 62.5%;
        *right: 62.469%
    }
    .pure-pull-xl-2-3,
    .pure-pull-xl-16-24 {
        right: 66.6667%;
        *right: 66.6357%
    }
    .pure-pull-xl-17-24 {
        right: 70.8333%;
        *right: 70.8023%
    }
    .pure-pull-xl-3-4,
    .pure-pull-xl-18-24 {
        right: 75%;
        *right: 74.969%
    }
    .pure-pull-xl-19-24 {
        right: 79.1667%;
        *right: 79.1357%
    }
    .pure-pull-xl-4-5 {
        right: 80%;
        *right: 79.969%
    }
    .pure-pull-xl-5-6,
    .pure-pull-xl-20-24 {
        right: 83.3333%;
        *right: 83.3023%
    }
    .pure-pull-xl-7-8,
    .pure-pull-xl-21-24 {
        right: 87.5%;
        *right: 87.469%
    }
    .pure-pull-xl-11-12,
    .pure-pull-xl-22-24 {
        right: 91.6667%;
        *right: 91.6357%
    }
    .pure-pull-xl-23-24 {
        right: 95.8333%;
        *right: 95.8023%
    }
    .pure-pull-xl-1,
    .pure-pull-xl-1-1,
    .pure-pull-xl-5-5,
    .pure-pull-xl-24-24 {
        right: 100%
    }
}

@CHARSET "UTF-8";

@media only screen and (min-width:0px) and (max-width:1023px) {
	#header #menu_responsive_tienda {
		display: block;
		left: 380px;
		position: absolute;
	}
}

@media only screen and (min-width:0px) and (max-width:768px) {
	#header #menu_responsive_tienda span {
		color: #99ff66;
		display: inline-block;
		margin-top: 18px;
		margin-left: 5px;
	}
	.titulo strong{
        display: block;
    }
}

@media only screen and (min-width:0px) and (max-width:768px) {
	#tienda-modal .carrito_responsive_imagen {
		float: left;
	}
}

@media only screen and (min-width:0px) and (max-width:1400px) {
	#header.menu_interior #formulario_cabecera input {
		width: 420px;
	}
}

@media only screen and (min-width:0px) and (max-width:1300px) {
	#header.menu_interior #formulario_cabecera input {
		width: 320px;
	}
}

@media only screen and (min-width:0px) and (max-width:1200px) {
	#header.menu_interior #formulario_cabecera input {
		display: none;
	}
}

@media only screen and (min-width:0px) and (max-width:1023px) {
	#header.menu_interior #menu_responsive_tienda {
		display: block;
		left: 380px;
		position: absolute;
	}
}

@media only screen and (min-width:0px) and (max-width:768px) {
	#header.menu_interior #menu_responsive_tienda {
		left: 300px;
	}
	#header.menu_interior #menu_responsive_tienda img {
		width: auto;
		margin-top: 22px;
		margin-left: -7px;
	}
	#menu_responsive_tienda span {
		color: #99ff66;
		display: inline-block;
		margin-top: 18px;
		margin-left: -100px;
	}
}

@media only screen and (min-width:0px) and (max-width:1300px) {
	#formulario_cabecera input[type="text"] {
		width: 310px;
	}
	#formulario_cabecera input[type="text"]:focus {
		width: 310px;
	}
}

@media only screen and (min-width:0px) and (max-width:1200px) {
	#formulario_cabecera input[type="text"] {
		width: 250px;
	}
}

@media only screen and (min-width:0px) and (max-width:1023px) {
	#formulario_cabecera input[type="text"] {
		display: none;
	}
}

/* 
   Responsive FOOTER
*/
@media only screen and (min-width:0px) and (max-width:1900px) {
	.footer {
		background-position: 34% bottom;
	}
}

@media only screen and (min-width:0px) and (max-width:1800px) {
	.footer {
		background-position: 28% bottom;
	}
}

@media only screen and (min-width:0px) and (max-width:1600px) {
	.footer {
		background-position: 20% bottom;
	}
}

@media only screen and (min-width:0px) and (max-width:1023px) {
	.footer .footer_cierre .footer_rss {
		text-align: center;
		margin-top: 30px;
		padding-top: 0px;
		margin-left: -30px;
	}
	.footer {
		background-position: 20% -8000px
	}
}

@media only screen and (min-width:0) and (max-width:768px) {
	.footer .footer_cierre .footer_tarjetas {
		margin: 5px 0px 40px 0px;
		padding: 0px 0px 0px 20px;
		text-align: center;
	}
	ul.listado_marcas {
		margin-left: -35px;
	}
	.footer .footer_enlaces ul {
		margin: 0px;
		padding: 0px;
		text-align: center;
	}
	.footer .footer_seo {
		text-align: center;
		margin-top: 5px;
		padding-top: 0px;
		padding-left: 20px;
		padding-right: 20px;
	}
	.footer .footer_seo p {
		display: inline-block;
		font-size: 12pt;
		line-height: 24px;
		font-weight: 200;
		color: #999;
	}
	.footer .footer_newsletter {
		text-align: center;
		padding: 0px 20px 40px 20px;
	}
	.footer .footer_zona_logo {;
		margin-top: 0px;
		padding-top: 0px;
	}
	.footer .footer_zona_logo p {
		text-align: center;
		color: #999;
		font-size: 12px;
		font-weight: 200;
		line-height: 20px;
		margin-top: 30px 0;
		padding-top: 0px;
	}
}

/* 
   Responsive 
*/
@media only screen and (min-width:0px) and (max-width:468px) {
	.mini span.info:hover div.votar ul {
		padding: 13px 0px 9px 20px;
		margin-top: 0px;
		margin-left: 0px;
		text-align: left;
	}
}

/* 
   Responsive HOME Y GENERAL
*/
@media only screen and (min-width:0px) and (max-width:1023px) {
	.pure-g h2 {
		font-size: 20px;
		text-align: center;
	}
	.footer .footer_zona_logo {
		text-align: center;
	}
	.footer .footer_newsletter {
		padding: 0;
	}
	.footer .footer_zona_logo p.footer_gastos{
		text-align: center;
	}
}

@media only screen and (min-width:0px) and (max-width:768px) {
	.pure-g .paginacion_general ul li.izq {
		background: url("/assets/img/bullet_izq_paginado.png") no-repeat;
		background-position: 14px 15px;
		padding: 10px 20px 10px 30px;
	}
	.pure-g .paginacion_general ul li.dch {
		background: url("/assets/img/bullet_dch_paginado.png") no-repeat;
		background-position: 98px 15px;
		padding: 10px 30px 10px 20px;
	}
	.blog .blog_mini h4 {
		font-size: 24px;
		font-weight: 200;
		margin: 0px;
		padding: 0px;
		line-height: 34px;
	}
}

@media only screen and (min-width:0px) and (max-width:1023px) {
	
	.subnavegacion .home {
		display: none;
	}
	.subnavegacion .texto h2 {
		padding: 0px;
		margin: 15px 0px 10px 0px;
		font-size: 24px;
	}
	.subnavegacion .enlaces {
		text-align: center;
		margin-top: 15px;
		padding-left: 10px;
		padding-right: 10px;
	}
	.subnavegacion .filtro {
		text-align: center;
		margin-top: 30px;
		margin-bottom: 30px;
		margin-left: 10px;
		padding-right: 10px;
		display: inline-block;
	}
	.subnavegacion select {
		text-align: left;
		display: inline-block;
		width: 60%;
		margin-left: 20%;
		margin-right: 20%;
	}
	.styled-select {
		background-position: 78% 50%;
	}
}

@media only screen and (min-width:0px) and (max-width:1023px) {
	.mini p.intro {
		position: relative;
		top: 0;
		left: 0;
		text-align: center;
		font-size: 14px;
		font-weight: 200;
		line-height: 25px;
		color: #333;
		max-width: 100%;
		margin-left: 0px;
		margin-top: 20px;
	}
	.mini .bloque_boton {
		position: relative;
		margin: 0px 0px 0px 0px;
		padding: 0px;
		left: 0;
		bottom: 0;
		text-align: center;
	}
	.mini .bloque_boton p.enlace a {
		text-decoration: none;
		color: #fff;
		width: 100%;
		font-weight: 200;
		font-size: 14px;
		text-align: center;
		margin: 0px;
		background-color: #000;
		padding: 8px;
		display: block;
		-o-transition: color .3s linear, background .3s linear;
		-moz-transition: color .3s linear, background .3s linear;
		-webkit-transition: color .3s linear, background .3s linear;
		transition: color .3s linear, background .3s linear
	}
	.mini .bloque_boton p.enlace a:hover {
		color: #000;
		background-color: #fff;
	}
	.bloque_producto .mini ul {
		position: relative;
		top: 10px;
		left: 0px;
		text-align: center;
		display: inline-block;
		padding: 0px;
	}
	.bloque_producto .mini ul li {
		list-style: none;
		font-weight: 200;
		text-align: center;
		padding-bottom: 10px;
		padding-right: 0px;
		border-bottom: 1px solid #ccc;
	}
	.bloque_producto .mini ul p {
		color: #666;
		text-align: center;
		font-size: 12px;
		margin-bottom: 20px;
	}
	.bloque_producto .mini ul li a {
		color: #333;
		text-decoration: none;
	}
	.bloque_producto .mini ul li a:hover {
		color: #333;
		opacity: .5;
	}
}

@media only screen and (min-width:0px) and (max-width:1400px) {
	.cd-item-info .bloque {
		margin-top: -30px;
		padding-top: 0px;
	}
	.pure-g .contenido_detalle .dch {
		padding: 0px 0px 0px 20px;
		margin: 0px 0px 80px 0px;
		text-align: left
	}
	.pure-g  #contenido_a_mostrar {
		width: 50%;
	}
}

@media only screen and (min-width:0px) and (max-width:1023px) {
	.pure-g .compartir_detalle {
		margin-top: 10px;
	}
	.pure-g .contenido_detalle .img_packs {
		padding: 10px 0px 0px 0px;
		margin: 0px;
		text-align: center;
		background: none;
	}
	.pure-g .contenido_detalle .img_packs_sin {
		padding: 10px 0px 0px 0px;
		margin: 0px;
		text-align: center;
		background: none;
	}
	.pure-g .contenido_detalle .img_packs span {
		position: absolute;
		left: 0px;
		background-color: #333;
		color: #fff;
		padding: 5px;
	}
	.pure-g .contenido_detalle .img_packs:last-child {
		background: none;
	}
	.pure-g .contenido_detalle .izq {
		padding: 0px 0px 0px 0px;
		margin: 10px 0px 0px 0px;
		text-align: center;
		font-weight: 200;
	}
	.pure-g .contenido_detalle .izq ul {
		text-align: center;
		list-style: none;
		padding: 0px;
		margin: 0px 0px 0px 0px;
	}
	.pure-g .contenido_detalle .izq ul li {
		display: block;
		background: none;
		background-position: bottom;
		margin-bottom: 20px;
		padding: 0px;
	}
	.pure-g .contenido_detalle .dch {
		padding: 20px 0px 0px 0px;
		margin: 0px 0px 0px 0px;
		text-align: center;
		display: block;
	}
	.pure-g .contenido_detalle .dch:last-child {
		margin: 0px 0px 0px 0px;
	}
	.pure-g .contenido_detalle .dch p {
		font-size: 18px;
		font-weight: 200;
		display: inline-block;
		margin-right: 15px;
		margin-top: 0px;
	}
	.pure-g .contenido_detalle .dch .comprar {
		-webkit-appearance: none;
		-moz-appearance: none;
		-ms-appearance: none;
		-o-appearance: none;
		appearance: none;
		border: none;
		padding: .8em;
		background-color: #a2f57c;
		color: #222;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
		cursor: pointer;
		width: 40%;
		font-size: 14px;
		font-weight: 400;
		margin-top: 0px;
		-o-transition: color .2s linear, background .2s linear;
		-moz-transition: color .2s linear, background .3s linear;
		-webkit-transition: color .2s linear, background .2s linear;
		transition: color .2s linear, background .2s linear
	}
	.pure-g .contenido_detalle .dch .comprar:hover {
		background-color: #222;
		color: #fff;
	}
	.pure-g .contenido_detalle .titulo_packs {
		padding: 20px 0px 0px 20px;
		margin: 0px;
		text-align: left;
		padding-bottom: 0px;
		font-weight: 400;
		font-size: 16px;
	}
}

@media only screen and (min-width:0px) and (max-width:720px) {
	
	.pure-g .menu_lateral .menu_responsive_interior {
		display: inline;
		margin-top: -20px;
	}
	.pure-g .compartir_detalle {
		text-align: center;
		margin-top: 10px;
		padding: 20px;
	}
	.cd-item-info .comprar {
		width: 70%;
		font-size: 22px;
	}
	.cd-item-info ul.preguntas li {
		display: block;
		padding-right: 0px;
		margin-top: 10px;
	}
	.pure-g .contenido_detalle p.descripcion {
		font-size: 14px;
		font-weight: 200;
		margin: 0px;
		padding: 0px;
		line-height: 1.6;
	}
	.pure-g .contenido_detalle .zona_nombre {
		margin: 0px 0px 20px 0px;
		padding: 0px;
		text-align: left;
	}
	.pure-g .contenido_detalle .zona_boton .comentario {
		width: 70%;
	}
	.cd-item-info ul.preguntas {
		width: 90%;
	}
	.pure-g  #contenido_a_mostrar {
		width: 100%;
	}
	.cd-item-info  #contenido_precio {
		width: 100%;
		left: 0px;
		top: 450px;
		margin: 0px;
	}
	.pure-g .wish {
		text-align: left;
		padding: 0px;
		float: left;
	}
	.pure-g .contenido_detalle .img_packs {
		padding: 10px 0px 0px 0px;
		margin: 0px;
		text-align: center;
		background: none;
	}
	.pure-g .contenido_detalle .img_packs_sin {
		padding: 10px 0px 0px 0px;
		margin: 0px;
		text-align: center;
		background: none;
	}
	.pure-g .contenido_detalle .img_packs span {
		position: absolute;
		left: 0px;
		background-color: #333;
		color: #fff;
		padding: 5px;
	}
	.pure-g .contenido_detalle .img_packs:last-child {
		background: none;
	}
	.pure-g .contenido_detalle .izq {
		padding: 0px 0px 0px 0px;
		margin: 10px 0px 0px 0px;
		text-align: center;
		font-weight: 200;
	}
	.pure-g .contenido_detalle .izq ul {
		text-align: center;
		list-style: none;
		padding: 0px;
		margin: 0px 0px 0px 0px;
	}
	.pure-g .contenido_detalle .izq ul li {
		display: block;
		background: none;
		background-position: bottom;
		margin-bottom: 20px;
		padding: 0px;
	}
	.pure-g .contenido_detalle .dch {
		padding: 20px 0px 0px 0px;
		margin: 0px 0px 0px 0px;
		text-align: center;
		display: block;
	}
	.pure-g .contenido_detalle .dch:last-child {
		margin: 0px 0px 0px 0px;
	}
	.pure-g .contenido_detalle .dch p {
		font-size: 18px;
		font-weight: 200;
		display: inline-block;
		margin-right: 15px;
		margin-top: 0px;
	}
	.pure-g .contenido_detalle .dch .comprar {
		-webkit-appearance: none;
		-moz-appearance: none;
		-ms-appearance: none;
		-o-appearance: none;
		appearance: none;
		border: none;
		padding: .8em;
		background-color: #a2f57c;
		color: #222;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
		cursor: pointer;
		width: 40%;
		font-size: 14px;
		font-weight: 400;
		margin-top: 0px;
		-o-transition: color .2s linear, background .2s linear;
		-moz-transition: color .2s linear, background .3s linear;
		-webkit-transition: color .2s linear, background .2s linear;
		transition: color .2s linear, background .2s linear
	}
	.pure-g .contenido_detalle .dch .comprar:hover {
		background-color: #222;
		color: #fff;
	}
	.pure-g .contenido_detalle .titulo_packs {
		padding: 20px 0px 0px 20px;
		margin: 0px;
		text-align: left;
		padding-bottom: 0px;
		font-weight: 400;
		font-size: 16px;
	}
}

@media only screen and (min-width:0px) and (max-width:568px) {
	.listado_general ul {
		margin-top: -10px;
	}
	.listado_general ul li {
		display: block;
		margin-right: 0px;
	}
	.listado_general ul li:last-child {
		margin-right: 0px;
	}
	.mini p.intro {
		text-align: center;
		font-size: 14px;
		font-weight: 200;
		line-height: 25px;
		margin-top: 30px;
		margin-bottom: 30px;
	}
	.mini .bloque_boton {
		display: inline-block;
		width: 100%;
		text-align: center;
		position: relative;
		margin: 0px;
		padding: 0px;
	}
	.mini .bloque_boton p.enlace {
		width: 70%;
		display: inline-block;
	}
	.mini h2.titulo {
		position: absolute;
		left: 0;
		color: #fff;
		font-size: 18px;
		z-index: 99;
		font-weight: 200;
		padding: 8px;
		margin-left: 30px;
		margin-top: 20px;
		width: 82%;
		text-transform: none;
	}
	.cd-item-info p.precio_grande span.oscuro {
		display: block;
		margin-top: 20px;
	}
	.cd-item-info p.precio_grande span.claro {
		display: block;
	}
	.pure-g .wish {
		text-align: center;
		padding: 0px;
		float: left;
		display: block;
	}
	.pure-g .votar {
		text-align: center;
		padding: 0px;
		margin: 10px 0px 10px 0px;
		float: left;
		display: block;
	}
	.pure-g .votar ul {
		text-align: center;
		padding: 0px;
		margin: 15px 0px 0px 0px;
	}
	.pure-g .wish img {
		width: 30px;
	}
	.pure-g .votar img {
		width: 15px;
	}
	.pure-g .compartir_detalle {
		margin-top: 10px;
		padding: 0px;
	}
	.pure-g .compartir_detalle ul {
		padding: 0px;
	}
	.pure-g .compartir_detalle ul li a {
		width: 30px;
		height: 27px;
	}
	.pure-g .contenido_detalle .img_packs {
		padding: 10px 0px 0px 0px;
		margin: 0px;
		text-align: center;
		background: none;
	}
	.pure-g .contenido_detalle .img_packs_sin {
		padding: 10px 0px 0px 0px;
		margin: 0px;
		text-align: center;
		background: none;
	}
	.pure-g .contenido_detalle .img_packs span {
		position: absolute;
		left: 0px;
		background-color: #333;
		color: #fff;
		padding: 5px;
	}
	.pure-g .contenido_detalle .img_packs:last-child {
		background: none;
	}
	.pure-g .contenido_detalle .izq {
		padding: 0px 0px 0px 0px;
		margin: 10px 0px 0px 0px;
		text-align: center;
		font-weight: 200;
	}
	.pure-g .contenido_detalle .izq ul {
		text-align: center;
		list-style: none;
		padding: 0px;
		margin: 0px 0px 0px 0px;
	}
	.pure-g .contenido_detalle .izq ul li {
		display: block;
		background: none;
		background-position: bottom;
		margin-bottom: 20px;
		padding: 0px;
	}
	.pure-g .contenido_detalle .dch {
		padding: 20px 0px 0px 0px;
		margin: 0px 0px 0px 0px;
		text-align: center;
		display: block;
	}
	.pure-g .contenido_detalle .dch:last-child {
		margin: 0px 0px 0px 0px;
	}
	.pure-g .contenido_detalle .dch p {
		font-size: 18px;
		font-weight: 200;
		display: inline-block;
		margin-right: 15px;
		margin-top: 0px;
		width: 50%;
	}
	.pure-g .contenido_detalle .dch .comprar {
		-webkit-appearance: none;
		-moz-appearance: none;
		-ms-appearance: none;
		-o-appearance: none;
		appearance: none;
		border: none;
		padding: .8em;
		background-color: #a2f57c;
		color: #222;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
		cursor: pointer;
		width: 40%;
		font-size: 14px;
		font-weight: 400;
		margin-top: 0px;
		-o-transition: color .2s linear, background .2s linear;
		-moz-transition: color .2s linear, background .3s linear;
		-webkit-transition: color .2s linear, background .2s linear;
		transition: color .2s linear, background .2s linear
	}
	.pure-g .contenido_detalle .dch .comprar:hover {
		background-color: #222;
		color: #fff;
	}
	.pure-g .contenido_detalle .titulo_packs {
		padding: 20px 0px 0px 20px;
		margin: 0px;
		text-align: left;
		padding-bottom: 0px;
		font-weight: 400;
		font-size: 16px;
	}
}

@media only screen and (min-width:0px) and (max-width:720px) {
	.pure-g .listado_pedidos ul li {
		display: block;
		margin-bottom: 20px;
	}
	.pure-g .area_usuario ul {
		padding: 0px 0px 0px 20px;
	}
	.pure-g .area_usuario ul li {
		display: inline-block;
		margin-bottom: 20px;
	}
	.pure-g h2 {
		margin-left: 0px;
	}
	.pure-g .listado_localizador input {
		width: 100%;
		font-family: 'Lato', sans-serif;
		height: 40px;
	}
	.pure-g .listado_localizador input.boton {
		width: 100%;
		background-color: #222;
		border: none;
		color: #fff;
		margin-top: 20px;
	}
	.pure-g .listado_compra h2 span {
		display: block;
		margin-bottom: 20px;
		width: 20%;
	}
	.pure-g .listado_compra .formulario input {
		width: 100%;
	}
	.pure-g .listado_compra .formulario select {
		width: 100%;
	}
	.pure-g .listado_compra .formulario .medio {
		width: 100%;
	}
	.pure-g .listado_compra .formulario .medio input {
		width: 100%;
	}
	.pure-g .listado_compra .formulario .medio select {
		width: 100%;
	}
	.pure-g .listado_compra .formulario .medio_error {
		width: 100%;
	}
	.pure-g .listado_compra .formulario .medio_error input {
		width: 100%;
	}
	.pure-g .area_usuario ul li a.active {
		border-bottom: 1px solid #333;
		padding-bottom: 5px;
	}
	.pure-g .formulario_pedido_boton .finalizar {
		width: 100%;
	}
}

@media only screen and (min-width:0px) and (max-width:568px) {
	.pure-g .listado_pedidos_desplegado .items ul li {
		float: left;
	}
	.pure-g .listado_pedidos_desplegado .items ul li span {
		float: left;
		margin-top: 10px;
		margin-bottom: 10px;
	}
}

@media only screen and (min-width:0px) and (max-width:720px) {
	.pure-g .selectboxit-container .selectboxit {
	  width: 100% !important;
	}
}

@media only screen and (max-device-width: 600px) {
	.pre-notes-container{
		max-height: 88%;
		overflow-y: auto;
	}
	.note-drop-text-holder{
		width: 80% !important;
		margin-left: 15px;
	}

	a.note-drop-block{
		width: 90% !important;
	}

}

@media only screen and (max-device-height: 500px) {
	.notes-container{
		max-height: 335px;
		overflow-y: auto;
	}


}

@CHARSET "UTF-8";

@font-face {
    font-family: "Century";
    src: url("/assets/fonts/century-gothic/century-gothic.ttf") format("truetype"),
    url('/assets/fonts/century-gothic/century-gothic.eot') format('embedded-opentype');
    font-display: swap;
}

@font-face {
    font-family: "Century";
    src: url("/assets/fonts/century-gothic/century-gothic-bold.ttf") format("truetype");
    font-weight: bold;
    font-display: swap;
}

.pure-hidden{
    display: none;
}

.pure-visible-block{
    display: block;
}

html.disable-scroll{
    overflow: hidden;
}

html.disable-scroll body{
    overflow: hidden;
}

html, body{
    height: auto;
    max-height: none;
}

body{
    min-width: 320px;
}

.content-wrap{
    position: relative;
    z-index: 0;
    background-color: #fff;
    margin-top: 57px;
    -webkit-box-shadow: 54px -27px 30px 50px rgba(0,0,0,0.75);
    -moz-box-shadow: 54px -27px 30px 50px rgba(0,0,0,0.75);
    box-shadow: 54px -27px 30px 50px rgba(0,0,0,0.75);
}

.nav-pushable{
    /*transform: translate(0px);*/
    -webkit-transition: -webkit-transform 400ms ease;
    -moz-transition: -moz-transform 400ms ease;
    -o-transition: -o-transform 400ms ease;
    transition: transform 400ms ease;
}

body.push-nav-active .nav-pushable{
    transform: translate(250px);
}

/* Menú hamburguesa */
.menu-toggle{
    width: 38px;
    cursor: pointer;
    display: inline-block;
    margin: 0;
    vertical-align: top;
    padding: 13px 4px 14px 10px;
}

.menu-toggle .one, .menu-toggle .two, .menu-toggle .three{
    width: 100%;
    height: 2px;
    background: #999;
    margin: 6px auto;
    backface-visibility: hidden;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.menu-toggle.on .one{
    -moz-transform: rotate(45deg) translate(7px, 4px);
    -ms-transform: rotate(45deg) translate(7px, 4px);
    -webkit-transform: rotate(45deg) translate(7px, 4px);
    transform: rotate(45deg) translate(7px, 4px);
}

.menu-toggle.on .two{
    opacity: 0;
}

.menu-toggle.on .three{
    -moz-transform: rotate(-45deg) translate(7px, -4px);
    -ms-transform: rotate(-45deg) translate(7px, -4px);
    -webkit-transform: rotate(-45deg) translate(7px, -4px);
    transform: rotate(-45deg) translate(7px, -4px);
}

/* Menú para móvil */
#menu-modal {
    display: none;
    position: fixed;
    width: 250px;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    z-index: 0;
    padding-top: 0;
    background-color: #424141;
    overflow-y: auto;
    padding: 0 20px 20px 20px;
    box-sizing: border-box;
    -webkit-overflow-scrolling: touch
}

body.push-nav-visible #menu-modal{
    display: block;
}

#menu-modal ul.menu_largo {
    margin: 1em 0px 0px 0px;
    padding: 0px 0px 0px 20px;
    text-align: left;
    color: #fff;
}

#menu-modal ul.menu_largo li {
    margin: 0px;
    padding: 0px;
    text-align: left;
    color: #fff;
    list-style: none;
    font-weight: 200;
    font-size: 14px;
    padding-bottom: 10px;
}

#menu-modal ul.menu_largo li a {
    margin: 0px;
    padding: 0px;
    text-align: left;
    color: #fff;
    display: block;
    text-decoration: none;
    -webkit-transition: color .25s ease;
    transition: color .25s ease;
}

#menu-modal ul.menu_largo li a:hover {
    color: #a2f57c;
}

#menu-modal p.menu {
    margin: 50px 0px 0px 0px;
    padding: 0px 0px 0px 20px;
    color: #999;
    text-transform: uppercase;
    text-align: left;
}

#menu-modal input[type="text"] {
    /*background: url("../img/search.png") no-repeat 0px 30px #444*/;
    /*background-position: 96% 50%;*/
    border: 0 none;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    color: #999;
    width: 100%;
    padding: 0px 15px 0px 20px;
    -webkit-transition: all 0.7s ease 0s;
    -moz-transition: all 0.7s ease 0s;
    -o-transition: all 0.7s ease 0s;
    transition: all 0.7s ease 0s;
    background-color: #fff;
    height: 38px;
    margin: .5em 0px 0px 0px;
    padding: 0px 0px 0px 20px;
}

#menu-modal input[type="text"]:focus {
    width: 100%;
}

#menu-modal p.menu{
    padding: 0;
    margin-top: 2em;
}

#menu-modal .categorias .menu_largo{
    padding: 0;
}

#menu-modal .categorias .menu_largo li{
    border-bottom: 1px solid #666;
    padding: 8px 0;
    position: relative;
}

#menu-modal .categorias .menu_largo li a{
    padding-right: 20px;
}

#menu-modal .categorias .menu_largo li:after{
    content: "\f054";
    font-family: 'FontAwesome';
    display: inline-block;
    position: absolute;
    top: 10px;
    right: 0;
    color: #666;
}

#menu-modal .recursivos .menu_largo{
    padding: 0;
    margin-top: 2em;
}

#menu-modal ul.botones {
    margin: 1em 0 .5em 0;
    padding: 0;
    text-align: left;
}

#menu-modal ul.botones li{
    text-align: center;
    padding: 0px;
    margin-right: 0px;
    list-style: none;
    display: inline-block;
}

#menu-modal ul.botones li a,
#menu-modal ul.botones li button{
    border: 1px solid #888;
    padding: 10px;
    color: #888;
    width: 100%;
    display: block;
    text-decoration: none;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    margin: 0;
    min-width: 80px;
}

#menu-modal ul.botones li a:hover {
    border: 1px solid #99ff66;
    background: none;
    color: #99ff66;
}

#menu-modal ul.idiomas_responsive {
    margin: 15px 0px 0px 0px;
    padding: 0px 0px 0px 20px;
    text-align: left;
}

#menu-modal ul.idiomas_responsive li {
    display: inline;
    margin-left: 10px;
    color: #444;
}

#menu-modal ul.idiomas_responsive li:first-child {
    margin-left: 0px;
}

#menu-modal ul.idiomas_responsive li a {
    display: inline;
    color: #999;
    text-decoration: none;
}

#menu-modal .producto_responsive {
    padding: 0px 0px 10px 0px;
    margin: 0px;
}

#menu-modal a .producto_responsive {
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

#menu-modal a:hover .producto_responsive {
    opacity: .5;
}

#menu-modal .carrito_responsive {
    margin: 0px 0px 30px 0px;
    padding: 0px 0px 0px 0px;
    text-align: left;
}

#menu-modal .carrito_responsive_imagen {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 20px;
    text-align: left;
}

#menu-modal .carrito_responsive_nombre {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 20px;
    text-align: left;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
}

#menu-modal .carrito_responsive_nombre p.cantidad {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    text-align: left;
    font-size: 12px;
    font-weight: 200;
    color: #fff;
    outline: none;
}

#menu-modal a .carrito_responsive_nombre p.cantidad span {
    font-size: 18px !important;
}

#menu-modal .carrito_responsive_nombre p.gastos {
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
    margin-top: 30px;
    border-top: 1px solid #444;
    padding-top: 20px;
}

#menu-modal .carrito_responsive_nombre p.gastos_total {
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
    margin-top: 5px;
}

#menu-modal .carrito_responsive_precio {
    margin: 0px 0px 0px 0px;
    padding: 0px 20px 0px 0px;
    text-align: right;
    font-size: 13px;
    font-weight: 200;
    color: #fff;
}

#menu-modal .carrito_responsive_precio p.euros {
    color: #888;
    text-transform: uppercase;
    font-size: 12px;
    margin-top: 30px;
    border-top: 1px solid #444;
    padding-top: 20px;
}

#menu-modal .carrito_responsive_precio p.euros_total {
    color: #888;
    text-transform: uppercase;
    font-size: 16px;
    margin-top: 5px;
}

#menu-modal ul.botones_finalizar {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 20px;
    text-align: left;
}

#menu-modal ul.botones_finalizar li {
    width: 120px;
    text-align: center;
    padding: 0px;
    margin-right: 0px;
    list-style: none;
    display: inline-block;
}

#menu-modal ul.botones_finalizar li a {
    border: 1px solid #fff;
    padding: 10px;
    color: #fff;
    width: 180px;
    display: block;
    text-decoration: none;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

#menu-modal ul.botones_finalizar li a:hover {
    border: 1px solid #99ff66;
    background: none;
    color: #99ff66;
}

#menu-modal p.direccion {
    margin: 2em 0px .5em 0;
    text-align: left;
    color: #999;
    font-weight: 200;
    line-height: 22px;
}

#menu-modal p.direccion span {
    padding-top: 20px;
    text-align: left;
    color: #ccc;
    font-weight: 200;
    line-height: 22px;
    display: block;
}

#menu-modal .footer_rss {
    margin: 0px;
    padding: 0px;
    text-align: left;
}

#menu-modal .footer_rss ul {
    padding: 0px;
    text-align: left;
}

#menu-modal .footer_rss ul li {
    display: inline;
}

#menu-modal .footer_rss ul li:last-child {
    padding-right: 0px;
}

#menu-modal .footer_rss ul li a {
    width: 35px;
    height: 35px;
    display: inline-block;
    -webkit-transition: all .25s ease;
    transition: all .25s ease;
    opacity: .6;
}

#menu-modal .footer_rss ul li a:hover {
    opacity: 1;
}

.footer .enlaces{
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.footer .enlaces a,
.footer .enlaces span{
    color: #fff;
    letter-spacing: .1em;
    text-decoration: none;
    font-weight: 200;
}

.footer .enlaces a:hover,
.footer .enlaces span:hover{
    color: #a2f57c;
}


.footer .enlaces span{
    cursor: pointer;
}

/* Cabecera */
#header #logo_cabecera{
    margin: 0;
    padding: 0;
    text-align: left;
    vertical-align: middle;
    line-height: 57px;
}

#header #logo_cabecera a{
    display: inline-block;
    vertical-align: middle;
}

#header #logo_cabecera img{
    max-height: 20px;
    width: auto;
    max-width: 100px;
    display: block;
}

#header .menu-btn{
    padding: 0;
    letter-spacing: .1em;
}

#header .menu-btn #menu-link{
    /*max-width: 64px;*/
}

#header .funciones-cabecera{
    padding: 0;
    text-align: right;
}

#header .funciones-cabecera .pure-g{
    text-align: right;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
}

#header .funciones-cabecera .funcion-item{
    width: 35px;
    padding: 0;
    height: 57px;
    text-align: center;
    display: inline-block;
}

#header .funciones-cabecera .funcion-item.funcion-rrss{
    display: none;
}

#header .funciones-cabecera .funcion-item.btn-grande{
    vertical-align: top;
    max-width: 100%;
    width: auto;
    display: none;
}

/*#header .funciones-cabecera .funcion-item.funcion-contacto{
    vertical-align: top;
    max-width: 100%;
    width: auto;
    display: none;
}*/

#header .funciones-cabecera .funcion-item.btn-grande:hover{
    background-color: #000;
}

#header .funciones-cabecera .funcion-item.btn-grande a span{
    display: inline;
    font-size: 16px;
    font-weight: normal;
    padding: 0 1em;
}

#header .funciones-cabecera .funcion-item .btn{
    color: #999;
    text-decoration: none;
    width: 100%;
    border: 0;
    margin: 0;
    vertical-align: middle;
    line-height: 57px;
    display: inline-block;
    white-space: nowrap;
}

#header .funciones-cabecera .funcion-item .label{
    display: none;
}

#header .funciones-cabecera .funcion-item.active{
    background-color: #424141;
}

#header .funciones-cabecera .funcion-item.active .btn{
    color: #fff;
}

#header .funciones-cabecera .funcion-buscar{
    padding: 0;
}

#header .funciones-cabecera .funcion-buscar a.search-btn{
    margin-top: -2px;
}

#header .funciones-cabecera .funcion-buscar a.search-btn:before{
    font-family: Ionicons;
    content: "\f2f5";
    font-size: 26px;
    vertical-align: middle;
}

.search-suggest-overlay{
    display: none;
    position: fixed;
    top: 57px;
    z-index: 30;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    overflow: auto;
    /*-webkit-overflow-scrolling: touch;*/
}

.search-form{
    padding: 20px;
    margin: 0 auto;
}

.suggest-container {
    clear: both;
    text-align: left;
    padding: 0 20px 80px 20px;
    outline: none;
}

.suggest-container * {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.suggest-container .content{
    background-color: #424141;
    width: 100%;
    max-width: 600px;
    padding:10px 20px;
    text-align:left;
    max-height:100%;
    color: #fff;
    -webkit-box-shadow: 0px 4px 4px 0px rgba(0,0,0,0.4);
    -moz-box-shadow: 0px 4px 4px 0px rgba(0,0,0,0.4);
    box-shadow: 0px 4px 4px 0px rgba(0,0,0,0.4);
}
.suggest-container li.suggest-item,
.suggest-container li.list-heading {
    display:none;
}
.suggest-container .resultados {
    margin-bottom:0;
}
.suggest-container .block {
    margin-bottom:0;
}
.suggest-container .products img {
    margin-right:10px;
    width:40px;
    -webkit-transition: all .25s ease;
    transition: all .25s ease;
    vertical-align: middle;
}
.suggest-container .products a span {
    float:none;
    display: inline-block;
    vertical-align: middle;
    width:75%;
}
.suggest-container .filters {
    margin-bottom:25px;
    padding-right:0;
}
.suggest-container .block .title {
    border-bottom:1px solid #aaa;
    font-size:15px;
    margin-bottom:25px;
    padding-bottom:5px;
}

.suggest-container .block{
    margin-bottom: 10px;
}

.suggest-container .block .list-title{
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
    text-align: center;
    position: relative;
}

.suggest-container .block .list-title:before{
    content: ' ';
    display: block;
    position: absolute;
    border-top: 1px solid #a2f57c;
    width: 100%;
    top: 5px;
}

.suggest-container .block .list-title span{
    background-color: #424141;
    display: inline-block;
    padding: 0 6px;
    position: relative;
}

.suggest-container .block.products .title {
    margin-bottom:18px;
}
.suggest-container .block .title strong {
    font-weight:400;
}
.suggest-container .block ul {
    margin:0;
    padding:0;
}

.suggest-container .block li {
    font-size:14px;
    font-weight:200;
    list-style:none;
    margin:0 0 15px 0;
    padding:0;
}

.suggest-container .block.dim-elements li a{
    opacity: .4;
}

.suggest-container .block.dim-elements li a{
    transition: none;
}

.suggest-container .block.dim-elements li a.focused,
.suggest-container .block.dim-elements li a:hover{
    opacity: 1;
    color: #a2f57c;
}

.suggest-container .block li a {
    color: #fff;
    text-decoration: none;
    -webkit-transition: all .25s ease;
    transition: all .25s ease
}

.suggest-container .block li a span.category-name{
    color: #a2f57c;
}

.suggest-container .block li a strong {
    font-weight:400;
}
.suggest-container .block li a:hover {
    color: #a2f57c;
}
.suggest-container .block li a:hover img {
    opacity:.5;
}
.suggest-container .block li.all {
    margin-bottom: 0;
    text-align: right;
}

.suggest-container .block.products li a span{
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
}

.search-form *{
    box-sizing: border-box;
}

.search-form .search-input{
    width: 100%;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    color: #999;
    padding: 0px 15px;
    background-color: #fff;
    height: 38px;
    outline: none;
    max-width: 370px;
    margin-bottom: 0;
    border: 1px solid #a9a9a9;
}

#header .funciones-cabecera .funcion-cuenta{
    position: relative;
}

#header .funciones-cabecera .funcion-cuenta .user-btn{
    margin-top: -2px;
}

#header .funciones-cabecera .funcion-cuenta .user-btn:before{
    font-family: Ionicons;
    content: "\f213";
    font-size: 22px;
    vertical-align: middle;
}

#header .funciones-cabecera .funcion-cuenta ul.user-menu{
    display: none;
    position: absolute;
    top: 57px;
    bottom: 100%;
    background-color: #424141;
    margin: 0;
    left: auto;
    right: 0;
    min-width: 180px;
    width: 100%;
    list-style-type: none;
    padding: 10px;
    color: #999;
    font-weight: 200;
    bottom: auto;
}

#header .funciones-cabecera .funcion-cuenta ul.user-menu .user-menu-icon:before{
    font-family: 'FontAwesome';
    margin-right: .5em;
    width: 14px;
    text-align: center;
    display: inline-block;
}

#header .funciones-cabecera .funcion-cuenta ul.user-menu .user-menu-icon.user-menu-icon-pedidos:before{
    content: "\f0d1";
}

#header .funciones-cabecera .funcion-cuenta ul.user-menu .user-menu-icon.user-menu-icon-addr:before{
    content: "\f015";
}

#header .funciones-cabecera .funcion-cuenta ul.user-menu .user-menu-icon.user-menu-icon-rma:before{
    content: "\f0ec";
}

#header .funciones-cabecera .funcion-cuenta ul.user-menu .user-menu-icon.user-menu-icon-wishlist:before{
    content: "\f004";
}

#header .funciones-cabecera .funcion-cuenta ul.user-menu .user-menu-icon.user-menu-icon-perfil:before{
    content: "\f1fa";
}

#header .funciones-cabecera .funcion-cuenta ul.user-menu .user-menu-icon.user-menu-icon-logout:before{
    content: "\f08b";
}

#header .funciones-cabecera .funcion-cuenta ul.user-menu .user-menu-icon.user-menu-icon-monedero:before{
    content: "\f0d6";
}

#header .funciones-cabecera .funcion-cuenta ul.user-menu .user-menu-icon.user-menu-icon-familias:before{
    content: "\f0e8";
}

#header .funciones-cabecera .funcion-cuenta ul.user-menu .user-menu-icon.user-menu-icon-notes:before{
    content: "\f0f3";
}

#header .funciones-cabecera .funcion-cuenta ul.user-menu .user-menu-icon.user-menu-icon-eur:before{
    content: "\f153";
}

#header .funciones-cabecera .funcion-cuenta.active ul.user-menu{
    display: block;
}

#header .funciones-cabecera .funcion-cuenta.active ul.user-menu li.info p{
    color: #ddd;
    margin: 0;
}

#header .funciones-cabecera .funcion-cuenta.active ul.user-menu li.info p.provider-info{
    font-style: italic;
    font-size: 12px;
}

#header .funciones-cabecera .funcion-cuenta .login-status{
    display: inline-block;
    width: 12px;
    height: 12px;
    margin-left: -10px;
    margin-top: 12px;
    vertical-align: middle;
    border-radius: 50%;
    border: 2px solid #222;
}

#header .funciones-cabecera .funcion-cuenta.active .login-status{
    border-color: #424141;
}

#header .funciones-cabecera .funcion-cuenta img{
    max-width: 27px;
    height: auto;
    vertical-align: middle;
    border-radius: 50%;
}

#header .funciones-cabecera .funcion-cuenta .user-btn.user-btn-avatar:before{
    content: '';
    display: none;
}

#header .funciones-cabecera .funcion-cuenta .login-status.logged-in{
    background-color: #a2f57c;
    box-sizing: border-box;
}

#header .funciones-cabecera .funcion-cuenta .login-status.not-logged-in{
    background-color: #ee0000;
}

#header .funciones-cabecera .funcion-cuenta ul.user-menu li{
    line-height: normal;
    margin-bottom: 10px;
}

#header .funciones-cabecera .funcion-cuenta ul.user-menu li.sep{
    border-top: 1px solid #999;
    padding-top: 10px;
}

#header .funciones-cabecera .funcion-cuenta ul.user-menu li a{
    color: #fff;
    display: block;
    text-decoration: none;
    font-weight: 200;
    text-align: left;
}

#header .funciones-cabecera .funcion-cuenta ul.user-menu li a:hover{
    color: #a2f57c;
}




#header .funciones-cabecera .funcion-cuenta ul.user-menu li form{
    text-align: left;
}

#header .funciones-cabecera .funcion-cuenta ul.user-menu li button{
    font-family: 'Lato', sans-serif;
    font-weight: 200;
    letter-spacing: .1em;
    cursor: pointer;
    background: transparent;
    color: #fff;
    border: 0;
    padding: 0;
}

#header .funciones-cabecera .funcion-cuenta ul.user-menu li button:hover{
    color: #a2f57c;
}

#header .funciones-cabecera .funcion-cuenta .user-btn.user-btn-avatar{
    position: relative;
}

#header .funciones-cabecera .funcion-cuenta .user-btn.user-btn-avatar .login-type{
    max-width: 15px;
    position: absolute;
    bottom: 10px;
    left: 0;
    background: #FFF;
}

#header .funciones-cabecera .funcion-cuenta .user-btn.user-btn-avatar .login-type.builtin{
    background: #000;
    padding: 3px;
    max-width: 17px;
}


#header .funciones-cabecera .funcion-cesta,
#header .funciones-cabecera .funcion-notificaciones{
    max-width: 57px;
}

#header .funciones-cabecera .funcion-cesta .cart-btn,
#header .funciones-cabecera .funcion-notificaciones a.notes-btn{
    margin-top: -2px;
    max-width: 57px;
}

#header .funciones-cabecera .funcion-cesta .cart-btn .cart-item-count,
#header .funciones-cabecera .funcion-notificaciones a.notes-btn .notes-count{
    padding: 0 2px 0 3px;
    background-color: #a2f57c;
    color: #222;
    font-weight: bold;
    min-width: 20px;
    min-height: 20px;
    display: inline-block;
    line-height: 16px;
    border-radius: 10px;
    font-size: 10px;
    text-align: center;
    vertical-align: middle;
    margin-left: -5px;
    margin-top: 7px;
    border: 2px solid #222;
    overflow: hidden;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}

#header .funciones-cabecera .funcion-notificaciones a.notes-btn .notes-count{
    background-color: #FF0000;
}

#header .funciones-cabecera .funcion-cesta.active .cart-btn .cart-item-count,
#header .funciones-cabecera .funcion-notificaciones.active a.notes-btn .notes-count{
    border-color: #424141;
}

#header .funciones-cabecera .funcion-cesta .cart-btn:before{
    font-family: Ionicons;
    content: "\f370";
    font-size: 22px;
    vertical-align: middle;
}

#header .funciones-cabecera .funcion-notificaciones a.notes-btn:before{
    font-family: Ionicons;
    content: "\f3e2";
    font-size: 22px;
    vertical-align: middle;
}

#header #botones_cabecera .tienda img{
    vertical-align: top;
    margin-right: 4px;
}

#header #botones_cabecera .cart-btn span{
    line-height: 18px;
}

#header #botones_cabecera .tienda:hover .cart-btn{
    border: 0;
}

html.pure-mode-lg #header #botones_cabecera .tienda:hover .cart-btn,
#header #botones_cabecera .tienda.active .cart-btn{
    color: #99ff66;
    -webkit-transition:all .25s ease;
    transition:all .25s ease;
    background-color: #424141;
    border: 0;
}

#header.menu_interior #formulario_cabecera{
    margin: 0;
}

#header.menu_interior #formulario_cabecera form{
    width: 100%;
}

#header #formulario_cabecera #search-input{
    width: 100%;
    display: block;
}

.cart-container {
    display: none;
    position: fixed;
    /*-webkit-transition: visibility 0s, opacity 0.2s linear;
    transition: visibility 0s, opacity 0.2s linear;*/

    background-color: #ffffff;
    right: 0;
    color: #333;
    overflow: auto;
    top: 57px;
    bottom: 0;
    width: 100%;
}
.notes-container{
    display: none;
    position: fixed;
    /*-webkit-transition: visibility 0s, opacity 0.2s linear;
    transition: visibility 0s, opacity 0.2s linear;*/

    background-color: #222;
    right: 0;
    color: #fff;
    overflow: auto;
    top: 57px;
    bottom: 0;
    width: 100%;
}

div.note-drop-container{
    border-bottom: none;
    padding: 10px 10px 10px 0px;
}

div.note-drop-container.note-read{

}

div.note-drop-container.note-deleted{
    display: none;
}


div.note-drop-container:hover, div.note-drop-container.note-read:hover{
    background: #444;
}

a.note-drop-block{
    display:inline-block;
    width:90%;
    height:100%;
    text-decoration: none;
    color: #fff;
    text-align: left;
}
a.note-drop-block i{
    color: #a2f57c;
}

div.note-drop-container.note-read a.note-drop-block i{
    color: #fff;
}

a.note-drop-block svg, a.note-drop-block svg g, a.note-drop-block svg g path{
    fill: #a2f57c;
}
div.note-drop-container.note-read a.note-drop-block svg, div.note-drop-container.note-read a.note-drop-block svg g, div.note-drop-container.note-read a.note-drop-block svg g path{
    fill:  #fff;
}


.note-drop-icon{
    height: 100%;
    width: 10%;
    float: left;
    display: inline-block;
    padding: 5px;
    box-sizing: border-box;
}

.note-drop-text-holder{
    display: inline-block;
    padding: 0px;
    width: 90%;
}

.note-drop-date{
    display: block;
    width: 90%;
    float: right;
    font-size: 11px;
    color: #BEC1C4;
}

.note-drop-delete{
    display: inline-block;
    width: 5%;
    float: right;
    z-index: 2;
    right: 15px;
    cursor: pointer;
    margin-left: 1px;
    height: 100%;
    padding: 10px 0px;
    font-size: 20px;
}

.note-drop-delete:hover i{
    color: #FF0000;
}

.notes-all-read{
    text-decoration: none;
    color: #1588D9;
}

.notes-boton-ver-todas{
    text-decoration: none;
    color: #000;
    font-size: 20px;
}

.notes-boton-ver-todas:hover{
    background: #ECF2FA;
}

.toast-top-right{
    top: 57px;
}

.toast-info{
    background-color: #a2f57c;
}

.toast-info .toast-message{
    color: #000;
}

.cart-container .msg-cart-empty{
    padding: 1.5em 0;
}

/*
   Menu responsive
 */
a#menu-link {
    height: 57px;
    display: inline-block;
    text-transform: uppercase;
    text-align: center;
    vertical-align: top;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    cursor: pointer;
    margin-left: -57px;
    font-size: 0;
    padding: 0 16px;
}

a#menu-link.active{
    background-color: #000;
}

a#menu-link img {
    color: #fff;
    display: inline-block;
    margin-top: 22px;
}

a#menu-link p{
    margin-left: 5px;
}

html.pure-mode-lg a#menu-link:hover{
    background-color: #000;
    color: #000;
}

html.pure-mode-lg a#menu-link.active:hover{
    background-color: #000;
    color: #000;
}

.btn{
    width: 100px;
    font-family: 'Lato', sans-serif;
    font-weight: 200;
    letter-spacing: .1em;
    cursor: pointer;
    margin: 10px 0 0 10px;
    background: transparent;
    border: 1px solid #888;
    color: #888;
    width: 90px;
}

/* Listados */

.pure-g .menu_lateral p.titulo-filtros{
    color: #666;
    font-size: 12px;
}
.pure-g .menu_lateral .filter-container p,
.pure-g .lista-supercats p{
    background: transparent url("/assets/img/img_select.png") no-repeat scroll 98% 50%;
}

.pure-g .lista-supercats p{
    text-align: left;
}
.pure-g .lista-supercats ul li{
    display: block;
}

.pure-g .menu_lateral .filter-container ul,
.pure-g .lista-supercats ul{
    display: none;
}

.pure-g .menu_lateral .filter-container.unfolded ul,
.pure-g .lista-supercats.unfolded ul{
    display: block;
}

.pure-g .area_usuario ul.sub_usuario li.label{
    display: inline;
}

/* Productos */
body.page-catalog-product .cd-single-item{
    padding-bottom: 0;
    margin-bottom: 20px;
}

body.page-catalog-product .contenido_ficha{
    padding-bottom: 0px;
    margin-bottom: 20px;
}

body.page-catalog-product .contenido_ficha .contenido_detalle p{
    margin-top: 0;
    text-align: left;
}

body .page-content{
    /*margin-top: 57px;*/
}

/* Flexslider */

.flexslider{
    border: 0;
}

.flex-direction-nav a{
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}

.flex-direction-nav a.flex-prev:before,
.flex-direction-nav a.flex-next:before{
    content: '';
    display: none;
}

.flex-direction-nav a.flex-prev{
    background: url(/assets/img/flecha_izq.png.webp) no-repeat center;
}

.flex-direction-nav a.flex-next{
    background: url(/assets/img/flecha_dch.png.webp) no-repeat center;
}



/* Popups */
.popup {
    display: none;
    position: fixed;
    padding: 0;
    margin: 0;
    width: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    height: 100%;
    z-index: 40;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    background-color: #fff;
}

.popup .close{
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    background: url('/assets/img/ico-close.png') no-repeat right 16px top 16px;
    background-size: 10px;
    width: 40px !important;
    height: 40px !important;
    display: block;
    position: absolute;
    padding: 40px 40px 0 0;
    right: 0;
    top: 0;
    z-index: 9999;
}

.popup .popup-content{
    box-sizing: border-box;
    padding: 20px;
    position: relative;
    background-color: #222;
    color: #fff;
    padding-bottom: 50px;
}

.popup .popup-content p.title{
    color: #000;
}

.popup .popup-content a{
    color: #378af3;
    -webkit-transition: all .25s ease;
    transition: all .25s ease;
    font-weight: 200;
}

.popup .popup-content a:hover{
    opacity: .5;
}

.popup .login-title h1{
    text-transform: none;
    margin: .2em 0;
}

.popup .login-title p{
    margin: .2em 0;
}

.popup .field-item{
    margin: .6em 0;
}

.popup .field-item input{
    outline: none;
    line-height: 1.6em;
}

.popup header.login-main-title{
    background-color: #222;
}

.popup .field-item label{
    font-size: 12px;
    font-weight: 400;
}

.popup input[type="password"]{
    letter-spacing: normal;
}

.login span.link-redes{
    display: inline-block;
    line-height: 46px;
    text-decoration: none;
    -webkit-transition: all .25s ease;
    transition: all .25s ease;
    position: relative;
    width: 100%;
    text-align: center;
    padding-left: 40px;
    font-weight: 400 !important;
    cursor: pointer;
}

.login span.link-redes.link-redes-facebook{
    background-color: #fff;
    border: 2px solid #3b5998;
    border-radius: 5px;
    color: #3b5998;
}

.login span.link-redes.link-redes-google{
    background-color: #fff;
    border: 2px solid #d34836;
    border-radius: 5px;
    color: #d34836;
}

.login span.link-redes.link-redes-facebook:before{
    content: "\f09a";
    background-color: #3b5998;
    font-family: "FontAwesome";
    font-size: 18px;
    position: absolute;
    left: 0;
    width: 40px;
    height: 40px;
    border-radius: 3px;
    color: #fff;
    margin: 3px;
}

.login span.link-redes.link-redes-google:before{
    content: "\f1a0";
    background-color: #d34836;
    font-family: "FontAwesome";
    font-size: 18px;
    position: absolute;
    left: 0;
    width: 40px;
    height: 40px;
    border-radius: 3px;
    color: #fff;
    margin: 3px;
}

.popup .separador{
    border-top: #222 1px solid;
    text-align: center;
    margin: 2.5em 0 2em 0;
    font-weight: 400;
}

.popup .separador span{
    display: block;
    width: 20px;
    margin: -8px auto 0 auto;
    background-color: #fff;
}

.popup header.login-main-title{
    line-height: 57px;
    text-align: center;
}

.popup.login .field-item-recordar{
    widt: 50%;
    float: left;
}

.popup.login p.recordar-clave a{
    font-size: 12px;
    color: #007fd6;
    text-decoration: none;
    line-height: 20px;
    font-weight: 400;
    display: inline-block;
    margin-top: 3px;
    float: right;
}

.popup header.login-main-title img{
    max-width: 130px;
    vertical-align: middle;
}

.popup footer{
    font-weight: 400;
    font-size: 12px;
}


/* Sliders productos */
.slider-productos{
    width: 100%;
}

/* Aviso cookies */
.aviso-cookies{
    position: fixed;
    bottom: 0;/* Con cortinilla: 37px; */
    width: 100%;
    background-color: rgb(34, 34, 34);
    background-color: rgba(34, 34, 34, .9);
    padding: 10px;
    box-sizing: border-box;
    color: #888;
    transition: background-color .25s linear;
    z-index: 100000;
}

.aviso-cookies p{
    margin-top: 0;
    max-width: 1300px;
    margin: 0 auto 10px auto;
}

.aviso-cookies a{
    color: #888;
    text-decoration: underline;
}

.aviso-cookies a:hover{
    text-decoration: none;
}

.aviso-cookies .btn{
    margin: 0;
    background-color: #a2f57c;
    color: #000;
    border: 0;
    text-decoration: none;
    padding: .5em 1.5em;
    transition: all .25s ease;
}

.aviso-cookies .btn:hover{
    background-color: #000;
    color: #fff;
}

.eupopup-container{
    display: table;
    line-height: 1.6;
    margin: 0 auto;
    padding: 20px;
    font-size: 14px;
    border-radius: 20px;
    width: 85%;
    /*bottom: 15px;
    right: 15px;*/
}

.eupopup-container .eupopup-closebutton{
    text-decoration: none;
}

.eupopup-container .eupopup-buttons a, .eupopup-container .eupopup-body a{
    text-decoration: none;
    color: #a2f57c;
}

.eupopup-container .eupopup-body{
    color: #fff;
    margin-bottom: 10px;
}

.eupopup-container .eupopup-buttons{
    margin: 10px 0;
}

.eupopup-container .eupopup-buttons a{
    background: rgba(0,0,0,0.1);
}

/* UI de rating */
#rating-ui p.error-msg{
    color: #ff0000;
    -webkit-transform: translateZ(0px);
    font-weight: normal;
}

#rating-ui textarea{
    height: 9em;
}

/* Texto general con formato */
.texto-formato{
    text-align: left;
    font-weight: normal;
    letter-spacing: 0px;
    line-height: 20px;
    font-size: 15px;
    font-weight: 300;
}

.texto-formato #acordeon h2{
    font-size: 18px;
    /*text-decoration: underline;*/
    font-weight: bold;
    border-bottom: solid 1px #aaa;
    padding-bottom: 20px;
    display: block;
    cursor: pointer;
    margin-top: 50px;
}

.texto-formato #acordeon h2::after{
    font-family: FontAwesome;
    color: #8EEA81;
    float: right;
    padding-right: 25px;
}

.texto-formato #acordeon h2:focus{
    outline: none;
}

.texto-formato h2.ui-accordion-header-collapsed::after{
    content: "\f078";
}

.texto-formato h2.ui-accordion-header-active::after{
    content: "\f077";
}

.texto-formato #acordeon div{
    padding-left: 40px;
}

.texto-formato ul li{
    list-style: none;
    margin: 30px 0px;
}

.texto-formato h3{
    font-size: 16px;
    color: #999;
}

.texto-formato + .boton-inicio{
    margin-top:70px;
}
.texto-formato + .boton-inicio a {
    width: 50%;
    margin: 0 auto;
    font-weight: 500;
    transition: all .25s ease;
}
.texto-formato + .boton-inicio a:hover {
    background-color: #000;
    border-color: #000;
    color: #fff;
}

.texto-formato addr{
    font-style: italic;
    font-weight: normal;
}

.texto-formato a{
    color: #999;
}

.texto-formato a:hover{
    text-decoration: none;
}

.page-legal-aviso .texto-formato h2{
    font-size:35px;
}

/* Estilos cortinilla */
.cortinilla-temp{
    position: relative;
    z-index: 30;
    background-color: #99ff66;
    width: 100%;
}

.cortinilla-temp h2{
    font-size: 16pt;
    font-weight: normal;
    margin: 10px;
}

.cortinilla-temp p{
    margin: 0px;
    font-weight: 400;
    padding: 10px;
}

.cortinilla-temp a{
    color: #000;
}

/* Forms login */
.login .login-title{
    margin: 0 0 1em 0;
}

.login .login-title h1{
    font-weight: bold;
    text-align: left;
}

.login .login-title p{
    text-align: left;
}

.login .login-title.login-lock:before{
    background: url(/assets/img/logo-drunkat-lock.png) no-repeat center top;
    min-height: 120px;
    content: '';
    width: 40%;
    float: left;
    margin-top: -8px;
}

.login .login-title.login-unlock:before{
    background: url(/assets/img/logo-drunkat-unlock.png) no-repeat center top;
    min-height: 120px;
    content: '';
    width: 44%;
    float: left;
}

.login .login-title.login-inbox:before{
    background: url(/assets/img/registro-completo.png) no-repeat center top;
    min-height: 120px;
    content: '';
    width: 44%;
    float: left;
}

.login .login-title.login-register{
    overflow: hidden;
    margin-top: 0;
}

.login .login-title.login-register:before{
    background: url(/assets/img/icono-registro.png) no-repeat center top;
    min-height: 120px;
    content: '';
    width: 44%;
    float: left;
}

.login .login-title.login-unlock h1{
    text-transform: none;
}

.login a.btn{
    background-color: #333333;
    color: #fff;
    padding: 10px;
    display: block;
    margin: 0;
    width: 100%;
    text-decoration: none;
    font-size: 14px;
    border: none;
    font-weight: 400;
}

.login input.btn{
    margin: 0;
    font-weight: 400;
    line-height: 1.6em;
    outline: none;
}

.login input.btn.btn-default{
    background-color: #a2f57c;
    color: #000;
    line-height: 1.6em;
}

.login input.btn.btn-default:hover{
    color: #fff;
    background-color: #000;
}

#login-form,
#signup-form,
#set-password-form,
#remember-password-form{
    clear: both;
    position: relative;
}

#remember-password .reload-captcha,
#signup-form .reload-captcha{
    text-align: center;
    display: block;
}

/* Hack para el iframe de Google */
iframe[name='google_conversion_frame'] {
    height: 0 !important;
    width: 0 !important;
    line-height: 0 !important;
    font-size: 0 !important;
    margin-top: -13px;
    float: left;
}

/* Tabs */
.tab-container .tab-list{
    display: none;
}

/* Migas cabecera secundaria */
.subnavegacion .texto{
    white-space: nowrap;
    display: inline-block;
}

.subnavegacion .texto .wrapper{
    display: inline-block;
    width: auto;
    margin-left: 40px;
}

.subnavegacion .texto .wrapper .content{
    display: inline-block;
    position: relative;
}

.subnavegacion .texto .wrapper .content ul.pre-crumbs{
    display: inline-block;
    margin: 0;
    vertical-align: middle;
    width:100%;
    overflow:hidden;
    -webkit-transition: width .25s ease-in-out;
    -moz-transition: width .25s ease-in-out;
    -o-transition: width .25s ease-in-out;
    transition: width .25s ease-in-out;
    padding: 0;
    line-height: 24px;
}

/*.subnavegacion:hover .texto .wrapper .content ul.pre-crumbs{
    width: 100%;
}*/

.subnavegacion .texto ul.pre-crumbs li{
    display: inline-block;
}

.subnavegacion .texto ul.pre-crumbs li a{
    text-decoration: none;
    color: #666;
}

.subnavegacion .texto ul.pre-crumbs li.last,
.subnavegacion .texto ul.pre-crumbs li.last a{
    color: #439a63;
}

.subnavegacion .texto ul.pre-crumbs li a:hover{
    text-decoration: underline;
}

.subnavegacion .texto h2{
    display: inline-block;
    width: auto;
    vertical-align: middle;
    position: absolute;
    line-height: 24px;
}

.subnavegacion .texto .crumbs-icon:before{
    font-family: Ionicons;
    content: "\f144";
    font-size: 20px;
    vertical-align: top;
}

.subnavegacion .texto a.home-link{
    text-decoration: none;
    color: #999;
}

.subnavegacion .texto a.home-link:hover{

}

.subnavegacion .texto .home-link:after,
.subnavegacion .texto ul.pre-crumbs li:after,
.rutamigas ul li:after{
    font-family: Ionicons;
    content: "\f125";
    font-size: 12px;
    vertical-align: middle;
    color: #222;
    margin-left: 8px;
    margin-right: 8px;
    font-weight: normal;
}

.rutamigas ul li:after{
    margin: 0;
}

.subnavegacion .texto ul.pre-crumbs li.last:after, .rutamigas ul li.last:after{
    content: '';
}

.anchor-target:before {
    content:"";
    display:block;
    height:60px;
    margin:-60px 0 0;
}

/* Black friday 2016 */
#black-friday-2016{
    background-color: rgb(153, 153, 153);
    background-color: rgba(153, 153, 153, 0.7);
}

#black-friday-2016 .popup-wrapper{
    border: 0;
    border-radius: 0;
}

#black-friday-2016 a.close{
    width: 60px !important;
    height: 60px !important;
    color: #fff;
    background: none;
    padding: 0;
    font-size: 40px;
    text-decoration: none;
    text-indent: 0;
}

#black-friday-2016 header img{
    max-width: 82%;
    margin-bottom: 1.1em;
}

#black-friday-2016 p{
    margin: 1em 0;
    font-size: 18px;
    font-style: italic;
}

#black-friday-2016 h2{
    font-size: 30px;
    font-style: italic;
}

#black-friday-2016 a.btn{
    background-color: #a2f57c;
    border: 0;
    padding: 1em 2em;
    margin-top: 1.5em;
    font-weight: 400;
    text-decoration: none;
    display: inline-block;
    width: auto;
}

#black-friday-2016 a.close:before{
    font-family: 'IonIcons';
    content: "\f2d7";
    display: block;
    width: 60px;
    height: 60px;
    padding: 10px;
}

#black-friday-2016 .newsletter-subscribe .field-item{
    text-align: center;
}

#black-friday-2016 .newsletter-subscribe button{
    border: 1px solid #fff;
    color: #fff;
    background-color: transparent;
    line-height: 1.6em;
    padding: 5px;
}

#black-friday-2016 .newsletter-subscribe button:hover{
    opacity: .6;
}

#black-friday-2016 .newsletter-subscribe p{
    margin: .5em;
    font-weight: 400;
}

#black-friday-2016 .newsletter-subscribe p.error{
    color: #ff0000;
}

#black-friday-2016 .newsletter-subscribe p.ok{
    color: #a2f57c;
}

#black-friday-2016 .popup-content{
    background-color: #000;
    color: #fff;
}

#suscribir-cupones,
#portes-gratis,
#popup-cupones,
#popup-configurador,
#popup-monedero{
    background: rgba(0,0,0,0.7);
}

#login .popup-wrapper .popup-content,
#popup-calculadora .popup-wrapper .popup-content{
    background-color: #fff;
    color: #000;
}

#wishlist-ui .popup-wrapper .popup-content,
#rating-ui .popup-wrapper .popup-content{
    background-color: #222;
    color: #fff;
}

#wishlist-ui .popup-wrapper .popup-content p{
    color: #A2F57C;
}

#suggest-target-packs .remove-suggested,
#wishlist-ui .popup-wrapper .popup-content .close,
#rating-ui .popup-wrapper .popup-content .close{
    background: none;
    overflow: hidden;
}

#suggest-target-packs .remove-suggested:before,
#suggest-target-packs .remove-suggested:after,
#wishlist-ui .popup-wrapper .popup-content .close:before,
#wishlist-ui .popup-wrapper .popup-content .close:after,
#rating-ui .popup-wrapper .popup-content .close:before,
#rating-ui .popup-wrapper .popup-content .close:after{
    position: absolute;
    left: 20px;
    content: ' ';
    height: 10px;
    width: 1px;
    bottom: 30px;
    background-color: #fff;
}

#suggest-target-packs .remove-suggested:before,
#wishlist-ui .popup-wrapper .popup-content .close:before,
#rating-ui .popup-wrapper .popup-content .close:before{
    transform: rotate(45deg);
}

#suggest-target-packs .remove-suggested:after,
#wishlist-ui .popup-wrapper .popup-content .close:after,
#rating-ui .popup-wrapper .popup-content .close:after{
    transform: rotate(-45deg);
}


#suscribir-cupones .popup-wrapper,
#portes-gratis .popup-wrapper,
#popup-cupones .popup-wrapper,
#popup-configurador .popup-wrapper,
#popup-monedero .popup-wrapper {
    border: none !important;
    height: auto;
    max-width: 491px;
    border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    overflow: visible;
}


#suscribir-cupones .popup-wrapper .popup-content,
#portes-gratis .popup-wrapper .popup-content,
#popup-cupones .popup-wrapper .popup-content,
#popup-configurador .popup-wrapper .popup-content,
#popup-monedero .popup-wrapper .popup-content{
    padding: 0;
    position: relative;
    background-color: transparent;
}

#suscribir-cupones .popup-wrapper .close ,
#portes-gratis .popup-wrapper .close,
#popup-cupones .popup-wrapper .close,
#popup-configurador .popup-wrapper .close,
#popup-monedero .popup-wrapper .close{
    background-color: #fff;
}

#cupones-popup-form {
    position: absolute;
    bottom: 60px;
    left: 32px;
    width: 200px;
}

#envio-gratis-text,
#cupones-text{
    font-family: 'Lato', sans-serif;
    position: absolute;
    padding: 0 15px;
    top: 30px;
    color: #ddd;
    font-size: 17px;
    letter-spacing: 1px;
}

#cupones-text{
    top: 30px;
    padding: 37px 15px;
}

#envio-gratis-text .envio-gratis-text-heading,
#cupones-text .cupones-text-heading{
    display: block;
    color: #A5F47D;
    margin: 20px;
    font-size: 26px;
    text-transform: uppercase;
    font-weight: 100;
}

#envio-gratis-seguir-comprando,
#popup-cupones .enlace-boton,
#popup-configurador .enlace-boton,
#popup-monedero .enlace-boton {
    width: 220px;
    position: absolute;
    bottom: 28%;
    left: 25%;
    height: 40px;
    background-color: #A5F47D;
    color: black;
    padding: 10px;
    font-size: 15px;
    transition: all .3s ease;
    text-decoration: none;
}

#popup-monedero #cupones-text{
    top: 15px;
}
#popup-monedero #cupones-text p{
    text-align: justify;
    padding: 0 5px;
    font-size: 14px;
}

#envio-gratis-seguir-comprando{
    bottom: 20%;
    left: 50%;
    margin-left: -110px;
}

#popup-cupones .enlace-boton,
#popup-configurador .enlace-boton,
#popup-monedero .enlace-boton{
    bottom:25%;
    left: 21%;
}

#envio-gratis-seguir-comprando:hover,
#popup-cupones .enlace-boton:hover,
#popup-configurador .enlace-boton:hover,
#popup-monedero .enlace-boton:hover{
    background-color: #000;
    color: #fff;
    border-color: #000;
}

#portes-gratis .cupones-popup-img img,
#popup-cupones .cupones-popup-img img,
#popup-configurador .cupones-popup-img img,
#popup-monedero .cupones-popup-img img{
    border: 1px solid #A5F47D;
    max-width: 451px;
    width: 100%;
}

#popup-cupones #cupones-seguir-comprando,
#popup-configurador #cupones-seguir-comprando,
#popup-monedero #cupones-seguir-comprando{
    display: block;
    position: absolute;
    color: #fff;
    bottom: 8%;
    left: 50%;
    margin-left: -40px;
    padding: 0;
}

#popup-cupones .enlace-boton,
#popup-configurador .enlace-boton,
#popup-monedero .enlace-boton{
    bottom: 18%;
    left: 50%;
    margin-left: -110px;
}
#popup-cupones #cupones-text,
#popup-configurador #cupones-text,
#popup-monedero #cupones-text{
    padding: 0 15px;
    /*padding: 37px 30px;*/
}

#popup-cupones .cupones-text-heading,
#popup-configurador .cupones-text-heading,
#popup-monedero .cupones-text-heading{
    font-size: 20px;
    margin: 15px;
}

#popup-cupones #cupones-text span:last-child,
#popup-configurador #cupones-text span:last-child,
#popup-monedero #cupones-text span:last-child{
    font-size: .8em;
}

#cupones-popup-form .email-suscriptor{
    color: #fff;
    background: transparent;
    border-bottom: 3px solid #fff;
    border-top: none;
    border-left: none;
    border-right: none;
    display: block;
    width: 100%;
    font-family: "Lato", Arial, sans-serif;
    padding-left: 0;

}
#cupones-popup-form .email-suscriptor:focus{
    outline: none;
}
#suscribir-cupones .cupones-popup-footer .linkBlanco, #portes-gratis .cupones-popup-footer .linkBlanco{
    color: white;

}

#cupones-popup-form .email-suscriptor-submit {

    background: #a2f67c;
    border: none;
    color: black;
    display: block;
    width: 100%;
    margin: 15px 0 0;
    font-family: "Lato", Arial, sans-serif;

}

#suscribir-cupones .cupones-popup-footer, #portes-gratis .cupones-popup-footer{

    position: absolute;
    bottom: 15px;
    font-size: 10px;
    color: #fff;
    width: 100%;
    left: 0;
    font-family: "Lato", Arial, sans-serif;
    letter-spacing: 0;
}

#portes-gratis .cupones-popup-footer{
    padding: 10px;
}

#suscribir-cupones img{
    max-width: 451px;
    width: 100%;
}

#portes-gratis .cupones-popup-footer .linkBlanco, #portes-gratis .cupones-popup-footer{
    color: #888;
}

header.cupones-popup-img {
    max-height: 491px;
}

.image-viewer{
    position: relative;
}

.producto-stamp{
    right: 10px;
    z-index: 10;
    position: absolute;
    max-width: 80px;
    -ms-transform: rotate(15deg);
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
}

.product-item.mini .producto-stamp{
    left: 0;
    top: 70px;
    z-index: 5;
}
.mini .bloque_compra p.precio.has-discount > span {
    display: block;
    width: 100%;
}
.mini .bloque_compra > p{
    vertical-align: middle;
}

.product-item .image-viewer.fullscreen .producto-stamp{
    display: none;
}

#aviso-prepedido .continuar,
#consultar-precio .continuar{
    display: none;
}
#aviso-prepedido .continuar .btn,
#consultar-precio .continuar .btn{
    background-color: #000;
    color: #a2f57c;
    line-height: 1.6em;
    text-align: center;
    font-size: 16px;
}
.slider-productos .product-item-mobile{
    display: none !important;
}
.product-item-mobile{
    border-bottom: 1px solid #e0e0e0;
    padding-bottom: : 20px;
    margin: 10px 0;
    padding: 20px 0;
}

.product-item-mobile [class^="pure-"]{
    padding: 0px;
}

.product-item-mobile .product-info{
    padding: 0;
    padding-left: 15px;
}
.product-item-mobile .product-info *{
    text-align: left;
    letter-spacing: .5px;
}
.product-item-mobile h3{
    width: 100%;
    margin: 0;
    padding: 0;
    height: inherit;

}
.product-item-mobile h3 a{
    font-size: 18px;
    display: block;
    font-weight: 500;
}
.product-item-mobile .extra-info{
    display: table;
    width: 100%;
}
.product-item-mobile .extra-info > div{
    display: table-cell;
    vertical-align: middle;
}
.product-item-mobile .entrega{
    text-align: center;
    padding: 5px;
    background-color: #232323;
}
.product-item-mobile .entrega > span.entrega-title{
    color: #fff;
    font-size: calc( 8px + 1vw );
    display: block;
}
.product-item-mobile .entrega > span.entrega-title.none{
    color: #a2f57c;
    text-align: center;
}
.product-item-mobile .entrega > span.descripcion{
    font-weight: 100;
    color: #a2f57c;
    font-size: 12px;
    display: block;
}
.product-item-mobile .product-image{
    white-space: nowrap;
    position: relative;
}
.product-item-mobile .product-image a{
    display: block;
    height: 100%;
    position: relative;
    min-height: 70px;
}

.product-item-mobile .product-image img{
    position: absolute;
    top: 50%;
    left: 50%;
    max-height: 100%;
    width: auto;
    -webkit-transform: translate( -50%, -50%);
    -moz-transform: translate( -50%, -50%);
    -ms-transform: translate( -50%, -50%);
    -o-transform: translate( -50%, -50%);
    transform: translate( -50%, -50%);
}
.product-item-mobile  .bloque_compra{

}

.product-item-mobile .product-image .producto-stamp{
    position: absolute;
    max-width: 70%;
    top: -35px;
    left: -35px;
    -ms-transform: rotate(-15deg);
    -webkit-transform: rotate(-15deg);
    transform: rotate(-15deg);
}
.product-item-mobile .precio > span{
    display: inline-block;
    text-align: right;
    width: 100%;
    letter-spacing: 1px;
}
.product-item-mobile .precio .precio-actual{
    font-size: calc( 17px + 1vw );
    font-weight: 100;
    float: right;
    margin-bottom: 10px;
    min-height: 24px;
}

.product-item-mobile  .boton-desplegar{
    width: 8vw;
    height: 8vw;
    background-color: #232323;
    border-radius: 50%;
    cursor: pointer;
    position: relative;
    display: block;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}

.product-item-mobile  .boton-desplegar i{
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 18px;
    transform: translate( -50%, -50% );
}

.product-item-mobile .bloque_compra{
    border: none;
    display: block;
}

.product-item-mobile .bloque_compra p.comprar{
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
}

.product-item-mobile .extended-info{
    display: none;
    width: 100%;
    max-height: 300px;
    margin-top: 20px;
    color: #fff;
    padding: 20px;
    background-color: #232323;
}



.product-item-mobile .extended-info .descripcion{
    margin-top: 0;
    text-align: justify;
    font-weight: 200;
}

.extended-info > div{
    position: relative;
}

.product-item-mobile .extended-info h5{
    margin-bottom: 5px;
    margin-top: 0;
    color: #a2f57c;
    font-weight: 200;
    font-size: .9em;
}
.product-item-mobile .extended-info div.gastos-envio{
    border-right: 1px solid #acacac;
}
.product-item-mobile .extended-info .gastos-envio *{
    font-weight: 200;
    text-align: left;
}

.product-item-mobile .extended-info .gastos-envio p{
    margin: 0;
    font-size: 20px;
}
.product-item-mobile .extended-info .financiacion{
    padding: 0 15px;
    text-align: center;
    border-right: 1px solid #acacac;
    /*border-left: 1px solid #acacac;*/
}
.product-item-mobile .extended-info .financiacion .frm-calculadora-cofidis{
    display: none;
}
.product-item-mobile .extended-info .financiacion span{
    display: inline-block;
    width: 45%;
    font-weight: 200;
    font-size: 10px;
    padding: 5px;
}
.product-item-mobile .extended-info .financiacion span a {
    color: #fff;
}
.product-item-mobile .extended-info .wish{
    width:40px;
    height:40px;
    top: 0;
    left: 10px;
    color: #fff;
}
.product-item-mobile .extended-info .wish .wishlist-btn{
    background-color: #d6d6d6;
    border-radius: 20px;
    opacity: .6;
}

.product-item-mobile .destacado-wrapper-mobile{
    position: absolute; 
    top: 0; 
    right: 0; 
    margin-top: -20px;
}

.df-layer__content{
    font-family: 'Lato', sans-serif;
}
.df-panel__content{
    text-align: left;
}
span.removable{
    display: none;
}
.df-card__main{
    position: relative;
}

.df-card__main .overlay-content{
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: #fff;
    padding: 10px;
    font-size: 12px;
    transition: opacity .2s linear;
    background-color: rgb(3,3,3);

}
.df-card__main .overlay-content > p{
    margin-top: 100px;
}
.df-card__main .overlay-content .entrega{
    color: #a2f57c;
    margin-top: 0;
}
.df-card:hover .overlay-content{
    opacity: .8;
}
.df-card:hover .df-card__content{
    z-index: 9999;
    color: #fff;
}
.df-classic .df-term[data-selected]{
    background-color: #99ff66 !important;
    border-color: #99ff66 !important;
    color: #000 !important;
}
.df-classic .df-term[data-selected] > *{
    color: #000 !important;
}
.df-classic .df-term,
.df-card__content .df-card__title{
    font-weight: 400;
}
.df-panel__title{
    text-align: left;
    font-weight: 700;
}
.df-branding{
    display: none !important;
}
.card-mobile .df-card__pricing{
    margin-top: 10px;
}
.card-mobile .entrega{
    font-size: 12px;
}
#toast-container > .toast-error{
    opacity: 1;
}
.banner-categoria img{
    object-fit: cover;
    width: 320px;
    height: 200px;
    margin: 0 auto;
}
.banner-categoria h1{
    font-weight: bold;
}
.banner-categoria p{
    text-align: center;
}

.area_usuario{
	padding: 0;
}

.area_usuario.subcategorias{
	min-height: 185px;
}

.area_usuario.subcategorias-footer{
	margin: 50px 0;
}

.area_usuario > .pure-g{
	gap: 10px;
	display: flex;
	justify-content: center;
}

.area_usuario .categoria{
    border: 1px solid #222;
    max-height: 250px;
	padding: 5px;
	border-radius: 10px;
    /*width:23%;*/
    width: 48%;
}

.area_usuario .categoria:hover{
	border-color: #a2f57c;
}

.area_usuario a{
	font-weight: normal;
	white-space: nowrap;
	text-decoration: none;
	color: #000;
}

.area_usuario .categoria img{
	margin: 0 auto;
}

.area_usuario .categoria h2{
	text-align: center;
	font-size: 16px;
	white-space: break-spaces;
	line-height: 20px;
	text-transform: initial;
	height: 40px;
	display: table-cell;
	vertical-align: middle;
}

.area_usuario .categoria-marcas-wrapper{
	min-height: 255px;
}

.area_usuario .categoria-marcas-wrapper .slider-marcas{
	display: none;
	margin: 0;
}

.area_usuario .categoria-marcas-wrapper .categoria > div{
	height: 60px; 
	display: flex; 
	align-items: center; 
	justify-content: center;
}

.area_usuario .categoria-marcas-wrapper .categoria picture,
.area_usuario .categoria-marcas-wrapper .categoria img{
	margin: 0 auto;
	object-fit: contain;
	height: 100%;
}


.area_usuario .categoria-marcas-wrapper .categoria > span{
	display: table;
	margin: auto;
	margin-top: 15px;
}

@media only screen and ( max-width: 768px ) {
    .descripcion-corta.pure-hidden-sm *{
        display: none;
    }
    .slick-slider{
        margin: 0;
    }

    .page-catalog-product .content-title{
        margin: 20px 0 0 0;
    }

    .content-checkout-price{
        padding: 0 20px;
    }

    .content-checkout .content-checkout-action{
        margin-bottom: 0;
    }
    .df-card:hover .df-card__content{
        color: #000;
    }
}
@CHARSET "UTF-8";

@media only screen and ( min-width: 568px ) {
    .pure-hidden-sm{
        display: none;
    }

    .pure-visible-sm-block{
        display: block;
    }

    .pure-visible-sm{
        display: inline-block;
    }

    .cart-container {
        -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
        -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
        box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
        width: 400px;
        bottom: auto;
    }
    .notes-container {
        -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.25);
        -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.25);
        box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.25);
        width: 400px;
        bottom: auto;
    }

    #header .funciones-cabecera .funcion-item.funcion-rrss{
        display: inline-block;
    }

    #header #botones_cabecera .tienda .cart-container{
        height: auto;
    }

    /* Popups */
    .popup{
        height: auto;
        position: fixed;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        overflow: visible;
        background-color: transparent;
        padding: 4.8em;
        box-sizing: border-box;
    }

    .popup .popup-wrapper{
        max-width: 400px;
        margin: 0 auto;
        border-radius: 10px;
        border: 10px solid rgb(153, 153, 153);
        border: 10px solid rgba(153, 153, 153, 0.7);
        max-height: 100%;
        overflow: auto;
        position: relative;
        z-index: 40;
    }

    .popup .popup-content{
        padding: 26px 40px;
    }
    #set-password .popup .popup-content{
        padding: 0 40px;
    }

    .popup header.login-main-title{
        padding: .8em 0;
    }

    .popup:after{
        position: fixed;
        content: "";
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        /*background: rgba(0, 0, 0, 0.8);*/
        z-index: 39;
    }

    /* Cabecera */
    #header .funciones-cabecera .funcion-rrss{
        position: relative;
    }

    #header .funciones-cabecera .funcion-rrss .share-btn{
        margin-top: -2px;
    }

    #header .funciones-cabecera .funcion-rrss a.share-btn:before,
    #header .funciones-cabecera .funcion-rrss span.share-btn:before{
        font-family: Ionicons;
        content: "\f3ac";
        font-size: 22px;
        vertical-align: middle;
    }

    #header .funciones-cabecera .funcion-rrss ul.social-links{
        display: none;
        position: absolute;
        top: 57px;
        bottom: 100%;
        background-color: #424141;
        margin: 0;
        right: 0;
        min-width: 230px;
        list-style-type: none;
        padding: 10px;
        color: #999;
        font-weight: 200;
        bottom: auto;
    }

    #header .funciones-cabecera .funcion-rrss.active ul.social-links{
        display: block;
    }

    #header .funciones-cabecera .funcion-rrss ul.social-links{
        text-align: left;
    }

    #header .funciones-cabecera .funcion-rrss ul.social-links li{
        float: left;
        width: 40px;
        height: 40px;
        text-align: center;
    }

    #header .funciones-cabecera .funcion-rrss ul.social-links a{
        letter-spacing: .1em;
        color: #fff;
        text-decoration: none;
    }

    #header .funciones-cabecera .funcion-rrss ul.social-links a:before{
        margin-right: 4px;
        vertical-align: middle;
        line-height: 40px;
        text-align: center;
    }

    #header .funciones-cabecera .funcion-rrss ul.social-links a.facebook:before{
        font-family: FontAwesome;
        content: "\f09a";
        font-size: 20px;
        vertical-align: middle;
    }

    #header .funciones-cabecera .funcion-rrss ul.social-links a.twitter:before{
        font-family: FontAwesome;
        content: "\f099";
        font-size: 20px;
        vertical-align: middle;
    }

    #header .funciones-cabecera .funcion-rrss ul.social-links a.googleplus:before{
        font-family: FontAwesome;
        content: "\f0d5";
        font-size: 20px;
        vertical-align: middle;
    }

    #header .funciones-cabecera .funcion-rrss ul.social-links a.youtube:before{
        font-family: FontAwesome;
        content: "\f167";
        font-size: 20px;
        vertical-align: middle;
    }

    #header .funciones-cabecera .funcion-rrss ul.social-links a.instagram:before{
        font-family: FontAwesome;
        content: "\f16d";
        font-size: 20px;
        vertical-align: middle;
    }

    #header .funciones-cabecera .funcion-rrss ul.social-links a span{
        display: none;
    }

    #header .funciones-cabecera .funcion-rrss ul.social-links a:hover{
        color: #a2f57c;
    }

    .suggest-container .content {
        padding:25px 20px;
    }
    .suggest-container .resultados {
        margin-bottom:0;
    }
    .suggest-container .block {
        padding-left:0;
        margin-bottom:0;
    }

    .suggest-container .products {
        padding-left:0;
    }
    .suggest-container .products img {
        float:none;
        margin:5px 0;
    }
    .suggest-container .products a span {
        float:none;
        width:100%;
    }
    .suggest-container .products li.all {
        margin-left:0;
    }

    /* Home page */
    section.destacado article .flexslider ul.slides li .img {
        display:block;
    }
    section.destacado article .flexslider ul.slides li .img-mobile {
        display:none;
    }

    /* Rating */
    .rating-comment-ui{
        max-width: 500px;
    }

    #popup-cupones .enlace-boton,
    #popup-configurador .enlace-boton,
    #popup-monedero .enlace-boton{
        left: 26%;
    }

    #popup-cupones #cupones-seguir-comprando,
    #popup-configurador #cupones-seguir-comprando,
    #popup-monedero #cupones-seguir-comprando{
        left: 29%;
    }

    #popup-monedero #cupones-text p{
        font-size: 17px;
    }

    .area_usuario .categoria{
		width: 23%;
	}
}

@CHARSET "UTF-8";

@media only screen and ( min-width: 768px ) {
	.pure-hidden-md {
		display: none !important;
	}
	.pure-visible-md-block {
		display: block;
	}
	.pure-visible-md {
		display: inline-block;
	}
	#menu_responsive_cabecera p {
		color: #fff;
		margin-top: 21px;
	}

	#header .menu-btn #menu-link{
		max-width: 128px;
	}

	#header .menu-btn #menu-link p{
		color: #fff;
		font-weight: 200;
	}

	#header .menu-btn a#menu-link img{
		margin-right: 8px;
	}

	#header #formulario_cabecera{
		padding: .7em;
	}

	#header #formulario_cabecera input,
	#header #formulario_cabecera .suggest-container{
		max-width: 458px;
	}

	.suggest-container .products img {
		margin-right:10px;
	}
	.suggest-container .products a span {
		width: 75%;
	}
	.suggest-container .products li.all {
		margin-left:50px;
	}

	#header #botones_cabecera .tienda{
		position: relative;
	}

	#header #botones_cabecera .cart-btn .cart-item-count{
		margin-right: 4px;
	}

	#header #botones_cabecera .session-status{
		text-align: right;
	}

	#header #botones_cabecera .session-status .btn{
		width: 100px;
		font-family: 'Lato', sans-serif;
		font-weight: 200;
		letter-spacing: .1em;
		cursor: pointer;
		margin: 10px 0 0 10px;
	}

	#header #botones_cabecera .session-status .tienda{
		display: inline-block;
		min-width: 128px;
	}

	.centrado h1 {
		font-size: 32px;
	}

	.pure-g .menu_lateral .filter-container ul,
	.pure-g .lista-supercats ul{
		display: block;
	}

	.pure-g .menu_lateral .filter-container p{
		background: none;
	}

	.pure-g .lista-supercats p{
		display: none;
	}

	.pure-g .lista-supercats ul li{
		display: inline-block;
	}

	.pure-g .area_usuario ul.sub_usuario li.label{
		display: inline;
	}

	/* Ficha de producto */
	.page-catalog-product .cd-single-item .cd-item-info{
		padding: 0;
		margin-top: 100px;
	}

	body.page-catalog-product .product-images{
		padding: 0;
		margin-bottom: 2em;
	}

	/* Popup de registro */

	#suscribir-cupones .cupones-popup-footer, #portes-gratis .cupones-popup-footer{
		width: 455px;
		left: 19px;
	}

	#cupones-popup-form{
		left: 40px;
		bottom: 90px;
	}

	#envio-gratis-seguir-comprando,
	#popup-cupones .enlace-boton,
	#popup-configurador .enlace-boton,
	#popup-monedero .enlace-boton{
		padding: 15px;
		height: 52px;
	}

	#popup-cupones #cupones-seguir-comprando,
	#popup-configurador #cupones-seguir-comprando,
	#popup-monedero #cupones-seguir-comprando{
		padding: 15px;
		left: 46%;
	}
	#popup-cupones .enlace-boton,
	#popup-configurador .enlace-boton,
	#popup-monedero .enlace-boton{
		bottom: 25%;
		left: 50%;
	}
	#popup-monedero .enlace-boton {
		bottom: 18%;
	}
	#popup-cupones #cupones-text,
	#popup-configurador #cupones-text,
	#popup-monedero #cupones-text{
		padding: 37px 30px;
	}
	#popup-monedero #cupones-text{
		padding-top: 0;
	}
	#popup-cupones .cupones-text-heading,
	#popup-configurador .cupones-text-heading,
	#popup-monedero .cupones-text-heading{
		font-size: 26px;
		margin: 20px;
	}
	#popup-cupones #cupones-text span:last-child,
	#popup-configurador #cupones-text span:last-child,
	#popup-monedero #cupones-text span:last-child{
		font-size: 1em;
	}

	.popup .close{
		right: 20px;
	}

	#envio-gratis-text,
	#cupones-text{
		top: 25px;
	}
	/* Menú principal */

	#header .funciones-cabecera .funcion-cuenta .user-menu{
		left: 0;
		right: auto;
	}

	#header .funciones-cabecera .funcion-cesta .cart-btn,
	#header .funciones-cabecera .funcion-notificaciones a.notes-btn{
		max-width: 100%;
	}

	.tab-container .tab-list{
		display: block;
		list-style-type: none;
		text-align: left;
		border-bottom: 1px solid #000;
		padding: 0;
		margin-bottom:35px;
	}

	.tab-container .tab-list .tab-item{
		display: inline-block;
		-webkit-transition: all 0.2s ease 0s;
		-moz-transition: all 0.2s ease 0s;
		-o-transition: all 0.2s ease 0s;
		transition: all 0.2s ease 0s;
		padding: 1em 2em;
		margin-bottom:-1px;
	}

	.tab-container .tab-list .tab-item a,
	.tab-container .tab-list .tab-item span[data-link]{
		text-decoration: none;
		color: #000;
		opacity: .5;
		display: block;
		-webkit-transition: all 0.2s ease 0s;
		-moz-transition: all 0.2s ease 0s;
		-o-transition: all 0.2s ease 0s;
		transition: all 0.2s ease 0s;
		font-weight: normal;
		font-size: 20px;
	}

	.tab-container .tab-list .tab-item a:hover,
	.tab-container .tab-list .tab-item span[data-link]:hover{
		opacity: 1;
	}

	.tab-container .tab-list .tab-item.active{
		/*background-color: #f1f1f1;*/
		border:1px solid #000;
		border-bottom:1px solid #fff;
	}

	.tab-container .tab-list .tab-item.active a{
		opacity: 1;
	}

	.tab-list .tab-item.disabled a{
		cursor: default;
	}

	.tab-contents .tab-content-item{
		display: none;
	}

	.tab-contents .tab-content-item.active{
		display: block;
	}

	.tab-contents .tab-content-title{
		display: none;
	}

	.producto-stamp{
		left: 10px;
		right: 0;
		-ms-transform: rotate(-15deg);
		-webkit-transform: rotate(-15deg);
		transform: rotate(-15deg);
	}

	.eupopup-container{
		font-size: 12px;
		width: 300px;
		bottom: 15px;
		right: 15px;
	}
	.banner-categoria img{
		width: 1230px;
	}

	.footer .footer_zona_logo .enlaces{
		text-align: left;
	}
}

@CHARSET "UTF-8";

@media only screen and ( min-width: 1024px ) {

	html, body{
		height: 100%;
	}

	.pure-hidden-lg{
		display: none;
	}

	.pure-visible-lg-block{
		display: block;
	}

	.pure-visible-lg{
		display: inline-block;
	}

	/* #### - switch to desktop menu at 960px (960/16=60 - 16px being default browser font-size) - #### */
	#menu {
		position: absolute;
		z-index: 30;
		overflow: visible;
	}
	#menu {
		left: auto;
		bottom: auto;
		height: 0;
		width: 100%;
	}
	#menu>ul {
		float: left;
		position: relative;
		z-index: 1;
		top: 0em;
		margin-top: -16px;
	}

	#menu .menu-wrap{
		width: 100%;
		max-width: 1400px;
		margin: 0 auto;
	}

	#menu ul.categorias{
		left: 0;
	}
	#menu ul li span[data-link]{
		display: block;
	}
	#menu ul li a,
	#menu ul li span[data-link] {
		padding: 0em 2.5em 0.7em 1.5em;
		font-size: 14px;
		font-weight: 200;
	}
	#menu ul li a:only-child,
	#menu ul li span[data-link]:only-child {
		padding-right: 1.5em
	}
	#menu ul li>a,
	#menu ul li>span[data-link] {
		-webkit-transition: color .25s ease;
		transition: color .25s ease
	}
	#menu ul li:hover>a,
	#menu ul li:hover>span[data-link] {
		color: #a2f57c;
	}
	#menu ul.recursivos{
		right: 0;
	}
	#menu {
		left: 0;
		right: 0;
		float: left;
		width: 75%;
		background: #222;
		height: auto;
		background: rgba(0, 0, 0, 0.94);
		margin-left: 12.78%;
		position: fixed;
		border-top: 4px solid #a2f57c;

		-webkit-transition: transform .3s ease;
		-moz-transition: transform .3s ease;
		-o-transition: transform .3s ease;
		transition: transform .3s ease;

		-webkit-transform: translateY(-100%);
		-moz-transform: translateY(-100%);
		-o-transform: translateY(-100%);
		transform: translateY(-100%);

		z-index: 19;
	}

	#menu.active {
		-webkit-transform: translateY(57px);
		-moz-transform: translateY(57px);
		-o-transform: translateY(57px);
		transform: translateY(57px);
		background: rgba(0, 0, 0, 0.94);
		margin-left: 12.78%;
		border-top: 4px solid #a2f57c;
	}

	body.page-home #menu{
		/* Fallback for web browsers that doesn't support RGBa */
		background: rgb(0, 0, 0);
		/* RGBa with 0.6 opacity */
		background: rgba(0, 0, 0, 0.94);
		margin-left: 12.78%;
		border-top: 4px solid #a2f57c;
		/* For IE 5.5 - 7*/
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000,
		endColorstr=#99000000);
		/* For IE 8*/
		-ms-filter:
				"progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
	}

	#menu ul {
		float: left;
		left: 10%;
		top: 35px;
		background: none;
	}
	#menu ul span:not([data-link]) {
		float: left;
		width: 19%;
		min-width: 190px;
		/*width: 230px;*/
	}

	#header .funciones-cabecera .funcion-item.funcion-blog{
		display: inline-block;
	}

	#formulario_cabecera{

	}

	#header{
		-webkit-perspective: 1000;
		-webkit-backface-visibility: hidden;
	}

	.cart-container, .notes-container{
		max-height: 600px;
	}

	.cart-container, .notes-container .pre-notes-container{
		overflow-y: auto;
		max-height: 512px;
	}

	body.page-catalog-product .cd-single-item{
		padding-bottom: 0;
		margin-bottom: 40px;
	}

	body.page-catalog-product .contenido_ficha{
		padding-bottom: 0px;
		margin-bottom: 40px;
	}

	/* Reset de estilos de menú de móvil */
	body.push-nav-active .content-wrap,
	body.push-nav-active #header{
		transform: none;
	}

	#header #logo_cabecera{
		padding-left: 1em;
	}

	.content-wrap{
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
	}

	/* Footer */
	.footer {
		padding: 25px 0px 0px 0px;
	}

	.footer .footer_zona_logo img{
		max-height: 35px;
		width: auto;
	}

	.footer .footer_zona_logo p, .footer .footer_zona_logo .enlaces {
		margin-top: 40px;
		padding-top: 0px;
	}

	.footer .footer_zona_logo .copy p {
		margin-top: 20px;
		text-align: left;
	}

	.footer .footer_enlaces{
		padding: 15px 0 0 0;
	}

	.footer .copy p {
		text-align: left;
	}

	.footer .footer_tarjetas{
		text-align: left;
	}

	.footer .right-container .pure-g:first-child{
		padding-left: 20px;
	}

	/* Slider productos */
	.slider-productos .flex-viewport{
		padding: 5px;
		box-sizing: border-box;
	}

	/* Listados */
	.mini:hover span.info {
		opacity: .9;
	}

	.product-item.mini:before{
		content: '';
		position: absolute;
		width: 100%;
		height: 100%;
		z-index: 1;
		/*border: 1px solid #000;*/
		opacity: 0;
		top: 0;
		left: 0;
		transition: opacity .1s linear;
		display: block;
		box-shadow: 0px 0px 8px 0 #000;
	}

	@-moz-document url-prefix() {
		.product-item.mini:before{
			box-shadow: 0px 0px 4px 0 #000;
		}
	}

	.product-item.mini:hover:before{
		opacity: .6;
	}

	.mini .bloque_compra p.precio{
		transition: color .1s linear;
		transition-delay: .1s;
	}
	.mini .bloque_compra p.precio.has-discount{
		margin: 1em 0;
		vertical-align: middle;
	}
	.mini .bloque_compra p.precio.has-discount > span.precio-antiguo{
		font-size: 14px;
	}

	.mini:hover .bloque_compra p.precio {
		color: #fff;
	}

	.mini span.info p.descripcion a:hover {
		color: #fff;
	}

	.mini:hover h3 {
		opacity: 0;
		transition: opacity .1s linear;
		transition-delay: .8s;
	}

	.mini:hover span.novedad {
		opacity: 0
	}

	.mini:hover span.promocion {
		opacity: 0
	}

	.mini:hover span.envio_gratis {
		opacity: 0
	}

	.mini .bloque_compra p.comprar a:hover,
	.mini .bloque_compra p.comprar button:hover {
		background-color: #fff;
		border: 1px solid #fff;
		color: #000;
	}

	/* Cabecera */
	#header #logo_cabecera img{
		max-width: 100%;
		max-height: 28px;
	}

	#header .funciones-cabecera .funcion-item{
		-webkit-transition: all 0.3s ease;
		-moz-transition: all 0.3s ease;
		-o-transition: all 0.3s ease;
		transition: all 0.3s ease;
		max-width: 57px;
	}

	#header .funciones-cabecera .funcion-item .btn{
		color: #fff;
	}

	/*
	#header .funciones-cabecera .funcion-item .label{
	   display: inline-block;
       font-size: 14px;
       margin-left: 4px;
    }
    */

	#header .funciones-cabecera .funcion-menu{
		margin: 0;
		display: block;
		float: left;
	}

	#header .funciones-cabecera .funcion-cuenta:hover,
	#header .funciones-cabecera .funcion-cesta:hover,
	#header .funciones-cabecera .funcion-notificaciones:hover,
	#header .funciones-cabecera .funcion-rrss:hover{
		background-color: #000;
	}

	#header .funciones-cabecera .funcion-cuenta:hover .btn,
	#header .funciones-cabecera .funcion-cesta:hover .btn,
	#header .funciones-cabecera .funcion-notificaciones:hover .btn{
		color: #fff;
	}

	#header .funciones-cabecera .funcion-buscar{
		max-width: 100%;
		margin: 0 auto 0 0;
		display: block;
		float: left;
	}

	#header .funciones-cabecera .funcion-buscar{
		display: none;
	}

	#header .menu-y-buscador{
		padding: 0;
		vertical-align: top;
		position: relative;
	}

	#header .menu-y-buscador .search-form{
		padding: 10px 10px 0 10px;
		width: 100%;
	}

	.search-form .search-input{
		position: relative;
		background: #fff url('/assets/img/search.png.webp') no-repeat right 8px center;
		padding-right: 34px;
		border: 0;
	}

	.suggest-container {
		/*margin: -2px 0 0 0;
		position:fixed;*/
		top:50px;
		z-index:41;
		/*right:20px;
	    left:20px;*/
		overflow:hidden;
		padding: 0;
		width: 100%;
		position: absolute;
		left: 0;
	}
	.suggest-container .content {
		border:0;
		border-top:none;
		background-color: #424141;
	}

	.suggest-container .block li a{
		color: #fff;
	}

	.suggest-container .block li.all span{
		color: #a2f57c;
	}

	#header .menu-y-buscador .search-container{
		/*min-width: 400px;*/
		max-width: 550px;
		width: 80%;
	}

	#menu-link{
		padding: 0 1.2em;
	}

	#menu-link p{
		color: #fff;
		font-weight: 200;
		margin: 1em 0;
		letter-spacing: normal;
		display: inline-block;
		text-transform: none;
		font-size: 14px;
	}

	.nav-pushable{
		transform: none;
	}

	.aviso-cookies:hover{
		background-color: #222;
	}

	/* Cortinilla */
	.cortinilla-temp{
		bottom: 0;
		position: fixed;
	}

	.cortinilla-temp h2, .cortinilla-temp p{
		display: inline-block;
		vertical-align: middle;
		font-weight: normal;
	}

	/* Popups */

	.popup .popup-wrapper{
		max-width: 426px;
	}

	#wishlist-ui .popup-wrapper{
		min-width: 600px;
	}

	/* Black friday 2016 */
	#black-friday-2016 .popup-wrapper{
		min-width: 640px;
	}

	/* Cortinilla BF */
	.cortinilla-temp p{
		margin: 0;
	}

	.product-item .image-viewer .producto-stamp{
		max-width: 100px;
	}

	.titulo strong{
		display: inline-block;
	}

	.footer .footer-iconos{
		display: block;
	}

	.area_usuario .categoria{
		width:10%;
	}
}

@CHARSET "UTF-8";

@media only screen and ( min-width: 1280px ) {
	.pure-hidden-xl {
		display: none;
	}
	.pure-visible-xl-block {
		display: block;
	}
	.pure-visible-xl {
		display: inline-block;
	}
	#header .botones_rss ul {
		margin: 0px 0px 0px 20px;
		padding: 0px;
		text-align: right;
		width: auto;
	}
	#header .botones_rss ul li {
		display: inline;
		padding-right: 5px;
		width: auto;
		margin-right: 0;
	}
	#header .botones_rss ul li:last-child {
		padding-right: 0px;
	}
	#header .botones_rss ul li a {
		/*border: 1px solid #fff;*/
		width: 35px !important;
		height: 35px;
		display: inline-block;
		-webkit-transition: all .25s ease;
		transition: all .25s ease;
		opacity: 1;
		padding: 0;
		margin-top: 2px;
	}
	#header .botones_rss ul li a:hover {
		opacity: .6;
	}
	
	#header .funciones-cabecera .funcion-item{
        width: 47px;
    }
    
	#header .funciones-cabecera .funcion-item.funcion-cuenta{
	   max-width: 100%;
	   width: auto;
	}
	
	#header .funciones-cabecera .funcion-item.funcion-cuenta .btn.user-btn{
	   padding: 0 .6em;
	}
	
	#header .funciones-cabecera .funcion-item.funcion-cuenta .btn.user-btn:after{
	   font-family: 'FontAwesome';
	   content: "\f0d7";
	   display: inline-block;
	}
	
	#menu ul.categorias{
		width: 100%;
	   left: 10%;
	}
	
	#menu ul.recursivos{
       right: 10%;
    }
    
	.suggest-container .content {
		padding: 10px 8px 20px 20px;
	}
	.suggest-container .resultados {
		margin-bottom:0;
		margin-right: 12px;
	}
	.suggest-container .block {
		padding:0;
	}
	.suggest-container .block li {
		font-size:15px;
		margin-bottom:10px;
	}
	.suggest-container .block.products li {
		margin-bottom:10px;
	}
	.suggest-container .brands {
		margin-left:30px;
	}
	
	/* Black friday 2016 */
	#black-friday-2016 .popup-wrapper{
        min-width: 800px;
    }
	
}
@CHARSET "UTF-8";

@media only screen and ( min-width: 1600px ) {
    .pure-hidden-xxl{
        display: none;
    }
    
    .pure-visible-xxl-block{
        display: block;
    }
    
    .pure-visible-xxl{
        display: inline-block;
    }
    
    #header .funciones-cabecera .funcion-item.funcion-contacto{
    	display: inline-block;
    }
    
    #header .funciones-cabecera .funcion-item.funcion-cuenta .label-username{
       display: inline-block;
       font-size: 12px;
       letter-spacing: 1px;
       overflow: hidden;
       text-overflow: ellipsis;
       vertical-align: middle;
       max-width: 160px;
    }
    
    /* Black friday 2016 */
    #black-friday-2016 header img{
        max-width: 100%;
    }
}

/* Webfont: LatoLatin-Light */@font-face {
    font-family: 'Lato';
    src: url('/assets/css/fonts/LatoLatin-Light.eot'); /* IE9 Compat Modes */
    src: url('/assets/css/fonts/LatoLatin-Light.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('/assets/css/fonts/LatoLatin-Light.woff2') format('woff2'), /* Modern Browsers */
         url('/assets/css/fonts/LatoLatin-Light.woff') format('woff'), /* Modern Browsers */
         url('/assets/css/fonts/LatoLatin-Light.ttf') format('truetype');
    font-style: normal;
    font-weight: 300;
    text-rendering: optimizeLegibility;
    font-display: swap;
}

/* Webfont: LatoLatin-LightItalic */@font-face {
    font-family: 'Lato';
    src: url('/assets/css/fonts/LatoLatin-LightItalic.eot'); /* IE9 Compat Modes */
    src: url('/assets/css/fonts/LatoLatin-LightItalic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('/assets/css/fonts/LatoLatin-LightItalic.woff2') format('woff2'), /* Modern Browsers */
         url('/assets/css/fonts/LatoLatin-LightItalic.woff') format('woff'), /* Modern Browsers */
         url('/assets/css/fonts/LatoLatin-LightItalic.ttf') format('truetype');
    font-style: italic;
    font-weight: 300;
    text-rendering: optimizeLegibility;
    font-display: swap;
}

/* Webfont: LatoLatin-Regular */@font-face {
    font-family: 'Lato';
    src: url('/assets/css/fonts/LatoLatin-Regular.eot'); /* IE9 Compat Modes */
    src: url('/assets/css/fonts/LatoLatin-Regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('/assets/css/fonts/LatoLatin-Regular.woff2') format('woff2'), /* Modern Browsers */
         url('/assets/css/fonts/LatoLatin-Regular.woff') format('woff'), /* Modern Browsers */
         url('/assets/css/fonts/LatoLatin-Regular.ttf') format('truetype');
    font-style: normal;
    font-weight: 400;
    text-rendering: optimizeLegibility;
    font-display: swap;
}

/* Webfont: LatoLatin-Medium */@font-face {
    font-family: 'Lato';
    src: url('/assets/css/fonts/LatoLatin-Medium.eot'); /* IE9 Compat Modes */
    src: url('/assets/css/fonts/LatoLatin-Medium.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('/assets/css/fonts/LatoLatin-Medium.woff2') format('woff2'), /* Modern Browsers */
         url('/assets/css/fonts/LatoLatin-Medium.woff') format('woff'), /* Modern Browsers */
         url('/assets/css/fonts/LatoLatin-Medium.ttf') format('truetype');
    font-style: normal;
    font-weight: 500;
    text-rendering: optimizeLegibility;
    font-display: swap;
}

/* Webfont: LatoLatin-MediumItalic */@font-face {
    font-family: 'Lato';
    src: url('/assets/css/fonts/LatoLatin-MediumItalic.eot'); /* IE9 Compat Modes */
    src: url('/assets/css/fonts/LatoLatin-MediumItalic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('/assets/css/fonts/LatoLatin-MediumItalic.woff2') format('woff2'), /* Modern Browsers */
         url('/assets/css/fonts/LatoLatin-MediumItalic.woff') format('woff'), /* Modern Browsers */
         url('/assets/css/fonts/LatoLatin-MediumItalic.ttf') format('truetype');
    font-style: italic;
    font-weight: 500;
    text-rendering: optimizeLegibility;
    font-display: swap;
}

/* Webfont: LatoLatin-Semibold */@font-face {
    font-family: 'Lato';
    src: url('/assets/css/fonts/LatoLatin-Semibold.eot'); /* IE9 Compat Modes */
    src: url('/assets/css/fonts/LatoLatin-Semibold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('/assets/css/fonts/LatoLatin-Semibold.woff2') format('woff2'), /* Modern Browsers */
         url('/assets/css/fonts/LatoLatin-Semibold.woff') format('woff'), /* Modern Browsers */
         url('/assets/css/fonts/LatoLatin-Semibold.ttf') format('truetype');
    font-style: normal;
    font-weight: 600;
    text-rendering: optimizeLegibility;
    font-display: swap;
}

/* Webfont: LatoLatin-SemiboldItalic */@font-face {
    font-family: 'Lato';
    src: url('/assets/css/fonts/LatoLatin-SemiboldItalic.eot'); /* IE9 Compat Modes */
    src: url('/assets/css/fonts/LatoLatin-SemiboldItalic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('/assets/css/fonts/LatoLatin-SemiboldItalic.woff2') format('woff2'), /* Modern Browsers */
         url('/assets/css/fonts/LatoLatin-SemiboldItalic.woff') format('woff'), /* Modern Browsers */
         url('/assets/css/fonts/LatoLatin-SemiboldItalic.ttf') format('truetype');
    font-style: italic;
    font-weight: 600;
    text-rendering: optimizeLegibility;
    font-display: swap;
}

/* Webfont: LatoLatin-Bold */@font-face {
    font-family: 'Lato';
    src: url('/assets/css/fonts/LatoLatin-Bold.eot'); /* IE9 Compat Modes */
    src: url('/assets/css/fonts/LatoLatin-Bold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('/assets/css/fonts/LatoLatin-Bold.woff2') format('woff2'), /* Modern Browsers */
         url('/assets/css/fonts/LatoLatin-Bold.woff') format('woff'), /* Modern Browsers */
         url('/assets/css/fonts/LatoLatin-Bold.ttf') format('truetype');
    font-style: normal;
    font-weight: 700;
    text-rendering: optimizeLegibility;
    font-display: swap;
}

/* Webfont: LatoLatin-BoldItalic */@font-face {
    font-family: 'Lato';
    src: url('/assets/css/fonts/LatoLatin-BoldItalic.eot'); /* IE9 Compat Modes */
    src: url('/assets/css/fonts/LatoLatin-BoldItalic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('/assets/css/fonts/LatoLatin-BoldItalic.woff2') format('woff2'), /* Modern Browsers */
         url('/assets/css/fonts/LatoLatin-BoldItalic.woff') format('woff'), /* Modern Browsers */
         url('/assets/css/fonts/LatoLatin-BoldItalic.ttf') format('truetype');
    font-style: italic;
    font-weight: 700;
    text-rendering: optimizeLegibility;
    font-display: swap;
}

/* Webfont: LatoLatin-Black */@font-face {
    font-family: 'Lato';
    src: url('/assets/css/fonts/LatoLatin-Black.eot'); /* IE9 Compat Modes */
    src: url('/assets/css/fonts/LatoLatin-Black.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('/assets/css/fonts/LatoLatin-Black.woff2') format('woff2'), /* Modern Browsers */
         url('/assets/css/fonts/LatoLatin-Black.woff') format('woff'), /* Modern Browsers */
         url('/assets/css/fonts/LatoLatin-Black.ttf') format('truetype');
    font-style: normal;
    font-weight: 900;
    text-rendering: optimizeLegibility;
    font-display: swap;
}

/* Webfont: LatoLatin-BlackItalic */@font-face {
    font-family: 'Lato';
    src: url('/assets/css/fonts/LatoLatin-BlackItalic.eot'); /* IE9 Compat Modes */
    src: url('/assets/css/fonts/LatoLatin-BlackItalic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('/assets/css/fonts/LatoLatin-BlackItalic.woff2') format('woff2'), /* Modern Browsers */
         url('/assets/css/fonts/LatoLatin-BlackItalic.woff') format('woff'), /* Modern Browsers */
         url('/assets/css/fonts/LatoLatin-BlackItalic.ttf') format('truetype');
    font-style: italic;
    font-weight: 900;
    text-rendering: optimizeLegibility;
    font-display: swap;
}

/* -------------------------------- 

Primary style

-------------------------------- */


/* -------------------------------- 

Main Components 

-------------------------------- */


.cd-single-item {
  position: relative;
  background: #ffffff; }

.cd-slider-wrapper {
  position: relative;
  z-index: 1;
  -webkit-transition: width 0.4s;
  -moz-transition: width 0.4s;
  transition: width 0.4s;
  /* Force Hardware Acceleration in WebKit */
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  will-change: width; }
  @media only screen and (min-width: 1024px) {
    .cd-slider-wrapper {
      /*width: 50%;*/ }
      .cd-slider-active .cd-slider-wrapper {
        width: 100%; } }

.cd-slider {
  position: relative;
  z-index: 1;
  overflow: hidden; }
  .cd-slider::before {
    /* never visible - this is used in jQuery to check the current MQ */
    content: 'mobile';
    display: none; }
  .cd-slider li {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    height: 100%;
    width: 100%;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: -webkit-transform 0.3s;
    -moz-transition: -moz-transform 0.3s;
    transition: transform 0.3s; }
    .cd-slider li  {
list-style: none;}
    .cd-slider li img {
      display: block;
      width: 100%; }
    .cd-slider li iframe {
      display: block;
      width: 100%; 
        height:800px;
        text-align: center;
    margin-left: -20px;}
    .cd-slider li.selected {
      position: relative;
      z-index: 2;
      -webkit-transform: translateX(0);
      -moz-transform: translateX(0);
      -ms-transform: translateX(0);
      -o-transform: translateX(0);
      transform: translateX(0); }
    .cd-slider li.move-left {
      -webkit-transform: translateX(-100%);
      -moz-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
      -o-transform: translateX(-100%);
      transform: translateX(-100%); }
  @media only screen and (min-width: 1024px) {
    .cd-slider {
      cursor: pointer; }
      .cd-slider::before {
        /* never visible - this is used in jQuery to check the current MQ */
        content: 'desktop'; }
      .cd-slider::after {
        /* slider cover layer - to indicate the image is clickable */
        content: '';
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        background: rgba(00, 00, 00, 0.1) url("/assets/img/zoom_detalle.png") no-repeat center center;
        /* size of the icon */
        background-size: 120px;
        opacity: 0;
        z-index: 4;
        -webkit-transition: opacity 0.2s;
        -moz-transition: opacity 0.2s;
        transition: opacity 0.2s; }
      .no-touch .cd-slider:hover::after {
        opacity: 1; }
      .cd-slider-active .cd-slider {
        cursor: auto; }
        .cd-slider-active .cd-slider::after {
          display: none; } 
  
  }


@media only screen and (min-width:0px) and (max-width:720px) {
      .cd-slider li iframe {
      display: block;
      width: 100%; 
        height:400px;
        text-align: center;
    margin-left: -20px;}
  
  }




@media only screen and (min-width: 1024px) {
  .cd-slider-navigation li, .cd-slider-pagination {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.4s 0s, visibility 0s 0.4s;
    -moz-transition: opacity 0.4s 0s, visibility 0s 0.4s;
    transition: opacity 0.4s 0s, visibility 0s 0.4s; }
    .cd-slider-active .cd-slider-navigation li, .cd-slider-active .cd-slider-pagination {
      opacity: 1;
      visibility: visible;
      -webkit-transition: opacity 0.4s 0.4s, visibility 0s 0.4s;
      -moz-transition: opacity 0.4s 0.4s, visibility 0s 0.4s;
      transition: opacity 0.4s 0.4s, visibility 0s 0.4s; } }
.cd-slider-navigation li {
  position: absolute;
  z-index: 2;
  top: 50%;
  bottom: auto;  
list-style: none;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%); }
  .cd-slider-navigation li:first-of-type {
    left: 10px; }
  .cd-slider-navigation li:last-of-type {
    right: 10px; }
  .cd-slider-navigation li a {
    display: block;
    width: 48px;
    height: 48px;
    background: url("/assets/css/img/flecha_dch.png") no-repeat center center;
    -webkit-transition: opacity 0.2s 0s, visibility 0s 0s;
    -moz-transition: opacity 0.2s 0s, visibility 0s 0s;
    transition: opacity 0.2s 0s, visibility 0s 0s;
    /* image replacement */
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap; }
    .cd-slider-navigation li a.inactive {
      opacity: 0;
      visibility: hidden;
      -webkit-transition: opacity 0.2s 0s, visibility 0s 0.2s;
      -moz-transition: opacity 0.2s 0s, visibility 0s 0.2s;
      transition: opacity 0.2s 0s, visibility 0s 0.2s; }
    .no-touch .cd-slider-navigation li a:hover {
      opacity: .7; }
  .cd-slider-navigation li:first-of-type a {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg); }
  @media only screen and (min-width: 1024px) {
    .cd-slider-navigation li:first-child {
      left: 30px; }
    .cd-slider-navigation li:last-child {
      right: 30px; } }

.cd-slider-pagination {
  /* you won't see this element in the html but it will be created using jQuery */
  position: absolute;
  z-index: 2;
  bottom: 30px;
  left: 48.4%;
  right: auto;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  visibility: hidden; }
  .cd-slider-pagination:after {
    content: "";
    display: table;
    clear: both; }
  .touch .cd-slider-pagination {
    visibility: hidden; }
  .cd-slider-pagination li {
    display: inline-block;
    float: left;
    margin: 0 5px; }
    .cd-slider-pagination li.selected a {
      background: #535353; }
  .cd-slider-pagination a {
    display: block;
    height: 6px;
    width: 6px;
    border-radius: 50%;
    border: 1px solid #f5f4f3;
    /* fix a bug in IE9/10 - transparent anchor not clickable */
    background-color: #bababa;
    /* image replacement */
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap; }

.cd-slider-wrapper .cd-close {
  display: none;
  position: absolute;
  z-index: 2;
  top: 30px;
  right: 30px;
  width: 48px;
  height: 48px;
  background: url("/assets/img/close_detalle.png") no-repeat center center;
  /* image replacement */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: -webkit-transform 0.3s 0s, visibility 0s 0.4s;
  -moz-transition: -moz-transform 0.3s 0s, visibility 0s 0.4s;
  transition: transform 0.3s 0s, visibility 0s 0.4s; }
  .cd-slider-active .cd-slider-wrapper .cd-close {
    visibility: visible;
    opacity: 1;
    -webkit-transition: -webkit-transform 0.3s 0s, visibility 0s 0s, opacity 0.4s 0.4s;
    -moz-transition: -moz-transform 0.3s 0s, visibility 0s 0s, opacity 0.4s 0.4s;
    transition: transform 0.3s 0s, visibility 0s 0s, opacity 0.4s 0.4s; }
  .no-touch .cd-slider-active .cd-slider-wrapper .cd-close:hover {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2); }
  @media only screen and (min-width: 1024px) {
    .cd-slider-wrapper .cd-close {
      display: block; } }



.cart-container.reveal{
	display: block;
}

.cart-container{
	display: none;
	z-index: 30;
	-webkit-overflow-scrolling: touch;
}

.cart-container .cart-content{
	height: 100%;
}

.cart-content *{
	box-sizing: border-box;
}

/* ------------ CARRITO DE COMPRA GENERAL ------------ */
/* Usado en cabecera, en version mobile de pagina de carrito de compra y en wishlist de pagina carrito de compra */
.cart-content .product-list {
	float: none;
	width: auto;
	padding: 0;
	margin: 0;
}

.cart-content .product-list .product-item{
	display: block;
	float: none;
	width: 100%;
	text-align: left;
	position: relative;
}
.cart-content .product-list .product-item .product-container {
	border-bottom: 1px solid #ccc;
	padding:5px 0;
}
.cart-content .product-list .product-item p {
	margin-top: 0;
}
.cart-content .product-list .product-item .carrito-imagen {
	padding: 0 20px 0 0;
	position:relative;
}
.cart-content .product-list .product-item .carrito-imagen a {
	transition: all .25s linear;
}
.cart-content .product-list .product-item .carrito-imagen a:hover {
	opacity: .5;
}
.cart-content .product-list .product-item .carrito_packs {
	background:url(/assets/img/bg_productos_packs.png) no-repeat left center;
	bottom:10px;
	left:5px;
	padding-left:10px;
	position:absolute;
}
.cart-content .product-list .product-item .carrito_packs ul {
	margin:0;
	padding:0;
}
.cart-content .product-list .product-item .carrito_packs li {
	display:inline;
	letter-spacing:0;
	list-style:none;
	margin:0;
	padding:0;
}
.cart-content .product-list .product-item .carrito_packs img {
	border:1px solid #ccc;
	max-width:15px;
}
.cart-content .product-list .product-item .carrito-nombre {
	padding:15px 0 3px;
	text-align:left;
}
.cart-content .product-list .product-item .carrito-nombre p {
	margin-bottom: 0;
}
.cart-content .product-list .product-item .carrito-nombre .titulo {
	font-size:15px;
	font-weight:500;
}
.cart-content .product-list .product-item .carrito-nombre .titulo a {
	color:#000;
	text-decoration:none;
	transition: all .25s linear;
	padding: 0;
}
.cart-content .product-list .product-item .carrito-nombre .titulo a:hover{
	opacity: .5;
}
.cart-content .product-list .product-item .carrito-nombre .product-item-price {
	color:#439a63;
	float:left;
	font-size:16px;
}
.cart-content .product-list .product-item .carrito-nombre .product-item-price strike{
	display: block;
	margin-top: 5px;
}
.cart-content .product-list .product-item .carrito-nombre .cantidad {
	float:right;
	font-size:13px;
	padding-top:4px;
}
.cart-content .product-list .product-item .carrito-nombre .cantidad a {
	color:#000;
	text-decoration:none;
}
.cart-content .product-list .product-item .carrito-nombre .product-item-qty {
	background: url("/assets/img/carrito_cantidad_peque.png") no-repeat center center;
	padding:8px 10px;
}
.cart-content .product-list .product-item .carrito-nombre .carrito-datos .eliminar {
	background: url("/assets/img/close_carrito.png") no-repeat;
	cursor:pointer;
	float:right;
	height:20px;
	margin:6px 0 10px 12px;
	width:20px;
}
.cart-content .product-list .product-item .carrito-nombre .carrito-datos .eliminar:hover {
	background-image: url("/assets/img/close_carrito_hover.png");
}
.cart-content .product-list .product-item .carrito-nombre .carrito-datos .eliminar span {
	display:none;
}

.cart-content .totals {
	font-size:20px;
	padding-bottom:0;
}
.cart-content .totals .titulo {
	line-height:1em;
	margin:0 0 5px 0;
}
.cart-content .totals .precio {
	color:#439a63;
	font-weight:400;
	margin:0;
}

.cart-content .carrito-fin {
	padding-left:10px;
	padding-right:10px;
}
.cart-content .carrito-fin a {
	color:#000;
	display:inline-block;
	font-size:14px;
	font-weight:600;
	letter-spacing:-.00005em;
	margin-bottom: 1em;
	padding:22px 0;
	transition: all 0.3s ease 0s;
	text-decoration:none;
	width:100%;
}

.cart-content .carrito-fin .cont-financiacion p{
	font-weight: 400;
}

.cart-content .carrito-fin a.abrir-calculadora,
.cart-content .carrito-fin a.calc-cofidis{
	color: #007fd6;
	padding: 0;
	font-weight: 400;
	display: inline;
}
.cart-content .carrito-fin a.boton-finalizar {
	background:#a2f57c;
	border:1px solid #a2f57c;
}
.cart-content .carrito-fin a.boton-finalizar:hover,
.cart-content .carrito-fin a.boton-ir-carrito:hover {
	background:#333333;
	border:1px solid #333333;
	color:#fff;
}
.cart-content .carrito-fin .cont-financiacion p{
	margin: 0 0 1em 0;
}
.cart-content .carrito-fin a.boton-seguir {
	color: #007fd6;
	padding: 0;
	margin: 0 0 1em 0;
	font-weight: 400;
}
.cart-content .carrito-fin a.boton-ir-carrito {
	background:#fff;
	border:1px solid #303030;
	width:100%;
}
.cart-content .product-list .product-item a{
	border: 0;
	color: #222;
	/*display: inline-block;*/
}

#header #botones_cabecera .tienda{
	color: #fff;
	font-size: 12px;
	margin-right: 0;
}

/* ------------ CARRITO DE LA CABECERA ------------ */
.cart-container .cart-content .product-list .product-item {
	padding-left:15px;
	padding-right:15px;
}

/* ------------ PAGINA DE CARRITO DE COMPRA ------------ */
/* Carrito de compra version NO mobile (tabla) */
.page-sales-cart .content-wrap .content {
	max-width:1780px;
}
.page-sales-cart h1,
.page-sales-cart .wishlist h2 {
	border-bottom:1px solid #d9d9d9;
	font-size:31px;
	font-weight:500;
	line-height:1em;
	margin:0 0 20px;
	padding-bottom:15px;
	text-align:center;
	text-transform:none;
}
.page-sales-cart .wishlist h2 {
	white-space: nowrap;
}
.page-sales-cart table.product-list {
	display:none;
	margin-bottom:20px;
	width:100%;
}
.page-sales-cart table.product-list th {
	font-size:13px;
	padding:10px;
	text-align:center;
}
.page-sales-cart table.product-list td {
	border:1px solid #dedede;
	padding:8px 15px;
	text-align:center;
}
.page-sales-cart table.product-list td.nombre {
	border-left:none;
	padding-left:0;
	width:100%;
}
.page-sales-cart table.product-list td.nombre .nombre {
	vertical-align:middle;
}
.page-sales-cart table.product-list td.nombre .carrito-imagen {
	display:inline-block;
	margin-bottom:8px;
	max-width:80px;
	position:relative;
	vertical-align:middle;
}
.page-sales-cart table.product-list td.nombre .carrito-imagen a {
	transition: all .25s linear;
}
.page-sales-cart table.product-list td.nombre .carrito-imagen a:hover {
	opacity:.5;
}
.page-sales-cart table.product-list td.nombre img.pure-img {
	display:inline-block;
	max-width:80px;
	vertical-align:middle;
}
.page-sales-cart table.product-list td.nombre .product-item-packs {
	background:url(/assets/img/bg_productos_packs.png) no-repeat left center;
	bottom:5px;
	left:5px;
	padding-left:10px;
	position:absolute;
}
.page-sales-cart table.product-list td.nombre .product-item-packs ul {
	margin:0;
	padding:0;
}
.page-sales-cart table.product-list td.nombre .product-item-packs li {
	display:inline;
	letter-spacing:0;
	list-style:none;
	margin:0;
	padding:0;
}
.page-sales-cart table.product-list td.nombre .product-item-packs img {
	border:1px solid #ccc;
	max-width:11px;
}
.page-sales-cart table.product-list td.nombre .texto {
	color:#000;
	display:inline-block;
	font-size:15px;
	font-weight:500;
	text-decoration:none;
	vertical-align:middle;
	width:95%;
	transition: all .25s linear;
}
.page-sales-cart table.product-list td.nombre .texto:hover {
	opacity:.5;
}
.page-sales-cart table.product-list td.precio,
.page-sales-cart table.product-list td.subtotal {
	color:#439a63;
	font-size:16px;
}
.page-sales-cart table.product-list td.precio strike{
	color: #000;
	font-size: 13px;
}
.page-sales-cart table.product-list td.cantidad {
	font-size:16px;
}
.page-sales-cart table.product-list td.cantidad .product-item-qty {
	background: url("/assets/img/carrito_cantidad.png") no-repeat center center;
	display:block;
	padding:10px 15px;
}
.page-sales-cart table.product-list td.cantidad a {
	color:#000;
	text-decoration:none;
}
.page-sales-cart table.product-list td.subtotal {
	min-width:140px;
	text-align:right;
}
.page-sales-cart table.product-list td.subtotal .uds-control-eliminar {
	background: url("/assets/img/close_carrito.png") no-repeat;
	display:inline-block;
	height:11px;
	width:12px;
}
.page-sales-cart table.product-list td.subtotal .uds-control-eliminar:hover {
	background-image: url("/assets/img/close_carrito_hover.png");
}
.page-sales-cart table.product-list td.subtotal .uds-control-eliminar span {
	display:none;
}
.page-sales-cart table.product-list tr.total-productos td.nombre{
	height: 80px;
}
.page-sales-cart table.product-list tr.total-productos td.nombre .texto{
	width: 100%;
	text-align: right;
	font-weight: 300;
	font-size: 23px;
}
.page-sales-cart table.product-list tr.descuento td {
	background:#ddfdf7;
	border-left:none;
	padding-bottom:3px;
	padding-top:3px;
}
.page-sales-cart table.product-list tr.descuento td.nombre {
	border-right:none;
	padding-left:0;
	width:auto;
}
.page-sales-cart table.product-list tr.descuento td.nombre .texto {
	text-align:left;
	width:70%;
}
.page-sales-cart table.product-list tr.descuento td.nombre .carrito-imagen {
	max-width:10000px;
}
.page-sales-cart table.product-list .total {
}

.page-sales-cart table.product-list tr.financiacion .dropdown-carrito, .page-sales-cart div.financiacion .dropdown-carrito{
	width: 90%;
	margin-left: 15px;
	height: 30px;
}

.page-sales-cart table.product-list tr.financiacion td.subtotal-financiacion-carrito .financiacion-nota,
.page-sales-cart div.financiacion .subtotal-financiacion-carrito .financiacion-nota{
	color: #72b95d;
	font-size: 10px;
	font-weight: 700;
	letter-spacing: -.00005em;
	padding-right: 15px;
	text-decoration: none;
	transition: all 0.3s ease 0s;
}

.page-sales-cart table.product-list tr.financiacion td.subtotal-financiacion-carrito .financiacion-nota{
	padding: 0;
}

.page-sales-cart table.product-list tr.financiacion td.subtotal-financiacion-carrito .precio-financiacion-carrito{
	display: block;
}

.page-sales-cart .total .precio {
	font-size:28px;
	font-weight:300;
	margin-bottom:15px;
	text-align:center;
}
.page-sales-cart .total .precio span {
	color:#439a63;
	display:block;
	font-weight:500;
}
.page-sales-cart  .eliminar-todos {
	text-align:center;
}
.page-sales-cart .eliminar-todos a {
	background: url("/assets/img/close_carrito.png") no-repeat right	center;
	color:#b40000;
	font-size:10px;
	font-weight:800;
	letter-spacing:-.00005em;
	padding-right:15px;
	text-decoration:none;
	transition: all 0.3s ease 0s;
}
.page-sales-cart .eliminar-todos a:hover {
	background-image: url("/assets/img/close_carrito_hover.png");
	color:#8d0000;
}
.page-sales-cart .formDescuento,
.page-sales-cart table.product-list td.formDescuento {
	border-left:0;
	padding-left:0;
	padding-bottom:15px;
}
.page-sales-cart .formDescuento .titulo, .page-sales-cart div.financiacion .titulo {
	background: url("/assets/img/carrito_descuento_titulo.png") repeat-x center center;
	font-size:14px;
	font-weight:700;
	letter-spacing:-.00005em;
}
.page-sales-cart  .formDescuento .titulo span, .page-sales-cart div.financiacion .titulo span {
	background:#fff;
	display:inline-block;
	padding:0 15px;
}
.page-sales-cart div.financiacion .subtotal-financiacion-carrito .precio-financiacion-carrito{
	display: block;
	margin: 15px 0px;
	font-size: 25px;
	color: #439a63;
}

.page-sales-cart div.financiacion .subtotal-financiacion-carrito .financiacion-nota{
	display: block;
	margin-bottom: 5px;
}

.page-sales-cart .formDescuento .formulario input,
.page-sales-cart .formDescuento .formulario button {
	font-size:14px;
	font-weight:700;
	margin-bottom:5px;
	padding:10px 10px;
	transition: all 0.3s ease 0s;
}
.page-sales-cart .formDescuento .formulario input {
	width:140px;
}
.page-sales-cart .formDescuento .formulario input:hover,
.page-sales-cart .formDescuento .formulario input:active,
.page-sales-cart .formDescuento .formulario input:focus {
	border-color:#999;
	color:#999;
}
.page-sales-cart .formDescuento .formulario button{
	border:0;
	color:#000;
	font-weight: 400;

	letter-spacing:-.00005em;
	background-color:#a2f57c;
}
.page-sales-cart .formDescuento .formulario button:hover{
	background:#333;
	color:#fff;
}


.page-sales-cart .formDescuento .formulario button:active,
.page-sales-cart .formDescuento .formulario button:focus {
	border-color:#d5d5d5;
	color:#666;
}
.page-sales-cart .formDescuento .formulario .input {
	color:#439a63;
	margin: 3px 1px 5px 1px;
	font-size:30px;
	font-weight:500;
	display:inline-block;
	width:125px;

}
.page-sales-cart .formDescuento .formulario .input {
	color:#439a63;
	margin: 3px 1px 5px 1px;
	font-size:30px;
	font-weight:500;
	display:inline-block;
	width:125px;
	vertical-align: middle;
}


.page-sales-cart .formDescuento .saldo .formulario button {
	display:inline-block;
}

.page-sales-cart .formDescuento .ok {
	border:1px solid #dedede;
	display:inline-block;
	color:#439a63;
	font-size:15px;
	padding:10px;
}
.page-sales-cart .formDescuento .ok span {
	background: url("/assets/img/carrito_descuento_ok.png") no-repeat right center;
	display:inline-block;
	padding:8px 40px 0 0;
}
.page-sales-cart .acciones {
}
.page-sales-cart .acciones .texto {
	color:#9a9a9a;
	font-size:11px;
	font-weight:600;
	letter-spacing:-.00005em;
	margin-bottom:25px;
	text-align:left;
}

.page-sales-cart .acciones .texto .destacado-cetelem{
	margin: 2em auto;
	max-width: 300px;
}

.page-sales-cart .acciones .texto .destacado-cetelem .destacado-col{
	padding: 0;
}
.page-sales-cart .acciones .texto .destacado-cetelem .destacado-col img{
	width: 100%;
	max-width: 150px;
}

.page-sales-cart .acciones .texto .destacado-cetelem .destacado-col p{
	letter-spacing: 0;
	font-size: 7px;
	text-align: left;
	padding-left: 5px;
}

.page-sales-cart .acciones .texto .destacado-cetelem a{
	text-decoration: none;
	color: #007fd6;
	display: block;
	text-align: right;
}

.page-sales-cart .acciones .texto p {
	margin:0 0 5px;
}
.page-sales-cart .acciones .texto a {
	color:#666;
	transition: all 0.3s ease 0s;
}
.page-sales-cart .acciones .texto a:hover {
	color:#999;
	text-decoration:none;
}
.page-sales-cart .acciones .botones a {
	color:#000;
	display:block;
	font-size:14px;
	font-weight:600;
	letter-spacing:-.00005em;
	margin-bottom:8px;
	padding:22px 15px;
	transition: all 0.3s ease 0s;
	text-decoration:none;
	width:100%;
}

.page-sales-cart .acciones .botones a.abrir-calculadora,
.page-sales-cart .acciones .botones a.calc-cofidis{
	color: #007fd6;
	padding: 0;
	font-weight: 400;
	display: inline;
}

.page-sales-cart .acciones .botones a.pedido {
	background:#a2f57c;
	border:1px solid #a2f57c;
}
.page-sales-cart .acciones .botones a.pedido:hover,
.page-sales-cart .acciones .botones a.guardar:hover {
	background:#333;
	border:1px solid #333333;
	color:#fff;
}
.page-sales-cart .acciones .botones a.continuar {
	background:#303030;
	border:1px solid #303030;
	color:#fff;
}
.page-sales-cart .acciones .botones a.continuar:hover {
	background:#999;
	border:1px solid #999;
}
.page-sales-cart .acciones .botones a.guardar {
	background:#fff;
	border:1px solid #303030;
}
.page-sales-cart .msg.msg-error{
	display: none;
	color: #c40000;
	text-align: left;
	letter-spacing: normal;
}

/* Carrito de compra version mobile */
.page-sales-cart .cart-content .product-list .descuento .product-container  {
	background:#eefefb;
	padding-right:10px;
}
.page-sales-cart .cart-content .total {
	margin-bottom:30px;
}
/* Wishlist */
.cart-content.wishlist .product-list .product-item .carrito-nombre {
	padding-top:10px;
}
.cart-content.wishlist .product-list .product-item .carrito-nombre .product-item-price {
	float:none;
	margin-bottom:8px;
}
.cart-content.wishlist .product-list .product-item .bloque_compra {
	margin-bottom:7px;
}
.cart-content.wishlist .product-list .product-item .bloque_compra .comprar a {
	transition: all .25s linear;
}
.cart-content.wishlist .product-list .product-item .bloque_compra .comprar a:hover {
	background: #333;
	color: #ffffff;
}
.cart-content.wishlist .todos {
	margin-top:20px;
}
.cart-content.wishlist .todos a {
	color:#000;
	text-decoration:none;
	transition: all .25s linear;
}
.cart-content.wishlist .todos a:hover {
	opacity:.5;
}

.imagen-cetelem-movil{
	margin: 0 auto;
}
.enlace-cupones{
	color: #007fd6;
	display: block;
	text-decoration: none;
}

/* ------------ PACKS PERSONALIZADOS ----------*/
.page-sales-cart .pack-elements{
	display: inline-block;
	width: 80%;
	margin-left: 20%;
	vertical-align: middle;
}
.page-sales-cart .pack-elements .pack-element{
	display: inline-block;
	width: 49%;
	margin-bottom: 20px;
}
.page-sales-cart .pack-elements .pack-element .texto{
	font-size: 14px !important;
	font-weight: 400 !important;
}
.page-sales-cart .pack-elements .pack-element img{
	max-width: 40px;
	vertical-align: middle;
	display: inline-block;
}

/* ------------ BREAKPOINTS ------------ */
@media only screen and ( min-width: 320px ) {
	.cart-content .product-list .product-item .carrito-nombre .product-item-price {
		font-size:19px;
	}
	.cart-content .product-list .product-item .carrito-nombre .product-item-price strike{
		color: #000;
		font-size:16px;
	}
	.cart-content .totals {
		font-size:28px;
	}
	.wishlist-desktop{
		display: none;
	}
}
@media only screen and ( min-width: 568px ) {
	.cart-content .carrito-fin {
		padding-left:20px;
		padding-right:20px;
	}
	.page-sales-cart table.product-list {
		display:block;
	}
	.page-sales-cart .content .pure-u-lg-3-4 .cart-content {
		display:none;
	}
	.cart-content .product-list .product-item .carrito-nombre {
		padding-top:20px;
	}
	.page-sales-cart .acciones .texto {
		float:left;
		width:40%;
	}
	.page-sales-cart .acciones .botones {
		float:right;
		width:50%;
	}
}

@media only screen and ( min-width: 768px ) {
	.page-sales-cart table.product-list td.nombre .nombre {
		text-align:left;
	}
	.page-sales-cart table.product-list td.nombre .texto {
		width:70%;
	}
	.page-sales-cart table.product-list td.nombre .carrito-imagen {
		margin-bottom:0;
	}
	.page-sales-cart table.product-list td.precio,
	.page-sales-cart table.product-list td.subtotal {
		font-size:20px;
	}
	.page-sales-cart table.product-list td.precio {
		min-width:130px;
	}
	.page-sales-cart table.product-list td.precio strike{
		font-size: 16px;
	}
	.page-sales-cart table.product-list td.cantidad {
		font-size:20px;
		min-width:125px;
	}
	.page-sales-cart table.product-list td.subtotal {
		min-width:160px;
	}
	.page-sales-cart table.product-list td.cantidad .product-item-qty {
		display:inline;
	}
	.page-sales-cart table.product-list .total .precio {
		font-size:28px;
		text-align:left;
	}
	.page-sales-cart table.product-list .total .precio span {
		display:inline-block;
		float:right;
		text-align:right;
	}
	.page-sales-cart table.product-list .total .eliminar {
		text-align:right;
	}
	.page-sales-cart table.product-list .formDescuento .codigos {
		float:left;
		width:47%;
	}
	.page-sales-cart table.product-list .formDescuento .saldo {
		float:right;
		width:47%;
	}
	.page-sales-cart table.product-list .formDescuento .ok {
		font-size:20px;
		padding:20px 20px 25px;
	}
	.page-sales-cart .acciones .texto {
		font-size:13px;
		float:left;
		width:60%;
	}
	.page-sales-cart .acciones .texto p {
		margin-bottom:15px;
	}
	.page-sales-cart .acciones .botones {
		float:right;
		width:30%;
	}
	.page-sales-cart .acciones .texto .destacado-cetelem{
		max-width: 100%;
		border-top: 1px solid #dedede;
		padding-top: 2em;
	}

	.page-sales-cart .acciones .texto .destacado-cetelem .destacado-col img{
		max-width: 100%;
	}

	.page-sales-cart .acciones .texto .destacado-cetelem .destacado-col p{
		font-size: 10px;
	}
	.wishlist-desktop{
		display: block;
	}

}

@media only screen and ( min-width: 1280px ) {
	.page-sales-cart table.product-list .formDescuento .formulario input {
		width:170px
	}
	.page-sales-cart table.product-list td.nombre .texto {
		width:80%;
	}
}

@media only screen and ( min-width: 1600px ) {
	.page-sales-cart .acciones .texto .destacado-cetelem .destacado-col p{
		max-width: 80%;
		font-size: 12px;
	}
}

@media only screen and ( max-width: 768px ) {
	.page-sales-cart h1,
	.page-sales-cart .wishlist h2 {
		font-size: 25px;
	}
}


#popup-calculadora header.login-title p.title{
	background: url(/assets/img/calculadora.png) no-repeat left top;
	font-size: 25px;
	padding-left: 50px;
}

#popup-calculadora header.login-title p{
	font-size: 15px;
}

#popup-calculadora h2{
	font-size: 15px;
	font-weight: 700;
}

#popup-calculadora .intro{
	font-size: 15px;
}

#popup-calculadora span.nota-asterisco{
	color: #ff0000;
}

#popup-calculadora .modos-financiacion{
	margin: 1.6em 0; 
}

#popup-calculadora .modos-financiacion .item-financiacion{
	text-align: left;
}

#popup-calculadora .modos-financiacion label{
	margin-top: 10px;
}

#popup-calculadora .modos-financiacion label img{
	max-height: 40px;
	margin-top: -10px;
}

#popup-calculadora form input.calc-entry-data,
#popup-calculadora form select.calc-entry-data{
	color: #000;
	padding: 10px;
	line-height: 1.6em;
	height: 42px;
	width: 90%;
	font-size: 15px;
}

#popup-calculadora .calc-dispatch-holder .btn{
	border: 0;
	width: 90%;
}

#popup-calculadora .calc-result p{
	text-align: left;
	height: 40px;
}

#popup-calculadora .calc-result .result-label{
	font-size: 14px;
	line-height: 40px;
}

#popup-calculadora .calc-result .result-value{
	font-size: 20px;
	color: #439a63;
	border: 1px solid #a9a9a9;
	padding: 10px;
	width: 90%;
}

#popup-calculadora .calc-result-ext .calc-field{
	padding: 0;
	margin-top: 1em;
}

#popup-calculadora .calc-result-ext p.result-label{
	font-size: 10px;
	padding: 0;
    border-bottom: 1px solid #999;
    height: 30px;
}

#popup-calculadora .calc-result-ext p.resul-value{
	font-size: 15px;
	padding-top: 0;
}

#popup-calculadora .nota-cetelem{
	margin: 2em 0;
}

#popup-calculadora .procesar{

	width: 100%;
	text-align: center;
	margin-top: 15px;	
}

#popup-calculadora .procesar .botonProcesar{
    color: #000;
    background-color:#a2f57c;
    font-weight: 400;
    text-decoration: none;
    padding: 15px 25px 15px 25px;
	border:1px solid #a2f57c;
}

#popup-calculadora .procesar .botonProcesar:hover{
	background-color:#000;
	color:#fff;
	border:1px solid #000;
	opacity: 1;
}

@media only screen and ( min-width: 768px ) {
	
	#popup-calculadora header.login-title p.title{
	    padding-top: 20px;
	}
	
	#popup-calculadora .modos-financiacion label img{
	    max-height: 100%;
	    margin-top: -24px;
	}
	
	#popup-calculadora .modos-financiacion label{
	    margin-top: 24px;
	}
	
	#popup-calculadora .calc-dispatch-holder{
	    position: relative;
	}
	
	#popup-calculadora .calc-dispatch-holder .btn{
	    position: absolute;
	    left: 5px;
	    bottom: 5px;
	}
	
	#popup-calculadora .calc-result .result-label{
	    font-size: 17px;
	}
	
	#popup-calculadora .popup-wrapper{
        min-width: 620px;
    }
}
