@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: "“" "”" "‘" "’";
}

/**
 * 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;
}

/* CSS Document */
/* WIDTH 1050px;
COLUMNS: 9
COLUMN WIDTH:90px
GUTTER:30px
*/
.grid_1 {
  width: 8.5%;
}

/*90px;*/
.grid_2 {
  width: 20%;
}

/*210px;*/
.grid_3 {
  width: 31.4%;
}

/*330px;*/
.grid_4 {
  width: 42.8%;
}

/*450px;*/
.grid_5 {
  width: 54.2%;
}

/*570px;*/
.grid_6 {
  width: 65.7%;
}

/*690px;*/
.grid_7 {
  width: 77.1%;
}

/*810px;*/
.grid_8 {
  width: 88.5%;
}

/*930px;*/
.grid_9 {
  width: 100%;
}

/*1050px;*/
.grid_1,
.grid_2,
.grid_3,
.grid_4,
.grid_5,
.grid_6,
.grid_7,
.grid_8,
.grid_9 {
  margin: 0 1.9% 0.9% 0;
  /*0 20px 10px 0;*/
  float: left;
  display: block;
}

.alpha {
  margin-left: 0px;
}

.omega {
  margin-right: 0px;
}

.wrapper {
  width: 100%;
  /*1050px*/
  max-width: 1178px;
  margin: auto;
}

.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

.clearfix:after {
  clear: both;
  content: " ";
  display: block;
  font-size: 0;
  line-height: 0;
  visibility: hidden;
  width: 0;
  height: 0;
}

* html .clearfix, *:first-child + html .clearfix {
  zoom: 1;
}

/**
 * Media Queries
 */
@media only screen and (min-width: 890px) {
  .hide-phablet-up {
    display: none;
  }
}
@media only screen and (max-width: 890px) {
  .hide-phablet-up {
    display: block;
  }
}

@media only screen and (max-width: 890px) {
  .hide-phablet {
    display: none;
  }
}

body {
  margin: 0px auto;
  text-align: left;
  background-color: #e9e9e9;
  font-size: 1.062em;
  /*17px*/
  font-family: "Pontano Sans", sans-serif;
}

body a {
  color: inherit;
}

.authenticated-header a {
  color: #FFF;
}

img {
  max-width: 100%;
}

.indent {
  margin-left: 3.8%;
  /*40px;*/
}

.full-width {
  width: 100%;
  float: left;
  display: block;
}

/* STYLES THROUGHOUT SITE ///////////////// */
/* ////////////// LINK STYLES ///////////// */
.wrapper .back-button {
  margin: 2.3% 3.8% 2% 3.8%;
  /*25px 40px 30px 40px*/
  max-width: 95px;
}

.wrapper .back-button:hover {
  opacity: 0.5;
}

.link {
  color: #2D8F5A;
  font-weight: bold;
  font-size: 0.875em;
  /*14px*/
  text-decoration: none;
  letter-spacing: 0.06em;
}

.link:hover {
  color: #096;
}

.email {
  color: #2D8F5A;
  font-weight: bold;
  font-size: 0.875em;
  /*14px*/
  text-decoration: none;
  letter-spacing: 0.06em;
}

.email:hover {
  color: #096;
}

.header-image {
  z-index: 2;
  position: relative;
}
@media only screen and (max-width: 890px) {
  .header-image {
    height: 170px;
  }
  .header-image img {
    display: none !important;
  }
}

.header-image img {
  width: 100%;
  height: auto;
}

.wrapper .side_image {
  padding-left: 25px;
  Padding-top: 20px;
  padding-bottom: 20px;
}

.break {
  background: url(../images/main/break.png);
  background-position: center;
  height: 5px;
  /* 	width:72.3%; */
  max-width: 760px;
  margin: 2.3% 3.8% 2.3% 3.8%;
  /*25px 40px 25px 40px*/
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.wrapper .subtitle {
  font-size: 1.5em;
  /*24px*/
  color: #666;
  font-weight: bold;
  position: relative;
}

/* ///////// HOME PAGE CONTENT DIV/////////// */
.wrapper {
  background-color: #FFF;
}

/*//////// SPECIAL CLASSES FOR IMAGES ///////*/
.wrapper .homepage_image {
  margin: 1.9% 3.8% 2.3% 5.4%;
  /*20px 40px 25px 57px;*/
}

/* REST OF WEBSITE CONTENT DIV*/
.wrapper .title {
  font-size: 25px;
  font-family: "Oswald", sans-serif;
  font-weight: 300;
  margin: 0;
}

/*full width text*/
.wrapper .text1 {
  width: 94%;
  /*max-width:710px;*/
  font-family: "Pontano Sans", sans-serif;
  margin: 3.6% 5.8% 0 5.8%;
  font-size: 0.95em;
  line-height: 24px;
  color: #333;
}

/*/////////  ABOUT US  ///////////*/
.wrapper .lettertext {
  font-family: "Pontano Sans", sans-serif;
  font-size: 1.062em;
  /*17px*/
  line-height: 1.875em;
  /*30px;*/
  color: #515151;
  margin: 3.6% 5.8% 3.6% 5.8%;
  /*25px 40px 25px 40px;*/
}
@media only screen and (max-width: 550px) {
  .wrapper .lettertext {
    font-size: 0.9em;
  }
}

.signature {
  font-family: "Mrs Saint Delafield", cursive;
  font-size: 2.25em;
  /*36px*/
  line-height: 2.125em;
  /*34px;*/
}

.message {
  margin-top: 2%;
  width: 70.4%;
  max-width: 740px;
  border: 4px double #999;
  padding: 10px 10px 10px 10px;
}
@media only screen and (max-width: 890px) {
  .message {
    max-width: 100%;
    width: 100%;
  }
}

.wrapper .message .subtitle2 {
  /* TITLES INSIDE THE BORDER */
  font-size: 1.625em;
  /*26px*/
  color: #2D8F5A;
  font-weight: bold;
  /*letter-spacing:0.187em;/*3px;*/
  position: absolute;
  text-align: center;
  width: 60%;
  max-width: 630px;
}

.subtitle2 {
  /* TITLES OUTSIDE THE BORDER */
  font-size: 1.625em;
  /*26px*/
  color: #2D8F5A;
  font-weight: bold;
  /*letter-spacing:0.187em;/*3px;*/
  position: absolute;
  text-align: center;
  width: 72.3%;
  max-width: 760px;
}

.wrapper ul.pump-products {
  list-style: circle;
  font-size: 1.5em;
  /*24px*/
  line-height: 1.75em;
  /*40px;*/
  margin-left: 40px;
  /*3.8%*/
  width: 100%;
  max-width: 405px;
}

/* ////////// STYLES FOR PRODUCT LINKS ///////// */
.wrapper li.spillways-nav a {
  text-decoration: none;
  color: #2C4E7D;
}

.wrapper li.accessories a {
  text-decoration: none;
  color: #73131F;
}

.wrapper li.installation a {
  text-decoration: none;
  color: #D2622A;
}

.wrapper li.watergarden-nav a {
  text-decoration: none;
  color: #753C68;
}

.wrapper li.pondfree-nav a {
  text-decoration: none;
  color: #CF8F2D;
}

.wrapper li.fountain-nav a {
  text-decoration: none;
  color: #464646;
}

.wrapper li.pump-nav a {
  text-decoration: none;
  color: #00898A;
}

.wrapper li.lighting-nav a {
  text-decoration: none;
  color: #0061A2;
}

.wrapper li.maintenance-nav a {
  text-decoration: none;
  color: #5AAB5D;
}

.wrapper li.rainharvesting-nav a {
  text-decoration: none;
  color: #5FBCDD;
}

.wrapper ul.pump-products li a:hover {
  font-weight: bold;
}

ul li #multiple_models li {
  list-style: none;
  font-size: 1.062em;
  /*17px*/
}

.wrapper #compare-features {
  max-width: 800px;
  margin-top: -25px;
}

.wrapper #compare-features a {
  margin: 5px;
}

li.bullet {
  list-style: outside;
  margin-left: 2.8%;
  /*30px;*/
  font-size: 0.937em;
  /*15px*/
}

li.asterisk {
  margin-left: 2.8%;
  /*30px;*/
  font-size: 0.875em;
  /*14px*/
}

.product-info {
  min-height: 300px;
}

/* ////// PRODUCT PAGE NAVIGATION ///// */
.wrap {
  position: relative;
  padding: 0;
  width: auto;
  display: block;
  text-decoration: none;
}

/* ///// PRODUCT PAGE STYLES///// */
.model {
  margin-left: 40px;
  font-size: 1.5em;
  /*24px*/
  font-weight: bold;
  letter-spacing: 0.312em;
  /*5px;*/
}

.patent {
  font-size: 1.25em;
  /*20px;*/
  font-weight: bold;
}

.caption {
  color: #666;
  font-style: normal;
  text-align: center;
}

/* ///// PRODUCT PAGE SPECIAL IMAGE STYLES ///// */
.rh2 {
  margin-left: 40%;
  margin-top: -20%;
  z-index: 1;
  position: relative;
}

.rh3 {
  margin-top: -20%;
}

/*////PRODUCT HEADER TAG STYLES ////// */
.title.colorfalls {
  color: #15B0F5;
  max-width: 500px;
  letter-spacing: 0.06em;
  /*1px*/
  font-size: 1.375em;
  /*22px*/
}

.title.watergarden {
  color: #87507A;
  max-width: 500px;
  letter-spacing: 0.06em;
  /*1px*/
  font-size: 1.375em;
  /*22px*/
}

.title.accessories {
  color: #73131F;
  max-width: 500px;
  letter-spacing: 0.06em;
  /*1px*/
  font-size: 1.375em;
  /*22px*/
}

.title.accessories a {
  color: #73131F;
  font-size: 27px;
}

.title.pondfree {
  color: #DAA139;
  max-width: 500px;
  letter-spacing: 0.06em;
  /*1px*/
  font-size: 1.375em;
  /*22px*/
}

.title.pumps {
  color: #00898A;
  max-width: 500px;
  letter-spacing: 0.06em;
  /*1px*/
  font-size: 1.375em;
  /*22px*/
}

.title.installation {
  color: #D2622A;
  max-width: 500px;
  letter-spacing: 0.06em;
  /*1px*/
  /*font-size:1.375em;/*22px*/
  font-size: 27px;
}

.title.lighting {
  color: #0061A2;
  max-width: 500px;
  letter-spacing: 0.06em;
  /*1px*/
  font-size: 1.375em;
  /*22px*/
}

.title.maintenance {
  color: #5AAB5D;
  max-width: 500px;
  letter-spacing: 0.06em;
  /*1px*/
  font-size: 1.375em;
  /*22px*/
}

.title.rh {
  color: #5FBBDC;
  max-width: 500px;
  letter-spacing: 0.06em;
  /*1px*/
  font-size: 1.375em;
  /*22px*/
}

.title.colorring {
  padding-right: 40px;
  margin-bottom: 75px;
}

/* ///// INSTRUCTION MANUAL PAGE/ UNIVERSITY DEPARTMENT NAVIGATION / TIR-FOLD NAVIGATION ////// */
.wrapper ul.list li {
  margin-left: 2.5%;
  /*20px;*/
  font-family: "Pontano Sans", sans-serif;
  color: #666;
}

.wrapper .list li {
  list-style: circle;
  line-height: 1.875em;
  /*30px;	*/
}

.wrapper .list li a {
  color: #666;
  font-size: 1.25em;
  /*20px*/
  list-style: none;
  text-decoration: none;
}

.wrapper .list li a:hover {
  color: #2D8F5A;
  font-size: 1.312em;
  /*21px*/
}

.form_message {
  color: #a60000;
  font-weight: bold;
  padding: 10px;
  text-align: center;
}

.iris-editable p {
  margin-bottom: 25px;
}

.clearfix:after {
  content: " ";
  /* Older browser do not support empty content */
  visibility: hidden;
  display: block;
  height: 0;
  clear: both;
}

.wrapper .text1.fix-indentation {
  margin-left: 4%;
}

.category-title {
  text-transform: uppercase;
}

/*#slider {
	width:100%;
	height:500px;
}
#slider img {
	position:relative;
}*/
.grid_9.alpha {
  position: relative;
}

.text1 .title {
  line-height: 1.35em;
}

.close-sidebar {
  display: none;
}

.wrapper .footer .mobile-break {
  display: none;
}

.wrapper .footer .mobile-un-break {
  display: inline;
}

img {
  height: auto !important;
}

.wrapper .product-catelog {
  margin-left: -9%;
}

body, html {
  overflow-x: hidden;
}

.wrapper .text1.grid_7.not-found {
  width: 75% !important;
  margin-bottom: 375px;
}

.not-found-sidebar {
  width: 20%;
  float: right;
}

.grid_7.text1 {
  width: 75%;
}

#slider {
  /*min-height:200px;*/
}

.main-content .grid_7.indent.product-info > .text1, .main-content .grid_7.indent.product-info .product-info > .text1 {
  margin-left: 0;
}

.product-categories.indent {
  margin-left: 1.7%;
}

.iris-editable p, ul.product-specs {
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
  -webkit-margin-start: 0;
  -webkit-margin-end: 0;
  -webkit-padding-start: 0;
}

.iris-editable .text1 {
  margin-top: 0;
}

.constant-contact table td {
  text-align: center;
}

.product-image {
  margin-right: 15px;
  margin-bottom: 15px;
}

.product-media {
  margin-right: 15px;
  margin-bottom: 15px;
  float: left;
}

.mobile-slider {
  display: none;
}

.product-categories.noTouch .product-category-container .title-text.category-title {
  opacity: 1;
  background-color: rgba(0, 0, 0, 0.3);
}

h1, h2 {
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
  -webkit-margin-start: 0;
  -webkit-margin-end: 0;
}

ul.products {
  margin-top: 15px;
}

.wrapper h1.title, .wrapper h2.title {
  margin-left: 5.8%;
  display: inline-block;
}

.wrapper .text1 .title {
  margin-left: 0;
}

.wrapper div.text1 h1.title, .wrapper div.text1 h2.title, .wrapper div.text1 span.title, .wrapper h2.title {
  margin-left: 0;
  margin-top: 15px;
  margin-bottom: 15px;
}

.wrapper div.text1 span.title {
  margin-top: 0;
  display: inline-block;
}

.wrapper h2.title {
  margin-left: 5.8%;
}

.header-image {
  margin-bottom: 0;
}

.below-navigation-content.fixed-navigation {
  margin-top: 68px;
}
@media only screen and (max-width: 890px) {
  .below-navigation-content.fixed-navigation {
    margin-top: 0;
  }
}

.main-content {
  background: #ffffff;
}

.main-content > .grid_9 {
  margin-bottom: 0;
}

.grid_2.omega.sidebar.align-right {
  margin-bottom: 0;
}

.grid_7.alpha {
  margin-bottom: 0;
}

.text1.iris-editable {
  margin-top: 0;
}

.wrapper div.text1 h1.title, .wrapper div.text1 h2.title, .wrapper span.text1 h1.title, .wrapper span.text1 h2.title {
  /* 	margin-top:0; */
}

.text1 .text1 {
  margin-left: 0 !important;
  margin-top: 0 !important;
  font-size: 1em !important;
}

.text1 .indent {
  margin-left: 0;
}

.product-image-flow {
  margin-left: 15px;
  display: inline-block;
  overflow: hidden;
  vertical-align: top;
  margin-bottom: 15px;
}

.product-image-flow:first-of-type {
  margin-left: 0;
}

.product-img-col {
  margin-top: 15px;
}

.wrapper div.text1 p {
  margin-top: 0;
}

.radio-wrap.input-wrap {
  margin-left: 35px;
}

ul.feature-points.indent, ul.feature-points {
  padding-left: 20px;
}

ol.feature-points, ol.feature-points.indent {
  padding-left: 25px;
}

.category-product-link {
  display: block;
}

.social-share-buttons {
  position: relative;
  /*white-space:nowrap;*/
  margin-bottom: 35px;
  margin-top: 10px;
  text-align: center;
}

.social-share-buttons.align-left {
  text-align: left;
  margin-left: 3.8%;
}

.category-share {
  margin-top: 20px;
  margin-left: 3.8%;
  margin-bottom: 20px;
}

.university-share {
  margin-top: 20px;
  margin-left: 3.8%;
  margin-bottom: 0;
}

.awg-tv-share {
  margin-left: 5.5%;
  text-align: center;
  width: 90%;
}

@media only screen and (max-width: 600px) {
  .social-share-buttons {
    text-align: center;
  }
}
#___plusone_0 {
  width: 60px !important;
}

.twitter-share-button {
  width: 80px !important;
}

.img-container {
  float: left;
  margin-right: 20px;
}

.product-info .chart-image {
  width: auto;
}

.product-info .chart-image + ul.feature-points {
  display: inline-block;
  margin-top: 5px;
  vertical-align: top;
}

.homepage_image.awg-tv {
  margin-bottom: 0;
}

.product-price {
  margin-bottom: 0.5em;
}

.product-price > * {
  color: #0d4e95;
  font-weight: bold;
  font-size: 1.2em;
}

.product-files-list.text1 {
  margin-top: 15px;
}

.product-files-list-section {
  float: left;
  width: 100%;
}

.product-files-list-section ul.list {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
}

body.authenticated {
  padding-top: 40px;
  /*padding-top:0;*/
}

.authenticated-header {
  width: 100%;
  height: 40px;
  background-color: #3aace2;
  position: fixed;
  top: 0;
  z-index: 9999;
  color: #FFF;
}

.authenticated-header > div {
  height: 40px;
  font-size: 0.85em;
  line-height: 40px;
  max-width: 1050px;
  margin: 0 auto;
}

.authenticated-header .protected-files-link,
.authenticated-header .account-link {
  float: right;
  margin-left: 25px;
  color: #FFF;
}

.product-feature-block {
  width: 50%;
  float: left;
}

.product-feature-block.align-right {
  float: right;
  margin-bottom: 15px;
}

.product-feature-block img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.product-feature-block p {
  /*text-align:center;*/
}

.category-files {
  margin-top: 10px !important;
}

.category-files .files-info {
  width: 100%;
  clear: both;
  padding-top: 20px;
}

.category-files-form {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: block;
  clear: both;
}

.category-files-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
  width: 100%;
  overflow: hidden;
  margin: 20px 0;
}

.category-files-list li {
  display: block;
  width: 120px;
  height: 130px;
  padding: 0 15px;
  float: left;
  overflow: hidden;
  position: relative;
}

.category-files-list li label {
  white-space: nowrap;
  display: block;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}

.category-files-list li a,
.category-files-form li a {
  width: 100px;
  height: 130px;
  color: #666;
  text-decoration: none;
}

.category-files-list li a:hover,
.category-files-form li a:hover {
  color: #1d345a;
}

.category-files-list li a img {
  max-width: 100px;
  max-height: 100px;
  border: 1px solid #999;
}

.category-files input[type=submit],
.category-files input[type=button] {
  width: 200px;
  height: 35px;
  margin-bottom: 10px;
  text-align: center;
  background-color: #999;
  float: right;
  margin-left: 15px;
  position: relative;
  top: -65px;
  color: #FFF;
  outline: none;
  border: none;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

.category-files small {
  margin-bottom: 10px;
  display: block;
}

@media only screen and (max-width: 901px) {
  .category-files input[type=submit],
.category-files input[type=button] {
    top: 0;
    margin: 5px;
    float: left;
    margin-top: 0;
  }

  .category-files input[type=button] {
    margin-bottom: 15px;
  }
}
@media only screen and (min-width: 900px) {
  .category-files {
    margin-top: 0;
    position: relative;
    top: -60px;
  }

  .category-files input[type=submit],
.category-files input[type=button] {
    top: 0;
  }
}
/*
.product-files-list.protected-files-list {
	list-style-type:none;
}
.product-files-list.protected-files-list li {
	display:inline-block;
	margin-right:5px;
}
.product-files-list.protected-files-list li img {
	max-width: 100px;
	max-height: 100px;
	border: 1px solid #999;
	height:auto;
}

*/
/*.skiptranslate ~ .wrapper.clearfix .grid_9 .position-nav {
	top:40px;
}*/
.translated-ltr .position-nav {
  top: 40px;
}

.g-recaptcha {
  margin: 30px auto;
}
@media only screen and (max-width: 550px) {
  .g-recaptcha {
    margin-left: -25px;
  }
}

@media only screen and (max-width: 800px) {
  .g-recaptcha {
    width: 100%;
  }
}
.search-result {
  width: 100%;
  /*border-bottom:1px solid #2D8F5A;*/
  padding: 15px 10px;
  margin-bottom: 1em;
  max-height: 5.5em;
  overflow: hidden;
  position: relative;
  text-overflow: ellipsis;
}

.search-result a {
  text-decoration: none;
  color: inherit;
}

.search-result h2 {
  color: #0d4e95;
  padding: 0 50px 2px 0;
  margin-bottom: 0.25em;
  border-bottom: 1px solid #0d4e95;
}

.search-result .result-type {
  position: absolute;
  top: 20px;
  right: 15px;
  font-size: 0.85em;
}

.grecaptcha-badge {
  display: none;
}

.header {
  font-family: "Oswald", sans-serif;
  font-size: 18px;
  padding: 14px 28px;
}
@media only screen and (max-width: 550px) {
  .header {
    padding: 14px 10px;
  }
}
.header a {
  text-decoration: none;
}
.header a:hover {
  text-decoration: underline;
}
.header .top-navigation-row {
  font-weight: 300;
  color: #373737;
  text-transform: uppercase;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
@media only screen and (max-width: 1100px) {
  .header .top-navigation-row {
    flex-direction: column;
    align-items: center;
  }
}
.header .top-navigation-row .column {
  width: auto;
  float: left;
}
.header .top-navigation-row .column.right {
  min-width: 635px;
  width: auto;
  float: right;
  text-align: right;
  align-self: flex-start;
}
@media only screen and (max-width: 1100px) {
  .header .top-navigation-row .column.right {
    align-self: unset;
  }
}
@media only screen and (max-width: 550px) {
  .header .top-navigation-row .column.right {
    min-width: unset;
    max-width: 335px;
    margin: auto;
  }
}
.header .top-navigation-row .column.right .top-row {
  color: #0f4c92;
  list-style: none;
  padding: 0 0 0 10px;
}
@media (min-width: 1100px) {
  .header .top-navigation-row .column.right .top-row {
    margin: 0 0 45px 0;
  }
}
.header .top-navigation-row .column.right .top-row > li {
  display: inline-block;
  float: none;
}
.header .top-navigation-row .column.right .top-row > li:not(.quick-links-row)::after {
  content: "|";
  padding: 0 8px;
}
.header .top-navigation-row .column.right .top-row li {
  line-height: normal;
  display: inline-block;
  float: none;
  text-align: center;
  position: relative;
}
@media (max-width: 1200px) {
  .header .top-navigation-row .column.right .top-row li {
    font-size: 16px;
  }
}
@media only screen and (max-width: 1100px) {
  .header .top-navigation-row .column.right .top-row li {
    line-height: normal;
  }
}
@media only screen and (min-width: 890px) {
  .header .top-navigation-row .column.right .top-row li.hide-phablet-up {
    display: none;
  }
}
.header .top-navigation-row .column.right .top-row li:hover a.dropdown-link, .header .top-navigation-row .column.right .top-row li:hover a.dropdown-link:focus, .header .top-navigation-row .column.right .top-row li:hover a.dropdown-link:active {
  text-decoration: none;
  outline: 0;
  -moz-outline-style: none;
}
.header .top-navigation-row .column.right .top-row li:hover ul {
  opacity: 0.9;
  visibility: visible;
}
.header .top-navigation-row .column.right .top-row li ul {
  position: absolute;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.25s ease-in-out;
  -moz-transition: opacity 0.25s ease-in-out;
  -webkit-transition: opacity 0.25s ease-in-out;
  background: #1d345a;
  color: #ffffff;
  z-index: 9;
  padding: 14px;
  width: auto;
  top: 62px;
}
.header .top-navigation-row .column.right .top-row li ul li {
  float: none;
  width: auto;
  text-align: center;
  margin: 15px 0;
}
.header .top-navigation-row .column.right .top-row li ul li a {
  color: #ffffff;
  line-height: normal;
}
.header .top-navigation-row .column.right .top-row li ul li a:after {
  display: none !important;
}
.header .top-navigation-row .column.right .top-row li ul.open {
  opacity: 0.9;
  visibility: visible;
}
.header .top-navigation-row .column.right .top-row li.dropdown a:first-child {
  display: inline-block;
}
.header .top-navigation-row .column.right .top-row li.dropdown a:first-child:after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 6px 0 6px;
  border-color: #4f73ac transparent transparent transparent;
  margin-left: 10px;
  margin-top: -4px;
  vertical-align: middle;
}
.header .top-navigation-row .column.right .top-row li.dropdown.tools ul {
  left: -40px;
}
.header .top-navigation-row .column.right .top-row li.dropdown.how-to-buy ul {
  left: -44px;
}
.header .top-navigation-row .column.right .top-row li.dropdown.gallery ul {
  left: -28px;
}
.header .top-navigation-row .column.right .top-row a {
  color: #0f4c92;
}
.header .top-navigation-row .column.right .quick-links-row {
  position: relative;
}
.header .top-navigation-row .column.right .quick-links-row a {
  font-weight: 300;
  font-size: 18px;
}
@media (max-width: 1200px) {
  .header .top-navigation-row .column.right .quick-links-row a {
    font-size: 16px;
  }
}
.header .top-navigation-row .column.right .quick-links-row a:after {
  content: "";
  display: inline-block;
  background: url(../images/menu-icon.png);
  width: 29px;
  height: 21px;
  margin-left: 8px;
  position: relative;
  top: 3px;
}
.header .top-navigation-row .column.right .quick-links-row ul {
  min-width: 100%;
  white-space: nowrap;
  list-style: none;
  font-family: "Pontano Sans", sans-serif;
  color: #383838;
  font-size: 16px;
  text-transform: none;
  font-weight: 700;
  text-align: left;
  position: absolute;
  top: 26px;
  right: 0;
  padding: 18px 14px 14px 14px;
  margin: 0;
  z-index: 4;
  background: #f5f5f5;
  line-height: 24px;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.25s ease-in-out;
  -moz-transition: opacity 0.25s ease-in-out;
  -webkit-transition: opacity 0.25s ease-in-out;
}
.header .top-navigation-row .column.right .quick-links-row ul li {
  display: block;
}
.header .top-navigation-row .column.right .quick-links-row ul li a:after {
  display: none;
}
.header .top-navigation-row .column.right .quick-links-row a:hover + ul, .header .top-navigation-row .column.right .quick-links-row ul:hover, .header .top-navigation-row .column.right .quick-links-row ul.open {
  visibility: visible;
  opacity: 0.9;
  z-index: 10;
}
@media only screen and (max-width: 890px) {
  .header .top-navigation-row .column {
    width: 40%;
    font-size: 14px;
  }
  .header .top-navigation-row .column.right .quick-links-row a:hover + ul, .header .top-navigation-row .column.right .quick-links-row ul:hover {
    visibility: hidden;
    opacity: 0;
  }
  .header .top-navigation-row .column.right .quick-links-row a:hover + ul.open, .header .top-navigation-row .column.right .quick-links-row ul.open:hover, .header .top-navigation-row .column.right .quick-links-row ul.open {
    visibility: visible;
    opacity: 0.9;
    z-index: 10;
  }
}
.header .translate-label {
  margin-bottom: 2px;
}
.header #google_translate_element {
  display: inline-block;
}
.header .goog-te-gadget-simple {
  border: 0;
  padding: 0;
}
.header .goog-te-gadget-simple .goog-te-menu-value span {
  padding: 0 1px;
  line-height: 18px;
  border: 0 !important;
}
.header .goog-te-gadget-simple .goog-te-menu-value span:first-child {
  padding: 0 2px;
}
.header .goog-te-gadget-simple .goog-te-menu-value span:last-child {
  color: #466ba8 !important;
}
.header .goog-te-gadget-simple > span {
  vertical-align: unset !important;
}
.header .goog-te-gadget-simple > span > a > span:not(:first-child) {
  display: none;
}
.header .goog-te-gadget-simple > span > a > span:first-child {
  line-height: normal;
  vertical-align: unset;
}
@media only screen and (max-width: 1100px) {
  .header .goog-te-gadget-simple > span > a > span:first-child {
    line-height: normal;
  }
}
.header .goog-te-gadget, .header .goog-te-gadget-simple {
  font-family: "Oswald", sans-serif;
  font-size: 18px !important;
}
@media (max-width: 1200px) {
  .header .goog-te-gadget, .header .goog-te-gadget-simple {
    font-size: 16px !important;
  }
}
.header .goog-te-gadget img {
  display: none;
}
.header .goog-te-gadget .goog-te-combo {
  width: 115px;
  font-size: 8pt;
  -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
}
.header .logo {
  width: auto;
  float: left;
}
@media (min-width: 1100px) {
  .header .logo {
    margin: 20px 0;
  }
}
@media only screen and (max-width: 890px) {
  .header .logo {
    padding: 0 12px;
    margin-bottom: 18px;
  }
}
.header .logo img {
  width: 400px;
}
@media only screen and (max-width: 583px) {
  .header .logo img {
    margin-top: 5px;
  }
}
@media only screen and (max-width: 510px) {
  .header .logo img {
    margin-top: 10px;
  }
}
@media only screen and (max-width: 440px) {
  .header .logo img {
    margin-top: 16px;
  }
}
@media only screen and (max-width: 410px) {
  .header .logo img {
    margin-top: 12px;
  }
}

.mobile-menu-button {
  cursor: pointer;
  background: #1d345a;
  height: 50px;
  text-align: center;
}
.mobile-menu-button .hamburger, .mobile-menu-button .text {
  display: inline-block;
  vertical-align: middle;
}
.mobile-menu-button .hamburger {
  margin-top: 7px;
}
.mobile-menu-button .line {
  border-bottom: 2px solid #fff;
  width: 20px;
  padding: 3px;
  display: block;
  margin-left: 12px;
}
.mobile-menu-button .text {
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  margin-top: 14px;
  margin-left: 6px;
}

.main-navigation-row {
  font-family: "Oswald", sans-serif;
  background: #1d345a;
  /* Mobile Menu Styles */
}
.main-navigation-row.fixed-navigation {
  position: fixed;
  top: 0;
  z-index: 1000;
  width: 90%;
}
.main-navigation-row a {
  text-decoration: none;
}
.main-navigation-row a:hover {
  text-decoration: underline;
}
.main-navigation-row ul {
  color: #ffffff;
  font-weight: 300;
  font-size: 18px;
  list-style: none;
  width: 800px;
  float: left;
  padding: 0;
  margin: 0;
  text-transform: uppercase;
}
@media (max-width: 1000px) {
  .main-navigation-row ul {
    font-size: 16px;
  }
}
.main-navigation-row ul li {
  line-height: 68px;
  width: 16%;
  display: block;
  float: left;
  text-align: center;
  position: relative;
}
@media only screen and (min-width: 890px) {
  .main-navigation-row ul li.hide-phablet-up {
    display: none;
  }
}
.main-navigation-row ul li.larger {
  width: 19%;
}
.main-navigation-row ul li.smaller {
  width: 15%;
}
.main-navigation-row ul li a {
  color: #ffffff;
}
.main-navigation-row ul li:hover a.dropdown-link, .main-navigation-row ul li:hover a.dropdown-link:focus, .main-navigation-row ul li:hover a.dropdown-link:active {
  text-decoration: none;
  outline: 0;
  -moz-outline-style: none;
}
.main-navigation-row ul li:hover ul {
  opacity: 0.9;
  visibility: visible;
}
.main-navigation-row ul li ul {
  position: absolute;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.25s ease-in-out;
  -moz-transition: opacity 0.25s ease-in-out;
  -webkit-transition: opacity 0.25s ease-in-out;
  background: #1d345a;
  color: #ffffff;
  z-index: 9;
  padding: 14px;
  width: auto;
  top: 62px;
}
.main-navigation-row ul li ul li {
  float: none;
  width: auto;
  text-align: center;
  margin: 22px 0;
}
.main-navigation-row ul li ul li a {
  color: #ffffff;
  line-height: normal;
}
.main-navigation-row ul li ul li a:after {
  display: none !important;
}
.main-navigation-row ul li ul.open {
  opacity: 0.9;
  visibility: visible;
}
.main-navigation-row ul li.dropdown a:first-child {
  display: inline-block;
}
.main-navigation-row ul li.dropdown a:first-child:after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 6px 0 6px;
  border-color: #4f73ac transparent transparent transparent;
  margin-left: 10px;
  margin-top: -4px;
  vertical-align: middle;
}
.main-navigation-row ul li.dropdown.tools ul {
  left: -40px;
}
.main-navigation-row ul li.dropdown.how-to-buy ul {
  left: -44px;
}
.main-navigation-row ul li.dropdown.gallery ul {
  left: -28px;
}
.main-navigation-row form {
  padding: 17px 0;
  width: 378px;
  float: left;
  text-align: center;
}
.main-navigation-row form ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #466ba8;
}
.main-navigation-row form ::-moz-placeholder {
  /* Firefox 19+ */
  color: #466ba8;
}
.main-navigation-row form :-ms-input-placeholder {
  /* IE 10+ */
  color: #466ba8;
}
.main-navigation-row form :-moz-placeholder {
  /* Firefox 18- */
  color: #466ba8;
}
.main-navigation-row form input[type=text] {
  width: 81.5%;
  background: #172b4c;
  border: 0;
  line-height: 34px;
  padding: 0 10px;
  color: #ffffff;
}
.main-navigation-row form input[type=submit] {
  display: none;
}
.main-navigation-row .close-mobile {
  position: absolute;
  cursor: pointer;
  right: 10px;
  top: 10px;
  z-index: 1010;
}
.main-navigation-row .close-mobile img {
  width: 30px;
  height: 30px;
}
@media only screen and (max-width: 890px) {
  .main-navigation-row {
    position: fixed;
    overflow: scroll;
    width: 100%;
    height: 100%;
    display: none;
    z-index: 1000;
    top: 0;
  }
  .main-navigation-row ul {
    width: 100%;
  }
  .main-navigation-row ul li {
    width: 100%;
    display: block;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  }
  .main-navigation-row ul li.hide-phablet {
    display: none;
  }
}
@media only screen and (max-width: 890px) and (min-width: 890px) {
  .main-navigation-row ul li.hide-phablet-up {
    display: none;
  }
}
@media only screen and (max-width: 890px) {
  .main-navigation-row ul li:hover ul {
    opacity: 0;
  }
}
@media only screen and (max-width: 890px) {
  .main-navigation-row ul li.larger, .main-navigation-row ul li.smaller {
    width: 100%;
  }
}
@media only screen and (max-width: 890px) {
  .main-navigation-row ul li.dropdown a:first-child {
    display: block;
  }
  .main-navigation-row ul li.dropdown a:first-child:after {
    border: none;
    border-width: 0;
    margin-left: 0;
    margin-top: 0;
  }
  .main-navigation-row ul li.dropdown.tools ul {
    left: 0px;
  }
  .main-navigation-row ul li.dropdown.how-to-buy ul {
    left: 0px;
  }
  .main-navigation-row ul li.dropdown.gallery ul {
    left: 0px;
  }
}
@media only screen and (max-width: 890px) {
  .main-navigation-row form {
    margin: 0 auto;
    clear: both;
    float: none;
    padding: 20px 0;
  }
}
@media only screen and (max-width: 890px) {
  .main-navigation-row .quick-links-mobile ul {
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    padding: 5px;
    font-size: 12px;
    font-weight: 400;
  }
  .main-navigation-row .quick-links-mobile ul li {
    line-height: 32px;
  }
  .main-navigation-row .quick-links-mobile ul li:first-of-type, .main-navigation-row .quick-links-mobile ul li:nth-of-type(2) {
    display: none;
  }
  .main-navigation-row .quick-links-mobile ul li a {
    color: rgba(255, 255, 255, 0.4);
  }
}
@media only screen and (max-width: 550px) {
  .main-navigation-row form {
    width: 90%;
  }
}

/*--------------------------------------------------------------------------------------MAIN NAVIGATION-----------------------*/
.clear {
  clear: both;
}

.wrapper .position-nav {
  /*position:absolute;*/
  /*position:fixed;*/
  /*width:1050px;*/
  width: 100%;
  z-index: 9001;
}

.mobile-menu {
  display: none;
}

.sidebar-mobile-button {
  display: none;
  position: absolute;
  cursor: pointer;
  right: 30px;
  bottom: 20px;
  padding: 0.25em 0.5em;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  font-family: "Passion One", cursive;
  font-weight: 400;
  color: #FFF;
  background-color: #B5B5B5;
  z-index: 9000;
}

@media only screen and (min-width: 1051px) {
  body.authenticated .wrapper.clearfix > .nav-background {
    top: 40px;
  }
}
@media only screen and (min-width: 600px) {
  #slider + .sidebar-mobile-button {
    top: 20px;
    bottom: auto;
    right: 20px;
  }
}
/*--------------------------------------------------------------------------------------MAIN NAVIGATION-----------------------*/
#pageBody2 {
  max-width: 1050px;
  width: 100%;
  position: relative;
  font-size: 0.9em;
}

div.hoverBtn-tools {
  position: relative;
  float: left;
  background-color: #333;
  opacity: 0.75;
  font-family: "Pontano Sans", sans-serif;
  z-index: 100;
  width: 20%;
}

div.hoverBtn-tools a {
  position: relative;
  z-index: 2;
  display: block;
  /*width:210px;*/
  width: 100%;
  height: 45px;
  text-align: center;
  font-family: "Pontano Sans", sans-serif;
  font-size: 0.89em;
  /*15px;*/
  letter-spacing: 1px;
  color: #fff;
  text-decoration: none;
  line-height: 45px;
  /*padding-top:12px;*/
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

div.hoverBtn-tools div {
  display: none;
  position: absolute;
  z-index: 1;
  font-family: "Pontano Sans", sans-serif;
  top: 0px;
  background-color: #000;
  opacity: 0.75;
  height: 45px;
  width: 100%;
}

.clear {
  clear: both;
}

.wrapper .position-nav-tools {
  position: relative;
  z-index: 9001;
  width: 100%;
  margin-top: -45px;
}

.wrapper #slider .slide {
  position: relative;
}
.wrapper #slider .slide .slide-text-background {
  width: 100%;
  height: 64px;
  background: rgba(29, 52, 90, 0.75);
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
}
.wrapper #slider .slide .slide-title {
  width: 100%;
  height: 64px;
  text-align: center;
  font-size: 34px;
  color: #ffffff;
  left: 0;
  bottom: 0;
  line-height: 64px;
  position: absolute;
  font-weight: bold;
  z-index: 2;
  letter-spacing: 1px;
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  text-decoration: none;
}
.wrapper #slider .slide .slide-title:hover {
  text-decoration: underline;
}
.wrapper #slider .slick-prev, .wrapper #slider .slick-next {
  -webkit-appearance: none;
  cursor: pointer;
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -42px;
  width: 0;
  height: 0;
  left: 12px;
  border-style: solid;
  border-width: 22px 22px 22px 0;
  border-color: transparent #ffffff transparent transparent;
  z-index: 2;
}
.wrapper #slider .slick-next {
  right: 12px;
  left: auto;
  border-width: 22px 0 22px 22px;
  border-color: transparent transparent transparent #ffffff;
}
.wrapper .home-columns {
  font-family: "Pontano Sans", sans-serif;
  box-sizing: border-box;
}
.wrapper .home-columns .grid_3 {
  box-sizing: border-box;
  text-align: center;
  color: #464646;
  width: 33.333%;
  padding: 60px 20px 30px;
  margin: 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 26px;
}
.wrapper .home-columns .grid_3 h2 {
  text-transform: uppercase;
  font-family: "Oswald", sans-serif;
  font-size: 30px;
  font-weight: 700;
  margin: 20px 0;
  line-height: 42px;
}
.wrapper .home-columns .grid_3 a {
  text-decoration: none;
  color: inherit;
}
.wrapper .home-columns .grid_3 a:hover {
  text-decoration: underline;
}
@media only screen and (max-width: 1350px) {
  .wrapper .home-columns .grid_3 {
    width: 100%;
  }
}
.wrapper .home-content {
  font-family: "Pontano Sans", sans-serif;
  box-sizing: border-box;
}
.wrapper .home-content .text1 {
  box-sizing: border-box;
  width: calc(100% - 64px);
  margin: 5% 32px;
  padding: 0;
  color: #383838;
  font-weight: 700;
  line-height: 26px;
  border-top: 1px solid #464646;
}
@media only screen and (max-width: 550px) {
  .wrapper .home-content .text1 {
    margin: 20px auto;
    width: 85%;
  }
}
.wrapper .home-content .text1.blog-section {
  margin-bottom: 0;
}
.wrapper .home-content .text1.blog-section h2.title {
  margin-top: 24px;
}
.wrapper .home-content .text1 a {
  color: inherit;
}
.wrapper .home-content .text1 h2.title, .wrapper .home-content .text1 h3 {
  display: block;
  font-family: "Oswald", sans-serif;
  font-size: 30px;
  font-weight: 700;
  border-bottom: 0;
  margin-top: 50px;
}
.wrapper .home-content .text1 h3 {
  font-size: 25px;
  margin-bottom: 6px;
  margin-top: 15px;
}
.wrapper .home-content .text1 .about-the-author {
  padding-top: 60px;
  box-sizing: border-box;
  width: calc(100% - 740px);
  float: right;
  font-size: 18px;
}
@media only screen and (max-width: 1100px) {
  .wrapper .home-content .text1 .about-the-author {
    width: 100%;
    padding-bottom: 30px;
  }
}

.interior-content {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 30px 30px 30px;
  color: #464646;
  font-size: 18px;
  line-height: 26px;
}
.interior-content hr {
  border-style: solid none none none;
  border-color: #464646;
  margin: 0 0 4px 0;
}
.interior-content h1, .interior-content h2 {
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  color: #383838;
  font-size: 30px;
  padding: 30px 0 20px;
}
.interior-content h2 {
  padding: 10px 0 20px;
  font-size: 24px;
  font-weight: 300;
}
.interior-content h2.faux-h1 {
  font-size: 30px;
  font-weight: 700;
}
.interior-content p {
  margin-bottom: 26px;
}
.interior-content .interior-page-content a.email, .interior-content .interior-page-content a, .interior-content.contact-page a.email, .interior-content.contact-page a {
  color: #0d4e95;
}
.interior-content .interior-page-content a.email:hover, .interior-content .interior-page-content a:hover, .interior-content.contact-page a.email:hover, .interior-content.contact-page a:hover {
  text-decoration: underline;
}
@media only screen and (max-width: 890px) {
  .interior-content .interior-page-content iframe, .interior-content.contact-page iframe {
    width: 100% !important;
  }
}
.interior-content .product-files-list.manuals {
  list-style: none;
  padding: 10px;
  margin-top: 0;
  margin-bottom: 34px;
}
.interior-content .product-files-list.manuals li {
  line-height: 32px;
}
.interior-content .product-files-list.manuals li:before {
  content: "";
  display: inline-block;
  width: 19px;
  height: 20px;
  background: url("../images/icons/pdf.png") no-repeat 0 0;
  margin-right: 10px;
}
.interior-content .product-files-list.manuals li a {
  text-decoration: none;
}
.interior-content .product-files-list.manuals li a:hover {
  text-decoration: underline;
}
.interior-content .center-image {
  text-align: center;
}
.interior-content.instruction-manuals h2 {
  padding-top: 0;
}
.interior-content .subpage-navigation {
  margin-bottom: 30px;
}
.interior-content .subpage-navigation ul {
  list-style: none;
  text-align: center;
  padding: 0;
  margin: 0;
}
.interior-content .subpage-navigation ul li {
  display: inline-block;
  width: 25%;
  font-size: 0;
  margin-right: -3px;
  margin: 20px -3px 20px 0;
}
.interior-content .subpage-navigation ul li a {
  font-family: "Oswald", sans-serif;
  font-size: 26px;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  width: 145px;
  height: 145px;
  display: table;
  background-color: #0d4e95;
  color: #ffffff;
  font-weight: 500;
  border-radius: 50%;
  padding: 20px;
  margin: 0 auto;
}
.interior-content .subpage-navigation ul li a span {
  display: table-cell;
  vertical-align: middle;
  line-height: 36px;
}
@media only screen and (max-width: 890px) {
  .interior-content .subpage-navigation ul li {
    width: 50%;
  }
}
@media only screen and (max-width: 550px) {
  .interior-content .subpage-navigation ul li {
    width: 100%;
  }
}
.interior-content.awg-tv-page .interior-page-content {
  margin-bottom: 50px;
}
.interior-content.contact-page .contacts {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.interior-content.contact-page .contact-item {
  display: block;
  float: left;
  width: 50%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px 20px;
  vertical-align: top;
}
@media only screen and (max-width: 650px) {
  .interior-content.contact-page .contact-item {
    width: 100%;
    padding-left: 0;
  }
}
.interior-content.contact-page hr {
  margin: 20px 0;
}
.interior-content .message h2 {
  text-align: center;
  padding-top: 0;
}
.interior-content.about-us-page h2 {
  padding-top: 10px;
}
.interior-content.about-us-page hr {
  margin: 60px 0 40px;
}
.interior-content .feature-points-holder {
  margin-bottom: 20px;
}
.interior-content .feature-points-holder .feature-points {
  width: 50%;
  display: block;
  float: left;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 30px;
}
@media only screen and (max-width: 550px) {
  .interior-content .feature-points-holder .feature-points {
    width: 100%;
  }
}
.interior-content .faq-anchors {
  margin-left: 14px;
}
.interior-content.boxed-interior {
  max-width: 1500px;
  margin: auto;
}
.interior-content .boxed-content-page-container {
  display: flex;
}
@media only screen and (max-width: 550px) {
  .interior-content .boxed-content-page-container {
    flex-direction: column;
  }
}
.interior-content .boxed-content-page-container .first-box {
  flex: 2;
  position: relative;
  padding-right: 60px;
}
@media only screen and (max-width: 550px) {
  .interior-content .boxed-content-page-container .first-box {
    padding: 0;
  }
}
.interior-content .boxed-content-page-container .second-box {
  flex: 1;
  position: relative;
}

.wrapper .product-categories > * {
  font-size: 0;
}
.wrapper .product-categories div.text1 {
  margin-left: 36px;
  margin-top: 32px;
  margin-bottom: 32px;
}
.wrapper .product-categories div.text1 h1 {
  font-size: 25px;
  font-family: "Oswald", sans-serif;
  font-weight: 300;
}
.wrapper .product-categories .product-category-row {
  margin-bottom: 92px;
  text-align: center;
}
@media only screen and (max-width: 890px) {
  .wrapper .product-categories .product-category-row {
    margin-bottom: 0px;
  }
  .wrapper .product-categories .product-category-row:last-child {
    margin-bottom: 34px;
  }
}
.wrapper .product-categories .product-category-row .product-category-holder {
  width: 25%;
  display: inline-block;
  text-align: center;
}
@media only screen and (max-width: 890px) {
  .wrapper .product-categories .product-category-row .product-category-holder {
    width: 50%;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 550px) {
  .wrapper .product-categories .product-category-row .product-category-holder {
    width: 100%;
  }
}
.wrapper .product-categories .product-category-row .product-category-holder .product-category {
  width: 185px;
  height: 185px;
  color: #ffffff;
  display: inline-block;
  background: url(../images/icons/products-sprite-7.jpg) no-repeat 0 0;
  background-size: 1850px 185px;
}
.wrapper .product-categories .product-category-row .product-category-holder .product-category.formal-spillway {
  background-position: -185px 0;
}
.wrapper .product-categories .product-category-row .product-category-holder .product-category.pond-free {
  background-position: -370px 0;
}
.wrapper .product-categories .product-category-row .product-category-holder .product-category.water-garden {
  background-position: -555px 0;
}
.wrapper .product-categories .product-category-row .product-category-holder .product-category.pumps, .wrapper .product-categories .product-category-row .product-category-holder .product-category.pump {
  background-position: -740px 0;
}
.wrapper .product-categories .product-category-row .product-category-holder .product-category.installation {
  background-position: -925px 0;
}
.wrapper .product-categories .product-category-row .product-category-holder .product-category.lighting {
  background-position: -1110px 0;
}
.wrapper .product-categories .product-category-row .product-category-holder .product-category.maintenance {
  background-position: -1295px 0;
}
.wrapper .product-categories .product-category-row .product-category-holder .product-category.pond-lake {
  background-position: -1480px 0;
}
.wrapper .product-categories .product-category-row .product-category-holder .product-category.rain-harvesting {
  background-position: -1665px 0;
}
.wrapper .product-categories .product-category-row .product-category-holder .product-category.replacement-parts {
  background: url(../images/icons/REPLACEMENT_PARTS.jpg);
  background-size: contain;
}
.wrapper .product-categories .product-category-row .product-category-holder span {
  font-size: 25px;
  font-weight: 300;
  font-family: "Oswald", sans-serif;
  display: block;
  margin-top: 14px;
}

.product-category .product-category-breadcrumbs, .product-category .product-breadcrumbs, .product-page .product-category-breadcrumbs, .product-page .product-breadcrumbs {
  font-size: 25px;
  font-family: "Oswald", sans-serif;
  font-weight: 300;
  padding: 28px 34px;
}
.product-category .product-category-breadcrumbs .breadcrumb, .product-category .product-category-breadcrumbs .current-page, .product-category .product-breadcrumbs .breadcrumb, .product-category .product-breadcrumbs .current-page, .product-page .product-category-breadcrumbs .breadcrumb, .product-page .product-category-breadcrumbs .current-page, .product-page .product-breadcrumbs .breadcrumb, .product-page .product-breadcrumbs .current-page {
  display: inline;
}
.product-category .product-category-breadcrumbs .breadcrumb:after, .product-category .product-breadcrumbs .breadcrumb:after, .product-page .product-category-breadcrumbs .breadcrumb:after, .product-page .product-breadcrumbs .breadcrumb:after {
  content: "/";
  padding: 0 10px;
  text-decoration: none;
}
.product-category .product-category-breadcrumbs .breadcrumb a, .product-category .product-breadcrumbs .breadcrumb a, .product-page .product-category-breadcrumbs .breadcrumb a, .product-page .product-breadcrumbs .breadcrumb a {
  text-decoration: none;
}
.product-category .product-category-breadcrumbs .breadcrumb a:hover, .product-category .product-breadcrumbs .breadcrumb a:hover, .product-page .product-category-breadcrumbs .breadcrumb a:hover, .product-page .product-breadcrumbs .breadcrumb a:hover {
  text-decoration: underline;
}
.product-category .product-category-breadcrumbs .breadcrumb a:hover:after, .product-category .product-breadcrumbs .breadcrumb a:hover:after, .product-page .product-category-breadcrumbs .breadcrumb a:hover:after, .product-page .product-breadcrumbs .breadcrumb a:hover:after {
  text-decoration: none;
}
.product-category .product-category-breadcrumbs .current-page a, .product-category .product-breadcrumbs .current-page a, .product-page .product-category-breadcrumbs .current-page a, .product-page .product-breadcrumbs .current-page a {
  text-decoration: none;
  white-space: nowrap;
}
.product-category .product-category-breadcrumbs .current-page a:hover, .product-category .product-breadcrumbs .current-page a:hover, .product-page .product-category-breadcrumbs .current-page a:hover, .product-page .product-breadcrumbs .current-page a:hover {
  text-decoration: underline;
}
.product-category h1.title, .product-page h1.title {
  margin-left: 34px;
  font-weight: 700;
  font-size: 30px;
  position: relative;
  z-index: 20;
}
.product-category ul.products, .product-category ul.product-catalog, .product-page ul.products, .product-page ul.product-catalog {
  list-style: none;
  padding-left: 21px;
  margin: 28px 0 40px;
  text-align: center;
}
@media only screen and (max-width: 1100px) {
  .product-category ul.products, .product-category ul.product-catalog, .product-page ul.products, .product-page ul.product-catalog {
    padding-left: 0;
  }
}
.product-category ul.products li, .product-category ul.product-catalog li, .product-page ul.products li, .product-page ul.product-catalog li {
  float: left;
  width: calc((100% - 80px) / 4);
  min-width: 258px;
  height: 292px;
  text-align: center;
  font-size: 18px;
  font-family: "Oswald", sans-serif;
  font-weight: 300;
  margin-right: 20px;
  margin-bottom: 30px;
}
.product-category ul.products li:last-child, .product-category ul.product-catalog li:last-child, .product-page ul.products li:last-child, .product-page ul.product-catalog li:last-child {
  margin-right: 0;
}
.product-category ul.products li img, .product-category ul.product-catalog li img, .product-page ul.products li img, .product-page ul.product-catalog li img {
  max-width: 258px;
  max-height: 257px;
  border: 1px solid #707070;
}
.product-category ul.products li span, .product-category ul.product-catalog li span, .product-page ul.products li span, .product-page ul.product-catalog li span {
  display: inline-block;
  padding-top: 10px;
}
@media only screen and (max-width: 1100px) {
  .product-category ul.products li, .product-category ul.product-catalog li, .product-page ul.products li, .product-page ul.product-catalog li {
    margin: 15px 10px;
    display: inline-block;
    float: none;
  }
}
.product-category .product-category-content, .product-page .product-category-content {
  margin: 34px 34px 18px 34px;
  font-size: 18px;
  line-height: 26px;
  border-bottom: 1px solid #464646;
  padding-bottom: 48px;
}
.product-category .product-category-content img, .product-page .product-category-content img {
  max-width: 744px;
  height: auto;
  float: right;
  padding: 8px 20px;
}
@media only screen and (max-width: 890px) {
  .product-category .product-category-content img, .product-page .product-category-content img {
    max-width: 100%;
    padding: 0;
    margin: 0 auto;
  }
}
.product-category .product-category-content .product-image-flow img, .product-page .product-category-content .product-image-flow img {
  max-width: none;
  width: 100%;
  padding: 0;
}
@media only screen and (max-width: 890px) {
  .product-category .product-category-content .fancybox img, .product-page .product-category-content .fancybox img {
    float: none;
    margin: 0 auto;
    width: 100%;
  }
}
.product-category .lower-product-links h3, .product-page .lower-product-links h3 {
  color: #383838;
  font-weight: 700;
  font-size: 30px;
  font-family: "Oswald", sans-serif;
  margin-bottom: 0;
}
.product-category .product-files-list.manuals, .product-category .product-files-list.cad-drawings, .product-category .product-files-list.cad-drawings-3d, .product-category .product-files-list.cad-drawings-3d-model, .product-page .product-files-list.manuals, .product-page .product-files-list.cad-drawings, .product-page .product-files-list.cad-drawings-3d, .product-page .product-files-list.cad-drawings-3d-model {
  list-style: none;
  padding: 10px;
  margin-top: 0;
  margin-bottom: 34px;
}
.product-category .product-files-list.manuals li, .product-category .product-files-list.cad-drawings li, .product-category .product-files-list.cad-drawings-3d li, .product-category .product-files-list.cad-drawings-3d-model li, .product-page .product-files-list.manuals li, .product-page .product-files-list.cad-drawings li, .product-page .product-files-list.cad-drawings-3d li, .product-page .product-files-list.cad-drawings-3d-model li {
  line-height: 32px;
}
.product-category .product-files-list.manuals li:before, .product-category .product-files-list.cad-drawings li:before, .product-category .product-files-list.cad-drawings-3d li:before, .product-category .product-files-list.cad-drawings-3d-model li:before, .product-page .product-files-list.manuals li:before, .product-page .product-files-list.cad-drawings li:before, .product-page .product-files-list.cad-drawings-3d li:before, .product-page .product-files-list.cad-drawings-3d-model li:before {
  content: "";
  display: inline-block;
  width: 19px;
  height: 20px;
  background: url("../images/icons/pdf.png") no-repeat 0 0;
  margin-right: 10px;
}
.product-category .product-files-list.manuals li a, .product-category .product-files-list.cad-drawings li a, .product-category .product-files-list.cad-drawings-3d li a, .product-category .product-files-list.cad-drawings-3d-model li a, .product-page .product-files-list.manuals li a, .product-page .product-files-list.cad-drawings li a, .product-page .product-files-list.cad-drawings-3d li a, .product-page .product-files-list.cad-drawings-3d-model li a {
  text-decoration: none;
}
.product-category .product-files-list.cad-drawings li:before, .product-page .product-files-list.cad-drawings li:before {
  width: 90px;
  height: 24px;
  background: url("../images/icons/cad-details-logo.png") no-repeat 0 0;
  vertical-align: middle;
}
.product-category .product-files-list.cad-drawings-3d li:before, .product-page .product-files-list.cad-drawings-3d li:before {
  width: 128px;
  height: 24px;
  background: url("../images/icons/e-drawings-logo.png") no-repeat 0 0;
  vertical-align: middle;
}
.product-category .product-files-list.cad-drawings-3d-model li:before, .product-page .product-files-list.cad-drawings-3d-model li:before {
  width: 28px;
  height: 24px;
  background: url("../images/icons/3d-model-logo.jpg") no-repeat 0 0;
  vertical-align: middle;
}
.product-category .product-files-list.videos, .product-page .product-files-list.videos {
  list-style: none;
  padding: 10px;
  margin: 0;
  text-align: center;
}
.product-category .product-files-list.videos li, .product-page .product-files-list.videos li {
  display: inline-block;
  margin: 10px;
}

.product-page {
  background: #ffffff;
}
.product-page .product-holder {
  padding: 34px;
}
.product-page .product-holder .product-images-holder {
  width: 44%;
  padding-right: 6%;
  float: left;
  display: inline-block;
  position: relative;
}
.product-page .product-holder .product-images-holder .product-main-image-holder {
  height: 375px;
}
.product-page .product-holder img.product-main-image {
  max-width: 100%;
  max-height: 100%;
  padding-right: 6%;
  position: relative;
  z-index: 0;
}
.product-page .product-holder .image-thumbnails-holder {
  text-align: center;
  margin-top: 10px;
}
.product-page .product-holder .image-thumbnails-holder img {
  box-sizing: border-box;
  width: 50px;
  height: auto;
  vertical-align: top;
  padding: 0 2px;
  cursor: pointer;
}
.product-page .product-holder .image-thumbnails-holder img.active, .product-page .product-holder .image-thumbnails-holder img:hover {
  border: 1px solid #112951;
}
.product-page .product-specs {
  font-size: 18px;
  line-height: 34px;
  list-style: none;
  width: 50%;
  float: left;
}
.product-page .product-specs span.specs {
  font-weight: bold;
}
.product-page .product-files-list.manuals, .product-page .product-files-list.cad-drawings, .product-page .product-files-list.manuals, .product-page .product-files-list.cad-drawings-3d, .product-page .product-files-list.manuals, .product-page .product-files-list.cad-drawings-3d-model {
  margin: 10px 0;
  padding-left: 24px;
}

.circle-category-icon {
  width: 112px;
  height: 112px;
  color: #ffffff;
  position: absolute;
  background: url(../images/icons/products-sprite-5.png) no-repeat 0 0;
  background-size: 1120px 112px;
  top: 30px;
  left: 30px;
}
.circle-category-icon.formal-spillway {
  background-position: -112px 0;
}
.circle-category-icon.pond-free {
  background-position: -224px 0;
}
.circle-category-icon.water-garden {
  width: 111px;
  background-position: -336px 0;
}
.circle-category-icon.pumps, .circle-category-icon.pump {
  width: 111px;
  background-position: -448px 0;
}
.circle-category-icon.installation {
  width: 111px;
  background-position: -560px 0;
}
.circle-category-icon.lighting {
  width: 111px;
  background-position: -672px 0;
}
.circle-category-icon.maintenance {
  width: 111px;
  background-position: -784px 0;
}
.circle-category-icon.pond-lake {
  background-position: -896px 0;
}
.circle-category-icon.rain-harvesting {
  background-position: -1008px 0;
}

.product-accordians .product-accordian {
  margin-bottom: 4px;
}
.product-accordians .product-accordian .product-accordian-trigger {
  background: #112951;
  color: #ffffff;
  line-height: 58px;
  font-family: "Oswald", sans-serif;
  font-size: 25px;
  cursor: pointer;
  position: relative;
  font-weight: 300;
  padding: 0 14px;
}
.product-accordians .product-accordian .product-accordian-trigger:after {
  content: "+";
  font-size: 40px;
  position: absolute;
  right: 20px;
  top: -1px;
}
.product-accordians .product-accordian .product-accordian-content {
  overflow: hidden;
  height: 0;
  margin: 0 1.5em;
}
.product-accordians .product-accordian .product-accordian-content .related-product-image {
  max-height: 200px;
  width: auto;
  float: left;
  margin-top: 24px;
}
.product-accordians .product-accordian .product-accordian-content .product-description {
  margin: 1em 1.5em;
}
.product-accordians .product-accordian.open .product-accordian-trigger:after {
  content: "-";
  top: -3px;
}
.product-accordians .product-accordian.open .product-accordian-content {
  height: auto;
}
.product-accordians .related-product-specs-holder {
  width: 50%;
  float: left;
  box-sizing: border-box;
  padding: 24px 40px;
  font-size: 18px;
}
.product-accordians .related-product-specs-holder a {
  text-decoration: none;
}
.product-accordians .related-product-specs-holder a:hover {
  text-decoration: underline;
}
@media only screen and (max-width: 890px) {
  .product-accordians .related-product-specs-holder {
    width: 100%;
  }
}
.product-accordians .related-product-specs-holder h4 {
  margin-top: 0;
  color: #000000;
}
.product-accordians .related-product-specs-holder .related-product-specs {
  list-style: none;
  padding-left: 0;
  line-height: 26px;
}
.university-navigation-row {
  font-family: "Oswald", sans-serif;
  background: #0f4c92;
}
.university-navigation-row a {
  text-decoration: none;
}
.university-navigation-row a:hover {
  text-decoration: underline;
}
.university-navigation-row ul {
  color: #ffffff;
  font-weight: 700;
  font-size: 20px;
  list-style: none;
  width: 100%;
  float: left;
  padding: 0;
  margin: 0;
  text-transform: uppercase;
}
.university-navigation-row ul li {
  line-height: 46px;
  width: 25%;
  display: block;
  float: left;
  text-align: center;
  position: relative;
}
.university-navigation-row ul li a {
  color: #ffffff;
}
.university-navigation-row ul li:hover ul {
  opacity: 0.9;
  visibility: visible;
}
.university-navigation-row ul li ul {
  position: absolute;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.25s ease-in-out;
  -moz-transition: opacity 0.25s ease-in-out;
  -webkit-transition: opacity 0.25s ease-in-out;
  background: #0f4c92;
  color: #ffffff;
  z-index: 9;
  padding: 14px;
  width: auto;
  top: 40px;
  font-size: 18px;
}
.university-navigation-row ul li ul li {
  float: none;
  width: auto;
  text-align: center;
  line-height: 38px;
}
.university-navigation-row ul li ul li a {
  color: #ffffff;
  white-space: nowrap;
}
.university-navigation-row ul li ul li a:after {
  display: none !important;
}
.university-navigation-row ul li.dropdown a:first-child {
  display: inline-block;
}
.university-navigation-row ul li.dropdown a:first-child:after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 6px 0 6px;
  border-color: #ffffff transparent transparent transparent;
  margin-left: 10px;
  margin-top: -4px;
  vertical-align: middle;
}
.university-navigation-row ul li.dropdown.construction ul {
  left: 38px;
}
.university-navigation-row ul li.dropdown.pumps ul {
  left: 80px;
}
.university-navigation-row ul li.dropdown.filtration ul {
  left: 58px;
}
.university-navigation-row ul li.dropdown.biology ul {
  left: 80px;
}
@media only screen and (max-width: 890px) {
  .university-navigation-row ul li.dropdown {
    width: 50%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
}

.university-home-colleges {
  margin: 34px 0;
  padding: 0 10px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.university-home-colleges *, .university-home-colleges *:before, .university-home-colleges *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.university-home-colleges div {
  width: 25%;
  float: left;
  text-align: center;
  color: #464646;
  padding: 0 20px;
}
.university-home-colleges div img {
  display: inline-block;
  height: auto;
  width: 210px;
  max-width: 100%;
}
.university-home-colleges div h2 {
  margin-top: 24px;
  font-family: "Oswald", sans-serif;
  font-weight: 500;
  font-size: 32px;
  line-height: 36px;
  text-transform: uppercase;
}
.university-home-colleges div p {
  font-size: 18px;
  line-height: 26px;
}
.university-home-colleges div a {
  text-decoration: none;
}
@media only screen and (max-width: 890px) {
  .university-home-colleges div {
    width: 50%;
  }
}
@media only screen and (max-width: 550px) {
  .university-home-colleges div {
    width: 100%;
  }
}

.university-content {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 30px 30px 30px;
  color: #464646;
  font-size: 18px;
  line-height: 26px;
}
.university-content hr {
  border-style: solid none none none;
  border-color: #464646;
  margin: 0 0 4px 0;
}
.university-content h1, .university-content h2 {
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  color: #383838;
  font-size: 30px;
  padding: 30px 0 20px;
}
.university-content h2 {
  font-size: 24px;
}
.university-content p {
  margin-bottom: 26px;
}
.university-content img {
  padding: 0 0 20px 20px;
}
@media only screen and (max-width: 550px) {
  .university-content img {
    padding: 0;
  }
}
.university-content.college-home h1 {
  padding: 36px 0 10px;
}
.university-content.college-home img {
  width: 320px;
  padding: 0 0 40px 40px;
}
.university-content.college-home .college-home-departments ul {
  list-style: none;
  text-align: center;
  padding: 0;
  margin: 0;
}
.university-content.college-home .college-home-departments ul li {
  display: inline-block;
  width: 25%;
  font-size: 0;
  margin-right: -3px;
  margin: 20px -3px 20px 0;
}
.university-content.college-home .college-home-departments ul li a {
  font-family: "Oswald", sans-serif;
  font-size: 30px;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  width: 145px;
  height: 145px;
  display: table;
  background-color: #fcb019;
  color: #ffffff;
  font-weight: 500;
  border-radius: 50%;
  padding: 20px;
  margin: 0 auto;
}
.university-content.college-home .college-home-departments ul li a span {
  display: table-cell;
  vertical-align: middle;
  line-height: 36px;
}
@media only screen and (max-width: 890px) {
  .university-content.college-home .college-home-departments ul li {
    width: 50%;
  }
}
@media only screen and (max-width: 550px) {
  .university-content.college-home .college-home-departments ul li {
    width: 100%;
  }
}
.university-content.college-home .college-home-departments ul.pumps li a {
  background-color: #00a6a3;
}
.university-content.college-home .college-home-departments ul.filtration li a {
  background-color: #5dc0e8;
}
.university-content.college-home .college-home-departments ul.biology li a {
  background-color: #dd2126;
}
.university-content.course-chapter h1 {
  padding: 36px 0 24px;
}
.university-content.course-chapter h2 {
  padding: 0;
  line-height: 30px;
}
.university-content.course-chapter .course-chapter-content {
  margin-top: 36px;
}
.university-content.course-chapter .course-chapter-navigation {
  text-align: center;
  font-size: 20px;
  color: #979797;
  text-transform: uppercase;
  position: relative;
  margin-top: 36px;
}
.university-content.course-chapter .course-chapter-navigation a {
  display: inline-block;
  padding: 0 5px 0 6px;
  text-decoration: none;
}
.university-content.course-chapter .course-chapter-navigation a.chapter-navigation-back, .university-content.course-chapter .course-chapter-navigation a.chapter-navigation-forward {
  position: absolute;
  font-size: 18px;
}
.university-content.course-chapter .course-chapter-navigation a.chapter-navigation-back img, .university-content.course-chapter .course-chapter-navigation a.chapter-navigation-forward img {
  padding: 0;
  vertical-align: middle;
  position: relative;
  top: -2px;
}
.university-content.course-chapter .course-chapter-navigation a.chapter-navigation-back {
  left: 0;
}
.university-content.course-chapter .course-chapter-navigation a.chapter-navigation-forward {
  right: 0;
}
.university-content.course-chapter .course-chapter-navigation a.current {
  color: #0f4c92;
}
.university-content.course-chapter .course-chapter-navigation a:hover {
  text-decoration: underline;
}
@media only screen and (max-width: 550px) {
  .university-content.course-chapter .course-chapter-navigation {
    font-size: 15px;
  }
}
.university-content.college-exam h2 {
  padding: 0;
  line-height: 30px;
}
.university-content.college-exam .results {
  margin-top: 20px;
}
.university-content.college-exam .results h2 {
  text-align: center;
}
.university-content.college-exam .links {
  margin-top: 10px;
  margin-bottom: 46px;
}
.university-content.college-exam .links h2 {
  color: #0d4e95;
}

div.rightside_image {
  float: right;
  text-align: center;
  max-width: 350px;
  margin-left: 5%;
}

div.bottom_image {
  text-align: center;
  float: left;
  max-width: 760px;
}

div.hoverBtn a {
  padding-top: 18px;
  font-size: 18px;
  line-height: 20px;
}

@media only screen and (min-width: 769px) {
  .wrapper .position-nav-tools {
    margin-top: -45px;
  }
}
@media only screen and (max-width: 768px) {
  .position-nav-tools .mobile-tools-menu {
    top: -47px;
  }

  #pageBody2 {
    margin-top: -31px;
  }
}
.wrapper .position-nav-tools .hoverBtn-tools {
  text-transform: uppercase;
}

.university-content .break.grid_6 {
  width: 100%;
}

.chapter-image {
  padding: 0;
}

.bottom_image.indent {
  margin-left: 0;
}

.exam-form, .certificate-form {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.exam-question-holder {
  margin-bottom: 36px;
}

.exam-question {
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  color: #383838;
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 30px;
}

.exam-answer-row {
  font-size: 20px;
}
.exam-answer-row.radio-input {
  color: #464646;
  margin-left: 26px;
}
.exam-answer-row input[type=text] {
  border-style: none none dashed none;
  border-width: 2px;
  border-color: #464646;
  color: #464646;
  max-width: 250px;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  margin-bottom: 0;
  margin-left: 26px;
}

.radio-custom {
  opacity: 0;
  position: absolute;
}

.radio-custom, .radio-custom-label {
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
}

.radio-custom-label {
  position: relative;
}

.radio-custom + .radio-custom-label:before {
  content: "";
  background: #fff;
  border: 2px solid #aaaaaa;
  display: inline-block;
  vertical-align: middle;
  width: 10px;
  height: 10px;
  padding: 2px;
  margin-right: 10px;
  text-align: center;
  border-radius: 50%;
  position: relative;
  top: -2px;
}

.radio-custom:checked + .radio-custom-label:before {
  background: #bababa;
  box-shadow: inset 0px 0px 0px 3px #fff;
}

form .form-submit-button {
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  color: #ffffff;
  font-size: 24px;
  line-height: 50px;
  background-color: #0d4e95;
  padding: 0 30px;
  border: none;
  outline: none;
  border-radius: 25px;
  margin-bottom: 40px;
}

.exam-submit-holder {
  text-align: center;
}

.links {
  font-size: 28px;
  position: relative;
  text-align: center;
  width: 100%;
  color: #2D8F5A;
  font-weight: 400;
}

.links a:hover {
  color: #555;
}

.correct {
  color: #339966;
  margin-left: 26px;
  font-size: 20px;
  font-family: "Oswald", sans-serif;
  margin-bottom: 10px;
}

.incorrect {
  color: #C00;
  margin-left: 26px;
  font-size: 20px;
  font-family: "Oswald", sans-serif;
  margin-bottom: 10px;
}
.incorrect span {
  font-family: "Pontano Sans", sans-serif;
  color: #464646;
  padding-left: 4px;
  display: inline-block;
}

.wrapper .certificate-block-image, .certificate-block-text {
  float: left;
}

.wrapper .certificate-block-text {
  width: 60%;
  margin-right: 0;
}

.wrapper .certificate-block-image {
  width: 20%;
  text-align: center;
}

.supplier.certificate-form {
  margin-left: 5%;
}

.supplier.certificate-form label {
  margin-left: 0;
}

.supplier.certificate-form select {
  max-width: 95%;
}

input.textarea {
  /*color:#efefef;*/
  border: 1px solid #CCC;
  height: 35px;
  width: 50%;
  min-width: 150px;
  padding-left: 10px;
  margin-bottom: 2%;
  /*7px;*/
  border-radius: 25px;
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px;
}

.supplier-form-row textarea {
  border: 1px solid #CCC;
  height: 100px;
  min-width: 150px;
  padding-left: 10px;
  margin-bottom: 2%;
  /*7px;*/
  border-radius: 25px;
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px;
  max-width: 100%;
  max-height: 312px;
}

@media only screen and (max-width: 890px) {
  .university-navigation-row {
    display: none;
  }

  .header-image {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  .wrapper .certificate-block-image, .wrapper .certificate-block-text {
    width: 94%;
  }

  .wrapper .certificate-block-text {
    margin-right: 5.8%;
  }
}
.img-container {
  float: left;
  margin-right: 20px;
}

.chapter ~ .subtitle2 {
  line-height: normal;
  margin-top: 1em;
  text-align: left;
  display: block;
  width: 100%;
}

.chapter ~ .subtitle2 + br {
  display: none;
}

.chapter + br {
  display: none;
}

.ui-tabs-panel .indent.text1 {
  margin-top: 0;
}

img.next-chapter {
  max-width: none;
}

#awguVideo {
  float: right;
}

.wrapper .space {
  padding-left: 100px;
  border-bottom: 1px solid #666;
}

.wrapper div.exam-content {
  margin-top: 0;
}

@media only screen and (max-width: 600px) {
  .img-container {
    float: none;
    margin: 0 auto;
    width: 230px;
  }

  div.rightside_image {
    margin: 0 auto;
    float: none;
  }
}
/* CSS Document */
.footer {
  border-top: 1px solid #acacac;
  font-family: "Pontano Sans", sans-serif;
  bottom: 0;
  padding-top: 15px;
  z-index: 8010;
  text-align: center;
  background-color: #f3f3f3;
}
.footer.full-width {
  width: 100vw;
  position: relative;
  left: -6%;
}

.footer .headline {
  font-size: 1.2em;
  color: #515151;
  margin-left: 10%;
  font-family: "Passion One", cursive;
  font-weight: 400;
  border-bottom: solid 1px #2D8F5A;
}

.footer .social {
  margin-top: 14px;
}

.footer .bottom-contact {
  margin-top: 2px;
  font-size: 18px;
  line-height: 24px;
  font-family: "Oswald", sans-serif;
  color: #464646;
  font-weight: lighter;
}

.soc {
  overflow: hidden;
  margin: 0;
  padding: 0;
  list-style: none;
}

.soc li {
  display: inline-block;
  *display: inline;
  zoom: 1;
}

.soc li a {
  width: 34px;
  height: 34px;
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
  cursor: pointer;
}
.soc li a:hover {
  opacity: 0.8;
}

.soc-icon-last {
  margin: 0 !important;
}

.soc-houzz {
  background-position: -229px 0;
}

.soc-facebook {
  background-image: url(../images/icons/facebook_dark_blue_circle_logo.png);
}

.soc-linkedin {
  background-image: url(../images/icons/linkedin_dark_blue_circle_logo.png);
}

.soc-twitter {
  background-image: url(../images/icons/twitter_dark_blue_circle_logo.png);
}

.soc-pinterest {
  background-image: url(../images/icons/pinterest_dark_blue_circle_logo.png);
}

.soc-instagram {
  background-image: url(../images/icons/instagram_dark_blue_circle_logo.png);
}

.soc-youtube {
  background-image: url(../images/icons/youtube_dark_blue_circle_logo.png);
}

/* CSS Document */
.wrapper .main_sidebar {
  width: 17%;
  max-width: 210px;
  position: absolute;
  text-align: left;
  margin-top: 15px;
  /*padding-top:35px;*/
}

.wrapper .main_sidebar ul {
  font-family: "Pontano Sans", sans-serif;
  color: #666;
  list-style: none;
}

.wrapper .main_sidebar .headline {
  /*font-family: 'Lobster', cursive;*/
  font-family: "Passion One", cursive;
  border-bottom: solid 1px #2D8F5A;
  font-size: 1.3em;
  /*21px;*/
  color: #515151;
  margin-left: 18%;
}

.wrapper .main_sidebar ul li a {
  color: #2D8F5A;
  font-size: 0.87em;
  /*14px;*/
  list-style: none;
  text-decoration: none;
  line-height: 1.5em;
  /*25px;*/
}

.wrapper .main_sidebar ul li a:hover {
  color: #666;
}

.wrapper .main_sidebar #constant-contact {
  padding-top: 10px;
  margin-left: 25px;
}

.wrapper .sidebar.align-right {
  float: right;
}

.translate-headline.headline {
  color: #2D8F5A !important;
  margin-bottom: 5px;
  margin-right: 20px;
  white-space: nowrap;
  display: inline-block !important;
}

@media only screen and (max-width: 600px) {
  .translate-headline.headline {
    margin-left: 15px !important;
  }
}
.wrapper .main_sidebar .headline {
  white-space: nowrap !important;
}

/* CSS Document */
.supplier.login-form {
  width: 50%;
  max-width: 50%;
  margin: 30px auto;
}

.supplier table {
  margin-left: 7.1%;
  /*75px;*/
}

.supplier form th {
  text-align: right;
  font-size: 1.06em;
  /*17px;*/
  color: #444;
}

.supplier form td {
  text-align: left;
  font-size: 1.06em;
  /*17px;*/
  color: #444;
}

.supplier form td input.textarea {
  /*color:#efefef;*/
  border: 1px solid #CCC;
  width: 325px;
  height: 35px;
  padding-left: 10px;
  margin-bottom: 2%;
  /*7px;*/
  border-radius: 25px;
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px;
}

.supplier form input.radio {
  margin-right: 5px;
  text-align: right;
}

form .submit-button {
  width: 37%;
  max-width: 300px;
  height: 45px;
  background-color: #2D8F5A;
  border: none;
  margin-left: 30%;
  /*190px;*/
  margin-top: 4.7%;
  /*50px;*/
  margin-bottom: 1.4%;
  /*15px;*/
  cursor: pointer;
  color: #FFF;
  border-radius: 25px;
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px;
  webkit-box-shadow: -1px 2px 13px 4px #dedede;
  -moz-box-shadow: -1px 2px 13px 4px #dedede;
  box-shadow: -1px 2px 13px 4px #dedede;
}

.error {
  color: #063;
  margin: 25px 40px 25px 40px;
  font-size: 18px;
  text-align: center;
  height: 50px;
  width: 450px;
  margin-left: 150px;
  padding-top: 25px;
  padding-left: 20px;
  padding-right: 20px;
  border: 2px solid #096;
}

/*-------------AWG TV-------------------------*/
.awgtv form {
  margin: 0px 40px 25px 40px;
  padding: 25px;
  width: 680px;
  max-height: 1000px;
  border: 1px solid #F1F1F1;
  background-color: #F9F9F9;
  border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  -webkit-box-shadow: 0 7px 8px -8px #000;
  -moz-box-shadow: 0 7px 8px -8px #000;
  box-shadow: 0 7px 8px -8px #000;
}

.awgtv th {
  text-align: right;
  padding-right: 10px;
  font-size: 1.06em;
  /*17px;*/
  color: #444;
}

.awgtv td input.textarea {
  border: 1px solid #CCC;
  width: 500px;
  height: 35px;
  padding-left: 10px;
  margin-bottom: 5px;
  border-radius: 25px;
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px;
}

.awgtv textarea {
  border: 1px solid #CCC;
  width: 500px;
  height: 205px;
  padding-left: 10px;
  margin-bottom: 5px;
  border-radius: 25px;
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px;
}

.awgtv td input.radio {
  margin-right: 5px;
  text-align: right;
}

select {
  border: 1px solid #CCC;
  width: 250px;
  height: 35px;
  padding-top: 2px;
  padding-left: 10px;
  border-radius: 25px;
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px;
}

td select {
  margin-bottom: 7px;
}

.awgtv form {
  width: 95%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.awg-tv-form .awg-tv-form-row, .supplier-form .supplier-form-row {
  margin-top: 20px;
}

.awg-tv-form .awg-tv-form-row:first-child, .supplier-form .supplier-form-row:first-child {
  margin-top: 0;
}

.awg-tv-form label, .supplier-form label {
  margin-left: 15px;
  display: block;
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  color: #383838;
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 6px;
}

.awg-tv-form input.textarea, .supplier-form input.textarea {
  /*color:#efefefe;*/
  border: 1px solid #CCC;
  height: 35px;
  padding-left: 10px;
  margin-bottom: 5px;
  border-radius: 25px;
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px;
  width: 100%;
  max-width: 400px;
}

.awg-tv-form .input-wrap, .supplier-form .input-wrap {
  white-space: nowrap;
  display: inline-block;
  width: 95%;
}

.awg-tv-form textarea, .supplier-form textarea {
  width: 100%;
}

.supplier form {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-bottom: 30px;
}

.supplier form textarea {
  border: 1px solid #CCC;
  resize: none;
  width: 100%;
  height: 205px;
  padding-left: 10px;
  margin-bottom: 5px;
  border-radius: 25px;
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px;
}

.supplier-form:nth-of-type(2) label {
  margin-left: 0;
}

.login-form h2 {
  text-align: center;
  margin-bottom: 20px;
}

.login-form input.textarea {
  width: 96%;
  /*margin-left:20px;*/
}

.login-form .supplier-form-row {
  text-align: center;
}

.login-form .supplier-form-row label {
  display: block;
  text-align: center;
}

.login-form .login-message {
  text-align: center;
}

.login-form form .form-submit-button {
  margin-top: 24px;
}

@media only screen and (max-width: 768px) {
  .supplier {
    width: 95%;
    margin-left: 2.5%;
  }

  .main-content .grid_7.awgtv {
    width: 100%;
  }

  .awgtv form {
    margin-left: 2.5%;
  }

  .supplier form {
    width: 95%;
    margin-left: 2.5%;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .supplier form input.textarea, .supplier form textarea {
    width: 95%;
  }

  .supplier.login-form {
    width: 90%;
    max-width: none;
  }
}
.models .model-row:first-child .remove-item {
  display: none;
}

/* CSS Document */
.wrapper .photo-gallery {
  width: 100%;
  margin: 30px 0;
}

.wrapper .photo-gallery img {
  margin: 4px 4px 4px 5px;
  width: 150px;
  height: 150px;
  display: block;
  float: left;
}

.paginate a,
.paginate span {
  padding: 7px 17px;
  border: 1px solid #e3e1e0;
  display: inline-block;
  text-decoration: none;
  color: #666;
  -webkit-transition: background-color 0.75s;
  -moz-transition: background-color 0.75s;
  -o-transition: background-color 0.75s;
  -ms-transition: background-color 0.75s;
  transition: background-color 0.75s;
}

.paginate span {
  background: #EDEDED;
  border-color: #DDD;
  color: #444;
}

.paginate a:hover {
  background-color: #CACACA;
  color: #666;
}

@media only screen and (min-width: 901px) {
  .footer-sidebar-content {
    display: none;
  }
}
@media only screen and (min-width: 1051px) {
  #slider {
    min-height: 360px;
  }
}
@media only screen and (max-width: 1178px) {
  .main-navigation-row.fixed-navigation {
    width: 90%;
  }

  .main-navigation-row form {
    width: 300px;
  }
}
@media only screen and (max-width: 1100px) {
  .main-navigation-row ul {
    width: 72.5%;
  }

  .main-navigation-row form {
    width: 27.5%;
  }
}
@media only screen and (max-width: 890px) {
  .main-navigation-row ul {
    width: 100%;
  }

  .main-navigation-row form {
    width: 100%;
  }
}
@media only screen and (max-width: 1050px) {
  #pageBody {
    display: none;
  }

  .mobile-menu {
    display: block;
    position: absolute;
    /*top:20px;*/
    top: 50px;
    left: 20px;
    background-color: rgba(0, 84, 41, 0.7);
    /*background-color:rgba(0,0,0,0.7);*/
    border-radius: 10px;
    z-index: 9999;
  }

  .mobile-menu img {
    cursor: pointer;
  }

  .mobile-menu.open img {
    display: none;
  }

  .mobile-menu .mobile-links {
    width: 130px;
    display: none;
  }

  .mobile-menu.open .mobile-links {
    display: block;
  }

  .mobile-menu .mobile-links a {
    color: #FFF;
    width: 115px;
    display: block;
    padding: 10px 0 10px 15px;
    text-decoration: none;
    font-size: 0.8em;
  }

  .mobile-menu .mobile-links a:hover {
    background-color: rgba(34, 32, 29, 0.7);
  }

  .mobile-menu .mobile-links a:first-child {
    border-radius: 10px 10px 0 0;
  }

  .mobile-menu .mobile-links a:last-child {
    border-radius: 0 0 10px 10px;
  }
}
@media only screen and (max-width: 900px) {
  .wrapper .footer .footer-sidebar-content {
    display: none;
  }

  .wrapper .footer .mobile-break {
    display: inline;
  }

  .wrapper .footer .mobile-un-break {
    display: none;
  }

  .product-category-title {
    font-size: 2.2em;
  }

  #pageBody2 {
    font-size: 0.7em;
  }

  .wrapper .photo-gallery {
    margin-left: 0;
    margin-right: 0;
    width: 80%;
    text-align: center;
  }

  .main-content .grid_7 .text1 + .grid_3.alpha.indent, .main-content .grid_7 .text1 + .grid_3.alpha.indent + .grid_3.omega {
    width: 45%;
    margin-left: 0;
  }

  .main-navigation-row ul {
    font-size: 16px;
  }

  .product-page .product-holder .product-images-holder .product-main-image-holder {
    height: 300px;
  }
}
@media only screen and (min-width: 769px) {
  .mobile-tools-menu {
    display: none !important;
  }

  #pageBody2 {
    opacity: 1 !important;
  }

  .sidebar {
    display: block;
  }

  .grid_7.alpha.login-container .login-form {
    position: relative;
    left: 5%;
  }
}
@media only screen and (max-width: 768px) {
  .main-content {
    width: 100%;
    position: relative;
  }

  .main-content .grid_7 {
    width: 95%;
  }

  .main-content .grid_6 {
    width: 97%;
  }

  .main-content .text1 {
    /*width:88%;*/
  }

  .sidebar {
    display: none;
    position: fixed;
    top: 300px;
    right: -200px;
    z-index: 9999;
    background-color: #FFF;
    border-radius: 10px 0 0 10px;
    border-top: 1px solid #DDD;
    border-bottom: 1px solid #DDD;
    border-left: 1px solid #DDD;
    width: 200px;
    box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.4);
  }

  .sidebar .close-sidebar {
    display: block;
    position: absolute;
    color: #444;
    font-size: 1.5em;
    cursor: pointer;
    top: 10px;
    left: 10px;
  }

  .wrapper .sidebar .main_sidebar {
    width: 100%;
    position: relative;
  }

  .wrapper .sidebar .main_sidebar .headline {
    display: none;
  }

  .wrapper .sidebar .main_sidebar img, .wrapper .sidebar .main_sidebar #constant-contact {
    display: none;
  }

  .wrapper .homepage_image {
    width: 94%;
    height: auto;
  }

  .wrapper span.title {
    font-size: 2em;
  }

  .wrapper .footer div {
    width: 100%;
  }

  .wrapper .footer div .social, .wrapper .footer div .headline, .wrapper .footer div .bottom-contact {
    margin-left: 30px;
  }
}
@media only screen and (max-width: 768px) and (max-width: 550px) {
  .wrapper .footer div .social, .wrapper .footer div .headline, .wrapper .footer div .bottom-contact {
    margin-left: 0;
  }
}
@media only screen and (max-width: 768px) {
  .wrapper .footer .mobile-break {
    display: inline;
  }
}
@media only screen and (max-width: 768px) {
  .wrapper .footer .mobile-un-break {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  .wrapper .footer .footer-sidebar-content {
    display: block;
    width: 50%;
    float: left;
    padding-top: 15px;
    padding-left: 30px;
  }
}
@media only screen and (max-width: 768px) {
  .wrapper .footer .footer-sidebar-content > a {
    /*display:block;*/
    /*float:left;*/
    display: inline-block;
    margin-right: 20px;
    vertical-align: top;
  }
}
@media only screen and (max-width: 768px) {
  .wrapper div.constant-contact {
    /*float:left;*/
    display: inline-block;
    vertical-align: top;
    width: 150px;
  }
}
@media only screen and (max-width: 768px) {
  .wrapper .footer .grid_3 {
    width: auto;
  }
}
@media only screen and (max-width: 768px) {
  .product-category-title {
    font-size: 2em;
  }
}
@media only screen and (max-width: 768px) {
  .main-content .product-categories {
    width: 100%;
    margin-left: 0;
  }
}
@media only screen and (max-width: 768px) {
  .wrapper .position-nav-tools {
    margin-top: 0;
  }
}
@media only screen and (max-width: 768px) {
  #pageBody2 {
    display: none;
    width: 150px;
    border-radius: 5px;
    background-color: #333;
    position: absolute;
    right: 25px;
    top: 25px;
  }
}
@media only screen and (max-width: 768px) {
  div.hoverBtn-tools {
    text-align: center;
    font-size: 1.2em;
    width: 150px;
    opacity: 1;
  }
}
@media only screen and (max-width: 768px) {
  .mobile-tools-menu {
    position: absolute;
    right: 25px;
    top: 15px;
    cursor: pointer;
    display: block;
  }
}
@media only screen and (max-width: 768px) {
  .position-nav-tools.open #pageBody2 {
    display: block;
  }
}
@media only screen and (max-width: 768px) {
  .position-nav-tools.open .mobile-tools-menu {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  .wrapper .main-content .photo-gallery.grid_7 {
    margin-left: 0;
    text-align: center;
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .message {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-left: 0;
    margin-right: 0;
  }
}
@media only screen and (max-width: 768px) {
  .wrapper .lettertext {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    width: 90%;
  }
}
@media only screen and (max-width: 768px) {
  .wrapper .message .subtitle2 {
    position: relative;
    text-align: center;
    width: 90%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}
@media only screen and (max-width: 768px) {
  .subtitle2 {
    position: relative;
    text-align: center;
    width: 90%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}
@media only screen and (max-width: 768px) {
  .wrapper .text1.grid_7.not-found {
    width: 95% !important;
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 768px) {
  .sidebar-mobile-button {
    display: block;
  }
}
@media only screen and (max-width: 768px) {
  .grid_3.alpha.indent.product-img-col {
    width: 46%;
  }
}
@media only screen and (max-width: 768px) {
  .grid_7.alpha.login-container {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .product-page .product-holder .product-images-holder .product-main-image-holder {
    height: 250px;
  }
}
@media only screen and (max-width: 600px) {
  .wrapper .footer .footer-sidebar-content {
    width: 100%;
  }

  .product-category-title {
    font-size: 1.8em;
  }

  .main-content .product-img-col {
    width: 100%;
  }

  #slider {
    display: none;
  }

  .mobile-slider {
    display: block;
  }

  .product-img-col.grid_3 {
    float: none;
    margin-left: auto;
    margin-right: auto;
  }

  .product-img-col.grid_4 {
    text-align: center;
  }

  .product-img-col.grid_4 ul.product-specs {
    display: inline-block;
    text-align: left;
    width: auto;
  }

  .social-share-buttons {
    white-space: normal;
  }

  .product-img-col.main-image-container.grid_3.alpha.indent {
    width: 100%;
    text-align: center;
  }

  .product-img-col.main-image-container.grid_3.alpha.indent img {
    max-width: 40%;
  }

  .product-img-col.main-image-container.grid_3.alpha.indent .social-share-buttons.align-left {
    text-align: center;
    margin-left: 0;
    width: 100%;
  }

  .product-feature-block {
    width: 100%;
    text-align: left;
  }

  .product-feature-block img {
    margin-left: 0;
    margin-right: 0;
    display: inline;
  }

  .product-feature-block p {
    text-align: left;
  }

  .product-page .product-holder .product-images-holder .product-main-image-holder {
    height: 200px;
  }
}
@media only screen and (max-width: 550px) {
  .wrapper span.title, .wrapper h1.title {
    font-size: 1.85em;
  }

  .contact-item {
    width: 100%;
  }

  .product-category-title {
    font-size: 1.35em;
  }

  .main-content .grid_7.indent {
    margin-left: 0;
  }

  .main-content .grid_7.indent.message {
    margin-left: 2.5%;
  }

  .main-content .grid_7.indent.locator {
    margin-left: 2.5%;
  }

  .main-content .grid_7.indent.product-info {
    margin-left: 3.8%;
  }

  #awguVideo {
    width: 100%;
    height: 280px;
    max-width: 400px;
    float: none;
  }

  .product-page .product-holder .product-images-holder {
    width: 100%;
    text-align: center;
  }

  .product-page .product-holder .image-thumbnails-holder {
    margin-bottom: 24px;
  }
}
@media only screen and (max-width: 500px) {
  .certificate_image {
    float: none;
    margin: 0 auto;
    display: block;
  }
}
@media only screen and (max-width: 460px) {
  .wrapper span.title, .wrapper h1.title {
    font-size: 1.75em;
  }

  .product-category-title {
    font-size: 1.25em;
  }

  .main-content .grid_7 .text1 + .grid_3.alpha.indent, .main-content .grid_7 .text1 + .grid_3.alpha.indent + .grid_3.omega {
    width: 100%;
  }

  .main-content .grid_7.indent {
    margin-left: 0;
  }

  .main-content .grid_7.indent.product-info {
    margin-left: 3.8%;
  }
}
@media only screen and (max-width: 380px) {
  .wrapper span.title, .wrapper h1.title {
    font-size: 1.5em;
  }

  .side_image {
    width: 50%;
    height: auto;
  }

  .wrapper .footer .footer-sidebar-content > a {
    width: 100%;
    margin-bottom: 20px;
  }

  .product-category-title {
    font-size: 1.05em;
  }

  .wrapper .main-content .photo-gallery.grid_7 {
    position: relative;
  }

  .wrapper .main-content .photo-gallery.grid_7 .fancybox {
    width: 46%;
    float: left;
    display: block;
    padding-left: 2%;
    padding-right: 2%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  .wrapper .main-content .photo-gallery.grid_7 .fancybox img {
    width: 100%;
    height: auto;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  .main-content .grid_7.indent {
    margin-left: 0;
  }

  .main-content .grid_7.indent.product-info {
    margin-left: 3.8%;
  }

  .wrapper ul.product-catalog {
    -webkit-padding-start: 0;
    margin-left: 2.5%;
  }
}
body {
  background-color: #FFF;
}

.slick-slide img {
  max-height: 465px;
  object-fit: cover;
}

.wrapper {
  width: 100% !important;
  max-width: 100vw !important;
}

.main-navigation-row.fixed-navigation {
  width: 100%;
}

.main-navigation-row ul li:hover ul {
  width: 100% !important;
  left: 0 !important;
}

.product-category ul.products li span, .product-category ul.product-catalog li span, .product-page ul.products li span, .product-page ul.product-catalog li span {
  display: block;
}

.main-navigation-row {
  font-family: "Oswald", sans-serif;
  background: #1d345a;
  height: 68px;
}
@media (min-width: 891px) {
  .main-navigation-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .main-navigation-row > ul {
    width: 100%;
  }
}
@media (max-width: 890px) {
  .main-navigation-row {
    position: fixed;
    height: 100vh;
    width: 100vw;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
  }
}

/*# sourceMappingURL=main.css.map */
