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

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

@font-face {
  font-family: 'ClearSans';
  src: url('/fonts/ClearSans-Light.eot?#iefix') format('embedded-opentype'),  url('/fonts/ClearSans-Light.woff') format('woff'), url('/fonts/ClearSans-Light.ttf')  format('truetype'), url('/fonts/ClearSans-Light.svg#ClearSans-Light') format('svg');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'ClearSans';
  src: url('/fonts/ClearSans-Bold.eot?#iefix') format('embedded-opentype'),  url('/fonts/ClearSans-Bold.woff') format('woff'), url('/fonts/ClearSans-Bold.ttf')  format('truetype'), url('/fonts/ClearSans-Bold.svg#ClearSans-Bold') format('svg');
  font-weight: 700;
  font-style: normal;
}


/*RESET*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, 
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

a {
	outline: medium none;
}
.wrapper{
	display: block;
	float: left;
	width: 100%;
	font-family: 'Clearsans', sans-serif;
}
body {
	background: url('../gfx/background.png') no-repeat scroll center top;
}
.content {
	text-align: center;
	padding: 68px 0px 200px;
}
.content .logo {
	    display: block;
    padding-bottom: 53px;
}
.content .text {
	display: block;
}
.content .text h3 {
	font-size: 21px;
	font-weight: 300;
	color: #60697d;
	line-height: 32px;
	display: block;
}
.content .text h2 {
	font-size: 30px;
	font-weight: 700;
	line-height: 29px;
	display: block;
	color: #60697d;
    padding-bottom: 40px;
    margin-bottom: 42px;
	position: relative;
}
.content .text h2::after {
	position: absolute;
	bottom: 0px;
	left: 0px;
	right: 0px;
	margin:0 auto;
	width: 28px;
	height: 2px;
	background-color: #c6cacc;
	content: '';
}
.content .text span {
	font-size: 13px;
	color: #60697d;
	opacity: 0.65;
	line-height: 19px;
	display: block;
	font-weight: 300;
}
.content .text strong {
	font-weight: 700;
}
.box {
display: inline-block;
    text-align: center;
    width: 25%;
    margin-top: 125px;
}
.box h4 {
 	font-size: 30px;
    text-transform: uppercase;
    position: relative;
    display: block;
    padding-bottom: 11px;
    margin-bottom: 78px;
    font-weight: 300;

}
.box h4 strong {
	font-weight: 400;
}
.box h4::after {
	position: absolute;
	content: '';
	width: 28px;
	height: 2px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	margin: 0 auto;
}
.box.white h4 {
	color: #60697d;
}
.box.white h4::after {
	background-color: #e9eaec;
}
.box.black h4 {
	color: #fff;
}
.box.black h4::after  {
	background-color: #94979d;
}
.box .gb {
	display: block;
	font-size: 14px;
	font-weight: 300;
	line-height: 30px;
}
.box .gb strong {
	font-weight: 700;
}
.box.black .gb, .box.black .price {
	color: #fff;
}
.box.white .gb, .box.white .price {
	color: #60697d;
}
.box .price strong {
	font-size: 24px;
	font-weight: 400;
	line-height: 44px;
}
.box .price {
font-size: 24px;
    font-weight: 100;
    padding-top: 15px;
    display: block;
    margin-top: 15px;
    position: relative;
}
.box .price::after {
	position: absolute;
	content: '';
	width: 28px;
	height: 2px;
	top: 0px;
	left: 0px;
	right: 0px;
	margin: 0 auto;

}
.box.white .price::after {
	background-color: #eff0f2;
}
.box.black .price::after  {
	background-color: #a2a6a9;
}
.box .order {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    color: #fff;
    padding: 7px 15px;
    border-radius: 14px;
    display: block;
    width: 43%;
    text-align: center;
    margin: 20px auto;
}
.box.white .order {
	background-color: #ea525c;
}
.box.black .order {
	background-color: #37406c;
}