body
{
    font-family: 'Source Sans Pro', sans-serif;
}
a
{
    color: #70c67d;
}
a:hover, a:focus
{
    text-decoration:none;
}
.social
{
    margin-top:15px;
    font-size:35px;
    display:inline-block;
}
.social:hover
{
    color:#888;
}
/*
|--------------------------------------------------------------------------
| UTILITY
|--------------------------------------------------------------------------
*/
.text-muted {
    color: #999999;
}
.no-decoration,
.no-decoration:hover{
    text-decoration: none;
}
.gray
{
    background:#e6e6e6;
}
.white
{
    background:#fff;
    border-bottom:1px solid #e6e6e6;
    border-top:1px solid #e6e6e6;
}

/*
|--------------------------------------------------------------------------
| OWL CAROUSEL
|--------------------------------------------------------------------------
*/
.owl-carousel {
    list-style-type: none;
}
.owl-item li {
    text-align: center;
}

/*
|--------------------------------------------------------------------------
| BOOTSTRAP RESET
|--------------------------------------------------------------------------
*/
.jumbotron {
    margin-top: 15px;
    background-color: #f9f9f9;
}
.form-control {
    border-radius: 0;
}
.dropdown-menu li:hover {
    background-color: #efefef;
}
.thumbnail,
.img-thumbnail {
    border-radius: 0;
}
h1, h2, h3, h4, h5 {
    font-family: 'Lato', sans-serif;
}

/*
|--------------------------------------------------------------------------
| BOOTSTRAP MENU / SUBMENU
|--------------------------------------------------------------------------
*/

.bg-top
{
    border-bottom:1px solid #e6e6e6;
    background:#fff;
}

/* Apertura menu all'Hover */
.navbar-nav .dropdown:hover > .dropdown-menu {
    display: block;
}

.dropdown-submenu {
    position:relative;
}
.dropdown-submenu > .dropdown-menu {
    top:0;
    left:100%;
    margin-top:-6px;
    margin-left:-1px;
    -webkit-border-radius:0 6px 6px 6px;
    -moz-border-radius:0 6px 6px 6px;
    border-radius:0 6px 6px 6px;
}
.dropdown-submenu:hover > .dropdown-menu {
    display:block;
}
.dropdown-submenu > a:after {
    display:block;
    content:" ";
    float:right;
    width:0;
    height:0;
    border-color:transparent;
    border-style:solid;
    border-width:5px 0 5px 5px;
    border-left-color:#cccccc;
    margin-top:5px;
    margin-right:-10px;
}
.dropdown-submenu:hover > a:after {
    border-left-color: #666666;
}
.dropdown-submenu.pull-left {
    float: none;
}
.dropdown-submenu.pull-left > .dropdown-menu {
    left:-100%;
    margin-left:10px;
    -webkit-border-radius:6px 0 6px 6px;
    -moz-border-radius:6px 0 6px 6px;
    border-radius:6px 0 6px 6px;
}
.dropdown-submenu > .dropdown-menu {
    min-width: 220px;
}
.dropdown-submenu > .dropdown-menu > li > a {
    white-space: normal;
}

/*
|--------------------------------------------------------------------------
| NAVBAR
|--------------------------------------------------------------------------
*/
.navbar {
    margin: 0;
    padding: 0;
}
.navbar-collapse
{
    padding-left:0px;
}
.navbar-logo {
    padding: 8px 25px 8px 5px;
}
.navbar-logo img {
    z-index: 999;
    margin-top: 0;
    max-height: 50px;
    position: absolute;
}
.navbar.navbar-default {
    border: none;
    background: transparent;
}
.bg-menu{
    background: #f6f6f6;
    border-top: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
}
.navbar .nav > li {
    margin: 0 5px;
}
.navbar .nav > li.active > a,
.navbar .nav > li.active:hover > a {
    color: #222222;
    font-weight: bold;
    background-color: transparent;
}
.navbar .nav > li > a {
    color: #666;
    font-size: 16px;
    font-weight:300;
    padding-top: 20px;
    padding-bottom: 20px;
}
.navbar .nav > li > a:hover {
    color: #70c67d;
}
.navbar .nav > li:hover > a {

}
.navbar .nav > li.active > a,
.navbar .nav > li.active > a:hover {
    color: #70c67d;
    font-weight:700;
}
.dropdown-menu>.active>a, .dropdown-menu>.active>a:hover, .dropdown-menu>.active>a:focus {
    background-color: #70c67d;
}

.lang-cont li a img
{
    width:30px;
}

.logo, .informazioni
{
    margin-top:20px;
    margin-bottom:30px;
    display: inline-block;
}
.informazioni
{
    text-align:right;
    color:#666;
    margin-bottom:20px;
}
.informazioni ul li
{
    margin-bottom:10px;
    font-size:16px;
    font-weight:300;
}
.informazioni ul li .glyphicon:before
{
    margin-left:12px;	
}
/*
|--------------------------------------------------------------------------
| RICERCA
|--------------------------------------------------------------------------
*/
.search-cont {
    margin: 10px 0;
}
.search-cont .form-control {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}
.search-header {
    margin: 10px 0;
    padding-bottom: 8px;
    border-bottom: 2px solid #3276B1;
}
.search-header .search-results-label {
    font-weight: bold;
}
.search-header .search-results-terms:before,
.search-header .search-results-terms:after {
    content: '"';
}
.search-header .search-results-count {

}
.pagination {
    margin: 10px 0;
}

.sidebar-block
{
    padding-bottom:15px;
}
/*
|--------------------------------------------------------------------------
| SLOGAN
|--------------------------------------------------------------------------
*/
.slogan blockquote {
    background: #f9f9f9;
    border-left: 10px solid #ccc;
    margin: 1.5em 0 1em;
    padding: 1em 10px;
    quotes: "\201C""\201D""\2018""\2019";
}
.slogan blockquote:before {
    color: #ccc;
    content: open-quote;
    font-size: 4em;
    line-height: 0.1em;
    margin-right: 0.25em;
    vertical-align: -0.4em;
}
.slogan blockquote p {
    display: inline;
}

.table-striped>tbody>tr:nth-child(even)>td, .table-striped>tbody>tr:nth-child(odd)>th {
    background-color: #fff;
}

/*
|--------------------------------------------------------------------------
| SLIDER / GALLERY
|--------------------------------------------------------------------------
*/

#home_slider {
    color: #ffffff;
    font-family: 'Lato', sans-serif;
    margin-bottom:25px;
}
#home_slider .slider-item{
    max-height:420px;
}
#home_slider .slider-item img{
    display: block;
    width: 100%;
    height: auto;
}
#home_slider .btn {
    margin-top: 20px;
}

.owl-theme .owl-controls .owl-page span {
    background: #999;
}
.owl-theme .owl-controls .owl-page.active span, .owl-theme .owl-controls.clickable .owl-page:hover span {
    background: #70c67d;
}

.owl-theme .owl-controls .owl-buttons div {
    background: #999;
}
.owl-theme .owl-controls .owl-buttons div:hover {
    background: #70c67d;	
}
#home_slider .owl-controls .owl-buttons .owl-prev {
    left: 30px;
}
#home_slider .owl-controls .owl-buttons .owl-next {
    right: 30px;
}
#home_slider .owl-controls .owl-buttons .glyphicon {
    top: 0;
}
#home_slider .owl-controls .owl-buttons div {
    top: 50%;
    width: 30px;
    height: 30px;
    padding: 7px 0 0;
    margin-top: -15px;
    position: absolute;
}
.gallery {
    margin-top: 20px;
}
.gallery .item
{
    margin:0px 4px;
}
.gallery .owl-item {
    text-align: center;
}
.gallery .owl-controls .owl-buttons div {
    padding: 7px 8px;
    line-height: 12px;
}

/*
|--------------------------------------------------------------------------
| SIDEBAR
|--------------------------------------------------------------------------
*/
.sidebar
{
    margin-bottom:20px;
}
.titolo-menu, .titolo-ricerca
{
    margin-top:30px;
    font-weight:700;
    font-size:18px;
    text-transform:uppercase;
    color:#999;
    margin-bottom:15px;
}
.menu-laterale
{
    margin-bottom:30px;
}
.menu-laterale li a
{
    font-weight:700;
    font-size:16px;
    text-transform:uppercase;
    color:#666;
    border-bottom:1px solid #ddd;
    display: block;
    margin-bottom: 6px;
    padding-bottom: 6px;
}
.menu-laterale li a:hover
{
    color:#70c67d;
    text-decoration:none;
}

/*
|--------------------------------------------------------------------------
| STICKY FOOTER
|--------------------------------------------------------------------------
*/
#wrap {
    min-height: 100%;
    height: auto !important;
    height: 100%;

    /* Negative indent footer by it's height */
    margin: 0 auto -150px;
}
#push {
    height: 150px;
}

/*
|--------------------------------------------------------------------------
| FOOTER
|--------------------------------------------------------------------------
*/
#footer {
    min-height: 150px;
    background-color: #fff;
    border-top: 1px solid #ddd;	
}
.copyright
{
    margin-top:20px;
    font-size:16px;
    color:#888;
    font-weight:300;
}
.credits a
{
    color:#70c67d;
}

/*
|--------------------------------------------------------------------------
| TAGS
|--------------------------------------------------------------------------
*/
.tagcloud-cont {
    padding: 10px 0;
    margin-bottom: 15px;
    border-bottom: 1px solid #efefef;
}
.tagcloud {
    margin: 10px 0 0 20px;
}
.tag-link:hover {
    text-decoration: none;
}
.tag-link       .label.label-default { background-color: #ffffff; color: #333333; }
.tag-link:hover .label.label-default { background-color: #ebebeb; }
.tag-link       .label.label-primary { background-color: #428bca; }
.tag-link:hover .label.label-primary { background-color: #3276b1; }
.tag-link       .label.label-success { background-color: #5cb85c; }
.tag-link:hover .label.label-success { background-color: #47a447; }
.tag-link       .label.label-info    { background-color: #5bc0de; }
.tag-link:hover .label.label-info    { background-color: #39b3d7; }
.tag-link       .label.label-warning { background-color: #f0ad4e; }
.tag-link:hover .label.label-warning { background-color: #ed9c28; }
.tag-link       .label.label-danger  { background-color: #d9534f; }
.tag-link:hover .label.label-danger  { background-color: #d2322d; }

/*
|--------------------------------------------------------------------------
| LINGUE
|--------------------------------------------------------------------------
*/
.lang-cont {
    padding-top: 18px;
}
.lang-flag.active a {
    color: #999999;
}

/*
|--------------------------------------------------------------------------
| VETRINE
|--------------------------------------------------------------------------
*/
.presentazione
{
    margin:4px 0px 30px;
}
.presentazione .titolo-vetrina
{
    font-size:26px;
    line-height:28px;
    color:#999;
    font-weight:300;
    text-transform:uppercase;
}
.presentazione .sottotitolo-vetrina
{
    font-size:26px;
    line-height:28px;
    color:#70c67d;
    font-weight:700;
    text-transform:uppercase;
    margin-bottom:15px;
}
.presentazione .descrizione-vetrina
{
    color:#444;
    font-size:16px;
    font-weight:300;
    margin-bottom:20px;
}

.showcase {
    margin-bottom: 30px;
}
.showcase-element {
    margin-bottom: 40px;
}
.showcase-title {
    margin-bottom: 25px;
    font-size:26px;
    line-height:28px;
    color:#999;
    font-weight:300;
    text-transform:uppercase;	
}
.showcase-element-title, .showcase-element-title a {
    margin-bottom: 10px;
    margin-top: 0px;
    font-size:16px;
    color:#666;
    font-weight:700;
    text-transform:uppercase;	
}

.icona-element:hover .showcase-element-title a {	
    color:#70c67d;
    text-decoration:none;	
}
.showcase-descr {
    font-size: 15px;
    color:#666;
    font-weight:300;
    margin-bottom: 10px;
}
.showcase-image-fallback {
    width: 100%;
    height: 270px;
    background-color: #efefef;
}
.showcase .row{
    margin-bottom: 10px;
}
.showcase-img img {
    text-align: center;
    margin: 0 auto;
}

.lista-icone
{
    margin-bottom:30px;
}
.icona-hp span
{
    display:block;
    margin-bottom:20px;
}
.icona-hp span:before
{
    font-size:35px;
    color:#888;
}
.icona-element:hover .icona-hp span:before
{
    color:#70c67d;
}

#loghi-slider
{
    margin:20px 0px 10px;
}
#loghi-slider .item
{
    margin:0px 5px;
    background:#fff;
    height:130px;
    overflow:hidden;
    width:95%;
}
#loghi-slider .item img
{
    margin:0px auto;
    max-height: 100%;
}

/*
|--------------------------------------------------------------------------
| CONTENUTI
|--------------------------------------------------------------------------
*/
.titolo-pagina
{
    font-size:26px;
    margin:22px 0px;
    font-weight:700;
    text-transform:uppercase;
    color:#777;
}
.breadcrumb {
    margin-top: 17px;
    background: none;	
}
.breadcrumb>.active
{
    color:#70c67d;
}
.breadcrumb a {
    color:#777;
}

.page-cont,
.page-image {
    margin-bottom: 20px;
}
.page-descr
{
    color:#666;
    font-size:16px;
    font-weight:300;
}

/* Sottopagine */
.page-childrens {
    margin-bottom: 40px;
}
.page-children {
    margin-bottom: 20px;
    border: 1px solid #efefef;
}
.page-children-title {
    padding: 10px;
    background-color: #f7f7f7;
}
.page-children-content {
    padding: 10px;
}
.page-children-content-text {
    width: 80%;
    float: left;
}
.page-children-content-text .btn {
    margin: 10px 0;
}
.page-children-content-image {
    width: 20%;
    float: left;
    text-align: right;
}
.page-children:last-child {
    margin-bottom: 0;
}
.page-children-full {
    width: 100%;
}
.page-forms {
    margin: 30px 0;
}

/*
|--------------------------------------------------------------------------
| FORM
|--------------------------------------------------------------------------
*/
.form-cont {
    margin: 20px 0;
}
.form-cont .page-header {
    margin-top: 0;
}
.form-horizontal .form-actions {
    margin-left: -12px;
}
form .label-required:after {
    content: ' *';
    color: #840e0e;
}
.captcha-cont {
    display: block;
    margin-top: 4px;
}
.captcha-img {
    border: 1px solid #cccccc;
}
.right_form {
    padding: 0 15px;
    border: 1px solid #dadada;
}
.right_form label[for='contattaci'] {
	display: none;
}

/*
|--------------------------------------------------------------------------
| NEWS
|--------------------------------------------------------------------------
*/
#last_news_cont li {
    text-align: left;
}
.cont-news
{
    margin-bottom:30px;
}
.news-cont h4
{
    font-size:18px;
    text-transform:uppercase;
    font-weight:700;
    color:#666;
}
.news-cont .data-news
{
    display:inline-block;
    padding:5px 10px;
    color:#fff;
    background:#70c67d;
}
.news-cont .descr-news
{
    font-size:16px;
    font-weight:300;
    color:#666;
    margin-top:10px;
}

.page-news .page-header {
    margin-top: 20px;
    margin-bottom: 0;
    text-align: center;
}
.news {
    padding: 15px 0;
    margin-bottom: 10px;
}
.news.odd {
    padding-right: 15px;
}
.news.even {
    padding-left: 15px;
}
.news-header {
    padding: 15px 0;
}
.news-header .label {
    font-weight: normal;
    padding: .5em .8em .5em;
}
.news-header h1,
.news-header h2,
.news-header h3,
.news-header h4 {
    margin: 0;
}
.news-header a {
    color: #666666;
}
.news-header a:hover,
.news-header a:focus,
.news-header a:active {
    color: #333333;
    text-decoration: none;
}
.news-image,
.news-description {
    margin-top: 10px;
}
.news-readmore {
    margin-top: 15px;
}
.news-btn {
    margin-bottom: 30px;
}
@media (max-width: 767px) {
    .navbar .nav > li.active > a,
    .navbar .nav > li.active > a:hover,
    .navbar .nav > li.active > a:focus {
        border: 0;
        color: #ffffff;
        font-weight: normal;
        background-color: #70c67d !important;
    }
}

/*
|--------------------------------------------------------------------------
| LANDING PAGE
|--------------------------------------------------------------------------
*/
.landing-header {
    border-bottom: 1px solid #F1F1F1;
    box-shadow: 2px 0 6px rgba(0, 0, 0, 0.2);
}
.landing-info {
    margin: 0 20px 20px;
}
.landing-form {
    background-color: #F2F2F2;
    padding: 20px;
    margin-bottom: 30px;
}
.landing-form-header {
    text-align: center;
    background-color: #FF771F;
    color: #FFFFFF;
}
.landing-form-header h2 {
    margin: 0;
    padding: 10px 0;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 800;
}
.landing-form .form-cont{
    margin: 0;
}
.landing-form label {
    color: #5A5A5A;
    font-size: 14px;
}
.landing-form input, .landing-form textarea {
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.08) inset;
    border: 1px solid #DEDEDE;
}
.landing-form .btn {
    margin: 0 auto;
    text-transform: uppercase;
}
.landing-descr {
    text-align: center;
    margin-bottom: 50px;
}
.landing-descr h1 {
    text-transform: uppercase;
    color: #FF771F;
    margin: 40px 0 20px;
}
.landing-img > img {
    margin: 0 auto 30px;
}
.landing-text {
    margin: 30px 0;
}

.landing_gallery {
    margin-top: 20px;
}
.landing_gallery .item {
    margin:0px 4px;
}
.landing_gallery .owl-item {
    text-align: center;
}
.landing_gallery .owl-controls .owl-buttons div {
    padding: 7px 8px;
    line-height: 12px;
}
@media (max-width: 991px) {
    .landing-header .logo {
        display: block;
        margin: 20px auto;
    }
    .landing-header .logo img {
        margin: 20px auto;
    }
    .landing-header ul {
        margin: 0 auto;
    }
}

.pagination>.active>a,
.pagination>.active>span,
.pagination>.active>a:hover,
.pagination>.active>span:hover,
.pagination>.active>a:focus,
.pagination>.active>span:focus {
	border-color: #ff771f;
	background-color: #ff771f;
}

.pagination>li>a, .pagination>li>span {
	color: #ff771f;
}

.pagination>li>a:hover, .pagination>li>span:hover, .pagination>li>a:focus, .pagination>li>span:focus {
	color: #ff771f;
}