#foot-main {
  height:130px;
  background: url(../../assets/img/footer.jpg?!11) top center no-repeat;
  padding:5px;
}

#foot-mail {
  float:right;
  cursor: pointer;
}

#foot-sub {
  background: url(../../assets/img/footer_wool.jpg?!11) top center no-repeat;
  height:217px;
  padding:30px 5px;
}

.foot-title {
  color:#F8AE3B;
  font-weight:bold;
  font-size:30px;
  font-family: "dimbo_regular", Verdana;
}
footer {
  margin-top:71px;
  font-family: Verdana, sans-serif;
  font-weight:bold;
  font-size:13px;
}
footer a {font-size: 13px;}

footer .sub-title {
  color:#fff;
  font-weight:bold;
}


.footer-link {
  text-shadow: 0 2px rgba(0, 0, 0, .6);
}

#copyright {
  color:#fff;
  font-weight:bold;
}
footer #signup-form {
  text-align:center;
  position:absolute;
  bottom:7px;
  left: 92px;
  transform: translateX(-50%);
  height: 58px; /*115*/
  width: 120px; /*212*/
  background: url(../../assets/img/form02.png);
  background-size: 100% 100%;
  display:none;
  padding:11px 9px 9px 9px;

}
footer #signup-form > * {
  display:none;

}
footer #signup-form > .failed, footer #signup-form > .success,
footer #signup-form > .bad-input, footer #signup-form > .loading {
  color:#E1276C;
  text-shadow: none;
  font-size: 10px;
  text-align:left;
  padding-top:2px;
  padding-left: 20px;
}
footer #signup-form > .loading,
footer #signup-form > .success {
  text-align: center;
  position:absolute;
  top: 50%;
  left:5px;
  right:7px;
  transform: translateY(-50%);
}
footer #signup-form input[type=text] {
  border:none;
  border-radius:15px;
  padding:7px 10px;
  width: 160px;
  background-color: #FFFBEF;
  -moz-box-shadow:    inset 0 0 4px 2px #d7c2aa;
  -webkit-box-shadow: inset 0 0 4px 2px #d7c2aa;
  box-shadow:         inset 0 0 4px 2px #d7c2aa;
  color:#E1276C;
  font-weight:bold;
  margin-top:13px;
  outline:none;
}
footer #signup-form input[type=text].bad-input {
  -moz-box-shadow:    inset 0 0 0 2px #E1276C;
  -webkit-box-shadow: inset 0 0 0 2px #E1276C;
  box-shadow:         inset 0 0 0 2px #E1276C;
}
::-webkit-input-placeholder { /* Chrome */
  color:#E1276C;
}
:-ms-input-placeholder { /* IE 10+ */
  color:#E1276C;
}
::-moz-placeholder { /* Firefox 19+ */
  color:#E1276C;
}
:-moz-placeholder { /* Firefox 4 - 18 */
  color:#E1276C;
}

footer #signup-form button {
  position:absolute;
  right:7px;
  top:50%;
  transform:translateY(-37%) translateX(50%);
  /*display:block;*/
  background: none;
  border:none;
  height:42px;
  width:42px;
  cursor:pointer;
  padding:0;
}

footer .figure {
  height:120px;
  position:relative;
}
footer .figure > img {
  position:absolute;
  bottom:-5px;
  left:50%;
  transform: translateX(-50%);
  cursor: pointer;
}

.popup img {max-width:100%;}

@media only screen and (max-width:600px) {
  #foot-sub {text-align:center;}
}
