@charset "UTF-8";

#header .header-inner #logo a > img, #header #header-wrap #logo a > img {
/*
    height: 60px;
*/
    height: 80px;
    margin-top: 9px;
    display: block;
}

#header .header-inner, #header #header-wrap {
    height: 100px;
}

#header {
    line-height: 100px;
}

#mainMenu nav > ul > li > a {
    position: relative;
    font-family: "Open Sans", sans-serif;
    padding: 8px 12px;
    text-transform: initial;
    font-size: 18px;
    font-weight: 600;
	text-transform: uppercase;
/*
    background-color: #eeeeee;
	background-color: #007ac0;
*/
    letter-spacing: 0.4px;
    color: #fff;
/*
    color: #007ac0;
*/
	border-radius: 15px 0 15px 15px;
	background: rgb(6,180,192);
	background: -moz-linear-gradient(48deg, rgba(6,180,192,1) 0%, rgba(0,123,195,1) 100%);
	background: -webkit-linear-gradient(48deg, rgba(6,180,192,1) 0%, rgba(0,123,195,1) 100%);
	background: linear-gradient(48deg, rgba(6,180,192,1) 0%, rgba(0,123,195,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#06b4c0",endColorstr="#007bc3",GradientType=1);
}

.dark #mainMenu nav > ul > li > a, #mainMenu.dark nav > ul > li > a {
/*
    color: #007ac0;
*/
    color: #fff;
}

.dark #mainMenu nav > ul > li:hover > a, #mainMenu nav > ul > li:hover > a {
	color:#fff;
/*
	background-color: #63b2bf;
	background-color:transparent;
*/
	background: rgb(0,123,195);
	background: -moz-linear-gradient(48deg, rgba(0,123,195,1) 0%, rgba(6,180,192,1) 100%);
	background: -webkit-linear-gradient(48deg, rgba(0,123,195,1) 0%, rgba(6,180,192,1) 100%);
	background: linear-gradient(48deg, rgba(0,123,195,1) 0%, rgba(6,180,192,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#007bc3",endColorstr="#06b4c0",GradientType=1);
}

.heading-text h2 {
    letter-spacing: -3px;
	font-weight:600;
}

.team-desc h3 {
	font-weight:600;
	letter-spacing:-0.5px;
}

.team-members .team-member .team-desc > p {
    margin-top: 8px;
    font-size: 14px;
	line-height: 1.2em;
}

.bg-overlay[data-style="13"] {
	background: rgb(255,255,255);
	background: rgb(255,255,255);
	background: -moz-linear-gradient(0deg, rgba(255,255,255,0) 65%, rgba(255,255,255,1) 100%);
	background: -webkit-linear-gradient(0deg, rgba(255,255,255,0) 65%, rgba(255,255,255,1) 100%);
	background: linear-gradient(0deg, rgba(255,255,255,0) 65%, rgba(255,255,255,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#ffffff",GradientType=1);
	opacity: 1;
}

.shape-divider {
	z-index:4 !important;
}

.logo_bg {
	background-image:url('../images/marchio_bg.png'); 
	background-size:contain; 
	background-repeat:no-repeat; 
	background-position:right;
}

.ombrato {
	text-shadow:0 0 10px rgba(0,0,0,1);
}

.primocolore, .text-dark i.primocolore {
	color:#007ac0 !important;
}

h1, h2, h3, h4, .post-item .post-item-description > h2, .post-item .post-item-description > h2 > a {
	color:#007ac0 !important;
}

.icon-box.border .icon, .icon i {
    border: 3px solid #007ac0;
    color: #007ac0 !important;
}

.heading-text.heading-line h4:before {
	background-color:#63b2bf !important;
}

.secondocolore, .text-dark i.secondocolore {
	color:#63b2bf !important;
}

.bianco {
	color:#fff !important;
}

.bgblock {
	background: rgb(6,180,192);
	background: -moz-linear-gradient(24deg, rgba(6,180,192,1) 0%, rgba(0,132,161,1) 100%);
	background: -webkit-linear-gradient(24deg, rgba(6,180,192,1) 0%, rgba(0,132,161,1) 100%);
	background: linear-gradient(24deg, rgba(6,180,192,1) 0%, rgba(0,132,161,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#06b4c0",endColorstr="#0084a1",GradientType=1);
}


.ct-divider--type3 {
  margin-bottom: 30px;
  margin-top: 30px;
  font-size: 34px;
  width:100%;
  text-align:center;
}

.ct-divider--type3 .ct-line {
  display: inline-block;
}
.ct-divider--type3 {
  color: #666666;
}
.ct-divider--type3 .ct-line {
  width: 40%;
  margin-bottom: 9px;
}
.ct-divider--type3 .ct-line--left {
  background: transparent url("../images/divider-left.png") repeat-x;
  height: 9px;
  background-position: 7px 0;
}
.ct-divider--type3 .ct-line--left-arancio {
  background: transparent url("../images/divider-left-arancio.png") repeat-x;
  height: 9px;
  background-position: 7px 0;
}
.ct-divider--type3 .ct-line--right-arancio {
  background: transparent url("../images/divider-right-arancio.png") repeat-x;
  height: 9px;
  background-position: 8px 0;
}
.ct-divider--type3 .ct-line--left-white {
  background: transparent url("../images/divider-left-white.png") repeat-x;
  height: 9px;
  background-position: 7px 0;
}
.ct-divider--type3 .ct-line--right-white {
  background: transparent url("../images/divider-right-white.png") repeat-x;
  height: 9px;
  background-position: 8px 0;
}
.ct-divider--type3 .ct-line--left--light {
  background: transparent url("../images/divider-left-light.png") repeat-x;
  height: 9px;
  background-position: 7px 0;
}
.ct-divider--type3 .ct-line--right--light {
  background: transparent url("../images/divider-right-light.png") repeat-x;
  height: 9px;
  background-position: 8px 0;
}
.ct-divider--type3 .ct-line--right {
  background: transparent url("../images/divider-right.png") repeat-x;
  height: 9px;
  background-position: 8px 0;
}
.ct-divider--type3 img {
	margin:0 10px;
}

.icon-img {
	width:30px;
	height:auto;
}

.testimonial.testimonial-single .testimonial-item {
    padding: 30px 3px;
}

.testimonial.testimonial-single .testimonial-item p {
	font-size:14px;
	line-height:1em;
}

#footer .footer-content {
    padding: 60px 0 0 0;
}

.dark #header .header-inner, .dark #header #header-wrap, #header.dark .header-inner, #header.dark #header-wrap {
    background-color: #0a2f44;
}

.bicolor {
    color: #0a2f44 !important;
    background: #fff !important;
}

.bicolor:hover {
    color: #fff !important;
    background: #0a2f44 !important;
}

@media (max-width: 1024px) {
	.dark #mainMenu nav > ul > li:hover > a, #mainMenu nav > ul > li:hover > a,#mainMenu nav > ul > li > a  {
		background-color:#fff;
	} 
	#mainMenu nav > ul > li > a {
		background-color: #eeeeee;
		letter-spacing: 0.4px;
		color: #007ac0;
	}
}

@media (max-width: 1401px) {
	.logo-dark {
		max-width:280px;
		height:auto;
	}
}

.card.scuro .card-footer {
    background-color: #0f2836;
    border-top: 1px solid #0f2836;
}

.card.scuro {
    border: 1px solid #0f2836;
	background-color: #0f2836;
}

.card.scuro .card-header {
    border-bottom: 1px solid #000;
}

.card.scuro .card-title {
    color: #fff;
	font-weight:bold;
}

.card.scuro .card-text {
    color: #bbb;
}

.team-members .team-member.scuro {
	background-color: #0f2836;
	border: 1px solid #0f2836;
}
.team-members .team-member.scuro p {
	color: #bbb;
}

.post-image {
	background-position:center center; 
	background-size:cover;
}

.info_light {
	color: #ccc;
    font-size: 0.9em !important;
    line-height: 1.3em;
}

.post-thumbnail-list .post-thumbnail-entry > img {
	height:auto;
}

.post-item.scuro > .post-item-wrap > .post-item-description {
	background-color: #0f2836;
}

.post-item.scuro.border .post-item-wrap {
	border: 1px solid #0f2836;
}

.post-item.scuro .post-item-description p, .post-item.scuro .post-item-description a {
	color:#bbb;
}

.show-hide-password .input-group-append {
	max-height:40px;
}