@charset "UTF-8";
/* CSS Document 


*/
.pagina-galleria #contatti{
display:none;
}

h1{}
h2 {
    color: rgb(0, 172, 237);
    font-size: 30px;
    font-family: "Raleway",Verdana,Geneva,sans-serif;
    font-weight: 400;}
h3{
color: rgb(0, 172, 237);
font-size: 22px;
font-family: "Raleway",Verdana,Geneva,sans-serif;
font-weight: 400;}



.saloni-header{
height: 1300px;
background: #fff;
}
.saloni-content{
    background: rgba(238, 238, 238, 0.89) none repeat scroll 0% 0%;
    position: relative;
    margin-top: -425px;
}

.galleria-pag {
    position: absolute;
    top: 114px;
    left: 0;
    right: 0;
    margin: auto;
    max-width: 1280px;
    z-index: 1;
}

body{
  font-family: 'Montserrat', Verdana, Geneva, sans-serif;
  background: url('../images/backg_top.png') center top repeat-x #eeeeee;
  color: #808285;
  font-size:16px;
  font-weight: 300;
  text-align:center;
  margin: 0;
  padding: 0;
  border: 0;
}

.clear{ clear:both;}

a {
  text-decoration:none;
  color: #231f20;
}

a:hover{
  text-decoration:underline;
}

#wrap{
    width: 1280px;
    margin: 0 auto;
    text-align:left;
}

#header{
  height: 125px;
  color: white;
  z-index: 2;
  }

#logo{
  background: url(images/logo.png) center center no-repeat;
    width: 305px;
    height: 100px;
  overflow:hidden;
  float:left;
  margin-left: 70px;
  margin-top: 24px;
}

#socials{
  float:right;
  width: 200px;
  height: 50px;
  line-height:12px;
  text-align:right;
  position: absolute;
  top: 53px;
  left: 1111px;
}



.titolo{
  color: #00aced;
  font-size: 45px;
  font-family: 'Raleway', Verdana, Geneva, sans-serif;
  font-weight: 400;
}
.sottotitolo{
  color: #3e3e3e;
  font-size:24px;
  font-weight: 400;
  font-family: 'Raleway', Verdana, Geneva, sans-serif;
}

#banner{
  display: block;
  height:490px;
  border-top: solid 5px #000;
}


#contenuto{
  margin: 0px 90px 0px 90px;
  text-align:justify;
  padding-top: 10px;
  
    
}
#footer{
display:none;
    
}


#copyright{
  
  margin: auto;
font-size: 14px;
text-align: center;
color: #939598;
position: fixed;
z-index: 1;
left: 0;
right: 0;
bottom: 0px;
background: #fff;
  
}

#menu{
  width: 425px;
  float: right;
  position: absolute;
  top: 70px;
  left: 635px;
  
}


#menu ul{

  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
}

#menu ul li{
  display: block;
  float: left;
  margin-right: 20px;
}

#menu ul li a{
  text-transform: lowercase;
  color: #ffffff;
  padding: 2px 6px;
}


#menu ul li a:hover, #menu ul li.active a{

  text-decoration: none;
  border-bottom: solid 2px #fff;
  
}

#contatti{
background: #2a2a2a;
width: 100%;
margin-top: 55px;
padding-bottom: 66px;
padding-top: 19px;
background: #2a2a2a;
position: absolute;
left: 0;
}

hr{
  height: 1px;
  background-color: white;
  color: white;
  border:  0;
}


.chunk{

  /*background: black url(../images/fb.jpg) no-repeat 10px 10px;*/
  background-color: #00aced;

  width: 220px; 
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
  padding: 15px;
  color: white;
  font-size: 12px;
  overflow: scroll;
  min-height: 320px;
  max-height: 350px;
  

}

.chunk:last-child {margin-right: 0px;}

.chunk h4 a {font-size: 18px; color: white; font-weight: bold; margin-left: 20px;}

.chunk a{color: white; }

.chunk img{
  max-width: 200px;
  float: left;
  margin:  0 8px 4px 0;
}


.chunk table tr td{
  padding: 10px;
}

.chunk table tr td{
  display: inline;
}

.chunk table tr td:last-child{
  display: none;

}

.feed-data{
  display: block;
  margin-top: 10px;
}

.mappa{
  border: 1px solid #00ACED;
  width: 450px;
  height: 450px;
}

/*RESPONSIVE*/

@media only screen and (max-width: 800px) {

#copyright{
  
margin: auto;
font-size: 14px;
text-align: center;
color: #939598;
position: relatve;
left: 0;
right: 0;
bottom: 0px;
background: #fff;
  
}



}

