@charset "UTF-8";
body {
	font-family: 'Roboto', sans-serif;
	color: #3a3a3a;
	margin: 0;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
}.header {
	background-color: #ebebeb;
}
.header p {
	font-size: 20px;
	padding: 10px;
	float: right;
	margin: 0;
}
.innerwrap .two-thirds p.intro {
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #006793;
	padding-top: 30px;
	font-size: 18px;
	line-height: 26px;
}
.innerwrap .two-thirds ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.innerwrap .two-thirds ul li {
	padding-top: 10px;
	padding-bottom: 10px;
	background-image: url(images/tick.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 40px;
}
.innerwrap {
	width: 100%;
	max-width:960px;
	margin-left:auto;
	margin-right:auto;
}
.innerwrap .logo {
	margin-top: 40px;
	margin-bottom: 40px;
}
.innerwrap h1 {
	font-size: 26px;
	font-weight: normal;
}
.innerwrap h2 {
	font-size: 15px;
	font-weight: normal;
	line-height: 24px;
}
.innerwrap .two-thirds {
	float: left;
	width: 70%;
}
.innerwrap .one-third {
	float: right;
	width: 28%;
}
.innerwrap .footer {
	border-top-width: 15px;
	border-top-style: solid;
	border-top-color: #ebebeb;
	margin-top: 40px;
	padding-bottom: 50px;
}
p a   {
	color: #3a3a3a;
}
.innerwrap .two-thirds .price {
	font-size: 30px;
}
.innerwrap .two-thirds .price span {
	font-size: 22px;
}
.innerwrap .footer .footerlogo {
	float: right;
	width: 30%;
}
.innerwrap .footer .footerlinks {
	float: left;
	width: 60%;
}

img.brush {
	width:100%;
	margin-left:auto;
	margin-right:auto;
	display:block;
}

.half {
	width:100%}


@media (max-width: 500px) {
.one-third, .two-thirds, .innerwrap .footer .footerlogo, .innerwrap .footer .footerlinks {
	width:100% !important;
}

img.brush {
	width:100%;
	margin-left:auto;
	margin-right:auto;
	display:block;
}

.half {
	width:49%;
	float:left;
	}
	
	
}



.lightbox {
	/** Default lightbox to hidden */
	display: none;

	/** Position and style */
	position: fixed;
	z-index: 999;
	width: 100%;
	height: 100%;
	text-align: center;
	top: 0;
	left: 0;
	background: rgba(0,0,0,0.8);
}

.lightbox img {
	/** Pad the lightbox image */
	max-width: 90%;
	max-height: 80%;
	margin-top: 2%;
}

.lightbox:target {
	/** Remove default browser outline */
	outline: none;

	/** Unhide lightbox **/
	display: block;
}
#img1 .textwrap , #img2 .textwrap, #img3 .textwrap{
	background-color: #FFF;
	padding: 25px;
}
