/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 3-mar-2017, 13.25.49
    Author     : cceppi
*/

h1, .h1 {
    font-family: 'Raleway', sans-serif;
    font-weight: 300;
}

.h1.sm {
    font-family: "Open Sans",Helvetica,Arial,sans-serif;
    font-size: 22px;
}

.h1.md {
    font-family: "Open Sans",Helvetica,Arial,sans-serif;
    font-size: 28px;
}

.red-border{
    border: 1px solid #ED1C24;
}

.main-content p, .content p {
    text-align: justify;
}

.footer-bottom {
    background: #212121;
    color: #fff;
    line-height: 30px;
}

.footer-top {
    border-bottom: 0px solid #414f5a;
    color: #fff;
    padding: 50px 0px 25px 0px;
}

.pattern-overlay {
    background-color: rgba(237, 28, 37, 1);
}

.navbar-toggle i {
    background-color: #fff;
    color: #e41c25;
}

/* Rimosso riga 561 da ../css/style.css */
.breadcrumbs ul li:first-child:before {
    content: " ";
    margin: 0;
}

.widget.category ul li {
    margin-bottom: 7px;
    border-bottom: 1px solid #eeeeee;
    padding: 3px 0;
}

.main-content {
    padding: 0px 0 0;
}

.portfolio-border {
    border: 10px solid #fff;
}

.portfolio-three-column .grid figure {
    height: 220px;
}

.grid {
    overflow: hidden;
    margin: 0;
    padding: 25px 0 0 0;
    width: 100%;
    list-style: none;
    text-align: left;
}

.grid figure {
    position: relative;
    z-index: 1;
    display: inline-block;
    overflow: hidden;
    width: 33.333%;
    height: 280px;
    background: #f1f1f1;
    text-align: center;
}

.grid figure h2 {
    word-spacing: 0.15em;
    font-weight: 300;
}

/*.fancybox-nav span {
   visibility: visible;
}*/

.logo-charta {
   height: 95px;
}

.logo-iso {
   height: 95px;
}

.menu ul ul {
    position:absolute;
    display:none;
    top:100%;
    left:0;
    z-index:100;
    width:240px;
}

