/* Header */
#topbar {
	padding-top: 5px!Important;
	padding-bottom: 0px!Important;
	background: #E8E8E8;
	left: 0;
	z-index: 999!Important;
	width: 100%;
	height: 35px;
	border-bottom: 1px solid #DADADA;
	font-family: 'Roboto', sans-serif;
}
#topbar #webchat a:hover {
	color:#9A9A9A!Important
}
#topbar .social .fa {
	margin-left: 0px;
	vertical-align: middle;
	font-size: 14px!Important;
	color: #ABABAB!Important;
}
#topbar .social .fa:hover {
	color: #ffbd00!Important;
 transition: color .55s ease-in-out;
-moz-transition: color .55s ease-in-out;
-webkit-transition: color .55s ease-in-out;
}
#topbar .social a {
	margin-right: 0px!Important;
}
#topbar a.btn {
	color: #FFF!Important;
	font-weight:200;
}
#topbar a {
	color: #0e162b!Important;
	font-size: 11px;
	margin-top: 0px!Important;
	margin-bottom: 0px!Important;
	vertical-align: middle;
	margin-right: 15px;
}
#topbar a:hover, #topbar a:focus {
	text-decoration: none;
	color: #0e162b!Important;
}
#topbar a:hover .fa, #topbar a:focus .fa {
	color: #0e162b!Important;
}
#topbar .fa {
	color: #0e162b!Important;
	font-size: 14px;
	vertical-align: text-bottom;
	margin-left: 12px;
}
#topbar .clientmenulinks .fa {
	margin-left: 5px;
	padding-right: 5px;
	vertical-align: text-top;
}
/* Menu */
#menu {
	background: #FFFFFF;
	width: 100%;
	height: 135px;
	z-index: 9999;
}
#menu .navbar-default .navbar-toggle {
	background: #7B7B7B!Important;
	border-color: #6D6D6D;
}
#menu .navbar-default .navbar-toggle .icon-bar {
	background-color: #FFFFFF;
}
#menu .normal {
	margin-top: 10px;
	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: #0E162B;
	font-weight: 300;
	font-size: 12px;
	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: #FFF;
	background: #ffbd00;
}
#menu .container-fluid {
	padding-right: 0px;
	padding-left: 0px;
	margin-right: auto;
	margin-left: auto;
}
#menu .mainlogo {
	margin-top: 2px;
}
#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: 55px;
	margin-top: 10px;
	margin-bottom: 10px;
}
#menu .navbar-default .navbar-collapse, .navbar-default .navbar-form {
	padding-left: 0px;
	margin-top: 54px;
}
#menu .navbar-default {
	background: #FFFFFF;
	border: none!Important;
	z-index: 99999!Important;
}
#menu .navbar-default .navbar-nav>li>a {
	font-size: 16px;
	font-weight: 700;
	color: #0e162b;
	font-family: 'Roboto', sans-serif;
}
#menu .navbar-default .navbar-nav>li>a:hover {
	color: #818181;
}
#menu .nav>li>a {
	position: relative;
	display: block;
	margin-left: 15px;
	margin-right: 15px;
	padding: 10px!Important;
}
#menu .nav>li>a.last {
	margin-right: 0px!Important;
}
#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: #ffbd00;
	color: #FFFFFF;
}
#menu .navbar-default .navbar-nav>.active>a:hover {
	background-color: #669E33;
	color: #FFF;
}
#menu .navbar-default .navbar-nav>.active>a:focus {
	background-color: #669E33;
	color: #FFF;
}
#menu #menu-left {
	margin-left:0px!Important;
	padding-left:0px!Important;
}
#menu #menu-right {
	margin-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;
	-webkit-transition: all 0.0s ease-in;
	transition: all 0.0s ease-in;
	background: #FFFFFF!Important;
	border-bottom: 1px solid #DADADA;
}
/* Sub Banner */
#subbanner {
	background: #0e162b;
	font-family: 'Roboto', sans-serif;
}
#subbanner .container {
	background: url(../img/subbanner.png) right top no-repeat;
	height: 100%;
	padding-top: 35px;
	padding-bottom: 35px;
}
#subbanner h1 {
	color: #FFFFFF;
	margin: 0px;
	font-weight: 600;
	text-shadow: 3px 2px 3px #353535;
}
#subbanner p {
	color: #fff;
	margin-bottom: 0px;
	text-shadow: 3px 2px 3px #353535;
	font-weight: 300;
	float: left;
	font-size: 16px;
	margin-top: 20px;
}
#subbanner p span {
	color: #ffc900;
	font-size: 18px;
	font-weight:bold;
}
#subbanner h1 .fa {
	font-size: 45px;
	vertical-align: text-top;
	padding-right: 15px;
}
#subbanner p .fa {
	padding-right: 10px;
}
#subbanner a {
	color: #fff;
}
#subbanner a.call2ac {width:120px; float:left; color:#fff; text-align:center; font-size:18px; line-height:18px; background:#1dc10b; border-radius:3px; padding:16px 0; font-weight:bold; text-decoration:none; margin-top:0px;}

/* Breadcrumbs */
#breadcrumbs {
	background-color: #ffbd00;
	padding-top:0px;
	padding-bottom:0px;
	border-bottom: 1px solid #DADADA;
	font-family: 'Roboto', sans-serif;
}
#breadcrumbs .breadcrumb {
	padding: 8px 0px;
	list-style: none;
	background-color: inherit;
	border-radius:0px;
	margin-bottom: 0px;
	font-size: 12px;
}
.breadcrumb>li+li:before {
	color: #0e162b!Important;
}
#breadcrumbs a {
	color: #0e162b!Important;
	vertical-align: middle;
}
#breadcrumbs .fa {
	color: #0e162b;
}
/* Content Area */
#content {
	padding-top: 60px;
	padding-bottom: 60px;
	background-color: #FFF;
}
#content .contentbox {
	background:#FFF;
	padding-right: 30px;
}
#content h1 {
	font-weight: 300;
	margin-top: 0px;
	padding-bottom: 10px;
	border-bottom: 1px solid #F4F4F4;
	margin-bottom: 30px;
}
#content h4 {
	margin-top: 50px;
	margin-bottom: 10px;
	font-weight:300;
}
#content p {
	font-size: 14px;
	font-weight: 300;
	padding-top:10px;
	padding-bottom:10px;
}
#content .fa {
	color: #ffbd00;
}
#content h3.menu .fa {
	color: #ffbd00;
	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: #FFFFFF!Important;
	border: 0px;
	font-weight: 600;
	font-size: 18px;
	font-family: 'Roboto', sans-serif;
}
#content .list-group-item {
	background-color: #FFFFFF;
}
#content .list-group-item .fa {
	color: #ffbd00;
	width: 40px;
	text-align: center;
	font-size: 18px;
	margin-right: 0px;
	vertical-align:top;
}
#content .categoryoverview {
	border-top: none!Important;
	border-bottom: none!Important;
}
#content a.list-group-item:focus .fa, #content a.list-group-item:hover .fa {
 transition: color .25s ease-in-out;
 -moz-transition: color .25s ease-in-out;
 -webkit-transition: color .25s ease-in-out;
	color: #ffbd00;
}
#content a.list-group-item:focus, #content a.list-group-item:hover {
	text-decoration: none;
 transition: color .25s ease-in-out;
 -moz-transition: color .25s ease-in-out;
 -webkit-transition: color .25s ease-in-out;
	color: #000;
}
#content .list-group-item {
	position: relative;
	display: block;
	padding: 15px 0px;
	background-color: #FFFFFF;
	border-top: 1px solid #ECECEC;
	color: #6D6D6D;
	font-size: 12px;
	font-family: 'Roboto', sans-serif;
	text-transform: uppercase;
	border-left: 0px;
	border-right: 0px;
	border-bottom: 0px;
	font-weight: 400;
}
#content .list-group-item:last-child {
	border-bottom: 1px solid #ECECEC;
	margin-bottom: 50px;
}
#content .list-group {
	margin-bottom: 25px;
}
#content .table {
	border:1px solid #DADADA;
	margin-bottom: 0px;
}
#content .table th {
	padding: 15px;
	background: #6D6D6D;
	text-align: center;
	color: #FFFFFF;
	font-size: 14px;
	text-transform: uppercase;
	border: 1px solid #6D6D6D;
}
#content .table td {
	padding: 15px;
	background: #E8E8E8;
	border-color: #DADADA;
	text-align: center;
	font-weight: 400;
	width: 33%;
}
#textboxes {
	padding-top:60px;
	padding-bottom:60px;
}
#textboxes p {
	margin-top:30px;
	margin-bottom:20px;
	font-weight:300;
	font-size: 14px;
}
#textboxes .fa {
	color:#ffbd00;
}
#textboxes .btn .fa {
	color:#FFF;
}
#textboxes h3 {
	margin-bottom: 30px;
}
/*Web Hosting */
#webhostingintro {
	background: #fff;
	padding-top: 60px;
	padding-bottom: 60px;
	font-family: 'Roboto', sans-serif;
}
#webhostingintro h2 {
	padding-bottom:10px;
	font-weight:300;
	margin-top: 0px;
}
#webhostingintro h4 {
	text-align:left;
	border-bottom: 1px solid #0e162b;
	padding-bottom:10px;
	font-weight:600;
	color: #0E162B;
}
#webhostingintro p {
	text-align:left;
	font-weight:300;
	margin-top:15px;
	color:#0e162b;
}
#webhostingintro .row {
	margin-top: 0px;
}
#webhostingintro .fa {
	color: #0e162b;
	font-size: 40px;
	padding-right: 20px;
	vertical-align:middle;
}
#webhostingintro p .fa {
	color: #0e162b;
	font-size: 24px;
	padding-right: 20px;
	vertical-align:middle;
}
#webhosting {
	background: #F1F1F1;
	padding-top: 60px;
	padding-bottom: 40px;
	font-family: 'Roboto', sans-serif;
	border-top: 1px solid #DADADA;
	border-bottom: 1px solid #DADADA;
}
#webhosting h2.intro {
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #E0E0E0;
}
#webhosting .panel-title {
	font-size: 30px;
	font-weight: 900;
	font-family: 'Roboto', sans-serif;
}
#webhosting .panel-heading {
	color: #fff;
	background-color: #0E162B;
	border: none;
	padding: 20px;
	border-radius: 0px;
	border-top: 1px solid #E6E6E6;
	border-left: 1px solid #E6E6E6;
	border-right: 1px solid #E6E6E6;
}
#webhosting .table {
	margin-bottom:0px;
	border-left: 1px solid #E6E6E6;
	border-right: 1px solid #E6E6E6;
}
#webhosting .table tr {
	background:#FFF;
}
#webhosting .panel {
	text-align: center;
	border-radius: 0px;
	margin-bottom: 0px;
	background: #F3F3F3;
	box-shadow: none;
	margin-bottom: 20px;
}
#webhosting .panel-body {
	padding: 0px;
	text-align: center;
}
#webhosting .table>tbody>tr>td {
	border-top: 1px solid #F3F3F3;
}
#webhosting .the-price {
	background-color: #ffbd00;
	box-shadow: none;
	padding: 20px;
	margin: 0;
	color: #FFF;
	border-left: 1px solid #E6E6E6;
	border-right: 1px solid #E6E6E6;
}
#webhosting .panel-title {
	font-size: 30px;
	font-weight: 900;
	font-family: 'Roboto', sans-serif;
}
#webhosting .the-price h1 {
	line-height: 1em;
	padding: 0;
	margin: 0;
	color: #fff;
	font-weight: 600;
	font-family: 'Roboto', sans-serif;
	font-size: 40px;
}
#webhosting .subscript {
	font-size: 25px;
}
#webhosting img {
	vertical-align: text-top;
	padding: 2px;
}
#webhosting .panel-footer {
	background-color: #0E162B;
	border-top: none;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
	color: #fff;
	font-size:20px;
	font-weight:700;
	font-family: 'Roboto', sans-serif;
	padding: 20px;
	border: 1px solid #E6E6E6;
}
#webhosting .panel-footer:hover {
	background:#ffbd00;
	color:#fff;
}
#webhosting a:hover {
	text-decoration:none;
}
#webhosting .panel-footer .btn {
	text-transform: uppercase;
	font-weight: 700;
}
/*Hosting Features */
#hostingfeatures {
	background: #F1F1F1;
	padding-top: 60px;
	padding-bottom: 60px;
	font-family: 'Roboto', sans-serif;
	border-top: 1px solid #DADADA;
	border-bottom: 1px solid #DADADA;
}
#hostingfeatures .featured {
	padding: 20px 0;
	text-align: center;
}
#hostingfeatures img {
	padding:25px
}
#hostingfeatures .featured > div > div {
	padding: 10px;
	border: 1px solid transparent;
	border-radius: 4px;
	transition: 0.2s;
}
#hostingfeatures .featured > div > div.ssl {
	background:#ffbd00;
}
#hostingfeatures .col-md-4 {
	margin-top: 30px;
}
#hostingfeatures .featured > div:hover > div {
	margin-top: -10px;
	border: 1px solid #DADADA;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 5px 5px 2px;
	background: #E8E8E8;
	transition: 0.5s;
}
#hostingfeatures h2, #hostingfeatures h4 {
	text-align:center;
}
#hostingfeatures p {
	padding-top:10px;
	padding-bottom:10px;
	border-top:1px solid #EAEAEA;
	border-bottom:1px solid #EAEAEA;
	margin-top:20px;
	margin-bottom:20px;
}
#hostingfeatures p.ssl {
	padding-top:10px;
	padding-bottom:0px;
	border-top:1px solid #EAEAEA;
	border-bottom:0px solid #EAEAEA;
	margin-top:20px;
	margin-bottom:20px;
}
#hostingfeatures p.ssl-price {
	padding-top:10px;
	padding-bottom:10px;
	border-top:0px solid #EAEAEA;
	border-bottom:0px solid #EAEAEA;
	margin-top:20px;
	margin-bottom:20px;
	color:#fff;
	background:#0e162b;
	font-size:24px;
	font-weight:bold;
	font-style:italic;
}
#hostingfeatures .btn {
	text-transform:uppercase;
	font-weight:600;
}
#hostinghighlight {
	padding-top: 60px;
	padding-bottom: 60px;
	font-family: 'Roboto', sans-serif;
}
#hostinghighlight h2.intro {
	border-bottom: 1px solid #DBDBDB;
	padding-top: 20px;
}
#hostinghighlight p {
	margin-top: 30px;
	margin-bottom: 30px;
	font-size: 17px;
}
#hostinghighlight .fa {
	padding-right:10px;
	color:#ffbd00;
}
/* Home Page SSL Certificates */
#homepagesslcerts {
	background: #F1F1F1;
	padding-top: 60px;
	padding-bottom: 40px;
	font-family: 'Roboto', sans-serif;
	border-top: 1px solid #DADADA;
	border-bottom: 1px solid #DADADA;
}
#homepagesslcerts h2 {
	margin-top:0px;
}
#homepagesslcerts .btn-lg {
	margin-top:10px;
}
#homepagesslcerts .sslcertboxes {
	margin-top:40px;
}
#homepagesslcerts .panel-heading {
	color: #fff;
	background-color: #FFF;
	border: none;
	padding: 20px;
	border-radius: 0px;
	border-top: 1px solid #E6E6E6;
	border-left: 1px solid #E6E6E6;
	border-right: 1px solid #E6E6E6;
}
#homepagesslcerts .table {
	margin-bottom:0px;
	border-left: 1px solid #E6E6E6;
	border-right: 1px solid #E6E6E6;
}
#homepagesslcerts .table tr {
	background:#FFF;
}
#homepagesslcerts .panel {
	text-align: center;
	border-radius: 0px;
	margin-bottom: 0px;
	background: #F3F3F3;
	box-shadow: none;
	margin-bottom: 20px;
}
#homepagesslcerts .panel-body {
	padding: 0px;
	text-align: center;
}
#homepagesslcerts .table>tbody>tr>td {
	border-top: 1px solid #F3F3F3;
}
#homepagesslcerts .the-price {
	background-color: #ffbd00;
	box-shadow: none;
	padding: 20px;
	margin: 0;
	color: #FFF;
	border-left: 1px solid #E6E6E6;
	border-right: 1px solid #E6E6E6;
}
#homepagesslcerts .panel-title {
	font-size: 30px;
	font-weight: 900;
	font-family: 'Roboto', sans-serif;
}
#homepagesslcerts .the-price h1 {
	line-height: 1em;
	padding: 0;
	margin: 0;
	color: #fff;
	font-weight: 600;
	font-family: 'Roboto', sans-serif;
	font-size: 40px;
}
#homepagesslcerts .subscript {
	font-size: 25px;
}
#homepagesslcerts img {
	vertical-align: text-top;
	padding: 2px;
}
#homepagesslcerts .panel-footer {
	background-color: #0E162B;
	border-top: none;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
	color: #fff;
	font-size:20px;
	font-weight:700;
	font-family: 'Roboto', sans-serif;
	padding: 20px;
	border: 1px solid #E6E6E6;
}
#homepagesslcerts .panel-footer:hover {
	background:#ffbd00;
	color:#fff;
}
#homepagesslcerts a:hover {
	text-decoration:none;
}
#homepagesslcerts .panel-footer .btn {
	text-transform: uppercase;
	font-weight: 700;
}
/*Features*/
#features {
	background: #fff;
	padding-top: 20px;
	padding-bottom: 60px;
	font-family: 'Roboto', sans-serif;
}
#features h4 {
	text-align: left;
	border-bottom: 1px solid #F5F5F5;
	padding-bottom: 10px;
	display: flex;
	margin-top: 60px;
	color: #6D6D6D;
}
#features p {
	text-align:left;
	font-weight:300;
	margin-top:15px;
}
#features .fa {
	color: #ffbd00;
	font-size: 40px;
	padding-right: 20px;
}
/*Key Points */
#keypoints {
	background: #fff;
	padding-top: 60px;
	padding-bottom: 60px;
	font-family: 'Roboto', sans-serif;
}
#keypoints h2, #keypoints h4 {
	text-align: center;
}
#keypoints .fa {
	padding-right:0px;
}
#keypoints .btn .fa {
	margin-right: 5px;
	margin-left: 2px;
}
#keypoints img {
	margin-top:70px;
}
#keypoints .feature-items {
	padding: 20px 10px;
	clear: both;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear;
}
#keypoints .feature-items .features-icon, #keypoints .feature-item .features-icon {
	display: inline-block;
	font-size: 30px;
	width: 60px;
	height: 60px;
	line-height: 58px;
	text-align: center;
	position: relative;
	z-index: 1;
	color: #ffbd00;
	overflow: hidden;
	border: 2px solid #FFFFFF;
	border-radius: 15%;
	box-shadow: 0 0 0 2px #ffbd00;
	margin-bottom: 10px;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear;
}
#keypoints .feature-items:hover .features-icon, #keypoints .feature-item:hover .features-icon {
	color: #ffffff;
	background: #ffbd00;
}
#keypoints .feature-items h5 {
	font-size: 22px;
	margin-bottom: 10px;
	font-weight:400;
}
#keypoints .features-left, #keypoints .features-right {
	margin-top: 20px;
}
/*Voice Servers */


#voiceintro {
	background: #fff;
	padding-top: 60px;
	padding-bottom: 60px;
	font-family: 'Roboto', sans-serif;
}
#voiceintro h2 {
	padding-bottom:10px;
	font-weight:300;
	margin-top: 0px;
}
#voiceintro h4 {
	text-align:left;
	border-bottom: 1px solid #F5F5F5;
	padding-bottom:10px;
	font-weight:600;
	color: #0E162B;
}
#voiceintro p {
	text-align:left;
	font-weight:300;
	margin-top:15px;
}
#voiceintro .row {
	margin-top: 50px;
}
#voiceintro .fa {
	color: #ffbd00;
	font-size: 40px;
	padding-right: 20px;
	vertical-align:middle;
}
#voiceservers {
	background: #F1F1F1;
	padding-top: 60px;
	padding-bottom: 40px;
	font-family: 'Roboto', sans-serif;
	border-top: 1px solid #DADADA;
	border-bottom: 1px solid #DADADA;
}
#voiceservers {
	background: #F1F1F1;
	padding-top: 60px;
	padding-bottom: 40px;
	font-family: 'Roboto', sans-serif;
	border-top: 1px solid #DADADA;
	border-bottom: 1px solid #DADADA;
}
#voiceservers img {
	margin-left:auto!Important;
	margin-right:auto!Important;
}
#voiceservers h2.intro {
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #E0E0E0;
}
#voiceservers .panel-title {
	font-size: 30px;
	font-weight: 900;
	font-family: 'Roboto', sans-serif;
}
#voiceservers .panel-heading {
	color: #fff;
	background-color: #0E162B;
	border: none;
	padding: 20px;
	border-radius: 0px;
	border-top: 1px solid #E6E6E6;
	border-left: 1px solid #E6E6E6;
	border-right: 1px solid #E6E6E6;
}
#voiceservers .table {
	margin-bottom:0px;
	border-left: 1px solid #E6E6E6;
	border-right: 1px solid #E6E6E6;
}
#voiceservers .table tr {
	background:#FFF;
}
#voiceservers .panel {
	text-align: center;
	border-radius: 0px;
	margin-bottom: 0px;
	background: #F3F3F3;
	box-shadow: none;
	margin-bottom: 20px;
}
#voiceservers .panel-body {
	padding: 0px;
	text-align: center;
}
#voiceservers .table>tbody>tr>td {
	border-top: 1px solid #F3F3F3;
}
#voiceservers .the-price {
	background-color: #ffbd00;
	box-shadow: none;
	padding: 20px;
	margin: 0;
	color: #FFF;
	border-left: 1px solid #E6E6E6;
	border-right: 1px solid #E6E6E6;
}
#voiceservers .panel-title {
	font-size: 30px;
	font-weight: 900;
	font-family: 'Roboto', sans-serif;
}
#voiceservers .the-price h1 {
	line-height: 1em;
	padding: 0;
	margin: 0;
	color: #fff;
	font-weight: 600;
	font-family: 'Roboto', sans-serif;
	font-size: 40px;
}
#voiceservers .subscript {
	font-size: 25px;
}
#webhosting img {
	vertical-align: text-top;
	padding: 2px;
}
#voiceservers .panel-footer {
	background-color: #0E162B;
	border-top: none;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
	color: #fff;
	font-size:20px;
	font-weight:700;
	font-family: 'Roboto', sans-serif;
	padding: 20px;
	border: 1px solid #E6E6E6;
}
#voiceservers .panel-footer:hover {
	background:#ffbd00;
	color:#fff;
}
#voiceservers a:hover {
	text-decoration:none;
}
#voiceservers .panel-footer .btn {
	text-transform: uppercase;
	font-weight: 700;
}
#voiceservers .white {
	background:#FFFFFF;
}
#voicetables {
	background: #FFFFFF;
	padding-top: 60px;
	padding-bottom: 40px;
	font-family: 'Roboto', sans-serif;
}
#voicetables table {
	border: 1px solid #DADADA;
}
#voicetables .fa {
	color: #ffbd00;
}
#voicetables .table>tbody>tr>td {
	padding: 15px;
	font-weight: 400;
	vertical-align:middle;
}
#voicetables table tr {
	background: #F2F2F2;
}
#voicetables table tr:hover {
	background-color: #FFF!Important;
}
#voicetables table th {
	padding: 15px;
	background: #0E162B;
	color: #FFFFFF;
	font-size: 12px;
	text-transform: uppercase;
	border:1px solid #0E162B;
}
#voicetables table th.center {
	text-align:center;
}
#voicetables table td.center {
	text-align:center;
}
#voicetables .slotpricing {
	margin-top:30px;
}
/*Game Servers */
#gameserversintro {
	background: #fff;
	padding-top: 60px;
	padding-bottom: 60px;
	font-family: 'Roboto', sans-serif;
}
#gameserversintro h2 {
	padding-bottom:10px;
	font-weight:300;
	margin-top: 0px;
}
#gameserversintro h4 {
	text-align:left;
	border-bottom: 1px solid #F5F5F5;
	padding-bottom:10px;
	font-weight:600;
	color: #0E162B;
}
#gameserversintro p {
	text-align:left;
	font-weight:300;
	margin-top:15px;
}
#gameserversintro .row {
	margin-top: 50px;
}
#gameserversintro .fa {
	color: #ffbd00;
	font-size: 40px;
	padding-right: 20px;
	vertical-align:middle;
}
#gamehighlight {
	background: #FFF;
	font-family: 'Roboto', sans-serif;
	padding-top: 60px;
	padding-bottom: 60px;
}
#gamehighlight p {
	margin-top: 30px;
	margin-bottom: 30px;
	font-size:17px;
	;
}
#gamehighlight .fa {
	color:#ffbd00;
}
#gamehighlight .btn .fa {
	color:#FFF;
}
#gameservers {
	background: #F1F1F1;
	padding-top: 60px;
	padding-bottom: 40px;
	font-family: 'Roboto', sans-serif;
	border-top: 1px solid #DADADA;
	border-bottom: 1px solid #DADADA;
}
#gameservers {
	background: #F1F1F1;
	padding-top: 60px;
	padding-bottom: 40px;
	font-family: 'Roboto', sans-serif;
	border-top: 1px solid #DADADA;
	border-bottom: 1px solid #DADADA;
}
#gameservers h2.intro {
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #E0E0E0;
}
#gameservers .panel-title {
	font-weight: 900;
	font-family: 'Roboto', sans-serif;
}
#gameservers h3.panel-title {
	font-size: 15px;
}
#gameservers .panel-heading {
	color: #fff;
	background-color: #0E162B;
	border: none;
	padding: 20px;
	border-radius: 0px;
	border-top: 1px solid #E6E6E6;
	border-left: 1px solid #E6E6E6;
	border-right: 1px solid #E6E6E6;
}
#gameservers img {
	margin-left:auto;
	margin-right:auto;
}
#gameservers .table {
	margin-bottom:0px;
	border-left: 1px solid #E6E6E6;
	border-right: 1px solid #E6E6E6;
}
#gameservers .table tr {
	background:#FFF;
}
#gameservers .panel {
	text-align: center;
	border-radius: 0px;
	margin-bottom: 0px;
	background: #F3F3F3;
	box-shadow: none;
	margin-bottom: 20px;
}
#gameservers .panel-body {
	padding: 0px;
	text-align: center;
}
#gameservers .table>tbody>tr>td {
	border-top: 1px solid #F3F3F3;
}
#gameservers .the-price {
	background-color: #ffbd00;
	box-shadow: none;
	padding: 20px;
	margin: 0;
	color: #FFF;
	border-left: 1px solid #E6E6E6;
	border-right: 1px solid #E6E6E6;
	padding-top: 5px;
	padding-bottom: 10px;
}
#gameservers .panel-title {
	font-size: 30px;
	font-weight: 900;
	font-family: 'Roboto', sans-serif;
}
#gameservers .the-price h1 {
	line-height: 1em;
	padding: 0;
	margin: 0;
	color: #fff;
	font-weight: 600;
	font-family: 'Roboto', sans-serif;
	font-size: 40px;
}
#gameservers .subscript {
	font-size: 25px;
}
#gameservers .panel-footer {
	background-color: #0E162B;
	border-top: none;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
	color: #fff;
	font-size:15px;
	font-weight:700;
	font-family: 'Roboto', sans-serif;
	padding: 20px;
	border: 1px solid #E6E6E6;
}
#gameservers .panel-footer:hover {
	background:#ffbd00;
	color:#fff;
}
#gameservers a:hover {
	text-decoration:none;
}
#gameservers .panel-footer .btn {
	text-transform: uppercase;
	font-weight: 700;
}
#gameservers .white {
	background:#FFFFFF;
}
#gameservers .bulk {
	font-size: 12px;
	margin-top: 15px;
	border-top: 1px solid #F3F3F3;
	border-bottom: 1px solid #F3F3F3;
	padding-top: 5px;
	padding-bottom: 5px;
	text-transform:uppercase;
}
#gameservers .bulk .fa {
	color: #ffbd00;
}
#gameservers .bulk a {
	color:#333;
}
#gameservers .bulk a:hover {
	color:#ffbd00;
}
#gametables {
	background: #FFFFFF;
	padding-top: 60px;
	padding-bottom: 40px;
	font-family: 'Roboto', sans-serif;
}
#gametables table {
	border: 1px solid #DADADA;
}
#gametables .fa {
	color: #ffbd00;
}
#gametables .table>tbody>tr>td {
	padding: 15px;
	font-weight: 400;
	vertical-align:middle;
}
#gametables table tr {
	background: #F2F2F2;
}
#gametables table tr:hover {
	background-color: #FFF!Important;
}
#gametables table th {
	padding: 15px;
	background: #0E162B;
	color: #FFFFFF;
	font-size: 12px;
	text-transform: uppercase;
	border:1px solid #0E162B;
}
#gametables table th.center {
	text-align:center;
}
#gametables table td.center {
	text-align:center;
}
#gametables .slotpricing {
	margin-top:30px;
}
/*Reseller Hosting */

#resellerintro {
	background: #fff;
	padding-top: 60px;
	padding-bottom: 60px;
	font-family: 'Roboto', sans-serif;
}
#resellerintro h2 {
	padding-bottom:10px;
	font-weight:300;
	margin-top: 0px;
}
#resellerintro h4 {
	text-align:left;
	border-bottom: 1px solid #F5F5F5;
	padding-bottom:10px;
	font-weight:600;
	color: #0E162B;
}
#resellerintro p {
	text-align:left;
	font-weight:300;
	margin-top:15px;
}
#resellerintro .row {
	margin-top: 50px;
}
#resellerintro .fa {
	color: #ffbd00;
	font-size: 40px;
	padding-right: 20px;
	vertical-align:middle;
}
#resellerplans {
	background: #F1F1F1;
	padding-top: 60px;
	padding-bottom: 40px;
	font-family: 'Roboto', sans-serif;
	border-top: 1px solid #DADADA;
	border-bottom: 1px solid #DADADA;
}
#resellerplans h2.intro {
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #E0E0E0;
}
#resellerplans .panel-title {
	font-size: 30px;
	font-weight: 900;
	font-family: 'Roboto', sans-serif;
}
#resellerplans .panel-heading {
	color: #fff;
	background-color: #0E162B;
	border: none;
	padding: 20px;
	border-radius: 0px;
	border-top: 1px solid #E6E6E6;
	border-left: 1px solid #E6E6E6;
	border-right: 1px solid #E6E6E6;
}
#resellerplans .table {
	margin-bottom:0px;
	border-left: 1px solid #E6E6E6;
	border-right: 1px solid #E6E6E6;
}
#resellerplans .table tr {
	background:#FFF;
}
#resellerplans .panel {
	text-align: center;
	border-radius: 0px;
	margin-bottom: 0px;
	background: #F3F3F3;
	box-shadow: none;
	margin-bottom: 20px;
}
#resellerplans .panel-body {
	padding: 0px;
	text-align: center;
}
#resellerplans .table>tbody>tr>td {
	border-top: 1px solid #F3F3F3;
}
#resellerplans .the-price {
	background-color: #ffbd00;
	box-shadow: none;
	padding: 20px;
	margin: 0;
	color: #FFF;
	border-left: 1px solid #E6E6E6;
	border-right: 1px solid #E6E6E6;
}
#resellerplans .panel-title {
	font-size: 30px;
	font-weight: 900;
	font-family: 'Roboto', sans-serif;
}
#resellerplans .the-price h1 {
	line-height: 1em;
	padding: 0;
	margin: 0;
	color: #fff;
	font-weight: 600;
	font-family: 'Roboto', sans-serif;
	font-size: 40px;
}
#resellerplans .subscript {
	font-size: 25px;
}
#resellerplans img {
	vertical-align: text-top;
	padding: 2px;
}
#resellerplans .panel-footer {
	background-color: #0E162B;
	border-top: none;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
	color: #fff;
	font-size:20px;
	font-weight:700;
	font-family: 'Roboto', sans-serif;
	padding: 20px;
	border: 1px solid #E6E6E6;
}
#resellerplans .panel-footer:hover {
	background:#ffbd00;
	color:#fff;
}
#resellerplans a:hover {
	text-decoration:none;
}
#resellerplans .panel-footer .btn {
	text-transform: uppercase;
	font-weight: 700;
}
#resellerhighlight {
	background: #FFFFFF;
	padding-top: 60px;
	padding-bottom: 60px;
	font-family: 'Roboto', sans-serif;
}
#resellerhighlight p {
	margin-top: 30px;
	margin-bottom: 30px;
	font-size: 17px;
}
#resellerhighlight p.button {
	margin-top: 30px;
	text-align:center;
}
#resellerhighlight .fa {
	padding-right:10px;
	color:#ffbd00;
}
#resellerhighlight .btn .fa {
	color:#FFF;
}
/* Dedicated Servers*/
#dedicatedintro {
	background: #fff;
	padding-top: 60px;
	padding-bottom: 60px;
	font-family: 'Roboto', sans-serif;
}
#dedicatedintro h2 {
	padding-bottom:10px;
	font-weight:300;
	margin-top: 0px;
}
#dedicatedintro h4 {
	text-align:left;
	border-bottom: 1px solid #F5F5F5;
	padding-bottom:10px;
	font-weight:600;
	color: #0E162B;
}
#dedicatedintro p {
	text-align:left;
	font-weight:300;
	margin-top:15px;
}
#dedicatedintro .row {
	margin-top: 50px;
}
#dedicatedintro .fa {
	color: #ffbd00;
	font-size: 40px;
	padding-right: 20px;
	vertical-align:middle;
}
#dedicatedservers {
	background: #F1F1F1;
	padding-top: 60px;
	padding-bottom: 40px;
	font-family: 'Roboto', sans-serif;
	border-top: 1px solid #DADADA;
	border-bottom: 1px solid #DADADA;
}
#dedicatedservers {
	background: #F1F1F1;
	padding-top: 60px;
	padding-bottom: 40px;
	font-family: 'Roboto', sans-serif;
	border-top: 1px solid #DADADA;
	border-bottom: 1px solid #DADADA;
}
#dedicatedservers h2.intro {
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #E0E0E0;
}
#dedicatedservers .panel-title {
	font-size: 30px;
	font-weight: 900;
	font-family: 'Roboto', sans-serif;
}
#dedicatedservers .panel-heading {
	color: #fff;
	background-color: #0E162B;
	border: none;
	padding: 20px;
	border-radius: 0px;
	border-top: 1px solid #E6E6E6;
	border-left: 1px solid #E6E6E6;
	border-right: 1px solid #E6E6E6;
}
#dedicatedservers .table {
	margin-bottom:0px;
	border-left: 1px solid #E6E6E6;
	border-right: 1px solid #E6E6E6;
}
#dedicatedservers .table tr {
	background:#FFF;
}
#dedicatedservers .panel {
	text-align: center;
	border-radius: 0px;
	margin-bottom: 0px;
	background: #F3F3F3;
	box-shadow: none;
	margin-bottom: 20px;
}
#dedicatedservers .panel-body {
	padding: 0px;
	text-align: center;
}
#dedicatedservers .table>tbody>tr>td {
	border-top: 1px solid #F3F3F3;
}
#dedicatedservers .the-price {
	background-color: #ffbd00;
	box-shadow: none;
	padding: 20px;
	margin: 0;
	color: #FFF;
	border-left: 1px solid #E6E6E6;
	border-right: 1px solid #E6E6E6;
}
#dedicatedservers .panel-title {
	font-size: 30px;
	font-weight: 900;
	font-family: 'Roboto', sans-serif;
}
#dedicatedservers .the-price h1 {
	line-height: 1em;
	padding: 0;
	margin: 0;
	color: #fff;
	font-weight: 600;
	font-family: 'Roboto', sans-serif;
	font-size: 40px;
}
#dedicatedservers .subscript {
	font-size: 25px;
}
#webhosting img {
	vertical-align: text-top;
	padding: 2px;
}
#dedicatedservers .panel-footer {
	background-color: #0E162B;
	border-top: none;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
	color: #fff;
	font-size:20px;
	font-weight:700;
	font-family: 'Roboto', sans-serif;
	padding: 20px;
	border: 1px solid #E6E6E6;
}
#dedicatedservers .panel-footer:hover {
	background:#ffbd00;
	color:#fff;
}
#dedicatedservers a:hover {
	text-decoration:none;
}
#dedicatedservers .panel-footer .btn {
	text-transform: uppercase;
	font-weight: 700;
}
#dedicatedservers .white {
	background:#FFFFFF;
}
#dedicatedtable {
	background: #FFFFFF;
	padding-top: 60px;
	padding-bottom: 20px;
	font-family: 'Roboto', sans-serif;
}
#dedicatedtable h3 {
	margin-top:40px;
}
#dedicatedtable .fa {
	color:#ffbd00;
}
#dedicatedtable .white {
	color:#FFFFFF;
}
#dedicatedtable a {
	text-transform:uppercase;
}
#dedicatedtable table {
	border: 1px solid #ddd;
}
#dedicatedtable .table>tbody>tr>td {
	padding: 15px;
	font-weight: 400;
	vertical-align:middle;
}
#dedicatedtable table tr {
	background: #F1F1F1;
}
#dedicatedtable table tr:hover {
	background-color: #FFF!Important;
}
#dedicatedtable table th {
	padding: 12px;
	background: #6D6D6D;
	border: 1px solid #6D6D6D;
	color: #FFFFFF;
	font-size: 14px;
	text-transform: uppercase;
}
#dedicatedtable table th:hover {
	background: #5F6868;
}
#dedicatedtable table th.center {
	text-align:center;
}
#dedicatedtable table td.center {
	text-align:center;
}
#dedicatedfeatures {
	background: #fff;
	padding-top: 20px;
	padding-bottom: 60px;
	font-family: 'Roboto', sans-serif;
}
#dedicatedfeatures h3 {
	text-align:center;
	margin-top:20px;
	margin-bottom:40px;
}
#dedicatedfeatures .fa {
	color:#ffbd00;
}
#dedicatedfeatures h4 {
	margin-top: 20px;
	margin-bottom: 20px;
	padding-top: 15px;
	padding-bottom: 15px;
	border-top: 1px solid #F5F5F5;
	border-bottom: 1px solid #F5F5F5;
}
/*Services*/
#services {
	padding-top: 60px;
	padding-bottom: 60px;
	background-color: #FFF;
	font-family: 'Roboto', sans-serif;
}
#services h3 {
	margin-top:40px;
}
#services .btnquote {
	margin-top:25px;
	margin-bottom:25px;
}
#services .fa {
	color:#ffbd00;
}
#services table {
	border: 1px solid #DADADA;
}
#services table th.center {
	text-align:center;
}
#services table th {
	padding: 15px;
	background: #6D6D6D;
	color: #FFFFFF;
	font-size: 14px;
	text-transform: uppercase;
}
#services table td.center {
	text-align: center;
	vertical-align: middle;
}
#services .table>tbody>tr>td {
	vertical-align: middle;
}
#services table tr {
	background-color: #F2F2F2;
}
#services table tr:hover {
	background-color: #FFF;
}
/*Domains*/
#domainsintro {
	background: #FFFFFF;
	padding-top: 50px;
	padding-bottom: 50px;
	font-family: 'Roboto', sans-serif;
}
#domainsintro .benefits .fa {
	color: #ffbd00;
	font-size: 20px;
	vertical-align: text-bottom;
	padding-right: 12px;
}
#domainsintro .benefits p.light {
	font-size: 18px;
}
#domaincheck {
	background: #F1F1F1;
	padding-top: 30px;
	border-top: 1px solid #DADADA;
	border-bottom: 1px solid #DADADA;
	font-family: 'Roboto', sans-serif;
}
#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 .btn-01 {
	font-size:16px;
}
#domaincheck .btn-01 .fa {
	font-size:16px;
}
#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:#0E162B
}
#domaincheck .btn-default[disabled] {
	background:#FFF;
	color:#0E162B!Important;
	cursor:pointer!Important;
	opacity:1!Important
}
#domaincheck .domainsearchdomainname {
	max-width:777px;
	border-right:0
}
#domaincheck .domainsearcharrow {
	color:#797C6F!Important
}
#domaincheck .domainsearchsubmit {
	font-size: 23px;
	color: #fff;
	background: #ffbd00;
	border: 1px solid #ffbd00;
	width: 140px;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
}
#domaincheck .domainsearchsubmit:hover {
	opacity: 0.9;
}
#domainfeatures {
	background: #FFFFFF;
	padding-top: 70px;
	padding-bottom: 50px;
	font-family: 'Roboto', sans-serif;
}
#domainfeatures .fa {
	color:#ffbd00
}
#domainextras {
	background: #FFFFFF;
	padding-top: 70px;
	padding-bottom: 70px;
}
#domainextras .fa {
	color:#ffbd00;
}
#domainextras img {
	max-width: 100px;
	margin-top: 50px;
	margin-bottom: 25px;
}
#domainpricing {
	background: #F1F1F1;
	padding-top: 30px;
	padding-bottom: 10px;
	border-top: 1px solid #DADADA;
	border-bottom: 1px solid #DADADA;
	font-family: 'Roboto', sans-serif;
}
#domainpricing {
	background: #F1F1F1;
	padding-top: 60px;
	padding-bottom: 40px;
	font-family: 'Roboto', sans-serif;
	border-top: 1px solid #DADADA;
	border-bottom: 1px solid #DADADA;
}
#domainpricing h2.intro {
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #E0E0E0;
}
#domainpricing .panel-heading {
	color: #fff;
	background-color: #0E162B;
	border: none;
	padding: 20px;
	border-radius: 0px;
}
#domainpricing .table {
	margin-bottom:0px;
}
#sslcerts .table tr {
	background:#FFF;
}
#domainpricing .panel {
	text-align: center;
	border-radius: 0px;
	margin-bottom: 0px;
	background: #F3F3F3;
	box-shadow: none;
	margin-bottom: 20px;
	border: 1px solid #DADADA;
}
#domainpricing .panel-body {
	padding: 0px;
	text-align: center;
}
#domainpricing .tldext {
	text-align: left!Important;
	padding-left: 15px!Important;
}
#domainpricing a {
	color: #324028;
	font-weight: 600;
}
#domainpricing a:hover {
	color: #ffbd00;
}
#domainpricing .table>tbody>tr>th {
	border-top: 1px solid #DADADA;
	text-align: center;
	background: rgb(108, 108, 108);
	border-top: 0px;
	color: #fff;
}
#domainpricing .table>tbody>tr>td {
	border-top: 1px solid #F3F3F3;
}
#domainpricing .the-price {
	background-color: #ffbd00;
	box-shadow: none;
	padding: 20px;
	margin: 0;
	color: #FFF;
	border-left: 1px solid #ffbd00;
	border-right: 1px solid #ffbd00;
}
#domainpricing h3 {
	color:#FFFFFF;
	margin-top:5px;
}
#domainpricing .panel-title {
	font-size: 30px;
	font-weight: 900;
	font-family: 'Roboto', sans-serif;
}
#domainpricing .the-price h1 {
	line-height: 1em;
	padding: 0;
	margin: 0;
	color: #fff;
	font-weight: 600;
	font-family: 'Roboto', sans-serif;
	font-size: 40px;
}
#domainpricing .subscript {
	font-size: 25px;
}
#domainpricing img {
	vertical-align: text-top;
	padding: 2px;
}
#domainpricing .panel-footer {
	background-color: #0E162B;
	border-top: none;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
	color: #fff;
	font-size:20px;
	font-weight:700;
	font-family: 'Roboto', sans-serif;
	padding: 20px;
	border: 1px solid #E6E6E6;
}
#domainpricing .panel-footer:hover {
	background:#ffbd00;
	color:#fff;
}
#domainpricing a:hover {
	text-decoration:none;
}
#domainpricing .panel-footer .btn {
	text-transform: uppercase;
	font-weight: 700;
}
/*Web Design*/
#webdesign {
	background: #FFFFFF;
	padding-top: 70px;
	padding-bottom: 50px;
	font-family: 'Roboto', sans-serif;
}
#webdesign .benefits .fa {
	color: #ffbd00;
	font-size: 20px;
	vertical-align: text-bottom;
	padding-right: 12px;
}
#webdesign .benefits p.light {
	font-size: 18px;
}
#webdesignplans {
	background: #F1F1F1;
	padding-top: 60px;
	padding-bottom: 40px;
	font-family: 'Roboto', sans-serif;
	border-top: 1px solid #DADADA;
	border-bottom: 1px solid #DADADA;
}
#webdesignplans h2.intro {
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #E0E0E0;
}
#webdesignplans .panel-heading {
	color: #fff;
	background-color: #0E162B;
	border: none;
	padding: 20px;
	border-radius: 0px;
	border-top: 1px solid #E6E6E6;
	border-left: 1px solid #E6E6E6;
	border-right: 1px solid #E6E6E6;
}
#webdesignplans .table {
	margin-bottom:0px;
	border-left: 1px solid #E6E6E6;
	border-right: 1px solid #E6E6E6;
}
#webdesignplans .table tr {
	background:#FFF;
}
#webdesignplans .panel {
	text-align: center;
	border-radius: 0px;
	margin-bottom: 0px;
	background: #F3F3F3;
	box-shadow: none;
	margin-bottom: 20px;
}
#webdesignplans .panel-body {
	padding: 0px;
	text-align: center;
}
#webdesignplans .table>tbody>tr>td {
	border-top: 1px solid #F3F3F3;
}
#webdesignplans .the-price {
	background-color: #ffbd00;
	box-shadow: none;
	padding: 20px;
	margin: 0;
	color: #FFF;
	border-left: 1px solid #E6E6E6;
	border-right: 1px solid #E6E6E6;
}
#webdesignplans .panel-title {
	font-size: 30px;
	font-weight: 900;
	font-family: 'Roboto', sans-serif;
}
#webdesignplans .the-price h1 {
	line-height: 1em;
	padding: 0;
	margin: 0;
	color: #fff;
	font-weight: 600;
	font-family: 'Roboto', sans-serif;
	font-size: 40px;
}
#webdesignplans .subscript {
	font-size: 25px;
}
#webdesignplans img {
	vertical-align: text-top;
	padding: 2px;
}
#webdesignplans .panel-footer {
	background-color: #0E162B;
	border-top: none;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
	color: #fff;
	font-size:20px;
	font-weight:700;
	font-family: 'Roboto', sans-serif;
	padding: 20px;
	border: 1px solid #E6E6E6;
}
#webdesignplans .panel-footer:hover {
	background:#ffbd00;
	color:#fff;
}
#webdesignplans a:hover {
	text-decoration:none;
}
#webdesignplans .panel-footer .btn {
	text-transform: uppercase;
	font-weight: 700;
}
#webdesignhighlight {
	background: #FFFFFF;
	padding-top: 35px;
	padding-bottom: 40px;
	font-family: 'Roboto', sans-serif;
}
#webdesignhighlight h2.intro {
	border-bottom: 1px solid #DBDBDB;
	padding-top: 20px;
}
#webdesignhighlight p {
	margin-top:20px;
}
#webdesignaddons {
	background: #F1F1F1;
	padding-top: 60px;
	padding-bottom: 60px;
	border-top: 1px solid #DADADA;
	border-bottom: 1px solid #DADADA;
	font-family: 'Roboto', sans-serif;
}
#webdesignaddons h2.intro {
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #E0E0E0;
}
#webdesignaddons .panel-heading {
	color: #fff;
	background-color: #FFF;
	border: none;
	padding: 20px;
	border-radius: 0px;
	border-top: 1px solid #E6E6E6;
	border-left: 1px solid #E6E6E6;
	border-right: 1px solid #E6E6E6;
}
#webdesignaddons .table {
	margin-bottom:0px;
	border-left: 1px solid #E6E6E6;
	border-right: 1px solid #E6E6E6;
}
#webdesignaddons .table tr {
	background:#FFF;
}
#webdesignaddons .panel {
	text-align: center;
	border-radius: 0px;
	margin-bottom: 0px;
	background: #F3F3F3;
	box-shadow: none;
	margin-top: 20px;
}
#webdesignaddons .panel-body {
	padding: 0px;
	text-align: center;
}
#webdesignaddons .table>tbody>tr>td {
	border-top: 1px solid #F3F3F3;
}
#webdesignaddons .the-price {
	background-color: #ffbd00;
	box-shadow: none;
	padding: 20px;
	margin: 0;
	color: #FFF;
	border-left: 1px solid #E6E6E6;
	border-right: 1px solid #E6E6E6;
}
#webdesignaddons .panel-title {
	font-size: 30px;
	font-weight: 900;
	font-family: 'Roboto', sans-serif;
}
#webdesignaddons .the-price h1 {
	line-height: 1em;
	padding: 0;
	margin: 0;
	color: #fff;
	font-weight: 600;
	font-family: 'Roboto', sans-serif;
	font-size: 40px;
}
#webdesignaddons .subscript {
	font-size: 25px;
}
#webdesignaddons img {
	vertical-align: text-top;
	padding: 2px;
	margin-left:auto;
	margin-right:auto;
}
#webdesignaddons .panel-footer {
	background-color: #0E162B;
	border-top: none;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
	color: #fff;
	font-size:20px;
	font-weight:700;
	font-family: 'Roboto', sans-serif;
	padding: 20px;
	border: 1px solid #E6E6E6;
}
#webdesignaddons .panel-footer:hover {
	background:#ffbd00;
	color:#fff;
}
#webdesignaddons a:hover {
	text-decoration:none;
}
#webdesignaddons .panel-footer .btn {
	text-transform: uppercase;
	font-weight: 700;
}
/*SSL Certificates*/
#sslcertsintro {
	background: #FFFFFF;
	padding-top: 70px;
	padding-bottom: 50px;
	font-family: 'Roboto', sans-serif;
}
#sslcertsintro .sslbenefits .fa {
	color: #ffbd00;
	font-size: 20px;
	vertical-align: text-bottom;
	padding-right: 12px;
}
#sslcertsintro .sslbenefits p.light {
	font-size: 18px;
}
#sslcerts {
	background: #F1F1F1;
	padding-top: 60px;
	padding-bottom: 40px;
	font-family: 'Roboto', sans-serif;
	border-top: 1px solid #DADADA;
	border-bottom: 1px solid #DADADA;
}
#sslcerts h2.intro {
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #E0E0E0;
}
#sslcerts .panel-heading {
	color: #fff;
	background-color: #FFF;
	border: none;
	padding: 20px;
	border-radius: 0px;
	border-top: 1px solid #E6E6E6;
	border-left: 1px solid #E6E6E6;
	border-right: 1px solid #E6E6E6;
}
#sslcerts .table {
	margin-bottom:0px;
	border-left: 1px solid #E6E6E6;
	border-right: 1px solid #E6E6E6;
}
#sslcerts .table tr {
	background:#FFF;
}
#sslcerts .panel {
	text-align: center;
	border-radius: 0px;
	margin-bottom: 0px;
	background: #F3F3F3;
	box-shadow: none;
	margin-bottom: 20px;
}
#sslcerts .panel-body {
	padding: 0px;
	text-align: center;
}
#sslcerts .table>tbody>tr>td {
	border-top: 1px solid #F3F3F3;
}
#sslcerts .the-price {
	background-color: #ffbd00;
	box-shadow: none;
	padding: 20px;
	margin: 0;
	color: #FFF;
	border-left: 1px solid #E6E6E6;
	border-right: 1px solid #E6E6E6;
}
#sslcerts .panel-title {
	font-size: 30px;
	font-weight: 900;
	font-family: 'Roboto', sans-serif;
}
#sslcerts .the-price h1 {
	line-height: 1em;
	padding: 0;
	margin: 0;
	color: #fff;
	font-weight: 600;
	font-family: 'Roboto', sans-serif;
	font-size: 40px;
}
#sslcerts .subscript {
	font-size: 25px;
}
#sslcerts img {
	vertical-align: text-top;
	padding: 2px;
}
#sslcerts .panel-footer {
	background-color: #0E162B;
	border-top: none;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
	color: #fff;
	font-size:20px;
	font-weight:700;
	font-family: 'Roboto', sans-serif;
	padding: 20px;
	border: 1px solid #E6E6E6;
}
#sslcerts .panel-footer:hover {
	background:#ffbd00;
	color:#fff;
}
#sslcerts a:hover {
	text-decoration:none;
}
#sslcerts .panel-footer .btn {
	text-transform: uppercase;
	font-weight: 700;
}
#evsslcerts {
	background: #F1F1F1;
	padding-top: 40px;
	padding-bottom: 20px;
	border-top: 1px solid #DADADA;
	border-bottom: 1px solid #DADADA;
	font-family: 'Roboto', sans-serif;
}
#evsslcerts h2.intro {
	border-bottom: 1px solid #DBDBDB;
	padding-top: 20px;
}
#evsslcerts p {
	margin-top:20px;
}
#evsslcerts table .fa {
	padding-right:10px;
	color:#ffbd00;
}
#evsslcerts .fa {
	padding-right:0px;
}
#evsslcerts .btn .fa {
	padding-right:10px;
}
#evsslcerts .evsslimg {
	margin-left: auto;
	margin-right: auto;
}
#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:#424242;
	vertical-align: middle;
}
#evsslcerts .box > .icon:hover > .image {
	background: #ffbd00;
}
#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;
}
#evsslcerts table {
	border: 1px solid #DADADA;
}
#evsslcerts .table>tbody>tr>td {
	vertical-align: middle;
}
#evsslcerts table tr {
	background-color: #FFF;
}
#evsslcerts table tr:hover {
	background-color: #EAEAEA;
}
/*Features*/
#sslfeatures {
	background: #fff;
	padding-top: 60px;
	padding-bottom: 60px;
	font-family: 'Roboto', sans-serif;
}
#sslfeatures h2 {
	padding-bottom:10px;
	font-weight:300;
	margin-top: 0px;
}
#sslfeatures h4 {
	text-align:left;
	border-bottom: 1px solid #F5F5F5;
	padding-bottom:10px;
	font-weight:600;
	color: #0E162B;
}
#sslfeatures p {
	text-align:left;
	font-weight:300;
	margin-top:15px;
}
#sslfeatures .row {
	margin-top: 50px;
}
#sslfeatures .fa {
	color: #ffbd00;
	font-size: 40px;
	padding-right: 20px;
	vertical-align:middle;
}
/*About Us*/

.aboutus .fa {
	color: #ffbd00!Important;
}
.aboutus .profile h4 {
	margin-top: 20px!Important;
	margin-bottom: 10px!Important;
}
.aboutus .profile p {
	margin-bottom: 0px!Important;
	margin-top: 0px!Important;
}
.aboutus .profile {
	margin-top: 25px;
	min-height: 230px;
}
.aboutus .well {
	background-color: #E8E8E8;
	border-color: #DADADA;
}
/*Contact*/

#contact {
	padding-top: 60px;
	padding-bottom: 60px;
	background-color: #FFF;
	font-family: 'Roboto', sans-serif;
}
#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: #ffbd00;
}
#contact .orange {
	color: #ffbd00!Important;
}
#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;
}
/*Portfolio*/
.portfolio {
	background: #FFFFFF;
	padding-top: 60px;
	padding-bottom: 45px;
}
.portfolio p.caption {
	padding-top:10px;
}
.portfolio .panel-default {
	margin-top: 30px;
	margin-bottom: 0px;
}
.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;
}
.portfolio .fa {
	color: #ffbd00!Important;
}
.portfolio .btn .fa {
	color: #FFFFFF!Important;
}
.portfolio .btn {
	margin-top: 10px;
	margin-bottom: 10px;
}
.portfolio h4 {
	margin-top: 15px!Important;
}
/*Promotions*/
#promotions {
	padding-top: 60px;
	padding-bottom: 60px;
	font-family: 'Roboto', sans-serif;
	background-color: #FFF;
}
#promotions .coupon {
	border-color: #DADADA;
	border-radius: 5px;
	font-weight: 300;
	margin-top: 30px;
	margin-bottom: 30px;
}
#promotions .coupon #head {
	background: #DCDCDC;
	border-bottom: 1px solid #D2D2D2;
}
#promotions .coupon #footer {
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}
#promotions .panel-body {
	background:#E8E8E8;
}
#promotions .panel-title h3 {
	margin-top: 5px;
	margin-bottom: 5px;
	text-align: center;
}
#promotions .panel-title h4 {
	margin-top: 7px!Important;
	margin-bottom: 0px!Important;
	text-align: right;
}
#promotions .panel-footer {
	background-color: #DCDCDC;
	border-top: 1px solid #D2D2D2;
	padding-top: 10px;
	padding-bottom: 13px;
}
#promotions .panel p {
	color:#000;
}
#promotions .coupon #title img {
	font-size: 30px;
	height: 40px;
	margin-top: 5px;
}
#promotions .coupon #title span {
	float: right;
	margin-top: 5px;
	font-weight: 700;
	text-transform: uppercase;
}
#promotions .coupon-img {
	width: 100%;
	margin-bottom: 15px;
	padding: 0;
	max-height: 200px;
}
#promotions .items {
	margin: 6px 0;
	padding-left: 20px;
}
#promotions .offer {
	background: #F9F9F9;
	border-radius: 5px;
	box-shadow: 0px 0px 1px 1px #E2E2E2;
	text-transform: uppercase;
	text-align: center;
}
#promotions .usd, #promotions .cents {
	font-size: 20px;
}
#promotions .number {
	font-size: 36px;
	font-weight: 700;
	color: #737373;
}
#promotions .discount {
	font-size: 20px;
}
#promotions .percentage {
	font-size: 25px;
}
#promotions sup {
	top: -15px;
}
#promotions .discount sup {
	top: 0px;
}
#promotions .coupon-code {
	color: #333333;
	font-size: 11px;
}
#promotions .exp {
	color: #f34235;
}
#promotions .order {
	font-size: 14px;
	float: right;
}
#promotions .btn .fa {
	padding-right:10px;
}
#promotions .btn {
	font-size:12px;
	margin-top:3px;
	text-transform:uppercase;
}
/* FAQ */

.faq .panel-default>.panel-heading a {
	color: #333;
	text-decoration:none;
}
.faq .panel-default>.panel-heading .fa {
	color: #ffbd00!Important;
}
.faq .panel-default>.panel-heading {
	background-color: #E8E8E8;
	border-color: #DADADA;
}
.faq .panel-title {
	font-size: 13px;
}
.faq .panel-default>.panel-heading+.panel-collapse>.panel-body {
	font-size: 13px;
	background: #F9F9F9;
}
.faq .glyphicon {
	vertical-align: baseline;
	font-size: 8px;
}
.faq h4.category {
	margin-top:20px!Important;
	margin-bottom:10px!Important;
	font-weight: 300!Important;
}
.faq p.category {
	margin-bottom:20px!Important;
	font-size:12px!Important;
}
.faq h4.panel-title {
	margin-top: 0px!Important;
	margin-bottom: 0px!Important;
	font-weight: 400;
}
/* Hosting Plans */
#hosting-plans {
	background: #F3F3F3;
	padding-top: 30px;
	padding-bottom: 60px;
	font-family: 'Roboto', sans-serif;
	border-top: 1px solid #DADADA;
	border-bottom: 1px solid #DADADA;
}
#hosting-plans .planbox {
	margin-top:30px;
}
#hosting-plans .panel-heading {
	color: #fff;
	background-color: #0E162B;
	border: none;
	padding: 20px;
	border-radius: 0px;
	border-left: 1px solid #E6E6E6;
	border-right: 1px solid #E6E6E6;
}
#hosting-plans .table {
	margin-bottom:0px;
	border-left: 1px solid #E6E6E6;
	border-right: 1px solid #E6E6E6;
}
#hosting-plans .table  .yes {
	color:#08a705;
}
#hosting-plans .table  .no {
	color:#e40a0a;
}
#hosting-plans .table tr {
	background:#FFF;
}
#hosting-plans .panel {
	text-align: center;
	border-radius: 0px;
	margin-bottom: 0px;
	background: #F3F3F3;
	box-shadow: none;
}
#hosting-plans .panel-body {
	padding: 0px;
	text-align: center;
}
#hosting-plans .table>tbody>tr>td {
	border-top: 1px solid #F3F3F3;
}
#hosting-plans .the-price {
	background-color: #ffbd00;
	box-shadow: none;
	padding: 20px;
	margin: 0;
	color: #FFF;
	border-left: 1px solid #E6E6E6;
	border-right: 1px solid #E6E6E6;
}
#hosting-plans .panel-title {
	font-size: 24px;
	font-weight: 400;
	font-family: 'Roboto', sans-serif;
}
#hosting-plans .the-price h1 {
	line-height: 1em;
	padding: 0;
	margin: 0;
	color: #fff;
	font-weight: 600;
	font-family: 'Roboto', sans-serif;
	font-size: 40px;
}
#hosting-plans .subscript {
	font-size: 25px;
}
#hosting-plans img {
	vertical-align: text-top;
	padding: 2px;
}
#hosting-plans .panel-footer {
	background-color: #0E162B;
	border-top: none;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
	color: #fff;
	font-size:20px;
	font-weight:700;
	font-family: 'Roboto', sans-serif;
	padding: 20px;
	border: 1px solid #E6E6E6;
}
#hosting-plans .panel-footer:hover {
	background:#ffbd00;
	color:#fff;
}
#hosting-plans a:hover {
	text-decoration:none;
}
#hosting-plans .panel-footer .btn {
	text-transform: uppercase;
	font-weight: 700;
}
/* Product Feature */
#productfeature {
	background: #FFF;
	font-family: 'Roboto', sans-serif;
	padding-top: 60px;
	padding-bottom: 60px;
}
#productfeature p {
	margin-top: 30px;
	margin-bottom: 30px;
	font-size:17px;
	;
}
#productfeature .fa {
	color:#ffbd00;
}
#productfeature .btn .fa {
	color:#FFF;
}
/* SSL Certificates */
#ssl-certificates {
	background: #FFF;
	border-top: 1px solid #DADADA;
	border-bottom: 1px solid #DADADA;
	padding-top: 60px;
	padding-bottom: 50px;
}
#ssl-certificates .thumbnail {
	background-color: #FFFFFF;
	margin-top: 10px;
	margin-bottom: 10px;
	border-radius: 4px;
	border: 1px solid #BFBFBF;
}
#ssl-certificates small {
	color: #000000;
	margin-top: 20px;
	display: block;
	text-transform: uppercase;
}
#ssl-certificates .thumbnail img {
	max-height: 110px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	padding-bottom: 20px;
}
#ssl-certificates .fa {
	color:#ffbd00;
}
#ssl-certificates .btn .fa {
	color:#FFF;
}
#ssl-certificates h3 {
	text-align:left;
}
#ssl-certificates h4 {
	padding-top: 20px;
	padding-bottom: 20px;
	border-top: 1px solid #EAEAEA;
	border-bottom: 1px solid #EAEAEA;
	color: #0E162B;
	font-weight: 700;
}
#ssl-certificates p {
	margin-top: 30px;
	margin-bottom: 30px;
	font-size: 17px;
}
#ssl-certificates p.order {
	margin-top: 30px;
	margin-bottom: 10px;
	padding: 0px;
}
#ssl-certificates p.learnmore {
	text-align:center;
	padding: 0px;
	margin-bottom: 20px;
}
#ssl-certificates p.btn {
	margin-left: 30px;
	margin-bottom: 12px;
	margin-top: 5px;
}
/* Text Boxes */
#text-boxes {
	padding-top: 60px;
	padding-bottom: 60px;
}
#text-boxes p {
	margin-top: 15px;
	margin-bottom: 15px;
	font-weight: 100;
	font-size: 14px;
	padding-top: 20px;
	padding-bottom: 20px;
	border-top: 1px solid #C1C1C1;
}
#text-boxes .fa {
	color:#ffbd00;
}
#text-boxes .btn .fa {
	color:#FFFFFF;
}
#text-boxes h3 {
	margin-bottom: 20px;
}
/* Product FAQs */
#productfaqs {
	background: #fff;
	padding-top: 60px;
	padding-bottom: 60px;
	font-family: 'Roboto', sans-serif;
}
#productfaqs p {
	margin-bottom:25px;
}
#productfaqs .panel-default>.panel-heading a {
	color: #333;
	text-decoration:none;
}
#productfaqs .panel-default>.panel-heading .fa {
	color: #ffbd00!Important;
}
#productfaqs .panel-default>.panel-heading {
	background-color: #E8E8E8;
	border-color: #DADADA;
}
#productfaqs .panel-title {
	font-size: 13px;
}
#productfaqs .panel-default>.panel-heading+.panel-collapse>.panel-body {
	font-size: 13px;
	background: #F9F9F9;
}
#productfaqs .glyphicon {
	vertical-align: baseline;
	font-size: 8px;
}
#productfaqs h4.category {
	margin-top:20px!Important;
	margin-bottom:10px!Important;
	font-weight: 300!Important;
}
#productfaqs p.category {
	margin-bottom:20px!Important;
	font-size:12px!Important;
}
#productfaqs h4.panel-title {
	margin-top: 0px!Important;
	margin-bottom: 0px!Important;
	font-weight: 400;
}
/* Partners */
#partners {
	background: #E8E8E8;
	padding-top: 25px;
	height: 75px;
	border-top: 1px solid #DADADA;
}
#partners .carousel-control {
	width: 0%;
	color: #6D6D6D;
	margin-right: -12px;
	margin-left: -12px;
}
#partners #partnerimage {
	max-height:25px;
	margin-left: auto;
	margin-right: auto;
}
#partners img {
	opacity: 0.8;
}
#partners img:hover {
	opacity:1;
}
/* Footer */
#footer {
	background: #6D6D6D;
	padding-top: 20px;
	padding-bottom: 20px;
	font-family: 'Roboto', sans-serif;
}
#footer h4 {
	font-weight:900;
}
#footer h4 .fa {
	color:#FFF;
}
#footer ul {
	padding-bottom:10px;
}
#footer a {
	color: #FFF;
	margin-top: 5px;
	padding: 0px;
	font-size: 14px;
	font-weight: 200;
}
#footer a:hover {
	color:#E5E5E5;
	background:none;
}
#footer .well {
	margin-top: 5px;
	background: #494949;
	padding-top: 10px;
	padding-left: 25px;
	padding-bottom: 10px;
	padding-right: 25px;
}
#footer .well ul {
	margin-bottom:0px;
}
#footer .well a {
	color:inherit;
}
#footer h4 {
	color: #fff;
	font-size: 20px;
	margin-bottom: 15px;
	font-weight: 300;
}
#footer h5 {
	margin-bottom: 15px;
	color: #FFF;
	font-size: 15px;
}
#footer h5.payments {
	margin-top: 20px;
}
#footer h6 {
	margin: 0px;
	border-top: 0px;
	line-height: normal;
	color: #FFF;
	font-size: 13px;
	text-align: left;
	margin-bottom:5px;
}
#footer h6 .fa {
	font-size: 15px;
	color: #FFAE63;
	vertical-align: text-bottom;
}
#footer .fa {
	color:#9ECC7C;
}
#footer .nav>li>a:focus, .nav>li>a:hover {
	background-color: #6D6D6D;
}
#footerlogo:hover {
	opacity: 0.5;
 transition: opacity .55s ease-in-out;
 -moz-transition: opacity .55s ease-in-out;
 -webkit-transition: opacity .55s ease-in-out;
}
#accepted-payment {
	font-size: 24px;
	color: #E8E8E8!Important;
}
/* Copyright */
#copyright {
	background: #E8E8E8;
	padding-top: 10px;
	padding-bottom: 15px;
	font-family: 'Roboto', sans-serif;
}
#copyright p {
	text-align:center;
	font-size: 12px;
	color: #838383;
	font-weight: 300;
	margin-bottom:0px;
}
#copyright img {
	max-width: 125px;
	margin: 10px;
}
#copyright a {
	color:#838383;
}
#copyright a:hover {
	color:#999999;
}
/* 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: #ffbd00;
	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: #ffbd00;
}
.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;
}
/* Overrides */
.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 #DADADA;
}
/* 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: #ffbd00!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);
}
.popover .btn-primary {
	background-color: #ffbd00!Important;
	border-color: #ffbd00!Important;
}
.popover a {
	color: #ffbd00;
}
.clientalert .btn-xs {
	color: #FFFFFF;
}
.popover a:hover {
	color: #EFEFEF!Important;
}
.popover ul>li>a {
	color: #FFFFFF!Important;
}
.popover ul>li>a:hover {
	color: #CCC!Important;
}
.popover.bottom {
	z-index: 99999!Important;
}


.home-search-box {background:#2a363f; width:100%; border-radius:5px; padding:20px 0; margin-top:0px;}
.home-search-box-top {width:94%; margin:0 auto 0 auto;}
.home-search-box-top-left {width:70%; float:left;}
.home-search-box-top-right {width:30%; float:left;}
.home-search-box-domain {width:100%; font-size:18px; font-weight:400; color:#999; padding:8px 2%!important; background:#fff; float:left; border:none;}
.home-search-box-ext {width:100%; height:39px; background:#efefef; color:#FFBD00; font-size:18px; border:none;}
.home-search-box-btn {float:left; padding:10px 2% 9px 2% !important; font-size:16px !important; width:100%; margin-right:0px !important; border:none; background:#ffbd00;}
.home-search-box-bottom {width:94%; margin:0 auto 0 auto;}
.home-search-box-bottom ul {margin:0; padding:0; list-style:none;}
.home-search-box-bottom ul li {margin:0; padding:0; list-style:none; width:17%; border-left:1px solid #3c3e40; border-right:1px solid #21292e; color:#fff; font-size:16px; font-weight:700; line-height:30px; text-align:center; float:left;}
.home-search-box-bottom ul li em {font-style:normal; font-weight:300;}

.home-search-box-bottom ul li:first-child {border-left:0px solid #3c3e40;}
.home-search-box-bottom ul li:last-child {border-right:0px solid #3c3e40; font-size:10px; line-height:24px; font-weight:300; padding-top:7px; width:15%;}

.slider-circle {width:1170px; float:none; margin:0px auto 20px auto;}
.slider-circle-left {width:755px; float:left;}
.slider-circle-right {width:415px; float:left;}
.slider-circles {width:100%; float:left; margin:0; padding:0;}
.slider-circles ul {width:100%; float:left; margin:0; padding:0; list-style:none;}
.slider-circles ul li {width:220px; float:left; margin:0; padding:0 88px 0 0; list-style:none; background-image:url(../img/image-slider/icon-plus.png); background-repeat:no-repeat; background-position:right 0px top 51px; text-align:center !important; color:#808080 !important; margin-right:70px;}
.slider-circles ul li img {width:100%; -webkit-animation-duration: 1s; animation-duration: 1s; -webkit-animation-fill-mode: both; animation-fill-mode: both; margin-top:0px !important;}
.slider-circles ul li:last-child {width:132px; float:left; margin:0; padding:0 0 0 0; list-style:none; background-image:none; margin-right:0px;}

.slider-circle-below-text {width:100%; float:left; margin:40px 0 0 0; padding:0; text-align:center; font-size:30px; font-weight:bold; color:#fff;}

.slider-circle-right-equal {width:25px; height:120px; float:left; background-image:url(../img/image-slider/icon-equal.png); background-repeat:no-repeat; background-position:left 0px top 55px; margin:0 50px 0 20px;}
.slider-circle-right-content {width:170px; float:left;}
.slider-circle-right-content div.price {width:100%; float:left; color:#0E162B; text-align:center; font-size:48px; line-height:54px; font-weight:bold; margin-top:27px;}
.slider-circle-right-content div.price em {font-size:24px; line-height:30px; font-style:normal;}
.slider-circle-right-content div.price-off {width:100%; float:left; color:#e10102; text-align:center; font-size:18px; line-height:24px; font-weight:bold;}
.slider-circle-right-button-01 a {width:120px; float:left; color:#fff; text-align:center; font-size:18px; line-height:18px; background:#1dc10b; border-radius:3px; padding:16px 0; font-weight:bold; text-decoration:none; margin-top:42px;}

@media only screen and (max-width: 1199px) {
	.home-search-box-bottom ul li {margin:0; padding:0; list-style:none; width:16.66%; border-left:1px solid #3c3e40; border-right:1px solid #21292e; color:#fff; font-size:17px; font-weight:700; line-height:30px; text-align:center; float:left;}
	.home-search-box-bottom ul li:last-child {border-right:0px solid #3c3e40; font-size:9px; line-height:24px; font-weight:300; padding-top:7px;}
	
	.slider-circle {width:866px; float:none; margin:0px auto 20px auto;}
.slider-circle-left {width:532px; float:left;}
.slider-circle-right {width:334px; float:left;}
.slider-circles {width:100%; float:left; margin:0; padding:0;}
.slider-circles ul {width:100%; float:left; margin:0; padding:0; list-style:none;}
.slider-circles ul li {width:200px; float:left; margin:0; padding:0 68px 0 0; list-style:none; background-image:url(../img/image-slider/icon-plus.png); background-repeat:no-repeat; background-position:right 20px top 51px; text-align:center !important; color:#808080 !important; margin-right:0px;}
.slider-circles ul li img {width:100%; -webkit-animation-duration: 1s; animation-duration: 1s; -webkit-animation-fill-mode: both; animation-fill-mode: both; margin-top:0px !important;}
.slider-circles ul li:last-child {width:132px; float:left; margin:0; padding:0 0 0 0; list-style:none; background-image:none;}

.slider-circle-below-text {width:100%; float:left; margin:40px 0 0 0; padding:0; text-align:center; font-size:30px; font-weight:bold; color:#fff;}

.slider-circle-right-equal {width:25px; height:120px; float:left; background-image:url(../img/image-slider/icon-equal.png); background-repeat:no-repeat; background-position:left 0px top 55px; margin:0 10px 0 20px;}
.slider-circle-right-content {width:159px; float:left;}
.slider-circle-right-content div.price {width:100%; float:left; color:#0E162B; text-align:center; font-size:48px; line-height:54px; font-weight:bold; margin-top:27px;}
.slider-circle-right-content div.price em {font-size:24px; line-height:30px; font-style:normal;}
.slider-circle-right-content div.price-off {width:100%; float:left; color:#e10102; text-align:center; font-size:18px; line-height:24px; font-weight:bold;}
.slider-circle-right-button-01 a {width:120px; float:left; color:#fff; text-align:center; font-size:18px; line-height:18px; background:#1dc10b; border-radius:3px; padding:16px 0; font-weight:bold; text-decoration:none; margin-top:42px;}
}


@media only screen and (max-width: 991px) {
	
	.slider-circle {width:666px; float:none; margin:0px auto 20px auto;}
	.slider-circle-left {width:352px; float:left;}
	.slider-circle-right {width:314px; float:left;}
	.slider-circles ul li {width:140px; float:left; margin:0; padding:0 68px 0 0; list-style:none; background-image:url(../img/image-slider/icon-plus.png); background-repeat:no-repeat; background-position:right 20px top 22px; text-align:center !important; color:#808080 !important;}
	.slider-circles ul li:last-child {width:72px; float:left; margin:0; padding:0 0 0 0; list-style:none; background-image:none;}
	.slider-circle-right-equal {width:25px; height:120px; float:left; background-image:url(../img/image-slider/icon-equal.png); background-repeat:no-repeat; background-position:left 0px top 31px; margin:0 10px 0 20px;}
	.slider-circle-right-content {width:139px; float:left;}
	.slider-circle-right-content div.price {width:100%; float:left; color:#0E162B; text-align:center; font-size:48px; line-height:54px; font-weight:bold; margin-top:2px;}
	.slider-circle-right-button-01 a {width:120px; float:left; color:#fff; text-align:center; font-size:18px; line-height:18px; background:#1dc10b; border-radius:3px; padding:16px 0; font-weight:bold; text-decoration:none; margin-top:20px;}
	
	.home-search-box-bottom ul li {margin:0; padding:0; list-style:none; width:17%; border-left:1px solid #3c3e40; border-right:1px solid #21292e; color:#fff; font-size:16px; font-weight:700; line-height:30px; text-align:center; float:left;}
	.home-search-box-bottom ul li:last-child {border-right:0px solid #3c3e40; font-size:10px; line-height:24px; font-weight:300; padding-top:7px;}
	
	
	
}

@media only screen and (max-width: 767px) {
	
	.slider-circle {width:352px; float:none; margin:0px auto 20px auto;}
	.slider-circle-left {width:352px; float:none; margin:0 auto}
	.slider-circle-right {width:294px; float:none; margin:20px auto 0 auto;}
	.slider-circle-right-equal {width:25px; height:120px; float:left; background-image:url(../img/image-slider/icon-equal.png); background-repeat:no-repeat; background-position:left 0px top 31px; margin:0 10px 0 0px;}
	.slider-circle-right-content {width:139px; float:left;}
	.slider-circle-right-content div.price {width:100%; float:left; color:#0E162B; text-align:center; font-size:48px; line-height:54px; font-weight:bold; margin-top:2px;}
	.slider-circle-right-button-01 a {width:120px; float:left; color:#fff; text-align:center; font-size:18px; line-height:18px; background:#1dc10b; border-radius:3px; padding:16px 0; font-weight:bold; text-decoration:none; margin-top:20px;}
	
	.home-search-box-bottom {margin-top:5px; width:96%;}
	.home-search-box-bottom ul li {margin:5px 1%; padding:5px; list-style:none; width:48%; border-left:0px solid #3c3e40; border-right:0px solid #21292e; color:#fff; font-size:20px; font-weight:700; line-height:30px; text-align:center; float:left; background:#0e162b;}
	.home-search-box-bottom ul li:first-child {border-left:0px solid #3c3e40;}
	.home-search-box-bottom ul li:last-child {border-right:0px solid #3c3e40; font-size:10px; line-height:28px; font-weight:300; padding-top:7px; width:48%;}
	
}

@media only screen and (max-width: 479px) {
	
	.slider-circle {width:275px; float:none; margin:0px auto 20px auto;}
	.slider-circle-left {width:275px; float:none; margin:0 auto;}
	.slider-circle-right {width:275px; float:none; margin:20px auto 0 auto;}
	.slider-circles ul li {width:105px; float:left; margin:0; padding:0 40px 0 0; list-style:none; background-image:url(../img/image-slider/icon-plus.png); background-repeat:no-repeat; background-position:right 5px top 19px; text-align:center !important; color:#808080 !important;}
	.slider-circles ul li:last-child {width:65px; float:left; margin:0; padding:0 0 0 0; list-style:none; background-image:none;}
	.slider-circle-right-equal {width:25px; height:120px; float:left; background-image:url(../img/image-slider/icon-equal.png); background-repeat:no-repeat; background-position:left 0px top 31px; margin:0 0px 0 0px;}
	.slider-circle-right-content {width:139px; float:left;}
	.slider-circle-right-content div.price {width:100%; float:left; color:#0E162B; text-align:center; font-size:48px; line-height:54px; font-weight:bold; margin-top:2px;}
	.slider-circle-right-button-01 a {width:110px; float:left; color:#fff; text-align:center; font-size:18px; line-height:18px; background:#1dc10b; border-radius:3px; padding:16px 0; font-weight:bold; text-decoration:none; margin-top:20px;}
	.home-search-box-bottom ul li {margin:5px 1%; padding:5px; list-style:none; width:48%; border-left:0px solid #3c3e40; border-right:0px solid #21292e; color:#fff; font-size:14px; font-weight:700; line-height:30px; text-align:center; float:left; background:#0e162b;}
	
}