@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;700;800&family=Roboto+Condensed:wght@600&display=swap');
.center {text-align: center;}
.main-color {color: #ff7604;}
.admin {
  text-align: center;
  background: #fff;
  padding: 5px 0 0 0;
}
.dropdown-menu.openMobile {
  display: block !important;
}
.dropdown-menu li {
    display: block;
    clear: both;
    font-weight: normal;
    white-space: nowrap;
}
.dropdown-menu li a {
		text-transform: none;
}
.dropdown-menu li.sublevel a {
    color: #535353;
}
.dropdown-menu li.sublevel.selected {
    padding: 9px 16px;
    color: #ff7604;
    font-weight: bold;
}
.dropdown-menu li.sublevel a:hover {
    color: #ff7604;
}
#navigation .badge {
  background: #ff7604;
}
@media (max-width: 768px)	{
	.navbar-fixed-top {
  	margin-bottom: 0px;
  }
}
/******** PAGE*/
.section-subtitle {
  font-weight: normal;
  color: #666;
}
.section-maintitle {
  position: relative;
	margin-bottom: 30px;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: bold;
}
.section-maintitle.news {
	margin-bottom: 0px;
  margin-top: 100px;
}
@media (max-width: 768px)	{
  h2.newstitle {
    font-size: 1.5em;
  }
}
.section-maintitle::before {
  position: absolute;
  content: "";
  height: 2px;
  width: 120px;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  background: #ff7604;
}
.section-maintitle::after {
  position: absolute;
  content: "";
  height: 10px;
  width: 10px;
  border-radius: 50%;
  background: #fff;
  border: 2px solid #ff7604;
  box-shadow: 0 0 0 5px #fff;
  bottom: -14px;
  left: 50%;
  transform: translateX(-50%);
}
.boxlink {
  border: 1px solid #ccc;
  border-radius: 5px;
  background: #fff;
  padding: 5px 5px;
  font-weight: bold;
  margin-top: 20px;
}

.boxlink:hover {
  background: #ccc;
}
.greybanner .section-maintitle::after {
  box-shadow: 0 0 0 5px #f5f5f5;
}
.greybanner .section-maintitle::after {
  background: #f5f5f5;
}
.section-maintitle-left {
  position: relative;
	margin-bottom: 55px;
}
.section-maintitle-left::before {
  position: absolute;
  content: "";
  height: 10px;
  width: 10px;
  border-radius: 50%;
  background: transparent;
  border: 2px solid #ff7604;
  bottom: -14px;
  left: 0;
}
.section-maintitle-left::after {
  position: absolute;
  content: "";
  height: 2px;
  width: 50px;
  left: 15px;
  bottom: -10px;
  background: #ff7604;
}
.text-p {
  font-weight: 400;
  color: #666;
  font-size: 1.5em;
  margin-bottom: 15px;
	line-height: 25px;
}
.text-p.location {
  font-size: 1.1em;
  margin: 0;
  line-height: 16px;
}
.containerBig {
	padding:200px 20px;
}
.containerBig p {
  font-size: 24px;
  color: #fff;
}
.containerBig p b{
  color: #fff;
}
/******** CHI SIAMO*/
.socials-icons-detail {
  margin-top: 20px;
  opacity: 0.5;
}
.socials-icons-detail:hover {
  opacity: 1;
}
.socials-icons-detail img {
	float: none !important;
	display: inline-block !important;
	width: 50px;
}
p.about-team {
	margin:50px 0 15px 0;
	font-size: 15px;
	font-style: italic;
}
.our-team {
	text-align:center;
}
.our-team li {
	display:inline-block;
	overflow:hidden;
	border-radius:3px;
	position:relative;
	width:260px;
}
.our-team-details li {
	display:inline-block;
	margin-left: 100px;
	height:330px;
	overflow:hidden;
	border-radius:3px;
	position:relative;
	width:260px;
}
.our-team li img {
	display:block;
	border-radius:3px;
	position:relative;
	z-index:0;
	float:left;
}
.team-profile {
	color: #fff;
	height:200px;
	width: 220px;
	padding:40px 20px 20px 20px;
	margin-top:270px;
	z-index:11;
	position:absolute;
	border-radius:3px;
	transition:all 0.4s ease 0s;
	-moz-transition:all 0.4s ease 0s;
  	-webkit-transition:all 0.4s ease 0s;
  	-o-transition:all 0.4s ease 0s;
}
.our-team li:hover > .team-profile {
	margin-top:0px;
	background-color:#ff7604;
	box-shadow: 0px 1px 3px rgba(0,0,0,0.1);
	width: 220px;
}
.team-profile h5 {
	color:#222222;
	text-transform:uppercase;
}
.portfolio-item {
	text-align: center;
	display: inline-grid;
	padding: 0;
	position: relative;
	overflow: hidden;
}
.portfolio-item .portfolio-image {
	overflow: hidden;
	display: block;
	position: relative;
}
.portfolio-item .portfolio-image img {
	width: 100%;
	height: auto;
}
.portfolio-item:hover .project-overlay {
	opacity:1;
	transition:all 0.4s ease 0s;
	-moz-transition:all 0.4s ease 0s;
  	-webkit-transition:all 0.4s ease 0s;
  	-ms-transition:all 0.4s ease 0s;
	-o-transition:all 0.4s ease 0s;
}
.project-overlay {
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	opacity:0;
	transition:all 0.3s ease 0s;
	-moz-transition:all 0.3s ease 0s;
  -webkit-transition:all 0.3s ease 0s;
  -o-transition:all 0.3s ease 0s;
	cursor:pointer;
	background-color: #ccc;
}
.project-info {
	position:absolute;
	width:100%;
	top:50%;
	margin-top:-50px;
}
.esg .span4 p {
  margin-bottom: 10px;
}
.esg .span4 {
  background: #fff;
  padding: 20px;
}
/*
News*/
#newsContainer {
  padding-top: 0;
}
.infopost {
  margin-top: 20px;
  color: #ff7604;
  font-weight: bold;
  font-size: 0.8rem;
}
.post-long {
  display: none;
}
.readmore, .readless  {
  border-top: 1px solid #ccc;
}
.pagination ul > li > a, .pagination ul > li > span {

  border-left-width: 1px;
}

/*
excss
*/
#filters {
  margin-top: 10px;
  margin-bottom: 40px;
  text-align: center;
  display: block;
  float: none;
  z-index: 2;
  position: relative;
}

#filters ul li {
  display: inline-block;
  margin:0 5px;
}

#filters ul li a {
  display: block;
}

#filters ul li a h5 {
  padding: 8px 15px;
  text-transform:uppercase;
  background-color:#eeeeee;
  border-radius:3px;
  font-size:10px;
  transition:all 0.3s ease 0s;
  -moz-transition:all 0.3s ease 0s;
  -webkit-transition:all 0.3s ease 0s;
  -o-transition:all 0.3s ease 0s;
}
#filters ul li a:hover h5, #filters ul li a.active h5 {
  color: #fff;
  background-color: #222222;
}
ul.technology li:hover {
  background-color: #ff7604;
}
ul.technology li:hover i {
	color:#fff;
}
ul.technology li:hover h5 {
	color:#fff;
}
ul.technology li:hover p {
    color: #fff;
}
ul.technology li:hover a {
    color: #000;
}
a {
  color: #ff7604;
}

/* Contact Formular */

#contact-formular {
	text-align:center!important;
}

#contact-formular input[type="text"], textarea {
	color: #999999;
	font-size: 14px;
	height: 20px;
	padding-left: 3%;
	padding-right: 3%;
	padding-top: 15px;
	padding-bottom: 15px;
	width: 94%;
	background:#f5f5f5;
	border-radius:3px;
	margin-bottom:20px;
	border:0;
	box-shadow: 0 0px 3px rgba(0, 0, 0, 0.22) inset;
	-moz-box-shadow: 0 0px 3px rgba(0, 0, 0, 0.22) inset;
	-webkit-box-shadow: 0 0px 3px rgba(0, 0, 0, 0.22) inset;
	-o-box-shadow: 0 0px 3px rgba(0, 0, 0, 0.22) inset;
	transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
}

#contact-formular input[type=text]:focus, #contact-formular textarea:focus, input[type=email]:focus {
	background-color: #e1e1e1;
}

#contact-formular textarea {
	height:160px;
	resize:none;
}

.send_message	{
	border: 2px solid #666;
	text-transform:uppercase;
	padding:10px 15px;
	letter-spacing:0;
	line-height:14px;
	cursor:pointer;
	border-radius:3px;
	transition:all 0.3s ease 0s;
	-moz-transition:all 0.3s ease 0s;
  	-webkit-transition:all 0.3s ease 0s;
  	-o-transition:all 0.3s ease 0s;
	text-align:center;
}
.send_message:hover,
.send_message:active,
.send_message:focus{
  background-color: #ff7604;
}
.error_message {
	text-align:center;
	margin-bottom:30px;
	font-size:13px;
	color:#e93735;
	font-weight:bold;
}
#success_page {
	text-align:center;
}
#success_page p {
	color:#999999;
	margin-top:20px;
}
#message fieldset {
	border:none;
}
.email{
  font-family: 'Roboto Condensed', sans-serif;
  text-transform: lowercase;
  color: #ff7604;
  margin: 10px 0 25px 0;
}
.email p{
  color: #444;
  display: inline;
  font-size: 28px;
}
.email a:hover,
.text-p.linkedin.contacts a:hover {
  color: #000;
}
#newslist2{
  max-width: 1200px;
  margin: 0 auto;
}
.deletepost {
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
  font-size: 12px;
  border: 2px solid #222222;
  background-color: #000;
  color: #fff;
  line-height: 10px !important;
  padding: 10px 15px;
}
.deletepost:hover {
  background-color: #ff7604;
}
.moreResults {
  display: none;
}
iframe {
  max-height: 400px;
  width: auto;
}
