﻿
* {
    margin: 0;
    padding: 0;
}
body {
    background: #CC6633 none repeat scroll 0 0;
    font-family: "Raleway",Arial,sans-serif;
}
a {
    color:#CC6633;
    text-decoration: none;
}
ul, ol, li {
    list-style: outside none none;
}
header, #central-content {
    box-sizing: border-box;
    margin: 0 auto;
    max-width: 500px;
    width: 100%;
    text-align:justify;
}

header {
    background: rgba(255,204,0) linear-gradient(to bottom, rgba(255,204,0) 0%, rgba(255,204,0) 100%) repeat scroll 0 0;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5);
    padding: 0.8em 0 0;
}
header h1 {
    float: left;
    padding: 0 0 0.2em;
}

.logo{
	float:inherit;
	padding:15px 0;
	max-width:500;

}
.logo2{
	float:left;
	max-width:30;

}


.control-menu {
    background-color: transparent;
    background-position: center center;
    border: 1px solid #fff;
    display: block;
    float: right;
    height: 50px;
    width: 40px;
}
.control-menu a span {
    display: inline-block;
    height: 50px;
    text-indent: -9999px;
    width: 40px;
}
.control-menu .close {
    background-image: url("img/close-menu.png");
    background-position: center center;
    background-repeat: no-repeat;
    display: none;
}
.control-menu .open {
    background-image: url("img/open-menu.png");
    background-position: center center;
    background-repeat: no-repeat;
    display: block;
}

ul.nav-items {
    clear: both;
    height: 0;
    overflow: hidden;
    transition: height 0.4s ease-in-out 0s, background-color 2s ease 0s; /*El menú cambia su altura y su color de fondo mediante una transición suavizada al voover a su estado unicial*/
}

#navigation:target ul.nav-items {
    background: #f0f0f0 none repeat scroll 0 0;
    height: 30.8em;
    transition: height 0.4s ease-in-out 0s, background-color 0.9s ease 0s; /*El menú cambia su altura y su color de fondo mediante una transición suavizada al abrirse*/
}


/*Al hacer clic sobre el enlace que abre el menú éste desaparece*/

.close { 
   display:none;
}
        
#navigation:target .open {
      display: none;
}

/* Al hacer clic sobre el enlace que abre el menú aparece el enlace .close que previamente estaba oculto*/

#navigation:target .close {
        display: block;
}
  
/*Estilos menu*/

ul.nav-items li {
    display: block;
}
ul.nav-items a {
    border-top: 2px dotted #dddbdb;
    color: #333;
    display: block;
    height: 3em;
    line-height: 3em;
    margin: 0 1.3em;
}
ul.nav-items li:first-child a {
    border-top: 2px solid transparent;
}
ul.nav-items li a span {
    border-left: 3px solid;
    height: 3.2em;
    padding: 0.4em 0.5em;
}
#Inici a span {
    border-color: #ff6633;
}
#Producte a span {
    border-color: #bda94d;
}
#Comprar a span {
    border-color: #5887bc;
}
#Veure Comanda a span {
    border-color: #00a2b7;
}
#Arribar a span {
    border-color: #639bf2;
}
#Contactar a span {
    border-color: #ff6633;
}
#Premsa a span {
    border-color: #bda94d;
}
#Facebook a span {
    border-color: #5887bc;
}
#Benestar a span {
    border-color: #bda94d;
}
/* Styling  for responsive slider */
.slider {
  position: absolute;
  list-style: none;
  overflow: hidden;
  max-width:400;
  width: 100%;
  padding: 0;
  margin: 0px auto 20px auto;
  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;    /* Firefox, other Gecko */
  box-sizing: border-box;
  }
.slider li {
  position:absolute;
    display: none;
  width: 100%;
  left: 0;
  padding: 0;
  top: 0;
  }
.slider li:first-child {
  position:  relative;
  display:inline;
    float:left;
  }
.slider img {
  display:inline;
    height: auto;
  float: left;
  width: 300;
  max-width:100%;
  border: 0;
  }
 article a.btr { 
  font-family: 'pt_sansbold', arial, sans-serif;
  font-size:16px;
  padding: 8px 30px 8px 8px;
  display: inline-block;
  background:#014b7a; 
  border-radius:5px;
  color:#fff;
  text-decoration:none;
  position: relative;
  margin-right: 10px;
}




