.c {text-align: center;}
.l {text-align: left;}
.r {text-align: right;}
.j {
	text-align: justify;
}
.red{color: red;}

.w{color:#ffffff ;}


body {   
	background-color: #C8CCCF;
	color:#A52A2A;
}
h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	font-size:30px;
	color:#A52A2A;
	border-bottom:1px dotted #999999;
}
.pf{
	background-color: #ffffff;			
	min-height: 500px;
}

bcd {
    border-style: solid;
    border-color: red green blue yellow;
}
.pd2{padding-top: 15px;padding-left: 15px; padding-right: 15px;}		
.pd{padding-left: 40px; padding-right: 40px;}
.main-footer {
    position: relative;
    color: #c9c9c9;
    background-color: #860d0d;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    font-family: 'Open Sans',sans-serif;
}
.footer-bottom {
    position: relative;
    border-top: 1px solid rgba(255,255,255,0.10);
    padding: 16px 0px;
    font-size: 15px;
    text-align: center;
}

.auto-container {
    position: static;
    max-width: 1200px;
    padding: 0px 15px;
    margin: 0 auto;
}
.scroll-to-top {
    position: fixed;
    bottom: 15px;
    right: 15px;
    width: 30px;
    height: 30px;
    color: #ffffff;
    font-size: 12px;
    line-height: 30px;
    text-align: center;
    z-index: 100;
    cursor: pointer;
    display: none;
}

section.middle {
    width: 100%;
    background: #323248;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    border-bottom: 3px solid #fd5d2d;
}

.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
section.middle div.updates {
    width: 28%;
    max-width: 350px;
    height: 50vh;
}
section.middle div.updates div.updates-box div.updates-top {
    width: 100%;
    height: 15%;
}
section.middle div.updates.news div.updates-box div.updates-top>a, section.middle div.updates.news div.updates-box div.updates-view-more>a {
    color: #ff9d53;
}

section.middle div.updates div.updates-box div.updates-top a {
    font-family: "Nunito";
    font-size: 19px;
    font-weight: bold;
    padding: 0 0 3% 0;
    border-bottom: 2px solid;
    text-align: center;
}

a:link, a:visited, a:hover, a:visited:hover, a:focus {
    text-decoration: none;
}

section.middle div.updates div.updates-box div.updates-list {
    height: 70%;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    overflow-y: auto;
}

section.middle div.updates div.updates-box {
    width: 100%;
    height: 80%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 3px solid #aaa;
    -webkit-box-shadow: 0 0 50px #21212f;
    box-shadow: 0 0 50px #21212f;
}