/* General styles
-------------------------------------------------*/
body{

	background: #f6f6f6;
	font-size: 16px;
}

.container{width:1154px;}

img{max-width: 100%}


/* Header
-------------------------------------------------*/
.top-header{
	background: #04856f;
	padding: 10px 0px 5px 0px;
}

.top-header ul.header-links li a{
	font-size: 14px;
	color: #fff;
}

.top-header ul.header-links li a:hover{
	text-decoration: none;
}

.breaking-news {}

#header .wrapper{
	background: #fff;
	padding:30px 0px;
}

.logo a{ display: block;}

.header-nav{
	background: #04856f;
	border-bottom:3px solid #085044;
}

.header-nav ul.nav li a {
    color: #fff;
    padding-bottom: 15px;
    padding-top: 13px;
    font-size: 13px;
}

.header-nav ul.nav li a:hover{
	background:#0baa8e;

}

.header-nav .home::before{
	content: "";
	display: block;
	height: 25px;
	width:26px;
	float: left;
	margin-right: 5px;
	background: url(../images/sprite.png) no-repeat;
	background-position: 0px -5px;
}

.header-nav .news::before{
	content: "";
	display: block;
	height: 35px;
	width: 27px;
	float: left;
	margin-right: 5px;
	background: url(../images/sprite.png) no-repeat;
	background-position: 0px -51px;
}

.header-nav .videos::before{
	content: "";
	display: block;
	height: 19px;
	width: 33px;
	float: left;
	margin-right: 5px;
	background: url(../images/sprite.png) no-repeat;
	background-position: 0px -100px;
}

.header-nav .articles::before{
	content: "";
	display: block;
	height: 20px;
	width: 25px;
	float: left;
	margin-right: 5px;
	background: url(../images/sprite.png) no-repeat;
	background-position: 0px -144px;
}

.header-nav .feedback::before{
	content: "";
	display: block;
	height: 20px;
	width: 25px;
	float: left;
	margin-right: 5px;
	background: url(../images/sprite.png) no-repeat;
	background-position: 0px -190px;
}

.header-nav .header-social li {
	display: inline-block;
	line-height: 40px;
	margin-left: 4px;
}


.header-nav .header-social{margin-top: 12px;}

.header-nav .header-social li a{
	display: block;
	width: 30px;
	height: 30px;
	position: relative;
	color: #04856f;
	text-align: center;
	background: #fff;
	border-radius: 2px;
}

.header-nav .header-social li a i{font-size: 24px;}

.video-wrap {
	background:#ebf6f1;
	padding-top: 20px;
}

.latest-video-wrap{
	display: block; 
	position: relative;
}

.latest-video-wrap img{
	display: block;
	width: 100%;
	height: auto;
}

.description{
   position:absolute; 
    bottom:0px; 
    left:0px;  
    width:100%;  
 	font-size:15px;  
   	background: rgba(67, 62, 62, 1);
    color:white;  
   	padding: 10px 8px 8px 8px;
    margin:0px; 
}

.description h4{
	margin-top: 0px;
	margin-bottom: 0px;
  
}
.latest-video-wrap.large h4 {
  max-width: 447px
  }

.description .info{float: left}

.latest-video-wrap span.date{
	display: block;
	font-size: 12px;
}

.latest-video-wrap a.btn-watch{
	background-color: transparent;
	border-color: transparent;
	color: #fff;
	padding-right: 0px;
	padding-bottom: 0px;
}



.latest-video-wrap h4 {
  font-size: 15px;
}

.latest-videos-wrap{
	display: block; 
	position: relative;
	margin-bottom: 10px;
}

.latest-videos-wrap img{
	display: block;
	width: 100%;
	height: auto;
}

.latest-videos-wrap .description{
   position:absolute; 
    bottom:0px; 
    left:0px;  
    width:100%;  
 	font-size:15px;  
   	background: rgba(67, 62, 62, 0.9);
    color:white;  
   	padding: 8px 8px 5px 8px;
    margin:0px; 
}

.latest-videos-wrap .description h5{
	margin-top: 0px;
	margin-bottom: 0px;
}

.latest-videos-wrap .description .info{float: left}

.latest-videos-wrap span.date{
	display: block;
	font-size: 10px;
}

.latest-videos-wrap a.btn-watch{
	background-color: transparent;
	border-color: transparent;
	color: #fff;
	padding-right: 0px;
	padding-bottom: 0px;
	font-size: 11px;
}

.latest-videos-wrap a.btn-watch::before{
	content: "";
	display: block;
	height: 19px;
	width: 28px;
	float: left;
	margin-right: 5px;
	background: url(../images/sprite.png) no-repeat;
	background-position: 0px -294px;
}


/* Body
-------------------------------------------------*/
#body-wrap{
	background: #fff;
	padding-bottom: 18px;
}

/**Latest Talkshows**/
.latest-talkshows h4{
	background: #04856f;
	color: #f6f6f6;
	padding: 13px 0px 10px 8px;
	margin-bottom: 18px;
	text-transform: uppercase;
}

.latest-talkshows h4 a.btn-view{
	display: inline-block;
border: transparent;
font-size: 12px;
padding: 3px 12px 3px 12px;
color: #fff;
background: #FFAE00;
border-radius: 3px;
margin-top: -3px;
}

.latest-talkshows .thumbnail{
	padding: 0px;
	border-radius: 5px 5px 0px 0px;
	margin-bottom: 10px;
}

.latest-talkshows .thumbnail .caption{
	background: #ebf6f0;
	height: 73px;
}

.latest-talkshows .thumbnail img {
width: 167px;
height: 120px;
}

.latest-talkshows .thumbnail .caption p{
	font-size: 13px;
	font-weight: 600;
  line-height: 14px;
}

.latest-talkshows .thumbnail .watch-video{
	background: #04856f;
}

.latest-talkshows .thumbnail .watch-video a.btn-watch{
	background-color: transparent;
	border-color: transparent;
	color: #f6f6f6;
	padding: 5px 0px;
	font-size: 11px;
}

.latest-talkshows .thumbnail .watch-video a.btn-watch::before{
	content: "";
	display: block;
	height: 19px;
	width: 24px;
	float: left;
	margin-right: 5px;
	background: url(../images/sprite.png) no-repeat;
	background-position: 0px -295px;
}

.latest-talkshows .thumbnail .watch-video a.btn-comment{
	background-color: transparent;
	border-color: transparent;
	color: #f6f6f6;
	padding: 5px 8px;
	font-size: 10px;
	display: inline-block;
}

/**Pagionations**/
.wp-pagenavi{
	background: #04856f;
	text-align: center;
	margin: 20px 0px;
}

.wp-pagenavi > a{
	border-radius: 5px;
	padding: 5px 10px;
	border: 3px solid #02715e;
	color:#000;
	font-size: 13px;
}

.wp-pagenavi > li:first-child > a{
	border-radius: 5px;
	margin-right: 10px;
}

.paginations .pagination-lg > li:nth-child(2) > a{margin-right: 8px;}

.paginations .pagination-lg > li:nth-child(8) > a{margin-left: 8px;}

.paginations .pagination-lg > li:last-child > a{
	margin-left: 10px;
}

/**Top Artilces**/
.top-articles h4{
	background: #04856f;
	color: #f6f6f6;
	padding: 13px 0px 10px 8px;
	margin-bottom: 18px;
	text-transform: uppercase;
}

.top-articles .caption {
min-height: 73px;
}

.top-articles img {
width: 162px;
height: 130px;
}
.top-articles .thumbnail{
	padding: 0px;
	border-radius: 0px;
	margin-bottom: 10px;
}

.top-articles .thumbnail .caption{
	background: #ebf6f0;
}

.top-articles .thumbnail .caption p{
	font-size: 11px;
	font-weight: 600;
}

.top-articles .thumbnail .watch-video{
	background: #04856f;
}

.top-articles .thumbnail .watch-video a.btn-watch{
	background-color: transparent;
	border-color: transparent;
	color: #f6f6f6;
	padding: 5px 0px;
	font-size: 11px;
}

.top-articles .thumbnail .watch-video a.btn-watch::before{
	content: "";
	display: block;
	height: 19px;
	width: 24px;
	float: left;
	margin-right: 5px;
	background: url(../images/sprite.png) no-repeat;
	background-position: 0px -295px;
}

.top-articles .thumbnail .watch-video a.btn-comment{
	background-color: transparent;
	border-color: transparent;
	color: #f6f6f6;
	padding: 5px 8px;
	font-size: 11px;
	display: inline-block;
}

/** Profiles**/
.profiles h4{
	background: #04856f;
	color: #f6f6f6;
	padding: 13px 0px 10px 8px;
	margin-bottom: 18px;
	text-transform: uppercase;
}

h4 a.btn-view{
		display: inline-block;
border: transparent;
font-size: 12px;
padding: 3px 12px 3px 12px;
color: #fff;
background: #FFAE00;
border-radius: 3px;
margin-top: -3px;
}

.profiles .thumbnail{
	padding: 0px;
	border-radius: 0px;
	margin-bottom: 10px;
}

.profiles .thumbnail .caption{
	background: #ebf6f0;
}

.profiles .thumbnail .caption p{
	font-size: 11px;
	font-weight: 600;
}

.profiles .thumbnail .watch-video{
	background: #04856f;
}

.profiles .thumbnail .watch-video a.btn-watch{
	background-color: transparent;
	border-color: transparent;
	color: #f6f6f6;
	padding: 5px 0px;
	font-size: 11px;
}

.profiles .thumbnail .watch-video a.btn-watch::before{
	content: "";
	display: block;
	height: 19px;
	width: 24px;
	float: left;
	margin-right: 5px;
	background: url(../images/sprite.png) no-repeat;
	background-position: 0px -295px;
}

.profiles .thumbnail .watch-video a.btn-comment{
	background-color: transparent;
	border-color: transparent;
	color: #f6f6f6;
	padding: 5px 8px;
	font-size: 11px;
	display: inline-block;
}

/**Top Rated**/
.top-rated{padding: 0px;}

.top-rated h4{
	background: #04856f;
	color: #f6f6f6;
	padding: 13px 0px 10px 8px;
	margin-bottom: 18px;
	text-transform: uppercase;
}

.top-rated .thumbnail{
	padding: 0px;
	border-radius: 0px;
	margin-bottom: 10px;
}

.top-rated .thumbnail .caption{
	background: #ebf6f0;
}

.top-rated .thumbnail .caption p{
	font-size: 11px;
	font-weight: 600;
}

.top-rated .thumbnail .watch-video{
	background: #04856f;
}

.top-rated .thumbnail .watch-video a.btn-watch{
	background-color: transparent;
	border-color: transparent;
	color: #f6f6f6;
	padding: 5px 0px;
	font-size: 10px;
}

.top-rated .thumbnail .watch-video a.btn-watch::before{
	content: "";
	display: block;
	height: 19px;
	width: 24px;
	float: left;
	margin-right: 5px;
	background: url(../images/sprite.png) no-repeat;
	background-position: 0px -295px;
}

.top-rated .thumbnail .watch-video a.btn-comment{
	background-color: transparent;
	border-color: transparent;
	color: #f6f6f6;
	padding: 5px 8px;
	font-size: 10px;
	display: inline-block;
}

/**ZemTv Search**/
.zemtv-search {
	-webkit-box-shadow: 0px 3px 4px -3px #99A3AD, 0px 0px 40px #EEEEEE;
	-moz-box-shadow: 0px 3px 4px -3px #99A3AD, 0px 0px 40px #EEEEEE;
	box-shadow: 0px 3px 4px -3px #99A3AD, 0px 0px 40px #EEEEEE;
	box-shadow: 0px 3px 4px -3px #99A3AD, 0px 0px 40px #EEEEEE;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	padding-bottom: 20px;
}

.zemtv-search h4{
	background: #04856f;
	color: #f6f6f6;
	padding: 13px 0px 10px 8px;
	margin-bottom: 18px;
	text-transform: uppercase;
}

.zemtv-search .input-group{
	width: 95%;
	margin: 0 auto;
}

.zemtv-search .input-group input{
	border-radius:0px;
	box-shadow:none;
	transition:none;
	border-right: 0px;
	background-color: #F0EFEF;
	height: 45px;
}

.zemtv-search .input-group .search-btn{
	background-color: #F0EFEF;
	border-radius:0px;
	height: 45px;
}

.zemtv-search .input-group .search-btn:hover{
	background-color: #F0EFEF;
	border-radius:0px;
}

/**Watch Live**/
.watch-live {
	text-align: center;
	-webkit-box-shadow: 0px 3px 4px -3px #99A3AD, 0px 0px 40px #EEEEEE;
	-moz-box-shadow: 0px 3px 4px -3px #99A3AD, 0px 0px 40px #EEEEEE;
	box-shadow: 0px 3px 4px -3px #99A3AD, 0px 0px 40px #EEEEEE;
	box-shadow: 0px 3px 4px -3px #99A3AD, 0px 0px 40px #EEEEEE;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	padding-bottom: 20px;
}

.watch-live h4{
	text-align: left;
	background: #04856f;
	color: #f6f6f6;
	padding: 13px 0px 10px 8px;
	margin-bottom: 18px;
	text-transform: uppercase;
}


/**User Videos**/
.user-videos {
	-webkit-box-shadow: 0px 3px 4px -3px #99A3AD, 0px 0px 40px #EEEEEE;
	-moz-box-shadow: 0px 3px 4px -3px #99A3AD, 0px 0px 40px #EEEEEE;
	box-shadow: 0px 3px 4px -3px #99A3AD, 0px 0px 40px #EEEEEE;
	box-shadow: 0px 3px 4px -3px #99A3AD, 0px 0px 40px #EEEEEE;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	padding-bottom: 20px;
}

.user-videos h4{
	text-align: left;
	background: #04856f;
	color: #f6f6f6;
	padding: 13px 0px 10px 8px;
	margin-bottom: 18px;
	text-transform: uppercase;
}

.user-videos .btn-addVideo{
	display: inline-block;
	color: #000;
	border: transparent;
	border-radius: 4px;
	font-size: 10px;
	padding: 5px 6px;
	text-transform: uppercase;
	float: right;
	margin-right: 10px;
}

.video-block{
	display: block;
	padding: 0px 20px;
}


.user-videos .video-block li{
	display: block;
	border-bottom: 1px solid #c0bfbf;
	padding-bottom: 18px;
	margin-bottom: 10px;
}

.user-videos .video-block .video{
	display: block;
	float: left;
	margin-top: 3px;
	padding-right: 10px
}

 .user-videos .video-content{margin-left: 90px ;}

.user-videos .video-content p{
	font-size: 11px;
	margin-bottom: 0px;
}

.user-videos .video-block .btn-comment{
	background-color: transparent;
	border-color: transparent;
	color: #000;
	padding: 0px ;
	font-size: 11px;
}

.user-videos .video-block .btn-comment:hover{
	background-color: transparent;
	border-color: transparent;
}

/**Advertisment**/
.advertisment {
	text-align: center;
	-webkit-box-shadow: 0px 3px 4px -3px #99A3AD, 0px 0px 40px #EEEEEE;
	-moz-box-shadow: 0px 3px 4px -3px #99A3AD, 0px 0px 40px #EEEEEE;
	box-shadow: 0px 3px 4px -3px #99A3AD, 0px 0px 40px #EEEEEE;
	box-shadow: 0px 3px 4px -3px #99A3AD, 0px 0px 40px #EEEEEE;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	padding-bottom: 20px;
}

.advertisment h4{
	text-align: left;
	background: #04856f;
	color: #f6f6f6;
	padding: 13px 0px 10px 8px;
	margin-bottom: 18px;
	text-transform: uppercase;
}

/**Programs**/
.programs {
	-webkit-box-shadow: 0px 3px 4px -3px #99A3AD, 0px 0px 40px #EEEEEE;
	-moz-box-shadow: 0px 3px 4px -3px #99A3AD, 0px 0px 40px #EEEEEE;
	box-shadow: 0px 3px 4px -3px #99A3AD, 0px 0px 40px #EEEEEE;
	box-shadow: 0px 3px 4px -3px #99A3AD, 0px 0px 40px #EEEEEE;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	padding-bottom: 20px;
}

.programs h4{
	text-align: left;
	background: #04856f;
	color: #f6f6f6;
	padding: 13px 0px 10px 8px;
	margin-bottom: 18px;
	text-transform: uppercase;
}

.programs ul li{
	list-style-type: square;
	color: #04856f;
}

.programs ul li a{
	font-size: 12px;
	color:#000;
	text-transform: uppercase;
}

/**Browse Channel**/
.browse-channel {
	-webkit-box-shadow: 0px 3px 4px -3px #99A3AD, 0px 0px 40px #EEEEEE;
	-moz-box-shadow: 0px 3px 4px -3px #99A3AD, 0px 0px 40px #EEEEEE;
	box-shadow: 0px 3px 4px -3px #99A3AD, 0px 0px 40px #EEEEEE;
	box-shadow: 0px 3px 4px -3px #99A3AD, 0px 0px 40px #EEEEEE;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	padding-bottom: 20px;
}

.browse-channel h4{
	text-align: left;
	background: #04856f;
	color: #f6f6f6;
	padding: 13px 0px 10px 8px;
	margin-bottom: 18px;
	text-transform: uppercase;
}

/**MISC**/
.npdr { padding-right: 0px }

.zembrowse {
  background: url('../images/zem-browse.png');
  width: 1107px;
  height: 97px;
  margin: 0 auto;
  margin-left: 15px;
  }

.brby {
  width: 310px;
  float: left
  }
.brby .list-inline {
  margin-bottom:2px
  }
.brby p {
  font-size: 11px
  }

.brprofile {
width: 240px;
float: left;
}

.brprofile .list-inline, .brprogram .list-inline, .brtv .list-inline {
margin-bottom: 0px;
padding-top: 9px;
}
.brprogram {
  width: 300px;
  float: left
  }

.brtv {
  padding: 0px;
width: 225px;
  float: left
  }

.video-wrap .large img {
width: 613px;
height: 349px;
}
.video-wrap .small img {
width: 421px;
height: 163px;
}

.video-wrap .col-xs-5 .col-xs-12 {
margin-bottom: 21px;
}

.copyright {
font-size: 11px;
vertical-align: middle;
}
.copyright p a {
color: #fff !important;
}
.copyright p { padding-top: 5px }

.zembrowse {
margin-top: 10px;
}
.home .zembrowse {
margin-top: 0px;
}
.category .post h4, .post-type-archive-profile .post h4, .tag .post h4 {
min-height: 70px;
}

.thumbnail:hover {
opacity: 0.8;
}


/* Enter Your Custom CSS Here */
/* CSS by AT */

.post-3 {  
    cursor: pointer;  
    height: 120px;  
    position: relative;  
    overflow: hidden;  
    width: 240px;  
    -webkit-box-shadow: 1px 1px 1px 1px #ccc;  
    -moz-box-shadow: 1px 1px 1px 1px #ccc;  
    box-shadow: 1px 1px 1px 1px #ccc;  
}  
.post-3 img {  
    position: absolute;  
    left: 0;  
    -webkit-transition: all 300ms ease-out;  
    -moz-transition: all 300ms ease-out;  
    -o-transition: all 300ms ease-out;  
    -ms-transition: all 300ms ease-out;  
    transition: all 300ms ease-out;  
}  

.post-3 .caption {  
    background-color: rgba(0,0,0,0.8);  
    position: absolute;  
    color: #fff;  
    z-index: 100;  
    -webkit-transition: all 300ms ease-out;  
    -moz-transition: all 300ms ease-out;  
    -o-transition: all 300ms ease-out;  
    -ms-transition: all 300ms ease-out;  
    transition: all 300ms ease-out;  
    left: 0;
    font-size: 14px;
}  


.post-3 .fade-caption, .post-3 .scale-caption {  
    opacity: 0;  
    width: 240px;  
    height: 120px;  
    text-align: left;  
    padding: 10px;  
}  

.post-3 button {
  color: #000;
}
.post-3:hover .fade-caption {  
    opacity: 1;  
}  
  
.btn-zem { background: #04856F; color: #fff }  

a:hover {text-decoration: none;}

h4.widget-title {
background: #04856f;
color: #f6f6f6;
padding: 13px 0px 10px 8px;
  margin-top: 0px;
margin-bottom: 18px;
text-transform: uppercase;
}

.page-id-323032 .post-323032 .entry-content .entry {
width: 219px;
float: left;
height: 273px;
padding: 19px;
}

.col-xs-6.npdr {
border-right: 1px solid #cccccc;
}

.widget:first-child {
margin-top: 10px;
}

.widget {
border-right: 1px solid #e5e5e5;
padding: 0px;
padding-bottom: 20px;
margin-bottom: 20px;
-webkit-box-shadow: 0px 0px 1px 0px rgba(50, 50, 50, 0.5);
-moz-box-shadow:    0px 0px 1px 0px rgba(50, 50, 50, 0.5);
box-shadow:         0px 0px 1px 0px rgba(50, 50, 50, 0.5);
}

/* CSS for search */

/*span.screen-reader-text {
display: none;
}*/

form.search-form {
width: 95%;
margin: 0 auto;
}

.copyright {
background: #04856f;
padding: 11px 10px 10px 10px;
color: #fff;
}

input.search-field {
border-radius: 0px;
box-shadow: none !important;
transition: none;
border-right: 0px;
background-color: #F0EFEF;
height: 45px;
border: none;
}

ul {
list-style-type: square;
color: #04856f;
}

.textwidget ul li a {
color: #000;
font-size: 14px;
}


/* CSS for page navi */

.wp-pagenavi {
padding: 20px 0;
}

.wp-pagenavi > a, .wp-pagenavi > span {
background: #FFFFFF;
}

.wp-pagenavi span.current {
border-radius: 5px;
padding: 3px 9px 4px;
/*  padding: 1px 8px 4px !important;*/
}

.wp-pagenavi > span {
 border-radius: 5px;
padding: 3px 6px 4px;
border: 3px solid #02715e;
} 
  
  
.wp-pagenavi a:hover {
border-color: #0C5A4D;
}

.wp-pagenavi span.current {
border-color: #FFFFFF;
border-width: 2px;
background: #04856F;
color: #fff;
border-style: solid;
}

/* videos section */

.watch-video .btn-watch {
background-color: transparent;
border-color: transparent;
color: #f6f6f6;
padding: 5px 0px;
font-size: 11px;
}

.watch-video .btn-comment {
background-color: transparent;
border-color: transparent;
color: #f6f6f6;
padding: 5px 8px;
font-size: 11px;
display: inline-block;
}

.watch-video .btn-watch::before {
content: "";
display: block;
height: 19px;
width: 24px;
float: left;
margin-right: 5px;
background: url(../images/sprite.png) no-repeat;
background-position: 0px -295px;
}

.home .thumbnail img {
  width: 167px !important;
  height: 120px !important;
  border-radius: 5px 5px 0px 0px;
}

.showmore a {
color: #fff !important;
font-size: 17px !important;
padding: 8px !important;
}
.mtphr-dnt-tick-contents a {
color: #fff;
font-size: 12px;
text-shadow: none !important;
}
.mtphr-dnt-inline-title {
float: left;
padding-right: 5px;
margin: 0px !important;
background: #fff;
padding: 6px;
font-size: 15px;
}
input#s {
box-shadow: none;
border-radius: 0px;
border-right: 0px;
}
input#searchsubmit {
border-radius: 0px;
}
.single-profile .thumbnail img {
width: 177px;
height: 120px;
}
.footer {
 padding-top: 10px;
 background: #f1f1f1;
 padding-bottom: 10px;
}

.search-results .post, .category .post, .post-type-archive-profile .post, .tag .post {
padding-bottom: 10px;
border-bottom: 1px solid #f1f1f1;
padding-top: 10px;
}
.search-results .post h4, .category .post h4, .post-type-archive-profile .post h4, .tag .post h4 {
padding-top: 0px;
}

.search-results .post img, .category .post img, .post-type-archive-profile .post img, .tag .post img {
width: 162px;
height: 133px;
border: 1px solid #f1f1f1;
border-radius: 5px;
}

.mashsb-container {
padding-top: 10px;
padding-bottom: 10px;
border-bottom: 1px solid #F0F0F0;
margin-bottom: 20px;
}

.latest-video-wrap.small h4 {
max-width: 271px;
font-size: 13px;
}
.tags-links { display: none;}

/* Enter Your Custom CSS Here */
.top-rated .thumbnail .caption p {
font-size: 13px;
font-weight: 600;
line-height: 14px;  
}

.profiles .thumbnail .caption {
height: 60px;
}

.watch-video a {
color: #fff !important;;
font-size: 10px !important;;
text-transform: uppercase !important;;
}
.livenews .thumbnail {
min-height: 277px !important;
padding-top: 14px;
}
.watch-video {
  height: 24px; 
}

.profile .attachment-post-thumbnail {
width: 216px !important;
height: 200px !important;
}

.uservideos {
padding-left: 15px;
padding-right: 2px;
}

.uservideos li {
list-style-type: none;
}

.uservideos li img {
float: left;
margin: 5px;
}

.utext a {
font-size: 13px !important;
font-weight: bold;
}

.uservideos li {
list-style-type: none;
border-bottom: 1px dashed;
margin-bottom: 7px;
margin-top: 7px;
}


/* DROPDOWN START  */
.dropdown ul {
	display: none;
  	position: absolute;
	background: rgb(4, 133, 111);
	z-index: 99999999;
}

.dropdown:hover ul {
	display: block;
  	padding-left: 0px;
}

.dropdown ul li {
	padding-top: 15px;
	padding-bottom: 14px;
  	width: 211px;
	padding-left: 25px;
	list-style: none;
}

.dropdown ul li:hover {
	background: #0baa8e;
}

.dropdown ul li:first-child {
border-top: 3px solid #085044;
}
/* DROPDOWN END  */


.uservideos span.comments a {
	color: #62B829;
	display: block;
}
.textwidget .btn-zem {
background: #04856F;
color: #fff;
width: 90%;
margin-left: 17px;
font-size: 16px;
}

ul.uservideos { padding-left: 2px; list-style: none !important; } .uservideos li a img { float: left; width: 100px; padding-right: 7px; margin-bottom: 10px; height: 80px; } .utext { } .uservideos li { background: #EAF5EF; margin-bottom: 5px; cursor: pointer; transition: 0.8s all; } .uservideos li:hover { background: #D1EFDF; }


.uservideos { padding: 0px }

.uservideos li {
list-style-type: none;
}

.uservideos li img {
float: left;
margin: 5px;
}

.utext a {
font-size: 13px !important;
}

.uservideos li {
list-style-type: none;
border-bottom: 1px dashed;
margin-bottom: 7px;
margin-top: 7px;
}

.uservideos span.comments a {
	color: #62B829;
	display: block;
}
.textwidget .btn-zem {
background: #04856F;
color: #fff;
width: 90%;
margin-left: 17px;
font-size: 16px;
}

.uservideos {
	background-color: #ffffff
}
.userpost {
background: #F6FFEE;
overflow: hidden;
padding-left: 10px;
padding-right: 10px;
margin-bottom: 5px;
border-bottom: 1px dashed #0B6E41;
padding-bottom: 5px;
padding-top: 5px;
}
.upic {
	width: 75px;
	float: left;
}
.upic img, .upic a img {
	border: 0.2px solid #c9c9c9;
	padding: 2px;
	margin: 2px;
	background: #e5e5e5;
	width: 75px;
	height: 65px;
}
.utext {
	width: 224px;
	float: left;
	font-weight: bold;
	font-size: 12px;
	line-height: 16px;
	margin-left: 20px;
}

.utext .utitle {
	display: block;
	height: 57px;
	overflow: hidden;
}
.uservideos span.comments a {
	color: #62B829;
	display: block;
}


#uservideos_wraper .user-buttons .pagination {
	float: right;
	-webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

#uservideos_wraper .user-buttons .pagination .user-button {
color: #FFF;
background: #04856F;
padding: 9px;
font-size: 12px;
font-weight: bold;
cursor: pointer;
float: left;
margin-right: 5px;
text-align: center;
width: 76px;
}

#uservideos_wraper .user-buttons .pagination .user-button.previous {
	display: none;
}
#uservideos_wraper .user-buttons #loading {
	width: 31px;
	height: 31px;
	float: left;
	display: none;
	background: url('http://www.zemtv.com/wp-content/uploads/2014/12/image_778365.gif');
	position: relative;
	top: -1px;
	right: 17px;
}
.viewall a {
width: 125px;
background: #04856F;
color: #fff;
padding: 9px;
float: left;
text-align: center;
font-size: 12px;
margin-left: 5px;
}
.pagination { margin: 0px }

