/*@import url('https://fonts.googleapis.com/css?family=Quicksand');
/***    RESETS   * 
html, body, div, iframe, h1, h2, h3, h4, h5, h6, form, label, img, table {
  margin: 0;
  padding: 0;
}** /

html {
  overflow-y: scroll;
}

body {
  /*background-color:yellow;* /
}

img {
  border: 0;
}

:focus {
  outline: 0;
}

.clear {
  clear: both;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

h1, h2, h3 {
  font-family: 'Quicksand', Arial, sans-serif;
  font-family: 'OpenSansExtrabold', Arial, sans-serif;
  font-weight: normal;
}

h1 {
  color: #0e1660;
  font-size: 30px;
  line-height: 36px;
}

h2 {
  color: #0e1660;
  font-size: 24px;
  line-height: 28px;
}

h3 {
  color: #a62e3f;
  font: 14px/17px 'OpenSansBold', Arial, sans-serif;
  margin-top: 5px;
}

  h3 a:link, h3 a:visited {
    color: #a62e3f;
    text-decoration: none;
  }

  h3 a:hover {
    color: #0e1660;
    text-decoration: nome;
  }

a:link, a:visited {
  color: #a62e3f;
}

a:hover {
  color: #0e1660;
}*/

/***   GENERAL & FORMATTING TAGS   ***/
/*#wrapper {
  background: url(../images/content_bg.jpg) 0 399px;
}*/

/*#header {
  height: 399px;
  background: #0d155c url(../images/header-highlight.png) top center no-repeat;
  border-bottom: 1px solid #ffffff;
}

#headerInterior {
  height: 165px;
  background: #0d155c url(../images/header-highlight.png) top center no-repeat;
  border-bottom: 1px solid #ffffff;
}
*/
#headerWrap {
  /*width:980px;*/
  margin: 0 auto;
}
#breadcrumbs {
  text-align: right;
  /*font-size: 10px;
  margin: -25px 20px 0 0;
  color: #99978a;*/
}
/*
  #breadcrumbs a:link, #breadcrumbs a:visited {
    color: #99978a;
  }

  #breadcrumbs a:hover {
    color: #a62e3f;
  }*/

/*#content {
  padding: 25px 0;
  margin: 0 auto;
  color: #333333;
  font-size: 13px;
  line-height: 1.5em;
  font-family: 'OpenSansSemibold', Arial, sans-serif;
  text-shadow: #FFF 1px 1px 1px;
}*/

 /* #content img,
  #content canvas {
    border: 1px solid #c9c8bf;
  }*/

#footer {
  background: url(../images/footer_bg.jpg) top center repeat-x;
  border-top: 1px solid #fff;
  font: 12px/20px 'OpenSansRegular', Arial, sans-serif;
  color: #000000;
  text-shadow: #FFF 1px 1px 1px;
}

  #footer a:link, #footer a:visited {
    color: #000000;
  }

#footerWrap {
  /*width:980px;*/
  margin: 12px auto 0 auto;
}

  #footerWrap img {
    /*float:right;*/
  }

/***   HEADER   ***/
#logo {
  float: left;
}


/***   NAV   ***/
#nav {
  float: right;
  /*width:735px;*/
  height: 50px;
  position: relative;
  z-index: 5;
}

  #nav ul {
    float: right;
  }

  #nav > ul, #nav > ul > li {
    list-style: none;
    display: inline;
    margin: 0;
    padding: 0;
    font: 16px/18px 'OpenSansSemibold', Arial, sans-serif;
    text-shadow: #000 1px 1px 1px;
    font-weight: bold;
  }

  #nav a:link,
  #nav a:visited {
    padding: 29px;
    color: #fff;
    text-decoration: none;
    display: inline-block;
  }

  /* Hover effects for top-level items */
  #nav > ul > li > a:hover {
    color: #FFF;
    text-decoration: none;
    background: url(../images/nav-ro.png) top center no-repeat;
  }

  #nav > ul > li.sfHover > a:hover {
    background: none;
  }

  #nav > ul > li.sfHover {
    text-decoration: none;
    background-image: url(../images/nav-ro-menu.png);
    background-repeat: no-repeat;
    background-position: 50% 70%;
  }

  /* Common sub-menu styles */
  #nav li ul {
    /*width: 198px;*/
  }

    #nav li ul li.first {
      background: url(/images/nav-drop-top.png) no-repeat left top;
      /*width: 202px;*/
      height: 18px;
      position: relative;
      left: -1px;
    }

    #nav li ul li {
      background: url(/images/nav-drop-mid.png) repeat-y center center;
      padding-left: 2px;
    }

      #nav li ul li.last {
        background: url(/images/nav-drop-bottom.png) no-repeat left top;
        /*width: 202px;*/
        height: 24px;
        position: relative;
        left: -1px;
      }

      #nav li ul li a {
        padding: 5px 16px !important;
        /*width: 160px;*/
        color: #A62E3F !important;
        text-shadow: none;
        font-size: 15px;
      }

        /* Either for all sub-menu hover events, 
   or the first level of items with .sfHover */
        #nav li ul li a:hover,
        #nav li > ul > li.sfHover > a {
          background-image: url(/images/nav-drop-hover.png) !important;
          background-position: left top;
          padding: 0px;
          margin: 0px;
          color: #fff !important;
        }

  /* Move first level of sub-menus to center */
  #nav > ul > li > ul {
    left: -28px;
  }

/***   HOME PAGE   ***/
#slides {
  position: absolute;
  top: 38px;
  z-index: 0;
}

.slides_container {
  /*width: 980px;*/
  height: 360px;
  z-index: 1;
}

  .slides_container div {
    /*width: 980px;*/
    height: 360px;
    display: block;
  }

#slide_left {
  position: absolute;
  top: 160px;
  left: 2px;
  width: 42px;
  height: 56px;
  cursor: pointer;
  z-index: 3;
}

#slide_right {
  position: absolute;
  top: 160px;
  right: 2px;
  width: 42px;
  height: 56px;
  cursor: pointer;
  z-index: 3;
}

.home_left {
  float: left;
  padding: 0;
  /*width:712px;*/
  /*margin-right:18px;*/
}

.home_right {
  float: left;
  /*width: 249px; */
  height: 100%;
  background: url(/images/vert_rule.png) top left repeat-y;
  margin-top: 6px;
}

#request_quote {
  float: right;
  margin-top: 14px;
  margin-bottom: 12px;
}

  #request_quote img {
    border: none;
  }

.featured {
  padding-bottom: 20px;
  /*width:249px;*/
}

  .featured .rolloverThumb {
    margin: 0 auto;
  }

  .featured h2 {
    text-align: center;
    color: #a62e3f;
    font-size: 20px;
    margin: 0px;
    margin-bottom: 10px;
    /*width: 249px;*/
  }

  .featured h3 {
    text-align: right;
    margin-top: 20px;
    margin-bottom: 16px;
  }

  .featured span {
    display: inline-block;
    margin-top: 10px;
    width: 100%;
    text-align: center;
    color: #333333;
  }

    .featured span strong {
      font-family: 'OpenSansSemibold';
      font-size: 1.1em;
    }

/*#services {
  padding: 10px 0px;
}*/

  #services h2 {
    margin-bottom: 6px;
    font-size: 20px;
    color: #4a4a56;
  }

.serviceContainer {
  float: left;
  /*margin-right: 13px;*/
  margin-bottom: 30px;
  padding: 0;
  /*width: 214px;*/
}

  .serviceContainer .image {
    width: 224px;
    height: 139px;
    border: none !important;
  }
.serviceContainer div a{
  background-size: cover !important;
  border-radius: 15px;
  border: 2px solid #a62e3f !important;
}
.fabrication a:link {
  display: block;
  width: 224px;
  height: 139px;
  background: url(/uploads/pictures/thumbs/2017511_114239_OPU7HKMVMVU8SUQBGCUD_gray.jpg) top center no-repeat;
}

.fabrication a:hover {
  background: url(/uploads/pictures/thumbs/2017511_114239_OPU7HKMVMVU8SUQBGCUD.jpg) top center no-repeat;
}

.casting a:link {
  display: block;
  width: 224px;
  height: 139px;
  background: url(/uploads/pictures/thumbs/2017511_113944_RWWXF5LWO3T8YSLPGS6B_gray.jpg) top center no-repeat;
}

.casting a:hover {
  background: url(/uploads/pictures/thumbs/2017511_113944_RWWXF5LWO3T8YSLPGS6B.jpg) top center no-repeat;
}

.conservation a:link {
  display: block;
  width: 224px;
  height: 139px;
  background: url(/uploads/pictures/thumbs/2017511_11420_ZPXHTQKV5PX079CS1JE9_gray.jpg) top center no-repeat;
}

.conservation a:hover {
  background: url(/uploads/pictures/thumbs/2017511_11420_ZPXHTQKV5PX079CS1JE9.jpg) top center no-repeat;
}

.poly a:link {
  display: block;
  width: 224px;
  height: 139px;
  background: url(/uploads/pictures/thumbs/2017511_114313_HNOGC6BDG9WDID54VJ1M_gray.jpg) top center no-repeat;
}

.poly a:hover {
  background: url(/uploads/pictures/thumbs/2017511_114313_HNOGC6BDG9WDID54VJ1M.jpg) top center no-repeat;
}

.engineering a:link {
  display: block;
  width: 224px;
  height: 139px;
  background: url(/uploads/pictures/thumbs/2017511_114345_GQLF70F962K0D85CKEG1_gray.jpg) top center no-repeat;
}

.engineering a:hover {
  background: url(/uploads/pictures/thumbs/2017511_114345_GQLF70F962K0D85CKEG1.jpg) top center no-repeat;
}

.enlarging a:link {
  display: block;
  width: 224px;
  height: 139px;
  background: url(/uploads/pictures/thumbs/2017511_114418_PQDLCSDEUS8HJWHCNXQO_gray.jpg) top center no-repeat;
}

.enlarging a:hover {
  background: url(/uploads/pictures/thumbs/2017511_114418_PQDLCSDEUS8HJWHCNXQO.jpg) top center no-repeat;
}

/***   PROJECTS SECTION   ***/
div.projectContainer {
  width: 222px;
  min-height: 300px;
  margin: 20px 20px 20px 0;
  position: relative;
}

.projectTable td {
  vertical-align: top;
}

.projectContainer a {
  text-decoration: none;
}

  .projectContainer a:hover h3 {
    color: #0E1660;
    text-decoration: underline;
  }

.rolloverThumb {
  position: relative;
  display: block;
  width: 220px;
}

  .rolloverThumb img {
    display: block;
    margin: 0 auto;
    width: 220px;
    height: 260px;
  }

  .rolloverThumb .hoverThumb {
    position: absolute;
    top: 0px;
    left: 0px;
  }

  .rolloverThumb .hoverThumb {
    display: none;
  }

.projectContainer .label,
.projectDescription .label {
  width: 25%;
  float: left;
  margin-right: 1%;
  font: 11px/16px 'OpenSansBold', Arial, sans-serif;
}

.projectContainer .detail,
.projectDescription .detail {
  width: 74%;
  float: left;
  font: 11px/16px 'OpenSansSemibold', Arial, sans-serif;
}

.projectSort {
  width: 525px;
  margin: 25px auto;
}

  .projectSort a {
    text-decoration: none;
  }

  .projectSort img {
    border-width: 0 !important;
  }

  .projectSort div {
    margin: 10px 3px 0 0;
    color: #0E1660;
    font: 13px/13px 'OpenSansSemibold', Arial, sans-serif;
    text-transform: uppercase;
    float: left;
  }

.sort {
  color: #4a4a56;
  font: 20px/25px 'OpenSansExtrabold', Arial, sans-serif;
}

.pagination {
  background: url(/images/horz_rule.png) bottom left repeat-x;
  padding: 5px 0;
  font-size: 11px;
  color: #929292;
  margin-bottom: 15px;
}

  .pagination.bottom {
    background: url(/images/horz_rule.png) top left repeat-x;
    padding: 10px 0;
  }

.pageLinks {
  float: right;
}

.pageDesc {
  float: right;
  margin-top: 2px;
  margin-right: 6px;
}

.pageLinks a:link, .pageLinks a:visited {
  display: inline-block;
  padding: 2px 8px;
  background-color: #FFF;
  margin-bottom: 2px;
  color: #929292;
  text-shadow: none;
}

.pagination a.pagePrev {
  float: left;
}

#active {
  background-color: #b6b6b6 !important;
  color: #fff !important;
}

.pageLinks a:hover {
  background-color: #a62e3f;
}

.photosBG {
  background: url(../images/project-detail-bg.png) top left repeat-y;
  margin-top: 25px;
}

.mainPhotoContainer {
  /*float: left;
  width: 550px;*/
  /*background-color:#ededed; */
  /*text-align: center;
  padding: 25px 15px;*/
  font: 12px/17px 'OpenSansItalic', Arial, sans-serif;
}

.slideshow-container,
.slideshow-container table,
.slideshow {
  width: 550px;
  height: 500px;
}

  .slideshow-container table {
    border-collapse: collapse;
    table-layout: fixed;
  }

.slideshow {
  text-align: center;
  vertical-align: middle;
}

  .slideshow span {
    display: block;
  }

  .slideshow a.advance-link {
    text-decoration: none;
  }

  .slideshow img {
    max-width: 550px;
    max-height: 482px;
  }

div.pagination .pageNumber,
div.pagination .current {
  display: none;
}

div.pagination {
  text-align: right;
}

#gallery.galleryContent {
  float: left;
  width: 550px;
  text-align: center;
  padding: 25px 15px;
  font: 12px/17px 'OpenSansItalic', Arial, sans-serif;
}

.galleryContainer,
#thumbs.navigation {
 /* float: left;
  margin: 0 0 0 10px;*/
  /*background-color:#ededed; */
  /*padding: 25px 13px;
  width: 362px;*/
}

.thumbs {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}

  .thumbs li {
    float: left;
    width: 114px;
    height: 114px;
    position: relative;
    margin: 2px;
  }

.thumb {
  width: 100%;
  height: 100%;
}

  .thumb img {
    width: 114px;
    height: 114px;
    position: absolute;
  }

  .thumb .videoOverlay {
    background: url(/images/play-button-overlay.png) no-repeat center center;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 114px;
    height: 114px;
  }

.end {
  margin-right: 0px;
}

.moreLink {
  clear: both;
  font-size: 11px;
  text-align: right;
  padding-top: 15px;
}

.projectDescription {
  margin-top: 10px;
  background-color: #ededed;
  padding: 25px 15px;
}

  .projectDescription h3 {
    margin: 0;
    padding: 0;
  }

  .projectDescription .rule {
    clear: both;
    background: url(/images/horz_rule.png) bottom left repeat-x;
    height: 4px;
    margin: 10px 0;
  }


/***SERVICES PAGE   ***/
.gallery {
  margin: 25px 45px 0 0;
  width: 230px;
  float: left;
  text-align: center;
}

  .gallery h2 {
    font-size: 16px;
    line-height: 16px;
    font-weight: normal;
    text-align: left;
  }

    .gallery h2 a:link, .gallery h2 a:visited {
      color: #A62E3F;
      text-decoration: none;
    }

    .gallery h2 a:hover {
      color: #4a4a56;
    }

  .gallery .thumbnail {
    vertical-align: bottom;
  }

    .gallery .thumbnail,
    .gallery .thumbnail img {
      width: 200px;
      height: 150px;
    }

  .gallery .thumbnail_large {
    margin-bottom: 6px;
  }

    .gallery .thumbnail_large,
    .gallery .thumbnail_large img {
      width: 200px;
      height: 200px;
    }


/*** CONSERVATION & RESTORATION - BEFORE & AFTER GALLERY PAGE ***/

.conservation_item {
  margin: 24px 0px;
  padding: 16px 24px;
  width: 820px;
  background-color: #EDEDED;
  border: 2px solid #eee;
}

  .conservation_item img {
    width: 380px;
  }

  .conservation_item h3 {
    margin-bottom: 4px;
    text-align: center;
    font-size: 15px;
    font-style: italic;
    font-family: 'OpenSansExtrabold', Arial, sans-serif;
  }

  .conservation_item .before {
    float: left;
    width: 380px;
    padding: 6px;
  }

  .conservation_item .after {
    margin-left: 24px;
    float: left;
    width: 380px;
    padding: 6px;
  }

/*   FONTS   */
/* Generated by Font Squirrel (http://www.fontsquirrel.com) on November 7, 2012 01:25:47 PM America/New_York */

@font-face {
  font-family: 'OpenSansLight';
  src: url('/fonts/OpenSans-Light-webfont.eot');
  src: url('/fonts/OpenSans-Light-webfont.eot?#iefix') format('embedded-opentype'), url('/fonts/OpenSans-Light-webfont.woff') format('woff'), url('/fonts/OpenSans-Light-webfont.ttf') format('truetype'), url('/fonts/OpenSans-Light-webfont.svg#OpenSansLight') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'OpenSansLightItalic';
  src: url('/fonts/OpenSans-LightItalic-webfont.eot');
  src: url('/fonts/OpenSans-LightItalic-webfont.eot?#iefix') format('embedded-opentype'), url('/fonts/OpenSans-LightItalic-webfont.woff') format('woff'), url('/fonts/OpenSans-LightItalic-webfont.ttf') format('truetype'), url('/fonts/OpenSans-LightItalic-webfont.svg#OpenSansLightItalic') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'OpenSansRegular';
  src: url('/fonts/OpenSans-Regular-webfont.eot');
  src: url('/fonts/OpenSans-Regular-webfont.eot?#iefix') format('embedded-opentype'), url('/fonts/OpenSans-Regular-webfont.woff') format('woff'), url('/fonts/OpenSans-Regular-webfont.ttf') format('truetype'), url('/fonts/OpenSans-Regular-webfont.svg#OpenSansRegular') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'OpenSansItalic';
  src: url('/fonts/OpenSans-Italic-webfont.eot');
  src: url('/fonts/OpenSans-Italic-webfont.eot?#iefix') format('embedded-opentype'), url('/fonts/OpenSans-Italic-webfont.woff') format('woff'), url('/fonts/OpenSans-Italic-webfont.ttf') format('truetype'), url('/fonts/OpenSans-Italic-webfont.svg#OpenSansItalic') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'OpenSansSemibold';
  src: url('/fonts/OpenSans-Semibold-webfont.eot');
  src: url('/fonts/OpenSans-Semibold-webfont.eot?#iefix') format('embedded-opentype'), url('/fonts/OpenSans-Semibold-webfont.woff') format('woff'), url('/fonts/OpenSans-Semibold-webfont.ttf') format('truetype'), url('/fonts/OpenSans-Semibold-webfont.svg#OpenSansSemibold') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'OpenSansSemiboldItalic';
  src: url('/fonts/OpenSans-SemiboldItalic-webfont.eot');
  src: url('/fonts/OpenSans-SemiboldItalic-webfont.eot?#iefix') format('embedded-opentype'), url('/fonts/OpenSans-SemiboldItalic-webfont.woff') format('woff'), url('/fonts/OpenSans-SemiboldItalic-webfont.ttf') format('truetype'), url('/fonts/OpenSans-SemiboldItalic-webfont.svg#OpenSansSemiboldItalic') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'OpenSansBold';
  src: url('/fonts/OpenSans-Bold-webfont.eot');
  src: url('/fonts/OpenSans-Bold-webfont.eot?#iefix') format('embedded-opentype'), url('/fonts/OpenSans-Bold-webfont.woff') format('woff'), url('/fonts/OpenSans-Bold-webfont.ttf') format('truetype'), url('/fonts/OpenSans-Bold-webfont.svg#OpenSansBold') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'OpenSansBoldItalic';
  src: url('/fonts/OpenSans-BoldItalic-webfont.eot');
  src: url('/fonts/OpenSans-BoldItalic-webfont.eot?#iefix') format('embedded-opentype'), url('/fonts/OpenSans-BoldItalic-webfont.woff') format('woff'), url('/fonts/OpenSans-BoldItalic-webfont.ttf') format('truetype'), url('/fonts/OpenSans-BoldItalic-webfont.svg#OpenSansBoldItalic') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'OpenSansExtrabold';
  src: url('/fonts/OpenSans-ExtraBold-webfont.eot');
  src: url('/fonts/OpenSans-ExtraBold-webfont.eot?#iefix') format('embedded-opentype'), url('/fonts/OpenSans-ExtraBold-webfont.woff') format('woff'), url('/fonts/OpenSans-ExtraBold-webfont.ttf') format('truetype'), url('/fonts/OpenSans-ExtraBold-webfont.svg#OpenSansExtrabold') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'OpenSansExtraboldItalic';
  src: url('/fonts/OpenSans-ExtraBoldItalic-webfont.eot');
  src: url('/fonts/OpenSans-ExtraBoldItalic-webfont.eot?#iefix') format('embedded-opentype'), url('/fonts/OpenSans-ExtraBoldItalic-webfont.woff') format('woff'), url('/fonts/OpenSans-ExtraBoldItalic-webfont.ttf') format('truetype'), url('/fonts/OpenSans-ExtraBoldItalic-webfont.svg#OpenSansExtraboldItalic') format('svg');
  font-weight: normal;
  font-style: normal;
}

/*####################################################################
MOBILE UPDATE CHANGES
####################################################################*/

/*.row {
  margin: 0;
}

.container {
  padding: 0;
}

header {
  display: none;
}
*/
#headerWrap {
  height: 398px;
  padding: 0;
}

.header-logo {
  position: absolute;
  z-index: 9;
}

.header-row {
  height: 165px;
}

.header-text {
  padding: 0 0 15px 0 !important;
  padding-left: 0px;
}

#phone-number {
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  margin-top: 50px;
  padding: 8px 16px;
  position: absolute;
  right: 0;
  text-align: right;
}

  #phone-number a {
    color: #fff !important;
  }

.slides_container div {
  width: 100%;
}

.slogan-facebook {
  text-align: right;
}

#nav a:link, #nav a:visited {
  padding: 13px;
}

.slides_control {
  max-width: 980px;
}

.home_left {
  padding: 0 15px;
}

.pageLinks a:link, .pageLinks a:visited {
  padding: 8px 13px;
}

/*####################################################################
MENU FIX
####################################################################*/

.sf-menu {
  margin-top: 15px;
}

  .sf-menu ul {
    width: auto;
  }

  .sf-menu li {
    margin: 0 0 0 15px;
    padding: 8px 16px;
  }

    .sf-menu li:hover {
      background-color: #a62e3f;
      border: 1px solid #5e121d;
      border-radius: 15px;
      padding: 7px 15px;
    }

    .sf-menu li a {
      color: #fff !important;
      font-family: "OpenSansSemibold", Arial, sans-serif;
      font-size: 16px;
      font-weight: bold;
    }

      .sf-menu li a:hover {
        text-decoration: none;
      }

    .sf-menu li:hover ul, .sf-menu li.sfHover ul {
      top: 40px !important;
    }

  .sf-menu ul {
    background-color: rgba(255,255,255,.75);
    border: 1px solid #fff;
    border-radius: 15px;
    margin-left: -15px;
    margin-top: 3px;
    overflow: visible;
    padding: 10px 0;
    top: 41px;
    width: 200px;
  }

    .sf-menu ul li {
      margin: 0;
      width: 100%;
    }

      .sf-menu ul li:hover {
        border-radius: 0px;
        width: 100%;
      }

        .sf-menu ul li:hover a {
          color: #fff !important;
        }

      .sf-menu ul li a {
        color: #a62e3f !important;
        font-size: 14px;
      }

        .sf-menu ul li a:hover {
          background-color: #a62e3f !important;
          color: #fff !important;
        }

      .sf-menu ul li ul {
        margin: -50px 0 0 0;
        padding: 25px 0;
        top: -50px;
      }

      .sf-menu ul li:hover ul li a {
        color: #a62e3f !important;
      }

        .sf-menu ul li:hover ul li:hover a, .sf-menu ul li:hover ul li a:hover {
          color: #fff !important;
        }

.dropdown-arrow {
  bottom: -13px;
  display: none;
  margin-left: -13px;
  position: absolute;
}

.subnav-hover:hover .dropdown-arrow {
  display: block;
}

.mean-container .mean-nav ul li a.mean-expand {
  height: 24px;
}

/*####################################################################
SLIDER FIX
####################################################################*/

#header-highlight-bg {
  background-image: url('/images/header-highlight.png');
  background-repeat: no-repeat;
  background-position: center top;
}

.header-row {
  background-color: #2f0440;
}

.bx-wrapper {
  margin: 0 auto;
  padding-top: 1px;
}

  .bx-wrapper .bx-viewport {
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
  }

  .bx-wrapper .bx-pager {
    display: none;
  }

/*####################################################################
DETAIL PAGE
####################################################################*/

.photosBG {
  background: none;
}

.mainPhotoContainer, .galleryContainer, #thumbs.navigation {
  background-color: #ededed;
  margin-bottom: 15px;
}

#sb-info, #sb-info-inner, #sb-nav {
  height: 20px !important;
}

  #sb-nav a {
    height: 20px !important;
    margin-left: 24px !important;
    width: 20px !important;
  }

#sb-nav-close, #sb-nav-next, #sb-nav-previous {
  background-size: 100% !important;
}

/*####################################################################
FOOTER
####################################################################*/
.footer-slogan {
  color: #ebeae1;
  float: right;
  font-size: 1.5em;
  font-weight: bold;
  margin-right: 15px;
  text-align: right;
  text-shadow: none;
}

.slogan-facebook img {
  float: right;
}

/*################################################*/
/*##################### <991 #####################*/
@media (max-width: 991px) {

  #headerWrap {
    width: 100%;
  }

  .sf-menu li a {
    font-size: 14px;
  }

  .slides_container {
    height: auto;
    width: 100%;
  }

  #slides {
    max-width: 100%;
  }

    #slides img {
      max-width: 100%;
    }

  .slide-image {
    max-width: 100%;
  }

  table, thead, tbody, th, td, tr {
    display: block;
  }

    /* Hide table headers (but not display: none;, for accessibility) */
    thead tr {
      position: absolute;
      top: -9999px;
      left: -9999px;
    }

  /*tr { border: 1px solid #ccc; }*/

  td {
    /* Behave  like a "row" */
    border: none;
    float: left;
    margin-bottom: 15px;
    position: relative;
    /*padding-left: 50%;*/
    width: 50%;
  }

  .pagination {
    background-image: none;
  }

    .pagination.bottom {
      background-image: none;
    }
}

/*################################################*/
/*##################### <768 #####################*/
@media (max-width: 768px) {

  @-moz-document url-prefix() {
    .header-logo {
      top: 0 !important;
    }

    #phone-number {
      margin-top: 0px !important;
    }
  }

  .rolloverThumb .hoverThumb {
    display: block !important;
    opacity: 1 !important;
    position: relative !important;
  }

  #gray-thumb {
    display: none;
  }

  header {
    display: block;
    position: absolute;
  }

  /*#logo
	{
		left:33%;
		position: absolute;
		top:0;
		width:33%;
	}*/

  #phone-number {
    margin-right: 44px;
    margin-top: -48px;
    padding: 8px 0;
  }

  .header-logo {
    height: 5px;
    position: absolute;
    text-align: center;
    top: -49px;
    z-index: 999999;
  }

    .header-logo img {
      height: 100px;
      margin-top: 55px;
      -webkit-transition: height 1.25s;
      transition: height 1.25s;
    }

  .header-row {
    height: 100px;
  }

  #slide_left, #slide_right {
    display: none;
  }

  .slides_container div {
    margin-top: 45px;
  }

  .header-navigation {
    display: none;
  }

  .mean-container .mean-bar {
    background-color: transparent;
  }

  .mean-nav {
    position: absolute;
  }

  .mean-container .mean-nav ul li a {
    background-color: #a62e3f;
  }

  .header-text {
    padding-bottom: 15px;
    text-align: center;
  }

  .quote-image {
    text-align: center;
  }

  #request_quote {
    float: none;
  }

  .serviceContainer {
    text-align: center;
  }

  .fabrication a:link, .casting a:link, .conservation a:link, .poly a:link, .engineering a:link, .enlarging a:link {
    margin: 0 auto;
  }

  #services h2 {
    text-align: center;
  }

  .featured h3 {
    text-align: center;
  }

  .home_right {
    background: none;
  }

  .interior-content h2 {
    text-align: center;
    width: 100%;
  }

  .slogan-facebook {
    text-align: center;
  }

  .projectSort {
    text-align: center;
    width: 100%;
  }

  #formWrap, #customMap {
    width: 100% !important;
  }

  #customForm div {
    margin-bottom: 20px !important;
  }

  #content {
    padding: 25px 15px !important;
  }

  .row {
    padding: 0 15px !important;
  }

  div.projectContainer {
    min-height: 335px;
  }

  .mainPhotoContainer {
    width: 100%;
  }

  .galleryContainer, #thumbs.navigation {
    margin-left: 0px;
    width: 100%;
  }

  #sb-info, #sb-info-inner, #sb-nav {
    height: 32px !important;
  }

  #sb-nav {
    width: 55%;
  }

    #sb-nav a {
      height: 20px !important;
      padding: 0 12px 32px;
      width: 32px;
    }

  #sb-nav-close, #sb-nav-next, #sb-nav-previous {
    background-size: 20px !important;
    background-position: center;
  }

  #contactInfo {
    float: left !important;
  }

  .footer-copyright {
    margin-top: 15px;
    text-align: center;
  }

  #footerWrap img {
    float: none;
  }

  .footer-slogan {
    float: none;
    margin-right: 0;
    text-align: center;
    text-shadow: none;
  }

  /*HOME PAGE IMAGES - COLOR*/
  .fabrication a:link {
    display: block;
    width: 224px;
    height: 139px;
    border: none !important;
    /*background:url(/images/fabrication.png) top center no-repeat;*/
    background: url(/uploads/pictures/thumbs/2017511_114239_OPU7HKMVMVU8SUQBGCUD.jpg) top center no-repeat;
  }

  .casting a:link {
    display: block;
    width: 224px;
    height: 139px;
    border: none !important;
    /*background:url(/images/casting.png) top center no-repeat;*/
    background: url(/uploads/pictures/thumbs/2017511_113944_RWWXF5LWO3T8YSLPGS6B.jpg) top center no-repeat;
  }

  .conservation a:link {
    display: block;
    width: 224px;
    height: 139px;
    border: none !important;
    /*background:url(/images/conservation.png) top center no-repeat;*/
    background: url(/uploads/pictures/thumbs/2017511_11420_ZPXHTQKV5PX079CS1JE9.jpg) top center no-repeat;
  }

  .poly a:link {
    display: block;
    width: 224px;
    height: 139px;
    border: none !important;
    /*background:url(/images/poly.png) top center no-repeat;*/
    background: url(/uploads/pictures/thumbs/2017511_114313_HNOGC6BDG9WDID54VJ1M.jpg) top center no-repeat;
  }

  .engineering a:link {
    display: block;
    width: 224px;
    height: 139px;
    border: none !important;
    /*background:url(/images/engineering.png) top center no-repeat;*/
    background: url(/uploads/pictures/thumbs/2017511_114345_GQLF70F962K0D85CKEG1.jpg) top center no-repeat;
  }

  .enlarging a:link {
    display: block;
    width: 224px;
    height: 139px;
    border: none !important;
    /*background:url(/images/enlarging.png) top center no-repeat;*/
    background: url(/uploads/pictures/thumbs/2017511_114418_PQDLCSDEUS8HJWHCNXQO.jpg) top center no-repeat;
  }
}

/*################################################*/
/*##################### <600 #####################*/
@media (max-width: 600px) {

  td {
    text-align: center;
    width: 100%;
  }

  div.projectContainer {
    margin: 0 auto;
    width: 50%;
  }

  .rolloverThumb {
    width: auto;
  }

  .featured .rolloverThumb .hoverThumb, .projectContainer .rolloverThumb .hoverThumb {
    left: 50%;
    margin-left: -110px;
  }

  .gallery {
    float: none !important;
    margin: 0 auto 25px;
  }

    .gallery .thumbnail, .gallery .thumbnail img {
      height: auto;
      width: 220px;
    }

  .interior-content h2 {
    text-align: left;
  }

    .interior-content h2 img {
      float: none !important;
    }

  /*############################################
	IMAGE DETAILS
	############################################*/

  .mainPhotoContainer {
    max-width: 100%;
  }

  .slideshow-container, .slideshow-container table, .slideshow {
    max-width: 100%;
  }

  .slideshow {
    max-width: 100%;
  }

  .image-wrapper .current {
    max-width: 100%;
  }

  .slideshow img {
    max-width: 100%;
  }

  .galleryContainer, #thumbs.navigation {
    max-width: 100%;
  }

  .mean-container .mean-nav ul li a:hover {
    background-color: #ae4251;
  }

  .slideshow-container, .slideshow-container table, .slideshow {
    height: auto;
  }

  .mean-container .mean-nav ul li a.mean-expand:hover {
    background-color: rgba(255,255,255,.3);
  }
}

/*################################################*/
/*##################### <480 #####################*/
@media (max-width: 480px) {
  #logo {
    left: 25%;
    width: 50%;
  }

  .interior-content h2 img {
    height: auto !important;
    margin: 0 auto;
    max-width: 100%;
  }

  div.projectContainer {
    width: auto;
  }

  .interior-content iframe {
    width: 100%;
  }

  #customForm div em {
    margin-bottom: 15px;
    margin-top: 0px;
  }
}

/*################################################*/
/*##################### <440 #####################*/
@media (max-width: 440px) {
  .bx-wrapper {
    display: none;
  }

  .header-row {
    height: 100px !important;
  }

  #header-highlight-bg {
    background-color: rgb(49,0,68) !important;
  }
}

/*################################################*/
/*##################### <360 #####################*/
@media (max-width: 360px) {

  #phone-number {
    margin-right: 0px;
    margin-top: 0px;
    padding: 8px 0;
  }

  @-moz-document url-prefix() {
    #phone-number {
      margin-top: 30px !important;
    }
  }
}

/*################################################*/
/*##################### <320 #####################*/
@media (max-width: 320px) {
}

@media (max-width: 768px) {
  header {
    display: none !important;
  }
}
