
body {
  font-family: "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
  font-size: 14px;
  line-height: 18px;
  color: #4E4E4E;
  background-color: #f8f8f0;
}

h1, .h1 {font-size: 2rem; font-weight: 600;}
h2, .h2 {font-size: 1.8rem; font-weight: 600;}
h3, .h3 {font-size: 1.6rem; font-weight: 600;}
h4, .h4 {font-size: 1.4rem; font-weight: 600;}
h5, .h5 {font-size: 1.3rem; font-weight: 600;}
h6, .h6 {font-size: 1.2rem; font-weight: 600;}


a {
  color: #0fa8b3;
  transition: color .2s ease-in-out;
}

a:hover {
  color: #0bbec8;
  text-decoration: none;
}

#wrap .index {
  background-image: url(/images/index_container_bg.jpg);
  background-repeat: repeat-x;
}



.img_left {
  float: left;
  margin: 0 20px 18px 0;
}

p {
  margin-bottom: 18px;
}

.home_box_text {
  font-size: 16px;
  font-weight: normal;
  color: #444;
}

.module_body {
  display: block;
  width: 100%;
  height: 230px;
  background: url(/images/module_body_bg.png) no-repeat center center;
  background-size: cover;
  border: 1px none #8C1313;
}

.module_body:hover {
  background-image: url(/images/module_body_hover_bg.png);

}

.module_header {
  width: 100%;
  height: 36px;
  border: 1px none #111111;
  background: url(/images/columnhead1.png) no-repeat center center;
  background-size: cover;
  text-align: center;
  padding-top: 10px;

}

.module_body img {
  border: 1px solid #fafafa;
  margin: 0 auto;
  text-align: center;
}

#main_content .module_body h3.sifr_underline_fix_01,
#sidebar .module_body h3.sifr_underline_fix_01 {
  width: auto;
  font-size: 15px;
}

.module_body p {
  padding: 9px 10px;
  margin: 0;
}


#main_content .module_header h3 a,
#sidebar .module_header h3 a {
  color: #F4D8A8;
  text-decoration: none;
}

.shadow_bg {
  width: auto;
  height: 60px;
  background: url(/images/shadow_bg.jpg) repeat-x;
}
/*
Extra small devices (portrait phones, less than 576px)
No media query since this is the default in Bootstrap because it is "mobile first"
*/


/* --------------------------------------------------------
    Header
   -------------------------------------------------------- */
.header {background: url(/images/noisy_bg.jpg);}

/* --------------------------------------------------------
    Navigation
   -------------------------------------------------------- */

  .navbar {padding: .5rem 0 0; text-transform: uppercase; font-family: 'Times New Roman', Times, serif;}

  .navbar a.nav-link:before {
    content: " | ";
    margin-right: .5em;
  }

  a.nav-link {
    color: #183243;
    font-size: 1.1rem;
  }

  a:hover.nav-link,
  a.nav-link.active {
    color: #3c7ba6;
  }

  .dropdown-menu {
    background: #fff url(/images/dropdown_shadow_bg.png) center top;
    background-size: cover;
  }

  .dropdown-menu li {
    line-height: 36px;
  }

  a.dropdown-item {
    border-top: 1px solid #FFF;
    border-bottom: 1px solid #EFEFEF;
    height: 34px;
    font-family: Lucida Sans Unicode,
    Lucida Grande,
    sans-serif;
    font-size: 12px;
    text-transform: uppercase;
    color: #3c7ba6;
  }

  a:hover.dropdown-item {
    text-decoration: underline;
    color: #183243;
    background: transparent;
  }

   .navbar-toggler {
    padding: .25rem 0rem;
    font-size: 1.5rem;
    color: #0fa8b3;
  }

/* --------------------------------------------------------
    Header graphics/slideshow
   -------------------------------------------------------- */

#slider_wrap {
  width: auto;
  height: 290px;
  background: url(/images/noisy_bg.jpg);
}
.slider_gradient_bg {
  width: auto;
  height: 290px;
  background: url(/images/gradient_bg.png);
  background-position-x: 0%;
  background-position-y: 0%;
  background-position: -510px;
}

.slider_transpatent_border {
  width: auto;
  height: 290px;
  background: url(/images/slider_transparent_border.png) repeat-x;
}

#homeslider h2 {
  margin-top: 20px;
  display: block;
  font-size: 29px;
  height: 72px;
  line-height: 36px;
  color: #C58321;
  font-family: "Times New Roman", Times, serif;
}

#homeslider p {
  font-size: 14px;
  margin: 18px 0;
}

#homeslider img {
  margin-left: 30px;
}

#homeslider a.button_01 {
  display: block;
  float: left;
  width: 206px;
  height: 60px;
  background: url(/images/template_buttons.png) 0 -60px no-repeat;
  margin-top: 30px;
}

.text_replace {
  background-repeat: no-repeat;
  outline: 0;
  text-indent: -99999px;
}

#homeslider a.button_01:hover {
  background-position: 0 0;
}

  /* --------------------------------------------------------
    Contact Form
   -------------------------------------------------------- */
  #frmContact .form-control {
    background: #fff;
    border: none;
    margin-bottom: 5px;
    border-radius: 5px;
  }

  .emailResponse {
    margin: 2em 0.5em 1em;
    padding: 0.5rem 1rem;
    border: 2px solid transparent;
    color: #fff;
  }

  .emailResponse.success {
    border-color: #529762;
  }

  .alert-success {background-color: #189135}

  .emailResponse.error {
    border-color:red;
  }

  .valError {
    color: red;
    font-weight: bold;
    font-style: italic;
    font-size: .9em;
  }

  #frmContact #submit {
    margin-top: 15px;
    margin-bottom: 15px;
    padding: 10px 0;
    width: 100%;
  }


/* --------------------------------------------------------
    Footer
   -------------------------------------------------------- */

#footer_wrap {
  color: #ccc;
  font-size: 12px;
  width: auto;
  height: auto;
  background: url(/images/dark_noisy_bg.jpg);
}

.footer_gradient_bg {
  width: auto;
  height: 54px;
  background: url(/images/footer_gradient_bg.png) repeat-x;
}

#footer_content {
  padding-bottom: 36px;
}

.footer_container_01 {
  overflow: hidden;
  width: 940px;
  background: url(/images/footer_vertical_separate_line_container_01.png) top center repeat-y;
}

#footer_content h4 {
  display: block;
  font-size: 13px;
  height: 17px;
  color: #c2c2c2;
  border-bottom: 1px solid #c2c2c2;
  margin-bottom: 18px;
}

#footer_content p,
#footer_content ul {
  margin-bottom: 18px;
}

#footer_content .footer_column h4.sifr_underline_fix_02 {
  width: 120px;
}

#footer_wrap a {
  color: #F8F8F0;
  text-decoration: none;
  font-weight: bold;
}

#footer_wrap a:hover {
  color: #4894c7;
  text-decoration: none;
  border: none;
}

.footer_logos {
  list-style: none;
  text-align: center;
}

.footer_logos li {
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 10px;
}

/* --------------------------------------------------------
    HOME
   -------------------------------------------------------- */
.slick {
  display: none;
}

#homeslider {
  z-index: 1;
}

#homeBoxes {z-index: 2; background-color: #fff;}

.homeBox {
  background: #fff url(/images/homeBox.png) no-repeat center center;
  border: solid 2px #0fa8b3;
  border-radius: 25px;
  background-size: cover;
  height: 100%;
}

.homeBox .h2 {color: #121e28;}

:hover.homeBox {
  background-image: url(/images/homeBox-on.png);
  border-color: #fff;
}

:hover.homeBox .h2 {color: #0fa8b3;}
:hover.homeBox p {color: #fff;}
a.blueButton {font-size: 1.3rem; line-height: 1;}

/* --------------------------------------------------------
    PAGE
   -------------------------------------------------------- */

.path_transpatent_border {
  width: auto;
  background: url(/images/path_transparent_border.png) repeat-x;
}

.path_gradient_bg {
  width: auto;
  background-image: url(/images/gradient_bg.png);
  background-position: -510px;
}

   #page_title.h2 {
  font-size: 17px;
  font-weight: bold;
  color: #860A0A;
  padding-top: 20px;
}


#path {
  font-size: 12px;
  height: 50px;
}

#path_wrap {
  width: auto;
  height: 110px;
  background-image: url(/images/noisy_bg.jpg);
  background-repeat: repeat;
}

#path a {
  color: #306385;
  text-decoration: underline;
}

#path a:hover {
  color: #959595;
  text-decoration: none;
}

#main_container {
  width: auto;
  height: auto;
  margin-top: 30px;
  background-image: url(/images/container_bg.jpg);
  background-repeat: repeat-x;
}

#main_content a {
  color: #4894c7;
  text-decoration: none;
}

#main_content h2 {
  display: block;
  font-size: 23px;
  line-height: 36px;
  color: #B87A1F;
  font-family: "Times New Roman", Times, serif;
}

#main_content h4 {
  display: block;
  font-size: 20px;
  line-height: 36px;
  font-weight: bold;
  color: #BD813E;
  font-family: "Times New Roman", Times, serif;
}

#main_content .pullquote_right {
  float: right;
  width: 280px;
  font-family: "Times New Roman", Times, serif;
  font-style: italic;
  color: #C58321;
  font-size: 20px;
  line-height: 27px;
  margin-bottom: 18px;
  margin-left: 60px;
  font-weight: bold;
  border-left-width: 1px;
  border-top-style: solid;
  border-bottom-style: solid;
  border-top-color: #AE0000;
  border-bottom-color: #AE0000;
  text-align: center;
  padding-top: 22px;
  padding-right: 0;
  padding-bottom: 23px;
  padding-left: 10px;
}

#main_content span.dropcaps {
  font-family: Garamond, Hoefler Text, Times New Roman, Times, serif;
  font-size: 42px;
  float: left;
  line-height: 34px;
  margin-top: 2px;
  margin-right: 3px;
  font-weight: normal;
}

.container h2#page_title {
  font-size: 17px;
  font-weight: bold;
  color: #860A0A;
  padding-top: 20px;
}

#search_wrap a:hover {
  color: #A00;

}

a {
  color: #7F0909;
}

#search_wrap {
  margin-top: 20px;
  margin-right: 0;
  margin-bottom: 10;
  margin-left: 0;
  height: 60px;
  width: 200;
  background-image: url(/images/brochure-pdf-but.png);
  background-repeat: no-repeat;
  background-position: left top;
  padding-left: 40px;
  font-size: 14px;
  font-weight: bold;
}

#search_wrap form {
  height: 27px;
  padding: 4px 0 5px 0;
}

#search_wrap input.field {
  float: left;
  width: 176px;
  padding: 4px 0 5px 5px;
  font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
  font-size: 12px;
  text-transform: uppercase;
  color: #555;
  margin-right: 10px;
  border: 1px solid #e1e1e1;
}

input.search_form_button {
  float: left;
  background: url(/images/arrow_btn.png) no-repeat;
  width: 27px;
  height: 27px;
  border: 0;
  cursor: pointer;
}

/* --------------------------------------------------------
    SIDEBAR
   -------------------------------------------------------- */

#sidebar_sub_navigation {
  padding-bottom: 36px;
}

#sidebar_sub_navigation .h4 {
  display: block;
  font-size: 14px;
  width: 100%;
  height: 36px;
  padding-left: 30px;
  line-height: 36px;
  color: #F4D8A8;
  background-image: url(/images/columnhead1.png);
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 0;
}

ul#sub_navigation_bg {
  font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
  background: url(/images/sidebar_sub_navigation_bg.png);
  padding: 18px 0 0 0;
  line-height: 36px;
  list-style: none;
  margin:0 0 18px ;
}

ul#sub_navigation_bg li.selected {
  background: url(/images/sub_navigation_list_bg.png) no-repeat;
}

ul#sub_navigation_bg li:hover {
  background: url(/images/sub_navigation_list_bg.png) no-repeat;
}

ul#sub_navigation_bg li.last:hover {
  background: none;
}

ul#sub_navigation_bg li div {
  margin: 0 20px;
  border-top: 1px solid #FFF;
  border-bottom: 1px solid #e4e4e4;
}

ul#sub_navigation_bg li .first {
  border-top: none;
}

ul#sub_navigation_bg li .last {
  border-bottom: none;
}

ul#sub_navigation_bg li a {
  color: #306385;
  text-decoration: none;
}

ul#sub_navigation_bg li a.selected {
  color: #183243;
}

ul#sub_navigation_bg li a:hover {
  color: #183243;
}

ul#sub_navigation_bg li ul {
  position: relative;
  left: -20px;
  width: 198px;
  padding: 9px 0;
  border-left: 2px solid #183243;
  margin-bottom: 0;
  list-style: none;
}

ul#sub_navigation_bg li ul li {
  font-size: 12px;
  margin: 0 0 0 18px;
  border: none;
  background: url(/images/sub_navigation_arrow.png) no-repeat;
  background-position: 0 15px;
  padding-left: 10px;
}

ul#sub_navigation_bg li ul li:hover {
  background: url(/images/sub_navigation_arrow.png) ;
  background-position: 0 15px;
  padding-left: 10px;
  background-repeat: no-repeat;
}

ul#sub_navigation_bg li ul li a {
  color: #4894c7;
}

ul#sub_navigation_bg li ul li a:hover {
  color: #183243;
  text-decoration: underline;
}

.img-border {
  border: 1px solid #9B2034;
}

/* --------------------------------------------------------
    PRODUCTS
   -------------------------------------------------------- */
#product_slider h2 {
  display: block;
  font-size: 29px;
  height: 72px;
  line-height: 36px;
  color: #183243;
}

#product_slider {
  position: relative;
  overflow: hidden;
  width: 100%;
  margin-bottom: 36px;
  background: url(/images/product_slider_bg.png);
  background-size: cover;
}




#product_slider.items div .content {
  padding: 0 20px 0 30px;
}

#product_slider.items div .content h2 {
  margin-top: 45px;
  color: #BD813E;
}

#product_slider .content p {
  font-size: 12px;
  margin: 9px 0;
}

#product_slider .content a {
  font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
  font-size: 12px;
  text-transform: uppercase;
  text-decoration: underline;
}

#product_slider .navi {
  position: absolute;
  top: 222px;
  left: 30px;
  width: 100px;
  height: 12px;
}

#product_slider .navi a {
  display: block;
  width: 12px;
  height: 12px;
  float: left;
  margin-right: 5px;
  background: url(/images/product_slider_nav_btn.png) top left no-repeat;
}

#product_slider .navi a:hover {
  background-position: 0 -12px;
}

#product_slider .navi a.active {
  background-position: 0 -12px;
}

.product_item {
  float: left;
  width: 260px;
  height: 106px;
  background: url(/images/product_item_bg.png) top left repeat-x;
  margin-bottom: 14px;
  padding-top: 18px;
  padding-right: 20px;
  padding-bottom: 18px;
  padding-left: 20px;
}

.product_item img {
  float: left;
  margin-left: 0px;
  border: 1px solid #fafafa;
}

#main_content .product_item h3 {
  font-size: 10px;
  line-height: 20px;
  font-weight: bold;
  text-transform: uppercase;
  margin: 0;
  text-align: center;
  font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
  background-color: #860A0A;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: #FEFEFE;
  border-right-color: #FEFEFE;
  border-bottom-color: #FEFEFE;
  border-left-color: #FEFEFE;
}

#main_content .product_item h3 a {
  color: #EEEED4;
}

#main_content .product_item h3 a:hover {
  color: #FFBF55;
  text-decoration: none;
}

#main_content h5 {
  display: block;
  font-size: 18px;
  height: 36px;
  line-height: 36px;
  font-weight: normal;
  color: #A76B3A;
  font-family: "Times New Roman", Times, serif;
  width: auto;
}

.product_item p {
  padding: 9px 0;
  margin-bottom: 0;
}

.product_item span {
  font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
  font-size: 13px;
  color: #306385;
}


/*::::::::::::::::::::::::::::::::::::::::::::::::::::*/
/* Small devices (landscape phones, 576px and up) */
/*::::::::::::::::::::::::::::::::::::::::::::::::::::*/
@media (min-width: 576px) {

  #homeslider .slide, .page-header {min-height: 275px;}
  .slideText {font-size: 1.3rem; margin: 0 20px;}

}


/*::::::::::::::::::::::::::::::::::::::::::::::::::::*/
/* Medium devices (tablets, 768px and up) The navbar toggle appears at this breakpoint */
/*::::::::::::::::::::::::::::::::::::::::::::::::::::*/
@media (min-width: 768px) {

  h1, .h1 {font-size: 2.2rem;}
  h2, .h2 {font-size: 2rem;}
  h3, .h3 {font-size: 1.8rem;}
  h4, .h4 {font-size: 1.6rem;}
  h5, .h5 {font-size: 1.4rem;}
  h6, .h6 {font-size: 1.2rem;}

  #homeslider .slide, .pageHeader {min-height: 300px;}
  .slideText {font-size: 1.7rem; margin: 0 25px;}

  #homeBoxes {
    margin-top: -30px;
    background-color: transparent;
  }

}


/*::::::::::::::::::::::::::::::::::::::::::::::::::::*/
/* Large devices (desktops, 992px and up) */
/*::::::::::::::::::::::::::::::::::::::::::::::::::::*/
@media (min-width: 992px) {


  h1, .h1 {font-size: 2.4rem;}
  h2, .h2 {font-size: 2.2rem;}
  h3, .h3 {font-size: 2rem;}
  h4, .h4 {font-size: 1.8rem;}
  h5, .h5 {font-size: 1.6rem;}
  h6, .h6 {font-size: 1.4rem;}

  #homeslider .slide, .pageHeader {min-height: 325px;}
  .slideText {font-size: 1.9rem;margin: 0 50px;}
  .slideLogo {max-width: 70px;}

  a.nav-link {padding-bottom: 30px; padding-top: 15px;}


  ul.footerIcon li {
    width: 25%;
    float: left;
  }

}


/*::::::::::::::::::::::::::::::::::::::::::::::::::::*/
/* Extra large devices (large desktops, 1200px and up) */
/*::::::::::::::::::::::::::::::::::::::::::::::::::::*/
@media (min-width: 1200px) {

  h1, .h1 {font-size: 2.6rem;}
  h2, .h2 {font-size: 2.4rem;}
  h3, .h3 {font-size: 2.2rem;}
  h4, .h4 {font-size: 2rem;}
  h5, .h5 {font-size: 1.8rem;}
  h6, .h6 {font-size: 1.6rem;}

  #homeslider .slide, .pageHeader {min-height: 350px;}
  .slideText {font-size: 2.2rem;margin: 0 60px;}
  .slideLogo {max-width: 80px;}

}



/*::::::::::::::::::::::::::::::::::::::::::::::::::::*/
/* Custom media queries */
/*::::::::::::::::::::::::::::::::::::::::::::::::::::*/
/* Set width to make card deck cards 100% width */
@media (max-width: 992px) {

}

@media (max-width: 767px) {


}