/*--footer layout --*/

#footer {
background: #fafafa;
border-top: 1px solid #ccc;
background-size: auto;
position: relative;
width: 1280px;
margin: 0 auto;
padding: 0;
}


.footer-content {
width: 980px;
padding: 30px 10px;
font-size: 13px;
}
.footer-top {
padding: 20px  0px;
font-size: 13px;
}
.footer-bottom {
width: 100%;
height:40px;
background: #2782BB ;
margin: 0px;
font-size: 13px;
}

.footer-content-bottom {
width: 940px;
margin: 0 auto;
position: relative;
padding: 10px 0px;
font-size: 13px;
font-weight: 400
}

.orange-back {
float:left;
width: 129px;
height: 100%;
background-color:#f15922;
border-right: 1px solid #fff;
z-index: 900;
position: relative;
overflow:hidden;
}


/*--Footer Copy --*/
.orange-back>p {
	text-align: center;
	font-weight: 400;
	font-size: 13px;
	color:#fff;
	overflow:hidden;
	padding: 10px 20px;
}

#masthead, #footer {

box-shadow: 0 2px 7px rgba(0,0,0,0.2);

}
footer ul, #footer ol {
list-style: none;
margin: 0;
padding: 0;
font-size: 13px;
}

#footer-top>ul>li {
float: left;
width: 20%;
font-size: 13px;
}

#footer-top li {
color: #333;;
line-height: 1.6em;
font-size: 13px;
}


#footer-top a {
color: #333;;
display: block;
text-decoration: none;
-webkit-transition: .3s all;
-moz-transition: .3s all;
transition: .3s all;
}
#footer-top a:hover, #footer-top a:focus {
text-decoration: none;
color: #2ca6d6;
}

#footer-top h6 {
font-size: 1em;
color: #2782BB;
margin-bottom: 0.2em;
font-weight: 600;
}


.footer-bottom span {
display: block;
float: right;
color: #fff;

}

.footer-bottom ul {
float: left;
list-style: none;
margin: 0;

}

.footer-bottom ul li {
display: inline;
padding: 0 20px 0 0;
}

.footer-bottom a {
text-decoration: none;
color: #fff;
}

footer hr {
width: 85%;
margin: 8px 0px;
border: 1px dotted #acacac;
}