/*
Theme Name: Enter the name of our WordPress Theme
Theme URI: http://swelldesign.com.au/
Description: A description of our theme
Author: Swell Design Group
Version: 1.0
Tags: black and white,swell,crisp,html5,awesome
*/

/**
COLOURS
-------
#993300		- Red
#ccc		- Light Grey - used for body text
#000		- Pretty sure you know this one
#282828		- Dark Grey - used for backgrounds
#fff		- And this one too

SECTIONS
All sections are prefixed with an =
--------
RESET		- resets any of the browser's preconceived ideas of what an element should look like.
STRUCTURE	- structural elements
NAVIGATION	- Navigation elements
FORMS		- Forms
TABLES		- Tables
CONTENT		- inline elements and other content
MISC		- anything else
MEDIA		- additional media queries

NOTES
-------
*/

@charset "UTF-8";

/**
*=RESET
*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, figure, footer, header, hgroup, menu, nav, section, menu,
time, mark, audio, video {
  margin:0;
  padding:0;
  border:0;
  outline:0;
  font-size:100%;
  vertical-align:baseline;
  background:transparent;
}
article, aside, figure, footer, header, hgroup, nav, section { display:block; }
nav ul {
	list-style:none;
}

blockquote, q { quotes:none; }
blockquote:before, blockquote:after, q:before, q:after { content:''; content:none; }
p {
	padding-bottom: 8px;
}
.first {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFF;
	padding-top: 20px;
	margin-top: 20px;
}
.last {
	padding-bottom: 20px;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	margin-bottom: 20px;
}
a {
	margin:0;
	padding:0;
	vertical-align:baseline;
	background:transparent;
	color: #000;
	text-decoration: none;
	font-weight: normal;
}
.one_column ul li a {
	font-weight: bold;
	padding-bottom: 10px;
}
a:hover {
	margin:0;
	padding:0;
	vertical-align:baseline;
	background:transparent;
	text-decoration: underline;
}
ins { background-color:#ff9; color:#000; text-decoration:none; }
mark { background-color:#ff9; color:#000; font-style:italic; font-weight:bold; }
del { text-decoration: line-through; }
abbr[title], dfn[title] { border-bottom:1px dotted #000; cursor:help; }
table { border-collapse:collapse; border-spacing:0; }
hr { display:block; height:1px; border:0; border-top:1px solid #ccc; margin:1em 0; padding:0; }
input, select { vertical-align:middle; }

body { *font-size:small; *font:x-small;
	line-height:1.22;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}
table { font-size:inherit; font:100%; }
select, input, textarea { font:99% sans-serif; }
pre, code, kbd, samp { font-family: monospace, sans-serif; }

body, select, input, textarea { color:#3c3c3c; }
h1 {
	font-family: 'BebasNeueRegular', Arial, sans-serif;
	font-size: 35px;
	color: #E9582D;
	font-weight: normal;
	padding-bottom: 10px;
}
h1,h2,h3,h4,h5,h6 {
	text-rendering: optimizeLegibility;
}

a:hover, a:active { outline: none; }
ul {
	margin-left:0px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
li {
	margin: 0px;
	color: #000;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	list-style-type: none;
}
ol { margin-left:30px; list-style-type: decimal; }
small { font-size:85%; }
strong, th { font-weight: bold; }
td, td img { vertical-align:top; }
sub { vertical-align: sub; font-size: smaller; }
sup { vertical-align: super; font-size: smaller; }

pre { padding: 15px; white-space: pre; white-space: pre-wrap; white-space: pre-line; word-wrap: break-word; }

input[type="radio"] { vertical-align: text-bottom; }
input[type="checkbox"] { vertical-align: bottom; *vertical-align: baseline; }
.ie6 input { vertical-align: text-bottom; }
label, input[type=button], input[type=submit], button { cursor: pointer; }

::-moz-selection{ background: #4b9abf; color:#fff; text-shadow: none; }
::selection { background:#4b9abf; color:#fff; text-shadow: none; }

html { overflow-y: scroll; }
button {  width: auto; overflow: visible; }
.ie7 img { -ms-interpolation-mode: bicubic; }


/**
*=STRUCTURE
*/

html {
	display: block;
	position: relative;
	height: 100%;
	margin: 0px;
	padding: 0px;
}

body {
	display: block;
	position: relative;
	min-height: 100%;
	margin: 0 auto;
	padding: 0 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
}

header {
	display: block;
	width: 100%;
	color: #fff;
	text-align: center;
	height: 120px;
	background-image: url(images/header_logo.gif);
	background-repeat: no-repeat;
	background-position: center 56px;
}

footer {
	display: block;
	width: 100%;
	color: #000;
	left: 0px;
	bottom: 0px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.current {
	cursor: default;
	color: #E9511F!important;
	text-decoration: none;
	font-weight: bold;
}

#content {
	display: block;
	position: relative;
	height: auto;
	min-height: 300px; /* Footer height + margins */
	overflow: auto;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}
#content_home {
	display: block;
	position: relative;
	height: 595px;
	min-height: 300px; /* Footer height + margins */
	overflow: auto;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
	padding-right: 10;
	padding-bottom: 0px;
	padding-left: 10;
	background-image: url(images/image_home.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	background-color: #FFF;
}
#content_architect {
	display: block;
	position: relative;
	height: 595px;
	min-height: 300px; /* Footer height + margins */
	overflow: auto;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
	padding-right: 10;
	padding-bottom: 0px;
	padding-left: 10;
	background-image: url(images/image_architect.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	background-color: #FFF;
}
#content_apartment {
	display: block;
	position: relative;
	height: 595px;
	min-height: 300px; /* Footer height + margins */
	overflow: auto;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
	padding-right: 10;
	padding-bottom: 0px;
	padding-left: 10;
	background-image: url(images/image_apartments.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	background-color: #FFF;
}
#content_developer {
	display: block;
	position: relative;
	height: 595px;
	min-height: 300px; /* Footer height + margins */
	overflow: auto;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
	padding-right: 10;
	padding-bottom: 0px;
	padding-left: 10;
	background-image: url(images/image_developer.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	background-color: #FFF;
}
#content_designer {
	display: block;
	position: relative;
	height: 595px;
	min-height: 300px; /* Footer height + margins */
	overflow: auto;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
	padding-right: 10;
	padding-bottom: 0px;
	padding-left: 10;
	background-image: url(images/image_designer.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	background-color: #FFF;
}
#content_lifestyle {
	display: block;
	position: relative;
	height: 595px;
	min-height: 300px; /* Footer height + margins */
	overflow: auto;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
	padding-right: 10;
	padding-bottom: 0px;
	padding-left: 10;
	background-image: url(images/image_lifestyle.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	background-color: #FFF;
}
#content_contact {
	display: block;
	position: relative;
	height: 595px;
	min-height: 300px; /* Footer height + margins */
	overflow: hidden;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
	padding-right: 10;
	padding-bottom: 0px;
	padding-left: 10;
	background-image: url(images/image_contact.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	background-color: #FFF;
}
#content_investment {
	display: block;
	position: relative;
	height: 595px;
	min-height: 300px; /* Footer height + margins */
	overflow: auto;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
	padding-right: 10;
	padding-bottom: 0px;
	padding-left: 10;
	background-image: url(images/image_investment.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	background-color: #FFF;
}
#content_development {
	display: block;
	position: relative;
	height: 595px;
	min-height: 300px; /* Footer height + margins */
	overflow: auto;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
	padding-right: 10;
	padding-bottom: 0px;
	padding-left: 10;
	background-image: url(images/image_development.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	background-color: #FFF;
}
#content_location {
	display: block;
	position: relative;
	height: 595px;
	min-height: 300px; /* Footer height + margins */
	overflow: auto;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
	padding-right: 10;
	padding-bottom: 0px;
	padding-left: 10;
	background-image: url(images/image_location.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	background-color: #FFF;
}
#image-Scroll {
	height: 400px;
	width: 960px;
	margin-bottom: 30px;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #000;
	padding-bottom: 5px;
}
#footer_content ul li {
	list-style: none;
	padding-bottom: 2px;
	padding-left: 0px;
}
#footer_content {
	width: 960px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 20px;
	padding-bottom: 20px;
	height: 100px;
	background-image: url(images/footer_border.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
.footer_column {
	float: left;
	width: 170px;
	padding-right: 20px;
}
.footer_column h1 {
	color: #999;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
	padding-top: 10px;
	padding-bottom: 5px;
	text-transform: uppercase;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.footer_column h2 {
	padding-top: 5px;
	text-transform: uppercase;
	font-size: 10px;
	letter-spacing: -1px;
}
#footer_content img {
	float: right;
	padding-right: 0px;
	padding-left: 30px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCC;
	margin-top: 15px;
	margin-left: 30px;
}
.phone {
	font-size: 22px;
	color: #EB5219 !important;
	padding-top: 0px;
	font-weight: normal;
	margin-top: -5px;
	padding-bottom: 0px;
	margin-bottom: 0px;
}
.phone a {
	font-size: 22px;
	color: #EB5219 !important;
	padding-top: 0px;
	font-weight: normal;
	margin-top: -5px;
	padding-bottom: 0px;
	margin-bottom: 0px;
}

#content .primary,
#content .secondary
{
	display: block;
	position: relative;
	margin: 0px;
	padding: 0px;
}

#content .primary
{
	float: left;
	width: 960px;
	margin: 0px;
	padding: 0px;
}

#content .secondary
{
	float: right;
	width: 240px;
	padding: 0px;
	background-color: #ccc;
	border: 1px solid #aaa;
	margin: 0px 0px 20px;
}
.entry-title {
	font-family: 'BebasNeueRegular', Arial, sans-serif;
	font-size: 53px;
	line-height: 44px;
	color: #000;
	padding-bottom: 10px;
	font-weight: normal;
}
.breakout {
	font-family: 'BebasNeueRegular', Arial, sans-serif;
	font-size: 44px;
	line-height: 44px;
	color: #F04E22;
	background-color: #000;
	display: inline;
	margin-left: 0px;
	float: left;
	margin-bottom: 1px;
	height: 30px;
	padding-right: 5px;
	padding-left: 5px;
	margin-top: 0px;
	margin-right: 0px;
	clear: left;
}

.breakout span {
	color: #FFF;
}

.breakout_body {
	font-family: 'BebasNeueRegular', Arial, sans-serif;
	font-size: 24px;
	line-height: 22px;
	color: #000;
	font-weight: normal;
	font-style: normal;
	background-color: #FFF;
	display: inline;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 4px;
	padding-right: 4px;
	margin: 0px;
}
.entry-title span {
	color: #E65328;
}
.one_column {
	float: left;
	width: 225px;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #000;
	padding-bottom: 10px;
	margin-right: 20px;
}
.one_column_last {
	float: left;
	width: 225px;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #000;
	padding-bottom: 10px;
}
.one_column img , .one_column_last img{
	padding-bottom: 20px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
}
.one_column h2 {
	background-color: #000;
	color: #FFF;
	font-size: 12px;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 2px;
	margin-bottom: 10px;
	margin-top: 20px;
	text-transform: uppercase;
}
.one_column ul li {
	margin-left: 15px;
	list-style-type: square;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
}
.two_column {
	float: left;
	width: 470px;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #000;
	padding-bottom: 10px;
	margin-right: 20px;
}
.two_column_image {
	float: left;
	width: 470px;
	padding-bottom: 20px;
	margin-right: 20px;
	padding-top: 20px;
	padding-left: 20px;
}
.two_column_body {
	width: 400px;
	background-color: #000;
	color: #FFF;
	margin-left: 20px;
	padding: 20px;
	float: left;
	position: absolute;
	left: -3px;
	bottom: 5px;
}
#one_column {
	width: 225px;
}
#one_column_inner {
	width: 255px;
	float: left;
	padding-right: 20px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFF;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	height: 220px;
	padding-top: 15px;
	margin-bottom: 10px;
}
#one_column_wide {
	width: 550px;
}
.two_column_body p {
	padding-bottom: 7px;
}
.two_column_body ul li {
	color: #FFF;
	list-style-type: square;
	padding-left: 0px;
	margin-left: 15px;
}
.two_column_last {
	width: 470px;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #000;
	padding-bottom: 10px;
	float: left;
}
.three_column_last {
	float: left;
	width: 715px;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #000;
	padding-bottom: 10px;
}
.orange {
	color: #E65328;

}
.grey {
	color: #989898;
}
.black {
	color: #000;
}


/**
*=NAVIGATION
*/

nav.primary {
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	width: 960px;
	margin-top: 0px;
	clear: none;
	margin-bottom: 0px;
	padding: 0px;
	height: 41px;
	background-image: url(images/nav_BG.gif);
	background-position: 900px 0px;
	background-repeat: no-repeat;
}
nav.primary ul {
	background-position: 900px 0px;
	background-repeat: no-repeat;
}

nav.primary ul li  {
	display: inline;
	font-size: 22px;
	font-family: 'BebasNeueRegular', Arial, sans-serif;
	color: #000;
	margin-right: 2px;
	margin-bottom: 0px;
	margin-left: 0px;
	line-height: 44px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px!important;
	padding-left: 0px;
	margin-top: 0px;
}
nav.primary ul li a {
	padding-top: 8px;
	padding-right: 14px;
	padding-bottom: 6px;
	padding-left: 14px;
	background-color: #000;
	background-image: url(images/nav_rollover.gif);
	color: #FFF;
	background-position: 0px 0px;
}
nav.primary ul li a:hover {
	background-color: #EF5318;
	color: #000;
	text-decoration: none;
	background-image: url(images/nav_rollover.gif);
}
.primary ul #home  a{
	background-position: 0px 0px;
}
.primary ul #location a {
	background-position: 0px 0px;
}
.primary ul #location a:hover {
	background-position: 0px -50px;
}
.primary ul #home a:hover {
	background-position: 0px -50px;
}
.primary ul #residences a {
	background-position: -85px 0px;
	padding-left: 16px;
	padding-right: 16px;
}
.primary ul #residences a:hover {
	background-position: -85px -50px;
}
.primary ul #lifestyle a {
	background-position: -225px 0px;
}
.primary ul #lifestyle a:hover {
	background-position: -225px -50px;
}
.primary ul #team a {
	background-position: -350px 0px;
}
.primary ul #team a:hover {
	background-position: -350px -50px;
}
.primary ul #investment a {
	background-position: -500px 0px;
}
.primary ul #development a {
	background-position: -500px 0px;
}
.primary ul #investment a:hover {
	background-position: -500px -50px;
}
.primary ul #development a:hover {
	background-position: -500px -50px;
}
.primary ul #contact a {
	background-position: -800px 0px;
	margin-right: 0px;
	background-color: #000;
}
.primary ul #contact a:hover {
	background-position: -800px -50px;
}
nav.secondary {
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 10px;
	text-align: left;
	width: 960px;
	padding-left: 0px;
	padding-right: 0px;
	background-image: url(images/subnav_BG.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding-top: 8px;
	margin-top: 5px;
	height: 16px;
}
.secondary ul li {
	float: left;
	padding-left: 10px;
	padding-right: 10px;
	background-image: url(images/subnav_key.gif);
	background-repeat: no-repeat;
	background-position: right 0px;
}
.secondary ul li a {
	color: #FFF;
	font-weight: bold;
	text-transform: uppercase;
}
.secondary ul li a:hover {
	color: #ED5724;
}
.level_3 {
	float: left;
	width: 225px;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #000;
	padding-bottom: 10px;
	margin-right: 20px;
	font-weight: bold;
}
.level_3 ul li a {
	font-weight: bold;
	color: #000;
}


/**
*=FORMS
*/

label
{
	display: block;
}

.ie6 input
{
	font-size: 11px;
}

/**
*=TABLES
*/


/**
*=CONTENT
*/
aside
{
	display: block;
	position: relative;
	float: right;
	width: 200px;
	margin: 20px 0 20px 20px;
	background-color: #444;
	color: #fff;
}

/**
*=MISC
*/

.300px_wide {
width: 300px !important;
}


.ir { display:block; text-indent:-999em; overflow:hidden; background-repeat: no-repeat; }
.hidden { display:none; visibility:hidden; }
.visuallyhidden { position:absolute !important; clip: rect(1px 1px 1px 1px); clip: rect(1px, 1px, 1px, 1px); }
.invisible { visibility: hidden; }
.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.clearfix { display: inline-block; }
* html .clearfix { height: 1%; }
.clearfix { display: block; }

.edit-link a
{
	display: block;
	position: fixed;
	bottom: 5px;
	right: 10px;
	padding: 5px 20px 5px 35px;
	background: #dedede url(images/icon_edit_18px.png) no-repeat 10px 4px;
	color: #666;
	text-shadow: rgba(255, 255, 255, 0.7) 0px 1px 1px;
	z-index: 1000;
	text-transform: lowercase;

	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;

	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	box-shadow: 0 1px 3px rgba(0,0,0,0.5);
}

.edit-link a:active
{
	margin-top: 2px;
	-webkit-box-shadow: 0 -1px 1px rgba(0,0,0,0.4);
	-moz-box-shadow: 0 -1px 1px rgba(0,0,0,0.4);
	box-shadow: 0 -1px 1px rgba(0,0,0,0.4);
}

/**
*=MEDIA
*/
/*
 * print styles
 */
@media print {
  * { background: transparent !important; color: #444 !important; text-shadow: none; }
  a, a:visited { color: #444 !important; text-decoration: underline; }
  a:after { content: " (" attr(href) ")"; }
  abbr:after { content: " (" attr(title) ")"; }
  .ir a:after { content: ""; }  /* Don't show links for images */
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  img { page-break-inside: avoid; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3{
	page-break-after: avoid;
}
}

@media all and (orientation:portrait) {

}

@media all and (orientation:landscape) {

}

/* Grade-A Mobile Browsers */
@media screen and (max-device-width: 480px) {
  html { -webkit-text-size-adjust:none; -ms-text-size-adjust:none; }
}
.secondary ul .current {
	color: #F04E22;
}
.two_column_body a {
	color: #F04E22;
}
.disclaimer {
	color: #999;
	font-size: 9px;
}
.padding_top {
	padding-top: 20px!important;
}
.aparment_captions {
	font-size: 14px;
	padding-bottom: 0px;
	padding-top: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	line-height: 17px;
}
.one_column a {
	padding-top: 10px!important;
	color: #D75328;
	font-weight: bold;
	text-transform: uppercase;
	float: left;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000;
	margin-top: 10px;
	width: 225px;
}
.tab_content {
	float: left;
}
#one_column_head {
	padding-bottom: 20px;
}

.Now_open {
position: absolute;
right: 15px;
top: 15px;
}


 /**
  * REDIRECT
  */

	#pier-redirect {
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		background-color: rgba( 0, 0, 0, 0.8 );
		z-index: 100000;
	}

	#pier-redirect .wrapper {
		position: relative;
		width: 350px;
		height: 400px;
		margin: 290px auto 0;
		background-image: url('grey-text.png');
		text-indent: -1000000px;
	}

	#pier-redirect .wrapper .logo,
	#pier-redirect .wrapper .logo a {
		display: block;
		width: 106px;
		height: 106px;
		margin: 0 auto;
		text-indent: -1000000px;

		transition: transform 100ms ease-in-out;
	}

	#pier-redirect .wrapper .logo {
		position: absolute;
		top: 208px;
		left: 0;
		right: 0;
	}

	#pier-redirect .wrapper .logo a {
		background-image: url('grey-logo.png');
		background-image: url('grey-logo.svg');
	}

	#pier-redirect .wrapper .logo a:active,
	#pier-redirect .wrapper .logo a:focus,
	#pier-redirect .wrapper .logo a:hover {
		transform: scale(1.1)
	}

