.lang a[title="De"],
.lang a[title="Es"],
.lang a[title="It"],
.lang a[title="简体中文"] {
	display: none;
	visibility: hidden;
}

ul.lang li {
    display: inline;
    font-size: .9em;
    padding-right: 0;
    margin-right: 0;
    border-right: 0;
}

ul.lang li a {
    padding-right: 8px;
    margin-right: 6px;
    border-right: 1px solid;
}

ul.lang li:last-child a {
    padding-right: 0;
    margin-right: 0;
    border-right: 0;
}


.img-head img.attachment-1920x600, .img-head img.top-default {
    width: 100%;
}

.grid-item .entry-meta {
    min-height: 38px;
}
.fsn-column-inner {
    flex-wrap: wrap;
}
.fsn-image {
    flex: 0 0 100%;
}
.main-activity .site-main .single-activity h3 small {
    text-transform: none;
}

body .main-activity .site-main .single-activity .entry-services div dl dt, 
body .main-activity .site-main .single-activity .entry-services div dl dd {
 background: white;
 vertical-align: top;
}
body .main-activity .site-main .single-activity .entry-services div dl {
 border-bottom: 1px solid #ddd;
}

ul.lang {
    display: inline-block;
    padding-left: 0;
    padding-right: 20px;
}
.col-md-6.textright {
    text-align: right;
}

.img-head .overlay {
    margin-top: 0;
    color: white;
    min-height: 200px;
    position: absolute;
    top: 160px;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.4);
    max-width: 100%;
}
.img-head .center {
    margin-left: auto;
    margin-right: auto;
}
.img-head .center p {
    font-size: 1.2em;
    padding: 10px 20px;
}
.img-head .overlay h1 {
    padding-top: 30px;
}

.entry-meta.padded {
    min-height: 38px;
    display: block;
    width: 100%;
}
.btn-group > span {
    display: none;
    font-size: 0.7em;
    padding: 0;
}
@media (min-width: 576px) {
    .img-head .center {
        max-width: 540px;
    }
}
@media (min-width: 768px) {
    .img-head .center {
        max-width: 720px;
    }
}
@media (min-width: 992px) {
    .img-head .center {
        max-width: 960px;
    }
}
@media (min-width: 1200px) {
    .img-head  .center {
        max-width: 1140px;
    }
}

@media (max-width: 1176px) {
    .img-head {
        margin-top: 0;
    }
    .img-head .overlay {
       top: 0;
    }
    
    .wrapper-navbar {
            background: rgba(17, 17, 17, 1);
    }
}
@media (max-width: 1081px) {
    .page-template-grid_listpage .wrapper.pale {
        padding-top: 0;
    }
    .loop-slider .overlay {
        top: 180px;
    }
    .loop-slider .overlay h1 {
        font-size: 4em;
        padding-bottom: 10px;
    }
    .loop-slider .overlay h2 {
        font-size: 2em;
        padding-bottom: 10px;
    }
    .loop-slider form .fields {
        padding-bottom: 10px;
    }
    .grid-item .entry-header h1.entry-title {
        min-height: 90px;
    }
    .page-template-grid_listpage .img-head {
        max-height: 280px;
        overflow:hidden;
    }
    .img-head .overlay h1 {
        padding-top: 50px;
    }
    .img-head .center p {
        line-height: 1.3em;
    }
}