.container.ecm_homeinfo {
	/*background-color: antiquewhite;*/
}
.homeinfo_second>.col-lg-6 >ul,.categoty_ext_first ul{
    margin-left: 17px;
}
.homeinfo_second {
	padding-bottom: 1rem;
	}

.homeinfo_second.closed{
	display:none;
}

.homeinfo_button{
    /*float: right;*/
    cursor: pointer;
}
.address span {
    white-space: nowrap;
}
.ecm_home_info {
    float: left;
}
.ecm_home_info h1 {
    text-transform: initial;
    font-weight: 400;
}
h1.ecm_homeinfo_title{
    font-size: 32px;
    font-weight: 400;
    color: #292929;
    padding-bottom: 30px;
    padding-top: 40px;
    text-transform: inherit;
}
span.homeinfo_button.closed{
color: #7FBA00;
}
span.homeinfo_button:hover{

}
span.homeinfo_button{
    display: none;
}
span.homeinfo_button.closed{
    display: block;
}
div#homeinfo_first,div#homeinfo_second {
    color: #000;
    padding: 0;
    line-height: 20px;
}
@media(max-width: 768px){
.ecm_home_info h1{
    font-size: 16px;
    font-weight: 600;
}
div#homeinfo_first .col-lg-6 div h2{
    font-size: 15px;
    font-weight: 700;
}
div#homeinfo_first .col-lg-6 div h3{
    font-size: 14px;
    font-weight: 700;
}
h1.ecm_homeinfo_title{
    font-size: 16px;
    font-weight: 600;
    color: #292929;
    padding-bottom: 30px;
    padding-top: 30px;
    text-transform: inherit;
    display: inline-block;
}
}