.member-dir-main.float_l {
    padding: 50px 0 60px 0;
}
.member-dir-info.float_l {
    text-align: center;
    font-size: 24px;
    color: #064561;
    line-height: 28px;
    padding: 0 5%;
    margin: 0 0 22px 0;
}
.member-dir-box.float_l {
    float: left;
    margin: 2.5%;
    width: 45%;
    background-color: #fff;
}
.member-dir-box img.thumb {
    float: left;
    width: 100%;
}
.member-dir-box .dir-title {
    font-size: 36px;
    font-weight: bold;
    color: #064561;
    line-height: 42px;
    padding: 38px 5% 15px 5%;
}
.member-dir-box .simple-text {
    padding: 0 5%;
    line-height: 22px;
}
.member-dir-box a.search {
    float: left;
    font-weight: bold;
    color: #fff;
    font-size: 21px;
    text-transform: uppercase;
    line-height: 27px;
    padding: 11px;
    width: 74%;
    text-align: center;
    background-color: #064561;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    margin: 52px 13% 40px 13%;
}
.member-dir-box a.search:hover {
    background-color: #1b6586;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}












@media screen and (max-width: 1200px) {
	.member-dir-info.float_l {
	  padding: 0;
	}
	.member-dir-box.float_l {
	  margin: 1%;
	  width: 48%;
	}
	.member-dir-box a.search {
	  margin: 52px 10% 40px;
	  width: 80%;
	}
}
@media screen and (max-width: 990px) {
	.member-dir-box .dir-title {
	  font-size: 30px;
	  line-height: 36px;
	  padding: 20px 5% 10px;
	}
	.member-dir-box a.search {
	  font-size: 18px;
	  margin: 30px 5%;
	  width: 90%;
	}
}
@media screen and (max-width: 768px) {
	.page-header.float_l {
	  background-size: cover;
	}
	.page-header .page-title {
	  font-size: 34px;
	  line-height: 40px;
	  margin: 130px 0 2px;
	}
	.member-dir-info.float_l {
	  font-size: 20px;
	  line-height: 26px;
	  text-align: left;
	}
	.member-dir-box.float_l {
	  margin: 15px 0;
	  max-width: 300px;
	  width: 100%;
	}
	.member-dir-box .dir-title {
	  font-size: 28px;
	  line-height: 34px;
	}
}