/***** Wrapper *****/
body{background: #efefef;}
 
.wrapper {
    display: block;
}
section{margin: 100px 0;}
/***** Sidebar *****/
 
.sidebar {
    width: 250px;
    height: 100vh;
    position: fixed;
    top: 0;
    left: -255px;
    z-index: 999;
    background: #f7f7f7;
    color: #000;
    transition: all .3s;
    box-shadow: 3px 3px 3px rgba(51, 51, 51, 0.5);
    text-align: left;
}
 
.sidebar.active {
    left: 0;
    z-index: 10000;
}
 
/***** Content *****/
 .content {
    width: 100%;
    transition: all 0.3s;
}
/***** Dark overlay *****/
 
.overlay {
    display: none;
    position: fixed;
    width: 100vw;
    height: 100vh;
    background: rgb(255 255 255 / 70%);
    z-index: 998;
    opacity: 0;
    transition: all .5s ease-in-out;
}
 
.overlay.active {
    display: block;
    opacity: 1;
}

 
/* Style for all buttons with the class btn-customized */
 
.dismiss {
    width: 35px;
    height: 35px;
    position: absolute;
    top: 10px;
    right: 10px;
    transition: all .3s;
    background: #d9d9d9;
    border-radius: 4px;
    text-align: center;
    line-height: 35px;
    cursor: pointer;
}
 
.dismiss:hover,
.dismiss:focus {
    background: #555;
    color: #fff;
}
.sidebar .logo {
    padding: 40px 20px;
    border-bottom: 1px solid #dfdfdf;
    transition: all .3s;
}
 
.sidebar .logo a {
    display: inline-block;
    width: 172px;
    height: 34px;
    background: url(../img/logo.png) left top no-repeat;
    border: 0;
    text-indent: -999999px;
}
.sidebar ul.menu-elements {
    padding: 10px 0;
    border-bottom: 1px solid #e1e1e1;
    transition: all .3s;
}
 
.sidebar ul li a {
    display: block;
    padding: 10px 20px;
    border: 0;
    color: #4c4c4c;
    font-size: 16px;
    text-decoration: none;
    /* font-weight: 500; */
}
 
.sidebar ul li a:hover,
.sidebar ul li a:focus,
.sidebar ul li.active > a:hover,
.sidebar ul li.active > a:focus {
    outline: 0;
    color: #dc3545;
}
 
.sidebar ul li a i {
    margin-right: 5px;
}
 
.sidebar ul li.active > a,
a[aria-expanded="true"] {
    color: #dc3545;
}
 
.sidebar ul ul a {
    background: #444;
    padding-left: 30px;
    font-size: 14px;
}
 
.sidebar ul ul li.active > a {
    background: #555;
}
 
.sidebar a[data-toggle="collapse"] {
    position: relative;
}
 
.sidebar .dropdown-toggle::after {
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}
.sidebar .to-top {
    padding: 20px;
    text-align: center;
}
 




 /*slider */

.slider_wrapper
{
    width: 100%;
    height: 50vh;
    overflow: hidden;
    position: relative;background: #0202021f;
}

.slider
{
    position: absolute;
    width: 100%;
}

.slider div
{
    overflow: hidden;
    position: absolute;
    width: 100%;
    opacity: 0;
}

.slider img
{
    width: 100%;
    height: 50vh;
    object-fit: contain;
    object-position: center;
}


.slider_objects
{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
}
.slider_btn
{
    position: relative;
    pointer-events: auto;
}

.slider_btn:hover::after
{
    content: '';
    display: block;
    position: absolute;
    border-radius: 50%;
    width: 100%;
    height: 100%;
    pointer-events: none;
    background-color: #ffffff88;
}

.prev_btn ,
.next_btn
{
    width: 50px;
    height: 50px;
    position: absolute;
    top: calc(50% - 25px);
    border-radius: 50%;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    cursor: pointer;
    background-color: #00000014;
    color: #fff;

}
.prev_btn
{
    left: 50px;
}

.next_btn
{
    right: 50px;
}
.slider_list_wrapper
{
    width: calc( 100% - 40px );
    margin: 0;
    padding: 0 20px;
    position: absolute;
    bottom: 0.5vw;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style-type: none;
}
.slider_list
{
    width: 6px;
    height: 6px;
    margin: 5px 10px 0;
    background-color: #c7c7c7;
    border-radius: 50%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    box-shadow: 0 0 1px 1px #a7a5a5;
    cursor: pointer;
    pointer-events: auto;
}
.active_slide
{
    background-color: #9ceb00;
}
@media screen and (max-width: 768px)
{
    .slider_btn
    {
        display: none;
    }
    .slider img{object-fit: fill;}
  }

/* player css */
.audio-container{width:100%;margin:15px 0 15px 0;/* position:relative; *//* font-size:18px; *//* background-color:#222; */z-index:0;/* display:flex; */text-align: center;}.audio-container .audio-play-container{font-size:22px;min-width:50px;display:flex;align-items:center;justify-content:center;vertical-align:middle}.audio-container .audio-play{cursor:pointer;z-index:10;color:#aaa;display:flex;align-items:center}
.audio-container .audio-progress{display:none; position:absolute;bottom:0;/* border-right:1px solid #bbb; */background-color:#3c003c;height:100%;z-index:-1}.audio-container .audio-text{z-index:2;font-size:14px;padding:7px 10px 7px 0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.audio-container .audio-title{color:#aaa}.audio-container .audio-artist{color:#bbb}
.audio-container .audio-progress-click{/* z-index:5; *//* position:absolute; *//* height:100%; *//* width:100%; */top:0;display: none}
/*# sourceMappingURL=audio.min.css.map */
