/* ---------------------------------------------------------------------- */
/*	Basic Elements & Classes
/* ---------------------------------------------------------------------- */

html, body {
	height:100%;
}

body {
	color: #666;
	font-size:14px;
	line-height:17px;
	font-family:"proxima-nova","Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight:400;
}



h2 {
	font-family: Arial, sans-serif;
	font-size:18px;
	line-height:21px;
}

a, .a {
  color: #999;
  text-decoration:none;
  -webkit-transition: color 500ms ease 0s;
  -moz-transition: color 500ms ease 0s;
  -ms-transition: color 500ms ease 0s;
  -o-transition: color 500ms ease 0s;
  transition: color 500ms ease 0s;
}

a:visited, .a:visited {
  color: #999;
}

a.current, a:hover, .a.current, .a:hover {
  color: #243f31;
  text-decoration:none;
}

a.black {
  color: #111;
}

a.black:visited {
  color: #111;
}

a.black.current, a.black:hover {
  color: #999;
}

a.grey {
	color:#999;
}

a.grey:visited, .a.grey:visited {
  color: #999;
}

a.current.grey, a.grey:hover, .a.current.grey, .a.grey:hover {
  color: #333;
  text-decoration: none;
}

a.lightgrey {
	color:#999;
}

a.lightgrey:visited, .a.lightgrey:visited {
  color: #999;
}


hr {
	border-bottom:1px solid #CCC;
	border-top:0px solid #CCC;
	margin: 10px 0;
}

hr.light {
	border-bottom:1px solid #EEE;
	border-top:0px solid #CCC;
	margin: 10px 0;
}

hr.grey {
	border-bottom:1px solid #CCC;
	border-top:0px solid #CCC;
	margin: 10px 0;
}

hr.small.grey.m0 {
	border-bottom:0px solid #CCC;
	border-top:1px solid #CCC;
	margin:9px auto 20px auto;
	width:160px;
}

hr.black {
	border-bottom:1px solid #111;
	border-top:0px solid #111;
	margin:10px auto;	
}

hr.small {
	border-bottom:1px solid #FFF;
	border-top:1px solid #FFF;
	margin:10px auto;
	width:100px;
}

hr.small.black {
	border-bottom:0px solid #111;
	border-top:1px solid #111;
	margin:19px auto 20px auto;
	width:160px;
}

hr.small.black.m0 {
	border-bottom:0px solid #111;
	border-top:1px solid #111;
	margin:9px auto 10px auto;
	width:160px;
}

hr.xsmall.black {
	border-bottom:1px solid #111;
	border-top:1px solid #111;
	margin:10px auto 20px auto;
	width:55px;
}

hr.big {
	margin:25px -25px;
}

select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {  
	
	-webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0.075);
	-moz-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 0 0 rgba(0, 0, 0, 0.075);
	outline: 0 none;  
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	background-color: #FFF;
	border-color: #D8D8D8;
	color: #222;
	cursor: auto;
	font-size: 13px;
	font-weight: normal;
	/*
	height: 36px;
	padding-bottom: 10px;
	padding-left: 6px;
	padding-right: 6px;
	padding-top: 10px;
	*/
		  
}

select {
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	text-indent: 0.01px;
	text-overflow: '';
	background:url(/ceg/img/arrow-select.png) no-repeat right center;
	line-height:inherit;
	outline: 0 none;
}

select.rossi {
	background:url(/ceg/img/arrow-select-rossi.png) no-repeat right center;
	background-color:#a53d39;
	border-color:#8d3431;
	color:#FFF;	
}

select.rosati {
	background:url(/ceg/img/arrow-select-rosati.png) no-repeat right center;
	background-color:#bd7d6d;
	border-color:#a26b5d;
	color:#FFF;
}

select.bianchi {
	background:url(/ceg/img/arrow-select-bianchi.png) no-repeat right center;
	background-color:#838486;
	border-color:#717173;
	color:#FFF;	
}

input[type="submit"], input[type="button"], .button {
	-webkit-transition: all 500ms ease 0s;
	-moz-transition: all 500ms ease 0s;
	-ms-transition: all 500ms ease 0s;
	-o-transition: all 500ms ease 0s;
	transition: all 500ms ease 0s;
	-webkit-appearance: none;
	-moz-appearance: none;
	background: #45584B;
	border-radius: 0;
	color: #FFFFFF !important;
	display: inline-block;
	font: inherit;
	letter-spacing: 1px;
	text-align: center;
	padding: 10px 20px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border: none;
	cursor: pointer;
	text-decoration:none;
	font-weight:100;
	font-size:16px;
}

input[type="submit"].disabled, input[type="button"].disabled, .button.disabled {
	background: #cccccc;
	color: #333333;
	cursor: default;
}

input[type="submit"].disabled:hover, input[type="button"].disabled:hover, .button.disabled:hover {
	background: #cccccc;
}

input[type="submit"]:hover, input[type="button"]:hover, .button:hover {
	background: #111;
	text-decoration:none;
}

label {
	color:#666;
	cursor: pointer;
	font-weight: 400;
	line-height: 19px;
	margin-bottom: 2px;
}

.control-group {
	margin-bottom:0;
}

.control-group .error {
	border-left-color:#b40421 !important;
}


.border-left-error { border-left-color: #C00 !important; }

.border-bottom-dotted {
	border-bottom:1px dotted #CCC;
	margin-bottom:10px;
}

.border-top-dotted {
	border-top:1px dotted #CCC;
	padding-top:10px;
}

.border-bottom-yellow {
	border-bottom:4px solid #ffcc33;
}

.p5 {
	padding:5px;
}

.p10 {
	padding:10px;
}

.p20 {
	padding:20px;
}

.pb10 {
	padding-bottom:10px !important;
}

.pl10 {
	padding-left:10px !important;
}

.pl30 {
	padding-left:30px !important;
}

.pl0 {
	padding-left:0 !important;
}

.m0 {
	margin:0;
}

.mt0 {
	margin-top:0px !important;	
}

.mt5 {
	margin-top:5px !important;	
}

.mt20 {
	margin-top:20px !important;	
}

.mt30 {
	margin-top:30px !important;	
}

.mt40 {
	margin-top:40px !important;	
}

.mb20 {
	margin-bottom:20px !important;	
}

.mb25 {
	margin-bottom:25px !important;	
}

.mb30 {
	margin-bottom:30px !important;	
}

.mb40 {
	margin-bottom:40px !important;	
}

.mb60 {
	margin-bottom:60px !important;	
}

.mb80 {
	margin-bottom:80px !important;	
}

.mb0 {
	margin-bottom:0 !important;	
}

.mr60 {
	margin-right:60px !important;	
}

.mr40 {
	margin-right:40px !important;	
}

.mr30 {
	margin-right:30px !important;	
}

.mr25 {
	margin-right:25px !important;	
}

.mr20 {
	margin-right:20px !important;	
}


.mr15 {
	margin-right:15px !important;	
}

.mr20 {
	margin-right:20px !important;	
}

.mr5 {
	margin-right:5px !important;	
}

.ml35 { 
	margin-left:35px !important;	
}

.ml30 { 
	margin-left:30px !important;	
}

.ml20 { 
	margin-left:20px !important;	
}

.ml15 { 
	margin-left:15px !important;	
}

.ml10 { 
	margin-left:10px !important;	
}

.cred {
	color: #C00 !important;
}
.cgreen {
	color: #0C0 !important;
}

.line-through { text-decoration:line-through; color:inherit !important; opacity:0.6; }

.hidden {
	display: none !important;
	visibility: hidden !important;
}

big {
	font-size:1.2em !important;
}

small {
	font-size:0.8em !important;
	line-height:0.8em !important;
}

.text-red {
	color:#ED6457 !important;
}

.text-blue {
	color:#25428d !important;
}

.text-white {
	color:#FFF !important;
}

.text-black {
	color:#111 !important;
}

.text-dark-grey {
	color:#333 !important;
}

.text-light-grey {
	color:#CCC !important;
}

.text-grey {
	color:#999 !important;
}

.text-green {
	color:#243f31 !important;
}

.text-big {
	font-size:54px !important;
	line-height:54px !important;
}

.text-light {
	font-weight:100;	
}

.text-small {
	font-size:12px;
	line-height:14px;
}

.text-helvetica {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	letter-spacing:1px;
}

.text-times {
	font-family: "Times New Roman", serif;
	font-size:18px;
}

.text-georgia {
	font-family: Georgia, "Times New Roman", serif;
	font-size:18px;
}

.text-times small {
	font-size:0.9em !important;
	line-height:0.9em !important;
}

.text-ls1 {
	letter-spacing:1px;	
}

.text-ls1 small {
	font-size:0.95em !important;
}

.bg-white {
	background:#FFF;
}

.two-column {
	-moz-column-count:2; /* Firefox */
	-webkit-column-count:2; /* Safari and Chrome */
	column-count:2;
	-moz-column-gap:14px; /* Firefox */
	-webkit-column-gap:14px; /* Safari and Chrome */
	column-gap:14px;
}

.five-column {
	-moz-column-count:4; /* Firefox */
	-webkit-column-count:4; /* Safari and Chrome */
	column-count:4;
	-moz-column-gap:20px; /* Firefox */
	-webkit-column-gap:20px; /* Safari and Chrome */
	column-gap:20px;
}

/* ---------------------------------------------------------------------- */
/*	Header
/* ---------------------------------------------------------------------- */

#header {
	width:100%;
	padding:0;
	margin:0;
}

#header .container {
	position:relative;
	margin-top:40px;
}

#header .logo {
}

#header .menu {
}

#header .menu li a {
	color:#666;
	padding:0 4px;
	margin:0;
	display:block;
	text-decoration:none;
}

#header .menu li a:visited {
	color:#666;
}

#header .menu li a:hover {
	color:#111;
}

#header .menu li.active a {
	color:#111;
}


/* ---------------------------------------------------------------------- */
/*	Content
/* ---------------------------------------------------------------------- */

.main {
	position:relative;
}

.main .container {

}

.box-life {
	border:2px solid #111;
	background:#EFEFEF;
	padding:20px 20px 10px 20px;
	margin-bottom:10px;
}


.sublist li {
	line-height:17px;	
}

.sublist li a {
	color:#111;
}

.sublist li.active a {
	color:#999;
}

.sublist li a:hover {
	color:#999;
}



/* ---------------------------------------------------------------------- */
/*	Footer
/* ---------------------------------------------------------------------- */

#footer {
	margin-top:20px;
	padding-bottom:40px;
	font-size:11px;
}

/* ---------------------------------------------------------------------- */
/*	Slide Home
/* ---------------------------------------------------------------------- */

#slideshow-home, #slideshow-home-mobile {
	width:940px;
	height:390px;
	background-color:#000;
	margin:0;
	color:#666;
	border-bottom:6px solid #111;
	overflow:hidden;
}

#slideshow-home.rsMinW .rsArrow, #slideshow-home-mobile.rsMinW .rsArrow {
	height: 390px;
	width: 25px;
	position: absolute;
	display: block;
	cursor: pointer;
	z-index: 21;
	background:#FFF;
	opacity:0.8;
}

#slideshow-home.rsMinW .rsArrowLeft, #slideshow-home-mobile.rsMinW .rsArrowLeft {
	left: -25px;
	bottom: 0;
	top:0;
	right:auto;
	background:url(/ceg/img/arrow-left.png) #FFF center center no-repeat;
}

#slideshow-home.rsMinW .rsArrowRight, #slideshow-home-mobile.rsMinW .rsArrowRight {
	right: -25px;
	bottom: 0;
	top:0;
	background:url(/ceg/img/arrow-right.png) #FFF center center no-repeat;
}

#slideshow-home.rsMinW .rsArrowIcn, #slideshow-home-mobile.rsMinW .rsArrowIcn {
	width: 25px;
	height: 340px;
	margin: 0px;
	position: absolute;
	cursor: pointer;
	border-radius: 0px;
	background:none;
}



/* ---------------------------------------------------------------------- */
/*	Isotope
/* ---------------------------------------------------------------------- */

.isotope-item {
  z-index: 2;
}

.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}

.isotope,
.isotope .isotope-item {
  /* change duration value to whatever you like */
  -webkit-transition-duration: 0.8s;
     -moz-transition-duration: 0.8s;
      -ms-transition-duration: 0.8s;
       -o-transition-duration: 0.8s;
          transition-duration: 0.8s;
}

.isotope {
  -webkit-transition-property: height, width;
     -moz-transition-property: height, width;
      -ms-transition-property: height, width;
       -o-transition-property: height, width;
          transition-property: height, width;
}

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
     -moz-transition-property:    -moz-transform, opacity;
      -ms-transition-property:     -ms-transform, opacity;
       -o-transition-property:      -o-transform, opacity;
          transition-property:         transform, opacity;
}

/**** disabling Isotope CSS3 transitions ****/

.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
     -moz-transition-duration: 0s;
      -ms-transition-duration: 0s;
       -o-transition-duration: 0s;
          transition-duration: 0s;
}

/* ---------------------------------------------------------------------- */
/*	Scroller
/* ---------------------------------------------------------------------- */

.contentHolder { 
	position:relative;
	margin:20px 0;
	padding:0px;
	/*height: 830px;
	overflow: hidden;*/
	border-right:1px solid #CCC;
}
.contentHolder .content {
	padding-right:29px;
}

/*SWF CUSTOM*/

@media screen and (max-width: 480px) {#cookie  {width: 92% !important;}}

.modal {    height: auto;
    overflow-y: auto;
    width: 90%;
    left: 5%;
    right: 5%;
    float: none;
    margin-left: 0px;
    margin-right: 0px;
    padding: 20px;
    top: 5%;
    bottom: 5%;
    border-radius: 0px;
    box-shadow: none;}
	
	/*Restyling Ottobre 2019*/
	
	.text-grey, em {
	color:#999 !important;}
	
	.uk-link, a {
color: #666 !important;
cursor: pointer;
}
	
	.portfolio-details .text-times {font-size: 20px !important;
    color: #a5a5a5;
    margin-bottom: 10px;}
	
	.unstyled {padding-left: 0;}
	
	.row-f {-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
	margin-left: 0; display: flex; display:-webkit-flex;
	}
	
	.container {-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */}
	
	.list-page p {margin: 6px 0;}
	.list-page p:nth-child(1) {margin-top: 0;}
	
	.grey-cont {background: #e1e5e7;     padding: 30px 80px;
    width: 940px;     border-bottom: 6px #000 solid;}
	.grey-cont div.span5 {width: 40%;}
	.grey-cont div.span7 {width: 55%;}
	.box-container {width: 940px;text-align: center; border-top: 1px solid #ccc;
    padding-top: 20px; margin: auto; margin-top: 10px;}
	
	.snapwidget-widget {width: 100% !important;     height: 46vw !important;}
	.snapwidget-widget ul li:nth-child(1), .snapwidget-widget ul li:nth-child(2),
	.snapwidget-widget ul li:nth-child(3), .snapwidget-widget ul li:nth-child(4) {width: 25% !important;}
	body > div > ul > li:nth-child(1) {width: 25% !important;}
	
	
	
	
	/*Responsive RULES*/
	
	@media screen and (max-width: 980px) {body {min-width: 0px; position: relative;}
	
	.row {-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */}
	
	#header .span5 {width: 100%;}
	
	.logo {padding-left: 20px;}
	#header .span5 {    width: 70%;}
	
	.logo img {max-width: 280px;}
	.container, .slideshow-home, .rsOverflow, #slideshow-home, #slideshow-home-mobile {width: 100% !important; height:auto;}
	.row {width: 100%;}
	.rsOverflow {height: 66.3vw !important;}
	.menu-desktop, .life-b {display: none !important;}
	
	.grey-cont {padding: 40px;}
	.grey-cont p br {display: none;}
	.grey-cont div.span5, .grey-cont div.span7 {width: 100%;}
	
	.activities-title {padding-left: 25px;}
	.service-title {padding-left: 15px;}
	.company-row-1 {margin-left: 10px;}
	.company-row-2 {margin-left: 15px;}
	.company, .company-row-1, .company-row-2 {-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */}
	
	/*contact*/
	.contact {padding: 0 40px;}
	.contact .span4 {width: 100%;}
	.contact img {width: 100% !important;}
	
	/*Home*/
	
	.slide-desktop {display:none;}
	.slide-mobile {height: 67vw !important;}
	
	/*#slideshow-home .rsContent, #slideshow-home-mobile .rsContent {background-size: contain !important;}*/
	
	.solo-desktop {display:none !important;}
	
	.span8 {width: 100%;}
	.contentHolder .content {padding-right: 0;}
	.home-sx .row-fluid {padding: 0 14px 25px 14px; max-width: 92%; display: block;}
	body > div.main > div > div:nth-child(3) {padding-left: 14px;     max-width: 95%;}
	hr.grey {}
	
	.life-m {display: block !important; margin-bottom: 20px;}
	.lifestyle-sec {width: 96%;}
	
	.title-row {padding-left: 20px !important;}
	
	.row-f {display: block;}
	.col-13 {    padding-right: 20px;
    padding: 20px;}
	
	.box-container {width: 100%;}
	
	/*Portfolio*/
	
	.portfolio .span12 {width: 100%;     padding: 25px;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */}
	.portfolio .five-column {max-height: none !important; -moz-column-count: 1;
    -webkit-column-count: 1;
    column-count: 1;}
	.spacer-p {display:none;}
	
	/*Footer*/
	
	#footer {padding: 5px;	}
	.footer-span {width: 100%;
    text-align: left;}
	
	#footer ul, .footer-span {margin-bottom: 5px; text-align: center;}
	#footer li {padding: 2px; font-size: 10px;}
	
	/*Header Mobile*/
	
	#header > div.container {margin-top: 15px;}
	
	#header > div > div > div.span5 {width: 100%;}
	
	#header .logo {text-align: center;}
	
	ul.menu-mobile {    list-style: none;
    padding-left: 10px; text-align: left; font-size: 16px;}
	
	ul.menu-mobile li {line-height: 28px;}}
	
	@media screen and (min-width: 980px) {.slide-mobile, .solo-mobile {display:none !important;}}
	
	/*.uk-offcanvas-bar {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100vw !important;
    overflow-y: auto;
    height: 350px;
	background: #222222de;}
	
	}
	
	.uk-offcanvas-flip .uk-offcanvas-bar {right: -100vw;}*/

	
