body{
	margin: 0;
	padding: 0;
	font-family: 'Open Sans', 'Helveitca Neue', Helvetica, Arial, sans-serif;
	line-height: 1.5
}
.top, .header, .slider, .footer, .content{
	width: 100%;
}
.contenitore{
	width: 80%;
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto
}
h1, h2, h3, h4, h5, h6{
	font-family: 'Raleway', sans-serif;
}
h1{
	font-size: 26px
}
h2{
	font-size: 22px;
}
h3{
	font-size: 18px;
}
h4{
	font-size: 17px
}
h5{
	font-size: 16px;
}
h6{
	font-size: 14px;
}
b{
	font-weight: bold;
}
h1.main-title, section h2{
	text-align: center;
	text-transform: uppercase
}
h1.main-title:after, section h2:after{
	content: '';
	display: block;
	height: 4px;
	width: 100px;
	background: #d5aa6d;
	margin: 10px auto;
}
a.logo{
	text-transform: uppercase;
	text-decoration: none
}
a.logo h2{
	text-decoration: none !important;
	margin-top: 1em;
}
a.logo:hover{
	color: #000
}

p{
	color: #313131;
	font-size: 16px
}
.col-33 a{
	text-decoration: underline
}
a{
	color: #313131
}
a:hover, .menu li.current a, .top a:hover, .language-selector li.current a, .footer a:hover, .end a:hover, .menu-laterale li.current a{
	color: #d5aa6d
}
ul, ol{
	margin: 0;
	padding: 0;
	color: #313131
}
.top ul{
	color: #8c8a8a
}
ul.menu-contatti li{
	margin: 0 0 0 20px;
	padding: 0;
}
ul li{
	margin-left: 20px;
	margin-top: 10px
}
 ol li{
	 margin-left: 40px
 }

/* ++++++ COLUMN ++++++ */
.row{
	display: table;
	width: 100%
}
.padding{
	padding: 1em 0
}
.column{
	float: left;
}
.column-half{
	width: 49%
}
.column-one-half{
	width: 24%;
	margin-left: 1%
}
.column-one-third{
	width: 30%;
	margin-right: 1em
}
.column-two-third{
	width: 68%;
	margin-right: 1%
}
.last{
	margin-right: 0;
	float: right
}
.col-33{
	width: 33.33333%;
}
.inner-content{
	padding: 0 15px;
	text-align: justify
}

/* ++++++ MENU +++++++ */
.menu{
	margin: 0;
	padding: 0;
	float: right;
	list-style: none
}
.menu > li{
	vertical-align: middle;
    margin: 0 10px;
    display: inline-block;
}
.menu > li:last-child{
	margin-right: 0
}
.menu > li > a{
	font-weight: 700;
    font-size: 13px;
    display: block;
    color: #333;
    text-transform: uppercase;
    line-height: 80px;
    text-decoration: none;
}
.menu > li.has-children > a:after{
	content: '\f078';
	display: inline-block;
	margin-left: 5px;
	font-family: 'Font Awesome 5 Free';
}
.menu > li > a:hover, .menu ul li a:hover{
	color: #d5aa6d
}
.menu ul li a{
	display: block;
    padding: 0;
    color: #c2c2c2;
    font-size: 12px;
    text-transform: uppercase;
    border-bottom: 1px solid #393838;
    text-align: left;
    text-decoration: none
}
.menu ul li:last-child a{
	border-bottom: 0
}
.sub-menu{
	background-color: #2c2b2b;
    margin: 0 0 0 -10px;
    padding: 7px 0;
    position: absolute;
    z-index: 1;
    overflow: hidden;
    display: none;
    transition: ease-in-out 130ms all;
    -moz-transition: ease-in-out 130ms all;
    -webkit-transition: ease-in-out 130ms all;
    -o-transition: ease-in-out 130ms all;
    -ms-transition: ease-in-out 130ms all;
}
.menu li:hover .sub-menu{
	display: block;
    transition: ease-in-out 130ms all;
    -moz-transition: ease-in-out 130ms all;
    -webkit-transition: ease-in-out 130ms all;
    -o-transition: ease-in-out 130ms all;
    -ms-transition: ease-in-out 130ms all;
}
.block{
	display: block
}
.menu ul li {
	margin: 0;
	padding: 0 7px;
	line-height: 40px
}
/* ++++++ TOP ++++++ */
.top{
	background: #222;
	color: #bfbfbf;
	display: table;
	font-size: 12px;
	line-height: 20px;
	padding: 1em 0
}
.top a{
	color: #bfbfbf
}
.top span{
	color: #8c8a8a
}
.top ul{
	list-style: none;
}
.top ul li{
	display: inline-block;
	margin: 0 10px 0 0;
}
.language-selector li:last-child{
	margin-right: 0
}
.top ul li:nth-child(2):before{
	content: '|';
	display: inline-block;
	margin-right: 10px;
}
.top .language-selector {
	float: right
}
.top .language-selector li{
	text-transform: uppercase;
}

/* ++++++ SLIDER ++++++ */
.slider{
	height: 550px;
	overflow: hidden
}

/* ++++++ CONTENUTI ++++++ */
.content{
	padding: 2em 0;
}
.servizi{
	background: #f9f9f9;
	padding: 2em 0
}
.breadcrumbs{
	background: #ededed url('../immagini/breadcrumbs.jpg');
	text-align: center;
	padding: 3em 0;
}
.breadcrumbs h2{
	font-size: 32px;
	margin-bottom: 10px;
	text-transform: uppercase;
	background: rgba(255,255,255, .8);
	padding: 1em 0
}
.breadcrumbs ul{
	margin: 0;
	padding: 0;
	list-style: none
}
.breadcrumbs ul li{
	display: inline-block;
	font-size: 14px;
}
li.professionista{
	margin-top: 15px;
	font-weight: 600
}
li.specifica{
	list-style:none ;
	margin-left: 20px;
	font-style: italic;
	margin-top: 0px
}
li.specifica:before{
	content: '-';
	display: inline-block;
	font-size: 21px;
	margin-right: 10px;
	line-height: 10px
}
li.specifica span{
	display: inline-block
}
ul.alphabet li{
	list-style: upper-alpha;
	margin-top: 7px
}
/* ++++++ FORM RICERCA ++++++
.searchform input{
	display: block;
	width: 100%;
	height: 30px;
	margin-top: 2em;
	border: 1px solid #ccc
}
.searchform button{
	width: 100px;
	height: 30px;
	float: right;
	margin-top: 10px;
	background: #313131;
	color: #fff;
	letter-spacing: 0.8px
}
.searchform button:hover{
	background: #d5aa6d
}*/
.menu-laterale{
	margin: 0;
	padding: 0;
}
.menu-laterale li{
	margin: 0 0 5px 0;
	padding: 0;
	list-style: none;
}
.menu-laterale li a{
	padding: 5px 0;
}
.widget{
	margin: 0 0 2em 0;
	border: 1px solid #f0f0f0;
	padding: 5px;
}
.widget h4{
	text-transform: uppercase;
	margin-top: 5px;
}

table .icona-pdf{
	display: block;
	margin-left: auto;
	margin-right: auto;
	max-width: 50px;
}
table td{
	padding: 10px 5px
}
/* ++++++ FOOTER ++++++ */
.footer{
	background: #222;
	font-size: 14px;
	display: table;
	padding: 3em 0 4em 0
}
.footer h3{
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 1px
}
.footer ul, .footer ul li {
	margin: 0;
	padding: 0;
	list-style: none
}
ul.footer-menu > li{
	margin-bottom: 6px
}
.footer a{
	color: #8c8a8a;
	text-decoration: underline
}
.footer p, .footer ul{
	color: #8c8a8a
}
.footer-text{
	padding-right: 30px;
	text-align: justify
}
.end{
	background: #000;
	padding: 1em 0
}
.end p{
	font-size: 12px;
	color: #8c8a8a;
}
.end a{
	color: #8c8a8a;
	text-decoration: underline;
}
.mobile-menu{
	display: none
}
.footer i.fa{
	font-size: 24px
}
 *{
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
   user-select: none;
}

@media only screen and (min-device-width: 300px) and (max-device-width: 812px){
	/* ++++++ COLUMN ++++++ */
	.row{
		display: table;
		width: 100%
	}
	.contenitore{
		width: 100%;
	}
	img{
		float: none !important;
		width: 100%;
		height: auto
	}
	.wrapper{
		padding: 0 10px;
		display: block;
	}
	.padding{
		padding: 1em 0
	}
	h2.logo{
		margin-top: 2em;
		margin-bottom: 2em;
		text-indent: 20px
	}
	.column, .column-half, .column-one-half, .column-one-third, .column-two-third, .col-33{
		width: 100%;
		float: none;
		margin-left: 0;
		margin-right: 0;
	}
	.header{
		position: relative;
	}
	.mobile-menu{
		position: absolute;
		top:40px;
		right: 30px;
		display: block
	}
	.mobile-menu i{
		font-size: 24px
	}
	.mobile-menu p{
		margin: 0;
		color: #000
	}
	.mobile-menu i{
		cursor: pointer;
		background: #d5aa6d;
	    color: #fff;
	    cursor: pointer;
	    font-size: 26px;
	    height: 35px;
	    line-height: 35px;
	    text-align: center;
	    width: 45px;
	}
	/* MENU */
	.menu{
		float: none;
		display: none;
		background: #222;
		padding: 10px 0
	}
	.visible{
		display: block
	}
	.menu > li{
		display: block;
		width: 100%;
		margin: 0;
		border-top: 1px dashed #777;
		text-indent: 10px
	}
	.menu > li:last-child{
		border-bottom: 1px dashed #777
	}
	.menu li a{
		line-height: 28px;
		font-size: 16px;
		padding: 7px 0;
		color: #fff
	}
	.menu ul li {
		width: 100%
	}
	.menu li.has-children{
		position: relative
	}
	.menu > li.has-children > a:after{
		content: '\f105';
		position: absolute;
		right: 10px;
		font-size: 21px;
		background: #313131;
		padding: 0 10px 0 0
	}
	.menu > li.has-children.open > a:after{
		content: '\f107';
		font-family: 'Font Awesome 5 Free';
	}
	.sub-menu{
		position: relative;
	}
	.menu ul li{
		text-indent: 30px
	}
	.top{
		padding: 3px 0
	}
	.top span{
		display: none
	}
	.top .column{
		width: 50%;
		display: inline-block;
	}
	.top ul.contact li:nth-child(2):before{
		content: '';
		display: none;
	}
	.contact li{
		padding: 5px 0
	}
	.top a{
		text-decoration: underline
	}
	
	/* SLIDER & BREADCRUMBS */
	.slider{
		height: 200px
	}
	.breadcrumbs{
		padding: 5px 0 20px 0
	}
	.inner-content{
		padding: 0
	}
	.footer-text{
		padding-right: 0
	}
}
@media screen and (min-width: 813px) and (max-width:1270px){
	.header .column{
		width: 100%
	}
	.menu{
		float: left
	}
	.contenitore{
		width: 90%
	}
	.slider{
		height: auto
	}
}
@media screen and (min-width: 813px) and (max-width: 1270px){
	
}
@media screen and (min-width: 300px) and (max-width: 812px){
	/* ++++++ COLUMN ++++++ */
	.row{
		display: table;
		width: 100%
	}
	.contenitore{
		width: 100%;
	}
	img{
		float: none !important;
		width: 100%;
		height: auto
	}
	.wrapper{
		padding: 0 10px;
		display: block;
	}
	.padding{
		padding: 1em 0
	}
	h2.logo{
		margin-top: 2em;
		margin-bottom: 2em;
		text-indent: 20px
	}
	.column, .column-half, .column-one-half, .column-one-third, .column-two-third, .col-33{
		width: 100%;
		float: none;
		margin-left: 0;
		margin-right: 0;
	}
	.header{
		position: relative;
	}
	.mobile-menu{
		position: absolute;
		top:40px;
		right: 30px;
		display: block
	}
	.mobile-menu i{
		font-size: 24px
	}
	.mobile-menu p{
		margin: 0;
		color: #000
	}
	.mobile-menu i{
		cursor: pointer;
		background: #d5aa6d;
	    color: #fff;
	    cursor: pointer;
	    font-size: 26px;
	    height: 35px;
	    line-height: 35px;
	    text-align: center;
	    width: 45px;
	}
	/* MENU */
	.menu{
		float: none;
		display: none;
		background: #222;
		padding: 10px 0
	}
	.visible{
		display: block
	}
	.menu > li{
		display: block;
		width: 100%;
		margin: 0;
		border-top: 1px dashed #777;
		text-indent: 10px
	}
	.menu > li:last-child{
		border-bottom: 1px dashed #777
	}
	.menu li a{
		line-height: 28px;
		font-size: 16px;
		padding: 7px 0;
		color: #fff
	}
	.menu ul li {
		width: 100%
	}
	.menu li.has-children{
		position: relative
	}
	.menu > li.has-children > a:after{
		content: '\f105';
		position: absolute;
		right: 10px;
		font-size: 21px;
		background: #313131;
		padding: 0 10px 0 0
	}
	.menu > li.has-children.open > a:after{
		content: '\f107';
		font-family: 'Font Awesome 5 Free';
	}
	.sub-menu{
		position: relative;
	}
	.menu ul li{
		text-indent: 30px
	}
	.top{
		padding: 3px 0
	}
	.top span{
		display: none
	}
	.top .column{
		width: 50%;
		display: inline-block;
	}
	.top ul.contact li:nth-child(2):before{
		content: '';
		display: none;
	}
	.contact li{
		padding: 5px 0
	}
	.top a{
		text-decoration: underline
	}
	
	/* SLIDER & BREADCRUMBS */
	.slider{
		height: auto
	}
	.breadcrumbs{
		padding: 5px 0 20px 0
	}
	.inner-content{
		padding: 0
	}
	.footer-text{
		padding-right: 0
	}
}
