/*==========================================================
*     GENERAL
* =========================================================*/

/* General Layout  --------------------------------------- */
body {
    overflow-x: hidden;
    font-family: "Quicksand", serif;
}

a,
i,
span {
    display: inline-block;
    text-decoration: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

    a:hover, a:focus,
    i:hover,
    i:focus,
    span:hover,
    span:focus {
        text-decoration: none;
    }

    a i {
        -webkit-transition: none;
        transition: none;
    }

ul {
    margin: 0;
    padding: 0;
}

section {
    padding: 50px 0;
}

button,
input {
    outline: none !important;
}

button {
    cursor: pointer;
}

main,
aside {
    padding: 50px 0 100px;
}

hr {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.bg-gray {
    background: #e9ecef
}

/* Text  -------------------------------------------------- */
a {
    color: #BF2226;
    text-decoration: none;
}

    a:focus, a:hover {
        color: #e81515;
        text-decoration: underline;
    }

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    margin-bottom: 0.5rem;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
}

h1,
.h1 {
    font-size: 2.8rem;
}

h2,
.h2 {
    font-size: 2.4rem;
}

h3,
.h3 {
    font-size: 1.75rem;
}

h4,
.h4 {
    font-size: 1.5rem;
}

h5,
.h5 {
    font-size: 1.25rem;
}

h6,
.h6 {
    font-size: 1rem;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: 15px;
}

    h1 small,
    h2 small,
    h3 small,
    h4 small,
    h5 small,
    h6 small {
        text-transform: uppercase;
        font-weight: 300;
        color: #656565;
        display: block;
        font-size: 0.5em;
    }

.text-content p,
.text-content ul,
.text-content ol,
.text-content blockquote {
    margin-bottom: 2rem;
}

.text-uppercase {
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.text-primary {
    color: #BF2226 !important;
}

/* Bootstrap Overrides  ----------------------------------------- */
.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #BF2226;
}


.nav-pills-template {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

    .nav-pills-template a {
        margin: 5px;
        padding: .4rem 0.9rem;
        border: 1px solid #BF2226;
    }

        .nav-pills-template a.active, .nav-pills-template a:hover, .nav-pills-template a:focus {
            background: #BF2226;
            color: #fff;
        }

        .nav-pills-template a:first-of-type {
            margin-left: 0;
        }

.popover {
    max-width: 100%;
}

.form-control {
    border-radius: 0 !important;
}

.dropdown .dropdown-menu,
.bootstrap-select .dropdown-menu {
    border-radius: 0;
    border: 0;
    -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1), -1px -1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1), -1px -1px 2px rgba(0, 0, 0, 0.1);
    color: #333;
    font-size: 0.9rem;
    min-width: 200px;
    outline: none !important;
    top: 40px;
}

    .dropdown .dropdown-menu a,
    .bootstrap-select .dropdown-menu a {
        color: inherit;
    }

        .dropdown .dropdown-menu a:hover,
        .bootstrap-select .dropdown-menu a:hover {
            background: #BF2226;
            color: #fff;
        }

    .dropdown .dropdown-menu a,
    .bootstrap-select .dropdown-menu a {
        padding: 5px 20px;
    }

    .dropdown .dropdown-menu::after {
        content: '';
        display: block;
        width: 0;
        height: 0;
        border-left: 7px solid transparent;
        border-right: 7px solid transparent;
        border-bottom: 7px solid #fff;
        position: absolute;
        top: -5px;
        left: 30px;
    }

    .dropdown .dropdown-menu::before {
        content: '';
        display: block;
        width: 0;
        height: 0;
        border-left: 7px solid transparent;
        border-right: 7px solid transparent;
        border-bottom: 8px solid #eee;
        position: absolute;
        top: -8px;
        left: 30px;
    }

.dropdown-toggle::after {
    border: none !important;
    content: '\f107';
    vertical-align: baseline;
    font-family: 'Font Awesome\ 5 Free';
    font-weight: 900; /* Fix version 5 */
    margin-right: 5px;
}

@media (max-width: 576px) {
    .dropdown .dropdown-menu,
    .bootstrap-select .dropdown-menu {
        top: 5px;
        margin-bottom: 5px;
    }

        .dropdown .dropdown-menu::after {
            display: none;
        }

        .dropdown .dropdown-menu::before {
            display: none;
        }
}

/* Common Elements  ----------------------------------------- */
.badge-rounded {
    padding: 5px 20px;
    border-radius: 50px;
    background: #F05A5A;
    color: #fff;
}

span.price {
    color: #ddd;
}

span.active-price {
    color: #1b1b1b;
}

/* General Pages  --------------------------------------------- */
.app-download img {
    margin-bottom: 10px;
}

.app-download {
    margin: 0 0 20px 0;
    border-bottom: 1px solid #eee;
}

.tick-list {
    margin: 5px 0;
    padding: 0;
    list-style-type: none;
}

    .tick-list li {
        background: url("../gif/tick.gif") no-repeat 0 6px;
        padding: 5px 0 5px 24px;
        line-height: 18px;
    }

.error-page h2 {
    color: #666;
}

/* Margins/Padding  ----------------------------------------- */
.ml-20 {
    margin-left: 20px !important;
}

.ml-15 {
    margin-left: 15px !important;
}

.ml-10 {
    margin-left: 10px !important;
}

.ml-5 {
    margin-left: 5px !important;
}

.ml-0 {
    margin-left: 0 !important;
}

.mr-20 {
    margin-right: 20px !important;
}

.mr-15 {
    margin-right: 15px !important;
}

.mr-10 {
    margin-right: 10px !important;
}

.mr-5 {
    margin-right: 5px !important;
}

.mr-0 {
    margin-right: 0 !important;
}

.mt-40 {
    margin-top: 40px !important;
}

.mt-20 {
    margin-top: 20px !important;
}

.mt-15 {
    margin-top: 15px !important;
}

.mt-10 {
    margin-top: 10px !important;
}

.mt-5 {
    margin-top: 5px !important;
}

.mt-0 {
    margin-top: 0 !important;
}

.mb-20 {
    margin-bottom: 20px !important;
}

.mb-15 {
    margin-bottom: 15px !important;
}

.mb-10 {
    margin-bottom: 10px !important;
}

.mb-5 {
    margin-bottom: 5px !important;
}

.mb-0 {
    margin-bottom: 0 !important;
}

.pt-20 {
    padding-top: 20px !important;
}

.pt-15 {
    padding-top: 105px !important;
}

.pt-10 {
    padding-top: 10px !important;
}

.pt-5 {
    padding-top: 5px !important;
}

.pt-0 {
    padding-top: 0 !important;
}

.pr-20 {
    padding-right: 20px !important;
}

.pr-15 {
    padding-right: 15px !important;
}

.pr-10 {
    padding-right: 10px !important;
}

.pr-0 {
    padding-right: 0 !important;
}

.pb-20 {
    padding-bottom: 20px !important;
}

.pb-15 {
    padding-bottom: 15px !important;
}

.pb-10 {
    padding-bottom: 10px !important;
}

.pb-5 {
    padding-bottom: 5px !important;
}

.pb-0 {
    padding-bottom: 0 !important;
}

.pl-15 {
    padding-left: 20px !important;
}

.pl-15 {
    padding-left: 15px !important;
}

.pl-10 {
    padding-left: 10px !important;
}

.pl-5 {
    padding-left: 5px !important;
}

.pl-0 {
    padding-left: 0 !important;
}

.p-40 {
    padding: 40px !important;
}

.p-20 {
    padding: 20px !important;
}

.p-10 {
    padding: 10px !important;
}

.p-5 {
    padding: 5px !important;
}

.p-0 {
    padding: 0 !important;
}

.m-40 {
    margin: 40px !important;
}

.m-20 {
    margin: 20px !important;
}

.m-10 {
    margin: 10px !important;
}

.m-5 {
    margin: 5px !important;
}

.m-0 {
    margin: 0 !important;
}

/* Loaders  ----------------------------------------------- */

.loader {
    background-image: url(../gif/more-loader.gif);
    background-repeat: no-repeat;
    background-position: 8px 8px;
    padding-left: 65px;
    color: #333;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.more-loader {
    background-image: url(../gif/more-loader.gif);
    background-repeat: no-repeat;
    width: 43px;
    height: 11px;
    margin: 0 auto;
}

/* Buttons  ----------------------------------------------- */

.btn {
    border-radius: 0 !important;
    padding: 0.4rem 1.6rem;
}

.btn-sm {
    padding: 0.3rem 1rem;
}

.btn-primary {
    color: #fff;
    background-color: #BF2226;
    border-color: #BF2226;
}

    .btn-primary:hover {
        color: #fff;
        background-color: #ed3737;
        border-color: #ec2b2b;
    }

    .btn-primary:focus, .btn-primary.focus {
        -webkit-box-shadow: 0 0 0 3px rgba(240, 90, 90, 0.5);
        box-shadow: 0 0 0 3px rgba(240, 90, 90, 0.5);
    }

    .btn-primary.disabled, .btn-primary:disabled {
        background-color: #BF2226;
        border-color: #BF2226;
    }

    .btn-primary:active, .btn-primary.active,
    .show > .btn-primary.dropdown-toggle {
        background-color: #ed3737;
        background-image: none;
        border-color: #ec2b2b;
    }

.btn-outline-primary {
    color: #BF2226;
    background-color: transparent;
    background-image: none;
    border-color: #ddd;
    border-width: 2px;
}

    .btn-outline-primary:hover {
        color: #fff;
        background-color: #BF2226;
        border-color: #BF2226;
    }

    .btn-outline-primary:focus, .btn-outline-primary.focus {
        -webkit-box-shadow: 0 0 0 3px rgba(240, 90, 90, 0.5);
        box-shadow: 0 0 0 3px rgba(240, 90, 90, 0.5);
    }

    .btn-outline-primary.disabled, .btn-outline-primary:disabled {
        color: #BF2226;
        background-color: transparent;
    }

    .btn-outline-primary:active, .btn-outline-primary.active,
    .show > .btn-outline-primary.dropdown-toggle {
        color: #fff !important;
        background-color: #BF2226 !important;
        border-color: #BF2226 !important;
    }

/* Forms  ----------------------------------------------- */
.valsummary ul {
    margin-left: 20px;
}

/* ==========================================================
*     HEADER
* =========================================================*/

/* Top Bar  ----------------------------------------------- */
.top-bar {
    background: #333;
    color: #fff;
    font-weight: 400;
    font-size: 0.8em;
    padding: 4px 0;
}

    .top-bar a {
        color: inherit;
        text-decoration: none !important;
        margin: 0;
        font-size: 1em;
    }

        .top-bar a:hover {
            color: #666;
        }

@media (max-width: 576px) {
    .top-bar {
        display: none;
    }
}

/* Header  ----------------------------------------------- */
.header {
    border-bottom: 1px solid #eee;
}

.header-text {
    margin-top: 7px;
    margin-right: 60px;
}


.navbar-brand span {
    color: #999;
    text-transform: uppercase;
    font-size: 11px;
    margin: 2px 0 0 0;
    display: block;
}

/* Navigation  ------------------------------------------- */
/*nav.navbar {
    padding-top: 15px;
    padding-bottom: 10px;
}*/

/*f.navbar-nav {
    -webkit-box-orient: horizontal !important;
    flex-direction: row;
}*/

.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.7rem;
    padding-left: 0.7rem;
}

nav.navbar a.nav-link {
    color: #333;
}

    nav.navbar a.nav-link:hover {
        color: #BF2226;
    }

.navbar-toggler {
    font-size: 22px;
    line-height: 22px;
    border: 1px solid #ddd;
    padding: 5px 14px 6px 14px !important;
}

    .navbar-toggler:hover {
        color: #000 !important;
        background: #eee;
    }

.menu-btn {
    border: 1px solid #ddd;
    padding: 5px 15px !important;
    margin-left: 7px;
    background: #57585a;
    color: #fff !important;
    text-decoration: none !important;
}

    .menu-btn:hover {
        color: #000 !important;
        background: #eee;
    }

.login-btn, .myaccount-btn {
    margin-top: -4px;
    color: #333;
}

@media (max-width: 992px) {
    .login-btn {
        position: absolute;
        right: 110px;
        top: 28px;
    }

    .myaccount-btn {
        position: absolute;
        right: 110px;
        top: 28px;
    }

    nav.navbar a.nav-link {
        border-top: 1px solid #f2f2f2;
    }
}

@media (max-width: 576px) {
    .login-btn {
        position: absolute;
        right: 70px;
        top: 28px;
    }

    .myaccount-btn {
        position: absolute;
        right: 70px;
        top: 28px;
    }
}

/*.menu-overlay {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1020;
    top: 0;
    right: 0;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0, 0.9);
    overflow-x: hidden;
    transition: 0.5s;
}

.menu-overlay-content {
    position: relative;
    top: 10%;
    text-align: center;
    margin-top: 30px auto 0 auto;
}

.menu-overlay a {
    padding: 8px;
    text-decoration: none;
    font-size: 30px;
    line-height: 30px;
    color: #818181;
    display: block;
    transition: 0.3s;
}

    .menu-overlay a:hover, .menu-overlay a:focus {
        color: #f1f1f1;
    }

.menu-overlay .closebtn {
    position: absolute;
    top: 20px;
    right: 45px;
    font-size: 60px;
}

@media (max-width: 992px) {

    .menu-overlay a {
        font-size: 18px;
        line-height: 25px;
    }

    .menu-overlay .closebtn {
        font-size: 40px;
        top: 15px;
        right: 35px;
    }
}*/

/* Search Bar  ------------------------------------------- */
section.search {
    padding: 10px 0 8px 0;
    background: #333;
    color: #fff;
    margin: 0;
}

.search-bar .form-group {
    margin-bottom: 2px;
    position: relative;
    padding: 0 10px 0 10px
}

    .search-bar .form-group label {
        position: absolute;
        top: 45%;
        right: 20px;
        cursor: pointer;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        color: #aaa;
        font-size: 0.8em;
    }

.search-bar .search-submit {
    background: #BF2226;
    color: #fff;
    width: 100%
}

.ui-autocomplete {
    position: absolute;
    z-index: 1000;
    cursor: default;
    padding: 0;
    margin-top: 2px;
    list-style: none;
    background-color: #ffffff;
    border: 1px solid #ccc;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

ul.ui-autocomplete {
    z-index: 1100;
}

.ui-autocomplete > li {
    padding: 6px 20px 3px 20px;
    cursor: pointer;
    position: relative;
}

.ui-autocomplete a {
    color: #333;
}

    .ui-autocomplete a .fas {
        color: #BF2226;
    }

    .ui-autocomplete a .icon-blue {
        color: #3843c2 !important;
    }

    .ui-autocomplete a .ac-icons {
        float: left;
        padding-right: 10px;
    }

    .ui-autocomplete a .ac-title {
        padding: 2px 0 0 0;
        line-height: 12px;
    }

        .ui-autocomplete a .ac-title img {
            height: 19px;
        }

    .ui-autocomplete a .ac-type {
        font-size: 10px;
        text-transform: uppercase;
        color: #666;
    }

.autocomplete-loader {
    display: block;
}

.ui-autocomplete > li.ui-state-focus, .ui-autocomplete > li:hover {
    background-color: #eee;
}

.ui-helper-hidden-accessible {
    display: none;
}

#search-suggest {
    background: #fff;
    position: absolute;
    z-index: 1005;
    color: #000;
    border: 1px solid #ddd;
    border-top: none;
    display: none;
    width: 95%;
}

    #search-suggest span {
        font-size: 11px;
        text-transform: uppercase;
        color: #666;
        padding: 10px 0 0 10px;
    }

    #search-suggest ul {
        list-style-type: none;
        padding: 5px 10px 10px 10px;
    }

    #search-suggest li {
        padding: 0;
        display: inline-block;
        margin: 0 2px;
    }

        #search-suggest li a {
            color: #666;
            padding: 3px 8px;
            width: 100%;
        }

            #search-suggest li a:hover {
                background: #f2f2f2;
                text-decoration: none;
            }

            #search-suggest li a i {
                color: #ddd;
                font-size: small;
                width: 20px;
            }


@media (max-width: 992px) {
}

@media (max-width: 576px) {
    .ui-autocomplete {
        margin-right: 16px !important;
        font-size: 80% !important;
    }

        .ui-autocomplete > li {
            padding: 5px 8px 3px 8px;
        }
}

/*==========================================================
*     FOOTER
* =========================================================*/

.back-to-top {
    margin: 50px 0 20px 0;
}

footer.main-footer {
    padding-top: 80px;
    background: #222;
    color: #959595;
}

    footer.main-footer h3 {
        color: #fff;
        margin-bottom: 30px !important;
    }

    footer.main-footer a,
    footer.main-footer p {
        color: inherit;
        font-size: 0.95em;
    }

    footer.main-footer .contact p {
        margin-bottom: 5px !important;
        color: #959595;
    }

    footer.main-footer .contact a {
        color: #BF2226;
    }

    footer.main-footer .social-menu {
        color: #fff;
        margin-top: 20px;
    }

        footer.main-footer .social-menu a {
            padding: 0 5px;
        }

            footer.main-footer .social-menu a:hover {
                color: #BF2226;
            }

        footer.main-footer .social-menu i {
            -webkit-transition: none;
            transition: none;
        }

    footer.main-footer .menus ul {
        margin-right: 30px;
    }

    footer.main-footer .menus a {
        font-size: 0.9em;
        margin-bottom: 5px;
    }

        footer.main-footer .menus a:hover {
            color: #BF2226;
        }

    footer.main-footer .copyrights {
        padding: 30px;
        background: #1d1d1d;
        margin-top: 70px;
    }

        footer.main-footer .copyrights p {
            margin-bottom: 0;
        }

    footer.main-footer .logo {
        margin-bottom: 30px;
    }

    footer.main-footer .sitelinks {
        margin-top: 30px;
        padding-top: 30px;
        border-top: 1px solid #333;
    }

        footer.main-footer .sitelinks li {
            font-size: 0.7em;
        }


.footer-popular {
    padding-top: 30px;
}
/* Footer Media Query  -------------------------*/
@media (max-width: 992px) {
    footer .main-footer .about {
        margin-bottom: 40px;
    }

    footer.main-footer .sitelinks {
        display: none;
    }
}

/* ==========================================================
*     HOME
* =========================================================*/

/* ---- Home V2 ----------------- */
.hp-section {
    margin: 60px 0;
}

    .hp-section a {
        color: #1b1b1b !important;
    }

.hp-heading {
    border-bottom: 1px solid #ebebeb;
    margin: 0 0 10px 0;
    padding: 0 0 10px 0;
}

    .hp-heading h2, .hp-heading h3, .hp-heading h4 {
        margin: 0;
        padding: 0;
        font-size: 22px;
        font-family: 'Merriweather', serif;
    }

/* Articles -----------*/
.hp-article-hero h3 {
    font-family: 'Merriweather', serif;
    font-size: 26px;
    line-height: 36px;
    margin: 20px 0 20px 0;
    font-weight: bold;
}

.hp-article-hero .img-wrap {
    height: 380px;
    width: 100%;
}

.hp-article-hero img {
    height: 380px;
    width: 100%;
    object-fit: cover
}

.hp-article-hero p {
    font-size: 14px;
    margin: 0 0 10px 0;
    font-family: 'Raleway', sans-serif;
}

.hp-article-sub {
    margin: 0 0 30px 0;
}

    .hp-article-sub h4 {
        font-family: 'Merriweather', serif;
        margin: 0 0 5px 0;
        font-size: 16px;
        line-height: 22px;
        font-weight: bold;
    }

    .hp-article-sub .sub-title {
        font-family: 'Raleway', sans-serif;
        font-weight: bold;
        margin: 10px 0;
        font-size: 12px;
    }

    .hp-article-sub .img-wrap {
        height: 180px;
        width: 100%;
    }

    .hp-article-sub img {
        height: 180px;
        width: 100%;
        object-fit: cover
    }

/* Promote ----------- */
.hp-promote {
    background: #eaeef1;
}

/* Recommended -----------*/
.hp-rec-item {
    font-family: 'Raleway', sans-serif;
}

    .hp-rec-item p.type {
        text-transform: uppercase;
    }

    .hp-rec-item h4 {
        font-family: 'Raleway', sans-serif;
        font-size: 18px;
        font-weight: bold;
        margin: 5px 0 3px 0;
    }

    .hp-rec-item .img-wrap {
        height: 210px;
        width: 100%;
        margin-bottom: 5px;
    }

    .hp-rec-item img {
        height: 210px;
        width: 100%;
        object-fit: cover
    }

    .hp-rec-item p {
        font-size: 12px;
        margin-bottom: 0.5rem;
    }

        .hp-rec-item p.address {
            font-weight: bold;
        }

        .hp-rec-item p.overview {
            font-size: 11px;
        }

/* Subscribe ------ */
.hp-subscribe {
    background: #57585a;
    color: #fff;
    padding: 30px 0;
}

    .hp-subscribe .form-inline {
        margin: 0 auto;
        width: 80%;
    }

    .hp-subscribe h3 {
        font-family: 'Raleway', sans-serif;
        font-style: italic;
        margin: 0;
        padding-right: 30px;
    }

    .hp-subscribe button {
        background: #202020;
        color: #fff;
        padding-left: 15px;
        padding-right: 15px;
    }

.hp-block {
    float: right;
    border-left: 1px solid #e0e0e0;
    padding-left: 20px;
}

/* Popular */
.hp-popular {
    background: #f4f6f8;
    padding: 60px 0;
}

    .hp-popular .hp-heading {
        border-bottom: none;
    }

.hp-popular-icons {
    margin-bottom: 60px;
}

.hp-popular-icon {
    text-align: center;
}

    .hp-popular-icon h4 {
        font-family: 'Raleway', sans-serif;
        text-transform: uppercase;
        font-size: 14px;
        font-weight: bold;
    }

    .hp-popular-icon img {
        border: 1px solid #e1e3e5;
        width: 110px;
        height: 110px;
        background-color: #fff;
        margin-bottom: 10px;
    }

.hp-popular-item .img-wrap {
    height: 160px;
    width: 100%;
    margin-bottom: 5px;
    position: relative;
}

.hp-popular-item img {
    height: 160px;
    width: 100%;
    object-fit: cover;
}

.hp-popular-item h4 {
    font-family: 'Raleway', sans-serif;
    text-transform: uppercase;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    position: absolute;
    text-align: center;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: inset 0 0 0 1000px rgba(0,0,0,.3);
}

.hp-more {
    float: right;
}

/*.hp-section .slick-prev, .hp-section .slick-next {
    width: 25px;
    height: 25px;
    z-index: 999;
    background: #eaeef1;
}

    .hp-section .slick-prev:before, .hp-section .slick-next:before {
        font-family: sans-serif;
        font-size: 20px;
        line-height: 1;
        opacity: .75;
        color: #000;
        -webkit-font-smoothing: antialiased;
        content: "";
        -moz-osx-font-smoothing: grayscale;
    }

    .hp-section .slick-next:before {
        content: ">";
    }

    .hp-section .slick-prev:before {
        content: "<";
    }

.hp-section .slick-prev {
    right: 50px !important;
    top: -30px;
}

.hp-section .slick-next {
    right: 10px;
    top: -30px;
}*/

/* ---- Home V1 ----------------- */
.home-title {
    margin-bottom: 10px;
}

.home-intro h1 {
    color: #666;
    text-transform: uppercase;
    font-size: 12px;
    margin: 0;
    display: inline-block;
}

.home-intro .trending {
    color: #999;
    text-transform: uppercase;
    font-size: 80%;
    display: inline-block;
}

.home-intro .popular-locations {
    color: #333;
    text-transform: uppercase;
    font-size: 80%;
    display: inline-block;
}

    .home-intro .popular-locations a {
        color: #999;
        text-transform: none;
    }

@media (max-width: 576px) {
    .home-intro .btn-sm {
        font-size: 80%;
        padding: 0.4rem 0.6rem;
    }
}

/* Get The App -------------------------------------------*/
.home-get-app {
    padding: 50px 0 0 0 !important;
    margin: 0 0 50px 0
}

.app-details {
    padding: 30px 0;
}

    .app-details ul {
        list-style-type: none;
        margin: 20px 0 30px 0;
    }

/* Feed  --------------------------------------- */

.feed-item {
    -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1), -1px -1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1), -1px -1px 1px rgba(0, 0, 0, 0.05);
    margin-bottom: 40px;
    min-height: calc(100% - 40px);
}

    .feed-item a {
        color: #fff;
    }

        .feed-item a:hover {
            text-decoration: none;
            color: inherit;
        }

    .feed-item .item-inner {
        overflow: hidden;
        position: relative;
    }

    .feed-item .image {
        width: 100%;
        height: 100%
    }

        .feed-item .image a {
            width: 100%;
            height: 100%
        }

        .feed-item .image img {
            opacity: 0.96;
            height: 100%;
            width: 100%;
        }

    .feed-item .home-item-overlay {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        padding: 15px;
        color: #fff;
        background: rgba(0, 0, 0, 0.6)
    }

    .feed-item h3 {
        margin-bottom: 5px !important;
        font-size: 1.3em;
    }

    .feed-item .fa-star {
        font-size: 1.3em;
        white-space: nowrap;
        color: #BF2226;
    }

    .feed-item .award {
        display: inline !important;
        height: 25px;
        margin-bottom: 5px;
    }


    .feed-item h3 a:hover {
        color: #ddd;
    }

    .feed-item p {
        font-size: 0.8em;
        margin-bottom: 3px;
        color: #ddd;
    }

        .feed-item p.address {
            margin: 0;
            font-size: 0.8em;
            color: #ddd;
        }

    .feed-item span.price {
        color: #868e96;
    }

    .feed-item span.active-price {
        color: #ddd;
    }

    .feed-item .awards {
        position: absolute;
        bottom: 15px;
        right: 15px;
    }

.feed-icon {
    position: absolute;
    top: 16px;
    left: 16px;
    color: #fff;
    background: rgba(0, 0, 0, 0.4);
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

    .feed-icon i {
        color: #fff;
        font-size: 1.2em;
        text-align: center;
        width: 30px;
        display: block;
        margin: 10px auto 0 auto;
        opacity: 0.6;
    }

.feed-item .promo {
    background: #58595B;
    font-size: 14px;
    color: #fff;
    padding: 5px 8px 5px 38px;
    text-transform: uppercase;
}

    .feed-item .promo span {
        display: block;
        width: 36px;
        height: 36px;
        border-radius: 18px;
        background: #eee url(../png/logo-mini.png) no-repeat center 13px;
        position: absolute;
        top: -2px;
        left: 6px;
        z-index: 1;
        border: 1px solid #ccc;
    }

.feed-item .more-content {
    padding: 20px;
    background: #fff;
}

    .feed-item .more-content .content-title {
        font-weight: bold;
        color: #4f4f4f;
        display: block;
        font-size: 90%;
    }

    .feed-item .more-content .content-subtitle {
        color: #BF2226;
        font-weight: bold;
        display: block;
        font-size: 90%;
    }

    .feed-item .more-content span {
        color: #333;
        font-size: 0.8em;
        letter-spacing: 0.05em;
    }

.feed-item .feed-review {
    border-top: 1px solid #eee;
    margin-top: 10px;
    padding-top: 10px;
}

    .feed-item .feed-review p {
        margin: 0;
        font-size: 0.8em;
        line-height: 1.4em;
        color: #868e96
    }

        .feed-item .feed-review p strong {
            color: rgba(0, 0, 0, 0.2);
            display: inline-block;
            margin-top: 3px;
        }

    .feed-item .feed-review img {
        float: left;
        margin-right: 5px;
        margin-bottom: 5px;
    }

.feed-item .sponsor {
    position: absolute;
    bottom: 2px;
    right: 4px;
    color: #ddd;
    font-size: 10px;
}

.sponsor-overlay {
    padding: 1px 3px;
    background: rgba(0, 0, 0, 0.6);
}


/*==========================================================
*     RESULTS
* =========================================================*/

/* Filter  ---------------------------------------------- */

.debug {
    position: absolute;
    width: 180px;
    top: 100px;
    left: 0;
    background: #ddd;
    text-wrap: normal;
    font-size: 12px;
    font-weight: bold;
    padding: 10px;
}

.no-results p {
    margin: 5px 0;
}

.no-results h2 {
    font-size: 24px;
    margin: 10px 0;
}

#refine-options {
    margin-bottom: 15px;
}

    #refine-options .btn-group {
        margin: 0 5px 5px 0 !important;
    }

.filter-modal {
    padding: 0;
}

    .filter-modal .btn-block {
        border-radius: 0;
    }

.filter-inner {
    padding: 1rem;
}

    .filter-inner .form-row {
        padding: 3px 0;
    }

    .filter-inner .location-suggest h6 {
        text-transform: uppercase;
        margin: 15px 0 2px 0;
        font-size: 90%;
        font-weight: bold;
        border-bottom: 1px solid #eee;
        margin-bottom: 3px;
        color: #999;
    }

    .filter-inner .location-suggest a {
        font-size: 90%;
    }

.select2-selection--multiple .select2-search--inline .select2-search__field, .select2 .selection {
    width: 100% !important;
}

.did-you-mean {
    margin: 10px 0 0 0;
}

    .did-you-mean p {
        font-weight: bold;
        margin: 0 0 5px 0;
    }

@media (max-width: 576px) {
    .filter-inner .location-suggest h6 {
        font-size: 70%;
    }

    .filter-inner .location-suggest a {
        font-size: 90%;
    }
}

.results-heading h1 {
    margin: 0 !important;
    font-size: 2em !important
}

.results-heading, .results-buttons {
}

.results-intro {
    margin-top: 8px;
}

    .results-intro p {
        margin-bottom: 8px;
    }

.load-more {
    text-align: center;
}

@media (max-width: 576px) {
    .results-heading h1 {
        font-size: 1.5em !important
    }
}

.refine-panel {
    border-bottom: 1px solid #eee;
    padding: 10px 0;
}

    .refine-panel h4 {
        cursor: pointer;
    }

        .refine-panel h4 i {
            float: right;
            margin-right: 20px;
        }

        .refine-panel h4.open i {
            transform: rotate(180deg);
        }

        .refine-panel h4 a {
            font-size: 12px;
        }

.refine-panel-last {
    border-bottom: none;
}

.refine-panel ul {
    list-style: none;
}

    .refine-panel ul li span {
        color: #666;
        font-size: smaller
    }

.refine-button-panel {
    padding: 10px 0;
}

.refine-checkbox {
    padding: 4px 5px 4px 10px;
    border-bottom: 1px solid #eee;
    margin: 0;
    cursor: pointer;
}

    .refine-checkbox span {
        color: #666;
        font-size: smaller
    }

.top-cats {
    margin-top: 10px;
}

    .top-cats p {
        margin: 0 0 3px 0;
        text-transform: uppercase;
        font-size: 14px;
    }

        .top-cats p a {
            color: #999;
            text-decoration: underline;
        }

            .top-cats p a:hover {
                color: #000;
            }

            .top-cats p a.selected {
                font-weight: bold;
                color: #333;
            }

.top-cat-item {
    -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1), -1px -1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1), -1px -1px 1px rgba(0, 0, 0, 0.05);
    position: relative;
    height: 100px;
    overflow: hidden;
}

    .top-cat-item h6 {
        color: #fff;
        margin: 20px 0 0 20px;
        font-weight: bold;
    }

    .top-cat-item .image img {
        height: 100%;
        width: 100%;
    }

    .top-cat-item .info {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%;
        color: #fff;
        background: rgba(0, 0, 0, 0.3)
    }

/* Order By  ---------------------------------------------- */
.order-option {
    margin-right: 5px;
    display: inline-block;
    font-size: 10px;
    text-align: center;
}

.order-by {
    width: 40px;
    height: 40px;
    background: #fff;
    border: 2px solid #ddd;
    color: #BF2226;
    cursor: pointer;
    display: block;
}

    .order-by:hover {
        background: #BF2226
    }

        .order-by:hover i {
            color: #fff;
        }

    .order-by i {
        font-size: 20px;
        line-height: 20px;
        margin: 8px auto 0 auto;
        text-align: center;
        width: 15px;
        height: 20px;
        display: block;
        color: #BF2226;
    }

/* Breadcrumbs  ------------------------------------------- */

.breadcrumb-bar {
    background: #eaeef1;
    color: #333333;
    padding: 5px;
    margin: 0;
    font-size: 0.8em;
    font-family: 'Raleway', sans-serif;
}

.breadcrumb {
    background: none;
    padding: 0;
    margin: 0;
}

    .breadcrumb li.breadcrumb-item {
        font-weight: 300;
    }

        .breadcrumb li.breadcrumb-item a {
            color: #333;
            text-decoration: none;
        }


/* Results Header  --------------------------------------------------- */
.header-refine {
    padding: 15px 0 15px 0;
    border-bottom: 1px solid #ddd;
    margin: 0 0 10px 0
}

.results-map-open {
    margin: 0;
}

/* Listing Results  --------------------------------------- */

.listing-item {
    -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1), -1px -1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1), -1px -1px 1px rgba(0, 0, 0, 0.05);
    margin-bottom: 40px;
    min-height: calc(100% - 40px);
}

    .listing-item a {
        color: #fff;
    }

        .listing-item a:hover {
            text-decoration: none;
            color: inherit;
        }

    .listing-item .item-inner {
        overflow: hidden;
        position: relative;
    }

    .listing-item .image {
        width: 100%;
        height: 100%
    }

    .listing-item .image-constrain {
        height: 350px;
        overflow: hidden;
    }

    .listing-item .image a {
        width: 100%;
        height: 100%
    }

    .listing-item .image img {
        height: 100%;
        width: 100%;
    }

    .listing-item .info {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 30%;
        padding: 15px;
        color: #fff;
        background: rgba(0, 0, 0, 0.6)
    }

    .listing-item h3 {
        margin-bottom: 5px !important;
        font-size: 1.3em;
    }

        .listing-item h3.h3-med {
            font-size: 1.1em;
        }

        .listing-item h3.h3-small {
            font-size: 0.9em;
        }

    .listing-item .fa-star {
        font-size: 1.3em;
        white-space: nowrap;
        color: #BF2226;
    }

    .listing-item .award {
        display: inline !important;
        height: 25px;
        margin-bottom: 5px;
    }

    .listing-item .sponsor {
        position: absolute;
        bottom: 2px;
        right: 4px;
        color: #ddd;
        font-size: 10px;
    }

    .listing-item h3 a:hover {
        color: #ddd;
    }

    .listing-item p {
        font-size: 0.8em;
        margin-bottom: 3px;
        color: #ddd;
    }

        .listing-item p.address {
            margin: 0;
        }

    .listing-item span.price {
        color: #868e96;
    }

    .listing-item span.active-price {
        color: #ddd;
    }

    .listing-item .awards {
        position: absolute;
        bottom: 15px;
        right: 15px;
        text-align: right;
    }

    .listing-item .distance {
        font-size: 13px;
        text-align: right;
    }

    .listing-item .book-now {
        position: absolute;
        bottom: 115px;
        right: 10px;
    }

    .listing-item .listing-pin {
        position: absolute;
        top: 30px;
        color: #fff;
        font-size: 0.9em;
        letter-spacing: 0.05em;
        left: 30px;
        background: rgba(240, 90, 90, 0.8);
        padding: 5px 20px;
    }

    .listing-item .more-content {
        padding: 20px;
        background: #fff;
    }

        .listing-item .more-content .content-title {
            font-weight: bold;
            display: block;
            font-size: 90%;
        }

        .listing-item .more-content .content-subtitle {
            color: #BF2226;
            font-weight: bold;
            display: block;
            font-size: 90%;
        }

        .listing-item .more-content span {
            color: #333;
            font-size: 0.8em;
            letter-spacing: 0.05em;
        }

            .listing-item .more-content span a {
                color: #BF2226;
            }

    .listing-item .promo {
        background: #666;
        font-size: 14px;
        color: #fff;
        padding: 5px 8px 5px 38px;
        text-transform: uppercase;
    }

        .listing-item .promo span {
            display: block;
            width: 36px;
            height: 36px;
            border-radius: 18px;
            background: #eee url(../png/logo-mini.png) no-repeat center 13px;
            position: absolute;
            top: -2px;
            left: 6px;
            z-index: 1;
            border: 1px solid #ccc;
        }

    .listing-item .bookmark-result, .listing-item-full .bookmark-result {
        min-width: 38px;
        max-width: 38px;
        min-height: 38px;
        max-height: 38px;
        position: absolute;
        top: 10px;
        right: 10px;
        font-size: 1.1em;
        cursor: pointer;
        text-align: center;
        color: #fff;
    }

        .listing-item .bookmark-result i, .listing-item-full .bookmark-result i {
            padding-top: 10px;
        }

    .listing-item .bookmark, .listing-item-full .bookmark {
        border-radius: 50%;
        min-width: 38px;
        max-width: 38px;
        min-height: 38px;
        max-height: 38px;
        background: rgba(0, 0, 0, 0.2);
    }

        .listing-item .bookmark:hover, .listing-item .bookmark-green, .listing-item .bookmark:focus, .listing-item .bookmark.active,
        .listing-item-full .bookmark:hover, .listing-item-full .bookmark-green, .listing-item-full .bookmark:focus, .listing-item-full .bookmark.active {
            background: rgba(40, 167, 69, 0.8);
        }

/* whats on */

.whatson-content .whatson-badge {
    float: right;
    display: inline-block;
    padding: 6px 6px;
    color: #fff;
    font-size: 11px;
    line-height: 12px;
    background: #BF2226;
    text-align: center;
    margin: -20px 0 10px 10px;
    text-transform: uppercase;
}

.whatson-content h2.whatson-title {
    font-weight: bold;
    font-size: 18px;
    margin: 0 0 5px 0;
}

.whatson-content h3.whatson-subtitle {
    color: #BF2226;
    font-weight: bold;
    font-size: 14px;
}

/* Listing Results Full --------------------------------------- */

.listing-item-full {
    border-bottom: 1px solid #ddd;
    padding: 0 0 30px 0;
    margin: 0 0 30px 0;
}

    .listing-item-full p a {
        color: #333;
    }

    .listing-item-full h3 {
        margin: 10px 0 10px 0 !important;
        font-size: 1.8em;
        color: #333;
    }

        .listing-item-full h3 a {
            color: #333;
        }

            .listing-item-full h3 a:hover {
                color: #666;
            }

        .listing-item-full h3.h3-med {
            font-size: 1.1em;
        }

    .listing-item-full p {
        font-size: 1em;
        margin-bottom: 10px;
        color: #333;
    }

    .listing-item-full .bookmark-result {
        top: 10px;
        left: 20px;
    }

        .listing-item-full .bookmark-result a {
            color: #fff;
        }

    .listing-item-full .book-button, .listing-item-full .book-button:hover {
        margin-left: 0;
        color: #fff;
    }

    .listing-item-full span.price {
        color: #ddd;
    }

    .listing-item-full span.active-price {
        color: #333;
    }

    .listing-item-full .listing-pin {
        position: absolute;
        top: 30px;
        right: 10px;
        color: #fff;
        font-size: 0.9em;
        letter-spacing: 0.05em;
        background: rgba(240, 90, 90, 0.8);
        padding: 5px 20px;
    }

/* Awards  ------------------------------------------- */
.table-awards-results {
    font-family: 'Raleway', sans-serif;
}

    .table-awards-results th {
        background:#eee;
    }

    .table-awards-results td.listing-name a {
        color: #1b1b1b !important;
        text-decoration: none;
        display: inline-block;
        max-width: 300px;
    }

        .table-awards-results td.listing-name a:hover {
            text-decoration: underline;
        }

    .table-awards-results td img.listing-img {
        display: inline-block;
        margin: 0 20px 0 0;
        width: 70px;
        height: 70px;
    }

    .table-awards-results tr.award-top-row td {
        border-top: 1px solid #666
    }

    /*.table-awards-results td img.listing-img-bw {
        filter: grayscale(100%);
        -webkit-filter: grayscale(100%);
    }*/

    .table-awards-results td.cuisine {
        white-space: nowrap;
    }

.awards-explained {
    margin: 20px 0;
}

    .awards-explained td {
        font-size: 14px;
    }

    .awards-explained img {
        width: 40px;
    }

    .awards-explained h4 {
        font-size: 16px;
        font-weight:bold;
    }

/*==========================================================
*     LISTING DETAILS
* =========================================================*/
/* General  ------------------------------------------- */
.listing-wrap {
    position: relative;
}

    .listing-wrap .block {
        margin: 40px 0;
        padding-bottom: 20px;
        border-bottom: 1px solid #eee;
    }

    .listing-wrap .border-none {
        border-bottom: none !important;
        padding-bottom: 0;
    }

    .listing-wrap h2, .listing-wrap h3, .listing-wrap h4 {
        margin: 0 0 10px 0;
        text-transform: uppercase;
        font-weight: 600;
        color: #333;
        display: block;
        font-size: 1.2em;
    }


    .listing-wrap h4 {
        font-size: 1em;
    }

    .listing-wrap .breadcrumb {
        padding: 0 0 10px 0;
    }

.listing-contact-logo {
    padding-top: 90px;
}

.listing-wrap .img-logo {
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    top: -100px;
    width: 170px;
    height: 170px;
    display: block;
    border: 10px solid #fff;
    z-index: 999;
}


/* Contact  ------------------------------------------- */

.listing-wrap h1 {
    margin: 0;
    display: inline-block;
}

.h1-wrap {
    position: relative;
    margin: 20px 0 10px 0;
    text-align: center;
}

.listing-wrap .chef-hat {
    height: 55px;
    display: inline-block;
    vertical-align: top;
}

.listing-wrap .listing-contact {
    margin: 0 0 20px 0;
    padding-bottom: 20px;
    border-bottom: none;
}

    .listing-wrap .listing-contact a.cuisine, .listing-wrap .listing-contact .address a {
        color: #212529;
    }

.readers-choice {
    text-transform: uppercase;
    font-size: 1.2em;
    margin-bottom: 10px;
    text-align: center;
}

.listing-wrap .price {
    color: #ddd;
    font-size: 1.1em
}

.listing-wrap span.active-price {
    color: #000;
}

.readers-choice i {
    color: #BF2226
}

.contact a i {
    margin-right: 10px;
}

.listing-contact .claim-listing {
    color: #999;
    font-size: 80%;
    margin-top: 5px;
}

    .listing-contact .claim-listing a {
        color: #666
    }

@media (max-width: 576px) {
    .readers-choice {
        font-size: 1em;
    }

    .listing-wrap h1 {
        font-size: 1.7em;
    }

    .listing-wrap .chef-hat {
        height: 30px;
    }
}
/* About  ------------------------------------------- */

.amenities a.facebook {
    color: #3b5999;
}

.amenities a.twitter {
    color: #55acee;
}

.amenities a.instagram {
    color: #8a3ab9;
}

/* Buttons  ------------------------------------------- */

.listing-buttons {
    text-align: center;
    min-height: 90px;
}

.btn-listing-wrap {
    margin-right: 20px;
    display: inline-block;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
}


.btn-listing {
    width: 60px;
    height: 60px;
    border-radius: 30px;
    background: #fff;
    border: 2px solid #000;
    color: #000;
    cursor: pointer;
    display: block;
}

    .btn-listing:hover {
        background: #ddd;
        text-decoration: none;
        color: #000;
    }

    .btn-listing i {
        font-size: 24px;
        line-height: 20px;
        margin: 17px auto 0 auto;
        text-align: center;
        width: 40px;
        height: 45px;
        display: block;
        color: #000;
    }

.bookmark-listing {
    display: inline-block;
    text-align: right
}

    .bookmark-listing a.bookmark {
        padding: 5px 10px;
        color: #555;
        border: 1px solid #ddd;
        border-radius: 50px;
        margin-right: 10px;
        text-align: center;
    }

        .bookmark-listing a.bookmark i {
            margin-right: 5px;
        }

    .bookmark-listing a.bookmark-green {
        border-color: #28a745;
    }

    .bookmark-listing a.bookmark-vote {
        text-decoration: none;
        background: #f24949;
        color: #fff;
        border-color: #f24949;
    }

    .bookmark-listing a.bookmark-green i {
        color: #28a745
    }

    .bookmark-listing a.bookmark:hover, .bookmark-listing a.bookmark:focus {
        text-decoration: none;
        background: #f24949;
        color: #fff;
        border-color: #f24949;
    }

    .bookmark-listing a.bookmark-vote:hover {
        background: #eb7575
    }

#vote-wrap {
    margin-bottom: 3px;
}

#phone-display {
    color: #39b54a;
    font-weight: bold;
}

@media (min-width: 768px) {
    .listing-single-hero {
        padding: 250px 0 50px;
    }
}

.btn-book {
    background: #28a745;
    color: #fff !important;
    padding: 10px 30px;
    margin-bottom: 20px;
}


/* Whats On ---------------------------------------- */
.nearby-listings {
    padding-top: 20px;
    /*margin-bottom: 20px;*/
}

.whatson .item h3 {
    color: #fff !important;
}

.whatson-popup h3 {
    margin: 10px 0 5px 0;
    font-size: 24px;
}

.whatson-popup h4 {
    color: #BF2226;
    font-size: 18px;
}

/* Features/Facilties  ---------------------------------------- */
.amenities .amenities-list li {
    margin-right: 20px;
    margin-bottom: 10px;
}

    .amenities .amenities-list li a {
        color: #666;
    }

.amenities .icon {
    margin-right: 10px;
    color: #333;
}

.amenities span {
    padding-top: 4px;
    color: #555;
}

/* Downloads  ------------------------------------------- */
.listing-downloads ul {
    list-style: none;
}

    .listing-downloads ul li a {
        padding: 10px;
        border: 1px solid #eee;
        display: block;
    }

        .listing-downloads ul li a:hover {
            background: #f2f2f2;
            text-decoration: none;
        }

    .listing-downloads ul li i {
        color: #999;
        padding-right: 10px;
    }

/* Related  ------------------------------------------- */
.listing-related ul {
    list-style: none;
}

    .listing-related ul li {
        padding: 10px;
        border-bottom: 1px solid #ddd;
    }

        .listing-related ul li i {
            color: #999;
            padding-right: 10px;
        }

/* Map  ------------------------------------------- */
#map-wrap {
    width: 100% !important
}

.map-holder {
    height: 400px;
    width: 100%;
}

    .map-holder #detail-map {
        width: 100%;
        height: 100%;
    }

/* Opening Hours  ------------------------------------------- */
.opening-hours .day {
    padding: 3px 0;
    border-bottom: 1px solid #eee;
}

    .opening-hours .day strong {
        text-decoration: none;
        font-weight: 500;
        font-size: 0.9em;
        color: #555;
    }

    .opening-hours .day span {
        color: #656565;
        font-weight: 300;
        font-size: 0.8em;
    }

    .opening-hours .day:last-of-type {
        border-bottom: none;
    }

/* Awards  ------------------------------------------- */
.listing-awards {
}

.awards-internal {
    text-align: center;
}

    .awards-internal span {
        display: block;
        background: #666;
        color: #fff;
        text-align: center;
        width: 100%
    }

.awards-external {
    text-transform: uppercase;
    font-size: 0.8em;
    text-align: center;
}

/* Reviews  ------------------------------------------- */
.listing-reviews h3 span {
    margin-left: 5px;
    color: #656565;
    font-size: 0.65em;
    font-weight: 300;
}

.comment {
    padding: 0;
    border-bottom: 1px solid #eee;
}

    .comment:last-of-type {
        border-bottom: none;
        padding-bottom: 0;
    }

.comment-header {
    margin: 10px auto 0 auto;
}

    .comment-header .image {
        max-width: 55px;
    }

    .comment-header .title {
        margin-left: 15px;
        line-height: 1.7em;
    }

    .comment-header span {
        display: block;
        color: #868e96;
        font-size: 1rem;
    }

    .comment-header strong {
        font-size: 1.2rem;
        color: #343a40;
    }

    .comment-header a {
        color: #343a40;
    }

    .comment-header .rate {
        font-size: 0.95em;
        color: #ffc107;
    }

        .comment-header .rate li {
            padding: 0;
            margin: 0;
        }

.comment-body {
    margin-left: 70px;
    font-size: 1em;
    color: #868e96;
}

    .comment-body p {
        line-height: 1.7em;
    }

.smileys input {
    -webkit-appearance: none;
    width: 50px;
    height: 50px;
    border: none;
    cursor: pointer;
    transition: border .2s ease;
    filter: grayscale(100%);
    margin: 0 3px;
    transition: all .2s ease;
}

    .smileys input:hover, .smileys input.checked {
        filter: grayscale(0);
        opacity: unset;
    }

    .smileys input:focus {
        outline: 0;
    }

    .smileys input.vhappy {
        background: url('../png/5.png') center;
        background-size: cover;
    }

    .smileys input.happy {
        background: url('../png/4.png') center;
        background-size: cover;
    }

    .smileys input.neutral {
        background: url('../png/3.png') center;
        background-size: cover;
    }

    .smileys input.sad {
        background: url('../png/2.png') center;
        background-size: cover;
    }

    .smileys input.vsad {
        background: url('../png/1.png') center;
        background-size: cover;
    }

/* Listing Feed  ------------------------------------------- */

.listing-blog .post {
    background: #101325;
    height: 250px;
    color: #fff;
    overflow: hidden;
    -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
    max-width: 500px;
    margin: 0 auto 20px auto;
    position: relative;
}

.listing-blog img {
    opacity: 0.6;
    width: 100%;
}

.listing-blog .info {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    padding: 30px;
}

    .listing-blog .info p {
        color: #ddd;
        font-size: 0.65em;
    }

.listing-blog h4,
.listing-blog .post-meta {
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.8);
}

.listing-blog h4 {
    font-size: 18px;
    color: #fff;
}

.listing-blog .post-meta {
    text-transform: uppercase;
    font-size: 0.75em;
    margin-bottom: 15px;
}

.listing-blog a {
    text-decoration: none;
    color: #fff;
}

    .listing-blog a:hover, .listing-blog a:focus {
        color: #fff;
        text-decoration: none;
    }

    .listing-blog a.read-more:hover, .listing-blog a.read-more:focus {
        color: #BF2226;
    }

    .listing-blog a.read-more {
        margin-top: 15px;
    }

.listing-blog .badge {
    position: absolute;
    bottom: 20px;
    left: 30px;
    letter-spacing: 0.1em;
}

.listing-blog a.visit-blog {
    margin-top: 30px;
}

#recipe-content .listing-blog .post, #chef-content .listing-blog .post {
    height: 220px;
}

.listing-locationnear a {
    color: #666;
}

.listing-footer a {
    color: #333;
    font-size: 90%
}
/* Booking Bar  ------------------------------------------- */
.booking-bar {
    position: sticky;
    top: 0;
    left: 0;
    width: 100%;
    -webkit-box-shadow: 0px 6px 3px -3px rgba(41,41,41,.25);
    -moz-box-shadow: 0px 6px 3px -3px rgba(41,41,41,.25);
    box-shadow: 0px 6px 3px -3px rgba(41,41,41,.25);
    background: #666;
    opacity: 0.9;
    z-index: 1001;
}

    .booking-bar .form-group {
        margin-bottom: 2px;
        position: relative;
        padding: 10px
    }

        .booking-bar .form-group input, .booking-bar .form-group select {
            padding-left: 40px;
            -webkit-appearance: none;
        }

        .booking-bar .form-group label {
            position: absolute;
            top: 50%;
            left: 20px;
            cursor: pointer;
            -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
            color: #000;
            font-size: 1em;
        }

    .booking-bar .booking-bar-message {
        font-size: 11px;
        margin: -8px auto 8px auto;
        padding: 0 10px;
        color: #fff;
        font-weight: bold;
    }

@media (max-width: 992px) {
}

/*==========================================================
*     LOCATION
* =========================================================*/
section.guide .row {
    margin-top: 70px;
}

section.guide .item {
    position: relative;
}

    section.guide .item::after {
        content: '';
        width: 100%;
        height: 1px;
        display: block;
        border-bottom: 1px dashed #ddd;
        position: absolute;
        top: 30px;
        right: calc(-50% - 50px);
    }

    section.guide .item:last-of-type::after {
        display: none;
    }

section.guide .icon {
    color: #BF2226;
    font-size: 3.5em;
    position: relative;
    padding: 0 20px;
    background: #fff;
    display: inline-block;
}

/* Services Section Media Query  -------------------------*/
@media (max-width: 992px) {
    section.guide .item {
        margin-bottom: 20px;
    }

        section.guide .item::after {
            display: none;
        }
}

/*==========================================================
*     ARTICLES
* =========================================================*/

/* Categories  ------------------------------------------- */
.article-categories .nav-pills.nav-stacked > li > a {
    padding: 3px 5px;
}

.article-categories .nav-pills > li > a {
    float: left;
    border-radius: 0;
    padding: 7px 10px;
    border: 1px solid transparent;
    color: #999999;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 400;
}

.article-categories .nav-pills > li.active > a {
    color: #fff;
}

.article-categories {
    margin: 20px 0 30px 0;
}

    .article-categories li.active a {
        background: #dc3e00
    }

/* Article  ----------------------------------------------- */
.article {
    margin: 0 0 70px;
}

    .article header {
        padding: 0 10px 20px 10px;
    }

    .article .post-info {
        font-size: 12px;
        color: #aaa;
        font-weight: 400;
    }

        .article .post-info > span {
            margin-right: 5px;
            display: inline-block;
        }

        .article .post-info a {
            color: #aaa;
        }

    .article .article-content {
        padding: 0 10px 10px;
    }

        .article .article-content h2 {
            font-family: 'Raleway', sans-serif;
            font-size: 24px;
            line-height: 32px;
            margin: 30px 0 8px 0;
            font-weight: bold;
        }

        .article .article-content h3 {
            font-family: 'Raleway', sans-serif;
            font-size: 20px;
            line-height: 24px;
            margin: 30px 0 8px 0;
            font-weight: bold;
        }

        .article .article-content h4 {
            font-family: 'Raleway', sans-serif;
            font-size: 16px;
            line-height: 20px;
            margin: 20px 0 8px 0;
            font-weight: bold;
        }

    .article .row .article-content {
        padding-bottom: 0;
    }

    .article footer {
        font-size: 12px;
        padding: 10px;
        color: #aaa;
        border-top: 1px solid #eaeaea;
    }

        .article footer .tags a {
            color: #999;
        }

    .article .row + footer {
        padding: 10px 0;
    }

    .article.full {
        margin-bottom: 30px;
    }

        .article.full header {
            padding: 0 0 15px 0;
        }

        .article.full .article-content {
            padding: 0 0 5px;
        }

            .article.full .article-content p img {
                margin: 30px auto;
                display: block;
            }

        .article.full footer {
            padding: 10px 0;
        }

/* Article Subscribe  ----------------------------------------------- */
.article-subscribe {
    padding: 20px;
    margin: 30px 0;
    background: #f2f2f2;
}

    .article-subscribe h5 {
        font-family: 'Raleway', sans-serif;
        font-style: italic;
        margin: 0 0 3px 0;
    }

    .article-subscribe button {
        background: #202020;
        color: #fff;
        padding-left: 15px;
        padding-right: 15px;
    }

/* Recent  ----------------------------------------------- */

.article-recent h5, .article-categories h5 {
    text-align: right;
    padding-bottom: 5px;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 16px;
}

.article-recent img {
    width: 100px;
    margin-right: 20px;
}

.article-recent h6 {
    font-size: 18px;
}

/* Listings  ----------------------------------------------- */

.article-listings {
    margin: 0 0 30px 0;
}

    .article-listings a {
        color: #1b1b1b !important;
    }

/* Related  ----------------------------------------------- */
.article-prevnext span {
    text-transform: uppercase;
    color: #999;
    font-weight: bold;
}

.article-prevnext {
    margin: 0 0 30px 0;
    border-bottom: 1px solid #ddd;
    padding: 0 0 20px 0
}

.article-related img {
    width: 100%;
}

.article-related h6 {
    font-size: 18px;
    margin: 10px 0 0 0
}

    .article-related h6 a {
        color: #999;
    }

@media (max-width: 576px) {
    .article-related .col-md-4 {
        margin-bottom: 20px !important
    }
}

/*==========================================================
*     MEMBERS
* =========================================================*/

/* Login/Signup  ----------------------------------------- */

.btn-social {
    position: relative;
    padding-left: 44px;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

    .btn-social > :first-child {
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        width: 44px;
        line-height: 34px;
        font-size: 1.6em;
        text-align: center;
        border-right: 1px solid rgba(0,0,0,0.2)
    }

    .btn-social.btn-lg {
        padding-left: 61px
    }

        .btn-social.btn-lg > :first-child {
            line-height: 45px;
            width: 45px;
            font-size: 1.8em
        }

    .btn-social.btn-sm {
        padding-left: 38px
    }

        .btn-social.btn-sm > :first-child {
            line-height: 28px;
            width: 28px;
            font-size: 1.4em
        }

    .btn-social.btn-sm {
        padding-left: 30px
    }

        .btn-social.btn-sm > :first-child {
            line-height: 20px;
            width: 20px;
            font-size: 1.2em
        }

.btn-facebook {
    color: #fff;
    background-color: #3b5998;
    border-color: rgba(0,0,0,0.2)
}

    .btn-facebook:focus, .btn-facebook.focus {
        color: #fff;
        background-color: #2d4373;
        border-color: rgba(0,0,0,0.2)
    }

    .btn-facebook:hover {
        color: #fff;
        background-color: #2d4373;
        border-color: rgba(0,0,0,0.2)
    }

    .btn-facebook:active, .btn-facebook.active, .open > .dropdown-toggle.btn-facebook {
        color: #fff;
        background-color: #2d4373;
        border-color: rgba(0,0,0,0.2)
    }

        .btn-facebook:active:hover, .btn-facebook.active:hover, .open > .dropdown-toggle.btn-facebook:hover, .btn-facebook:active:focus, .btn-facebook.active:focus, .open > .dropdown-toggle.btn-facebook:focus, .btn-facebook:active.focus, .btn-facebook.active.focus, .open > .dropdown-toggle.btn-facebook.focus {
            color: #fff;
            background-color: #23345a;
            border-color: rgba(0,0,0,0.2)
        }

    .btn-facebook:active, .btn-facebook.active, .open > .dropdown-toggle.btn-facebook {
        background-image: none
    }

    .btn-facebook.disabled:hover, .btn-facebook[disabled]:hover, fieldset[disabled] .btn-facebook:hover, .btn-facebook.disabled:focus, .btn-facebook[disabled]:focus, fieldset[disabled] .btn-facebook:focus, .btn-facebook.disabled.focus, .btn-facebook[disabled].focus, fieldset[disabled] .btn-facebook.focus {
        background-color: #3b5998;
        border-color: rgba(0,0,0,0.2)
    }

.or-wrap {
    text-align: center;
    margin: 0;
    margin-bottom: 10px;
    clear: both;
    color: #6a737c;
    font-variant: small-caps;
}

.or-hr {
    margin-bottom: 0;
    position: relative;
    top: 20px;
    height: 0;
    border: 0;
    border-top: 1px solid #e4e6e8;
}

.or-text {
    display: inline-block;
    font-size: 18px;
    position: relative;
    padding: 5px 10px;
    background-color: #FFF;
}

.login-form h2 a, .signup-form h2 a {
    color: #999;
}

.login-forgot {
    font-size: 12px;
    color: #333;
    padding-left: 10px;
}

.field-verify {
    float: right;
}

@media (max-width: 576px) {
    .signup-wrap {
        margin-top: 40px;
    }
}


/* My Account  ----------------------------------------- */

.my-account-header h1 {
    text-transform: uppercase;
    margin: 10px 0;
    font-size: 35px;
}

.my-account-welcome {
    text-transform: uppercase;
    color: #c02126;
    font-size: 18px;
    padding: 10px;
    border-bottom: 1px solid #eee;
}

.my-account-content h2 {
    text-transform: uppercase;
    font-size: 110%;
    margin-top: 15px;
}

.member-recent-feed {
    list-style-type: none;
}

    .member-recent-feed li small {
        color: #999;
    }

    .member-recent-feed li p {
        margin: 0;
    }

    .member-recent-feed li {
        border-bottom: 1px solid #f2f2f2;
        padding: 8px 0;
    }

.profile-photo {
    margin: 10px 0;
}

.my-account-favourites .chefhat {
    display: inline-block;
}

.my-account-feature a {
    background: #c02126 !important;
    color: #fff !important;
    text-transform: uppercase;
}

    .my-account-feature a span {
        font-size: 11px;
    }

.my-account-reviews .review-image {
    width: 30px;
    margin-right: 10px;
}


/* My Account Nav ----------------------------------------- */
.my-account-nav {
    margin: 15px 0;
}

    .my-account-nav ul {
        list-style-type: none;
        margin: 0 10px 0 0;
        padding: 0;
        border-top: 1px solid #bdbdbd;
    }

    .my-account-nav li a {
        padding: 10px;
        display: block;
        border: 1px solid #bdbdbd;
        border-top: none;
        color: #333;
        background: #ffffff;
    }

        .my-account-nav li a:hover {
            background: #e5e5e5
        }

    .my-account-nav li.selected a {
        background: #e5e5e5;
        margin: 0;
        font-weight: bold;
    }


/* My Account Listings  ----------------------------------------- */

.my-account-listings {
}

.myaccount-listinginfo {
    padding: 15px;
    background: #fff;
    color: #4f4f4f;
    font-size: 0.8em;
    line-height: 1.6em;
    letter-spacing: 0.05em;
}

.my-account-listings .listing-item .info {
    height: 40% !important
}

.my-account-listings .badge-rounded {
    padding: 2px 10px;
    border-radius: 30px;
    background: #ddd;
    color: #333;
    margin-top: 5px;
}

.my-account-listings .listing-item-subdued {
    opacity: 0.7;
}

/*==========================================================
*     CHEFS
* =========================================================*/
/*==========================================================
*     RECIPES
* =========================================================*/
.recipe-attrib {
    color: #999;
    font-style: italic;
}

#alphasearch {
    margin: 0 0 10px 0;
}

    #alphasearch a {
        color: #222;
        padding: 5px 8px 5px 8px;
        text-decoration: none;
        background: #eee;
        display: block;
        float: left;
        margin-right: 1px;
        text-align: center;
    }

        #alphasearch a:hover {
            background: #666;
            color: #fff;
        }

.event-listing h2 {
    color: #666;
    font-size: 1.6em;
    margin-top: 40px;
}

.event-side {
    background: #eee;
    padding: 30px;
    margin: 0 0 50px 0;
}

.event-intro {
    font-size: 120%;
    color: #999;
    font-style: italic;
}

.event-side h4 {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
    color: #000;
    margin: 20px 0 5px 0;
}

.section-banner {
    margin-bottom: 0;
    border-top: 1px solid #999;
}

    .section-banner h2 {
        color: #fff;
    }

    .section-banner p {
        color: #fff;
    }

/*==========================================================
*     PLUGINS
* =========================================================*/
/* Slick  ------------------------------------------- */
.slick-next {
    width: 50px;
    height: 50px;
    right: 20px;
    top: 50%
}

.slick-prev {
    width: 50px;
    height: 50px;
    left: 20px;
    top: 50%;
    z-index: 999
}

    .slick-prev:before, .slick-next:before {
        font-size: 50px;
    }

.mega-dropdown {
    position: static !important;
    /*width: 100%;*/
}

/* Mega Dropdown  ------------------------------------------- */
.mega-dropdown-menu {
    width: 100%;
    left: 0;
    right: 0;
    /*  height of nav-item  */
    top: 45px;
}

    .mega-dropdown-menu ul {
        padding: 0;
        margin: 0;
    }

        .mega-dropdown-menu ul > li {
            list-style: none;
        }

    .mega-dropdown-menu li > a {
        display: block;
        padding: 3px 10px !important;
        clear: both;
        font-weight: normal;
        line-height: 1.428571429;
        font-size: 90%;
        color: #999;
        white-space: normal;
    }

/* Switches  ------------------------------------------- */
/* https://codepen.io/claviska/pen/KyWmjY */

.switch {
    font-size: 1rem;
    position: relative;
}

    .switch input {
        position: absolute;
        height: 1px;
        width: 1px;
        background: none;
        border: 0;
        clip: rect(0 0 0 0);
        clip-path: inset(50%);
        overflow: hidden;
        padding: 0;
    }

        .switch input + label {
            position: relative;
            min-width: calc(calc(2.375rem * 0.8) * 2);
            border-radius: calc(2.375rem * 0.8);
            height: calc(2.375rem * 0.8);
            line-height: calc(2.375rem * 0.8);
            display: inline-block;
            cursor: pointer;
            outline: none;
            user-select: none;
            vertical-align: middle;
            text-indent: calc(calc(calc(2.375rem * 0.8) * 2) + 0.5rem);
        }

            .switch input + label::before,
            .switch input + label::after {
                content: "";
                position: absolute;
                top: 0;
                left: 0;
                width: calc(calc(2.375rem * 0.8) * 2);
                bottom: 0;
                display: block;
            }

            .switch input + label::before {
                right: 0;
                background-color: #dee2e6;
                border-radius: calc(2.375rem * 0.8);
                transition: 0.2s all;
            }

            .switch input + label::after {
                top: 2px;
                left: 2px;
                width: calc(calc(2.375rem * 0.8) - calc(2px * 2));
                height: calc(calc(2.375rem * 0.8) - calc(2px * 2));
                border-radius: 50%;
                background-color: white;
                transition: 0.2s all;
            }

        .switch input:checked + label::before {
            background-color: #08d;
        }

        .switch input:checked + label::after {
            margin-left: calc(2.375rem * 0.8);
        }

        /*.switch input:focus + label::before {
        outline: none;
        box-shadow: 0 0 0 0.2rem rgba(0, 136, 221, 0.25);
    }*/

        .switch input:disabled + label {
            color: #868e96;
            cursor: not-allowed;
        }

            .switch input:disabled + label::before {
                background-color: #e9ecef;
            }

    .switch.switch-sm {
        font-size: 0.875rem;
    }

        .switch.switch-sm input + label {
            min-width: calc(calc(1.9375rem * 0.8) * 2);
            height: calc(1.9375rem * 0.8);
            line-height: calc(1.9375rem * 0.8);
            text-indent: calc(calc(calc(1.9375rem * 0.8) * 2) + 0.5rem);
        }

            .switch.switch-sm input + label::before {
                width: calc(calc(1.9375rem * 0.8) * 2);
            }

            .switch.switch-sm input + label::after {
                width: calc(calc(1.9375rem * 0.8) - calc(2px * 2));
                height: calc(calc(1.9375rem * 0.8) - calc(2px * 2));
            }

        .switch.switch-sm input:checked + label::after {
            margin-left: calc(1.9375rem * 0.8);
        }

    .switch.switch-lg {
        font-size: 1.25rem;
    }

        .switch.switch-lg input + label {
            min-width: calc(calc(3rem * 0.8) * 2);
            height: calc(3rem * 0.8);
            line-height: calc(3rem * 0.8);
            text-indent: calc(calc(calc(3rem * 0.8) * 2) + 0.5rem);
        }

            .switch.switch-lg input + label::before {
                width: calc(calc(3rem * 0.8) * 2);
            }

            .switch.switch-lg input + label::after {
                width: calc(calc(3rem * 0.8) - calc(2px * 2));
                height: calc(calc(3rem * 0.8) - calc(2px * 2));
            }

        .switch.switch-lg input:checked + label::after {
            margin-left: calc(3rem * 0.8);
        }

    .switch + .switch {
        margin-left: 1rem;
    }


/*==========================================================
*     3RD PARTY
* =========================================================*/
/* Booking.com  ------------------------------------------- */
.book-info {
    font-weight: bold;
}

    .book-info .book-price {
        color: #f48235;
    }

.book-loading {
    background-image: url(../gif/book-loader.gif);
    background-repeat: no-repeat;
    background-position: 15px 8px;
    padding-left: 70px;
    color: #318a90
}

.book-button {
    background: #333;
    padding: 4px 10px;
    color: #fff;
    margin-left: 10px;
    text-decoration: none;
}

    .book-button, .book-button:hover {
        background: #444;
    }

.book-button-green {
    background: #39b54a
}

    .book-button-green:hover {
        background: #5dd46d
    }

.listing-item .book-accommodation {
    position: absolute;
    bottom: 115px;
    right: 10px;
}

    .listing-item .book-accommodation .book-price {
        font-size: 0.8em;
        color: #fff;
        display: block;
        background: rgba(0, 0, 0, 0.6);
        padding: 3px 8px 3px 3px;
        text-align: right;
    }

    .listing-item .book-accommodation .book-loading {
        display: block;
    }

/* Smart banner  ------------------------------------------- */
.smartbanner-show {
    margin-top: 80px;
}

    .smartbanner-show .smartbanner {
        display: block;
    }

/** Default **/
.smartbanner {
    position: absolute;
    left: 0;
    top: 0;
    display: none;
    width: 100%;
    height: 80px;
    line-height: 80px;
    font-family: 'Helvetica Neue', sans-serif;
    background: #f4f4f4;
    z-index: 9998;
    -webkit-font-smoothing: antialiased;
    overflow: hidden;
    -webkit-text-size-adjust: none;
}

.smartbanner-container {
    margin: 0 auto;
    white-space: nowrap;
}

.smartbanner-close {
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px 0 5px;
    font-family: 'ArialRoundedMTBold', Arial;
    font-size: 20px;
    text-align: center;
    color: #888;
    text-decoration: none;
    border: 0;
    border-radius: 14px;
    -webkit-font-smoothing: subpixel-antialiased;
}

    .smartbanner-close:active,
    .smartbanner-close:hover {
        color: #aaa;
    }

.smartbanner-icon {
    display: inline-block;
    vertical-align: middle;
    width: 57px;
    height: 57px;
    margin-right: 12px;
    background-size: cover;
    border-radius: 10px;
}

.smartbanner-info {
    display: inline-block;
    vertical-align: middle;
    width: 44%;
    font-size: 11px;
    line-height: 1.2em;
    font-weight: bold;
}

.smartbanner-title {
    font-size: 13px;
    line-height: 18px;
}

.smartbanner-button {
    position: absolute;
    right: 20px;
    top: 0;
    bottom: 0;
    margin: auto 0;
    height: 24px;
    font-size: 14px;
    line-height: 24px;
    text-align: center;
    font-weight: bold;
    color: #6a6a6a;
    text-transform: uppercase;
    text-decoration: none;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}

    .smartbanner-button:active,
    .smartbanner-button:hover {
        color: #aaa;
    }

.smartbanner-button-text {
}

    .smartbanner-button-text:active,
    .smartbanner-button-text:hover {
    }

/** iOS **/
.smartbanner-ios {
    background: #f4f4f4;
    background: linear-gradient(to bottom, #f4f4f4, #cdcdcd);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
    line-height: 80px;
}

    .smartbanner-ios .smartbanner-close {
        border: 0;
        width: 18px;
        height: 18px;
        line-height: 18px;
        color: #888;
        text-shadow: 0 1px 0 white;
    }

        .smartbanner-ios .smartbanner-close:active,
        .smartbanner-ios .smartbanner-close:hover {
            color: #aaa;
        }

    .smartbanner-ios .smartbanner-icon {
        background: rgba(0, 0, 0, 0.6);
        background-size: cover;
        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
    }

    .smartbanner-ios .smartbanner-info {
        color: #6a6a6a;
        text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
    }

    .smartbanner-ios .smartbanner-title {
        color: #4d4d4d;
        font-weight: bold;
    }

    .smartbanner-ios .smartbanner-button {
        padding: 0 10px;
        min-width: 10%;
        color: #6a6a6a;
        background: #efefef;
        background: linear-gradient(to bottom, #efefef, #dcdcdc);
        border-radius: 3px;
        box-shadow: inset 0 0 0 1px #bfbfbf, 0 1px 0 rgba(255, 255, 255, 0.6), 0 2px 0 rgba(255, 255, 255, 0.7) inset;
    }

        .smartbanner-ios .smartbanner-button:active,
        .smartbanner-ios .smartbanner-button:hover {
            background: #dcdcdc;
            background: linear-gradient(to bottom, #dcdcdc, #efefef);
        }

    .smartbanner-ios .smartbanner-button-text {
    }

        .smartbanner-ios .smartbanner-button-text:active,
        .smartbanner-ios .smartbanner-button-text:hover {
        }

/** Android **/
.smartbanner-android {
    background: #3d3d3d url(data:image/gif;base64,R0lGODlhCAAIAIABAFVVVf///yH5BAEHAAEALAAAAAAIAAgAAAINRG4XudroGJBRsYcxKAA7);
    box-shadow: inset 0 4px 0 #88b131;
    line-height: 82px;
}

    .smartbanner-android .smartbanner-close {
        border: 0;
        width: 17px;
        height: 17px;
        line-height: 17px;
        margin-right: 7px;
        color: #b1b1b3;
        background: #1c1e21;
        text-shadow: 0 1px 1px #000;
        box-shadow: 0 1px 2px rgba(0, 0, 0, 0.8) inset, 0 1px 1px rgba(255, 255, 255, 0.3);
    }

        .smartbanner-android .smartbanner-close:active,
        .smartbanner-android .smartbanner-close:hover {
            color: #eee;
        }

    .smartbanner-android .smartbanner-icon {
        background-color: transparent;
        box-shadow: none;
    }

    .smartbanner-android .smartbanner-info {
        color: #ccc;
        text-shadow: 0 1px 2px #000;
    }

    .smartbanner-android .smartbanner-title {
        color: #fff;
        font-weight: bold;
    }

    .smartbanner-android .smartbanner-button {
        min-width: 12%;
        color: #d1d1d1;
        padding: 0;
        background: none;
        border-radius: 0;
        box-shadow: 0 0 0 1px #333, 0 0 0 2px #dddcdc;
    }

        .smartbanner-android .smartbanner-button:active,
        .smartbanner-android .smartbanner-button:hover {
            background: none;
        }

    .smartbanner-android .smartbanner-button-text {
        text-align: center;
        display: block;
        padding: 0 10px;
        background: #42b6c9;
        background: linear-gradient(to bottom, #42b6c9, #39a9bb);
        text-transform: none;
        text-shadow: none;
        box-shadow: none;
    }

        .smartbanner-android .smartbanner-button-text:active,
        .smartbanner-android .smartbanner-button-text:hover {
            background: #2ac7e1;
        }

/** Windows **/
.smartbanner-windows {
    background: #f4f4f4;
    background: linear-gradient(to bottom, #f4f4f4, #cdcdcd);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
    line-height: 80px;
}

    .smartbanner-windows .smartbanner-close {
        border: 0;
        width: 18px;
        height: 18px;
        line-height: 18px;
        color: #888;
        text-shadow: 0 1px 0 white;
    }

        .smartbanner-windows .smartbanner-close:active,
        .smartbanner-windows .smartbanner-close:hover {
            color: #aaa;
        }

    .smartbanner-windows .smartbanner-icon {
        background: rgba(0, 0, 0, 0.6);
        background-size: cover;
        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
    }

    .smartbanner-windows .smartbanner-info {
        color: #6a6a6a;
        text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
    }

    .smartbanner-windows .smartbanner-title {
        color: #4d4d4d;
        font-weight: bold;
    }

    .smartbanner-windows .smartbanner-button {
        padding: 0 10px;
        min-width: 10%;
        color: #6a6a6a;
        background: #efefef;
        background: linear-gradient(to bottom, #efefef, #dcdcdc);
        border-radius: 3px;
        box-shadow: inset 0 0 0 1px #bfbfbf, 0 1px 0 rgba(255, 255, 255, 0.6), 0 2px 0 rgba(255, 255, 255, 0.7) inset;
    }

        .smartbanner-windows .smartbanner-button:active,
        .smartbanner-windows .smartbanner-button:hover {
            background: #dcdcdc;
            background: linear-gradient(to bottom, #dcdcdc, #efefef);
        }

    .smartbanner-windows .smartbanner-button-text {
    }

        .smartbanner-windows .smartbanner-button-text:active,
        .smartbanner-windows .smartbanner-button-text:hover {
        }
