footer{
	margin-top: 60px;
}
.top-footer{
	background: linear-gradient(to right, #00478a 0%,#6dbaff 100%);
}
.cordnation{
	padding: 10px 0;
	color: #fff;
}
.cordnation span{
	display: flex;
	height: 79px;
	align-items :center;
	font-size: 16px;
	font-weight: lighter;
}
.cordnation span::before{
	content: " ";
	display: block;
	float: left;
	width: 79px;
	margin-right: 10px;
	height: 79px;
	border: 1px solid #fff;
	border-radius: 10px;
}
span.adrs{
	margin-right: 18px;
}
span.phone{
	margin-right: 18px;
}
span.fax{
	margin-right: 18px;
}
span.adrs::before{
	background: url(../img/icon-place.png) no-repeat center;
}
span.phone::before{
	background: url(../img/icon-phone.png) no-repeat center;
}
span.fax::before{
	background: url(../img/icon-fax.png) no-repeat center;
}
span.mail::before{
	background: url(../img/icon-mail.png) no-repeat center;
}
.footer-content{
	background: #6dbaff;
	padding: 25px 0 40px;
}
.footer-content .section-title{
	display: inline-block;
	font-size: 25px;
	color: #044b8e;
	font-weight: lighter;
	position: relative;
}
.footer-content .section-title::after{
	content: " ";
	display: block;
	float: left;
	height: 4px;
	background: linear-gradient(to right, #00478a 0%,#6dbaff 100%);
	position: absolute;
	top: 15px;
	left: calc(100% + 5px);
}
.sotrafib{
	width: 350px;
	margin-right: 50px;
}
.sotrafib .section-title{
	text-transform: uppercase;
}
.sotrafib .section-title::after{
	width: 240px;
}
.sotrafib p{
	font-size: 14px;
	color: #fff;
}
.flow-us{
	width: 290px;
}
.flow-us .section-title::after{
	width: 150px;
}
.flow-us div{
	margin: 1em 0;
}
.flow-us a{
	display: inline-block;
	width: 140px;
	color: #fff;
	text-decoration: none;
	font-size: 16px;
	font-weight: lighter;
	margin-bottom: 20px;
	line-height: 50px;
	position: relative;
}
.flow-us a:link{
	text-indent: 60px;
}
.flow-us a::before{
	content: " ";
	display: inline-block;
	width: 50px;
	height: 50px;
	position: absolute;
	left: 0;
	box-shadow: inset 0px 0px 0px 0px transparent;
	background-position: 0px 0px;
	transition : all .4s ease-in;
}
.flow-us a:hover::before{
	background-position: -50px 0px;
	transition : all .4s ease-out;
}
.flow-us a.facebook::before{
	background-color: #3f67c0;
	background-image: url(../img/sm-fb.png);
	transition : all .4s ease-in;
}
.flow-us a.youtube::before{
	background-color: #e02f2f;
	background-image: url(../img/sm-yt.png);
	transition : all .4s ease-in;
}
.flow-us a.linkedIn::before{
	background-color: #006699;
	background-image: url(../img/sm-in.png);
	transition : all .4s ease-in;
}
.flow-us a.googlePlus::before{
	background-color: #eb5b4c;
	background-image: url(../img/sm-gp.png);
	transition : all .4s ease-in;
}
.flow-us a.facebook:hover::before{
	background-color: #fff;
	box-shadow: inset 0px 0px 0px 5px #3f67c0;
	transition : all .2s ease-in;
}
.flow-us a.youtube:hover::before{
	background-color: #fff;
	box-shadow: inset 0px 0px 0px 5px #e02f2f;
	transition : all .2s ease-in;
}
.flow-us a.linkedIn:hover::before{
	background-color: #fff;
	box-shadow: inset 0px 0px 0px 5px #006699;
	transition : all .2s ease-in;
}
.flow-us a.googlePlus:hover::before{
	background-color: #fff;
	box-shadow: inset 0px 0px 0px 5px #eb5b4c;
	transition : all .2s ease-in;
}
.links{
	width: 300px;
}
.links .section-title::after{
	width: 245px;
}
.footer-nav{
	width: 150px;
	margin: 1em 0;
}
.prod-list{
	width: 150px;
	margin: 1em 0;
}
.prod-list .list-header{
	display: block;
	font-size: 14px;
	font-weight: bold;
	color: #004937;	
	margin-bottom: 5px;
}
.copyright{
	padding: 20px 0 30px;
	font-size: 12px;
	color: #666;
}
.copyright .premiasoft{
	padding: 5px 10px;
	background: url(../img/premiasoft.png) no-repeat center;
}
.copyright a{
	color: #666;
	text-decoration: none;
	opacity: .8;
}
.copyright a:hover{
	opacity: 1;
}

