.recent_video {
    margin-top: 14px;
    margin-bottom: 10px;
    margin-right: 0px;
    margin-left: 0px;
}
.col_for_thumb
{
    padding: 0px;
}
/*
.video_main_container
{

    position: relative;
    width: 100%;
    height: 233px;
    overflow: hidden;
}
*/
.video_thumb_img
{
    width: 100%;
    height: 240px;
    display: block;
}
.video_thumb_overlay
{
    position: absolute;
    width: 100%;
    height: 49px;
    background: rgba(0, 0, 0, 0.5);
   bottom: 0%;
   overflow: hidden;
   transition: .5s ease;
    text-align: center;
}

.video_main_container:hover .video_thumb_overlay
{
    height: 100%;
}
.overlay_text
{
    text-align: center;
     background: rgba(0, 0, 0, 0.5);
    height: 49px;
    color: white;
    padding: 5px;
    font-weight: bold;
    
}
.recent_video_seprate
{
        margin-bottom: 0px;
}
.recent_video_title
{
    margin-bottom: -18px;
    margin-top: 5px;
    float: left;
}
.search_for_video {
    width: 130px;
   height: 34px;
    box-sizing: border-box;
    border: 2px solid #ccc;
    border-radius: 4px;
    font-size: 16px;
    background-color: white;
    background-image: url('searchicon.png');
    background-position: 10px 8px; 
    background-repeat: no-repeat;
    padding: 12px 20px 12px 40px;
    -webkit-transition: width 0.4s ease-in-out;
    transition: width 0.4s ease-in-out;
}

.search_for_video:focus {
    width: 300px;
}
.search_form
{
    float: right;
    margin-top: -18px;
}





/* slider*/

.carousel-control
{
        position: absolute;
/*    top: 115px;*/
    bottom: 0;
    left: 0px;
       width: 0px !important;
/*    height: 147px;*/
    font-size: 20px;
    color: #000;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0,0,0,.6);
    background-color: rgba(0,0,0,0);
    filter: alpha(opacity=50);
    opacity: .5;
}
.embed-responsive {
   
    width: 60%;
   
}
.embed-responsive-16by9 {
    padding-bottom: 33.25%;
}

.carousel-caption {
    position: absolute;
    right: 0%;
    bottom: 20px;
    left: 60%;
    z-index: 10;
    padding-top: 0px;
    padding-bottom: 20px;
    color: #080808;
    text-align: center;
    text-shadow: none !important;
    top: 0%;
}
.author_slider_details {
    display: block;
    width: 120px;
    height: 120px;
    position: relative;
    overflow: hidden;
    border-radius: 50%;
    margin: auto;
}
.video_discription {
    text-align: left;
    /* margin-left: 60px; */
    width: 100%;
    margin-top: 0px;
    margin-left: 0px;
    margin-bottom: 35px;
}
.video_discription h3
{
    color: #5cb85c;
}
.auther_details {
    display: inline-block;
    margin-top: 10px;
}
.video_date {
    margin-left: 20px;
}
.video_date p
{
    margin-left: 5px;
}
.main_slider_side_details {
    margin-left: 25px;
    margin-right: 25px;
}
.embed-responsive .embed-responsive-item, .embed-responsive embed, .embed-responsive iframe, .embed-responsive object, .embed-responsive video
{
    width: 101% !important;
}
/* end of slider */

/* only foe mobile*/

/*
@media only screen and (max-width: 500px) {
.search_for_video:focus {
    width:200px;
}
}
*/

/*

@media screen and (min-width: 768px)
{
.carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
    margin-left: 10px ;
    }
    .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
    margin-right: 10px;
    }
}
*/

@media screen and (max-width: 1024px)
{
.carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
    margin-right: 10px;
    }
    .carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
    margin-left: 10px ;
    }
    .main_slider_side_details
    {
        display: none;
    }
    .embed-responsive {
   
    width: 100%;
   
}
    .carousel-caption
    {
        left: 100%;
    }
    .embed-responsive-16by9 {
    padding-bottom: 56.25%;
}
   .search_for_video:focus {
    width:200px;
} 
    .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next, .carousel-control .icon-prev
    {
        width: 63px;
    height: 30px;
    margin-top: -15px;
    font-size: 30px;
    font-size: 30px;
    }
    .carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
    margin-left: 0px !important;
    }
    .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
    margin-right: 0px !important;
    }
}
.video_main_container i {
    color: #ffa500;
    width: 100px;
    height: 100px;
    font-size: 100px;
}
.glyphicon
{
    padding: 0px;
    background: none;
    box-shadow: none;
}
.carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
    margin-left: 10px ;
    }
    .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
    margin-right: 10px;
    }

/*  end of mobile view */
.custom-video-search
{
    height: 34px;
    padding-left: 10px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    border: 1px solid lightgray;
}
.custom-video-search-button
{
        height: 34px;
    width: 34px;
    float: right;
    margin-left: -1px;
        background-color: orange;
    border: 1px solid orange;
    color: white;
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
}
.custom-video-search:focus {
    border-color: #66afe9;
    border: 1px solid #66afe9;
    outline: 0; 
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6);
    
}
.custom-parent-search-bar
{
    float: right;
}
@media(max-width:550px)
{
    .custom-parent-search-bar
    {
    padding-right: 10px;
    padding-left: 10px;
    width: 100%;
    }
    .recent_video_title
    
    {
             margin-bottom: 10px !important; 
        padding-left: 10px;
    }
}

@media(max-width:374px)
{
    .c-searchbar-main
    {
        display: inline-block;
    margin-right: 10px;
    width: 58% !important;
    }
    .custom-video-search
    {
        width: 83% !important;
    }
   .custom-video-search-button
   {
    margin-left: -30px !important;
    }
}
@media(max-width:320px)
{
    .c-searchbar-main
    {
        display: inline-block;
    margin-right: 10px;
    width: 58% !important;
    }
    .custom-video-search
    {
        width: 81% !important;
    }
}
@media(max-width:767px)
{
    .video_main_container
    {
        padding: 0px 15px 15px 15px;
    }
    .video_thumb_img
    {
        height: auto;
    }
    .video_thumb_overlay
    {
        position: relative;
    }
    .video_thumb_overlay i
    {
        display: none;
    }
    .video_thumb_overlay p
    {
        display: none;
    }
    .owl-prev {
        width: 15px;
        height: 100px;
        position: absolute;
        top: 25% !important;
        margin-left: -15px !important;
        display: block !IMPORTANT;
        border: 0px solid black;
    }

    .owl-next {
        width: 15px;
        height: 100px;
        position: absolute;
        top: 25% !important;
        right: -15px !important;
        display: block !IMPORTANT;
        border: 0px solid black;
    }
}
/*new video slider*/
.n-video-slider {
    background-color: #f1f1f1;
}

.owl-prev {
    width: 15px;
    height: 100px;
    position: absolute;
    top: 36%;
    margin-left: -20px;
    display: block !IMPORTANT;
    border: 0px solid black;
}

.owl-next {
    width: 15px;
    height: 100px;
    position: absolute;
    top: 36%;
    right: -20px;
    display: block !IMPORTANT;
    border: 0px solid black;
}

    .owl-prev i, .owl-next i {
        /*transform: scale(1,6);*/
        color: #ccc;
    }