
/* ==========================================================================
   Author's custom styles
   ========================================================================== */
body {
    background: url(../imagenes/fondos/bg_foto.jpg) no-repeat center top fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	color: #212121;
	font-family: "Open Sans", sans-serif;
	font-size: 16px;
	font-style: normal;
	background-color: #ECECEC;
	line-height:1.5em;
}
.container {
	max-width: 1080px;
}
.wrapper {
	background-color: #FFF;
	box-shadow: 0 0 22px rgba(0,0,0,.8);
    -webkit-box-shadow: 0 0 23px rgba(0,0,0,.8);
    -moz-box-shadow: 0 0 23px rgba(0,0,0,.8);
    -ms-box-shadow: 0 0 23px rgba(0,0,0,.8);
    -o-box-shadow: 0 0 23px rgba(0,0,0,.8);
    padding-top:20px;
}
header {
	background-color:#fff;
}
header .container.logo-header {
	background-image: url(../imagenes/fondos/bg_header.jpg);
    background-repeat: no-repeat;
    background-position: right 0px;
}
strong {
	font-weight:600;
}

/* FUENTES
================================================== */
h1, h2, h3, h4, h5 {
	font-family: 'Montserrat', sans-serif;
	color: #222;
}
h1 {
	font-size:31px;
	color:#222;
	letter-spacing:-1px;
}
h2 {
	font-size:24px;	
}
h3 {
	font-size:21px;
}
h4 {
	font-size:18px;
}

/* PARRAFOS, LISTAS, BLOCKQUOTE, ETC
================================================== */
p {
    margin: 0 0 15px;
}

.content ul {
	list-style: none;
	padding: 0;
}
.content ul > li {
	padding: 5px 0px 5px 0px;
    display: table;
}
.content ul > li::before {
	font-family:"fontAwesome";
	content: "\f105";
	color: #249ec5;
	display: table-cell;
	font-size: 1.2em;
	width: 24px;
	text-align:center;
}

.direccion, .horario, .precio {
	display:table;	
	padding: 3px 0px 3px 0px;	
}
.destacado {
	display:table;
}	
.direccion:before, .horario:before, .precio:before {
	font-family:"fontAwesome";	
	margin-right: 2px;
	color:#df0387;
	width: 24px;
	display: table-cell;
	text-align:center;
	font-size: 16px;
	font-style:normal;
}
.direccion:before {
	content: '\f3c5';
}
.horario:before {
	content: '\f017';
}
.precio:before {
	content: '\f153';
}
.destacado:before {	
	font-family:"fontAwesome";
	content: "\f105";
	color:#df0387;
	display: table-cell;
	font-size: 16px;
	width: 24px;
	text-align:center;
}
.direccion {
	font-style:italic;
	font-size:15px;
}
.direccion a.link-map:after {
	font-family:"fontAwesome";	
	content: '\f35d';
	color:#b4b4b4;
	margin-left:.5em;
	font-size:.8em;
	text-decoration:none;
	font-style:normal;
}
.direccion a:hover.link-map:after, .direccion a:hover.link-map {
	text-decoration:none;
}

/* LLAMADAS DE ATENCION
================================================== */
.blockquote-warning:before, .blockquote-info:before {
	font-family:"fontAwesome";
	font-size:16px;
	display: table-cell;
	width: 24px;
	text-align:center;
	padding-right:10px;
	padding-left:0px;
} 
.blockquote-warning:before {
	content: '\f06a';
	color: #AD111D;
}
.blockquote-info:before {
	content: '\f05a';
	color: #7EC440;
}
.blockquote-warning, .blockquote-info {		
	color:#777;
	background-color:#F9F9F9;
	padding:20px 20px 20px 10px;
	margin:18px 0;
	display:table;
	font-size:14px;	
}
.blockquote-warning h2, .blockquote-warning h3, .blockquote-info h2, .blockquote-info h3 {		
	margin:0 0 10px 0;	
	font-size:18px;
	color:#249ec5;
}
.blockquote-warning {
	border-left: 5px solid #AD111D;
}
.blockquote-info {
	border-left: 5px solid #7EC440;
}
.blockquote-warning a, .blockquote-info a {
	font-weight: 700;
	text-decoration: underline;
}


/* LINKS
================================================== */
a {
	color:#249ec5;
}
a:hover {
	color:#1C7BA5;
}
a.active {
	color:#1C7BA5;
}
a:active, a:active * { 
	outline: none !important; 
	-webkit-outline-style: none !important;
	   -moz-outline-style: none !important; 	
	    -ms-outline-style: none !important;
	    outline:0px !important;
}
a:focus, a:focus * { 
	outline: none !important; 
	-webkit-outline-style: none !important; 
	   -moz-outline-style: none !important;	
	    -ms-outline-style: none !important;  
	    outline:0px !important;
}
:active, :active * { 
	outline: none !important; 
	-webkit-outline-style: none !important;
	   -moz-outline-style: none !important; 	
	    -ms-outline-style: none !important;
	    outline:0px !important;
}
:focus, :focus * { 
	outline: none !important; 
	-webkit-outline-style: none !important; 
	   -moz-outline-style: none !important;	
	    -ms-outline-style: none !important; 
	    outline:0px !important; 
}


/* TOOLTIP
================================================== */
.tooltip-inner {
  background-color: #df0387 !important;
  /*!important is not necessary if you place custom.css at the end of your css calls. For the purpose of this demo, it seems to be required in SO snippet*/
  color: #fff;
}
.tooltip.top .tooltip-arrow {
  border-top-color: #df0387;
}
.tooltip.right .tooltip-arrow {
  border-right-color: #df0387;
}
.tooltip.bottom .tooltip-arrow {
  border-bottom-color: #df0387;
}
.tooltip.left .tooltip-arrow {
  border-left-color: #df0387;
}

/* LIST DESCRIPTION
================================================== */
dl {
	display: inline-block;
	width: 100%;
}
dt {
	width: 25%; 
	float: left;
}
dd {
	width:25%;
	float: left;
	width: 25%;
}
dt:nth-child(4n+1) {
    clear: left;
}

/* MENU SUPERIOR NAVEGACION
================================================== */
.navbar {
	margin-bottom:0;
}
.navbar.menu-superior {
	background-color: #1B1B1B;
	border-radius:0;
	border:none;
}
.navbar.menu-superior li a {
	color: #fff;
	font-size: 16px;
	text-transform:uppercase;
	font-family: 'Montserrat', sans-serif;
	letter-spacing: -0.2px;
}
.navbar.menu-superior li a.active {
	background-color: #FFF;
	color: #262626;
}
.navbar.menu-superior li a:hover {
	color: #FFF;
	background-color:#303030;
}
.navbar.menu-superior li a:focus {
	color: #262626;
}


/* BOTONES
================================================== */
.btn {
	border-radius:100px;	
	font-family: 'Montserrat', sans-serif;
	text-transform:uppercase;
	font-weight:400;
}

.btn-primary {
	background-color:#008CC1;
	border-color:#008CC1;
}
.btn-primary:hover {
	background-color:#33a3cd;
	border-color:#33a3cd;
}

.btn-success {
	background-color: #17AC39;
	border-color:#17AC39;
}


.btn-info.btn-outline {
	border: 2px solid #df0387;
	color:#df0387;
	background-color:#FFF;
}
.btn-info.btn-outline:hover {
	border: 2px solid #df0387;
	background-color:#df0387;
	color:#fff;
}
.btn-info.btn-outline:active {
	background-color:#df0387;
	color:#fff;
}
.btn-info.btn-outline:focus {
	background-color:#df0387;
	color:#fff;
	border: 2px solid #df0387;
}


/* Ripple effect */
.ripple {
	position:relative;
	overflow:hidden;
	transform:translate3d(0,0,0)}
.ripple:after {
	content:"";
	display:block;
	position:absolute;width:100%;height:100%;top:0;left:0;
	pointer-events:none;
	background-image:radial-gradient(circle,#000 10%,transparent 10.01%);
	background-repeat:no-repeat;
	background-position:50%;
	transform:scale(10,10);
	opacity:0;transition:transform .5s,opacity 1s}
.ripple:active:after {
	transform:scale(0,0);
	opacity:.2;transition:0s
}

/* ADS
================================================== */
.ad-adaptable-top, .ad-adaptable-right, .ad-end-content, .ad-adaptable-left, .ad-adaptable-bajotitulo, .ad-mapa-localizacion, .ad-alojamientos-zona, .ad-mapa-ciudad {
	clear:both;
	width:100%;
}
.ad-adaptable-top {
	height:100%;
	display:block;
}
.ad-adaptable-right {
	height:100%;
	display:block;
	margin-top:4.6em;
}
.ad-alojamientos-zona {
	border-top:1px solid #ddd;
	border-bottom:1px solid #ddd;
	margin:20px 0;
	padding:20px 0;
}
.ad-end-content {
	height:100%;
	display:block;
	margin-top:2em;
	margin-bottom:2em;
	padding-bottom:1em;
}
.ad-adaptable-left {
	height:auto;
	margin-top:10px;
	margin-bottom:20px;
}
.ad-adaptable-bajotitulo {
	max-height: 30px;
	margin-bottom:1em;
}
.ad-mapa-localizacion {
	height:100%;
	margin-bottom:4em;
}

.labelmap {
	box-sizing:border-box;
  background: #05F24C;
  box-shadow: 2px 2px 4px #333;
  border:5px solid #346FF7;
  height: 20px;
  width: 20px;
  border-radius: 10px;
  border:2px solid #000;
}

/* ELEMENTOS
================================================== */
.thumbnail {
	border-radius:0;
	padding:0;
	box-sizing: border-box;
}
.thumbnail p {
	margin: 0;
}
.card {
    position: relative;
    display: block;
    margin-bottom: 1.5em;
    background-color: #FFF;  
 	overflow: hidden;
 	-webkit-box-shadow: 0 0 1px rgba(0,0,0,0.11),0 1px 2px rgba(0,0,0,0.22);
  	   -moz-box-shadow: 0 0 1px rgba(0,0,0,0.11),0 1px 2px rgba(0,0,0,0.22);
        -ms-box-shadow: 0 0 1px rgba(0,0,0,0.11),0 1px 2px rgba(0,0,0,0.22);
 			box-shadow: 0 0 1px rgba(0,0,0,0.11),0 1px 2px rgba(0,0,0,0.22);
}
.card img {
	max-width: 100%; 
    -webkit-transition: all 0.3s;
  	   -moz-transition: all 0.3s;
        -ms-transition:	all 0.3s;
            transition: all 0.3s;
}
.card:hover {
	   -webkit-box-shadow: 0 0 3px rgba(0,0,0,0.13),0 3px 6px rgba(0,0,0,0.26);
  	      -moz-box-shadow: 0 0 3px rgba(0,0,0,0.13),0 3px 6px rgba(0,0,0,0.26);
           -ms-box-shadow: 0 0 3px rgba(0,0,0,0.13),0 3px 6px rgba(0,0,0,0.26);
 			   box-shadow: 0 0 3px rgba(0,0,0,0.13),0 3px 6px rgba(0,0,0,0.26);
}
.card:hover img {
-webkit-transform: scale(1.1);
   -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
  		transform: scale(1.1);
  	-webkit-filter: brightness(50%);
	   -moz-filter: brightness(50%);
    	 -o-filter: brightness(50%);
    	-ms-filter: brightness(50%);
			filter: brightness(50%);
	-webkit-transition: all .6s ease-out;
       -moz-transition: all .6s ease-out;
        -ms-transition: all .6s ease-out;
         -o-transition: all .6s ease-out;
        	transition: all .6s ease-out;
}
.card-block {
	padding: 1.25rem;
}
.card-title {
    margin-bottom: .75rem;
}
.card span {
	display:none;
	width:100%;
}
.card:hover span {
	display:block;
	text-align:center;
	position:absolute;
	top: 30%;
	margin: 0 auto;
}
.card:hover span a {
	color:#fff;
	width:auto;
	display:block;
}
.card:hover span a .fa {
	font-size:42px;
}
.card p {
	margin: 0;
	font-size: 15px;
	font-weight:bold;
	z-index:999;
	background-color: #fff;
	position:relative;
}
.card p a {
	display: block;
	padding: 16px 13px;
	color:#333;
}
.card p a:hover {
	color:#499EC5;
}


/* ASIDE
================================================== */
aside {
	width: 30%;
	display:block;
	float:right;
	margin-left:10px;
}

/* IMAGENES
================================================== */
.thumbnail.foto {
	background-color: #F2F2F2;
	font-size: 13px;
	position: relative;
	max-width:250px;	
	border:none;
}
.thumbnail.foto:after {
	font-family: 'FontAwesome';
	content: '\f065';
	color: rgba(255,255,255,.8);
	position:absolute;
	top: 0px;
	right: 0px;
	font-size: 12px;
	z-index:999;
	padding:1px 3px;	
	line-height:1.2em;
	background-color:rgba(0,0,0,.5);
}
.thumbnail.foto:hover {
	box-shadow: 0 20px 40px -15px rgba(0, 0, 0, 0.35);
	-webkit-transition: all .05s ease-out;
       -moz-transition: all .05s ease-out;
        -ms-transition: all .05s ease-out;
         -o-transition: all .05s ease-out;
        	transition: all .05s ease-out;
}
.thumbnail.foto:hover:after {
	content: '\f065';
	font-size: 16px;
	top: 0px;
	right: 0px;
	color: rgba(255,255,255,1);
	-webkit-transition: all .05s ease-out;
       -moz-transition: all .05s ease-out;
        -ms-transition: all .05s ease-out;
         -o-transition: all .05s ease-out;
        	transition: all .05s ease-out;
	border-color:rgba(255,255,255,1);
	background-color:rgba(0,0,0,.3);
}
.thumbnail.foto a img {
	width:100%;
}
.thumbnail.foto a img:hover{
  	-webkit-filter: brightness(88%);
	   -moz-filter: brightness(88%);
    	 -o-filter: brightness(88%);
    	-ms-filter: brightness(88%);
			filter: brightness(88%);
	-webkit-transition: all 0.4s ease-out;
       -moz-transition: all 0.4s ease-out;
        -ms-transition: all 0.4s ease-out;
         -o-transition: all 0.4s ease-out;
        	transition: all 0.4s ease-out;         		
}
.thumbnail.foto .caption {
	padding: 10px;
	color: #333;
	font-family: 'Montserrat', sans-serif;
}
.thumbnail.foto:hover .caption {
	color: #1C7BA5;
}
.thumbnail.foto .caption .credito-foto {
	font-size:12px;
}
.thumbnail.foto .caption .credito-foto a {
	color: #949aa3;
}
.thumbnail.foto .caption .credito-foto:before {
	font-family: 'fontAwesome';
	content:'\f030';
	color: #949aa3;
	margin-right: 6px;
	font-size: 12px;
}

/* PERSIANAS IMG
================================================== */
.index-persiana {
	display:flex;
	flex-wrap:wrap;
	align-items:stretch;
	width: 100%;
	flex: 0 0 25%;
}
.index-persiana a {
	display:block;
	text-decoration:none;
	flex-grow:1;
	transition:opacity 0.5s,box-shadow 0.5s;
	box-shadow:0 0 1px rgba(0,0,0,0.11),0 1px 2px rgba(0,0,0,0.22);
	-webkit-transition:box-shadow 0.2s cubic-bezier(0.4, 0, 0.2, 1);
	transition:box-shadow 0.2s cubic-bezier(0.4, 0, 0.2, 1);
	margin-bottom:20px;
}
.index-persiana a:hover{
	box-shadow:0 0 3px rgba(0,0,0,0.13),0 3px 6px rgba(0,0,0,0.26);
}
.index-persiana a .content h3{
	margin:0px;
	padding:0;
	color:#333;
}
.index-persiana a:hover .content h3{
	color:#249ec5;
}
.persiana-full a .item{
	overflow:hidden;
	height:200px;
	background-color:#fff;
}
.persiana-full a .item .pic{
	overflow:hidden;
	transition:height 0.5s;
	height:150px;
}
.persiana-full a .item .pic img{
	transform:scale(1);
	margin:0 auto;
	width:auto;
}
.persiana-full a .item .content{
	padding:15px;
	transition:height 0.5s;
}
.persiana-full a .item .content h3{
	padding:0 0 10px 0;
	font-size:16px;
	line-height:1.2em;
	text-decoration:none;
}
.persiana-full a .item .content .descr{
	margin:10px 0px 0px 0px;
	padding:0;
	color:#888;
	line-height:1.3em;
	font-weight:400;
	opacity:0;
	transform:translateY(65px);
	transition:opacity 0.3s,transform 0.3s;
	transition-delay:0s;
}
.persiana-full a .item .content .text-fade:after{
	content:'';
	background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(255,255,255,1) 90%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0)), color-stop(95%,rgba(255,255,255,1)));
	background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 90%);
	background: -o-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 90%);
	background: -ms-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 90%);
	background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 90%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
	display:block;
	width:100%;
	height:20%;
	position: absolute;
	bottom: 0;
}
.persiana-full a .item .content .descr .action {
	text-align:center;
	border:2px solid #D93984;
	border-radius:100px;
	padding:6px 0;
	margin-left:auto;
	margin-right:auto;
	color:#D93984;
	text-transform: uppercase;
	font-weight: 600;
}
.persiana-full a .item .content .descr .action:hover {
	color:#FFF;
	background-color:#D93984;
}
.persiana-full a .item.hotel .content .descr span:after, .persiana-full a .item.albergue .content .descr span:after, .persiana-full a .item.apartamento .content .descr span:after{
	font-family:"fontAwesome";
	color:#FFF;		
	font-size: 26px;
	padding:15px;
	position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    border-radius:2px;
}
.persiana-full a .item.hotel .content .descr span:after {
	content: "\f0fd";
	background-color: #D13926;	
}
.persiana-full a .item.albergue .content .descr span:after {
	content: "\f236";
	background-color: #7EC440;	
}
.persiana-full a .item.apartamento .content .descr span:after {
	content: "\f084";
	background-color: #219BC6;	
}
.persiana-full a:hover .pic{
	height:0px;
}
.persiana-full a:hover .content .descr{
	opacity:1;
	transform:translateY(0);
	transition-delay:0.2s;
}

/* GALERIA IMÁGENES
================================================== */
.galeria {
    column-count: 3;
    column-gap: 1em;
}
.grid {    
    display: inline-block; 
    max-width: 100%;
}

/* CARRUSEL HOME
================================================== */
#carrusel-bienvenida {
	position: relative;
	width: 100%;
}
#carrusel-home img{
    display: block;
    width: 100%;
    height: auto;
	border-radius: 4px;
}
#carrusel-bienvenida .btn.prev, #carrusel-bienvenida .btn.next {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 10%;
	font-size: 34px;
	color: rgba(255,255,255,.4);
	text-align: center;
	text-shadow: 0 1px 2px rgba(0,0,0,.6);
	border:0px;
	padding:0;
	display: flex;
	align-items: center;
  	justify-content: center;
}
#carrusel-bienvenida .btn.prev {
	left: 0;
	right: auto;
	border-radius: 4px 0 0 4px;
	background-image: -webkit-linear-gradient(left,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);
	background-image: -o-linear-gradient(left,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);
	background-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,.0001)));
	background-image: linear-gradient(to right,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
	background-repeat: repeat-x;
}
#carrusel-bienvenida .btn.next {
	right: 0;
	left: auto;
	border-radius: 0 4px 4px 0;
	background-image: -webkit-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);
	background-image: -o-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);
	background-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.0001)),to(rgba(0,0,0,.5)));
	background-image: linear-gradient(to right,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
	background-repeat: repeat-x;
}
#carrusel-bienvenida .btn.prev:hover, #carrusel-bienvenida .btn.next:hover {
	box-shadow: none;
	opacity: .8;
}
#carrusel-bienvenida .btn.prev:hover .fa, #carrusel-bienvenida .btn.next:hover .fa {
	color: rgba(255,255,255,.8);
}
#carrusel-bienvenida .btn.prev:active, #carrusel-bienvenida .btn.next:active {
	box-shadow: none;
	opacity: .9;
}
#carrusel-home .caption {
	color: #fff;
	position: absolute;
	right: 10%;
	left: 10%;
	top:25%;
	text-align: center;
	max-width: 80%;
	height:auto;
}
#carrusel-home .caption h2 {
	color: #fff;
	font-size:40px;
	margin-top:5px;
	text-shadow: 0px 0px 9px rgba(25,41,40,.6);
}
#carrusel-home .caption p.carrusel-home-button a {
	background-color:#D93984;
	border-color:#D93984;
}
#carrusel-home .caption p.carrusel-home-button a:hover {
	background-color:#D22879;
	border-color:#D22879;
}
#carrusel-home .owl-controls.clickable {
    position: absolute;
    bottom: 10px;
    left: 50%;
    z-index: 15;
    width: 60%;
    padding-left: 0;
    margin-left: -30%;
    text-align: center;
    list-style: none;
}
#carrusel-home .owl-controls .owl-page span{
	background-color: rgba(0,0,0,.5);
	border: 1px solid #fff;
}
#carrusel-home .owl-controls .owl-page.active span{
	background-color: #fff;
}

/* SIDEBAR MENU
================================================== */
.list-group.side-menu {
}
.list-group.side-menu .list-group-item:first-child {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}
.list-group.side-menu .list-group-item:last-child {
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}
.side-menu .list-group-item {
	padding: 0;
}
.side-menu .list-group-item a {
	color:#111;
}
.side-menu .list-group-item a .fa {
	color: #55595C;
	margin-right: 7px;
	min-width:18px;
}
.side-menu .list-group-item > a {
	padding: 10px 13px;
	display: block;
}
.side-menu .list-group-item > a:hover  {
	background-color:#F2F2F2;
	text-decoration:none;
	font-weight:bold;
}
.side-menu .list-group-item > a:hover .fa {
	color:#111;
}
.side-menu .list-group-item > a.active .fa {
	color: #249ec5;
}
.side-menu .list-group-item a.active  {
	background-color:#F2F2F2;
	font-weight:bold;
	color: #249ec5;
}
.side-menu .list-group-item > a.active:hover  {
	background-color: #ECECEC;
	color:#1C7BA5;
}
.side-menu .list-group-item > a.active:hover .fa  {
	color:#1C7BA5;
}
.side-menu .list-group-item .side-menu-child {
	padding-bottom: 18px;
	padding-top: 6px;
	background-color:#F2F2F2;
	padding-left: 36px;
	display: none;
}
.side-menu .list-group-item a.active + .side-menu-child {
	display: block;
}
.side-menu .list-group-item .side-menu-child li {
	list-style-type: none;
	display:table;
	width:100%;
}
.side-menu .list-group-item .side-menu-child li:before {
	font-family: "fontAwesome";
	content: '\f105';
	margin-left: -10px;
	color:#B6B6B6;
	margin-right: 5px;
}
.side-menu .list-group-item a + .side-menu-child li a {
	color:#444;
	text-decoration:none;
	line-height:1.7em;
	width:100%;
	display: table-cell;
}
.side-menu .list-group-item a + .side-menu-child li a:hover {
	color:#1C7BA5;
}
.side-menu .list-group-item a + .side-menu-child li a.active {
	color:#249ec5;
}
.side-menu .list-group-item a + .side-menu-child li a.active:hover {
	color:#1C7BA5;
}
.side-menu .list-group-item .side-menu-child li a {
	margin-left: 5px;
}

/* REASONS WHY
================================================== */
.reasons-why {
    display: flex;
    flex-wrap: wrap;
    margin-bottom:20px;
}
.reasons-why > [class*='col-'] {
    display: flex;
    flex: 1 0 auto;
    flex-direction: column;
}
.reasons-why > [class*='col-'] > .flex-text {
    flex-grow: 1;
}
.reasons-why h3 {
	margin-top:0;
	text-align:center;
}
.reasons-why p .fas{
	color:#BEBEBE;
	font-size:30px;
	margin-top:15px;
}

/* LISTAR ARTICULOS
================================================== */
.listar-articulos {
	padding: 0;
}
.listar-articulos a .item {
	border-bottom: 1px solid #DDD;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	position: relative;
	padding: .9em 0;
}
.listar-articulos a:last-child .item {
	border-bottom: none;
}	
.listar-articulos a .item .pic img {
	width: 170px;
	height: 96px;
	object-fit: cover;
	object-position: center center;
}
.listar-articulos a .item .content {
	padding-left: .9em;
}
.listar-articulos .item .content .title h2 {
	margin-top: 0px;
	margin-bottom: 5px;
	font-size: 18px;
	line-height: 1.1em;
	color:#249ec5;
}
.listar-articulos a .item .content .descr {
	color:#212121;
}
.listar-articulos a:hover {
	text-decoration:none;
}
.listar-articulos a:hover .item .pic img {
 	filter: opacity(90%); 	
}
.listar-articulos a:hover .title h2 {
	color:#1C7BA5 !important;
	text-decoration:underline;
}
.listar-articulos a:hover .content .descr {
	color:#666;
}

/* ALOJAMIENTOS ZONA
================================================== */
.alojamientos-zona h2 {
	margin-bottom:15px;
}


/* BUSCAR ALOJAMIENTO
================================================== */
.buscar-alojamiento h2 {
	margin-bottom:20px;
}

/* ALOJAMIENTO BUSCADOR
================================================== */
#searchboxInc {
	background-color: #F1F1F1;
	border-radius: 3px;
	padding: 18px 10px;
	margin-bottom:15px;
	border:1px solid #E4E4E4;
}
#searchboxInc p {
	margin-bottom: 0px;
	margin-top: 10px;
	font-weight: bold;
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	color:#2e2e2e;
}
#searchboxInc .form-control {
	border-color: #999;
	height:42px;
	border-radius:2px;
	width:100%;
	font-size:16px;
	color:#999;
}
#searchboxInc .form-control:focus {
	border-color: #0896FF;
}
#searchboxInc .alojamiento-destino #destinationSearch {
	position:relative;
}
#searchboxInc .alojamiento-destino #destinationSearch .form-control {
	padding-left:25px;
	padding-right:15px;
}
#searchboxInc .alojamiento-destino #destinationSearch .fas {
    position: absolute;
    top: 37px;
    left: 5px; 
    color:#777;
    font-size:16px;
    width:16px;
    height:16px;
    text-align:center;
}
#searchboxInc .avail {
	position:relative;
}
#searchboxInc .avail input[type="checkbox"] {
	opacity: 0;
}
#searchboxInc .avail label::before {
	display: inline-block;
	position: absolute;
    content: "";
    width: 16px;
    height: 16px;
    left: 2px;
   	top:5px;
    border-radius: 2px;
    border: 1px solid #999;
    background-color: #fff;
    cursor: pointer;
    box-sizing: border-box;
}
#searchboxInc .avail label {
	font-weight: 500;
	font-size: 11px;
	display: inline;
	padding-left:7px;
	cursor: pointer;
	color:#555;
}
#searchboxInc .avail label::after {
    display: inline-block;
    position: absolute;
    left: 2px;
    top:2px;
    width: 16px;
    height: 16px;
    text-align: center;
    font-size: 13px;
    color: #555;
}
#searchboxInc .avail input[type="checkbox"]:checked + label::after {
	content:'\f00C';
	font-family:"fontAwesome";
	color:#555;
}
#searchboxInc .but p {
	color: transparent;
}
#searchboxInc button.btn {
	font-weight: 500;
	height:42px;
	background-color:#D93984;
	border-color:#D93984;
	font-size:16px;
}
#searchboxInc button.btn:hover {
	background-color:#D22879;
	border-color:#D22879;
}

/* RESERVAS DE ALOJAMIENTOS: HOTELES, APARTAMENTOS, ALBERGUES;
================================================== */
.pagina-alojamientos {
	margin-top:-20px;
	color:#fff;
	padding-bottom: 10rem;
} 
.pagina-alojamientos.hoteles {
	background: url(../imagenes/fondos/mask-2.png), url(../imagenes/fondos/hotel.jpg);
}
.pagina-alojamientos.apartamentos {
	background: url(../imagenes/fondos/mask-2.png), url(../imagenes/fondos/apartamento.jpg);
}
.pagina-alojamientos.albergues {
	background: url(../imagenes/fondos/mask-2.png), url(../imagenes/fondos/hostel.jpg);
}
.pagina-alojamientos.hoteles, .pagina-alojamientos.apartamentos, .pagina-alojamientos.albergues {
	background-repeat: no-repeat;
	background-position: top left, top right;
	background-size: cover;
}
.pagina-alojamientos h1 {
	text-shadow: 2px 2px 9px rgba(25,41,40,.9);
	font-size: 60px;
	margin-bottom:4rem;
	color:#fff;
}
.pagina-alojamientos h2 {
	display:none;
}
.pagina-alojamientos .reservar {
	margin-bottom:50px;
	margin-top:30px;
}
.pagina-alojamientos .reservar .book-advantages {
	font-family: 'Montserrat', sans-serif;
	padding:20px 0 0 0;
}
.pagina-alojamientos .reservar .book-advantages p {
	padding-left:5px;
	font-size:26px;
	text-shadow: 1px 1px 1px rgba(25,41,40,.8);
	list-style:none;
	font-weight:400;
	margin-bottom: .6em;
  	display: table;
}
.pagina-alojamientos .reservar .book-advantages p .fa {
  	display: table-cell;
  	width: 1.5em;
  	font-size:22px;
}
.pagina-alojamientos .reservar p span, .pagina-alojamientos .reservar span {
	font-weight:normal;	
	font-size:10px;
	color:rgba(255,255,255,.7);
}
.pagina-alojamientos .reservar p span {
	text-shadow:none;
	margin-left:0;
	display:inline;
}	
.pagina-alojamientos .reservar span {
	display:block;
	text-align:right;
}
.pagina-alojamientos #searchboxInc .alojamiento-but-search .but {
	margin-top:10px;
}
.pagina-alojamientos #searchboxInc .alojamiento-but-search .but p {
	display:none;
}
.pagina-alojamientos .ad-adaptable-bajotitulo {
	display:none;
}
.pagina-alojamientos .ad-adaptable-bottom {
	margin-top:60px;
}

/* MAPAS
================================================== */
.gm-style-iw {
	width: 260px !important;
	margin-left:0px;
	margin-top:0px;
	margin-bottom:0;
}
.gm-style-iw div {
}
.gm-style div div div div{
}
.infowindowMapa {
	font-family: "Open Sans", sans-serif;
	font-size:15px;
	padding:0px;
}
.infowindowMapa a .media-left img {
	display: block;
	overflow: hidden;
}
.infowindowMapa a:hover .media-left img {
	display: block;
	overflow: hidden;
	width:120px;
}
.infowindowMapa img {
	display: block;
	margin-right: 0;
	width: 120px;
	height: auto;
	overflow: hidden;
	margin-bottom:0px;
	-webkit-transition: transform .2s ease-in-out,opacity 1s ease-in-out;
-ms-transition: transform .2s ease-in-out,opacity 1s ease-in-out;
-moz-transition: transform .2s ease-in-out,opacity 1s ease-in-out;
-o-transition: transform .2s ease-in-out,opacity 1s ease-in-out;
transition: transform .2s ease-in-out,opacity 1s ease-in-out;
-webkit-transform-origin: center;
-ms-transform-origin: center bottom;
-moz-transform-origin: center bottom;
-o-transform-origin: center bottom;
transform-origin: center bottom;
}
.infowindowMapa a:hover img {
-webkit-transform: scale(1.1);
   -moz-transform: scale(1.1);
    -ms-transform:scale(1.1);
  		transform: scale(1.1);
	-webkit-transition: all .6s ease-out;
       -moz-transition: all .6s ease-out;
        -ms-transition: all .6s ease-out;
         -o-transition: all .6s ease-out;
        	transition: all .6s ease-out;
        	overflow:hidden;
        	width:120px;
        	display:block;
}
.infowindowMapa .media-body {
	font-style:normal;
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	font-size:16px;
	color:#111;
}
.infowindowMapa a:hover .media-body {
	color:#1C7BA5;
}
.infowindowMapa .alojamientos-in-map {
	display:block;
	margin-top:10px;
}
.infowindowMapa .alojamientos-in-map a {
	color:#D93984;
	padding: 2px 10px;
	line-height: 1.4em;
	border:1px solid #D93984;
	border-radius:100px;
	display:block;
	text-align:center;
	font-weight:600;
}	
.infowindowMapa .alojamientos-in-map a:hover {
	color:#fff;
	background-color:#D93984;
	text-decoration:none;
}	
#mapaCiudad {
	width: 100%;
	min-height: 500px;
	margin-bottom:10px;
}

/* MAPA LEYENDA
================================================== */
.mapa-leyenda{
	margin-bottom:0px;
	border-bottom: 1px solid #EEE;
	padding-bottom:15px;
}   
.mapa-leyenda-spot{
	border-top: 1px solid #EEE;
	margin-top: 15px;
	padding-top: 15px;
	display:flex;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
}  
.mapa-leyenda-spot-title{
	min-width: 260px;
	color: #333;
	float: left;
	font-size: 1.2em;
	font-weight: 600;
}
.mapa-leyenda-spot-title img{
	max-height:46px;
}
.mapa-leyenda-spot-content{
	color:#444;
	font-size: 14px;
	font-weight: 600;
}
.mapa-leyenda-spot-content a{
	width: auto;
	margin: 3px 7px 7px 0px;
	padding: 8px 12px;
	background-color: #EEE;
	display:inline-block;
	border-radius:1px;
	font-weight:600;
	font-size: 16px;
}
.mapa-leyenda-spot-content a:hover{
	text-decoration:none;
	color:#fff;
	background-color:#DF0387;
}

/* INFO LOCALIZACION --> PANEL MAPA + INFORMACION LOCALIZACION
================================================== */
#mapaUbicacion {
	width: 100%;
	height: 250px;
}
.info-localizacion {
	padding-bottom: 24px;
	margin-top:35px;
}
.info-localizacion .panel-group {
	margin-bottom: 0;
}
.info-localizacion .panel {
	box-shadow: none;
	border-radius: 0;
	border: none;
}
.info-localizacion .panel-heading {
	border-radius: 0;
	background-color: transparent;
	padding-bottom:0;
	border-bottom:2px solid #1B1B1B;
}
.info-localizacion .panel-heading .panel-title {
	padding: 10px 0 10px 0;
}
.info-localizacion .panel-heading h2.panel-title a {
	background-color:#1B1B1B;
	padding:10px;
	border-radius:3px 3px 0 0;
	text-decoration:none;
	color:#fff;
}
.info-localizacion .panel-heading h2.panel-title a:hover {
	text-shadow: 0 0 6px rgba(0,0,0,.1);
	box-shadow: inset 0 2px 12px rgba(0,0,0,.1);
}
.info-localizacion .panel-heading h2.panel-title a .fa {
	color:#fff;
	margin-right:5px;
}
.info-localizacion .panel-heading h2.panel-title a:after {
	content:'\f0d7';
	font-family:"fontAwesome";
	min-width:11px;
	display: inline-block;
	margin-left:5px;
}
.info-localizacion .panel-heading h2.panel-title a.collapsed:after {
	content:'\f0da';
	font-family:"fontAwesome";
}
.info-localizacion .panel-default > .panel-heading + .panel-collapse > .panel-body {
	border-top:none;
}
.info-localizacion .panel-body {
	padding: 0;
}
.info-localizacion h3 {
	font-size: 20px;
}
.info-localizacion h3 {
	margin-bottom: 8px;
}
.info-localizacion .fa {
}
.info-localizacion p {
	margin-bottom: 10px;
}

/* VISITAS CERCANAS  --> CAROUSEL
================================================== */
.visitas-cercanas {
	background-color: #F3F3F3;
	border-top: 1px solid #E9E9E9;
	padding-bottom: 50px;
	padding-top: 10px;
	margin-top: 40px;
}
.visitas-cercanas .customNavigation {
	 position:relative;
	 height:0px;
}
.visitas-cercanas .customNavigation .play, .visitas-cercanas .customNavigation .stop {
	display:none;
}
.visitas-cercanas .customNavigation .prev, .visitas-cercanas .customNavigation .next {
	display:block;
	width: 54px;
	height: 86px;
	display: flex;
	align-items: center;
	justify-content: center;
	position:absolute;
	top:-190px;
	color: rgba(255,255,255,.6);
	background-color:rgba(0,0,0,.5);
	font-size:34px;
}
.visitas-cercanas .customNavigation .prev{
	left:0px;
}
.visitas-cercanas .customNavigation .next{
	right:0px;
}
.visitas-cercanas .customNavigation .prev:hover, .visitas-cercanas .customNavigation .next:hover {
	color: rgba(255,255,255,.9);
	background-color:rgba(0,0,0,.7);
	cursor: pointer;
}
.visitas-cercanas .customNavigation .prev:active {	
	-webkit-box-shadow: inset -3px 0px 5px rgba(0,0,0,.4), 6px 1px 8px 0 rgba(0,0,0,.5);
       -moz-box-shadow: inset -3px 0px 5px rgba(0,0,0,.4), 6px 1px 8px 0 rgba(0,0,0,.5);
        -ms-box-shadow: inset -3px 0px 5px rgba(0,0,0,.4), 6px 1px 8px 0 rgba(0,0,0,.5);
         -o-box-shadow: inset -3px 0px 5px rgba(0,0,0,.4), 6px 1px 8px 0 rgba(0,0,0,.5);
			box-shadow: inset -3px 0px 5px rgba(0,0,0,.4), 6px 1px 8px 0 rgba(0,0,0,.5);
}
.visitas-cercanas .customNavigation .next:active {
	-webkit-box-shadow: inset 3px 0px 5px rgba(0,0,0,.4), -6px 1px 8px 0 rgba(0,0,0,.5);
       -moz-box-shadow: inset 3px 0px 5px rgba(0,0,0,.4), -6px 1px 8px 0 rgba(0,0,0,.5);
        -ms-box-shadow: inset 3px 0px 5px rgba(0,0,0,.4), -6px 1px 8px 0 rgba(0,0,0,.5);
         -o-box-shadow: inset 3px 0px 5px rgba(0,0,0,.4), -6px 1px 8px 0 rgba(0,0,0,.5);
			box-shadow: inset 3px 0px 5px rgba(0,0,0,.4), -6px 1px 8px 0 rgba(0,0,0,.5);
}
#carrusel-visitas-cercanas a {
  	margin: 15px;
}
#carrusel-visitas-cercanas .owl-controls{
	bottom:-30px !important;
}

/* WEBCAMS 
================================================== */
.webcam-broadcast {
	display:block; 
	position:relative;
}
.pulse {
	display: block;
	position: absolute;
	top: 10px;
	right: 10px;
	width: 6px;
	height: 6px;
	border-radius: 50%;
    background: #FF0000;
	cursor: pointer;
	box-shadow: 0 0 0 rgba(255,0,0, 0.9);
	animation: pulse 2s infinite;
}
.galeria .pulse {
	left: 10px;	
}

@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255,0,0, 0.4);
  }
  70% {
      -webkit-box-shadow: 0 0 0 10px rgba(255,0,0, 0);
  }
  100% {
      -webkit-box-shadow: 0 0 0 0 rgba(255,0,0, 0);
  }
}
@keyframes pulse {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(255,0,0, 0.4);
    box-shadow: 0 0 0 0 rgba(255,0,0, 0.4);
  }
  70% {
      -moz-box-shadow: 0 0 0 10px rgba(255,0,0, 0);
      box-shadow: 0 0 0 10px rgba(255,0,0, 0);
  }
  100% {
      -moz-box-shadow: 0 0 0 0 rgba(255,0,0, 0);
      box-shadow: 0 0 0 0 rgba(255,0,0, 0);
  }
}

/* CONVERSOR
================================================== */
.conversor a {
	pointer-events: none;
	color:#333;
}
.conversor input[type="text"] {
	width:30% !important;
}
.conversor select {
	width:45% !important;
	margin-right:5% !important;
	margin-top: 1.2em !important;
}
.conversor div:nth-of-type(2) {
	display:none !important;
}

/* EL TIEMPO
================================================== */
.tiempo {
	margin-bottom:15px;
}
.tiempo a {
		pointer-events: none !important;
}
.tiempo iframe {
	max-height:350px;
}

/* TIENDA
================================================== */
.tienda {
    display: flex;
    flex-wrap: wrap;
}
.tienda > [class*='col-'] {
    display: flex;
    flex-direction: column;
}
.tienda > [class*='col-'] > .item, .tienda > [class*='col-'] > .item > .content {
    display: flex;
    flex: 1 0 auto;
    flex-direction: column;
}
.tienda > [class*='col-'] > .item a {
    flex-grow: 1;
    overflow: hidden;
	transition: opacity 0.5s,box-shadow 0.5s;
	box-shadow: 0 0 1px rgba(0,0,0,0.11),0 1px 2px rgba(0,0,0,0.22);	
	background-color: #FFFFFF;	
	margin-bottom: 20px;
	display:block;
}
.tienda .item a .pic {
	overflow: hidden;
	transition: height 0.5s;
}
.tienda .item a .pic img {
	display: block;
	opacity: 1;
}
.tienda .item a .content {
	padding: 15px 20px 20px 20px;
}
.tienda .item a .content .descr {
	margin: 5px 0px 0px 0px;
	color: #212121;
}
.tienda .item a .action {	
	margin-top: 10px;
	font-size: 1em;
	color: #D93984;
	border: 1px solid #D93984;
	display: inline-block;
	padding: 0px 14px;
	line-height: 24px;
}
.tienda > [class*='col-'] > .item a:hover {
	text-decoration:none;
	box-shadow:0 0 3px rgba(0,0,0,0.13),0 3px 6px rgba(0,0,0,0.26);
}
.tienda .item a:hover .descr {
	color:#499EC5;
}
.tienda .item a:hover .action {
	color:#fff;
	background-color: #D93984;
}
.tienda .item a:hover img {
	transform: scale(1.3);
	margin: 0 auto;
	transition: opacity 0.5s,transform 0.5s;
}

/* ACTIVIDADES
================================================== */
.listar-actividades {
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	padding: 15px 15px 0 0;
	border-bottom: 1px solid #DDD;
}
.listar-actividades a .item {
	border-top: 1px solid #DDD;
}
.listar-actividades .item {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	background-color: #FFF;
	position: relative;
	padding: 20px 0;
}
.listar-actividades .item .pic {
	min-width: 195px;
	height: 130px;
	position: relative;
	background-size: cover;
	background-position: center;
}
.listar-actividades .item .content {
	padding-left: 20px;
}
.listar-actividades .item .content .title h2 {
	margin-top: 0px;
	margin-bottom: 5px;
	font-size: 18px;
	line-height: 1.1em;
	color: #000;
}
.listar-actividades .item .content .descr {
	color:#555;
}
.listar-actividades .item .content .action {
	margin-top: 8px;
	font-size: 1em;
	color: #D93984;
	border: 1px solid #D93984;
	display: inline-block;
	padding: 0px 24px;
	line-height: 24px;
}
.listar-actividades .item .content .price {
	margin-top: 8px;
	font-size: 24px;	
	float: right;
	line-height: 24px;
	text-align: right;
	color: #D93984;
	font-weight:bold;
}
.listar-actividades .item .content .price small {
	font-size: 14px;	
	color: #666;
	font-weight:normal;
}
.listar-actividades a:hover {
	text-decoration:none;
}
.listar-actividades a:hover .title h2 {
	color:#499EC5 !important;
}
.listar-actividades a:hover .content .descr {
	color:#888;
}
.listar-actividades a:hover .content .action {
	background-color:#D93984;
	color:#fff;
}


/* BOTONES RRSS
================================================== */
.social-container {
	position:relative;
}
.social {
	display:block;
	position:absolute;
	bottom:7px;
	right:0;
}

/* COOKIES
================================================== */
.cc-window.cc-floating {
    padding:.9em !important;
}
.cc-window.cc-banner {
	padding: 0.4em 1.2em !important;
}
.cc-revoke, .cc-window {
	font-size:14px !important;
    line-height: 1.1em;
}
.cc-banner .cc-btn:last-child {
    border-radius: 4px;
}

/* FOOTER BOOKING
================================================== */
.footer-booking {
	background-color:#E8E8E8;
	padding: 30px 0 40px 0;
}
.footer-booking .title {
	font-size: 1.4em;
	font-weight: 700;
	margin-bottom: 15px;
	letter-spacing: -1px;
}
.footer-booking .tipo {
	font-size: 1.1em;
	line-height: 1.2em;
	color: #1c7b9a;
	margin-top: 10px;
	margin-bottom:5px;
}
.footer-booking ul {
	list-style:none;
	padding-left:0;
}
.footer-booking li {
	margin-right: 6px;
	margin-top: 7px;
	display: inline-block;
}
.footer-booking li a {
	color: #666;
	text-decoration: none;
	padding: 5px 10px 5px 6px;
	background-color: #FFF;
	font-size: 14px;
	display: table;
	border-radius:1px;
	font-weight:600;
}
.footer-booking li a:hover {
	background-color: #DF0387;
	color:#fff;
	transition: all 0.3s ease-in-out 0s;
}
.footer-booking li a:hover:before {
	color:#fff;
	transition: all 0.3s ease-in-out 0s;
}
.footer-booking li a:before {
	font-family: "FontAwesome";
	content: "\f105";
	color: #249ec5;
	font-size: 1.4em;
	vertical-align: middle;
	font-weight: 400;
	display:table-cell;
	width:16px;
	text-align:center;
}

/* FOOTER
================================================== */
footer {
	background-color: #373737;
	background-image: url(../imagenes/fondos/europe.png);
	background-repeat: no-repeat;
	background-position: right center;
	color: #fff;
	padding:20px 0 0 0;
	font-size:14px;
}
footer .title {
	color: #fff;
	margin: 20px 0 20px 0;
	font-size: 22px;
	font-family: 'Montserrat', sans-serif;
}
footer a {
	color:#acacac;
}
footer a:hover {
	color:#fff;
	text-decoration:none;
}
#otrasGuias .list-inline>li {
    padding-right: 6px;
    padding-left: 6px;
}
#otrasGuias li a {
	width: 60px;
	height: 60px;
	display: block;
	border: 1px solid #bbb;
	margin-bottom: 34px;
	border-radius: 2px;
	color: #fff;
}
#otrasGuias li span {
	display: block;
	margin-top: 60px;
	margin-bottom: 16px;
	text-align: center;
}
#otrasGuias .guiaBratislava, #otrasGuias .guiaBudapest, #otrasGuias .guiaSofia, #otrasGuias .guiaPolonia, #otrasGuias .guiaCracovia,  #otrasGuias .guiaPraga, #otrasGuias .guiaVarsovia, #otrasGuias .guiaTallin, #otrasGuias .guiaRiga, #otrasGuias .guiaVilna {
	background-image: url(../imagenes/otras-guias/otras_guias.jpg);
	background-repeat: no-repeat;
	background-position: 0px;
}
#otrasGuias .guiaBratislava {
	background-position: 0px;
}
#otrasGuias .guiaBudapest {
	background-position: -70px;
}
#otrasGuias .guiaSofia {
	background-position: -140px;
}
#otrasGuias .guiaPolonia {
	background-position: -210px;
}
#otrasGuias .guiaCracovia {
	background-position: -280px;
}
#otrasGuias .guiaPraga {
	background-position: -350px;
}
#otrasGuias .guiaVarsovia {
	background-position: -420px;
}
#otrasGuias .guiaTallin {
	background-position: -490px;
}
#otrasGuias .guiaRiga {
	background-position: -560px;
}
#otrasGuias .guiaVilna {
	background-position: -630px;
}

.footer-links {
	border-top:1px solid rgba(255,255,255,.06);
	padding:5px 0;
}
.footer-links ul {
	margin-bottom:0;
}


@media (max-width:991px){
	#carrusel-secciones .customNavigation {
		display:none;
	}
	.side-menu .list-group-item a .fa {
	    display:none;
	}
}
@media (min-width:768px){
	.navbar.menu-superior .dropdown-menu li a {
		color: #262626;
	}
	/* ALOJAMIENTOS ZONA --> BUSCADOR ALOJAMIENTOS
	================================================== */
	#searchboxInc select#b_checkin_day, #searchboxInc select#b_checkout_day {
	max-width: 31%;
	}
	#searchboxInc select#b_checkin_month, #searchboxInc select#b_checkout_month {
	max-width: 66%;
	}
}
@media (max-width:767px){
	body {
    	background: none;
	}
	header .container.logo-header {
		background-image: none;
	}
	header a img {
		text-align:center;
		display:block;
		margin-left:auto;
		margin-right:auto;
	}
	/* ADS
	================================================== */
	.ad-adaptable-bajotitulo {
		width:100%;
		max-height: 90px;
		display:block;
	}

	/* JS
	================================================== */
	.tooltip {
		visibility: hidden;
	}

	/* MENU SUPERIOR NAVEGACION
	================================================== */		
	.navbar.menu-superior li a:hover {
		background-color: rgba(0,0,0,.2);
		color:#fff;
	}
	.navbar.menu-superior .nav .open > a, .navbar.menu-superior .nav .open > a:hover, .navbar.menu-superior .nav .open > a:focus {
		background-color: rgba(0,0,0,.2);
		color:#f3f3f3;
	}
	.navbar.menu-superior .dropdown-toggle:after {
		content:'\f0da';
		font-family:"fontAwesome";
		margin-left:5px;
		color:#F3F3F3;
	}
	.navbar.menu-superior .dropdown-toggle:focus:after, .navbar.menu-superior .dropdown-toggle:active:after {
		content:'\f0d7';
		font-family:"fontAwesome";
		color:#F3F3F3;
	}
	.navbar.menu-superior li a .fa {
		color:#F3F3F3;
		margin-right: 6px;
		min-width: 18px;
	}
	.navbar.menu-superior li a.active {
		background-color:#E1E1E1;
	}
	.navbar.menu-superior li a.active .fa {
		color:#262626;
	}
	.navbar.menu-superior li a.active:hover {
		background-color:#D1D1D1;
		color:#262626;
	}
	.navbar.menu-superior li a.active:hover .fa {
		color:#262626;
	}
	.navbar.menu-superior ul.dropdown-menu {
		background-color: #3E3E3E;
		border-radius:0;
		box-shadow:inset 0 2px 5px rgba(0,0,0,.2), inset 0 -2px 5px rgba(0,0,0,.2);
	}
	.navbar.menu-superior .dropdown-menu li a {
		line-height: 1.6em;
		font-weight: normal;
	}		
	.navbar.menu-superior button.navbar-toggle {
		padding: 5px 10px;
		line-height:10px;
		color:#FFF;
		margin-top: 7px;
	    margin-right: 14px;
	    margin-bottom: 7px;
	    border-radius:3px;
	    background-color:#BD246C;
	}
	.navbar.menu-superior button.navbar-toggle.collapsed {
		background-color:#D93984;
	}
	.navbar.menu-superior button.navbar-toggle .fa {
		font-size: 20px;
		display:block;
	}
	.navbar.menu-superior button.navbar-toggle span {
		font-size: 9px;
	}
	.navbar.menu-superior button.navbar-toggle:active  {
		background-color: #B02266;
	}

	/* CARRUSEL HOME
	================================================== */
	#carrusel-home .caption {
		top:0%;
		height:100%;
	}
	#carrusel-home .caption h2.carrusel-home-title {
		font-size:2em;
		margin-top:.7em;
		margin-bottom:.4em;
		line-height:.95em;
	}
	#carrusel-home .caption p.carrusel-home-text {
		display:none;
	}
	#carrusel-home .caption p.carrusel-home-button a .fa {
		display:none;
	}
	#carrusel-home .owl-controls.clickable {
		bottom:0;
	}
	#carrusel-home .owl-controls .owl-pagination {
		line-height:1rem;
	}
	
	/* ASIDE
	================================================== */
	.content {
		display: flex;
		flex: 1 100%;
		flex-flow: column wrap;
	}
	
	aside {
		width: 100%;
		display:block;
		margin-left:0;
		order: 2;
	}
	aside .related-photos {
	    display: flex;
	    flex-wrap: wrap;
	    margin-bottom: 3em;
	}
	aside .related-photos .thumbnail.foto {
	    display: flex;
	    flex-direction: column;
	    max-width:49%;
		float:left;
		margin-right:1%;
	}
	aside .related-photos .thumbnail.foto .caption .credito-foto {
		display:none;
	}
	
	/* PERSIANAS IMG
	================================================== */
	.persiana-full a .item {
		height:100%;
	}
	.persiana-full a .item .pic{
		height:auto;
	}
	.persiana-full a .item .pic img{
		width:100%;
	}
	.persiana-full a .item .content{
		padding:10px;
	}
	.persiana-full a .item .content h3{
		color:#249ec5;
		font-size:14px;
		line-height:1.2em;
		padding:0;
		text-decoration:none;
	}
	.persiana-full a .item .content .descr{
		display:none;
	}

	/* LIST ACTIVIDADES
	================================================== */
	.listar-actividades {
		display: flex;
		flex-wrap: wrap;
		align-items: stretch;
		padding: 15px 0 0 0;
		border-bottom: 1px solid #DDD;
	}
	.listar-actividades .item {
		display: block;
	}
	.listar-actividades .item .content {
		padding-left:0;
		margin-top:12px;
	}
	.listar-actividades .item .content .price small {
		font-size:.6em;
	}

	/* LIST ACTIVIDADES
	================================================== */
	.listar-articulos a .item {
		display: block;
	}
	.listar-articulos a .item .pic img {
		width:100%;
		height:140px;
	}
	.listar-articulos a .item .content {
		padding-left:0;
		margin-top:12px;
	}
	
	/* GRID GALERIA
	================================================== */
	.galeria { /* Masonry container */
	    column-count: 2;
	    column-gap: 1em;
	}
	.grid { /* Masonry bricks or child elements */
	    display: inline-block;  
	    max-width:100%;
	}	
		
	/* ALOJAMIENTOS ZONA --> BUSCADOR ALOJAMIENTOS
	================================================== */
	#searchboxInc input#destination {
		margin-bottom: 10px;
	}
	#searchboxInc select#b_checkin_day, #searchboxInc select#b_checkout_day {
		margin-bottom: 8px;
	}
	/* ALOJAMIENTOS ZONA --> BUSCADOR ALOJAMIENTOS
	================================================== */
	.visitas-cercanas .customNavigation .prev, .visitas-cercanas .customNavigation .next{
	   display: none;	
	}	
	/* ALOJAMIENTO BUSCADOR
	================================================== */
	#searchboxInc p {
		margin-bottom: 4px;
		margin-top: 6px;
	}
	#searchboxInc .avail {
		display:table;
	}
	#searchboxInc .avail input {
		display: table-cell;
		margin-right:3px;
	}
	#searchboxInc .avail label {
		font-weight: 600;
		font-size: 11px;
		display: table-cell;
		line-height:1.3em;
	}
	#searchboxInc .but {
		margin-top:1em;
	}
	#searchboxInc .but p {
		color: transparent;
		margin:0;
		height:0;
	}
	/* INFO LOCALIZACION --> PANEL MAPA + INFORMACION LOCALIZACION
	================================================== */
	.info-localizacion .panel-heading .panel-title {
		text-align:center;
	}
	
	/* RESERVAS DE ALOJAMIENTOS: HOTELES, APARTAMENTOS, ALBERGUES;
	================================================== */
	.pagina-alojamientos h1 {
		font-size: 40px;
		font-weight:600;
		margin-bottom:.1rem;
	}
	.pagina-alojamientos .reservar .book-advantages {
		font-family: 'Montserrat', sans-serif;
		padding:20px 0 0 0;
	}
	.pagina-alojamientos .reservar {
		margin-bottom: 30px;
	}
	.pagina-alojamientos .ad-adaptable-bottom {
		margin-top:24px;
	}
	/* MAPA LEYENDA
	================================================== */ 
	.mapa-leyenda-spot{
		display:block;
	}  
	.mapa-leyenda-spot-title{
		display:block;
		width:100%;
		margin-bottom:5px;
	}
	.mapa-leyenda-spot-content{
		display:inline-block;
	}
	/* FOOTER
	================================================== */
	.footer-booking .title {
		text-align:center;
	}
	#otrasGuias {
	 	text-align:center;
	}
	footer .title {
		text-align:center;
	}
	/* COOKIES
	================================================== */
	.cc-window.cc-floating {
	    padding:.9em !important;
	}
	.cc-window.cc-banner {
		padding: 0.4em 1em !important;
	}
	.cc-revoke, .cc-window {
		font-size:1em !important;
	    line-height: .5em;
	}
	.cc-window .cc-message {
    	margin-bottom: .5em !important;
	}
	.cc-banner .cc-btn:last-child {
	    border-radius: 4px;
	}
}

@media (max-width:479px){
	#searchboxInc {
		padding: 18px 0px 22px 0;
	}
}

/* COLORBOX
	================================================== */
/*
    Colorbox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden; -webkit-transform: translate3d(0,0,0);}
#cboxWrapper {max-width:none;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:auto; -webkit-overflow-scrolling: touch;}
#cboxTitle{margin:0; font-size:14px;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%; height:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
.cboxPhoto{float:left; margin:auto; border:0; display:block; max-width:none; -ms-interpolation-mode:bicubic;}
.cboxIframe{width:100%; height:100%; display:block; border:0; padding:0; margin:0;}
#colorbox, #cboxContent, #cboxLoadedContent{box-sizing:content-box; -moz-box-sizing:content-box; -webkit-box-sizing:content-box;}

/* 
    User Style:
    Change the following styles to modify the appearance of Colorbox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay{background:rgba(0,0,0,.85);}
#colorbox{outline:0;}
    #cboxContent{margin-top:20px;background:#000;}
        .cboxIframe{background:#fff;}
        #cboxError{padding:50px; border:1px solid #ccc;}
        #cboxLoadedContent{background:#fff;}
        #cboxTitle{position:absolute; top:-22px; left:0; color:#fff;font-family: 'Montserrat', sans-serif;}
        #cboxCurrent{position:absolute; top:-20px; right:0px; color:#fff; font-size:12px;}
        #cboxLoadingGraphic{background:url(images/loading.gif) no-repeat center center;}

        /* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
        #cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {border:0; padding:0; margin:0; overflow:visible; width:auto; background:none; }
        
        /* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
        #cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {outline:0 !important;}
        
        #cboxSlideshow{position:absolute; top:-20px; right:90px; color:#fff;}
		#cboxPrevious, #cboxNext{
            position:absolute; 
            color:rgba(255,255,255,.4); 
            font-size: 40px; 
            text-shadow: 0 1px 2px rgba(0,0,0,.25); 
            width:10%;
            height:100%;
            top:0;     
        }
        #cboxPrevious{left:0px;}        
        #cboxNext{right:0px;}
        #cboxPrevious:hover, #cboxNext:hover{color:rgba(255,255,255,1); text-shadow: 0 1px 2px rgba(0,0,0,.6);}
        #cboxClose{
            position:absolute; 
            top:0; 
            right:0; 
            display:block; 
            width:10%; 
            height:12%; 
            line-height:12%; 
            font-size: 4rem; 
            color:rgba(255,255,255,.9);
        }
        #cboxClose:hover{background-position:bottom center; color:rgba(255,255,255,1);text-shadow: 0 0px 2px rgba(0,0,0,1); }
        #cboxClose:active{color:rgba(255,255,255,1);text-shadow: 0 0px 5px rgba(0,0,0,1); }
