
footer {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    width: 1000px;
    margin: 30px auto 0 auto;
    background: #ffffff;
}
#footer-menu {
	width: 20%;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 25px;
    padding-top: 20px;
    padding-bottom: 50px;    
}
#footer-menu li a {
    color: #959595;
    font-size: 12px;
    font-family: 'Open Sans', sans-serif;
    text-decoration: none;
    font-weight: 400;    
    text-transform: uppercase;
	transition: all 0.3s ease;      
}
#additional-info-footer {
	width: 80%;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
	border-left: 1px solid #ddd;   
    padding-top: 20px;
    padding-bottom: 50px;	 
}
#additional-info-footer .col-md-3.pull-left h3 {
    color: #f78f1f;
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 600;
    margin: 56px 0 30px 0;
}
#additional-info-footer .col-md-3.pull-left li a {
    font-family: 'Open Sans', sans-serif;
    color: #959595;
    font-size: 12px;
    text-decoration: none;
    font-weight: 400;   
	transition: all 0.3s ease;   
}
#additional-info-footer .col-md-3.pull-left li a:hover,
#footer-menu li a:hover {
	color: #2b6ec1;
}
#additional-info-footer .col-md-3.pull-left ul,
#footer-menu ul {
	padding: 0;
}
#additional-info-footer .col-md-3.pull-left li,
#footer-menu li {
    list-style-type: none;
    line-height: 24px;
}
.clearfix {
	clear: both;
}
#footer-bottom p {
    font-family: 'Open Sans', sans-serif;
    color: #959595;
    font-size: 12px;
    font-weight: 400;
    margin: 0 0 5px;  
    padding-left: 10px;      
}
#footer-bottom {
    border-top: 1px solid #ddd;
    padding: 20px 0;
}
.logo-company {
	margin-right: 15px;
	transition: all 0.5s ease;
	opacity: 1;
}
.logo-company:hover,
.logo-company:active {
	opacity: 0.6;	
}
.footer-logo {
	padding-bottom: 15px;
	display: block;
}
.col-md-12.copyright-line {
    text-align: center;
    margin-top: 20px;
    border-top: 1px solid #ddd;
    padding-top: 22px;
}
.col-md-12.logos-cmpny {
	text-align: center;
}
.col-md-12.logos-cmpny a {
	margin: 0 9px;
}
.col-md-12.logos-cmpny a.ml {
	margin-left: 0;
}
.col-md-12.logos-cmpny a.mr {
	margin-right: 0;
}

@media only screen and (max-width : 1024px) {
footer {
	width: 100%;
}
#additional-info-footer .col-md-3.pull-left {
	width: 25%;	
}
}

@media only screen and (max-width : 965px) {
#footer-bottom .pull-left.col-md-8,
#footer-bottom .pull-right.col-md-4 {
	width: 100%;
	text-align: center;	
}
#footer-menu,
#additional-info-footer {
	width: 100%;
	padding-bottom: 20px;
}
#additional-info-footer {
	border-top: 1px solid #ddd;
	border-left: none;
}
#additional-info-footer .col-md-3.pull-left h3 {
	margin: 20px 0 30px 0;
}
.footer-logo {
    width: 115px;
    float: none;
    border-right: none;
    padding: 0;
    margin: 0 auto;
    display: block;
}
.footer-logo img {
    width: 115px;	
}
#footer-menu ul {
    float: none;
    width: 100%;
    margin: 15px 0 0 0;
    text-align: center;
}
#footer-menu li {
    float: none;
    margin: 0 15px;
    display: inline-block;
}

}

@media only screen and (max-width : 700px) {
#additional-info-footer .col-md-3.pull-left {
    width: 50%;
}
}

@media only screen and (max-width : 500px) {
#footer-bottom .pull-left.col-md-8,
#footer-bottom .pull-right.col-md-4 {
	width: 100%;
	text-align: center;	
}
#additional-info-footer .col-md-3.pull-left {
    width: 100%;
}
}
