body {
  background-image: url('../images/footer_lodyas.jpg');
  background-size: cover;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}
h1 {
  margin-top: 20px;
  margin-bottom: -5px;
  font-family: Ubuntu, Helvetica, sans-serif;
  color: #fb0;
  font-size: 30px;
  line-height: 44px;
  font-weight: 300;
  text-transform: none;
}
h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Ubuntu, Helvetica, sans-serif;
  color: #fb0;
  font-size: 26px;
  line-height: 36px;
  font-weight: 300;
}
h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
}
h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
}
h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
}
h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
}
p {
  margin-top: 15px;
  margin-bottom: 5px;
  font-family: Ubuntu, Helvetica, sans-serif;
  color: white;
  font-size: 14px;
  font-weight: 300;
}
.button {
  display: inline-block;
  padding: 4px 15px;
  background-color: black;
  color: white;
  text-align: center;
  text-decoration: none;
}
.sectionhero {
  height: 100%;
  margin-top: 13%;
  background-image: url('../images/footer_lodyas.jpg');
  background-size: cover;
  background-repeat: repeat;
  background-attachment: scroll;
}
.containermain {
  position: static;
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  overflow-x: visible;
  overflow-y: visible;
  height: auto;
  margin-top: 40px;
  margin-right: auto;
  margin-left: auto;
}
.stylelinks {
  position: static;
  display: block;
  padding-bottom: 0px;
  float: none;
  clear: none;
  font-family: Ubuntu, Helvetica, sans-serif;
  color: white;
  font-weight: 300;
  text-decoration: none;
}
.stylelinks.final {
  padding-bottom: 45px;
}
.stylesubtitle {
  font-family: Ubuntu, Helvetica, sans-serif;
  color: #78b302;
  font-weight: 300;
}
.columnright {
  position: static;
  left: 0px;
  top: 0px;
  bottom: 0px;
  display: block;
  text-align: left;
}
.rowstyles {
  padding-right: 0px;
  padding-left: 0px;
}
.columleft {
  position: static;
  top: 0px;
  right: 0px;
  text-align: right;
}
.containerfooter {
  margin-bottom: 50px;
  text-align: center;
}
.fotterblock {
  margin-bottom: 16px;
  text-align: center;
}
.classdivlink {
  position: fixed;
  right: 0px;
  bottom: 0px;
  display: block;
  margin: 30px 10px 10px;
}
.textfooter {
  font-family: Ubuntu, Helvetica, sans-serif;
  color: rgba(255, 255, 255, 0.29);
  font-size: 13px;
  font-weight: 300;
}
.linkfooter {
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  color: white;
  text-decoration: none;
}
.linkfooter:hover {
  color: #ffd900;
}
@media (max-width: 991px) {
  .rowstyles {
    padding-right: 0px;
    padding-left: 0px;
  }
  .columleft {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .columnright {
    text-align: center;
  }
}
@media (max-width: 479px) {
}