
/******************************************************************************/
/*	CUSTOM									                                  */
/******************************************************************************/



/*HIDDEN BLOCK***************************************************************************/
.alert-warning,
.page-portfolio,
.alert-heading,
.twitter-user-timeline {display: none}

/*LOGO NAVIGATION BAR***************************************************************************/
#navigation-bar .logo {height: 42px !important}
#navigation-bar .logo img{ max-width: 150px; margin: 10px 10px;}
#navigation-bar.navigation-bar-sticky .logo {display: block !important}
	.blog #navigation-bar { margin-top: 0px;}


/*BACKGROUND***************************************************************************/
.background { position: relative; margin-top: -60px;}
	.background img{ width: 100%; height: auto;}


/*BREADCRUMBS***************************************************************************/
.breadcrumbs ul li{ float: left; list-style: none; padding: 5px 10px 0 0;}
	.breadcrumbs ul li a {padding: 0 10px 0 0; color: #007D84}

/*MODULO CONTATTI***************************************************************************/
li.page-contact p.subheader{ display: none}

  li .field-box.privacy {background-color: #007d84 !important; padding: 5px 0px 0px 0px;}
	li .field-box.privacy label {margin-left: 30px; font-size: 11px; max-width: 340px; top: 5px}
	li .field-box.privacy input {width: 20px; margin: 4px 0;}
	li .field-box.privacy iframe {float: right; margin: 5px 0 10px}



/*FOOTER***************************************************************************/
.footer .layout-p-33x66>.column-left {width: 100%}

/*MODULO OPZIONI TECNICHE***************************************************************************/
.opzioni-tecniche { margin-top: 60px; display: block; }
.opzioni-tecniche h4 { font-size: 18px; }
.opzioni-tecniche .column-left h2 { font-size: 20px; line-height: 20px; height: 40px; }
.opzioni-tecniche .column-left p { height: 340px; }
.opzioni-tecniche p { font-size:  16px; line-height:  20px; }

.opzioni-tecniche .pricing-list-features { font-size:  15px; color: #007d84; font-weight: 600; }

.page-header h2 { font-size: 34px; font-weight: 300; }
.blog h4 { margin-bottom: 0 !important; }
.blog_elenco_blog .item {
	padding-bottom: 15px;
	margin-bottom: 0px;
	border-style: solid;
	border-width: 0px 0px 1px 0px;
	border-color: #E9E9E3;
	min-height: 300px;
}

.widget-category-list a.selected , .widget-category-list a:hover{
	color: #007D84 !important;
}

.post-list-content p, .post-list-content {
	color: #d9d9d9;
}

.post-list-content img {
	padding: 15px;
	padding-top: 0;
}

.post-list-content h4 {
	margin-bottom:  25px !important;	
}

.check {
	display: block;
	width: 15px;
	height: 14px;
	background: url(/images/check.png) no-repeat 0 0;
	position: relative;
	top: 3px;
	float:  right;
	right:  -3px;
}

li .checked {
	color:#007d84 !important;
	font-weight: bold !important;
}

.textarea.privacy {
	overflow: visible !important;
	font-size:  11px;
	height: 90px !important;
	border: 1px solid #004245;
	padding: 10px 5px 10px;
	margin-bottom: 5px;
}

.block.field-box.privacy {
	color: #FFF;
	font-size:  14px;
}

.area.riservata {
	margin-top:  -4px !important;
	width: 90%;
	height: 90%;
}

.link_blog {
	margin-top:  -2px !important;
}


/*TABELLA 3 OPZIONI TECNICHE***************************************************************************/

.tftable {
	width: 100%;
	border: none;
}
.tftable a:link {
	color: #666;
	font-weight: bold;
	text-decoration:none;
}
.tftable a:visited {
	color: #999999;
	font-weight:bold;
	text-decoration:none;
}
.tftable a:active,
.tftable a:hover {
	color: #bd5a35;
	text-decoration:underline;
}
.tftable {
	font-family:Arial, Helvetica, sans-serif;
	color:#666;
	font-size:12px;
	text-shadow: 1px 1px 0px #fff;
	background:#eaebec;
	margin-top:60px;
	border:#ccc 1px solid;

	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;

	-moz-box-shadow: 0 1px 2px #d1d1d1;
	-webkit-box-shadow: 0 1px 2px #d1d1d1;
	box-shadow: 0 1px 2px #d1d1d1;
}
.tftable th {
	padding:21px 25px 22px 25px;
	border-top:1px solid #fafafa;
	border-bottom:1px solid #e0e0e0;
	
	text-transform: uppercase;
	text-align: center !important;

	background: #ededed;
	background: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#ebebeb));
	background: -moz-linear-gradient(top,  #ededed,  #ebebeb);
}
.tftable th:first-child{
	text-align: left;
	padding-left:20px;
}
.tftable tr:first-child th:first-child{
	-moz-border-radius-topleft:3px;
	-webkit-border-top-left-radius:3px;
	border-top-left-radius:3px;
}
.tftable tr:first-child th:last-child{
	-moz-border-radius-topright:3px;
	-webkit-border-top-right-radius:3px;
	border-top-right-radius:3px;
}
.tftable tr{
	text-align: center;
	padding-left:20px;
}
.tftable tr td:first-child{
	/* text-align: left; */
	padding-left:20px;
	border-left: 0;
}
.tftable tr td {
	padding:18px;
	border-top: 1px solid #ffffff;
	border-bottom:1px solid #e0e0e0;
	border-left: 1px solid #e0e0e0;
	
	background: #fafafa;
	/* background: -webkit-gradient(linear, left top, left bottom, from(#fbfbfb), to(#fafafa)); */
	background: -moz-linear-gradient(top,  #fbfbfb,  #fafafa);
}
.tftable tr.even td{
	background: #f6f6f6;
	background: -webkit-gradient(linear, left top, left bottom, from(#f8f8f8), to(#f6f6f6));
	background: -moz-linear-gradient(top,  #f8f8f8,  #f6f6f6);
}
.tftable tr:last-child td{
	border-bottom:0;
}
.tftable tr:last-child td:first-child{
	-moz-border-radius-bottomleft:3px;
	-webkit-border-bottom-left-radius:3px;
	border-bottom-left-radius:3px;
}
.tftable tr:last-child td:last-child{
	-moz-border-radius-bottomright:3px;
	-webkit-border-bottom-right-radius:3px;
	border-bottom-right-radius:3px;
}
.tftable tr:hover td{
	/* background: #f2f2f2; */
	/* background: -webkit-gradient(linear, left top, left bottom, from(#f2f2f2), to(#f0f0f0)); */
	background: -moz-linear-gradient(top,  #f2f2f2,  #f0f0f0);	
}

.tftable .checked {
	/* display: block; */
	/* width: 15px; */
	/* height: 14px; */
	background: #fafafa url(/images/check.png) no-repeat 50% 50%;
	/* position: relative; */
	/* left: 50%; */
	/* margin-left: -7px; */
}


/*TIMELINE*************************************************************************/

.container-roadmap img { border: 0; max-width: 100%; }

.container-roadmap .page-header h1 {
  font-size: 3.26em;
  text-align: center;
  color: #efefef;
  text-shadow: 1px 1px 0 #000;
}

/** timeline box structure **/
.timeline {
  list-style: none;
  padding: 20px 0 20px;
  position: relative;
}

.timeline:before {
  top: 0;
  bottom: 0;
  position: absolute;
  content: " ";
  width: 3px;
  background-color: #eee;
  left: 50%;
  margin-left: -1.5px;
}

.tldate {
  display: block;
  width: 200px;
  border: 0px solid #0a5054 ;
  color: #ededed;
  margin: 0 auto;
  padding: 10px;
  font-weight: bold;
  text-align: center;
  -webkit-box-shadow: 0 0 11px rgba(0,0,0,0.35);
}

.tldate.one {background: #10848c;}
.tldate.two {background: #0c777e;}
.tldate.three {background: #046064;}
.tldate.four {background: #005256;}

.timeline li {
  margin-bottom: 25px;
  position: relative;
}

.timeline li:before, .timeline li:after {
  content: " ";
  display: table;
}
.timeline li:after {
  clear: both;
}
.timeline li:before, .timeline li:after {
  content: " ";
  display: table;
}

/** timeline panels **/
.timeline li .timeline-panel {
  width: 46%;
  float: left;
  background: #fff;
  border: 1px solid #d4d4d4;
  padding: 20px;
  position: relative;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.15);
}

/** panel arrows **/
.timeline li .timeline-panel:before {
  position: absolute;
  top: 26px;
  right: -15px;
  display: inline-block;
  border-top: 15px solid transparent;
  border-left: 15px solid #ccc;
  border-right: 0 solid #ccc;
  border-bottom: 15px solid transparent;
  content: " ";
}

.timeline li .timeline-panel:after {
  position: absolute;
  top: 27px;
  right: -14px;
  display: inline-block;
  border-top: 14px solid transparent;
  border-left: 14px solid #fff;
  border-right: 0 solid #fff;
  border-bottom: 14px solid transparent;
  content: " ";
}
.timeline li .timeline-panel.noarrow:before, .timeline li .timeline-panel.noarrow:after {
  top:0;
  right:0;
  display: none;
  border: 0;
}

.timeline li.timeline-inverted .timeline-panel {
  float: right;
}

.timeline li.timeline-inverted .timeline-panel:before {
  border-left-width: 0;
  border-right-width: 15px;
  left: -15px;
  right: auto;
}

.timeline li.timeline-inverted .timeline-panel:after {
  border-left-width: 0;
  border-right-width: 14px;
  left: -14px;
  right: auto;
}


/** timeline circle icons **/
.timeline li .tl-circ {
  position: absolute;
  top: 23px;
  left: 50%;
  text-align: center;
  color: #fff;
  width: 35px;
  height: 35px;
  line-height: 35px;
  margin-left: -16px;
  border: 0px solid #009BA4;
  border-top-right-radius: 50%;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  z-index: 999;
}

.timeline li .tl-circ.one {background: #10848c;}
.timeline li .tl-circ.two {background: #0c777e;}
.timeline li .tl-circ.three {background: #046064;}
.timeline li .tl-circ.four {background: #005256;}

/** timeline content **/

.tl-heading h4 {
  margin: 0;
  color: #c25b4e;
}

.tl-body p, .tl-body ul {
  margin-bottom: 0;
}

.tl-body > p + p {
  margin-top: 5px;
}

/** media queries **/
@media (max-width: 991px) {
  .timeline li .timeline-panel {
    width: 44%;
  }
}

@media (max-width: 700px) {
  .page-header h1 { font-size: 1.8em; }
  
  ul.timeline:before {
    left: 40px;
  }
  
  .tldate { width: 140px; }

  ul.timeline li .timeline-panel {
    width: calc(100% - 90px);
    width: -moz-calc(100% - 90px);
    width: -webkit-calc(100% - 90px);
  }

  ul.timeline li .tl-circ {
    top: 22px;
    left: 22px;
    margin-left: 0;

  }
  ul.timeline > li > .tldate {
    margin: 0;
  }

  ul.timeline > li > .timeline-panel {
    float: right;
  }

  ul.timeline > li > .timeline-panel:before {
    border-left-width: 0;
    border-right-width: 15px;
    left: -15px;
    right: auto;
  }

  ul.timeline > li > .timeline-panel:after {
    border-left-width: 0;
    border-right-width: 14px;
    left: -14px;
    right: auto;
  }
}

/**************************************************************************/

.read-more, .readmore a, .readmore a:visited {
  background: #007D84;
  background-image: -webkit-linear-gradient(top, #007D84, #008f96);
  background-image: -moz-linear-gradient(top, #007D84, #008f96);
  background-image: -ms-linear-gradient(top, #007D84, #008f96);
  background-image: -o-linear-gradient(top, #007D84, #008f96);
  background-image: linear-gradient(to bottom, #007D84, #008f96);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  font-family: Arial;
  color: #ffffff !important;
  font-size: 14px;
  padding: 10px 20px 10px 20px;
  text-decoration: none;
  margin-top: 10px 0px;
  display: block;
  width: 110px
}

.read-more:hover, .read-more a:hover {
  background: #007D84;
  background-image: -webkit-linear-gradient(top, #007D84, #008f96);
  background-image: -moz-linear-gradient(top, #007D84, #008f96);
  background-image: -ms-linear-gradient(top, #007D84, #008f96);
  background-image: -o-linear-gradient(top, #007D84, #008f96);
  background-image: linear-gradient(to bottom, #007D84, #008f96);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  font-family: Arial;
  color: #ffffff !important;
  font-size: 14px;
  padding: 10px 20px 10px 20px;
  text-decoration: underline;
}

/**************************************************************************/

.myIframe { width: 100%; padding-left: 8%; padding-right: 8%;}

@media screen and (max-width: 1500px) {
    .myIframe { width: 100%; padding-left: 15%; padding-right: 15%;}
  }

@media screen and (max-width: 1330px) {
    .myIframe { width: 100%; padding-left: 7%; padding-right: 7%;}
  }    

@media screen and (max-width: 1080px) {
    .myIframe { width: 100%; padding-left: 2%; padding-right: 2%;}
  }  

@media screen and (max-width: 960px) { 
    #navigation-bar .logo img { margin: 5px 10px 0px 10px}
    #navigation-bar #menu .separator {padding: 0px 7px 0px 7px !important}
    #navigation-bar #menu>ul>li>a { padding: 0px 7px 0px 7px !important}

    .myIframe { margin-top: 0px; padding-left: 0%; padding-right: 0%;}
  }



/*MODULO CONTATTI*/
.contact-form {}
  .contact-form li{ width: 50%; border-right: 2px solid #007D84;}
  .contact-form li.clear { clear: both; width: 100%; margin-right: 0}

  .alert, .alert-success, .alert-info, .alert-warning, .alert-danger {background-color:#007d84;}

.random-image {display: none}
.breadcrumbs { margin-top: 30px}

.blog_elenco_blog .span6 {width: 45%; float: left; margin-right: 40px;}
.blog_elenco_blog .span6 h2 { font-size: 30px}

table.tftable .firstcol {
    font-size: 100%;
    font-weight: bold;
}

ul.company-info a { text-decoration: none; color: #666}

span.icon::before {display: none}


/*SITEMAP*/
#xmap .level_0 .level_1 li {   
  margin-left: 25px !important;
  margin-bottom: 5px !important;
  margin-top: 5px !important;
}

#xmap {
  overflow: hidden;
  max-height: 460px;
}



/*BANNER COOKIE*/
#ca_banner { height: auto; border: 0; padding: 5px 0; border-width: 0 !important}
#ca_banner p, #ca_banner h2 {font-size: 14px; margin-left: auto; margin-right: auto}

/* FORM DOWNLOAD WHITE PAPER */

p.chrono_credits {
	display: none;
}

.gbs3 {
	width: 60% !important;
}

@media screen and (max-width: 900px){
	.gbs3 {
		width: 100% !important;
	}
}
.gbs3 form {
	padding: 20px 0 10px 0 !important;
}

.gbs3 .form-group {
	margin-bottom: 0;
}

.gbs3 form>div {
	padding: 0px 20px 0px 20px;
}

.gbs3 .gcore-display-table {
	display: inline;
}

.gbs3 #fin-custom {
	display: block;
	color: #FFF;
	margin-bottom: 20px;
}

.chronoform input, .chronoform textarea {
	border: 0 !important;
	background: #0a5155 !important;
	border-radius: 0;
	margin-bottom: 10px;
	color: #FFF !important;
}

.chronoform ::-webkit-input-placeholder {
   	color: #FFF;
}

#form-row-privacy {
}

input#privacy {
	width: 25px;
}

.help-block {
	color: #FFF !important;
	font-size: 12px !important;
	display: inline !important;
}

.download_pdf {
	color: #FFF !important;
	background: #007D84 !important;
	padding: 10px;
}