/*
	SpecificSections.css
	TemplateName: Business Management
	Copyright (c) 2015, ObjectWeb Srl. All rights reserved.
	Version: 1.0.0
*/

/* General
------------------------------------------------------------------------------------------------- */
body {
	overflow-x: hidden;
}

.header-white {
	padding-top: 190px;
}

.content.col-xs-12 {
	padding: 0;
}

.section {
	margin-bottom: 70px !important;
}

.section.no-margin,
.section.menu {
	margin-bottom: 0 !important;
}

.page-content .section:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}

.btn-orange {
  background-color: #FF5113;
  color: #FFF;
  border-color: #FF5113;
}

.btn-blue {
  background-color: #133075;
  color: #FFF;
}

.btn-blue:hover, 
.btn-orange:hover {
  background-color: #000;
  border-color: #000;
  color: #FFF;
}

.btn-white {
	border: 2px solid #FFF;
	color: #FFF;
}

.btn-white:hover {
	border: 2px solid #FFF;
	background-color: #FFF;
	color: #FF5113;
}

.btn-small {
	padding: 5px 15px;
	font-size: 16px;
}

.section-title h3 {
  margin-top: 0;
  margin-bottom: 10px;
  color: #FF5113;
  font-weight: 500;
  text-transform: uppercase;
  position: relative;
  padding-left: 10px;
}

.section-title h3:before {
  content: "";
  width: 2px;
  height: 100%;
  background-color: #FF5113;
  display: block;
  position: absolute;
  left: 0;
}

.section-title h2, 
.section-title h1 {
  margin-top: 0;
  margin-bottom: 30px;
  font-weight: 900;
  font-size: 45px;
  color: #133075;
}

.section-title.section-title-white h3, 
.section-title.section-title-white h2, 
.section-title.section-title-white h1 {
  color: #FFF;
}

.section-title.section-title-white h3:before {
  background-color: #FFF;
}

.text-two-column {
	column-count: 2;
	column-gap: 50px;
	text-align: justify;
}

.copyright {
	color: #fff;
    padding-left: 50px;
    margin-top: -50px;
}

.border-bottom {
	border-bottom: 1px solid #FFF;
}

.decoration-list {
  padding: 0;
}

.decoration-list li {
  position: relative;
  list-style: none;
  padding-left: 16px;
}

.decoration-list li:before {
  content: "\f111";
  font-family: "Font Awesome 5 Free";
  font-size: 9px;
  position: absolute;
  top: 8px;
  left: 0;
}

.login.panel.panel-success {
	margin-top: 150px;
  	margin-bottom: 50px;
}

.login header {
	background-color: #133075;
}

.login .panel-success > .panel-heading {
  color: #fff;
  background-color: #133075;
  border-color: #133075;
  text-transform: uppercase;
  text-align: center;
}

@media(max-width: 991px) {
	.section {
		margin-bottom: 50px !important;
	}

	.header-white {
		padding-top: 170px;
	}
}

@media(max-width: 767px) {

	body {
		font-size: 17px;
	}
	
	.section {
		margin-bottom: 30px !important;
	}

	.section-title h2, 
	.section-title h1 {
		font-size: 35px;
  		margin-bottom: 10px;
	}	

	.header-white {
    	padding-top: 150px;
	}	

	.section-title h3 {
		font-size: 20px;
	}
}

@media(max-width: 500px){
	.header-white	{
		padding-top: 130px;
	}
}

@media(max-width: 400px){
	.section-title h2, 
	.section-title h1 {
		font-size: 25px;
	}	
}
/* ---------------------------------------------------------------------------------------------- */



/* Header
------------------------------------------------------------------------------------------------- */
header {
  padding: 15px 0;
  position: fixed;
  width: 100%;
  top: 0;
  transition: all 0.4s ease 0s;
  z-index: 3;
}

.header-white header {
  background-color: #FFF;
  border-bottom: 1px solid #133075;
}

header.shrink {
  padding: 15px 0;
  background-color: #FFF;
  border-bottom: 1px solid #133075;
}

header .container {
  position: relative;
}

header.shrink .navbar-brand {
	padding: 0;
}

.header-white header.shrink .navbar-brand {
	padding-left: 0;
}

.navbar-brand img {
  transition: max-height 0.4s;
  max-height: 80px;
}

header.shrink .navbar-brand img {
  max-height: 60px;
}

.navbar-nav {
  margin-top: 65px;
  transition: all 0.4s ease 0s;
}

header.shrink .navbar-nav {
	margin-top: 13px;
}

.nav > li > a {
  transition: all 0.4s ease 0s;
}

header.shrink .navbar-default .navbar-nav > li > a,
.header-white header .navbar-default .navbar-nav > li > a {
  color: #133075;
}

header.shrink .navbar-default .navbar-nav > li > a:hover,
header.shrink .navbar-default .navbar-nav > li > a:focus,
.header-white header .navbar-default .navbar-nav > li > a:hover,
.header-white header .navbar-default .navbar-nav > li > a:focus {
  color: #FF5113;
}

header.shrink .navbar-default .navbar-nav > .active > a, 
header.shrink .navbar-default .navbar-nav > .active > a:hover, 
header.shrink .navbar-default .navbar-nav > .active > a:focus,
.header-white header .navbar-default .navbar-nav > .active > a, 
.header-white header .navbar-default .navbar-nav > .active > a:hover, 
.header-white header .navbar-default .navbar-nav > .active > a:focus {
	color: #FFF;
	background-color: #FF5113;
}

@media(max-width: 1200px) {
	.navbar-brand img {
		max-height: 60px;
	}

	.nav > li > a {
		padding: 10px 15px;
	}

	.navbar-nav {
		margin-top: 44px;
	}

	.navbar-toggle {
		background-color: #133075;
	}

	.navbar-default .navbar-toggle .icon-bar {
		background-color: #fff;
	}

	.navbar-default .navbar-toggle:hover,
	.navbar-default .navbar-toggle:focus {	
		background-color: #FF5113;
	}


	header.shrink .navbar-brand img {	
		max-height: 45px;
	}

	header.shrink .navbar-toggle {
		margin-top: 12px;
	}
 
}

@media(max-width: 991px) {
	.navbar-default .navbar-collapse {
  		background-color: rgba(19,48,117,0.8);
	}

	.page-id-20337 .navbar-default .navbar-collapse {
  		background-color: rgba(255,255,255,1);
	}

	header.shrink .navbar-default .navbar-collapse {
    	background-color: rgba(255,255,255,1);
	}

	.navbar-default .navbar-toggle {
		border: 0px;
	}

	.navbar-toggle {
		border-radius: 0px;
	}
}

@media(max-width: 767px) {

	.navbar-nav {
		margin-top: 0px;
	}

	.navbar-brand {
		padding: 5px 10px;
	}

	header.shrink .navbar-brand {
		margin-top: 0px;
	}

	.header-contacts .item {
		font-size: 16px;
	}

}

/*Sezioni*/
header .header-sections-container {
  transition: all 0.4s ease 0s;
  position: absolute;
  right: 50px;
  z-index: 1;
}

header.shrink .header-sections-container {
	top: -60px;
}

header .header-sections-container .section {
  margin-bottom: 0 !important;
}

.header-contacts .item {
  display: inline-block;
  color: #FFF;
}

.header-white .header-contacts .item {
  color: #133075;
}

.header-contacts .item img {
  display: inline-block;
  max-width: 45px;
  margin-right: 5px;
}

.header-contacts .item + .item {
  margin-left: 20px;
}

.header-white .header-contacts .item:hover,
.header-contacts .item:hover {
  color: #FF5113;
}

@media (max-width: 1200px){
	.header-contacts .item img {
		max-width: 35px;
	}	
}

@media(max-width: 991px) {
	.header-white .header-contacts .item {
		font-size: 16px;
	}

	header .header-sections-container {
		right: 10px;
	}

	.navbar-toggle {
		margin-right: -5px;
  		margin-top: 35px;
	}
}

@media(max-width: 767px){	
	header {
		padding: 7px 0px;
	}

	.header-contacts .item img {
		max-width: 20px;
	}

	.navbar-toggle {
		margin-right: 0px;
	}

	header .header-sections-container {
		right: 15px;
	}

	.navbar-brand img {
    	max-height: 45px;
	}	

	.header-white .header-contacts .item {
		font-size: 14px;
	}

	.header-contacts .item + .item {
		margin-left: 5px;
	}

	header .header-sections-container .section {
		margin-top: -8px;
	}

}

@media(max-width: 550px) {
	.navbar-brand {
		margin-top: 23px;
	}
}

@media(max-width: 450px){
	header {
    	padding: 2px 0px 7px;
	}

	header .header-sections-container .section {
		margin-top: -3px;
	}
	
}

@media (max-width: 400px) {
	.header-contacts .item {
    	font-size: 13px;
	}
}

@media(max-width: 340px){
	.header-white .header-contacts .item {
    	font-size: 13px;
	}
}
/* ---------------------------------------------------------------------------------------------- */



/* Footer
------------------------------------------------------------------------------------------------- */
footer {
	background-image: url('../Images/Background.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	background-position: center;
}
footer .cover {
	background-color:rgba(19,48,117,0.8);
	position: absolute;
	top: 0px;
	width: 100%;
	height: 100%;
}

footer .section {
	margin-bottom: 0px !Important;
}

footer .orange-column {
	background-color: #FF5113;
	color: #fff;
	padding: 50px 50px 90px;
}

footer .orange-column .item {
	font-size: 20px;
}

footer .orange-column .item .item-label {
    display: block;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 25px;
    margin-bottom: 5px;
    position: relative;
     margin-top: 10px;
}

footer .orange-column .item .item-label i{
     padding-right: 10px;
}


footer a {
     color: #fff;
}

.page-content:after {
      clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}

footer .description {
     padding: 50px;
     color: #fff;
     font-size: 18px;
     text-align: justify;
     line-height: 35px;
}

footer .title {
    display: block;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 25px;
    margin-bottom: 5px;
    position: relative;
    margin-top: 10px;
}

footer .link {
     padding: 50px;
     color: #fff;
     font-size: 18px;
}

footer .link a {
	color: #fff;
	display: block;
	margin-bottom: 15px;
	position: relative;
	padding-left: 18px;
}

footer .link a::before {
	content: "\f111";
	font-family: "Font Awesome 5 Free";
	font-size: 9px;
	position: absolute;
	top: 7px;
	left: 0;
	color: #FF5113;
}

footer .link a:hover::before {
	font-weight: bold;
}

footer .link a:hover {
    color: #FF5113
}

footer .copyright {
	color: #fff;
    padding-left: 50px;
    margin-top: -50px;
	font-size: 14px;
}

footer .copyright a {
    color: #fff;

}

footer .copyright a:hover {
    color: #FF5113
}

@media(max-width: 1450px){
	footer .description {
    	padding: 50px 50px 80px;
	}

	footer .orange-column {
    	padding: 50px 50px 101px;
	}	

	footer .orange-column .item .item-label {
		margin-bottom: 10px;
	}	
}

@media(max-width: 1200px) {
	footer .description {
    	padding: 50px 15px 80px;
	}

	footer .link {
	  padding: 50px 15px 80px;
	}

	footer .copyright {
		padding-left: 18px;
	}

	footer .orange-column {
    	padding: 50px 20px 98px;
	}	
}

@media(max-width: 991px) {

	footer .orange-column {
		background-color: transparent;
  		padding: 50px 0px 10px;
	}

	footer .orange-column .item  {
		width: 50%;
   		float: left;
	}

	footer .description {
		padding: 10px 0px;
	}

	footer .address {
		line-height: 40px;
	}

	footer .link {
		padding: 10px 0px;
	}

	footer .link a {
		width: 50%;
   		float: left;
	}

	footer .copyright {
    	padding-left: 0px;
    	margin-top: 0px;
	}

	footer .title {
		margin-top: 0px;
	}
}

@media(max-width: 767px){
	footer .link a,
	footer .orange-column .item {
		width: 100%;
  		clear: both;
	}

	footer .orange-column .item .item-label {
		margin-bottom: 0px;
  		font-size: 20px;
	}

	footer .copyright {
		margin-bottom: 10px;
	}

	footer .orange-column {
		padding-top: 15px;
	}

	footer .orange-column .item {
 	   font-size: 17px;
	}

	footer .link {
    	font-size: 17px;
	}

	footer .title {
		font-size: 20px;
	}

	footer .address { 
		line-height: 24px;
	}

	footer .description {
		font-size: 17px;
  		line-height: 24px;
	}	
	
}
/* ---------------------------------------------------------------------------------------------- */



/* Header - Image
------------------------------------------------------------------------------------------------- */
.header-image {
  position: relative;
  padding: 300px 0 50px;
  background-size: cover;
  background-position: center;
}

.header-image .overlay-image {
  background-color: rgba(19,48,117,0.6);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  animation-delay: 1s;
}

.header-image .section-title h3 {
  animation-delay: 2s;
}

.header-image .section-title h1 {
  color: #FFF;
  position: relative;
  font-size: 50px;
  margin-bottom: 0;
  animation-delay: 3s;
}

@media(max-width: 991px) {
	.header-image {
    	padding: 150px 0 50px;
	}
}

@media(max-width: 767px) {
	.header-image {
      padding: 130px 0 30px;
	}
  
  	.header-image .section-title h1 {
  		font-size: 35px;
  	}
  
  	.header-image .section-title h3 {
  		font-size: 20px;
  	}

	.text-two-column {
		column-count: 1;
  		font-size: 18px;
	}
}

@media(max-width: 400px) {
	 .header-image .section-title h1 {
  		font-size: 25px;
  	}

}
/* ---------------------------------------------------------------------------------------------- */



/* Home
------------------------------------------------------------------------------------------------- */
/*Slider*/
#slides .overlay {
	background-color: rgba(19,48,117,0.6);
	animation-delay: 1s;
}

#slides .text-container {
  text-align: left;
}

#slides .text-container .sub-title {
  color: #FF5113;
  font-size: 26px;
  text-transform: uppercase;
  border-left: 2px solid;
  padding-left: 15px;
  font-weight: 500;
  animation-delay: 2s;
}

#slides .text-container .title {
  display: block;
  font-weight: 900;
  font-size: 60px;
  max-width: 700px;
  line-height: 65px;
  margin: 10px 0 30px;
  animation-delay: 3s;
}

#slides .text-container .btn {
  font-size: 20px;
  animation-delay: 4s;
}

#slides .slides-navigation {
  margin: 0;
  bottom: 20px;
  right: 20px;
  top: auto;
  width: auto;
  z-index: 2;
}

#slides .slides-navigation a {
  background-color: #FF5113;
  font-size: 30px;
  width: 80px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  position: relative;
  display: inline-block;
}

#slides .slides-navigation a:hover {
  background-color: #133075;
}

#slides .slides-navigation a.prev {
  left: auto;
  background-color: #133075;
}

#slides .slides-navigation a.prev:hover {
  background-color: #FF5113;
}

#slides .slides-navigation a.next {
  margin: 0;
  right: auto;
  float: right;
}

@media(max-width: 767px) {
	#slides .text-container .title {
    	font-size: 45px;
    	line-height: 60px;
	}
}

/*Presentazione*/
.home-presentation .description {
  margin-bottom: 40px;
  text-align: justify;
}

.home-presentation .images {
  padding: 0;
  position: relative;
}

.home-presentation .images .item {
  width: 50%;
  float: left;
  padding: 0 15px;
}

.home-presentation .images .slogan {
  position: absolute;
  background-color: #FF5113;
  color: #FFF;
  width: 240px;
  text-align: center;
  padding: 46px 10px;
  font-size: 27px;
  font-weight: 500;
  top: 50%;
  left: 50%;
  margin-left: -100px;
  margin-top: -100px;
}

.home-presentation .images .slogan span {
  font-weight: 900;
  display: block;
  font-size: 80px;
  line-height: 70px;
}

@media(max-width: 1200px) {
	.home-presentation .col-sm-4 {
		width: 100%;
  		margin-bottom: 50px;
	}

	.home-presentation .col-sm-8 {
		width: 100%;
	}
}

@media(max-width: 767px) {
	.home-presentation .images {
		display: inline-block;
	}

	.home-presentation .images .slogan span {
		font-size: 50px;
	}


	.home-presentation .images .slogan {
		padding: 25px 10px;
	}

	.home-presentation .description {
		margin-bottom: 30px;
	}

	.home-presentation .col-sm-4 {
		margin-bottom: 30px;
	}

	#slides .slides-navigation a {
		width: 40px;
  		height: 40px;
  		line-height: 42px;
  		font-size: 25px;
	}

	.home-presentation .images .item {
		padding-right: 5px;
	}

	.home-presentation .images .item:last-child {
		padding-left: 5px;
  		padding-right: 15px;
	}

	.home-presentation .images .slogan {
		margin-left: -120px;
    	margin-top: -76px; 
	}
}

@media(max-width: 450px){
	.home-presentation .images .slogan {
	    padding: 10px 5px;
    	width: 93%;
    	position: relative;
    	margin-top: 0px;
    	top: 0%;
    	left: 0%;
    	margin-right: 15px;
    	margin-left: 15px;
   		margin-bottom: 15px;
	}

	.home-presentation .images .slogan span {
		padding: 0px;
	}

	#slides .text-container .title {
    	font-size: 30px;
  		line-height: 43px;
	}

	.text-container { 
		top: 47% !Important;
	}

	#slides .text-container .btn {
		width: 100%;
    	padding: 10px;
  		white-space: break-spaces;
	}

	#slides .text-container .title {
		margin-bottom: 10px;
	}

	#slides .text-container .sub-title { 
		font-size: 23px;
	}
}


/*Carosello Realizzazioni*/
.realization-band .title-container {
  text-align: center;
  background-size: cover;
  background-position: center;
  padding: 150px 0 250px;
  position: relative;
}

.realization-band .title-container .overlay-band {
  background-color: #133075;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  opacity: 0.8;
}

.realization-band .title-container h3 {
  display: inline-block;
}

.realization-band .title-container .section-title h2 {
  color: #FFF;
  position: relative;
}

.realization-band .realization-carousel {
  margin-top: -200px;
}

.realization-band .realization-carousel .item a {
  display: block;
  position: relative;
  color: #FFF;
}

.realization-band .realization-carousel .item a .image {
  width: 100%;
  height: 400px;
  background-size: cover;
}

.realization-band .realization-carousel .item a .text {
  position: absolute;
  background-color: #FF5113;
  bottom: 30px;
  left: 30px;
  padding: 20px;
}

.realization-band .realization-carousel .item a .text .title {
  display: block;
  font-weight: 500;
  font-size: 20px;
}

.realization-band .realization-carousel .item a .text .place:after {
  content: "|";
  margin: 0 5px 0 8px;
}

.realization-band .realization-carousel .item a .overlay-item {
  background-color: #133075;
  opacity: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  top: 0;
  transition: all 0.4s ease 0s;
}

.realization-band .realization-carousel .item a:hover .overlay-item {
  opacity: 0.7;
}


.realization-band .realization-carousel .owl-theme .owl-nav {
  float: right;
  margin-top: 30px;
}

.realization-band .realization-carousel .owl-carousel .owl-nav button.owl-next, 
.realization-band .realization-carousel .owl-carousel .owl-nav button.owl-prev {
  height: 50px;
  background-color: #FF5113;
  margin: 0;
  width: 50px;
  border-radius: 0;
  color: #FFF;
}

.realization-band .realization-carousel .owl-carousel .owl-nav button.owl-next:hover {
  background-color: #133075;
}

.realization-band .realization-carousel .owl-carousel .owl-nav button.owl-prev {
  background-color: #133075;
}

.realization-band .realization-carousel .owl-carousel .owl-nav button.owl-prev:hover {
  background-color: #FF5113;
}

.realization-band .realization-carousel .btn-more  {
  margin-top: 30px;
}

@media(max-width: 767px) {
	.realization-band .title-container {
	    padding: 30px 0 220px;
	}

	.realization-band .realization-carousel .item a .image {
		height: 300px;
	}

}

@media (max-width: 400px) {
	.realization-band .realization-carousel .item a .image {
    	height: 220px;
	}

	.realization-band .realization-carousel .item a .text {
  		position: relative;
    	padding: 5px 10px;
    	width: 100%;
    	margin-top: 10px;
  		left: 0px;
  		top: 0px;
	}

	.realization-band .realization-carousel .owl-theme .owl-nav {
    	margin-top: 15px;
	}

	.realization-band .realization-carousel .btn-more {
 	   margin-top: 15px;
       width: 100%;
	}

}


/*Fascia Agevolazioni*/
.evidence-info {
  position: relative;
  background-color: #FF5113;
  color: #FFF;
  padding-left: 400px;
}

.evidence-info .image {
  position: absolute;
  width: 400px;
  height: 100%;
  left: 0;
  background-size: cover;
  background-position: center;
  top: 0;
}

.evidence-info .text {
	padding: 80px 50px 80px 70px;
	position: relative;
}

.evidence-info .text:before {
  width: 75px;
  height: 100%;
  position: absolute;
  content: "";
  position: absolute;
  transform: skewX(10deg);
  left: -43px;
  -ms-transform: skewX(10deg);
  background-color: #FF5113;
  top: 0;
}

.evidence-info .text .title {
	font-weight: 900;
	font-size: 34px;
	display: block;
}

.evidence-info .text a {
	margin-top: 20px;
}

@media(max-width: 991px) {

	.evidence-info .text {
    	padding: 30px 10px 40px 50px;
	}

	.evidence-info .text .title {
		font-size: 30px;
	}

	.evidence-info .text:before {
		transform: skewX(5deg);
	}
}

@media (max-width: 767px) {
	.evidence-info {
		padding-left: 235px;
	}	

	.evidence-info .text:before {
    	transform: skewX(3deg);
  		left: -68px;
	}

	.evidence-info .text {
    	padding: 15px 15px 20px 15px;
	}

	.evidence-info .text .title {
		font-size: 25px;
	}	

	.evidence-info .text {
		background-color: #FF5113;
	}

	.evidence-info .text::before {
      width: 35px;
  	  left: -27px;
	}

}

@media(max-width:676px){
	.evidence-info .text .title {
    	font-size: 22px;
	}
}

@media(max-width: 600px) {
	
	.evidence-info .text .title {
		font-size: 20px;
	}

	.evidence-info .text a {
		margin-top: 10px;
  		padding: 10px;
		width: 100%;
	}
}

@media (max-width: 500px) {

	.evidence-info {
		padding-left: 0px;
	}

	.evidence-info .text:before {
		display: none;
	}

	.evidence-info .image {
    position: relative;
    width: 100%;
    height: 200px;
    display: block;
	}
}
/* ---------------------------------------------------------------------------------------------- */



/* Azienda
------------------------------------------------------------------------------------------------- */
/*Storia*/
.history-band {
  background-size: cover;
  background-position: center;
  padding: 70px 0;
  background-attachment: fixed;
}

.history-band .text {
  max-width: 500px;
  background-color: #FF5113;
  float: right;
  padding: 40px;
  color: #FFF;
}

.history-band .text .section-title h3, 
.history-band .text .section-title h1 {
  color: #FFF;
}

.history-band .text .section-title h3:before {
  background-color: #FFF;
}

/*Servizi*/
.services-grid {
  margin: 0 -50px;
}

.services-grid a {
  width: 50%;
  float: left;
  padding: 0 50px;
  color: #000;
}

.services-grid a .image {
  position: relative;
  overflow: hidden;
}

.services-grid a .image .overlay-image {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #133075;
  top: 0;
  transition: all 0.4s ease 0s;
  opacity: 0;
}

.services-grid a:hover .image .overlay-image {
  opacity: 0.7;
}

.services-grid a .image .caption {
  color: #FFF;
}

.services-grid a .image .caption .name {
  font-weight: 900;
  display: block;
  font-size: 30px;
  position: absolute;
  bottom: 15px;
  left: 30px;
  transition: all 0.4s ease 0s;
}

.services-grid a .image .caption .more {
  position: absolute;
  bottom: -50px;
  transition: all 0.4s ease 0s;
  left: 30px;
  text-transform: uppercase;
  font-weight: 500;
}

.services-grid a:hover .image .caption .more {
  bottom: 20px;
}

.services-grid a:hover .image .caption .name {
  bottom: 50px;
}

.services-grid a .description {
  padding: 30px 0px;
  text-align: justify;
}

.services-grid .more.mobile {
	display: none;
}

@media(max-width: 1200px) {
	.services-grid a:first-child {
		padding: 0px;
	}

	.services-grid a:last-child {
		padding: 0px 50px 0px 15px;
	}
	
}

@media(max-width: 767px) {

	.services-grid {
		margin: 0px;
	}

	.services-grid a {
		width: 100%;
        float: none;
  		padding: 0px;
	}

	.services-grid .item .image {
		max-height: 300px;
	}

	.services-grid a .description { 
		padding: 15px 0px;
	}

	.services-grid a .image .caption .name{
		left: 15px;
	}

	.services-grid a:last-child {
		padding-bottom: 0px;
	}

	.services-grid .more.mobile { 
		display: inline-block;
  		background-color: #133075;
  		padding: 10px 25px;
  		color: #fff;
  		text-transform: uppercase;
  		margin-bottom: 15px;
	}

	.services-grid .more.mobile:hover { 
  		background-color: #FF5113;
	}	

}


@media(max-width: 400px) {
	.services-grid a .image .caption .name {
		font-size: 25px;
	}
}

/*Certificazioni*/
.certifications-list {
  background-color: #FF5113;
  padding: 70px 0;
}

.certifications-list .list .item {
	display: block;
	color: #FFF;
	position: relative;
	padding-left: 50px;
	margin-bottom: 10px;
	min-height: 64px;
	border-bottom: 1px solid rgba(255,255,255,0.3);
}

.certifications-list .list a.item:hover {
  color: #000;
}

.certifications-list .list .item i {
  position: absolute;
  left: 0;
  font-size: 40px;
}

.certifications-list .list .item .name {
  display: block;
  font-weight: 500;
  font-size: 20px;
}

.certifications-list .list .item .more {
  display: block;
  margin-top: -5px;
}


@media(max-width:767px) {
	history-band .text .section-title h3 {
		font-size: 20px;
	}

	.history-band {
		padding: 0px;	
	}

	.history-band .container {
		padding: 0px;
	}

	.history-band .text {
		max-width: 100%;
  		padding: 30px 15px;
	}

	.history-band .text .section-title h1 {
		margin-bottom: 5px;
	}

	.certifications-list {
		padding: 30px 0px;
	}

}


@media(max-width:400px) {

	.history-band .text .section-title h1 { 
  		font-size: 25px;
	}

}
/* ---------------------------------------------------------------------------------------------- */



/* Mezzi
------------------------------------------------------------------------------------------------- */
.means-grid .item {
  margin-bottom: 70px;
}

.means-grid .item .image {
  width: 100%;
  height: 500px;
  background-size: cover;
  background-position: center;
}

.means-grid .item .text-container {
  padding-right: 80px;
  height: 500px;
  display: table;
}

.means-grid .item .text-container .text {
  border: 1px solid #133075;
  display: table-cell;
  position: relative;
  padding: 50px;
  text-align: center;
  vertical-align: middle;
}

.means-grid .item .text-container .text:after {
  width: 100%;
  height: 5px;
  background-color: #133075;
  position: absolute;
  bottom: -1px;
  left: 0;
  content: "";
}

.means-grid .item .text-container .text .name {
  color: #133075;
  font-size: 25px;
  font-weight: 900;
  display: block;
  margin-bottom: 20px;
}

.means-grid .item:nth-child(2n+1) .text-container {
  float: right;
  padding-right: 15px;
  padding-left: 50px;
}

.means-grid .item .image-container {
  padding-left: 50px;
}

.means-grid .item:nth-child(2n+1) .image-container {
  padding-left: 15px;
  padding-right: 50px;
}

.means-grid .item .image-container img {
	display: none;
}

@media(max-width: 1450px) {
	.means-grid .item .image {
		height: 400px;
	}

	.means-grid .item .text-container {
		height: 400px;
  		padding-right: 50px;
	}
}

@media(max-width: 1200px) {
	.means-grid .item .text-container {
		width: 100%;
  		height: auto;
  		padding: 0px;
    	float: none;
  		margin-bottom: 50px;
	}

	.means-grid .item .image-container {
		width: 100%;
  		padding: 0px;
	}


	.means-grid .item:nth-child(2n+1) .image-container {
		padding: 0px;
	}


	.means-grid .item:nth-child(2n+1) .text-container {
		float: none;
  		padding-right: 0px;
        padding-left: 0px;
	}

	.means-grid .item {
    	margin-bottom: 50px;
	}

	.means-grid .item:last-child {
    	margin-bottom: 0px;
	}

	.means-grid .item .image {
    	height: 500px;
	}

}

@media(max-width: 767px) {
	.means-grid .item .text-container,
	.means-grid .item .image,
    .means-grid .item:nth-child(2n+1) .text-container {
		padding-right: 15px; 
  		padding-left: 15px;
	}

	.means-grid .item .text-container .text {
		border: 0px;
  		padding: 0px;
  		text-align: justify;
	}

	.means-grid .item .text-container .text:after {
		display: none;
	}

	#section-40309 {
		margin-bottom: 0px !important;
	}

	.means-grid .item,
	.means-grid .item .text-container {
		margin-bottom: 30px;
	}

	.means-grid .item .text-container .text .name {
		margin-bottom: 10px;
	}

	.means-grid .item .image-container .image {
		display: none;
	} 

	.means-grid .item .image-container img {
		display: block;
	} 
}
/* ---------------------------------------------------------------------------------------------- */



/* Contatti
------------------------------------------------------------------------------------------------- */
.contact-page.header-white {
	padding-top: 140px;
}

.contact-section {
  width: 50%;
  float: left;
  position: relative;
  background-color: #FF5113;
  padding: 150px 0 150px 130px;
  color: #FFF;
}

.contact-section::before {
  background-color: #FF5113;
  width: 3000px;
  height: 100%;
  position: absolute;
  content: "";
  left: 0;
  top: 0;
}

.contact-section .section-title {
  position: relative;
}

.contact-section .section-title h3 {
  color: #FFF;
}

.contact-section .section-title h3:before {
  background-color: #FFF;
}

.contact-section .section-title h1 {
  color: #FFF;
}

.contact-section .item {
  color: #FFF;
  position: relative;
  margin-bottom: 30px;
  font-size: 22px;
  padding-left: 55px;
}

.contact-section .item span {
  font-weight: 500;
  display: block;
  font-size: 30px;
}

.contact-section .item i {
  position: absolute;
  left: 0;
  top: 12px;
  font-size: 40px;
}

.contact-section .item a {
  color: #FFF;
}

.contact-section .item a:hover {
  color: #133075;
}

.section.feedback {
  width: 50%;
  float: left;
  padding-top: 70px;
  padding-right: 100px;
}

@media(max-width:1200px){
	.contact-page.header-white {
    	padding-top: 120px;
	}

	.section.feedback {
		width: 100%;
  		padding-right: 0px;
	}

	.contact-section::before { 
		display: none;
	}

	.contact-section.no-margin {
		width: 100%;
  		padding: 50px 30px;
  		margin-bottom: 70px !Important;
	}
}

@media(max-width: 767px){

	.section.feedback {
		padding-top: 30px;	
	}

	.contact-page.header-white {
    	padding-top: 100px ;
	}

	.contact-section.no-margin {
  		margin-bottom: 30px !Important;
  		padding: 30px 15px;
	}

	.contact-section .item {
		font-size: 18px;
  		margin-bottom: 15px;
	}

	.contact-section .item span {
		font-size: 23px;
	}

}

@media(max-width: 450px){
	.contact-page.header-white {
    	padding-top: 95px;
	}
}
/* ---------------------------------------------------------------------------------------------- */



/* Form
------------------------------------------------------------------------------------------------- */
.input-div .input-type-textarea, 
.input-div input.input-type-text, 
.input-div .input-type-dropdownlist, 
.input-div input.input-type-email,
.input-div input {
  max-width: 100% !important;
}

.input-div {
	position: relative;
}

.buttons {
	margin-bottom: 0;
	margin-top: 30px;
}

/*Validazioni*/
.inputbox .validation-highlight {
   background: #fff0f0 none repeat scroll 0 0 !important;
   border-color: #a90329;
}

.inputbox label.validation-error-label {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
	bottom: -15px;
	background-color: #a90329 !important;
	font-size: 10px;
	font-weight: lighter;
	padding: 2px 10px !important;
	position: absolute;
	color: #FFF !important;
	right: -5px;
}

.inputbox.vertical .validation-required {
	background-image: none !important;
	padding: 0 !important;
}

/* Modal*/
.modal .modal-dialog .modal-header .modal-title {
	font-size: 25px;
	font-weight: bold;
	letter-spacing: 0;
	color: #FFF;
}

.modal .modal-dialog .modal-header .modal-title i {
   margin-right: 5px;
}

.modal .modal-dialog .modal-footer {
	border-radius: 0 0 5px 5px;
	border-top: 1px dashed #e0e6ed;
}

.modal.saved-info .modal-body {
  text-align: center;
  font-size: 22px;
  padding: 50px 20px;
}

@media(max-width: 776px) {
	.modal .modal-dialog .modal-header .modal-title {
	  font-size: 20px; 
	}
}
/* ---------------------------------------------------------------------------------------------- */



/* Realizzazioni
------------------------------------------------------------------------------------------------- */
/*Lista*/
.realizations-list a.item {
  display: block;
  margin-bottom: 50px;
  color: #000;
}

.realizations-list a.item .image {
  height: 400px;
  background-size: cover;
  background-position: center;
  position: relative;
  margin-bottom: 20px;
  overflow: hidden;
}

.realizations-list a.item .image .overlay-image {
  position: absolute;
  background-color: #133075;
  width: 100%;
  height: 100%;
  transition: all 0.4s ease 0s;
  opacity: 0;
}

.realizations-list a.item:hover .image .overlay-image {
  opacity: 0.7;
}

.realizations-list a.item .image .more {
  position: absolute;
  bottom: -50px;
  font-weight: 500;
  color: #FFF;
  right: 30px;
  transition: all 0.4s ease 0s;
  background-color: #FF5113;
  padding: 5px 25px;
}

.realizations-list a.item:hover .image .more {
  bottom: 30px;
}

.realizations-list a.item .image .more i {
  margin-left: 5px;
}

.realizations-list a.item h4 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 25px;
  color: #133075;
  font-weight: 900;
}

.realizations-list a.item .details {
  margin: 0 -5px;
}

.realizations-list a.item .details:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}

.realizations-list a.item .details .item {
  padding: 0 5px;
  font-size: 17px;
}

.realizations-list a.item .details .item span {
  text-transform: uppercase;
  font-weight: 500;
  color: #133075;
}

@media(max-width: 767px) {
	.realizations-list a.item {
		margin-bottom: 30px;
	}

	.realizations-list a.item .image {
		height: 270px;
	}
}

@media(max-width: 450px) {
	.realizations-list a.item .details .item {
		width: 100%;
	}
		
	.realizations-list a.item .details .item span {
		display: inline-block;
  		padding-right: 10px;
	}
}


.realization-detail .text{
	margin-top: 70px;
}

.realization-detail .info-box {
	background-color: #FF5113;
    padding: 20px 40px;
    color: #fff;
}

.realization-detail .item:first-child {
	margin-top: 20px;
}

.realization-detail .item {
	display: block;
    margin-bottom: 20px;
    padding-left: 10px;
}

.realization-detail .item span {
	display: block;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 30px;
    border-left: 3px solid #fff;
    padding-left: 10px;
    line-height: 27px;
    margin-bottom: 5px;
}

.realization-detail .item div {
	padding-left: 10px;
    font-size: 23px;
}

.realization-detail .gallery {
	margin-top: 70px;
}


.realization-detail .justified-gallery > a > .caption,
.realization-detail .justified-gallery > div > .caption {
    width: 100% !important;
    height: 100% !important;
    color: transparent !important;
    background-color: rgba(19,48,117,0.6);
}

.realization-detail .prev-page i {
	float: left;
    background-color: #133075;
    font-size: 30px;
    width: 80px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    position: relative;
    display: inline-block;
    color: #fff;
    margin-top: 30px;
}

.realization-detail .prev-page i:hover {
	background-color: #FF5113;
    color: #fff;
}

.realization-detail .next-page i {
	float: right;
    background-color: #FF5113;
    font-size: 30px;
    width: 80px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    position: relative;
    display: inline-block;
    color: #fff;
    margin-top: 30px;
}

.realization-detail .next-page i:hover {
	background-color: #133075;
    color: #fff;
}

.realization-detail .label-prec {
	float: left;
    margin-top: 56px;
    margin-left: 20px;
    font-weight: 600;
    color:#133075;
}

.realization-detail a:hover .label-prec {
	color: #FF5113;
}

.realization-detail .label-succ {
	float: right;
    margin-top: 56px;
    margin-right: 20px;
    font-weight: 600;
}

@media(max-width: 1200px) {
	.realization-detail .info-box {
		padding: 20px;
  		display: block;
	}

	.realization-detail .item:first-child {
		margin: 10px 0px;
	}
}

@media(max-width: 991px) {
	.realization-detail .info-box {
		margin-top: 20px;
  		display: inline-block;
		width: 100%;
        padding: 10px;
	}

	.realization-detail .item {
		width: 50%;
  		float: left;
  		margin-top: 10px;
  		margin-bottom: 10px;
	}
}

@media(max-width: 767px) {
	.realization-detail .text {
    	margin-top: 30px;
	}

	.realization-detail .item {
		width: 100%;
  		float: none;
	}

	.realization-detail .item span	{
		font-size: 18px;
        line-height: 18px;
	}

	.realization-detail .item div {
		font-size: 20px;
	}

	.realization-detail .gallery {
		margin-top: 30px;
	}
	
	.realization-detail .next-page i {
    	font-size: 25px;
    	width: 40px;
    	height: 40px;
    	line-height: 41px;
  		margin-top: 15px;
	}

	.realization-detail .label-succ {
		margin-top: 17px;
	}

	.realization-detail .prev-page i {
		font-size: 25px;
    	width: 40px;
    	height: 40px;
    	line-height: 41px;
    	margin-top: 15px;
	}
	
}

@media(max-width: 500px) {
	.realization-detail .label-prec, 
	.realization-detail .label-succ {
		display: none;
	}
}

.other-realization-carousel{
	text-align: center;
}

.other-realization-carousel .item a .image {
    width: 100%;
    height: 400px;
    background-size: cover;
    position: relative;
}

.other-realization-carousel .item .overlay-item {
	position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(19,48,117,0.4);
    top: 0px;
    opacity: 0;
}

.other-realization-carousel .title {
    font-weight: 900;
    display: block;
    font-size: 30px;
    position: absolute;
    bottom: 15px;
    left: 30px;
    transition: all 0.4s ease 0s;
    color: #fff;
}

.other-realization-carousel .more{
    position: absolute;
    bottom: -50px;
    transition: all 0.4s ease 0s;
    left: 30px;
    text-transform: uppercase;
    font-weight: 500;
    color: #fff;
}

.other-realization-carousel a:hover .title {
    bottom: 50px;
}

.other-realization-carousel a:hover .more {
    bottom: 20px;
}

.other-realization-carousel .item:hover .overlay-item {
	opacity: 1;
}

.other-realization-carousel .owl-theme .owl-nav {
	float: right;
}

.other-realization-carousel .btn-blue {
    float: left;
    margin-top: 10px;
}

.other-realization-carousel .owl-carousel .owl-nav button.owl-next,
.other-realization-carousel .owl-carousel .owl-nav button.owl-prev {
    height: 50px;
    background-color: #FF5113;
    margin: 0;
    width: 50px;
    border-radius: 0;
    color: #FFF;
}

.other-realization-carousel .owl-carousel .owl-nav button.owl-prev {
    background-color: #133075;
}

.other-realization-carousel .owl-carousel .owl-nav button.owl-prev:hover {
    background-color: #FF5113;
}
	
.other-realization-carousel .owl-carousel .owl-nav button.owl-next:hover {
	background-color: #133075;
}


@media(max-width: 767px) {
	.other-realization-carousel .item a .image {
		height: 300px;
	}

	.other-realization-carousel .title {
		text-align: left;
  		font-size: 23px;
	}

	.other-realization-carousel a .title {
    	bottom: 50px;
	}

	.other-realization-carousel a .more {
    	bottom: 20px;
	}		
}

@media(max-width: 400px) {
	.other-realization-carousel .more,
	.other-realization-carousel .title {
		font-size: 23px;
	}

	.other-realization-carousel .more {
		font-size: 19px;
	}

	.other-realization-carousel .btn-blue {
		width: 100%;
	}
}
/* ---------------------------------------------------------------------------------------------- */



/* Immobliare
------------------------------------------------------------------------------------------------- */
/*Lista strutture e appartamenti*/
.rea .structures-list .introduction {
  margin-bottom: 40px;
}

.rea .structures-list .item/*,
.rea .structure-element-list .item*/ {
  color: #000;
  margin-bottom: 30px;
  display: block;
  border: 1px solid #EDEDED;
  overflow: hidden;
}

.rea .structures-list.structures-carousel .item {
	margin-bottom: 0;
}

.rea .structures-list .item .image/*,
.rea .structure-element-list .item .image*/ {
  position: relative;
  height: 270px;
  background-size: cover;
  background-position: center;
  transition: all 0.4s ease 0s;
}

.rea .structures-list .item .image .zone {
	position: absolute;
	z-index: 3;
	bottom: 10px;
	background-color: #FF5113;
	color: #FFF;
	font-size: 15px;
	right: 10px;
	padding: 1px 7px;
	border-radius: 2px;
}

.rea .structures-list .item .image .overlay-image/*,
.rea .structure-element-list .item .image .overlay-image*/ {
  background-color: #133075;
  opacity: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  top: 0;
  transition: all 0.4s ease 0s;
}

.rea .structures-list .item:hover .image .overlay-image/*,
.rea .structure-element-list .item:hover .image .overlay-image*/ {
  opacity: 0.7;
}

.rea .structures-list .item .text {
  height: 195px;
  padding: 15px;
  font-size: 17px;
  overflow: hidden;
}

.rea .structures-list .item .text .name/*,
.rea .structure-element-list .item .text .name*/ {
  color: #133075;
  font-weight: 500;
  font-size: 25px;
  margin-bottom: 5px;
  display: block;
}

.rea .structures-list .item .more-link/*,
.rea .structure-element-list .item .more-link*/ {
	font-weight: 500;
	text-transform: uppercase;
	background-color: #FF5113;
	transition: all 0.4s ease 0s;
	color: #FFF;
	padding: 5px 15px;
	text-align: right;
	font-size: 16px;
}

.rea .structures-list .item:hover .more-link/*,
.rea .structure-element-list .item:hover .more-link*/ {
  background-color: #133075;
}

.owl-theme .owl-dots .owl-dot.active span {
    background: #133075;
}

/*Dettaglio Struttura e appartamento*/
.header-image .structure-header-info {
  color: #FFF;
}

.header-image .structure-header-info h1 {
  margin-top: 0;
  animation-delay: 2s;
  font-size: 55px;
  font-weight: bold;
}

.header-image .structure-header-info span {
  animation-delay: 3s;
  font-size: 30px;
}

@media(max-width:991px){
.header-image .structure-header-info h1 {
  font-size: 35px;
}
.header-image .structure-header-info span {
  font-size: 25px;
}
}

@media(max-width:767px){
.header-image .structure-header-info h1 {
  font-size: 25px;
}
.header-image .structure-header-info span {
  font-size: 20px;
}
.breadcrumb {
  margin: 10px 0 20px;
  font-size: 12px;
}
}

.rea .detail-chapter {
  margin-bottom: 50px;
}

.rea .detail-chapter .title {
  position: relative;
  display: block;
  font-size: 25px;
  font-weight: 500;
  margin-bottom: 15px;
  line-height: 20px;
  padding-left: 10px;
}

.rea .detail-chapter .title:before {
  content: "";
  position: absolute;
  width: 3px;
  height: 100%;
  background-color: #FF5113;
  left: 0;
}

.rea .detail-chapter > .address {
  font-size: 25px;
  display: block;
  margin-bottom: 20px;
}

.rea .detail-chapter .price {
	background-color: #FF5113;
	display: inline-block;
	padding: 10px 20px;
	color: #FFF;
	font-weight: bold;
	margin-top: 15px;
}

.rea .feature-info {
  margin-top: 30px;
}

.rea .structure-element-container {
	margin-top: 60px;
}

.rea .feature-info .text {
	margin-top: 65px;
}

.rea .feature-info .text .title {
  font-weight: 500;
  font-size: 22px;
  color: #FF5113;
  text-transform: uppercase;
  margin-bottom: 10px;
  display: block;
}

.rea .feature-info .image img {
  margin: 0 auto;
}

.rea .feature-info:nth-child(2n+1) .image {
  float: right;
}

.rea .structure-gallery-container {
	margin: 0 -20px;
}

.rea .structure-gallery.justified-gallery .overlay-image {
	background-color: rgba(19,48,117,0.6);
	position: absolute;
	width: 100%;
	height: 100%;
	opacity: 0;
	transition: all 0.4s ease 0s;
}

.rea .structure-gallery.justified-gallery a:hover .overlay-image {
	opacity: 1;
}

/*Lista appartamenti*/
.rea .structure-element-list {
	margin-top: 15px;
}

.structure-element-list .item {
  border-bottom: 1px solid #EDEDED;
  display: block;
  padding: 10px 0;
  position: relative;
}

.structure-element-list .item .name {
  color: #133075;
  font-weight: 500;
  font-size: 21px;
}

.structure-element-list .item .more-link {
  float: right;
  margin-top: 3px;
  font-weight: 500;
  font-size: 17px;
}

.structure-element-list .item .more-link i {
  background-color: #FF5113;
  color: #FFF;
  border-radius: 50%;
  font-size: 16px;
  padding: 6px;
  margin-left: 3px;
}

.structure-element-list .item:hover .more-link i {
  background-color: #133075;
}

/*Seconda parte di caratteristiche*/
.rea .second-features > .title {
	border-bottom: 2px solid#FF5113;
	color: #FF5113;
	display: block;
	font-weight: bold;
	text-transform: uppercase;
	padding: 0 5px 10px;
	margin-top: 40px;
	font-size: 30px;
}

.rea .second-features .feature-info {
  margin-top: 40px;
  border-bottom: 1px dashed #AAA;
  padding-bottom: 40px;
}

.rea .second-features .feature-info .text {
	margin-top: 0;
}

.rea .second-features .feature-info:nth-child(2n+1) .image {
  float: left;
}

.rea .second-features .feature-info:last-child {
  border: none;
  padding-bottom: 0;
}

.rea .external-link {
  background-color: #EFEFEF;
  padding: 10px;
  text-align: center;
  margin-top: 15px;
}

/*Lista appartamenti*/
.rea .structure-element-list .item .text {
  padding: 15px;
}

/*
.rea .structure-element-list .item .text .attributes:after {
  clear: both;
  content: ".";
  height: 0;
  visibility: hidden;
  display: block;
}

.rea .structure-element-list .item .text .attributes .attribute-item {
  width: 33.33333333%;
  float: left;
  font-size: 17px;
}

.rea .structure-element-list .item .text .attributes .attribute-item img {
  max-width: 40px;
  margin-bottom: 5px;
}

.rea .structure-element-list .item .text .attributes .attribute-item span {
  font-weight: 500;
}
*/


/*FIlo download Appartamento*/
.download-box {
  background-color: #FF5113;
  text-align: center;
  padding: 20px;
  margin: 40px 0;
}

.download-box a {
  background-color: #FFF;
  display: inline-block;
  padding: 4px 25px;
  color: #000;
  font-weight: 500;
  margin: 0 5px;
}

.download-box a i {
  background-color: #FF5113;
  border-radius: 50%;
  color: #FFF;
  width: 30px;
  height: 30px;
  line-height: 30px;
  font-size: 14px;
}

.download-box a:hover {
  background-color: #133075;
  color: #FFF;
}

/*Immagini planimetrie*/
.planimetry-image img + img {
	margin-top: 40px;
}

/*Attributi Appartamento*/
.structure-element-features {
  background-color: #FF5113;
  color: #FFF;
  padding: 30px;
}

.structure-element-features .title {
  margin-bottom: 20px !important;
}

.structure-element-features .title:before {
  background-color: #133075 !important;
}

.structure-element-features .item {
  margin-bottom: 10px;
}

.structure-element-features .item:last-child {
  margin-bottom: 0;
}

.structure-element-features .item img {
  max-width: 45px;
  padding: 5px;
  background-color: #FFF;
  display: inline-block;
  margin-right: 5px;
}

.structure-element-features .item span {
  font-weight: 600;
}

.structure-element-features .item span a {
	background-color: #FFF;
	display: inline-block;
	font-size: 16px;
	padding: 3px 20px;
	border-radius: 2px;
	margin-left: 5px;
}

.structure-element-features .item span a:hover {
  	color: #FFF;
	background-color: #133075;
}

@media(max-width:991px){
.rea .feature-info .text {
	margin-top: 10px;
}
}

@media(max-width: 767px){
	.structure-element-features {
		padding: 15px;
	}
.structure-element-list .item .more-link {
  float: none;
  text-align: right;
}
.structure-element-list .item .name {
  font-size: 18px;
}

.rea .second-features .feature-info:nth-child(2n+1) .image {
  float: none;
}
.rea .second-features .feature-info .text {
  margin-top: 15px;
}
.rea .detail-chapter > .address {
	font-size: 20px;
	margin-bottom: 10px;
}

.download-box a {
  display: block;
  margin: 0 0 10px;
}
.download-box a:last-child {
  margin-bottom: 0;
}
}

@media(max-width: 600px){
	.structure-element-features .item {
		width: 100%;
	}
}

@media(max-width: 400px){

	.structure-element-features .item {
		font-size: 17px;
	}
 
	.structure-element-features .item img {
		max-width: 35px;
	}
}

/*Box*/
.rea.structure .box-list {
  margin-top: -10px;
  margin-bottom: 50px;
}

.rea.structure .box-list .item {
  border: 2px solid #FF5113;
  padding: 20px;
}

.rea.structure .box-list .item .name {
  color: #FF5113;
  font-weight: bold;
  font-size: 20px;
}

.rea.structure .box-list .item div span {
  font-weight: bold;
}

@media(max-width:767px){
.rea.structure .box-list .item {
  padding: 15px;
  margin-bottom: 20px;
}
.rea.structure .box-list {
  margin-bottom: 20px;
}
}

/*Richiedi informazioni*/
.request-info-box {
  position: fixed;
  bottom: 10px;
  right: 10px;
  z-index: 3;
  border-radius: 5px;
  background-color: #FFF;
  box-shadow: 0px 0px 5px rgba(0,0,0,0.6);
  text-align: center;
  display: inline-block;
  color: #000;
}

.request-info-box:hover {
  color: #000;
}

.request-info-box .text {
  padding: 10px 15px;
  font-size: 17px;
}

.request-info-box .text span {
  font-weight: 500;
  display: block;
  font-size: 20px;
}

.request-info-box .text span i {
  background-color: #FF5113;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  line-height: 35px;
  color: #FFF;
}

.request-info-box .link .btn {
  border-radius: 0 0 5px 5px;
  font-weight: 600;
  font-size: 16px;
  padding: 10px;
  display: block;
}

.request-info-box:hover .link .btn {
  background-color: #000;
  border-color: #000;
}

.request-info-box .link .btn:hover {
  border-color: #000;
}

.rea.contacts .privacy-html .form-group {
  margin-top: 30px;
  font-size: 14px;
}

.rea.contacts .privacy-html .form-group #privacyInputCheckbox {
  margin-left: 0;
}

.rea.contacts .privacy-html .form-group .validation-error-label {
  right: auto !important;
}

.rea.contacts .information {
	background-color: #00B600;
	color: #FFF;
	border: 1px solid #00B600;
	padding: 15px;
	margin-bottom: 15px;
	text-align: center;
	font-weight: 500;
	border-radius: 5px;
}

@media(max-width: 767px) {
	.request-info-box .text {
		font-size: 15px;
	}

	.request-info-box .text {
    	padding: 5px 10px;
	}

	.request-info-box .link .btn {
  		padding: 5px;
	}

	.request-info-box .text span {
		font-size: 18px;
	}

	.request-info-box .text span i {
    	width: 25px;
    	height: 25px;
    	line-height: 28px;
	  	font-size: 15px; 
	}
}/* ---------------------------------------------------------------------------------------------- */



/* Realizzazione 2
------------------------------------------------------------------------------------------------- */

.realizations-list.second a.item .text .more {
    font-weight: 500;
    color: #FF5113;
}

.realizations-list.second a.item:hover .text .more {
	color: #000;
}

.realizations-list.second a.item .text {
	min-height: 89px;
}
 
.realizations-list.second a.item h4 {
	font-weight: 400;
}

.realization-detail.second .text {
    margin-top: 25px;
}

.realization-detail.second .info-box {
    background-color: transparent;
    color: #000;
  	padding: 0px;
  	margin-bottom: 10px;
}

.realization-detail.second .item {
	margin-top: 5px;
  	margin-bottom: 5px;
  	padding-left: 0px;
}

.realization-detail.second .item span {
 	display: inline-block;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 21px;
    border-left: 0px;
    padding-left: 0px;
    line-height: 0px;
    margin-bottom: 5px;
}
/* ---------------------------------------------------------------------------------------------- */



/* Cooming soon
------------------------------------------------------------------------------------------------- */
.page-id-21903 .header-sections-container,
.page-id-21903 footer {
       display: none;
}

.coming-soon-contact .item i {
  	position: absolute;
  	left: 0px;
  	width: 100px;
    height: 100px;
    background-color: #FF5113;
    color: #fff;
    font-size: 50px;
    padding: 26px;
    text-align: center;
}

.coming-soon-contact .item {
	padding-left: 130px;
}

.coming-soon-contact .item span {
	display: block;
    font-weight: 600;
    text-transform: uppercase;
    color: #133075;
    font-size: 30px;
}

@media(max-width: 991px){
	.coming-soon-contact .item {
		margin-bottom: 20px;
    	min-height: 100px;
	}

	.page-id-21903 .navbar-default .navbar-toggle {
		display: none;
	}
}

@media(max-width: 767px){
	.coming-soon-contact .item i {
    	width: 50px;
    	height: 50px;
    	font-size: 28px;
    	padding: 10px;
	}

	.coming-soon-contact .item {
    	margin-bottom: 10px;
    	min-height: auto;
    	padding-left: 65px;
	} 

	.coming-soon-contact .item span {
		font-size: 20px;
	}
}
/* ---------------------------------------------------------------------------------------------- */