body {
}

h1, h2, h3 {

	font-family: 'Open Sans', sans-serif;
	font-weight: bold;

}

div {

	font-family: 'Open Sans', sans-serif;

}

.navbar-brand{
	font-weight: 700;
	color: #000 !important;
}

.navbar-text.navbar-right:last-child {
	margin-right: 15px;
	margin-left: 15px;
}

.lead {
	margin: 35px 0;
}

#topvideo{
}

#videodescription{
	margin-top: 20px;
}

#whatsinthebox h3{
	font-weight: normal;
	font-size: 20px;
}

#whatsinthebox h2{
	font-weight: normal;
	font-size: 20px;
	margin-top: 0;
}

#metadata div{
	padding: 0 35px;
}


.table tr td:nth-child(3),
.table tr th:nth-child(3) {
    text-align: right;
}

.table tr td:nth-child(1),
.table tr th:nth-child(1) {
	width: 10%;
}

.table tr td:nth-child(2),
.table tr th:nth-child(2) {
	width: 70%;
}

.table a {
	font-weight: bold;
}

.pricebox{
	padding-top: 20px;
	padding-bottom: 30px;
/*	border-right: 1px solid white;
	border-bottom: 1px solid white;
*/
	-webkit-box-shadow: 0px 7px 13px 0px rgba(50, 50, 50, 0.32);
	-moz-box-shadow:    0px 7px 13px 0px rgba(50, 50, 50, 0.32);
	box-shadow:         0px 7px 13px 0px rgba(50, 50, 50, 0.32);

}

#priceS{
	background: #f3f3f3;
}

#priceM,
#priceXL{
	background: #e3e3e3;
}

#priceL{
	background: #d8d8d8;
	z-index: 999;
	-webkit-box-shadow: 0px 7px 25px rgba(66, 139, 202, 0.82);
	-moz-box-shadow:    0px 7px 25px rgba(66, 139, 202, 0.82);
	box-shadow:         0px 7px 25px rgba(66, 139, 202, 0.82);

}


.bigprice{
	font-weight: 700;
	font-size: 35px;
	margin-bottom: 5px;
}

#testimonials {
	margin-top: 75px;
}

#testimonials .testimonial {
}

#testimonials .person {
	color: #555;
	font-style: italic;
	font-size: 80%;
	margin-bottom: 20px;
}

#about{
	color: #888;
	margin-top: 50px;
}

#footer {
	color: #888;
	margin-top: 50px;
	margin-bottom: 50px;
	font-weight: 300;
}

