.row, .body, .container {
	width: 100%;
	margin-left: 0px;
	margin-right: 0px;
	padding-left: 0px;
	padding-right: 0px;
}

.onecol, .twocol, .threecol, .fourcol, .fivecol, .sixcol, .sevencol, .eightcol, .ninecol, .tencol, .elevencol, .twelvecol {
	width: auto;
	float: none;
	margin-left: 0px;
	margin-right: 0px;
	padding-left: 20px;
	padding-right: 20px;
}

/* Type presets */

body {
	font-size: 16px;
	line-height: 24px;
}

h2 {
	font-size: 15px;
	line-height: 24px;
	margin-top: -12px;
	font-weight: 500;
	max-width: 365px;
}

span {
	font-weight: 800;
}

.centered {
	padding-top: 0;
}

#bonus {
	display: none;
}

h1 {
	margin-bottom: 36px;
}

a:link {
	font-weight: 800;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

a:hover, a:active {
	border-bottom: none;
}

a:active, a:focus {
	color: #4face2;
	background: #463651;
}

h1 a:link, h1 a:visited {
	margin: 0 auto;
	background-color: #0778b9;
}

@media all and (-webkit-min-device-pixel-ratio:2) {
    h1 a:link, h1 a:visited, h1 a:hover, h1 a:active {
        background-image: url(../img/logo2x.png);
        background-size: 340px 140px;
    }
}

#header {
	text-align: center;
}

#header h2 {
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

#header span {
	font-weight: 800;
}

#work .end {
	text-align: center;
}

#handshake {
	padding-top: 6px;
}

#footer {
	text-align: center;
}

#footer h3 {
	font-size: 12px;
	font-weight: 900;
	letter-spacing: 3px;
}

#footer .threecol {
	max-width: 365px;
	margin: 0 auto;
	text-align: left;
}

div.image {
	margin: 0 auto 22px;
}

div.caption,
div.image:active div.caption {
	-webkit-transition: all .5s ease-out;
	-moz-transition: all .5s ease-out;
	-o-transition: all .5s ease-out;
	transition: all .5s ease-out;
	-webkit-transform: translate3d(-366px, 0, 0);
	opacity: 0;
}

div.image:hover div.caption {
	-webkit-transform: translate3d(0, 0, 0);
	opacity: 1;
}

.caption h3 {
	font-size: 24px;
	padding: 24px 12px 0;
}

.mobilehint {
	display: block;
}

.mobilehint h3 {
	font-size: 10px;
	line-height: 18px;
	text-align: center;
	color: #615768;
}

.browserhint {
	display: none;
}

#phoneprops {
	display: block;
}
