
/*------ Unite Gallery Alexis Skin -------*/


.ug-slider-wrapper .ug-textpanel:empty .ug-textpanel-bg{
display:none!important;
}

.badratio .ug-thumb-wrapper.ug-thumb-generated img {
	width:100%!important;
	height:100%!important;
	object-fit:scale-down!important;
	left:0!important;
	top:0!important;
}

.ug-gallery-wrapper .ug-canvas-pie {
    color: #fff;
	opacity:1;
	filter: drop-shadow(2px 2px 4px rgba(0,0,0,.5));
    cursor: pointer;
}
/*--------Slider_Arrows--------*/

.ug-arrow-left.ug-skin-indice,
.ug-arrow-right.ug-skin-indice{
    font-size: 3em;
    font-family: 'Indice Iconfont';
	color: #fff;
	cursor:pointer;
	opacity:1;
	filter: drop-shadow(2px 2px 4px rgba(0,0,0,.5));
	padding:10px 0;
	displaY:inline-block;
}

.ug-arrow-left.ug-skin-indice::after{
	content: '\e914';
}
.ug-arrow-right.ug-skin-indice::after{
	content: '\e915';
}

.ug-arrow-left.ug-skin-indice.ug-arrow-hover,
.ug-arrow-right.ug-skin-indice.ug-arrow-hover{
	opacity:1;
}

.ug-arrow-left.ug-skin-indice.ug-arrow-disabled,
.ug-arrow-right.ug-skin-indice.ug-arrow-disabled{
	opacity:0.2;
}


/*--------Slider_Bullets--------*/

.ug-bullets.ug-skin-indice .ug-bullet{
	width:28px;
	height:28px;
	background-image:url('images/slider_bullets.png');
	background-position:top left;
	margin-left:5px;
}

.ug-bullets.ug-skin-indice .ug-bullet.ug-bullet-active{
	background-position:bottom left;
}


/*--------Slider_Buttons--------*/

/* --- play button -- */
.ug-button-play.ug-skin-indice{
	position:absolute;
	background-image:url('images/button_playpause.png');
    width:35px;
    height:35px;
    cursor:pointer;
	background-position:0px 0px;
}

.ug-button-play.ug-skin-indice.ug-button-hover{
	background-position:0px -35px;	
}

.ug-button-play.ug-skin-indice.ug-stop-mode{
	background-position:0px -70px;
}

.ug-button-play.ug-skin-indice.ug-stop-mode.ug-button-hover{
	background-position:0px -105px;
}

/* --- fullscreen button -- */

.ug-button-fullscreen.ug-skin-indice{
    font-size: 1.5em;
    font-family: 'Indice Iconfont';
	color:#fff;
	cursor:pointer;
	filter: drop-shadow(2px 2px 4px rgba(0,0,0,.5));
	padding:10px;
	displaY:inline-block;
}

.ug-button-fullscreen.ug-skin-indice::after{
	content: '\e912';
}

.ug-button-fullscreen.ug-skin-indice.ug-button-hover{	
	opacity:1;
}
*:-ms-fullscreen .ug-button-fullscreen.ug-skin-indice::after {
	content: '\e911';
}
*:-webkit-full-screen .ug-button-fullscreen.ug-skin-indice::after {
	content: '\e911';
}
*:fullscreen .ug-button-fullscreen.ug-skin-indice::after {
	content: '\e911';
}

.ug-button-fullscreen.ug-skin-indice.ug-fullscreenmode.ug-button-hover{
	opacity:1;
}


/*---------Zoom_Panel--------*/

/* --- zoom panel --- */

.ug-zoompanel.ug-skin-indice .ug-zoompanel-button{
    background-repeat: no-repeat;
    cursor:pointer;
    height: 35px;
    width: 35px;
    margin-top:5px;
    background-position: 0px 0px;	
}

.ug-zoompanel.ug-skin-indice .ug-zoompanel-plus{
	margin-top:0px;
}

.ug-zoompanel.ug-skin-indice .ug-zoompanel-plus{
	background-image:url('images/button_zoom_plus.png');
}

.ug-zoompanel.ug-skin-indice .ug-zoompanel-minus{
	background-image:url('images/button_zoom_minus.png');
}

.ug-zoompanel.ug-skin-indice .ug-zoompanel-return{
	background-image:url('images/button_zoom_back.png');
}

.ug-zoompanel.ug-skin-indice .ug-zoompanel-button.ug-button-hover{
    background-position: 0px -35px;
}

.ug-zoompanel.ug-skin-indice .ug-zoompanel-button-disabled,
.ug-zoompanel.ug-skin-indice .ug-zoompanel-button.ug-button-hover.ug-zoompanel-button-disabled{
    background-position: 0px -70px;
    cursor:default;
}


/*--------Grid_Panel_Arrows--------*/

/*--- down arrow ---*/

.ug-gallery-wrapper .ug-grid-panel .grid-arrow-down.ug-skin-indice{
	width:40px;
	height:25px;
	background-position:0px -0px;	
	background-image:url('images/grid_arrow_down.png');
}

.ug-gallery-wrapper .ug-grid-panel .grid-arrow-down.ug-skin-indice.ug-button-hover{
	background-position:0px -25px;
}

.ug-gallery-wrapper .ug-grid-panel .grid-arrow-down.ug-skin-indice.ug-button-hover.ug-button-disabled,
.ug-gallery-wrapper .ug-grid-panel .grid-arrow-down.ug-skin-indice.ug-button-disabled{
	background-position:0px -50px;
}


/*--- up arrow ---*/

.ug-gallery-wrapper .ug-grid-panel .grid-arrow-up.ug-skin-indice{
	width:40px;
	height:25px;
	background-position:0px 0px;
	background-image:url('images/grid_arrow_up.png');
}

.ug-gallery-wrapper .ug-grid-panel .grid-arrow-up.ug-skin-indice.ug-button-hover{
	background-position:0px -25px;	
}

.ug-gallery-wrapper .ug-grid-panel .grid-arrow-up.ug-skin-indice.ug-button-hover.ug-button-disabled,
.ug-gallery-wrapper .ug-grid-panel .grid-arrow-up.ug-skin-indice.ug-button-disabled{
	background-position:0px -50px;
}

/*--- left arrow ---*/

.ug-gallery-wrapper .ug-grid-panel .grid-arrow-left.ug-skin-indice{
	width:40px;
	height:40px;
	background-position:0px 0px;
	background-image:url('images/grid_arrow_left.png');
}

.ug-gallery-wrapper .ug-grid-panel .grid-arrow-left.ug-skin-indice.ug-button-hover{
	background-position:0px -40px;
}

.ug-gallery-wrapper .ug-grid-panel .grid-arrow-left.ug-skin-indice.ug-button-hover.ug-button-disabled,
.ug-gallery-wrapper .ug-grid-panel .grid-arrow-left.ug-skin-indice.ug-button-disabled{
	background-position:0px -80px;
}

/*--- right arrow ---*/

.ug-gallery-wrapper .ug-grid-panel .grid-arrow-right.ug-skin-indice{
	width:40px;
	height:40px;
	background-position:0px 0px;	
	background-image:url('images/grid_arrow_right.png');
}

.ug-gallery-wrapper .ug-grid-panel .grid-arrow-right.ug-skin-indice.ug-button-hover{
	background-position:0px -40px;
}

.ug-gallery-wrapper .ug-grid-panel .grid-arrow-right.ug-skin-indice.ug-button-hover.ug-button-disabled,
.ug-gallery-wrapper .ug-grid-panel .grid-arrow-right.ug-skin-indice.ug-button-disabled{
	background-position:0px -80px;
}

/*--- left arrow - horizontal panel type ---*/

.ug-gallery-wrapper .ug-grid-panel .grid-arrow-left-hortype.ug-skin-indice{
	width:15px;
	height:30px;
	background-image:url('images/grid_arrow_left_hortype.png');
	background-position:0px 0px;
}

.ug-gallery-wrapper .ug-grid-panel .grid-arrow-left-hortype.ug-skin-indice.ug-button-hover{
	background-position:0px -30px;
}

.ug-gallery-wrapper .ug-grid-panel .grid-arrow-left-hortype.ug-skin-indice.ug-button-hover.ug-button-disabled,
.ug-gallery-wrapper .ug-grid-panel .grid-arrow-left-hortype.ug-skin-indice.ug-button-disabled{
	background-position:0px -60px;
}


/*--- right arrow - horizontal panel type ---*/

.ug-gallery-wrapper .ug-grid-panel .grid-arrow-right-hortype.ug-skin-indice{
	width:15px;
	height:30px;
	background-image:url('images/grid_arrow_right_hortype.png');
	background-position:0px 0px;
}

.ug-gallery-wrapper .ug-grid-panel .grid-arrow-right-hortype.ug-skin-indice.ug-button-hover{
	background-position:0px -30px;
}

.ug-gallery-wrapper .ug-grid-panel .grid-arrow-right-hortype.ug-skin-indice.ug-button-hover.ug-button-disabled,
.ug-gallery-wrapper .ug-grid-panel .grid-arrow-right-hortype.ug-skin-indice.ug-button-disabled{
	background-position:0px -60px;
}


/*---------Strip_Panel_Arrows--------*/

/* left and right arrows */

.ug-strip-panel .ug-strip-arrow-left.ug-skin-indice,
.ug-strip-panel .ug-strip-arrow-right.ug-skin-indice{
	width:25px;
	height:50px;
}

.ug-strip-panel .ug-strip-arrow-left.ug-skin-indice .ug-strip-arrow-tip,
.ug-strip-panel .ug-strip-arrow-right.ug-skin-indice .ug-strip-arrow-tip{
	background-position:0px 0px;
	background-repeat:no-repeat;
	width:4px;
	height:7px;
}

.ug-strip-panel .ug-strip-arrow-left.ug-skin-indice .ug-strip-arrow-tip{
	background-image:url('images/arrows_strip_left.png');
}

.ug-strip-panel .ug-strip-arrow-right.ug-skin-indice .ug-strip-arrow-tip{
	background-image:url('images/arrows_strip_right.png');	
}

.ug-strip-panel .ug-strip-arrow-left.ug-skin-indice.ug-button-hover .ug-strip-arrow-tip,
.ug-strip-panel .ug-strip-arrow-right.ug-skin-indice.ug-button-hover .ug-strip-arrow-tip{
	background-position:0px -7px;
}


/* up and down arrows */

.ug-strip-panel .ug-strip-arrow-up.ug-skin-indice,
.ug-strip-panel .ug-strip-arrow-down.ug-skin-indice{
	height:25px;
	width:50px;
}

.ug-strip-panel .ug-strip-arrow-up.ug-skin-indice .ug-strip-arrow-tip,
.ug-strip-panel .ug-strip-arrow-down.ug-skin-indice .ug-strip-arrow-tip{
	background-position:0px 0px;
	background-repeat:no-repeat;
	width:7px;
	height:4px;
}

.ug-strip-panel .ug-strip-arrow-up.ug-skin-indice .ug-strip-arrow-tip{
	background-image:url('images/arrows_strip_up.png');
}

.ug-strip-panel .ug-strip-arrow-down.ug-skin-indice .ug-strip-arrow-tip{
	background-image:url('images/arrows_strip_down.png');	
}

.ug-strip-panel .ug-strip-arrow-up.ug-skin-indice.ug-button-hover .ug-strip-arrow-tip,
.ug-strip-panel .ug-strip-arrow-down.ug-skin-indice.ug-button-hover .ug-strip-arrow-tip{
	background-position:-7px 0px;
}

.ug-strip-panel .ug-strip-arrow.ug-skin-indice.ug-button-disabled .ug-strip-arrow-tip{
	background-position:0px 0px;
	opacity:0.5;
	filter: alpha(opacity = 50);
}

/* --------Panel_Handle_Tip-------- */

/* left and right handle */
.ug-gallery-wrapper .ug-handle-tip-left.ug-skin-indice,
.ug-gallery-wrapper .ug-handle-tip-right.ug-skin-indice{
    font-size: 4em;
    font-family: 'Indice Iconfont';
	color:#888;
	cursor:pointer;
	mix-blend-mode: exclusion;
	padding:10px 0;
	displaY:inline-block;
}

.ug-gallery-wrapper .ug-handle-tip-right.ug-skin-indice::after{
	content:'\e918';
}

.ug-gallery-wrapper .ug-handle-tip-left.ug-button-hover.ug-skin-indice,
.ug-gallery-wrapper .ug-handle-tip-right.ug-button-hover.ug-skin-indice{
	opacity:1;	
}


.ug-gallery-wrapper .ug-handle-tip-left.ug-skin-indice.ug-button-closed{
	background-image:url('images/grid_handle_left.png');
	background-position:0px 0px;
}

.ug-gallery-wrapper .ug-handle-tip-right.ug-skin-indice.ug-button-closed::after{
	content:'\e919';	
}

.ug-gallery-wrapper .ug-handle-tip-left.ug-skin-indice.ug-button-closed.ug-button-hover{
	opacity:1;
}

.ug-gallery-wrapper .ug-handle-tip-right.ug-skin-indice.ug-button-closed.ug-button-hover{
	background-position:0px 0px;
}


/* top and bottom handle */

.ug-gallery-wrapper .ug-handle-tip-top.ug-skin-indice,
.ug-gallery-wrapper .ug-handle-tip-bottom.ug-skin-indice{	
	width:36px;
	height:19px;
	background-image:url('images/grid_handle_up.png');
	background-repeat:no-repeat;
	background-position:-36px 0px;
}

.ug-gallery-wrapper .ug-handle-tip-bottom.ug-skin-indice{
	background-image:url('images/grid_handle_bottom.png');
	background-position:-36px 0px;
}

.ug-gallery-wrapper .ug-handle-tip-top.ug-skin-indice.ug-button-hover,
.ug-gallery-wrapper .ug-handle-tip-bottom.ug-skin-indice.ug-button-hover{
	background-position:0px 0px;	
}

.ug-gallery-wrapper .ug-handle-tip-top.ug-skin-indice.ug-button-closed,
.ug-gallery-wrapper .ug-handle-tip-bottom.ug-skin-indice.ug-button-closed{
	background-position:-108px 0px;
}

.ug-gallery-wrapper .ug-handle-tip-top.ug-skin-indice.ug-button-closed.ug-button-hover,
.ug-gallery-wrapper .ug-handle-tip-bottom.ug-skin-indice.ug-button-closed.ug-button-hover{
	background-position:-72px 0px;
}

