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

** Unlimited Web Hosting

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

/* FONT FACE
 ----------------------------------------------------------*/
@font-face {
	font-family: 'BebasNeueRegular';
	src: url('BebasNeue-webfont.eot');
	src: url('BebasNeue-webfont.eot?#iefix') format('embedded-opentype'), url('BebasNeue-webfont.woff') format('woff'), url('BebasNeue-webfont.ttf') format('truetype'), url('BebasNeue-webfont.svg#BebasNeueRegular') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'nexa_boldregular';
	src: url('Nexa_Free_Bold-webfont.eot');
	src: url('Nexa_Free_Bold-webfont.eot?#iefix') format('embedded-opentype'), url('Nexa_Free_Bold-webfont.woff') format('woff'), url('Nexa_Free_Bold-webfont.ttf') format('truetype'), url('Nexa_Free_Bold-webfont.svg#nexa_boldregular') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'MuseoSlab500';
	src: url('Museo_Slab_500-webfont.eot');
	src: url('Museo_Slab_500-webfont.eot?#iefix') format('embedded-opentype'), url('Museo_Slab_500-webfont.woff') format('woff'), url('Museo_Slab_500-webfont.ttf') format('truetype'), url('Museo_Slab_500-webfont.svg#MuseoSlab500') format('svg');
	font-weight: normal;
	font-style: normal;
}

h1, h2, h3, h4, h5, p.phone, div.sell p, div.domain-list, div.price p span, ul.testimonial-list li p, div.hosting-features p, div.buy-now p.price, div#header ul, div.usps ul, li.feature-item ul, div.button a, div.large-button a, div.buy-button a, div.new-ticket a.btn, input.btn, div.select-button, div.statusstatblock span, span.phone-number, span.stat {
	font-family: 'nexa_boldregular', Tahoma, Geneva, sans-serif;
	font-weight: normal;
}

h1, h2, h3, h4, .number {
	font-family: 'BebasNeueRegular', 'Impact', 'Arial Black', Helvetica, Arial, sans-serif;
	font-weight: normal;
}

h1, .h1, h2, .h2, h3, .h3 {

    margin-bottom: 10px;
		margin-top:0px;
}



/* HEADER
 ----------------------------------------------------------*/
.header {
	padding: 15px;
}

.header .quicklinks {
	list-style: none;
	margin-top: 25px;
	font-size: 12px;
	color: #999;
}

.header .logo {
	padding-left: 15px;
}

.header .loginlink {
	list-style: none;
	margin-top: 30px;
	padding-left: 0;
}

.header .loginlink li {
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	background: #bfd255; /* Old browsers */
	background: -moz-linear-gradient(top, #bfd255 0%, #8eb92a 50%, #72aa00 51%, #9ecb2d 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#bfd255), color-stop(50%,#8eb92a), color-stop(51%,#72aa00), color-stop(100%,#9ecb2d)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #bfd255 0%,#8eb92a 50%,#72aa00 51%,#9ecb2d 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #bfd255 0%,#8eb92a 50%,#72aa00 51%,#9ecb2d 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #bfd255 0%,#8eb92a 50%,#72aa00 51%,#9ecb2d 100%); /* IE10+ */
	background: linear-gradient(to bottom, #bfd255 0%,#8eb92a 50%,#72aa00 51%,#9ecb2d 100%); /* W3C */
	padding: 2px 4px;
	text-align: center;
	width: 50px;
}

.header .loginlink li a, .header .loginlink li a:hover, .header .loginlink li a:focus {
	color: #FFF;
	text-decoration: none;
}

.header .quicklinks li {
	padding-left: 20px;
	padding-right: 20px;
	float: left;
}

.header .quicklinks li a {
	color: #666;
}

.header .quicklinks li a:hover, .header .quicklinks li a:focus {
	color: #777;
	text-decoration: none;
}

.header .quicklinks li a span {
	color: #CCC;
	margin-right: 2px;
}

.header .quicklinks .cart {
	padding: 5px 15px;
	color: #FFF;
	text-transform: uppercase;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	background: #649ed9; /* Old browsers */
	background: -moz-linear-gradient(top, #649ed9 0%, #24598f 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#649ed9), color-stop(100%,#24598f)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #649ed9 0%,#24598f 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #649ed9 0%,#24598f 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #649ed9 0%,#24598f 100%); /* IE10+ */
	background: linear-gradient(to bottom, #649ed9 0%,#24598f 100%); /* W3C */
}

.header .quicklinks .cart:hover, .header .quicklinks .cart:focus {
	color: #CCC;
}

.header .quicklinks .cart span {
	color: #FFF;
}

#nav.affix {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 10;
}

.navbar {
  position: relative;
  min-height: 0px;
  margin-bottom: 0px;
  border: 0px solid transparent;
}

.navbar-default {
	background-color: #1E1E1E;
	border-color: #e7e7e7;
	background: #4c4c4c; /* Old browsers */
	background: -moz-linear-gradient(top,  #4c4c4c 0%, #1c1c1c 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4c4c4c), color-stop(100%,#1c1c1c)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #4c4c4c 0%,#1c1c1c 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #4c4c4c 0%,#1c1c1c 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #4c4c4c 0%,#1c1c1c 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #4c4c4c 0%,#1c1c1c 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c4c4c', endColorstr='#1c1c1c',GradientType=0 ); /* IE6-9 */
	-moz-box-shadow: 0 3px 2px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 3px 2px rgba(0,0,0,0.5);
	box-shadow: 0 3px 2px rgba(0,0,0,0.5)
}

/*	BUTTONS
 ----------------------------------------------------------*/
.btn {
	text-transform: uppercase;
	font-family: 'nexa_boldregular', Tahoma, Geneva, sans-serif;
}

.btn-xs {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.btn-primary, .cc_btn {
	background: #9c0671; /* Old browsers */
	background: -moz-linear-gradient(top, #9c0671 0%, #66024a 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#9c0671), color-stop(100%,#66024a)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #9c0671 0%,#66024a 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #9c0671 0%,#66024a 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #9c0671 0%,#66024a 100%); /* IE10+ */
	background: linear-gradient(to bottom, #9c0671 0%,#66024a 100%); /* W3C */
	border: 1px solid #66024a;
	text-transform: uppercase;
	text-shadow: #1D1D1D 1px 1px;
	font-family: 'nexa_boldregular', Tahoma, Geneva, sans-serif;
}

.btn-primary:hover, .cc_btn:hover, a:hover .btn.btn-primary.buy-now-sub {
	background: #f14bc1; /* Old browsers */
	background: -moz-linear-gradient(top, #f14bc1 0%, #66024a 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f14bc1), color-stop(100%,#66024a)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #f14bc1 0%,#66024a 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #f14bc1 0%,#66024a 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #f14bc1 0%,#66024a 100%); /* IE10+ */
	background: linear-gradient(to bottom, #f14bc1 0%,#66024a 100%); /* W3C */
}

a:hover .sub-lhs p {color:#333; text-decoration:none;}

a.sub-lhs-link, a.sub-lhs-link:hover {color:#333;
								text-decoration:none;
								text-align:center;}

.cc_btn, .cc_btn:hover, .cc_btn:active {
	color: #FFF !important;
}

.btn-primary:hover {
	border: 1px solid #66024a;
}

.btn-success {
	background: #8dba07; /* Old browsers */
	background: -moz-linear-gradient(top, #8dba07 0%, #638204 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#8dba07), color-stop(100%,#638204)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #8dba07 0%,#638204 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #8dba07 0%,#638204 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #8dba07 0%,#638204 100%); /* IE10+ */
	background: linear-gradient(to bottom, #8dba07 0%,#638204 100%); /* W3C */
	text-transform: uppercase;
	text-shadow: #1D1D1D 1px 1px;
	font-family: 'nexa_boldregular', Tahoma, Geneva, sans-serif;
	border: 1px solid #8dba07;
}

.btn-success:hover {
	background: #d6ff5d; /* Old browsers */
	background: -moz-linear-gradient(top, #d6ff5d 0%, #638204 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d6ff5d), color-stop(100%,#638204)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #d6ff5d 0%,#638204 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #d6ff5d 0%,#638204 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #d6ff5d 0%,#638204 100%); /* IE10+ */
	background: linear-gradient(to bottom, #d6ff5d 0%,#638204 100%); /* W3C */
}

.btn-domain {
	padding: 11px 18px;
	color: #FFF;
}


/* DEBUG
 ----------------------------------------------------------*/
.debug {
	border-left: 1px solid red;
	border-right: 1px solid red;
}

.noborder {
	border: 0px !important;
}

.pad {
	padding-left: 15px;
	padding-right: 15px;
}

.nopad {
	padding: 0;
}

.nopadleft {
	padding-left: 0;
}

.nopadright {
	padding-right: 0;
}

/* BOOTSTRAP EXTRAS
 ----------------------------------------------------------*/
#content {
	clear: both;
	background-color: #FFF;
	width: 100%;
	padding: 0px 0 0 0;
	overflow-x: hidden;
}

.label-free {
	color: #FFF;
	padding: 0 10px;
	text-shadow: none;
	vertical-align: middle;
	font-weight: normal;
	font-size: 0.5em;
	background: #97c708; /* Old browsers */
	background: -moz-linear-gradient(top, #97c708 0%, #648504 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#97c708), color-stop(100%,#648504)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #97c708 0%,#648504 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #97c708 0%,#648504 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #97c708 0%,#648504 100%); /* IE10+ */
	background: linear-gradient(to bottom, #97c708 0%,#648504 100%); /* W3C */
	text-shadow: #42474E 1px 1px;
	border-radius: 0;
}

.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 20px;
    color: inherit;
}

/* HOME INTRO
 ----------------------------------------------------------*/
.homeintro {
	padding-top: 40px;
	padding-bottom: 30px;
	background: #80ABCE url(../img/bg_intro-home.jpg) no-repeat top center;
	background-size: 100% 100%;
}

.homeintro h2 {
	font-size: 13em;
	margin: 4px 0 0 0;
	letter-spacing: -0.02em;
	color: #FFF;
	line-height: 0.75em;
	text-shadow: #42474E 2px 2px;
	text-align: center;
}

.homeintro h1 {
	font-size: 5.2em;
	margin: 0;
	letter-spacing: -2px;
	color: #0E253B;
	line-height: 0.75em;
	text-align: center;
}

.homeintro .main-features {
	position: relative;
	margin-top: 20px;
	padding-bottom: 20px;
}

.homeintro .main-features .price {
	position: absolute;
	right: 22px;
	top: -10px;
	background: #9D0674 url(../img/bg_price.png) repeat-x;
	width: 160px;
	height: 160px;
	padding: 50px 0 0 0;
	border: 4px solid #FFF;
	-moz-border-radius: 180px;
	border-radius: 180px;
	text-align: center;
	z-index: 2;
}

.homeintro .main-features .price:hover {background: #9D0674 url(../img/bg_price_hover.png) repeat-x;}

.homeintro .main-features .price p span {
	font-size: 18px;
	color: #FFF;
	text-transform: lowercase;
	width: 100px;
	display: block;
	margin: 10px auto 0 auto;
	line-height: 1em;
	letter-spacing: normal;
}

.homeintro .main-features .price p {
	font-size: 70px;
	color: #FFF;
	display: block;
	text-shadow: #1D1D1D 1px 1px;
	line-height: 0.5em;
	margin: 0;
	letter-spacing: -0.04em;
	font-family: 'BebasNeueRegular', 'Impact', 'Arial Black', Helvetica, Arial, sans-serif;
	font-weight: normal;
}

.homeintro .main-features .price a {
	color: #FFF;
	text-decoration: none;
}

.homeintro .main-features .usps {
	z-index: 1;
	background-color: #97C908;
	border-radius: 10px;
}

.homeintro .main-features .usps ul {
	font-size: 1.3em;
	margin: 0;
	padding: 18px;
	list-style: none;
}
.homeintro .main-features .usps ul li {
	color: #FFF;
	text-shadow: #42474E 1px 1px;
}

.search .row {
	padding-bottom: 20px;
}

.domain-order {
	padding-top: 10px;
}

.homeintro .domain-order h3 {
	font-size: 3.125em;
	text-align: center;
	margin: 0 15px;
	padding: 24px 0 14px 0;
	letter-spacing: -0.02em;
	color: #FFF;
	line-height: 0.75em;
	display: block;
	background: url(../img/bg_domain-available.png) repeat-x;
	border-radius: 5px 5px 0 0;
	box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
}

.homeintro .domain-order .search {
	padding: 20px 15px;
	background-color: #1D1D1D;
	box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
	padding-bottom: 0px;
	border-radius: 5px;
}

.homeintro .domain-order .search form input.bigfield {
	font-size: 1.75em;
	border: none;
	border-radius: 5px;
	-moz-border-radius: 5px;
	padding: 5px;
	color: #CDD2D6;
	width: 100%;
}

.homeintro .domain-order .search form input.bigfield:focus {
	color: #1D1D1D;
}

.homeintro .domain-order .search form input.btn {
	border: none;
	border-radius: 5px;
	padding: 11px 10px 10px 10px;
	text-transform: uppercase;
	text-shadow: #1D1D1D 1px 1px;
	text-transform: uppercase;
	font-size: 1.3em;
	color: #FFF;
	width: 100%;
}

.homeintro .domain-order .search form input.btn:hover {
	background: #d6ff5d; /* Old browsers */
	background: -moz-linear-gradient(top, #d6ff5d 0%, #638204 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d6ff5d), color-stop(100%,#638204)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #d6ff5d 0%,#638204 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #d6ff5d 0%,#638204 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #d6ff5d 0%,#638204 100%); /* IE10+ */
	background: linear-gradient(to bottom, #d6ff5d 0%,#638204 100%); /* W3C */
	width: 100%;
}

.homeintro .domain-order .sell {
	padding: 18px 20px;
	background-color: #2b4459;
	margin: 0 15px !important;
	padding-bottom: 10px;
	box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
}

.homeintro .domain-order .sell p {
	color: #CCC;
	font-size: 1.375em;
	margin: 0;
}

.homeintro .domain-order .sell p span {
	color: #FFF;
}

.homeintro .domain-order .domain-list {
	margin: 0 15px;
	padding: 16px 25px;
	background-color: #0E253B;
	border-radius: 0 0 5px 5px;
	font-size: 20px;
	color: #FFF;
	box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
}

.homeintro .domain-order .domain-list .button {
	width: 100%;
	text-transform: uppercase;
	text-shadow: #1D1D1D 1px 1px;
	margin-top: 10px;
}

.homeintro .domain-order .domain-list .button:hover {
	background: #f14bc1; /* Old browsers */
	background: -moz-linear-gradient(top, #f14bc1 0%, #66024a 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f14bc1), color-stop(100%,#66024a)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #f14bc1 0%,#66024a 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #f14bc1 0%,#66024a 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #f14bc1 0%,#66024a 100%); /* IE10+ */
	background: linear-gradient(to bottom, #f14bc1 0%,#66024a 100%); /* W3C */
}

.homeintro .domain-order .domain-list .row {
	padding-bottom: 0px !important;
}

/* FEATURES
 ----------------------------------------------------------*/
.features {
	background-color: #E9ECF0;
	padding-top: 60px;
	-webkit-box-shadow: inset 0 3px 0px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: inset 0 3px 0px rgba(0, 0, 0, 0.1);
	box-shadow: inset 0 3px 0px rgba(0, 0, 0, 0.1);
}

.features .box {
	background: #fafafa; /* Old browsers */
	background: -moz-linear-gradient(top, #fafafa 0%, #e1e4e8 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fafafa), color-stop(100%,#e1e4e8)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #fafafa 0%,#e1e4e8 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #fafafa 0%,#e1e4e8 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #fafafa 0%,#e1e4e8 100%); /* IE10+ */
	background: linear-gradient(to bottom, #fafafa 0%,#e1e4e8 100%); /* W3C */
	border-radius: 5px;
	-webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.2);
	box-shadow: 0 4px 5px rgba(0, 0, 0, 0.2);
	font-size: 1.2em;
	padding: 10px 20px;
	margin-bottom: 60px;
}

.features .box img {
	height: 100px;
	position: absolute;
	top: -13%;
	right: -2%;
}

.features .box h4 a {
	color: #628303;
	font-size: 1.8em;
	font-weight: normal;
}

.features .box ul {
	margin: 10px 0;
	padding: 0;
	list-style: none;
	font-size: 1em;
	line-height: 1.3em;
}

.features .box  ul li {
	color: #42474E;
	font-family: 'nexa_boldregular', Tahoma, Geneva, sans-serif;
	font-weight: normal;
	z-index: 10;
}

.features .box ul li span {
	color: #628303;
	text-transform: uppercase;
}

.features .vps h4 a, .features .vps ul li span {
	color: #21568E;
}

.features .web h4 a, .features .web ul li span {
	color: #9E0674;
}

.features .premiumweb h4 a, .features .premiumweb ul li span {
	color: #21568E;
}

.features .reseller h4 a, .features .reseller ul li span {
	color: #9E0674;
}

.features .hybrid h4 a, .features .hybrid ul li span {
	color: #9E0674;
}

.features .ssl h4 a, .features .ssl ul li span {
	color: #21568E;
}

.features .dedicated h4 a, .features .dedicated ul li span {
	color: #9E0674;
}

/* REASONS
 ----------------------------------------------------------*/
.reasons {
	background: #252628 url(../img/bg_reasons.png) repeat-x;
	color: #FFF;
}

.reasons h4 {
	display: block;
	width: 100%;
	text-align: center;
	font-size: 4em;
	margin: 0;
	background: url(../img/bg_reasons-top.png) repeat-x;
	color: #E9ECF0;
	padding: 40px 0;
}

.reasons h5 {
	color: #9E0674;
	font-size: 1.2em;
	margin: 0 0 10px 0;
	text-shadow: #000 -1px -1px;
	line-height: 1.1em;
}

.reasons .number {
	width: 80px;
	height: 76px;
	padding-top: 0px;
	background-color: #97C908;
	border-radius: 40px;
	-moz-border-radius: 40px;
	text-align: center;
	font-size: 4em;
	color: #FFF;
	text-shadow: #222 1px 1px;
}

.reasons .col-md-4 {
	margin-bottom: 5%;
}

/* REVIEWS
 ----------------------------------------------------------*/
.reviews {
	padding-top: 50px;
	padding-bottom: 50px;
}

.reviews h4 {
	padding-bottom: 20px;
	color: #393D41;
	display: block;
	width: 100%;
	text-align: center;
	font-size: 4em;
	margin: 0;
}

.reviews .box {
	padding: 20px;
	background: #fafafa; /* Old browsers */
	background: -moz-linear-gradient(top, #fafafa 0%, #e1e4e8 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fafafa), color-stop(100%,#e1e4e8)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #fafafa 0%,#e1e4e8 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #fafafa 0%,#e1e4e8 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #fafafa 0%,#e1e4e8 100%); /* IE10+ */
	background: linear-gradient(to bottom, #fafafa 0%,#e1e4e8 100%); /* W3C */
	border-radius: 10px;
	-webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.2);
	box-shadow: 0 4px 5px rgba(0, 0, 0, 0.2);
	margin-bottom: 40px;
	border: 2px solid #e1e4e8;
	min-height: 280px;
}

.reviews .logo {
	text-align: center;
	height: 30px;
}

.reviews .stars {
	padding-top: 20px;
	text-align: center;
}

.reviews .review {
	padding-top: 20px;
	margin: 0;
	font-size: 1.3em;
	color: #858A8D;
	text-align: center;
}

/* BLOG
 ----------------------------------------------------------*/
.homeblog {
	padding-top: 50px;
	padding-bottom: 50px;
	background: #EDEFF3 url(../img/bg_section-product-feature.png);
	box-shadow: inset 0 3px 0px rgba(0, 0, 0, 0.1);
}

.homeblog .box {
	background: #FFF;
	padding: 30px 30px 30px 30px;
	box-shadow: 2px 2px 18px rgba(0,0,0,0.1);
	margin-bottom: 30px;
}

.homeblog .morelink {
	margin-top: 10px;
}

.homeblog h4 {
	padding-bottom: 30px;
	color: #393D41;
	display: block;
	width: 100%;
	text-align: center;
	font-size: 4em;
	margin: 0;
}

.homeblog h5 {
	font-size: 2em;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-family: 'BebasNeueRegular', 'Impact', 'Arial Black', Helvetica, Arial, sans-serif;
	color: #000;
}

.homeblog h5 a {
	color: #393D41;
}

/* TITLE
 ----------------------------------------------------------*/
.thetitle {
	background-color: #34485c;
	padding: 40px 0 28px 0;
}

.thetitle h1 {
	font-size: 5em;
	color: #FFF;
	text-shadow: rgba(0, 0, 0, 0.1) 4px 4px;
	margin: 0;
	line-height: 0.838em;
}

.thetitle p {
	font-size: 1.5em;
	color: #fff;
	margin: 5px 0;
	text-shadow: rgba(0, 0, 0, 0.1) 4px 4px;
}

.thetitle .thetitlearea {
	padding-left: 15px;
	padding-right: 15px;
}

.web-hosting .thetitle, .web-hosting-cpselect .thetitle {
	background-color: #790F5B;
}

.reseller-hosting .thetitle, .reseller-hosting-cpselect .thetitle {
/* 	background-color: #0B562B; */
	background-color: #790F5B;
}

.premium-hosting .thetitle, .premium-hosting-cpselect .thetitle {
/* 	background-color: #790F5B; */
	background-color: #790F5B;
}

.vps-hosting .thetitle {
/* 	background-color: #34485c; */
	background-color: #790F5B;
}

.hybrid-server-hosting .thetitle {
/* 	background-color: #286BB0; */
	background-color: #790F5B;
}

.dedicated-server-hosting .thetitle {
/* 	background-color: #2B445A; */
	background-color: #790F5B;
}

.ssl-certificates .thetitle {
/* 	background-color: #6D0839; */
	background-color: #790F5B;
}

/* Sections
 ----------------------------------------------------------*/
.section-grey {
	padding-top: 40px;
	background-color: #E9ECF0;
}

.section-desc {
	padding-bottom: 40px;
	background: #34485c;
	color: #FFF;
	-webkit-box-shadow: inset 0 3px 0px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: inset 0 3px 0px rgba(0, 0, 0, 0.1);
	box-shadow: inset 0 3px 0px rgba(0, 0, 0, 0.1);
	border-bottom: 2px solid rgba(0, 0, 0, 0.1);
}

.section-desc h4 {
	display: block;
	width: 100%;
	text-align: center;
	font-size: 5.5vh;
	margin: 0;
	color: #E9ECF0;
	padding: 40px 0 30px 0;
	text-shadow: rgba(0, 0, 0, 0.1) 4px 4px;
}

.section-desc p {

}

.section-generic {
	padding-top: 40px;
	padding-bottom: 40px;
}

.section-texture {
	background-image: url(../img/bg_grey-texture.png);
}

.section-nopadtop {
	padding-top: 0px;
	padding-bottom: 40px;
}

.section-morepad {
	padding-top: 80px;
	padding-bottom: 80px;
}

/* COMPARE TABLE
 ----------------------------------------------------------*/
.product .top .price {
	top: -45px !important;
	position: absolute;
	left: 0;
	margin-left: 30%;
	background: #9D0674 url(../img/bg_price.png) repeat-x;
	width: 160px;
	height: 160px;
	padding: 50px 0 0 0;
	border: 4px solid #FFF;
	-moz-border-radius: 180px;
	border-radius: 180px;
	text-align: center;
	z-index: 2;
}

.product .top .price p span {
	font-size: 18px;
	color: #FFF;
	text-transform: lowercase;
	width: 100px;
	display: block;
	margin: 10px auto 0 auto;
	line-height: 1em;
	letter-spacing: normal;
}

.product .top .price p {
	font-size: 70px;
	color: #FFF;
	display: block;
	text-shadow: #1D1D1D 1px 1px;
	line-height: 0.5em;
	margin: 0;
	letter-spacing: -0.04em;
	font-family: 'BebasNeueRegular', 'Impact', 'Arial Black', Helvetica, Arial, sans-serif;
	font-weight: normal;
	font-size: 5em;
}

.product .top .price a {
	color: #FFF;
	text-decoration: none;
}

.product .package {
	text-align: center;
	background: #EDEFF3 url(../img/bg_section-product-feature.png);
	border-left: 5px solid #e1e4e8;
}

.product .package:last-child {
	border-right: 5px solid #e1e4e8;
}

.product .top {

}

.product .top .fix {
	margin-top: -30px;
}

.product .package .top h2 {
	padding-top: 130px;
	font-size: 3em;
}

.product .specs {
	text-align: right;
}

.product .specs .top img {
	height: 150px;
	width: 150px;
}
.product .specs .top h3 {
	text-align: right;
}

.product .middle p {
	padding: 15px 0px;
	border-bottom: 1px solid #e1e4e8;
	text-align: center;
	background-color: #FFF;
}

.product .middle p:last-child {
	border-bottom: 0px;
}

.product .specs .middle p {
	text-align: right;
}

.product .middle .btn-order {
	width: 90%;
}

.product .middle .price {
	font-weight: bold;
}

.product .middle span {
	color: #b2b4b8;
	font-size: 1em;
	font-weight: normal;
}

.product .divider {
	padding: 10px 20px;
	background-color: #e1e4e8;
}

.product .specsdetails .middle p {
	padding: 10px 0px;
	text-align: right;
	margin: 0;
}

.product .packagedetails .middle p {
	padding: 10px 0px;
	margin: 0;
}

/* SINGLE PRODUCT
 ----------------------------------------------------------*/
.single {
	background: #FFF url(../img/uwh-opacity-icon.png);
	background-repeat: no-repeat;
	background-position: right top;
	padding-bottom: 30px;
}

.single .salesbox {
	padding-top: 15px;
	color: #42474E;
	border-radius: 10px;
	-moz-border-radius: 10px;
}

.product.single.promo {padding-top:25px;
											padding-bottom:40px;}

.week-wrap {padding:20px 20px;
						background-color:#e7e7e7;
						display:block;
						margin-bottom:40px;
						border-radius:4px;
						display:block;
					}

.btn-week-promo {background-color:#34485c;
									color:#ffffff;
									font-size:18px;
									padding-top:9px;
									margin-right:6.25%;
									margin-bottom:0px;
								  width:15%;
									border: 2px solid #34485c;
									float:left;
									}

.btn-week-promo:hover {color:#ffffff;
											cursor: default;}

.btn-week-promo-last {margin-right:0px;}

.btn-week-promo-expired {background-color:#ffffff;
												border: 2px solid #ffffff;
												color:#42474E;}

.btn-week-promo-expired:hover {color:#42474E;}

.drop-shad {-webkit-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);}

.promo ul

.promo ul li {
    padding: 6px 0px;
    font-weight: bold;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.product .leftside {
	padding-top: 4px;
}

.product .leftside p {
	/*padding-left: 15px;*/
}

.product .leftside ul {
	padding: 0;
	list-style-type: none;
}

.product .leftside ul li {
	padding: 6px 0px;
	font-weight: bold;
	white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.product .leftside .enhance {
	display: inline-block;
	padding: 5px 8px;
	background-color:#ffffff;
	width: 100px;
	margin-right: 10px;
	text-align: center;
	border-radius: 5px;
	border:2px solid #e7e7e7;
	-moz-border-radius: 5px;
	color: #42474E;
}

.product .rightside img {
	margin-top: -140px;
}
.product .rightside .buy-now {
	width: 100%;
	background: #fafafa;
	background: -moz-linear-gradient(top, #fafafa 0%, #e1e4e8 80%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fafafa), color-stop(80%,#e1e4e8));
	background: -webkit-linear-gradient(top, #fafafa 0%,#e1e4e8 80%);
	background: -o-linear-gradient(top, #fafafa 0%,#e1e4e8 80%);
	background: -ms-linear-gradient(top, #fafafa 0%,#e1e4e8 80%);
	background: linear-gradient(to bottom, #fafafa 0%,#e1e4e8 80%);
	padding-top: 40px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.2);
	box-shadow: 0 4px 5px rgba(0, 0, 0, 0.2);
	margin-top: 15px;
}

.product .rightside .buy-now p {
	text-align: center;
	margin: 0;
	line-height: 1.5em;
}

.product .rightside .buy-now .price {
	font-size: 1.375em;
	color: #1D1D1D;
}

.product .rightside .buy-now .vat {
	font-size: 0.825em;
	color: #42474E;
}

.product .rightside .buy-now .buy-button {
	width: 100%;
	margin: 20px auto 0 auto;
}

.product .rightside .buy-now .price span {
	font-size: 50px;
}

.product .rightside a {
	text-decoration:none;
}

.product .rightside a .buy-now .buy-button, .app-host-button {
	display: block;
	text-align: center;
	background: #68024C url(../img/bg_button.png) repeat-x;
	text-shadow: #1D1D1D -1px -1px;
	font-size: 1.125em;
	color: #FFF;
	padding: 8px 18px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	text-transform: uppercase;
}

.product .rightside a:hover .buy-now .buy-button, .app-host-link:hover .app-host-button {
	background: #68024C url(../img/bg_button.png) repeat-x;
	text-decoration:none;
	background: #f14bc1; /* Old browsers */
	background: -moz-linear-gradient(top, #f14bc1 0%, #66024a 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f14bc1), color-stop(100%,#66024a)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #f14bc1 0%,#66024a 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #f14bc1 0%,#66024a 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #f14bc1 0%,#66024a 100%); /* IE10+ */
	background: linear-gradient(to bottom, #f14bc1 0%,#66024a 100%); /* W3C */
}

.app-host-link {color:#333;
								display:block;}

.app-host-link:hover {color:#333;
											text-decoration:none;}

.app-host-border {border:1px #eeeeee solid;
									border-radius: 5px;
									padding-top:15px;}

.app-host-border p {margin:0px 20px;}

/* PRODUCT -> FEATURESTABLE
 ----------------------------------------------------------*/

.featurestable {
	background: #EDEFF3 url(../img/bg_section-product-feature.png);
	padding: 50px 0px;
	-webkit-box-shadow: inset 0 3px 0px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: inset 0 3px 0px rgba(0, 0, 0, 0.1);
	box-shadow: inset 0 3px 0px rgba(0, 0, 0, 0.1);
	border-bottom: 2px solid rgba(0, 0, 0, 0.1);
}

.featurestable .table {
	margin-bottom: 0px;
}

.featurestable .featurestablebox {
	box-shadow: 2px 2px 18px rgba(0,0,0,0.1);
	background-color: #FFF;
	border: 3px solid #34485c;
	border-radius: 5px;
	margin-left: 15px;
	margin-right: 15px;
}

.featurestable .featurestitle {
	background: #34485c;
	padding: 14px 22px;
	color: #FFF;
	text-shadow: rgba(0, 0, 0, 0.1) 2px 2px;
}

.featurestable .featurestitle h3 {
	margin: 0;
	padding: 0;
}

.featurestable table tr td {
	padding: 12px 24px;
}

.featurestable table tr td:nth-child(2) {
	width: 250px;
	text-align: center;
	background: #EEE;
}

/* PRODUCT -> HIGHLIGHTS
 ----------------------------------------------------------*/
.highlights {

}

.highlights .focuspanel {
	background: #EDEFF3 url(../img/bg_section-product-feature.png);
	padding-top: 40px;
	padding-bottom: 40px;
	border-bottom: 1px solid #C6CCD5;
	border-top: 1px solid #FFF;
}

.highlights .focuspanel h2 {
	margin: 0;
	font-size: 3.125em;
	color: #34485c;
	text-shadow: #FFF -1px -1px;
}

.highlights .focuspanel .shadow {
	box-shadow: 2px 2px 18px rgba(0,0,0,0.25);
}

.highlights .focuspanel .feature-intro {
	font-size: 20px;
	color: #2B445A;
}

.highlights .white {
	background: #FFF;
}

/* PRODUCT -> ELEVATORPITCH
 ----------------------------------------------------------*/
.elevatorpitch {
	background: #34485c;
	color: #FFF;
	padding-top: 40px;
	padding-bottom: 40px;
	border-bottom: 1px solid #C6CCD5;
	border-top: 1px solid #FFF;
}

.elevatorpitch h2 {
	margin: 0;
	font-size: 3.125em;
	color: #E9ECF0;
	text-shadow: rgba(0, 0, 0, 0.1) 4px 4px;
}

.elevatorpitch .shadow {
	box-shadow: 2px 2px 18px rgba(0,0,0,0.25);
}

/* PRODUCT -> APPLICATIONS
 ----------------------------------------------------------*/
.applications {
	padding-top: 50px;
	padding-bottom: 50px;
	background: #EDEFF3 url(../img/bg_section-product-feature.png);
	border-bottom: 1px solid #C6CCD5;
}

.applications .container {
	background: #FFF;
	box-shadow: 2px 2px 18px rgba(0,0,0,0.25);
	padding-bottom: 40px;
}

.applications .container .header {

}

.applications .container .header  h2 {
	text-align: center;
	font-size: 3.5em;
	margin: 0px;
	margin-top: 20px;
}

.applications .container .header p {
	font-size: 20px;
	color: #2B445A;
	text-align: center;
	margin: 0;
}

.applications .body {
	background: #FFF;
	box-shadow: 2px 2px 18px rgba(0,0,0,0.25);
}

/* PRODUCT -> GENERIC
 ----------------------------------------------------------*/
.generic {
	padding-top: 50px;
	padding-bottom: 50px;
	text-align: center;
	border-bottom: 1px solid #C6CCD5;
}

.generic h2 {
	padding-top: 20px;
}

.generic .feature-intro {
	font-weight: bold;
	padding-top: 20px;
	height: 70px;
}

/* PRODUCT -> FEEDBACK
 ----------------------------------------------------------*/
.feedback {
	background: #EDEFF3 url(../img/bg_section-product-feature.png);
	padding-top: 60px;
	padding-bottom: 60px;
}

.feedback .feedbackbox {
	padding: 20px;
	padding-top: 40px;
	background: #fafafa;
	-webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.2);
	box-shadow: 0 4px 5px rgba(0, 0, 0, 0.2);
	padding-left: 15px;
	padding-right: 15px;
}

.feedback .feedbackbox .feedbackuser {
	text-align: center;
	padding-bottom: 15px;
}

.feedback .feedbackbox .feedbackuser img {
	border: 2px solid #CCC;
}

.feedback .feedbackbox .customer {
	color: #858A8D;
	text-align: right;
}

/* SSL PAGE
 ----------------------------------------------------------*/
.ssltable-wrap {
	background-image: url(../img/bg_grey-texture.png);
	clear: both;
	box-shadow: 0 5px 5px #DDD inset;
	padding-bottom: 30px;
	padding-top: 30px;
}

.ssltable {
	margin-left: 15px;
	margin-right: 15px;
	padding-top: 10px;
}

.ssltable .column {
	background: #EDEFF3 url(../img/bg_large-button.png) repeat-x;
	border: 1px solid #D6DBE2;
	border-radius: 5px;
	margin-bottom: 20px;
}

.ssltable .column .sslrow {
	padding-bottom: 10px !important;
	font-size: 14px;
}

.ssltable .column .odd {
	background: #E9E9E9;
}

.ssltable .column .provider {
	text-align: center;
	background: #F7F7F7;
	height: 100px;
}

.ssltable .column .even {
	background: #F7F7F7;
}

.ssltable .column .even span a {
	background: #E9E9E9;
	padding: 2px 5px;
	border: 1px solid #D6DBE2;
	margin-top: -2px;
	margin-right: -10px;
	float: right;
}

.ssltable .column .buy .buy-button a {
	display: block;
	text-align: center;
	background: #68024C url(../img/bg_button.png) repeat-x;
	text-shadow: #1D1D1D -1px -1px;
	font-size: 1.125em;
	color: #FFF;
	padding: 8px 18px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}

.ssltable .column .buy .buy-button a:hover {
	background: #68024C url(../img/bg_button.png) repeat-x;
	text-decoration:none;
	background: #f14bc1; /* Old browsers */
	background: -moz-linear-gradient(top, #f14bc1 0%, #66024a 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f14bc1), color-stop(100%,#66024a)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #f14bc1 0%,#66024a 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #f14bc1 0%,#66024a 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #f14bc1 0%,#66024a 100%); /* IE10+ */
	background: linear-gradient(to bottom, #f14bc1 0%,#66024a 100%); /* W3C */
}

.ssltable .column .price2 p {
	text-decoration: none;
	text-align: center;
}

.ssltable .column .price2 .value {
	font-size: 1.375em;
	color: #1D1D1D;
	font-family: 'nexa_boldregular', Tahoma, Geneva, sans-serif;
	font-weight: normal;
}

.ssltable .column .price2 .value span {
	font-size: 50px;
	font-weight: normal;
}

.ssltable .column .price2 .vat {
	font-size: 0.625em;
	color: #42474E;
}

.ssltable .column .sslrow p {
	margin: 0;
	padding: 0;
}

.ssltable .column .sslrow p img {
	vertical-align: middle;
}

.ssltable .column .header {
	text-align: center;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	padding: 10px;
	color: #FFF;
	background: #EDEFF3 url(../img/bg_large-button.png) repeat-x;
	border-bottom: 1px solid #D6DBE2;
}

.ssltable .column .header h2 {
	margin: 0;
	color: #9E0674;
	font-weight: bold;
}

.sslrow {min-height:40px;
				padding-top:10px;}

.sslrow.price2 {height:100px;}

.yes-tick {width:8%;
					margin-left:3%;
					margin-right:3%;
					float:left;}

.ssl-copy {width:70%;
					float:left;}

.ssl-query {width:13%;
						float:left;
						padding-left:3%;
						}

a.modal-query {
							background: #F7F7F7;
							padding: 2px 5px;
							border: 1px solid #D6DBE2;
							margin-top: -2px;
							margin-right: 5px;
							float: left;
						}

/* VPS SLIDER
 ----------------------------------------------------------*/
.vps-slider {
	background: #EEE;
	padding-top: 60px;
	padding-bottom: 60px;
	-webkit-box-shadow: inset 0 3px 0px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: inset 0 3px 0px rgba(0, 0, 0, 0.1);
	box-shadow: inset 0 3px 0px rgba(0, 0, 0, 0.1);
}

.vps-slider .toptitle {
	margin-bottom: 15px;
	color: #666;
}

.vps-slider h2 {
	margin: 0;
	color: #666;
	padding-top: 14px;
}

.vps-slider .vps-sliderbox {
	padding-left: 40px;
	padding-right: 40px;
	margin-left: 15px;
	margin-right: 15px;
	background: #FFF;
	padding-top: 20px;
	box-shadow: 0 4px 5px rgba(0, 0, 0, 0.2);
	padding-bottom: 30px;
}

.vps-slider .vps-sliderbox .slider-resource .slider-title h4 {
	padding-top: 4px;
	font-size: 2em;
	color: #666;
}

.vps-slider .vps-sliderbox .slider-output h4 span {
	font-size: 2em;
}

.vps-slider .vps-sliderbox .ui-slider {
	margin-top: 18px;
	height: 20px;
}

.vps-slider .vps-sliderbox .ui-widget-content {
	border: 1px solid #999;
	background: #EEE;
	color: #222222;
}

.vps-slider .vps-sliderbox .odd .ui-widget-content {
	background: #FFF;
}

.vps-slider .vps-sliderbox .ui-corner-all {
	border-radius: 0px;
}

.vps-slider .vps-sliderbox .ui-slider-handle {
	position: absolute;
	z-index: 2;
	width: 1.2em !important;
	height: 1.7em !important;
	cursor: default;
	border: 0 !important;
	background: #68024C url(../img/bg_button.png) repeat-x !important;
	border-radius: 5px;
}

.ui-widget-header {
	border: 1px solid #4297d7;
	background: #BBB;
}

.vps-slider .vps-sliderbox .slider-price {
	margin: 0px 0px;
	background: #EEE;
	text-align: center;
	padding-bottom: 10px;
}

.vps-slider .vps-sliderbox .slider-price p {
	font-size: 1.375em;
	margin: 0;
	color: #1D1D1D;
	font-family: 'nexa_boldregular', Tahoma, Geneva, sans-serif;
	font-weight: normal;
}
.vps-slider .vps-sliderbox .slider-price p span {
	font-size: 50px;
	color: #1D1D1D;
	margin: 0;
}

.vps-slider .vps-sliderbox .slider-price .slider-vat {
	margin-top: -14px;
	font-size: 0.625em;
	color: #42474E;
}

.vps-slider .vps-sliderbox .slider-buy {
	margin: 0px 0px;
}

.vps-slider .vps-sliderbox .slider-buy a {
	background: #68024C url(../img/bg_button.png) repeat-x;
	display: block;
	text-align: center;
	background: #68024C url(../img/bg_button.png) repeat-x;
	text-shadow: #1D1D1D -1px -1px;
	font-size: 1.125em;
	color: #FFF;
	padding: 8px 18px;
	text-transform: uppercase;
	border-radius: 5px;
	font-family: 'nexa_boldregular', Tahoma, Geneva, sans-serif;
    font-weight: normal;
}

.vps-slider .vps-sliderbox .slider-buy a:hover {
	background: #68024C url(../img/bg_button.png) repeat-x;
	text-decoration:none;
	background: #f14bc1; /* Old browsers */
	background: -moz-linear-gradient(top, #f14bc1 0%, #66024a 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f14bc1), color-stop(100%,#66024a)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #f14bc1 0%,#66024a 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #f14bc1 0%,#66024a 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #f14bc1 0%,#66024a 100%); /* IE10+ */
	background: linear-gradient(to bottom, #f14bc1 0%,#66024a 100%); /* W3C */
}

.slider-disktype {
	padding: 8px;
}

/* VPS Panels */

.vpspanels .row {padding:0 15px;
								}

.vpspanels .row .column {
												box-shadow: 0 4px 5px rgba(0, 0, 0, 0.2);
												border-radius: 5px;}

.vpspanels .row .column .header {border-top-left-radius:5px;
																border-top-right-radius:5px;
																text-align:center;
																background: #EDEFF3 url(../img/bg_large-button.png) repeat-x;
																border-bottom: 1px solid #D6DBE2;}

.vpspanels .row .column .header h2 {font-size:30px;
																		margin-bottom:0px;
																		color: #9E0674;
																		font-weight: bold;}

.vpspanels .row .column .vpsbody {padding:15px;
																	background-color:#f7f7f7;}

.vpspanels .row .column .vpsrow {padding:15px;
																min-height: 40px;
																text-align:center;
																font-weight:bold;}

.vpspanels .row .column .vpsrow .price {font-size: 50px;
																				color: #1D1D1D;
																				font-family: 'nexa_boldregular', Tahoma, Geneva, sans-serif;
																				font-weight: normal;
																				line-height:50px;
																				}

.vpspanels .row .column .vpsrow .vat {font-size:0.625em;}

.vpspanels .row .column .vpsrow.odd {background: #E9E9E9;}

.vpspanels .row .column .vpsrow.even {background: #f7f7f7;}

.vpspanels .row .column .buy-button {display: block;
																		text-align: center;
																		background: #68024C url(../img/bg_button.png) repeat-x;
																		text-shadow: #1D1D1D -1px -1px;
																		font-size: 1.125em;
																		font-weight:bold;
																		color: #FFF;
																		padding: 8px 18px;
																		border-bottom-left-radius: 5px;
																		border-bottom-right-radius: 5px;}

.vpslink, .vpslink:hover {text-decoration:none;
													color:#000;}

.vpslink:hover .column .buy-button {background: linear-gradient(to bottom, #f14bc1 0%,#66024a 100%);}

/* Domain Checker
 ----------------------------------------------------------*/
.domainchecker .table:first-child td {
	border: 0px;
}


.domainchecker .table .price {
	color: #666;
	font-weight: normal;
}

.domainchecker .table {
    margin-bottom: 0px;
}

.domainchecker .table label input {
	vertical-align: top;
	margin-right: 10px;
}

.domainchecker .panel-heading {
    color: #FFF;
    background-color: #34485c;
    border-color: #34485c;
	cursor: pointer;
}

.domainchecker .panel-body {
	border: 3px solid #34485c;
	border-top: 1px solid #34485c !important;
}

.domainchecker .searcharea {
	background: #34485c;
	padding: 20px;
	box-shadow: 2px 2px 18px rgba(0,0,0,0.1);
	border-radius: 5px;
}

.domainchecker  .box {
	background: #34485c;
	box-shadow: 2px 2px 18px rgba(0,0,0,0.1);
	border-radius: 5px;
	color: #FFF;
	padding: 15px 10px 10px 10px;
	text-align: center;
}

.domainchecker .resultsarea {
	margin-top: 0px;
	background: #FFF;
	padding: 15px 15px 15px 15px;
	box-shadow: 2px 2px 18px rgba(0,0,0,0.1);
	border-radius: 5px;
}

.domainchecker .orderbutton {
	margin-top: 10px;
	text-align:right;
}

.btn.btn-lg.btn-primary.btn-order {
	height:86px;
}

.domainchecker .resultsarea .table tr  {
	height: 60px;
}

.domainchecker .resultsarea .table tr td {
	border: 0px;
	border-bottom: 4px solid #FFF;
	vertical-align: middle;
}

.domainchecker .resultsarea .table  .icon {
	text-align: center;
}

.domainchecker .resultsarea .table  .select {
	text-align: center;
}

.domainchecker .resultsarea .table  .domainavailable .icon {
	color: #8dba07;
}

.domainchecker .resultsarea .table .domainavailable .select  {
	color: #FFF;
	background: #8dba07;
}

.domainchecker .resultsarea .table .domainavailable .textresult {
	color: #8dba07;
	font-weight: bold;
}

.domainchecker .resultsarea .table .domainavailable {
		border-left: 4px solid #8dba07;
	    background-color: #dff0d8;
}


.domainchecker .resultsarea .table .domainunavailable .textresult {
	color: #a94442;
}

.domainchecker .resultsarea .table .domainunavailable .icon {
	color: #a94442;
}

.extensions-row {margin-top:20px;}

.extensions-wrap {height:380px;
									overflow:auto;}

/* ADDONS
 ----------------------------------------------------------*/

.addons .addonsbox {
	background: #FFF;
	text-align: center;
	box-shadow: 2px 2px 18px rgba(0,0,0,0.1);
	padding: 30px 15px 15px 15px;
	margin-bottom: 15px;
}

.addons .addonsbox h2 {
	font-size: 3vh;
	margin-top: 15px;
}

.addons .addonsbar {
	background-color: #FFF;
	border-bottom: 3px solid #34485c;
    padding: 15px 15px 3px 15px;
	color: #34485c;
	margin-bottom: 35px;
	box-shadow: 2px 2px 18px rgba(0,0,0,0.1);
}

.addons .addonsbox img {
	margin: 0 auto;
}

.addons .smallprint {
	padding: 15px;
}

/* ABOUT
 ----------------------------------------------------------*/
.about .aboutus {
	border-bottom: 1px solid #C6CCD5;
}

.about .aboutus .aboutusrow {
	padding: 40px 0px;
	background: #EDEFF3 url(../img/bg_section-product-feature.png);
	border-bottom: 1px solid #C6CCD5;
}

.about .aboutus h2 {
	margin: 0;
	font-size: 3.125em;
	color: #34485c;
	text-shadow: #FFF -1px -1px;
}

.about .aboutus .white {
	padding: 40px 0px;
	background: #FFF;
}

/* CONTACT
 ----------------------------------------------------------*/
.contactboxes {
	padding-top: 15px;
	padding-left: 15px;
	padding-right: 15px;
}

.contact .contactbox {
	margin-bottom: 20px;
}

.contact .contactbox h2 {
	/*margin-top: 15px;*/
}

.contact .knowledgebase {
	background: #f5f7f7 url(../img/bg_contact-kb.png) no-repeat;
	background-size: 700px 180px;
	background-position: right;
	border-radius: 5px;
	-webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.2);
	box-shadow: 0 4px 5px rgba(0, 0, 0, 0.2);
	border: 1px solid #FFF;
	padding: 1px 20px;
	height: 180px;
}

.contact .abuse {
	background: #f5f7f7 url(../img/bg_contact-report.png) no-repeat;
	background-size: 700px 180px;
	background-position: right;
	border-radius: 5px;
	-webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.2);
	box-shadow: 0 4px 5px rgba(0, 0, 0, 0.2);
	border: 1px solid #FFF;
	padding: 1px 20px;
	height: 180px;
}

.contact .networkstatus {
	background: #2e3033 url(../img/bg_contact-status.jpg) no-repeat;
	background-size: 700px 180px;
	background-position: right;
	border-radius: 5px;
	-webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.2);
	box-shadow: 0 4px 5px rgba(0, 0, 0, 0.2);
	padding: 1px 20px;
	height: 180px;
}

.contact .contactbox h2, .report-abuse .contactbox h2 {margin-top:20px;}

.contact .contactbox h2 a {
	color: #0E253B;
}

.contact .contactbox p {
	max-width: 160px;
	color: #21568E;
	font-size: 1.25em;
}

.contact .networkstatus h2 a {
	color: #FFF;
}

.contact .networkstatus p {
	color: #FFF;
}

.contact .formarea {
	padding: 30px 30px;
	background-color: #FFF;
	-webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.2);
	box-shadow: 0 4px 5px rgba(0, 0, 0, 0.2);
	margin-left: 15px;
	margin-right: 15px;
	border-radius: 5px;
	margin-bottom: 40px;
}

.contact .formarea .contacttext {
	padding: 30px 30px;
}

.contact .formarea .contacttext img {
	width: 32px;
}

.contact .formarea .contacttext h3 {
	font-size: 2.75em;
	color: #0E253B;
	margin-top: 0;
}

.contact .formarea .contacttext .phone-number {
	font-size: 26px;
	color: #1D1D1D;
}

.contact .formarea .theform {
	background-color: #42474E;
	color: #FFF;
	padding: 30px 30px;
	border-radius: 5px;
}

.contact .formarea .theform h4 {
	color: #FFF;
	margin-top: 0;
	font-size: 2.375em;
}

/* REPORT ABUSE
 ----------------------------------------------------------*/
.report-abuse .contactbox {
	margin-bottom: 20px;
}

.report-abuse .knowledgebase {
	background: #f5f7f7 url(../img/bg_contact-kb.png) no-repeat;
	background-size: 700px 180px;
	background-position: right;
	border-radius: 5px;
	-webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.2);
	box-shadow: 0 4px 5px rgba(0, 0, 0, 0.2);
	border: 1px solid #FFF;
	padding: 1px 20px;
	height: 180px;
}

.report-abuse .abuse {
	background: #f5f7f7 url(../img/bg_contact-report.png) no-repeat;
	background-size: 700px 180px;
	background-position: right;
	border-radius: 5px;
	-webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.2);
	box-shadow: 0 4px 5px rgba(0, 0, 0, 0.2);
	border: 1px solid #FFF;
	padding: 1px 20px;
	height: 180px;
}

.report-abuse .networkstatus {
	background: #2e3033 url(../img/bg_contact-status.jpg) no-repeat;
	background-size: 700px 180px;
	background-position: right;
	border-radius: 5px;
	-webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.2);
	box-shadow: 0 4px 5px rgba(0, 0, 0, 0.2);
	padding: 1px 20px;
	height: 180px;
}

.report-abuse .contactbox h2 a {
	color: #0E253B;
}

.report-abuse .contactbox p {
	max-width: 160px;
	color: #21568E;
	font-size: 1.25em;
}

.report-abuse .networkstatus h2 a {
	color: #FFF;
}

.report-abuse .networkstatus p {
	color: #FFF;
}


.report-abuse .theform {
	background-color: #42474E;
	color: #FFF;
	padding: 30px 30px;
	border-radius: 5px;
	margin-top: 26px;
}

.report-abuse .theform h4 {
	color: #FFF;
	margin-top: 0;
	font-size: 2.375em;
}

/* CONTROL PANEL SELECT
 ----------------------------------------------------------*/

.cpheader {
    border: 0px;
    border-top: 1px solid #EEEEEE;
    border-bottom: 1px solid #EEEEEE;
    margin-top: 30px;
    margin-bottom: 30px;
}

.cpheader h2 {
	margin-top: 15px;
    padding-top: 8px;
    padding-bottom: 8px;
}

.cpbox {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#0e253b+0,2b445a+100 */
	background: #0e253b; /* Old browsers */
	background: -moz-linear-gradient(top, #0e253b 0%, #2b445a 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0e253b), color-stop(100%,#2b445a)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #0e253b 0%,#2b445a 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #0e253b 0%,#2b445a 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #0e253b 0%,#2b445a 100%); /* IE10+ */
	background: linear-gradient(to bottom, #0e253b 0%,#2b445a 100%); /* W3C */
	color: #FFF;
	text-align: center;
	-webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.2);
	box-shadow: 0 4px 5px rgba(0, 0, 0, 0.2);
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

.cpboxlogo {
	padding-top: 40px;
	height: 60px;
}

.cpboximage {
	-webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.2);
	box-shadow: 0 4px 5px rgba(0, 0, 0, 0.2);
	margin-top: 20px;
	margin-bottom: 30px;
	border-radius: 5px;
}

.cpboximage img {
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	border-radius: 5px;
}

.cpboxcontent {
	padding-top: 50px;
	height: 150px;
}

.cpboxselect {
	background-color: #0E253B;
	padding: 15px 0px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}

.cpbox ul {
	padding: 0px;
	padding-top: 20px;
	list-style-type: none;
}

.cpboxtable {
	background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
		-webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.1);
	box-shadow: 0 4px 5px rgba(0, 0, 0, 0.1);
	margin-bottom: 20px;
}

.cpboxtable .table {
	margin-bottom: 0px;
}

.cpboxtable .table tr td {
	padding: 20px 20px;
}


/* 404
 ----------------------------------------------------------*/
.fourproduct {
	background: #FFF;
	padding: 15px;
	-webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.1);
	box-shadow: 0 4px 5px rgba(0, 0, 0, 0.1);
}

.fourproduct img {
	max-height: 120px;
	margin-top: 15px;
	margin-bottom: 15px;
}

/* FOOTER
 ----------------------------------------------------------*/
footer {
	background: #151617; /* Old browsers */
	background: -moz-linear-gradient(top, #151617 1%, #242426 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#151617), color-stop(100%,#242426)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #151617 1%,#242426 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #151617 1%,#242426 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #151617 1%,#242426 100%); /* IE10+ */
	background: linear-gradient(to bottom, #151617 1%,#242426 100%); /* W3C */
	color: #858A8D;
}

footer a {
	color: #585c5e;
}

footer a:hover {
	color: #858A8D;
	text-decoration: none;
}

footer .top {
	padding-top: 20px;
	padding-bottom: 10px;
	border-bottom: 1px solid #282c2e;
	vertical-align: middle;
}

footer .top .social img {
	height: 26px;
}

footer .top a {
	color: #585c5e;
}

footer .middle {
	padding: 20px 0px;
	border-bottom: 1px solid #282c2e;
}

footer .middle ul {
	list-style: none;
	padding: 0;
}

footer .middle h6 {
	font-size: 1em;
}

footer .copyright {
	padding: 20px 0px;
}

footer .phone {
	font-size: 20px;
	color: #97C908;
	margin: 4px 0 0 0;
	margin-bottom: 20px;
}

footer .partners {
	padding: 10px 0px;
	text-align: center;
	border-bottom: 1px solid #282c2e;
}

footer .partners img {
	margin: 1% 2.8%;
}

/* WHMCS HOTFIXES
 ----------------------------------------------------------*/
.admin-masquerade-notice {
	position: absolute;
	top: 0;
	right: 10px;
	z-index: 20;
}

.breadcrumb {
	margin-bottom: 12px;
}

section#main-body {
	margin-top: 0px;
	margin-bottom: 0px;
}

.main-content {
	margin-bottom: 0px;
}

.breadcrumbs {
	padding-top: 40px;
}

.clientareaheader {
	padding: 48px 0px 24px 0px;
	clear: both;
	background-color: #42474E;
	margin-bottom: 30px;
}

.clientareaheader h1 {
	font-size: 5em;
	color: #FFF;
	text-shadow: #41464D 1px 1px;
	margin: 0;
	line-height: 0.838em;
}

.clientareaheader p {
	font-size: 1.375em;
	color: #E9ECF0;
	margin: 5px 0;
}

.logincontainer {
	padding: 20px 15px;
	background: #fafafa; /* Old browsers */
	background: -moz-linear-gradient(top, #fafafa 0%, #e1e4e8 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fafafa), color-stop(100%,#e1e4e8)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #fafafa 0%,#e1e4e8 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #fafafa 0%,#e1e4e8 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #fafafa 0%,#e1e4e8 100%); /* IE10+ */
	background: linear-gradient(to bottom, #fafafa 0%,#e1e4e8 100%); /* W3C */
	border-radius: 10px;
	-webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.2);
	box-shadow: 0 4px 5px rgba(0, 0, 0, 0.2);
	border: 2px solid #e1e4e8;
}

.logincontainer label {
	font-size: 1.5em;
	font-family: 'BebasNeueRegular', 'Impact', 'Arial Black', Helvetica, Arial, sans-serif;
	font-weight: normal;
	padding-left: 2px;
}

.logincontainer .options {
	padding: 20px 2px;
}

.panel-uwh {
	margin-bottom: 40px;
}

.panel-primary {
    border-color: #34485c;
}

.panel-primary > .panel-heading {
    color: #fff;
    background-color: #34485c;
    border-color: #34485c;
}

.vps-image-spacer {height:160px;}

.vps-slider .vps-sliderbox .slider-price.slider-pad {margin:18px 0px;}

.slider-contact {
								padding:18px 0px 0px 0px;
}

#ItemRating {float:left;}
.numberOfReviews {float:left;
									padding:0px 15px;}

footer .top .numberOfReviews a {color:#fff;
										font-weight:bold;}

.rating p {float:left;}

/* CLIENT AREA -> Transfer button
 ----------------------------------------------------------*/
input[name="transfer"] {
	background: #9c0671; /* Old browsers */
	background: -moz-linear-gradient(top, #9c0671 0%, #66024a 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#9c0671), color-stop(100%,#66024a)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #9c0671 0%,#66024a 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #9c0671 0%,#66024a 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #9c0671 0%,#66024a 100%); /* IE10+ */
	background: linear-gradient(to bottom, #9c0671 0%,#66024a 100%); /* W3C */
	border: 1px solid #9c0671;
	text-transform: uppercase;
	text-shadow: #1D1D1D 1px 1px;
	font-family: 'nexa_boldregular', Tahoma, Geneva, sans-serif;
	color: #FFF;
}

/* BLOG
 ----------------------------------------------------------*/
.blog .section-generic p {
	padding-top: 10px;
}

.blog .section-generic h2 {
	margin-top: 15px;
}

.fb-share-button {
	vertical-align: top !important;
}

.social-sharing div, .social-sharing a {
	 vertical-align: middle;
}

/* Site map
----------------------------------------------------------*/

.site-map .container {background-color:#ffffff;
											padding:25px 15px 15px 15px;
											box-shadow: 2px 2px 18px rgba(0,0,0,0.25);}

.site-map ul {padding:0;
							list-style: none;}

.site-map ul li {padding-bottom:10px;}

h2.knowledgebase-title {margin-top:20px;}



/* Careers */

.vacancy-section {background: #EDEFF3 url(../img/bg_section-product-feature.png);
									padding-bottom:40px;}

.vacancy-inner {background-color:#ffffff;
								padding:40px 20px;
								margin:40px 0px 0px 0px;
								box-shadow: 2px 2px 18px rgba(0,0,0,0.25);
								border-radius: 4px;}

.container.vacancy-container {width:1210px;}


/* RESPONSIVE
 ----------------------------------------------------------*/
/* Tiny */
@media (max-width: 390px) {
.homeintro h2 {
		font-size: 7em;
	}

	.homeintro h1 {
		font-size: 3em;
	}

	.homeintro .main-features .price {
		position: relative;
		margin: 0 auto;
		right: 0;
	}

	.homeintro .main-features .usps {
		display: none;
	}

	.features .box ul {
		display: none;
	}
	.features .box img {
		top: -33%;
	}
	.reasons .number {
		width: 60px;
		height: 56px;
		font-size: 3em;
	}
	.featurestable table tr td:nth-child(2) {
		width: 120px;
	}

	.nopadleft {
		padding-left: 15px !important;
	}

	.nopadright {
		padding-right: 15px !important;
	}
}

/* Mobile */
@media (max-width: 768px) {
	.navbar-default .navbar-nav .open .dropdown-menu > li > a {
		color: #FFF;
		text-transform: uppercase;
		color: #FFF;
		font-family: 'nexa_boldregular', Tahoma, Geneva, sans-serif;
		font-weight: normal;
		padding-left: 10px;
		padding-bottom: 15px;
	}

	.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
	    color: #659fd5;
	}

	.homeintro h2 {
		font-size: 7em;
	}

	.homeintro h1 {
		font-size: 3em;
	}

	.homeintro .main-features .usps {
		margin-bottom: 25px;
	}

	.vps-slider .vps-sliderbox .slider-slider {
		padding-bottom: 20px;
	}

	.vps-slider .vps-sliderbox .slider-output {
		text-align: right;
	}

	.vps-slider .vps-sliderbox .slider-price {
		margin-top: 20px;
	}

	.featurestable table tr td:nth-child(2) {
		width: 120px;
	}

	.features .box img {
		right: 5px;
	}

	.nopadleft {
		padding-left: 15px !important;
	}

	.nopadright {
		padding-right: 15px !important;
	}

	.cart .pad {
		padding: 0;
	}

	.week-wrap {display:none;}
	.promo-image {display:none;}

}

/* Tablets */
@media (min-width: 768px) and (max-width: 992px) {
	.homeintro h2 {
		font-size: 9em;
	}

	.homeintro h1 {
		font-size: 3em;
	}

	.homeintro .main-features .usps {
		margin-bottom: 30px;
	}

	.vps-slider .vps-sliderbox .slider-price {
		margin-top: 20px;
	}

	.featurestable table tr td:nth-child(2) {
		min-width: 40px;
	}

	.nopadleft {
		padding-left: 15px !important;
	}

	.nopadright {
		padding-right: 15px !important;
	}
}

/* Laptops */
@media (min-width: 992px) and (max-width: 1200px) {
	.homeintro h2 {
		font-size: 11em;
	}

	.homeintro h1 {
		font-size: 4.5em;
	}

	.features .box img {
		height: 40%;
	}
}

/* Navbar dropdown  */
@media (min-width: 767px)  {
	#nav.affix {
		position: fixed;
		top: 0;
		width: 100%;
		z-index: 10;
	}

	.navbar-default .navbar-nav .open .dropdown-menu > li > a {
		color: #FFF;
	}

	.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
		background: #4c4c4c;
	}

	.navbar-default .navbar-nav .open .dropdown-menu {
		background: #4c4c4c;
		background: -moz-linear-gradient(top, #4c4c4c 0%, #1c1c1c 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4c4c4c), color-stop(100%,#1c1c1c));
		background: -webkit-linear-gradient(top, #4c4c4c 0%,#1c1c1c 100%);
		background: -o-linear-gradient(top, #4c4c4c 0%,#1c1c1c 100%);
		background: -ms-linear-gradient(top, #4c4c4c 0%,#1c1c1c 100%);
		background: linear-gradient(to bottom, #4c4c4c 0%,#1c1c1c 100%);
		color: #FFF;
		padding-bottom: 20px;
	}

	.navbar-default .navbar-nav .open .dropdown-header {
		color: #FFF;
		font-family: 'BebasNeueRegular', 'Impact', 'Arial Black', Helvetica, Arial, sans-serif;
		font-size: 1.4em;
	}

	.navbar-default .navbar-nav .open .divider {
		background-color: #666;
	}
}


.countryselect button {
	background: #FFF;
	border: 0;
	padding: 0;
}

.countryselect .dropdown-menu {
	margin-left: -21px;
	margin-top: 10px;
	z-index: 1001;
}

.countryselect .dropdown-menu li {
	padding: 0;
	width: 100%;
}

.vatchange {
	color: #42474E;
}

.customerreviews .reviewbox {
	padding: 30px ;
	background: #FFF;
	box-shadow: 2px 2px 18px rgba(0,0,0,0.25);
	margin-bottom: 40px;
}

.customerreviews .reviewbox .reviewinfo {
	font-size: 12px;
	color: #666;
}

.feature_row {border-top:1px solid #ddd; margin-right:0px; margin-left:0px;}

.hover_feature {padding:12px 24px;}

.rhs_feature {padding:12px 24px; text-align:center; background-color:#EEEEEE;}

.hover_feature:hover {background-color:#f5f5f5;}

.apps_image {margin:auto;}

a:focus, .navbar-default .navbar-nav > li > a:hover {
    color:#659fd5;
}

/* subnav */

.column-title {width:100%; float:left;}

.container.title-subnav {position:relative;}

.column-subnav {position:absolute; right:30px;}

.subnav {display:block;}

.subnav ul {list-style:none;
						float:right;
						padding:3px 0 0 0;
						margin-bottom:25px;
					 }

.subnav ul li, .subnav ul.dropdown-menu li {float:left;
							display: inline-block;
							position: relative;
						  margin:0 0 0 20px;}

.subnav ul li a, a.btn.dropdown-toggle {color:#fff;
								background-color: #1E1E1E;
								background: rgba(30,30,30,0.6);
								font-weight:normal;
								font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
								padding:5px 10px;
								border-radius: 5px;
						    border-top-left-radius: 5px;
						    border-top-right-radius: 5px;
						    border-bottom-right-radius: 5px;
						    border-bottom-left-radius: 5px;
								text-decoration:none;
								}

.subnav ul li a:hover, .subnav ul li.active a {color:#659fd5;
											background: rgba(30,30,30,0.9);}

.subnav ul li.list-item-show {display:none;}


.subnav ul li ul.dropdown-menu{
		width:140px;
		/*background: rgba(255,255,255,0.5);*/
    position: absolute;
		top:25px;
		left:-70px;
    z-index: 1;
		border-radius: 5px;
		border-top-left-radius: 5px;
		border-top-right-radius: 5px;
		border-bottom-right-radius: 5px;
		border-bottom-left-radius: 5px;
}

.subnav ul li:hover ul.dropdown{
    display: block;	/* Display the dropdown */
}

 .subnav ul.dropdown-menu li{
    display: block;
		margin:10px auto;
		float:none;
		text-align:center;
		width:80%;
}

 .subnav ul.dropdown li a {display:block;}

/* breadcrumb */

.breadcrumbs {display:block;}

ol.breadcrumb {margin-top:10px;
							width:100%;}

/* sub pages */

.product.single {padding-top:20px;}

.product.single h2 {font-size: 3.125em;}

.btn.btn-primary.buy-now-sub {width:100%;
															font-size: 1.125em;}



.sub-lhs {background-color:#fff;
					padding:20px 20px;
					box-shadow: 2px 2px 18px rgba(0,0,0,0.25);
					border-radius: 4px;}

.three_features {background: #EDEFF3 url(../img/bg_section-product-feature.png);
								padding:50px 0px;
								font-size: 1.125em;
								}

.three_features .col-md-12 {background: #FFF;
														box-shadow: 2px 2px 18px rgba(0,0,0,0.25);
														padding:30px 30px;}

.applications-tabs {padding-top: 50px;
										padding-bottom: 50px;
										background: #EDEFF3 url(../img/bg_section-product-feature.png);
										border-bottom: 1px solid #C6CCD5;}

.applications-tabs .container {padding:0px 30px;}

.applications-tabs .container .app-nav-tabs{padding:30px 30px;
																						background-color:#fff;
																					box-shadow: 2px 2px 18px rgba(0,0,0,0.25);}

.app-nav-tabs {padding:30px 15px;}

.app-nav-tabs .nav-tabs li {width:25%;
														text-transform:uppercase;
														font-size:16px;
														text-align:center;
														}

.app-nav-tabs .nav-tabs li a {background: rgba(30,30,30,0.6);
															color:#fff;}

.app-nav-tabs .nav-tabs li.active a, .app-nav-tabs ul li a:hover {background: rgba(30,30,30,1.0);
																																		color:#659fd5;}

.tab-content {padding:20px 0px;}

.more_apps {border-top:1px solid #1e1e1e;}

ul.app-list, ul.app-list li {list-style: none;
														padding:0;}

ul.app-list {margin-bottom:15px;
						border-bottom:1px solid #9f9f9f;
						border-top:1px solid #9f9f9f;
						padding-top:20px;}

ul.app-list li {margin-bottom:30px;}

ul.app-list li img{float:left;
									box-shadow: 2px 2px 2px rgba(0,0,0,0.25);
									margin:0 10px 0px 0px;}

.app-list-single {float:left;}

.col-md-12.app-list-header {margin:0 0 20px 0;
									padding:30px 30px 15px 30px;}

.col-md-12.app-list-box {margin-bottom:20px;
												padding:30px 15px;}

a.jump-to {display: block;
    			position: relative;
    			top: -115px;
    			visibility: hidden;}

a.back-to-top {position:absolute;
							top:33px;
							right:30px;}

.buy-mobile {display:none;}

.web-hosting-panel 	{padding-top: 50px;
										padding-bottom: 50px;
										background: #34485c;
										border-bottom: 1px solid #C6CCD5;}

.web-hosting-panel .container {padding:0 45px;}

.web-hosting-panel .col-md-12 {
														box-shadow: 2px 2px 18px rgba(0,0,0,0.25);
														padding:30px 30px;
														text-align:center;
														background:#ffffff;}

.web-hosting-panel .col-md-6 {}

.web-hosting-panel .col-md-6 .panel-whp {text-align:left;
																				padding:30px 30px;
																				margin-top:10px;
																				margin-bottom:0px;
																				background-color:#e7e7e7;
																				border:1px solid #34485c;
																			}

.web-hosting-panel ul {text-indent: 0px; padding:0;  list-style-type: none;}

.web-hosting-panel ul li {font-size:1.125em; padding:0px;}

.blog-image { object-fit: cover; height: 185px; width: 100%; }

.blog-image-container {
  width: 100%;
}

/* Hide subnav and breadcrumb on mobile etc */

@media (max-width: 1200px) {

	.nav-tabs li a {min-height:67px;}

	.subnav ul li.list-item-hide {display:none;}

	.subnav ul li.list-item-show {display:block;}

	ul li ul.dropdown-menu {left:-91px;}

	.container.vacancy-container {width:100%;}

}

@media (max-width: 1024px) {

	.sslrow {min-height:60px;
					padding-top:10px;}

}

@media (max-width: 992px) {

	.breadcrumbs {display:none;}

	.column-subnav {position:absolute; right:0px;}

	.domainchecker .orderbutton {
		text-align:center;
	}

	.btn.btn-lg.btn-primary.btn-order {
    height: 50px;
		margin-top:20px;
	}

	.extensions-wrap {height:350px;
										overflow:auto;}

	.web-hosting-panel .col-md-6 .panel-whp.panel-whp-pad {margin-bottom:30px;}

	.blog-image { height: 145px; }

	.sslrow {min-height:40px;
					padding-top:10px;}

	.promo-image {margin-top:40px;}

}

@media (max-width: 768px) {

	.tab-column:nth-child(odd) {clear:both;}

	.column-title {width:85%;}

	.column-subnav {right:0px;}

	.column-subnav .col-xs-12 {padding:0;}

	.buy-mobile {display:block;}

	.app-host-link {margin-bottom:20px;}

	.domainchecker .box {margin-bottom:20px;}

}

@media (max-width: 700px) {

	.app-nav-tabs .nav-tabs li {float:none;
								width:100%;}

	.app-nav-tabs	.nav-tabs li a {min-height:20px;}

	.column-subnav {right:0px;}

}

@media (max-width: 640px) {

		.column-subnav {right:0px;}

		a.modal-query {float: right;}

}

@media (max-width: 480px) {

	.thetitle h1 {font-size:4em;}

	.three_features .col-xs-4 {width:100%;}

	.col-xs-6.tab-column {width:100%;}

	.column-subnav {display:none;}

	.web-hosting-panel .col-md-6 .panel-whp {padding:10px 10px;}

	.web-hosting-panel ul li {font-size: 1.0em;}

	.more_apps {text-align:center;}

}
