/* ==========================================================================
   HTML5 Boilerplate styles - h5bp.com (generated via initializr.com)
   ========================================================================== */

* { 
	-webkit-box-sizing:  border-box; 
	-moz-box-sizing: border-box; 
	box-sizing:  border-box; 
}

html,
button,
input,
select,
textarea {
    color: #222;
}

body {
    font-size: 1em;
	-webkit-text-size-adjust: 100%;
    line-height: 1.4;
	text-shadow: 2px 2px 3px #000;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

img {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}


/* ===== Initializr Styles ==================================================
   Author: Jonathan Verrecchia - verekia.com/initializr/responsive-template
   ========================================================================== */

body {
	font-family: Source Sans Pro,Arial,Helvetica,sans-serif;
	font-weight: 300;
	font-size: 12pt;
	color: #eee;
}

.wrapper {
    width: 90%;
    margin: 0 5%;
}

/* ===================
    ALL: Orange Theme
   =================== */

.header-container {
    border-bottom: 20px solid #e44d26;
}

.footer-container,
.main aside {
    border-top: 20px solid #e44d26;
}

.header-container,
.footer-container,
.main aside {
    background: #f16529;
}

.title {
    color: white;
}

/* ==============
    MOBILE: Menu
   ============== */

nav ul {
    margin: 0;
    padding: 0;
}

nav a {
    display: block;
    margin-bottom: 10px;
    padding: 15px 0;

    text-align: center;
    text-decoration: none;
    font-weight: bold;

    color: white;
    background: #e44d26;
}

nav a:hover,
nav a:visited {
    color: white;
}

nav a:hover {
    text-decoration: underline;
}

/* ==============
    MOBILE: Main
   ============== */

.main {
    padding: 30px 0;
}

.main article h1 {
    font-size: 2em;
}

.main aside {
    color: white;
    padding: 0px 5% 10px;
}

.footer-container footer {
    color: white;
    padding: 20px 0;
}

/* ===============
    ALL: IE Fixes
   =============== */

.ie7 .title {
    padding-top: 20px;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

@font-face {
	font-family: estilo;
	src: url(estilo.ttf);
}

html,body {
	overflow-y: hidden;
	transition: opacity 400ms ease 0s;
}

html {
	height: 100%;
	width: 100%;
	overflow: hidden;
}

body {
/*	position: absolute; */
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: #3f3f3f;
}

div.viewport {
	height: 100%;
	width: 100%;
	margin: 0;
	position: absolute;
}

div.viewport {
	overflow: hidden;
}

#slider {
	width: 100%;
	height: 100%;
	position: absolute;
}

.portfolio-slide {
	width: 100%;
	height: 100%;
	overflow: hidden;
	padding: 50px 70px 0;
}

.slide-title {
	postion: absolute;
	top: 50;
	left: 0;
	right: 0;
	text-align: center;
	padding: 0;
}

.narrow-right-column {
	width: 275px;
	min-width: 275px;
	height: 100%;
	padding: 10px 0 0 15px;
	float: right;
	display: table-cell;
	vertical-align: top;
}

.narrow-left-column {
	width: 27%;
	padding: 50px 0 0 25px;
}

#intro-div {
	text-align: center;
}

.intro-wrapper {
	margin: 0 auto;
	display: inline-block;
	text-align: left;
}

.intro-right-column {
	width: 630px;
	padding: 24px 0 0 0;
	vertical-align: top;
	display: table-cell;
}

.intro-left-column {
	width: 375px;
	height: 100%;
	padding: 15px 15px 0;
	vertical-align: top;
	display: table-cell;
}

#su-photo {
	padding: 25px 0 30px 15px;
	background-size: contain;
	width: 630px;
	height: 419px;
}

.quote-su {
	font-style: italic;
	font-size: 15pt;
	width: 630px;
}

.narrow-right-column p,.narrow-left-column p {
	margin: 0 1em 1em 0;
}

.wide-left-column {
	width: 100%;
	padding: 15px 15px 0;
	vertical-align: top;
	display: table-cell;
}

.column-wrapper {
	display: table-row;
}

.wide-right-column {
	width: 73%;
	position: absolute;
	top: 0%;
	left: 27%;
	height: 100%;
	padding: 50px 0 0;
}

#intro-div,.placeholder,#portfolio-charlies {
	background: #555555; /* Old browsers */
	background: -moz-linear-gradient(left,  #555555 0%, #000000 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#555555), color-stop(100%,#000000)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  #555555 0%,#000000 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  #555555 0%,#000000 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  #555555 0%,#000000 100%); /* IE10+ */
	background: linear-gradient(to right,  #555555 0%,#000000 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#555555', endColorstr='#000000',GradientType=1 );
}

#portfolio-div {
	background: #8496b2; /* Old browsers */
	background: -moz-linear-gradient(left,  #8496b2 0%, #4b5666 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#8496b2), color-stop(100%,#4b5666)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  #8496b2 0%,#4b5666 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  #8496b2 0%,#4b5666 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  #8496b2 0%,#4b5666 100%); /* IE10+ */
	background: linear-gradient(to right,  #8496b2 0%,#4b5666 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8496b2', endColorstr='#4b5666',GradientType=1 );
}

#portfolio-palosverdes {
	background: #b72724; /* Old browsers */
	background: -moz-linear-gradient(left,  #b72724 0%, #5b0100 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#b72724), color-stop(100%,#5b0100)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  #b72724 0%,#5b0100 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  #b72724 0%,#5b0100 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  #b72724 0%,#5b0100 100%); /* IE10+ */
	background: linear-gradient(to right,  #b72724 0%,#5b0100 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b72724', endColorstr='#5b0100',GradientType=1 );
}

#portfolio-willet {
	background: #cca576; /* Old browsers */
	background: -moz-linear-gradient(left,  #cca576 0%, #725d42 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#cca576), color-stop(100%,#725d42)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  #cca576 0%,#725d42 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  #cca576 0%,#725d42 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  #cca576 0%,#725d42 100%); /* IE10+ */
	background: linear-gradient(to right,  #cca576 0%,#725d42 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cca576', endColorstr='#725d42',GradientType=1 );
}

#portfolio-keilhacker {
	background: #5d896a; /* Old browsers */
	background: -moz-linear-gradient(left,  #5d896a 0%, #2f4636 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#5d896a), color-stop(100%,#2f4636)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  #5d896a 0%,#2f4636 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  #5d896a 0%,#2f4636 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  #5d896a 0%,#2f4636 100%); /* IE10+ */
	background: linear-gradient(to right,  #5d896a 0%,#2f4636 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5d896a', endColorstr='#2f4636',GradientType=1 ); /* IE6-9 */
}

#portfolio-bergman {
	background: #cc534b; /* Old browsers */
	background: -moz-linear-gradient(left,  #cc534b 0%, #662825 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#cc534b), color-stop(100%,#662825)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  #cc534b 0%,#662825 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  #cc534b 0%,#662825 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  #cc534b 0%,#662825 100%); /* IE10+ */
	background: linear-gradient(to right,  #cc534b 0%,#662825 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc534b', endColorstr='#662825',GradientType=1 ); /* IE6-9 */
}

#portfolio-derby {
	background: #2e55b2; /* Old browsers */
	background: -moz-linear-gradient(left,  #2e55b2 0%, #172b59 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#2e55b2), color-stop(100%,#172b59)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  #2e55b2 0%,#172b59 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  #2e55b2 0%,#172b59 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  #2e55b2 0%,#172b59 100%); /* IE10+ */
	background: linear-gradient(to right,  #2e55b2 0%,#172b59 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2e55b2', endColorstr='#172b59',GradientType=1 ); /* IE6-9 */
}

#bio-div {
}

div.bio {
	display: inline-block;
	text-align: center;
}

div.bio div {
    -webkit-column-count: 2;
    -moz-column-count: 2;
	column-count: 2;
	max-width: 720px;
	display: inline-block;
	text-align: left;
	vertical-align: top;
}

div.resume {
    -webkit-column-count: 2;
    -moz-column-count: 2;
	column-count: 2;
	max-width: 720px;
	display: inline-block;
	text-align: left;
	vertical-align: top;
	margin: 25px 0 0;
}

#resume-div {
	text-align: center;
}

.space {
	margin-bottom: 30px!important;
}

#contact-div,p.thankyou {
	background: #d19243; /* Old browsers */
	background: -moz-linear-gradient(left,  #d19243 0%, #664721 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#d19243), color-stop(100%,#664721)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  #d19243 0%,#664721 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  #d19243 0%,#664721 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  #d19243 0%,#664721 100%); /* IE10+ */
	background: linear-gradient(to right,  #d19243 0%,#664721 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d19243', endColorstr='#664721',GradientType=1 ); /* IE6-9 */
}

#thankyou {
	text-align: center;
	display: table;
	height: 100%;
	width: 100%;
}

.thankyou {
	display: table-cell;
	vertical-align: middle;
}

.media-wrapper {
	margin: 0 auto;
	display: inline-block;
	text-align: center;
	padding: 20px 0 0;
	width: 100%;
}

.media-array-wrapper {
	vertical-align: top;
	margin: 0 -65px;
}

div.media-button-wrapper {
	display: inline-block;
	vertical-align: top;
	width: 200px;
	margin: 0 0 30px;
	border: none;
}

button.media {
	display: inline-block;
	width: 120px;
	height: 150px;
	background: url(../img/media-sprites-2.png) no-repeat;
	border: none;
	margin: 0 0 15px;
}

.ab17-cover {
	background-position: -0px -0px!important;
}

.ab23-cover {
	background-position: -200px -0px!important;
}

.ab23a-cover {
	background-position: -200px -0px!important;
}

.ab26-cover {
	background-position: -400px -0px!important;
}

.ab40-cover {
	background-position: -600px -0px!important;
}

.ab53-cover {
	background-position: -800px -0px!important;
}

.ab57-cover {
	background-position: -1400px -0px!important;
}

.waa-cover {
	background-position: -1200px -0px!important;
}

.sdmag-cover {
	background-position: -1000px -0px!important;
}

div.slide-1 {
	background-color: #f00;
}

div.slide-2 {
	background-color: #0f0;
}

div.slide-3 {
	background-color: #00f;
}

div.slide-4 {
	background-color: #ff0;
}


div.slide-5 {
	background-color: #0ff;
}

button.photos {
	display: inline-block;
	width: 120px;
	height: 150px;
	background: url(../img/photo-sprites.png) no-repeat;
	border: none;
	margin: 0 0 15px;
}

.baths-cover {
	background-position: -0px -0px!important;
}

.bergman-cover {
	background-position: -200px -0px!important;
}

.keilhacker-cover {
	background-position: -400px -0px!important;
}

.landscapes-cover {
	background-position: -600px -0px!important;
}

.typekit-badge {
	display: none!important;
}

.index-logo {
	bottom: 0;
	height: 460px;
	left: 0;
	margin: auto!important;
	position: absolute;
	right: 0;
	top: 0;
	width: 574px;
}

.logo,h1,h2 {
	color: #FFFFFF;
	font-family: "estilo","estilo-pro",sans-serif;
	font-style: normal;
	text-shadow: 2px 2px 1px #000000;
	margin: 0;
}

.logo,h1.large {
	font-size: 30pt;
	font-weight: 100;
}

h1 {
	font-size: 24pt;
	font-weight: 300;
	text-shadow: 1px 1px 1px #000000!important;
}

h2 {
	font-size: 18pt;
	font-weight: normal;
}

.darkbar {
	background-color: #2f2f2f;
	height: 312px!important;
	width: 100%;
	margin: auto;
	top: 0; left: 0; bottom: 0; right: 0;
	position: absolute;
}

.slide-wrapper {
}

#slide-frame {
	background-color: #3f3f3f;
	height: 100%;
}

.index-frame {
	background: #3f3f3f;
	height: 100%;
	width: 100%;
}

.intro-frame {
	height: 100%;
	width: 100%;
	padding: 30px 0 0;
	overflow: hidden;
}

.visible-slide {
	opacity: 1!important;
}

#index-slideshow {
	position: absolute;
	height: 322px!important;
	width: 572px;
	margin: auto;
	top: 0; left: 0; bottom: 0; right: 0;
	box-shadow: 4px 0px 5px 0px rgba(20,20,20,0.5), 0px 4px 5px 0px rgba(20,20,20,0.5),
				-4px 0px 5px 0px rgba(20,20,20,0.5), 0px -4px 5px 0px rgba(20,20,20,0.5);
	border-radius: 1px;
}

#index-slideshow div {
	height: 322px!important;
	width: 574px;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
}

.first-index-slide {
	background: url(../img/index/slide1.jpg);
}

#navigation-bar {
	position: absolute;
	background: #3f3f3f;
	bottom: 0;
	margin: 0 auto 30px;
	left: 0;
	right: 0;
	text-align: center;
	height: 30px;
	padding: 6px 0 1px;
}

.bottom-navigation {
    position: absolute;
	background: #3f3f3f;
	bottom: 0;
	margin: 0 auto 30px;
	left: 0;
	right: 0;
	text-align: center;
	height: 30px;
	padding: 6px 0 1px;
	z-index: 1000000;
}

.top-navigation {
    position: fixed;
	background-color: rgba(63,63,63,0.6);
	top: 0;
	left: 0;
	right: 0;
	text-align: center;
	height: 30px;
	padding: 2px 0 1px;
	z-index: 1000000;
	opacity: 0;
	font-family: "estilo","estilo-pro",sans-serif!important;
	font-size: 18pt!important;
}

.bottom-navigation a,.top-navigation a,.base-navigation a:visited {
	font-family: "estilo","estilo-pro",sans-serif!important;
	font-size: 18pt!important;
	font-style: normal;
	font-weight: 300;
	text-transform: lowercase;
	color: #ddd;
	text-decoration: none;
	margin: 10px 10px;
	text-shadow: 1px 1px 4px #000000!important;
	outline: none;
}

.bottom-navigation a:hover,.top-navigation a:hover {
	text-decoration: underline;
}

.active-link {
	color: #FFD700!important;
}

.typekit-badge {
/*	display: none!important; */
}

.block {
  text-align: center;
}
 
.block:before {
  content: '';
  display: inline-block;
  height: 100%; 
  vertical-align: middle;
  margin-right: -0.25em; /* Adjusts for spacing */
  background: #800; width: 5px;
}
 
.centered {
  display: inline-block;
  vertical-align: middle;
  padding: 10px 15px;
  border: #a0a0a0 solid 1px;
  background: #f5f5f5;
 }

.slide-gallery img {
	max-width: 100%;
	max-height: 100%;
}

span.slide-overlay {
	display: table-cell!important;
	margin: 0!important;
	padding: 20px 60px;
	vertical-align: middle;
}

div.slide-overlay-wrapper {
	display: table!important;
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0.7);
	height: 100%;
	width: 100%;
	margin: 0!important;
}

.slide-overlay p {
	margin: 0 auto!important;
	max-width: 600px;
}

.slide-cover {
	background-size: cover!important;
}

.aspect-wrapper,.media-aspect-wrapper,.bio-aspect-wrapper {
	display: inline-block;
	position: relative;
	width: 100%;
}

.aspect-wrapper,.bio-aspect-wrapper {
	max-height: 500px;
}

.media-aspect-wrapper {
	max-height: 920px;
}

.aspect-dummy {
	margin-top: 63.6667%;
}

.navpanel {
	z-index: 100;
	display: table;
}

.navpanel div {
	display: table-cell;
	vertical-align: middle;
}

.left-side {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 50%;
}

.right-side {
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	width: 50%;
	text-align: right;
}

.right-side button,.left-side button {
	border: none;
	background: none;
	color: #ccc;
}

.right-side button i,.left-side button i {
}

.slide-gallery {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	overflow: hidden;
}

.media-gallery {
	background: rgba(0,0,0,0.8);
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	overflow: hidden;
	opacity: 0;
	display: none;
	z-index: 100000000;
}

.media-close {
	position: fixed;
	top: 10px;
	right: 10px;
	border: none;
	background: none;
	z-index: 1000000000;
}

.media-close i {
	color: #ccc;
}

.popup-gallery {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	overflow: hidden;
	z-index: 100000000;
}

.slide-actual {
	height: 100%;
	width: auto;
}

.gallery-wrapper {
	width: 5000%!important;
	position: relative;
}

.gallery-wrapper div {
	margin: 0 15px 0 0;
	max-height: 500px;
	display: inline-block;
	vertical-align: top;
}

.media-gallery-wrapper,.bio-gallery-wrapper {
	width: 5000%!important;
	position: relative;
}

.media-gallery-wrapper div {
	margin: 0 15px 0 0;
	display: inline-block;
	vertical-align: top;
	max-height: 90%;
}

.indicators,div.indicator-arrow {
	position: static;
	display: inline-block;
}

.indicators button {
	display: inline-block;
	vertical-align: middle;
	background: none;
	border: none;
	padding: 1px 0 0;
	outline: none;
	width: 14px;
	height: 14px;
	border-radius: 7px;
	margin: 3px;
	border: 1px solid #555;
	background: #333;
}

button.indicator-arrow {
	width: 24px;
	height: 24px;
	color: #ccc;
	-webkit-text-stroke: none!important;
	text-shadow: none!important;
	border: 1px solid #555;
	border-radius: 12px;
	background: #333;
	margin: 0 5px;
}

i.indicator-arrow {
	font-size: 17px;
}

.indicator-arrow-right {
	margin-left: 2px;
}

.indicator-arrow-left {
	margin-left: -1px;
}

.indicator-wrapper {
	height: 30px;
	position: static;
	vertical-align: middle;
	text-align: center;
}

.indicator-wrapper button {
	background: none;
	color: #ccc;
	width: 50px;
	height: 20px;
	border: none;
}

.indicator-popup {
	background-color: rgba(63,63,63,0.5);
	position: relative;
	top: -75px;
	border-radius: 5px;
	padding: 5px;
	z-index: 1000;
	display: none;
	opacity: 0;
}

.indicator-callout-left,.indicator-callout-right {
	border-width: 12px;
	position: absolute;
	bottom: -12px;
	border-style: solid;
}

.indicator-callout-left {
	right: 50%;
	border-top: solid transparent;
	border-left: solid transparent;
	border-bottom: solid transparent;
	border-right: solid rgba(63,63,63,0.5);
	border-width: 0 12px 12px 0;
}

.indicator-callout-right {
	left: 50%;
	border-top: solid transparent;
	border-right: solid transparent;
	border-bottom: solid transparent;
	border-left: solid rgba(63,63,63,0.5);
	border-width: 0 0 12px 12px;
}

.indicator-popup b {
}

.indicator-popup button {
	width: 22px;
	height: 22px;
	font-size: 11px;
	text-align: center;
	padding: 2px 0 0 1px;
	background: #888;
	border-radius: 11px;
	color: #fff;
}

.indicator-active {
	background-color: #FFD700!important;
	border-color: #FFD700!important;
	color: #444!important;
}

.indicator {
	background: -20px 0 no-repeat;
}


#scroll-down,#scroll-up,#scroll-pips {
	width: 30px;
}

#scroll-pips {
	position: fixed;
	right: 0;
	bottom: 30px;
	z-index: 10000000;
	text-align: center;
	line-height: 15px;
	padding: 0 11px 5px;
}

#scroll-pips a {
	width: 8px;
	height: 8px;
	border-radius: 5px;
	border: none;
	background: rgba(127,127,127,0.6);
	padding: 0;
	margin: 0 0 5px;
	display: inline-block;
	cursor: pointer;
}

#scroll-pips a.page-active {
	background: rgba(255,215,0,0.7);
}

#scroll-down,#scroll-up {
	position: fixed;
	right: 0px;
	height: 30px;
	margin: 0;
	padding: 0;
	z-index: 100000000;
	border: 2px solid #555;
	border-radius: 0px;
	background-clip: padding-box;
	background: #333;
}

#scroll-down button,#scroll-up button {
	width: 100%;
	height: 100%;
	display: block;
	margin: 0;
	border: none;
	color: #ccc;
	font-weight: bold;
	font-size: 10pt;
	padding: 0;
	background: none;
}

#scroll-down button {
	margin-top: 1px;
}

#scroll-down {
	bottom: 0px;
}

#scroll-up {
	top: 0px;
}

.disabled button,button.disabled {
	color: #555!important;
}

.contact-wrapper {
	text-align: center;
	padding: 20px 0 0;
	width: 50%;
	display: inline-block;
	float: left;
}

.services {
	text-align: left;
	width: 30%;
	margin: 0 0 0 10%;
}

p.service {
	margin: 0 0;
}

form {
	margin: 0 auto;
	text-align: left;
	display: inline-block;
}

form p {
	max-width: 400px;
	margin: 0 0 36px;
}

input {
	width: 300px;
	border: none;
	background: #ccc;
	padding: 5px;
}

textarea {
	width: 300px;
	height: 150px;
	background: #ccc;
	padding: 5px;
	border: none;
}

form div {
	padding: 0 0 10px;
}

label {
	display: inline-block;
	width: 100px;
}

/* ==========================================================================
   Media Queries
   ========================================================================== */

@media only screen and (-webkit-min-device-pixel-ratio: 2) {
	.top-navigation {
		padding: 1px 0 1px;
	}
	.narrow-right-column {
		width: 215px;
		min-width: 215px;
	}
}

@media only screen and (min-width: 480px) {

/* ====================
    INTERMEDIATE: Menu
   ==================== */

    nav a {
        float: left;
        width: 27%;
        margin: 0 1.7%;
        padding: 25px 2%;
        margin-bottom: 0;
    }

    nav li:first-child a {
        margin-left: 0;
    }

    nav li:last-child a {
        margin-right: 0;
    }

/* ========================
    INTERMEDIATE: IE Fixes
   ======================== */

    nav ul li {
        display: inline;
    }

    .oldie nav a {
        margin: 0 0.7%;
    }
}

@media only screen and (min-device-width: 768px) and (max-device-width : 1024px) and (orientation: landscape) {
	.index-logo {
		font-size: 28pt;
		top:25px;
		height: 466px;
	}
	body {
/*		position: fixed; */
	}
	.portfolio-slide {
	}
	.narrow-right-column {
	}

	.wide-left-column {
	}
	#scroll-pips {
		line-height: 8px;
	}
	
	#scroll-pips a {
		width: 5px;
		height: 5px;
	}
}


@media only screen and (min-device-width: 768px) and (max-device-width : 1024px) and (orientation: portrait) {
	#su-photo {
		width: 455px!important;
		height: 303px!important;
	}

	.quote-su {
		width: 418px!important;
		margin-left: 18px;
	}

	.intro-left-column {
		width: 450px!important;
	}
	.intro-right-column {
		width: 520px;
		padding: 61px 0 0;
	}
	h1.large {
		font-size: 24pt;
	}
	div.bio div {
		max-width: 500px;
		font-size: 10pt;
	}
}

@media only screen and (min-device-width: 768px) and (max-device-width : 1024px) {

	.logo,.h1 {
		text-shadow: 1px 1px 1px #000000!important;
	}



/* ====================
    WIDE: CSS3 Effects
   ==================== */

    .header-container,
    .main aside {
        -webkit-box-shadow: 0 5px 10px #aaa;
           -moz-box-shadow: 0 5px 10px #aaa;
                box-shadow: 0 5px 10px #aaa;
    }

/* ============
    WIDE: Menu
   ============ */

    .title {
        float: left;
    }

    nav {
        float: right;
        width: 38%;
    }

/* ============
    WIDE: Main
   ============ */

    .main article {
        float: left;
        width: 57%;
    }

    .main aside {
        float: right;
        width: 28%;
    }
}

@media only screen and (min-width: 1140px) {

/* ===============
    Maximal Width
   =============== */

    .wrapper {
        width: 1026px; /* 1140px - 10% for margins */
        margin: 0 auto;
    }
}

/* ==========================================================================
   Helper classes
   ========================================================================== */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}