.footer {
	text-transform: uppercase;
}
.footer .container-fluid {
    max-width: 1130px;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-top: 45px;
}
@media (min-width: 768px) {
	.footer {
		padding-left: 10px;
		padding-right: 10px;
	}
}
@media (min-width: 992px) {
	.footer .row div.footer-border {
		border-left: solid 1px #ffffff;
		font-size: 14px;
		text-transform: uppercase;
	}
	.footer .row div.footer-border:last-child, .footer .row div.footer-border:nth-child(3n) {
		border-right: solid 1px #ffffff;
	}
	.footer .container-fluid {
		padding-top: 35px;
		padding-bottom: 35px;
		margin-top: 65px;
	}
}
.footer h4 {
    font-family: arimobold;
    font-size: 14px;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    color: #ffffff;
    padding-bottom: 8px;
}
.footer h4.follow {
    padding-bottom: 0;
}
.footer .quick-nav h4 {
    padding-bottom: 2px;
}
.footer p {
    font-family: arimoregular;
    font-size: 14px;
    line-height: 1.29;
    text-transform: uppercase;
    padding-bottom: 25px;
    color: var(--white) !important;
}
.footer a, .footer a:hover, .footer a:active {
    display: block;
    color: white;
}
.footer ul.nav {
    list-style: none;
    display: block;
    margin: 0;
    padding: 0;
}
.footer ul.nav li {
    display: block;
}
.footer ul.nav a {
    display: block;
    line-height: 2.14em;
}
span.facebook, span.instagram, span.twitter {
    display: block;
    width: 100%;
    background-repeat: no-repeat;
}
span.facebook {
    background-image: url("../images/btn/facebook.svg");
    background-size: 15px 27px;
    width: 25px;
    height: 27px;
}
span.instagram {
    background-image: url("../images/btn/insta.svg");
    background-size: 27px 27px;
    width: 37px;
    height: 27px;
}
span.twitter {
    background-image: url("../images/btn/twitter.svg");
    background-size: 30px 27px;
    width: 40px;
    height: 27px;
}
.lettersize {
    padding: 0px;
    margin-top: -24px;
}
.lettersize span, .lettersize span:hover {
    padding: 12px;
    font-family: 'arimobold';
    font-size: 30px;
    line-height: 1em;
    text-decoration: none;
    cursor: pointer;
}
.lettersize span:first-child {
    font-size: 15px;
}
.lettersize span:last-child {
    font-size: 50px;
}

.ff-zoom-hidden, .ff-zoom-hidden.visible {
    display: none;
}
@supports not (zoom:0.5) {
	.ff-zoom-hidden {
	    position: absolute;
	    bottom: 0px;
	    font-size: 14px;
	    background-color: var(--darkish-blue);
	    border: 1px solid var(--white);
	    padding: 10px;
	    width: 88%;
	    text-transform: none;
	    display: none;
	}
	.ff-zoom-hidden.visible {
	    display: block;
	}
	.ff-zoom-hidden .zoom-close {
	    width: 100%;
	    height: 20px;
	    background-image: url("../images/btn/close.svg");
	    background-position: center right;
	    background-size: 15px 15px;
	    background-repeat: no-repeat;
	    position: absolute;
	    right: 15px;
	    cursor: pointer;
	}
}
.footer .form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 15px;
    font-family: 'arimoregular';
    letter-spacing: 1px;
    line-height: 1.5;
    color: #495057;
    background-color: var(--darkish-blue);
    background-clip: padding-box;
    border: 0px;
    border-bottom: 1px solid var(--white);
    border-radius: 0;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    color: var(--white);
}
.footer .footer-btn {
    color: var(--white);
    font-size: 15px;
    font-family: 'arimoregular';
    letter-spacing: 1px;
    padding: 10px;
    background-color: var(--darkish-blue);
    border: 1px solid var(--white);
}
.footer fieldset.logout, .footer div.login  {
    display: flex;
    justify-content: start;
    align-items: center;
}
.footer .footer-btn {
    display: block;
    width: 50px;
    height: 50px;
    padding: 20px;
    color: var(--white);
    letter-spacing: 1px;
    background-color: var(--darkish-blue);
    border: 1px solid var(--darkish-blue);
    font-family: 'arimobold';
    text-transform: uppercase;
    background-image: url('../images/svg/log-in.svg');
    background-position: center center;
    background-size: 25px 25px;
    background-repeat: no-repeat;
}
.footer fieldset.logout .footer-btn {
  background-image: url('../images/svg/log-out.svg');  
}
.footer ul.rights {
    display: flex;
    margin: 0;
    padding: 0;
}
.footer ul.rights li {
	padding: 0;
	margin: 0;
}
.footer ul.rights li:nth-child(odd) {
    list-style-type: none;
}
.footer ul.rights li:nth-child(even) {
    margin-left: 19px;
}
.footer ul.rights li a{
    font-size: 14px;
    padding: 10px 0 10px 0;
}
.footer .btn-outline-primary {
    font-family: 'arimoregular'!important;
    font-size: 14px!important;
    text-align: center!important;
    text-transform: uppercase;
    color: var(--white);
    border-color: var(--white);
    min-width: 120px;
    padding: .25rem .5rem !important;
}
.footer .btn-outline-primary:hover, .btn-outline-primary:focus {
    color: var(--darkish-blue)!important;
    background-color: var(--white);
    border-color: var(--white);
}
.footer .btn-outline-primary.focus, .btn-outline-primary:focus {
    box-shadow: 0 0 0 .1rem var(--white);
    color: var(--darkish-blue)!important;
    background-color: var(--white);
    border-color: var(--white);
}
.footer .btn-outline-primary.disabled, .btn-outline-primary:disabled {
    color: var(--white);
    background-color: transparent
}
.footer div.follow {
	padding-bottom: 32px;
}
.zoom-nav {
	display: none;
}
@media (min-width: 768px) {
	.zoom-nav {
		display: block;
	}
}
.footer .tx-felogin-pi1, .footer #form_kesearch_searchfield {
	max-width: 320px;
}
.footer .members .container-fluid {
	margin-top: 0px !important;
}
@media (min-width: 576px) AND (max-width: 992.99px) {
	.footer .members {
		padding-top: 12px !important;
	}

	.footer .search {
		padding-left: 20px !important;
	}
}
@media (min-width: 576px) {
	.footer #ke_search_searchfield_submit {
		margin-top: 50px;
	}
}
@media (min-width: 992px) {
	.footer #ke_search_searchfield_submit {
		margin-top: 3px;
	}
}

.footer .form-control::placeholder {
 color:#F0F0F0;
 opacity:1
}
