.memb-left-panel {
    float: left;
    width: 19%;
    background-color: #aee4e8;
    position: relative;
    z-index: 9;
}
.memb-left-panel .left-title {
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
    padding: 27px 11px 3px 11px;
    line-height: 28px;
    background-color: #84cfd4;
    color: #064561;
}
.memb-search-form.float_l {
    padding: 45px 11px;
}
.memb-search-form label {
    float: left;
    width: 100%;
    font-size: 20px;
    font-weight: bold;
    color: #064561;
    line-height: 24px;
}
.memb-search-form input[type="text"], .memb-search-form select {
    float: left;
    width: 100%;
    border: none;
    margin: 5px 0 20px 0;
    font-family: Avenir;
    font-size: 18px;
    line-height: 24px;
    padding: 3px 6px;
}
.memb-search-form input[type="submit"], .memb-search-form input[type="button"] {
    font-weight: bold;
    color: #f2f6f7;
    font-size: 18px;
    text-transform: uppercase;
    line-height: 24px;
    padding: 7px 12px;
    border: none;
    cursor: pointer;
    width: 100%;
    text-align: center;
    margin: 15px 0 0 0;
    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;
}
.memb-search-form input[type="submit"]:hover, .hotel-memb-box a.detail: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;
}
.memb-right-panel {
    float: left;
    width: 81%;
    padding: 20px 0 0 2%;
    position: relative;
}
.memb-right-panel:before {
    content: "";
    position: absolute;
    background-color: #aee4e8;
    top: 0;
    left: -229px;
    height: 100%;
    width: 230px;
    border: 1px solid #84cfd4;
    box-sizing: border-box;
}
.memb-right-heading .heading {
    float: left;
    font-size: 36px;
    font-weight: bold;
    padding: 12px 0 0 0;
    line-height: 44px;
    color: #064561;
}
.hotel-memb-boxes-main.float_l {
    border-top: 10px solid #84cfd4;
    border-bottom: 10px solid #84cfd4;
    margin: 4px 0 0 0;
    padding: 10px 0;
}
.hotel-memb-box.float_l {
    margin: 7px 0;
    background-color: #fff;
    border: 1px solid #84cfd4;
}
.hotel-memb-box a.thumb, .hotel-memb-box a.thumb img {
    float: left;
}
.hotel-memb-box a.thumb {
    width: 22%;
}
.hotel-memb-box .memb-text {
    float: left;
    width: 59%;
    padding: 35px 19px 20px 25px;
    font-size: 20px;
    line-height: 28px;
}
.hotel-memb-box .memb-text .title, .hotel-memb-box .memb-text a.web {
    font-weight: bold;
    color: #064561;
}
.hotel-memb-box .memb-text .phone, .hotel-memb-box .memb-text .title, .hotel-memb-box .memb-text .add {
    padding: 0 0 8px 0;
}
.hotel-memb-box .memb-text a.web{
	text-decoration: underline;
}
.hotel-memb-box .memb-text a.web:hover{
	text-decoration: none;
}
.hotel-memb-box a.detail {
    font-weight: bold;
    color: #f2f6f7;
    font-size: 15px;
    text-transform: uppercase;
    line-height: 22px;
    padding: 8px 25px;
    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;
    float: right;
    margin: 78px 18px 0 0;
}
.hotel-pagination {
    padding: 26px 20%;
    text-align: center;
}
.hotel-pagination a {
    font-size: 24px;
    color: #959595;
    line-height: 30px;
    margin: 0 10px;
}
.hotel-pagination a.bac {
    float: left;
}
.hotel-pagination a.nex {
    float: right;
}
.hotel-pagination a:hover, .hotel-pagination a.active {
    color: #12394c;
}




.member-details-container {
    background: #FFFFFF;
    margin: 0 0 20px;
    padding: 40px;
}
.member-details-content {
    float: left;
    width: 370px;
}
.member-details-content h1 {
    color: #064561;
    font-size: 30px;
    margin: 0 0 20px;
}
.member-details-content a {
    text-decoration: underline;
}
.member-details-slideshow {
    float: right;
    width: 458px;
    margin: 0 0 40px 40px;
}








@media screen and (max-width: 1200px) {
	.memb-left-panel {
	  width: 24%;
	}
	.memb-right-panel {
	  width: 76%;
	}
	.memb-right-panel::before {
	  left: -231px;
	  width: 232px;
	}
	.hotel-pagination {
	  padding: 26px 10%;
	}
	.hotel-memb-box .memb-text {
	    font-size: 18px;
	    line-height: 24px;
	    padding: 15px 10px 15px 20px;
	    width: 53%;
	}
	.hotel-memb-box a.detail {
	  margin: 50px 15px 0 0;
	}
}
@media screen and (max-width: 990px) {
	.memb-left-panel {
	  width: 31%;
	}
	.memb-right-panel {
	  width: 69%;
	}
	.memb-right-panel::before {
	  left: -230px;
	  width: 231px;
	}
	.hotel-memb-box .memb-text {
	  padding: 2%;
	  width: 78%;
	}
	.hotel-memb-box a.detail {
	  float: left;
	  margin: 5px 0 15px 24%;
	}
}
@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;
	}
	.memb-left-panel, .memb-right-panel {
	  width: 100%;
	}
	.memb-left-panel {
	  border: 1px solid #84cfd4;
	  max-width: 240px;
	}
	.memb-right-panel:before {
	  display: none;
	}
	.memb-right-panel {
	  padding: 20px 0 0;
	}
	.hotel-pagination {
	  padding: 26px 0;
	}
}