@import url(reset.css);
@import url(animate.css):;
@import url(http://fonts.googleapis.com/css?family=Lato:300,400,700);
@import url(http://fonts.googleapis.com/css?family=Indie+Flower);
@import url(http://fonts.googleapis.com/css?family=Dancing+Script:400,700);
@import url(http://fonts.googleapis.com/css?family=Vollkorn:400,700);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:800);
@import url(https://fonts.googleapis.com/css?family=Chango);
a{
	color: #11435D;
}
body{
	font-family: 'Lato', sans-serif;
	background-color: #9AA7B0;
	background-image: url(../img/sfondo4.png);
	background-size: cover;
	background-position: top right;
	background-attachment: fixed;
}
body>img{
	z-index: -100;
	position: absolute;
	height: 100%;
	width: 100%;
	min-width: 100%;
	min-height: 100%;
}
header{
	position: fixed;
	top: 0;
	display: block;
	height: 3.2em;
	width: 100%;
	clear: both;
	text-align: center;
	z-index: 1000;
	overflow: visible;
	background-color: #11435D;
    border-bottom: 1px solid #153546;
}
header>img{
	position: relative;
	height: 180%;
	float: left;
	margin: 0.2em 2% auto 3%;
}
header>nav{
	text-align: center;
	height: auto;
	margin-left: 30px;
}
header>nav>ul{
	overflow: auto;
	height: 3.2em;
	margin: auto auto auto auto;
	width: auto;
}
header>nav>ul>li{
	float: left;
	height: 100%;
	vertical-align: middle;
}
header>nav>ul>li>a{
	display: block;
	font-weight: 700;
	margin: 0px auto auto auto;
	font-size: 1em;
	height: 30px;
	line-height: 30px;
	vertical-align: middle;
	padding: 10px 1.5em;
	color: #fff;
	transition:0.5s;
}
header>nav>ul>li>a:hover{
	background-color: #fff;
	color:#11435D;
}
nav>ul>li>ul{
  position: absolute;
  top: 3.2em;
  visibility: hidden;
  border-top: 1px solid #153546;
  width: 20em;
}

nav ul li:hover ul {
  visibility: visible;
}
nav ul li span{
	padding: 0em 2em;
    line-height: 45px;
    cursor: pointer;
}

header nav ul ul li a,header nav ul ul li{
  	display: block;
    height: auto;
    padding: 0em;
    background-color: #29586F;
    line-height: 35px;
    text-align: left;
    border-bottom: 1px solid #DFE1E2;
    color: #FFFFFF;
    font-weight: bold;
    width: auto;
    margin: auto;
}

header nav ul ul li a:hover{
    background-color: #5c879e;
    color: #FFFFFF;
}
.submenu li{
	background-color: #fff;
	padding: 0;
}
.submenu li a {
    background-color: #fff;
    color: #4C809C;
    padding: 0 2em 0 3em;
    line-height: 45px;
}
.hidden{
	display: none;
	visibility: hidden;
}
.prodotto{
	width: 50% !important;
	height: auto !important;
	float: left;
	margin: 0 0.5em 1em 0.5em; 
}
.both{
	clear: both;
}
.bold{
	font-weight: 400 !important;
}
body>div.container{
	position: relative;
    background-color: rgba(255,255,255,0.9);
    width: 70%;
    margin: 110px auto 100px auto;
    overflow: auto;
    left: 0;
    text-align: center;
    padding: 3%;
    box-shadow: 0 0 80px #000;
    color: #2A4C5D;
    line-height: 1.2em;	
    font-size: 1.1em;
}

body>div.container>h2 {
	font-family: 'Open Sans', sans-serif !important;
	font-size: 2.4em;
	padding: 0 0 0.6em 0;
    color: #37789A;
    text-shadow: 2px 2px 1px #061B31;
}
div.container>h3{
    margin: 1em 1em 1em 0;
    text-align: left;
    font-size: 1.2em;
    text-decoration: underline;
    color: #1E4978;
}
div.container>p{
	text-align: justify;
	overflow: visible;
}
div.container>p.left>img{
	float: left;
	margin: 0 1em 0 0;
}
div.container>p.right>img{
	float: right;
	margin: 0 0 0 1em;
}
div.container>p>img{
	height: 10em;
	border-radius: 0.8em;
}
div.container>ul{
	text-align: left;
	margin: 1em 0 1em 2em;
	list-style: none;
}
div.container>ul>li{
	font-weight: bold;
	padding-left: 0.5em;
	margin: 1em 0; 
}
div.container>p+p{
	margin: 2em 0;
}
div.container>p+h3{
	margin-top: 3em;
}
#benvenuti{
	position: relative;
    background-color: rgba(255,255,255,0.9);
    width: 70%;
    margin: 110px auto 100px auto;
    overflow: auto;
    left: 0;
    padding: 3%;
    box-shadow: 0 0 80px #000;
}
#benvenuti>h3 {
	font-family: 'Open Sans', serif !important;
	font-size: 3.2em;
	padding: 0 0 0.6em 0;
    color: #37789A;
    text-shadow: 2px 2px 1px #061B31;
    font-weight: 800;
    -webkit-box-reflect: below -1.4em -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(255, 255, 255, 0.3)));
}
#benvenuti>p{
	font-family: 'Lato', serif;
	margin-top: 0.2em;
	font-weight: 400;
	font-size: 1.1em;
	line-height: 1.3em;
	text-align: justify;
	color: #2A4C5D;
}
#benvenuti>p>img.vecchio{
    float: right;
    height: 15em;
    padding: 0em 0em 1em 1em;
}#benvenuti>p>img{
    float: right;
    height: 30em;
    margin-top: -5em;
    padding: 0em 0em 0.2em 0.2em;
}
.kit{
    box-shadow: 2px 2px 6px #848484;
    margin-bottom: 1em;
}
footer{
	position: fixed;
	z-index: 100;
	bottom: 0;
	background-color: #11435D;
	border-top: 1px solid #153546;
	width: 100%;
	height: auto;
}
.icon{
	height: 1.5em !important;
	margin: 0 0.5em;
    position: relative;
    top: 0.4em;
    border-radius: 0px !important;
}
.contact{
	color: #4C4C4C;
	font-size: 1.2em;
	position: relative !important;
	overflow: visible !important;
}
.contact>b{
	font-size: 1.2em;
}
.contact>a{
	color: #4C4C4C;
	text-decoration: none;
}
.contact>a:hover{
	text-decoration: underline;
}
.colore{
	width: 10em;
	margin: 0.2em;
	height: 5em !important;
}
.cornice{
	width: 90%;
	margin: 2em auto !important;
	padding: 1em;
	border-radius: 10px;
	border: 2px solid #000;
	color: #6F4040;
    border: 2px solid #B11E1E;
}
footer>p{
	text-align: center;
	margin: 10px;
	font-size: 0.8em;
	font-weight: 300;
	color: #fff;
}
.slideshow{
	float: left;
	position: relative;
	width: 12em;
	height: 10em;
}
.slideshow img{
	position: absolute;
	overflow: visible;
	top: 0;
	left: 0;
	height: 10em;
	border-radius: 0.8em;
}
.prodotto-min{
	width: 5.1em;
	height: 5em !important;
	border-radius: 50% !important;
	box-shadow: 2px 2px 2px #145D5D;
}
.mb2{
	margin-bottom: 2em !important;
}
p.center{
	text-align: center !important;
}
p.center>img{
	height: 15em;
}
img.foto {
    height: 18em;
    margin: 1em;
}
img.left{
    float: left;
    height: 6em !important;
    margin: 1em 1em 1em 0;
}
img.right{
    float: right !important;
    height: 6em !important;
    margin: 1em 0 1em 1em;
}
input {
    background-color: #F1F1F1;
    font-size: 1.2em;
    width: 19em;
    padding: 0.3em 1em;
    color: #37789A;
    border: 1px solid #1A435E;
    border-radius: 0.6em;
    box-shadow: 1px 1px 3px #37789A;
}
input[type="submit"] {
    background-color: #2D6F92;
    color: #fff;
    width: auto;
    box-shadow: 1px 1px 0px #1A435E;
}input[type="submit"]:hover {
    background-color: #104663;
    color: #fff;
}
footer>a{
	color: #fff;
    position: absolute;
    right: 2em;
    top: 35%;
}
p.link{
	text-align: center!important;
	margin: 0em auto 5em auto;
}
p.link a{
	color:#1A435E;
	font-size: 1.4em;
	font-weight: bold;
}
p.link a:hover{
	text-decoration: underline;
}
p.colori{
	text-align: center !important;
}
#slides{
	height: 18.9em;
	margin-bottom: 1em;
}
.alert.alert-danger {
    color: #CA0000;
}
#slides .slidesjs-container, #slides .slidesjs-control,img.foto{
	margin: auto;
	width: 20em !important;
	height: 24em !important;
	background-color: #000;
}
div#slidesHome{
	width: 50%;
    max-height: 50%;
    float: right;
    margin: 0 0 1em 1em;
    /*box-shadow: 4px 4px 13px 1px #848484;	*/
}

div#slidesHome .slidesjs-container {
    width: 100%;
}
div#slidesHome img{
	
}
ul.pagination{
	height: auto;
    display: block;
    text-align: center !important;
    margin: auto !important;
}
ul.pagination li{
	display: inline-block;
}
p>a>span{
	font-size: 0.6em;
}
#ccoffee-inner{
    margin: 20px 10px 10px 10px;
    font-size: 1.2em;	
}
div#ccoffee-chiusura-wrapper{
	margin: 1em 0 !important;
}
@media only screen and (max-width: 1025px) {
  #benvenuti, div.container{
  	width: 85% !important;
  }
}
#choose-lang{
	position: absolute;
	right: 0;
	margin-top: 1px;
	padding: 0.5em 1em;
	background-color: #fff;
}

#choose-lang input[type=radio] {
    display:none; 
    margin:10px;
}

/*
  Change the look'n'feel of labels (which are adjacent to radiobuttons).
  Add some margin, padding to label
*/
#choose-lang input[type=radio] + label {
    display: inline-block;
    cursor: pointer;
	margin: auto;
	height: 20px;
	width: 50px;
	padding: 4px 0;
	background-size: 40px 40px;
	background-position: center;
	background-repeat: no-repeat;
	border-color: #ddd;
	transition: all .2s ease-in-out;
}

#choose-lang input[type=radio]:not(:checked) + label:hover {
    transform: scale(1.2);
}
#choose-lang form #it + label{
	background-image: url(../img/ita.png);
}

#choose-lang form #en + label{
	background-image: url(../img/en.png);
}
#choose-lang input[type=radio]:checked + label { 
    opacity: 0.3;
}

.list{
	list-style: circle !important;
}

.list>li{
	margin: 0.5em auto !important;
}
