/*!
 * blackVPN Custom Stylesheet
 *
 */
@font-face {
    font-family: 'BebasNeue';
    src: url('css/bebasneue.eot');
    src: url('css/bebasneue.eot#iefix') format('embedded-opentype'),
         url('css/bebasneue.woff') format('woff'),
         url('css/bebasneue.ttf') format('truetype'),
         url('css/bebasneue.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'eausans_book';
    src: url('fonts/eau_sans_book_0.eot');
    src: url('fonts/eau_sans_book_0.eot#iefix') format('embedded-opentype'),
         url('fonts/eau_sans_book_0.woff') format('woff2'),
         url('fonts/eau_sans_book_0.woff') format('woff'),
         url('fonts/eau_sans_book_0.ttf') format('truetype'),
         url('fonts/eau_sans_book_0.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

.menu-holder {
    width: 100%;
    height: 112px;
    background-color: #000;
    left: 0;
    top:0;
    /*    float: left;*/
    position: fixed;
    z-index: 9999;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;  /* Android 2.1+, Chrome 1-25, iOS 3.2-6.1, Safari 3.2-6  */
}
.wrap {
    max-width: 1120px;
    width: 100%;
    margin: 0 auto;
}
.logo {
    float: left;
    width: 30%;
    margin-top: 5px;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
}
.logo img {
    width: 100px;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;

}
.menu {
    float: right;
    width: 70%;
    margin-top: 40px;
    font-size: 18px;
    font-family: 'eausans_book';
    color: #222;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
}
.menu ul li {
    float: right;
    /* display: list-item; */
    list-style: none;
}
.menu-banner {
    /* text-transform: uppercase; */
    color: #fff;
    text-align: center;
    background: #038884;
     border-top: 2px solid #333;
     border-bottom: 2px solid #333;
    /* float: right; */
    width: 100%;
    margin-top: 5px;
    padding: 5px 5px;
    position: absolute;
    top: 80px;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;

}
.menu-banner a {
    color: #fff;
}
.mobile-btn {
    display: none;
    font-size: 266%;
    float: right;
    margin-top: 0px;
    cursor: pointer;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
}
.menu ul li a {
    text-transform: uppercase;
    text-decoration: none;
    color: #fff;
    font-size: 100%;
    padding: 0 16px;
}
.footer {
    width: 100%;
    float: left;
    padding: 25px 0 75px;
    background-color: #222;
    font-size: 18px;
    font-family: 'eausans_book';
}
.footer .fifth {
    width: 20%;
    float: left;
    padding: 0 2%;
}
.footer a, .footer ul li {
    font-size: 88.89%;
    line-height: 150%;
}
.footer ul li {
    margin: 10px 0;
}
.footer ul {
    margin-top: 40px;
    list-style: none;
    margin: 0;
}
.footer i {
    font-size: 170%;
    line-height: 150%;
    margin-right: 15px;
}

.footer label {
    color: #fff;
    display: inline-block;
    width: 100%;
    min-height: 40px;
    margin-top: 30px;
}
span.smaller {
    font-size: 75%;
    /*line-height: 77.77%;*/
    margin: 0;
}

.color1 {
    color: #fff;
}
.color2 {
    color: #038884; /*green*/
}
.color3 {
    color: #333333; /*grey*/
}
.f-black {
    /*font-family: 'eausans_black';*/
    margin: 0;
    font-size: 18px;
    font-family: 'eausans_book';
}
.wrap {
    max-width: 1120px;
    width: 100%;
    margin: 0 auto;
}
.box {
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;         /* Opera/IE 8+ */
}
.text-center {
    text-align: center;
}


body {
	z-index: 1;
	padding-top: 90px;
	padding-bottom: 0px;
	background-color:#000;
	background-image: url(img/bg.jpg);
	background-size:97px 97px;
	background-repeat: repeat;
	background-position: 20px 50px;
  margin: 0;
  font-size: 18px;
  font-family: 'eausans_book';
}
.fist
 {
	z-index: 1;
	padding-top: 20px;
	background-image: url(img/fist.jpg);
	background-size:680px 919px;
	background-repeat: no-repeat;
	background-position: 50% 0%;

}

#top-div
{
height: 48px;
color: #FFFFFF;
text-shadow: #666 0 1px 0;
background: #038884;
text-align: center;
position: fixed;
width: 100%;
top: 0;
left: 0;
z-index: 1000;
padding-top: 15px;
font-family: 'trebuchet ms', sans-serif;
font-size: 25px;
line-height: 20px;
}

#beta
{
	padding-left:5px;
}

#slider-417 {
  width: 600px;
  height: 350px;
  list-style: none;
}
a:hover {
  color: #fff;

}
.nav > li > a
{
	font-weight:normal;
	font-style:normal;
}

ol li
{
	padding-top:5px;
	padding-bottom:5px;
}
#lhc_status_container {
	background-color: #fff !important;

	}
#lhc_need_help_container{
	background:#038884 !important;
	border: 1px solid #038884 !important;
}
#lhc_need_help_triangle {
	border-top:15px solid #038884 !important;
}
#lhc_need_help_close {
	background: #2a2a2a!important;
	}

#lhc_need_help_close:hover {
background-color: #598884 !important;
}
.popover {
color:#000000;
}

#popUpText
{
	padding:10px;
	color: #000000;
	font-size: 15px;
    padding: 50px 0 20px;
    text-align: center;
}

label.formInput
{
	display:inline;
	padding-left:10px;
}
label.error
{
	display:inline;
	padding-left:10px;
}
#paymentContainer,#shippingContainer
{
	padding-top:10px;
}
.chosenp
{
	padding-right: 20px;
	text-align: center;
}
.chosens, .chosenr
{

	text-align: center;
}

.paymentLogos, .shippingLogos, .routerLogos {
border-radius: 5px 5px 5px 5px;
border: 4px solid #333333;
 cursor:pointer;
}
.paymentLogos.selected, .shippingLogos.selected, .routerLogos.selected
{
	border-radius: 5px 5px 5px 5px;
	border-color: rgba(82, 168, 236, 0.8);
  outline: 0;
  outline: thin dotted \9;
  /* IE6-9 */

  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
}

#checkoutForm,#checkoutFormRouter {
	background:none;
	margin-left:20px;
}

#formInputGroup
{
	padding:20px 0 15px 0;
}

#formCheckGroup
{
	padding:15px 0 30px 0;
}

.badge.checkoutSelect, .badge.checkoutSelectRouter {
    border-radius: 25px 25px 25px 25px;
    padding: 5px 0px 5px 10px;
	margin-bottom:10px;
	display:block;
	width:90%;
	min-width:200px;
	max-width:350px;
	cursor:pointer;
}

.badge.checkoutSelect input {
 border: 0px;
}

input {
	border-radius: 5px 5px 5px 5px;
	border: 4px solid #333333;
}

label {
	color:#999999;
}

table.productOptions td
{
	font-size:15px;
	line-height:15px;
	color:#ffffff;
	font-family: Helvetica;
	 font-weight: normal;
    font-style: normal;

}
table.productOptions td.buyMonth
{
	width:140px;
}

table.buyOptions td
{
	font-size:16px;
	line-height:25px;
	color:#ffffff;
	font-family: Helvetica;
	 font-weight: bold;
    font-style: normal;

}

table.buyOptions td.productMonth
{
	width:110px;
}
table.buyOptions td.productPrice
{
	width:70px;
}
table.buyOptions td.productSave
{
	width:100px;
	color:#e8dcaa;
	font-weight:normal;

}


div.routerInfo
{
	padding: 10px 10px 10px 10px;
}
#routerPrice
{
	color:#038884;
	font-size:44px;
	padding:30px 20px 20px 70px;
	font-weight: bold;
    font-style: bold;


}

#routerImage
{

	padding-left:20px;
}

#ddImage
{

	padding-top:10px;
}

p.routerHeader
{
	font-size:25px;
	font-weight: bold;
    font-style: bold;

}

p.router
{
	font-size:17px;
}
.greenSelect
{
background-color:#038884;
}
.bold
{
	font-weight: bold;
    font-style: bold;
}
.row p, .row h1, .row h2, .row h3, .row h4, .row h5, .row h6, .row ul.unstyled, ul#twitter_update_list, .leftMargin, .row-fluid p, .row-fluid h1, .row-fluid h2, .row-fluid h3, .row-fluid h4, .row-fluid h5, .row-fluid h6, .row-fluid ul.unstyled {
	margin-left:28px;
	margin-right:28px;
}

.checkout p, .checkout h1, .checkout h2, .checkout h3, .checkout h4, .checkout h5, .checkout h6
{
	margin-left:28px;
	margin-right:28px;
}
/* NAVBAR */
.navbar .brand {

    padding: 10px 0px 0px 15px;

}

.navbar .nav {

    margin: 10px 10px 10px 0px;
  	font-size:23px;
	font-weight: normal;
	font-style: normal;
	text-decoration:none;
	font-family: BebasNeue;
}

.navbar .nav li {

    padding: 0 5px 0 5px;

}

/* TEXTS */
#content p {
    font-family: Helvetica,"Helvetica Neue";
    font-size: 16px;
    line-height: 25px;
	width:60%;
}
#contentYourRights p {
    font-family: Helvetica,"Helvetica Neue";
    font-size: 16px;
    line-height: 25px;
	width:90%;
	text-align:left;
}
#contentYourRights h1,#contentYourRights h2 {

	text-align:center;
}

h1#frontText
{
	font-size:79px;
	line-height:68px;
	padding-bottom:10px;
	padding-top:40px;
	text-align:center;
	font-family: BebasNeue;
	 font-weight: normal;
    font-style: normal;
	margin-top:10px;
	text-transform:uppercase;
}
h1#serviceText, h1#supportText
{
	font-size:48px;
	line-height:48px;
	padding-bottom:10px;
	text-align:left;
	font-family: BebasNeue;
	 font-weight: normal;
    font-style: normal;
	margin-top:20px;
}

h1#bleedText
{
	font-size:28px;
	line-height:8px;
	padding-bottom:0px;
	font-family: BebasNeue;
	 font-weight: normal;
    font-style: normal;
	margin-top:40px;
	text-align:center;
}
#supportText
{
	margin-bottom:20px;
}
h3.checkoutHeader
{
	font-size:30px;
	line-height:30px;
	text-align:left;
	font-family: BebasNeue;
	 font-weight: normal;
    font-style: normal;
}

h2.supportHeader
{
	font-size:34px;
	line-height:34px;
	text-align:left;
	font-family: BebasNeue;
	 font-weight: normal;
    font-style: normal;
margin-bottom:10px;
}
h3.pageHeader
{
	margin-bottom:20px;
	margin-top:30px;
	color:#038884;
	font-size:48px;
	line-height:48px;
	text-align:left;
	font-family: BebasNeue;
	 font-weight: normal;
    font-style: normal;

}
h4.checkoutHeader, .checkoutHeader, .inputLabels
{
	font-size:17px;
	line-height:17px;
	font-family: Helvetica;
	 font-weight: bold;
    font-style: bold;
	margin-bottom:5px;
}

h5.checkoutHeader
{
	font-size:15px;
	line-height:15px;
	font-family: Helvetica;
	 font-weight: normal;
    font-style: normal;
	margin-bottom:5px;
	margin-left:0px;
	margin-top:30px;
}

.checkoutPaymentText
{
	 color: #999999;
	font-size:15px;
	line-height:15px;
	font-family: Helvetica;
	 font-weight: normal;
    font-style: normal;

}

p.buyHeaderText
{
	 color: #e5e5e5;
	font-size:20px;
	line-height:33px;
	font-family: Helvetica;
	 font-weight: bold;
    font-style: normal;
padding:10px 0 20px 0;
width: 90%;
}
p.formHeaderText
{
	 color: #e5e5e5;
	font-size:20px;
	line-height:30px;
	font-family: Helvetica;
	 font-weight: normal;
    font-style: normal;

}
#checkoutForm .checkbox input[type="checkbox"] {
    float: left;
    margin: 0px 0px 0px -18px;
}

.tosLabel
{
	 color: #999999;
	font-size:15px;
	line-height:15px;
	font-family: Helvetica;
	 font-weight: bold;
    font-style: bold;

}
p.checkoutText, .checkoutText
{
	font-size:17px;
	line-height:17px;
	color:#999999;
	font-family: Helvetica;
	 font-weight: normal;
    font-style: normal;
}
p.buyText
{
	font-size:17px;
	line-height:17px;
	color:#e5e5e5;
	font-family: Helvetica;
	 font-weight: normal;
    font-style: normal;
padding:10px 0 20px 0;
}

.checkoutTextSmall
{
	font-size:15px;
	line-height:15px;
	color:#999999;
	font-family: Helvetica;
	 font-weight: normal;
    font-style: normal;
}
p.paymentSelectInfo
{

		font-size:15px;
		line-height:15px;
		color:#999999;
		font-family: Helvetica;
		 font-weight: normal;
	    font-style: normal;
	 padding-left: 20px;

}


.accordion-group {
    border: 0px;
    border-radius: 0px;

}
.accordion-inner {
    border: 0px;

}
.row.support
{
	padding-bottom:10px;
}
ul.serviceList
{
	margin: 20px 0px 30px 0px;
	padding-left:18px;
}

ul.buyList,ul.supportList, ul.supportListHowto, ul.supportListHowtoFull
{
	padding-left:18px;
	padding-right:10px;
}
ul.serviceList li
{
	text-align:left;
	font-family:Helvetica;
	font-size:19px;
	line-height:26px;
	margin-bottom:9px;
	font-weight:normal;
	color:#e5e5e5;
}
a#moreSupport
{
	font-family:Helvetica;
	font-size:15px;
	padding-left:28px;
	color:#e5e5e5;

}
ul.buyList li, ul.supportList li,  ul.supportListHowto li, ul.supportListHowtoFull li
{
	text-align:left;
	font-family:Helvetica;
	font-size:17px;
	margin-bottom:10px;
	font-weight:normal;
	line-height:22px;
}
ul.supportTopics li
{
	text-align:left;
	font-family:Helvetica;
	font-size:15px;
	margin-bottom:10px;
	font-weight:normal;
	line-height:20px;
	list-style-type:none;
}
ul.supportList a, ul.supportListHowto a, ul.supportListHowtoFull a
{
	font-family:Helvetica;
	font-size:16px;
	color:#038884;
	font-weight:bold;
}

ul.supportList a.installGuide
{
	line-height:27px;
}
p#systems
{
	text-align:center;
	padding-bottom:10px;
	color:#e2e2e2;
}

.systemIcon
{
	padding-left:10px;

}
h3#frontSubText
{
	text-align:center;
	font-family:Helvetica;
	font-size:23px;
	font-weight:normal;
	padding-bottom:10px;
}
h3#
{
	text-align:left;
	font-family:Helvetica;
	font-size:18px;
	line-height:21px;
	font-weight:normal;
	padding-bottom:10px;
}

.routerBox h5 {
    font-family: Helvetica;
    font-size: 19px;
    font-weight: bold;
    line-height: 22px;
    padding-bottom: 0px;
    padding-top: 25px;
}
h4.routerCheckoutHeader
{
	margin-left:0px;
	font-size:17px;
	line-height:17px;
	font-family: Helvetica;
	 font-weight: bold;
    font-style: bold;
	margin-bottom:5px;

}

p.routerCheckoutText
{
	font-size:17px;
	line-height:17px;
	color:#999999;
	font-family: Helvetica;
	 font-weight: normal;
    font-style: normal;
	margin-left:0px;
}

h3.routerCheckoutHeader
{
	font-size:30px;
	line-height:30px;
	text-align:left;
	font-family: BebasNeue;
	 font-weight: normal;
    font-style: normal;
	margin-left:0px;
	margin-top:10px;
}
#check { font-size: 10px; width: 20px; display: none; visibility: hidden; z-index: 0; }

/* MISC */

.gentleGreen
{
	color:#038884;
}

.gentleYellow
{
	color:#e8dcaa;
}

.gentleRed
{
	color:red;
}

#fistIcon
{
	background-image: url(img/small_fist.png);
	background-size:20px 26px;
	background-repeat: no-repeat;
	background-position: 50% 10%;
	height:27px;
  	margin-bottom: -20px;
   	position: relative;
	bottom: 25px;

}
hr {

	display: block; height: 1px;
	   border: 0; border-top: 1px solid #666666;
    margin: 1em 0; padding: 0;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=20);
    filter: alpha(opacity=20);
 	opacity: 0.4;


}
.white-caret
{
border-top-color: #FFFFFF !important;
margin: 6px 0 0 6px;
}


.btn.btn-inverse
{
	font-family: Helvetica;
	 font-weight: bold;
    font-style: bold;
	font-size:13px;
	padding:10px 0 10px 0;
	width:161px;
}
.btn.btn-inverse.upgrade,.btn.btn-inverse.support
{

	width:180px;
}

.btn.btn-inverse.clear
{
	font-family: Helvetica;
	 font-weight: bold;
    font-style: bold;
	font-size:13px;
	padding:10px 0 10px 0px;
	width:61px;
}

.btn.btn-inverse.checkout
{
	position:relative;
	top:20px;
	left:20px;
	padding-top:12px;
	font-family: Helvetica;
	 font-weight: bold;
    font-style: bold;
	font-size:19px;
	color:#e8dcaa;
	width:145px;

}

.btn.btn-inverse.single
{

	font-family: Helvetica;
	 font-weight: bold;
    font-style: bold;
	font-size:13px;
	color:#e8dcaa;
	width:85px;
	margin-top:15px;
	margin-bottom:10px;

}
.borderBlack
{
	background-image: url(img/box_edge2.gif);
	background-size:21px 21px;
	background-repeat: no-repeat;
	background-position: 20px 50px;

}
.twitter-follow-button
{
	padding-left:10px;
}


#content, #contentYourRights {
	padding: 20px 28px 10px 28px;
}


/*
Your Rights
*/

h3#your-rights{
	font-weight:normal;
	line-height:25px;

}

#wrapper {
	display: none;
}

#top {
	height: 500px;
}

.arrow2 {
	display: block;
	margin: 0px auto;
	cursor: pointer;
	width: 61px;
	height: 61px;
	background: url(img/arrows.png) -61px 0 no-repeat;
}


.arrow2:hover {
	background-position: 0 0;
}


.hidden {
	display: none;
}

#europeBox
{
	float:right;
}
/* BOXES */

.pageBox {

	z-index: 2;
    background-color: #0f0f0f;
    border-radius: 0 0 0 0;
 	border: 3px solid #333333;
 	margin:0 0 60px 0;
    padding:0;
	/*
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    filter: alpha(opacity=80);
    opacity: 0.8;
	*/

}

.greyBox.supportTicket {


   	margin:10px 0 0 0;
    padding: 25px 0 25px 0;

	z-index: 2;
    background-color: #0f0f0f;
    border-radius: 0 0 0 0;
 	border: 3px solid #333333;
 	/*
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    filter: alpha(opacity=80);
    opacity: 0.8;
	*/



}
.greyBox.routerBox {


   	margin:10px 0 0 0;
    padding: 25px 0 25px 0;

	z-index: 2;
    background-color: #0f0f0f;
    border-radius: 0 0 0 0;
 	border: 3px solid #333333;
 	/*
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    filter: alpha(opacity=80);
    opacity: 0.8;
	*/



}

.greyBox {

	z-index: 2;
    background-color: #212121;
    border-radius: 0 0 0 0;
   	margin:25px 0 0 0;
    padding: 25px 0 10px 0;
	/*
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    filter: alpha(opacity=80);
    opacity: 0.8;
	*/

}
.greyBox.upgrade {

 padding: 25px 0 20px 0;

}
.greyBox p {

line-height:23px;

}

.greyBoxSupport, .greyBoxSupportHowto {

	z-index: 2;
    background-color: #0f0f0f;
    border-radius: 0 0 0 0;
 	border: 3px solid #333333;
 	margin:20px 0 0 0;
    padding: 10px 0 0 0;
	/*
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    filter: alpha(opacity=80);
    opacity: 0.8;
	*/
	height:410px;

}

.autoheight {
	height:auto;
}

.greyBoxBuy {

	z-index: 2;
    background-color: #0f0f0f;
    border-radius: 0 0 0 0;
 	border: 3px solid #333333;
 	margin:0 0 60px 0;
    padding: 10px 0 0 0;
	/*
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    filter: alpha(opacity=80);
    opacity: 0.8;
*/

}

.greyBoxBuy.single {


   	margin:0 0 10px 0;


}
.greyBoxCheckout {

	z-index: 2;
    background-color: #0f0f0f;
    border-radius: 0 0 0 0;
 	border: 3px solid #333333;
 	margin:25px 0 0 0;
    padding: 30px 0 0 0;
	/*
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    filter: alpha(opacity=80);
    opacity: 0.8;
*/


}

.greyBoxUpgrade {

	z-index: 2;
    background-color: #333333;
    border-radius: 0 0 0 0;
   	margin:25px 0 0 0;
    padding: 10px 0 0px 0;
	/*
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    filter: alpha(opacity=80);
    opacity: 0.8;
	*/

}
.greyBoxBottom {

	z-index: 2;
	background-image: url(img/customer.gif);
	background-size:30px 28px;
	background-repeat: no-repeat;
	position:relative;
	left:30%;
	/*
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    filter: alpha(opacity=80);
    opacity: 0.8;
	*/
	height:30px;
	width:28px;

}
.blackBox {

	z-index: 2;
    background-color: #131313;
    border-radius: 0 0 0 0;
    margin:0;
    padding: 30px 0px 10px 0px;
	/*
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    filter: alpha(opacity=80);
    opacity: 0.8;
	*/


}
/* PRODUCTS */

/* for products box padding*/
.productBoxTwo {

   padding-top:10px;

}
.productBoxThree {

padding-top:20px;
}
.productBoxFour {

padding-top:30px;
}

/* for products headers*/
.row.products h4
{
	margin-left: 0;
   	margin-right: 0;
}

.productIcon
{
	display:inline;
	padding-right:10px;

}

.productHeader
{
	font-size:28px;
	line-height:28px;
	font-family: BebasNeue;
	 font-weight: normal;
    font-style: normal;

}

/* for products boxes*/
.greyBoxProduct {

	z-index: 2;
    background-color: #2a2a2a;
    border-radius: 0 0 0 0;
   	margin: 20px 0 10px 0;
    padding: 0 0 30px 0;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2a2a2a', endColorstr='#1e1e1e'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#333333), to(#1e1e1e)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #333333,  #1e1e1e); /* for firefox 3.6+ */
	/*
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    filter: alpha(opacity=80);
	opacity: 0.8;
	*/



}

.greyBoxProduct h5
{
	font-size:19px;
	line-height:22px;
	font-family: Helvetica;
	 font-weight: bold;
    font-style: bold;
	padding-top:30px;
	padding-bottom:20px;

}
.greyBoxProduct p
{
	font-size:14px;
	line-height:19px;
	font-family: Helvetica;
	 font-weight: normal;
    font-style: normal;

}

/* for products prices*/
.greyBoxProduct p.serverList
{
	margin-top:0px;
	margin-bottom:2px;
}

/* for single server list*/
.greyBoxProduct li
{
	font-size:14px;
	line-height:19px;
	font-family: Helvetica;
	 font-weight: bold;
    font-style: bold;
	color:#E8DCAA;

}

.greyBoxProduct ul.unstyled
{
	padding-top:10px;
	padding-bottom:20px;
}

/* for ribbon */
.popular
{

	border-radius: 5px 5px 5px 5px;
	border: 3px solid #038884;

}

.ribbon-holder {
	overflow: hidden;

}

.ribbon {
	font-family: Arial;
	font-size:9px;
	font-weight:bold;
    font-style: bold;
	letter-spacing: -.1px;
	opacity: 0.95;
	text-align:center;
	padding:7px 0 7px 0;
	position: relative;
	top: 1em;
	right: -10em;
	color: #FFF;
	display: block;
	line-height: 0.5em;
	background-color: #038884;
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	/*
	filter: progid:DXImageTransform.Microsoft.Matrix(M11='0.7071',M12='-0.7071',M21='0.7071',M22='0.7071', sizingMethod='auto expand');
	*/
	/* Defaults friendly for white pages. */
	/* D
	-moz-box-shadow: 0 0 13px #888;
	-webkit-box-shadow: 0 0 13px #888;
*/
}


.ribbonBig {
	font-family: Arial;
	font-size:10px;
	font-weight:bold;
    font-style: bold;
	text-decoration: underline;
	letter-spacing: -.1px;
	opacity: 0.95;
	padding:10px 30px 10px 30px;
	position: absolute;
	top: 2em;
	right: -4em;
	color: #FFF;
	display: block;
	line-height: 0.5em;
	background-color: #038884;
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	/*
	filter: progid:DXImageTransform.Microsoft.Matrix(M11='0.7071',M12='-0.7071',M21='0.7071',M22='0.7071', sizingMethod='auto expand');
	*/
	/* Defaults friendly for white pages. */
	/* D
	-moz-box-shadow: 0 0 13px #888;
	-webkit-box-shadow: 0 0 13px #888;
*/
}

/* single server boxes*/
.privacyBox {

	z-index: 2;
    background-color: #2e2e2e;
    border-radius: 0 0 0 0;

 	border: 3px solid #333333;
   	margin: 10px 0 10px 0;
    padding: 0 0 10px 0;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2e2e2e', endColorstr='#1e1e1e'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#333333), to(#1e1e1e)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #333333,  #1e1e1e); /* for firefox 3.6+ */
	/*
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    filter: alpha(opacity=80);
	opacity: 0.8;
	*/

}

.privacyBox p.header
{
	font-size:13px;
	line-height:21px;
	font-family: Helvetica;
	 font-weight: bold;
    font-style: bold;
	color:#038884;
	margin-top:10px;

}
.privacyBox p.description
{
	font-size:12px;
	line-height:21px;
	font-family: Helvetica;
	 font-weight: normal;
    font-style: normal;
	color:#e5e5e5;

}
/* SEE YOU BOX */
.seeYouBox {

	z-index: 2;
    background-color: #000000;
    border-radius: 0 0 0 0;
  	margin-top: 10px;
	margin-bottom:25px;
    padding-top: 8px;

	/*
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
    filter: alpha(opacity=40);
   	opacity: 0.4;
	*/

}

.seeYouBox p {

	text-align:center;
	font-family:Arial;
	font-size:12px;
	 font-weight: normal;
    font-style: normal;
}

.seeYouBox a {
	padding-left:10px;
	font-family:Arial;
	 font-weight: bold;
    font-style: bold;
	color: #038884;
}

#SeeYouText
{
	padding:10px 20px 0 28px;

}
#SeeYouText p
{
	font-family:Helvetica;
	font-size:12px;
	line-height:19px;
	 font-weight: normal;
    font-style: normal;
	text-align:left;
}

#SeeYouText h1
{

	font-size:28px;
	line-height:28px;
	font-family: BebasNeue;
	 font-weight: normal;
    font-style: normal;
		padding-top:10px;
		padding-bottom:20px;
		padding-left:8px;


}

/* CUSTOMER BOX */
p.customerText
{
	font-size:14px;
	line-height:19px;
	font-family: Helvetica;
	 font-weight: normal;
    font-style: normal;

}

p.customerTextInfo
{
	font-size:12px;
	line-height:19px;
	font-family: Helvetica;
	 font-weight: normal;
    font-style: normal;

}

h4.customersHeader
{
	line-height:26px;
	font-family: BebasNeue;
	 font-weight: normal;
    font-style: normal;
	font-size:26px;

}
.privacyBox h4.customersHeader
{
	margin-top:20px;
}
#customersHeaderQ
{

	left: 10px;
    line-height: 61px;
    position: relative;
 	font-family: BebasNeue;
	 font-weight: normal;
    font-style: bold;
	font-size:61px;
	 bottom: 40px;
	 float: right;

}

h5.groupHeader
{
	line-height:21px;
	font-family: BebasNeue;
	 font-weight: normal;
    font-style: normal;
	font-size:21px;
	margin-top:25px;
}
/* UPGRADEBOX */
h4#upgradeHeader
{
	line-height:27px;
	font-family: BebasNeue;
	 font-weight: normal;
    font-style: normal;
	font-size:27px;
	margin-top:5px;
}
.upgradeText {
    font-family: Helvetica;
    font-size: 16px;
    font-style: normal;
    font-weight: normal;
    line-height: 16px;
    margin-top: 10px;
}
/* FOOTERNAV */
p.footer-nav-links
{
	color: #B9B9B9;
	font-weight: normal;
	margin-bottom: 5px;

}
p.footer-nav-tos
{
	margin-bottom: 5px;
	padding: 0 0 0 0;
	position: relative;
	bottom:1px;

}
p.footer-nav-tos a
{
	color: #b9b9b9;
	 font-weight: normal;
    font-style: normal;
	text-decoration: underline;
	font-family: Helvetica;
	font-size:14px;
}
p.footer-nav-tos a:hover
{
	color:#FFFFFF;
	text-decoration: none;
}
h4.footer-nav-h
{
	margin-bottom:8px;
}
h3#your-rights{
	font-size:17px;
	line-height:28px;

}

/* FOOTER */

ul#twitter_update_list
{
	list-style:none;
	font-size:14px;

}
ul#twitter_update_list li
{
	padding-bottom:25px;
}


ul#twitter_update_list li  span
{
 color:#b9b9b9;
}
.twitterDate
{
	color:#3a3939;

}

h4.socialHeader
{
font-size:21px;
font-weight: normal;
font-family: BebasNeue;
padding-bottom:25px;
color: #B9B9B9;

}

p#footerCopy
{

text-align:center;
color:#333333;

}

@media (max-width: 480px) {

	h3#your-rights{
		font-size:12px;
		line-height:14px;

	}
	h1#frontText
	{
		font-size:28px;
		line-height:30px;
	}
	table.productOptions td.buyMonth
	{
		width:80px;
	}
	table.productOptions td, p.paymentSelectInfo
	{
		font-size:12px;
		line-height:12px;
	}




}

@media (max-width: 767px) {

/* hack start */
/* hack start */
#mainLogo
{
	 max-width: 80%;
}

h1,h2,h3,h4,h5,h6,a
{
  font-size: 90%;
}
#content p {
  width:90%;
}

table.productOptions td.buyMonth
{
	width:100px;
}

.chosenp
{
	display:inline;
}
.span3#floatMobile
{
float: left;
display: block;

}
h3#your-rights{
	font-size:15px;
	line-height:18px;

}

.ribbon {
	top: 0;
	text-align:right;
	padding-right:10px;
	line-height: 0.6em;
	left: 0;
  	-moz-transform: none;
  	-webkit-transform: none;

}
.ribbonBig {
	display:none;
	position:relative;
	top: 0;
	text-align:right;
	padding-right:10px;
	line-height: 0.6em;
	left: 0;
  	-moz-transform: none;
  	-webkit-transform: none;

}

.row p, .row h1, .row h2, .row h3, .row h4, .row h5, .row h6, .row ul.unstyled, .row-fluid p, .row-fluid h1, .row-fluid h2, .row-fluid h3, .row-fluid h4, .row-fluid h5, .row-fluid h6, .row-fluid ul.unstyled, ul#twitter_update_list, .leftMargin  {
	margin-left:10px;
	margin-right:0px;
}

.greyBoxSupport, .greyBoxSupportHowto
{
	height:auto;
}
h1#frontText
{
	font-size:38px;
	line-height:40px;
}
h3#frontSubText
{

	font-size:16px;
	line-height:18px;
}

h1#serviceText, h1#supportText
{
	font-size:28px;
	line-height:30px;
	text-align:center;
	margin-top:0px;

}
h4.socialHeader, p.footer, .center
{
	text-align:center;
}
p.buyHeaderText
{
	font-size:18px;
	line-height:25px;

}
ul.serviceList
{

	padding-left:15px;
}

ul.buyList,ul.supportList, ul.supportListHowto, ul.supportListHowtoFull
{
	padding-left:5px;
	padding-right:5px;
}
ul.serviceList li
{

	font-size:14px;
	line-height:16px;

}

.btn.btn-inverse.upgrade, .btn.btn-inverse.support
{

	width:180px;
}
.span3.upgrade, .span4.upgrade, .span5.upgrade, .footer-nav-tos
{
	text-align:center;
}
.greyBox.upgrade
{
	padding: 10px 0 10px 0;
}
.fist
 {
	background-image:none;
	padding-top:0px;
}

#europeBox
{
	float:none;
}
p.footer-nav-links
{
	font-size:12px;
	line-height:15px;
}
.footer-nav-tos
{
	padding-top:10px;
}
/* hack end */
}


@media (min-width: 768px) and (max-width: 979px) {

	/* hack start */
	#mainLogo
	{
		 max-width: 80%;
	}
	#content p {
	  width:80%;
	}
	.fist
	 {

		padding-top:10px;
	}
	#beta
	{
		position:absolute;
		top:20px;
	}
	.navbar .nav {

	    padding: 0;
	  	margin-bottom:5px;
		font-size:19px;
	}
	.navbar .nav li {

	    padding: 0 2px 0 2px;

	}
	.navbar .nav > li > a
	{
		padding: 21px 6px 23px;
	}

	.ribbon {
		right: -6.5em;
		top: 1em;
		line-height: 0.5em;
	}


	.row p, .row h1, .row h2, .row h3, .row h4, .row h5, .row h6, .row-fluid p, .row-fluid h1, .row-fluid h2, .row-fluid h3, .row-fluid h4, .row-fluid h5, .row-fluid h6, .row ul.unstyled, .row-fluid ul.unstyled, ul#twitter_update_list, .leftMargin {
		margin-left:15px;
		margin-right:0px;
	}

	h1#frontText
	{
		font-size:50px;
		line-height:50px;
	}
	.productHeader
	{
		font-size:23px;
		line-height:23px;
	}
	.productIcon {
	    display: block;
	    padding: 0px;
	}
	h1#serviceText, h1#supportText
	{
		font-size:30px;
		line-height:28px;
		padding-bottom:0px;
		margin-top:5px;

	}

	.btn.btn-inverse
	{

		font-size:12px;
		padding:10px 0 10px 0;
		width:135px;
	}
	.btn.btn-inverse.upgrade, .btn.btn-inverse.support
	{

		width:130px;
	}
	ul.serviceList
	{

		padding-left:10px;
	}

	ul.buyList,ul.supportList, ul.supportListHowto, ul.supportListHowtoFull
	{
		padding-left:10px;
		padding-right:5px;
	}
	ul.supportList a, ul.supportListHowto a, ul.supportListHowtoFull a
	{
		font-size:15px;
	}

	h4.socialHeader {
	    font-size: 18px;
	}
	.twitter-follow-button {
	    padding-left: 0;
		padding-top: 5px;
	}
	/* hack end */
}