﻿body {
	background: url(../images/bodybg.jpg) repeat left top;
	margin: 0;
	padding: 0;
}
body, select, input, div {
	font-family: 'Lato', sans-serif;
	color: #777;
	font-size: 14px;
	line-height: 18px;
}
img {
	border: none;
}
::-moz-selection {
 color: #fff;
 background:#8fc900;
}
::selection {
	color: #fff;
	background: #8fc900;
}
.group:after {
	content: "";
	display: table;
	clear: both;
}
a {
	outline: none;
	color: #a11a13;
	text-decoration: none;
}
a:hover {
	-webkit-transition: background 0.6s ease-in-out;
	-moz-transition: background 0.6s ease-in-out;
	-ms-transition: background 0.6s ease-in-out;
	-o-transition: background 0.6s ease-in-out;
	transition: background 0.6s ease-in-out;
	outline: none;
	text-decoration: underline;
}
.clear {
	clear: both;
	height: auto;
}
.wrapper {
	max-width: 1060px;
	width: 100%;
	margin: 0 auto;
}
.topbox {
	float: left;
	width: 100%;
	padding: 12px 0;
        padding-right: 0px;
	background: #353537;
}
.topbox ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	float: right;
}
.topbox ul li {
	float: left;
	color: #fff;
	font-size: 16px;
	line-height: 16px;
	padding: 0 12px;
	border-right: 1px solid #fff;
}
.topbox ul li i {
	color: #78ce0d;
	font-size: 16px;
	line-height: 16px;
	margin: 0 3px 0 0;
}
.topbox ul li a {
	color: #fff;
	text-decoration: none;
}
.topbox ul li:last-child {
	border: none;
	padding-right: 10px;
}
.headerbox {
	float: left;
	width: 100%;
	min-height: 80px;
	background: #fff;
}
.logo {
	float: left;
	width: 350px;
	height: 70px;
	margin: 5px 0 0;
}
.logo a {
	display: block;
	width: 350px;
	height: 70px;
	background: url(../images/logo.png) no-repeat left top;
}
.bannercon {
	float: left;
	width: 100%;
	background: url(../images/banner.jpg) no-repeat center top #0f0f10;
}
.bannerbox {
	float: left;
	width: 100%;
	position: relative;
	height: 447px;
}
.banner-innertext {
	float: left;
	width: 70%;
	color: #fff;
	margin: 100px 0 0;
}
.bannerbox h1 {
	margin: 0 0 10px;
	padding: 0px;
	color: #fff;
	font-size: 40px;
	line-height: 42px;
	font-weight: bold;
}
.banner-price {
	float: left;
	width: 100%;
	font-size: 20px;
	color: #fff;
	line-height: 24px;
	font-weight: 300;
	margin: 0 0 20px;
}
.banner-price span {
	color: #78ce0d;
	font-size: 36px;
	line-height: 38px;
	font-weight: bold;
}
.bannerbox ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	float: left;
	width: 290px;
}
.bannerbox ul li {
	padding: 4px 0 4px 30px;
	position: relative;
	color: #fff;
	font-size: 18px;
	line-height: 20px;
}
.bannerbox ul li:before {
	content: "";
	position: absolute;
	left: 0px;
	top: 5px;
	display: block;
	font-size: 18px;
	line-height: 20px;
	color: #fff;
	font-family: 'FontAwesome';
}
.banner-btnbox {
	float: left;
	width: 100%;
	margin: 20px 0 0;
}
.banner-btnbox .btn1 {
	float: left;
	font-size: 17px;
	margin: 0 10px 0 0;
}
.banner-image {
	float: right;
	margin: 0px;
	width: 48%;
	position: absolute;
	right: -42px;
	bottom: 52px;
}
.mascot {
	position: absolute;
	right: 15px;
	bottom: -75px;
	margin: 0px;
}
.contentbox {
	float: left;
	width: 100%;
}
.paddingbox {
	padding: 50px 0;
}
.contentbox h2 {
	margin: 0px;
	padding: 0px;
	color: #33383f;
	font-size: 34px;
	font-weight: bold;
	line-height: 36px;
}
.boldtype {
	font-weight: bold;   
}
.planbox {
	float: left;
	width: 100%;
	font-size: 20px;
	line-height: 22px;
	font-weight: 300;
}
.planbox p {
	margin: 0px;
	padding: 0px;
}
/*******************Tabs Box************************/
.tabbox {
	float: left;
	width: 100%;
	margin: 30px 0 0;
}
.tabbox ul.tabs {
	list-style: none;
	margin: 0px;
	padding: 0px;
	float: left;
	width: 100%;
}
.tabbox ul.tabs li {
	display: inline-block;
 *display:inline;
	vertical-align: top;
}
.tabbox ul.tabs li a {
	display: block;
	background: #43c0ee;
	color: #fff;
	font-size: 16px;
	text-decoration: none;
	padding: 10px 30px;
	position: relative;
	font-weight: 400;
	border-radius: 2px;
	border-bottom: 2px solid #2f86a6;
}
.tabbox ul.tabs li a .fa, .tab_box ul.tabs li a .fa {
	margin: 0 5px 0 0;
}
.tabbox ul.tabs li a::after {
	position: absolute;
	left: 0;
	right: 0;
	content: "";
	bottom: -13px;
	height: 13px;
	background: url(../images/tabs_arrow_hover.png) no-repeat center center;
}
.tabbox ul.tabs li a:hover, .tabbox ul.tabs li.current a {
	background: #78ce0d;
	border-bottom: 2px solid #549009;
}
.tabbox ul.tabs li a:hover::after, .tabbox ul.tabs li.current a::after {
	background: url(../images/tabs_arrow.png) no-repeat center center;
}
.tabcontent {
	float: left;
	width: 100%;
	padding: 75px 0 0;
}
.plan1 {
	float: left;
	margin: 0 3.5% 0 0;
	padding: 0 0 20px;
	width: 31%;
	font-size: 16px;
	text-align: center;
	background: #fff;
	color: #465468;
}
.plan1:last-child {
	margin-right: 0;
}
.plan1 figure {
	margin: -50px 0 10px;
}
.plan1 h4 {
	margin: 0;
	font-size: 22px;
	line-height: 22px;
	color: #465468;
}
.plan1 p {
	margin: 10px 0 0;
}
.plan1 .price {
	margin: 35px 0 0;
	padding: 10px 0;
	color: #fff;
	font-size: 16px;
	background: #43c0ee;
}
.plan1:nth-child(2n) .price {
	margin-top: 18px;
}
.price .dollar {
	font-size: 38px;
	line-height: 38px;
	font-weight: 700;
}
.price small {
	font-size: 20px;
	line-height: 20px;
}
.plan1 ul {
	margin: 10px 0 0;
	padding: 0;
	list-style: none;
}
.plan1 ul li {
	margin: 0;
	padding: 12px 0;
	color: #465468;
	border-bottom: 1px solid #e7e7e7;
}
.plan1 ul li .blue {
	font-weight: 700;
	color: #43c0ee;
}
.plan1 .clogo {
	margin: 15px 0 0;
}
.plan1 .btn1 {
	margin: 15px 0 0;
	display: inline-block;
	font-weight: 400;
}
.plan1 .btn1 a {
	border-radius: 2px;
}
.tabcontent ul.list1:last-child {
	margin: 0px;
}
/******************Feature*******************/
.greybg {
	background: #f8f8f8;
}
.featurebox ul {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	width: 100%;
}
.featurebox ul li {
	margin: 35px 0 0;
	width: 48%;
	float: left;
	text-align: left;
}
.featurebox ul li:nth-child(2n) {
	float: right;
}
.featurebox ul li .image_holder {
	margin: 0;
	width: 90px;
	height: 90px;
	float: left;
}
.featurebox ul li .text {
	float: right;
	width: 80%;
	font-size: 16px;
	line-height: 22px;
}
.featurebox ul li .text h3 {
	margin: 0;
	font-size: 20px;
	line-height: 20px;
	color: #222;
	font-weight: 400;
}
.featurebox ul li .text p {
	margin: 10px 0 0;
}
.icon1 {
	background: url(../images/feature_icon1.png) no-repeat left top;
}
.icon2 {
	background: url(../images/feature_icon2.png) no-repeat left top;
}
.icon3 {
	background: url(../images/feature_icon3.png) no-repeat left top;
}
.icon4 {
	background: url(../images/feature_icon4.png) no-repeat left top;
}
.featurebox ul li:hover .icon1 {
	background: url(../images/feature_icon1_hover.png) no-repeat left top;
}
.featurebox ul li:hover .icon2 {
	background: url(../images/feature_icon2_hover.png) no-repeat left top;
}
.featurebox ul li:hover .icon3 {
	background: url(../images/feature_icon3_hover.png) no-repeat left top;
}
.featurebox ul li:hover .icon4 {
	background: url(../images/feature_icon4_hover.png) no-repeat left top;
}
/********************************************/
.partnersbox {
	background: #fff;
	float: left;
	width: 100%;
	padding: 25px 0;
}
.oslogobox {
	float: left;
	width: 100%;
	padding: 25px 0;
}

.datacentersbox {
	background: #fff;
	float: left;
	width: 100%;
	padding: 25px 0;
}
/*******************************************/
.footercon {
	float: left;
	width: 100%;
	background: #212324;
	border-top: 7px solid #78ce0d;
}
.footerbox {
	float: left;
	width: 100%;
	padding: 45px 0;
}
.sitemap {
	float: left;
	width:16%;
	color: #fff;
	font-weight: 400;
}
.sitemap p {
	margin: 0 0 15px;
}
/*.footerrt{
	width:auto;
}*/
.logo2 {
	float: left;
	margin: 0;
	width: 100%
}
.logo2 a {
	display: block;
	width: 217px;
	height: 59px;
	background: url(../images/logo2.png) no-repeat left top;
}
.footerlt {
	width:33%;
	padding:0 3% 0 0;
}
.sitemap h4 {
	margin: 0;
	font-size: 18px;
	line-height: 18px;
	color: #78ce0d;
	font-weight: 700;
}
.sitemap ul {
	margin: 15px 0 0;
	padding: 0;
	list-style: none;
}
.sitemap ul li {
	padding: 0 0 0 15px;
	position: relative;
	line-height: 22px;
	font-weight: 300;
}
.sitemap ul li:before {
	position: absolute;
	left: 0px;
	top: 0px;
	content: "\25CF";
	font-size: 14px;
	display: block;
	line-height: 20px;
	color: #78ce0d;
	font-family: 'Arial';
}
.sitemap ul li a {
	color: #b6b6b6;
	text-decoration: none;
}
.sitemap ul li a:hover {
	color: #fff;
}
.sitemap ul.social-icons li {
	padding: 0px;
}
.sitemap ul.social-icons li:before {
	display: none;
}
.sitemap ul li.fb_icon {
	background: url(../images/social_icons.png) no-repeat left top 5px;
}
.sitemap ul li.tweeter_icon {
	background: url(../images/social_icons.png) no-repeat left top -24px;
}
.sitemap ul li.youtube_icon {
	background: url(../images/social_icons.png) no-repeat left top -54px;
}
.sitemap ul li.linkidin_icon {
	background: url(../images/social_icons.png) no-repeat left top -84px;
}
.sitemap ul li.google_icon {
	background: url(../images/social_icons.png) no-repeat left top -112px;
}
.sitemap:last-child ul li {
	line-height: 30px;
}
.sitemap:last-child ul li a {
	padding-left: 30px;
}
.cards {
	cursor: pointer;
	float: left;
	margin: 0;
}
/************************************************/
/****************Sub Page***********************/
/*********************************************/
.subbannercon {
	float: left;
	width: 100%;
	background: url(../images/subbanner.png) no-repeat center top #0f0f10;
}
.subbannerbox {
	float: left;
	width: 100%;
	position: relative;
	height: 250px;
}
.subbanner-innertext {
	float: left;
	width: 50%;
	color: #fff;
	font-size: 24px;
	font-weight: 300;
	margin: 90px 0 0;
}
.subbanner-innertext h1 {
	margin: 0 0 10px;
	padding: 0px;
	color: #fff;
	font-size: 40px;
	line-height: 42px;
	font-weight: bold;
}
.subbanner-innertext p {
	margin: 0;
}
.subbanner-image {
	float: right;
	margin: 0px;
	position: absolute;
	right: 18px;
	top: 50px;
}
.mascot_image2 {
	position: absolute;
	right: 35px;
	top: 5px;
	margin: 0px;
}
/***************plans*************************/
.subplanbox {
	float: left;
	position: relative;
	width: 100%;
}
.subplanbox p {
	margin-bottom: 85px;
}
.subplan_lt {
	float: left;
	width: 22.6%;
	margin: 85px 5px 0 0;
}
.plans_inner {
	float: left;
	width: 100%;
	background: #fff;
	padding: 20px 0% 5px;
	text-align: left;
}
.plans_inner h3 {
	margin: 0;
	padding-left: 22px;
	font-size: 22px;
	line-height: 22px;
	color: #33383f;
	font-weight: 700;
}
.plans_inner h4 {
	padding-left: 22px;
        height: 100px;
	margin: -78px 0 0px;
        margin-left: 72px;
	background:url(../images/linux-icon-big.png) no-repeat 0 0;
}
.plans_inner h5 {
	padding-left: 22px;
        height: 100px;
	margin: -78px 0 0px;
        margin-left: 72px;
	background:url(../images/windows-icon-big.png) no-repeat 0 0;
}
.plans_inner_pre {
	float: left;
	width: 100%;
	background: #fff;
	padding: 20px 0% 5px;
	text-align: left;
}
.plans_inner_pre h3 {
	margin: 0;
	padding-left: 22px;
	font-size: 22px;
	line-height: 22px;
	color: #33383f;
	font-weight: 700;
}
.plans_inner_pre h4 {
	padding-left: 22px;
        height: 100px;
	margin: -78px 0 0px;
        margin-left: 72px;
	background:url(../images/linux-icon-big.png) no-repeat 0 0;
}
.plans_inner_pre h5 {
	padding-left: 22px;
        height: 100px;
	margin: -78px 0 0px;
        margin-left: 72px;
	background:url(../images/windows-icon-big.png) no-repeat 0 0;
}
.plans_inner_pre h6 {
	padding-left: 22px;
        height: 100px;
	margin: -78px 0 0px;
        margin-left: 72px;
	background:url(../images/ssl-icon-big.png) no-repeat 0 0;
}
.icon09{
	padding-left: 12px;
	font-weight: 700;
	margin: -80px 0 0px;
        line-height: 87px;
        padding-bottom: 50px;

}
.icon10{
	padding-left: 12px;
	font-weight: 700;
	margin: -80px 0 0px;
        line-height: 87px;
        padding-bottom: 50px;

}
.plans_inner ul {
	margin: 114px 0 0;
	padding: 0;
	list-style: none;
}
.plans_inner ul li {
	color: #465468;
	padding: 0 0 0 22px;
	line-height: 41px;
	border-bottom: 1px solid #e7e7e7;
}
.plans_inner ul li:last-child {
	border-bottom: none;
}
.plans_inner ul li .fa {
	font-weight: 400;
	color: #43c0ee;
	margin-right: 20px;
}
.plans_inner ul li .fa a {
	display: block;
	width: 10px;
	height: 10px;
	position: relative;
	top: -12px;
	z-index: 1;
        cursor: help;
}
.plans_inner_pre ul {
	margin: 30px 0 0;
	padding: 0;
	list-style: none;
}
.plans_inner_pre ul li {
	color: #465468;
	padding: 0 0 0 22px;
	line-height: 41px;
	border-bottom: 1px solid #e7e7e7;
}
.plans_inner_pre ul li:last-child {
	border-bottom: none;
}
.plans_inner_pre ul li .fa {
	font-weight: 400;
	color: #43c0ee;
	margin-right: 20px;
}
.plans_inner_pre ul li .fa a {
	display: block;
	width: 10px;
	height: 10px;
	position: relative;
	top: -12px;
	z-index: 1;
        cursor: help;
}
p#vtip {
	display: none;
	position: absolute;
	padding: 10px;
	left: 20px;
	top: -20px;
	font-size: 1.2em;
	background-color: #fff;
	border: 2px solid #43c0ee;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	z-index: 9999;
	width: 360px;
}
p#vtip #vtipArrow {
	position: absolute;
	top: 5px;
	left: -11px;
}
.dropdown {
	float: left;
	width: 98%;
	margin: 15px 0 0;
	padding: 0 5%;
	border: none;
	outline: none;
	height: 45px;
	font-size: 16px;
	color: #fff;
	cursor: pointer;
	line-height: 45px;
	background: url(../images/dropdown_bg.png) no-repeat right 20px center #33383f;
	-webkit-appearance: none;
	-moz-appearance: none;
}
.dropdown img {
	height: 22px;
}
.tag {
	position: absolute;
	left: -102px;
	bottom: 126px;
	width: 98px;
	height: 87px;
}
.subplan1 {
	width: 18.8%;
	margin-right: 5px;
}
.subplan1 .price {
	margin: 0;
}
.price small {
	font-weight: 300;
}
.subplan1:nth-child(2n) .price {
	margin: 0;
}
.subplan1 .price .dollar {
	font-size: 34px;
	line-height: 34px;
}
.subplan1 ul.list1 li {
	font-size: 16px;
	color: #33383f;
	font-weight: 400;
}
.subplan1 ul.list1 li .fa {
	margin-right: 7px;
	color: #33383f;
}
.subplan1 ul.list2 {
	margin: 0;
}
.subplan1 ul.list2 li {
	font-weight: 300;
	line-height: 41px;
	padding: 0;
	margin: 0;
}
.subplan1 ul.list2 li .fa {
	color: #78ce0d;
	font-weight: 400;
}
.subplan1 ul.list2 li .fr {
	color: #fe4200;
	font-weight: 400;
}
.subplan1 ul.list2 li:last-child {
	border-bottom: none;
}
.subplan1 .btn1 a {
	display: inline-block;
	padding: 12px 25px;
	font-size: 16px;
	font-weight: 400;
}
.subplan2 {
	background: #edfadd;
}
.subplan2 .price {
	background: #78ce0d;
}
.datacenter {
	float: left;
	width: 100%;
	font-size: 24px;
	line-height: 24px;
	font-weight: 700;
	color: #33383f;
	padding: 50px 0 0;
	text-align: center;
}
.datacenter small {
	font-size: 20px;
	line-height: 34 px;
	font-weight: 300;
	color: #454a50;
	margin: 5px 0 0;
}
.datacenter a {
	color: #43c0ee;
	text-decoration: underline;
}
/***********************************************/
.whitebox {
	background: #fff;
}
.whitebox p {
	margin: 5px 0 0;
}
.whitebox2 {
	background: #fff;
}
.whitebox2 p {
	margin: 0px 0 0;
}
.textbox .btn1 {
	display: inline-block;
	margin: 25px 0 0;
}
.textbox .btn1 a {
	padding: 16px 28px;
	font-size: 16px;
	font-weight: 400;
}
.yellowbox {
	width: 74%;
	font-size: 20px;
	color: #33383f;
	font-weight: 300;
	padding: 19px 0;
	background: #fffdd9;
	margin: 20px auto 0;
}
.yellowbox a {
	color: #78ce0d;
}
.black_con {
	background: url(../images/black_bg.jpg) no-repeat center top;
	background-size: cover;
}
.black_box {
	float: left;
	width: 100%;
}
.black_box ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.black_box ul li {
	font-size: 20px;
	color: #fff;
	padding: 8px 0 8px 40px;
	line-height: 24px;
}
.blue_icon1 {
	background: url(../images/icon1.png) no-repeat left 8px;
}
.blue_icon2 {
	background: url(../images/icon2.png) no-repeat left 8px;
}
.blue_icon3 {
	background: url(../images/icon3.png) no-repeat left 8px;
}
.blue_icon4 {
	background: url(../images/icon4.png) no-repeat left 8px;
}
.tab_box ul.tabs {
	list-style: none;
	margin: 0px;
	top: 300px;
	left: -15px;
	position: absolute;
	z-index: 99999;
}
.tab_box ul.tabs li {
	vertical-align: top;
	margin-bottom: 10px;
}
.tab_box ul.tabs li a {
	display: block;
	background: #43c0ee;
	color: #fff;
	font-size: 16px;
	text-decoration: none;
	padding: 10px 30px;
	position: relative;
	font-weight: 400;
	border-radius: 2px;
	border-bottom: 2px solid #2f86a6;
}
.tab_box ul.tabs li a:hover, .tab_box ul.tabs li.current a {
	background: #78ce0d;
	border-bottom: 2px solid #549009;
}
.texthide {
	display: none;
}
/*************************VPS SLIDER PAGE********************************/
.slider_box{
	padding:60px 0 0;
}
.tabbox1{
	display:inline-block;
	text-align:center;
}
.tabbox1 ul.tabs li a {
	padding:16px 70px;
	font-size:24px;
	margin-right:10px;
}
.tabbox1 ul.tabs li a::after {
	display:none;
}
.tabcontent2{
	padding:0;
}
.logo-image{
	float:left;
	width:100%;
	text-align:center;
} 
.planbox2 ul.list1{
	margin:40px 0 0;
	float:left;
	padding:0;
	list-style:none;
}
.planbox2 ul.list1 li{
	margin:0 3% 0 0;
	padding:0 1%;
	width:29%;
	font-size:14px;
	line-height:20px;
	float:left;
	text-align:center;
	vertical-align:top;
}
.planbox2 ul.list1 li .image_holder2{
	margin:0 0 25px;
}
.planbox2 ul.list1 li h4{
	font-size:20px;
	line-height:20px;
	color:#333;
	font-weight:400;
	margin:0;
}
.planbox2 ul.list1 li p{
	margin:15px 0 0;
}
.planbox2 ul.list1 li:last-child{
	float:right;
	margin-right:0;
}
.testimonialbox {
	font-size:16px;
	position:relative;
	line-height:24px;
}
.testimonialbox p{
	margin:10px 0 0;
}
.testimonialbox p span{
	font-weight:700;
	font-size:20px;
	color:#78ce0d;
	margin-top:0px;
}
.testimonialbox p a{
	color:#43c0ee;
	font-weight:400;
}
.testimonialbox::before{
	position:absolute;
	content:"";
	width:23px;
	height:17px;
	left:22px;
	top:52;
	background:url(../images/comma1.png) no-repeat;
}
.testimonialbox::after{
	position:absolute;
	content:"";
	width:23px;
	height:17px;
	right:180;
	top:80px;
	background:url(../images/comma2.png) no-repeat;
}
/********************SPECIAL CLASSES**************/
.aligncenter {
	text-align: center;
}
.nomargin_rt {
	margin-right:0 !important;
}
.paddingbox2{
	padding-bottom:60px;
}
/*********************SPECIAL COLORS**************/
.green {
	color: #78ce0d;
}
#network-monitoring                 { float: left; margin-right: 20px; }
@media (max-width: 480px){
.subplan_lt {
        display: none;
}
