/**
 * Awesome Gallery Frontend Styles
 * Contains the core CSS styling for the "Awesome" gallery layout.
 * It defines the lightbox UI, responsive image container scaling, thumbnail strips, 
 * caption overlays, and hardware-accelerated 
 * CSS3 animations for slide/fade transitions.
 * 
 * @package Awesome Responsive Photo Gallery - v1.2.2 - 29 July, 2026
 * @author Realwebcare
 * @link https://www.realwebcare.com/
 */
/*clearfix*/
.group::after {
    content: "";
    display: table;
    clear: both;
}
.group:before, .group:after {
    display: table;
    content: "";
    line-height: 0;
}
.group:after {
    clear: both;
}
/*/clearfix*/

#arpGallery-outer * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/* Use the following CSS code if you want to use data attributes for inserting your icons */
[data-icon]::before {
    font-family: 'Font Awesome 5 Free';
    content: attr(data-icon);
    font-weight: 900;
    /* Adjusted for Font Awesome 5 icons */
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/** //font-icons/**/

.arpGallery {
    overflow: hidden !important;
}
#arpGallery-Gallery img {
    border: none !important;
}
#arpGallery-outer {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999 !important;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    opacity: 1;
    -webkit-transition: opacity 0.35s ease;
    -moz-transition: opacity 0.35s ease;
    -o-transition: opacity 0.35s ease;
    -ms-transition: opacity 0.35s ease;
    transition: opacity 0.35s ease;
    background: #0d0d0d;
}

/*arpGallery starting effects*/
#arpGallery-Gallery.opacity {
    opacity: 1;
    transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    -webkit-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
    -ms-transition: all 1s ease 0s;
}
#arpGallery-Gallery.opacity .thumb_cont {
    opacity: 1;
}
#arpGallery-Gallery.fadeM {
    opacity: 0;
    transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
}
/*arpGallery starting effects*/

/*arpGallery core*/
#arpGallery-Gallery {
    height: 100%;
    opacity: 0;
    width: 100%;
    transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    -webkit-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
    -ms-transition: all 1s ease 0s;
}
#arpGallery-slider {
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
    white-space: nowrap;
    position: absolute;
}
#arpGallery-slider .arpGallery-slide {
    background: url(../images/loading.gif) no-repeat scroll center center transparent;
    display: inline-block;
    height: 100%;
    line-height: 1px;
    text-align: center;
    width: 100%;
}
#arpGallery-slider.slide .arpGallery-slide {
    position: absolute;
    opacity: 0.4;
}
#arpGallery-slider.fadeM .arpGallery-slide {
    position: absolute;
    left: 0;
    opacity: 0;
}
#arpGallery-slider.animate .arpGallery-slide {
    position: absolute;
    left: 0;
}
#arpGallery-slider.fadeM .current {
    opacity: 1;
}
#arpGallery-Gallery.opacity .arpGallery-slide.current img, #arpGallery-Gallery.opacity .arpGallery-slide.current iframe, #arpGallery-Gallery.opacity .arpGallery-slide.current video {
    transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    -o-transform: scale(1, 1);
}
.arpGallery-slide.current img, .arpGallery-slide.current iframe, .arpGallery-slide.current video {
    transform: scale(0.5, 0.5);
    -moz-transform: scale(0.5, 0.5);
    -ms-transform: scale(0.5, 0.5);
    -webkit-transform: scale(0.5, 0.5);
    -o-transform: scale(0.5, 0.5);
    transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    -webkit-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
    -ms-transition: all 1s ease 0s;
}
#arpGallery-Gallery.fadeM .arpGallery-slide.current img, #arpGallery-Gallery.fadeM .arpGallery-slide.current iframe, #arpGallery-Gallery.fadeM .arpGallery-slide.current video {
    transform: scale(0.5, 0.5);
    -moz-transform: scale(0.5, 0.5);
    -ms-transform: scale(0.5, 0.5);
    -webkit-transform: scale(0.5, 0.5);
    -o-transform: scale(0.5, 0.5);
}
#arpGallery-slider.fadeM.on .current {
    opacity: 1;
    transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
}
#arpGallery-slider.fadeM .arpGallery-slide {
    transition: opacity 0.4s ease 0s;
    -moz-transition: opacity 0.4s ease 0s;
    -webkit-transition: opacity 0.4s ease 0s;
    -o-transition: opacity 0.4s ease 0s;
    -ms-transition: opacity 0.4s ease 0s;
}
#arpGallery-slider.slide .arpGallery-slide {
    transform: translate3d(100%, 0px, 0px);
    -moz-transform: translate3d(100%, 0px, 0px);
    -ms-transform: translate3d(100%, 0px, 0px);
    -webkit-transform: translate3d(100%, 0px, 0px);
    -o-transform: translate3d(100%, 0px, 0px);
}
#arpGallery-slider.slide.on .arpGallery-slide {
    opacity: 0;
}
#arpGallery-slider.slide .arpGallery-slide.current {
    opacity: 1;
    transform: translate3d(0px, 0px, 0px);
    -moz-transform: translate3d(0px, 0px, 0px);
    -ms-transform: translate3d(0px, 0px, 0px);
    -webkit-transform: translate3d(0px, 0px, 0px);
    -o-transform: translate3d(0px, 0px, 0px);
}
#arpGallery-slider.slide .arpGallery-slide.prevSlide {
    opacity: 0;
    transform: translate3d(-100%, 0px, 0px);
    -moz-transform: translate3d(-100%, 0px, 0px);
    -ms-transform: translate3d(-100%, 0px, 0px);
    -webkit-transform: translate3d(-100%, 0px, 0px);
    -o-transform: translate3d(-100%, 0px, 0px);
}
#arpGallery-slider.slide .arpGallery-slide.nextSlide {
    opacity: 0;
    transform: translate3d(100%, 0px, 0px);
    -moz-transform: translate3d(100%, 0px, 0px);
    -ms-transform: translate3d(100%, 0px, 0px);
    -webkit-transform: translate3d(100%, 0px, 0px);
    -o-transform: translate3d(100%, 0px, 0px);
}
#arpGallery-slider.slide.on .arpGallery-slide, #arpGallery-slider.slide.on .current, #arpGallery-slider.slide.on .prevSlide, #arpGallery-slider.slide.on .nextSlide {
    transition: all 1s cubic-bezier(0, 0, 0.25, 1) 0s;
    -moz-transition: all 1s cubic-bezier(0, 0, 0.25, 1) 0s;
    -webkit-transition: all 1s cubic-bezier(0, 0, 0.25, 1) 0s;
    -o-transition: all 1s cubic-bezier(0, 0, 0.25, 1) 0s;
    -ms-transition: all 1s cubic-bezier(0, 0, 0.25, 1) 0s;
}

/* Disable transitions when animate.css animations are playing */
#arpGallery-slider .arpGallery-slide.animated,
#arpGallery-slider .current.animated,
#arpGallery-slider .prevSlide.animated,
#arpGallery-slider .nextSlide.animated {
    transition: none !important;
    -moz-transition: none !important;
    -webkit-transition: none !important;
    -o-transition: none !important;
    -ms-transition: none !important;
}
#arpGallery-slider.speed .arpGallery-slide, #arpGallery-slider.speed .current, #arpGallery-slider.speed .prevSlide, #arpGallery-slider.speed .nextSlide {
    transition-duration: inherit !important;
    -moz-transition-duration: inherit !important;
    -webkit-transition-duration: inherit !important;
    -o-transition-duration: inherit !important;
    -ms-transition-duration: inherit !important;
}
#arpGallery-slider.timing .arpGallery-slide, #arpGallery-slider.timing .current, #arpGallery-slider.timing .prevSlide, #arpGallery-slider.timing .nextSlide {
    transition-timing-function: inherit !important;
    -moz-transition-timing-function: inherit !important;
    -webkit-transition-timing-function: inherit !important;
    -o-transition-timing-function: inherit !important;
    -ms-transition-timing-function: inherit !important;
}
#arpGallery-slider .arpGallery-slide:before {
    content: "";
    display: inline-block;
    height: 50%;
    width: 1px;
    margin-right: -1px;
}
#arpGallery-slider .arpGallery-slide img {
    display: inline-block;
    max-height: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0;
    width: auto;
    height: auto;
    vertical-align: middle;
}
.arpGallery-toolbar {
    z-index: 1084;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    height: 50px;
    /*background-color: rgba(0, 0, 0, 0.45);*/
}
/*arpGallery core*/

/*arpGallery Share*/
#arpGallery-Gallery #ag-share {
    position: relative;
}
.ag-icon {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    /* Ensures bold icons for Font Awesome 5 */
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
#arpGallery-Gallery .ag-icon {
    color: #cccccc;
    cursor: pointer;
    float: right;
    font-size: 20px;
    line-height: 27px;
    padding: 5px 0;
    text-align: center;
    width: 50px;
    text-decoration: none !important;
    outline: medium none;
    -webkit-transition: color 0.2s linear;
    -o-transition: color 0.2s linear;
    transition: color 0.2s linear;
}
#arpGallery-outer #ag-share:after {
    content: "\f1e0";
}
#arpGallery-outer .ag-dropdown {
    background-color: #ffffff;
    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;
}
#arpGallery-outer .ag-dropdown-active .ag-dropdown, #arpGallery-outer .ag-dropdown-active #ag-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;
}
#arpGallery-outer .ag-dropdown:after {
    content: "";
    display: block;
    height: 0;
    width: 0;
    position: absolute;
    border: 8px solid transparent;
    border-bottom-color: #ffffff;
    right: 16px;
    top: -16px;
}
#arpGallery-outer .ag-dropdown a {
    color: #333333;
    display: block;
    white-space: pre;
    padding: 4px 12px;
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 12px;
}
#arpGallery-outer .ag-dropdown a:hover {
    background-color: rgba(0, 0, 0, 0.07);
}
#arpGallery-outer .ag-dropdown>li:hover a, #arpGallery-outer .ag-dropdown>li:hover .ag-icon {
    color: #333;
}
#arpGallery-outer #ag-share-facebook .ag-icon {
    color: #3b5998;
}
#arpGallery-outer #ag-share-facebook .ag-icon:after {
    content: "\f082";
}
#arpGallery-outer #ag-share-twitter .ag-icon {
    color: #00aced;
}
#arpGallery-outer #ag-share-twitter .ag-icon:after {
    content: "\f081";
}
#arpGallery-outer #ag-share-linkedin .ag-icon {
    color: #0072b1;
}
#arpGallery-outer #ag-share-linkedin .ag-icon:after {
    content: "\f08c";
}
#arpGallery-outer #ag-share-pinterest .ag-icon {
    color: #cb2027;
}
#arpGallery-outer #ag-share-pinterest .ag-icon:after {
    content: "\f0d3";
}
#arpGallery-outer .ag-icon:hover {
    color: #FFF;
}
#arpGallery-outer .ag-dropdown .ag-icon {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400;
    color: #333;
    display: inline-block;
    float: none;
    font-size: 20px;
    height: auto;
    line-height: 1;
    margin-right: 8px;
    padding: 0;
    vertical-align: middle;
    width: auto;
}
/*arpGallery Share*/

/*arpGallery fullScreen*/
#arpGallery-outer .ag-fullscreen:after {
    content: "\f065";
}
#arpGallery-outer .ag-fullscreen-on .ag-fullscreen:after {
    content: "\f066";
}
/*arpGallery fullScreen*/

/*arpGallery zoom*/
#arpGallery-outer .ag-zoom-in:after {
    content: "\f00e";
}
#arpGallery-outer .ag-zoom-out:after {
    content: "\f010";
}
/*arpGallery zoom*/

/*action*/
#arpGallery-action {
    top: 0;
    position: absolute;
    left: 0;
    margin: 0;
    z-index: 1083;
    width: 100%;
    height: 50%;
}
#arpGallery-action a {
    margin: 0 3px 0 0;
    border-radius: 2px;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    background-color: rgba(0, 0, 0, 0.65);
    font-size: 16px;
    width: 28px;
    height: 28px;
    font-family: 'Font Awesome 5 Free', sans-serif;
    font-weight: 900;
    color: #FFF;
    cursor: pointer;
}
#arpGallery-action a:hover, #arpGallery-action a:focus {
    background-color: rgba(0, 0, 0, 0.85);
}
#arpGallery-action a#arpGallery-prev {
    position: absolute;
    top: 95%;
    left: 20px;
}
#arpGallery-action a#arpGallery-next {
    position: absolute;
    top: 95%;
    right: 20px;
}
#arpGallery-action a#arpGallery-prev:before, #arpGallery-action a#arpGallery-next:after {
    content: "\f060";
    left: 7px;
    bottom: 0;
    position: absolute;
}
#arpGallery-action a#arpGallery-prev:before {
    content: "\f060";
}
#arpGallery-action a#arpGallery-next:after {
    content: "\f061";
}
#arpGallery-action a.cLthumb {
    position: absolute;
    bottom: -101%;
    right: 14px;
    width: 32px;
    height: 32px;
}
#arpGallery-action a.cLthumb:after {
    content: "\f00a";
    left: 8px;
    bottom: 6px;
    font-size: 16px;
    position: absolute;
}
/*action*/

/*arpGallery Thumb*/
#arpGallery-Gallery .thumb_cont {
    position: absolute;
    bottom: 0;
    width: 100%;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    /*background-color: #000000;*/
    -webkit-transition: max-height 0.4s ease-in-out;
    -moz-transition: max-height 0.4s ease-in-out;
    -o-transition: max-height 0.4s ease-in-out;
    -ms-transition: max-height 0.4s ease-in-out;
    transition: max-height 0.4s ease-in-out;
    z-index: 1084;
    max-height: 0;
    opacity: 0;
}
#arpGallery-Gallery .thumb_cont.open {
    max-height: 350px;
}
#arpGallery-Gallery .thumb_cont .thumb_inner {
    width: 100%;
    margin-left: 0;
    padding: 12px 12px 5px;
    max-height: 290px;
    background-color: #000000;
    overflow-y: auto;
}
#arpGallery-Gallery .thumb_cont .thumb_info {
    padding: 5px;
}
#arpGallery-Gallery .thumb_cont .thumb_info .count {
    color: #ffffff;
    font-weight: bold;
    font-size: 12px;
}
#arpGallery-Gallery .thumb_cont .thumb_info .close {
    float: right;
    line-height: normal;
    opacity: 1;
    -webkit-transition: opacity 0.3s ease 0s;
    -moz-transition: opacity 0.3s ease 0s;
    -o-transition: opacity 0.3s ease 0s;
    -ms-transition: opacity 0.3s ease 0s;
    transition: opacity 0.3s ease 0s;
    z-index: 1090;
    background-color: rgba(0, 0, 0, 0.65);
    margin-right: 12px;
    margin-top: -1px;
    padding: 8px;
    font-size: 16px;
    color: #FFF;
    cursor: pointer;
    text-shadow: none;
}
#arpGallery-close:after {
    content: "\f057";
}
#arpGallery-Gallery .thumb_cont .thumb_info .close i:after {
    content: "\f00a";
    font-style: normal;
}
#arpGallery-Gallery .thumb_cont .thumb_info .close:hover {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transition: opacity 0.3s ease;
    -moz-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    -ms-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}
#arpGallery-Gallery .thumb_cont .thumb {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 4px;
    margin-left: 4px;
    opacity: 0.6;
    overflow: hidden;
    border-radius: 3px;
    border: 2px solid #ffffff;
    max-width: 120px;
    height: 80px;
    -webkit-transition: border-color linear .2s, opacity linear .2s;
    -moz-transition: border-color linear .2s, opacity linear .2s;
    -o-transition: border-color linear .2s, opacity linear .2s;
    -ms-transition: border-color linear .2s, opacity linear .2s;
    transition: border-color linear .2s, opacity linear .2s;
}
#arpGallery-Gallery .thumb_cont .thumb>img {
    height: 100%;
}
#arpGallery-Gallery .thumb_cont .thumb.active, #arpGallery-Gallery .thumb_cont .thumb:hover {
    opacity: 1;
    filter: alpha(opacity=100);
    border-color: #a90707;
    cursor: pointer;
}
/*arpGallery Thumb*/

/*arpGallery Video*/
#arpGallery-slider .video_cont {
    display: inline-block;
    max-height: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0;
    width: auto;
    height: auto;
    vertical-align: middle;
}
#arpGallery-slider .video_cont {
    background: none;
    max-width: 1140px;
    max-height: 100%;
    width: 100%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
#arpGallery-slider .video {
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    overflow: hidden;
    position: relative;
    z-index: 999;
}
#arpGallery-slider .video iframe, #arpGallery-slider .video video {
    width: 100% !important;
    height: 100% !important;
    position: absolute;
    top: 0;
    left: 0;
}
/*arpGallery Video*/

/*arpGallery info Title Desc*/
#arpGallery-slider .info {
    color: #FFF;
    padding: 10px 15%;
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: 99;
    background-color: rgba(0, 0, 0, .35);
    white-space: normal;
}
#arpGallery-slider .info span {
    display: block;
    line-height: 1;
}
#arpGallery-slider .info span:last-child {
    margin-top: 6px;
}
#arpGallery-slider .info .ag-title {
    font-size: 16px;
    font-weight: bold;
}
#arpGallery-slider .info .ag-desc {
    color: #DDDDDD;
    font-size: 12px;
}
/*arpGallery info Title Desc*/
#arpGallery-slider .info .ag-morer a {
    color: #999;
    font-size: 16px;
    position: absolute;
    bottom: 100%;
    left: 20px;
    background: rgba(0, 0, 0, 0.35);
    padding: 8px;
}
#arpGallery-slider .info .ag-morer a:hover {
    color: #fff;
}
/*arpGallery download*/
.arpGallery-toolbar .ag-download:after {
    content: "\f019";
}
/*arpGallery download*/

/*arpGallery counter*/
#arpGallery-counter {
    color: #999;
    display: inline-block;
    font-size: 16px;
    padding-left: 20px;
    padding-top: 12px;
    vertical-align: middle;
}
/*arpGallery counter*/

/*arpGallery thumbnail*/
.arp_gallery {
    margin: 0;
    padding: 0;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0;
    position: relative;
    line-height: 0;
    letter-spacing: 0;
    font-size: 0;
    width: 100%;
    max-width: 100%;
}
.arp_gallery li {
    margin: 0;
    position: relative;
    display: inline-flex;
    flex-direction: column;
    overflow: hidden;
    cursor: pointer;
    list-style-type: none;
}
.arp_gallery>li .awesome-gallery-poster,
.arp_gallery>li .awesome-video-poster,
.arp_gallery>.awesome-gallery .overlay_thumb,
.arp_gallery>.awesome-video .overlay_thumb {
    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;
    cursor: pointer;
}
.arp_gallery>li:hover .awesome-gallery-poster,
.arp_gallery>li:hover .awesome-video-poster {
    background-color: rgba(0, 0, 0, 0.5);
}
.arp_gallery>li .awesome-gallery-poster>figcaption,
.arp_gallery>li .awesome-video-poster>figcaption,
.arp_gallery>.awesome-gallery>figcaption,
.arp_gallery>.awesome-video>figcaption {
    position: absolute;
    top: 0;
    left: 0;
    max-width: 100%;
    top: unset;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 2em 1em;
    color: #fff;
    text-align: left;
    text-transform: capitalize;
    font-size: 1.25em;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 99;
}
.arp_gallery>li .awesome-gallery-poster>figcaption h2,
.arp_gallery>li .awesome-video-poster>figcaption h2,
.arp_gallery>.awesome-gallery>figcaption h2,
.arp_gallery>.awesome-video>figcaption h2 {
    word-spacing: -0.15em;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    border: none;
    padding: 15px;
}
.arp_gallery>li .awesome-gallery-poster>figcaption h2,
.arp_gallery>li .awesome-video-poster>figcaption h2,
.arp_gallery .awesome-gallery>figcaption h2,
.arp_gallery .awesome-video>figcaption h2,
.arp_gallery>li .awesome-gallery-poster>figcaption p,
.arp_gallery>li .awesome-video-poster>figcaption p,
.arp_gallery .awesome-gallery>figcaption p,
.arp_gallery .awesome-video>figcaption p {
    position: relative;
    margin: 0;
    word-wrap: break-word;
}
.arp_gallery>li .awesome-gallery-poster>figcaption p,
.arp_gallery>li .awesome-video-poster>figcaption p,
.arp_gallery .awesome-gallery>figcaption p,
.arp_gallery .awesome-video>figcaption p {
    font-size: 14px;
    color: #eee;
    line-height: normal;
    padding: 7px 15px;
}
.arp_gallery>li .awesome-gallery-poster>figcaption a,
.arp_gallery>li .awesome-video-poster>figcaption a,
.arp_gallery .awesome-gallery>figcaption a,
.arp_gallery .awesome-video>figcaption a {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
}
.arp_gallery>.awesome-gallery>a,
.arp_gallery>.awesome-video>a {
    display: block;
    overflow: hidden;
}
.arp_gallery>li .awesome-gallery-poster>img,
.arp_gallery>li .awesome-video-poster>img,
.arp_gallery>li .awesome-gallery-icon,
.arp_gallery>li .awesome-video-icon {
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}
.arp_gallery .awesome-gallery,
.arp_gallery .awesome-video {
    display: block;
    float: left;
    position: relative;
    margin: 0 0 -5px -4px;
    padding: 0;
    /* vertical-align: top; */
    overflow: hidden;
}
.arp_gallery>.awesome-gallery .overlay_thumb,
.arp_gallery>.awesome-video .overlay_thumb {
    bottom: 4px;
    z-index: 98;
}
.arp_gallery .awesome-gallery li,
.arp_gallery .awesome-video li {
    margin: 0;
}
.arp_gallery>li .awesome-gallery-icon,
.arp_gallery>li .awesome-video-icon {
    z-index: 99;
    width: 32px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    cursor: pointer;
}
.arp_gallery>.awesome-gallery:hover .overlay_thumb,
.arp_gallery>.awesome-video:hover .overlay_thumb {
    background-color: rgba(0, 0, 0, 0.5);
    cursor: pointer;
}
.ag-outer.ag-pull-caption-up.ag-thumb-open .ag-sub-html .video-caption {
    background-color: rgba(255, 255, 255, 0.05);
    top: 0;
    color: #fff;
    font-size: 16px;
    left: 0;
    padding: 10px 40px;
    position: fixed;
    right: 0;
    text-align: center;
    z-index: 1080;
}
/*awrpgGallery thumbnail*/

/**
 * ----------------------------------------
 * animation rotate-right
 * ----------------------------------------
 */
@-webkit-keyframes zoom-in {
    0% {
        -webkit-transform: scale(.1);
        transform: scale(.1);
    }
    100% {
        -webkit-transform: none;
        transform: none;
    }
}
@keyframes zoom-in {
    0% {
        -webkit-transform: scale(.1);
        transform: scale(.1);
    }
    100% {
        -webkit-transform: none;
        transform: none;
    }
}

/**
 * ----------------------------------------
 * animation rotate-right
 * ----------------------------------------
 */
@-webkit-keyframes rotate-right {
    0% {
        -webkit-transform: translate(-100%) rotate(-100deg);
        transform: translate(-100%) rotate(-100deg);
    }
    100% {
        -webkit-transform: none;
        transform: none;
    }
}
@keyframes rotate-right {
    0% {
        -webkit-transform: translate(-100%) rotate(-100deg);
        transform: translate(-100%) rotate(-100deg);
    }
    100% {
        -webkit-transform: none;
        transform: none;
    }
}

/**
 * ----------------------------------------
 * animation slide-top
 * ----------------------------------------
 */
@-webkit-keyframes slide-top {
    0% {
        -webkit-transform: translateY(100px);
        transform: translateY(100px);
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}
@keyframes slide-top {
    0% {
        -webkit-transform: translateY(100px);
        transform: translateY(100px);
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

/**
 * ----------------------------------------
 * animation slide-bottom
 * ----------------------------------------
 */
@-webkit-keyframes slide-bottom {
    0% {
        -webkit-transform: translateY(-100px);
        transform: translateY(-100px);
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}
@keyframes slide-bottom {
    0% {
        -webkit-transform: translateY(-100px);
        transform: translateY(-100px);
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

/**
 * ----------------------------------------
 * animation swing-top-fwd
 * ----------------------------------------
 */
@-webkit-keyframes swing-top-fwd {
    0% {
        -webkit-transform: rotateX(180deg);
        transform: rotateX(180deg);
        -webkit-transform-origin: top;
        transform-origin: top;
    }
    100% {
        -webkit-transform: rotateX(0deg);
        transform: rotateX(0deg);
        -webkit-transform-origin: top;
        transform-origin: top;
    }
}
@keyframes swing-top-fwd {
    0% {
        -webkit-transform: rotateX(180deg);
        transform: rotateX(180deg);
        -webkit-transform-origin: top;
        transform-origin: top;
    }
    100% {
        -webkit-transform: rotateX(0deg);
        transform: rotateX(0deg);
        -webkit-transform-origin: top;
        transform-origin: top;
    }
}

/**
 * ----------------------------------------
 * animation swing-top-bck
 * ----------------------------------------
 */
@-webkit-keyframes swing-top-bck {
    0% {
        -webkit-transform: rotateX(-180deg);
        transform: rotateX(-180deg);
        -webkit-transform-origin: bottom;
        transform-origin: bottom;
    }
    100% {
        -webkit-transform: rotateX(0deg);
        transform: rotateX(0deg);
        -webkit-transform-origin: bottom;
        transform-origin: bottom;
    }
}
@keyframes swing-top-bck {
    0% {
        -webkit-transform: rotateX(-180deg);
        transform: rotateX(-180deg);
        -webkit-transform-origin: bottom;
        transform-origin: bottom;
    }
    100% {
        -webkit-transform: rotateX(0deg);
        transform: rotateX(0deg);
        -webkit-transform-origin: bottom;
        transform-origin: bottom;
    }
}

/**
 * ----------------------------------------
 * animation flip-scale-up-hor
 * ----------------------------------------
 */
@-webkit-keyframes flip-scale-up-hor {
    0% {
        -webkit-transform: scale(1) rotateX(0);
        transform: scale(1) rotateX(0);
    }
    50% {
        -webkit-transform: scale(2.5) rotateX(-180deg);
        transform: scale(2.5) rotateX(-180deg);
    }
    100% {
        -webkit-transform: scale(1) rotateX(-370deg);
        transform: scale(1) rotateX(-370deg);
    }
}
@keyframes flip-scale-up-hor {
    0% {
        -webkit-transform: scale(1) rotateX(0);
        transform: scale(1) rotateX(0);
    }
    50% {
        -webkit-transform: scale(2.5) rotateX(-180deg);
        transform: scale(2.5) rotateX(-180deg);
    }
    100% {
        -webkit-transform: scale(1) rotateX(-370deg);
        transform: scale(1) rotateX(-370deg);
    }
}

/**
 * ----------------------------------------
 * animation flip-scale-down-hor
 * ----------------------------------------
 */
@-webkit-keyframes flip-scale-down-hor {
    0% {
        -webkit-transform: scale(1) rotateX(0);
        transform: scale(1) rotateX(0);
    }
    50% {
        -webkit-transform: scale(0.4) rotateX(180deg);
        transform: scale(0.4) rotateX(180deg);
    }
    100% {
        -webkit-transform: scale(1) rotateX(370deg);
        transform: scale(1) rotateX(370deg);
    }
}
@keyframes flip-scale-down-hor {
    0% {
        -webkit-transform: scale(1) rotateX(0);
        transform: scale(1) rotateX(0);
    }
    50% {
        -webkit-transform: scale(0.4) rotateX(180deg);
        transform: scale(0.4) rotateX(180deg);
    }
    100% {
        -webkit-transform: scale(1) rotateX(370deg);
        transform: scale(1) rotateX(370deg);
    }
}

/**
 * ----------------------------------------
 * animation rotate-scale-up
 * ----------------------------------------
 */
@-webkit-keyframes rotate-scale-up {
    0% {
        -webkit-transform: scale(1) rotateZ(0);
        transform: scale(1) rotateZ(0);
    }
    50% {
        -webkit-transform: scale(2) rotateZ(180deg);
        transform: scale(2) rotateZ(180deg);
    }
    100% {
        -webkit-transform: scale(1) rotateZ(360deg);
        transform: scale(1) rotateZ(360deg);
    }
}
@keyframes rotate-scale-up {
    0% {
        -webkit-transform: scale(1) rotateZ(0);
        transform: scale(1) rotateZ(0);
    }
    50% {
        -webkit-transform: scale(2) rotateZ(180deg);
        transform: scale(2) rotateZ(180deg);
    }
    100% {
        -webkit-transform: scale(1) rotateZ(360deg);
        transform: scale(1) rotateZ(360deg);
    }
}

/**
 * ----------------------------------------
 * animation rotate-scale-down
 * ----------------------------------------
 */
@-webkit-keyframes rotate-scale-down {
    0% {
        -webkit-transform: scale(1) rotateZ(0);
        transform: scale(1) rotateZ(0);
    }
    50% {
        -webkit-transform: scale(0.5) rotateZ(180deg);
        transform: scale(0.5) rotateZ(180deg);
    }
    100% {
        -webkit-transform: scale(1) rotateZ(360deg);
        transform: scale(1) rotateZ(360deg);
    }
}
@keyframes rotate-scale-down {
    0% {
        -webkit-transform: scale(1) rotateZ(0);
        transform: scale(1) rotateZ(0);
    }
    50% {
        -webkit-transform: scale(0.5) rotateZ(180deg);
        transform: scale(0.5) rotateZ(180deg);
    }
    100% {
        -webkit-transform: scale(1) rotateZ(360deg);
        transform: scale(1) rotateZ(360deg);
    }
}