<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*header*/
#header .header-top-bar {
    padding: 0 !important;
}

.header-logo {
    text-align: left !important;
    margin: 14px;
}

.header-logo img{
    max-width: 90%;
    min-width: 45%;
}

.popupWidth img{
    max-width: 100% !important;
    height: auto !important;
}

#header .header-nav-bar .primary-nav &gt; li &gt; a {
    padding: 0 35px;
}

.header-search .header-search-bar .keywords {
    width: 65%;
}

.header-logo-slt {
    float: right !important;
}

.header-logo-slt img{
    margin: 14px;
    max-width: 90%;
    min-width: 45%;
}

.header-login {
    border-right: 1px solid #AAAAAA;
    margin-right: 0 !important;
    margin-top: 6px;
    padding: 0 10px !important;
    z-index: inherit !important;
}

.header-login:last-of-type {
    border-right: none;
}

.header-register {
    margin-right: 0 !important;
    margin-top: 6px;
    padding: 0 10px !important;
    z-index: inherit !important;
}

@media (max-width: 992px) {
    #header .header-top-bar .header-login,
    #header .header-top-bar .header-register {
        padding: 6px 0;
    }
}

.header-call-to-action {
    margin-top: 0px;
}

.home-with-slide {
    padding-right: 0;
}

#all-categories {
    padding-top: 3%;
}

.partner-banners {
    width: 250px;
}

/*search suggestions*/
#multiple-datasets .tt-menu {
    max-height: 300px;
    overflow-y: auto;
}

.suggestion-heading {
    background-color: #fdc600 !important;
}

@media (max-width: 1200px) {
    #header .header-nav-bar {
        border-bottom: 0;
        position: fixed;
        top: 0;
        right: -220px;
        z-index: 9999 !important;
        height: 100%;
        width: 220px;
        overflow: visible;
        transition: all .3s ease;
    }

    #header .header-nav-bar.active {
        right: 0;
    }

    #header .header-nav-bar button {
        display: block;
        position: absolute;
        left: -35px;
        top: 15px;
        z-index: 9999;
        height: 40px;
        width: 35px;
        line-height: 37px;
        background-color: #fdc600;
        color: #fff;
        font-size: 18px;
        font-weight: bold;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }

    #header .header-nav-bar button.active {
        background-color: #1a1a1a;
    }

    #header .header-nav-bar button.active .fa-bars {
        display: none;
    }

    #header .header-nav-bar button.active:before {
        content: "\f00d";
        display: inline-block;
        font: normal normal normal 14px/1 FontAwesome;
        font-size: inherit;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }
}

@media (max-width: 1200px) {
    #header .header-nav-bar .primary-nav {
        position: absolute;
        top: 0;
        right: 0;
        width: 100%;
        height: 100%;
        overflow: auto;
        background-color: #1a1a1a;
    }
}

@media (max-width: 1200px) {
    #header .header-nav-bar .primary-nav &gt; li.active {
        background-color: #333333;
    }

    #header .header-nav-bar .primary-nav &gt; li.active ul li {
        background-color: #1a1a1a;
    }
}

@media (max-width: 1200px) {
    #header .header-nav-bar .primary-nav &gt; li {
        float: none;
        border: 0;
    }

    #header .header-nav-bar .primary-nav &gt; li:first-child {
        border-left: 0;
    }

    #header .header-nav-bar .primary-nav &gt; li &gt; a {
        line-height: 35px;
        color: #fff;
        border-bottom: 1px solid #262626;
        padding: 0 21px;
    }

    #header .header-nav-bar .primary-nav &gt; li:first-child &gt; a {
        padding: 0 21px;
    }

    #header .header-nav-bar .primary-nav &gt; li &gt; a .fa {
        top: 10px;
        right: 10px;
    }

    #header .header-nav-bar .primary-nav &gt; li &gt; a:hover {
        color: #ddd;
    }

    #header .header-nav-bar .primary-nav &gt; li.active {
        background-color: #4d4d4d;
    }

    #header .header-nav-bar .primary-nav &gt; li.active &gt; ul {
        position: relative;
        transform: translateY(0);
    }

    #header .header-nav-bar .primary-nav &gt; li ul {
        padding-bottom: 5px;
        transform: translateY(5px);
        transition: all .3s ease;
    }

    #header .header-nav-bar .primary-nav &gt; li ul li a {
        color: #f8f8f8;
        background-color: #404040;
        width: 100%;
        padding: 5px 30px;
        border-bottom: 0;
    }

    #header .header-nav-bar .primary-nav &gt; li ul li a:hover {
        background-color: #fdc600;
        color: inherit;
    }
}

/*footer*/
#footer {
    margin-top: 10px;
}

#footer .main-footer .about-globo {
    text-transform: uppercase;
}

#footer .main-footer .about-globo ul {
    padding: 0;
    margin: 0;
}

#footer .main-footer .about-globo ul li {
    display: block;
    font-size: 14px;
    padding: 13px 0;
    border-top: 1px solid #424242;
}

#footer .main-footer .about-globo ul li:last-child {
    border-bottom: 1px solid #4d4d4d;
}

#footer .main-footer .about-advertising {
    text-transform: uppercase;
}

#footer .main-footer .about-advertising ul {
    padding: 0;
    margin: 0;
}

#footer .main-footer .about-advertising ul li {
    display: block;
    font-size: 14px;
    padding: 13px 0;
    border-top: 1px solid #424242;
}

#footer .main-footer .about-advertising ul li:last-child {
    border-bottom: 1px solid #4d4d4d;
}

#footer .main-footer .other-directory ul {
    padding: 0;
    margin: 0;
}

#footer .main-footer .other-directory ul li {
    display: block;
    font-size: 14px;
    padding: 13px 0;
    border-top: 1px solid #424242;
}

#footer .main-footer .other-directory ul li:last-child {
    border-bottom: 1px solid #4d4d4d;
}

#footer .main-footer .newsletter ul li {
    height: 41px;
    width: 41px;
}

#footer .main-footer .newsletter .footer-logo-slt a {
    display: flex;
    align-items: center;
    justify-content: center;
}

#footer .main-footer .newsletter .footer-logo-slt img {
    max-width: 70%;
    min-width: 40%;
}

.footer-social-links li {
    margin-bottom: 10px;
}

@media (max-width: 768px) {
    #footer .main-footer h3, #footer .main-footer li, .footer-social-links, #footer .copyright p, #footer .copyright ul {
        text-align: center;
        float: none;
    }
}

/*page content*/
.rppgs-content {
    margin-top: 30px !important;
}

@media (max-width: 992px) {
    #header .header-top-bar .header-logo {
        top: 0 !important;
    }
}

@media (max-width: 480px) {
    .header-search.slider-home {
        height: 0;
    }
}

/*home slider*/
.slider-content {
    height: 346px !important;
}

.slider-content #home-slider {
    height: 346px !important;
}

.slider-content #home-slider .item &gt; img {
    max-height: 346px;
}

.slider-content .customNavigation .btn.next {
    top: 28%;
}

.slider-content .customNavigation .btn.prev {
    top: 28%;
}

.slider-content #home-slider .item .slide-content {
    background-color: transparent;
}

.header-search .header-search-bar {
    background-color: rgba(51, 51, 48, 1);
    position: relative;
}

/*page*/
#page-content {
    padding: 0;
}

.shortcodes {
    padding-top: 5%;
    color: #333333;
    transition: all .3s ease;
}

/*home page*/
.home-search-container {
    /* background-image: url("../images/home-search-background-2010003.png"); */
    width: 100%;
    /* height: 300px; */
    /* padding-top: 100px; */
}

.home-search-container-sticky {
    background-image: none;
    height: 100%;
    padding-top: 0;
}

.home-search-content {
    height: 100px;
    text-align: center;
    background-color: rgb(51, 51, 51);
    background-color: #fdc600;
}

.home-search-form-container {
    padding-top: 15px;
    text-align: left;
}

.home-search-content .header-search .header-search-bar {
    background: none;
}

@media (max-width: 768px) {
    .home-search-container {
        height: 200px;
        padding-top: 0;
        background-image: url("../images/home-search-background-mobile-2010003.jpg");
    }

    .home-search-content {
        height: 200px;
    }
}

/*group page*/
.category-title {
    margin: 0;
    font-weight: normal;
    border-bottom: 1px solid #d0d0d0;
    padding: 15px 0;
}

/*category page*/
.product-details-list .tab-pane .row {
    padding-top: 0;
}

.product-details-list .tab-pane .single-product {
    padding: 0 0 10px 0;
    margin-bottom: 10px;
}

#category-map {
    height: 100%;
}

#category-map button {
    display: inherit;
}

.product-details-list .tab-pane .single-product figure {
    float: none;
}

/*rating display*/
.product-details-list .tab-pane .single-product .rating .rateit {
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 0;
    text-align: center;
    font-size: 22px;
}

.company-profile .company-ratings .rating-with-details .single-content {
    padding: 0;
}

.company-profile .company-ratings .rating-with-details .single-content .meta {
    text-transform: capitalize;
    font-weight: normal;
    color: #777;
}

/*pagination*/
@media (max-width: 768px) {
    .pagination {
        display: inherit;
    }
}

.pagination-center {
    position: relative;
    text-align: left;
    width: 100%;
}

.pagination li.disabled, .pagination li.disabled a {
    color: #777;
    cursor: not-allowed;
}

.pagination li {
    width: auto;
    height: auto;
}

.pagination li a {
    padding: 5px 10px;
}

.pagination li a:focus {
    color: inherit;
}

.pagination li.disabled:hover {
    background-color: inherit;
    border: 1px solid #c4c4c4;
}

/*page*/
.sample-page p a {
    color: #fdc600;
}

/*sidebar*/
#categories {
    margin-top: 0;
}

.header-search-map {
    margin-bottom: 15px;
}

/*search results*/

.product-details-list .tab-pane .single-product h5 {
    padding: 0;
    font-size: 12px;
    margin-bottom: 2px;
}

.product-details-list .tab-pane .single-product h5 a:hover {
    color: #fdc600;
}

.badge-list {
    margin-bottom: 2px;
}

.badge-list-item {
    font-size: 10px;
    border-radius: 3px;
    color: #666666;
}

.shortcodes .nav-tabs &gt; li a {
    padding: 2px 8px;
}

/*a-z index*/
#home-important-contacts &gt; li a {
    padding: 2px 51px;
}

#home-important-contacts &gt; li:last-of-type a {
    padding: 2px 55px;
}

@media (max-width: 1200px) {
    #home-important-contacts &gt; li a {
        padding: 2px 37px;
    }

    #home-important-contacts &gt; li:last-of-type a {
        padding: 2px 11px;
    }
}

@media (max-width: 992px) {
    #home-important-contacts &gt; li a {
        padding: 2px 10px;
    }

    #home-important-contacts &gt; li:last-of-type a {
        padding: 2px 9px;
    }
}

.category-index {
    padding: 0;
    margin: 0 !important;
}

.category-item {
    height: 140px;
}

.category-item a {
    padding: 30px 20px 0;
}

.our-partners #partners-slider .item {
    border: none;
    height: auto;
    width: auto;
}

.text-primary {
    color: #337ab7
}

.select-location input {
    border-radius: 0;
}

.fa-search :before {
    content: "\f002";
}

.header-search .header-search-bar .search-btn {
    border-radius: 0 3px 3px 0;
}

.suggestion-heading {
    background-color: #dddddd;
    padding: 5px;
    margin: 0;
}

.category-filter-div {
    margin-bottom: 15px
}

.category-filter-div .select2-container--default .select2-selection--multiple {
    border-radius: 0px;
    margin-top: 5px;
}

.category-filter-div input {
    margin-top: 10px;
}

.category-filter-div label {
    font-weight: bold;
}

/*listing slider*/
.company-heading-view {
    padding-bottom: 3%;
    padding-top: 1%
}

/*listing profile*/

.listing-logo {
    float: left;
    margin-right: 10px;
}

.listing-profile-heading-wrapper {
    float: left;
    width: 60%;
}

.company-motto {
    color: #c0c0c0;
    font-style: italic;
    text-transform: none !important;
    margin-bottom: 10px !important;
}

.company-profile .social-link ul li {
    float: left;
    margin-bottom: 7px;
}

#company-profile h1 {
    margin: 0;
}

.company-social-link {
    margin-top: 10px !important;
    float: left !important;
    width: 35%
}
@media (max-width:800px){
    .company-social-link {
        margin-left: 30px !important;
    }
}

@media (max-width: 600px) {
    .company-social-link {
        display: block !important;
        width: 100%
    }
}

.company-contact .address-details {
    position: relative;
    padding-bottom: 20px;
    width: auto;
    line-height: 1;
}

.company-contact .address-details p {
    color: inherit;
    float: none;
}

.company-contact .address-details .fa {
    height: 30px;
    width: 30px;
    line-height: 30px;
    margin-right: 10px;
}

.company-contact .address-details p {
    padding: 0;
}

.company-profile .company-service li a {
    border: 1px solid #c4c4c4;
    color: #777;
}

.company-profile .company-service li a:hover {
    background-color: #fdc600;
    color: #333333;
    border-color: transparent;
}

#listing-map {
    height: 100%;
}

.company-contact .contact-map-company {
    height: 400px;
    background-color: transparent;
}

.contact-details .row {
    margin-bottom: 5px;
}

.opening-hours {
    margin-top: 15px;
}

.company-product .single-product,
.company-portfolio .single-product {
    background-color: transparent;
    border: none;
    box-shadow: none;
}

.company-sidebar .company-category .disabled, .company-sidebar .company-category .disabled:hover {
    background-color: #d0d0d0 !important;
}

.company-sidebar .company-category .disabled, .company-sidebar .company-category .disabled a {
    color: #333333;
    cursor: not-allowed;
}

.company-sidebar .company-category .disabled:after {
    border: none !important;
}

.company-sidebar h2 {
    margin-top: 20px;
}

/*listing tab*/
.company-text .nav-tabs {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0;
    border-bottom: 3px solid #fdc600;
}

.company-text .nav-tabs &gt; li {
    padding: 0;
}

.company-text .nav-tabs &gt; li a {
    border: 1px solid #eeeeee;
    padding: 8px 30px;
    text-align: center;
    display: block;
    border-radius: 3px 3px 0 0;
    border-bottom-color: transparent;
}

.company-text .nav-tabs &gt; li a:hover {
    color: inherit;
}

.company-text .nav-tabs &gt; li.active &gt; a {
    background: #fdc600;
    border: 1px solid #fdc600;
    color: inherit;
}

.company-text .tab-content {
    margin: 0;
    padding: 30px;
    border: 1px solid #eeeeee;
    border-radius: 3px;
}

.company-text .tab-content strong {
    display: block;
}

.company-text .tab-pad {
    padding-top: 10px;
}

.company-text .tab-pad ul {
    padding: 0;
}

.company-text .vertical-tab.nav-tabs {
    border: 0;
    margin: 0;
    list-style: none;
    float: left;
    width: 140px;
}

.company-text .vertical-tab.nav-tabs &gt; li {
    padding-bottom: 3px;
}

.company-text .vertical-tab.nav-tabs &gt; li a {
    border-radius: 3px 0 0 3px;
    border-right: 0;
    border-bottom: 1px solid #eeeeee;
}

.company-text .vertical.tab-content {
    margin-left: 140px;
    border-left: 3px solid #fdc600;
}

/*--end listing tabs--*/

.alert {
    padding: 15px;
    margin-bottom: 10px;
    border: 1px solid transparent;
    border-radius: 4px;
}

@media(max-width: 481px){
    .alert {
        margin-top: 140px !important;
        margin-left: 20px !important;
        margin-bottom: -100px !important;
    }
}

.alert-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}

.alert-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
}

.alert-info {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
}

.listing-contact-recaptcha {
    margin-bottom: 15px;
}

.featured-listing {
    background: transparent;
    margin-top: 0;
    padding: 0;
}

.company-product .single-product figure, .company-portfolio .single-product figure {
    border-bottom: none;
}

.company-product .single-product figure img,
.company-portfolio .single-product figure img {
    height: auto;
}

.rating-with-details {

    margin-bottom: 20px;
}

.single-content {

    margin-bottom: 25px;
}

.single-listing-badge-list {
    margin-top: 15px;
}

.single-listing-badge-list li {
    border: 1px solid #dddddd;
    border-radius: 3px;
    padding: 5px 10px;
    background-color: #EEEEEE;
    margin-top: 5px;
}

.overflow-auto {
    overflow: auto;
}

/*short codes*/
.shortcodes .nav-tabs &gt; li.active &gt; a {
    color: inherit;
}

.merchant .merchant-form {
    position: relative;
    padding: 30px;
    background: #f8f8f8;
    border-radius: 3px;
    border: 1px solid #dddddd;
    margin-bottom: 25px;
}

.merchant .merchant-form input {
    border: 1px solid #dddddd;
    height: 40px;
    margin-bottom: 20px;
    padding-right: 10%
}

.merchant .merchant-header h3 {
    font-weight: 400;
    font-size: 30px;
    text-transform: uppercase;
    text-align: center;
}

.merchant .merchant-form .btn {
    padding: 8px 15px;
    font-weight: bold;
    margin-top: 20px;
}

.merchant .merchant-form .input-indicator {
    float: right;
    margin-right: 9px;
    margin-top: -48px;
    position: relative;
    z-index: 2;
}

.merchant .merchant-form textarea {
    width: 100%;
    height: 200px;
    margin-bottom: 20px;
    padding: 10px 20px;
    outline: none;
    border-radius: 3px;
    border: 1px solid #dddddd;
    resize: none;
    overflow: auto;
    font-size: 16px;
}

.merchant .merchant-form select {
    width: 100%;
    margin-bottom: 20px;
    padding: 10px 20px;
    outline: none;
    border-radius: 3px;
    border: 1px solid #dddddd;
    resize: none;
    overflow: auto;
    font-size: 16px;
    background-color: #ffffff;
}

@media only screen and (max-width: 350px) {
    #register, #change-pwd {
        max-width: 140px !important;
        font-size: 12px;
    }
}

@media screen and (max-width: 1200px) {
    #rc-imageselect, .g-recaptcha {
        transform: scale(0.77);
        -webkit-transform: scale(0.77);
        transform-origin: 0 0;
        -webkit-transform-origin: 0 0;
    }
}

@media (max-width: 992px) {
    #header .header-top-bar .header-call-to-action {
        padding-top: 0;
    }
}

@media (max-width: 992px) {
    .header-language {
        display: inline !important;
    }
}

#merchant-top-btn-bar{
    float:right;
    margin-right:10px;
}

#merchant-top-btn-bar button{
    color:white;
    font-weight:bold
}


.register-link {
    color: #fdc600;
    padding: 0 !important;
    font-weight: bold;
}

.select2-search__field {
    border: none !important;
    margin-top: 0 !important;
}

.select2-selection__choice {
    background-color: #fdc600 !important;
}

.step-bar {
    list-style: none;
}

.step-bar &gt; li {
    padding: 10px;
    float: left;
    font-weight: bold;
    background-color: #ececec;
    border-radius: 5px;
    margin-right: 10px
}

.step-bar &gt; li.active {
    color: #333333;
    background-color: #fdc600;
    border-radius: 5px;
    padding-left: 10px;
    padding-right: 10px
}

.step-bar &gt; li.activated {
    background-color: rgba(243, 213, 56, 0.57);
}

.step-bar &gt; li &gt; a {
    color: #333333
}

.step-next-btn-div {
    text-align: right;
    margin-bottom: 5%
}

.step-next-btn-div &gt; button {
    background-color: #fdc600;
    width: 120px;
    height: 40px;
}

.step-bar-outline {
    padding-bottom: 10px
}

#listingTable {
    border-bottom: inset;
}

#listingTable {
    border-bottom: inset;
}

#branchTable {
    border-bottom: inset;
}

#branchTable th:first-child, #branchTable th:last-child {
    border-radius: 0;
}

#branchTable &gt; tbody &gt; tr.active &gt; td:first-child {
    font-weight: bold;
}

#branchTable &gt; tbody &gt; tr &gt; td {
    border-bottom: 1px solid #dddddd;
    border-left: none;
}

#branchTable &gt; tbody &gt; tr &gt; td:last-child {
    border-right: none;
}

#delete-listing-modal {
    position: relative;
    top: -400px;
    background-color: #FFCC00;
    box-shadow: #000000;
}

.no-top-padding {
    padding-top: 0 !important;
}

.required-asterisk {
    color: red;
}

.header-menu-bar {
    width: 85%;
}

.personal-name-link-btn {
    color: #333333 !important;
    padding-right: 21px !important;
    text-transform: capitalize !important;
}

.personal-name-link-btn:hover {
    color: #fdc600 !important
}

#header .header-nav-bar.active {
    z-index: 10000 !important
}

@media (max-width: 768px) {
    .header-search .header-search-bar .search-value .select-location {
        display: inline !important;
        width: 100%;
    }

    .select-location {
        border-radius: 3px;
        margin-top: 2%;
        margin-left: 10px;
    }
}

@media (max-width: 768px) {
    #multiple-datasets {
        width: 100%;
    }
}

@media (max-width: 480px) {
    .contact-us {
        margin-top: 15%;
    }
}

@media (max-width: 768px) {
    .header-search .header-search-bar .search-value .keywords {
        width: 100%
    }
}

@media (max-width: 480px) {
    .listing-result-heading {
        margin-top: 180px;
        margin-left: 20%;
    }
}

@media (max-width: 800px) {
    .listing-result-heading {
        margin-left: 40px;
    }
}

@media (max-width: 768px) {
    .header-search .header-search-bar .search-btn {
        display: inline;
        width: 100%;
        float: right;
        border-radius: 3px;
    }

    .select-location input {
        border-radius: 3px;
    }

    .search-btn {
        border-radius: 3px;
        margin-top: 2%;
        margin-right: -10px;
    }
}

@media (max-width: 768px) {
    .container {
        padding-right: 31px;
    }
}

@media (max-width: 480px) {
    .page-div {
        margin-top: 45% !important
    }

    .contact-us {
        margin-top: 40%;
    }

    #merchant-profile-div {
        margin-top: 45%;
        margin-left: 10%;
    }

    #merchant-listing-div {
        margin-top: 45%;
        margin-left: 10%;
    }

    #category-heading-div {
        margin-top: 55%;
        margin-left: 10%;
    }

    #category-group-div {
        margin-top: 55%;
        margin-left: 10%;
    }

    #merchant-register-frm {
        margin-top: 55%;
    }

    #cat-index-pge-div {
        margin-top: 40%;
    }
}

@media (max-width: 480px) {
    .category-toggle {
        margin-top: 50%
    }
}

/*Bootstrap modal*/
.modal-open {
    overflow: hidden;
}

.modal {
    display: none;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10000;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}

.modal.fade .modal-dialog {
    -webkit-transform: translate3d(0, -25%, 0);
    transform: translate3d(0, -25%, 0);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -moz-transition: -moz-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
}

.modal.in .modal-dialog {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px;
}

.modal-content {
    position: relative;
    background-color: #fff;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    background-clip: padding-box;
    outline: 0;
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000;
}

.modal-backdrop.fade {
    opacity: 0;
    filter: alpha(opacity=0);
}

.modal-backdrop.in {
    opacity: 0.5;
    filter: alpha(opacity=50);
}

.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
    min-height: 16.42857143px;
}

.modal-header .close {
    margin-top: -2px;
}

.modal-title {
    margin: 0;
    line-height: 1.42857143;
}

.modal-body {
    position: relative;
    padding: 15px;
}

.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
}

.modal-footer .btn + .btn {
    margin-left: 5px;
    margin-bottom: 0;
}

.modal-footer .btn-group .btn + .btn {
    margin-left: -1px;
}

.modal-footer .btn-block + .btn-block {
    margin-left: 0;
}

.modal-footer button {
    display: inline-block;
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
}

@media (min-width: 768px) {
    .modal-dialog {
        width: 600px;
        margin: 30px auto;
    }

    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    }

    .modal-sm {
        width: 300px;
    }
}

@media (min-width: 992px) {
    .modal-lg {
        width: 900px;
    }
}

.close {
    float: right;
    font-size: 21px;
    font-weight: bold;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .2;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    filter: alpha(opacity=50);
    opacity: .5;
}

button.close {
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
}

#home-slider-updated .item img {
    display: block;
    width: 100%;
    height: auto;
}

#home-main-slider-updated .item img {
    display: block;
    width: 100%;
    height: auto;
    min-height: 110px;
}

#home-slider-outer-div {
    height: 10% !important;
}

@media (max-width: 480px) {
    #home-slider-updated {
        margin-top: 163px !important
    }
}

#home-cat-index {
    margin-top: 0 !important
}

#home-cat-index a {
    margin-bottom: 1% !important;
    min-width: 30px;
    margin-right: 10px;
}

@media (max-width: 1200px) {
    #home-cat-index a {
        min-width: 30px;
        margin-right: 2px;
        margin-bottom: 5px !important;
    }
}

#home-cat-index a:last-of-type {
    margin-right: 0;
}

.category-index a {
    margin-top: 10% !important
}

.category-index .tab-pane a {
    border-bottom: 1px solid #d0d0d0;
    padding-bottom: 2px;
}

#home-slider-listing .item img {
    display: block;
    width: 100%;
    height: auto;
}

@media (max-width: 480px) {
    #home-slider-listing {
        margin-top: 163px !important
    }

}

@media (max-width: 990px) {
    .home-with-slide {
        padding-top: 0 !important
    }
    .width-full{
        width: 100%;
        margin-right: 15px;
        min-width: 250px !important;
    }
}

.merchant .company-sidebar {
    padding-top: 0;
}

/*Boostrap media*/
.media {
    margin-top: 15px;
}

.media:first-child {
    margin-top: 0;
}

.media,
.media-body {
    overflow: hidden;
    zoom: 1;
}

.media-body {
    width: 10000px;
}

.media-object {
    display: block;
}

.media-object.img-thumbnail {
    max-width: none;
}

.media-right,
.media &gt; .pull-right {
    padding-left: 10px;
}

.media-left,
.media &gt; .pull-left {
    padding-right: 10px;
}

.media-left,
.media-right,
.media-body {
    display: table-cell;
    vertical-align: top;
}

.media-middle {
    vertical-align: middle;
}

.media-bottom {
    vertical-align: bottom;
}

.media-heading {
    margin-top: 0;
    margin-bottom: 5px;
}

.media-list {
    padding-left: 0;
    list-style: none;
}

.media-body &gt; p {
    margin: 0;
    font-size: 16px;
    padding-bottom: 5px;
    line-height: 24px;
}

/*merchant listings*/
#merchant-listing-table .btn {
    margin: 0 4px 4px 0;
    padding: 2px 5px;
}

.featured {
    background-color: #ffd231;
    padding: 2px;
    text-align: center;
    margin-bottom: -18px;
    border-radius: 4px 4px 0 0;
    font-size: 11px;
    font-weight: bold;
}

.media-object {
    border-radius: 4px;
    z-index: -1;
    position: relative;
}

.featured-media .media-object {
    padding-top: 18px
}

.mobile-pagination {
    display: none;
    text-align: center;
}

@media (max-width: 768px) {
    .desktop-pagination {
        display: none;
    }

    .mobile-pagination {
        display: block;
    }
}

.mobile-pagination a {
    margin: 0 10px;
    padding: 10px 15px;
}

/*contact us page*/
.contact-us .contact-form input[type="email"] {
    width: 100%;
    float: none;
}

.contact-us .contact-form select {
    border: 1px solid #dddddd;
    height: 40px;
    margin-bottom: 20px;
    padding: 5px 15px;
    border-radius: 3px;
    background-color: #fff;
}

.contact-us .g-recaptcha {
    min-height: 78px;
    margin-bottom: 20px;
}

.contact-us .address-details {
    width: 100%;
}

.contact-us h3 {
    font-weight: 700;
}

@media (max-width: 800px) {
    .dataTables_wrapper {
        overflow: scroll;
    }

    .listing-profile-heading-wrapper {
        margin-left: 30px;
    }

    .company-portfolio {
        margin-left: 40px;
    }

    .company-product {
        margin-left: 30px;
    }
    
    .company-contact {
        margin-left: 10px;
    }
    
    .company-branches {
        margin-left: 30px; 
    }
    
}

@media (pointer: none) {
    .lb-nav a.lb-next {
        opacity: 0.5 !important;
        position: absolute !important;
        right: -51px !important;
    }

    .lb-nav a.lb-prev {
        opacity: 0.5 !important;
        position: absolute !important;
        left: -51px !important;
    }
}

/*Photoswipe*/
.pswp {
    z-index: 10000 !important
}

/*Google Social Login button*/
.abcRioButton {
    width: 100% !important;
}

#g-signin2 {
    min-height: 7%;
    padding-bottom: 2%
}

/*Facebook social Login*/
.fb_iframe_widget {
    display: block !important;
}

.fb-loading-spinner {
    background: #4267b2;
    border-radius: 5px;
    color: white;
    height: 40px;
    text-align: center;
    width: 100%;
}

/*Social Login &amp; Login/Register form separator*/
.or-separator {
    padding-top: 4%;
    text-align: center;
    font-weight: bold;
    color: #bbbbbb;
}

.maintenance-mode {
    text-align: center;
    font-weight: bold;
    background-color: #fdc600;
    color: #ffffff;
    padding: 5px
}</pre></body></html>