div.homebackground {
    -moz-box-shadow: inset 0px 19px 15px -10px rgba(227,226,226,1), inset 0px -19px 15px -10px rgba(227,226,226,1);
    -webkit-box-shadow: inset 0px 19px 15px -10px rgba(227,226,226,1), inset 0px -19px 15px -10px rgba(227,226,226,1);
    box-shadow: inset 0px 19px 15px -10px rgba(227,226,226,1), inset 0px -19px 15px -10px rgba(227,226,226,1);
    padding: 0;
}

div.homebackground.noshadow{
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.semitransparent {
    position: absolute;
    background: none;
    margin: 0;
    bottom: 0;
}

.semitransparent .message {
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: relative;
    z-index: 2;
}

.semitransparent:after {
    content:"";
    background-color: #2ebd90;
    opacity: 0.40;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    z-index: 1;
}

.background-cover {
    background-size: cover;
    background-position: center;
}

.background-cover-xs {
    background-size: cover;
    background-position: center;
    height: 220px;
}

.galleryImgAnchor {
    display: inline-block;
    float: left;
}

.galleryTitle {
    color: #ffffff;
    position: absolute;
    bottom: 5px;
    left: 10px;
}
a.gallery-anchor {
    background-color: #000;
    opacity: 0;
    display: inline-block;
    width: 100%;
    height: 100%;
}
a.gallery-anchor:hover {
    opacity: 0.2;
}

#countryOverlay {
    position: absolute;
    top: 50px;
    width: 95%;
    left: 50%;
    margin-left: -47.5%;
    z-index: 1000;
}

.chart-container {
    display: inline-block;
    margin-right: 40px;
}

.chart-container .chart .txt {
    display: inline-block;
    line-height: 150px;
    z-index: 2;
    position: absolute;
    width: 150px;
    text-align: center;
}

.chart-container .limit-description {
    padding: 5px 0;
    text-align: center;
    margin-top: 10px;
    border: #eeeeee 1px solid;
}
.chart-container .limit-description .period-field {
    font-size: 16px;
}
.chart-container .limit-description .date-field {
    font-weight: bold;
    color: #999;
}

.recent-activities a.activity-thumb {
    display: inline-block;
    text-decoration: none;
    /*height: 170px;*/
}

.recent-activities a.activity-thumb img {
    height: 150px;
}

.recent-activities a.activity-thumb div {
    text-align: center;
    margin-top: 5px;
}

.recent-activities a.activity-thumb img:hover {
    opacity: 0.8;
}

@media (max-width: 767px) {
    .chart-widgets {
        padding: 0;
    }
    .chart-container {
        display: block;
        margin-right: 0;
        margin-bottom: 20px;
        text-align: center;
    }
    .chart-container .chart {
        display: inline-block;
    }
    .chart-container .limit-description {
        display: inline-block;
        vertical-align: top;
        margin-left: 10px;
        min-width: 120px;
        margin-top: 50px;
        background-color: #b6b9ba;
    }
    .chart-container .limit-description .period-field {
        color: #666;
    }
    .chart-container .limit-description .date-field {
        color: #fff;
    }
}