.footer-distributed{
	background-color: #292c2f;
	box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.12);
	box-sizing: border-box;
	width: 100%;
	text-align: left;
	font: bold 16px sans-serif;
	padding: 55px 50px;
	margin-top: 50px;
    font-family: 'Lato', sans-serif;
    color: #fff;
}

.navbar-nav>li>.languages-menu {
  margin-top: 0 !important;
  right: auto;
}

#cookieNoticeContent p {
    font-family: 'Lato', 'Arial' !important;
    text-shadow: none !important;
    font-size: 14px !important;
}

#cookieNoticeContent #cookiesClose a {
    padding: 3px 10px 3px 10px;
    color: #f63f77 !important;
    text-decoration: none !important;
    border: 1px solid #26567f;
    border-radius: 5px;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);
    transition: box-shadow .25s;
}

#cookieNoticeContent #cookiesClose a:hover {
    text-decoration: none !important;
    box-shadow: 0 6px 10px 0 rgba(0,0,0,0.2),0 4px 13px 0 rgba(0,0,0,0.19);
}

footer a {
    color: #fff !important;
    text-decoration: underline !important;
}

footer a:hover {
    color: #f63f77 !important;
}

footer .fa {
    color: #fff;
}

.footer-right .fa {
    font-size: 17px;
}

footer .bank {
    margin-bottom: 2px;
}

.footer-icons a:hover i {
    color: #f63f77 !important;
}

.footer-distributed strong {
    color: #fff;
}

.footer-distributed .footer-left,
.footer-distributed .footer-center,
.footer-distributed .footer-right{
	display: inline-block;
	vertical-align: top;
}

/* Footer left */

.footer-distributed .footer-left{
	width: 30%;
        color: #92999f;
        font-size: 14px;
        font-weight: normal;
}

/* The company logo */

.footer-distributed h3{
	color:  #ffffff;
	font: normal 36px 'Cookie', cursive;
	margin: 0;
}

.footer-distributed h3 span{
	color:  #5383d3;
}

/* Footer links */

.footer-distributed .footer-links{
	color:  #ffffff;
	margin: 20px 0 12px;
	padding: 0;
}

.footer-distributed .footer-links a{
	display:inline-block;
	line-height: 1.8;
	text-decoration: none;
	color:  inherit;
}

.footer-distributed .footer-company-name{
	color:  #8f9296;
	font-size: 14px;
	font-weight: normal;
	margin: 0;
}

/* Footer Center */

.footer-distributed .footer-center{
	width: 45%;
}

.footer-distributed .footer-center i{
	background-color:  #33383b;
	color: #ffffff;
	font-size: 25px;
	width: 38px;
	height: 38px;
	border-radius: 50%;
	text-align: center;
	line-height: 42px;
	margin: 10px 15px;
	vertical-align: middle;
}

.footer-distributed .footer-center i.fa-envelope{
	font-size: 17px;
	line-height: 38px;
}

.footer-distributed .footer-center p{
	display: inline-block;
	color: #ffffff;
	vertical-align: middle;
	margin:0;
}

.footer-distributed .footer-center p span{
	display:block;
	font-weight: normal;
	font-size:14px;
	line-height:2;
}

.footer-distributed .footer-center p a{
	color:  #5383d3;
	text-decoration: none;;
}


/* Footer Right */

.footer-distributed .footer-right{
	width: 20%;
        color: #92999f;
        font-weight: normal;
        font-size: 14px;
}

.footer-distributed .footer-company-about{
	line-height: 20px;
	color:  #92999f;
	font-size: 13px;
	font-weight: normal;
	margin: 0;
}

.footer-distributed .footer-company-about span{
	display: block;
	color:  #ffffff;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 20px;
}

.footer-distributed .footer-icons{
	margin-top: 25px;
}

.footer-distributed .footer-icons a{
	display: inline-block;
	width: 35px;
	height: 35px;
	cursor: pointer;
	background-color:  #33383b;
	border-radius: 2px;

	font-size: 20px;
	color: #ffffff;
	text-align: center;
	line-height: 35px;

	margin-right: 3px;
	margin-bottom: 5px;
}

.footer-links a {
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 11px;
    text-decoration: none !important;
    padding-right: 8px;
    line-height: 22px !important;
}

@media (max-width: 480px) {
    .footer-links a {
        font-size: 14px;
        line-height: 34px !important;
        padding-right: 20px;
    }
}

/* If you don't want the footer to be responsive, remove these media queries */

@media (max-width: 880px) {

	.footer-distributed{
		font: bold 14px sans-serif;
	}

	.footer-distributed .footer-left,
	.footer-distributed .footer-center,
	.footer-distributed .footer-right{
		display: block;
		width: 100%;
		margin-bottom: 40px;
		text-align: center;
	}

	.footer-distributed .footer-center i{
		margin-left: 0;
	}

}

/* GCZ */
.ue {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 30px 0;
    color:white;
    background: #000000;
    /* width: 84%; */
	margin: 0 auto;
	/* margin-top: 70px; */
}
.ue img {
    margin-right: 77px;
}
.ue p {
    margin:0;
    font-size: 14px;
	line-height: 18px;
	font-weight: normal;
}
.ue p span {
    display: inline;
    font-weight: bold;
}
.footer-distributed hr {
    margin-bottom: 0;
}
@media screen and (max-width:1400px) {
    .ue {
        margin:0 auto;
    }
    .ue > div:nth-of-type(2) {
        flex-basis: 25%;
        /* margin-left: 8%; */
    }
}
@media screen and (max-width:1200px) {

    .ue img {
        margin-right: 0;
    }
     .ue > div:nth-of-type(1) {
         display: flex;
         flex-grow: 1;
         justify-content: space-between;
     }
     .ue > div:nth-of-type(2) {
         flex-basis: 27%;
         margin-left: 8%;
     }
}
@media screen and (max-width:870px) {
    .ue {
        flex-direction: column;
    }
    .ue > div {
        width: 100%;
    }
    .ue > div:nth-of-type(2) {
        margin:0;
        margin-top: 20px;
        display: flex;
	}
	
    .ue br { display: none;}
}
@media screen and (max-width:770px) {
    .ue br {
        display: block;
    }
    .ue span {
        display: block !important;
    }
   .ue > div:nth-of-type(1) {
       flex-wrap: wrap;
       justify-content: space-evenly;
   }
   .ue  img {
       margin-right: 15px;
       margin-bottom: 10px;
   }
}
/* #GCZ */
