.r_s_bar {
    width: 100%;
    position: relative;
    float: left;
	margin-top: 20px;
}
.intr_lk {
    width: 100%;
    float: left;
    position: relative;
    margin-bottom: 30px;
}
.intr_lk h4 {
    font-family: 'poppinssemibold';
    margin-bottom: 8px;
    border-bottom: 1px solid #DEDEDE;
    padding-bottom: 10px;
	position: relative;
}
.intr_lk h4:before {
    content: "";
    border-bottom: 4px solid #e31837;
    float: left;
    width: 70px;
    position: absolute;
    bottom: -2px;
}
.intr_lk ul {
    margin: 0;
    padding: 0;
}
.intr_lk ul li {
    font-size: 14px;
    list-style-type: none;

}
.intr_lk ul li a {
    margin: 10px 0;
		float: left;
    width: 100%;
	transition: all .4s ease;
	-webkit-transition: all .4s ease;
}

.intr_lk ul li a:hover {color: #E31837; padding-left: 10px;}
.intr_lk ul li a .fa {
    float: right;
    font-size: 18px;
    color: #e31837;
}
.intr_lk .m-video__thumbnail {
    padding-bottom: 64.25%;
}
.intr_lk .m-video__thumbnail img {
    width: 100%;
    height: auto;
}
.r_side_b_img {
  width: 100%;
  float: left;
  position: relative;
  margin-top: 10px;
}
.r_side_b_img img {
  width: 100%
}
.r_side_b_ovr {
    width: 100%;
    position: absolute;
    bottom: 0;
    float: left;
    background: rgb(2, 0, 36);
    background: linear-gradient(180deg, rgba(2, 0, 36, 0) 0%, rgba(0, 0, 0, 1) 70%);
    padding: 15px 0px;
}
.r_side_b_ovr h5 {
  color: #fff;
  font-family: 'poppinssemibold';
font-size: 22px;
  padding: 0 14px;
}
.r_side_b_ovr h5 span {
  color: #e31837;
  font-family: 'poppinssemibold';
  font-size: 24px;
}
.r_side_b_ovr p {
    color: #fff;
    font-size: 12px;
    padding: 5px 14px;
    line-height: 16px;
    margin-bottom: 2px;
}
.r_side_b_ovr .fa {
    color: #e31837;
    font-size: 24px;
    right: 12px;
    position: absolute;
    bottom: 15px;
}
.dwn_lnks li a .fa {
    float: left !important;
    margin-right: 10px;
}
@media only screen and (min-device-width:768px) and (max-device-width:1024px) and (orientation:portrait) {
    .content_main .col-sm-3 {
        padding: 0 !important;
    }
    .intr_lk {
        width: 42%;
        margin: 20px 20px;
    }
    .intr_lk ul li {
        font-size: 13px;
    }
    .intr_lk:first-child,
        .intr_lk:nth-child(2) {
            height: 260px
        }

        .intr_lk:nth-child(4) {
            height: 260px
        }
}


    /* Small devices (phones, 600px and down) */
    @media only screen and (max-width: 576px) {
    }