<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

button, input, optgroup, select, textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0
}

button, input {
	overflow: visible
}

button, select {
	text-transform: none
}

[type=button], [type=reset], [type=submit], button {
	-webkit-appearance: button
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
	border-style: none;
	padding: 0
}

[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
	outline: 1px dotted ButtonText
}

fieldset {
	padding: .35em .75em .625em
}

legend {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal
}

progress {
	vertical-align: baseline
}

textarea {
	overflow: auto
}

[type=checkbox], [type=radio] {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
	height: auto
}

[type=search] {
	-webkit-appearance: textfield;
	outline-offset: -2px
}

[type=search]::-webkit-search-decoration {
	-webkit-appearance: none
}

::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit
}

details {
	display: block
}

summary {
	display: list-item
}

[hidden], template {
	display: none
}

html {
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

*, :after, :before {
	-webkit-box-sizing: inherit;
	box-sizing: inherit
}

a {

	text-decoration: none
}

a:active, a:focus, a:hover {
	color: #222;
	text-decoration: underline
}

.clearfix:after {
	clear: both;
	content: "";
	display: table
}


.hide-text {
	overflow: hidden;
	padding: 0;
	text-indent: 101%;
	white-space: nowrap
}

.visually-hidden {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px
}

.ruta_detail #content {
	padding-top: 0;
	
}

.ruta_detail #header_wrapper {
	z-index: 100000
}

.ruta_detail .sharer li {
	display: inline-block;
	padding: 0 10px
}

.ruta_detail .sharer li a {
	display: block
}

.ruta_detail .sharer li a img {
	-webkit-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease
}

.ruta_detail .sharer li a img:active, .ruta_detail .sharer li a img:focus, .ruta_detail .sharer li a img:hover {
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2)
}

.ruta_detail .sharer .wasap img {
	width: 24px;
	height: 24px
}

.ruta_detail .sharer .email img {
	width: 26px;
	height: 20px
}

.ruta_detail .sharer .twitter img {
	width: 26px;
	height: 21px
}

.ruta_detail .sharer .facebook img {
	width: 11px;
	height: 21px
}

.ruta_detail .map {
	padding: 50px 0 0;
	position: relative;
	z-index: 0;
	overflow: hidden
}

.ruta_detail .map .intro {
	position: relative;
	text-align: left;
	padding-bottom: 30px
}

.ruta_detail .map .intro .intro__img {
	position: absolute;
	width: 200px;
	height: auto;
	top: 0;
	right: 20px
}

.ruta_detail .map .intro .intro__detail {
	display: inline-block;
}


.ruta_detail .map .intro .intro__detail .intro__detail__title {
	font-size: 30px;
	line-height: 40px;
	font-weight: 600;
	display: inline
}

.ruta_detail .map .intro .intro__detail .intro__detail__subtitle {
	font-size: 30px;
	line-height: 40px;
	font-weight: 400;
	display: inline
}

.ruta_detail .map .intro .intro__share {
	
}

.ruta_detail .map .intro .intro__share ul li {
	display: inline-block
}

.ruta_detail .map .intro .intro__share ul li a {
	color: #283e99
}

.ruta_detail section {
	min-height: 0
}

.ruta_detail #footer {
	background-color: #fff
}

.ruta_detail .fox {
	display: none
}

.ruta_detail .fox2 {
	width: 102px;
	position: absolute;
	bottom: -30px;
	right: 20px;
	z-index: 10000
}

.ruta_detail .tip {
	background: url(../files/interface/weikiscout/bg-blue.png) no-repeat top;
	-webkit-background-size: cover;
	background-size: cover;
	padding: 160px 0
}

.ruta_detail .tip .container:before {
	position: absolute;
	top: 15%;
	left: 5%;
	background-image: url(../files/interface/weikiscout/quote.png);
	-webkit-background-size: 52px 48px;
	background-size: 52px 48px;
	background-repeat: no-repeat;
	display: inline-block;
	width: 52px;
	height: 48px;
	content: ""
}

.ruta_detail .tip .tip__quote {
	display: block;
	max-width: 66%;
	color: #fff;
	margin: 0 auto;
	letter-spacing: 0;
	text-align: center;
	font-size: 20px;
	line-height: 26px;
	font-weight: 700
}

.ruta__detail {
	padding: 0 0 20px;
	color: #283e99
}

.ruta__detail__icons ul {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.ruta__detail__icons li {
	position: relative;
	display: block;
	width: 45%;
	height: 50px;
	line-height: 50px;
	color: #283e99;
	margin-top: 20px;
	font-size: 18px
}

.ruta__detail__icons li.distancia {
	padding-left: 40px;
	text-align: left
}

.ruta__detail__icons li.distancia:before {
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 36px;
	height: 36px;
	content: url(../files/interface/weikiscout/recorrido.svg)
}

.ruta__detail__icons li.duracion {
	padding-left: 50px;
	text-align: left
}

.ruta__detail__icons li.duracion:before {
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 46px;
	height: 46px;
	content: url(../files/interface/weikiscout/duracion.svg)
}

.ruta__detail__icons li.dificultad {
	padding-left: 40px;
	text-align: left
}

.ruta__detail__icons li.dificultad:before {
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 36px;
	height: 36px;
	content: url(../files/interface/weikiscout/facil.svg)
}

.ruta__detail__description {
	color: #283e99;
	font-size: 22px;
	line-height: 30px;
	font-weight: 400;
	text-align: justify;
	margin-top: 50px;
	margin-bottom: 30px;
}

.other_routes {
	padding: 50px 0
}

.other_routes .container {
	text-align: center
}

.other_routes .other_routes__title {
	text-align: center;
	font-size: 80px;
	line-height: 80px;
	color:#f5f1e8;
	text-transform: uppercase;
	font-weight: 400
}

.other_routes .other_routes__title span {
	color: #ffc922
}

.other_routes .routes__results__row {
	max-width: 300px;
	margin: 50px auto
}

.other_routes .other_routes__button {
	display: inline-block;
	color: #fff;
	background-color: #283e99
}

.other_routes .other_routes__button:active, .other_routes .other_routes__button:focus, .other_routes .other_routes__button:hover {
	color: #283e99;
	background-color: #ffc922
}

.other_routes .route {
	-webkit-box-shadow: 0 10px 34px 0 rgba(34, 55, 144, .2);
	box-shadow: 0 10px 34px 0 rgba(34, 55, 144, .2)
}

.other_routes .route:first-child, .other_routes .route:nth-child(2) {
	display: none
}

.other_routes .route:nth-child(3) {
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1
}

.other_routes .route__share {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	margin-top: 50px;
	margin-bottom: 50px;
	text-align: left
}

.other_routes .route__share .comparte {
	margin-left: 10px
}


.other_routes .btn{display:inline-block}
.other_routes .btn:hover{text-decoration: none}



.prize {
	background-color: #ffc922;
	background-color: #ffe900;
	padding: 50px 0;
	text-align: center
}

.prize .prize__title {
	color: #283e99;
	font-size: 4vw;
	line-height: 4vw;
	font-weight: 700;
	margin-top: 40px;
	margin-bottom: 30px
}

.prize .prize__text {
	display: block;
	color: #283e99;
	font-size: 18px;
	line-height: 30px;
	font-weight: 400;
	
	margin: 50px auto 30px;
	max-width: 90%
}

.prize .prize__btn {
	display: inline-block;
	color: #fff;
	background-color: #283e99;
	border: 2px solid #283e99;
	margin-top: 30px
}

.prize .prize__btn:active, .prize .prize__btn:focus, .prize .prize__btn:hover {
	color: #283e99;
	background-color: #fff
}

.prize .mochila {
	position: absolute;
	top: -35px;
	left: 5%;
	width: 70px
}

.prize .bollito {
	position: absolute;
	bottom: 135px;
	right: 5%;
	width: 80px;
	margin-top: 50px
}

.hidden {
	display: none
}

@media screen and (min-width:768px) {
	.ruta_detail .map .intro {
		
	}
	.ruta_detail .map .intro .intro__img {
		top: auto;
		bottom: 50px
	}
	.ruta_detail .map .intro .intro__detail .intro__detail__title {
		padding-left: 30px;
		font-size: 40px;
		line-height: 50px;
		font-weight: 600; color:#1e22aa
	}
	.ruta_detail .map .intro .intro__detail .intro__detail__subtitle {
		padding-left: 50px;
		font-size: 40px;
		line-height: 50px;
		font-weight: 400; color:#1e22aa
	}
	.ruta_detail .fox {
		display: block;
		position: absolute;
		top: -290px;
		right: 20px;
		z-index: 1000000;
		-webkit-transition: all .5s;
		-o-transition: all .5s;
		transition: all .5s
	}
	.ruta_detail .fox2 {
		display: none
	}
	.ruta_detail .tip .container:before {
		width: 133px;
		height: 110px;
		top: 20%;
		left: 4%;
		-webkit-background-size: 133px 110px;
		background-size: 133px 110px
	}
	.ruta_detail .tip .container:after {
		content: "";
		position: absolute;
		background-image: url(../files/interface/weikiscout/clock.png);
		background-repeat: no-repeat;
		width: 84px;
		height: 96px;
		top: 40%;
		left: 10%;
		-webkit-background-size: 84px 96px;
		background-size: 84px 96px;
		display: inline-block
	}
	.ruta_detail .tip .tip__quote {
		max-width: 60%;
		letter-spacing: 0;
		font-size: 40px;
		line-height: 58px;
		font-weight: 700
	}
	.other_routes__title {
		font-size: 40px;
		line-height: 50px;
		font-weight: 400
	}
	.other_routes .routes__results__row {
		max-width: none;
		margin: 50px 0
	}
	.other_routes .route:first-child, .other_routes .route:nth-child(2) {
		display: block
	}
	.other_routes .route:nth-child(3) {
		-webkit-box-flex: 0;
		-webkit-flex-grow: 0;
		-ms-flex-positive: 0;
		flex-grow: 0
	}
	.prize .prize__text {
		max-width: 60%
	}
	.prize .mochila {
		width: 136px;
		top: -65px
	}
	.prize .bollito {
		width: 180px;
		right: 5%;
		bottom: 120px
	}
	.ruta__detail__icons li {
		width: 40%
	}
}

@media screen and (min-width:1200px) {
	.ruta_detail .map .intro {
		
	}
	.ruta_detail .map .intro .intro__img {
		top: auto;
		left: 50%;
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		transform: translateX(-50%)
	}
	.ruta_detail .map .intro .intro__share {
		display: inline-block;
		float: right;
		padding-top: 15px;
		margin-bottom: 20px
	}
	.ruta_detail .tip .container:before {
		width: 166px;
		height: 138px;
		top: 8%;
		left: 5%;
		-webkit-background-size: 166px 138px;
		background-size: 166px 138px
	}
	.ruta_detail .tip .container:after {
		width: 105px;
		height: 120px;
		top: 40%;
		left: 9%;
		-webkit-background-size: 105px 120px;
		background-size: 105px 120px
	}
	.ruta__detail__icons li {
		width: 25%;
		font-size: 18px
	}
	.ruta__detail__icons li.distancia {
		padding-left: 56px
	}
	.ruta__detail__icons li.duracion {
		padding-left: 66px
	}
	.ruta__detail__icons li.dificultad {
		padding-left: 56px
	}
	.other_routes .route__share {
		display: none
	}
	.prize .bollito {
		width: 180px;
		right: 10%;
		bottom: 120px
	}
}

.slide {
	background: url(../files/interface/weikiscout/bg-green.png) no-repeat;
	background-position: 50% 50%;
	-webkit-background-size: cover;
	background-size: cover;
	min-height: 100vh;
	padding-top: 90px
}

.slide.active {
	background-position: 50% 100%
}

.slide .slides {
	position: relative;
	min-height: calc(100vh - 420px);
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding-top: 100px
}

.slide .slides .item1, .slide .slides .item2, .slide .slides .item3 {
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-align-content: center;
	-ms-flex-line-pack: center;
	align-content: center;
	min-height: 50vh
}

.slide .slides .item1 {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}

.slide .slides .item1__left {
	-webkit-flex: 0 1 30%;
	-ms-flex: 0 1 30%;
	flex: 0 1 30%;
	z-index: 10
}

.slide .slides .item1__left, .slide .slides .item1__right {
	-webkit-box-flex: 0;
	-webkit-transition: all .7s ease-in-out;
	-o-transition: all .7s ease-in-out;
	transition: all .7s ease-in-out
}

.slide .slides .item1__right {
	-webkit-flex: 0 1 70%;
	-ms-flex: 0 1 70%;
	flex: 0 1 70%;
	position: relative
}

.slide .slides .item1__right .subtitle {
	font-size: 45px;
	line-height: 45px;
	font-weight: 400;
	margin-bottom: 30px
}

.slide .slides .item1__right .title {
	font-size: 57px;
	line-height: 57px;
	font-weight: 400;
	text-transform: uppercase;
	margin-bottom: 30px;
	background: url(../files/interface/weikiscout/title-slide1.png) no-repeat 0;
	-webkit-background-size: cover;
	background-size: cover;
	padding: 40px 20px 23px 55px;
	position: relative;
	left: -50px;
	z-index: -1
}

.slide .slides .item1__right .text {
	font-size: 18px;
	line-height: 22px;
	font-weight: 400;
	max-width: 50%;
	color: #283e99
}

.slide .slides .item1__right .map {
	position: absolute;
	right: 0;
	top: -80px
}

.slide .slides .item2 {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: relative;
	text-align: center
}

.slide .slides .item2 .subtitle {
	font-size: 45px;
	line-height: 45px;
	font-weight: 400;
	margin-bottom: 30px
}

.slide .slides .item2 .title {
	font-size: 57px;
	line-height: 57px;
	font-weight: 400;
	text-transform: uppercase;
	margin-bottom: 30px;
	background: url(../files/interface/weikiscout/title-slide2.png) no-repeat 0;
	-webkit-background-size: contain;
	background-size: contain;
	padding: 40px 40px 23px 55px;
	z-index: -1
}

.slide .slides .item2 .text {
	font-size: 18px;
	line-height: 22px;
	font-weight: 400;
	max-width: 70%;
	margin-bottom: 30px;
	color: #283e99
}

.slide .slides .item2 .biscuit {
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 20
}

.slide .slides .item3 {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: relative;
	text-align: center
}

.slide .slides .item3 .subtitle {
	font-size: 45px;
	line-height: 45px;
	font-weight: 400;
	margin-bottom: 20px
}

.slide .slides .item3 .title {
	font-size: 57px;
	line-height: 57px;
	font-weight: 400;
	text-transform: uppercase;
	margin-bottom: 30px;
	-webkit-background-size: contain;
	background-size: contain;
	z-index: -1
}

.slide .slides .item3 .title .line1 {
	background: url(../files/interface/weikiscout/title-slide3-1.png) no-repeat 50%;
	display: block;
	margin-bottom: 5px;
	padding: 31px 25px 20px;
	-webkit-background-size: contain;
	background-size: contain
}

.slide .slides .item3 .title .line2 {
	background: url(../files/interface/weikiscout/title-slide3-2.png) no-repeat 50%;
	display: block;
	padding: 20px 15px;
	-webkit-background-size: contain;
	background-size: contain
}

.slide .slides .item3 .text {
	font-size: 18px;
	line-height: 22px;
	font-weight: 400;
	max-width: 70%;
	margin-bottom: 20px;
	color: #283e99
}

.slide .slides .item3 .binoculars {
	position: absolute;
	top: 0;
	left: 0
}

.routes {
	background: #fee22f;
	background: -webkit-gradient(linear, left top, left bottom, from(#fee22f), color-stop(20%, #fedf2e), color-stop(40%, #fedb2b), color-stop(60%, #fed728), color-stop(80%, #ffd026), to(#fecb24));
	background: -webkit-linear-gradient(top, #fee22f, #fedf2e 20%, #fedb2b 40%, #fed728 60%, #ffd026 80%, #fecb24);
	background: -o-linear-gradient(top, #fee22f 0, #fedf2e 20%, #fedb2b 40%, #fed728 60%, #ffd026 80%, #fecb24 100%);
	background: linear-gradient(180deg, #fee22f 0, #fedf2e 20%, #fedb2b 40%, #fed728 60%, #ffd026 80%, #fecb24);
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#fee22f", endColorstr="#fecb24", GradientType=1);
	padding-top: 0;
	padding-bottom: 40px
}

.routes .container {
	position: relative;
	padding-top: 160px
}

.routes .container .herb {
	position: absolute
}

.routes .container .herb1 {
	top: -200px;
	left: 15px;
	width: 136px;
	height: auto;
	z-index: 10
}

.routes .container .herb2 {
	top: -130px;
	left: 0;
	width: 80px;
	height: auto;
	z-index: 15
}

.routes .container .herb3 {
	top: -90px;
	left: 20%;
	width: 136px;
	height: auto;
	z-index: 10
}

.routes .container .herb4 {
	top: -200px;
	left: 47%;
	width: 136px;
	height: auto;
	z-index: 10
}

.routes .container .herb5 {
	top: -130px;
	left: 45%;
	width: 80px;
	height: auto;
	z-index: 15
}

.routes .container .herb6 {
	top: -80px;
	right: 28%;
	width: 109px;
	height: auto;
	z-index: 15
}

.routes .container .herb7 {
	top: -80px;
	right: 25%;
	width: 109px;
	height: auto;
	z-index: 10
}

.routes .container .herb8 {
	top: -100px;
	right: 0;
	width: 72px;
	height: auto;
	z-index: 10
}

.routes:before {
	width: 0;
	height: 0;
	border-color: transparent #fecb24;
	border-style: solid;
	border-width: 0 0 180px 100vw;
	bottom: -178px;
	z-index: 10
}

.routes:after, .routes:before {
	content: "";
	position: absolute;
	left: 0
}

.routes:after {
	width: 100vw;
	height: 150px;
	background: url(../files/interface/weikiscout/yellow-cloud.png) repeat-x 0 0;
	top: -150px
}

.routes__search {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 50px;
	position: relative
}

.routes__search__btn, .routes__search__ccaa, .routes__search__provincia {
	-webkit-box-flex: 0;
	-webkit-flex: 0 1 28%;
	-ms-flex: 0 1 28%;
	flex: 0 1 28%;
	position: relative
}

.routes__search__btn{text-align: right}
.routes__search__btn .btn{display: inline-block; text-transform: none}


.routes__order {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 15px 35px;
	margin-bottom: 50px;
	position: relative;
	-webkit-background-size: cover;
	background-size: cover;
	display: none!important
}

.routes__order__text {
	-webkit-box-flex: 0;
	-webkit-flex: 0 1 80%;
	-ms-flex: 0 1 80%;
	flex: 0 1 80%
}

.routes__order__text .title {
	font-size: 42px;
	line-height: 42px;
	font-weight: 700;
	color: #283e99;
	text-transform: uppercase;
	margin-top: 15px
}

.routes__order__select {
	-webkit-box-flex: 0;
	-webkit-flex: 0 1 28%;
	-ms-flex: 0 1 28%;
	flex: 0 1 28%;
	position: relative
}

.routes__order__select .text {
	color: #283e99;
	font-size: 14px;
	margin-bottom: 5px;
	display: block
}

.routes__results__row {
	margin-bottom: 60px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}

.routes__results__row .route {
	-webkit-box-flex: 0;
	-webkit-flex: 0 1 29%;
	-ms-flex: 0 1 29%;
	flex: 0 1 29%;
	background-color: #fff
}

.routes__results__row .route_top {
	position: relative;
	background-color: #1e22aa;
	text-align: left;

}

.routes__results__row .route_top a {
	display: block;
	position: relative
}

.routes__results__row .route_top a:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 10;
	background: #0f285b;
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(15, 40, 91, .7)), color-stop(85%, hsla(0, 0%, 100%, .23)), to(hsla(0, 0%, 100%, 0)));
	background: -webkit-linear-gradient(top, rgba(15, 40, 91, .7), hsla(0, 0%, 100%, .23) 85%, hsla(0, 0%, 100%, 0));
	background: -o-linear-gradient(top, rgba(15, 40, 91, .7) 0, hsla(0, 0%, 100%, .23) 85%, hsla(0, 0%, 100%, 0) 100%);
	background: linear-gradient(180deg, rgba(15, 40, 91, .7) 0, hsla(0, 0%, 100%, .23) 85%, hsla(0, 0%, 100%, 0));
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#0f285b", endColorstr="#ffffff", GradientType=0)
}

.routes__results__row .route_top .localidad, .routes__results__row .route_top .provincia {
	display: inline-block;
	text-align: left;
	color: #fff;
	left: 0px;
	z-index: 10
}

.routes__results__row .route_top .localidad {
	top: 0px;
	font-size: 18px;
	line-height: 24px;
	font-weight: 700;
		padding-bottom: 10px
}

.routes__results__row .route_top .provincia {
	top: 0px;
	font-size: 18px;
	line-height: 24px;
	font-weight: 400;
	padding-left: 10px;
	padding-bottom: 10px
}

.routes__results__row .route_bottom {
	padding: 25px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	color: #283e99;
	font-family: 'riffic', sans-serif;
}

.routes__results__row .route_bottom .distancia, .routes__results__row .route_bottom .tiempo {
	position: relative
}

.routes__results__row .route_bottom .distancia:before, .routes__results__row .route_bottom .tiempo:before {
	content: "";
	position: absolute;
	top: 3px;
	left: 0;
	width: 22px;
	height: 22px
}

.routes__results__row .route_bottom .distancia {
	padding-left: 25px
}

.routes__results__row .route_bottom .distancia:before {
	background: url(../files/interface/weikiscout/icon-map.svg) no-repeat
}

.routes__results__row .route_bottom .tiempo {
	padding-left: 32px
}

.routes__results__row .route_bottom .tiempo:before {
	background: url(../files/interface/weikiscout/icon-time.svg) no-repeat
}

.routes__pagination ul.w-pagination {
	width: 100%;
	text-align: center;
	color: #ffffff;
	padding-bottom: 0
}

.routes__pagination ul.w-pagination li {
	display: inline-block;
	margin-right: 10px
}

.routes__pagination ul.w-pagination li a {
	color: #ffffff
}

.fun {
	background: url(../files/interface/weikiscout/bg-blue.png) no-repeat top;
	-webkit-background-size: cover;
	background-size: cover;
	background-attachment: fixed
}

.fun__download {
	text-align: center;
	padding: 15vh 0 5vh;
	position: relative;
	min-height: calc(100vh - 300px);
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}

.fun__download__title {
	font-size: 4vw;
	line-height: 4vw;
	font-weight: 700;
	color: #fff;
	margin-bottom: 30px
}

.fun__download__text {
	font-size: 18px;
	line-height: 30px;
	font-weight: 400;
	
	margin: 0 auto 30px;
	color: #fff;
	max-width: 54%
}

.fun__download__button.btn {
	display: inline-block;
	padding: 15px 50px
}

.fun__download__button.btn:hover {
	background-color: #fff;
	border: 2px solid #ffc922
}

.fun__download .bag, .fun__download .clock, .fun__download .herb-bottom, .fun__download .herb-top, .fun__download .okfox {
	position: absolute
}

.fun__download .herb-top {
	width: 140px;
	height: auto;
	top: -70px;
	left: 0;
	z-index: 10
}

.fun__download .bag {
	right: -10px;
	top: 0
}

.fun__download .clock {
	left: 20px;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}

.fun__download .herb-bottom {
	width: 140px;
	height: auto;
	bottom: 10vh;
	right: 0
}

.fun__download .okfox {
	left: 50%;
	top: 0;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 10
}

.fun__bottom {
	text-align: center;
	min-height: calc(100vh - 300px);
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	max-width: 65%;
	margin: 0 auto;
	position: relative
}

.fun__bottom:before {
	width: 166px;
	height: 138px;
	background: url(../files/interface/weikiscout/quote.png) no-repeat 50%;
	-webkit-background-size: cover;
	background-size: cover;
	top: 40px
}

.fun__bottom:after, .fun__bottom:before {
	content: "";
	position: absolute;
	left: -150px;
	z-index: 100;
	z-index: 20
}

.fun__bottom:after {
	width: 70px;
	height: 47px;
	background: url(../files/interface/weikiscout/double-herb.png) no-repeat 50%;
	-webkit-background-size: cover;
	background-size: cover;
	bottom: 15vh
}

.fun__bottom .tips {
	position: relative
}

.fun__bottom .tips .owl-stage-outer {
	font-size: 40px;
	line-height: 50px;
	font-weight: 400;
	color: #fff;
	margin-bottom: 10px
}

.fun__bottom .tips .owl-nav {
	color: #fff!important
}

.fun__bottom .biscuit {
	position: absolute;
	right: 0;
	top: 50vh
}

.hvr-grow-shadow {
	display: inline-block;
	vertical-align: middle
}

.hvr-grow-shadow:active, .hvr-grow-shadow:focus, .hvr-grow-shadow:hover {
	-webkit-box-shadow: 0 10px 10px -10px rgba(0, 0, 0, .5);
	box-shadow: 0 10px 10px -10px rgba(0, 0, 0, .5);
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1)
}

.btn {
	padding: 20px 30px;
	font-size: 22px;
	line-height: 26px;
	font-weight: 400;
	text-align: center;
	display: block;
	-webkit-border-radius: 0;
	border-radius: 0;
	border: none;
	text-transform: uppercase;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	-webkit-box-shadow: 0 0 1px transparent;
	box-shadow: 0 0 1px transparent;
	-webkit-transition-duration: .3s;
	-o-transition-duration: .3s;
	transition-duration: .3s;
	-webkit-transition-property: -webkit-box-shadow, -webkit-transform;
	transition-property: -webkit-box-shadow, -webkit-transform;
	-o-transition-property: box-shadow, transform;
	transition-property: box-shadow, transform;
	transition-property: box-shadow, transform, -webkit-box-shadow, -webkit-transform;
	
}

.btn:hover {
	-webkit-box-shadow: 0 10px 10px -10px rgba(0, 0, 0, .5);
	box-shadow: 0 10px 10px -10px rgba(0, 0, 0, .5);
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1)
}

.btn-primary {
	background-color: #1e22aa;
	color: #fff;
	border:2px solid #ffffff;
	border-radius: 30px
}

.btn-primary:disabled {
	background-color: #ddd;
	color: #fff
}

.btn-primary:hover {
	background-color: #f58600;
	color: #283e99
}

.btn-secondary {
	background-color: #ffc922;
	color: #283e99
}

.btn-secondary:hover {
	background-color: #283e99;
	color: #f58600
}

select {
	border: 2px solid #283e99;
	font-size: 18px;
	line-height: 22px;
	font-weight: 700;
	padding: 20px;
	width: 100%;
	color: #283e99;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius:30px
}

select:focus {
	outline: none
}

select::-ms-expand {
	display: none
}

.select_cont:before {
	content: "";
	width: 22px;
	height: 12px;
	background: url(../files/interface/weikiscout/icon-select.png) no-repeat 50%;
	position: absolute;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	top: 50%;
	right: 10px
}

.navbar-light .navbar-toggler-icon {
	color: #283e99!important
}

.navbar-light .navbar-toggler {
	color: rgba(0, 0, 0, .5);
	border-color: rgba(40, 62, 153, .9)!important;
	outline-color: #283e99
}

.routes__search {
	opacity: 1;
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out
}

.animtop_first, .animtop_last {
	opacity: 1;
	-webkit-transition: all .7s ease-in-out;
	-o-transition: all .7s ease-in-out;
	transition: all .7s ease-in-out;
	position: relative;
	top: 80px
}

.animtop_first.active, .animtop_last.active {
	opacity: 1;
	top: 0
}

.okfox {
	-webkit-transition: all .7s ease-in-out;
	-o-transition: all .7s ease-in-out;
	transition: all .7s ease-in-out;
	width: 130px;
	height: 130px
}

.okfox.active {
	top: 100px;
	width: 208px;
	height: 208px
}

.anim_textfun {
	position: relative;
	-webkit-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
	top: 150px;
	opacity: 0
}

.anim_textfun.active {
	top: 0;
	opacity: 1
}

.fun__bottom {
	opacity: 1;
	-webkit-transition: all 1s ease-in-out;
	-o-transition: all 1s ease-in-out;
	transition: all 1s ease-in-out
}

.fun__bottom.active {
	opacity: 1
}

.result {
	opacity: 1;
	-webkit-transition: all .7s ease-in-out;
	-o-transition: all .7s ease-in-out;
	transition: all .7s ease-in-out
}

.result.active {
	opacity: 1
}

.routes__search.visible {
	opacity: 1;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none
}

.owl-item {
	-webkit-transition: all 1s ease-in-out;
	-o-transition: all 1s ease-in-out;
	transition: all 1s ease-in-out;
	opacity: 0
}

.owl-item.active {
	position: relative;
	opacity: 1
}

.sec_2, .sec_3, .sec_4, .sec_5 {
	opacity: 1;
	-webkit-transition: all 1s;
	-o-transition: all 1s;
	transition: all 1s
}

.sec_2.active, .sec_3.active, .sec_4.active, .sec_5.active {
	opacity: 1
}

.slide-right {
	-webkit-animation: slide-right 1.5s cubic-bezier(.25, .46, .45, .94) both;
	animation: slide-right 1.5s cubic-bezier(.25, .46, .45, .94) both
}

@-webkit-keyframes slide-right {
	0% {
		-webkit-transform: translateX(-100px);
		transform: translateX(-100px)
	}
	to {
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}
}

@keyframes slide-right {
	0% {
		-webkit-transform: translateX(-100px);
		transform: translateX(-100px)
	}
	to {
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}
}

.fade-in {
	opacity: 1;
	-webkit-animation-name: fadeInOpacity;
	animation-name: fadeInOpacity;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;
	-webkit-animation-timing-function: ease-in;
	animation-timing-function: ease-in;
	-webkit-animation-duration: 1s;
	animation-duration: 1s
}

@-webkit-keyframes fadeInOpacity {
	0% {
		opacity: 0
	}
	to {
		opacity: 1
	}
}

@keyframes fadeInOpacity {
	0% {
		opacity: 0
	}
	to {
		opacity: 1
	}
}

.slide-bottom {
	-webkit-animation: slide-bottom 1s cubic-bezier(.25, .46, .45, .94) both;
	animation: slide-bottom 1s cubic-bezier(.25, .46, .45, .94) both;
	opacity: 1
}

@-webkit-keyframes slide-bottom {
	0% {
		-webkit-transform: translateY(-100px);
		transform: translateY(-100px)
	}
	to {
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
}

@keyframes slide-bottom {
	0% {
		-webkit-transform: translateY(-100px);
		transform: translateY(-100px)
	}
	to {
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
}

.slide-top {
	-webkit-animation: slide-top .75s cubic-bezier(.25, .46, .45, .94) both;
	animation: slide-top .75s cubic-bezier(.25, .46, .45, .94) both;
	opacity: 1
}

@-webkit-keyframes slide-top {
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
	to {
		-webkit-transform: translateY(-100);
		transform: translateY(-100)
	}
}

@keyframes slide-top {
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
	to {
		-webkit-transform: translateY(-100);
		transform: translateY(-100)
	}
}

@media screen and (min-width:1050px) and (max-width:1680px) {
	.routes .container .herb1, .routes .container .herb4, .routes .container .herb7 {
		top: -120px
	}
	.routes .container .herb3, .routes .container .herb6 {
		top: -140px
	}
	.routes .container .herb5 {
		top: -100px;
		z-index: 5
	}
	.routes:after {
		top: -80px
	}
}




@media only screen and (max-width:1280px) {
	
	.slide .slides .item1__right .title, .slide .slides .item2 .title, .slide .slides .item3 .title {
		font-size: 3.9vw;
		font-size: 3.8vw;
		line-height: 3.8vw;
		font-weight: 400
	}
	.slide .slides .item1__right .subtitle, .slide .slides .item2 .subtitle, .slide .slides .item3 .subtitle {
		font-size: 3.2vw;
		line-height: 3.4vw;
		font-weight: 400
	}
	.owl-theme .owl-nav {
		margin-top: -15px
	}
	.routes .container .herb4 {
		top: -140px
	}
	.okfox.active {
		top: 60px
	}
}


@media only screen and (max-width:1218px) {
	.routes__results__row .route_top .localidad, .routes__results__row .route_top .provincia{font-size: 14px; display: block; padding-left: 0px; padding-bottom: 5px}
	.other_routes .other_routes__title{font-size: 60px}
	.ruta_detail .map .intro .intro__detail .intro__detail__title{padding-left: 0px; font-size:30px; line-height: 40px}
	.ruta_detail .map .intro .intro__detail .intro__detail__subtitle{font-size:30px; line-height: 40px}
	.ruta__detail__description{font-size: 18px; line-height: 22px}
	.ruta__detail__icons li{width: 33%}
	.ruta_detail .map .intro .intro__share{float:right; padding-top: 10px}
}

@media only screen and (max-width:1200px) {
	.ruta__detail__icons li.duracion{padding-left: 60px}
	.ruta__detail__icons li.distancia{padding-left: 50px}
	.ruta__detail__icons li.dificultad{padding-left: 50px}
}

@media only screen and (max-width:1024px) {
	.okfox.active {
		top: 20px
	}
}

@media only screen and (max-width:990px) {
	#content {
		padding-top: 0;
		margin-top: -60px
	}
	#header_wrapper {
		height: 90px!important
	}
	.navbar-light .navbar-toggler-icon:before {
		color: #283e99
	}
	.navbar-nav .nav-link.featured {
		padding: 10px 15px!important
	}
	.navbar-light .navbar-toggler {
		border-color: #ffc922
	}
	.slide .slides .item1__right .title, .slide .slides .item2 .title, .slide .slides .item3 .title {
		font-size: 3.9vw;
		font-size: 3.5vw;
		line-height: 3.8vw;
		font-weight: 400
	}
	.slide .slides .item1__right .subtitle, .slide .slides .item2 .subtitle, .slide .slides .item3 .subtitle {
		font-size: 3.5vw;
		line-height: 3.7vw;
		font-weight: 400
	}
	.routes .container .herb4 {
		top: -140px
	}
	.owl-theme .owl-nav {
		margin-top: 10px
	}
	.routes__order__text .title {
		font-size: 30px;
		line-height: 35px
	}
	.routes__order__text {
		-webkit-box-flex: 0;
		-webkit-flex: 0 1 70%;
		-ms-flex: 0 1 70%;
		flex: 0 1 70%
	}
	.routes__order__select {
		-webkit-box-flex: 0;
		-webkit-flex: 0 1 30%;
		-ms-flex: 0 1 30%;
		flex: 0 1 30%
	}
	.fun__bottom {
		max-width: 80%
	}
	.sec_2, .sec_3, .sec_4, .sec_5 {
		
	}
}

@media only screen and (max-width:900px) {
	.other_routes .other_routes__title{font-size: 40px; line-height: 40px; padding-top: 40px}
	.ruta_detail .map{padding-top: 80px}
	.ruta_detail .map .intro .intro__detail .intro__detail__title{display: block;}
	.ruta_detail .map .intro .intro__detail .intro__detail__subtitle{padding-left: 0px}
	.ruta_detail .map .intro{padding-bottom:10px}
}



@media only screen and (max-width:768px) {
	select {
		padding: 15px;
		font-size: 16px
	}
	.slide .slides .item3 .binoculars {
		top: auto;
		bottom: 0
	}
	.btn {
		
		font-size: 18px
	}
	.fun__download__title {
		font-size: 6vw;
		line-height: 6vw;
		font-weight: 400
	}
	.fun__download__text {
		width: 70%
	}
	.fun__bottom {
		width: 90%
	}
	.fun__bottom .tips .owl-stage-outer {
		font-size: 6vw;
		line-height: 6.5vw;
		font-weight: 400
	}
	.fun:before {
		width: 220px;
		height: 272px
	}
	.routes:before {
		bottom: -179px
	}
	.routes__results__row {
		display: block;
		margin-bottom: 20px
	}
	.okfox.active {
		top: 0!important
	}
	.fun__download .herb-bottom {
		bottom: 0
	}
	.ruta_detail .map .intro .intro__detail .intro__detail__title, .ruta_detail .map .intro .intro__detail .intro__detail__subtitle{color:#1e22aa; font-size: 20px; line-height: 25px}
	.ruta__detail__description{font-size: 16px}
	.routes__results__row .route{margin-bottom: 30px}
	
}

@media only screen and (max-width:600px) {
	.ruta_detail .map .intro .intro__share{float:inherit; padding-top: 10px}
	.ruta__detail__icons li{width: 100%; margin-top: 10px}
	.ruta__detail__description{margin-top: 20px;}
}

@media only screen and (max-width:480px) {
	.container {
		max-width: 100%;
		width: 100%
	}
	.slide {
		padding-top: 80px
	}
	.slide .slides {
		display: block;
		min-height: calc(100vh - 140px)
	}
	.slide .slides:before {
		right: -90px;
		bottom: 0;
		width: 210px;
		height: 260px
	}
	.slide .slides .item1, .slide .slides .item2, .slide .slides .item3 {
		padding-bottom: 70px
	}
	.slide .slides .item1__right .title, .slide .slides .item2 .title, .slide .slides .item3 .title {
		font-size: 6vw;
		line-height: 6vw;
		font-weight: 400;
		margin-bottom: 15px
	}
	.slide .slides .item1__right .subtitle, .slide .slides .item2 .subtitle, .slide .slides .item3 .subtitle {
		font-size: 5.5vw;
		line-height: 5.5vw;
		font-weight: 400;
		margin-bottom: 15px
	}
	.slide .slides .item1 {
		display: block;
		text-align: center
	}
	.slide .slides .item1 .map {
		top: auto;
		bottom: -60px;
		right: auto;
		left: 0
	}
	.slide .slides .item1 .map img {
		max-width: 60%
	}
	.slide .slides .item1__left {
		text-align: center;
		margin-bottom: 15px
	}
	.slide .slides .item1__left img {
		max-height: 20vh;
		display: inline-block;
		width: auto
	}
	.slide .slides .item1__right {
		text-align: center
	}
	.slide .slides .item1__right .title {
		position: static;
		padding: 23px 15px 15px 20px
	}
	.slide .slides .item1__right .title br {
		display: none
	}
	.slide .slides .item1__right .text {
		max-width: 70%;
		margin: 0 auto
	}
	.slide .slides .item2 .title {
		padding: 30px 20px 20px
	}
	.slide .slides .item2 .biscuit {
		bottom: 0
	}
	.slide .slides .item2 .biscuit img {
		max-width: 60%;
		height: auto
	}
	.slide .slides .item3 .title .line1 {
		margin-bottom: 0;
		padding: 21px 15px 15px
	}
	.slide .slides .item3 .title .line2 {
		padding: 10px 15px
	}
	.slide .slides .item3 .binoculars {
		bottom: 0;
		top: auto
	}
	.slide .slides .item3 .binoculars img {
		max-width: 60%;
		height: auto
	}
	.routes .container {
		padding-top: 0
	}
	.routes .container .herb.herb3, .routes .container .herb.herb4, .routes .container .herb.herb5, .routes .container .herb.herb6, .routes .container .herb.herb7, .routes .container .herb.herb8 {
		display: none
	}
	.routes .container .herb.herb1 {
		top: -180px;
		left: 45px
	}
	.routes .container .herb.herb2 {
		top: -110px;
		left: 110px
	}
	.routes__search {
		margin-bottom: 35px;
		display: block
	}
	.routes__search__btn, .routes__search__ccaa, .routes__search__provincia {
		margin-bottom: 15px
	}
	.routes__order {
		display: block;
		background: none;
		padding: 0;
		margin-bottom: 35px
	}
	.routes__order__select {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center
	}
	.routes__order__select .text {
		-webkit-box-flex: 0;
		-webkit-flex: 0 1 40%;
		-ms-flex: 0 1 40%;
		flex: 0 1 40%
	}
	.routes__order__select .select_cont {
		-webkit-box-flex: 0;
		-webkit-flex: 0 1 60%;
		-ms-flex: 0 1 60%;
		flex: 0 1 60%
	}
	.routes__results__row {
		display: block;
		margin-bottom: 0
	}
	.routes__results__row .route {
		margin-bottom: 30px
	}
}

@media only screen and (max-width:375px) {
	.slide .slides:before {
		width: 162px;
		height: 200px;
		right: -75px
	}
	.slide .slides:before .routes .container .herb.herb1 {
		top: -140px;
		left: 45px;
		width: 110px
	}
}</pre></body></html>