@import url('https://fonts.googleapis.com/css?family=Lato:400,400i,700,700i,900,900i|Montserrat:300,300i,400,600,700i,800,800i,900i|Roboto:400,700,700i,900,900i&display=swap&subset=cyrillic,cyrillic-ext,greek,greek-ext,latin-ext,vietnamese');
@import url('https://fonts.googleapis.com/css?family=Barlow+Condensed:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i|Barlow:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i|Lato:100,100i,300,300i,400,400i,700,700i,900,900i|Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i|Source+Sans+Pro:200,200i,300,300i,400,400i,600,600i,700,700i,900,900i&display=swap&subset=cyrillic,cyrillic-ext,greek,greek-ext,latin-ext,vietnamese');

body{
    padding: 0;
    margin: 0;
    font-family: "Montserrat","Roboto","Lato",serif !important;
    background-color: rgb(245, 245, 245);
    box-sizing: border-box;
    overflow-x: hidden;
}

.plyr__controls__item:active{
    outline: none !important;
}
.plyr__controls__item:focus{
    outline: none !important;
}

.plyr__controls__item:hover{
    outline: none !important;
}

.adv1{
    width: 100%;
    height: 150px;
    background-color: #171a5a;
}
.adv1 img{
   height: 148px; 
}

.featured-switch{
    top: 10% !important;
    transform: translateY(-20%);
}

.featured-container{
    position: relative;
}



.body-inner{
    min-height: auto !important;
}
.adv3{
    position: relative;
    float: left;
    left: 1%;
    width: 160px;
    height: 100vh;
    display: flex;
}
.adv4{
    position: absolute;
    float: right;
    right: 1%;
    width: 160px;
    height: 100vh;
    display: flex;
}

.langs{
    top: 10px;
    position: relative;
    display: inline-block;
    width: 60px;
    height: 60px;
}
.langs a{
    font-size: 1.1em;
    font-family: "Montserrat",serif;
}
@media screen and (max-width: 1128px){
    .adv3,.adv4{
        display: none !important;
    }
}

@media screen and (max-width: 768px){
.adv1 img {
    height: auto;
}
    .header{
        position: absolute !important;
        top: auto;
        width: 100%;
    }
    
    .nav-container .l-center{
        padding: 0;
    }
    
    .page-content, .news-list{
        margin-top: 120px;
    }
    
    .adv1{
        max-width: 100%;
        height: auto;
    }
    .adv2{
        display: none !important;
    }

    .adv3,.adv4{
        display: none !important;
    }

    .table-responsive>.table>tbody>tr>td{
        white-space: normal !important;
    }
    
    .mob-exhange{
        margin-top: -5rem;
    }
}


.slogan{
    margin-top: 12px;
     padding-left: 15px;
}

.slogan span.nav-toggle_slogan{
    color: #fff;
    font-size: 1.5rem;
    padding-right: 0.5rem;
    margin-top: 12px;
    margin-left: -12px;
    display: inline-block;
}

.nav-toggle{
    font-family: "Barlow Condensed", sans-serif;
    font-size: 1rem;
    letter-spacing: 0.1rem;
}

.l-center{
    font-family: "Barlow Condensed", sans-serif;
     font-size: 0.9rem;
}

.l-center .nav .nav-i{
    color: #fff;
    font-family: 'Lato', sans-serif;
    font-weight: 500;
    font-size: 0.7rem;
    letter-spacing: 0.08rem;
    text-transform: uppercase;
}

.news-i-content .title{
    font-family: "Barlow Condensed", sans-serif;
   font-size: 1.02rem;
   letter-spacing: 0.08rem;
   line-height: 1.5rem;
}

.news-inner p{
    font-family: 1rem;
    letter-spacing: 0.05rem;
    line-height: 1.5rem;
}

.search-input::placeholder{
    font-size: 0.8rem;
}

.stats-like .stats-i{
    font-size: 1em;
    font-weight: 700;
}

/*-------------------------------------*/

.online{
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #0aca5f;
    display: block;
    margin-top: 12px;
    margin-left: 0.5rem; 
}

.first-row-child .user-img{
    width: 150px; 
    height: 150px;
}

@media only screen and(max-width: 576px){
    .user_img{
        width: 70px; 
        height: 70px;
    }
}

.offline{
    width: 12px;
    
    height: 12px;
    border-radius: 50%;
    background-color: rgb(145, 145, 145);
    display: block;
    margin-top: 12px;
    margin-left: 0.5rem;
    
}

.btn-for-author{
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    background-color: gainsboro;
    display: block;
    height: 35px;
    line-height: 35px;
    text-align: center;
    text-decoration: none !important;
    color: #171a5a;
    padding: 1px 10px;
    
}

.btn-for-author i{
    font-size: 1.2em;
    line-height: 35px;
    margin-left: -0.6em;
    margin-right: 10px;
}


.author-prog{
    font-size: 0.7rem;
    margin-bottom: -0.5rem;
    margin-left: 0.1rem;
    color: rgb(85, 85, 85);
    font-weight: 600;
    
}

.author-name{
    display: block;
}

.author-name a{
    font-size: 0.8rem;
    text-decoration: none;
    letter-spacing: 0.08rem;
    font-weight: 600;
}

.nav-banner-container2{
    height: 150px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    margin-bottom: 150px;
}

.nav-banner-container2 .l-center{
    position: relative;
    margin-bottom: 75px;
    top: 50%;
}

.nav-banner-container2 .l-center img{
 
    border: 2px solid #fff;
}

.nav-banner-container2 .l-center p.auth_name{
margin-top: 10px;
color: #fff;
font-size: 1.3em;
letter-spacing: 0.4em;
display: flex;
}

p.auth_pro{
 color: #fff;
 margin-top: -15px;
font-size: 0.8em;
letter-spacing: 0.7em;
margin-left: 12px;
 
}

@media only screen and  (min-width: 768px){
    .sm-visible{
        display: none !important;
    }
}

@media only screen and  (max-width: 768px){

 .nav-banner-container2{
     height: 100%;
     background-size: cover;
     margin-bottom: 1.5em;
     padding-bottom: 0.1px;

 }

 .md-visible{
     display: none !important;
 }

 .btn-for-author{
  
    padding: 1px 33px;
    margin: 5px 0;
}

 .nav-banner-container2 .l-center{
     width: auto;
     height: auto;
  margin: 0 auto;

 }

 .nav-banner-container2 .l-center .row .col-xs-12,.col-sm-12 {
     display: flex;
     flex-direction: column;
     justify-content: center;
     align-items: center;
 }

 .nav-banner-container2 .l-center .row .first-row-child{
     margin-top: 3rem !important;
 }

 .nav-banner-container2 .btn-for-author{
     padding: 5px 10px;
     display: flex;
     align-items: center;
     justify-content: center;
     width: 50%;
     margin-bottom: 3em;
 }

 .nav-banner-container2 .l-center img{
     height: 100px;
     width: 100px;
 }

 

 .header2{
     padding: 0;
 }

 .langs{
     height: auto;
     top: 3px;
 }
 .search-submit{
    height: 0;
    margin-top: -15px;
 }
 
 .search-toggle{
     height: 0;
 }
 .header-side{
     margin-top: 13px;
 }

 .nav-banner-container2  p.auth_name
 {
    font-size: 0.8em !important;
    letter-spacing: 0.3em !important;
    
}

.nav-banner-container2 p.auth_pro
{
    font-size: 0.7em !important;
    letter-spacing: 0.3em !important; 
    }

}

.main-slider img{
    width: 100%;
    height: 100%;
}
.main-slider .slider-left, .slider-right{
  height: 40px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.container {
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.carousel-inner img {
    width: 100%;
    height: 100%
}

#custCarousel .carousel-indicators {
    position: static;
    margin-top: 20px
}

#custCarousel .carousel-indicators>li {
    width: 100px
}


#custCarousel  i{
    font-size: 3em;
    color: #1894a0;
}
#custCarousel a.prev i{
    margin-right: 1.5rem;
 }
#custCarousel a.next i{
   margin-left: 1.5rem;
}
#custCarousel .carousel-indicators li img {
    display: block;
    opacity: 0.5
}

#custCarousel .carousel-indicators li.active img {
    opacity: 1
}

#custCarousel .carousel-indicators li:hover img {
    opacity: 0.75
}

.carousel-item img {
    width: 80%
}

.main-slider .slider-left i, .slider-right i{
    color: #1894a0;
    font-size: 2.2em;
    font-weight: bold;
}
.drag-slider-main{
    background-color: #ddd;
    padding: 0.5em  1.5em;
}

 .drag-slider{
    padding: 0 !important;
    border:1px solid #ddd;   
    display: flex;  
    flex-direction: 1;
    z-index: 10;
}

.drag-slider img{
    width: 100% !important;
    border: 1px solid #ddd;
    opacity: 0.5;
    
}
.drag-slider img.active{
    opacity: 1;
}
.adv5 {
    width: 100%;
    height: 200px;
    
}
.adv5 a img {
    width: 100%;
    /*height: 100%;*/
}

/*======================= hisse4 start====================================*/
 
.hisse4 p.my-profil { 
     font-size: 30px;
     color: #111;
     margin-bottom: 30px;
     font-family: "Barlow Condensed", sans-serif;
}
.hisse4 img{
     width: 100%;
     height: 300px;
 }



 .hisse4 p {
     margin-bottom: 0.6em;
     display: flex;
     
 }

   .hisse4 .user-info {
       margin-top: 35px;
      
   }
 
  .hisse4  .u-info-text{
   display: flex;
   flex-direction: row;
   width: auto;
   font-weight: 400;
   font-size: 16px;
   font-family: Lato, sans-serif;
  
} 
 .hisse4 .user-base-info{
   display: flex;
    width: auto;
    color: #555;
    font-size: 14px;
 }
.user-status{
    position: absolute;
    width: 100%;
    height: 100%;
    right: -90%;
    top: -12px;
    cursor: pointer;
}

.user-status .online{
  width: 20px;
  height: 20px;
  background-color: #0aca5f;
  display: inline-block;
  border-radius: 0%;
  animation-name: online_color;
  animation-duration: 700ms;
  animation-iteration-count: infinite;

}

@keyframes online_color {
    0% {background-color: #66f1a5;}
    25%  {background-color: #72e7a7;}
    50%  {background-color:#4be691; }
    100% {background-color:#0aca5f; }
  }


.user-status .offline{
    width: 20px;
    height: 20px;
    background-color: rgb(131, 130, 127);
    display: inline-block;
    border-radius: 0;
  
  }


/*========================hisse4 end====================================*/

.hisse5 p.my-profil { 
    font-size: 30px;
    color: #111;
    margin-bottom: 30px;
    font-family: "Barlow Condensed", sans-serif;
}
.hisse5 img{
    width: 100%;
    height: 300px;
}

#hisse5 .change-photo{
    display: none;
}

#hisse5 .change-photo:before{
    width: 90% ;
    height: 90%;
    position: absolute;
    top: 46%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    z-index:1;
    content: "";
    background-color: rgba(23, 22, 22, 0.3);
    box-sizing: border-box;
    cursor: pointer;
    overflow: hidden;
}

#hisse5 .error{
    border:1px solid red;
}

#hisse5 .change-photo:after{
    width: 90%;
    height: 50px;
    position: absolute;
    top: 50%;
    left: auto;
    transform: translateY(-50%);
    z-index:2;
    content: " Şəkli dəyiş";
   color: rgba(255, 255, 255,0.7);
    box-sizing: border-box;
    cursor: pointer;
    text-align: center;
    font-size: 2.2rem;
    overflow: hidden;
}



.hisse5 p {
    margin-bottom: 0.6em;
    display: flex;
    
}


 .hisse5  .u-info-text{
  display: flex;
  flex-direction: row;
  width: auto;
  font-weight: 400;
  font-size: 16px;
  font-family: Lato, sans-serif;
 
} 
.hisse5 .user-base-info{
  display: flex;
   width: auto;
   color: #555;
   font-size: 14px;
}