.UIFooterControl {
    color: #fff;
    margin: 0 auto;
    padding: 0;
}
.UIFooterControl  .container{
   padding: 15px 0;
    color: #bfbfbf;
    width:1200px;
}

.UIFooterControl .container .copyright{
    font-family: Roboto,"Helvetica Neue",Arial,sans-serif;
    line-height: 1.5;
    font-size: 12px;
}
.UIFooterControl  .container .copyright a{color: #bfbfbf;font-size: 12px;}
.UIFooterControl  .container .copyright a:hover{
color: #d12303;
text-decoration:underline;
}
.UIFooterControl .top .col-md-6 {
}
.UIFooterControl .top .col-md-1  {
    width: 7.33333333%;
}
.UIFooterControl .top{
	background: #1e427c;
    background-image: url("images/bg_footer.png");
}
.UIFooterControl .top p {
color: #b5dcfb;
}
.UIFooterControl .top  .container{
padding: 35px 0 ;
}
.UIFooterControl .top .header {
    color:#fff;
    font-size: 22px;
    display: inline-block;
    margin-bottom: 20px;
}
.UIFooterControl .top .module a {
   color: #b5dcfb;
}
.UIFooterControl .top .module a:hover {
   color: #fff;
   text-decoration:underline;
   font-weight:600;
}
@media only screen and (max-width: 768px) { 
	.UIFooterControl .top .col-md-6 {
    width: 100% !important;
	}
}
.UIFooterControl  .customtitle1 * {
    font-size: 13px;
}
.UIFooterControl  .module.title1 div div * {
    font-size: 13px;
}