#homepage-hero {
    background-image: url('../images/new-home-image.jpg');
}
@media (min-width:1200px) {
    .transp-logo {
        background-image: url('../images/home-logo.png');
    }
}
@media (min-width: 768px) and (max-width: 992px) {
    .transp-logo {
        background-image: url('../images/home-logo.png');
    }
}
@media (min-width: 992px) and (max-width: 1200px) {
    .transp-logo {
        background-image: url('../images/home-logo.png');
    }
}
.header-home .nav-down .transp-logo {
    background-image: url('../images/new-logo.png');
}
.header-home .nav-down .transp-logo {
    background-image: url('../images/new-logo.png');
}
@media (max-width: 480px) {

    .transp-logo {
        background-image: url('../images/new-logo.png');
    }
}

@media (min-width: 480px) and (max-width: 767px) {
    .transp-logo {
        background-image: url('../images/new-logo.png');
    }
}
.my_account_top {
    position: relative;
    text-decoration: none !important;
}
.my_account_top_submenu {
    position: absolute;
    top: 2px;
    min-width: 150px;
    right: 0;
    text-align: right;
    display: none;
    z-index: 111111;
}
.my_account_top_submenu_inside {
    margin-top: 20px;
    background: #FFFFFF;
    text-transform: capitalize;
    color: #000;
    padding: 6px;
}
.account_menu_link {
    color: #000000 !important;
    padding: 12px 15px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.account_menu_link_line {
    height: 1px;
    background: #F2F2F2;
}
/* unvisited link */
.account_menu_link:link {
    background: #FFFFFF;
}

/* visited link */
.account_menu_link:visited {
    background: #FFFFFF;
}

/* mouse over link */
.account_menu_link:hover {
    background: #f2f2f2;
}

/* selected link */
.account_menu_link:active {
    background: #FFFFFF;
}
.top-menu a.venue_list_top_btn:link {
    position: relative;
    background: #4cc4d5;
    color: #000;
    text-decoration: none !important;
}
.top-menu a.venue_list_top_btn:visited {
    background: #4cc4d5;
    color: #000;
}
.top-menu a.venue_list_top_btn:hover {
    background: #5ac6d4;
    color: #000;
}
.top-menu a.venue_list_top_btn:active {
    background: #4cc4d5;
    color: #000;
}
.top-menu a.venue_list_top_btn {
    transition: none;
    padding: 8px 10px;
    border-radius: 3px;
    position: relative;
    /* padding-right: 20px; */
}
.rfp_info {
    position: absolute; top: -5px; right: 2px;
    border-radius: 50%;
    background: rgb(240 46 46);
    color: #FFFFFF;
    width: 20px;
    height: 20px;
    /* display: flex;
    justify-content: center;
    align-items: center; */
    display: none;
    text-align: center;
}
.rfp_info_inside {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%; height: 100%;
}
.add_remove_list_btn {
    display: none;
}
.venue_list_ui {
    position: absolute;
    top: 31px;
    right: 0;
    padding-top: 20px;
    cursor: default;
    display: none;
}
.venue_list_inside {
    min-width: 380px;
    background: #FFFFFF;
    border: solid 1px #CCCCCC;
}
.venue_list_header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 0px 10px;
    margin-top: 10px;
}
.venue_list_about {
    text-transform: initial;
}
.close_list_btn {
    cursor: pointer;
}
.close_list_btn img {
    width: 30px;
}
.venue_list_content {
    min-height: 200px;
    max-height: 300px;
    padding: 10px;
    overflow-y: auto;
}
.venue_list_item {
    display: flex;
}
.venue_list_item_img_ui {
    max-height: 60px;
    border-radius: 5px;
    margin-right: 10px;
    
}
.venue_list_item_text {
    line-height: 150%;
}
.venue_list_item_title {
    font-weight: bold;
    text-transform: initial;
    margin-bottom: 5px;
}
.venue_list_item_remove {
    color: #4cc4d5;
    cursor: pointer;
}
.venue_list_item_hr {
    height: 1px;
    background: #F2F2F2;
    margin: 12px 0;
}
.no_venues_found {
    text-transform: initial;
}
.venue_list_footer {
    padding: 10px 10px;
}
.v_list_create_rfp_btn {
    text-align: center;
    text-align: center;
    position: relative;
    background: #4cc4d5;
    color: #000;
    padding: 7px 10px;
    border-radius: 3px;
    cursor: pointer;
}
.v_list_create_rfp_btn:hover {
    background: #5dc1cf;
}
.v_list_create_rfp_btn.inactive {
    background: #e8e8e8;
    cursor: default;
    color: #9a9a9a;
}
.date-picker-ui {
    position: relative;
}
.input-group-addon_override {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 37px;
    display: flex;
    justify-content: center;
    align-items: center;
}
#enquiry2 .well {
    background: none;
}
.enquiry_entry {
    margin-bottom: 20px;
}
.enquiry_label {
    font-weight: bold;
}

/* preloader */
.mt-50 {
    margin-top: 50px;
}
.center-body {
    display: flex;
    justify-content: center;
    width: 100%;
}
.loader-circle-7 {
    position: relative;
    width: 70px;
    height: 70px;
    display: inline-block;
}
.loader-circle-7:before,
.loader-circle-7:after {
    content: "";
    display: block;
    position: absolute;
    border-width: 4px;
    border-style: solid;
    border-radius: 50%;
    width: 70px;
    height: 70px;
    border-color: #bbb;
    top: 0;
    left: 0;
}
.loader-circle-7:before {
    animation: loader-circle-7-scale 1s linear 0s infinite;
}
.loader-circle-7:after {
    opacity: 0;
    animation: loader-circle-7-scale 1s linear 0.5s infinite;
}
@keyframes loader-circle-7-scale {
    0% {
        transform: scale(0);
        opacity: 0;
    }
    50% {
        transform: scale(0.7);
        opacity: 1;
    }
    100% {
        transform: scale(1);
        opacity: 0;
    }
}
/* end preloader */
/* enquiry modal */
#main_rfp_form {
    color: #000000;
}
.close-mod {
    color: #000000;
}
.modal-body p {
    color: #000000;
}
/* end enquiry modal */
#contactForm .bubble {
    border-radius: 100px;
    padding: 70px 20px;
    white-space: normal;
    height: 320px;
}
#contactForm .panel {
    background: #F0F0F0;
}
.list_venue_contact_form_ui {
    margin-top: 70px;
}
.admin_site_search {
    position: fixed;
    left: -330px;
    top: 50%;
    width: 390px;
    height:80px;
    padding: 10px;
    z-index: 9999;
    background: #4cc4d5;
    color: #FFFFFF;
    -webkit-box-shadow: 5px 4px 15px -8px #000000; 
    box-shadow: 5px 4px 15px -8px #000000;
    border-radius: 0 15px 15px 0;
}
.select2-dropdown.select2increasedzindexclass {
    z-index: 999999;
}
.admin_open_search_btn {
    cursor: pointer;
    position: absolute;
    right:10px;
    top: 0;
    bottom: 0;
    margin: auto;
    display: flex;
    align-items: center;
}
.admin_open_search_btn img {
    max-width: 40px;
}
.navbar-brand-vip {
    color: #000 !important;
    text-decoration: none !important;
}
@media (min-width: 480px) and (max-width: 767px) {
    .navbar-brand-vip img {
        height: auto;
        width: 150px;
    }
}
@media (min-width: 992px) and (max-width: 1200px) {
    .navbar-header img {
        width: 150px;
        height: auto;
    }
}
#menu li a {
    color: #000000;
}

@media (min-width: 992px) {
    .menu_btn {
        display: none;
    }
}
#cookie-bar {
    display: none;
}
.vip_logo_ui {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
}
.vip_login_full {
    min-width: 300px;
}
.vip-description {
    line-height: 150%;
}
.vip-logo-in-page {
    margin-bottom: 20px;
}
.vip-logo-in-page img {
    max-width: 250px;
}