.footer {
	width: 100%;
	overflow: hidden;
    z-index:2;
    position: relative;
    clear:both;
}
.footer-holder{overflow:hidden; padding-bottom:40px;}

.footer-top {
	background: #090707;
	padding: 30px 0;
    display:block;
    overflow:hidden;
}

.footer-bottom {
	background: #090707;
	padding: 30px 0;
	color: #a1a0a0;
}

.footer-bottom p {
	margin: 0;
}

.footer-top h4 {
	margin-bottom: 16px;
}
.footer .row {
    margin-left: -15px;
    margin-right: -15px;
}
.footer-nav {
	padding: 0 0 30px;
    display: block;
}

.footer-nav li {
	margin-bottom: 7px;
}

.footer-images {
	max-width: 223px;
	margin: 0 auto 30px;
}

.footer-social {
    padding: 19px 0;
}
.footer-images .image-wrap {
	margin-bottom: 15px;
}

.footer-images img {
	border: 1px solid #4a4a49;
}

.newletter-form h4 {
	margin-bottom: 7px;
}

.newletter-form .info {
	display: block;
	color: #a1a0a0;
	margin-bottom: 10px;
}

.newletter-form [type="submit"] {
	margin-top: 10px;
}



.social-icons a {
	 margin-right:15px!important;  display:inline-block;

}
.social-icons a img{width:auto; height:24px;}
.social-icons a svg{width:100%; }

.social-icons a:hover {
	opacity:0.15
}
.inovica {
    float: right;
    padding: 12px 0 0 0;
}
.social-icons a.inovica{width:auto;}

.footer-top .col, .footer-top .col-md, .footer-top .col-sm, .footer-top .col-md-sub, .footer-top .col-xs, .footer-top .col-lg{float:left;}

.input-hold {
    padding-bottom: 5px;
}
.newletter-form h4 {
    margin-bottom: 7px;
}

  .footer-top .col-lg{width:100%;}

  .footer-top .col,.footer-top .col-sm, .footer-top .col-md-sub{width:100%;}
.footer-top .col-xs,.footer-top .col-md{width:50%;}


@media (min-width: 600px){
 
.footer-top {
    padding: 62px 0 36px;
    }
    .footer-top .col{width:100%;}
    .footer-top .col-md, .footer-top .col-md-sub{width:50%;}
    .footer-top .col-sm{width:50%;}
   .footer-top .col-xs{width:25%;}
}



@media (min-width: 1024px){
  
     .footer-top .col,.footer-top .col-md{width:50%;}
    .footer-top .col-sm,.footer-top .col-xs{width:25%;}
}