html, a, button, p, h1, h2, h3, h4, div, input, textarea {
	margin:0;
	font-family:"Times New Roman"!important;
	font-size: 16px!important;
	text-size-adjust: auto;
	-ms-text-size-adjust: auto;
	-moz-text-size-adjust: auto;
	-webkit-text-size-adjust: auto;
}
@media screen and (max-width:900px){
	html, a, button, p, h1, h2, h3, h4, div, input, textarea {
		font-size: 13px!important;
	}
}
::-webkit-scrollbar {
	width:5px;
	background:rgba(239,239,239,1);
}

::-webkit-scrollbar-track {
	display:none;
}

::-webkit-scrollbar-thumb {
	background:rgba(89,91,88,0.5);
}
a {
	font-style:italic!important;
	font-weight:bold!important;
	color:black!important;
	transition: color 0.5s;
}

a:hover {
	cursor:pointer;
	color:#C1B39A!important;
	text-decoration:none!important;
	transition: color 0.5s;
}

#cont_sito {
	position:absolute;
	width:100%;
	top:0;
	left:0;
	margin:0;
	padding:0;
	height:auto;
}


								/*    DIV HEADER   */


#header {
	position:relative;
	text-align:center;
}

#cont_present {
	position:relative;
	background:#E5E3E4;
	color:#595B58;
}
	
#present_msg {
	font-size:10px!important;
}

#cont_logo {
	position:relative;
	width:100%;
	height:150px;
	text-align:center;
	float:none;
}

#cont-menu-large {
	position:relative;
	z-index:1000;
	width:100%;
	background:white;
}
#menu-large {
	list-style:none;
}
#menu-large > li {
	width: calc(100%/6);
	float:left;
	text-align:center;
	margin-bottom:10px;
	line-height:1;
}

.menulink,.menulink:not(:hover) {
	color:#595B58!important;
	font-style:normal!important;
	height:20px!important;
	font-size:15px!important;
	font-family:"Times New Roman"!important;
	
}
.menulink:hover {
	color:#E5E3E4!important;
}

	#link-menu-small {
		display:none;
	}
	
#cont-menu-small {
	display:none;
	position:fixed;
	top:0;
	left:0;
	width:100vw;
	height:100vh;
	background:rgba(255,255,255,0.9);
	z-index:2000;
}

#menu-small {
	list-style:none;
	position:fixed;
	top:24vh;
	left:23vw;
	padding-top:2vh;
	padding-bottom:2vh;
	padding-left:2vw;
	padding-right:2vw;
	width:50vw;
	background:#E5E3E4;
}

#menu-small li {
	margin-bottom:3vh;
}

#menu-small li:first-child {
	margin-top:3vh;
}

#menu-small .menulink {
	transition:color 3s!important;
}

#menu-small .menulink:hover {
	transition:color 3s!important;
}

#close_menu_small {
	position:fixed;
	top:25vh;
	right:25vw;
	font-weight:bold;
	font-family:"Times New Roman";
	background:#E5E3E4;
	color:#595B58;
	transition:color 1s;
	border: 1px solid;
}
#close_menu_small:hover {
	color:#C1B39A;
	transition: color 1s;
}


@media screen and (max-width: 800px) {
	#present_msg {
		margin:0;
	}
	#cont-menu-large {
		display:none;
	}
	#link-menu-small {
		display:block;
		width: 20%;
		float: right;
	}
	#icon-menu-small {
		font-size: 25px!important;
		margin-top: 50%;
		transform: translateY(-10px);
    	color:#595B58;
	}
	#cont_logo {
		width: 80%;
		height: auto;
	}

}
							/*    DIV BANNER   */

#cont-banner-large {
	display:flex;
	position:relative;
	margin:0;
	width:100%;
}
#cont-banner-small {
	display:none;
}
.img-banner  {
	width: calc(100%/3);
	float:left;
	padding:2.5px;
	padding-top:0;
	padding-bottom:0;
}
#cont-guida {
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
	width:60%;
	background:white;
	min-height:190px;
}
.left-guida {
	width:25%;
	float:left;
}
.right-guida {
	width:75%;
	float:right;
}
#img-guida {
    position: absolute;
    width: 15%;
    top: 50%;
    left: 12.5%;
    transform: translate(-50%,-50%);
}
.cont-text-guida {
	position:absolute;
	top:10%;
	width:70%;
	overflow:auto;
	overflow-x:hidden;
}

.text-guida {
	margin:0;
	padding: 0;
}
.cont-button-banner {
	position:absolute;
	bottom:10%;
	width:70%;
	left:25%;
}
.banner-button {
	background-color:#595B58;
	color:white;
	padding:0 5px;
	width:48%;
	height:35px;
	padding:1% 2%;
	border:none;
	cursor:pointer;
	font-size:14px!important;
	margin:0 1%;
	float:left;
}

@media screen and (max-width: 799px) {
	#cont-banner-large {
		display:none;
	}
	#cont-banner-small {
		display:block;
		position:relative;
		margin:0;
		width:100%;
	}
	.cont-img-banner-small {
		width:100%;
		float:none;
		clear:both;
	}
	.img-banner {
	    width: calc(100%/2);
	    float: left;
	    padding: 2.5px;
	}
	#cont-guida-small {
		position:relative;
		display:flex;
		width:100%;	
	}
	.left-guida {
		background-image:url(../img/monogram-100x100.png);
		background-position:center;
		background-size:contain;
		background-repeat:no-repeat;
	}
	.right-guida {
		position:relative;
	}
	.cont-text-guida {
		position:relative;
		width:100%;
		margin:0;
		margin-bottom: 5px;
	}
	.text-guida {
		position:relative;
		width:auto;
		font-size:14px!important;
		margin:2% 5%;
	}
	.cont-button-banner {
		position:relative;
		width:98%;
		margin-left:1%;
		bottom:0;
		left:0;
	}
	.banner-button {
		height:30px;
		margin:10px 1%;
	}
}
@media screen and (max-width:799px) and (-Webkit-min-device-pixel-ratio: 2),
 screen and (max-width:799px) and (-moz-min-device-pixel-ratio: 2),
 screen and (max-width:799px) and (-o-min-device-pixel-ratio: 2),
 screen and (max-width:799px) and (min-device-pixel-ratio: 2) {
	 #cont-text-guida {
		 margin-bottom: 5px;
	 }
	.text-guida {
		font-size:12px!important;
	}
	.banner-button {
		font-size:12px!important;
	}
}
							/*    DIV TOSTART   */


#cont_tostart {
	position:relative;
	width:100%;
	background-image:url(../img/texture_tostart.jpeg);
	background-repeat:repeat;
	text-align:center;
	padding-top:2vw;
	padding-bottom: 10vw;
	clear:both;
}
#tostart_cont {
	width:80%;
	margin:0 10%;
	padding:0;
	overflow:hidden;
}
.tostart-subcont {
	float: left;
    padding-right: 2%;
    padding-left: 2%;
}

.tostart_title {
	font-family:"Times New Roman";
	text-align:center;
	font-style:italic;
	font-weight:600;
	letter-spacing:1px;
	color:#595B58;
    padding-right: 8%;
    padding-left: 8%;
	margin-top: 20px;
}
.tostart_subtitle {
	font-family:"Times New Roman";
	text-align:center;
	font-style:italic;
	font-weight:600;
	letter-spacing:1px;
	color:#C1B39A;
	margin-top:10px;
}
.tostart_text {
	font-family:"Times New Roman";
	text-align:justify;
	font-style:italic;
	font-weight:600;
	letter-spacing:1px;
	color:#595B58;
}
.tostart_button {
	border:none;
	color:#595B58;
	background:#C1B39A;
	font-family:"Times New Roman";
	text-align:center;
	width:30%;
	position:relative;
	transition: background 1s ease-in-out;
	transition: color 1s ease-in-out;
	cursor:pointer;
}
.tostart_button:hover {	
	color:white;
	background:#595B58;
}
							/*    DIV WELCOME   */

#cont_welcome {
	position:relative;
	text-align:center;
	font-family:"Times New Roman";
	min-height:600px;
}
.title_welcome {
	font-family:"Times New Roman";
	text-align:center;
	margin-top:50px;
}
.subtitle_welcome {
	font-family:"Times New Roman";
	text-align:center;
	font-weight:600;
	font-style:italic;
	letter-spacing:1px;
}
.left_welcome {
	width:50%;
	float:left;
	height:500px;
	padding-top:50px;
}
.right_welcome {
	width:50%;
	float:right;
	height:500px;
	padding-top:50px;
}
.text_welcome {
	width:70%;
	margin:0 auto;
	padding:2vw;
	text-align:justify;
	border-top: 1px solid #585B58;
	max-height:200px;
	overflow:auto;
	overflow-x:hidden;
}
.img_welcome {
	max-height:450px;
	border:solid 10px #585b59;
}

@media screen and (max-width: 1024px) {
	
	#cont_welcome {
		overflow:auto;
	}

	.left_welcome, .right_welcome {
		width:100%;
		padding-top:50px;
		padding-bottom:50px;
		margin:0;
		height:auto;
	}
}

							/* DIV NEXTLEVEL */


.title_cont_nextlevel {
	margin-top:5px;
	text-align:center;
}
.cont_right_nextlevel {
	background:#E5E3E4;
}
.right_nextlevel {
	width:60%;
	height:auto;
	margin-top: 10%;
	margin-right:auto;
	margin-left:auto;
	margin-bottom: 10%!important;
}

.cont_title_nextlevel {
	text-align:center;
	width:100%;
}
.capolettera_nextlevel {
	margin:0;
	font-style:italic;
	color:#C1B39A;
	font-size:44px!important;
	line-height:1;
}
.title_nextlevel{
	font-style:italic;
	color:#C1B39A;
	font-size:20px!important;
	line-height:1;
	margin-top:10px;
	}
.subtitle_nextlevel {
	font-style:italic;
	font-weight:600;
	text-align:center;
	margin-top:10px;
}
.text_nextlevel {
	text-align:justify;
	margin-top:10px;
}

.button_nextlevel {
	border:none;
	color:#595B58;
	background:#C1B39A;
	font-family:"Times New Roman";
	text-align:center;
	width:100%;
	position:relative;
	margin-bottom:5px;
	transition: background 1s ease-in-out;
	transition: color 1s ease-in-out;
	cursor:pointer;
}
.button_nextlevel:hover {
	color:white;
	background:#595B58;
}

							/*    DIV SERVICES   */
							
#services_cont {
	width:80%;
	margin:50px auto;
}

.text_services {
	text-align:justify;
}

.button_services {
	vertical-align:baseline;
	border:none;
	color:#595B58;
	background:#C1B39A;
	font-family:"Times New Roman";
	text-align:center;
	width:100%;
	position:relative;
	margin-bottom:5px;
	transition: background 1s ease-in-out;
	transition: color 1s ease-in-out;
	cursor:pointer;
}
.button_services:hover {
	color:white;
	background:#595B58;
}

#text_consult {
	position:relative;
	clear:both;
	float:none;
	width:50%;
	left:25%;
	padding:10px;
	border-top:solid 2px #595B58;
	border-bottom:solid 2px #595B58;
	text-align:center;
	color:#595B58;
	transition: border 1s ease-in-out;
	transition: color 1s ease-in-out;
	transition: background 1s ease-in-out;
	cursor:pointer;
}

#text_consult:hover {
	border-top:solid 2px #E5E3E4;
	border-bottom:solid 2px #E5E3E4;
	color:#E5E3E4;
	background:#595B58;
}
	
							/*    DIV LIGHT BOX SERVICES */

#LB_packages {
	display:none;
    width: 100%;
    height: 100%;
}
#LB_lucidatura {
	display:none;
}
#LB_valutazione {
	display:none;
}
#LB_project {
	display:none;
}
.cont_packages {
	position:fixed;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	background-color:#E5E3E4;
	z-index:1000;
}
.cont_data_package {
	margin:10vh 0;
	height:70vh;
}
.cont_service {
	float:left;
	width:50%;
	height:100%;
	overflow:auto;
	overflow-x:hidden;
	font-family:"Times New Roman";
	background-image:url(../img/back-packages.png);
	background-position:center center;
	background-repeat:no-repeat;
	background-size:70%;
}
#cont_img_pkg {
	float:right;
	width:50%;
	height:100%;
	background-image:url(../img/pc-packages.png);
	background-position:center center;
	background-repeat:no-repeat;
	background-size:80%;
}
.data_service {
	width:80%;
	margin:0 auto;
}
.line_horiz {
	width:90%;
	margin:30px auto;
	border-top: #595B58 3px double;
	border-radius:30%;
}

.pretitle_service {
	font-weight:bold;
	color:#595B58;
}
.title_service {
	font-weight:bold;
	font-style:italic;
	color:#C1B39A;
	text-align:center;
}
.text_service {
	color:#595B58;
	text-align:justify;
	padding-left:5%;
	padding-right:5%;
	max-height:65vh;
	overflow:auto;
	overflow-x:hidden;
}
#img_packages {
	float:right;
	width:auto;
	height:50%;
	margin:25% 0;
}
.borderside {
	border-left:2px solid rgba(0, 0, 0, 0.15);
	border-right:2px solid rgba(0, 0, 0, 0.15);
}
.borderertopdown {
	border-top:2px solid rgba(0, 0, 0, 0.15);
	border-bottom:2px solid rgba(0, 0, 0, 0.15);
}
.close_LB {
	position:absolute;
	top:3%;
	left:95%;
	font-family:"Times New Roman";
	background:#E5E3E4;
	color:#595B58;
	transition: color 1s;
}
.close_LB:hover {
	color:#C1B39A;
	transition: color 1s;
}
								/*    DIV PORTFOLIO   */
		
		
								
#cont_portfolio {
	position:relative;
	width:100%;
}
#img_portfolio {
	width:90%;
	margin:0 5%;
}
#timbro {
	position:absolute;
	z-index:500;
	left:68%;
	top:40%;
	width:15%;
}
.circle {
	width:3vw;
	height:3vw;
	border-radius:50%;
	z-index:500;
	float:left
}
#cerchio1 {
	position:absolute;
	top:10vw;
	left:19vw;
	background:lightblue;
}
#cerchio2 {
	position:absolute;
	top:10vw;
	left:23vw;
	background:#3861ac;
}
#cerchio3{
	position:absolute;
	top:10vw;
	left:27vw;
	background:#b9a96b;
}

#cont_text_portfolio {
	position:absolute;
	top:10%;
	left:45%;
	width:30%;
	text-align:center;
	z-index:750;
}
#title_portfolio {
	color:#595B58;
	font-style:italic;
	font-weight:bold;
	margin-bottom: 5px;
	font-size: 22px!important;
}
#button_portfolio {
	border:1px solid;
	padding-top:6px;
	padding-bottom:6px;
	padding-left:16px;
	padding-right:16px;
	background:none;
	color:#595B58;
	transition: color 1s ease-in-out;
	transition: background 1s ease-in-out;
	cursor:pointer;
}

#button_portfolio:hover {
	color:white;
	background:#595B58;
}

@media screen and (max-width:799px) and (-Webkit-min-device-pixel-ratio: 2),
 screen and (max-width:799px) and (-moz-min-device-pixel-ratio: 2),
 screen and (max-width:799px) and (-o-min-device-pixel-ratio: 2),
 screen and (max-width:799px) and (min-device-pixel-ratio: 2) {
	
#cont_text_portfolio {
	position:relative;
	left: 0;
	top: 0%;
	margin-bottom:50px;
	width:100%;
}
}

								/*    DIV FEEDBACK   */
								
								
#cont_feedback {
	position:relative;
	padding:75px 0;
	width:100%;
	text-align:center;
	background-image: url("../img/allpages/bg_review-2500x2500.jpg");
}

#title_feedback {
	color:#595B58;
	font-weight:bold;
	margin-bottom:30px;
}

#text_feedback {
	font-style:italic;
	font-weight:bold;
	color:#595B58;
}


								/*    DIV CLIENTS   */
								
								
#cont_clients {
	position:relative;
	width:80%;
	padding:30px 0;
	margin-left:10%;
	text-align:center;
}

#title_clients {
	font-family:"Times New Roman";
	font-size:15px!important;
}

								/*	DIV NEWSLETTER	*/

#cont_newsletter {
	background:url(../img/bg-brand-challenge-2500x1800.jpg) no-repeat center;
	background-size:cover;
	width:100%;
	padding-top:50px;
	padding-bottom:50px;
}
.pretitle_newsletter {
	text-align:center;
	color:#C1B39A;
	font-style:italic;
	font-weight:bold;
	margin-top:10px;
}
.title_newsletter {
	text-align:center;
	color:#595B58;
	font-style:italic;
	font-weight:bold;
	margin-top:10px;
}
.text_newsletter {
	width:30%;
	margin:0 auto;
	text-align:justify;
	color:#595B58;
}
.button_newsletter {
	position:relative;
	border:none;
	color:#595B58;
	background:#C1B39A;
	text-align:center;
	width:auto;
	margin:0 auto;
	transition: background 1s ease-in-out;
	transition: color 1s ease-in-out;
	cursor:pointer;
	padding-right:5vw;
	padding-left:5vw;
}
.button_newsletter:hover {
	color:white;
	background:#595B58;
}

@media screen and (max-width: 799px) {
	.text_newsletter {
		width:80%;
	}
}
								/* DIV PROJECTS */

#cont_projects {
	width:100%;
}
.title_projects {
	margin:50px auto;
	color:#595B58;
	text-align:center;
	font-style:italic;
	font-weight:bold;
}
	
.img_projects {
	width:100vw;
	margin:0 auto;
}
								/* DIV INVITATIONS  */
								
#cont_invitations {
	background:url(../img/bg-inviti-nozze-2500x1000.jpg) no-repeat center;
	background-size:cover;
	width:100%;
	margin:100px 0;
	padding-top:100px;
	padding-bottom:100px;
}
/* per altri stili vedi sezione "newsletter"*/


								/* DIV CONTACTS	*/


.cont_right_contacts {
	background:#E5E3E4;
}
.right_contacts {
	width:70%;
	margin:50px auto;
}

.pretitle_contacts {
	margin:3px;
	font-style:italic;
	color:#C1B39A;
	}
	
.title_contacts {
	font-style:italic;
	font-weight:600;
}
.text_contacts {
	text-align:justify;
}
.input_contacts {
	border:#595B58 solid 1px;
	border-radius:5px;
	height:20px;
	padding:3px;
	color:#595B58;
}
.textarea_contacts {
	border:#595B58 solid 1px;
	border-radius:5px;
	color:#595B58;
}

.button_contacts {
	border:none;
	color:#595B58;
	background:#C1B39A;
	text-align:center;
	width:50%;
	margin:20px 25%;
	transition: background 1s ease-in-out;
	transition: color 1s ease-in-out;
	cursor:pointer;
}
.button_contacts:hover {
	color:white;
	background:#595B58;
}

								/*    DIV FOOTER   */
								
#footer {
	position:relative;
	width:100%;
	text-align:center;
	margin:20px 0;
}

#menu_socials {
	padding:0;
	width: 60%;
	max-width:400px;
	margin:20px auto;
}

.social {
	width: calc(100%/5);
	text-align:center;
    list-style: none;
	float:left;
}

.link_social,.link_social:visited {
    color: #595B58!important;
	text-decoration:none;
}

.social:hover,.link_social:hover,.link_social:active {
	color:#C1B39A!important;
	cursor:pointer;
	transition:1s;
}

.icon_social {
	font-size:25px!important;
}

.cont_credits {
	position:relative;
	clear:both;
	padding-top:50px;
	text-align:center;
	color: #595B58;
	letter-spacing:1px;
	font-size:13px!important;
	margin-bottom:10px;
}
.link_credits,.link_credits:visited {
    color: #595B58!important;
	text-decoration:none;
	font-size:13px!important;
}


 .link_credits:hover,.link_credits:active {
	color:#C1B39A!important;
	cursor:pointer;
	transition:1s;
}
.name_credits {
	font-style:italic;
}

					/*	DIV TORNA SU */

#tornasu {
	position:fixed;
	bottom:2vw;
	right:1vw;
	z-index:900;
	display:none;
}
					/*	DIV COOKIE */

#cont_cookie {
	position:relative;
	width:80%;
	background-image:url(../img/texture_tostart.jpeg);
	background-repeat:repeat;
	text-align:left;
	padding-top:2vw;
	padding-bottom: 10vw;
	padding-left:10vw;
	padding-right: 10vw;
	clear:both;
}
