body{
	color:#401F07;
	font-family: 'PT Sans', sans-serif;
	overflow-x:hidden;
}

a{
	color:#401F07;
}

header{
	height:600px;
	background:#947D5E;
	position:fixed;
	width:100%;
	top:0;
	left:0;
	z-idnex:1;

}

.fader{
	width:100%;position:absolute;top:-320px;left:0;height:320px;
	pointer-events:none;
	opacity:0.85;
}
.logo{
	text-align:center;
	margin-top:30px;
	height:174px;
	background:url(../images/logo-homepage.png) no-repeat center center;
	background-size:contain;
	cursor:pointer;
}

.main{
	position:relative;
	top:600px;
	background:#fff;
	right:0;
	left:0;
	z-index:2;
}

.mascot{
	width:100%;
	text-align:center;
	top:-360px;
	left:0;
	position:absolute;
	pointer-events:none;

}

.mascot-title{
	position:absolute;
	top:30px;
	left:50%;
	margin-left:-390px;
	opacity:0.9;
}

.startext{
	padding-top:370px;

}

body.page . header{
	height:300px !important;
}
body.page .main{

	top:300px !important;


}
body.page .mascot{
	top:-100px !important;
}
body.page .mascot img{
	width:128px;
	height:230px;

}
body.page .fader{
	top:-150px;
	height:150px;
}

body.page .mascot-title{
	margin-left:-280px !important;
	opacity:0.9;
}

body.page .startext{
	padding-top:200px;
	min-height:400px;

}


.title{
	text-align:center;
	font-size:25px;
	line-height:45px;
	text-transform: uppercase;
}

.title2{
	font-weight:bold;
	font-size:16px;
	padding-bottom:10px;
}

.bstripe{
	padding:40px 0;background:#947D5E;margin-top:100px;
}

.features{
	padding-top:90px;
}

.features [class^="col-"]{
	padding:30px 0;
}

.features .sicon{
	text-align:center;
}

.features .sicon img{
	margin-left:35px;
}

.feature{
	padding-left:10px;
}

.offer{
	text-align:center;
	color:#fff;
	margin:30px 0 40px;

}

.offer .border{
	margin:10px;
	border:1px rgba(64,31,7,0.5) dashed;
	background: rgba(255,255,255,0.1);
	padding:10px 0 30px;
	cursor:pointer;
}

.offer .border:hover{
	background: rgba(255,255,255,0.3);
}

.offer .price{
	font-size:50px;
	text-shadow: 2px 2px rgba(64,31,7,0.5);
	font-family: 'Changa One', cursive;
}

.offer .desc{
	font-size:18px;
}

.fader{
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#947d5e+0,401f07+100&amp;0+0,1+100 */
background: -moz-linear-gradient(top,  rgba(148,125,94,0) 0%, rgba(64,31,7,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(148,125,94,0)), color-stop(100%,rgba(64,31,7,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(148,125,94,0) 0%,rgba(64,31,7,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(148,125,94,0) 0%,rgba(64,31,7,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(148,125,94,0) 0%,rgba(64,31,7,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(148,125,94,0) 0%,rgba(64,31,7,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00947d5e', endColorstr='#401f07',GradientType=0 ); /* IE6-9 */

}

.button {
outline:0;
margin-top:20px;
-moz-box-shadow:inset 0px 1px 0px 0px #a6827e;
-webkit-box-shadow:inset 0px 1px 0px 0px #a6827e;
box-shadow:inset 0px 1px 0px 0px #a6827e;
background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #7d5d3b), color-stop(1, #634b30));
background:-moz-linear-gradient(top, #7d5d3b 5%, #634b30 100%);
background:-webkit-linear-gradient(top, #7d5d3b 5%, #634b30 100%);
background:-o-linear-gradient(top, #7d5d3b 5%, #634b30 100%);
background:-ms-linear-gradient(top, #7d5d3b 5%, #634b30 100%);
background:linear-gradient(to bottom, #7d5d3b 5%, #634b30 100%);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#7d5d3b', endColorstr='#634b30',GradientType=0);
background-color:#7d5d3b;
-moz-border-radius:3px;
-webkit-border-radius:3px;
border-radius:3px;
border:1px solid #54381e;
display:inline-block;
cursor:pointer;
color:#ffffff;
font-family:Arial;
font-size:17px;
padding:6px 24px;
text-decoration:none;
text-shadow:0px 1px 0px #4d3534;
}
.button:hover {
background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #634b30), color-stop(1, #7d5d3b));
background:-moz-linear-gradient(top, #634b30 5%, #7d5d3b 100%);
background:-webkit-linear-gradient(top, #634b30 5%, #7d5d3b 100%);
background:-o-linear-gradient(top, #634b30 5%, #7d5d3b 100%);
background:-ms-linear-gradient(top, #634b30 5%, #7d5d3b 100%);
background:linear-gradient(to bottom, #634b30 5%, #7d5d3b 100%);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#634b30', endColorstr='#7d5d3b',GradientType=0);
background-color:#634b30;
}
.button:active {
position:relative;
top:1px;
}


footer{
	padding-top:50px;
	padding-bottom:30px;
}


@font-face {
font-family: 'icomoon';
src:url('fonts/icomoon.eot?knebak');
src:url('fonts/icomoon.eot?#iefixknebak') format('embedded-opentype'),
url('fonts/icomoon.ttf?knebak') format('truetype'),
url('fonts/icomoon.woff?knebak') format('woff'),
url('fonts/icomoon.svg?knebak#icomoon') format('svg');
font-weight: normal;
font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
font-family: 'icomoon';
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1;

/* Better Font Rendering =========== */
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}

.icon-login:before {
	content: "\e600";
}
.icon-facebook:before {
	content: "\e604";
}
.icon-twitter:before {
	content: "\e605";
}
.icon-mac:before {
	content: "\e601";
}
.icon-android:before {
	content: "\e602";
}
.icon-win:before {
	content: "\e603";
}
.icon-linux:before {
	content: "\e606";
}


.downloads{
	padding-top:10px;
	font-size:32px;
	vertical-align:middle;
}

.downloads a{
	cursor:pointer;
	opacity:0.8;
	margin-right:10px;
	text-decoration:none;
}

.downloads a:hover{
	opacity:1;
}

.heading{
	font-size:16px;
}

.copyright{
	font-size:13px;
}

.menustripe{
	width:40px;
	height:2px;
	border:0;
	vertical-align:middle;
	margin:0 20px;

}

.menu{
	padding-top:10px;
	opacity:0.95;
	text-align:center;
	color:#F0E8DE;
	line-height:50px;
	font-size:14px;
	font-weight:bold;
}

.menu a{
	color:#F0E8DE;
	text-decoration:none;
	cursor:pointer;
	margin:0 10px;
}

.menu a:hover{
	color:#fff;
}

.login-bottom{
	font-size:16px;font-weight:bold;padding-bottom:60px;
}

.login-top{
	opacity:0.7;
	font-size:16px;
	font-weight:bold;
	position:absolute;
	top:0px;
	left:55px;
	font-size:12px;
	padding:3px 10px;
	border-bottom-right-radius:5px;
	border-bottom-left-radius:5px;
	background:#401F07;


}

.login-top:hover{
	opacity:1;
}
.login-top a{
	color:#F0E8DE;
}

.login-top a:hover{
	text-decoration:none;
	color:#F0E8DE;

}
table.network{
	width:70%;
}

table.network tr{
	border-bottom:1px #947D5E dashed;
	height:60px;
}

td.flag{
	width:50px;
}

td.country{
	width:150px;
	font-weight:bold;
}

td.bandwidth{

}

td.p2p{
	width:40px;
}
#pricing{/*added by vz to hide after scroll press and move right margin... please feel free to remove if needed*/
	margin-left:0;
	margin-right:0;
}