﻿@font-face {
font-family: Akkurat;
src: url("Akkurat Regular.otf") format("opentype");
}

@font-face {
font-family: Akkurat Light;
src: url("Akkurat Light Regular.otf") format("opentype");
}

@font-face {
font-family: Akkurat Bold;
src: url("Akkurat Bold.otf") format("opentype");
}

html{
	min-height:100%;
	-webkit-transition: background-color 1s;
	-moz-transition: background-color 1s;
    transition: background-color 1s;
	overflow-x:hidden;

	
}
html.loading {
    /* Replace #333 with the background-color of your choice */
    /* Replace loading.gif with the loading image of your choice */
    background: #C5C6C8;
	/*background-size: 100px 100px;
    /* Ensures that the transition only runs in one direction */
    -webkit-transition: background-color 0;
	-moz-transition: background-color 0;
    transition: background-color 0;
}
.strongText{
	font-family:"Akkurat",Verdana;
}
.italicText{
	font-style:italic;
}
.mailCattelan{
	text-decoration:underline;
}
/**********SPINNER*/
.loader {
	position: absolute;
    top: 50%;
    left: 50%;
    width: 120px;
    height: 90px;
    -webkit-animation: spin 2s linear infinite;
	-moz-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    z-index: 999;
}


@-webkit-keyframes spin {
  0% {
	transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
	}
  100% { 
	-webkit-transform: rotate(360deg);
	transform: rotate(360deg);
	}
}
@-moz-keyframes spin {
  0% { 
	transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	}
  100% { 
	-moz-transform: rotate(360deg);
	transform: rotate(360deg);
	}
}

@keyframes spin {
  0% { 
	transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	}
  100% { 
	transform: rotate(360deg);
	-webkit-transform: rotate(360deg);
	-moz-transform: rotate(360deg);
	}
}
/***GENERALI*******/
#listNavbar{
	width: 100%;
}
.navbar-toggle{
  -webkit-transition: transform ease-out .2s;
  -moz-transition: transform ease-out .2s;
  -ms-transition: transform ease-out .2s;
  -o-transition: transform ease-out .2s;
  transition: transform ease-out .2s;
  transform: rotate(0deg);
}
.navbar-toggle:active {
 
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  transform: rotate(360deg);
  -webkit-transition: all 400ms;
  -moz-transition: all 400ms;
  -ms-transition: all 400ms;
  -o-transition: all 400ms;
}



.errorField{
	color: red;
	font-size:10px;
	font-family:"Akkurat Light",Verdana;
	
}
#errorUsername , #errorPassword,#errorUsernameRecupero,.errorRegistrazione{
	float:right;
}
body {
	min-height: 100%;
	-webkit-transition: opacity 1s ease-in;
	-moz-transition: opacity 1s ease-in;
    transition: opacity 1s ease-in;
	height:100%;
	  padding-top: 60px;
	  font-family: "Akkurat", Verdana;
	  font-size:14px;
	  overflow-y:visible !important;
	  overflow-x:hidden !important;

}
.pointerZoomOut{
	cursor:url(../img/icon/magnify.cur) !important;
	cursor:-moz-zoom-out  !important;
	cursor:-webkit-zoom-out  !important;
}
.pointerZoomIn{
	cursor:url(../img/icon/magnify.cur) !important;
	cursor:-moz-zoom-in  !important;
	cursor:-webkit-zoom-in  !important;
}

html.loading body {
    /* Make the contents of the body opaque during loading */
    opacity: 0.5;
    /* Ensures that the transition only runs in one direction */
    -webkit-transition: opacity 0.5;
	-moz-transition: opacity 0.5;
    transition: opacity 0.5;
}

a {
    color: #000;
    text-decoration: none;
}

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

.navbar{
	min-height:60px;
	background-color:#FFF;
}

#containerTop{
	margin-right:0px !important;
}

.icon-search:before{
	display: inline-block;
    width: 1em;
    height: 0.8em;
    margin-right: 5px;
    content: "" !important;
    background: url(../images/icon-search.png) no-repeat 0 0;
    background-size:0.8em;
}
.icon-user:before, .icon-user-logged:before {
	display: inline-block;
    width: 1em;
    height: 0.8em;
    margin-right: 5px;
    content: "" !important;
    background: url(../images/icon-user.png) no-repeat 0 0;
    background-size: 0.8em;
}
.icon-user-logged:hover:before{
	display: inline-block;
    width: 1em;
    height: 0.8em;
    margin-right: 5px;
    content: "" !important;
    background: url(../images/iconlogout.png) no-repeat 0 0;
    background-size: 0.8em;
	opacity:1 !important;
	transition:none !Important;
}
.icon-user-logged:hover{
	opacity:1 !important;
}
.account-button-logged:hover{
	opacity:1 !important;
}


#containerTop .navbar-header{
	padding-right:0% !important;
	font-family: "Akkurat Light", Verdana;
}
.navbar .containerTop{
	margin-left:1%;
	margin-right:3%;
}
.container-fluid .rowTop{
	margin-left:2%;
	margin-right:2%;
}



#navbar{
	margin-left: auto;
    margin-right: auto;
    position: relative;
    width: 650px;
}

.navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
    margin-left: 0px;
}
/*************************HEADER********************************************/
#searchForm{
	display:none;
}
.navbar-header{
	width:100%;
	border-bottom:red;
	border-bottom-style:solid;
	border-bottom-width:0.8px;
}

a.navbar-brand {
    background: rgba(0, 0, 0, 0) url("../images/logo2015.png") no-repeat scroll 0 0 / 105px auto;
    display: block;
    height: 50px;
    margin-top: 5px;
    width: 110px;
	margin-bottom:4px;
    background-size: contain;
}

.navbar .navbar-nav{
    margin-top: 10px;
}

.navbar .navbar-nav li{
    margin-left: 50px;
}

.navbar .navbar-nav li a{
    font-size: 14px;
	text-transform: uppercase;
}

.navbar-nav > li > a {
    padding-bottom: 10px;
    padding-top: 10px;
}

.navbar-collapse.collapse {
    /*display: inline-block !important;*/
	overflow-y:scroll
}
.nav{
  -webkit-overflow-scrolling: touch; /* 2 */
}

.navbar-header .utilities{
	font-size:14px;
    float: right;
    margin-top: 18px;
    list-style: outside none none;
}

.navbar-header .utilities li {
    float: left;
    margin-right: 3px;
}
.b2b-button{
 width:45px !important;	
}

.navbar-header .utilities li a {
    display: block;
    transition: opacity 300ms ease 0s;
    width: 40px;
	text-decoration:none;
}


.navbar-header .utilities li select {
    display: block;
    height: 30px;
    opacity: 0.2;
    transition: opacity 300ms ease 0s;
    width: 40px;
	margin-top:5px;
}
.navbar-header .utilities li a:hover, .navbar-header .utilities li a.selected {
    opacity: 0.4;
}

.utilitiesMobile{
	width:50%;
	height:40px;
    list-style: outside none none;
	margin-right: auto;
    margin-left: 30%;
	margin-top:15px;
}

.utilitiesMobile li {
    float: left;
    margin-right: 3px;
	
}
.utilitiesMobile li a {
    display: block;
    transition: opacity 300ms ease 0s;
}

 .utilitiesMobile li select {
    display: block;
    height: 30px;
    opacity: 0.2;
    transition: opacity 300ms ease 0s;
    width: 40px;
	margin-top:5px;
}
.utilitiesMobile li a.b2b-button{
   background-image:none;
}
.utilitiesMobile li a.wishlist-button{
    background-position: left center;
}
.utilitiesMobile li a.account-button {
    background-position: -40px center;
}
.utilitiesMobile li a.search-button {
	margin-top:2px;
	margin-left:5px;
    background-position: -80px center;
	width:29px;
}
.utilitiesMobile li a:hover, .utilitiesMobile li a.selected {
    opacity: 1;
}

.navbar-toggle {
    background: rgba(0, 0, 0, 0) url(../images/close-button-white.png)no-repeat scroll right center;
    cursor: pointer;
    float: right;
	margin-top:10px;
    margin-left: 15px;
	margin-right:5px;
    transition: opacity 300ms ease 0s;
    width: 40px;
	background-size:16px 16px;
	background-position:11px
}
.navbar-toggle.collapsed {
    background: rgba(0, 0, 0, 0) url(../images/header_menubtn.png) no-repeat scroll right center !important;
    cursor: pointer;
    float: right;
	margin-top:10px;
    margin-left: 15px;
	margin-right:10px;
    transition: opacity 300ms ease 0s;
    width: 40px;
	
}

.nav > li > a:focus, .nav > li > a:hover, .nav > li.active > a,
#navbarMobile a:focus, #navbarMobile a:hover, #navbarMobile li.active a {
    background-color: #fff;
    text-decoration: none;
    color: #999;
}

/* SLIDER */
.rsMinW .rsBullets {
    line-height: normal !Important;	
	
}

.rsMinW .rsBullet span {
	border-radius: 50% !important;
    z-index: 1 !important;
    height: 4px !important;
    width: 4px !important;
    border: 0 !important;
    background-color: #b2b2b2 !important;
	background:#333;
    -webkit-transition: all 0.1s ease-in-out !important;
    -moz-transition: all 0.1s ease-in-out !important;
    -o-transition: all 0.1s ease-in-out !important;
    transition: all 0.1s ease-in-out !important;
	
}
.rsMinW .rsBullet.rsNavSelected  span {
height: 12px !important;
    width: 12px !important;
    margin: -4px 0 0 -4px !important;
    border-radius: 100% !important;
}
/*.rsMinW .rsArrowIcn{
	background:none;
	height: 90px;
    width: 42px;
	
}*/

.fp-controlArrow.fp-prev{
	background: url(../images/leftarrowslider.png) no-repeat!important;
	background-size:contain !important;
	border: none;
	width:42px;
	height:90px;
}
.fp-controlArrow.fp-next{
	background: url(../images/rightarrowslider.png) no-repeat !important;
	background-size:contain !important;
	border: none;
	width:42px;
	height:90px;
}
#fp-nav ul li a span, .fp-slidesNav ul li a span{
	background-color:#b2b2b2;
}
.homeSlideImage{
	width:100%;
	height:100%;
}

.rsMinW  .rsBullets{
	margin-left: auto !important;
    margin-right: auto !important;
    width: 100%;
	 right: 0px !important;
}

.rsMinW .rsArrow{
	width:42px;
	height:90px;
	bottom:48%;
}
.rsMinW .rsArrowLeft{
	left:5%;
}

.rsMinW .rsArrowRight{
	right:5%;
}
.rsMinW .rsArrowLeft .rsArrowIcn {
	background: url(../images/leftarrowslider.png) no-repeat!important;
	background-size:contain !important;
}

.rsMinW .rsArrowRight .rsArrowIcn{
	background: url(../images/rightarrowslider.png) no-repeat !important;
	background-size:contain !important;
}
.rsMinW .rsArrowIcn{
	background:none;
	height: 90px;
    width: 42px;
	
}


/*END SLIDER */
.container-fluid{
	padding:0px;
}

.black-block {
  background-color: #000;
  color:#FFF;
}

.gray-block {
  background-color: #f2f2f2;
  color:#000;
}

.white-block {
  /*background-color: #fff;*/
  color:#000;
}
#footerRow{
	width:91%;
	/*margin-bottom:20px;*/
	margin-left:5%;
}
.language{
	margin-top:35px;
}

#footerInfo{
	font-size:10px;
	text-align: center;
    padding-top: 5px;
    position: fixed;
    bottom: 0;
    width: 100%;
    background-color: #fff;
}

#containerFooter{
	padding: 0px 15px 0 15px;
    width: 100%;
	font-family:"Akkurat Light",Verdana;
	position:relative;
	
}

#divisore{
	color:red;

	margin-right:2px;
	margin-left:2px;
}

#containerFooter .social{
    padding-top: 15px;
}

#containerFooter .social .newsletter{
    margin-bottom: 15px;
}

#containerFooter .social form {
    display: inline-block;
    position: relative;
    width: 100%;
}

#containerFooter .social .newsletter input {
    border: medium none;
    border-radius: 0;
    box-sizing: border-box;
    float: left;
    height: 40px;
    padding-left: 15px;
    width: 100%;
}

#containerFooter .social .newsletter button {
    background-color: #615f5e;
    border: medium none;
    color: #fff;
    font-size: 16px;
    height: 40px;
    position: absolute;
    right: 0;
    top: 0;
    transition: background-color 300ms ease 0s;
    width: 60px;
}

#containerFooter .social .title{
    /*float: left;*/
    font-size: 12px;
    margin-right: 25px;
}

#containerFooter .social .title span {
    display: block;
    /*text-align: right;*/
}

#containerFooter .social .title span.big {
    font-size: 24px;
    text-transform: uppercase;
}

#containerFooter .social ul{
	float: left;
	 list-style: outside none none;
	 padding-left:0px;
}

#containerFooter .social ul li{
	float: left;
    margin-right: 5px;
    margin-top: 5px;
}

#containerFooter .social ul li a{
	display: block;
    height: 30px;
    transition: opacity 300ms ease 0s;
    width: 30px;
}




#containerFooter .social ul li a img{
     height:auto;
	 max-width:100%;
}

#containerFooter .menu{
    padding-left: 8%;/* prima era 11%*/
	font-size:12px;
	/*margin-top:15px;*/
}

#containerFooter .menu ul{
	width:100%;/*width non c'era*/
	float: left;
	list-style: outside none none;
    margin-top: 20px;
	padding-left:0px;
	-moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
}


#containerFooter .apps  {
	float: right;
    margin-top: 20px;
	margin-bottom:10px;
	padding-right:0px;
}

#containerFooter .apps .title {
    font-size: 12px;
	margin-bottom:5px;
	
}

#containerFooter .apps .title span {
	display: block;
    width: 205px;
    margin-left: 60%;
    float: right;
}

#containerFooter .apps .title span.big {
	font-size: 24px;
    text-transform: uppercase;
}

#containerFooter .apps ul {
	float: right;
	 list-style: outside none none;
	 padding-left: 0;
	 margin-bottom:0px;
	 width:205px;
}

#containerFooter .apps ul li:first-child {

	float:left;
	/*margin-left: 49%;*/
	
}
#containerFooter .apps ul li:last-child {
   
	float:right;
}

#containerFooter .apps ul li a{
	display: block;
    transition: opacity 300ms ease 0s;
}

#containerFooter .apps ul li a img{
	width:100px;
}
#containerFooter .apps ul li a:hover {
	opacity:0.8;
}
/*.slideshow-block {
    height: 400px;
    overflow:hide;
}*/
#productHeader{
	min-height:1024px;
}
.products-filters {
    margin-top: 20px;
    margin-bottom: 20px;
    padding-left: 35px;
    position: relative;
}

.products-filters > .title {
    position: fixed;
    text-transform: capitalize;
    font-size: 28px !important;
    top: 60px;
}

.products-filters ul {
    font-size: 12px;
    letter-spacing: 1px;
	list-style: outside none none;
    margin: 0;
    padding: 0;
    margin-top: 50px;
	text-transform: capitalize;
	position:fixed;
}



.products-filters .filter {
    padding-bottom: 20px;
}
.products-filters .filter:first-child{
	padding-top:20px;
}
.products-filters ul li.all {
    text-transform: uppercase;
}

.products-filters ul li a {
    transition: color 300ms ease 0s;
	cursor: pointer;
}
/*Menu con pallini grigi*/
.products-filters ul li span {
	border-radius: 30px 30px 30px 30px;
    /*background-color: #e5e5e5;*/
	border: 0.1px solid black;
    display: inline-block;
    height: 9px;
    margin-right: 10px;
    position: relative;
    width: 9px;
}
/* i pallini che sono filtri senza sottomenu mostrano una  freccia v*/
.products-filters ul li.filter  span::after {
	/*background: url(../images/arrow-down.png) -2px no-repeat;*/
	background-size:9px;
    content: "";
    height: 9px;
    left: 2px;
    position: absolute;
    width: 9px;
}
/* i pallini che sono filtri con sottomenu mostrano una  freccia >*/
.products-filters ul li.filter.menu  span::after {
	background: url(../images/arrow-right.png) -2px -1px no-repeat;
	background-size:9px;
    content: "";
    height: 9px;
    left: 20%;
    position: absolute;
    width: 9px;
}

/*quando seleziono un filtro la freccia gira lo sfondo diventa nero e la freccia bianca ed apre un menu*/
.products-filters ul li.filter.selected  span::after {
	background: black no-repeat;
	background-size:9px;
    content: "";
    height: 9px;
    left: 0px;
    position: absolute;
    width: 9px;
	border-radius:30px;
}
.products-filters ul li.filter.selected span{
	border:0px;
}
/*quando seleziono un filtro la freccia gira lo sfondo diventa nero e la freccia bianca ed apre un menu*/
.products-filters ul li.filter.menu.selected  span::after {
	background: url(../images/arrow-down-white.png) 0px 0px black no-repeat;
	background-size:9px;
    content: "";
    height: 9px;
    left: 0px;
    position: absolute;
    width: 9px;
	border-radius:30px;
}
.products-filters ul li.filter.menu.selected.white  span::after {
	background: url(../images/arrow-down.png) -1px 0px no-repeat;
	background-size:9px;
    content: "";
    height: 9px;
    left: 0px;
    position: absolute;
    width: 9px;
	border-radius:30px;
	border:0.1px solid black;
	
}

/* Pallino che mostra tutte le categorie, deve essere colorato di nero*/
.products-filters ul li.all.selected span::after {
	background-color: #000;
    content: "";
    height: 9px;
    /*left: 2px;*/
    position: absolute;
    /*top: 2px;*/
    width: 9px;
	border-radius:30px;
}

/*sotto menu */
.products-filters ul li .nested.hidden{
	display: none;
}
.products-filters ul li .nested{
	
	font-size: 12px;
    letter-spacing: 1px;
	list-style: outside none none;
    margin: 10px 20px;
    padding: 0;
	position:relative;
}

.products-filters ul li .subFilter{
   margin-bottom:10px;
}

.products-filters ul li .subFilter span{
    /*background-color: #e5e5e5;*/
    display: inline-block;
    height: 9px;
    margin-right: 12px;
    position: relative;
    width: 9px;
	border-radius:0px !important;
}

.products-filters ul li .subFilter span::after{
	background:none !important;
    display: inline-block;
    height: 9px;
    margin-right: 12px;
    position: relative;
    width: 9px;
	border: 0.1px solid black;
}

.products-filters ul li .subFilter.selected span::after{
    background-color: black !important;
    display: inline-block;
    height: 9px;
    margin-right: 12px;
    width: 9px;
}


.products-category::after{
	clear: both;
    content: "";
    display: table;
}



#productList{
	font-family:"Akkurat Light",Verdana;
}

.products-category {
    margin-bottom: 10px;
    margin-top: 17px;
    overflow: hidden;
    width: 100%;
}

*, *::before, *::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
*, *::before, *::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
.products-category > .title {
    font-size: 14px;
    margin-top: 10px;
    margin-bottom: 10px;
    text-transform: capitalize;
	/*margin-left: 2.2%;*/
	font-family:"Akkurat",Verdana;
	float:left;
}


#productScheda  img {
    max-width: 100%;
}


.products-category > .title span::before {
    content: "(";
}

.products-category > .title span::after {
    content: ")";
}


.products-category ul, .containerCorrelatedThumb {
    list-style: outside none none;
    margin:  0px 0px 0px 0px;
    padding: 0;
	margin-top:45px;
	clear: both;
}

.products-category ul li, .containerCorrelatedThumb .thumbLI {
    float: left;
    margin-bottom: 10px;
    padding-right: 10px;
    position: relative;
	text-align: center;
    text-transform: capitalize;
}
#goTopWrapper{

	position:relative;
}
#goTopImg{

    left: 48%;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    top: 75px;
    width: 50px;
}


/**********CAROSELLO**************/
.rsMinW .rsBullet{
	margin-right: 15px;
}


#titleProduct{
	text-transform:capitalize;
	position:fixed;
	width:100%;
	background-color: #FFF;
	z-index:9999;
	top:60px;
}

#titleProduct h6, #breadcrumbDesigner h6{
	text-transform:capitalize;
	margin-top:5px;
	margin-bottom:5px;
	font-family:"Akkurat Light",Verdana;
	font-size: 10px !important;
}

#titleProduct h2{
	margin-top:0px;
}

#thumbnails_wrapper {
    z-index: 2;
	position: relative;
    bottom: 10px;
    width: 630px;
	opacity:1;
	/*left:304px;*/
	margin-left: auto;
    margin-right: auto;

}
#outer_container {
    position: relative;
    padding: 0;
    width: 100%;
    overflow: hidden;
}
#outer_container .thumbScroller .container {
    position: relative;
    left: 0;
	display: inline-flex;
	padding-left:0px;
	max-height:80px;
}
#outer_container .thumbScroller .content {
    float: left;
	width:90px;
	height: 80px;
}
#outer_container .thumbScroller .content div {
    height: 100%;
	width:90px;
}
#outer_container .thumbScroller .content div a {
    display: block;
}
/******SHARE E DOWNLOAD CAROSELLO**************/
#downloadCurrentImage img{
	height:20px !important;
}
.shareDownload img{
	width:22.5px;
	margin-left:15px;
}
.shareDownload span{
	font-size: 18px;
	vertical-align:middle;
}
.shareDownload {
	/*clear: both;*/
    margin-left: auto;
    margin-right: auto;
    padding-top: 10px;
    position: relative;
    width: 85px;
	cursor:pointer;
}
.shareDownload.big{
		width:155px;
}
/***********PRODUCT_INFO*************************/
#whiteFix{
	height: 200px;
    position: fixed;
    top: 120px;
    width: 100%;
    background: white;
    z-index: 501;
}
#wrapperSlider{
	position:relative;
	background:white;
	z-index:900;
}
#wrapperProductDetail{
	height:100%;
}
#infoContainer{
	position:relative;
	z-index:500;
	background-color:#FFF;
	margin-bottom:50px;
}
#informazioniBase{
	/*height: 26%;*/
} 
#wrapperInformazioni{
	width: 100%;
    /* height: 100%; */
    position: fixed;
	background:white;
	z-index:501;
}
#menuProdotto{
	position:fixed;
	background-color:#FFF;
}
#wrapDescrizioneProdotto{
	width:70%;
	float:right;
}
#wrapDescrizioneProdotto p{
 font-family: "Akkurat Light",Verdana;
}
#wrapFotoProdotto{
	width:20%;
	float:left;
	margin-right: 10%;
}
.fixed{
	top:180px;
	position:fixed;
	background:white;
	left:0;
	z-index:600;
}

#container_info{
	background-color: #FFF;
	margin-bottom:110px;
}
#rowInformazioniAggiuntive {
	/*position:absolute;*/
	width:100%;
}
#rowInformazioniAggiuntive p{
	font-family:"Akkurat Light",Verdana;
}
#annoProdotto{
	font-size:19px;
	font-style: italic;
	color:#9c9e9f;
}
#nomeDesigner{
	font-size:19px;
	font-style: italic;
	color:#9c9e9f;
}
#nomeDesigner a{
	font-size:19px;
	font-style: italic;
	color:#9c9e9f;
}
/*******PRODUCT_MENU*********/
.thumb{
	height:80px;
	width:80px;
	opacity:0.5;
}
.thumb.selected{
	opacity:1 !important;
}
.thumbCorrelated{
	height:80px;
	width:80px;
	opacity:0.5;
	margin-bottom:10px;
	margin-right:10px;
}

.thumb:hover, .thumbCorrelated:hover{
	opacity:1;
}


.containerCorrelatedThumb{
	/*margin-left: auto;
    margin-right: auto;
	width: 616px;*/
    overflow: hidden;
	margin-top:0px;
}
	
	
.mfp-counter{
	color: white !important;
    font-family: "Akkurat Light",Verdana;
    font-size: 14px !important;
    font-style: italic;
    line-height: 0 !important;
    position: relative !important;
    top: -9px !important;
}
	
.mfp-arrow-left::after,.mfp-arrow-right::after, .mfp-arrow::before, .mfp-arrow::after {
	border: 0px none !important;
}
.mfp-arrow-left{
 background: rgba(0, 0, 0, 0) url("../images/leftarrowslider.png") no-repeat scroll 0 0 / contain !important;
}
.mfp-arrow-right{
 background: rgba(0, 0, 0, 0) url("../images/rightarrowslider.png") no-repeat scroll right 0 / contain !important;
}

#iconProductMenu{
	float: left;
    margin-top: 20px;
   }
#iconProductMenu img{
	height:15px;
	
}
#iconProductMenu img:hover{
	opacity:0.5;
}
#iconDownloadSmall{
	margin-left:10px;
	
}

#downloadCurrentImage:hover {
    opacity: 0.5;
}

.productMenu li{
	padding:0;
	background-color:white;
	margin-bottom:5px;
	text-transform:capitalize;
}
/* i pallini che sono filtri con sottomenu mostrano una  freccia >*/
.productMenu li a.infoProd.menu>span.pallino{
	background: url(../images/arrow-right.png) 1px 0px no-repeat;
	background-size:8px;
    content: "";
    height: 10px;
    width: 10px;
}
/*quando seleziono un filtro la freccia gira lo sfondo diventa nero e la freccia bianca ed apre un menu*/
.productMenu li a.infoProd.menu.selected>span.pallino {
	background: url(../images/arrow-down-white.png) 0px 0px black no-repeat;
	background-size:8px;
    content: "";
    height: 10px;
    width: 10px;
	border-radius:30px;
}
.productMenu li a.infoProd.menu.selected.white >span.pallino {
	background: url(../images/arrow-down.png) 0px 0px no-repeat;
	background-size:8px;
    content: "";
    height: 10px;
    width: 10px;
	border-radius:30px;
	border:0.1px solid black;
	
}

.productMenu  li a span.pallino{
    display: inline-block;
    height: 10px;
    margin-right: 8px;
    position: relative;
    width: 10px;
    border-radius: 30px !important;
    border: 1px solid;
}
.productMenu li a.selected span.pallino{
	background-color:black;
}
.productMenu li.selected{
	list-style-type:none;
}

.productMenu{
	/*padding-top:50px;*/
	font-size:14px;
	list-style-type:none;
}

.productMenu li:hover{
	cursor: pointer; cursor: hand;
}
.mouseOver{
	text-decoration:underline;
}

.productMenu li div{
	padding-left: 5%;
    padding-top: 1%;
}
.drawTechnical{
	/*height:150px;*/
	/*float:left;*/
	margin:15px;
}

#productDescription{
	font-family:"Akkurat Light",Verdana;
	clear: both;
}

#productSimbol{
	clear: both;
}

#productSimbol img{
	height:30px;
	margin-right:10px;
}
#productSimbol {
	margin-bottom:40px;
}
#imgTecnica{
	margin-bottom:40px;
}
.imgTecnicaBig{
	max-width:100% !important;
}
#productMeasure{
	margin-top:20px;
	font-family:"Akkurat Light",Verdana;
	clear:both;
}

#productMeasureTable{
	width:100%;
}

#chair{
	padding-left: 10%;
    padding-bottom: 5%;
}
#productCorrelati  {
	width:100%;
	display:inline-flex;
}
#productCorrelati .content img{
	margin-right:3px;
}
.containerListino{
	font-family:"Akkurat Light",Verdana;
	padding-top:8px;
}

.containerListino th{
	font-family:"Akkurat",Verdana;
	padding-bottom:10px;
}
.containerListino td{
	font-size:12px;
	padding:5px;
}

.containerListino .alt2{
	background-color:#f2f2f2;
}


#closePopup{
	top: -40px;float:right;width:15px;
}
#popupInfo{
	    font-size: 12px;
	font-family:"Akkurat Light",Verdana;
}
#listinoPrezziInfo img{
	    height: 10px;
    position: relative;
    margin-left: 5px;
    bottom: 2px;
}
#tableListino{
	width:80%;
	margin-top:50px;
	margin-bottom:20px;
}
.tableTh{
	padding-bottom:10px;
}

#listinoPrezziInfo img:hover{
	cursor:pointer;
}
.mfp-close.white {
    width: 16px;
    height: 50px !important;
    line-height: 15px;
    position: absolute;
    right: -1px;
    top: -35px;
    text-decoration: none;
    text-align: right;
    opacity: 0.65;
    color: #FFF;
    font-style: normal;
    font-size: 28px;

}
#listinoOption  {
	padding-top:30px;
}
#listinoOption img{
	height:15px;
	margin-right:5px;
}
#wrapperListinoOption{
    float: right;
}
#tabellaListini{
	width:100%;
}
.list-files{
	font-family:"Akkurat Light",Verdana;
	list-style:none;
}
.list-files li{
	margin-top:10px;
}
.list-files img{
	width:80px;
	height:80px;
}
.wrapEtichetta{
	width:80px;
}
.wrapDescrizione{
	vertical-align:bottom;
	padding-left:5px;
}
#linkFile{
	/*display:inline-block;*/
}
/*******MAGNIFIC_POPUP********/
.white-popup {
  position: relative;
  background: #FFF;
  width: auto;
  margin:auto;
      padding: 20px;
}

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
    right: -1px !important;
    padding-right: 0px !important;
	cursor: pointer !important;
	top:-1px !important;
}
.mfp-close {
    height: 62px !important;
    opacity: 1 !important;
    color: white !important;
    font-size: 26px !important;
    font-family: "Akkurat Light" !important,Verdana;
	
}
.mfp-title{
	padding-right:0px !important;
}
.magnificPopupTitle.correlatiPopupTitle span {
	text-transform:capitalize;
	font-family:"Akkurat",Verdana;
}
.magnificPopupTitle.finiturePopupTitle span {
	text-transform:capitalize;
	font-family:"Akkurat Light",Verdana;
}
#highDefinition{
	position:relative;
	top:2px;
}
#magnificPopupLink{
	font-size:14px;
}
.magnificPopupTitle {
	/*font-family:"Akkurat Light";*/
	text-align:center;
	font-size:20px;
	margin-top:5px;
}
.magnificPopupTitle a{
	color:white;
	font-family:"Akkurat Light",Verdana;
	cursor:pointer;
	font-style: italic;
	font-size:16px;
}
.magnificPopupTitle a:hover{
	opacity:0.4;
}
#magnificFinitureDownload{
	float:right;	
}
#magnificFinitureDownload img{
	height:15px;	
}
/*****************************/
.ytplayerSmall{
	display:block;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:5px;
}
.colourList{
	list-style:none;
}
.colourList li{
	
}
#finitureList{
	list-style-type:none;
	}
/* i pallini che sono filtri con sottomenu mostrano una  freccia >*/
#finitureList li >span{
	background: url(../images/arrow-right.png) 1px 0px no-repeat;
	background-size:8px;
    content: "";
    height: 10px;
    width: 10px;
}
/*quando seleziono un filtro la freccia gira lo sfondo diventa nero e la freccia bianca ed apre un menu*/
#finitureList li.selected>span {
	background: url(../images/arrow-down-white.png) 0px 0px black no-repeat;
	background-size:8px;
    content: "";
    height: 10px;
    width: 10px;
	border-radius:30px;
}
#finitureList li.selected.white>span {
	background: url(../images/arrow-down.png) 0px 0px no-repeat;
	background-size:8px;
    content: "";
    height: 10px;
    width: 10px;
	border-radius:30px;
	border:0.1px solid black;
	
}	
	
	
	
#productFiniture ul li{
	text-decoration:none !important;
}
#productFiniture ul:hover{
	text-decoration:none !important;
}
#finitureList li:hover{
	text-decoration:none;
}
.materialList{
	list-style:none;
	padding-left: 20px;
}
.materialList li>span{
	background: url(../images/arrow-right.png) 1px 0px no-repeat;
	background-size:8px;
    content: "";
    height: 10px;
    width: 10px;
}
/*quando seleziono un filtro la freccia gira lo sfondo diventa nero e la freccia bianca ed apre un menu*/
.materialList  li.selected>span {
	background: url(../images/arrow-down-white.png) 0px 0px black no-repeat;
	background-size:8px;
    content: "";
    height: 10px;
    width: 10px;
	border-radius:30px;
}
.float {
  /*max-width: 1200px;*/
  margin: 0 auto;
}
.float:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.float-item {
  float: left;
  margin-right: 10px;
  margin-bottom:10px;
}
.float-item img{
	height:80px;
	width:80px;
	opacity:0.5;
}
.float-item img:hover{
	opacity:1;
}
/********YOUTUBE VIDEO **************************/
  .videoSocial img{  
	width: 22.5px;
  }
  #iconMail:hover{
	  opacity:0.4;
  }
  #iconMail{
	  width:25px !important;
  }
  #videoFacebook{
	  margin-right:10px;
  }
  .wrapperVideoSocial{
	width: 70px;
    margin-left: auto;
    margin-right: auto;
}

/****************FULLPAGE.js*********************/
.section{background-repeat:no-repeat;background-size:100% 100%;}
.intro{
	font-family: "Akkurat Bold", Verdana;
    left: 6% !important;
    position: absolute  !important;
	}

/****************PAGINA LOGIN*********************/

#pageDescription{
	    width: 50%;
		margin-bottom:20px;
}
#pageDescription h6{
	font-family:"Akkurat Light",Verdana;
	font-size:14px;
}
#pageDescription h2{
	text-transform:Capitalize;
}
.styledButton{
	background-color: black;
    border: 0px;
    width: 30%;
    height: 35px;
    color: white;
    margin-right: auto;
    margin-left: 35%;
    margin-top: 88%;
    margin-bottom: 15px;
}
#buttonRegistrazione{
	margin-top: 83px;
}
#buttonLogin{
	margin-top: 232px;
}
input[type=checkbox].styledCheckbox {
	position:absolute; z-index:-1000; left:-1000px; overflow: hidden; clip: rect(0 0 0 0); height:1px; width:1px; margin:-1px; padding:0; border:0;
						}

input[type=checkbox].styledCheckbox + label.labelCheckbox, input[type=checkbox].styledCheckbox + label.labelCheckbox.clr {
	font-weight:100;
	font-family:"Akkurat Light",Verdana;
    padding-left: 25px;
    height: 16px;
    display: inline-block;
    line-height: 19px;
    background-repeat: no-repeat;
    background-position: 0 0;
    font-size: 10px;
    vertical-align: middle;
    cursor: pointer;

}

input[type=checkbox].styledCheckbox:checked + label.labelCheckbox, input[type=checkbox].styledCheckbox + label.labelCheckbox.chk {
	background-position: 0px -16px;
}
label.labelCheckbox {
background-size: 16px 32px;
background-image:url(../images/checkbox.png);
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}

#containerModuloLogin{
	margin:0;
	padding:0
}
#containerModuloRecupero{
	margin:0;
	padding:0
}
#lcol1{
	padding-top:10%;
}
#moduloLogin{
	width:65%;
	background-color:#C6C7C8;
	padding-right:5%;
	padding-left:5%;
	padding-top:0px;
}
#moduloRecupero{
	width:65%;
	background-color:#C6C7C8;
	padding-right:5%;
	padding-left:5%;
	padding-top:0px;
	
}
.formLoginInput{
	font-family:"Akkurat Light",Verdana;
	font-style: italic;
	padding-left:5px;
	display:block;
	font-size: 12px;
	border-radius: 0;
	background-color: white;
	margin-bottom: 15px;
	height:35px;
	width:100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
  border: 1px solid rgba(0,0,0,0);
}
.formRegistrazioneInput{
	font-family:"Akkurat Light",Verdana;
	font-style:italic;
	padding-left:5px;
	display:block;
	font-size: 12px;
	border-radius: 0;
	background-color: white;
	margin-bottom: 15px;
	height:35px;
	width:100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
  border: 1px solid rgba(0,0,0,0);
}
#containerModuloRegistrazione{
	margin:0;
	padding:0
}

.rcol1{
	float: left;
	width:50%;
	padding-right:2%;
	padding-left:4%;
	padding-top:4%;
}
.rcol2{
	float: right;
	width:50%;
	padding-right:4%;
	padding-left:2%;
	padding-top:4%;
}
#moduloRegistrazione{
	float:left;
	width:62%;
	background-color:#ECEDED;
}
.rowLogin{
	    padding-left: 4%;
    padding-right: 3%;
    padding-bottom: 5%;
}
#linkForgot{
	font-size:10px;
	font-family:"Akkurat Light",Verdana;
	font-style: italic;
	display:block;
	padding-bottom:10px;
	position:absolute;
	bottom:0;
}
#annullaRecupero{
	font-size:10px;
	font-family:"Akkurat Light",Verdana;
	font-style: italic;
	display:block;
	padding-bottom:10px;
	position:absolute;
	bottom:0;
	
}
.notaRegistrazione{
	font-size:10px;
	font-family:"Akkurat Light",Verdana;
	padding-top:10px;
	position:relative;
	bottom:0;
}
#loginPassword, #registrazionePassword{
	background: white url(../images/iconeye.png) 96% no-repeat;
    background-size: 15px 8px;
}
.passwordWrap{
	position:relative;
}
.showPassword{
	top:1px;
	right:0px;
	position:absolute;
	width: 30px;
    height: 35px;
    cursor: pointer;
}
#openPopup{
	cursor:pointer;
}
#iconPopup{
	position: relative;
    top: 6px;
    width: 5px;
    height: 10px;
}
#wrapProfessione{
	padding: 0;
    margin: 0;
    background-color: #fff;
    background: #fff url(../images/iconselect.png) 96% no-repeat;
	background-size:30px 10px;
}
#professione{
	font-style:italic;
	font-family:"Akkurat Light",Verdana;
	padding: 5px 8px;
    border: none;
    box-shadow: none;
    background-color: transparent;
    background-image: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
#professione:focus {
    outline: none;
}
#titlePolicy{
	font-size: 30px;
	text-transform: capitalize;
}
#contentPolicy{
	font-family:"Akkurat Light",Verdana;
	font-size: 14px;
	text-align: justify;
	list-style-position: inside;
}

.contentPolicy{
	font-family:"Akkurat Light",Verdana;
	font-size: 14px;
	text-align: justify;
	list-style-position: inside;
}
.contentPolicy{
	max-height:400px;
	overflow-y:scroll;
	padding-right: 10px;
	-webkit-overflow-scrolling: touch;
}
/***************PAGINA CONTATTI*******************/
#contattiRichiesta{
	height:95px;
}
.rowContatti{
	    padding-left: 4%;
    padding-right: 3%;
    padding-bottom: 5%;
}
.rowPage{
	    padding-left: 3%;
    padding-right: 3%;
    padding-bottom: 5%;
	float:left;
	width:100%;
}
#containerColInfo{
	margin:0;
	padding:0;
}
#wrapInfo{
	width:65%;
}
#infoSedeCentrale, #infoSedePress{
	margin-bottom:20px;
}

#infoSedeRivenditori a{
	font-family:"Akkurat",Verdana;
	font-style:italic;
}

#infoSedeRivenditori{
	margin-top:20px;
}

#infoSedeCentrale h5, #infoSedePress h5{
	font-family:"Akkurat",Verdana;
	font-size:12px;
	margin:0;
}
#infoSedeCentrale p , #infoSedePress p, #infoSedeRivenditori p{
	font-family:"Akkurat Light",Verdana;
	font-size:12px;
	margin:0;
}
#infoBottom{
	font-family:"Akkurat Light",Verdana;
	font-size:12px;
	/*position: absolute;*/
    bottom: 0;
    width: 65%;
}
#infoBottom 	p:first-child{
	margin-bottom:20px;
}
#infoBottom 	p:last-child{
	margin:0;
}
#containerColMappa{
	position:relative;
}
#mappaGoogle
{
	width:100%;
	height:600px;
}
#mappaForm{
	width:25%;
	height:100%;
	position: absolute; 
	top: 0; 
	left: 15px; 
	z-index: 99;
	    /* Fallback for web browsers that don't support RGBa */
    background-color: rgb(0, 0, 0);
    /* RGBa with 0.6 opacity */
    background-color: rgba(0, 0, 0, 0.5);
    /* For IE 5.5 - 7*/
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
    /* For IE 8*/
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
}

#formContatti label,
#contattiNota{
	color:#FFF;
}

#formContatti{
	padding-top:10%;
	padding-left:5%;
	padding-right:5%;
}
.formContattiInput{
	font-style: italic;
	padding-left:5px;
	display:block;
	font-size: 12px;
	border-radius: 0;
	background-color: white;
	margin-bottom: 15px;
	height:35px;
	width:100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
  border: 1px solid rgba(0,0,0,0);
}
#buttonContatti{
	margin-top:5%;
	margin-bottom:12px;
}
#contattiNota{
	font-size:10px;
	font-family:"Akkurat Light",Verdana;
	padding-top:0px;
	position:absolute;
	bottom:0;
}
/****************CATTELAN_CONNECT****************/
.spanConnect{
	margin-top:15px;
	display:inline-block;
}
.titlePolicyConnect{
	font-size: 30px;
	/*text-transform: capitalize;*/
}
.contentPolicyConnect{
	font-family:"Akkurat Light",Verdana;
	font-size: 14px;
	text-align: justify;
	list-style-position: inside;
}
#listinoPolicy{
	margin-bottom:25px;
}
#nomeUtente{
	   /* padding-right: 30px;*/
}
#containerConnectInfo{
	padding:0;
	margin:0;
}
#containerConnectInfo p{
	font-size:12px;
	font-family:"Akkurat Light",Verdana;
}
#wrapperInfo{
	width:70%;
}
#wrapperInfo h4{
	margin-bottom:15px;
	margin-top:0;

}
#wrapperInfo h4:first-child{
	margin:0;
}
.wrapperOption{
	margin-bottom:15px;
	text-align:center;
		float:left;
	width:33%;
}
.doubleCircle{
	position:relative;
}
.circular {
	margin-left: auto;
    margin-right: auto;
	width: 140px;
	height: 140px;
	border-radius: 70px;
	-webkit-border-radius: 70px;
	-moz-border-radius: 70px;
	margin-bottom:15px;
	}
.circular:hover ,.doubleCircle:hover,.circularDescrizione:hover {
	cursor:pointer;
	opacity:0.5;
	}	
.circularSmall{
	width: 100px;
	height: 100px;
	border-radius: 50px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	margin-bottom:15px;
	}
.tutorial.file{
	width:450px;
	margin-bottom:20px;
}
.tutorial.menu{
	width:150px;
}
.tutorial.menuListino{
	width:150px;
	float:left;
}
.tutorial.downloadHD{
	width:475px;
	margin-top:15px;
}
.tutorial.finiture{
	width: 250px;
    display: block;
    height: 180px;
}
.tutorial.listino{
	float:left;
	margin-left:60px;
}
.tutorial.downloadHD{
	width:475px;
}
#circularMontaggio{
	background: url(../images/montaggio.jpg) no-repeat;
	background-size: 400px 260px;
    background-position: -124px -20px;
}
#circularSketchup{
	background: url(../images/sketchup.jpg) no-repeat;
	background-size: 140px 140px;
    background-position: 0px 0px;
}
#circularInformazioni{
	background: url(../images/iconinfogrey.png) no-repeat;
    background-size: 150px 150px;
    background-position: -13px;
}

#circular3DS{	
	background: url(../images/3ds.jpg) no-repeat;
	background-size: 140px 140px;
}

#circularImmaginiHQ{
	background: url(../images/immaginihq.jpg) no-repeat;
	background-size: cover;
    background-position: 0px;
}
#circularSmallImmaginiHQ{
	background: url(../images/immaginihqsmall.png) no-repeat;
	background-size:100px;
    position: absolute;
    bottom: -15px;
    left: 50%;
}
#circularFinitureHQ{
	background: url(../images/finituresmall.jpg) no-repeat;
	background-size: cover;
	
}
#circularSmallFinitureHQ{
	background: url(../images/finituresmall.jpg) no-repeat;
    position: absolute;
    bottom: -15px;
    left: 50%;
	
}
#circularDWG{
	background: url(../images/dxf-dwg.jpg) no-repeat;
    background-size: 180px 140px;
    background-position: -18px -4px;

}
#circularPrezzi{
	background: url(../images/prezzi.jpg) no-repeat;
	background-size: 320px 420px;
    background-position: -180px -255px;
}
.circular img {
	opacity: 0;
	filter: alpha(opacity=0);
	width: 100%;
    height: 100%;
	}
.circularSmall img {
	opacity: 0;
	filter: alpha(opacity=0);
	width: 100%;
    height: 100%;
	}
.cattelan-popup{
	width:570px;
	height:570px;
	
}
.cattelan-popup-big{
	width:80%;
	height:100%;
}
/***************NEWS**********************/

.containerCarousel{
	padding:0;

}
.wrapBackground{
	width:80%;
	height:100%;
	background-color: #ECEDED;

}
.wrapBackground.landscape{
	width:100% !IMPORTANT;
	height:100%;
	background-color: #ECEDED;

}
.carouselWrapper {
  position: relative;
  overflow: hidden;
}

.wrapCarousel{
	position: absolute;
	/*visibility: hidden;
	width:80%;*/
	margin-left:auto;
	margin-right:auto;
	/*padding-top: 10px;
    padding-bottom: 10px;*/
	height:100%;
	width: 100%;
	overflow:auto;
}
#carouselWrapper{
	max-width:179px;
}
.carouselWrapper{
	margin-left:auto;
	margin-right:auto;
	height:84%;
	width:90%;

}

.wrapCarousel img{
	width:100%;
	opacity:0.6;
  -webkit-transition: opacity 0.25s ease-in-out;
  -moz-transition: opacity 0.25s ease-in-out;
  transition: opacity 0.25s ease-in-out;
}
.wrapCarousel img:hover{
	opacity: 1;
	cursor:pointer;
}
.wrapCarousel h6{
	font-family:"Akkurat Light",Verdana;
	margin:0;
	padding:0;
	margin-bottom:3px;
	font-style: italic;
    opacity: 0.5;
}
.wrapCarousel h3    {
	font-family:"Akkurat Light",Verdana;
	margin:0;
	padding:0;

}
#titoloNews{
	font-family:"Akkurat" !Important,Verdana;
	padding-bottom:10px !Important;
	font-size:12px;
}
.carouselThumb{
	margin-bottom:20px;
}
.imgThumb{
	width:100% !important;
}
.containerInfo h3{
	margin-top:0;
}
.arrowDirectioner{
	opacity:0.5;
}
.arrowDirectioner:hover{
	opacity:1;
	cursor:pointer;
}
.wrapNext{
    width: 70px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 5px;
    height: 8%;
}
.wrapNext.landscape{
    width: 8%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 5px;
    height: 70px;
	float:right;
	position:relative;
	left: 25px;
    top: 30%;
}
#prev, #next{
	width:70px;
	padding-top:35%;
}
#prevLandscape, #nextLandscape{
	height:70px;
	padding-top:35%;
}
.carouselThumb.landscape{
	float:left;
	/*margin-bottom:0;*/
	margin-right:20px;
}
.carouselWrapper.landscape{
	width:84%;
	max-width:100% !important;
	float:left;
	position: relative;
    top: 20px;
}
.wrapPrev{
    width: 70px;
    margin-left: auto;
    margin-right: auto;
	height: 8%;

}
.wrapPrev.landscape{
    width: 8%;
    margin-left: auto;
    margin-right: auto;
	height: 70px;
	float:left;
	position:relative;
	left: 10px;
    top: 30%;
	
}
#testoNews{
	font-family:"Akkurat Light",Verdana;
}
/***************DESIGNER***************************/
.rowDesigner{
	    padding-left: 4%;
    padding-right: 3%;
    padding-bottom: 5%;
}
#anagraficaDesigner{
	margin-top:0px;
}
#circularDesigner{
	background-size: 140px 140px !important;
}
.wrapperPhotoDesigner{
	margin-bottom:25px;
	text-align:center;
	display:inline-block;
}
.wrapperPhotoDesigner a{
	font-family:"Akkurat Light",Verdana;
	font-size:14px;
}
#containerDesignerDescription{
	padding:0;
}
#wrapperDesignerText{
	width:80%;
	font-family:"Akkurat Light",Verdana;
}
#containerDesignerPhoto{
	padding:0;
}
#circularDesignerDetail{
	border:0;
	margin:0;
    width: 200px;
    height: 200px;
    border-radius: 150px;
    -webkit-border-radius: 150px;
    -moz-border-radius: 150px;
	background-size: 200px 200px !important;
    /*background-position: -2px -1px !important;*/
}
#containerDesignerInfo p{
	font-family:"Akkurat Light",Verdana;
	    font-size: 14px;
}
#containerDesignerInfo div{
	font-family:"Akkurat Light",Verdana;
	font-size: 12px;
	
}
#wrapperDesignerInfoText {
 width: 70%;
    margin-left: auto;
    margin-right: auto;
}

#wrapperDesignerInfoText  div{
	font-size: 14px !important;
}

#nomeProdotto{
	font-size: 12px;
    font-family: "Akkurat" !important,Verdana;
    text-transform: capitalize;
	text-align:center;
	position: relative;
    top: 10px;
}
#breadcrumbDesigner{
	font-family:"Akkurat Light",Verdana;
}
#breadcrumbDesigner a{
	text-transform: capitalize;
}

#wrapBackgroundDesigner{
	width: 90%;
    background-color: #ECEDED;
}
/***************ADMIN FILE************************/
#buttonDeleteFile{
	margin: 0;
    color: red;
}
.rowAdmin{
	    padding-left: 4%;
    padding-right: 3%;
    padding-bottom: 5%;
}
#tableListFile {
  background: white;
  border-radius:3px;
  border-collapse: collapse;
  margin: auto;
  padding:5px;
  width: 100%;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  animation: float 5s infinite;
}
 
#tableListFile th {
  color:#D5DDE5;;
  background:#1b1e24;
  border-bottom:4px solid #9ea7af;
  border-right: 1px solid #343a45;
  font-size:14px;
  font-weight: 100;
  padding:12px;
  text-align:left;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  vertical-align:middle;
  width:7%;
}

#tableListFile th:first-child {
  border-top-left-radius:3px;
  width:3%;
}
 
#tableListFile th:last-child {
  border-top-right-radius:3px;
  border-right:none;
  width:20%;
}
  
#tableListFile tr {
  border-top: 1px solid #C1C3D1;
  border-bottom-: 1px solid #C1C3D1;
  color:#666B85;
  font-size:12px;
  font-weight:normal;
  text-shadow: 0 1px 1px rgba(256, 256, 256, 0.1);
}
 
#tableListFile tr:hover td {
  background:#4E5066;
  color:#FFFFFF;
  border-top: 1px solid #22262e;
  border-bottom: 1px solid #22262e;
}
 
#tableListFile tr:first-child {
  border-top:none;
}

#tableListFile tr:last-child {
  border-bottom:none;
}
 
#tableListFile tr:nth-child(odd) td {
  background:#EBEBEB;
}
 
#tableListFile tr:nth-child(odd):hover td {
  background:#4E5066;
}

#tableListFile tr:last-child td:first-child {
  border-bottom-left-radius:3px;
}
 
#tableListFile tr:last-child td:last-child {
  border-bottom-right-radius:3px;
}
 
#tableListFile td {
  background:#FFFFFF;
  padding:12px;
  text-align:left;
  vertical-align:middle;
  font-weight:300;
  font-size:12px;
  text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.1);
  border-right: 1px solid #C1C3D1;
}

#tableListFile td:last-child {
  border-right: 0px;
}

#tableListFile th.text-left {
  text-align: left;
}

#tableListFile th.text-center {
  text-align: center;
}

#tableListFile th.text-right {
  text-align: right;
}

#tableListFile td.text-left {
  text-align: left;
}

#tableListFile td.text-center {
  text-align: center;
}

#tableListFile td.text-right {
  text-align: right;
}
#buttonNewFile{
	width:100px;
	margin:0;
	margin-top:2%;
	float:right;
}
#buttonEditFile{
	margin:0;
	width:100px;
}
#buttonChangeStatus{
	margin:0;
	width:100px;
}
#buttonEditMarker{
	margin:0;
	width:100px;
}
#closeModalButton{
	margin:0;
	width:100px;
}
#containerAdmin{
	min-height:100%;
}
/***************PAGINA MARKER*******************/
#save_markers{
	margin-top:0;
}
#markers{
	position: absolute;
	z-index:9999;
	top:0;
}
.markers{
	position: absolute;
	z-index:9999;
	top:0;
}
.markersClass:hover{
	cursor:pointer;
	content: url(../img/marker/markerHover.png);
}
.markersClass.searched{
	background-color: crimson;
    border-radius: 36px;
}
#toolbox{
	 width: 235px; 
    /* height: 490px; */
    cursor: pointer;
    float: left;
    margin-right: 50px;
}
#pagelist{
	width:80%;
	background-color:#ECEDED;
}
#containerTablePageList{
	width: 88%;
    margin-left: auto;
    margin-right: auto;
	padding-top:20px;
	padding-bottom:20px;
}
#containerTablePageList td{
padding-right:5px;
}

#containerMappatura{
	padding:0;
}
#currentpdfpageinfo{
	width: 100%; 
}
#containerCurrentPage{
    /* width: 25%; */
    float: left;
    /* margin-left: 50px; */
    /* margin-right: auto; */
}
#currentpage{
	float:right;
	width: 100%; 
	border-style: solid; 
	border-color: Black; 
	border-width: thin;
	cursor: crosshair;
}
#containerTable{
	padding:0;
}
#containerPagine{

	padding:0;
}
#continerOptionMarker{
	width:100%;
	background-color:#C6C7C8;
	padding: 15px;
}
#wrapInputAzione{
	padding: 0;
    margin: 0;
    background-color: #fff;
    background: #fff url(../images/iconselect.png) 96% no-repeat;
	background-size:30px 10px;
}
#input_azione_tipo{
	width: 100%;
	overflow: hidden;
		font-style:italic;
	font-family:"Akkurat Light",Verdana;
	padding: 5px 8px;
    border: none;
    box-shadow: none;
    background-color: transparent;
    background-image: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
#input_marker_width{
	margin-bottom:0px;
}
.catalogPage{
	width:80px;
	height:100px;
	border-style:solid;
	border-color:Black;
	border-width:thin;
	cursor:pointer;
}
.catalogPageNumber{
	font-size:1em;
}
/***************CATALOGHI************************/
.wrapperPhotoCatalog{
	
	text-align:center;
	display:inline-block;
	height:200px;
}
.wrapperPhotoCatalog a{
	font-family:"Akkurat Light",Verdana;
	font-size:14px;
}
#wrapperCatalogText{
	width:80%;
	font-family:"Akkurat Light",Verdana;
}
#containerCatalogDescription{
	padding:0;
}

#containerCatalogInfo p{
	font-family:"Akkurat Light",Verdana;
	    font-size: 14px;
}
#containerCatalogInfo div{
	font-family:"Akkurat Light",Verdana;
	font-size: 12px;
	
}
.wrapperPhotoCatalog {
    margin-bottom: 25px;
    text-align: center;
    display: inline-block;
}
#bookletPDF{
 margin-bottom:30px;
}
#errorSearch{
	position: absolute;
    top: 30px;
    left: 30%;
}
.rowCatalog{
	padding-left: 4%;
    padding-right: 3%;
    padding-bottom: 5%;
}
#container{
	border:1px solid black;
}

#containerCatalogPDF{
	/*padding-left:8%;*/
	/*position: relative;
    bottom: 40px;*/

}
#nameCatalog{
    text-align: center;
    padding-top: 5px !important;
    font-family: "Akkurat" !important,Verdana;
    font-size: 12px;
    font-weight: bolder;
    font-style: normal !important;
    opacity: 1 !important;
	
}


/***************RIVENDITORI**********************/
#wrapBackgroundMappa{
	width:25%;
	height:100%;
	position: absolute; 
	top: 0; 
	left: 15px; 
	z-index: 99;
	    /* Fallback for web browsers that don't support RGBa */
    background-color: rgb(0, 0, 0);
    /* RGBa with 0.6 opacity */
    background-color: rgba(0, 0, 0, 0.5);
    /* For IE 5.5 - 7*/
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
    /* For IE 8*/
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
}
#wrapBackgroundMappa #wrapPrev{
	margin-bottom:10px;
	width:80px !Important;
	
}
#wrapBackgroundMappa #wrapPrev img {
	width:80px !Important;
	
}

#wrapBackgroundMappa #wrapNext{
	width:80px !Important;
	
}
#wrapBackgroundMappa #wrapNext img {
	width:80px !Important;
	
}
.rowRivenditori{
	padding-left: 4%;
    padding-right: 3%;
    padding-bottom: 5%;
}

.misureSelect option, .finitureSelect option{
	padding-left:5px;
}

.rivenditoriSelect, .statiSelect , .regioniSelect, .misureSelect, .finitureSelect{
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    height: 30px;
	background: url(../images/arrowdown.png) 96% / 15% no-repeat;
}
#infoTop{
	font-family:"Akkurat Light",Verdana;
	font-size:12px;
}
#infoMiddle{
	margin-top: 35%;
}
#infoMiddle select{
	font-family:"Akkurat Light",Verdana;
	padding-left:5px;
	margin-bottom:50px;
}
.wrapMapRivenditore{
	background: white;
    padding: 10px;
    margin: 20px;
	opacity: 0.5;
}
.wrapMapRivenditore:hover{
	background: white;
    padding: 10px;
    margin: 20px;
	opacity: 1;
}
.rivenditoriThumb{
	background: white;
    padding:15px 10px 15px 10px !important;
    margin-bottom: 10px;
	opacity:0.5
}
.rivenditoriThumb:hover{
	opacity:1;
}
.rivenditoriThumb.focused{
    opacity:1;
}
.rivenditoriThumb p{
	margin:0;
	font-size:12px;
}
#nomeRivenditore{
	font-family:"Akkurat" !important,Verdana;
	opacity:1 !important;
}
.pictureRivenditori{
	opacity:0.5;
}
.pictureRivenditori:hover{
	opacity:1;
}
/***************SEARCH***************************/
.containerSearch{
	padding-right:0;

}
.rowSearch{
	    padding-left: 4%;
    padding-right: 3%;
    padding-bottom: 5%;
}
/*#rowSearchProducts , #rowSearchDesigners{
	padding-left: 8%;
}*/

.listThumb {
    overflow: hidden;
    margin-top: 0px;
}
.listThumb {
    list-style: outside none none;
    margin: 0px 0px 0px 0px;
    padding: 0;
    margin-top: 45px;
    clear: both;
}
.listThumb .thumbLI {
    float: left;
    margin-bottom: 10px;
    padding-right: 10px;
    position: relative;
	/*margin-right:6%;*/
}

.listThumb .thumbLI .image {
    /*border:1px solid red;*/
    position: relative;
    width: 100%;
	text-align:center;
}

.listThumb .thumbLI .image img {
    display: block;
    margin: 0 auto;
    width: 140px;
}

.listThumb .thumbLI .selector {
    background-color: #000;
    bottom: 0;
    height: 3px;
    opacity: 0;
    position: absolute;
    transition: opacity 300ms ease 0s;
    width: 100%;
    z-index: 2;
}

.listThumb .thumbLI .text {
    margin-top:5px;
	width: 100%;
	text-align:center;
	min-height: 40px;
}

.listThumb .thumbLI .text .title{
	text-transform: capitalize;
	font-family: "Akkurat Light",Verdana;
}
.pageDescription{
	    width: 50%;
		margin-bottom:20px;
}
.pageDescription h6{
	font-family:"Akkurat Light",Verdana;
	font-size:14px;
}
.pageDescription h2, .pageDescription h3{
	text-transform:Capitalize;
	font-family: "Akkurat",Verdana;
}
.pageDescription h4{
	text-transform:Capitalize;
	font-family: "Akkurat",Verdana;
	padding-top:40px;
}
/*#titleSearchResult{
	padding-left:3%;
}*/
#searchText{
    font-size: 30px;
    font-family: "Akkurat",Verdana;
	text-transform:Capitalize;
}
#productPageDescription , #designerPageDescription{
	float:left;
	width:15%;
}
.searchDesginer{
	background-size:140px 140px !important;
}


.css3_blink
{
-webkit-animation-name: blinker;
-webkit-animation-iteration-count: infinite;
-webkit-animation-timing-function: cubic-bezier(.5, 0, 1, 1);
-webkit-animation-duration: 1.7s;
-moz-animation-name: blinker;
-moz-animation-iteration-count: infinite;
-moz-animation-timing-function: cubic-bezier(.5, 0, 1, 1);
-moz-animation-duration: 1.7s;
color: green;
}

@-webkit-keyframes blinker
{
0% { opacity: 0.3; }
50% { opacity: 1.0; }
100% { opacity: 0.3; }
}
@-moz-keyframes blinker
{
0% { opacity: 0.3; }
50% { opacity: 1.0; }
100% { opacity: 0.3; }
}

.mfp-arrow.mfp-arrow-left{
	left: -100px;
}

.mfp-arrow{
	width: 30px;
}

.mfp-arrow.mfp-arrow-right{
	right: -100px;
}

.filtri select{
	font-family: "Akkurat Light",Verdana;	
	font-size: 12px;
	padding-left:5px;
}

.filtri select option:disabled {
    color: rgb(239, 234, 234);
}
.filtri{
	float:left;
    margin-top: 5px;
    margin-bottom: 10px;
	margin-left: 30px;
	width:180px;
}

#inputSearchField , #inputSearchFieldMobile{
	margin-top: 7px;
}

.posti{
	text-align:right;
	width:100px;
}

.mfp-wrap {
  -webkit-overflow-scrolling: touch;
  -webkit-transform: translateZ(0);
}

/*html.mfp-helper {
  height: 100%;
}
body {
    overflow: hidden;
    height: 100%;
    -webkit-transform: translateZ(0);
}*/
.no-scroll{
	-webkit-overflow-scrolling:touch;
}
.bodyNoScroll{
	position:fixed;
	-webkit-overflow-scrolling:auto;
}
#trattamentoDatiWrap{
	position: relative;
    word-wrap: break-word;
    word-break: break-all;
}

.shadowBlack{
	text-shadow: 2px 1px #000;
	color:#FFF;
}
.shadowWhite{
	text-shadow: 2px 1px #FFF;
	color:#000;
}