#wpadminbar{
	display: none;
}
html{
	margin: 0 !important;
}

body {
	background-color: #252831;
	color: #fff;
    font-family: 'Playfair Display', sans-serif;
}
body.stop-scroll, html.stop-scroll, #page.stop-scroll {
    overflow: hidden !important;
    position: relative;
    height: 100%;
}

a {
    text-decoration: none;
    color: #d5983b;
    -webkit-transition: all 0.1s ease-in;
    -moz-transition: all 0.1s ease-in;
    -ms-transition: all 0.1s ease-in;
    -o-transition: all 0.1s ease-in;
    transition: all 0.1s ease-in;
}
a:hover {
    color: #ffffff;
    text-decoration: none;
}

#loading-page {
    background-color: #FFFFFF;
    background-image: url("../img/loading.gif");
    background-position: center center;
    background-repeat: no-repeat;
    height: 100%;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
}

#masthead {
	padding: 30px 0;
	z-index: 100;
}
#masthead .logo{
	margin: -5px -8px;
	overflow: hidden;
	width: 100%;
}
#masthead.scroll{
	padding: 0;
	background-color: rgba(36, 39, 48, 0.8);
}
#masthead.scroll .logo{
	margin-left: -36px;
    width: 102px;
}
#masthead.scroll .logo img{
	transform: scale(0.7);
	-webkit-transform: scale(0.7);
	-moz-transform: scale(0.7);
	-ms-transform: scale(0.7);
	-o-transform: scale(0.7);
}

#menu .link{
	cursor: pointer;
}
#menu .link.active{
	color: #d2b88a;
}

#btnmenu{
	width: 30px;
	height: 24px;
	position: relative;
	top: 3px;
	cursor: pointer;
	margin-left: 30px;
}
#btnmenu:hover{
	opacity: 0.6;
}
#btnmenu *{
	-webkit-transition: all 0.2s cubic-bezier(0.615, 0.19, 0.305, 0.91) 0s;
	-moz-transition: all 0.2s cubic-bezier(0.615, 0.19, 0.305, 0.91) 0s;
	-ms-transition: all 0.2s cubic-bezier(0.615, 0.19, 0.305, 0.91) 0s;
	-o-transition: all 0.2s cubic-bezier(0.615, 0.19, 0.305, 0.91) 0s;
	transition: all 0.2s cubic-bezier(0.615, 0.19, 0.305, 0.91) 0s;
}
#btnmenu .line{
	position: absolute;
	left: 0;
	width: 30px;
	height: 4px;
	background-color: #fff;
}
#btnmenu .line.up{
	top: 0;
}
#btnmenu .line.md{
	top: 50%;
	margin-top: -2px;
}
#btnmenu .line.dw{
	bottom: 0;
}
#btnmenu.open .line.up{
	opacity: 0;
}
#btnmenu.open .line.md.a{
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transition: rotate(45deg);
	-ms-transition: rotate(45deg);
	-o-transition: rotate(45deg);
}
#btnmenu.open .line.md.b{
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-moz-transition: rotate(-45deg);
	-ms-transition: rotate(-45deg);
	-o-transition: rotate(-45deg);
}
#btnmenu.open .line.dw{
	opacity: 0;
}

/* SECTIONS */

#home-welcome{
	background-image: url("../img/welcome.jpg");
	background-position: center top;
	background-size: 100% auto;
	background-repeat: no-repeat;
}
#home-welcome .box{
	padding-top: 140px;
}
#home-welcome .backline{
	height: calc(100% - 140px);
}
#home-welcome strong{
	background-color: #d2b88a;
	color: #252831;
	font-weight: 400;
	padding: 0 10px;
}

#home-studio .image{
	margin-top: -270px;
}

#home-servizi{
	overflow: hidden;
}
#home-servizi .icon{
	bottom: -103px;
    right: -130px;
    width: 400px;
    opacity: 0.1;
}
#home-servizi .servizio .circle{
	width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #d2b88a;
    display: inline-block;
    margin-right: 10px;
    top: -2px;
    position: relative;
}

#home-news .news a{
    background-color: #d2b88a;
    background-image: url("../img/001-document-2.svg");
    background-repeat: no-repeat;
    background-size: auto 34px;
    background-position: right center;
    color: #252831;
    padding: 8px 12px;
}
#home-news .news a:hover{
	background-color: #fff;
	color: #252831;
}

#home-focus{
	background-image: url("../img/promemoria.jpg");
	background-size: cover;
	background-position: right top;
}
#home-focus .circle{
	width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #252831;
    display: inline-block;
    margin-right: 10px;
    top: -2px;
    position: relative;
}
#home-focus .testo{
	padding-left: 15px;
}

/* ELMENTI RICORRENTI */
.line{
	height: 100%;
	width: 1px;
	position: absolute;
	bottom: 0;
	left: 47px;
}
.box-black{
	background-color: #252831;
	color: #fff;
}
.box-gold{
	background-color: #d2b88a;
	color: #252831;
}
.box-white{
	background-color: #fff;
	color: #252831;
}
.opacity-4{
	opacity: 0.4;
}
.wrapper{
	padding: 0 96px;
}

/* TEXT */
b, .b, strong, .strong {
    font-weight: 700;
}
.text-black{
	color: #252831;
}
.text-white{
	color: #ffffff;
}
.text-gold{
	color: #d2b88a;
}
.small-90{
	font-size: 0.9rem;
}


/* EXTRA */
.centerheightcss{
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transition: translateY(-50%);
	-ms-transition: translateY(-50%);
	-o-transition: translateY(-50%);
}
.zoomthumb, a .zoomthumb{
	transition: all 0.1s ease-in;
	-webkit-transition: all 0.1s ease-in;
	-moz-transition: all 0.1s ease-in;
	-ms-transition: all 0.1s ease-in;
	-o-transition: all 0.1s ease-in;
}
.zoomthumb:hover, a:hover .zoomthumb{
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transition: scale(1.1);
	-ms-transition: scale(1.1);
	-o-transition: scale(1.1);
}
.cube{
	display: block;
}
.responsive{
	display: none;
}
.divascookies {
    border: 3px solid #fff;
    border-radius: 20px;
    left: 50%;
    margin-left: -270px;
    top: 50% !important;
    width: 540px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transition: translateY(-50%);
    -ms-transition: translateY(-50%);
    -o-transition: translateY(-50%);
}
.relative{
	position: relative;
}
.ellipsis {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
}
.fb_iframe_widget,
.fb_iframe_widget span,
.fb_iframe_widget iframe {
    width: 100% !important;
}
.transitions{
	-webkit-transition: all 300ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
	-moz-transition: all 300ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
	-o-transition: all 300ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
	transition: all 300ms cubic-bezier(0.165, 0.840, 0.440, 1.000); /* easeOutQuart */
}
.transitions-easeInQuart{
	-webkit-transition: all 500ms cubic-bezier(0.895, 0.030, 0.685, 0.220); 
	-moz-transition: all 500ms cubic-bezier(0.895, 0.030, 0.685, 0.220); 
	-o-transition: all 500ms cubic-bezier(0.895, 0.030, 0.685, 0.220); 
	transition: all 500ms cubic-bezier(0.895, 0.030, 0.685, 0.220); /* easeInQuart */
}
.animate{
	-webkit-transition: all 500ms cubic-bezier(0.895, 0.030, 0.685, 0.220); 
	-moz-transition: all 500ms cubic-bezier(0.895, 0.030, 0.685, 0.220); 
	-o-transition: all 500ms cubic-bezier(0.895, 0.030, 0.685, 0.220); 
	transition: all 500ms cubic-bezier(0.895, 0.030, 0.685, 0.220); /* easeInQuart */
}
.animate.opacity.off{
	opacity: 0;
}
.animate.scale.off{
	opacity: 0;
	transform: scale(0.6);
	-webkit-transform: scale(0.6);
	-moz-transition: scale(0.6);
	-ms-transition: scale(0.6);
	-o-transition: scale(0.6);
}
.animate.movedx.off{
	opacity: 0;
	right: -100px;
}
.animate.movedx.on{
	right: 0;
}
.animate.movesx.off{
	opacity: 0;
	left: -100px;
}
.animate.movesx.on{
	left: 0;
}