@import url(https://fonts.googleapis.com/css?family=Work+Sans:400,200,300,100,500);

.bx-icon {
    font-family: 'bx';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.bx-actions .bx-next, .bx-actions .bx-prev {
    background-color: rgba(0,0,0,0.00);
    cursor: pointer;
    display: block;
    padding: 22% 10% 22%;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1080;
    border: none;
    outline: none;
}
.bx-actions .bx-next.disabled, .bx-actions .bx-prev.disabled {
    pointer-events: none;
    opacity: 0.2;
}
.bx-actions .bx-next:hover, .bx-actions .bx-prev:hover {
    opacity: .9;
}
.bx-actions .bx-next {
    right: 20px;
}
.bx-actions .bx-next:before {
}
.bx-actions .bx-prev {
    left: 20px;

}
.bx-actions .bx-prev:after {
}
 @-webkit-keyframes bx-right-end {
 0% {
 left: 0;
}
 50% {
 left: -30px;
}
 100% {
 left: 0;
}
}
@-moz-keyframes bx-right-end {
 0% {
 left: 0;
}
 50% {
 left: -30px;
}
 100% {
 left: 0;
}
}
@-ms-keyframes bx-right-end {
 0% {
 left: 0;
}
 50% {
 left: -30px;
}
 100% {
 left: 0;
}
}
@keyframes bx-right-end {
 0% {
 left: 0;
}
 50% {
 left: -30px;
}
 100% {
 left: 0;
}
}
@-webkit-keyframes bx-left-end {
 0% {
 left: 0;
}
 50% {
 left: 30px;
}
 100% {
 left: 0;
}
}
@-moz-keyframes bx-left-end {
 0% {
 left: 0;
}
 50% {
 left: 30px;
}
 100% {
 left: 0;
}
}
@-ms-keyframes bx-left-end {
 0% {
 left: 0;
}
 50% {
 left: 30px;
}
 100% {
 left: 0;
}
}
@keyframes bx-left-end {
 0% {
 left: 0;
}
 50% {
 left: 30px;
}
 100% {
 left: 0;
}
}

.bx-outer.bx-right-end .bx-object {
    -webkit-animation: bx-right-end 0.3s;
    -o-animation: bx-right-end 0.3s;
    animation: bx-right-end 0.3s;
    position: relative;
}
.bx-outer.bx-left-end .bx-object {
    -webkit-animation: bx-left-end 0.3s;
    -o-animation: bx-left-end 0.3s;
    animation: bx-left-end 0.3s;
    position: relative;
}
.bx-toolbar {
    z-index: 1082;
    left: 0;
    position: absolute;
    top: 0;
    width: 270px;
    background-color: rgba(0,0,0,0.50);
    right: 0;
    left: 0;
    padding-right: 10px;
    padding-left: 2px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 0px 0px 5px 5px;
}
.bx-toolbar .bx-icon {
    color: #999;
    cursor: pointer;
    float: right;
    font-size: 24px;
    width: 16px;
    height: 16px;
    margin: 15px 10px;
    text-decoration: none !important;
    outline: medium none;
    -webkit-transition: color 0.2s linear;
    -o-transition: color 0.2s linear;
    transition: color 0.2s linear;
    opacity: .7;
}
.bx-toolbar .bx-icon:hover {
    opacity: 1;
}
.bx-toolbar .bx-close:after {

 /*   content: "\e070"; */

}

.bx-close {
    background-image: url("static/img/close.png");
    background-size: 16px auto;
    background-repeat: no-repeat;
}

.bx-sub-html {
    background-color: rgba(0, 0, 0, 0.45);
    bottom: 0;
    color: #EEE;
    font-size: 16px;
    left: 0;
    padding: 10px 40px;
    position: fixed;
    right: 0;
    text-align: center;
    z-index: 1080;
}
.bx-sub-html h4 {
    margin: 0;
    font-size: 13px;
    font-weight: bold;
}
.bx-sub-html p {
    font-size: 12px;
    margin: 5px 0 0;
}
#bx-counter {
    color: #999;
    display: inline-block;
    font-family: 'Work Sans', sans-serif;
    font-size: 12px;
    padding-left: 16px;
    padding-top: 16px;
    vertical-align: middle;
}
.bx-toolbar, .bx-prev, .bx-next {
    opacity: 1;
    -webkit-transition: -webkit-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
    -moz-transition: -moz-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
    -o-transition: -o-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
    transition: transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
}
.bx-hide-items .bx-prev {
    opacity: 0;
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
}
.bx-hide-items .bx-next {
    opacity: 0;
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
}
.bx-hide-items .bx-toolbar {
    opacity: 0;
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
}
body:not(.bx-from-hash) .bx-outer.bx-start-zoom .bx-object {
    -webkit-transform: scale3d(0.5, 0.5, 0.5);
    transform: scale3d(0.5, 0.5, 0.5);
    opacity: 0;
    -webkit-transition: -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
    -moz-transition: -moz-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
    -o-transition: -o-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
    transition: transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}
body:not(.bx-from-hash) .bx-outer.bx-start-zoom .bx-item.bx-complete .bx-object {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    opacity: 1;
}
.bx-outer .bx-thumb-outer {
    background-color: #0D0A0A;
    bottom: 0;
    position: absolute;
    width: 100%;
    z-index: 1080;
    max-height: 350px;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    -webkit-transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
    -moz-transition: -moz-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
    -o-transition: -o-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
    transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
}
.bx-outer .bx-thumb-outer.bx-grab .bx-thumb-item {
    cursor: -webkit-grab;
    cursor: -moz-grab;
    cursor: -o-grab;
    cursor: -ms-grab;
    cursor: grab;
}
.bx-outer .bx-thumb-outer.bx-grabbing .bx-thumb-item {
    cursor: move;
    cursor: -webkit-grabbing;
    cursor: -moz-grabbing;
    cursor: -o-grabbing;
    cursor: -ms-grabbing;
    cursor: grabbing;
}
.bx-outer .bx-thumb-outer.bx-dragging .bx-thumb {
    -webkit-transition-duration: 0s !important;
    transition-duration: 0s !important;
}
.bx-outer.bx-thumb-open .bx-thumb-outer {
    -webkit-transform: translate3d(0, 0%, 0);
    transform: translate3d(0, 0%, 0);
}
.bx-outer .bx-thumb {
    padding: 10px 0;
    height: 100%;
    margin-bottom: -5px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
}
.bx-outer .bx-thumb-item {
    cursor: pointer;
    float: left;
    overflow: hidden;
    height: 100%;
    border: 2px solid rgba(0,0,0,0.00);
    border-radius: 5px;
    margin-bottom: 5px;
    opacity: .6;
}

@media (min-width: 1025px) {
.bx-outer .bx-thumb-item {
    -webkit-transition: border-color 0.25s ease;
    -o-transition: border-color 0.25s ease;
    transition: border-color 0.25s ease;
}
}
.bx-outer .bx-thumb-item.active, .bx-outer .bx-thumb-item:hover {
    opacity: 1;
    border-color: #e8cca4;
}
.bx-outer .bx-thumb-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.bx-outer.bx-has-thumb .bx-item {
    padding-bottom: 120px;
}
.bx-outer.bx-can-toggle .bx-item {
    padding-bottom: 0;
}
.bx-outer.bx-pull-caption-up .bx-sub-html {
    -webkit-transition: bottom 0.25s ease;
    -o-transition: bottom 0.25s ease;
    transition: bottom 0.25s ease;
}
.bx-outer.bx-pull-caption-up.bx-thumb-open .bx-sub-html {
    bottom: 100px;
}
.bx-outer .bx-toogle-thumb {
    color: #DCDCDC;
    cursor: pointer;
    background-color: rgba(0,0,0,0.50); 
    font-size: 22px;
    height: 50px;
    line-height: 27px;
    padding: 10px 0px;
    position: absolute;
    right: 0;
    left: 0;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    top: -50px;
    width: 100px;
    border-radius: 5px 5px 0px 0px;
    opacity: .7;
}

/*
.bx-outer .bx-toogle-thumb:after {
    content: "\e033";
} */

.bx-toogle-thumb {
    background-image: url("static/img/gallery.png");
    background-size: 20px auto;
    background-repeat: no-repeat;
    background-position: center;
}

.bx-outer .bx-toogle-thumb:hover {
    opacity: 1;
}
.bx-outer.bx-css3.bx-zoom-dragging .bx-item.bx-complete.bx-zoomable .bx-img-wrap, .bx-outer.bx-css3.bx-zoom-dragging .bx-item.bx-complete.bx-zoomable .bx-image {
    -webkit-transition-duration: 0s;
    transition-duration: 0s;
}
.bx-outer.bx-use-transition-for-zoom .bx-item.bx-complete.bx-zoomable .bx-img-wrap {
    -webkit-transition: -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
    -moz-transition: -moz-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
    -o-transition: -o-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
    transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
}
.bx-outer.bx-use-left-for-zoom .bx-item.bx-complete.bx-zoomable .bx-img-wrap {
    -webkit-transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
    -moz-transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
    -o-transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
    transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
}
.bx-outer .bx-item.bx-complete.bx-zoomable .bx-img-wrap {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
}
.bx-outer .bx-item.bx-complete.bx-zoomable .bx-image {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    -webkit-transition: -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
    -moz-transition: -moz-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
    -o-transition: -o-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
    transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
}
/*
#bx-zoom-in:after {
    content: "\e311";
    font-size: 22px;
}*/

#bx-zoom-in {
    background-image: url("static/img/zoom-in.png");
    background-size: 16px auto;
    background-repeat: no-repeat;
}
#bx-actual-size {
}
/*
#bx-actual-size:after {
    content: "\e20c";
}*/

#bx-actual-size {
    background-image: url("static/img/actual-size.png");
    background-size: 16px auto;
    background-repeat: no-repeat;
}

#bx-zoom-out {
    opacity: 0.5;
    pointer-events: none;
}

/*
#bx-zoom-out:after {
    content: "\e312";
    font-size: 22px;
}*/

#bx-zoom-out {
    background-image: url("static/img/zoom-out.png");
    background-size: 16px auto;
    background-repeat: no-repeat;
}

.bx-zoomed #bx-zoom-out {
    opacity: 1;
    pointer-events: auto;
}
.bx-outer .bx-pager-outer {
    bottom: 60px;
    left: 0;
    position: absolute;
    right: 0;
    text-align: center;
    z-index: 1080;
    height: 10px;
}
.bx-outer .bx-pager-outer.bx-pager-hover .bx-pager-cont {
    overflow: visible;
}
.bx-outer .bx-pager-cont {
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    position: relative;
    vertical-align: top;
    margin: 0 5px;
}
.bx-outer .bx-pager-cont:hover .bx-pager-thumb-cont {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.bx-outer .bx-pager-cont.bx-pager-active .bx-pager {
    box-shadow: 0 0 0 2px white inset;
}
.bx-outer .bx-pager-thumb-cont {                 /*thumbnail*/
    background-color: #fff;
    color: #FFF;
    bottom: 100%;
    height: auto;
    left: 0;
    margin-bottom: 20px;
    margin-left: -60px;
    opacity: 0;
    padding: 5px;
    position: absolute;
    width: 200px;
    border-radius: 3px;
    -webkit-transition: opacity 0.15s ease 0s, -webkit-transform 0.15s ease 0s;
    -moz-transition: opacity 0.15s ease 0s, -moz-transform 0.15s ease 0s;
    -o-transition: opacity 0.15s ease 0s, -o-transform 0.15s ease 0s;
    transition: opacity 0.15s ease 0s, transform 0.15s ease 0s;
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
}
.bx-outer .bx-pager-thumb-cont img {
    width: 100%;
    height: 100%;
}
.bx-outer .bx-pager {
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 50%;
    box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.7) inset;
    display: block;
    height: 12px;
    -webkit-transition: box-shadow 0.3s ease 0s;
    -o-transition: box-shadow 0.3s ease 0s;
    transition: box-shadow 0.3s ease 0s;
    width: 12px;
}
.bx-outer .bx-pager:hover, .bx-outer .bx-pager:focus {
    box-shadow: 0 0 0 8px white inset;
}
.bx-outer .bx-caret {
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px dashed;
    bottom: -10px;
    display: inline-block;
    height: 0;
    left: 50%;
    margin-left: -5px;
    position: absolute;
    vertical-align: middle;
    width: 0;
}
.bx-outer #bx-dropdown-overlay {
    background-color: rgba(0, 0, 0, 0.25);
    bottom: 0;
    cursor: default;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1081;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
    -o-transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
    transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
}
.bx-outer.bx-dropdown-active .bx-dropdown, .bx-outer.bx-dropdown-active #bx-dropdown-overlay {
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    -moz-transform: translate3d(0, 0px, 0);
    -o-transform: translate3d(0, 0px, 0);
    -ms-transform: translate3d(0, 0px, 0);
    -webkit-transform: translate3d(0, 0px, 0);
    transform: translate3d(0, 0px, 0);
    opacity: 1;
    visibility: visible;
}
.bx-outer.bx-dropdown-active #bx-share {
    color: #FFF;
}
.bx-outer .bx-dropdown {
    background-color: #fff;
    border-radius: 2px;
    font-size: 14px;
    list-style-type: none;
    margin: 0;
    padding: 10px 0;
    position: absolute;
    right: 0;
    text-align: left;
    top: 50px;
    opacity: 0;
    visibility: hidden;
    -moz-transform: translate3d(0, 5px, 0);
    -o-transform: translate3d(0, 5px, 0);
    -ms-transform: translate3d(0, 5px, 0);
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
    -webkit-transition: -webkit-transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
    -moz-transition: -moz-transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
    -o-transition: -o-transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
    transition: transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
}
.bx-outer .bx-dropdown:after {
    content: "";
    display: block;
    height: 0;
    width: 0;
    position: absolute;
    border: 8px solid transparent;
    border-bottom-color: #FFF;
    right: 16px;
    top: -16px;
}
.bx-outer .bx-dropdown > li:last-child {
    margin-bottom: 0px;
}
.bx-outer .bx-dropdown > li:hover a, .bx-outer .bx-dropdown > li:hover .bx-icon {
    color: #333;

}
.bx-outer .bx-dropdown a {
    color: #333;
    display: block;
    white-space: pre;
    padding: 4px 12px;
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 12px;
}
.bx-outer .bx-dropdown a:hover {
    background-color: rgba(0, 0, 0, 0.07);
}
.bx-outer .bx-dropdown .bx-dropdown-text {
    display: inline-block;
    line-height: 1;
    margin-top: -3px;
    vertical-align: middle;
}

.bx-outer {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    text-align: left;
    opacity: 0;
    -webkit-transition: opacity 0.15s ease 0s;
    -o-transition: opacity 0.15s ease 0s;
    transition: opacity 0.15s ease 0s;
}
.bx-outer * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.bx-outer.bx-visible {
    opacity: 1;
}
.bx-outer.bx-css3 .bx-item.bx-prev-slide, .bx-outer.bx-css3 .bx-item.bx-next-slide, .bx-outer.bx-css3 .bx-item.bx-current {
    -webkit-transition-duration: inherit !important;
    transition-duration: inherit !important;
    -webkit-transition-timing-function: inherit !important;
    transition-timing-function: inherit !important;
}
.bx-outer.bx-css3.bx-dragging .bx-item.bx-prev-slide, .bx-outer.bx-css3.bx-dragging .bx-item.bx-next-slide, .bx-outer.bx-css3.bx-dragging .bx-item.bx-current {
    -webkit-transition-duration: 0s !important;
    transition-duration: 0s !important;
    opacity: 1;
}
.bx-outer.bx-grab img.bx-object {
    cursor: -webkit-grab;
    cursor: -moz-grab;
    cursor: -o-grab;
    cursor: -ms-grab;
    cursor: grab;
}
.bx-outer.bx-grabbing img.bx-object {
    cursor: move;
    cursor: -webkit-grabbing;
    cursor: -moz-grabbing;
    cursor: -o-grabbing;
    cursor: -ms-grabbing;
    cursor: grabbing;
}
.bx-outer .bx {
    height: 100%;
    width: 100%;
    position: relative;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    max-height: 100%;
}
.bx-outer .bx-inner {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    white-space: nowrap;
}

.bx-outer.bx-css3 .bx-prev-slide, .bx-outer.bx-css3 .bx-current, .bx-outer.bx-css3 .bx-next-slide {
    display: inline-block !important;
}
.bx-outer.bx-css .bx-current {
    display: inline-block !important;
}
.bx-outer .bx-item, .bx-outer .bx-img-wrap {
    display: inline-block;
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
}
.bx-outer .bx-item:before, .bx-outer .bx-img-wrap:before {
    content: "";
    display: inline-block;
    height: 50%;
    width: 1px;
    margin-right: -1px;
}
.bx-outer .bx-img-wrap {
    position: absolute;
    padding: 0 5px;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
.bx-outer .bx-item.bx-complete {
    background-image: none;
}
.bx-outer .bx-item.bx-current {
    z-index: 1060;
}
.bx-outer .bx-image {
    display: inline-block;
    vertical-align: middle;
    max-width: 88%;
    max-height: 88%;
    width: auto !important;
    height: auto !important;
}
.bx-outer.bx-show-after-load .bx-item .bx-object, .bx-outer.bx-show-after-load .bx-item .bx-video-play {
    opacity: 0;
    -webkit-transition: opacity 0.15s ease 0s;
    -o-transition: opacity 0.15s ease 0s;
    transition: opacity 0.15s ease 0s;
}
.bx-outer.bx-show-after-load .bx-item.bx-complete .bx-object, .bx-outer.bx-show-after-load .bx-item.bx-complete .bx-video-play {
    opacity: 1;
}
.bx-outer .bx-empty-html {
    display: none;
}
.bx-outer.bx-hide-download #bx-download {
    display: none;
}
.bx-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1040;
    background-color: #000;
    opacity: 0;
    -webkit-transition: opacity 0.15s ease 0s;
    -o-transition: opacity 0.15s ease 0s;
    transition: opacity 0.15s ease 0s;
}
.bx-backdrop.in {
    opacity: 1;
}
.bx-css3.bx-no-trans .bx-prev-slide, .bx-css3.bx-no-trans .bx-next-slide, .bx-css3.bx-no-trans .bx-current {
    -webkit-transition: none 0s ease 0s !important;
    -moz-transition: none 0s ease 0s !important;
    -o-transition: none 0s ease 0s !important;
    transition: none 0s ease 0s !important;
}
.bx-css3.bx-use-css3 .bx-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
}
.bx-css3.bx-use-left .bx-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
}
.bx-css3.bx-fade .bx-item {
    opacity: 0;
}
.bx-css3.bx-fade .bx-item.bx-current {
    opacity: 1;
}
.bx-css3.bx-fade .bx-item.bx-prev-slide, .bx-css3.bx-fade .bx-item.bx-next-slide, .bx-css3.bx-fade .bx-item.bx-current {
    -webkit-transition: opacity 0.1s ease 0s;
    -moz-transition: opacity 0.1s ease 0s;
    -o-transition: opacity 0.1s ease 0s;
    transition: opacity 0.1s ease 0s;
}
.bx-css3.bx-slide.bx-use-css3 .bx-item {
    opacity: 0;
}
.bx-css3.bx-slide.bx-use-css3 .bx-item.bx-prev-slide {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
}
.bx-css3.bx-slide.bx-use-css3 .bx-item.bx-next-slide {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
}
.bx-css3.bx-slide.bx-use-css3 .bx-item.bx-current {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
}
.bx-css3.bx-slide.bx-use-css3 .bx-item.bx-prev-slide, .bx-css3.bx-slide.bx-use-css3 .bx-item.bx-next-slide, .bx-css3.bx-slide.bx-use-css3 .bx-item.bx-current {
    -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
    -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
    -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
    transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}
.bx-css3.bx-slide.bx-use-left .bx-item {
    opacity: 0;
    position: absolute;
    left: 0;
}
.bx-css3.bx-slide.bx-use-left .bx-item.bx-prev-slide {
    left: -100%;
}
.bx-css3.bx-slide.bx-use-left .bx-item.bx-next-slide {
    left: 100%;
}
.bx-css3.bx-slide.bx-use-left .bx-item.bx-current {
    left: 0;
    opacity: 1;
}
.bx-css3.bx-slide.bx-use-left .bx-item.bx-prev-slide, .bx-css3.bx-slide.bx-use-left .bx-item.bx-next-slide, .bx-css3.bx-slide.bx-use-left .bx-item.bx-current {
    -webkit-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
    -moz-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
    -o-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
    transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}
.box-gallery > ul > li a:hover .box-gallery-poster > img {
    opacity: 1;
}
.box-gallery > ul > li a .box-gallery-poster {
    background-color: rgba(0, 0, 0, 0.1);
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: background-color 0.15s ease 0s;
    -o-transition: background-color 0.15s ease 0s;
    transition: background-color 0.15s ease 0s;
}
.box-gallery > ul > li a .box-gallery-poster > img {
    left: 50%;
    margin-left: -10px;
    margin-top: -10px;
    opacity: 0;
    position: absolute;
    top: 50%;
    -webkit-transition: opacity 0.3s ease 0s;
    -o-transition: opacity 0.3s ease 0s;
    transition: opacity 0.3s ease 0s;
}
.box-gallery > ul > li a:hover .box-gallery-poster {
    background-color: rgba(0, 0, 0, 0.1);
}
.box-gallery .justified-gallery > a > img {
    -webkit-transition: -webkit-transform 0.15s ease 0s;
    -moz-transition: -moz-transform 0.15s ease 0s;
    -o-transition: -o-transform 0.15s ease 0s;
    transition: transform 0.15s ease 0s;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    height: 100%;
    width: 100%;
}
.box-gallery .justified-gallery > a:hover > img {
    -webkit-transition: -webkit-transform 0.15s ease 0s;
    -moz-transition: -moz-transform 0.15s ease 0s;
    -o-transition: -o-transform 0.15s ease 0s;
    transition: transform 0.15s ease 0s;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
}
.box-gallery .justified-gallery > a:hover .box-gallery-poster > img {
    opacity: 1;
}
.box-gallery .justified-gallery > a .box-gallery-poster {
    background-color: rgba(0, 0, 0, 0.1);
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: background-color 0.15s ease 0s;
    -o-transition: background-color 0.15s ease 0s;
    transition: background-color 0.15s ease 0s;
}
.box-gallery .justified-gallery > a .box-gallery-poster > img {
    left: 50%;
    margin-left: -10px;
    margin-top: -10px;
    opacity: 0;
    position: absolute;
    top: 50%;
    -webkit-transition: opacity 0.3s ease 0s;
    -o-transition: opacity 0.3s ease 0s;
    transition: opacity 0.3s ease 0s;
}
.box-gallery .justified-gallery > a:hover .box-gallery-poster {
    background-color: rgba(0, 0, 0, 0.0);
}
.box-gallery .video .box-gallery-poster img {
    height: 48px;
    margin-left: -24px;
    margin-top: -24px;
    opacity: 0.8;
    width: 48px;
}
.box-gallery.dark > ul > li a {
    border: 3px solid #04070a;
}
.home .box-gallery {
    padding-bottom: 80px;
}
#aniimated-thumbnials .box-gallery a {
    width: 200px;
    height: 132px;
}


