@charset "utf-8";
* {
	margin: 0;
	padding:0; 
/*	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;    
	box-sizing: border-box;*/
}
/*::-webkit-scrollbar { 
	display: none; 
}*/

/* PRELOADER GENERALE */
#wrapperone {
	display:none;
}
/* PRELOADER GENERALE */
#preloader {	
    position:fixed;
    top:0;
    left:0;
    right:0;
    bottom:0;
    background-color:#121212;
    z-index:960000; /* makes sure it stays on top */
	display:block;
}
#status {
	width: 40px;
	height: 40px;
	z-index: 96001; /* makes sure it stays on top */
	margin: auto;
	position: absolute;
	top: 0; left: 0; bottom: 0; right: 0;
	display:block;
	
/* VARI PRELOADER --->>> http://tobiasahlin.com/spinkit/ */
}	
/* Center the loader */
#loader {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  width: 100px;
  height: 100px;
  margin: -50px 0 0 -50px;
  border: 5px solid #212121;
  border-radius: 50%;
  border-top: 5px solid #007FF1;
  width: 60px;
  height: 60px;
  -webkit-animation: spin 1.5s linear infinite;
  animation: spin 1.5s linear infinite;
}
@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

/* Add animation to "page content" */
.animate-bottom {
  position: relative;
  -webkit-animation-name: animatebottom;
  -webkit-animation-duration: 1s;
  animation-name: animatebottom;
  animation-duration: 1s
}

@-webkit-keyframes animatebottom {
  from { bottom:-100px; opacity:0 } 
  to { bottom:0px; opacity:1 }
}

@keyframes animatebottom { 
  from{ bottom:-100px; opacity:0 } 
  to{ bottom:0; opacity:1;
   }
}

.nascondo {
/* PRELOADER GENERALE */
}
img, object, embed, video {
	max-width: 100%;
}
.lazy img {
	visibility:hidden;
	display:none;
}
.centrato {
	text-align:left;
	display:table-cell; /* Centro gli elementi */
	vertical-align:middle; /* Centro  gli elementi */
}
.lazy {
	background-image:url(../images/miniloader.gif);
	background-repeat:no-repeat;
	background-position:50% 50%;
	background-color:#FFF;
/* IE 6 non supporta max-width, quindi viene usata per impostazione predefinita la larghezza 100% */	
}
.ie6 img {
	width:100%;	
}
[data-scroll-reveal] {
	visibility: hidden;
} 
#reports, #tagcloud {
	display:none;
}
.scrollreveral {
	visibility:hidden;
}
#map img {
	max-width:none; /* fix elementi su googlemaps */
}
/* OVER SU IMMAGINI */
.hovereffect {
  width: 100%;
  height: 100%;
  float: left;
  overflow: hidden;
  position: relative;
  text-align: center;
  cursor: default;
}
.hovereffect .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  background-color: rgba(75,75,75,0.7);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.hovereffect:hover .overlay {
  background-color: rgba(48, 152, 157, 0.4);
}

.hovereffect img {
  display: block;
  position: relative;
}
.hovereffect h2 {
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  position: relative;
  font-size: 17px;
  padding: 10px;
  background: rgba(0, 0, 0, 0.6);
  -webkit-transform: translateY(45px);
  -ms-transform: translateY(45px);
  transform: translateY(45px);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.hovereffect:hover h2 {
  -webkit-transform: translateY(5px);
  -ms-transform: translateY(5px);
  transform: translateY(5px);
}
.hovereffect a.info {
  display: inline-block;
  text-decoration: none;
  padding: 7px 14px;
  text-transform: uppercase;
  color: #fff;
  border: 1px solid #fff;
  background-color: transparent;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  font-weight: normal;
  margin: -52px 0 0 0;
  padding: 62px 100px;
}

.hovereffect:hover a.info {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.hovereffect a.info:hover {
  box-shadow: 0 0 5px #fff;
}
/* OVER SU IMMAGINI */

/* PLAYER  VIDEO RESPONSIVE */
video {
  width: 100%    !important;
  height: auto   !important;
}
.embed-container { 
	position: relative;
	padding-bottom: 56.25%; 
	height: 0;
	overflow: hidden; 
	max-width: 100%;
}
.embed-container iframe, .embed-container object, .embed-container embed { 
	position: absolute; 
	top: 0; 
	left: 0; 
	width: 100%; 
	height: 100%; 
/* PLAYER VIDEO RESPONSIVE */
}

/* SCROLL TOP */
#toTop {
	display:none;
	text-decoration:none;
	position:fixed;
	bottom:160px;
	right:35px;
	overflow:hidden;
	width:auto;
	height:auto;
	border:none;
	background-color:#22292F;
	z-index:960;
	font-size:11px;
	font-weight:100;
	padding:12px 14px;
	color:#FFF;
}
#toTop {
	visibility:hidden;
	
/* SCROLL TOP /*

/* CONTAINER */
}
.gridContainer, .gridContainerMid,  .gridContainerFull {
	width:100%;
	margin:0 auto;
	padding:0;
/* CONTAINER */

/* HEADER */
}
#fullheader  {
	position:absolute;
	width:100%;
	min-height:auto;
	display:block;
	background-color:rgba(27, 29, 31, 0.8);
	margin:0;
	z-index:1;
} 
/* HEADER */

/* LOGO */
#logo-top {
	clear:both;
	float:left;
	display:block;
	width:90%;
	height:auto;
	margin-top:15px;
	margin-bottom:0;
	margin-left:5%;
	margin-right:5%;
	text-align:center;
}
#logo-top img {
	width: 100%;
	height:auto;
	margin:auto;
	max-width:117px;
/* LOGO */

/* MENU */
}
#menu-top {
	clear:both;
	float:left;
	display:block;
	width:90%;
	height:auto;
	min-height:34px;
	margin-top:12px;
	margin-bottom:16px;
	margin-left:5%;
	margin-right:5%;
	text-align:center;
}
#add-info {
	display:block;
	margin-left:0;
	margin-right:0;
	margin-bottom:0;
	margin-top:0;
	width:100%;
	min-height:10px;
	background-color:transparent;
	padding:0;
	text-align:center;
}
#add-info i, #contatti i {
	font-size:1.53em; /* 20px; */
	padding-left:2px;
	padding-right:2px;
}
#add-info a:link i, #contatti a:link i {
	text-decoration:none;
	color:#FFF;
	-webkit-transition: .3s all ease-out;
    -moz-transition: .3s all ease-out;
    transition: .3s all ease-out;
}
#add-info a:hover i, #contatti a:hover i  {
	text-decoration:none;
	color:#EF0000;
}
#add-info i span {
	color:#FFF;
	font-size:0.61em; /* 8px; */
	padding-left:5px;
	font-style:normal;
	font-family: 'Open Sans', sans-serif;
	font-weight:400;
}
#add-info span a {
	color:#FFF;
    -webkit-transition: .3s all ease-out;
    -moz-transition: .3s all ease-out;
    transition: .3s all ease-out;
    text-decoration: none;
}
#add-info span a:hover  {
	color:#EF0000;
    -webkit-transition: .3s all ease-out;
    -moz-transition: .3s all ease-out;
    transition: .3s all ease-out;
    text-decoration: none;
}
#menu-top ul {
	display:block;
	margin-left:0;
	margin-right:0;
	margin-bottom:0;
	margin-top:16px;
	width:100%;
	min-height:10px;
	padding:0;
	text-align:center;
}
#menu-top li {
	display:inline-block;
	text-transform:uppercase;
	letter-spacing:1px;
	padding-left:2px;
	padding-right:2px;
/*	font-family: 'Open Sans', sans-serif;*/
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight:300;
	font-size:1.0em; /* 13px; */
	text-shadow: #000 0px 0px 1px;
	-webkit-font-smoothing:antialiased;
	color:#FFF;
}
#menu-top li a  {
	color:#FFF;
    -webkit-transition: .3s all ease-out;
    -moz-transition: .3s all ease-out;
    transition: .3s all ease-out;
    text-decoration: none;
}
#menu-top li a:hover  {
	color:#EF0000;
	text-shadow: #EF0000 0px 0px 1px;
	-webkit-font-smoothing:antialiased;
    -webkit-transition: .3s all ease-out;
    -moz-transition: .3s all ease-out;
    transition: .3s all ease-out;
    text-decoration: none;
}
#menu-top li.active a {
    color:#EF0000;
	text-shadow: #EF0000 0px 0px 1px;
	-webkit-font-smoothing:antialiased;
/* RICERCA */
}
#fullricerca {
	width:100%;
	min-height:auto;
	display:block;
	margin:0;
	background-color:#1B1D1F;
}
#ricerca {
	clear:both;
	float:left;
	display:block;
	width:100%;
	height:auto;
	min-height:50px;
	text-align:center;
/* RICERCA */

/* LOGIN + REMINDER + PULSANTI */
}
#full-fascione-login {
	width:100%;
	min-height:auto;
	display:block;
	margin:0;
	background-color:#1B1D1F;
}
#titolo-fascione-login {
	clear:both;
	float:left;
	display:block;
	position:relative;
	width:100%;
	height:auto;
	min-height:20px;
	text-align:center;
}
#titolo-fascione-login h2 {
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight:300;
	font-size:2.00em; /* 26px; */
	line-height:60px;
	color:#EF0000;
}
#titolo-fascione-login h3 {
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight:300;
	font-size:1.53em; /* 20px; */
	line-height:40px;
	margin-top:20px;
	margin-bottom:15px;
	color:#FFF;
}
#form-login {
	clear:both;
	float:left;
	display:block;
	width:100%;
	height:auto;
	min-height:50px;
	text-align:center;
}
#wrapper-form-login {
	display:inline-block;
	width:70%;
	margin-top:0px;
	margin-bottom:0px;
	margin-left:auto;
	margin-right:auto;
	min-width:280px;
	min-height:50px;
}
#form-reminder {
	clear:both;
	float:left;
	display:block;
	width:100%;
	height:auto;
	min-height:50px;
	text-align:center;
}
#wrapper-form-reminder {
	display:inline-block;
	width:70%;
	margin-top:0px;
	margin-bottom:0px;
	margin-left:auto;
	margin-right:auto;
	min-width:280px;
	min-height:50px;
}
#wrapper-pulsanti {
	display:block;
	position:relative;
	width:100%;
	min-height:25px;
	display:block;
	margin:0;
	margin-bottom:35px;
}
#wrapper-pulsanti .esci, #wrapper-pulsanti .carrello {
	display:inline-block;
}
#wrapper-pulsanti .esci p a {
	display:block;
	font-family: 'Open Sans', sans-serif;
	font-weight:400;
	line-height:34px;
	font-size:1.0em; /* 13px */
	width:70px;
	height:34px;
	text-align:center;
	margin-top:0;
	padding:0;
	background-color:#EF0000;
	color:#FFF;
	text-decoration:none;
	-webkit-transition:color .2s linear, background .2s linear;
	-moz-transition:color .2s linear, background .2s linear;
	-o-transition:color .2s linear, background .2s linear;
	transition:color .2s linear, background .2s linear;
}
#wrapper-pulsanti .esci p a:hover {
	display:block;
	background-color:#666;
}
#wrapper-pulsanti .esci p i {
	margin-right:5px;
	font-size:1.076em; /* 14px */
}
#wrapper-pulsanti .carrello p a {
	display:block;
	font-family: 'Open Sans', sans-serif;
	font-weight:400;
	line-height:34px;
	font-size:1.0em; /* 13px */
	width:95px;
	height:34px;
	text-align:center;
	margin-top:0;
	margin-left:5px;
	padding:0;
	background-color:#018498;
	color:#FFF;
	text-decoration:none;
	-webkit-transition:color .2s linear, background .2s linear;
	-moz-transition:color .2s linear, background .2s linear;
	-o-transition:color .2s linear, background .2s linear;
	transition:color .2s linear, background .2s linear;
}
#wrapper-pulsanti .carrello p a:hover {
	display:block;
	background-color:#666;
}
#wrapper-pulsanti .carrello p i {
	margin-right:5px;
	font-size:1.076em; /* 14px */
}
#torna a {
	display:inline-block;
	width:100%;
	min-height:20px;
	margin:0;
	margin-top:20px;
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight:400;
	line-height:50px;
	font-size:1.53em; /* 20px */
	color:#FFF;
}
#torna a i {
	margin-right:5px;
	color:#018498;
/* LOGIN + REMINDER + PULSANTI */

/* CHI SIAMO */
}
#fullchi {
	width:100%;
	min-height:100px;
	display:block;
	margin:0;
	background: #110E0B;
	background: -moz-linear-gradient(top, rgba(33, 39, 44, 1) 0%,  rgba(17, 14, 11, 1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(33, 39, 44, 1)), color-stop(100%, rgba(17, 14, 11, 1)));
	background: -webkit-linear-gradient(top, rgba(33, 39, 44, 1) 0%, rgba(17, 14, 11, 1) 100%);
	background: -o-linear-gradient(top, rgba(33, 39, 44, 1) 0%, rgba(17, 14, 11, 1) 100%);
	background: -ms-linear-gradient(top, rgba(33, 39, 44, 1) 0%, rgba(17, 14, 11, 1) 100%);
	background: linear-gradient(to bottom, rgba(33, 39, 44, 1) 0%, rgba(17, 14, 11, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#110E0B', endColorstr='#21272C', GradientType=0 );
}
.vline-chi {
	width:1px;
	height:25px;
	background-color:#A5A7A9;
	margin: 0;
	position: absolute;
	top: 0;
	left: 50%;
	-ms-transform: translate(-50%, 0%);
	transform: translate(-50%, 0%);
	text-align:center;
}
#chisiamo {
	position:relative;
	clear:both;
	float:left;
	display:block;
	width:100%;
	height:auto;
	min-height:50px;
	margin-bottom:36px;
	text-align:center;
}
#chisiamo .testo {
	display:inline-block;
	width:80%;
	max-width:280px;
	height:auto;
	margin-top:45px;
	margin-left:10%;
	margin-right:10%;
	min-height:50px;
	text-align:center;
}
#chisiamo .testo h1 {
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight:300;
	font-size:2.46em; /* 32px; */
	line-height:32px;
	margin-bottom:30px;
	color:#A5A7A9;
}
#chisiamo .testo p {	
	color:#FFF;
	font-size:1.0em; /* 13px; */
	line-height:20px;
	font-style:normal;
	font-family: 'Open Sans', sans-serif;
	font-weight:400;
	text-align:justify;
/* CHI SIAMO */

/* FOTOGALLERFY CHI */
}
#gallerychi {
	display:inline-block;
	width:80%;
	height:auto;
	min-height:50px;
	margin-top:40px;
	margin-bottom:0px;
	margin-left:10%;
	margin-right:10%;
	text-align:center;
}
#gallerychi ul {
	margin:0;
	padding:0;
	list-style-type:none;
}
#gallerychi ul li {
	position:relative;
	display:inline-block;
	width:100%;
	max-width:260px;
	margin:10px auto;
}
.da-thumbs li a,
.da-thumbs li a img {
	display: block;
	width:100%;
	height:auto;
	position: relative;
	-webkit-background-size: cover!important;
	-moz-background-size: cover!important;
	-o-background-size: cover!important;
	background-size: cover!important;
	background-position:center;
}
.da-thumbs li a {
	overflow: hidden;
}
.da-thumbs li a div {
	position: absolute;
	background: rgba(239, 0, 0, 0.5);
	width: 100%;
	height: 100%;
}
.da-thumbs li i {
	font-size:26px;
	color:#FFF;
	margin: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
/* FOTOGALLERY CHI */

/* MARCHI */
}
#fullmarchi {
	width:100%;
	min-height:150px;
	display:block;
	margin:0;
	background: #21272C;
	background: -moz-linear-gradient(top, rgba(17, 14, 11, 1) 0%, rgba(33, 39, 44, 1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(17, 14, 11, 1)), color-stop(100%, rgba(33, 39, 44, 1)));
	background: -webkit-linear-gradient(top, rgba(17, 14, 11, 1) 0%, rgba(33, 39, 44, 1) 100%);
	background: -o-linear-gradient(top, rgba(17, 14, 11, 1) 0%, rgba(33, 39, 44, 1) 100%);
	background: -ms-linear-gradient(top, rgba(17, 14, 11, 1) 0%, rgba(33, 39, 44, 1) 100%);
	background: linear-gradient(to bottom, rgba(17, 14, 11, 1) 0%, rgba(33, 39, 44, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#21272C', endColorstr='#110E0B', GradientType=0 );
}
#marchi {
	clear:both;
	float:left;
	display:block;
	width:100%;
	min-height:500px;
	margin-top:0;
	padding-bottom:40px;
	text-align:center;
	background-image:url(../images/cambio.png);
	background-position:0% 100%;
	background-repeat:no-repeat;
	background-size:contain;
}
#marchi .testo {
	display:inline-block;
	width:80%;
	max-width:280px;
	height:auto;
	margin-top:0;
	margin-left:10%;
	margin-right:10%;
	min-height:50px;
	text-align:center;
}
#marchi .testo h2 {
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight:300;
	font-size:2.0em; /* 26px; */
	line-height:26px;
	margin-bottom:30px;
	color:#EF0000;
}
#marchi .testo p {	
	color:#FFF;
	font-size:1.0em; /* 13px; */
	line-height:20px;
	font-style:normal;
	font-family: 'Open Sans', sans-serif;
	font-weight:400;
}
#marchi .loghi {
	display:inline-block;
	width:80%;
	height:auto;
	margin-top:40px;
	margin-left:10%;
	margin-right:10%;
	min-height:50px;
	text-align:center;
}
#marchi .loghi img {
	display:inline-block;
	vertical-align:middle;
	width:100%;
	height:auto;
	max-width:70px;
	margin: 2.5%
/* MARCHI */

/* VETRINA */
}
#fullvetrina  {
	width:100%;
	height:auto;
	display:block;
	background-color:#1B1D1F;
	margin:0;
}
#vetrina  {
	clear:both;
	float:left;
	display:block;
	width:100%;
	height:auto;
	margin-top:0;
	text-align:center;
}
#vetrina .testo {
	position:relative;
	display:inline-block;
	width:90%;
	max-width:1232px;
	height:auto;
	margin-top:25px;
	margin-bottom:25px;
	margin-left:5%;
	margin-right:5%;
	min-height:auto;
	text-align:center;
}
#vetrina .testo h2 {
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight:300;
	font-size:2.0em; /* 26px; */
	line-height:26px;
	margin-bottom:0;
	color:#A5A7A9;
}
.vline-vetrina {
	width:1px;
	height:26px;
	background-color:#DF1E40;
	margin: 0;
	position: absolute;
	top: 74%;
	left: 50%;
	-ms-transform: translate(-50%, 74%);
	transform: translate(-50%, 74%);
	text-align:center;
/* VETRINA */

/* MODELLI VETRINA */
}
#fullmodellivetrina {
	width:100%;
	min-height:auto;
	display:block;
	background-color:#110E0B;
	margin:0;
}
#modellivetrina  {
	clear:both;
	float:left;
	display:block;
	width:90%;
	margin-left:5%;
	margin-right:5%;
	margin-top:30px;
	margin-bottom:20px;
	text-align:center;
}
#modellivetrina ul  {
	margin:0;
	padding:0;
	list-style-type:none;
}
#modellivetrina ul li {
	display:inline-block;
	vertical-align:top;
	width:80%;
	margin-left:9%;
	margin-right:9%;
	margin-top:35px;
	margin-bottom:35px;
	min-height:300px;
}
#modellivetrina ul li .img {
	clear:both;
	float:left;
	width:100%;
	min-height:210px;
	margin:0;
	-webkit-background-size: cover!important;
	-moz-background-size: cover!important;
	-o-background-size: cover!important;
	background-size: cover!important;
	background-position:center;
}
#modellivetrina ul li .testo {
	position:relative;
	clear:both;
	float:left;
	width:100%;
	height:auto;
	margin:0;
	text-align:left;
	background: #21272C;
	background: -moz-linear-gradient(top, rgba(17, 14, 11, 1) 0%, rgba(33, 39, 44, 1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(17, 14, 11, 1)), color-stop(100%, rgba(33, 39, 44, 1)));
	background: -webkit-linear-gradient(top, rgba(17, 14, 11, 1) 0%, rgba(33, 39, 44, 1) 100%);
	background: -o-linear-gradient(top, rgba(17, 14, 11, 1) 0%, rgba(33, 39, 44, 1) 100%);
	background: -ms-linear-gradient(top, rgba(17, 14, 11, 1) 0%, rgba(33, 39, 44, 1) 100%);
	background: linear-gradient(to bottom, rgba(17, 14, 11, 1) 0%, rgba(33, 39, 44, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#21272C', endColorstr='#110E0B', GradientType=0 );
}
#modellivetrina ul li .testo h3 {
	width:90%;
	margin-left:5%;
	margin-right:5%;
	margin-top:25px;
	margin-bottom:10px;
	color:#FFF;
	font-size:1.0em; /* 13px; */
	line-height:22px;
	font-style:normal;
	font-family: 'Open Sans', sans-serif;
	font-weight:400;
}
#modellivetrina ul li .testo h3 i {
	color:#EF0000;
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight:700;
	font-style:normal;
	letter-spacing:1px;
	text-transform:uppercase;
}
#modellivetrina ul li .testo p {
	width:90%;
	min-height:40px;
	margin-left:5%;
	margin-right:5%;
	margin-top:15px;
	margin-bottom:20px;
	color:#999;
	font-size:1.0em; /* 13px; */
	line-height:20px;
	font-style:normal;
	font-family: 'Open Sans', sans-serif;
	font-weight:400;
}
#modellivetrina ul li .testo span {
	position:absolute;
	left:7%;
	bottom:20px;
	color:#EF0000;
	font-size:1.23em; /* 16px; */
	line-height:20px;
	font-style:normal;
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight:300;
	text-transform:uppercase;
}
#modellivetrina ul li .testo span a {
	color:#EF0000;
	-webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
#modellivetrina ul li .testo span a:hover {
	text-decoration:none;
	color:#999;
}
#modellivetrina ul li .testo span a:hover:after {
    content: '\25ba';
    padding-left: 0.5em;
	color:#EF0000;
}
.pulsante-vai a {
	display:inline-block;
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight:300;
	font-size:1.23em; /* 16px; */
	line-height:36px;
	color:#FFF;
	text-transform:uppercase;
	width:100%;
	height:36px;
	text-align:center;
	margin:0;
	padding:0;
	background-color:#666;
	color:#FFF;
	text-decoration:none;
	-webkit-transition:color .2s linear, background .2s linear;
	-moz-transition:color .2s linear, background .2s linear;
	-o-transition:color .2s linear, background .2s linear;
	transition:color .2s linear, background .2s linear;
}
.pulsante-vai  a:hover {
	background-color:#9C9C9C;
}
.pulsante-vai i {
	margin-right:10px;
	color:#DB0707;
/* MODELLI VETRINA */

/* RECENSIONI */
}
#fullrecensioni {
	width:100%;
	min-height:150px;
	display:block;
	margin:0;
	background: #21272C;
	background: -moz-linear-gradient(top, rgba(17, 14, 11, 1) 0%, rgba(33, 39, 44, 1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(17, 14, 11, 1)), color-stop(100%, rgba(33, 39, 44, 1)));
	background: -webkit-linear-gradient(top, rgba(17, 14, 11, 1) 0%, rgba(33, 39, 44, 1) 100%);
	background: -o-linear-gradient(top, rgba(17, 14, 11, 1) 0%, rgba(33, 39, 44, 1) 100%);
	background: -ms-linear-gradient(top, rgba(17, 14, 11, 1) 0%, rgba(33, 39, 44, 1) 100%);
	background: linear-gradient(to bottom, rgba(17, 14, 11, 1) 0%, rgba(33, 39, 44, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#21272C', endColorstr='#110E0B', GradientType=0 );
}
#recensioni {
	clear:both;
	float:left;
	display:block;
	width:100%;
	min-height:250px;
	margin-top:0;
	padding-bottom:40px;
	text-align:center;
}
#recensioni .testo {
	position:relative;
	display:inline-block;
	width:80%;
	max-width:280px;
	height:auto;
	margin-top:0;
	margin-left:10%;
	margin-right:10%;
	min-height:50px;
	text-align:center;
}
#recensioni .testo h2 {
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight:300;
	font-size:2.0em; /* 26px; */
	line-height:26px;
	margin-bottom:30px;
	color:#A5A7A9;
}
.vline-rece {
	width:1px;
	height:26px;
	background-color:#DF1E40;
	margin: 0;
	position: absolute;
	top: 55%;
	left: 50%;
	-ms-transform: translate(-50%, 55%);
	transform: translate(-50%, 55%);
	text-align:center;
}
#recensioni ul {
	display:inline-block;
	width:90%;
	margin-left:5%;
	margin-right:5%;
	margin-top:50px;
	margin-bottom:0;
	padding:0;
	list-style-type:none;
	text-align:center;
}
#recensioni ul li {
	display:inline-block;
	vertical-align:top;
	width:78%;
	margin:2.5% 1%;
	min-height:100px;
}
#recensioni ul li .stars {
	display:inline-block;
	width:100%;
	min-height:20px;
}
#recensioni ul li .stars i {
	font-size:22px;
	margin:1%;
	color:#C7A34C;
}
#recensioni ul li h2 {
	font-size:1.0em; /* 13px */
	line-height:20px;
	font-style:normal;
	font-family: 'Open Sans', sans-serif;
	font-weight:400;
	margin-top:15px;
	color:#999;
}
#recensioni ul li h3 {
	font-size:1.15em; /* 15px */
	line-height:20px;
	font-style:normal;
	font-family: 'Open Sans', sans-serif;
	font-weight:400;
	margin-top:15px;
	color:#FFF;
}
#recensioni ul li h4 {
	font-size:1.53em; /* 20px */
	line-height:22px;
	font-style:normal;
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight:300;
	margin-top:15px;
	margin-bottom:10px;
	color:#EF0000;
}
#recensioni ul li .testo {
	display:inline-block;
	width:80%;
	margin:5% 10%;
	color:#999;
}
#recensioni ul li .testo p {
	color:#CCC;
	font-size:1.0em; /* 13px */
	line-height:20px;
	font-style:normal;
	font-family: 'Open Sans', sans-serif;
	font-weight:400;
/* RECENSIONI */

/* FOOTER */
}
#fullfooter {
	width:100%;
	height:auto;
	display:block;
	margin:0;
	background: #110E0B;
	background-image:url(../images/bg-footer.png);
	background-repeat:no-repeat;
	background-position:center;
	-webkit-background-size: cover!important;
	-moz-background-size: cover!important;
	-o-background-size: cover!important;
	background-size: cover!important;
/* FOOTER */
}
#footer {
	position:relative;
	clear:both;
	float:left;
	display:block;
	width:100%;
	min-height:420px;
	margin-bottom:0;
	text-align:center;
}
#footer-top {
	clear:both;
	float:left;
	display:block;
	width:90%;
	margin-left:5%;
	margin-right:5%;
	min-height:280px;
	text-align:center;
}
#stil-footer {
	display:inline-block;
	vertical-align:top;
	margin-top:50px;
	margin-bottom:20px;
	width:90%;
	margin-right:5%;
	margin-left:5%;
	min-height:220px;
	text-align:left;
	border-left:solid 1px #fff;
}
#stil-footer h2 {
	font-size:1.23em; /* 16px */
	line-height:20px;
	font-style:normal;
	font-family: 'Open Sans', sans-serif;
	font-weight:400;
	margin:30px;
	color:#FFF;
}
#stil-footer p {
	margin:30px;
	font-size:1.076em; /* 14px; */
	line-height:20px;
	font-style:normal;
	font-family: 'Open Sans', sans-serif;
	font-weight:400;
	color:#CCC;
}
#info-footer {
	display:inline-block;
	vertical-align:top;
	width:90%;
	margin-right:5%;
	margin-left:5%;
	margin-top:50px;
	margin-bottom:20px;
	min-height:80px;
	text-align:left;
	border-left:solid 1px #fff;
}
#info-footer h2 {
	font-size:1.23em; /* 16px */
	line-height:20px;
	font-style:normal;
	font-family: 'Open Sans', sans-serif;
	font-weight:400;
	margin:30px;
	color:#FFF;
}
#info-footer p {
	margin:30px;
	font-size:1.076em; /* 14px; */
	line-height:20px;;
	font-style:normal;
	font-family: 'Open Sans', sans-serif;
	font-weight:400;
	color:#CCC;
}
#info-footer p a {
	text-decoration:none;
	color:#EF0000;
}
#info-footer p a:hover {
	text-decoration:line-through;
	color:#CCC;
}
#social-footer {
	display:inline-block;
	vertical-align:top;
	width:90%;
	margin-right:5%;
	margin-left:5%;
	margin-top:50px;
	margin-bottom:25px;
	min-height:200px;
	text-align:center;
	border-top:solid 1px #fff;
}
#social-footer h2 {
	font-size:1.23em; /* 16px */
	line-height:20px;
	font-style:normal;
	font-family: 'Open Sans', sans-serif;
	font-weight:400;
	margin:30px;
	color:#FFF;
}
#social-footer p {
	margin:30px;
	font-size:1.076em; /* 14px; */
	line-height:20px;
	font-style:normal;
	font-family: 'Open Sans', sans-serif;
	font-weight:400;
	color:#CCC;
	text-transform:capitalize;
}
#social-footer p a {
	text-decoration:none;
	color:#CCC;
}
#social-footer p a:hover {
	text-decoration:line-through;
	color:#EF0000;
}
#footer-bottom {
	position:relative;
	clear:both;
	float:left;
	display:block;
	width:100%;
	margin-left:0;
	margin-right:0;
	min-height:80px;
	text-align:center;
	background-color:rgba(24, 28, 30, 0.8);
}
#footer-bottom .privacy {
	display:inline-block;
	width:100%;
	margin-top:30px;
	margin-bottom:20px;
	text-align:left;
}
#footer-bottom .privacy p {
	margin:0;
	padding:0;
	font-size: 1em; /* 13px; */
	line-height:20px;
	font-style:normal;
	font-family: 'Open Sans', sans-serif;
	font-weight:400;
	text-align:center;
	color:#999;
}
#footer-bottom .privacy p a:visited, #footer-bottom .copyright p a:visited {
	text-decoration:none;
	color:#CCC;
}
#footer-bottom .privacy p a:link , #footer-bottom .copyright p a:link {
	text-decoration:none;
	color:#CCC;
}
#footer-bottom .privacy p a:hover, #footer-bottom .copyright p a:hover {
	text-decoration:none;
	color:#EF0000;
}
#footer-bottom .logo {
	display:inline-block;
	width:100%;
	text-align:center;
}
#footer-bottom .logo img {
	max-width:80px;
}
#footer-bottom .copyright {
	display:inline-block;
	width:100%;
	margin-top:20px;
	margin-bottom:30px;
	text-align:center;
}
#footer-bottom .copyright p {
	margin:0;
	padding:0;
	font-size: 1em; /* 13px; */
	line-height:20px;
	font-style:normal;
	font-family: 'Open Sans', sans-serif;
	font-weight:400;
	color:#999;
/* FOOTER */
}
/* Layout tablet portrait: da 481 px a 768 px. Eredita stili da: Layout mobile. */
@media only screen and (min-width: 481px ) {
/* CONTAINER */
.gridContainer, .gridContainerMid, .gridContainerFull {
	width:100%;
	margin:0 auto;
	padding:0;
/* CONTAINER */	

/* HEADER */
}
#fullheader  {
	min-height:auto;
/* HEADER */

/* LOGO */
}
#logo-top {
	clear:both;
	float:left;
	display:block;
	width:90%;
	height:auto;
	margin-top:15px;
	margin-bottom:5px;
	margin-left:5%;
	margin-right:5%;
	text-align:center;
}
#logo-top img {
	width: 100%;
	height:auto;
	margin:auto;
	max-width:146px;
/* LOGO */

/* MENU */
}
#menu-top {
	clear:both;
	float:left;
	display:block;
	width:90%;
	height:auto;
	min-height:54px;
	margin-top:12px;
	margin-bottom:16px;
	margin-left:5%;
	margin-right:5%;
	text-align:center;
}
#add-info {
	display:block;
	margin-left:0;
	margin-right:0;
	margin-bottom:0;
	margin-top:0;
	width:100%;
	min-height:10px;
	background-color:transparent;
	padding:0;
	text-align:center;
}
#add-info i, #contatti i {
	font-size:2em; /* 26px; */
	padding-left:3px;
	padding-right:3px;
}
#add-info i span {
	color:#FFF;
	font-size:0.53em; /* 7px; */
	padding-left:5px;
	font-style:normal;
	font-family: 'Open Sans', sans-serif;
	font-weight:400;
}
#add-info span a {
	color:#FFF;
    -webkit-transition: .3s all ease-out;
    -moz-transition: .3s all ease-out;
    transition: .3s all ease-out;
    text-decoration: none;
}
#add-info span a:hover  {
	color:#EF0000;
    -webkit-transition: .3s all ease-out;
    -moz-transition: .3s all ease-out;
    transition: .3s all ease-out;
    text-decoration: none;
}
#menu-top ul {
	display:block;
	margin-left:0;
	margin-right:0;
	margin-bottom:0;
	margin-top:16px;
	width:100%;
	min-height:10px;
	padding:0;
	text-align:center;
}
#menu-top li {
	display:inline-block;
	text-transform:uppercase;
	letter-spacing:1px;
	padding-left:2px;
	padding-right:2px;
/*	font-family: 'Open Sans', sans-serif;*/
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight:300;
	font-size:1.0em; /* 13px; */
	color:#FFF;
}
#menu-top li a  {
	color:#FFF;
    -webkit-transition: .3s all ease-out;
    -moz-transition: .3s all ease-out;
    transition: .3s all ease-out;
    text-decoration: none;
}
#menu-top li a:hover  {
	color:#EF0000;
    -webkit-transition: .3s all ease-out;
    -moz-transition: .3s all ease-out;
    transition: .3s all ease-out;
    text-decoration: none;
}
#menu-top li.active a {
    color:#EF0000;
/* MENU */

/* LOGIN + REMINDER + PULSANTI */
}
#full-fascione-login {
	width:100%;
	min-height:auto;
	display:block;
	margin:0;
	background-color:#1B1D1F;
}
#titolo-fascione-login {
	clear:both;
	float:left;
	display:block;
	width:100%;
	height:auto;
	min-height:80px;
	text-align:center;
}
#titolo-fascione-login h2 {
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight:300;
	font-size:2.30em; /* 30px; */
	line-height:80px;
	color:#EF0000;
}
#titolo-fascione-login h3 {
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight:300;
	font-size:1.86em; /* 24px; */
	line-height:40px;
	margin-top:20px;
	margin-bottom:20px;
	color:#FFF;
}
#form-login {
	clear:both;
	float:left;
	display:block;
	width:100%;
	height:auto;
	min-height:50px;
	text-align:center;
}
#wrapper-form-login {
	display:inline-block;
	width:70%;
	margin-top:0px;
	margin-bottom:0px;
	margin-left:auto;
	margin-right:auto;
	min-width:420px;
	min-height:50px;
	background-color:transparent;
}
#form-reminder {
	clear:both;
	float:left;
	display:block;
	width:100%;
	height:auto;
	min-height:50px;
	text-align:center;
}
#wrapper-form-reminder {
	display:inline-block;
	width:70%;
	margin-top:0px;
	margin-bottom:0px;
	margin-left:auto;
	margin-right:auto;
	min-width:420px;
	min-height:50px;
	background-color:transparent;
}
#wrapper-pulsanti {
	display:block;
	position:relative;
	width:100%;
	min-height:25px;
	display:block;
	margin:0;
	margin-bottom:35px;
}
#wrapper-pulsanti .esci, #wrapper-pulsanti .carrello {
	display:inline-block;
}
#wrapper-pulsanti .esci p a {
	display:block;
	font-family: 'Open Sans', sans-serif;
	font-weight:400;
	line-height:34px;
	font-size:1.076em; /* 14px */
	width:70px;
	height:34px;
	text-align:center;
	margin-top:0;
	padding:0;
	background-color:#EF0000;
	color:#FFF;
	text-decoration:none;
	-webkit-transition:color .2s linear, background .2s linear;
	-moz-transition:color .2s linear, background .2s linear;
	-o-transition:color .2s linear, background .2s linear;
	transition:color .2s linear, background .2s linear;
}
#wrapper-pulsanti .esci p a:hover {
	display:block;
	background-color:#666;
}
#wrapper-pulsanti .esci p i {
	margin-right:5px;
	font-size:1.15em; /* 15px */
}
#wrapper-pulsanti .carrello p a {
	display:block;
	font-family: 'Open Sans', sans-serif;
	font-weight:400;
	line-height:34px;
	font-size:1.076em; /* 14px */
	width:95px;
	height:34px;
	text-align:center;
	margin-top:0;
	margin-left:5px;
	padding:0;
	background-color:#018498;
	color:#FFF;
	text-decoration:none;
	-webkit-transition:color .2s linear, background .2s linear;
	-moz-transition:color .2s linear, background .2s linear;
	-o-transition:color .2s linear, background .2s linear;
	transition:color .2s linear, background .2s linear;
}
#wrapper-pulsanti .carrello p a:hover {
	display:block;
	background-color:#666;
}
#wrapper-pulsanti .carrello p i {
	margin-right:5px;
	font-size:1.15em; /* 15px */
}
#torna a {
	display:inline-block;
	width:100%;
	min-height:20px;
	margin:0;
	margin-top:20px;
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight:400;
	line-height:50px;
	font-size:1.69em; /* 22px */
	color:#FFF;
}
#torna a i {
	margin-right:5px;
	color:#018498;
/* LOGIN + REMINDER + PULSANTI */

/* CHI SIAMO */
}
.vline-chi {
	width:1px;
	height:30px;
	background-color:#A5A7A9;
	margin: 0;
	position: absolute;
	top: 0;
	left: 50%;
	-ms-transform: translate(-50%, 0%);
	transform: translate(-50%, 0%);
	text-align:center;
}
#chisiamo {
	position:relative;
	clear:both;
	float:left;
	display:block;
	width:100%;
	height:auto;
	min-height:50px;
	margin-bottom:40px;
	text-align:center;
}
#chisiamo .testo {
	display:inline-block;
	width:80%;
	max-width:540px;
	height:auto;
	margin-top:50px;
	margin-left:10%;
	margin-right:10%;
	min-height:50px;
	text-align:center;
}
#chisiamo .testo h1 {
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight:300;
	font-size:3.07em; /* 40px; */
	line-height:40px;
	margin-bottom:30px;
	color:#A5A7A9;
}
#chisiamo .testo p {	
	color:#FFF;
	font-size:1.076em; /* 14px; */
	line-height:24px;
	font-style:normal;
	font-family: 'Open Sans', sans-serif;
	font-weight:400;
	text-align:justify;
/* CHI SIAMO */

/* FOTOGALLERFY CHI */
}
#gallerychi {
	display:inline-block;
	width:86%;
	height:auto;
	min-height:50px;
	margin-top:40px;
	margin-bottom:0;
	margin-left:7%;
	margin-right:7%;
	text-align:center;
}
#gallerychi ul {
	margin:0;
	padding:0;
	list-style-type:none;
}
#gallerychi ul li {
	display:inline-block;
	width:40%;
	margin:3% ;
/* FOTOGALLERY CHI */

/* MARCHI */
}
#marchi {
	clear:both;
	float:left;
	display:block;
	width:100%;
	min-height:500px;
	margin-top:0;
	padding-bottom:30px;
	text-align:center;
	background-image:url(../images/cambio.png);
	background-position:0% 100%;
	background-repeat:no-repeat;
	background-size:contain;
}
#marchi .testo {
	display:inline-block;
	width:80%;
	max-width:540px;
	height:auto;
	margin-top:0;
	margin-left:10%;
	margin-right:10%;
	min-height:50px;
	text-align:center;
}
#marchi .testo h2 {
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight:300;
	font-size:2.30em; /* 30px; */
	line-height:30px;
	margin-bottom:30px;
	color:#EF0000;
}
#marchi .testo p {	
	color:#FFF;
	font-size:1.0em; /* 13px; */
	line-height:22px;
	font-style:normal;
	font-family: 'Open Sans', sans-serif;
	font-weight:400;
	text-align:center;
}
#marchi .loghi {
	display:inline-block;
	width:80%;
	height:auto;
	margin-top:50px;
	margin-left:10%;
	margin-right:10%;
	min-height:50px;
	text-align:center;
}
#marchi .loghi img {
	display:inline-block;
	vertical-align:middle;
	width:100%;
	height:auto;
	max-width:70px;
	margin:1.5% 2.5%;
/* MARCHI */

/* VETRINA */
}
#vetrina  {
	clear:both;
	float:left;
	display:block;
	width:100%;
	height:auto;
	margin-top:0;
	text-align:center;
}
#vetrina .testo {
	display:inline-block;
	width:90%;
	max-width:1232px;
	height:auto;
	margin-top:30px;
	margin-bottom:30px;
	margin-left:5%;
	margin-right:5%;
	min-height:auto;
	text-align:center;
}
#vetrina .testo h2 {
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight:300;
	font-size:2.30em; /* 30px; */
	line-height:30px;
	margin-bottom:0;
	color:#A5A7A9;
}
.vline-vetrina {
	width:1px;
	height:32px;
	background-color:#DF1E40;
	margin: 0;
	position: absolute;
	top: 72%;
	left: 50%;
	-ms-transform: translate(-50%, 72%);
	transform: translate(-50%, 72%);
	text-align:center;
/* VETRINA */

/* MODELLI VETRINA */
}
#modellivetrina  {
	clear:both;
	float:left;
	display:block;
	width:90%;
	margin-left:5%;
	margin-right:5%;
	margin-top:40px;
	margin-bottom:30px;
	text-align:center;
}
#modellivetrina ul  {
	margin:0;
	padding:0;
	list-style-type:none;
}
#modellivetrina ul li {
	display:inline-block;
	vertical-align:top;
	width:40%;
	margin-left:4%;
	margin-right:4%;
	margin-top:25px;
	margin-bottom:25px;
	min-height:340px;
}
#modellivetrina ul li .img {
	clear:both;
	float:left;
	width:100%;
	min-height:180px;
	margin:0;
	-webkit-background-size: cover!important;
	-moz-background-size: cover!important;
	-o-background-size: cover!important;
	background-size: cover!important;
	background-position:center;
}
#modellivetrina ul li .testo {
	position:relative;
	clear:both;
	float:left;
	width:100%;
	min-height:50px;
	margin:0;
	text-align:left;
	background: #21272C;
	background: -moz-linear-gradient(top, rgba(17, 14, 11, 1) 0%, rgba(33, 39, 44, 1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(17, 14, 11, 1)), color-stop(100%, rgba(33, 39, 44, 1)));
	background: -webkit-linear-gradient(top, rgba(17, 14, 11, 1) 0%, rgba(33, 39, 44, 1) 100%);
	background: -o-linear-gradient(top, rgba(17, 14, 11, 1) 0%, rgba(33, 39, 44, 1) 100%);
	background: -ms-linear-gradient(top, rgba(17, 14, 11, 1) 0%, rgba(33, 39, 44, 1) 100%);
	background: linear-gradient(to bottom, rgba(17, 14, 11, 1) 0%, rgba(33, 39, 44, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#21272C', endColorstr='#110E0B', GradientType=0 );
}
#modellivetrina ul li .testo h3 {
	width:90%;
	margin-left:5%;
	margin-right:5%;
	margin-top:25px;
	margin-bottom:10px;
	color:#FFF;
	font-size:1.0em; /* 13px; */
	line-height:22px;
	font-style:normal;
	font-family: 'Open Sans', sans-serif;
	font-weight:400;
}
#modellivetrina ul li .testo p {
	width:90%;
	min-height:60px;
	color:#999;
	margin-right:5%;
	margin-right:5%;
	margin-top:15px;
	margin-bottom:20px;
	font-size:1.0em; /* 13px; */
	line-height:20px;
	font-style:normal;
	font-family: 'Open Sans', sans-serif;
	font-weight:400;
}
#modellivetrina ul li .testo span {
	position:absolute;
	left:7%;
	bottom:20px;
	color:#EF0000;
	font-size:1.23em; /* 16px; */
	line-height:20px;
	font-style:normal;
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight:300;
	text-transform:uppercase;
}
#modellivetrina ul li .testo span a {
	color:#EF0000;
	-webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
#modellivetrina ul li .testo span a:hover {
	text-decoration:none;
	color:#999;
}
#modellivetrina ul li .testo span a:hover:after {
    content: '\25ba';
    padding-left: 0.5em;
	color:#EF0000;
}
.pulsante-vai a {
	display:inline-block;
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight:300;
	font-size:1.38em; /* 18px; */
	line-height:38px;
	color:#FFF;
	text-transform:uppercase;
	width:100%;
	height:38px;
	text-align:center;
	margin:0;
	padding:0;
	background-color:#666;
	color:#FFF;
	text-decoration:none;
	-webkit-transition:color .2s linear, background .2s linear;
	-moz-transition:color .2s linear, background .2s linear;
	-o-transition:color .2s linear, background .2s linear;
	transition:color .2s linear, background .2s linear;
}
.pulsante-vai  a:hover {
	background-color:#9C9C9C;
/* MODELLI VETRINA */

/* RECENSIONI */
}
#recensioni {
	clear:both;
	float:left;
	display:block;
	width:100%;
	min-height:250px;
	margin-top:0;
	padding-bottom:30px;
	text-align:center;
}
#recensioni .testo {
	display:inline-block;
	width:80%;
	max-width:540px;
	height:auto;
	margin-top:0;
	margin-left:10%;
	margin-right:10%;
	min-height:50px;
	text-align:center;
}
#recensioni .testo h2 {
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight:300;
	font-size:2.30em; /* 30px; */
	line-height:30px;
	margin-bottom:30px;
	color:#A5A7A9
}
.vline-rece {
	width:1px;
	height:28px;
	background-color:#DF1E40;
	margin: 0;
	position: absolute;
	top: 55%;
	left: 50%;
	-ms-transform: translate(-50%, 55%);
	transform: translate(-50%, 55%);
	text-align:center;
}
#recensioni ul {
	display:inline-block;
	width:90%;
	margin-left:5%;
	margin-right:5%;
	margin-top:80px;
	margin-bottom:0;
	padding:0;
	list-style-type:none;
	text-align:center;
}
#recensioni ul li {
	display:inline-block;
	vertical-align:top;
	width:42%;
	margin:1%;
	min-height:280px;
}
#recensioni ul li .stars {
	display:inline-block;
	width:100%;
	min-height:20px;
}
#recensioni ul li .stars i {
	font-size:26px;
	margin:1%;
	color:#C7A34C;
}
#recensioni ul li h2 {
	font-size:1.076em; /* 14px */
	line-height:20px;
	font-style:normal;
	font-family: 'Open Sans', sans-serif;
	font-weight:400;
	margin-top:15px;
	color:#999;
}
#recensioni ul li h3 {
	font-size:1.23em; /* 16px */
	line-height:20px;
	font-style:normal;
	font-family: 'Open Sans', sans-serif;
	font-weight:400;
	margin-top:15px;
	color:#FFF;
}
#recensioni ul li h4 {
	font-size:1.69em; /* 22px */
	line-height:22px;
	font-style:normal;
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight:300;
	margin-top:15px;
	margin-bottom:10px;
	color:#EF0000;
}
#recensioni ul li .testo {
	display:inline-block;
	width:80%;
	margin:5% 10%;
	color:#999;
}
#recensioni ul li .testo p {
	color:#CCC;
	font-size:1.076em; /* 14px */
	line-height:20px;
	font-style:normal;
	font-family: 'Open Sans', sans-serif;
	font-weight:400;
/* RECENSIONI */

/* FOOTER */
}
#footer {
	clear:both;
	float:left;
	display:block;
	width:100%;
	min-height:420px;
	margin-bottom:0;
	text-align:center;
}
#footer-top {
	clear:both;
	float:left;
	display:block;
	width:90%;
	margin-left:5%;
	margin-right:5%;
	min-height:280px;
	text-align:center;
}
#stil-footer {
	display:inline-block;
	vertical-align:top;
	width:44%;
	margin-top:50px;
	margin-bottom:20px;
	margin-right:1%;
	margin-left:0;
	min-height:220px;
	text-align:left;
	border-left:solid 1px #fff;
}
#stil-footer h2 {
	font-size:1.23em; /* 16px */
	line-height:20px;
	font-style:normal;
	font-family: 'Open Sans', sans-serif;
	font-weight:400;
	margin:30px;
	color:#FFF;
}
#stil-footer p {
	margin:30px;
	font-size:1.076em; /* 14px; */
	line-height:20px;
	font-style:normal;
	font-family: 'Open Sans', sans-serif;
	font-weight:400;
	color:#CCC;
}
#info-footer {
	display:inline-block;
	vertical-align:top;
	width:44%;
	margin-top:50px;
	margin-bottom:20px;
	margin-right:1%;
	min-height:220px;
	text-align:left;
	border-left:solid 1px #fff;
}
#info-footer h2 {
	font-size:1.23em; /* 16px */
	line-height:20px;
	font-style:normal;
	font-family: 'Open Sans', sans-serif;
	font-weight:400;
	margin:30px;
	color:#FFF;
}
#info-footer p {
	margin:30px;
	font-size:1.076em; /* 14px; */
	line-height:20px;;
	font-style:normal;
	font-family: 'Open Sans', sans-serif;
	font-weight:400;
	color:#CCC;
}
#info-footer p a {
	text-decoration:none;
	color:#EF0000;
}
#info-footer p a:hover {
	text-decoration:line-through;
	color:#CCC;
}
#social-footer {
	display:inline-block;
	vertical-align:top;
	width:90%;
	margin-top:50px;
	margin-bottom:25px;
	margin-right:5%;
	margin-left:5%;
	min-height:200px;
	text-align:center;
	border-top:solid 1px #fff;
}
#social-footer h2 {
	font-size:1.23em; /* 16px */
	line-height:20px;
	font-style:normal;
	font-family: 'Open Sans', sans-serif;
	font-weight:400;
	margin:30px;
	color:#FFF;
}
#social-footer p {
	margin:30px;
	font-size:1.076em; /* 14px; */
	line-height:20px;
	font-style:normal;
	font-family: 'Open Sans', sans-serif;
	font-weight:400;
	color:#CCC;
}
#social-footer p a {
	text-decoration:none;
	color:#CCC;
}
#social-footer p a:hover {
	text-decoration:line-through;
	color:#EF0000;
}
#footer-bottom {
	position:relative;
	clear:both;
	float:left;
	display:block;
	width:100%;
	margin-left:0;
	margin-right:0;
	min-height:80px;
	text-align:center;
	background-color:rgba(24, 28, 30, 0.8);
}
#footer-bottom .privacy {
	display:inline-block;
	width:100%;
	margin-top:30px;
	margin-bottom:20px;
	text-align:left;
}
#footer-bottom .privacy p {
	margin:0;
	padding:0;
	font-size: 1em; /* 13px; */
	line-height:20px;
	font-style:normal;
	font-family: 'Open Sans', sans-serif;
	font-weight:400;
	text-align:center;
	color:#999;
}
#footer-bottom .privacy p a:link , #footer-bottom .copyright p a:link {
	text-decoration:none;
	color:#CCC;
}
#footer-bottom .privacy p a:hover, #footer-bottom .copyright p a:hover {
	text-decoration:none;
	color:#EF0000;
}
#footer-bottom .logo {
	display:inline-block;
	width:100%;
	text-align:center;
}
#footer-bottom .logo img {
	max-width:80px;
}
#footer-bottom .copyright {
	display:inline-block;
	width:100%;
	margin-top:20px;
	margin-bottom:30px;
	text-align:center;
}
#footer-bottom .copyright p {
	margin:0;
	padding:0;
	font-size: 1em; /* 13px; */
	line-height:20px;
	font-style:normal;
	font-family: 'Open Sans', sans-serif;
	font-weight:400;
	color:#999;
/* FOOTER */
}
}
/* Layout landscape: da 769 px a 1024 px max.  Eredita stili da: Layout mobile e Layout tablet portrait */
@media only screen and (min-width: 769px ) {
/* CONTAINER */
.gridContainer, .gridContainerMid  {
	width:100%;
	margin:0 auto;
	padding:0;
	max-width:1232px;
	min-width:768px;
/* CONTAINER */

/* TOP */
}
#toTop {
	visibility:visible; /* TOP */

/* HEADER */
}
#fullheader  {
	display:block;
	width:100%;
	min-height:auto;
	margin:0 auto;
/* HEADER */

/* LOGO */
}
#logo-top {
	clear:both;
	float:left;
	display:block;
	width:90%;
	height:auto;
	min-height:54px;
	margin-top:20px;
	margin-bottom:6px;
	margin-left:5%;
	margin-right:5%;
	text-align:center;
}
#logo-top img {
	width: 100%;
	height:auto;
	margin:auto;
	max-width:182px;
/* LOGO */

/* MENU */
}
#menu-top {
	clear:both;
	float:left;
	display:block;
	width:90%;
	height:auto;
	min-height:54px;
	margin-top:12px;
	margin-bottom:16px;
	margin-left:5%;
	margin-right:5%;
	text-align:center;
	background-color:transparent;
}
#add-info {
	display:block;
	margin-left:0;
	margin-right:0;
	margin-bottom:0;
	margin-top:0;
	width:100%;
	min-height:10px;
	background-color:transparent;
	padding:0;
	text-align:center;
}
#add-info i, #contatti i {
	font-size:2em; /* 26px; */
	padding-left:3px;
	padding-right:3px;
}
#add-info i span {
	color:#FFF;
	font-size:0.53em; /* 7px; */
	padding-left:5px;
	font-style:normal;
	font-family: 'Open Sans', sans-serif;
	font-weight:400;
}
#add-info span a {
	color:#FFF;
    -webkit-transition: .3s all ease-out;
    -moz-transition: .3s all ease-out;
    transition: .3s all ease-out;
    text-decoration: none;
}
#add-info span a:hover  {
	color:#EF0000;
    -webkit-transition: .3s all ease-out;
    -moz-transition: .3s all ease-out;
    transition: .3s all ease-out;
    text-decoration: none;
}
#menu-top ul {
	display:block;
	margin-left:0;
	margin-right:0;
	margin-bottom:0;
	margin-top:16px;
	width:100%;
	min-height:10px;
	padding:0;
	text-align:center;
}
#menu-top li {
	display:inline-block;
	text-transform:uppercase;
	letter-spacing:1px;
	padding-left:8px;
	padding-right:8px;
/*	font-family: 'Open Sans', sans-serif;*/
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight:300;
	font-size:1.15em; /* 15px; */
	color:#FFF;
}
#menu-top li a  {
	color:#FFF;
    -webkit-transition: .3s all ease-out;
    -moz-transition: .3s all ease-out;
    transition: .3s all ease-out;
    text-decoration: none;
}
#menu-top li a:hover  {
	color:#EF0000;
    -webkit-transition: .3s all ease-out;
    -moz-transition: .3s all ease-out;
    transition: .3s all ease-out;
    text-decoration: none;
}
#menu-top li.active a {
    color:#EF0000;
}
.sf-menu ul { /*posizione sub menu dsktop  */
	top:18px;
	left:0
}
.stilauto li ul li a { /* VOCI SOTTOMENU PULSANTE ATTIVO */
	color:#FFF!important;
	background-color:transparent;
	font-weight:300;
	padding-left:10px;
/* MENU */

/* LOGIN + REMINDER + PULSANTI */
}
#full-fascione-login {
	width:100%;
	min-height:auto;
	display:block;
	margin:0;
	background-color:#1B1D1F;
}
#titolo-fascione-login {
	clear:both;
	float:left;
	display:block;
	width:100%;
	height:auto;
	min-height:110px;
	text-align:center;
}
#titolo-fascione-login h2 {
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight:300;
	font-size:2.92em; /* 38px; */
	line-height:110px;
	color:#EF0000;
}
#titolo-fascione-login h3 {
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight:300;
	font-size:2.15em; /* 28px; */
	margin-top:auto;
	margin-bottom:0;
	line-height:143px;
	color:#FFF;
}
#form-login {
	clear:both;
	float:left;
	display:block;
	width:100%;
	height:auto;
	min-height:50px;
	text-align:center;
}
#wrapper-form-login {
	display:inline-block;
	width:70%;
	margin-top:15px;
	margin-bottom:0;
	margin-left:auto;
	margin-right:auto;
	max-width:500px;
	min-height:50px;
	background-color:transparent;
}
#form-reminder {
	clear:both;
	float:left;
	display:block;
	width:100%;
	height:auto;
	min-height:50px;
	text-align:center;
}
#wrapper-form-reminder {
	display:inline-block;
	width:70%;
	margin-top:0;
	margin-bottom:15px;
	margin-left:auto;
	margin-right:auto;
	max-width:500px;
	min-height:50px;
	background-color:transparent;
}
#wrapper-pulsanti {
	display:block;
	position:absolute;
	top:20px;
	right:5%;
	width:200px;
	min-height:100px;
	display:block;
	margin:0;
/*	background-color:#9C0;*/
}
#wrapper-pulsanti .esci, #wrapper-pulsanti .carrello {
	display:inline-block;
	vertical-align:middle;
}
#wrapper-pulsanti .esci p a {
	display:block;
	font-family: 'Open Sans', sans-serif;
	font-weight:400;
	line-height:34px;
	font-size:1.076em; /* 14px */
	width:70px;
	height:34px;
	text-align:center;
	margin-top:35px;
	margin-bottom:auto;
	margin-left:0;
	margin-right:0;
	padding:0;
	background-color:#EF0000;
	color:#FFF;
	text-decoration:none;
	-webkit-transition:color .2s linear, background .2s linear;
	-moz-transition:color .2s linear, background .2s linear;
	-o-transition:color .2s linear, background .2s linear;
	transition:color .2s linear, background .2s linear;
}
#wrapper-pulsanti .esci p a:hover {
	display:block;
	background-color:#666;
}
#wrapper-pulsanti .esci p i {
	margin-right:5px;
	font-size:1.15em; /* 15px */
}
#wrapper-pulsanti .carrello p a {
	display:block;
	font-family: 'Open Sans', sans-serif;
	font-weight:400;
	line-height:34px;
	font-size:1.076em; /* 14px */
	width:95px;
	height:34px;
	text-align:center;
	margin-top:35px;
	margin-bottom:auto;
	margin-right:0;
	margin-left:5px;
	padding:0;
	background-color:#018498;
	color:#FFF;
	text-decoration:none;
	-webkit-transition:color .2s linear, background .2s linear;
	-moz-transition:color .2s linear, background .2s linear;
	-o-transition:color .2s linear, background .2s linear;
	transition:color .2s linear, background .2s linear;
}
#wrapper-pulsanti .carrello p a:hover {
	display:block;
	background-color:#666;
}
#wrapper-pulsanti .carrello p i {
	margin-right:5px;
	font-size:1.15em; /* 15px */
}
#torna a {
	display:block;
	position:absolute;
	top:45px;
	left:0;
	width:240px;
	min-height:50px;
	display:block;
	margin:0;
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight:400;
	line-height:50px;
	font-size:1.69em; /* 22px */
	color:#FFF;
}
#torna a i {
	margin-right:5px;
	color:#018498;
/* LOGIN + REMINDER + PULSANTI */

/* CHI SIAMO */
}
.vline-chi {
	width:1px;
	height:35px;
	background-color:#A5A7A9;
	margin: 0;
	position: absolute;
	top: 0;
	left: 50%;
	-ms-transform: translate(-50%, 0%);
	transform: translate(-50%, 0%);
	text-align:center;
}
#chisiamo {
	position:relative;
	clear:both;
	float:left;
	display:block;
	width:100%;
	height:auto;
	min-height:50px;
	margin-bottom:40px;
	text-align:center;
}
#chisiamo .testo {
	display:inline-block;
	width:90%;
	max-width:none;
	height:auto;
	margin-top:60px;
	margin-left:5%;
	margin-right:5%;
	min-height:50px;
	text-align:center;
}
#chisiamo .testo h1 {
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight:300;
	font-size:3.84em; /* 50px; */
	line-height:50px;
	margin-bottom:40px;
	color:#A5A7A9;
}
#chisiamo .testo p {	
	color:#FFF;
	font-size:1.076em; /* 14px; */
	line-height:24px;
	font-style:normal;
	font-family: 'Open Sans', sans-serif;
	font-weight:400;
	text-align:center;
/* CHI SIAMO */

/* FOTOGALLERFY CHI */
}
#gallerychi {
	display:inline-block;
	width:90%;
	height:auto;
	min-height:50px;
	margin-top:40px;
	margin-bottom:0;
	margin-left:5%;
	margin-right:5%;
	text-align:center;
}
#gallerychi ul {
	margin:0;
	padding:0;
	list-style-type:none;
}
#gallerychi ul li {
	display:inline-block;
	width:28%;
	margin:2% ;
/* FOTOGALLERY CHI */

/* MARCHI */
}
#marchi {
	clear:both;
	float:left;
	display:block;
	width:100%;
	min-height:500px;
	margin-top:0;
	padding-bottom:20px;
	text-align:center;
	background-image:url(../images/cambio.png);
	background-position:0% 100%;
	background-repeat:no-repeat;
	background-size:contain;
}
#marchi .testo {
	display:inline-block;
	width:90%;
	max-width:none;
	height:auto;
	margin-top:0;
	margin-left:5%;
	margin-right:5%;
	min-height:50px;
	text-align:center;
}
#marchi .testo h2 {
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight:300;
	font-size:2.69em; /* 35px; */
	line-height:35px;
	margin-bottom:20px;
	color:#EF0000;
}
#marchi .testo p {	
	color:#FFF;
	font-size:1.076em; /* 14px; */
	line-height:24px;
	font-style:normal;
	font-family: 'Open Sans', sans-serif;
	font-weight:400;
	text-align:center;
}
#marchi .loghi {
	display:inline-block;
	width:80%;
	height:auto;
	margin-top:60px;
	margin-left:10%;
	margin-right:10%;
	min-height:50px;
	text-align:center;
}
#marchi .loghi img {
	display:inline-block;
	vertical-align:middle;
	width:100%;
	height:auto;
	max-width:80px;
	margin:1.5% 2.5%;
/* MARCHI */

/* VETRINA */
}
#vetrina  {
	clear:both;
	float:left;
	display:block;
	width:100%;
	height:auto;
	margin-top:0;
	text-align:center;
}
#vetrina .testo {
	display:inline-block;
	width:90%;
	max-width:1232px;
	height:auto;
	margin-top:40px;
	margin-bottom:40px;
	margin-left:5%;
	margin-right:5%;
	min-height:auto;
	text-align:center;
}
#vetrina .testo h2 {
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight:300;
	font-size:2.69em; /* 35px; */
	line-height:35px;
	margin-bottom:0;
	color:#A5A7A9;
}
.vline-vetrina {
	width:1px;
	height:42px;
	background-color:#DF1E40;
	margin: 0;
	position: absolute;
	top: 72%;
	left: 50%;
	-ms-transform: translate(-50%, 72%);
	transform: translate(-50%, 72%);
	text-align:center;
/* VETRINA */

/* MODELLI VETRINA */
}
#modellivetrina  {
	clear:both;
	float:left;
	display:block;
	width:90%;
	margin-left:5%;
	margin-right:5%;
	margin-top:50px;
	text-align:center;
}
#modellivetrina ul  {
	margin:0;
	padding:0;
	list-style-type:none;
}
#modellivetrina ul li {
	display:inline-block;
	vertical-align:middle;
	width:44%;
	margin-left:2%;
	margin-right:2%;
	margin-top:25px;
	margin-bottom:25px;
	min-height:380px;
}
#modellivetrina ul li .img {
	clear:both;
	float:left;
	width:100%;
	min-height:220px;
	margin:0;
	-webkit-background-size: cover!important;
	-moz-background-size: cover!important;
	-o-background-size: cover!important;
	background-size: cover!important;
	background-position:center;
}
#modellivetrina ul li .testo {
	position:relative;
	clear:both;
	float:left;
	width:100%;
	min-height:180px;
	margin:0;
	text-align:left;
}
#modellivetrina ul li .testo h3 {
	width:90%;
	margin-left:5%;
	margin-right:5%;
	margin-top:25px;
	margin-bottom:10px;
	color:#FFF;
	font-size:1.076em; /* 14px; */
	line-height:24px;
	font-style:normal;
	font-family: 'Open Sans', sans-serif;
	font-weight:400;
}
#modellivetrina ul li .testo p {
	width:90%;
	margin-left:5%;
	margin-right:5%;
	margin-top:20px;
	margin-bottom:25px;
	color:#999;
	font-size:1.076em; /* 14px; */
	line-height:20px;
	font-style:normal;
	font-family: 'Open Sans', sans-serif;
	font-weight:400;
}
#modellivetrina ul li .testo span {
	position:absolute;
	left:7%;
	bottom:20px;
	color:#EF0000;
	font-size:1.38em; /* 18px; */
	line-height:20px;
	font-style:normal;
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight:300;
	text-transform:uppercase;
}
#modellivetrina ul li .testo span a {
	color:#EF0000;
	-webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
#modellivetrina ul li .testo span a:hover {
	text-decoration:none;
	color:#999;
}
#modellivetrina ul li .testo span a:hover:after {
    content: '\25ba';
    padding-left: 0.5em;
	color:#EF0000;
}
.pulsante-vai a {
	display:inline-block;
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight:300;
	font-size:1.53em; /* 20px; */
	line-height:40px;
	color:#FFF;
	text-transform:uppercase;
	width:100%;
	height:40px;
	text-align:center;
	margin:0;
	padding:0;
	background-color:#666;
	color:#FFF;
	text-decoration:none;
	-webkit-transition:color .2s linear, background .2s linear;
	-moz-transition:color .2s linear, background .2s linear;
	-o-transition:color .2s linear, background .2s linear;
	transition:color .2s linear, background .2s linear;
}
.pulsante-vai  a:hover {
	background-color:#9C9C9C;
/* MODELLI VETRINA */

/* RECENSIONI */
}
#recensioni {
	clear:both;
	float:left;
	display:block;
	width:100%;
	min-height:200px;
	margin-top:0;
	margin-bottom:0;
	padding-bottom:20px;
	text-align:center;
}
#recensioni .testo {
	display:inline-block;
	width:90%;
	max-width:none;
	height:auto;
	margin-top:0;
	margin-left:5%;
	margin-right:5%;
	min-height:50px;
	text-align:center;
}
#recensioni .testo h2 {
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight:300;
	font-size:2.69em; /* 35px; */
	line-height:35px;
	margin-bottom:20px;
	color:#A5A7A9;
}
.vline-rece {
	width:1px;
	height:32px;
	background-color:#DF1E40;
	margin: 0;
	position: absolute;
	top: 55%;
	left: 50%;
	-ms-transform: translate(-50%, 55%);
	transform: translate(-50%, 55%);
	text-align:center;
}
#recensioni ul {
	display:inline-block;
	width:90%;
	margin-left:5%;
	margin-right:5%;
	margin-top:80px;
	margin-bottom:0;
	padding:0;
	list-style-type:none;
	text-align:center;
}
#recensioni ul li {
	display:inline-block;
	vertical-align:top;
	width:42%;
	margin:1%;
	min-height:280px;
}
#recensioni ul li .stars {
	display:inline-block;
	width:100%;
	min-height:20px;
}
#recensioni ul li .stars i {
	font-size:26px;
	margin:1%;
	color:#C7A34C;
}
#recensioni ul li h2 {
	font-size:1.076em; /* 14px */
	line-height:20px;
	font-style:normal;
	font-family: 'Open Sans', sans-serif;
	font-weight:400;
	margin-top:15px;
	color:#999;
}
#recensioni ul li h3 {
	font-size:1.23em; /* 16px */
	line-height:20px;
	font-style:normal;
	font-family: 'Open Sans', sans-serif;
	font-weight:400;
	margin-top:15px;
	color:#FFF;
}
#recensioni ul li h4 {
	font-size:1.69em; /* 22px */
	line-height:22px;
	font-style:normal;
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight:300;
	margin-top:15px;
	margin-bottom:10px;
	color:#EF0000;
}
#recensioni ul li .testo {
	display:inline-block;
	width:80%;
	margin:5% 10%;
	color:#999;
}
#recensioni ul li .testo p {
	color:#CCC;
	font-size:1.076em; /* 14px */
	line-height:20px;
	font-style:normal;
	font-family: 'Open Sans', sans-serif;
	font-weight:400;
/* RECENSIONI */

/* FOOTER */
}
#footer {
	clear:both;
	float:left;
	display:block;
	width:100%;
	min-height:420px;
	margin-bottom:0;
	text-align:center;
}
#footer-top {
	clear:both;
	float:left;
	display:block;
	width:90%;
	margin-left:5%;
	margin-right:5%;
	min-height:280px;
	text-align:center;
}
#stil-footer {
	display:inline-block;
	vertical-align:top;
	width:44%;
	margin-top:50px;
	margin-bottom:20px;
	margin-right:1%;
	min-height:220px;
	text-align:left;
	border-left:solid 1px #fff;
}
#stil-footer h2 {
	font-size:1.23em; /* 16px */
	line-height:20px;
	font-style:normal;
	font-family: 'Open Sans', sans-serif;
	font-weight:400;
	margin:30px;
	color:#FFF;
}
#stil-footer p {
	margin:30px;
	font-size:1.076em; /* 14px; */
	line-height:20px;
	font-style:normal;
	font-family: 'Open Sans', sans-serif;
	font-weight:400;
	color:#CCC;
}
#info-footer {
	display:inline-block;
	vertical-align:top;
	width:44%;
	margin-top:50px;
	margin-bottom:20px;
	margin-right:1%;
	min-height:220px;
	text-align:left;
	border-left:solid 1px #fff;
}
#info-footer h2 {
	font-size:1.23em; /* 16px */
	line-height:20px;
	font-style:normal;
	font-family: 'Open Sans', sans-serif;
	font-weight:400;
	margin:30px;
	color:#FFF;
}
#info-footer p {
	margin:30px;
	font-size:1.076em; /* 14px; */
	line-height:20px;;
	font-style:normal;
	font-family: 'Open Sans', sans-serif;
	font-weight:400;
	color:#CCC;
}
#info-footer p a {
	text-decoration:none;
	color:#EF0000;
}
#info-footer p a:hover {
	text-decoration:line-through;
	color:#CCC;
}
#social-footer {
	display:inline-block;
	vertical-align:top;
	width:90%;
	margin-top:50px;
	margin-bottom:25px;
	margin-right:5%;
	margin-left:5%;
	min-height:200px;
	text-align:center;
	border-top:solid 1px #fff;
}
#social-footer h2 {
	font-size:1.23em; /* 16px */
	line-height:20px;
	font-style:normal;
	font-family: 'Open Sans', sans-serif;
	font-weight:400;
	margin:30px;
	color:#FFF;
}
#social-footer p {
	margin:30px;
	font-size:1.076em; /* 14px; */
	line-height:20px;
	font-style:normal;
	font-family: 'Open Sans', sans-serif;
	font-weight:400;
	color:#CCC;
}
#social-footer p a {
	text-decoration:none;
	color:#CCC;
}
#social-footer p a:hover {
	text-decoration:line-through;
	color:#EF0000;
}
#footer-bottom {
	position:relative;
	clear:both;
	float:left;
	display:block;
	width:100%;
	margin-left:0;
	margin-right:0;
	min-height:100px;
	text-align:center;
	background-color:rgba(24, 28, 30, 0.8);
}
#footer-bottom .privacy {
	display:inline-block;
	width:28%;
	margin-top:40px;
	margin-bottom:auto;
	text-align:left;
}
#footer-bottom .privacy p {
	margin:0;
	padding:0;
	font-size:1.0em; /* 13px; */
	line-height:20px;
	font-style:normal;
	font-family: 'Open Sans', sans-serif;
	font-weight:400;
	text-align:left;
	color:#999;
}
#footer-bottom .privacy p a:link , #footer-bottom .copyright p a:link {
	text-decoration:none;
	color:#CCC;
}
#footer-bottom .privacy p a:hover, #footer-bottom .copyright p a:hover {
	text-decoration:none;
	color:#EF0000;
}
#footer-bottom .logo {
	display:inline-block;
	width:28%;
	text-align:center;
}
#footer-bottom .logo img {
	max-width:130px;
}
#footer-bottom .copyright {
	display:inline-block;
	width:28%;
	text-align:right;
}
#footer-bottom .copyright p {
	margin:0;
	padding:0;
	font-size:1.0em; /* 13px; */
	line-height:20px;
	font-style:normal;
	font-family: 'Open Sans', sans-serif;
	font-weight:400;
	color:#999;
/* FOOTER */
}
}
/* Layout desktop: da 1025 px a superiori. Eredita stili da: Layout tablet landscape */
@media only screen and (min-width: 1025px ) {
/* CONTAINER */
.gridContainer {
	width:100%;
	margin:0 auto;
	padding:0;
	max-width:1232px;
	min-width:768px;
}
.gridContainerMid {
	width:100%;
	margin:0 auto;
	padding:0;
	max-width:1920px;
}
.gridContainerFull {
	width:100%;
	margin:0 auto;
	padding:0;
/*	max-width:1920px;*/
	min-width:768px;
/* CONTAINER */

/* HEADER */
}
#fullheader  {
	display:block;
	width:100%;
	position:fixed;
	min-height:auto;
	margin:0 auto;
/* HEADER */	

/* LOGO */
}
#logo-top {
	clear:none;
	float:left;
	display:block;
	width:auto;
	min-width:220px;
	height:auto;
	min-height:74px;
	margin-top:25px;
	margin-bottom:25px;
	margin-left:5%;
	margin-right:auto;
	text-align:left;
	background-color:transparent;
}
#logo-top img {
	width: 100%;
	height:auto;
	margin:auto;
	max-width:227px;
/* LOGO */

/* MENU */
}
#menu-top {
	clear:none;
	float:right;
	display:block;
	width:auto;
	min-width:220px;
	height:auto;
	min-height:74px;
	margin-top:25px;
	margin-bottom:25px;
	margin-left:auto;
	margin-right:5%;
	text-align:right;
	background-color:transparent;
}
#add-info {
	display:block;
	margin-left:0;
	margin-right:0;
	margin-bottom:0;
	margin-top:0;
	width:100%;
	min-height:10px;
	background-color:transparent;
	padding:0;
	text-align:right;
}
#add-info i, #contatti i {
	font-size:2.30em; /* 30px; */
	padding-left:10px;
	padding-right:0;
}
#add-info i span {
	color:#FFF;
	font-size:0.53em; /* 7px; */
	padding-left:10px;
	font-style:normal;
	font-family: 'Open Sans', sans-serif;
	font-weight:400;
}
#add-info span a {
	color:#FFF;
    -webkit-transition: .3s all ease-out;
    -moz-transition: .3s all ease-out;
    transition: .3s all ease-out;
    text-decoration: none;
}
#add-info span a:hover  {
	color:#EF0000;
    -webkit-transition: .3s all ease-out;
    -moz-transition: .3s all ease-out;
    transition: .3s all ease-out;
    text-decoration: none;
}
#menu-top ul {
	display:block;
	margin-left:0;
	margin-right:0;
	margin-bottom:0;
	margin-top:25px;
	width:100%;
	min-height:10px;
	padding:0;
	text-align:right;
}
#menu-top li {
	display:inline-block;
	text-transform:uppercase;
	letter-spacing:1px;
	padding-left:15px;
	padding-right:0;
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight:300;
	font-size:1.23em; /* 16px; */
	/*-webkit-text-stroke:1px;*/
	text-shadow: #000 0px 0px 1px;
	-webkit-font-smoothing:antialiased;
	color:#FFF;
}
#menu-top li a  {
	color:#FFF;
    -webkit-transition: .3s all ease-out;
    -moz-transition: .3s all ease-out;
    transition: .3s all ease-out;
    text-decoration: none;
}
#menu-top li a:hover  {
	color:#EF0000;
	text-shadow: #EF0000 0px 0px 1px;
	-webkit-font-smoothing:antialiased;
    -webkit-transition: .3s all ease-out;
    -moz-transition: .3s all ease-out;
    transition: .3s all ease-out;
    text-decoration: none;
}
#menu-top li.active a {
    color:#EF0000;
	text-shadow: #EF0000 0px 0px 1px;
	-webkit-font-smoothing:antialiased;
}
.sf-menu ul { /*posizione sub menu dsktop  */
	top:19px;
	left:10px;
}
.stilauto li ul li a { /* VOCI SOTTOMENU PULSANTE ATTIVO */
	color:#FFF!important;
	background-color:transparent;
	font-weight:300;
	padding-left:0;
/* MENU */

/* LOGIN + REMINDER + PULSANTI */
}
#full-fascione-login {
	width:100%;
	min-height:auto;
	display:block;
	margin:0;
	background-color:#1B1D1F;
}
#titolo-fascione-login {
	clear:both;
	float:left;
	display:block;
	width:100%;
	height:auto;
	min-height:143px;
	text-align:center;
}
#titolo-fascione-login h2 {
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight:300;
	font-size:3.46em; /* 45px; */
	line-height:143px;
	color:#EF0000;
}
#titolo-fascione-login h3 {
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight:300;
	font-size:2.46em; /* 32px; */
	line-height:143px;
	color:#FFF;
}
#form-login {
	clear:both;
	float:left;
	display:block;
	width:100%;
	height:auto;
	min-height:50px;
	text-align:center;
	background-color:transparent;
}
#wrapper-form-login {
	display:inline-block;
	width:80%;
	margin-top:25px;
	margin-bottom:0px;
	margin-left:auto;
	margin-right:auto;
	max-width:540px;
	min-height:100px;
	background-color:transparent;
}
#form-reminder {
	clear:both;
	float:left;
	display:block;
	width:100%;
	height:auto;
	min-height:50px;
	text-align:center;
	background-color:transparent;
}
#wrapper-form-reminder {
	display:inline-block;
	width:80%;
	margin-top:0px;
	margin-bottom:25px;
	margin-left:auto;
	margin-right:auto;
	max-width:540px;
	min-height:50px;
	background-color:transparent;
}
#wrapper-pulsanti {
	display:block;
	position:absolute;
	top:20px;
	right:5%;
	width:240px;
	min-height:100px;
	display:block;
	margin:0;
}
#wrapper-pulsanti .esci, #wrapper-pulsanti .carrello {
	display:inline-block;
}
#wrapper-pulsanti .esci p a {
	display:block;
	font-family: 'Open Sans', sans-serif;
	font-weight:400;
	line-height:36px;
	font-size:1.23em; /* 16px */
	width:80px;
	height:36px;
	text-align:center;
	margin-top:35px;
	padding:0;
	background-color:#EF0000;
	color:#FFF;
	text-decoration:none;
	-webkit-transition:color .2s linear, background .2s linear;
	-moz-transition:color .2s linear, background .2s linear;
	-o-transition:color .2s linear, background .2s linear;
	transition:color .2s linear, background .2s linear;
}
#wrapper-pulsanti .esci p a:hover {
	display:block;
	background-color:#666;
}
#wrapper-pulsanti .esci p i {
	margin-right:5px;
}
#wrapper-pulsanti .carrello p a {
	display:block;
	font-family: 'Open Sans', sans-serif;
	font-weight:400;
	line-height:36px;
	font-size:1.23em; /* 16px */
	width:120px;
	height:36px;
	text-align:center;
	margin-top:35px;
	margin-left:5px;
	padding:0;
	background-color:#018498;
	color:#FFF;
	text-decoration:none;
	-webkit-transition:color .2s linear, background .2s linear;
	-moz-transition:color .2s linear, background .2s linear;
	-o-transition:color .2s linear, background .2s linear;
	transition:color .2s linear, background .2s linear;
}
#wrapper-pulsanti .carrello p a:hover {
	display:block;
	background-color:#666;
}
#wrapper-pulsanti .carrello p i {
	margin-right:5px;
}
#torna a {
	display:block;
	position:absolute;
	top:45px;
	left:5%;
	width:auto;
	min-height:50px;
	display:block;
	margin:0;
	padding:0;
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight:400;
	line-height:50px;
	font-size:1.84em; /* 24px */
	color:#FFF;
	text-align:left;
}
#torna a i {
	margin-right:5px;
	color:#018498;
/* LOGIN + REMINDER + PULSANTI */

/* CHI SIAMO */
}
.vline-chi {
	width:1px;
	height:50px;
	background-color:#A5A7A9;
	margin: 0;
	position: absolute;
	top: 0;
	left: 50%;
	-ms-transform: translate(-50%, 0%);
	transform: translate(-50%, 0%);
	text-align:center;
}
#chisiamo {
	position:relative;
	clear:both;
	float:left;
	display:block;
	width:100%;
	height:auto;
	min-height:50px;
	margin-bottom:60px;
	text-align:center;
}
#chisiamo .testo {
	display:inline-block;
	width:90%;
	max-width:1232px;
	height:auto;
	margin-top:80px;
	margin-left:5%;
	margin-right:5%;
	min-height:50px;
	text-align:center;
}
#chisiamo .testo h1 {
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight:300;
	font-size:4.61em; /* 60px; */
	line-height:60px;
	margin-bottom:50px;
	color:#A5A7A9;
}
#chisiamo .testo p {	
	color:#FFF;
	font-size:1.15em; /* 15px; */
	line-height:24px;
	font-style:normal;
	font-family: 'Open Sans', sans-serif;
	font-weight:400;
/* CHI SIAMO */

/* FOTOGALLERFY CHI */
}
#gallerychi {
	display:inline-block;
	width:80%;
	height:auto;
	min-height:50px;
	margin-top:60px;
	margin-bottom:0;
	margin-left:10%;
	margin-right:10%;
	text-align:center;
}
#gallerychi ul {
	margin:0;
	padding:0;
	list-style-type:none;
}
#gallerychi ul li {
	display:inline-block;
	max-width:none;
	width:22%;
	margin:1%;
/* FOTOGALLERY CHI */

/* MARCHI */
}
#marchi {
	clear:both;
	float:left;
	display:block;
	width:100%;
	min-height:500px;
	margin-top:0;
	padding-bottom:80px;
	text-align:center;
	background-image:url(../images/cambio.png);
	background-position:0% 100%;
	background-repeat:no-repeat;
	background-size:contain;
}
#marchi .testo {
	display:inline-block;
	width:90%;
	max-width:1232px;
	height:auto;
	margin-top:0;
	margin-left:5%;
	margin-right:5%;
	min-height:50px;
	text-align:center;
}
#marchi .testo h2 {
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight:300;
	font-size:3.46em; /* 45px; */
	line-height:45px;
	margin-bottom:25px;
	color:#EF0000;
}
#marchi .testo p {	
	color:#FFF;
	font-size:1.15em; /* 15px; */
	line-height:24px;
	font-style:normal;
	font-family: 'Open Sans', sans-serif;
	font-weight:400;
}
#marchi .loghi {
	display:inline-block;
	width:80%;
	height:auto;
	margin-top:80px;
	margin-left:10%;
	margin-right:10%;
	min-height:50px;
	text-align:center;
}
#marchi .loghi img {
	display:inline-block;
	width:100%;
	height:auto;
	max-width:100px;
	vertical-align:middle;
	margin:1.5% 2.5%;
/* MARCHI */

/* VETRINA */
}
#vetrina  {
	clear:both;
	float:left;
	display:block;
	width:100%;
	height:auto;
	margin-top:0;
	text-align:center;
}
#vetrina .testo {
	display:inline-block;
	width:90%;
	max-width:1232px;
	height:auto;
	margin-top:40px;
	margin-bottom:40px;
	margin-left:5%;
	margin-right:5%;
	min-height:50px;
	text-align:center;
}
#vetrina .testo h2 {
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight:300;
	font-size:3.46em; /* 45px; */
	line-height:45px;
	margin-bottom:0;
	color:#A5A7A9;
}
.vline-vetrina {
	width:1px;
	height:62px;
	background-color:#DF1E40;
	margin: 0;
	position: absolute;
	top: 55%;
	left: 50%;
	-ms-transform: translate(-50%, 55%);
	transform: translate(-50%, 55%);
	text-align:center;
/* VETRINA */

/* MODELLI VETRINA */
}
#modellivetrina  {
	clear:both;
	float:left;
	display:block;
	width:90%;
	margin-left:5%;
	margin-right:5%;
	margin-top:50px;
	text-align:center;
}
#modellivetrina ul  {
	margin:0;
	padding:0;
	list-style-type:none;
}
#modellivetrina ul li {
	display:inline-block;
	vertical-align:top;
	width:29%;
	margin:2.5% 2%;
	min-height:360px;
}
#modellivetrina ul li .img {
	clear:both;
	float:left;
	width:100%;
	min-height:300px;
	margin:0;
	-webkit-background-size: cover!important;
	-moz-background-size: cover!important;
	-o-background-size: cover!important;
	background-size: cover!important;
	background-position:center;
}
#modellivetrina ul li .testo {
	position:relative;
	clear:both;
	float:left;
	width:100%;
	height:auto;
	margin:0;
	text-align:left;
}
#modellivetrina ul li .testo h3 {
	width:90%;
	margin-left:5%;
	margin-right:5%;
	margin-top:30px;
	margin-bottom:15px;
	color:#FFF;
	font-size:1.15em; /* 15px; */
	line-height:24px;
	font-style:normal;
	font-family: 'Open Sans', sans-serif;
	font-weight:400;
}
#modellivetrina ul li .testo p {
	width:90%;
	min-height:50px;
	margin-left:5%;
	margin-right:5%;
	margin-top:20px;
	margin-bottom:25px;
	color:#999;
	font-size:1.15em; /* 15px; */
	line-height:18px;
	font-style:normal;
	font-family: 'Open Sans', sans-serif;
	font-weight:400;
}
#modellivetrina ul li .testo span {
	position:absolute;
	left:7%;
	bottom:20px;
	color:#EF0000;
	font-size:1.53em; /* 20px; */
	line-height:20px;
	font-style:normal;
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight:300;
	text-transform:uppercase;
}
#modellivetrina ul li .testo span a {
	color:#EF0000;
	-webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
#modellivetrina ul li .testo span a:hover {
	text-decoration:none;
	color:#999;
}
#modellivetrina ul li .testo span a:hover:after {
    content: '\25ba';
    padding-left: 0.5em;
	color:#EF0000;
}
.pulsante-vai a {
	display:inline-block;
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight:300;
	font-size:1.86em; /* 24px; */
	line-height:50px;
	color:#FFF;
	text-transform:uppercase;
	width:100%;
	height:50px;
	text-align:center;
	margin:0;
	padding:0;
	background-color:#666;
	color:#FFF;
	text-decoration:none;
	-webkit-transition:color .2s linear, background .2s linear;
	-moz-transition:color .2s linear, background .2s linear;
	-o-transition:color .2s linear, background .2s linear;
	transition:color .2s linear, background .2s linear;
}
.pulsante-vai  a:hover {
	background-color:#9C9C9C;
}
.pulsante-vai i {
	margin-right:10px;
	color:#DB0707;
/* MODELLI VETRINA */

/* RECENSIONI */
}
#recensioni {
	clear:both;
	float:left;
	display:block;
	width:90%;
	min-height:360px;
	margin-top:20px;
	margin-left:5%;
	margin-right:5%;
	padding-bottom:50px;
	text-align:center;
}
#recensioni .testo {
	display:inline-block;
	width:100%;
	max-width:1232px;
	height:auto;
	margin-top:0;
	margin-left:0;
	margin-right:0;
	min-height:50px;
	text-align:center;
}
#recensioni .testo h2 {
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight:300;
	font-size:3.46em; /* 45px; */
	line-height:45px;
	margin-bottom:25px;
	color:#A5A7A9;
}
.vline-rece {
	width:1px;
	height:42px;
	background-color:#DF1E40;
	margin: 0;
	position: absolute;
	top: 55%;
	left: 50%;
	-ms-transform: translate(-50%, 55%);
	transform: translate(-50%, 55%);
	text-align:center;
}
#recensioni ul {
	display:inline-block;
	width:100%;
	margin-left:0;
	margin-right:0;
	margin-top:80px;
	padding:0;
	list-style-type:none;
	text-align:center;
}
#recensioni ul li {
	display:inline-block;
	vertical-align:top;
	width:22%;
	margin:1%;
	min-height:280px;
}
#recensioni ul li .stars {
	display:inline-block;
	width:100%;
	min-height:20px;
}
#recensioni ul li .stars i {
	font-size:28px;
	margin:1%;
	color:#C7A34C;
}
#recensioni ul li h2 {
	font-size:1.15em; /* 15px */
	line-height:20px;
	font-style:normal;
	font-family: 'Open Sans', sans-serif;
	font-weight:400;
	margin-top:15px;
	color:#999;
}
#recensioni ul li h3 {
	font-size:1.38em; /* 18px */
	line-height:20px;
	font-style:normal;
	font-family: 'Open Sans', sans-serif;
	font-weight:400;
	margin-top:15px;
	color:#FFF;
}
#recensioni ul li h4 {
	font-size:2em; /* 26px */
	line-height:26px;
	font-style:normal;
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight:300;
	margin-top:15px;
	margin-bottom:10px;
	color:#EF0000;
}
#recensioni ul li .testo {
	display:inline-block;
	width:90%;
	margin:5%;
	color:#999;
}
#recensioni ul li .testo p {
	color:#CCC;
	font-size:1.15em; /* 15px; */
	line-height:20px;
	font-style:normal;
	font-family: 'Open Sans', sans-serif;
	font-weight:400;
/* RECENSIONI */

/* FOOTER */
}
#footer {
	clear:both;
	float:left;
	display:block;
	width:100%;
	min-height:420px;
	margin-bottom:0;
	text-align:center;
}
#footer-top {
	clear:both;
	float:left;
	display:block;
	width:90%;
	margin-left:10%;
	margin-right:0;
	min-height:280px;
	text-align:center;
}
#stil-footer {
	display:inline-block;
	vertical-align:top;
	width:28%;
	margin-top:50px;
	margin-bottom:50px;
	margin-right:1%;
	min-height:220px;
	text-align:left;
	border-left:solid 1px #fff;
}
#stil-footer h2 {
	font-size:1.38em; /* 18px */
	line-height:20px;
	font-style:normal;
	font-family: 'Open Sans', sans-serif;
	font-weight:400;
	margin:30px;
	color:#FFF;
}
#stil-footer p {
	margin:30px;
	font-size:1.15em; /* 15px; */
	line-height:20px;
	font-style:normal;
	font-family: 'Open Sans', sans-serif;
	font-weight:400;
	color:#CCC;
}
#info-footer {
	display:inline-block;
	vertical-align:top;
	width:28%;
	margin-top:50px;
	margin-bottom:50px;
	margin-right:1%;
	min-height:220px;
	text-align:left;
	border-left:solid 1px #fff;
}
#info-footer h2 {
	font-size:1.38em; /* 18px */
	line-height:20px;
	font-style:normal;
	font-family: 'Open Sans', sans-serif;
	font-weight:400;
	margin:30px;
	color:#FFF;
}
#info-footer p {
	margin:30px;
	font-size:1.15em; /* 15px; */
	line-height:20px;
	font-style:normal;
	font-family: 'Open Sans', sans-serif;
	font-weight:400;
	color:#CCC;
}
#info-footer p a {
	text-decoration:none;
	color:#EF0000;
}
#info-footer p a:hover {
	text-decoration:line-through;
	color:#CCC;
}
#social-footer {
	display:inline-block;
	vertical-align:top;
	width:28%;
	margin-top:50px;
	margin-bottom:50px;
	margin-right:1%;
	min-height:220px;
	text-align:left;
	border-top:none;
	border-left:solid 1px #fff;
}
#social-footer h2 {
	font-size:1.38em; /* 18px */
	line-height:20px;
	font-style:normal;
	font-family: 'Open Sans', sans-serif;
	font-weight:400;
	margin:30px;
	color:#FFF;
}
#social-footer p {
	margin:30px;
	font-size:1.15em; /* 15px; */
	line-height:20px;
	font-style:normal;
	font-family: 'Open Sans', sans-serif;
	font-weight:400;
	color:#CCC;
}
#social-footer p a {
	text-decoration:none;
	color:#CCC;
}
#social-footer p a:hover {
	text-decoration:line-through;
	color:#EF0000;
}
#footer-bottom {
	position:relative;
	clear:both;
	float:left;
	display:block;
	width:100%;
	margin-left:0;
	margin-right:0;
	min-height:100px;
	text-align:center;
	background-color:rgba(24, 28, 30, 0.8);
}
#footer-bottom .privacy {
	display:inline-block;
	width:28%;
	margin-top:40px;
	text-align:left;
}
#footer-bottom .privacy p {
	margin:0;
	padding:0;
	font-size:1.0em; /* 13px; */
	line-height:20px;
	font-style:normal;
	font-family: 'Open Sans', sans-serif;
	font-weight:400;
	color:#999;
}
#footer-bottom .privacy p a:link, #footer-bottom .copyright p a:link {
	text-decoration:none;
	color:#CCC;
}
#footer-bottom .privacy p a:hover, #footer-bottom .copyright p a:hover {
	text-decoration:none;
	color:#EF0000;
}
#footer-bottom .logo {
	display:inline-block;
	width:28%;
	text-align:center;
}
#footer-bottom .logo img {
	max-width:150px;
}
#footer-bottom .copyright {
	display:inline-block;
	width:28%;
	text-align:right;
}
#footer-bottom .copyright p {
	margin:0;
	padding:0;
	font-size:1.0em; /* 13px; */
	line-height:20px;
	font-style:normal;
	font-family: 'Open Sans', sans-serif;
	font-weight:400;
	color:#999;
/* FOOTER */
}
}