.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.flex.right {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.flex.left {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.flex.between {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.flex.column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.flex.center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media (min-width: 0px) and (max-width: 800px) {
    .flex.wrap-small {
        -ms-flex-wrap:wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

@media (min-width: 0px) and (max-width: 565px) {
    .flex.wrap-mobile {
        -ms-flex-wrap:wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

html[data-browser*="MSIE 9.0"] .flex {
    display: table;
    width: 100%
}

html[data-browser*="MSIE 9.0"] .flex>* {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: 100%
}

#featured-article {
    position: relative;
    display: block;
    width: 100%;
    margin-bottom: 1rem
}
#featured-article .layout {
    width: 100%
}
#featured-article .left-side {
    width: 30%;
	border-bottom: 3px solid #e9e9ea;
    min-height: 360px;
    padding-bottom: 0;
    box-sizing: border-box
}
#featured-article .left-side .title h2 {
    font-size: 1.3rem;
    font-weight: bold;
    line-height: 34px;
    margin: 0 0 15px;
    padding: 0;
}

#featured-article .left-side .title .excerpt p {
    color: #555;
    font-size: 0.9rem
}

#featured-article .left-side .share {
    font-family: 'PT Sans Caption', sans-serif
}

#featured-article .left-side .share .social .sharetext {
    display: none;
    margin-right: 0.5rem;
    vertical-align: middle;
    height: 3rem;
    color: #009bd6;
    font-size: 1rem;
    text-transform: uppercase
}


#featured-article .right-side {
    width: 65%;
    position: relative
}

#featured-article .right-side .title {
    display: none
}

#featured-article .right-side .title h2 {
    font-size: 1.5rem;
    font-weight: bold;
    margin: 0;
    margin-bottom: 1rem;
    padding: 0;
	line-height: 1.8rem;
}



#featured-article .right-side .image {
    position: relative;
    line-height: 0;
    background: #fff;
    height: 21rem;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat
}


#featured-article .right-side .metas {
    position: absolute;
    text-transform: uppercase;
    font-family: 'PT Sans Caption', sans-serif;
    width: 100%;
    text-align: center;
    box-sizing: border-box;
    padding: 1rem;
    bottom: 0
}

#featured-article .right-side .metas .date {
    position: relative;
    font-size: 0.7rem;
    color: #fff;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

#featured-article .right-side .metas .date .clock {
    display: block;
    width: 1rem;
    height: 1rem;
    background-image: url("../images/icon-clock.png");
    background-size: cover;
    background-position: center center
}

#featured-article .right-side .metas .date .time {
    margin-left: 0.5rem;
    font-size: 0.7rem;
    display: block
}

#featured-article .right-side .metas .comment .comments {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

#featured-article .right-side .metas .comment .comments .icon {
    display: block;
    width: 1rem;
    height: 1rem;
    background-image: url("../images/icon-comment.png");
    background-size: cover;
    background-position: center center
}

#featured-article .right-side .metas .comment .comments .count {
    margin-left: 0.5rem;
    font-size: 0.7rem;
    display: block;
    color: #fff
}

.secondary-featured {
    margin-bottom: 1rem;
	width: 48%;
    float: left;
}
.secondary-featured-border {
	border-bottom: 1px solid #e9e9ea;
}
.secondary-featured-1 {
	float: right;
}

.secondary-featured .title {
	margin: .3rem 0;
}
.secondary-featured .title h3 {
    line-height: 24px
}

.secondary-featured .left-side {
	width:100%;
    position: relative
}
.secondary-featured .left-side .image {
    position: relative;
    line-height: 0;
    background: #fff;
    height: 10rem;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat
}



.secondary-featured .left-side .metas {
    position: absolute;
    text-transform: uppercase;
    font-family: 'PT Sans Caption', sans-serif;
    width: 100%;
    text-align: center;
    box-sizing: border-box;
    padding: 1rem;
    bottom: 0
}

.secondary-featured .left-side .metas .date {
    position: relative;
    font-size: 0.6rem;
    color: #fff;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.secondary-featured .left-side .metas .date .clock {
    display: block;
    width: 0.75rem;
    height: 0.75rem;
    background-image: url("../images/icon-clock.png");
    background-size: cover;
    background-position: center center
}

.secondary-featured .left-side .metas .date .time {
    margin-left: 0.5rem;
    font-size: 0.6rem;
    display: block
}

.secondary-featured .left-side .metas .comment .comments {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.secondary-featured .left-side .metas .comment .comments .icon {
    display: block;
    width: 0.75rem;
    height: 0.75rem;
    background-image: url("../images/icon-comment.png");
    background-size: cover;
    background-position: center center
}

.secondary-featured .left-side .metas .comment .comments .count {
    margin-left: 0.5rem;
    font-size: 0.7rem;
    display: block;
    color: #fff
}

.secondary-featured .right-side {
    width: 100%
}

.secondary-featured .right-side .title h3 {
    font-size: 0.9rem;
    font-weight: bold;
	padding: 0;
}

.secondary-featured .right-side .excerpt p {
    font-size: 0.9rem;
    color: #555;
    line-height: 1.5rem;
    padding-bottom: 0;
}

.secondary-featured-list {
	width: 100%;
	padding-bottom: 0;
	margin-top: 1rem;
	margin-bottom: 0;
	border-bottom: 1px solid #e9e9ea;
} 

.secondary-featured-list .left-side .image {
	height: 22rem;
}
.secondary-featured-list .right-side .title {
	margin: .4rem 0;
}
.secondary-featured-list .right-side .title a {
	font-size: 19px;
    line-height: 26px;
}

#latest-articles .latest-news-article {
    border-bottom: 1px solid #e9e9ea;
    padding-bottom: 5px;
	min-height: 7.4rem;
}

#latest-articles .latest-news-article:last-of-type {
    border-bottom: none
}

#latest-articles .latest-news-article .layout {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

#latest-articles .latest-news-article .metas {
    margin: 0.3rem 0
}

#latest-articles .latest-news-article .metas .date {
    position: relative;
    font-size: 0.6rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #a4a4a4;
    font-family: "PT Sans Caption",sans-serif;
    text-transform: uppercase
}

#latest-articles .latest-news-article .metas .date .clock {
    display: block;
    width: 0.75rem;
    height: 0.75rem;
    background-image: url("../images/icon-clock.png");
    background-size: cover;
    background-position: center center
}

#latest-articles .latest-news-article .metas .date .time {
    margin-left: 0.5rem;
    font-size: 0.6rem;
    display: block
}

#latest-articles .latest-news-article .metas .comment .comments {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

#latest-articles .latest-news-article .metas .comment .comments .icon {
    display: block;
    width: 0.75rem;
    height: 0.75rem;
    background-image: url("../images/icon-comment.png");
    background-size: cover;
    background-position: center center
}

#latest-articles .latest-news-article .metas .comment .comments .count {
    margin-left: 0.5rem;
    font-size: 0.7rem;
    display: block;
    color: #555
}

#latest-articles .latest-news-article .left-side {
    position: relative;
    width: 22%;
    float: left;
    margin-right: 1rem;
	margin-bottom: 0.1rem;
}

#latest-articles .latest-news-article .left-side .image {
    width: 100%;
    height: 5rem;
    background-size: cover;
    background-position: center center
}

#latest-articles .latest-news-article .left-side .blueboxes {
    position: absolute;
    bottom: 0;
    width: 100%;
    top: initial;
    left: initial;
}

#latest-articles .latest-news-article .left-side .blueboxes .text {
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    font-size: 0.5rem;
    text-align: center;
    height: auto;
    line-height: 1rem
}

#latest-articles .latest-news-article .left-side .blueboxes .images {
    display: none
}

#latest-articles .latest-news-article .right-side {
    position: relative;
    width: auto;
    padding-left: 25%
}
#latest-articles .latest-news-article .right-side .title {
    font-family: 'PT Sans', sans-serif
}

#latest-articles .latest-news-article .right-side .title h3 {
    font-size: 0.9rem;
    color: #222;
    font-weight: 800;
    line-height: 1.2rem;
}
#latest-articles .latest-news-article .right-side .excerpt p {
	font-size: 0.9rem;
    color: #555;
    line-height: 1.5rem;
    padding-bottom: 0;
}


.midbanner #div-gpt-ad-1469629970218-1 {
    margin: auto
}

#pbd-alp-load-posts {
    margin-top: 1rem
}

.pbd-alp-placeholder-2 .class1{
	padding-top: 1rem;
    border-top: 1px solid #e9e9ea
}

.tag.no-img .images {
    display: none
}

.widget.formnews2.juston480 {
    margin-top: 5rem
}

.single .content {
    position: relative
}

.single .content #tag {
    position: absolute;
    margin-left: 0.5rem;
    margin-top: 0.5rem
}

.single .content #tag .blueboxes {
    position: relative
}

.single .singlepostview .postview {
    width: 74%
}
@media (min-width: 0px) and (max-width: 1300px) {
	.below-section-tower-ad {
		display: none;
	}
	.maincontent .lastnews.categorynews .thirdposts{width:100%;}
}
@media (min-width: 0px) and (max-width: 1024px) {
	.secondary-featured {
		width: 100%;
		padding-bottom: 1rem;
		border-bottom: 1px solid #e9e9ea;
		margin-bottom: 1rem;
    }
	.secondary-featured-border {
		display: none;
	}
	
	.secondary-featured-list .left-side .image {
		height: 15rem;
	}
	#featured-article .left-side .title h2 {
		font-size: 1.3rem;
		line-height: 1.8rem;
	}
} 

@media (min-width: 0px) and (max-width: 800px) {
    #featured-article .left-side {
        width:100%;
        min-height: inherit;
		margin-top: .5rem;
    }
	.secondary-featured-1 {
		margin-bottom: 0;
		padding-bottom: .5rem;
	}
	#latest-articles .secondary-featured{
		margin-bottom: 0;
		padding-bottom: 0;
	}
    #featured-article .layout {
        -ms-flex-wrap:wrap-reverse;
        flex-wrap: wrap-reverse
    }
    .box-othercat .box-link {
        margin-top:2rem
    }
    .box-othercat .box-link {
        margin-top:0
    }
    #featured-article .right-side {
        width:100%
    }
	#latest-articles .latest-news-article .right-side {
        width:100%;
        padding-left: 0
    }
}
@media (min-width: 0px) and (max-width: 565px) {
    #featured-article .left-side .share .social .sharetext {
        display:inline-block
    }
    #featured-article .left-side .title {
        display:none
    }
    #featured-article .right-side .image {
        height:15rem;
        margin-bottom: 0.5rem
    }
    .single .singlepostview .postview {
        width:100%
    }
	.secondary-featured .right-side .title h3 {
        font-size:1rem;
        line-height: 1.5rem
    }
	.secondary-featured .right-side .excerpt p {
        font-size:1rem;
        line-height: 1.5rem;
	}
    #latest-articles .latest-news-article .right-side .excerpt p {
        font-size:1rem;
        line-height: 24px
    }
    .midbanner {
        margin:0.5rem auto
    }
    .secondary-featured .left-side .image {
        height:15rem;
        margin-bottom: 0.5rem
    }
    #latest-articles .latest-news-article .right-side .title h3 {
        font-size:1rem;
        line-height: 24px
    }
    #featured-article .right-side .title {
        display:block
    }
}
