/* *****************************************************

    ** Custom Stylesheet **

    Any custom styling you want to apply should be
    defined here.

***************************************************** */


/* IMPORT GOOGLE WEB FONTS */

@import url("//fonts.googleapis.com/css?family=Hind:400,300,600,500,700&amp;subset=latin,latin-ext");
@import url("//fonts.googleapis.com/css?family=Montserrat:400,700");

/* GLOBAL */

body {
    background: #fff;
    color: #5a5a5a;
    font-family: 'hind', Optima, Segoe, "Segoe UI", Candara, Calibri, Arial, sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: normal;
    margin: 0;
    position: relative;
    webkit-font-smoothing: antialiased;
}

.row.no-gutter {
    margin: 0 auto;
}

.row.no-gutter [class*='col-']:not(:first-child),
.row.no-gutter [class*='col-']:not(:last-child) {
    padding-left: 0;
    padding-right: 0;
}

.clientalert .btn-xs,
.admin-masquerade-notice,
input,
button,
select,
textarea,
.navbar-main,
#top-nav a.quick-nav {
    font-family: 'hind', Optima, Segoe, "Segoe UI", Candara, Calibri, Arial, sans-serif!important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'montserrat', Optima, Segoe, "Segoe UI", Candara, Calibri, Arial, sans-serif;
}

hr {
    border: solid #dedede;
    border-width: 1px 0 0;
    clear: both;
    height: 0;
    margin: 0 auto;
    margin-top: 12px;
    margin-bottom: 12px;
    width: 100%;
}

img {
    max-width: 100%;
    height: auto;
    -ms-interpolation-mode: bicubic;
    display: inline-block;
    vertical-align: middle;
}

a {
    color: #DE6262;
    outline: 0;
    text-decoration: none;
}

a:hover,
a:active,
a:focus {
    outline: 0;
    text-decoration: none;
    color: #6E6E6E;
}

.spacing-20 {
    padding-top: 20px;
}

.spacing-10 {
    padding-top: 10px;
}

.center-block {
    float: none!important;
}

#main-body .sidebar {
    clear: left;
}

.kbcategories a {
    font-weight: 600;
}

.page-subheader {
    border: none!important;
    margin-top: 35px;
}

.page-subheader h2 {
    font-size: 22px;
    font-weight: 700;
    color: #fff;
    margin: 0 0 35px;
    padding: 15px 0;
    background: #9A9DAC;
    letter-spacing: -.07;
    text-transform: uppercase;
    position: relative;
    text-align: center;
    border: 0!important;
}

.page-subheader h2:after {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(222, 98, 98, 0);
    border-top-color: #9A9DAC;
    border-width: 10px;
    margin-left: -10px;
}

.main-content {
    min-height: 400px
}

.main-content h2 {
    font-size: 22px;
    font-weight: 700;
    color: #fff;
    margin: 25px 0 35px;
    padding: 15px 0;
    background: #9A9DAC;
    letter-spacing: -.07;
    text-transform: uppercase;
    position: relative;
    text-align: center;
    border: 0!important;
}

.main-content h2:after {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(222, 98, 98, 0);
    border-top-color: #9A9DAC;
    border-width: 10px;
    margin-left: -10px;
}


/* BUTTONS */

.btn {
    text-shadow: none;
    border: 0;
    border-radius: 3px;
    background: #A66BBE;
    color: #fff;
}

.btn.btn-default {
    background: #A66BBE;
    color: #fff!important;
}

.btn.btn-primary {
    background: #DE6262!important;
}

.btn.btn-info {
    background: #6E6E6E!important;
}

.btn.btn-success {
    background: #72AC94!important;
}

.btn.btn-warning {
    background: #F7CA18!important;
}

.btn.btn-danger {
    background: #DE6262!important;
}

.btn:hover {
    color: #fff!important;
}

a.btn-continue-shopping {
    margin-top: 15px;
    background: #A66BBE;
    color: #fff!important;
}

a.btn-continue-shopping:hover {
    background: #DE6262!important;
    text-decoration: none!important;
}

#default-captcha-domainchecker input {
    margin-bottom: 30px;
}

button.btn-remove-from-cart {
    color: #fff!important;
}

button.btn-remove-from-cart:hover {
    background: #333333!important;
}

.view-cart-items a.btn.btn-link:hover {
    background: #333333!important;
    color: #fff!important;
    text-decoration: none!important;
}


/* PANELS */

.panel {
    font-size: 15px!important;
}

.panel.panel-info {
    border-color: #e8e8e8!important;
}

.panel.panel-info .panel-heading {
    background: #72AC94!important;
    color: #fff!important;
}


/* ALERTS */

.alert {
    border-radius: 5px!important
}

.alert.alert-info a {
    color: #ccc!important;
}

.alert.alert-danger {
    border: 0;
    background: #DE6262;
    color: #fff;
    border-radius: 0
}

.alert.alert-success {
    border: 0;
    background: #73AE95;
    color: #fff;
    border-radius: 0
}

.alert.alert-info {
    border: 0;
    background: #608EC2;
    color: #fff;
    border-radius: 0
}


/* TOP BAR */

#thetopbar {
    background: #6E6E6E;
    padding: 10px 0;
}

.admin-masquerade-notice {
    margin: 0!important;
    max-width: 100%!important;
    text-align: left!important;
    color: #fff!important;
    font-size: 13px!important;
}

.admin-masquerade-notice a {
    color: #ccc!important;
}

#top-nav a.quick-nav {
    color: #fff!important;
}

.badge {
    background: #DE6262!important;
    color: #fff!important;
}

.list-group-item.active .badge {
    color: #5a5a5a!important;
    background: #FFFFF5!important;
}

#thetopbar .badge {
    background: #DE6262;
    margin-left: 4px;
}


/* HEADER */

#header {
    padding: 0!important;
    margin: 0!important;
}

.top {
    background: #fff;
}

ul.top-nav {
    padding: 0!important;
    margin: 0!important;
    list-style: none!important;
    overflow: hidden!important;
}

ul.top-nav>li {
    list-style: none;
    float: left;
    padding: 3px 10px 0;
    color: #fff;
    font-size: 12px;
}

ul.top-nav>li.primary-action {
    padding-left: 15px;
    margin: 3px 0 0!important;
    border-left: 0!important;
    font-size: 11px!important;
}

ul.top-nav>li.primary-action a.btn.btn-action {
    padding: 2px 9px!important;
    font-size: 11px!important;
    background: #DE6262;
    transition: background 0.5s ease;
}

ul.top-nav>li.primary-action a.btn.btn-action:hover {
    background: #48C5B5;
}

ul.top-nav>li:first-child {
    padding-left: 0;
}

ul.top-nav>li i {
    padding-right: 8px;
}

ul.top-nav>li a {
    color: #fff;
}

ul.top-nav>li a:hover,
ul.top-nav>li a:focus {
    color: #ccc;
    text-decoration: none;
}

.logo {
    padding-top: 28px;
}


/* NAVIGATION */

nav#desktop-menu {
    padding: 0;
    float: right;
    text-align: left;
}


/*** ESSENTIAL STYLES ***/

.sf-menu,
.sf-menu * {
    margin: 0;
    padding: 0;
    list-style: none;
}

.sf-menu li {
    position: relative;
}

.sf-menu ul {
    position: absolute;
    display: none;
    top: 100%;
    left: 0;
    z-index: 99;
}

.sf-menu>li {
    float: left;
}

.sf-menu li:hover>ul,
.sf-menu li.sfHover>ul {
    display: block;
}

.sf-menu a {
    display: block;
    position: relative;
}

.sf-menu ul ul {
    top: 0;
    left: 100%;
}


/*** SKIN ***/

.sf-menu {
    float: left;
    margin: 0;
}

.sf-menu ul {
    min-width: 12em;
    *width: 12em;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
}


/* 1st level */

.sf-menu li {
    white-space: nowrap;
    *white-space: normal;
}

.sf-menu li a {
    border-right: 1px solid #e8e8e8;
    color: #6f6f6f;
    font-weight: 300;
    letter-spacing: .1em;
    padding: 32px 25px;
    text-transform: uppercase;
    font-size: 14px;
}

.sf-menu li:first-child a {
    border-left: 1px solid #e8e8e8;
}

.sf-menu li:hover a,
.sf-menu li.sfHover a,
.sf-menu li.current a {
    background: #ededed;
    color: #6f6f6f;
    -webkit-transition: none;
    transition: none;
    text-decoration: none
}


/* 2nd level */

.sf-menu ul li,
.sf-menu li.current ul li {
    background: #fff!important;
}

.sf-menu ul li a {
    border-bottom: 1px solid #e8e8e8;
    background: #fff!important;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: .04em;
    padding: 13px 20px 10px;
}

.sf-menu ul li:hover a,
.sf-menu ul li.sfHover a {
    background: #ededed!important;
    color: #6f6f6f;
    -webkit-transition: none;
    transition: none;
}


/* 3rd level */

.sf-menu ul li.sfHover li a {
    background: #fff!important;
}

.sf-menu ul li li:hover a,
.sf-menu ul li li.sfHover a {
    background: #ededed!important;
    color: #6f6f6f;
    -webkit-transition: none;
    transition: none;
}


/* styling for both css and generated arrows */

.sf-arrows .sf-with-ul {
    padding-right: 2.5em;
    *padding-right: 1em;
}

.sf-arrows .sf-with-ul:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 1em;
    margin-top: -3px;
    height: 0;
    width: 0;
    border: 5px solid transparent;
    border-top-color: #999;
}

.sf-arrows>li>.sf-with-ul:focus:after,
.sf-arrows>li:hover>.sf-with-ul:after,
.sf-arrows>.sfHover>.sf-with-ul:after {
    border-top-color: #999;
}

.sf-arrows ul .sf-with-ul:after {
    margin-top: -5px;
    margin-right: -3px;
    border-color: transparent;
    border-left-color: #6f6f6f;
}

.sf-arrows ul li>.sf-with-ul:focus:after,
.sf-arrows ul li:hover>.sf-with-ul:after,
.sf-arrows ul .sfHover>.sf-with-ul:after {
    border-left-color: #999;
}

.slicknav_menu {
    display: none;
}

.navbar-main {
    background: #71AC94!important;
}

ul.navbar-nav li a {
    padding: 15px 18px!important;
    font-weight: 300;
    text-transform: uppercase;
    font-size: 13px;
}

ul.navbar-nav li a:hover,
ul.navbar-nav li a:focus {
    background: #5D8B77!important;
    color: #fff!important;
}

ul.navbar-nav li ul li a {
    padding: 5px 8px!important;
    font-weight: 300;
    text-transform: uppercase;
    font-size: 13px;
}

ul.navbar-nav li ul li a:hover {
    background: #F0F1F5!important;
    color: #5a5a5a!important;
}

.navbar-main li.account {
    background-color: #6E6E6E;
}


/* HOME */

section#home-banner {
    padding: 75px 0!important;
    background-color: #F0F1F5!important;
    color: #5a5a5a!important;
}

section#home-banner h2 {
    margin-bottom: 20px;
}

section#home-banner input[type="submit"].btn.btn-warning {
    background: #DE6262!important;
}

.domain-bulk-options-box .btn {
    margin-top: 12px;
}

.home-shortcuts {
    background: #9A9DAC;
    padding: 20px 0 0;
    position: relative;
}

.home-shortcuts h2 {
    margin-bottom: 45px;
}

.home-shortcuts .lead {
    margin-bottom: 20px;
}

.home-shortcuts ul {
    padding: 25px 0 30px;
    background: #8d90a1;
    overflow: hidden;
}

.home-shortcuts ul:after {
    bottom: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(154, 157, 172, 0);
    border-bottom-color: #8d90a1;
    border-width: 10px;
    margin-left: -10px;
}

.home-shortcuts li {
    border: 0!important;
}

.home-shortcuts.nodomains li {
    width: 33%;
}

.home-shortcuts li i {
    border: 1px solid #fff;
    border-radius: 50%;
    color: #fff;
    font-size: 30px;
    height: 70px;
    padding: 18px 0 0 0;
    text-align: center;
    transition: all 0.4s ease;
    webkit-transition: all 0.4s ease;
    width: 70px;
    margin-bottom: 15px;
}

.home-shortcuts li i:hover {
    border: 1px solid #FFFFFF;
    background: #FFFFFF;
    color: #9A9DAC;
}

.home-shortcuts li p {
    font-size: 15px;
}

input[type="submit"].btn.search {
    font-size: 13px!important;
    font-weight: 500!important;
    background: #DE6262!important;
    cursor: pointer!important;
}

input[type="submit"].btn.transfer {
    font-size: 13px!important;
    font-weight: 500!important;
    background: #6E6E6E!important;
    cursor: pointer!important;
}


/* ANNOUNCEMENTS */

.announcement-single {
    padding-bottom: 50px!important;
}

.announcement-single h3 {
    font-size: 18px;
    border-bottom: 1px solid #e8e8e8;
    padding-bottom: 8px;
}

.announcement-single h3 a {
    color: #5a5a5a;
}

.announcement-single h3 a:hover {
    color: #DE6262;
    text-decoration: none
}

.announcement-single h3 span {
    margin: 0 10px 0 0!important;
}

.announcement-single blockquote {
    border: 0;
    padding: 0;
    marbgin: 0;
    font-size: 15px;
    color: #5a5a5a;
}

.announcement-single blockquote p a {
    font-size: 15px;
    color: #DE6262;
}

.announcement-single a.label.label-warning {
    font-size: 11px;
    color: #5a5a5a;
    border-radius: 3px;
    background: #e8e8e8;
    padding-top: 2px;
}

.announcement-single a.label.label-warning:hover {
    color: #fff;
    background: #DE6262;
}

.announcement-single h3 span.label.label-default {
    font-size: 12px;
    color: #fff;
    border-radius: 0!important;
    background: #DE6262;
}

.main-content .announcement-single h2 {
    font-size: 17px;
    font-weight: 700;
    margin: 15px 0 0;
    padding: 0 0 18px;
    background: #fff;
    letter-spacing: -.07;
    text-align: left;
    border-bottom: 1px solid #e8e8e8!important;
}

.main-content .announcement-single h2:after {
    border-width: 0px;
}


/* TWEETS */

.tweet {
    padding: 0!important;
    border-bottom: 1px solid #e8e8e8
}

.tweet i {
    display: none
}

#twitterFeedOutput p {
    font-size: 15px;
    text-align: center;
    padding-top: 20px;
}

#twitterFeedOutput .tweet p {
    font-size: 15px;
    text-align: left;
}

.tweet p span {
    color: #ccc;
}

.tweet a,
#twitterFeedOutput a {
    color: #DE6262;
}


/* FOOTER */

.footer {
    background: url(../img/ctabg.png);
    padding: 45px 0;
}

.footer h4 {
    color: #e1e3e4;
    font-size: 26px;
    letter-spacing: -.05em;
    margin: 0;
    padding: 0 0 12px;
}

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

.footer ul li {
    border-bottom: 1px solid #3f3f3e;
    color: #ccc;
    font-size: 14px;
    padding: 8px 0;
}

.footer ul li a {
    color: #ccc;
}

.footer ul li a:hover {
    color: #6cd0c3;
    text-decoration: none;
}

.footer ul.questions {
    list-style: none;
    margin: 0;
    padding: 10px 0 0;
}

.footer ul.questions li {
    background: rgba(108, 208, 195, .4);
    font-size: 16px;
    margin-bottom: 4px;
    padding: 10px 15px;
}

.footer ul.questions li i {
    padding-right: 6px;
}

.footer ul.questions li a:hover {
    color: #fff;
}

.social {
    background: #2d2d2d;
}

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

.social ul li {
    border-left: 1px solid #393939;
    float: left;
    margin: 0;
    padding: 25px 35px;
}

.social ul li:last-child {
    border-right: 1px solid #393939;
}

.social ul li a {
    color: #fff;
    font-size: 17px;
}

.social ul li:hover {
    background: #49716c;
}

.social ul li:hover a {
    color: #fff;
}

.copyright {
    background: #2d2d2d;
    padding: 20px 0 15px;
    color: #ccc;
}

.copyright p {
    margin-bottom: 0;
}


/* Back to Top Button  ----------------------- */

a.back-to-top {
    color: #fff;
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 99;
    display: none;
    text-align: center;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    z-index: 10000;
    height: 59px;
    width: 59px;
    background-color: #71AC94;
    background-repeat: no-repeat;
    background-position: center;
    box-shadow: 0 1px 1.5px 0 rgba(0, 0, 0, 0.12), 0 1px 1px 0 rgba(0, 0, 0, 0.24);
    -webkit-transform: scale3d(0.7, 0.7, 1);
    transform: scale3d(0.7, 0.7, 1);
    -webkit-transition: box-shadow 0.15s, -webkit-transform 0.15;
    transition: box-shadow 0.15s, transform 0.15s;
}

a.back-to-top i {
    padding-top: 20px;
    font-size: 17px;
}

a.back-to-top:hover {
    background: #DE6262;
    -webkit-transform: scale3d(1.0, 1.0, 1);
    transform: scale3d(1.0, 1.0, 1);
}


/* MailChip Newsletter Form Styling  ----------------------- */

#mc_embed_signup {
    text-align: right;
    padding-top: 11px;
}

#mc_embed_signup input[type="email"].form-control {
    border-radius: 0;
    font-size: 18px;
    height: 50px;
    padding: 5px 15px;
    width: 100%;
    line-height: 50px;
}

#mc_embed_signup input[type="submit"] {
    background: #49716C;
    border: 0;
    border-radius: 0;
    color: #fff;
    cursor: pointer;
    font-size: 16px;
    font-weight: 900;
    height: 50px;
    padding: 8px 6px 6px;
    text-transform: uppercase;
    width: 100%;
    float: right;
    position: relative;
}

#mc_embed_signup input[type="submit"]:hover {
    background: #4F6366;
}

#mc_embed_signup input[type="email"]:focus,
.domainsearch select:focus {
    border: 0;
    box-shadow: 0 8px 6px -6px #000;
}


/* HEADLINE & BREADCRUMBS */

.header-lined {
    margin: 0 0 35px!important;
    padding: 0;
    text-align: center;
}

.header-lined h1 {
    margin: 0 0 15px!important;
    padding: 0!important;
    border-bottom: 0!important;
    font-weight: 700!important;
    color: #6E6E6E!important;
    font-size: 30px!important;
}

.header-lined h1 small {
    display: block;
    width: 100%;
    font-weight: 400;
    padding: 10px 0 0;
}

ol.breadcrumb {
    position: relative;
    margin-top: 12px!important;
    background: #F5F5F5!important;
}

ol.breadcrumb:after {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(245, 245, 245, 0);
    border-top-color: #F5F5F5;
    border-width: 8px;
    margin-left: -8px;
}

ol.breadcrumb li {
    font-size: 14px!important;
}

ol.breadcrumb li.active {
    color: #DE6262!important;
}


/* SIDEBARS */

.sidebar .panel-heading {
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    margin: 0 0 12px;
    padding: 15px 8px;
    background: #9A9DAC;
    letter-spacing: -.07;
    text-transform: uppercase;
    position: relative;
    text-align: left;
    border: 0!important;
}

.sidebar .panel-heading:after {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(222, 98, 98, 0);
    border-top-color: #9A9DAC;
    border-width: 10px;
    margin-left: -10px;
}

.sidebar .list-group a {
    font-size: 14px!important;
}

.sidebar .list-group a.list-group-item.active {
    background: #DE6262;
    border-color: #DE6262;
}

.sidebar .panel-heading {
    margin: 0 0 12px;
    padding: 15px 8px;
    background: #9A9DAC;
    position: relative;
    text-align: left;
    border: 0!important;
}

.sidebar h3.panel-title {
    font-size: 15px;
    font-weight: 300;
    color: #fff!important;
    letter-spacing: -.07;
    text-transform: uppercase;
}


/* KNOWLEDGE BASE */

.kbcategories a,
.kbarticles a {
    font-size: 17px;
    font-weight: 300;
    padding: 0 0 2px 0;
    text-align: left;
    color: #DE6262;
}

.kbcategories p,
.kbarticles p {
    font-size: 15px;
    font-weight: 300;
    text-align: left;
    margin-bottom: 22px;
}


/* LOGIN PAGE AND FORMS */

.logincontainer {
    max-width: 100%!important;
}

.login {
    overflow: hidden;
    padding: 25px 0;
}

.login-form-panel {
    background: #F0F1F5;
    border: 0;
    padding: 15px;
    border-radius: 5px;
}

.login-form-panel h3.badge {
    border-radius: 3px;
    padding: 11px 24px;
    display: table;
    margin: 0 auto;
    margin-top: -30px;
    font-size: 18px;
    background: #DE6262
}

.login-form {
    margin: 50px 0;
    text-align: center;
    background: #fff;
    border: 0;
    border-radius: 8px;
    overflow: hidden;
    padding: 30px;
}

.login-form input[type="email"],
.login-form input[type="text"],
.login-form input[type="subject"],
.login-form input[type="password"] {
    font-size: 16px;
    padding: 10px;
    height: 50px;
    width: 100%;
    border: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background: #fff;
    border-radius: 5px;
    margin: 8px 0 18px;
    border: 1px solid #e0e1e3;
    line-height: 50px
}

.login-form select {
    font-size: 16px;
    padding: 10px;
    height: 50px;
    width: 100%;
    border: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background: #fff;
    border-radius: 5px;
    margin: 4px 0 18px;
    border: 1px solid #e0e1e3;
}

.login-form input[type="submit"] {
    margin-top: 25px;
    width: 100%;
    float: left;
    font-size: 16px;
    background: #DE6262;
    height: 50px;
    color: #fff;
    font-weight: 900;
    padding: 6px;
    text-transform: uppercase;
    width: 100%;
    border-radius: 4px;
    border: 0;
    cursor: pointer;
    -ms-box-sizing: border-box;
    -khtml-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    box-sizing: border-box;
}

.login-form input[type="submit"] {
    margin-top: 25px;
    width: 100%;
    float: left;
    font-size: 16px;
    background: #72AC94;
    height: 50px;
    color: #fff;
    padding: 6px;
    text-transform: uppercase;
    border-radius: 4px;
    border: 0;
    cursor: pointer;
    -ms-box-sizing: border-box;
    -khtml-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    box-sizing: border-box;
}

.login-form .btn {
    margin-top: 5px;
    width: 100%;
    float: left;
    font-size: 16px;
    background: #2A8DE7;
    height: 50px;
    color: #fff;
    padding: 15px 6px!important;
    font-weight: 900;
    text-transform: uppercase;
    border-radius: 4px;
    border: 0;
    cursor: pointer;
    -ms-box-sizing: border-box;
    -khtml-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    box-sizing: border-box;
}

.login-form textarea {
    font-size: 16px;
    padding: 10px;
    min-height: 50px;
    width: 100%;
    border: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background: #fff;
    border-radius: 5px;
    margin: 8px 0 18px;
    border: 1px solid #e0e1e3;
}

.login-form input[type="submit"]:hover,
.login-form .btn:hover {
    background: #6E6E6E;
}

.login-form p a {
    font-size: 14px;
    color: #6E6E6E;
}

.login-form p a:hover {
    color: #DE6262;
}

.logincontainer .social-signin-btns {
    padding: 123px 0 23px;
}

.login-form label,
label {
    font-weight: 300!important;
}

.login-form .captchaimage {
    padding-top: 11px;
}

.login-form input[type="text"]#inputCaptcha {
    font-size: 15px;
    height: 30px;
    padding: 5px!important;
    width: auto!important;
    max-width: 45%;
    line-height: 30px;
}

.popover-content input[type="email"].form-control,
.popover-content input[type="password"].form-control {
    font-size: 14px;
    padding: 7px;
    height: 45px;
    width: 100%;
    border: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background: #fff;
    border-radius: 5px;
    margin: 8px 0;
    border: 1px solid #e0e1e3;
    line-height: 45px
}

.popover-content input[type="submit"].btn {
    margin: 0 0 10px;
    width: 100%;
    float: left;
    font-size: 14px;
    background: #72AC94;
    height: 45px;
    color: #fff;
    padding: 6px;
    text-transform: uppercase;
    border-radius: 5px!important;
    border: 0;
    cursor: pointer;
}

+
/* CLIENT AREA */

.statistics {
    background: #fff;
    overflow: hidden;
    padding: 0px 0 20px;
}

.statistics h2 {
    font-weight: 900;
    margin-bottom: 12px;
    text-align: center;
}

.statistics h2 i {
    color: #6cd0c3;
}

.statistics p {
    font-size: 17px;
    font-weight: 300;
    margin: 0 auto;
    text-align: center;
}

.statistics span {
    display: block;
    font-size: 18px;
    font-weight: 300;
    text-align: center;
}

.statistics .circle-text {
    color: #807e7e;
    font-weight: 900;
}

.client-home-panels {
    margin-top: 45px
}

.client-home-panels .panel-heading {
    font-size: 18px;
    font-weight: 700;
    color: #5a5a5a;
    margin: 0 0 12px;
    padding: 22px 8px;
    background: #F5F5F5!important;
    letter-spacing: -.07;
    text-transform: uppercase;
    position: relative;
    text-align: left;
    border: 0!important;
    border-radius: 0!important;
}

.client-home-panels .panel-heading:after {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(222, 98, 98, 0);
    border-top-color: #F5F5F5;
    border-width: 10px;
    margin-left: -10px;
}

.client-home-panels .panel-body {
    font-size: 15px;
}

.client-home-panels .list-group {
    font-size: 15px!important;
    border: 0!important;
}

.client-home-panels .list-group a {
    padding: 7px!important;
    border-bottom: 1px solid #e8e8e8!important;
}

.client-home-panels .list-group a span {
    font-size: 15px!important;
    color: #DE6262!important;
}

.client-home-panels input[type="text"] {
    font-size: 15px;
    height: 38px;
    padding: 5px 15px!important;
    width: 100%;
    line-height: 38px;
}

.client-home-panels .input-group-btn .btn {
    padding: 9px 12px!important;
}

select#inputContactID {
    font-size: 15px;
    height: 38px;
    padding: 5px 15px!important;
    width: 100%;
    line-height: 38px;
}

button[type="submit"].gocontact {
    width: auto!important;
    display: table;
    margin: 0 auto;
    float: none!important;
    margin-top: 6px;
    font-size: 13px;
    font-weight: 300;
    padding: 4px;
    height: auto!important;
}

.tab-content select {
    font-size: 14px;
    padding: 0 8px!important;
    width: 100%;
    height: auto!important;
    line-height: 15px!important;
    margin-bottom: 10px;
}

.tab-content button[type="submit"] {
    width: auto!important;
    display: table;
    margin: 0 auto;
    float: none!important;
    margin-top: 6px;
    font-size: 13px;
    font-weight: 300;
    padding: 4px;
    height: auto!important;
}

button[type="button"].dropdown-toggle:focus {
    background: #A66BBE;
    color: #fff;
}

.btn.btn-primary.registerns {
    border-radius: 5px;
    cursor: default;
    height: 55px;
    background: #71AC94!important;
    line-height: 40px;
}

ul.bulkdomlist {
    padding: 0;
    margin: 0;
    list-style: none
}

ul.bulkdomlist li {
    padding: 8px 12px;
    margin: 0 0 1px;
    background: #F5F5F5;
}

.bg-info {
    background: #72AC94;
    color: #fff;
    font-weight: 300!important;
}

button[type="submit"].gocontact {
    width: auto!important;
    display: table;
    margin: 0 auto;
    float: none!important;
    margin-top: 6px;
    font-size: 13px;
    font-weight: 300;
    padding: 4px 10px;
    height: auto!important;
}


/* DATATABLES */

.dataTables_wrapper .dataTables_filter label .form-control {
    line-height: 25px;
}

.table-container table td,
.dataTables_paginate {
    font-size: 14px!important;
}

span.label {
    border-radius: 5px!important;
    font-weight: 300
}

.dataTables_length select {
    font-size: 14px;
    padding: 0 8px!important;
    width: 100%;
    height: auto!important;
    line-height: 15px!important;
}

.dataTables_wrapper .dataTables_info {
    background: #72AC94;
}

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

td button[type="submit"] {
    width: auto!important;
    display: table;
    margin: 0 auto;
    float: none!important;
    font-size: 13px;
    font-weight: 300;
    padding: 4px;
    height: auto!important;
}

#tableDomainsList .btn-group>.btn+.dropdown-toggle {
    padding-right: 3px!important;
    padding-left: 3px!important;
}

#tableDomainsList .fa {
    font: normal normal normal 12px/1 FontAwesome!important;
}


/* DOMAINS */

.domain-checker-container {
    padding: 50px 0!important;
    background: #9A9DAC!important;
}

.domain-checker-bg {
    padding: 15px 0 35px!important;
    background: #9A9DAC!important;
    color: #5a5a5a!important;
}

.domain-bulk-options-box {
    top: 9px;
}

.domain-bulk-options-box .btn.btn-warning.btn-sm {
    background: #2D2D2D!important;
}

.domain-checker-container #default-captcha-domainchecker {
    background: transparent!important;
}

.domain-checker-container #default-captcha-domainchecker p {
    color: #fff!important;
}


/* AFFILIATES  */

.affiliate-stat {
    border-radius: 5px;
    border: 1px solid #e8e8e8;
    padding: 18px 8px;
}

ul.top-nav>li a i.fa-sign-out-alt {
    padding: 0!important;
    line-height: 4px!important;
    font-size: 12px;
}


/* MEDIA QUERIES  */

@media only screen and (max-width: 659px) {
    ul.top-nav {
        float: none!important;
        display: table!important;
        margin: 0 auto!important;
        text-align: center!important;
    }
    ul.top-nav>li {
        list-style: none;
        float: left;
        padding: 3px 0px 0;
        color: #fff;
        font-size: 11px;
    }
    #navigation {
        display: none;
    }
    .main-content {
        min-height: 10px
    }
    .slicknav_menu {
        display: block;
        font-size: 13px;
        font-weight: 500;
        background: #6E6E6E;
        border-bottom: 1px solid #494B4C;
        top: 0;
        z-index: 9999;
    }
    .slicknav_btn {
        font-size: 16px;
        background: #71AC94;
        border-radius: 5px;
        padding: 7px 10px;
        display: table;
        margin: 8px auto;
        float: none;
    }
    .slicknav_nav a {
        text-transform: uppercase;
        font-size: 13px;
        font-weight: 500;
        text-shadow: 0;
    }
    .slicknav_nav a:hover {
        -webkit-border-radius: 0!important;
        -moz-border-radius: 0!important;
        border-radius: 0!important;
        background: #373f4b!important;
        color: #fff;
    }
    .slicknav_nav a {
        font-size: 13px!important;
        color: #fff!important;
    }
    .slicknav_nav a:hover {
        text-decoration: none;
    }
    .footer {
        padding-top: 35px;
    }
    .footer h4 {
        margin-top: 10px;
    }
    .social {
        padding-bottom: 15px;
    }
    .social ul {
        display: table;
        margin: 0 auto;
        margin-bottom: 6px;
    }
    .social ul li {
        padding: 11px 14px 12px;
        border-bottom: 1px solid #393939;
    }
    .social ul li a {
        font-size: 15px;
    }
    button.navbar-toggle {
        display: table;
        margin: 0 auto;
        text-align: center;
        float: none!important;
        margin-top: 10px;
        margin-bottom: 10px;
    }
    ul.navbar-nav li a {
        padding: 5px 18px!important;
        font-weight: 300;
        text-transform: uppercase;
        font-size: 13px;
    }
    ul.navbar-nav li a:hover,
    ul.navbar-nav li a:focus {
        background: #5D8B77!important;
        color: #fff!important;
    }
    ul.navbar-nav li ul li a {
        padding: 5px 18px!important;
        font-weight: 300;
        text-transform: uppercase;
        font-size: 13px;
    }
    ul.navbar-nav li ul li a:hover {
        background: #F0F1F5!important;
        color: #5a5a5a!important;
    }
    .logo {
        text-align: center;
        padding-bottom: 20px;
    }
    .announcement-single h3 span {
        padding: 10px 5px;
        border-radius: 6px;
        font-size: 12px;
        margin: 0 5px 12px 0!important;
        display: block;
        width: 100%;
        text-align: center
    }
    .captchaimage {
        text-align: center;
    }
    .logincontainer .social-signin-btns {
        padding: 23px 0;
    }
}

@media only screen and (min-width: 660px) and (max-width: 767px) {
    ul.top-nav {
        float: none!important;
        display: table!important;
        margin: 0 auto!important;
        text-align: center!important;
    }
    #desktop-menu {
        float: none!important;
        display: table!important;
        margin: 0 auto!important;
        border-top: 1px solid #e8e8e8!important;
    }
    ul.top-nav>li {
        list-style: none;
        float: left;
        padding: 3px 0px 0;
        color: #fff;
        font-size: 11px;
    }
    .sf-menu li a {
        letter-spacing: 0;
        padding: 18px 28px!important;
    }
    .logo {
        text-align: center!important;
        margin-bottom: 12px!important;
    }
    .footer h4 {
        font-size: 14px;
        letter-spacing: 0;
        padding: 10px 6px;
    }
    .footer ul li {
        font-size: 14px;
        padding: 4px 6px;
    }
    .social {
        padding-bottom: 15px;
    }
    .social ul {
        display: table;
        margin: 0 auto;
        margin-bottom: 6px;
    }
    .social ul li {
        padding: 25px 20px;
        border-bottom: 1px solid #393939;
    }
    .social ul li a {
        font-size: 15px;
    }
    #mc_embed_signup input[type="email"].form-control {
        font-size: 15px;
    }
    #mc_embed_signup input[type="submit"] {
        font-size: 14px;
    }
    button.navbar-toggle {
        display: table;
        margin: 0 auto;
        text-align: center;
        float: none!important;
        margin-top: 10px;
        margin-bottom: 10px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 959px) {
    .sf-menu li a {
        letter-spacing: 0;
        padding: 32px 10px;
    }
    .footer h4 {
        font-size: 14px;
        letter-spacing: 0;
        padding: 10px 6px;
    }
    .footer ul li {
        font-size: 14px;
        padding: 4px 6px;
    }
    .social ul li {
        padding: 25px 20px;
    }
    #mc_embed_signup input[type="email"].form-control {
        font-size: 15px;
    }
    #mc_embed_signup input[type="submit"] {
        font-size: 14px;
    }
    button.navbar-toggle {
        display: table;
        margin: 0 auto;
        text-align: center;
        float: none!important;
        margin-top: 10px;
        margin-bottom: 10px;
    }
}

@media only screen and (min-width: 960px) and (max-width: 1025px) {
    .social ul li {
        padding: 25px 30px;
    }
}

@media (min-width:1300px) {
    .container {
        width: 1280px
    }
}

@media only screen and (max-width: 1025px) {
    #tableDomainsList td,
    #tableDomainsList th {
        padding: 10px 5px!important;
        font-size: 11px!important;
    }
}