/* ******************************************************
	Author URI: https://frontendscript.com
	Demo Purpose Only - May not require to add.
	font-family: 'Work Sans', sans-serif;
*********************************************************/



/* ******************************************************
	Live Demo
*********************************************************/

#demos {
	list-style: none;
	max-width: 100%;
	margin: 0 auto;
}
#demos img {
    width: 100%;
    height: auto;
	border-radius: 5px;
}
#demos .fading-slider {
    height: auto;
}
#demos pre {
    color: rgba(255, 255, 255, .75);
    line-height: 24px;
}
#demos pre .hilite {
    display: block;
    white-space: pre-line;
    padding: 0 0 0 20px;
    font-weight: bold;
    line-height: 24px;
    color: #fff;
}
#demos .unslider {
    overflow: visible;
}
#setup .unslider-arrow, #demos .unslider-arrow {
    display: block;
    width: 32px;
    height: 32px;
    top: 50%;
    right: -50px;
    left: auto;
    margin-top: -16px;
    overflow: hidden;
    background: rgba(2 164 132) no-repeat 50% 50%;
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAQCAQAAABuQZ3IAAAAi0lEQVR4AU3OISBEQQBAwS0AACS9NxqQgCZpkiYBVddFvWhAAUABAPQCAGC4g/0vTnrBqCfDIZl70J+kMUBPpEwT4FNXxBxz4F1HxHyr4EVTxBLb4EFNxEon4CJSlVNw9AcV9sC16h8osgke1P1ArgXwouVvdQq86ww/GQefusNf7kBviBlxpT8k+gL/Wox4r1d4MwAAAABJRU5ErkJggg==');
    background-size: 7px 11px;
    border-radius: 32px;
    text-indent: -999em;
    opacity: .6;
    transition: opacity .2s;
}
top: 50%;
right: -50px;
left: auto;
margin-top: -16px;
overflow: hidden;
background: rgba(0, 0, 0, .2) no-repeat 50% 50%;
background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAQCAQAAABuQZ3IAAAAi0lEQVR4AU3OISBEQQBAwS0AACS9NxqQgCZpkiYBVddFvWhAAUABAPQCAGC4g/0vTnrBqCfDIZl70J+kMUBPpEwT4FNXxBxz4F1HxHyr4EVTxBLb4EFNxEon4CJSlVNw9AcV9sC16h8osgke1P1ArgXwouVvdQq86ww/GQefusNf7kBviBlxpT8k+gL/Wox4r1d4MwAAAABJRU5ErkJggg==');
background-size: 7px 11px;
border-radius: 32px;
text-indent: -999em;
opacity: .6;
transition: opacity .2s;
}
#setup .unslider-arrow:hover, #demos .unslider-arrow:hover {
    opacity: 1;
}
#setup .unslider-arrow.prev, #demos .unslider-arrow.prev {
    left: -50px;
    right: auto;
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

#demos .demo > div {
    position: relative;
    /* padding: 40px; */
    margin-bottom: 30px;
    /* background: #fff; */
    color: #666;
    text-align: center;
    text-shadow: none;
    border-radius: 6px;
   /*  box-shadow: 3px 3px 3px grey; */
}
#demos .demo.vertical-slider-wrapper > div {
    padding: 0;
}
#demos .demo.vertical-slider-wrapper ul li {
    padding: 40px;
}
#demos .unslider-nav, #setup .unslider-nav {
    position: absolute;
    bottom: -35px;
    left: 0;
    right: 0;
    top: auto;
    margin: 0;
}
#setup .unslider-nav {
    bottom: 40px;
}
#demos .unslider-nav ol, #setup .unslider-nav ol {
    list-style: none;
    text-align: center;
}
#demos .unslider-nav ol li, #setup .unslider-nav ol li {
    display: inline-block;
    float: none;
    width: 6px;
    height: 6px;
    margin: 0 4px;
    padding: 3px;
    background: transparent;
    border-radius: 5px;
    overflow: hidden;
    text-indent: -999em;
    border: 2px solid #02a484;
    cursor: pointer;
    opacity: .4;
}
#demos .unslider-nav ol li.unslider-active, #setup .unslider-nav ol li.unslider-active {
    background: #02a484;
    cursor: default;
    opacity: 1;
}


@media only screen and (max-width: 1370px) {
	#setup .unslider-arrow, #demos .unslider-arrow {
		display:none;
	}
	#demos {
		max-width:99%;
	}
}






