body {
    max-width: 100%;
    overflow-x: hidden;
    font-family: 'Cinzel', serif !important;
    color: #333;
}

input[type="tel"], input[type="text"], input[type="email"], input[type="password"], textarea, select {
    height: 36px;
    border: 1px solid #ddd;
    padding: 8px;
    vertical-align: middle;
}

input, textarea, select {
    font-size: 17px;
    color: #777;
}

    input[type="button"], input[type="submit"], button, .button, .button-1, .button-2 {
        cursor: pointer;
    }

    input[type="button"], input[type="submit"], input[type="reset"], input[type="tel"], input[type="text"], input[type="email"], input[type="password"], textarea {
        border-radius: 0;
    }

a {
    color: #444;
}

.basicFont {
    font-family: Arial;
}

.header {
    width: 100%;
    margin: auto;
    text-align: center;
}

.header-upper {
    background: #222;
    color: #ddd;
}

.header-links-wrapper {
    margin: 0 auto;
    width: 95%;
    text-align: right;
}

.header-links li {
    display: inline-block;
}

.header-links a:hover {
    color: #808080;
}

ol, ul {
    list-style: none;
}

.header-links span, .header-links a {
    color: #FFFFFF;
    display: inline-block;
    font-size: 12px;
    line-height: 36px;
    text-transform: uppercase;
}

#topcartlink {
    background: #555;
    padding: 0 20px;
}

    #topcartlink a {
        background: url(../images/shopping-bag.png) left center no-repeat;
        padding: 0 0 0 20px;
    }

.flyout-cart {
    display: none;
}

.header-links li {
    display: inline-block;
    margin: 0 10px;
}

.header-lower {
    position: relative;
    z-index: 0;
    margin: 0 auto;
    padding: 14px 0;
    width: 95%;
}

.header-logo {
    margin: 0 0 20px;
    text-align: center;
}

    .header-logo a {
        display: inline-block;
        max-width: 100%;
        line-height: 0 /*firefox line-height bug fix*/;
    }

.search-box form {
    display: inline-block;
}

.search-box input.search-box-text {
    float: left;
    width: 200px;
    height: 36px;
    margin: 0 -1px 0 0;
}

.search-box .search-box-button {
    float: left;
    min-width: 86px;
    height: 36px;
    border: none;
    background-color: #000;
    background-color: rgba(0, 0, 0, .5);
    padding: 0 15px;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
}

.CallUsHeader a {
    text-decoration: none;
    color: #000;
}

    .CallUsHeader a:hover {
        color: #000;
        text-decoration: none;
    }

.visi-hidd {
    visibility: hidden;
}

.footer {
    background-color: #ddd;
    text-align: center;
    display: table;
    margin: 0 auto;
    width: 100%;
}

.footer-upper {
    width: 95%;
    margin: auto;
    border-bottom: 1px solid #ddd;
    overflow: hidden;
    padding: 40px 0 0 0;
}

.footer-block {
    width: 95%;
    margin: 1px auto;
    text-align: left;
    font-size: 17px;
}

    .footer-block .title {
        margin: 0 0 1px;
        background: #000 url(../images/toggle-white.png) right center no-repeat;
        padding: 10px 15px;
        font-size: 20px;
        color: #fff;
        cursor: pointer;
    }

        .footer-block .title strong {
            font-weight: 400;
        }

.follow-us .title {
    margin: 0;
    background: none;
    color: #ccc;
    cursor: auto;
    color: #000;
}

    .footer-block .list {
        display: none;
        margin: 0 0 20px;
        background-color: #fff;
        padding: 10px 15px;
    }

        .footer-block .list a {
            display: block;
            padding: 10px 15px;
            line-height: 20px;
            color: #444;
        }

.follow-us {
    margin: 30px auto 0;
    text-align: center;
}

.footer-lower {
    color: #333;
    width: 95%;
    margin: auto;
    overflow: hidden;
    padding: 25px 0 0 0;
    font-size: 12px;
}

.logo-container {
    display: none;
    justify-content: space-evenly;
    background-color: #fff;
    border: 1px solid #000;
}

.logo-container-small {
    display: flex;
    justify-content: space-evenly;
    background-color: #fff;
    border: 1px solid #000;
}

.LowerBox {
    margin-top:10px;
}

.logos {
    height: 35px;
    margin: 0 0 0;
}

.follow-us .social .facebook a {
    background: url(https://www.rarecoinwholesalers.com/Content/Images/Shared/facebook.png) no-repeat;
    background-size: 100%;
    background-position: center;
}

.follow-us .social .twitter a {
    background: url(https://www.rarecoinwholesalers.com/Content/Images/Shared/X_logo.jpg) no-repeat;
    background-size: 100%;
    background-position: center;
}

.follow-us .social .youtube a {
    background: url(https://www.rarecoinwholesalers.com/Content/Images/Shared/youtube.png) no-repeat;
    background-size: 100%;
    background-position: center;
}

.follow-us .social .instagram a {
    background: url(https://www.rarecoinwholesalers.com/Content/Images/Shared/instagram.png) no-repeat;
    background-size: 100%;
    background-position: center;
}

.follow-us .social .linkedin a {
    background: url(https://www.rarecoinwholesalers.com/Content/Images/Shared/linkedin.png) no-repeat;
    background-size: 100%;
    background-position: center;
}

.follow-us .social li {
    display: inline-block;
    margin: 0 5px;
}

.follow-us .social a {
    display: block;
    width: 38px;
    height: 38px;
    font-size: 0;
}

.newsletter .title {
    font-size: 16px;
    line-height: 20px;
    margin-top: 10px;
}

.newsletter-subscribe a {
    text-decoration: none;
    font-weight: bold;
    position: relative;
    color: #444;
}

.newsletter-subscribe a:hover {
    color: #000;
    text-decoration:none;
}

    .newsletter-subscribe a::after {
        content: "";
        position: absolute;
        left: 0;
        bottom: -2px;
        width: 100%;
        height: 2px;
        background-color: #000;
        transform: scaleX(0);
        transition: transform 0.3s ease-in-out;
    }

    .newsletter-subscribe a:hover::after {
        transform: scaleX(1);
    }

.master-wrapper-content {
    position: relative;
    z-index: 0;
    margin: 0 auto;
}

.master-column-wrapper {
    position: relative;
    z-index: 0;
    width: 100%;
}

.center-1 {
    margin: 0;
    min-height: 100px;
}

.breadcrumb {
    margin-bottom: 20px !important;
    padding: 0 !important;
}

    .breadcrumb ul {
        margin: 0px !important;
    }

    .breadcrumb li {
        display: inline-block;
    }

        .breadcrumb li * {
            display: inline-block;
            margin: 0 5px;
            font-size: 14px;
            line-height: 32px;
        }

    .breadcrumb a {
        color: #444;
    }

    .breadcrumb a:hover {
        color: #000;
    }

.breadcrumbLink {
    color: #212529 !important;
    cursor: pointer;
}

.admin-header-links {
    background-color: #333;
    text-align: center;
    color: #eee;
}

    .admin-header-links .administration {
        color: #FFFFFF !important;
        display: inline-block;
        font-size: 12px;
        line-height: 36px;
        text-transform: uppercase;
    }

.bar-notification {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    width: 100%;
    padding: 15px 25px 15px 10px;
    line-height: 16px;
    color: #fff;
    opacity: .95;
}

*, :before, :after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

* {
    margin: 0;
    outline: none;
    padding: 0;
    text-decoration: none;
}

#light, #fade {
    display: none;
}

.popup-outer {
    display: none;
    position: fixed;
    top: 0;
    background-color: #222;
    border: 2px solid gold;
    border-radius: 5px;
    width: 100%;
    max-width: 500px;
    color: #fff;
    z-index: 1002;
    overflow: hidden;
    padding: .5rem 1rem 1rem;
}

.x-button {
    border-radius: 0 3px 0 5px;
    padding: 4px 12px;
    color: #ccc;
    font-weight: 700;
    float: right;
}

    .x-button:hover {
        cursor: pointer
    }

.popup-inner {
    display: inline-block;
}

.popup-content {
    text-align: center;
}

.popup-bgImage {
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(/Themes/RcwBlack/Content/images/coinBg.jpg);
    background-size: cover;
    background-position: 110px 0;
    width: 100px;
    height: 100%;
    -webkit-mask-image: -webkit-gradient(linear, left, right, from(rgba(0, 0, 0, 1)), to(rgba(0, 0, 0, 0)));
    mask-image: linear-gradient(to right, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0));
}

.popup-text {
    width: 80%;
    margin: 0 0 0 auto;
}

    .popup-text h3 {
        font-size: 18px;
    }

.popup-link {
    width: 80%;
    margin: 0 0 0 auto;
}

.popup-content a {
    font-size: 20px !important;
    text-decoration: underline;
    color: #ccc;
}

#ph-topic {
    width: 80%;
    margin: 0 auto;
}

#ph-topic h1 {
    font-size: 30px;
}

.center-1 .page-title, .center-1 .title {
    text-align: center;
}

.page-title {
    min-height: 50px;
    margin: 0 0 25px;
    border-bottom: 1px solid #ddd;
    padding: 6px 10px;
}

.left {
    float: left;
}

.right {
    float: right;
}

.header-menu > ul > li {
    display: inline-block;
    border-left: 1px solid #ddd;
    padding: 0 5px;
    vertical-align: middle;
}

.networks dl, ol, ul {
    margin-bottom: 0 !important;
}

.ProfessionalAssociations {
    width: 100%;
    text-align:left;
    font-size:18px;
}

.footer-info {
    line-height: 15px;
    font-size: 11px;
}

@media (min-width: 360px) {
    .popup-outer {
        top: 1px;
    }
}

@media (min-width: 480px) {
    .master-wrapper-content {
        width: 95%;
    }

    .footer-block {
        width: 85%;
    }

    .search-box input.search-box-text {
        width: 280px;
    }

    .popup-outer {
        left: 50%;
        margin-left: -240px;
        background-size: auto 80%;
        background-position: center;
    }
}

@media (min-width: 768px) {
    .logo-container-small {
        display: none;
    }

    .logo-container {
        display: flex;
    }

    .master-wrapper-content {
        width: 95%;
    }

    .follow-us {
        width: 98%;
        margin: 25px auto 0;
    }

    .footer-block .list a {
        color: #333;
        display: inline;
        padding: 0;
    }

    .footer-block .list li {
        padding: 0;
    }

    .footer-block .list {
        display: block !important;
        background: none;
        padding: 0;
    }

    .footer-block .title {
        background: none;
        padding: 0;
        color: #444;
        cursor: auto;
    }

    .footer-block {
        display: inline-block;
        width: 25.33333%;
        margin: 0 4%;
        vertical-align: top;
    }
}

@media (max-width: 1023px) {
    .menu-toggle {
        background: #000;
        padding: 15px;
        font-size: 15px;
        font-weight: 700;
        color: #fff;
        text-transform: uppercase;
        cursor: pointer;
    }

    .icon {
        display: block;
        float: left;
        width: 23px;
        padding-top: 2px;
        margin: 0 18px 0 0;
    }

    .top-menu {
        display: none;
    }

        .top-menu > li {
            position: relative;
            margin: 1px 0;
            background-color: #f6f6f6;
        }

            .top-menu > li > a {
                display: block;
                min-height: 55px;
                padding: 18px;
                font-size: 15px;
                color: #555;
            }

    .sublist-toggle {
        position: absolute;
        top: 0;
        right: 0;
        width: 55px;
        height: 55px;
        border-left: 1px solid #fff;
        background: url(../images/toggle-black.png) center no-repeat;
        padding: 15px;
        font-size: 15px;
        font-weight: 700;
        color: #fff;
        text-transform: uppercase;
        cursor: pointer;
    }

    .top-menu .sublist {
        display: none;
        background-color: #fff;
        padding: 5px 0;
    }

        .top-menu .sublist li {
            position: relative;
            margin: 1px 0 1px 20px;
        }

            .top-menu .sublist li a {
                display: block;
                padding: 15px 18px;
                font-size: 15px;
                color: #444;
            }

    .icon .line {
        display: block;
        background-color: #fff;
        height: 3px;
        margin-bottom: 2px;
    }

    .master-column-wrapper {
        display: block;
    }
}

@media (min-width: 1024px) {
    #about-rcw-menu li {
        float: none;
        width: 288px;
    }

    .breadcrumb {
        margin: 0 0 20px;
    }

    .master-wrapper-content {
        width: 980px;
        margin: auto;
    }

    .footer-lower {
        width: 980px;
        padding: 25px 5px 0 5px;
    }

    .follow-us {
        float: right;
        width: 300px !important;
        margin: 0;
        text-align: left;
    }

    .footer-block .list {
        margin: 0;
    }

    .footer-block .title strong {
        color: #000;
    }

    .footer-block {
        float: left;
        width: 220px;
        margin: 0;
    }

    .footer-upper {
        width: 980px;
        padding: 35px 10px 0 10px;
    }

    .header-links-wrapper {
        padding: 0;
        width: 93.75%;
    }

    .header-links a, .header-links span {
        line-height: 45px;
        text-transform: none;
    }

    .header-links li {
        margin: 0 16px;
    }

    #topcartlink {
        display: inline-block;
        width: auto;
        margin: 0;
        padding: 0 18px;
    }

    .header-lower {
        display: table;
        width: 93.75%;
        background: #fff;
    }

    .header-logo {
        display: table-cell;
        text-align: left;
        vertical-align: middle;
        font-size: 0;
        width: 250px;
    }

    .CallUsHeader {
        text-align: left;
        font-size: 18px;
        padding-top: 15px;
    }

    .search-box {
        display: table-cell;
        text-align: right;
        vertical-align: middle;
    }

        .search-box input.search-box-text, .search-box .search-box-button {
            height: 40px;
        }

    .header-menu > ul.mobile {
        display: none !important;
    }

    .header-menu {
        width: 80%;
        margin: 0 auto;
        padding: 14px 0;
        text-align: center;
        background: #fff;
    }

        .header-menu > ul {
            margin: 0 auto;
            width: 93.75%;
            font-size: 0;
            display: block !important;
        }

            .header-menu > ul > li:first-child {
                border-left: none;
            }

                .header-menu > ul > li > a {
                    display: block;
                    padding: 5px;
                    line-height: 20px;
                    font-size: 18px;
                    color: #333;
                    cursor: pointer;
                }

    .menu-toggle, .sublist-toggle {
        display: none;
    }

    .header-menu .sublist {
        display: none;
        position: absolute;
        max-width: 724px;
        box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
        background-color: #fff;
        padding: 10px 0;
        text-align: left;
        z-index: 1000;
    }

    ul.sublist.first-level li {
        float: left;
        width: 238px;
    }

    .header-menu .sublist li {
        position: relative;
    }

        .header-menu .sublist li a {
            display: block;
            position: relative;
            padding: 10px 20px 10px 30px;
            font-size: 17px;
            color: #444;
        }

    .header-menu ul li:hover > .sublist {
        display: block;
    }

    .menu-toggle, .sublist-toggle {
        display: none;
    }

    .header-menu .sublist .sublist {
        top: -10px;
        z-index: 1;
        background: #eee;
        left: 70% !important;
        box-shadow: 0 0 2px rgba(0, 0, 0, .5);
    }

    .popup-outer {
        margin-left: 0;
        top: auto;
        right: 1px;
        bottom: 1px;
        left: auto;
    }
}

@media (min-width: 1366px) {
    .header-menu {
        width: 100%;
        margin: 0 auto;
        padding: 14px 0;
        text-align: center;
        background: #fff;
    }

    .footer-lower {
        width: 1500px;
        padding: 25px 20px 0 20px;
    }

    .logos {
        height: 70px;
        margin: 0 1rem 0;
        padding: .5rem;
    }

    .footer-block {
        width: 280px;
    }

    .footer-upper {
        width: 1200px;
        padding: 35px 30px 0 30px;
    }

    .master-wrapper-content {
        width: 1500px;
    }
}