img{
    max-width: 100% !important;
}
.inner-header {
    min-height: 250px;
    background-position: 0px 80px !important;
}

.banner_text h2 {
    font-size: 35px;
    text-align: center;
    color:#FFFFFF;
}
.banner_text {
    color: #FFFFFF;
}

.banner_text p {
    font-size: 22px;
    line-height: 28px;
    text-align: center;
    color:#FFFFFF;
}

.member-serach {
    width: 100%;
    margin: 40px auto 50px;
    max-width: 650px;
    display: flex;
}

.member-serach form {
    display: flex;
    width: 100%;
}

.member-search-input {
    flex: 1;
    border: none;
    border-top-left-radius: 4px;
    line-height: 48px;
    padding: 0 10px;
    border-bottom-left-radius: 4px;
    color: #333;
}
.member-search-submit {
    flex: 0;
    border: none;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    padding: 0 15px;
    background: #a84f5a;
    color: #FFFFFF;
}

.product .header{
    background: none;
}

.box-shadow {
    box-shadow: 0px 0px 20px 5px #CCCCCC;
}
#content-wrapper {
    padding: 20px 0;
    min-height: 600px;
}

.member-login input.submit {
    background: #a84f5a;
    border-radius: 5px;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    margin-top: 30px;
    height: 50px;
    width: 100%;
}

.profile-userpic img {
    max-width: 200px;
    max-height: 200px;
    border-radius: 2px;
}
.profile-userpic {
    padding-bottom: 30px;
}
.profile-usertitle-name span {
    display: table;
    line-height: 30px;
    font-size: 16px;
}

.upload-btn-wrapper {
    position: relative;
    overflow: hidden;
    display: inline-block;
    cursor: pointer;
    width: 200px;
}

.btn-theme, .theme-btn {
    background: #a84f5a !important;
    color: #FFFFFF;
    margin-top: 10px;
    width: 200px;
    cursor: pointer;
}
.theme-border{border: 2px solid #a84f5a;}
.theme-background-color{
    background: #a84f5a !important;
}

.upload-btn-wrapper input[type=file], .upload-btn-wrapper input[type=file]:hover {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    opacity: 0;
    font-size: 100px;
    filter: alpha(opacity=0);
    cursor: pointer;
}

.profile-sidebar {
    background: #f5f5f5;
    padding: 10px 5px;
}
.fa-trash{
    color:#a84f5a;
}
#close_form {
    display: inline;
}



#support_form.loading{
    position: relative;
}
#support_form.loading::before{
    position: absolute;
    top: 0;
    left: 0;
    height: 530px;
    width: 750px;
    content: "";
    background: rgba(255,255,255,.6);
    z-index: 9;
}
#support_form.loading::after{
    position: absolute;
    top: calc(50% - 25px);
    left: calc(50% - 25px);
    height: 60px;
    width: 60px;
    content: "\f110";
    font: normal normal normal 60px/60px FontAwesome;
    /* background: rgba(255,255,255,.6); */
    animation: fa-spin 2s infinite linear;
    z-index: 10;
    display: block;
}
#close_form{
    display: inline;
}
.meUs {
    background-color: #eaeefb;
    list-style: outside none none;
    margin-top: -18px;
    padding: 16px 35px 8px 14px;
    border: 1px solid #cbe5f2;
}

.meAd {
    background-color: #f2fbea;
    list-style: outside none none;
    margin-top: -18px;
    padding: 16px 35px 8px 14px;
    border: 1px solid #d6e9c6;
}

.meUser {
    background-color: #eaeefb;
    border: medium none;
    width: auto;
    color: #3a87ad;
}
#ReplyTicket{

}
#ReplyTicket .padding-bottom{
    padding-bottom: 10px;
}

.meAdmin {
    background-color: #f2fbea;
    border: medium none;
    width: auto;
    color: #468847;
}
#support{
    top: 60px !important;
}
#support .panel-info>.panel-heading {
    padding: 10px;

    color: #ffffff;
}

#support .modal-footer {
    border-color: #CCCCCC;
}

.signInBtn {
    padding: 10px 14px;
}

#support .modal-dialog {
    width: 50%;
    margin: auto;
}

#support .modal-content {
    /*background: #a84f5a;*/
}

#support .form-control {
    border-radius: 0;
    margin-top: 5px;
    color: #000000;
    font-size: 12px;
}

#support .form-control:not(textarea) {
    height: 35px;
}

#support .support-items {
    color: rgba(221,221,221,0.74);
}

#support .g-recaptcha {
    transform: scale(1);
    transform-origin: 0 0;
}

#support .modal-body {
    padding: 0;
}

#support .modal-body img {
    width: 140px;
}

#support .row.padding-bottom {
    margin-bottom: 15px;
}

#support .form-group {
    margin-bottom: 0;
}

#support .modal-footer {
    padding: 10px 0 0;
}
#support .panel-title{
    color: #444444;
}
#support .logo-block{
    padding: 15px 0px;
}

@media only screen and (max-width: 767px) {
    #support .modal-dialog {
        width:100%;
        margin: auto;
    }

    #support .g-recaptcha {
        transform: scale(0.85);
        transform-origin: 0 0;
    }
}
.event-listing{
    border-bottom: 1px solid #ccc;
    padding-bottom: 30px;
}
.event-listing .entry-date time {
    margin-top: 20px;
    display: block;
    height: 76px;
    width: 61px;
    color: #fff;
    background: #a84f5a;
    text-align: center;
    font-size: 12px;
    letter-spacing: 2px;
    padding-top: 3px;
}
.event-listing .entry-date time span{
    font-size: 30px;
    line-height: 35px;
    display: block;
    width: 100%;
    letter-spacing: 0;
}

.menu .dropdown-menu {
    left: 0px;
    background: #a84f5a;
    min-width: 180px;
}
a {
    color: #a84f5a;
    text-decoration: none;
}
.fc-ltr .fc-basic-view .fc-day-top .fc-day-number{
    color: #000000;
}

.select-package { display: none }
input[type=radio].select-package:checked + label{
    background-color: #a84f5a;
    color: #fff;
    border-color: #a84f5a;
    position: relative;
}
input[type=radio].select-package.plan:checked + label::after{
    position: absolute;
    display: block;
    content: "Selected";
    top: -1px;
    left: -8px;
    padding: 9px 12px;
    background: #a84f5a;
    border: 1px solid #a84f5a;
    box-sizing: content-box;
    border-radius: 4px;
    line-height: 14px;
}

.package-price{
    color: #a84f5a;
    margin: 25px 0;
    font-size: 20px;
}
.theme-btn:hover{
    background-color: #a84f5a;
    opacity: 0.90;
    transition: 1s ease;
}
.slide-pannel > .row{ min-height: 475px; }
.flex-container{ display: flex; }
.flex-item{ flex: 1 1 auto }
.events-list a:hover{
    cursor: pointer;
    text-decoration: none;
}
#payment-description{}
#payment-description div.payment-details:not(:first-child){
    display: none;
}
#stripe_detail.loading, #paypal_detail.loading, #guest_login_form.loading {
    position: relative;
}
#stripe_detail.loading::before, #paypal_detail.loading::before, #guest_login_form.loading::before, #authorizedotnet_detail.loading::before {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    content: "";
    background: rgba(255,255,255,.6);
    z-index: 9;
}
#stripe_detail.loading::after, #paypal_detail.loading::after, #guest_login_form.loading::after, #authorizedotnet_detail.loading::after {
    position: absolute;
    top: calc(50% - 25px);
    left: calc(50% - 25px);
    height: 60px;
    width: 60px;
    content: "\f110";
    font: normal normal normal 60px/60px FontAwesome;
    /* background: rgba(255,255,255,.6); */
    animation: fa-spin 2s infinite linear;
    z-index: 10;
    display: block;
}
.dashboard-stat-btn {
    color: #fff;
    width: 100%;
}

.single-press-reelase {
    box-shadow: 0 1px 4px 0 rgba(0,0,0,0.14);
    border-radius: 2px;
    margin-bottom: 20px;
}

.single-press-reelase .user-section{ width: 100%; padding: 8px 12px; border-bottom: 1px solid #e7e7e7; }
.single-press-reelase .user-profile{ width: 100%; display: flex}
.single-press-reelase .user-profile .prf-icon{ width: 50px; float: left; flex: 0 1 auto; }
.single-press-reelase .prf-title{ width: 100%; float: left; flex: 0 1 auto; padding: 0 8px;}
.single-press-reelase .prf-title { display: block; width: 100%; font-size: 14px; font-weight: bold; color: rgba(0,0,0,0.87); padding-left: 15px}
.single-press-reelase .pr-title{ margin: 6px 0px 10px; }
.single-press-reelase .prf-title .pr-title{ margin: 0px }
.single-press-reelase .pr-title { color: rgba(0,0,0,0.87); font-size: 18px; text-decoration: none; }
.single-press-reelase .content-section a{ color: rgba(0,0,0,0.87);}
.single-press-reelase .content-section a:hover,
.single-press-reelase .content-section a:hover {
    color: #902149;
}
.single-press-reelase .img-box { width: 100%; }
.single-press-reelase .img-box  img{ margin: 0 auto; }
.single-press-reelase .content-section{ width: 100%; padding: 8px 12px; }
#loader_icon { padding: 50px; text-align: center }
.rss-icon{
    position: absolute;
    right: 20px;
    top: 10px;
    font-size: 30px;
    z-index: 999999;
}
.rss-icon-press{
    float: right;
    font-size: 30px;
}
#press-release-list{
    clear: both;
}
.single-press-reelase .user-profile .prf-icon {
    width: 50px;
    float: left;
    flex: 0 1 auto;
}
.single-press-reelase .user-profile {
    width: 100%;
    display: flex;
}
.single-press-reelase .prf-title {
    display: block;
    width: 100%;
    font-size: 14px;
    font-weight: 700;
    float: left;
    color: rgba(0,0,0,.87);
    flex: 0 1 auto;
    padding: 0 8px;
}

.single-press-reelase .user-section {
    width: 100%;
    padding: 8px 12px;
    border-bottom: 1px solid #e7e7e7;
}
.single-press-reelase {
    box-shadow: 0 1px 4px 0 rgba(0,0,0,.14);
    border-radius: 2px;
    margin-bottom: 20px;
}
.single-press-reelase .img-box {
    width: 100%;
}
.single-press-reelase .content-section {
    width: 100%;
    padding: 8px 12px;
}

.member-serach{    width: 100%; margin: 40px auto 50px; max-width: 650px; display: flex;}
.member-serach form{ display: flex; width: 100% }
.member-search-input { flex: 1; border: none; border-top-left-radius: 4px;line-height: 48px; padding: 0 10px; border-bottom-left-radius: 4px; color: #333 }
.member-search-submit{ flex: 0; border: none;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    padding: 0 15px;
    background: #a84f5a;
}
.member-search-submit:hover{ opacity: 0.8; }
#category-list{
    margin: 40px 0 50px;
}

.md-cat-toggle{
    border: none;
    font-size: 16px;
    font-weight: bold;
}

.member-cat {
    font-size: 1.1em;
    line-height: 1.6em;
    color: #333333;
    text-decoration: none;
    display: block;
    font-weight: 500;
}
.member-cat span{
    font-size: 12px;
}
.member-cat:hover,.member-cat:active,.member-cat:focus{
    text-decoration: none;
    color: #a84f5a;
}
.member-sub-cat-list{
    padding-left: 25px;
}
.member-filter{ display:block; width:100%; clear:both; margin-bottom: 15px; }
.member-filter .btn{ width: auto; padding: 6px 15px }
.member-filter .btn{ float:right; }
.member-filter .btn:first-child{ float:left; }

.member-list {
    border-radius: 2px;
    margin-bottom: 5px;
    padding: 6px 12px;
    color: #333333;
    border: 1px solid #dfdfdf;
}

.member-list-title{
    color: #333;
    font-weight: 500;
    font-size: 16px;
}
.member-list-title:hover, .member-list-title:active, .member-list-title:focus{
    text-decoration: none;
    color: #a84f5a;
}
.member-list .btn-theme{ width: auto; margin: 8px 5px; float: right }

.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #a84f5a;
    border-color: #a84f5a;
}

.social-link { margin: 15px auto 20px; padding: 0; }
.social-link a { color: #fff; background: #000000; border-radius: 50%; width: 35px; height: 35px; line-height: 35px; text-align: center; display: block; float: left; margin-right: 5px;  transition: all ease 0.2s; }
.social-link a:hover, .social-link a:active, .social-link a:focus { color: #fff; background-color: #a84f5a; }

#member-directory-sidemenu li.menu-item-has-children{
    position: relative;
}

#member-directory-sidemenu li.menu-item-has-children .toggaler {
    color: #a84f5a;
    cursor: pointer;
    position: absolute;
    right: 10px;
    top: 10px;
    background-color: #fff;
    width: 15px;
    height: 15px;
    border-radius: 2px;
    text-align: center;
    line-height: 16px;
    font-size: 12px;
}
#member-directory-sidemenu li.menu-item-has-children > ul{
    display: none;
    padding-left: 20px;
}
#member-directory-sidemenu ul li:last-child{
    border-bottom: 1px solid #fff;
}
.member-list.map-view{ margin-bottom: 20px; }
.member-list.map-view .member-list-title{
    margin-top: 10px;
    margin-bottom: 5px;
    font-size: 20px;
    display: block;
}

#member-map-lcoation{ height: calc(100vh - 100px); background-color: black; }
.abs-div img {
    width: auto;
    max-height: 100px;
    margin: 0 auto;
}
.abs-div{ width: 100% }
.marker-div{ width: 151px; }
.marker-div a.marker-title{     color: #a84f5a;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    display: block;
    margin-bottom: 3px;
}

.marker-div .marker-address{
    font-weight: 500;
}

.fc-event{
    border-radius: 1px;
}
.fc-event.chamber-event {
    background-color: #a84f5a;
    border-color: #a84f5a;
}

.loading-icon{
    position: relative;
}
.loading-icon::before{
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    content: "";
    background: rgba(255,255,255,.6);
    z-index: 9;
}
.loading-icon::after{
    position: absolute;
    top: calc(50% - 25px);
    left: calc(50% - 25px);
    height: 60px;
    width: 60px;
    content: "\f110";
    font: normal normal normal 60px/60px FontAwesome;
    /* background: rgba(255,255,255,.6); */
    animation: fa-spin 2s infinite linear;
    z-index: 10;
    display: block;
}

.dataTables_paginate{
    text-align: right;
    margin: 0px;
}
.dataTables_filter{
    text-align: right;
}
#create_support_btn{
    background: #a84f5a !important;
}

.profile-sidebar .nav > li > a.active, .profile-sidebar .nav > li > a:hover{
    border-radius: 0px;
    color: #FFFFFF;
}


.myaccount-sidebar{
    margin-bottom: 30px;
}
.intl-tel-input{
    width: 95% !important;
}
#event_cell_phone{
    width: 99% !important;
}

@media(min-width: 1024px) {
    #event-signup .modal-dialog{
        width: 1140px;
    }

}
@media(min-width: 767px) {
    .myaccount-sidebar{
        padding: 0px;
    }
}

#pr-contact-detail {
    width: 90%;
    padding-top: 0px;
    border-top: 1px solid #eeeeee;
    margin: 40px auto;
}

.img-input { position: relative; width: 150px; cursor: pointer; padding-top: 150px; }
.img-input input{ position: absolute; top: 0; left: 0; height: 150px; width: 150px; opacity: 0; cursor: pointer; z-index: 9;}
#pre-image,.pre-image{ height: 150px; width: 150px; border: 1px solid #e7e7e7; padding: 2px; border-radius: 2px; position: absolute; top: 0; }
#change-image,#remove-image { font-weight: bold; font-size: 12px; cursor: pointer }
.img-input .del-btn{ position: absolute; top: 5px; right: 5px; border-radius: 2px; background-color: #a84f5a;  cursor: pointer; z-index: 10; }
.img-input .del-btn .fa-trash{ padding: 6px 8px;color: #fff;}
.dropdown-menu>li>a{
    white-space: normal !important;
}

.cart-menu sup {
    background: #a84f5a;
    border-radius: 50%;
    color: #fff;
    font-size: 10px;
    padding: 1px 5px;
    position: relative;
    left: 15px;
    top: -10px;
}
.cart-menu i{
    margin-left: -15px;
}
.error-heading {
    font-size: 150px;
    font-weight: bold;
    letter-spacing: 9px;
}
.error-page p{
    letter-spacing: 1px !important;
    font-size: 16px;
    line-height: 30px;
}

.error-page .error-msg{
    font-size: 22px;
    font-weight: bold;
}

/*
Slider CSS
*/
#slider-header{
    position: relative;
    transition: all 1s ease 0.2s;
}
.slide_txt {
    overflow: hidden;
}
.slide-text-inner{
    height: 100%;
    width: 100%;
    position: absolute;
}
.slide-text-inner .hidden{ display: none; }

@keyframes slideOutLeft {
    from {
        transform: translate3d(0, 0, 0);
    }

    to {
        visibility: hidden;
        transform: translate3d(-100%, 0, 0);
    }
}

.slideOutLeft {
    animation-name: slideOutLeft;
}

@keyframes slideInLeft {
    from {
        transform: translate3d(-100%, 0, 0);
        visibility: visible;
    }

    to {
        transform: translate3d(0, 0, 0);
    }
}

.slideInLeft {
    animation-name: slideInLeft;
}

.animated {
    animation-duration: 1s;
    animation-fill-mode: both;
}

.animated.infinite {
    animation-iteration-count: infinite;
}

.animated.delay-1s {
    animation-delay: 1s;
}

.animated.delay-2s {
    animation-delay: 2s;
}

.animated.delay-3s {
    animation-delay: 3s;
}

.animated.delay-4s {
    animation-delay: 4s;
}

.animated.delay-5s {
    animation-delay: 5s;
}

.animated.fast {
    animation-duration: 800ms;
}

.animated.faster {
    animation-duration: 500ms;
}

.animated.slow {
    animation-duration: 2s;
}

.animated.slower {
    animation-duration: 3s;
}

.job-detail{
    width: 100%;
    float: left;
    box-shadow: 0 1px 4px 0 rgba(0,0,0,0.14);
    border-radius: 2px;
    margin-bottom: 20px;
}
.job-detail header{
    width: 100%;
    padding: 8px 12px;
    border-bottom: 1px solid #e7e7e7;
}

.job-detail header .jb-title{
    display: block;
    width: 100%;
    font-size: 14px;
    font-weight: bold;
    color: rgba(0,0,0,0.87);
}
.job-detail .img-box{
    width: 100%;
}
.job-detail .img-box img{
    max-width: 100%;
    margin: 0 auto;
}
.job-detail .description{
    padding: 8px 12px;
}

.job-detail header .jb-title i{
    font-weight: normal;
}
