.footer_wrapper {
    background-image: url(../img/bottom-backgr.jpg);
    background-position: top center;
    background-color: #02052b;
    min-height: 280px;
}

.footer_content_wrapper {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	color: #fff;
}

.footer_column {
    width: 602px;
    padding-top: 66px;
}


.ft_addr {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}

.footer_left .footer_row_2 {
	margin-top: 18px;
	margin-bottom: 18px;
}
.footer_right .footer_row_2 {
	margin-top: 30px;
	margin-bottom: 30px;
}

.footer_column a {
    color: #a1d3f2;
    transition: all 0.5s ease;
    font-size: 16px;
}
.footer_column a:hover, .footer_column a:focus {
  color: #a1d3f2;
  transition: all 0.5s ease;
  font-size: 16px;
}

.ft_addr_txt {
	font-size: 18px;
	font-weight: 400;
}
.ft_main {
	font-size: 24px;
	font-weight: 400;
}
.ft_addr_img {
	margin-right: 15px;
}

.ft_interia a span {
    color: #fff;
    transition: all 0.5s ease;
}
.ft_interia {
	margin-top: 46px;
}











@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/adaptive-bottom-backgr.jpg);
	    background-position: top center;
	    background-color: #02052b;
	}




}

@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;
	}



}