body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  font-size: 12px;
  font-family: 'Oswald', sans-serif;
}
.container {
  text-align: left;
}
.redtext {
  color: red;
}
.accenttext {
  color: #df7500;
}
a img {
  border: 0;
}
select {
  width: auto;
}
.form-actions {
  margin-bottom: 0;
}
.container-fluid {
  position: relative;
  margin: 0;
  padding: 0;
}
.header {
  position: relative;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  line-height: normal;
  font-family: 'Oswald', sans-serif;
  margin: 0px 0px 20px;
}
h1 {
  font-size: 30px;
}
h2 {
  font-size: 24px;
}
h3 {
  font-size: 16px;
}
h4 {
  font-size: 14px;
}
h5 {
  font-size: 12px;
}
h6 {
  font-size: 10px;
}
p {
  margin: 0px 0px 20px;
}
.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
img {
  display: block;
  height: auto;
  max-width: 100%;
}
.cart-container .headerrow {
  border-bottom: 1px solid #CCC;
}
@media print {
  a[href]:after {
    content: none;
  }
}
/* custom */
.slideout-menu {
  position: fixed;
  top: 0;
  bottom: 0;
  width: 256px;
  min-height: 100vh;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  z-index: 0;
  display: none;
  background-color: #1D1F20;
  background-image: linear-gradient(145deg, #1D1F20, #404348);
}
.slideout-menu-left {
  left: 0;
}
.slideout-menu-right {
  right: 0;
}
.slideout-panel {
  position: relative;
  z-index: 1;
  background-color: #FFF;
  /* A background-color is required */
  min-height: 100vh;
}
.slideout-open,
.slideout-open body,
.slideout-open .slideout-panel {
  overflow: hidden;
}
.slideout-open .slideout-menu {
  display: block;
}
.toggle-nav {
  padding: 12px;
  float: left;
  display: inline-block;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.15);
  border-radius: 3px;
  background: #303030;
  text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.5);
  color: #a92330;
  font-size: 20px;
  transition: color linear 0.15s;
  text-decoration: none;
}
.toggle-nav:hover,
.toggle-nav:active,
.toggle-nav:focus {
  text-decoration: none;
  color: #a92330;
}
.slideout-menu header h2 {
  font-size: 16px;
  padding: 10px 20px;
  text-transform: uppercase;
  font-weight: 700;
  color: #fff;
}
.slideout-menu ul {
  list-style: none;
  padding: 0px;
}
.slideout-menu ul li a {
  color: #fff;
  font-size: 16px;
  padding: 10px 20px;
  display: block;
  font-weight: 300;
}
.slideout-menu ul li a:hover {
  background-color: rgba(255, 255, 255, 0.1);
  text-decoration: none;
}
.slideout-menu ul li a.header_phone {
  color: #5c8d23;
  font-weight: 700;
}
main#panel {
  padding-top: 109px;
}
.header {
  padding-top: 10px;
  padding-bottom: 10px;
}
.navigation ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
  text-align: right;
}
.navigation ul li {
  display: inline-block;
}
.navigation ul li a {
  font-weight: 700;
  font-size: 18px;
  color: #555555;
  line-height: 86px;
  margin-left: 20px;
  display: inline-block;
  font-family: 'Roboto Condensed', sans-serif;
}
.navigation ul li a:hover,
.navigation ul li a.active {
  color: #df7500;
  text-decoration: none;
}
.navigation ul li a.header_phone {
  color: #5c8d23;
}
.navigation ul li a.header_phone:hover {
  text-decoration: underline;
}
.logo a {
  display: inline-block;
}
h1.content-title {
  margin: 0px 0px 20px;
}
h1.content-title p a {
  font-size: 30px;
  font-weight: 400;
  color: #3c3950;
  text-decoration: none;
}
h1.content-title p a:hover {
  color: #df7500;
}
#scrollNav.navbar-fixed-top {
  box-shadow: 0px 2px 5px 1px rgba(0, 0, 0, 0.26);
}
.content {
  padding: 30px 0px 30px;
  font-size: 18px;
}
.content h1.innerTitle {
  color: #a92330;
  font-weight: 700;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 40px;
}
.parallax {
  display: flex;
  height: 600px;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
}
.block {
  border: 1px solid #dbdbdb;
  padding-bottom: 20px;
  text-align: center;
  margin-bottom: 30px;
  border-bottom: 5px solid #dbdbdb;
}
.block h3 {
  margin: 20px 0px;
  font-size: 23px;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
  color: #404c4d;
}
.block a {
  display: inline-block;
}
.footer {
  background: #58585a;
  padding: 30px 0px 20px;
  color: #d7d1cb;
  font-size: 17px;
  font-family: 'Roboto Condensed', sans-serif;
}
.footer .copyright p {
  margin: 0px;
  line-height: 40px;
}
.footer a {
  color: #d7d1cb;
}
.footer ul {
  list-style: none;
  padding: 0px;
}
.footer ul li a {
  text-transform: capitalize;
}
.subfooter {
  border-top: 1px solid #444444;
}
.footer h4 {
  font-size: 18px;
  font-family: 'Roboto Condensed', sans-serif;
  color: #fff;
  font-weight: 700;
  margin: 0px 0px 20px;
}
h4.social {
  margin: 0px;
  line-height: 40px;
  vertical-align: middle;
}
h4.social a {
  display: inline-block;
  vertical-align: middle;
  margin: 0px 2px;
}
.socialConnect {
  text-align: right;
}
.navbar-fixed-top {
  background: #fff;
}
.inner_pages.parallax {
  height: 100px;
}
.learMoreContainer a {
  display: inline-block;
  margin-bottom: 30px;
}
#block_lists p {
  color: #a92330;
  font-size: 20px;
  font-weight: 700;
  font-family: 'Roboto Condensed', sans-serif;
  text-align: center;
}
.activeBox {
  border-color: #a92330;
}
/* Large Devices, Wide Screens */
@media only screen and (max-width: 1200px) {
  .header {
    padding-top: 14px;
    padding-bottom: 14px;
  }
  .navigation ul li a {
    margin-left: 15px;
    font-size: 16px;
    line-height: 76px;
  }
  main#panel {
    padding-top: 106px;
  }
}
/* Medium Devices, Desktops */
@media only screen and (max-width: 992px) {
  .header {
    padding-top: 14px;
    padding-bottom: 14px;
  }
  .navigation ul li a {
    margin-left: 10px;
    font-size: 14px;
    line-height: 56px;
  }
  .parallax {
    height: 400px;
  }
  .copyright {
    font-size: 13px;
  }
  main#panel {
    padding-top: 87px;
  }
}
/* Small Devices, Tablets */
@media only screen and (max-width: 768px) {
  .logo {
    text-align: center;
  }
  .logo a {
    display: inline-block;
  }
  .navigation {
    display: none;
  }
  .parallax {
    height: 300px;
  }
  .block h3 {
    font-size: 16px;
  }
  .socialConnect,
  .copyright {
    text-align: center;
  }
  main#panel {
    padding-top: 109px;
  }
}
/* Extra Small Devices, Phones */
/* Custom, iPhone Retina */
