.footer_wrapper {
    background-image: url(../img/bottom-bakgr.gif);
    /* background-position: top center; */
    /* background-color: #02052b; */
    min-height: 370px;
    background-repeat: repeat;
}
.ftr-line {
    background-image: url(../img/line-2-backgr.gif);
    background-position: top center;
    height: 5px;
    width: 100%;
}
.ftr-line2 {
    background-image: url(../img/line-1-backgr.gif);
    background-position: top center;
    height: 5px;
    width: 100%;
}


.footer_content_wrapper {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    color: var(--footer-txt);
}

.footer_column {
    width: 602px;
    padding-top: 60px;
}
.ft_icons {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    margin-bottom: 29px;
    margin-top: 15px;
}
.top_fb_bottom {
	margin-right: 18px;
}

.ft_addr {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}

.footer_left .footer_row_2 {
    margin-top: 32px;
    margin-bottom: 22px;
}
.footer_right .footer_row_2 {
    margin-top: 16px;
    margin-bottom: -28px;
}

.footer_column a {
    color: var(--footer-link-color);
    transition: all 0.5s ease;
    font-size: 16px;
}
.footer_column a:hover, .footer_column a:focus {
  color:  var(--footer-link-color-hover);
  transition: all 0.5s ease;
  font-size: 16px;
}

.ft_addr_txt {
    font-size: 22px;
    font-weight: 300;
}
.ft_main {
	font-size: 24px;
	font-weight: 400;
}
.ft_addr_img {
    margin-right: 15px;
    padding-top: 0px;
    min-width: 46px;
}

.ft_interia a span {
    color: var(--footer-txt-interia);
    transition: all 0.5s ease;
}
.ft_interia {
    margin-top: 50px;
}
.footer_right {
	font-size: 16px;

}
.footer_left {
    font-size: 18px;
    font-weight: 300;
    line-height: 32px;
}


.social-icons-wrapper {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}
.ft_icons_wrap img {
	margin-right: 17px;
}


.ft_fln {
    font-size: 28px;
}





@media only screen and (max-width : 1200px) {

	.footer_content_wrapper {
	    display: -webkit-flex;
	    display: -moz-flex;
	    display: -ms-flex;
	    display: -o-flex;
	    display: flex;
	    justify-content: center;
	    flex-wrap: wrap;
	    padding-bottom: 60px;
	    text-align: center;
	    padding-top: 40px;
	}
	.ft_addr {
	    display: -webkit-flex;
	    display: -moz-flex;
	    display: -ms-flex;
	    display: -o-flex;
	    display: flex;
	    justify-content: center;
	}	
	.footer_column {
	    width: 100%;
	    padding-top: 22px;
	}

	.footer_right .footer_row_2 {
	    margin-top: 17px;
	    margin-bottom: 0px;
	}
	.ft_interia {
	    margin-top: 17px;
	}


.footer_wrapper {
    /* background-image: url(../img/bottom-backgr-adaptive.jpg); */
    background-position: top center;
}
.footer_row_1 img {
	display: block;
	margin-right: auto;
	margin-left: auto;
}
.ft_icons {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    margin-bottom: 29px;
    margin-top: 15px;
    justify-content: center;
}


}

@media only screen and (max-width : 992px) {



}



/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
	
	/*Disable Animation on Mobile Devices*/
	.animated {
		/*CSS transitions*/
		-o-transition-property: none !important;
		-moz-transition-property: none !important;
		-ms-transition-property: none !important;
		-webkit-transition-property: none !important;
		transition-property: none !important;
		/*CSS transforms*/
		-o-transform: none !important;
		-moz-transform: none !important;
		-ms-transform: none !important;
		-webkit-transform: none !important;
		transform: none !important;
		/*CSS animations*/
		-webkit-animation: none !important;
		-moz-animation: none !important;
		-o-animation: none !important;
		-ms-animation: none !important;
		animation: none !important;
	}

.ft_addr_txt {
    font-size: 22px;
    font-weight: 300;
    text-align: left;
}
.ft_addr_2 {
	text-align: left;
}

}

@media only screen and (max-width : 600px) {
	.ftr-line {
	    background-image: url(../img/bottom-line-backgr-adaptive.gif);
	    background-position: top center;
	    height: 8px;
	    width: 100%;
	}

)

@media only screen and (max-width : 540px) {
	.top_fb_bottom {
	    margin-right: 11px;
	    margin-left: 11px;
	}

.ft_icons {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    margin-bottom: 29px;
    margin-top: 15px;
    justify-content: center;
    flex-wrap: wrap;
}


}

