/* ------------------------------------
 Lodges Members Style CSS
---------------------------------------*/
/* Lodges Member Grid CSS Style */
.lodge-style {
    /* Lodges Member Slider CSS Style */
    /* Lodges Member List CSS Style */
  }
  .lodge-style .lodge-grid-style {
    font-family: 'Raleway', sans-serif;
    font-size: 14px;
  }
  .lodge-style .lodge-grid-style .grid-style-1 img {
    width: 100%;
  }
  .lodge-style .lodge-grid-style .grid-style-1 .lodge-item-wrap {
    position: relative;
    overflow: hidden;
    margin-bottom: 10px;
  }
  .lodge-style .lodge-grid-style .grid-style-1 .lodge-item-wrap a {
    text-decoration: none;
  }
  .lodge-style .lodge-grid-style .grid-style-1 .lodge-item-wrap .lodge-img {
    position: relative;
  }
  .lodge-style .lodge-grid-style .grid-style-1 .lodge-item-wrap .lodge-img img {
    width: 100%;
  }
  .lodge-style .lodge-grid-style .grid-style-1 .lodge-item-wrap .lodge-img .normal-text {
    position: absolute;
    left: 0px;
    bottom: 10px;
  }
  .lodge-style .lodge-grid-style .grid-style-1 .lodge-item-wrap .lodge-img .normal-text .lodge-name {
    background: #22b8f2;
    margin-bottom: 0;
    padding: 10px 20px;
    display: block;
  }
  .lodge-style .lodge-grid-style .grid-style-1 .lodge-item-wrap .lodge-img .normal-text .lodge-name a {
    color: #000;
    position: relative;
    margin-bottom: 6px;
    font-size: 20px;
    text-transform: capitalize;
    font-weight: 700;
    z-index: 111;
  }
  .lodge-style .lodge-grid-style .grid-style-1 .lodge-item-wrap .lodge-img .normal-text .lodge-name a:hover {
    color: #22b8f2;
  }
  .lodge-style .lodge-grid-style .grid-style-1 .lodge-item-wrap .lodge-img .normal-text .subtitle {
    background: #333;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 8px;
    padding: 10px 20px;
    display: block;
  }
  .lodge-style .lodge-grid-style .grid-style-1 .lodge-item-wrap .lodge-content {
    position: absolute;
    width: 100%;
    height: 100%;
    color: #fff;
    top: 10%;
    left: 0;
    text-align: center;
    z-index: 11;
    padding: 30px;
    opacity: 0;
    -webkit-transition: .3s;
    transition: .3s;
  }
  .lodge-style .lodge-grid-style .grid-style-1 .lodge-item-wrap .lodge-content:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.8);
    z-index: -1;
    transition: .5s;
  }
  .lodge-style .lodge-grid-style .grid-style-1 .lodge-item-wrap .lodge-content .display-table {
    display: table;
    height: 100%;
    width: 100%;
  }
  .lodge-style .lodge-grid-style .grid-style-1 .lodge-item-wrap .lodge-content .display-table .display-table-cell {
    display: table-cell;
    vertical-align: middle;
  }
  .lodge-style .lodge-grid-style .grid-style-1 .lodge-item-wrap .lodge-content .display-table .display-table-cell .lodge-name a {
    margin-bottom: 6px;
    font-size: 20px;
    color: #fff;
    text-transform: capitalize;
    font-weight: 700;
  }
  .lodge-style .lodge-grid-style .grid-style-1 .lodge-item-wrap .lodge-content .display-table .display-table-cell .lodge-name a:hover {
    color: #22b8f2;
  }
  .lodge-style .lodge-grid-style .grid-style-1 .lodge-item-wrap .lodge-content .display-table .display-table-cell .lodge-title {
    font-size: 14px;
    padding-bottom: 12px;
    border: none;
    color: #22b8f2;
    position: relative;
    z-index: 111;
  }
  .lodge-style .lodge-grid-style .grid-style-1 .lodge-item-wrap .lodge-content .display-table .display-table-cell .lodge-social {
    position: relative;
    width: 100%;
    text-align: center;
    z-index: 111;
    opacity: 0;
    margin-top: 25px;
    transition: .5s;
  }
  .lodge-style .lodge-grid-style .grid-style-1 .lodge-item-wrap .lodge-content .display-table .display-table-cell .lodge-social a {
    border: 1px solid #363636;
    color: #22b8f2;
  }
  .lodge-style .lodge-grid-style .grid-style-1 .lodge-item-wrap .lodge-content .display-table .display-table-cell .lodge-social .social-icon {
    display: inline-block;
    background-color: #22b8f2;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    margin-right: 6px;
  }
  .lodge-style .lodge-grid-style .grid-style-1 .lodge-item-wrap .lodge-content .display-table .display-table-cell .lodge-social .social-icon:hover {
    background-color: #fff;
  }
  .lodge-style .lodge-grid-style .grid-style-1 .lodge-item-wrap .lodge-content .display-table .display-table-cell .lodge-social .social-icon i {
    font-size: 14px;
    color: #000;
  }
  .lodge-style .lodge-grid-style .grid-style-1 .lodge-item-wrap .lodge-content .display-table .display-table-cell p {
    margin: 0 0 25px;
  }
  .lodge-style .lodge-grid-style .grid-style-1 .lodge-item-wrap:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    height: 32px;
    width: 32px;
    background: transparent;
    border-top: 3px solid;
    border-top-color: currentcolor;
    border-left: 3px solid;
    border-left-color: currentcolor;
    transition: all 0.2s;
    z-index: 11;
  }
  .lodge-style .lodge-grid-style .grid-style-1 .lodge-item-wrap:after {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    display: block;
    height: 32px;
    width: 32px;
    background: transparent;
    border-right: 3px solid;
    border-right-color: currentcolor;
    border-bottom: 3px solid;
    border-bottom-color: currentcolor;
    transition: 0.5s;
  }
  .lodge-style .lodge-grid-style .grid-style-1 .lodge-item-wrap:before,
  .lodge-style .lodge-grid-style .grid-style-1 .lodge-item-wrap:after {
    border-color: #22b8f2;
  }
  .lodge-style .lodge-grid-style .grid-style-1 .lodge-item-wrap:hover:before {
    width: 0px;
    height: 0px;
    border-bottom: 50px solid transparent;
    border-left: 50px solid transparent;
    border-right: none;
    z-index: 100;
    top: -3px;
  }
  .lodge-style .lodge-grid-style .grid-style-1 .lodge-item-wrap:hover:before {
    border-left: 52px solid #22b8f2;
  }
  .lodge-style .lodge-grid-style .grid-style-1 .lodge-item-wrap:hover:after {
    width: 0px;
    height: 0px;
    border-top: 50px solid transparent;
    border-right: 50px solid transparent;
    border-bottom: none;
    z-index: 100;
  }
  .lodge-style .lodge-grid-style .grid-style-1 .lodge-item-wrap:hover:after {
    border-right: 50px solid #22b8f2;
  }
  .lodge-style .lodge-grid-style .grid-style-1 .lodge-item-wrap:hover .lodge-content {
    opacity: 1;
    top: 0;
  }
  .lodge-style .lodge-grid-style .grid-style-1 .lodge-item-wrap:hover .lodge-content .display-table .display-table-cell .lodge-social {
    opacity: 1;
  }
  .lodge-style .lodge-grid-style .grid-style-1 .lodge-item-wrap:hover .lodge-img .normal-text {
    opacity: 0;
    visibility: hidden;
  }
  .lodge-style .lodge-grid-style .grid-style-2 img {
    width: 100%;
  }
  .lodge-style .lodge-grid-style .grid-style-2 .lodge-item-wrap {
    position: relative;
    overflow: hidden;
    margin-bottom: 10px;
  }
  .lodge-style .lodge-grid-style .grid-style-2 .lodge-item-wrap a {
    text-decoration: none;
  }
  .lodge-style .lodge-grid-style .grid-style-2 .lodge-item-wrap .lodge-img {
    position: relative;
  }
  .lodge-style .lodge-grid-style .grid-style-2 .lodge-item-wrap .lodge-img img {
    width: 100%;
  }
  .lodge-style .lodge-grid-style .grid-style-2 .lodge-item-wrap .lodge-img .normal-text {
    position: absolute;
    left: -50px;
    bottom: 48px;
    width: 200px;
    transform: rotate(-90deg);
  }
  .lodge-style .lodge-grid-style .grid-style-2 .lodge-item-wrap .lodge-img .normal-text .lodge-name {
    background: #22b8f2;
    margin-bottom: 0;
    padding: 10px 20px;
    display: block;
    position: relative;
    z-index: 999;
  }
  .lodge-style .lodge-grid-style .grid-style-2 .lodge-item-wrap .lodge-img .normal-text .lodge-name a {
    color: #000;
    position: relative;
    margin-bottom: 6px;
    font-size: 20px;
    text-transform: capitalize;
    font-weight: 700;
    z-index: 111;
  }
  .lodge-style .lodge-grid-style .grid-style-2 .lodge-item-wrap .lodge-img .normal-text .lodge-name a:hover {
    color: #22b8f2;
  }
  .lodge-style .lodge-grid-style .grid-style-2 .lodge-item-wrap .lodge-img .normal-text .subtitle {
    background: #333;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 8px;
    padding: 10px 20px;
    display: block;
  }
  .lodge-style .lodge-grid-style .grid-style-2 .lodge-item-wrap .lodge-content {
    position: absolute;
    width: 100%;
    height: 100%;
    color: #fff;
    top: 10%;
    left: 0;
    text-align: center;
    z-index: 11;
    padding: 30px;
    opacity: 0;
    -webkit-transition: 0.3s all ease-out;
    transition: 0.3s all ease-out;
  }
  .lodge-style .lodge-grid-style .grid-style-2 .lodge-item-wrap .lodge-content:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.8);
    z-index: -1;
    -webkit-transition: .25s opacity ease;
    transition: .25s opacity ease;
  }
  .lodge-style .lodge-grid-style .grid-style-2 .lodge-item-wrap .lodge-content .overly-border:before,
  .lodge-style .lodge-grid-style .grid-style-2 .lodge-item-wrap .lodge-content .overly-border:after {
    position: absolute;
    top: 20px;
    right: 20px;
    bottom: 20px;
    left: 20px;
    content: '';
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity .35s,transform .35s;
    z-index: 1;
  }
  .lodge-style .lodge-grid-style .grid-style-2 .lodge-item-wrap .lodge-content .overly-border:before {
    border-top: 5px solid #22b8f2;
    border-bottom: 5px solid #22b8f2;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
  }
  .lodge-style .lodge-grid-style .grid-style-2 .lodge-item-wrap .lodge-content .overly-border:after {
    border-right: 5px solid #22b8f2;
    border-left: 5px solid #22b8f2;
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
  }
  .lodge-style .lodge-grid-style .grid-style-2 .lodge-item-wrap .lodge-content .display-table {
    display: table;
    height: 100%;
    width: 100%;
  }
  .lodge-style .lodge-grid-style .grid-style-2 .lodge-item-wrap .lodge-content .display-table .display-table-cell {
    display: table-cell;
    vertical-align: middle;
  }
  .lodge-style .lodge-grid-style .grid-style-2 .lodge-item-wrap .lodge-content .display-table .display-table-cell .lodge-name {
    position: relative;
    z-index: 999;
  }
  .lodge-style .lodge-grid-style .grid-style-2 .lodge-item-wrap .lodge-content .display-table .display-table-cell .lodge-name a {
    font-size: 20px;
    color: #fff;
    text-transform: capitalize;
    font-weight: 700;
  }
  .lodge-style .lodge-grid-style .grid-style-2 .lodge-item-wrap .lodge-content .display-table .display-table-cell .lodge-name a:hover {
    color: #22b8f2;
  }
  .lodge-style .lodge-grid-style .grid-style-2 .lodge-item-wrap .lodge-content .display-table .display-table-cell .lodge-title {
    font-size: 14px;
    padding-bottom: 12px;
    border: none;
    color: #22b8f2;
    position: relative;
    z-index: 111;
  }
  .lodge-style .lodge-grid-style .grid-style-2 .lodge-item-wrap .lodge-content .display-table .display-table-cell .lodge-title:after {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background: #22b8f2;
  }
  .lodge-style .lodge-grid-style .grid-style-2 .lodge-item-wrap .lodge-content .display-table .display-table-cell .lodge-social {
    position: relative;
    width: 100%;
    text-align: center;
    z-index: 111;
    opacity: 0;
    margin-top: 25px;
    -webkit-transition: .4s all ease;
    transition: .4s all ease;
  }
  .lodge-style .lodge-grid-style .grid-style-2 .lodge-item-wrap .lodge-content .display-table .display-table-cell .lodge-social a {
    border: 1px solid #363636;
    color: #22b8f2;
  }
  .lodge-style .lodge-grid-style .grid-style-2 .lodge-item-wrap .lodge-content .display-table .display-table-cell .lodge-social .social-icon {
    display: inline-block;
    background-color: #22b8f2;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    margin-right: 6px;
  }
  .lodge-style .lodge-grid-style .grid-style-2 .lodge-item-wrap .lodge-content .display-table .display-table-cell .lodge-social .social-icon:hover {
    background-color: #fff;
  }
  .lodge-style .lodge-grid-style .grid-style-2 .lodge-item-wrap .lodge-content .display-table .display-table-cell .lodge-social .social-icon i {
    font-size: 14px;
    color: #000;
  }
  .lodge-style .lodge-grid-style .grid-style-2 .lodge-item-wrap .lodge-content .display-table .display-table-cell p {
    margin: 15px 0 25px;
  }
  .lodge-style .lodge-grid-style .grid-style-2 .lodge-item-wrap:hover .lodge-content {
    opacity: 1;
    top: 0;
  }
  .lodge-style .lodge-grid-style .grid-style-2 .lodge-item-wrap:hover .display-table .display-table-cell .lodge-social {
    opacity: 1;
  }
  .lodge-style .lodge-grid-style .grid-style-2 .lodge-item-wrap:hover .lodge-img .normal-text {
    opacity: 0;
    visibility: hidden;
  }
  .lodge-style .lodge-grid-style .grid-style-2 .lodge-item-wrap:hover .overly-border:before,
  .lodge-style .lodge-grid-style .grid-style-2 .lodge-item-wrap:hover .overly-border:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  .lodge-style .lodge-grid-style .grid-style-3 img {
    width: 100%;
  }
  .lodge-style .lodge-grid-style .grid-style-3 .items {
    position: relative;
  }
  .lodge-style .lodge-grid-style .grid-style-3 .items a {
    text-decoration: none;
  }
  .lodge-style .lodge-grid-style .grid-style-3 .items .item-img {
    position: relative;
    margin: 0 auto;
    padding-bottom: 15px;
  }
  .lodge-style .lodge-grid-style .grid-style-3 .items .item-img:hover .items-desc {
    opacity: 0.9;
  }
  .lodge-style .lodge-grid-style .grid-style-3 .items .item-img .items-desc {
    opacity: 0;
    transition: 0.5s;
    position: absolute;
    background-color: #000;
    width: 80%;
    z-index: 999;
    padding: 30% 0;
    top: 10%;
    text-align: center;
    left: 10%;
    height: 80%;
  }
  .lodge-style .lodge-grid-style .grid-style-3 .items .item-img .items-desc .item-title {
    text-align: center;
  }
  .lodge-style .lodge-grid-style .grid-style-3 .items .item-img .items-desc .item-title h1 {
    font-size: 16px;
    font-weight: bold;
    margin: 0 0 5px;
  }
  .lodge-style .lodge-grid-style .grid-style-3 .items .item-img .items-desc .item-title h1 a {
    color: #fff;
    text-decoration: none;
  }
  .lodge-style .lodge-grid-style .grid-style-3 .items .item-img .items-desc .item-title h1 a:hover {
    color: #22b8f2;
  }
  .lodge-style .lodge-grid-style .grid-style-3 .items .item-img .items-desc .item-title h2 {
    font-size: 15px;
    color: #22b8f2;
    margin: 0;
  }
  .lodge-style .lodge-grid-style .grid-style-3 .items .item-img .items-desc .item-title i {
    color: #22b8f2;
    font-size: 30px;
    line-height: 0px;
  }
  .lodge-style .lodge-grid-style .grid-style-3 .items .item-img .items-desc .item-title i:hover {
    cursor: pointer;
  }
  .lodge-style .lodge-grid-style .grid-style-3 .items .item-img .items-desc .social-icons {
    padding: 10px 0;
    text-align: center;
  }
  .lodge-style .lodge-grid-style .grid-style-3 .items .item-img .items-desc .social-icons a {
    background: #22b8f2;
    color: #fff;
    display: inline-block;
    font-size: 16px;
    height: 30px;
    margin-bottom: 6px;
    margin-right: 4px;
    padding: 0;
    text-align: center;
    text-decoration: none;
    width: 30px;
    border-radius: 50%;
  }
  .lodge-style .lodge-grid-style .grid-style-3 .items .item-img .items-desc .social-icons a i {
    padding: 7px 0 0;
  }
  .lodge-style .lodge-grid-style .grid-style-3 .items .item-img .items-desc .social-icons a:hover i {
    color: #fff;
    height: 30px;
    width: 30px;
    border-radius: 50%;
  }
  .lodge-style .lodge-grid-style .grid-style-3 .items .item-img .items-desc .social-icons a:hover .fa-facebook {
    background: #3b5999;
  }
  .lodge-style .lodge-grid-style .grid-style-3 .items .item-img .items-desc .social-icons a:hover .fa-twitter {
    background: #3aa9e0;
  }
  .lodge-style .lodge-grid-style .grid-style-3 .items .item-img .items-desc .social-icons a:hover .fa-google-plus {
    background: #d04333;
  }
  .lodge-style .lodge-grid-style .grid-style-3 .items .item-img .items-desc .social-icons a:hover .fa-linkedin {
    background: #0080b1;
  }
  .lodge-style .lodge-grid-style .grid-style-3 .items .item-text {
    display: none;
    position: absolute;
    width: 92%;
    background-color: #f2f2f2;
    border: 1px solid #22b8f2;
    margin: 0;
    padding: 10px;
    z-index: 999;
  }
  .lodge-style .lodge-grid-style .grid-style-3 .items .item-text .item-txt {
    position: relative;
  }
  .lodge-style .lodge-grid-style .grid-style-3 .items .item-text .item-txt:before {
    content: "";
    border-bottom: 15px solid #22b8f2;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    position: absolute;
    top: -25px;
    left: 45%;
  }
  .lodge-style .lodge-grid-style .grid-style-3 .items .item-text .item-contact ul {
    padding: 0;
  }
  .lodge-style .lodge-grid-style .grid-style-3 .items .item-text .item-contact ul li {
    list-style: none;
    padding: 5px 0;
    border-bottom: 1px solid #fff;
    color: #000;
  }
  .lodge-style .lodge-grid-style .grid-style-3 .items .item-text .item-contact ul li span {
    font-weight: bold;
    font-size: 14px;
    color: #22b8f2;
  }
  .lodge-style .lodge-grid-style .grid-style-3 .items .item-text .item-contact ul li i {
    width: 20px;
    margin-right: 10px;
    text-align: center;
    color: #000;
  }
  .lodge-style .lodge-grid-style .grid-style-3 .items .item-text .item-contact ul li:last-child {
    border: none;
  }
  .lodge-style .lodge-grid-style .grid-style-4 img {
    width: 100%;
  }
  .lodge-style .lodge-grid-style .grid-style-4 .overlay-item {
    margin-bottom: 10px;
  }
  .lodge-style .lodge-grid-style .grid-style-4 .overlay-item a {
    text-decoration: none;
  }
  .lodge-style .lodge-grid-style .grid-style-4 .overlay-item .overlay-image {
    transform: scale(1);
    -webkit-transform: scale(1);
    transition: .5s;
  }
  .lodge-style .lodge-grid-style .grid-style-4 .overlay-item .overlay-section {
    opacity: 0;
    background-color: rgba(0, 0, 0, 0.8);
    transform: scale(0);
    height: 100%;
    left: 4%;
    bottom: 0;
    position: absolute;
    transition: all 0.5s;
    width: 92%;
  }
  .lodge-style .lodge-grid-style .grid-style-4 .overlay-item .overlay-section .overlay-text {
    position: absolute;
    top: 25%;
    left: 0;
    width: 100%;
    color: #fff;
    text-align: center;
  }
  .lodge-style .lodge-grid-style .grid-style-4 .overlay-item .overlay-section .overlay-text .overlay-title {
    transform: translate(50px, 0px) skewX(75deg) scale(0.8, 0.8);
    opacity: 0;
    transition: 0.5s;
    font-size: 18px;
    font-weight: bold;
  }
  .lodge-style .lodge-grid-style .grid-style-4 .overlay-item .overlay-section .overlay-text .overlay-title a {
    color: #fff;
    text-decoration: none;
  }
  .lodge-style .lodge-grid-style .grid-style-4 .overlay-item .overlay-section .overlay-text .overlay-title a:hover {
    color: #22b8f2;
  }
  .lodge-style .lodge-grid-style .grid-style-4 .overlay-item .overlay-section .overlay-text .overlay-designation {
    transform: translate(-50px, 0px) skewX(-75deg) scale(0.8, 0.8);
    opacity: 0;
    transition: 0.5s;
    color: #22b8f2;
    font-size: 16px;
  }
  .lodge-style .lodge-grid-style .grid-style-4 .overlay-item .overlay-section .overlay-text .overlay-txt {
    padding: 0 10%;
  }
  .lodge-style .lodge-grid-style .grid-style-4 .overlay-item .overlay-section .overlay-text .social-icons {
    padding: 10px 0;
  }
  .lodge-style .lodge-grid-style .grid-style-4 .overlay-item .overlay-section .overlay-text .social-icons a {
    background: #22b8f2;
    color: #fff;
    display: inline-block;
    font-size: 16px;
    height: 30px;
    margin-bottom: 6px;
    margin-right: 4px;
    padding: 0;
    text-align: center;
    text-decoration: none;
    width: 30px;
    border-radius: 50%;
  }
  .lodge-style .lodge-grid-style .grid-style-4 .overlay-item .overlay-section .overlay-text .social-icons a i {
    padding: 7px 0 0;
  }
  .lodge-style .lodge-grid-style .grid-style-4 .overlay-item .overlay-section .overlay-text .social-icons a:hover i {
    color: #fff;
    height: 30px;
    width: 30px;
    border-radius: 50%;
  }
  .lodge-style .lodge-grid-style .grid-style-4 .overlay-item .overlay-section .overlay-text .social-icons a:hover .fa-facebook {
    background: #3b5999;
  }
  .lodge-style .lodge-grid-style .grid-style-4 .overlay-item .overlay-section .overlay-text .social-icons a:hover .fa-twitter {
    background: #3aa9e0;
  }
  .lodge-style .lodge-grid-style .grid-style-4 .overlay-item .overlay-section .overlay-text .social-icons a:hover .fa-google-plus {
    background: #d04333;
  }
  .lodge-style .lodge-grid-style .grid-style-4 .overlay-item .overlay-section .overlay-text .social-icons a:hover .fa-linkedin {
    background: #0080b1;
  }
  .lodge-style .lodge-grid-style .grid-style-4 .overlay-item:hover .overlay-image {
    transform: scale(0.9);
    -webkit-transform: scale(0.9);
  }
  .lodge-style .lodge-grid-style .grid-style-4 .overlay-item:hover .overlay-section {
    opacity: 1;
    transform: scale(1);
  }
  .lodge-style .lodge-grid-style .grid-style-4 .overlay-item:hover .overlay-section .overlay-text .overlay-title {
    transform: translate(0px, 0px) skewX(0deg) scale(1, 1);
    opacity: 1;
    transition: 0.5s;
  }
  .lodge-style .lodge-grid-style .grid-style-4 .overlay-item:hover .overlay-section .overlay-text .overlay-designation {
    transform: translate(0px, 0px) skewX(0deg) scale(1, 1);
    opacity: 1;
    transition: 0.5s;
  }
  .lodge-style .lodge-grid-style .grid-style-5 img {
    width: 100%;
  }
  .lodge-style .lodge-grid-style .grid-style-5 .single-member-area {
    margin-bottom: 10px;
  }
  .lodge-style .lodge-grid-style .grid-style-5 .single-member-area a {
    text-decoration: none;
  }
  .lodge-style .lodge-grid-style .grid-style-5 .single-member-area .cl-single-member {
    position: relative;
    overflow: hidden;
  }
  .lodge-style .lodge-grid-style .grid-style-5 .single-member-area .cl-single-member figure {
    overflow: hidden;
    margin: 0;
    line-height: 0;
  }
  .lodge-style .lodge-grid-style .grid-style-5 .single-member-area .cl-single-member figure img {
    transform: scale(1.15);
    transition: opacity .35s ease 0s,transform .35s ease 0s;
  }
  .lodge-style .lodge-grid-style .grid-style-5 .single-member-area .cl-single-member h3,
  .lodge-style .lodge-grid-style .grid-style-5 .single-member-area .cl-single-member a {
    padding: 0;
    text-align: center;
    color: #fff;
  }
  .lodge-style .lodge-grid-style .grid-style-5 .single-member-area .cl-single-member h3:hover,
  .lodge-style .lodge-grid-style .grid-style-5 .single-member-area .cl-single-member a:hover {
    color: #000;
  }
  .lodge-style .lodge-grid-style .grid-style-5 .single-member-area .cl-single-member .overlay {
    background-color: rgba(8, 8, 8, 0.5);
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    transform-origin: 50% 50% 0;
    -webkit-transform-origin: 50% 50% 0;
    color: #fff;
    height: 100%;
    left: 0;
    bottom: 0;
    position: absolute;
    transition: all 0.5s ease-out 0.15s;
    width: 100%;
    opacity: 0;
  }
  .lodge-style .lodge-grid-style .grid-style-5 .single-member-area .cl-single-member .overlay .overlay-element {
    color: #fff;
    text-align: center;
  }
  .lodge-style .lodge-grid-style .grid-style-5 .single-member-area .cl-single-member .overlay .overlay-element p {
    margin: 0;
    line-height: 20px;
    color: #fff;
  }
  .lodge-style .lodge-grid-style .grid-style-5 .single-member-area .cl-single-member .overlay .overlay-element .detail-link i {
    color: #fff;
    font-size: 26px;
    margin-top: 45%;
    padding: 4px 6px;
    z-index: 9999;
    background: #22b8f2;
    border-radius: 50%;
  }
  .lodge-style .lodge-grid-style .grid-style-5 .single-member-area .cl-single-member .overlay .overlay-element .social-icons {
    padding: 20% 0;
    text-align: center;
  }
  .lodge-style .lodge-grid-style .grid-style-5 .single-member-area .cl-single-member .overlay .overlay-element .social-icons a {
    background: #22b8f2;
    color: #fff;
    display: inline-block;
    font-size: 16px;
    height: 30px;
    margin-bottom: 6px;
    margin-right: 4px;
    padding: 0;
    text-align: center;
    text-decoration: none;
    width: 30px;
    border-radius: 50%;
  }
  .lodge-style .lodge-grid-style .grid-style-5 .single-member-area .cl-single-member .overlay .overlay-element .social-icons a i {
    padding: 7px 0 0;
  }
  .lodge-style .lodge-grid-style .grid-style-5 .single-member-area .cl-single-member .overlay .overlay-element .social-icons a:hover i {
    color: #fff;
    height: 30px;
    width: 30px;
    border-radius: 50%;
  }
  .lodge-style .lodge-grid-style .grid-style-5 .single-member-area .cl-single-member .overlay .overlay-element .social-icons a:hover .fa-facebook {
    background: #3b5999;
  }
  .lodge-style .lodge-grid-style .grid-style-5 .single-member-area .cl-single-member .overlay .overlay-element .social-icons a:hover .fa-twitter {
    background: #3aa9e0;
  }
  .lodge-style .lodge-grid-style .grid-style-5 .single-member-area .cl-single-member .overlay .overlay-element .social-icons a:hover .fa-google-plus {
    background: #d04333;
  }
  .lodge-style .lodge-grid-style .grid-style-5 .single-member-area .cl-single-member .overlay .overlay-element .social-icons a:hover .fa-linkedin {
    background: #0080b1;
  }
  .lodge-style .lodge-grid-style .grid-style-5 .single-member-area .cl-single-member:hover figure img {
    transform: scale(1);
  }
  .lodge-style .lodge-grid-style .grid-style-5 .single-member-area .cl-single-member:hover .overlay {
    opacity: 1!important;
    -moz-transform: scale(1) !important;
    -webkit-transform: scale(1) !important;
    -o-transform: scale(1) !important;
    -ms-transform: scale(1) !important;
    transform: scale(1) !important;
  }
  .lodge-style .lodge-grid-style .grid-style-5 .single-member-area article {
    display: block;
  }
  .lodge-style .lodge-grid-style .grid-style-5 .single-member-area article .cl-content-layout1 {
    background: #22b8f2;
  }
  .lodge-style .lodge-grid-style .grid-style-5 .single-member-area article .cl-content-layout1 h3 {
    color: #22b8f2;
    font-size: 22px;
    margin: 0;
    padding: 10px 10px 5px;
    text-align: center;
  }
  .lodge-style .lodge-grid-style .grid-style-5 .single-member-area article .cl-content-layout1 h3 a {
    color: #fff;
    text-decoration: none;
  }
  .lodge-style .lodge-grid-style .grid-style-5 .single-member-area article .cl-content-layout1 h3 a:hover {
    color: #000;
  }
  .lodge-style .lodge-grid-style .grid-style-5 .single-member-area article .cl-content-layout1 .member-title {
    font-size: 17px;
    text-align: center;
    color: #fff;
    padding: 0 10px 10px;
  }
  .lodge-style .lodge-grid-style .grid-style-5 .single-member-area article .short-bio p {
    margin: 10px 0;
  }
  .lodge-style .lodge-grid-style .grid-style-5 .single-member-area article .contact-info {
    padding: 0 0 10px;
  }
  .lodge-style .lodge-grid-style .grid-style-5 .single-member-area article .contact-info ul {
    padding: 0;
    margin: 0;
    list-style: none;
  }
  .lodge-style .lodge-grid-style .grid-style-5 .single-member-area article .contact-info ul li {
    padding: 3px 0;
  }
  .lodge-style .lodge-grid-style .grid-style-5 .single-member-area article .contact-info ul li i {
    padding-right: 8px;
    color: #000;
  }
  .lodge-style .lodge-grid-style .grid-style-5 .single-member-area article .contact-info ul li a {
    text-decoration: none;
  }
  .lodge-style .lodge-grid-style .grid-style-5 .single-member-area:hover .overlay {
    opacity: 1;
    transform: scale(1);
  }
  .lodge-style .lodge-grid-style .grid-style-6 img {
    width: 100%;
  }
  .lodge-style .lodge-grid-style .grid-style-6 .single-member-area {
    position: relative;
    margin-bottom: 10px;
  }
  .lodge-style .lodge-grid-style .grid-style-6 .single-member-area a {
    text-decoration: none;
  }
  .lodge-style .lodge-grid-style .grid-style-6 .single-member-area .cl-single-member {
    position: relative;
    overflow: hidden;
  }
  .lodge-style .lodge-grid-style .grid-style-6 .single-member-area .cl-single-member figure {
    margin: 0;
    line-height: 0;
  }
  .lodge-style .lodge-grid-style .grid-style-6 .single-member-area h3,
  .lodge-style .lodge-grid-style .grid-style-6 .single-member-area a {
    padding: 0;
    text-decoration: none;
    text-align: center;
    color: #fff;
  }
  .lodge-style .lodge-grid-style .grid-style-6 .single-member-area h3:hover,
  .lodge-style .lodge-grid-style .grid-style-6 .single-member-area a:hover {
    color: #22b8f2;
  }
  .lodge-style .lodge-grid-style .grid-style-6 .single-member-area .overlay {
    background-color: rgba(8, 8, 8, 0.7);
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    bottom: 0;
    color: #fff;
    height: 100%;
    left: 0;
    position: absolute;
    transition: all 0.5s ease-out 0.15s;
    width: 100%;
    opacity: 0;
  }
  .lodge-style .lodge-grid-style .grid-style-6 .single-member-area .overlay .overlay-element {
    color: #fff;
    text-align: center;
  }
  .lodge-style .lodge-grid-style .grid-style-6 .single-member-area .overlay .overlay-element .tlp-content {
    padding: 27% 10px 10px;
  }
  .lodge-style .lodge-grid-style .grid-style-6 .single-member-area .overlay .overlay-element .tlp-content .member-title {
    color: #22b8f2;
  }
  .lodge-style .lodge-grid-style .grid-style-6 .single-member-area .overlay .overlay-element .tlp-content .short-bio {
    margin-top: 10px;
  }
  .lodge-style .lodge-grid-style .grid-style-6 .single-member-area .overlay .overlay-element .tlp-content .short-bio p {
    margin: 0;
    line-height: 20px;
    color: #fff;
  }
  .lodge-style .lodge-grid-style .grid-style-6 .single-member-area .overlay .overlay-element .social-icons {
    padding: 0;
    text-align: center;
  }
  .lodge-style .lodge-grid-style .grid-style-6 .single-member-area .overlay .overlay-element .social-icons a {
    background: #22b8f2;
    color: #fff;
    display: inline-block;
    font-size: 16px;
    height: 30px;
    margin-bottom: 6px;
    margin-right: 4px;
    padding: 0;
    text-align: center;
    text-decoration: none;
    width: 30px;
    border-radius: 50%;
  }
  .lodge-style .lodge-grid-style .grid-style-6 .single-member-area .overlay .overlay-element .social-icons a i {
    padding: 7px 0 0;
  }
  .lodge-style .lodge-grid-style .grid-style-6 .single-member-area .overlay .overlay-element .social-icons a:hover i {
    color: #fff;
    height: 30px;
    width: 30px;
    border-radius: 50%;
  }
  .lodge-style .lodge-grid-style .grid-style-6 .single-member-area .overlay .overlay-element .social-icons a:hover .fa-facebook {
    background: #3b5999;
  }
  .lodge-style .lodge-grid-style .grid-style-6 .single-member-area .overlay .overlay-element .social-icons a:hover .fa-twitter {
    background: #3aa9e0;
  }
  .lodge-style .lodge-grid-style .grid-style-6 .single-member-area .overlay .overlay-element .social-icons a:hover .fa-google-plus {
    background: #d04333;
  }
  .lodge-style .lodge-grid-style .grid-style-6 .single-member-area .overlay .overlay-element .social-icons a:hover .fa-linkedin {
    background: #0080b1;
  }
  .lodge-style .lodge-grid-style .grid-style-6 .single-member-area:hover .overlay {
    opacity: 1!important;
    -moz-transform: scale(1) !important;
    -webkit-transform: scale(1) !important;
    -o-transform: scale(1) !important;
    -ms-transform: scale(1) !important;
    transform: scale(1) !important;
  }
  .lodge-style .lodge-grid-style .grid-style-7 img {
    width: 100%;
  }
  .lodge-style .lodge-grid-style .grid-style-7 .single-member-area {
    position: relative;
    overflow: hidden;
    margin-bottom: 10px;
  }
  .lodge-style .lodge-grid-style .grid-style-7 .single-member-area a {
    text-decoration: none;
  }
  .lodge-style .lodge-grid-style .grid-style-7 .single-member-area figure {
    overflow: hidden;
    margin: 0;
  }
  .lodge-style .lodge-grid-style .grid-style-7 .single-member-area figure img {
    transform: scale(1.15);
    transition: 0.5s;
  }
  .lodge-style .lodge-grid-style .grid-style-7 .single-member-area .overlay {
    background-color: rgba(8, 8, 8, 0.7);
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    transform-origin: 50% 50% 0;
    -webkit-transform-origin: 50% 50% 0;
    bottom: 0;
    color: #fff;
    height: 100%;
    left: 0;
    position: absolute;
    transition: all 0.5s ease-out 0.15s;
    width: 100%;
    opacity: 0;
  }
  .lodge-style .lodge-grid-style .grid-style-7 .single-member-area .overlay .overlay-element {
    color: #fff;
    text-align: center;
  }
  .lodge-style .lodge-grid-style .grid-style-7 .single-member-area .overlay .overlay-element p {
    margin: 0;
    line-height: 20px;
    color: #fff;
  }
  .lodge-style .lodge-grid-style .grid-style-7 .single-member-area .overlay .overlay-element .detail-link i {
    color: #fff;
    font-size: 26px;
    margin-top: 45%;
    padding: 4px 6px;
    z-index: 9999;
  }
  .lodge-style .lodge-grid-style .grid-style-7 .single-member-area .overlay .overlay-element .detail-link:hover i {
    background: #22b8f2;
    border-radius: 50%;
  }
  .lodge-style .lodge-grid-style .grid-style-7 .single-member-area .cl-content-layout1 {
    background: #22b8f2;
    position: absolute;
    bottom: 0;
    width: 100%;
    opacity: 1;
    transition: 0.5s;
  }
  .lodge-style .lodge-grid-style .grid-style-7 .single-member-area .cl-content-layout1 h3 {
    color: #fff;
    font-size: 22px;
    margin: 0;
    padding: 10px 10px 5px;
    text-align: center;
  }
  .lodge-style .lodge-grid-style .grid-style-7 .single-member-area .cl-content-layout1 h3 a {
    color: #fff;
    text-decoration: none;
  }
  .lodge-style .lodge-grid-style .grid-style-7 .single-member-area .cl-content-layout1 h3 a:hover {
    color: #22b8f2;
  }
  .lodge-style .lodge-grid-style .grid-style-7 .single-member-area .cl-content-layout1 .member-title {
    font-size: 17px;
    text-align: center;
    color: #fff;
    padding: 0 10px 10px;
  }
  .lodge-style .lodge-grid-style .grid-style-7 .single-member-area:hover figure img {
    transform: scale(1);
  }
  .lodge-style .lodge-grid-style .grid-style-7 .single-member-area:hover .overlay {
    opacity: 1;
    transform: scale(1);
  }
  .lodge-style .lodge-grid-style .grid-style-7 .single-member-area:hover .cl-content-layout1 {
    opacity: 0;
  }
  .lodge-style .lodge-grid-style .grid-style-7 .single-member-area .tlp-content {
    padding: 23% 10px 10px;
  }
  .lodge-style .lodge-grid-style .grid-style-7 .single-member-area .tlp-content h3 a {
    color: #fff;
  }
  .lodge-style .lodge-grid-style .grid-style-7 .single-member-area .tlp-content h3 a:hover {
    color: #22b8f2;
  }
  .lodge-style .lodge-grid-style .grid-style-7 .single-member-area .tlp-content .member-title {
    padding: 0 0 10px;
    margin: 0 10px 10px;
    border-bottom: 1px solid #22b8f2;
    color: #22b8f2;
  }
  .lodge-style .lodge-grid-style .grid-style-7 .single-member-area .tlp-content .short-bio {
    padding: 10px;
  }
  .lodge-style .lodge-grid-style .grid-style-7 .single-member-area .social-icons {
    padding: 0;
    text-align: center;
  }
  .lodge-style .lodge-grid-style .grid-style-7 .single-member-area .social-icons a {
    background: #22b8f2;
    color: #fff;
    display: inline-block;
    font-size: 16px;
    height: 30px;
    margin-bottom: 6px;
    margin-right: 4px;
    padding: 0;
    text-align: center;
    text-decoration: none;
    width: 30px;
    border-radius: 0;
  }
  .lodge-style .lodge-grid-style .grid-style-7 .single-member-area .social-icons a i {
    padding: 7px 0 0;
  }
  .lodge-style .lodge-grid-style .grid-style-7 .single-member-area .social-icons a:hover i {
    color: #fff;
    height: 30px;
    width: 30px;
    border-radius: 0;
  }
  .lodge-style .lodge-grid-style .grid-style-7 .single-member-area .social-icons a:hover .fa-facebook {
    background: #3b5999;
  }
  .lodge-style .lodge-grid-style .grid-style-7 .single-member-area .social-icons a:hover .fa-twitter {
    background: #3aa9e0;
  }
  .lodge-style .lodge-grid-style .grid-style-7 .single-member-area .social-icons a:hover .fa-google-plus {
    background: #d04333;
  }
  .lodge-style .lodge-grid-style .grid-style-7 .single-member-area .social-icons a:hover .fa-linkedin {
    background: #0080b1;
  }
  .lodge-style .lodge-grid-style .grid-style-8 img {
    width: 100%;
  }
  .lodge-style .lodge-grid-style .grid-style-8 .single-member-area {
    position: relative;
    overflow: hidden;
    margin-bottom: 10px;
  }
  .lodge-style .lodge-grid-style .grid-style-8 .single-member-area a {
    text-decoration: none;
  }
  .lodge-style .lodge-grid-style .grid-style-8 .single-member-area figure {
    overflow: hidden;
    margin: 0;
    line-height: 0;
  }
  .lodge-style .lodge-grid-style .grid-style-8 .single-member-area figure img {
    border-radius: 50%;
  }
  .lodge-style .lodge-grid-style .grid-style-8 .single-member-area .overlay {
    background-color: rgba(8, 8, 8, 0.7);
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    transform-origin: 50% 50% 0;
    -webkit-transform-origin: 50% 50% 0;
    border-radius: 50%;
    bottom: 0;
    color: #fff;
    height: 100%;
    left: 0;
    position: absolute;
    transition: all 0.5s ease-out 0.15s;
    width: 100%;
    opacity: 0;
  }
  .lodge-style .lodge-grid-style .grid-style-8 .single-member-area .overlay .overlay-element {
    color: #fff;
    text-align: center;
  }
  .lodge-style .lodge-grid-style .grid-style-8 .single-member-area .overlay .overlay-element p {
    margin: 0;
    line-height: 20px;
    color: #fff;
  }
  .lodge-style .lodge-grid-style .grid-style-8 .single-member-area .overlay .overlay-element .detail-link i {
    color: #fff;
    font-size: 26px;
    margin-top: 45%;
    padding: 4px 6px;
    z-index: 9999;
  }
  .lodge-style .lodge-grid-style .grid-style-8 .single-member-area .overlay .overlay-element .detail-link:hover i {
    background: #22b8f2;
    border-radius: 50%;
  }
  .lodge-style .lodge-grid-style .grid-style-8 .single-member-area:hover .overlay {
    opacity: 1!important;
    -moz-transform: scale(1) !important;
    -webkit-transform: scale(1) !important;
    -o-transform: scale(1) !important;
    -ms-transform: scale(1) !important;
    transform: scale(1) !important;
  }
  .lodge-style .lodge-grid-style .grid-style-8 .single-member-area .tlp-content {
    padding: 25% 10px 10px;
  }
  .lodge-style .lodge-grid-style .grid-style-8 .single-member-area .tlp-content h3 a {
    color: #fff;
  }
  .lodge-style .lodge-grid-style .grid-style-8 .single-member-area .tlp-content h3 a:hover {
    color: #22b8f2;
  }
  .lodge-style .lodge-grid-style .grid-style-8 .single-member-area .tlp-content .member-title {
    padding: 0 0 10px;
    margin: 0 12px 10px;
    border-bottom: 1px solid #22b8f2;
    color: #22b8f2;
  }
  .lodge-style .lodge-grid-style .grid-style-8 .single-member-area .social-icons {
    padding: 0;
    text-align: center;
  }
  .lodge-style .lodge-grid-style .grid-style-8 .single-member-area .social-icons a {
    background: #22b8f2;
    color: #fff;
    display: inline-block;
    font-size: 16px;
    height: 30px;
    margin-bottom: 6px;
    margin-right: 4px;
    padding: 0;
    text-align: center;
    text-decoration: none;
    width: 30px;
    border-radius: 50%;
  }
  .lodge-style .lodge-grid-style .grid-style-8 .single-member-area .social-icons a i {
    padding: 7px 0 0;
  }
  .lodge-style .lodge-grid-style .grid-style-8 .single-member-area .social-icons a:hover i {
    color: #fff;
    height: 30px;
    width: 30px;
    border-radius: 50%;
  }
  .lodge-style .lodge-grid-style .grid-style-8 .single-member-area .social-icons a:hover .fa-facebook {
    background: #3b5999;
  }
  .lodge-style .lodge-grid-style .grid-style-8 .single-member-area .social-icons a:hover .fa-twitter {
    background: #3aa9e0;
  }
  .lodge-style .lodge-grid-style .grid-style-8 .single-member-area .social-icons a:hover .fa-google-plus {
    background: #d04333;
  }
  .lodge-style .lodge-grid-style .grid-style-8 .single-member-area .social-icons a:hover .fa-linkedin {
    background: #0080b1;
  }
  .lodge-style .lodge-grid-style .grid-style-9 img {
    width: 100%;
  }
  .lodge-style .lodge-grid-style .grid-style-9 .single-member-area {
    margin-bottom: 10px;
  }
  .lodge-style .lodge-grid-style .grid-style-9 .single-member-area a {
    text-decoration: none;
  }
  .lodge-style .lodge-grid-style .grid-style-9 .single-member-area .cl-single-member {
    position: relative;
    overflow: hidden;
  }
  .lodge-style .lodge-grid-style .grid-style-9 .single-member-area .cl-single-member figure {
    margin: 0;
    transform: scale(0.9);
    transition: 0.5s;
  }
  .lodge-style .lodge-grid-style .grid-style-9 .single-member-area .cl-single-member h3,
  .lodge-style .lodge-grid-style .grid-style-9 .single-member-area .cl-single-member a {
    padding: 0;
    text-align: center;
    color: #fff;
  }
  .lodge-style .lodge-grid-style .grid-style-9 .single-member-area .cl-single-member h3:hover,
  .lodge-style .lodge-grid-style .grid-style-9 .single-member-area .cl-single-member a:hover {
    color: #22b8f2;
  }
  .lodge-style .lodge-grid-style .grid-style-9 .single-member-area .cl-single-member .overlay {
    background-color: rgba(8, 8, 8, 0.7);
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    transform-origin: 0 50%;
    -webkit-transform-origin: 0 50%;
    transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
    bottom: 0;
    color: #fff;
    height: 100%;
    left: 0;
    position: absolute;
    transition: all 0.5s ease-out 0.15s;
    width: 100%;
    opacity: 0;
  }
  .lodge-style .lodge-grid-style .grid-style-9 .single-member-area .cl-single-member .overlay .overlay-element {
    color: #22b8f2;
    text-align: center;
  }
  .lodge-style .lodge-grid-style .grid-style-9 .single-member-area .cl-single-member .overlay .overlay-element .detail-link i {
    color: #fff;
    font-size: 26px;
    margin-top: 40%;
    padding: 4px 6px;
    z-index: 9999;
    background: #22b8f2;
    border-radius: 50%;
  }
  .lodge-style .lodge-grid-style .grid-style-9 .single-member-area .cl-single-member .overlay .overlay-element .tlp-content {
    padding: 20px 0 0;
  }
  .lodge-style .lodge-grid-style .grid-style-9 .single-member-area .cl-single-member:hover figure {
    transform: scale(1);
  }
  .lodge-style .lodge-grid-style .grid-style-9 .single-member-area .cl-single-member:hover .overlay {
    opacity: 1!important;
    -moz-transform: scale(1) !important;
    -webkit-transform: scale(1) !important;
    -o-transform: scale(1) !important;
    -ms-transform: scale(1) !important;
    transform: scale(1) !important;
  }
  .lodge-style .lodge-grid-style .grid-style-9 .single-member-area article {
    display: block;
    padding: 0 10px;
  }
  .lodge-style .lodge-grid-style .grid-style-9 .single-member-area article .cl-content-layout1 {
    background: #22b8f2;
  }
  .lodge-style .lodge-grid-style .grid-style-9 .single-member-area article .cl-content-layout1 h3 {
    color: #22b8f2;
    font-size: 22px;
    margin: 0;
    padding: 10px 10px 5px;
    text-align: center;
  }
  .lodge-style .lodge-grid-style .grid-style-9 .single-member-area article .cl-content-layout1 h3 a {
    color: #fff;
    text-decoration: none;
  }
  .lodge-style .lodge-grid-style .grid-style-9 .single-member-area article .cl-content-layout1 .member-title {
    font-size: 17px;
    text-align: center;
    color: #22b8f2;
    padding: 0 10px 10px;
  }
  .lodge-style .lodge-grid-style .grid-style-9 .single-member-area article .short-bio p {
    margin: 10px 0;
    text-align: center;
  }
  .lodge-style .lodge-grid-style .grid-style-9 .single-member-area article .social-icons {
    padding: 0;
    text-align: center;
  }
  .lodge-style .lodge-grid-style .grid-style-9 .single-member-area article .social-icons a {
    background: #22b8f2;
    color: #fff;
    display: inline-block;
    font-size: 16px;
    height: 30px;
    margin-bottom: 6px;
    margin-right: 4px;
    padding: 0;
    text-align: center;
    text-decoration: none;
    width: 30px;
    border-radius: 50%;
  }
  .lodge-style .lodge-grid-style .grid-style-9 .single-member-area article .social-icons a i {
    padding: 7px 0 0;
  }
  .lodge-style .lodge-grid-style .grid-style-9 .single-member-area article .social-icons a:hover i {
    color: #fff;
    height: 30px;
    width: 30px;
    border-radius: 50%;
  }
  .lodge-style .lodge-grid-style .grid-style-9 .single-member-area article .social-icons a:hover .fa-facebook {
    background: #3b5999;
  }
  .lodge-style .lodge-grid-style .grid-style-9 .single-member-area article .social-icons a:hover .fa-twitter {
    background: #3aa9e0;
  }
  .lodge-style .lodge-grid-style .grid-style-9 .single-member-area article .social-icons a:hover .fa-google-plus {
    background: #d04333;
  }
  .lodge-style .lodge-grid-style .grid-style-9 .single-member-area article .social-icons a:hover .fa-linkedin {
    background: #0080b1;
  }
  .lodge-style .lodge-grid-style .grid-style-10 img {
    width: 100%;
  }
  .lodge-style .lodge-grid-style .grid-style-10 .single-member-area {
    margin-bottom: 10px;
  }
  .lodge-style .lodge-grid-style .grid-style-10 .single-member-area a {
    text-decoration: none;
  }
  .lodge-style .lodge-grid-style .grid-style-10 .single-member-area .cl-single-member {
    position: relative;
    overflow: hidden;
  }
  .lodge-style .lodge-grid-style .grid-style-10 .single-member-area .cl-single-member figure {
    overflow: hidden;
    margin: 0;
  }
  .lodge-style .lodge-grid-style .grid-style-10 .single-member-area .cl-single-member figure img {
    transform: scale(1.15);
    transition: opacity .35s ease 0s,transform .35s ease 0s;
  }
  .lodge-style .lodge-grid-style .grid-style-10 .single-member-area .cl-single-member h3 {
    font-size: 22px;
    padding: 0 0 4px;
    text-align: left;
  }
  .lodge-style .lodge-grid-style .grid-style-10 .single-member-area .cl-single-member h3 a {
    color: #fff;
  }
  .lodge-style .lodge-grid-style .grid-style-10 .single-member-area .cl-single-member h3 a:hover {
    color: #000;
  }
  .lodge-style .lodge-grid-style .grid-style-10 .single-member-area .cl-single-member:hover img {
    opacity: .8;
    transform: scale(1);
  }
  .lodge-style .lodge-grid-style .grid-style-10 .single-member-area .cl-single-member:hover .cl-overlay {
    transform: translate3d(0, 0, 0);
  }
  .lodge-style .lodge-grid-style .grid-style-10 .single-member-area .cl-single-member:hover .cl-content,
  .lodge-style .lodge-grid-style .grid-style-10 .single-member-area .cl-single-member:hover .cl-title {
    opacity: 1;
  }
  .lodge-style .lodge-grid-style .grid-style-10 .single-member-area .cl-single-member .social-icons {
    padding: 0;
  }
  .lodge-style .lodge-grid-style .grid-style-10 .single-member-area .cl-single-member .cl-overlay {
    backface-visibility: hidden;
    bottom: 0;
    color: #fff;
    font-size: 14px;
    height: 100%;
    left: 0;
    margin: 0;
    padding: 15px;
    position: absolute;
    top: auto;
    transform: translate3d(0, 100%, 0);
    transition: transform .55s ease 0s;
    width: 100%;
  }
  .lodge-style .lodge-grid-style .grid-style-10 .single-member-area .cl-single-member .cl-overlay .overlay-element {
    background-color: #22b8f2;
    backface-visibility: hidden;
    bottom: 140px;
    color: #fff;
    left: 0;
    margin: 0;
    padding: 10px;
    position: absolute;
    transform: translate3d(0, 100%, 0);
    transition: transform .35s ease 0s;
    width: 100%;
  }
  .lodge-style .lodge-grid-style .grid-style-10 .single-member-area .cl-single-member .cl-overlay .overlay-element .cl-title h3 {
    margin: 0;
  }
  .lodge-style .lodge-grid-style .grid-style-10 .single-member-area .cl-single-member .cl-overlay .overlay-element .cl-title .cl-position {
    font-size: 14px;
    text-align: left;
    padding-bottom: 10px;
  }
  .lodge-style .lodge-grid-style .grid-style-10 .single-member-area .cl-single-member .cl-overlay .overlay-element .short-bio {
    padding: 0;
  }
  .lodge-style .lodge-grid-style .grid-style-11 img {
    width: 100%;
  }
  .lodge-style .lodge-grid-style .grid-style-11 .single-member-area {
    margin-bottom: 10px;
  }
  .lodge-style .lodge-grid-style .grid-style-11 .single-member-area a {
    text-decoration: none;
  }
  .lodge-style .lodge-grid-style .grid-style-11 .single-member-area .cl-single-member {
    position: relative;
    overflow: hidden;
  }
  .lodge-style .lodge-grid-style .grid-style-11 .single-member-area .cl-single-member figure {
    transform: scale(1);
    transition: 0.5s;
    margin: 0;
    line-height: 0;
  }
  .lodge-style .lodge-grid-style .grid-style-11 .single-member-area .cl-single-member .overlay {
    bottom: 0;
    color: #fff;
    height: 100%;
    left: 0;
    position: absolute;
    transition: all 0.5s ease-out 0.15s;
    width: 100%;
    opacity: 0;
  }
  .lodge-style .lodge-grid-style .grid-style-11 .single-member-area .cl-single-member .overlay .overlay-element {
    color: #22b8f2;
    text-align: center;
  }
  .lodge-style .lodge-grid-style .grid-style-11 .single-member-area .cl-single-member .overlay .overlay-element .detail-link i {
    color: #fff;
    font-size: 26px;
    margin-top: 45%;
    padding: 4px 6px;
    z-index: 9999;
    background: #22b8f2;
    border-radius: 50%;
  }
  .lodge-style .lodge-grid-style .grid-style-11 .single-member-area .cl-single-member .overlay .overlay-element .overlay-title a {
    color: #fff;
  }
  .lodge-style .lodge-grid-style .grid-style-11 .single-member-area .cl-single-member .overlay .overlay-element .overlay-title a:hover {
    color: #22b8f2;
  }
  .lodge-style .lodge-grid-style .grid-style-11 .single-member-area .cl-single-member .overlay .overlay-element .social-icons {
    padding: 5% 0;
    text-align: center;
  }
  .lodge-style .lodge-grid-style .grid-style-11 .single-member-area .cl-single-member .overlay .overlay-element .social-icons a {
    background: #22b8f2;
    color: #fff;
    display: inline-block;
    font-size: 16px;
    height: 30px;
    margin-bottom: 6px;
    margin-right: 4px;
    padding: 0;
    text-align: center;
    text-decoration: none;
    width: 30px;
    border-radius: 50%;
  }
  .lodge-style .lodge-grid-style .grid-style-11 .single-member-area .cl-single-member .overlay .overlay-element .social-icons a i {
    padding: 7px 0 0;
  }
  .lodge-style .lodge-grid-style .grid-style-11 .single-member-area .cl-single-member .overlay .overlay-element .social-icons a:hover i {
    color: #fff;
    height: 30px;
    width: 30px;
    border-radius: 50%;
  }
  .lodge-style .lodge-grid-style .grid-style-11 .single-member-area .cl-single-member .overlay .overlay-element .social-icons a:hover .fa-facebook {
    background: #3b5999;
  }
  .lodge-style .lodge-grid-style .grid-style-11 .single-member-area .cl-single-member .overlay .overlay-element .social-icons a:hover .fa-twitter {
    background: #3aa9e0;
  }
  .lodge-style .lodge-grid-style .grid-style-11 .single-member-area .cl-single-member .overlay .overlay-element .social-icons a:hover .fa-google-plus {
    background: #d04333;
  }
  .lodge-style .lodge-grid-style .grid-style-11 .single-member-area .cl-single-member .overlay .overlay-element .social-icons a:hover .fa-linkedin {
    background: #0080b1;
  }
  .lodge-style .lodge-grid-style .grid-style-11 .single-member-area .cl-single-member:hover figure {
    transform: scale(0.9);
  }
  .lodge-style .lodge-grid-style .grid-style-11 .single-member-area .cl-single-member:hover .overlay {
    opacity: 1;
    background: rgba(0, 0, 0, 0.8);
  }
  .lodge-style .lodge-grid-style .grid-style-11 .single-member-area article {
    display: block;
    padding: 0 10px;
  }
  .lodge-style .lodge-grid-style .grid-style-11 .single-member-area article .short-bio p {
    margin: 10px 0;
    line-height: 20px;
    color: #000;
  }
  .lodge-style .lodge-grid-style .grid-style-11 .single-member-area article .contact-info {
    padding: 0 0 10px;
  }
  .lodge-style .lodge-grid-style .grid-style-11 .single-member-area article .contact-info ul {
    padding: 0;
    margin: 0;
    list-style: none;
  }
  .lodge-style .lodge-grid-style .grid-style-11 .single-member-area article .contact-info ul li {
    padding: 3px 0;
  }
  .lodge-style .lodge-grid-style .grid-style-11 .single-member-area article .contact-info ul li i {
    padding-right: 8px;
    color: #000;
  }
  .lodge-style .lodge-grid-style .grid-style-11 .single-member-area article .contact-info ul li a {
    text-decoration: none;
  }
  .lodge-style .lodge-grid-style .grid-style-12 {
    width: 100%;
  }
  .lodge-style .lodge-grid-style .grid-style-12 img {
    width: 100%;
  }
  .lodge-style .lodge-grid-style .grid-style-12 .single-team-member {
    width: 25%;
    float: left;
    padding: 10px;
  }
  .lodge-style .lodge-grid-style .grid-style-12 .single-team-member .image-section {
    position: relative;
    background-color: #000;
    opacity: 0.8;
  }
  .lodge-style .lodge-grid-style .grid-style-12 .single-team-member .image-section .overlay-section {
    background-color: #000;
    opacity: 0;
    transition: 0.5s;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .lodge-style .lodge-grid-style .grid-style-12 .single-team-member .image-section .overlay-section .detail-link {
    position: absolute;
    top: 45%;
    left: 46%;
  }
  .lodge-style .lodge-grid-style .grid-style-12 .single-team-member .image-section .overlay-section .detail-link i {
    color: #fff;
    font-size: 25px;
    padding: 5px 7px;
    transition: .5s all ease;
    background: #22b8f2;
    border-radius: 50%;
  }
  .lodge-style .lodge-grid-style .grid-style-12 .single-team-member .image-section img {
    width: 100%;
    transform: scale(0.9);
    transition: 0.5s;
  }
  .lodge-style .lodge-grid-style .grid-style-12 .single-team-member .image-section:hover .overlay-section {
    opacity: 0.8;
  }
  .lodge-style .lodge-grid-style .grid-style-12 .single-team-member .text-section {
    text-align: center;
  }
  .lodge-style .lodge-grid-style .grid-style-12 .single-team-member .text-section .lodge-title {
    margin: 0;
  }
  .lodge-style .lodge-grid-style .grid-style-12 .single-team-member .text-section .lodge-title h1 {
    margin: 0;
    padding: 10px 0 0;
    font-size: 18px;
    font-weight: bold;
  }
  .lodge-style .lodge-grid-style .grid-style-12 .single-team-member .text-section .lodge-title h1 a {
    text-decoration: none;
    color: #000;
  }
  .lodge-style .lodge-grid-style .grid-style-12 .single-team-member .text-section .lodge-title h1 a:hover {
    color: #22b8f2;
  }
  .lodge-style .lodge-grid-style .grid-style-12 .single-team-member .text-section .lodge-title h2 {
    margin: 0;
    padding: 0 0 10px;
    font-size: 16px;
  }
  .lodge-style .lodge-grid-style .grid-style-12 .single-team-member .text-section .lodge-text {
    margin: 0;
  }
  .lodge-style .lodge-grid-style .grid-style-12 .single-team-member .text-section .lodge-text p {
    margin: 0;
    padding: 0 0 10px;
  }
  .lodge-style .lodge-grid-style .grid-style-12 .single-team-member .text-section .social-icons {
    padding: 0;
    text-align: center;
  }
  .lodge-style .lodge-grid-style .grid-style-12 .single-team-member .text-section .social-icons a {
    background: #22b8f2;
    color: #fff;
    display: inline-block;
    font-size: 16px;
    height: 30px;
    margin-bottom: 6px;
    margin-right: 4px;
    padding: 0;
    text-align: center;
    text-decoration: none;
    width: 30px;
    border-radius: 50%;
  }
  .lodge-style .lodge-grid-style .grid-style-12 .single-team-member .text-section .social-icons a i {
    padding: 7px 0 0;
  }
  .lodge-style .lodge-grid-style .grid-style-12 .single-team-member .text-section .social-icons a:hover i {
    color: #fff;
    height: 30px;
    width: 30px;
    border-radius: 50%;
  }
  .lodge-style .lodge-grid-style .grid-style-12 .single-team-member .text-section .social-icons a:hover .fa-facebook {
    background: #3b5999;
  }
  .lodge-style .lodge-grid-style .grid-style-12 .single-team-member .text-section .social-icons a:hover .fa-twitter {
    background: #3aa9e0;
  }
  .lodge-style .lodge-grid-style .grid-style-12 .single-team-member .text-section .social-icons a:hover .fa-google-plus {
    background: #d04333;
  }
  .lodge-style .lodge-grid-style .grid-style-12 .single-team-member .text-section .social-icons a:hover .fa-linkedin {
    background: #0080b1;
  }
  .lodge-style .lodge-grid-style .grid-style-12 .single-team-member:hover .image-section img {
    transform: scale(1);
  }
  .lodge-style .lodge-grid-style .grid-style-13 img {
    width: 100%;
  }
  .lodge-style .lodge-grid-style .grid-style-13 .single-team-member {
    width: 100%;
    margin: 10px 0;
  }
  .lodge-style .lodge-grid-style .grid-style-13 .single-team-member .image-section {
    width: 50%;
    float: left;
    position: relative;
    background-color: #000;
    opacity: 0.8;
  }
  .lodge-style .lodge-grid-style .grid-style-13 .single-team-member .image-section .overlay-section {
    background-color: #000;
    opacity: 0;
    transition: 0.5s;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .lodge-style .lodge-grid-style .grid-style-13 .single-team-member .image-section .overlay-section .detail-link {
    position: absolute;
    top: 45%;
    left: 46%;
  }
  .lodge-style .lodge-grid-style .grid-style-13 .single-team-member .image-section .overlay-section .detail-link i {
    color: #fff;
    font-size: 25px;
    padding: 5px 7px;
    transition: .5s all ease;
    background: #22b8f2;
    border-radius: 50%;
  }
  .lodge-style .lodge-grid-style .grid-style-13 .single-team-member .image-section img {
    width: 100%;
    transform: scale(0.9);
    transition: 0.5s;
  }
  .lodge-style .lodge-grid-style .grid-style-13 .single-team-member .image-section:hover .overlay-section {
    opacity: 0.8;
  }
  .lodge-style .lodge-grid-style .grid-style-13 .single-team-member .box-section {
    width: 50%;
    float: left;
    position: relative;
    background-color: #f2f2f2;
    transition: 0.5s;
  }
  .lodge-style .lodge-grid-style .grid-style-13 .single-team-member .box-section:before {
    position: absolute;
    content: "";
    border-right: 15px solid #22b8f2;
    border-bottom: 15px solid transparent;
    border-top: 15px solid transparent;
    bottom: 15px;
    left: -15px;
    opacity: 0;
    transition: 0.5s;
  }
  .lodge-style .lodge-grid-style .grid-style-13 .single-team-member .box-section .box-text {
    text-align: center;
    padding: 33% 0;
  }
  .lodge-style .lodge-grid-style .grid-style-13 .single-team-member .box-section .box-text .box-title h1 {
    font-size: 18px;
    font-weight: bold;
  }
  .lodge-style .lodge-grid-style .grid-style-13 .single-team-member .box-section .box-text .box-title h1 a {
    text-decoration: none;
    transition: 0.5s;
  }
  .lodge-style .lodge-grid-style .grid-style-13 .single-team-member .box-section .box-text .box-title h2 {
    font-size: 15px;
  }
  .lodge-style .lodge-grid-style .grid-style-13 .single-team-member .box-section .box-text .social-icons {
    padding: 0;
    text-align: center;
  }
  .lodge-style .lodge-grid-style .grid-style-13 .single-team-member .box-section .box-text .social-icons a {
    background: #22b8f2;
    color: #fff;
    display: inline-block;
    font-size: 16px;
    height: 30px;
    margin-bottom: 6px;
    margin-right: 4px;
    padding: 0;
    text-align: center;
    text-decoration: none;
    width: 30px;
    border-radius: 50%;
    transition: 0.5s;
  }
  .lodge-style .lodge-grid-style .grid-style-13 .single-team-member .box-section .box-text .social-icons a i {
    padding: 7px 0 0;
  }
  .lodge-style .lodge-grid-style .grid-style-13 .single-team-member .box-section .box-text .social-icons a:hover i {
    color: #fff;
    height: 30px;
    width: 30px;
    border-radius: 50%;
  }
  .lodge-style .lodge-grid-style .grid-style-13 .single-team-member .box-section .box-text .social-icons a:hover .fa-facebook {
    background: #3b5999;
  }
  .lodge-style .lodge-grid-style .grid-style-13 .single-team-member .box-section .box-text .social-icons a:hover .fa-twitter {
    background: #3aa9e0;
  }
  .lodge-style .lodge-grid-style .grid-style-13 .single-team-member .box-section .box-text .social-icons a:hover .fa-google-plus {
    background: #d04333;
  }
  .lodge-style .lodge-grid-style .grid-style-13 .single-team-member .box-section .box-text .social-icons a:hover .fa-linkedin {
    background: #0080b1;
  }
  .lodge-style .lodge-grid-style .grid-style-13 .single-team-member:hover .image-section img {
    transform: scale(1);
  }
  .lodge-style .lodge-grid-style .grid-style-13 .single-team-member:hover .box-section {
    background-color: #22b8f2;
  }
  .lodge-style .lodge-grid-style .grid-style-13 .single-team-member:hover .box-section .box-text .box-title h1 a {
    color: #000;
  }
  .lodge-style .lodge-grid-style .grid-style-13 .single-team-member:hover .box-section .box-text .social-icons a {
    background: #fff;
    color: #000;
  }
  .lodge-style .lodge-grid-style .grid-style-13 .single-team-member:hover .box-section:before {
    opacity: 1;
  }