 /*
*	RESET AND BASIC SETTINGS
*	external-fonts
*	general
*	reset
*/
/*	external-fonts	*/
@import url(https://fonts.googleapis.com/css?family=Ubuntu:300,400,700);



/*	general	*/
body{
	background-color:#ffffff;
	margin:0px;
	padding:0px;
	color:#666666;
	font-family: 'Ubuntu', sans-serif;
	-webkit-font-smoothing: antialiased;
	font-style: normal;
    font-weight: normal;
    line-height: 1;
}
.pointer{cursor:pointer;}
.full{width:100%;}
.half_full{width:50%;}
.row_full{
    width: 100% !important;
    max-width: 100% !important;
		padding:0px;
}
/*	reset	*/
img{border:0px;}
form{margin:0px;padding:0px;}
ul{margin:0px;padding:0px;}
h2{margin:0px;padding:0px;font-weight:normal;}
h3{margin:0px;padding:0px;font-weight:normal;}
h4{margin:0px;padding:0px;font-weight:normal;}
h5{margin:0px;padding:0px;font-weight:normal;}
h6{margin:0px;padding:0px;font-weight:normal;}
.clear {clear: both}

.rolling {
	background-image: url(images/oval.svg);
	background-size: 30px 30px;
	background-position: center center;
	background-repeat: no-repeat;
	height: 53px;
}

/*
*	TEXT
*	font-size
*	font-color
*	font-family
*	link			***todo
*/
/*	font-size*/
.size6{font-size:6px !important;}
.size8{font-size:8px !important;}
.size9{font-size:9px !important;}
.size10{font-size:10px !important;}
.size11{font-size:11px !important;}
.size12{font-size:12px !important;}
.size13{font-size:13px !important;}
.size14{font-size:14px !important;}
.size15{font-size:15px !important;}
.size16{font-size:16px !important;}
.size17{font-size:17px !important;}
.size18{font-size:18px !important;}
.size19{font-size:19px !important;}
.size20{font-size:20px !important;}
.size21{font-size:21px !important;}
.size22{font-size:22px !important;}
.size23{font-size:23px !important;}
.size24{font-size:24px !important;}
.size25{font-size:25px !important;}
.size26{font-size:26px !important;}
.size27{font-size:27px !important;}
.size33{font-size:33px !important;}
.size30{font-size:30px !important;}
.size35{font-size:35px !important;}
.size45{font-size:45px !important;}

/*	color	*/
.bianco{color:#ffffff !important;}
.grigio1{color:#999999 !important;}
.grigio2{color:#666666 !important;}
.giallo1{color:#dddddd !important}
.azzurro{color:#2E77E0 !important;}
.azzurro3{color:#54a8df !important;}
.nero{color:#000000 !important;}
.rosso{color:#e7363c !important;}
.rosso2{color:#e7363c !important;}
.rosso3{color:#df0213 !important;}
.verde{color:#4B8E53 !important;}
.verde1{color:#80C0FE !important;}

/*	link	*/
a{color:#666666;}
a:hover{color:#000000;}
a:focus{color:#000000;}
.link_nero{color:#3d4654 !important;}
.link_nero:hover{color:#e7363c !important;text-decoration:underline;}
.link_nero:focus{color:#e7363c !important;}
.link_bianco{color:#ffffff !important;text-decoration:underline;}
.link_bianco:hover{color:#4289c0 !important;}
.link_bianco:focus{color:#4289c0 !important;}

/*	text-decoration	*/
.nodecoration{text-decoration:none !important;}
.underline{text-decoration:underline !important;}
.bold{font-weight:bold !important;}
.bold-400{font-weight:400 !important;}
.dotted{border-bottom:1px dotted #cccccc !important;}
.lighter{font-weight:lighter !important;}
.barrato{text-decoration:line-through !important;}
.center{text-align:center !important;}
.text_center{text-align:center !important;}
.text_right{text-align:right !important;}
.text_justify{text-align:justify !important;}
.border_red{border:1px solid #EC712D !important;}
.upper{text-transform:uppercase !important;}
.lower{text-transform:lowercase !important;}
.text-line-margin{margin-top:10px !important;}

/*
*	BUTTON
*/
.bt-middle{min-width:40%;}
.bt-green{
	border-radius: 10px;
	padding:12px 20px 12px 20px !important;
	background-color:#4289c0 !important;
	color:#ffffff !important;
}
.bt-green:hover{
	background-color: #1c4b70 !important;
	color:#ffffff !important;
}
.bt-green:focus{
	background-color:#1c4b70 !important;
	color:#ffffff !important;
}


/*
*
*
*	CUSTOMIZATION
*
*/
/*	general	*/
#cont-page{
	min-height:600px;
	/**/
	margin-top: 81px;
}
/* 	cookies-bar	*/
.cookies-bar{
	background-color:#4289c0;
	color:#ffffff;
	padding:10px;
	z-index: 9999;
	position: fixed;
	width:100%;
	bottom:0px;
}
.cookies-bar a{
	color:#ffffff;
	text-decoration: underline;
}
.cookies-bar .button{
		margin: 0 20px;
    padding: 10px 20px;
    border-radius: 10px;
    background-color: #fff;
    color: #999;
}



#logo_big{
	width: 160px;
	top: 24px;
	position: relative;
}





/*-------------------------------------		SCROLL BAR	------------------------------------------*/
/* width */
::-webkit-scrollbar {
    width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #eeeeee;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #4289c0;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #1c4b70;
}
/*-------------------------------------		FINE SCROLL BAR	------------------------------------------*/














/**************************************************************** ØBRAND *********************************************/
.home{
	position:relative;
	top:80px;
}

/******** ROW 1 *******/
.row-1{
	padding:15vw;
	background-image:url('../images/creativita/slide1.jpg');
	background-size: cover;
	background-repeat: no-repeat;
}
.overlay{
	z-index: 99;
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
}
.row-1 .content-text{
	color: #eeeeee;
	width:50%;
}

.row-1 .content-text h1{
	color: #eeeeee;
	font-size: 50px;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 50px;
	margin-bottom: 30px;
}
.row-1 .content-text h1 span.higlight{
	color:#4289c0;
}
.row-1 .content-text p{
	margin-left:5px;
	font-size:18px;
	margin-bottom:30px;
}
.row-1 .content-text .sub-title{
	font-size:25px;
}


/* san pellegrino terme */
 .row-1.spt{
	 position: relative;
	 background-image:url('../images/creativita/sanpellegrinoterme/1.jpg');
 }
 .row-1.spt .content-text{
	 z-index: 999;
	 position: relative;
 }

/******** FINE ROW 1 *******/



/******** ROW 2 *******/
.row-2{
	padding:10vw 3vw;
	background-color: #537d9e;
	color:#ffffff;
	text-align:center;
	font-weight: 700;
	font-size: 40px;
}
.row-2.contattaci{
	padding:15vw 3vw;
}
.row-2 img{
    width: 60%;
    border: 3px solid #fff;
    margin-bottom: 20px;
}


.box-servizi{
	min-height: 500px;
	background-color: #fff;
	color: #515469;
	padding: 20px 30px;
	margin: 20px;
	border: 8px solid #314d63;
	width: calc(33% - 40px);
}
.box-servizi ul{
	margin-left: 20px;
}


/******** FINE ROW 2 *******/



/******** ROW 3 *******/
.row-3{
	padding:10vw;
	background-color: #eeeeee;
	color:#515469;
}
.row-3 .title, .row-4 .title, .row-2 .title{
	text-align: center;
	font-size: 55px;
	text-transform: uppercase;
	font-weight: lighter;
	margin-bottom:60px;
}
.row-3 p{
	text-align: center;
	font-size: 18px;
	font-weight: lighter;
}
.row-3 .img_schema{
	margin:60px 0px 150px;
}
.row-3 .box-servizi{
	min-height: 800px;

	/*background-color: #fff;
	color: #515469;
	padding: 20px 30px;
	margin: 20px;*/
	border: unset;
	width: calc(50% - 40px);
}

 .row-3 .box-servizi p{
	 text-align: left;
 }


/* div orbit row case history*/
.orbit li div{
	margin: 1%;
	float: left !important;
	position: relative;
	line-height: 15px;
	border: 10px solid #f2eceb;
	padding: 0;
	width: 48%;
}

#orbit_banner_2 li img{
	border: 1px solid #ffffff;
	border-radius:10px;
	padding: 3px;
	float: left !important;
	position: relative;
}

/******** FINE ROW 3 *******/




/******** ROW 4 *******/
.row-4{
	padding:15vw 2vw;
	background-color: #ffffff;
	color:#515469;
	background-position: right;
	background-repeat: no-repeat;
	background-size: contain;
}
/*.row-4 .title{
	font-size: 55px;
	text-transform: uppercase;
	font-weight: lighter;
	margin-bottom:60px;
}
.row-4 .solutions .element{
	margin-bottom: 20px;
	float: left;
	width: 100%;
	text-shadow: 2px 1px 1px #ffffff;
}
.row-4 .solutions .bt{
	cursor:pointer;
	position: relative;
	color:#c2c2c2;
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 700;
	width: calc(100% - 15px);
	float: left;
	margin-bottom: 10px;
}
.row-4 .solutions .bt:hover, .row-4 .solutions .bt.active{
	color:#000000;
}
.row-4 .solutions .number{
	position: relative;
	font-weight: 700;
	font-size: 18px;
	width: 15px;
	float: left;
	color:#b9b9b9;
}
.row-4 .solutions .number.active{
	color:#41d5bc;
	position: relative;
	width: 15px;
	float: left;
	font-size: 60px;
	font-weight: 700;
	left: -23px;
	top: -10px;
}
.row-4 .solutions .content{
	display:none;
	position: relative;
	float:left;
	margin-left: 15px;
	margin-top: -30px;
}
.row-4 .bt-action{
		margin-top:60px;
		left:-15px;
}*/
/******** FINE ROW 4 *******/



/******** ROW 5 *******/
.row-5{
	padding:10vw;
	background-color: #ff2476;
}
.row-5 .title{
	text-align: center;
	font-size: 55px;
	text-transform: uppercase;
	font-weight: 700;
	margin-bottom:60px;
	color:#ffffff;
}
.row-5 p{
	color:#1a1b29;
	text-align: center;
	font-size: 18px;
	font-weight: lighter;
}
/******** FINE ROW 5 *******/






/******** ROW 6 *******/
img.sigillo{
	margin:30px;
}
/******** FINE ROW 6 *******/


/******** ROW 7 *******/

.contattaci .bt-green{
	padding:12px 60px 12px 60px !important;
	margin-top:30px;
}
.contattaci input[type="checkbox"]{
	padding: 0px !important;
  height: 20px !important;
  margin-right: 10px;
  margin-top: 22px;
  position: absolute;
}
.privacy.link_bianco{
	display: inline-block;
	margin-left: 25px;
}
/******** FINE ROW 7 *******/


/******** ROW FOOTER *******/
.footer img.logo{
	width:120px;
	margin-left:-13px;
}
.footer .logo_content{
	margin-bottom:15px;
}
.footer .title_content{
	font-weight: 700;
	margin-bottom:5px;
}
.footer .text_content{
	font-weight: lighter;
	margin-bottom:15px;
}
.footer .contact_content{
		font-weight: lighter;
		margin-top:35px;
		color:#515469;
		line-height: 20px;
}
.footer .contact_content a{
	color:#515469;
	font-weight: bold;
}
.footer .contact_content a:hover, .footer .legal a:hover{
	color:#b0cfb2;
}
.footer .legal{
	margin-top: 20px;
	text-transform: uppercase;
	line-height: 30px;
	font-size: 18px;
}
.footer .legal a{
	color:#53463a;
}
.footer .newsletter{
	margin-top: 60px;
}
.footer .newsletter input[type="text"]{
	margin-top: 15px;
	margin-bottom: 0px;
	display: inline;
	width: calc(100% - 70px);
}
.footer .newsletter a.bt-go{
	display: inline-block;
	width: 50px;
	height: 32px;
	text-align: center;
	margin-bottom: 17px;
}
.footer .newsletter input[type="checkbox"]{
	margin-top: 0px;
	position: absolute;
}
.footer .newsletter .news_privacy{
	font-size: 12px !important;
	text-transform: lowercase;
	display: inline;
	position: absolute;
	margin-top: -10px;
	margin-left: 25px;
}
.footer .newsletter input[type="text"], input:focus{
	background-color: transparent !important;
	border:0px !important;
	border-bottom:1px solid #515469 !important;
	box-shadow: unset !important;
	color: #515469 !important;
	padding:5px !important;
	height:30px !important;
}

/******** FINE ROW FOOTER *******/



/******** ROW COPY *******/
.copyright{
	background-color: #51545e;
	padding:20px;
	text-align: center;
	color: #a5b3ba;
}
/******** FINE ROW COPY *******/


/* form */
.has-error{
	border-bottom:1px solid #ff2476 !important;
}

input[type="password"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="month"], input[type="week"], input[type="email"], input[type="number"],
input[type="search"], input[type="tel"], input[type="time"], input[type="url"], input[type="color"], input[type="text"], textarea, select,input:focus{
	background-color: transparent !important;
	border:0px !important;
	border-bottom:1px solid #ffffff !important;
	box-shadow: unset !important;
	color: #777777 !important;
	padding:5px !important;
	height:60px !important;
}

.confirm-box{
	width: 100%;
	color: #81c295;
	/*padding: 0px 10px 30px;*/
	font-size: 14px;
	margin-top: -10px;
}
