@import url(https://fonts.googleapis.com/css?family=Oswald:400,700,300);
@import url(https://fonts.googleapis.com/css?family=Satisfy:400);


body{
	font-family: 'Oswald', sans-serif; color:#4b4444; font-weight: 300;
}

.navbar{margin-bottom: 0 !important;}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {background: transparent !important; color: #282b29 !important;}



/* GENERICI */
.ombra{
	-webkit-box-shadow: 0 4px 9px -6px #474747;
	-moz-box-shadow: 0 4px 9px -6px #474747;
	box-shadow: 0 4px 9px -6px #474747;
	position: relative;
	/*box-shadow: 0 4px 5px #999 !important;*/
}


/* MENU */
li { font-family: 'Oswald', serif; font-weight: 100; font-size: 18px; color: #807e7e;}
li > a:hover, li > a:focus {color:#005d8d !important;}

.altezzamenu{
	height: 135px;
}

#bs-example-navbar-collapse-1 {
    padding-right: 30px;
    padding-top: 35px;
}


.testo27{font-size:22px; color:#fff; font-weight: 400; line-height: 24px; text-transform: uppercase;}
.testo27 a {color:#adae2e;}

.testo27.large {
	font-size:30px;
	line-height: 30px !important;
}

.testoSatisfy27{font-family: 'Satisfy', cursive; font-size: 27px; color:#fff;}

.testoSatisfy27 a {color:#adae2e;}

.testoOswald48{font-size: 48px; color:#fff; text-shadow: 2px 2px 2px #000; font-weight: 300; text-transform: uppercase; line-height: 46px;}

.testoOswald20{font-size: 17px; color:#4b4444; font-weight: 300; line-height: 18px;padding: 0 8px;}

.testoOswald24{font-size: 24px; color:#473c32; font-weight: 300; line-height: 24px;}

.testoOswald27{font-size: 27px; color:#adae2e; text-transform: uppercase;}

.testoOswald27{font-size: 18px; color:#4b4444; font-weight: 300;}

.testoOswald18{font-size: 18px; font-weight: 300; color:#adae2e;}

.testofooter{color:#473c32; font-size:15px; font-weight: 300; text-transform: uppercase;}


.tondoazienda{position:absolute;top:45%;left:15%;border-radius:50%;height:230px;width:230px;overflow:hidden;padding: 50px 3px 0; text-align: center;}
.tondoazienda260{height:290px; width:290px;}
.tondoaziendadue{position:absolute;top:70%;left:70%;border-radius:50%;height:130px;width:130px;overflow:hidden;padding: 35px 3px 0; text-align: center; background:#fff;}




.item  {width:240px !important; margin-bottom:30px;}


.spantitolo{font-size: 20px; font-weight: 400;}
.cornettohome{padding-left:50%;}


/*= MEDIA QUERY */
@media (min-width: 1200px) {
	/*#full-slider-wrapper{padding-top: 135px;}*/
}


/*= Ipad Landscape */
@media (min-width: 992px) and (max-width: 1199px) {
	/*#full-slider-wrapper{padding-top: 135px;}*/
}


/*= Ipad portrait */
@media (min-width: 768px) and (max-width: 991px) {
	/*#full-slider-wrapper{padding-top: 135px;}*/
	.tondoleft{left:15% !important;}
	
	.testoSatisfy27{font-size:18px;}
	.testo27{font-size:18px;}
	.glutine{width:85%; height: auto;}
}


/*= Smartphone */
@media (max-width: 767px) {
	/*#full-slider-wrapper{padding-top: 50px;}*/
	.altezzamenu{height: 50px;}
	.navbar-default .navbar-collapse, .navbar-default .navbar-form {background:#fff;}
	.logomenu{height:40px; width: auto;}
	.navbar-brand{padding:5px 0 5px 5px !important;}
	
	.testoSatisfy27{font-size:13px !important;}
	.testo27{font-size:13px !important;}
	.spantitolo{font-size: 13px; font-weight: 400;}
	.glutine{width:85%; height: auto;}
	.cornettohome{padding-left:25%;}

	.testo27.large {
		font-size: 20px !important;
		line-height: 15px !important;
	}
}



/* OWL */
.owl-carousel {
	width: 90% !important;
	margin: 0 auto !important;
	padding: 2em 5%;
}

.owl-controls {
	position: absolute;
	width: 100%;
	top: 50%;
	left: 0;
	right: 0;
	transform: translateY(-50%);
}

.owl-controls .owl-prev {
	background: transparent url("../../assets/img/arrow-left.png") no-repeat scroll center 0 / 50% !important;
	display: inline-block;
	height:30px;
	width: 30px;
	padding: 0;
}

.owl-controls .owl-next {
	background: transparent url("../../assets/img/arrow-right.png") no-repeat scroll center 0 / 50% !important;
	display: inline-block;
	height:30px;
	width: 30px;
	padding: 0;
}

.owl-controls .owl-nav [class*='owl-']:hover {
	background-position: center -29px;
}

.owl-controls .owl-prev {
	float: left;
}

.owl-controls .owl-next {
	float: right;
}


/*
#overlay {
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.65);
    z-index: 999;
    -webkit-animation: fade .6s;
    -moz-animation: fade .6s;
    animation: fade .6s;
    overflow: auto;
}

.popup {
    top: 25%;
    left: 0;
    right: 0;       
    font-size: 14px;
    margin: auto;
    width: 80%;
    min-width: 320px;
    max-width: 570px;
    position: absolute;
  /*  padding: 15px 20px 15px 20px; */
  /*  border: 1px solid #383838; */
 /*   background: rgba(255,255,255,0);
    z-index: 1000;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    font: 14px/18px 'Tahoma', Arial, sans-serif;
    -webkit-box-shadow: 0 15px 20px rgba(0,0,0,.22),0 19px 60px rgba(0,0,0,.3);
    -moz-box-shadow: 0 15px 20px rgba(0,0,0,.22),0 19px 60px rgba(0,0,0,.3);
    -ms-box-shadow: 0 15px 20px rgba(0,0,0,.22),0 19px 60px rgba(0,0,0,.3);
    box-shadow: 0 15px 20px rgba(0,0,0,.22),0 19px 60px rgba(0,0,0,.3);
    -webkit-animation: fade .6s;
    -moz-animation: fade .6s;
    animation: fade .6s;
} */
/*.close {
    top: 10px;
    right: 10px;
    width: 32px;
    height: 32px;
    position: absolute;
    border: none;  
    border-radius: 50%;
    background-color: rgba(0, 131, 119, 0.9);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    cursor: pointer;
    outline: none;
 
}
.close:before {
    color: rgba(255, 255, 255, 0.9);
    content: "X";
    font-family:  Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: normal;
    text-decoration: none;
    text-shadow: 0 -1px rgba(0, 0, 0, 0.9);
    transition: all 0.5s;
} */
/* cambio del clore del bottone di chiusura al passagio del mose */
/*.close:hover {
    background-color: rgba(252, 20, 0, 0.8);
} */