/* Header */
#topheader {
	background: #F0F0F0;
	padding-top: 8px;
	padding-bottom: 6px;
	width: 100%;
	height: 50px;
	font-size:15px;
}
#topheader .fa {
	color: #ADADAD;
	margin-top: 5px;
	font-size: 25px;
}
#topheader .social a {
	padding-right:0px!Important;
}
#topheader .social .fa:hover {
	color:#1F789B!Important;
 transition: color .35s ease-in-out;
 -moz-transition: color .35s ease-in-out;
 -webkit-transition: color .35s ease-in-out;
}
#topheader a {
	color: #909090;
	font-weight: 400;
}
#topheader a:focus {
	color: #909090!Important;
	font-weight: 400;
}
#topheader a:hover {
	color: #ADADAD;
	text-decoration: none;
}
#topheader .support {
	text-align:right;
}
#topheader .support a {
	margin-left:20px;
}
#topheader .btn-blue:focus {
	color:#FFFFFF!Important;
}
#topheader .support .fa {
	font-size:13px;
}
#topheader .support .btn-blue .fa {
	color:#FFFFFF;
	margin-top: 0px;
}
#topheader .btn.active, .btn:active {
	box-shadow: none;
}
/* Menu */
#menu {
	background: #FFFFFF;
	padding-bottom: 10px;
	width: 100%;
	height: 110px;
	border-top: 1px solid #DBDBDB;
}
#menu .navbar-default .navbar-toggle {
	background: #4C4C4C!Important;
}
#menu .navbar-default .navbar-toggle .icon-bar {
	background-color: #FFFFFF;
}
#menu .normal {
	margin-top: 30px;
	z-index:999;
}
#menu .navbar-nav>li>.dropdown-menu {
	border-top: none!Important;
	padding-top: 0px;
	padding-bottom: 0px;
}
#menu .dropdown-menu>li:first-child {
	border-top: none;
}
#menu .dropdown-menu>li {
	border-top: 1px solid #D7D7D7;
}
#menu .dropdown-menu>li>a {
	color: #777;
	font-weight: 300;
	font-size: 14px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 15px;
}
#menu .normal .fa {
	margin-right: 15px!Important;
	font-size: 13px;
	vertical-align: inherit;
	width: 12px;
	text-align: center;
}
#menu .normal .dropdown-submenu {
	position: relative;
}
#menu .normal .dropdown-submenu>.dropdown-menu {
	top: 0;
	left: 100%;
	margin-top: -1px;
	margin-left: -1px;
	padding-top: 0px;
	padding-bottom: 0px;
}
#menu .normal .dropdown-submenu:hover>.dropdown-menu {
	display: block;
}
#menu .normal .dropdown-submenu>a:after {
	display: block;
	content: " ";
	float: right;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid;
	border-width: 5px 0 5px 5px;
	border-left-color: #ccc;
	margin-top: 5px;
	margin-right: -10px;
}
#menu .normal .dropdown-submenu:hover>a:after {
	border-left-color: #fff;
}
#menu .normal .dropdown-submenu.pull-left {
	float: none;
}
#menu .normal .dropdown-submenu.pull-left>.dropdown-menu {
	left: -100%;
	margin-left: 10px;
	-webkit-border-radius: 6px 0 6px 6px;
	-moz-border-radius: 6px 0 6px 6px;
	border-radius: 6px 0 6px 6px;
}
#menu .dropdown-menu>li>a:hover {
	color: #FFFFFF;
	background: #838383;
}
#menu .container-fluid {
	padding-right: 0px;
	padding-left: 0px;
	margin-right: auto;
	margin-left: auto;
}
#menu #mainlogo {
	background: url('../img/logo.png');
	width: 345px;
	margin-top: 5px;
	height: 43px;
	margin-left: 0px;
}
#menu #mainlogo:hover {
	opacity: 0.5;
transition: opacity .55s ease-in-out;
-moz-transition: opacity .55s ease-in-out;
-webkit-transition: opacity .55s ease-in-out;
}
#menu .navbar {
	position: relative;
	min-height: 61px;
	margin-bottom: 10px;
	margin-top: 35px;
}
#menu .navbar-default .navbar-collapse, .navbar-default .navbar-form {
	padding-left: 0px;
}
#menu .navbar-default {
	background: #FFFFFF;
	border: none!Important;
	z-index: 99999!Important;
}
#menu .navbar-default .navbar-nav>li>a {
	font-size: 17px;
	font-weight: 300;
}
#menu .navbar-default .navbar-nav>li>a:hover {
	color: #818181;
}
#menu .nav>li>a {
	position: relative;
	display: block;
	margin: 0px 40px 0px 0px;
}
#menu .nav>li>a.last {
	margin-right: 0px!Important;
}
#menu .navbar {
	min-height: 0px!Important;
	margin-top: 29px;
}
#menu .navbar-default .navbar-nav>.open>a, #menu .navbar-default .navbar-nav>.open>a:focus, #menu .navbar-default .navbar-nav>.open>a:hover {
	background: #FFF;
}
#menu .navbar-default .navbar-nav>li>a:hover {
	color:#B2AFAF;
}
#menu .navbar-default .navbar-nav>li>a:focus {
	color:#B2AFAF;
}
#menu .navbar-default .navbar-nav>.active>a {
	background-color: #FFFFFF;
	color: #2A8EB8;
}
#menu .navbar-default .navbar-nav>.active>a:hover {
	background-color: #FFFFFF;
	color:#333;
}
#menu .navbar-default .navbar-nav>.active>a:focus {
	background-color: #fff;
	color:#333;
}
#menu #menu-left {
	margin-left:0px!Important;
	padding-left:0px!Important;
}
#menu #menu-right {
	margin-right:0px!Important;
	padding-right:0px!Important;
}
#menu #menu-right .fa {
	padding-right:10px!Important;
}
#menu .fa {
	padding-right:0px!Important;
}
#menu h3 .fa {
	padding-right:10px!Important;
	color:#2CB0E1;
}
/* Sticky Menu */
.affix {
	top: 0px!Important;
	height: 60px!Important;
	z-index:9999!Important;
	background:#4C4C4C!Important;
	margin-top: -1px;
	position: fixed
}
.affix .navbar-default {
	background: #4C4C4C!Important;
}
.affix .navbar-default .navbar-nav>.active>a {
	background: #4C4C4C!Important;
}
.affix #mainlogo {
	background: url('../img/logo-footer.png')!Important;
	width: 257px!Important;
	margin-top: 13px!Important;
	height: 32px!Important;
	margin-left: 0px;
}
.affix .navbar {
	min-height: 0px!Important;
	margin-top: 0px!Important;
}
.affix .navbar-nav>li>a {
	padding-top: 11px;
	padding-bottom: 5px;
}
.affix .navbar-nav>li>.normal {
	margin-top: 16px!Important;
}
.affix .navbar-default .navbar-collapse {
	margin-top: 7px!Important;
}
.affix .navbar-default .navbar-nav>.open>a, .affix .navbar-default .navbar-nav>.open>a:focus, .affix .navbar-default .navbar-nav>.open>a:hover {
	background: none!Important;
}
.affix .navbar-default .navbar-nav>li>a {
	color: #FFF
}
.affix .navbar-default .navbar-nav>.active>a {
	color: #B8B8B8!Important;
}
/* Image Slider */
#imageslider {
	background: url(../img/background.png) no-repeat center top rgba(186, 186, 186, 0.31);
	color: #FFFFFF;
}
#imageslider .imageslideroverlay {
	background: rgba(0, 0, 0, 0.2);
	padding-top: 20px;
	padding-bottom: 100px;
}
#imageslider h1 {
	font-size: 50px;
	background: rgba(0, 0, 0, 0.26);
	padding: 20px!Important;
	text-align: center;
	font-weight: 100;
	margin-bottom:40px;
}
#imageslider h2 {
	font-size: 25px;
	margin: 20px;
	text-align: center;
	font-weight: 600;
	margin-bottom: 20px;
}
#imageslider .sliderbutton {
	margin-top: 30px;
	font-size: 20px;
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 2px;
}
#imageslider .carousel-indicators {
	bottom: -75px;
}
/* Hosting Plans */
#hostingplans {
	background: #F0F0F0;
	padding-top: 40px;
	padding-bottom: 40px;
	border-bottom: 1px solid #E2E2E2;
}
#hostingplans .thumbnail {
	background-color: #FFFFFF;
	border-radius: 0px;
	padding: 30px;
}
#hostingplans .thumbnail:hover {
	box-shadow: 0px 0px 20px 1px #C8C8C8;
}
#hostingplans .thumbnail img {
	max-height: 110px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	margin-bottom: 30px;
}
#hostingplans h4 {
	border-top: 1px solid #F4F4F4;
	border-bottom: 1px solid #F4F4F4;
	margin-bottom: 30px;
	padding: 20px;
	margin-left: 20px;
	margin-right: 40px;
	text-transform: uppercase;
	font-size: 24px;
	color: #545454;
}
#hostingplans p.specs {
	border-top: 1px solid #F4F4F4;
	border-bottom: 1px solid #F4F4F4;
	margin-bottom: 45px;
	padding: 20px;
	margin-top: 50px;
	font-size: 16px;
	color: #545454;
}
#hostingplans p.price {
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-left: 20px;
	margin-right: 20px;
	font-size: 15px;
	font-weight: 400;
}
#hostingplans .price {
	font-size: 55px;
	color: #1F7898;
	margin-top: 60px;
}
#hostingplans sup {
	top: -.3em;
}
#hostingplans .price small {
	color: #7B7B7B;
	display: block;
	font-size: 20px;
}
/* Why Us */
#whyus {
	background: #ffffff;
	padding-top: 40px;
	padding-bottom: 40px;
	border-bottom: 1px solid #E2E2E2;
}
#whyus .thumbnail {
	background-color: #F0F0F0;
	margin-top: 20px;
	margin-bottom: 20px;
}
#whyus .thumbnail img {
	max-height: 110px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	padding-bottom: 20px;
}
#whyus h4 {
	padding-top: 20px;
	padding-bottom: 20px;
	border-top: 2px solid #EDEAEA;
	border-bottom: 2px solid #EDEAEA;
	color: #545454;
	font-weight: 600;
	font-size: 25px;
	text-transform: uppercase;
}
#whyus p {
	margin-bottom:0px;
	padding:30px;
}
#whyus .big {
	font-size: 60px;
	padding-right: 0px;
	color: #A0A0A0;
	margin-top: 15px;
	margin-bottom: 15px;
}
#whyus p.button {
	margin-top: 0px;
	margin-bottom: 10px;
	padding: 0px;
}
/* Testimonial */
#testimonial {
	background: #F0F0F0;
	padding-top: 40px;
	padding-bottom: 40px;
	border-bottom: 1px solid #E2E2E2;
}
#testimonial .carousel-indicators .active {
	background: #1F7898;
	border:1px solid #FFFFFF;
}
#testimonial .testimonial {
	min-height: 300px;
	float:left;
	width:100%;
	margin-bottom:10px;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
}
#testimonial .carousel-indicators li {
	border: 1px solid #ccc;
	background: #F0F0F0;
}
#testimonial .carousel-control {
	color:#31708f;
	width:5%;
}
#testimonial .carousel-control:hover, .carousel-control:focus {
	color:#31708f;
}
#testimonial .carousel-control.left, .carousel-control.right {
	background-image: none;
}
#testimonial img {
	margin:auto;
	margin-top:20px;
}
#testimonial .fa {
	font-size:10px;
	color:#ccc;
	padding-right:5px;
	vertical-align: top;
}
#testimonial #closingquote {
	padding-left:5px;
}
#testimonial p {
	margin-top: 20px;
	margin-bottom: 20px;
}
#testimonial p.center {
	text-align:center;
}
/* FAQ */
#faq {
	padding-top: 50px;
	padding-bottom: 50px;
}
#faq .panel-default>.panel-heading a {
	color: #333;
	text-decoration:none;
}
#faq .panel-default>.panel-heading .fa {
	color: #2CB0E1;
}
#faq .panel-default>.panel-heading {
	background-color: #F0F0F0;
}
#faq .panel-title {
	font-size: 13px;
}
#faq .panel-default>.panel-heading+.panel-collapse>.panel-body {
	font-size: 13px;
	background: #FDFDFD;
}
#faq .glyphicon {
	vertical-align: super!Important;
}
#faq h4.category {
	margin-top:50px;
	margin-bottom:30px;
}
/* Sub Banner */
#subbanner {
	background: url(../img/background.png) no-repeat center top rgba(186, 186, 186, 0.31);
}
#subbanner .subbanneroverlay {
	background: rgba(0, 0, 0, 0.2);
	padding-top: 20px;
	padding-bottom: 20px;
}
#subbanner h1 {
	font-size: 20px;
	background: rgba(0, 0, 0, 0.26);
	padding: 20px!Important;
	text-align: left;
	font-weight: 100;
	margin-top: 0px;
	margin-bottom: 0px;
	color:#FFFFFF;
	border-radius: 4px;
}
#subbanner .fa {
	color: #FFFFFF;
}
/* Content Area */
#content {
	padding-bottom: 50px;
	padding-top: 50px;
}
#content h1 {
	font-weight: 300;
	margin-top: 0px;
	padding-bottom: 10px;
	border-bottom: 1px solid #F4F4F4;
	margin-bottom: 30px;
}
#content h4 {
	margin-top: 30px;
	margin-bottom: 10px;
}
#content p {
	font-size: 14px;
	font-weight: 300;
	padding-top:10px;
	padding-bottom:10px;
}
#content .fa {
	color: #1F7898;
}
#content h3.menu .fa {
	color: rgba(31, 120, 152, 0.67);
	font-size:22px;
	padding-right:15px;
}
#content .list-group-item.active, #content .list-group-item.active:focus, #content .list-group-item.active:hover {
	background-color: #ADADAD!Important;
	border-color: #A1A1A1!Important;
}
#content .list-group-item {
	background-color: #FFFFFF;
}
#content .list-group-item .fa {
	color: #30414A;
}
#content a.list-group-item:focus, #content a.list-group-item:hover {
	color: #38738F!Important;
	text-decoration: none;
	background-color: #FFFFFF!Important;
 transition: color .25s ease-in-out;
 -moz-transition: color .25s ease-in-out;
 -webkit-transition: color .25s ease-in-out;
}
#content .list-group-item {
	position: relative;
	display: block;
	padding: 5px 15px;
	margin-bottom: 0px;
	border: 1px solid #FFF;
}
#content .list-group {
	margin-bottom: 40px;
}
#content .table {
	border:1px solid #ddd;
}
#content .table th {
	padding: 15px;
	background: #F4F4F4;
	text-align: center;
}
#content .table td {
	padding: 15px;
	background: #FFFFFF;
	text-align: center;
	font-weight:300;
}
/*About Us*/
#aboutus {
	padding-bottom: 50px;
	padding-top: 50px;
}
#aboutus .fa {
	color:#1F789C;
}
#aboutus h3 {
	margin-top: 60px;
	margin-bottom: 30px;
}
#aboutus h4 {
	font-weight: 300;
	margin-top: 30px;
}
#aboutus .profile h4 {
	margin-bottom: 20px;
	margin-top: 20px;
}
#aboutus .profile {
	margin-top: 25px;
	min-height: 275px;
}
/*Services*/
#services {
	background: #FFFFFF;
	padding-top: 70px;
	padding-bottom: 50px;
}
#services h3 {
	margin-top:40px;
}
#services .btnquote {
	margin-top:25px;
	margin-bottom:25px;
}
#services .fa {
	color:#2F942F;
}
#services table {
	border: 1px solid #ddd;
}
#services table th.center {
	text-align:center;
}
#services table td.center {
	text-align:center;
}
/*Web Design*/
#webdesign {
	background: #FFFFFF;
	padding-top: 70px;
	padding-bottom: 0px;
}
#webdesign .benefits .fa {
	color: #2F942F;
	font-size: 20px;
	vertical-align: text-bottom;
	padding-right: 12px;
}
#webdesign .benefits p.light {
	font-size: 18px;
}
#webdesignplans {
	background: #FFFFFF;
	padding-top: 0px;
	padding-bottom: 50px;
}
#webdesignplans .web-design-plan {
	margin-bottom: 30px;
	margin-top: 50px;
	text-align: center;
	box-shadow: 0px 0px 1px 1px #D2D2D2;
	line-height: 30px;
	background-color: #F0F0F0;
	margin-left: 1px;
}
#webdesignplans .web-design-plan ul {
	list-style: none;
	margin: 0;
	text-align: center;
	padding-top: 15px;
	padding-left: 0px;
}
#webdesignplans .web-design-plan ul li {
	padding-top: 10px;
	padding-bottom: 10px;
	cursor: pointer;
}
#webdesignplans .web-design-plan ul li i {
	margin-right: 5px;
}
#webdesignplans .web-design-plan .price {
	background-color: #F0F0F0;
	padding: 40px 20px 20px 20px;
	font-size: 60px;
	color: #7C7A7A;
}
#webdesignplans .web-design-plan .price small {
	font-size: 12px;
	margin-top: 22px;
}
#webdesignplans .web-design-plan .type {
	background-color: #2CB0E1;
	padding: 50px 20px;
	font-weight: 400;
	font-size: 30px;
	color: #FFFFFF;
}
#webdesignplans .web-design-plan .pricing-footer {
	padding: 20px;
}
#webdesignplans .wdp-attached > .col-lg-4, #webdesignplans .wdp-attached > .col-lg-3, #webdesignplans .wdp-attached > .col-md-4, #webdesignplans .wdp-attached > .col-md-3, #webdesignplans .wdp-attached > .col-sm-4, #webdesignplans .wdp-attached > .col-sm-3 {
	padding-left: 0;
	padding-right: 0;
}
#webdesignplans .web-design-plan.popular {
	margin-top: 10px;
}
#webdesignplans .web-design-plan.popular .price {
	padding-top: 80px;
}
#webdesignhighlight {
	background: #F0F0F0;
	padding-top: 30px;
	padding-bottom: 20px;
	border-top: 1px solid #E2E2E2;
	border-bottom: 1px solid #E2E2E2;
}
#webdesignhighlight h2.intro {
	border-bottom: 1px solid #DBDBDB;
	padding-top: 20px;
}
#webdesignhighlight p {
	margin-top:20px;
}
#webdesignfeatures {
	background: #FFFFFF;
	padding-top: 70px;
	padding-bottom: 70px;
}
#webdesignfeatures .fa {
	padding-right:0px;
}
#webdesignfeatures .box {
	margin-top:30px;
}
#webdesignfeatures .box > .icon {
	text-align: center;
	position: relative;
}
#webdesignfeatures .box > .icon > .image {
	position: relative;
	z-index: 2;
	margin: auto;
	width: 88px;
	height: 88px;
	border: 8px solid white;
	line-height: 88px;
	border-radius: 50%;
	background:#545454;
	vertical-align: middle;
}
#webdesignfeatures .box > .icon:hover > .image {
	background: #2F942F;
}
#webdesignfeatures .box > .icon > .image > i {
	font-size: 36px !important;
	color: #FFFFFF !important;
}
#webdesignfeatures .box > .icon:hover > .image > i {
	color: white !important;
}
#webdesignfeatures .box > .icon > .info {
	margin-top: -24px;
	background: rgba(0, 0, 0, 0.04);
	border: 1px solid #e0e0e0;
	padding: 15px 0 10px 0;
}
#webdesignfeatures .box > .icon:hover > .info {
	background: rgba(0, 0, 0, 0.04);
	border-color: #e0e0e0;
	color: white;
}
#webdesignfeatures .box > .icon > .info > h3.title {
	font-size: 16px;
	color: #222;
	font-weight: 300;
}
#webdesignfeatures .box > .icon > .info > h3.price {
	font-size: 16px;
	color: #222;
	font-weight: 300;
	margin-bottom:25px;
}
#webdesignfeatures .box > .icon > .info > .more {
	margin-bottom:15px;
}
#webdesignfeatures .box > .icon > .info > p {
	font-size: 13px;
	color: #666;
	line-height: 1.5em;
	margin: 20px;
}
/* Dedicated Servers*/
#dedicatedintro {
	background: #FFFFFF;
	padding-top: 70px;
	padding-bottom: 50px;
}
#dedicatedintro .benefits .fa {
	color: #2F942F;
	font-size: 20px;
	vertical-align: text-bottom;
	padding-right: 12px;
}
#dedicatedintro .benefits p.light {
	font-size: 18px;
}
#dedicatedservers {
	background: #F0F0F0;
	padding-top: 40px;
	padding-bottom: 20px;
	border-top: 1px solid #E2E2E2;
	border-bottom: 1px solid #E2E2E2;
}
#dedicatedservers h3 {
	text-align:center;
}
#dedicatedservers h4 {
	text-align:center;
}
#dedicatedservers img {
	margin-left:auto;
	margin-right:auto;
	margin-top: 30px;
	margin-bottom: 10px;
}
#dedicatedservers .fa {
	padding-right:10px;
	color:#2F942F;
}
#dedicatedservers ul {
	padding: 30px;
	padding-bottom: 0px;
}
#dedicatedservers ul li {
	list-style:none;
	padding-top:10px;
	padding-bottom: 10px;
	border-top: 1px solid #F0F0F0;
}
#dedicatedservers p {
	margin-top:20px;
}
#dedicatedservers p {
	text-align:center;
}
#dedicatedservers .btn .fa {
	color:#FFFFFF;
}
#dedicatedservers .box > .icon {
	text-align: center;
	position: relative;
}
#dedicatedservers .box > .icon > .image {
	position: relative;
	z-index: 2;
	margin: auto;
	width: 88px;
	height: 88px;
	border: 8px solid white;
	line-height: 88px;
	border-radius: 50%;
	background:#545454;
	vertical-align: middle;
}
#dedicatedservers .box > .icon:hover > .image {
	background: #FFA500;
}
#dedicatedservers .box > .icon > .image > i {
	font-size: 36px !important;
	color: #FFFFFF !important;
}
#dedicatedservers .box > .icon:hover > .image > i {
	color: white !important;
}
#dedicatedservers .box > .icon > .info {
	margin-top: -24px;
	background: #FFFFFF;
	border: 1px solid #e0e0e0;
	padding: 15px 0 10px 0;
	border-radius:4px;
}
#dedicatedservers .box > .icon:hover > .info {
	background: #FFFFFF;
	border-color: #e0e0e0;
	color: white;
}
#dedicatedservers .box > .icon > .info > h3.title {
	font-size: 16px;
	color: #222;
	font-weight: 500;
}
#dedicatedservers .box > .icon > .info > h3.price {
	font-size: 16px;
	color: #222;
	font-weight: 300;
	margin-bottom:25px;
}
#dedicatedservers .box > .icon > .info > .more {
	margin-bottom:15px;
}
#dedicatedservers .box > .icon > .info > p {
	font-size: 13px;
	color: #666;
	line-height: 1.5em;
	margin: 20px;
}
#dedicatedservers .box .space {
	height: 30px;
}
#dedicatedtable {
	background: #FFFFFF;
	padding-top: 30px;
	padding-bottom: 50px;
}
#dedicatedtable h3 {
	margin-top:40px;
}
#dedicatedtable .fa {
	color:#2F942F;
}
#dedicatedtable table {
	border: 1px solid #ddd;
	white-space: nowrap;
}
#dedicatedtable table th, #dedicatedtable table td {
	font-size: 12px;
	vertical-align: baseline;
}
#dedicatedtable table th.center {
	text-align:center;
}
#dedicatedtable table td.center {
	text-align:center;
}
/*SSL Certificates*/
#sslcertsintro {
	background: #FFFFFF;
	padding-top: 70px;
	padding-bottom: 50px;
}
#sslcertsintro .sslbenefits .fa {
	color: #2F942F;
	font-size: 20px;
	vertical-align: text-bottom;
	padding-right: 12px;
}
#sslcertsintro .sslbenefits p.light {
	font-size: 18px;
}
#sslcerts {
	background: #FFFFFF;
	padding-top: 70px;
	padding-bottom: 70px;
}
#sslcerts .fa {
	padding-right:0px;
}
#sslcerts .btn .fa {
	padding-right:10px;
}
#sslcerts .box {
	margin-top:30px;
}
#sslcerts .box > .icon {
	text-align: center;
	position: relative;
}
#sslcerts .box > .icon > .image {
	position: relative;
	z-index: 2;
	margin: auto;
	width: 88px;
	height: 88px;
	border: 8px solid white;
	line-height: 88px;
	border-radius: 50%;
	background:#545454;
	vertical-align: middle;
}
#sslcerts .box > .icon:hover > .image {
	background: #FFA500;
}
#sslcerts .box > .icon > .image > i {
	font-size: 36px !important;
	color: #FFFFFF !important;
}
#sslcerts .box > .icon:hover > .image > i {
	color: white !important;
}
#sslcerts .box > .icon > .info {
	margin-top: -24px;
	background: rgba(0, 0, 0, 0.04);
	border: 1px solid #e0e0e0;
	padding: 15px 0 10px 0;
}
#sslcerts .box > .icon:hover > .info {
	background: rgba(0, 0, 0, 0.04);
	border-color: #e0e0e0;
	color: white;
}
#sslcerts .box > .icon > .info > h3.title {
	font-size: 16px;
	color: #222;
	font-weight: 500;
}
#sslcerts .box > .icon > .info > h3.price {
	font-size: 16px;
	color: #222;
	font-weight: 300;
	margin-bottom:25px;
}
#sslcerts .box > .icon > .info > .more {
	margin-bottom:15px;
}
#sslcerts .box > .icon > .info > p {
	font-size: 13px;
	color: #666;
	line-height: 1.5em;
	margin: 20px;
}
#sslcerts .box .space {
	height: 30px;
}
#evsslcerts {
	background: #F0F0F0;
	padding-top: 30px;
	padding-bottom: 20px;
	border-top: 1px solid #E2E2E2;
	border-bottom: 1px solid #E2E2E2;
}
#evsslcerts h2.intro {
	border-bottom: 1px solid #DBDBDB;
	padding-top: 20px;
}
#evsslcerts p {
	margin-top:20px;
}
#evsslcerts table .fa {
	padding-right:10px;
	color:#1F7898;
}
#evsslcerts .fa {
	padding-right:0px;
}
#evsslcerts .btn .fa {
	padding-right:10px;
}
#evsslcerts .box > .icon {
	text-align: center;
	position: relative;
}
#evsslcerts .box > .icon > .image {
	position: relative;
	z-index: 2;
	margin: auto;
	width: 88px;
	height: 88px;
	border: 8px solid white;
	line-height: 88px;
	border-radius: 50%;
	background:#545454;
	vertical-align: middle;
}
#evsslcerts .box > .icon:hover > .image {
	background: #FFA500;
}
#evsslcerts .box > .icon > .image > i {
	font-size: 36px !important;
	color: #FFFFFF !important;
}
#evsslcerts .box > .icon:hover > .image > i {
	color: white !important;
}
#evsslcerts .box > .icon > .info {
	margin-top: -24px;
	background: #FFFFFF;
	border: 1px solid #e0e0e0;
	padding: 15px 0 10px 0;
	border-radius:4px;
}
#evsslcerts .box > .icon:hover > .info {
	background: #FFFFFF;
	border-color: #e0e0e0;
	color: white;
}
#evsslcerts .box > .icon > .info > h3.title {
	font-size: 16px;
	color: #222;
	font-weight: 500;
}
#evsslcerts .box > .icon > .info > h3.price {
	font-size: 16px;
	color: #222;
	font-weight: 300;
	margin-bottom:25px;
}
#evsslcerts .box > .icon > .info > .more {
	margin-bottom:15px;
}
#evsslcerts .box > .icon > .info > p {
	font-size: 13px;
	color: #666;
	line-height: 1.5em;
	margin: 20px;
}
#evsslcerts .box .space {
	height: 30px;
}
/*Game Servers */
#gameserversintro {
	background: #FFFFFF;
	padding-top: 70px;
	padding-bottom: 50px;
}
#gameserversintro .benefits .fa {
	color: #2F942F;
	font-size: 20px;
	vertical-align: text-bottom;
	padding-right: 12px;
}
#gameserversintro .benefits p.light {
	font-size: 18px;
}
#gameservers {
	background: #F0F0F0;
	padding-top: 30px;
	padding-bottom: 30px;
	border-top: 1px solid #E2E2E2;
	border-bottom: 1px solid #E2E2E2;
}
#gameservers h3.intro {
	border-bottom: 1px solid #DBDBDB;
	padding-top: 10px;
}
#gameservers p {
	margin-top:20px;
}
#gameserversgames {
	background: #FFFFFF;
	padding-top: 70px;
	padding-bottom: 10px;
}
#gameserversgames .fa {
	padding-right:0px;
}
#gameserversgames img {
	max-width:150px;
}
#gameserversgames .btn .fa {
	padding-right:10px;
}
#gameserversgames .box {
	margin-top:30px;
}
#gameserversgames .box > .icon {
	text-align: center;
	position: relative;
}
#gameserversgames .box > .icon > .info {
	margin-top: -24px;
	background: rgba(0, 0, 0, 0.04);
	border: 1px solid #e0e0e0;
	padding: 15px 0 10px 0;
}
#gameserversgames .box > .icon > .info > h2.title {
	margin-bottom:0px;
}
#gameserversgames .box > .icon > .info > h3.price {
	font-size: 16px;
	color: #222;
	font-weight: 300;
	margin-bottom:25px;
}
#gameserversgames .box > .icon > .info > .more {
	margin-bottom:15px;
}
#gameserversgames .box > .icon > .info > p {
	font-size: 13px;
	color: #666;
	line-height: 1.5em;
	margin: 20px;
}
#gameserversgames .box .space {
	height: 30px;
}
#gameserverstable {
	background: #FFFFFF;
	padding-bottom: 50px;
	padding-top: 10px;
}
#gameserverstable h3 {
	margin-top:40px;
}
#gameserverstable .fa {
	color:#2F942F;
}
#gameserverstable table {
	border: 1px solid #ddd;
}
#gameserverstable table th, #dedicatedtable table td {
	font-size: 12px;
	vertical-align: baseline;
}
#gameserverstable table th.center {
	text-align:center;
}
#gameserverstable table td.center {
	text-align:center;
}
/*Plan Table */

#plantable {
	background: #FFFFFF;
	padding-top: 70px;
	padding-bottom: 50px;
}
#plantable .benefits .fa {
	color: #2F942F;
	font-size: 20px;
	vertical-align: text-bottom;
	padding-right: 12px;
}
#plantable .benefits p.light {
	font-size: 18px;
}
#plantable .reseller {
	font-size: 14px;
	background:#373737;
}
#plantable .plan-table {
	margin-bottom: 30px;
	margin-top: 50px;
	text-align: center;
	line-height: 30px;
	background-color: #F0F0F0;
}
#plantable .plan-table ul {
	list-style: none;
	text-align: center;
	padding-left: 0px;
	border: 1px solid #D2D2D1;
	border-bottom: none;
	border-top: none;
	margin-bottom: 0px;
}
#plantable .plan-table ul li {
	padding-top: 10px;
	padding-bottom: 10px;
	cursor: pointer;
	border-top: 1px solid #D4D4D4;
}
#plantable .plan-table ul li:last-child {
	border-bottom: 1px solid #D4D4D4;
}
#plantable .plan-table ul li i {
	margin-right: 5px;
}
#plantable .plan-table .price {
	padding-top: 20px;
	font-size: 30px;
	color: #FFFFFF;
}
#plantable .plan-table .price small {
	font-size: 12px;
	margin-top: 22px;
}
#plantable .plan-table .type {
	background-color: #2CB0E1;
	padding-top: 25px;
	font-weight: 400;
	font-size: 30px;
	color: #FFFFFF;
	padding-bottom: 10px;
	border: 1px solid #269DCA;
}
#plantable .plan-table .pricing-footer {
	padding: 20px;
	border: 1px solid #D2D2D1;
	border-top: none;
	margin-left: -1px;
}
#plantable .plans-attached > .col-lg-4, #plantable .plans-attached > .col-lg-3, #plantable .plans-attached > .col-md-6, #plantable .plans-attached > .col-md-4, #plantable .plans-attached > .col-md-3, #plantable .plans-attached > .col-sm-4, #plantable .plans-attached > .col-sm-3 {
	padding-left: 0;
	padding-right: 0;
}
#plantable .plan-table.popular {
	margin-top: 10px;
}
#plantable .plan-table.popular .price {
	padding-top: 80px;
}
#hostinghighlight {
	background: #F0F0F0;
	padding-top: 30px;
	padding-bottom: 20px;
	border-top: 1px solid #E2E2E2;
	border-bottom: 1px solid #E2E2E2;
}
#hostinghighlight h2.intro {
	border-bottom: 1px solid #DBDBDB;
	padding-top: 20px;
}
#hostinghighlight p {
	margin-top:20px;
}
#hostinghighlight .fa {
	padding-right:10px;
	color:#2F942F;
}
/*Hosting Features */
#hostingfeatures {
	background: #FFFFFF;
	padding-top: 70px;
	padding-bottom: 60px;
}
#hostingfeatures img {
	max-width:100px;
	margin-top:30px;
}
/*Voice Servers */

#voiceintro {
	background: #FFFFFF;
	padding-top: 70px;
	padding-bottom: 50px;
}
#voiceintro .benefits .fa {
	color: #2F942F;
	font-size: 20px;
	vertical-align: text-bottom;
	padding-right: 12px;
}
#voiceintro .benefits p.light {
	font-size: 18px;
}
#voiceplans {
	background: #F0F0F0;
	padding-top: 40px;
	padding-bottom: 20px;
	border-top: 1px solid #E2E2E2;
	border-bottom: 1px solid #E2E2E2;
}
#voiceplans .thumbnail {
	background-color: #FFFFFF;
	border-radius: 0px;
	padding: 30px;
}
#voiceplans .thumbnail:hover {
	box-shadow: 0px 0px 20px 1px #C8C8C8;
}
#voiceplans .thumbnail img {
	max-height: 110px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	margin-bottom: 30px;
}
#voiceplans h4 {
	border-top: 1px solid #F4F4F4;
	border-bottom: 1px solid #F4F4F4;
	margin-bottom: 30px;
	padding: 20px;
	margin-left: 20px;
	margin-right: 40px;
	text-transform: uppercase;
	font-size: 24px;
	color: #545454;
}
#voiceplans p.specs {
	border-top: 1px solid #F4F4F4;
	border-bottom: 1px solid #F4F4F4;
	margin-bottom: 45px;
	padding: 20px;
	margin-top: 50px;
	font-size: 16px;
	color: #545454;
}
#voiceplans p.price {
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-left: 20px;
	margin-right: 20px;
	font-size: 15px;
	font-weight: 400;
}
#voiceplans .price {
	font-size: 55px;
	color: #1F7898;
	margin-top: 60px;
}
#voiceplans sup {
	top: -.3em;
}
#voiceplans .price small {
	color: #7B7B7B;
	display: block;
	font-size: 20px;
}
#voicehighlight {
	background: #F0F0F0;
	padding-top: 30px;
	padding-bottom: 30px;
	border-top: 1px solid #E2E2E2;
	border-bottom: 1px solid #E2E2E2;
}
#voicehighlight h2.intro {
	border-bottom: 1px solid #DBDBDB;
	padding-top: 20px;
}
#voicehighlight p {
	margin-top:20px;
}
#voicehighlight .fa {
	padding-right:10px;
	color:#2F942F;
}
#voicetables {
	background: #FFFFFF;
	padding-top: 30px;
	padding-bottom: 50px;
}
#voicetables h3 {
	margin-top:40px;
}
#voicetables .fa {
	color:#2F942F;
}
#voicetables table {
	border: 1px solid #ddd;
}
#voicetables table th, #voicetables table td {
	font-size: 12px;
	vertical-align: baseline;
}
#voicetables table th.center {
	text-align:center;
}
#voicetables table td.center {
	text-align:center;
}
/*Reseller Hosting */
#resellerhighlight {
	background: #F0F0F0;
	padding-top: 30px;
	padding-bottom: 30px;
	border-top: 1px solid #E2E2E2;
	border-bottom: 1px solid #E2E2E2;
}
#resellerhighlight h2.intro {
	border-bottom: 1px solid #DBDBDB;
	padding-top: 20px;
}
#resellerhighlight p {
	margin-top:20px;
}
#resellerhighlight .fa {
	padding-right:10px;
	color:#2F942F;
}
/*Promotions*/
#promotions {
	background: #FFFFFF;
	padding-bottom: 50px;
	padding-top: 50px;
}
#promotions .fa {
	padding-right:0px;
}
#promotions .box {
	margin-top:30px;
}
#promotions .box > .icon {
	text-align: center;
	position: relative;
}
#promotions .box > .icon > .image {
	position: relative;
	z-index: 2;
	margin: auto;
	width: 88px;
	height: 88px;
	border: 8px solid white;
	line-height: 88px;
	border-radius: 50%;
	background:#545454;
	vertical-align: middle;
}
#promotions .box > .icon:hover > .image {
	background: #929292;
}
#promotions .box > .icon > .image > i {
	font-size: 36px !important;
	color: #FFFFFF !important;
}
#promotions .box > .icon:hover > .image > i {
	color: white !important;
}
#promotions .box > .icon > .info {
	margin-top: -24px;
	background: rgba(0, 0, 0, 0.04);
	border: 1px solid #e0e0e0;
	padding: 15px 0 10px 0;
}
#promotions .box > .icon:hover > .info {
	background: rgba(0, 0, 0, 0.04);
	border-color: #e0e0e0;
	color: white;
}
#promotions .box > .icon > .info > h3.title {
	font-size: 16px;
	color: #222;
	font-weight: 500;
}
#promotions .box > .icon > .info > p {
	font-size: 13px;
	color: #666;
	line-height: 1.5em;
	margin: 20px;
}
#promotions .box .space {
	height: 30px;
}
/*Portfolio*/
#portfolio {
	background: #FFFFFF;
	padding-top: 50px;
	padding-bottom: 35px;
}
#portfolio p.caption {
	padding-top:10px;
}
#portfolio .panel-default {
	margin-top: 30px;
}
#portfolio .panel-image img.panel-image-preview {
	width: 100%;
	border-radius: 4px 4px 0px 0px;
}
 #portfolio .panel-heading ~ .panel-image img.panel-image-preview {
 border-radius: 0px;
}
 #portfolio .panel-image ~ .panel-body, .panel-image.hide-panel-body ~ .panel-body {
 overflow: hidden;
 background:#F5F5F5;
 border-top: 1px solid #DDD;
}
#portfolio .panel-image ~ .panel-footer a {
 padding: 0px 10px;
 font-size: 1.3em;
 color: rgb(100, 100, 100);
}
 #portfolio .panel-image.hide-panel-body ~ .panel-body {
 height: 0px;
 padding: 0px;
}
/*Domains*/
#domainsintro {
	background: #FFFFFF;
	padding-top: 70px;
	padding-bottom: 50px;
}
#domainsintro .benefits .fa {
	color: #2F942F;
	font-size: 20px;
	vertical-align: text-bottom;
	padding-right: 12px;
}
#domainsintro .benefits p.light {
	font-size: 18px;
}
#domaincheck {
	background: #F0F0F0;
	padding-top: 30px;
	border-top: 1px solid #E2E2E2;
	border-bottom: 1px solid #E2E2E2;
}
#domaincheck h1, #domaincheck p {
	text-align:center;
	padding-bottom:20px
}
#domaincheck .fa {
	font-size:30px;
	color:#FFF;
	vertical-align:baseline;
	margin-top:8px;
	margin-bottom:8px
}
#domaincheck p {
	margin-top:30px;
	margin-bottom:30px
}
#domaincheck .input-group {
	padding-bottom:30px;
}
#domaincheck #domainsearch {
	font-size:27px;
	height:60px;
	padding-left:2px;
	border-left:0;
	color:#333;
	box-shadow:0 0
}
#domaincheck .domaincheckselect {
	-moz-appearance:none;
	text-indent:.01px;
	text-overflow:'';
	width:145px;
	height:60px;
	border-radius:0!Important;
	border:none;
	font-size:27px;
	-webkit-appearance:none;
	-webkit-border-radius:0;
	border-top:1px solid #ccc!Important;
	border-bottom:1px solid #ccc!Important;
	outline:0;
	box-shadow:0 0;
	background-image:url(../img/down-arrow.png);
	background-repeat:no-repeat;
	background-position-x:80%;
	background-position-y:55%;
	background-position:80% 55%
}
#domaincheck .domaincheckselect:hover {
	background-image:url(../img/down-arrow-hover.png);
}
#domaincheck #tlds {
	margin-left:auto;
	margin-right:auto
}
#domaincheck .table th, #domaincheck .table>tbody>tr>td, #domaincheck .table>tbody>tr>th, #domaincheck .table>tfoot>tr>td, #domaincheck .table>tfoot>tr>th, #domaincheck .table>thead>tr>td, .table td #domaincheck .table>thead>tr>th {
	border-top:none!Important
}
#domaincheck #partnerimage {
	max-height:25px;
	margin-left:auto;
	margin-right:auto
}
#domaincheck .form-control {
	-moz-appearance: none;
	-webkit-appearance: none;
	-webkit-border-radius: 0;
}
#domaincheck .form-control:focus {
	height:60px;
	border-radius:0!Important;
	border:none;
	font-size:27px;
	-webkit-appearance:none;
	-webkit-border-radius:0;
	border-top:1px solid #ccc!Important;
	border-bottom:1px solid #ccc!Important;
	border-color:#ccc;
	outline:0;
	box-shadow:0 0
}
#domaincheck .domainsearchprefix {
	text-align:center;
	font-size:27px;
	height:60px;
	border-right:0;
	padding-right:0;
	color:#6F6F6F
}
#domaincheck .btn-default[disabled] {
	background:#FFF;
	color:#6F6F6F!Important;
	cursor:pointer!Important;
	opacity:1!Important
}
#domaincheck .domainsearchdomainname {
	max-width:779px;
	border-right:0
}
#domaincheck .domainsearcharrow {
	color:#797C6F!Important
}
#domaincheck .domainsearchsubmit {
	font-size:23px;
	color:#fff;
	background:#1F7898;
	border:1px solid #1F7898;
	width:140px
}
#domaincheck .domainsearchsubmit:hover {
	background-color: #09A1BA;
	border-color: #09A1BA;
}
#domainfeatures {
	background: #FFFFFF;
	padding-bottom: 50px;
	padding-top: 50px;
}
#domainfeatures .fa {
	color:#2F942F
}
#domainextras {
	background: #FFFFFF;
	padding-top: 70px;
	padding-bottom: 70px;
}
#domainextras img {
	max-width:100px;
	margin-top:30px;
}
#domainpricing {
	background: #F0F0F0;
	padding-top: 30px;
	padding-bottom: 10px;
	border-top: 1px solid #E2E2E2;
	border-bottom: 1px solid #E2E2E2;
}
#domainpricing h3 {
	text-align: center;
	margin-top: 15px;
	margin-bottom: 20px;
}
#domainpricing .btn {
	min-width: 55px;
	border-radius: 5px;
	font-family: 'Lato', sans-serif;
}
/*Contact*/

#contact {
	background: #FFFFFF;
	padding-top: 50px;
	padding-bottom: 35px;
}
#contact h4 {
	padding-bottom: 10px;
}
#contact h5 {
	font-size:15px;
}
#contact h6 {
	padding-top: 5px;
}
#contact p {
	padding-bottom: 40px;
}
#contact p.light {
	padding-bottom: 10px;
}
#contact .fa {
	color: #1F7898
}
#contact .input-group {
	padding-bottom: 25px;
}
#contact .input-group-addon .fa {
	color: #FF5E5E;
	padding-right: 0px;
	font-size: 7px;
	vertical-align: middle;
}
#contact .thumbnail {
	padding:25px;
	background: #EFEFEF;
}
/* Partners */
#partners {
	background: #F0F0F0;
	padding-top: 25px;
	border-top: 1px solid #E2E2E2;
	border-bottom: 1px solid #E2E2E2;
	height: 75px;
}
#partners .carousel-control {
	width: 0%;
	color: #333;
	margin-right: -12px;
	margin-left: -12px;
}
#partners #partnerimage {
	max-height:25px;
	margin-left: auto;
	margin-right: auto;
}
/* Breadcrumbs */
#breadcrumbs {
	padding-top: 5px;
	padding-bottom: 5px;
	background: #4C4C4C;
	border-top: 1px solid #414040;
}
#breadcrumbs p {
	font-size: 11px;
	color: #CDCDC7;
	font-weight: 400;
	border-radius: 4px;
	margin: 0px;
	padding: 0px;
	margin-top: 8px;
	text-transform: uppercase;
}
#breadcrumbs a {
	color: #fff!Important;
	padding-right: 10px;
}
#breadcrumbs a:hover {
	text-decoration:none;
	color:#C7ECFF!Important;
}
#breadcrumbs .fa {
	padding-right: 10px;
	color: #FFFFFF;
}
#breadcrumbs #accepted-payment {
	font-size: 25px;
	color: #FFFFFF;
	margin-top: 3px;
}
/* Footer */
#footer {
	background: url(../img/background.png) no-repeat center top rgba(186, 186, 186, 0.31);
	border-top: 1px solid #414040;
	border-bottom: 1px solid #414040;
}
#footer .footeroverlay {
	background: rgba(0, 0, 0, 0.44);
}
#footer h4 {
	margin-top:25px;
	color: #FFFFFF;
	font-size: 20px;
	margin-bottom: 30px;
	font-weight: 300;
	padding-top: 5px;
}
#footer ul {
	margin-bottom:40px;
}
#footer a {
	color: #FFFFFF;
	margin-top: 5px;
	padding: 0px;
	font-size: 12px;
	font-weight: 400;
}
#footer a:hover {
	color:#E5E5E5;
	background:none;
}
#footer .fa {
	color:#FFFFFF;
}
#footer .nav>li>a:focus {
	background: none!Important;
}
/* Copyright */
#copyright {
	background: #4C4C4C;
	padding-top: 15px;
	padding-bottom: 15px;
}
#copyright #footer-logo {
	margin-top:2px;
	margin-bottom:0px;
}
#copyright #footer-logo:hover {
	opacity:0.7;
 transition: opacity .55s ease-in-out;
-moz-transition: opacity .55s ease-in-out;
-webkit-transition: opacity .55s ease-in-out;
}
#copyright p {
	font-size: 15px;
	color: #FFFFFF;
	font-weight: 400;
	border-radius: 4px;
}
#copyright a {
	color:#FFFFFF;
}
#copyright a:hover {
	color:#CCCCCC;
	text-decoration:none;
}
#copyright p.slogan {
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	color: #CDCDCD;
	text-transform: uppercase;
	text-align:right;
}
/* Sliders */
.carousel.fade {
	opacity: 1;
}
.carousel.fade .item {
 -moz-transition: opacity ease-in-out .7s;
 -o-transition: opacity ease-in-out .7s;
 -webkit-transition: opacity ease-in-out .7s;
 transition: opacity ease-in-out .7s;
	left: 0 !important;
	opacity: 0;
	top:0;
	position:absolute;
	width: 100%;
	display:block !important;
	z-index:1;
}
.carousel.fade .item:first-child {
	top:auto;
	position:relative;
}
.carousel.fade .item.active {
	opacity: 1;
 -moz-transition: opacity ease-in-out .7s;
 -o-transition: opacity ease-in-out .7s;
 -webkit-transition: opacity ease-in-out .7s;
 transition: opacity ease-in-out .7s;
	z-index:2;
}
#carousel .carousel-indicators .active {
	color: #FFFFFF;
}
#carousel .carousel-indicators li {
	text-indent: 0;
	padding-left: 0px;
	margin-left: 5px;
	margin-right: 5px;
	color: #FFFFFF;
	background-color: transparent;
	border-color: transparent;
	height: 28px;
	width: 32px;
}
#carousel .carousel-indicators li:after {
	font-family: FontAwesome;
	font-size: 20px;
	content: "\f111";
	color: #E4E4E4;
}
#carousel .carousel-indicators li.active:after {
	font-family: FontAwesome;
	font-size: 20px;
	content: "\f111";
	color: #FFFFFF;
}
.carousel-inner {
	-webkit-transform-style: preserve-3d;
}
/* Scroll-to-Top */
.scroll-top-wrapper {
	position: fixed;
	opacity: 0;
	visibility: hidden;
	overflow: hidden;
	text-align: center;
	z-index: 99999999;
	background-color: #1F7898;
	color: #eeeeee;
	width: 50px;
	height: 48px;
	line-height: 48px;
	right: 30px;
	bottom: 30px;
	padding-top: 2px;
	border-radius: 10px;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.scroll-top-wrapper:hover {
	background-color: #2CB0E1;
}
.scroll-top-wrapper.show {
	visibility:visible;
	cursor:pointer;
	opacity: 1.0;
}
.scroll-top-wrapper i.fa {
	line-height: inherit;
}
.scroll-top-wrapper .fa {
	padding-right: 0px;
	color: #FFFFFF;
}
/* WHMCS Masquerade */
#whmcsthemes .masquerade {
	margin-top: 20px;
	margin-bottom: 0px;
}
#whmcsthemes .masquerade .alert-danger {
	margin-bottom:0px;
}
#whmcsthemes .masquerade h4 {
	margin: 0px;
	font-weight: 400;
}
#whmcsthemes .masquerade .btn-default {
	margin-left: 20px;
	vertical-align: text-bottom;
}
/* WHMCS Overrides */
#whmcsthemes .dataTables_wrapper .dataTables_info {
	background-color: #1F7898!Important;
}
#whmcsthemes div.header-lined h1 {
	color: #4E626B;
}
#whmcsthemes .home-kb-search .form-control {
	background-color: #F8F8F8;
}
#whmcsthemes .domain-checker-container {
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#1C6783), to(#2C738A));
	background: -webkit-linear-gradient(top, #2C738A, #298AB2);
	background: -moz-linear-gradient(top, #2C738A, #298AB2);
	background: -ms-linear-gradient(top, #2C738A, #298AB2);
	background: -o-linear-gradient(top, #2C738A, #298AB2);
}
