@font-face {
	font-family: 'Avenir';
	src: url('../fonts/avenirnextltpro-regular.eot');
	src: url('../fonts/avenirnextltpro-regular.eot') format('embedded-opentype'), url('../fonts/avenirnextltpro-regular.woff') format('woff'), url('../fonts/avenirnextltpro-regular.ttf') format('truetype'), url('../fonts/avenirnextltpro-regular.svg#webfont') format('svg');
	font-weight: 300;
}
@font-face {
	font-family: 'Avenir';
	src: url('../fonts/avenirnextltpro-demi.eot');
	src: url('../fonts/avenirnextltpro-demi.eot') format('embedded-opentype'), url('../fonts/avenirnextltpro-demi.woff') format('woff'), url('../fonts/avenirnextltpro-demi.ttf') format('truetype'), url('../fonts/avenirnextltpro-demi.svg#webfont') format('svg');
	font-weight: 500;
}
@font-face {
	font-family: 'AvenirNextLTPro-UltLtCn';
	src:url(../fonts/AvenirNextLTPro-UltLtCn.otf);
}
@font-face {
	font-family: 'Avenir';
	src: url('../fonts/avenirnextltpro-bold.eot');
	src: url('../fonts/avenirnextltpro-bold.eot') format('embedded-opentype'), url('../fonts/avenirnextltpro-bold.woff') format('woff'), url('../fonts/avenirnextltpro-bold.ttf') format('truetype'), url('../fonts/avenirnextltpro-bold.svg#webfont') format('svg');
	font-weight: 600;
}
/* Eric Meyer's CSS Reset */
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* End of Eric Meyer's CSS Reset */
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
	display: block;
}
ol, ul {
    list-style: none;
	margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
}
}	
.last {
	margin-right: 0px 
}
.clear {
	clear: both;
}
.spacer {
	clear: both;
	height: 60px;
}
.spacersmall {
	clear: both;
	height: 20px;
}
h1 {
	font-size: 36px;
	font-weight: 600;
	line-height: 36px;
	color: #272b2c;
}
h2 {
	font-size: 30px;
	font-weight: 600;
	line-height: 30px;
	color: #272b2c;
}
h3 {
	font-size: 28px;
	font-weight: 600;
	line-height: 24px;
	color: #272b2c;
}
h4 {
	font-size: 24px;
	font-weight: 500;
	line-height: 22px;
	color: #484d4f;
}
h5 {
	font-size: 22px;
	font-weight: 500;
	line-height: 20px;
	color: #484d4f;
}
h6 {
	font-size: 20px;
	font-weight: 500;
	line-height: 18px;
	color: #484d4f;
}
strong {
	font-weight: 500;
	color: #5f6567;
}
/* General CSS */
.orange {
	color: #f48c27;
}
.red {
	color: #e43a3a;
}
.blue {
	color: #1d9abd;
}
.wrapper {
	width: 1100px;
	margin: 0 auto;
}
.nav-menu.menu .button {
	font-size: 14px;
	height: 40px 
	line-height: 44px;
}
.bluebutton {
	background: #1ea3c8 none repeat scroll 0 0;
	color: #fff 
	text-shadow: 0 1px 1px rgba(1, 2, 2, 0.3);
}
.button {
	border-radius: 4px;
	cursor: pointer;
	display: inline-block;
	font-size: 16px;
	font-weight: 500;
	height: 48px;
	line-height: 52px;
	padding-left: 20px;
	padding-right: 20px;
	text-decoration: none;
}
.button:hover {
	text-decoration: none; /* -moz-box-shadow: inset 0 -3px 0 rgba(1,2,2,.3); 
-webkit-box-shadow: inset 0 -3px 0 rgba(1,2,2,.3); 
box-shadow: inset 0 -2px 0 rgba(1,2,2,.26);  */
}
.bluebutton:hover {
	background: #2aacd0;
}
.greybutton {
	background: #b1b8ba;
	color: #fff 
	margin: 0 0 0 -4px 
	text-shadow: 0 1px 1px rgba(1,2,2,.3); /* drop shadow */
}
.greybutton:hover {
	background: #bbc0c2;
}
.redbutton {
	background: #f34d4d;
	color: #fff !important;
	text-shadow: 0 1px 1px rgba(1,2,2,.3); /* drop shadow */
}
.redbutton:hover {
	background: #f85c5c;
}
.outlinewhite {
	background: transparent;
	border: 2px solid #fff;
	color: #fff !important;
	height: 36px;
	line-height: 38px;
	opacity: 0.45;
}
.outlinewhite:hover {
	opacity: 0.80;
}
.outlinegrey {
	background: transparent;
	border: 2px solid #c9d0d4;
	color: #c9d0d4 
	height: 38px 
	line-height: 43px 
}
/* Header CSS */
.header {
	height: 96px;
	min-width: 1100px;
	z-index: 1001;
	border-bottom: 1px solid #090a0c; /* stroke */
	background-color: #fff; /* color overlay */
	
}
}
#active {
	color: #1da3c9 
}
.activedroplink {
	border-left: 4px solid #1da3c9 
}
/* Language Dropdown */
.languageblock {
	height: 40px 
	float: left;
	margin-left: 28px 
	padding: 0px 0px 15px 0px 
	position: relative;
}
.language {
	background-color: #f1f5f6;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	height: 40px;
	line-height: 46px;
	padding: 0px 14px;
	margin-top: 1px;
	font-size: 13px;
	color: #fff;
	margin-top: 0px;
	border: 0px 
	display: block;
}
.languageblock:hover .language {
	background: #ebeff0;
}
.languageselector {
	background-color: #ebeff0;
	display: none;
	width: 65px;
	position: absolute;
	padding-top: 4px;
	z-index: 1001;
	top: 55px;
	right: -9px;
	font-size: 13px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown;
	-webkit-box-shadow: 0px 2px 4px 0px rgba(50, 50, 50, 0.30);
	-moz-box-shadow: 0px 2px 4px 0px rgba(50, 50, 50, 0.30);
	box-shadow: 0px 2px 4px 0px rgba(50, 50, 50, 0.30);
}
.languageselector img {
	margin-right: 5px;
}
.languagearrow {
	background: url('../images/languagearrow.png');
	width: 12px;
	height: 5px;
	display: block;
	margin-top: -9px;
	margin-left: 29.5px;
}
.show {
	display: block;
}
.langitem {
	padding-top: 12px;
	padding-left: 14px;
	height: 13px;
	line-height: 13px;
}
.lastlangitem {
	padding-bottom: 12px;
}
/* Banner CSS */
.banner {
	background: #0b0d0e;
	height: 600px;
	z-index: 1000;
	position: relative;
	min-width: 1100px;
}
.slide-1 {
	/*background: url('../images/slide-1.png');*/
	height: 600px;
	min-width: 1100px;
	max-width: 1400px;
	margin: 0 auto;
}
.banner .h2text {
	font-size: 14px;
	color: #787c80;
	letter-spacing: 5px;
	line-height: 15px;
	font-weight: 500;
	margin-bottom: 20px;
	padding-top: 151px;
	display: block;
}
.banner h1 {
	font-size: 36px;
	text-shadow: 0 1px 1px rgba(1,2,2,.85); /* drop shadow */
	color: #fff;
	line-height: 48px;
	font-weight: 600;
	text-transform: uppercase;
	width: 680px;
}
.banner .h1text {
	font-size: 36px;
	text-shadow: 0 1px 1px rgba(1,2,2,.85); /* drop shadow */
	color: #fff;
	line-height: 48px;
	font-weight: 600;
	text-transform: uppercase;
	width: 680px;
	display: block;
}
.banner p {
	font-size: 20px;
	line-height: 36px;
	font-weight: 300;
	width: 680px;
	margin-top: 20px;
}
.banner .button {
	font-size: 18px;
	height: 48px;
	line-height: 50px;
	margin-top: 28px;
	padding: 0px 24px;
}
.banner .outlinewhite {
	font-size: 18px;
	height: 44px;
	line-height: 46px;
	margin-top: 28px;
}
.subbanner {
	height: 129px;
	min-width: 1100px;
}
.subbanner h1 {
	text-transform: none;
	font-weight: 600;
	float: left;
	line-height: 133px;
	height: 129px;
	width: auto;
}
.subbanner .floatright {
	width: 400px;
}
.subbanner-wrapper {
	background: url('../images/subbannerbg.png');
	height: 129px;
	min-width: 1100px;
	max-width: 1400px;
	margin: 0 auto;
}
.subbanner .outlinegrey {
	padding: 0px 20px 
	font-weight: 400;
	opacity: 0.7;
	font-size: 17px;
	margin-top: 43px;
	float: right;
	margin-left: 20px;
}
.subbanner .outlinegrey img {
	float: left;
	margin-top: 13px;
	margin-right: 6px;
}
.outlinegrey:hover {
	opacity: 1.0;
}
/* Home Features */
.homefeatures {
	padding-top: 30px;
	padding-bottom: 10px;
}
.title {
	color: #1a98bb; /* text color */
	font-size: 15px;
	font-weight: 500;
	text-align: center;
	text-transform: uppercase;
}
.title h2 {
	padding-top: 10px;
	letter-spacing: 0px;
	padding-bottom: 50px;
	line-height: 36px;
	font-size: 36px;
}
.threecol {
	width: 400px;
	float: left;
	text-align: center;
}
.threecol h3 {
	padding-top: 25px;
	padding-bottom: 15px;
	font-size: 22px;
	font-weight: 500;
	line-height: 20px;
	color: #484d4f;
}
.threecol .img {
	background-position: 0px 0px;
	height: 64px;
	width: 64px;
	margin: 0 auto;
}
.threecol:hover .img {
	background-position: 0px -64px;
}
.threecol:hover h3 {
	color: #1ea3c8;
}
.clock {
	background: url('../images/glyph-clock.png');
}
.bubble {
	background: url('../images/glyph-bubble.png');
}
.eye {
	background: url('../images/glyph-eye.png');
}
.settings {
	background: url('../images/glyph-settings.png');
}
.wifi {
	background: url('../images/glyph-wifi.png');
}
.nope {
	background: url('../images/glyph-nope.png');
}
.crosshair {
	background: url('../images/glyph-crosshair.png');
}
.shield {
	background: url('../images/glyph-shield.png');
}
.group {
	background: url('../images/glyph-group.png');
}
.network {
	background: url('../images/network.png');
}
.reboot {
	background: url('../images/glyph-power.png');
}
.clock-sm {
	background: url('../images/glyph-clock-sm.png');
}
.bubble-sm {
	background: url('../images/glyph-bubble-sm.png');
}
.eye-sm {
	background: url('../images/glyph-eye-sm.png');
}
.settings-sm {
	background: url('../images/glyph-settings-sm.png');
}
.wifi-sm {
	background: url('../images/glyph-wifi-sm.png');
}
.nope-sm {
	background: url('../images/glyph-nope-sm.png');
}
.reboot-sm {
	background: url('../images/glyph-power-sm.png');
}
/* Home Plans CSS */
.darkbg {
	background: #181b1c;
	padding-top: 75px;
	padding-bottom: 75px;
	min-width: 1100px;
}
section.darkbg.parallax-one {
	background-image: url(../images/2.png);
}
section.darkbg.parallax-one {
	background-attachment: fixed;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
	height: 600x;
}
.darkbg .title {
	color: #1093b8;
}
.darkbg .title h2 {
	color: #ffffff;
}
.homeplans .title {
	padding-bottom: 7px;
}
.homeplan {
	border: 1px solid #292d2e;
	width: 231px;
	padding: 26px 21px 22px 21px;
	float: left;
	text-align: center;
}
.newhomeplan{
	border: 1px solid #292d2e;
	width: 274px;
	padding: 26px 21px 22px 21px;
	float: left;
	text-align: center;
}
.homeplan h5 small {
	color: #697376;
	font-size: 15px;
	line-height: 30px;
	font-weight: 500;
}
.homeplan h5 {
	color: #fff;
	font-weight: 600;
}
.homeplan ul li {
	height: 48px;
	line-height: 28px;
	background: #141618;
	text-align: center;
	margin: 0px -21px;
	font-weight: 300;
}
.homeplan ul li strong {
	color: #fff;
	font-weight: 500;
}
.homeplan .button {
	width: 231px;
	padding: 0px;
	height: 52px;
	line-height: 54px;
	margin-top: 22px;
	font-size: 18px;
	font-weight: 500;
}
.homeplan p {
	margin-top: -8px;
	padding-bottom: 2px;
	color: #697376;
}
.homeplans .first {
	-webkit-border-radius: 5px 0px 0px 5px;
	-moz-border-radius: 5px 0px 0px 5px;
	border-radius: 5px 0px 0px 5px;
	border-right: 0px;
}
.homeplans .firstactive {
	background: #131617;
	padding: 34px 21px;
	border: 1px solid #1093b8;
	margin-top: -10px;
	width: 230px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 0 0 13px 1px rgba(1,2,2,.75); /* drop shadow */
	-webkit-box-shadow: 0 0 13px 1px rgba(1,2,2,.75); /* drop shadow */
	box-shadow: 0 0 13px 1px rgba(1,2,2,.75); /* drop shadow */
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown;
}
.newhomeplans .firstactive{
	background: #131617;
	padding: 34px 21px;
	border: 1px solid #1093b8;
	margin-top: -10px;
	width: 274px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 0 0 13px 1px rgba(1,2,2,.75); /* drop shadow */
	-webkit-box-shadow: 0 0 13px 1px rgba(1,2,2,.75); /* drop shadow */
	box-shadow: 0 0 13px 1px rgba(1,2,2,.75); /* drop shadow */
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown;
}
.homeplans .second {
	border-right: 0px;
}
.homeplans .secondactive {
	background: #131617;
	padding: 34px 21px;
	border: 1px solid #1093b8;
	margin-top: -10px;
	width: 230px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 0 0 13px 1px rgba(1,2,2,.75); /* drop shadow */
	-webkit-box-shadow: 0 0 13px 1px rgba(1,2,2,.75); /* drop shadow */
	box-shadow: 0 0 13px 1px rgba(1,2,2,.75); /* drop shadow */
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown;
}
.newhomeplans .secondactive{
	background: #131617;
	padding: 34px 21px;
	border: 1px solid #1093b8;
	margin-top: -10px;
	width: 274px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 0 0 13px 1px rgba(1,2,2,.75); /* drop shadow */
	-webkit-box-shadow: 0 0 13px 1px rgba(1,2,2,.75); /* drop shadow */
	box-shadow: 0 0 13px 1px rgba(1,2,2,.75); /* drop shadow */
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown;
}
.homeplans .thirdactive {
	background: #131617;
	padding: 34px 21px;
	border: 1px solid #1093b8;
	margin-top: -10px;
	width: 232px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 0 0 13px 1px rgba(1,2,2,.75); /* drop shadow */
	-webkit-box-shadow: 0 0 13px 1px rgba(1,2,2,.75); /* drop shadow */
	box-shadow: 0 0 13px 1px rgba(1,2,2,.75); /* drop shadow */
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown;
	margin-left: -1px;
}
.newhomeplans .thirdactive{
	background: #131617;
	padding: 34px 21px;
	border: 1px solid #1093b8;
	margin-top: -10px;
	width: 274px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 0 0 13px 1px rgba(1,2,2,.75); /* drop shadow */
	-webkit-box-shadow: 0 0 13px 1px rgba(1,2,2,.75); /* drop shadow */
	box-shadow: 0 0 13px 1px rgba(1,2,2,.75); /* drop shadow */
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown;
}
.homeplans .fourthactive {
	background: #131617;
	padding: 34px 21px;
	border: 1px solid #1093b8;
	margin-top: -10px;
	width: 230px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 0 0 13px 1px rgba(1,2,2,.75); /* drop shadow */
	-webkit-box-shadow: 0 0 13px 1px rgba(1,2,2,.75); /* drop shadow */
	box-shadow: 0 0 13px 1px rgba(1,2,2,.75); /* drop shadow */
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown;
	margin-left: -1px;
}
.newhomeplans .fourthactive{
	background: #131617;
	padding: 34px 21px;
	border: 1px solid #1093b8;
	margin-top: -10px;
	width: 274px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 0 0 13px 1px rgba(1,2,2,.75); /* drop shadow */
	-webkit-box-shadow: 0 0 13px 1px rgba(1,2,2,.75); /* drop shadow */
	box-shadow: 0 0 13px 1px rgba(1,2,2,.75); /* drop shadow */
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown;
}
.homeplans .firstactive h5, .homeplans .secondactive h5, .homeplans .thirdactive h5, .homeplans .fourthactive h5 {
	color: #10a0c8;
	margin-top: 1px;
}
.homeplans .firstactive .redbutton, .homeplans .secondactive .redbutton, .homeplans .thirdactive .redbutton, .homeplans .fourthactive .redbutton {
	background: #1ea3c8;
	color: #fff 
	text-shadow: 0 1px 1px rgba(1,2,2,.3) 
}
.homeplans .firstactive .redbutton:hover, .homeplans .secondactive .redbutton:hover, .homeplans .thirdactive .redbutton:hover, .homeplans .fourthactive .redbutton:hover {
	background: #2aacd0;
}
.transparentbg {
	background: transparent 
}
.price {
	padding-top: 29px;
	padding-bottom: 15px;
	margin-bottom: 0px;
}
.price span {
	font-size: 48px;
	line-height: 48px;
	font-weight: 700;
	letter-spacing: -2.5px;
	color: #fff;
}
.price span sup {
	font-size: 24px;
	font-weight: 500;
	vertical-align: text-top;
	line-height: 40px;
	padding-right: 8px;
}
.price span small {
	font-size: 17px;
	color: #697376;
	font-weight: 300;
	letter-spacing: 0px;
}
/* Bottom Section Home */
.homebottom {
	padding-top: 20px;
}
.hometext {
	padding-top: 75px;
}
.hometext p {
	padding-bottom: 25px;
}
.halfcol {
	width: 515px;
}
.floatleft {
	float: left;
}
.floatright {
	float: right;
}
.testimonial-wrap {
	border: 1px solid #e8ebec; /* stroke */
	background: url('../images/quotestart.png') 20px 25px no-repeat;
	background-color: #f8fafa; /* color overlay */
	width: 437px;
	padding: 20px 24px 23px 52px;
	font-size: 15px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	position: relative;
	margin-bottom: 45px;
	margin-top: 45px;
}
.testimonialarrow {
	position: absolute;
	bottom: -29px;
	left: 44px;
}
.testimonial-details strong {
	color: #1a97b9; /* text color */
	font-size: 18px;
	font-weight: 500;
	font-style: normal;
}
.testimonial-details .floatleft {
	margin-top: -4px;
}
.floatleft .button.redbutton {
	display: none;
}
.testimonial-details .redbutton {
	font-style: normal;
	font-weight: 500;
	line-height: 46px;
	height: 40px;
	font-size: 15px;
}
.testimonial-details {
	color: #989d9f;
	font-style: oblique;
}
.ddosattacklist {
	margin-top: 45px;
}
.ddosattacklist ul li:last-child {
	margin-bottom: 0px;
}
.ddosattacklist li {
	background: url('../images/tick.png') 14px 18px no-repeat #f8fafa;
	width: 477px;
	padding-left: 38px;
	height: 46px;
	margin-bottom: 35px;
	line-height: 48px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	border: 1px solid #e8ebec;
}
/* Footer CSS */
.footer {
	background: #121517 none repeat scroll 0 0;
	min-width: 1100px;
	padding-top: 60px;
}
.footer a:link {
	color: #6a7072;
	text-decoration: none;
}
.footer a:visited {
	color: #6a7072;
	text-decoration: none;
}
.footer a:hover {
	color: #8d9395;
	text-decoration: underline;
}
.footer a:active {
	color: #6a7072;
	text-decoration: none;
}
.column {
	width: 275px;
	float: left;
	padding-bottom: 50px;
}
.column h6 {
	color: #fff;
	padding-bottom: 16px;
	font-size: 20px;
	font-weight: 600;
}
.column ul li {
	line-height: 28px;
}
.connectcolumn ul li img {
	float: left;
	margin-right: 8px;
	margin-top: 6px;
}
.copyright {
	background: #08090a;
	height: 86px;
	line-height: 88px;
	color: #6a7072;
	overflow: hidden;
}
.footlogo {
	float: left;
	margin-top: 24.5px;
	margin-right: 25px;
}
.copyright .floatright {
	color: #fff;
	font-weight: 300;
}
.white {
	color: #fff;
}
.fb {
	color: #5675b9;
	font-weight: 500;
}
a:hover .fb {
	text-decoration: underline;
}
.twt {
	color: #5e95d5;
	font-weight: 500;
}
a:hover .twt {
	text-decoration: underline;
}
.ggl {
	color: #d64e34;
	font-weight: 500;
}
a:hover .ggl {
	text-decoration: underline;
}
/* DC Navigation */
.sub-nav {
	min-width: 1100px;
	background: #f3f7f8;
	border-bottom: 1px solid #ccd3d3;
	-moz-box-shadow: inset 0 -2px 2px 0 rgba(1,2,2,.02); /* inner shadow */
	-webkit-box-shadow: inset 0 -2px 2px 0 rgba(1,2,2,.02); /* inner shadow */
	box-shadow: inset 0 -2px 2px 0 rgba(1,2,2,.02); /* inner shadow */
	height: 48px;
	line-height: 49px;
	font-weight: 500;
	text-transform: uppercase;
}
.sub-nav ul li {
	margin-right: 40px;
	display: inline-block;
}
.sub-nav .active {
	background: url('../images/subarrow.png') center bottom no-repeat;
}
.sub-nav ul li:hover a, .sub-nav .active a {
	color: #1a98bb 
	text-decoration: none;
}
.sub-nav a:link {
	color: #717a7c;
	text-decoration: none;
}
.sub-nav a:visited {
	color: #717a7c;
	text-decoration: none;
}
.sub-nav a:hover {
	color: #1a98bb;
	text-decoration: none;
}
.sub-nav a:active {
	color: #717a7c;
	text-decoration: none;
}
/* Plan Table CSS */
.plantable {
	min-width: 1100px;
	background: #f7f8f9;
	padding: 60px 0px;
}
.plan-specs {
	float: left;
	width: 219px;
	padding-right: 50px;
	text-align: right;
}
.plantable ul li {
	height: 48px;
	line-height: 52px;
	position: relative;
	z-index: 1000;
}
.plan-specs h5 {
	padding: 21px 0px 25px 0px;
	line-height: 28px;
	height: 47px 
	font-weight: 500;
	color: #3a4043;
	font-size: 20px;
}
.plantable .plan {
	z-index: 1000;
}
.plantable .first {
	-webkit-border-radius: 5px 0px 0px 5px;
	-moz-border-radius: 5px 0px 0px 5px;
	border-radius: 5px 0px 0px 5px;
}
.plantable .firstactive {
	background: #fdfefe;
	padding: 7px 0px;
	border: 1px solid #1ea3c8;
	margin-top: -7px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 0 0 8px 1px rgba(1,2,2,.12); /* drop shadow */
	-webkit-box-shadow: 0 0 8px 1px rgba(1,2,2,.12); /* drop shadow */
	box-shadow: 0 0 8px 1px rgba(1,2,2,.12); /* drop shadow */
	z-index: 1001;
}
.plantable .second {
	border-left: 0px;
}
.plantable .secondactive {
	background: #fdfefe;
	padding: 7px 0px;
	border: 1px solid #1ea3c8;
	margin-top: -7px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 0 0 8px 1px rgba(1,2,2,.12); /* drop shadow */
	-webkit-box-shadow: 0 0 8px 1px rgba(1,2,2,.12); /* drop shadow */
	box-shadow: 0 0 8px 1px rgba(1,2,2,.12); /* drop shadow */
	z-index: 1001;
	margin-left: -1px;
}
.plantable .third {
	border-left: 0px;
}
.plantable .thirdactive {
	background: #fdfefe;
	padding: 7px 0px;
	border: 1px solid #1ea3c8;
	margin-top: -7px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 0 0 8px 1px rgba(1,2,2,.12); /* drop shadow */
	-webkit-box-shadow: 0 0 8px 1px rgba(1,2,2,.12); /* drop shadow */
	box-shadow: 0 0 8px 1px rgba(1,2,2,.12); /* drop shadow */
	z-index: 1001;
	margin-left: -1px;
}
.plantable .fourth {
	border-left: 0px;
	-webkit-border-radius: 0px 5px 5px 0px;
	-moz-border-radius: 0px 5px 5px 0px;
	border-radius: 0px 5px 5px 0px;
}
.plantable .fourth5col {
	border-left: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}
.plantable .fourthactive {
	background: #fdfefe;
	padding: 7px 0px;
	border: 1px solid #1ea3c8;
	margin-top: -7px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 0 0 8px 1px rgba(1,2,2,.12); /* drop shadow */
	-webkit-box-shadow: 0 0 8px 1px rgba(1,2,2,.12); /* drop shadow */
	box-shadow: 0 0 8px 1px rgba(1,2,2,.12); /* drop shadow */
	z-index: 1001;
	margin-left: -1px;
}
.plantable .fifth {
	border-left: 0px;
	-webkit-border-radius: 0px 5px 5px 0px;
	-moz-border-radius: 0px 5px 5px 0px;
	border-radius: 0px 5px 5px 0px;
}
.plantable .fifthactive {
	background: #fdfefe;
	padding: 7px 0px;
	border: 1px solid #1ea3c8;
	margin-top: -7px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 0 0 8px 1px rgba(1,2,2,.12); /* drop shadow */
	-webkit-box-shadow: 0 0 8px 1px rgba(1,2,2,.12); /* drop shadow */
	box-shadow: 0 0 8px 1px rgba(1,2,2,.12); /* drop shadow */
	z-index: 1001;
	margin-left: -1px;
}
.plantable .firstactive h4, .plantable .secondactive h4, .plantable .thirdactive h4, .plantable .fourthactive h4, .plantable .fifthactive h4 {
	color: #1ea3c8;
}
.plantable .firstactive .redbutton, .plantable .secondactive .redbutton, .plantable .thirdactive .redbutton, .plantable .fourthactive .redbutton, .plantable .fifthactive .redbutton {
	background: #1ea3c8;
	color: #fff 
	text-shadow: 0 1px 1px rgba(1,2,2,.3);
}
.plantable .firstactive .redbutton:hover, .plantable .secondactive .redbutton:hover, .plantable .thirdactive .redbutton:hover, .plantable .fourthactive .redbutton:hover, .plantable .fifthactive .redbutton:hover {
	background: #2aacd0;
}
.plantable .firstactive .odd, .plantable .secondactive .odd, .plantable .thirdactive .odd, .plantable .fourthactive .odd, .plantable .fifthactive .odd, .domainPricing .odd {
	background: #f5f8f9;
}
.plan {
	border: 1px solid #c8cdcd;
	text-align: center;
	width: 206px;
	float: left;
	position: relative;
}
.plan5col {
	width: 165px;
}
.plan h4 {
	padding: 32px 0px 13px 0px;
	line-height: 31px;
	height: 47px 
	font-weight: 500;
	color: #f34d4d;
}
.plan h4 small {
	color: #828a8c;
	font-size: 14px;
}
.plan .odd {
	background: #f1f3f4;
}
.plan span {
	line-height: 56px;
	color: #3d4244;
	font-size: 20px;
	font-weight: 500;
}
.plan .hkpricevps {
	 font-size: 14px;
 }
.plan .hkprice {
	font-size: 16px;
}
.plan .button {
	height: 48px;
	line-height: 52px;
	width: 114px;
	font-size: 16px;
	overflow: hidden;
}
.plan5col .button {
	width: 102px;
}
.plan ul li:last-child {
	height: 48px;
	padding: 22px 0px;
}
/* Tooltip CSS */
.tip {
	border-bottom: 1px dotted #cdcfd0;
	padding-bottom: 2px;
	cursor: help;
}
.plan-specs ul li:last-child .tip {
	border-bottom: 1px dotted #afd9e5;
}
.tipr_content {
	border-radius: 5px;
	font-size: 14px;
	padding: 12px 16px;
	line-height: 20px;
	text-align: left;
	width: 230px;
	background-color: #fcfcfc;
	-moz-box-shadow: 0 2px 3px rgba(1,2,2,.08), inset 0 -1px 1px 0 rgba(1,2,2,.07);
	-webkit-box-shadow: 0 2px 3px rgba(1,2,2,.08), inset 0 -1px 1px 0 rgba(1,2,2,.07);
	box-shadow: 0 2px 3px rgba(1,2,2,.08), inset 0 -1px 1px 0 rgba(1,2,2,.07);
}
.plan .tipr_content {
	width: 246px;
	font-weight: 300 
	color: #757c7e 
}
.tipr_container_bottom {
	display: none;
	position: absolute;
	right: 8px;
	margin-top: 0px;
	z-index: 1000;
}
.plan .tipr_container_bottom {
	display: none;
	position: absolute;
	right: -37px;
	margin-top: -104px;
	z-index: 1000;
}
.plan .tipr_point_bottom, .tipr_point_bottom {
	position: relative;
	background: #fcfcfc 
	border: 1px solid #dcdcdc;
	border-radius: 4px;
}
.plan .tipr_point_bottom:after, .plan .tipr_point_bottom:before {
	position: absolute;
	pointer-events: none;
	border: solid transparent;
	top: 100%;
	content: "";
	height: 0;
	width: 0;
}
.plan .tipr_point_bottom:after {
	border-top-color: #fcfcfc;
	border-width: 8px;
	left: 50%;
	margin-left: -8px;
	margin-top: -1px;
}
.plan .tipr_point_bottom:before {
	border-top-color: #dcdcdc;
	border-width: 9px;
	left: 50%;
	margin-left: -9px;
}
.tipr_point_bottom:after, .tipr_point_bottom:before {
	position: absolute;
	pointer-events: none;
	border: solid transparent;
	bottom: 100%;
	content: "";
	height: 0;
	width: 0;
}
.tipr_point_bottom:after {
	border-bottom-color: #fcfcfc;
	border-width: 8px;
	left: 90%;
	margin-left: -8px;
}
.tipr_point_bottom:before {
	border-bottom-color: #dcdcdc;
	border-width: 9px;
	left: 90%;
	margin-left: -9px;
}
/* Well CSS */
.well-light {
	background: #eff3f4;
	border: 1px solid #cdd5d7;
	padding: 16px 20px;
	width: 1058px;
	-moz-box-shadow: inset 0 1px 3px 0 rgba(1,2,2,.06); /* inner shadow */
	-webkit-box-shadow: inset 0 1px 3px 0 rgba(1,2,2,.06); /* inner shadow */
	box-shadow: inset 0 1px 3px 0 rgba(1,2,2,.06); /* inner shadow */
	font-size: 18px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	line-height: 48px;
	height: 44px;
}
.well-light .bluebutton {
	line-height: 48px;
	height: 44px;
	font-size: 18px;
}
.well-light strong {
	color: #505556;
}
.titleleft {
	text-align: left;
}
.titleleft h2 {
	padding-bottom: 14px;
	font-size: 30px;
	padding-top: 2px;
}
.checklistVPS li {
	background: url('../images/checkmark-small.png') 0px 6px no-repeat;
	padding-left: 25px;
	line-height: 28px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.checklist li {
	background: url('../images/checkmark-small.png') 0px 6px no-repeat;
	padding-left: 25px;
	width: 50%;
	float: left;
	line-height: 28px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.checklist {
	padding-top: 4px;
	margin-bottom: 20px;
	height: 100%;
}
.checklist li:last-child {
	width: 100%;
	float: none;
	clear: both;
}
.info-row .checklist {
	margin-bottom: 0px;
}
.arrowlist li {
	background: url('../images/arrow-right.png') 0px 7px no-repeat;
	padding-left: 25px;
	width: 50%;
	float: left;
	line-height: 28px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.info-row .arrowlist {
	padding-top: 4px;
	padding-bottom: 20px;
	height: 100%;
	width: 695px;
}
.info-row.info-row-first .arrowlist {
	width: auto;
}
.info-row.noborder .arrowlist {
	width: 640px;
}
.offshore-text-white .arrowlist {
	width: 640px 
}
.ddosright {
	float: right;
	margin-left: 56px;
	width: 434px;
	padding-top: 80px;
}
.ddosleft {
	float: left;
	width: 610px;
}
.offshoremapleft {
	float: left;
	width: 610px;
}
.offshoremapright {
	float: right;
	margin-left: 56px;
	width: 434px;
	padding-top: 50px;
}
.darkfeature {
	color: #ffffffe6;
}
.darkfeature p {
	padding-bottom: 16px;
	padding-top: 2px;
}
.darkfeature .title {
	padding-bottom: 7px;
}
/* Final Section / Button Bottom */
.finalsection {
	padding: 75px 0px;
}
.finalsection .title h4 {
	line-height: 48px;
	padding-top: 5px;
	padding-bottom: 30px;
	font-size: 36px;
	font-weight: 600;
	color: #272b2c;
}
.finalsection .bluebutton {
	margin-bottom: 5px;
}
/* Contact Page CSS */
.contactform {
	padding-top: 75px;
	padding-bottom: 75px;
}
.contactform .floatleft {
	width: 720px;
	float: left;
}
.contactform .floatright {
	float: right;
	width: 380px;
}
.contactform h2 {
	padding-bottom: 10px;
	font-size: 36px;
	font-weight: 600;
	line-height: 36px;
	color: #272b2c;
}
.contactform input[type="text"], .contactform input[type="email"] {
	width: 680px;
	padding-left: 18px;
	padding-right: 20px;
	height: 44px;
	font-size: 18px;
	margin-top: 25px;
	border: 1px solid #c8cad2; /* stroke */
	-moz-box-shadow: inset 0 0 3px rgba(1,1,1,.12); /* inner shadow */
	-webkit-box-shadow: inset 0 0 3px rgba(1,1,1,.12); /* inner shadow */
	box-shadow: inset 0 0 3px rgba(1,1,1,.12); /* inner shadow */
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background: #fafafd;
	color: #555e61;
}
.required {
	background: url('../images/required.png') 694px 16px no-repeat #fafafd 
}
.contactform textarea {
	width: 680px;
	padding-top: 16px;
	padding-left: 18px;
	padding-right: 20px;
	height: 225px;
	font-size: 18px;
	margin-top: 25px;
	border: 1px solid #c8cad2; /* stroke */
	background: #fafafd;
	-moz-box-shadow: inset 0 0 3px rgba(1,1,1,.12); /* inner shadow */
	-webkit-box-shadow: inset 0 0 3px rgba(1,1,1,.12); /* inner shadow */
	box-shadow: inset 0 0 3px rgba(1,1,1,.12); /* inner shadow */
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	color: #555e61;
	font-style: normal;
}
.contactform textarea:focus, .contactform input[type="text"]:focus, .contactform input[type="email"]:focus {
	border: 1px solid #9ec9d5; /* stroke */
	background-color: #fcfdff; /* color overlay */
	-moz-box-shadow: 0 0 3px 0 rgba(30,163,200,.36), inset 0 0 3px rgba(1,1,1,.15); /* drop shadow and inner shadow */
	-webkit-box-shadow: 0 0 3px 0 rgba(30,163,200,.36), inset 0 0 3px rgba(1,1,1,.15); /* drop shadow and inner shadow */
	box-shadow: 0 0 3px 0 rgba(30,163,200,.36), inset 0 0 3px rgba(1,1,1,.15); /* drop shadow and inner shadow */
	outline: none;
}
.contactform .bluebutton, .contactform .greybutton {
	border: 0 none;
	font-size: 16px;
	line-height: 0;
	margin-top: 15px;
	padding: 0 25px;
}
.contactform input[type="submit"]:focus, .contactform input[type="reset"]:focus {
	outline: none;
}
/* Contactbox CSS */
.contactbox {
	background: #0c0e0f;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 50px;
	width: 310px;
	margin-top: 50px;
	float: right;
	font-size: 18px;
}
.contactbox h5 {
	color: #fff;
	padding-bottom: 2px;
}
.contactbox ul li {
	padding-bottom: 30px;
}
.contactbox ul {
	border-bottom: 1px solid #373a3b;
	margin-bottom: 30px;
}
.contactbox a:link {
	color: #23b1d8;
	text-decoration: none;
}
.contactbox a:visited {
	color: #23b1d8;
	text-decoration: none;
}
.contactbox a:hover {
	color: #2cc2eb;
	text-decoration: underline;
}
.contactbox a:active {
	color: #23b1d8;
	text-decoration: none;
}
.contact-fb {
	background: url('../images/contact-fb.png');
	width: 13px;
	height: 26px;
	display: inline-block;
}
.contact-twt {
	background: url('../images/contact-twt.png');
	width: 31px;
	height: 26px;
	display: inline-block;
}
.contact-location {
	min-width: 1100px;
	/*border-top: 1px solid #c0c0c0;*/
	/*height: 462px;*/
	height: 360px;
	position: relative;
	/*background: url('../images/mapbg.png') center center no-repeat #ededed;*/
}
.contact-location .wrapper {
	height: 462px;
	position: relative;
	min-width: 1100px;
	max-width: 1400px;
	margin: 0 auto;
}
.location {
	width: 232px;
	padding: 22px 28px 16px 28px;
	border: 1px solid #bcbcbc; /* stroke */
	background-color: #fcfcfc; /* color overlay */
	-moz-box-shadow: 0 2px 3px rgba(1,2,2,.08), inset 0 -1px 2px 0 rgba(1,2,2,.07); /* drop shadow and inner shadow */
	-webkit-box-shadow: 0 2px 3px rgba(1,2,2,.08), inset 0 -1px 2px 0 rgba(1,2,2,.07); /* drop shadow and inner shadow */
	box-shadow: 0 2px 3px rgba(1,2,2,.08), inset 0 -1px 2px 0 rgba(1,2,2,.07); /* drop shadow and inner shadow */
	position: absolute;
	top: 110px;
	left: 299px;
	line-height: 28px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.location h6 {
	color: #2191b0;
	font-weight: 500;
	line-height: 28px;
}
.location strong {
	color: #4b5153;
	font-weight: 500;
}
.location ul li img {
	float: left;
	margin-right: 6px;
	margin-top: 4px;
}
.locationarrow {
	position: absolute;
	top: 206px;
	left: 588px;
	background: url('../images/locationarrow.png');
	width: 9px;
	height: 15px;
	display: block;
}
.number {
	padding-top: 4px;
}
/* ABOUT PAGE CSS */
.info-row {
	padding-top: 70px;
	padding-bottom: 70px;
	border-bottom: 1px solid #edf1f3;
}
.info-row .floatleft {
	float: left;
	margin-right: 50px;
}
.info-row .floatright {
	float: right;
	margin-left: 50px;
}
.info-row p {
	padding-bottom: 25px;
}
.lastp {
	padding-bottom: 0px 
}
.info-row-first {
	padding-top: 50px;
	padding-bottom: 30px;
}
.nopadtop {
	padding-top: 0px 
}
.lightbg {
	background: #f4f6f7;
	padding: 75px 0px;
	min-width: 1100px;
}
.team-fb {
	background: url('../images/team-fb.png');
	background-position: 0px 0px;
	width: 9px;
	height: 18px;
	display: inline-block;
	margin-right: 6px;
}
.team-fb:hover {
	background-position: 0px -18px;
}
.team-tw {
	background: url('../images/team-tw.png');
	background-position: 0px 0px;
	width: 21px;
	height: 17px;
	display: inline-block;
	margin-right: 6px;
}
.team-tw:hover {
	background-position: 0px -17px;
}
.team-in {
	background: url('../images/team-in.png');
	background-position: 0px 0px;
	width: 17px;
	height: 17px;
	display: inline-block;
}
.team-in:hover {
	background-position: 0px -17px;
}
.textcenter {
	text-align: center;
}
.fourcol {
	width: 240px;
	margin-right: 45px;
	float: left;
}
.fourcol p {
	padding-top: 12px;
	padding-bottom: 12px;
}
.fourcol h5 {
	padding-top: 10px;
	line-height: 26px;
}
.fourcol h5 small {
	color: #87939d;
	font-size: 15px;
	font-weight: 500;
}
/* DDOS Page CSS */

 
.threecol-list li {
	width: 33%;
	float: left;
}
/*.video {
	background: url('../images/videopreview.png');
	width: 375px;
	height: 223px;
	padding: 6px;
	margin-top: 3px;
	margin-bottom: 3px;
}*/

.video {
	border: 1px solid #ccc;
	border-radius: 5px;
	margin-bottom: 3px;
	margin-top: 3px;
	padding: 10px 10px 2px;
	width: 450px;
}
.ddosexplained {
	float: right;
	margin-top: 50px;
	margin-left: 50px;
	height: 260px;
	width: auto;
}
.rowimageright {
	float: right;
	margin-left: 50px;
	margin-top: 36px;
}
.monitoringimg {
	float: right;
	margin-left: 50px;
	margin-top: 20px;
}
.ddos-step {
	float: left;
	width: 320px;
	padding-top: 25px;
}
.ddos-step h3 {
    color: #484d4f;
    font-size: 22px;
    font-weight: 500;
    padding-bottom: 15px;
    padding-top: 25px;
    text-align: center;
    text-transform: uppercase;
	line-height: 20px;
}
.ddos-step img {
	float: left;
	margin-right: 14px;
}
.ddos-step p {
	padding-bottom: 0px;
	text-align: center;
}
.ddos-step .img {
	background-position: 0px 0px;
	height: 64px;
	width: 64px;
	margin: 0 auto;
}
.ddos-step:hover .img {
	background-position: 0px -64px;
}
.crosshaircol:hover h5, .crosshaircol:hover h3 {
	color: #ea2020;
}
.shieldcol:hover h5, .shieldcol:hover h3 {
	color: #7ebd2a;
}
.groupcol:hover h5, .groupcol:hover h3 {
	color: #279cc9;
}
.step-arrow {
	float: left;
	width: 70px;
	background: url('../images/steparrow.png') center bottom no-repeat;
	height: 132px;
}
.well-dark {
	border: 1px solid #010101; /* stroke */
	background-color: #0e1112; /* color overlay */
	color: #889498;
	padding: 16px 20px;
	width: 1058px;
	-moz-box-shadow: inset 0 0 5px rgba(1,2,2,.55); /* inner shadow */
	-webkit-box-shadow: inset 0 0 5px rgba(1,2,2,.55); /* inner shadow */
	box-shadow: inset 0 0 5px rgba(1,2,2,.55); /* inner shadow */
	font-size: 18px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	line-height: 48px;
	height: 44px;
}
.well-dark .bluebutton {
	line-height: 48px;
	height: 44px;
	font-size: 18px;
}
.well-dark strong {
	color: #FFFFFF;
}
.well-dark a:link {
	color: #15a3cb;
	text-decoration: none;
	font-weight: 500;
}
.well-dark p {
	float: left;
}
.well-dark a:visited {
	color: #15a3cb;
	text-decoration: none;
	font-weight: 500;
}
.well-dark a:hover {
	color: #1ab7e3;
	text-decoration: underline;
	font-weight: 500;
}
.well-dark a:active {
	color: #15a3cb;
	text-decoration: none;
	font-weight: 500;
}
#google_translate_element {
	float: left;
	padding-top: 4px;
}
#google_translate_element select {
	color: #6a7072;
	background: #08090a;
	width: 160px;
	height: 32px;
	border: 1px solid #282f33;
	font-size: 16px;
	font-weight: 500;
	margin: 0px;
	-webkit-box-shadow: inset 0 -1px 3px rgba(0, 0, 0, .22);
	box-shadow: inset 0 -1px 3px rgba(0, 0, 0, .22);
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px 
}
#google_translate_element select:focus {
	outline: none;
}
.threefeatures {
	width: 333px;
	float: left;
	margin-right: 50px;
	text-align: left;
}
.threefeatures .text {
	width: 265px;
	float: right;
	padding-top: 3px;
}
.threefeatures .text h3 {
	padding-bottom: 8px;
	font-weight: 500;
	font-size: 22px;
	line-height: 20px;
	color: #484d4f;
}
.threefeatures .image {
	background-position: 0px 0px;
	height: 52px;
	width: 52px;
	margin: 0 auto;
	float: left;
	margin-right: 16px;
}
.threefeatures:hover .image {
	background-position: 0px -52px;
}
.threefeatures:hover .text h3 {
	color: #1ea3c8;
}
.morepad {
	padding-bottom: 100px;
}
.noborder {
	border: 0px 
}
/* SSL PAGE CSS */
.ssl-price-box {
	background: none repeat scroll 0 0 #eff3f4;
	border: 1px solid #cdd5d7;
	border-radius: 4px;
	box-shadow: 0 1px 3px 0 rgba(1, 2, 2, 0.06) inset;
	font-size: 18px;
	line-height: 48px;
	padding: 40px;
	float: right;
	margin-top: -172px;
}
.ssl-price {
	color: #1a98bb;
	font-size: 17px;
	font-weight: 500;
	text-align: center;
	text-transform: uppercase;
}
/* DOMAIN PAGE CSS */

.domainPricing {
	width: 750px;
	margin-left: auto;
	margin-right: auto;
}
.domainPricing tr {
	text-align: center;
}
.priceHeading {
	background: none repeat scroll 0 0 #1f1f1f;
	color: #ffffff;
	font-weight: bold;
	padding: 5px;
	text-transform: uppercase;
}
/* SERVER MANAGEMENT CSS */
.managementplans {
	width: 950px;
}
.managementplans p {
	margin-top: 25px;
}
.managementplans .fourth {
	border-left: 1px solid #c8cdcd;
	border-radius: 0 5px 5px;
}
.managementplans .fourthactive {
	border: 1px solid #1ea3c8;
	border-radius: 5px;
}
.managementplan {
	width: 450px;
}
.managementplan ul li {
	height: auto;
	line-height: 35px;
	padding-left: 5px;
	padding-right: 5px;
}
/* AFFILIATE PAGE CSS */
.affbanner468 {
	margin-left: auto;
	margin-right: auto;
	width: 468px;
	height: 60px;
	margin-bottom: 30px;
}
.affbanner728 {
	margin-left: auto;
	margin-right: auto;
	width: 728px;
	height: 90px;
	margin-bottom: 30px;
}
.affbanners {
	margin-left: auto;
	margin-right: auto;
	width: 335px;
}
.affbanner125 {
	margin-right: 20px;
	width: 125px;
	height: 125px;
	display: inline;
}
.afflogo {
	margin-left: 20px;
	width: 162px;
	height: 52px;
	display: inline;
}
/* LOGO PAGE CSS */
.logo-row {
	padding-top: 30px;
	padding-bottom: 70px;
	border-bottom: 1px solid #edf1f3;
}
.logo-row textarea {
	margin-top: 40px;
	width: 600px;
}
.logo-row table {
	margin-left: auto;
	margin-right: auto;
}
.logo-row td {
	width: 400px;
	text-align: center;
}
.logo-row div {
	margin-left: auto;
	margin-right: auto;
	width: 600px;
}
.logo-row-first {
	padding-top: 60px;
	padding-bottom: 30px;
}
/* DATACENTER AND NETWORK PAGE CSS */

.offshore-text-white {
	float: right;
	width: 595px;
}
.dcfeatures {
	padding-top: 60px;
}
.dcfeat {
	width: 333px;
	float: left;
	margin-right: 50px;
}
.dcfeat h3 {
	line-height: 36px;
	padding-bottom: 14px;
	text-transform: uppercase;
	font-size: 20px;
	font-weight: 500;
	color: #484d4f;
}
.dcfeat h3 img {
	float: left;
	margin-right: 12px;
}
.factsheet {
	margin-top: 80px;
}
.facttable {
	border: 1px solid #333839;
	width: 100%;
}
.facttable tr td {
	height: 56px;
	line-height: 58px;
	padding: 0px 20px;
	border-bottom: 1px solid #333839;
}
.facttable tr td:first-child {
	color: #fff;
	font-weight: 500;
	text-align: right;
	border-right: 1px solid #333839;
	width: 160px;
}
.dcfeathalf {
	width: 520px;
	margin-right: 60px;
}
.dcfeathalf .checklist {
	/*margin-top: 25px;*/
	margin-bottom: 0px;
}
.dcfeathalf .checklist li {
	width: 100%;
	float: none;
}
.networkmap {
	margin-top: 80px;
}
.networkmap p {
	padding-bottom: 25px;
}
.networkmap h5 {
	font-size: 18px;
	color: #fff;
	padding-bottom: 8px;
}
.networkmapleft {
	width: 549px;
	float: left;
}
.networkmapright {
	width: 511px;
	float: right;
	margin-right: -11px;
	padding-top: 18px;
}
.coupon {
	width: 831px;
	float: right;
	padding-top: 60px;
}
.coupon .well-light {
	width: 785px;
	padding: 6px 20px;
	text-align: center;
	background: transparent;
	border: 2px solid #cdd5d7;
	-moz-box-shadow: inset 0 0px 0px 0 rgba(1,2,2,.06);
	-webkit-box-shadow: inset 0 0px 0px 0 rgba(1,2,2,.06);
	box-shadow: inset 0 0px 0px 0 rgba(1,2,2,.06);
	color: #778184;
	font-weight: 300;
}
.coupon .well-light:hover {
	border: 2px solid #f34d4d;
}
.coupon .well-light img {
	vertical-align: baseline;
	display: inline-block;
	margin-top: 10px;
	margin-right: 6px;
}
.coupon .well-light span {
	color: #f34d4d;
	font-weight: 500;
}
/**
 * Navigation
 */
/** 
* Nav container 
* 1. Ensure this slides in below parent
* 2. Hide by default
* 3. Smoother scrolling experience on iOS
*/

.nav-container {
	position: fixed;
	top: 60px; /* 1 */
	left: 0;
	z-index: 9999;
	overflow-y: auto;
	visibility: hidden; /* 2 */
	width: 100%;
	height: 100%;
	min-height: 100%;
	margin: 0;
	padding: 0;
	-webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
	transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
	-webkit-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	transform: translateX(-100%); /* 2 */
	background-color: #fff;
	-webkit-overflow-scrolling: touch; /* 3 */
}
/* 1. Show when `.is-visible` class is added */

.nav-container.is-visible {
	visibility: visible; /* 1 */
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0); /* 1 */
}
/* Nav toggle */

.nav-toggle {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	border: medium none;
	display: inline-block;
	line-height: 1;
}
/* Nav toggle icon */

.nav-toggle .icon-menu {
	position: relative;
	display: inline-block;
	width: 28px;
	height: 20px;
	vertical-align: middle;
	fill: none;
}
/* Nav toggle icon lines */

.icon-menu .line {
	position: absolute;
	left: 0;
	display: block;
	width: 100%;
	height: 4px;
	-webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1.000);
	transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1.000);
	-webkit-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1.000);
	transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1.000);
	background-color: #1ea3c8;
}
/* Nav toggle icon line 1 */

.icon-menu .line-1 {
	top: 0;
}
/* When active, rotate line 1 to be lefthand part of X */

.is-active .icon-menu .line-1 {
	-webkit-transform: translateY(8px) translateX(0) rotate(45deg);
	-ms-transform: translateY(8px) translateX(0) rotate(45deg);
	transform: translateY(8px) translateX(0) rotate(45deg);
}
/* Nav toggle icon line 2 */

.icon-menu .line-2 {
	top: 50%;
	margin-top: -2px;
}
/* When active, hide line 2 */

.is-active .icon-menu .line-2 {
	opacity: 0;
}
/* Nav toggle icon line 3 */

.icon-menu .line-3 {
	bottom: 0;
}
/* When active, rotate line 3 to be righthand part of X */

.is-active .icon-menu .line-3 {
	-webkit-transform: translateY(-8px) translateX(0) rotate(-45deg);
	-ms-transform: translateY(-8px) translateX(0) rotate(-45deg);
	transform: translateY(-8px) translateX(0) rotate(-45deg);
}
/* Remove default list styles for menus */

.menu {
	list-style: none;
	margin: 0;
	padding: 0;
}
/** 
* 1. Give menu a lighter background than its container 
* 2. Prevent menu text from being accidentally highlighted
*/

.nav-menu {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;         /* 2 */
}
/* Give menu items a top border */

.nav-menu .menu-item {
	border-bottom: 1px solid #bbb;
}
/* Give last menu item a bottom border */

.nav-menu > .menu-item:last-child {
	border-bottom: 1px solid #bbb;
}
/* Darker background color on hover, and when toggled */

.nav-menu > .menu-item:hover, .nav-menu > .menu-item.is-active {
	background-color: #ebeff0;
	border-bottom: 0 none;
	box-shadow: 0 2px 4px 0 rgba(50, 50, 50, 0.3);
	z-index: 1010;
}
/* 1. Menu links are block level, by default */

.nav-menu .menu-link {
	color: #5e686b;
	font-size: 14px;
	font-weight: 500;
	transition-duration: 0.8s;
	padding: 8px 14px 10px;
	letter-spacing: -0.2px;
	text-decoration: none;
}
/* 1. Menu items with dropdowns appear clickable */

.has-dropdown {
	position: relative;
	cursor: pointer; /* 1 */
}
/* 1. Parent menu links inlined so you can toggle the dropdown */

.has-dropdown > .menu-link {
	display: inline-block;
}
/* 1. Add an icon to menu items that have sub menus */
.has-dropdown::after {
	bottom: 0;
	color: #222;
	content: "+";
	font-size: 21px;
	position: absolute;
	right: 1rem;
	top: 7px;
}
/* 1. Switch icon to n-dash when toggled */

.has-dropdown.is-active:after {
	content: "\2013"; /* 1 */
}
/**
 * Dropdowns
 * 1. Hide dropdowns by default
 */

.nav-dropdown {
	display: none; /* 1 */
	background-color: #fff;
}
/* 1. Show dropdown when toggled */

.has-dropdown.is-active > .nav-dropdown {
	display: block; /* 1 */
}
/* 2nd level dropdown */

.nav-dropdown .nav-dropdown {
	background-color: #aaa;
}
.nav-dropdown .menu-item {
	border-color: #a0a0a0;
}
.nav-dropdown .nav-dropdown .menu-item {
	background-color: #b0b0b0;
	border-color: #909090;
}
.buttonfix {
	height: 40px 
	margin-bottom: 0 
	margin-left: 14px 
	padding: 0 
	float: left;
}
/* Main content area */

.content {
	margin-top: 60px;
}
.content .wrapper {
	padding: 1rem 0;
}
 @media (min-width: 1030px) {
.nav, .nav-container, .nav-container.is-visible {
	position: static;
	z-index: 2147483647;
	transform: none;
}
.nav-container, .nav-container.is-visible {
	visibility: visible;
	height: auto;
	min-height: 0;
	overflow-y: visible;
}
.nav-toggle {
	display: none;
}
/* 1. Display menu items inline */

.nav-menu > .menu-item, .nav-menu > .menu-item.is-active {
	display: inline-block; /* 1 */
	background-color: transparent;
	border: 0;
}
/* Remove bottom border on last child */

.nav-menu > .menu-item:last-child {
	border: 0;
}
.nav-menu .menu-item {
	-webkit-transition: background-color 0.15s ease-in-out, color 0.15s ease-in-out;
	transition: background-color 0.15s ease-in-out, color 0.15s ease-in-out;
}
.nav-dropdown.menu a, .nav-dropdown.menu span {
	border-left: 4px solid #ebeff0;
	color: #7f8789;
	float: left;
	font-size: 14px;
	margin: 0;
	padding: 6px 11px 6px 11px;
	text-decoration: none;
	width: 100%;
}
.menu-item:last-child a {
	border-radius: 0 0 0 3px;
}
.nav-dropdown.menu a:hover, .nav-dropdown.menu span:hover {
	border-left: 4px solid #1da3c9;
}
/* Remove +/- icons */

.has-dropdown:after {
	content: "" 
}
/* Add a caret to top-level menu items that have dropdowns */
.menu-item.has-dropdown {
	float: left;
}
.nav-menu > .has-dropdown::after {
	background: rgba(0, 0, 0, 0) url("../images/dropdownarrow.png") no-repeat scroll right center 
	height: 9px;
	margin-left: 0;
	margin-top: -1px;
	padding-right: 10px;
	position: absolute;
	right: 16px;
	top: 42%;
}
#active-one::after {
	background: url(../images/dropdownarrowactive.png) no-repeat scroll right center 
}
/* Increase padding to compensate for caret */

.has-dropdown > .menu-link {
	padding-right: 1.8rem;
}
/* Re-style dropdowns for larger screens */

.nav-dropdown {
	display: block;
	opacity: 0;
	position: absolute;
	top: 100%;
	width: 215px;
	margin: 0;
	border-radius: 4px 4px 3px 3px;
	background-color: #ebeff0;
	box-shadow: 0 2px 4px 0 rgba(50, 50, 50, 0.3);
	visibility: hidden;
	-webkit-transition: visibility 0s linear 0.25s, opacity 0.25s linear;
	transition: visibility 0s linear 0.25s, opacity 0.25s linear;
}
.has-dropdown:hover > .nav-dropdown {
	visibility: visible;
	opacity: 1;
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
}
.nav-dropdown .menu-item {
	border: 0;
}
.nav-dropdown .menu-item:hover, .nav-dropdown .nav-dropdown .menu-item:hover {
	background-color: inherit;
}
.nav-dropdown .nav-dropdown, .nav-dropdown .nav-dropdown .menu-item {
	background-color: #ebeff0;
}
.nav-dropdown .nav-dropdown {
	z-index: 9998;
	top: 0;
	left: 100%;
}
.nav-dropdown.menu .menu-item.has-dropdown span {
    font-weight: lighter;
}
.menu-item.has-dropdown.secondLevel .nav-dropdown.menu .menu-item:nth-child(1) a {
 	border-radius: inherit;
}
.menu-item.has-dropdown.secondLevel .nav-dropdown.menu .menu-item:nth-child(2) a {
 	border-radius: inherit;
}
.menu-item.has-dropdown.secondLevel .nav-dropdown.menu .menu-item:nth-child(3) a {
 	border-radius: inherit;
}
.menu-item.has-dropdown.secondLevel .nav-dropdown.menu .menu-item:nth-child(4) a {
    border-radius: inherit;
}
.menu-item.has-dropdown.secondLevel .nav-dropdown.menu .menu-item:nth-child(5) a {
 	border-radius: inherit;
}
.content {
	margin-top: 0;
}
.nav-menu {
	background-color: #dedede;
}
}
section.banner.parallax-1 {
	background-image: url(../images/1.png);
}
section.banner.parallax {
	background-attachment: fixed;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
	height: 600x;
}
/* There is a way to filter Safari 5+ from Chrome: */

@media screen and (-webkit-min-device-pixel-ratio:0) {
/* Safari and Chrome */
.video {
	height: 265px;
}
.subbanner {
	z-index: -999999999999999999;
}
}
/*notification*/

.notification {
	background: #1ea3c8 none repeat scroll 0 0;
	bottom: 0;
	float: left;
	position: fixed;
	width: 100%;
	z-index: 9999999;
}
.notification > p {
	color: #fff;
	float: left;
	font-family: "Avenir";
	font-size: 14px;
	font-weight: normal;
	text-align: center;
	width: 95%;
	line-height: 36px;
}
.close {
	float: right;
	margin: 8px 8px 0 0;
	width: 20px;
}
/*notification*/

/*start css ddos-protection-money-back-guarantee

DATE 24-09-2016

*/
.mid-content span {
	color: #fff;
	display: inline-block;
	font-size: 21px;
	font-weight: bold;
	line-height: 32px;
	margin: 0;
	padding: 0 0 33px;
}
.video-section.back {
    height: 668px;
}
.video-section.back {
	background: #f5f5f5;
}
.video-section.back, .video-section .container {
	background: #fff 
}
.video-section .container * {
	color: #000 
}
.video-section.back .title.titleleft {
    float: left;
    font-size: 18px;
}
.video-section.back .titleleft h2{
    color: #272b2c 
    float: left;
    font-size: 30px;
    font-weight: bold;
	margin:0;
    padding: 7px 0 5px;
}
.video-section.back .titleleft {
	color: #1a98bb 
}
.video-section.back .video-side strong {
    color: #1a98bb  
    font-size: 16px;
}
.video-section.back .checklist.threecol-list li{
	color: #777 
}
.video-section.back .video-lside p {
	color: #777 
}
.video-section.back .video-lside {
    margin: 0;
    padding: 0;
}
.info-row.back {
    padding-bottom: 50px;
    padding-top: 50px;
}
.product-panel.back .col-md-3.text-center {
   
}
.product-panel.back .col-md-3.text-center:last-child {
    border: medium none;
	margin:0 0 40px;
}
.trusted-by {
    color: #212026;
    font-size: 30px;
    font-weight: normal;
    padding: 0 0 12px;
}
.video-section.back .title{
	padding:50px 0 0 0;
}
.info-row.back h2 {
    float: left;
	color:#272b2c;
    font-size: 36px;
    font-weight: bold;
    letter-spacing: 0;
	margin:0;
    padding: 11px 0 39px;
    width: 100%;
}
.info-row.back .title {
color: #1ea3c8;	
}
.testi-section.back h4{
    float: left;
    font-size: 36px;
	color:#272b2c;
	margin:0;
    font-weight: bold;
    letter-spacing: 0;
    padding: 19px 0 38px;
    width: 100%;
}
.testi-section.back .title {
	color: #1ea3c8;
}
.info-row-first .title.back h2 {
    border: medium none;
    float: left;
    font-size: 30px;
    font-weight: bold;
    padding-top: 59px;
}
.title.back h1 {
    padding-bottom: 20px;
}
.arrow-list.back strong {
    color: #000;
}
.cb.back .checklist {
    padding: 0;
}
.cb.back .col-xs-offset-2 {
    margin: 0;
}
.mid-content.cb.back span{
	text-align:left;
}
.homeplans.darkbg.n-pricetable {
    padding-bottom: 20px;
}
.homeplans.darkbg.n-pricetable .title.back h2 {
    color: #fff;
    float: left;
    font-size: 36px;
    font-weight: bold;
    padding: 16px 0 60px;
    width: 100%;
}
.homeplans.darkbg.n-pricetable.back .price span{
    color: #fff;
    font-size: 48px;
    font-weight: 700;
    letter-spacing: -2.5px;
    line-height: 48px;
}
.homeplans.darkbg.n-pricetable.back .price span sup {
    font-size: 24px;
    font-weight: 500;
    line-height: 40px;
    padding-right: 8px;
    vertical-align: text-top;
}
.homeplans.darkbg.n-pricetable.back .price span small {
    color: #697376;
    font-size: 17px;
    font-weight: 300;
    letter-spacing: 0;
}
.back .homeplan.fourth.fourthactive {
    padding: 34px 21px;
}
/*end css ddos-protection-money-back-guarantee

DATE 24-09-2016

*/
/*Start css 28-12-2016*/

.contact-location-left .location {
	left: 266px;
	padding: 25px 17px;
	text-align: center;
	top: 59px;
	width: 322px;
}
.locationarrow.right {
	background: rgba(0, 0, 0, 0) url("../images/locationarrow_one.png") repeat scroll 0 0;
	display: block;
	height: 15px;
	left: -9px;
	position: absolute;
	top: 95px;
	width: 9px;
}
.contact-location-right .location {
	left: auto;
	padding: 25px 17px;
	right: 266px;
	text-align: center;
	top: 59px;
	width: 322px;
}
.contact-location-left .number {
	float: left;
	width: 50%;
	margin:9px 0 0 0;
}
.contact-location-left .number2 {
	margin:9px 0 0 0;
}
.contact-location-right .number {
	margin:9px 0 0 0;
}
.contact-location-left .number img, .contact-location-left .number2 img {
	margin: 0 6px 0 0 
}
.contact-location-left {
	background: rgba(0, 0, 0, 0) url("../images/location_left.png") no-repeat scroll 0 0 / cover ;
	float: left;
	height: 360px;
	width: 49%;
}
.contact-location-right {
	background: rgba(0, 0, 0, 0) url("../images/location_right.png") no-repeat scroll 0 0 / cover ;
	float: right;
	height: 360px;
	width: 49%;
}
.contact-location-left .location img {
	margin: 0 0 9px;
	float:none;
}
.contact-location-right .location img {
	margin: 0 0 9px;
	float:none;
}
.contact-location-right .number img {
	margin: 0 6px 0 0 
}
.location li {
	line-height: 20px;
}
.location  ul {
	margin: 8px 0 0;
}
/*Start css 28-12-2016*/

.nav-dropdown .nav-dropdown {
 
    left: 215px 
}
.nav.is-fixed ul li .nav-dropdown.menu li {
    width: 100%;
}


/*Strat css table offshore-dedicated-servers-page DATE 14-08-2018*/
.tabal-full {  background-color: #f7f8f9;  display: inline-block;  padding: 22px 0 60px;  width: 100%;}
.span table {  border: 1px solid #dcdcdc;  border-radius: 4px;  display: inline-block;  margin: 30px 0 0;  padding: 0 0 1px;  text-align: left;  width: 100%;}
thead.top-hadding-table {  background-color: #1ea3c8;  color: #fff;  font-size: 14px;  font-weight: 500;  height: 28px;  line-height: 17px;  vertical-align: middle   width: 100%;}
.span table th { padding: 20px 12px 20px 10px;  text-align: left;}
.span table td {	color:#717a7c;  font-size: 13px;  line-height: 18px;  padding: 15px 0 15px 10px;  width: 112px;}
.ods {  color: #1ea3c8   font-size: 16px   font-weight: 900;}
.hove-table:hover {  background-color: #f0fbfe   color: #fff  }
.hove-table.saceend:hover {  background-color: #f0fbfe }
.hove-table:hover .ods {  color: #f34d4d }
.table .price {  color: #f34d4d   font-weight: 900; font-size:15px;}
.order-now > a {  background-color: #1ea3c8;  border-radius: 4px;  color: #fff;  font-size: 14px;  font-weight: 300;  padding: 10px 8px;  text-decoration: none;}
.hove-table:hover .order-now > a {  background-color: #f34d4d }
.hadding-table-top {  color: #3a4043;  font-size: 20px;  font-weight: 600;  margin: 1em 0 0;}
.span table::before {  background: rgba(0, 0, 0, 0) url("../images/erow-top-icon.png") no-repeat scroll 0 0;  color: #1ea3c8;  content: "";  font-family: FontAwesome;  font-size: 50px;  height: 100px;  margin-left: 35px;  margin-top: -17px;  position: absolute;  width: 100px;  z-index: 999;}
.extra-small {  min-width: 110px }
.table img {  margin: 0 0 0 30px;}
.fast-name {  min-width: 120px;}
/*End css table offshore-dedicated-servers-page DATE 14-08-2018*/