#footer {
 float: left;
 width: 100%;
 font-size: 13px;
 color: #3e3e3e;
 background-color: #e8e8e8;
}

#footer ul li {
 padding: 0;
 margin: 0;
 list-style-type: none;
 text-decoration: none;
 background-image: none;
}


/* FOOTER TOP */

#footer_top {
 float: left;
 width: 100%;
 background-color: #dadada;
}


/* FOOTER MENU */

#footer_menu {
 display: flex;
 justify-content: center;
 flex-wrap: wrap;
 float: left;
 width: 100%;
 padding: 16px 0 12px 0;
}

#footer_menu .btn {
 float: left;
 margin: 4px 14px;
}

#footer_menu a,
#footer_menu a:link,
#footer_menu a:hover,
#footer_menu a:visited {
 font-size: 13px;
 line-height: 1.2;
 color: #313131;
}

#footer_menu a:hover {
 color: #714194;
}


/* FOOTER MIDDLE */

#footer_middle {
 float: left;
 width: 100%;
}

#footer_middle .wrapper {
 border-bottom: 1px solid #d0d0d0;
}


/* FOOTER BOTTOM */

#footer_bottom {
 float: left;
 width: 100%;
}

#footer .disclamer {
 float: left;
 width: 100%;
 padding: 0 100px;
 margin: 20px 0 27px 0;
 font-size: 13px;
 line-height: 1.6;
 text-align: center;
}

#footer .by_prostudio {
 float: left;
 width: 100%;
 margin: 0 0 12px 0;
 font-size: 12px;
 text-align: center;
}

#footer .by_prostudio .text {
 float: left;
 width: 100%;
}

#footer .by_prostudio img {
 width: 89px;
 height: 15px;
 margin: 0 0 0 10px;
 vertical-align: middle;
}

@media screen and (max-width:1000px) {
 #footer .disclamer {
  padding: 0;
 }
}


@media screen and (max-width:580px) {
 #footer .by_prostudio .text span {
  display: block;
  width: 100%;
 }
}

