@font-face {
    font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased;
    font-weight: normal;
    font-style: normal;
    font-family: 'lato';
    src: url("../fonts/Lato-Regular.eot");
    /* IE6-IE9 */
    src: local("lato"), url("../fonts/Lato-Regular.ttf") format("truetype");
    /* Modern Browsers */ 
}
body{
    background: #fbfbfb;
}
body section#video_listing{
    font-family: 'lato';   
}
body section#video_listing .channel_title{
    color:#500000;
    font-size:2.5rem;
}
@media (max-width: 767px) {
    body section#video_listing .channel_title{
        font-size:2rem;
    }

}
body section#video_listing .channel_list{
    padding: 30px;
    color:#3b3b3b;
}
body section#video_listing .channel_list a{
    color:#3b3b3b;
}
body section#video_listing .channel_list a:hover{
    color:#3b3b3b;
}
body section#video_listing .channel_list a:visited{
    color:#3b3b3b;
}
@media (max-width: 767px) {
    padding: 10px;

}
body section#video_listing .channel_list .list_item{
    margin: auto;
    width: 80%;
    border:1px solid #020202;
    border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    background:#fff;
    padding:10px 20px;
    margin-bottom:30px;
}
body section#video_listing .channel_list .list_item:hover{
    -webkit-box-shadow: 2px 2px 10px 0px rgba(0,0,0,0.75);  
    -moz-box-shadow: 2px 2px 10px 0px rgba(0,0,0,0.75);
    box-shadow: 2px 2px 10px 0px rgba(0,0,0,0.75);
}
@media (max-width: 767px) {
    body section#video_listing .channel_list .list_item{
        width: 100%;
    }
}
body section#video_listing .channel_list .list_item .channel_img{
    padding:10px 0px;
    text-align:center;
}
body section#video_listing .channel_list .list_item .channel_img img{
    border:1px solid #818181;
    height:164px;
    width:264px;
    margin:0 auto;
}
@media (max-width: 767px) {
    body section#video_listing .channel_list .list_item .channel_img img{
        /*height:80px;*/
        /*width:100px;*/
        margin: 0 auto;
    }

}
body section#video_listing .channel_list .list_item .channel_det {
    padding:10px 0px;
}
body section#video_listing .channel_list .list_item .channel_det ul{
    font-size:1.5rem;
    list-style: none;
    margin:0;
    padding:0;
}
@media (max-width: 767px) {
    body section#video_listing .channel_list .list_item .channel_det ul{
        font-size:1.5rem;
    }
}
body section#video_listing .channel_list .list_item .channel_det ul .channel_org{
    color:#5674b3;
}
body #home_abt .choose_spz_area{
    margin-bottom:10px;
    /*min-height:70px;*/
}
@media (max-width: 767px) {
    body #home_abt .choose_spz_area{
        /*min-height:50px;*/
    }
}
body .drpdwn_indicator{
    list-style: none;
    padding:0;
}
body .drpdwn_indicator li{
    width:40px;
    height:10px;
    margin-right:3px;
    float:left;
    border:1px solid #5e5e5e;
    background:#fff;
}
body .drpdwn_indicator li.active{
    background:#5e5e5e;
}
body #home_abt .choose_spz_area .dropdown-lib-type {
    background: #cc0000;
    color: #fff;
    width: 100%;
    font-weight: bold;
    display: block;
    padding: 2%;
    font-size: 1.5rem; 
    display:none;
}
body #home_abt .choose_spz_area .dropdown-lib-type span {
    float: right; 
}
body #home_abt .choose_spz_area .dropdown-lib-type-sub {
    position: absolute;
    left: 0;
    top: 100%;
    visibility: hidden;
    width: 100%;
    height: auto;
    min-height: 30px;
    background: #333;
    z-index: 3;
    font-size: 1.5rem; 
    color: #337ab7;
}
body #home_abt .choose_spz_area .dropdown-lib-type-sub ul.dropdown-lib-type-sub-scroll {
    width: 100%;
    padding: 0 5% 0 3%; 
}
body #home_abt .choose_spz_area .dropdown-lib-type-sub ul.dropdown-lib-type-sub-scroll li {
    list-style: none;
    float: none;
    width: 100%;
    border-top: 1px dotted #666; 
}
body #home_abt .choose_spz_area .dropdown-lib-type-sub ul.dropdown-lib-type-sub-scroll li a {
    display: block;
    padding: 2%;
    color: #ffffff;
    font-size: 1.5rem; 
}
body #home_abt .choose_spz_area .dropdown-lib-type-sub ul.dropdown-lib-type-sub-scroll li a:hover {
    color: #ffffff;
    text-decoration: none; 
}
body #home_abt .choose_spz_area .dropdown-lib-type-sub ul.dropdown-lib-type-sub-scroll li:first-child {
    border: none; 
}
body #home_abt .choose_spz_area .dropdown-lib-type-sub ul.dropdown-lib-type-sub-scroll li:hover {
    background: #cc0000; 
}
body #home_abt .choose_spz_area a.dropdown-lib-type:visited{
    text-decoration: none;
}
body #home_abt .choose_spz_area .choose_lib_area:hover .dropdown-lib-type{
    color: #cc0000;
    background: #333;
    font-size: 1.5rem; }
body #home_abt .choose_spz_area .choose_lib_area:hover .dropdown-lib-type-sub {
    visibility: visible; 
}

body #home_abt .choose_spz_area .choose_lib_area.active .dropdown-lib-type{
    color: #cc0000;
    background: #333;
}
body #home_abt .choose_spz_area .choose_lib_area.active .dropdown-lib-type-sub {
    visibility: visible; 
}

body #product_listing {
    overflow: hidden; 
    font-family: 'lato';   
    min-height: 500px;
    padding-left: 100px;
    padding-right: 100px;
}
@media (max-width: 767px) {
    body #product_listing {
        padding-left: 10px;
        padding-right: 10px;
    }
}
body #product_listing .product_listing_sec{
    padding-top:10px;
    padding-bottom:10px;
}
body #product_listing .product_listing_sec .breadcrumb {
    border: 0;
    padding: 0;
    background: none;
    font-size: 1.2rem;
    padding-top: 10px;
    padding-bottom: 10px;
    margin: 0; 
}
body #product_listing .product_listing_sec .breadcrumb a {
    color: #494949; 
}
body section#product_listing .product_title{
    color:#500000;
    font-size:2.5rem;
}
body section#product_listing .product_type{
    color:#500000;
}
@media (max-width: 767px) {
    body section#product_listing .product_type{
        font-size:1.5rem;
    }

}
@media (max-width: 767px) {
    body section#product_listing .product_title{
        font-size:2rem;
    }

}
body #product_listing .product_list_area{
    border: 1px solid #0086c1;
    font-weight:normal;
    font-size:1.3rem;
    color:#353535;
    background: #fff;
    margin-top:20px;
    margin-bottom:30px;
}
body #product_listing .product_list_area .n_link{
    color: #000;
    cursor:default;
    text-decoration: none;
}

body #product_listing .product_list_area table td{
    text-align:left;   
    font-weight: normal;
}
body #product_listing .product_list_area table td a{
    color:#0086c1;
    text-decoration: underline;
}
body #product_listing .product_list_area table td .btn_custom{
    background:#0086c1;
    border-radius:0;
    color:#fff;
    text-decoration: none;
    display:inline-block;
    margin-left:5px;
}
body #product_listing .lib_links_area{
    margin-top:40px;
    /*display:table;*/
}
body #product_listing .lib_links_area[class*="col-"]{
    /*    float: none;
        display: table-cell;
        vertical-align: top;*/
}

body #product_listing .lib_links_area a:hover .segment_area{
    box-shadow: 5px 10px 8px #888888;   
}
body #product_listing .segment_area{
    border:1px solid #333;
    border-radius: 10px;
    background:#fff;
    padding:20px;
    text-align:center;
    margin-bottom:20px;
}
body #product_listing .segment_area .segment_caption{
    font-size: 1.5rem;   
    color:#333;
}
body #product_listing .segment_area img{
    display: block;
    margin: 0 auto;
    margin-bottom: 0px;
    margin-bottom:30px;
    width:30%;
}
body #product_listing .lib_links{
    text-align: center;
    text-transform: uppercase;
    font-size: 1.5rem;
    color:#fff;
    padding:13px;
    /*height:50px;*/
}
@media (max-width: 767px) {
    body #product_listing .lib_links{
        font-size: 1.2rem;
        /*padding:5px;*/
    }
}
@media (max-width: 767px)and (orientation:landscape) {
    body #product_listing .lib_links{
        /*padding:15px;*/
    }
}
body #product_listing .lib_links_area .lib_links_item1{
    background: #b80500;
}
body #product_listing .lib_links_area .lib_links_item2{
    background: #0086c1;
}
body #product_listing .lib_links_area .lib_links_item3{
    background: #b80500;
}
/*header*/

body .page_wrapper .box_login_area .sign_in{
    text-transform: uppercase;
    padding:5px 15px;
    font-size:1.4rem;
    border-radius: 5px;
    background:#fff;
    color:#337ab7;
    font-weight:bold;
    border:2px solid #337ab7;
}
@media (max-width: 767px) {
    body .page_wrapper .box_login_area .sign_in{
        font-size:1.2rem;   
        padding:5px 10px;
    }
}

body .page_wrapper .header_top{
    color:#035ea2;
    text-align:right;
    font-size:1.5rem;
    font-family:lato;
    font-weight: bold;
}
@media (max-width: 767px) {
    body .page_wrapper .header_top{
        text-align:center;
    }
}
body header .container_in .top_cart_area .cart_mnu{
    height:60px;   
}
body header .container_in .top_cart_area .cart_mnu .menu_link{
    font-size:1rem!important;
}

body header .container_in .top_cart_area .cart_mnu .menu_link .cir_shp{
    background:#fff;
    line-height: 6rem;
}
body header .container_in .top_cart_area .cart_mnu .menu_link .cir_shp .glyphicon{
    color:#000000;
}
body header .container_in .top_cart_area .lib_btn_area{
    text-align:right;
    padding:0;
}
body header .container_in .top_cart_area .menu_area{
    padding:0;
}
body header .container_in .top_cart_area .lib_btn_area .lib_links,body header .container_in .header_right .lib_btn_area .lib_links{
    background:#b80500;
    color:#fff;
    border:1px solid #b80500;
    text-transform: uppercase;
    font-weight:bold;
    height:70px;
    width:120px;
    float:right;
    border-radius:0;
    padding:25px 10px;
    font-size:1.2rem;
}
body header .container_in .header_right .lib_btn_area .login_link{
    background:#fff;
    color:#b80500;
    border:1px solid #b80500;
    text-transform: uppercase;
    font-weight:bold;
    height:70px;
    width:120px;
    float:right;
    border-radius:0;
    padding:25px 10px;
    font-size:1.2rem;
    text-align: center;
}

body header .container_in .top_cart_area .lib_btn_area .pvt_lib_links,body header .container_in .header_right .lib_btn_area .pvt_lib_links{
    font-size:1.2rem;
    background:#0086c1;
    color:#fff;
    text-transform: uppercase;
    font-weight:bold;
    height:70px;
    width:120px;
    float:right;
    border-radius:0;
    padding:15px 10px;
}
body header .container_in{
    padding:0;
}
body header .container_in .amnu {
    right:2%;
}
body header .container_in .amnu .amnu_arrow {
    left:81%;
}
body #video_listing .video_listing_sec .video_listing_head .video_listing_title_area .m_filter_popup .select_wrapper .mobile_select {
    padding: 4px 10px;
}
body header .mob_lib_links{
    padding:0;
}
body header .mob_lib_links .mob_lib_links_left, body header .mob_lib_links .mob_lib_links_right{
    padding:0;
    text-align:center;
    color:#fff;
    padding:5px;
}
body header .mob_lib_links .mob_lib_links_left a,body header .mob_lib_links .mob_lib_links_right a{
    color:#fff;
}
body header .mob_lib_links .mob_lib_links_left{
    background:#b80500;
    color:#fff;
    text-transform: uppercase;
    font-weight:bold;
    text-align:center;
}
body header .mob_lib_links .mob_lib_links_right{
    background:#0086c1;
    color:#fff;
    text-transform: uppercase;
    font-weight:bold;
    text-align:center;
}
body .register_area .nav-pills {
    display:none;
}

.modal &:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -4px;
}
.modal.blockusernotify .modal-dialog{    
    vertical-align:middle;
    display:inline-block;
    text-align :left;
}
.modal{
    text-align: center;
    padding: 0!important;
    /*font-family:'SourceSansPro';*/                 
}
.modal .modal-dialog {
    display: block;
    text-align: left;
    vertical-align: middle;
}
.modal .modal-content{
    border-radius:0;
}
.modal-content p{
    font-family:'SourceSansPro';      
    font-size:1.3em;
    font-weight: lighter;
}
.modal .close{
    padding: 5px 6px;
    background-color: #418BC8;
    color: #fff;
    line-height: 15px;
    &:hover {
        filter: alpha(opacity=100);
        opacity: 1;
    }
}
