/**
 * Shared
 */

html {
    height: 100%;
}

body {
    min-width: 320px;
    background: #1e2430;
    height: 100%;
    margin: 0;
    font-size: 16px;
    color: #333;
    line-height: 190%;
    font-family: 'Lato', sans-serif;
    padding-top: 86px;
}

a:link, a:visited, a:hover, a:active {
    color: #dd176f;
    text-decoration: none;
}

body.admin {
    background: #fff;
}

body.home {
    background: #461767;
    color: #fff;
}

.faint {
    opacity: 0.5;
}

.long-url {
    display: inline-block;
    width: 800px;
    overflow-x: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.wrapper {
    background: #fff;
}

.container-wide {
    margin: 0 20px;
}

.container.extended {
    width: 100%;
}

@media (min-width: 1440px) {
    .container.extended {
        width: 1440px;
    }
}

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

a:hover {
    text-decoration: none;
}

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

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

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

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

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

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

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

.label-danger {
    background-color: #ef156e;
}

a.label-danger:hover {
    background-color: #df055e !important;
}

.btn {
    border-radius: 2px;
}

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

.gray-panel {
    background: #f6f6f6;
    border: 2px solid #f3f3f3;
}

.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:link, h1 a: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;
    color: #484848;
}

/**
 * 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: #461767;
    padding-top: 16px;
    padding-bottom: 16px;
    border: 0;
    min-height: 86px;
}

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

.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: 60px;
    min-width: 30px;
}

.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: #2e194c;
        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: #1e2430;
    color: #ccc;
}

.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: 2px solid #40454f;
}

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

.footer h4 {
    color: #fff;
}

.home .footer {
    background: transparent;
}

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

.home .footer .standard-footer {
    border-top: 2px solid #4f3c6a;
}

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

ul.suggestions {
    list-style: none;
    margin: 10px 20px 20px;
    padding: 0;
}

ul.suggestions li {
    background: #F8F8F8;
    color: #444;
    cursor: pointer;
    margin: 5px 0;
    padding: 5px 10px;
}

ul.suggestions li:hover {
    background: #E0E0E0;
}

/**
 * Buttons
 */

.btn-primary, .btn-primary:visited {
    background: #ef156e;
    border: 1px solid #ef156e;
    color: #fff !important;
}

.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 {
    color: #fff;
}

.btn-primary:hover {
    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: 42px;
    padding: 0 20px;
}

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

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

@media (min-width: 992px) {
    .single-word h1 {
        padding: 50px 15px 20px 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: 20px;
}

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

.single-word .toggle-fav {
    right: 25px;
}

.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-size: 18px;
    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;
}

.price-box {
    background-color: #fff;
    padding: 20px;
    border: 1px solid #ddd;
    border-radius: 5px;
    margin: 30px 0;
}

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

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

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

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

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

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

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

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

/**
 * 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: 160px;
    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 {
    zoom: 50%;
}

.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%;
    font-size: 16px;
}

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

.payment-modal .form-inline input:first-child {
    display: inline-block;
    width: 49%;
}

.payment-modal .form-inline input:last-child {
    display: inline-block;
    float: right;
    width: 49%;
}

.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, .vat-message {
    margin-top: 0 !important;
    display: block;
}

/**
 * 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 40px 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 .btn {
    font-size: 18px;
    margin-bottom: 10px;
}

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

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

.label-primary {
    background: #8800BB;
}

a.label {
    color: #fff;
}

/**
 * Tables
 */

table.table-middle > tbody > tr > td {
    vertical-align: middle;
}

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

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

/**
 * Jumbotron
 */

.home .jumbotron {
    background: transparent;
    margin-top: 16vh;
    margin-bottom: 20vh;
    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 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: #314;
    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;
}

.single .domain-placeholder-image {
    box-shadow: 0 0 4px #ccc;
}

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

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

.domains-container .sidebar .accordion a .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;
}

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

@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: #662787;
    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
 */

.seller-background {
    background: #fbfbfb;
    padding-bottom: 100px;
    padding-top: 60px;
    min-height: 80vh;
}

@media only screen and (min-width: 768px) {
    .seller-background .row {
        display: flex;
        align-items: stretch;
    }

    .user-info {
        height: 100%;
    }
}

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

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

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

.seller-state-menu li {
    display: inline-block;
    margin: 0;
}

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

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

.seller-state-menu li a:hover, .seller-state-menu li a:active, .seller-state-menu li a:focus, .seller-state-menu li a.active {
    border-bottom: 2px solid #dd176f;
    text-decoration: none;
}

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

.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.6;
    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: 15px;
    vertical-align: top;
    height: 36px;
}

/**
 * Login
 */

.login .login-container form, .login .login-container .register-info {
    margin: 100px auto;
    background: #fff;
    padding: 30px;
    max-width: 500px;
    text-align: center;
}

.login .login-container form label {
    display: none;
}

.login .login-container form h2 {
    margin: 30px;
}

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

.login .login-container form hr {
    margin-top: 50px;
    width: 60%;
}

.login .login-container form .gray {
    color: #666666;
}

/**
 * Admin
 */

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

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

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

.img-upload-title {
    margin: 50px 0 20px 0;
}

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

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

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

.admin .form-group.state, .admin .form-group.staffRating {
    display: inline-block;
}

.admin .form-group.state .form-control, .admin .form-group.staffRating .form-control {
    display: inline-block;
    margin-right: 30px;
    margin-left: 10px;
}

.admin .form-group.initialPrice, .admin .form-group.minPrice, .admin .form-group.discountPercentage, .admin .form-group.suggestedPrice {
    display: inline-block;
    margin-right: 40px;
}

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

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

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

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

.toggle-fav {
    opacity: 1 !important;
    position: absolute;
    right: 15px;
    top: 5px;
    color: white !important;
    text-shadow: -1px 0 #999,
    0 1px #999,
    1px 0 #999,
    0 -1px #999;
}

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

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

.fav-link > a {
    opacity: 1 !important;
    padding: 17px 10px 0 0 !important;
    color: #FF3D55 !important;
}

.fav-link > a:hover,
.toggle-fav:hover {
    text-shadow: -1px 0 #FF3D55,
    0 1px #FF3D55,
    1px 0 #FF3D55,
    0 -1px #FF3D55;
}

/*
 * Fade in animation
 */

.fadeInOnView {
    /*visibility: hidden;*/
}

.fadeIn {
    animation-name: fadeIn;
    animation-duration: 0.5s;
    animation-timing-function: ease-in;

    visibility: visible !important;
}

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

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

.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: 50px 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: #444;
}

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

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

.scrollToTopHidden {
    opacity: 0;
}

.scrollToTopImage {
    cursor: pointer;
}

/**
 * Wizard admin
 */

.wizard button[type=submit] {
    padding: 20px;
    width: 100%;
}

.wizard h1 a {
    color: #dd176f;
}

.wizard textarea {
    min-height: 80px;
}

.wizard-top {
    display: flex;
}

.wizard-top-left {
    margin-right: 10px;
}

.wizard-top-middle {
    flex: 1;
}

.wizard-top-right {
    text-align: right;
    flex: 1;
}

.wizard-research {
    margin: 20px 0 40px;
    min-height: 440px;
}

.wizard-research .table td, .wizard-research .table th {
    padding: 15px;
}

.wizard-research .table th {
    background: #f8f8f8;
}

#research-table-loader {
    font-size: 6px;
    margin: 10px auto;
}

.wizard-example {
    color: #888;
    margin-right: 20px;
    white-space: nowrap;
}

.wizard-example a {
    color: #444;
}

.wizard .marketplace-Brandpa a {
    background-color: #FFF0F8;
}

.wizard h3 {
    padding: 10px;
}

#research-recommended {
    color: #4040B0;
    margin-bottom: 20px;
    display: none;
}

.recommended h3.approve {
    border: 2px solid green;
    background: #F8FFF8;
}

.recommended h3.reject {
    border: 2px solid red;
    background: #FFF8F8;
}

tr.good {
    background: #F0FFF0;
}

tr.excellent {
    background: #E0FFE0;
}

tr.bad {
    opacity: 0.5;
}

/**
 * Widgets
 */

.widgets h1 {
    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;
}
