.container-fluid:not(.full-width) {
    max-width:1600px;
}
.container-fluid.full-width {
    /* max-width:auto; */
}

.container-fluid.full-width .row > div {
    padding:0;
}

.bordered {
    border-top: 1px solid #e1ddd9;
    border-bottom: 1px solid #e1ddd9;
}
.grey {
    background-color:#dfdfdf;
}
.lightGrey {
    background-color:#f0f0f0;
}
.padded {
    padding-top:15px;
    padding-bottom: 15px;
}
.navbar .navbar-brand {
    height:auto;
    padding-bottom:0;
}
.navbar {
    font-size:15px;
    border:0;
    margin-bottom:0;
    min-height:70px;
}
.navbar-nav > li {
    position:static;
}
.navbar-nav > li > a {
    padding-top:10px;
    padding-bottom:11px;
}
.navbar .active > a {
    font-weight:700;
}
.navbar .navbar-brand img {
    max-height:55px;
    width:auto;
}

.padded_cols {
    padding-top:25px;
    padding-bottom:25px;
}
.padded_cols > [class*='col-'] {
    padding-bottom:15px;
    padding-top:15px;
}

.grey .nav-tabs {
    border:0;
    margin-top:4px;
}
.grey .nav-tabs > li > a,
.grey .nav-tabs > li > a:hover ,
.grey .nav-tabs > li > a:focus {
    border:0;
    border-radius:0;
    background-color:transparent;
}
.grey .nav-tabs > li.active {
    background-color:#f0f0f0;
}
.grey .nav-tabs > li.active::before {
    content: " ";
    display:block;
    position:absolute;
    left:-12px;
    top:0;
    width:1px;
    height:1px;
    border-right: 6px solid #f0f0f0;
    border-bottom: 22px solid #f0f0f0;
    border-left: 6px solid transparent;
    border-top: 22px solid transparent;
}

.grey .nav-tabs > li.active::after {
    content: " ";
    display:block;
    position:absolute;
    left:100%;
    top:0;
    width:1px;
    height:1px;
    border-left: 6px solid #f0f0f0;
    border-bottom: 22px solid #f0f0f0;
    border-right: 6px solid transparent;
    border-top: 22px solid transparent;
}
.navbar-toggle {
    margin-top:17px;
}
.nav-tabs img {
    margin-top:-4px;
    margin-right:4px;
}
.navbar #hv-nav ul {
    padding:0 25px;
}
.navbar #hv-nav ul ul {
    background-color:#dfdfdf;
}
.centered {
    text-align:center;
}
.centered .nav,
.centered .nav > li {
    float:none;
    display:inline-block;
    *display:inline;
    *zoom:1;
    vertical-align:top;
}
@media(min-width : 768px ) {
    .centered-navbar {
        text-align:center;
    }
    .centered-navbar .nav,
    .centered-navbar .nav > li {
        float:none;
        display:inline-block;
        *display:inline;
        *zoom:1;
        vertical-align:top;
    }

    .navbar #hv-nav ul ul {
        position:absolute;
        left:0;
        right:0;
    }
    .navbar.secondary {
        padding-bottom:0;
    }
    .navbar #hv-nav {
        padding:0;
        background-color:white;
    }
    #lang {
        margin-top:17px;
        margin-right:20px;
    }
    .carousel-caption > h1 {
        margin-top: 20px;
    }
}

@media(max-width : 375px ) {
    .carousel-caption h1 { font-size: 100%; }
}
.nav-pills.seven {
    width:100%;
}
.nav-pills.seven > li {
    width:14.2%;
    padding:15px 10px;
}
.nav-pills.seven > li + li {
    margin:0;
}
.nav-pills.seven > li > a {
    border:2px solid white;
    padding:0;
}
.nav-pills.seven > li:hover > a,
.nav-pills.seven > li.active > a {
    border:2px solid #70240d;
}
.nav-pills.seven > li > a > img {
    max-width:100%;
    border:2px solid white;
}
h1 {
    text-align:center;
    letter-spacing:2px;
    color:#666;
    margin-bottom:30px;
}
h1 > small {
    display:block;
    font-weight:600;
    font-size:18px;
    color:#7a7976;
    margin-top:20px;
}

footer {
    font-size:14px;
    color:#4c4941;
    margin-top:35px;
}
#home-carousel {
    margin-bottom: 40px;
    margin-bottom: 72px;
}
.carousel-indicators li {
    height:25px;
    width:8%;
    border:0;
    background:transparent;
    border-top: 3px solid #70240d;
    border-radius:0;
    margin:0 1px;
}
.carousel-indicators li.active,
.carousel-indicators li:hover {
    height:25px;
    width:10%;
    border-color:#fabc15;
    background:transparent;
}

.carousel-overlay {
    position:absolute;
    display:block;
    top:100%;
    left:20%;
    z-index:12;
    margin-top:-70px;
    width:60%;
    height:70px;
    background-color:white;
}

.carousel-overlay::before,
.carousel-overlay:before {
    content:" ";
    position: absolute;
    display:block;
    top:0;
    left:-80px;
    border-left:40px solid transparent;
    border-top:35px solid transparent;
    border-right:40px solid white;
    border-bottom:35px solid white;

}
.carousel-overlay::after,
.carousel-overlay:after {
    content:" ";
    position: absolute;
    display:block;
    top:0;
    right:-80px;
    border-right:40px solid transparent;
    border-top:35px solid transparent;
    border-left:40px solid white;
    border-bottom:35px solid white;

}
.carousel-captions {
    position:relative;
    z-index:13;
}
.carousel-caption {
    top:100%;
    margin-top:-80px;
    text-shadow:0 0 0;
    color:black;
}
.carousel-caption > h1 {
    margin-bottom:10px;
}

h1, h2, h3 {
    color:#70240d;
}
a {
    color:#70240d;
}
a:hover {
    text-decoration: underline;
}
.nav a {
    color:black;
    text-decoration: none;
}

.lang-menu a.dropdown-toggle { padding-top: 80px; }

.img-responsive, .thumbnail > img, .thumbnail a > img /* .carousel-inner > .item > img, .carousel-inner > .item > a > img */ { width: 100%; }
.carousel-inner > .item > img, .carousel-inner > .item > a > img { max-width: 120%; overflow: hidden; margin-left: -10%; }

/* 2019-09-02 */
.carousel-caption h1 { font-size: 36px; }
.flexslider-caption { display: none; height: 0 !Important;}
@media (max-width: 638px) {
    #home-carousel { margin-bottom: 72px; }
    .carousel-captions { margin-top: 12px; }
    .carousel-caption { left: 5%; right: 5%; }
}
@media (max-width: 992px) {
    .carousel-caption h1 { font-size: 28px; }
}
@media (max-width: 768px) {
    .carousel-caption h1 { font-size: 20px; }
    .carousel-indicators li { width: 7%; }
}
@media (min-width: 767px) {
    .carousel-caption {
        right: 18%;
        left: 18%;
        padding-bottom: 30px;
    }
}
@media (max-width: 576px) {
    .carousel-indicators { left: 40%; width: 80%; bottom: -55px !important; margin-top: 100px; }
    .carousel-indicators li { width: 7%; }
}
/* 2019-09-02 end */

.ge_cols4 h3 { font-size: 25px; font-weight: 400; }

.articlelist-item .col-md-3 { margin-bottom: 2rem; }
.articlelist-item p { font-size: 16px; }
.articlelist-item strong { font-size: 18px; color: #70240d;  }
.ge_cols4 h1, .ge_cols4 h2, .ge_cols4 h3, .ge_cols4 h4 {
    margin-top: 24px;
    margin-bottom: 14px;
}
#c3635 p { font-size: 16px; }
