.select-title {
    text-align: center;
    margin-top: 60px;
    margin-bottom: 40px;
}

    .select-title h3 {
        font-size: 40px;
        font-weight: normal;
        margin-bottom: 20px;
    }

.select-city-desktop {
    display: none;
}

    .select-city-desktop .select-map {
        margin: auto;
    }

    .select-city-desktop .select-locations {
        padding-top: 60px;
        padding-bottom: 60px;
        padding-left: 0px;
    }

    .select-city-desktop .select-locations {
        display: flex;
        flex-wrap: wrap;
    }

    .select-city-desktop.two-items .select-locations {
        display: none;
    }

    .select-city-desktop .select-locations .select-item {
        flex: 0 0 48%;
        padding: 0;
    }

.select-city-mobile {
    display: block;
    background-color: #fdf9ee;
    margin-bottom: -30px;
}

.background-grey {
    display: none;
}

.select-city-desktop.two-items .select-map {
    width: 50%;
    margin: auto;
}

.select-city-desktop.two-items .select-locations {
    width: 50%;
}

@media(min-width:768px) {
    .select-city-desktop {
        display: flex;
        margin: 30px 0;
    }

        .select-city-desktop.two-items .select-locations {
            display: block;
        }

    .select-city-mobile {
        display: none;
    }

    .select-city-desktop .select-locations ul li {
        white-space: nowrap;
        font-size: 15px;
    }

    .background-grey {
        display: block;
    }
}

.select-city-desktop .select-map img {
    margin: auto;
    display: block;    
}

@media(min-width:999px) {
    .select-city-desktop .select-locations ul li {
        white-space: normal;
        font-size: 16px;
    }

    .select-city-desktop .select-locations {
        padding-left: 30px;
    }
}

.select-locations .select-item h4 {
	text-align: right;
}

.select-locations h4 {
    text-align: right;
    margin-right: 40px;
}

    .select-locations h4 a, .select-locations h4 {
        color: #cf5d39;
        font-weight: bold;
        margin-left: 9px
    }

.select-city-mobile .select-cities {
    padding: 10px;
}

.select-city-mobile .select-content h4 {
    font-size: 24px;
    color: #cf5d39;
    padding: 10px;
}

.select-city-desktop .select-locations ul {
    list-style: none;
    margin-bottom: 34px;
}

.select-city-mobile .select-content ul {
    list-style: none;
    padding: 0 15px;
}

    .select-city-mobile .select-content ul li {
        padding-bottom: 10px;
    }

.select-city-mobile .select-map img {
    max-width: 300px;
    margin: auto;
    display: block;
}

.select-city-desktop .select-locations ul li {
    padding: 5px 0;
}

.glyphicon-plus {
    display: none;
}

.collapsed .glyphicon-plus {
    display: inline-block;
}

.glyphicon-minus {
    display: inline-block;
}

.collapsed .glyphicon-minus {
    display: none;
}

.locationDetails .group-details .left-side .about-item h2 {
text-align: right;
}