.info-small,
.info-application {
  background: #e2effd url('../../img/css/info-small.gif') no-repeat;
  padding: 10px 30px;
}
.info-large {
  background: #e2effd url('../../img/css/info-large.gif') no-repeat;
  padding: 15px 60px;
}
.info-small,
.info-large {
  background-position: 10px center;
  border-radius: 2px;
  margin: 15px 0;
  border: 1px solid #abccd8;
}
.product-list-table {
  border-collapse: collapse;
  border: 0;
  width: 100%;
}
.product-list-table th {
  border: 0;
  border-bottom: 2px solid #000000;
  text-align: left;
}
.product-list-table td {
  border: 0;
  padding: 2px;
  padding-left: 4px;
  padding-right: 4px;
}
.product-list-table tbody tr:nth-child(odd) {
  background-color: #f2f2f2;
}
.error-small {
  background: #f2e5e5 url('../../img/css/error-small.gif') no-repeat;
  padding: 10px 30px;
}
.error-large {
  background: #f2e5e5 url('../../img/css/error-large.gif') no-repeat;
  padding: 15px 60px;
}
.error-small,
.error-large {
  background-position: 10px center;
  border: 1px solid #e3bbbb;
  border-radius: 2px 2px 0px 2px;
  margin: 10px;
}
.blue_button {
  -o-transition: 0.2s;
  -ms-transition: 0.2s;
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
  background: #0069aa;
  color: #ffffff;
  border-radius: 2px;
  cursor: pointer;
  display: inline-block;
  margin: 5px;
  padding: 10px 15px;
}
.blue_button:hover {
  background: #0089dd;
}
.blue_button.wide {
  box-sizing: border-box;
  text-align: center;
  width: 98%;
}
.pad {
  padding: 25px;
}
.breakout {
  font-weight: bold;
}
.center {
  text-align: center !important;
}
.right {
  text-align: right !important;
}
.smalltext {
  color: #777777;
  font-size: 85%;
}
.clear {
  clear: both;
}
.orange {
  color: #f7941e;
}
.bold {
  font-weight: bold;
}
.noshow {
  display: none;
}
.hidden {
  background-color: #dddddd;
}
.reverse_block {
  background: #f7931d;
  border-radius: 5px;
  color: #ffffff;
  font-weight: bold;
  padding: 15px;
}
.blue_button:hover {
  color: #ffffff;
}
a.button:hover {
  text-decoration: none;
}
.section,
section {
  background: #ffffff;
  border-radius: 2px;
  padding: 25px;
  margin: 30px auto;
  max-width: 1200px;
}
.section.clear,
section.clear {
  border: 0px;
  background-color: rgba(255,255,255,0);
}
#oldbrowser {
  background-color: #ffd544;
  margin: 0 auto;
  padding: 15px;
  width: 950px;
  z-index: 50000;
}
#search {
  float: right;
  text-align: right;
}
#search .searchbox {
  border-radius: 3px;
  height: 20px;
  padding: 2px;
  vertical-align: middle;
  width: 200px;
}
#search input {
  margin: 0px;
  vertical-align: middle;
}
@media (max-width: 575px) {
  #search {
    float: none;
    margin-top: 25px;
    text-align: center;
  }
}
#header {
  background-color: #ffffff;
  padding: 0;
  padding-top: 10px;
  margin: 0;
}
#topbar {
  margin: 10px auto 20px auto;
  padding: 10px 0px 10px 0px;
  width: 95%;
  max-width: 1200px;
}
#topbar .logo {
  float: left;
}
@media (max-width: 575px) {
  #topbar .logo {
    text-align: center;
    float: none;
  }
}
.products-dropdown {
  padding: 0;
  position: absolute;
  z-index: 1000;
  display: none;
  margin-left: 50px;
  border: 1px solid #d9d9d9;
  border-radius: 2px;
  background: #fff;
}
.products-dropdown .dropdown-row {
  display: table;
  border-spacing: 5px;
}
.products-dropdown .dropdown-cell {
  padding: 15px;
  display: table-cell;
  border: 1px solid #d9d9d9;
  border-radius: 2px;
  border-spacing: 10px;
  vertical-align: top;
}
.products-dropdown .dropdown-cell.menu {
  min-width: 200px !important;
}
.products-dropdown .dropdown-cell.info {
  min-height: 420px;
  width: 300px !important;
  background: #f2f2f2;
  display: none;
}
.products-dropdown .dropdown-cell .dropdown-desc {
  text-transform: none;
  color: #4d4d4d;
  margin: 10px 0;
}
.products-dropdown .dropdown-cell .dropdown-title {
  display: inline-block !important;
  color: #4d4d4d;
  text-transform: none;
}
.products-dropdown .dropdown-cell.show {
  display: block;
}
.products-dropdown .dropdown-image {
  border-radius: 2px;
  max-width: 150px;
  border: white 5px solid;
}
.products-dropdown ul {
  padding: 0;
  margin: 0;
}
.products-dropdown ul li {
  margin: 0 !important;
  padding: 0 !important;
  display: block;
  border-radius: 2px;
}
.products-dropdown ul li a {
  margin: 0 !important;
  padding: 0 !important;
}
.products-dropdown ul li a span {
  border-radius: 2px;
  display: block;
  padding: 5px;
  font-weight: bold;
}
.products-dropdown ul li a:hover {
  color: white !important;
}
.products-dropdown ul li a:hover span {
  background: #0069aa;
}
#navbar {
  clear: both;
  position: relative;
}
#navbar ul.items {
  margin: 0 auto 5px auto;
  padding: 9px 0px 20px 0px;
  width: 95%;
  max-width: 1200px;
}
#navbar ul.items li {
  display: inline;
  margin: 0px 6px 0px 0px;
  padding: 0px;
}
#navbar ul.items li a.item {
  -o-transition: 0.2s;
  -ms-transition: 0.2s;
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
  border: 1px white solid;
  border-radius: 3px;
}
#navbar ul.items li a.item:hover {
  border: 1px #c9c9c9 solid;
}
#navbar ul.items li a {
  color: #777777;
  font-size: 90%;
  padding: 5px 10px;
  text-transform: uppercase;
}
#navbar ul.items li a.current {
  border: 1px #f0f0f0 solid;
  color: #0069aa;
}
#navbar ul.items li ul li a {
  -o-transition: 0.1s;
  -ms-transition: 0.1s;
  -moz-transition: 0.1s;
  -webkit-transition: 0.1s;
  text-transform: none;
  color: #0069aa;
}
#navbar ul.items li ul li a:hover {
  color: #f7941e;
}
@media (max-width: 575px) {
  #navbar ul.items li {
    display: block;
    margin: 0px 0px 5px 0px;
  }
  #navbar ul.items li a {
    border: 1px solid #cccccc;
    display: block;
    border-radius: 2px;
  }
}
#navbar .login {
  float: right;
}
@media (max-width: 575px) {
  #navbar .login {
    float: none;
  }
}
#navbar a.current {
  color: #0069aa;
}
#navbar h3 {
  display: none;
}
#legal {
  color: #cccccc;
  line-height: 200%;
}
#sss {
  float: right;
  margin-bottom: 25px;
  text-align: right;
}
@media (max-width: 575px) {
  #sss {
    float: none;
  }
}
#cart {
  margin-top: 10px;
  color: #999999;
  font-size: 90%;
}
#cart img {
  vertical-align: middle;
}
#footer {
  background: #353535;
  border-top: 2px solid #222222;
  color: #aaaaaa;
  font-size: 90%;
  margin-top: 50px;
  padding: 80px 0 50px 0;
  position: relative;
  z-index: 0;
}
#footer h4 {
  color: #ffffff;
}
#footer .links ul {
  list-style: none;
  margin: 0px 0px 15px 0px;
  padding: 0px;
}
#footer .links li {
  border-right: 1px solid #888888;
  display: inline;
  list-style: none;
  margin: 0px 10px 0px 0px;
  padding: 0px 10px 0px 0px;
}
#footer .links li a {
  color: #aaaaaa;
  z-index: 1;
}
#footer .links li.last {
  border: 0px;
}
#footer .partner-logos {
  text-align: center;
  margin-top: 25px;
}
.actions {
  position: relative;
  text-align: center;
  z-index: 100;
}
.actions h3 {
  margin-bottom: 15px;
}
.actions ul {
  margin: 0px;
  padding: 0px;
}
.actions ul li {
  list-style: none;
  margin-bottom: 5px;
  padding: 0px;
}
.actions a {
  border-radius: 2px;
  color: #ffffff;
  display: block;
  font-size: 110%;
  margin: 0 auto;
  -moz-border-radius: 5px;
  padding: 10px 20px;
  -webkit-border-radius: 5px;
}
body {
  background: #f9f9f9;
  height: 100%;
  margin: 0px;
  overflow-y: scroll;
}
table th {
  text-align: left;
}
table.alt tbody tr:nth-child(odd),
tr.alt {
  background-color: #f3f3f3;
}
div+h3,
p+h3,
table+h3 {
  margin-top: 20px;
}
p + p {
  margin-bottom: 0px;
  margin-top: 12px;
}
ul li {
  margin-bottom: 5px;
}
img {
  border: 0px;
}
hr {
  color: #ffffff;
  margin: 10px 0px;
}
a {
  color: #0069aa;
  text-decoration: none;
}
a:hover {
  color: #009dff;
}
#breadcrumbs {
  clear: both;
  color: #777777;
  font-size: 80%;
  margin-bottom: 10px;
  padding-top: 10px;
  text-align: right;
}
#breadcrumbs h3 {
  display: none;
}
#quicklinks {
  border-bottom: 1px solid #888888;
  margin-bottom: 40px;
  padding-bottom: 30px;
}
#quicklinks h4 {
  margin-bottom: 10px;
}
#quicklinks ul {
  line-height: 15px;
  margin: 0px;
  padding: 0px 0px 0px 30px;
}
@media (max-width: 575px) {
  #quicklinks ul {
    padding: 0;
  }
}
#quicklinks li {
  list-style: disc;
  list-style-image: none;
}
@media (max-width: 575px) {
  #quicklinks li {
    list-style: none;
    margin: 0px;
  }
}
#quicklinks a {
  color: #aaaaaa;
}
#page {
  min-height: 800px;
  z-index: 100;
  width: 100%;
  overflow-x: hidden;
}
#page-content {
  margin: 0 auto;
  width: 100%;
}
#footer-content {
  margin: 0 auto;
  width: 95%;
  max-width: 1200px;
}
@media (max-width: 575px) {
  #footer-content {
    text-align: center;
  }
}
.cart_actions {
  text-align: center;
  clear: both;
}
.delivery_instructions {
  width: 44%;
  float: right;
}
.invoice_instructions {
  width: 44%;
}
table.cart {
  border-collapse: collapse;
  width: 100%;
}
table.cart th {
  background-color: #d3e7f4;
  border: 1px solid #abccd8;
  font-weight: normal;
  color: #004a77;
  padding: 5px;
  text-align: left;
}
table.cart tr {
  background-color: #e2effd;
}
table.cart td {
  border: 1px solid #abccd8;
  padding: 5px;
}
table.cart tr.total td {
  border-bottom-style: double;
  border-bottom-width: 3px;
  font-weight: bold;
}
table.cart tbody tr:nth-child( odd ) {
  background-color: #ebf6fc;
}
table.cart .sale_item {
  font-weight: bold;
}
table.cart .sale_comments {
  font-style: italic;
}
table.cart td.invisible {
  background-color: #efefef;
  border: none;
}
body,
td,
th,
input,
textarea,
select {
  color: #1c1c1c;
  font-family: swiss, Tahoma, sans-serif;
  font-size: 13px;
}
h1 {
  display: none;
}
h2 {
  color: #0069aa;
  font-size: 270%;
  font-weight: normal;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
h3 {
  color: #0069aa;
  font-size: 180%;
  font-weight: normal;
  margin: 0px;
  margin-top: 0.5em;
  margin-bottom: 0.2em;
}
h3 + div,
h3 + table {
  margin-top: 20px;
  margin-bottom: 0px;
}
h4 {
  color: #0069aa;
  font-size: 115%;
  margin-top: 1em;
  margin-bottom: 0.2em;
}
h5 {
  font-size: 105%;
  margin-top: 1em;
  margin-bottom: 0.2em;
}
p {
  margin: 0px;
}
.news .press_releases {
  width: 44%;
}
.news .articles {
  width: 44%;
  float: right;
}
.news .news_item {
  margin-bottom: 25px;
}
.news .news_item .title {
  font-weight: bold;
}
.news .news_item .date {
  color: #f7941e;
  font-style: italic;
}
.news_item .date {
  color: #f7941e;
  font-style: italic;
}
.fluid-grid-container {
  *zoom: 1;
  width: 102%;
  font-size: 0;
}
.fluid-grid-container:before,
.fluid-grid-container:after {
  content: "";
  display: table;
}
.fluid-grid-container:after {
  clear: both;
}
.capitalize {
  text-transform: uppercase;
}
.center {
  text-align: center;
}
.category {
  color: #1c1c1c;
  cursor: pointer;
  overflow: hidden;
}
.hidden {
  opacity: 0.5;
}
.discounted {
  color: #888;
}
.company_name {
  font-weight: bold;
}
.error {
  background-color: #ffdddd !important;
}
.sale_list {
  border-spacing: 0px;
  width: 100%;
}
.sale_list th {
  vertical-align: top;
  text-align: left;
}
.sale_list td {
  vertical-align: top;
  padding: 5px 0 1px 0;
}
.sale_list tbody tr:nth-child(odd) {
  vertical-align: top;
  background: #f8f8f8;
}
.sale_list .sale_price {
  font-weight: bold;
  color: #0069aa;
}
.sale_list .list_price {
  text-decoration: line-through;
}
.special {
  background: #ebf6fc;
  border: 1px solid #add8e6;
  line-height: 15px;
  margin-top: 2px;
  padding: 10px;
  clear: both;
}
#product_info img {
  max-width: 100%;
}
.grid-2 {
  *zoom: 1;
  width: 102%;
  font-size: 0;
}
.grid-2:before,
.grid-2:after {
  content: "";
  display: table;
}
.grid-2:after {
  clear: both;
}
.grid-2 .cell {
  font-size: 13px;
  margin-right: 2%;
  display: inline-block;
  vertical-align: top;
}
@media (min-width: 0px) {
  .grid-2 .cell {
    width: 98.039215686275%;
  }
}
@media (min-width: 480px) {
  .grid-2 .cell {
    width: 48%;
  }
}
.grid-3 {
  *zoom: 1;
  width: 102%;
  font-size: 0;
}
.grid-3:before,
.grid-3:after {
  content: "";
  display: table;
}
.grid-3:after {
  clear: both;
}
.grid-3 .cell {
  font-size: 13px;
  margin-right: 2%;
  display: inline-block;
  vertical-align: top;
}
@media (min-width: 0px) {
  .grid-3 .cell {
    width: 98.039215686275%;
  }
}
@media (min-width: 492px) {
  .grid-3 .cell {
    width: 48%;
  }
}
@media (min-width: 640px) {
  .grid-3 .cell {
    width: 31.333333333333%;
  }
}
.grid-4 {
  *zoom: 1;
  width: 102%;
  font-size: 0;
}
.grid-4:before,
.grid-4:after {
  content: "";
  display: table;
}
.grid-4:after {
  clear: both;
}
.grid-4 .cell {
  font-size: 13px;
  margin-right: 2%;
  display: inline-block;
  vertical-align: top;
}
@media (min-width: 0px) {
  .grid-4 .cell {
    width: 98.039215686275%;
  }
}
@media (min-width: 505px) {
  .grid-4 .cell {
    width: 48%;
  }
}
@media (min-width: 656px) {
  .grid-4 .cell {
    width: 31.333333333333%;
  }
}
@media (min-width: 720px) {
  .grid-4 .cell {
    width: 23%;
  }
}
.products {
  width: 100%;
  clear: both;
}
.products .product-grid {
  *zoom: 1;
  width: 102%;
  font-size: 0;
  margin: 0;
  padding: 0;
}
.products .product-grid:before,
.products .product-grid:after {
  content: "";
  display: table;
}
.products .product-grid:after {
  clear: both;
}
.products .product-grid .product {
  -o-transition: .1s;
  -ms-transition: .1s;
  -moz-transition: .1s;
  -webkit-transition: .1s;
  margin-right: 2%;
  display: inline-block;
  vertical-align: top;
  font-size: 12px;
  background: #ffffff;
  margin-bottom: 20px;
}
@media (min-width: 0px) {
  .products .product-grid .product {
    width: 98.039215686275%;
  }
}
@media (min-width: 505px) {
  .products .product-grid .product {
    width: 48%;
  }
}
@media (min-width: 656px) {
  .products .product-grid .product {
    width: 31.333333333333%;
  }
}
@media (min-width: 720px) {
  .products .product-grid .product {
    width: 23%;
  }
}
.products .product-grid .product .pad {
  border-radius: 2px;
}
.products .product-grid .product .pad .title {
  font-weight: bold;
}
.products .product-grid .product .image {
  -o-transition: .1s;
  -ms-transition: .1s;
  -moz-transition: .1s;
  -webkit-transition: .1s;
  text-align: center;
}
.products .product-grid .product.home {
  margin-right: 2%;
  display: inline-block;
  vertical-align: top;
  height: 440px;
}
@media (min-width: 0px) {
  .products .product-grid .product.home {
    width: 98.039215686275%;
  }
}
@media (min-width: 492px) {
  .products .product-grid .product.home {
    width: 48%;
  }
}
@media (min-width: 640px) {
  .products .product-grid .product.home {
    width: 31.333333333333%;
  }
}
.products .product-grid .product.home .title {
  font-weight: bold;
}
.products .product-grid .product.home .description {
  color: #000;
}
.products .product-grid .product:hover {
  -webkit-box-shadow: 0px 0px 46px rgba(0,0,0,0.1);
  box-shadow: 0px 0px 46px rgba(0,0,0,0.1);
  -moz-box-shadow: 0px 0px 46px rgba(0,0,0,0.1);
}
.products .product-grid .product:hover .image {
  transform: scale(1.1) rotate(0deg) translateY(-10px);
}
.products .product-grid.large .product .pad {
  min-height: 360px;
}
.products .product-grid.small .product {
  text-align: center;
}
.products .product-grid.small .product .pad {
  min-height: 280px;
}
.products .product-grid.tiny .product {
  text-align: center;
}
.products .product-grid.tiny .product .pad {
  min-height: 150px;
}
.products .product-grid.tiny .product .pad img {
  max-width: 100px;
}
.sale_items {
  float: right;
  padding-top: 20px;
  margin-bottom: 20px;
}
@media (max-width: 575px) {
  .sale_items {
    margin: 0 auto;
    float: none;
    text-align: center;
  }
}
.sale_items a {
  background-color: #ffffff;
  border: 0px;
  border-radius: 10px;
  display: block;
  font-size: 150%;
  font-weight: bold;
  margin-right: 0px;
  padding: 10px 90px 10px 20px;
  position: relative;
}
.sale_items a img {
  position: absolute;
  top: -15px;
  right: 0px;
  margin-left: 25px;
}
.product_codes .product_code_list {
  border-spacing: 0px;
  margin-top: 15px;
  width: 100%;
}
.product_codes .product_code_list th {
  text-align: left;
}
.product_codes .product_code_list td {
  border-bottom: 1px solid #888888;
  padding: 5px 0 1px 0;
}
.product_codes .product_code_list tbody tr:nth-child(odd) {
  background: #f8f8f8;
}
.product_matrix {
  border-spacing: 0px;
  border-collapse: collapse;
  width: 100%;
}
.product_matrix td {
  border: 0px;
  font-size: 90%;
  padding: 4px;
}
.product_matrix td.field {
  width: 30%;
  font-weight: bold;
}
.product_matrix tbody tr:nth-child(odd) {
  background-color: #f2f2f2;
}
#productsheetbut {
  background-color: #0069aa;
  border: 1px solid #004d7d;
  border-radius: 5px;
  box-shadow: 0 1px 3px rgba(0,0,0,0.15);
  color: #ffffff;
  display: block;
  font-size: 12px;
  font-weight: bold;
  margin-bottom: 20px;
  margin-top: 5px;
  -moz-border-radius: 5px;
  padding: 3px 10px;
  position: relative;
  text-align: center;
  -webkit-border-radius: 5px;
  width: 180px;
}
#productsheetbut:hover {
  background: #0f77b7;
}
#productsheetbut:after {
  border: 1px solid #378dc1;
  border-radius: 5px;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
#dacosbutton {
  display: inline-block;
  margin-top: 10px;
  padding: 10px;
}
#banner-container {
  padding: 0;
  margin: 0 auto;
  width: 100%;
}
#slider {
  border-radius: 0 !important;
}
#slider .page-header,
#slider .page-header .slider-table,
#slider .page-header .slider-row {
  height: 300px !important;
}
#slider a,
#slider .page-header {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 500px;
  overflow: hidden;
  text-align: center;
  vertical-align: top;
}
#slider a .slider-table,
#slider .page-header .slider-table {
  display: table;
  margin: 0 auto;
  height: 480px;
  max-width: 1200px;
}
#slider a .slider-table .slider-row,
#slider .page-header .slider-table .slider-row {
  display: table-row;
  height: 500px;
  margin: 0 auto;
}
#slider a .slider-table .slider-row .slider-product,
#slider .page-header .slider-table .slider-row .slider-product {
  display: table-cell;
  margin: 0 auto;
  padding: 10px;
  vertical-align: middle;
  width: 50%;
}
#slider a .slider-table .slider-row .slider-box,
#slider .page-header .slider-table .slider-row .slider-box {
  display: table-cell;
  margin: 0 auto;
  background-color: rgba(0,105,170,0.9);
  padding: 0 40px;
  vertical-align: middle;
  width: 50%;
}
#slider a .slider-table .slider-row .slider-box h1,
#slider .page-header .slider-table .slider-row .slider-box h1 {
  font-size: 40px;
}
#slider a .slider-table .slider-row .slider-box h1 strong,
#slider .page-header .slider-table .slider-row .slider-box h1 strong {
  font-weight: 1200;
}
#slider a .slider-table .slider-row .slider-box h1,
#slider .page-header .slider-table .slider-row .slider-box h1 {
  margin: 0;
  display: inline;
  text-transform: none;
  font-weight: 400;
  text-align: center;
  color: white;
}
#slider a .slider-table .slider-row .slider-box h2,
#slider .page-header .slider-table .slider-row .slider-box h2 {
  margin: 0;
  font-size: 26px;
  text-transform: none;
  font-weight: 400;
  text-align: center;
  color: white;
}
#slider a .slider-table .slider-row .slider-box h3,
#slider .page-header .slider-table .slider-row .slider-box h3 {
  margin: 20px 0 0 0;
  display: inline-block;
  background-color: #f7941e;
  padding: 0.5em 1.5em;
  border-radius: 2px;
  color: #fff;
  font-weight: 600;
  font-size: 18px;
  text-align: center;
}
#slider a .slider-table .slider-row .slider-box p,
#slider .page-header .slider-table .slider-row .slider-box p {
  color: white;
  margin: 30px;
  font-size: 18px;
}
#slider a .slider-table .slider-row .slider-box img,
#slider .page-header .slider-table .slider-row .slider-box img {
  margin: 30px 10px;
}
@media screen and (max-width: 800px) {
  #slider h1,
  #slider h2,
  #slider h3,
  #slider p,
  #slider img {
    line-height: 110%;
    margin: 10px 0;
    padding: 0;
    max-width: 100%;
  }
  #slider img {
    max-width: 100%;
  }
  #slider .slider-row,
  #slider .slider-table {
    width: 100%;
    padding: 0;
    margin: 0;
  }
  #slider .slider-box {
    padding: 10px !important;
    width: 100% !important;
    height: 500px;
  }
  #slider .slider-product {
    display: none !important;
  }
}
textarea,
select {
  border: 1px solid #cccccc;
  padding: 2px;
}
.bx-viewport {
  border: none !important;
  border-radius: 0px;
  left: 0px !important;
  margin: 20px 0 0 0;
}
.submitted {
  background-color: #ffffff;
  border: 1px solid #cccccc;
  font-size: 18px;
  text-align: center;
  vertical-align: center;
}
.submitted p {
  position: relative;
  top: 50%;
}
.events-news,
.about-actions {
  *zoom: 1;
  width: 102%;
  font-size: 0;
}
.events-news:before,
.events-news:after,
.about-actions:before,
.about-actions:after {
  content: "";
  display: table;
}
.events-news:after,
.about-actions:after {
  clear: both;
}
.events-news .events,
.events-news .news {
  font-size: 13px;
  background: #ffffff;
  border-radius: 2px;
  margin-bottom: 15px;
}
.events-news .events,
.events-news .news {
  margin-right: 2%;
  display: inline-block;
  vertical-align: top;
}
@media (min-width: 0px) {
  .events-news .events,
  .events-news .news {
    width: 98.039215686275%;
  }
}
@media (min-width: 480px) {
  .events-news .events,
  .events-news .news {
    width: 48%;
  }
}
.about-actions .about,
.about-actions .actions {
  font-size: 13px;
  background: #ffffff;
  border-radius: 2px;
  margin-bottom: 15px;
}
.about-actions .about {
  margin-right: 2%;
  display: inline-block;
  vertical-align: top;
}
@media (min-width: 0px) {
  .about-actions .about {
    width: 98.039215686275%;
  }
}
@media (min-width: 517px) {
  .about-actions .about {
    width: 98.039215686275%;
  }
}
@media (min-width: 673px) {
  .about-actions .about {
    width: 98%;
  }
}
@media (min-width: 738px) {
  .about-actions .about {
    width: 73%;
  }
}
@media (min-width: 768px) {
  .about-actions .about {
    width: 58%;
  }
}
.about-actions .actions {
  margin-right: 2%;
  display: inline-block;
  vertical-align: top;
}
@media (min-width: 0px) {
  .about-actions .actions {
    width: 98.039215686275%;
  }
}
@media (min-width: 517px) {
  .about-actions .actions {
    width: 98%;
  }
}
@media (min-width: 673px) {
  .about-actions .actions {
    width: 64.666666666667%;
  }
}
@media (min-width: 738px) {
  .about-actions .actions {
    width: 48%;
  }
}
@media (min-width: 768px) {
  .about-actions .actions {
    width: 38%;
  }
}
.testimonial {
  background: url("../img/css/quote.gif") no-repeat;
  padding: 15px 0px 0px 15px;
}
.panel {
  border-right: 4px solid #dddddd !important;
  height: 600px;
  overflow: hidden;
  vertical-align: top;
}
.entry {
  border-bottom: 1px solid #eeeeee;
  padding: 3px 3px;
  width: 400px;
}
.mediapanel {
  text-align: center;
  width: 406px;
}
a.entry {
  display: block;
}
.metro-description {
  text-align: left;
  padding: 10px;
}
.metro-description p {
  padding: 1em 0;
}
.metro-image {
  border-radius: 2px;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  display: inline-block;
  height: 300px;
  width: 100%;
}
.section-product {
  padding: 60px 0;
  margin: 0 auto;
  width: 100%;
  text-align: center;
}
.section-product.alt {
  background-color: #f0f0f0 !important;
}
.section-wide {
  background-color: #f0f0f0 !important;
  padding: 60px 0;
  margin: 0 auto 30px auto;
  width: 100%;
  text-align: center;
}
.section-feature {
  padding: 0;
  margin: 0 auto 30px auto;
  width: 100%;
  min-height: 300px;
}
.section-box {
  margin: 0 auto;
  min-height: 300px;
  width: 100%;
  max-width: 1200px;
  padding-top: 50px;
  padding-bottom: 50px;
}
.section-content {
  border-radius: 2px;
  background: rgba(255,255,255,0.8);
  padding: 30px;
  max-width: 600px;
}
.search-table {
  display: table;
  background: #ffffff;
  border-radius: 2px;
  padding: 25px;
  margin: 30px auto;
  max-width: 1200px;
}
.search-table.clear {
  border: 0px;
  background-color: rgba(255,255,255,0);
}
.search-table .search-header {
  display: table-row;
}
.search-table .search-header div {
  background: #0069aa;
  padding: 5px;
  vertical-align: top;
  display: table-cell;
  color: #fff;
  font-weight: bold;
}
.search-table .search-result {
  display: table-row;
}
.search-table .search-result div {
  padding: 20px;
  vertical-align: top;
  display: table-cell;
}
.search-table .search-result .search-image {
  width: 150px;
}
.search-table .search-result .search-title {
  min-width: 300px;
}
.mailing-list {
  background-color: #f0f0f0 !important;
  padding: 60px 0;
  margin: 0 auto 30px auto;
  width: 100%;
  text-align: center;
}
.mailing-list form {
  max-width: 1200px;
  padding: 10px;
  margin: 0 auto;
}
.mailing-list .subscribe {
  font-size: 150%;
}
.mailing-list .email {
  border: 1px #bfbfbf solid;
  border-radius: 2px;
  margin: 5px;
  background-color: #ffffff;
  padding: 10px;
}
.mailing-list .submit {
  -o-transition: 0.2s;
  -ms-transition: 0.2s;
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
  background-color: #0069aa;
  color: #ffffff;
  margin: 5px;
  border: 0px;
  border-radius: 2px;
  height: auto;
  padding: 10px !important;
  cursor: pointer;
}
.mailing-list .submit:hover {
  background-color: #0089dd;
}
#page-photo {
  left: 0;
  margin-bottom: -50px;
  position: relative;
  z-index: -1;
}
#left .inner {
  padding: 0px 10px 10px 0px;
}
input[type=submit],
input[type=reset],
input[type=button],
.button {
  -o-transition: 0.2s;
  -ms-transition: 0.2s;
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
  background: #0069aa;
  color: #ffffff;
  border-radius: 2px;
  border-width: 0;
  cursor: pointer;
  display: inline-block;
  margin: 5px;
  padding: 10px 15px;
}
input[type=submit]:hover,
input[type=reset]:hover,
input[type=button]:hover,
.button:hover {
  background: #0089dd;
}
input[type=text],
input[type=password],
input[type=email],
textarea {
  border: 1px solid #cccccc;
  padding: 6px;
  margin: 0 !important;
}
.form.heading {
  margin-top: 10px !important;
}
.login input[type=text],
.login input[type=password] {
  background-image: url("../img/css/text-bg.gif");
  border: 1px solid #cccccc;
  padding: 2px;
}
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.tabnav {
  line-height: 20px;
  list-style: none;
  margin: 0px;
  padding: 0px;
}
.tabnav li {
  display: inline;
  margin: 0px;
  padding: 0px;
}
.tabnav a {
  background-color: #e7e7e7;
  border-radius: 2px 2px 0px 0px;
  color: #000000;
  display: inline-block;
  padding: 2px 10px 2px 10px;
}
.tabnav a:focus {
  outline: none;
}
.tabnav a:hover {
  text-decoration: none;
}
.tabnav a.selected {
  background-color: #ffffff;
  border: none;
  padding-bottom: 3px;
}
.tabnav a.selected:hover {
  border-color: #cccccc;
}
.tabcontrol .tabcontent {
  background-color: #ffffff;
  border-radius: 2px;
  border-top-left-radius: 0px;
  margin-top: -1px;
  min-height: 150px;
  overflow-y: scroll;
  padding: 5px;
}
.partners {
  *zoom: 1;
  width: 102%;
  font-size: 0;
}
.partners:before,
.partners:after {
  content: "";
  display: table;
}
.partners:after {
  clear: both;
}
.partners .partner {
  -o-transition: .1s;
  -ms-transition: .1s;
  -moz-transition: .1s;
  -webkit-transition: .1s;
  margin-right: 2%;
  display: inline-block;
  vertical-align: top;
  background-color: #ffffff;
  margin: 9px;
  position: relative;
  overflow: hidden;
}
@media (min-width: 0px) {
  .partners .partner {
    width: 98.039215686275%;
  }
}
@media (min-width: 517px) {
  .partners .partner {
    width: 48%;
  }
}
@media (min-width: 673px) {
  .partners .partner {
    width: 31.333333333333%;
  }
}
@media (min-width: 738px) {
  .partners .partner {
    width: 23%;
  }
}
@media (min-width: 768px) {
  .partners .partner {
    width: 18%;
  }
}
.partners .partner .pad {
  border-radius: 2px;
  height: 90px;
}
.partners .partner img {
  -o-transition: .1s;
  -ms-transition: .1s;
  -moz-transition: .1s;
  -webkit-transition: .1s;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  top: -9999px;
  bottom: -9999px;
  left: -9999px;
  right: -9999px;
  margin: auto;
}
.partners .partner:hover img {
  transform: scale(1.1);
}
#key-personnel img {
  border: 5px solid #dddddd;
  padding: 5px;
}
#key-personnel td {
  padding: 10px;
  padding-bottom: 50px;
  text-align: center;
  vertical-align: top;
}
#key-personnel p {
  margin: 0 auto;
  text-align: justify;
  width: 260px;
}
#key-personnel h5 {
  font-size: 100%;
  margin: 0px 0px 10px 0px;
}
#key-personnel h4 {
  font-size: 120%;
  margin: 10px 0px 0px 0px;
}
#key-personnel .three-col td {
  width: 34%;
}
.support-values {
  *zoom: 1;
  width: 102%;
  font-size: 0;
}
.support-values:before,
.support-values:after {
  content: "";
  display: table;
}
.support-values:after {
  clear: both;
}
.support-values .value {
  margin-right: 2%;
  display: inline-block;
  vertical-align: top;
  font-size: 13px;
}
@media (min-width: 0px) {
  .support-values .value {
    width: 98.039215686275%;
  }
}
@media (min-width: 492px) {
  .support-values .value {
    width: 48%;
  }
}
@media (min-width: 640px) {
  .support-values .value {
    width: 31.333333333333%;
  }
}
.support-values .value .pad {
  padding: 10px;
}
.support-values .value img {
  float: left;
  margin-right: 10px;
}
.support-values .value p {
  clear: both;
  padding-top: 15px;
}
.support-values .value h4 {
  margin-top: 0px;
}
.values {
  *zoom: 1;
  width: 102%;
  font-size: 0;
}
.values:before,
.values:after {
  content: "";
  display: table;
}
.values:after {
  clear: both;
}
.values .value {
  margin-right: 2%;
  display: inline-block;
  vertical-align: top;
  font-size: 13px;
}
@media (min-width: 0px) {
  .values .value {
    width: 98.039215686275%;
  }
}
@media (min-width: 492px) {
  .values .value {
    width: 48%;
  }
}
@media (min-width: 640px) {
  .values .value {
    width: 31.333333333333%;
  }
}
.values .value img {
  border-radius: 2px;
  width: 100%;
  overflow: hidden;
  text-align: center;
}
.values .value .pad {
  padding: 10px;
}
.pages {
  *zoom: 1;
  width: 102%;
  font-size: 0;
}
.pages:before,
.pages:after {
  content: "";
  display: table;
}
.pages:after {
  clear: both;
}
.pages .page {
  margin: 20px 0;
  margin-right: 2%;
  display: inline-block;
  vertical-align: top;
}
@media (min-width: 0px) {
  .pages .page {
    width: 98.039215686275%;
  }
}
@media (min-width: 505px) {
  .pages .page {
    width: 48%;
  }
}
@media (min-width: 656px) {
  .pages .page {
    width: 31.333333333333%;
  }
}
@media (min-width: 720px) {
  .pages .page {
    width: 23%;
  }
}
.pages .page .pad {
  font-size: 13px;
  padding: 10px;
  text-align: center;
}
.pages .page .pad img {
  margin: 5px;
}
.pages .page .pad span {
  display: inline-block;
  color: #0069aa;
  padding: 4px 8px;
  font-size: 0.9em;
  font-weight: bold;
}
form .invalid {
  border: 1px solid red;
  background-color: #fffafa;
}
form .error {
  color: red;
  font-weight: bold;
}
.form {
  vertical-align: top;
  display: inline-block;
  margin: 0.5em 0 0 0.5em;
}
.form.heading {
  text-align: right;
  width: 120px;
  margin: 0px;
}
.form.input input {
  width: 270px;
}
.form.input textarea {
  width: 270px;
}
.list {
  border-spacing: 0px;
  margin: 0px;
  padding: 0px;
  width: 100%;
}
.list .header {
  background-color: #555555;
}
.list .header td {
  color: #ffffff;
  font-weight: bold;
}
.list td {
  margin: 0px;
  padding: 5px;
}
.list tr {
  margin: 0px;
}
.list .alt {
  background-color: #f3f3f3;
}
.toolbar {
  background-color: #777777;
  border-radius: 2px;
  box-shadow: 2px 2px 6px #1c1c1c inset;
  height: 16px;
  margin: 0px 0px 10px 0px;
  padding: 6px;
}
.toolbar li {
  display: inline;
  margin: 0px 10px 0px 10px;
}
.toolbar a {
  color: #dddddd;
}
.toolbar a:hover {
  color: #ffffff;
}
.mrcompat h2 {
  margin-top: 0px;
}
.pages {
  text-align: center;
}
.pages .icon {
  border: 1px solid #e3e3e3;
}
#callus {
  background-color: #0069aa;
  color: #ffffff;
  clear: both;
  font-size: 130%;
  text-align: center;
}
#callus a {
  color: #ffffff;
  text-decoration: underline;
}
.trial {
  margin-bottom: 15px;
}
.trial a {
  margin: 15px 0 0 0;
  padding: 10px;
  background-color: #f7941e;
  border-radius: 2px;
  color: #ffffff;
  display: block;
  font-size: 15px;
  font-weight: bold;
  text-align: center;
}
.trial a:hover {
  background: #f29f3e;
}
.catlevel0 .cat {
  padding: 10px;
}
.catlevel0 .catlink {
  color: #005fa1;
  display: block;
  font-weight: bold;
  margin: 0px;
  margin-bottom: 5px;
}
.catlevel0 .desc {
  display: block;
}
.catlevel0 h4 {
  color: #005fa1;
  margin: 0px 0px 5px 0px;
}
.catlevel0 .lockedcat {
  background-color: #58595b;
  border-radius: 3px;
  color: #ffffff;
  display: block;
  -moz-border-radius: 3px;
  padding: 2px;
  -webkit-border-radius: 3px;
}
.category .title {
  font-size: 140%;
}
.category .subcategories li {
  background: url("../img/arrow.gif") no-repeat left top;
  list-style: none;
  margin-bottom: 4px;
  padding: 0 0 0 20px;
}
.category .subcategories {
  padding-left: 0px;
}
.catlevel0 .category img,
.catlevel1 .category img {
  margin-bottom: 15px;
}
.catlevel0 .section,
.catlevel1 .section {
  height: 350px;
}
.padded {
  padding-right: 70px;
}
.catlevel2 .desc {
  display: none;
}
.catlevel2 .category {
  height: 210px;
  margin-bottom: 10px;
}
.catlevel2 .category img {
  margin-bottom: 10px;
}
.catlevel2 .category .title {
  font-size: 120%;
}
.catlevel2 .notlast {
  margin-right: 10px;
}
.catheading {
  background-color: #005fa1;
  color: #ffffff;
  padding: 25px;
}
.catheading div {
  line-height: 15px;
  text-align: justify;
}
.add_to_cart {
  text-align: right;
  margin-top: 10px;
}
.pagination {
  background: #fbfbfb;
  border-radius: 5px;
  font-size: 120%;
  margin: 10px 0;
  padding: 10px;
  text-align: center;
}
.pagination .previous {
  float: left;
}
.pagination .next {
  float: right;
}
.pagination .page {
  padding: 3px;
  padding-bottom: 5px;
}
.pagination .current {
  border-bottom: 1px solid #888888;
  font-size: 110%;
  font-weight: bold;
}
.measurement_table {
  border-bottom: 2px solid #888888;
  border-collapse: collapse;
}
.measurement_table tbody td,
.measurement_table tbody th {
  padding: 5px;
}
.measurement_table tbody tr:nth-child(odd) {
  background-color: #f3f3f3;
}
.measurement_table thead tr {
  border-bottom: 2px solid #888888;
  text-align: left;
}
.print {
  float: right;
}
.admin {
  position: fixed;
  z-index: 5000;
  top: 0px;
  right: 15px;
  display: block;
  background-color: #666;
  padding: 2px 10px;
  font-weight: bold;
  border-radius: 0px 0px 5px 5px;
  margin-top: 0px;
}
.admin.red {
  background-color: red;
}
.admin li {
  list-style: none;
}
.admin li a {
  color: #fff;
}
.admin li a:hover {
  color: #eee;
}
.paginator {
  padding: 15px;
  text-align: center;
}
.paginator .current {
  background: #0069aa;
  color: #fff;
}
.lightbox img {
  max-width: 100%;
}
.product-table {
  border-collapse: collapse;
}
.product-table td {
  padding: 0.5em;
}
.product-table thead td {
  font-weight: bold;
  background-color: #fff;
  border-bottom: 2px soild #000;
  line-height: 0;
}
.product-table tr:nth-last-child(odd) {
  background-color: rgba(0,0,0,0.07);
}
.home_page .product.category {
  min-height: 272px;
}
.column {
  padding: 0;
  margin: 0 auto;
  width: 100%;
  max-width: 1200px;
}
.table {
  display: table;
}
.table-row {
  display: table-row;
}
.table-cell {
  display: table-cell;
  vertical-align: top;
}
@media screen and (max-width: 1200px) {
  .form.heading {
    text-align: left;
    min-width: 60px;
  }
  .form.input input {
    width: 180px;
  }
  .form.input textarea {
    width: 180px;
  }
}
