/*
 * Ever After Theme - Global Stylesheet
 * Version: 1.0.0
 *
 * Author: Chris Rivers
 * xxcriversxx@gmail.com
 *
 * Changelog: 
 * Version: 1.0.0
 *  Init Build
 *
 */


html {
	height:100% !important;
}

body {
	background:#000;
	color:#000000;
	font-size:12px;
	font-family:'OswaldBook', arial, serif;
	height:100%;
}

h1, h2, h3, h4, h5 {
	font-family:'OswaldBold', arial, serif;
	font-weight:normal;
	color:#000;
	text-align:center;
}

.storybook h1, .storybook h2, 
.storybook h3, .storybook h4, .storybook h5 {
	font-family: 'Amatic SC', cursive;
}

h2 {
	font-size:40px;
	margin-bottom:26px;
}

.storybook h2 { 
	font-size:50px;
}

h3 {
	font-size:24px;
	margin-bottom:12px;
}

h4 {
	font-size:24px;
	margin-bottom:20px;
}

p {
	/* color:#ababab; */
	color:#6B6B6B;
	font-family:'OswaldLight', arial, serif;
	font-size:19px;
	margin-bottom: 10px;
}

.storybook p {
	color:#3C3A3A;
}

p a {
	color:#369B2B;
	font-family
	font-size:17px;
}

.btn-style1 {
	background: url("images/btn-style1.png") no-repeat scroll 0 0 transparent;
	color: #FFFFFF;
	display: inline-block;
	font-size: 11px;
	height: 17px;
	padding: 4px 19px;
	text-align: center;
	text-decoration: none;
}

.btn-style1:hover { color:#fff; }

.clearfix:after {content: "."; display: block; height: 0; clear: both; visibility: hidden;}
.clearfix {display: inline-block;}
* html .clearfix { height: 1%;}
.clearfix {display: block;}

::selection { background:#A00000; color:#fff; }
::-moz-selection { background:#A00000; color:#fff; }

/* Layout
-------------------------------------------------------------- */
body .page { margin:0 auto; width:982px; }
.rounded-list li, div.rounded { border: 1px solid #eee; border: 1px solid rgba(0, 0, 0, 0.1); -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05); -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05); box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05); }
.rounded-item { border: 1px; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05); -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05); box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05); }

a {
	text-decoration:none;
}

a:hover {
	color:#000;
	text-decoration:none;
}

.formError {
	z-index:999999;
}

a img {
	border:0;
}

.clear {
	clear:both;
	float:none;
	display:block;
}

.right {
	float:right;
}

.section-header {
	background:url("images/rule-ball.png") no-repeat center top;
	border-bottom:solid 1px #e5e5e5;
	border-top:solid 1px #e5e5e5;
	margin-bottom:90px;
	padding:90px 0;
}

.storybook .section-header {
	background:url("images/rule-ball.png") no-repeat center top;
	border-bottom:solid 1px #e5e5e5;
	border-top:solid 1px #e5e5e5;
	margin-bottom:90px;
	padding:90px 0;
}

.section-header p {
	font-size:22px;
	line-height:33px;
	padding:0 180px;
	text-align:center;
}

.content { width:83%; }

.texture {
	background: url("images/texture.png") repeat;
	overflow: hidden;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
.texture.trans { background: url("images/texture-trans.png") repeat; }

/* Header
-------------------- */
#header {
	background:#000;
	bottom: 0;
	height:44px;
	padding:13px 0;
	position:absolute;
	width:100%;
	z-index: 100;
}

#header.fixed {
	bottom:auto;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 999;
}

.fashion { background:#fff; }
.fashion #header { bottom: auto; top:2020px; }
.fashion #header.fixed { display:block; top:auto; }

#header .inner {
	margin:0 auto;
	position:relative;
	width:1100px;
}

#header .logo {
	float: left;
	margin-top: 1px;
}

#header .logo a { display: inline-block; }
#header.minimized .logo a {}

#header .navigation {
	float: right;
	height: 40px;
	list-style: none outside none;
	margin-top: 22px;
}

#header .navigation li {
	float: left;
	margin-left: 18px;
}

#header .navigation li a {
	color: #ffffff;
	font-family: 'OswaldBook',arial,serif;
	font-size: 14px;
	padding-bottom:2px;
	text-transform: uppercase;
}
#header .navigation li a:hover { border-bottom: 1px solid #a00000; }
#header .navigation li a.active { border-bottom: 1px solid #a00000; }

#header .scroll-glyph {
	background: url("images/scroll-glyph.png") no-repeat;
	display: inline-block;
	height: 180px;
	left: 960px;
	position: absolute;
	top: 560px;
	width: 330px;
	opacity: 1;
   	transition: opacity .65s ease-in-out;
   	-moz-transition: opacity .65s ease-in-out;
   	-webkit-transition: opacity .65s ease-in-out;
}

#header ul.social {
	float: right;
	list-style: none outside none;
	margin-left: 12px;
	margin-top: 8px;
}

#header ul.social li {
	float: left;
	margin-left: 7px;
	width: 34px;
}

#header ul.social li a {
	
}

#header .scroll-glyph.on{ opacity: 0.1; }

#header .btn-navbar {
	background: url("images/mobile-nav.jpg") no-repeat;
	cursor: pointer;
	display: none;
	float: right;
	height: 18px;
	margin-top: 10px;
	width: 24px;
}

/* Slides
-------------------- */
.slide {
	background-color:#fff;
	background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: cover;
	height:100%;
	width:100%;
}

.storybook .slide {
	
}

.slide .slide-bg {
	height:400px;
	width:400px;
	display:none;
	overflow:hidden;
}

.slide.no-bg { background:#ffffff; }

/* Layout 1 - Intro
-----------------------*/
.slide.intro-layout {
	height: 100%;
	overflow:hidden;
	position:relative;
}

.fashion .slide.intro-layout {
	background-color: #a19b9b;
	background-size: auto;
	height: 2089px;
}

.slide.intro-layout .content {
	margin:0 auto;
	padding-top:238px;
	width:69%;
}

.fashion .slide.intro-layout .content { padding-top:0; }

.slide.intro-layout .intro-wrap, .slide.video-layout .intro-wrap, .slide.parallax-layout .intro-wrap {
	bottom: 0;
	height: 198px;
	left: 0;
	margin: auto;
	padding-bottom: 100px;
	padding-top: 100px;
	position: absolute;
	top: 0;
	width: 100%;
}

.slide.intro-layout h1, .slide.video-layout h1 {
	color:#fff;
	font-family: 'OswaldBold',arial,serif;
	font-size: 79px;
	font-weight:normal;
	margin-bottom:9px;
	text-align:center;
	text-transform: uppercase;
}

.storybook .slide.intro-layout h1, .storybook .slide.video-layout h1 {
	font-family: 'Amatic SC', cursive;
	margin-bottom: -8px;
	text-transform:none;
}

.slide.intro-layout p, .slide.video-layout p {
	color:#ffffff;
	font-family:'OswaldLight', arial, serif;
	font-size:29px;
	text-align:center;
}

.slide.intro-layout .callout, .slide.video-layout .callout {
	margin-top:60px;
}

.slide.intro-layout .image-layers {}
	
.slide.intro-layout .image-layers .img-1, 
.slide.intro-layout .image-layers .img-1f,
.slide.parallax-layout .image-layers .img-1f {
	margin-left:-50px;
	position:absolute;
	top:340px;
}

.slide.intro-layout .image-layers .img-2, 
.slide.intro-layout .image-layers .img-2f,
.slide.parallax-layout .image-layers .img-2f { 
	margin-left: 660px;
	position:absolute;
	top: 594px;
}

.slide.intro-layout .image-layers .img-3, 
.slide.intro-layout .image-layers .img-3f,
.slide.parallax-layout .image-layers .img-3f { position:absolute; }

/* FASHION INTRO VERSION 
---------------------------*/
.fashion .slide.intro-layout .intro-lead {
	background-image:url("images/fashion-intro-lead.png");
	height: 156px;
	width: 155px;
	margin: 0 auto 18px;
	overflow: hidden;
}

.fashion .slide.intro-layout .intro-lead em {
	color: #fff;
	font-style: normal;
	padding-top: 68px;
	font-size: 21px;
	display: block;
	margin-left: 61px;
}

.fashion .slide.intro-layout h1 {
	font-family: 'Lobster', cursive;
	font-size: 155px;
	text-transform: none;
	line-height: 120px;
	margin-bottom: 20px;
}
	
.fashion .slide.intro-layout .intro-rule {
	background-image: url("images/fashion-intro-rule.png");
	height: 87px;
	width: 829px;
	background-repeat: no-repeat;
	margin: 0 auto 22px;
}

.fashion .slide.intro-layout p {
	font-family: 'OswaldBold',arial,serif;
	font-size: 48px;
	letter-spacing: 12px;
	margin-bottom: 19px;
}

.fashion .slide.intro-layout .intro-date {
	color:#fff;
	font-family: 'OswaldLight',arial,serif;
	font-size: 29px;
	margin: 0 auto;
	overflow:hidden;
	width: 149px;
}

.fashion .slide.intro-layout .intro-wrap { z-index:1; }
.fashion .slide.intro-layout .image-layers .img-1f { margin-left: 600px; top:440px; }
.fashion .slide.intro-layout .image-layers .img-2f { margin-left: 190px; top:694px; }
.fashion .slide.intro-layout .image-layers .img-3f { top: 1630px; margin-left: 280px; }

.fashion .slide.intro-layout .tag-container {
	background: url("images/tag-sprite.png") no-repeat;
	/*background: url("images/tag-sprite-02.png") no-repeat;*/
	/*background: url("images/tag-sprite-03.png") no-repeat;*/
	height: 250px;
	width: 306px;
	overflow: hidden;
	padding-top: 288px;
}
	
.fashion .slide.intro-layout .tag-container span { 
	color:#fff; 
	display:block; 
	text-align:center;
	text-transform:uppercase; 
}

.fashion .slide.intro-layout .tag-container .tag-header { 
	font-family:'OswaldBold', arial, serif;
	font-size:42px;
}

.fashion .slide.intro-layout .tag-container .tag-sub-header { 
	color:#7b7b7b;
	font-family:'OswaldBold', arial, serif;
	font-size:12px;
	letter-spacing: 17px;
	margin-bottom: 50px;
	padding-left: 15px;
}
	
.fashion .slide.intro-layout .tag-container .tag-outro {
	color:#5c5c5c;
	font-family:'OswaldBook', arial, serif;
	font-size:15px;
}

.fashion .slide.intro-layout .content ul.social-media {
	list-style: none;
	margin: 0 auto;
	display: block;
	width: 239px;
	margin-top: 18px;
}
	
.fashion .slide.intro-layout .content ul.social-media li { float:left; margin-right:10px; }
.fashion .slide.intro-layout .content ul.social-media li.social-instagram { margin: 0; width: 77px; }

.fashion .slide.intro-layout .content ul.social-media li a {
	background-size:70px 70px;
	display:inline-block;
	height:70px;
	text-indent:-9999px;
	width:70px;
	
	-webkit-transform: rotate(0) scale(0,0);
	-moz-transform: rotate(0) scale(0,0);
	-o-transform: rotate(0) scale(0,0);
	-ms-transform: rotate(0) scale(0,0);
	transform: rotate(0) scale(0,0);
}

.fashion .slide.intro-layout .content ul.social-media li a.rotate {
	transition: all 1.5s ease-in-out;
	-moz-transition: all 1.5s ease-in-out;
	-webkit-transition: all 1.5s ease-in-out;
	
	-webkit-transform: rotate(360deg) scale(1,1);
	-moz-transform: rotate(360deg) scale(1,1);
	-o-transform: rotate(360deg) scale(1,1);
	-ms-transform: rotate(360deg) scale(1,1);
	transform: rotate(360deg) scale(1,1);
}

.fashion .slide.intro-layout .content ul.social-media li a.rotate:hover {
	transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-webkit-transition: all .5s ease-in-out;
	
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
}

.fashion .slide.intro-layout .content ul.social-media li.social-facebook a { background-image:url("images/social-facebook-white.png"); }
.fashion .slide.intro-layout .content ul.social-media li.social-twitter a { background-image:url("images/social-twitter-white.png"); }
.fashion .slide.intro-layout .content ul.social-media li.social-instagram a { background-image:url("images/social-instagram-white.png"); }

/* Layout 13 - FASHION PARALLAX 
----------------------------------*/
.fashion .slide.parallax-layout { 
	background-color:#6f696d; 
	background-size: auto; 
	height: 2089px; 
	overflow:hidden;
	position:relative;
}

.fashion .slide.parallax-layout .content { 
	height: 100%;
	padding: 0;
	margin: 0 auto;
	position: relative;
}

.fashion .slide.parallax-layout .intro-wrap { z-index:1; }
.fashion .slide.parallax-layout .image-layers .img-1f { margin-left: 600px; top:440px; }
.fashion .slide.parallax-layout .image-layers .img-2f { height:auto; margin-left: 290px; top:694px; width:200px; }
.fashion .slide.parallax-layout .image-layers .img-3f { top: 1630px; margin-left: 880px; }

.fashion .slide.parallax-layout .intro-lead {
	height: 36px;
	width: 155px;
	margin: 0 auto 18px;
	overflow: hidden;
}

.fashion .slide.parallax-layout .intro-lead em {
	color: #fff;
	font-style: normal;
	font-size: 31px;
	text-align: center;
	display: block;
}

.fashion .slide.parallax-layout h1 {
	color:#fff;
	font-family: 'Lobster', cursive;
	font-size: 112px;
	text-transform: none;
	line-height: 94px;
	margin-bottom: 22px;
}
	
.fashion .slide.parallax-layout .rule-head{
	background-image: url("images/rule-head.png");
	height: 56px;
	width: 829px;
	background-repeat: no-repeat;
	margin: 0 auto 0px;
}

.fashion .slide.parallax-layout .rule-foot {
	background-image: url("images/rule-foot.png");
	height: 15px;
	width: 829px;
	background-repeat: no-repeat;
	margin: 0 auto 7px;
}

.fashion .slide.parallax-layout p {
	color: #fff;
	font-family: 'OswaldBook',arial,serif;
	font-size: 33px;
	letter-spacing: 2px;
	text-align: center;
}

.fashion .slide.parallax-layout .intro-date {
	color:#fff;
	font-family: 'OswaldLight',arial,serif;
	font-size: 29px;
	margin: 0 auto;
	overflow:hidden;
	width: 149px;
}

.fashion .slide.parallax-layout .clock-layers {
	position: absolute;
	top: 1250px;
	right: 150px;
}

.fashion .slide.parallax-layout .clock-layers .clock-body {}

.fashion .slide.parallax-layout .clock-layers .clock-arm {
	position: absolute;
	z-index: 2;
	top: 60px;
	left: 90px;
	transform-origin:100% 100%;
	-ms-transform-origin:100% 100%; /* IE 9 */
	-webkit-transform-origin:100% 100%; /* Opera, Chrome, and Safari */
}

.fashion .slide.parallax-layout .clock-layers .clock-cap { 
	position: absolute;
	z-index: 3;
	top: 151px;
	left: 152px; 
}

/* Layout 2 - Services
-------------------------*/
.slide.services-layout {
	background:#fff;
	background-size: auto auto;
	height:auto;
	padding-bottom:265px;
}

.storybook .slide.services-layout {
	background:url("images/paper-texture-4.jpg") repeat;
}

.storybook .slide.services-layout .section-header {
	background:url("images/spray-3.png") no-repeat;
	background-position: 20px -16px;
	border: none;
	padding:130px 0;
}

.storybook .slide.services-layout .section-header p {
	color:#3C3A3A;
}

.slide.services-layout .content {
	margin:0 auto;
	padding-top:135px;
}

.slide.services-layout .section-callouts { 
	height: auto;
	margin: 0 auto 96px;
	min-height: 216px;
	overflow: hidden;
	padding: 0;
	text-align: center;
	width: 911px;
}

.slide.services-layout .section-callouts div { 
	float:left;
	margin-top: -600px;
	margin-right: 90px;
	padding-top: 45px;
	text-align: left;
	width: 243px;
}

.slide.services-layout .section-callouts div.callout-1 { background:url("images/callout-1-icon.png") no-repeat center top; }
.slide.services-layout .section-callouts div.callout-2 { background:url("images/callout-2-icon.png") no-repeat center top; }
.slide.services-layout .section-callouts div.callout-3 { background:url("images/callout-3-icon.png") no-repeat center top; margin-right:0; }

.slide.services-layout .section-callouts h3 {}

.slide.services-layout .section-callouts p {
	line-height:30px;
	text-align:center;
}

.slide.services-layout .section-callouts a {
	background: #A00000;
	color: #FFFFFF;
	display: inline-block;
	font-size: 17px;
	margin-left: 28px;
	padding: 5px 57px;
}
.slide.services-layout .section-callouts a:hover { background:#E04040; }

.slide.services-layout .section-closing { 
	border-top: 1px solid #E5E5E5;
	padding: 96px 0 0;
}

.slide.services-layout .section-closing h4 {}
.storybook .slide.services-layout .section-closing h4 { font-size:34px; }

.slide.services-layout .section-closing p {
	font-size:18px;
	line-height:30px;
	text-align:center;
}

/* Layout 3 - Fullscreen Gallery
-----------------------------------*/
.slide.fgallery-layout {
	background-color:#000;
	background-attachment:fixed; 
	background-position: 50% 0;
	padding-bottom:190px; /* Optional, used for angled slide */
	overflow:hidden;
}

.slide.fgallery-layout .content {
	position:relative;
}

.slide.fgallery-layout .project-nav {
	background: url("images/setting-icon.jpg") no-repeat scroll 0 0 #000000;
	height: 200px;
	left: 78px;
	padding-top: 70px;
	position: absolute;
	top: 56px;
	width: 70px;
	z-index: 1;
}

.slide.fgallery-layout .photo-details {
	background: url("images/project-info.png") no-repeat scroll 0 0;
	cursor:pointer;
	height:70px;
	width:70px;
}
.slide.fgallery-layout .photo-details:hover { background-position:-70px center; }

.slide.fgallery-layout .photo-detail-content {
	background: none repeat scroll 0 0 #000000;
	color: #FFFFFF;
	font-family:'OswaldLight', arial, serif;
	font-size: 32px;
	left: 157px;
	padding: 42px 18px;
	position: absolute;
	text-align: center;
	top: 126px;
	width: 283px;
}

.slide.fgallery-layout .nav-arrow {  cursor:pointer; height:70px; width:70px; }
.slide.fgallery-layout .nav-arrow.next { background: url("images/project-next.png") no-repeat scroll 0 0; }
.slide.fgallery-layout .nav-arrow.next:hover { background-position:-70px center; }

.slide.fgallery-layout .nav-arrow.prev { background: url("images/project-prev.png") no-repeat scroll 0 0; }
.slide.fgallery-layout .nav-arrow.prev:hover { background-position:-70px center; }

.slide.fgallery-layout .featured-gallery img { display:none; }

.slide.fgallery-layout .wipe-angle {
	background:#fff;
	/* bottom:-1180px; */
	top: 75%;
	height:150%;
	position:absolute;
	width:150%;
	-webkit-transform:rotate(-9deg);
	-moz-transform:rotate(-9deg);
	-o-transform:rotate(-9deg);
	-ms-transform:rotate(-9deg);
	transform:rotate(-9deg);
}

/* Layout 4 - Portfolio
-------------------------*/
.slide.portfolio-layout {
	background:#fff;
	height:auto;
	padding-bottom:265px;
}

.slide.portfolio-layout .content {
	margin:0 auto;
	padding-top:166px;
}

/* .storybook .slide.portfolio-layout .content { padding-top: 0px; } */

.slide.portfolio-layout .section-portfolio {
	margin: 0 auto;
	width: 1098px;
}

.portfolio-layout .grid-item { 
	float:left; 
	height: 241px;
	margin-bottom:3px;
	overflow:hidden;
	position:relative;
	width: 363px;
}

.portfolio-layout .grid-item.featured { height:362px; width: 547px; }
.portfolio-layout .grid-item.featured:nth-child(1) { margin-right: 3px; }

.portfolio-layout .grid-item.standard { margin-right: 3px; }

.portfolio-layout .grid-item a {}
.portfolio-layout .grid-item a img {
	height: auto;
	width: 100%;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	-ms-transition: all 1s ease;
	transition: all 1s ease;
}

.portfolio-layout .grid-item:hover a img {
	transform:scale(1.2);
    -ms-transform:scale(1.2); 
    -moz-transform:scale(1.2); 
    -webkit-transform:scale(1.2);
    -o-transform:scale(1.2); 
}

.portfolio-layout .design-overlay {
	background:#000;
	height:100%;
	left:0;
	opacity:.7;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
	position:absolute;
	top: -2px;
	width:100%;
	z-index:2;
}

.portfolio-layout .design-overlay .expand {
	background: url("images/expand.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
	display: inline-block;
	height: 50px;
	width: 43px;
	top: 45%;
	position: absolute;
	left: 45%;
}


/* Special Effects
--------------------- */
.portfolio-layout .grid-item .mask, 
.portfolio-layout .grid-item .content {
	width: 100%;
	height: 100%;
	position: absolute;
	overflow: hidden;
	top: 0;
	left: 0;
}

.portfolio-layout .grid-item.featured h2 { font-size: 42px; line-height: 57px; margin-top: 70px; }
.portfolio-layout .grid-item h2 {
	text-transform: uppercase;
	color: #fff;
	text-align: center;
	position: relative;
	font-size: 17px;
	padding: 10px;
	background: rgba(0, 0, 0, 0.8);
	margin: 20px 0 0 0;
}

.portfolio-layout .grid-item p {
	font-family: Georgia, serif;
	font-style: italic;
	font-size: 12px;
	position: relative;
	color: #fff;
	padding: 10px 20px 0;
	text-align: center;
}

.portfolio-layout .grid-item a.info {
	display: block;
	text-decoration: none;
	padding: 7px 14px;
	background: #000;
	color: #fff;
	margin:0 auto;
	text-align: center;
	text-transform: uppercase;
	width: 70px;
	-webkit-box-shadow: 0 0 1px #000;
	-moz-box-shadow: 0 0 1px #000;
	box-shadow: 0 0 1px #000;
}

.portfolio-layout .grid-item img {
	-webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	-ms-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
}

.portfolio-layout .grid-item .mask {
	background-color: rgba(0,0,0,0.6);
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
	-webkit-transform: translate(460px, -100px) rotate(180deg);
	-moz-transform: translate(460px, -100px) rotate(180deg);
	-o-transform: translate(460px, -100px) rotate(180deg);
	-ms-transform: translate(460px, -100px) rotate(180deg);
	transform: translate(460px, -100px) rotate(180deg);
	-webkit-transition: all 0.2s 0.4s ease-in-out;
	-moz-transition: all 0.2s 0.4s ease-in-out;
	-o-transition: all 0.2s 0.4s ease-in-out;
	-ms-transition: all 0.2s 0.4s ease-in-out;
	transition: all 0.2s 0.4s ease-in-out;
}

.portfolio-layout .grid-item h2 {
	-webkit-transform: translateY(-200px);
	-moz-transform: translateY(-200px);
	-o-transform: translateY(-200px);
	-ms-transform: translateY(-200px);
	transform: translateY(-200px);
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.portfolio-layout .grid-item p {
	-webkit-transform: translateX(300px) rotate(90deg);
	-moz-transform: translateX(300px) rotate(90deg);
	-o-transform: translateX(300px) rotate(90deg);
	-ms-transform: translateX(300px) rotate(90deg);
	transform: translateX(300px) rotate(90deg);
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.portfolio-layout .grid-item a.info {
	-webkit-transform: translateY(-300px);
	-moz-transform: translateY(-300px);
	-o-transform: translateY(-300px);
	-ms-transform: translateY(-300px);
	transform: translateY(-300px);
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.portfolio-layout .grid-item:hover .mask {
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
	-webkit-transition-delay: 0s;
	-moz-transition-delay: 0s;
	-o-transition-delay: 0s;
	-ms-transition-delay: 0s;
	transition-delay: 0s;
	-webkit-transform: translate(0px, 0px);
	-moz-transform: translate(0px, 0px);
	-o-transform: translate(0px, 0px);
	-ms-transform: translate(0px, 0px);
	transform: translate(0px, 0px);
}

.portfolio-layout .grid-item:hover h2 {
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	-o-transform: translateY(0px);
	-ms-transform: translateY(0px);
	transform: translateY(0px);
	-webkit-transition-delay: 0.5s;
	-moz-transition-delay: 0.5s;
	-o-transition-delay: 0.5s;
	-ms-transition-delay: 0.5s;
	transition-delay: 0.5s;
}

.portfolio-layout .grid-item:hover p {
	-webkit-transform: translateX(0px) rotate(0deg);
	-moz-transform: translateX(0px) rotate(0deg);
	-o-transform: translateX(0px) rotate(0deg);
	-ms-transform: translateX(0px) rotate(0deg);
	transform: translateX(0px) rotate(0deg);
	-webkit-transition-delay: 0.4s;
	-moz-transition-delay: 0.4s;
	-o-transition-delay: 0.4s;
	-ms-transition-delay: 0.4s;
	transition-delay: 0.4s;
}

.portfolio-layout .grid-item:hover a.info {
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	-o-transform: translateY(0px);
	-ms-transform: translateY(0px);
	transform: translateY(0px);
	-webkit-transition-delay: 0.3s;
	-moz-transition-delay: 0.3s;
	-o-transition-delay: 0.3s;
	-ms-transition-delay: 0.3s;
	transition-delay: 0.3s;
}
				

/* Layout 5 - Image Layout
----------------------------*/
.slide.layout-image { 
	background-attachment:fixed; 
	background-position: 50% 0;
	height:580px;
	overflow:hidden;
}

.slide.layout-image .inner-wrap { /* Solution: Chrome Transition Bug */
	height:100%;
	position:relative;
	width:100%;
}

.slide.layout-image .content {
	bottom: 0;
	height: 93px; /* Increase this as needed */
	left: 0;
	margin: auto;
	position: absolute;
	right: 0;
	top: 0;
	width:850px;
	z-index: 2;
}

.storybook .slide.layout-image .content {
	height: 143px; /* Increase this as needed */
}

.slide.layout-image .content h4 {
	color:#fff;
	font-family: 'OswaldBook',arial,serif;
	font-size:30px;
	line-height: 41px;
	text-transform:uppercase;
}

.storybook .slide.layout-image .content h4  {
	font-family: 'Aguafina Script', cursive;
	font-size:45px;
	line-height: normal;
	text-transform:none;
}

.slide.layout-image h4 i {
	color: #a00000;
	font-family: FontAwesome;
	font-size: smaller;
	height: inherit;
	display: inline-table;
	line-height: normal;
	vertical-align: top;
	margin: 0 0px;
}

.storybook .slide.layout-image h4 i {
	font-size:initial;
}

.slide.layout-image h4 .icon-quote-left:before {
	content:"\f10d";
}

.slide.layout-image h4 .icon-quote-right:before {
	content:"\f10e";
}

/* Layout 6 - Story Layout
-----------------------------*/
.slide.story-layout {
	background-size: auto auto;
	height:auto;
	padding-bottom:165px;
}

.storybook .slide.story-layout {
	background:url("images/paper-texture-4.jpg") repeat;
}

.slide.story-layout .content {
	margin: 0 auto;
	padding-top: 135px;
}

.slide.story-layout .section-header {}
.slide.story-layout .section-header p {}

.slide.story-layout .section-callouts { margin:0 auto 90px; min-height: 489px; overflow:hidden; width:950px; }
.slide.story-layout .section-callouts p {
	color:#8f8f8f;
	font-size:17px;
	line-height:28px;
	padding:0;
	text-align:center;
}

.slide.story-layout .content .bio { 
	cursor:pointer;
	float: left;
	margin-right: 47px;
	margin-top: -600px;
	text-align:center;
	width: 284px;
}

.slide.story-layout .content .bio.last { margin-right:0; }
.slide.story-layout .content .bio img { 
	border:1px solid #C0C0C0;
	margin-bottom:30px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	-ms-transition: all .5s ease;
	transition: all .5s ease;
}

.storybook .slide.story-layout .content .bio img { 
	border-corner-shape: notch;
	border-radius: 50% 50% 50% 0%;
	-webkit-border-radius: 50% 50% 50% 0%;
	-moz-border-radius: 50% 50% 50% 0%;
	
	border: 1px solid #DFDFDF;
	padding: 6px;
}

.slide.story-layout .blur {
	transform:scale(.7);
    -ms-transform:scale(.7); 
    -moz-transform:scale(.7); 
    -webkit-transform:scale(.7);
    -o-transform:scale(.7); 
	-webkit-filter: blur(3px); -moz-filter: blur(3px); -o-filter: blur(3px); -ms-filter: blur(3px); filter: blur(3px);
}
	
.slide.story-layout .content h3 {
	color:#a00000;
	font-size:22px;
	margin-bottom: 10px;
}

.storybook .slide.story-layout .content h3 { font-size:32px; }

.slide.story-layout .content .role {
	color:#3b3838;
	font-family:'OswaldLight', arial, serif;
	font-size:16px;
	margin-bottom:15px;
}

.slide.story-layout .content ul.social-media {
	list-style: none;
	margin: 0 auto;
	display: inline-block;
}
	
.slide.story-layout .content ul.social-media li {
	float:left;
	margin-right:3px;
}

.slide.story-layout .content ul.social-media li a {
	background-size:50px 50px;
	display:inline-block;
	height:50px;
	text-indent:-9999px;
	width:50px;
}

.slide.story-layout .content ul.social-media li.social-facebook a { background-image:url("images/social-facebook.png"); }
.slide.story-layout .content ul.social-media li.social-twitter a { background-image:url("images/social-twitter.png"); }
.slide.story-layout .content ul.social-media li.social-instagram a { background-image:url("images/social-instagram.png"); }

/* Layout 6 - Location Layout
-----------------------------*/
.slide.location-layout {
	height:auto;
	padding-bottom:0px;
}

.slide.location-layout .content {
	margin: 0 auto;
	padding-top: 135px;
}

.slide.location-layout .section-map {
	overflow:hidden;
	position:relative;
	width:100%;
}

.slide.location-layout .section-map iframe {}

/* Layout 7 - Instagram
--------------------------*/
.slide.instagram-layout {
	background-size: auto auto;
	height:auto;
	min-height:800px;
	padding-bottom:200px;
}

.storybook .slide.instagram-layout {
	background:url("images/paper-texture-3.jpg") repeat;
}

.slide.instagram-layout .content {
	margin: 0 auto;
	padding-top: 135px;
}

.slide.instagram-layout .gallery {
	margin:0 auto;
	min-height:890px;
	width:875px;
}

.slide.instagram-layout .gallery a {
	float: left;
	margin-bottom: 15px;
	margin-right: 15px;
}

.slide.instagram-layout .gallery a:nth-child(4n) {
	margin-right:0;
}

/* Layout 8 - Default 
-----------------------------*/
.slide.layout-default {
	padding-top:150px;
}

.slide.layout-default .content {
	margin:0 auto;
	width:945px;
}

.slide.layout-default h2 {
	color:#ffffff;
}

/* Layout 9 - Video
----------------------*/
.slide.video-layout {
	background-color:#000;
	height:100%;
	padding:0;
	position:relative;
}

.slide.video-layout .content {
	height:100%;
	position:relative;
	width:100%;
}

.slide.video-layout .content video {}
.slide.video-layout .mejs-video {}
.slide.video-layout .mejs-container .mejs-controls { background:none; }

.slide.video-layout .texture { z-index:2; }
.slide.video-layout .buttonBar { display:none; }

.slide.video-layout .music-toggle {
	cursor: pointer;
	float: right;
	margin-right: 10%;
	margin-top: 100px;
	z-index: 3;
	position: relative;
}

.slide.video-layout .bars {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 19px;
  height: 20px;
  /* true is 22 */
  position: relative; }

.slide.video-layout .bars li {
  position: absolute;
  bottom: 0;
  display: block;
  float: left;
  width: 4px;
  background-color: #ffffff;
  -webkit-border-radius: 1px 1px 0px 0px;
  -moz-border-radius: 1px 1px 0px 0px;
  border-radius: 1px 1px 0px 0px;
  -webkit-transition: height 0.4s linear;
  -moz-transition: height 0.4s linear;
  -o-transition: height 0.4s linear;
  transition: height 0.4s linear; }

.slide.video-layout .bars:first-child {
  margin-left: 0; 
}

.slide.video-layout .bars:last-child {
  margin-right: 0; 
}

.slide.video-layout .bar1 {
  left: 0px;
  height: 16px;
  -moz-animation: move1 infinite 2s linear;
  -webkit-animation: move1 infinite 2s linear; 
}

.slide.video-layout .bar2 {
  left: 6px;
  height: 12px;
  -moz-animation: move2 infinite 4s linear;
  -webkit-animation: move2 infinite 4s linear; 
}

.slide.video-layout .bar3 {
  left: 12px;
  height: 18px;
  -moz-animation: move3 infinite 2s linear;
  -webkit-animation: move3 infinite 2s linear; 
}

.slide.video-layout .bar4 {
  left: 18px;
  height: 9px;
  -moz-animation: move4 infinite 0.8s linear;
  -webkit-animation: move4 infinite 0.8s linear; 
}

.slide.video-layout .hidden {}
.slide.video-layout .music-toggle.music-stopped .bars li {
  height: 4px;
  -moz-animation: stop 0.8s linear;
  -webkit-animation: stop 0.8s linear; 
}

/* Layout 10 - Contact
----------------------*/
.slide.layout-contact {
	height: auto;
	/* padding:200px 0; This comes back if scroller comes back */
	padding:0px 0 200px;
	position: relative;
	z-index: 1;
}

.slide.layout-contact .content {
	margin: 0 auto;
}

.slide.layout-contact .section-header h2 { font-size:27px; }
.storybook .slide.layout-contact .section-header h2 { font-size:37px; }

.slide.layout-contact .section-header p { font-size:18px; line-height:22px; }
.slide.layout-contact form { margin: 0 auto; width: 820px; }

form {
	
}

form label {
	color:#404040;
	display:block;
	font-family:'OswaldBold', arial, serif;
	font-size:15px;
	margin-bottom:10px;
}

form .col1 {
	float: left;
	margin-right: 34px;
	width: 398px;
}

form .col2 {
	float:left;
}

form .group { margin-bottom:20px; }

form input.text {
	border: 1px solid #CCCCCC;
	padding: 10px;
	width: 350px;
}

form textarea {
	border: 1px solid #CCCCCC;
	height: 135px;
	padding: 10px;
	width: 350px;
}

form input.submit {
	background:#A00000;
	border:none;
	color:#fff;
	cursor:pointer;
	float:right;
	font-family: 'OswaldBook',arial,serif;
  	font-size: 15px;
	padding: 9px;
	text-align:center;
	text-transform:uppercase;
	width:126px;
}

form input.submit:hover {
	background:#E04040;
}

/* Layout 11 - Animation
-------------------------------*/
.slide.layout-animation {
	height:1194px;
	padding-top:260px;
}

.slide.layout-animation .content {
	background-image: url("images/sprite.png");
	height:919px;
	margin: 0 auto;
	width: 645px;
}

.sprite-1{ background-position: 0 -969px; } 
.sprite-2{ background-position: 0 -1938px; } 
.sprite-3{ background-position: -695px 0; } 
.sprite-4{ background-position: -695px -969px; } 
.sprite-5{ background-position: -695px -1938px; } 
.sprite-6{ background-position: -1390px 0; } 
.sprite-7{ background-position: -1390px -969px; } 
.sprite-8{ background-position: -1390px -1938px; } 
.sprite-9{ background-position: -2085px 0; } 
.sprite-10{ background-position: -2085px -969px; } 
.sprite-11{ background-position: -2085px -1938px; } 
.sprite-12{ background-position: -2780px 0; } 
.sprite-13{ background-position: -2780px -969px; } 
.sprite-14{ background-position: -2780px -1938px; } 
.sprite-15{ background-position: -3475px 0; } 
.sprite-16{ background-position: -3475px -969px; } 
.sprite-17{ background-position: -3475px -1938px; } 
.sprite-18{ background-position: -4170px 0; } 
.sprite-19{ background-position: -4170px -969px; } 
.sprite-20{ background-position: -4170px -1938px; } 
.sprite-21{ background-position: -4865px 0; } 
.sprite-22{ background-position: -4865px -969px; } 
.sprite-23{ background-position: -4865px -1938px; } 
.sprite-24{ background-position: -5560px 0; } 
.sprite-25{ background-position: -5560px -969px; } 
.sprite-26{ background-position: -5560px -1938px; } 
.sprite-27{ background-position: -6255px 0; } 
.sprite-28{ background-position: -6255px -969px; } 
.sprite-29{ background-position: -6255px -1938px; } 
.sprite-30{ background-position: -6950px 0; } 
.sprite-31{ background-position: -6950px -969px; } 
.sprite-32{ background-position: -6950px -1938px; } 
.sprite-33{ background-position: -7645px 0; } 
.sprite-34{ background-position: -7645px -969px; } 
.sprite-35{ background-position: -7645px -1938px; }

/* Layout 12 - Layout Scroller
--------------------------------*/
.slide.layout-scroller {
	background-attachment:fixed; 
	background-position: 50% 0;
	height:3030px;
	overflow:hidden;
	position:relative;
}

.slide.layout-scroller .content {
	padding-top:25%;
	margin: 0 auto;
}

.slide.layout-scroller .content-layers {
	position: absolute;
	display: block;
	top: 1690px;
	width: 80%;
}

.slide.layout-scroller .content-layers h2 {
	color: #FFFFFF;
	font-size: 50px;
	text-transform: uppercase;
	text-shadow: 1px 1px 5px #666666;
}

.storybook .slide.layout-scroller .content-layers h2 {
	font-family: 'Amatic SC', cursive;
	margin-bottom: -8px;
	text-transform:none;
}

.slide.layout-scroller .image-layers img { display:none; }
.slide.layout-scroller.inview .image-layers img { display:block; }

.slide.layout-scroller .wipe-angle {
	background:#fff;
	bottom:-4370px;
	height:150%;
	position:absolute;
	width:150%;
	-webkit-transform:rotate(-9deg);
	-moz-transform:rotate(-9deg);
	-o-transform:rotate(-9deg);
	-ms-transform:rotate(-9deg);
	transform:rotate(-9deg);
}

/* Footer
--------------------------------- */
#footer {
	background: none repeat scroll 0 0 #252525;
	color: #76665E;
	font-family: Tahoma;
	font-size: 12px;
	font-weight: normal;
	height: auto;
	padding: 88px 0;
}

#footer .inner { margin:0 auto; text-align:center; width:945px; }

#footer .footer-copy {
	color: #888888;
	float:left;
	font-family:'OswaldBook', arial, serif;
	font-size: 15px;
	text-align: left;
	width:627px;
}

.footer-social { float:right; }
.footer-social a { margin-right:10px; }

/* Instagram Theatre
---------------------------*/
.instagram-photo {
    display: inline-block;
	float:left;
    height: 196px;
    margin: 10px;
    width: 195px;
}

#seachInstagramLoadMoreContainer { clear:both; }
#seachInstagramLoadMoreContainer a { display: block; float:none; margin: 0 auto; width: 70px; }

.btn {
	display: inline-block;
	padding: 4px 10px 4px;
	margin-bottom: 0;
	font-size: 13px;
	line-height: 18px;
	color: #333333;
	text-align: center;
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
	vertical-align: middle;
	background-color: #f5f5f5;
	background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
	background-image: -ms-linear-gradient(top, #ffffff, #e6e6e6);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
	background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
	background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
	background-image: linear-gradient(top, #ffffff, #e6e6e6);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6', GradientType=0);
	border-color: #e6e6e6 #e6e6e6 #bfbfbf;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
	border: 1px solid #ccc;
	border-bottom-color: #bbb;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	cursor: pointer;
	filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
	*margin-left: .3em;
}

/*
.btn-inverse {
	color: #ffffff !important;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #5bb75b;
	*background-color: #51a351;
	background-image: -moz-linear-gradient(top, #62c462, #51a351);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#51a351));
	background-image: -webkit-linear-gradient(top, #62c462, #51a351);
	background-image: -o-linear-gradient(top, #62c462, #51a351);
	background-image: linear-gradient(to bottom, #62c462, #51a351);
	background-repeat: repeat-x;
	border-color: #51a351 #51a351 #387038;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff51a351', GradientType=0);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
*/

.btn-inverse {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .25);
    background-color: #006DCC;
    background-image: -moz-linear-gradient(top, #08C, #04C);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#08C), to(#04C));
    background-image: -webkit-linear-gradient(top, #08C, #04C);
    background-image: -o-linear-gradient(top, #08C, #04C);
    background-image: linear-gradient(to bottom, #08C, #04C);
    background-repeat: repeat-x;
    border-color: #04C #04C #002A80;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0044cc', GradientType=0);
    filter: progid: DXImageTransform.Microsoft.gradient(enabled=false)
}

.btn-primary.active,
.btn-warning.active,
.btn-danger.active,
.btn-success.active,
.btn-info.active,
.btn-inverse.active {
  color: rgba(255, 255, 255, 0.75);
}

.btn-primary {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #006dcc;
  *background-color: #0044cc;
  background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
  background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
  background-image: -o-linear-gradient(top, #0088cc, #0044cc);
  background-image: linear-gradient(to bottom, #0088cc, #0044cc);
  background-repeat: repeat-x;
  border-color: #0044cc #0044cc #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0044cc', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
  color: #ffffff;
  background-color: #0044cc;
  *background-color: #003bb3;
}

.btn-primary:active,
.btn-primary.active {
  background-color: #003399 \9;
}

/* Customization Bar
---------------------------*/
.ig-controller {
	background: #fff;
	display:none;
	position: fixed;
	right: 0px;
	top: 19%;
	width: 250px;
	z-index: 1001;
}

.ig-controller_container {
    border: 1px solid rgba(23, 24, 26, 0.15);
    border-bottom-left-radius: 2px;
    border-top-left-radius: 2px;
    box-shadow: 0 2px 9px 2px rgba(0, 0, 0, 0.14);
}

.ig-controller_container .intro {
    background-image: -moz-linear-gradient(center top , #fff 0%, #f7f4f4 100%);
	background-image: -ms-linear-gradient(top, #fff, #f7f4f4);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#f7f4f4));
	background-image: -webkit-linear-gradient(top, #fff, #f7f4f4);
	background-image: -o-linear-gradient(top, #fff, #f7f4f4);
	background-image: -moz-linear-gradient(top, #fff, #f7f4f4);
	background-image: linear-gradient(top, #fff, #f7f4f4);
    color: #000;
    font-size: 15px;
	font-family: 'Oswald',arial,serif;
    height: 44px;
    line-height: 44px;
    text-align: center;
}

.ig-controller_container .box-title {
	border-top: 1px solid rgba(23, 24, 26, 0.15);
	color:#222;
	font-family: "Open Sans",sans-serif;
    font-size: 12px;
	padding:20px 20px 10px 20px;
}

.ig-controller_container .outro {
	background-image: -moz-linear-gradient(center top , #fff 0%, #f7f4f4 100%);
	background-image: -ms-linear-gradient(top, #fff, #f7f4f4);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#f7f4f4));
	background-image: -webkit-linear-gradient(top, #fff, #f7f4f4);
	background-image: -o-linear-gradient(top, #fff, #f7f4f4);
	background-image: -moz-linear-gradient(top, #fff, #f7f4f4);
	background-image: linear-gradient(top, #fff, #f7f4f4);
	border-top: 1px solid rgba(23, 24, 26, 0.15); 
	padding-bottom:18px;
}

.ig-controller_container .box-title a { 
	color:#fff; 
	border:solid 1px;
	border-color: #04C #04C #002A80;
	display:block; 
	font-weight:normal; 
	padding:6px 0px;	
	margin:0 auto 3px; 
	text-align:center; 
	width:80%; 
}

.ig-controller_container form {}
.ig-controller_container form label { color:#fff; }
.ig-controller_container form input.text {
	color: #777;
	font-family: "Open Sans",sans-serif;
	font-size: 11px;
	height: 15px;
	padding: 6px;
	width: 117px;
}

.ig-controller_container form select { 
	font-size:12px; 
	padding: 2px;
	line-height: 28px;
	height: 28px;
	vertical-align: middle;
	width: 134px; 
}

.ig-controller_container form input.submit { display: inline-block; }

.ig-controller-toggle {
	background: #FFF url("images/cog.png") no-repeat 10px 13px;
	background-size:30px 30px;
	border-left: 1px solid #ddd;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	border-radius: 5px 0px 0px 5px;
	cursor: pointer;
	height: 56px;
	right: 249px;
	margin-top: 0;
	opacity: 1;
	position: absolute;
	top: 46px;
	width: 52px;
	-moz-border-radius: 5px 0px 0px 5px;
	-webkit-border-radius: 5px 0px 0px 5px;
}

.ig-glyph {
	background: url("images/ig-glyph.png") no-repeat;
	background-size: 100%;
	display: block;
	height: 85px;
	width: 180px;
	margin: 20px auto;
	clear: both;
	opacity: 1;
	transition: opacity .65s ease-in-out;
	-moz-transition: opacity .65s ease-in-out;
	-webkit-transition: opacity .65s ease-in-out;
}
.ig-glyph.on{ opacity: 0.1; }

/* Digital Audio Equalizer 
-----------------------------*/
@-moz-keyframes stop {
  0% {
    height: 60px; }

  100% {
    height: 12px; } }

@-moz-keyframes hover {
  0% {
    height: 15px; }

  100% {
    height: 60px; } }

@-moz-keyframes move1 {
  0% {
    height: 15px; }

  25% {
    height: 60px; }

  75% {
    height: 45px; }

  100% {
    height: 15px; } }

@-moz-keyframes move2 {
  0% {
    height: 6px; }

  25% {
    height: 36px; }

  75% {
    height: 60px; }

  100% {
    height: 6px; } }

@-moz-keyframes move3 {
  0% {
    height: 31px; }

  25% {
    height: 6px; }

  75% {
    height: 60px; }

  100% {
    height: 31px; } }

@-moz-keyframes move4 {
  0% {
    height: 36px; }

  25% {
    height: 15px; }

  75% {
    height: 66px; }

  100% {
    height: 36px; } }

@-webkit-keyframes stop {
  0% {
    height: 60px; }

  100% {
    height: 16px; } }

@-webkit-keyframes hover {
  0% {
    height: 15px; }

  100% {
    height: 60px; } }

@-webkit-keyframes move1 {
  0% {
    height: 15px; }

  25% {
    height: 60px; }

  75% {
    height: 45px; }

  100% {
    height: 15px; } }

@-webkit-keyframes move2 {
  0% {
    height: 6px; }

  25% {
    height: 36px; }

  75% {
    height: 60px; }

  100% {
    height: 6px; } }

@-webkit-keyframes move3 {
  0% {
    height: 31px; }

  25% {
    height: 6px; }

  75% {
    height: 60px; }

  100% {
    height: 31px; } }

@-webkit-keyframes move4 {
  0% {
    height: 36px; }

  25% {
    height: 15px; }

  75% {
    height: 66px; }

  100% {
    height: 36px; } }

/* Responsive Mobile
-----------------------------*/
/* Large Tablets */
@media screen and (max-width: 1270px) {
	
 	#header .inner {
	  width: 981px;
	}
	
	#header .navigation li {
	  margin-left: 13px;
	}
	
	/* --------------- */
	.slide.services-layout .section-callouts { 
		width: 810px;
	}

	.slide.services-layout .section-callouts div { 
		margin-right: 39px;
	}
	
	/* --------------- */
	.slide.portfolio-layout .section-portfolio {
	  	width: 548px;
	}
	
	.portfolio-layout .grid-item {
		height: 179px;
		width: 271px;
	}
	
	/* ---------------- */
	.slide.story-layout .section-callouts {
	  	width: 820px;
	}
	
	.slide.story-layout .content .bio {
	  	width: 234px;
	}
	
	 .slide.story-layout .content .bio img {
	 	width: 92%;
	}
	
	.storybook .slide.layout-image .content h4 {
		font-size: 35px;
	}
	
	/* ------------------- */
	.fashion .slide.parallax-layout .image-layers .img-1f { margin-left: 309px; }
	.fashion .slide.parallax-layout .image-layers .img-2f { margin-left: 150px; }
	.fashion .slide.parallax-layout .image-layers .img-3f {	margin-left: 560px; }
}

/* iPad */
@media screen and (max-width: 1000px) {	
		
	#header {}
	#header .logo { overflow: hidden; width: 180px; }
	#header .logo img {}
	
	#header .inner { width: 90%; }
	
	#header ul.navigation {}
	
	#header ul.navigation li { margin-left: 9px; }
	
	#header ul.navigation li a {}
	
	#header ul.social {
		margin-left: 8px;
		margin-top: 16px;
	}
	
	#header ul.social li {
		margin-left: 5px;
		width: auto;
	}
	
	#header ul.social li img {
		height: auto;
		width: 22px;
	}
	
	.section-header p { padding: 0; }
	
	/* ------------------------- */
	.slide.intro-layout {
	
	}
	
	.slide.intro-layout .image-layers .img-2 {
		margin-left: 330px;
	}
	
	/* ------------------------- */
	.slide.services-layout {}
	
	.slide.services-layout .section-callouts {
		width: 630px;
	}
	
	.slide.services-layout .section-callouts div {
		margin-left: 11px;
		margin-right: 11px;
		text-align: center;
		width: 190px;
	}
	
	.slide.services-layout .section-callouts div a {
		margin:0;
	}
	
	/* ------------------------- */
	.slide.fgallery-layout {
		
	}
	
	/* ------------------------- */
	.slide.portfolio-layout {
		
	}
	
	.slide.portfolio-layout .section-portfolio {
		width: 550px;
	}
	
	.portfolio-layout .grid-item {
		width: 272px;
	}
	
	/* ------------------------- */
	.slide.layout-image {}
	
	.slide.layout-image .content { width: 53%; }
	
	/* ------------------------- */
	.slide.story-layout {}
	.slide.story-layout .section-callouts { width: 639px; }
	
	.slide.story-layout .content .bio {
		margin-right: 30px;
	  	width: 191px;
	}
	
	/* ------------------------- */
	.slide.location-layout {}
	
	/* ------------------------- */
	.slide.instagram-layout {}
	.slide.instagram-layout .gallery { width: 651px; }
	.slide.instagram-layout .gallery a:nth-child(3n) { margin-right: 0; }
	
	/* ------------------------- */
	.slide.layout-animation {}
	
	/* ------------------------- */
	.slide.layout-scroller {}
	
	.slide.layout-scroller .img-1 { height: auto; width: 310px; }
		
	/* ------------------------- */
	.slide.layout-contact {}
	
	.slide.layout-contact form {
		width:619px;
		margin:0 auto;
	}
	
	form .col1 {
		width:268px;
	}
	
	form .col2 {
		width:308px;
	}
	
	form input.text {
		width: 240px;
	}
	
	form textarea {
		width:286px;
	}
	
	/* ------------------------- */
	.fashion .slide.intro-layout {
		
	}
	
	.fashion .slide.intro-layout h1 { font-size: 105px; }
	.fashion .slide.intro-layout .intro-rule { background-size: 100%; height: 87px; width: 90%; }
	.fashion .slide.intro-layout p { font-size:28px; letter-spacing: 8px; }
	.fashion .slide.intro-layout .intro-date { font-size: 21px; width: 97px; }
	
	.fashion .slide.intro-layout .content ul.social-media { width: 173px; }
	.fashion .slide.intro-layout .content ul.social-media li.social-instagram { margin: 0; width: 53px; }
	.fashion .slide.intro-layout .content ul.social-media li a {
		background-size: 50px 50px;
		height: 50px;
		width: 50px;
	}
	
	.fashion .slide.intro-layout .image-layers .img-1f { margin-left: 440px; }
		
	/* ------------------------- */
	.fashion .slide.parallax-layout {
		
	}
	
	.fashion .slide.parallax-layout .rule-head { background-size: 100% auto; width: 100%; }
	.fashion .slide.parallax-layout h1 { font-size: 93px; }
	.fashion .slide.parallax-layout .rule-foot { background-size: 100% auto; width: 100%; }
	.fashion .slide.parallax-layout p { font-size: 29px; }
	
	.fashion .slide.parallax-layout .image-layers .img-1f { margin-left: 160px; }
	.fashion .slide.parallax-layout .image-layers .img-2f { margin-left: 60px; }
	.fashion .slide.parallax-layout .image-layers .img-3f {	margin-left: 380px; }
	
	/* ------------------------- */
	#footer {
		
	}
	
	#footer .inner {
		width:735px;
	}
	
	#footer .footer-copy {
		width:537px;
	}
	
	#footer .footer-social {
		
	}
}

/* iPhone */
@media screen and (max-width: 780px) {

	#header {
		height: auto;
	}
	
	#header .logo {
		float: none;
		width: 153px;
	}
	
	#header .logo img {
		height: auto;
		width: 326px;
	}
	
	#header .btn-navbar {
		display: inline-block;
		float: none;
		position: absolute;
		right: 0;
		top: 0;
	}
	
	#header ul.social {
	    clear: both;
		display: block;
		float: none;
		margin: 0;
		position: absolute;
		right: 32px;
		top: 8px;
	}
	
	#header ul.navigation {
		float: none;
		height: 0;
		margin:0;
		overflow: hidden;
		-webkit-transition: height 0.35s ease;
			-moz-transition: height 0.35s ease;
				-o-transition: height 0.35s ease;
					transition: height 0.35s ease;
	}
	
	#header ul.navigation.collapse {
	 	height: 350px;
		margin-top: 22px;
		position: relative;
	}
	
	#header ul.navigation li {
	  	border-top: 1px solid #191919;
		float: none;
		margin: 2px 0;
		padding: 12px 14px;
	}
	
	#header .navigation li a.active {
		border:none;
		color: #A00000;
	}
			
	/* ------------------------- */
	.slide.intro-layout {
	
	}
	
	.slide.intro-layout .content {
		
	}
	
	.storybook .slide.services-layout .section-header { background:none; padding: 40px 0; }
	.storybook .slide.intro-layout h1 { margin-bottom: 5px; }
	
	.slide.intro-layout p {
	  	font-size: 21px;
	}
	
	.slide.intro-layout .intro-effect-layers, 
	.slide.intro-layout .image-layers { display:none; }
	
	/* ------------------------- */
	.slide.services-layout {
		padding-bottom: 140px;
	}
	
	.slide.services-layout .section-callouts {
		margin-bottom: 50px;
		width: 192px;
	}
	
	.slide.services-layout .section-callouts div {
		display:block;
		margin: 0 auto 60px !important;
		text-align: center;
	}
	
	.slide.services-layout .section-callouts div a {
		margin: 0;
	}
	
	/* ------------------------- */
	.slide.fgallery-layout {
		height: 400px;
		background-attachment: scroll;
		padding: 0;
	}
	
	.slide.fgallery-layout .project-nav {
		left: 25px;
	}
	
	.slide.fgallery-layout .photo-detail-content {
		font-size: 20px;
		left: 107px;
		line-height: 25px;
		padding: 42px 18px;
		text-align: center;
		top: 126px;
		width: 121px;
	}
	
	.slide.fgallery-layout .wipe-angle { display:none; }
	
	/* ------------------------- */
	.slide.portfolio-layout {
		padding-bottom: 140px;
	}
	
	.slide.portfolio-layout .section-portfolio {
	  	width: auto;
	}
	
	.storybook .slide.portfolio-layout .content {
		padding-top: 166px;
	}
	
	.portfolio-layout .grid-item {
	  	height: auto;
		float: none;
		margin-bottom: 1px;
		width: 100%;
	}
	
	.portfolio-layout .grid-item.featured {
		height:auto;
		width:100%;
	}
	
	.portfolio-layout .grid-item .mask h2 {
		font-size:17px;
		line-height:20px;
		margin-bottom:0;
		margin-top:12px;
		padding:5px;
	}
	
	.portfolio-layout .grid-item .mask p {
		padding-bottom:10px;
	}
	
	.portfolio-layout .grid-item .mask a {
		
	}
	
	/* ------------------------- */
	.slide.layout-image {
		/* Background iPhone Support */
		/* background-size: auto 100%; */
		background-attachment:scroll;
		height: 450px;
	}
	
	.slide.layout-image .content { height: 106px; }
	.slide.layout-image .content h4 { font-size: 20px; line-height: 27px; }
		
	.storybook .slide.layout-image .content h4 { font-size: 26px; }

	/* ------------------------- */
	.slide.story-layout { padding-bottom: 45px; }
	.slide.story-layout .section-callouts { width: auto; }
	
	.slide.story-layout .content .bio, 
	.slide.story-layout .content .bio.last {
		float:none;
		margin: 0 auto 60px;
	}
	
	/* ------------------------- */
	.slide.location-layout {
		
	}
	
	.slide.location-layout .section-map iframe {
		height: 250px;
	}
	
	/* ------------------------- */
	.slide.instagram-layout {
		
	}
	
	.slide.instagram-layout .gallery {
	  	min-height:0;
		width: 222px;
	}
	
	/* ------------------------- */
	.slide.video-layout .texture { display:none; }
	
	/* ------------------------- */
	.slide.layout-animation {
		height: 874px;
		padding-top: 200px;
	}
	
	.slide.layout-animation .content {
		background: url("images/sprite-mobile.png") no-repeat scroll 0 0 / 100% auto rgba(0, 0, 0, 0);
		height: 689px;
		width: 300px;
	}
	
	/* ------------------------- */
	.slide.layout-scroller {
		height: 510px;
		background-attachment: scroll;
	}
	
	.slide.layout-scroller .content-layers { top: 220px; }
	.slide.layout-scroller .image-layers { display:none; }
	
	/* ------------------------- */
	.slide.layout-contact {
		/* padding: 140px 0; This comes back if scroller comes back */
		padding:0px 0 140px;
	}
	
	.slide.layout-contact form {
		width:auto;
	}
	
	form .col1 {
		margin: 0;
		width: 100%;
	}
	
	form .col2 {
		width: 100%;
	}
	
	form input.text {
		width: 91%;
	}
	
	form textarea {
		width: 91%;
	}
	
	form input.submit {
		display: block;
		float:none;
		margin:0 auto;
	}
	
	/* ------------------------- */
	.fashion .slide.intro-layout {
		
	}
	
	.fashion .slide.intro-layout .tag-container {
		margin-top: -151px;
		position: absolute;
		left: 0px;
	}
	
	.fashion .slide.intro-layout .intro-wrap { padding-top:0; }
	
	.fashion .slide.intro-layout h1 { line-height: 77px; font-size: 84px; }
	.fashion .slide.intro-layout .intro-rule { height:67px; }
	.fashion .slide.intro-layout p { font-size: 22px; }
	.fashion .slide.intro-layout .intro-date { font-size: 19px; }
	
	.fashion .slide.intro-layout .content ul.social-media {}
	.fashion .slide.intro-layout .content ul.social-media li.social-instagram {}
	.fashion .slide.intro-layout .content ul.social-media li a {}
		
	/* ------------------------- */
	.fashion .slide.parallax-layout {
		background-position: 50% 0px;
		background-size: auto 100%;
		background-attachment: scroll;
		height: 1000px;
	}
	
	.fashion .slide.parallax-layout .intro-wrap { 
		padding: 0;
		top: 261px !important;
		margin: 0; 
	}
	
	.fashion .slide.parallax-layout .intro-lead em { font-size: 26px; }
	.fashion .slide.parallax-layout .rule-head { height:29px; }
	.fashion .slide.parallax-layout h1 { font-size: 73px; line-height: 78px; }
	.fashion .slide.parallax-layout .rule-foot { height:10px; }
	.fashion .slide.parallax-layout p {font-size: 19px; }
	
	.fashion .slide.parallax-layout .image-layers .img-1f { margin-top: 520px; width: 110px; margin-left: 10px; }
	.fashion .slide.parallax-layout .image-layers .img-2f { margin-left: 22px; margin-top: -10px; width: 100px; }
	.fashion .slide.parallax-layout .image-layers .img-3f { margin-top: 290px; margin-left: 40px; }
	
	.fashion .slide.parallax-layout .clock-layers {
		position: absolute;
		top: 591px;
		right: 18px;
		width:190px;
	}
	
	.fashion .slide.parallax-layout .clock-layers img.clock-body { height:auto; width:100%; }
	.fashion .slide.parallax-layout .clock-layers img.clock-arm { 
		height: auto;
		left: 54px;
		top: 31px;
		width: 43px;
	}
	
	.fashion .slide.parallax-layout .clock-layers img.clock-cap { 
		height: auto;
		left: 88px;
		width: 13px;
		top: 88px;
	}
	
	/* ------------------------- */
	#footer {
		
	}
	
	#footer .inner {
		width: 100%;
	}
	
	#footer .footer-copy {
		float: none;
		font-size:13px;
		width: 280px;
		margin: 0 auto 20px;
		text-align: center;
	}
	
	#footer .footer-social {
		float:none;
	}
		
	/* Support Styles 
	----------------------------*/
	.formError { margin-left: -120px !important; }
	#customization-bar { display:none; }
	.ig-controller { display:none !important; }
}

