/* Normalize.css */

[hidden]{display:none;}
a:active,a:hover{outline:0;}
a:focus{outline:thin dotted;}
abbr[title]{border-bottom:1px dotted;}
article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block;}
audio,canvas,video{display:inline-block;}
audio:not([controls]){display:none;height:0;}
b,strong{font-weight:700;}
body,figure{margin:0;}
button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer;}
button,input{line-height:normal;}
button,input,select,textarea{font-family:inherit;font-size:100%;margin:0;}
button,select{text-transform:none;}
button[disabled],html input[disabled]{cursor:default;}
code,kbd,pre,samp{font-family:monospace, serif;font-size:1em;}
dfn{font-style:italic;}
fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em;}
h1{font-size:2em;margin:.67em 0;}
hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0;}
html{font-family:sans-serif;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;}
img{border:0;}
input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0;}
input[type=search]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box;}
input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none;}
legend,button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0;}
mark{background:#ff0;color:#000;}
pre{white-space:pre-wrap;}
q{quotes:\201C \201D \2018 \2019;}
small{font-size:80%;}
sub{bottom:-.25em;}
sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline;}
sup{top:-.5em;}
svg:not(:root){overflow:hidden;}
table{border-collapse:collapse;border-spacing:0;}
textarea{overflow:auto;vertical-align:top;}

/* Social icons font */

@font-face {
	font-family: "FontAwesome";
	src: url('/fonts/FontAwesome/version-3.0.2/fontawesome-webfont.eot');
	src: url('/fonts/FontAwesome/version-3.0.2/fontawesome-webfont.eot?#iefix') format('eot'),
	url('/fonts/FontAwesome/version-3.0.2/fontawesome-webfont.woff') format('woff'),
	url('/fonts/FontAwesome/version-3.0.2/fontawesome-webfont.ttf') format('truetype'),
	url('/fonts/FontAwesome/version-3.0.2/fontawesome-webfont.svg#FontAwesome') format('svg');
	font-weight: normal;
	font-style: normal;
}

/* Base CSS rules and variables */

body {
	color: #222222;
font-family: "Droid Serif", serif;
font-size: 14px;
line-height: 1;
	background: #ffffff;
}

body a { color: #339ef0;
font-style: normal;
font-weight: normal;
text-decoration: underline; }
body a:hover,
body a:focus { color: #ef3932;
text-decoration: underline; }

body h1,
body h2 {
	color: #746F6F;
font-family: Karla, sans-serif;
font-style: normal;
font-weight: normal;
line-height: 1.2;
font-size: 18px;
}

#logo { color: #746f6f;
font-family: Karla, sans-serif;
font-size: 36px;
font-style: normal;
font-weight: normal; }

#menu a { color: #746F6F;
font-family: Karla, sans-serif;
font-size: 15px;
font-style: normal;
font-weight: bold;
text-decoration: none; }

#menu a:hover,
#menu a:focus { color: #666666;
text-decoration: none; }
#menu a.active { color: #666666;
text-decoration: none; }

#menu .category ul a {
	/* categories have too much space to their right. this corrects that */
	margin-right: 0.2em;
	color: #ffffff;
background: #B0ADAD;
font-style: normal;
font-weight: bold;
}

#menu .category ul a:hover,
#menu .category ul a:focus { color: #ffffff;
background: #b0ADAD;
font-style: normal; }
#menu .category ul a.active { color: #595151;
background: #b0adad;
font-weight: bold;
text-decoration: none; }

#social li {
	position: relative;
	color: #222222;
}

#social li.social_icon {
	font-family: 'theme_social';
	font-size: 14px;
}

#social li a {
	display: inline-block;
	font-size: 11px;
	text-decoration: none;
	width: 13px; height: 13px;
	position: absolute; top: -1px; left: 0;
	filter: alpha(opacity=0);
	opacity: 0;
}

/* Share button */

#social #share_button {
	width: 44px;
	top: -2px;
	margin-right: 0;
}
#social #share_button a {
	font-family: Helvetica, Arial, sans-serif;
	filter: alpha(opacity=100);
	opacity: 1;
	text-transform: lowercase;

	color: #232425;
}

.gallery .caption,
.gallery .caption h1,
.gallery .caption h2,
.gallery .caption p,
.gallery .caption a { color: #444444;
font-family: "Droid Serif", serif;
font-size: 14px; }

.gallery .caption h1,
.gallery .caption h2 { font-size: 18px; }

.listing .caption,
.listing .caption p,
.listing .caption a { color: #777777;
font-family: "Droid Serif", serif;
font-size: 14px;
font-style: normal; }


/* General */

.listing,
.simple,
.gallery {
	background: #ffffff;
	color: #222222;
font-family: "Droid Serif", serif;
font-size: 14px;
line-height: 1;
}

.listing a,
.simple a,
.gallery a {
	outline: none;
	text-decoration: none;
	color: #339ef0;
font-style: normal;
font-weight: normal;
text-decoration: underline;
}

.listing a:hover,
.simple a:hover,
.gallery a:hover {
	color: #ef3932;
text-decoration: underline;
}

.listing p,
.simple p,
.gallery p {
	margin: 0;
}

.listing em,
.gallery em,
.simple em {
	font-style:italic;
}

.simple strong,
.listing strong,
.gallery strong {
	font-weight:bold;
}

.gallery .clear,
.listing .clear,
.simple .clear 		{
	clear:both;
}

.gallery #wrapper,
.listing #wrapper,
._4ORMAT_content_wrapper { margin: 0 auto; }

	#content_page_wrapper,
	#content_page_wrapper p { line-height: 1 !important; }

.gallery #wrapper>header,
.listing #wrapper>header,
.simple #wrapper>header {
	position: relative;
	z-index: 10;
	width: 980px;
	margin: 0 auto 30px;
	max-width: 100%;
	-webkit-backface-visibility: hidden;
}

@media (max-height: 800px) {
	.gallery #wrapper>header,
	.listing #wrapper>header,
	.simple #wrapper>header {
		margin-bottom: 10px;
	}
}

.gallery #wrapper>header h1,
.listing #wrapper>header h1,
.simple #wrapper>header h1 {
	margin: 0;
}

.gallery #logo,
.listing #logo,
.simple #logo {
	text-align: center;
	display: block;
	margin-top: 0.7em;
	margin-bottom: 0.3em;
	max-width: 100%;
}

@media (max-height: 800px) {
	.gallery #logo,
	.listing #logo,
	.simple #logo {
		margin-top: 0.4em;
		margin-bottom: 0;
	}
}

.gallery #logo.text,
.listing #logo.text,
.simple #logo.text {
	padding: 5px 0;
	text-decoration: none;
}

.gallery #logo img,
.listing #logo img,
.simple #logo img {
	max-height: 160px;
	max-width: 100%;
	min-height: 50px;
}

.gallery .nav_top,
.listing .nav_top,
.simple .nav_top {
	
	margin: 0 auto;
	max-width: 980px;
}

/* Required to Render UL and OL elements correctly */
.gallery ol,
.listing ol,
.simple ol {
	list-style: decimal inside none;
}

.gallery ul,
.listing ul,
.simple ul {
	list-style: disc inside none;
}

/* Menu */
.gallery #menu,
.listing #menu,
.simple #menu {
	text-align: center;
	padding: 0.8em 10px;
	line-height: 1;
}

@media (max-height: 800px) {
	.gallery #menu,
	.listing #menu,
	.simple #menu {
		margin-top: 0;
		margin-bottom: 0;
	}
}

.gallery #menu a,
.listing #menu a,
.simple #menu a {
	
	letter-spacing: 0.04em;
	vertical-align: middle;
	outline: none;
}

.gallery #menu i,
.listing #menu i,
.simple #menu i {
	font-size: 18px;
	vertical-align: middle;
	margin-top: -1px;
	text-decoration: none;
}

.gallery #menu ul,
.listing #menu ul,
.simple #menu ul {
	list-style-type:none;
}

.gallery #menu li.top_level,
.listing #menu li.top_level,
.simple #menu li.top_level {
	display: inline-block;
	padding:0 2px 0 2px;
	vertical-align: top;
	zoom: 1;
	margin: 0.4em 0.8em;
	*display:inline;
	position: relative;
}

.gallery #menu .dropdown,
.listing #menu .dropdown,
.simple #menu .dropdown {
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	float: none;
	z-index: 100;
	position: absolute; top: 15px; left: 50%;
	width: 190px;
	max-height: 0;
	overflow: hidden;
	padding-left: 0;
	z-index: 9999;

	*left: 0;
	*top: 20px;

	-webkit-transition: max-height 0.25s ease;
	-moz-transition: max-height 0.25s ease;
	-ms-transition: max-height 0.25s ease;
	-o-transition: max-height 0.25s ease;
	transition: max-height 0.25s ease;
}

.gallery #menu .category:hover .dropdown,
.simple #menu .category:hover .dropdown,
.listing #menu .category:hover .dropdown,
.gallery #menu .category:focus .dropdown,
.listing #menu .category:focus .dropdown,
.simple #menu .category:focus .dropdown {
	-webkit-transition: max-height 0.25s ease;
	-moz-transition: max-height 0.25s ease;
	-ms-transition: max-height 0.25s ease;
	-o-transition: max-height 0.25s ease;
	transition: max-height 0.25s ease;
}


.gallery #menu .dropdown .item,
.listing #menu .dropdown .item,
.simple #menu .dropdown .item {
	position: relative;
	z-index: 3;
}

.gallery #menu .dropdown a,
.listing #menu .dropdown a,
.simple #menu .dropdown a {
	-webkit-transition: background-color 0.1s ease
	-moz-transition: background-color 0.1s ease
	-ms-transition: background-color 0.1s ease;
	-o-transition: background-color 0.1s ease;
	transition: background-color 0.1s ease;
	-webkit-font-smoothing: antialiased;
	line-height: 1em;
	padding: 1em 1.35em;
	display: block;
	text-align: center;
}

.gallery #menu li.arrow + li a,
.simple #menu li.arrow + li a,
.listing #menu li.arrow + li a {
	border-top: 0;
}

.listing #menu li.arrow,
.simple #menu li.arrow,
.gallery #menu li.arrow,
.gallery #menu li.arrow:hover,
.simple #menu li.arrow:hover,
.listing #menu li.arrow:hover {
	height: 20px;
	position: relative;
	background: none;
	z-index: 1;
}

.listing #menu li.arrow:after,
.simple #menu li.arrow:after,
.gallery #menu li.arrow:after {
	position: absolute;
	bottom: -1px;
	left: 50%;
	margin-left: -11px;
	display: inline-block;
	width: 0;
	height: 0;
	border-left: 9px solid transparent;
	border-right: 9px solid transparent;
	border-bottom: 9px solid #B0ADAD;
	content: "";
}

.simple #menu a:focus,
.listing #menu a:focus,
.gallery #menu a:focus {
	-webkit-transition-duration: 0s;
	-moz-transition-duration: 0s;
	-ms-transition-duration: 0s;
	-o-transition-duration: 0s;
	transition-duration: 0s;
}

/* SOCIAL STUFF ------- ------- ------- ------- ------- ------- */
.listing #wrapper > footer,
.simple #wrapper > footer,
.gallery #wrapper > footer {
	position: relative;
	width: 980px;
	margin: 35px auto;
	padding: 30px 0 39px;
	clear: both;
	
	border-top: 1px solid #bbb8b8;
	
	max-width: 80%;
}

.gallery #wrapper>footer {
	
}

.gallery #wrapper>footer p,
.listing #wrapper>footer p,
.simple #wrapper>footer p	{
	float: left;
	max-width: 80%;
	font-family: Karla, sans-serif;
color: #000000;
font-size: 12px;
font-style: normal;
font-weight: normal;
}

.gallery #wrapper>footer #social,
.listing #wrapper>footer #social,
.simple #wrapper>footer #social {
	list-style:none;
	margin: 0;
	padding: 0;
	float: right;
}

.gallery #wrapper>footer #social li,
.listing #wrapper>footer #social li,
.simple #wrapper>footer #social li {
	margin-left: 6px;
	line-height: 1;
	display: inline-block;
	vertical-align: top;
}

.gallery #wrapper>footer #social a,
.listing #wrapper>footer #social a,
.simple #wrapper>footer #social a {
	padding: 3px;
	vertical-align: middle;
	height: 11px;
}

/* Share button */
.simple #wrapper>footer #social li#share_button,
.gallery #wrapper>footer #social li#share_button,
.listing #wrapper>footer #social li#share_button {
	margin-right: 1px;
}

.gallery #wrapper>footer #social li#share_button a,
.listing #wrapper>footer #social li#share_button a,
.simple #wrapper>footer #social li#share_button a {
	text-indent: 0;
	width: auto;
	height: auto;
	margin: 0;
	line-height: 1;
	padding: 4px 8px 3px;
}

.gallery #wrapper>footer #social li span,
.listing #wrapper>footer #social li span,
.simple #wrapper>footer #social li span {
	text-indent: -9000em;
	display: block;
}

/* General */

/* Video dimensions */
.gallery .asset .video .youtube_cont,
.gallery .asset .video .vimeo_cont {
	margin: 0 auto;
	max-width: 100%;
	display: inline-block;
	vertical-align: middle;
	position: relative;
}

.gallery .asset .video .youtube_cont img,
.gallery .asset .video .vimeo_cont img {
	position: static;
	width: auto;
	height: auto;
	max-height: 550px;
	max-width: 100%;
	display: inline-block;
}

.gallery .youtube_cont.preview .load_iframe,
.gallery .vimeo_cont.preview .load_iframe {
	top: 0;
}

.gallery .youtube_cont.preview iframe,
.gallery .vimeo_cont.preview iframe {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	display: inline-block;
	vertical-align: middle;
}

.gallery div {
	outline:none!important;
}

.gallery .asset .txt,
.listing .asset .txt {
	text-align: left;
}

.gallery .asset .txt .txt_inner,
.listing .asset .txt .txt_inner {
	margin: 0 auto;
	padding-top: 20px;
}

.listing #title .content .copy,
.gallery #title .content .copy {
	max-width: 500px;
	margin: 0 auto;
	margin-bottom: 30px;
	margin-top: 100px;
}

.gallery #title .content .hide,
.listing #title .content .hide {
	text-align: center;
}

.listing #title .arrow,
.gallery #title .arrow {
	position: absolute;
	right: 12px;
	top: 5px;
	z-index: 9999;
}

.listing #title .arrow a,
.gallery #title .arrow a {
	text-decoration: none;
	color: #666;
}

.listing #wrapper #page_content,
.gallery #wrapper #page_content {
	overflow: hidden;
	margin: 0 auto;
	position: relative;
	display: block;
	z-index: 9;
}

.simple #wrapper #page_content,
.listing #wrapper #page_content {
	margin: 40px auto 0;
	max-width: 980px;
	width: 90%;
}

.listing .copy {
	margin: 0 auto 2em;
	max-width: 35em;
}

.listing .gallery ul {
	list-style-type:none;
	padding: 0;
}

.listing .square .gallery ul {
	max-width: 100%;
	width: 980px;
	margin: 0 auto;
}

.listing .gallery ul .image	{
	float: left;
	width: 25%;
	height: auto;
	margin: 0;
	position: relative;
}

.listing .landscape .gallery li {
	overflow: hidden;
}

.listing .square .gallery ul .image img {
	width: 100%;
	height: auto;
	display: block;
}

.listing .landscape .gallery ul .image	{
	float: left;
	width: 24%;
	margin: 0 1% 2% 0;
	position: relative;
}

	.listing .landscape .gallery ul .image.row-fourth {
		clear: left;
		}

.listing .gallery ul .image a {
	display: block;
}

.listing .square .gallery .image .bg_hover {
	width: 100%; height: 100%;
	filter: alpha(opacity=0);
	opacity: 0;
	-webkit-transition: opacity .1s ease;
	-moz-transition: opacity .1s ease;
	-ms-transition: opacity .1s ease;
	-o-transition: opacity .1s ease;
	transition: opacity .1s ease;
	}

	.listing .square .gallery .image .bg_hover:after {
		content: ' ';
		background: #ffffff;
		position: absolute;
		top: 0; right: 0;
		bottom: 0; left: 0;
		z-index: 9;
		}

	.listing .square .gallery .image:hover .bg_hover {
		opacity: 0.9;
		filter: alpha(opacity=90);
		}

.listing .gallery .image .bg_hover {
	cursor:pointer;
	display: block;
	position: absolute;
	top: 0; left: 0;
	text-align: center;
	}

.listing .gallery .image .bg_hover .text {
	position: relative;
	padding: 0 20px;
	margin: 0;
	line-height: 1.4em;
	color: #777777;
font-family: "Droid Serif", serif;
font-size: 14px;
font-style: normal;
	display: table;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%; height: 100%;
	z-index: 12;
}
.listing .gallery ul .image span.bg_hover .middle {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}

.listing .landscape .gallery ul .image {
	height: auto;
}

.listing .landscape .gallery ul .image span.bg_hover,
.listing .landscape .gallery ul .image span.bg_hover {
	position: static;
	height: auto;
	padding-top: 12px;
	background: none;
	padding: 12px 0 0 0;
}

.listing .landscape .gallery ul .image a {
	overflow: hidden;
	display: block;
	position: relative;
	height: 0;
	padding-bottom: 67.5%;
}

	.listing .landscape .gallery ul .image img {
		position: relative;
		max-width: 100%;
		top: -25%;
	}

.gallery .assets_container {
	text-align: center;
	-webkit-transition-timing-function: cubic-bezier(0.770, 0.000, 0.175, 1.000);
	-moz-transition-timing-function: cubic-bezier(0.770, 0.000, 0.175, 1.000);
	-ms-transition-timing-function: cubic-bezier(0.770, 0.000, 0.175, 1.000);
	-o-transition-timing-function: cubic-bezier(0.770, 0.000, 0.175, 1.000);
	transition-timing-function: cubic-bezier(0.770, 0.000, 0.175, 1.000);
}

.gallery .assets_container.short {
	max-height: 584px;
}

.gallery .assets_container .asset div.video,
.gallery .assets_container .asset div.image {
	margin: 0 auto;
	background: #ffffff;
	font-size: 0;
	height: 550px;
	line-height: 550px;
}

.gallery .assets_container div.image img {
	display: inline-block;
	margin: 0 auto;
	min-height: 1px;
	min-width: 1px;
	max-height: 550px;
	max-width: 100%;
	vertical-align: middle;
}

.gallery .asset .jspDrag {
	background: #cdcdcd;
	width: 5px;
}

.gallery .assets_container div.txt {
	display: block;
	background: #ffffff;
	margin: 0 auto;
	max-width: 38em;
}


.gallery .thumb-divider {
	margin: 23px auto 35px;
	width: 980px;
	height: 1px;
	max-width: 80%;
	background: #bbb8b8;
	
}

/* Gallery Thumbs List */
.gallery .pagination {
	width: 100%;
	max-width: 100%;
	margin: 0 auto;
	position: relative;
	overflow-y: hidden;
	overflow-x: scroll;
}

.gallery .scroll-wrapper {
	
	height: 96px;
	
	width: 100%;
	overflow: hidden;
}

.gallery	.pagination.one-item .thumb_container a {
	padding: 0;
}

.gallery .pagination .jspHorizontalBar {
	display: none;
}

.gallery .pagination ul.thumb_container {
	display: inline-block;
	position: relative;
	list-style-type:none;
	margin: 0; padding: 0;
	overflow: hidden;
	
	height: 110px;
	
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
	/* to remove spacing between inline-block elements */
	font-size: 0;
	white-space: nowrap;
}

.gallery .pagination.is_centered {
	text-align: center;
}
.gallery .pagination.is_centered ul.thumb_container {
	min-width: 0;
	width: auto !important;
}

.gallery .pagination.is_centered li:first-child { margin-left: 0 !important; }
.gallery .pagination.is_centered li:last-child { margin-right: 0 !important; }

.gallery .pagination li {
	display: inline-block;
	margin: 0;
	position: relative;
}

.gallery .pagination li a {
	padding: 1px;
	display: block;
	border: 1px solid transparent;
	outline: 0;
}


.no-touch.gallery .pagination li:hover,
.gallery .pagination li.current,
.no-touch.gallery .pagination li.current:hover {
	opacity: 0.5;
	filter: alpha(opacity=50);
}





.gallery .pagination ul li a .thumb_wrap {
	overflow: hidden;
	display: block;
	position: relative;
}

.gallery .pagination ul li a .thumb_wrap .overlay,
.gallery .asset .load_iframe .overlay {
	position: absolute;
	top: 0; left: 0;
	right: 0; bottom: 0;
	background: #000;
	opacity: 0.4;
	filter: alpha(opacity=40);
	display: block;
}

.gallery .pagination ul li a .thumb_wrap .copy	{
	display: block;
	background: #f7f7f7;
	
	height: 90px;
	width: 90px;
	
}

.gallery .pagination ul li a .thumb_wrap .copy h1 {
	font-size: 12px;
}

.gallery .pagination li img {
	transition: all 0.25s cubic-bezier(0.165, 0.840, 0.440, 1.000);
	-webkit-transition: all 0.25s cubic-bezier(0.165, 0.840, 0.440, 1.000);
	-moz-transition: all 0.25s cubic-bezier(0.165, 0.840, 0.440, 1.000);
	-ms-transition: all 0.25s cubic-bezier(0.165, 0.840, 0.440, 1.000);
	-o-transition: all 0.25s cubic-bezier(0.165, 0.840, 0.440, 1.000);
	margin: 0 auto;
	vertical-align: bottom;
	width: auto;
	
	height: 90px;
	
}

.gallery .pagination li i {
	position: absolute;
	top: 50%;
	left: 50%;
	color: #fff;
	z-index: 10;
	
	font-size: 70px;
	margin-left: -44px;
	margin-top: -34px;
	
}

.gallery .pagination li i.icon-text {
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -7px;
	margin-left: -10px;
	width: 21px;
	height: 2px;
	border-top: 2px solid #454545;
	border-bottom: 2px solid #454545;
}

.gallery .pagination li i.icon-text:after {
	display: block;
	width: 11px;
	height: 2px;
	background: #454545;
	content: "";
	margin: 2px 0;
}

.gallery .pagination li i.icon-text:before {
	display: block;
	width: 19px;
	height: 2px;
	background: #454545;
	content: "";
	margin: 6px 0 0 0;
}

.gallery .pagination .jspHorizontalBar .jspDrag {
	height: 4px;
}

/* Gallery Arrows */
.gallery a.nav {
	position: absolute;
	top: 0;
	z-index: 999;
	display: block;
	height: 550px;
	width: 58px;
	-webkit-transition: opacity .1s ease;
	-moz-transition: opacity .1s ease;
	-ms-transition: opacity .1s ease;
	-o-transition: opacity .1s ease;
	transition: opacity .1s ease;
}

.gallery a.nav.disabled {
	cursor: default;
	opacity: 0.3;
	filter: alpha(opacity=30);
}

.no-touch.gallery a.nav.disabled:hover {
	opacity: 0.3;
	filter: alpha(opacity=30);
}

.no-touch.gallery a.nav.disabled:hover span {
	opacity: 0.3;
	filter: alpha(opacity=30);
}

.gallery a.nav span {
	position: absolute;
	top: 50%;
	margin-top: -47px;
	height: 94px;
	line-height: 92px;
	vertical-align: middle;
	width: 100%;
	
	background: #ffffff;
	
	display: block;
	font-size: 45px;
	color: #ffffff;
	text-align: center;
	opacity: 0.3;
	filter: alpha(opacity=30);
}


.no-touch.gallery a.nav:hover span {
	opacity: 0.5;
	filter: alpha(opacity=50);
}


.gallery a.nav i {
	display: inline-block;
	position: absolute;
	top: 50%;
	margin-top: -45px;
	height: 94px;
	color: #ffffff;
	line-height: 92px;
	font-size: 45px;
	text-decoration: none;
	width: 100%;
	text-align: center;
}

.gallery a.nav.prev 		{
	left: 0;
	z-index: 9;
}

.gallery a.nav.next {
	right: 0;
	z-index: 9;
}

.gallery a.nav.prev i {
	text-indent: -4px;
}

.gallery a.nav i {
	vertical-align: middle;
}

.gallery a.nav.hidden {
	display: none;
}

.gallery .asset .caption p,
.gallery .caption-container p {
 padding-top: 5px;
}

.gallery .asset .caption .copy,
.gallery .caption-container {
	display: none;
	overflow: auto;
	line-height: 1.6em;
	width: 90%;
	max-width: 30em;
	text-align: left;
	margin: 2em auto 3em;
	overflow: hidden;
}

.gallery .caption-container {
	-webkit-transition: height .3s ease;
	-moz-transition: height .3s ease;
	-ms-transition: height .3s ease;
	-o-transition: height .3s ease;
	transition: height .3s ease;
	text-align: center;
}
.gallery .caption-inner {
	display: inline-block;
	text-align: left;
}

.gallery .asset .caption .copy p,
.gallery .caption-container p {
	line-height: 1.5em;
}

.gallery .asset .caption .copy {
	position: absolute;
	left: -9000em;
	display: block;
}

.listing .listing_title,
.gallery .listing_title {
	margin-bottom: 40px;
}

.listing .listing_title img,
.gallery .listing_title img {
	display:block;
	margin-bottom: 15px;
	max-width: 100%;
	margin: 0 auto;
}

.listing #assets.listing .asset {
	float: left;
}

.listing .asset.image_text .txt	{
	max-height: 100px;
	text-align: left;
}

.listing .asset,
.gallery .asset {
	padding: 0;
	background: #ffffff;
	margin-bottom: 10px;
}

.listing .asset .txt .txt_inner,
.gallery .asset .txt .txt_inner {
	overflow: auto;
	height: 550px;
	width: 38em;
	max-width: 100%;
	overflow: hidden;
}

.listing .asset .txt .txt_double_inner,
.gallery .asset .txt .txt_double_inner {
	padding-right: 20px;
}

/* .listing .asset .txt.title_txt .txt_inner,
.gallery .asset .txt.title_txt .txt_inner {
	overflow: auto;
	width: 38em;
	height: 550px;
} */

.gallery .asset .load_iframe {
	background: none !important;
}

.gallery .asset .load_iframe .icon-play {
	color: #fff;
	font-size: 130px;
	text-decoration: none;
	position: relative;
	vertical-align: middle;
	max-height: 120px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -62px;
	margin-left: -91px;
	z-index: 1;
}

/* Image title with text */
.gallery .asset.title_image .txt.title_txt,
.listing .asset.title_image .txt.title_txt {
	width: 100%;
	margin: 0;
	max-width: none;
}

.gallery .asset.title_image .txt.title_txt .txt_inner,
.listing .asset.title_image .txt.title_txt .txt_inner {
	height: auto;
	max-height: none;
	display: none;
}

.listing .asset.title_image .txt.title_txt,
.gallery .asset.title_image .txt.title_txt {
	padding-top: 0;
	background: none;
	padding-top: 30px;
	background: #ffffff;
}

.listing .asset .txt.title_txt,
.gallery .asset .txt.title_txt	{
	max-height: 550px;
}

.gallery .asset .txt .txt_inner .jspDrag {
	width: 6px;
	background: #cdcdcd;
}


/* IE7 Bug Fix */
.jspPane {
	*left:0px;
}

/* Flex slider */
/*
 * jQuery FlexSlider v2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */


/* Browser Resets */
.gallery .flex-container a:active,
.gallery .flexslider a:active,
.gallery .flex-container a:focus,
.gallery .flexslider a:focus	{
	outline: none;
}

.gallery .slides,
.gallery .flex-control-nav,
.gallery .flex-direction-nav {
	margin: 0;
	padding: 0;
	list-style: none;
}

/* FlexSlider Necessary Styles
*********************************/
.gallery .flexslider {
	margin: 0;
	padding: 0;
}

.gallery .flexslider .slides > li {
	display: none;
	-webkit-backface-visibility: hidden;
	width: 100%;
}
/* Hide the slides before the JS is loaded. Avoids image jumping */
.gallery .flexslider .slides img {
	width: auto;
	display: inline-block;
	vertical-align: middle;
}

.flex-pauseplay span {
	text-transform: capitalize;
}

/* Clearfix for the .slides element */
.gallery .slides:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

html[xmlns] .gallery .slides {
	display: block;
}

* html .gallery .slides {
	height: 1%;
}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.gallery .no-js .slides > li:first-child {
	display: block;
}


/* FlexSlider Default Theme
*********************************/
.gallery .flexslider {
	margin: 0;
	position: relative;
	zoom: 1;
}

.gallery .flex-viewport {
	-webkit-backface-visibility: hidden;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	transition: all 1s ease;
}

.gallery .loading .flex-viewport {
	max-height: 300px;
}

.gallery .flexslider .slides {
	zoom: 1;
}

.gallery .carousel li {
	margin-right: 5px;
}


/* Direction Nav */
.gallery .flex-direction-nav {*height: 0;}
.gallery .flex-direction-nav a {width: 30px; height: 30px; margin: -20px 0 0; display: block; position: absolute; top: 50%; z-index: 10; cursor: pointer; text-indent: -9999px; opacity: 0; -webkit-transition: all .3s ease;}
.gallery .flex-direction-nav .flex-next {background-position: 100% 0; right: -36px; }
.gallery .flex-direction-nav .flex-prev {left: -36px;}
.gallery .flexslider:hover .flex-next {opacity: 0.8; right: 5px;}
.gallery .flexslider:hover .flex-prev {opacity: 0.8; left: 5px;}
.gallery .flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {opacity: 1;}
.gallery .flex-direction-nav .flex-disabled {opacity: .3!important; filter:alpha(opacity=30); cursor: default;}

/* Control Nav */
.gallery .flex-control-nav {width: 100%; position: absolute; bottom: -40px; text-align: center;}
.gallery .flex-control-nav li {margin: 0 6px; display: inline-block; zoom: 1; *display: inline;}
.gallery .flex-control-paging li a {width: 11px; height: 11px; display: block; background: #666; background: rgba(0,0,0,0.5); cursor: pointer; text-indent: -9999px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -o-border-radius: 20px; border-radius: 20px; box-shadow: inset 0 0 3px rgba(0,0,0,0.3);}
.gallery .flex-control-paging li a:hover { background: #333; background: rgba(0,0,0,0.7); }
.gallery .flex-control-paging li a.flex-active { background: #000; background: rgba(0,0,0,0.9); cursor: default; }

.gallery .flex-control-thumbs {margin: 5px 0 0; position: static; overflow: hidden;}
.gallery .flex-control-thumbs li {width: 25%; float: left; margin: 0;}
.gallery .flex-control-thumbs img {width: 100%; display: block; opacity: .7; cursor: pointer;}
.gallery .flex-control-thumbs img:hover {opacity: 1;}
.gallery .flex-control-thumbs .flex-active {opacity: 1; cursor: default;}

@media screen and (max-width: 860px) {
	.gallery .flex-direction-nav .flex-prev {opacity: 1; left: 0;}
	.gallery .flex-direction-nav .flex-next {opacity: 1; right: 0;}
}

/*
 * Font Custom: bare CSS
 */

@font-face {
	font-family: "foray-icons";
	src: url(/fonts/theme_custom_fonts/foray-icons.eot);
	src: url(/fonts/theme_custom_fonts/foray-icons.eot?#iefix) format("embedded-opentype"),
		url(/fonts/theme_custom_fonts/foray-icons.woff) format("woff"),
		url(/fonts/theme_custom_fonts/foray-icons.ttf) format("truetype"),
		url(/fonts/theme_custom_fonts/foray-icons.svg#foray-icons) format("svg");
	font-weight: normal;
	font-style: normal;
}

.icon-dropdown:before,
.icon-navigate-left:before,
.icon-navigate-right:before,
.icon-play:before {
	font-family: "foray-icons";
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	text-decoration: inherit;
}

.icon-dropdown:before { content: "\f100"; }
.icon-navigate-left:before { content: "\f101"; }
.icon-navigate-right:before { content: "\f102"; }
.icon-play:before { content: "\f103"; }

/*.icon-angle-left, .icon-angle-right {
	font-family: 'FontAwesome'!important;
}*/

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.clearfix {
	display: inline-block;
}

html[xmlns] .clearfix {
	display: block;
}

* html .clearfix {
	height: 1%;
}

@media screen and (max-width: 800px) {
	.gallery .assets_container .asset div.video,
	.gallery .assets_container .asset div.image,
	.gallery a.nav {
		height: 450px;
		line-height: 450px;
	}
	.gallery .assets_container div.image img {
		max-height: 450px;
	}
	.gallery .asset .txt .txt_inner,
	.gallery .asset .txt.title_txt .txt_inner,
	.gallery .asset .video .youtube_cont img,
	.gallery .asset .video .vimeo_cont img {
		height: 450px;
	}
	.gallery .asset .video .youtube_cont img,
	.gallery .asset .video .vimeo_cont img {
		height: auto;
		max-height: 100%;
	}

	.listing #wrapper #page_content.square .gallery ul .image {
		width: 33.33%;
	}

	.listing #wrapper #page_content.landscape .gallery ul .image {
		width: 32.33%;
	}

	.listing .landscape .gallery ul .image.row-fourth { clear: none; }
	.listing .landscape .gallery ul .image.row-third { clear: left; }
	.listing .landscape .gallery ul .image.fourth { margin-right: 1%; }
	.listing .landscape .gallery ul .image.third { margin-right: 0; }
}


@media screen and (max-width: 600px) {
	.gallery .assets_container .asset div.video,
	.gallery .assets_container .asset div.image,
	.gallery a.nav {
		height: 250px;
		line-height: 250px;
	}
	.gallery .assets_container div.image img {
		max-height: 250px;
	}
	.gallery .asset .txt .txt_inner,
	.gallery .asset .txt.title_txt .txt_inner {
		max-width: 90%;
		height: 250px;
	}

	.gallery a.nav {
		width: 35px;
		display: none;
	}

	.gallery .pagination li img {
		height: 80px;
		}

	#using {
		text-indent: -9999px;
	}
}

@media screen and (max-width: 500px) {
	.listing .square .gallery ul .image { width: 50%; }
	.listing .landscape .gallery ul .image { width: 49%; }
}

@media screen and (max-width: 300px) {
	.listing .square .gallery ul .image,
	.listing .landscape .gallery ul .image {
		width: 100%;
		margin-right: 0;
	}
}

/* VIDEOS */

body.gallery .video .preview {
	width: 100%;
	height: 100%;
	/* let the bg of the container show through when you scale window down to mobile sizes, instead of being black */
	background-color: transparent !important;
}



/* Blog styling */

.f_blog_body_typography,
.f_blog_body_typography:hover {
    color: #222222!important;
    font-family: "Droid Serif", serif!important;
    font-size: 17px!important;
    line-height: 1.8!important;
}
.f_blog_body_typography > p { line-height: 1.8!important; }

.f_blog_body_typography_color,
.f_blog_body_typography_color:hover,
.blog_date_icon_path { fill: #222222!important; }

.f_blog_title_typography,
.f_blog_title_typography:hover {
  color: #222222!important;
  font-family: Karla, sans-serif!important;;
  font-size: 36px!important;
  font-style: normal!important;
  font-weight: bold!important;
}
.f_blog_title_typography_hover:hover {
  color: #222222!important;
  text-decoration: underline!important;
}

/* Hack to make listing hovers work nicely */
.f_blog_list a:hover h4 {
  color: #222222!important;
  text-decoration: underline!important;
}

.fancybox-title .child, /* apply to fancybox for popup image captions */
.f_blog_caption_typography {
  font-family: "Droid Serif", serif!important;;
  font-size: 14px!important;
}
.f_blog_caption_typography_font-size { font-size: 14px!important; }


/* ------------------------------------------------------------------ */
/* Content Pages styling */

#content_page_wrapper h2.xl-headline {
	font-size: 27px;
}
