
/* //////////////////////////// */
/* WEBFONTS  */

@font-face {
    font-family: 'ninallabold';
    src: url('../assets/fonts/ninalla-bold-webfont.eot');
    src: url('../assets/fonts/ninalla-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../assets/fonts/ninalla-bold-webfont.woff') format('woff'),
         url('../assets/fonts/ninalla-bold-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'ninallaitalic';
    src: url('../assets/fonts/ninalla-italic-webfont.eot');
    src: url('../assets/fonts/ninalla-italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('../assets/fonts/ninalla-italic-webfont.woff') format('woff'),
         url('../assets/fonts/ninalla-italic-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Ninalla';
    src: url('../assets/fonts/ninalla-webfont.eot');
    src: url('../assets/fonts/ninalla-webfont.eot?#iefix') format('embedded-opentype'),
         url('../assets/fonts/ninalla-webfont.woff') format('woff'),
         url('../assets/fonts/ninalla-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}



/* //////////////////////////// */
/* DESKTOP STYLES  */

	/* //////////////////////////// */
	/* GENERAL */

body {
	font-family: 'Lora', serif;
	font-weight: 300;
	color: #777;
	background-color: rgba(238,238,238, 1);
	overflow-x: hidden;
	}

a:link {
	text-decoration: none;
	color: rgba(255,255,255, 1);
	}

a:visited {
	text-decoration: none;
	color: rgba(255,255,255, 1);
	}

a:hover {
	color: rgba(111,156,241, 1);
	}

em {
	font-style: italic;
	}
	
h1, h2, h3, h4, h5, h6 {
	font-family: 'Ninalla', 'Gudea', sans-serif;
	}
	
p {
	line-height: 1.4em;
	margin-bottom: 1em;
	}

.lower {
	text-transform: lowercase;
	}


	/* //////////////////////////// */
	/* HEADER  */
	

#gallery-brandmark {
	opacity: 0;
	}
	
#gallery-brandmark h1 {
	width: 170px;
	height: 38px;
	position: absolute;
	top: -2px;
	left: 40px;
	padding: 12px 22px 0 52px;
	background: url(/graphics/transfer_logo_background.svg) 0 0 no-repeat;	
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	z-index: 10000;
	font-family: 'Lato', sans-serif;
	font-size: 1.8em;
	letter-spacing: 0.18em;
	text-transform: uppercase;
	color: #fff;
	}

#gallery-brandmark h3 a {
	width: 185px;
	height: 38px;
	position: absolute;
	top: -2px;
	left: 40px;
	padding: 12px 6px 0 52px;
	background: url(/graphics/transfer_logo_background.svg) 0 0 no-repeat;	
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	z-index: 10000;
	font-family: 'Lato', sans-serif;
	font-size: 1.8em;
	letter-spacing: 0.18em;
	text-transform: uppercase;
	color: #fff;
	}		

#gallery-brandmark h3 a:hover {
	color: rgba(111,156,241, 1);
	}

.logo {
	display: none;
	}
	
	
	/* //////////////////////////// */
	/* CONTENT  */


#gallery-content {
	opacity: 0;
	}
	
#gallery-content h2 {
	font-family: 'Ninalla', 'Gudea', sans-serif;
	font-size: 5em;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	padding: 0.1em 0.3em 0.2em 45px;
	color: #fff;
	background-color: rgba(80,81,83,0.9);	
	position: absolute;
	top: 4.4em;
	z-index: 500;
	}
	
#gallery-content h3 {
	font-family: 'Ninalla', 'Gudea', sans-serif;
	font-size: 2em;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	padding: 0.1em 0.3em 0.1em 45px;
	color: #fff;
	background-color: rgba(80,81,83,0.9);	
	position: absolute;
	bottom: 3em;
	z-index: 500;
	}

#gallery-content p {
	font-family: 'Ninalla', 'Gudea', sans-serif;
	font-size: 2em;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	padding: 0.1em 0.3em 0.1em 45px;
	color: #fff;
	background-color: rgba(80,81,83,0.9);	
	position: absolute;
	top: 8.8em;
	z-index: 500;
	}

#gallery-hours {
	font-family: 'Ninalla', 'Gudea', sans-serif;
	position: relative;
	width: 285px;
	margin: 120px 0 0 40px;
	padding: 12px 20px 0.6em 18px;	
	color: #fff;
	background-color: rgba(80,81,83,0.9);	
	z-index: 10000;
	opacity: 0;
	}
	
#gallery-hours h2 {
	font-size: 1.4em;
	margin: 1em 0 0.2em 0;
	}
	
#gallery-hours h6 {
	text-transform: uppercase;
	font-family: 'Ninalla', 'Gudea', sans-serif;
	font-size: 1.2em;
	}
	
#gallery-hours p {	
	font-size: 0.8em;
	line-height: 1.1em;
	}
	
#map-canvas {
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 92%;
	z-index: 5;
	display: none;
	}

#map-canvas #content {
	font-family: Arial;
	font-size: 13px;
	line-height: normal;
	color: #000;
	margin: 0;
	padding: 0;
	overflow-y: hidden;
	width: 250px;
	}

#map-canvas #content h3 {
	font-family: Arial;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 12px;
	}

#map-canvas #content p {
	margin: 0 0 -2px 0;
	}

#map-canvas #content p#street-image {
	position: absolute;
	right: 0;
	top: 20px;
	}

#map-canvas #content p#directions-link {
	margin-top: 45px;
	padding-top: 10px;
	border-top: solid 1px #ccc;
	width: 100%;
	}

#map-canvas #content p#directions-link a {
	color: #15c;
	}
	
#video_background {
	opacity: 0;
	background-color: rgba(238,238,238, 1);
	position: fixed;
	top: -5px;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	}	

#fader {
	width: 100%;
	height: auto;
	background-color: rgba(88,88,90,1);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100;
	opacity: 0;
	}


	/* Adjustment on the map page */
	
#gallery-map-link + #gallery-info div {
	position: relative;
	top: -9px;
	}

#gallery-map-link {
	display: none;
	opacity: 0;
	}
	

/* //////////////////////////// */
/* Layout correction for email signup form */

@media only screen and (max-width: 1024px) {

#gallery-info {
	padding-top: 4em;
	}
	
#gallery-info form {
	float: left;
	margin-top: -4em;
	margin-left: 3.8em;
	}
	
#gallery-content h2 {
	font-size: 4em;
	letter-spacing: 0.05em;
	top: 5.5em;
	}
	
#gallery-content h3 {
	bottom: 4.4em;
	}

#video_background {
	position: absolute;
	top: -62px;
	}

}


/* //////////////////////////// */
/* MOBILE STYLES  */

@media only screen and (max-width: 767px) {

	

	/* //////////////////////////// */
	/* HEADER  */


#gallery-brandmark h1 {
	left: 10px;	
	}

#gallery-brandmark h3 a {
	font-size: 1.8em;
	left: 10px;	
	}	
	
	/* //////////////////////////// */
	/* CONTENT  */

	
#gallery-content h2 {
	font-size: 2.2em;
	letter-spacing: 0.05em;
	padding: 0.1em 0.3em 0.2em 15px;
	color: #fff;
	top: 6.2em;
	z-index: 500;
	}

#gallery-content h3 {
	font-size: 1.1em;
	letter-spacing: 0.05em;
	padding: 0.15em 0.4em 0.15em 15px;
	color: #fff;
	bottom: 1.4em;
	z-index: 500;	
	}
	
#gallery-content p {
	font-size: 1.1em;
	letter-spacing: 0.05em;
	padding: 0.1em 0.4em 0.1em 15px;
	color: #fff;
	top: 8.4em;
	z-index: 500;
	}


#gallery-hours {
	width: 205px;
	margin: 80px 0 0 10px;
	padding: 12px 20px 0.6em 18px;	
	color: #fff;
	background-color: rgba(80,81,83,0.9);	
	z-index: 10000;
	}

#gallery-map-link {
	display: none;
	}
	
	/* //////////////////////////// */
	/*   FOOTER  */


#gallery-info {
	background-color: rgba(238,238,238, 1);
	margin-top: 460px;
	font-size: 0.9em;
	padding: 50px 0 120px 0;
	position: relative;
	top: 0;
	left: 0;
	z-index: 500;
	}

#gallery-info div[typeof="s:ArtGallery"] {
	margin-left: 0;
	}
	
#gallery-info form {
	float: none;
	margin: -60px 0 0 12px;
	}
	
#gallery-info form input[type="email"] {
	width: 175px;
	height: 20px;
	font-size: 1.1em;
	color: #58585a;
	padding: 2px 0 2px 8px;
	border: solid 1px #58585a;
	background-image: none;
	}
	
#gallery-info form input[type="submit"] {
	margin-left: 0.8em;
	padding: 3px 6px 9px 6px;
	top: 0;
	}
	
#gallery-info form legend {
	display: block;
	margin-bottom: 6px;
	}

#gallery-info p[property="s:address"] {
	margin: 0;
	position: absolute;
	left: 12px;
	bottom: 10px;
	}
	
#gallery-info span[property="s:streetAddress"] {
	margin-right: 36px;
	}
	
#gallery-info p[property="s:name"] {
	display: none;
	}

#gallery-info ul {
	margin: 0;
	position: relative;
	top: 60px;
	left: 13px;
	}

#gallery-info li {
	display: inline;
	margin: 0 15px 0 0;
	}

#gallery-info li:first-child {
	position: relative;
	top: 40px;
	left: 13px;
	display: block;
	}

#gallery-map-link {
	display: block;
	width: 205px;
	margin: 20px 0 0 10px;
	padding: 6px 20px 6px 18px;	
	color: #fff;
	background-color: rgba(80,81,83,0.9);	
	z-index: 10000;
	}
	
#gallery-map-link p {
	font-family: 'Ninalla', 'Gudea', sans-serif;
	text-transform: uppercase;
	font-size: 1.4em;
	margin: 0;
	}

#gallery-map-link + #gallery-info {
	margin-top: 40px;
	padding-top: 100px;
	padding-bottom: 5px;
	}

#gallery-map-link + #gallery-info li:first-child {
	top: -70px;
	}
	
#gallery-map-link + #gallery-info ul {
	top: -50px;
	}
}	