#owl-slider .item img {display: block; width: 100%; height: auto;}

.video-overlay, .video-placeholder {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 5;
    background: transparent url(/Content/img/grid.png) repeat;
}


/*Phone*/
@media (max-width: 767px) {

}

/*Tablet*/
@media (min-width: 768px) and (max-width: 991px) {
}

/*Computer*/
@media (min-width: 992px) and (max-width: 1199px) {
}

@media (min-width: 1200px) {  
}



.basic {
    position: absolute;
    width: 100%;
    bottom: 20px;
    left: 0;
    right: 0;
}

.basic span {
    display: block;
    width: 75%;
    margin: 0 auto;
    background-color: rgba(172,123,78, 0.8);
    color:#FFF;
}
.basic span.name {
    font-weight:bold;
}

.divider {margin-bottom: 30px; position: relative; text-align: center;}
.divider::after {background-color: rgba(172,123,78, 0.3); content: ""; display: block; height: 1px; left: 0; position: absolute; right: 0; top: 50%;}
.divider h3 {background-color: #fff; color: #ac7b4e; display: inline-block; font-size: 16px; margin-bottom: 0;  margin-top:0px; position: relative; text-transform: uppercase; z-index: 2; padding:20px; letter-spacing: 1px;}

ul#subpage.nav-tabs {text-align: center; border-bottom: none; margin-bottom: 30px;}
ul#subpage.nav-tabs li {float:none; margin:10px 15px; display:inline-block; *display:inline; zoom:1;}
ul#subpage.nav-tabs li a {border:none; padding:0; text-transform: uppercase; color:#6e6e6e; letter-spacing: 0.5px; background: transparent;}
ul#subpage.nav-tabs li a:hover {background: none;}
ul#subpage.nav-tabs li.active a {color:#ac7b4e; border-bottom: 2px solid #ac7b4e; padding-bottom: 5px;}




.modal.memberbio {}
.modal.memberbio .modal-body {height: 100%;background:#f6f6f6;}
.modal.memberbio .modal-body .left {background:#fff; height: 100%; min-height: 100%;  padding:0; text-align: center; }
.modal.memberbio .modal-body .left span {display: block;}
.modal.memberbio .modal-body .left span.name {margin-top:25px; text-transform: uppercase; font-family: "Brandon Bold"; font-size: 16px;}
.modal.memberbio .modal-body .left span.title {color:#949494;}
.modal.memberbio .modal-body .left ul.social {margin:15px 0;}
.modal.memberbio .modal-body .left ul.social li a {color:#7b7b7b; height: 30px; width: 30px; display: inline-block; line-height: 30px; text-align: center; font-size: 16px;}
.modal.memberbio .modal-body .left ul.social li a:hover {background:#646464; color:#fff;}
.modal.memberbio .modal-body .left li a {background:#eaeaea;}

.modal.memberbio .close {background: #6b1b40; right:-1px; top:0; position: absolute; opacity: 1; color:#fff; text-shadow: none; padding:0px; font-size: 16px; line-height: 26px; height: 30px; width: 30px;}
.modal.memberbio .modal-body .right {height: 100%; min-height: 100%; background:#f6f6f6; text-align: left; padding:20px;}
.modal.memberbio .modal-body .right p {text-align: justify; margin:20px 0;}
.modal.memberbio .modal-body .right img {margin-bottom: 15px;}

.modal.memberbio .modal-body .right .mobile-close {background:transparent; text-align: center; display: block; width:100%; padding:10px 0; text-transform: uppercase; color:#6b1b40; border:1px solid rgba(107,27,64,0.3); font-size: 16px; box-shadow: none;}


/* Modal */

.modal {text-align: center; padding: 0!important;}
.modal-backdrop {opacity:1!important; /*background-color: rgba(107,27,64,0.8)*/ background-color: rgba(0,0,0,0.85);}
.modal-content {-webkit-border-radius: 0px !important; -moz-border-radius: 0px !important; border-radius: 0px !important;}
.modal-body {padding:0px;}
.modal-body hr {opacity: 0.7;}
.modal-header {border-bottom:1px solid #f0f0f0;}
.modal-footer {border-bottom:1px solid #f0f0f0;}
.modal-header .close {z-index: 999999;} 

/* Modal -> Popup */
.modal[id*='popup-'] {}
.modal[id*='popup-'] .modal-backdrop {opacity:1 !important; background:rgba(107,27,64,0.8);}
.modal[id*='popup-'] .modal-body .close {position: absolute; z-index:999; top:0px; right: 0px; color:#fff; background-color:#000; height: 36px; width: 36px; }
.modal[id*='popup-'] .modal-body .close span {margin-top:-2px; line-height: auto; width: auto; height: auto; display: block;}