/* Footer */
/* Import */
/* Variables */
/* Colors */
/* Administration */
/* Responsive variables */
/* Logo */
/* Menu */
/* Animation */
.animate {
  transition-property: all;
  transition-duration: .5s; }

/* Full absolute display */
.full-absolute {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px; }

/*.sub-footer {
	display: block;
	//height: 500px;
	position: inherit;
	//height: 500px !important;
	height: auto;
	overflow: hidden;
	background: red;
}*/
/* Footer */
.footer {
  display: block;
  position: relative;
  background: black;
  overflow: hidden;
  zoom: 1; }

.footer-content {
  text-align: center;
  height: 20px; }
  .footer-content .copyright {
    height: 20px;
    display: inline-block;
    margin: 0px auto;
    padding: 3px 0px;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.75);
    background: violet; }

/* Contact */
.contact-zone .title {
  display: block;
  margin: 0px auto;
  padding: 15px;
  overflow: hidden;
  color: white;
  text-transform: uppercase;
  border-bottom: 1px solid white;
  box-sizing: border-box; }

.contact-zone .form {
  margin: 20px auto; }
  .contact-zone .form input[type=email], .contact-zone .form textarea {
    display: block;
    border: none;
    border-radius: 2px;
    resize: none;
    padding: 10px;
    width: 100%;
    box-sizing: border-box; }
  .contact-zone .form textarea {
    height: 100px;
    margin-bottom: 10px; }
  .contact-zone .form label {
    margin: 10px 0px 5px 0px;
    display: block;
    color: white; }

/* Footer variables & general class */
.contact-elem-size, .contact-zone .title, .contact-zone .form {
  width: 90%;
  max-width: 400px; }

.footer-block, .footer-content, .contact-zone {
  display: block;
  position: relative !important;
  margin: 0px;
  width: 100%;
  height: auto !important;
  overflow: hidden;
  background: fuchsia; }
