.newsletter{
    background:rgba(117, 117, 117, 0.9);
    color:#fff;
    padding:40px 0;
}
.newsletter h4,
.newsletter p{
    display: inline-block;
    margin:0;
}
.newsletter h4{
    color:rgba(255,255,255,0.5);
    position: relative;
    margin-right: 30px;
}
.newsletter h4::after{
    letter-spacing: 0px;
    transform: rotate(90deg);
    display: block;
    right: -39.5px;
    top: 2px;
    content: "....";
    position: absolute;
    color: #BDBDBD;
    font-size: 30px;
    font-family: serif;
    font-weight: normal;
}
.newsletter input[type="email"]{
    padding:18px 30px;
    color:#707070;
}
.newsletter input[type="submit"]{
    background: #75C921;
    border-radius: 0 60px 60px 0;
    width:170px;
    padding:18px 0
}
.newsletter .row > div{
    display: flex;
    align-items: center;
}

.footer-wrap {
    padding: 60px 0;
}
.footer-logo img{
    width: 145px;
    opacity: 0.5;
    margin-bottom: 14px;
}
.footer-logo p {
    color: rgba(255,255,255,0.5);
    font-size: 15px;
    font-weight: 100;
    margin-bottom:30px;
    padding-right:20px;
}
.footer-logo p:last-child{
    margin-bottom:0;
}
.footer-logo p a {
    color: rgba(255,255,255,0.5);
	text-decoration: none;
	/* font-weight:bold; */
}
.footer-logo p a:hover {
    color:#75C921;
	text-decoration: none;
}
.footer-address p{
    line-height: 150%;
	padding-top: 5px;
}
footer{
    background: url("../img/footer.jpg");
    position: relative;
    background-size: cover;
}
footer::before{
    content:"";
    position: absolute;
    top:0;
    bottom:0;
    left:0;
    right:0;
    background: linear-gradient(to bottom, rgba(117,117,117,1) 0%,rgba(117,117,117,0.9) 100%);
}
footer h4{
    color:rgba(255,255,255,0.5);
    margin-bottom:30px;
}
footer ul{
    padding:0;
    list-style: none;
    margin:0;
}
footer ul li{
    margin-bottom:10px;
}
footer ul a{
    color:#fff;
}
footer ul a:hover{
    color:#75c921;
    text-decoration:none;
}
footer .fab{
    color:#fff;
}
.copyright{
    position: relative;
    padding-bottom: 25px;
}
.copyright-links a{
    margin-right:30px;
}
.copyright .container > div{
    display: flex;
    justify-content:space-between;
}
.copyright div .fab{
    color: #757575;
    background: rgba(255,255,255,0.5);
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 60px;
    transition: all .2s ease;
}
.copyright-social{
    text-align: right;
}
.copyright-social a{
    margin-right:20px;
}
.copyright-social a:hover{
    text-decoration:none
}
.copyright-social a:first-child .fab:hover { /* Facebook */
    background: #3b5998;
    color: #fff;
}
.copyright-social a:nth-child(2) .fab:hover{ /* Twitter */
    background: #1da1f2;
    color: #fff;
}
.copyright-social a:nth-child(3) .fab:hover{ /* LinkedIn */
    background: #007bb5;
    color: #fff;
}
.copyright-social a:nth-child(4) .fab:hover{ /* YouTube */
    background: #ff0000;
    color: #fff;
}
.copyright-social a:last-child{
    margin-right:0;
}
.copyright .container div:nth-child(2){
    text-align: center;
}
.copyright .container div:last-child a{
    display: inline-block;
}
.copyright p{
    color:rgba(255,255,255,0.5);
    font-size: 13px;
    margin:0;
}
.copyright-links a{
    text-transform:uppercase;
    color:#fff;
    font-size:13px;
}
.copyright-links a:hover{
    color:#75C921;
    text-decoration:none;
}
.copyright-company a{
    color:rgba(255,255,255,0.5);
}
.copyright-company a:hover{
    color:#75C921;
    text-decoration:none;
}

#cookie_settings {
	background-color: #0D5EAF;
	position: fixed;
	bottom: 0px;
	width: 100%;
	color: white;
	border-top: 1px white solid;
	z-index: 10;
}
#cookie_settings .container {
	padding-top: 10px;
	padding-bottom: 10px;
}
#cookie_settings .cookie-description {
	margin: 20px 0px;
	display: block;
}
#cookie_settings .cookie-actions {
	display: flex;
}
.cookie-status-agree .fa-check {
	color: #75C921;
}

@media (max-width: 1199px) {

    .newsletter .row .col-sm-50:nth-child(1) {
        display: flex;
        -webkit-align-items: center;
    }

}

@media (max-width: 991px) {

    .footer-logo {
        padding-bottom: 30px;
    }

    .footer-logo div {
        display: flex;
    }

    .footer-logo div p {
        padding-right: 0;
        margin-bottom: 0;
    }

    .copyright-links a {
        margin-right: 15px;
    }

    .footer-wrap .row {
        display: flex;
        flex-wrap: wrap;
    }

    .footer-wrap .footer-block:nth-child(2) {
        margin-bottom: 30px;
    }

    .footer-wrap .footer-block:nth-child(3) {
        margin-bottom: 30px;
    }

    .newsletter .row .col-sm-50:nth-child(1) p {
        flex-basis: 50%;
    }
}

@media (max-width: 767px) {

    .copyright-links {
        display: none;
    }

    .copyright .container {
        flex-direction: column-reverse;
    }

    .copyright-social {
        margin-bottom: 30px;
    }

    .footer-wrap {
        text-align: center;
    }

    .footer-logo {
        text-align: center;
    }

    .footer-logo div {
        display: none;
    }

    .footer-wrap .footer-block:nth-child(2) {
        margin-bottom: 10px;
    }

    .footer-wrap .footer-block:nth-child(3) {
        margin-bottom: 10px;
    }

    .footer-block {
        margin-bottom: 10px;
    }

    .footer-block h4 {
        margin-bottom: 10px;
    }

    .footer-wrap {
        padding: 60px 0 15px;
    }


    .newsletter h4 {
        display: none;
    }

    .newsletter {
        padding: 5px 0 40px;
    }

    .newsletter .row .col-sm-50:nth-child(1) p {
        flex-basis: 100%;
        text-align: center;
        margin-bottom:15px;
        margin-top: 7px;
    }

    .newsletter .row > div:nth-child(1) {
        width: 100%;
        justify-content: center;
        flex-direction:column;
    }

    .copyright .container > div {
        flex-direction: column-reverse;
        align-items: center;
    }
}

@media (max-width: 576px) {


    .newsletter .row > div:nth-child(2) {
        width: 100%;
    }

    .newsletter .row {
        flex-direction: column;
    }
}

@media (max-width: 420px) {

    .newsletter input[type="submit"] {
        width: 60px;
        text-indent: -999px;
    }

    .newsletter input[type="email"] {
        padding: 18px 90px 18px 30px;
    }

}
