.asmContainer {
	/* container that surrounds entire asmSelect widget */
}

.asmSelect {
	/* the newly created regular 'select' */
	display: inline; 
}

.asmOptionDisabled {
	/* disabled options in new select */
	color: #999; 
}

.asmHighlight {
	/* the highlight span */
	padding: 0;
	margin: 0 0 0 1em;
}

.asmList {
	/* html list that contains selected items */
	margin: 0.25em 0 1em 0; 
	position: relative;
	display: block;
	padding-left: 0; 
	list-style: none; 
}

.asmListItem {
	/* li item from the html list above */
	position: relative; 
	margin-left: 0;
	padding-left: 0;
	list-style: none;
	background: #ddd;
	border: 1px solid #bbb; 
	width: 100%; 
	margin: 0 0 -1px 0; 
	line-height: 1em;
}

.asmListItem:hover {
	background-color: #e5e5e5;
}

.asmListItemLabel {
	/* this is a span that surrounds the text in the item, except for the remove link */
	padding: 5px; 
	display: block;
}

.asmListSortable .asmListItemLabel {
	cursor: move; 
}

.asmListItemRemove {
	/* the remove link in each list item */
	position: absolute;
	right: 0; 
	top: 0;
	padding: 5px; 
}
/*!
 * Polyfill CSS object-fit
 * http://helloanselm.com/object-fit
 *
 * @author: Anselm Hannemann <hello@anselm-hannemann.com>
 * @author: Christian "Schepp" Schaefer <schaepp@gmx.de>
 * @version: 0.3.4
 *
 */

x-object-fit {
	position: relative !important;
	display: inline-block !important;
}

x-object-fit > .x-object-fit-taller,
x-object-fit > .x-object-fit-wider {
	position: absolute !important;
	left: -100% !important;
	right: -100% !important;
	top: -100% !important;
	bottom: -100% !important;
	margin: auto !important;
}

.x-object-fit-none > .x-object-fit-taller,
.x-object-fit-none > .x-object-fit-wider {
	width: auto !important;
	height: auto !important;
}

.x-object-fit-fill > .x-object-fit-taller,
.x-object-fit-fill > .x-object-fit-wider {
	width: 100% !important;
	height: 100% !important;
}

.x-object-fit-contain > .x-object-fit-taller {
	width: auto !important;
	height: 100% !important;
}

.x-object-fit-contain > .x-object-fit-wider {
	width: 100% !important;
	height: auto !important;
}

.x-object-fit-cover > .x-object-fit-taller,
.x-object-fit-cover > .x-object-fit-wider {
	max-width: none !important;
	max-height: none !important;
}

.x-object-fit-cover > .x-object-fit-taller {
	width: 100% !important;
	height: auto !important;
	max-width: none !important;
}

.x-object-fit-cover > .x-object-fit-wider {
	width: auto !important;
	height: 100% !important;
	max-width: none !important;
}

.x-object-position-top > .x-object-fit-taller,
.x-object-position-top > .x-object-fit-wider {
	top: 0 !important;
	bottom: auto !important;
}

.x-object-position-right > .x-object-fit-taller,
.x-object-position-right > .x-object-fit-wider {
	left: auto !important;
	right: 0 !important;
}

.x-object-position-bottom > .x-object-fit-taller,
.x-object-position-bottom > .x-object-fit-wider {
	top: auto !important;
	bottom: 0 !important;
}

.x-object-position-left > .x-object-fit-taller,
.x-object-position-left > .x-object-fit-wider {
	left: 0 !important;
	right: auto !important;
}

/*

 Supersized - Fullscreen Slideshow jQuery Plugin
 Version : 3.2.7
 Site	: www.buildinternet.com/project/supersized

 Author	: Sam Dunn
 Company : One Mighty Roar (www.onemightyroar.com)
 License : MIT License / GPL License

 */

* {
	margin: 0;
	padding: 0;
}
body {
	height: 100%;
}
img {
	border: none;
}

#supersized-loader {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 0;
	width: 60px;
	height: 60px;
	margin: -30px 0 0 -30px;
	text-indent: -999em;
	background: url(../images/progress.gif) no-repeat center center;
}

#supersized {
	display: block;
	position: fixed;
	left: 0;
	top: 0;
    text-align: center;
	overflow: hidden;
	z-index: -999;
	height: 100%;
	width: 100%;
}
#supersized img {
	width: auto;
	height: auto;
	position: relative;
	display: none;
	outline: none;
	border: none;
}
#supersized.speed img {
	-ms-interpolation-mode: nearest-neighbor;
	image-rendering: -moz-crisp-edges;
}/*Speed*/
#supersized.quality img {
	-ms-interpolation-mode: bicubic;
	image-rendering: optimizeQuality;
}/*Quality*/

#supersized li {
	display: block;
	list-style: none;
	z-index: -30;
	position: fixed;
	overflow: hidden;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #111;
}
#supersized a {
	width: 100%;
	height: 100%;
	display: block;
}
#supersized li.prevslide {
	z-index: -20;
}
#supersized li.activeslide {
	z-index: -10;
}
#supersized li.image-loading {
	background: url(../images/progress.gif) no-repeat center center;
	width: 100%;
	height: 100%;
}
#supersized li.image-loading img {
	visibility: hidden;
}
#supersized li.prevslide img, #supersized li.activeslide img {
	display: inline;
}
/*

 Supersized - Fullscreen Slideshow jQuery Plugin
 Version : 3.2.7
 Site	: www.buildinternet.com/project/supersized

 Theme 	: Shutter 1.2
 Author	: Sam Dunn
 Company : One Mighty Roar (www.onemightyroar.com)
 License : MIT License / GPL License

 */

/* Controls Bar
 ----------------------------*/
#slidecounter {
	float: left;
	color: #999;
	font: 14px "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-shadow: #000 0 -1px 0;
	margin: 0px 10px 0 15px;
	line-height: 42px;
}
#slidecaption {
	overflow: hidden;
	float: left;
	color: #FFF;
	font: 400 14px "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-shadow: #000 1px 1px 2px;
	margin: 0 20px 0 0;
	line-height: 42px;
}

#navigation {
	float: right;
	margin: 0px 20px 0 0;
}

/* Thumbnail Navigation
 ----------------------------*/
#nextthumb, #prevthumb {
	z-index: 2;
	display: none;
	bottom: 61px;
	height: 75px;
	width: 100px;
	overflow: hidden;
	background: #ddd;
	border: 1px solid #fff;
	-webkit-box-shadow: 0 0 5px #000;
}
#nextthumb {
	right: 12px;
}
#prevthumb {
	left: 12px;
}
#nextthumb img, #prevthumb img {
	width: 150px;
	height: auto;
}
#nextthumb:active, #prevthumb:active {
	bottom: 59px;
}
#nextthumb:hover, #prevthumb:hover {
	cursor: pointer;
}

/* Thumbnail Tray
 ----------------------------*/
#thumb-tray-container {
	position: absolute;
	z-index: 3;
	top: 40px;
	left: 0;
	height: 60px;
	width: 100%;
	overflow: hidden;
	text-align: center;
}

#thumb-tray {
	position: absolute;
	z-index: 3;
	top: 0px;
	left: 0;
	height: 60px;
	overflow: hidden;
	text-align: right;
	width:100%;
	margin:0 40px;
}

#thumb-back, #thumb-forward {
	position: absolute;
	z-index: 5;
	width: 35px;
	height: 45px;
	cursor: pointer;
	top:10px;
	background-color:black;
}
#thumb-back {
	left: 0;
	background: url(../images/img-nav-left.png) no-repeat center center;
}
#thumb-forward {
	right: 0;
	background: url(../images/img-nav-right.png) no-repeat center center;
}
#thumb-back:hover, #thumb-forward:hover {
	cursor: pointer;
}

ul#thumb-list {
	display: inline-block;
	list-style: none;
	position: relative;
	left: 0px;
	padding: 0 0px;
}
ul#thumb-list li {
	background: #111;
	list-style: none;
	display: inline;
	width: 40px;
	height: 40px;
	overflow: hidden;
	float: left;
	margin: 0;
	margin-left:1px;
	margin-right:4px;
}
ul#thumb-list li img {
	width: 40px;
	height: 40px;
	height: auto;
	opacity: 0.5;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
	filter: alpha(opacity=60);
	-webkit-transition: all 100ms ease-in-out;
	-moz-transition: all 100ms ease-in-out;
	-o-transition: all 100ms ease-in-out;
	-ms-transition: all 100ms ease-in-out;
	transition: all 100ms ease-in-out;
}
ul#thumb-list li.current-thumb img, ul#thumb-list li:hover img {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
}
ul#thumb-list li:hover {
	cursor: pointer;
}
/* @group base */
/*
Reset default browser CSS.
Based on work by Eric Meyer:
http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, figure, footer, header,
hgroup, menu, nav, section, menu,
time, mark, audio, video {
  margin:0;
  padding:0;
  border:0;
  outline:0;
  font-size:100%;
  vertical-align:baseline;
  background:transparent;
}

/* @group headings */

h1,h2,h3,h4,h5,h6 { font-weight: normal; }

h1 { font-size: 23px; line-height: 1; }
h2 { font-size: 20px; }
h3 { font-size: 15px; line-height: 20px; padding-bottom: 5px; }
h4 { font-size: 11px; line-height: 18px;  }
h5 { font-size: 10px; }
h6 { font-size: 9px; line-height: 14px; }

h1 img, h2 img, h3 img,
h4 img, h5 img, h6 img {
  margin: 0;
}

h4 p {
  padding-bottom: 5px;
  padding-top: 5px;
}

article, aside, figure, footer, header,
hgroup, nav, section { display:block; }

nav ul { list-style:none; }

blockquote, q { quotes:none; }

blockquote:before, blockquote:after,
q:before, q:after { content:''; content:none; }

a { margin:0; padding:0; font-size:100%; vertical-align:baseline; background:transparent; text-decoration: none; color: #929497; color: inherit;  }

ins { background-color:#f2663f; color: #fff; text-decoration:none; }

mark { background-color:#f2663f; color: #fff; font-style:italic; font-weight:bold; }

del { text-decoration: line-through; }

abbr[title], dfn[title] { border-bottom:1px dotted #000; cursor:help; }

/* @end */
table { border-collapse:collapse; border-spacing:0; }

hr { display:block; border-top: 1px dotted #919191; margin-top: 10px; margin-bottom: 10px; }

input, select { vertical-align:middle; }

/* @group boilerplate */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

blockquote, q { quotes: none; }
blockquote:before, blockquote:after,
q:before, q:after { content: ''; content: none; }
ins { background-color: #ff9; color: #000; text-decoration: none; }
mark { background-color: #ff9; color: #000; font-style: italic; font-weight: bold; }
del { text-decoration: line-through; }
abbr[title], dfn[title] { border-bottom: 1px dotted; cursor: help; }
table { border-collapse: collapse; border-spacing: 0; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
input, select { vertical-align: middle; }

body { font:13px/1.231 sans-serif; font-size:small; }
select, input, textarea, button { font:99% sans-serif; }
pre, code, kbd, samp { font-family: monospace, sans-serif; }

/*html { overflow-y: scroll; }*/
a:hover, a:active { outline: none; }
ul, ol { margin-left: 1em; }
ol { list-style-type: decimal; }
nav ul, nav li { margin: 0; list-style:none; list-style-image: none; }
small { font-size: 85%; }
strong, th { font-weight: bold; }
td { vertical-align: top; }

sub, sup { font-size: 75%; line-height: 0; position: relative; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }

pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; padding: 15px; }
textarea { overflow: auto; }
.ie6 legend, .ie7 legend { margin-left: -7px; }
input[type="radio"] { vertical-align: text-bottom; }
input[type="checkbox"] { vertical-align: bottom; }
.ie7 input[type="checkbox"] { vertical-align: baseline; }
.ie6 input { vertical-align: text-bottom; }
label, input[type="button"], input[type="submit"], input[type="image"], button { cursor: pointer; }
button, input, select, textarea { margin: 0; }
input:valid, textarea:valid   {  }
input:invalid, textarea:invalid { border-radius: 1px; -moz-box-shadow: 0px 0px 5px red; -webkit-box-shadow: 0px 0px 5px red; box-shadow: 0px 0px 5px red; }
.no-boxshadow input:invalid, .no-boxshadow textarea:invalid { background-color: #f0dddd; }

button {  width: auto; overflow: visible; }
.ie7 img { -ms-interpolation-mode: bicubic; }

body, select, input, textarea {  color: gray; }
h1, h2, h3, h4, h5, h6 { font-weight: bold; }

/* @end */

/* @group wp */

.ir { display: block; text-indent: -999em; overflow: hidden; background-repeat: no-repeat; text-align: left; direction: ltr; }
.hidden { display: none; visibility: hidden; }
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }
.invisible { visibility: hidden; }
.clearfix:before, .clearfix:after { content: " "; display: block; height: 0; overflow: hidden; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }

/* @end */


@media all and (orientation:portrait) {

}

@media all and (orientation:landscape) {

}


@media print {
  * { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important;
  -ms-filter: none !important; }
  a, a:visited { color: gray !important; text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; }
  tr, img { page-break-inside: avoid; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3{ page-break-after: avoid; }
}

/* @end */
html{
	height: 100%;
}
body{
    background-color: rgb(249,249,249);
	width: 100%;
	height: 100%;
}

body.single-projects, body.slideshow{
	background-color: #323232;
}

#container{
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	/*min-width: 1000px;*/
}
div#main{
	top: 70px;
	clear: both;
	height: 80%;
	width: 100%;
	z-index: 10;
}

div#content{
	margin-top: 108px;
	margin-left: 43px;
	width: 800px;
	position: relative;
}
em {
	font-style: italic;
}
p {
	margin-top: 15px;
	margin-bottom: 15px;
}
h1 a{
	color: black;
	font-size: 22px;
	font-weight: normal;
	font-style: normal;
}
h2 span{
	margin: 0 8px;
}
h6{
	display: inline;
}
/*.current-color,
a.current-color-hover:hover,
p a,
a:hover{
	color: #058B8C !important;
}*/

/* @group nav */
#header {
	position: absolute;
	z-index: 999;
	top: 0;
	left: 0;
	width: 100%;
	height: 60px;
    background-color: rgba(255, 255, 255, 0.55);
    box-shadow: 0px 0px 10px gray;
	background-size: contain;
	background-repeat: repeat-x;
}

div#navigation{
	position: absolute;
	left: 25px;
	top: 20px;
	width: 698px;
	height: 16px;
	font-size: 15px;
	padding-left: 20px;
	background: none;
	z-index: 1000;
}
body.home div#navigation {
	width: 564px;
}

body.home{
    overflow-y: hidden;
}

div#navigation ul{
	list-style-type: none;
	margin: 0px;
}

div#navigation li{
	float: left;
	margin-right: 40px;
	padding-bottom: 2px;
}

div#navigation li#jmoore-link {
	font-weight: bold;
}

div#navigation li.search-form{
	/*position: absolute;*/
	/*right: 0;*/
	margin-right: 0px;
}

div#navigation .search-form{
	margin-top: -1px;
	position: relative;
	width: 125px;
	/*background-color: rgb(255,255,255);*/
	/*background-color: rgba(255,255,255,0);*/

}

div#navigation .search-form input{
	color: silver;
	background: transparent;
	border: none;
	width: 100%;
}

div#navigation .search-form input:focus{
	color: silver;
	/*background-color: rgb(81,81,81);*/
	/*background-color: rgba(81,81,81,0.51);*/
	outline: none;
	/*border: 1px solid #fffefe;*/
	border: 1px solid gray;
}


div#navigation .search-form input#searchbutton{
	position: absolute;
	right: 0;
	top: 0;
  border: 1px solid #bbb;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  padding: .2em .2em;
  color: #919191;
  font-size: 0.8em;
  text-align: center;
  width: 3.5em;
  height: 2.1em;

}

.black,
div#navigation a,
div#navigation .search-form input,
div#navigation .search-form input:focus,
div.preview-overlay-long h3
{
	color: #444;
}

div#navigation li:hover{
	border-bottom-color: #444;
}

.white,
body.slideshow div#navigation a,
body.slideshow div#navigation .search-form input,
body.slideshow div#navigation .search-form input:focus,
/*body.home div#navigation a,
body.home div#navigation .search-form input,
body.home div#navigation .search-form input:focus*/
{
	color: white;
}
body.slideshow div#navigation li:hover,
/*body.home div#navigation li:hover*/
{
	border-bottom-color: white;
}
/* @end */

/* @group home */
.home div#container div#content{
	height: 100%;
}
a#home-link{
  position: fixed;
	display: block;
	width: 100%;
	height: 100vh;
}

div#home-text{
  pointer-events: none;
	position: absolute;
	z-index: 1000;
	top: 110px;
	left: 30px;
	color: white;
	width: 30vw;
}

div#home-text .fade-two, .fade-three, .fade-four, .fade-five{
    padding-bottom: 20px;
}


#fade-title{
    position: relative;
    margin: 0;
    color: #7d7d7d;
    font-family: 'Work Sans', sans-serif;
    font-weight: 100;
    font-size: 1.9vw;
    left: -2px;
    top: -10px;
}

.fade-one{
    position: relative;
    top: -20px;
}

.slideWrap{
    position: relative;
    z-index: 2000;
    width: 100%;
    font-size: 1vw;
    margin: 0;
}

.fadeIn.two{
    top: -30px;
}

.slideWrap p {
    margin:0 auto;
}

.slideWrap #slideOne{
    position: absolute;
    display: block;
    top: -65px;
    margin-left: -700px;
}

.slideWrap #slideFive{
    position: absolute;
    display: block;
    top: -65px;
    margin-left: -700px;
}

.slideWrap #slideTwo{
    position: absolute;
    display: block;
    top: -90px;
    margin-left: -700px;
}

.slideWrap #slideThree{
    position: absolute;
    display: block;
    top:-65px;
    margin-left: -700px;
}

.slideWrap #slideFour{
    -webkit-transform: translateZ(0);
    position: absolute;
    display: block;
    top:-65px;
    margin-left: -700px;
}

@media screen and (min-width: 1500px){
    
    body .slideWrap{
        font-size: 14px;
    }

}

@media screen and (min-width:400px) and (max-width: 1500px){
    div#home-text{
        width: 60vh;
    }
    
    #home-text .fade-two, .fade-three, .fade-four, .fade-five{
        padding-bottom: 15px;
    }
    
    .fade-one{
        top: -20px;
    }
    
    div#fade-title{
        top: -15px;
    }

    .slideWrap #slideOne{
    	top: -50px;
	}

    .slideWrap #slideTwo{
    	top: -65px;
	}

    .slideWrap #slideThree{
    	top: -45px;
	}

    .slideWrap #slideFour{
    	top: -45px;
	}
    
}

div#home-text div svg,
div#home-text div img{
  display: block;
	width: 100%;
	height: auto;
}
div#home-text div svg {
	max-height: 100%;
}
#home-text .fade-zero{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	display: none;
	line-height: 30px;
}
#home-text .fade-five-0{
	display: none;
	position: absolute;
	top: 0;
	left: 0;
}
#home-text .fade-text .entry li{
	color: rgb(68, 68, 68);
	width:500px;
	margin-left: 15px;
	margin-bottom: 40px;
}
.page-id-1491{
	background-color: #323232;
}

.page-id-1491 div#home-text{
	position: absolute;
	top: 150px;
	left: 50px;
	color: white;
	width: 500px;
}
.page-id-1491 div#home-text div{
	height: 70px;
	width: 500px;
}
.page-id-1491 div#home-text div object{
	height: 100%;
}

/*.page-id-47 div.secondary-nav{
    left: 18vw;
}*/

/* @end */
/* @group backstretch */
.single-image-navigation {
	position: absolute;
	left: 10px;
	top : 50%;
	padding: 8px;
}

.prev-image {
	width: 15px;
	height: 25px;
	float: left;
	background: url(../images/img-nav-left.png) no-repeat center center;
	cursor: pointer;
}

.next-image {
	width: 15px;
	height: 25px;
	float: left;
	background: url(../images/img-nav-right.png) no-repeat center center;
	cursor: pointer;
}

.full-image {
	width: 20px;
	height: 25px;
	float: left;
	margin: 0 5px 0 7px;
	background: url(../images/img-nav-full.png) no-repeat center center;
	cursor: pointer;
}

div#slideshow-how-to {
	position: absolute;
	width: 270px;
	color: white;
	top : 50%;
	margin-top: -100px;
	padding: 30px;
	padding-left: 100px;
	font-size: 14px;
	background-color: black;
	background-color: rgba(0,0,0,0.95);
	display: none;
}
div#slideshow-how-to a{
	color: silver;
}

div#slideshow-how-to a:hover{
	color: white;
}

#edit-image{
	position: absolute;
	top: 105px;
	left: 45px;
	width: 60px;
	cursor: pointer;
}
#edit-image a{
	display: block;
	color: #cacaca;
	background-color: black;
	background-color: rgba(0,0,0,0.33);
	padding: 3px 6px;
	text-align: center;
	border: 1px dotted gray;
}
#edit-image a:hover{
	background: rgba(255,255,255,0.33);
}
div#loading{
	width: 50px;
	height: 50px;
	margin: auto;
	margin-top: 30%;
	background-color: transparent;
	opacity: 0.4;
}

div#loading img{
	width: 50px;
	height: 50px;
}
/* @end */

/* @group single-projects */

div#single-navigation-container{
	position: fixed;
	bottom: 0;
	height: 90px;
	width: 100%;
}


.single-navigation{

	position: absolute;
	bottom: 0;
	width: 100%;
	min-width: 800px;
	height: 110px;
	overflow: hidden;
}

.single-navigation #single-navigation-background{
	width: 100%;
	height: 100%;
	background-color: black;
	background-color: rgba(255,255,255,0.95);
}
.home-single-navigation{
	background-color: black;
	background-color: rgba(255,255,255,0.95);
	position: absolute;
	bottom: 0;
	width: 100%;
	min-width: 800px;
	height: 30px;
	overflow: hidden;
	display: none;
}
#photo-info{
	width: 300px;
	position: absolute;
	top: 0px;
	left: 20px;
	color: silver;
	font-weight: bold;
	font-size: 14px;
}
#slideshow-nav{
	text-align: left;
	position: absolute;
	right: 15px;
	top: 50px;
}

#slideshow-nav-left{
	float: left;
	width: 15px;
	height: 25px;
	margin-top: 25px;
	margin-right: 15px;
	background: url(../images/img-nav-left.png) no-repeat center center;
	cursor: pointer;
}
#slideshow-nav-right{
	float: left;
	margin-top: 25px;
	margin-left: 15px;
	width: 15px;
	height: 25px;
	background: url(../images/img-nav-right.png) no-repeat center center;
	cursor: pointer;
}
#slideshow-nav-container{
	float: left;
	right: 35px;
	width: 200px;
	overflow: hidden;
}
#slideshow-nav-thumbs{
	position: relative;
	width: 3000px;
	left: 1px;
	margin-left: 0px;
	height: 60px;
}

div.slideshow-category{
	display: block;
	float: left;
	margin-right: -5px;
	margin-left: 0px;
	padding: 0;
	height: 60px;
	overflow: hidden;
	position: relative;
}

div.slideshow-category.category-13{
	margin-left: 40px;
}
div.slideshow-category h2{
	display: block;
	width: 100%;
	text-transform: uppercase;
	font-weight: normal;
	font-style: normal;
	font-size: 9px;
	height: 12px;
	position: absolute;
	overflow: hidden;

}
.single-navigation ul{
	list-style-type: none;
	margin: 0;
	margin-top: 13px;
	margin-right: 5px;

}
.single-navigation li{
	float: left;
	margin-left: 1px;
	margin-right: 4px;
	width: 40px;
	height: 40px;
}
.single-navigation li.active{
	margin-left: 0px;
	margin-right: 3px;
	margin-top: -1px;
	border: 1px solid #cacaca;
}
.single-navigation li img{
	width: 40px;
	height: 40px;
	cursor: pointer;
}

#photo-project {
	display: flex;
	align-items: baseline;
	margin-top: 20px;
	margin-left: 20px;
	cursor: pointer;
	width: 500px;
}

#slideshow-current-project {
	margin-top: 8px;
	cursor: pointer;
}
#slideshow-current-project a{
	color: white;
}
#slideshow-current-project a:hover{
	text-decoration: underline;
}
#photo-project span.more{
	color: #919191;
	margin-left: 10px;
	text-transform: none;
	font-weight: normal;
	vertical-align: 15%;
}
#close-info {
	position: absolute;
	cursor: pointer;
	top: 105px;
	right: 45px;
	color: white;
	text-transform: uppercase;
}
#project-info-overlay{
    display: none;
	position: absolute;
	width: 100%;
	min-height: 100%;
	top: 0;
	left: 0;
	background-color: black;
	background-color: rgba(0,0,0,0.75);
}
#project-info{
	margin-top: 145px;
	margin-left: 100px;
	width: 800px;
	color: white;
}
#project-info h1{
	text-transform: uppercase;
	font-weight: normal;
	font-style: normal;
	letter-spacing: 2px;
	font-size: 14px;
}
#project-info a{
	color: white;
}



#project-info h2{
	font-weight: normal;
	font-style: normal;
	font-size: 10px;
	text-transform: uppercase;
	margin-bottom: 3px;
	letter-spacing: 1px;
}
#project-info h2.entry-meta{
	float: left;
	margin-right: 20px;
	margin-top: 3px;
}
#project-info-left{
	width: 400px;
	float: left;
    
}

#project-info-left p{
    color: white;
}

#project-info-left div.entry{
	margin-top: 30px;
    color: white !important;
}
#project-info-right{
	float: right;
	width: 300px;
	margin-top: 45px;
}
#project-info-right li{
	list-style-type: none;
}

#project-info-right li.second{
	margin-left: 5px;
	font-size: 10px;
}
#project-info-right li.second a{
	color: #919191;
}
#project-info-awards, #project-info-news{
	margin-bottom: 40px;
}
.credits p{
	margin: 0;
}



/* @end */

/* @group archive-projects */
div#projects-grid{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
    background-color: rgb(249,249,249);
	margin-top: 120px;
	padding-bottom: 60px;
	width: 100%;
}

div#projects-grid .status-draft .draft{
	position: absolute;
	top:0px;
	left: 0px;
	width: 100%;
	background-color: rgb(255,255,255);
	background-color: rgba(255,255,255,0.95);
	padding: 5px;
}

#slideshow-preview-rotator{
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
	position: relative;
	overflow: hidden;
	width: 200px;
	height:  200px;
	background-color: rgb(249,249,249);
}

body.category div#projects-grid .projects{
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
	position: relative;
	overflow: hidden;
	width: 200px;
	height: 200px;
	background-color: rgb(249,249,249);
}

body.category div.preview-overlay{
	position: absolute;
	bottom: 0px;
	height: 100%;
	width: 100%;
	overflow: hidden;
	text-align: center;
}

body.category div.preview-overlay-long{
	position: absolute;
	bottom: 0px;
	height: 50px;
	width: 100%;
    background-color: rgba(249,249,249,0.6);
	overflow: hidden;
    display: none;
	text-align: center;
}

body.category div.preview-overlay h3{
	font-size: 52px;
    color: rgb(249, 249, 249);
    font-family: Akkurat Light;
	font-weight: 100;
	font-style: normal;
    text-align: center;
	margin-top: 35%;
	font-variant: normal;
	text-transform: uppercase;
}

body.category div.preview-overlay-long h3{
	font-size: 12px;
    width: 120px;
    font-family: Akkurat;
    margin: auto;
	font-weight: normal;
	font-style: normal;
    text-align: center;
	margin-top: 5px;
	font-variant: normal;
	text-transform: uppercase;
}


body:not(.category) div#projects-grid .projects{
	float: left;
	margin-right: 36px;
	margin-left: 36px;
	margin-bottom: 15px;
	position: relative;
	background-color: rgb(249,249,249);
}

body:not(.category) div#projects-grid .projects .preview-image{
	position: relative;
	overflow: hidden;
	width: 200px;
	height:  200px;
}

body:not(.category) div#projects-grid .projects .preview-overlay{
	width: 200px;
	height: 200px;
	background-image: url('../images/hover-circle.png');
	background-repeat: none;
	background-size: cover;
	
	-webkit-transition: opacity .25s linear;
          transition: opacity .25s linear;
	display: table;
	
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
		filter: alpha(opacity=0);
	-moz-opacity:0;
	-khtml-opacity: 0;
	opacity: 0;
}

body:not(.category) div#projects-grid .projects .preview-overlay h3{
	margin: 0;
	padding: 0;
	text-align: center;
	width: 100%;
	padding-top: 110px;
	color: #636466;
	font-size: 35px;
	font-family: Akkurat;
	display: table-cell;
	vertical-align: middle;
}

body:not(.category) div#projects-grid .projects .preview-description{
	padding-top: 20px;
	padding-bottom: 13px;
	text-align: center;
}

body:not(.category) div#projects-grid .projects .preview-description .preview-title{
	font-family: Akkurat;
	font-size: 15px;
	color: #636466;
}

body:not(.category) div#projects-grid .projects .preview-description .preview-location{
	font-family: Akkurat Light;
	padding-top: 8px;
	font-size: 13px;
	color: #999999;	
}

body:not(.category) div#projects-grid .projects .preview-description .preview-year{
	font-family: Akkurat Light;
	font-size: 13px;
	color: #999999;	
}

body:not(.category) div#projects-grid .projects:hover .preview-overlay{
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
		filter: alpha(opacity=100);
	-moz-opacity:1;
	-khtml-opacity: 1;
	opacity: 1;
}

div.page div.entry table{
	margin-left: -20px;
}
div.page div.entry table tr{
	height: 1.8em;
}
div.page div.entry table td{
	padding: 5px 20px;
}

div.preview-overlay{
	position: absolute;
	bottom: 0px;
	height: 100%;
	width: 100%;
	overflow: hidden;
	text-align: center;
}

div.preview-overlay-long{
	position: absolute;
	bottom: 0px;
	height: 50px;
	width: 100%;
    background-color: rgba(249,249,249,0.6);
	overflow: hidden;
    display: none;
	text-align: center;
}

#slideshow-preview-rotator div.preview-overlay div.arrow{
	background: url(../images/circle-p.png) no-repeat 0 0px;
	width: 20px;
	height: 20px;
	position: absolute;
	left:  48%;
}

#slideshow-preview-rotator div.preview-overlay h3{
    font-size: 30px;
    padding-top: 10px;
}

@font-face {
    font-family: Akkurat;
    src: url(../fonts/akkurat_regular.otf);
}

@font-face {
    font-family: Akkurat Light;
    src: url(../fonts/akkurat_light_regular.otf);
}

div.preview-overlay h3{
	font-size: 52px;
    color: rgb(249, 249, 249);
    font-family: Akkurat Light;
	font-weight: 100;
	font-style: normal;
    text-align: center;
	margin-top: 35%;
	font-variant: normal;
	text-transform: uppercase;
}

div.preview-overlay-long h3{
	font-size: 12px;
    width: 120px;
    font-family: Akkurat;
    margin: auto;
	font-weight: normal;
	font-style: normal;
    text-align: center;
	margin-top: 5px;
	font-variant: normal;
	text-transform: uppercase;
}

/* @group Porjects sidebar */
div#projects-sidebar{
	position: fixed;
	left: 0px;
	bottom:  0px;
	font-size: 12px;
	line-height: 20px;
	z-index: 10;
	width: 100%;
	height: 30px;
	padding-top: 10px;
	overflow: hidden;
	text-align: center;
    box-shadow: 0px 0px 16px .5px rgb(166, 166, 166);
	background-color: rgba(249,249,249,0.9);
}
div#projects-sidebar a{
	color: gray;
}
div#projects-sidebar ul{
	display: table;
	height: 30px;
	width: 100%;
	margin-left: 0%;
	min-width: 900px;
}
div#projects-sidebar li{
	display: table-cell;
	list-style-type: none;
	list-style-image: none;
    white-space: nowrap;
    width: 300px;
}
div#projects-sidebar li:not(:first-child) {
	margin-left: 3%;
}

@media screen and (max-width: 1200px) {
	div#projects-sidebar li:not(:first-child) {
		margin-left: 2%;
	}
}

/*div#projects-sidebar ul, div#projects-sidebar li {
	list-style-type: none;
	margin: 0;
	list-style-position: inside;
	list-style-image: url(../../images/circle-e.png);
	opacity: 1;
}
div#projects-sidebar li.current-cat,div#projects-sidebar li.current-cat a{
	list-style-type: disc;
}
div#projects-sidebar li.categories{
	list-style-type: none;
	list-style-image: none;
}*/
div#slideshow-link{
	display: block;
	margin-top: 50px;
	height: 20px;
	background: url(../images/circle-p.png) no-repeat 0 2px;
}
div#slideshow-link a{
	margin-left: 20px;
}
/* @end */
/* @end */

/* @group archive */

/* @end */

/* @group page */

div.page{
	width: 500px;
	margin-top: 140px;
}
.contact{
	margin-bottom: 80px;
	color: #a9a9a9;
}
.contact p{
	height: 0px;
	margin: 0px;
	padding: 0px;
}
.contact-large{
	font-size: 96px;
	line-height: 84px;
	font-weight: bold;
        margin: 25px 0;
}
div.contact div.caption{
	margin-top: 14px;
	margin-bottom: 14px;
}

.page-id-2 .entry ul{
	list-style-type: none;
}

.page-id-2 .entry li{
	margin: 0 0 30px 0;
}
/* @end */

/* @group news */

div.news,
div.research.single{
	margin-left: 30px;
	margin-bottom: 40px;
	padding-bottom: 40px;
	border-bottom: 1px dotted #919191;
	width: 550px;
}

#single-featured-image {
	margin-bottom: 25px;
	overflow: hidden;
	width: 550px;
}
#single-featured-image img{
	width:100%;
	height: auto;
}
.news h3,
.research h3{
	color: black;
	font-size: 11px;
	font-weight: normal;
	font-style: normal;
	margin-bottom: 10px;
}
.news p{
	margin: 0;
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 11px;
	color: #515151;
}

div#more-images{
	margin-top: 10px;
	margin-bottom: 30px;
}

div#more-images img{
	margin: 8px 16px 8px 0px;
}

div#related-projects{
	margin-top: 20px;
	margin-bottom: 50px;
}

body.post-type-archive-news #content,
body.post-type-archive-awards #content,
body.post-type-archive-research #content,
body.tax-news_type #content,
body.single-news #content,
body.single-awards #content,
body.single-research #content{
	position: relative;
	width: 1100px;
	margin: auto;
	margin-top: 140px;
}

div#news-sidebar{
	width: 380px;
	top: 0;
}

div#news-left{
	width: 220px;
	float: left;
	line-height: 14px;
	padding-top: 5px;
}

div#news-left div{
	margin-bottom: 50px;
}
div#news-left h2,
div#more-research-links h3{
	font-weight: normal;
	font-style: normal;
	color: black;
}
div#news-left li,
div#more-research-links li{
	font-size: 12px;
	text-transform: none;
	margin: 8px 0px;
	color: gray;
}

div#news-types{
	float: right;
	width: 120px;
	padding: 0;
}

div.news-thumb{
	float: left;
}
div#news-right{
	margin-left: 170px;
	width: 350px;
}

div#nav-below{
	margin-bottom: 50px;
	padding-bottom: 50px;
	width: 550px;
	position: relative;
	height: 20px;
}
div.nav-previous{
	float: left;
}
div.nav-next{
	float: right;
}
div.nav-next{
	float: right;
}

.news h2,
.research h2,
.research a.related{
	color: #515151;
	font-size: 9px;
	text-transform: uppercase;
	font-weight: normal;
	font-style: normal;
	margin-bottom: 2px;
}
.news h1{
	margin-bottom: 10px;
}
.news h1 a,
.research h1 a{
	color: black;
	font-size: 16px;
	font-weight: normal;
	font-style: normal;
	line-height: 18px;
}

.term-newsbar .news,
div.newsbar{
	width: 417px;
}
/* @end */

/* @group research */


div#research-sidebar{
	position: absolute;
	width: 160px;
	left: 750px;
	z-index: 10;
}

div#research-thumbnail{
	margin-top: 7px;
	margin-bottom: 10px;
	position: relative;
	width: 150px;
	height: 150px;
	overflow: hidden;
}

div#research-thumbnail img{
	width: 150px;
	height:  150px;
}
div#research-thumbnail-title{
	position: absolute;
	bottom: 0;
	padding: 10px 0 15px;
	background-color: rgba(255,255,255,0.95);
	font-size: 12px;
	width: 100%;
	text-align: center;
}

div#see-more{
	width: 150px;
	margin-bottom: 35px;
	text-transform: uppercase;
	font-size: 10px;
	text-align: center;
}
div#see-more a{
	color: #919191;
}
div#see-more a:hover{
	color: #515151;
}
div#more-research-links{

}


div#more-research-links h2{
	text-transform: uppercase;
	border-bottom: 1px solid #919191;
	margin-bottom: 10px;
}

div#more-research-links ul{
	list-style-type: none;
	list-style-position: inside;
	margin: 0;
	margin-bottom: 30px;
}

div#more-research-links li{
	margin-bottom: 4px;
}

div#research-content{
	width: 710px;
}

div#research-title{
	border-bottom: 1px dotted #919191;
	padding-bottom: 5px;
}
div#research-content h1{
	margin-top: 4px;
	font-size: 28px;
	font-weight: normal;
	font-style: normal;
}
div.research{
	width: 100%;
	margin-top: 10px;
	margin-bottom: 40px;
	border-bottom: 1px dotted #919191;
}

body.single div.research{
	border-bottom: none;
	margin-bottom: -70px;
}

.research .research-right{
	float: right;
	width: 200px;
	position: relative;
}


.research .research-left{
	float: left;
	width: 500px;
}

.research div.research-post-body {
	margin-bottom: 80px;
}


.research .research-left .research-img{
	position: relative;
	margin-bottom: 10px;
}
.research .research-left .caption{
	position: absolute;
	margin-left: 520px;
	width: 230px;
	bottom: 20px;
}
.research .research-left .title{
	font-style: italic;
}
.research .research-left .excerpt{
	color: #919191;
}
.research h1{
	line-height: 10px;
	font-size: 10px;
}

.research h2{
	float: left;
	margin-top: 4px;
	margin-right: 10px;
	padding-right: 10px;
	border-right: 1px solid #919191;
}

.entry .mejs-container.svg.wp-video-shortcode.mejs-video{
   max-width: 700px;
   max-height: 700px;
}

/* @end */


/* @group secondary-nav */

/*Ipads*/
@media only screen and (min-width: 768px) and (max-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) {
    
    body div#news-types{
        float: right;
        position: relative;
        margin-right: 9vw;
    }
    
    body div#research-sidebar{
        left: 720px;
    }
}

div.secondary-nav{
	position: absolute;
	top: 0;
	right: 20px;
	font-size: 13px;
	line-height: 25px;
	width: 210px;
}
div.secondary-nav h2 a{
	color: #000;
	font-weight: normal;
	font-style: normal;
}
div.secondary-nav a,
div#more-research-links a{
	color: #919191;
}
div.secondary-nav li{
	list-style-type: none;
}
div.secondary-nav li.active a, div.secondary-nav li.current_page_item a{
	color: #000;
}


/* @end */

/* @group awards */



div.awards{
	margin-left: 30px;
	margin-bottom: 15px;
	padding-top: 5px;
	width: 500px;
	border-bottom: 1px dotted #919191;
}

.awards h2{
	margin-top: 6px;
	float: right;
	color: #515151;
	font-size: 9px;
	text-transform: uppercase;
	font-weight: normal;
	font-style: normal;
	margin-bottom: 0px;
}

.awards h2 a{
	color: gray;
}

.awards h1{
	float: left;
	color: black;
	font-size: 15px;
	font-weight: normal;
	font-style: normal;
	cursor: pointer;
}
.awards h3{
	color: black;
	font-size: 11px;
	font-weight: normal;
	font-style: normal;
	margin-bottom: 10px;
}
.awards p{	margin: 0;
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 11px;
	color: #515151;
}
.awards .pane{
	clear: both;
	margin-top: 25px;
	display: none;
}
.awards .awards-thumb{
	float: left;
	height: 200px;
	margin-bottom: 10px;
}

.awards .entry{
	width: 260px;
	margin-left: 220px;
	margin-top: 0px;
}
.single .awards h1{
	cursor: text;
	margin-bottom: 5px;
}
.single .awards h2{
	clear: left;
	margin-top: 10px;
	float: none;
}
.single .awards-thumb{
	margin-top: 30px;
	height: 100%;
}
.single .awards .entry{
	margin-left: 0;
	width: 100%;
}
/* @end */

/* @group search */
body.search{
    /*background-color: #2b2b2b;*/
}

body.search #content{
    background-color:transparent;
}

body.search #darken{
	position: fixed;
	width: 100%;
	height: 100%;
	margin-top: -200px;
	background-color: black;
	background-color: rgba(0,0,0,0.6);
	padding-top: 200px;
	z-index: -1;
}

body.search h1.search-title{
	font-weight: normal;
	font-style: normal;
	color: white;
	float: right;
	text-transform: uppercase;
}
body.search h1.search-title span{
	font-style: normal;
	font-weight: normal;
	color: silver;
}
body.search .hentry{
	margin: 0px 0px 40px 0px;
	padding: 0px;
	width: 500px;
	color: white;
	border-style: none;
}

body.search .hentry h2{
	color: white;
	font-size: 10px;
	text-transform: uppercase;
	font-weight: normal;
	font-style: normal;
	margin:0 0 2px 0;
	float: none;
}

body.search .hentry h1{
	margin-bottom: 0px;
	text-transform: none;
	float: none;
}
body.search .hentry h1 a{
	color: white;
	font-size: 16px;
	font-weight: normal;
	font-style: normal;
}
body.search .hentry h3{
	color: white;
	font-size: 11px;
	font-weight: normal;
	font-style: normal;
	margin-bottom: 10px;
}
body.search .hentry p{
	margin: 0;
	margin-top: 3px;
	margin-bottom: 10px;
	font-size: 12px;
	color: white;
	line-height: 15px;
	font-weight: normal;
	font-style: normal;
}
body.search .hentry .entry{
	float: none;
	margin: 0;
	width: 100%;
}


/* @end */

div#site-by{
	font-size: 9px;
	margin-top: 50px;
}
div.section-share {
	clear: all;
	height: 32px;
	margin-top: 30px;
	margin-bottom: 30px;
}

a.share.facebook {
	display: block;
	background-image: url(../images/facebook.png);
	width: 24px;
	height:  30px;
	float: left;
	margin-right: 0px;
}
a.share.twitter {
	display: block;
	background-image: url(../images/twitter.png);
	width: 32px;
	height:  32px;
	float: left;
}
a.share.pinterest {
	display: block;
	width: 60px;
	height:  32px;
	float: left;
	background: url(../images/Pinit.png) no-repeat;
}

.clear{
	clear: both;
	width: 100%;
	height: 1px;
}

/* @group supersized */
#supersized-loader {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 0;
	width: 60px;
	height: 60px;
	margin: -30px 0 0 -30px;
	text-indent: -999em;
	background: url(../images/progress.gif) no-repeat center center;
}
body.home #supersized-loader,
body.page-id-1491 #supersized-loader,
body.search #supersized-loader,
body.page-id-13 #supersized-loader,
body.parent-pageid-2 #supersized-loader{
	background: none;
}
#supersized {
	display: block;
	position: fixed;
	left: 0;
	top: 0;
	overflow: hidden;
	z-index: -999;
	height: 100%;
	width: 100%;
  margin: 0;
}
#supersized img {
	width: auto;
	height: auto;
	position: relative;
	display: none;
	outline: none;
	border: none;
  left: 0 !important;
  top: 0 !important;
  object-fit: cover;
}
body.home #supersized img,
body.single-projects #supersized img {
  width: 100% !important;
  height: 100% !important;
}
@-moz-document url-prefix() {
  #supersized li:not(.has-full-image) img {
    width: auto !important;
    height: 100% !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) scale(1.25);
  }

  @media screen and (min-aspect-ratio: 4/3) {
    #supersized li:not(.has-full-image) img {
      width: 100% !important;
      height: auto !important;
    }
  }
}
#supersized li.has-full-image img {
  object-fit: contain;
}
#supersized.speed img {
	-ms-interpolation-mode: nearest-neighbor;
	image-rendering: -moz-crisp-edges;
}/*Speed*/
#supersized.quality img {
	-ms-interpolation-mode: bicubic;
	image-rendering: optimizeQuality;
}/*Quality*/

#supersized li {
	display: block;
	list-style: none;
	z-index: -30;
	position: fixed;
	overflow: hidden;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #323232;
}
#supersized a {
	width: 100%;
	height: 100%;
	display: block;
}
#supersized li.prevslide {
	z-index: -20;
}
#supersized li.activeslide {
	z-index: -10;
}
#supersized li.image-loading {
	background: url(../images/progress.gif) no-repeat center center;
	width: 100%;
	height: 100%;
}
#supersized li.image-loading img {
	visibility: hidden;
}
#supersized li.prevslide img, #supersized li.activeslide img {
	display: inline;
}
/* Controls Bar
 ----------------------------*/
#slidecounter {
	float: left;
	color: #999;
	font: 14px "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-shadow: #000 0 -1px 0;
	margin: 0px 10px 0 15px;
	line-height: 42px;
}
#slidecaption {
	overflow: hidden;
	float: left;
	color: #FFF;
	font: 400 14px "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-shadow: #000 1px 1px 2px;
	margin: 0 20px 0 0;
	line-height: 42px;
}

#navigation {
	float: right;
	margin: 0px 20px 0 0;
}

/* Thumbnail Navigation
 ----------------------------*/
#nextthumb, #prevthumb {
	z-index: 2;
	display: none;
	bottom: 61px;
	height: 75px;
	width: 100px;
	overflow: hidden;
	background: #ddd;
	border: 1px solid #fff;
	-webkit-box-shadow: 0 0 5px #000;
}
#nextthumb {
	right: 12px;
}
#prevthumb {
	left: 12px;
}
#nextthumb img, #prevthumb img {
	width: 150px;
	height: auto;
}
#nextthumb:active, #prevthumb:active {
	bottom: 59px;
}
#nextthumb:hover, #prevthumb:hover {
	cursor: pointer;
}

/* Thumbnail Tray
 ----------------------------*/
#thumb-tray-container {
	position: absolute;
	z-index: 3;
	top: 40px;
	left: 0;
	height: 60px;
	width: 100%;
	overflow: hidden;
	text-align: center;
}

#thumb-tray {
	position: absolute;
	z-index: 3;
	top: 0px;
	left: 0;
	height: 60px;
	overflow: hidden;
	text-align: right;
	width:100%;
	margin:0 40px;
}

#thumb-back, #thumb-forward {
	position: absolute;
	z-index: 5;
	width: 15px;
	height: 24px;
	cursor: pointer;
	top: 20px;
	background-image: url(../images/arrow-icon-sheet.png);
	background-size: cover;
  background-position: -15px 0;
}
#thumb-back {
	left: 10px;
	transform: rotate(180deg);
}
#thumb-forward {
	right: 10px;
}

ul#thumb-list {
	display: inline-block;
	list-style: none;
	position: relative;
	left: 0px;
	padding: 0 0px;
}
ul#thumb-list li {
	background: #111;
	list-style: none;
	display: inline;
	width: 40px;
	height: 40px;
	overflow: hidden;
	float: left;
	margin: 0;
	margin-left:1px;
	margin-right:4px;
}
ul#thumb-list li img {
	width: 40px;
	height: 40px;
	height: auto;
	opacity: 0.5;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
	filter: alpha(opacity=60);
	-webkit-transition: all 100ms ease-in-out;
	-moz-transition: all 100ms ease-in-out;
	-o-transition: all 100ms ease-in-out;
	-ms-transition: all 100ms ease-in-out;
	transition: all 100ms ease-in-out;
}
ul#thumb-list li.current-thumb img, ul#thumb-list li:hover img {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
}
ul#thumb-list li:hover {
	cursor: pointer;
}



/* @end */



/* News Ticker */

@keyframes fade-in {
  0% { opacity: 0; }
  100% { opacity: 1; }
}

.ticker {
	visibility: hidden;
  opacity: 0;
  position: absolute;
  z-index: 999999;
  top: 20px;
  left: 604px;
  right: 0;
  overflow: hidden;
  min-width: 10em;
  white-space: nowrap;
  animation: fade-in 600ms ease-in-out;
  animation-fill-mode: forwards;
}

.ticker-items {
  display: inline-block;
  font-size: 13px;
}

.ticker-item {
  display: inline-block;
}

.ticker-item:not(:last-of-type)::after {
  content: " // ";
  margin-left: 0.5em;
  margin-right: 0.5em;
}

.ticker-item a {
  color: gray;
}
/*
.slideshowCard {
  position: absolute;
  bottom: 0;
  right: 90px;
  width: 112px;
  height: 128px;
  padding: 20px;
  font-size: 15px;
  word-wrap: break-word;
  background-color: rgba(255, 255, 255, 0.6);
  color: #444;
  pointer-events: none;
  transition: opacity 600ms ease-in-out; }
  .slideshowCard.hidden {
    opacity: 0; }
*/

 .slideshowCard{
 position: absolute;
 right: 55px;
 bottom: 30px;
 width: 70px;
 height: 70px;
 padding: 0px;
 font-size: 13.5px;
 text-align: center;
 word-wrap: break-word;
 border-radius: 100%;
 transition: opacity 600ms ease-in-out;
 background-color: rgba(185, 185, 185, 0.5);
 color: #444;
 }
.slideshowCard:hover{
    background-color: rgba(63, 63, 63, 0.6)!important;
    color: #fff!important;
}
 
 .slideshowCard-description{
  position: relative;
  z-index: 100;
  -webkit-user-select: none; /* Chrome/Safari */
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* IE10+ */
  padding-top: 15px;
  line-height: 20px;
 }

a#slideshowCard-link{
    position: absolute;
    z-index: 101;
    display:block;
    width: 100%;
    height: 100%;
    border-radius: 100%;
}

.slideshowCard-title {
    display:none;
}

.instagram-icon {
  display: block;
  width: 24px;
  height: 24px;
  margin: 14.37126px;
  position: absolute;
  bottom: 45px;
  left: 45px;
  background-image: url(../images/instagram-icon-sheet.png);
  background-size: cover;
  opacity: 0.95; }
  .instagram-icon::before {
    display: block;
    box-sizing: border-box;
    width: 40.08px;
    height: 40.08px;
    border: 2px solid #bdbdbd;
    border-radius: 50%;
    position: absolute;
    top: -8px;
    left: -8px;
    content: ""; }
  .instagram-icon:hover {
    background-position: -24px 0;
    opacity: 0.95; }
    .instagram-icon:hover::before {
      border-color: #3f3f3f; }

@keyframes fade-in-arrows {
  from {
    opacity: 0; }
  to {
    opacity: 0.95;
    visibility: visible; } }

.arrow-icon {
  display: block;
  width: 30px;
  height: 48px;
  margin: 45px;
  position: absolute;
  bottom: 140px;
  background-image: url(../images/arrow-icon-sheet.png);
  background-size: cover;
  opacity: 0.95;
  cursor: pointer; }
  .arrow-icon:hover {
    background-position: -30px 0;
    opacity: 0.95; }
  .arrow-icon.left {
    transform: rotate(180deg); }
  .arrow-icon.right {
    right: 0; }

body.home .arrow-icon {
  visibility: hidden;
  opacity: 0;
  animation: fade-in-arrows 600ms ease-in-out 2800ms forwards; }
