/* copyright */
#copyright {
	margin: 0 auto 30px;
	padding: 0;
	width: 100%;
	max-width: 100%;
}
/*#copyright h3 {
	font-size: 1.8rem;
	letter-spacing: 0;
	color: #005133;
	border-bottom: solid 3px #fff;
	position: relative;
	margin-bottom: 30px;
	text-align: center;
}*/

/*#copyright h3:after {
	position: absolute;
	content: " ";
	display: block;
/*	border-bottom: solid 3px #004970;*/
/*	bottom: -3px;
	width: 20%;
}*/
#copyright-container {
	width:100%;
	max-width: 1080px;
	margin: 0 auto 50px;
	padding: 30px 0;
}
#copyright .copyright_title {
    max-width: 80%;
    margin: 0 auto 100px;
    padding: 10px 0 30px;
    position: relative;
}
#copyright .copyright_title h2 {
    display: inline-block;
    width: 100%;
    margin: 30px auto 30px;
    padding: 10px;
    position: absolute;
    top:0;
    left:0;
    font-size: 1.5rem;/*24px*/
    font-weight: 500;
    line-height: 1.75;
    color: #1b1b1b;
    text-align: center;
}
#copyright .copyright_title h2:after {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    bottom: 0;
    width: 60px;
    margin: auto;
    border-bottom: 2px solid #eabd00;
}
#copyright #copyright-container h3 {
	width: 100%;
	max-width: 85%;
	margin: 0 auto 30px;
	padding: 10px;
	text-align: center;
	border-bottom: 3px solid #eabd00;
	display: block;
	color: #feae01;
	font-size: 1.3125rem;/*21px*/
	font-weight: 400;
	line-height: 1.5;/*24px*/
  }
#copyright .copyright-text p{
	text-align: left;
	margin-bottom: 50px;
}
#copyright .copyright-text2 {
	padding-left:1em;
	text-indent:-1.0em;
}

@media screen and (min-width: 0px) and (max-width: 768px) {
#copyright #copyright-container h3 {
	max-width: 90%;
}
#copyright .copyright-text {
	margin: 0 auto;
	padding: 20px 50px;
}
}
@media screen and (min-width: 0px) and (max-width: 500px) {
#copyright .copyright-text {
	padding: 20px 15px;
}
}