
/* MAIN STYLES */

/*
-----------------------------------------------
Typesetting for Focused Creations
Author:   Matt Jones
Date:     21 Apr 2011 http://modularscale.com/scale/?px1=16&px2=&ra1=1.333&ra2=0
16px @ 3:4; http://alistapart.com/articles/more-meaningful-typography/
----------------------------------------------- */

body {
	padding: 0;
	margin: 0;
	font-family: 'LatoRegular', Veranda, sans-serif;
	font-weight: normal;
	font-size: 16px;
	color: #666;
}

a {
	color: #f7931e;
}

h1, h2, h3, p {
	text-rendering: optimizeLegibility;
}

p {
	line-height: 1.5em;
	text-align: justify;
}

p.lead {
	font-size: 21.328px;
	text-align: center;
	/*margin-bottom: .25em;*/
}

p.lead.tleft {
	text-align: left;
	font-family: 'LatoLight', sans-serif;
}

p.lead.noMARbottom {
	margin-bottom: 0;
}

p span.strong {
	font-family: 'LatoBold';
}

span.orange {
	font-family: 'LatoBold';
	color: rgb(247, 147, 30);
}

/*p.intro {
	font-size: 21px;
}*/

h1 {
	color: rgb(247, 147, 30);
	font-family: 'SansationBold';
	font-size: 28px;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin: 1em 0 .5em 0;
}

h1.title {
	/*color: #ABABAB;*/
	font-size: 45px;
	margin-top: 21px;
	line-height: 1em;
}

h1.site-slogan {
	font-size: 73.339px;
	line-height: 1.15em;
	letter-spacing: -1px;
	text-transform: none;
	margin-top:	96px; 
}

h1.title span {
	font-size: 39.4px;
}

h2 {
	color: rgb(247, 147, 30);
	font-family: 'SansationBold';
	font-size: 21px;
	font-weight: normal;
	text-transform: uppercase;
	/*letter-spacing: 1px;*/
	margin: 1.6em 0 .5em 0;
}

h2.center {
	text-align: center;
}

h3 {
	color: rgb(247, 147, 30);
	font-family: 'LatoBold';
	font-size: 16px;
}

ul.item-list {
	padding-left: 0
}

ul.item-list li {
	line-height: 1em;
	margin-bottom: .5em;
	font-family: LatoBold;
}

ul.item-list.small {
	font-size: 12.003px;
}

ul.item-list.small li {
	line-height: 1.25em;
	list-style: none;
	font-family: 'Lato', sans-serif;
}

span.italic {
	font-style: italic;
}

p span.bold.italic {
	font-family: 'LatoBlackItalic';
}

::selection {
	background: rgb(247, 147, 30); /* Safari */
	color: #fff;
	text-shadow: none;
	}
	
::-moz-selection {
	background: rgb(247, 147, 30); /* Firefox */
	color: #fff;
	text-shadow: none;
}

section.lead {
	margin-top: 2em !important;
	margin-bottom: 2em !important;
}

.vert-menu {
	display: none;
}

html.js .vert-menu {
	display: block;
	position: fixed;
	/*width: 75px;*/
	/*max-width: 50px;*/
	height: 100%;
	background-color: rgb(247, 147, 30);
	cursor: pointer;
	z-index: 10;
	-webkit-box-shadow: 0 0 10px #666;
	box-shadow: 0 0 10px #666;
	-webkit-backface-visibility: hidden;
}

.vert-menu p {
	position: relative;
	top: 26px;
	color: #fff;
	writing-mode:tb-rl;
	-webkit-transform:rotate(-90deg);
	-moz-transform:rotate(-90deg);
	-o-transform: rotate(-90deg);
	white-space:nowrap;
	font-size: 24px;
}

nav {
	left: 0;
	position: fixed;
}

html.js nav {
	position: fixed;
	width: 314px;
	height: 100%;
	left: -314px;
	box-sizing: border-box;
	z-index: 10;
	padding: 0 20px 0 100px;
    background-image: url(../../media/images/panel-bg.png);
    background-position: right top;
    color: #FFF;
    -webkit-backface-visibility: hidden;
}

nav ul {
	position: relative;
	top: 40px;
	padding: 0;
}

nav ul li {
	list-style: none;
	text-transform: uppercase;
	text-shadow: 1px 1px 3px #666;
	font-size: 18px;
	padding: 0 0 24px 0;
}

nav ul li a {

}

html.js nav ul li a {
	color: #fff;
	text-decoration: none;
	position: relative;
}

/*nav ul li a:hover {
	text-decoration: underline;
}*/

.mobile.menu {
	display: none;
	float: left;
	margin: 10px 0 0 10px;
	padding: 5px;
	background-color: orange;
}

.close p, .close-mobile p {
	cursor: pointer;
	width: 20px;
	position: relative;
	text-align: center;
	border: 2px solid #fff;
	border-radius: 11px;
	line-height: 14px;
	padding: 0 2px 3px 2px;
	float: right;
	background: orange;
	color: white;
}

.close p:hover, .close-mobile p:hover {
	background: white;
	color: orange;
}

.close-mobile {
	display: none;
}

#topRow {
	border-top: 2px solid rgb(247, 147, 30);
	height: 16px;
	margin-top: 16px;
}

.divideRow {
	border-bottom: 1px solid rgb(247, 147, 30);
	margin: .5em 0 2em 0;
}

.logo {
	left: -54px;
	position: relative;
}

.largeHead {
	margin-bottom: 2em;
}

p.leftBracket {
	font-size: 82px;
	text-align: right;
	margin: 4px 35px;
	color: #ababab;
}

p.rightBracket {
	font-size: 82px;
	color: #ababab;
}

.contactInfo.columns {
	float: left !important;
	padding-top: 3em;
}

.contactInfo ul {
	padding: 0;
}

.contactInfo ul li {
	list-style: none;
	font-family: 'LatoRegular';
	font-size: 14px;
	line-height: 1.2em;
	margin: 0;
	float: right;
	color: rgb(247, 147, 30);
}

.subBlocks .columns {
	background-color: rgb(247, 147, 30);
	background-image: url(../../media/images/right-flap.jpg);
	background-repeat: no-repeat;
	background-position: top right;
	border-bottom: 4px solid #f9c50d;
	color: #fff;
	float: left !important;
	margin-top: 1.5em;
	padding-right: 0;
}

.subBlocks .columns h2 {
	font-family: 'LatoHairline';
	text-align: left;
	letter-spacing: 0;
	text-transform: none;
	color: #fff;
	padding-left: 8%;
	margin: .5em 0;
}

.subBlocks .columns ul {
	margin: 1em 0;
	padding: 0 0 0 8%;
}

.subBlocks .columns ul li {
	list-style: none;
	line-height: 1.5em;
	font-family: 'LatoBold';
	font-size: 16px;
}

.subBlocks .columns a {
	color: #fff;
	text-decoration: none;
	border-bottom: 1px dotted #fff;
}

.subBlocks .columns a:hover {
	text-decoration: underline;
	border-bottom: none;
}

.subBlocks .columns span.shadow {
	background: url(../../media/images/shadow.jpg);
	width: 24px;
	height: 26px;
	position: relative;
	right: -24px;
	bottom: -4px;
	float: right;
}

img.family-img {
	margin-top: 30px;
	margin-bottom: 6em;
	border-bottom: 8px solid #f9c50d;
}

img.sing-border {
	border-bottom: 1px solid #f7931e;
}

.spacer {
	float: left;
	width: 70px;
	display: block;
	text-align: left;
	margin-right: 10px;
}

.spacer-submit {
	width:150px;
	margin-left: 75px;
}

form.lets-talk p {
	float: left;
}

form.lets-talk input[type="text"] {
	float: left;
	width: 175px;
	border-radius: 0;
	font-size: 16px;
	font-family: 'LatoRegular';
	color: #ababab;
}

form.lets-talk textarea {
	float: left;
	width: 80%;
	height: 6em;
	border-radius: 0;
	font-size: 16px;
	font-family: 'LatoRegular';
	color: #ababab;
}

.subText {
	font-size: 9px;
}

.row.overview {
	margin-bottom: 4em;
}

.row.subOverview {
	margin-bottom: 3em;
}

#bottomRow {
	border-top: 1px solid rgb(247, 147, 30);
	border-bottom: 2px solid rgb(247, 147, 30);
	height: 16px;
	margin-top: 3em;
}

.definition {
	margin-top: 58px;
}

.def {
	color: #ababab;
	font-size: 21.328px;
	line-height: 24px;
	text-align: left;
	margin:0;
	font-family: Georgia, serif;
	text-transform: lowercase;
}

h1.def {
	font-size: 50.517px;
	line-height: 1em;
	padding-right: 10px;
	color: rgb(247, 147, 30);
}

p.def .speech {
	padding-right: 10px;
}

p.def .definition {
	font-style: italic;
}

p.def .pronunciation {
	font-style: italic;
	letter-spacing: 1px;
	padding-right: 10px;
}

.quote {
	font-family: Georgia, serif;
	font-style: italic;
	color: rgb(247, 147, 30);
}

.process-step {
	margin-top: 60px;
}

.process-step {
	/*opacity: .3;*/
	float: left;
	color: #fff;
	background-color: rgb(247, 147, 30);
	padding: 25px 47px;
	border-radius: 87px;
	font-size: 119.654px;
}

.subProcess-overview {
	float: left !important;
	margin-top: 3.5em;
}

.subProcess-divider {
	margin-bottom: 3em;
}

.rt-arrow {
	font-size: 28.43px;
	text-align: center;
}

.subProcess a {
	border: 4px solid rgb(254, 212, 171);
	border-radius: 149px;
	float: left;
	height: 275px;
	margin-bottom: 3em;
}

/*.subProcess a.first {
	-webkit-filter: blur(0px);
	border: 4px solid rgb(247, 147, 30);
}*/

.subProcess a:hover {
	border: 4px solid rgb(247, 147, 30);	
}

.subProcess img {
	width: 225px;
	padding-top: 45px;
	/*-webkit-filter: blur(2px);
	-webkit-transition: all .25s ease;
	-moz-transition: all .25s ease;
	-o-transition: all .25s ease;
	-ms-transition: all .25s ease;
	transition: all .25s ease;*/
}

.subProcess img.hover {
	-webkit-filter: blur(0px);
}

.subProcess p {
	text-align: left;
}

.subProcess-border {
	border-bottom: 1px solid rgb(247, 147, 30);
	text-align: center;
}

.subProcess-number-padding {
	background-color: #fff;
	padding: 0 10px;
	position: relative;
	top: 12px;
}

.subProcess-number {
	color: #fff;
	background-color: rgb(247, 147, 30);
	padding: 3px 7px;
	border-radius: 11px;
}

section.process-page .subProcess-divider {
	margin-bottom: .5em;
}

section.process-page h2 {
	margin-top: .5em;
}

section.process-page p.lead {
	font-family: 'LatoLight', Arial, sans-serif;
	text-align: left;
}

.subProcess a {
	overflow: hidden;
}

.subProcess img {
	top: 300px;
	position: relative;
}

/*.timeline {
	margin-top: 2em;
	margin-bottom: 2em;
}*/
/*
.timeline .process {
	height: 213px;
}

.timeline .dream {
	background-image: url(../../media/images/"dream-timeline.jpg");
	background-repeat: no-repeat;
}
.timeline .focus {
	background-image: url(../../media/images/"focus-timeline.jpg");
	background-repeat: no-repeat;
}
.timeline .create {
	background-image: url(../../media/images/"create-timeline.jpg");
	background-repeat: no-repeat;
}

.timeline .process:hover {
	background-position: 0 -426px;
}

.timeline .process.active {
	background-position: 0 -213px;
}*/

/*Portfolio Specifics*/

.box-wrapper {
	/*position: relative;*/
	margin-top: 3em;
	height: 17em;
}

.box-wrapper .work-info {
	top: 140px;
	position: relative;
}

.box-wrapper .work-info p {
	text-align: center;
}

.work-info p.work-company {
	font-size: 21.328px;
	font-family: 'LatoLight', sans-serif;
	text-transform: uppercase;
	margin-bottom: 0;
}

.work-info p.work-link {
	font-size: 12.003px;
	font-style: italic;
	font-family: Georgia, serif;
	color: #F7931E;
	margin-top: 0;
}

.work-info p.work-link a:hover {
	text-decoration: underline;
}

.box {
	position: absolute;
}

.box.box-back {
	z-index: 1;
}

.box-item {
	left: 62px;
	top: 20px;
	width: 61px;
	opacity: 1;
	z-index: 2;
	border: none;
}

html.js .box-item {
	left: 62px;
	top: 80px;
	opacity: 0;
	z-index: 2;
	width: 61px;
	border: none;
}

html.js .box-item.initial {
	opacity: 1;
	top: 40px;
}

html.ie img.box.box-front {
	display: none;
}

svg {
	display: none;
}

html.ie svg {
	display: inline;
	/*padding-top: 15px;*/
}

.box.box-front {
	z-index: 3;
	pointer-events: none;
}

html.js .box-item.work-hover {
	top: 20px;
	/*padding-bottom: 30px;*/
}

html.js .box-item.work-click {
	z-index: 4;
	top: -1000px;
	left: -17px;
	width: 300px;
}

/*Work Overlay Styles*/

.overlay-bground {
	position: static;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}

html.js .overlay-bground {
	top: -2000px;
	position: fixed;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1002;
}

html.js .work-overlay-Show {
	top: 34px;
}

#expose {
	display:none;
	opacity: .9;
	position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /*background-color: #f9c50d;*/
    background-color: #fff;
    z-index: 1001;
}

.paper-wrapper {
	padding: 0 0 !important;
}

.paper-top {
	height: 65px;
	background-image: url(../../media/images/paper-top.png);
	background-repeat: no-repeat;
}

.paper-top.paper-close p {
	cursor: pointer;
	width: 20px;
	float: left;
	position: relative;
	text-align: center;
	background: orange;
	color: white;
	border: 2px solid #fff;
	border-radius: 11px;
	line-height: 14px;
	padding: 0 2px 3px 2px;
	margin: 16px 0 0 0;
}

.paper-top.paper-close p:hover {
	background: #fff;
	color: orange;
	border: 2px solid orange;
}

.paper-top h3 {
	font-size: 28px;
	font-family: 'LatoLight';
	text-align: center;
	text-transform: uppercase;
	/*text-shadow: 0px 0px 3px #333;*/
	color: #666;
	margin: 24px 2px;
}

.paper-middle {
	height: 1000px;
	background-image: url(../../media/images/paper-middle.png);
}

.paper-middle img {
	-webkit-box-shadow: 0 2px 15px;
	box-shadow: 0 2px 15px;
	border: 1px solid #F7931E;
	margin-top: 10px;
}

html.js .paper-middle img {
	display: none;
	-webkit-box-shadow: 0 2px 15px;
	box-shadow: 0 2px 15px;
	border: 1px solid #F7931E;
	margin-top: 10px;
}

.paper-bottom {
	height: 25px;
	float: left !important;
	background-image: url(../../media/images/paper-bottom.png);
}

footer {
	margin-top: 3em;
}

@media only screen and (max-width: 1075px) {
	.vert-menu {
		background-color: rgba(247, 147, 30, .75);
	}
}

@media only screen and (max-width: 767px) {
	.logo {
		left: 0;
	}
}

@media only screen and (max-width: 480px) {
	html.js .vert-menu {
		display: none;
	}
	html.js .mobile.menu {
		display: block;
	}
	.close-mobile {
		display: block;
	}
	.close {
		display: none;
	}
	html.js nav {
		width: 100% !important;
		height: 300px;
		top:-300px;
		left: 0 !important;
		opacity: 1;
		background: #F7931E;
	}
	section.lead {
		margin-top: inherit !important;
		margin-bottom: inherit !important;
	}
	h1.title {
		font-size: 50.517px;
		text-align: center;
	}
	h1.site-slogan {
		margin-top: .25em;
		font-size: 50.517px;
	}
	p.lead.noMARbottom {
		text-align: center;
	}
	.row.collapse .column, .row.collapse .columns {
		padding-left: 0.9375em;
  		padding-right: 0.9375em;
	}
	.row.subOverview {
		margin-bottom: inherit;
		margin-top: inherit;
	}
	.contactInfo ul li {
		float: left;
		width: 100%;
	}
	span.shadow {
		display: none;
	}
	.subBlocks .columns {
		background-image: none;
	}
	.subProcess img {
		-webkit-filter: blur(0px);
	}
	.definition {
		margin-top: 0;
	}
	img.family-img {
		margin-top: 0;
	}
	form.lets-talk p {
		float: none;
	}
	form.lets-talk input[type="text"], form.lets-talk textarea {
		width: 100%;
	}
	form .social {
		float: left;
	}
	form .spacer-submit {
		margin-left: 0 !important;
	}
	form input[type="submit"] {
		width: 100%;
		margin: 2em 0 2em 0;
	}
}

/* END MAIN STYLES */