/* Add here all your CSS customizations */
.container {
    max-width: 1280px;
}

.feature-box .feature-box-icon {
    background: #F0F0F0;
}

/* Custom Map */
section.section-custom-map {
    background: none;
    padding: 129px 0 0;
    margin: 20px 0 0;
    border: 0;
}

.slider-container .main-label {
    color: #FFF;
    font-size: 62px;
    line-height: 62px;
    font-weight: 800;
    padding: 0px 0px 10px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.15);
}

.hidden {
    display: none !important;
}

.language-popover {
    max-width: 450px;
    width: 100%;
    background-color: rgba(20, 20, 20, 0.98);
    background-image: none;
    background-repeat: no-repeat;
    font-size: 0.8em;
}
.language-popover.popover.bottom > .arrow:after {
    border-bottom-color: rgba(20, 20, 20, 0.97);
}
.language-popover .popover-body ul {
    margin: 6px 0 14px 0;
    padding: 0;
    max-width: 400px;
    list-style-type: none;
    overflow: hidden;
}
.language-popover .popover-body li {
    float: left;
    display: inline;
    padding: 0 20px 0 40px;
    width: 33.333%;
    line-height: 2em;
}
.language-popover .popover-body li a {
    color: #f2f2f2;
}

@media (max-width: 480px) {
    .language-popover {
        max-width: 250px;
        background-position: -50px 0;
    }
    .language-popover .popover-body li {
        padding: 0 20px;
        width: 50%;
    }
}

#header .header-nav-top .nav > li > a, #header .header-nav-top .nav > li > span {
    padding: 6px 6px;
}

.required {
    color: #d02d4b;
}