﻿footer {
    border-top: 1px solid rgba(255, 255, 255, .2);
    box-shadow: 0px 0px 20px #000;
    -moz-box-shadow: 0 0 20px #000;
    -webkit-box-shadow: 0 0 20px #000;
    background: url("/images/texture-darker.png");
}
footer:hover .scroll-arrow {
    opacity: 1;
    background: #ffd200;
    color: #000;
}
.scroll-arrow {
    opacity: 0.3;
    transition: opacity 200ms, background-color 200ms, color 200ms;
    -moz-transition: opacity 200ms, background-color 200ms, color 200ms;
    -webkit-transition: opacity 200ms, background-color 200ms, color 200ms;
    position: absolute;
    top: 0px;
    left: 0px;
    color: #fff;
    background: transparent;
    z-index: 100060;
    height: 30px;
    width: 30px;
    margin: 44px 20px 24px;
    line-height: 22px;
    text-align: center;
    font-size: 2em;
    padding: 2px;
    font-family: sans-serif;
    cursor: pointer;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
}


.scrollbig-arrow
{
    opacity: 0.7;
    transition: opacity 200ms, background-color 200ms, color 200ms;
    -moz-transition: opacity 200ms, background-color 200ms, color 200ms;
    -webkit-transition: opacity 200ms, background-color 200ms, color 200ms;
    position: absolute;
    top: 50%;
    left: 10px;
    /*color: #fff;*/
    background: transparent;
    z-index: 2;
    height: 30px;
    width: 30px;
    line-height: 22px;
    text-align: center;
    font-size: 2em;
    padding: 2px;
    font-family: sans-serif;
    cursor: pointer;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    background: #CFC699;
}
    .scrollbig-arrow:hover {
    opacity: 1;
    background: #ffd200;
    color: #000;
    }
#scroll-right {
    left: auto;
    right: 0;
}
#scrollbig-right {
    left: auto;
    right: 10px;
}

#photo-thumbs {
    border: 0;
    overflow: hidden;
    width: 100%;
    background: transparent;
    padding: 4px 70px 6px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    white-space: nowrap;
    height: 115px;
    z-index: 10040;
}

.image-thumbnail {
    width: 110px;
    height: 110px;
    /*float: left;*/
    display:inline-block;
    padding: 5px;
    vertical-align: middle;
    line-height: 100px;
    text-align: center;
}

image-thumbnail::after {
    content: ".";
    visibility: hidden;
}

.image-thumbnail img {
    vertical-align: middle;
    max-width: 100%;
    max-height: 100%;
    /*width: 100%;*/
}

.image-thumbnail div {
    visibility: hidden;
}

.image-thumbnail:hover div {
    visibility: visible;
    width: 100px;
    position: absolute;
    top: 0;
    margin-top: 5px;
    padding: 5px;
    color: #fff;
    background-color: rgba(0,0,0,0.75);
    transition: background .2s linear, color .2s linear;
    -moz-transition: background .2s linear, color .2s linear;
    -webkit-transition: background .2s linear, color .2s linear;
    -o-transition: background .2s linear, color .2s linear;
}

#image-container {
    position:absolute;
    height: 100%;
    width: 100%;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    z-index: 10050;
}

#image-wrap {
    position: absolute;
    top: 0px;
    left: 0px;
    /*display: table;*/
    vertical-align: middle;
    text-align: center;
    width: 100%;
    height: 100%;
    z-index: 10040;
}

#image-inner-wrap .loading {
    background: url("../images/loading.gif") no-repeat 50% 50%;
    display: inline-block;
    margin: 0 auto;
    height: 500px;
    transition: width 200ms;
    -moz-transition: width 200ms;
    -webkit-transition: width 200ms;
}

#image-inner-wrap .image {
    background-size: 100% 100%;
    -webkit-background-size: 100% 100%;
    height: 500px;
    transition: width 200ms;
    -moz-transition: width 200ms;
    -webkit-transition: width 200ms;
}

#image-inner-wrap {
    height: 502px;
    white-space: nowrap;
    border: 1px solid #555;
    border: 1px solid rgba(255,255,255,.2);
    display: inline-block;
    padding: 0 30px;
    background: url("../images/texture-darker.png");
    box-shadow: inset 0 0 100px rgba(255,255,255,.1), 0 0 10px rgba(0,0,0,.6);
    -webkit-box-shadow: inset 0 0 100px rgba(255,255,255,.1), 0 0 10px rgba(0,0,0,.6);
    -moz-box-shadow: inset 0 0 100px rgba(255,255,255,.1), 0 0 10px rgba(0,0,0,.6);
}
.photo-titlecard-bottom {
    text-align:left;
    outline: none;
    position: absolute;
    display: block;
    bottom: 50px;
    left: 5px;
    z-index: 10;
    background-color: rgba(34,34,34,.8);
    -webkit-transition: left 0.5s;
    transition: left 0.5s;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
}
.photo-titlecard-bottom-label {
    display: block;
    margin-top: 10px;
    margin-bottom: -0.2em;
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    max-width: 350px;
    overflow: hidden;
    text-overflow: ellipsis;
}
.photo-titlecard {
    outline: none;
    position: absolute;
    display: inline-block;
    top: 50px;
    left: 5px;
    z-index: 10;
    background-color: rgba(34,34,34,.8);
    -webkit-transition: left 0.5s;
    transition: left 0.5s;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
}

.photo-titlecard-exitcontainer {
    display: inline-block;
    float: none;
    vertical-align: middle;
    width: 40px;
    height: 40px;
    background: transparent url("../images/close-black.png") no-repeat 5px center;
    /*background-size: 174px 41px;*/
    cursor: pointer;
    outline-offset: -1px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.photo-titlecard-divider {
    display: inline-block;
    float: none;
    bottom: 0px;
    top: 0px;
    background-color: #666;
    width: 1px;
    position: absolute;
}

.photo-titlecard-contentcontainer {
    display: inline-block;
    float: none;
    margin-left: 0.85em;
    margin-right: 15px;
    vertical-align: middle;
}

.photo-titlecard-label {
    display: block;
    margin-top: 10px;
    margin-bottom: -0.2em;
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    max-width: 350px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.photo-titlecard-sublabel {
    margin-top: 0.3em;
    font-size: 11px;
    color: #ccc;
    white-space: nowrap;
}

.photo-titlecard-labelspotlightcontainer {
    min-height: 38px;
}

.photo-titlecard-type-divider {
    height: 1px;
    width: 100%;
    background-color: rgba(204,204,204,0.3);
    margin-top: 8px;
}

.photo-titlecard-type-label {
    display: inline-block;
    height: 20px;
    padding: 6px 0 1px 0;
    font-size: 11px;
    font-weight: normal;
    color: #ccc;
    max-width: 350px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.photo-titlecard-title-header {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font: inherit;
    vertical-align: baseline;
    background: transparent;
    list-style: none;
}

.gamma-nav span {
	position: absolute;
	display: block;
	width: 20px;
	height: 38px;
	top: 50%;
	margin-top: -19px;
	left: 20px;
	cursor: pointer;
	text-align: center;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.gamma-nav span.gamma-next {
	left: auto;
	right: 20px;
}

.gamma-nav span:before {
	color: #fff;
	opacity: 0.7;
	font-size: 40px;
}

.gamma-nav span:hover:before {
	opacity: 1;
}

.gamma-nav span:before {
	display: block;
	margin: 0;
	width: auto;
}

.gamma-nav span.gamma-prev:before {
	content: '\e75d';
}

.gamma-nav span.gamma-next:before {
	content: '\e75e';
}