.important{
	color: white !important;
	height: 40px !important;
	padding: 22px !important;
	margin: 3px !important;
	line-height: 5px !important;
}

h1{
	margin-top: 3px !important;
}

a.important:hover{
	background-color: #4266CA !important;
}

p{
	font-size: 12px;
}

li{
	font-size: 12px;
}

.panel{
	border-color: #080808 !important;
}

.panel-heading{
	background-color: #222 !important;
	color: white !important;
}

h3.panel-title{
	padding: 7px 0;
	font-size: 30px;
	font-family: "Quicksand", sans-serif;
}

#footer{
	margin-right: 0px;
	font-size: 8px;
}

/* pricing */
#details { font-family: "Quicksand", sans-serif; font-size: 60px; }
#home-box > h2 { font-family: "Quicksand", sans-serif; font-weight: 400; line-height: 1.1; color: #75b1ae; }
.price { font-size: 20px; float: left; }
.pricing_header { background: none repeat scroll 0% 0% #222; border-radius: 5px 5px 0px 0px; transition: background 0.4s ease-out 0s; }
.pricing_header h2 { text-align:center; line-height: 25px; padding: 15px 0px; margin: 0px; font-family: "Quicksand", sans-serif; font-weight: 400; color: white; }
.list-group-item:first-child { border-top-right-radius: 0px; border-top-left-radius: 0px; }
.btn { float: right; font-family: "Quicksand", sans-serif; font-weight:500;}
.off { text-decoration: line-through; color: rgb(86,86,86); }
.space {height: 2px; background-color: #75b1ae;}
.try a.btn{ padding: 5px 26px; }

footer.footer{
	background-color: #222;
	border-color: #080808;
	height: 90px;
}

footer.footer img{
	display: block;
	margin: 0 auto;
}

#email2 {
	display: none;
} 


