/*
 *  File:           style.less/style.css
 *  Author:         Ridwaan Laher
 *  E-mail:         ridwaan@riddlezitindustries.com
 *  Description:    Project custom styles used to style elements OR overide twitter bootstrap styles
 */
/* HTML Element Styling */
html {
  width: 100%;
  height: 100%;
}
body {
  width: 100%;
  height: 100%;
}
nav.navbar-default {
  background-color: #000000;
  background-image: none;
  border-color: transparent;
  box-shadow: none;
}
nav.navbar-default .navbar-nav li a {
  color: #FFFFFF;
  font-weight: bolder;
  font-size: 20px;
}
nav.navbar-default .navbar-nav li a:hover {
  color: #FFFFFF;
}
nav.navbar-default .navbar-nav li a.active {
  color: #FFFFFF;
}
nav.navbar-default .navbar-nav li a:focus {
  outline: none;
  outline: 0;
}
nav.navbar-default .navbar-nav li a.socialLink {
  padding: 0px;
  margin-top: 5px;
  margin-right: 20px;
}
nav.navbar-default .navbar-nav li.active a {
  background-image: none !important;
  background-color: #000000 !important;
}
nav.navbar-fixed-top {
  background-color: #000000;
  background-image: #000000;
  border-color: transparent;
  box-shadow: none;
}
a {
  text-decoration: none;
}
hr {
  margin: 0px;
  border-top: solid;
  color: red;
}
/* /HTML Element Styling */
/* Custom Styles - Universal */
.content-section {
  padding-top: 100px;
}
@media (min-width: 767px) {
  .content-section {
    padding-top: 250px;
  }
}
/* /Custom Styles - Universal */
/* Custom Styles - Home Section */
.home {
  display: table;
  width: 100%;
  height: 100%;
  background-color: #F8F8F8;
}
.home .home-body {
  display: table-cell;
  background-color: #A9A9A9;
  background-image: url("../../attachments/textures/wood_1.png");
  background-repeat: repeat;
  color: #FFFFFF;
  font-size: 20px;
}
.home .home-body a {
  color: #FFFFFF !important;
}
@media (min-width: 767px) {
  .home {
    height: 100%;
    padding: 0;
  }
}
@media (max-width: 767px) {
  .home .home-body .img-responsive {
    width: 100%;
  }
}
/* /Custom Styles - Home Section */
/* Custom Styles - About Section */
.about {
  width: 100%;
  height: auto;
  padding: 55px 0;
  background-color: #F8F8F8;
}
.about .about-body {
  background-color: #C0C0C0	;
  color: #000000;
}
.about .about-body h2 {
  font-size: 50px;
  margin-top: 50px;
}
.about .about-body h2.headerUnderStroke {
  width: 300px;
  border-bottom: 10px solid black;
  margin-top: 0px;
}
.about .about-body h4 {
  color: #BD0008;
}
.about .about-body h5 {
  color: #A5A5A5;
}
.about .about-body p {
  color: #000000;
}
@media (min-width: 767px) {
  .about {
    display: table;
    height: 100%;
    padding: 0;
  }
  .about .about-body {
    display: table-cell;
  }
}
@media (max-width: 767px) {
  .about .about-body h2 {
    margin-top: 0px;
  }
  .about .about-body .aboutPadder {
    margin-left: 0px;
  }
}
/* /Custom Styles - About Section */
/* Custom Styles - Services Section */
.services {
  width: 100%;
  height: auto;
  padding: 55px 0;
  background-color: #F8F8F8;
}
.services .services-body {
  background-color: #C0C0C0;
  color: #000000;
}
.services .services-body h2 {
  font-size: 50px;
  margin-top: 50px;
}
.services .services-body h2.headerUnderStroke {
  width: 300px;
  border-bottom: 10px solid black;
  margin-top: 0px;
}
.services .services-body h4 {
  color: #BD0008;
}
.services .services-body h5 {
  color: #A5A5A5;
}
.services .services-body p {
  color: #000000;
}
@media (min-width: 767px) {
  .services {
    display: table;
    height: 100%;
    padding: 0;
  }
  .services .services-body {
    display: table-cell;
  }
}
@media (max-width: 767px) {
  .services .services-body h2 {
    margin-top: 0px;
  }
  .services .services-body .servicesPadder {
    margin-left: 0px;
  }
}
/* /Custom Styles - Services Section */
/* Custom Styles - Gallery Section */
.gallery {
  width: 100%;
  height: auto;
  padding: 55px 0;
  background-color: #F8F8F8;
}
.gallery .gallery-body {
  background-color: #C0C0C0;
  color: #000000;
}
.gallery .gallery-body h2 {
  font-size: 50px;
  margin-top: 50px;
}
.gallery .gallery-body h2.headerUnderStroke {
  width: 300px;
  border-bottom: 10px solid black;
  margin-top: 0px;
}
.gallery .gallery-body h4 {
  color: #BD0008;
}
.gallery .gallery-body h5 {
  color: #A5A5A5;
}
.gallery .gallery-body p {
  color: #000000;
}
@media (min-width: 767px) {
  .gallery {
    display: table;
    height: 100%;
    padding: 0;
  }
  .gallery .gallery-body {
    display: table-cell;
  }
}
@media (max-width: 767px) {
  .gallery .gallery-body h2 {
    margin-top: 0px;
  }
  .gallery .gallery-body .galleryPadder {
    margin-left: 0px;
  }
}
/* /Custom Styles - Gallery Section */
/* Custom Styles - Contact Section */
.contact {
  width: 100%;
  height: auto;
  padding: 55px 0;
  background-color: #F8F8F8;
}
.contact .contact-body {
  background-color: #A9A9A9;
  background-image: url("../../attachments/textures/wood_1.png");
  color: #000000;
}
.contact .contact-body #contactForm textarea {
  resize: none;
  height: 150px;
}
.contact .contact-body #contactForm .form-control {
  border: 1px solid #000000;
  border-radius: 2px;
  margin-bottom: 20px;
}
.contact .contact-body #contactForm .contactBtn {
  text-align: center;
}
.contact .contact-body #contactForm .contactBtn .btn-custom {
  background-image: transparent;
  background-color: #C8393E;
  border-color: #BD0008;
  color: #F8F8F8;
  text-shadow: none;
  border-radius: 0px;
}
.contact .contact-body #contactForm .contactBtn .btn-custom.btn-lg {
  padding-right: 40px;
  padding-left: 40px;
}
.contact .contact-body #contactForm .contactBtn .btn-custom:hover {
  color: #6D0008;
  border-color: #6D0008;
}
.contact .contact-body #contactForm .contactBtn .btn-custom.active {
  color: #F8F8F8;
  background-color: #C8393E;
}
.contact .contact-body #contactForm .contactBtn .btn-custom:focus {
  outline: none;
  outline: 0;
}
.contact .contact-body #messenger {
  display: none;
}
.contact .contact-body #messageSent {
  display: none;
}
.contact .contact-body #messageSentError {
  display: none;
}
.contact .contact-body h2 {
  color: white;
  font-size: 50px;
  margin-top: 50px;
}
.contact .contact-body h2.headerUnderStroke {
  width: 300px;
  border-bottom: 10px solid black;
  margin-top: 0px;
}
.contact .contact-body h4 {
  color: #BD0008;
}
.contact .contact-body h5 {
  color: #A5A5A5;
}
.contact .contact-body p {
  color: #A5A5A5;
}
@media (min-width: 767px) {
  .contact {
    display: table;
    height: 100%;
    padding: 0;
  }
  .contact .contact-body {
    display: table-cell;
  }
}
@media (max-width: 767px) {
  .contact .contact-body h2 {
    margin-top: 0px;
  }
  .contact .contact-body .contactPadder {
    margin-left: 0px;
  }
}
/* /Custom Styles - Contact Section */
/* Custom Styles - Footer */
.footer {
  width: 100%;
  height: auto;
  padding: 55px 0;
  background-color: #F8F8F8;
}
.footer .footer-body {
  background-color: #282A29;
  color: #F8F8F8;
  padding-top: 10px;
  padding-bottom: 10px;
}
.footer .footer-body .footerBar {
  background-color: #BD0008;
  height: 5px;
  margin: 10px 0px 10px 0px;
}
.footer .footer-body a {
  text-decoration: none;
}
.footer .footer-body a.footerBtn {
  font-weight: bolder;
  color: #F8F8F8;
  margin: 0px 20px 50px 0px;
}
.footer .footer-body a.footerBtn:hover {
  color: #BD0008;
}
.footer .footer-body a.footerBtn.active {
  color: #BD0008;
}
.footer .footer-body a.footerBtn:focus {
  outline: none;
  outline: 0;
}
.footer .footer-body a.socialLink {
  margin-left: 10px;
}
.footer .footer-body .footerText {
  text-align: center;
}
@media (min-width: 767px) {
  .footer {
    display: table;
    padding: 0;
  }
  .footer .footer-body {
    display: table-cell;
  }
}
@media (max-width: 767px) {
  .footer .footer-body .footerPadder {
    margin-left: 0px;
  }
}
/* /Custom Styles - Footer */
/* /Custom Field Icon */
.left-inner-addon {
  position: relative;
}
.left-inner-addon input {
  padding-left: 30px;
}
.left-inner-addon textarea {
  padding-left: 30px;
}
.left-inner-addon i {
  position: absolute;
  padding: 10px 12px;
  pointer-events: none;
}
.right-inner-addon {
  position: relative;
}
.right-inner-addon input {
  padding-right: 30px;
}
.right-inner-addon textarea {
  padding-right: 30px;
}
.right-inner-addon i {
  position: absolute;
  right: 0px;
  padding: 10px 12px;
  pointer-events: none;
}
/* /Custom Field Icon */