

@media (min-width: 769px) {
.UIFooter .container {
    width: 1170px;
    margin:0 auto;
}
.UIFooter .footer .container .row .col .logo img {
    max-width: 100%;
    height: auto;
}
.UIFooter .footer .container .row .col {
    display: inline-flex;
}
.col.col1 {
    width: 65%;
}

.col.col2 {
    width: 17%;
}
}
/******************************************/
@media (max-width: 769px) {
.UIFooter {}
.UIFooter .footer .container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}
.UIFooter .footer .container .row {

}
.UIFooter .footer .container .row .col {
    width: 100%;
}

}
/******************************************/
.UIFooter a {
 display: block;
 padding: 5px 0px;
 color: #dbe1e4;
 font-weight: normal;
 font-size:16px;
}
.UIFooter ul {
    list-style: none;
    margin: 0 0 0 20px;
    padding: 0;
}
.UIFooter .title {
    font-weight: bold;
    margin: 15px 0;
    font-size: 17px;
}
.UIFooter .footer {background-image: url(Images/f.jpg);padding: 30px 0px;position: relative;color: #fff;font-size: 14px;line-height: 20px;}
.UIFooter .footer .container .row .col .logo img {
    max-width: 100%;
    height: 50px;
}
.UIFooter .footer .container .row .col .name {
    text-transform: uppercase;
    display: block;
    margin-bottom: 10px;
}
.UIFooter .footer .container .row .col .logo {
    margin-bottom: 10px;
    font-size: 16px;
    text-transform: uppercase;
    line-height: 1.5;
}
.UIFooter .footer .container .row .col .name strong {
    font-weight: bold;
    font-size: 17px;
}
.UIFooter .li {
    margin-bottom: 5px;
    font-size: 16px;
}
.UIFooter .li .icon {
    margin-right: 5px;
    font-size: 16px;
}
.UIFooter .footer .copyright {
	padding-top: 20px;
    margin-top: 20px;
    text-align: center;
    color: #dbe1e4;
    border-top: 1px solid #a8a8a8;
    font-style: italic;
}
.UIFooter .footer a.btn {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    line-height: 30px;
    text-align: center;
    background: #fff;
    color: #fff;
    padding: 0px;
    margin: 0px 5px;
    border: 0px;
    opacity: 1;
}
.UIFooter .footer ul.social {
    display: inline-flex;
}
.UIFooter .footer span.icon.fa {
    line-height: 30px;
}