/** Piercings CSS **/

/** Main Banner **/
#piercings-main {
  min-height: 280px;
  background: url('../images/main-bg.png') no-repeat center bottom;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  text-align: center;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 20px;
  border-bottom: 3px solid #c40007;
}

#piercings-main .piercingsHeader h1 {
  color: #fff;
  font-size: 60px;
  margin-bottom: 0px;
  margin-top: 170px;
}

#piercings-main .sub-head {
  color: #fff;
  font-size: 22px;
  margin-bottom: 20px;
}

#piercings-main a {
  color: #c40007;
}

#piercings-main a:hover {
  color: #c40007;
}


#piercing {
	padding-top: 0px;
	padding-bottom: 40px;
	text-align: center;
}

#piercing .box {
	background-color: #f5f5f5;
	padding: 40px 20px 20px 20px;
	text-align: center;
	margin-top: 0px;
}

#piercing .pricing-chart {
  border: 1px solid #000;
  background-color: #ffffff;
}

#piercing h3 {
	font-size: 28px;
	color: #000000;
	margin-bottom: 0px;
	margin-top: 0px;
  padding-top: 15px;
  padding-bottom: 15px;
  border-bottom: 3px solid #000000;
}

#piercing h4 {
  font-size: 36px;
  color: #000000;
  margin-bottom: 0px;
}

#piercing p {
  padding: 15px 10px;
  border-bottom: 1px solid #ccc;
  margin-bottom: 0px;
}

#piercing .no-border {
  border:  none;
  margin-bottom: 20px;
}

#piercing .ll-button {
  margin-top: 20px;
}

#piercing .facebook-icon {
  display: block;
  background-repeat: no-repeat;
  width: 35px;
  height: 35px;
  background-size: 35px 35px;
  background-image: url('../images/facebook-black.svg')
}

#piercing .instagram-icon {
  display: block;
  background-repeat: no-repeat;
  width: 35px;
  height: 35px;
  background-size: 35px 35px;
  background-image: url('../images/instagram-black.svg')
}

#piercing .facebook-icon:hover {
  background-image: url('../images/facebook-red.svg')
}

#piercing .instagram-icon:hover {
  background-image: url('../images/instagram-red.svg')
}

#portfolio {
  padding-top: 40px;
  padding-bottom: 0px;
  text-align: center;
}

#portfolio p {
  margin-bottom: 20px;
  padding-left: 15px;
  padding-right: 15px;
}

#portfolio h4 {
  font-size: 36px;
  padding-left: 15px;
  padding-right: 15px;
}

#portfolio .ll-button {
  max-width: 300px;
  margin: 0 auto;
}

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


@media (max-width: 1200px) {

}

@media (max-width: 992px) {

}

@media (max-width: 900px) {

}

@media (max-width: 767px) {
  #piercing .pricing-chart {
    margin-top: 20px;
  }

  #piercing .no-border {
    margin-bottom: 0px;
  }
}

@media (max-width: 640px) {

}

@media (max-width: 440px) {

}
