.locations .article{
    width: 100% !important;
    padding-right: 0px !important;
}

.locations .maincontent{
    padding-right: 0px !important;
}

.locations .sidebar{
    padding-left: 0px !important;
}

.locations .rsb{
    padding: 0px 1% !important;
    padding-left: 0px !important;
}

.locations .region-content img{
    padding-bottom: 0px !important;
}

.locations .content{
    margin-top: 0px !important;
    position: relative;
}

.locations .text-image-location {
    display: table-cell;
    position: inherit;
    z-index: 10;
    border-radius: 0px 250px 250px 0px;
    background: rgba(2,118,188,.7);
    top: -125px;
    left: -200px;
    text-align: right;
    vertical-align: middle;
    width: 500px;
    height: 500px;
    padding-right: 5%;
}

.locations .img-location{
    position: relative;
    display: block;
    margin-left: -15px;
    width: calc(100% + 15px);
    height: 250px;
    overflow: hidden;
}

.locations .text-image{
    position: absolute;
    margin: auto 0;
    top: 0;
    bottom: 0;
    right: 0;
    left: 16px;
    display: inline-table;
    width: 300px;
    font-size: 32pt;
    font-weight: 700;
    line-height: 1.5;
    color: #FFFFFF;
    z-index: 20;
}

.locations .bread{
    padding: 0.5em 0 0.65em;
}

.locations-content{
    word-break: break-word;
    padding: 0 15px 0 0!important;
}

@media (min-width: 990px) {
    .locations .rsb ul {
        padding-left: 40px;
    }
}

@media (max-width: 990px) and (min-width: 905px) {
    .locations .rsb ul {
        /*margin-left: 0!important;
        padding-left: 10px!important;*/
    }
}
@media (max-width: 802px) and (min-width: 751px) {
        .locations .rsb ul {
        margin-left: 0!important;
    }
}
@media (max-width: 990px) and (min-width: 751px) {
    .locations .rsb ul.follow.header li a{
        margin-right: 0!important;
    }
    .rsb .follow.header {
        width: 90%;
    }
    .locations .rsb ul {
        /*margin-left: 0!important;*/
    }
}
.locations ul.follow li a:hover{
    background: #f07824;
}
.locations .follow.header {
    padding-bottom: 3px!important;
}