/* Fonts
********************************************************************/
@font-face {
	font-family: 'GothamNarrowLight';
	src: url('fonts/gothamnarrow-light.eot');
	src: url('fonts/gothamnarrow-light.eot?#iefix') format('embedded-opentype'), url('fonts/gothamnarrow-light.woff') format('woff'), url('fonts/gothamnarrow-light.ttf') format('truetype'), url('fonts/gothamnarrow-light.svg#GothamNarrowLight') format('svg');
	font-weight:normal; font-style:normal;
}
@font-face {
	font-family: 'GothamNarrow-Medium';
	src: url('fonts/GothamNarrow-Medium.eot');
	src: url('fonts/GothamNarrow-Medium.eot?#iefix') format('embedded-opentype'), url('fonts/GothamNarrow-Medium.woff') format('woff'), url('fonts/GothamNarrow-Medium.ttf') format('truetype'), url('fonts/GothamNarrow-Medium.svg#GothamNarrow-Medium') format('svg');
	font-weight:normal; font-style:normal;
}
@font-face {
	font-family: 'GothamNarrow-Bold';
	src: url('fonts/GothamNarrow-Bold.eot');
	src: url('fonts/GothamNarrow-Bold.eot?#iefix') format('embedded-opentype'), url('fonts/GothamNarrow-Bold.woff') format('woff'), url('fonts/GothamNarrow-Bold.ttf') format('truetype'), url('fonts/GothamNarrow-Bold.svg#GothamNarrow-Bold') format('svg');
	font-weight:normal; font-style:normal;
}
@font-face {
	font-family: 'GothamNarrow-Book';
	src: url('fonts/GothamNarrow-Book.eot');
	src: url('fonts/GothamNarrow-Book.eot?#iefix') format('embedded-opentype'), url('fonts/GothamNarrow-Book.woff') format('woff'), url('fonts/GothamNarrow-Book.ttf') format('truetype'), url('fonts/GothamNarrow-Book.svg#GothamNarrow-Book') format('svg');
	font-weight:normal; font-style:normal;
}


/* Reset Styles
********************************************************************/
* {
	margin:0;
	padding:0;
}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
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 {
	border:none;
	vertical-align:baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section { display:block; }
body {
	width:100%;
	background-color:#fff;
	font:normal 14px/1.3 Arial, Helvetica, sans-serif;
	color:#000;
}
h1, h2, h3, h4, h5, h6 { font-weight:normal; }
h1 {
	padding:20px 0;
	font-size:36px;
}
h2 {
	padding:15px 0;
	font-size:28px;
}
h3 {
	padding:10px 0;
	font-size:20px;
}
p { padding:5px 0; }
a { text-decoration:none; }
a:hover {
	color:#f0f;
	text-decoration:none;
}
a:active {
	color:#00f;
	text-decoration:none;
}
input, select, textarea {
	background-color:#fff;
	font:normal 14px/1 Arial, Helvetica, sans-serif;
	border:none;
}
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;
}


/* Global Styles
********************************************************************/
html,
body {
	width:100%;
	height:100%;
}
body {
	overflow-y:scroll;
	background-color:#e0eebb;
	color:#e0eebb;
}
body.dark-bg {
	background-color:#25393a;
	cursor:pointer;
}
.float-left { float:left; }
.float-right { float:right; }
.disable-hover,
.disable-hover * {
	pointer-events:none !important;
}
.fancybox-skin {
	background-color:#e0eebb;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
}
#preloader {
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:#e0eebb url("../images/page-preloader.gif") no-repeat 50% 50%;
	z-index:9999;
}
#wrapper {
	margin:0 auto;
	width:890px;
}
.clearfix:after {
	content:".";
	display:block;
	clear:both;
	visibility:hidden;
	line-height:0;
	height:0;
}

/* Header
********************************************************************/
#header {
	padding:7.2% 0 2.8%;
	overflow:hidden;
}

/* Logo ------------------------------*/
#header .logo {
	padding:0;
	font-family: 'GothamNarrow-Bold';
	font-size:55px;
}
.logo a { color:#2f3d3e; }
.logo span { color:#677261; }

/* Navigation ------------------------------*/
#nav {
	padding-top:16px;
	overflow:hidden;
	text-align:center;
}
#nav li {
	margin-left:10px;
	width:60px;
	float:left;
	background-color:#2f3d3e;
}
#nav li.active,
#nav li.hover { background-color:transparent; }
#nav li.not-hover { background-color:#2f3d3e; }
#nav a {
	display:block;
	color:#2f3d3e;
	font-size:16px;
	line-height:1;
	font-family: 'GothamNarrow-Bold';
}


/* Content
********************************************************************/
#content { position:relative; }

/* Common Layout ---------------------- */
#content .msnry {
	display:block;
	margin-bottom:10px;
	width:215px;
	height:215px;
	overflow:hidden;
	background-color:#2f3d3e;
}
#content .msnry.wide { width:440px; }
#content div.msnry.wide:first-child { background-color:transparent; }
#content div.msnry.wide:first-child > * {
	display:block;
	position:absolute;
	top:0;
	left:0;
}
#content div.msnry.wide:first-child > div {
	left:auto;
	right:0;
	width:215px;
	height:215px;
	overflow:hidden;
	background-color:#2f3d3e;
}
#content .msnry img {
	display:block;
	width:100%;
}

/* Text Styles */
#content .top-text,
#content .bottom-text {
	display:block;
	padding:0;
	position:absolute;
	left:18px;
	font-family: 'GothamNarrow-Bold';
	/*text-transform:uppercase;*/
	line-height:1.1;
	font-size:20px;
	color:#e0eebb;
}
#content .top-text { top:18px; }
#content .bottom-text { bottom:18px; }
#content .bottom-text.big-size { font-size:48px; }
#content .bottom-text.medium-size { font-size:36px; }
.msnry h2 { /* .msnry .top-text h2 */
	padding:0;
	font-family: 'GothamNarrow-Bold';
	font-size:20px;
	line-height:1.1;
	text-transform:uppercase;
}
.msnry p { /* .msnry .top-text p, .msnry .bottom-text p */
	padding:8px 18px 0 0;
	font-family: 'GothamNarrow-Book';
	font-size:13px;
	line-height:1.1;
}

/* Back Button */
#content .back-button {
	width:207px;
	height:207px;
	background-color:#e0eebb;
	color:#2f3d3e;
	text-align:center;
	text-transform:uppercase;
	font-family: 'GothamNarrow-Bold';
	font-size:56px;
	line-height:207px;
	color:#2f3d3e;
	border:4px solid #2f3d3e;
}

/* Painting Availability */
#content .availability {
	position:absolute;
	padding-left:20px;
	top:-30px;
	left:20px;
	width:0px;
	height:20px;
	overflow:hidden;
	white-space:nowrap;
	color:#000;
	line-height:21px;
	font-size:13px;
	font-family: 'GothamNarrow-Medium';
	-webkit-border-radius:20px;
	-moz-border-radius:20px;
	border-radius:20px;
}
#content .availability.yes { background:#e0eebb url("../images/availability-yes.png") no-repeat; }
#content .availability.no { background:#e0eebb url("../images/availability-no.png") no-repeat; }


/* Homepage Slogan ---------------------- */
#content .slogan { padding-top:18%; }
.slogan h2 {
	padding:0;
	font-family: 'GothamNarrow-Bold';
	font-size:118px;
	line-height:1;
	color:#000;
}
.slogan span.changeable-color { color:#d3e5f7; }
.slogan h3 {
	padding:0 0 25px;
	font-family: 'GothamNarrow-Bold';
	font-size:24px;
	text-transform:uppercase;
	color:#e0eebb;
}

/* About -------------------------------------------*/
.content-resize.two,
.content-resize.four { background-color:#25393a; }
.content-resize > div {
	margin:0 auto;
	padding:54px 0 56px;
	width:790px;
}
.content-resize .black-color { color:#233738; }
.content-resize h2,
.content-resize p {
	padding:0;
	color:#25393a;
	font-family: 'GothamNarrow-Bold';
}
.content-resize h2 {
	text-align:center;
	line-height:1;
}
.content-resize p {
	font-size:22px;
	line-height:1.2;
	text-align:justify;
}
.content-resize.two h2,
.content-resize.four h2,
.content-resize.two p,
.content-resize.four p { color:#e0eebb; }
.content-resize.one h2 {
	margin:13px 0 15px -15px;
	font-size:224px;
	letter-spacing:-3px;
}
.content-resize.two h2 {
	margin:-65px 0 35px 0;
	font-size:450px;
}
.content-resize.three h2 {
	margin:273px 0 170px 0;
	font-size:12px;
}
.content-resize.three p {
	margin-bottom:-2px;
	font-size:24px;
}
.content-resize.four h2 {
	margin:138px 0 27px;
	font-size:55px;
	text-align:left;
	line-height:1.1;
}
.content-resize.four h2.logo { margin:55px 0 0; }
.content-resize.four h2 span { color:#879377; }
.content-resize a[href^="mailto:"] { color:#e0eebb; }
.content-resize.five,
.content-resize.six {
	display: none;
	margin:100px 0;
	background-color:#b2d235;
}
.content-resize.six { margin-bottom: 150px; }
.content-resize.five * { text-align:right; }
.content-resize.five > div,
.content-resize.six > div {
	position:relative;
	width:890px;
}
.content-resize.five > div { padding-top:80px; }
.content-resize.five h2 {
	position:absolute;
	right:0;
	font-size: 120px;
	line-height:0.7;
}
.content-resize.five h2.top {
	bottom:100%;
	color:#b2d235;
}
.content-resize.five h2.bottom {
	top:0;
	color:#fff;
}
.content-resize.five h3 {
	padding:4%;
	font-size:40px;
	color:#fff;
}
.content-resize.five p,
.content-resize.six p {
	padding:20px 8%;
	font-family: 'GothamNarrowLight';
}
.content-resize.six .float-left {
	width:70%;
}
.content-resize.six .float-left * { text-align:right; }
.content-resize.six .float-right {
	width:26%;
}
.content-resize.six h2 {
	padding-bottom:120px;
	font-size:26px;
	text-align:left;
}
.content-resize.six h2 span {
	color:#fff;
}
.content-resize.six h3 {
	font-size:24px;
	color:#25393a;
}
.content-resize.six .float-right h3 {
	color:#fff;
}
.content-resize.six p {
	padding:20px 0;
}
.content-resize.six .portrait {
	position:absolute;
	left:74%;
	top:75%;
	width:28.87%;
}
.content-resize.six .portrait img {
	display:block;
	width:100%;
}
.content-resize.four img {
	margin-top: 80px;
	display:block;
	width:100%;
}

/* Media Queries
********************************************************************/
@media all and (max-width:900px) {
	#wrapper { width:440px; }
	#header .logo { font-size:34px; }
	#nav { padding-top:8px; }
	.slogan h2 { font-size:60px; }
	.content-resize > div {
		padding:34px 0 36px;
		width:380px;
	}
	.content-resize p { font-size:16px; }
	.content-resize.one h2 {
		margin:20px 0 25px -7px;
		font-size:105px;
		letter-spacing:0px;
	}
	.content-resize.two h2 {
		margin-top:-40px;
		font-size:300px;
	}
	.content-resize.three h2 { margin:90px 0; }
	.content-resize.three p { font-size:18px; }
	.content-resize.four h2 {
		margin:90px 0 45px;
		font-size:26px;
	}
	.content-resize.four h2.logo { margin:40px 0 0; }
	.content-resize.six { margin-bottom:80px; }
	.content-resize.five > div,
	.content-resize.six > div {
		padding: 54px 0 56px;
	}
	.content-resize.five > div { padding-top:80px; }
	.content-resize.five > div,
	.content-resize.six > div { width: 90%; }
	.content-resize.six .float-left {
		width:60%;
	}
	.content-resize.six .float-right {
		width:36%;
	}
	.content-resize.six h3 {
		font-size:20px;
	}
	.content-resize.six p {
		padding:20px 0 20px 15%;
	}
	.content-resize.six .portrait {
		left:64%;
	}
}

@media all and (max-width:740px) {
	.content-resize.six .float-left,
	.content-resize.six .float-right {
		width:100%;
		float:none;
	}
	.content-resize.six .float-left {
		margin-bottom:30px;
	}
	.content-resize.six .portrait {
		width:50%;
		left:50%;
	}
}