.mobileOnly {
	display: block !important;
}

#splash .intro .logo {
	width: 90%;
	max-width: 400px;
}

#splash ul.nav {
	display: none;
}

#header .desktopNav.nav {
	display: none !important;
}

#header {
	background-color: #fff;
}

#header .headerFade {
	display: none;
}

#header .inner h1 {
	color: #000;
}

	#header .inner h1 a {
		color: #000;
	}

.home #header .inner h1, .menuOpen #header .inner h1 a {
	color: #fff;
}

.home #header, .menuOpen #header {
	background-color: transparent;
}

.menuOpen #header .inner h1 {
	display: none;
}

.home ul.subnav {
	display: none;
}

#splash .intro {
	margin: -35px auto;
}

.mobileNav {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	text-align: center;
	z-index: -1;
	opacity: 0;
	background-color: #131313;
	height: 100%;
	overflow: hidden;
	
	  -webkit-transition: all .3s ease-in-out;
	  -moz-transition: all .3s ease-in-out;
	  -o-transition: all .3s ease-in-out;
	  transition: all .3s ease-in-out;
	
}

	.menuOpen .mobileNav {
		z-index: 250;
		opacity: 1;
	}
	
	.mobileNav ul {
		list-style-type: none;
		position: relative !important;
		left: auto !important;
		bottom: auto !important;
		display: block !important;
		width: 100% !important;
		text-align: center !important;
		float: none !important;
		margin-top: 0px !important;
		margin-right: 0px !important;
	}

		.mobileNav ul li {
			font-size: 175%;
			padding: 10px 0px;
		}
		
		.mobileNav ul.subnav {
			margin-top: 25px !important;
		}
		
		.mobileNav ul.subnav li {
			font-size: 110%;
			width: auto;
		}
	
	#header .trigger, .home .trigger {
		height: auto;
		width: 30px;
		position: absolute;
		top: 30px;
		right: 20px;
		z-index: 1501;
		cursor: pointer;
	}
	
	.home #header .trigger, .home .inner .trigger {
		top: 25px;
	}

		.trigger .menuButton {
			display: inline-block;
			*display: inline;
			zoom: 1;
			vertical-align: middle;
			width: 30px;
		}

			.trigger .menuButton .line {
				position: relative;
				top: 0px;
				right: 0px;
				display: block;
				width: 100%;
				height: 2px;
				margin-bottom: 6px;
				background-color: rgba(0,0,0,1);

				transition: all .3s;
				-webkit-transition: all .3s;
				-moz-transition: all .3s;
				-o-transition: all .3s;
			}

			.home .trigger .menuButton .line, .menuOpen .trigger .menuButton .line {
				background-color: rgba(255,255,255,1);
			}

			.trigger .menuButton .line:last-child {
				margin-bottom: 0px;
			}

			/*3 lines --> X animation*/
			.menuOpen .menuButton .line:first-child {
				transform: rotate(45deg);
				-webkit-transform: rotate(45deg);
				-moz-transform: rotate(45deg);
				-ms-transform: rotate(45deg);
				top: 7px;
			}

			.menuOpen .menuButton .line:nth-child(2) {
				opacity: 0;
			}

			.menuOpen .menuButton .line:last-child {
				transform: rotate(-45deg);
				-webkit-transform: rotate(-45deg);
				-moz-transform: rotate(-45deg);
				-ms-transform: rotate(-45deg);
				top: -9px;
			}
			
#content {
	position: relative;
	z-index: 101;
}
			
#content.gridHolder {
	margin-top: 75px;
}

#content.gridHolder ul.grid {
	margin-bottom: 0px;
}
			
#content.gridHolder .grid li {
	width: 100%;
}

.grid .grid-sizer {
	width: 100%;
}

.stills #content.gridHolder .grid li {
	width: 100%;
}

.stills .grid .grid-sizer {
	width: 100%;
}

#content.gridHolder .grid li .overlay {
	opacity: 1;
}

#content.gridHolder .grid li h1{
	opacity: 1;
	font-size: 8vw;
}

.desc .title1 {
    opacity: 1;
    font-size: 8vw;
}

.desc{
	opacity: 0;
	font-size: 4vw;
}

.desc:hover {
	opacity: 1;
	font-size: 4vw;
}


.detail #content.videoScroll {
	width: 100%;
	margin: 75px auto 0px auto;
	z-index: 50;
}

.detail #content.videoScroll ul li .info {
	opacity: 1 !important;
	margin-bottom: 125px;
}

.detail .arrows {
	display: none;
}

.home #footer {
	position: fixed;
}

.blog #content {
	margin-top: 75px;
	margin-bottom: 0px;
	z-index: 50;
}

.blog #content .textHolder .sub .sub-col {
	width: 95%;
}

#footer {
	position: relative;
}

@media only screen
  and (orientation: landscape) {
	.mobileNav {
		position: absolute;
		padding-bottom: 50px;
	}
  }