/* Theme Name: The Project - Responsive Website Template
Author:HtmlCoder
Author URI:http://www.htmlcoder.me
Author e-mail:htmlcoder.me@gmail.com
Version:1.4.0
Created:December 2014
License URI:http://support.wrapbootstrap.com/
File Description: Place here your custom CSS styles
*/


body {
    font-family: 'Montserrat', sans-serif;
	text-align: justify;
	color: #555555;
	font-size: 14px;
	font-weight: 400;
	
}

.header-top:not(.banner) {
    border-bottom: 0px solid #d0d0d0;
	font-size: 16px;
	font-weight: 400;
	font-family: 'Montserrat', sans-serif;
}


.main-container {
    padding-bottom: 60px;
}

/***** altezza logo ****/
.fixed-header-on .header .logo img {
    max-height: 60px;
}


.site-slogan {
    font-size: 12px;
	color: red;
	padding-bottom: 20px;
	text-align: center;
	/*font-family: Constantia, "Lucida Bright", "DejaVu Serif", Georgia, "serif";*/
}

/*********** navigazione *********/

.main-navigation .navbar-nav > li {margin: 0 0 0 0px; }
.navbar-default .navbar-nav > li > a {
    color: #626f67;
    text-transform: uppercase;
    font-size: 10px;
    padding: 28px 20px 12px 19px;/**/
    z-index: 102;
    border: 1px solid transparent;
    bottom: -1px;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
	font-weight: 600;
	font-family: 'Montserrat', sans-serif;
	text-align: center;
	
}
#bn .fa  {font-size: 22px; padding-bottom: 10px; }
#bn a  {line-height: 14px; }


/**************** mega menu *************/
.dropdown-menu {
    min-width: 220px !important;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    padding: 0;
    margin: 0;
    background-color: #FFFFFF;
    -webkit-box-shadow: 0px 6px 24px rgb(0 0 0 / 6%);
    box-shadow: 0px 6px 24px rgb(0 0 0 / 6%);
    border: 1px solid #f1f1f1;
    z-index: 101;
}
/* Medium devices (desktops, tablets, 992px and up) */
@media (min-width: 992px) {
  .col-md-3 + .col-md-9 .mega-menu:not(.narrow) .dropdown-menu {
    left:180px !important;
    width: 640px !important;
  }
}

/* Large devices (Large desktops 1200px and up) */
@media (min-width: 1200px) {
  /* first level menu item */
  .main-navigation .navbar-nav > li {
    margin: 0 0 0 10px;
  }

  .main-navigation .navbar-nav > li:first-child {
    margin: 0;
  }

  .col-md-3 + .col-md-9 .mega-menu:not(.narrow) .dropdown-menu {
    left:180px !important;
    width: 640px !important;
  }
}

/***** banner **/
.banner {
	background: linear-gradient(to right , rgb(44, 151, 98) , rgb(61, 145, 172) 100%) !important;
	color: #ffffff;
}

/*** area banner breadcrumb *************/
.breadcrumb-container {
	background-color: rgba(34, 181, 115, 0.7) !important;
	background-color: linear-gradient(to right , rgb(44, 151, 98) , rgb(61, 145, 172) 100%) !important;
	
}
.breadcrumb {
    font-size: 14px;
	padding: 20px;
	font-family: 'Montserrat', sans-serif;
	color: #ffffff !important;
}
.banner .breadcrumb > .active, .banner .breadcrumb > li + li:before {
    color: #ffffff !important;
}

.breadcrumb > .active {
    color: #ffffff !important;
}
.banner .breadcrumb > li a, .banner .breadcrumb > li i {
    color: #ffffff;
}
.banner .breadcrumb > li a:hover {
    color: #ffffff;
}
#fascione h1{
    color: #ffffff;font-size: 44px;
	padding: 20px;
	font-weight: 100;
}




/******* tabella *********/
table th{
	border-bottom: 1px solid #1A7C50;
	padding: 15px 0px 15px 10px;
	background-color: rgba(34, 181, 115, 0.3);
	/*background-color: #e7ede9;*/
	font-size: 16px;
	color: #1A7C50;
	font-family: 'Montserrat', sans-serif;
}
table td{
	border-bottom: 1px dashed #1A7C50;
	padding: 10px;
	font-size: 14px;
}




/************ navigazione sx ************/

#bn-sx li{
	/*background-color: #e7ede9;*/
	font-size: 14px;
	padding-left: 10px;
	
}
.titolo-bn{
	background-color: #eeeeee;
	padding: 10px;
	border: 1px solid #00AD59;
	color: #00AD59;
	font-size: 13px;
	border-radius: 3px;
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
	font-weight: 600;
	margin-top: 5px;
}
a.titolo-bn-link{
color: #00AD59;
	
}
#bn-sx .bn-sottocat{
	font-size: 12px;
	border-bottom: 1px dashed #cbcbcb;	
}

/*****************  area documentazione *********/
#area-doc{
	
	padding: 10px;
	border: 0px solid #dcdcdc;
	font-size: 13px;
	border-radius: 3px;
	font-family: 'Montserrat', sans-serif;
	margin-top: 5px;
}
#area-doc .area-sp-sx {
    padding-left: 100px;
	padding-right: 100px;
}
#area-doc .ico-title {
    margin-right: 15px;
	margin-left: 1px;
	border-radius: 10px;
}
#area-doc .area-title {
	border-radius: 5px;
	background-color: #d1e8dc;
	padding: 20px 10px 20px 10px;
	text-transform: capitalize !important;
}
#area-doc .icon.without-bg {
    font-size: 30px;
    line-height: 1;
    color: inherit;
    background-color: transparent;
    height: 100%;
}
.ev-bg {
    background-color: #fcd700;
    color: #3e3e3e;
}
/**************** footer **********/
.footer {
    background-color: #eaeaea;font-size: 14px; color: #666666;
}

#footer h2{
    color: #00AD59; font-size: 24px; padding-bottom: 15px;
}
#footer .footer-contenuto{
    padding: 35px 25px 15px 25px;
}
.footer-content .social-links li a {
    color: #ffffff;
    background-color: transparent;
    border-color: #ffffff;
	
}

#footer .subfooter {
    background-color: #ffffff; font-size: 14px;
}
#footer .social-links {
    list-style: none;
    font-size: 0;
    margin-top: 0px;
    margin-bottom: 5px;
    padding-left: 0;
}
.social-links li a {
    border: 1px solid #999999;
    color: #999999;
}

/***** scheda consumabili *****/
.row_title {
    font-weight: bold;
	font-size: 16px;
}
.row_codice {
	display: inline-block;
	font-weight: bold;
    font-size: 16px;
}
#contenuto_scheda img {
    display: inline;
    max-width: 100%;
    height: auto;
	padding-right: 10px;
}
.impiego {
	padding-top: 10px;
}