#viewSingle .bg-color-post{
    position: absolute;
    top: 0px;
    bottom: 0px;
    width: 100%;
    background-color: rgba(17, 88, 163, 0.6)}

#viewSingle .bg-color-post .bg-circle{
    position: absolute;
    bottom: 0px}

#viewSingle .see-all-title{
	font-size: 16px;
	font-weight: 300;
	text-align: right;
	color: #12164d;
	line-height: 1.19;
	height: 73px}
    
#viewSingle .bg-image-post{
    background-image: url('../images/example-img-blog.jpg');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover}

#viewSingle .event-box{
    margin-bottom: 20px}

#viewSingle .event-box .image-right-arrow{
    margin-top: 25px;
    height: auto;
    width: 50px}

#viewSingle .see-all{
    border-bottom: solid transparent 2px;
    color: #2C3178;
    text-decoration: none}

#viewSingle .see-all:hover{
    border-bottom: solid #2C3178 2px;
    color: #2C3178;
    text-decoration: none}

#viewSingle .categories ul{
    margin: 0px;
    padding: 0px;
    list-style: none}

#viewSingle .categories li {
    margin-top: 10px}

#viewSingle .categories li a{
    text-decoration: none;
    border-bottom: solid #2C3178 2px;
    padding: 3px;
    padding-left: 10px;
    padding-top: 5px;
    display: block}

#viewSingle .categories li a:hover{
    background-color: #2C3178;
    color: #fff}

#viewSingle .share-icons{
    padding-top: 20px;
    margin-top: 50px;
    border-top: solid 2px #707070}

#viewSingle button.icon-social {
    background-color: transparent;
    background-repeat: no-repeat;
    cursor: pointer;
    border: transparent;
    width: 30px;
    height: 20px;
    background-position: center center}

#viewSingle .aligncenter{
	margin-left: auto;
	margin-right: auto;
    display: block}
    
#viewSingle .body-text img{
    cursor: pointer}

/* #viewSingle alignleft{
    margin-left: 0px;
	margin-right: 0px;
	display: block;
}

#viewSingle alignright{
    margin-left: 0px;
	margin-right: 0px;
	display: block;
} */

#viewSingle .news-box{
    position: relative;
    width: 100%;
    padding-top: 80%;
    background-color: rgba(17, 88, 163, 0.6);
    margin-bottom: 20px;
    border-radius: 30px;
}

#viewSingle .news-box:hover{
    background-color: #1C6EB0}

#viewSingle .news-box .date{
    position: absolute;
    top: 40px;
    width: 100%}

#viewSingle .news-box h3{
	text-align: left;
	color: #bce0fd}

#viewSingle .news-box p{
	text-align: left;
	color: #ffffff;
    width: 100%}
    
#viewSingle .news-box .text{
    position: absolute;
    bottom: 20px;
    width: 100%}

#viewSingle .news-box .image-right-arrow{
    margin-top: -15px;
	height: auto;
    width: 50px}


#viewSingle .see-all{
    border-bottom: solid transparent 2px;
    color: #2C3178;
    text-decoration: none}

#viewSingle .see-all:hover{
    border-bottom: solid #2C3178 2px;
    color: #2C3178;
    text-decoration: none}

#viewSingle .categories ul{
    margin: 0px;
    padding: 0px;
    list-style: none}

#viewSingle .categories li {
    margin-top: 10px}

#viewSingle .categories li a{
    text-decoration: none;
    border-bottom: solid #2C3178 2px;
    padding: 3px;
    padding-left: 10px;
    padding-top: 5px;
    display: block}

#viewSingle .categories li a:hover{
    background-color: #2C3178;
    color: #fff}

#viewSingle .body-text img{
    max-width: 100%;
    height: auto;
    margin-bottom: 10px;
    margin-top: 10px;
}