/* ********************************************* BUSINESSBOX CUSTOM.CSS ****************************************
** FOGLIO DI STILE PERSONALE CHE VIENE LETTO GERARCHICAMENTE ALLA FINE DI TUTTI GLI ALTRI CSS QUINDI LE MODIFICHE EFFETTUATE QUI HANNO PRECEDENZA SU TUTTO.
** INOLTRE NON VIENE SOVRASCRITTO CON VARI AGGIORNAMENTI E NON VIENE COMPILATO DAL LESS.
 */


@import "https://cdnjs.cloudflare.com/ajax/libs/csshake/1.5.1/csshake.min.css";  /* utilizzato per animazioni su testi, div, ecc vedi documentazione su https://elrumordelaluz.github.io/csshake/ */
@import "https://cdnjs.cloudflare.com/ajax/libs/animate.css/3.5.2/animate.min.css"; /* utilizzato per animazioni su testi, div, ecc vedi documentazione su https://daneden.github.io/animate.css/
                                                                                      animates.css si puo usare anche con script wow.js, vedi doc al link http://mynameismatthieu.com/WOW/docs.html */
@import "//netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.min.css"; /*utilizzato per BOX con icone (vedi sotto)*/
@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700');   /*utilizzato per BOX con icone (vedi sotto)*/
@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,700');

.article-intro .item-image,
.article-image {
  margin-bottom: 20px;
}

.pagination > .active > a {
  background-color: #954dab;
}

#hikashop_category_information_menu_1171 .hikashop_product_image_subdiv {
    width: auto !important;
}

#hikashop_category_information_menu_1171 .hikashop_product_image {
    height: auto !important;
}

.hikabtn_checkout_login_form,
#hikashop_register_form_button {
  display: none;
}

#hikashop_checkout_registration,
#hikashop_checkout_login_form{
  margin-top: 60px;
}

#hikashop_checkout h1 {
display: none;
}

#hikashop_checkout_login_form input[type="password"],
#hikashop_checkout_login_form input[type="text"] {
    width: auto;
}

#hikashop_checkout .form-inline .radio input[type="radio"], .form-inline .checkbox input[type="checkbox"] {
    float: none;
}
#hikashop_checkout .form-inline .radio input[type="radio"], .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
}

#hikashop_category_information_menu_1161 .hikashop_product_image {
    height: auto !important;
}

#hikashop_category_information_menu_1161 .hikashop_product_image_subdiv {
    width: auto !important;
}

#data_register_registration_method .btn-group,
#data_register_registration_method .btn-group-vertical {
    display: block;
    width: 150px;
    margin: 20px auto 60px auto;
    background: #e4e3e3;
}

#data_register_registration_method .btn.active {
    background: #1b7977;
  	box-shadow: none;
  color: white;
}


#hikashop_category_information_menu_1169 .hikashop_product_image {
  height: auto !important;
  margin-bottom:10px;
}

#hikashop_category_information_menu_1169 .hikashop_product_image_subdiv {
  width: 100% !important;
}


#hikashop_category_information_menu_1171 .hikashop_category_image {
    height: auto !important;
}

.box-abbonamento {
  max-width: 400px;
      margin-left: auto !important;
    margin-right: auto !important;
}

.abbonati a:hover {
    text-decoration: none;
}

.abbonati ul {
    text-align: left;
    list-style-type: circle;
    color: #696969 !important;
    margin: 20px 0;
}

.abbonati h3 {
  font-size:40px;
}

.abbonati ul li {
    margin-bottom:10px;
}

#hikashop_checkout img {
  max-width: 200px;
}

a:hover .box-abbonamento {
  -webkit-box-shadow: 2px 2px 5px rgba(88, 88, 88, 0.53);
	-moz-box-shadow: 2px 2px 5px rgba(88, 88, 88, 0.53);  
  box-shadow: 2px 2px 5px rgba(88, 88, 88, 0.53);
}

@media (max-width:500px) {
  .col-xs-12 .col-xs-6 {
	width:100%;
    margin-bottom:30px;
  }
}

@media (max-width:991px) {
.box-abbonamento-left {
    border-right: none !important;
}
}

.box-abbonamento {
  background-color: #fff;
  border-radius: 4px;
}

.attivita-card .box-abbonamento {
  border: 2px solid #99709e;
  margin: 30px 0;
}

.fornitori-card .box-abbonamento {
  border: 2px solid #5d7d61;
  margin: 30px 0;
}

.box-abbonamento-left {
    border-right: 2px solid #adadad;
    padding-bottom: 40px;
}
  
.header-abbonamento {
	font-weight: 300;
}

.header-abbonamento span {
	font-size: 30px;
}

.fornitori-card {
	margin-top: 30px;
}

.box-abbonamento .acquista{
	font-size: 15px;
    color: #ffffff;
    background: #99709e;
    padding: 7px 0;
    width: 60%;
    border-radius: 2px;
    margin: 0 auto;
}

.fornitori-card .box-abbonamento .acquista {
  background: #5d7d61  !important;
}

.rombo {
    background: white;
    width: 20px;
    height: 20px;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    margin: -10px auto 0 auto;
}

.attivita-card .header-abbonamento {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#954bab+0,c056ce+56 */
  background: #954bab; /* Old browsers */
  background: -moz-linear-gradient(top, #7d5988 0%, #99709e 56%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #7d5988 0%,#99709e 56%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #7d5988 0%,#99709e 56%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7d5988', endColorstr='#99709e',GradientType=0 ); /* IE6-9 */  
  color: #fff;
  padding: 10px 10px 25px 10px;
}

.fornitori-card .header-abbonamento {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#954bab+0,c056ce+56 */
  background: #446148; /* Old browsers */
  background: -moz-linear-gradient(top, #446148 0%, #5d7d61 56%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #446148 0%,#5d7d61 56%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #446148 0%,#5d7d61 56%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#446148', endColorstr='#5d7d61',GradientType=0 ); /* IE6-9 */  
  color: #fff;
  padding: 10px 10px 25px 10px;
}

.abbonati-page #t3-mainbody,
.abbonati-page .wrap.t3-navhelper {
  display:none;
} 

#hikashop_category_information_menu_1171 {
  text-align:center;
}

#hikashop_category_information_module_ .hikashop_product_image_subdiv {
    width: 100% !important;
}

#hikashop_category_information_module_ .hikashop_product_image {
    height: auto !important;
}

a.hikacart {
    margin-top: 20px;
}

.hikashop_products_listing .hikashop_product_price {
  font-size: 24px;
}

.hikashop_products_listing .hikashop_product_name {
  font-size: 20px;
}

img.hikashop_product_listing_image:hover {
 	transform: scale(0.95);
}

.thumbnail a > img {
	transition-duration: 0.5s;
}

#hikashop_category_information_menu_1171 div.hikashop_subcontainer {
    background: none !important;
}

.hikashop_category_name {
  font-size: 25px;
}

.thumbnail {
    border: none !important;
}

.t3-footer {
    background: #ececec;
}

a {
    color: #954dab;
}

a:hover, a:focus {
    color: #954dab;
}

.modal-header {
    position: relative;
    background-color: #ffffff;
    padding: 15px;
    margin-bottom: 5px;
}

.modal-content{
  padding:15px !important;  
}

.modal-title {
    text-align: left;
 	font-size:18px;
}

ul.social-buttons li a:active, ul.social-buttons li a:focus, ul.social-buttons li a:hover {
    background-color: #954dab;
}

ul.social-buttons li a {
    display: block;
    background-color: #222;
    height: 40px;
    width: 40px;
    border-radius: 100%;
    font-size: 20px;
    line-height: 40px;
    color: #fff;
    outline: 0;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}

.navbar-default .navbar-nav > li > a {
	font-family: "Montserrat", Helvetica, Arial, sans-serif;
}

.nav > li > a:hover, .nav > li > a:focus {
    background-color: #954dab;
}


.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background: #954dab;
}

.navbar-default .navbar-toggle:hover .fa-bars, .navbar-default .navbar-toggle:focus .fa-bars {
    color:#fff;
}

.logo {
    top: 20px;
}

@media (max-width:990px) {
  
  #t3-mainnav {
    height:106px;
  }
  
  footer {
    text-align:center !important;
  }
  
  .coll-mid {
    margin:20px 0;
  }
}

@media (min-width:991px) {
  
  .right-footer {
    text-align:right;
  }
}

@media only screen and (max-width: 760px), (max-device-width: 1024px) and (min-device-width: 768px) {
.hikashop_checkout_cart td.hikashop_cart_product_name_value {
    width: 100%;
}
}

.carrello {
  background-color:#222222 !important;
}
  
.hikashop_checkout_page select {
  width:auto;
}

.itemid-1171 h1 {
  margin-bottom: 60px;
}

#hikashop_cart_406,
#hikashop_cart_408 {
  position:absolute;
  font-size: 12px;
  text-align:center;
}

#hikashop_cart_406 {
  right:20px;
  top:2px;
}

#hikashop_cart_408 {
  right:8px;
  top:8px;
}

#hikashop_cart_406 a,
#hikashop_cart_408 a{
  color:#fff;
  line-height: 20px;
   background-color:#954dab;
      padding: 4px;
    border-radius: 100px;
}

/* FOLLOWNEWS */

/* 	
.itemid-1085 --> pagina follownews
.itemid-1089 --> pagina follownews/domande
*/

.itemid-1085 #hikashop_cart_406 a,
.itemid-1089 #hikashop_cart_406 a{
   background-color:#3eb5af;
}

.itemid-1085 .btn-form-contatti,
.itemid-1089 .btn-form-contatti {
		background-color: #3eb5af!important;
}

.itemid-1085 .navbar-default .navbar-nav > li > a:hover,
.itemid-1085 .navbar-default .navbar-nav > li > a:active,
.itemid-1085 .navbar-default .navbar-nav > li > a:focus,
.itemid-1089 .navbar-default .navbar-nav > li > a:hover,
.itemid-1089 .navbar-default .navbar-nav > li > a:active,
.itemid-1089 .navbar-default .navbar-nav > li > a:focus {
	color: #3eb5af;
	border-bottom: 2px solid #3eb5af;
}

.itemid-1085 #Mod383.row-feature {
  height: 500px;
}

.itemid-1085 h2.title-map{
	background-color: #3eb5af;
}

.itemid-1085 .navbar-default .navbar-toggle .icon-bar,
.itemid-1085 .navbar-default .navbar-toggle .fa-bars,
.itemid-1089 .navbar-default .navbar-toggle .icon-bar,
.itemid-1089 .navbar-default .navbar-toggle .fa-bars {
    color: #3eb5af;
}

.itemid-1085 .navbar-default .navbar-nav > .active > a, 
.itemid-1085 .navbar-default .navbar-nav > .active > a:hover, 
.itemid-1085 .navbar-default .navbar-nav > .active > a:focus,
.itemid-1089 .navbar-default .navbar-nav > .active > a, 
.itemid-1089 .navbar-default .navbar-nav > .active > a:hover, 
.itemid-1089 .navbar-default .navbar-nav > .active > a:focus{
    color: #3eb5af;
}

.itemid-1085 .navbar-default .navbar-nav > li > a:hover,
.itemid-1089 .navbar-default .navbar-nav > li > a:hover {
    color: #3eb5af;
}

.itemid-1085 .big-banner,
.itemid-1089 .big-banner {
    background-color: #3eb5af;
}

.itemid-1085 h1.title_1 {
	color: #3eb5af;
}

/* END - FOLLOWNEWS */

.hikashop_product_page li,
.hikashop_product_page p {
  font-size:18px;
}

.hikashop_product_page .text-iva-custom {
  color: #848484; 
  font-size: 28px;
  font-weight:normal;
}


.hikashop_product_price_per_unit {
  display:none;
}

#Mod403 .colonna {
  border:1px solid black; 
  display:table; 
  padding: 15px; 
  border-left-width: 8px; 
  width: 100%; 
  margin: 10px 0;
}



#Mod404 a:hover {
   box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
  transition: all 0.3s cubic-bezier(.25,.8,.25,1);
  text-decoration:none;
}

#Mod358.row-feature {
    background-size: cover !important;
 	background-position: center center !important;
}

@media screen and (max-width: 500px) {

#Mod358.row-feature {
   
    background-size: cover;
 background-position: center center;
}
}

#hikashop_product_top_part {
	margin-bottom: 40px;
}

#hikashop_product_price_main {
	font-size: 40px;
    color: #954eab;
    font-weight: bold;
}

#hikashop_product_quantity_field_1_select {
  margin-bottom: 0;
}

#hikashop_product_main_image_thumb {
  height: auto;
}

img.hikashop_child_image {
    height: 100px;
}

a.hikacart {
    background-color: #565656;
    border-color: #565656;
}

a.hikacart:hover,
a.hikacart:focus,
a.hikacart:active {
    color: #fff;
    background-color: #3c3c3c !important;
    border-color: #3c3c3c !important;
}

#hikashop_product_right_part {
    padding: 0;
  }

#hikashop_product_left_part img {
	border: 1px solid #e8e8e8;  
}

#hikashop_product_left_part #hikashop_main_image {
  	max-width: 100%;
  	height: 100%;
      width: 100%;
  margin-bottom: 30px;
}

.item-1172 {
    padding-top:5px;
  }

/* MEDIAQUERY */

@media (min-width: 991px) {
  
  #hikashop_product_right_part {
    padding: 0 0 0 40px;
  }
    
  #hikashop_product_right_part.hkc-md-6 {
    width:45%;
  }
  
  #hikashop_product_left_part.hkc-md-6 {
    width:55%;
  }
  
  #Mod403 .colonna-left {
  margin: 0 5px 0 0;
  }

  #Mod403 .colonna-right {
  margin: 0 0 0 5px;
  }
  
  .item-1172,
  #hikashop_cart_408 {
    display: none !important;
  }
}

@media (max-width: 990px) {
  .head-search {
    padding:10px 10px 0 0;
  }
  
  .navbar-toggle {
    top:25px;
  }
  
  .logo.logo-image .logo-img{
     margin-left: 15px; 
    max-width: 65px;
}

}
/* FINE */

sub{
	font-size: 22px;
	bottom: 0;
}

#logo-clac-footer {   /* posizionamento LOGO CLAC in linea con il testo del FOOTER */
	margin-top: -10px;
}

.iframe-responsive{          /*Rende RESPONSIVE tutte le google mpas inserite con gli IFRAME (da google maps->condividi->incorpora)*/
    overflow:hidden;         /* quindi si puo utilizzare per centrare qualunque iframe*/
    padding-bottom:160px;    /* OLD 56,25% */
    /*padding-top: 20px; */
    /*position:relative;*/
    height:100%;
}
.iframe-responsive iframe{
    left:0;
    top:0;
    height:350px;
    width:100%;
    position:absolute;
    margin-top: 96px;
}

.ja-masthead {
    margin-bottom: -28px;
}
.t3-mainbody {
    padding-top: 0px; /* 0 */
    padding-bottom: 28px; /* 28 */
}
/*
#field1, #field2, #field3, #field4 {    /* larghezza campi FORM CONTATTI*/
/*     width: 310px;
}*/

/*
#field4 {
    height: 300px;
}*/
/*----------FAQ-----------*/
#Mod381.row-feature.row-feature-primary{
    margin-top: 140px;
}
.separator-faq{
	border-bottom: 1px solid #e8e6e6;
	padding-bottom: 30px;
}

h1.title-faq{
	text-align: left!important;
  color: #33b5b2!important;
	font-size: 2.6em!important;
  padding-bottom:45px!important;
	margin:0!important;
	font-weight: normal!important;
}

h3.subtitle-faq{
	text-align: left;
	color: #000!important;
	font-weight:400!important;
}

/*------------------------*/
/*------------------------*/

.btn-form-contatti {
    border-radius: 30px;
    padding: 10px 35px;
		background-color: #2da8db!important;
		color:#fff!important;
		margin-top:20px;
}
.captchacode {      /*modifica dimensione Captcha di visform*/
    margin: auto;
    width: 200px !important;
}

 .captcharefresh1 {
   margin: auto;
   width: 45px !important;
 }

 .form-actions{          /*sovrascrittura (bs3 e template css) con colore sfondo TRASPARENTE su pulsante invia in CONTATTI*/
    background-color: transparent !important;
    border-top: 0px !important;
 }

.social {
    margin-right: .5em;
    padding: 10px 0px 10px 0px;
    display:block;
}
.social-link {        /*ICONE SOCIAL in posizione head-search: Colore, grandezza, ecc..*/
    font-size: 1.7em;
    color: #33b5b2;
    text-decoration: none;
    outline: none;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    padding: 3px;
}

.social > p{
	color:#dcdcdc;
	font-size: 20px;
	font-weight:200;
	text-transform:capitalize;
}
.social-link-footer {     /*ICONE SOCIAL in posizione FOOTER: Colore, grandezza, ecc..*/
    font-size: 3.7em;
    text-decoration: none;
    outline: none;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    padding: 7px;
		color:#dcdcdc;
		margin-right:5px;
		/*border-radius: 50%;
		width: 200px;
		height: 200px;
		border:1px solid #dcdcdc;*/
}


#dynamic_recaptcha_1 div {      /* centro il google RECAPTCHA*/
    margin: auto;
}
.t3-footer small {              /* Non faccio visualizzare il copyright di bootstrap nel FOOTER*/
    display: none !important;
}
.t3-sl {
    padding-bottom: 5px;
    padding-top: 5px;
}
.box-home{
	width:100%;
	height:150px;
	border: 1px solid lightgray;
	background-color:transparent;
	margin-bottom:10px;
}
.box-home-2{
	width:100%;
	height:150px;
	background-color:#33b5b2;
	margin-bottom:10px;
}
.box-home-3{
	width:100%;
	height:150px;
  background: #17807d;
	background-image: url("images/logo-white-inclinato.png");
	margin-bottom:10px;
}
.box-text-left{
	width:80%;
	float: left;
	text-align: left;
	padding-left:20px;
}
.box-text-left > h3{
	color:#33b5b2;
	font-weight:200;
	margin-top:40px;
	margin-bottom:10px;
}
.box-text-left > p{
	padding:0!important;
	text-align: left!important;
}
h3.box-green{
	color:#fff;
	font-size:3em;
}
@media screen and (max-width: 996px) {
	h3.box-green{
		color:#fff;
		font-size:34px;
		padding-top:10px;

	}
}
@media screen and (max-width: 768px) {
	.box-text-left{
		width:60%;
		float: left;
		text-align: left;
		padding-left:50px;
	}
	h3.box-green{
		color:#fff;
		font-size:28px;
		padding-top:15px;

	}
}
@media(max-width:430px) {
	.box-text-left{
		width:60%;
		float: left;
		text-align: left;
		padding-left:50px;
	}
	.box-text-left > h3{
		margin-top:20px;
	}
	h3.box-green{
		color:#fff;
		font-size:24px;
		padding-top:20px
	}
}

h1.box-home {
    margin: 0!important;
    /*border: 2px solid #ccc;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    box-shadow: 0 2px 0 rgba(0,0,0,0.1);*/
    padding: 0;
    background-color:transparent;
		text-align:left;
		width:20%;
		float: left;
		font-weight:200;
		border:0;
    line-height: 130px!important;
  }
.t3-wrapper {                 /* DA CAMBIARE SU DEMO-3 */
      margin-top: 140px;

}
  .article-content p, #rootDivElement p, .article-content li, #rootDivElement li {
    color: #000000;
    font-size: 18px;
    font-weight: 200;
    line-height: 1.5;
}
.slider {
      padding-bottom: 0px !important;

}

.artsexylightbox_container{
    text-align: center;
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 20px;
  padding-right: 20px;
}

/******** POSIZIONE ABSOLUTE-TOP (sopra il menu)**********/
.big-banner {       /* posizione BLOCCO logo in alto sopra barra menu*/
	position: fixed;
	top: 0;
	left: 0;
	background-color: #2da8db;
	z-index: 100;
	height: 50px;

}

.logo-absolute{
margin-top: 5px;
}

/*.page-masthead {
    margin-top: 155px;
}*/


.t3-navhelper {            /*DA CAMBIARE SU DEMO-3 */
  background: #FBFBFB;}

.t3-copyright {
  padding: 30px 13px 0 13px;
	border-top:0;
	/*background: url("images/fascia_footer.png");
	background-size: auto;
	background-position: top center;
	background-color:transparent;*/
}

.wrap.t3-sl.t3-sl-1{        /*DA CAMBIARE SU DEMO-3*/
    /*margin-top: 113px;
    margin-bottom: -89px;*/
    border-bottom: 0px;
}

/*.row-feature > .image-bg{

	background-size: auto;
	background-position: center;

}*/


/*
.page-masthead > .row-feature.row-feature-primary {           DA CAMBIARE SU DEMO-3
        margin-top: 98px;
        margin-bottom: -88px;
}
.page-masthead .row-feature{
            margin-top: 10px;
        margin-bottom: -190px;
}
*/

@media (max-width: 991px) { /*abbassa lo slider nelle varie pagine  */
	.slider {
	  margin-top:60px;
	}
}

/*.fa{
  color: #33b5b2;

}*/


/*--------icon-home-----------*/
.icon-little:nth-child{
  color: #33b5b2;

}
/*-------------------------*/
/*-------------------------*/

.t3-sl-1 .container { /*mappa in header sezione contatti*/
    width: 100%;
}

#Mod314 {               /* Posizione "mastehead" in home in cui c'è il virtual tour*/
    margin-bottom: -27px;
		box-sizing: border-box;
}
#Mod334 {               /* Posizione "mastehead" in home in cui c'è il virtual tour*/
    background-color: #33b5b2;
		box-sizing: border-box;
}
#Mod356 {               /* Pannello di controllo BG*/
  /*background: #FED372;---giallo tolto---*/
}
#Mod327.row-feature {   /*icone funzionalità appTouch*/
    background-color: #fff;
		box-sizing: border-box;
}
#Mod314 .container {
    margin-top: -98px;
    margin-bottom: -130px;
    width: 100%;
		box-sizing: border-box;
}
/* ------------------------------------------------------*/
/* ------------------------------------------------------*/
/* ----modulo acquista in negozio con sfondo in BG----*/
#Mod350.row-feature{
	background: url("/images/punto_vendita_icon.png");
	background-size: auto;
	background-position: bottom center;
	background-color:transparent;
	background-repeat: no-repeat;
	height:auto;
	padding: 30px;
	box-sizing: border-box;
}
/* ----modulo acquista in negozio con sfondo in BG----*/
#Mod358.row-feature{
	background: url("/images/SLIDE-CON-SCHERMATA.jpg");
	background-size: auto;
	background-position:center;
	background-color:transparent;
	height:400px;
	box-sizing: border-box;
}
@media screen and(max-width: 768px) {
	#Mod358.row-feature{
		background: url("/images/SLIDE-CON-SCHERMATA_Vtablet.png");
		background-size: 768px auto;
		height:276px;
		box-sizing: border-box;
	}
	#Mod350.row-feature{
		height: 500px;
		padding: 30px;
		box-sizing: border-box;
	}
}
@media screen and (max-width: 500px) {
	#Mod358.row-feature{
		background: url("/images/SLIDE-CON-SCHERMATA_vers_mobile.png");
		background-size: 500px auto;
		height:200px;
		box-sizing: border-box;
	}
	#Mod350.row-feature{
		background-size:cover;
		height:auto;
		padding: 30px;
		box-sizing: border-box;
	}
}



/* ------------------------------------------------------*/
/* ------------------------------------------------------*/
/* ----modulo acquista in negozio con sfondo in BG----*/
#Mod378.row-feature{
	background: url("/images/totem_app_touch.jpg");
	background-size: cover;
	background-position: top center;
	background-color:transparent;
	height:600px;
	box-sizing: border-box;
}
/* ------------------------------------------------------*/
/* ------------------------------------------------------*/
/* ----modulo sopra footer con 2 loghi e sfondo in BG----*/
#Mod353.row-feature{
	background: url("/images/fascia_foooter.png");
	background-size: auto;
	background-position: bottom center;
	background-color:#f7f7f7;
	height:500px;
	border-top:0;
	margin:0;
	box-sizing: border-box;
}
.top-footer{
	margin-top: 200px;
}
p.top-footer-text{
 color:#dcdcdc!important;
 margin-bottom:5px;
}

#Mod383.row-feature{
  background: #fff;
	position:relative;
	box-sizing: border-box;
	width:100%;
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 0;
	padding-bottom: 0;
}
#Mod383.row-feature > .container{
	margin-left:0;
	margin-right:0;
	margin:auto;
	padding:0;
	width:100%;
}
.map-fornitori{
	width:100%;
	height:500px;
	border:0;
}

h2.title-map{
	background-color: #2da8db;
	padding-bottom: 0;
	margin-bottom: 0;
	padding: 10px;
	color: #fff;
}

/*-----Modulo dinamico partner loghi-----------*/

#Mod379.row-feature{
  background: #f7f7f7;
	height:280px;
	position:relative;
	box-sizing: border-box;
}
#Mod342.row-feature{
	margin-top: 60px;
}
.carousel-indicators{
	top:90%;
	bottom:0;
	padding-top:20px;
}
.carousel{
	position:static;
}
ol.carousel-indicators li{
	color:#9e9a9a;
  border: 1px solid #9e9a9a;
}
.carousel-indicators .active{
	background-color:#9e9a9a;
}
/*------dimensioni form partner visform------*/
.visform [class^="fieldset-"].active{
	width:90%;
	margin:auto;
}
/*---START - FORM ATTIVAZIONE / chronoforms-----*/
.semanticui-body.G2-joomla.chronoforms.index{
	padding:10px;
	margin-top:30px;
}
/* button download*/
a.btn-download{


}
a.btn-download:hover{
	color:#fff!important;
	    background: #155251;
}
/* button amazon*/
a.btn-amazon{
	background-color: #2f678a;
	color: #fff;
	font-size: 26px;
	border-color: #fff;
	margin-top: 20px;

}
a.btn-amazon:hover{
	color:#2f678a!important;
  background: #d9eb10;
	border-color: #2f678a;
	font-weight:600;
}
/*----AREA 1  ----*/

fieldset#area_fieldset_18{
	border:0;
	margin-bottom: 30px;
  padding-bottom: 30px;
}

/*----AREA 2  ----*/

fieldset#area_fieldset_20{
	border:0;
	margin-bottom: 30px;
  padding-bottom: 30px;
}

/*----AREA 3  ----*/

fieldset#area_fieldset_19{
	border:0;
	margin-bottom: 30px;
  padding-bottom: 30px;
}
/*----AREA 4  ----*/

fieldset#area_fieldset_25{
	border:0;
	margin-bottom: 30px;
  padding-bottom: 30px;
}

h1.titolo-attivazione-form{
	text-align: left!important;
  padding-left: 10px!important;
}

h2.sottotitolo-attivazione-form{
	margin-top: 10px!important;
	font-size: 1em!important;
	text-align: left!important;
	margin-bottom: 30px!important;
  padding-left: 10px!important;
}

/*INPUT*/
#serial_number, #codice_retail, #nome_referente, #cognome_referente, #nome-azienda, #telefono, #email, #conferma_email, #nome_azienda{
	border:0;
	background-color: transparent;
	background:transparent;
	border-bottom:1px solid gray;
	border-radius:0;
	width:100%;
}
/*fields*/
.field-attivazione{
 width: 50%;
 float:left;
 text-align: left;
 margin-top: 20px;
 margin-bottom: 10px;
 padding:10px;
}
.title-area-attivazione{
	background-image: url(/images/activation.svg);
	background-repeat: no-repeat;
	background-position: top left;
	background-size: 30px 30px;
}
legend{
	margin: 0 0 0 25px!important;
	padding-top: 25px!important;
}
.ui.toggle.checkbox .box:after, .ui.toggle.checkbox label:after{
background:#34b5b2!important;

}
a.chronoforms6_credits{
	display:none;
}

/*---END - FORM ATTIVAZIONE / chronoforms-----*/
/* ------------------------------------------------------*/
/* ------------------------------------------------------*/
/* ----FORM CONTATTI IN HOME PAGE----*/
#Mod351.row-feature{
	padding:30px 15px;
	background-color: #fff;
	box-sizing: border-box;
}/*
@media (max-width: 430px) {
	#Mod351.row-feature{
		padding:20px 10px;

}*/



/* ------------------------------------------------------*/
/* ------------------------------------------------------*/
/*-------FORM PARTNER #Mod377-----*/
#Mod377.form-partner{
	background:#164454;
	box-sizing: border-box;

}

/*------asterisco-----*/

span.asterix-ancor > div:after{
	color: #34b5b2!important;
}



/*
#Mod377.row-feature, .category-desc, h2{
	font-weight: 200;
	text-align:center;
}*/
h2.title-form-partner{
	font-weight: 200;
	/*margin-bottom: 30px;*/
	text-align:center;
	color:#fff;

}
h3.title-form-partner{
	font-weight: 200;
	/*margin-bottom: 30px;*/
	text-align:center;
	color:#fff;

}

 .field9, .field11,.field16, .field12 .required{/*campi obbligatori*/
	width: 50%;
	float:left;
	text-align: left;
  margin-top: 20px;
  margin-bottom: 10px;
}
 .field10, .field12,.field13,.field14, .field17, .field18, .field19, .field20, .field21 {/*campi non obbligatori*/
	width: 50%;
	float:left;
	text-align: left;
  margin-top: 20px;
  margin-bottom: 10px;
}
input#field9, #field10, #field11, #field12, #field16, #field17, #field18, #field19,  #field20,  #field21 {/*id e stili input*/
	width:80%;
	border: 0;
	border-bottom: 1px solid white;
	border-radius: inherit;
	background-color:transparent;
	box-shadow: inherit;
	color:#fff;
}
textarea#field14{
	height:50px!important;
	width: 80%;
	border: 1px solid white;
}
.btn-form-partner.btn.btn-primary.btn-lg{
	border-radius: 30px;
  padding: 10px 35px;
  background-color: #ffffff!important;
  color: #1088b1!important;
  margin:auto;
	display:block;
	margin-top:20px;

}
.label-nome-partner, .label-azienda-partner, .label-via-partner, .label-cap-partner,.label-citta-partner, .label-provincia-partner, .label-sito-partner, .label-mail-partner,.label-partita-iva, .label-telefono-partner, .label-condizioni-partner, .label-informazioni-partner {
	color:#fff;
	font-weight: 100;
  font-size: 18px;
}
a.privacy-label{
	color:#fff;
	font-weight:200;
}
@media screen and (max-width: 600px) {
.field9, .field11,.field16 .required{/*campi obbligatori*/
		width: 100%;
		float:none;
		text-align: left;
	}
	.field10, .field12,.field13,.field14, .field17, .field18, .field19, .field20, .field21 {/*campi non obbligatori*/
	 width: 100%;
	 float:none;
	 text-align: left;
 }
	input#field9, #field10, #field11, #field12, {/*id e stili input*/
		width:100%;
	}
	textarea#field14{
		width: 100%;
	}
	#Mod378.row-feature{
		height:400px;
	}
}
@media screen and(max-width:430px){
	h2.title-form-partner{
		font-size:26px!important;
	}
	h3.title-form-partner{
		font-size:24px!important;
	}
	/* field modulo attivazione*/
	.field-attivazione{
	 width: 100%;
	 float:none;
	 text-align: left;
	 margin-top: 20px;
	 margin-bottom: 10px;
	 padding:10px;
	}


}
/* ------------------------------------------------------*/
/* ------------------------------------------------------*/
/*-------FORM HOMEPAGE #Mod351-----*/
#Mod351.row-feature, .category-desc, h2{
	font-weight: 200;
	/*margin-bottom: 30px;*/
	text-align:center;
	box-sizing: border-box;
}



.field1, .field2, .field3, .field4,.field7, .required{
	width: 50%;
	float:left;
	text-align: left;
  margin-top: 20px;
}
input#field1, #field2, #field3, #field7, .campi-form{
	width:80%;
	border: 0;
	border-bottom: 1px solid lightgray;
	border-radius: inherit;
	background-color:transparent;
	box-shadow: inherit;
}
textarea#field4{
	height:50px!important;
	width: 80%;
	border: 1px solid lightgray;
}
@media screen and (max-width: 600px) {
	.field1, .field2, .field3, .field4,.field7, .required{
		width: 100%;
		float:none;
		text-align: left;
	}
	input#field1, #field2, #field3,#field7, .campi-form{
		width:100%;
	}
	textarea#field4{
		width: 100%;
	}

}
/*----------------------------*/
/*----------------------------*/

/*
.features-intro.features-intro-2 .features-intro{             DA CAMBIARE SU DEMO-3
  margin-top: 68px;
}
*/

/*------- FORM DI ATTIVAZIONE CLIENTE-------*/

#Mod369{
	margin-top:100px;
	box-sizing: border-box;

}
#Mod366{
	background: #FED372;
	box-sizing: border-box;
}
/*---pagina atterraggio
#Mod371.row-feature.attivazione{
	margin-top:160px;
}
#Mod374.row-feature.contatti-inviati{
	margin-top:160px;
}
input.ff_elem{
	border: none;
	border-bottom: 1px solid lightgray;
	background-color: transparent;
	box-shadow: none;
	border-radius:0;
}
attivazione----*/


/*------- CHIUSURA FORM DI ATTIVAZIONE CLIENTE-------*/
/*---------------------------------------------------*/
#t3-content .blog.features-intro {
  margin-top: 70px;
}

.navbar-default .navbar-nav > li > a { /*cambia colore testo menu */
color: #ffffff;
height:65px;
  line-height:65px;
  padding:0 15px;
}

@media screen and (min-width: 991px) {
.navbar-default .navbar-nav > li {
    margin-left: 0; 
}
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:active, .navbar-default .navbar-nav > li > a:focus {
	color: #954eab;
	box-shadow:none;
	border-bottom: none;
}


.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
	color: #33b5b2;
	box-shadow: inset 0 -2px 0 #33b5b2;

}

.navbar-default .navbar-nav > li > a:hover{
	color:#954eab;
	border-bottom:0;
}

 .navbar-default {
  background-color: #222222;
   padding: 20px 0;
}

.t3-mainnav .t3-navbar {
  float:right;
}

/**** ACQUISTA BOX BUTTON ******/

/*.box-acquista{
	height:150px;
	margin:auto;
	background-color:red;
}*/
p.text-shop {
	text-align:center;
	color:#fff;
}
#Mod359.row-feature{
	margin:auto;
	width:100%;
	padding:0;
	height:auto;
	background-color:transparent;
	border:0;
  /*padding-top:0!important;*/
	padding-top:25px;
	cursor:pointer;
	box-sizing:border-box;
	margin-right: 0!important;
  margin-left: 0!important;
	overflow:hidden;
	box-sizing: border-box;
}
#Mod359.row-feature > .container{
	margin:auto;
	width:100%;
	margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0;
	padding-top: 0;
	box-sizing: border-box;
}
#Mod359 > .row{
	margin-right: 0!important;
  margin-left: 0!important;
	box-sizing:border-box;
	box-sizing: border-box;
}
#Mod360.row-feature{
	background-color: #1b807b;
	background-image: -webkit-linear-gradient(110deg, #2fc3bc 45%, #2f678a 35%);
	min-height: 200px;
	box-sizing: border-box;
	padding-bottom:30px!important;
}
.box-acquisto-store{
	text-align: center;
  padding-top: 50px;
	box-sizing: border-box;
	/*background-image: url(images/evidenziatore.png);
	background-repeat: no-repeat;
	background-position: 102px 190px;*/
}
h2.title-box-acquisto{
	font-size:3.2em;
	color:#fff;
	text-transform:capitalize;
}
h3.title2-box-acquisto{
	text-align: center;
	color:#fff;
	font-size: 2em;
  font-weight: 200;
	margin-top:7px;
	margin-bottom:7px;
}
/*----------------------------------------------*/
/*----------------------------------------------*/


/**** END ABSOLUTE-TOP ******/
/*-----LOGO BUSINESSBOX FASCIA IN ALTO VERDE----*/
.logo_businessbox{
	width: 300px;
	height: auto;
	margin: auto;
	display: block;
	margin-top: 5px;

}
/*---fascia in alto che contiene il logo-----*/
.container-logo{
}
/*------ menu padding -  posizione search heading (in alto)------*/
.t3-mainnav .t3-navbar{
}

/** LOGO INSERITO DIRETTAMENTE DAL BACKEND DEL TAMPLATE SPOSTATO A SINISTRA A CAVALLO DEL MENU**/
                                      /* DA ATTIVARE SOLO SE SI VUOLE INSERIRE IL LOGO DAL TEMPLATE, A SINISTRA */
.logo.logo-image .logo-img {
	height: auto;
}

.logo-image > a > img {
  max-width: 65px;
	height:auto;
}

.logo:hover a, .logo a:hover, .logo a:active, .logo a:focus {
  background: none!important;
}

@media screen and (min-width: 991px){
	.logo a {
	    background: none;
	}
}

.off-canvas-toggle + .container .navbar-header .logo {
    left: 25px;
    border-left: none;

}
/* END LOGO DEL TEMPLATE A SINISTRA A CAVALLO DEL MENU*/

/* fascione colorato CONTATTACI oppure qualunque modulo con la classe row-feature */
/*@media screen and (min-width: 992px) {
.row-feature {
    padding: 18px 0;
}
}*/



/* BOX INSERITI ALL'INTERNO DELLE PAGINE E STILE FOTO NELLE PAGINE */

.box-pagina ul {
  background-color: #F5F5F5;
  padding:20px 0 20px 20px;
  margin-bottom: 50px;
  border:1px solid #E0E0E0;
  margin: 0 10px;

    color: #000000;
    font-size: 18px;
    font-weight: 200;
    line-height: 1.5;
}

.box-pagina h3 {
  color:#C10016;
}

#Mod334.row-feature.row-feature-primary { /* questo modifica le impostazionidel box contatti */
	background-color: #33b5b2;
	box-sizing: border-box;
	}

#Mod355 { /* questo modifica le impostazionidel box contatti */
	background-color: #A0A0A0;
	box-sizing: border-box;
}
/*----classe del btn da template-----*/

.btn:hover, .btn:focus, .btn.focus {
    background-color: #1b7977;
		color:#fff;
    text-decoration: none;
}
a.btn-shop{ /*--pulsante lato destro*/
	background: #3aa968;
	width:100%;
	font-size:22px;
	color:#abf1c8;
	padding: 0;
	padding-top: 15px;
	padding-bottom: 15px;
	box-sizing:border-box;
}
a.btn-shop:hover{
 background:#276540;
 color:#fff;
}
a.btn-shop1{/*--pulsante lato sinistro*/
	background: #0070b9;
	width:100%;
	font-size:22px;
	color:#84c0e6;
	padding: 0;
	padding-top: 15px;
	padding-bottom: 15px;
	box-sizing:border-box;
}
a.btn-shop1:hover{
 background:#0b466d;
 color:#fff;
}
.acquisto-box-home{
	margin-left: 0;
	padding-left: 0;
	padding-right: 0;
}
/*-------------------------------------*/

.btn-primary { /* questo modifica lo stile del pulsante up */
	color: #808285;
background-color: #fff;
}

.btn-success { /* questo modificla lo stile del pulsante contattaci */
  color: #33b5b2;
  background-color: #f7f7f7;
  border-color: #f7f7f7;
}

.btn-success:hover, .btn-success:active, .btn-success:focus { /* questo modificla lo stile del pulsante contattaci */
  background-color: #1b7977;
  border-color: #1b7977;
}

.btn-success-red { /* questo modificla lo stile del pulsante contattaci */
  color: #FFFFFF;
  background-color: #33b5b2;
  border-color: #33b5b2;
  display: block;
  margin:0 auto;
  margin-top: 30px;
  max-width: 300px;
}

.col-md-6 p {
  text-align: justify;
  padding: 0 10px;
}

.col-md-6 ul {
    color: #000000;
    font-size: 18px;
    font-weight: 200;
    line-height: 1.5;
    margin-bottom:20px;
}

.iconart { /* classe inerente alle icone delle pagine del sito web */
  display:block;
  margin: 0 auto;
  max-width: 100px;
  margin-bottom: 20px;
  }

.offset:before {
  display: block;
  content: " ";
   height: 150px;      /* Give height of your fixed element */
    margin-top: 150px; /* Give negative margin of your fixed element */
    display:none;
}
/*******************************************************************************************************************************************/
/*****************************************----------BACKGROUND DEL MODULO - CLASSE DA TEMPLATE--------------------**************************/

.row-feature.row-feature-alt, .row-feature:nth-child(even) {
    background: #f7f7f7;
}



/*******************************************************************************************************************************************/
/*************************************************************+HOME+*********************************************************************/

.row-feature h1 {
  color: #33b5b2;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  line-height: 1.1;
  font-size: 3em;
  text-align: center;
  margin: 0 0 80px 0;
	margin-top:0;
}

.row-feature h1 + p{
	margin-top:0;
}
.evidenziatore {
	margin-top: 17px;
	margin-bottom: 22px;
	/*
    background-image: url("images/evidenziatore.png");
    background-repeat: no-repeat;
*/
}
h4.title-acquisto{
	color: #164765;
	font-size: 4em;
  line-height: 143px;
	text-align: center;
}
h1.title_1{
	color: #2da8db;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  line-height: 1.1;
  font-size: 3em;
  text-align: center;
  margin: 20px 0 5px 0;

}
@media(max-width:430px) {
	h1.title_1{
		font-size: 2em;
		margin: 20px 0 5px 0;
		height:auto;
	}
	#Mod341 > h2{
		font-size:25px!important;
		box-sizing: border-box;
	}
	h4.title-acquisto{
		font-size:45px;
	}
}
/*----MENU VERSIONE MOBILE - COLLAPSE - -------*/
.navbar-default .navbar-toggle .icon-bar, .navbar-default .navbar-toggle .fa-bars { /*modifica il colore delle icone (per esempio menu per mobile) */
  color:#954eab;
  font-size: xx-large;
	padding: 10px;
}
.navbar-toogle{
	padding: 10px;
}
nav.t3-navbar-collapse.navbar-collapse.collapse.in{
	background: #504f4f;
  margin-top: 86px;
}
.t3-mainnav .t3-navbar-collapse{
	background: #dfdfdf;
  margin-top: 80px;
}
/*VOCI DI MENU COLLAPSE E HOVER PULSANTI*/

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus{
	background-color: #954eab;
	color:#ffffff;
	box-shadow:none;
  /*border-bottom: 2px solid #33b5b2;*/
}


/*******************************************************************************************************************************************/
/*************************************************************+SNIPPET+*********************************************************************/
/*************ICONE, IMMAGINI DINAMICHE, BOX, ECC ***********************/

/* BOX con icone */
.box > .icon { text-align: center; position: relative; }
.box > .icon > .image { position: relative; z-index: 2; margin: auto; width: 88px; height: 88px; border: 8px solid white; line-height: 88px; border-radius: 50%; background: #63B76C; vertical-align: middle; }
.box > .icon:hover > .image { background: #333; }
.box > .icon > .image > i { font-size: 36px !important; color: #fff !important; }
.box > .icon:hover > .image > i { color: white !important; }
.box > .icon > .info { margin-top: -24px; background: rgba(0, 0, 0, 0.04); border: 1px solid #e0e0e0; padding: 15px 0 10px 0; }
.box > .icon:hover > .info { background: rgba(0, 0, 0, 0.04); border-color: #e0e0e0; color: white; }
.box > .icon > .info > h3.title { font-family: "Roboto",sans-serif !important; font-size: 16px; color: #222; font-weight: 500; }
.box > .icon > .info > p { font-family: "Roboto",sans-serif !important; font-size: 13px; color: #666; line-height: 1.5em; margin: 20px;}
.box > .icon:hover > .info > h3.title, .box > .icon:hover > .info > p, .box > .icon:hover > .info > .more > a { color: #222; }
.box > .icon > .info > .more a { font-family: "Roboto",sans-serif !important; font-size: 12px; color: #222; line-height: 12px; text-transform: uppercase; text-decoration: none; }
.box > .icon:hover > .info > .more > a { color: #fff; padding: 6px 8px; background-color: #63B76C; }
.box .space { height: 30px; }
/*END BOX*/

/*BIG BOX*/
.box-big {
    border-radius: 3px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    padding: 10px 25px;
    text-align: right;
    display: block;
    margin-top: 60px;
}
.box-icon {
    background-color: #57a544;
    border-radius: 50%;
    display: table;
    height: 100px;
    margin: 0 auto;
    width: 100px;
    margin-top: -61px;
}
.box-icon span {
    color: #fff;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}
.info h4 {
    font-size: 26px;
    letter-spacing: 2px;
    text-transform: uppercase;
}
.info > p {
    color: #717171;
    font-size: 16px;
    padding-top: 10px;
    text-align: justify;
}
.info > a {
    background-color: #03a9f4;
    border-radius: 2px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    color: #fff;
    transition: all 0.5s ease 0s;
}
.info > a:hover {
    background-color: #0288d1;
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.16), 0 2px 5px 0 rgba(0, 0, 0, 0.12);
    color: #fff;
    transition: all 0.5s ease 0s;
}
/*END BIG BOX*/





/**********************************************************************************/
/********** SNIPPET IMG HOVER, PER IMMAGINI DINAMICHE HOME **************/

/***** SNIPPET 1571 *****/
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,600;);
.snip1571 {
  background-color: transparent;
  display: inline-block;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  margin: 10px 7px;
  /*max-width: 260px;
  min-width: 230px;*/
  overflow: hidden;
  position: relative;
  text-align: center;
  width: 500px;
	height:250px;
	border: 1px solid gray;
}
/*---CONTENUTI DELLO SNIPPET--*/
img.icon-home{
 float:left;
 /*width:50%;*/
 height:auto;

}
.text-snippet{
	float:left;
	width:50%;
	height:auto;
  margin-top: 48px;
}
.text-snippet h3{
	margin-top:10px;
	font-weight:200;
	text-align:left;
}

h4.text-icon{
	font-size:18px;
}
@media screen and (max-width: 620px){
	h4.text-icon{
		font-size:12px;
	}
}
/*@media screen (min-width:430px)and(max-width:550px) {
	.snip1571{
		width: 400px;
		height:200px;
	}

}
@media screen and (max-width:430px) {
	.snip1571{
		width: 300px;
		height:200px;
	}
}*/

/*@media screen and (min-width:430px)and(max-width:550px) {
	img.icon-home{
		float:none;
		height:auto;
		margin:auto;
	}
	.text-snippet{
		float:none;
		width:400px;
		height:auto;
	  margin-top: 10px;
	}
	.text-snippet h3{
		margin-top:10px;
		font-weight:200;
		text-align:left;
	}
}
@media screen and (max-width:430px) {
	img.icon-home{
		float:none;
		height:auto;
		margin:auto;
	}
	.text-snippet{
		float:none;
		width:400px;
		padding:10px;
		height:auto;
	}
	.text-snippet h3{
		margin-top:10px;
		font-weight:200;
		text-align:left;
	}
}*/
/*-----------------------------------*/
/*-----------------------------------*/

.snip1571 *,
.snip1571 *:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.snip1571 img {
  backface-visibility: hidden;
  max-width: 100%;
  vertical-align: top;
}
.snip1571 figcaption {
  bottom: 30px;
  left: 0;
  position: absolute;
  z-index: 0;
}
.snip1571 figcaption:before {
  background-color: #ffffff;
  bottom: -5px;
  content: '';
  left: 0;
  position: absolute;
  right: 100%;
  top: -5px;
  z-index: -1;
}
.snip1571 h4 {
  background-color: trasparent !important;
  color: #33b5b2 !important;
	font-size: 2.7em;
  font-weight: 300;
  letter-spacing: 1px;
  margin: 0;
  /*padding: 5px 10px;*/
  text-transform: uppercase;
  z-index: 1;
	text-align:left;
}
/*.snip1571 a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}*/
.snip1571:hover > img,
.snip1571.hover > img {
  opacity: 0.1;
}
.snip1571:hover figcaption:before,
.snip1571.hover figcaption:before {
  right: -5px;
}
/********END SNIPPET 1571 ***********/

/****SNIPPET 1572 ****/
@import url(https://fonts.googleapis.com/css?family=Raleway:400,700);
.snip1572 {
  font-family: 'Raleway', Arial, sans-serif;
  position: relative;
  display: inline-block;
  overflow: hidden;
  margin: 8px;
  min-width: 230px;
  max-width: 315px;
  width: 100%;
  color: #000000;
  text-align: left;
  font-size: 16px;
  background: #ffffff;
}

.snip1572 *,
.snip1572:before,
.snip1572:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.snip1572 img {
  max-width: 100%;
  backface-visibility: hidden;
  vertical-align: top;
}

.snip1572:before,
.snip1572:after {
  content: '';
  background-color: #000;
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.snip1572:before {
  width: 300px;
  height: 2px;
}

.snip1572:after {
  height: 300px;
  width: 2px;
}

.snip1572 figcaption {
  position: absolute;
  left: 0;
  bottom: 0;
}

.snip1572 h3 {
  font-weight: 400;
  padding: 8px 15px;
  margin: 0;
  opacity: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
}

.snip1572 a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}

.snip1572:hover img,
.snip1572.hover img {
  zoom: 1;
  filter: alpha(opacity=25);
  -webkit-opacity: 0.25;
  opacity: 0.25;
}

.snip1572:hover:before,
.snip1572.hover:before,
.snip1572:hover:after,
.snip1572.hover:after {
  opacity: 1;
}

.snip1572:hover:before,
.snip1572.hover:before {
  width: 50px;
}

.snip1572:hover:after,
.snip1572.hover:after {
  height: 50px;
}

.snip1572:hover h3,
.snip1572.hover h3 {
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
  opacity: 1;
}
/*----------------------------------sezione video---------------------------*/
.video-home {
/*  width: 600px;
  height: 300px;
  /*border-radius: 100%;
  -webkit-mask-image: -webkit-radial-gradient(circle, white 100%, black 100%);*/
}

#Mod384{
	background-color: #34b5b2;
}

.video-container {
position: relative;
padding-bottom: 56.25%;
height: 0;
overflow: hidden;
}
.video-container iframe,.video-container object,.video-container embed {
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
}
/********END SNIPPET 1572 ***********/
/****SNIPPET 1573 ****/
@import url(https://fonts.googleapis.com/css?family=Open+Sans:600;);
.snip1573 {
  background-color: #000;
  display: inline-block;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  margin: 10px 7px;
  max-width: 315px;
  min-width: 230px;
  overflow: hidden;
  position: relative;
  text-align: center;
  width: 100%;
}

.snip1573 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}

.snip1573:before,
.snip1573:after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
  background-color: #000000;
  border-left: 3px solid #fff;
  border-right: 3px solid #fff;
  content: '';
  opacity: 0.9;
  z-index: 1;
}

.snip1573:before {
  -webkit-transform: skew(45deg) translateX(-155%);
  transform: skew(45deg) translateX(-155%);
}

.snip1573:after {
  -webkit-transform: skew(45deg) translateX(155%);
  transform: skew(45deg) translateX(155%);
}

.snip1573 img {
  backface-visibility: hidden;
  max-width: 100%;
  vertical-align: top;
}

.snip1573 figcaption {
  top: 50%;
  left: 50%;
  position: absolute;
  z-index: 2;
  -webkit-transform: translate(-50%, -50%) scale(0.5);
  transform: translate(-50%, -50%) scale(0.5);
  opacity: 0;
  -webkit-box-shadow: 0 0 10px #000000;
  box-shadow: 0 0 10px #000000;
}

.snip1573 h3 {
  background-color: #000000;
  border: 2px solid #fff;
  color: #fff;
  font-size: 1em;
  font-weight: 600;
  letter-spacing: 1px;
  margin: 0;
  padding: 5px 10px;
  text-transform: uppercase;
}

.snip1573 a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 3;
}

.snip1573:hover > img,
.snip1573.hover > img {
  opacity: 0.5;
}

.snip1573:hover:before,
.snip1573.hover:before {
  -webkit-transform: skew(45deg) translateX(-55%);
  transform: skew(45deg) translateX(-55%);
}

.snip1573:hover:after,
.snip1573.hover:after {
  -webkit-transform: skew(45deg) translateX(55%);
  transform: skew(45deg) translateX(55%);
}

.snip1573:hover figcaption,
.snip1573.hover figcaption {
  -webkit-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
  opacity: 1;
}
/****END SNIPPET 1573****/


/********** SNIPPET 1576******/
@import url(https://fonts.googleapis.com/css?family=Roboto:100,700;);
.snip1576 {
  background-color: #fff;
  color: #444;
  display: inline-block;
  font-family: 'Roboto', sans-serif;
  font-size: 24px;
  margin: 8px;
  max-width: 315px;
  min-width: 230px;
  overflow: hidden;
  position: relative;
  text-align: center;
  width: 100%;
}

.snip1576 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.45s ease;
  transition: all 0.45s ease;
}

.snip1576:after {
  background-color: #359ad8;
  height: 150%;
  bottom: -145%;
  content: '';
  left: 0;
  right: 0;
  position: absolute;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
}

.snip1576 img {
  vertical-align: top;
  max-width: 100%;
  backface-visibility: hidden;
}

.snip1576 figcaption {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  align-items: center;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  line-height: 1.1em;
  opacity: 0;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

.snip1576 h3 {
  font-size: 1em;
  font-weight: 400;
  letter-spacing: 1px;
  margin: 0;
  text-transform: uppercase;
}

.snip1576 h3 span {
  display: block;
  font-weight: 700;
}

.snip1576 a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}

.snip1576:hover > img,
.snip1576.hover > img {
  opacity: 0.1;
}

.snip1576:hover:after,
.snip1576.hover:after {
  bottom: 95%;
}

.snip1576:hover figcaption,
.snip1576.hover figcaption {
  opacity: 1;
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
/******* END SNIPPET 1576 ***/

/****** SNIPPET 1573 ******/
@import url(https://fonts.googleapis.com/css?family=Open+Sans:600;);
.snip1573 {
  background-color: #000;
  display: inline-block;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  margin: 10px 7px;
  max-width: 315px;
  min-width: 230px;
  overflow: hidden;
  position: relative;
  text-align: center;
  width: 100%;
}

.snip1573 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}

.snip1573:before,
.snip1573:after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
  background-color: #000000;
  border-left: 3px solid #fff;
  border-right: 3px solid #fff;
  content: '';
  opacity: 0.9;
  z-index: 1;
}

.snip1573:before {
  -webkit-transform: skew(45deg) translateX(-155%);
  transform: skew(45deg) translateX(-155%);
}

.snip1573:after {
  -webkit-transform: skew(45deg) translateX(155%);
  transform: skew(45deg) translateX(155%);
}

.snip1573 img {
  backface-visibility: hidden;
  max-width: 100%;
  vertical-align: top;
}

.snip1573 figcaption {
  top: 50%;
  left: 50%;
  position: absolute;
  z-index: 2;
  -webkit-transform: translate(-50%, -50%) scale(0.5);
  transform: translate(-50%, -50%) scale(0.5);
  opacity: 0;
  -webkit-box-shadow: 0 0 10px #000000;
  box-shadow: 0 0 10px #000000;
}

.snip1573 h3 {
  background-color: #000000;
  border: 2px solid #fff;
  color: #fff;
  font-size: 1em;
  font-weight: 600;
  letter-spacing: 1px;
  margin: 0;
  padding: 5px 10px;
  text-transform: uppercase;
}

.snip1573 a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 3;
}

.snip1573:hover > img,
.snip1573.hover > img {
  opacity: 0.5;
}

.snip1573:hover:before,
.snip1573.hover:before {
  -webkit-transform: skew(45deg) translateX(-55%);
  transform: skew(45deg) translateX(-55%);
}

.snip1573:hover:after,
.snip1573.hover:after {
  -webkit-transform: skew(45deg) translateX(55%);
  transform: skew(45deg) translateX(55%);
}

.snip1573:hover figcaption,
.snip1573.hover figcaption {
  -webkit-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
  opacity: 1;
}
/****** END SNIPPET 1573 *****/


/****** SNIPPET 1570 *****/
@import url(https://fonts.googleapis.com/css?family=Poppins:300);
@import url(http://code.ionicframework.com/ionicons/2.0.1/css/ionicons.min.css);
.snip1570 {
  font-family: 'Poppins', Arial, sans-serif;
  position: relative;
  display: inline-block;
  overflow: hidden;
  margin: 8px;
  min-width: 230px;
  max-width: 315px;
  width: 100%;
  color: #000000;
  font-size: 16px;
  line-height: 1.2em;
  text-align: center;
  font-weight: 300;
}

.snip1570 *,
.snip1570 *:before,
.snip1570 *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.65s ease;
  transition: all 0.65s ease;
}

.snip1570:after {
  -webkit-transition: all 0.65s ease;
  transition: all 0.65s ease;
  position: absolute;
  height: 0px;
  width: 0px;
  bottom: -478px;
  right: -478px;
  border-radius: 50%;
  border: 500px solid transparent;
  border-bottom-color: #000000;
  border-right-color: #000000;
  content: '';
  opacity: 0.8;
}

.snip1570 img {
  max-width: 100%;
  vertical-align: top;
}

.snip1570 i {
  position: absolute;
  bottom: -10px;
  right: -10px;
  border-radius: 50%;
  color: #000000;
  display: block;
  z-index: 10;
}

.snip1570 i:before,
.snip1570 i:after {
  border-radius: 50%;
}

.snip1570 i:before {
  color: #ddd;
  background-color: #fff;
  font-size: 37.64705882px;
  line-height: 64px;
  text-align: center;
  width: 64px;
}

.snip1570 i:after {
  position: absolute;
  top: -14px;
  bottom: -14px;
  left: -14px;
  right: -14px;
  border: 15px solid #ddd;
  border-bottom-color: #2980b9;
  border-right-color: #2980b9;
  content: '';
  z-index: -2;
  box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.5);
}

.snip1570 i:hover {
  background-color: #D2B17F;
  cursor: pointer;
}

.snip1570 h3 {
  top: 5px;
  color: #fff;
  letter-spacing: 2px;
  margin: 0;
  opacity: 0;
  padding: 10px 15px;
  position: absolute;
  left: 0;
  text-transform: uppercase;
  z-index: 3;
}

.snip1570 a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9;
}

.snip1570:hover:after,
.snip1570.hover:after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.snip1570:hover img,
.snip1570.hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.snip1570:hover i:before,
.snip1570.hover i:before {
  color: #2980b9;
}

.snip1570:hover i:after,
.snip1570.hover i:after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.snip1570:hover h3,
.snip1570.hover h3 {
  opacity: 1;
}
/****** END SNIPPET 1570 *****/


/****** SNIPPET 1569 *****/
@import url(http://code.ionicframework.com/ionicons/2.0.1/css/ionicons.min.css);
.snip1569 {
  position: relative;
  display: inline-block;
  overflow: hidden;
  margin: 10px 8px;
  min-width: 230px;
  max-width: 315px;
  width: 100%;
  color: #ffffff;
  font-size: 16px;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.snip1569 *,
.snip1569 *:before,
.snip1569 *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.snip1569 img {
  max-width: 100%;
  backface-visibility: hidden;
  vertical-align: top;
}
.snip1569 figcaption {
  position: absolute;
  top: 20px;
  bottom: 20px;
  left: 20px;
  right: 20px;
  background-color: #009ab6;
  -webkit-transform: translateX(50%);
  transform: translateX(50%);
  opacity: 0;
}
.snip1569 i {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 4em;
  z-index: 1;
}
.snip1569 a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}
.snip1569:hover figcaption,
.snip1569.hover figcaption {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
/****** END SNIPPET 1569 *****/


/******  SNIPPET 1567 *****/
    @import url(https://fonts.googleapis.com/css?family=Open+Sans:400,800);
@import url(http://code.ionicframework.com/ionicons/2.0.1/css/ionicons.min.css);
.snip1567 {
  background-color: #000000;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  color: #ffffff;
  display: inline-block;
  font-family: 'Open Sans', Arial, sans-serif;
  font-size: 16px;
  line-height: 1.6em;
  margin: 8px;
  max-width: 310px;
  min-width: 250px;
  overflow: hidden;
  position: relative;
  text-align: left;
  width: 100%;
}

.snip1567 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.snip1567 img {
  max-width: 100%;
  opacity: 0.75;
  position: relative;
  vertical-align: top;
}

.snip1567 figcaption {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}

.snip1567 h3 {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  background-color: #000000;
  top: 0;
  font-weight: 800;
  letter-spacing: -0.4px;
  margin: 0;
  padding: 10px 20px;
  position: absolute;
  width: 100%;
}

.snip1567 p {
  position: absolute;
  width: 100%;
  bottom: 0;
  padding: 0px 20px;
  opacity: 0;
  text-align: right;
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
}

.snip1567 i {
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 54px;
  -webkit-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
}

.snip1567 .hover {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  align-items: center;
  background-color: rgba(236, 188, 46, 0.75);
  display: flex;
  font-size: 65px;
  justify-content: center;
  opacity: 0;
}

.snip1567 a {
  left: 0;
  bottom: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}

.snip1567:hover .hover,
.snip1567.hover .hover {
  opacity: 1;
}

.snip1567:hover p,
.snip1567.hover p {
  opacity: 1;
}

.snip1567:hover h3,
.snip1567.hover h3 {
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
}

.snip1567:hover i,
.snip1567.hover i {
  -webkit-transform: translate(-50%, -50%) scale(0.1);
  transform: translate(-50%, -50%) scale(0.1);
  opacity: 0;
}
/****** END SNIPPET 1567 *****/


/******  SNIPPET 1566*****/
    @import url(http://code.ionicframework.com/ionicons/2.0.1/css/ionicons.min.css);
.snip1566 {
  position: relative;
  display: inline-block;
  margin: 20px;
  max-width: 190px;
  width: 100%;
  color: #bbb;
  font-size: 16px;
  box-shadow: none !important;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

.snip1566 *,
.snip1566:before,
.snip1566:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.snip1566:before,
.snip1566:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 50%;
  content: '';
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  z-index: -1;
  border: 2px solid #bbb;
  border-color: transparent #bbb;
}

.snip1566 img {
  max-width: 100%;
  backface-visibility: hidden;
  vertical-align: top;
  border-radius: 50%;
  padding: 10px;
}

.snip1566 figcaption {
  position: absolute;
  top: 5px;
  bottom: 5px;
  left: 5px;
  right: 5px;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.9);
  border-radius: 50%;
}

.snip1566 i {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 4em;
  z-index: 1;
}

.snip1566 a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}

.snip1566:hover figcaption,
.snip1566.hover figcaption {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.snip1566:hover:before,
.snip1566.hover:before,
.snip1566:hover:after,
.snip1566.hover:after {
  border-width: 10px;
}

.snip1566:hover:before,
.snip1566.hover:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.snip1566:hover:after,
.snip1566.hover:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
/****** END SNIPPET 1566 *****/

/******  SNIPPET 1563 *****/
@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro);
@import url(https://fonts.googleapis.com/css?family=Teko:700);
.snip1563 {
  background-color: #fff;
  color: #ffffff;
  display: inline-block;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 16px;
  margin: 10px 5px;
  max-width: 315px;
  min-width: 230px;
  overflow: hidden;
  position: relative;
  text-align: right;
  width: 100%;
}

.snip1563 *,
.snip1563 *:before,
.snip1563 *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.45s ease;
  transition: all 0.45s ease;
}

.snip1563 img {
  backface-visibility: hidden;
  max-width: 100%;
  vertical-align: top;
}

.snip1563:before,
.snip1563:after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: '';
  background-color: #b81212;
  opacity: 0.5;
  -webkit-transition: all 0.45s ease;
  transition: all 0.45s ease;
}

.snip1563:before {
  -webkit-transform: skew(30deg) translateX(80%);
  transform: skew(30deg) translateX(80%);
}

.snip1563:after {
  -webkit-transform: skew(-30deg) translateX(70%);
  transform: skew(-30deg) translateX(70%);
}

.snip1563 figcaption {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  z-index: 1;
  bottom: 0;
  padding: 20px 20px 20px 40%;
}

.snip1563 figcaption:before,
.snip1563 figcaption:after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #b81212;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.7);
  content: '';
  opacity: 0.5;
  z-index: -1;
}

.snip1563 figcaption:before {
  -webkit-transform: skew(30deg) translateX(100%);
  transform: skew(30deg) translateX(100%);
}

.snip1563 figcaption:after {
  -webkit-transform: skew(-30deg) translateX(90%);
  transform: skew(-30deg) translateX(90%);
}

.snip1563 h3,
.snip1563 p {
  margin: 0;
  opacity: 0;
  letter-spacing: 1px;
}

.snip1563 h3 {
  font-family: 'Teko', sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 1em;
  text-transform: uppercase;
}

.snip1563 p {
  font-size: 0.9em;
}

.snip1563 a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}

.snip1563:hover h3,
.snip1563.hover h3,
.snip1563:hover p,
.snip1563.hover p {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 0.9;
}

.snip1563:hover:before,
.snip1563.hover:before {
  -webkit-transform: skew(30deg) translateX(30%);
  transform: skew(30deg) translateX(30%);
  -webkit-transition-delay: 0.05s;
  transition-delay: 0.05s;
}

.snip1563:hover:after,
.snip1563.hover:after {
  -webkit-transform: skew(-30deg) translateX(20%);
  transform: skew(-30deg) translateX(20%);
}

.snip1563:hover figcaption:before,
.snip1563.hover figcaption:before {
  -webkit-transform: skew(30deg) translateX(50%);
  transform: skew(30deg) translateX(50%);
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
}

.snip1563:hover figcaption:after,
.snip1563.hover figcaption:after {
  -webkit-transform: skew(-30deg) translateX(40%);
  transform: skew(-30deg) translateX(40%);
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
/****** END SNIPPET 1563 *****/


/******  SNIPPET 1561 *****/
.snip1561 {
  position: relative;
  display: inline-block;
  overflow: hidden;
  margin: 8px;
  min-width: 230px;
  max-width: 315px;
  width: 100%;
  background: #700877;
  background: -moz-linear-gradient(90deg, #700877 0%, #ff2759 100%, #ff2759 100%);
  background: -webkit-linear-gradient(90deg, #700877 0%, #ff2759 100%, #ff2759 100%);
  background: linear-gradient(90deg, #700877 0%, #ff2759 100%, #ff2759 100%);
}

.snip1561 img,
.snip1561:before,
.snip1561:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.snip1561 img {
  max-width: 100%;
  backface-visibility: hidden;
  vertical-align: top;
}

.snip1561:before,
.snip1561:after {
  content: '';
  background-color: #fff;
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.snip1561:before {
  width: 60px;
  height: 1px;
  left: 100%;
}

.snip1561:after {
  height: 60px;
  width: 1px;
  top: 0%;
}

.snip1561 a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}

.snip1561:hover img,
.snip1561.hover img {
  zoom: 1;
  filter: alpha(opacity=50);
  -webkit-opacity: 0.5;
  opacity: 0.5;
}

.snip1561:hover:before,
.snip1561.hover:before,
.snip1561:hover:after,
.snip1561.hover:after {
  opacity: 1;
  top: 50%;
  left: 50%;
}
/****** END SNIPPET 1561 *****/


/******  SNIPPET 1560 *****/
@import url(https://fonts.googleapis.com/css?family=Open+sans:700);
@import url(http://code.ionicframework.com/ionicons/2.0.1/css/ionicons.min.css);
@import url(https://fonts.googleapis.com/css?family=Playfair+Display);
.snip1560 {
  font-family: 'Open Sans', Arial, sans-serif;
  display: inline-block;
  margin: 8px;
  min-width: 230px;
  max-width: 315px;
  width: 100%;
  color: #ffffff;
  text-align: center;
  font-size: 14px;
  box-shadow: none !important;
  position: relative;
  padding: 10px;
  border: 2px solid #e8b563;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.snip1560:before {
  content: '';
  background-color: #000000;
  position: absolute;
  top: 10px;
  bottom: 10px;
  left: 10px;
  right: 10px;
  z-index: -1;
}

.snip1560 * {
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}

.snip1560 img {
  max-width: 100%;
  vertical-align: top;
  background-image: linear-gradient(#000000, #ffffff);
}

.snip1560 figcaption,
.snip1560 .link {
  position: absolute;
  top: 20px;
  bottom: 20px;
  left: 20px;
  right: 20px;
}

.snip1560 h2,
.snip1560 h3,
.snip1560 h4 {
  margin: 0px;
  position: absolute;
  width: 100%;
  text-transform: uppercase;
}

.snip1560 h2 {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 2em;
  font-family: 'Playfair Display', Arial, sans-serif;
}

.snip1560 h2 span {
  color: #e8b563;
}

.snip1560 h3 {
  font-size: 1.3em;
  bottom: 0;
  font-weight: 700;
  letter-spacing: 2px;
}

.snip1560 h4 {
  top: 0;
  font-size: 1.2em;
  letter-spacing: 1px;
  font-weight: 400;
  opacity: 0.9;
  font-family: 'Playfair Display', Arial, sans-serif;
}

.snip1560:hover img,
.snip1560.hover img {
  opacity: 0.35;
}
/****** END SNIPPET 1560 *****/


/******  SNIPPET  *****/

/****** END SNIPPET  *****/


/******  SNIPPET ICON SLIDER  *****/
ul{list-style-type:none;}
.socialconnect {
  overflow: hidden;
  padding: 100px 0;
  -moz-box-shadow: 0px 2px 6px 0px #BBBBBB;
  -webkit-box-shadow: 0px 2px 6px 0px #BBBBBB;
  box-shadow: 0px 2px 6px 0px #BBBBBB; }
  @media (max-width: 767px) {
    .socialconnect {
      padding: 40px 0; } }
  .socialconnect h2 {
    font-size: 46px;
    line-height: 56px;
    margin-bottom: 20px; }
    .socialconnect h2 span {
      color: #ff6c0f;
      display: block; }
  .socialconnect .featurelist {
    padding: 20px 0 30px; }
    .socialconnect .featurelist > li {
      color: #3f525f;
      line-height: 36px;
      font-size: 18px; }
      @media (max-width: 767px) {
        .socialconnect .featurelist > li {
          font-size: 16px;
          line-height: 26px; } }
      .socialconnect .featurelist > li:before {
        content: "\f105";
        font: normal normal normal 14px/1 FontAwesome;
        padding-right: 10px; }
  .socialconnect h4 {
    color: #ff6c0f;
    font-size: 18px;
    font-weight: bold;
    margin: 0; }
  .socialconnect list-inline li {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 12px; }

    .map-section {
  background: url("http://www.nwglobalvending.it/sites/default/files/product/big/Opera_big_5.png") 200px no-repeat;
 /* background: url("http://media.istockphoto.com/vectors/abstract-world-map-vector-id518866896") no-repeat; */
  background-size: contain;
  height: 100%; }
  .map-section .slider-bullets {
    position: relative;
    min-height: 500px; }
    @media (max-width: 767px) {
      .map-section .slider-bullets {
        min-height: auto; } }
    .map-section .slider-bullets li {
      position: absolute;
      cursor: pointer;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      -ms-border-radius: 50%;
      border-radius: 50%;
      -moz-transform: scale(1);
      -o-transform: scale(1);
      -ms-transform: scale(1);
      -webkit-transform: scale(1);
      transform: scale(1);
      -webkit-transition: all 0.41s ease-in-out;
      -moz-transition: all 0.41s ease-in-out;
      -ms-transition: all 0.41s ease-in-out;
      -o-transition: all 0.41s ease-in-out;
      transition: all 0.41s ease-in-out; }
      .map-section .slider-bullets li img{max-width:90px;}
      @media (max-width: 992px) {
        .map-section .slider-bullets li img {
          max-width: 60px; } }
      @media (max-width: 767px) {
        .map-section .slider-bullets li img {
          max-width: 40px; } }
      @media (max-width: 767px) {
        .map-section .slider-bullets li {
          position: static;
          display: inline-block;
          margin: 0 2px; } }
      .map-section .slider-bullets li.active {
        -moz-transform: scale(1.1);
        -o-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
        -moz-box-shadow: 0px 2px 6px 0px #777;
        -webkit-box-shadow: 0px 2px 6px 0px #777;
        box-shadow: 0px 2px 6px 0px #777; }

      .map-section .slider-bullets li:nth-child(1) {
        top: 0%;
        left: 10%; }
        @media (max-width: 992px) {
          .map-section .slider-bullets li:nth-child(1) {
            top: 8%; } }
      .map-section .slider-bullets li:nth-child(2) {
        top: 0;
        right: 33%; }
      .map-section .slider-bullets li:nth-child(3) {
        top: 34%;
        left: 22%; }
        @media (max-width: 992px) {
          .map-section .slider-bullets li:nth-child(3) {
            top: 20%; } }
      .map-section .slider-bullets li:nth-child(4) {
        bottom: 30%;
        right: 30%; }
        @media (max-width: 992px) {
          .map-section .slider-bullets li:nth-child(4) {
            bottom: 55%; } }
      .map-section .slider-bullets li:nth-child(5) {
        top: 25%;
        right: 12%; }
        @media (max-width: 992px) {
          .map-section .slider-bullets li:nth-child(5) {
            top: 15%; } }
/****** END SNIPPET ICON SLIDER *****/

/*****SNIPPET TIMELINE ****/
/* Timeline */
.timeline,
.timeline-horizontal {
  list-style: none;
  padding: 20px;
  position: relative;
}
.timeline:before {
  top: 40px;
  bottom: 0;
  position: absolute;
  content: " ";
  width: 3px;
  background-color: #eeeeee;
  left: 50%;
  margin-left: -1.5px;
}
.timeline .timeline-item {
  margin-bottom: 20px;
  position: relative;
}
.timeline .timeline-item:before,
.timeline .timeline-item:after {
  content: "";
  display: table;
}
.timeline .timeline-item:after {
  clear: both;
}
.timeline .timeline-item .timeline-badge {
  color: #fff;
  width: 54px;
  height: 54px;
  line-height: 52px;
  font-size: 22px;
  text-align: center;
  position: absolute;
  top: 18px;
  left: 50%;
  margin-left: -25px;
  background-color: #7c7c7c;
  border: 3px solid #ffffff;
  z-index: 100;
  border-top-right-radius: 50%;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
}
.timeline .timeline-item .timeline-badge i,
.timeline .timeline-item .timeline-badge .fa,
.timeline .timeline-item .timeline-badge .glyphicon {
  top: 2px;
  left: 0px;
}
.timeline .timeline-item .timeline-badge.primary {
  background-color: #1f9eba;
}
.timeline .timeline-item .timeline-badge.info {
  background-color: #5bc0de;
}
.timeline .timeline-item .timeline-badge.success {
  background-color: #59ba1f;
}
.timeline .timeline-item .timeline-badge.warning {
  background-color: #d1bd10;
}
.timeline .timeline-item .timeline-badge.danger {
  background-color: #ba1f1f;
}
.timeline .timeline-item .timeline-panel {
  position: relative;
  width: 46%;
  float: left;
  right: 16px;
  border: 1px solid #c0c0c0;
  background: #ffffff;
  border-radius: 2px;
  padding: 20px;
  -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
}
.timeline .timeline-item .timeline-panel:before {
  position: absolute;
  top: 26px;
  right: -16px;
  display: inline-block;
  border-top: 16px solid transparent;
  border-left: 16px solid #c0c0c0;
  border-right: 0 solid #c0c0c0;
  border-bottom: 16px solid transparent;
  content: " ";
}
.timeline .timeline-item .timeline-panel .timeline-title {
  margin-top: 0;
  color: inherit;
}
.timeline .timeline-item .timeline-panel .timeline-body > p,
.timeline .timeline-item .timeline-panel .timeline-body > ul {
  margin-bottom: 0;
}
.timeline .timeline-item .timeline-panel .timeline-body > p + p {
  margin-top: 5px;
}
.timeline .timeline-item:last-child:nth-child(even) {
  float: right;
}
.timeline .timeline-item:nth-child(even) .timeline-panel {
  float: right;
  left: 16px;
}
.timeline .timeline-item:nth-child(even) .timeline-panel:before {
  border-left-width: 0;
  border-right-width: 14px;
  left: -14px;
  right: auto;
}
.timeline-horizontal {
  list-style: none;
  position: relative;
  padding: 20px 0px 20px 0px;
  display: inline-block;
}
.timeline-horizontal:before {
  height: 3px;
  top: auto;
  bottom: 26px;
  left: 56px;
  right: 0;
  width: 100%;
  margin-bottom: 20px;
}
.timeline-horizontal .timeline-item {
  display: table-cell;
  height: 280px;
  width: 20%;
  min-width: 320px;
  float: none !important;
  padding-left: 0px;
  padding-right: 20px;
  margin: 0 auto;
  vertical-align: bottom;
}
.timeline-horizontal .timeline-item .timeline-panel {
  top: auto;
  bottom: 64px;
  display: inline-block;
  float: none !important;
  left: 0 !important;
  right: 0 !important;
  width: 100%;
  margin-bottom: 20px;
}
.timeline-horizontal .timeline-item .timeline-panel:before {
  top: auto;
  bottom: -16px;
  left: 28px !important;
  right: auto;
  border-right: 16px solid transparent !important;
  border-top: 16px solid #c0c0c0 !important;
  border-bottom: 0 solid #c0c0c0 !important;
  border-left: 16px solid transparent !important;
}
.timeline-horizontal .timeline-item:before,
.timeline-horizontal .timeline-item:after {
  display: none;
}
.timeline-horizontal .timeline-item .timeline-badge {
  top: auto;
  bottom: 0px;
  left: 43px;
}
/****** END SNIPPET TIMELINE *****/


/****** SNIPPET RESPONSIVE GALLERY *****/
#photos {
   /* Prevent vertical gaps */
   line-height: 0;

   -webkit-column-count: 5;
   -webkit-column-gap:   3px;
   -moz-column-count:    5;
   -moz-column-gap:      3px;
   column-count:         5;
   column-gap:           3px;
}

#photos img {
  /* Just in case there are inline attributes */
  width: 100% !important;
  height: auto !important;
  border: 1px solid #ffffff;
}

@media (max-width: 1200px) {
  #photos {
  -moz-column-count:    4;
  -webkit-column-count: 4;
  column-count:         4;
  }
}
@media (max-width: 1000px) {
  #photos {
  -moz-column-count:    3;
  -webkit-column-count: 3;
  column-count:         3;
  }
}
@media (max-width: 800px) {
  #photos {
  -moz-column-count:    2;
  -webkit-column-count: 2;
  column-count:         2;
  }
}
@media (max-width: 400px) {
  #photos {
  -moz-column-count:    1;
  -webkit-column-count: 1;
  column-count:         1;
  }
}

body {
  margin: 0;
  padding: 0;
}

/****** END SNIPPET RESPONSIVE GALLERY *****/

/****************************************************************************
*****************************************************************************/
/* RESPONSIVE DISPLAY CON RISOLUZIONE inferiore ai 990px */
@media only screen and (max-width: 990px) {
.iframe-responsive {
        padding-bottom: 280px
    }

/*.social {   */                /*ICONE SOCIAL in posizione head-search: Colore, grandezza, ecc..*/
   /* margin-right: .1em;
    padding: 15px 0px 15px 0px;
    display:block;
    }

.social-link {
    font-size: 1.0em;
    color: #ffffff;
    text-decoration: none;
    outline: none;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    padding: 0px;
    }
*/
}
#Mod341.row-feature{
	box-sizing: border-box;
}
@media screen and (max-width: 992px){
#Mod314 .container {
    margin-top: -38px;
    margin-bottom: -70px;
    width: 100%;
		box-sizing: border-box;
}

/*.features-intro.features-intro-2 .features-intro {*/  /*sistemazione slider + contenuti a seguire in visualizzazione*/
 /* margin-top: 120px; */                               /* nel template FEATURES-INTRO-2*/
/*}*/

#t3-content .blog.features-intro {    /*sistemazione slider + contenuti a seguire in visualizzazione*/
  margin-top: 143px;                  /* voce di menu xlayout nel template FEATURES-INTRO-1*/
}

/*#Mod331.row-feature.slider {
  margin-top: 73px;
}*/

/*.page-masthead {                    /* DA INSERIRE SU DEMO-3*/
   /* margin-top: 60px;*/
    /*margin-bottom: -55px;*/
}

.t3-navhelper {                   /*DA MODIFICARE SU DEMO-3 */
        /*margin-top: 58px;*/
}


@media screen and (max-width: 460px){
#ca_banner {
  bottom: 21px !important;  /*** Modulo COOKIES ACCEPT **/
  height: 131px !important;
}
}
/*.page-masthead .container {
padding: 0 !important;
width: 100% !important;
margin-top: -60px; margin-bottom: -30px;
}*/

/*.banner-contatti {
padding: 0;
width: 100%;
margin-top: -60px;
margin-bottom: -13px;
}/*


/************************************************************************
*************************************************************************/
/* SOVRASCRITTURA CSS BOOTSTRAP 3*/


  /****************** FORM CON VISFORM ********************/
/* sovrascrittura del BS del template che veniva modificato dal BS3 del componente VISFORM e quindi si creavano cambiamenti grafici */
select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
    display: inline-block;
    height: 26px;
    padding: 4px 6px;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 20px;
    color: #555;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    vertical-align: middle;
}

label {
    display: block;
    margin-bottom: 5px;
}
label, input, button, select, textarea {
    font-size: 14px;
    font-weight: normal;
    line-height: 20px;
}

fieldset {
    padding: 0;
    margin: 0;
    border: 0;
}

form {
    margin: 20px 10px;
}

.form-actions {
    padding: 19px 20px 20px;
    margin-top: 20px;
    margin-bottom: 20px;
}
/*----moduli colspan immagine e testo--*/
.backend-description{
	margin-top:60px;
	text-align:left;
}
.title-box-100{
	margin-top:10px;
	margin-bottom:20px;
	text-align:left;
}
.title-box-100 > h2{
	text-align:left;
}
.title-box-100 > p{
	text-align:left;
}
.backend-description_1{
	margin-top:25px;
	text-align:left;
}
.backend-description_1 > h2{
	text-align:left;
}
.backend-description > h2{
	text-align:left;
}
a.btn.btn-success-red.btn-lg{
	float:left;
}
.btn-actions.center > a.btn.btn-success-red.btn-lg {
    float: none;
}
@media screen and (max-width: 670px){
	.backend-description_1,
	.backend-description{
		margin-top:20px;
		text-align:center;
	}
	.title-box-100{
		margin-top:10px;
		margin-bottom:20px;
		text-align:center;
	}
	form {
	    margin: 10px 10px;
	}
	#Mod351.row-feature{
		padding:5px 15px;
		box-sizing: border-box;
	}
	.row-feature{
		padding:20px 0;
	}
	a.btn.btn-success-red.btn-lg{
		float:none;
	}
	.backend-description > h2{
		text-align:center;
	}
	.title-box-100 > h2{
		text-align:center;
	}
	.title-box-100 > p{
		text-align:center;
	}
}
@media screen and (max-width: 460px){
	.backend-description{
		margin-top:20px;
		text-align:center;
	}
	form {
	    margin: 10px 10px;
	}
	#Mod351.row-feature{
		padding:5px 15px;
		box-sizing: border-box;
	}
	.row-feature{
		padding:20px 0;
	}
	a.btn.btn-success-red.btn-lg{
		float:none;
	}
	.backend-description > h2{
		text-align:center;
	}
	.title-box-100 > h2{
		text-align:center;
	}
	.title-box-100 > p{
		text-align:center;
	}
}
