@import url(https://fonts.googleapis.com/css?family=Montserrat);
@import url(https://fonts.googleapis.com/css?family=Kaushan+Script);
@import url(https://fonts.googleapis.com/css?family=Roboto+Slab:400,100,300,700);

#email_template {
    display: none;
}
#subscription_label {
    display: none;
}


.form-control-mini:focus {
    border-color: rgb(102, 175, 233);
    outline: 0px none;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset, 0px 0px 8px rgba(102, 175, 233, 0.6);
}
.form-control-mini {
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857;
    color: rgb(85, 85, 85);
    background-color: rgb(255, 255, 255);
    background-image: none;
    border: 1px solid rgb(204, 204, 204);
    border-radius: 4px;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
}

input[type=checkbox].form-control-mini {
	height: auto;
}

.formlabel {
	width: 200px;
	display: inline-block;
}
.formError {
	border-radius: 15px;
	background-color: #E38D8D;
	padding: 10px 10px;
	color: #fff;
	font-weight: normal;
}
.input {
	width: 350px; 
	display: inline-block;
}
.total {
	font-weight: 700;
}
#stripe-payment-error {
	margin-bottom: 20px;
}

section#slideshow {
	padding: 50px 0px;
}

dl.product {
	min-height: 500px;
	background-repeat: no-repeat;
}
dl.product dt {
	font-size: 2.5em;
	text-transform: uppercase;
	font-weight: 700;
	font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
	padding: 100px 0px 10px 0px;
}
dl.product dd {
	padding: 10px 0px 10px 0px; 
	line-height: 2em;
	font-size: 1.4em;
}


#screen_oblique {
	background-image: url(../img/shots/oblique.png);
	background-repeat: no-repeat;
}

@media (max-width: 600px) {
	#screen_oblique {
		padding-top: 250px;
		background-position: center top;
	}

	dl.product {
		padding-top: 250px;
		background-position: center top;
	}
}
@media (min-width: 601px) {
	#screen_oblique {
		padding-left: 350px;
		background-position: left center;
		min-height: 300px;
	}

	dl.product {
		padding-left: 250px;
		background-position: left center;
	}

}
.big-text {
	line-height: 2em;
	font-size: 1.4em;
	padding-top: 30px;
}
dl#product_top {
	background-image: url(../img/shots/top.png);
}
dl#screen_internet {
	background-image: url(../img/shots/phone-internet.png);
}
dl#screen_accesspoint {
	background-image: url(../img/shots/phone-accesspoint.png);
}
dl#screen_vpn {
	background-image: url(../img/shots/phone-vpn.png);
}


body#blog article {
	background: #fff;
	border: 1px solid #eee;
	padding: 20px 40px;
	margin-bottom: 40px;
}






ul.tabs{
	margin: 0px;
	padding: 0px;
	list-style: none;
}
ul.tabs li{
	background: none;
	color: #222;
	display: inline-block;
	padding: 10px 15px;
	cursor: pointer;
}

ul.tabs li.current{
	background: #ededed;
	color: #222;
}

.tab-content{
	display: none;
	background: #ededed;
	padding: 15px;
	margin-bottom: 20px;
}

.tab-content.current{
	display: inherit;
}



#bitcoin_address_qrcode {
	width: 250px;
	height: 250px;
}

