footer{
	color: #fff;
	padding:60px 0 0px;
	line-height: 1.6;
	font-weight: bold;
	/*text-shadow: 1px 1px 0 #fff,
             -1px 1px 0 #fff,
             1px -1px 0 #fff,
             -1px -1px 0 #fff;*/
}
footer a{
	font-weight: bold;
}
.logo{
	padding: 20px;
}
.logo img{
  width: 150px;
}
#footer .inner {
	background: url(../img/footer.jpg) center;
    padding: 0 15px;
    position: relative;
	z-index: 0;
	overflow: hidden;
}
#footer .inner:before{
  content: '';
  background: inherit;
  -ms-background: inherit;
  filter: blur(10px);
  -ms-filter: blur(10px);
  position: absolute;
  top: -5px;
  left: -5px;
  right: -5px;
  bottom: -5px;
  z-index: -1;
}
.upper{
	border-bottom: solid 1px #fff;
	display: flex;
}
.add-txt {
    margin: 20px 0px 0 20px;
    font-size: 18px;
}
.con-txt2{
    margin: 20px 0px 20px 20px;
    font-size: 18px;
}
.con-txt2 span{
	display: block;
}
.con-txt2 p{
	display: block;
	font-size:26px;
}
.con-txt{
    margin: 20px 0px 0 20px;
}
.con-txt span{
	display: block;
}
.mail-adress{
	font-size: 22px;
}
span.small{
	font-size: 14px;
}
.lower{
	display: flex;
	justify-content: space-around;
}
#footer .cv-mail{
	padding-top: 10px;
}
#footer .cv-mail a{
    padding: 18px 20px;
    display: inline-block;
    line-height: 1;
    text-shadow: 0px 0px 0px transparent;
    color: #fff;
    background-color: #e2487c;
    position: relative;
    transition: all .2s;
    overflow: hidden;
}
#footer .cv-mail a:hover {
    background-color: #ff558e;
}
#footer .cv-mail a:after {
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,.2);
    transform: rotate(-45deg);
    position: absolute;
    top: -10%;
    left: -100%;
    transition: .6s ease;
}
#footer .cv-mail a:hover:after {
	animation: cv-submit-hover .8s ease;
}@keyframes cv-submit-hover {
	0% {left: -100%;}
	100% {left: 100%;}
}
#footer span{
	display: block;
}
.copyright{
  	margin: 0 auto; 
    background: #fff;
    font-size: 18px;
    text-align: center;
    color: #000;
    padding: 10px 0 0 0;
}