@import url("../css/fonts.css");
/* *****************************************************

    ** Custom Stylesheet **

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

***************************************************** */
a {
	color:#FFAB42;
}

a:hover,
a:focus {
	color:#dd7b02;

}
body {
    color: #272727;
    font-family: "Brandon Grotesque", sans-serif;
    font-size: 18px;
    line-height: 26px;
	overflow-x:hidden;
	overflow: auto !important;
	width: 100%;
    height: 100%;
	margin: 0;
	padding:0;
	background-color:#F7F8F3
	
}

body.boxed {
    width: 100%;
}

.wrap {
    overflow: hidden;
}

img {
    max-width: 100%;
}

h1,h2,h3 {
    margin: 0 0 25px;
}

h1 i, h2 i, h3 i, h4 i, h5 i {
    margin-right: 7px;
}

h1 {
	font-family: "Klinic Slab Light", serif;
	font-size: 3em;
}

h2 {
	font-size: 2em;
}

h3 {
	font-family: "Brandon Grotesque Black", sans-serif;
    font-size: 30px;
    position: relative;
}

h4 {
	font-family: "Brandon Grotesque Bold", sans-serif; 
}
h5 {
	font-family: "Brandon Grotesque Bold", sans-serif; 
	font-size: 25px; 
}
h6 {
	font-family: "Brandon Grotesque Bold", sans-serif;
	font-size:20px
}

ul,li,ol {
    line-height: 24px;
    margin:0;
}

#style-switcher ul, #style-switcher ul li {
    list-style: none;
    padding: 0;
}

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

b, strong {
	font-family: "Brandon Grotesque Bold", sans-serif;
	text-transform:uppercase;
}

.padtop5 {
	padding-top:5%
	}
	
.padbot5 {
	padding-bottom:5%
	}
	
.pad0 {
	padding:0;
}

.margtop5 {
	margin-top:5%;
}
i.fa.fa-fw {
	color:#FFAB42;
}

.popover {
	width:100%
}
/* Navbars */
section#header {
	min-height: 60px;
	padding: 0;
    line-height: 38px;
	border-radius:0;
	background:#FFFFFF;
	background: -moz-linear-gradient(#FFFFFF 0%, #F6F1E5 100%);
	background: -webkit-linear-gradient(#FFFFFF 0%, #F6F1E5 100%);
	background: -webkit-gradient(linear, 0 0, 0 100%, from(#FFFFFF), to(#F6F1E5));
	background: -o-linear-gradient(#FFFFFF 0%, #F6F1E5 100%);
	background: linear-gradient(#FFFFFF 0%, #F6F1E5 100%);
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFF", endColorstr="#F6F1E5",GradientType=0);
	position:relative;
}
ul.nav-link-top {
    max-height: 40px;
    line-height: 3.5;
}


@media(min-width: 1400px) {
	
#big-logo.logo-head-top img {
	max-width:150px
}

#big-logo.logo-head-top{
	top:0;
	position:absolute;
	z-index:9;
}

.logo-top {
	margin:20px 0 0;
}


}

.logo {
    height: auto;
}

.logo-top{
    margin-top:-15px;
}

#big-logo {
	width:60%; 
	opacity:1;
	max-width:150px;
	}
	
#header #big-logo .logo-head-top{
    z-index:9999;
}
@media(max-width: 991px) {
#big-logo.logo-head-top img{
	width:100%
}
}

#top-nav {
	float:none;
}

.top-nav {
    margin-right: 4px;
    line-height: 44px;
}
.top-nav li {
    background-color: transparent;
    display: inline-block;
    height: 35px;
    margin-right: 10px;
	line-height: 30px;
    text-align: center;
    background: transparent;
    -webkit-transition: background .5s ease-in-out;
    -moz-transition: background .5s ease-in-out;
    -o-transition: background .5s ease-in-out;
    -ms-transition: background .5s ease-in-out;
    transition: background .5s ease-in-out;
    padding: 1px;
	cursor:pointer;
}


li.top-nav-links {
	display:inline;
	list-style:none;
}


.top-nav i.chat{
    color: #FFAB42;
    -webkit-transition: color .5s ease-in-out;
    -moz-transition: color .5s ease-in-out;
    -o-transition: color .5s ease-in-out;
    -ms-transition: color .5s ease-in-out;
    transition: color .5s ease-in-out;
	font-size:30px;
}

.top-nav i.chat span {
	font-family: "Klinic Slab Light", serif; 
	font-size:20px;
	margin-left:8px;
	font-weight:900;
	
}
.top-nav i.chat:hover {
	color: #dd7b02
}


.logo {
	font-family: 'Klinic Slab Book Italic';
	font-size:1.45em; 
	font-weight:500; 
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1); 
	text-indent:1em; 
	letter-spacing:-0.03em; 
	line-height:1.2;
	color:#FFAB42!important;
	white-space:nowrap;
	z-index:50;
	display:none
	}
.logo::before {
	content: url(../img/nav.png);
	margin-right:4px
	} 
.logo.up {
	
	z-index:25;
	display:inline-block;
	white-space:nowrap;
	background: url(../img/nav.png) 0 0 no-repeat;
	background-size:75%;
	
}

section#main-menu {
	background-color:#272727}
#main-menu .navbar-main {
	min-height: 50px;
    z-index: 1;
    width: 100%;
    position: relative;
	background: #272727;
	-webkit-transition: background 0.5s linear;
	-moz-transition: background 0.5s linear;
	-o-transition: background 0.5s linear;
	-ms-transition: background 0.5s linear;
	transition: background 0.5s linear;
    -webkit-box-shadow: 0 3px 3px -3px rgba(0,0,0,0.2);
    box-shadow: 0 3px 3px -3px rgba(0,0,0,0.2);
	padding:5px;
}

#top-nav a.quick-nav {
	color:#FFAB42;
	font-family: "Klinic Slab Light", serif;
    font-size: 20px;
    padding:0px 15px;
    font-weight: 900;
	-webkit-transition: color 0.2s linear;
    -moz-transition: color 0.2s linear;
    -ms-transition: color 0.2s linear;
    -o-transition: color 0.2s linear;
    transition: color 0.2s linear;
}

#top-nav a.quick-nav:hover {
	color: #dd7b02; 
}

#main-menu .navbar-nav {
	margin:0;
}
.navbar-main .navbar-nav > li > a {
	font-family: "Brandon Grotesque Bold", sans-serif;
    color: #FDFAF4;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    overflow: hidden;
    border-bottom: 3px solid transparent;
    text-transform: uppercase;
    letter-spacing: .04em;
	-webkit-transition: color 0.2s linear;
    -moz-transition: color 0.2s linear;
    -ms-transition: color 0.2s linear;
    -o-transition: color 0.2s linear;
    transition: color 0.2s linear;
	
}

.navbar-main .navbar-nav > li > a:hover {
	background-color:#272727;
	color:#FFAB42;
}

.navbar-main .navbar-nav > li > a:focus {
	background-color:#272727;
	color:#dd7b02;
}


.container.pull-right {
    float: none!important;
}

@media (min-width: 1200px) {
	.container.pull-right {
		float:right!important;
}

.navbar-main .navbar-nav > li > a {
	font-size:14px;
}
}

@media (min-width: 768px) {

.navbar-nav {
    margin: 0;
}

.navbar-main .navbar-nav > li > a {
	width:100%;
	max-width:300px;
	padding:24px 12px;
}

}
@media (min-width: 768px) and (max-width: 991px){

li#Primary_Navbar-shared,
li#Primary_Navbar-business,
li#Primary_Navbar-reseller,
li#Primary_Navbar-cloud_vps,
li#Primary_Navbar-clementine_managed,
li#Primary_Navbar-additional_services,	
li#Secondary_Navbar-Account {
    margin-left: 50px;
}

}


@media screen and (min-device-width: 1200px) and (max-device-width: 1600px) 
  and (-webkit-min-device-pixel-ratio: 2)
  and (min-resolution: 192dpi) {
li#Primary_Navbar-shared,
li#Primary_Navbar-business,
li#Primary_Navbar-reseller,
li#Primary_Navbar-cloud_vps,
li#Primary_Navbar-clementine_managed,
li#Primary_Navbar-additional_services {
    margin-left: 0px;
}
}

@media (max-width: 991px){
.navbar-toggle {
    display: block;
    position: absolute;
    right: 0;
}

}
.navbar-inverse .navbar-brand {
	font-family:"Brandon Grotesque Bold", sans-serif; 
	color:#fff;
	font-size:22px;
	width:100%;
}

.navbar-main .navbar-nav > li > a:hover,
.navbar-main .navbar-nav > li > a:focus,
.navbar-main .navbar-nav > .active > a,
.navbar-main .navbar-nav > .active > a:hover,
.navbar-main .navbar-nav > .active > a:focus,
.navbar-main .navbar-nav > .open > a,
.navbar-main .navbar-nav > .open > a:hover,
.navbar-main .navbar-nav > .open > a:focus {
	color:#FFAB42;
	background-color:#000;
	border:none;
}

.navbar-main .navbar-nav > .open > a:hover {
	background-color:#000;
	color:#dd7b02;
}
li#Secondary_Navbar-Account-Divider a,
li#Secondary_Navbar-Account-Divider a:hover, 
li#Secondary_Navbar-Account-Divider a:active, 
li#Secondary_Navbar-Account-Divider a:focus,
.nav .nav-divider {
	background-color:#FFAB42!important;
}
@media (min-width: 768px){
.navbar-right .dropdown-menu {
    right: 28px;
    left: 0;
}
}

.dropdown-menu {
	font-family:"Brandon Grotesque Bold", sans-serif;
	background-color:#272727;
	color:#F6F1E5;
	min-width:200px
}

.dropdown-menu:active {
	background-color:#272727;
	color:#FFAB42;
	border:none;
}


.navbar-main .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    background-color:#272727;
	color:#FFAB42;
	border:none;
}

.dropdown-menu>li>a {
	text-transform:uppercase;
	color:#F6F1E5;
	background-color:#272727;
}

li#Secondary_Navbar-Account-Forgot_Password a,
li#Secondary_Navbar-Account-Forgot_Password a:active,
li#Secondary_Navbar-Account-Register a,
li#Secondary_Navbar-Account-Register a:active,
li#Secondary_Navbar-Account-Login a,
li#Secondary_Navbar-Account-Login a:active,
li#Primary_Navbar-additional_services-Dedicated a,
li#Primary_Navbar-additional_services-Dedicated a:active,
li#Secondary_Navbar-Account-Edit_Account_Details a,
li#Secondary_Navbar-Account-Edit_Account_Details a:active,
.dropdown-menu>li>a:active,
.dropdown-menu>li>a {
	color:#F6F1E5;
	background-color:#272727;
	-webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}


li#Secondary_Navbar-Account-Forgot_Password a:focus,
li#Secondary_Navbar-Account-Forgot_Password a:hover,
li#Secondary_Navbar-Account-Register a:focus,
li#Secondary_Navbar-Account-Register a:hover,
li#Secondary_Navbar-Account-Login a:focus,
li#Secondary_Navbar-Account-Login a:hover,
li#Primary_Navbar-additional_services-website_builder a:focus,
li#Primary_Navbar-additional_services-website_builder a:hover,
li#Primary_Navbar-additional_services-web_design_services a:focus,
li#Primary_Navbar-additional_services-web_design_services a:hover,
li#Primary_Navbar-additional_services-Dedicated a:focus,
li#Primary_Navbar-additional_services-Dedicated a:hover,
li#Secondary_Navbar-Account-Logout a:focus, li#Secondary_Navbar-Account-Logout a:hover,
li#Secondary_Navbar-Account-Email_History a:focus, li#Secondary_Navbar-Account-Email_History a:hover,
li#Secondary_Navbar-Account-Change_Password a:focus, li#Secondary_Navbar-Account-Change_Password a:hover,
li#Secondary_Navbar-Account-Contacts_Sub-Accounts a:focus, li#Secondary_Navbar-Account-Contacts_Sub-Accounts a:hover,
li#Secondary_Navbar-Account-Edit_Account_Details a:focus, li#Secondary_Navbar-Account-Edit_Account_Details a:hover,
.dropdown-menu>.active>a,.dropdown-menu>.active>a:focus,.dropdown-menu>.active>a:hover,
.dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus {
    color: #FFAB42;
    text-decoration: none;
    background-color: #000000!important;
    outline: 0;
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
	border:none;
}
@media (max-width: 991px){
.navbar-collapse {
    border-top:none;
}

}
/* main-body */

section#main-body{
	margin:0;
	padding:0;
	width:100%;
	background:#F7F8F3;
	background:-moz-linear-gradient(#F7F8F3 0%, #e0f0e8 27%, #d8ecee 50%, #cae5e8 80%, #A7D4D8 100%);
	background:-webkit-linear-gradient(#F7F8F3 0%, #e0f0e8 27%, #d8ecee 50%, #cae5e8 80%, #A7D4D8 100%);
	background:-webkit-gradient(linear, 0 0, 0 100%, from(#F7F8F3), color-stop(0.27, #e0f0e8), color-stop(0.5, #d8ecee), color-stop(0.8, #cae5e8), to(#A7D4D8));
	background:-o-linear-gradient(#F7F8F3 0%, #e0f0e8 27%, #d8ecee 50%, #cae5e8 80%, #A7D4D8 100%);
	background:linear-gradient(#F7F8F3 0%, #e0f0e8 27%, #d8ecee 50%, #cae5e8 80%, #A7D4D8 100%);
	filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#F7F8F3', endColorstr='#A7D4D8',GradientType=0 );
}

.main-content{
	margin-bottom:0px;
}
div.header-lined small {
	color:#272727
}
div.header-lined h1 {
	margin-top: 0;
    margin-bottom: 15px;
    padding: 6px 0;
    border: none;
    font-weight: 400;
    color: #272727;
	text-align:center;
}

div.header-lined h1 p {
	font-family: "Vollkorn", serif;
	font-size: 16px;
    line-height: 36px;
}


header.lead a p {
    text-decoration: underline;
    color: #272727;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}

header.lead a p:hover {
    color: #FFAB42;
}
/* Breadcrumbs */
.breadcrumb {
	background-color:#BBCF85
	
}

.breadcrumb>li>a {
	font-family: "Brandon Grotesque", sans-serif;
	color:#fff;
}

.breadcrumb>.active {
	color:#fff;
	text-transform:uppercase;
	font-family: "Brandon Grotesque Bold", sans-serif;
}

.breadcrumb>li+li:before {
    padding: 0 5px;
    color: #fff;
    content: "\00a0";
}

/* Buttons */
.btn {
	font-family: "Brandon Grotesque Bold", sans-serif;
	font-size:16px;
	text-transform: uppercase;
    letter-spacing: .5px;
    font-weight: 400;
	 -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.btn:hover,.btn:focus {
    color: #fff;
}

.btn-default {
	font-family: "Brandon Grotesque Bold", sans-serif;
	padding:10px 22px;
	text-transform: uppercase;
    letter-spacing: .5px;
    font-weight: 400;
	 -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
	background: #FFAB42;
	text-shadow: none;
	box-shadow: none;
	border:none;
}

.btn-default:hover, .btn-default:focus {
	background: #FDA12F;
}

.btn-pad {
    margin: 7px;
}

.btn-top {
	margin-top:6em;
}

.status-needsreply,
.label-danger {
	color:#de6d6d;
	background-color:#fff;
	font-family: "Brandon Grotesque Bold", sans-serif;
	font-size:100%
}

.status-needsreply:hover,
.status-needsreply:focus {
	color:#d44343
}

.btn-danger,
.status-unpaid,
.status-pending {
	padding:10px 22px;
    color: #fff !important;
    outline: 0;
    white-space: nowrap;
    word-wrap: normal;
    cursor: pointer;
    background-color: #de6d6d;
    text-shadow: none !important;
	font-family: "Brandon Grotesque Bold", sans-serif;
	text-transform: uppercase;
    letter-spacing: .5px;
    font-weight: 400;
	 -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
	border-radius:6px;
	border:none;
}

.btn-danger:hover,
.status-unpaid:hover,
.status-pending:hover {
    background: #D95858;
}

.open>.dropdown-toggle.btn-default {
    color: #4d4d4d !important;
    outline: 0;
    white-space: nowrap;
    word-wrap: normal;
    cursor: pointer;
    background-color: #ffedd6;
    text-shadow: none !important;
	font-family: "Brandon Grotesque Bold", sans-serif;
	text-transform: uppercase;
    letter-spacing: .5px;
    font-weight: 400;
	 -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
	border-radius:3px;
	border:none;
}

.open>.dropdown-toggle.btn-default:hover,
.open>.dropdown-toggle.btn-default:focus,
.status-active:hover, .status-open:hover{
    background-color: #ffedd6;
}

span.label.status.status-paid,
.btn-info,
.btn-primary,
.status-active, .status-open {
	padding:10px 22px;
    color: #fff !important;
    outline: 0;
    white-space: nowrap;
    word-wrap: normal;
    cursor: pointer;
    background-color: #BBCF85 !important;
    text-shadow: none !important;
	font-family: "Brandon Grotesque Bold", sans-serif;
	text-transform: uppercase;
    letter-spacing: .5px;
    font-weight: 400;
	 -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
	border-radius:6px;
	border:none;
}

a.domain-tld-pricing-category:hover {
	color:#fff;
}


.btn-info:hover,
.btn-info:focus,
.btn-primary:hover,
.btn-primary:focus,
.status-active:hover,
.status-active:focus {
    background: #BBCF85;
}

.btn-white {
	color: #d95858 !important;
    outline: 0;
    white-space: nowrap;
    word-wrap: normal;
    cursor: pointer;
    background-color: #fff;
}

.btn-white:hover {
	color:#d44343;
	background:#FDFAF4;
}

.btn-hero-white {
	background: #f6f1e5;
	outline:0;
	white-space:nowrap;
	cursor:pointer;
	color:#FFAB42;
}

.btn-hero-white:hover {
	background: #f3ead5; 
	color:#fda12f
}

.btn-color,.btn-black {
    -webkit-transition: all .5s ease-in-out !important;
    -moz-transition: all .5s ease-in-out !important;
    -o-transition: all .5s ease-in-out !important;
    -ms-transition: all .5s ease-in-out !important;
    transition: all .5s ease-in-out !important;
}

.btn-black {
	background:#272727;
	color:#fff;
}

.btn-black:hover, .btn-black:focus {
	background:#D95858;
	
}
.btn-color {
    color: #fff !important;
}

.btn-special {
    border-radius: 6px;
	display:block!important;
}
.btn.btn-success.btn-sm.btn-block {
	background:#ffab42; 
	color: #fff;
	font-size:16px;
	padding: 10px 40px!important;
    outline: none;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
	border-radius:6px;
	border:none;
}

.btn.btn-success.btn-sm.btn-block:hover {
	background: #fd7f2f; 
	color: #F6F1E5;
}
.btn-special {
    padding: 10px 40px!important;
    outline: none;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

a.btn-normal {
    font-size: 18px;
    padding: 14px 42px;
	display:inline-block!important
}

.btn-default,
.btn-orange {
	background:#ffab42 !important; 
	color: #fff;
	font-size:16px;
	padding:10px 22px;
	border-radius:6px;
	border:none;
}

.btn-orange:hover { 
	background: #fd7f2f; 
	color: #F6F1E5; 
	}
	
.btn-small {
    display: inline-block;
    cursor: pointer;
    font-size: 14px;
    padding: 7px 20px;
}

.btn-large {
    display: inline-block;
    cursor: pointer;
    font-size: 24px;
    padding: 17px 50px;
}
.btn.btn-link,
.forgot-password {
	color:#272727;
	text-decoration:underline;
}

a.btn.btn-default.btn-sm,
input.btn.btn-info.btn-sm {
    width: 100%;
    margin-top: 10px;
}


.btn.btn-link:hover,
.forgot-password:hover,
.forgot-password:focus {
	color:#F78901;
	-webkit-transition: all 0.2s linear;
        -moz-transition: all 0.2s linear;
        -ms-transition: all 0.2s linear;
        -o-transition: all 0.2s linear;
        transition: all 0.2s linear;
}


a.btn.btn-block.btn-danger {
    margin-top: 10px;
	border-radius:6px;
}


.checkbox.text-center {
	margin:1em auto;
}
.product-status-active {
	font-family: "Brandon Grotesque Bold", sans-serif;
	background-color:#fff;
	text-align:center;
	letter-spacing:.04em;
}
.panel-default>.panel-heading, 
.sidebar .panel-heading, .sidebar-heading {
	font-family: "Brandon Grotesque Bold", sans-serif;
	background-color:#BBCF85;
	color:#fff;
	text-align:center;
	letter-spacing:.04em;
	font-size:1.25em;
	padding:10px 0;
	
}

.navbar-default .navbar-brand:hover {
	color:#fff;
}
h3.panel-title {
	font-family: "Brandon Grotesque", sans-serif;
	font-size:1.25em;
}

.panel-default .panel-title, sidebar .panel-title{
	font-size:1.25em;
	letter-spacing:.04em;
}

.panel-footer {
	background-color:#fff;
	border:none;
}

.navbar-brand.sidemenu-title a:hover,
.navbar-brand.sidemenu-title a:focus {
	color:#fff;
}

/* Side Navigation */
.sidemenu-wrapper {
	position:relative;
	display:block;
	background:#BBCF85;
	border-radius:3px 3px 0px 0px;
	border:none;
}

@media (min-width: 768px){
.sidemenu-wrapper .sidemenu-header {
	float:none
}
}

.sidemenu-wrapper .sidemenu-title {
	font-family: "Brandon Grotesque Bold", sans-serif;
	color:#fff;
    background-color:#BBCF85;
	text-align:center;
	width:100%;
	font-size:24px;
}

.sidemenu-header h4 {
	font-size:22px;
	letter-spacing:.04em;
	font-family: "Brandon Grotesque", sans-serif;
}

.sidemenu-collapse {
	padding:0;
}

.side-nav {
	margin:0;
}

ul.side-nav li {
    width: 100%;
	max-width:992px;
	display:block;
	background-color:#fff;
    border-bottom: 1px solid #ccc;
	
}

@media screen and (min-device-width: 480px) and (max-device-width: 992px)
	and (-webkit-min-device-pixel-ratio: 2)
  	and (min-resolution: 192dpi) {
.sidemenu-wrapper .side-nav>li {
    width: 100%;
	float:left!important;
	max-width:none;
}
}
.sidemenu-wrapper .side-nav>li>a {
    list-style-type: none;
	background-color:#fff;
	width:100%;
	color: #4d4d4d;
	opacity:.5;
}

.sidemenu-wrapper .side-nav>li>a:hover,
.sidemenu-wrapper .side-nav>li>a:focus {
	background-color:#f8faf3;
	color: #272727;
	opacity:1;
}

.sidemenu-wrapper .side-nav>.support-active>a,
.sidemenu-wrapper .side-nav>.active>a,
.sidemenu-wrapper .side-nav>.active>a:hover,
.sidemenu-wrapper .side-nav>.active>a:focus{
	font-family: "Brandon Grotesque Bold", sans-serif;
	background-color:#f8faf3;
	color: #272727;
	opacity:1;
}



/* Main Content Tables */

.dataTables_wrapper {
    background-color: #fff;
    border:none;
    border-radius: 4px;
    font-size: 0.9em;
	text-align:center
}
.dataTables_wrapper .dataTables_info {
	font-family: "Brandon Grotesque Bold", sans-serif;
	padding-bottom: 10px;
    background-color: #BBCF85;
    border: 0;
    border-bottom:none;
    font-size: 22px;
    color: #fff;
    border-radius: 4px 4px 0 0;
}


.dataTables_wrapper table.table-list {
	border:solid #ccc 1px;
}

.table-list > tbody {
    text-align: left;
}

.table-list > tbody > tr:nth-child(odd) > th,
tr.clientareatablepending {
	background-color:#f8faf3!important;
}
.dataTables_wrapper .dataTables_filter label .form-control {
    padding: 1px 10px !important;
    background-color: #fff;
    border: 1px solid #fff;
    font-size: 0.9em;
    height: 25px;
    width: 160px;
}

.dataTables_wrapper .dataTables_length label .form-control {
    padding: 0px;
/*    padding-left: 2px; */
    border: none;
    border-radius: 4px 4px 0 0;
    text-align: left !important;
	color:#272727!important;
}
table.table-list thead th {
	background-color: #f8faf3;
    border-bottom: 1px solid #ccc;
    color: #272727;
    font-size: 18px;
}

.table-list > tbody > tr > td {
    background-color: #fff;
    font-size: 18px;
    word-break: break-word;
    word-wrap: break-word;
}
.table-list > tbody > tr:nth-child(odd) > td, .table-list > tbody > tr:nth-child(odd) > th:hover, .table-list > tbody > tr:nth-child(odd) > td, .table-list > tbody > tr:nth-child(odd) > th:focus,
tbody > tr:hover, tbody > tr:focus {
	background-color:#fff!important
}
td > a {
	color:#272727;
	text-decoration:underline;
}
.table-list td > a {
    display: inline-block;
    max-width: 400px;
}

td > a:hover, td > a:focus {
	color:#FFAB42;
}

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

.table>thead>tr>th {
	vertical-align:middle;
	border-bottom:none;
}
.table-list > tbody > tr > td:hover,
.table-list > tbody > tr:hover > td {
    background-color: #fff;
}

div.domainresults table tr td {
	background-color: #fff;
}

.alert-success {
	color:#272727;
	background-color:#fff8f0;
	border-color:#ffe2bd;
}

.admin-masquerade-notice {
	font-family: "Brandon Grotesque Bold", sans-serif;
	margin:0;
	max-width:100%;
	text-align:center;
	padding:0;
	font-size:16px;
}



.pagination > .active > a {
    color: #272727;
    background-color: #f8faf3;
	border:1px #ccc solid;
	border-right:#fff;
	border-left:#fff;
}

.pagination > .active > a:hover,
.pagination > .active > a:focus{
	background-color:#fff;
	border:1px #ccc solid;
	border-right:#fff;
	border-left:#fff;
	color:#272727;
}

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

div.credit-card {
    margin: 0 auto 30px;
    max-width: 400px;
    background-color: #f8faf3;
    border: 1px solid #ccc;
    border-radius: 8px;
}
.small-indent {
	margin-left:1.75em;
	margin-top:12px;
	margin-bottom:0;
}

.alert-danger {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
    text-align: center;
}

.alert.alert-danger li {
    list-style: none;
}

/* Form */
input, label, textarea, #order-slider .domainreginput {
	font-family:"Brandon Grotesque Bold", sans-serif;
	color:#272727;
}

input#sld, 
#order-slider .domainreginput select, 
#order-slider .domainregperiod select,
input.form-control, textarea.form-control { 
	border: solid 1px rgba(204, 204, 204, .9)!important;
	background: #fff !important;
	box-shadow: none !important;
}

#order-slider .domainreginput {
    /* margin: 0; */
    /* padding: 10px; */
    /* font-size: 14px; */
    /* text-align: center; */
}


input#sld:focus,
input.form-control:focus, textarea.form-control:focus {
  border-color: rgba(204, 204, 204, .6)!important;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(204, 204, 204, .6);
          box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(204, 204, 204, .6);
}

input:hover, textarea:hover,
input:focus, textarea:focus { 
	border-color: #FDA12F; 
}

select.form-control.input-sm {
    border-radius: 0px!important;
    height: 30px;
    font-size: 16px;
    background: #BBCF85;
    margin: 0 5px;
    width: auto;
    border: 1px solid #BBCF85;
}

.form-control {
	font-family: "Brandon Grotesque", sans-serif;
    display: block;
    width: 100%;
    height: 34px;
    padding: 4px 4px;
    line-height: 1.42857143;
    color: #555;
    background-image: none;
    border: solid 1px rgba(204, 204, 204, .9)!important;
	background: #fff !important;
	font-size: 18px;
    border-radius: 3px;
    -webkit-box-shadow: none;
	box-shadow: none !important;
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-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;
}

.form-horizontal .control-label {
	text-align:left
}
.pagination>.disabled>a {
    color: #777;
    cursor: not-allowed;
    background-color: #fff;
}

th.sorting_asc,
th.sorting {
    font-family: "Brandon Grotesque Bold", sans-serif;
    color: #272727!important;
}

.open_tickets,
.closed_tickets,
.new_tickets{
	display: inline;
	white-space:nowrap;
	margin:0 30px;
	clear:both;
	vertical-align:middle
}
#order-slider #categories {
    background:#f8faf3!important;
	width:100%!important;
    border: 1px solid #BBCF85!important;
    margin: 0 0 20px 0;
    padding: 10px 25px 10px 25px;
    text-align: center;
    font-size: 14px;
}


#order-slider #categories a {
    text-decoration: none;
    padding-right: 20px;
    font-weight: bold;
    color: #4d4d4d!important;
}

#order-slider #categories a:hover,
#order-slider #categories a:focus {
	color:#272727!important;
}


.new_tickets a {
	background-color:#fff;
}
form.form-horizontal.using-password-strength,
.domain-checker-bg,
.form-wrapper {
    background: #fff;
    padding: 5% 5%;
    border-radius: 3px;
    border-top: 2px solid #BBCF85;
}

.alert-info {
	color:#272727;
	background-color:#fff8f0;
	border-color:#ffe2bd;
	font-size:14px;
	border-radius:0px;
}

bold.alert-info {
	text-align:center;
}


.checkbox label, .radio label {
	font-family: "Brandon Grotesque", sans-serif;	
}

/* Progress Bar */
.progress {
    height: 40px;
	background: #fff;
	box-shadow:none;
	border:solid 1px rgba(171, 209, 19, .6)!important;
}

.progress .progress-bar {
    font-size: 15px;
    font-weight: 600;
    line-height: 40px;
    padding-left: 20px;
    text-align: left;
}
.progress-bar {
	background-color:#FFAB42
}

.col-md-9.pull-md-right.main-content h3 {
	font-family: "Brandon Grotesque Bold", sans-serif;	
    text-align: center;
}

.ticket_title {
	font-family: "Brandon Grotesque Bold", sans-serif;
	display:block;
	text-transform:uppercase;
	text-decoration:none;
}
div.product-details div.product-icon {
	background-color:#fff;
	border-radius:0px;
	padding:5px
}

div.product-details div.product-icon h4 {
	text-transform:uppercase;
}

.product-status {
	border-radius:0px;
	background-color:#fff;
}

.product-overview {
    padding: 2% 0px;
    border: 1px solid #ccc;
    width: 40%;
    margin: 0 0 10% 10%;
}
.nav-tabs {
    border-bottom: 1px solid #BBCF85;
	margin-top:-46px;
}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
	color: #272727;
    cursor: default;
    background-color: #f8faf3;
    border: 1px solid #BBCF85;
    border-bottom-color: transparent;
    border-top:2px solid #BBCF85;
}

.nav-tabs>li>a, .nav-tabs>li>a:focus, .nav-tabs>li>a:hover {
	color:#fff;
    background-color: #BBCF85;
    border: 1px solid;
    border-bottom-color: transparent;
    border-top-color: #BBCF85;
}

div.product-details-tab-container {
    margin: 0;
    padding: 20px;
    border-top: 0;
    background-color: #f8faf3;
	border: 1px solid #BBCF85;
	border-top-color: transparent;
}

/* Login Page */

.row-wrapper.hero:after{
	background-image:url("../img/hero/hero-cmh.png");
	background-repeat:repeat-x;
	background-position:bottom center;
	bottom:220px;
	content:"";
	height:138px;
	left:0;
	position:absolute;
	right:0
}

.first-option {
	background:#F7F8F3;
}

.row-wrapper.hero .hero-clementine{
	background-image:url("../img/hero/clemenules-small.png");
	height:214px
}

@media (min-width: 992px){
	.row-wrapper.first{
		margin: 2em auto
	}
	.first .lead h4{
		font-size:2em;
		font-family: "Brandon Grotesque Bold", sans-serif;
		color:#4F5759; 
	}
	.row-wrapper img{
		max-width:200px;
		width:100%
	}
}

@media (min-width: 992px){
	
	.row-wrapper.hero h2{
		text-align:left
	}

	.row-wrapper.hero ul li{
		padding:5px 0 5px 19px
	}
	.row-wrapper.hero .hero-clementine{
		background-image:url("../img/hero/clemenule.png");
		height:280px;
		position:absolute;
		bottom:120px;
		width:258px;
		z-index:2
	}
}
@media (min-width: 1200px){
	.row-wrapper.hero .hero-clementine{
		right:24px
	}
	.row-wrapper.hero .clementine-image{
	top:-153px
	}
	.row-wrapper.hero .clementine-image .hero-price-block{
	bottom:12px;
	right:53px;
	font-size:44px
	}
	.row-wrapper.hero .clementine-image .hero-price-block span{
	margin:12px 0
	}
	.row.guarantee p{
	padding:0 45px 10px
	}
	.row-wrapper.no-padding_bottom h2{
	margin-top:87px
	}
	.row.getting-started h2{
	margin-top:40px
	}
	.row.another-host h2{
	margin-top:24px
	}
}



/* Footer Bar */
#footer-black {
	background:#272727 url( '../img/footer-bg.jpg') 0 0 repeat; padding:45px 0;-webkit-font-smoothing: antialiased;text-align: center; 
	}
@media (max-width: 991px) {
    #footer-black {
      padding-top: 30px; } }
    #footer-black .menu ul {font-family: "Brandon Grotesque Bold", sans-serif;font-size: .75em; text-transform:uppercase;list-style-type: none;padding: 0;margin-top: 30px;text-align:left;}
	 #footer-black .menu ul li {display: block;margin-bottom: 9px; }
	 #footer-black .menu ul li a {
		color: #ffffff;
        display: inline-block;
        font-weight: 500;
        font-size: 13px;
        -webkit-transition: all 0.2s linear;
        -moz-transition: all 0.2s linear;
        -ms-transition: all 0.2s linear;
        -o-transition: all 0.2s linear;
        transition: all 0.2s linear; }
        #footer-black .menu ul li a:hover {
          color: #FFAB42;
          text-decoration: none; }
		 #footer-black .footer-inner { display: inline-block; width: 100%; border-top: 1px solid  #ffab42; ; }
			#footer-black .footer-inner .copyright { padding-top: 29px; font-family: "Brandon Grotesque", sans-serif; font-size: 14px; line-height: 2.62; color: #ffab42; text-align: center; }
        @media (max-width: 991px) {
          #footer-black .menu ul li a {
            padding: 0; } }
	     #footer-black .hiring {text-transform:none; font-style:italic; font-weight:200; text-decoration:underline;letter-spacing: .3px;word-spacing: 1.5px;margin-left: 4px;padding: 3px 8px;border-radius: 4px;color: #FFAB42;}
	
	#footer-black .newsletter {text-align: right; }
    @media (max-width: 767px) {
      #footer-black .newsletter {
        text-align: center;
        margin-top: 40px; } }
    #footer-black .newsletter .signup {
      margin-bottom: 10px; }
      #footer-black .newsletter .signup p {
		color:#F6F1E5;		
		font-size: 1.5em;
        width: 90%;
        float: right;
        text-align: left;
        line-height: 20px; }
        @media (max-width: 767px) {
          #footer-black .newsletter .signup p {
            float: none;
            text-align: center;
            width: 100%; } }
      #footer-black .newsletter .signup form {
        float: right;
        width: 100%;
        position: relative; }
        @media (max-width: 767px) {
          #footer-black .newsletter .signup form {
            float: none;
            width: 100%; } }
        #footer-black .newsletter .signup form input[type="text"] {
          font-size: 13px; }
          #footer-black .newsletter .signup form input[type="text"]::-webkit-input-placeholder {
            font-size: 13px;
            line-height: 17px; }
          #footer-black .newsletter .signup form input[type="text"]:-moz-placeholder {
            font-size: 13px;
            line-height: 17px; }
          #footer-black .newsletter .signup form input[type="text"]::-moz-placeholder {
            font-size: 13px;
            line-height: 17px; }
          #footer-black .newsletter .signup form input[type="text"]:-ms-input-placeholder {
            font-size: 13px;
            line-height: 17px; }
        #footer-black .newsletter .signup form input[type="submit"] {
          border: 0;
          background: #FFAB42;
          color: #FFF;
          font-family: "Brandon Grotesque Bold", sans-serif;
		  font-size: 1em; 
		  text-transform:uppercase;
		  padding:8px 10px!important;
          position: absolute;
          top: 11px;
          right: 0;
          -webkit-transition: all 0.2s linear;
          -moz-transition: all 0.2s linear;
          -ms-transition: all 0.2s linear;
          -o-transition: all 0.2s linear;
          transition: all 0.2s linear; }
          #footer-black .newsletter .signup form input[type="submit"]:hover {
            background: #fda12f; }
    #footer-black .newsletter a {
      border: 0;
      text-decoration: none;
      opacity: 1;
      filter: alpha(opacity=100);
      margin-left: 15px;
      position: relative;
      -webkit-transition: all .3s ease;
      -moz-transition: all .3s ease;
      -o-transition: all .3s ease;
      -ms-transition: all .3s ease;
      transition: all .3s ease; }
      #footer-black .newsletter a:hover {
        opacity: 0.7;
        filter: alpha(opacity=70); }
  #footer-black .credits {
    margin-top: 30px; }
    #footer-black .credits .col-md-12 {
      padding-top: 20px;
      font-size: 13px;
      text-align: center;
      color: #A1AAB6; }	
	  #footer-black .menu {background:#272727 url('../img/footer-bg.jpg') 0 0 repeat;}
  #footer-black .menu img {max-width:200px; width:100%}	

  #footer-black .socials ul { overflow: hidden; padding-left: 20px; list-style: none outside none; margin-top:2em }
  #footer-black .socials li { float: left; }
  #footer-black .socials li ~ li { margin-left: 30px; } 

  #footer-black .link-twitter,
  #footer-black .link-facebook,
  #footer-black .link-linkedin,
  #footer-black .link-pinterest,
  #footer-black .link-github { 
  	text-indent: 110%; white-space: nowrap;
  	display: inline-block; 
	background: url('../img/sprite.png') no-repeat;   
	}

  #footer-black .link-facebook { width: 14px; height: 25px; background-position: 0px 0px; }
  #footer-black .link-github { width: 22px; height: 25px; background-position: -24px 0px; }
  #footer-black .link-linkedin { width: 22px; height: 25px; background-position: -56px 0px; }
  #footer-black .link-pinterest { width: 26px; height: 25px; background: url('../img/sprite-pinterest.png') no-repeat; background-position: 0px 0px; }
  #footer-black .link-twitter { width: 26px; height: 25px; background-position: -36px -35px; }

  #footer-black .link-twitter:hover,
  #footer-black .link-facebook:hover,
  #footer-black .link-linkedin:hover,
  #footer-black .link-pinterest:hover,
  #footer-black .link-github:hover {opacity: 0.8; }
  
  
  .rc-anchor {
    border-radius: 3px;
    box-shadow: none!important;
    -webkit-box-shadow: none!important;
    -moz-box-shadow: none!important;
}


.rc-anchor.rc-anchor-normal.rc-anchor-light {
    background: #fff!important; 
    border: 1px solid #fff!important; 
    color: #000;
	box-shadow: none!important;
    -webkit-box-shadow: none!important;
    -moz-box-shadow: none!important;
}

.support_details p {
	text-align:left
	}

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

th.support_details {
    border: 1px solid #ccc;
}

th.support_details p span {
	font-family: "Brandon Grotesque Bold", sans-serif;
}

th.support_details a {
	color:#272727;
	text-decoration:underline
}

.product-status-text {
	font-family: "Brandon Grotesque Bold", sans-serif;
	background-color:#FED284;
	color:#272727;
	font-size:16px;
	border-radius:6px;
}

.well {
	background-color:#f8faf3;
	border-color:#f8faf3;
}

.nav-tabs>li i.fa.fa-fw {
    color: #272727;
}

.referral-link {
    background-color: #fff;
	border-radius:6px;
    padding: 20px;
    margin-top: 20px;
	color:#272727;
}

.referral-link h1 {
	color: #272727;
    font-family: "Klinic Slab Light";
	font-size:2em;
}

.refer__break {
    border-bottom: 1px solid #fff;
    padding: 2% 0;
    margin: 0 5% 5%;
}

.panel {
	background-color:transparent;
	
}

.panel-default {
    border:none;
}

.panel-body {
	background-color:#fff;
}

.refer-body {
	background: #BBCF85;
    padding: 5%;
    margin: 0 auto 20px; 
    text-align: center;
    display: block;
    border-radius: 3px;
}

.refer-body p {
	font-size:18px;
}

.section-container {
    background: #BBCF85;
    margin: 0 auto;
    padding: 25px 30px;
    width: 100%;
    border-radius: 3px;
    text-align: center;
}


a#referral-link {
    color: #272727;
    text-decoration: underline;
    font-family: "Brandon Grotesque Bold", sans-serif;
    letter-spacing: .04em;
    
}

p.caution {
    text-decoration: underline;
}

.form-group.submit-ticket-padding {
    padding: 20px 0px;
}

.popover-title {
	font-size:16px;
	text-align:center;
    background-color: #fff;
    border: none;
}

.panel-success>.panel-heading {
    color: #fff;
    background-color: #BBCF85;
    border-color: #BBCF85;
}

.systemStatus {
	list-style:none;
}

.row.zero {
    margin-left: 0px;
    margin-right: 0px;
}

.row.zero.uno {
    border: 1px solid #ccc;
}
.row.zero.dos,
.row.zero.tres,
.row.zero.cuatro {
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

ul.systemStatus li {
    text-align: center;
    font-size: 18px;
    font-family: "Brandon Grotesque Bold", sans-serif;
    line-height: 30px !important; /* CM */
}

ul.systemStatus li a {
	color:#272727;
	text-decoration:underline
}

ul.systemStatus li a:hover,
ul.systemStatus li a:focus {
	color:#FFAB42
}

.form-actions {
    text-align: center;
}

.container-fluid.masquerading {
    margin-top: 10px;
    width: 98%;
}

.dropdown-menu {
	left: initial;
	right: 0;
}

blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 17.5px;
    border-left: 5px solid #BBCF85;
	font-family:"Brandon Grotesque Bold", sans-serif;
}

#order-standard_cart .view-cart-tabs .nav-tabs {
    margin-top: 20px;
}
#order-standard_cart .header-lined h2 {
    padding-bottom: 20px !important;
}
