.videos-heading,.videos-pub{
    font-weight:600
}
.more a,.videos-buttons ul li a{
    text-decoration:none
}
.videos-search-wrapper{
   padding: 20px;
  background: #f2f2f2;
}
.videos-search-content {margin: 0 auto;max-width: 600px;position: relative;}
.videos-searchbox {
  font-size: 14px;
  color: #666;
  padding: 0 1%;
  border: 0 none;
  width: 98%;
  outline: none;
  display: block;
  height: 40px;
  line-height: 40px;
  margin: 0px;
}
.video-submit {
  cursor: pointer;
  background: #e62117 center center;
  float: right;
  width: 40px;
  height: 40px;
  border: 0 none;
  position: absolute;
  top: 0;
  right: 2px;
}
.video-submit i{font-size: 20px;    color: #FFF;    padding: 10px;}
.videos-breadcrumb {
  margin: 10px 0 0;
  padding: 0 0 5px 0;
  font-size: 14px;
  color: #000;
}

.videos-breadcrumb span {
  float: left;
  padding: 0 5px 0 0;
}

.videos-breadcrumb a {
  color: #0066cc;
  padding: 0 5px 0 0;
  float: left;
}
.videos-details>div{
    display:inline-block;
    margin-right:30px;
    color:#797777;
    font-weight:400
}
.videos-content{
    margin:20px 0 0
}
.videos-content .videos-left{
    float:left;
    width:660px
}
.videos-content .videos-left ul li{
    margin-bottom:20px;
    position:relative;
    height:450px
}
.videos-content .videos-left ul li a{
    color:#000;
    font-weight:600;
    text-decoration:none
}
.icon .text:hover,.videos-text:hover{
    text-decoration:underline
}
.videos-content .videos-left ul li a.videos-share{
    position:absolute;
    right:0;
    bottom:45px
}
.videos-content .videos-left ul li a.videos-share i{
    font-size:24px;
    color:#c2c0c1
}
.videos-content .videos-left ul li a.videos-share:hover i{
    color:#a9a6a8
}
.videos-content .videos-right{
    float:right;
    width:300px
}
.videos-text {
  font-size: 22px;
  padding-top: 10px;
  float: left;
  width: 550px;
  line-height: 28px;
}
.videos-cat{
    font-size:14px;
    text-align:right;
    padding-top:10px
}
.videos-cat a{
    color:#fe0000!important
}
.videos-cat:hover a{
    color:#cb0000!important
}
.videos-image img{
    width:100%;
    display:block
}
.videos-image:hover .videos-time{
    background-color:#000
}
.videos-time{
    position:absolute;
    bottom:0;
    z-index:99999;
    color:#fff;
    padding:3px 10px;
    right:0;
    font-size:14px;
    background-color:rgba(0,0,0,.8);
    -moz-transition:all .2s ease-in;
    -o-transition:all .2s ease-in;
    -webkit-transition:all .2s ease-in;
    transition:all .2s ease-in
}
.videos-icon{
    position:relative
}
.videos-icon:after,.videos-icon:before{
    content:"";
    position:absolute;
    top:0;
    right:0;
    left:0;
    bottom:0;
    margin:auto;
    display:block;
    -moz-transition:all .2s ease-in;
    -o-transition:all .2s ease-in;
    -webkit-transition:all .2s ease-in;
    transition:all .2s ease-in
}
.videos-icon:before{
    width:64px;
    height:64px;
    border-radius:50%;
    border:8px solid rgba(255,255,255,.5)
}
.videos-icon:after{
    width:0;
    height:0;
    left:0;
    border-left:solid 20px rgba(255,255,255,.5);
    border-top:solid 15px transparent;
    border-bottom:solid 15px transparent
}
.videos-icon:hover:before{
    border-color:#fff
}
.videos-icon:hover:after{
    border-left-color:#fff
}
.videos-heading{
    font-size:22px;
    padding:0;
    font-weight:400;
    line-height:30px
}
.videos-desc{
    font-size:16px;
    line-height:24px;
    height:301px;
    margin-top:10px;
    overflow:auto
}
.videos-slider{
    background:#f4f4f4;
    border:thin solid #dbdbdb;
    margin-top:10px;
    padding:20px 50px
}
.videos-slider .bx-wrapper{
    position:relative
}
.videos-slider .bx-wrapper .bx-controls-direction a{
    position:absolute;
    top:0;
    width:27px;
    height:30px;
    bottom:60px;
    margin:auto;
    text-indent:-9999px
}
.videos-slider .bx-wrapper .bx-controls-direction a:before{
    content:"";
    position:absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    margin:auto;
    display:block;
    width:15px;
    height:15px;
    border-left:solid 4px #363636;
    border-bottom:solid 4px #363636;
    -moz-transform:rotate(45deg);
    -ms-transform:rotate(45deg);
    -webkit-transform:rotate(45deg);
    transform:rotate(45deg)
}
.videos-slider .bx-wrapper .bx-controls-direction a.bx-prev{
    left:-30px
}
.videos-slider .bx-wrapper .bx-controls-direction a.bx-next{
    right:-30px
}
.videos-slider .bx-wrapper .bx-controls-direction a.bx-next:before{
    -moz-transform:rotate(-135deg);
    -ms-transform:rotate(-135deg);
    -webkit-transform:rotate(-135deg);
    transform:rotate(-135deg)
}
.videos-buttons ul li a i{
    font-size:18px;
    color:#c2c0c1;
    margin-right:5px;
    vertical-align:middle
}
.icon,.videos-buttons ul li a{
    color:#000;
    font-weight:600;
    font-size:14px;
    display:block
}
.videos-buttons{
    padding:10px 0
}
.videos-buttons ul li{
    list-style-type:none;
    float:left;
    width:25%
}
.icon{
    line-height:22px
}
.icon .image{
    position:relative
}
.icon .image img{
    width:100%;
    display:block
}
.icon .text{
    padding-top:10px;
    min-height:45px;
    font-weight:400;
    font-size:16px;
}
.icon .text1{
    padding-top:10px;
    height:45px;
    font-weight:400;
    font-size:16px;
    overflow:hidden;
}
.icon .videos-time.videos-icon{
    padding-left:30px;
    position:absolute
}
.icon .videos-time.videos-icon:before{
    width:15px;
    height:15px;
    right:initial;
    left:4px;
    border:2px solid rgba(255,255,255,.5)
}
.icon .videos-time.videos-icon:after{
    right:initial;
    left:12px;
    border-left:solid 6px rgba(255,255,255,.5);
    border-top:solid 4px transparent;
    border-bottom:solid 4px transparent
}
.icon:hover .videos-time.videos-icon{
    background:#000
}
.icon:hover .videos-time.videos-icon:before{
    border:2px solid #fff
}
.icon:hover .videos-time.videos-icon:after{
    border-left:solid 6px #fff
}
.videos-block{
    border-bottom:solid thin #dbdbdb;
    padding-bottom:15px
}
.videos-block.col2 ul li{
    width:48%;
    margin-right:4%;
    float:left;
    height:220px
}
.videos-block.col2 ul li:nth-child(2n){
    float:right;
    margin-right:0
}
.videos-block.col5 ul li{
    width:185px;
    float:left;
    margin-right:12px
}
.videos-block.col5 ul li:nth-child(5n){
    margin-right:0
}
.videos-block.row ul li{
    border:none!important;
    padding-bottom:10px
}
.videos-block.row ul li:last-child{
    padding-bottom:0
}
.v-more{
    font-size:14px;
    padding:10px;
    text-align:right
}
.more a{
    color:#06c;
    font-size:14px
}
.ad-300-250{
    padding-bottom:15px
}
.videos-mainheading{
    font-size:16px;
    color:#000;
    padding:10px;
    float:left
}
.videos-subscribe{
    float:right;
    padding:6px 10px 0 0
}
.videos-head{
    font-size:18px;
    color:#444;
    font-weight:700;
    margin-bottom:12px;
    border-bottom:1px solid grey;
    padding-bottom:5px;
    text-transform: uppercase;
}
.videos-share-links {
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background: rgba(255, 255, 255, 0.8);
  padding: 10px 0;
  float: right;
}
.videos-share-links a {
  width: 30px;
  height: 30px;
  margin: 0 0 0 5px;
  float: left;
  border-radius: 50%;
  font-size: 15px;
  font-weight: bold;
  color: #fff!important;
  line-height: 30px;
  text-align: center;
}

.videos-share-links a.share-fb {background: #315c97;}
.videos-share-links a.share-whatsapp {background: #35bc20;}
.videos-share-links a.share-twitter {background: #39a9e0;}
.videos-share-links a.share-gplus {background: #dd4b39;}
.os-gototop{
    position:fixed;
    z-index:9999999;
    bottom:20px;
    right:180px
}
.os-gototop a{
    display:block;
    width:40px;
    height:40px;
    border-radius:2px;
    background:#09091d;
    visibility:hidden;
    opacity:0;
    position:relative;
    transition:all ease-in-out .3s;
    -webkit-transition:all ease-in-out .3s;
    -moz-transition:all ease-in-out .3s;
    -o-transition:all ease-in-out .3s
}
.os-gototop a.nav-down{
    visibility:visible;
    opacity:1
}
.os-gototop a:before{
    content:"";
    width:10px;
    height:10px;
    border-left:solid 2px #fff;
    border-top:solid 2px #fff;
    position:absolute;
    top:8px;
    left:0;
    right:0;
    bottom:0;
    margin:auto;
    transform:rotate(45deg);
    -webkit-transform:rotate(45deg);
    -moz-transform:rotate(45deg);
    -ms-transform:rotate(45deg);
    -o-transform:rotate(45deg)
}
.sr-spinner{
    float:right;
    width:40px;
    height:29px;
    border:0;
    position:absolute;
    top:0px;
    right:0px;
    background:#CCC;
    text-align:center;
    padding-top:11px;
    display:none
}
.bx-wrapper{
    max-width:890px!important
}

/* NEW  */
.videos-heading, .videos-breadcrumb {position: relative;}
.videos-heading i {cursor: pointer;font-size: 16px;}
.videos-popup-catlinks {position: absolute;left: 0;top: 30px;background: #f5f5f5;padding: 10px;box-shadow: 0px 2px 4px #dedede;z-index: 10000;width: 180px;display: none;-moz-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	-webkit-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;}
.category-link.open-popup .videos-popup-catlinks {display: block;}
.category-link.open-popup .catarrow {transform: rotate(180deg);}
.videos-popup-catlinks  ul li {list-style-type: none;display: block;font-size: 16px;color: #000;margin: 0!important;line-height: 20px;}
.videos-popup-catlinks  ul li a {display: block;padding: 5px;color: #000;float: none;text-decoration: none;}
.videos-popup-catlinks  ul li a:hover {color: #ff0000;}
.videos-breadcrumb-cat {color: #ff0000;cursor: pointer;}

.oi-follow-heading {font-size: 15px;font-weight: bold;text-transform: uppercase;padding-bottom: 10px;}
.oi-follow-heading img {vertical-align: middle;}

.videos-details {
  margin: 10px 0;
  font-size: 14px;
  color: #666;
  font-weight: 400;
}
.videos-details > div {
  display: inline-block;
  padding-right: 20px;
  border-right: 1px solid #ccc;	
  margin-right: 20px;
}
.oi-news {margin-bottom: 20px;}
.oi-news-block {
  width: 310px;
  float: left;
  margin-right: 35px;
}
.oi-news-block:last-child {
  margin-right: 0;
}
.oi-heading {
  background: #f2f2f2;
  line-height: 35px;
  height: 35px;
  position: relative;
}
.oi-heading a {
  font-size: 18px;
  font-weight: bold;
  padding: 0 10px;
  text-transform: uppercase;
  color: #000000;
  text-decoration: none;
  position: relative;
  display: block;
}
.main-more-news ul li {
    list-style-type: none;
    /* border-bottom: 1px solid #ebebeb; */
    padding: 10px 0;
    float: left;
    width: 32%;
    margin: 0 1.5% 0 0;
}
.main-more-news ul li:nth-child(3n) {margin-right: 0;}

.oi-news-block .main-more-news ul li {
    list-style-type: none;
    border-bottom: 1px solid #ebebeb;
    padding: 10px 0;
    float: none;
    width: 100%;
    margin: 0;
}
.main-more-news a {
    color: #000000;
}
.main-more-news .news-thumbimg {
    width: 105px;
    float: left;
    margin: 0 10px 0 0;
    position: relative;
    margin: 0 auto;
    overflow: hidden;
}
.main-more-news .news-thumbimg img {
    width: 100%;
    display: block;
}
.main-more-news .news-desc {
    font-size: 16px;
    color: #000;
    font-weight: 400;
    line-height: 24px;
    margin-left: 110px;
}
.news-thumbimg .videos-icon {
    position: absolute;height: 20px;
    bottom: 0;
    z-index: 9999999;
    color: #fff;
    padding: 3px 14px;
    right: 0;
    font-size: 14px;
    background-color: rgba(0, 0, 0, 0.5);
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}
.news-thumbimg .videos-icon::before {
    width: 15px;
    height: 15px;
    right: initial;
    left: 4px;
    border: solid 2px rgba(255, 255, 255, 1);
}
.news-thumbimg .videos-icon::after {
    right: initial;
    left: 12px;
    border-left: solid 6px rgba(255, 255, 255, 1);
    border-top: solid 4px transparent;
    border-bottom: solid 4px transparent;
}