@charset "UTF-8";
/* CSS Document */


/* GENERALI */
html,
body {
	font-family: 'Roboto', sans-serif ;
	}

.navbar {
	box-shadow:rgba(0,0,0,0.30) 0px 0px 20px}	
	
.navbar-brand {
	height:auto !important;
	}
	
.btn, .btn-lg{
	border-radius:0px !important;}

.btn-green-filled {
  color: #fff;
  background-color: #00aa33;
  white-space:normal;
}
.btn-green-filled:focus,
.btn-green-filled.focus,
.btn-green-filled:hover,
.btn-green-filled:active,
.btn-green-filled.active,
.open > .dropdown-toggle.btn-green-filled {
  color: #00aa33;
  background-color: #fff;
  border-color: #00aa33;
}

.btn-green-filled:active:hover,
.btn-green-filled.active:hover,
.open > .dropdown-toggle.btn-green-filled:hover,
.btn-green-filled:active:focus,
.btn-green-filled.active:focus,
.open > .dropdown-toggle.btn-green-filled:focus,
.btn-green-filled:active.focus,
.btn-green-filled.active.focus,
.open > .dropdown-toggle.btn-green-filled.focus {
  color: #fff;
  background-color: #65d68f;
  border-color: #00aa33;
}
.btn-green-filled:active,
.btn-green-filled.active,
.open > .dropdown-toggle.btn-green-filled {
  background-image: none;
}

.btn-green-rimmed {
  color: #00aa33;
  background-color: #fff;
  border-color:#00aa33;
}
.btn-green-rimmed:focus,
.btn-green-rimmed.focus,
.btn-green-rimmed:hover,
.btn-green-rimmed:active,
.btn-green-rimmed.active,
.open > .dropdown-toggle.btn-green-rimmed {
  color: #fff;
  background-color: #00aa33;
  border-color: #fff;
}

.btn-green-rimmed:active:hover,
.btn-green-rimmed.active:hover,
.open > .dropdown-toggle.btn-green-rimmed:hover,
.btn-green-rimmed:active:focus,
.btn-green-rimmed.active:focus,
.open > .dropdown-toggle.btn-green-rimmed:focus,
.btn-green-rimmed:active.focus,
.btn-green-rimmed.active.focus,
.open > .dropdown-toggle.btn-green-rimmed.focus {
  color: #fff;
  background-color: #65d68f;
  border-color: #00aa33;
}
.btn-green-rimmed:active,
.btn-green-rimmed.active,
.open > .dropdown-toggle.btn-green-rimmed {
  background-image: none;
}

a {
	color:inherit;
	}

.tag {
	font-size:15px;
	font-weight:600;
	text-transform:uppercase;
	border-bottom:2px solid #00aa33;
	display: inline-block;
	margin-top:30px;
	margin-bottom:10px;
	}

.title {
	font-weight:900;
	font-size:34px;
	text-transform:uppercase;
	}
	
.general-title {
	margin: inherit !important;
	width:100% !important;
	}	
	
.page-title	{
	max-width:100%;
	border-bottom: 2px solid #00aa33;
	display:inline-block;
	}
	
	
.description {
	width:80%;
	margin:0 auto;
	margin-top:20px;
	margin-bottom:20px;
	font-family:Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
	}

.page-description {
	margin:0px;
	margin-top:10px;
	font-size:15px;
	}
	
.unborded {
	border:none;
	}
	
	
.progetti {
	margin-top:60px;
	}	
	

/* PRE HEADER */
#pre-header a {
	font-family:Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
	font-size:11px !important;
	color:#F9F9F9 !important;
	padding-bottom:5px !important;
	padding-top:5px !important;
	text-transform:none;
	}
	
#pre-header .navbar,
#pre-header .navbar-nav  {
	min-height:auto;
	margin:0px -5px !important;
	}
	
#pre-header li {
    display: inline-block;
}
	
.plus-divider {
	border-right:1px solid #666666;}
	
/* LOGO */
#brand-logotype {
	text-align:center;
	padding:30px 0px;
	background:#fff;
	border-bottom:1px solid #eeeeee !important;
	}

.logo {
	width:120px;
	}


/* NAVIGAZIONE */
#navigation {
	background:#ffffff;
	margin-bottom: 40px;
	box-shadow:rgba(0,0,0,0.20) 0px 1px 5px;
	}
	
.navbar-default {
	background-color: #ffffff;
	}

.navbar {
	border-radius: 0px;
	margin-bottom: 0px;
	border: none;
	}

.nav-justified > li {
	float: none !important;
	}

.navbar-nav > li > a {
	padding-top: 20px;
	padding-bottom: 20px;
	font-size:16px;
	text-transform:uppercase;
	color:#000000;
	}

.nav-justified > li > a {
	margin-bottom:0px;
	}
	
.social-link {
	padding-left:10px;
	}
	
.social-link a {
	display:inline-block !important;
	padding:2px !important;
	color:#a6a6a6 !important;
	}

.dropdown-menu li:hover .sub-menu {
	visibility: visible;
	}

.dropdown:hover .dropdown-menu {
	display: block;
	}	
	


/* SLIDESHOW */

.carousel{
	min-height: 250px;
}

.control-arrow-list {
	width: 15%;
    position: absolute;
    top: 50%;
    margin-top: -70px;
    list-style: none;
	margin-bottom:0px;
	text-align:center;
	}

.carousel-control .fa {
	width: 60px;
    height: 60px;
    border: 2px solid;
    border-radius: 30px;
	margin:5px;
	background-color:rgba(0,0,0,0.50);
	}

.carousel-control .fa.fa-angle-up {
	padding-top:5px;
	}

.carousel-control .fa.fa-angle-down {
	padding-top:10px;
	}
	
.carousel-caption h2 {
	color:#fff;
	font-size:42px;
	text-shadow:3px 3px 3px rgba(0,0,0,0.50);
	text-align:center;
	}

@media (max-width:400px) {
.carousel-caption h2 {
	font-size:24px;
	text-align: left;
	}

	
}


.carousel-caption {
	bottom:40px !important;}

.carousel-caption .tag,
.carousel-caption .description {
	font-size:16px;
	}



/* PROGETTI RECENTI */
#other-prj .title {
	margin:auto;
	width:100%;
	font-size:28px;
	line-height:1.1;
	}
		
.section-title {
	margin-top:20px;
	font-size:18px;
	}
	
	
.title-recent-project,
.title-contact {
	font-weight:900;
	font-size:30px;
	text-transform:uppercase;

	}
	
/* CONTATTI E FORM */
#contatti span {
    color: #339933;
}


.form-control,
.form-group,
.form-group-lg select.form-control {
	border-radius:0px !important;
	}
	


/* FOOTER SECTION */
.footer {
	}
	
.anagrafica p {
	font-size:12px;
	margin-top:20px;
	}
	
.btn-footer {
	margin-bottom:0px;
	margin-top:0px;
	white-space:normal;
	display:inline-table;
	padding:12px;
	}

.footer h4 {
	font-weight:700;
	color:#000000;
	}
	
.footer p {
	margin-top:20px;
	} 

.footer ul {
	list-style:none;
	padding-left:0px;
	color:#a6a6a6;
	}

.footer .fa {
		color:#a6a6a6;
}

.project-slider {
	padding-top:40px;	
	}
	
.caratteristiche .row {
	padding:10px 0px !important;
	}
	
	
	.title-hover {
		position:absolute;
		background:rgba(0,0,0,0.33);
		width:95%; height:100%;
		top:0;
		font-family:inherit;
		font-size:34px;
		text-align:center;
		padding-top:25%;
		font-weight:900;
		color:#fff;
		text-shadow:rgba(0,0,0,0.38) 1px 3px 3px;
		
		opacity:0.33;
		/* For Safari 3.1 to 6.0 */
		-webkit-transition-property: opacity;
		-webkit-transition-duration: 0.5s;
		-webkit-transition-timing-function:ease-in;
		-webkit-transition-delay: 0s;
		/* Standard syntax */
		transition-property: opacity;
		transition-duration: 0.5s;
		transition-timing-function: linear;
		transition-delay: 0s;
		}
		
	.title-hover:hover {
		opacity:100;
		}

	@media (min-width: 768px) {
	.title-hover {
				width:345px; height:223px;
				padding-top:20%;
	}
	}
		
	@media (min-width: 992px) {
	.title-hover {
				width:294px; height:190px;
				padding-top:20%;
	}
	
	}

	@media (min-width: 1200px) {
	.title-hover {
				width:360px; height:231px;
				padding-top:25%;
	}
		}
		
	.success {
		color:#339933;
		font-size:18px;
		font-weight:bold;
		margin-top:20px;
		text-align:center;}



.ribbon-it{
	position: absolute;
	top: 118px;
	right: 0px;
	z-index: 1029;
	max-width: 180px;
}


@media (max-width:400px) {
.ribbon-it{
	position: absolute;
	top: 118px;
	right: 0px;
	z-index: 1029;
	max-width: 100px;
}
}
