body {
	font-family: "futura-pt", sans-serif;
	color:#666;
}
.hidden{
     opacity:0;
	 display:block !important;
}
.visible{
     opacity:1;
}


.fadeIn {
    animation-name: fadeIn;
	animation-duration: 3s !important;
}

a, a:hover, a:focus {
    color: #8ac91d;
}


h1, h2, h3 { font-family: 'Courgette', cursive;}

/*************NAVBAR************/
.navbar-brand {
    float: none;
}
.navbar-default {
    background-color: #fff;
    border-color: #fff;
	border:none;
}
.navbar {
    margin-bottom: 0;
}
.navbar-nav > li > a {
    font-size: 21px;
    padding: 51px 20px;
    text-transform: uppercase;
}
.navbar-default .navbar-nav > li > a {
    color:#8ac91d;
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    color: #5B5125;
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
 background:#fff;
  color: #5B5125;	
}



[class^="hvr-"] {
    background: #fff none repeat scroll 0 0;
    color: #666;
    cursor: pointer;
    padding: 1em;
    text-decoration: none;
}
.hvr-underline-from-left {
    backface-visibility: hidden;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    display: inline-block;
    overflow: hidden;
    position: relative;
    transform: translateZ(0px);
    vertical-align: middle;
}
.hvr-underline-from-left::before {
    background: #8ac91d none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 4px;
    left: 0;
    position: absolute;
    right: 100%;
    transition-duration: 0.3s;
    transition-property: right;
    transition-timing-function: ease-out;
    z-index: -1;
}
.hvr-underline-from-left:hover::before, .hvr-underline-from-left:focus::before, .hvr-underline-from-left:active::before {
    right: 0;
}

.navbar-right .dropdown-menu {
    left: 0;
}
.dropdown-menu {
    background-clip: padding-box;
    background-color: #fff;
    border: medium none;
    border-radius: 0px;
    box-shadow: none;
    display: none;
    float: left;
    font-size: 17px;
    left: 0;
    list-style: outside none none;
    margin: 2px 0 0;
    min-width: 200px;
    padding: 0;
    position: absolute;
    text-align: left;
    top: 100%;
    z-index: 1000;
}
.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
    background-color: #8AC91D;
}

 #acquista {color:#ff8106 }
 
 #acquista::before {
    background: #ff8106 none repeat scroll 0 0;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    background-color: #fff;
    color: #5B5125;
}
.navbar-toggle {
    background-color: #fff;
	border:none;
	padding: 43px 10px;}
	
.navbar-default .navbar-toggle .icon-bar {
    background-color: #8AC91D;
}	
.navbar-toggle .icon-bar {
    border-radius: 1px;
    display: block;
    height: 3px;
    width: 25px;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color: #fff;
}
/*************FINE NAVBAR************/


/*************SLIDER************/
#main-slider {
	position: relative;
}
#main-slider .carousel h2 {
	font-size: 50px;
	color: #fff;
}
#main-slider .carousel p {
	font-size: 30px;
	color: #fff;
}
#main-slider .carousel .btn {
	border: 3px solid rgba(255, 255, 255, 0.5);
	color: #fff;
	border-radius: 0;
	margin-top: 5px;
}
#main-slider .carousel .btn:hover {
	background-color: rgba(255, 255, 255, 0.3);
}
#main-slider .carousel .boxed {
	padding: 10px 15px;
	background-color: rgba(0, 0, 0, 0.8);
	display: inline-block;
}
#main-slider .carousel .item {
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: cover;
	left: 0 !important;
	opacity: 0;
	top: 0;
	position: absolute;
	width: 100%;
	display: block !important;
	height: 600px;
	-webkit-transition: opacity ease-in-out 500ms;
	-moz-transition: opacity ease-in-out 500ms;
	-o-transition: opacity ease-in-out 500ms;
	transition: opacity ease-in-out 500ms;
}
#main-slider .carousel .item:first-child {
	top: auto;
	position: relative;
}
#main-slider .carousel .item.active {
	opacity: 1;
	-webkit-transition: opacity ease-in-out 500ms;
	-moz-transition: opacity ease-in-out 500ms;
	-o-transition: opacity ease-in-out 500ms;
	transition: opacity ease-in-out 500ms;
	z-index: 1;
}
#main-slider .prev, #main-slider .next {
    border: 2px solid #fff;
    border-radius: 50%;
    color: #fff;
    display: inline-block;
    font-size: 54px;
    height: 60px;
    line-height: 50px;
    margin-top: -26px;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 60px;
    z-index: 5;
}
#main-slider .prev:hover, #main-slider .next:hover {
	background-color: rgba(0, 0, 0, 0.5);
}
#main-slider .prev {
	left: 10px;
}
#main-slider .next {
	right: 10px;
}
#main-slider .active .animation.animated-item-1 {
	-webkit-animation: fadeInUp 300ms linear 300ms both;
	-moz-animation: fadeInUp 300ms linear 300ms both;
	-o-animation: fadeInUp 300ms linear 300ms both;
	-ms-animation: fadeInUp 300ms linear 300ms both;
	animation: fadeInUp 300ms linear 300ms both;
}
#main-slider .active .animation.animated-item-2 {
	-webkit-animation: fadeInUp 300ms linear 600ms both;
	-moz-animation: fadeInUp 300ms linear 600ms both;
	-o-animation: fadeInUp 300ms linear 600ms both;
	-ms-animation: fadeInUp 300ms linear 600ms both;
	animation: fadeInUp 300ms linear 600ms both;
}

.carousel-indicators li, .carousel-indicators .active {
    height: 20px;
    width: 20px;
}

/*************FINE SLIDER************/


.cosmetica, .omeopatia {
	padding: 26% 0;
}
.cosmetica h3, .omeopatia h3 {
	font-size: 45px
}
.cosmetica p, .omeopatia p {
	font-size: 20px
}
.cosmetica-btn {
	background: transparent none repeat scroll 0 0;
	border: 1px solid #5b5125;
	border-radius: 4px;
	color: #5b5125;
	float: left;
	font-size: 22px;
	margin-top: 10px;
	padding: 1.5% 3%;
	-webkit-transition: all 500ms ease-in-out;
	-moz-transition: all 500ms ease-in-out;
	-ms-transition: all 500ms ease-in-out;
	-o-transition: all 500ms ease-in-out;
	transition: all 500ms ease-in-out;
}
.cosmetica-btn:hover {
	background: #5B5125;
	color: #fff;
	text-decoration: none;
}
#omeopatia {
	background: #eee
}

#reparti {
	padding:50px 0;
}
.reparti {
	padding: 5%
}
.reparti h3 {
	font-size: 38px
}
.reparti p {
	font-size: 20px
}
.reparti-btn {
	background: #8ac91d none repeat scroll 0 0;
	color: #fff;
	font-size: 21px;
	padding: 2% 8%;
	text-transform: uppercase;
	margin-top: 15px;
}
.reparti-btn span {
	background: #5B5125 none repeat scroll 0 0;
}
.reparti-btn .fa-chevron-right {
	margin-left: 25px;
	margin-right: -13px;
}
.hvr-sweep-to-left {
	backface-visibility: hidden;
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	display: inline-block;
	position: relative;
	transform: translateZ(0px);
	transition-duration: 0.3s;
	transition-property: color;
	vertical-align: middle;
}
.hvr-sweep-to-left::before {
	background: #5B5125 none repeat scroll 0 0;
	bottom: 0;
	content: "";
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	transform: scaleX(0.3);
	transform-origin: 100% 50% 0;
	transition-duration: 0.3s;
	transition-property: transform;
	transition-timing-function: ease-out;
	z-index: -1;
}
.hvr-sweep-to-left:hover, .hvr-sweep-to-left:focus, .hvr-sweep-to-left:active {
	color: white;
	text-decoration: none;
}
.hvr-sweep-to-left:hover::before, .hvr-sweep-to-left:focus::before, .hvr-sweep-to-left:active::before {
	transform: scaleX(1);
}
#footer {
	background: #757F21;
	color: #fff;
	font-size: 21px;
	padding: 45px 0 35px;
}
#footer h4 {
	font-size: 30px;
	margin-bottom: 20px;
	margin-top: 0;
}
#footer .fa-inverse {
	background: #fff none repeat scroll 0 0;
	border-radius: 50%;
	color: #757f21;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}
#footer a {
	color: #fff;
	text-decoration: none;
}
#footer a:hover .fa-inverse {
	text-decoration: none;
	border-radius: 5px
}


#footer .fa-stack {
    height: 1.7em;
    line-height: 1.7em;
    margin: 0px 8px 32px;
    width: 1.7em;
}

#datifulcri {
	padding:10px 0;
	font-size:19px;		
}
#datifulcri a{
	color:#666;	
	text-decoration:underline;	
}


#pagina h1 {
    color: #fff;
    font-size: 59px;
    margin-top: -107px;
}

.info {
    margin-top: 58px;
    position: absolute;
    z-index: 5;

}

.contenuto-pagina {
    float: left;
    font-size: 20px;
    padding: 6% 0;
}

.loghi img {
    border: 1px solid #d7d7d7;
    margin: 10px 0;
}



/*************NEWS************/
.newsHome {
    background: #f6f6f6 none repeat scroll 0 0;
    height: 335px;
    margin-top: 20px;
    padding: 0;
    text-align: center;
}
.immagine-news { border-radius:50%}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    background-color: #ff8106;
    border-color: #ff8106;
}
.pagination > li:first-child > a, .pagination > li:first-child > span {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    margin-left: 0;
}

.pagination > li:last-child > a, .pagination > li:last-child > span {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}

.pagination > li > a, .pagination > li > span {
    color: #ff8106;
}
.data-ora { background:#8ac91d; color:#fff;margin-top: 15px;}

.Titolo {
    background: #e4e4e4 none repeat scroll 0 0;
    font-size: 23px;
    height: 120px;
    margin-top: 0;
    padding: 15px;
    text-align: left;
    width: 100%;
	font-family: "futura-pt", sans-serif;
}

.Titolo-selezionata {
    font-size: 31px;
}


#Testo { margin-top:12px}
/*************FINE NEWS************/



/*************FINE OFFERTE************/


.sconto-dot {
    background: #5b5125 none repeat scroll 0 0;
    border-radius: 50%;
    color: #fff;
    display: inline-block;
    font-size: 28px;
    height: 45px;
    line-height: 54px;
    padding: 11px 10px;
    position: absolute;
    right: 83px;
    text-transform: capitalize;
    top: 150px;
    width: 45px;
    z-index: 0;
}

.sconto {
    background: #ff8106 none repeat scroll 0 0;
    border-radius: 50%;
    color: #fff;
    display: inline-block;
    font-size: 28px;
    height: 80px;
    line-height: 54px;
    padding: 11px 10px;
    position: absolute;
    right: 36px;
    text-transform: capitalize;
    top: 95px;
    width: 80px;
    z-index: 2;
}

.imgProdHome {
	width: 83%;
	margin: 60px auto
}
.imgProdPagina {
	margin: 35px auto;
	width: 70%;
}
.owl-next {
	right: 35px;
}
.prezzo-sconto {
	background: #ff8106;
	color: #fff;
	font-size: 35px;
}
.prezzo {
	text-decoration:line-through;
	font-size:20px;}

.prezzo-iniziale {
	font-size: 18px;
	color: #535353;
	text-decoration: line-through;
	line-height: 51px;
}
.prezzo-finale {
	font-size: 35px;
	color: #ff8106;
}
.NomeProdHome {
	color: #848484;
	font-size: 24px;
	height: 62px;
	line-height: 33px;
}
.testo1 {
	color: #ff8106;
	font-size: 25px;
}
.prodotto {
    border: 7px solid #f5f5f5;
    margin: 30px 0;
    height: 537px;
    padding: 12px 0;
}

/*************FINE OFFERTE************/



/*************FORM************/
.contenuto-form {
    background: #f6f6f6 none repeat scroll 0 0;
    margin: 31px 0;
    padding: 21px 15px;
}

.input-group {
    width: 100%;
}

#invia {
	background:#FF8106;
	border-color:#FF8106;
	border-radius:0;
	color:#fff;
	font-size:18px
	}

.file-input {
    background-color: #8AC91D;
    border-color: #8AC91D;
	border-radius:0;
    color: #fff;
}

/*************FINE FORM************/


/************* NEWSLETTER************/
.newsletter input, .newsletter button, .newsletter select, .newsletter textarea {
    color: #000;
    padding: 0 10px;
	width: 70%;
}


.iscrivitiNewsletter {
	background:#ff8106;
	color:#fff;
	padding: 0.5% 2%;
	}

.informativa  { font-size:17px}
 .check input { width: 30px !important}
 
 #footer .modal-content { color:#666; text-align:left}
 .modal-body {
 font-size: 17px;
 }
 
 
 
 .modal-content input, .modal-content button, .modal-contentr select, .modal-content textarea {
    color: #000;
    padding: 0 10px;
    width: 10%;
}


/*************FINE NEWSLETTER************/





#btnSearch {
    background: #8ac91d none repeat scroll 0 0;
	border-color:#8ac91d;
    border-radius: 0;
    height: 34px;
    padding: 6px 14px;
}
.input-group-addon { border-radius:0}

@media screen and (max-width:1200px) {
.navbar-nav > li > a {
    font-size: 19px;
    padding: 51px 10px;
    text-transform: uppercase;
}

.Titolo {
    font-size: 19px;
    height: 95px;
    padding: 11px;
}

	
	}


@media screen and (max-width:992px) {
	.navbar-nav > li > a {
    font-size: 21px;
    padding: 10px 15px;
	
}

.carousel-content {
	padding: 0 13%
	
	}
	
.Titolo {
    height: 109px;
}

	}
	
	
@media screen and (max-width:768px) {	
	.Titolo {
    height: auto;
	font-size:28px;
	text-align:center
}

.newsHome {
	background: #f6f6f6 none repeat scroll 0 0;
    height: auto;
	float:left;
	padding-bottom:10px;
}
	
#main-slider .carousel h2 {
    font-size: 35px;
}	
#main-slider .carousel p {
    font-size: 20px;
}	

#main-slider .carousel .item {
    height: 300px;
}
.carousel-content {
    padding: 0 8%;
}	
.cosmetica, .omeopatia {
    padding: 0 0 26%;
}
#footer {
    color: #fff;
    font-size: 19px;
}

.show-popup img { width:50%;
height:50%;
float:right;
}

#pagina h1 {
    font-size: 36px;
    margin-top: 10px;
	color:#5B5125;
}

.navbar-brand > img {
    width: 30%;
}
.carousel-indicators li, .carousel-indicators .active {
    height: 15px;
    width: 15px;
}
}
	
	
@media screen and (max-width:600px) {	

.navbar-brand > img {
    width: 60%;
}

}	
