/* FOOTER */
#footer {
  width: 100%;
  height: auto;
  position: relative;
  background: #0b171f;
  /* background: url("../images/foot-bg.png") repeat; */
  font-size: 12px;
  color: white;
  /* margin: -284px auto 0; */
}

#footer .center-960 {
  width: 100%;
  padding: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 50px;
  /* padding: 40px 10px; */
}

#footer a {
  color: white;
}

.foot-1 {
  background: url("../images/foot-sep.png") no-repeat right center;
  width: 320px;
  float: left;
  margin-right: 20px;
  min-height: 150px;
  padding: 25px 20px 20px 0;
}

.foot-1 .copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  /* background: url("../images/goot-gerb.png") no-repeat left top; */
  /* padding: 5px 0 10px 90px; */
  min-height: 51px;
  line-height: 16px;
  margin-top: 23px;
  margin-bottom: 15px;
}

.foot-1 .copy img {
  width: 150px;
  height: auto;
}

.foot-1 .reserve-block {
  font-size: 10px;
  text-align: center;
}

.foot-2 {
  background: url("../images/foot-sep.png") no-repeat right 44%;
  width: 321px;
  min-height: 150px;
  float: left;
  padding: 25px 20px 20px 0;
  line-height: 25px;
  margin-right: 20px;
}

.foot-2 p i {
  color: #e6153c;
  font-size: 16px;
  margin-right: 8px;
}

.foot-3 {
  width: 243px;
  float: right;
  padding: 25px 20px 20px 0;
}

.foot-3 ul {
  width: fit-content;
  margin: 0;
}

.foot-3 ul li {
  margin-bottom: 8px;
  cursor: pointer;
  transition: color 300ms ease-out;
}

.foot-3 ul li:hover {
  color: goldenrod;
  border-bottom: 1px solid goldenrod;
}

.foot-3 ul li a {
  text-decoration: none;
}

.foot-3 ul li a:hover {
  color: goldenrod !important;
}

.share-block {
  float: right;
  width: 140px;
  overflow: hidden;
}

.foot-3 p {
  /* text-align: right; */
}

.foot-3 p a {
  color: #323131;
}

.update_time {
  font-size: 11px;
  text-align: right;
}

.portfolioErik {
  margin-top: 89px;
}

.eworks,
.portfolioErik {
  width: 250px;
}

.eworks a i, 
.portfolioErik a i {
  color: red;
  font-style: normal;
  border-bottom: 1px solid red;
}

.eworks a em,
.portfolioErik a em {
  color: #323131;
  font-style: normal;
  border-bottom: 1px solid #323131;
}

#subscribe {
  max-width: 500px;
  height: 80px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  overflow: hidden;
  padding: 5px;
  clear: both;
}

#subscribe form {
  width: 100%;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  border: 1px solid #3f67bf;
  border-radius: 50px;
  background: #f6f6f6;
}

#subscribe input {
  line-height: 18px;
  /* height: 18px; */
  outline: none;
  border: none;
  background: none;
  box-shadow: none;
  margin: 0;
}

#subscribe input[type="text"] {
  /* border-right: 1px solid #e8e8e8; */
  width: 100%;
  height: 100%;
  font-size: 15px;
  padding: 0 20px;
}

#subscribe input[type="submit"] {
  width: 200px;
  height: 56px;
  background: goldenrod;
  border-radius: 50px;
  text-align: center;
  color: white;
  font-size: 15px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  margin-right: 5px;
}

#subscribe input[type="submit"]:hover {
  background: #8e6b18;
}

#subscribe .message {
  height: 20px;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  /*	padding-left: 30px;*/
}

/** Media section */

@media only screen and (max-width: 768px) {
  body {
    padding: 0 !important;
  }

  #footer .center-960 {
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
  }

  .foot-1,
  .foot-2 {
    margin: 0;
    padding: 25px 0 0 0;
    background: none;
  }
}
