/** 
font-family: 'Open Sans Condensed', sans-serif; 
font-family: 'Rokkitt', serif;
font-family: 'Oswald', sans-serif;
**/

body {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-family: Helvetica,Arial,Verdana;
	font-size: 12px;
	background-color: #FFFFFF;
	color: #000000;
}

form {
	margin: 0px 0px 0px 0px;
}

img {
	border: 0px;
}

a {
	border: 0px;
	outline: none;
}

div {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	position: relative;
	top: 0px;
	left: 0px;
}

p {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

input {
	font-family: 'Open Sans Condensed', sans-serif;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.va {
	vertical-align: middle;
}

.db {
	display: block;
	position: relative;
	top: 0px;
	left: 0px;
}

.abs_pos {
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
}


.display-none {
	display: none;	
}

.spacer {
	height: 10px;
	width: 100%;
}

.loading {
	background-image: url("../img/spinner.gif");
	background-repeat: no-repeat;
	background-position: center;
}
.txt-sub-slider{
	display: none;
}
@media screen and (max-width: 980px) {
  	.txt-sub-slider {
  		display: block;
  		padding: 20px 17px 20px 17px;
  		background-color: #FFF;
  		color: #333;
  		font-size: 12px;
  		line-height: 17px;
  		margin: 20px 0px 0px 0px;
  	
	}
}
/*******************************************************************************************************
** POSIZIONAMENTO SEZIONI
*/
#container {
	width: 100%;
	height: 100%;
}
.wrapper {
	max-width: 860px;
	/*width: 860px;*/
	margin: auto;
	height: 100%;
	padding: 0px 60px 0px 60px;
}
#top-header {
	height: 50px;
	background-color: #F1F1F1;
}
#header {
	height: 135px;
	background-color: #FFFFFF;
}
#cont-menu {
	height: 46px;
	background-color: #303030;
}
#slider-content {
	padding: 0px 0px 30px 0px;
	background-color:#0487D9;
}
#content {
	background-color: #0487D9;
	padding: 10px 0px 50px 0px;
	top: -1px;
}
#footer {
	background-color: #FFFFFF;
	height: 70px;
}
.format-footer {
	text-align: center;
	color: #999999;
    font-size: 11px;
    padding: 20px 0px 30px 0px;
}
#top-footer {
	height: 38px;
	background-color: #303030;
}
.shadow {
	background: transparent url(../img/layout/ombra_header.png) center top no-repeat;
	max-width: 723px;
	height: 2px;
	margin: auto;
}
/*******************************************************************************************************
** HEADER
*/
#logo {
	height: 88px;
	width: 179px;
	top: 19px;
	left: 50%;
	margin-left: -89px;
	display: block;
	float: left;
	position: relative;
}
a.top-header {
	text-decoration: none;
	display: block;
	position: relative;
	top: 11px;
	padding: 0px 10px 0px 10px;
	border-right: 1px solid #999999;
	line-height: 27px;
	height: 27px;
}
a.top-header:hover {
	color: #A0A0A0;
}
.bar {
	padding: 0px 5px 0px 5px;
	border-right: 1px solid #FFFFFF;
}
.language-select {
	text-transform: uppercase;
	color: #FFFFFF;
	font-size: 15px;
	display: block;
	position: relative;
	top: 7px;
	height: 15px;
	line-height: 15px;
}
/**************************************************************************************************
** MENU
*/
#menu_mobile {
	display: none;
	padding: 0px;
}
#menu{
	position:relative;
	top: 0px;
	left: 0px;
	height: 46px;
	width: 363px;
	margin: auto;
}
#menu-shadow {
	display: block;
}
/* CSS Lista per layout 1024px */
@media only screen and (max-width: 640px) {
	
	#menu_mobile {
		display: block;
		padding: 16px 0px 0px 0px;
		margin: auto;
		text-align: center;
	}
	#menu{
		display: none;
	}
	#menu-shadow {
		display: none;
	}
	
}
#menu a.a-menu {
	display: block;
	float: left;
	text-decoration: none;
	height: 46px;
	line-height: 46px;
	padding: 0px 0px 0px 0px;
	color: #999;
	font-size: 12px;
	text-align: center;
	min-width: 120px;
}
#menu a.a-menu:hover {
	color: #00AbE7;
}
#menu a.selected {
	color: #00AbE7;
}
/*******************************************************************************************************
** CERCA
*/
#cont-search {
	left: auto;
    position: absolute;
    right: 27px;
    top: 57px;
    width: 161px;
}
#search {
	background: transparent url(../img/layout/search.png) center top no-repeat;
	width: 111px;
	height: 23px;
	padding: 0px 25px 0px 25px;
	border: 0px;
	font-size: 13px;
	color: #343434;
	font-family: Verdana;
}
.btn-search {
	width: 13px;
	height: 14px;
	position: absolute;
	top: 5px;
	left: 5px;	
}
.btn-canc {
	width: 13px;
	height: 14px;
	position: absolute;
	top: 5px;
	left: auto;
	right: 5px;
}
.phone-search {
	font-size: 11px;
	text-transform: uppercase;
	color: #ABABAB;
	font-family: Verdana;
	letter-spacing: -1px;
	line-height: 20px;
	top: -20px; 
	left:-4px; 
	width: 190px;
}

/*******************************************************************************************************
** BREADCRUMB
*/
#breadcrumb {
	background-color: #FFFFFF;
    height: 38px;
}
#breadcrumb a {
	color: #999999;
	font-size: 11px;
	text-decoration: none;
	display: block;
	float: left;
	height: 38px;
	line-height: 38px;
}
#breadcrumb a:hover {
	color: #B0B0B0;
}
#breadcrumb span {
	color: #303030;
	font-size: 11px;
	display: block;
	float: left;
	height: 38px;
	line-height: 38px;
}
/*******************************************************************************************************
** SLIDER
*/
#container-header {
	width: 880px;
	height: 510px;
	margin: auto;
}
.titolo-header {
	padding: 0px 0px 0px 0px;
	margin: 0px;
	text-transform: uppercase;
	font-size: 60px;
	letter-spacing: 3px;
	top: 50px;
	left: 290px;
	color: #FFF;
	line-height: 30px;
}
.sottotitolo-header {
	font-size: 27px;
	left: 10px;
	letter-spacing: 13px;
}
#slider {
	width: 980px;
	height: 360px;
	padding: 0px 0px 10px 0px;
}
.new-collection {
	width: 255px;
	height: 254px;
	background: transparent url(../img/layout/round.png) center top no-repeat;
	top: 126px;
	left: 586px;
	z-index: 1000;
}
.titolo-link-header {
	display: block;
	padding: 65px 0px 0px 65px;
	color: #54504B;
    font-size: 31px;
    text-transform: uppercase;
    letter-spacing: -3px;
    line-height: 27px;
}
a.a-scopri {
	display: block;
	padding: 10px 0px 0px 120px;
	text-decoration: none;
	text-transform: uppercase;
	color: #8C847A;
	font-size: 18px;
}
/*******************************************************************************************************
** HOME
*/
.titoli-home {
	padding: 0px 0px 17px 0px;
	margin: 0px;
	text-transform: uppercase;
	font-size: 59px;
	letter-spacing: -5px;
	color: #8C847A; 
	display: block;
}
/*******************************************************************************************************
** CATEGORIE
*/
.f-carousel-content {
	padding: 20px 20px 20px 20px;
	background-color: transparent;
	margin-bottom: 20px;
	z-index: 150;
}
.f-carousel-content a {
	color: #666666;
	text-decoration: none;
	font-weight: bold;
}
.f-carousel-content a:hover {
	color: #ABABAB;
}
/*******************************************************************************************************
** PAGINATION
*/
/*******************************************************************************************************
** FORMAT SOCIAL
*/
.format-social {
	width: 880px;
	margin: auto;
}
.hover-social {
	position: absolute;
	top: 256px;
	left: 0px;
	width: 780px;
	height: 20px;
	background-color: #FFF;
	z-index: 101;
}
.fb {
	top: 9px;
	left: 660px;
}
.tw {
	top: 9px;
	left: 738px;
}
.gp {
	top: 9px;
	left: 815px;
}
.cont-social {
	top: -18px;
	left: auto;
	right: 0px;
	float: right;
	z-index: 101;
}
.cont-fb {
	float: left;
	width: 120px;
}
.cont-tw {
	float: left;
	width: 100px;
}
.cont-gp {
	float: left;
	width: 70px;
}
/*******************************************************************************************************
** CMS
*/
#title-content {
	padding: 0px 0px 0px 0px;
	background-color:#f5f5f5;
	border-top: 1px solid #e6e6e6;
	border-bottom: 1px solid #e6e6e6;
}
.title-cms {
	display: block;
	font-size: 18px;
	color: #00ABE7;
	padding: 0px 0px 0px 0px;
	font-weight: normal;
}
.testo-cms {
	padding: 20px;
	font-size: 12px;
	line-height: 17px;
	color: #666666;
	background-color: transparent;
}
.testo-cms a {
	color: #999999;
	text-decoration: none;
}
.testo-cms a:hover {
	text-decoration: underline;
}
.bg-testo-cms {
	
}
/*******************************************************************************************************
** GOOGLE MAP BIG
*/
#gmap {
	height: 450px;
	width: 100%;
	overflow: hidden;
}
/*******************************************************************************************************
** CATALOGO - LISTA
*/
#product-list {
	padding: 20px 0px 0px 0px;
}
#product-list .product {
	width: 242px;
	height: 222px;
	margin: 0px 67px 37px 0px;
	float: left;
	cursor: pointer;
}
#product-list .img-product {
	width: 242px;
	height: 222px;
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
}
#product-list .title-product {
	color: #00ABE7;
	position: absolute;
    font-size: 11px;
    font-weight: normal;
    height: 45px;
    line-height: 45px;
   	top: 172px;
    text-align: center;
    width: 242px;
}

/* CSS Lista per layout 1024px */
@media only screen and (max-width: 1239px) {
	

	
}
/*******************************************************************************************************
** CATALOGO - SCHEDA
*/
#scheda {
	padding: 20px 0px 0px 0px;
}
#scheda .img-scheda {
	display: block;
}
#scheda .dx-scheda {
	width: 350;
	padding-left: 25px;
}
#scheda .sx-scheda {
	width: 485px;
}
#scheda .title-scheda {
	color: #00ABE7;
    display: block;
    font-size: 18px;
    font-weight: bold;
    font-style: italic;
	margin: 0px;
	padding: 0px 0px 10px 0px;
}
#scheda .testo-scheda {
	padding: 0px 0px 20px 0px;
}
#scheda .cont-img-sec {
	padding: 20px 0px 0px 0px;
}
#scheda a.img-sec {
	width: 147px;
	height: 105px;
	display: block;
	margin: 0px 20px 20px 0px;
	text-decoration: none;
	border: 0px;
}
#scheda .torna-prod {
	display: block;
	margin: 0px;
	padding: 0px;
	position: absolute;
	top: auto;
	bottom: 20px;
	left: auto;
	right: 0px;
	text-decoration: none;
	text-transform: uppercase;
	color: #999999;
	font-size: 11px;
}
#scheda .torna-prod:hover {
	color: #A0A0A0;
}
/* CSS Scheda per layout 1024px */
@media only screen and (max-width: 1239px) {
	

	
}
#td-img-scheda {
	width: 485px;
	height: 330px;
}
/*******************************************************************************************************
** FINITURE
*/
.cont-finiture {
	padding: 20px 0px 27px 0px;
	left: 4px;
}
.one-finitura {
	width: 213px;
	height: 213px;
	cursor: pointer;
}
.title-finiture {
	color: #00ABE7;
	position: absolute;
    font-size: 11px;
    font-weight: normal;
    height: 45px;
    line-height: 45px;
    margin: 0;
    padding: 0;
    text-align: center;
    background-color: #FFFFFF;
    width: 213px;
    display: none;
    text-transform: uppercase;
}
.img-f-1 {
	width: 213px;
	height: 213px;
}
.img-f-2 {
	width: 213px;
	height: 213px;
}
/*******************************************************************************************************
** VALIDAZIONE
*/
.cmxform fieldset p.error label {
	color: #074F89;
}

#ds_testo.error {
	border: 3px solid #074F89;
}

div.container {
	background-color: #EFEFEF;
	border: 1px solid #9E9285;
	margin: 20px auto 20px auto;
	padding: 10px;
	width: 860px;
	font-size: 15px;
	color: #54504B;
}

div.container ol li {
	list-style-type: disc;
	margin-left: 20px;
}

div.container {
	display: none
}

.container label.error {
	display: inline;
}

form.cmxform {
	width: 30em;
}

form.cmxform label.error {
	display: block;
	margin-left: 1em;
	width: auto;
}
/*******************************************************************************************************
** UTIL MOZ
*/
.util_moz {
	position: relative;
	top: 0px;
	left: 0px;
	clear: both;
	border: 0px solid black;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	visibility: hidden;
}
.clear {
	position: relative;
	top: 0px;
	left: 0px;
	clear: both;
	border: 0px solid black;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	visibility: hidden;
}
/*******************************************************************************************************
** FOOTER	
*/
a.a-footer {
	display: block;
	float: left;
	width: 28px;
	height: 28px;
	top: 5px;
	margin-right: 5px;
	text-decoration: none;
	position: relative;
}
a.a-fb {
	background: transparent url(../img/layout/p_facebook_off.png) center top no-repeat;
}
a.a-fb:hover {
	background: transparent url(../img/layout/p_facebook_on.png) center top no-repeat;
}
a.a-in {
	background: transparent url(../img/layout/p_inkedin_ff.png) center top no-repeat;
}
a.a-in:hover {
	background: transparent url(../img/layout/p_inkedin_on.png) center top no-repeat;
}
a.a-yt {
	background: transparent url(../img/layout/p_you-tube_off.png) center top no-repeat;
}
a.a-yt:hover {
	background: transparent url(../img/layout/p_you-tube_on.png) center top no-repeat;
}
a.a-em {
	background: transparent url(../img/layout/p_mail_off.png) center top no-repeat;
}
a.a-em:hover {
	background: transparent url(../img/layout/p_mail_on.png) center top no-repeat;
}
a.contatti-footer {
	display: block;
	position: relative;
	top: 12px;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 11px;
	color: #999999;
	float: right;
}
a.contatti-footer:hover {
	color: #00AbE7;
}
a.contatti-footer-selected {
	color: #00AbE7;
}
.sx-footer {
	width: 375px;
	padding:30px 0px 0px 0px;
}
.dx-footer {
	width: 485px;
	padding: 30px 0px 0px 0px;
	text-align: right;
	font-size: 9px;
	color: #999999;
}
/*******************************************************************************************************
** AREA RISERVATA
*/
.cont-block {
	width: 670px;
	margin: auto;
	padding: 30px 0px 10px 0px;
}
.td-block {
	width: 313px;
	margin: 0px 20px 0px 0px;
}
a.block {
	display: block;
	width: 313px;
	height: 302px;
	background: transparent url(../img/layout/pattern_area_cliente_off.png) center top no-repeat;
	margin-bottom: 20px;
	color: #666666;
	text-transform: uppercase;
	text-decoration: none;
	font-style: italic;
	font-size: 32px;
	text-align: center;
	line-height: 302px;
	position: relative;
	top: 0px;
	left: 0px;
}
a.block:hover {
	display: block;
	width: 313px;
	height: 302px;
	background: transparent url(../img/layout/pattern_area_cliente_on.png) center top no-repeat;
	color: #FFFFFF;
}
a.block-sel {
	display: block;
	width: 313px;
	height: 302px;
	background: transparent url(../img/layout/pattern_area_cliente_on.png) center top no-repeat;
	color: #FFFFFF;
}
.span-block {
	line-height: 32px;
	display: block;
	position: relative;
	top: 120px;
	text-align: center;
}
/*******************************************************************************************************
** MENU AZIENDA
*/
#sm {
    display: block;
    height: 300px;
    list-style: none outside none;
    overflow: hidden;
    position: relative;
    padding: 30px 0px 30px 0px;
}
#sm li {
    border-left: 2px solid #FFFFFF;
    display: inline;
    float: left;
    overflow: hidden;
    position: relative;
}
#sm li.bordo {
    border-left: 2px solid #FFFFFF;
    display: inline;
    float: left;
    overflow: hidden;
}
#sm {
    list-style: none outside none;
}
#sm li a, #sm li a:link, #sm li a:hover, #sm li a:visited {
    text-decoration: none;
}
#sm li a div.sm_gruppo {
    position: absolute;
    visibility: hidden;
}
#sm li a:hover div.sm_gruppo {
    background-image: url("../../img/group/sfondo_menuaccordion.png");
    background-repeat: repeat;
    color: #FFFFFF;
    font-size: 24px;
    height: 35px;
    line-height: 35px;
    padding-bottom: 40px;
    padding-right: 30px;
    padding-top: 300px;
    position: absolute;
    text-align: right;
    text-transform: uppercase;
    visibility: visible;
    width: 370px;
    z-index: 80;
}
#sm .li-cusror {
	cursor: pointer;
}
#sm .sm_gruppo {
    position: absolute;
    color: #FFF;
    top: 260px;
    left: 220px;
    text-transform: uppercase;
    font-size: 18px;
}
#sm a.a-sm {
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100px;
	height: 100px;
	border: 1px solid red;
}
.cont-menu-ipad {
	padding: 30px 0px 30px 0px;
}
a.a-img-azienda {
	width: 168px;
	height: 300px;
	margin-right: 2px;
}