@charset "utf-8";
/* CSS Document */

.red {
	color: red !important;
}



body {
	margin: 0;
	padding: 0;
	font-family: 'Montserrat', sans-serif;
	color: #666;
	background: #f4f4f4;
}
a {
	text-decoration: none;
	color: inherit;
}
footer {
	background: #34495E;
	padding: 20px 0;
	width: 100%;
	margin: 100px auto 0 auto;
	text-align: center;
	color: #fff;
}

.partner_wrap {
	background: #ddd;
	padding: 15px;
	box-sizing: border-box;
	margin: 10px;
    margin-bottom: 25px;
}
.partner_wrap .partner_title {
	font-weight: 700;
	font-size: 1.4em;
	color:  #34495E;
	margin-bottom: 20px;
	padding: 0;
    border-bottom: 3px solid #f4f4f4;
    padding-left: 15px;
    padding-bottom: 5px;
	background: #ddd;
}

.partner_title {
	font-weight: 700;
	font-size: 1.4em;
	color:  white;
	margin-bottom: 20px;
	background: #34495E;
    padding: 5px;
    box-sizing: border-box;
    padding-left: 30px;
}
.partner_box_wrap, .links_box_wrap, .circolari_box_wrap {
	display: flex;
	flex-wrap: wrap;
}

.partner_box, .circolari_box {
	width: 18%;
	margin: 1%;
	box-sizing: border-box;
}
.partner_box {
	background: white;
	width: 23%;
	display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.links_box {
	display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.circolari_box {
	display: flex;
	flex-direction: row;
	background: #34495E;
	border: 1px solid #ccc;
	padding: 10px;
    align-items: center;
}

.partner_image, .partner_title, .partner_txt {
	width: 100%;
}

.partner_image img {
	width: 100%;
	margin-bottom: 10px;
	background-color: #eee;
}

.partner_box .partner_title {
	padding: 5px;
	font-weight: bold;
	font-size: 1em;
	box-sizing: border-box;
	background: #34495E;
    margin: 5px;
    color: white;
}

.partner_box .partner_title:hover {
	background: #ccc;
    color: #34495E;
}

.partner_txt {
	padding: 5px;
	box-sizing: border-box;
    font-size: 0.8em;
}

.links_box {
	width: 18%;
	margin: 1%;
	background: #eee;
	padding: 10px;
	box-sizing: border-box;
	border: 2px solid #f4f4f4;
}

.links_box:hover {
	border: 2px solid #34495D;
}

.links_image, .lins_info {
	width: 100%;
}
.links_info {
	font-size: 0.7em;
    font-weight: bold;
}
.links_image {
	background: #eee;
    padding: 5px;
    box-sizing: border-box;
    margin-bottom: 10px;
}
.links_image img {
	width: 100%;
	margin-bottom: 10px;
}

.circolari_icon {
	width: 15%;
	padding: 0 10px;
	border-right: 1px solid #ccc;
	font-size: 2em;
	color: white;
}
.circolari_name {
	font-weight: bold;
	color: white;
	font-size: 0.8em;
    padding-left: 10px;
}

.circolari_timewrap {
	margin-bottom: 20px;
}

.circolari_month {
	font-weight: bold;
	font-size: 1.7em;
	color: #666;
	border-bottom: 2px solid #34495E;
	margin-bottom: 15px;
}

.top {
	width: 80%;
	background: rgba(255,255,255,0.8);
	padding: 10px 0;
	position: fixed;
	top: 0px;
	display: flex;
	justify-content: space-around;
	margin: 0 auto;
	z-index: 9999;
}
.logo {
	width: 30%;
}
.logo img {
	height: 100%;
}
.menuwrap {
	width: 68%;
	display: flex;
	justify-content: space-around;
}
.menu {
	width: 80%;
	display: flex;
	justify-content: space-around;
	align-items: center;
	color: #333;
}
.menu_bt {
	text-align: center;
	height: 100%;
}
.selected {
	color: #33465E;
	font-size: 500;
	font-weight: 600;
}
.menu_divider {
	height: 100%;
	width: 1px;
	background: #666;
	margin: 0 10px;
}
.areaclienti {
	background-color: #34495E;
	color: #fff;
	font-weight: 700;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0 10px;
	text-align: center;
	width: 20%;
}
.submenu {
	background: rgba(51,70,94,0.7);
	position: fixed;
	top:56px;
	color: #fff;
	width: 80%;
	display: flex;
	justify-content: space-around;
	text-transform: uppercase;
	font-size: 0.8em;
}
.submenu_bt {
	width: 23%;
	text-align: center;
	display: flex;
	align-items: center;
	padding: 10px;
	justify-content: center;
	border-right: 1px solid rgba(255,255,255,0.4);
	background-color: transparent;
	font-weight: 600;
}
.last {
	border-right: none !important;
}
#container, header {
	width: 80%;
	margin: 0 auto;
	background: #fff;
}

.indexwrap {
	border: 2px solid #34495E;
	padding: 5px;
	margin: 5px;
	box-sizing: border-box;
}
.focus_wrap {
	display: flex;
	justify-content: space-around;
	    margin-top: -60px;
}
.focus {
	width: 32%;
	background: #fff;
	margin-top: -65px;
	position: relative;
}
.focus_circle {
	position: absolute;
	border-radius: 200px;
	width: 60px;
	z-index: 0;
	height: 60px;
	top: -30px;
	left: 0;
	right: 0;
	margin: auto;
	background: #ffF;
	text-align: center;
	padding: 7px;
	box-sizing: border-box
}
.focus_title {
	font-family:'Oswald', sans-serif;
	text-transform: uppercase;
	font-size: 1.6em;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #333;
	text-align: center;
	font-weight: 700;
	position: relative;
	z-index: 1;
	height: 40px;
    padding-top: 20px;
}
.focus_txt {
	background: #f4f4f4;
	font-size: 0.8em;
	padding: 10px 15px;
	line-height: 20px;
	box-sizing: border-box;
	text-align: justify;
}
.focus_img {
	position: relative;
	overflow: hidden;
}


.blur img{
transition: 1s ease;
	opacity: 1;
	 margin: -10px;
	width: 105%;
	cursor: pointer;
}

.blur img:hover {
-webkit-filter: blur(3px);
filter: blur(3px);
	opacity: 0.8;
transition: 1s ease;
	overflow: hidden;
}

.scopridipiu {
	color: #33485E;
	font-family: 'Oswald', sans-serif;
	font-weight: 700;
	padding: 5px 0;
	position: absolute;
	width: 100%;
	background: rgba(255,255,255,0.3);
	text-align: center;
	bottom: 0;
	visibility: hidden;
}
.focus_img:hover .scopridipiu {
	visibility: visible;
}
.big_title {
	margin: 25px 0;
	color: #333;
	font-size: 3em;
	text-align: center;
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	display: flex;
	justify-content: center;
}
.big_title_txt {
	border-bottom: 5px solid #34495E;
	display: block;
}
.box_2_wrap {
	display: flex;
	justify-content: space-around;
	margin-top: 20px;
	line-height: 25px;
	text-align: justify;
}
.box_2_left, .box_2_right {
	width: 48%;
	text-align: justify;
	display: flex;
    align-items: center;

}
.box_2_right_chisiamo {
	width: 48%;
	text-align: justify;
}
.box_2_txt {
	padding: 0 10px;
	text-align: justify;
}
.claim {
	margin: 80px 0;
}
.claim_txt {
	width: 40%;
	padding: 40px 0;
	margin-left: 5%;
	text-align: center;
}
.claim_txt span {
	font-size: 2em;
	color: #333;
}
.claim_txt {
	color: #34495E;
}
.circles_wrap {
	display: flex;
	justify-content: space-between;
	margin-top: 30px;
}
.circle {
	width: 19%;
	min-width: 220px;
}
.circle_img {
	width: 220px;
	height: 220px;
	overflow: hidden;
	position: relative;
	margin: 0 auto;
}
.circle_title {
	position: absolute;
	bottom: 0%;
	height: 50%;
	margin: auto;
	width: 100%;
	background: rgba(255,255,255,0.7);
	color: #33485E;
	font-family: 'Oswald', sans-serif;
	text-align: center;
	font-weight: 700;
}


.circle_img {
transition: 0.5s ease;
border-radius:100%;
}

.circle_img:hover {
border-radius:30%;
transition: 0.5s ease;
}

.box_1_wrap {
	padding: 0 10px;
	line-height: 25px;
	text-align: justify;
}
.circle_txt {
	font-size: 0.8em;
	line-height: 20px;
	text-align: justify;
	padding: 0 10px;
}
.box_2_punti {
	margin: 20px 0;
}
.box_2_punti_box {
	background: #f4f4f4;
	display: flex;
	justify-content: space-between;
}
.box_2_punti_box_txt {
	display: flex;
	align-items: center;
	padding: 0 10px;
	box-sizing: border-box;
}
.box_2_punti_box_bt {
	background: #34495E;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 10%;
	color: #fff;
	font-size: 2em;
}
.news {
	display: flex;
	flex-wrap: wrap;
}
.news_data {
	font-size: 0.8em !important;
	margin: -20px 0 25px 0 !important;
}
.news_box {
	width: 31%;
	margin: 0 1%;
	box-sizing: border-box;
	background: #f4f4f4;
	position: relative;
	margin-top: 40px;
}

.news_box_content {
	margin-top: 0px;
}
.news_box_title {
	font-size: 1.6em;
	font-weight: 500;
	background: rgba(255,255,255,0.6);
	color: #34495E;
	text-align: center;
	font-family: 'Oswald', sans-serif;
	position: absolute;
	bottom: 0px;
	width: 100%;
}
.news_box_img {
	overflow: hidden;
	position: relative;
}
.news_box_txt {
	font-size: 1em;
	text-align: justify;
	margin: 2px;
	padding: 5px;
	color: #333;
	font-weight: 500;
	min-height: 150px;
}
.news_box_bt {
	background: #34495E;
	color: #fff;
	font-weight: 700;
	text-align: center;
	width: 100%;
	padding: 5px 0;
}
.backtonews {
	background: #34495E;
	color: #fff;
	text-transform: uppercase;
	padding: 5px;
	box-sizing: border-box;
	font-weight: 200;
}
.news_img {
	height: 400px;
	background-size: cover;
	background-position: center center;
	overflow: hidden;
}
.servizi {
	display: flex;
	flex-wrap: wrap;
}
.servizio {
	width: 90%;
	margin: 0 5%;
	padding: 10px;
	box-sizing: border-box;
}
.singolo {
	width: 48%;
	margin: 0 1%;
}
.servizio_title {
	text-transform: uppercase;
	font-weight: 800;
	color: #fff;
	background:  #34495E;
	padding: 10px;
	font-size: 1.1em;
}
.servizio_content {
	border-bottom: 3px solid #ccc;
	border-left: 3px solid #ccc;
	border-right: 3px solid #ccc;
	padding: 3px;
	box-sizing: border-box;
	background: #f4f4f4;
	display: flex;
	justify-content: space-between;
}
.evidenza {
	border-bottom: 2px solid #34495E;
	text-transform: uppercase;
	color: #333;
	font-weight: 600;
	margin-top: 10px;
}
.servizio_txt, .servizio_img {
	text-align: justify;
	width: 49%;
}
.servizio_txt {
	padding: 20px 20px 0 0;
	line-height: 25px;
	text-align: justify;
}
.singolo_txt {
	width: 100%;
}
.servizio_txt li {
	list-style: circle;
	font-size: 0.9em;
	line-height: 30px;
}
.servizio_txt .box_2_punti_box {
	background: #ccc;
	text-transform: uppercase;
	font-weight: 600;
	color: #333;
}
.servizio_txt .box_2_punti_box_bt {
	width: 25%;
	font-size: 1.2em;
	line-height: 50px;
}
.dovesiamo {
	width: 68%;
	margin: 10px 0;
	display: flex;
	justify-content: space-between;
}
.dovesiamo_box {
	width: 48%;
}
.dovesiamo_title {
	font-weight: 700;
	border-bottom: 3px solid #ccc;
    margin-bottom: 25px;
    font-size: 1.5em;
    color: #34495E;
}
.slider_box {
	position: absolute;
	top: 20%;
	left: 50px;
	z-index: 9999;
}
.flex-active-slide {
	position: relative;
}
ANIMATIONS

.hvr-fade {
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  overflow: hidden;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: color, background-color;
  transition-property: color, background-color;
}
.hvr-fade:hover, .hvr-fade:focus, .hvr-fade:active {
  background-color: #486582;
  color: white;
}

.hvr-fade-trans {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  overflow: hidden;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: color, background-color;
  transition-property: color, background-color;
}
.hvr-fade-trans:hover, .hvr-fade:focus, .hvr-fade:active {
  background-color: rgba(255,255,255,0.8);
  color: #486582;
}

/* Underline From Center */
.hvr-underline-from-center {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  overflow: hidden;
}
.hvr-underline-from-center:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 50%;
  right: 50%;
  bottom: 0;
  background: #34495E;
  height: 4px;
  -webkit-transition-property: left, right;
  transition-property: left, right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-underline-from-center:hover:before, .hvr-underline-from-center:focus:before, .hvr-underline-from-center:active:before {
  left: 0;
  right: 0;
}

/* CONTATTI */
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400italic,400,300,600);

.contatti {
	display: flex;
	justify-content: space-around;
}
.contatti_mail {
	width: 30%;
}

#contact input[type="text"], #contact input[type="email"], #contact input[type="tel"], #contact input[type="url"], #contact textarea, #contact button[type="submit"] { font:400 12px/16px "Open Sans", Helvetica, Arial, sans-serif; }

#contact {
	background:#F9F9F9;
	padding:0 25px;
	margin:10px 0;
}

#contact h3 {
	color: #34495E;
	display: block;
	font-size: 30px;
	font-weight: 400;
}

#contact h4 {
	margin:5px 0 15px;
	display:block;
	font-size:13px;
}

fieldset {
	border: medium none !important;
	margin: 0 0 10px;
	min-width: 100%;
	padding: 0;
	width: 100%;
}

#contact input[type="text"], #contact input[type="email"], #contact input[type="tel"], #contact input[type="url"], #contact textarea {
	width:100%;
	border:1px solid #CCC;
	background:#FFF;
	margin:0 0 5px;
	padding:10px;
	box-sizing: border-box;
}

#contact input[type="text"]:hover, #contact input[type="email"]:hover, #contact input[type="tel"]:hover, #contact input[type="url"]:hover, #contact textarea:hover {
	-webkit-transition:border-color 0.3s ease-in-out;
	-moz-transition:border-color 0.3s ease-in-out;
	transition:border-color 0.3s ease-in-out;
	border:1px solid #AAA;
	box-sizing: border-box;
}

#contact textarea {
	height:100px;
	max-width:100%;
  resize:none;
	box-sizing: border-box;
}

#contact button[type="submit"] {
	cursor:pointer;
	width:100%;
	border:none;
	background:#333;
	color:#FFF;
	margin:0 0 5px;
	padding:10px;
	font-size:15px;
}

#contact button[type="submit"]:hover {
	background:#34495E;
	-webkit-transition:background 0.3s ease-in-out;
	-moz-transition:background 0.3s ease-in-out;
	transition:background-color 0.3s ease-in-out;
}

#contact button[type="submit"]:active { box-shadow:inset 0 1px 3px rgba(0, 0, 0, 0.5); }

#contact input:focus, #contact textarea:focus {
	outline:0;
	border:1px solid #999;
}
::-webkit-input-placeholder {
 color:#888;
}
:-moz-placeholder {
 color:#888;
}
::-moz-placeholder {
 color:#888;
}
:-ms-input-placeholder {
 color:#888;
}
.menu_bt_mobile {
	background: #ddd;
	line-height: 40px;
	font-weight: 900;
	width: 100%;
	text-align: center;
}

@media screen and (min-width:120px) {
	.circolari_box {
		width: 48%;
	}
	.slider_box {
		font-size: 0.6em;
		top: 0%;
		left: 0px;
	}
	.menu {
		display: none;
	}

	.dovesiamo, .menuwrap {
		display: block;
	}
#container, header {
	width: 100%;
	margin: 0 0;
	}
.top {
		position: relative;
	}
.focus_wrap {
    margin-top: 0px;
    flex-direction: column;
}
	.focus {
    width: 100%;
    margin-top: 50px;
}
	.box_2_wrap, .servizio_content, .contatti, .contatti_mail {
		flex-direction: column;
	}
	.box_2_left, .box_2_right, .box_2_right_chisiamo {
		width: 100%;
	}
	.circles_wrap {
		flex-direction: column;
	}
	.circle {
    width: 100%;
    margin: 20px 0;
}
	.box_2_txt {
		padding: 0 10px !important;
		line-height: 25px;
		text-align: justify;
	}

	.servizio_txt, .servizio_img {
		width: 100%;
	}
	.submenu {
		display: none;
	}
	.box_2_punti_box_bt {
		width: 61%;
		font-size: 0.7em;
	}
	.box_2_punti_box_txt {
		width: 60%;
	}
	.contatti_mail {
		width: 100%;
	}
	.dovesiamo {
		width: 100%;
	}
	.dovesiamo_box {
		width: 100%;
	}
	.top {
		display: block;
		width: 100%;
	}
	.logo {
    	width: 100%;
		text-align: center;
	}
	.menuwrap {
		width: 100%;
	}
	.menu {
		width: 100%;
		flex-direction: column;
	}
	.menu_bt {
		line-height: 40px;
	}
	.news_box {
		width: 100%;
	}
	.menu_bt_mobile {
		display: block;
	}
}

@media screen and (min-width:768px) {
	.circolari_box {
		width: 48%;
	}
	.slider_box {
		font-size: 0.6em;
		top: 0%;
		left: 0px;
	}
	.menu {
		display: none;
	}
	.dovesiamo {
		display: block;
	}
	#container, header {
	width: 100%;
	margin: 0 0;
	}
	.top {
		position: relative;
	}
	.focus_wrap {
    margin-top: 0px;
    flex-direction: column;
}
	.focus {
    width: 100%;
    margin-top: 50px;
}
	.box_2_wrap, .servizio_content, .contatti, .contatti_mail {
		flex-direction: column;
	}
	.box_2_left, .box_2_right, .box_2_right_chisiamo {
		width: 100%;
	}
	.circles_wrap {
		flex-direction: column;
	}
	.circle {
    width: 100%;
    margin: 20px 0;
}
	.box_2_txt {
		padding: 0 10px !important;
	}
	.servizio_txt, .servizio_img {
		width: 100%;
	}

	.submenu {
		display: none;
	}
	.box_2_punti_box_bt {
		width: 61%;
		font-size: 0.7em;
	}
	.box_2_punti_box_txt {
		width: 60%;
	}
	.contatti_mail {
		width: 100%;
	}
	.dovesiamo {
		width: 100%;
	}
	.dovesiamo_box {
		width: 100%;
	}
	.top {
		display: block;
		width: 100%;
	}
	.logo {
    	width: 100%;
		text-align: center;
	}
	.menuwrap {
		width: 100%;
	}
	.menu {
		width: 100%;
		flex-direction: column;
	}
	.menu_bt {
		line-height: 40px;
	}
	.news_box {
		width: 100%;
	}
	.menu_bt_mobile {
		display: block;
	}

}

@media screen and (min-width:1024px) {
	.circolari_box {
		width: 18%;
	}
	.slider_box {
		font-size: inherit;
		top: 20%;
		left: 50px;
	}
	.menu {
		display: flex;
	}
	.dovesiamo {
		display: flex;
	}
	#container, header {
	width: 80%;
	margin: 0 auto;
	}
	.top {
		position: fixed;
	}
	.focus_wrap {
    margin-top: -60px;
    flex-direction: row;
}
	.focus {
    width: 32%;
    margin-top: -65px;
}
	.box_2_wrap, .servizio_content, .contatti, .contatti_mail {
		flex-direction: row;
	}
	.box_2_left, .box_2_right, .box_2_right_chisiamo {
		width: 48%;
	}
	.circles_wrap {
		flex-direction: row;
	}
	.circle {
    width: 19%;
    margin: 0px 0;
}
	.box_2_txt {
		padding: 0 10px;
	}
	.servizio_txt, .servizio_img {
		width: 49%;
	}

	.submenu {
		display: flex;
	}
	.box_2_punti_box_bt {
		width: 25%;
		font-size: 1.2em;
	}
	.box_2_punti_box_txt {
		width: auto;
	}
	.contatti_mail {
		width: 30%;
	}
	.dovesiamo {
		width: 68%;
	}
	.dovesiamo_box {
		width: 48%;
	}
	.top {
		display: flex;
		width: 80%;
	}
	.logo {
    	width: 30%;
		text-align: left;
	}
	.menuwrap {
		width: 68%;
	}
	.menu {
		width: 80%;
		flex-direction: row;
	}
	.menu_bt {
		line-height: normal;
	}
	.news_box {
		width: 31%;
	}
	.menu_bt_mobile {
		display: none;
	}

}

@media screen and (min-width:1200px) {
	.circolari_box {
		width: 18%;
	}
	.slider_box {
		font-size: inherit;
		top: 20%;
		left: 50px;
	}
	.menu {
		display: flex;
	}
	.dovesiamo {
		display: flex;
	}
	#container, header {
	width: 80%;
	margin: 0 auto;
	}
	.top {
		position: fixed;
	}
	.focus_wrap {
    margin-top: -60px;
    flex-direction: row;
}
	.focus {
    width: 32%;
    margin-top: -65px;
}
	.box_2_wrap, .servizio_content, .contatti, .contatti_mail {
		flex-direction: row;
	}
	.box_2_left, .box_2_right, .box_2_right_chisiamo {
		width: 48%;
	}
	.circles_wrap {
		flex-direction: row;
	}
	.circle {
    width: 19%;
    margin: 0px 0;
}
	.box_2_txt {
		padding: 0 10px;
	}
	.servizio_txt, .servizio_img {
		width: 49%;
	}

	.submenu {
		display: flex;
	}
	.box_2_punti_box_bt {
		width: 25%;
		font-size: 1.2em;
	}
	.box_2_punti_box_txt {
		width: auto;
	}
	.contatti_mail {
		width: 30%;
	}
	.dovesiamo {
		width: 68%;
	}
	.dovesiamo_box {
		width: 48%;
	}
	.top {
		display: flex;
		width: 80%;
	}
	.logo {
    	width: 30%;
		text-align: left;
	}
	.menuwrap {
		width: 68%;
	}
	.menu {
		width: 80%;
		flex-direction: row;
	}
	.menu_bt {
		line-height: normal;
	}
	.news_box {
		width: 31%;
	}
	.menu_bt_mobile {
		display: none;
	}
}
