/*
* Skeleton V1.2
* Copyright 2011, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 6/20/2012
*/

/* Table of Content
==================================================
	#Site Styles
	#Page Styles
	#Media Queries
	#Font-Face */
	
	/* #Basic Styles // Overwrites !!!
================================================== */
	body {
		background: #f4f4f4;
		font: 14px/21px "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
		color: #222222;
		-webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
		-webkit-text-size-adjust: 100%;
 }


/* #Typography
================================================== */
	h1, h2, h3, h4, h5, h6 {
		color: #222222;
		font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
		font-weight: normal; }
	h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { font-weight: inherit; }
	h1 { font-weight: bold; font-size: 46px; line-height: 50px; margin-bottom: 14px;}
	h2 { font-size: 35px; line-height: 40px; margin-bottom: 10px; }
	h3 { font-size: 28px; line-height: 34px; margin-bottom: 8px; }
	h4 { font-size: 21px; line-height: 30px; margin-bottom: 4px; }
	h5 { font-size: 17px; line-height: 24px; }
	h6 { font-size: 14px; line-height: 21px; }
	.subheader { color: #777; }

	p { margin: 0 0 20px 0; }
	p img { margin: 0; }
	p.lead { font-size: 21px; line-height: 27px; color: #777;  }

	em { font-style: italic; }
	strong { font-weight: bold; }
	small { font-size: 80%; }
	
	sup, sub {
   vertical-align: baseline;
   position: relative;
   top: -0.4em;
   line-height: 0;
   font-size: 0.75em;
   }
	sub { top: 0.4em; }

/*	Blockquotes  */
	blockquote, blockquote p { font-size: 17px; line-height: 24px; color: #777; font-style: italic; }
	blockquote { margin: 0 0 20px; padding: 9px 20px 0 19px; border-left: 1px solid #ddd; }
	blockquote cite { display: block; font-size: 12px; color: #555; }
	blockquote cite:before { content: "\2014 \0020"; }
	blockquote cite a, blockquote cite a:visited, blockquote cite a:visited { color: #555; }

	hr { border: solid #ddd; border-width: 1px 0 0; clear: both; margin: 28px 0 27px; height: 0; }


/* #Links
================================================== */
	a, a:visited { color: #222; text-decoration: none; outline: 0; }
	a:hover, a:focus { color: #E2007A; text-decoration: none; }
	p a, p a:visited { line-height: inherit; }


/* #Lists
================================================== */
	ul, ol { margin-bottom: 20px; }
	ul { list-style: none outside; }
	ol { list-style: decimal; }
	ol, ul.square, ul.circle, ul.disc { margin-left: 30px; }
	ul.square { list-style: square outside; }
	ul.circle { list-style: circle outside; }
	ul.disc { list-style: disc outside; }
	ul ul, ul ol,
	ol ol, ol ul { margin: 4px 0 5px 30px; font-size: 90%;  }
	ul ul li, ul ol li,
	ol ol li, ol ul li { margin-bottom: 6px; }
	li { line-height: 18px; margin-bottom: 12px; }
	ul.large li { line-height: 21px; }
	li p { line-height: 21px; }
	

/* #Site Styles
================================================== */

header.news {
	/*background-color: #E2007A;
	background-image: url("../images/news_supermarket.png");
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: cover;*/
    background-color: #E2007A;
	color: #FFF;
	padding: 0;
	margin: 0;
	min-height: 500px;
	position: relative;
}

header.news section {
	padding: 0;
	margin-top: 0;
	margin-bottom: 0;
}

header.news article.row {
	margin: 35px 0 0 0;
	padding: 0;
}

header.news small {
	margin: 7px 0;
	font-size: 14px;
	line-height: 21px;
	/*text-transform: uppercase;*/
	letter-spacing: 0.05em;
}

header.news h1 {
	color: #FFF;
	font-size: 28px;
	text-transform: uppercase;
	line-height: 35px;
	padding: 42px 0 56px 0;
	text-align: center;
	margin: 0;
	letter-spacing: 0.05em;
}
header.news h1 span {
	font-weight: normal;
}
header.news h2 {
	color: #FFF;
	font-size: 21px;
	line-height: 28px;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 0;
	letter-spacing: 0.05em;
}
header.news h3 {
	color: #FFF;
	font-size: 21px;
	line-height: 28px;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	margin-bottom: 7px;
}
header.news h3 sup {
}
header.news p {
	color: #FFF;
	font-size: 14px;
	line-height: 21px;
	font-weight: normal;
}
header.news hr {
	border: solid #FFF;
	border-width: 1px 0 0;
	margin: 0 0 6px 0;
	opacity: 0.5;
}
header a {
	color: #FFF;
}
header h1 a {
	color: #FFF;
}
header h1 a:hover {
	color: #CCC;
}
header a.more-link {
	background-color: #FFFFFF;
    color: #E2007A;
    float: right;
    font-size: 14px;
    height: 21px;
    line-height: 21px;
    margin-top: -7px;
    padding: 3px 7px 4px;
    position: relative;
}
header a span.icon {
	font-size: 35px;
	color: #FFF;
	line-height: 35px;
}
header a.scroll-link {
	display: block;
	width: 35px;
	position: absolute;
	bottom: 35px;
	left: 50%;
}

#betweenthelines {
	text-align: center;
}
#betweenthelines hr {
	margin: 14px 0;
}

/* MAIN NAVIGATION */

nav.main {
	opacity: 0.95;
	width: 100%;
	height: 47px;
	display: block;
	background: #F9F9F9;
	z-index: 100;
	border-top: solid 1px #FFF;
	border-bottom: solid 1px #DDD;
	-webkit-box-shadow:  0px 2px 2px 0px rgba(00, 00, 00, 0.1); 
     box-shadow:  0px 2px 2px 0px rgba(00, 00, 00, 0.1);
}
nav.main.affix {
	position: fixed;
	top: 0;
	left: 0;
}
nav.main.affix-top {
	position: relative;
}
nav.main ul {
	display: block;
	width: 960px;
	margin: 0 auto;
	position: relative;
}
nav.main ul li {
	display: inline;
	text-transform: uppercase;
}
nav.main ul li.float-right {
	text-transform: none;
}
nav.main ul li a {
	color: #222;
	text-decoration: none;
	line-height: 47px;
	padding: 0 5px;
}
nav.main.affix ul li.active a {
	color: #E2007A;
}
nav.main ul li a:hover {
	color: #666;
}
nav.main ul li a span {
	font-size: 16px;
}
nav.main select {
	display: none;
	margin: 8px 5% 0 5%;
	width: 90%;
	height: 28px;
}

/* META NAVIGATION */

nav.meta ul {
	display: block;
	margin: 7px 0;
	/*text-align: center;*/
}
nav.meta ul li {
	display: inline;
	padding: 0 7px 0 0;
}
nav.meta ul li a span {
	font-size: 28px;
	line-height: 35px;
}

.container {
	padding: 0;
}

section header {
}
section header h1 {
	font-size: 28px;
	text-transform: uppercase;
	line-height: 35px;
	padding: 28px 0 14px 0;
	text-align: center;
}
section header h1 span {
	font-weight: normal;
}

section {
	margin-top: 56px;
}
#selectedworks {
}

article.row {
	margin: 63px 0;
}

article h1 {
	font-size: 21px;
	line-height: 28px;
	font-weight: bold;
	margin-bottom: 7px;
}
article h4 {
	font-size: 21px;
	line-height: 28px;
	font-weight: normal;
	margin-bottom: 7px;
}
article small {
	font-size: 11px;
	line-height: 14px;
	margin-bottom: 21px;
	display:block;
}

.meta {}
.meta h2 {
	font-size: 21px;
	line-height: 28px;
	font-weight: bold;
	margin-bottom: 7px;
}
.meta p {
	font-size: 11px;
	line-height: 14px;
	margin-bottom: 14px;
}
.meta p strong {
}

.elastic-video-wrapper {
	max-width: 100%;
	width: 580px;
	padding-bottom: 28px;
}
.elastic-video {
	 position: relative;
	 padding-bottom: 55%;
	 padding-top: 15px;
	 height: 0;
	 overflow: hidden;
	 /*margin-bottom: 21px;*/
	}
.elastic-video iframe {
	 position: absolute;
	 top: 0;
	 left: 0;
	 width: 100%;
	 height: 100%;
	}

footer {
}
footer p {
	text-align: center;
	font-size: 12px;
	line-height: 21px;
}

.icon {
	font-family: "WebSymbolsRegular";
}

.float-left {
	float: left;
}
.float-right {
	float: right;
}

/* #Page Styles
================================================== */

/* #Media Queries
================================================== */

	/* Smaller than standard 960 (devices and browsers) */
	@media only screen and (max-width: 959px) {
		nav.main ul {
			width: 100%;
		}
	}

	/* Tablet Portrait size to standard 960 (devices and browsers) */
	@media only screen and (min-width: 768px) and (max-width: 959px) {}

	/* All Mobile Sizes (devices and browser) */
	@media only screen and (max-width: 767px) {
		
	nav.main select {
	display: inline-block;
	}
	
	nav.main ul {
	display: none;
	}
	
	header h1 span {
			display: block;
		}
		
	}

	/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
	@media only screen and (min-width: 480px) and (max-width: 767px) {
	
		nav.meta {
			display: none;
		}
		
		article.row {
			margin: 35px 0 14px 0;
		}
		
		.elastic-video {
			margin-bottom: 21px;
		}
		
	}

	/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
	@media only screen and (max-width: 479px) {
		
		nav.meta {
			display: none;
		}
		
		article.row {
			margin: 35px 0 14px 0;
		}
		
		.elastic-video {
			margin-bottom: 21px;
		}
			
	}


/* #Font-Face
================================================== */

@font-face {
    font-family: 'WebSymbolsRegular';
    src: url('../fonts/websymbols-regular-webfont.eot');
    src: url('../fonts/websymbols-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/websymbols-regular-webfont.woff') format('woff'),
         url('../fonts/websymbols-regular-webfont.ttf') format('truetype'),
         url('../fonts/websymbols-regular-webfont.svg#WebSymbolsRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}


/* 	This is the proper syntax for an @font-face file
		Just create a "fonts" folder at the root,
		copy your FontName into code below and remove
		comment brackets */

/*	@font-face {
	    font-family: 'FontName';
	    src: url('../fonts/FontName.eot');
	    src: url('../fonts/FontName.eot?iefix') format('eot'),
	         url('../fonts/FontName.woff') format('woff'),
	         url('../fonts/FontName.ttf') format('truetype'),
	         url('../fonts/FontName.svg#webfontZam02nTh') format('svg');
	    font-weight: normal;
	    font-style: normal; }
*/