* {
	border: 0px;
	outline: 0px;
	margin: 0px;
	padding: 0px;
}

html {
	height: 100%;
}

body {
	font-family: "helvetica neue", helvetica, arial, sans-serif;
	width: 100%;
	font-size: 70%;
	-webkit-font-smoothing: antialiased;
	font-weight: normal;
}

body.scroll, body.home {
	height: 100% !important;
}

.desktopOnly {
	display: none;
}

/*===\\==================//===*/
/*====\\==== LOADER ====//====*/
/*=====\\==============//=====*/

    .loader {
        display: none;
        position: fixed;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%;
        background-color: rgba(255,255,255,1);
        z-index: 9999;
        opacity: 1;

		transition-property: z-index, opacity;
		transition-duration: 0s, .3s;
		transition-delay: 0s, 0s;
		transition-timing-function: linear;
		-webkit-transition-property: z-index, opacity;
		-webkit-transition-duration: 0s, .3s;
		-webkit-transition-delay: 0s, 0s;
		-webkit-transition-timing-function: linear;
		-moz-transition-property: z-index, opacity;
		-moz-transition-duration: 0s, .3s;
		-moz-transition-delay: 0s, 0s;
		-moz-transition-timing-function: linear;
		-o-transition-property: z-index, opacity;
		-o-transition-duration: 0s, .3s;
		-o-transition-delay: 0s, 0s;
		-o-transition-timing-function: linear;
    }

    .loader.OFF {
        opacity: 0;
        z-index: -9999;

		transition-property: opacity, z-index;
		transition-duration: .3s, 0s;
		transition-delay: 0s, .3s;
		transition-timing-function: linear;
		-webkit-transition-property: opacity, z-index;
		-webkit-transition-duration: .3s, 0s;
		-webkit-transition-delay: 0s, .3s;
		-webkit-transition-timing-function: linear;
		-moz-transition-property: opacity, z-index;
		-moz-transition-duration: .3s, 0s;
		-moz-transition-delay: 0s, .3s;
		-moz-transition-timing-function: linear;
		-o-transition-property: opacity, z-index;
		-o-transition-duration: .3s, 0s;
		-o-transition-delay: 0s, .3s;
		-o-transition-timing-function: linear;
    }

        .loader .circle {
            display: block;
            width: 23px;
            height: 23px;
            border-radius: 23px;
            border: 2px solid rgba(32,23,23,1);
            position: absolute;
            top: 50%;
            left: 50%;
            margin-left: -18px;
            margin-top: -18px;

            animation-name: loader;
            animation-duration: 1s;
            animation-timing-function: linear;
            animation-iteration-count: infinite;
            -webkit-animation-name: loader;
            -webkit-animation-duration: 1s;
            -webkit-animation-timing-function: linear;
            -webkit-animation-iteration-count: infinite;
            -moz-animation-name: loader;
            -moz-animation-duration: 1s;
            -moz-animation-timing-function: linear;
            -moz-animation-iteration-count: infinite;
            -o-animation-name: loader;
            -o-animation-duration: 1s;
            -o-animation-timing-function: linear;
            -o-animation-iteration-count: infinite;
        }

	.loader.OFF .circle {
		animation: none;
		-webkit-animation: none;
		-moz-animation: none;
		-o-animation: none;
	}

            .loader .circle img {
		position: absolute;
		top: -9px;
		left: -5px;
            }

        .loader p {
            position: absolute;
            width: 100%;
            text-align: center;
            top: 53%;
            left: 0%;
            font-family: "gothambook";
            letter-spacing: 1px;
            color: #222;
        }




@keyframes loader {
    0% {
        transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
    }
}

@-webkit-keyframes loader {
    0% {
        transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
    }
}

#wrapper {
	width: 100%;
	height: auto;
	text-align: center;
}

.clear {
	clear: both;
}

.vCenter {
	display: inline-block;
	*display: inline;
	zoom: 1;
}

	.vCenter:before {
		content: '';
		height: 100%;
		display: inline-block;
		*display: inline;
		zoom: 1;
		margin-right: -4px;
	}

.clear {
	clear: both;
}

/* FORM FIELDS */

#wrapper #content .section.contact .inner .formHolder {
	margin: 25px auto 50px auto;
	width: 75%;
	text-align: left;
}

.formHolder .cell {
		display: inline-block;
		*display: inline;
		zoom: 1;
		margin-right: -4px;
		width: 45%;
		margin-left: 20px;
		text-align: left;
		margin-bottom: 15px;
}

	.formHolder .cell.w100 {
		width: 93.5% !important;
		margin-left: 20px;
	}

.formHolder .cell input, .formHolder .cell label {
	width: 100%;
	display: block;
}

.formHolder .cell label {
	font-size: 80%;
	/*font-weight: 600;*/
}

.formHolder input[type="text"], .formHolder textarea {
	background-color: #ebebe9;
	border: 0px;
	padding: 10px 0px 10px 6px;
	font-family: "brandon-grotesque";
	font-size: 120%;
	font-weight: 300;
}

.formHolder textarea {
	width: 100%;
}

.formHolder input[type='image'] {
	float: right;
	margin-right: 16px;
}

/* HEADER */

.home #wrapper #header {
	position: absolute;
	z-index: 10;
	display: none;
}

	#wrapper #header .inner {
		position: relative;
		height: 70px;
		width: 100%;
	}

		#wrapper #header .inner:before {
			content: '';
			display: inline-block;
			*display: inline;
			zoom: 1;
			vertical-align: middle;
			width: 0px;
			height: 100%;
			margin-right: -3px;
		}

	#wrapper #header h1 {
		color: #000;
		font-size: 130%;
		letter-spacing: .08em;
		position: relative;
		top: 2px;
		display: inline-block;
		*display: inline;
		zoom: 1;
		margin-right: -4px;
		height: auto;
		margin-left: 6%;
		-webkit-font-smoothing: subpixel-antialiased;
	}

	.home #wrapper #header h1, .overlayON #wrapper #header h1 {
		color: #fff;
	}

	#wrapper #header h1 a {
		color: inherit;
		text-decoration: none;
	}

    #header {
        position: fixed;
        height: auto;
        width: 100%;
        text-align: left;
        padding-bottom: 0px;
        background-color: #fff;
        z-index: 200;
		top: 0px;
		left: 0px;

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

    #header.open {
        padding-bottom: 23px;
    }

		#header .storyNav {
			display: none !important;
		}

        #header .trigger {
            position: absolute;
            top: 0px;
            right: 0px;
            width: 30px;
            padding: 26px 6% 20px 6%;
        }

            #header .trigger .menuButton {
                width: 100%;
            }

                #header .trigger .menuButton span.line {
                    display: block;
                    margin: 0px auto 4px;
                    height: 3px;
                    background-color: #000;
					position: relative;
					width: 100%;
					top: 0px;
					left: 0px;
					opacity: 1;
					transform: rotate(0deg);
					-webkit-transform: rotate(0deg);
					-moz-transform: rotate(0deg);
					-ms-transform: rotate(0deg);

					transition-property: opacity, transform, top, width;
					transition-duration: 200ms, 200ms;

					-webkit-transition-property: opacity, -webkit-transform, top, width;
					-webkit-transition-duration: 200ms, 200ms;

					-moz-transition-property: opacity, -moz-transform, top, width;
					-moz-transition-duration: 200ms, 200ms;

					-o-transition-property: opacity, -o-transform, top, width;
					-o-transition-duration: 200ms, 200ms;
                }

				#header.open .trigger .menuButton span.line:first-child {
					opacity: 1;
					width: 80%;
					top: 6px;
					transform: rotate(45deg);
					-webkit-transform: rotate(45deg);
					-moz-transform: rotate(45deg);
					-ms-transform: rotate(45deg);
				}

				#header.open .trigger .menuButton span.line:nth-child(2) {
					opacity: 0;
				}

				#header.open .trigger .menuButton span.line:last-child {
					opacity: 1;
					width: 80%;
					top: -8px;
					transform: rotate(-45deg);
					-webkit-transform: rotate(-45deg);
					-moz-transform: rotate(-45deg);
					-ms-transform: rotate(-45deg);
				}



	#wrapper ul.nav {
		list-style-type: none;
		position: relative;
		position: absolute;
		top: 90px;
		left: -800px;
		width: 100%;
		padding-bottom: 6%;
		height: auto;
		background-color: #fff;

		transition-property: left;
		transition-duration: 200ms;
		transition-timing-function: ease-in-out;
		-webkit-transition-property: left;
		-webkit-transition-duration: 200ms;
		-webkit-transition-timing-function: ease-in-out;
		-moz-transition-property: left;
		-moz-transition-duration: 200ms;
		-moz-transition-timing-function: ease-in-out;
		-o-transition-property: left;
		-o-transition-duration: 200ms;
		-o-transition-timing-function: ease-in-out;
	}
	
	.info #wrapper ul.nav, .lightbox #wrapper ul.nav {
		top: 90px;
	}

	#wrapper #header.open ul.nav {
		left: 0px;
	}

		#wrapper ul.nav > li {
			color: #000;
			display: block;
			font-size: 160%;
			font-weight: 300;
			letter-spacing: .05em;
			line-height: 1.2em;
		}

		#wrapper #header ul.nav > li > a {
			color: inherit;
			text-decoration: none;
			padding: 4% 6%;
			display: block;

		}

		#wrapper #header ul.nav > li a .lbcount {
			color: #7e7e7e;
			font-weight: 400;
		}

			#header ul.nav li.hasSub ul {
				display: none;
				list-style-type: none;
				text-align: center;
				background-color: #f3f3f3;
				padding: 3% 0%;
			}

				#header ul.nav li.hasSub ul li {
					width: 80%;
					margin: 4% auto;
					line-height: 1em;
				}

					#header ul.nav li.hasSub ul li a {
						text-decoration: none;
						color: #7d7d7d;
						font-size: 80%;
						font-weight: 400;
					}

/*mobile landscape*/
@media screen
and (max-width: 700px)
and (orientation: landscape) {

#wrapper ul.nav {
	top: 92px;
}

	#wrapper ul.nav > li {
		font-size: 100%;
	}

	#wrapper #header ul.nav > li > a {
		padding: 2% 6%;

	}

		#header ul.nav li.hasSub ul {
			padding: 1% 6%;
		}

			#header ul.nav li.hasSub ul li {
				width: auto;
				display: inline;
				margin: 0% 6% 0% 0%;
				line-height: 1.6em;
			}

				#header ul.nav li.hasSub ul li a {
				}

}



	/* FILTER */

	.filterTrig {
		position: relative;
		z-index: 20;
		padding: 15px 0%;
		text-align: center;
		cursor: pointer;
		display: block;
		margin: auto;
		background-color: #fff;
	}

	.scroll .filterTrig {
		display: block !important;
	}

		.filterTrig span.closed {
			display: inline-block; *display: inline; zoom: 1;
			width: 8px;
			height: 8px;
			background-color: #ccc;
			border-radius: 10px;
			-webkit-border-radius: 10px;
			-moz-border-radius: 10px;
			margin-right: 1px;
			margin-left: 2px;
			opacity: 1;

			transition-property: background-color, opacity;
			transition-duration: .2s, .2s;
		}

		.no-touch .filterTrig:hover span.closed {
			background-color: #000;

			transition-property: background-color, opacity;
			transition-duration: .2s. .2s;
		}

		#header.filterON .filterTrig span.closed {
			opacity: 0;

			transition-property: border, opacity;
			transition-duration: .2s, .2s;
		}

		.filterTrig span.open {
			display: block;
			position: absolute;
			top: 22px;
			left: 50%;
			margin-left: -8px;
			width: 16px;
			height: 1px;
			background-color: #ccc;
			transform: rotate(45deg);
			-webkit-transform: rotate(45deg);
			-moz-transform: rotate(45deg);
			-ms-transform: rotate(45deg);
			opacity: 0;

			transition-property: background, opacity;
			transition-duration: .2s, .2s;
		}

		.filterTrig span.open:last-child {
			transform: rotate(-45deg);
			-webkit-transform: rotate(-45deg);
			-moz-transform: rotate(-45deg);
			-ms-transform: rotate(-45deg);
		}

		.no-touch .filterTrig:hover span.open {
			background-color: #000;

			transition-property: background, opacity;
			transition-duration: .2s, .2s;
		}

		#header.filterON .filterTrig span.open {
			opacity: 1;

			transition-property: background, opacity;
			transition-duration: .2s, .2s;
		}


		#header .filter {
			position: relative;
			height: auto;
			display: none;
			width: 100%;
		}

			#header .filter ul {
				width: 88%;
				padding: 0% 6% 6%;
				background-color: #fff;
			}

				#header .filter ul li {
					display: inline;
					margin-right: 22px;
					line-height: 2em;
					font-size: 110%;
					font-weight: 400;
					letter-spacing: 0.05em;
				}

					#header .filter ul li a {
						color: #b6b6b6;
						text-decoration: none;
					}

					.no-touch #header .filter ul li a:hover {
						color: #000000;
					}

/*mobile landscape*/

@media screen
and (max-width: 700px)
and (orientation: landscape) {

		#header .filterTrig {
			padding: 0px 0px 15px 0px;
			top: -15px;
		}

			.filterTrig span.open {
				top: 7px;
			}

		#header .filter {
			top: -15px;
		}

}


/* CONTENT */

#wrapper #content {
	width: 100%;
	height: 100%;
	text-align: center;
}

	#wrapper #content .cover {
		background-size: cover;
		background-position: 50% 50%;
		background-repeat: no-repeat;
	}

	#wrapper #content .coverTop {
		background-size: cover;
		background-position: 50% 0%;
		background-repeat: no-repeat;
	}

	#wrapper #content .w100 {
		width: 100%;
		height: auto;
		position: relative;
	}

	#wrapper #content .section {
		width: 100%;
		/*position: relative;*/
	}

/* HOMEPAGE */

.home #wrapper {
	height: 100%;
}

.home #wrapper #content .section {
	height: 100%;
	cursor: pointer;
	text-align: left;
}

.home .mobileOnly {
	display: none;
}

	.home #wrapper #content .section h1 {
		color: #fff;
		font-size: 300%;
		line-height: .9em;
		font-weight: bold;
		left: 6%;
		width: 88%;
		position: relative;
		opacity: 0;
		text-shadow: 0px 0px 3px rgba(104, 104, 104, 0.2);
	}

	.home #wrapper #content .section h1 .arrow {
		vertical-align: middle;
		width: 8px;
		position: relative;
		top: -3px;
		left: 7px;
	}

	@media all and (min-width: 640px) {
		.home #wrapper #content .section h1 {
			font-size: 580%;
		}

		.home #wrapper #content .section h1 .arrow {
			width: 14px;
		}
	}


/*new homepage - just straight to the grid*/

.landing.grid #wrapper #content.gridHolder {
	width: 88% !important;
}



/* GRID PAGE */

.grid #wrapper #content.gridHolder {
	margin-top: 75px;
	width: 100% !important;
}

.lightbox #wrapper #content {
	margin-top: 0px;
}

#wrapper .sectionChoice {
	border-top: 1px solid #e3e3e3;
	border-bottom: 1px solid #e3e3e3;
	padding: 10px 0px;
	font-size: 110%;
	letter-spacing: .13em;
	text-align: center;
	color: #a9a9a9;
	margin: 60px auto 6% auto;
}

.grid .gridHolder {
	width: 88% !important;
	margin: auto;
	text-align: left !important;
}

.grid .cell {
	width: 100%;
	height: auto;
	position: relative;
	overflow: hidden;
	display: block;
	margin-bottom: 6%;
	padding-bottom: 0px !important;
}

	.grid .cell a:first-child {
		position: relative;
		display: block;
		text-decoration: none;
	}

		.grid .cell a .holdMe {
			position: relative;
			display: block;
			width: 100%;
			height: auto;
		}

			.grid .cell a .holdMe img {
				width: 100%;
				height: auto;
			}

			.grid .cell a .photo {
				width: 100%;
				height: auto;
			}

			.grid.lightbox .cell .holdMe .photo {
				width: 100%;
				height: auto;
			}

		.grid .cell .caption,
		.story .cell .caption {
			display: block;
			position: relative;
			width: 88%;
			left: 6%;
			margin-top: 10px;
			text-align: left;
			line-height: 1em;
			border-top: 1px solid #e9e9e9;
			color: #ccc;
			font-size: 90%;
			letter-spacing: 1px;
			text-transform: uppercase;
			padding-top: 6px;
		}

	.grid .cell .photoOverlay,
	.story .cell .photoOverlay {
		opacity: 1 !important;
		z-index: 10;
		width: 88% !important;
		height: 20px !important;
		padding: 10px 0px;
	}

	.grid .cell .photoOverlay .zoom,
	.story .cell .photoOverlay .zoom {
		display: none;
	}

	.grid .cell .lightbox,
	.story .cell .lightbox {
		display: block;
		width: 100%;
		text-align: center;
		color: #c9c9c9;
		/*font-weight: 600;*/
		font-size: 100%;
		position: relative;
		line-height: 1;
		letter-spacing: 1px;
	    padding-left: 6%;
	}

		.action {
			background-color: transparent !important;
			/*margin-top: 5px;*/
		    margin-right: 3px;
			display: inline-block;
		}

		.grid .cell .lightbox .action img,
		.story .cell .lightbox .action img {
			width: 8px;
			height: auto;
		}

	/*
	.grid .cell .imageHolder {
		width: 100%;
		height: 100%;
		position: relative;
		overflow: hidden;
		float: left;
		text-align: center;
		line-height: 260px;
	}

	.grid .cell .imageHolder img {
		width: 100% !important;
		height: auto !important;
		position: relative;
	}

	.grid .cell .imageHolder img.landscape {
		width: 100%;
		height: auto;
	}

	.grid .cell .imageHolder img.portrait {
		height: 100%;
		width: auto;
	}
	*/


/* LIGHTBOX GRID */

.lightbox .sectionChoice {
	margin-bottom: 25px !important;
}

.lightbox #content {
	padding-top: 50px;
	clear: both;
}

	.lightbox .lbTools {
		width: 88%;
		margin: 0% 6%;
	}

	.lightbox .lbTools .inner {

	}

	.lightbox .lbTools img {
		width: 40px;
		margin-right: 5px;
		cursor: pointer;
	}

	.lightbox .lbTools img:last-child {

	}

	.lightbox #content h1 {
		font-weight: 300;
	}

/* TAGGED GRID */

.tag #content {
	margin-top: 70px;
}

/* SCROLL PAGE */

body.scroll {

}

body.scroll #wrapper {
	height: 95%;
}

#wrapper #content.scrollHolder {
	min-width: 100%;
	width: 100%;
	height: auto !important;
	margin: 30px auto 0px auto;
	overflow-x: scroll;
	text-align: left;
}

	.grid #wrapper .sectionChoice {
		border-top: 1px solid #e3e3e3;
		border-bottom: 1px solid #e3e3e3;
		padding: 10px 0px;
		font-size: 110%;
		letter-spacing: .13em;
		text-align: center;
		color: #a9a9a9;
		margin: 90px auto 6% auto;
	}

	#wrapper #content.scrollHolder .cell {
		width: 100%;
		margin-bottom: 6%;
		padding-bottom: 0px !important;
	}

	#wrapper #content.scrollHolder .cell img {
		width: 100%;
	}

	#wrapper #content.scrollHolder .photoOverlay {
	    width: 88%;
	    /*padding: 0% 6%;*/
	}
	
	#wrapper #content.scrollHolder .cell .action img {
		width: 8px;
		position: relative;
		top: 0px;
	}

	#wrapper #content.scrollHolder .scrollMe {
		height: 100%;
	}

	#wrapper #content.scrollHolder td.cell {
		position: relative;
		height: 100%;
		width: auto;
		vertical-align: top;
	}

	#wrapper #content.scrollHolder td.cell img {
		margin-right: 5px;
		width: auto;
		height: 100%;
		cursor: pointer;
	}

	#wrapper #content.scrollHolder td.cell .photoOverlay .lightbox {
		position: absolute;
		bottom: 50px;
		left: 13px;
		color: #fff;
		/*font-weight: 600;*/
		letter-spacing: 1px;
		cursor: pointer;
		font-size: 110%;
	}

		.Windows #wrapper #content.scrollHolder td.cell .photoOverlay .lightbox {
			bottom: 33px;
		}

		#wrapper #content.scrollHolder td.cell .photoOverlay .action {
			width: 25px;
			height: 25px;
			background-color: rgba(0,0,0,0);
			display: inline-block;
			*display: inline;
			zoom: 1;
			margin-right: 3px;
			vertical-align: middle;
			font-size: 190%;
			line-height: 26px;
			text-align: center;
			font-weight: 400;
			-webkit-font-smoothing: subpixel-antialiased;
		}

		#wrapper #content.scrollHolder td.cell .photoOverlay .lightbox:hover .action {
			background-color: rgba(0,0,0,.5);
		}

		#wrapper #content.scrollHolder td.cell .photoOverlay .action img {
			width: 13px;
			height: auto;
			position: relative;
			top: 6px;
			left: 2px;
		}

		#wrapper #content.scrollHolder td.cell .photoOverlay .theText {
			display: inline-block;
			*display: inline;
			zoom: 1;
			margin-right: -4px;
			vertical-align: middle;
		}



	#wrapper #content.scrollHolder td.cell .photoOverlay .zoom {
		display: block;
		width: 100%;
		text-align: center;
		color: #fff;
		/*font-weight: 600;*/
		font-size: 100%;
		position: absolute;
		bottom: 43%;
		left: 0px;
		letter-spacing: 1px;
		opacity: 0;
	}

	#wrapper #content.scrollHolder td.cell:hover .zoom {
		opacity: 1;
	}

	#wrapper #content.scrollHolder td.cell .caption {
		font-size: 100%;
		text-transform: uppercase;
		padding-top: 4px;
		padding-left: 3px;
		letter-spacing: 0.03em;
	}
	
	.scroll #wrapper #footer .inner .bottomLink img {
		display: none;
	}
	
	.scroll #wrapper #footer .inner .bottomLink span {
		display: inline-block;
		margin-bottom: 10px;
		vertical-align: middle;
		color: #BEBEBE;
		margin-left: 4px;
		letter-spacing: .05em;
		transition: all .2s;
		-webkit-transition: all .2s;
		-moz-transition: all .2s;
		-o-transition: all .2s;
	}
	
	.scroll #wrapper #footer .inner .bottomLink span a {
		text-decoration: none;
	}

a.clients.bottomLink {
    text-decoration: none;
    color: #8a8a8a;
    margin-bottom: 20px;
    display: block;
}

a.clients.bottomLink img {
    width: 7px;
    position: relative;
    top: 1px;
    margin-right: 5px;
}

/* TEXT PAGE */

.info .infoHolder {
	margin-top: 80px;
}

.info .infoHolder .twoColumns {
	width: 88%;
	margin: auto;
}

	.info .infoHolder ul.clients {
		list-style-type: none;
		text-align: left;
		width: 88%;
		margin: 0% 6%;
	}

	.info .infoHolder ul.clients li {
		display: inline-block;
		*display: inline;
		zoom: 1;
		margin-right: 0px;
		font-size: 180%;
		/*font-weight: 600;*/
		position: relative;
		line-height: .9em;
		margin-bottom: .5em;
	}

		.info .infoHolder ul.clients li a {
			color: inherit;
			text-decoration: none;
			margin-right:10px;
		}

		.info .infoHolder ul.clients li .underlineThis {
			border-bottom: 5px solid #fff;

			display: inline-block;
			*display: inline;
			zoom: 1;
			margin-right: 3px;
			letter-spacing: .1em;
		}

		.info .infoHolder ul.clients li .number {
			background-color: #000;
			width: 1.7em;
			height: 1.7em;
			color: #fff;
			font-size: 7px;
			border-radius: 50%;
			position: absolute;
			top: 0px;
			right: 9px;
			z-index: 1;
			text-align: center;
			display: block;
			line-height: 1.8em;
		}

	.info .infoHolder .leftCol {
		display: inline-block;
		margin-bottom: 10%;
	}

		.info .infoHolder .leftCol h1 {
			font-size: 550%;
			letter-spacing: 1px;
			border-bottom: 1px solid #c8c8c8;
			line-height: 1em;
		}

	.info .infoHolder .rightCol {
		display: block;
		text-align: left;
		width: 100% !important;
	}

	.info .infoHolder .rightCol p {
		font-size: 115%;
		margin-bottom: 20px;
		letter-spacing: .03em;
		line-height: 1.4em;
		/*font-weight: 400;*/
	}

	.info .infoHolder a {
		color: #909090;
		text-decoration: none;
	}

	.info .infoHolder a:hover {
		text-decoration: underline;
	}

.info iframe {
    width: 100%;
    height: auto;
}

/* FOOTER */

	#wrapper #footer {
		width: 100%;
		background-color: transparent;
		display: block;
		position: relative;
		z-index: 5;
		height: 90px;
	}

	.home #wrapper #footer {
		position: absolute;
		left: 0px;
		bottom: 0px;
		z-index: 90;
		width: 100%;
		height: 60px;
	}



		#wrapper #footer .inner {

		}

			#wrapper #footer .inner .gridView {
				display: none;
			}

		#wrapper #footer .social {
			list-style-type: none;
		}

		#wrapper #footer .social li {
			display: inline-block;
			*display: inline;
			zoom: 1;
			margin: 0px 6px 0px 10px;
			position: relative;
		}

		#wrapper #footer .social li a {
			display: block;
			width: 17px;
		}

		#wrapper #footer .social li img {
			position: absolute;
			top: 0px;
			left: 0px;
			z-index: 10;
			width: 100%;
		}

		#wrapper #footer .social li:last-child {
			margin-right: 0px;
		}

		#wrapper #footer .social li img:last-child {
			z-index: 11;
		}

		#wrapper #footer .social li a:last-child {
			display: block;
		}

		.home #wrapper #footer .social li img:last-child {
			z-index: 11;
		}

		.home #wrapper #footer .social li a:last-child {
			display: none;
		}

/* OVERLAYS */

.overlay {
	position: fixed;
	z-index: 300;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.9);
	text-align: center;
	display: none;
}

#photolb.overlay {
	background-color: rgba(255,255,255,.9);
	z-index: 20;
}

	#lblink .inner {
		top: 20%;
		z-index: 50;
		height: auto !important;
	}

	#lblink .close {
		display: none;
	}


	.overlay.ON {
		display: block;
	}

	.overlay:before {
		content: '';
		width: 0px;
		height: 100%;
		display: inline-block;
		*display: inline;
		zoom: 1;
		margin-right: -4px;
		vertical-align: middle;
	}

	.overlay ul, .overlay .inner {
		position: relative;
		z-index: 60;
		list-style-type: none;
		display: inline-block;
		*display: inline;
		zoom: 1;
		margin-right: -4px;
		vertical-align: middle;
	}

	.overlay .inner {
		height: 90%;
		width: 100%;
		position: absolute;
		top: 5%;
		left: 0px;
		text-align: center;
	}

	.overlay .inner img.photo {
		height: 100%;
		width: auto;
		margin: auto;
	}

	.overlay .closelb {
		position: absolute;
		top: 0%;
		left: 0%;
		z-index: 40;
		cursor: pointer;
		width: 100%;
		height: 100%;
		text-align: center;
		opacity: 0;
	}

	.overlay .closelb.ON {
		opacity: 1;
	}

	.overlay .arrows span {
		position: absolute;
		top: 45%;
		z-index: 50;
		font-size: 200%;
		/*font-weight: 600;*/
		cursor: pointer;
	}

		.overlay .arrows .left {
			left: 30px;
		}

		.overlay .arrows .right {
			right: 30px;
		}

	.overlay .icons {
		position: absolute;
		left: 20px;
		bottom: 15px;
		z-index: 10;
	}

		.overlay .icons img {
			margin-bottom: 5px;
		}

	.overlay ul li {
		font-size: 290%;
		/*font-weight: 300;*/
		display: block;
		margin: 0px auto 10% auto;
		color: #fff;
	}

	.overlay ul li a {
		text-decoration: none;
		color: inherit;
	}

	.overlay .caption {
		padding-top: 5px;
		font-size: 130%;
	}

	.overlay .linkHolder {
		position: relative;
		z-index: 20;
		color: #fff;
		font-size: 110%;
		width: 88%;
		margin: 0% auto 0% auto;
	}

	.overlay .linkHolder .title {
		text-transform: uppercase;
		font-size: 1.5em;
		width:100%;
		overflow: auto;
	}

	.overlay .linkHolder span {
		display: block;
		width: 100%;
		overflow: scroll;
	}
