.row_home {
    margin: 0;
}
.row_home {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    /*margin-right: -15px;
    margin-left: -15px;*/
}

.blocklist_line {
    text-align: center;
    border-bottom: 1px solid #3C3C3C;
    margin-top: 1em;
    margin-bottom: 3em;
}


.home_title{
	color: #fff;
	font-size: 4em;
    margin-bottom: 0px;
	font-weight: 400;
	left: 0;
    opacity: 1;
	transition: all .5s ease .6s;
}

.home_title_pic{
	display:block;
	margin-bottom:0.5em;
}


.home_subtitle{
	color: #fff;
	font-size: 1em;
    margin-bottom: 30px;
	font-weight: 400;
	left: 0;
    opacity: 1;
	transition: all .5s ease .6s;
}

.home_subtitle{
	color: #fff;
	font-size: 1em;
    margin-bottom: 30px;
	font-weight: 400;
	left: 0;
    opacity: 1;
	transition: all .5s ease .6s;
}


.home_subtitle_2 {
	vertical-align:super; 
	color:red; 
	font-size:2em; 
	font-family:Arial, Helvetica, sans-serif;
	margin:0px 0px 30px 0px
}

.super span{

        vertical-align: text-top;
        font-size: 12px;
        color: red;

    }

.footer {
    background-color: #181818;
    margin: 0 auto;
}

.footersitemap {
    max-width: 1200px;
    /* min-height: 165px; */
    min-height: 100px;
    margin: 0 auto;
    padding: 50px 20px;
    overflow: hidden;
}

.footersitemap dl {
    padding: 0 10px 10px 0;
    /* float: left; */
    display: inline-block;
    vertical-align: top;
    width: 16.2%;
    box-sizing: border-box;
}

.footersitemap dl dt {
    line-height: 17px;
}
dt {
    font-weight: 700;
}

.footersitemap dt a {
    text-decoration: none;
    font-size: 15px;
    color: #FAFAFA;
}

.footersitemap dd a {
    font-size: 14px;
    color: #FAFAFA;
}

.footersitemap dl dd {
    line-height: 15px;
    margin: 5px 0;
}

@media(max-width: 800px) {
	.footersitemap dl {
		width: 19.5%;
	}
}
@media(max-width: 648px) {
	.footersitemap dl {
		width: 24.4%;
	}
}
@media(max-width: 500px) {
	.footersitemap dl {
		width: 32%;
	}
}
@media(max-width: 350px) {
	.footersitemap dl {
		width: 49%;
	}
}
/* Footer breadcrumbs */

#copyright_top_line {
    width: 100%;
    border-top: 1px solid #3C3C3C;
}

#copyright-credits {
    clear: both;
    padding: 20px;
    text-align: left;
    max-width: 1200px;
    margin: 0 auto;
    color: #FAFAFA;
}

#copyright-credits p {
    margin: 0;
    font-size: 0.8em;
}
ol, p {
    margin: 0px 0px 12px 0px;
}
p, #content .text ul, #content .text ol {
    font-size: 1em;
    line-height: 1.4375em;
}

#copyright-credits a {
    color: #FAFAFA;
}

