/**
 * Overrides for core styles
 */

body {
    background: #441196;
}

/**
 * Basics
 */

body.admin {
    background: #fff;
}

body.home {
    background: #441196;
    /*background: linear-gradient(to bottom, #441196 20%,#080c47 100%);*/
    color: #fff;
}

.wrapper {
    background: #fff;
}

body.home .wrapper {
    background: transparent;
}

.g-recaptcha {
    margin: 10px 0 20px;
}

body.single {
    background: #fff;
}

textarea {
    min-height: 150px;
}

.scroll-to {
    position: relative;
    top: -90px;
}

.vcenter {
    display: inline-block;
    vertical-align: middle;
    float: none;
}

blockquote {
    padding: 5px 20px;
    margin: 10px 0;
}

blockquote p, blockquote footer {
    margin: 10px 0;
}

cite {
    font-style: normal;
}

a:hover {
    text-decoration: none;
}

a.btn-default {
    color: #808080;
}

a.btn-info {
    color: #fff;
}

a.btn-tag, span.btn-tag, span.btn-industry, span.btn-style {
    background: #E0E8FF;
    color: #333366;
    border: 0;
    margin-bottom: 4px;
    transition: all 0.3s;
}

span.btn-industry {
    background: #F8E0FF;
    color: #663366;
}

a.btn-tag:hover {
    background: #D0D8FF;
    color: #333366;
    border: 0;
}

a.btn-tag span {
    opacity: 0.3;
}

span.btn-style {
    background: #E8F8E0;
    color: #336633;
}

a.btn-facebook {
    color: #fff;
    background-color: #2d609b;
}

a.btn-facebook:hover, a.btn-facebook:active, a.btn-facebook:focus {
    color: #fff;
    background-color: #1d508b;
}

a.btn-twitter {
    color: #fff;
    background-color: #00c3f3;
}

a.btn-twitter:hover, a.btn-twitter:active, a.btn-twitter:focus {
    color: #fff;
    background-color: #00b3e3;
}

a.btn-secondary, a.btn-secondary:active, a.btn-secondary:focus {
    color: #fff;
    background-color: #441196;
}

a.btn-secondary:hover {
    color: #fff;
    background-color: #240076;
}

a.underline {
    text-decoration: underline;
    color: #484848;
}

a.underline:hover, a.underline:focus {
    color: #2F2F2F;
}

.btn {
    border-radius: 2px;
}

/* Admin buttons */
body.admin button[type=submit].btn {
    min-width: 100px;
}

.white-panel {
    background: #fff;
    border-bottom: 2px solid #f3f3f3;
}

.gray-panel {
    background: #f6f6f6;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}

.gray-panel .nav-tabs>li.active>a, .gray-panel .nav-tabs>li.active>a:focus, .gray-panel .nav-tabs>li.active>a:hover {
    background: #f6f6f6;
}

.gray-background {
    background: #f6f6f6;
    margin: 40px 0 0 0;
    padding: 40px 0;
    border-top: 2px solid #f3f3f3;
    border-bottom: 2px solid #f3f3f3;
}

@media (min-width: 768px) {
    .mobile-labels .control-label {
        display: none;
    }
}

@media (max-width: 768px) {
    .mobile-labels div.row {
        border-bottom: 1px solid #ddd;
        margin-bottom: 20px;
    }
}

/*.gray-background .questions {*/
/*font-size: 18px;*/
/*list-style-position: outside;*/
/*padding: 10px 10px 10px 30px;*/
/*}*/

.padded {
    padding: 30px;
}

.margin-top {
    margin-top: 30px;
}

img {
    max-width: 100%;
}

h2 {
    font-size: 25px;
    line-height: 30px;
    margin-bottom: 20px;
}

h1 {
    font-size: 28px;
}

.word-breakable {
    word-break: break-all;
}

h1 a:not(.show-link):link, h1 a:not(.show-link):visited {
    color: #444;
}

h1 > a.label:link,h1 > a.label:visited {
    color: #fff;
    font-size: 14px;
    position: relative;
    top: -20px;
}

h4 {
    font-size: 1.1em;
    line-height: 1.3em;
    color: #222;
}

/**
 * Headings
 */

h1:first-child, h2:first-child, h3:first-child {
    margin-top: 0;
}

/**
 * Chat
 */

.zopim {
    right: 30px !important; /* Move to accommodate scrollbar on search page */
}

@media (max-width: 768px) {
    .zopim {
        right: 15px !important;
    / / bottom: 15 px !important;
    }

    .has-social-icons .zopim {
        bottom: 55px !important;
    }
}

/**
 * Nav
 */

.navbar-brand img {
    width: 100%;
    height: auto;
    margin-top: -3px;
}

.single .navbar.navbar--not-scrolled, .single-category .navbar.navbar--not-scrolled {
    border-bottom: 0;
}

.navbar, .single .navbar.navbar--is-scrolled, .single-category .navbar.navbar--is-scrolled {
    background: #441196;
    padding-top: 16px;
    padding-bottom: 16px;
    border: 0;
    min-height: 86px;
}

.navbar-content {
    width: 100%;
    display: flex;
    align-items: center;
}

.navbar-left {
    flex: 0 1 auto;
    width: 100px;
    min-width: 70px;
}

.navbar-navarea {
    flex: 0 0 auto;
}

.navbar-search {
    flex: 1 1 auto;
    padding: 0 20px;
}

.navbar-hamburger {
    flex: 0 1 auto;
    width: 30px;
}

.navbar-space {
    flex: 1 1 auto;
}

.navbar-notifications {
    flex: 0 1 auto;
    width: 40px;
    position: relative;
    top: -7px;
}

.navbar-hamburger .navbar-toggle .icon-bar {
    background: #000;
}

.navbar-inverse .navbar-hamburger .navbar-toggle .icon-bar {
    background: #fff;
}

.mobile-nav {
    display: none;
}

.navbar-inverse .navbar-middle {
    flex: 1;
}

.navbar-inverse .navbar-middle ul {
    float: right;
}

.log-in-out a {
    margin: 13px 9px !important;
    padding: 2px 6px !important;
}

.navbar-inverse .log-in-out a {
    border: 1px solid #fff;
}

.nav-dark .log-in-out a {
    border: 1px solid #2F2F2F;
}

@media (max-width: 768px) {
    .navbar-navarea, .navbar-middle {
        display: none;
    }

    .navbar-brand {
        padding-left: 0;
    }

    .navbar-toggle {
        padding-right: 0;
    }

    .mobile-nav {
        z-index: 9999;
        position: fixed;
        align-items: center;
        background: #180c47;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
    }

    a.mobile-close, a.mobile-close:visited {
        display: block;
        position: fixed;
        color: rgba(255, 255, 255, 0.5);
        font-size: 50px;
        top: 15px;
        right: 15px;
        width: 48px;
        height: 48px;
        text-align: right;
    }

    .mobile-nav ul {
        margin: 0;
        padding: 0;
        list-style: none;
        display: flex;
        flex-direction: column;
        position: fixed;
        justify-content: space-around;
        top: 10%;
        left: 0;
        bottom: 20%;
        right: 0;
    }

    .mobile-nav ul li {
        flex: 1;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .mobile-nav ul li a {
        flex: 1;
        color: #fff;
        padding: 20px;
        font-size: 30px;
        text-align: center;
    }
}

.nav > li > a {
    padding-left: 15px;
    padding-right: 15px;
}

.navbar-inverse .navbar-nav > li > a {
    color: #fff;
    opacity: 0.7;
}

.navbar-inverse .navbar-nav > li > a:hover {
    background: transparent;
    opacity: 1;
}

.nav.navbar-nav.nav-dark > li > a {
    color: #2F2F2F;
    opacity: 0.5;
    background-color: transparent;
}

.nav.navbar-nav.nav-dark > li.active > a, .nav.navbar-nav.nav-dark > li.active > a:hover,
.nav.navbar-nav.nav-dark > li > a:hover, .nav.navbar-nav.nav-dark > li > a:focus {
    opacity: 1;
}

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover {
    background: transparent;
    color: #fff;
    opacity: 1;
}

.navbar-toggle {
    margin-right: 0;
}

.navbar-inverse .navbar-toggle, .navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover {
    color: #fff;
    background: transparent;
    border-color: transparent;
}

.home .navbar-inverse .navbar-collapse {
    border-color: transparent;
}

.home .navbar-brand:after {
    content: '';
}

.home .small-title-secondary {
    margin-top: 50px;
}

.home .lead-secondary {
    margin-top: 20px;
    color: #292929;
}

.home h3.small-title a, .home h3.small-title a:hover {
    font-weight: 700;
    color: #292929;
    text-decoration: none;
}

.container-home {
    background-color: #fff;
    padding: 50px 0;
}

.secondary-container-home {
    background-color: #F9F9F9;
    border-top: 1px solid #E4E4E4;
}

.tertiary-container-home {
    padding-bottom: 120px;
}

@media (max-width: 992px) {
    .navbar-brand:after {
        content: '';
    }
}

@media (max-width: 768px) {
    .container .navbar-header {
        margin-right: 0;
        margin-left: 0;
    }

    .container .navbar-collapse {
        background: #672375;
    }

    .price-box-interim {
        display: none;
    }
}

/**
 * Footer
 */

.footer {
    margin-top: 60px;
    background: #441196;
    /*background: #1e2430;*/
    color: #ccc;
}

.min-height-body {
    min-height: 60vh;
}

.security-logos h3.security-heading {
    font-size: 20px;
    color: #888;
}

.single .footer {
    margin-top: 20px;
}

.footer-no-gap .footer {
    margin-top: 0;
}

.footer .row {
    padding: 30px 0;
}

.footer a {
    color: #fff;
    opacity: 0.6;
    text-decoration: underline;
}

.footer a:hover {
    opacity: 0.9;
}

.footer img.logo {
    max-width: 85px;
    height: auto;
    padding: 0;
}

.footer .extended-footer p {
    margin: 20px 0;
}

.footer .social-media img {
    height: 32px;
    padding: 3px;
}

.footer .taglist a {
    text-decoration: none;
}

.footer .extended-footer .linklist {
    margin-top: 30px;
}

@media (max-width: 992px) {
    .footer .extended-footer .linklist {
        margin-top: 20px;
    }

    .footer .extended-footer .col-md-3 {
        margin-top: 30px;
    }
}

.footer .linklist a {
    margin-right: 15px;
}

.footer a.no-underline {
    text-decoration: none !important;
}

.footer .standard-footer {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.footer .standard-footer p {
    margin: 0;
}

.footer h4 {
    color: #fff;
}

.seller-dashboard .extended-footer, .seller-dashboard .security-logos {
    display: none;
}

.admin .footer {
    display: none;
}

.single .more-brands h3.more-title {
    padding: 40px 0 10px;
}

.single .more-brands h3 {
    padding: 0;
}

.security-logos {
    border-top: 1px solid #E4E4E4;
}

.security-logo {
    margin: 20px 60px;
    zoom: 50%;
}

@media (max-width: 768px) {
    .security-logo {
        margin: 20px;
    }
}

/**
 * Admin
 */

.admin .page-header {
    margin-top: 30px;
}

@media (max-width: 768px) {

    .nav-search {
        margin: 8px 8px 0 8px !important;
    }
}

/* Sortable tables */
table.sortable thead {
    cursor: pointer;
}

/**
 * Buttons
 */

.btn-primary.btn-lg {
    padding: 10px 32px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 2px;
}

.admin .btn {
    padding: 6px 12px;
}

.admin .btn-danger, a.btn-success {
    color: #fff;
}

.btn-primary:hover, .btn-primary.active, .btn-primary:active, .btn-primary:focus {
    background: #d70f5f;
    border: 1px solid #d70f5f;
}

/**
 * Search
 */

.search-control {
    width: 100%;
    background: #fff;
    border: 1px solid #BCBCBC;
    border-radius: 2px;
    display: flex;
    align-items: center;
}

.search-control input[type=text] {
    width: 100%;
    flex: 1 1 100%;
    padding: 8px 15px;
    border: 0;
    outline: none;
    -webkit-appearance: none;
    background: #fff;
}

.search-control input[type=submit] {
    width: 22px;
    height: 22px;
    margin-right: 15px;
    border: 0;
    flex: 0 0 auto;
    background: #fff url("/images/new-search-icon.png") no-repeat center;
    background-size: contain;
}

.jumbotron .search-control {
    max-width: 500px;
    margin: 30px auto 0;
}

.jumbotron .search-control input[type=text] {
    color: #444;
    font-size: 20px;
    height: 54px;
}

.jumbotron .search-control input[type=submit] {
    width: 30px;
    height: 30px;
}

@media (min-width: 768px) {
    .home .jumbotron #search {
        width: 800px;
    }

    .home .jumbotron .search-icon {
        display: inline-block;
    }
}

.no-results {
    margin: 20px -10px;
    background: #fcefd1;
    color: #484848;
}

/**
 * Single word page
 */

.single-word h1 {
    font-size: 28px;
    padding: 0 20px;
}

.single-word h1 .lead {
    display: block;
    margin: 0;
    color: #888;
}

.single-word h3 {
    margin: 30px 0 20px;
}

.single-word h3:first-child {
    margin-top: 0;
}

@media (min-width: 992px) {
    .single-word h1 {
        font-size: 42px;
        padding: 20px 15px 10px 15px;
    }

    .single .thumb-container {
        margin-top: -170px;
    }
}

.single-word {
    padding: 30px 0;
    color: #494949;
    font-size: 18px;
}

.single .single-main {
    padding-bottom: 50px;
}

.single-word .domain-placeholder {
    margin-bottom: 40px;
    /* Fix quirky missing bottom border */
    padding-bottom: 2px;
}

.single-word .domain-placeholder-inside {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.single-word .toggle-fav:not(.toggle-fav-with-text) {
    right: 25px !important;
}

.single-word .price-box-text form {
    display: inline;
}

.single-word .price-box-actions .stripe-button-el {
    background: transparent;
    border: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.single-word .price-box-actions .stripe-button-el span, .btn-contact, .btn-buy, .btn-buy:visited {
    display: inline-block;
    white-space: nowrap;
    height: auto;
    font-weight: normal;
    font-family: 'Lato', sans-serif;
    background: #ef156e;
    color: #fff;
    border: 0;
    padding: 6px 14px;
    line-height: 30px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    text-shadow: none;
}

.btn-buy:hover, .btn-buy:focus, .btn-buy:active {
    color: #fff;
    background: #df055e;
}

@media (min-width: 778px) {
    .btn-buy, .btn-contact {
        min-width: 120px;
    }
}

a.btn-contact {
    border: 1px solid #ccc;
    background: transparent;
    color: #444;
}

.btn-contact:hover {
    border: 1px solid #bbb;
    background: #ddd;
}

@media (min-width: 778px) {
    .col-name {
        padding-right: 0;
    }
}

.single-word .price-box-actions .stripe-button-el span:hover, .single-word .price-box-actions .stripe-button-el span:active {
    background: #d70f5f;
}

.single-word .alert-danger {
    width: 100%;
    text-align: center;
}

.single .btn-primary, .single .btn-primary:visited {
    color: #fff;
}

.single-content ul {
    padding: 5px;
    list-style-position: inside;
    line-height: 1.5;
}

.single .get-list {
    padding: 0;
    font-size: 18px;
    list-style: none;
}

.single .get-list li:before {
    background-image: url('/images/tick.png');
    background-size: 14px 10px;
    display: inline-block;
    width: 14px;
    height: 10px;
    content: "";
    margin-right: 12px;
}

.price-box {
    background-color: #fff;
    border: 1px solid #bbb;
    border-radius: 5px;
    margin: 30px 0;
    overflow: hidden;
}

.single-word p a, .single-word li a {
    color: #222;
    text-decoration: underline;
}

.single .price-box-actions {
    padding: 20px;
}

.single .price-box-footer {
    background: #f8f8f8;
    padding: 10px 20px;
    border-top: 1px solid #bbb;
}

.single .price-box-footer a {
    color: #444;
    text-decoration: underline;
}

.single .price-box-value {
    font-size: 30px;
}

.single .price-box-value .domain-price {
    font-weight: bold;
    margin-right: 10px;
    color: #000;
}

.single .price-box-desc {
    padding: 20px 20px 0;
}

.single .price-box-desc h4 {
    margin-top: 0;
}

.single .price-box-buttons {
    display: flex;
    align-items: center;
    margin-top: 10px;
}

.single .price-box-buttons > * {
    flex: 1 0;
    margin: 0 10px 0 0;
}

.single .price-box-buttons > *:last-child {
    margin-right: 0;
}

.single .price-box-text {
    color: #808080;
    font-size: 16px;
}

.single small {
    color: #808080;
}

#contact {
    padding-top: 40px;
}

.domain-block-sold, .domain-block-sold .domain-placeholder {
    margin-bottom: 0 !important;
}

img.sold {
    width: 56px;
    margin-right: 16px;
}

.single .single-panel {
    padding: 40px 15px;
}

.single .single-panel h2 {
    text-align: center;
    font-size: 28px;
    padding: 20px 0;
}

.resources-panel {
    padding-bottom: 0;
}

.resources-panel h4, .resources-panel p {
    line-height: 150%;
}

.resources-panel .col-md-4 {
    padding: 20px;
}

.resources-panel .col-md-4 h4 {
    font-size: 20px;
}

.single .what-happens {
    text-align: center;
    font-size: 18px;
}

.single .what-happens a {
    display: inline-block;
    padding: 40px 0 20px 0;
    font-size: 18px;
}

.single .what-happens h3 {
    max-width: 80%;
    margin: 0 auto;
    font-size: 24px;
    padding: 20px 0;
}

.single .what-happens img {
    zoom: 50%;
    padding: 20px;
}

/**
 * Happy clients
 */

.single .happy-clients .col-md-4 {
    padding: 10px;
    text-align: center;
}

.single .happy-clients p {
    margin-bottom: -10px;
}

.single .happy-clients img {
    margin-top: 30px;
    zoom: 50%;
}

.bubble {
    position: relative;
    width: 100%;
    height: auto;
    padding: 30px;
    font-size: 18px;
    background: #FFFFFF;
    border: #d7d7d7 solid 1px;
    margin-bottom: 20px;
}

.bubble:after {
    content: '';
    position: absolute;
    border-style: solid;
    border-width: 15px 15px 0;
    border-color: #FFFFFF transparent;
    display: block;
    width: 0;
    z-index: 1;
    margin-left: -15px;
    bottom: -15px;
    left: 50%;
}

.bubble:before {
    content: '';
    position: absolute;
    border-style: solid;
    border-width: 15px 15px 0;
    border-color: #d7d7d7 transparent;
    display: block;
    width: 0;
    z-index: 0;
    margin-left: -15px;
    bottom: -16px;
    left: 50%;
}

/**
 * Carousel
 */

.carousel-wrapper {
}

.carousel-wrapper h3 {
    text-align: center;
    margin: 50px 0;
}

.carousel-container {
    position: relative;
}

.carousel {
    background: #fff;
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    text-align: center;
}

.carousel::-webkit-scrollbar {
    height: 0;
}

.carousel a {
    display: inline-block;
    margin-right: 10px;
}

.carousel a:last-child {
    margin-right: 0;
}

.carousel a img {
    display: inline-block;
    height: 400px;
}

#scrollLeft, #scrollRight {
    cursor: pointer;
    z-index: 999;
    position: absolute;
    width: 100px;
    height: 400px;
    opacity: 0.1;
    transition: all 1s;
    padding: 15px;
}

.carousel-container:hover #scrollLeft, .carousel-container:hover #scrollRight {
    opacity: 0.4;
}

#scrollLeft {
    left: 0;
    background: #666 url("/images/left.png") no-repeat center;
    background-size: contain;
    background-origin: content-box;
}

#scrollRight {
    right: 0;
    background: #666 url("/images/right.png") no-repeat center;
    background-size: contain;
    background-origin: content-box;
}

@media (max-width: 768px) {
    .carousel img {
        max-height: 250px;
    }

    #scrollLeft, #scrollRight {
        display: none;
    }

    .single .price-box-buttons {
        display: block;
    }

    .single .price-box-buttons > * {
        display: block;
        width: 100%;
    }

    .single .price-box-buttons > *:nth-child(1) {
        margin-bottom: 10px;
    }
}

/**
 * Payment
 */

.payment-modal .modal-dialog {
    width: 100%;
    margin: 0;
}

@media (min-width: 920px) {
    .payment-modal .modal-dialog {
        width: 920px;
        margin: 100px auto;
    }
}

.payment-modal .modal-content {
    border-radius: 0;
    border: 0;
    text-align: center;
}

.payment-modal .modal-header {
    background: #3ba0ce;
    color: #FFF;
    padding: 35px 20px;
}

.payment-modal .modal-header span, .payment-modal .modal-body p {
    margin-top: 15px;
    opacity: 0.6;
}

.payment-modal .modal-header h2 .domain-price {
    margin-left: 20px;
    color: #fff;
    opacity: 1;
}

.payment-modal .modal-body {
    padding: 10px 30px;
}

.payment-modal .modal-body .payment-option {
    display: inline-block;
    margin: 10px;
    width: 220px;
    border: 1px solid #E5E5E5;
    padding: 20px;
    color: #2F2F2F;
}

.payment-modal .modal-body .payment-option:hover {
    color: #2F2F2F;
    background: #fafafa;
}

.payment-modal .modal-body .payment-option.active {
    border: 1px solid #2094D6;
    text-decoration: none;
}

.payment-modal .modal-body .payment-option img {
    height: 30px;
    margin-bottom: 5px;
}

.payment-modal .payment-form {
    margin-top: 30px;
    text-align: left;
}

.payment-modal .payment-form small {
    display: block;
    opacity: 1;
    margin: 30px 0;
}

.payment-modal .payment-form .btn {
    width: 100%;
}

.payment-modal .submit-container {
    margin-top: 30px;
}

.payment-modal .form-inline input {
    display: inline-block;
    max-width: 49%;
}
.payment-modal .form-inline.form-inline-small input {
    max-width: 25%;
}

.payment-modal .form-inline input:last-child {
    float: right;
}

.payment-modal .form-control {
    height: 40px;
    font-size: 16px;
    border-radius: 0;
}

.payment-modal .close {
    color: #fff;
    margin-top: -20px;
}

.payment-modal .modal-footer p {
    text-align: left;
    font-size: 13px;
    opacity: 0.6;
    line-height: 20px;
}

.payment-modal .modal-footer img {
    zoom: 50%;
    margin-right: 10px;
}

#payment-form {
    display: none;
    width: 100%;
}

.payment-errors {
    width: 100%;
    display: none;
}

.discount-message {
    margin-top: 0 !important;
    display: block;
}

.vat-message {
    margin-top: 10px !important;
    text-align: center;
    color: #888;
    display: block;
}

.payment-modal .alert small {
    margin: 0;
}

#apply-code-link {
    color: #666;
    text-decoration: underline;
}

/**
 * Seller pages
 */

.seller-page {
    padding: 20px 0;
    background: #461767;
}

.seller-page .wrapper {
    min-height: 100vh;
}

/**
 * Categories
 */

.category-banner {
    color: #000;
    padding: 50px 20px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    margin-bottom: 50px;
    display: flex;
    align-items: center;
}

.category-banner.category-banner-shallow {
    padding: 50px 20px 50px 20px;
}

.category-banner h1 {
    font-size: 36px;
}

.category-banner .text-container {
    max-width: 600px;
    margin: 0 auto;
    font-size: 18px;
    opacity: 0.8;
}

.category-words .domain-grid {
    margin-top: 0;
}

.category-words section {
    background: #F8F8F8;
    border: 1px solid #F0F0F0;
    padding: 20px;
    margin: 0 0 20px;
    border-radius: 4px;
}

.category-words section:last-of-type {
    margin-bottom: 60px;
}

.category-words section h1 {
    font-size: 24px;
    margin-bottom: 20px;
}

.category-words section p {
    color: #666;
}

.category-words section p:last-of-type {
    margin-bottom: 0;
}

.category-words .btn {
    margin-bottom: 60px;
}

@media (min-width: 1024px) {
    .category-banner {
        padding: 70px 20px;
    }
}

@media (min-width: 1800px) {
    .category-banner {
        padding: 90px 20px;
    }
}

/**
 * Contact form
 */

.single .contact-form {
    margin: 0 auto;
    max-width: 600px;
    padding: 20px 0;
}

.questions {
    font-size: 18px;
}

.contact input, .contact textarea, .contact select,.contact .btn {
    font-size: 18px;
    margin-bottom: 10px;
}

.contact input, .contact .btn {
    height: 50px;
}

.contact .btn {
    margin-top: 10px;
}

.label-featured {
    font-size: 14px;
    position: relative;
    left: 4px;
    top: -3px;
}

a.label {
    color: #fff;
}

/**
 * Tables
 */

table h3 {
    margin: 0;
    padding: 0;
}

table tr.disabled {
    background: #e0e0e0;
    opacity: 0.5;
}

/**
 * Jumbotron
 */

.home .jumbotron {
    background: transparent;
    margin-top: 8vh;
    margin-bottom: 8vh;
    padding: 0 10px 10px;
    color: #fff;
}

.home .jumbotron .lead a {
    color: #fff;
}

.jumbotron {
    padding: 20px 10px 60px 10px;
}

.jumbotron h1 {
    font-size: 47px;
    margin-bottom: 15px;
}

@media (max-width: 778px) {
    .jumbotron h1 {
        font-size: 40px;
    }
}

.home .lead {
    opacity: 0.5;
    margin: 30px 0;
}

.jumbotron .lead a {
    text-decoration: underline;
}

.jumbotron .search-form {
    margin: 40px auto 0;
}

/**
 * Words
 */

.search-controls {
    border-bottom: 2px solid #f2f2f2;
}

@media (min-width: 992px) {
    .search-controls {
        position: fixed;
        width: 100%;
        background: #fff;
        z-index: 999;
    }
}

.options {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0 -20px;
}

.option-container {
    margin: 15px 20px;
}

.option-container.price-range {
    flex: 290px 1;
    display: flex;
}

.option-container.price-range .slider-container {
    flex: 1;
    padding: 18px 20px 0 20px;
}

.slider-container .noUi-target {
    border: 0;
    box-shadow: none;
    background: #d4d4d4
}

.slider-container .noUi-horizontal {
    height: 1px;
}

.slider-container .noUi-handle, .slider-container .noUi-horizontal .noUi-handle {
    border: 1px solid #c3c3c3;
    box-shadow: none;
    width: 24px;
    height: 24px;
    top: -12px;
    border-radius: 20px;
}

.slider-container .noUi-handle:before, .slider-container .noUi-handle:after {
    background: transparent;
}

.slider-container .noUi-connect {
    background: #c3c3c3;
    box-shadow: none;
}

.price-indicator {
    min-width: 100px;
    padding-top: 1px;
    font-size: 14px;
    line-height: 34px;
}

.option-container.clear a {
    color: #606060;
    line-height: 34px;
}

.option-container.clear a img {
    opacity: 0.8;
    margin-top: -2px;
    margin-left: 10px;
    height: 22px;
    padding: 4px;
    border: 1px solid #c3c3c3;
    border-radius: 12px;
}

.options .sort-title {
    display: inline-block;
    line-height: 34px;
    margin-right: 5px;
    min-width: 85px;
}

.options .dropdown {
    display: inline-block;
}

.options .dropdown-menu {
    max-height: 400px;
    overflow: auto;
}

.options .dropdown-toggle {
    min-width: 200px;
    text-align: left;
}

.options .dropdown-toggle:hover, .options .dropdown-toggle:active, .options .dropdown-toggle:focus {
    background: #f6f6f6;
}

.options .dropdown-toggle .caret {
    position: absolute;
    right: 8px;
    margin: 8px 0;
}

.options .open .caret {
    border-bottom: 4px dashed;
    border-top: none;
}

.options .dropdown-menu {
    margin-top: 5px;
    min-width: 200px;
    -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2);
}

@media (max-width: 768px) {
    .options {
        margin: 0 -15px;
    }
}

/**
 * About page
 */

.about .about-container .row {
    font-size: 18px;
}

.about h1 {
    color: #2F2F2F;
    font-size: 45px;
    padding: 10px 0;
}

.about h2 {
    padding: 10px 0;
}

.about p.lead {
    margin-top: -10px;
    margin-bottom: 25px;
}

.lead-after-image {
    margin-top: 30px !important;
}

.about-content {
    line-height: 1.5;
}

.about-content p:first-child:not(li) {
    font-weight: bold;
}

.about .btn {
    margin-top: 20px;
    color: #fff;
    font-size: 18px;
}

.about .row-images {
    padding: 30px 0 40px 0;
}

.success-questions {
    margin-top: 30px;
}

/**
 * Sellers
 */

.sellers h1 {
    color: #2F2F2F;
    font-size: 36px;
    padding-top: 10px;
    padding-bottom: 30px;
}

.sellers h2 {
    padding-bottom: 20px;
}

.sellers h3 {
    color: #2094D6;
    font-size: 20px;
}

.large-padding {
    padding-top: 60px;
    padding-bottom: 60px;
}

.large-top-padding {
    padding-top: 60px;
}

.large-bottom-padding {
    padding-bottom: 60px;
}

/**
 * Alternatives to BrandBucket
 */

.alt-body {
    max-width: 950px;
    margin: 0 auto;
    font-size: 18px;
}

.alt-body h2 {
    text-align: center;
    margin-top: 40px;
}

.alt-body .table img {
    width: auto;
    height: 40%;
}

.row.famous-info {
    padding-bottom: 25px !important;;
}

/**
 * Mobile table goes edge-to-edge, centred, doesn't break words
 */
.table.table-mobile, .table.table-mobile td, .table.table-mobile th {
    text-align: center;
    word-break: keep-all !important;
}

.table.table-mobile img {
    margin: 0 auto;
}

.alt-body .table > tbody > tr > td,
.alt-body .table > tbody > tr > th,
.alt-body .table > tfoot > tr > td,
.alt-body .table > tfoot > tr > th,
.alt-body .table > thead > tr > td,
.alt-body .table > thead > tr > th {
    padding: 15px;
}

.alt-body .table .table > thead > tr > th {
    border-bottom: 1px solid #ddd;
}

.alt-body .table th:first-child {
    background-color: #F9F9F9;
}

/**
 * Ideas
 */

#ideas-header {
    padding: 150px 80px 40px;
    text-align: center;
}

@media (max-width: 768px) {
    #ideas-header {
        padding: 50px 10px 40px;
    }
}

#ideas-header .lead {
    color: #494949;
    margin: 20px 0 30px;
}

#ideas-links {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    margin: 30px 0;
    padding: 30px 0;
    display: flex;
    align-items: center;
}

#ideas-links > div {
    width: 50%;
}

#ideas-links h3 {
    margin: 20px 0;
}

#ideas-footer {
    padding: 40px;
    text-align: center;
}

#idea-form .form-group {
    width: 100%;
}

#ideas-results {
    display: none;
}

#ideas-no-results {
    height: 400px;
}

#ideas-results .lead {
    text-align: center;
    margin-bottom: 30px;
}

#ideas-lead {
    display: none;
}

#idea-form .form-control {
    border: 1px solid #E4E4E4;
    text-align: left;
    height: 55px;
    padding: 0;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
    overflow: hidden;
}

#idea-form .form-control input {
    width: calc(100% - 50px);
    font-size: 20px;
    padding: 20px;
    background: transparent;
}

#idea-form .form-control .search-icon {
    width: 50px;
    margin: 2px 0 0 0;
    padding: 12px;
    font-size: 20px;
}

#ideas-header #idea-word {
    width: 100%;
}

.ideas-images {
    margin-top: 12px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.ideas-images a {
    display: inline-block;
    width: calc(50% - 4px);
}

.ideas-images a img.idea-image {
    width: 100%;
    height: auto;
}

#ideas-brandpa .ideas-images a {
    width: calc(33.3% - 4px);
    margin-top: 8px;
}

.ideas-images a .idea-image-bg {
    display: inline-block;
    width: 100%;
    height: 150px;
}

.idea-label, .idea-label:visited {
    display: inline-block;
    max-width: 100%;
    white-space: nowrap;
    overflow-x: hidden;
    text-overflow: ellipsis;
    background: #f1f1f1;
    color: #555555;
    padding: 3px 12px;
    border-radius: 4px;
    margin: 0 1px;
    transition: all 0.2s;
}

.idea-label:hover {
    background: #E8E8E8;
    color: #555555;
}

.line-divider {
    background-color: #eee;
    height: 1px;
    margin-bottom: 60px;
}

@media (max-width: 768px) {
    .idea-label, .idea-label:visited {
        white-space: inherit;
    }

    .ideas-images a {
        display: block;
        margin-top: 8px;
        width: 100%;
    }

    .ideas-images a .idea-image-bg {
        height: 250px;
    }

    #ideas-brandpa .ideas-images a {
        width: 100%;
    }
}

.ideas-block {
    background: #FAFAFA;
    padding: 15px;
    border: 1px solid #EEEEEE;
    border-radius: 5px;
    margin-bottom: 25px;
}

.ideas-block h3 {
    font-size: 20px;
    margin: 0;
}

.ideas-labels {
    margin-top: 20px;
    line-height: 25px;
    width: 100%;
    overflow-x: hidden;
}

.ideas-feedback {
    margin-top: 20px;
}

.ideas-not-found {
    float: right;
    color: #8b8b8b;
    margin: -3px 0 0 0;
}

.ideas-failed {
    float: right;
    color: #B44;
    margin: -3px 0 0 0;
}

.ideas-credit {
    float: right;
    color: rgba(73, 73, 73, 0.7);
    margin: -3px 0 0 0;
}

.ideas-credit a {
    color: rgba(73, 73, 73, 0.7);
    text-decoration: underline;
}

.ideas #more {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding: 40px 0;
    margin: 40px 0;
}

.ideas h1 {
    margin-bottom: 40px;
}

/**
 * Loader animation
 */

.spinner {
    float: right;
    margin: 0;
    width: 70px;
    text-align: center;
}

.spinner > div {
    width: 18px;
    height: 18px;
    background-color: #333;

    border-radius: 100%;
    display: inline-block;
    -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
    animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.spinner .bounce1 {
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}

.spinner .bounce2 {
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}

@-webkit-keyframes sk-bouncedelay {
    0%, 80%, 100% {
        -webkit-transform: scale(0)
    }
    40% {
        -webkit-transform: scale(1.0)
    }
}

@keyframes sk-bouncedelay {
    0%, 80%, 100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    40% {
        -webkit-transform: scale(1.0);
        transform: scale(1.0);
    }
}

/**
 * Article
 */

figure {
    margin: 40px 0;
}

figure figcaption {
    color: #888;
    margin: 20px;
    text-align: center;
}

.page-header, .article-header {
    margin: 50px 0 30px;
}

.grid-section {
    text-align: center;
}

.grid-section p {
    margin-bottom: 20px;
}

.grid-section h2 a {
    color: #494949;
    margin-top: 0 !important;
}

.grid-card {
    margin-bottom: 30px;
}

.grid-text {
    border: 1px solid #eee;
    border-radius: 0 0 4px 4px;
    padding: 20px 15px;
    color: #888;
}

.resource-type {
    color: #BFBFBF;
    font-size: 17px;
    font-style: italic;
    margin-top: 20px;
}

.img-bordered {
    border: 1px solid #ddd;
}

.img-stylised {
    border-radius: 4px 4px 0 0;
}

.category-image {
    /* background for white images on transparent background (industry) */
    background: #868686;
}

.twitter-profile {
    width: 80px;
}

.twitter-profile img {
    border-radius: 10px;
}

.table-pretty {
    margin: 40px 0;
    width: 100%;
    background: #fff;
}

.table-pretty th {
    background: #F4F4F4;
    color: #2F2F2F;
}

.table .right-bordered {
    border-right: 1px solid #ddd;
}

.table-pretty th, .table-pretty td {
    padding: 4px 10px;
    text-align: center;
    vertical-align: middle !important;
}

.table-pretty.table-left th, .table-pretty.table-left td {
    text-align: left;
}

.table-pretty tr:first-of-type td {
    border-top: 0;
}

.table-pretty .glyphicon-chevron-right {
    color: #dd176f;
}

.table-images {
    margin: 40px 0;
}

.table.table-images, .table.table-images td, .table.table-images th {
    border: 0;
}

.table.table-images td {
    padding: 20px;
    vertical-align: middle;
}

.table.table-big tr td {
    font-size: 20px;
    padding: 20px;
}

.article h1 {
    color: #2F2F2F;
    font-size: 45px;
    padding: 10px 0;
}

.article h2 {
    color: #2F2F2F;
    font-size: 30px;
    margin: 40px 0 30px;
}

.article h3 {
    color: #2F2F2F;
    margin: 40px 0 15px;
}

.article p.lead {
    margin-top: -10px;
    margin-bottom: 35px;
}

.article b {
    color: #000;
}

.article-body {
    max-width: 650px;
    margin: 0 auto;
    font-size: 18px;
}

.article-wide {
    margin: 0 -60px;
}

.image-gap {
    margin-top: 50px;
    margin-bottom: 50px;
}

@media (max-width: 700px) {
    .article-wide {
        margin: 0 0 !important;
    }

    .table td, .table th {
        font-size: 15px !important;
        word-break: break-all;
    }
}

.article-body p {
    margin: 15px 0;
}

.article-body ul {
    margin: 30px 0;
}

.article-body li {
    margin: 10px 0;
}

.article-body .well {
    background: #F9F9F9;
    color: #444;
    border: 1px solid #e3e3e3;
    border-radius: 5px;
    margin: 40px 0;
    padding: 10px 10px;
    text-align: center;
}

.article-body .well b {
    color: #000;
}

.article-body .well table th {
    text-align: center;
}

.speech {
    position: relative;
    padding: 15px;
    margin: 0;
    border: 1px solid #E3E3E3;
    color: #333;
    background: #fff;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.speech.left {
    margin-left: 30px;
}

.speech.right {
    margin-right: 30px;
}

.speech:before {
    content: "";
    position: absolute;
    bottom: -20px;
    left: 40px;
    border-width: 20px 20px 0;
    border-style: solid;
    border-color: #e3e3e3 transparent;
    display: block;
    width: 0;
}

.speech:after {
    content: "";
    position: absolute;
    bottom: -18px;
    left: 41px;
    border-width: 19px 19px 0;
    border-style: solid;
    border-color: #fff transparent;
    display: block;
    width: 0;
}

.article-body .big {
    font-size: 23px;
    margin: 25px 0;
}

.article-footer {
    border-top: 1px solid #ddd;
    margin: 60px 0 20px;
    padding: 40px 0;
    font-style: italic;
}

/**
 * Domains
 */

.domain-grid {
    margin-top: 30px;
    margin-bottom: 30px;
}

@media (min-width: 768px) {
    .domain-grid {
        margin-left: -15px;
        margin-right: -15px;
    }
}

.domain, .domain:hover {
    font-weight: normal;
    color: #000;
    text-decoration: none;
}

.domain em {
    font-weight: normal;
    font-style: normal;
}

.domain-block {
    margin-bottom: 30px;
    border: 1px solid #E4E4E4;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    overflow: hidden;
    text-align: left;
    width: 100%;
    position: relative;
}

body.page.search .domain-block {
    margin-bottom: 0;
}

.domain-block:hover {
    -webkit-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.3);
    transition: all 0.3s ease-out;
}

.domain-block h3 {
    margin: 0;
}

.domain-block h3 a {
    display: block;
    background: #fff;
    color: #000;
    font-size: 18px;
    padding: 20px 15px;
}

.domain-block .project-author {
    padding: 0 15px 10px 15px;
    margin-top: -5px;
    background: #fff;
    color: #bbb;
}

.domain-block .project-author a {
    color: #888;
}

.domain-block .project-meta {
    background: #fff;
    height: 60px;
    margin-top: -20px;
    padding: 0 15px;
    display: flex;
    align-items: center;
}

.domain-block .project-meta > .project-state {
    flex: 1 1 auto;
}

.domain-block .project-meta > .project-rating {
    flex: 0 1 auto;
    margin: 5px 0 0 0;
    text-align: right;
}

.domain-block img.sale, .domain-block img.hot {
    width: 70px;
    z-index: 990;
    position: absolute;
    top: 10px;
    left: -7px;
}

.domain-placeholder {
    width: 100%;
    position: relative;
}

.domain-placeholder:after {
    padding-top: 60%;
    display: block;
    content: '';
}

.domain-placeholder-inside {
    font-family: 'Montserrat', sans-serif;
    background: #340076;
    position: absolute;
    overflow: hidden;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    padding: 20px;
    font-size: 30px;
}

.domain-placeholder-image {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}

#domain-logo .domain-placeholder-image {
    box-shadow: 0 0 60px rgba(0, 0, 0, 0.15);
}

#domain-logo .domain-placeholder-image img {
    border: 1px solid #bbb;
}

.domain-price {
    color: #9a9a9a;
}

.domain-price .domain-price-original {
    font-weight: normal;
    color: #aaa;
}

.domain-price-special {
    margin: 10px 0 0;
    background: #FFE8E8;
    border-radius: 3px;
    padding: 10px;
    color: #cf004e;
    font-size: 18px;
}

.domains-container {
    width: 100%;
    position: relative;
    min-height: 400px
}

.domains-container .sidebar {
    max-height: 0;
    background: #fff;
    width: 100%;
    overflow: hidden;
    transition: max-height 0.3s ease-out;
}

.domains-container .sidebar.expanded {
    max-height: 2500px;
    transition: max-height 0.3s ease-in;
}

.domains-container .sidebar .sidebar-inner {
    padding: 25px 75px 1em 2em;
}

.domains-container .sidebar-toggle {
    cursor: pointer;
    margin-right: 20px;
    font-size: 15px;
    text-decoration: underline;
}

.domains-container .sidebar .sidebar-toggle {
    font-size: 2em;
    position: absolute;
    top: 104px;
    right: 20px;
}

.domains-container .sidebar .accordion {
    border-bottom: 1px solid #eeeeee;
    padding-bottom: 20px;
}

.domains-container .sidebar .accordion .toggle {
    cursor: pointer;
    padding: 20px 18px 20px 15px;
    color: #2f2f2f;
    display: flex;
    justify-content: space-between;
}

.domains-container .sidebar .accordion .toggle h3 {
    font-size: 15px;
    font-weight: bold;
    display: inline-block;
    margin: 0 10px 0 0;
}

.domains-container .sidebar .accordion .toggle > span {
    display: inline;
    background: url('/images/sidebar-arrow-down.png') no-repeat;
    background-size: 12px 7px;
    width: 12px;
    height: 7px;
    margin-top: 5px;
}

.domains-container .sidebar .accordion.expanded .toggle > span {
    background-image: url('/images/sidebar-arrow-up.png');
}

.domains-container .sidebar .accordion .body {;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s;
    padding: 0 20px;
    font-size: 14px;
}

.domains-container .sidebar .accordion .body a {
    cursor: pointer;
    color: #333;
    text-decoration: underline;
}

.domains-container .sidebar .accordion .body.expanded {
    transition: max-height 0.3s;
}

.domains-container .sidebar .accordion.industry .body.expanded {
    max-height: 2500px;
}

.domains-container .sidebar .accordion.tld .body.expanded {
    max-height: 400px;
}

.domains-container .sidebar .accordion.price .body.expanded {
    max-height: 200px;
}

.domains-container .sidebar .accordion.length .body.expanded {
    max-height: 100px;
}

.domains-container .sidebar .accordion.pattern .body.expanded {
    max-height: 180px;
}

.domains-container .sidebar .form-group {
    margin-bottom: 5px;
}

.domains-container .sidebar .form-group.select {
    display: flex;
}

.domains-container .sidebar :checked + span {
    color: #df0062;
}

.domains-container .sidebar .form-group select {
    flex: 1;
}

.domains-container .sidebar .form-group input {
    display: inline-block;
    width: auto;
}

.domains-container .sidebar .form-group input[type='radio'],
.domains-container .sidebar .form-group input[type='checkbox'],
.domains-container .sidebar .form-group label {
    margin-right: 10px;
}

/* Fix Chrome pixelation issue, see https://github.com/silktide/brandpa/issues/251 */
input[type='checkbox'] {
    -webkit-transform: scale(1);
}

.domains-container .sidebar .help {
    font-size: 14px;
    line-height: 1.5;
    color: #888888;
}

.domains-container .sidebar ul.help {
    padding-left: 20px;
}

.domains-container .content {
    height: 100%;
    width: 100%;
    border-left: 1px solid #eee;
    min-height: 400px;
}

.domains-container .results {
    padding: 0.5em 0.5em 3em 0.5em;
}

.domains-container .results p {
    margin-left: 1em;
}

.domains-container .results.loading {
    overflow: hidden;
}

.domains-container .search-page-header {
    border-bottom: 1px solid #eee;
    padding: 14px 1em;
    height: 64px;
}

.domains-container .search-page-header h1 {
    margin: 5px 0 0 0;
    font-size: 22px;
    display: inline-block;
    white-space: nowrap;
    text-align: left;
}

.domains-container .search-page-header .filter-summary {
    display: none;
}

.domains-container .search-page-header .filter-summary > span {
    display: inline-block;
    padding: 2px 10px;
    background: #f5f5f5;
    margin-right: 10px;
    margin-bottom: 3px;
    color: #bfbfbf;
    font-size: 14px;
}

.domains-container .search-page-header .filter-summary .remove {
    cursor: pointer;
    margin-left: 5px;
}

.domains-container .search-page-header .header {
    float: left;
    margin-right: 20px;
}

.domains-container .search-page-header .sort {
    text-align: right;
    width: auto;
    display: inline;
    float: right;
}

.domains-container .search-page-header .sort .form-inline {
    display: none;
}

.domains-container .search-page-header .sort label {
    margin-right: 10px;
    margin-bottom: 0;
    display: none;
}

.domains-container .search-page-header .sort select {
    max-width: 170px;
    margin: 0 auto;
}

/* span gets added by react transitions */
.domains-container .results span {
    display: flex;
    flex-wrap: wrap;
}

.domain-appear {
    opacity: 0.01;
}

.domain-appear.domain-appear-active {
    opacity: 1;
    transition: opacity 1s linear;
}

.domains-container .results .domain-wrapper {
    display: flex;
    padding: 0.5em;
    width: 100%;
}

.domains-container .toggle-fav {
    top: 10px !important;
}

@media all and (min-width: 769px) {
    .domains-container .results .domain-wrapper {
        width: 50%;
    }

    .domains-container .search-page-header {
        padding-left: 1.5em;
        padding-right: 1.5em;
    }

    .domains-container .search-page-header .container {
        text-align: initial;
    }

    .domains-container .search-page-header .sort {
        width: 270px;
    }

    .domains-container .search-page-header .sort .form-inline {
        display: inline-block;
    }
}

@media all and (min-width: 992px) {
    .domains-container .sidebar {
        width: 30%;
        position: static;
        height: 100%;
        min-height: 100%;
        max-height: 100%;
        background: #fff;
        float: left;
        margin-top: -64px;
    }

    .domains-container .sidebar .spacer {
        min-height: 64px;
        max-height: 64px;
        border-bottom: 1px solid #eee;
    }

    .domains-container .content {
        width: 70%;
        margin-left: 30%;
    }

    .domains-container .sidebar-toggle {
        display: none;
    }

    .domains-container .results .domain-wrapper {
        width: 50%;
    }

    .domains-container .search-page-header {
        border-left: 1px solid #eee;
        width: 70%;
        margin-left: 30%;
    }

    .domains-container .search-page-header .filter-summary {
        white-space: nowrap;
        overflow: hidden;
        margin-left: 20px;
        display: flex;
        flex-wrap: wrap;
        max-height: 100%;
    }
}

@media all and (min-width: 1200px) {
    .domains-container .sidebar {
        width: 25%;
    }

    .domains-container .content {
        width: 75%;
        margin-left: 25%;
    }

    .domains-container .search-page-header {
        width: 75%;
        margin-left: 25%;
    }

    .domains-container .results .domain-wrapper {
        width: 33.3%;
    }
}

@media all and (min-width: 1440px) {
    .domains-container .sidebar {
        width: 20%;
    }

    .domains-container .content {
        width: 80%;
        margin-left: 20%;
    }

    .domains-container .search-page-header {
        border-left: 1px solid #eee;
        width: 80%;
        margin-left: 20%;
    }

    .domains-container .results .domain-wrapper {
        width: 25%;
    }

    .domains-container .search-page-header .sort label {
        display: inline;
    }
}

.industry-grid-item {
    padding: 15px;
}

.industry-grid-item .industry {
    background: #441196;
    text-align: center;
    padding: 30px 10px 20px;
    height: 165px;
}

.industry-grid-item a h3 {
    color: #fff;
}

.col-md-2.industry-grid-item a h3 {
    font-size: 20px;
}

.industry-grid-item .industry img {
    height: 50px;
}

table .industry-image {
    background: #868686;
}

table .industry-image img {
    height: 50px;
}

/**
 * Word page
 */

.actions {
    margin-top: 30px;
}

/**
 * All tags page
 */

.alltags {
    margin-top: 80px;
}

.alltags h1 {
    margin-bottom: 30px;
}

.alltags h3 span, .alltags h1 span {
    opacity: .5;
}

.alltags .btn-default {
    margin: 0 8px 8px 0;
}

.industry-tags {
    margin-bottom: 20px;
}

/**
 * Pagination
 */

nav.pagination-container {
    font-size: 18px;
    text-align: center;
}

.pagination > li > a, .pagination > li > a:focus, .pagination > li > a:hover {
    color: #672375;
    text-align: center;
}

nav.pagination-large .pagination > li > a {
    width: 120px;
}

.pagination > .disabled > a, .pagination > .disabled > a:focus, .pagination > .disabled > a:hover {
    color: #cacaca;
    cursor: default;
}

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
    background-color: #672375;
    border-color: #672375;
}

.agree-terms {
    background: #FFFFE0;
    border: 1px solid #DDDDCC;
    border-radius: 4px;
    padding: 20px;
    margin-bottom: 20px;
}

.agree-terms .form-group, .agree-terms .checkbox {
    margin: 0;
}

/**
 * Seller dashboard
 */

.has-subnav-background {
    background: #fbfbfb;
    padding-bottom: 100px;
    padding-top: 30px;
    min-height: 80vh;
}

.has-subnav {
    padding-top: 70px;
}

.has-subnav-background .nav-tabs>li.active>a, .has-subnav-background .nav-tabs>li.active>a:focus, .has-subnav-background .nav-tabs>li.active>a:hover {
    background: #fbfbfb;
}

.seller-dashboard .btn {
    min-width: 90px;
}

.help-block {
    margin: 0 0 20px;
}

.help-block a:link, .help-block a:visited, .help-block a:hover {
    color: #666;
    text-decoration: underline;
}

.add-domains .help-block {
    text-align: left;
    display: none;
    margin: 0;
    padding: 0;
    position: relative;
    font-size: 16px;
    top: -10px;
}

.subnav-panel {
    background: #fff;
    padding: 0;
    border-bottom: 2px solid #eee;
    position: fixed;
    z-index: 999;
    width: 100%;
}

.subnav-options {
    list-style: none;
    margin: 0;
    padding: 0;
    overflow-x: auto;
    overflow-y: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.subnav-options li {
    display: inline-block;
    margin: 0;
}

.subnav-options li a {
    color: #2F2F2F;
    display: inline-block;
    padding: 8px 16px;
    margin: 0;
    border-bottom: 2px solid transparent;
    text-align: center;
    min-width: 80px;
}

.subnav-options li a.btn, .subnav-options li a.btn:hover, .subnav-options li a.btn:active, .subnav-options li a.btn:focus {
    border-bottom: 1px solid #ccc;
}

.subnav-options li a:hover, .subnav-options li a:active, .subnav-options li a:focus, .subnav-options li a.active,
    .subnav-options li.active a {
    border-bottom: 2px solid #441196;
    text-decoration: none;
}

.table-seller, .user-info {
    width: 100%;
    background: #fff;
    border: 1px solid #cdcdcd;
    margin: 15px 0;
}

.table-seller h3 {
    font-size: 20px;
}

.user-info {
    padding: 15px;
    font-size: 14px;
}

.user-info h3 {
    font-weight: bold;
    font-size: 15px;
}

.user-info .btn {
    bottom: 0;
    position: absolute;
    right: 30px;
}

.table-seller > tbody > tr > td, .table-seller > thead > tr > th {
    padding: 10px 12px;
}

.table-seller > tbody > tr > td {
    line-height: 2.0;
    font-size: 14px;
}

.table-seller > thead > tr > th {
    border-bottom: 1px solid #cdcdcd;
    background: #f6f6f6;
}

.table-seller td, .table-seller > thead > tr > th {
    border-bottom: 1px solid #cdcdcd;
}

div.none-found {
    width: 100%;
    text-align: center;
    padding: 120px 20px;
}

.pay-checkbox {
    -ms-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -o-transform: scale(1.5);
    padding: 10px 20px;
}

#seller-form, #paypal-button {
    display: inline-block;
    margin-right: 10px;
    vertical-align: top;
    height: 36px;
}

#paypal-button {
    margin-left: 10px;
    margin-right: 0;
}

table.table-openable tr {
    background: #f4f4f4;
    transition: all 0.2s;
}

.openable-open {
    max-height: 0;
    overflow: hidden;
    transition: all 0.3s;
}

.seller-domain-title {
    display: flex;
    align-items: center;
}

.seller-domain-title .left {
    flex: 1 1;
    font-size: 20px;
    margin-right: 15px;
}

.seller-domain-title .right {
    flex: 1 0;
    text-align: right;
}

.seller-domain-title .right-close {
    flex: 0 1;
    margin-left: 10px;
    text-align: right;
}

.openable-closed {

}

table.table-openable tr:hover {
    background: #f8f8f8;
}

table.table-openable tr.open, table.table-openable tr.open:hover {
    background: #fff;
}

table.table-openable tr.open .openable-open {
    margin-top: 10px;
    max-height: 1200px;
}

table.table-openable tr.open .openable-closed {
    display: none;
}

table .unbreakable {
    word-break: normal !important;
}

/**
 * Login
 */

.login .login-container form, .login .login-container .register-info {
    margin: 50px auto;
    background: #fff;
    padding: 30px;
    max-width: 600px;
    border: 1px solid #ddd;
}

.login .login-container h2, .login .login-container h3 {
    margin: 0 0 30px;
    text-align: center;
}

.login .login-container h3 {
    font-size: 20px;
}

.login .login-container p {
    text-align: center;
}

.login .login-container table td input {
    margin: 0;
}

.login .login-container table tr td:first-child {
    width: 20px;
}

.login .login-container table tr td {
    border: 0;
}

.login .login-container table tr td .help-block {
    margin: 5px 0 0 0;
}

.login .login-container form input, .login .login-container form select {
    margin-bottom: 15px;
    border-radius: 2px;
}

.login .login-container form hr {
    margin: 30px auto;
    width: 60%;
}

.login .login-container form .footnote {
    color: #888;
    font-size: 14px;
    line-height: 22px;
}

/**
 * Admin
 */

.button-panel {
    margin: 10px 0 20px;
}

.img-preview {
    margin-bottom: 20px;
}

#bannerImage-list {
    max-width: 300px;
}

#bannerImage-list .bannerImage-preview {

}

.bannerImage-delete, .logo-delete {
    color: red;
    margin-bottom: -26px;
}

.top-tabs {
    margin-top: 20px;
}

.admin-info-header {
    padding: 0 10px 10px 10px;
    display: flex;
    align-items: center;
}

.admin-info-header .point {
    flex: 1;
}

.admin-form-header {
    background: #F0F0F0;
    border: 1px solid #DDD;
    padding: 10px;
    margin: 10px 0 20px 0;
    display: flex;
    align-items: center;
}

.admin-form-header .left {
    flex: 1 1 auto;
    display: flex;
    align-items: center;
}

.admin-form-header .item {
    flex: 0 0 auto;
    display: flex;
    margin-right: 10px;
    align-items: center;
}

.admin-form-header .left form, .admin-form-header .left a, .admin-form-header .left button {
    margin-right: 10px;
}

.admin-form-header #searchText {
    max-width: 250px;
}

.admin-form-header .right {
    flex: 0 1 auto;
    text-align: right;
}

.admin-title-count {
    background: #F0F0F0;
    padding: 6px 12px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    font-size: 15px;
    position: relative;
    left: 5px;
    top: -8px;
}

#form_industries div {
    display: inline-block;
    margin-right: 15px;
}

.admin form .checkbox input[type=checkbox] {
    margin-top: 8px;
}

.tab-row-title {
    width: 100px;
    padding-top: 8px;
    font-weight: bold;
}

.home-edit table {
    width: 100%;
}

.home-edit table tbody {
    text-align: center;
}

.home-edit select {
    font-size: 22px;
    width: 100%;
}

.home-edit .btn {
    margin-top: 20px;
    font-size: 20px;
}

.state-n-bg {
    background: #22AACC;
    color: #FFF;
    border: 0;
}

.state-c-bg {
    background: #607080;
    color: #FFF;
    border: 0;
}

.state-b-bg {
    background: #88BB00;
    color: #FFF;
    border: 0;
}

.state-o-bg {
    background: #0088DD;
    color: #FFF;
    border: 0;
}

.state-f-bg {
    background: #2244DD;
    color: #FFF;
    border: 0;
}

.state-s-bg {
    background: #BB00DD;
    color: #FFF;
    border: 0;
}

.state-r-bg {
    background: #CC0044;
    color: #FFF;
    border: 0;
}

.state-t-bg {
    background: #22AACC;
    color: #FFF;
    border: 0;
}

.state-a-bg {
    background: #88BB00;
    color: #FFF;
    border: 0;
}

.state-n {
    color: #22AACC !important;
}

.state-c {
    color: #607080 !important;
}

.state-b {
    color: #88BB00 !important;
}

.state-o {
    color: #0088DD !important;
}

.state-f {
    color: #2244DD !important;
}

.state-s {
    color: #BB00DD !important;
}

.state-r {
    color: #CC0044 !important;
}

.state-t {
    color: #22AACC !important;
}

.state-a {
    color: #88BB00 !important;
}

.state-u {
    color: #d88f00 !important;
}

.domain-block-sold .toggle-fav {
    display: none;
}

.toggle-fav .glyphicon-heart:not(.set) {
    opacity: 1 !important;
    color: white !important;
    text-shadow: -1px 0 #999, 0 1px #999, 1px 0 #999, 0 -1px #999;
}

.toggle-fav:not(.toggle-fav-with-text) {
    position: absolute;
    right: 15px;
    top: 5px;
}

.toggle-fav.set .glyphicon-heart {
    color: #FF3D55 !important;
    text-shadow: none;
}

.toggle-fav:not(.set):hover .glyphicon-heart {
    color: #FF3D55 !important;
    opacity: 0.6;
}

.toggle-fav-with-text {

}

@media (min-width: 768px) {
    .toggle-fav-with-text {
    }
}

.toggle-fav-with-text .glyphicon-heart {
    margin-right: 5px;
}

.toggle-fav-with-text .fav-text-set {
    display: none;
}

.toggle-fav-with-text.set .fav-text-set {
    display: inline;
}

.toggle-fav-with-text.set .fav-text-unset {
    display: none;
}

.fav-link > a {
    opacity: 1 !important;
    padding: 15px 15px 15px 5px !important;
    color: #FF3D55 !important;
    font-size: 32px;
    margin-top: -7px;
}

.fav-link .count {
    position: absolute;
    top: 16px;
    left: 15px;
    font-size: 12px;
    color: #fff;
    border-radius: 8px;
    height: 14px;
    width: 14px;
    line-height: 14px;
    text-align: center;
    margin-top: 8px;
}

.email-dropdown {
    position: absolute;
    display: none;
    right: 15px;
    width: 300px;
    background: #fff;
    border: 1px solid #eee;
    padding: 20px 15px;
    margin-top: 5px;
    z-index: 99;
    box-shadow: 0 0 36px rgba(0, 0, 0, 0.3);
}

.email-dropdown #email-favourites-email {
    margin-bottom: 10px;
}

.email-dropdown .error, .email-dropdown .success {
    display: none;
    margin-bottom: 5px;
    padding: 5px 10px;
    font-size: 14px;
    line-height: 22px;
}

.share-button-container {
    margin-top: -40px;
}

.heartbeat {
    animation-name: heartbeat;
    animation-duration: 0.5s;
    animation-timing-function: ease-in;
    visibility: visible !important;
}

@keyframes heartbeat {
    0% {
        opacity: 0;
        transform: scale(0.1);
    }
    80% {
        opacity: 1;
        transform: scale(1.5);
    }
    100% {
        opacity: 1;
        transform: scale(1);
    }
}

/*
 * Loading animation
 */
.loader,
.loader:after {
    border-radius: 50%;
    width: 10em;
    height: 10em;
}

.loader-small,
.loader-small:after {
    border-radius: 50%;
    width: 7em;
    height: 7em;
}

.loader {
    margin: 60px auto;
    font-size: 10px;
    position: relative;
    text-indent: -9999em;
    border-top: 1.1em solid rgba(47, 47, 47, 0.2);
    border-right: 1.1em solid rgba(47, 47, 47, 0.2);
    border-bottom: 1.1em solid rgba(47, 47, 47, 0.2);
    border-left: 1.1em solid #ffffff;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: load 1.1s infinite linear;
    animation: load 1.1s infinite linear;
}

@-webkit-keyframes load {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes load {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

/*
 * Subscribe
 */

.subscribe .page-header {
    margin-bottom: 0;
    border-bottom: 0;
    text-align: center;
}

.subscribe .page-header h1 {
    color: #2F2F2F;
    font-size: 36px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.subscribe .text-field-container {
    padding: 20px 0;
    max-width: 500px;
}

.subscribe input[type=checkbox] {
    margin-top: 8px;
}

.subscribe .alert {
    margin: 30px auto;
    max-width: 600px;
}

#custom-cat-container {
    display: none;
    margin-bottom: 30px;
}

.subscribe #interests {
    display: none;
}

.subscribe .interests h3 {
    margin-bottom: 20px;
}

.subscribe div.sendMe {
    padding: 5px 0;
}

div.unsubscribe-panel {
    background: #FFF0F0;
    border: 1px solid #EECCCC;
    border-radius: 5px;
    padding: 5px 20px;
    margin-bottom: 30px;
    color: #886666;
}

/**
 * Subscribe form
 */

.subscribe-form {
    background-color: #fff;
    padding: 20px;
    border: 1px solid #ddd;
    border-radius: 5px;
}

.single .subscribe-form {
    margin: 30px 0;
    background: none;
    border: 0;
    padding: 0;
}

.category-words .subscribe-form {
    background: #F8F8F8;
    margin-bottom: 30px;
    text-align: center;
}

.subscribe-form .btn {
    margin: 10px 0 0 0;
}

.btn-center {
    margin: 10px auto;
    display: block;
}

.newsletter-preview {
    border: 1px solid #ddd;
    margin: 30px auto;
}

/**
 * YouTube videos
 */

.videoWrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 0px;
    height: 0;
}

.videoWrapper iframe {
    position: absolute;
    border: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/**
 * Toaster
 */

.toast-title {
    font-weight: 700
}

.toast-message {
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    line-height: 150%;
}

.toast-message a, .toast-message label {
    color: #FFF;
    text-decoration: underline;
}

.toast-message a:hover {
    color: #CCC;
    text-decoration: none
}

.toast-close-button {
    position: relative;
    right: -.3em;
    top: -.3em;
    float: right;
    font-size: 20px;
    font-weight: 700;
    color: #FFF;
    text-shadow: 0 1px 0 #fff;
    opacity: .8;
    filter: alpha(opacity=80);
    line-height: 1
}

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

.rtl .toast-close-button {
    left: -.3em;
    float: left;
    right: .3em
}

button.toast-close-button {
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
}

.toast-top-center {
    top: 0;
    right: 0;
    width: 100%
}

.toast-bottom-center {
    bottom: 0;
    right: 0;
    width: 100%
}

.toast-top-full-width {
    top: 0;
    right: 0;
    width: 100%
}

.toast-bottom-full-width {
    bottom: 0;
    right: 0;
    width: 100%
}

.toast-top-left {
    top: 12px;
    left: 12px
}

.toast-top-right {
    top: 12px;
    right: 12px
}

.toast-bottom-right {
    right: 12px;
    bottom: 12px;
}

.toast-bottom-left {
    bottom: 12px;
    left: 12px
}

#toast-container {
    position: fixed;
    z-index: 999999;
    pointer-events: none
}

#toast-container * {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

#toast-container > div {
    position: relative;
    pointer-events: auto;
    overflow: hidden;
    margin: 0 0 6px;
    padding: 25px 35px;
    max-width: 400px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background-position: 15px center;
    background-repeat: no-repeat;
    box-shadow: 0 0 12px #999;
    color: #FFF;
}

#toast-container.toast-bottom-center > div, #toast-container.toast-top-center > div {
    width: 300px;
    margin-left: auto;
    margin-right: auto
}

#toast-container.toast-bottom-full-width > div, #toast-container.toast-top-full-width > div {
    width: 96%;
    margin-left: auto;
    margin-right: auto
}

.toast {
    background-color: #030303
}

.toast-success {
    background-color: #51A351
}

.toast-error {
    background-color: #BD362F
}

.toast-info {
    background-color: #441196;
}

.toast-warning {
    background-color: #F89406
}

.toast-progress {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 4px;
    background-color: #000;
    opacity: .4;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
    filter: alpha(opacity=40)
}

@media all and (max-width: 480px) {
    .toast-bottom-right {
        left: 5px;
        right: 5px;
        bottom: 5px;
        margin-bottom: 0;
    }

    #toast-container .toast-close-button {
        right: -.2em;
        top: -.2em
    }
}

#toast-container > .toast {
    background-image: none !important;
}

table#social-media {
    width:70%;
    margin-left:15%;
    margin-right:15%;
}

h1#social-media {
    text-align: center;
}

/* TABS */

#contact-tabs {
    margin-bottom: 10px;
}

.scrollToTop {
    position: fixed;
    bottom: 30px;
    right: 30px;
    opacity: 1;
    transition: all 0.5s;
}

.scrollToTopHidden {
    opacity: 0;
}

.scrollToTopImage {
    cursor: pointer;
}

.temp-hide {
    display: none;
}

tr.good {
    background: #F0FFF0;
}

tr.excellent {
    background: #E0FFE0;
}

tr.bad {
    opacity: 0.5;
}

/**
 * Widgets
 */

.widgets {
    padding-top: 0;
}

.widgets h1 {
    margin-top: 50px;
    font-size: 40px;
}

.widgets hr {
    margin: 30px 0;
}

.widgets h2 {
    margin-bottom: 10px;
}

.widget-sample, .widget-settings {
    margin: 15px 0;
    background: #F8F8F8;
    border: 1px solid #DDDDDD;
    border-radius: 5px;
    padding: 20px;
}

.widget-settings {
    background: #E0E0E0;
}

.widget-settings button {
    margin-top: 10px;
    min-width: 130px;
}

.widget-settings h3, .widget-sample h3 {
    margin-bottom: 20px;
}

.widget-sample p {
    color: #888;
    margin: 20px 0 0;
    text-align: center;
}

.widget-code {
    display: block;
    border: 0;
    background: #333;
    color: #D0FFFF;
    margin-bottom: 10px;
    width: 100%;
    min-height: 220px;
    font-size: 14px;
    font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
    padding: 10px;
}

.widget-grid-container {
    padding: 20px;
}

/**
 * Social media export
 */

.tweet {
    border: 1px solid #ddd;
    margin-bottom: 10px;
    padding: 15px;
    max-width: 600px;
}

.tweet-media {
    display: flex;
    width: 100%;
}

.tweet-media img {
    border: 1px solid #ddd;
    flex-basis: 0;
    margin-left: 5px;
}

.tweet-media img:first-of-type {
    margin-left: 0;
}

.transparentable {
    transition: opacity 0.3s;
}

.transparent {
    opacity: 0;
}

/**
 * Seller stats
 */

.stats-banner {
    border-bottom: 1px solid #ddd;
    color: #000;
    padding: 30px 0;
    display: flex;
    align-items: center;
}

.stats-banner-name {
    flex: 1;
}

.stats-banner-name h1 {
    font-size: 32px;
    margin: 0;
}

.stats-banner-name h1 a .glyphicon-question-sign {
    font-size: 20px;
    color: #bbb;
}

.stats-banner-name h1 a:hover .glyphicon-question-sign {
    color: #666;
}

.stats-banner-inner {
    display: flex;
    align-items: center;
}

.stats-banner-inner .stats-banner-right {
    flex: 0;
    margin-left: 20px;
    text-align: right;
}

.stat {
    background: #fff;
    border: 1px solid #ddd;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2);
    padding: 20px;
    min-height: 200px;
    margin-bottom: 20px;
}

.stat .btn {
    min-width: 80px;
}

.stat h3 {
    font-size: 20px;
    line-height: 20px;
    margin-top: 0;
    margin-bottom: 20px;
}

.stat h2 {
    font-size: 40px;
    line-height: 40px;
}

.stat h2 span {
    font-size: 20px;
    color: #441196;
    opacity: 0.5;
    line-height: 25px;
}

.stat p {
    color: #888;
    margin: 10px 0 0 0;
    line-height: 22px;
}

.stats-banner .user-profile {
    margin-right: 20px;
    width: 90px;
}

.progress-bar.progress-bar-danger {
    background: #ef156e;
}

.alert-danger {
    border: 1px solid #BB8888;
}

.alert-warning {
    border: 1px solid #BBBB88;
}

.alert-info {
    border: 1px solid #88AABB;
}

.alert .form-group, .alert .form-group .checkbox {
    margin: 0;
}

/**
 * Magic Suggest overrides
 */

.ms-ctn .ms-sel-ctn input[type="text"] {
    display: inline-block;
    min-width: 100px;
}

/**
 * Holiday
 */

.holiday {
    background: #ef156e;
    color: #fff;
    padding: 14px;
    font-size: 20px;
    text-align: center;
}

.domain-price .domain-price-explanation {
    font-weight: normal;
    color: #ef156e;
    position: relative;
    top: -3px;
    font-size: 20px;
}

.purple-panel {
    background: #441196;
    color: #fff;
    border: 0;
}

.purple-panel h1 {
    color: #fff;
}

/**
 * Buyer page
 */

.buyers .article-header {
    margin: 40px 0;
}

.buyers h1 {
    color: #2F2F2F;
    font-size: 36px;
    padding-top: 10px;
}

.buyers .article-header p {
    max-width: 800px;
    margin: 20px auto;
}

.buyers h4 {
    font-weight: bold;
}

.buyer-panels {
    margin: 40px 0 40px 0;
    font-size: 15px;
}

.buyer-panels h3 {
    text-align: center;
    margin: 0 0 30px 0;
}

.buyer-panel {
    border: 1px solid #ddd;
    line-height: 22px;
    color: #666;
    text-align: center;
}

.buyer-panel .buyer-panel-image {
    padding: 15px 15px 30px 15px;
    text-align: center;
}

.buyer-panel .buyer-panel-image img {
    max-height: 35px;
}

.buyer-panel .buyer-panel-middle {
    padding: 15px;
    min-height: 220px;
}

.buyer-panel .buyer-panel-bottom {
    padding: 15px;
}

.buyer-panel .btn {
    min-width: 120px;
}

.print-logo {
    display: none;
    height: 40px;
    width: auto;
}

@media print {
    body {
        padding-top: 80px;
    }

    .page-header {
        margin: 0 0 20px 0;
    }

    .print-logo {
        display: block;
        position: absolute;
        top: 0;
    }

    .container {
        margin: 0;
    }

    .domain-block {
        page-break-inside: avoid;
    }

    .domain-block h3 a {
        font-size: 14px !important;
    }

    .single-domain-container {
        width: 33% !important;
    }

    a[href]:after {
        content: none !important;
    }

    .footer, .share-button-container, .sidebar-toggle, .toggle-fav {
        display: none !important;
    }
}

#lightbox {
    display: none;
}

/**
 * Notifications + sidebar
 */

.notifications-icon {
    color: #fff;
    font-size: 25px;
    position: relative;
    top: 13px;
    margin: 0 20px 0 10px;
    opacity: 0.5;
    transition: all 0.2s;
}

.notifications-icon:hover, .notifications-icon.has-notifications {
    opacity: 1;
}

.notifications-count {
    display: none;
    position: absolute;
    margin: 10px 25px;
    z-index: 9999;
    padding: 3px 4px;
    min-width: 20px
}

#notifications-mask {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.2);
    z-index: 999998;
    display: none;
}

#notifications-mask.sidebar-open {
    display: block;
}

#notifications-sidebar {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    margin-right: -320px;
    background: #fff;
    width: 320px;
    z-index: 999999;
    transition: all 0.3s;
    box-shadow: none;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}

#notifications-sidebar.sidebar-open {
    margin-right: 0;
    box-shadow: 0 0 36px 0 rgba(0, 0, 0, 0.3);
}

#notifications-sidebar .notifications-empty {
    position: absolute;
    top: 52px;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    text-align: center;
    padding: 20px;
}

#notifications-sidebar .notifications-empty > div {
    width: 100%;
}

#notifications-sidebar .notifications-empty > div .glyphicon {
    font-size: 50px;
    color: #dd176f;
}

#notifications-sidebar .notifications-empty > div p {
    opacity: 0.5;
}

#notifications-sidebar h3 {
    background: #fff;
    color: #888;
    padding: 10px 15px;
    text-align: center;
    font-size: 16px;
    margin: 0;
    border-bottom: 1px solid #ddd;
    display: flex;
    align-items: center;
}

#notifications-sidebar h3 span {
    flex: 1 1 auto;
}

#notifications-sidebar h3 a {
    flex: 0 1 auto;
    color: #444;
    float: right;
    font-size: 30px;
}

.notifications .notification {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #ddd;
    border-left: 4px solid rgba(255, 255, 255, 0);
}

.notifications .notification.notification-new {
    background: #e8f8ff;
    border-left: 4px solid #dd176f;
}

.notifications .notification:hover {
    background: #e0f0ff;
}

.notifications .notification .notification-thumbnail {
    flex: 0 0 auto;
    width: 70px;
    padding: 10px;
}

.notifications .notification .notification-thumbnail > img {
    width: 100%;
    height: auto;
    border: 1px solid #ddd;
}

.notifications .notification .notification-thumbnail-user {

}

.notifications .notification .notification-thumbnail-user > img {
    border-radius: 50%;
}

.notifications .notification .notification-message {
    flex: 1 1 auto;
    line-height: 20px;
    margin: 10px;
    word-wrap: break-word;
}

.notifications .notification .notification-actions {
    flex: 0 0 auto;
    width: 20px;
}

.notification-remove {
    color: #bbb;
    font-size: 20px;
}

.notification-remove:hover {
    color: #444;
}

.notifications .notification .notification-time {
    color: #bbb;
    font-size: 13px;
}

.notifications .notification .notification-message p {
    color: #444;
}

.notifications .notification .notification-message > p:last-of-type {
    margin-bottom: 0;
}

/**
 * Ratings
 */

body.rating {
    background: #fff;
    text-align: center;
    padding-top: 0;
}

body.rating .jumbotron {
    background: #441196;
    color: #fff;
    padding: 40px 20px;
}

body.rating .jumbotron h1 {
    margin: 0;
}