@charset "utf-8";
/* CSS Document */

/* CSS Document */
.clear {
	clear: both;
}
body,ul,li {
	padding:0;
	margin:0;
	border:0;
	list-style: none;
}


body {
	font-size: 42px;
	-webkit-user-select:none;
    -webkit-text-size-adjust:none;
	font-family:helvetica;
	background:#000 url(../imatges/fondo.jpg) center top no-repeat fixed;
}

body#negre {
	background-image: url(../imatges/negre.jpg);
}
body#blanc {
	background-image: url(../imatges/blanc.jpg);
}
body#rosados {
	background-image: url(../imatges/rosados.jpg);
}
body#cava {
	background-image: url(../imatges/cava.jpg);
}
body#copas {
	background-image: url(../imatges/copas.jpg);
}
body#dulce {
	background-image: url(../imatges/dulce.jpg);
}
body#formatos {
	background-image: url(../imatges/formatos.jpg);
}
body#recomendados {
	background-image: url(../imatges/recomendados.jpg);
}
body#licores {
	
	background-image: url(../imatges/licores.jpg);
}

#licores:parent{ display: none!important; }

a {
	text-decoration: none;
	color:#ffffff;
}
@font-face{
	font-family: "tipo_cuina";
	src:  local("ISOCPEUR"), url("ISOCPEUR.svg#ISOCPEUR") format("svg"); 
}

#header {
	width:100%;
	height:10%;
	padding:0 0 5px 0;
	color:#eee;
	font-size:20px;
	text-align:left;
	margin: 0;
	
}
#header ul {
	padding:0;
	margin: 0;
	padding: 15px 0 10px 45px;
}
#header li {
	font-size: 150%;
	display:block;
	float:left;
	font-weight: bold;
	text-shadow:1px 1px 2px #000;
	font-family: "tipo_cuina";
}
#header li a{

	/*font-weight:lighter;*/
	opacity: 0.6;
	}
#header li.logo {
	display: none;
}

#footer {
	width:100%;
	font-family: "tipo_cuina";
	height: 80px;
	background-image:-webkit-gradient(linear, 0 0, 0 100%, color-stop(0, #999), color-stop(0.02, #666), color-stop(1, #222));
	padding:0;
	border-top:1px solid #444;
	/*añadido*/
	position: fixed;
    bottom: 0px;
    z-index: 1000;
}

#footer li {
	width:50%;
	display: inline-block;
	text-align:center;
	height: 80px;
}

#footer a.atras {
	border-right:1px solid #333;
}

#footer a.home {
	border-left:1px solid #6a6a6a;
}

#footer a {
	display:block;
	text-decoration:none;
	font-size:30px;
	color:#eee;
	line-height:24px;
	text-shadow:0 -1px 0 #000;
	padding-top: 25px;
	font-weight:bold;
	height: 80px;
	text-transform: uppercase;
}

#footer span {
	/*display:block;*/
	font-size:30px;
	font-weight:bold;
}
#footer a.home {
	display:block;
	padding-top: 15px;
}
#footer a.home span {
	font-size:30px;	
	font-weight:bold;
}
#wrapper {
	/*height:200px;*/		/* Of course you need to specify the object height */
	height: auto!important;
	position:relative;	/* On older OS versions "position" and "z-index" must be defined (absolute | relative), */
	z-index:1;			/* it seems that recent webkit is less picky and works anyway. */
	width:100%;
	/*background:#aaa;*/
	overflow:hidden;
}

#scroller {
/*	-webkit-touch-callout:none;*/
	-webkit-tap-highlight-color:rgba(0,0,0,0);
	float:left;
	width:100%;
	padding:0;
	margin-bottom: 150px;
    position: relative;
/*	-webkit-box-shadow:0 0 8px #555;	/* Don't use box shadows, they slow down drastically CSS animations */
}

#scroller .productPrices {
	float: right;
}

#scroller li .paraLlevar {
	clear: both;
	margin-top: 10px;
	color: #4a0001!important;
}

.paraLlevar .text-sm {
	width: 100%;
	display: block;
	font-size: 15pt;
}

/*Repositive*/

@media(max-width: 600px)

{
	#scroller li h1 {
        font-size: 27px!important;
    }
    #scroller ul li h2 {
        font-size: 31px!important;
		padding-left: 0px!important;
    }
    #scroller ul img {
        position: absolute!important;
		/*width:24%!important;*/
		width: auto!important;
		height: 91px!important;
        /*left:17%!important;*/
    }
    #scroller ul li h3 {
        padding-left: 0px!important;
    }
    #scroller ul li h4 {
        padding-left: 0px!important;
    }
    #scroller ul li dl { 
        padding-left: 0px!important;
        font-size: 19px!important;
    }
    #scroller ul li p {
        padding-left: 0px!important;
        font-size: 15px!important;
    }
    #scroller ul p#ubicacio {
		left: 128px!important;
		position: inherit!important;
		margin-top: 125px!important;
    }

}

@media (min-width: 600px) and (max-width: 800px) {
	/*#scroller li h1 {
		margin-top: -140px!important;
	}

	#scroller li .paraLlevar {
		margin-top: -70px!important;
	}*/

	#scroller li.single-vi h1 {
		margin-top: 0px!important;
	}

	#scroller li.single-vi .paraLlevar {
		margin-top: 10px!important;
	}

}

@media (max-width: 600px) {
	#scroller ul li h2 {
		clear: both;
	}
}