@font-face {
  font-family: 'Source Sans Pro';
  src: url('../fonts/sourcesanspro-bold-webfont.eot');
  src: url('../fonts/sourcesanspro-bold-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/sourcesanspro-bold-webfont.woff2') format('woff2'), url('../fonts/sourcesanspro-bold-webfont.woff') format('woff'), url('../fonts/sourcesanspro-bold-webfont.ttf') format('truetype'), url('../fonts/sourcesanspro-bold-webfont.svg#source_sans_probold') format('svg');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'Source Sans Pro';
  src: url('../fonts/sourcesanspro-it-webfont.eot');
  src: url('../fonts/sourcesanspro-it-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/sourcesanspro-it-webfont.woff2') format('woff2'), url('../fonts/sourcesanspro-it-webfont.woff') format('woff'), url('../fonts/sourcesanspro-it-webfont.ttf') format('truetype'), url('../fonts/sourcesanspro-it-webfont.svg#source_sans_proitalic') format('svg');
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: 'Source Sans Pro';
  src: url('../fonts/sourcesanspro-regular-webfont.eot');
  src: url('../fonts/sourcesanspro-regular-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/sourcesanspro-regular-webfont.woff2') format('woff2'), url('../fonts/sourcesanspro-regular-webfont.woff') format('woff'), url('../fonts/sourcesanspro-regular-webfont.ttf') format('truetype'), url('../fonts/sourcesanspro-regular-webfont.svg#source_sans_proregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Source Sans Pro Semibold';
  src: url('../fonts/sourcesanspro-semibold-webfont.eot');
  src: url('../fonts/sourcesanspro-semibold-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/sourcesanspro-semibold-webfont.woff2') format('woff2'), url('../fonts/sourcesanspro-semibold-webfont.woff') format('woff'), url('../fonts/sourcesanspro-semibold-webfont.ttf') format('truetype'), url('../fonts/sourcesanspro-semibold-webfont.svg#source_sans_prosemibold') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Source Sans Pro Light';
  src: url('../fonts/sourcesanspro-light-webfont.eot');
  src: url('../fonts/sourcesanspro-light-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/sourcesanspro-light-webfont.woff2') format('woff2'), url('../fonts/sourcesanspro-light-webfont.woff') format('woff'), url('../fonts/sourcesanspro-light-webfont.ttf') format('truetype'), url('../fonts/sourcesanspro-light-webfont.svg#source_sans_prolight') format('svg');
  font-weight: normal;
  font-style: normal;
}
html {
  position: relative;
  min-height: 100%;
}
body {
  font-family: 'Source Sans Pro', Arial, Helvetica, sans-serif;
  font-size: 18px;
  color: #000;
  background: #ededee;
}
.container {
  width: 1245px;
  margin: 0 auto;
  padding: 0;
  background: #fff;
  position: relative;
}
.container.extra-padding {
  padding: 0 25px;
}
#wrapper {
  margin-bottom: 170px;
}
#header {
  height: 146px;
  background: #eee;
}
#content {
  min-height: calc(100vh - 146px - 170px);
  padding: 40px 0 40px 40px;
  width: 66%;
  float: left;
}
#footer {
  height: 170px;
  background: #eee;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
#address-bar {
  background: #538545;
  color: #ffffff;
  font-size: 16px;
  padding: 9px 10px;
  overflow: hidden;
}
#address-bar a,
#address-bar li.email {
  color: #ffffff;
  text-decoration: underline;
}
#address-bar li.phone a {
  color: #ffffff;
  text-decoration: none;
}
#address-bar a:hover,
#address-bar li.email {
  text-decoration: none;
}
#address-bar li.phone a:hover {
  text-decoration: none;
}
#address-bar ul {
  list-style-type: none;
}
#address-bar ul li {
  float: left;
  line-height: 16px;
}
#address-bar ul li:after {
  content: '';
  font-size: 13px;
  color: #ffffff;
  margin: 0 10px;
}
#address-bar ul li:last-child:after {
  content: '';
  margin: 0;
}
#address-bar ul li i {
  margin-right: 5px;
}
#address-bar ul li.address:before,
#address-bar ul li.phone:before,
#address-bar ul li.email:before {
  font-family: "FontAwesome";
  display: inline-block;
  margin-right: 5px;
}
#address-bar ul li.address:before {
  content: "\f041";
}
#address-bar ul li.phone:before {
  content: "\f095";
}
#address-bar ul li.email:before {
  content: "\f0e0";
}
#logo {
  padding: 20px 0 15px 0;
}
#metamenu {
  position: absolute;
  right: 25px;
  top: 15px;
}
#metamenu ul {
  list-style-type: none;
}
#metamenu ul li {
  float: left;
  margin-left: 25px;
}
#metamenu ul li a {
  font-size: 18px;
  font-weight: bold;
  color: #538545;
}
#metamenu ul li.selected a,
#metamenu ul li a:hover {
  color: #c8c8c8;
}
#mainmenu {
  position: absolute;
  right: 25px;
  bottom: 23px;
}
#mainmenu ul {
  list-style-type: none;
}
#mainmenu ul li {
  float: left;
  margin-left: 25px;
}
#mainmenu ul li a {
  font-family: 'Source Sans Pro Semibold', Arial, Helvetica, sans-serif;
  font-size: 22px;
  color: #538545;
  text-transform: uppercase;
}
#mainmenu ul li.selected a,
#mainmenu ul li a:hover {
  color: #c8c8c8;
}
#responsive-menu-button {
  display: none;
  background: #538545;
  color: #ffffff;
  padding-left: 11px;
  padding-top: 2px;
  position: absolute;
  right: 25px;
  bottom: 27px;
}
#responsive-menu-button .hamburger {
  padding: 11px;
}
#responsive-menu-button .hamburger-box {
  height: 12px;
}
#responsive-menu-button .hamburger-inner,
#responsive-menu-button .hamburger-inner::before,
#responsive-menu-button .hamburger-inner::after {
  height: 3px;
  width: 34px;
}
#responsive-menu-button .hamburger .hamburger-inner,
#responsive-menu-button .hamburger .hamburger-inner::after,
#responsive-menu-button .hamburger .hamburger-inner::before {
  background-color: #ffffff;
}
#responsive-menu-button .hamburger.is-active .hamburger-inner,
#responsive-menu-button .hamburger.is-active .hamburger-inner::after,
#responsive-menu-button .hamburger.is-active .hamburger-inner::before {
  background-color: #ffffff;
}
#responsive-menu-button span.text {
  font-family: 'Source Sans Pro Semibold', Arial, Helvetica, sans-serif;
  font-size: 24px;
  line-height: 24px;
  text-transform: uppercase;
  vertical-align: text-bottom;
  cursor: pointer;
}
#responsive-menu {
  display: none;
  background: #538545;
}
#responsive-menu ul {
  list-style-type: none;
}
#responsive-menu ul li {
  border-bottom: 1px solid #fff;
}
#responsive-menu ul li:last-child {
  border-bottom: 0;
}
#responsive-menu ul:first-child li:last-child {
  border-bottom: 1px solid #fff;
}
#responsive-menu ul li a {
  font-family: 'Source Sans Pro Semibold', Arial, Helvetica, sans-serif;
  color: #ffffff;
  font-size: 18px;
  margin: 0 22px;
  font-weight: normal;
  text-transform: uppercase;
  line-height: 20px;
  display: block;
  padding: 10px 0;
}
#responsive-menu > ul > li.has-sub > a:after,
#responsive-menu > ul > li.has-sub > a.open:after {
  font-family: 'FontAwesome';
  font-size: 12px;
  line-height: 20px;
  float: right;
  display: inline-block;
  width: 20px;
  height: 20px;
  text-align: center;
  vertical-align: bottom;
}
#responsive-menu > ul > li.has-sub > a:after {
  content: "\f067";
}
#responsive-menu > ul > li.has-sub > a.open:after {
  content: "\f00d";
}
#responsive-menu ul li a:hover,
#responsive-menu ul li.selected > a {
  color: #c8c8c8;
}
#responsive-menu ul ul li {
  border-bottom: 0;
}
#responsive-menu ul ul li a {
  color: #ffffff;
  background: #538545;
  font-size: 18px;
  padding: 5px 0 5px 20px;
  text-transform: none;
}
#responsive-menu ul ul li a:hover,
#responsive-menu ul ul li.selected > a {
  color: #c8c8c8;
}
#responsive-menu ul ul ul {
  margin-bottom: 0;
}
#responsive-menu ul ul ul li a {
  padding-left: 40px;
}
#slider {
  position: relative;
  padding-bottom: 30.200803213%;
  /* Image height / Image width * 100 */
  height: 0;
}
#slider .slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
#slider-container {
  position: relative;
}
#slider-container #slider {
  position: relative;
}
#slider-container #slider .slide {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
}
#slider-container #slider .slide:focus,
#slider-container #slider .slide:hover,
#slider-container #slider .slide:active {
  outline: none;
}
#slider-container #slider .slide:first-child {
  position: relative;
  z-index: 0;
}
#slider-container #slider img {
  width: 100%;
}
#slider ul.slick-dots {
  position: absolute;
  left: 40px;
  bottom: 20px;
  list-style-type: none;
}
#slider ul.slick-dots li {
  display: inline-block;
}
#slider ul.slick-dots li button {
  text-indent: -9999px;
  border-radius: 50%;
  background: #fff;
  background: rgba(255, 255, 255, 0.4);
  margin-right: 10px;
  width: 17px;
  height: 17px;
  border: 0;
}
#slider ul.slick-dots li button:hover {
  cursor: pointer;
}
#slider ul.slick-dots li.slick-active button {
  background: #bbb;
  background: rgba(255, 255, 255, 0.8);
}
#slider-container #slider-logo {
  position: absolute;
  right: 40px;
  top: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.85);
}
#slider-container #slider-logo .outer {
  display: table;
  position: static;
  height: 376px;
}
#slider-container #slider-logo .middle {
  display: table-cell;
  vertical-align: middle;
  position: static;
}
#slider-container #slider-logo .inner {
  margin-left: auto;
  margin-right: auto;
}
#slider-container #slider-logo img {
  margin: 0 28px;
}
#slider-container .caption {
  position: absolute;
  left: 600px;
  top: 0;
  right: 0;
  bottom: 0;
  background: #538545;
  color: #ffffff;
}
#slider-container .caption .inner {
  position: absolute;
  left: 45px;
  bottom: 45px;
}
#slider-container .caption h2 {
  font-family: 'Source Sans Pro Semibold', Arial, Helvetica, sans-serif;
  font-size: 90px;
  line-height: 90px;
  margin: 0 0 8px 0;
  color: #ffffff;
}
#slider-container .caption h3 {
  font-family: 'Source Sans Pro Semibold', Arial, Helvetica, sans-serif;
  font-size: 60px;
  line-height: 60px;
  margin: 0 0 35px 0;
  color: #ffffff;
}
#slider-container .caption p {
  font-family: 'Source Sans Pro Semibold', Arial, Helvetica, sans-serif;
  font-size: 30px;
  line-height: 30px;
  margin: 0;
  color: #ffffff;
}
#slider-container .caption a {
  color: #ffffff;
  text-decoration: none;
}
#slider-container .caption a:hover {
  text-decoration: underline;
}
#main {
  overflow: hidden;
}
#sidebar {
  width: 34%;
  float: left;
  padding: 40px;
}
#sidebar .box {
  background: #ecedee;
  padding: 30px 35px;
  margin-bottom: 25px;
}
#sidebar .box h4 {
  font-size: 28px;
  font-weight: bold;
  margin: 0 0 15px 0;
  color: #538545;
  line-height: 29px;
}
#sidebar .box p {
  margin-bottom: 10px;
  line-height: 26px;
}
#sidebar .box p:last-child {
  margin-bottom: 0;
}
#sidebar .box div.image.center {
  text-align: center;
  margin-bottom: 20px;
}
#submenu ul {
  list-style-type: none;
}
#submenu ul li {
  margin-bottom: 10px;
}
#submenu ul li:last-child {
  margin-bottom: 0;
}
#submenu ul li a {
  display: block;
  font-weight: bold;
  font-size: 18px;
  color: #538545;
  text-decoration: none;
}
#submenu ul li > a:hover,
#submenu ul li.selected > a {
  color: #ffffff;
  text-decoration: none;
}
#submenu ul ul li a {
  margin-left: 18px;
  font-weight: normal;
}
#submenu ul ul li:first-child a {
  margin-top: 8px;
}
#content .text {
  width: 50%;
}
#content .text-image-block {
  margin-bottom: 30px;
}
#content .text-image-block .row {
  margin: 0 -30px;
}
#content .text-image-block .col {
  padding: 0 30px;
}
#content .text-image-block a.lightbox {
  display: block;
}
#content .text-image-block .responsive-image {
  display: none;
  margin-bottom: 20px;
}
#content .google-maps {
  position: relative;
  padding-bottom: 90%;
  height: 0;
  overflow: hidden;
  margin-bottom: 15px;
}
#content .google-maps iframe {
  border: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#content .video {
  margin-bottom: 15px;
}
#content .custom-video video {
  width: 100%;
  outline: none;
}
#content .youtube-video {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
#content .youtube-video iframe,
#content .youtube-video object,
#content .youtube-video embed {
  border: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#content a,
#sidebar a {
  color: #538545;
  text-decoration: underline;
}
#content a:hover,
#sidebar a:hover {
  text-decoration: none;
}
#content h1 {
  font-size: 28px;
  font-weight: bold;
  margin: 0 0 10px 0;
  color: #538545;
  line-height: 29px;
}
#content h2 {
  font-size: 22px;
  font-weight: normal;
  margin: 0 0 10px 0;
  color: #538545;
}
#content h3 {
  font-size: 16px;
  font-weight: normal;
  margin: 0;
  color: #538545;
}
#content p,
#content ul,
#content ol {
  margin-bottom: 20px;
  line-height: 25px;
}
#content ul,
#content ol {
  list-style-position: outside;
  margin-left: 20px;
}
#content ul {
  list-style-type: disc;
}
#content ul ul,
#content ol ol {
  margin-top: 7px;
  margin-bottom: 0;
}
#content ul li,
#content ol li {
  margin-bottom: 7px;
}
#content ul li:last-child,
#content ol li:last-child {
  margin-bottom: 0;
}
#content table {
  border: 1px solid #cbcbcb;
  margin: 0;
  border-collapse: collapse;
  border-spacing: 0;
  empty-cells: show;
  width: 100%;
}
#content table thead {
  color: #000;
  text-align: left;
  vertical-align: bottom;
}
#content table th,
#content table thead td {
  font-weight: bold;
  background-color: #e0e0e0;
  background-color: rgba(224, 224, 224, 0.4);
}
#content table td,
#content table th {
  padding: 12px;
  text-align: left;
  vertical-align: top;
  border-bottom: 1px solid #cbcbcb;
}
#content table td p {
  margin: 0;
}
#content .table-container {
  width: 100%;
  overflow-x: auto;
  margin: 10px 0 20px 0;
  background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, #ffffff), color-stop(100%, rgba(255, 255, 255, 0))), -webkit-gradient(linear, 100% 50%, 0% 50%, color-stop(0%, #ffffff), color-stop(100%, rgba(255, 255, 255, 0))), -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, #c3c3c5), color-stop(100%, rgba(195, 195, 197, 0))), -webkit-gradient(linear, 100% 50%, 0% 50%, color-stop(0%, #c3c3c5), color-stop(100%, rgba(195, 195, 197, 0)));
  background-image: -webkit-linear-gradient(left, #ffffff, rgba(255, 255, 255, 0)), -webkit-linear-gradient(right, #ffffff, rgba(255, 255, 255, 0)), -webkit-linear-gradient(left, #c3c3c5, rgba(195, 195, 197, 0)), -webkit-linear-gradient(right, #c3c3c5, rgba(195, 195, 197, 0));
  background-image: -moz-linear-gradient(left, #ffffff, rgba(255, 255, 255, 0)), -moz-linear-gradient(right, #ffffff, rgba(255, 255, 255, 0)), -moz-linear-gradient(left, #c3c3c5, rgba(195, 195, 197, 0)), -moz-linear-gradient(right, #c3c3c5, rgba(195, 195, 197, 0));
  background-image: -o-linear-gradient(left, #ffffff, rgba(255, 255, 255, 0)), -o-linear-gradient(right, #ffffff, rgba(255, 255, 255, 0)), -o-linear-gradient(left, #c3c3c5, rgba(195, 195, 197, 0)), -o-linear-gradient(right, #c3c3c5, rgba(195, 195, 197, 0));
  background-image: linear-gradient(left, #ffffff, rgba(255, 255, 255, 0)), linear-gradient(right, #ffffff, rgba(255, 255, 255, 0)), linear-gradient(left, #c3c3c5, rgba(195, 195, 197, 0)), linear-gradient(right, #c3c3c5, rgba(195, 195, 197, 0));
  background-position: 0 0, 100% 0, 0 0, 100% 0;
  background-repeat: no-repeat;
  background-color: white;
  background-size: 4em 100%, 4em 100%, 1em 100%, 1em 100%;
  background-attachment: local, local, scroll, scroll;
}
#content hr {
  border: 0;
  height: 0;
  border-top: #d3d3d3 1px solid;
  margin-top: 30px;
  margin-bottom: 40px;
}
#content a[href^="tel"],
#sidebar a[href^="tel"] {
  border-bottom: 1px dotted #538545;
}
#address-bar a[href^="tel"] {
  border-bottom: 1px dotted #ffffff;
}
#content a[href^="tel"]:hover,
#sidebar a[href^="tel"]:hover {
  text-decoration: none;
}
#address-bar a[href^="tel"]:hover {
  border-bottom: 0;
}
#content a[href^="http://"],
#content a[href^="https://"] {
  position: relative;
  padding-right: 13px;
  margin-right: 1px;
  display: inline-block;
}
#content a[href^="http://"]:after,
#content a[href^="https://"]:after {
  display: inline-block;
  text-decoration: underline;
  content: "\f061";
  font-family: "FontAwesome";
  font-size: 13px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position: absolute;
  right: 0;
  top: -3px;
}
#content a[href^="http://"]:after,
#content a[href^="https://"]:after,
#content a[href^="http://"]:hover:after,
#content a[href^="https://"]:hover:after {
  text-decoration: none;
}
#content a.not-extern {
  padding-right: 0;
  margin-right: 0;
}
#content a.not-extern:after {
  content: "";
}
#content a[href$=".pdf"],
#sidebar a[href$=".pdf"],
#content a[href$=".zip"],
#sidebar a[href$=".zip"],
#content a[href$=".doc"],
#sidebar a[href$=".doc"],
#content a[href$=".docx"],
#sidebar a[href$=".docx"] {
  display: inline-block;
}
#content a[href$=".pdf"]:before,
#sidebar a[href$=".pdf"]:before,
#content a[href$=".zip"]:before,
#sidebar a[href$=".zip"]:before,
#content a[href$=".doc"]:before,
#sidebar a[href$=".doc"]:before,
#content a[href$=".docx"]:before,
#sidebar a[href$=".docx"]:before {
  display: inline-block;
  text-decoration: none;
  font-family: 'FontAwesome';
  font-size: 1.2em;
  margin-right: 3px;
  vertical-align: bottom;
}
#content a[href$=".pdf"]:before,
#sidebar a[href$=".pdf"]:before {
  content: "\f1c1";
}
#content a[href$=".zip"]:before,
#sidebar a[href$=".zip"]:before {
  content: "\f1c6";
}
#content a[href$=".doc"]:before,
#sidebar a[href$=".doc"]:before,
#content a[href$=".docx"]:before,
#sidebar a[href$=".docx"]:before {
  content: "\f1c2";
}
#content a.lightbox,
#content a.lightbox-gallery {
  position: relative;
  display: inline-block;
  text-decoration: none;
}
#content a.lightbox:before,
#content a.lightbox-gallery:before {
  font-family: 'FontAwesome';
  content: "\f002";
  color: #fff;
  font-size: 24px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
  position: absolute;
  right: 12px;
  bottom: 12px;
  display: none;
}
.no-touch #content a:hover.lightbox:before,
.no-touch #content a:hover.lightbox-gallery:before {
  display: block;
}
#content div.image,
#content div.image a {
  max-width: 100%;
  background: 0;
  padding: 0;
}
#content div.image.left {
  float: left;
}
#content div.image.right {
  float: right;
}
#content div.image.center {
  text-align: center;
}
#content div.image.float {
  width: 40%;
}
#content div.image.float.left {
  margin: 3px 15px 15px 0;
}
#content div.image.float.right {
  margin: 3px 0 15px 15px;
}
#content div.image.separate {
  margin: 0 0 15px 0;
}
#content div.gallery {
  margin-bottom: 5px;
}
#content div.gallery a {
  float: left;
  margin: 0 15px 10px 0;
  width: 100%;
}
#content div.gallery .row {
  overflow: visible;
  margin: 0 -5px;
}
#content div.gallery .col {
  padding: 0 5px;
}
#rexx-form {
  margin: 0 0 20px 0;
  padding: 10px 0 20px 0;
}
#rexx-form form {
  position: relative;
}
#rexx-form label {
  display: inline-block;
  width: 22%;
  float: left;
  font-size: 16px;
  line-height: 17px;
}
#rexx-form .control {
  overflow: hidden;
  margin: 5px 0;
}
#rexx-form .control.robotron {
  position: absolute !important;
  top: -9999px !important;
  left: -9999px !important;
}
#rexx-form .control.textfield input,
#rexx-form .control.textarea textarea {
  color: #000;
  background: #EDEDEE;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  border: 1px solid #EDEDEE;
  padding: 8px 6px;
  margin: 0;
  width: 78%;
  float: left;
  margin-bottom: 5px;
}
#rexx-form .control.textarea textarea {
  height: 100px;
}
#rexx-form .control.submit-button button {
  background: #538545;
  color: #ffffff;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: normal;
  text-decoration: none !important;
  text-transform: uppercase;
  display: inline-block;
  margin-top: 10px 0 0 0;
  padding: 12px 12px;
  cursor: pointer;
  border: 0;
}
#rexx-form .control.validate-alert.textfield input,
#rexx-form .control.validate-alert.textarea textarea {
  border: 1px solid #FF0000;
}
#rexx-form .control.validate-alert label,
#rexx-form .validate-alert-text {
  color: #FF0000;
}
#rexx-form p.required-msg {
  text-align: right;
  font-size: 16px;
}
#rexx-form .control.textfield.amount-control label {
  float: right;
  width: auto;
}
#rexx-form .control.textfield.amount-control input {
  float: right;
  width: 40px;
}
#content #rexx-form table#orders {
  border: 0;
  margin: 0;
  border-collapse: collapse;
  border-spacing: 0;
  empty-cells: show;
  width: 100%;
}
#content #rexx-form table#orders td,
#content #rexx-form table#orders th {
  padding: 0;
  text-align: left;
  vertical-align: top;
  border-bottom: 0;
  padding-bottom: 28px;
}
#content #rexx-form table#orders td p {
  margin: 0;
}
#content #rexx-form table#orders .image-col {
  width: 150px;
  vertical-align: top;
  padding: 5px 10px 0 0;
}
#content #rexx-form table#orders .amount-col {
  width: 130px;
  vertical-align: middle;
}
#content #rexx-form table#orders .amount-col label {
  font-weight: bold;
  font-size: 19px;
  margin: 10px 0 0 10px;
}
#content #rexx-form table#orders .price-col {
  width: 80px;
  font-weight: bold;
  font-size: 17px;
  vertical-align: middle;
}
#rexx-form .control.select {
  margin-top: 10px;
}
#rexx-form .control.select select {
  margin-bottom: 5px;
}
#rexx-form .hints {
  margin-left: 22%;
}
#footer,
#footer .container {
  background: #538545;
}
#footer {
  color: #ffffff;
  font-family: 'Source Sans Pro', Arial, Helvetica, sans-serif;
  text-align: left;
  font-size: 16px;
}
#footer ul {
  list-style-type: none;
  display: inline-block;
  margin-top: 25px;
  margin-bottom: 15px;
}
#footer ul li {
  float: left;
  margin-left: 10px;
}
#footer ul li:after {
  content: "|";
  color: #ffffff;
  font-size: 16px;
  font-weight: bold;
  margin-left: 10px;
}
#footer ul li:last-child:after {
  content: "";
  margin-right: 0;
}
#footer ul li a {
  font-size: 16px;
  color: #ffffff;
  font-weight: normal;
  text-decoration: underline;
}
#footer ul li a:hover {
  text-decoration: none;
}
#footer .left {
  float: left;
}
#footer .right {
  float: right;
}
#footer #social {
  margin-top: 25px;
  float: left;
}
#footer #social a {
  display: inline-block;
  margin-left: 7px;
}
#footer #social a i {
  color: #ffffff;
  font-size: 36px;
}
#footer #social a:hover i {
  color: #ffffff;
}
.clearer {
  clear: both;
}
.spacer {
  height: 15px;
  display: block;
  clear: both;
}
.hide {
  display: none;
}
.extra-bold {
  color: #000000;
  font-weight: bold;
}
@media screen and (max-width: 1245px) {
  .container {
    width: 100%;
  }
  #slider-container #slider-logo .outer {
    height: 300px;
  }
  #slider-container #slider-logo img {
    width: 50%;
  }
  #content {
    padding: 25px 0 25px 15px;
  }
  #sidebar {
    padding: 25px 15px 25px 15px;
  }
  #sidebar .box {
    padding: 18px;
    margin-bottom: 15px;
  }
  #sidebar .box p {
    font-size: 16px;
  }
  #sidebar .box h4 {
    font-size: 22px;
  }
  #slider-container .caption h2 {
    font-size: 50px;
    line-height: 50px;
  }
  #slider-container .caption h3 {
    font-size: 30px;
    line-height: 30px;
  }
  #slider-container .caption p {
    font-size: 25px;
    line-height: 25px;
  }
  #content #rexx-form table#orders td {
    display: block;
  }
  #content #rexx-form table#orders .amount-col {
    width: auto;
    float: left;
    margin-bottom: 15px;
  }
  #content #rexx-form table#orders .image-col {
    width: 300px;
    padding: 0 0 20px 0;
  }
  #rexx-form label {
    display: block;
    width: 100%;
    margin-bottom: 5px;
  }
  #rexx-form .control.textfield input,
  #rexx-form .control.textarea textarea {
    width: 100%;
  }
  #rexx-form .hints {
    margin-left: 0;
  }
}
@media screen and (max-width: 1000px) {
  #wrapper {
    margin-bottom: 0;
  }
  #header {
    height: auto;
  }
  #content {
    min-height: auto;
  }
  #footer {
    position: relative;
  }
  #mainmenu,
  #metamenu {
    display: none;
  }
  #responsive-menu-button {
    display: inline-block;
  }
  #content div.image,
  #content div.image a,
  #content div.image img,
  #content div.image.float,
  #content div.responsive-image img {
    width: 100%;
  }
  #content div.gallery .is-3 {
    width: 50%;
  }
  #content .text-image-block .col {
    width: 100%;
  }
  #slider-container #slider-logo {
    right: 15px;
    width: 150px;
  }
  #slider-container #slider-logo .outer {
    height: 260px;
  }
  #slider-container #slider-logo img {
    width: 60%;
  }
  #slider-container #slider-logo {
    bottom: -1px;
  }
  .container.extra-padding {
    padding: 0 15px;
  }
  #responsive-menu-button {
    right: 15px;
  }
  #content div.gallery .is-4 {
    width: 50%;
  }
  #content .text-image-block .col {
    width: 100%;
  }
  #content .text-image-block .responsive-image {
    display: block;
  }
  #content .text-image-block .col.normal-image {
    display: none;
  }
}
@media screen and (max-width: 760px) {
  .row {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .col {
    width: 100%;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  #content div.gallery .is-4 {
    width: 100%;
  }
  #slider-container {
    display: none;
  }
  body.show-mobile-slider #slider-container {
    display: block;
  }
  #slider ul.slick-dots {
    display: none !important;
  }
  #slider-container #slider-logo .outer {
    height: 245px;
  }
  #slider-container #slider-logo img {
    width: 99px;
  }
  #content,
  #sidebar {
    float: none;
    width: 100%;
  }
  #content {
    padding: 25px 15px 0 15px;
  }
  #submenu {
    display: none;
  }
  #content #rexx-form table#orders .image-col {
    width: 100%;
    padding-bottom: 10px;
  }
  #footer {
    text-align: left;
  }
  #footer #social {
    float: none;
  }
}
@media screen and (max-width: 605px) {
  #responsive-menu-button span.text {
    display: none;
  }
  #responsive-menu-button {
    padding-left: 6px;
    bottom: 23px;
  }
  #logo {
    width: 70%;
  }
  #address-bar ul li.address {
    display: none;
  }
  #footer .left {
    float: none;
  }
  #footer .right {
    float: none;
  }
  #footer #social {
    margin-top: 0;
    margin-left: 10px;
  }
}
