/*	################################################################

	Author: Carlos Alvarez
	URL: http://alvarez.is

	Project Name: SOLID - Bootstrap 3 Theme
	Version: 1.0
	URL: http://alvarez.is
	
################################################################# */ 
@import url(https://fonts.googleapis.com/css?family=Work+Sans:400,700);
@import url("prettyPhoto.css") screen;
@import url("hoverex-all.css") screen;

/*	################################################################
	1. GENERAL STRUCTURES
################################################################# */
	* { 
		margin: 0;
		padding: 0px;
	} 

body { 
	background: #ffffff; 
	margin: 0; 
	height: 100%; 
	color: #384452;
	font-family: 'Work Sans', sans-serif;
	font-weight: 400;
	}

h1, h2, h3, h4, h5, h6 {
	font-weight: 700; letter-spacing:0.03em;
}

p { 
	padding: 0; 
	margin-bottom: 12px; 
	font-family: 'Work Sans', sans-serif;
	font-weight: 400;
	font-size: 14px; 
	line-height: 22px;
	color: #384452; 
	margin-top: 10px; 
}

img {
	height: auto;
	max-width: 100%;
}

a { 
	padding: 0;
	margin: 0;
	text-decoration: none; 
	-webkit-transition: background-color .4s linear, color .4s linear;
	-moz-transition: background-color .4s linear, color .4s linear;
	-o-transition: background-color .4s linear, color .4s linear;
	-ms-transition: background-color .4s linear, color .4s linear;
	transition: background-color .4s linear, color .4s linear;
	color:#64a626;
}
a:hover,
a:focus {
  text-decoration: none;
  color:#355d09;
}

::-moz-selection  {
	color: #fff;
	text-shadow:none;
	background:#2B2E31;
}
::selection {
	color: #fff;
	text-shadow:none;
	background:#2B2E31;
}

.centered {
	text-align: center
}

/*	################################################################
	BOOTSTRAP MODIFICATIONS & TWEAKS
################################################################# */
.navbar {
	min-height: 70px;
	padding-top: 10px;
	margin-bottom: 0px;
}

.navbar-brand {
	padding:0px;
	font-weight: 900;
}

.navbar-header .navbar-brand {
	color: white;
}

.navbar-default .navbar-nav > li > a {
	font-weight: 700;
	font-size: 13px;
	color:#000;
}

.navbar-default .navbar-nav > li > a:hover {
	color: #64A626;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
	color: #64A626;
	background-color: transparent;
}

.navbar-default {
	background-color: #fefefe;
	border-color: transparent;
	-webkit-box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.13);
	-moz-box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.13);
	box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.13);
}

.dropdown-menu {
	background: #384452;
}

.dropdown-menu > li > a {
	color: white;
	font-weight: 700;
	font-size: 12px;
}

.btn-theme {
  color: #fff;
  background-color: #384452;
  border-color: #384452;
  margin: 4px;
}
.btn-theme:hover,
.btn-theme:focus,
.btn-theme:active,
.btn-theme.active,
.open .dropdown-toggle.btn-theme {
  color: #fff;
  background-color: #64A626;
  border-color: #64A626;
}

.dmbutton:hover,
.dmbutton:active,
.dmbutton:focus{
	color: #ffffff;
	background-color: #222222;
	border-color: #ffffff;
}
.dmbutton {
	background:rgba(0, 0, 0, 0);
	border: 1px solid #ffffff;
	color: #ffffff;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	padding-top: 1.025rem;
	padding-right: 2.25rem;
	letter-spacing:0.85px;
	padding-bottom: 1.0875rem;
	padding-left: 2.25rem;
	font-size: 1.55rem;
	cursor: pointer;
	font-weight: normal;
	line-height: normal;
	margin: 0 0 1.25rem;
	text-decoration: none;
	text-align: center;
	display: inline-block;
	-webkit-transition: background-color 300ms ease-out;
	-moz-transition: background-color 300ms ease-out;
	transition: background-color 300ms ease-out;
	-webkit-appearance: none;
	font-weight: normal !important;
}

.mtb {
	margin-top: 40px;
	margin-bottom: 80px;
}

.mb {
	margin-bottom: 60px;
}

.mt {
	margin-top: 60px;
}

.hline {
	border-bottom: 2px solid #384452;
}

.hline-w {
	border-bottom: 2px solid #ffffff;
	margin-bottom: 25px;
}
/*	################################################################
	SITE WRAPS
################################################################# */

#headerwrap {
	background-image:url(../img/bg-tseguo-hp.jpg);
	background-repeat:no-repeat; background-position:center; background-size:cover;
	background-color: #64A626;
	min-height: 550px;
	padding-top: 100px;
	padding-bottom: 0px;
	text-align: center;
}

#headerwrap h3, h5 {
	color: white;
	font-weight: 400;
}

#headerwrap h1 {
	color: white;
	margin-bottom: 25px;
}

#headerwrap .img-responsive {
	margin: 0 auto;
}

/* Services Wrap */
#service {
	margin-top: 40px;
	margin-bottom: 80px;
}

#service i {
	color: #64A626;
}

#service .fa-inverse {color:#fff;}

/* Portfolio Wrap */
#portfoliowrap {
	padding-top: 60px;
	margin-bottom: 60px;
	display: block;
	text-align: center
}

#portfoliowrap h3 {
	margin-bottom: 25px;
}

.portfolio {
	padding:0 !important;
	margin:0 !important;
	display:block;
}


.portfolio-item .title:before {border-radius:0; display:none}
.portfolio-item p {margin:0px 0 30px;}
.portfolio-item h3 {margin:-10px 0 10px; font-size:16px; text-transform:uppercase;}


.tpl6 h3
{
	color:#fff;
	margin:0;
	padding:40px 5px 0;
	font-size:16px;
	text-transform:uppercase;
}
.tpl6 .dmbutton
{
	display:inline-block;
	margin:30px 5px 20px 5px;
	font-size:13px;
}

.tpl6 .bg
{
	height:100%;
	width:100%;
	background-color:#64A626;
	background-color:rgba(0,179,254,.9);
	text-align:center;
}

/* Testimonials Wrap */
#twrap {
	background: url(../img/t-back.jpg) no-repeat center top;
	margin-top: 0px;
	padding:100px 0px;
	text-align:center;
	background-attachment: relative;
	background-position: center center;
	width: 100%;
	
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;

    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#twrap i {
	font-size: 50px;
	color: white;
	margin-bottom: 25px;
}

#twrap p {
	color: white;
	font-size: 18px;
	line-height: 30px;
}

/* clients logo */
#cwrap {
	background: #ffffff;
	margin-top: 0px;
	padding-top: 80px;
	padding-bottom: 100px;
}

#cwrap h3 {
	margin-bottom: 60px;
}

/* Footer */
#footerwrap {
	padding-top: 60px;
	padding-bottom: 60px;
	background: #E7E7E9;
	text-align:center;
}

#footerwrap p {
	color: #000;
	text-align:center;
}

#footerwrap p span {font-size:11px;}

#footerwrap h4 {
	color: white;
}

#footerwrap i {
	font-size: 30px;
	color: #bfc9d3;
	padding-right: 25px;
}

#footerwrap i:hover {
	color: #64A626
}

#footerwrap img {margin:0 auto;}

/*	################################################################
	PAGE CONFIGURATIONS
################################################################# */
/* General Tweaks */

#blue {
	background: #64A626;
	margin-top: 60px;
	margin-bottom: 60px;
	padding-top: 25px;
	padding-bottom: 25px;
}

#blue h1 {
	color: white;
	margin-left: 15px;
	font-size:24px;
}

.ctitle {
	color: #64A626;
	font-weight: 700;
	margin-bottom: 15px;
}

csmall {
	font-size: 12px;
	color: #b3b3b3;
}
csmall2 {
	font-size: 12px;
	color: #f39c12
}

.spacing {
	margin-top: 40px;
	margin-bottom: 40px;
}

.badge-theme {
	background: #64A626;
}

/* Contact Page */
#contactwrap {
	background: url(../img/contact.jpg) no-repeat center top;
	margin-top: -60px;
	padding-top:0px;
	text-align:center;
	background-attachment: relative;
	background-position: center center;
	min-height: 400px;
	width: 100%;
	
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;

    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

/* Blog Page */
.popular-posts { 
	margin: 0px;
	padding-left: 0px;
	}
	
.popular-posts li {
	list-style: none; 
	margin-bottom: 20px; 
	min-height: 70px;
}
.popular-posts li a, 
.popular-posts li a:hover {
	color:#2f2f2f; 
	text-decoration: none;
	}
	
.popular-posts li img {
	float: left; 
	margin-right: 20px;
	}
	
.popular-posts li em {
	font-family: 'Work Sans', sans-serif;
	font-size: 12px;
	color: #b3b3b3
	}

.popular-posts p {
	line-height: normal;
	margin-bottom: auto;
}	

.share i {
	padding-right: 15px;
	font-size: 18px;
}

.corpo-slide-hp {padding:80px 0px;}
.counter {margin-top:10px;}
.counter p {text-align:center; font-size:13px;}
.counter span {font-size:40px; color:#64a626; display:block; margin-bottom:10px;}
.riga-percentuale {margin-top:25px;}
.riga-percentuale span {font-size:42px; font-weight:normal;}
.point-of-trust {text-align:center; font-size:16px; margin-top:15px;}

ul {list-style-position:inside}

p.clienti span {font-size:36px; font-weight:normal}

h5 {color:#384452; font-weight:bold; margin-top:15px; font-size:16px;}
.prodotto-hp h4 {font-size:20px; margin-bottom:5px;}
.prodotto-hp p {font-size:16px; margin-top:0px;}

.hp-intro {font-size:20px; text-align:center; margin-top:60px;}
.hp-intro em {font-size:14px;}

#green {background-color:#4d880c; padding:40px 0px; text-align:center;}
#green h2 {color:#fff; font-size:46px; text-shadow: 0px 3px 0px rgba(42, 102, 4, 1); margin-bottom:0px;}
#green h3 {color:#fff; font-size:22px; text-shadow: 0px 3px 0px rgba(42, 102, 4, 1); margin-top:0px; }
#green p {color:#fff; font-size:15px; line-height:22px; margin-top:30px;}

#light-green {background-color:#5fa90d; padding:50px 0px; text-align:center; margin-bottom:30px;}
.passo-singolo h4 {color:#fff; font-size:24px;}
.passo-singolo p {color:#fff; font-size:15px;}
.passo-singolo hr {width:50px; border-color:#223d03; margin:0 auto }
.passo-singolo img {margin-top:20px;}

p.evidenza {font-size:20px; line-height:22px;}
p.evidenza span {font-size:14px;}

.btn-big {font-size:16px; font-weight:bold; padding:15px 50px;}
.passo-singolo .btn-theme:hover {background-color:#000; border-color:#000;}
button.btn-theme {font-weight:bold}

.modal-content {padding:20px 60px;}
.modal p {line-height:normal;}
.modal-sm {width:500px;}

.feed-news h2.item_title {font-size:18px;}
.feed-news p {} 

span.big {font-size:150%; font-weight:bold; display:block; padding:10px 0px;}


.carta-identita {float:right; max-width:390px; text-align:left;}
.controllo-di-gestione {float:left; max-width:390px;}
.elenco-service h5 {color:#fff; font-size:20px; font-weight:bold; text-transform:uppercase;}
.elenco-service h6 {color:#fff; font-size:18px; font-weight:bold; margin-bottom:0px;}
.elenco-service p {color:#fff; margin-bottom:20px; font-size:14px; line-height:normal; margin-bottom:26px; margin-top:0px; }
.elenco-service p.fonti {font-style:italic; font-size:12px;}
.elenco-service p a {background-color:#4F9017; padding:2px 5px; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; display:block; color:#fff; max-width:150px; margin-top:5px; font-weight:bold; text-align:center; text-transform:uppercase; } 
.elenco-service p a:hover {background-color:#355f11;}

.feed-news ul li.notizia {border-bottom:1px dashed #aaa; list-style:none; list-style-image:none; clear:both; min-height:140px;}
.feed-news .item:after {clear:both}
.feed-news .item_image {float:left; max-width:230px; height:auto; margin-right:20px; margin-bottom:10px;}
.feed-news .item_content {clear:both;}
.feed-news .item_button {border:0px; background-color:#64A526; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; padding:3px 10px; margin-bottom:10px; color:#fff;}
.feed-news .item_button:hover {background-color:#589023;}
.feed-news .item_button:after {clear:both}


@media (max-width: 990px) {
}


@media (max-width: 770px) {
	.controllo-di-gestione, .carta-identita {float:none; margin-bottom:30px;}
}

@media (max-width: 479px) {
	#green h2 {font-size:32px;}
	span.big {font-size:120%; padding-right:10px; padding-left:10px;}
	.btn-big {white-space:inherit; line-height:normal; display:block; padding:15px;}
	.modal-sm {max-width:500px; width:auto}
}

