﻿/* galleries */
/* jssor slider arrow navigator */
/*
.jssora05l              (normal)
.jssora05r              (normal)
.jssora05l:hover        (normal mouseover)
.jssora05r:hover        (normal mouseover)
.jssora05ldn            (mousedown)
.jssora05rdn            (mousedown)
*/
.jssora05l, .jssora05r, .jssora05ldn, .jssora05rdn
{
	position: absolute;
	cursor: pointer;
	display: block;
    background: url(../images/gallery-icons.png) no-repeat;
    overflow:hidden;
}
.jssora05l { background-position: 0px -170px;border-width:1px 1px 1px 0px;border-style:solid;border-color:rgba(255,255,255,0.2); } /* other styles inline else gallery breaks */
.jssora05r { background-position: -286px -170px;border-width:1px 0px 1px 1px;border-style:solid;border-color:rgba(255,255,255,0.2); } /* other styles inline else gallery breaks */
.jssora05l:hover { background-position: 0px -10px;border-color:rgba(255,255,255,1); }
.jssora05r:hover { background-position: -286px -10px;border-color:rgba(255,255,255,1); }
.jssora05ldn { background-position: 0px -170px;border-color:rgba(255,255,255,0.2); }
.jssora05rdn { background-position: -286px -170px;border-color:rgba(255,255,255,0.2); }
/* jssor slider thumbnail navigator */
/*
.jssort01 .p           (normal)
.jssort01 .p:hover     (normal mouseover)
.jssort01 .pav           (active)
.jssort01 .pav:hover     (active mouseover)
.jssort01 .pdn           (mousedown)
*/
.jssort01 {
    position: absolute; 
    width: 716px; 
    height: 100px; 
    left:0px; 
    bottom: 0px;
}
.jssort01 .w {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}
.jssort01 .c {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 72px;
    height: 72px;
    border: none;
}
.jssort01 .c:after
{
    content:"";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 72px;
    height: 72px;
    border: none;
    background:rgba(0,0,0,0.6);
}
.jssort01 .pav .c:after
{
    content:"";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 72px;
    height: 72px;
    background:none;
}
.jssort01 .p:hover .c, .jssort01 .pav:hover .c, .jssort01 .pav .c {
    border-width: 0px;
    top: 0px;
    left: 0px;
    width: 72px;
    height: 72px;
}
.jssort01 .p:hover .c, .jssort01 .pav:hover .c,
.jssort01 .p:hover .c::after, .jssort01 .pav:hover .c::after {
    top: 0px;
    left: 0px;
    width: 72px;
    height: 72px;
    background:none;
    border-bottom: #ca0808 6px solid;
} 
#gallery-article {
    position: relative; 
    clear:both;
}
#gallery-container 
{
    background: #171c22;
    width:100%;
    max-width:716px;
    margin:0 auto;
}
#slider1_container {  /* other styles inline else gallery breaks */
    position: relative; 
    top: 14px; 
    left: 0px; 
    background: #171c22; 
    overflow: hidden;
}
#slider1_container .loading {
    position: absolute; 
    top: 0px; 
    left: 0px;
}
#slider1_container .loading-mask {
    filter: alpha(opacity=70); 
    opacity:0.7; 
    position: absolute; 
    display: block;
    background-color: #000000; 
    top: 0px; 
    left: 0px;
    width: 100%;
    height:100%;
}
#slider1_container .loading-image {
    position: absolute; 
    display: block; 
    background: url(../images/loading.gif) no-repeat center center;
    top: 0px; 
    left: 0px;
    width: 100%;
    height:100%;
}
#slider1_container .slides { 
    position: absolute;
    left: 0px; 
    top: 0px; 
    width: 752px;
    height: 423px; 
    overflow: hidden;
}
#slider1_container .slide-caption {
    pointer-events:none;
    position: absolute; 
    top: 0px; 
    left: 0px; 
    width: 100%; 
    height:100%; 
    color:#ffffff;
}
#slider1_container .slide-caption-text {
    position: absolute; 
    bottom: 0px; 
    left: 0px; 
    width: 100%;
    background-color: rgba(0,0,0,0.5); 
    color: White; 
    font-size: 16px; 
    font-weight: bold; 
    text-align: left;
}
#outer-caption
{
    color: #d9d9d9;
    padding: 1.5em;
    font-size:0.813rem;
    line-height:1.4em;
}
#outer-caption h1,
#outer-caption h2,
#outer-caption h3,
#outer-caption h4,
#outer-caption h5
{
    font-size:1.5rem;
    font-weight:900;
    color: #d9d9d9;
}
#outer-caption p
{
    color: #d9d9d9;
    margin: 0.875em 0;
    font-size:0.813rem;
    line-height:1.4em;
}
#outer-caption a, #outer-caption a:hover {color:#85a0c8;}
.thumb-slides {
    cursor: pointer;
}
.thumb-slides .p { /* other styles inline else gallery breaks */
    position: absolute; 
}
thumbnailtemplate {
    width: 100%; 
    height: 100%; 
    border: none;
    position:absolute; 
    top: 0; 
    left: 0;
}