@charset "utf-8";
/* CSS Document */

/*--- BOOTSTRAP CLASSI ---*/
input {
	font-size: auto;
}

body, html {  
	font-family: "Raleway", sans-serif;
}

.footer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    text-align: center;
}

html {
  height: 100%;
  margin: 0;
}

p {
	font-size: 14px;
}

ul#menu li {
    display: inline;
	float: left;
    list-style: none;
    padding: 0 10px;
	color: #0040A3;
}

/*--- iHover PER MENU PRODOTTI---*/
.ih-item.circle_2.effect3_2 .img {
  z-index: 11;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out; }
.ih-item.circle_2.effect3_2.colored .info {
  background: #1a4a72; }
.ih-item.circle_2.effect3_2 .info {
  background: #333;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out; }
  .ih-item.circle_2.effect3_2 .info h3 {
    color: #fff;
    text-transform: uppercase;
    position: relative;
    font-size: 10px;
    margin: 0 10px;
    padding: 40px 0 0 0;
    height: 100px;
    text-shadow: 0 0 1px #fff, 0 1px 2px rgba(0, 0, 0, 0.3); }
.ih-item.circle_2.effect3_2.bottom_to_top .img {
  -webkit-transform: scale(1) translateY(0);
  -moz-transform: scale(1) translateY(0);
  -ms-transform: scale(1) translateY(0);
  -o-transform: scale(1) translateY(0);
  transform: scale(1) translateY(0); }
.ih-item.circle_2.effect3_2.bottom_to_top .info {
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -o-transform: translateY(100%);
  transform: translateY(100%); }
.ih-item.circle_2.effect3_2.bottom_to_top a:hover .img {
  -webkit-transform: scale(0.5) translateY(-100%);
  -moz-transform: scale(0.5) translateY(-100%);
  -ms-transform: scale(0.5) translateY(-100%);
  -o-transform: scale(0.5) translateY(-100%);
  transform: scale(0.5) translateY(-100%); }
.ih-item.circle_2.effect3_2.bottom_to_top a:hover .info {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0); }

.ih-item {
  position: relative;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out; }
.ih-item,
.ih-item * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
.ih-item a {
    color: #333; }
    .ih-item a:hover {
      text-decoration: none; }
.ih-item img {
    width: 100%;
    height: 100%; }

.ih-item.circle_2 {
  position: relative;
  width: 90px;
  height: 90px;
  border-radius: 50%; }
.ih-item.circle_2 .img {
    position: relative;
    width: 90px;
    height: 90px;
    border-radius: 50%; }
.ih-item.circle_2 .img:before {
      position: absolute;
      display: block;
      content: '';
      width: 100%;
      height: 100%;
      border-radius: 50%;
/*      box-shadow: inset 0 0 0 16px rgba(255, 255, 255, 0.6), 0 1px 2px rgba(0, 0, 0, 0.3);*/
      -webkit-transition: all 0.35s ease-in-out;
      -moz-transition: all 0.35s ease-in-out;
      transition: all 0.35s ease-in-out; }
.ih-item.circle_2 .img img {
      border-radius: 50%; }
.ih-item.circle_2 .info {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    border-radius: 50%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden; }

/*--- iHover PAGINA PRODOTTI ---*/
.ih-item.circle.effect3 .img {
  z-index: 11;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out; }
.ih-item.circle.effect3.colored .info {
  background: #1a4a72; }
.ih-item.circle.effect3 .info {
  background: #333;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out; }
  .ih-item.circle.effect3 .info h3 {
    color: #fff;
    text-transform: uppercase;
    position: relative;
/*    letter-spacing: 2px;*/
    font-size: 20px;
    margin: 0 20px;
    padding: 55px 0 0 0;
    height: 100px;
    text-shadow: 0 0 1px #fff, 0 1px 2px rgba(0, 0, 0, 0.3); }
  .ih-item.circle.effect3 .info p {
    color: #bbb;
    padding: 5px 5px;
    font-style: italic;
    margin: 0 30px;
    font-size: 10px;
    border-top: 1px solid rgba(255, 255, 255, 0.5); }

.ih-item.circle.effect3.bottom_to_top .img {
  -webkit-transform: scale(1) translateY(0);
  -moz-transform: scale(1) translateY(0);
  -ms-transform: scale(1) translateY(0);
  -o-transform: scale(1) translateY(0);
  transform: scale(1) translateY(0); }
.ih-item.circle.effect3.bottom_to_top .info {
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -o-transform: translateY(100%);
  transform: translateY(100%); }
.ih-item.circle.effect3.bottom_to_top a:hover .img {
  -webkit-transform: scale(0.5) translateY(-100%);
  -moz-transform: scale(0.5) translateY(-100%);
  -ms-transform: scale(0.5) translateY(-100%);
  -o-transform: scale(0.5) translateY(-100%);
  transform: scale(0.5) translateY(-100%); }
.ih-item.circle.effect3.bottom_to_top a:hover .info {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0); }

.ih-item {
  position: relative;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out; }
  .ih-item,
  .ih-item * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
  .ih-item a {
    color: #333; }
    .ih-item a:hover {
      text-decoration: none; }
  .ih-item img {
    width: 100%;
    height: 100%; }

.ih-item.circle {
  position: relative;
  width: 200px;
  height: 200px;
  border-radius: 50%; }
  .ih-item.circle .img {
    position: relative;
    width: 200px;
    height: 200px;
    border-radius: 50%; }
    .ih-item.circle .img:before {
      position: absolute;
      display: block;
      content: '';
      width: 100%;
      height: 100%;
      border-radius: 50%;
      box-shadow: inset 0 0 0 16px rgba(255, 255, 255, 0.6), 0 1px 2px rgba(0, 0, 0, 0.3);
      -webkit-transition: all 0.35s ease-in-out;
      -moz-transition: all 0.35s ease-in-out;
      transition: all 0.35s ease-in-out; }
    .ih-item.circle .img img {
      border-radius: 50%; }
  .ih-item.circle .info {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    border-radius: 50%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden; }


/*--- MIE CLASSI ---*/

.azzurro {
	background-color: #1faac8;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size: cover;
	background-size: cover;
}

.ico-navbar {
	padding-left: 300px;
}

.giallo {
	background-color:#FFFCC4;
} 

.mail {
	margin-left: 350px;	
	max-width: 50px;
	max-height: 50px;
	}

.tel {
	max-width: 50px;
	max-height: 5025px;
	}
	
.mappa {
	height: 500px;
	width: 500px;
	
}

.rid_2{
	padding-top: 15px;
}

.riga-spaziata{
	padding:40px 0 0 0;
}

.rosa {
	background-color: #f190bc;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size: cover;
	background-size: cover;
}


.sfondo_acqua {
	background-image:url(../img/acqua_sfondo_2.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	height: 100%;


}

.testo_2 {
	padding-top: 40px;
}

.testo_3{
	padding-top: 25px;
}

.verde {
	background-color: #d2da4e;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size: cover;
	background-size: cover;
}


/*--- MEDIA QUERY ---*/
/*XS*/
@media (max-width : 371px ){
input {
	font-size: 5px;
}
	
p {
		font-size: 10px;
	}
	
li {
		font-size: 10px;
	}
	
h5 {
		font-size: 13px;
	}
	
h4 {
		font-size: 14px;
	}
	
h3 {
		font-size: 15px;
	}
	
.box {
	max-height: 120px;
	max-width: 576px;
}
	
.ico-navbar {
	padding-left: 0px;
}
	
.mail {
	margin-left: 1px;
	max-width: 25px;
	max-height: 25px;
	}

.tel {
	max-width: 25px;
	max-height: 25px;
	}
	
.rid{
	padding-top: 40px;
}	
	
.rid_2{
	padding-top: 50px;
}	
	
.rid_3{
	padding-top: 200px;
}	
	
.rid_4{
	padding-top: 40px;
}
	
.riga-spaziata{
	padding:0;
}

.testo {
	padding-top: 45px;
}
	
.testo_2 {
	padding-top: 20px;
}
	
.ih-item.circle.effect3 .info h3 {
    color: #fff;
    text-transform: uppercase;
    position: relative;
    letter-spacing: 2px;
    font-size: 10px;
    margin: 0 8px;
    padding: 10px 0 0 0;
    height: 100px;
    text-shadow: 0 0 1px #fff, 0 1px 2px rgba(0, 0, 0, 0.3); }

.ih-item.circle {
  position: relative;
  width: 30px;
  height: 30px;
  border-radius: 50%; }
  .ih-item.circle .img {
    position: relative;
    width: 30px;
    height: 30px;
    border-radius: 50%; }


}

/*SM*/
@media (max-width: 768px){
input {
	font-size: 5px;
}
.mappa {
		width: 300px;
		height: 300px;
	}
	
.mail {
	margin-left: 1px;
	max-width: 25px;
	max-height: 25px;
	}

.tel {
	max-width: 25px;
	max-height: 25px;
	}
		
.rid{
	padding-top: 20px;
}	
	
.rid_2{
	padding-top: 30px;
}
	
.rid_3{
	padding-top: 100px;
}

.rid_4{
	padding-top: 40px;
}
	
	.ih-item.circle.effect3 .info h3 {
    color: #fff;
    text-transform: uppercase;
    position: relative;
    letter-spacing: 2px;
    font-size: 10px;
    margin: 0 8px;
    padding: 10px 0 0 0;
    height: 100px;
    text-shadow: 0 0 1px #fff, 0 1px 2px rgba(0, 0, 0, 0.3); }

.ih-item.circle {
  position: relative;
  width: 50px;
  height: 50px;
  border-radius: 50%; }
  .ih-item.circle .img {
    position: relative;
    width: 50px;
    height: 50px;
    border-radius: 50%; }
}

/*MD*/
@media (max-width: 1000px) { 

li {
	font-size: 12px;}	
	
.mail {
		margin-left: 1px;	
	}
	
/*--- IHOVER PAGINA PRODOTTI ---*/
.ih-item.circle.effect3 .info h3 {
    color: #fff;
    text-transform: uppercase;
    position: relative;
    letter-spacing: 2px;
    font-size: 10px;
    margin: 0 8px;
    padding: 40px 0 0 0;
    height: 100px;
    text-shadow: 0 0 1px #fff, 0 1px 2px rgba(0, 0, 0, 0.3); }

.ih-item.circle {
  position: relative;
  width: 100px;
  height: 100px;
  border-radius: 50%; }
  .ih-item.circle .img {
    position: relative;
    width: 100px;
    height: 100px;
    border-radius: 50%; }


/*--- IHOVER MENù PRODOTTI ---*/
	
.ih-item.circle_2.effect3_2 .info h3 {
    color: #fff;
    text-transform: uppercase;
    position: inherit;
    font-size: 5px;
    margin: 0 0 0 7px;
    padding: 20px 0 0 0;
    height: 100px;
    text-shadow: 0 0 1px #fff, 0 1px 2px rgba(0, 0, 0, 0.3); }
.ih-item.circle_2 {
  position: relative;
  width: 50px;
  height: 50px;
  border-radius: 50%; }
.ih-item.circle_2 .img {
    position: relative;
    width: 50px;
    height: 50px;
    border-radius: 50%; }
	
.rid{
	padding-top: 20px;
}	
	
.rid_2{
	padding-top: 30px;
}
	
.rid_4{
	padding-top: 40px;
}	
}
/*LG*/
@media (min-width: 1001px) { 

.mail {
		margin-left: 200px;	
	}
	
/*--- IHOVER PAGINA PRODOTTI ---*/
.ih-item.circle.effect3 .info h3 {
    color: #fff;
    text-transform: uppercase;
    position: relative;
    letter-spacing: 2px;
    font-size: 15px;
    margin: 0 8px;
    padding: 60px 0 0 0;
    height: 100px;
    text-shadow: 0 0 1px #fff, 0 1px 2px rgba(0, 0, 0, 0.3); }

.ih-item.circle {
  position: relative;
  width: 160px;
  height: 160px;
  border-radius: 50%; }
  .ih-item.circle .img {
    position: relative;
    width: 160px;
    height: 160px;
    border-radius: 50%; }	
	
.rid_4{
	padding-top: 40px;
}
}
