/*
Theme Name: Federica Tosi
Theme URI: http://www.beta3.it
Description: 
Author: Giancarlo Lavenuta
Version: 1.0

Text Domain: BETA 3
*/

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

/*== RESET ==*/

@-webkit-viewport{width:device-width}@-moz-viewport{width:device-width}@-ms-viewport{width:device-width}@-o-viewport{width:device-width}@viewport{width:device-width}html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent;font-weight:normal;}body{line-height:1}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}nav ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent}mark{background-color:#ff9;color:#6d6e72;font-style:italic;font-weight:bold}del{text-decoration:line-through}abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help}table{border-collapse:collapse;border-spacing:0}hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}input,select{vertical-align:middle}

/*== General ==*/

html {
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    background: #fff;
}

::-moz-selection {
    background: #009EE2;
    color: #fff;
    text-shadow: none;
}

::selection {
    background: #009EE2;
    color: #fff;
    text-shadow: none;
}

:focus {
    outline-color: transparent;
    outline-style: none;
}

body {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    line-height: 160%;
    color: #000;
    font-weight: 300;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-text-size-adjust: none;
    -moz-tap-highlight-color: rgba(0,0,0,0);
    -moz-text-size-adjust: none;
    -ms-tap-highlight-color: rgba(0,0,0,0);
    -ms-text-size-adjust: none;
    -webkit-appearance: none;
    -webkit-border-radius: 0px;
    overflow-x: hidden!important;
}

@font-face {
    font-family: 'bodonisbulemyregular';
    src: url('fonts/bodonisbulemy-webfont.eot');
    src: url('fonts/bodonisbulemy-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/bodonisbulemy-webfont.woff2') format('woff2'),
         url('fonts/bodonisbulemy-webfont.woff') format('woff'),
         url('fonts/bodonisbulemy-webfont.ttf') format('truetype'),
         url('fonts/bodonisbulemy-webfont.svg#bodonisbulemyregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

/* PRELOADER */
#preloader {
	background: #fff;
	background-image: url('images/loading.gif');
	background-position: center;
	background-repeat: no-repeat;
	position: fixed;
	left: 0px; 
	top: 0px; 
	width: 100%; 
	height: 100%; 
	text-align: center;
	z-index: 9999;
}

#preloader img {
	margin: auto;
	text-align: center;
	overflow: hidden;
}
/* PRELOADER */

b, strong {
    font-weight: 600;
}

a, a:link, a:active, a:visited {
    color: #000;
    text-decoration: none;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

a:hover {
    color: #999;
    text-decoration: none;
}

.hide {
    display: none
}

.left {
	float: left!important;
}

.right {
	float: right!important;
}

.fix {
    clear: both
}

.last {
	margin-right: 0!important;
}

.grey {
	background: #f5f5f5!important;
}

.black {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.5)!important;
	zoom: 1;
}

.center {
	margin: 10px auto;
	text-align: center;	
	clear: both;
	display: table;
}

a.button {
    display: table;
}

.button, .wpcf7-submit {
    height: 38px;
    line-height: 38px;
    border: none !important;
    background: #000;
    color: #fff !important;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    cursor: pointer;
    padding: 0 30px;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

.button:hover, .wpcf7-submit:hover {
    background: #333
}

.wpcf7-submit {
	display: inline;
}

div.top {
    width: 100%;
    margin: 0 auto;  
}

div.main {
    width: 100%;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

#header {
    width: 100%;
    margin: 0 auto 40px auto;
    z-index: 101;
}

.head {
	width: 100%;
	min-height: 120px;
	height: auto;
	margin: 0 auto;
	overflow: hidden;
}

.logo {
	float: none;
    width: 500px;
    height: 93px;
    position: relative;
    overflow: hidden;
    margin: 40px auto 20px auto;
    text-align: center;
}

.logo img {
	width: 500px;
	height: 93px;
}

.logo .mini {
	display: none;
}

#header .bar-content {
	width: 1100px;
	margin: 0 auto;
}

.menu {
	display: none;
}

/* INIZIO MENU SIDE */

.menu-side-sidebar {
	display: none;
}

.menu-side {
	margin: 0 0 20px 0!important;
	position: relative;
}

.menu-side ul {
	list-style-type: none;
	padding: 0px;
	margin: 0;
}

.menu-side > ul > li {
  	margin: 10px 0;
 	border: 0;
  	position: relative;
  	z-index: 10;
  	text-align: left;
}

.menu-side > ul > li > a, .menu-side > ul > li > span {
	color: #000;
	text-decoration: none;
	font-size: 34px;
	text-transform: uppercase;
	-moz-transition: all 0.2s linear 0s;
	-webkit-transition: all 0.2s linear 0s;
	-o-transition: all 0.2s linear 0s;
	white-space: nowrap;
	font-weight: 600;
	font-family: 'Roboto', sans-serif;
}

.menu-side > ul > li > a:hover,
.menu-side > ul > li > span:hover,
.menu-side > ul > li.current_page_item > a,
.menu-side > ul > li.current_page_item > span,
.menu-side > ul > li.current_page_ancestor > a,
.menu-side > ul > li.current_page_ancestor > span {
    color: #999;
    cursor: pointer;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

.menu-side > ul > li > ul, .menu-side > ul > li > ul > li > ul {
    position: relative;
    display: none;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.menu-side > ul > li > ul > li {
	margin: 5px 0;
}

.menu-side > ul > li > ul > li > ul li {
	margin: 0;
}

.menu-side > ul > li > ul > li:first-child {
    border: 0;
}

.menu-side > ul > li > ul > li > a {
	margin: 10px 0;
    padding: 10px;
    color: #000;
    font-family: 'Roboto', sans-serif;
}

.menu-side > ul > li > ul > li > ul > li > a {
	margin: 10px 0;
    padding: 10px 20px;
    color: #000;
    font-size: 13px;
    font-family: 'Roboto', sans-serif;
}

.menu-side > ul > li > ul > li > a:hover,
.menu-side > ul > li > ul > li.current_page_item > a,
.menu-side > ul > li > ul > li > ul > li a:hover,
.menu-side > ul > li > ul > ul > li.current_page_item > a,
.menu-side > ul > li > ul > li > ul > li.current_page_item > a{
	text-decoration: none;
	color: #999!important;
}

.menu-side > ul > li.current_page_item > ul.children,
.menu-side > ul > li.current_page_parent > ul.children,
.menu-side > ul > li.current_page_ancestor > ul.children,
ul.children > li.current_page_item ul.children,
ul.children > li.current_page_ancestor ul.children {
	display: inherit;
}
/* FINE MENU SIDE */

#mobileMenu {
    display: none;
}

.menu-side-2 ul {
	list-style-type: none;
	padding: 0px;
	margin: 0;
}

.menu-side-2 > ul > li {
 	border: 0;
  	position: relative;
  	z-index: 10;
  	text-align: left;
}

.menu-side-2 > ul > li a {
	color: #000;
	font-size: 12px;
	font-family: 'Roboto', sans-serif;
}

.menu-side-2 > ul > li a:hover {
	color: #555;
}

.menu-side-2 > ul > li.active a {
	font-weight: 800;
}

.googleMap-content {
	margin-top: 0;
	width: 100%;
	display: block;
}

#googleMap {
	width: 100%;
	height: 460px;
}

.gm-style-cc {
	display: none;
}

.gm-style-iw {
	white-space: nowrap;
}

.superpage {
	background: #fff;	
	position: relative;
}

.page {
	margin: 0 auto;
    width: 1100px;
    padding: 20px 0;
    clear: both;
    display: table;
}

.page p {
    padding-bottom: 12px;
    text-align: justify;
}

.page b, .page strong {
    font-weight: 600;
}

.page-content {
	margin: 0;
	display: block;
	width: 100%;
}

.page-sidebar {
	width: 80%;
	float: right;
}

h1 {
	text-align: center;
	color: #000;
	margin: 0;
	font-size: 28px;
	padding: 30px;
	line-height: 130%;
	font-family: "Roboto",sans-serif;
	text-transform: uppercase;
	font-weight: 600;
}

h2 {
	text-align: center;
	color: #000;
	margin: 0;
	font-size: 26px;
	padding: 30px;
	line-height: 130%;
	letter-spacing: 8px;
	border-bottom: 1px solid #000;
	font-family: 'bodonisbulemyregular';
}

.page-content h3 {
    color: #333;
    font-family: 'bodonisbulemyregular';
    font-size: 26px;
    line-height: 130%;
    margin: 20px 0;
    font-weight: normal;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 8px;
}

.page-content h4 {
    color: #333!important;
    font-family: 'bodonisbulemyregular';
    font-size: 24px;
    line-height: 130%;
    margin: 20px 0 10px 0;
    letter-spacing: 8px;
    text-transform: uppercase;
    font-weight: normal;
    text-align: center;
}

.page-content h5 {
    color: #333;
    font-size: 15px;
    font-family: 'bodonisbulemyregular';
    line-height: 130%;
    margin: 0 0 20px 0;
    font-weight: 600;
    text-align: center;
}

.box-50 {
	width: 48%;
	float: left;
}

.miniline {
	width: 100px;
	height: 1px;
	background: #000;
	margin: 40px 0 20px 0;
}

ul.stores {
	display: table;
	width: 100%;
	height: auto;
	margin: 0 auto 20px auto;
	list-style-position: inside;
	list-style-type: none;
	text-align: center;
}
    
ul.stores li {
	width: auto;
 	display: inline-block;
  	position: relative;
  	z-index: 10;
  	float: none;
  	margin: 0 40px;
  	padding: 0;
  	overflow: hidden;
}

ul.prodotti {
	display: table;
	width: 100%;
	height: auto;
	margin: 0 auto 20px auto;
	list-style-position: inside;
	list-style-type: none;
	text-align: center;
}
    
ul.prodotti li {
	width: auto;
 	display: inline-block;
  	position: relative;
  	z-index: 10;
  	float: none;
  	margin: 0 10px 10px 10px;
  	padding: 0;
  	overflow: hidden;
}

ul.prodotti-dettaglio {
	display: table;
	width: 100%;
	height: auto;
	margin: 0 auto 20px auto;
	list-style-position: inside;
	list-style-type: none;
	text-align: center;
}
    
ul.prodotti-dettaglio li {
	width: auto;
 	display: inline-block;
  	position: relative;
  	z-index: 10;
  	float: none;
  	margin: 0 10px 20px 10px;
  	padding: 0;
  	overflow: hidden;
}

/*== INIZIO GALLERY ==*/

ul.gallery {
	display: table;
	width: 100%;
	height: auto;
	margin: 20px auto;
	list-style-position: inside;
	list-style-type: none;
	text-align: center;
}
    
ul.gallery li {
	width: 354px;
	height: 240px;
 	display: inline-block;
  	position: relative;
  	z-index: 10;
  	float: none;
  	margin: 5px;
  	padding: 0;
  	overflow: hidden;
}

/*.zoom {
   width: 100%;
   height: 100%;
   overflow: hidden;
   position: relative;
   text-align: center;
}

.zoom .mask {
   width: 100%;
   height: 100%;
   position: absolute;
   overflow: hidden;
   top: 0;
   left: 0;
   opacity: 0;
   background-color: rgba(0,0,0, 0.1);
   background-repeat: no-repeat;
   background-position: center;
   -webkit-transition: all 0.3s ease-in-out;
   -moz-transition: all 0.3s ease-in-out;
   -o-transition: all 0.3s ease-in-out;
   -ms-transition: all 0.3s ease-in-out;
   transition: all 0.3s ease-in-out;
   position: absolute;
}

.zoom img {
   display: block;
   position: relative;
   -webkit-transition: all 0.3s linear;
   -moz-transition: all 0.3s linear;
   -o-transition: all 0.3s linear;
   -ms-transition: all 0.3s linear;
   transition: all 0.3s linear;
}

.zoom:hover img {
   -webkit-transform: scale(1.02,1.02);
   -moz-transform: scale(1.02,1.02);
   -o-transform: scale(1.02,1.02);
   -ms-transform: scale(1.02,1.02);
   transform: scale(1.02,1.02);
}

.zoom:hover .mask {
   opacity: 1;
}*/

.zoom img {
	opacity: 1;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	transition: all 0.3s linear;
}

.zoom img:hover{
	opacity: 0.8;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	transition: all 0.3s linear;
}

/*== FINE GALLERY ==*/

.single-press h4 {
	font-family: 'Roboto', sans-serif;
	letter-spacing: 0;
	font-weight: 600;
	text-align: left;
}

.press h4 {
	font-family: 'Roboto', sans-serif;
	margin-top: 0;
	letter-spacing: 0;
	font-weight: 600;
	text-align: left;
}

.press h4 a {
	background: #000;
	color: #fff!important;
	padding: 5px;
	display: block;
}

ul.news-content {
	display: table;
	width: 100%;
	height: auto;
	margin: 20px auto;
	list-style-position: inside;
	list-style-type: none;
	text-align: center;
}
    
ul.news-content li {
	width: 246px;
 	display: inline-block;
  	position: relative;
  	z-index: 10;
  	float: none;
  	margin: 12px;
  	padding: 10px 0;
  	overflow: hidden;
  	vertical-align: top;
  	font-size: 13px;
}

ul.news-content li h5 {
    color: #000;
    font-size: 15px;
    font-family: 'bodonisbulemyregular';
    line-height: 130%;
    margin: 10px!important;
    font-weight: 600;
    text-align: center;
}

ul.news-content li h5 a {
    color: #333;
}

ul.news-content li h5 a:hover {
    color: #000;
}

.news {
	display: table;
	margin-bottom: 20px;
	width: 100%;
}

.news-home {
	display: table;
	margin-bottom: 20px;
	width: 260px;
	float: left;
	margin-right: 20px;
}

.news-side {
	display: table;
	margin-bottom: 20px;
	width: 100%;
}

.news h4, .news h4 a, .single-news h4 {
	text-align: left;
	color: #333;
	letter-spacing: 8px;
	margin-top: 0;
}

.news h4 a:hover {
	color: #000;
}

.news p {
	margin-top: 10px;
}

.single-news img {
	display: block;
	margin-bottom: 10px;
}

.data {
	position: absolute;
	background: #000;
	color: #fff;
	width: 42px;
	height: 42px;
	padding: 10px;
	margin: 10px;
	text-align: center;
	z-index: 999;

	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}

.data-side {
	color: #000;
	display: block;
	font-size: 11px;
}

.img-prodotti {
	width: 580px;
	float: left;
}

.img-home {
	margin-bottom: 60px;
}

.img-home h1 {
	text-align: center;
	color: #000;
	margin: 0;
	font-size: 24px;
	padding: 30px;
	line-height: 130%;
	letter-spacing: 8px;
	border-bottom: 1px solid #000;
	font-family: 'bodonisbulemyregular';
}

.img-content-mini-home {
	width: 246px;
	height: 140px;
	overflow: hidden;
}

.img-content-mini {
	width: 90px;
	height: 90px;
	overflow: hidden;
	float: left;
	margin-right: 10px;
}

.img-content {
	overflow: hidden;
}

.img-content-gallery {
	width: 354px;
	height: 240px;
	overflow: hidden;
}

.excerpt {
	display: block;
	font-size: 12px;
}

.contatti-showroom-l {
	margin: 0 0 40px 0!important;
	text-align: center;
	width: 48%;
	float: left;
}

.contatti-showroom-r {
	margin: 0 0 40px 0!important;
	text-align: center;
	width: 48%;
	float: right;
}

.contatti {
	margin: 0 0 40px 0!important;
	text-align: center;
	width: 45%;
	float: right;
}

.contatti p, .contatti-showroom p {
	text-align: center;
}

.contatti-content {
	padding: 15px!important;
	background: #f9f9f9;
	margin-bottom: 40px;
}

.contatti h4 {
	color: #000!important;
	font-family: 'bodonisbulemyregular';
	font-size: 17px;
	font-weight: normal;
	margin: 10px 0 0 0;
	display: block;
	clear: both;
}

#sidebar {
    margin: 20px 0 20px 0;
    font-family: 'Open Sans', sans-serif;
    padding: 10px;
    position: fixed;
    z-index: 2;
    top: 160px;
    left: 40px;
    z-index: 999;
}

#sidebar p {
	font-size: 13px;
	font-weight: 300;
	margin-bottom: 15px;
}

#sidebar h3 {
	color: #333!important;
	font-family: 'bodonisbulemyregular';
	font-size: 20px;
	line-height: 130%;
	margin-bottom: 20px;
	padding-bottom: 0;
	letter-spacing: 1px;
	font-weight: 600;
	text-transform: uppercase;
}

#sidebar > ul {
	list-style-type: none;
}

.footer {
	color: #000;
	background: none;
	width: 1100px;
	margin: 0 auto;
	text-align: center;
	font-size: 12px;
}

.footer a {
	color: #000;
}

.footer a:hover {
	color: #999;
}

.social-btn {
	float: right;
}

.fb, .tw, .gp {
	padding: 0 3px;
	display: block;
	float: left;
}

.facebook-btn:hover, .twitter-btn:hover {
	-moz-border-radius: 180px;
	-webkit-border-radius: 180px;
	border-radius: 180px;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}

.facebook-btn {
	background: url('images/facebook-btn.png') no-repeat center;
	width: 30px;
	height: 30px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}

.twitter-btn {
	background: url('images/twitter-btn.png') no-repeat center;
	width: 30px;
	height: 30px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}

.google-btn {
	background: url('images/google-btn.png') no-repeat center;
	width: 70px;
	height: 20px;
}

.social {
   float: none;
   margin: 20px auto;
   text-align: center;
   display: inline-block;
}

.social img {
	display: block;
	float: left;
	border: 1px solid transparent;
	padding: 3px;
	margin-right: 6px;
	-moz-border-radius: 180px;
	-webkit-border-radius: 180px;
	border-radius: 180px;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}

img.facebook:hover {
	border: 1px solid #b2b2b2;
	padding: 3px;
	-moz-border-radius: 180px;
	-webkit-border-radius: 180px;
	border-radius: 180px;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}

img.twitter:hover {
	border: 1px solid #b2b2b2;
	padding: 3px;
	-moz-border-radius: 180px;
	-webkit-border-radius: 180px;
	border-radius: 180px;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}

img.linkedin:hover {
	border: 1px solid #b2b2b2;
	padding: 3px;
	-moz-border-radius: 180px;
	-webkit-border-radius: 180px;
	border-radius: 180px;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}

img.google:hover {
	border: 1px solid #b2b2b2;
	padding: 3px;
	-moz-border-radius: 180px;
	-webkit-border-radius: 180px;
	border-radius: 180px;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}

img.instagram:hover {
	border: 1px solid #b2b2b2;
	padding: 3px;
	-moz-border-radius: 180px;
	-webkit-border-radius: 180px;
	border-radius: 180px;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}

img.pinterest:hover {
	border: 1px solid #b2b2b2;
	padding: 3px;
	-moz-border-radius: 180px;
	-webkit-border-radius: 180px;
	border-radius: 180px;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}

/*== INIZIO CF7 ==*/
.label {
	font-size: 12px;
	height: 32px;
	line-height: 32px;
	color: #6d6e72;
	clear: both;
	float: left;
}

.campo {
	float: none;
	margin-right: 0;
	margin-bottom: 20px;
	width: 100%;
}

.campo-area {
	clear: both;
}

.wpcf7-form {
	width: 45%;
	margin: 0 0 20px 0;
	float: left;
}

.wpcf7-text {
	border: 1px solid #ccc;
	background: #fff;
	height: 40px;
	width: 100%;
	line-height: 40px;
	padding: 0 4px 0 4px;
	color: #333;
	font-size: 13px;
	font-family: 'Open Sans', sans-serif;
}

.wpcf7-textarea {
	 width: 100%;
	 border: 1px solid #ccc;
	 background: #fff;
	 padding: 4px;
	 color: #333;
	 font-size: 13px;
	 font-family: 'Open Sans', sans-serif;
	 margin: 0 0 12px 0;
	 resize: none;
}

div.wpcf7-response-output {
	margin: 10px 0!important;
}

.privacy {
}

.wpcf7-not-valid {
	border: 1px solid #CC0000;
}

span.wpcf7-not-valid-tip {
	display: none;
}

.Accetto span.wpcf7-not-valid-tip {
	display: inherit!important;
	font-size: 12px;
	margin-left: 5px;
	color: #CC0000;
}

div.wpcf7-validation-errors {
	color: #CC0000;
	padding: 0;
	border: none!important;
}

div.wpcf7-mail-sent-ok {
	color: #398F14;
	padding: 0;
	border: none!important;
}

div.wpcf7 img.ajax-loader {
	margin-top: 0;
}

/*== FINE CF7 ==*/

/* Pagenavi */
.navigation {
	margin: 20px auto 0 auto;
	text-align: center;
	height: 25px;
	font-size: 13px;
	width: 100%;
	display: inline-block;
}
.meta-normal {
	margin-right: 10px;
}

.navigation a{color:#fff}
.navigation a:hover{color:#fff;text-decoration:none}
.page-numbers a, .page-numbers a:link{background:#ccc;color:#000;padding:2px 6px 2px 6px;margin-right:4px;
-moz-transition: all 0.2s linear 0s;
-webkit-transition: all 0.2s linear 0s;
-o-transition: all 0.2s linear 0s;
}
.page-numbers a:hover{background:#000;color:#fff;}
.currentpage, .currentpage a:hover{background:#000;color:#fff;padding:2px 6px 2px 6px;
-moz-transition: all 0.2s linear 0s;
-webkit-transition: all 0.2s linear 0s;
-o-transition: all 0.2s linear 0s;
}


/** BxSlider RESET AND LAYOUT
===================================*/

.slide {
	position: relative
}

ul.bxslider {
	list-style-type: none;
	position: relative;
}

ul.bxslider li img {
	width: 100%;
	display: block;	
}

.bx-wrapper {
	position: relative;
	margin: 0 auto 40px;
	padding: 0;
	*zoom: 1;
}

.bx-wrapper img {
	max-width: 100%;
}

.bx-viewport {
max-height: 560px;
}

/** THEME
===================================*/

.bx-wrapper .bx-pager {
	position: absolute;
	bottom: -30px;
	width: 100%;
}

/* LOADER */

.bx-wrapper .bx-loading {
	min-height: 50px;
	background: url('images/bx_loader.gif') center center no-repeat;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000;
}

/* PAGER */

.bx-wrapper .bx-pager {
	text-align: center;
	font-size: .85em;
	font-family: Arial;
	font-weight: bold;
	color: #666;
	padding-top: 20px;
}

.bx-wrapper .bx-pager .bx-pager-item {
	display: inline-block;
	*zoom: 1;
	*display: inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
	background: #666;
	text-indent: -9999px;
	display: block;
	width: 10px;
	height: 10px;
	margin: 0 5px;
	outline: 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #6d6e72;
}

/* --  SELECT INIZIO -- */

.select {
	margin-bottom: 20px;
}

.dropdown {
	margin: 20px auto;
}

.dropdown dd, .dropdown dt, .dropdown ul { 
	margin: 0 auto;
	padding: 0px;
	width: 350px;
	z-index: 999;
}

.dropdown dd { 
	position: relative;
}

.dropdown a, .dropdown a:visited {
	color: #333;
	text-decoration: none;
	outline: none;
}

.dropdown a:hover {
	color: #555;
}

.dropdown dt a {
	background: #fff url('images/arrow.png') no-repeat scroll 98% center;
	display: block;
	padding-right: 0;
	border: 1px solid #ddd;
	width: 100%;
	position: relative;
}

.dropdown dt a:hover {
	background-color: #f5f5f5;
	border: 1px solid #ddd;
}

.dropdown dt a span {
	cursor: pointer;
	display: block;
	padding: 10px;
	font-size: 14px;
}

.dropdown dd ul {
	background: #fff;
	border: 1px solid #ddd;
	display: none;
	left: 0px;
	padding: 0px;
	position: absolute;
	top: 2px;
	width: auto;
	min-width: 100%;
	list-style: none;
}

.dropdown span.value {
	display: none;
}
.dropdown dd ul li a { 
	padding: 5px;
	display: block;
	font-size: 14px;
}

.dropdown dd ul li a:hover { 
	background-color: #f5f5f5;
}

.flagvisibility {
	display: none;
}

.nome {
	font-weight: 600;
}

.dati {
	margin-bottom: 20px;
}

ul.store {
	display: table;
	width: 100%;
	height: auto;
	margin: 20px auto;
	list-style-position: inside;
	list-style-type: none;
	text-align: center;
}
    
ul.store li {
 	display: inline-block;
  	position: relative;
  	z-index: 10;
  	float: none;
  	margin: 30px;
  	padding: 0;
  	overflow: hidden;
  	vertical-align: top;
  	text-align: center;
  	width: 150px;
}

ul.store li.si {
 	display: inline-block;
  	position: relative;
  	z-index: 10;
  	float: none;
  	margin: 0;
  	padding: 0;
  	overflow: hidden;
  	vertical-align: top;
  	text-align: center;
  	width: 100%;
  	border-bottom: 1px solid #333;
}

ul.store li.si > .nome {
	text-transform: uppercase;
	font-size: 18px;
}

/* --  MOSAIC FLOW INIZIO -- */
.mosaicflow {
	margin-bottom: 40px;
	margin: 0 auto;
}

.mosaicflow_column {
	float: left;
}

.mosaicflow_item {
	position: relative;
	margin: 4px 2px;
	overflow: hidden!important;
}

.mosaicflow_item img {
	display: block;
	width: 100%;
	height: auto;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out; 
	transition: all 0.3s ease-in-out;
	opacity: 1;
	overflow: hidden!important;
	position: relative;
}

.mosaicflow_item img:hover {
	opacity: 0.8;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out; 
	transition: all 0.2s ease-in-out;
}

.mosaicflow_item h3 {
	font-size: 16px;
}

.border {
	border: none;
}

/* --  MOSAIC FLOW FINE -- */

.cookie {
	width: 100%;
	margin: 0 auto;	
	background: #fff;
	padding: 20px;
}

.cookie table {
    border-collapse: collapse;
    margin: 0 0 20px;
    width: 100%;
}

.cookie table td {
    border: 1px solid #ddd;
    padding: 3px 5px;
    vertical-align: middle;
}

.cookie table th {
    border: 1px solid #ddd;
    padding: 3px 5px;
    text-align: left;
    font-weight: bold;
}

.cookie ul {
    list-style-type: none!important;
    margin: 5px 20px;
}

.cookie ul li {
    padding: 3px;
    text-align: justify;
}

.cookie p {
	padding: 10px 0;
}