@charset "UTF-8";
/*! normalize.css v2.1.3 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block; }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent; }

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em; }

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre-wrap; }

/**
 * Set consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019"; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
img {
  border: 0; }

/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden; }

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0; }

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */ }

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

@font-face {
  font-family: 'ps-icons';
  src: url("fonts/ps-icons.eot?33466520");
  src: url("fonts/ps-icons.eot?33466520#iefix") format("embedded-opentype"), url("fonts/ps-icons.woff?33466520") format("woff"), url("fonts/ps-icons.ttf?33466520") format("truetype"), url("fonts/ps-icons.svg?33466520#ps-icons") format("svg");
  font-weight: normal;
  font-style: normal; }
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'ps-icons';
    src: url('../font/ps-icons.svg?33466520#ps-icons') format('svg');
  }
}
*/
[class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "ps-icons";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */ }

.icon-search:before {
  content: '\e800'; }

/* '' */
.icon-facebook-squared:before {
  content: '\e801'; }

/* '' */
.icon-twitter-squared:before {
  content: '\e802'; }

/* '' */
.icon-mail-alt:before {
  content: '\e803'; }

/* '' */
.page a {
  color: #633817; }
.page h1, .page h2, .page h3, .page h4, .page h5, .page h6 {
  font-weight: normal; }
.page h1 {
  color: #C26E1C;
  font-size: 41px;
  margin-top: 0;
  margin-bottom: 20px;
  font-weight: normal;
  font-family: omnes-pro;
  line-height: 42px; }
  @media only screen and (max-width: 768px) {
    .page h1 {
      font-size: 30px; } }
.page h2 {
  margin-top: 0;
  margin-bottom: 20px;
  color: #C26E1C;
  font-weight: normal;
  font-family: omnes-pro; }
.page h3 {
  margin-top: 0;
  margin-bottom: 10px;
  color: #633817;
  font-size: 24px;
  font-weight: normal;
  font-family: omnes-pro; }
.page h4 {
  margin-top: 0;
  margin-bottom: 20px; }
.page h5 {
  margin-top: 0;
  margin-bottom: 20px; }
.page h6 {
  margin-top: 0;
  margin-bottom: 20px; }
.page p {
  color: #633817;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 19px;
  font-family: Arial, sans-serif;
  font-weight: normal; }
.page li {
  color: #633817;
  margin-top: 0;
  margin-bottom: 0; }
.page ul {
  margin: 0;
  padding: 0;
  margin-left: 15px; }
.page hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #C26E1C;
  width: 100%;
  max-width: 456px;
  margin: 0 auto;
  padding: 0;
  padding-bottom: 10px; }
.page img[style*="left"] {
  margin-right: 10px;
  margin-bottom: 10px; }
.page img[style*="right"] {
  margin-left: 10px;
  margin-bottom: 10px; }
@media only screen and (max-width: 768px) {
  .page .ccm-layout-cell {
    width: 100% !important; } }
@media only screen and (max-width: 768px) {
  .page .ccm-layout-col-spacing {
    margin: 0 !important; } }
.page .button-link {
  clear: both;
  margin-bottom: 10px; }
  .page .button-link a {
    color: #FFF;
    background-color: #FCB53D;
    padding: 7px;
    padding-left: 15px;
    padding-right: 15px;
    display: inline-block;
    width: auto;
    text-decoration: none;
    font-size: 16px;
    border-radius: 5px;
    font-weight: normal; }
    .page .button-link a:hover {
      background-color: #fcab24; }
.page img, .page video {
  max-width: 100%;
  height: auto !important; }
.page .googleMapCanvas img {
  max-width: none; }

.googleMapCanvas img {
  max-width: none; }

.header-wrapper-full {
  min-height: 130px;
  background-color: white; }

.header_wrapper {
  *zoom: 1;
  max-width: 940px;
  _width: 940px;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto; }
  .header_wrapper:after {
    content: "";
    display: table;
    clear: both; }
  .header_wrapper header {
    min-height: 40px; }

.nav-wrapper {
  background-color: #F5F6F4;
  min-height: 70px; }

.nav-container {
  *zoom: 1;
  max-width: 940px;
  _width: 940px;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto; }
  .nav-container:after {
    content: "";
    display: table;
    clear: both; }

nav {
  width: 65.95745%;
  float: left;
  margin-right: 2.12766%;
  display: inline; }
  @media only screen and (max-width: 768px) {
    nav {
      width: 100%;
      float: left;
      margin-right: 33.33333%;
      display: inline; } }

.search {
  width: 31.91489%;
  float: right;
  margin-right: 0;
  *margin-left: -20px;
  display: inline;
  min-height: 50px;
  margin-top: 13px; }
  @media only screen and (max-width: 768px) {
    .search {
      width: 100%;
      float: left;
      margin-right: 33.33333%;
      display: inline;
      float: left;
      margin-right: 2.12766%;
      *margin-left: auto; } }

.searchform {
  float: right; }
  .searchform input {
    border: solid 1px #CCCCCC;
    padding: 10px;
    background-color: #FFFFFF;
    border-radius: 5px;
    padding-left: 50px;
    outline: none; }
    .searchform input:focus {
      border: solid 1px #FCB53D; }
  .searchform button {
    border: none;
    background-color: transparent;
    position: absolute;
    margin-top: 7px;
    color: #CCCCCC;
    content: '\e800';
    font-size: 22px; }
  @media only screen and (max-width: 768px) {
    .searchform {
      float: left; } }

.sitelogo {
  width: 48.93617%;
  float: left;
  margin-right: 2.12766%;
  display: inline;
  margin: 0;
  padding: 0;
  margin-top: 20px; }
  @media only screen and (max-width: 960px) {
    .sitelogo {
      width: 31.91489%;
      float: left;
      margin-right: 2.12766%;
      display: inline; } }
  @media only screen and (max-width: 768px) {
    .sitelogo {
      margin-top: 5px;
      height: 50px; } }

.sitelogolink {
  text-indent: -119988px;
  overflow: hidden;
  text-align: left;
  text-transform: capitalize;
  background-image: url('images/logo.svg?1403481455');
  background-repeat: no-repeat;
  background-position: 0 0;
  height: 100px;
  width: 226px;
  display: block;
  margin-top: 0;
  outline: none; }
  @media only screen and (max-width: 768px) {
    .sitelogolink {
      background-size: 70%; } }

.no-svg .sitelogolink {
  text-indent: -119988px;
  overflow: hidden;
  text-align: left;
  text-transform: capitalize;
  background-image: url('images/logo.png?1403481464');
  background-repeat: no-repeat;
  background-position: 0 0; }

.logo-phrase {
  width: 48.93617%;
  float: right;
  margin-right: 0;
  *margin-left: -20px;
  display: inline;
  height: 50px;
  margin-top: 63px; }
  .logo-phrase h2 {
    color: #FCB53D;
    text-align: right;
    font-size: 30px; }
    @media only screen and (max-width: 768px) {
      .logo-phrase h2 {
        text-align: left;
        font-size: 20px; } }
  @media only screen and (max-width: 768px) {
    .logo-phrase {
      width: 100%;
      float: left;
      margin-right: 33.33333%;
      display: inline;
      float: left;
      margin-right: 2.12766%;
      *margin-left: auto;
      margin-top: 30px; } }

.border-wrapper {
  background-image: url("images/strip_wide.png");
  height: 5px;
  background-position: center top; }

.border-wrapper-inner {
  background-image: url("images/strip_five.png");
  height: 5px;
  background-position: center top;
  background-repeat: no-repeat; }
  @media only screen and (max-width: 1024px) {
    .border-wrapper-inner {
      background-size: 100% 100%; } }

.border-five {
  width: 100%;
  float: left;
  margin-right: 2.12766%;
  display: inline; }

.wrapper {
  background-color: #F5F6F4; }

.ineditmode .wrapper {
  min-height: 440px; }

.middle-wrapper {
  background-color: white; }

.cont-area {
  *zoom: 1;
  max-width: 940px;
  _width: 940px;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  height: 0; }
  .cont-area:after {
    content: "";
    display: table;
    clear: both; }
  @media only screen and (max-width: 768px) {
    .cont-area {
      height: auto;
      padding-bottom: 10px; }
      .cont-area h1 {
        margin-top: 40px !important; } }
  .cont-area p, .cont-area li {
    /*	@media only screen and (max-width : 960px) {
    		font-size:  13px;
    		line-height: 16px;
    	} 
    	
    	@media only screen and (max-width : 768px) {
    		 
    		font-size:  14px;
    		line-height: 17px;
    	}*/ }
  .cont-area p {
    /*@media only screen and (max-width : 768px) {
    	text-align:center;
     }*/ }

.home-image-back {
  text-align: center; }
  .home-image-back img {
    display: block;
    margin: 0 auto; }
    @media only screen and (max-width: 768px) {
      .home-image-back img {
        position: relative;
        min-width: 200%; } }
  @media only screen and (max-width: 768px) {
    .home-image-back {
      overflow: hidden; } }

@media only screen and (max-width: 768px) {
  .middle-wrapper img {
    left: -100% !important; } }

.top-content {
  width: 40.42553%;
  float: right;
  margin-right: 0;
  *margin-left: -20px;
  display: inline;
  height: 0; }
  .top-content h1 {
    color: #C26E1C;
    text-transform: uppercase;
    margin-top: 70px;
    margin-bottom: 20px; }
    @media only screen and (max-width: 960px) {
      .top-content h1 {
        margin-top: 20px;
        font-size: 35px; } }
    @media only screen and (max-width: 768px) {
      .top-content h1 {
        margin-top: 20px;
        text-align: center; } }
  @media only screen and (max-width: 768px) {
    .top-content p {
      text-align: center; } }
  @media only screen and (max-width: 768px) {
    .top-content {
      width: 100%;
      float: left;
      margin-right: 33.33333%;
      display: inline;
      float: left;
      margin-right: 2.12766%;
      *margin-left: auto;
      height: auto; } }

.middle-content {
  width: 40.42553%;
  float: left;
  margin-right: 2.12766%;
  display: inline;
  height: 0; }
  .middle-content h1 {
    color: #C26E1C;
    text-transform: uppercase;
    margin-top: 70px;
    margin-bottom: 20px; }
    @media only screen and (max-width: 960px) {
      .middle-content h1 {
        margin-top: 20px;
        font-size: 35px; } }
    @media only screen and (max-width: 768px) {
      .middle-content h1 {
        margin-top: 20px;
        text-align: center; } }
  @media only screen and (max-width: 768px) {
    .middle-content p {
      text-align: center; } }
  @media only screen and (max-width: 768px) {
    .middle-content {
      width: 100%;
      float: left;
      margin-right: 33.33333%;
      display: inline;
      height: auto; } }

.bottom-content {
  width: 40.42553%;
  float: right;
  margin-right: 0;
  *margin-left: -20px;
  display: inline;
  height: 0; }
  .bottom-content h1 {
    color: #C26E1C;
    text-transform: uppercase;
    margin-top: 70px;
    margin-bottom: 20px; }
    @media only screen and (max-width: 960px) {
      .bottom-content h1 {
        margin-top: 20px;
        font-size: 35px; } }
    @media only screen and (max-width: 768px) {
      .bottom-content h1 {
        margin-top: 20px;
        text-align: center; } }
  @media only screen and (max-width: 768px) {
    .bottom-content p {
      text-align: center; } }
  @media only screen and (max-width: 768px) {
    .bottom-content {
      width: 100%;
      float: left;
      margin-right: 33.33333%;
      display: inline;
      float: left;
      margin-right: 2.12766%;
      *margin-left: auto;
      height: auto; } }

.product-wrapper {
  /*min-height: 500px;*/
  background-color: #DEE0DB; }
  @media only screen and (max-width: 768px) {
    .product-wrapper {
      min-height: 0; } }

.product .banner-wrapper {
  padding-bottom: 20px; }

.banner-image-back {
  text-align: center;
  background-color: #f5f6f4; }
  .banner-image-back img {
    display: block;
    margin: 0 auto; }

/*#productimage1 {
	margin:  0 auto;
	display: block;
}

#productimage2, #productimage3 {
	display: none;
}*/
.productimage {
  display: none;
  margin: 0 auto; }
  @media only screen and (max-width: 768px) {
    .productimage {
      display: none !important; } }

.displayed {
  display: block; }

.prodthumb {
  margin-right: 15px; }

.prodthumbs {
  *zoom: 1;
  max-width: 940px;
  _width: 940px;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
  margin-top: -80px; }
  .prodthumbs:after {
    content: "";
    display: table;
    clear: both; }
  .prodthumbs img, .prodthumbs div {
    border: solid 1px white; }
  @media only screen and (max-width: 768px) {
    .prodthumbs {
      display: none; } }

.productimagesmobile {
  display: none;
  background-color: #DEE0DB; }
  @media only screen and (max-width: 768px) {
    .productimagesmobile {
      display: block;
      text-align: center; } }
  .productimagesmobile img {
    display: block;
    margin: 0 auto;
    margin-bottom: 0; }

.banner-full {
  *zoom: 1;
  max-width: 940px;
  _width: 940px;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  height: 0; }
  .banner-full:after {
    content: "";
    display: table;
    clear: both; }

.banner {
  position: relative; }

.banner-content {
  width: 31.91489%;
  float: right;
  margin-right: 0;
  *margin-left: -20px;
  display: inline;
  height: 0; }
  @media only screen and (max-width: 768px) {
    .banner-content {
      height: auto; } }
  .banner-content h1 {
    color: #C26E1C;
    text-transform: uppercase;
    margin-top: 40px;
    margin-bottom: 20px;
    font-size: 36px; }
  @media only screen and (max-width: 768px) {
    .banner-content {
      width: 100%;
      float: left;
      margin-right: 33.33333%;
      display: inline;
      float: left;
      margin-right: 2.12766%;
      *margin-left: auto; } }

.banner-content-full {
  width: 100%;
  float: left;
  margin-right: 2.12766%;
  display: inline;
  height: 0; }
  .banner-content-full h1 {
    font-size: 41px;
    text-transform: uppercase;
    color: white;
    text-align: center;
    margin-top: 240px;
    text-shadow: 1px 1px 2px #515151; }
    @media only screen and (max-width: 768px) {
      .banner-content-full h1 {
        margin-top: 50px; } }

.ccm-page-list-title {
  text-transform: uppercase;
  font-size: 18px !important; }
  .ccm-page-list-title a {
    text-decoration: none; }

.imagelinkcontent {
  margin-top: 30px; }
  .imagelinkcontent p {
    color: #633817 !important;
    text-align: center; }

.list-wrapper {
  border-top: solid 1px #C26E1C; }

.description-wrapper {
  border-top: solid 1px #C26E1C;
  padding-top: 10px; }

.main-wrapper {
  min-height: 300px;
  background-color: #F5F6F4;
  padding-top: 30px; }

.main {
  *zoom: 1;
  max-width: 940px;
  _width: 940px;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px; }
  .main:after {
    content: "";
    display: table;
    clear: both; }

.main-content {
  width: 100%;
  float: left;
  margin-right: 2.12766%;
  display: inline;
  min-height: 40px; }
  @media only screen and (max-width: 768px) {
    .main-content {
      width: 100%;
      float: left;
      margin-right: 33.33333%;
      display: inline; } }

.bread-wrapper {
  min-height: 60px;
  background-color: white; }

.breadcrumb-cont {
  *zoom: 1;
  max-width: 940px;
  _width: 940px;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto; }
  .breadcrumb-cont:after {
    content: "";
    display: table;
    clear: both; }

/*.breadcrumb{
	@include span-columns(12, 12);
	margin-top: 20px;
	
	h2{
		font-size: 24px;
		font-family: omnes-pro;
		font-weight: bold;
	}
	
	@media only screen and (max-width : 768px) {
			@include span-columns(1, 1);
	} 
}*/
.main-wrapper-right {
  min-height: 300px;
  background-color: white;
  padding-top: 30px; }

.sidebar-content-right {
  width: 31.91489%;
  float: right;
  margin-right: 0;
  *margin-left: -20px;
  display: inline; }
  @media only screen and (max-width: 768px) {
    .sidebar-content-right {
      width: 100%;
      float: left;
      margin-right: 33.33333%;
      display: inline;
      float: left;
      margin-right: 2.12766%;
      *margin-left: auto; } }

.main-content-right {
  width: 65.95745%;
  float: left;
  margin-right: 2.12766%;
  display: inline; }
  @media only screen and (max-width: 768px) {
    .main-content-right {
      width: 100%;
      float: left;
      margin-right: 33.33333%;
      display: inline; } }

.sidebar-content-left {
  width: 31.91489%;
  float: left;
  margin-right: 2.12766%;
  display: inline; }
  @media only screen and (max-width: 768px) {
    .sidebar-content-left {
      width: 100%;
      float: left;
      margin-right: 33.33333%;
      display: inline; } }

.main-content-left {
  width: 65.95745%;
  float: right;
  margin-right: 0;
  *margin-left: -20px;
  display: inline; }
  @media only screen and (max-width: 768px) {
    .main-content-left {
      width: 100%;
      float: left;
      margin-right: 33.33333%;
      display: inline;
      float: left;
      margin-right: 2.12766%;
      *margin-left: auto; } }

.main-wrapper-full {
  min-height: 300px; }

.range-wrapper {
  background-color: white;
  margin-top: 20px; }

.range {
  *zoom: 1;
  max-width: 940px;
  _width: 940px;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px; }
  .range:after {
    content: "";
    display: table;
    clear: both; }

.breadcrumb-product {
  width: 48.93617%;
  float: left;
  margin-right: 2.12766%;
  display: inline; }
  .breadcrumb-product h2 {
    font-size: 24px;
    font-family: omnes-pro;
    font-weight: bold; }
  @media only screen and (max-width: 768px) {
    .breadcrumb-product {
      width: 100%;
      float: left;
      margin-right: 33.33333%;
      display: inline; } }

.range-select {
  width: 48.93617%;
  float: right;
  margin-right: 0;
  *margin-left: -20px;
  display: inline; }
  @media only screen and (max-width: 768px) {
    .range-select {
      width: 100%;
      float: left;
      margin-right: 33.33333%;
      display: inline;
      float: left;
      margin-right: 2.12766%;
      *margin-left: auto; } }

.intro-wrapper {
  margin-top: 50px; }
  @media only screen and (max-width: 768px) {
    .intro-wrapper {
      margin-top: 20px; } }

.intro-cont {
  *zoom: 1;
  max-width: 940px;
  _width: 940px;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto; }
  .intro-cont:after {
    content: "";
    display: table;
    clear: both; }

.intro-text {
  padding-left: 8.51064%;
  padding-right: 8.51064%; }
  .intro-text h2 {
    text-align: center;
    color: #C26E1C;
    font-size: 24px;
    line-height: 28px; }
    @media only screen and (max-width: 768px) {
      .intro-text h2 {
        text-align: left; } }
  @media only screen and (max-width: 768px) {
    .intro-text {
      padding-left: 0%;
      padding-right: 0%; } }

.left-column {
  width: 40.42553%;
  float: left;
  margin-right: 2.12766%;
  display: inline;
  margin-left: 8.51064%; }
  @media only screen and (max-width: 768px) {
    .left-column {
      width: 100%;
      float: left;
      margin-right: 33.33333%;
      display: inline;
      margin-left: 0%; } }

.right-column {
  width: 40.42553%;
  float: right;
  margin-right: 0;
  *margin-left: -20px;
  display: inline;
  margin-right: 8.51064%; }
  @media only screen and (max-width: 768px) {
    .right-column {
      width: 100%;
      float: left;
      margin-right: 33.33333%;
      display: inline;
      float: left;
      margin-right: 2.12766%;
      *margin-left: auto;
      margin-right: 0%; } }

.main-contact {
  padding-left: 17.02128%;
  padding-right: 17.02128%; }
  .main-contact h1 {
    font-size: 30px;
    font-family: omnes-pro;
    color: #633817;
    margin-top: 30px; }
  @media only screen and (max-width: 768px) {
    .main-contact {
      padding-left: 0%;
      padding-right: 0%; } }

.home .footer-wrapper {
  margin-top: 0; }

.footer-wrapper {
  min-height: 130px;
  background-color: white; }

.footer {
  *zoom: 1;
  max-width: 940px;
  _width: 940px;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 30px; }
  .footer:after {
    content: "";
    display: table;
    clear: both; }

.footer_content_left {
  width: 40.42553%;
  float: left;
  margin-right: 2.12766%;
  display: inline;
  min-height: 90px;
  text-indent: -119988px;
  overflow: hidden;
  text-align: left;
  text-transform: capitalize;
  background-image: url('images/logo.svg?1403481455');
  background-repeat: no-repeat;
  background-position: 0 0;
  height: 100px;
  width: 226px;
  display: block;
  margin-top: 0;
  outline: none; }
  @media only screen and (max-width: 768px) {
    .footer_content_left {
      width: 100%;
      float: left;
      margin-right: 33.33333%;
      display: inline; } }

.no-svg .footer_content_left {
  text-indent: -119988px;
  overflow: hidden;
  text-align: left;
  text-transform: capitalize;
  background-image: url('images/logo.png?1403481464');
  background-repeat: no-repeat;
  background-position: 0 0; }

.footer_content_right {
  width: 65.95745%;
  float: right;
  margin-right: 0;
  *margin-left: -20px;
  display: inline;
  min-height: 90px;
  margin-top: 50px; }
  .footer_content_right .nav {
    float: right; }
    .footer_content_right .nav ul {
      margin: 0;
      padding: 0; }
    .footer_content_right .nav li {
      float: left;
      margin-left: 20px;
      list-style-type: none; }
    .footer_content_right .nav a {
      text-decoration: none;
      color: #C26E1C;
      font-size: 22px;
      text-transform: uppercase;
      font-family: omnes-pro; }
      .footer_content_right .nav a:hover {
        color: #FCB53D; }
      .footer_content_right .nav a.nav-path-selected {
        color: #FCB53D; }
  @media only screen and (max-width: 768px) {
    .footer_content_right {
      display: none; } }

.footer_bottom {
  width: 100%;
  float: left;
  margin-right: 2.12766%;
  display: inline;
  min-height: 90px;
  border-top: solid 2px #B19C8B;
  padding-top: 20px; }
  .footer_bottom a {
    font-size: 13px;
    color: #B19C8B; }
  .footer_bottom p {
    text-align: right;
    font-size: 13px;
    color: #B19C8B; }
    @media only screen and (max-width: 768px) {
      .footer_bottom p {
        text-align: left; } }
  @media only screen and (max-width: 768px) {
    .footer_bottom {
      width: 100%;
      float: left;
      margin-right: 33.33333%;
      display: inline; } }

.gmap_sidebar ul {
  margin-top: 20px !important; }
.gmap_sidebar .search {
  padding-left: 20px;
  margin-top: 0 !important;
  margin-bottom: 20px !important;
  box-sizing: border-box; }

.sitenavigation ul {
  margin: 0;
  padding: 0;
  margin-top: 17px; }
.sitenavigation li {
  list-style-type: none;
  padding: 0;
  margin: 0;
  float: left;
  margin-right: 10px;
  font-size: 22px;
  line-height: 20px; }
  .sitenavigation li.nav-dropdown:hover > a {
    background-color: #F5F6F4 !important;
    color: #FCB53D; }
  @media only screen and (max-width: 960px) {
    .sitenavigation li.nav-first {
      display: none; } }
  @media only screen and (max-width: 768px) {
    .sitenavigation li.nav-first {
      display: block; } }
  .sitenavigation li a {
    background-color: #F5F6F4;
    color: #C26E1C;
    font-family: omnes-pro;
    text-decoration: none;
    display: block;
    padding: 10px;
    -webkit-tap-highlight-color: transparent;
    text-transform: uppercase; }
    @media only screen and (max-width: 960px) {
      .sitenavigation li a {
        font-size: 20px; } }
    .sitenavigation li a.nav-path-selected, .sitenavigation li a.linkclicked {
      background-color: #F5F6F4; }
    .sitenavigation li a.nav-path-selected {
      background-color: #F5F6F4;
      color: #FCB53D; }
    .sitenavigation li a:hover {
      background-color: #F5F6F4 !important;
      color: #FCB53D; }
  .sitenavigation li.clicked > ul {
    display: block; }
  .sitenavigation li ul {
    display: none;
    position: absolute;
    min-width: 200px;
    max-width: 300px;
    padding: 0;
    margin: 0; }
    .sitenavigation li ul a {
      background-color: #e8ebe6; }
    .sitenavigation li ul li {
      float: none;
      margin: 0; }
    .sitenavigation li ul ul {
      left: 100%;
      margin-top: -40px; }
      .sitenavigation li ul ul a {
        background-color: #dcdfd8; }
.sitenavigation .nav-dropdown:hover > a, .sitenavigation .nav-dropdown.clicked > a {
  background-color: #F5F6F4; }
.sitenavigation .nav-dropdown > a:after {
  content: '▼' !important;
  font-size: 10px;
  float: right;
  margin-left: 10px;
  color: #FFF; }
.sitenavigation .nav-dropdown:hover > a:after {
  content: '▲' !important;
  font-size: 10px;
  float: right;
  margin-left: 10px;
  color: #FFF; }

.no-js .sitenavigation li:hover > ul {
  display: block !important; }

.menu-icon {
  display: none; }

@media only screen and (max-width: 768px) {
  .menu-icon {
    width: 30px;
    height: 25px;
    padding-top: 0;
    margin-top: -120px;
    display: block;
    float: right;
    -webkit-tap-highlight-color: transparent;
    background-color: #FCB53D;
    padding: 5px;
    padding-top: 1px;
    padding-bottom: 12px;
    border: solid 2px #fcab24;
    margin-bottom: 10px; }
    .menu-icon span {
      display: block;
      height: 5px;
      background-color: #FFF;
      margin-top: 5px;
      border-radius: 4px; }

  .sitenavigation.is-tapped .menu-icon {
    background-color: #d08403;
    -webkit-tap-highlight-color: transparent; }
    .sitenavigation.is-tapped .menu-icon span {
      background-color: #b3b3b3; }

  .sitenavigation ul {
    display: none;
    max-width: none !important; }

  .sitenavigation li {
    float: none;
    display: block;
    margin: 0;
    padding: 0; }

  .sitenavigation.is-tapped > ul {
    display: block;
    position: absolute;
    margin: 0;
    background-color: #FFF;
    right: 0;
    left: 0;
    top: 70px;
    z-index: 100;
    padding: 0; }
    .sitenavigation.is-tapped > ul a {
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      width: 100%;
      margin: 0;
      background-color: #F5F6F4;
      display: block;
      padding-top: 10px;
      padding-bottom: 10px;
      padding-left: 20px;
      padding-right: 20px;
      height: auto;
      color: #C26E1C;
      float: none;
      font-size: 22px;
      line-height: 20px;
      font-family: omnes-pro;
      border: none !important;
      -webkit-font-smoothing: antialiased;
      -webkit-tap-highlight-color: transparent; }
      .sitenavigation.is-tapped > ul a:hover {
        background-color: #FCB53D; }
    .sitenavigation.is-tapped > ul li {
      width: 100%;
      background-color: #FFF;
      border-bottom: solid 1px #c2c8bc;
      -webkit-tap-highlight-color: transparent; }
      .sitenavigation.is-tapped > ul li li {
        background-color: #cccccc; }
    .sitenavigation.is-tapped > ul ul {
      display: none;
      width: 100%;
      z-index: 200;
      border: none;
      margin-left: 0;
      padding: 0;
      position: relative !important; }
      .sitenavigation.is-tapped > ul ul ul {
        clear: both;
        left: 0;
        margin-top: 0; }
      .sitenavigation.is-tapped > ul ul li {
        border-bottom: solid 1px #e8ebe6; }
        .sitenavigation.is-tapped > ul ul li li a {
          background-color: #a9b1a0;
          padding-left: 30px; }
      .sitenavigation.is-tapped > ul ul a {
        background-color: #dcdfd8;
        font-size: 90%;
        padding-left: 20px; }
        .sitenavigation.is-tapped > ul ul a:before {
          content: '↳';
          display: inline-block;
          margin-right: 4px;
          color: #000;
          font-family: Arial; }
    .sitenavigation.is-tapped > ul li.nav-dropdown {
      cursor: pointer; }
      .sitenavigation.is-tapped > ul li.nav-dropdown > a {
        width: 80%; }
    .sitenavigation.is-tapped > ul li.nav-dropdown:after {
      content: '▼';
      position: absolute;
      color: #000;
      padding: 0;
      display: block;
      width: 20%;
      right: 0;
      margin-top: -40px;
      text-align: center;
      font-size: 12px;
      padding-top: 10px;
      padding-bottom: 10px;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      box-sizing: border-box; }
    .sitenavigation.is-tapped > ul li.expanded:after {
      display: none; }
    .sitenavigation.is-tapped > ul li.expanded li:first-child:before {
      content: '▲' !important;
      position: absolute;
      color: black;
      padding: 0;
      display: block;
      width: 20%;
      right: 0;
      margin-top: -40px;
      text-align: center;
      font-size: 12px;
      padding-top: 10px;
      padding-bottom: 10px;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      box-sizing: border-box; }
    .sitenavigation.is-tapped > ul .nav-dropdown > a:after {
      content: '' !important; }
    .sitenavigation.is-tapped > ul .nav-dropdown:hover > a:after {
      content: '' !important; } }
.slider-list-item {
  width: 300px;
  height: 170px;
  margin: 0;
  padding: 0;
  margin-right: 20px; }
  .slider-list-item a {
    text-decoration: none; }

@media only screen and (max-width: 767px) {
  .project-list, .product-list {
    margin: 0 auto; } }

.filter-list-item {
  width: 31.91489%;
  float: left;
  margin-right: 2.12766%;
  display: inline;
  margin-bottom: 40px;
  max-width: 303px; }
  .filter-list-item:nth-child(3n) {
    float: right;
    margin-right: 0;
    *margin-left: -20px;
    display: inline; }
  .filter-list-item .imagelink {
    display: block;
    width: auto;
    max-width: 303px;
    height: 197px;
    background-position: center top;
    background-repeat: no-repeat;
    overflow: hidden;
    text-decoration: none !important;
    margin-bottom: 20px; }
    @media only screen and (max-width: 767px) {
      .filter-list-item .imagelink {
        clear: both;
        margin: 0 auto;
        margin-bottom: 20px; } }
  @media only screen and (max-width: 767px) {
    .filter-list-item {
      width: 48.93617%;
      float: left;
      margin-right: 2.12766%;
      display: inline;
      margin: 0 auto;
      margin-bottom: 20px; }
      .filter-list-item:nth-child(3n) {
        float: left;
        margin-right: 2.12766%;
        *margin-left: auto; }
      .filter-list-item:nth-child(2n) {
        float: right;
        margin-right: 0;
        *margin-left: -20px;
        display: inline; } }
  @media only screen and (max-width: 500px) {
    .filter-list-item {
      float: none;
      width: auto;
      margin-right: auto;
      *margin-left: auto;
      display: block;
      float: none !important;
      margin: 0 auto !important;
      margin-bottom: 20px; }
      .filter-list-item:nth-child(2n) {
        float: left;
        margin-right: 2.12766%;
        *margin-left: auto; }
      .filter-list-item:nth-child(3n) {
        float: left;
        margin-right: 2.12766%;
        *margin-left: auto; } }

/*.thirditem {
	float: right !important;
	margin-right: 0 !important;
}*/
.list-filter {
  float: right;
  margin-top: -40px; }
  @media only screen and (max-width: 768px) {
    .list-filter {
      float: none;
      margin-top: 0;
      margin-bottom: 20px; } }

.imagelinkcontent {
  opacity: 0;
  padding: 15px;
  padding-top: 50px;
  min-height: 160px;
  background-image: url("images/DEE0DB-0.75.png");
  margin-top: 0;
  transition: opacity .3s ease-out;
  -moz-transition: opacity .3s ease-out;
  -webkit-transition: opacity .3s ease-out;
  -o-transition: opacity .3s ease-out; }
  .imagelinkcontent h2, .imagelinkcontent p {
    color: #C26E1C; }
  @media only screen and (max-width: 960px) {
    .imagelinkcontent h2 {
      font-size: 18px; } }

.imagelink:hover > .imagelinkcontent {
  opacity: 1; }

.formblock {
  margin-top: 14px;
  max-width: auto; }
  .formblock .requiredfield:before {
    float: right;
    margin-top: 0;
    color: #FCB53D;
    font-size: 18px;
    height: 0;
    display: block;
    margin-top: 9px;
    margin-right: 8px;
    margin-bottom: -8px; }
  .formblock .inputfield {
    position: relative; }
  .formblock .field, .formblock .ccm-input-captcha {
    max-width: auto;
    margin-bottom: 10px;
    background-color: white; }
    .formblock .field br, .formblock .ccm-input-captcha br {
      display: none; }
    .formblock .field label, .formblock .ccm-input-captcha label {
      position: absolute;
      top: 8px;
      left: 8px;
      font-size: 12px;
      color: #888;
      line-height: 22px; }
    .formblock .field input, .formblock .field textarea, .formblock .ccm-input-captcha input, .formblock .ccm-input-captcha textarea {
      width: 100%;
      border: none;
      background-color: transparent;
      padding: 8px;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      font-size: 12px;
      line-height: 22px;
      outline: none;
      padding-right: 20px;
      border: solid 1px #FCB53D !important;
      border-radius: 4px; }
  .formblock .submit {
    float: right;
    background-color: #FCB53D;
    color: white;
    border: none;
    border-radius: 4px;
    height: 30px;
    width: 75px;
    line-height: 28px;
    -webkit-appearance: none;
    -moz-appearance: none;
    font-size: 16px;
    margin-top: 10px;
    display: block; }
  .formblock .errorfield textarea, .formblock .errorfield input {
    border: solid 1px #E8402E !important; }
  .formblock .errormsg {
    margin: 0;
    background-color: #E8402E;
    color: white;
    margin-bottom: -4px;
    font-size: 12px;
    padding: 8px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px; }
  .formblock .captcha {
    margin-top: 20px; }
    .formblock .captcha label, .formblock .captcha div {
      font-size: 12px; }
    .formblock .captcha img {
      margin-top: 10px; }
    .formblock .captcha input {
      padding: 8px;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      font-size: 12px;
      line-height: 22px; }
  .formblock .errors {
    margin-bottom: 20px; }
    .formblock .errors .error {
      color: #FCB53D; }
  .formblock .success {
    color: #FCB53D;
    margin-bottom: 20px; }
