* {
    /*margin:0px;*/
    /*padding:0px;*/
}
html, body {
    font-family: "Open Sans" !important;
    font-size:15px;
    line-height:21px;
    color:#333333;
}
a {
    color:#666666;
    text-decoration:none;
}
a:hover {
    color:#00549a;
    text-decoration:none;
}
a:active {
    color:#666666;
    text-decoration:none;
}
a:visited {
    color:#666666;
    text-decoration:none;
}
.c-link {
    color:#ffffff !important;
    background:#00549a;
    display:inline-block;
    float:left;
    padding:10px;
    margin:0px 0px 15px;
    min-width:120px;
    text-align:center;
}
.c-link:hover {
    background:#1c2741;
}
.c-link__right {
    float:right;
}
p {
    padding:0px;
    margin:0px 0px 10px 0px;
    text-align: left;
}

.clear {
    clear:both;
    height:0px;
}

.transition {
    transition:all .3s ease 0s;
}

/* HEADER */
header {
    padding:10px 0px !important;
    /*height:100px;*/
    box-sizing:border-box;
}
header .c-logo img {
    height:90px;
    display:block;
    width:auto;
    transition:all .3s ease 0s;
}
header .c-logo a:hover img {
    opacity:0.7;
}
header .c-logo {
    float:left;
}
header .c-tool {
    float: right;
}

@media only screen and (max-width:992px) {
    header {
        height:auto;
    }
    header .c-logo {
        float:none;
        display:block;
        text-align:center;
        margin-bottom:5px;
    }
    header .c-logo img {
        width:auto;
        height:60px;
        display:block;
    }
    header .c-tool {
        float:none;
    }
}
@media only screen and (max-width:600px) {
    header .c-logo img {
        margin:0px auto;
    }
}

/* FINE HEADER */

.c-slider {
    overflow:hidden;
}
.c-section {
    padding:30px 0px;
}
.c-section__grey {
    background: #f6f6f6;
}
.c-section .container-custom {
    padding-right: 15px;
    padding-left: 15px;
    width:100%;
    max-width:1200px;
}
.c-slider {

}
.c-slider .item {
    width:100%;
    display:block;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding:120px 0px;
}
.c-slider .item p {
    margin:0px auto;
    max-width:1200px;
    padding-left:15px;
    padding-right:15px;
    box-sizing: border-box;
    color:#ffffff;
    font-size:32px;
    line-height:34px;
    text-shadow: 2px 2px 4px #333333;
}
.c-slider .item p span {
    font-size:25px;
}
@media only screen and (max-width:768px) {
    .c-slider .item {
        padding:90px 0px;
    }
    .c-slider .item p {
        font-size:25px;
        line-height:27px;
    }
    .c-slider .item p span {
        font-size:20px;
    }
}
@media only screen and (max-width:480px) {
    .c-slider .item {
        padding:50px 0px;
    }
}
.c-slider .item img {
    width:100% !important;
    display:block;
    height:auto;
}
.c-section h1, .c-section h2, .c-section h3, .c-section h4 {
    color:#00549a;
    font-size:20px;
    line-height:26px;
    margin:0px 0px 15px 0px;
}
.c-home-box {
    background:#ffffff;
    border-bottom:2px solid #00549a;
    /*min-height:200px;*/
    padding:15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.c-home-box img {
    margin:0px auto 15px auto;
    display:block;
    height:180px;
    width:auto;
}
.c-home-box p {
    margin-bottom: 5px;
}
.c-list-box {
    background:#f6f6f6 !important;
    margin-bottom:30px;
}
.c-search-box {
    border-bottom:1px solid #f6f6f6;
    padding:10px 0px;
}
.c-search-box p {
    margin-bottom:5px;
}
.c-section-footer__blue {
    font-size:14px;
    line-height:20px;
    background:#1c2741;
    color:#ffffff;
    border-top:2px solid #00549a;
}
.c-section-footer__blue a {
    color:#ffffff;
}
.c-section-footer__blue a:hover {
    color:#dddddd;
}
.c-section-footer__grey {
    font-size:14px;
    line-height:20px;
    background:#363636;
    color:#dddddd;
    border-top:2px solid #666666;
}
.c-section-footer__grey p {
    margin:0px;
}
.c-slider-page img {
    width:100%;
    height:auto;
    display:block;
}

/* SIDEBAR */
#secondary h3 {
    background:#f6f6f6;
    padding:15px;
    font-size:19px;
    line-height:25px;
}
#secondary ul {
    padding:0px;
    list-style:none;
    margin:0px;
    padding:0px 15px 15px;
}
#secondary ul li {
    list-style:none;
    padding:0px 0px 10px 0px;
    margin-bottom:10px;
    border-bottom:1px solid #f6f6f6;
}
.c-slider-page {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../images/mediterranea-img.jpg);
    padding:100px 0px;
}
@media only screen and (max-width:768px) {
    .c-slider-page {
        padding:80px 0px;
    }
}
@media only screen and (max-width:480px) {
    .c-slider-page {
        padding:50px 0px;
    }
}
.c-section__inner {
    padding:60px 15px;
    position:relative;
    text-align:center;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../images/mediterranea-img.jpg);
}
.c-section__inner h3 {
    color:#ffffff;
    text-align:center;
    text-transform: uppercase;
}
.txt-blu {
    color: #00549a;
}
.c-section__home .c-title {
    font-size: 18px;
    line-height:24px;
}
.c-home-box__link a {
    color:#ffffff;
    background:#00549a;
    display:inline-block;
    float:left;
    padding:10px;
    margin-right:15px;
    margin-bottom:10px;
    min-width:120px;
    text-align:center;
}
.c-home-box__link a:hover {
    background:#1c2741;
}
.home-other__img img {
    width:100%;
    height:auto;
    display:block;
    margin-bottom:15px;
}
/* SEARCH */
.c-search-input {
    background:#f6f6f6;
    float:right;
    border-top:1px solid #ddd;
    border-right:1px solid #ddd;
    border-bottom:1px solid #ddd;
    border-left:1px solid #ddd;
    box-shadow: none;
    border-radius:0px !important;
    margin-top:10px;
    font-size:13px;
    margin-right:10px;
    min-width:180px;
}
@media only screen and (max-width:992px) {
    .c-search {
        margin-top: -50px;
    }
}
@media only screen and (max-width:600px) {
    .c-search {
        margin-top: 0px;
    }
}
aside .c-search-input {
    background: #ffffff;
    float:none;
    border-top: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    border-left: 2px solid #00549a;
    box-shadow: none;
    border-radius: 0px;
    margin-top: 10px;
    font-size: 13px;
    margin-right: 10px;
    min-width: 50px;
    margin-left: 15px;
    width: calc(100% - 30px);
    height: 40px;
}
.c-menu ul li {
    float:left;
    position:relative;
    padding:10px;
}
@media only screen and (max-width:1200px) {
    .c-menu ul li {
        padding:10px 5px;
    }
}
.c-menu ul li .sub-menu {
    background:#ffffff;
}
.c-menu .menu-toggle {
    margin-top: -28px;
    background: none;
    border: 0px none;
    color: #00549a;
    font-size: 25px;
    padding: 0px;
}

/* SINGLE */
.c-single-separator {
    padding-bottom:15px;
    margin-top:15px;
    border-top:1px solid #f6f6f6;
}
.c-single-img {
    height:350px;
    width:auto;
    display:block;
    margin:15px auto 15px auto;
}

/* TAXONOMY */
.c-taxonomy-title, .c-category-title {
    margin-bottom:30px !important;
}

.c-download h3 {
    font-size:18px;
    line-height:24px;
    margin-top:5px;
    margin-bottom:5px;
}
.c-download-inner {
    float:right;
    padding:10px;
    background: #00549a;
    color:#fff;

}
.c-download-inner:hover, .c-download-inner:active, .c-download-inner:visited {
    color:#ffffff;
    background:#1c2741;
}
.c-pagination, .paginazione {
    margin-bottom:30px;
}
.c-pagination a {
    padding:5px 10px;
    border:1px solid #f6f6f6;
    margin-right:5px;
}
.paginazione a {
    padding:3px 8px;
    border:1px solid #f6f6f6;
    margin-right:5px;
    font-size:14px;
    float:left;
    margin-bottom:5px;
}
.c-pagination .current {
    display:inline-block;
    padding:5px 10px;
    border:1px solid #00549a;
    color:#00549a;
    margin-right:5px;
}
.paginazione .current {
    display:inline-block;
    float:left;
    padding:3px 8px;
    border:1px solid #00549a;
    color:#00549a;
    font-size:14px;
    margin-right:5px;
}
.type-portfolio .entry-content iframe {
    width:100% !important;
    height:400px !important;
}
.type-portfolio .entry-content iframe {
    width:100% !important;
    height:400px !important;
}
.type-page .entry-content ul, .type-portfolio .entry-content ul, .type-post .entry-content ul {
    padding-left: 0px;
    margin-left:0px;
}
.type-page .entry-content ul li, .type-portfolio .entry-content ul li, .type-post .entry-content ul li {
    list-style:none;
}
.c-footer-title {
    margin-bottom:8px;
}
aside .c-social-icon {
    display:none;
}
.c-social-icon {
    position: absolute;
    top: 10px;
    right: 200px;
    font-size: 30px;
    color: #00549a !important;
}