/**
Author: Realwebcare
Package: Awesome Responsive Photo Gallery - v1.2.1 - 7 March, 2025
*/
/*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 {
	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 {
	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{
	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 !important;
	transform:translate3d(0px, 0px, 0px) !important;
	-moz-transform:translate3d(0px, 0px, 0px) !important;
	-ms-transform:translate3d(0px, 0px, 0px) !important;
	-webkit-transform:translate3d(0px, 0px, 0px) !important;
	-o-transform:translate3d(0px, 0px, 0px) !important;
}
#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;
}
#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: #ccc;
    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: #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;
}
#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: #FFF;
    right: 16px;
    top: -16px;
}
#arpGallery-outer .ag-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;
}
#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*/

/*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: 5px;
	bottom: 3px;
	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 {
	margin-left: -12px;
	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: 0.6;
    -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: -7px;
    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;
	transition: border-color linear 0.2s, opacity linear 0.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;
}
#arpGallery-slider .video iframe {
	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: 1081;
    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 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:block;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-block;overflow: hidden;cursor: pointer;}
.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) !important;}
.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: block;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);}
.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: 20px;}
.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 {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 {letter-spacing: 1px;font-size: 14px;color: #eee;line-height: normal;padding: 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 > li .awesome-gallery-poster > img,
.arp_gallery > li .awesome-video-poster > img,
.arp_gallery > .awesome-gallery .awesome-gallery-icon,
.arp_gallery > .awesome-video .awesome-video-icon {left: 50%;margin-left: -16px;margin-top: -16px;opacity: 0.65;position: absolute;top: 50%;-webkit-transition: opacity 0.3s ease 0s;-o-transition: opacity 0.3s ease 0s;transition: opacity 0.3s ease 0s;}
.arp_gallery > li:hover .awesome-gallery-poster > img,
.arp_gallery > li:hover .awesome-video-poster > img,
.arp_gallery > .awesome-gallery:hover .awesome-gallery-icon,
.arp_gallery > .awesome-video:hover .awesome-video-icon {opacity: 0;}
.arp_gallery .awesome-gallery,
.arp_gallery .awesome-video {display: inline-block;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 > .awesome-gallery .awesome-gallery-icon,
.arp_gallery > .awesome-video .awesome-video-icon {z-index: 99;width: 32px;height: 32px;cursor: pointer;}
.arp_gallery > .awesome-gallery .awesome-gallery-icon {background: url(../img/zoom.png);}
.arp_gallery > .awesome-video .awesome-video-icon {background: url(../img/play-button.png);}
.arp_gallery > .awesome-gallery:hover .overlay_thumb,
.arp_gallery > .awesome-video:hover .overlay_thumb {background-color: rgba(0, 0, 0, 0.5);cursor: pointer;}
/*awrpgLight thumbnail*/