.footer
{
    
    /*bottom: 0;
    width: 100%;
    height: 60px;
    line-height: 60px;*/
    background-color: #f5f5f5;

}
.pin
{
    position: absolute;
   
}
.w-20 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
  
}
.fc2-id
{
    font-size: 1.5rem;
    margin: 5px;
}
.fc2-title
{
    font-size: 1.5rem;
    margin: 5px;
}
.buy-btn
{
    white-space: nowrap;
    overflow: hidden;
}
.card-p{
    width: 100%;
    height: auto;
    margin: 10px 0;
    padding-left: 0;
    padding-right: 0;
}
@media (min-width: 576px) {
  .w-sm-20 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .padding-left-menu{
        padding: 0px 5px;
    }
    .padding-left-menu{
        padding-top:20px; 
    }
    .fc2-id
    {
        font-size: 1.5rem;
    }
    
    
}

@media (min-width: 768px) {
  .w-md-20 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .padding-left-menu{
        padding: 0px 5px;
    }
    .padding-left-menu{
        padding-top:20px; 
    }
    .recents-card
    {
        padding: 5px 0;
        
    }
}

@media (min-width: 992px) {
  .w-lg-20 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .recents-card
    {
        padding: 5px 0;
        
    }

}

@media (min-width: 1200px) {
  .w-xl-20 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .recents-card
    {
        padding: 5px 0;
        
    }
}
@import "https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700";
body {
    font-family: 'Poppins', sans-serif;
    background: #fafafa;
}

/*p {
    font-family: 'Poppins', sans-serif;
    font-size: 1.1em;
    font-weight: 300;
    line-height: 1.7em;
    color: #999;
}*/

/*a,
a:hover,
a:focus {
    color: inherit;
    text-decoration: none;
    transition: all 0.3s;
}*/

.navbar {
    padding: 15px 10px;
    background: #fff;
    border: none;
    border-radius: 0;
    margin-bottom: 40px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
}

.navbar-btn {
    box-shadow: none;
    outline: none !important;
    border: none;
}

.line {
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed #ddd;
    margin: 40px 0;
}

/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */

#sidebar {
    width: 300px;
    position: fixed;
    top: 0;
    left: -305px;
    height: 100vh;
    z-index: 999;
    background: #fafafa;
    
    transition: all 0.3s;
    overflow-y: scroll;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
}

#sidebar.active {
    left: 0;
}

#dismiss {
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    background: #007bff;
    position: absolute;
    color: #fff;
    top: 10px;
    right: 10px;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

#dismiss:hover {
    background: #fff;
    color: #007bff;
}

.overlay {
    display: none;
    position: fixed;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.7);
    z-index: 998;
    opacity: 0;
    transition: all 0.5s ease-in-out;
}
.overlay.active {
    display: block;
    opacity: 1;
}

#sidebar .sidebar-header {
    padding: 20px;
    background: #fafafa;
}

#sidebar ul.components {
    padding: 20px 0;
    border-bottom: 1px solid #47748b;
}

#sidebar ul p {
    color: #fff;
    padding: 10px;
}

#sidebar ul li a {
    padding: 10px;
    font-size: 1.1em;
    display: block;
}

/*#sidebar ul li a:hover {
    color: #7386D5;
    background: #fff;
}*/

/*#sidebar ul li.active>a,
a[aria-expanded="true"] {
    color: #fff;
    background: #6d7fcc;
}*/

a[data-toggle="collapse"] {
    position: relative;
}

/*.dropdown-toggle::after {
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}*/

ul ul a {
    font-size: 0.9em !important;
    padding-left: 30px !important;
    background: #6d7fcc;
}

ul.CTAs {
    padding: 20px;
}

ul.CTAs a {
    text-align: center;
    font-size: 0.9em !important;
    display: block;
    border-radius: 5px;
    margin-bottom: 5px;
}

a.download {
    background: #fff;
    color: #7386D5;
}

a.article,
a.article:hover {
    background: #6d7fcc !important;
    color: #fff !important;
}

/* ---------------------------------------------------
    CONTENT STYLE
----------------------------------------------------- */

#content {
    width: 100%;
    padding: 0;
    min-height: 100vh;
    transition: all 0.3s;
    position: absolute;
    top: 0;
    right: 0;
}
.padding-item{
    padding: 0 5px;
}
.padding-left-menu{
    padding-top:0;
}
.des p {
    color: #212529;
}

.b-star
{
    position: absolute;right: 10px;top: 10px;color:white;opacity: 0.5;
}
.b-heart
{
    position: absolute;right: 10px;top: 30px;color:white;opacity: 0.5;
}
.b-comment
{
    position: absolute;right: 10px;top: 50px;opacity: 0.5;
}
.b-time
{
    position: absolute;right: 5px;bottom: 5px;opacity: 0.5;
}


span.live-icon-offline {
    display: inline-block;
    position: relative;
    top: calc(50% - 5px);
    background-color: rgb(94, 94, 94);
    width: 10px;
    height: 10px;
    margin-left: 20px;
    border: 1px solid rgba(0, 0, 0, .1);
    border-radius: 50%;
    z-index: 1;
}
span.live-icon-offline:before {
    content: '';
    display: block;
    position: absolute;
    background-color: rgba(94, 94, 94, 0.6);
    width: 100%;
    height: 100%;
    border-radius: 50%;
    animation: live 2s ease-in-out infinite;
    z-index: -1;
}

 span.live-icon {
	 display: inline-block;
	 position: relative;
	 top: calc(50% - 5px);
	 background-color: red;
	 width: 10px;
	 height: 10px;
	 margin-left: 20px;
	 border: 1px solid rgba(0, 0, 0, .1);
	 border-radius: 50%;
	 z-index: 1;
}
 span.live-icon:before {
	 content: '';
	 display: block;
	 position: absolute;
	 background-color: rgba(255, 0, 0, .6);
	 width: 100%;
	 height: 100%;
	 border-radius: 50%;
	 animation: live 2s ease-in-out infinite;
	 z-index: -1;
}
 @keyframes live {
	 0% {
		 transform: scale(1, 1);
	}
	 100% {
		 transform: scale(3.5, 3.5);
		 background-color: rgba(255, 0, 0, 0);
	}
}

 @media only screen and (max-width: 500px) {
	 .toolbar {
		 flex-direction: column;
		 padding-left: 50px;
		 padding-right: 50px;
	}
	/* .btn {
	    width: 250px;
	}*/
}
 
.live-title
{
    line-height: 1.5em;
    height: 3em;
    font-size: 12px;
    white-space: normal; 
    overflow: hidden; 
    
    
}
.live-channel-name
{
    font-size: 12px;
    white-space: nowrap; 
    overflow: hidden; 
    text-overflow: ellipsis;
   
}
.live-card-body
{
    padding: .25rem;
    min-height:50px;
    line-height: 20px;
}
.live-count
{
    font-size: 12px;
    color:red;
    margin-bottom:5px
}
.img-live-div
{
    position: relative;
    min-width: 120px;
    min-height:90px;
}
.live-index
{
    max-width:120px;
   
 /* /   background-color:red; */
    margin: 5px;
}

