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

.kb-search {
	margin-bottom: 25px;
}

#wh p {
	font-size: 11px;
	color: #999;
}
#wh p a {
	color: #999;
	font-weight: normal;
	text-decoration: none;
}
#wh p a:hover {
	text-decoration: none;
}

p.btcompare {
	margin: 0px 0px 40px 0px;
	padding: 0px;
	line-height: 100%;
	text-align: center;
	font-size: 21px;
	display: block;
}
p.btcompare a {
	font-weight: bold;
	background-color:#F60;
	padding: 8px 5% 12px 5%;
	border-radius: 4px;
	color: #fff;
}
p.btcompare a:hover {
	background-color:#F90;
	text-decoration: none;
}

#topbar {
	padding-top: 2px!Important;
	padding-bottom: 5px!Important;
	background-color:#030!Important;
	position: fixed!Important;
	left: 0;
	z-index: 999!Important;
	width: 100%;
	height: 35px;
	-webkit-box-shadow: 0 10px 20px -2px rgba(66,1,66,.50);
	-moz-box-shadow: 0 10px 20px -2px rgba(66,1,66,.50));
	box-shadow: 0 10px 20px -2px rgba(66,1,66,.50);
}
#topbar #webchat a:hover {
	color:#9A9A9A!Important
}
#topbar .social .fas, #topbar .social .fab {
	margin-left: 0px;
	vertical-align: middle;
	font-size: 18px!Important;
	color:#96CF97!Important
}
#topbar .social .fas:hover, #topbar .social .fab:hover {
	color: #FFFFFF!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: #96CF97!Important;
	font-weight:200;
}
#topbar a {
	color: #aaeaab;
	font-size: 12px;
	margin-top: 0px!Important;
	margin-bottom: 0px!Important;
	vertical-align: sub;
	text-transform: uppercase;
	margin-right: 20px;
}
#topbar a:hover, #topbar a:focus {
	text-decoration: none;
	color: #fff!Important;
}
#topbar .fas {
	color: #96CF97!Important;
	font-size: 14px;
	vertical-align: bottom;
	text-shadow: 1px 1px 5px #000;
	margin-left: 13px;
}
#topbar .fa:hover {
	color: #fff;
}




#menu {
	background: #060;
	padding-top: 17px;
	padding-bottom: 15px;
	position: fixed!Important;
	left: 0;
	z-index: 999!Important;
	width: 100%;
	border-top: 1px solid #000;
	border-bottom: 1px solid #030;
	top:32px!Important;
	-webkit-box-shadow: 0 10px 20px -2px rgba(66,1,66,.50);
	-moz-box-shadow: 0 10px 20px -2px rgba(66,1,66,.50));
	box-shadow: 0 10px 20px -2px rgba(66,1,66,.50);
}
#menu .navbar-default .navbar-toggle {
	border-color: #283031!Important;
	background: #6DAB3E!Important;
}
#menu .navbar-default .navbar-toggle .icon-bar {
	background-color: #FFFFFF;
}
#menu .normal {
	margin-top: 16px;
	z-index:999;
}
#menu .navbar-nav>li>.dropdown-menu {
	border-top: none!Important;
	padding-top: 0px;
	padding-bottom: 0px;
	background-color: #035403;
	border-radius: 0px;
}
#menu .dropdown-menu>li:first-child {
	border-top: none;
}
#menu .dropdown-menu>li {
	/*border-top: 1px solid #0d710d;*/
}
#menu .dropdown-menu>li>a {
	color: #a8e4aa;
	font-weight: 300;
	font-size: 1em;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 15px;
}
#menu .dropdown-menu>li>a:focus {
	background-color: transparent;
	outline: none;
}
#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;
	background-color: #2E3839;
	border-radius: 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: #6F6F6F;
	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: #31791C;
}
#menu .container-fluid {
	padding-right: 0px;
	padding-left: 0px;
	margin-right: auto;
	margin-left: auto;
}
#menu #mainlogo {
	background: url('../img/logo-uvahost.png');
	width: 173px;
	height: 54px;
	margin-left: 0px;
	margin-top: -10px;
	margin-bottom: -5px;
}

#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: none;
	border: none!Important;
	z-index: 99999!Important;
}
#menu .navbar-default .navbar-nav>li>a {
	font-size: 1.1em;
	font-weight: 400;
	color: #CAFFCB;
	text-transform: uppercase;
}
#menu .navbar-nav>li>a {
	padding: 10px 10px 10px 20px!Important;
}
#menu .navbar-default .navbar-nav>li>a:hover {
	color: #818181;
}
#menu .nav>li>a {
	position: relative;
	display: block;
	margin: 0px;
	margin-left: 10px;
	margin-right: 10px;
}
#menu .nav>li>a.last {
	margin-right: 0px!Important;
}
#menu .navbar {
	min-height: 0px!Important;
	margin-top: 0px;
	margin-bottom: 0px;
}
#menu .navbar-default .navbar-nav>.open>a, #menu .navbar-default .navbar-nav>.open>a:focus, #menu .navbar-default .navbar-nav>.open>a:hover {
	background: #129612;
}
#menu .navbar-default .navbar-nav>li>a:hover, #menu .navbar-default .navbar-nav>li>a:focus {
	color:#fff;
	background-color: #31791C;
	border-radius: 5px;
}
/*#menu .navbar-nav>li {
	border-right: 1px solid #090;
}*/
#menu .navbar-nav>li:last-child {
	border-right: none!Important;
}
#menu .navbar-default .navbar-nav>.active>a, #menu .navbar-default .navbar-nav>.active>a:hover, #menu .navbar-default .navbar-nav>.active>a:focus {
	background-color: #6CA93E;
	color: #FFFFFF!Important;
	border-radius: 5px;
}
#menu .navbar-default .navbar-nav>.active>a:hover {
	background-color: #6CA93E;
	color:#FFF;
}
#menu .navbar-default .navbar-nav>.active>a:focus {
	background-color: #6CA93E;
	color:#FFF;
}
#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 .headerslogan {
	float: left;
	border-left: 1px solid #090;
	padding-left: 20px;
	margin-left: 20px;
	margin-top: 14px;
}
#menu .headerslogan p {
	font-size: 1em;
	font-weight: 100;
	color: #96EA8C;
	margin-bottom: 0px;
	letter-spacing: 1px;
}






#announcementsfeed {
    background:#283031;
    padding-top:20px;
    padding-bottom:18px;
    border-top:1px solid #4E4E4E;
    border-bottom:1px solid #4E4E4E
}







#announcementsfeed {
	background: #520075;
	padding-top: 20px;
	padding-bottom: 18px;
	border-top: 1px solid #21002F;
	border-bottom: 1px solid #21002F;
}
#announcementsfeed h5 {
	color: #e5a9ff;
	font-size:14px;
	margin-top:0px;
	margin-bottom:0px;
	font-weight:400;
}
#announcementsfeed a {
	color: #e5a9ff;
	font-size:14px;
	margin-top:0px;
	margin-bottom:0px;
	font-weight:200;
}
#announcementsfeed a:hover {
	color: #fff;
	text-decoration:none;
}
#announcementsfeed i.fas,#announcementsfeed i.far,#announcementsfeed i.fal,#announcementsfeed i.fab {
    color:#e5a9ff;
    font-size:20px;
    vertical-align:bottom
}







#subbanner {
	background: url(../img/backgroundv3.jpg) no-repeat center top;
	color: #fff;
	padding-top: 135px;
	background-size: cover;
	border-bottom: 1px solid #777;
	padding-bottom: 30px;
}
#subbanner .row {
	background-color: rgba(80, 0, 80, 0.80);
	padding-top: 10px;
	border-radius: 4px;
	padding-bottom: 10px;
	margin-left: 0px;
	margin-right: 0px;
}
#subbanner h4 {
	color: #fff;
	text-shadow: 3px 2px 3px #353535;
	margin: 0px;
	font-weight:300;
}
#subbanner p {
	color: #fff;
	margin-bottom: 0px;
	text-shadow: 3px 2px 3px #353535;
	font-size: 13px;
	float: right;
}

#subbanner p i.fas,#subbanner p i.far,#subbanner p i.fal,#subbanner p i.fab {
    padding-left:10px;
    padding-right:10px
}

#subbanner a {
	color: #fff;
}


#subbanner a {
    color:#fff
}

#whmcscontentarea {
    padding-top:25px;
    padding-bottom:0;
    background-color:#E6E6E6
}

#whmcscontentarea .whmcscontentbox {
    background-color:#fff;
    border:1px solid #B1B1B1;
    margin-bottom:25px;
    border-top:none
}

#content table.cp {
	width: 100%;
	margin: 0px 0px 50px 0px;
}
#content table.cp i.fa-times {
	color: #F00;
	font-size: 19px;
}
#content table.cp i.fa-check-circle {
	font-size: 19px;
	color:#090;
}
#content table.cp th.titc {
	background-color:#060;
	color: #fff;
	text-transform:uppercase;
	text-align: left;
	padding-left: 8px;
}
#content table.cp th.titc i.fa {
	color: #fff;
	padding-right: 5px;
}
#content table.cp td a i.fa {
	color: #fff;
}
#content table.cp td a.btn {
	padding: 3px 10px 3px 10px;
	margin-bottom: 10px;
}
#content table.cp th, #content table.cp td {
	padding: 5px 3px 5px 3px;
	line-height:100%;
	font-size: 14px;
	text-align: center;
	height: 30px;
	border: 2px solid #fff;
}
#content table.cp th {
	text-align: center;
	text-transform: uppercase;
}
#content table.cp td {
	border: #fff solid 1px;
}
#content table.cp td span.rec {
	background-color: #fff;
	border-radius: 3px;
	padding: 4px;
	font-weight: bold;
}
#content table.cp td.leg span.reco {
	background-color: #fff;
	padding: 2px;
	font-size: 1em;
	border-radius: 2px;
	color: #090;
	float: right;
}
#content table.cp th.p1 {
	background-color:#dec1ff;
}
#content table.cp th.p2 {
	background-color: #cda3fb;
}
#content table.cp th.p3 {
	background-color: #b877ff;
}
#content table.cp td.p1 {
	background-color:#f4ebff;
}
#content table.cp td.p2 {
	background-color: #e6d5f9;
}
#content table.cp td.p3 {
	background-color: #e0c5ff;
}
#content table.cp td.leg {
	font-size: 1em;
	text-align: left;
	background-color: #f6f1fd;
}
#content table.cp td.leg span {
	font-size: 0.9em;
	color: #a622b5;
}

#content table.cp span.buyicon {
	display:none;
}

#content table.cp i.fa-arrow-alt-circle-right, 
#content table.cp i.fa-dollar-sign,
#content table.cp i.fa-cart-arrow-down,#content table.cp i.fa-cart-arrow-down,
#content table.cp i.fa-server,
#content table.cp i.fa-envelope,
#content table.cp i.fa-database,
#content table.cp i.fa-cogs,
#content table.cp i.fa-lock,
#content table.cp i.fa-sitemap,
#content table.cp i.fa-globe {
    color:#fff;
}


#content {
    padding-top:25px;
    padding-bottom:0;
    background-color:#E6E6E6
}

#content .ctr p {
	font-size: 1em;
	line-height: 120%;
	margin: 15px 0px 0px 0px;
	padding: 0px;
	text-align: justify;
	font-family: Tahoma, Geneva, sans-serif;
}


#content .contentbox {
    background-color:#fff;
    padding:35px;
    box-shadow:0 0 1px 1px #B1B1B1;
    margin-bottom:25px
}

#content .contentbox {
    background-color:#fff;
    padding:35px;
    box-shadow:0 0 1px 1px #B1B1B1;
    margin-bottom:25px
}

#content h1 {
    font-weight:300;
    margin-top:0;
    padding-bottom:10px;
    border-bottom:1px solid #F4F4F4;
    margin-bottom:30px
}

#content h4 {
    margin-top:30px;
    margin-bottom:10px;
    font-weight:300
}

#content p {
    font-size:1.1em;
    font-weight:400;
    padding-top:10px;
    padding-bottom:10px
}

#content i.fas,#content i.far,#content i.fal,#content i.fab {
    color:#6CA93E
}

#content h3.menu i.fas,#content h3.menu i.far,#content h3.menu i.fal,#content h3.menu i.fab {
    color:#6CA93E;
    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: #006600!Important;
	border-color: #006600!Important;
	color: #fff;
	font-weight: 600;
}
#content .list-group-item {
	background-color: #FFFFFF;
}
#content .list-group-item .fa {
	color: #03a003;
}
#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;
	background-color: #F5F5F5;
}
#content .list-group-item {
	position: relative;
	display: block;
	padding: 10px 15px;
	margin-bottom: -1px;
	background-color: #FFFFFF;
	border: 1px solid #9acc9a;
	color: #4f0158;
	font-weight: 300;
}
#content .list-group {
	margin-bottom: 25px;
}





#content .table {
    border:1px solid #ddd;
    margin-bottom:0
}

#content .table th {
    padding:15px;
    background:#5F6868;
    text-align:center;
    color:#FFF;
    font-size:14px;
    text-transform:uppercase
}

#content .table td {
    padding:15px;
    background:#F2F2F2;
    text-align:center;
    font-weight:400;
    width:33%
}

#textboxes {
    padding-top:60px;
    padding-bottom:60px
}
#textboxes div.colhome {
	padding-bottom: 30px;
}
#textboxes p {
    margin-top:10px;
    margin-bottom:10px;
    font-weight:300;
    font-size:14px
}

#textboxes i.fas,#textboxes i.far,#textboxes i.fal,#textboxes i.fab {
    color:#6b0077
}

#textboxes .btn i.fas,#textboxes .btn i.far,#textboxes .btn i.fal,#textboxes .btn i.fab {
    color:#FFF
}

#textboxes h3 {
    margin-bottom:10px
}

#webhosting {
    background:#FFF;
    padding-top:70px;
    padding-bottom:50px
}

#webhosting .benefits i.fas,#webhosting .benefits i.far,#webhosting .benefits i.fal,#webhosting .benefits i.fab {
    color:#6CA93E;
    font-size:20px;
    vertical-align:text-bottom;
    padding-right:12px
}

#webhosting .benefits p.light {
    font-size:18px
}

#webhosting .benefits p.bttodos {
	margin: 35px 0px 0px 0px;
	padding: 0px;
	text-align:center;
	font-weight: bold;
	letter-spacing: -1px;
	font-size: 19px;
}
#webhosting .benefits p.bttodos a {
	color: #fff;
	display: block;
	margin: 0px 30px 0px 30px;
	padding: 5px 0px 8px 0px;
	background-color:#F60;
	border-radius: 3px;

}
#webhosting .benefits p.bttodos a:hover {
	background-color:#F90;
	text-decoration: none;
}


#webhosting .thumbnail {
    background-color:#F7F7F7
}

#webhosting .thumbnail img {
    max-height:130px;
    margin-left:auto;
    margin-right:auto;
    margin-top:-75px;
    margin-bottom:30px
}

#webhosting h2.plan {
    margin-bottom:10px;
	padding: 0px 0px 15px 0px;
    margin-left:auto;
    margin-right:auto;
    color:#0f0;
    padding-top:0;
    text-shadow:0 5px 3px #191919
}

#webhosting h3.plan {
    padding:10px;
    color:#fff;
    border-top:1px solid #364344;
    border-bottom:1px solid #364344;
    width:50%;
    margin:auto;
    margin-bottom:30px
}

#webhosting h1 {
    font-size:70px;
    margin:10px;
    color:#fff
}

#webhosting small {
    font-size:30px;
    color:#E4E4E4;
    letter-spacing:-1px;
    vertical-align:super
}
#webhosting small.mes {
	font-size: 12px;
	letter-spacing: normal;
}


#webhosting sup {
    font-size:30px!Important;
    margin-right:5px;
    color:#FFF
}

#webhosting span {
    font-weight:100
}

#webhosting p.specs {
    text-align:center;
    padding-bottom:30px;
    margin-left:10px;
    margin-right:10px;
    font-size:1em;
    font-weight:100;
	color:#ca85e8;
}
#webhosting p.specs2 {
	text-align: center;
	margin-left: 10px;
	margin-right: 10px;
	font-size: 1em;
	font-weight: 100;
	color:#ca85e8;
	padding-top: 10px;
}
#webhosting p.specs span, #webhosting p.specs2 span {
	color: #edc3ff;
}

#webhosting p.price {
    text-align:center;
    padding-top:20px;
    padding-bottom:20px;
    margin-left:20px;
    margin-right:20px;
    font-size:15px;
    font-weight:400;
    color:#fff
}

#webhosting p.order {
    margin-top:30px;
    margin-bottom:10px
}

#webhosting p i.fas,#webhosting p i.far,#webhosting p i.fal,#webhosting p i.fab {
    color:#219423
}

#webhosting a {
    font-size:18px
}

#webhosting a i.fas,#webhosting a i.far,#webhosting a i.fal,#webhosting a i.fab {
    color:#fff
}

#webhosting p.check {
    font-size:17px!Important;
    font-weight:100!Important;
    text-align:center!Important;
    margin-left:auto;
    margin-right:auto;
	color: #EBCCFF;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-left: 20px;
	margin-right: 20px;
}

#webhosting .thumbnail {
    margin-top:100px;
    margin-bottom:0;
	background: #520075;
	border: 5px solid #2D2D2D;
}

#webhosting .thumbnail:hover {
    opacity:.9
}

#hostingfeatures {
    background:#FFF;
    padding-top:70px;
    padding-bottom:70px
}

#hostingfeatures img {
    max-width:100px;
    margin-top:50px;
    margin-bottom:25px
}

#hostinghighlight {
	background: #F5E8FF;
	border-top: 1px solid #D297FF;
	border-bottom: 1px solid #D297FF;
	padding-top: 20px;
	padding-bottom: 20px;
}

#hostinghighlight h2.intro {
    border-bottom:1px solid #DBDBDB;
    padding-top:20px
}

#hostinghighlight p {
    margin-top:25px;
    margin-bottom:16px;
    font-size:15px
}

#hostinghighlight i.fas,#hostinghighlight i.far,#hostinghighlight i.fal,#hostinghighlight i.fab {
    padding-right:10px;
    color:#6CA93E
}
#hostinghighlight i.fa1 {
	color: #fff!important;
}

#voiceintro {
    background:#FFF;
    padding-top:70px;
    padding-bottom:50px
}

#voiceintro .benefits i.fas,#voiceintro .benefits i.far,#voiceintro .benefits i.fal,#voiceintro .benefits i.fab {
    color:#6CA93E;
    font-size:20px;
    vertical-align:text-bottom;
    padding-right:12px
}

#voiceintro .benefits p.light {
    font-size:18px
}

#voiceplans {
    background:#E6E6E6;
    border-top:1px solid #DADADA;
    border-bottom:1px solid #DADADA;
    padding-top:60px;
    padding-bottom:40px
}

#voiceplans i.fas,#voiceplans i.far,#voiceplans i.fal,#voiceplans i.fab {
    padding-right:10px
}

#voiceplans .thumbnail {
    background-color:#2E3839;
    border:1px solid #000
}

#voiceplans h2.title {
    margin-bottom:25px;
    text-align:left!Important;
    color:#FFF;
    width:100%
}

#voiceplans h3.price {
    font-size:25px;
    color:#6CA93E;
    font-weight:100;
    margin-bottom:25px;
    text-align:left;
    text-shadow:0 5px 3px #191919
}

#voiceplans h3 small {
    font-size:15px;
    color:#ABABAB;
    font-weight:100;
    text-shadow:none
}

#voiceplans .bulk {
    margin-top:30px;
    margin-bottom:15px
}

#voiceplans .bulk a {
    color:#ABABAB;
    font-size:12px
}

#voiceplans .bulk a:hover {
    color:#FFF;
    text-decoration:none
}

#voicehighlight {
    background:#E6E6E6;
    border-top:1px solid #DADADA;
    border-bottom:1px solid #DADADA;
    padding-top:60px;
    padding-bottom:60px
}

#voicehighlight h2.intro {
    border-bottom:1px solid #DBDBDB;
    padding-top:20px
}

#voicehighlight p {
    margin-top:30px;
    margin-bottom:30px;
    font-size:17px
}

#voicehighlight i.fas,#voicehighlight i.far,#voicehighlight i.fal,#voicehighlight i.fab {
    padding-right:10px;
    color:#6CA93E
}

#voicetables {
    background:#FFF;
    padding-top:70px;
    padding-bottom:50px
}

#voicetables table {
    border:1px solid #ddd
}

#voicetables i.fas,#voicetables i.far,#voicetables i.fal,#voicetables i.fab {
    color:#0A9EB6
}

#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:#5F6868;
    color:#FFF;
    font-size:12px;
    text-transform:uppercase
}

#voicetables table th:hover {
    background:#5F6868
}

#voicetables table th.center {
    text-align:center
}

#voicetables table td.center {
    text-align:center
}

#gameserversintro {
    background:#FFF;
    padding-top:70px;
    padding-bottom:50px
}

#gameserversintro .benefits i.fas,#gameserversintro .benefits i.far,#gameserversintro .benefits i.fal,#gameserversintro .benefits i.fab {
    color:#6CA93E;
    font-size:20px;
    vertical-align:text-bottom;
    padding-right:12px
}

#gameserversintro .benefits p.light {
    font-size:18px
}

#gameservers {
    background:#2E3839;
    padding-top:30px;
    padding-bottom:30px;
    border-top:1px solid #E2E2E2;
    border-bottom:1px solid #E2E2E2
}

#gameservers h3.intro {
    border-bottom:1px solid #364344;
    padding-top:10px;
    color:#fff
}

#gameservers p {
    margin-top:20px;
    color:#ABABAB
}

#gameserversgames {
    background:#FFF;
    padding-top:70px;
    padding-bottom:10px
}

#gameserversgames i.fas,#gameserversgames i.far,#gameserversgames i.fal,#gameserversgames i.fab {
    padding-right:10px
}

#gameserversgames .thumbnail {
    background-color:#2E3839;
    border:1px solid #000
}

#gameserversgames h2.title {
    margin-bottom:25px;
    text-align:left!Important;
    color:#FFF;
    width:100%
}

#gameserversgames h3.price {
    font-size:25px;
    color:#6CA93E;
    font-weight:100;
    margin-bottom:25px;
    text-align:left;
    text-shadow:0 5px 3px #191919
}

#gameserversgames h3 small {
    font-size:15px;
    color:#ABABAB;
    font-weight:100;
    text-shadow:none
}

#gameserversgames .bulk {
    margin-top:30px;
    margin-bottom:15px
}

#gameserversgames .bulk a {
    color:#ABABAB;
    font-size:12px
}

#gameserversgames .bulk a:hover {
    color:#FFF;
    text-decoration:none
}

#gameserverstable {
    background:#FFF;
    padding-bottom:50px;
    padding-top:10px
}

#gameserverstable h3 {
    margin-top:40px
}

#gameserverstable i.fas,#gameserverstable i.far,#gameserverstable i.fal,#gameserverstable i.fab {
    color:#09A1BB
}

#gameserverstable table {
    border:1px solid #ddd
}

#gameserverstable .table>tbody>tr>td {
    padding:15px;
    font-weight:400;
    vertical-align:middle
}

#gameserverstable table tr {
    background:#F2F2F2
}

#gameserverstable table tr:hover {
    background-color:#FFF!Important
}

#gameserverstable table th {
    padding:15px;
    background:#5F6868;
    color:#FFF;
    font-size:14px;
    text-transform:uppercase
}

#gameserverstable table th:hover {
    background:#5F6868
}

#gameserverstable table th.center {
    text-align:center
}

#gameserverstable table td.center {
    text-align:center
}

#resellerplans {
    background:#FFF;
    padding-top:70px;
    padding-bottom:50px
}

#resellerplans .benefits i.fas,#resellerplans .benefits i.far,#resellerplans .benefits i.fal,#resellerplans .benefits i.fab {
    color:#6CA93E;
    font-size:20px;
    vertical-align:text-bottom;
    padding-right:12px
}

#resellerplans .benefits p.light {
    font-size:18px
}

#resellerplans .thumbnail {
    background-color:#F7F7F7
}

#resellerplans .thumbnail img {
    max-height:130px;
    margin-left:auto;
    margin-right:auto;
    margin-top:-75px;
    margin-bottom:30px
}

#resellerplans h2.plan {
    margin-bottom:10px;
    padding:20px;
    margin-left:auto;
    margin-right:auto;
    color:#6CA93E;
    padding-top:0;
    text-shadow:0 5px 3px #191919;
    width:50%
}

#resellerplans h3.plan {
    padding:10px;
    color:#fff;
    border-top:1px solid #364344;
    border-bottom:1px solid #364344;
    width:50%;
    margin:auto;
    margin-bottom:30px
}

#resellerplans h1 {
    font-size:70px;
    margin:10px;
    color:#fff
}

#resellerplans small {
    font-size:30px;
    color:#E4E4E4;
    letter-spacing:-1px;
    vertical-align:super
}

#resellerplans sup {
    font-size:30px!Important;
    margin-right:5px;
    color:#FFF
}

#resellerplans span {
    font-weight:100
}

#resellerplans p.specs {
    text-align:center;
    padding-bottom:30px;
    margin-left:20px;
    margin-right:20px;
    font-size:15px;
    font-weight:100;
    color:#fff;
    text-transform:uppercase
}

#resellerplans p.price {
    text-align:center;
    padding-top:20px;
    padding-bottom:20px;
    margin-left:20px;
    margin-right:20px;
    font-size:15px;
    font-weight:400;
    color:#fff
}

#resellerplans p.order {
    margin-top:50px;
    margin-bottom:20px
}

#resellerplans p i.fas,#resellerplans p i.far,#resellerplans p i.fal,#resellerplans p i.fab {
    color:#219423
}

#resellerplans a {
    font-size:18px
}

#resellerplans a i.fas,#resellerplans a i.far,#resellerplans a i.fal,#resellerplans a i.fab {
    color:#fff
}

#resellerplans p.check {
    font-size:17px!Important;
    font-weight:100!Important;
    text-align:center!Important;
    margin-left:auto;
    margin-right:auto;
    color:#848484;
    padding-top:12px;
    padding-bottom:0;
    margin-left:50px;
    margin-right:50px
}

#resellerplans .thumbnail {
    margin-top:100px;
    margin-bottom:0;
    background:#2E3839;
    border:5px solid #2D2D2D
}

#resellerplans .thumbnail:hover {
    opacity:.9
}

#resellerhighlight {
    background:#E6E6E6;
    border-top:1px solid #DADADA;
    border-bottom:1px solid #DADADA;
    padding-top:60px;
    padding-bottom:60px
}

#resellerhighlight p {
    margin-top:30px;
    margin-bottom:30px;
    font-size:17px
}

#resellerhighlight p.button {
    margin-top:30px;
    text-align:center
}

#resellerhighlight i.fas,#resellerhighlight i.far,#resellerhighlight i.fal,#resellerhighlight i.fab {
    padding-right:10px;
    color:#6CA93E
}

#resellerhighlight .btn i.fas,#resellerhighlight .btn i.far,#resellerhighlight .btn i.fal,#resellerhighlight .btn i.fab {
    color:#FFF
}

#dedicatedintro {
    background:#FFF;
    padding-top:70px;
    padding-bottom:50px
}

#dedicatedintro .benefits i.fas,#dedicatedintro .benefits i.far,#dedicatedintro .benefits i.fal,#dedicatedintro .benefits i.fab {
    color:#6CA93E;
    font-size:20px;
    vertical-align:text-bottom;
    padding-right:12px
}

#dedicatedintro .benefits p.light {
    font-size:18px
}

#dedicatedservers {
    background:#E6E6E6;
    border-top:1px solid #DADADA;
    border-bottom:1px solid #DADADA;
    padding-top:60px;
    padding-bottom:40px
}

#dedicatedservers table {
    border:1px solid #ddd;
    background:#FFF
}

#dedicatedservers .table>tbody>tr>td {
    padding:15px;
    font-weight:400;
    vertical-align:middle;
    font-size:24px
}

#dedicatedservers table tr {
    background:#FFF
}

#dedicatedservers table tr:hover {
    background-color:#F2F2F2!Important
}

#dedicatedservers table th {
    padding:12px;
    background:#5F6868;
    color:#FFF;
    font-size:14px;
    text-transform:uppercase
}

#dedicatedservers table th:hover {
    background:#5F6868
}

#dedicatedservers table th.center {
    text-align:center
}

#dedicatedservers table td.center {
    text-align:center
}

#dedicatedservers img {
    margin-left:auto;
    margin-right:auto;
    padding:20px
}

#dedicatedtable {
    background:#FFF;
    padding-bottom:0;
    padding-top:10px
}

#dedicatedtable h3 {
    margin-top:40px
}

#dedicatedtable i.fas,#dedicatedtable i.far,#dedicatedtable i.fal,#dedicatedtable i.fab {
    color:#09A1BB
}

#dedicatedtable table {
    border:1px solid #ddd
}

#dedicatedtable .table>tbody>tr>td {
    padding:15px;
    font-weight:400;
    vertical-align:middle
}

#dedicatedtable table tr {
    background:#F2F2F2
}

#dedicatedtable table tr:hover {
    background-color:#FFF!Important
}

#dedicatedtable table th {
    padding:12px;
    background:#5F6868;
    color:#FFF;
    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
}

#services {
    background:#FFF;
    padding-top:70px;
    padding-bottom:50px
}

#services h3 {
    margin-top:40px
}

#services .btnquote {
    margin-top:25px;
    margin-bottom:25px
}

#services i.fas,#services i.far,#services i.fal,#services i.fab {
    color:#6CA93E
}

#services table {
    border:1px solid #ddd
}

#services table th.center {
    text-align:center
}

#services table th {
    padding:15px;
    background:#5F6868;
    color:#FFF;
    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
}

#domainsintro {
    background:#FFF;
    padding-top:70px;
    padding-bottom:50px
}

#domainsintro .benefits i.fas,#domainsintro .benefits i.far,#domainsintro .benefits i.fal,#domainsintro .benefits i.fab {
    color:#6CA93E;
    font-size:20px;
    vertical-align:text-bottom;
    padding-right:12px
}

#domainsintro .benefits p.light {
    font-size:18px
}

#domaincheck {
	background: #F5E8FF;
	padding-top: 30px;
	border-top: 1px solid #D297FF;
	border-bottom: 1px solid #D297FF;
}

#domaincheck h1,#domaincheck p {
    text-align:center;
    padding-bottom:20px
}

#domaincheck i.fas,#domaincheck i.far,#domaincheck i.fal,#domaincheck i.fab {
    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:#7b12cc;
    box-shadow:0 0
}

#domaincheck .domaincheckselect {
    -moz-appearance:none;
    text-indent:.01px;
    text-overflow:'';
    width:123px;
    height:60px;
    border-radius:0!Important;
    border:none;
    font-size:27px;
    -webkit-appearance:none;
    -webkit-border-radius:0;
    border-top:1px solid #b25af5!Important;
    border-bottom:1px solid #b25af5!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 #b25af5!Important;
    border-bottom:1px solid #b25af5!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:#b97fe6!Important;
    cursor:pointer!Important;
    opacity:1!Important;
	border: none;
    border-left:1px solid #b25af5!Important;
    border-top:1px solid #b25af5!Important;
    border-bottom:1px solid #b25af5!Important;
}

#domaincheck .domainsearchdomainname {
    max-width:774px;
    border-right:0;
    border-top:1px solid #b25af5!Important;
    border-bottom:1px solid #b25af5!Important;
}

#domaincheck .domainsearcharrow {
    color:#797C6F!Important
}

#domaincheck .domainsearchsubmit {
    font-size:23px;
    color:#fff;
	background: #00b500;
	border: 1px solid #00b500;
	width: 160px;
    border-top-right-radius:10px;
    border-bottom-right-radius:10px
}

#domaincheck .domainsearchsubmit:hover {
	background-color: #00e000;
}

#domainfeatures {
    background:#FFF;
    padding-top:70px;
    padding-bottom:30px
}

#domainfeatures i.fas,#domainfeatures i.far,#domainfeatures i.fal,#domainfeatures i.fab {
    color:#6CA93E
}

#domainextras {
    background:#FFF;
    padding-top:70px;
    padding-bottom:70px
}

#domainextras i.fas,#domainextras i.far,#domainextras i.fal,#domainextras i.fab {
    color:#6CA93E
}

#domainextras img {
    max-width:100px;
    margin-top:50px;
    margin-bottom:25px
}

#domainpricing {
    background:#E6E6E6;
    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
}

#webdesign {
    background:#FFF;
    padding-top:70px;
    padding-bottom:50px
}

#webdesign .benefits i.fas,#webdesign .benefits i.far,#webdesign .benefits i.fal,#webdesign .benefits i.fab {
    color:#6CA93E;
    font-size:20px;
    vertical-align:text-bottom;
    padding-right:12px
}

#webdesign .benefits p.light {
    font-size:18px
}

#webdesignplans {
    background:#FFF;
    padding-top:30px;
    padding-bottom:50px
}

#webdesignplans .thumbnail {
    background-color:#F7F7F7
}

#webdesignplans .thumbnail img {
    max-height:130px;
    margin-left:auto;
    margin-right:auto;
    margin-top:-75px;
    margin-bottom:30px
}

#webdesignplans h2 {
    margin-bottom:10px;
    padding:20px;
    margin-left:auto;
    margin-right:auto;
    color:#6CA93E;
    padding-top:0;
    text-shadow:0 5px 3px #191919
}

#webdesignplans h3 {
    padding:10px;
    color:#fff;
    border-top:1px solid #364344;
    border-bottom:1px solid #364344;
    width:50%;
    margin:auto;
    margin-bottom:30px
}

#webdesignplans h1 {
    font-size:70px;
    margin:10px;
    color:#fff
}

#webdesignplans small {
    font-size:30px;
    color:#E4E4E4;
    letter-spacing:-1px;
    vertical-align:super
}

#webdesignplans sup {
    font-size:30px!Important;
    margin-right:5px;
    color:#FFF
}

#webdesignplans span {
    font-weight:100
}

#webdesignplans p.specs {
    text-align:center;
    padding-bottom:30px;
    margin-left:20px;
    margin-right:20px;
    font-size:15px;
    font-weight:100;
    color:#fff;
    text-transform:uppercase
}

#webdesignplans p.price {
    text-align:center;
    padding-top:20px;
    padding-bottom:20px;
    margin-left:20px;
    margin-right:20px;
    font-size:15px;
    font-weight:400;
    color:#fff
}

#webdesignplans p.order {
    margin-top:50px;
    margin-bottom:20px
}

#webdesignplans p i.fas,#webdesignplans p i.far,#webdesignplans p i.fal,#webdesignplans p i.fab {
    color:#219423
}

#webdesignplans a {
    font-size:18px
}

#webdesignplans a i.fas,#webdesignplans a i.far,#webdesignplans a i.fal,#webdesignplans a i.fab {
    color:#fff
}

#webdesignplans p.check {
    font-size:17px!Important;
    font-weight:100!Important;
    text-align:center!Important;
    margin-left:auto;
    margin-right:auto;
    color:#848484;
    padding-top:12px;
    padding-bottom:0;
    margin-left:50px;
    margin-right:50px
}

#webdesignplans .thumbnail {
    margin-top:50px;
    margin-bottom:20px;
    background:#2E3839;
    border:5px solid #2D2D2D
}

#webdesignplans .thumbnail:hover {
    opacity:.9
}

#webdesignhighlight {
    background:#E6E6E6;
    padding-top:35px;
    padding-bottom:40px;
    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:#FFF;
    padding-top:70px;
    padding-bottom:70px
}

#webdesignfeatures i.fas,#webdesignfeatures i.far,#webdesignfeatures i.fal,#webdesignfeatures i.fab {
    padding-right:0
}

#webdesignfeatures .btn {
    margin-bottom:10px
}

#webdesignfeatures .btn i.fas,#webdesignfeatures .btn i.far,#webdesignfeatures .btn i.fal,#webdesignfeatures .btn i.fab {
    color:#FFF;
    padding-right:10px
}

#webdesignfeatures .box {
    margin-top:30px
}

#webdesignfeatures .box:hover {
    opacity:.8
}

#webdesignfeatures .box>.icon {
    text-align:center;
    position:relative
}

#webdesignfeatures .box>.icon>.image {
    position:relative;
    z-index:2;
    margin:auto;
    width:55px;
    height:55px;
    border-radius:50%;
    background:#FFF
}

#webdesignfeatures .box>.icon>.image>i {
    font-size:55px!important;
    color:#6CA93E!important
}

#webdesignfeatures .box>.icon:hover>.image>i {
    color:#0B9CB4!important
}

#webdesignfeatures .box>.icon>.info {
    margin-top:-24px;
    background-color:#2E3839;
    border:1px solid #000;
    padding:15px 0 10px 0;
    border-radius:5px
}

#webdesignfeatures .box>.icon>.info>h3.title {
    font-size:16px;
    color:#FFF;
    font-weight:700;
    padding-bottom:15px;
    border-bottom:1px solid #3F3F3F;
    width:75%;
    margin-left:auto;
    margin-right:auto;
    padding-top:15px;
    text-shadow:2px 2px 2px #000
}

#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:#fff;
    line-height:1.5em;
    margin:20px
}

#sslcertsintro {
    background:#FFF;
    padding-top:70px;
    padding-bottom:50px
}

#sslcertsintro .sslbenefits i.fas,#sslcertsintro .sslbenefits i.far,#sslcertsintro .sslbenefits i.fal,#sslcertsintro .sslbenefits i.fab {
    color:#6CA93E;
    font-size:20px;
    vertical-align:text-bottom;
    padding-right:12px
}

#sslcertsintro .sslbenefits p.light {
    font-size:18px
}

#sslcerts {
    background:#FFF;
    padding-top:70px;
    padding-bottom:70px
}

#sslcerts i.fas,#sslcerts i.far,#sslcerts i.fal,#sslcerts i.fab {
    padding-right:0
}

#sslcerts .btn i.fas,#sslcerts .btn i.far,#sslcerts .btn i.fal,#sslcerts .btn i.fab {
    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:#424242;
    vertical-align:middle
}

#sslcerts .box>.icon:hover>.image {
    background:#6CA93E
}

#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:#E6E6E6;
    border:1px solid #e0e0e0;
    padding:15px 0 10px 0
}

#sslcerts .box>.icon:hover>.info {
    background:rgba(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:#5D5D5D;
    font-weight:600;
    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:#E6E6E6;
    padding-top:40px;
    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 i.fas,#evsslcerts table i.far,#evsslcerts table i.fal,#evsslcerts table i.fab {
    padding-right:10px;
    color:#6CA93E
}

#evsslcerts i.fas,#evsslcerts i.far,#evsslcerts i.fal,#evsslcerts i.fab {
    padding-right:0
}

#evsslcerts .btn i.fas,#evsslcerts .btn i.far,#evsslcerts .btn i.fal,#evsslcerts .btn i.fab {
    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:#6CA93E
}

#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:#FFF;
    border:1px solid #e0e0e0;
    padding:15px 0 10px 0;
    border-radius:4px
}

#evsslcerts .box>.icon:hover>.info {
    background:#FFF;
    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 #ddd
}

#evsslcerts .table>tbody>tr>td {
    vertical-align:middle
}

#evsslcerts table tr {
    background-color:#FFF
}

#evsslcerts table tr:hover {
    background-color:#F2F2F2}.aboutus i.fas,.aboutus i.far,.aboutus i.fal,.aboutus i.fab {
    color:#0B9CB4!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:275px
}

#contact {
    background:#FFF;
    padding-top:70px;
    padding-bottom:45px
}

#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 i.fas,#contact i.far,#contact i.fal,#contact i.fab {
    color:#6CA93E
}

#contact .blue {
    color:#09A1BB!Important
}

#contact .input-group {
    padding-bottom:25px
}

#contact .input-group-addon i.fas,#contact .input-group-addon i.far,#contact .input-group-addon i.fal,#contact .input-group-addon i.fab {
    color:#FF5E5E;
    padding-right:0;
    font-size:7px;
    vertical-align:middle
}

#contact .thumbnail {
    padding:25px;
    background:#EFEFEF
}

.portfolio {
    background:#FFF;
    padding-top:50px;
    padding-bottom:35px
}

.portfolio p.caption {
    padding-top:10px
}

.portfolio .panel-default {
    margin-top:30px;
    margin-bottom:0
}

.portfolio .panel-image img.panel-image-preview {
    width:100%;
    border-radius:4px 4px 0 0
}

.portfolio .panel-heading~.panel-image img.panel-image-preview {
    border-radius:0
}

.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:0 10px;
    font-size:1.3em;
    color:rgb(100,100,100)
}

.portfolio .panel-image.hide-panel-body~.panel-body {
    height:0;
    padding:0
}

.portfolio i.fas,.portfolio i.far,.portfolio i.fal,.portfolio i.fab {
    color:#0B9CB4!Important
}

.portfolio .btn i.fas,.portfolio .btn i.far,.portfolio .btn i.fal,.portfolio .btn i.fab {
    color:#FFFFFF!Important
}

.portfolio .btn {
    margin-top:10px;
    margin-bottom:10px
}





.promotions {
    background:#FFF;
    padding-bottom:50px;
    padding-top:50px
}

.promotions i.fas,.promotions i.far,.promotions i.fal,.promotions i.fab {
    padding-right:0
}

.promotions .btn i.fas,.promotions .btn i.far,.promotions .btn i.fal,.promotions .btn i.fab {
    color:#FFF!Important
}

.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:#008a00;
	vertical-align: middle;
}

.promotions .box>.icon:hover>.image {
    background:#6CA93D
}

.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:#2E3839;
    border:1px solid #000;
    padding:15px 0 10px 0;
    border-radius:5px
}

.promotions .box>.icon:hover>.info {
    border-color:#5B5B5B;
    opacity:.8
}

.promotions .box>.icon>.info>h3.title {
    font-size:20px;
    color:#FFF;
    font-weight:700;
    padding-bottom:15px;
    border-bottom:1px solid #3F3F3F;
    width:75%;
    margin-left:auto;
    margin-right:auto;
    padding-top:15px;
    text-shadow:2px 2px 2px #000
}

.promotions .box>.icon>.info>p {
    font-size:13px;
    color:#FFF;
    line-height:1.5em;
    margin:20px
}

.promotions .box .space {
    height:30px
}








.faq .panel-default>.panel-heading a {
    color:#333;
    text-decoration:none
}

.faq .panel-default>.panel-heading i.fas,.faq .panel-default>.panel-heading i.far,.faq .panel-default>.panel-heading i.fal,.faq .panel-default>.panel-heading i.fab {
    color:#0B9CB4!Important
}

.faq .panel-default>.panel-heading {
    background-color:#E6E6E6
}

.faq .panel-title {
    font-size:13px
}

.faq .panel-default>.panel-heading+.panel-collapse>.panel-body {
    font-size:13px;
    background:#FFF
}

.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 {
	background: #FFFFFF;
	padding-top: 10px;
	padding-bottom: 40px;
}
#hosting-plans .thumbnail {
	background-color: #F7F7F7;
}
#hosting-plans .thumbnail img {
	max-height: 130px;
	margin-left: auto;
	margin-right: auto;
	margin-top: -75px;
	margin-bottom: 30px;
}
#hosting-plans h2 {
	margin-bottom: 0px;
	padding: 0px 0px 15px 0px;
	margin-left: auto;
	margin-right: auto;
	color: #0F0;
	padding-top: 0px;
	text-shadow: 0px 5px 3px #191919;
}
#hosting-plans h3 {
	padding: 10px;
	color: #ffffff;
	border-top: 1px solid #090;
	border-bottom: 1px solid #090;
	width: 50%;
	margin: auto;
	margin-bottom: 30px;
}
#hosting-plans h1 {
	font-size:70px;
	margin:0px 10px 0px 10px;
	color:#ffffff;
	letter-spacing: -2px;
}
#hosting-plans small {
	font-size: 30px;
	color: #E4E4E4;
	letter-spacing: -1px;
	vertical-align: super;
}
#hosting-plans small.mes {
	font-size: 12px;
	letter-spacing: normal;
}
#hosting-plans sup {
	font-size: 30px!Important;
	margin-right: 0px;
	color: #FFFFFF;
}
#hosting-plans span {
	font-weight:100;
}
#hosting-plans p.specs {
	text-align: center;
	padding-bottom: 20px;
	margin-left: 10px;
	margin-right: 10px;
	font-size: 1em;
	font-weight: 100;
	color:#ca85e8;
}
#hosting-plans p.specs2 {
	text-align: center;
	margin-left: 10px;
	margin-right: 10px;
	font-size: 1em;
	font-weight: 100;
	color:#ca85e8;
	padding-top: 10px;
}
#hosting-plans p.specs span, #hosting-plans p.specs2 span {
	color: #edc3ff;
}
#hosting-plans p.price {
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-left: 20px;
	margin-right: 20px;
	font-size: 15px;
	font-weight: 400;
	color:#ffffff;
}
#hosting-plans p.order {
	margin-top:30px;
	margin-bottom:10px;
}
#hosting-plans p.mais{
	margin-top:10px;
	margin-bottom:10px;
}
#hosting-plans p .fa {
	color: #219423;
}
#hosting-plans a {
	font-size:18px;
}
#hosting-plans a .fa {
	color: #fff;
}

#hosting-plans p.check {
	font-size: 17px!Important;
	font-weight: 100!Important;
	text-align: center!Important;
	margin-left: auto;
	margin-right: auto;
	color: #EBCCFF;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-left: 20px;
	margin-right: 20px;
}
#hosting-plans .thumbnail {
	margin-top: 100px;
	margin-bottom: 0px;
	background: #520075;
	border: 5px solid #21002F;
}
#hosting-plans .thumbnail:hover {
	opacity:0.9;
}






#productfeature {
	background: #F5E8FF;
	border-top: 1px solid #D297FF;
	border-bottom: 1px solid #D297FF;
	padding-top: 30px;
	padding-bottom: 15px;
}
#productfeature p {
	margin-top: 30px;
	margin-bottom: 30px;
	font-size:17px;
}

#productfeature i.fas,#productfeature i.far,#productfeature i.fal,#productfeature i.fab {
    color:#0C0
}

#productfeature .btn i.fas,#productfeature .btn i.far,#productfeature .btn i.fal,#productfeature .btn i.fab {
    color:#FFF
}





#ssl-certificates {
    background:#E6E6E6;
    border-top:1px solid #DADADA;
    border-bottom:1px solid #DADADA;
    padding-top:60px;
    padding-bottom:50px
}

#ssl-certificates .thumbnail {
    background-color:#FFF;
    margin-top:10px;
    margin-bottom:10px;
    border-radius:4px;
    border:1px solid #BFBFBF
}

#ssl-certificates small {
    color:#000;
    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 i.fas,#ssl-certificates i.far,#ssl-certificates i.fal,#ssl-certificates i.fab {
    color:#6CA93E
}

#ssl-certificates .btn i.fas,#ssl-certificates .btn i.far,#ssl-certificates .btn i.fal,#ssl-certificates .btn i.fab {
    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:#6F6F6F;
    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:0
}

#ssl-certificates p.learnmore {
    text-align:center;
    padding:0;
    margin-bottom:20px
}

#ssl-certificates p.btn {
    margin-left:30px;
    margin-bottom:12px;
    margin-top:5px
}







#website-tools {
	background: #FFFFFF;
	padding-top: 30px;
	padding-bottom: 0px;
}
#website-tools .thumbnail {
	background-color:#004800;
	margin-top: 20px;
	margin-bottom: 20px;
	border: 1px solid #022800;
}
#website-tools small {
	color: #ffffff;
}
#website-tools .thumbnail img {
	max-height: 110px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	margin-bottom: 30px;
}
#website-tools h3 {
	margin-top:10px;
	margin-bottom:20px;
	font-weight:600;
	color:#fff;
}
#website-tools h4 {
	border-top: 1px solid #29633d;
	border-bottom: 1px solid #29633d;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 10px;
	color:#fff;
}
#website-tools p {
	margin-top: 20px;
	margin-bottom: 10px;
    font-size:1.1em;
    font-weight:400;	
}
#website-tools p.button {
	margin-top: 20px;
	margin-bottom: 10px;
}









#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 #ECECEC;
}

#text-boxes i.fas,#text-boxes i.far,#text-boxes i.fal,#text-boxes i.fab {
    color:#6CA93E
}

#text-boxes .btn i.fas,#text-boxes .btn i.far,#text-boxes .btn i.fal,#text-boxes .btn i.fab {
    color:#FFF
}

#text-boxes h3 {
    margin-bottom:20px
}





#partners {
	background: #030;
	padding-top: 25px;
	border-top: 1px solid #001f00;
	height: 75px;
}
#partners .carousel-control {
	width: 0%;
	color: #FFF;
	margin-right: -12px;
	margin-left: -12px;
}
#partners #partnerimage {
	max-height:25px;
	margin-left: auto;
	margin-right: auto;
}
#partners img {
	opacity: 0.9;
}
#partners img:hover {
	opacity:1;
}







#footer {
	background: #060;
	border-top:1px solid #0C0;
	border-bottom:1px solid #0c0;
}
#footer h4 {
	font-weight:900;
	margin-top:25px;
}
#footer h4 .fa {
	color:#FFF;
}
#footer ul {
	margin-bottom:40px;
}
#footer a {
	color: #bfe8bf;
	margin-top: 5px;
	padding: 0px;
	font-size: 14px;
	font-weight: 200;
}
#footer a:hover {
	color:#fff;
	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;
	padding-top: 5px;
}
#footer p {
	color: #fff;
	font-size: 11px;
	margin-bottom: 10px;
	font-weight: 400;
	margin-top: 2px;
}






#footer i.fas,#footer i.far,#footer i.fal,#footer i.fab {
    color:#6CA93E
}

#copyright {
	background: #030;
	padding-top: 15px;
	padding-bottom: 15px;
}
#copyright p {
	text-align:center;
	font-size: 12px;
	color: #090;
	font-weight: 300;
	margin-bottom:0px;
}
#copyright .slogan {
	margin-bottom: 15px;
	margin-top: 10px;
	color: #090;
	font-size: 11px;
}
#copyright .slogan a {
	color: #090;
}
#copyright .slogan a:hover {
	color: #090;
	text-decoration: underline;
}
#copyright .slogan img.pgs {
	width:100%;
	max-width: 531px;
	border:none;
}
#copyright a {
	color:#fff;
}
#copyright a:hover {
	color:#999999;
}

#carousel .carousel-indicators .active {
    color:#FFF
}

#carousel .carousel-indicators li {
    text-indent:0;
    padding-left:0;
    margin-left:5px;
    margin-right:5px;
    color:#FFF;
    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:#FFF}.carousel-inner {
    -webkit-transform-style:preserve-3d}
	
.scroll-top-wrapper {
	position: fixed;
	opacity: 0;
	visibility: hidden;
	overflow: hidden;
	text-align: center;
	z-index: 99999999;
	background-color: #9421e0;
	color: #FFF;
	width: 48px;
	height: 48px;
	line-height: 48px;
	right: 85px;
	bottom: 21px;
	padding-top: 2px;
	border-radius: 40%;
	-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: #b85cf5;
}
	
.scroll-top-wrapper.show {
    visibility:visible;
    cursor:pointer;
    opacity:1
}

.scroll-top-wrapper i.fas,.scroll-top-wrapper i.far,.scroll-top-wrapper i.fal,.scroll-top-wrapper i.fab {
    padding-right:0;
    color:#FFF;
    line-height:inherit
}

#content .list-group-item .fa-fw {
    padding-right:25px!Important}