/**
 * Overrides for core styles
 */

body {
    background: #f0f0f0;
}

/* Needed for autocomplete to work in modals */
ul.ui-autocomplete {
    z-index: 99999999;
}

.min-height-body {
    min-height: 850px;
}

/**
 * Basics
 */

body.admin {
    background: #fff;
}

body.admin-subnav {
    background: #fbfbfb;
}

body.progress-screen {
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    overflow: hidden;
}

body.single {
    background: #fff;
}

textarea {
    min-height: 150px;
}

.scroll-to {
    scroll-margin-top: 60px;
}

.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;
    text-decoration: none !important;
}

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

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

a.btn-tag2 {
    background: #D0D8F8;
    color: #232356;
    border: 0;
    margin-bottom: 4px;
    transition: all 0.3s;
}

a.btn-tag2:hover {
    background: #C0C8EF;
    color: #232356;
    border: 0;
}

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

span.btn-industry {
    background: #F8E0FF;
    color: #663366;
}
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.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;
}

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

.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: 24px;
    line-height: 30px;
    margin-bottom: 20px;
}

h1 {
    font-size: 28px;
    font-weight: bold;
}

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

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

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

h4 {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.3em;
    color: #222;
}

/**
 * Headings
 */

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

/**
 * Help
 */

.help-icon {
    opacity: 0.7;
    transition: all 0.2s;
    position: relative;
    margin: 0 2px;
    top: 2px;
}

.help-icon:hover {
    opacity: 1;
}

/**
 * Nav
 */

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

.navbar {
    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 .navbar-hamburger .navbar-toggle .icon-bar {
    background: #fff;
}

.mobile-nav {
    display: none;
}

@media (max-width: 768px) {
    .navbar-navarea {
        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 .navbar-nav > li > a {
    color: rgba(255, 255, 255, 0.8);
}

.navbar .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 .navbar-nav > .active > a, .navbar .navbar-nav > .active > a:hover {
    background: transparent;
    color: #fff;
    opacity: 1;
}

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

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

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

.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;
}

.home h3.small-title {
    margin: 0 0 30px;
}

.container-home {
    background-color: transparent;
    padding: 50px 0;
    border-top: 1px solid #ddd;
}

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

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

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

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

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

/**
 * Trustpilot
 */


.block-trustpilot {
    background: #fff;
    color: #000;
    padding: 40px 0;
    text-align: center;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

.block-trustpilot h3 {
    font-size: 20px;
    margin: 0 !important;
}

.block-trustpilot img {
    display: block;
    max-width: 200px;
    margin: 10px auto;
}

.block-trustpilot .glyphicon-heart {
    color: #FF3D55;
    margin: 0 6px;
}


/**
 * Footer
 */

.footer a:link, .footer a:visited, .footer a:active {
    color: #fff;
    opacity: 0.6;
}

.footer a:hover {
    opacity: 0.9;
}

.footer .footer-security {
    background: #fff;
    color: #000;
    padding: 40px 0;
    text-align: center;
}

.footer .footer-security h3 {
    color: #888;
    font-size: 20px;
    margin: 0 0 10px !important;
}

.footer .footer-security .security-logos {
    max-width: 400px;
    margin: 20px auto 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.footer .footer-security .security-logos img {
    display: inline-block;
    flex: 1 0 auto;
    max-width: 80px;
    padding: 0 10px;
}

.footer .footer-base {
    background: #441196;
    color: #ccc;
    padding: 40px 0;
}

.footer .footer-base ul {
    list-style: none;
    padding: 0;
}

.footer .footer-base .row:first-child {
    margin-bottom: 20px;
}

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

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

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

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 .block-trustpilot, .seller-dashboard .footer-security {
    display: none;
}

.login .block-trustpilot, .login .footer-security {
    display: none;
}

.admin .block-trustpilot, .admin .footer-security {
    display: none;
}

.no-footer .block-trustpilot, .no-footer .footer-security {
    display: none;
}

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

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

/**
 * 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, .btn-secondary.btn-lg {
    padding: 10px 32px;
    border-radius: 2px;
}

.btn.btn-default {
    border-color: #bbb;
    color: #444;
}

.admin .btn:not(.btn-lg) {
    padding: 6px 12px;
}

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

/**
 * 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;
}

@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 #aaa;
    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 #aaa;
}

.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;
}

#price-box-instalments {
    background: #e0f0ff;
    padding: 10px 20px;
    font-weight: bold;
    border-top: 1px solid #aaa;
}

#price-box-instalments-options {
    padding: 10px 0;
}

.price-box-fields {
    display: flex;
    align-items: center;
}

.price-box-fields > * {
    flex: 0 0 auto;
    margin: 0 10px 0 0 !important;
}

.single small {
    color: #808080;
}

#contact {
    scroll-margin-top: 60px;
}

.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%;
}

/**
 * Renders
 */

.domain-renders {
    display: flex;
    align-items: center;
    margin: -30px 0 30px;
}

.domain-renders > * {
    margin-right: 10px;
    border: 1px solid #bbb;
    flex: 1 1 auto;
    height: 140px;
}

.domain-renders > *:last-child {
    margin-right: 0;
}

.domain-renders a:hover {
    transform: scale(1.05);
    transition: all 0.3s ease-out;
}

/**
 * Carousel
 */

.carousel-wrapper {
    padding-bottom: 50px;
}

.carousel-wrapper p {
    text-align: center;
    max-width: 600px;
    padding: 0 15px;
    margin: 20px auto 30px;
}

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

.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;
    }

    .domain-renders {
        margin: 0 0 40px 0;
    }

    #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 {
    display: none;
    position: fixed;
    z-index: 9999999;
    background: #fff;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: 0;
    min-height: 100%;
    overflow-x: hidden;
    overflow-y: scroll;
}

#payment-modal .alert a {
    color: #000;
    text-decoration: underline;
}

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

#payment-modal input[type=checkbox] {
    position: relative;
    top: -2px;
    margin-right: 5px;
}

#payment-modal .form-control {
    font-size: 16px;
}

#payment-modal .btn.btn-link {
    color: #888;
}

#payment-modal-logo {
    position: fixed;
    top: 15px;
    left: 15px;
    width: 90px;
    font-size: 40px;
    z-index: 9999999999;
}

#payment-close {
    position: fixed;
    top: 12px;
    right: 20px;
    font-size: 40px;
    z-index: 9999999999;
}

#payment-error {
    color: #dd0000;
}

#payment-spinner {
    display: block;
}

#payment-loaded {
    display: none;
}

#payment-modal-content {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100%;
    padding: 15px 5px;
}

.payment-buttons {
    display: flex;
    align-items: center;
    margin: 30px -10px 15px 0;
}

.payment-buttons > button {
    flex: 1 1;
    padding: 8px 15px;
    margin-right: 10px;
    line-height: 25px;
}

#payment-modal h2 {
    display: flex;
    align-items: center;
}

#payment-modal h2 > * {
    flex: 0 1 auto;
    margin-right: 10px;
}

#payment-modal h2 img {
    width: 35px;
    height: 35px;
}

@media (max-width: 768px) {
    #payment-modal h2 > span > span.faint {
        display: block;
    }
    .payment-buttons {
        display: block;
    }

    .payment-buttons > button {
        margin: 0 0 5px 0;
    }

    #payment-modal-logo {
        position: static;
        margin: 20px;
    }

    .payment-modal-content {
        padding: 5px;
    }
}

#close-payment-modal {
    text-align: right;
    padding: 10px 15px;
    font-size: 30px;
}

#payment-breakdown {
    margin: 40px 0;
}

#payment-breakdown table tr td:first-child, #payment-breakdown table tr th:first-child {
    padding-left: 0;
}

#payment-breakdown table tr td:last-child, #payment-breakdown table tr th:last-child {
    padding-right: 0;
}

#payment-breakdown table td {
    border: 0;
    border-bottom: 1px solid #ddd;
}

#payment-vat-container .alert {
    padding: 10px 15px;
}

.payment-modal-row {
    display: flex;
    align-items: center;
}

.payment-modal-left {
    flex: 1 0;
    margin-right: 40px;
}

.payment-modal-right {
    flex: 1 0;
    margin-left: 40px;
}

.payment-modal-right img {
    max-width: 300px;
    margin: 0 auto;
}

/**
 * Old payment @todo Deprecate this
 */
.payment-modal .modal-dialog {
    width: 100%;
    margin: 0;
}

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

@media (max-width: 920px) {
    .payment-modal-left {
        margin: 0;
    }
    .payment-modal-right {
        display: none;
    }
}

.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: 0;
}

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

/**
 * Categories @deprecated
 */

.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;
}

@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;
}

table tr.void {
    color: #888;
    text-decoration: line-through;
}

/**
 * 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: 40px;
    padding: 0;
    margin: 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: #5931c7;
    font-size: 20px;
    margin: 40px 0 15px;
}

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

.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;
}

.table.table-borderless tr td, .table.table-borderless tr th {
    border: 0 !important;
}

.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;
}

/**
 * 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.spinner-light > div {
    background-color: #fff;
}

.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 #ddd;
    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;
}

.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: 20px 0;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-auto-rows: auto;
    grid-gap: 20px;
}

.domain-strip > * {
    display: none;
}

.domain-strip > *:first-child  {
    display: block;
}

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

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

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

@media (min-width: 450px) {
    .domain-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .domain-strip > *:nth-child(2)  {
        display: block;
    }
}

@media (min-width: 600px) {
    .domain-grid {
        grid-template-columns: repeat(3, 1fr);
    }
    .domain-strip > *:nth-child(3)  {
        display: block;
    }
}

@media (min-width: 992px) {
    .container .domain-grid {
        grid-template-columns: repeat(4, 1fr);
    }
    .container .domain-strip > *:nth-child(4)  {
        display: block;
    }
}

@media (min-width: 1140px) {
    .domain-grid {
        grid-template-columns: repeat(4, 1fr);
    }
    .domain-strip > *:nth-child(4)  {
        display: block;
    }
}

@media (min-width: 1200px) {
    .domain-grid {
        grid-template-columns: repeat(5, 1fr);
    }
    .domain-strip > *:nth-child(5)  {
        display: block;
    }
    .container .domain-strip > *:nth-child(5)  {
        display: none;
    }
}

@media (min-width: 1700px) {
    .domain-grid {
        grid-template-columns: repeat(6, 1fr);
    }
    .domain-strip > *:nth-child(6)  {
        display: block;
    }
    .container .domain-strip > *:nth-child(6)  {
        display: none;
    }
}

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

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

.domain-block {
    border: 0;
    border-radius: 2px;
    overflow: hidden;
    text-align: left;
    width: 100%;
    position: relative;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

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

.domain-block:hover {
    transform: scale(1.05);
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.3);
    transition: all 0.3s ease-out;
}

.domain-block.domain-block-no-zoom:hover {
    transform: none;
}

.domain-block.domain-rating {
    animation: domain-rating 1s infinite;
}

@keyframes domain-rating {
    0% {
        opacity: 0.6;
    }

    50% {
        opacity: 0.4;
    }

    100% {
        opacity: 0.6;
    }
}

.domain-block.domain-rated {
    opacity: 0.5;
}

.domain-block h3 {
    margin: 0;
}

.domain-block h3 a {
    display: block;
    background: #fff;
    color: #000;
    font-size: 16px;
    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;
    background: #fff;
}

#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-small {
    font-size: 18px;
}

.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;
}

.pronunciation-panel {
    border: 1px solid #bbb;
    padding: 10px;
    background: #fff;
    display: flex;
    align-items: center;
    border-radius: 5px;
    cursor: pointer;
}

.pronunciation-panel:hover {
    border: 1px solid #666;
}

.pronunciation-panel > *:first-child {
    margin-right: 15px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    font-size: 15px;
    border: 1px solid #bbb;
    background: #f8f8f8;
    color: #888;
}

.pronunciation-panel > *:first-child > span {
    position: relative;
    left: 1px;
}

.pronunciation-panel h4, .pronunciation-panel p {
    margin: 0;
}

.pronunciation-panel p {
    color: #888;
    font-size: 14px;
}

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

/**
 * 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: 25px;
    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;
}

#requirements-form .help-block {
    margin: 5px 0 10px;
    font-size: 14px;
}

.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;
    position: fixed;
    z-index: 999;
    width: 100%;
    border-bottom: 1px solid #bbb;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.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;
}

.subnav-options .badge:empty {
    display: 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;
}

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

.table td p, .table td ul {
    margin-bottom: 0;
}

div.none-found {
    width: 100%;
    background: rgba(0, 0, 0, 0.02);
    border: 2px dashed rgba(0, 0, 0, 0.3);
    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-container, #pay-by-paypal {
    margin: 0;
    height: 35px;
}

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
 */

.padded-vertical {
    padding: 40px 0;
}

.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 h1, .login .login-container h2, .login .login-container h3 {
    margin: 0 0 20px;
    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%;
    border-top: 1px solid #ddd;
}

.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 {
    background: #FFF;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    padding: 20px;
    margin: 20px 0;
    display: flex;
    align-items: center;
    min-height: 30px;
    border: 1px solid #ddd;
}

.admin-info-header .point {
    flex: 1;
    line-height: 0;
    display: flex;
    align-items: center;
}

.admin-info-header .point .nav-pills, .admin-form-header .nav-pills {
    line-height: 15px;
}

.admin-info-header .pagination {
    margin: 0;
}

.admin-info-header .label {
    font-size: 16px;
    margin-right: 10px;
    position: initial;
}

.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;
}

.admin form .invoice-line-items .checkbox input[type=checkbox] {
    margin-top: 3px;
}

.admin form .invoice-line-items .checkbox {
    margin-top: 0;
}

.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: #dF1D35 !important;
}

.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 10px 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 rgba(0, 0, 0, 0.4);
    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, .toast-bottom-left {
        left: 5px;
        right: 5px;
        bottom: 5px;
        margin-bottom: 0;
    }

    #toast-container > div {
        padding: 20px;
    }

    #toast-container .toast-close-button {
        right: 0px;
        top: -10px;
    }
}

#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: 214px;
    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: 0 20px 0 0;
}

.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;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}

.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;
    }

    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;
}

.acceptExclusive label {
    font-weight: bold;
}

/**
 * Search
 */

#search-spinner {
    display: none;
}

#filter-wrapper {
    display: flex;
    align-items: stretch;
}

#filter-sidebar {
    display: block;
    background: #fff;
    padding: 20px;
    flex: 1 0 auto;
    width: 260px;
    max-width: 260px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
    z-index: 2;
}

#filter-content {
    flex: 1 1 auto;
    padding: 25px;
}

#filter-content h2 {
    margin: 30px 0 10px;
    font-size: 20px;
    padding-bottom: 5px;
    border-bottom: 1px solid #ddd;
    font-weight: bold;
}

#filter-content h2:first-child {
    margin-top: 0;
}

.search-description {
    margin: 0 auto 20px;
    max-width: 700px;
    text-align: center;
}

/**
 * Progress bar with score
 */

.progress-with-score {
    display: flex;
    align-items: center;
}

.progress-with-score .progress-wrapper {
    flex: 1 0 auto;
}

.progress-with-score .progress {
    margin: 0;
    height: 10px;
    background: #333;
}

.progress-with-score .progress-score {
    flex: 0 0 55px;
    margin-left: 5px;
    font-size: 13px;
}

/**
 * Domains overall progress
 */

.domains-overall-progress {
    display: flex;
    align-items: center;
    margin-bottom: 40px;
}

.domains-overall-progress h3 {
    margin: 0 0 3px;
    font-size: 20px;
}

.domains-overall-progress p {
    margin: 0;
}

.domains-overall-progress > * {
    flex: 0 0 auto;
}

.domains-overall-progress > *:nth-child(2) {
    flex: 1 1 auto;
    margin-left: 15px;
    margin-right: 15px;
}

.domains-overall-progress > *:last-child {
    flex: 1 1 auto;
    text-align: right;
}

.domains-overall-progress .progress-with-score {
    max-width: 400px;
}

.domains-overall-progress .progress-with-score .progress-score {
    flex: 0 0;
    font-size: 20px;
    margin-left: 10px;
}

.domains-overall-progress .progress-with-score .progress {
    height: 20px;
    border-radius: 10px;
}

@media (max-width: 768px) {
    .domains-overall-progress {
        display: block;
    }
    .domains-overall-progress > *:nth-child(2) {
        margin: 10px 0;
    }
    .domains-overall-progress > *:last-child {
        text-align: left;
    }
}

/**
 * Sorting
 */

.sort-by-dropdown {
    position: relative;
}

.sort-by-dropdown .dropdown-toggle {
    display: inline-block;
    background: #fff;
    border: 1px solid #bbb;
    padding: 3px 12px;
    border-radius: 4px;
    margin-left: 5px;
}

.sort-by-dropdown .dropdown-item {
    display: block;
    width: 100%;
    padding: .25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
    text-decoration: none;
}

.sort-by-dropdown .dropdown-item:hover {
    background-color: #f8f9fa;
    cursor: pointer;
    color: #16181b;
}

/**
 * Sidebar
 */

.search-sections ul {
    list-style-type: none;
    padding: 0;
    font-size: 14px;
}

.search-sections li a {
    display: block;
    padding: 0 10px 0 20px;
}

.search-sections li.with-icon a {
    padding: 0 10px 0 4px;
}

.search-sections ul .glyphicon {
    opacity: 0.5;
}

.search-sections ul li.active {
    background: #ddd;
    font-weight: bold;
}

.search-sections ul li a:hover {
    background: #eee;
}

.search-sections ul > li > ul a {
    padding-left: 30px;
}

.search-sections ul a {
    color: #000;
}

/**
 * Filters
 */

#filter-topbar {
    display: flex;
    align-items: center;
}

#search-total {
    margin-right: 10px;
}

.filter-topbar > * {
    flex: 1 1 auto;
}

.filter-slider {
    padding: 0 15px;
}

.filter-slider-caption {
    opacity: 0.7;
    font-size: 14px;
    text-align: center;
}

.filter-bar {
    flex: 1 1 auto;
    font-size: 16px;
    overflow: hidden;
    display: block;
}

.filter-tag {
    display: inline-block;
    color: #333366;
    margin-right: 15px;
    padding: 3px 13px 3px 16px;
    border: 2px solid #441196;
    background: #F0F0FF;
    line-height: 24px;
    font-size: 16px;
    border-radius: 99px;
}

.filter-tag span {
    cursor: pointer;
    font-size: 12px;
    font-weight: 100;
    margin-left: 5px;
}

/**
 * Optimisation tips
 */

.tip.tip-pass {
    color: #007B48;
    padding: 10px;
}

.tip.tip-fail {
    color: #880000;
    padding: 10px;
}

.tip.tip-fail .label-danger {
    background: #dd0000;
}

/**
 * Responsive
 */

@media (max-width: 920px) {
    #filter-sidebar {
        display: none;
    }

    #filter-content {
        padding: 10px;
    }

    #dynamic-filter-tags {
        display: none;
    }

    .block-masthead {
        margin: -10px -10px 20px -10px;
    }
}
