/** About CSS **/

/** Main Banner **/
#about {
  min-height: 280px;
  background: #000000 url('../images/shop-inside.png') no-repeat center bottom;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 40px;
  padding-bottom: 60px;
  border-bottom: 3px solid #c40007;
  margin-top: 100px;
}

.aboutHeader h1 {
  color: #ffffff;
  font-size: 60px;
  margin-bottom: 0px;
  margin-top: 40px;
  margin-bottom: 30px;
  text-align: center;
}

#about p {
  color: #fff;
  margin-bottom: 20px;
  margin-top: 10px;
}

#about img {
  width: 100%;
  max-width: 400px;
  padding: 10px;
  border: 4px solid #c40007;
  float: right;
  max-width: 460px;
}

#about ul {
  padding-left: 15px;
}

#about li {
  color: #fff;
  list-style-type: none;
  margin-bottom: 20px;
}

#about a {
  color: #ffffff;
  text-decoration: underline;
}

#about a:hover {
  color: #c40007;
}

#about .icon-account-home-2 {
  font-size: 24px;
  color: #fff;
  position: relative;
  right: 0px;
  top: 5px;
  margin-right: 10px;
}

#about .icon-clock-2 {
  font-size: 24px;
  color: #fff;
  position: relative;
  right: 0px;
  top: 6px;
  margin-right: 10px;
}

#about .icon-phone-5-1 {
  font-size: 24px;
  color: #fff;
  position: relative;
  right: 0px;
  top: 5px;
  margin-right: 10px;
}

#about .icon-email {
  font-size: 24px;
  color: #fff;
  position: relative;
  right: 0px;
  top: 7px;
  margin-right: 10px;
}

#about .about-content {

}

#about .about-content p {
  
}

/** Animations **/
.fadeInDownBig {
  animation-duration: 1s;
  animation-delay: .05s;
  animation-iteration-count: 1;
  -webkit-animation-duration: 1s;
  -webkit-animation-delay: .05s;
  -webkit-animation-iteration-count: 1;
  -moz-animation-duration: 1s;
  -moz-animation-delay: .05s;
  -moz-animation-iteration-count: 1;
  -o-animation-duration: 1s;
  -o-animation-delay: .05s;
  -o-animation-iteration-count: 1;
}
/** End Main Banner **/


@media (max-width: 1200px) {

}

@media (max-width: 992px) {

}

@media (max-width: 900px) {

}

@media (max-width: 767px) {
  #about {
    text-align: center;
  }

  #about img {
    float: none;
    margin-bottom: 20px;
    max-width: 300px;
  }

  #about ul {
    padding-left: 0px;
  }
}

@media (max-width: 640px) {

}

@media (max-width: 440px) {
  #about h1 {
    font-size: 48px;
  }
}
