.filter{
    position: relative;
    margin-bottom: 20px;
}
.filter_box{
    position: relative;
}
.filter_title{
    position: relative;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px;
}
.filter_list{
    position: relative;
    border-top: 1px solid #ebeae6;
    padding: 5px 0 10px;
}
.filter_list ul{
    list-style-type: none;
}
.filter_list ul li{
    position: relative;
    display: inline-block;
    background: #e5e1d6;
    font-size: 16px;
    font-weight: 600;
    text-transform: capitalize;
    border-radius: 3px;
    border: 1px solid #ddd;
    box-shadow: inset 0 -3px 0px #dcd6c6;
    padding: 0.5em 2em;
    margin: 0.5em 0.2em;
    cursor: pointer;
}
.filter_list ul li:active, .filter_list ul li.active{
    background: #ff9302;
    color: #fff !important;
    box-shadow: none;
}






.blog{
    position: relative;
    margin-bottom: 20px;
}
.blog_box{
    position: relative;
    margin-bottom: 20px;
}
.blog_title{
    position: relative;
    margin-bottom: 10px;
}
.blog_title h2{
    font-size: 22px;
    font-weight: 600;
    padding: 0;
}
.blog_head{
    position: relative;
    border-top: 1px solid #ebeae6;
    border-bottom: 1px solid #ebeae6;
    overflow: hidden;
}
.blog_category, .blog_author, .blog_date, .blog_twitter{
    position: relative;
    float: left;
    padding: 5px 25px;
}

.blog_category {
    background: url('img/categories.png') 0 5px no-repeat !important;
    padding-left: 30px;

}
.blog_author {
    background: url('img/author.png') 0 5px no-repeat !important;
}
.blog_date {
    background: url('img/last-updated.png') 0 3px no-repeat !important;
}
.blog_twitter {
    background: url('img/twitter1.png') 0 7px no-repeat !important;
}
.blog_box {
    padding: 10px !important;
}

.blog_twitter a{
    color:black;
    text-decoration:underline;
}
.blog_twitter a:hover{
    text-decoration:none;
}
.blog_body{
    position: relative;
    font-size: 18px;
    line-height: 1.5em;
    padding-top: 20px;
    padding-bottom: 10px;
}
.blog_body img{
    display: block;
    max-width: 100%;
    border: 4px solid #cccccc;
    margin: 0 auto 20px;
    clear: both;
}
.blog_footer{
    position: relative;
    border-top: 1px solid #ebeae6;
}
.blog_sources_box{
    position: relative;
    padding-top: 15px;
}
.blog_sources_title{
    position: relative;
    font-size: 18px;
    /* font-weight: 700; */
    text-transform: capitalize;
    /* margin-bottom: 10px; */
}
.blog_sources_link{
    position: relative;
}
.blog_sources_link a{
    display: inline-block;
    color: #cd3e01;
    font-size: 18px;
    text-decoration: underline;
    white-space: pre-wrap;
    margin-bottom: 5px;
}
.blog_sources_link a:hover{
    color: #9f3001;
}

.blog_box:nth-child(even){
    background-color: #F7F7F7 !important;
}
#content_box{
	/* min-height:200px; */
	
}
#dansk_blog a {
    color: #ff5722;
}
.blog_category, .blog_author, .blog_date, .blog_twitter {
    position: relative;
    float: left;
    padding: 5px 25px;
}
.loading-bar {
    background: url(img/ajax-loader-bar.gif) no-repeat center;
    display: block;
    width: 100%;
    height: 20px;
}
.guide_container .tkugp-item-term{
	font-size:13px;
}
