/* CSS Document */
@import url('https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700');
body {
	margin: 0;
	padding: 0;
	width:100%!important;
	-webkit-font-smoothing: antialiased;
	font-family: 'Poppins', sans-serif;
	/*background: #ededed;
background: -moz-linear-gradient(top, #ededed 0%, #ffffff 12%);
background: -webkit-linear-gradient(top, #ededed 0%,#ffffff 12%);
background: linear-gradient(to bottom, #ededed 0%,#ffffff 12%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ededed', endColorstr='#ffffff',GradientType=0 );*/
}

table {border-collapse:separate; border-spacing:0;}
caption, th, td {text-align:left;font-weight:normal;}
table, td, th {vertical-align:middle;}
blockquote:before, blockquote:after, q:before, q:after { content:""; }
blockquote, q { quotes:"" ""; }
a img {border:none;}
.clearer {height:0px;overflow:hidden;margin:0px;clear:both;}
.center {text-align:center;}
/*Default WordPress styles*/
.entry-content img {	margin: 0 0 1.5em 0;}
.alignleft, img.alignleft {	margin-right: 1.1em;	display: inline;	float: left;}
.alignright, img.alignright {	margin-left: 1.5em;	display: inline;	float: right;}
.aligncenter, img.aligncenter {	margin-right: auto;	margin-left: auto;	display: block;	/*clear: both;*/}
.wp-caption {}
.wp-caption img {	/*border: 0 none;	padding: 0;	margin: 0; */}

.wp-smiley {	margin: 0 !important;	max-height: 1em;}
blockquote.left {	margin-right: 20px;	text-align: right;	margin-left: 0;	width: 33%;	float: left;}
blockquote.right {	margin-left: 20px;	text-align: left;	margin-right: 0;	width: 33%;	float: right;}
.gallery dl {}
.gallery dt { } 
.gallery dd {} 
.gallery dl a {}
.gallery dl img {}
.gallery-item { }
.gallery-caption { width:198px; margin:0 auto!important}
.size-full {}
.size-large {}
.size-medium {}
.size-thumbnail {}
.sticky {    border: 1px solid #0f0f0f;}
.bypostauthor  {}
iframe{margin:0;padding:0}
/* defaults end */
header {
	width: 100%;
	height: 125px;
}
body a {
	text-decoration: none;
}
.barra {
	width: 100%;
	min-width:960px;
	height: 25px;
	background-color: #552f87;
}
.container {
	width: 960px;
	height: auto;
	margin: 0 auto;
	
}
.social {
	height: 20px;
	margin: 2.5px 0px;
	width: auto;
	float: right;
}
.social .fa {
	color: rgba(255,255,255,1);
	float: left;
	padding-right: 20px;
}
.social p {
	font-size: 12px;
	color: rgba(255,255,255,1);
	padding: 0;
	margin: 0;
	float: left;
	padding-right: 20px;
}
.clear-float {
	clear: both;
	height: 0px;
	line-height: 0px;
	font-size: 0px;
}
.container .menu {
	width: 100%;
	height: 100px;
}
.container .menu .logo {
	width: 25%;
	padding-top: 15px;
}
.menu ul {
	float: right;
	margin: 0px;
	padding:0;
}
.menu ul > li {
	float: left;
	padding-left: 30px;
	position: relative;
	line-height: 70px;
	text-transform: uppercase;
	font-size: 18px;
	list-style: none;
	font-weight: 500;
}
.menu ul li a {
	color: #575756;
}
.menu ul li a:hover {
	border-bottom: 1px solid #552f87;
}

.menu ul ul {
	border-top: 1px solid #552f87;
	max-width:300px;
	min-width:120px;
	width:100%;
	height:auto; 
	position:absolute;
	top:47px;
	z-index:99;
	background-color:#f9f4ff/*#fefefe*/;
	display:none;
	}
.menu ul ul >li{
		font-size:13px!important;
		line-height:18px;
		max-width:300px;
		min-width:120px;
		width:100%;
		padding:6px;
		float:none!important;
		font-weight: normal!important;
		}
.menu ul ul >li a{font-size:12px!important;}

.swiper-button-next {
	background-image: url(../img/right.png)!important;
}
.swiper-button-prev {
	background-image: url(../img/left.png)!important;
}
.swiper-pagination-bullet {
	background: #f2f2f2!important;
}
.swiper-pagination-bullet-active {
	background: #f2f2f2!important;
}
.boxtesto {
	float: right;
	width: 410px;
	height: 500px;
 
	position: relative; 
	z-index:2 
} 
.boxtesto section {position:absolute; height: 500px;z-index:-1;width: 410px;   background-color: rgba(255,255,255,1);
	opacity: 0.7;  }
h1 {
	padding: 80px 0px 10px 0px;
	margin: 0;
	color: #552f87;
	font-size: 35px;
	font-weight: 700;
	text-align: center;
	line-height: 70px;
	text-transform: uppercase;
	line-height:36px;
	
}
.boxtesto h2 {color: #000;}
h2 {
	color: #575756;
	font-size: 25px;
	font-weight: 700;
	text-align: center;
	line-height: 70px;
	text-transform: uppercase;
	margin: 0;
	padding: 0;
	
}
.boxtesto p { font-size:15px; width:380px; padding-left:10px; }
 
.boxtesto h1, .boxtesto h2, .boxtesto p, .button {
	opacity: 0;
	
	margin-left: -100px;
	transition: margin-left .5s ease-in-out .7s, opacity .5s ease-in-out .8s;
}
.swiper-slide-active .boxtesto h1, .swiper-slide-active .boxtesto h2,  .swiper-slide-active .boxtesto p {
	margin-left: 0px;
	opacity: 1;
}
.swiper-container {
        width: 100%!important;
        height: 100%;
		text-align: center;
    }
.swiper-slide {background-repeat:no-repeat;background-position: center center; background-size: cover;}

.swiper-slide-active .button {
	margin: 0 auto;
	opacity: 1;
}
.button {
	width: 110px;
	height: 30px;
	background-color: #552f87;
	margin: 0 auto;
	cursor:pointer
}
.button h3 {
	padding: 2px;
	margin: 0;
	font-size: 16px;
	text-transform: uppercase;
	text-align: center;
}
.button h3 a {
	color: rgba(255,255,255,1);
	text-decoration: none;
	z-index:10;
}
#offerte {
	width: 100%;
	height: auto;
	
}
.contenuti {
	width: 67%;
	height: auto;
	float: left;
	border-right: 1px solid #552f87;
	margin: 40px 0px 150px;
	padding:0;
	
}
.sidebar {
	width: 31.5%;
	height: auto;
	float: right;
	margin-top: 40px;

}
.contenuti h2 {
	text-align: left;
}
.categoria {
	width: 45%;
	padding: 0px 5% 15% 0px;
	height: auto;
	float: left;
	background-color:
}
.foto {
	overflow: hidden;
	width: 100%;
	height: 250px;
	position: relative;
}
.foto img {
	width: 100%;
	height: 100%;
	-webkit-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}
.foto img:hover {
	-webkit-transform: scale(1.2, 1.2);
	-ms-transform: scale(1.2, 1.2);
	-moz-transform: scale(1.2, 1.2);
	-o-transform: scale(1.2, 1.2);
	transform: scale(1.2, 1.2);
}
.foto .nomecategoria {
	position: absolute;
	top: 0;
	left: 75px;
	background-color: #552f87;
	width: 150px;
	height: 30px;
}
.foto .nomecategoria h3, .prezzo h3 {
	color: rgba(255,255,255,1);
	font-size: 14px;
	text-transform: uppercase;
	text-align: center;
	margin: 0px;
	padding-top: 3px;
}
.prezzo h3 a {
	color: rgba(255,255,255,1);
}
.contenuti h3 {
	text-align: center;  /*min-height:60px*/
}

.contenuti .categoria h3 {
	text-align: center;  min-height:60px
}
.contenuti p {
	font-size: 13px;
}
.categoria p {
	font-size: 12px;
	min-height:80px
}
.prezzo {
	width: 50%;
	height: 30px;
	float: left;
	background-color: #552f87;
}
.info {
	width: 48%;
	height: 26px;
	float: left;
	background-color: rgba(255,255,255,1);
	border: 2px solid #552f87;
}
.prezzo  h3 { font-weight:normal!important }
.info h3 {
	color: #552f87;
	font-size: 14px;
	text-transform: uppercase;
	text-align: center;
	margin: 0px;
	padding-top: 3px;
}
.info h3 a {
	color: #552f87;
}
.info:hover {
	color: #552f87;
	background-color:#f9f4ff;
}
.numerazione {
	float: right;
	margin-top: 60px;
	margin-right: 40px;
}
.numerazione h4 {
	color: #552f87;
	font-weight: 400;
	margin: 0;
}
.numerazione h4 a {
	color: #552f87;
	font-weight: 600;
	font-size: 14px;
}
.numerazione h4 span {
	font-weight: 700;
	font-size: 18px;
}
.sidebar .boscolo {
	width: 85%;
	height: auto;
	margin: 0px 5% 20% 8%;
}
.box {
	width: 85%;
	height: 30px;
	background-color: #552f87;
	margin: 0px 5% 0% 8%;
}
.box .fa {
	color: rgba(255,255,255,1);
	float: left;
	padding: 6px 8px;
}
.box a { display:block; margin-left:20px; margin-top:20px; height:80px}
.box h4, .buttoninvia h4 {
	color: rgba(255,255,255,1);
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 500;
	padding-top: 2%;
}
.boxinvia {
	/*width: 83.5%;*/
	height: 60px;
	background-color: rgba(255,255,255,1);
	border: 2px solid #552f87;
	margin: 0px 7% 20% 8%;
	position: relative;
}
.sidebar input[type=text] {
	width: 96%;
	/*height: 83%;*/
	border: 0px;
	font-size: 14px;
	padding: 5px;
}
input[type=submit] {
	min-width: 70px;
	width:auto;
	height: 30px;
	background-color: #552f87;
	position: absolute;
	bottom: 0;
	right: -1px;
	border: none;
	color: rgba(255,255,255,1);
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 500;
	text-align: center;
	cursor: pointer;
}
article .box {
	background-color: rgba(255,255,255,1);
	height: 65px;
}
article .box .fa {
	padding-top: 6px;
	padding-left: 0px;
}
article .box h4 {
	color: #552f87;
	margin: 0px;
	padding: 0px;
	font-size: 18px;
}
.smallFoto {
	width: 75px;
	height: 75px;
	/*background-color: rgba(153,153,153,1);*/
	float: left;
}
.smallTesto {
	width: 170px;
	margin-left:80px;
	
}
.smallTesto p {
	font-size:14px;
	margin: 0px;
	padding:1px
}
footer {
	margin-top: 130px;
	height: 40px;
	
	position: relative;
	background-color: #552f87;
	min-width:960px;
}
footer img {
	position: absolute;
	bottom: -50%;
	left: 49%;
	-webkit-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
footer p {
	text-align: center;
	color: rgba(255,255,255,1);
	font-size: 10px;
	margin: 0;
	padding: 10px 0 0;
}
/****************************/
.mail_ok h3 { text-align:center!important;}
.clear{ margin:0;padding:0; clear:both}
.top_offerta{ margin-bottom:50px; display:block!important }

/***************************/ 
/* PAGINZAIONE */
/***************************/ 
.pagination {/*clear:both;*/padding:20px 0;position:relative;font-size:13px;line-height:13px;}
 
.pagination span, .pagination a {display:block;float:left;margin: 2px 2px 2px 0;padding:5px 8px 4px 8px;text-decoration:none;
width:auto;color:#000;background: #f9f4ff;}
 
.pagination a:hover{color:#000;background: #f9f4ff;}
 
.pagination .current{padding:5px 8px 4px 8px;background: #552f87;color:#fff;}

.pagination .pages {margin-right:8px;}   

/**/
/* PULSANTE NOSTRE PROPOSTE  */
.btnProposte {margin: 0px 5% 15% 8%;
			    display: block;
			    padding: 16px;
			    background-color: #448889;
			    font-size: 19px;
			    color: #fff;
			    text-align: center;
			    box-sizing: border-box;
			    width: 85%;
			    border-radius: 5px;
			    text-transform: uppercase;
			    border: 1px solid #1b5859;
				}

/**/