body {
	font-weight: 300;
	font-size: large;
	background-color: #dfdfdf;
	overflow: hidden;
}

* {
	box-sizing: border-box;
}

b {
	font-weight: 700;
}

nav div, nav span, nav a, nav ul, nav li {
	transition: left .6s, right .6s, margin .6s, width .6s, padding .6s, opacity .6s, top .6s; 
	-moz-transition: left .6s, right .6s, margin .6s, width .6s, padding .6s, opacity .6s, top .6s; /* Firefox 4 */ 
	-webkit-transition: left .6s, right .6s, margin .6s, width .6s, padding .6s, opacity .6s, top .6s; /* Safari and Chrome */ 
	-o-transition: left .6s, right .6s, margin .6s, width .6s, padding .6s, opacity .6s, top .6s; /* Opera */
}

.image-set img, .main-nav::before {
	transition: opacity .8s; 
	-moz-transition: opacity .8s; /* Firefox 4 */ 
	-webkit-transition: opacity .8s; /* Safari and Chrome */ 
	-o-transition: opacity .8s; /* Opera */
}

.email-wrapper a {
	transition: background-color .5s; 
	-moz-transition: background-color .5s; /* Firefox 4 */ 
	-webkit-transition: background-color .5s; /* Safari and Chrome */ 
	-o-transition: background-color .5s; /* Opera */
}

nav { background-color: #dfdfdf; height: 80px; position: fixed; width: 100%; z-index: 1000; }
.nav-border { 
	border-bottom: solid 1px #ccc; 
	position: fixed; 
	top: 80px; 
	left: 60px; 
	right: 60px;
	z-index: 90; 
}

.nav-inner { 
	margin: 0 60px; 	
}

	.logo { background: url(../images/logo.png) no-repeat right transparent; background-size: contain; float: right; height: 50px; margin: 15px 0; opacity: 1 !important; padding: 0 45px 0 0; width: 68px; }
	.main-nav { display: block; float: left; }
	.logo-nav { display: block; float: right; position: relative; z-index: 110; opacity: 1 !important; }

	.nav-inner:after, 
	nav ul:after 
	{ content: "."; display: block; overflow: hidden; clear: both; height: 0; visibility: hidden; }
	
		nav ul li { float: left; text-align: center; }
			nav ul li a { color: #069; display: block; font-size: 0.7em; line-height: 78px; padding: 0 35px; font-weight: 400; }
			nav ul li.first a { padding-left: 0; }
			nav ul:hover li a { opacity: 0.2; }
			nav ul:hover li a:hover { opacity: 1; }

footer {
	background-color: #f2f2f2;
	position: relative;
	z-index: 1500;
}

.footer-inner {
	max-width: 1280px;
	margin: 0 auto;
	position: relative; 
	min-height: 330px;
	padding-top: 100px;
}

.location {
	display: block;
	position: relative;
	left: 50%;
	margin: 0 0 0 -108px;
	text-align: center;
	width: 218px;
}

.location img, .location span {
	display: block;
}

.location span {
	font-size: .7em;
	margin: 4px 0 2px;
}

.copyright {
	border-top: solid 1px #ccc;
	padding: 25px 0;
	margin: 25px 60px 0;
	font-size: .7em;
	line-height: 1.5em;
}

.copyright span {
	display: block;
}

.copyright .first {
	float: left;
}

.copyright .second {
	float: right;
	text-align: right;
}

.copyright::after {
	content: "";
	display: block;
	clear: both;
}

.banner-blank { position: fixed; height: 970px; left: 0; right: 0; background: url(../images/banner-gradient.gif) repeat-x transparent; background-size: contain; }

.outer-slider-wrapper { position: fixed; top: 0; left: 0; right: 0; }
.bg-gradient { position: absolute; left: 0; top: 0; right: 0; bottom: 0; }

.outer-content-wrapper { padding-top: 855px; position: relative; z-index: 91; }

.content-wrapper { background: #fff; padding: 0 60px; position: relative; overflow: hidden; }
.inner-content-wrapper { max-width: 1280px; margin: 0 auto; padding: 85px 0 0; position: relative; }
.menu-icon { display: none; }
.greeting { display: block; float: left; font-size: 6.3em; line-height: 89px; margin: 7px 20px 0 0; text-transform: uppercase; }
#paragraph2,
#paragraph3 
{ position: relative; top: -110px; }

.about-me-wrapper { position: relative; }

.email-wrapper {
	position: relative;
	min-height: 5.3em;
}

.email-wrapper a {
	position: absolute;
	left: 431px;
	top: 50%;
	display: block;
	height: 4em;
	width: 9em;
	background-color: #069;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	color: #fff;
	line-height: 3.9em;
	text-align: center;
	text-transform: capitalize;
	border-bottom: solid 4px #00496d;
	margin: -2em 0 0 -4.5em;
}

.email-wrapper a:hover {
	background-color: #00496d;
}

.closing-photo {
	background: url(../images/old-slo.jpg) no-repeat center bottom; 
	background-size: contain;
	height: 430px;
	margin: 0 -300px;
}




h1 {
	font-size: 2em;
	margin: 0;
	line-height: 1.4em;
	padding: .7em 0;
}

h2 {
	font-size: 1.7em;
	line-height: 1.1em;
	margin: 0;
	padding: .5em 0;
}

h3 {
	font-size: 1.4em;
	line-height: .8em;
	margin: 0;
	padding: .3em 0;
}

p { margin: 20px auto; color: #444; line-height: 2em; font-weight: 400; }
a { text-decoration: none; }
ul { list-style: none; }

.download { padding: 10px; }

pre { font-size: 15px; }
code { font-style: normal; }
blockquote {
	text-align: left;
	width: 720px;
	margin: 10px auto;
	background: #C5C3DE;
	border: solid 2px #69697A;
	padding: 0 40px;
}

#console {
	display: none;
	position: fixed;
	top: 0;
	left: 15px;
	width: 500px;
	margin: 0;
	font-size: 14px;
	font-style: italic;
	background-color: #69697A;
	text-shadow: none;
	text-align: left;
	padding: 3px 10px;
	border-radius: 0 0 10px 10px;
	z-index: 99;
	opacity: .8;
}

#title {
	overflow: hidden;
	margin: 0 auto -580px;
	width: 100%;
	height: 1000px;
	position: relative;
	padding-top: 150px;
	z-index: 99;
}

.title-line { position: absolute; display: block; }
.title-line span { display: inline-block; line-height: 1.1; position: relative; }
#title-line1 { left: 50%; margin-left: -246px; top: 2.6em; }
#title-line2 { left: 50%; margin-left: -77px; top: 3.3em; }
#title-line3 { left: 50%; margin-left: 59px; top: 4.1em; }
.twitter-follow-button { position: relative; top: 8px; left: 4px; }
#title-info { position: relative; z-index:99998; margin-top: 40px; opacity: 0; }

.credit {
	font-size: 20px;
	margin: 10px auto;
	text-align: center;
	font-style: italic;
	color: #D92B00;
	z-index:100;
}

#download {
	position: relative;
	margin: 50px auto;
	font-size: 18px;
	width: 100%;
	line-height: 1.8;
	z-index: 99999;
}

#download a { color: #69697A; }

#examples-1 { overflow: hidden; }
#fly-it { position: relative; }
#scale-it { width: 500%; margin: 0px -200%; padding: 0; }

#examples-pin { position: relative; width: 100%; height: 600px; overflow: hidden; margin-bottom: -200px; }
.pin-frame { position: absolute; width: 100%; height: 100%; overflow: hidden; }
.pin-frame h2 { margin-top: 120px; }
#pin-frame-slide { background: #D92B00; margin-left:-100%; }
#pin-frame-wipe  { background: #FFB000; top:100%; }
#pin-frame-wipe h2  { color: #D92B00; }
#pin-frame-bounce  { background: #222438; }
#pin-frame-color  { background: #222438; }
#pin-frame-unpin  { top:100%; }

#examples-2 { z-index: 9999; width: 100%; height: 100%; overflow: hidden; }
#fling-it, #move-it { position: relative; }


.divider { font-size: 14px; padding-top: 20px; }

.disclaimer {
	font-size: 18px;
	font-style: italic;
	font-weight: normal;
	margin: 0 auto;
}

#instructions { padding-top: 40px; }

#instructions p { margin: 0px auto 20px; }

#instructions-animation { padding-top: 40px; }

#instructions .documentation {
	font-size: 16px;
	text-align: left;
	width: 720px;
	margin: 10px auto 30px;
	padding: 20px 40px;
	text-shadow: none;
	border: solid 1px #69697A;
	color:#C5C3DE;
}

#instructions .param-list {
	font-size: 18px;
	line-height: 1.4;
	padding: 0 18px;
	margin: 1em 0 0;
}

#instructions .param-list-sub {
	padding-left: 36px;
	font-size: 15px;
}

#instructions .param-list li {
	font-weight: normal;
	padding-bottom: 20px;
	text-shadow: 0 2px 1px #000;
}
.param {
	font-style:italic;
}

.param-list small {
	display: block;
	font-weight: normal;
	font-style: italic;
}

#credits { padding: 80px 0; }



/* --------- Lightbox Overrides ------------- */

.lb-number {
	display: none !important;
}

.image-row.main-gallery .image-set {
	margin: 0 -20px 0 0;
	padding: 14px 0 0;
}

.image-row.main-gallery .image-set:hover a img {
	opacity: .3;
}

.image-row.main-gallery .image-set:hover a img:hover {
	opacity: 1;
}

.image-row.main-gallery .example-image-link {
	border: none !important;
	margin: 0 4% 2.5em 0;
	width: 29.7%;
}

.image-row.main-gallery .example-image-link img,
.image-row.about-me .example-image-link img {
	max-width: 100%;
}

.image-row.main-gallery .image-set a:nth-child(3n) {
	margin-right: 0;
}

.image-row.main-gallery {
	border-bottom: solid 1px #ddd;
	margin-bottom: 90px;
	padding: 20px 0 40px;
}

.image-row.about-me {
	float: left;
}

.image-row.about-me .example-image-link {
	border: none !important;
	width: 315px;
	margin: 10px 35px 0 0;
	display: block;
}

.border-title-heading {
	background-color: #fff;
	width: 400px;
	margin: 0 auto;
	text-align: center;
	position: relative;
	overflow: hidden;
}

.border-title-heading::before {
	content: "";
	display: block;
	height: 0;
	width: 100px;
	border-top: solid 1px #ddd;
	position: absolute;
	left: 0;
	top: 32px;
}

.border-title-heading::after {
	content: "";
	display: block;
	height: 0;
	width: 100px;
	border-top: solid 1px #ddd;
	position: absolute;
	right: 0;
	top: 32px;
}

/* --------- Banner Slider Overrides ------------- */

.slider-wrapper {
	width: 1200px;
	padding: 100px 0 0;
	position: relative;
}

.nivo-controlNav {
	display: none;
}

/* --------- Component 2 Overrides ------------- */

.menu .cn-wrapper li a span {
	text-indent: -99999px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
}

.cn-wrapper .facebook span {
	background-image: url(../images/icon-facebook.png);
}

.cn-wrapper .twitter span {
	background-image: url(../images/icon-twitter.png);
}

.cn-wrapper .linkedin span {
	background-image: url(../images/icon-linkedin.png);
}

.cn-wrapper .youtube span {
	background-image: url(../images/icon-youtube.png);
}

/* --------- Media Queries ------------- */

@media only screen and (max-width:1780px) {



}

@media only screen and (max-width:1680px) {

}


@media only screen and (max-width:1580px) {



}

@media only screen and (max-width:1480px) {

.slider-wrapper {
	width: 1000px;
	padding: 120px 0 0;
}

.banner-blank {
	height: 820px;
}

.outer-content-wrapper {
	padding-top: 750px;
}

}

@media only screen and (max-width:1380px) {

.closing-photo {
	background: url(../images/old-slo.jpg) no-repeat center bottom; 
	background-size: contain;
	height: 370px;
	margin: 0 -200px;
}

}

@media only screen and (max-width:1280px) {



}

@media only screen and (max-width:1180px) {



.image-row.about-me .example-image-link {
	width: 233px;
	margin-bottom: 100px;
}

.email-wrapper a {
	left: 50%;
}

.closing-photo {
	margin: 0 -200px;
	height: 330px;
}

}

@media only screen and (max-width:1080px) {

.content-wrapper {
	padding: 0 40px;
}

.nav-inner {
	margin: 0 40px;
}

.nav-border {
	left: 40px;
	right: 40px;
}

.slider-wrapper {
	width: 92%;
	padding: 115px 0 0;
}

.plants-wrapper {
	width: 620px;
	margin: 0 0 0 -310px;
	top: 145px;
	height: 350px;
}

.plant-cover {
	margin-left: -200px;
	top: 15px !important;
	width: 450px;
	height: 300px;
}

.plant {
	top: 125px;
}

.banner-blank {
	height: 766px;
}

.copyright {
	margin: 25px 40px 0;
}

.outer-content-wrapper {
	padding-top: 710px;
}

.closing-photo {
	margin: 0 -200px;
	height: 300px;
}

}

@media only screen and (max-width:980px) {

.banner-blank {
	height: 706px;
}

.outer-content-wrapper {
	padding-top: 660px;
}

.image-row.about-me {
	float: none;
}

.image-row.about-me .example-image-link {
	margin: 0 auto;
}



}

@media only screen and (max-width:880px) {

nav ul li a {
	padding: 0 30px;
}

.slider-wrapper {
	width: 100%;
}

.image-row.main-gallery .example-image-link {
	border: none !important;
	margin: 0 6% 2.5em 0;
	width: 46%;
}

.image-row.main-gallery .image-set a:nth-child(2n) {
	margin-right: 0;
}

.image-row.main-gallery .image-set a:nth-child(2n + 1) {
	margin-right: 4%;
}

.closing-photo {
	height: 370px;
	margin: 0 -400px;
}

}

@media only screen and (max-width:780px) {

p {
	line-height: 1.8em;
	font-size: 0.8em;
}

.greeting {
	font-size: 4.5em;
	line-height: 60px;
	margin-top: 5px;
}

.banner-blank {
	height: 640px;
}

.outer-content-wrapper {
	padding-top: 590px;
}

.copyright .first, .copyright .second {
	float: none;
	text-align: center;
}

.copyright .second {
	padding-top: 10px;
}

.copyright .second br {
	display: none;
}

.copyright .second span {
	padding-left: 8px;
	display: inline;
}

}

@media only screen and (max-width:680px) {

.main-nav {
	top: -60px;
	float: none;
	left: 0;
	right: 0;
	padding: 0 40px;
	position: absolute;
	z-index: 50;
	background: #dfdfdf; /* Old browsers */
}

.menu-icon {
	background-color: transparent;
	display: block;
	outline: none !important;
	position: absolute;
	left: 28px;
	padding: 10px;
	top: 15px;
	z-index: 110;
}

.inner-menu-icon {
	background: transparent url(../images/menu-alt.svg) no-repeat;
	background-size: contain;
	display: block;
	height: 30px;
	width: 30px;
	text-indent: -99999px;
	opacity: 0.8
}

.inner-menu-icon:hover {
	opacity: 1;
}

.menu-icon.open + .main-nav {
	top: 80px;
}

.menu-icon + .main-nav::before {
	display: block;
	content: ".";
	text-indent: -99999px;
	position: fixed;
	left: 40px;
	right: 40px;
	border-bottom: solid 1px #ccc;
	top: 80px;
	height: 0;
	opacity: 0;
}

.menu-icon.open + .main-nav::before {
	opacity: 1;
}

.main-nav li {
	border-top: dotted 1px #bbb;
	float: none;
}

.main-nav li.first {
	border-top: solid 1px #ccc;
}

.main-nav li.third::after {
	content: ".";
	display: block;
	text-indent: -99999px;
	overflow: hidden;
	position: absolute;
	background: url(../images/menu-shadow.png) repeat-x top transparent;
	background-size: contain;
	height: 30px;
	left: 0;
	right: 0;
	bottom: -30px;
	opacity: 0;
}

.menu-icon.open + .main-nav li.third::after {
	opacity: .1;
}

.main-nav li a {
	padding: 0;
	line-height: 40px;
}

.main-nav li a span {
	text-align: center;
}

.nav-cover {
	background-color: #dfdfdf;
	display: block;
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	height: 80px;
	z-index: 100;
}

.outer-slider-wrapper {
	display: block;
	background: url(../images/mobile-banner.png) no-repeat center center;
	background-size: contain;
	height: 700px;
}

.slider-wrapper {
	display: none;
}

.banner-blank {
	height: 660px;
}

.outer-content-wrapper {
	padding-top: 640px;
}

.closing-photo {
	height: 300px;
	background-image: url(../images/old-slo-sml.jpg);
	margin: 0 -100px;
}

}

@media only screen and (max-width:580px) {

.copyright .first span {
	font-size: .7em;
	line-height: 1em;
	margin-top: 4px;
}

.banner-blank {
	height: 630px;
}

.outer-content-wrapper {
	padding-top: 610px;
}

.outer-slider-wrapper {
	height: 680px;
	margin: 0 -12px 0 -8px;
}

.image-row.main-gallery .example-image-link {
	width: 95%;
}

.image-row.main-gallery .image-set {
	padding: 14px 50px 0;
}

.location img {
	width: 140px;
	margin: 0 auto;
}

}

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

h2 {
	font-size: 1.1em;
}

.menu-icon + .main-nav::before {
	top: 60px;
}

.main-nav {
	top: -110px;
}

.nav-inner {
	margin: 0 20px;
}

.menu-icon {
	left: 8px;
}

.nav-border {
	left: 20px;
	right: 20px;
}

.main-nav {
	padding: 0 20px;
}

.menu-icon.open + .main-nav::before {
	left: 20px;
	right: 20px;
}

.content-wrapper {
	padding: 0 20px;
}

nav {
	height: 60px;
}

.nav-border {
	top: 60px;
}

.nav-cover {
	height: 60px;
}

.logo {
	height: 40px;
	margin: 10px 0;
	padding-right: 38px;
}

.logo-text1,
.logo-text2 {
	font-size: 1.6em;
	line-height: 1em;
}

.inner-menu-icon {
	height: 22px;
	width: 22px;
}

.menu-icon {
	top: 9px;
}

.menu-icon.open + .main-nav {
	top: 60px;
}

.footer-inner {
	padding-top: 70px;
}

.cn-button::after {
	height: 44px;
	margin-top: -22px;
	width: 60px;
	margin-left: -30px;
}

.csstransforms .cn-wrapper {
	left: 79px;
	top: 26px;
}

body .menu {
	top: -144px;
}

.cn-button {
	top: 109px;
}

.menu-background {
	height: 5.4em;
	width: 5.5em;
	margin: 0 0 0 -2.7em;
	top: -44px;
}

.copyright {
	margin: 25px 20px 0;
}

.banner-blank {
	height: 540px;
}

.outer-content-wrapper {
	padding-top: 530px;
}

.outer-slider-wrapper {
	height: 600px;
}

.border-title-heading {
	width: 250px;
}

.border-title-heading::after,
.border-title-heading::before {
	width: 60px;
	top: 21px;
}

.inner-content-wrapper {
	padding-top: 50px;
}

.image-row.main-gallery {
	padding: 10px 0 10px;
	margin-bottom: 50px;
}

#paragraph2,
#paragraph3 
{ position: relative; top: -50px; }

.image-row.about-me .example-image-link {
	width: 170px;
}

.closing-photo {
	height: 270px;
}

}

@media only screen and (max-width:380px) {

.banner-blank {
	height: 470px;
}

.outer-content-wrapper {
	padding-top: 460px;
}

.outer-slider-wrapper {
	height: 530px;
}

.copyright .second span {
	display: block;
	padding: 0;
	margin-top: 4px;
}

}


























