html{
	font-family: 'kiron', SolaimanLipi, Siyamrupali, Arial, Vrinda, FallbackBengaliFont, Helvetica, sans-serif ;
}
body{
	
	overflow:auto;
	width:100%;
	font-family: 'kiron',  Siyamrupali, SolaimanLipi, Arial, Vrinda, FallbackBengaliFont, Helvetica, sans-serif ;
}
.uk-card-default{
	color:#000;
}
.uk-h1, .uk-h2, .uk-h3, .uk-h4, .uk-h5, .uk-h6, h1, h2, h3, h4, h5, h6{
	font-family: 'kiron', SolaimanLipi, Siyamrupali, Arial, Vrinda, FallbackBengaliFont, Helvetica, sans-serif ;
	letter-spacing: 0.02em;
}
.site-main{
	font-family: 'kiron', SolaimanLipi, Siyamrupali, Arial, Vrinda, FallbackBengaliFont, Helvetica, sans-serif ;
	width:100%;
	float:left;
	position:relative;
}
.top-section{ background: #dadada;}
.post-title{ font-size: 18px; line-height:1;}
.post-title a{
	font-size: .90em;
	line-height: 1.4;
}
a:hover{
	text-decoration:none;
	opacity:.8;
}
.post-lists-container{ width:100%; float:left;  }
.article-container{ width:100%; float:left; padding:10px; }
.article-container article{ border:1px solid #DDD; padding:10px; background:rgba(255,255,255,.5); }
.article-container article .entry-header{ padding-bottom:0px; }
.article-container article .entry-title{ font-size: 18px; }
.article-container article .entry-content{ font-size: 16px; line-height:1.5; }

.post-item-container{ width:100%; float:left; position:relative;  }
.post-item{ width:100%; float:left; position:relative; background:#FFF; padding: 5px;}
.post-item .post-image{ width:100%; min-height: 30px;}
.post-item .post-image img{ width:100%; }
.post-item .caption{ width:100%; padding:10px 10px; position:relative; }
.post-item .caption .category-name{ 
	float:left;
	font-size: 18px; 
	background-color: #DB0909;
	border-color: #DB0909;
	font-family: "Rajdhani",sans-serif; 
	position: absolute;
	bottom: 100%;
}
.post-item .caption .category-name a{
	padding:7px;
	color:#FFF;
	letter-spacing: .10em;
}

.post-item .caption h3{ font-size:18px; }
.post-item .caption h3 a{ font-size:18px; display:block; }
.post-item .caption h6{ font-size: 12px; font-weight: normal; text-transform: uppercase; margin:0;}

.special_block{ background:#c6c6c6; width:100%; float:left; padding:10px; }
.special_block .post-lists-container{ padding:20px 10px; width:100%; float:left; min-height: 180px; }
.special_block .post-lists-container .post-title{ font-size: 18px; color:#000; padding:10px 5px 10px 30px; position:relative; }
.special_block .post-lists-container .post-title i{  font-size: 20px; position: absolute; left: 0; }
.special_block .post-lists-container .post-title a{ font-size: 18px; color: #000; line-height: 24px; }

.special_block .post-item .caption{ 
	padding: 40px 20px 15px;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 26;
	width: 100%;
	background: transparent linear-gradient(to bottom, transparent 0px, #222 100%);
	color:#FFF;
}
.special_block .post-item .caption .category-name{ position: relative; margin-bottom: 5px; color:#FFF;} 
.special_block .post-item .caption .category-name a{ color:#FFF;} 
.special_block .post-item .caption a{ color:#FFF;}
.special_block .post-item .caption h6 a{ color:#ddd;}

.featured_block{ width:100%; float:left; }
.featured_block .post-item .caption{  
	background: #c6c6c6;
	color:#000;
	min-height: 90px;
}
.featured_block .post-item .caption .category-name{ position: absolute; bottom: 100%; color:#FFF; } 
.featured_block .post-item .caption .category-name a{ color:#FFF; } 
.featured_block .post-item .caption a{ color:#000;}
.featured_block .post-item .caption h6 a{ color:#333;}


#commentform{
	max-width: 600px;
}
#commentform label{
	float:left;
}
#commentform .required{
	float:left;
}
#commentform input,
#commentform textarea
{
	padding: 5px 10px;
}



/******************************************************************
* Category Start 
******************************************************************/

/* section heighlight */


.section-heighlight{
    padding: 20px 0; 
    border-top: 10px solid #005A91;
    background: #F4F7FC;

}
.section-heighlight .container{

}
.section-heighlight ul{
    padding-left: 20px;
}

.section-heighlight .heading{
    font-size: 1.4rem;
    font-weight: 500;
    text-align: left;
    font-variant: small-caps;
    border-bottom: 2px solid #ddd;
    padding: 5px 0;
    margin: 0 0 10px;
}
.section-heighlight .heading .btn{
    font-size: 1.4rem;
    font-weight: 500;
    text-align: center;
    font-variant: small-caps;
    width:200px;
    background:#A52521;
    border-radius:0;
}

.section-heighlight .image{
    text-align: center;
}
.section-heighlight .image img{

}

.section-heighlight .item{
    vertical-align: top;
    width:33.33%;
    margin:0px -2px;
    padding:7px;
    display:inline-block;	
}
.section-heighlight .article{    
    padding:7px;
    width:100%;
    float:left;
    background-color:#FFF;
}

.section-heighlight .post-title{
    font-size:1.2rem;
}
.section-heighlight .post-thumbnail{
    text-align: center;
}
.section-heighlight .post-thumbnail img{
    width:100%;

}

.section-heighlight .title span.large{
    font-size: 2rem;
    font-weight: 600;
    color: #0168AD;
}
.section-heighlight .title span.mediam{
    font-size: 1.2rem;
    font-weight: 600;
}
.section-heighlight .title span.small{
    font-size: .8rem; 
    font-weight: 600;
    color: #000;
}
.section-heighlight p{

}
/* category-posts */
.section-recent{
    padding: 15px 0;
	background: #EDEDEF;
}
.section-category{
    padding: 0px 0;
	background: #FFF;
}
.category-container{
	padding: 30px 10px;
	width: 100%;
	display: block;
	float: left;
	
}
.customised-block .category-container{
	padding-top: 10px;
	padding-bottom: 10px;
}

.homepage1.customised-block .special_block{
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 0;
	padding-bottom: 0;
	background:transparent;
}
.homepage1.customised-block .special_block .lSSlideOuter{
	border: 2px solid #ddd;
}

.homepage1.customised-block .featured_block{
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0;
	padding-bottom: 0;
	
}
.homepage1.customised-block .category-container{
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 0;
	padding-bottom: 0;
}
.homepage1.customised-block .post-item .caption{
	padding: 10px 5px 10px;
}

.heading.cat_4{
    border-bottom:2px solid #FD5B03 !important; 
}
.heading.cat_4 h2{
    background: #FD5B03 !important;
    color:#FFF;
}
.heading.cat_8{
    border-bottom:2px solid #71BA51 !important; 
}
.heading.cat_8 h2{
    background: #71BA51 !important;
    color:#FFF;
}
.heading.cat_3{
    border-bottom:2px solid #BADA55 !important; 
}
.heading.cat_3 h2{
    background: #BADA55 !important;
    color:#FFF;
}
.heading.cat_18{
    border-bottom:2px solid #D8335B !important; 
}
.heading.cat_18 h2{
    background: #D8335B !important;
    color:#FFF;
}
.heading.cat_5{
    border-bottom:2px solid #8870FF !important; 
}
.heading.cat_5 h2{
    background: #8870FF !important;
    color:#FFF;
}
.heading.cat_16{
    border-bottom:2px solid #83D6DE !important; 
}
.heading.cat_16 h2{
    background: #83D6DE !important;
    color:#FFF;
}
.heading.cat_2{
    border-bottom:2px solid #00B5B5 !important; 
}
.heading.cat_2 h2{
    background: #00B5B5 !important;
    color:#FFF;
}

.category-posts{
    position: relative;
    margin: 0;
    padding: 0;
    width: 100%;
    float: left;
}
.category-posts .heading{
    border-bottom: 2px solid #aa0000; 
    font-variant: small-caps;
    font-weight: 500;
    margin: 0 0 5px;
    padding:0;
    text-align: left;
    float: left;
    width: 100%;
}
.category-posts .heading h2{
    background: #aa0000 ;
    color: #fff;
    float: left;
    font-size: 18px;
    margin: 0;
    padding: 5px 10px;
}

.category-posts ul{
    position: relative;
    margin: 0;
    padding: 0;
}
.category-posts ul li{
    position: relative; 
    margin: 0 1% !important;
    padding: 7px 0 !important;
    list-style-type: none;
}
.category-posts ul li img{
    width: 100%;
}

.category-posts ul li a{
    display: block;
    font-size: 18px;
    line-height: 1.3;
    font-weight: normal;


}
.category-posts ul li a:hover{
    text-decoration: none;
}

.category-posts ul li .post-image{ 
    overflow: hidden;
}
.category-posts ul li .post-image img{ 
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}


.category-posts ul li .post-image:hover img{
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}


.category-posts ul li:first-child{
    width: 58%;
    float: left;
    padding: 0px !important;
}
.category-posts ul li:first-child  .post-image{
    width: 100%;
    float: left;

}
.category-posts ul li:first-child  .caption{
    width: 100%;
    float: left;
    padding: 10px 5px;
    position: absolute;
    bottom: 0;
    background: rgba(0, 0, 0, 0) linear-gradient(to top, rgba(0, 0, 0, 0.8) 0px, rgba(0, 0, 0, 0) 100%) repeat scroll 0 0;
}
.category-posts ul li:first-child  .caption h4{
    margin: 0;
}
.category-posts ul li:first-child  .caption h4 a{
    display: block;
    font-size: 18px;
    line-height: 1.3;
    color: #FFF;
}
.category-posts ul li:first-child  .caption .posted-on,
.category-posts ul li:first-child  .caption .posted-on a{
    color: #FFF;
}

.category-posts ul li h6{
    display: none;
}


.category-posts ul li:nth-child(2),
.category-posts ul li:nth-child(3),
.category-posts ul li:nth-child(4),
.category-posts ul li:nth-child(5),
.category-posts ul li:nth-child(6),
.category-posts ul li:nth-child(7){
    border-bottom: 1px solid #ddd;
    display: table;
    float: left;
    width: 38%;
}
.category-posts ul li:nth-child(2) .post-image,
.category-posts ul li:nth-child(3) .post-image,
.category-posts ul li:nth-child(4) .post-image,
.category-posts ul li:nth-child(5) .post-image,
.category-posts ul li:nth-child(6) .post-image,
.category-posts ul li:nth-child(7) .post-image
{
	display: table-cell;
	vertical-align:top;
    width: 65px;
}
.category-posts ul li:nth-child(2) .caption,
.category-posts ul li:nth-child(3) .caption,
.category-posts ul li:nth-child(4) .caption,
.category-posts ul li:nth-child(5) .caption,
.category-posts ul li:nth-child(6) .caption,
.category-posts ul li:nth-child(7) .caption{
    display: table-cell;
	vertical-align:top;
    padding: 2px 5px;
}
.category-posts ul li:nth-child(2) .caption h4,
.category-posts ul li:nth-child(3) .caption h4,
.category-posts ul li:nth-child(4) .caption h4,
.category-posts ul li:nth-child(5) .caption h4,
.category-posts ul li:nth-child(6) .caption h4,
.category-posts ul li:nth-child(7) .caption h4{
    margin: 0;
}
.category-posts ul li:nth-child(2) .caption h4 a,
.category-posts ul li:nth-child(3) .caption h4 a,
.category-posts ul li:nth-child(4) .caption h4 a,
.category-posts ul li:nth-child(5) .caption h4 a,
.category-posts ul li:nth-child(6) .caption h4 a,
.category-posts ul li:nth-child(7) .caption h4 a{

    display: block;
    font-size: 18px;
    font-weight: normal;
    line-height: 1.3;
    color: #333354;
}

.category-posts ul li:nth-child(n+7){
    display: none;
}


/**********************************/
.category-posts_2{
    position: relative;
    margin: 0;
    padding: 0;
    width: 100%;
    float: left;
}
.category-posts_2 .heading{
    border-bottom: 2px solid #aa0000; 
    font-variant: small-caps;
    font-weight: 500;
    margin: 0 0 5px;
    padding:0;
    text-align: left;
    float: left;
    width: 100%;
}
.category-posts_2 .heading h2{
    background: #aa0000 ;
    color: #fff;
    float: left;
    font-size: 18px;
    margin: 0;
    padding: 5px 10px;
}

.category-posts_2 ul{
    position: relative;
    margin: 0;
    padding: 0;
}
.category-posts_2 ul li{
    position: relative; 
    margin: 0.5% !important;
    padding: 0 !important;
    list-style-type: none;
}
.category-posts_2 ul li img{
    width: 100%;
}

.category-posts_2 ul li a{
    display: block;
    font-size: 18px;
    line-height: 1.3;
    font-weight: normal;

}
.category-posts_2 ul li a:hover{
    text-decoration: none;
}




.category-posts_2 ul li{
    width: 49%;
    float: left;
}
.category-posts_2 ul li  .post-image{
    width: 100%;
    float: left; 
    overflow: hidden;
} 
.category-posts_2 ul li  .post-image img{
    width: 100%;
    float: left;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s; 
} 

.category-posts_2 ul li .post-image:hover img{
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.category-posts_2 ul li  .caption{
    width: 100%;
    float: left;
    padding: 10px 5px;
    position: absolute;
    bottom: 0;
    background: rgba(0, 0, 0, 0) linear-gradient(to top, rgba(0, 0, 0, 0.8) 0px, rgba(0, 0, 0, 0) 100%) repeat scroll 0 0;
}
.category-posts_2 ul li .caption h4{
    margin: 0;
}
.category-posts_2 ul li .caption h4 a{
    display: block;
    font-size: 18px;
    line-height: 1.3;
    color: #FFF;

}
.category-posts_2 ul li h6{
    display: none;
}
.category-posts_2 ul li:nth-child(n+5){
    display: none;
}
/**********************************/
.category-posts_3{
    position: relative;
    margin: 0;
    padding: 0;
    width: 100%;
    float: left;
}
.category-posts_3 .heading{
    border-bottom: 2px solid #aa0000; 
    font-variant: small-caps;
    font-weight: 500;
    margin: 0 0 5px;
    padding:0;
    text-align: left;
    float: left;
    width: 100%;
}
.category-posts_3 .heading h2{
    background: #aa0000 ;
    color: #fff;
    float: left;
    font-size: 18px;
    margin: 0;
    padding: 5px 10px;
}

.category-posts_3 ul{
    position: relative;
    margin: 0;
    padding: 0;
}
.category-posts_3 ul li{
    position: relative; 
    margin: 0.5% !important;
    padding: 3px 0 ;
    list-style-type: none;
}
.category-posts_3 ul li img{
    width: 100%;
}

.category-posts_3 ul li a{
    display: block;
    font-size: 18px;
    line-height: 1.3;
    font-weight: normal;

}
.category-posts_3 ul li a:hover{
    text-decoration: none;
}



.category-posts_3 ul li:nth-child(1){
    width: 49%; 
	display: block;
	padding: 0 ;
}
.category-posts_3 ul li:nth-child(2){
    width: 49%; 
	display: block;
	padding: 0 ;
}

.category-posts_3 ul li:nth-child(1) .post-image,
.category-posts_3 ul li:nth-child(2) .post-image{
    width: 100%;
}
.category-posts_3 ul li:nth-child(1) .caption,
.category-posts_3 ul li:nth-child(2) .caption{
    width: 100%;
    float: left;
    padding: 10px 5px;
    position: relative;
    bottom: 0; 
}
.category-posts_3 ul li{
    width: 100%;
    float: left;
	display: inline-flex;
}
.category-posts_3 ul li  .post-image{
    width: 20%;
    float: left; 
    overflow: hidden;
} 
.category-posts_3 ul li  .post-image img{
    width: 100%;
    float: left;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s; 
} 

.category-posts_3 ul li .post-image:hover img{
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.category-posts_3 ul li  .caption{
    width: 100%;
    float: left;
    padding: 0px 5px;
    position: relative;
    bottom: 0; 
}
.category-posts_3 ul li .caption h4{
    margin: 0;
}
.category-posts_3 ul li .caption h4 a{
    display: block;
    font-size: 18px;
    line-height: 1.3;
}
.category-posts_3 ul li .caption h6{
	
}
.category-posts_3 ul li h6{
    display: none;
}

.category-posts_3 ul li:nth-child(n+10){
    display: none;
}
/************************************/
.category-posts_4{
    position: relative;
    margin: 0px 0;
    padding: 0;
    width: 100%;
    float: left;

}
.category-posts_4 .heading{
    border-bottom: 2px solid #aa0000; 
    font-variant: small-caps;
    font-weight: 500;
    margin: 0 0 5px;
    padding:0;
    text-align: left;
    float: left;
    width: 100%;
}
.category-posts_4 .heading h2{
    background: #aa0000 ;
    color: #fff;
    float: left;
    font-size: 18px;
    margin: 0;
    padding: 5px 10px;
}

.category-posts_4 ul{
    position: relative;
    margin: 0;
    padding: 0;
}
.category-posts_4 ul li{
    position: relative; 
    margin: 0 1% !important;
    padding: 7px 0 !important;
    list-style-type: none;
}
.category-posts_4 ul li img{
    width: 100%;
}

.category-posts_4 ul li a{
    display: block;
    font-size: 18px;
    line-height: 1.3;
    font-weight: normal;

}
.category-posts_4 ul li a:hover{
    text-decoration: none;
}

.category-posts_4 ul li .post-image{ 
    overflow: hidden;
}
.category-posts_4 ul li .post-image img{ 
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}


.category-posts_4 ul li .post-image:hover img{
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}


.category-posts_4 ul li:first-child{
    width: 43%;
    float: left;
    padding: 0px !important;
}
.custom-grid .category-posts_4 ul li:first-child{
    width: 100%;
    padding: 0px !important;
}

.custom-grid .category-posts_4 ul li {
    position: relative;
    width: 100% !important;
    margin: 0% !important;
    padding: 8px 0 !important;
    list-style-type: none;
}

.category-posts_4 ul li:first-child  .post-image{
    width: 100%;
    float: left;

}
.category-posts_4 ul li:first-child  .caption{
    width: 100%;
    float: left;
    padding: 10px 5px;
    position: absolute;
    bottom: 0;
    background: rgba(0, 0, 0, 0) linear-gradient(to top, rgba(0, 0, 0, 0.8) 0px, rgba(0, 0, 0, 0) 100%) repeat scroll 0 0;
}
.category-posts_4 ul li:first-child  .caption h4{
    margin: 0;
}
.category-posts_4 ul li:first-child  .caption h4 a{
    display: block;
    font-size: 18px;
    line-height: 1.3;
    color: #FFF;

}
.category-posts_4 ul li:first-child  .caption h6{
    color: #FFF; 
}
.category-posts_4 ul li:first-child  .caption h6 a{
    color: #FFF; 
}
.category-posts_4 ul li h6{
    display: none;
}




.category-posts_4 ul li:nth-child(2),
.category-posts_4 ul li:nth-child(3),
.category-posts_4 ul li:nth-child(4),
.category-posts_4 ul li:nth-child(5),
.category-posts_4 ul li:nth-child(6),
.category-posts_4 ul li:nth-child(7){
    border-bottom: 1px solid #ddd;
    display:table;
    float: left;
    width: 53%;
}
.category-posts_4 ul li:nth-child(2) .post-image,
.category-posts_4 ul li:nth-child(3) .post-image,
.category-posts_4 ul li:nth-child(4) .post-image,
.category-posts_4 ul li:nth-child(5) .post-image,
.category-posts_4 ul li:nth-child(6) .post-image,
.category-posts_4 ul li:nth-child(7) .post-image
{
    width: 60px;
	display:table-cell;
	vertical-align:top;
}
.category-posts_4 ul li:nth-child(2) .caption,
.category-posts_4 ul li:nth-child(3) .caption,
.category-posts_4 ul li:nth-child(4) .caption,
.category-posts_4 ul li:nth-child(5) .caption,
.category-posts_4 ul li:nth-child(6) .caption,
.category-posts_4 ul li:nth-child(7) .caption{
    display:table-cell;
    padding: 2px 5px;
	vertical-align:top;
}
.category-posts_4 ul li:nth-child(2) .caption h4,
.category-posts_4 ul li:nth-child(3) .caption h4,
.category-posts_4 ul li:nth-child(4) .caption h4,
.category-posts_4 ul li:nth-child(5) .caption h4,
.category-posts_4 ul li:nth-child(6) .caption h4,
.category-posts_4 ul li:nth-child(7) .caption h4{
    margin: 0;
}
.category-posts_4 ul li:nth-child(2) .caption h4 a,
.category-posts_4 ul li:nth-child(3) .caption h4 a,
.category-posts_4 ul li:nth-child(4) .caption h4 a,
.category-posts_4 ul li:nth-child(5) .caption h4 a,
.category-posts_4 ul li:nth-child(6) .caption h4 a,
.category-posts_4 ul li:nth-child(7) .caption h4 a{

    display: block;
    font-size: 18px;
    font-weight: normal;
    line-height: 1.3;
    color: #333354;
}

.category-posts_4 ul li:nth-child(n+7){
    display: none;
}


/************************************/
.category-posts_single{
    position: relative;
    margin: 0px 0;
    padding: 0;
    width: 100%;
    float: left;

}
.category-posts_single .heading{
    border-bottom: 2px solid #aa0000; 
    font-variant: small-caps;
    font-weight: 500;
    margin: 0 0 5px;
    padding:0;
    text-align: left;
    float: left;
    width: 100%;
}
.category-posts_single .heading h2{
    background: #aa0000 ;
    color: #fff;
    float: left;
    font-size: 18px;
    margin: 0;
    padding: 5px 10px;
}

.category-posts_single ul{
    position: relative;
    margin: 0;
    padding: 0;
}
.category-posts_single ul li{
    position: relative; 
    margin: 0 1% !important;
    padding: 10px 0 !important;
    list-style-type: none;
    width: 100%;
}
.category-posts_single ul li img{
    width: 100%;
}

.category-posts_single ul li a{
    display: block;
    font-size: 18px;
    line-height: 1.3;
    font-weight: normal;

}
.category-posts_single ul li a:hover{
    text-decoration: none;
}

.category-posts_single ul li .post-image{ 
    overflow: hidden;
}
.category-posts_single ul li .post-image img{ 
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}


.category-posts_single ul li .post-image:hover img{
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}


.category-posts_single ul li:first-child{
    width: 100%;
    float: left;
}
.category-posts_single ul li:first-child  .post-image{
    width: 100%;
    float: left;

}
.category-posts_single ul li:first-child  .caption{
    width: 100%;
    float: left;
    padding: 10px 5px;
    position: relative;
    /*bottom: 0;*/
    /*background: rgba(0, 0, 0, 0) linear-gradient(to top, rgba(0, 0, 0, 0.8) 0px, rgba(0, 0, 0, 0) 100%) repeat scroll 0 0;*/
}
.category-posts_single ul li:first-child  .caption h4{
    margin: 0;
}
.category-posts_single ul li:first-child  .caption h4 a{
    display: block;
    font-size: 18px;
    line-height: 1.3;
    color: #333354;
    font-weight: bold;

} 

.category-posts_single ul li h6{
    display: none;
} 


.category-posts_single ul li:nth-child(n+2){
    display: none;
}



/************************************/
.category-posts_video{
    position: relative;
    margin: 0px 0;
    padding: 0;
    width: 100%;
    float: left;

}
.category-posts_video .heading{
    border-bottom: 2px solid #aa0000; 
    font-variant: small-caps;
    font-weight: 500;
    margin: 0 0 5px;
    padding:0;
    text-align: left;
    float: left;
    width: 100%;
}
.category-posts_video .heading h2{
    background: #aa0000 ;
    color: #fff;
    float: left;
    font-size: 18px;
    margin: 0;
    padding: 5px 10px;
}

.category-posts_video ul{
    position: relative;
    margin: 0;
    padding: 0;
}
.category-posts_video ul li{
    position: relative; 
    margin: 0 1% !important;
    padding: 10px 0 !important;
    list-style-type: none;
    width: 100%;
}
.category-posts_video ul li img{
    width: 100%;
}

.category-posts_video ul li a{
    display: block;
    font-size: 18px;
    line-height: 1.3;
    font-weight: normal;

}
.category-posts_video ul li a:hover{
    text-decoration: none;
}

.category-posts_video ul li .post-image{ 
    overflow: hidden;
}
.category-posts_video ul li .post-image img{ 
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}


.category-posts_video ul li .post-image:hover img{
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}


.category-posts_video ul li:first-child{
    width: 100%;
    float: left;
}
.category-posts_video ul li:first-child  .post-image{
    width: 100%;
    float: left;

}
.category-posts_video ul li:first-child  .caption{
    width: 100%;
    float: left;
    padding: 10px 5px;
    position: relative;
    /*bottom: 0;*/
    /*background: rgba(0, 0, 0, 0) linear-gradient(to top, rgba(0, 0, 0, 0.8) 0px, rgba(0, 0, 0, 0) 100%) repeat scroll 0 0;*/
}
.category-posts_video ul li:first-child  .caption h4{
    margin: 0;
}
.category-posts_video ul li:first-child  .caption h4 a{
    display: block;
    font-size: 18px;
    line-height: 1.3;
    color: #333354;
    font-weight: bold;

} 
.category-posts_video ul li h6{
    display: none;
} 


.category-posts_video ul li:nth-child(n+2){
    display: none;
}



@media(max-width:767px){
	.category-posts ul li:first-child,
	.category-posts_1 ul li:first-child,
	.category-posts_2 ul li:first-child,
	.category-posts_3 ul li:first-child,
	.category-posts_4 ul li:first-child,
	.category-posts_5 ul li:first-child,
	.category-posts_6 ul li:first-child
	{
		width:100%;
	}
	.category-posts ul li:nth-child(2), 
	.category-posts ul li:nth-child(3), 
	.category-posts ul li:nth-child(4), 
	.category-posts ul li:nth-child(5), 
	.category-posts ul li:nth-child(6), 
	.category-posts ul li:nth-child(7),
	.category-posts ul li:nth-child(8),
	.category-posts ul li:nth-child(9),
	.category-posts ul li:nth-child(10),
	.category-posts ul li{
		width:100%;
	}
	.category-posts_1 ul li:nth-child(2), 
	.category-posts_1 ul li:nth-child(3), 
	.category-posts_1 ul li:nth-child(4), 
	.category-posts_1 ul li:nth-child(5), 
	.category-posts_1 ul li:nth-child(6), 
	.category-posts_1 ul li:nth-child(7),
	.category-posts_1 ul li:nth-child(8),
	.category-posts_1 ul li:nth-child(9),
	.category-posts_1 ul li:nth-child(10),
	.category-posts_1 ul li{
		width:100%;	
	}
	.category-posts_2 ul li:nth-child(2), 
	.category-posts_2 ul li:nth-child(3), 
	.category-posts_2 ul li:nth-child(4), 
	.category-posts_2 ul li:nth-child(5), 
	.category-posts_2 ul li:nth-child(6), 
	.category-posts_2 ul li:nth-child(7),
	.category-posts_2 ul li:nth-child(8),
	.category-posts_2 ul li:nth-child(9),
	.category-posts_2 ul li:nth-child(10),
	.category-posts_2 ul li{
		width:100%;	
	}
	.category-posts_3 ul li:nth-child(2), 
	.category-posts_3 ul li:nth-child(3), 
	.category-posts_3 ul li:nth-child(4), 
	.category-posts_3 ul li:nth-child(5), 
	.category-posts_3 ul li:nth-child(6), 
	.category-posts_3 ul li:nth-child(7),
	.category-posts_3 ul li:nth-child(8),
	.category-posts_3 ul li:nth-child(9),
	.category-posts_3 ul li:nth-child(10),
	.category-posts_3 ul li{
		width:100%;	
	}
	.category-posts_4 ul li:nth-child(2), 
	.category-posts_4 ul li:nth-child(3), 
	.category-posts_4 ul li:nth-child(4), 
	.category-posts_4 ul li:nth-child(5), 
	.category-posts_4 ul li:nth-child(6), 
	.category-posts_4 ul li:nth-child(7),
	.category-posts_4 ul li:nth-child(8),
	.category-posts_4 ul li:nth-child(9),
	.category-posts_4 ul li:nth-child(10),
	.category-posts_4 ul li{
		width:100%;	
	}
	.category-posts_5 ul li:nth-child(2), 
	.category-posts_5 ul li:nth-child(3), 
	.category-posts_5 ul li:nth-child(4), 
	.category-posts_5 ul li:nth-child(5), 
	.category-posts_5 ul li:nth-child(6), 
	.category-posts_5 ul li:nth-child(7),
	.category-posts_5 ul li:nth-child(8),
	.category-posts_5 ul li:nth-child(9),
	.category-posts_5 ul li:nth-child(10),
	.category-posts_5 ul li{
		width:100%;	
	}
	
	
	
	
}
/******************************************************************
* Category End 
******************************************************************/
/******************************************************************
* Pool  Start 
******************************************************************/
.pool-container{
	padding: 30px 10px;
	width: 100%;
	display: block;
	float: left;
}
.pool-container .heading{
	border-bottom: 2px solid #aa0000;
	font-variant: small-caps;
	font-weight: 500;
	margin: 0 0 5px;
	padding: 0;
	text-align: left;
	float: left;
	width: 100%;
}
.pool-container .heading h2{
	background: #aa0000;
	color: #fff;
	float: left;
	font-size: 18px;
	margin: 0;
	padding: 5px 10px;
}
.pool-container ul{
	list-style:none;
}
.pool-container [name="vote"]{
	background: #aa0000;
	color: #fff;
	padding: 5px 10px;
}
.pool-container .wp-polls{
	 
}
.pool-container .wp-polls ul{
	margin:0;
	padding:0;
}
.pool-container .wp-polls ul li{
	font-size: 18px; 
}
.pool-container .wp-polls a{
	font-size: 18px; 
}





/******************************************************************
* Pool  End 
******************************************************************/


/******************************************************************
* Image Gallery Start
******************************************************************/
.image-gallery-container{ 

}
.image-gallery-container .item{ 
	padding:5px;
}
.image-gallery-container .item .image{  
	
}
.image-gallery-container .item .image img{   
	width:100%;
}


@media (max-width:600px){
	.image-gallery-container .item{
		display:flex;
	}
	.image-gallery-container .item .image{
		margin-right:5px;
		max-width:30%;
	}
	
}

/******************************************************************
* Image Gallery End
******************************************************************/



/******************************************************************
* Video Gallery Start
******************************************************************/
.customised-block .gallery-container{
	padding-top: 10px;
	padding-bottom: 10px;
}
.gallery-container{
    position: relative;
    margin: 0;
    padding: 30px 10px;
    width: 100%;
	height:100%;
    overflow:auto;
}
.gallery-container > div{
    width: 100%;
	float:left;
}
.gallery-container .heading{
    border-bottom: 2px solid #aa0000; 
    font-variant: small-caps;
    font-weight: 500;
    margin: 0 0 5px;
    padding:0;
    text-align: left;
    float: left;
    width: 100%;
	clear:both;
}
.gallery-container .heading h2{
    background: #aa0000 ;
    color: #fff;
    float: left;
    font-size: 18px;
    margin: 0;
    padding: 5px 10px;
}
.gallery-container .video-gallery-container{
    overflow:auto;
    width: 100%;
	position:relative;
}
.gallery-container .blueimp-gallery-carousel{
    margin-top:0;
	margin-bottom:0;
    width: 100%;
	position:relative;
}
.gallery-container .video-gallery-items{
    position:relative;
	width:100%;
	height:100%;
	margin:0;
	padding:0 0 0 0px;
	overflow: auto;
}
.gallery-container .video-gallery-items ul{
    position:relative;
	width:100%;
	height:100%;
	margin:0;
	padding:0;
	list-style:none;
}
.gallery-container .video-gallery-items ul li{
    border-left: 2px solid #FFF;
    border-right: 2px solid #FFF;
    border-top: 1px solid #FFF;
    border-bottom: 1px solid #FFF;
	position: relative;
	width: 100%;
	margin: 0;
	padding: 0;
	display: block;
	box-shadow: 0 0 2px inset;
	cursor:pointer;
}
.gallery-container .video-gallery-items ul li a{
	display:block;
	
}
.gallery-container .video-gallery-items ul li img{
	width:100%;
}

.gallery-container .video-gallery-items ul li.active{
     border-left:2px solid #DDD;
     border-right:2px solid #DDD;
     border-top:1px solid #DDD;
     border-bottom:1px solid #DDD;
}
.gallery-container .video-gallery-items ul li .caption{
	font-size: 18px;
	position: absolute;
	bottom: 0;
	color: #FFF;
	padding: 5px;
	background: rgba(0,0,0,.5);
	width:100%;
}




/******************************************************************
* Video Gallery End 
******************************************************************/


/******************************************************************
* Tab Post Start 
******************************************************************/
.tab-post-container{ padding:10px;}
.tab-post-container #tabed-post{ margin-bottom:0px;}
.tab-post-container .uk-switcher { padding: 5px; max-height: 300px; overflow: auto; border-bottom: 1px solid #DDD;}
.tab-post-container .uk-switcher li{ list-style:none; padding: 0 5px 0 20px; position:relative; }
.tab-post-container .uk-switcher li:before{ content:""; position:absolute; 
	left:0;
	top: 8px;
	background-image: url('../images/arrow-forward_24.png');
	background-repeat: no-repeat;
	background-size: 15px;
	height: 30px;
	width: 20px;
 }
.tab-post-container .uk-switcher li:hover{ background: #efefef; }
.tab-post-container .uk-switcher li a{ font-size: 16px; padding:5px 0; line-height:1.3; display: block; }

/******************************************************************
* Tab post End 
******************************************************************/

/******************************************************************
* NewsMarquee Start 
******************************************************************/

.marquee-container{ display:table; padding: 5px 0;}
.marquee-container h2{ 
	display: table-cell;
	white-space: nowrap;
	vertical-align: middle;
	font-size: 18px;
	font-weight: bold;
	padding: 5px 7px;
	line-height: 1;
}
.marquee-container .NewsMarquee{ display:table-cell; white-space: nowrap ; vertical-align:middle;}
.marquee-container .NewsMarquee ul{ padding:0; margin:0; }
.marquee-container .NewsMarquee ul li{ white-space: nowrap ; }
.NewsMarquee{
	position:relative;
}
.NewsMarquee li{
	position:relative;
	padding:0 5px;
	list-style:none;
}
.NewsMarquee li a{
	display:block;
	padding:5px 10px;
	font-size: 18px;
}

.str_wrap {
	overflow:hidden;
	//zoom:1;
	width:100%;
	font-size:12px;
	line-height:16px;
	position:relative;
	-moz-user-select: none;
	-khtml-user-select: none;
	user-select: none;   
	white-space:nowrap;
}

.str_wrap.str_active { 
}
.str_move { 
	white-space:nowrap;
	position:absolute; 
	top:0; 
	left:0;
	cursor:move;
}
.str_move_clone {
	display:inline-block;
	//display:inline;
	//zoom:1;
	vertical-align:top;
	position:absolute; 
	left:100%;
	top:0;
}
.str_vertical .str_move_clone {
	left:0;
	top:100%;
}
.str_down .str_move_clone {
	left:0;
	bottom:100%;
}
.str_vertical .str_move,
.str_down .str_move {
	white-space:normal;
	width:100%;
}
.str_static .str_move,
.no_drag .str_move,
.noStop .str_move{
	cursor:inherit;
}
.str_wrap img {
	max-width:none !important;	
}

/******************************************************************
* NewsMarquee End 
******************************************************************/

/******************************************************************
* Advertise Start 
******************************************************************/
.section-adv { position:relative; padding-top:15px; padding-bottom:15px; }
.abv-container { position: relative; padding: 0 10px; width: 100%; float: left; }
.abv-container p{ margin-bottom:7px; }
.abv-container img{ max-width:100%; }
.abv-container h1,.abv-container h2,.abv-container h3,.abv-container h4{ margin-bottom:10px; }

/******************************************************************
* Advertise End 
******************************************************************/


/******************************************************************
* Section Featured Image Start 
******************************************************************/
.section-featured-image{ position:relative;  width:100%; padding-top:10px;  text-align:center; padding-bottom:10px; margin-bottom:10px; background: #484748;} 
.section-featured-image .featured-image-header{ position:relative; width:100%; text-align:center; } 

/******************************************************************
* Section Featured Image End 
******************************************************************/

/******************************************************************
* Section Comments Start 
******************************************************************/
.section-comments{ position:relative; padding-top:20px; padding-bottom:20px; background: #f0f0ed;} 
.section-comments .comments_template{ position:relative; width:100%; padding:20px; } 
.section-comments .comments_template #comments{ position:relative; width:100%; padding-top:0px; } 

/******************************************************************
* Section Comments End 
******************************************************************/

/******************************************************************
* Site Footer Start 
******************************************************************/
footer.site-footer{ position:relative; padding-top:50px; padding-bottom:50px; background: #484748; font-size:16px; } 
@media (max-width:767px){
	footer.site-footer{ padding-top:30px; padding-bottom:30px; } 	
	.site-footer .uk-container .widget-area > div{
		width:50%;
		float:left;
		border:0px; 
	}
}


/******************************************************************
* Site Footer End 
******************************************************************/


/******************************************************************
* Printers_line Start 
******************************************************************/
.site-printers_line{ position:relative; background:#ededed; }
.printers_line { position:relative; padding:10px; }
.printers_line p{ margin-bottom:7px; }
.printers_line h1,.abv-container h2,.abv-container h3,.abv-container h4{ margin-bottom:10px; }

/******************************************************************
* Printers_line End 
******************************************************************/

.date-container{
	width:100%;
	float:left;
}
.navigation-primary .menu-toggle{ display:none; }
.ubermenu-skin-red-black.ubermenu-responsive-toggle:hover{ border:1px solid transparent;}

.tab-post-container .uk-subnav-pill > .uk-active > a{
	background-color:#FFF;
}

@media (max-width:767px){
	.top-section{ display:none; }
	.post-item .caption h3 a {
		font-size: 18px !important;
		display: block;
	}
}
@media (max-width:480px){
	
	.uk-container{
		padding:0;
	}
	.article-container{
		padding-left:0;
		padding-right:0;
	}
	.category-container{
		padding-left:15px;
		padding-right:15px;
	}
}



#page .ubermenu .ubermenu-colgroup .ubermenu-column, 
#page .ubermenu .ubermenu-custom-content-padded, 
#page .ubermenu .ubermenu-nonlink, 
#page .ubermenu .ubermenu-retractor, 
#page .ubermenu .ubermenu-submenu-padded, 
#page .ubermenu .ubermenu-submenu-type-stack > .ubermenu-item-normal > .ubermenu-target, 
#page .ubermenu .ubermenu-target, .ubermenu .ubermenu-widget, 
#page .ubermenu-responsive-toggle{ padding-top:7px; padding-bottom:7px; }