.all-locations{
    position: relative;
    background: rgb(242,242,242); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(242,242,242,1) 0%, rgba(204,204,204,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(242,242,242,1) 0%,rgba(204,204,204,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(242,242,242,1) 0%,rgba(204,204,204,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f2f2', endColorstr='#cccccc',GradientType=0 ); /* IE6-9 */

}

#all-branches-nav {
    position: absolute;
    top: 0;
    height: 100%;
    width: 380px;
    /*overflow: hidden;*/
    z-index: 9;
    /*overflow-y: scroll;*/
    transition: -webkit-transform .4s ease-in-out;
    transition: transform .4s ease-in-out;
    transition: transform .4s ease-in-out, -webkit-transform .4s ease-in-out;
    margin: 0;
    box-shadow: none;
}
.locate #all-branches-nav {
    -webkit-transform: translate(0);
    transform: translate(0);


}
.map__container {
    width: 100%;
    -webkit-transform: translate(0);
    transform: translate(0);
    transition: all .4s ease-in-out;
    /*display: none;*/
}
#all-branches-nav li{
    box-sizing: border-box;
    /*padding-left: 25px;*/
    display: none;
}
#all-branches-nav li.active{
    display: block;
}
#all-branches-nav li img{
    width: 100%;
}
#all-branches-list {
    position: relative;
    width: 100%;
	background: #fff;
	padding-bottom: 40px;
    border-color: #eee;
    border-width: 0 1px 1px 0;
    border-style: solid;
}

.btn-close {
    width: 50px;    height: 50px;    position: absolute;    top: 30%;
    border: 0;
    padding: 0;
    outline: none;    
	border-radius: 50%;
	z-index: 10;
	background-repeat: no-repeat;
    background-size: 15px;
    background-position: center;
    background-color: #48632e;
}
#all-branches-list li div h2{
    font-size: 30px;
    padding: 0;
    margin-bottom: 20px;
}
#all-branches-list li div p{
    font-size: 18px;
    color: #333;
}
#all-branches-list address{
    font-style: normal;
    font-size: 14px;
}
.branch-location {
    width: 100%;
    height: 180px;
    background-image: url(../images/footer-logo.png);
    background-repeat: no-repeat;
    background-size: 40%;
    background-position: center center;
    background-color: #48632e;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 10px 30px;
    color: #fff;
    text-align: center;
}
.branch-text > div {
    font-size: 20px;
}
#all-branches-list .branch-info {
    margin-top: 40px;
    padding: 0 30px;
}
.infobox-header {
    font-size: 12px;
    padding: 0 20px
}@media only screen and (max-width: 650px){	#all-branches-nav {		width: 80%;	}}
.more_branches {
    padding: 100px 0 80px;
}
.more_branches .branches_list a {
    padding: 12px 30px;
    background-color: #1b8c03;
    border: 1px solid #1b8c03;
    display: inline-block;
    margin-bottom: 20px;
    color: #fff;
}