
/*album description*/
.lumis-service-album-albumList {
	border-bottom:1px solid #eaeaea;
	margin-bottom:10px;
}

.lumis-service-album-albumDetails.lum-interface-type-standard > .lum-content > .lum-content-header > .lum-content-title {
	text-transform:none;
	font-weight:bold;
	padding:0;
	margin:0;
	font-size:12px;
}
.lumis-service-album-albumDetails.lum-interface-type-standard > .lum-content > .lum-content-header > .lum-content-title:after {
	content:none;
}
.lumis-service-album-albumDetails .lum-content-introduction {
	color:inherit;
	font-size:12px;
	margin:10px 0;
}

/*album pagination*/
.lum-interface-type-standard.lumis-service-album-photographDetails .lum-pagination {
	border-top:1px solid #eaeaea;
	border-bottom:1px solid #eaeaea;
	padding-top:6px;
}
.lumis-service-album-photographDetails .lum-pagination-navigation {
	width:100%;
}
.lumis-service-album-photographDetails .lum-pagination-navigation-buttons .lum-button {
	text-indent:0;
	text-align:center;
	line-height:20px;
}
.lumis-service-album-photographDetails .lum-pagination-navigation-buttons span.lum-button {
	cursor:default;
	color:#444;
}
.lumis-service-album-photographDetails .lum-pagination-navigation-buttons span.lum-button:hover {
	box-shadow:0 1px 0 0 #a6a6a6;
}
.lumis-service-album-photographDetails .lum-pagination-navigation-buttons .lum-button.lum-prev,
.lumis-service-album-photographDetails .lum-pagination-navigation-buttons .lum-button.lum-next {
	filter:none;
}

/*album photo box*/
.lumis-service-album-photographDetails.lum-interface-type-standard > form > .lum-content > .lum-content-header > .lum-content-title {
	font-weight:normal;
}
.lumis-service-album-photographDetails.lum-interface-type-standard > form > .lum-content > .lum-content-header > .lum-content-title:after {
	content:none;
}
.lumis-service-album-photographDetails .lum-content-body  {
	border:1px solid #ccc;
}
.lumis-service-album-photographDetails .lum-content-detail-media {
	background:#303030;
	margin:0;
}
.lumis-service-album-photographDetails .lum-content-detail-media + .lum-field {
	border-top:1px solid #ccc;
	margin: 0 0 10px;
	padding:10px 10px 0;
}
.lumis-service-album-photographDetails .lum-content-detail-media img {
	display:block;
	margin:0 auto;
	width:auto;
	max-width:100%;
	max-height:320px;
	border-radius:0;
}
.lumis-service-album-photographDetails .lum-field-id-legend .lum-field-label {
	display:none;
}
.lumis-service-album-photographDetails .lum-field {
	font-style:italic;
	margin:10px;
	color:#777;
}
.lumis-service-album-photographDetails .lum-field .lum-field-label .lum-label {
	color:inherit;
}

/*album thumbnails*/
.lumis-service-album-photographList .lum-content-body {
	position:relative;
}
.lumis-service-album-photographList .lum-list-item {
	padding:0;
	margin:0 8px 0 0;
	border:0;
	display:inline-block;
}
.lumis-service-album-photographList .lum-list-item:after {
	content:none;
}
.lumis-service-album-photographList .lum-list-item img {
	display:inline-block;
	width:44px;
	height:44px;
	border:1px solid #ccc;
	border-radius:3px;
}
.lumis-service-album-photographList .lum-list-item a:hover img {
	border-color:#ffb600;
}
.lumis-service-album-photographList .lum-list-item.lum-selected img {
	width:40px;
	height:40px;
	border:3px solid #ffb600;
}
.lum-album-navigation {
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	padding:0 20px;
}
.lum-album-navigation > div {
	overflow:hidden;
}
.lum-album-navigation ul {
	white-space:nowrap;
	position:relative;
	left:0;
	transition:left .4s;
	-webkit-transition:left .4s;
}
.lum-album-navigation-pagination {
	display:block;
	width:12px;
	height:43px;
	overflow:hidden;
	text-indent:100%;
	position:absolute;
	background-repeat:no-repeat;
	background-position:center center;
	top:2px;
}
.lum-album-navigation-pagination.lum-prev {
	background-image:url("../image/ico_prev.png");
	left:6px;
}
.lum-album-navigation-pagination.lum-next {
	background-image:url("../image/ico_next.png");
	right:6px;
}
.lum-album-navigation-pagination:hover {
	background-color:#ddd;
}

.lum-album-photo-title {
    font-size: 1.2em;
}

.lum-album-single-page-gallery {
	width:100%;
	max-width: 600px;
	overflow:hidden;
	margin:0;
}

.lum-album-gallery-nav,
.lum-album-gallery-items {
    width:100%;
    max-width: 100%;
}

.lum-album-gallery-nav:before,
.lum-album-gallery-nav:after {
	content:'';
	display:table;
	width:100%;
}

.lum-album-gallery-nav {
	padding:0 2em;
}

.lum-album-gallery-nav-item {
    width: 6em;
    height: 6em;
    margin-right:1em;
    background-size: cover;
    float: left;
    background-repeat: no-repeat;
    background-position: center center;
    cursor:pointer;
    border-radius:2px;
    transition:all 0.3s;
}

.lum-album-gallery-nav-item:hover {
	opacity:0.8;
}

.lum-album-gallery-nav .slick-arrow {
    position: absolute;
    height: 100%;
    width: 1em;
    top: 0;
    background: #f1f1f1;
    border: none;
    left: 0;
    border-radius: 2px;
    cursor: pointer;
    text-indent:-9999px;
    transition:all 0.3s;
    overflow:hidden;
}

.lum-album-gallery-nav .slick-arrow:after {
	content: '';
    display: block;
    height: 1em;
    width: 1em;
    text-indent: 0;
    position: absolute;
    font-size: 1.2em;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.lum-album-gallery-nav .slick-arrow:before {
	content:'';
	display:block;
	position:absolute;
	top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width:0;
    height:0;
    border-style: solid;
	border-width: 0.3em 0 0.3em 0.5em;
	border-color: transparent transparent transparent #ba2a2a;
}

.lum-album-gallery-nav .slick-arrow.slick-prev:before {
	border-width: 0.3em 0.5em 0.3em 0;
	border-color: transparent #ba2a2a transparent transparent;
	
}

.lum-album-gallery-nav .slick-arrow:hover {
	background: #d1d1d1;
}

.lum-album-gallery-nav .slick-arrow.slick-next {
	left:auto;
	right:0;
}

.lum-album-gallery-nav-item-active {
    box-shadow: inset 0 0 0 3px #ba2a2a;
    outline:none;
}

.lum-album-gallery-items {
	margin-top:1em;	
}

.lum-album-gallery-picture-holder {
	width:600px;
	position:relative;
	border-radius:2px;
	overflow:hidden;
}

.lum-album-gallery-picture-holder  > figure {
    width: 100%;
    margin: 0;
    padding: 0;
    background: #dadada;
}

.lum-album-gallery-picture-holder  > figure img {
	width:auto;
	margin:0 auto;
	max-width:100%;
	display:block;
}

.lum-album-gallery-arrow {
    display: block;
    position: absolute;
    width: 50%;
    height: 100%;
    top:0;
    opacity:0;
    transition:all 0.5s;
    cursor:pointer;
}

.lum-album-gallery-arrow.slick-disabled {
	cursor:default;
}

.lum-album-gallery-arrow:not(.slick-disabled):hover {
	opacity:1;
}

.lum-album-gallery-arrow.lum-album-gallery-next {
	right:0;
}

.lum-album-gallery-arrow:after {
	content:'';
	display: block;
    font-size: 2em;
    width: 1.5em;
    height: 1.5em;
    background: #fff;
    line-height: 1.6em;
    text-align: center;
    border-radius: 50%;
    border: 2px solid #222;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    left: 0.5em;
    color: #ba2a2a;
}

.lum-album-gallery-arrow.lum-album-gallery-next:after {
	content:'';
	left:auto;
	right:0.5em;
}

.lum-album-gallery-arrow:before {
	content:'';
	display:block;
	position:absolute;
	top: 50%;
    right: 1.55em;
    transform: translate(-50%,-50%);
    width:0;
    height:0;
    border-style: solid;
	border-width: 0.6em 0 0.6em 1em;
	border-color: transparent transparent transparent #ba2a2a;
	z-index:2;
}

.lum-album-gallery-arrow.lum-album-gallery-prev:before {
	border-width: 0.6em 1em 0.6em 0;
	border-color: transparent #ba2a2a transparent transparent;
	right:auto;
	left: 2.55em;
	
}

.lum-album-gallery-legend {
    font-size: 1.2em;
    margin: 1em 0 0;
}

.lum-album-gallery-credits {
    font-style: italic;
    font-size: 1.1em;
    margin: 0.5em 0;
}

@media screen and (max-width:600px) {
	.lum-album-single-page-gallery {
		max-width:320px;
	}
	.lum-album-gallery-picture-holder {
		max-width:320px;
	}
}


