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

    ** Custom Stylesheet **

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

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

/* ============ GLOBAL STYLES ==============*/

/* Smooth scrolling IF user doesn't have a preference due to motion sensitivities */
@media screen and (prefers-reduced-motion: no-preference) {
    html {
        scroll-behavior: smooth;
    }
}

html, body {
    font-family: Verdana, Geneva, sans-serif;
    width: 100%;
    background-color: #617179;
    color: #a8bcc3;
    padding: 0 0 0 0;
    margin: 0 0 0 0;
    height: 100%;
	min-height: 100%;
}

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

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

h1, h2, h3, h4, h5, h6 {
    font-family: 'helvetica_neuemediumcond', Verdana, Geneva, sans-serif;
    text-transform: uppercase; }
h1 {
    color: #ffffff;
    font-size: 90px;
    margin: 70px 0 38px 0;
    text-align: center;
    text-transform: uppercase; }

h3.page-heading-text-lg {
    text-align: center;
    color: #6c7d97;
    font-size: 90px;
    margin: 70px 0 38px 0;
}

/* font imports */
@font-face {
    font-family: 'helvetica_neuemediumcond';
    src: url('../fonts/hlmc___-webfont.eot');
    src: url('../fonts/hlmc___-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/hlmc___-webfont.woff') format('woff'),
    url('../fonts/hlmc___-webfont.ttf') format('truetype'),
    url('../fonts/hlmc___-webfont.svg#helvetica_neuemediumcond') format('svg');
    font-weight: normal;
    font-style: normal; }

@font-face {
    font-family: 'helvetica_neueblackcond';
    src: url('../fonts/hlzc___-webfont.eot');
    src: url('../fonts/hlzc___-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/hlzc___-webfont.woff') format('woff'),
    url('../fonts/hlzc___-webfont.ttf') format('truetype'),
    url('../fonts/hlzc___-webfont.svg#helvetica_neueblackcond') format('svg');
    font-weight: normal;
    font-style: normal; }

@font-face {
    font-family: 'vladimir_scriptregular';
    src: url('../fonts/vladimir-webfont.eot');
    src: url('../fonts/vladimir-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/vladimir-webfont.woff') format('woff'),
    url('../fonts/vladimir-webfont.ttf') format('truetype'),
    url('../fonts/vladimir-webfont.svg#vladimir_scriptregular') format('svg');
    font-weight: normal;
    font-style: normal; }

/* BOOTSTRAP OVERRIDES */
.form-control {
    border-radius: 0px;
    font-size: 16px; }
.pad {
    padding: 10px; }

.container {
    max-width: 100%;
    width: 100%;
    padding: 0 0 0 0; }
.col-md-12 {
    padding: 0 0 0 0; }
.row {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    width: 100%; }

.modal-dialog {
    margin-top: 200px;
    color: #5a4a42 }

.col-md-12 {
    padding: 0px 10px 0px 10px; }

.label-success {
    background-color: #5cb85c; }

.label {
    color: #fff;
    display: inline;
    font-size: 14px;
    text-transform: uppercase;
    line-height: 18px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px; }
.sidebar .label {
    font-size: 12px; }

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

blockquote {
    border-left: 0px none;
    font-size: 16px;
    margin: 10px 0px 20px 0px;
    padding: 0px 0px 0px 0px; }

.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
    background-color: #fff;
    border-color: transparent transparent transparent;
    border-style: none;
    border-width: 1px;
    color: #5a4a42;
    font-family: "helvetica_neuemediumcond",Verdana,Geneva,sans-serif; }
.nav-tabs > li > a {
    border-radius: 0px 0px 0px 0px;
    line-height: 18px; }

.popover-title {
    background-color: #ededed;
    color: #6b7e99;;
    border-bottom: 1px solid #ebebeb;
    border-radius: 5px 5px 0 0;
    font-size: 14px;
    margin: 0;
    padding: 8px 14px; }

.list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover {
    background-color: #ededed;
    border-color: #ededed;
    color: #555555; }


/* ============ HEADER ==============*/
header {
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 8000;
    width: 100%;
    background: #ffffff; }
.popover {
    z-index: 9999;
    min-width: 300px;
    color: #594b42; }

.branding {
    padding: 12px 15px 12px 15px;
    max-width: 998px;
    margin: 0 auto; }

/* Login or Register Popover */
.login-popover {
    font-size: 13px; }
.login-popover a {
    color: #29aae3; }
.login-popover a:hover, .login-popover a:focus {
    color: #594b42; }
.login-popover .form-group {
    margin-bottom: 5px; }
.login-popover hr {
    margin: 5px 0; }

/* Language Chooser */
.language-popover {
    max-width: 450px;
    width: 100%;
    background-color: rgba(20, 20, 20, 0.98);
    background-image: url('../img/worldmap.png');
    background-repeat: no-repeat;
    font-size: 0.8em; }
.language-popover.popover.bottom > .arrow:after {
    border-bottom-color: rgba(20, 20, 20, 0.97); }
.language-popover .popover-content ul {
    margin: 6px 0 14px 0;
    padding: 0;
    max-width: 400px;
    list-style-type: none;
    overflow: hidden; }
.language-popover .popover-content li {
    float: left;
    display: inline;
    padding: 0 20px 0 40px;
    width: 33.333%;
    line-height: 2em; }
.language-popover .popover-content li a {
    color: #f2f2f2; }

/* Admin Masquerade Notice */
.admin-masquerade-notice {
    margin: 0 0 0 0;
    padding: 4px 10px;
    font-size: 0.7em;
    text-align: left; }
.admin-masquerade-notice a {
    text-decoration: underline; }

/* Navigation */
.navbar-default {
    background-color: transparent;
    border-color: transparent; }

.navbar {
    border-radius: 0px; }

.navbar {
    border: 1px solid transparent;
    margin-bottom: 0px;
    min-height: 79px; }

.nav {
    margin-top: 12px; }

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color: #ffffff; }

.navbar-brand {
    float: left;
    font-size: 24px;
    height: 79px;
    line-height: 0px;
    padding: 0px 0px 0px 0px; }

.navbar-default .navbar-nav > li > a {
    color: #6b7e99;
    font-size: 29px;
    line-height: 29px;
    text-transform: uppercase;
    font-family: 'helvetica_neuemediumcond', Verdana, Geneva, sans-serif; }
.nav > li > a {
    padding: 10px 10px; }
header .nav > li:last-child a {
    padding: 10px 0px 10px 10px; }

#Primary_Navbar-Announcements, #Primary_Navbar-Knowledgebase, #Primary_Navbar-Network_Status, #Primary_Navbar-Contact_Us {
    display: none; }

#top-nav {
    margin: 0;
    padding: 10px;
    z-index: 9999;
    background: #ededed; }
#top-nav .nav {
    margin: 0;
    padding: 0;
    line-height: 22px;
    font-size: 11px;
    z-index: 9999; }
#top-nav a.quick-nav {
    margin: 0 0 0 15px;
    padding: 0;
    color: #594b42;
    z-index: 9999;
    font-size: 15px; }
#top-nav .nav a:hover, #top-nav .nav a:focus {
    text-decoration: none;
    color: #000000; }


/* ============ CONTENT ==============*/
section#main-body {
    background-color: transparent;
    padding: 0 0;
}

section#main-content {
    margin-bottom: 60px;
}

.main-content {
    min-height: 300px;
    padding: 0 0 0 0;
    margin-bottom: 0;
}

.section-copy {
    margin: 0 auto;
    max-width: 998px; }

.wrap-width {
    width: 100%;
    max-width: 998px;
    margin: 0 auto;
    padding-top: 163px;
    padding-bottom: 70px; }
body.Home .wrap-width {
    max-width: 100%;
    width: 100%;
    padding-bottom: 0px; }

.adminreturndiv {
    display: none !important; }

div.header-lined h1 {
    margin-top: 0;
    margin-bottom: 15px;
    padding: 0 0;
    border-bottom: 0px solid transparent;
    color: #fff;
}

/* Buttons */

.btn-group-sm > .btn, .btn-sm, .btn-group-xs > .btn, .btn-xs, .btn {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    font-family: 'helvetica_neuemediumcond', Verdana, Geneva, sans-serif;
    font-size: 18px;
    color: #ffffff;
    text-transform: uppercase; }
.sidebar .btn-group-sm .btn,
.sidebar .btn-sm,
.sidebar .btn-group-xs,
.sidebar .btn,
.sidebar .btn-xs,
.sidebar .btn {
    font-size: 15px;
    padding: 5px 5px 5px 5px; }
.btn {
    background-color: #29aae3;
    border-color: #29aae3;
    color: #fff; }
.btn:hover, .btn:focus {
    background-color: #3ebef7;
    border-color: #3ebef7;
    color: #fff;
    text-decoration: none; }

.btn.btn-action {
    background-color: #72CA06;
    border-color: #498302; }

.btn-success {
    background-color: #29aae3;
    border-color: #29aae3;
    color: #fff; }
.btn-success:hover, .btn-success:focus {
    background-color: #3ebef7;
    border-color: #3ebef7;
    color: #fff; }

.btn-link {
    font-size: 15px;
    background: #cccccc;
    border-color: #cccccc;
    color: #323232; }
.btn-link:hover, .btn-link:focus {
    background: #999999;
    border-color: #999999;
    color: #323232; }

.btn-info, .btn-primary, .btn-default {
    text-transform: uppercase;
    background-color: #29aae3;
    border-color: #29aae3;
    color: #fff; }
.btn-info:hover, .btn-info:focus, .btn-primary:hover,
.btn-default:hover, .btn-primary:focus, .btn-default:focus {
    background-color: #3ebef7;
    border-color: #3ebef7;
    color: #fff; }

.btn-warning, a.btn-warning {
    background-color: #ee2a7c;
    border-color: #ee2a7c;
    color: #fff; }
.btn-warning:hover, .btn-warning:focus, a.btn-warning:hover, a.btn-warning:focus {
    background-color: #ce2169;
    borer-color: #ce2169;
    color: #fff; }

.input-group-btn .btn {
    font-size: 15px;
    padding: 10px;
    height: 34px;
    line-height: 15px; }

/* Badges */
h3.with-badge::after {
    content: '.';
    color: #fff; }

h3.with-badge span, h3.with-badge i {
    float: left;
    padding-right: 8px; }

h3.with-badge .badge {
    line-height: initial;
    margin-top: 3px; }


/* Tables */
.table-striped > tbody > tr:nth-of-type(2n+1) {
    background-color: #cedbe0; }
.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
    border-top: 1px solid transparent; }

.dataTables_wrapper {
    background-color: #E6ECEF;
    font-size: 15px; }

.dataTables_wrapper .dataTables_info {
    padding: 9px 10px;
    background-color: #006587;
    border: 0;
    border-bottom: 1px solid #fff;
    font-size: 0.9em;
    color: #fff;
    text-align: left !important; }

.dataTables_wrapper table.table-list {
    margin-top: 0 !important;
    margin-bottom: 6px !important; }

.dataTables_wrapper .dataTables_filter {
    float: right; }
.dataTables_wrapper .dataTables_filter label {
    padding: 6px 6px 0; }
.dataTables_wrapper .dataTables_filter label .form-control {
    padding: 1px 10px !important;
    background-color: #f8f8f8;
    border: 1px solid #fff;
    font-size: 0.9em;
    height: 25px;
    width: 160px; }

.dataTables_wrapper .dataTables_length {
    float: left; }
.dataTables_wrapper .dataTables_length label {
    padding: 10px 10px 0; }
.dataTables_wrapper .dataTables_length label .form-control {
    display: inline-block;
    padding: 2px;
    height: 25px;
    width: auto; }

.dataTables_wrapper .dataTables_paginate {
    float: right;
    padding: 6px 10px 0; }
.dataTables_wrapper .dataTables_paginate .pagination > li > a,
.dataTables_wrapper .dataTables_paginate .pagination > li > span {
    padding: 4px 8px; }

table.dataTable.dtr-inline.collapsed tbody td:first-child:before, table.dataTable.dtr-inline.collapsed tbody th:first-child:before {
    top: inherit !important;
    box-shadow: none !important;
    line-height: 16px !important; }

.table {
    border: #9bafb6 1px solid; }

.table-container {
    padding: 0 0 25px 0; }

table.table-list thead th {
    background-color: #E6ECEF;
    border-bottom: 1px solid #ccc;
    color: #333;
    font-size: 15px; }

.table-list > tbody > tr:hover, .table-list > tbody > tr:focus {
    cursor: pointer;
    cursor: hand; }

.table-list > tbody > tr > td {
    background-color: #fff;
    font-size: 15px; }

.table-list > tbody > tr:nth-child(odd) > td, .table-list > tbody > tr:nth-child(odd) > th {
    background-color: #FAFAFA; }

.table-list > tbody > tr:hover > td {
    background-color: #E6ECEF; }

table.table-list th {
    text-align: center; }
table.table-list tbody td, table.table-list tbody td {
    padding: 5px 10px;
    vertical-align: middle; }

table.dtr-inline .dtr-title:empty {
    display: none !important; }

table.dtr-inline .responsive-edit-button {
    display: none; }

table.dtr-inline.collapsed .responsive-edit-button {
    display: inherit; }

/*  Margin Classes */
.margin-10 {
    margin: 10px; }
.margin-bottom {
    margin-bottom: 20px; }
.margin-top-5 {
    margin-top: 5px; }
.margin-bottom-5 {
    margin-bottom: 5px; }
.col-button-left {
    padding-left: 0;
    padding-right: 7px; }
.col-button-right {
    padding-left: 7px;
    padding-right: 0; }

/* Forms */
.input-inline {
    display: inline-block; }
.input-inline-100 {
    width: 100px; }
.select-inline {
    display: inline-block;
    width: auto; }

/* Captchas */
.captchaimage {
    margin: 0;
    padding: 3px 0 4px;
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    text-align: right; }

/* Icons */
i.icon-rss {
    color: #ff6600; }

/* Panels */
.panel {
    font-size: 12px; }
.panel-default {
    border-color: #9bafb6; }
.panel, .panel .panel-heading {
    -webkit-border-top-left-radius: 0px !important;
    -webkit-border-top-right-radius: 0px !important;
    -moz-border-radius-topleft: 0px !important;
    -moz-border-radius-topright: 0px !important;
    border-top-left-radius: 0px !important;
    border-top-right-radius: 0px !important; }

.panel-default > .panel-heading {
    background-color: #9bafb6;
    border-color: #9bafb6;
    color: #594b42; }
.panel-heading, .panel-heading h4 {
    font-size: 20px;
    text-transform: uppercase; }

.panel-body {
    background-color: #dbe7ec;
    border-width: 0px 0px 0px 0px; }

.panel.panel-accent-gold {
    border-top: 3px solid #ef7c00; }
.panel.panel-accent-green {
    border-top: 3px solid #29aae3; }
.panel.panel-accent-red {
    border-top: 3px solid #a60d12; }
.panel.panel-accent-blue {
    border-top: 3px solid #5bc0de; }
.panel.panel-accent-orange {
    border-top: 3px solid #f39c12; }
.panel.panel-accent-pink {
    border-top: 3px solid #e671b8; }
.panel.panel-accent-purple {
    border-top: 3px solid #7b4f9d; }
.panel.panel-accent-lime {
    border-top: 3px solid #8cbf26; }
.panel.panel-accent-magenta {
    border-top: 3px solid #ff0097; }
.panel.panel-accent-teal {
    border-top: 3px solid #00aba9; }
.panel.panel-accent-turquoise {
    border-top: 3px solid #1abc9c; }
.panel.panel-accent-emerald {
    border-top: 3px solid #2ecc71; }
.panel.panel-accent-amethyst {
    border-top: 3px solid #9b59b6; }
.panel.panel-accent-wet-asphalt {
    border-top: 3px solid #34495e; }
.panel.panel-accent-midnight-blue {
    border-top: 3px solid #2c3e50; }
.panel.panel-accent-sun-flower {
    border-top: 3px solid #f1c40f; }
.panel.panel-accent-pomegranate {
    border-top: 3px solid #c0392b; }
.panel.panel-accent-silver {
    border-top: 3px solid #bdc3c7; }
.panel.panel-accent-asbestos {
    border-top: 3px solid #7f8c8d; }

/* Background Colors */
.bg-color-gold {
    background-color: #ef7c00; }
.bg-color-green {
    background-color: #29aae3; }
.bg-color-red {
    background-color: #a60d12; }
.bg-color-blue {
    background-color: #5bc0de; }
.bg-color-orange {
    background-color: #f39c12; }
.bg-color-pink {
    background-color: #e671b8; }
.bg-color-purple {
    background-color: #7b4f9d; }
.bg-color-lime {
    background-color: #8cbf26; }
.bg-color-magenta {
    background-color: #ff0097; }
.bg-color-teal {
    background-color: #00aba9; }
.bg-color-turquoise {
    background-color: #1abc9c; }
.bg-color-emerald {
    background-color: #2ecc71; }
.bg-color-amethyst {
    background-color: #9b59b6; }
.bg-color-wet-asphalt {
    background-color: #34495e; }
.bg-color-midnight-blue {
    background-color: #2c3e50; }
.bg-color-sun-flower {
    background-color: #f1c40f; }
.bg-color-pomegranate {
    background-color: #c0392b; }
.bg-color-silver {
    background-color: #bdc3c7; }
.bg-color-asbestos {
    background-color: #7f8c8d; }

/* Status Lights */
.status {
    display: block;
    font-size: 0.9em;
    line-height: 22px;
    background-color: #888; }

.status-custom {
    background-color: white;
    color: black;
    border: 1px solid black;
    padding: 1px; }

.status-pending {
    background-color: #a60d12; }
.status-pending.transfer {
    background-color: #cd9d2b; }
.status-active,
.status-open {
    background-color: #10d05c; }
.status-suspended {
    background-color: #ef7c00; }
.status-customer-reply {
    background-color: #ff6600; }
.status-fraud,
.status-answered {
    background-color: #000000; }
.status-expired {
    background-color: #7191aa; }
.status-cancelled {
    background-color: #9FA29A; }
.status-terminated {
    background-color: #666; }
.status-onhold {
    background-color: #224488; }
.status-inprogress {
    background-color: #cc0000; }
.status-closed {
    background-color: #888; }

.status-paid {
    background-color: #10d05c; }
.status-unpaid {
    background-color: #ED3E48; }
.status-cancelled {
    background-color: #87939F; }
.status-collections {
    background-color: #9A141E;
    color: #FFFFFF; }
.status-refunded {
    background-color: #319FC3; }

.status-customer-reply {
    background-color: #ff6600; }

.status-delivered {
    background-color: #224488; }

.status-accepted {
    background-color: #498302; }
.status-lost, .status-dead {
    background-color: #FFFFFF;
    border: 1px solid #000000;
    color: #000000; }

/* Popups */
#popup-backdrop {
    background-color: #2E363F;
    padding: 15px;
    height: 100%; }

.popup-header-padding {
    margin-top: 5px;
    margin-bottom: 5px; }

/* Collapsable Panels */
.panel-collapsable > .panel-heading {
    cursor: pointer; }
.panel-collapsable > .panel-body-collapsed {
    display: none; }

/* Licensing Addon */
.licensing-addon-latest-download h3 {
    margin-top: 0; }


/* ============ HOME ==============*/
body.Home {
    background-color: #ffffff; }

h2.graphic, #nav h1, #nav h1 a, p#sg-logo, p#sg-logo a, ul#social-nav li, #post-45 h2.text-header, nav#design p#web-design-button a, nav#design p#web-design-button, #post-46 h2.text-header, #post-47 h2.text-header, section.hid {
    display: block;
    height: 0;
    text-indent: -9999px;
    width: 100%; }

/* homepage domain section */
section#home-banner {
    padding: 50px 0 60px;
    background: #ffffff url(../img/home-graphic.jpg) no-repeat center;
    color: #6b7e99;
    min-height: 655px; }

section#home-banner h2 {
    margin: 0 auto;
    display: block;
    background: #9bafb6;
    color: #594b42;
    width: 70%;
    text-transform: uppercase;
    padding: 10px 25px 10px 25px;
    border-top: #594b42 2px solid;
    border-left: #594b42 2px solid;
    border-right: #594b42 2px solid;
    -webkit-border-top-left-radius: 15px;
    -webkit-border-top-right-radius: 15px;
    -moz-border-radius-topleft: 15px;
    -moz-border-radius-topright: 15px;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px; }

section#home-banner form {
    background: #9bafb6;
    color: #ffffff;
    width: 70%;
    padding: 0px 25px 10px 25px;
    margin: 0 auto;
    border-bottom: #594b42 2px solid;
    border-left: #594b42 2px solid;
    border-right: #594b42 2px solid;
    -webkit-border-bottom-right-radius: 15px;
    -webkit-border-bottom-left-radius: 15px;
    -moz-border-radius-bottomright: 15px;
    -moz-border-radius-bottomleft: 15px;
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px; }

section#home-banner form input[type=text] {
    background-color: #d9e5ea;
    color: #594b42;
    font-family: 'helvetica_neuemediumcond', Verdana, Geneva, sans-serif;
    text-transform: none; }

section#home-banner .container {
    max-width: 998px;
    text-align: center;
    margin-top: 300px; }

/* homepage hosting section */
.Home section#hosting {
    background: #c0e4d7;
    color: #ffffff; }

.Home section#hosting {
    padding: 70px 0 100px 0;
}

h2#packages-graphic {
    background: transparent url("../img/packages-graphic.jpg") no-repeat scroll center top;
    height: 333px;
    width: 100%;
}

.Home h2#packages-graphic {
    margin-bottom: 66px;
}

aside.packages {
    background: #5a4a42;
    position: relative;
    color: #ffffff;
    padding: 5px 15px 15px 15px;
    margin-bottom: 60px; }
aside.packages h3 {
    color: #c0e4d7;
    font-size: 31px;
    margin-bottom: 10px;
    text-transform: uppercase; }
aside.packages p {
    font-size: 15px;
    margin-bottom: 17px; }
aside.packages ol {
    font-size: 15px;
    list-style-type: decimal;
    margin-bottom: 20px; }
aside.packages a, aside.packages a:visited {
    color: #c0e4d7;
    text-decoration: underline; }
aside.packages a:hover, aside.packages a:focus {
    color: #ffffff; }
h4.price {
    background: transparent url("../img/price-burst.png") no-repeat;
    display: block;
    font-family: "vladimir_scriptregular",Verdana,sans-serif;
    font-size: 35px;
    height: 120px;
    padding-top: 25px;
    position: absolute;
    right: -14px;
    text-align: center;
    top: -51px;
    width: 115px;
    z-index: 500; }
span#price-only {
    font-family: "vladimir_scriptregular",Verdana,sans-serif;
    font-size: 21px;
    line-height: 13px;
    display: block;
    text-transform: capitalize; }
span#price-dollar {
    font-family: "helvetica_neueblackcond",Verdana,sans-serif;
    font-size: 30px;
    line-height: 33px;
    display: block; }
span#price-month {
    font-family: "helvetica_neuemediumcond",Verdana,Geneva,sans-serif;
    font-size: 10px;
    text-transform: uppercase;
    display: block; }
p.buy-now {
    display: block;
    margin: 0 auto 30px;
    text-align: center;
    width: 100%; }
p.buy-now a, p.buy-now a:visited {
    display: block;
    font-family: "helvetica_neuemediumcond",Verdana,Geneva,sans-serif;
    background: #cc0000;
    color: #ffffff;
    text-decoration: none;
    font-size: 36px;
    line-height: 36px;
    margin: 0 auto;
    padding: 10px;
    text-align: center;
    text-transform: uppercase; }
p.buy-now a:hover, p.buy-now a:focus {
    background: #ed1d24; }

/* homepage support section */
section#support {
    background: #617179;
    padding: 70px 0 100px 0;
    color: #ffffff;
    font-size: 15px;
    line-height: 26px; }

h2#support-graphic {
    background: transparent url("../img/support-graphic.jpg") no-repeat center top;
    height: 241px;
    width: 100%;
    margin-bottom: 49px; }
.support-button {
    margin-top: 80px;
    display: block; }
.support-button a, .support-button a:visited {
    display: block;
    font-family: "helvetica_neuemediumcond",Verdana,Geneva,sans-serif;
    background: #9ab0b6;
    color: #617179;
    font-size: 47px;
    line-height: 47px;
    padding: 20px;
    text-align: center;
    text-transform: uppercase;
    margin: 0 10px 0 10px; }
.support-button a:hover, .support-button a:focus {
    text-decoration: none;
    background: #c0e4d7; }

/* homepage services section */
section#services {
    background: #594a42;
    padding: 70px 0 100px 0;
    color: #ffffff;
    font-size: 15px;
    line-height: 26px; }

h2#web-design-graphic {
    background: transparent url("../img/webdesign-graphic.jpg") no-repeat center top;
    height: 260px;
    margin-bottom: 56px; }

.services-button {
    margin-top: 80px;
    display: block; }
.services-button a, .services-button a:visited {
    display: block;
    font-family: "helvetica_neuemediumcond",Verdana,Geneva,sans-serif;
    background: #000000;
    color: #594a42;
    font-size: 47px;
    line-height: 47px;
    padding: 20px;
    text-align: center;
    text-transform: uppercase;
    margin: 0 10px 0 10px; }
.services-button a:hover, .services-button a:focus {
    text-decoration: none;
    background: #342c27; }

.design-paragraph, .faq-paragraph {
    padding: 0 30px 0 30px; }

/* ============ HOSTING ==============*/

/* ============ SUPPORT ==============*/
body.Ticket .btn,
body.Ticket .btn-default, body.Ticket .btn-primary,
body.Ticket .btn-success, body.Ticket .btn-warning {
    background-color: #a10c10;
    border-color: #a10c10;
    color: #fff; }
body.Ticket .btn:hover, body.Ticket .btn:focus,
body.Ticket .btn-primary:hover, body.Ticket .btn-primary:focus,
body.Ticket .btn-default:hover, body.Ticket .btn-default:focus,
body.Ticket .btn-success:hover, body.Ticket .btn-success:focus,
body.Ticket .btn-warning:hover, body.Ticket .btn-warning:focus {
    background-color: #b31317;
    border-color: #b31317;
    color: #fff;
    text-decoration: none; }


/* Support Tickets */
body.Support div.header-lined h1, body.Ticket div.header-lined h1 {
    display: block;
    width: 100%;
    text-indent: -9999px;
    margin: 40px 0 40px 0;
    height: 429px;
    background: transparent url('../img/support-contact-graphic.jpg') no-repeat center; }
body.Ticket h2 {
    font-size: 90px;
    text-transform: uppercase;
    color: #ffffff;
    display: block;
    text-align: center; }

body.Support div.header-lined h1.no-image {
    text-indent: 0px;
    margin: 40px 0 40px 0;
    height: auto;
    background-image: none; }

body.Submit .sidebar {
    display: none; }
body.Submit .col-md-9 {
    width: 100% !important; }

#ticket-form .panel-body p.captcha-text {
    text-align: center;
    color: #594b42; }
#ticket-form .panel-title {
    text-align: center; }

.ticket-attachments-message {
    padding-top: 4px;
    font-size: 0.8em; }

#ticketReply {
    background-color: #a10c10;
    border-color: #a10c10;
    color: #ffffff;
    font-size: 24px;
    line-height: 24px;
    text-transform: uppercase;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    padding: 10px 15px; }
#reply-panel {
    border-width: 0px 0px 0px 0px; }
#ticketReply .collapse-icon {
    margin-top: -3px; }
#ticketReply h3.panel-title {
}
#ticketReply .panel-body {
    background-color: #9bafb6;
    border-color: #9bafb6;
    color: #617179; }
#reply-panel .panel-body label {
    color: #617179; }
#reply-panel .panel-body .ticket-attachments-message {
    margin-bottom: 15px; }

#Secondary_Sidebar-Support-Downloads, #Secondary_Sidebar-Support-Announcements { display: none; }

.ticket-reply {
    margin: 10px 0;
    padding: 0;
    background-color: #7f9199;
    color: #ffffff; }

.ticket-reply .date {
    float: right;
    padding: 8px 10px;
    font-size: 0.8em; }

.ticket-reply .user {
    padding: 5px 0;
    background-color: #9bafb6;
    color: #617179; }

.ticket-reply.staff .user {
    background-color: #f8f8f8;
    color: #617179; }
.ticket-reply .date {
    color: #555555; }

.ticket-reply .user i {
    float: left;
    font-size: 2.2em;
    padding: 2px 15px; }

.ticket-reply .user .name {
    display: block;
    font-size: 0.9em; }

.ticket-reply .user .type {
    display: block;
    font-weight: bold;
    font-size: 0.8em; }

.ticket-reply .message {
    padding: 12px 15px; }

.ticket-reply .rating,
.ticket-reply .rating-done {
    float: right;
    padding: 5px 10px;
    unicode-bidi: bidi-override;
    direction: rtl;
    font-size: 24px; }
.ticket-reply .rating span.star,
.ticket-reply .rating-done span.star {
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    display: inline-block; }
.ticket-reply .rating-done .rated {
    display: inline-block;
    font-size: 12px;
    font-family: Verdana, Geneva, sans-serif; }
.ticket-reply .rating span.star:hover,
.ticket-reply .rating span.star:focus {
    cursor: pointer; }
.ticket-reply .rating span.star:before,
.ticket-reply .rating-done span.star:before {
    content: "\f006";
    padding-right: 0;
    color: #999; }
.ticket-reply .rating span.star:hover:before,
.ticket-reply .rating span.star:hover ~ span.star:before,
.ticket-reply .rating-done span.star.active:before  {
    content: "\f005";
    color: #F2DE88; }

.ticket-reply .attachments {
    margin: 0;
    padding: 10px 20px;
    border-top: 1px dashed #efefef;
    background-color: #f8f8f8;
    font-size: 0.8em; }

.ticket-reply .attachments ul {
    margin: 0;
    padding: 0 0 0 15px;
    list-style: none; }

.ticket-reply .clear {
    clear: both; }

.panel > .list-group .ticket-details-children {
    border-width: 0;
    color: #617179; }
.panel > .list-group .ticket-details-children .title {
    font-weight: bold; }
.panel > .list-group .ticket-details-children:nth-child(even) {
    background-color: #f2f2f2; }
.panel > .list-group .ticket-details-children:last-child {
    border-width: 0 0 1px 0; }

/* Support Ticket Feedback */
.ticketfeedbackstaffcont {
    margin: 10px auto;
    padding: 15px;
    width: 90%;
    background-color: #efefef; }

.ticketfeedbackrating {
    padding: 0 100px; }

.ticketfeedbackrating .rate {
    float: left;
    padding: 0 10px;
    min-width: 30px;
    text-align: center; }


/* ============ KNOWLEDGEBASE ==============*/
.kbcategories a {
    display: block;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.4;
    margin: 0 0 5px;
    text-decoration: none; }
.kbcategories a .glyphicon {
    color: #ed8;
    margin-right: 5px; }
.kbcategories a small {
    color: #000;
    font-size: 80%;
    font-weight: 400;
    margin-left: 5px; }

.kbarticles {
    padding: 0 0 25px 0;
    font-size: 0.8em; }
.kbarticles a {
    font-size: 1.2em;
    font-weight: 700; }
.kbarticles a .glyphicon {
    color: #8ce; }

h3.kb-alsoread {
    padding: 8px 15px;
    background-color: #eee;
    font-size: 0.9em; }


/* ============ SERVICES ==============*/
body.Services {
    background-color: #594a42;
    color: #ffffff; }

body.Services h1 {
    color: #c0e4d7; }
body.Services .header-lined h1 {
    display: block;
    text-indent: -9999px;
    background: url("../img/webdesign-graphic.jpg") no-repeat center;
    height: 260px;
    width: 100%;
    margin-bottom: 0px; }

body.Services .panel-default > .panel-heading {
    background-color: #9bafb6;
    border-color: #9bafb6;
    color: #594b42;
    text-align: center; }
body.Services .panel-heading h4 {
    font-size: 40px; }
body.Services .panel-heading h4 a, body.Services .panel-heading a:focus {
    display: block;
    color: #594b42; }
body.Services .panel-heading a:hover {
    color: #000; }

body.Services .panel, .panel .panel-heading {
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important; }

body.Services .panel-body, body.Services .panel .list-group {
    border-width: 0;
    color: #594b42;
    font-size: 16px;
    background-color: #dbe7ec; }

body.Services .list-group-item {
    font-size: 24px;
    color: #9bafb6;
    font-family: "helvetica_neuemediumcond",Verdana,Geneva,sans-serif;
    text-transform: uppercase; }


/* ============ CLIENT AREA ==============*/
body.Client h1 {
    font-size: 60px;
    padding-bottom: 40px;
    border-bottom: #9bafb6 2px solid; }

.client-content {
    background-color: #7f9199;
    margin: 0 0 0 0;
    padding: 10px;
    color: #ffffff; }

body.Client .panel-body {
    background-color: #ffffff;
    color: #555; }

body.Client .main-content h3.panel-title {
    font-size: 24px;
    color: #555; }

body.Client .main-content .panel-heading,
body.Client .main-content .panel-footer,
body.Client h3.panel-title,
.dataTables_wrapper .dataTables_info {
    color: #555;
    background-color: #9bafb6;
    border-width: 0px 0px 0px 0px;
    border-color: transparent; }

body.Client .main-content .panel,
body.Client .main-content .panel-default,
body.Client .main-content .panel-body,
body.Client .main-content .list-group,
body.Client .main-content .list-group-item {
    background-color: #7f9199;
    color: #ffffff; }
body.Client .main-content .list-group-item:hover {
    color: #dddddd; }

body.Client .main-content .panel-heading,
body.Client .main-content .panel-footer,
body.Client .main-content .list-group,
body.Client .main-content .list-group-item {
    border-color: #9bafb6;
    font-size: 15px; }

body.Client table {
    border-width: 0px 0px 0px 0px; }
body.Client table.table-list thead th, body.Support table.table-list thead th {
    background-color: #9bafb6;
    border-bottom: 1px solid #7f9199;
    color: #555555;
    font-size: 15px; }
body.Client .table-list > tbody > tr:nth-child(2n+1) > td,
body.Client .table-list > tbody > tr:nth-child(2n+1) > th,
body.Client .table-list > tbody > tr > td,
body.Support .table-list > tbody > tr:nth-child(2n+1) > td,
body.Support .table-list > tbody > tr:nth-child(2n+1) > th {
    background-color: #7f9199;
    border-bottom: #9bafb6 1px solid;
    color: #ffffff;
    font-size: 14px;
    font-weight: normal; }

.dataTables_wrapper .dataTables_info {
    border-bottom: 1px solid #617179;
    border-width: 0px 0px 1px 0px; }
body.Client .dataTables_length {
    color: #ffffff; }
body.Client .dataTables_length select {
    color: #555555; }
body.Client .dataTables_wrapper {
    background-color: transparent !important;
    border: 1px solid transparent;
    font-size: 15px; }

.table-list > tbody > tr:hover > td {
    background-color: #9bafb6; }

/* Login Page */
.logincontainer {
    margin: 40px auto 100px auto;
    padding: 0 10px;
    max-width: 500px; }

/* Two Factor Authentication */
div#twofaactivation {
    margin: 0 auto;
    padding: 15px 30px;
    width: 85%;
    background-color: #efefef; }

div#twofaactivation .errorbox {
    margin: 0 0 20px 0;
    padding: 10px 20px;
    background-color: #FF4F4F;
    text-shadow: none;
    color: #fff;
    text-align: center; }

div#twofaactivation p {
    margin: 15px 0; }

/* Client Homepage */
.text-domain {
    font-size: 15px;
    color: #c0e4d7; }

.client-home-panels .panel > .panel-heading {
    background-color: #fff;
    border-bottom: 0;
    font-weight: bold; }
.client-home-panels .panel > .panel-heading .panel-title .btn {
    color: #fff;
    border: 0; }
.client-home-panels .panel > .panel-heading .panel-title .btn:hover,
.client-home-panels .panel > .panel-heading .panel-title .btn:focus {
    color: #000; }
.client-home-panels .panel small {
    color: #ededed; }
.client-home-panels .panel > .panel-body {
    padding: 0;
    max-height: 170px;
    overflow: auto; }
.client-home-panels .panel > .panel-footer {
    border-top: 0; }
.client-home-panels .panel > .panel-body p {
    padding: 10px 15px; }
.client-home-panels .panel > .list-group {
    max-height: 170px;
    overflow: auto;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd; }
.client-home-panels .panel > .list-group .list-group-item {
    padding: 4px 10px; }

.client-home-panels .panel > .list-group .list-group-item:last-child {
    border-bottom: 0;}

.home-kb-search {
    margin-bottom: -8px; }
.home-kb-search .form-control {
    border: 0;
    background-color: #444;
    color: #fff;
    padding-left: 50px; }
.home-kb-search i {
    position: relative;
    top: -35px;
    left: 20px;
    color: #777; }

/* Client Notifications */
.popover-user-notifications {
    font-size: 0.8em; }
.popover-user-notifications .popover-content {
    padding: 0; }
.clientalert {
    margin: 0;
    padding: 5px 10px;
    border-bottom: 1px solid #ddd; }
.clientalert:hover,
.clientalert:focus {
    background-color: #efefef; }
.clientalert:last-child {
    border-bottom: 0; }
.clientalert .btn-xs {
    font-family: Verdana, Geneva, sans-serif;
    font-size: 10px; }

/* Announcements */
div.announcement-single {
    margin: 0 0 20px 0;
    padding: 10px;
    background-color: #7f9199;
    color: #ffffff;
    line-height: 26px; }
div.announcement-single blockquote {
    margin-top: 10px; }
div.announcement-single .label {
    margin-right: 10px; }

body.Announcements .panel-default:last-child { display: none; }

body.Announcements blockquote .label-warning {
    margin-top: 10px; }

.announcement-single h2 {
    line-height: 44px; }

div.announcement-single a:hover, div.announcement-single a:focus {
    color: #ededed; }

/* Product Details */
div.product-details {
    margin: 0 0 20px 0; }
div.product-details div.product-icon {
    margin: 0;
    background-color: #efefef;
    padding: 30px;
    font-size: 60px;
    line-height: 1em; }

.product-status {
    margin: 0 0 20px 0;
    padding: 0; }
.product-status-pending {
    background-color: #F89406; }
.product-status-active {
    background-color: #46A546; }
.product-status-suspended {
    background-color: #0768B8; }
.product-status-terminated,
.product-status-cancelled {
    background-color: #666; }
.product-status-fraud {
    background-color: #000; }
.product-status-text {
    padding: 5px;
    color: #fff;
    text-align: center;
    text-transform: uppercase; }

div.product-details-tab-container {
    margin: 0;
    padding: 20px;
    border: 1px solid #ddd;
    border-top: 0; }

.module-client-area {
    padding: 15px 15px 0 15px; }

/* Credit Cards */
div.credit-card {
    margin: 0 auto 30px;
    max-width: 400px;
    background-color: #f8f8f8;
    border: 1px solid #ccc; }

div.credit-card div.card-type {
    float: right;
    padding: 10px 20px;
    font-size: 1.2em; }
div.credit-card div.card-icon {
    float: left;
    padding: 7px 7px;
    font-size: 1.2em; }

div.credit-card div.card-number {
    padding: 10px;
    background-color: #ccc;
    font-size: 1.6em;
    text-align: center;
    clear: both; }

div.credit-card div.card-start {
    float: left;
    padding: 20px 0 50px 50px;
    font-size: 1.3em;
    text-align: right; }

div.credit-card div.card-expiry {
    float: right;
    padding: 20px 50px 50px 0;
    height: 120px;
    font-size: 1.3em;
    text-align: right; }

div.credit-card div.end {
    clear: both; }

.auth3d-area {
    border: 1px solid #fff; }

.submit-3d {
    width: 80%;
    border: 1px solid #fff; }

.invoice-summary {
    margin: 0 0 25px 0;
    padding: 15px;
    height: 500px;
    background-color: #f8f8f8;
    border: 4px dashed #efefef; }

.invoice-summary-table {
    margin: 25px 0 25px 0;
    max-height: 300px;
    overflow: auto; }

.invoice-summary-table td {
    font-size: 0.8em; }

.invoice-summary-table td.total-row {
    background-color: #efefef;
    font-weight: bold; }

/* Card colors colorpicked from website logos */
div.credit-card .logo-visa {
    color: #1a1f71; }

div.credit-card .logo-amex {
    color: #43abdf; }

div.credit-card .logo-mastercard {
    color: #ed0b00; }

div.credit-card .logo-discover {
    color: #000000; }

/* Mass Pay */
tr.masspay-invoice-detail td {
    font-size: 0.8em; }
tr.masspay-total td {
    background-color: #efefef;
    font-weight: bold; }

/* ============ ERROR PAGE ==============*/
.error-container {
    text-align: center; }
.error-container h1 {
    margin-top: 40px; }
.error-container .buttons {
    margin: 25px 0; }
.error-container .buttons .btn {
    margin: 5px; }

/* ============ TERMS OF SERVICE & PRIVACY ==============*/
.tos-content {
    padding: 10px; }
.tos-content p, .tos-content ul, .tos-content li, .tos-content ol {
    color: #ffffff; }

/* ============ CONTACT ==============*/
body.Contact {
    background-color: #c0e4d7;
    color: #6b7e99; }
body.Contact .container a, body.Contact h1 {
    color: #ec008c;
    margin-top: 0px; }
body.Contact .header-lined h1 {
    display: block;
    text-indent: -9999px;
    background: url("../img/contact-graphic.jpg") no-repeat center;
    height: 383px;
    width: 100%;
    margin-bottom: 0px; }
body.Contact .container a:hover, body.Contact .container a:focus {
    color: #29aae3; }

body.Contact .btn,
body.Contact .btn-primary,
body.Contact .btn-default,
body.Contact .btn-success,
body.Contact .btn-warning {
    background-color: #ec008c;
    border-color: #ec008c;
    color: #fff;
    text-decoration: none; }

body.Contact .btn:hover, body.Contact .btn:focus,
body.Contact .btn-primary:hover, body.Contact .btn-primary:focus,
body.Contact .btn-default:hover, body.Contact .btn-default:focus,
body.Contact .btn-success:hover, body.Contact .btn-success:focus,
body.Contact .btn-warning:hover, body.Contact .btn-warning:focus {
    background-color: #f72ea5;
    border-color: #f72ea5;
    color: #fff;
    text-decoration: none; }

body.Contact .panel p.captcha-text, body.Contact .panel-title {
    text-align: center; }


/* ============ SIDEBAR ==============*/
div.sidebar .list-group-item-selected {
    background-color: #319FC3;
    color: #FFFFFF; }
div.sidebar .list-group-item-selected .badge {
    background-color: #FFFFFF;
    color: #319FC3; }


/* ============ FOOTER ==============*/
footer {
    padding: 38px 0 38px;
    color: #ffffff;
    background: #150a17;
    text-align: center; }
.footer-inner {
    max-width: 998px;
    margin: 0 auto;
    padding: 0 10px 0 10px;
    text-align: left; }
footer h3 {
    background: url("../img/footer-graphic.jpg") no-repeat top left;
    display: block;
    height: 156px;
    width: 100%;
    text-indent: -9999px; }
footer nav ul {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    text-align: left; }
footer nav ul li {
    list-style-type: none;
    margin: 0 0 0 0;
    padding: 0px 10px 15px 0px;
    display: inline-block; }
footer .copy-text {
    text-align: left; }
footer nav ul li a {
    color: #ffffff; }
footer nav ul li a:hover, footer nav ul li a:focus {
    color: #ffffff;
    text-decoration: underline; }

footer p#return {
    display: block;
    position: fixed;
    bottom: 70px;
    right: 10px;
    height: 42px;
    width: 42px;
}

footer p#return a {
    display: block;
    padding-top: 16px;
    padding-bottom: 11px;
    width: 42px;
    line-height: 0px;
    background-color: rgba(0, 0, 0, 0.4);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    text-align: center;
    color: #fff;
}

footer p#return a:hover, footer p#return a:active, footer p#return a:focus {
    background-color: rgba(0, 0, 0, 0.6);
}

.social-icon {
    color: #81488b;
    display: inline-block;
    margin-right: 5px; }

.social-icon:hover, .social-icon:focus {
    color: #9a5ba5; }


/* ============ MEDIA QUERIES ==============*/
@media (min-width: 992px) {
    .pull-md-left {
        float: left; }
    .pull-md-right {
        float: right; }

    /* Homepage */
    section#home-banner h2 {
        font-size: 26px; }

    /* Domains */
    #stepResults {
        font-size: 15px; }
    #stepResults .label {
        font-size: 15px; }
    div.domainresults table tr td {
        padding: 5px 5px; }

    /* Sidebars */
    h3.with-badge .badge {
        padding: 3px 7px 3px 8px; }
    .sidebar .list-group-item .badge {
        margin-top: -2px;
        padding: 3px 7px 3px 8px;
        line-height: initial;
        min-width: 36px; }
}

@media (max-width: 991px) {
    .navbar-default .navbar-nav > li > a {
        font-size: 22px;
        line-height: 22px;
    }

    .panel-actions {
        border: 0;
        box-shadow: none; }

    .panel-actions > .panel-heading > .panel-title {
        display: inline; }

    .panel-actions > .list-group {
        padding: 10px;
        overflow-x: scroll;
        overflow-y: none;
        white-space: nowrap; }

    .panel-actions > .list-group .list-group-item {
        display: inline-block;
        border: 1px solid #ddd !important;
        white-space: nowrap;
        text-align: center;
        padding: 5px 25px;
        margin: 2px; }

    .panel-actions > .list-group .list-group-item > .badge {
        float: none;
        margin: -2px 0 0 10px; }

    /* Domains */
    #google-recaptcha-domainchecker {
        padding-left: 2.5%;
        margin-bottom: -25px; }

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

@media (min-width: 768px) {
    .pull-sm-left {
        float: left; }
    .pull-sm-right {
        float: right; }
    .text-right-sm {
        text-align: right; }
}

@media (max-width: 767px) {
    .tiles .tile:nth-child(2) {
        border: 0; }
    .tiles .tile:nth-child(1),
    .tiles .tile:nth-child(2) {
        border-bottom: 1px solid #ccc; }

    /* Homepage */
    section#home-banner h2 {
        font-size: 22px;
        width: 90%; }
    section#home-banner form {
        width: 90%; }

    /* Domains */
    #stepResults, div.domainresults table tr td, #stepResults .label {
        font-size: 12px; }
}

@media (max-width: 736px) {
    .navbar-default .navbar-nav > li > a {
        font-size: 29px;
        line-height: 29px;
    }

    /* homepage domain section */
    section#home-banner h2, section#home-banner form {
        width: 99%; }

    /* Domains */
    #google-recaptcha-domainchecker {
        margin-bottom: -35px;
        -webkit-transform: scale(0.935);
        -webkit-transform-origin: 0 0;
        transform: scale(0.935);
        transform-origin: 0 0; }
}

@media (max-width: 600px) {
    h1,.h1{font-size:48px}
    h2,.h2{font-size:20px}
    h3,.h3{font-size:16px}
    h4,.h4{font-size:14px}
    h5,.h5{font-size:12px}
    h6,.h6{font-size:11px}

    div.header-lined small {
        display: none; }

    .dataTables_wrapper .dataTables_info {
        padding: 9px 10px 40px; }
    .dataTables_wrapper .dataTables_filter {
        float: right;
        margin-top: 30px;
        width: 100%; }
    .dataTables_wrapper .dataTables_filter label {
        display: block;
        margin: 5px;
        padding: 0; }
    .dataTables_wrapper .dataTables_filter label .form-control {
        margin: 0;
        width: 100%; }

    /* Client Area */
    .logincontainer {
        margin: 0 auto 30px auto; }

    div.credit-card {
        max-width: 250px; }
    div.credit-card div.card-type {
        font-size: 1.0em; }
    div.credit-card div.card-icon {
        font-size: 1.0em; }
    div.credit-card div.card-number {
        padding: 6px 10px;
        font-size: 1.2em; }
    div.credit-card div.card-start {
        padding: 20px 0 30px 50px;
        font-size: 0.9em; }
    div.credit-card div.card-expiry {
        padding: 20px 50px 30px 0;
        height: 80px;
        font-size: 0.9em; }

    /* Shopping Cart */
    h2.checkout-sub {
        font-size: 20px; }
    p.product-title, #order-standard_cart .view-cart-items-header, #order-standard_cart .order-summary h2 {
        font-size: 16px !important; }

    /* Domains */
    #order-standard_cart .domain-checker-result-headline {
        font-size: 30px !important; }
}

@media (min-width: 500px) {
    .btn-input-padded-responsive {
        padding-left: 35px;
        padding-right: 35px; }
}

@media (max-width: 480px) {
    /* Header */
    .language-popover {
        max-width: 250px;
        background-position: -50px 0; }
    .language-popover .popover-content li {
        padding: 0 20px;
        width: 50%; }

    /* Services */
    body.Services .panel-heading h4 {
        font-size: 30px; }

}

@media (max-width: 384px) {
    /* Domains */
    #google-recaptcha-domainchecker {
        margin-bottom: -30px;
        transform: scale(0.96);
        transform-origin: 0 0; }
}

@media (min-width: 380px) {
    .btn-input-padded-responsive {
        padding-left: 20px;
        padding-right: 20px; }
}

@media (max-width: 360px) {
    /* Domains */
    #google-recaptcha-domainchecker {
        margin-bottom: -35px;
        transform: scale(0.89);
        transform-origin: 0 0; }
}

@media (max-width: 320px) {
    /* Domains */
    #google-recaptcha-domainchecker {
        padding-left: 13.5%;
        margin-bottom: -45px;
        -webkit-transform: scale(0.785);
        -webkit-transform-origin: 0 0;
        transform: scale(0.83);
        transform-origin: 0 0; }
}

/* Printing */
@media print {
		
	/* ============ GLOBAL STYLES ==============*/

    html, body {
        font-family: Verdana, Geneva, sans-serif;
        width: 100%;
        background-color: #617179;
        color: #a8bcc3;
        padding: 0 0 0 0;
        margin: 0 0 0 0; }
    a {
        color: #ffffff;
        outline: none;
        text-decoration: none; }
    a:hover, a:focus {
        color: #a8bcc3;
        text-decoration: none;
        outline: 0 none; }

    h1, h2, h3, h4, h5, h6 {
        font-family: 'helvetica_neuemediumcond', Verdana, Geneva, sans-serif;
        text-transform: uppercase; }
    h1 {
        color: #ffffff;
        font-size: 90px;
        margin: 70px 0 38px 0;
        text-align: center;
        text-transform: uppercase; 
	}

    h3.page-heading-text-lg {
        text-align: center;
        color: #6c7d97;
        font-size: 90px;
        margin: 70px 0 38px 0;
    }

    /* font imports */
    @font-face {
        font-family: 'helvetica_neuemediumcond';
        src: url('../fonts/hlmc___-webfont.eot');
        src: url('../fonts/hlmc___-webfont.eot?#iefix') format('embedded-opentype'),
        url('../fonts/hlmc___-webfont.woff') format('woff'),
        url('../fonts/hlmc___-webfont.ttf') format('truetype'),
        url('../fonts/hlmc___-webfont.svg#helvetica_neuemediumcond') format('svg');
        font-weight: normal;
        font-style: normal; }

    @font-face {
        font-family: 'helvetica_neueblackcond';
        src: url('../fonts/hlzc___-webfont.eot');
        src: url('../fonts/hlzc___-webfont.eot?#iefix') format('embedded-opentype'),
        url('../fonts/hlzc___-webfont.woff') format('woff'),
        url('../fonts/hlzc___-webfont.ttf') format('truetype'),
        url('../fonts/hlzc___-webfont.svg#helvetica_neueblackcond') format('svg');
        font-weight: normal;
        font-style: normal; }

    @font-face {
        font-family: 'vladimir_scriptregular';
        src: url('../fonts/vladimir-webfont.eot');
        src: url('../fonts/vladimir-webfont.eot?#iefix') format('embedded-opentype'),
        url('../fonts/vladimir-webfont.woff') format('woff'),
        url('../fonts/vladimir-webfont.ttf') format('truetype'),
        url('../fonts/vladimir-webfont.svg#vladimir_scriptregular') format('svg');
        font-weight: normal;
        font-style: normal; }

    /* BOOTSTRAP OVERRIDES */
    .form-control {
        border-radius: 0px;
        font-size: 16px; }
    .pad {
        padding: 10px; }

    .container {
        max-width: 100%;
        width: 100%;
        padding: 0 0 0 0; }
    .col-md-12 {
        padding: 0 0 0 0; }
    .row {
        margin: 0 0 0 0;
        padding: 0 0 0 0;
        width: 100%; }

    .modal-dialog {
        margin-top: 200px;
        color: #5a4a42 }

    .col-md-12 {
        padding: 0px 10px 0px 10px; }

    .label-success {
        background-color: #5cb85c; }

    .label {
        color: #fff;
        display: inline;
        font-size: 14px;
        text-transform: uppercase;
        line-height: 18px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px; }
    .sidebar .label {
        font-size: 12px; }

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

    blockquote {
        border-left: 0px none;
        font-size: 16px;
        margin: 10px 0px 20px 0px;
        padding: 0px 0px 0px 0px; }

    .nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
        background-color: #fff;
        border-color: transparent transparent transparent;
        border-style: none;
        border-width: 1px;
        color: #5a4a42;
        font-family: "helvetica_neuemediumcond",Verdana,Geneva,sans-serif; }
    .nav-tabs > li > a {
        border-radius: 0px 0px 0px 0px;
        line-height: 18px; }

    .popover-title {
        background-color: #ededed;
        color: #6b7e99;;
        border-bottom: 1px solid #ebebeb;
        border-radius: 5px 5px 0 0;
        font-size: 14px;
        margin: 0;
        padding: 8px 14px; }

    .list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover {
        background-color: #ededed;
        border-color: #ededed;
        color: #555555; }


    /* ============ HEADER ==============*/
    header {
        position: fixed;
        top: 0px;
        left: 0px;
        z-index: 8000;
        width: 100%;
        background: #ffffff; }
    .popover {
        z-index: 9999;
        min-width: 300px;
        color: #594b42; }

    .branding {
        padding: 12px 15px 12px 15px;
        max-width: 998px;
        margin: 0 auto; }

    /* Login or Register Popover */
    .login-popover {
        font-size: 13px; }
    .login-popover a {
        color: #29aae3; }
    .login-popover a:hover, .login-popover a:focus {
        color: #594b42; }
    .login-popover .form-group {
        margin-bottom: 5px; }
    .login-popover hr {
        margin: 5px 0; }

    /* Language Chooser */
    .language-popover {
        max-width: 450px;
        width: 100%;
        background-color: rgba(20, 20, 20, 0.98);
        background-image: url('../img/worldmap.png');
        background-repeat: no-repeat;
        font-size: 0.8em; }
    .language-popover.popover.bottom > .arrow:after {
        border-bottom-color: rgba(20, 20, 20, 0.97); }
    .language-popover .popover-content ul {
        margin: 6px 0 14px 0;
        padding: 0;
        max-width: 400px;
        list-style-type: none;
        overflow: hidden; }
    .language-popover .popover-content li {
        float: left;
        display: inline;
        padding: 0 20px 0 40px;
        width: 33.333%;
        line-height: 2em; }
    .language-popover .popover-content li a {
        color: #f2f2f2; }

    /* Admin Masquerade Notice */
    .admin-masquerade-notice {
        margin: 0 0 0 0;
        padding: 4px 10px;
        font-size: 0.7em;
        text-align: left; }
    .admin-masquerade-notice a {
        text-decoration: underline; }

    /* Navigation */
    .navbar-default {
        background-color: transparent;
        border-color: transparent; }

    .navbar {
        border-radius: 0px; }

    .navbar {
        border: 1px solid transparent;
        margin-bottom: 0px;
        min-height: 79px; }

    .nav {
        margin-top: 12px; }

    .navbar-default .navbar-collapse, .navbar-default .navbar-form {
        border-color: #ffffff; }

    .navbar-brand {
        float: left;
        font-size: 24px;
        height: 79px;
        line-height: 0px;
        padding: 0px 0px 0px 0px; }

    .navbar-default .navbar-nav > li > a {
        color: #6b7e99;
        font-size: 29px;
        line-height: 29px;
        text-transform: uppercase;
        font-family: 'helvetica_neuemediumcond', Verdana, Geneva, sans-serif; }
    .nav > li > a {
        padding: 10px 10px; }
    header .nav > li:last-child a {
        padding: 10px 0px 10px 10px; }

    #Primary_Navbar-Announcements, #Primary_Navbar-Knowledgebase, #Primary_Navbar-Network_Status, #Primary_Navbar-Contact_Us {
        display: none; }

    #top-nav {
        margin: 0;
        padding: 10px;
        z-index: 9999;
        background: #ededed; }
    #top-nav .nav {
        margin: 0;
        padding: 0;
        line-height: 22px;
        font-size: 11px;
        z-index: 9999; }
    #top-nav a.quick-nav {
        margin: 0 0 0 15px;
        padding: 0;
        color: #594b42;
        z-index: 9999;
        font-size: 15px; }
    #top-nav .nav a:hover, #top-nav .nav a:focus {
        text-decoration: none;
        color: #000000; }


    /* ============ CONTENT ==============*/
    section#main-body {
        min-height: 350px; }

    section#main-content {
        margin-bottom: 60px; }

    .main-content {
        min-height: 300px;
        padding: 0 0 0 0; }

    .section-copy {
        margin: 0 auto;
        max-width: 998px; }

    .wrap-width {
        width: 100%;
        max-width: 998px;
        margin: 0 auto;
        padding-top: 163px;
        padding-bottom: 70px; }
    body.Home .wrap-width {
        max-width: 100%;
        width: 100%;
        padding-bottom: 0px; }

    .adminreturndiv {
        display: none !important; }

    /* Buttons */

    .btn-group-sm > .btn, .btn-sm, .btn-group-xs > .btn, .btn-xs, .btn {
        -webkit-border-radius: 0px;
        -moz-border-radius: 0px;
        border-radius: 0px;
        font-family: 'helvetica_neuemediumcond', Verdana, Geneva, sans-serif;
        font-size: 18px;
        color: #ffffff;
        text-transform: uppercase; }
    .sidebar .btn-group-sm .btn,
    .sidebar .btn-sm,
    .sidebar .btn-group-xs,
    .sidebar .btn,
    .sidebar .btn-xs,
    .sidebar .btn {
        font-size: 15px;
        padding: 5px 5px 5px 5px; }
    .btn {
        background-color: #29aae3;
        border-color: #29aae3;
        color: #fff; }
    .btn:hover, .btn:focus {
        background-color: #3ebef7;
        border-color: #3ebef7;
        color: #fff;
        text-decoration: none; }

    .btn.btn-action {
        background-color: #72CA06;
        border-color: #498302; }

    .btn-success {
        background-color: #29aae3;
        border-color: #29aae3;
        color: #fff; }
    .btn-success:hover, .btn-success:focus {
        background-color: #3ebef7;
        border-color: #3ebef7;
        color: #fff; }

    .btn-link {
        font-size: 15px;
        background: #cccccc;
        border-color: #cccccc;
        color: #323232; }
    .btn-link:hover, .btn-link:focus {
        background: #999999;
        border-color: #999999;
        color: #323232; }

    .btn-info, .btn-primary, .btn-default {
        text-transform: uppercase;
        background-color: #29aae3;
        border-color: #29aae3;
        color: #fff; }
    .btn-info:hover, .btn-info:focus, .btn-primary:hover,
    .btn-default:hover, .btn-primary:focus, .btn-default:focus {
        background-color: #3ebef7;
        border-color: #3ebef7;
        color: #fff; }

    .btn-warning, a.btn-warning {
        background-color: #ee2a7c;
        border-color: #ee2a7c;
        color: #fff; }
    .btn-warning:hover, .btn-warning:focus, a.btn-warning:hover, a.btn-warning:focus {
        background-color: #ce2169;
        borer-color: #ce2169;
        color: #fff; }

    .input-group-btn .btn {
        font-size: 15px;
        padding: 10px;
        height: 34px;
        line-height: 15px; }

    /* Badges */
    h3.with-badge::after {
        content: '.';
        color: #fff; }

    h3.with-badge span, h3.with-badge i {
        float: left;
        padding-right: 8px; }

    h3.with-badge .badge {
        line-height: initial;
        margin-top: 3px; }


    /* Tables */
    .table-striped > tbody > tr:nth-of-type(2n+1) {
        background-color: #cedbe0; }
    .table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
        border-top: 1px solid transparent; }

    .dataTables_wrapper {
        background-color: #E6ECEF;
        font-size: 15px; }

    .dataTables_wrapper .dataTables_info {
        padding: 9px 10px;
        background-color: #006587;
        border: 0;
        border-bottom: 1px solid #fff;
        font-size: 0.9em;
        color: #fff;
        text-align: left !important; }

    .dataTables_wrapper table.table-list {
        margin-top: 0 !important;
        margin-bottom: 6px !important; }

    .dataTables_wrapper .dataTables_filter {
        float: right; }
    .dataTables_wrapper .dataTables_filter label {
        padding: 6px 6px 0; }
    .dataTables_wrapper .dataTables_filter label .form-control {
        padding: 1px 10px !important;
        background-color: #f8f8f8;
        border: 1px solid #fff;
        font-size: 0.9em;
        height: 25px;
        width: 160px; }

    .dataTables_wrapper .dataTables_length {
        float: left; }
    .dataTables_wrapper .dataTables_length label {
        padding: 10px 10px 0; }
    .dataTables_wrapper .dataTables_length label .form-control {
        display: inline-block;
        padding: 2px;
        height: 25px;
        width: auto; }

    .dataTables_wrapper .dataTables_paginate {
        float: right;
        padding: 6px 10px 0; }
    .dataTables_wrapper .dataTables_paginate .pagination > li > a,
    .dataTables_wrapper .dataTables_paginate .pagination > li > span {
        padding: 4px 8px; }

    table.dataTable.dtr-inline.collapsed tbody td:first-child:before, table.dataTable.dtr-inline.collapsed tbody th:first-child:before {
        top: inherit !important;
        box-shadow: none !important;
        line-height: 16px !important; }

    .table {
        border: #9bafb6 1px solid; }

    .table-container {
        padding: 0 0 25px 0; }

    table.table-list thead th {
        background-color: #E6ECEF;
        border-bottom: 1px solid #ccc;
        color: #333;
        font-size: 15px; }

    .table-list > tbody > tr:hover, .table-list > tbody > tr:focus {
        cursor: pointer;
        cursor: hand; }

    .table-list > tbody > tr > td {
        background-color: #fff;
        font-size: 15px; }

    .table-list > tbody > tr:nth-child(odd) > td, .table-list > tbody > tr:nth-child(odd) > th {
        background-color: #FAFAFA; }

    .table-list > tbody > tr:hover > td {
        background-color: #E6ECEF; }

    table.table-list th {
        text-align: center; }
    table.table-list tbody td, table.table-list tbody td {
        padding: 5px 10px;
        vertical-align: middle; }

    table.dtr-inline .dtr-title:empty {
        display: none !important; }

    table.dtr-inline .responsive-edit-button {
        display: none; }

    table.dtr-inline.collapsed .responsive-edit-button {
        display: inherit; }

    /*  Margin Classes */
    .margin-10 {
        margin: 10px; }
    .margin-bottom {
        margin-bottom: 20px; }
    .margin-top-5 {
        margin-top: 5px; }
    .margin-bottom-5 {
        margin-bottom: 5px; }
    .col-button-left {
        padding-left: 0;
        padding-right: 7px; }
    .col-button-right {
        padding-left: 7px;
        padding-right: 0; }

    /* Forms */
    .input-inline {
        display: inline-block; }
    .input-inline-100 {
        width: 100px; }
    .select-inline {
        display: inline-block;
        width: auto; }

    /* Captchas */
    .captchaimage {
        margin: 0;
        padding: 3px 0 4px;
        -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
        transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
        text-align: right; }

    /* Icons */
    i.icon-rss {
        color: #ff6600; }

    /* Panels */
    .panel {
        font-size: 12px; }
    .panel-default {
        border-color: #9bafb6; }
    .panel, .panel .panel-heading {
        -webkit-border-top-left-radius: 0px !important;
        -webkit-border-top-right-radius: 0px !important;
        -moz-border-radius-topleft: 0px !important;
        -moz-border-radius-topright: 0px !important;
        border-top-left-radius: 0px !important;
        border-top-right-radius: 0px !important; }

    .panel-default > .panel-heading {
        background-color: #9bafb6;
        border-color: #9bafb6;
        color: #594b42; }
    .panel-heading, .panel-heading h4 {
        font-size: 20px;
        text-transform: uppercase; }

    .panel-body {
        background-color: #dbe7ec;
        border-width: 0px 0px 0px 0px; }

    .panel.panel-accent-gold {
        border-top: 3px solid #ef7c00; }
    .panel.panel-accent-green {
        border-top: 3px solid #29aae3; }
    .panel.panel-accent-red {
        border-top: 3px solid #a60d12; }
    .panel.panel-accent-blue {
        border-top: 3px solid #5bc0de; }
    .panel.panel-accent-orange {
        border-top: 3px solid #f39c12; }
    .panel.panel-accent-pink {
        border-top: 3px solid #e671b8; }
    .panel.panel-accent-purple {
        border-top: 3px solid #7b4f9d; }
    .panel.panel-accent-lime {
        border-top: 3px solid #8cbf26; }
    .panel.panel-accent-magenta {
        border-top: 3px solid #ff0097; }
    .panel.panel-accent-teal {
        border-top: 3px solid #00aba9; }
    .panel.panel-accent-turquoise {
        border-top: 3px solid #1abc9c; }
    .panel.panel-accent-emerald {
        border-top: 3px solid #2ecc71; }
    .panel.panel-accent-amethyst {
        border-top: 3px solid #9b59b6; }
    .panel.panel-accent-wet-asphalt {
        border-top: 3px solid #34495e; }
    .panel.panel-accent-midnight-blue {
        border-top: 3px solid #2c3e50; }
    .panel.panel-accent-sun-flower {
        border-top: 3px solid #f1c40f; }
    .panel.panel-accent-pomegranate {
        border-top: 3px solid #c0392b; }
    .panel.panel-accent-silver {
        border-top: 3px solid #bdc3c7; }
    .panel.panel-accent-asbestos {
        border-top: 3px solid #7f8c8d; }

    /* Background Colors */
    .bg-color-gold {
        background-color: #ef7c00; }
    .bg-color-green {
        background-color: #29aae3; }
    .bg-color-red {
        background-color: #a60d12; }
    .bg-color-blue {
        background-color: #5bc0de; }
    .bg-color-orange {
        background-color: #f39c12; }
    .bg-color-pink {
        background-color: #e671b8; }
    .bg-color-purple {
        background-color: #7b4f9d; }
    .bg-color-lime {
        background-color: #8cbf26; }
    .bg-color-magenta {
        background-color: #ff0097; }
    .bg-color-teal {
        background-color: #00aba9; }
    .bg-color-turquoise {
        background-color: #1abc9c; }
    .bg-color-emerald {
        background-color: #2ecc71; }
    .bg-color-amethyst {
        background-color: #9b59b6; }
    .bg-color-wet-asphalt {
        background-color: #34495e; }
    .bg-color-midnight-blue {
        background-color: #2c3e50; }
    .bg-color-sun-flower {
        background-color: #f1c40f; }
    .bg-color-pomegranate {
        background-color: #c0392b; }
    .bg-color-silver {
        background-color: #bdc3c7; }
    .bg-color-asbestos {
        background-color: #7f8c8d; }

    /* Status Lights */
    .status {
        display: block;
        font-size: 0.9em;
        line-height: 22px;
        background-color: #888; }

    .status-custom {
        background-color: white;
        color: black;
        border: 1px solid black;
        padding: 1px; }

    .status-pending {
        background-color: #a60d12; }
    .status-pending.transfer {
        background-color: #cd9d2b; }
    .status-active,
    .status-open {
        background-color: #10d05c; }
    .status-suspended {
        background-color: #ef7c00; }
    .status-customer-reply {
        background-color: #ff6600; }
    .status-fraud,
    .status-answered {
        background-color: #000000; }
    .status-expired {
        background-color: #7191aa; }
    .status-cancelled {
        background-color: #9FA29A; }
    .status-terminated {
        background-color: #666; }
    .status-onhold {
        background-color: #224488; }
    .status-inprogress {
        background-color: #cc0000; }
    .status-closed {
        background-color: #888; }

    .status-paid {
        background-color: #10d05c; }
    .status-unpaid {
        background-color: #ED3E48; }
    .status-cancelled {
        background-color: #87939F; }
    .status-collections {
        background-color: #9A141E;
        color: #FFFFFF; }
    .status-refunded {
        background-color: #319FC3; }

    .status-customer-reply {
        background-color: #ff6600; }

    .status-delivered {
        background-color: #224488; }

    .status-accepted {
        background-color: #498302; }
    .status-lost, .status-dead {
        background-color: #FFFFFF;
        border: 1px solid #000000;
        color: #000000; }

    /* Popups */
    #popup-backdrop {
        background-color: #2E363F;
        padding: 15px;
        height: 100%; }

    .popup-header-padding {
        margin-top: 5px;
        margin-bottom: 5px; }

    /* Collapsable Panels */
    .panel-collapsable > .panel-heading {
        cursor: pointer; }
    .panel-collapsable > .panel-body-collapsed {
        display: none; }

    /* Licensing Addon */
    .licensing-addon-latest-download h3 {
        margin-top: 0; }


    /* ============ HOME ==============*/
    body.Home {
        background-color: #ffffff; }

    h2.graphic, #nav h1, #nav h1 a, p#return, p#sg-logo, p#sg-logo a, ul#social-nav li, #post-45 h2.text-header, nav#design p#web-design-button a, nav#design p#web-design-button, #post-46 h2.text-header, #post-47 h2.text-header, section.hid {
        display: block;
        height: 0;
        text-indent: -9999px;
        width: 100%; }

    /* homepage domain section */
    section#home-banner {
        padding: 50px 0 60px;
        background: #ffffff url(../img/home-graphic.jpg) no-repeat center;
        color: #6b7e99;
        min-height: 655px; }

    section#home-banner h2 {
        margin: 0 auto;
        display: block;
        background: #9bafb6;
        color: #594b42;
        width: 70%;
        text-transform: uppercase;
        padding: 10px 25px 10px 25px;
        border-top: #594b42 2px solid;
        border-left: #594b42 2px solid;
        border-right: #594b42 2px solid;
        -webkit-border-top-left-radius: 15px;
        -webkit-border-top-right-radius: 15px;
        -moz-border-radius-topleft: 15px;
        -moz-border-radius-topright: 15px;
        border-top-left-radius: 15px;
        border-top-right-radius: 15px; }

    section#home-banner form {
        background: #9bafb6;
        color: #ffffff;
        width: 70%;
        padding: 0px 25px 10px 25px;
        margin: 0 auto;
        border-bottom: #594b42 2px solid;
        border-left: #594b42 2px solid;
        border-right: #594b42 2px solid;
        -webkit-border-bottom-right-radius: 15px;
        -webkit-border-bottom-left-radius: 15px;
        -moz-border-radius-bottomright: 15px;
        -moz-border-radius-bottomleft: 15px;
        border-bottom-right-radius: 15px;
        border-bottom-left-radius: 15px; }

    section#home-banner form input[type=text] {
        background-color: #d9e5ea;
        color: #594b42;
        font-family: 'helvetica_neuemediumcond', Verdana, Geneva, sans-serif;
        text-transform: none; }

    section#home-banner .container {
        max-width: 998px;
        text-align: center;
        margin-top: 300px; }

    /* homepage hosting section */
    .Home section#hosting {
        background: #c0e4d7;
        color: #ffffff; }

    .Home section#hosting {
        padding: 70px 0 100px 0;
    }

    h2#packages-graphic {
        background: transparent url("../img/packages-graphic.jpg") no-repeat scroll center top;
        height: 333px;
        width: 100%;
    }

    .Home h2#packages-graphic {
        margin-bottom: 66px;
    }

    aside.packages {
        background: #5a4a42;
        position: relative;
        color: #ffffff;
        padding: 5px 15px 15px 15px;
        margin-bottom: 60px; }
    aside.packages h3 {
        color: #c0e4d7;
        font-size: 31px;
        margin-bottom: 10px;
        text-transform: uppercase; }
    aside.packages p {
        font-size: 15px;
        margin-bottom: 17px; }
    aside.packages ol {
        font-size: 15px;
        list-style-type: decimal;
        margin-bottom: 20px; }
    aside.packages a, aside.packages a:visited {
        color: #c0e4d7;
        text-decoration: underline; }
    aside.packages a:hover, aside.packages a:focus {
        color: #ffffff; }
    h4.price {
        background: transparent url("../img/price-burst.png") no-repeat;
        display: block;
        font-family: "vladimir_scriptregular",Verdana,sans-serif;
        font-size: 35px;
        height: 120px;
        padding-top: 25px;
        position: absolute;
        right: -14px;
        text-align: center;
        top: -51px;
        width: 115px;
        z-index: 500; }
    span#price-only {
        font-family: "vladimir_scriptregular",Verdana,sans-serif;
        font-size: 21px;
        line-height: 13px;
        display: block;
        text-transform: capitalize; }
    span#price-dollar {
        font-family: "helvetica_neueblackcond",Verdana,sans-serif;
        font-size: 30px;
        line-height: 33px;
        display: block; }
    span#price-month {
        font-family: "helvetica_neuemediumcond",Verdana,Geneva,sans-serif;
        font-size: 10px;
        text-transform: uppercase;
        display: block; }
    p.buy-now {
        display: block;
        margin: 0 auto 30px;
        text-align: center;
        width: 100%; }
    p.buy-now a, p.buy-now a:visited {
        display: block;
        font-family: "helvetica_neuemediumcond",Verdana,Geneva,sans-serif;
        background: #cc0000;
        color: #ffffff;
        text-decoration: none;
        font-size: 36px;
        line-height: 36px;
        margin: 0 auto;
        padding: 10px;
        text-align: center;
        text-transform: uppercase; }
    p.buy-now a:hover, p.buy-now a:focus {
        background: #ed1d24; }

    /* homepage support section */
    section#support {
        background: #617179;
        padding: 70px 0 100px 0;
        color: #ffffff;
        font-size: 15px;
        line-height: 26px; }

    h2#support-graphic {
        background: transparent url("../img/support-graphic.jpg") no-repeat center top;
        height: 241px;
        width: 100%;
        margin-bottom: 49px; }
    .support-button {
        margin-top: 80px;
        display: block; }
    .support-button a, .support-button a:visited {
        display: block;
        font-family: "helvetica_neuemediumcond",Verdana,Geneva,sans-serif;
        background: #9ab0b6;
        color: #617179;
        font-size: 47px;
        line-height: 47px;
        padding: 20px;
        text-align: center;
        text-transform: uppercase;
        margin: 0 10px 0 10px; }
    .support-button a:hover, .support-button a:focus {
        text-decoration: none;
        background: #c0e4d7; }

    /* homepage services section */
    section#services {
        background: #594a42;
        padding: 70px 0 100px 0;
        color: #ffffff;
        font-size: 15px;
        line-height: 26px; }

    h2#web-design-graphic {
        background: transparent url("../img/webdesign-graphic.jpg") no-repeat center top;
        height: 260px;
        margin-bottom: 56px; }

    .services-button {
        margin-top: 80px;
        display: block; }
    .services-button a, .services-button a:visited {
        display: block;
        font-family: "helvetica_neuemediumcond",Verdana,Geneva,sans-serif;
        background: #000000;
        color: #594a42;
        font-size: 47px;
        line-height: 47px;
        padding: 20px;
        text-align: center;
        text-transform: uppercase;
        margin: 0 10px 0 10px; }
    .services-button a:hover, .services-button a:focus {
        text-decoration: none;
        background: #342c27; }

    .design-paragraph, .faq-paragraph {
        padding: 0 30px 0 30px; }


    /* ============ ORDERING ==============*/
    .Shopping, .Shopping p, .Shopping ul, .Shopping ol, .Shopping li, .Shopping blockquote,
    .Shopping h1, .Shopping h2, .Shopping h3, .Shopping h4, .Shopping h5, .Shopping h6 {
        color: #6c7d97;
    }

    body.Domain #main-body {
        background: #d9e5ea;
        color: #594b42; }

    .domain-checker-container {
        margin: 20px 0;
        padding: 0;
        background-color: #9bafb6 !important;
        background: #9bafb6 !important;
    }

    .domain-checker-bg {
        margin: 0;
        padding: 10px 25px !important;
        background-image: none !important;
        background-color: #9bafb6;
        border-radius: 10px !important;
    }

    .domain-checker-container .input-group-box {
        padding: 0px;
        background-color: transparent;
        -moz-border-radius: 0px;
        -webkit-border-radius: 0px;
        -o-border-radius: 0px;
        border-radius: 0px;
    }

    .domain-checker-container .input-group-box .form-control {
        border: 0px none !important;
        border-radius: 0px !important;
        border-top-right-radius: 6px !important;
        border-bottom-right-radius: 6px !important;
        color: #594b42 !important;
        font-size: 18px !important;
        background-color: #d9e5ea !important;
        font-family: 'helvetica_neuemediumcond', Verdana, Geneva, sans-serif;
        text-transform: none;
    }

    body.Cart .domain-checker-container .btn-success, body.Cart .domain-checker-container .btn-primary,
    body.Cart .domain-checker-container .btn-default, body.Cart .domain-checker-container .btn-block {
        background-color: #29aae3;
        border-color: #29aae3;
    }

    body.Domain #main-body .panel-heading a, body.Domain #main-body .panel-heading a:hover,
    body.Domain #main-body .panel-heading a:focus {
        color: #ffffff; }

    body.Domain a.btn-warning, body.Domain a.btn-warning:hover,
    body.Domain a.btn-default, body.Domain a.btn-default:hover,
    body.Domain a.btn, body.Domain a.btn:hover,
    body.Domain a.btn-primary, body.Domain a.btn-primary:hover,
    body.Domain a.btn-warning, body.Domain a.btn-warning:focus,
    body.Domain a.btn-default, body.Domain a.btn-default:focus,
    body.Domain a.btn, body.Domain a.btn:focus,
    body.Domain a.btn-primary, body.Domain a.btn-primary:focus {
        color: #ffffff; }

    div.domainresults, .domain-search-results {
        overflow: auto; }

    div.domainresults div:not(.btn-group) {
        border-top-left-radius: 3px;
        border-top-right-radius: 3px;
        padding: 10px 15px;
        background-color: #9bafb6;
        border-color: #9bafb6;
        color: #ffffff;
        text-transform: uppercase;
        font-size: 20px;
        font-family: "helvetica_neuemediumcond",Verdana,Geneva,sans-serif; }

    div.domainresults div:not(.btn-group) span {
        padding-left: 20px;
        font-size: 15px;
        color: #ffffff; }

    div.domainresults table tr td {
        padding: 10px;
        line-height: 40px;
        color: #594b42; }

    .domain-checker-container {
        margin: 40px 10px 40px 10px;
        padding: 20px;
        background-color: #9bafb6;
        -moz-border-radius: 10px;
        -webkit-border-radius: 10px;
        -o-border-radius: 10px;
        border-radius: 10px;
        border: #594b42 2px solid; }
    .domain-checker-container p {
        text-align: center;
        color: #594b42; }

    .domain-checker-container h2 {
        text-transform: uppercase;
        color: #594b42;
        text-align: center; }

    .domain-checker-container input[type=text] {
        background-color: #d9e5ea;
        color: #594b42;
        font-family: "helvetica_neuemediumcond",Verdana,Geneva,sans-serif; }

    .domain-checker-container .input-group-box {
        margin: 0 auto; }

    .domain-bulk-options-box {
        position: absolute;
        right: 114px;
        top: 74px;
        z-index: 100; }
    a#btnBulkOptions {
        padding: 4px 4px 6px 4px;
        height: 22px;
        font-size: 14px;
        line-height: 14px;
        background: #999999;
        border-width: 0px 0px 0px 0px;
        color: #ffffff; }
    a#btnBulkOptions:hover, a#btnBulkOptions:focus {
        background: #594b42;
        color: #ffffff; }

    body.Domain table {
        color: #594b42; }

    .domain-check-availability {
        width: 100px; }

    .domain-step-options {
        min-height: 300px; }

    .domain-checker-result-headline {
        margin: 20px 0 20px 0;
        font-size: 40px;
        text-align: center;
        font-family: "helvetica_neuemediumcond",Verdana,Geneva,sans-serif;
        text-transform: uppercase; }
    .domain-checker-available {
        color: #29aae3;
        margin: 20px 0 20px 0;
        font-size: 40px;
        text-align: center;
        font-family: "helvetica_neuemediumcond",Verdana,Geneva,sans-serif;
        text-transform: uppercase; }
    .domain-checker-unavailable {
        color: #a60d12;
        margin: 20px 0 20px 0;
        font-size: 40px;
        text-align: center;
        font-family: "helvetica_neuemediumcond",Verdana,Geneva,sans-serif;
        text-transform: uppercase; }
    #frmProductDomain p {
        text-align: center; }

    div.domainresults div.domain-checkout-area {
        display: none;
        float: right;
        padding: 3px 40px 0; }

    .domain-disclaimer-area {
        margin: 0 0 25px 0;
        font-size: 12px; }

    .domain-bulk-domain-well {
        width: 60%; }

    .domain-tld-pricing-table-responsive {
        border: 0;
        margin-bottom: 0; }

    a.domain-tld-pricing-category {
        display: block;
        text-align: center;
        font-size: 18px; }

    #stepResults {
        font-size: 16px; }
    #stepResults .label {
        font-size: 16px; }
    #btnMoreSuggestions {
        font-family: "helvetica_neuemediumcond",Verdana,Geneva,sans-serif;
        display: block;
        font-size: 30px;
        padding: 10px;
        width: auto;
        background: #29aae3;
        color: #ffffff;
        text-transform: uppercase; }
    #btnMoreSuggestions:hover, #btnMoreSuggestions:focus {
        background: #3ebef7;
        text-decoration: none; }
    .text-muted {
        text-align: center; }

    /* Domain Checker Captchas */
    #google-recaptcha-domainchecker {
        width: 304px;
        padding: 15px 0 15px 0;
        margin-bottom: -66px; }
    #default-captcha-domainchecker {
        padding: 15px 0 15px 0; }

    #default-captcha-domainchecker #inputCaptcha {
        width: 100px; }

    /* ============ HOSTING ==============*/

    /* ============ SUPPORT ==============*/
    body.Ticket .btn,
    body.Ticket .btn-default, body.Ticket .btn-primary,
    body.Ticket .btn-success, body.Ticket .btn-warning {
        background-color: #a10c10;
        border-color: #a10c10;
        color: #fff; }
    body.Ticket .btn:hover, body.Ticket .btn:focus,
    body.Ticket .btn-primary:hover, body.Ticket .btn-primary:focus,
    body.Ticket .btn-default:hover, body.Ticket .btn-default:focus,
    body.Ticket .btn-success:hover, body.Ticket .btn-success:focus,
    body.Ticket .btn-warning:hover, body.Ticket .btn-warning:focus {
        background-color: #b31317;
        border-color: #b31317;
        color: #fff;
        text-decoration: none; }


    /* Support Tickets */
    body.Support div.header-lined h1, body.Ticket div.header-lined h1 {
        display: block;
        width: 100%;
        text-indent: -9999px;
        margin: 40px 0 40px 0;
        height: 429px;
        background: transparent url('../img/support-contact-graphic.jpg') no-repeat center; }
    body.Ticket h2 {
        font-size: 90px;
        text-transform: uppercase;
        color: #ffffff;
        display: block;
        text-align: center; }

    body.Support div.header-lined h1.no-image {
        text-indent: 0px;
        margin: 40px 0 40px 0;
        height: auto;
        background-image: none; }

    body.Submit .sidebar {
        display: none; }
    body.Submit .col-md-9 {
        width: 100% !important; }

    #ticket-form .panel-body p.captcha-text {
        text-align: center;
        color: #594b42; }
    #ticket-form .panel-title {
        text-align: center; }

    .ticket-attachments-message {
        padding-top: 4px;
        font-size: 0.8em; }

    #ticketReply {
        background-color: #a10c10;
        border-color: #a10c10;
        color: #ffffff;
        font-size: 24px;
        line-height: 24px;
        text-transform: uppercase;
        border-top-left-radius: 0px;
        border-top-right-radius: 0px;
        padding: 10px 15px; }
    #reply-panel {
        border-width: 0px 0px 0px 0px; }
    #ticketReply .collapse-icon {
        margin-top: -3px; }
    #ticketReply h3.panel-title {
    }
    #ticketReply .panel-body {
        background-color: #9bafb6;
        border-color: #9bafb6;
        color: #617179; }
    #reply-panel .panel-body label {
        color: #617179; }
    #reply-panel .panel-body .ticket-attachments-message {
        margin-bottom: 15px; }

    #Secondary_Sidebar-Support-Downloads, #Secondary_Sidebar-Support-Announcements { display: none; }

    .ticket-reply {
        margin: 10px 0;
        padding: 0;
        background-color: #7f9199;
        color: #ffffff; }

    .ticket-reply .date {
        float: right;
        padding: 8px 10px;
        font-size: 0.8em; }

    .ticket-reply .user {
        padding: 5px 0;
        background-color: #9bafb6;
        color: #617179; }

    .ticket-reply.staff .user {
        background-color: #f8f8f8;
        color: #617179; }
    .ticket-reply .date {
        color: #555555; }

    .ticket-reply .user i {
        float: left;
        font-size: 2.2em;
        padding: 2px 15px; }

    .ticket-reply .user .name {
        display: block;
        font-size: 0.9em; }

    .ticket-reply .user .type {
        display: block;
        font-weight: bold;
        font-size: 0.8em; }

    .ticket-reply .message {
        padding: 12px 15px; }

    .ticket-reply .rating,
    .ticket-reply .rating-done {
        float: right;
        padding: 5px 10px;
        unicode-bidi: bidi-override;
        direction: rtl;
        font-size: 24px; }
    .ticket-reply .rating span.star,
    .ticket-reply .rating-done span.star {
        font-family: FontAwesome;
        font-weight: normal;
        font-style: normal;
        display: inline-block; }
    .ticket-reply .rating-done .rated {
        display: inline-block;
        font-size: 12px;
        font-family: Verdana, Geneva, sans-serif; }
    .ticket-reply .rating span.star:hover,
    .ticket-reply .rating span.star:focus {
        cursor: pointer; }
    .ticket-reply .rating span.star:before,
    .ticket-reply .rating-done span.star:before {
        content: "\f006";
        padding-right: 0;
        color: #999; }
    .ticket-reply .rating span.star:hover:before,
    .ticket-reply .rating span.star:hover ~ span.star:before,
    .ticket-reply .rating-done span.star.active:before  {
        content: "\f005";
        color: #F2DE88; }

    .ticket-reply .attachments {
        margin: 0;
        padding: 10px 20px;
        border-top: 1px dashed #efefef;
        background-color: #f8f8f8;
        font-size: 0.8em; }

    .ticket-reply .attachments ul {
        margin: 0;
        padding: 0 0 0 15px;
        list-style: none; }

    .ticket-reply .clear {
        clear: both; }

    .panel > .list-group .ticket-details-children {
        border-width: 0;
        color: #617179; }
    .panel > .list-group .ticket-details-children .title {
        font-weight: bold; }
    .panel > .list-group .ticket-details-children:nth-child(even) {
        background-color: #f2f2f2; }
    .panel > .list-group .ticket-details-children:last-child {
        border-width: 0 0 1px 0; }

    /* Support Ticket Feedback */
    .ticketfeedbackstaffcont {
        margin: 10px auto;
        padding: 15px;
        width: 90%;
        background-color: #efefef; }

    .ticketfeedbackrating {
        padding: 0 100px; }

    .ticketfeedbackrating .rate {
        float: left;
        padding: 0 10px;
        min-width: 30px;
        text-align: center; }


    /* ============ KNOWLEDGEBASE ==============*/
    .kbcategories a {
        display: block;
        font-size: 15px;
        font-weight: 700;
        line-height: 1.4;
        margin: 0 0 5px;
        text-decoration: none; }
    .kbcategories a .glyphicon {
        color: #ed8;
        margin-right: 5px; }
    .kbcategories a small {
        color: #000;
        font-size: 80%;
        font-weight: 400;
        margin-left: 5px; }

    .kbarticles {
        padding: 0 0 25px 0;
        font-size: 0.8em; }
    .kbarticles a {
        font-size: 1.2em;
        font-weight: 700; }
    .kbarticles a .glyphicon {
        color: #8ce; }

    h3.kb-alsoread {
        padding: 8px 15px;
        background-color: #eee;
        font-size: 0.9em; }


    /* ============ SERVICES ==============*/
    body.Services {
        background-color: #594a42;
        color: #ffffff; }

    body.Services h1 {
        color: #c0e4d7; }
    body.Services .header-lined h1 {
        display: block;
        text-indent: -9999px;
        background: url("../img/webdesign-graphic.jpg") no-repeat center;
        height: 260px;
        width: 100%;
        margin-bottom: 0px; }

    body.Services .panel-default > .panel-heading {
        background-color: #9bafb6;
        border-color: #9bafb6;
        color: #594b42;
        text-align: center; }
    body.Services .panel-heading h4 {
        font-size: 40px; }
    body.Services .panel-heading h4 a, body.Services .panel-heading a:focus {
        display: block;
        color: #594b42; }
    body.Services .panel-heading a:hover {
        color: #000; }

    body.Services .panel, .panel .panel-heading {
        border-top-left-radius: 0 !important;
        border-top-right-radius: 0 !important;
        border-bottom-left-radius: 0 !important;
        border-bottom-right-radius: 0 !important; }

    body.Services .panel-body, body.Services .panel .list-group {
        border-width: 0;
        color: #594b42;
        font-size: 16px;
        background-color: #dbe7ec; }

    body.Services .list-group-item {
        font-size: 24px;
        color: #9bafb6;
        font-family: "helvetica_neuemediumcond",Verdana,Geneva,sans-serif;
        text-transform: uppercase; }


    /* ============ CLIENT AREA ==============*/
    body.Client h1 {
        font-size: 60px;
        padding-bottom: 40px;
        border-bottom: #9bafb6 2px solid; }

    .client-content {
        background-color: #7f9199;
        margin: 0 0 0 0;
        padding: 10px;
        color: #ffffff; }

    body.Client .panel-body {
        background-color: #ffffff;
        color: #555; }

    body.Client .main-content h3.panel-title {
        font-size: 24px;
        color: #555; }

    body.Client .main-content .panel-heading,
    body.Client .main-content .panel-footer,
    body.Client h3.panel-title,
    .dataTables_wrapper .dataTables_info {
        color: #555;
        background-color: #9bafb6;
        border-width: 0px 0px 0px 0px;
        border-color: transparent; }

    body.Client .main-content .panel,
    body.Client .main-content .panel-default,
    body.Client .main-content .panel-body,
    body.Client .main-content .list-group,
    body.Client .main-content .list-group-item {
        background-color: #7f9199;
        color: #ffffff; }
    body.Client .main-content .list-group-item:hover {
        color: #dddddd; }

    body.Client .main-content .panel-heading,
    body.Client .main-content .panel-footer,
    body.Client .main-content .list-group,
    body.Client .main-content .list-group-item {
        border-color: #9bafb6;
        font-size: 15px; }

    body.Client table {
        border-width: 0px 0px 0px 0px; }
    body.Client table.table-list thead th, body.Support table.table-list thead th {
        background-color: #9bafb6;
        border-bottom: 1px solid #7f9199;
        color: #555555;
        font-size: 15px; }
    body.Client .table-list > tbody > tr:nth-child(2n+1) > td,
    body.Client .table-list > tbody > tr:nth-child(2n+1) > th,
    body.Client .table-list > tbody > tr > td,
    body.Support .table-list > tbody > tr:nth-child(2n+1) > td,
    body.Support .table-list > tbody > tr:nth-child(2n+1) > th {
        background-color: #7f9199;
        border-bottom: #9bafb6 1px solid;
        color: #ffffff;
        font-size: 14px;
        font-weight: normal; }

    .dataTables_wrapper .dataTables_info {
        border-bottom: 1px solid #617179;
        border-width: 0px 0px 1px 0px; }
    body.Client .dataTables_length {
        color: #ffffff; }
    body.Client .dataTables_length select {
        color: #555555; }
    body.Client .dataTables_wrapper {
        background-color: transparent !important;
        border: 1px solid transparent;
        font-size: 15px; }

    .table-list > tbody > tr:hover > td {
        background-color: #9bafb6; }

    /* Login Page */
    .logincontainer {
        margin: 40px auto 100px auto;
        padding: 0 10px;
        max-width: 500px; }

    /* Two Factor Authentication */
    div#twofaactivation {
        margin: 0 auto;
        padding: 15px 30px;
        width: 85%;
        background-color: #efefef; }

    div#twofaactivation .errorbox {
        margin: 0 0 20px 0;
        padding: 10px 20px;
        background-color: #FF4F4F;
        text-shadow: none;
        color: #fff;
        text-align: center; }

    div#twofaactivation p {
        margin: 15px 0; }

    /* Client Homepage */
    .text-domain {
        font-size: 15px;
        color: #c0e4d7; }

    .client-home-panels .panel > .panel-heading {
        background-color: #fff;
        border-bottom: 0;
        font-weight: bold; }
    .client-home-panels .panel > .panel-heading .panel-title .btn {
        color: #fff;
        border: 0; }
    .client-home-panels .panel > .panel-heading .panel-title .btn:hover,
    .client-home-panels .panel > .panel-heading .panel-title .btn:focus {
        color: #000; }
    .client-home-panels .panel small {
        color: #ededed; }
    .client-home-panels .panel > .panel-body {
        padding: 0;
        max-height: 170px;
        overflow: auto; }
    .client-home-panels .panel > .panel-footer {
        border-top: 0; }
    .client-home-panels .panel > .panel-body p {
        padding: 10px 15px; }
    .client-home-panels .panel > .list-group {
        max-height: 170px;
        overflow: auto;
        border-top: 1px solid #ddd;
        border-bottom: 1px solid #ddd; }
    .client-home-panels .panel > .list-group .list-group-item {
        padding: 4px 10px; }

    .client-home-panels .panel > .list-group .list-group-item:last-child {
        border-bottom: 0;}

    .home-kb-search {
        margin-bottom: -8px; }
    .home-kb-search .form-control {
        border: 0;
        background-color: #444;
        color: #fff;
        padding-left: 50px; }
    .home-kb-search i {
        position: relative;
        top: -35px;
        left: 20px;
        color: #777; }

    /* Client Notifications */
    .popover-user-notifications {
        font-size: 0.8em; }
    .popover-user-notifications .popover-content {
        padding: 0; }
    .clientalert {
        margin: 0;
        padding: 5px 10px;
        border-bottom: 1px solid #ddd; }
    .clientalert:hover,
    .clientalert:focus {
        background-color: #efefef; }
    .clientalert:last-child {
        border-bottom: 0; }
    .clientalert .btn-xs {
        font-family: Verdana, Geneva, sans-serif;
        font-size: 10px; }

    /* Announcements */
    div.announcement-single {
        margin: 0 0 20px 0;
        padding: 10px;
        background-color: #7f9199;
        color: #ffffff;
        line-height: 26px; }
    div.announcement-single blockquote {
        margin-top: 10px; }
    div.announcement-single .label {
        margin-right: 10px; }

    body.Announcements .panel-default:last-child { display: none; }

    body.Announcements blockquote .label-warning {
        margin-top: 10px; }

    .announcement-single h2 {
        line-height: 44px; }

    div.announcement-single a:hover, div.announcement-single a:focus {
        color: #ededed; }

    /* Product Details */
    div.product-details {
        margin: 0 0 20px 0; }
    div.product-details div.product-icon {
        margin: 0;
        background-color: #efefef;
        padding: 30px;
        font-size: 60px;
        line-height: 1em; }

    .product-status {
        margin: 0 0 20px 0;
        padding: 0; }
    .product-status-pending {
        background-color: #F89406; }
    .product-status-active {
        background-color: #46A546; }
    .product-status-suspended {
        background-color: #0768B8; }
    .product-status-terminated,
    .product-status-cancelled {
        background-color: #666; }
    .product-status-fraud {
        background-color: #000; }
    .product-status-text {
        padding: 5px;
        color: #fff;
        text-align: center;
        text-transform: uppercase; }

    div.product-details-tab-container {
        margin: 0;
        padding: 20px;
        border: 1px solid #ddd;
        border-top: 0; }

    .module-client-area {
        padding: 15px 15px 0 15px; }

    /* Credit Cards */
    div.credit-card {
        margin: 0 auto 30px;
        max-width: 400px;
        background-color: #f8f8f8;
        border: 1px solid #ccc; }

    div.credit-card div.card-type {
        float: right;
        padding: 10px 20px;
        font-size: 1.2em; }
    div.credit-card div.card-icon {
        float: left;
        padding: 7px 7px;
        font-size: 1.2em; }

    div.credit-card div.card-number {
        padding: 10px;
        background-color: #ccc;
        font-size: 1.6em;
        text-align: center;
        clear: both; }

    div.credit-card div.card-start {
        float: left;
        padding: 20px 0 50px 50px;
        font-size: 1.3em;
        text-align: right; }

    div.credit-card div.card-expiry {
        float: right;
        padding: 20px 50px 50px 0;
        height: 120px;
        font-size: 1.3em;
        text-align: right; }

    div.credit-card div.end {
        clear: both; }

    .auth3d-area {
        border: 1px solid #fff; }

    .submit-3d {
        width: 80%;
        border: 1px solid #fff; }

    .invoice-summary {
        margin: 0 0 25px 0;
        padding: 15px;
        height: 500px;
        background-color: #f8f8f8;
        border: 4px dashed #efefef; }

    .invoice-summary-table {
        margin: 25px 0 25px 0;
        max-height: 300px;
        overflow: auto; }

    .invoice-summary-table td {
        font-size: 0.8em; }

    .invoice-summary-table td.total-row {
        background-color: #efefef;
        font-weight: bold; }

    /* Card colors colorpicked from website logos */
    div.credit-card .logo-visa {
        color: #1a1f71; }

    div.credit-card .logo-amex {
        color: #43abdf; }

    div.credit-card .logo-mastercard {
        color: #ed0b00; }

    div.credit-card .logo-discover {
        color: #000000; }

    /* Mass Pay */
    tr.masspay-invoice-detail td {
        font-size: 0.8em; }
    tr.masspay-total td {
        background-color: #efefef;
        font-weight: bold; }


    /* ============ SHOPPING CART ==============*/
    body.Shopping, body.Non-Profits, body.Shopping section#main-body, body.Non-Profits section#main-body {
        background-color: #c0e4d7 !important;
        color: #ffffff;
		height: 100% !important;
	}

    body.Shopping div.header-lined h1 {
        color: #5a4a42; }
    body.Non-Profits div.header-lined {
        display: none; }
    body.Non-Profits h2 {
        font-size: 40px;
        text-align: center;
        color: #6b7e99; }
    body.Non-Profits p.descrip {
        color: #6b7e99;
        text-align: center;
        margin-bottom: 100px; }

    h2.subheading, h2.checkout-sub {
        text-align: center; }
    #frmConfigureProduct h2.subheading, h2.checkout-sub {
        color: #5a4a42; }
    h2.checkout-sub {
        font-size: 40px; }
    #checkout-block h2.checkout-sub {
        color: #c0e4d7;
        border-bottom: #c0e4d7 1px solid;
        padding: 10px;
        margin-bottom: 10px; }

    .domain-search-results {
        background-color: #5a4a42; }
    .results-inner {
        padding: 15px; }

    #order-standard_cart .domain-selection-options .option {
        background-color: #7b7c72 !important;
        border-radius: 0px !important;
        margin-bottom: 5px !important;
        padding: 6px 20px !important; }

    #order-standard_cart .domain-selection-options .option-selected {
        background-color: #5a4a42 !important;
        color: #ffffff !important; }

    body.Shopping #order-standard_cart .form-group label {
        color: #c0e4d7 !important;
        font-size: 24px !important;
        padding: 10px !important;
        text-transform: uppercase !important;
        font-family: "helvetica_neuemediumcond", Verdana, Geneva, sans-serif !important; }

    #order-standard_cart .domain-suggestions label {
        color: #ffffff !important;
        font-family: Verdana, Helvetica, sans-serif !important;
        font-size: 15px !important;
        text-transform: none !important; }

    body.Shopping .input-group-addon {
        background-color: #ffffff !important;
        border: 1px solid #ffffff !important;
        border-radius: 0px !important;
        color: #5a4a42 !important; }

    #order-standard_cart .field, #order-standard_cart .form-control {
        background: #ffffff !important;
        border: 1px solid #ffffff !important;
        border-radius: 0px !important;
        color: #5a4a42 !important;
        font-size: 15px !important; }

    #order-standard_cart .prepend-icon .field-icon {
        color: #cc0000 !important;
        padding: 0px !important;
        height: 30px !important; }

    #order-standard_cart .domain-checker-result-headline {
        color: #c0e4d7 !important;
        font-family: "helvetica_neuemediumcond",Verdana,Geneva,sans-serif !important;
        font-size: 40px !important;
        margin: 20px 0 !important;
        text-align: center !important;
        text-transform: uppercase !important; }

    #order-standard_cart .sub-heading {
        margin-bottom: 60px !important; }

    #order-standard_cart .sub-heading span {
        background-color: #323232 !important;
        color: #ffffff !important;
        display: block !important;
        font-size: 16px;
        padding: 10px 10px 10px 10px !important;
    }

    #order-standard_cart .product-info {
        background-color: #5a4a42 !important; }

    /* Checkout */
    body.Cart .btn-success, body.Cart .btn-primary, body.Cart .btn-default, body.Cart .btn-block {
        background-color: #cc0000;
        border-color: #cc0000; }
    body.Cart .btn-success:hover, body.Cart .btn-success:focus,
    body.Cart .btn-primary:hover, body.Cart .btn-primary:focus,
    body.Cart .btn-default:hover, body.Cart .btn-default:focus,
    body.Cart .btn-block:hover, body.Cart .btn-block:focus {
        background-color: #ed1d24;
        border-color: #ed1d24; }

    #order-pure_comparison #price-dollar {
        font-size: 21px; }

    p.product-title, #order-standard_cart .view-cart-items-header, #order-standard_cart .order-summary h2 {
        background-color: #5a4a42 !important;
        border-radius: 0px 0px 0px 0px !important;
        color: #c0e4d7 !important;
        font-family: "helvetica_neuemediumcond",Verdana,Geneva,sans-serif !important;
        font-size: 24px !important;
        text-transform: uppercase !important;
        margin: 0 !important;
        padding: 10px !important; }
    #order-standard_cart .view-cart-items {
        border-bottom: 2px solid #5a4a42 !important;
        background-color: #5a4a42 !important;
        color:#5a4a42; }
    #order-standard_cart .empty-cart .btn {
        background-color: #5a4a42 !important;
        border-radius: 0px 0px 0px 0px !important; }
    #order-standard_cart .empty-cart .btn:hover,
    #order-standard_cart .empty-cart .btn:focus {
        background: #cc0000 !important; }

    #order-standard_cart .btn-remove-from-cart:hover,
    #order-standard_cart .btn-remove-from-cart:focus {
        color: #ffffff !important;
        background-color: #cc0000 !important; }

    #order-standard_cart .order-summary .btn-continue-shopping {
        color: #323232 !important;
        font-size: 15px !important; }

    #order-standard_cart .view-cart-items .item {
        font-size: 14px !important;
        padding: 10px !important; }
    #order-standard_cart .view-cart-items .item-title {
        font-weight: bold !important; }
    #order-standard_cart .view-cart-items .item-title,
    #order-standard_cart .view-cart-items .item-group {
        font-size: 14px !important;
        color: #5a4a42 !important; }
    #order-standard_cart .view-cart-items .item-domain {
        color: #5a4a42 !important; }

    #order-standard_cart .view-cart-items .item-price span,
    #order-standard_cart .order-summary .total-due-today .amt {
        font-size: 24px !important;
        font-family: "helvetica_neuemediumcond",Verdana,Geneva,sans-serif !important;
        color: #cc0000 !important; }

    #order-standard_cart .view-cart-items .item-price .cycle,
    #order-standard_cart .order-summary .total-due-today span {
        font-size: 14px !important;
        color: #5a4a42 !important; }

    #order-standard_cart .view-cart-empty {
        color: #ffffff !important; }

    #order-standard_cart .view-cart-tabs .nav-tabs > li.active > a {
        background-color: #5a4a42 !important;
        color: #ffffff !important;
        font-size: 18px !important;
        text-transform: uppercase !important; }
    #order-standard_cart .view-cart-tabs .tab-content {
        background-color: #5a4a42 !important; }

    #order-standard_cart .order-summary {
        background-color: #ffffff !important;
        border-bottom: 0px solid transparent !important;
        border-radius: 0px !important;
        color: #5a4a42 !important; }
    #order-standard_cart .field-container {
        margin: 0 0 30px;
        background-color: #5a4a42 !important;
        padding: 10px !important; }

    #order-standard_cart .panel-addon {
        font-size: 14px !important;
        text-align: left; }
    .panel-addon {
        border-radius: 0px !important;
        background-color: #5a4a42 important; }
    .panel-addon label {
        color: #c0e4d7 !important;
        font-size: 24px !important;
        font-weight: normal !important; }

    #order-standard_cart .panel-addon .panel-price {
        background-color: #ffffff !important;
        color: #cc0000 !important;
        font-family: "helvetica_neuemediumcond",Verdana,Geneva,sans-serif !important;
        margin: 10px !important;
        padding: 10px !important;
        font-size: 24px !important; }
    #order-standard_cart .panel-addon .panel-add {
        background-color: #cc0000 !important;
        text-transform: uppercase;
        font-size: 18px !important;
        font-family: "helvetica_neuemediumcond",Verdana,Geneva,sans-serif !important;
        border-radius: 0px 0px 0px 0px !important;
        color: #fff !important;
        padding: 10px !important; }
    #order-standard_cart .panel-addon .panel-add:hover,
    #order-standard_cart .panel-addon .panel-add:focus {
        background-color: #ed1d24; }

    #checkout-block .alert-success {
        font-size: 24px;
        font-family: "helvetica_neuemediumcond",Verdana,Geneva,sans-serif; }


    /* ============ ERROR PAGE ==============*/
    .error-container {
        text-align: center; }
    .error-container h1 {
        margin-top: 40px; }
    .error-container .buttons {
        margin: 25px 0; }
    .error-container .buttons .btn {
        margin: 5px; }

    /* ============ TERMS OF SERVICE & PRIVACY ==============*/
    .tos-content {
        padding: 10px; }
    .tos-content p, .tos-content ul, .tos-content li, .tos-content ol {
        color: #ffffff; }

    /* ============ CONTACT ==============*/
    body.Contact {
        background-color: #c0e4d7;
        color: #6b7e99; }
    body.Contact .container a, body.Contact h1 {
        color: #ec008c;
        margin-top: 0px; }
    body.Contact .header-lined h1 {
        display: block;
        text-indent: -9999px;
        background: url("../img/contact-graphic.jpg") no-repeat center;
        height: 383px;
        width: 100%;
        margin-bottom: 0px; }
    body.Contact .container a:hover, body.Contact .container a:focus {
        color: #29aae3; }

    body.Contact .btn,
    body.Contact .btn-primary,
    body.Contact .btn-default,
    body.Contact .btn-success,
    body.Contact .btn-warning {
        background-color: #ec008c;
        border-color: #ec008c;
        color: #fff;
        text-decoration: none; }

    body.Contact .btn:hover, body.Contact .btn:focus,
    body.Contact .btn-primary:hover, body.Contact .btn-primary:focus,
    body.Contact .btn-default:hover, body.Contact .btn-default:focus,
    body.Contact .btn-success:hover, body.Contact .btn-success:focus,
    body.Contact .btn-warning:hover, body.Contact .btn-warning:focus {
        background-color: #f72ea5;
        border-color: #f72ea5;
        color: #fff;
        text-decoration: none; }

    body.Contact .panel p.captcha-text, body.Contact .panel-title {
        text-align: center; }


    /* ============ SIDEBAR ==============*/
    div.sidebar .list-group-item-selected {
        background-color: #319FC3;
        color: #FFFFFF; }
    div.sidebar .list-group-item-selected .badge {
        background-color: #FFFFFF;
        color: #319FC3; }


    /* ============ FOOTER ==============*/
    footer {
        padding: 38px 0 38px;
        color: #ffffff;
        background: #150a17;
        text-align: center; }
    .footer-inner {
        max-width: 998px;
        margin: 0 auto;
        padding: 0 10px 0 10px;
        text-align: left; }
    footer h3 {
        background: url("../img/footer-graphic.jpg") no-repeat top left;
        display: block;
        height: 156px;
        width: 100%;
        text-indent: -9999px; }
    footer nav ul {
        margin: 0 0 0 0;
        padding: 0 0 0 0;
        text-align: left; }
    footer nav ul li {
        list-style-type: none;
        margin: 0 0 0 0;
        padding: 0px 10px 15px 0px;
        display: inline-block; }
    footer .copy-text {
        text-align: left; }
    footer nav ul li a {
        color: #ffffff; }
    footer nav ul li a:hover, footer nav ul li a:focus {
        color: #ffffff;
        text-decoration: underline; }

    .social-icon {
        color: #81488b;
        display: inline-block;
        margin-right: 5px; }
    .social-icon:hover, .social-icon:focus {
        color: #9a5ba5; }


    /* ============ MEDIA QUERIES ==============*/
    @media (min-width: 992px) {
        .pull-md-left {
            float: left; }
        .pull-md-right {
            float: right; }

        /* Homepage */
        section#home-banner h2 {
            font-size: 26px; }

        /* Domains */
        #stepResults {
            font-size: 15px; }
        #stepResults .label {
            font-size: 15px; }
        div.domainresults table tr td {
            padding: 5px 5px; }

        /* Sidebars */
        h3.with-badge .badge {
            padding: 3px 7px 3px 8px; }
        .sidebar .list-group-item .badge {
            margin-top: -2px;
            padding: 3px 7px 3px 8px;
            line-height: initial;
            min-width: 36px; }
    }

    @media (max-width: 991px) {
        .navbar-default .navbar-nav > li > a {
            font-size: 22px;
            line-height: 22px;
        }

        .panel-actions {
            border: 0;
            box-shadow: none; }

        .panel-actions > .panel-heading > .panel-title {
            display: inline; }

        .panel-actions > .list-group {
            padding: 10px;
            overflow-x: scroll;
            overflow-y: none;
            white-space: nowrap; }

        .panel-actions > .list-group .list-group-item {
            display: inline-block;
            border: 1px solid #ddd !important;
            white-space: nowrap;
            text-align: center;
            padding: 5px 25px;
            margin: 2px; }

        .panel-actions > .list-group .list-group-item > .badge {
            float: none;
            margin: -2px 0 0 10px; }

        /* Domains */
        #google-recaptcha-domainchecker {
            padding-left: 2.5%;
            margin-bottom: -25px; }

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

    @media (min-width: 768px) {
        .pull-sm-left {
            float: left; }
        .pull-sm-right {
            float: right; }
        .text-right-sm {
            text-align: right; }
    }

    @media (max-width: 767px) {
        .tiles .tile:nth-child(2) {
            border: 0; }
        .tiles .tile:nth-child(1),
        .tiles .tile:nth-child(2) {
            border-bottom: 1px solid #ccc; }

        /* Homepage */
        section#home-banner h2 {
            font-size: 22px;
            width: 90%; }
        section#home-banner form {
            width: 90%; }

        /* Domains */
        #stepResults, div.domainresults table tr td, #stepResults .label {
            font-size: 12px; }
    }

    @media (max-width: 736px) {
        .navbar-default .navbar-nav > li > a {
            font-size: 29px;
            line-height: 29px;
        }

        /* homepage domain section */
        section#home-banner h2, section#home-banner form {
            width: 99%; }

        /* Domains */
        #google-recaptcha-domainchecker {
            margin-bottom: -35px;
            -webkit-transform: scale(0.935);
            -webkit-transform-origin: 0 0;
            transform: scale(0.935);
            transform-origin: 0 0; }
    }

    @media (max-width: 600px) {
        h1,.h1{font-size:48px}
        h2,.h2{font-size:20px}
        h3,.h3{font-size:16px}
        h4,.h4{font-size:14px}
        h5,.h5{font-size:12px}
        h6,.h6{font-size:11px}

        div.header-lined small {
            display: none; }

        .dataTables_wrapper .dataTables_info {
            padding: 9px 10px 40px; }
        .dataTables_wrapper .dataTables_filter {
            float: right;
            margin-top: 30px;
            width: 100%; }
        .dataTables_wrapper .dataTables_filter label {
            display: block;
            margin: 5px;
            padding: 0; }
        .dataTables_wrapper .dataTables_filter label .form-control {
            margin: 0;
            width: 100%; }

        /* Client Area */
        .logincontainer {
            margin: 0 auto 30px auto; }

        div.credit-card {
            max-width: 250px; }
        div.credit-card div.card-type {
            font-size: 1.0em; }
        div.credit-card div.card-icon {
            font-size: 1.0em; }
        div.credit-card div.card-number {
            padding: 6px 10px;
            font-size: 1.2em; }
        div.credit-card div.card-start {
            padding: 20px 0 30px 50px;
            font-size: 0.9em; }
        div.credit-card div.card-expiry {
            padding: 20px 50px 30px 0;
            height: 80px;
            font-size: 0.9em; }

        /* Shopping Cart */
        h2.checkout-sub {
            font-size: 20px; }
        p.product-title, #order-standard_cart .view-cart-items-header, #order-standard_cart .order-summary h2 {
            font-size: 16px !important; }

        /* Domains */
        #order-standard_cart .domain-checker-result-headline {
            font-size: 30px !important; }
    }

    @media (min-width: 500px) {
        .btn-input-padded-responsive {
            padding-left: 35px;
            padding-right: 35px; }
    }

    @media (max-width: 480px) {
        /* Header */
        .language-popover {
            max-width: 250px;
            background-position: -50px 0; }
        .language-popover .popover-content li {
            padding: 0 20px;
            width: 50%; }

        /* Services */
        body.Services .panel-heading h4 {
            font-size: 30px; }

    }

    @media (max-width: 384px) {
        /* Domains */
        #google-recaptcha-domainchecker {
            margin-bottom: -30px;
            transform: scale(0.96);
            transform-origin: 0 0; }
    }

    @media (min-width: 380px) {
        .btn-input-padded-responsive {
            padding-left: 20px;
            padding-right: 20px; }
    }

    @media (max-width: 360px) {
        /* Domains */
        #google-recaptcha-domainchecker {
            margin-bottom: -35px;
            transform: scale(0.89);
            transform-origin: 0 0; }
    }

    @media (max-width: 320px) {
        /* Domains */
        #google-recaptcha-domainchecker {
            padding-left: 13.5%;
            margin-bottom: -45px;
            -webkit-transform: scale(0.785);
            -webkit-transform-origin: 0 0;
            transform: scale(0.83);
            transform-origin: 0 0; }
    }

    /* Printing */
    @media print {
        .sidebar,
        #main-menu,
        #top-nav,
        .header-lined {
            display: none; }
        a[href]:after {
            content:"" !important; }
    }
    display: none; }
a[href]:after {
    content:"" !important; }
}