/*francesca*/
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600,700');

/*
Theme Name: Balanced Blog
Theme URI: https://headthemes.com/theme/balanced-blog/
Author: HeadThemes
Author URI: https://headthemes.com/
Description: Balanced Blog is fast, clean and responsive WordPress Blog theme. Theme supports custom header, logo or background and it is easy to use. Balanced Blog is SEO friendly, WPML, translation and RTL ready. DEMO: https://headthemes.com/balanced-blog-demo/
Version: 1.0.8
License: GNU General Public License v3
License URI: http://www.gnu.org/licenses/gpl.html
Tags: one-column, two-columns, right-sidebar, custom-background, custom-menu, featured-images, translation-ready, custom-logo, threaded-comments, blog
Text Domain: balanced-blog
*/

/* The bootstrap.css file is auto-enqueued in functions.php */

/* WordPress Core */
.gallery-caption {
    font-weight: bold;
}
.alignnone {
    margin: 5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}
.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}
.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}
.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}
a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}
a img.alignnone {
    margin: 5px 20px 20px 0;
}
a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}
a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%;
    /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}
img.alignnone {
    max-width: 96%;
    height: auto;
    width: auto;
}
.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}
.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}
.wp-caption p.wp-caption-text {
    font-size: 13px;
    line-height: 17px;
    margin: 0;
    padding: 10px 0 0 0;
    color: #000;
}
/* Recommended CSS from WP for defined content width support */
.size-auto,
.size-full,
.size-large,
.size-medium,
.size-thumbnail {
    max-width: 100%;
    height: auto;
}
iframe,
embed {
    max-width: 100%;
}
img {
    max-width: 100%;
    height: auto;
}
.sticky,
.bypostauthor {}
table { 
    width: 100%; 
    border-collapse: collapse; 
}
th { 
    font-weight: bold; 
}
td, th { 
    padding: 6px; 
}
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: polygon(0px 0px, 0px 0px,0px 0px, 0px 0px);
    position: absolute !important;
    white-space: nowrap;
    height: 1px;
    width: 1px;
    overflow: hidden;
}
body, html {
    overflow-x: hidden;
}
body {
    font-family: 'Open Sans', sans-serif;
    padding: 0;
    color: #404040;
    font-weight: 300;
    line-height: 1.6;
    font-size: 16px;
    word-wrap: break-word;
}
a, a:active, a:hover, a:focus {
    text-decoration: none;
    color: #ffa700;
}
h1, h2, h3, h4, h5, h6 {
    line-height: normal;
    word-wrap: break-word;
    color: #000;
}
.page-header a {
    border-bottom: 0;
    color: #000;
}
a:active {
    border-bottom: none;
}
.main-container {
    background-color: #fff;
}
.homepage-row.row {
    margin: 0;
    padding: 60px 0 0 0;
    background: #fff;
    color: black;
}
@media (min-width: 768px) {
    .nav > li > a:before {
        position: absolute;
        content: '';
        top: 0;
        left: 50%;
        width: 0;
        height: 2px;
        background-color: #ffa700;
        -webkit-transition: all 1s;
        transition: all 1s;
    }
    .nav > li:hover > a:before {
        width: 100%;
        left: 0;
    }
    .navbar-nav > li > a {
        padding-top: 20px;
        padding-bottom: 20px;
        transition: all 0.5s ease-in-out;
        -moz-transition: all 0.5s ease-in-out;
        -webkit-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
    }
    .navbar-nav li:hover .dropdown-menu{
        visibility:visible;
        border-top: 4px solid #ccc;
        border-radius: 0;
        transition: all 0.5s ease-in-out;
        -moz-transition: all 0.5s ease-in-out;
        -webkit-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
    }
    #site-navigation .container{
        padding-left: 0;
        padding-right: 0;
    }
    .navbar-default .navbar-nav > .active > a,
    .navbar-default .navbar-nav > .active > a:hover,
    .navbar-default .navbar-nav > .active > a:focus,
    .navbar-default .navbar-nav > .open > a,
    .navbar-default .navbar-nav > .open > a:hover,
    .navbar-default .navbar-nav > .open > a:focus {
        background-color: transparent;
    }
    .navbar-center .navbar-nav {
        display: inline-block;
        float: none;
        vertical-align: top;
    }

    .navbar-center .menu-container {
        text-align: center;
    }
}

@media (max-width: 991px) {
    .news-item h2 {
        margin-top: 15px !important;
    }
    .home article.news-item-content/*:nth-child(even) francesca */ .news-thumb {
        float: none;
        /*padding-left: 15px;
        padding-right: 15px;*/
    }
}
@media (min-width: 992px) {
    .news-item-content .news-thumb:before {
        content: '';
        position: absolute;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 25px 25px 25px 0;
        border-color: transparent #ffffff transparent transparent;
        right: 15px;
        top: 15%;
    }
    .news-item-content/*:nth-child(even) francesca*/ .news-thumb:before {
        border-width: 25px 0 25px 25px;
        border-color: transparent transparent transparent #ffffff;
        left: 15px;
    }
}
@media (max-width: 767px) {
    .nav > li.active > a:after, .current-page-parent:after {
        height: 0 !important;
        background-color: transparent !important;
    }
    .navbar-nav a:hover, .navbar-nav a:focus {
        color: #ffffff !important;
        background-color: #000 !important;
    }
    .menu-container {
        width: 70%;
        position: absolute;
        left: 0;
        height: auto;
        transform: translate3d(-100%, 0, 0);
        overflow-y: auto;
        overflow-x: auto;
        top: 60px;
        padding-right: 6px;
    }
    .openNav .menu-container {
        transform: translate3d(0, 0, 0);
        transition: transform 500ms ease;
    }
    .openNav .page-area {
        left: 0;
        transform: translate3d(70%, 0, 0);
        transition: transform 500ms ease;
    }
    .page-area {
        left: 0;
        transform: translate3d(0, 0, 0);
        transition: transform 500ms ease;
    }
    .navbar-nav {
        padding: 0;
        margin: 0;
    }
    .navbar-nav a {
        font-size: 14px;
        padding: 15px 10px !important;
        margin: 0 !important;
        line-height: 16px !important;
        background-color: white;
        float: left !important;
        margin: 0px !important;
        width: 100%;
        text-transform: none !important;
        word-wrap: break-word;
        white-space: normal !important;
    }
    .navbar-nav li, .navbar-nav ul {
        padding: 0 0 0 10px !important;
        margin: 0px !important;
    }
    .open-panel {
        width: 32px;
        height: 32px;
        position: absolute;
        top: 18px;
        right: 22px;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .5s ease-in-out;
        -moz-transition: .5s ease-in-out;
        -o-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
        cursor: pointer;
    }
    .open-panel span {
        display: block;
        position: absolute;
        height: 3px;
        width: 100%;
        background: #000;
        opacity: 1;
        left: 0;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .25s ease-in-out;
        -moz-transition: .25s ease-in-out;
        -o-transition: .25s ease-in-out;
        transition: .25s ease-in-out;
    }
    .open-panel span:nth-child(1) {
        top: 0px;
        -webkit-transform-origin: left center;
        -moz-transform-origin: left center;
        -o-transform-origin: left center;
        transform-origin: left center;
    }
    .open-panel span:nth-child(2) {
        top: 9px;
        -webkit-transform-origin: left center;
        -moz-transform-origin: left center;
        -o-transform-origin: left center;
        transform-origin: left center;
    }
    .open-panel span:nth-child(3) {
        top: 18px;
        -webkit-transform-origin: left center;
        -moz-transform-origin: left center;
        -o-transform-origin: left center;
        transform-origin: left center;
    }
    .open-panel.open span:nth-child(1) {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
        top: -2px;
        left: 3px;
    }
    .open-panel.open span:nth-child(2) {
        width: 0%;
        opacity: 0;
    }
    .open-panel.open span:nth-child(3) {
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
        top: 21px;
        left: 3px;
    }
    .caret, .dropdown-submenu>a:after {
        display: none !important; 
    }
    .navbar-nav .dropdown-menu {
        width: 100%;
        display: block !important;
        left: 0 !important;
        position: relative !important;
        border: none !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
    }
    .openNav .page-area:after {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        background-color: #00000085;
        left: 0;
    }
}
.dropdown-menu > li > a {
    border-bottom: 0;
}
#site-navigation {
    min-height: 60px;
}
.navbar-collapse {
    padding-left: 0;
    padding-right: 0;
}
.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;
    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: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}

.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-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
    background-color: #ffa700;
}
.navbar-toggle {
    border: 1px solid #ccc;
}
.navbar-toggle .icon-bar {
    background-color: #ccc;
}
.navbar-nav > li > a {
    border-bottom: 0;
    text-transform: uppercase;
}
.nav > li.active > a:after, .current-page-parent:after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #ffa700;
}
article {
    clear: both;
    float: left;
    margin-bottom: 10px;
    width: 100%;
}
.updated:not(.published) {
    display: none;
}
.space-right {
    margin-right: 10px;
}
.main-content {
    float: left;
    width: 100%;
}
.page-header {
    width: 100%;
    margin: 20px 0;
    text-align: center;
}
.single-entry-summary, .entry-footer {
    margin-top: 15px;
    width: 100%;
    clear: both;
}
.tagcloud a {
    font-size: 15px !important;
    padding: 2px 10px;
    border: 1px solid;
    margin-bottom: 5px;
    display: inline-block;
}
input, textarea {
    background-color: #fff;
    padding: 6px;
    color: #464a4c;
    border-radius: 0;
    margin-bottom: 10px;
}
select {
    max-width: 100%;
    padding: 5px;
    color: #000;
}
#respond .comment-form-author,
#respond .comment-form-author input,
#respond .comment-form-email,
#respond .comment-form-email input,
#respond .comment-form-url,
#respond .comment-form-url input {
    width: 100%;
}
#sidebar {
    display: block;
    max-width: 100%;
    overflow: hidden;
}
.homepage-widget-area {
    overflow: hidden;
    clear: both;
    width: 100%;
}
.page-area {
    padding-top: 15px;
}
header.archive-page-header {
    padding: 0 15px 30px;
}
.widget {
    word-wrap: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
    margin-bottom: 25px;
}
.widget ul {
    padding-left: 0;
    list-style-type: none;
}
.widget li > ul {
    padding-left: 15px;
}
.widget ul li {
    margin: 4px 0px 0px;
    padding: 0px 0px 4px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}
.widget ul li:last-child {
    border-bottom: none;
}
.widget-title {
    font-size: 18px;
    position: relative;
    width: 100%;
    clear: both;
    margin-top: 10px;
    margin-bottom: 10px;
    text-transform: uppercase;
    display: inline-block;
    text-align: left;
    padding: 0;
}
.widget-title:after {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    height: 1px;
    background-color: #dddddd;
    left: 0;
}
.widget-title:before {
    content: '';
    position: absolute;
    bottom: 0;
    height: 1px;
    background-color: #ffa700;
    left: 0;
    width: 15%;
    z-index: 5;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.widget:hover .widget-title:before {
    width: 100%;
}
.widget-title h3 {
    font-size: 15px;
    float: none;
    padding: 10px 0;
    margin: 0;
    font-style: normal;
    display: inline-block;
}

.section-title {
    width: 100%;
    position: relative;
    float: left;
    clear: both;
    overflow: hidden;
}
.section-title:after {
    content: '';
    position: absolute;
    right: 0;
    bottom: 10px;
    height: 2px;
    background-color: #eaeaea;
    left: 16px;
    z-index: 6;
    -webkit-transform: skewX(-15deg);
    -ms-transform: skewX(-15deg);
    transform: skewX(-15deg);
}
.section-title .widget-title {
    width: auto;
    margin-left: 2px;
    float: left;
}
.section-title .widget-title a {
    float: left;
}
.section-title .widget-title:after {
    display: none;
}
.section-title a {
    position: relative;
    z-index: 3;
    color: #000;
    padding: 14px 14px;
    top: -2px;
    font-weight: 300;
    font-size: 14px;
    float: left;
    margin-bottom: 8px;
    font-style: italic;
}
.section-title a:after {
    content: "";
    position: absolute;
    top: 0;
    left: -40px;
    right: -15px;
    height: 100%;
    background-color: #eaeaea;
    -webkit-transform: skewX(-15deg);
    -ms-transform: skewX(-15deg);
    transform: skewX(-15deg);
    z-index: -1;
    display: block;
}
h1.site-title a, .site-title a, h1.site-title, .site-title {
    margin: 0;
    padding: 0;
    font-size: 60px;
    line-height: 70px;
    word-wrap: break-word;
    font-weight: 700;
    color: #000;
    letter-spacing: -.02em;
    text-transform: uppercase;
}
p.site-description {
    font-size: 23px;
    line-height: 28px;
    margin: 0;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.site-branding-logo a {
    border: none;
    z-index: 998;
    position: relative;
}
.site-branding-logo img {
    width: auto;
}
.site-branding-text {
    z-index: 998;
    position: relative;
}
.site-heading {
    max-width: 1170px;
    text-align: center;
    padding: 40px 15px;
    color: #000;
}
.navbar {
    margin-bottom: 0;
}
.main-menu {
    position: relative;
}
#site-navigation{
    background-color: #ffffff;
    border: none;
}
#site-navigation, nav a {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    color: #000;
    border-radius: 0;
    border-bottom: 1px solid #e3e3e3;
}
.featured-thumbnail {
    width: 100%;
    position: relative;
}
.featured-thumbnail img {
    width: 100%;
    text-align: center;
}
.single-page-header {
    color: #fff;
    font-size: 44px;
    font-weight: 400;
}
.single-footer {
    display: block;
    clear: both;
}
nav.navigation.pagination {
    text-align: center;
    width: 100%;
    clear: both;
    margin: 20px 0;
}
nav.navigation.pagination .nav-links a, nav.navigation.pagination .current {
    padding: 5px 10px;
    border: none;
    border-radius: 0;
    position: relative;
    z-index: 1;
}
nav.navigation.pagination .nav-links a:before, nav.navigation.pagination .current:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    display: block;
    border: 1px solid #b5b5b5;
}
nav.navigation.pagination .current {
    color: #fff;
}
nav.navigation.pagination .current:before {
    background-color: #ffa700;
    border: 1px solid #ffa700;
}
#content-footer-section {
    background-color: #fff;
    padding: 15px;
}
#content-footer-section .widget {
    border: none;
    background: transparent;
}
#content-footer-section .widget:nth-child(4n+1) {
    clear: both;
}
.footer-credits {
    background-color: #1e1e1e;
    clear: both;
}
.footer-credits-text {
    padding: 20px 0;
    color: #fff;
}
.site-header {
    padding: 0;
    background-color: #fff;
    position: relative;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

#wp-custom-header img {
    position: absolute;
    height: auto;
    left: 50%;
    max-width: 1000%;
    min-height: 100%;
    width: auto;
    top: 50%;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

/* Search styling */
.top-search-box {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    z-index: 99999;
    width: 280px;
}
form#searchform, .search-icon {
    position: relative;
}
#searchsubmit {
    position: absolute;
    right: 0;
    bottom: 0;
    top: 0;
    max-width: 100px;
    border: 1px solid #dddddd;
}
input#s {
    width: 100%;
    padding-right: 105px;
    border: 0;
    border-bottom: 1px solid #dddddd;
}

/* Comments */
.comment-form #comment, .comment-form #submit {
    width: 100%;
    border: 1px solid #dddddd;
}

cite.fn {
    font-weight: bold;
}
a.comment-reply-link {
    border: 1px solid #ccc;
    padding: 10px 20px;
}
.reply {
    margin: 20px 0;
}
.comment-meta.commentmetadata {
    margin: 10px 0;
    font-size: 12px;
    font-style: italic;
}
.comment-body {
    margin-bottom: 40px;
}
.commentlist li {
    list-style-type: none;
}
.error-template {
    padding-bottom: 60px;
}
input#submit:hover, .btn-default:hover, input[type="submit"]:hover, button:hover, a.comment-reply-link:hover { 
    opacity: 0.8;
}

.inner-wrapper {
    float: left;
    display: block;
    margin-bottom: 15px;
    width: 100%;
}
.posted-date,
.cat-links a,
.cat-links span,
.tags-links span,
.comments-meta {
    opacity: 0.7;
    padding-right: 8px;
    font-size: 13px;
    font-weight: 300;
    font-style: italic;
    transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
}
.posted-date:hover,
.cat-links a:hover,
.cat-links span:hover,
.tags-links span:hover,
.comments-meta:hover {
    opacity: 1;
}
.cat-links {
    padding: 10px;
}
.single .cat-links {
    padding-left: 0;
}
.comments-meta a{
    color: #404040;
}

span.comments-meta i {
    margin-left: 0;
}
.read-more-button a {
    padding: 10px 20px;
    margin-top: 20px;
    border: 1px solid;
    position: relative;
    display: inline-block;
}
.tags-links a {
    position: relative;
    font-style: italic;
    opacity: 0.8;
    margin-right: 8px;
}
h1.single-title {
    text-align: center;
}
.news-thumb {
    position: relative;
    padding-left: 0;
}
.home article/*:nth-child(even) francesca */ .news-thumb {
    float: right;
    padding-left: 15px;
    padding-right: 0;
}
.news-item-content, .postauthor-container, .comments-template, .single-wrap {
    padding: 15px;
    margin-bottom: 15px;
}
.news-item h2 {
    font-size: 26px;
    margin-top: 0;
    margin-bottom: 0;
    font-weight: 300;
    line-height: 1.1;
    position: relative;
}
.news-item h2:after {
    content: '';
    position: absolute;
    width: 0;
    bottom: -8px;
    margin: 0 auto;
    height: 1px;
    background-color: #404040;
    left: 0;
    right: 0;
    transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
}
article:hover .news-item h2:after {
    width: 40px;
}
.news-item.layout-two h2, .news-item.layout-two h2 a {
    font-size: 15px;
    line-height: 18px;
}
.news-item h2 a {
    color: #000;
    font-size: 26px;
}
.news-item.layout-two .news-thumb {
    float: left;
    max-width: 80px;
    margin-right: 10px;
    margin-bottom: 8px;
}
.news-item.layout-two {
    clear: both;
    margin-bottom: 8px;
}
.post-excerpt {
    font-style: italic;
    font-weight: 300;
}
.author-meta-by {
    font-style: italic;
    opacity: 0.7;
    font-size: 14px;
    font-weight: 300;
}
.author-meta a {
    color: #000;
    text-transform: uppercase;
    font-size: 14px;
    margin-right: 8px;
}
.comments-meta a {
    padding-right: 5px;
}


/*francesca*/
#wpadminbar{display:none;}
.site-header{z-index: 0;}
.transition { -webkit-transition:all 0.3s ease 0s; -moz-transition:all 0.3s ease 0s; -o-transition:all 0.3s ease 0s; transition:all 0.3s ease 0s;}
body:not(.home) .site-header{display:none;}
.wp-subscribe-wrap { background:#09863c !important;}
.wp-subscribe-wrap input.submit{color:#09863c !important;}
.wp-subscribe-wrap input.email-field, .wp-subscribe-wrap input.name-field{color:#09863c !important;background:#fff !important;}
a, a:active, a:hover, a:focus{color:#09863c;}
.widget-title::before {background-color: #09863c;}
#site-navigation, nav a{display:none;}



/* -------header------- */ 
.header { background-color:#fff; position:fixed; top:0px; left:0px; right:0px; width:100%; height:90px; z-index:10; box-shadow:0 0 10px rgba(0,0,0,0.05);box-sizing: unset;}
	.logo { left:30px;  top:10px; position: absolute;}
		.logo img { width:250px; position:relative; }
	.navigation {   position:absolute; display: block; right: 260px;}
		.menu { padding:0px; margin:0px; position:relative; top:20px;}			
			.menu li { text-transform:uppercase; display:inline-table; list-style-type:none; font-size:1em; font-family: 'Open Sans', sans-serif; font-weight: 600; color: #616161; border-bottom:5px solid #f7f7f7; margin:0 15px;}
				.menu li a {  padding:15px 15px 10px 15px; display:block; position:relative;color: #616161; }
				.menu li.colored { background-color:#09863c; color:#fff; border-bottom:5px solid #09863c;}
				.menu li.colored a { color:#fff;}
				.menu .active { background-color:#efecea; }
				.menu .active  a{ color:#fff; }
				.menu li:hover, .menu li.attivo { border-bottom:5px solid #09863c; color:#09863c; }
				.menu li.colored:hover { color:#09863c; border-bottom:5px solid #09863c; background-color:#fff;}
				.menu li.colored:hover a{ color:#09863c; }
				
.menu_icon_name { position:absolute;  padding:11px 11px 43px; background-color:#09863c; color:#fff; display:none;  font-size:0.7em; letter-spacing:2px; font-weight:400; text-transform:uppercase;height: 16px;top: 0;right: 210px;width: auto; font-weight:600;box-sizing: unset;font-family: 'Open Sans', sans-serif;}	
	.mobile_button { width:30px; height:40px; position:absolute; top:35px; right:227px; display:block; cursor:pointer; display:none; }
		.menu_line { background-color:#fff; width:100%; height:1px; position:relative; display:block;  }
		.m_line_1 { margin:0px; }
		.m_line_2 { margin:8px 0 0;}
		.m_line_3 { margin:8px 0 0;}
	
	.mobile_close { -webkit-transform: rotate(45deg) translateX(-5px) translateY(5px); -moz-transform: rotate(45deg) translateX(-5px) translateY(5px); -ms-transform: rotate(45deg) translateX(-5px) translateY(5px); -o-transform: rotate(45deg) translateX(-5px) translateY(5px); transform:rotate(45deg) translateX(-5px) translateY(5px);  }
	.mobile_close .m_line_1 { -webkit-transform: rotate(90deg) translate3d(10px, 0px, 0px); -moz-transform: rotate(90deg) translate3d(10px, 0px, 0px); -ms-transform: rotate(90deg) translate3d(10px, 0px, 0px); -o-transform: rotate(90deg) translate3d(10px, 0px, 0px); transform:rotate(90deg) translate3d(9px, 0px, 0px); }
	.mobile_close .m_line_2 { opacity:0; }
	.mobile_close .m_line_3 { -webkit-transform:translate3d(0px, -10px, 0px); -moz-transform:translate3d(0px, -10px, 0px); -ms-transform: translate3d(0px, -10px, 0px); -o-transform: translate3d(0px, -10px, 0px); transform:translate3d(0px, -10px, 0px); }



/*-----------telmail-------*/
.telmail { position:absolute; background-color:#f7f7f7; height:90px; right:40px; top:0; width:auto; box-sizing:border-box; padding:10px 20px;}
	.telmail a { color:#616161; font-size:0.8em; vertical-align:middle; display:table; width:100%; text-align:right; font-weight:400; line-height:34px; letter-spacing:0.02em;}
	.telmail img{ display:inline-table; vertical-align:middle; margin:0 0 0 10px; width:100%; height:auto; max-width:13px;}
	
/* -------language------- */		
.language { position:absolute; display:block; top:0; right:0; vertical-align:middle; margin:0 auto; font-size:0.9em; padding:30px 5px; width:40px; background-color:#09863c; text-align:center;}
			.language span { position:relative; text-transform: uppercase ;list-style-type: none; font-family: 'Open Sans', sans-serif; font-weight: 400; color: #fff; text-align: center; display:block;}
			.language img { width:100%; height:auto; margin:0 auto; max-width:7px; position:relative; display:table; margin-top:5px;}
			.language .lang-other { position:absolute; margin:0px auto 0; display:block; width: 100%; margin-top: 31px; left:0; overflow: hidden;height: 0;pointer-events: none;position: absolute;top: 100%;margin-top: 0;}
			.language .lang-other a { color: #09863c; display: block;  padding: 8px; position: relative; text-align: center; text-transform: uppercase; font-weight: 300;background-color: #f7f7f7;font-family: 'Open Sans', sans-serif;font-weight: 400;}
			.language .lang-other a:hover { background-color:#07682f; text-decoration: unset; color:#fff;}
		.language:hover .lang-other {  height: 80px;pointer-events: all;}
		
		
	#menu-lingue { display:none;position: fixed; right: 0px;  z-index: 5;  top: 0;  background: #ddd;  width: 40px;background: #09863c;color: #fff;font-size: 14px;}	
	#menu-lingue.navbar-nav > li > a { padding: 0;     padding-top: 0px;padding-top: 30px;  width: 40px;  text-align: center;}	
	#menu-lingue.navbar-nav > li:hover .dropdown-menu{border:0;}	
	.current-lang{display:none;}
			#menu-lingue	.dropdown-toggle img { width:100%; height:auto; margin:0 auto; max-width:7px; position:relative; display:table; margin-top:5px;}

	.lang-item { color: #000;  text-align: center;  border-radius: 0px;   border: 0;}
	.dropdown-menu { border-radius: 0;  border: 0;}
	#menu-lingue.nav > li { height: 90px;}
	.nav > li > a::before{display: none;}
	.navbar-default .navbar-nav > li > a{color: #fff;}
	.navbar-default .navbar-nav > li.open > a{color: #fff;}
	.navbar-default .navbar-nav > .open > a,
	.navbar-default .navbar-nav > .open > a:hover,
	.navbar-default .navbar-nav > .open > a:focus { color: #fff;}	
	.dropdown-menu > li > a{text-align: center;padding:0;color:#09863c;text-transform:uppercase;}	
	.dropdown-menu{min-width:auto;width:40px;}




/*--------footer--------*/
.footer{ position: relative; display:table; width:100%; height:auto; background-color:#09863c; box-sizing:border-box; padding:100px 0 70px;margin-top:100px;}
.footer-logo{ width:100%; height:auto; position:absolute; left:0; top:-46px; text-align:center; display:table;}
.footer-logo a { width:auto; position:relative; display:table; margin:0 auto; height:auto;}
	.footer-logo img { width:100%; height:auto; position:relative; display:table; max-width:250px; margin:0 auto;}
	 .parts-footer-container{position: relative; display: table; width: 95%; max-width: 1200px; margin:0 auto;}
	.footer-parts {width: 33.3333%; display: table-cell; box-sizing: border-box; padding: 20px; background-color:rgba(0,0,0,0.1); border: 5px solid #09863c; text-align:center;}
	.footer-parts p { color:#fff; font-size:0.8em; line-height:22px;}
	.footer-parts a { color:#fff;}
	.footer-parts a img{width:100%; height:auto; vertical-align:middle; max-width:10px; margin-right:10px;}
		.footertitle{ text-transform:uppercase; color:#fff; font-size:0.9em; font-weight:600; letter-spacing:0.5em; margin-bottom:10px;}

/*------------------------impressum_line----------------*/
.impressum_top {display: table; height: auto;  margin-bottom: 20px;  position: relative; width: 100%;}	
.impressum-sides { width:50%; float:left; position:relative; display:table; margin-bottom:10px;}
	.impressum-sides  img { width:100%; height:auto; max-width:110px; margin:10px 0; display:block;}
	.impressum-sides  img.other { width:100%; height:auto; max-width:160px; margin:5px 0; display:block;}



/*------------------------listing----------------*/
.news-item-content{background: #f7f7f7;text-align: left;padding: 0px;}
.news-item{text-align: left;overflow: hidden;}
.news-item-content .news-thumb::before {display:none;}
.news-item h2,.news-item h2 a{color:#09863c;font-weight: 600;font-size:22px;}
.news-item h2::after {display:none;}
.cat-links a { color: #777;}
.post-excerpt{color: #09863c;}
.news-item-content .col-md-6:not(.news-thumb) {padding: 40px;}
.news-item-content div:not(.has-post-thumbnail) .col-md-12{padding: 40px;}
.home article/*:nth-child(2n) francesca*/ .news-thumb { float: right; padding-left: inherit;  padding-right: inherit;}
.news-text-wrap.row { margin: 0;}
h1.single-title { text-align: left;color:#09863c ;font-family: 'Open Sans', sans-serif;font-weight: 700;color: #09863c;font-size: 34px;}
.single-meta { text-align: left;}
.more-green{color: #09863c; position:relative; display: table; padding: 8px 20px; font-weight: 600; font-size: 0.8em; cursor: pointer; margin-top:15px; cursor:pointer; width:auto; border:none; background-color:#fff;
-webkit-transition:all 0.3s ease 0s; -moz-transition:all 0.3s ease 0s; -o-transition:all 0.3s ease 0s; transition:all 0.3s ease 0s;}
.more-green:hover { background-color:#09863c; color:#fff;}

@media (max-width:1350px) {
	/*menu*/
	.language{ padding:20px 0px;width:30px;}
	.language .lang-other a { padding:8px 0;}
	.telmail { right:30px; padding:10px; height:70px;}
	.telmail a { line-height:24px;}
	.menu { top:9px;}
	.menu li { margin:0 5px; font-size:0.95em;}
	.menu li a { padding:15px 10px 10px;}
	.navigation { right:220px;}
	.logo img { max-width:190px;}
	.logo { left:10px;}
	.header { height:70px;}
	#menu-lingue {width:30px;}
	#menu-lingue.navbar-nav > li > a { width:30px;padding-top: 20px;}
	#menu-lingue.nav > li { height: 70px;}
	.dropdown-menu{width:30px;}
}


@media (max-width:1050px) {
	/*menu*/
	.menu_icon_name { display:block; z-index:10;}
	.mobile_button { display:block; z-index:10;}
	.logo { z-index:11;}
	.menu { top:0;}
		.menu_container { width:100%; background-color:#212121; text-align:center; right:0; box-sizing:border-box;}
				.menu li { position:relative; display:table; width:100%; height:auto; margin:0 auto; text-align:center;}
				.navigation { position: absolute; top:70px; display:none; width:100%; margin:0 auto;left:0; transition:none; background-color:#fff;}
	/*footer*/
	.footer { padding:80px 0 50px;}
	.parts-footer-container { text-align:center;}
	.footer-parts { width:48%; display:inline-table;}				
				
				
}

@media (max-width:750px) {
	/*footer*/
	.footer { padding:60px 0 10px;}
	.footer-parts { width:100%; display:table; margin:500px; margin:0 auto;}
}	

@media (max-width:550px) {
	/*menu*/
	.logo { left:0;}
	.logo img { max-width:170px;}
	.telmail { padding:0;width:32px;}
	.telmail span{ display:none;}
	.telmail img { margin:0; padding:0px;}
	.telmail a { line-height: 34px; display: block; text-align: center;}
	.menu_icon_name { right:63px;}
	.mobile_button { right:80px;}
}

