/* ==========================================================================
   Base CSS & Structure
   ========================================================================== */

@font-face {
    font-family: 'Helvetica Neue';
	font-style: normal;
	font-weight: 600;
	src: url('../font/HelveticaNeueBold.eot');
    src: url('../font/HelveticaNeueBold.eot') format('embedded-opentype'),
         url('../font/HelveticaNeueBold.woff') format('woff'),
         url('../font/HelveticaNeueBold.ttf') format('truetype'),
         url('../font/HelveticaNeueBold.svg#HelveticaNeueBold') format('svg');
}
@font-face {
    font-family: 'Helvetica Neue';
	font-style: normal;
	font-weight: 200;
	src: url('../font/HelveticaNeueLight.eot');
    src: url('../font/HelveticaNeueLight.eot') format('embedded-opentype'),
         url('../font/HelveticaNeueLight.woff') format('woff'),
         url('../font/HelveticaNeueLight.ttf') format('truetype'),
         url('../font/HelveticaNeueLight.svg#HelveticaNeueLight') format('svg');
}

@font-face {
    font-family: 'Museo';
	font-style: normal;
	font-weight: 300;
	src: url('../font/Museo300-Regular.eot');
    src: url('../font/Museo300-Regular.eot') format('embedded-opentype'),
         url('../font/Museo300-Regular.woff') format('woff'),
         url('../font/Museo300-Regular.ttf') format('truetype'),
         url('../font/Museo300-Regular.svg#Museo300-Regular') format('svg');
}
@font-face {
    font-family: 'Museo';
	font-style: normal;
	font-weight: 500;
	src: url('../font/Museo500-Regular.eot');
    src: url('../font/Museo500-Regular.eot') format('embedded-opentype'),
         url('../font/Museo500-Regular.woff') format('woff'),
         url('../font/Museo500-Regular.ttf') format('truetype'),
         url('../font/Museo500-Regular.svg#Museo500-Regular') format('svg');
}
@font-face {
    font-family: 'Museo';
	font-style: normal;
	font-weight: 700;
	src: url('../font/Museo700-Regular.eot');
    src: url('../font/Museo700-Regular.eot') format('embedded-opentype'),
         url('../font/Museo700-Regular.woff') format('woff'),
         url('../font/Museo700-Regular.ttf') format('truetype'),
         url('../font/Museo700-Regular.svg#Museo700-Regular') format('svg');
}


body{
	font-size: 24px;
	overflow: visible !important;
}


.table{
	background-color: #f2f2f2;
	border: 1px solid #fff;
	border-radius: 5px;
	color: #666;
	text-align: center;
	width: 100%;
	overflow: hidden;
	font-size: 0.833em;
}
.table thead{
	background-color: #595959;
	color: #fff;
	font-weight: bold;
}
.table td, .table th{
	padding: 15px 0;
	border: 1px solid #fff;
}

ul.message{
	color: #a00;
	font-size: 0.6em;
	padding-left: 15px;
}

@media (max-width: 1199px) {
	body{
		font-size: 20px;
	}
}

@media (max-width: 991px) {
	body{
		font-size: 20px;
	}
}

@media (max-width: 767px) {
	body{
		font-size: 18px;
	}
}

[class*="ico-"]{
	background: url("../images/icons.svg") no-repeat 0 0;
	display: inline-block;
}

input{
	border-radius: 5px;
}
input[type="text"], input[type="password"]{
	width: 100%;
	height: 50px;
	background-color: #e6e6e6;
	box-shadow: none;
	border: 1px solid #b3b3b3;
	font-size: 0.833em;
	padding: 10px;
}
input[type="submit"]{
	height: 50px;
	font-size: 0.833em;
	text-align: center;
	width: 110px !important;
	border: none;
	box-shadow: none;
}

#messages{
	font-size:0.7em;
}
#messages .msg-error{
	color: #b00;
}
#messages .msg-success{
	color: #0b0;
}
#messages .msg-warn{
	color: #cc0;
}

#main-wrapper>section{
	padding-top: 150px;
}

@media (max-width: 991px) {
	#main-wrapper>section{
		padding-top: 100px;
	}
}

/* ==========================================================================
   Header
   ========================================================================== */

#head{
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 0.75em;
	border: none;
	border-radius: 0;
	height: 75px;
	font-weight: 200;
	background-color: rgb(125,59,136);
	background-color: rgba(125,59,136,0.9);
}
#head.home-vpn{
	background-color: rgb(104,162,181);
}
#head.home-pricing{
	background-color: rgb(237,187,88);
}

#head .navbar-brand{
	margin: 18px 0 0 15px;
	padding: 0;
	width: 190px;
}
#head .ico-logo{
	background-position: -5px -48px;
	height: 43px;
	width: 226px;
	float: left;
}
#head .navbar-brand h2{
	position: relative;
	font-size: 12px;
	color: #fff;
	float: right;
	margin: 0;
	padding: 14px 0 0 0;
	font-weight: 200;
}
#head .navbar-brand h2 .star{
	position: absolute;
	top: -4px;
	left: -1px;
	font-size: 30px;
}
#head .container, #head .navbar-header{
	height: 100%;
}
#head .navbar-main{
	border: none;
}
#head .navbar-right li{
	text-align: center;
}
#head .navbar-right li:hover, #head .navbar-right li.active{
	background-color: rgba(0,0,0,0.1);
}
#head .navbar-right li.username{
	width: auto;
}
#head .navbar-right li.username a{
	padding-left: 10px;
	padding-right: 10px;
	max-width: 250px;
	overflow: hidden;
}
#head .navbar-right li a{
	background-color: transparent !important;
	color: #fff;
}
.navbar-inverse .navbar-toggle{
	border: 1px solid rgba(0,0,0,0.2);
}
.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus{
	background-color: rgba(0,0,0,0.1);
}
@media (min-width: 768px) {
	#head .navbar-right li{
		padding: 0 5px;
	}
	#head .navbar-right li a{
		width: 100%;
		padding: 20px 0 21px 0;
	}
}
@media (min-width: 992px) {
	#head .navbar-right li{
		width: 115px;
		padding: 0;
	}
}
@media (min-width: 1200px) {
	#head .navbar-right li{
		width: 150px;
	}
}
@media (max-width: 1199px) {
	#head{
		height: 70px;
	}
	#head .navbar-brand{
		margin-top: 14px;
	}
	#head .navbar-right li a{
		padding: 18px 0;
	}
}
@media (max-width: 991px) {
	#head .navbar-right li.username a{
		max-width: 165px;
	}
}
@media (max-width: 767px) {
	#head .navbar-main{
		background-color: rgba(125,59,136,0.9);
	}
	#head.home-vpn .navbar-main{
		background-color: rgb(104,162,181);
	}
	#head.home-pricing .navbar-main{
		background-color: rgb(237,187,88);
	}
	#head .navbar-right li a{
		padding: 15px;
	}
}
@media (max-width: 767px) {
	#head{
		height: 51px;
	}
	#head .navbar-brand{
		position: absolute;
		-ms-transform: scale(0.65,0.65);
		-webkit-transform: scale(0.65,0.65);
		transform: scale(0.65,0.65);
		margin: 0;
		left: -25px;
		top: 5px;
	}
}

/* ==========================================================================
   Home - Intro | MobileVPN - Intro
   ========================================================================== */

#home-intro, #mobilevpn-intro{
	height: 770px;
	background: url("../images/bg-intro.png") no-repeat center 0;
	background-size: 100% auto;
	text-align: center;
	color: #fff;
	text-shadow: 0 1px #000;
	font-weight: 300;
	color: #fff;
}
#mobilevpn-intro{
	background: url("../images/bg-intro.png") no-repeat center 0;
	text-align: center;
}
#home-intro h1, #mobilevpn-intro h1{
	font-size: 3.33em;
	margin-top: 0;
	text-shadow: 0 2px #000;
}
#mobilevpn-intro h1{
	font-size: 2.16em;
}
#mobilevpn-intro .slogan ul{
	padding-left: 20px;
	font-size: 1.083em;
	list-style-image: url("../images/bullet-rectangle.png");
}
#home-intro .badges{
	margin-top: 50px;
	font-size: 0.833em;
}
#mobilevpn-intro .badges a{
	display: inline-block;
	width: 200px;
	height: 60px;
	background-image: url("../images/badges.png");
}
.ico-badges-appstore{
	background-position: 0 0;
}
.ico-badges-googleplay{
	background-position: 0 -62px;
}
#home-intro .badges a.download-now{
	width: 385px;
	height: 65px;
	display: inline-block;
	background-color: #f84c00;
	border-radius: 5px;
	color: #fff;
	font-size: 38px;
	font-weight: 700;
	text-decoration: none;
	padding-top: 4px;
	text-shadow: none;
	margin-bottom: 20px;
}
#home-intro .badges a.download-now .downlod-txt{
	float: right;
	margin-right: 14px;
}
#home-intro .badges a.download-now .download-ico{
	display: inline-block;
	height: 47px;
	width: 71px;
	margin-top: 4px;
	border-right: 1px solid #fff;
	text-align: center;
	padding-left: 4px;
}

#home-intro .badges i{
	height: 47px;
}


.ico-download-windows{
	background-position: -5px -632px;
	width: 45px;
}
.ico-download-mac{
	background-position: -50px -632px;
	width: 40px;
}
.ico-download-android{
	background-position: -90px -632px;
	width: 45px;
}
.ico-download-ios{
	background-position: -136px -632px;
	width: 29px;
}


#home-intro .badges .available{
	display: inline-block;
	vertical-align: top;
	height: 62px;
	width: 165px;
	padding-top: 16px;
	font-size: 1em;
	text-align: center;
}
#home-intro .download-badges{
	display: inline-block;
}
#home-intro .badges a[class*="ico-"]{
	width: 62px;
	height: 62px;
	margin-right: 3px;
}
.ico-badge-windows{ background-position: -5px -682px;}
.ico-badge-mac{ background-position: -68px -682px;}
.ico-badge-android{ background-position: -133px -682px;}
.ico-badge-ios{ background-position: -198px -682px;}


#home-intro .devices{
	background: url("../images/devices.png") no-repeat 0 0;
	width: 556px;
	height: 522px;
	position: absolute;
	top: 0px;
	left: 0px;
}


.iphone-device{
	background: url("../images/iphone.png") no-repeat 0 0;
	width: 253px;
	height: 533px;
	position: absolute;
	top: 20px;
	left: 100px;
}
.nexus-device{
	background: url("../images/nexus.png") no-repeat 0 0;
	width: 275px;
	height: 531px;
	position: absolute;
	top: 0;
	left: 210px;
}


@media (max-width: 1260px) {
	#home-intro{
		background-size: 1260px auto;
	}
}
@media (max-width: 991px) {
	#home-intro{
		background-image: none;
		height: auto;
		padding-bottom: 80px;
	}
	#home-intro h1{
		margin-top: 50px;
	}
	.intro-sm-background{
		height: 1000px;
		width: 100%;
		background: url("../images/bg-intro.png") no-repeat center 0;
		position: fixed;
		z-index: -1;
	}
	#mobilevpn-intro .slogan ul{
		list-style: none;
	}
}
@media (max-width: 767px) {
	#home-intro{
		height: auto;
		padding-bottom: 40px;
	}
	#home-intro h1{
		margin-top: 0;
	}
}
@media (max-width: 420px) {
	#home-intro .badges a.download-now{
		width: 100%;
		min-width: 280px;
		font-size: 35px;
	}
	#home-intro .badges a.download-now .downlod-txt{
		margin: 4px 0 0 0;
		width: 80%;
	}
	#home-intro .badges a.download-now .download-ico{
		height: 47px;
		width: 20%;
		float: left;
	}
}
@media (max-width: 360px) {
	#home-intro h1{
		font-size: 2.7em;
	}
	#home-intro .badges a.download-now{
		font-size: 30px;
	}
	#home-intro .badges a.download-now .downlod-txt{
		margin-top: 6px;
	}
}
@media (min-width: 992px) {
	#home-intro .slogan, #mobilevpn-intro .slogan{
		padding-left: 56px;
		text-align: left;
	}
	#mobilevpn-intro .slogan{
		margin-top: 90px;
	}
}
/* ==========================================================================
   Home - Why VPN
   ========================================================================== */

#home-vpn{
	background-color: #70b0c5;
	color: #fff;
	padding-bottom: 100px;
}
#home-vpn .col-md-1{
	padding: 0;
	text-align: center;
}
#home-vpn i{
	height: 80px;
	width: 80px;
	margin-top: 35px;
}
.ico-browse{
	background-position: -5px -92px;
}
.ico-chat{
	background-position: -85px -92px;
}
.ico-secure{
	background-position: -165px -92px;
}
.ico-anonymous{
	background-position: -245px -92px;
}

#home-vpn h2{
	margin-top: 43px;
	font-size: 1.08em;
	margin-top: 43px;
	margin-bottom: 10px;
}

#home-vpn .box-row p{
	font-size: 0.83em;
}

@media (max-width: 991px) {
	#home-vpn{
		text-align: center;
	}
	#home-vpn h2{
		margin-top: 10px;
	}
}

/* ==========================================================================
   Home - features | MobileVPN - features
   ========================================================================== */
.features{
	height: 740px;
	background: url("../images/bg-features.jpg") no-repeat center 0;
	background-size: 100% auto;
	text-align: center;
	color: #666;
	font-size: 0.79em;
}
#mobilevpn-features{
	background-image: none;
	background-color: #64bec8;
}

.features .row .box{
	background-color: #fff;
	border-radius: 5px;
	width: 100%;
	height: 400px;
	overflow: hidden;
	box-shadow: 0 5px rgba(0,0,0,0.25)
}
#mobilevpn-features .box{
	height: 500px;
}
.features .box-head{
	height: 190px;
	text-align: center;
}
.features .box-head .head-top{
	background-color: #8991a0;
	height: 115px;
	width: 100%;
}
#mobilevpn-features.features .box-head .head-top{
	background-color: #336166;
}
.features h2{
	font-size: 1.25em;
	margin: 10px 0 25px 0;
}
.features p{
	padding: 0 25px;
}
.features .box-head i{
	position: relative;
	top: -74px;
	height: 130px;
	width: 152px;
}
#mobilevpn-features .box-head i{
	width: 150px;
}
.ico-data-saving{ background-position: -5px -177px; }
.ico-ad-blocking{ background-position: -155px -177px; }
.ico-on-demand{ background-position: -305px -177px; }
.ico-easy-use{ background-position: -5px -307px; }
.ico-no-log{ background-position: -156px -307px; }
.ico-global-servers{ background-position: -307px -307px; }
.ico-247-support{ background-position: -459px -307px; }

@media (max-width: 1260px) {
	.features{
		background-size: 1260px auto;
	}
}
@media (max-width: 991px) {
	.features{
		height: auto;
		background-image: none;
	}
	.features .row .box{
		height: auto;
		font-size: 23px;
		padding-bottom: 60px;
		margin-bottom: 40px;
	}
}

/* ==========================================================================
   Home - plan
   ========================================================================== */

#home-pricing {
	background-color: #fbd45e;
	color: #685724;
	padding-bottom: 70px;
}
#home-pricing p{
	padding: 0 35px 30px 35px;
}
#home-pricing .box{
	margin: 0 5px;
	height: 450px;
	border-radius: 5px;
	background-color: #fffccd;
	text-align: center;
	margin-bottom: 20px;
}
#home-pricing h2{
	color: #65634a;
	font-size: 1.58em;
	margin: 0 0 25px 0;
	padding-top: 40px;
}
#home-pricing .box p{
	margin: 0 25px;
	padding: 12px 35px 0 35px;
	height: 50px;
	border-top: 1px solid #cdcba4;
	font-size: 0.75em;
}
#home-pricing .box p:first-child{
	border-top: none;
}
#home-pricing .vpn-stars{
	height: 38px;
	position: relative;
	width: 100%;
	background-color: #fdf68f;
	text-align: center;
	margin-bottom: 10px;
}
.ico-vpn-lite{
	position: relative;
	background-position: -85px -438px;
	width: 235px;
	height: 50px;
	max-width: 100%;
	top: -8px;
}
.ico-vpn-premium{
	position: relative;
	background-position: -85px -495px;
	width: 235px;
	height: 50px;
	max-width: 100%;
	top: -8px;
}
/*#home-pricing .vpn-credit{
	height: 65px;
	padding-top: 18px;
	font-size: 0.833em;
	background-color: #f2eeae;
	color: #a7a46c;
	margin: 7px 10px 10px 10px;
	border-radius: 5px;
}*/
#home-pricing .vpn-credit.premium{
	padding-top: 2px;
	width: 25%;
	display: inline-block;
	margin-right: 5px;
	margin-left: 5px;
}
#home-pricing .order-vpn{
	height: 55px;
	padding-top: 7px;
	font-size: 1.25em;
	background-color: #3cb3d6;
	color: #fff;
	margin: 0 10px;
	border-radius: 5px;
	display: block;
	text-decoration: none;
}
#home-pricing .order-vpn.premium{
	background-color: #81d63c;
}
@media (max-width: 991px) {
	#home-pricing .box{
		margin: 0;
		margin-bottom: 20px;
	}
}


/* ==========================================================================
   footer
   ========================================================================== */

#footer{
	height: 95px;
	padding-top: 25px !important;
	background-color: #404040;
	font-size: 0.64em;
}
#footer ul, #footer li{
	list-style: none;
	padding: 0;
	margin: 0;
	vertical-align: middle;
}
#footer a{
	color: #ccc !important;
	text-decoration: none !important;
}
#footer .banner{
	color: #808080;
	text-align: left;
}
#footer h2{
	font-size: 1em;
	margin: 0 0 0 7px;
	padding: 0 0 0 13px;
	font-weight: 400;
	position: relative;
}
#footer h2 .star{
	position: absolute;
	top: -3px;
	left: 0px;
	font-size: 30px;
}
.ico-logo-footer{
	background-position: -5px -590px;
	width: 170px;
	height: 37px;
}
.ico-twitter{
	background-position: -5px -550px;
	width: 19px;
	height: 15px;
	vertical-align: middle;
}
.ico-facebook{
	background-position: -5px -569px;
	width: 19px;
	height: 17px;
	vertical-align: top;
}


@media (max-width: 991px) {
	#footer{
		text-align: center;
		height: auto;
		padding: 30px 0;
		font-size: 24px;
	}
	#footer .banner{
		padding-top: 20px;
		text-align: center;
	}
	#footer .star{
		display: none;
	}
}

#copyright{
	height: 50px;
	background-color: #d9d9d9;
	text-align: center;
	font-size: 0.667em;
	padding-top: 16px;
}



/* ==========================================================================
   Pages: servers, login-register;
   ========================================================================== */

#servers .table{
	min-width: 500px;
}
#servers .table tr, #servers .table th{
	width: 25%;
}

#servers .table .plan{
	background-color: #8c8c8c;
}
#servers .table .free{
	background-color: #9fe665;
}
#servers .table .premium{
	background-color: #fbd45e;
}

#login-register{
	min-height: 750px;
}

#login-register h2{
	color: #595959;
	font-size: 1.167em;
}

#login-register dt{
	display: none;
}
#login-register dd{
	margin: 7px 0;
}
#login-register .links{
	font-size: 0.667em;
	padding-top: 20px;
}
#login-register  #register-form .links a{
	color: #c96f04;
}
#login-register #submit-element, #login-register #register_submit-element{
	width: 110px;
	float: right;
}
#login-register #submit{
	background-color: #34afd2;
	color: #174f5f;
}
#login-register #register_submit{
	background-color: #ffba00;
	color: #c96f04;
}

#login-register .horizontal-line{
	margin-left: auto;
	margin-right: auto;
	width: 2px;
	height: 300px;
	background-color: #b3b3b3;
}

#account-resetpassword #submit-element, #account-resetpassword #submit{
	width: 160px !important;
}

ul.errors{
	color:#f60;
	font-size: 0.583em;
	list-style: none;
	padding: 0;
	margin: 1px 0 2px 3px;
}
#recaptcha_widget_div{
	margin-left: -3px;
}
#recaptcha_widget_div input[type="text"]{
	height: auto !important;
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	box-shadow: none !important;
	-webkit-border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	-ms-border-radius: 0 !important;
	-o-border-radius: 0 !important;
	border-radius: 0 !important;
	border-color: #CCA940 !important;
}
#recaptcha_widget_div .recaptcha_input_area{
	height: 33px !important;
}


section.text-content{
	color: #818486;
	text-align: justify;
}
section.text-content h1{
	font-size: 2em;
	color: #3E3E3E;
}
section.text-content h2{
	font-size: 1.75em;
	color: #3E3E3E;
}
section.text-content h3{
	font-size: 1.75em;
	color: #3E3E3E;
}