/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  /* 1 */
  display: block; }

/**
 * Add the correct display in IE 9-.
 */
audio,
canvas,
progress,
video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */
template,
[hidden] {
  display: none; }

/* Links
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit; }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  /*
  font-size: 2em;
  margin: 0.67em 0;
*/ }

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000; }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none; }

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px; }

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/* Forms
   ========================================================================== */
/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font: inherit;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Restore the font weight unset by the previous rule.
 */
optgroup {
  font-weight: bold; }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on OS X.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

* {
  box-sizing: border-box; }

*:before,
*:after {
  box-sizing: border-box; }

html {
  font-size: 10px;
  -webkit-tap-highlight-color: transparent; }

body {
  font-family: "proxima-nova", sans-serif;
  font-size: 16px;
  line-height: 1.4;
  color: #333;
  background-color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  -webkit-font-smoothing: antialiased; }

fieldset {
  border: none;
  margin: 0;
  padding: 0; }

a {
  color: #136dd3;
  text-decoration: none; }
  a:hover, a:focus {
    color: #0f55a4;
    text-decoration: none; }

hr {
  margin-top: 22.4px;
  margin-bottom: 22.4px;
  border: 0;
  border-top: 1px solid #e5e5e5; }

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 20px;
  padding-right: 20px; }
  .container:before, .container:after {
    content: " ";
    display: table; }
  .container:after {
    clear: both; }
  @media (min-width: 768px) {
    .container {
      width: auto; } }
  @media (min-width: 992px) {
    .container {
      width: auto; } }
  @media (min-width: 1200px) {
    .container {
	width: auto;
	
} }

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }
  .container-fluid:before, .container-fluid:after {
    content: " ";
    display: table; }
  .container-fluid:after {
    clear: both; }

.row {
  margin-left: -15px;
  margin-right: -15px; }
  .row:before, .row:after {
    content: " ";
    display: table; }
  .row:after {
    clear: both; }

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left; }

.col-xs-1 {
  width: 8.3333333333%; }

.col-xs-2 {
  width: 16.6666666667%; }

.col-xs-3 {
  width: 25%; }

.col-xs-4 {
  width: 33.3333333333%; }

.col-xs-5 {
  width: 41.6666666667%; }

.col-xs-6 {
  width: 50%; }

.col-xs-7 {
  width: 58.3333333333%; }

.col-xs-8 {
  width: 66.6666666667%; }

.col-xs-9 {
  width: 75%; }

.col-xs-10 {
  width: 83.3333333333%; }

.col-xs-11 {
  width: 91.6666666667%; }

.col-xs-12 {
  width: 100%; }

.col-xs-pull-0 {
  right: auto; }

.col-xs-pull-1 {
  right: 8.3333333333%; }

.col-xs-pull-2 {
  right: 16.6666666667%; }

.col-xs-pull-3 {
  right: 25%; }

.col-xs-pull-4 {
  right: 33.3333333333%; }

.col-xs-pull-5 {
  right: 41.6666666667%; }

.col-xs-pull-6 {
  right: 50%; }

.col-xs-pull-7 {
  right: 58.3333333333%; }

.col-xs-pull-8 {
  right: 66.6666666667%; }

.col-xs-pull-9 {
  right: 75%; }

.col-xs-pull-10 {
  right: 83.3333333333%; }

.col-xs-pull-11 {
  right: 91.6666666667%; }

.col-xs-pull-12 {
  right: 100%; }

.col-xs-push-0 {
  left: auto; }

.col-xs-push-1 {
  left: 8.3333333333%; }

.col-xs-push-2 {
  left: 16.6666666667%; }

.col-xs-push-3 {
  left: 25%; }

.col-xs-push-4 {
  left: 33.3333333333%; }

.col-xs-push-5 {
  left: 41.6666666667%; }

.col-xs-push-6 {
  left: 50%; }

.col-xs-push-7 {
  left: 58.3333333333%; }

.col-xs-push-8 {
  left: 66.6666666667%; }

.col-xs-push-9 {
  left: 75%; }

.col-xs-push-10 {
  left: 83.3333333333%; }

.col-xs-push-11 {
  left: 91.6666666667%; }

.col-xs-push-12 {
  left: 100%; }

.col-xs-offset-0 {
  margin-left: 0%; }

.col-xs-offset-1 {
  margin-left: 8.3333333333%; }

.col-xs-offset-2 {
  margin-left: 16.6666666667%; }

.col-xs-offset-3 {
  margin-left: 25%; }

.col-xs-offset-4 {
  margin-left: 33.3333333333%; }

.col-xs-offset-5 {
  margin-left: 41.6666666667%; }

.col-xs-offset-6 {
  margin-left: 50%; }

.col-xs-offset-7 {
  margin-left: 58.3333333333%; }

.col-xs-offset-8 {
  margin-left: 66.6666666667%; }

.col-xs-offset-9 {
  margin-left: 75%; }

.col-xs-offset-10 {
  margin-left: 83.3333333333%; }

.col-xs-offset-11 {
  margin-left: 91.6666666667%; }

.col-xs-offset-12 {
  margin-left: 100%; }

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left; }
  .col-sm-1 {
    width: 8.3333333333%; }
  .col-sm-2 {
    width: 16.6666666667%; }
  .col-sm-3 {
    width: 25%; }
  .col-sm-4 {
    width: 33.3333333333%; }
  .col-sm-5 {
    width: 41.6666666667%; }
  .col-sm-6 {
    width: 50%; }
  .col-sm-7 {
    width: 58.3333333333%; }
  .col-sm-8 {
    width: 66.6666666667%; }
  .col-sm-9 {
    width: 75%; }
  .col-sm-10 {
    width: 83.3333333333%; }
  .col-sm-11 {
    width: 91.6666666667%; }
  .col-sm-12 {
    width: 100%; }
  .col-sm-pull-0 {
    right: auto; }
  .col-sm-pull-1 {
    right: 8.3333333333%; }
  .col-sm-pull-2 {
    right: 16.6666666667%; }
  .col-sm-pull-3 {
    right: 25%; }
  .col-sm-pull-4 {
    right: 33.3333333333%; }
  .col-sm-pull-5 {
    right: 41.6666666667%; }
  .col-sm-pull-6 {
    right: 50%; }
  .col-sm-pull-7 {
    right: 58.3333333333%; }
  .col-sm-pull-8 {
    right: 66.6666666667%; }
  .col-sm-pull-9 {
    right: 75%; }
  .col-sm-pull-10 {
    right: 83.3333333333%; }
  .col-sm-pull-11 {
    right: 91.6666666667%; }
  .col-sm-pull-12 {
    right: 100%; }
  .col-sm-push-0 {
    left: auto; }
  .col-sm-push-1 {
    left: 8.3333333333%; }
  .col-sm-push-2 {
    left: 16.6666666667%; }
  .col-sm-push-3 {
    left: 25%; }
  .col-sm-push-4 {
    left: 33.3333333333%; }
  .col-sm-push-5 {
    left: 41.6666666667%; }
  .col-sm-push-6 {
    left: 50%; }
  .col-sm-push-7 {
    left: 58.3333333333%; }
  .col-sm-push-8 {
    left: 66.6666666667%; }
  .col-sm-push-9 {
    left: 75%; }
  .col-sm-push-10 {
    left: 83.3333333333%; }
  .col-sm-push-11 {
    left: 91.6666666667%; }
  .col-sm-push-12 {
    left: 100%; }
  .col-sm-offset-0 {
    margin-left: 0%; }
  .col-sm-offset-1 {
    margin-left: 8.3333333333%; }
  .col-sm-offset-2 {
    margin-left: 16.6666666667%; }
  .col-sm-offset-3 {
    margin-left: 25%; }
  .col-sm-offset-4 {
    margin-left: 33.3333333333%; }
  .col-sm-offset-5 {
    margin-left: 41.6666666667%; }
  .col-sm-offset-6 {
    margin-left: 50%; }
  .col-sm-offset-7 {
    margin-left: 58.3333333333%; }
  .col-sm-offset-8 {
    margin-left: 66.6666666667%; }
  .col-sm-offset-9 {
    margin-left: 75%; }
  .col-sm-offset-10 {
    margin-left: 83.3333333333%; }
  .col-sm-offset-11 {
    margin-left: 91.6666666667%; }
  .col-sm-offset-12 {
    margin-left: 100%; } }

@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left; }
  .col-md-1 {
    width: 8.3333333333%; }
  .col-md-2 {
    width: 16.6666666667%; }
  .col-md-3 {
    width: 25%; }
  .col-md-4 {
    width: 33.3333333333%; }
  .col-md-5 {
    width: 41.6666666667%; }
  .col-md-6 {
    width: 50%; }
  .col-md-7 {
    width: 58.3333333333%; }
  .col-md-8 {
    width: 66.6666666667%; }
  .col-md-9 {
    width: 75%; }
  .col-md-10 {
    width: 83.3333333333%; }
  .col-md-11 {
    width: 91.6666666667%; }
  .col-md-12 {
    width: 100%; }
  .col-md-pull-0 {
    right: auto; }
  .col-md-pull-1 {
    right: 8.3333333333%; }
  .col-md-pull-2 {
    right: 16.6666666667%; }
  .col-md-pull-3 {
    right: 25%; }
  .col-md-pull-4 {
    right: 33.3333333333%; }
  .col-md-pull-5 {
    right: 41.6666666667%; }
  .col-md-pull-6 {
    right: 50%; }
  .col-md-pull-7 {
    right: 58.3333333333%; }
  .col-md-pull-8 {
    right: 66.6666666667%; }
  .col-md-pull-9 {
    right: 75%; }
  .col-md-pull-10 {
    right: 83.3333333333%; }
  .col-md-pull-11 {
    right: 91.6666666667%; }
  .col-md-pull-12 {
    right: 100%; }
  .col-md-push-0 {
    left: auto; }
  .col-md-push-1 {
    left: 8.3333333333%; }
  .col-md-push-2 {
    left: 16.6666666667%; }
  .col-md-push-3 {
    left: 25%; }
  .col-md-push-4 {
    left: 33.3333333333%; }
  .col-md-push-5 {
    left: 41.6666666667%; }
  .col-md-push-6 {
    left: 50%; }
  .col-md-push-7 {
    left: 58.3333333333%; }
  .col-md-push-8 {
    left: 66.6666666667%; }
  .col-md-push-9 {
    left: 75%; }
  .col-md-push-10 {
    left: 83.3333333333%; }
  .col-md-push-11 {
    left: 91.6666666667%; }
  .col-md-push-12 {
    left: 100%; }
  .col-md-offset-0 {
    margin-left: 0%; }
  .col-md-offset-1 {
    margin-left: 8.3333333333%; }
  .col-md-offset-2 {
    margin-left: 16.6666666667%; }
  .col-md-offset-3 {
    margin-left: 25%; }
  .col-md-offset-4 {
    margin-left: 33.3333333333%; }
  .col-md-offset-5 {
    margin-left: 41.6666666667%; }
  .col-md-offset-6 {
    margin-left: 50%; }
  .col-md-offset-7 {
    margin-left: 58.3333333333%; }
  .col-md-offset-8 {
    margin-left: 66.6666666667%; }
  .col-md-offset-9 {
    margin-left: 75%; }
  .col-md-offset-10 {
    margin-left: 83.3333333333%; }
  .col-md-offset-11 {
    margin-left: 91.6666666667%; }
  .col-md-offset-12 {
    margin-left: 100%; } }

@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left; }
  .col-lg-1 {
    width: 8.3333333333%; }
  .col-lg-2 {
    width: 16.6666666667%; }
  .col-lg-3 {
    width: 25%; }
  .col-lg-4 {
    width: 33.3333333333%; }
  .col-lg-5 {
    width: 41.6666666667%; }
  .col-lg-6 {
    width: 50%; }
  .col-lg-7 {
    width: 58.3333333333%; }
  .col-lg-8 {
    width: 66.6666666667%; }
  .col-lg-9 {
    width: 75%; }
  .col-lg-10 {
    width: 83.3333333333%; }
  .col-lg-11 {
    width: 91.6666666667%; }
  .col-lg-12 {
    width: 100%; }
  .col-lg-pull-0 {
    right: auto; }
  .col-lg-pull-1 {
    right: 8.3333333333%; }
  .col-lg-pull-2 {
    right: 16.6666666667%; }
  .col-lg-pull-3 {
    right: 25%; }
  .col-lg-pull-4 {
    right: 33.3333333333%; }
  .col-lg-pull-5 {
    right: 41.6666666667%; }
  .col-lg-pull-6 {
    right: 50%; }
  .col-lg-pull-7 {
    right: 58.3333333333%; }
  .col-lg-pull-8 {
    right: 66.6666666667%; }
  .col-lg-pull-9 {
    right: 75%; }
  .col-lg-pull-10 {
    right: 83.3333333333%; }
  .col-lg-pull-11 {
    right: 91.6666666667%; }
  .col-lg-pull-12 {
    right: 100%; }
  .col-lg-push-0 {
    left: auto; }
  .col-lg-push-1 {
    left: 8.3333333333%; }
  .col-lg-push-2 {
    left: 16.6666666667%; }
  .col-lg-push-3 {
    left: 25%; }
  .col-lg-push-4 {
    left: 33.3333333333%; }
  .col-lg-push-5 {
    left: 41.6666666667%; }
  .col-lg-push-6 {
    left: 50%; }
  .col-lg-push-7 {
    left: 58.3333333333%; }
  .col-lg-push-8 {
    left: 66.6666666667%; }
  .col-lg-push-9 {
    left: 75%; }
  .col-lg-push-10 {
    left: 83.3333333333%; }
  .col-lg-push-11 {
    left: 91.6666666667%; }
  .col-lg-push-12 {
    left: 100%; }
  .col-lg-offset-0 {
    margin-left: 0%; }
  .col-lg-offset-1 {
    margin-left: 8.3333333333%; }
  .col-lg-offset-2 {
    margin-left: 16.6666666667%; }
  .col-lg-offset-3 {
    margin-left: 25%; }
  .col-lg-offset-4 {
    margin-left: 33.3333333333%; }
  .col-lg-offset-5 {
    margin-left: 41.6666666667%; }
  .col-lg-offset-6 {
    margin-left: 50%; }
  .col-lg-offset-7 {
    margin-left: 58.3333333333%; }
  .col-lg-offset-8 {
    margin-left: 66.6666666667%; }
  .col-lg-offset-9 {
    margin-left: 75%; }
  .col-lg-offset-10 {
    margin-left: 83.3333333333%; }
  .col-lg-offset-11 {
    margin-left: 91.6666666667%; }
  .col-lg-offset-12 {
    margin-left: 100%; } }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "proxima-nova", sans-serif;
  font-weight: inherit;
  margin: 0 0 22.4px; }

h1 {
  font-size: inherit; }

h2 {
	font-size: inherit;
	color: #8C0F0F;
}

h3 {
  font-size: inherit; }

h4 {
  font-size: inherit; }

h5 {
  font-size: inherit; }

h6 {
  font-size: inherit; }

p,
ul,
ol {
  margin: 0 0 22.4px; }

.close {
  float: right;
  font-size: 24px;
  font-weight: "proxima-nova", sans-serif;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2; }
  .close:hover, .close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    opacity: 0.5; }

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none; }

.clearfix:before, .clearfix:after {
  content: " ";
  display: table; }

.clearfix:after {
  clear: both; }

.pull-right {
  float: right; }

.pull-left {
  float: left; }

.text-center {
  text-align: center; }

.text-left {
  text-align: left; }

.text-right {
  text-align: right; }

.text-justify {
  text-align: justify; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.img-circle {
  border-radius: 50%; }

.img-rounded {
  border-radius: 0px; }

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto !important; }

@media (max-width: 767px) {
  .no-pull-xs {
    float: none !important;
    margin: inherit !important;
    display: block !important; }
  .no-align-xs {
    text-align: inherit !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .no-pull-sm {
    float: none !important;
    margin: inherit !important;
    display: block !important; }
  .no-align-sm {
    text-align: inherit !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .no-pull-md {
    float: none !important;
    margin: inherit !important;
    display: block !important; }
  .no-align-md {
    text-align: inherit !important; } }

@media (min-width: 1200px) {
  .no-pull-lg {
    float: none !important;
    margin: inherit !important;
    display: block !important; }
  .no-align-lg {
    text-align: inherit !important; } }

iframe[name='google_conversion_frame'] {
  height: 0 !important;
  width: 0 !important;
  line-height: 0 !important;
  font-size: 0 !important;
  margin-top: -13px;
  float: left; }

.responsive-video {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0; }

.responsive-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top; }

.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020; }

.fancybox-skin {
  position: relative;
  background: #f9f9f9;
  color: #444;
  text-shadow: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px; }

.fancybox-opened {
  z-index: 8030; }

.fancybox-opened .fancybox-skin {
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5); }

.fancybox-outer, .fancybox-inner {
  position: relative; }

.fancybox-inner {
  overflow: hidden; }

.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch; }

.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap; }

.fancybox-image, .fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%; }

.fancybox-image {
  max-width: 100%;
  max-height: 100%; }

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
  background-image: url("img/fancybox_sprite.png"); }

#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060; }

#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url("img/fancybox_loading.gif") center center no-repeat; }

.fancybox-close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 8040; }

.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url("img/blank.gif");
  /* helps IE */
  -webkit-tap-highlight-color: transparent;
  z-index: 8040; }

.fancybox-prev {
  left: 0; }

.fancybox-next {
  right: 0; }

.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden; }

.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px; }

.fancybox-next span {
  right: 10px;
  background-position: 0 -72px; }

.fancybox-nav:hover span {
  visibility: visible; }

.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important; }

/* Overlay helper */
.fancybox-lock {
  overflow: hidden !important;
  width: auto; }

.fancybox-lock body {
  overflow: hidden !important; }

.fancybox-lock-test {
  overflow-y: hidden !important; }

.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: url("img/fancybox_overlay.png"); }

.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0; }

.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll; }

/* Title helper */
.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050; }

.fancybox-opened .fancybox-title {
  visibility: visible; }

.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center; }

.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent;
  /* Fallback for web browsers that doesn't support RGBa */
  background: rgba(0, 0, 0, 0.8);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #FFF;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap; }

.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff; }

.fancybox-title-inside-wrap {
  padding-top: 10px; }

.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8); }

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  #fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
    background-image: url("img/fancybox_sprite_2x.png");
    background-size: 44px 152px;
    /*The size of the normal image, half the size of the hi-res image*/ }
  #fancybox-loading div {
    background-image: url("img/fancybox_loading_2x.gif");
    background-size: 24px 24px;
    /*The size of the normal image, half the size of the hi-res image*/ } }

#fancybox-thumbs {
  position: fixed;
  left: 0;
  width: 100%;
  overflow: hidden;
  z-index: 8050; }

#fancybox-thumbs.bottom {
  bottom: 2px; }

#fancybox-thumbs.top {
  top: 2px; }

#fancybox-thumbs ul {
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0; }

#fancybox-thumbs ul li {
  float: left;
  padding: 5px;
  opacity: 0.5;
  filter: alpha(opacity=50); }

#fancybox-thumbs ul li.active {
  opacity: 1;
  filter: alpha(opacity=100); }

#fancybox-thumbs ul li:hover {
  opacity: 1;
  filter: alpha(opacity=100); }

#fancybox-thumbs ul li a {
  display: block;
  position: relative;
  overflow: hidden;
  outline: none; }

#fancybox-thumbs ul li img {
  display: block;
  position: relative;
  border: 0;
  padding: 0;
  max-width: none; }

table {
  border-collapse: collapse;
  background-color: transparent; }

caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #999999;
  text-align: left; }

th {
  text-align: left; }

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 22.4px; }
  .table > tr > th,
  .table > tr > td,
  .table > thead > tr > th,
  .table > thead > tr > td,
  .table > tbody > tr > th,
  .table > tbody > tr > td,
  .table > tfoot > tr > th,
  .table > tfoot > tr > td {
    padding: 8px;
    line-height: 1.4;
    vertical-align: top;
    border-top: 1px solid #e5e5e5; }
  .table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 2px solid #e5e5e5; }
  .table > caption + thead > tr:first-child > th,
  .table > caption + thead > tr:first-child > td,
  .table > colgroup + thead > tr:first-child > th,
  .table > colgroup + thead > tr:first-child > td,
  .table > thead:first-child > tr:first-child > th,
  .table > thead:first-child > tr:first-child > td {
    border-top: 0; }
  .table > tbody + tbody {
    border-top: 2px solid #e5e5e5; }
  .table .table {
    background-color: #fff; }

.table-condensed > tr > th,
.table-condensed > tr > td,
.table-condensed > thead > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > tfoot > tr > td {
  padding: 5px; }

.table-bordered {
  border: 1px solid #e5e5e5; }
  .table-bordered > tr > th,
  .table-bordered > tr > td,
  .table-bordered > thead > tr > th,
  .table-bordered > thead > tr > td,
  .table-bordered > tbody > tr > th,
  .table-bordered > tbody > tr > td,
  .table-bordered > tfoot > tr > th,
  .table-bordered > tfoot > tr > td {
    border: 1px solid #e5e5e5; }
  .table-bordered > thead > tr > th,
  .table-bordered > thead > tr > td {
    border-bottom-width: 2px; }

.table-striped > tr:nth-child(odd),
.table-striped > tbody > tr:nth-child(odd) {
  background-color: #f9f9f9; }

.table-hover > tr:hover,
.table-hover > tbody > tr:hover {
  background-color: #f5f5f5; }

.table-responsive {
  overflow-x: auto;
  min-height: 0.01%; }
  @media screen and (max-width: 767px) {
    .table-responsive {
      width: 100%;
      margin-bottom: 1.05;
      overflow-y: hidden;
      -ms-overflow-style: -ms-autohiding-scrollbar;
      border: 1px solid #e5e5e5; }
      .table-responsive > .table {
        margin-bottom: 0; }
        .table-responsive > .table > tr > th,
        .table-responsive > .table > tr > td,
        .table-responsive > .table > thead > tr > th,
        .table-responsive > .table > thead > tr > td,
        .table-responsive > .table > tbody > tr > th,
        .table-responsive > .table > tbody > tr > td,
        .table-responsive > .table > tfoot > tr > th,
        .table-responsive > .table > tfoot > tr > td {
          white-space: nowrap; }
      .table-responsive > .table-bordered {
        border: 0; }
        .table-responsive > .table-bordered > tr > th:first-child,
        .table-responsive > .table-bordered > tr > td:first-child,
        .table-responsive > .table-bordered > thead > tr > th:first-child,
        .table-responsive > .table-bordered > thead > tr > td:first-child,
        .table-responsive > .table-bordered > tbody > tr > th:first-child,
        .table-responsive > .table-bordered > tbody > tr > td:first-child,
        .table-responsive > .table-bordered > tfoot > tr > th:first-child,
        .table-responsive > .table-bordered > tfoot > tr > td:first-child {
          border-left: 0; }
        .table-responsive > .table-bordered > tr > th:last-child,
        .table-responsive > .table-bordered > tr > td:last-child,
        .table-responsive > .table-bordered > thead > tr > th:last-child,
        .table-responsive > .table-bordered > thead > tr > td:last-child,
        .table-responsive > .table-bordered > tbody > tr > th:last-child,
        .table-responsive > .table-bordered > tbody > tr > td:last-child,
        .table-responsive > .table-bordered > tfoot > tr > th:last-child,
        .table-responsive > .table-bordered > tfoot > tr > td:last-child {
          border-right: 0; }
        .table-responsive > .table-bordered > tr:last-child > th,
        .table-responsive > .table-bordered > tr:last-child > td,
        .table-responsive > .table-bordered > tbody > tr:last-child > th,
        .table-responsive > .table-bordered > tbody > tr:last-child > td,
        .table-responsive > .table-bordered > tfoot > tr:last-child > th,
        .table-responsive > .table-bordered > tfoot > tr:last-child > td {
          border-bottom: 0; } }

fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0; }

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 22.4px;
  font-size: 16px;
  line-height: inherit;
  color: #333;
  border: 0;
  border-bottom: 1px solid #e5e5e5; }

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 11.2px;
  font-weight: bold; }

input[type="search"] {
  box-sizing: border-box; }

input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal; }

input[type="file"] {
  display: block; }

input[type="range"] {
  display: block;
  width: 100%; }

select[multiple],
select[size] {
  height: auto; }

input[type="search"] {
  -webkit-appearance: none; }

input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
input[type="number"],
input[type="date"],
textarea,
select {
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 6px 12px;
  font-size: 16px;
  height: 36px;
  line-height: 1.4;
  color: #4d4c4c;
  width: 100%; }
  @media (max-width: 767px) {
    input[type="text"], input[type="text"]:focus,
    input[type="password"],
    input[type="password"]:focus,
    input[type="email"],
    input[type="email"]:focus,
    input[type="tel"],
    input[type="tel"]:focus,
    input[type="number"],
    input[type="number"]:focus,
    input[type="date"],
    input[type="date"]:focus,
    textarea,
    textarea:focus,
    select,
    select:focus {
      font-size: 16px;
      height: 36px;
      line-height: 1.4; } }

input,
textarea,
select {
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s; }
  input:focus,
  textarea:focus,
  select:focus {
    border-color: #66afe9;
    outline: 0;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6); }
  input[disabled], input[readonly],
  fieldset[disabled] input,
  textarea[disabled],
  textarea[readonly],
  fieldset[disabled]
  textarea,
  select[disabled],
  select[readonly],
  fieldset[disabled]
  select {
    background-color: #eee;
    opacity: 1; }

input[type="submit"],
input[type="button"] {
  display: inline-block;
  margin-bottom: 0;
  line-height: normal;
  padding: 15px 25px;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 2px solid #136dd3;
  border-color: #136dd3;
  white-space: nowrap;
  user-select: none;
  font-family: inherit;
  font-weight: inherit;
  font-size: inherit;
  color: #136dd3;
  background-color: transparent;
  border-radius: 100px; }
  input[type="submit"]:hover, input[type="submit"]:focus,
  input[type="button"]:hover,
  input[type="button"]:focus {
    color: #136dd3;
    background-color: rgba(13, 13, 13, 0);
    border-color: #1268ca;
    text-decoration: none; }
  input[type="submit"]:active, input[type="submit"].active,
  input[type="button"]:active,
  input[type="button"].active {
    outline: 0;
    background-image: none;
    box-shadow: inset 0 3px 2px rgba(0, 0, 0, 0.125); }
  input[type="submit"].disabled, input[type="submit"][disabled],
  input[type="button"].disabled,
  input[type="button"][disabled] {
    pointer-events: none;
    opacity: 0.65;
    box-shadow: none; }
  input[type="submit"].btn-block,
  input[type="button"].btn-block {
    width: 100%; }

nav.toggle-enabled ul.nav {
  display: none; }

@media (min-width: 992px) {
  nav.toggle-enabled ul.nav {
    display: block !important; }
  nav.toggle-enabled .nav-toggle {
    display: none; } }

.paging {
  padding: 22.4px 0;
  margin: 0;
  line-height: 1.4;
  color: #999999;
  font-size: 14px;
  width: 100%; }
  .paging:before, .paging:after {
    content: " ";
    display: table; }
  .paging:after {
    clear: both; }
  .paging select {
    display: inline-block;
    margin-left: 11.2px;
    padding: 2px;
    height: auto;
    width: auto;
    height: 5.4; }
  .paging .results {
    float: left; }
  .paging .results-options {
    float: right;
    text-align: right; }
    .paging .results-options > span {
      margin-left: 22.4px;
      vertical-align: middle; }
    .paging .results-options ul {
      list-style: none;
      padding-left: 0;
      margin: 0;
      display: inline-block;
      vertical-align: middle;
      line-height: 1.4; }
      .paging .results-options ul > li {
        float: left;
        margin-right: 11.2px; }
        .paging .results-options ul > li:last-child {
          margin-right: 0; }
  .paging.pagingTop {
    padding-top: 0; }
  .paging.pagingBtm {
    padding-bottom: 0; }
  .paging .pagerSummary {
    padding: 6px;
    padding-left: 0; }
    @media (min-width: 768px) {
      .paging .pagerSummary {
        float: left; } }
    .paging .pagerSummary:empty {
      display: none; }
  .paging .rss {
    float: left;
    padding: 6px 6px 6px 0px; }

.pager,
.pagination {
  display: inline-block;
  float: right;
  margin: 11.2px 0 0;
  padding: 0;
  list-style: none;
  text-align: center;
  border-radius: 0px; }
  .pager:before, .pager:after,
  .pagination:before,
  .pagination:after {
    content: " ";
    display: table; }
  .pager:after,
  .pagination:after {
    clear: both; }
  .pager li,
  .pagination li {
    display: block;
    float: left; }
    .pager li > a, .pager li.selected,
    .pagination li > a,
    .pagination li.selected {
      display: inline-block;
      padding: 5px 14px;
      background-color: inherit;
      border: 1px solid #e5e5e5;
      position: relative;
      float: left;
      line-height: 1.4;
      text-decoration: none;
      margin-left: -1px; }
    .pager li:first-child > a,
    .pagination li:first-child > a {
      margin-left: 0;
      border-bottom-left-radius: 0px;
      border-top-left-radius: 0px; }
    .pager li:last-child > a,
    .pagination li:last-child > a {
      border-bottom-right-radius: 0px;
      border-top-right-radius: 0px; }
    .pager li > a:hover,
    .pager li > a:focus,
    .pagination li > a:hover,
    .pagination li > a:focus {
      text-decoration: none;
      background-color: inherit;
      color: inherit; }
    .pager li.selected,
    .pager li.active > a,
    .pagination li.selected,
    .pagination li.active > a {
      z-index: 2;
      color: #fff;
      background-color: #136dd3;
      border-color: #0f55a4;
      cursor: default; }
  .pager > li > a:hover, .pager > li > a:focus,
  .pagination > li > a:hover,
  .pagination > li > a:focus {
    color: inherit;
    background-color: inherit; }
  .pager .next > a,
  .pagination .next > a {
    float: right; }
  .pager .prev > a,
  .pagination .prev > a {
    float: left; }
  .pager > .disabled > a,
  .pager > .disabled > a:hover,
  .pager > .disabled > a:focus,
  .pagination > .disabled > a,
  .pagination > .disabled > a:hover,
  .pagination > .disabled > a:focus {
    color: #999999;
    background-color: #eee; }
  @media (max-width: 767px) {
    .pager,
    .pagination {
      float: none;
      width: 100%; }
      .pager li,
      .pager li > a, .pager li.selected,
      .pagination li,
      .pagination li > a,
      .pagination li.selected {
        display: none; }
      .pager li.next, .pager li.prev,
      .pagination li.next,
      .pagination li.prev {
        display: block;
        width: 50%; }
        .pager li.next > a, .pager li.prev > a,
        .pagination li.next > a,
        .pagination li.prev > a {
          display: block;
          width: 100%; } }

.sorting-options:before, .sorting-options:after {
  content: " ";
  display: table; }

.sorting-options:after {
  clear: both; }

.sorting-options .pagination {
  float: none; }

.sorting-options p {
  padding: 0; }

.sorting-options .label-inline,
.sorting-options .form-inline {
  display: inline-block;
  vertical-align: middle;
  line-height: 1.4;
  margin-right: 22.4px; }
  .sorting-options .label-inline label,
  .sorting-options .label-inline select,
  .sorting-options .form-inline label,
  .sorting-options .form-inline select {
    font-weight: normal;
    display: inline-block;
    width: auto; }

.sorting-options .form-group select {
  padding: 5px; }
  .sorting-options .form-group select.input-sm {
    height: 26px;
    line-height: 26px;
    padding: 3px; }

.shop .paging ul.pager {
  float: left; }

.alert {
  padding: 10px 20px;
  margin-bottom: 22.4px;
  border-radius: 0px;
  font-size: 14px;
  display: inline-block; }
  .alert p:last-child,
  .alert ul:last-child,
  .alert ol:last-child {
    margin-bottom: 0; }
  .alert.alert-error {
    color: #d9534f;
    background-color: #fdf7f7;
    border: 1px solid #f4cecd; }
  .alert.alert-success {
    color: #3c763d;
    background-color: #eef6ee;
    border: 1px solid #cce5cc; }
  .alert.alert-warning {
    color: #766c3c;
    background-color: #f6f5ee;
    border: 1px solid #e5e1cc; }
  .alert.alert-info {
    color: #3c5a76;
    background-color: #eef2f6;
    border: 1px solid #ccd9e5; }
  .alert > .noticeMessage {
    padding: 10px 20px !important;
    margin: -10px -20px;
    border-radius: 0px;
    font-size: 14px;
    display: inline-block;
    left: inherit !important;
    width: inherit !important; }
    .alert > .noticeMessage.error {
      color: #d9534f;
      background-color: #fdf7f7;
      border: 1px solid #f4cecd; }

.success {
  color: #3c763d !important;
  background-color: #eef6ee;
  border: 1px solid #cce5cc;
  font-size: 14px;
  padding: 6px 12px;
  margin-bottom: 22.4px;
  border-radius: 0px; }

#validation > span,
.validate-summary,
.Validation-Summary,
.validation-summary,
#contentControl_valSummary {
  color: #d9534f !important;
  background-color: #fdf7f7;
  border: 1px solid #f4cecd;
  font-size: 14px;
  padding: 6px 12px;
  margin-bottom: 22.4px;
  border-radius: 0px; }
  #validation > span img,
  .validate-summary img,
  .Validation-Summary img,
  .validation-summary img,
  #contentControl_valSummary img {
    max-width: 16px;
    max-height: 16px;
    margin-right: 10px; }
  #validation > span > ul,
  .validate-summary > ul,
  .Validation-Summary > ul,
  .validation-summary > ul,
  #contentControl_valSummary > ul {
    margin-top: 22.4px; }

.error {
  color: #d9534f !important; }
  .error br {
    display: none; }

div#contentControl_UpdateProgress1 {
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  z-index: 9998;
  position: fixed;
  top: 0;
  left: 0; }

.updating,
.processing-order {
  position: fixed;
  width: 280px;
  border-radius: 0px;
  border: 1px solid #e5e5e5;
  margin: 0 auto;
  left: 0;
  right: 0;
  top: 25%;
  padding: 40px 80px;
  text-align: center;
  background-color: #fff;
  box-shadow: 0 5px 30px -10px rgba(0, 0, 0, 0.5);
  z-index: 9999; }
  .updating img,
  .processing-order img {
    display: block;
    margin: 0 auto 22.4px; }

.processing-order {
  width: 450px; }

@-ms-viewport {
  width: device-width; }

.visible-xs {
  display: none !important; }

.visible-sm {
  display: none !important; }

.visible-md {
  display: none !important; }

.visible-lg {
  display: none !important; }

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important; }

@media (max-width: 767px) {
  .visible-xs {
    display: block !important; }
  table.visible-xs {
    display: table; }
  tr.visible-xs {
    display: table-row !important; }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important; } }

@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important; } }

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important; } }

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important; }
  table.visible-sm {
    display: table; }
  tr.visible-sm {
    display: table-row !important; }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important; }
  table.visible-md {
    display: table; }
  tr.visible-md {
    display: table-row !important; }
  th.visible-md,
  td.visible-md {
    display: table-cell !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important; } }

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important; }
  table.visible-lg {
    display: table; }
  tr.visible-lg {
    display: table-row !important; }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important; } }

@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important; } }

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important; } }

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important; } }

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important; } }

@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important; } }

.visible-print {
  display: none !important; }

@media print {
  .visible-print {
    display: block !important; }
  table.visible-print {
    display: table; }
  tr.visible-print {
    display: table-row !important; }
  th.visible-print,
  td.visible-print {
    display: table-cell !important; } }

.visible-print-block {
  display: none !important; }
  @media print {
    .visible-print-block {
      display: block !important; } }

.visible-print-inline {
  display: none !important; }
  @media print {
    .visible-print-inline {
      display: inline !important; } }

.visible-print-inline-block {
  display: none !important; }
  @media print {
    .visible-print-inline-block {
      display: inline-block !important; } }

@media print {
  .hidden-print {
    display: none !important; } }

.fade {
  opacity: 0;
  transition: opacity .15s linear; }
  .fade.in {
    opacity: 1; }

.collapse {
  display: none;
  visibility: hidden; }
  .collapse.in {
    display: block;
    visibility: visible; }

tr.collapse.in {
  display: table-row; }

tbody.collapse.in {
  display: table-row-group; }

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition-property: height, visibility;
  transition-duration: .35s;
  transition-timing-function: ease; }

.modal-open {
  overflow: hidden; }

.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0; }
  .modal.fade .modal-dialog {
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    -o-transform: translate(0, -25%);
    transform: translate(0, -25%);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -moz-transition: -moz-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    transition: transform 0.3s ease-out; }
  .modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0); }

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto; }

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px; }

.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0; }

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000; }
  .modal-backdrop.fade {
    opacity: 0;
    filter: alpha(opacity=0); }
  .modal-backdrop.in {
    opacity: 0.5;
    filter: alpha(opacity=50); }

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.4px; }

.modal-header .close {
  margin-top: -2px; }

.modal-title {
  margin: 0;
  line-height: 1.4; }

.modal-body {
  position: relative;
  padding: 15px; }

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5; }
  .modal-footer:before, .modal-footer:after {
    content: " ";
    display: table; }
  .modal-footer:after {
    clear: both; }
  .modal-footer .btn + .btn {
    margin-left: 5px;
    margin-bottom: 0; }
  .modal-footer .btn-group .btn + .btn {
    margin-left: -1px; }
  .modal-footer .btn-block + .btn-block {
    margin-left: 0; }

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto; }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); }
  .modal-sm {
    width: 300px; } }

@media (min-width: 992px) {
  .modal-lg {
    width: 900px; } }

@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important; }
  a,
  a:visited {
    text-decoration: underline; }
  /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: ""; }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  .container {
    max-width: 100% !important; }
  header,
  footer {
    display: none !important; } }

.breadcrumbs,
.breadcrumbs a {
  color: #999999; }

.submenu h2 {
  font-size: 19px;
  font-family: "proxima-nova", sans-serif;
  font-weight: inherit; }

.submenu ul {
  list-style: none;
  padding-left: 0;
  margin: 0; }
  .submenu ul:before, .submenu ul:after {
    content: " ";
    display: table; }
  .submenu ul:after {
    clear: both; }
  .submenu ul > li {
    position: relative;
    display: block; }
    .submenu ul > li > a {
      position: relative;
      display: block;
      padding: 0;
      color: #333;
      border-radius: none;
      background-color: none;
      cursor: pointer; }
      .submenu ul > li > a:hover, .submenu ul > li > a:focus {
        color: #136dd3;
        background-color: none; }
    .submenu ul > li.active > a, .submenu ul > li.selected > a, .submenu ul > li.subPageSelected > a {
      color: #136dd3;
      background-color: none; }
    .submenu ul > li ul {
      list-style: none;
      padding-left: 0;
      margin: 0;
      display: none; }
      .submenu ul > li ul li {
        position: relative;
        display: block; }
        .submenu ul > li ul li a {
          position: relative;
          display: block; }
  .submenu ul li.subPageSelected {
    color: #0f55a4; }

.news .item:before, .news .item:after,
.news .article:before,
.news .article:after {
  content: " ";
  display: table; }

.news .item:after,
.news .article:after {
  clear: both; }

.news .item .date,
.news .item .category-data,
.news .item .tag-data,
.news .article .date,
.news .article .category-data,
.news .article .tag-data {
  font-size: 14px;
  color: #999999; }

.news .item .meta,
.news .article .meta {
  margin-bottom: 22.4px;
  font-size: 14px;
  color: #999999; }
  .news .item .meta:before, .news .item .meta:after,
  .news .article .meta:before,
  .news .article .meta:after {
    content: " ";
    display: table; }
  .news .item .meta:after,
  .news .article .meta:after {
    clear: both; }
  .news .item .meta .author-photo,
  .news .article .meta .author-photo {
    float: left;
    margin-right: 11.2px; }
    .news .item .meta .author-photo img,
    .news .article .meta .author-photo img {
      width: 32px;
      height: 32px;
      border-radius: 0px;
      display: block; }
  .news .item .meta:empty,
  .news .article .meta:empty {
    display: none; }

.news .item {
  padding-top: 22.4px;
  padding-bottom: 22.4px; }
  .news .item .img {
    text-align: center;
    margin: 0 0 22.4px; }
    .news .item .img img {
      width: auto;
      display: block;
      max-width: 100%;
      height: auto !important;
      margin-left: auto;
      margin-right: auto; }
    .news .item .img.no-image {
      display: none; }
  .news .item .txt > h3,
  .news .item .txt > h4 {
    font-size: 19px;
    font-family: "proxima-nova", sans-serif;
    font-weight: inherit; }
  .news .item .more-info {
    margin-top: 22.4px; }

.news .article .desc {
  border-top: 1px solid #e5e5e5;
  padding-top: 22.4px; }
  .news .article .desc:before, .news .article .desc:after {
    content: " ";
    display: table; }
  .news .article .desc:after {
    clear: both; }

.news .article .back {
  margin-top: 22.4px; }

.newsFilters ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
  margin-bottom: 22.4px; }
  .newsFilters ul li {
    margin-bottom: 11.2px; }
  .newsFilters ul ul {
    padding-left: 22.4px; }

.newsFilters .newsAuthors li a {
  line-height: 32px; }
  .newsFilters .newsAuthors li a:before, .newsFilters .newsAuthors li a:after {
    content: " ";
    display: table; }
  .newsFilters .newsAuthors li a:after {
    clear: both; }

.newsFilters .newsAuthors .author-photo {
  float: left;
  width: 32px;
  height: 32px;
  border-radius: 0px;
  margin-right: 11.2px; }
  .newsFilters .newsAuthors .author-photo.no-image {
    width: auto;
    margin-right: 0; }
  .newsFilters .newsAuthors .author-photo img {
    width: 32px;
    height: 32px;
    border-radius: 0px; }

div.formbuilder .grouped-form > div {
  margin-bottom: 22.4px; }
  div.formbuilder .grouped-form > div label {
    font-weight: normal;
    margin-bottom: 11.2px; }
  div.formbuilder .grouped-form > div textarea {
    height: 100px; }

div.formbuilder .actions input.back[disabled] {
  display: none !important; }

.inputs-list {
  list-style: none;
  padding-left: 0;
  margin: 0; }
  .inputs-list .inputs-list {
    margin-left: 22.4px;
    margin-bottom: 22.4px; }
  .inputs-list input[type=radio],
  .inputs-list input[type=checkbox] {
    margin-right: 4px; }
  .inputs-list.horz > li {
    float: left;
    margin-right: 22.4px; }
    .inputs-list.horz > li:last-child {
      margin-right: 0; }
  .inputs-list.text input {
    width: 50px; }
  .inputs-list.repeat-2 td {
    width: 50%; }
  .inputs-list.repeat-3 td {
    width: 33.3%; }
  .inputs-list.repeat-4 td {
    width: 25%; }
  .inputs-list.repeat-5 td {
    width: 10%; }

.help-block {
  display: block;
  font-size: 14px;
  color: #999999;
  clear: both; }

.formshield .input div {
  float: left;
  width: 180px;
  margin: 2px 10px 5px 0; }
  .formshield .input div img {
    width: 180px;
    height: 36px; }

.formshield .input input {
  width: 180px;
  float: left;
  clear: right; }

table.formbuilder {
  width: 100%; }
  table.formbuilder td {
    vertical-align: top;
    padding-bottom: 22.4px; }
    table.formbuilder td.leftcolumn {
      font-weight: normal;
      text-align: right;
      padding: 6px 12px;
      width: 33%; }
    table.formbuilder td.rightcolumn {
      position: relative; }
    table.formbuilder td input,
    table.formbuilder td input label,
    table.formbuilder td input select {
      float: left;
      display: block; }
    table.formbuilder td textarea {
      height: 100px; }
    table.formbuilder td select {
      padding: 4px; }
    table.formbuilder td div img {
      width: 180px;
      height: 36px;
      margin-bottom: 11.2px; }
    table.formbuilder td div + input {
      width: 180px; }
  table.formbuilder table {
    float: left; }
    table.formbuilder table td {
      font-size: 11px;
      width: auto;
      padding: 0; }
  @media (max-width: 767px) {
    table.formbuilder,
    table.formbuilder tbody,
    table.formbuilder tr,
    table.formbuilder th,
    table.formbuilder td,
    table.formbuilder td.leftcolumn,
    table.formbuilder td.rightcolumn {
      display: block;
      margin: 0;
      padding: 0;
      text-align: left;
      width: 100%; }
    table.formbuilder td.leftcolumn {
      padding-bottom: 5.6px; }
    table.formbuilder td.rightcolumn {
      padding-bottom: 11.2px; }
      table.formbuilder td.rightcolumn input,
      table.formbuilder td.rightcolumn label,
      table.formbuilder td.rightcolumn select {
        float: none; }
    table.formbuilder tr:last-child td.leftcolumn {
      display: none; } }

.members-login legend,
.dynamic-signup legend {
  display: none; }

.members-login fieldset > ol,
.members-login fieldset > ul,
.dynamic-signup fieldset > ol,
.dynamic-signup fieldset > ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
  margin: 22.4px 0; }
  .members-login fieldset > ol > li,
  .members-login fieldset > ul > li,
  .dynamic-signup fieldset > ol > li,
  .dynamic-signup fieldset > ul > li {
    margin-bottom: 22.4px; }

.form1 > ol,
.form1 > ul {
  list-style: none;
  padding-left: 0;
  margin: 0; }
  .form1 > ol > li,
  .form1 > ul > li {
    margin-bottom: 22.4px; }
    .form1 > ol > li span,
    .form1 > ul > li span {
      position: absolute; }

.dynamic-signup fieldset > ol > li {
  position: relative; }
  .dynamic-signup fieldset > ol > li:before, .dynamic-signup fieldset > ol > li:after {
    content: " ";
    display: table; }
  .dynamic-signup fieldset > ol > li:after {
    clear: both; }
  .dynamic-signup fieldset > ol > li label {
    font-weight: normal;
    margin-bottom: 11.2px; }
    .dynamic-signup fieldset > ol > li label[for="btnSubmit"] {
      display: none; }
    .dynamic-signup fieldset > ol > li label + .inline {
      display: inline-block; }
  .dynamic-signup fieldset > ol > li > br + span > label {
    margin-top: 11.2px; }
  .dynamic-signup fieldset > ol > li .inline {
    display: block; }
    .dynamic-signup fieldset > ol > li .inline label {
      margin-right: 22.4px; }
    .dynamic-signup fieldset > ol > li .inline input[type=radio],
    .dynamic-signup fieldset > ol > li .inline input[type=checkbox] {
      margin-right: 4px; }
  .dynamic-signup fieldset > ol > li textarea {
    height: 100px; }
  .dynamic-signup fieldset > ol > li input[type=submit].button {
    color: #fff;
    background-color: #136dd3;
    border-color: #136dd3; }
    .dynamic-signup fieldset > ol > li input[type=submit].button:hover, .dynamic-signup fieldset > ol > li input[type=submit].button:focus {
      color: #fff;
      background-color: #1679ea;
      border-color: #1268ca; }

.dynamic-signup input[type=radio],
.dynamic-signup input[type=checkbox] {
  margin-right: 4px; }

.dynamic-signup label[for$="DOB"] {
  display: block; }

.dynamic-signup select[id$="DOB"] {
  width: auto;
  margin-right: 11.2px; }

.manageAddress .addressList {
  list-style: none;
  padding-left: 0;
  margin: 0; }
  .manageAddress .addressList li {
    position: relative;
    padding: 22.4px 0; }
    .manageAddress .addressList li .functions a + a {
      margin-left: 22.4px; }
    .manageAddress .addressList li .setDefaults {
      margin: 22.4px 0; }
      .manageAddress .addressList li .setDefaults label.radio {
        display: inline-block;
        font-weight: normal; }

.manageAddress .formGroup .help {
  display: block;
  font-size: 14px;
  color: #999999;
  clear: both; }

.manageAddress .formGroup input + input {
  margin-top: 11.2px; }

.manageAddress .formGroup .error {
  font-size: 14px; }

/* ---------------- */
/* retrievePassword */
/* ---------------- */
.retrievePassword .alert-info {
  display: block; }

.retrievePassword .button {
  position: relative !important; }

/* ------------- */
/* manageAddress */
/* ------------- */
/*
.manageAddress .addressList .address {width:300px;}
.manageAddress .addressList .functions {width:300px; margin:10px 0;}
.manageAddress .addressList .functions a {margin-right:10px;}
.manageAddress .addressList .setDefaults {
	position:absolute; top:8px; left:320px;
	width:300px;
}
.manageAddress .addressList .setDefaults label.radio {
	float:left;
	font-weight:normal;
	width:130px;
}
.manageAddress .addressList .setDefaults label.radio input {margin-right:5px;}
*/
.shop .siteSearch legend,
.sitesearch legend {
  display: none; }

.shop .siteSearch,
.searchInput {
  margin-bottom: 22.4px;
  width: 100%; }
  .shop .siteSearch .textfield,
  .searchInput .textfield {
    margin-bottom: 11.2px; }
  .shop .siteSearch .button,
  .searchInput .button {
    height: 36px;
    width: 100%;
    margin-bottom: 11.2px; }
  @media (min-width: 768px) {
    .shop .siteSearch .textfield,
    .searchInput .textfield {
      float: left;
      width: 80%; }
    .shop .siteSearch .button,
    .searchInput .button {
      margin-left: 1%;
      width: 19%; } }

.searchResults .resultStats {
  font-size: 14px;
  color: #999999;
  margin-bottom: 22.4px; }

.searchResults .result {
  padding: 22.4px 0; }
  .searchResults .result:before, .searchResults .result:after {
    content: " ";
    display: table; }
  .searchResults .result:after {
    clear: both; }
  .searchResults .result .img {
    float: left;
    margin-right: 22.4px;
    width: 128px;
    height: 128px;
    border-radius: 0px;
    background: #e6e5e5;
    overflow: hidden;
    text-align: center; }
    .searchResults .result .img .quickView {
      display: none; }
    .searchResults .result .img.noimg {
      display: none; }
    .searchResults .result .img img {
      width: auto !important;
      height: auto !important;
      max-height: 128px; }
  .searchResults .result h3 {
    margin-bottom: 11.2px; }
  .searchResults .result .info {
    font-size: 14px;
    color: #999999;
    margin-bottom: 11.2px; }
  .searchResults .result .shortdesc p {
    margin-bottom: 11.2px; }
  .searchResults .result .category-data, .searchResults .result .tag-data {
    font-size: 14px;
    float: left;
    margin-right: 22.4px; }

.news {
  margin-bottom: 22.4px; }
  .news .item {
    padding-bottom: 30px;
    padding-top: 0;
    margin-bottom: 0;
    position: relative; }
    .news .item:last-child {
      padding-bottom: 0; }
    .news .item:before, .news .item:after {
      content: " ";
      display: table; }
    .news .item:after {
      clear: both; }
    .news .item .img img {
      display: block;
      width: 100%;
      height: auto; }
    @media (min-width: 768px) {
      .news .item .img {
        width: 140px;
        float: left;
        border-radius: 100%;
        overflow: hidden; } }
    .news .item .img.no-img {
      background-color: #efefef;
      position: relative;
      overflow: hidden; }
      .news .item .img.no-img:after {
        content: "";
        display: block;
        width: 100%;
        padding-bottom: 100%;
        background-image: url("theme/purefluidsoilandgas/img/bg/watermark-white.svg");
        background-size: 50%;
        background-position: center center;
        background-repeat: no-repeat;
        opacity: 1; }
    @media (min-width: 768px) {
      .news .item .txt {
        text-align: left;
        position: relative;
        margin-left: 160px; } }
    .news .item .txt h3 {
      font-weight: bold;
      margin-top: 5px;
      font-size: 1.5em !important;
      margin-bottom: 10px; }
      .news .item .txt h3 a {
        color: #000; }
        .news .item .txt h3 a:hover {
          color: #136dd3; }
    .news .item .txt .description p {
      margin-bottom: 0; }
    .news .item .txt .more-info {
      margin-top: 11.2px; }
      .news .item .txt .more-info a {
        text-transform: uppercase;
        font-weight: bold;
        font-size: 0.9em;
        color: #999999; }
        .news .item .txt .more-info a:hover {
          color: #136dd3; }
  .news .meta {
    display: inline-block;
    margin: 0 !important; }
  .news .date {
    display: inline;
    font-size: 12px !important;
    font-weight: bold;
    text-transform: uppercase;
    color: #999999;
    margin-bottom: 0;
    line-height: normal; }
    .news .date:before {
      content: " / ";
      display: inline; }
  .news .category-data {
    display: inline;
    text-transform: uppercase;
    font-size: 12px !important;
    font-weight: bold; }
    .news .category-data strong {
      display: none; }
  .news .article h2.newsCategory {
    display: none; }
  .news .article .description {
    margin-top: 22.4px; }
  .news .article .meta .date, .news .article .category-data {
    font-size: 14px !important; }
  .projects .news {
    margin-left: -15px;
    margin-right: -15px;
    width: 100%;
    width: calc(100% + 30px); }
    .projects .news:before, .projects .news:after {
      content: " ";
      display: table; }
    .projects .news:after {
      clear: both; }
    .projects .news > .item {
      position: relative;
      float: left;
      width: 100%;
      min-height: 1px;
      padding-left: 15px;
      padding-right: 15px;
      display: inline-block;
      vertical-align: top;
      float: none !important;
      margin-right: -0.28em;
      /*
       *display: inline;
       *zoom: 1;
    */ }
      @media (min-width: 768px) {
        .projects .news > .item {
          float: left;
          width: 50%; } }
      @media (min-width: 992px) {
        .projects .news > .item {
          float: left;
          width: 25%; } }
      @media (min-width: 1200px) {
        .projects .news > .item {
          float: left;
          width: 25%; } }
    .projects .news .paging {
      padding-left: 15px;
      padding-right: 15px; }
    .projects .news .item {
      padding-bottom: 60px;
      padding-left: 15px;
      padding-right: 15px; }
      .projects .news .item .img {
        float: none;
        width: 100%;
        border-radius: 0; }
      .projects .news .item .txt {
        margin-left: 0; }
        .projects .news .item .txt h3 {
          margin-top: 0; }
        .projects .news .item .txt .more-info {
          position: relative; }
          .projects .news .item .txt .more-info:before {
            content: "View Project";
            text-transform: uppercase;
            font-weight: bold;
            font-size: 0.9em;
            color: #999999; }
          .projects .news .item .txt .more-info:hover:before {
            color: #136dd3; }
          .projects .news .item .txt .more-info a {
            position: absolute;
            left: 0;
            right: 0;
            top: 0;
            bottom: 0;
            display: block;
            text-indent: -999em;
            overflow: hidden; }
      .projects .news .item .meta {
        display: none; }
      .projects .news .item .category-data {
        display: block;
        font-size: 16px !important;
        text-indent: -999em;
        overflow: hidden;
        position: relative; }
        .projects .news .item .category-data a {
          display: none;
          text-indent: 0;
          position: absolute;
          left: 0;
          top: 0; }
          .projects .news .item .category-data a.category-australasia, .projects .news .item .category-data a.category-africa, .projects .news .item .category-data a.category-middle-east, .projects .news .item .category-data a.category-south-east-asia {
            display: block; }
  .projects.carousel .news .item {
    padding-bottom: 0; }
  .project-detail .news .meta {
    display: none; }

.project-detail .news .article .description {
  margin-top: 0; }

.project-detail .category-data {
  display: inline;
  text-transform: uppercase;
  font-size: 12px !important;
  font-weight: bold;
  display: block;
  font-size: 16px !important;
  text-indent: -999em;
  overflow: hidden;
  position: relative; }
  .project-detail .category-data strong {
    display: none; }
  .project-detail .category-data a {
    display: none;
    text-indent: 0;
    position: absolute;
    left: 0;
    top: 0; }
    .project-detail .category-data a.category-australasia, .project-detail .category-data a.category-africa, .project-detail .category-data a.category-middle-east, .project-detail .category-data a.category-south-east-asia {
      display: block; }
    .project-detail .category-data a:before {
      content: "Project Experience / "; }

.project-detail.image-heading .category-data a {
  color: #fff;
  opacity: 0.7;
  text-shadow: 2px 2px 0px rgba(0, 0, 0, 0.2); }

.project-detail .back {
  display: none; }

.project-detail .content .main-col ul.project-summary {
  list-style: none;
  padding-left: 0;
  margin: 0;
  margin-bottom: 22.4px;
  border-top: 1px solid #e5e5e5; }
  .project-detail .content .main-col ul.project-summary li {
    position: relative;
    margin: 0;
    padding: 15px 0;
    padding-left: 15px;
    border-bottom: 1px solid #e5e5e5; }
    .project-detail .content .main-col ul.project-summary li:before {
      display: none; }
    .project-detail .content .main-col ul.project-summary li:after {
      content: "";
      display: block;
      position: absolute;
      left: 0;
      top: 20px;
      width: 12px;
      height: 12px;
      background-image: url("theme/purefluidsoilandgas/img/icon/nav-arrows.svg");
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center top;
      -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
      transform: rotate(-90deg); }

@media (min-width: 992px) {
  .project-detail .col-md-8 {
    padding-right: 60px; }
  .project-detail .col-md-4 {
    float: right; } }

.paging {
  line-height: 34px; }
  .paging:before, .paging:after {
    content: " ";
    display: table; }
  .paging:after {
    clear: both; }
  .paging .pagesize {
    float: left; }
  .paging.pagingTop {
    padding-bottom: 0; }
  .paging.pagingBtm {
    padding-top: 0; }
  @media (min-width: 768px) {
    .paging {
      margin-bottom: 22.4px; } }
  @media (max-width: 767px) {
    .paging.pagingTop .pager {
      display: none; }
    .paging.pagingTop .pagerSummary {
      display: none; }
    .paging.bottom .pagesize {
      display: none; }
    .paging.pagingBtm .pagerSummary {
      display: none; } }
  .paging .pager {
    margin: 0; }
    .paging .pager li {
      margin: 0 0 0 5px;
      padding: 0;
      background: none; }
      .paging .pager li a, .paging .pager li.selected {
        padding: 0;
        display: block;
        width: 34px;
        height: 34px;
        border: 2px solid #efefef;
        color: #999;
        line-height: 30px;
        text-align: center;
        font-weight: bold;
        border-radius: 50px; }
      .paging .pager li a:hover {
        color: #136dd3;
        border-color: #136dd3; }
      .paging .pager li.selected {
        color: #136dd3;
        border-color: #136dd3;
        background: #fff; }
      .paging .pager li.prev a, .paging .pager li.next a {
        width: 60px; }
      .paging .pager li.prev.disabled a, .paging .pager li.next.disabled a {
        border-color: #efefef;
        color: #ccc; }
      @media (max-width: 767px) {
        .paging .pager li {
          margin: 0; }
          .paging .pager li.selected {
            display: none; }
          .paging .pager li.prev a, .paging .pager li.next a {
            width: 95%; } }

#main .itemcatalogue .search {
  display: none; }

#main .itemcatalogue .pagerSummary:after {
  content: " Vessels"; }

#main .itemcatalogue .item-list {
  list-style: none;
  padding-left: 0;
  margin: 0;
  margin-left: -15px;
  margin-right: -15px; }
  #main .itemcatalogue .item-list:before, #main .itemcatalogue .item-list:after {
    content: " ";
    display: table; }
  #main .itemcatalogue .item-list:after {
    clear: both; }
  #main .itemcatalogue .item-list li {
    float: left;
    padding: 0 15px;
    margin: 0;
    background: none;
    margin-bottom: 30px;
    width: 33.33%; }
    #main .itemcatalogue .item-list li h2 a {
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
      display: block; }
    #main .itemcatalogue .item-list li:before {
      display: none; }
    @media (max-width: 991px) {
      #main .itemcatalogue .item-list li {
        width: 50%; } }
    @media (max-width: 767px) {
      #main .itemcatalogue .item-list li {
        width: 100%; } }
    #main .itemcatalogue .item-list li .img {
      width: 100%;
      padding-bottom: 57%;
      background-color: #0f4c8c;
      position: relative;
      overflow: hidden; }
      #main .itemcatalogue .item-list li .img:after {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-image: url("theme/purefluidsoilandgas/img/bg/watermark-white.svg");
        background-size: 40%;
        background-position: center center;
        background-repeat: no-repeat;
        opacity: 0.2;
        z-index: 1; }
      #main .itemcatalogue .item-list li .img a:first-child {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 2; }
      #main .itemcatalogue .item-list li .img img {
        width: 101%;
        height: auto;
        z-index: 2;
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translateY(-50%) translateX(-50%);
        -ms-transform: translateY(-50%) translateX(-50%);
        transform: translateY(-50%) translateX(-50%); }
    #main .itemcatalogue .item-list li .details {
      background: #efefef;
      padding: 20px; }
      #main .itemcatalogue .item-list li .details .enquiry, #main .itemcatalogue .item-list li .details .price {
        display: none; }
      #main .itemcatalogue .item-list li .details h2 {
        text-transform: uppercase;
        margin-bottom: 10px;
        font-size: 1.6em; }
        #main .itemcatalogue .item-list li .details h2 a {
          display: block;
          color: #000;
          position: relative;
          padding-right: 46px; }
          #main .itemcatalogue .item-list li .details h2 a:hover {
            color: #136dd3; }
          #main .itemcatalogue .item-list li .details h2 a:after {
            content: "";
            display: block;
            width: 36px;
            height: 36px;
            background-image: url("theme/purefluidsoilandgas/img/icon/arrow-blue.svg");
            background-size: contain;
            background-position: center center;
            background-repeat: no-repeat;
            background-color: transparent;
            position: absolute;
            right: 0px;
            top: 50%;
            margin-top: -18px; }
          #main .itemcatalogue .item-list li .details h2 a em {
            font-style: normal;
            font-size: 14px;
            display: block;
            color: #999999; }
      #main .itemcatalogue .item-list li .details .shortdesc:before, #main .itemcatalogue .item-list li .details .shortdesc:after {
        content: " ";
        display: table; }
      #main .itemcatalogue .item-list li .details .shortdesc:after {
        clear: both; }
      #main .itemcatalogue .item-list li .details .shortdesc p {
        margin: 0;
        float: left;
        width: 50%;
        line-height: 2em;
        font-size: .9em;
        color: #000; }

#main .itemcatalogue .item-detail h2 {
  text-transform: uppercase; }

#main .itemcatalogue .item-detail .details {
  position: relative; }
  #main .itemcatalogue .item-detail .details .price, #main .itemcatalogue .item-detail .details .enquiry, #main .itemcatalogue .item-detail .details .back {
    display: none; }
  #main .itemcatalogue .item-detail .details:before, #main .itemcatalogue .item-detail .details:after {
    content: " ";
    display: table; }
  #main .itemcatalogue .item-detail .details:after {
    clear: both; }
  @media (min-width: 992px) {
    #main .itemcatalogue .item-detail .details .desc {
      float: left;
      width: 65%;
      padding-right: 60px; } }
  #main .itemcatalogue .item-detail .details .desc #overview, #main .itemcatalogue .item-detail .details .desc #features, #main .itemcatalogue .item-detail .details .desc #summary, #main .itemcatalogue .item-detail .details .desc #gallery {
    padding-bottom: 15px; }
  #main .itemcatalogue .item-detail .details .desc #features ul {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding-left: 0;
    margin: 0;
    margin-bottom: 22.4px;
    margin-left: -15px;
    margin-right: -15px;
    margin-top: -10px; }
    #main .itemcatalogue .item-detail .details .desc #features ul li {
      padding: 0;
      margin: 10px 15px;
      padding-left: 20px;
      position: relative; }
      #main .itemcatalogue .item-detail .details .desc #features ul li strong {
        display: block;
        color: #000;
        margin-bottom: 5px; }
      #main .itemcatalogue .item-detail .details .desc #features ul li br {
        display: none; }
      @media (min-width: 1200px) {
        #main .itemcatalogue .item-detail .details .desc #features ul li {
          width: calc(50% - 30px); } }
      #main .itemcatalogue .item-detail .details .desc #features ul li:before {
        display: none; }
      #main .itemcatalogue .item-detail .details .desc #features ul li:after {
        content: "";
        display: block;
        position: absolute;
        left: 0;
        top: 4px;
        width: 12px;
        height: 12px;
        background-image: url("theme/purefluidsoilandgas/img/icon/nav-arrows.svg");
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center top;
        -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg); }
  #main .itemcatalogue .item-detail .details .desc #summary ul {
    list-style: none;
    padding-left: 0;
    margin: 0; }
  #main .itemcatalogue .item-detail .details .desc #summary > ul {
    margin-bottom: 22.4px; }
    #main .itemcatalogue .item-detail .details .desc #summary > ul li {
      padding: 0;
      margin: 0; }
      #main .itemcatalogue .item-detail .details .desc #summary > ul li:before {
        display: none; }
    #main .itemcatalogue .item-detail .details .desc #summary > ul > li {
      padding: 20px 30px;
      padding-bottom: 0;
      border: 1px solid #e5e5e5;
      border-bottom: 0px;
      background: #f5f5f5; }
      #main .itemcatalogue .item-detail .details .desc #summary > ul > li:last-child {
        border-bottom: 1px solid #e5e5e5; }
      #main .itemcatalogue .item-detail .details .desc #summary > ul > li > strong {
        text-transform: uppercase;
        display: block;
        font-size: 1em;
        margin-top: -20px;
        margin-left: -30px;
        margin-right: -30px;
        margin-bottom: 0;
        padding: 20px 30px;
        line-height: normal;
        cursor: pointer;
        color: #000 !important;
        position: relative;
        background: #f5f5f5; }
        #main .itemcatalogue .item-detail .details .desc #summary > ul > li > strong:after {
          content: "";
          display: block;
          width: 16px;
          height: 16px;
          background-image: url("theme/purefluidsoilandgas/img/icon/nav-arrows.svg");
          background-size: contain;
          background-repeat: no-repeat;
          background-position: center center;
          position: absolute;
          right: 30px;
          top: 50%;
          margin-top: -8px;
          transition: transform 0.2s ease; }
      #main .itemcatalogue .item-detail .details .desc #summary > ul > li > ul {
        font-size: .9em;
        display: flex;
        flex-wrap: wrap;
        margin-left: -15px;
        margin-right: -15px;
        padding-bottom: 20px; }
        #main .itemcatalogue .item-detail .details .desc #summary > ul > li > ul > li {
          padding: 15px 0;
          margin: 0 15px;
          position: relative;
          border-bottom: 1px solid #e5e5e5;
          width: calc(100%); }
          #main .itemcatalogue .item-detail .details .desc #summary > ul > li > ul > li strong {
            display: block;
            color: #000;
            /*width: 150px;
                              position: absolute;
                              top: 15px;
                              left: 0;*/ }
          #main .itemcatalogue .item-detail .details .desc #summary > ul > li > ul > li br {
            display: none; }
          @media (min-width: 1200px) {
            #main .itemcatalogue .item-detail .details .desc #summary > ul > li > ul > li {
              width: calc(50% - 30px); } }
      #main .itemcatalogue .item-detail .details .desc #summary > ul > li.open {
        background: #fff; }
        #main .itemcatalogue .item-detail .details .desc #summary > ul > li.open > strong {
          color: #000 !important;
          border-bottom: 1px solid #e5e5e5; }
          #main .itemcatalogue .item-detail .details .desc #summary > ul > li.open > strong:after {
            -webkit-transform: rotate(-180deg);
            -ms-transform: rotate(-180deg);
            transform: rotate(-180deg); }
  @media (min-width: 992px) {
    #main .itemcatalogue .item-detail .details .side {
      float: right;
      width: 35%; }
      #main .itemcatalogue .item-detail .details .side h2 {
        font-size: 1.4em; } }
  #main .itemcatalogue .item-detail .details .side div {
    border: 1px solid #e5e5e5;
    padding: 20px 30px 7.6px 30px;
    margin-bottom: 30px; }
    #main .itemcatalogue .item-detail .details .side div h2 {
      background: #f5f5f5;
      margin-top: -20px;
      margin-left: -30px;
      margin-right: -30px;
      padding: 20px 30px;
      border-bottom: 1px solid #e5e5e5;
      margin-bottom: 30px;
      position: relative; }
      #main .itemcatalogue .item-detail .details .side div h2:after {
        content: "";
        display: block;
        width: 36px;
        height: 36px;
        background-image: url("theme/purefluidsoilandgas/img/icon/arrow-blue.svg");
        background-size: contain;
        background-position: center center;
        background-repeat: no-repeat;
        background-color: transparent;
        position: absolute;
        right: 20px;
        top: 50%;
        margin-top: -18px;
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg); }
    #main .itemcatalogue .item-detail .details .side div#contacts h2 {
      margin-bottom: 0; }
    #main .itemcatalogue .item-detail .details .side div#contacts p {
      margin-left: -30px;
      margin-right: -30px;
      margin-bottom: 0;
      padding-top: 30px;
      padding-bottom: 30px;
      padding-left: 130px;
      padding-right: 30px;
      position: relative;
      border-bottom: 1px solid #e5e5e5; }
      #main .itemcatalogue .item-detail .details .side div#contacts p:last-child {
        border-bottom: none; }
    #main .itemcatalogue .item-detail .details .side div#contacts img {
      width: 80px !important;
      height: 80px !important;
      border-radius: 100%;
      position: absolute;
      left: 30px;
      top: 30px; }
    #main .itemcatalogue .item-detail .details .side div#contacts a {
      display: inline-block;
      width: 100%;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
      font-weight: bold;
      line-height: 20px;
      font-size: .9em; }
      #main .itemcatalogue .item-detail .details .side div#contacts a.phone, #main .itemcatalogue .item-detail .details .side div#contacts a.email {
        font-weight: normal; }
        #main .itemcatalogue .item-detail .details .side div#contacts a.phone:before, #main .itemcatalogue .item-detail .details .side div#contacts a.email:before {
          content: "";
          display: inline-block;
          width: 16px;
          height: 16px;
          vertical-align: middle;
          background: #000;
          margin-right: 5px;
          background-size: contain;
          background-position: center center;
          background-repeat: no-repeat;
          background-color: transparent; }
      #main .itemcatalogue .item-detail .details .side div#contacts a.phone {
        margin-top: 5px; }
        #main .itemcatalogue .item-detail .details .side div#contacts a.phone:before {
          background-image: url("theme/purefluidsoilandgas/img/icon/icon-phone.svg"); }
      #main .itemcatalogue .item-detail .details .side div#contacts a.email {
        margin-bottom: 5px; }
        #main .itemcatalogue .item-detail .details .side div#contacts a.email:before {
          background-image: url("theme/purefluidsoilandgas/img/icon/icon-email.svg"); }
    #main .itemcatalogue .item-detail .details .side div#safety img {
      width: 100% !important;
      height: auto !important;
      display: block; }
    #main .itemcatalogue .item-detail .details .side div#safety em {
      color: #136dd3;
      font-style: normal;
      font-weight: bold; }

.vessel-detail #gallery ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
  position: relative;
  margin-bottom: 22.4px; }
  .vessel-detail #gallery ul:before, .vessel-detail #gallery ul:after {
    content: " ";
    display: table; }
  .vessel-detail #gallery ul:after {
    clear: both; }
  .vessel-detail #gallery ul li {
    /*img {
               display: block;
               width: 100% !important;
               height: auto !important;
               display: none;
            }*/
    /*padding-bottom: 50%;
            background-color: #000;
            background-repeat: no-repeat;
            background-position: center center;
            background-size: cover;*/ }
  .vessel-detail #gallery ul .slick-list {
    position: relative;
    width: 100%;
    padding-bottom: 60%; }
  .vessel-detail #gallery ul .slick-track {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0; }
  .vessel-detail #gallery ul .slick-slide {
    background-color: #000;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover; }
  .vessel-detail #gallery ul .slick-arrow {
    position: absolute;
    top: 50%;
    margin-top: -25px;
    z-index: 1;
    background-image: url("theme/purefluidsoilandgas/img/icon/slider-arrow-white.svg"); }
    .vessel-detail #gallery ul .slick-arrow.slick-prev {
      left: 20px; }
    .vessel-detail #gallery ul .slick-arrow.slick-next {
      right: 20px; }
    @media (max-width: 767px) {
      .vessel-detail #gallery ul .slick-arrow {
        display: none !important; } }
  .vessel-detail #gallery ul .slick-dots {
    padding: 0;
    margin: 0;
    text-align: center;
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 20px; }
    @media (max-width: 767px) {
      .vessel-detail #gallery ul .slick-dots {
        bottom: 10px; } }
    .vessel-detail #gallery ul .slick-dots li {
      display: inline-block;
      cursor: pointer;
      width: auto;
      float: none;
      padding: 0;
      margin: 0 5px; }
      .vessel-detail #gallery ul .slick-dots li span {
        display: inline-block;
        width: 12px;
        height: 12px;
        text-indent: -999em;
        overflow: hidden;
        border-radius: 50%;
        background: #fff;
        font-size: 0;
        line-height: 0;
        transition: background 0.3s ease 0s; }
      .vessel-detail #gallery ul .slick-dots li.slick-active span {
        background: #136dd3; }

.vessel-projects {
  border-top: 1px solid #e5e5e5; }
  .vessel-projects h2 {
    text-transform: uppercase;
    line-height: 50px;
    height: 50px;
    margin-bottom: 28px; }

.formbuilder {
  margin-bottom: 22.4px; }
  .formbuilder input[type="text"],
  .formbuilder textarea {
    max-width: 800px; }

.dynamic-signup input,
.dynamic-signup textarea {
  max-width: 800px; }

.dynamic-signup label {
  display: block; }

div.formbuilder .grouped-form .input ul.inputs-list.radio {
  display: flex; }
  div.formbuilder .grouped-form .input ul.inputs-list.radio > li {
    margin: 0 .5rem; }

div.formbuilder .grouped-form > div label {
  font-weight: bold; }

div.formbuilder .grouped-form .input label {
  font-weight: normal; }
  div.formbuilder .grouped-form .input label input[type="radio"] {
    margin-left: 4px; }

label {
  /*font-weight: bold;
   margin-bottom: 5px;*/ }

.validate-summary {
  padding: 20px; }
  .validate-summary ul {
    margin-bottom: 0;
    margin-top: 10px; }
    .validate-summary ul li:before {
      background: #d9534f !important;
      top: 5px !important; }

div.formbuilder .grouped-form .input :last-child {
  margin-bottom: 0; }

div.formbuilder .grouped-form .input h3 {
  color: #136dd3;
  border-top: 1px solid #e5e5e5;
  padding-top: 22.4px; }

div.formbuilder .grouped-form .input h4 {
  font-weight: bold;
  text-transform: uppercase; }

.hide-label label {
  display: none; }

.enquiry-form {
  max-width: 800px;
  margin: auto; }
  @media (min-width: 768px) {
    .enquiry-form .grouped-form {
      /*margin-left: -10px;
         margin-right: -10px;*/ }
      .enquiry-form .grouped-form .clearfix {
        /*width: 50%;
            float: left;
            padding-left: 10px;
            padding-right: 10px;

            &:last-child {
               width: 100%;
            }*/ }
        .enquiry-form .grouped-form .clearfix.error input, .enquiry-form .grouped-form .clearfix.error textarea {
          border-color: red; }
        .enquiry-form .grouped-form .clearfix .input .error {
          display: none !important; } }
  .enquiry-form .actions input {
    display: block;
    width: 100%; }

.members-login {
  max-width: 320px;
  margin: auto; }
  .members-login .button {
    width: 100%; }
  .members-login .forgot {
    text-align: center; }

.retrievePassword {
  text-align: center; }
  .retrievePassword .formbuilder {
    max-width: 320px;
    margin: auto; }
    .retrievePassword .formbuilder:before {
      content: "Enter your email address:";
      display: block;
      margin-bottom: 5px;
      text-align: center;
      font-weight: bold; }
    .retrievePassword .formbuilder tr, .retrievePassword .formbuilder td {
      /*border: 1px solid #000;
         text-align: center !important;
         display: block;
         width: 100% !important;
         padding: 0;
         margin: 0;*/
      text-align: center !important; }
      .retrievePassword .formbuilder tr #contentControl_ctl00, .retrievePassword .formbuilder td #contentControl_ctl00 {
        display: none !important; }
      .retrievePassword .formbuilder tr.leftcolumn, .retrievePassword .formbuilder td.leftcolumn {
        display: none !important; }
    .retrievePassword .formbuilder #contentControl_recaptchaContainer > div {
      margin: auto;
      padding-left: 1px; }
    .retrievePassword .formbuilder input {
      margin: auto; }
    .retrievePassword .formbuilder input[type="submit"] {
      float: none;
      display: block;
      position: static !important;
      width: 100%; }

@media (max-width: 767px) {
  .download-vault .search-area input.textfield {
    width: 69%; }
  .download-vault .search-area input.button {
    width: 30%;
    padding-left: 0;
    padding-right: 0; } }

.download-vault .folder-listing {
  border: 0;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1); }
  .download-vault .folder-listing .row.labels {
    border: 0;
    background: #25272b;
    color: #fff;
    font-weight: bold; }
  .download-vault .folder-listing .row.set:nth-of-type(odd) {
    background-color: #fafafa; }
  .download-vault .folder-listing .empty {
    padding: 10px;
    display: block; }

.download-vault #contentControl_dcPageContent_MintoxPlaceHolder_2_divProcessing {
  background: #fff url("img/loader.gif") no-repeat scroll center 20px/24px 24px;
  border: 1px solid #cccccc;
  border-radius: 5px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  float: none;
  left: 50%;
  line-height: 14px;
  margin: 18px 0 18px -110px;
  padding: 54px 14px 20px;
  position: absolute;
  text-align: center;
  top: 30%;
  width: 200px;
  z-index: 999; }
  .download-vault #contentControl_dcPageContent_MintoxPlaceHolder_2_divProcessing img {
    display: none; }

body#upload-page {
  padding: 15px;
  margin: 0px;
  font-family: Arial, Helvetica, sans-serif;
  color: #555;
  font-size: 13px;
  line-height: 22px;
  background: #F9F9F9;
  min-width: 800px;
  /*Drag and Drop Changes*/ }
  body#upload-page h2 {
    font-size: 18px;
    line-height: 24px;
    color: #333333;
    margin: 0 0 15px 0; }
  body#upload-page td {
    font-size: 13px; }
  body#upload-page input[type="text"] {
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
    height: 30px;
    line-height: 30px;
    padding: 0 0px;
    border: 1px solid #ccc;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 0px 3px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: inset 0 0px 3px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 0px 3px rgba(0, 0, 0, 0.1); }
  body#upload-page #radUpload_wrapper input[type="submit"],
  body#upload-page #radUpload_wrapper input[type="button"] {
    cursor: pointer;
    display: inline-block;
    padding: 0px 7px;
    height: 30px;
    line-height: 32px;
    color: #444;
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    line-height: normal;
    border-collapse: separate;
    border: 1px solid #dddddd;
    border-bottom-color: #c6c6c6;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.75);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background: #f0f0f0;
    background: -moz-linear-gradient(top, #fefefe 0%, #e4e4e4 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fefefe), color-stop(100%, #e4e4e4));
    background: -webkit-linear-gradient(top, #fefefe 0%, #e4e4e4 100%);
    background: -o-linear-gradient(top, #fefefe 0%, #e4e4e4 100%);
    background: -ms-linear-gradient(top, #fefefe 0%, #e4e4e4 100%);
    background: linear-gradient(to bottom, #fefefe 0%, #e4e4e4 100%); }
  body#upload-page #radUpload_wrapper .control-buttons input[type="submit"],
  body#upload-page #radUpload_wrapper .control-buttons input[type="button"] {
    color: #fff;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.15);
    border: 1px solid #51001c;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3);
    background: #970035;
    background: -moz-linear-gradient(top, #970035 0%, #77002a 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #970035), color-stop(100%, #77002a));
    background: -webkit-linear-gradient(top, #970035 0%, #77002a 100%);
    background: -o-linear-gradient(top, #970035 0%, #77002a 100%);
    background: -ms-linear-gradient(top, #970035 0%, #77002a 100%);
    background: linear-gradient(to bottom, #970035 0%, #77002a 100%); }
  body#upload-page .download-vault {
    border: 1px solid #ebeae7;
    padding: 20px;
    background: #fff;
    border: 1px solid #cccccc;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px; }
  body#upload-page ul.upload-properties, body#upload-page ul.upload-properties li {
    list-style-type: none;
    margin: 0;
    padding: 0; }
  body#upload-page ul.upload-properties {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #E9E9E9; }
  body#upload-page ul.upload-properties li {
    font-weight: bold; }
  body#upload-page ul.upload-properties li span {
    font-weight: normal; }
  body#upload-page #radUploadListContainer {
    /*width: auto !important;*/ }
  body#upload-page #radUploadListContainer td > div {
    /*	height: 32px;
      width: 235px;
      margin-right: 10px;
      background: url(../../img/downloadvault/browse-upload.png) no-repeat right top;*/ }
  body#upload-page #radUploadListContainer td div {
    width: 250px;
    height: 32px; }
  body#upload-page table#radUploadHolderTable {
    border-collapse: collapse;
    border-spacing: 0;
    margin-bottom: 5px; }
  body#upload-page table#radUploadHolderTable td {
    padding: 0 0 5px 0; }
  body#upload-page .RadUploadInputField {
    width: 180px; }
  body#upload-page .RadUploadSelectButton {
    margin-left: 5px;
    width: 60px; }
  body#upload-page input.RealFileInput {
    filter: alpha(opacity=0);
    opacity: 0;
    height: 30px;
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
    cursor: pointer;
    position: relative;
    z-index: 2;
    background: #000;
    float: right; }
  body#upload-page .controls {
    width: auto !important;
    margin-bottom: 20px; }
  body#upload-page .controls .leftcolumn {
    font-weight: bold; }
  body#upload-page .controls td {
    padding: 5px 5px 5px 0;
    font-size: 12px; }
  body#upload-page .RadUploadTable {
    background: none;
    border: 0px;
    border-collapse: collapse !important;
    color: inherit;
    font: inherit;
    margin: 0;
    width: auto; }
  body#upload-page .uploadcontrol {
    float: left;
    width: 400px; }
  body#upload-page #dragAndDrop {
    margin-left: 400px; }
  body#upload-page #divDragDrop {
    background: #fcfcfc;
    border: 2px dashed #ddd;
    border-radius: 5px;
    line-height: 100px;
    padding: 15px;
    text-align: center;
    margin-bottom: 25px; }
  body#upload-page #divDragDrop .text {
    font-size: 16px;
    font-weight: bold;
    display: inline-block;
    padding-left: 50px;
    background: url(img/drag-n-drop.png) no-repeat left center; }
  body#upload-page .filesCollection .fileProperties {
    padding: 10px 0;
    position: relative; }
  body#upload-page .filesCollection .fileProperties .name {
    font-weight: bold;
    width: 200px;
    overflow: hidden;
    height: 20px;
    line-height: 20px;
    float: left; }
  body#upload-page .filesCollection .fileProperties .size {
    font-size: 11px;
    height: 15px;
    line-height: 15px;
    position: absolute;
    left: 0;
    top: 30px; }
  body#upload-page .filesCollection .fileProperties .progress {
    border: 1px solid #ddd;
    background: #fbfbfb;
    box-shadow: inset 0px 0px 3px rgba(0, 0, 0, 0.1);
    height: 29px;
    margin-left: 200px;
    border-radius: 4px;
    padding: 2px; }
  body#upload-page .filesCollection .fileProperties .progress .progress-bar {
    background: #99b943;
    background: -moz-linear-gradient(top, #b0ca5c 0%, #99b943 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #b0ca5c), color-stop(100%, #99b943));
    background: -webkit-linear-gradient(top, #b0ca5c 0%, #99b943 100%);
    background: -o-linear-gradient(top, #b0ca5c 0%, #99b943 100%);
    background: -ms-linear-gradient(top, #b0ca5c 0%, #99b943 100%);
    background: linear-gradient(to bottom, #b0ca5c 0%, #99b943 100%);
    height: 29px;
    border-radius: 3px; }
  body#upload-page table.controls {
    clear: both; }

#main .searchInput .button {
  padding: 0 !important; }

#main .searchResults .result {
  border-top: 1px solid #e5e5e5; }

#main .searchResults .news {
  margin: 0; }

.dynamic-signup legend {
  display: none;
  align-content: center; }

.dynamic-signup ol {
  list-style: none;
  padding-left: 0;
  margin: 0; }
  .dynamic-signup ol li input {
    margin-bottom: 22.4px; }
  .dynamic-signup ol li:last-child label {
    display: none; }

h1, h2, h3, h4 {
  line-height: normal;
  font-weight: bold;
  margin-bottom: 0.8em; }

h1, .home h2 {
  font-size: 2.4em;
  text-transform: uppercase;
  font-weight: bold; }
  @media (max-width: 991px) {
    h1, .home h2 {
      font-size: 1.8em; } }

h2 {
  font-size: 1.8em; }
  @media (max-width: 991px) {
    h2 {
      font-size: 1.5em; } }

h3 {
  font-size: 1.5em; }
  @media (max-width: 991px) {
    h3 {
      font-size: 1.2em; } }

h4 {
  font-size: 1em;
  margin-bottom: 0.4em; }

a {
  transition: color 0.2s linear 0s, background 0.2s linear 0s; }

.btn, input[type="submit"], input[type="button"] {
	display: inline-block;
	margin-bottom: 0;
	line-height: normal;
	padding: 15px 25px;
	font-weight: normal;
	text-align: center;
	vertical-align: middle;
	touch-action: manipulation;
	cursor: pointer;
	background-image: none;
	border: 2px solid #8C0F0F;
	border-color: #8C0F0F;
	white-space: nowrap;
	user-select: none;
	font-family: inherit;
	font-weight: inherit;
	font-size: inherit;
	color: #8C0F0F;
	background-color: transparent;
	border-radius: 100px;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 0.75em;
	letter-spacing: .1em;
	transition: all 0.2s linear 0s;
	border: 0;
	box-shadow: inset 0 0 0 2px #8C0F0F;
	background: none;
}
  .btn:hover, .btn:focus, input[type="submit"]:hover, input[type="submit"]:focus, input[type="button"]:hover, input[type="button"]:focus {
	color: #8C0F0F;
	background-color: rgba(13, 13, 13, 0);
	border-color: #1268ca;
	text-decoration: none;
}
  .btn:active, .btn.active, input[type="submit"]:active, input[type="submit"].active, input[type="button"]:active, input[type="button"].active {
    outline: 0;
    background-image: none;
    box-shadow: inset 0 3px 2px rgba(0, 0, 0, 0.125); }
  .btn.disabled, .btn[disabled], input[type="submit"].disabled, input[type="submit"][disabled], input[type="button"].disabled, input[type="button"][disabled] {
    pointer-events: none;
    opacity: 0.65;
    box-shadow: none; }
  .btn.btn-block, input[type="submit"].btn-block, input[type="button"].btn-block {
    width: 100%; }
  .btn:hover, input[type="submit"]:hover, input[type="button"]:hover {
    box-shadow: inset 0 0 0 2px #FF0000;
    color: #FF0000; }
  .btn.primary, input[type="submit"].primary, input[type="button"].primary {
    color: #fff;
    background-color: #8C0F0F;
    box-shadow: none; }
    .btn.primary:hover, input[type="submit"].primary:hover, input[type="button"].primary:hover {
      background-color: #FF0000; }
    .btn.primary.white, input[type="submit"].primary.white, input[type="button"].primary.white {
      color: #8C0F0F;
      background-color: #fff; }
      .btn.primary.white:hover, input[type="submit"].primary.white:hover, input[type="button"].primary.white:hover {
        color: #8C0F0F;
        background-color: #e6e5e5; }

input[type="submit"],
input[type="button"] {
  color: #fff;
  background-color: #8C0F0F; }
  input[type="submit"]:hover, input[type="button"]:hover {
    background-color: #1161bc;
    color: #fff; }

@media (min-width: 768px) {
  .btn-group .btn + .btn {
    margin-left: 10px; } }

@media (max-width: 767px) {
  .btn-group .btn {
    display: block;
    margin-left: auto;
    margin-right: auto; }
  .btn-group .btn + .btn {
    margin-top: 10px; } }

input[type="text"], input[type="password"], textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: 16px; }

ul.bullets {
  list-style: none;
  padding-left: 0;
  margin: 0;
  margin-bottom: 22.4px; }
  ul.bullets li {
    padding-left: 20px;
    position: relative;
    margin: 7px 0 7px 7px; }
    ul.bullets li:before {
      content: "";
      display: block;
      width: 7px;
      height: 7px;
      background: #8C0F0F;
      position: absolute;
      left: 0;
      top: 7px;
      border-radius: 7px; }
    ul.bullets li ul {
      list-style: none;
      list-style: none;
      padding-left: 0;
      margin: 0; }

#main .asx-announcements ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
  margin-bottom: 22.4px; }
  #main .asx-announcements ul li {
    margin: 0;
    padding: 0;
    margin-bottom: 10px;
    border: 1px solid #e5e5e5;
    background: #fff;
    position: relative;
    /*&:after {
               content: "";
               position: absolute;
               left: 15px;
               top: 50%;
               margin-top: -15px;
               display: block;
               width: 30px;
               height: 30px;
               background-image: url("theme/purefluidsoilandgas/img/icon/pdf.svg");
               background-size: contain;
            }*/ }
    #main .asx-announcements ul li:before {
      display: none; }
    #main .asx-announcements ul li:hover {
      background: #f5f5f5; }
    #main .asx-announcements ul li br {
      display: none; }
    #main .asx-announcements ul li strong {
      font-size: 12px !important;
      font-weight: bold;
      text-transform: uppercase;
      position: absolute;
      top: 15px;
      left: 15px; }
    #main .asx-announcements ul li a {
      font-weight: bold;
      display: block;
      padding: 35px 15px 15px 15px;
      position: relative;
      z-index: 1; }

#main .asx-announcements.no-date ul li a {
  padding: 15px 15px 15px 15px; }

img.img-fullwidth {
  width: 100% !important;
  height: auto !important;
  display: block;
  margin: auto; }
  img.img-fullwidth + br {
    display: none; }
  img.img-fullwidth + br + em {
    display: block;
    text-align: center;
    background: #fff;
    font-style: normal;
    padding: 15px;
    font-size: 14px;
    color: #999999;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1); }

img.icon {
  vertical-align: middle;
  margin-bottom: 3px; }

@media (min-width: 768px) {
  img.right {
    float: right;
    margin-top: 5px;
    margin-left: 22.4px;
    margin-bottom: 22.4px; }
  img.left {
    float: left;
    margin-top: 5px;
    margin-right: 22.4px;
    margin-bottom: 22.4px; } }

@media (max-width: 767px) {
  img.right, img.left {
    float: none;
    margin-bottom: 22.4px;
    width: 100% !important;
    height: auto !important;
    display: block; } }

hr {
  margin: 33.6px 0; }

div.row + hr {
  margin-top: 11.2px; }

.border {
  border: 1px solid #e5e5e5; }

.rounded {
  border-radius: 5px; }

@media (min-width: 768px) {
  .right-align {
    float: right; } }

.sep {
  text-align: center;
  margin: 40px 0;
  height: 30px; }
  .sep strong {
    font-weight: bold;
    text-transform: uppercase;
    color: #999999;
    text-align: center;
    background: #fff;
    padding: 0 10px;
    line-height: 30px;
    height: 30px;
    z-index: 2;
    display: inline-block; }
  .sep:after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: rgba(153, 153, 153, 0.2);
    margin-top: -15px;
    z-index: 1; }

.cta {
  margin-bottom: 30px; }
  .cta a {
    display: block;
    text-align: left;
    position: relative; }
    .cta a img {
      display: block;
      width: 100% !important;
      height: auto !important; }
    .cta a:after {
      content: "";
      display: block;
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0;
      top: 0;
      background-image: -webkit-linear-gradient(top, transparent 50%, rgba(0, 0, 0, 0.8) 100%);
      background-image: -o-linear-gradient(top, transparent 50%, rgba(0, 0, 0, 0.8) 100%);
      background-image: linear-gradient(to bottom, transparent 50%, rgba(0, 0, 0, 0.8) 100%);
      background-repeat: repeat-x;
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#CC000000', GradientType=0);
      transition: all 0.4s 0s; }
    .cta a:before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	z-index: 10;
	transition: opacity 0.4s 0s;
	opacity: 0;
	background-color: #8C0F0F;
}
    .cta a span {
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      height: 80px;
      z-index: 20;
      padding-bottom: 0;
      transition: padding 0.4s 0s; }
      .cta a span strong {
        display: block;
        font-size: 1em;
        padding: 20px;
        padding-right: 80px;
        color: #fff;
        position: relative;
        z-index: 1;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        text-transform: uppercase; }
        .cta a span strong:after {
          content: "";
          display: block;
          width: 40px;
          height: 40px;
          background-image: url("theme/purefluidsoilandgas/img/icon/arrow-red.png");
          background-size: contain;
          background-position: center center;
          background-repeat: no-repeat;
          background-color: transparent;
          position: absolute;
          right: 20px;
          top: 50%;
          margin-top: -20px; }
    @media (min-width: 992px) {
      .cta a:hover:before {
        opacity: 0.7; }
      .cta a:hover span {
        padding-bottom: 30px; } }

.content-tile {
  margin-bottom: 30px;
  position: relative;
  background: #222222; }
  @media (max-width: 767px) {
    .content-tile {
      height: auto !important; } }
  .content-tile img {
    display: block; }
  .content-tile h3 {
    display: block;
    padding: 20px 50px 20px 20px;
    font-size: 1.2em;
    color: #fff;
    background: #222222;
    position: relative;
    margin-bottom: 0; }
    .content-tile h3:after {
      content: "";
      display: block;
      width: 24px;
      height: 24px;
      background-image: url("theme/purefluidsoilandgas/img/icon/arrow-red.png");
      background-size: contain;
      background-position: center center;
      background-repeat: no-repeat;
      background-color: transparent;
      position: absolute;
      right: 20px;
      top: 50%;
      margin-top: -12px;
      -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
      transform: rotate(90deg); }
  .content-tile p {
    color: #fff;
    padding: 0px 20px 20px 20px;
    font-size: .9em; }

table {
  margin-bottom: 22.4px;
  width: 100%; }

.table {
  background: #fff; }
  .table th p:last-child,
  .table td p:last-child {
    margin-bottom: 0; }
  .table.table-bordered {
    border: 1px solid #e5e5e5;
    border-right: 0; }
    .table.table-bordered > tr > th,
    .table.table-bordered > tr > td,
    .table.table-bordered > thead > tr > th,
    .table.table-bordered > thead > tr > td,
    .table.table-bordered > tbody > tr > th,
    .table.table-bordered > tbody > tr > td,
    .table.table-bordered > tfoot > tr > th,
    .table.table-bordered > tfoot > tr > td {
      border-left: 0;
      border-bottom: 0; }
    .table.table-bordered > thead > tr > th,
    .table.table-bordered > thead > tr > td {
      border-bottom: 0px; }
    .table.table-bordered tbody th {
      background: #f9f9f9; }
    .table.table-bordered tbody tr:first-child th,
    .table.table-bordered tbody tr:first-child td {
      border-top: 0px; }
    @media screen and (max-width: 767px) {
      .table-responsive .table.table-bordered {
        border: 0; } }

@media screen and (max-width: 767px) {
  .table-responsive {
    margin-bottom: 22.4px; } }

ul.timeline {
  list-style: none;
  padding-left: 0;
  margin: 0;
  margin-bottom: 22.4px;
  position: relative;
  padding-top: 5px;
  margin-left: 5px; }
  ul.timeline:before, ul.timeline:after {
    content: " ";
    display: table; }
  ul.timeline:after {
    clear: both; }
  ul.timeline:before {
    content: "";
    position: absolute;
    display: block;
    width: 6px;
    right: 0;
    top: 0;
    bottom: 0;
    left: 0px;
    margin-left: -3px;
    background: #efefef;
    border-radius: 4px; }
  ul.timeline li {
    position: relative;
    padding-left: 20px;
    margin: 30px 0; }
    ul.timeline li:before {
	content: "";
	display: block;
	width: 16px;
	height: 16px;
	border-radius: 100%;
	position: absolute;
	top: 10px;
	left: -8px;
	margin-top: -8px;
	border: 3px solid #fff;
	background-color: #8C0F0F;
}
    ul.timeline li strong {
      display: block;
      position: absolute; }
    ul.timeline li em {
      display: block;
      font-style: normal;
      padding-left: 60px; }

.board {
  margin-bottom: 22.4px; }
  .board h3 {
    line-height: normal; }
    .board h3 br {
      display: none; }
    .board h3 strong, .board h3 em {
      display: block;
      font-size: .7em; }
    .board h3 strong {
      color: #8C0F0F; }
    .board h3 em {
      font-style: normal;
      color: #999999;
      font-weight: normal; }
  .board img {
    width: 100% !important;
    height: auto !important;
    -ms-interpolation-mode: bicubic;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    /* Other transform properties here */ }

.contact {
  position: relative;
  padding-left: 90px; }
  .contact img {
    width: 80px !important;
    height: 80px !important;
    border-radius: 100%;
    position: absolute;
    left: 0;
    top: 0; }
  .contact.no-photo {
    padding-left: 0; }
  .contact a {
    display: inline-block;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: bold;
    line-height: 20px;
    font-size: .9em; }
    .contact a.phone, .contact a.email {
      font-weight: normal; }
      .contact a.phone:before, .contact a.email:before {
        content: "";
        display: inline-block;
        width: 16px;
        height: 16px;
        vertical-align: middle;
        margin-bottom: 2px;
        background: #000;
        margin-right: 5px;
        background-size: contain;
        background-position: center center;
        background-repeat: no-repeat;
        background-color: transparent; }
    .contact a.phone {
      margin-top: 5px; }
      .contact a.phone:before {
        background-image: url("theme/purefluidsoilandgas/img/icon/icon-phone.svg"); }
    .contact a.email {
      margin-bottom: 5px; }
      .contact a.email:before {
        background-image: url("theme/purefluidsoilandgas/img/icon/icon-email.svg"); }

a.google-link {
  font-size: .9em;
  font-weight: bold;
  display: inline-block;
  margin-top: 5px;
  position: relative;
  padding-left: 15px; }
  a.google-link:before {
    content: "";
    display: block;
    width: 10px;
    height: 20px;
    background-image: url("theme/purefluidsoilandgas/img/icon/pin.svg");
    background-size: contain;
    background-position: left center;
    background-repeat: no-repeat;
    background-color: transparent;
    position: absolute;
    left: 0;
    top: 0; }

@media (min-width: 1200px) {
  #main-nav {
    height: 110px;
    transition: height 0.3s linear 0s;
    position: relative;
    float: right; }
    #main-nav:before, #main-nav:after {
      content: " ";
      display: table; }
    #main-nav:after {
      clear: both; }
    #main-nav .menu {
      float: left; }
      #main-nav .menu > ul {
        list-style: none;
        padding-left: 0;
        margin: 0;
        float: left; }
        #main-nav .menu > ul:before {
          content: "";
          display: block;
          width: 100%;
          height: 30px;
          position: absolute;
          z-index: 1; }
        #main-nav .menu > ul > li {
          float: left;
          transition: height 0.3s linear 0s;
          position: relative; }
          #main-nav .menu > ul > li > a {
            height: 110px;
            line-height: 110px;
            display: block;
            transition: height 0.3s linear 0s, line-height 0.3s linear 0s;
            padding: 0 15px 0 15px;
            color: #444;
            font-weight: bold; } }
          @media (min-width: 1200px) and (max-width: 1400px) {
            #main-nav .menu > ul > li > a {
              font-size: 14px;
              padding: 0 15px 0 15px; }
              #main-nav .menu > ul > li > a:after {
                display: none; } }

@media (min-width: 1200px) {
          #main-nav .menu > ul > li.has-child > a {
            padding: 0 35px 0 15px; }
            #main-nav .menu > ul > li.has-child > a:after {
              content: "";
              display: block;
              width: 10px;
              height: 10px;
              position: absolute;
              right: 15px;
              top: 50%;
              -webkit-transform: translateY(-50%);
              -ms-transform: translateY(-50%);
              transform: translateY(-50%);
              transition: transform .2s, -webkit-transform .2s;
              background-image: url("theme/purefluidsoilandgas/img/icon/nav-arrows.svg");
              background-size: contain;
              background-repeat: no-repeat;
              background-position: center center; } }
          @media (min-width: 1200px) and (max-width: 1400px) {
            #main-nav .menu > ul > li.has-child > a {
              padding: 0 15px 0 15px; }
              #main-nav .menu > ul > li.has-child > a:after {
                display: none; } }

@media (min-width: 1200px) {
          #main-nav .menu > ul > li:after {
            content: "";
            display: block;
            width: 100%;
            height: 2px;
            background-color: #8C0F0F;
            position: absolute;
            left: 0;
            bottom: 0;
            opacity: 0;
            transition: opacity 0.2s ease; }
          #main-nav .menu > ul > li .dropdown-container {
            display: block;
            position: fixed;
            width: 100%;
            top: 150px;
            left: 0;
            right: 0;
            overflow: hidden;
            visibility: hidden;
            padding-bottom: 10px;
            transition: visibility 0.3s ease 0s, top 0.3s linear 0s; }
            #main-nav .menu > ul > li .dropdown-container .dropdown-container {
              display: none; }
            #main-nav .menu > ul > li .dropdown-container .dropdown {
              background: #fff;
              padding: 30px 0;
              box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
              visibility: hidden;
              -webkit-transform: translateY(-100%);
              -ms-transform: translateY(-100%);
              transform: translateY(-100%);
              transition: all 0.3s ease 0s; }
              #main-nav .menu > ul > li .dropdown-container .dropdown .dropdown {
                display: none; }
              #main-nav .menu > ul > li .dropdown-container .dropdown h3 {
                content: "Header";
                display: block;
                max-width: 1400px;
                margin: auto;
                font-size: 1.4em;
                text-transform: uppercase;
                font-weight: bold;
                padding-left: 30px;
                padding-right: 30px;
                margin-bottom: 15px; }
                #main-nav .menu > ul > li .dropdown-container .dropdown h3 a {
                  color: #000; }
              #main-nav .menu > ul > li .dropdown-container .dropdown ul {
                list-style: none;
                padding-left: 0;
                margin: 0;
                padding-bottom: 20px;
                padding-left: 15px;
                padding-right: 15px;
                margin-left: -15px;
                margin-right: -15px;
                max-width: 1400px;
                margin: auto; }
                #main-nav .menu > ul > li .dropdown-container .dropdown ul:before, #main-nav .menu > ul > li .dropdown-container .dropdown ul:after {
                  content: " ";
                  display: table; }
                #main-nav .menu > ul > li .dropdown-container .dropdown ul:after {
                  clear: both; }
                #main-nav .menu > ul > li .dropdown-container .dropdown ul ul {
                  display: none; }
                #main-nav .menu > ul > li .dropdown-container .dropdown ul li {
                  float: left;
                  width: 33.33%;
                  padding: 0 15px; }
                  #main-nav .menu > ul > li .dropdown-container .dropdown ul li a {
                    color: #444;
                    display: block;
                    padding: 15px 0 15px 20px;
                    border-bottom: 1px solid #e5e5e5;
                    position: relative; } }
                  @media (min-width: 1200px) and (max-width: 1400px) {
                    #main-nav .menu > ul > li .dropdown-container .dropdown ul li a {
                      font-size: 14px;
                      padding: 10px 0 10px 20px; } }

@media (min-width: 1200px) {
                    #main-nav .menu > ul > li .dropdown-container .dropdown ul li a:before {
                      content: "";
                      display: block;
                      width: 10px;
                      height: 10px;
                      position: absolute;
                      left: 0px;
                      top: 50%;
                      -webkit-transform: translateY(-50%) rotate(-90deg);
                      -ms-transform: translateY(-50%) rotate(-90deg);
                      transform: translateY(-50%) rotate(-90deg);
                      background-image: url("theme/purefluidsoilandgas/img/icon/nav-arrows.svg");
                      background-size: contain;
                      background-repeat: no-repeat;
                      background-position: center center; }
                    #main-nav .menu > ul > li .dropdown-container .dropdown ul li a:hover {
                      color: #8C0F0F; }
          #main-nav .menu > ul > li:hover .dropdown-container {
            visibility: visible;
            opacity: 1; }
            #main-nav .menu > ul > li:hover .dropdown-container .dropdown {
              visibility: visible;
              -webkit-transform: translateY(0);
              -ms-transform: translateY(0);
              transform: translateY(0); }
          #main-nav .menu > ul > li:hover > a, #main-nav .menu > ul > li.is-active > a {
            color: #8C0F0F; }
            #main-nav .menu > ul > li:hover > a:after, #main-nav .menu > ul > li.is-active > a:after {
              -webkit-transform: translateY(-50%) rotate(180deg);
              -ms-transform: translateY(-50%) rotate(180deg);
              transform: translateY(-50%) rotate(180deg); }
          #main-nav .menu > ul > li:hover:after, #main-nav .menu > ul > li.is-active:after {
            opacity: 1; }
          #main-nav .menu > ul > li.active > a {
            color: #8C0F0F; }
    #main-nav p {
      float: left;
      margin: 0 0 0 15px;
      position: relative;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); } }
    @media (min-width: 1200px) and (max-width: 1400px) {
      #main-nav p .btn {
        padding-left: 15px;
        padding-right: 15px; } }

@media (min-width: 1200px) {
  #menu-toggle, .secondary-nav-mobile {
    display: none; }
  body:not(.vessel-detail) header.on-scroll #main-nav {
    height: 80px; }
    body:not(.vessel-detail) header.on-scroll #main-nav .menu > ul:before {
      height: 0px; }
    body:not(.vessel-detail) header.on-scroll #main-nav .menu > ul > li > a {
      height: 80px;
      line-height: 80px; }
    body:not(.vessel-detail) header.on-scroll #main-nav .menu > ul > li .dropdown-container {
      top: 120px; } }

@media (max-width: 1199px) {
  #menu-toggle {
    position: absolute;
    right: 30px;
    top: 50%;
    margin-top: -11px;
    height: 22px;
    width: 28px;
    cursor: pointer;
    z-index: 100;
    transition: opacity .25s ease; } }
  @media (max-width: 1199px) and (max-width: 767px) {
    #menu-toggle {
      right: 15px; } }

@media (max-width: 1199px) {
    #menu-toggle.active .top {
      transform: translateY(10px) translateX(0) rotate(45deg);
      -ms-transform: translateY(10px) translateX(0) rotate(45deg);
      -webkit-transform: translateY(10px) translateX(0) rotate(45deg); }
    #menu-toggle.active .middle {
      opacity: 0; }
    #menu-toggle.active .bottom {
      transform: translateY(-8px) translateX(0) rotate(-45deg);
      -ms-transform: translateY(-8px) translateX(0) rotate(-45deg);
      -webkit-transform: translateY(-8px) translateX(0) rotate(-45deg); }
    #menu-toggle span {
      background: #8C0F0F;
      border: none;
      height: 4px;
      width: 100%;
      position: absolute;
      left: 0;
      transition: all .35s ease;
      cursor: pointer;
      border-radius: 1px; }
      #menu-toggle span.top {
        top: 0px; }
      #menu-toggle span.middle {
        top: 9px; }
      #menu-toggle span.bottom {
        bottom: 0px; }
  .overlay {
    position: fixed;
    background: white;
    background-size: cover;
    background-position: center center;
    top: 80px;
    left: 0;
    bottom: 0;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    transition: opacity .35s, visibility .35s;
    overflow: hidden;
    z-index: 99; } }
  @media (max-width: 1199px) and (max-width: 991px) {
    .overlay {
      top: 80px; } }
  @media (max-width: 1199px) and (max-width: 767px) {
    .overlay {
      top: 70px; } }

@media (max-width: 1199px) {
    .overlay.open {
      opacity: 1;
      visibility: visible; }
    .overlay .mobile-menu {
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      position: absolute;
      width: 100%;
      overflow-y: scroll;
      -webkit-overflow-scrolling: touch;
      padding-top: 15px; }
      .overlay .mobile-menu .site-search, .overlay .mobile-menu #main-nav, .overlay .mobile-menu .secondary-nav-mobile {
        margin: 0 30px;
        width: auto; } }
      @media (max-width: 1199px) and (max-width: 991px) {
        .overlay .mobile-menu .site-search, .overlay .mobile-menu #main-nav, .overlay .mobile-menu .secondary-nav-mobile {
          width: auto; } }
      @media (max-width: 1199px) and (max-width: 767px) {
        .overlay .mobile-menu .site-search, .overlay .mobile-menu #main-nav, .overlay .mobile-menu .secondary-nav-mobile {
          width: auto;
          margin: 0 15px; } }

@media (max-width: 1199px) {
      .overlay .mobile-menu ul {
        list-style: none;
        padding-left: 0;
        margin: 0; }
        .overlay .mobile-menu ul:before, .overlay .mobile-menu ul:after {
          content: " ";
          display: table; }
        .overlay .mobile-menu ul:after {
          clear: both; }
        .overlay .mobile-menu ul ul {
          display: none; }
        .overlay .mobile-menu ul li a {
          display: block;
          font-weight: bold;
          color: #444; }
      .overlay .mobile-menu #main-nav {
        margin-top: 15px;
        margin-bottom: 15px; }
        .overlay .mobile-menu #main-nav h3 {
          display: none; }
        .overlay .mobile-menu #main-nav ul li {
          border-bottom: 1px solid #e5e5e5; } }
        @media (max-width: 1199px) and (min-width: 768px) {
          .overlay .mobile-menu #main-nav ul li {
            width: 50%;
            float: left; } }

@media (max-width: 1199px) {
          .overlay .mobile-menu #main-nav ul li a {
            padding: 15px 0 15px 15px;
            position: relative; }
            .overlay .mobile-menu #main-nav ul li a:before {
              content: "";
              display: block;
              width: 10px;
              height: 10px;
              position: absolute;
              left: 0px;
              top: 50%;
              -webkit-transform: translateY(-50%) rotate(-90deg);
              -ms-transform: translateY(-50%) rotate(-90deg);
              transform: translateY(-50%) rotate(-90deg);
              background-image: url("theme/purefluidsoilandgas/img/icon/nav-arrows.svg");
              background-size: contain;
              background-repeat: no-repeat;
              background-position: center center; }
      .overlay .mobile-menu .secondary-nav-mobile {
        padding-bottom: 15px; }
        .overlay .mobile-menu .secondary-nav-mobile ul {
          margin-bottom: 15px; }
          .overlay .mobile-menu .secondary-nav-mobile ul li {
            font-size: 14px; } }
          @media (max-width: 1199px) and (min-width: 768px) {
            .overlay .mobile-menu .secondary-nav-mobile ul li {
              width: 50%;
              float: left; } }

@media (max-width: 1199px) {
            .overlay .mobile-menu .secondary-nav-mobile ul li a {
              color: #444;
              display: block;
              height: 40px;
              line-height: 40px; } }
            @media (max-width: 1199px) and (max-width: 767px) {
              .overlay .mobile-menu .secondary-nav-mobile ul li a {
                height: 30px;
                line-height: 30px; } }

@media (max-width: 1199px) {
              .overlay .mobile-menu .secondary-nav-mobile ul li a:hover {
                opacity: 0.7; }
              .overlay .mobile-menu .secondary-nav-mobile ul li a img {
                display: inline-block;
                vertical-align: middle;
                margin-bottom: 2px;
                margin-right: 3px; }
        .overlay .mobile-menu .secondary-nav-mobile .btn {
          display: block; } }

@media (min-width: 992px) {
  .sub-col {
    float: right; } }

@media (min-width: 992px) {
  .sub-col .submenu {
      margin-bottom: 30px; }
    .sub-col .submenu .toggle {
      display: none; }
    .sub-col .submenu h2 {
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 1em;
	margin: 0;
	padding: 20px;
	background-color: #8C0F0F;
}
    .sub-col .submenu ul li {
      border-bottom: 1px solid #e5e5e5;
      line-height: normal;
      font-size: 1em; }
      .sub-col .submenu ul li a {
        padding: 20px;
        color: #999999;
        position: relative; }
        .sub-col .submenu ul li a:before {
          content: "";
          display: block;
          position: absolute;
          width: 2px;
          top: 15px;
          bottom: 15px;
          left: 0px; }
        .sub-col .submenu ul li a:hover {
	color: #8C0F0F;
}
      .sub-col .submenu ul li.subPageSelected a {
        color: #000; }
        .sub-col .submenu ul li.subPageSelected a:before {
	background-color: #8C0F0F;
} }

@media (max-width: 991px) {
  .sub-col .submenu {
    margin-bottom: 30px;
    border: 1px solid #e5e5e5; }
    .sub-col .submenu h2 {
      display: none; }
    .sub-col .submenu .toggle {
      cursor: pointer;
      font-weight: bold;
      position: relative;
      background: #fff;
      padding: 15px;
      color: #000;
      text-transform: uppercase;
      font-size: 14px; }
      .sub-col .submenu .toggle .icon {
        position: absolute;
        right: 15px;
        top: 50%;
        margin-top: -15px;
        height: 30px;
        width: 24px;
        cursor: pointer;
        z-index: 99;
        transition: opacity .25s ease; }
        .sub-col .submenu .toggle .icon span {
          background: #8C0F0F;
          border: none;
          height: 2px;
          width: 100%;
          position: absolute;
          left: 0;
          transition: all .35s ease;
          cursor: pointer;
          border-radius: 1px; }
          .sub-col .submenu .toggle .icon span.top {
            top: 6px; }
          .sub-col .submenu .toggle .icon span.middle {
            top: 14px; }
          .sub-col .submenu .toggle .icon span.bottom {
            bottom: 6px; }
      .sub-col .submenu .toggle.open .icon .top {
        transform: translateY(8px) translateX(0) rotate(45deg);
        -ms-transform: translateY(8px) translateX(0) rotate(45deg);
        -webkit-transform: translateY(8px) translateX(0) rotate(45deg); }
      .sub-col .submenu .toggle.open .icon .middle {
        opacity: 0; }
      .sub-col .submenu .toggle.open .icon .bottom {
        transform: translateY(-8px) translateX(0) rotate(-45deg);
        -ms-transform: translateY(-8px) translateX(0) rotate(-45deg);
        -webkit-transform: translateY(-8px) translateX(0) rotate(-45deg); }
    .sub-col .submenu ul {
      background-color: #fff;
      display: none;
      font-size: 14px;
      font-weight: bold; }
      .sub-col .submenu ul.open {
        display: block; }
      .sub-col .submenu ul li {
        border-top: 1px solid #e5e5e5; }
        .sub-col .submenu ul li a {
          padding: 15px;
          color: #333; }
        .sub-col .submenu ul li.subPageSelected a {
          color: #8C0F0F; } }

.heading {
  position: relative; }
  .heading .submenu {
    margin-bottom: 30px;
    border: 1px solid #e5e5e5; }
    @media (min-width: 1200px) {
      .heading .submenu {
        width: 280px;
        position: absolute;
        top: 50%;
        margin-top: -30px;
        right: 0;
        z-index: 9; }
        .heading .submenu a:hover {
          background: #efefef; } }
    .heading .submenu h2 {
      display: none; }
    .heading .submenu .toggle {
      cursor: pointer;
      font-weight: bold;
      position: relative;
      background: #fff;
      padding: 15px;
      color: #888;
      text-transform: uppercase;
      font-size: 14px; }
      .heading .submenu .toggle .icon {
        position: absolute;
        right: 15px;
        top: 50%;
        margin-top: -15px;
        height: 30px;
        width: 24px;
        cursor: pointer;
        z-index: 99;
        transition: opacity .25s ease; }
        .heading .submenu .toggle .icon span {
          background: #8C0F0F;
          border: none;
          height: 2px;
          width: 100%;
          position: absolute;
          left: 0;
          transition: all .35s ease;
          cursor: pointer;
          border-radius: 1px; }
          .heading .submenu .toggle .icon span.top {
            top: 6px; }
          .heading .submenu .toggle .icon span.middle {
            top: 14px; }
          .heading .submenu .toggle .icon span.bottom {
            bottom: 6px; }
      .heading .submenu .toggle.open .icon .top {
        transform: translateY(8px) translateX(0) rotate(45deg);
        -ms-transform: translateY(8px) translateX(0) rotate(45deg);
        -webkit-transform: translateY(8px) translateX(0) rotate(45deg); }
      .heading .submenu .toggle.open .icon .middle {
        opacity: 0; }
      .heading .submenu .toggle.open .icon .bottom {
        transform: translateY(-8px) translateX(0) rotate(-45deg);
        -ms-transform: translateY(-8px) translateX(0) rotate(-45deg);
        -webkit-transform: translateY(-8px) translateX(0) rotate(-45deg); }
    .heading .submenu ul {
      background-color: #fff;
      display: none;
      font-size: 14px;
      font-weight: bold; }
      .heading .submenu ul.open {
        display: block; }
      .heading .submenu ul li {
        border-top: 1px solid #e5e5e5; }
        .heading .submenu ul li a {
          padding: 15px;
          color: #333; }
        .heading .submenu ul li.subPageSelected a {
          color: #8C0F0F; }

@media (min-width: 992px) {
  .vessel-subnav {
    background: #f5f5f5;
    border-bottom: 1px solid #dcdcdc; }
    .vessel-subnav:before, .vessel-subnav:after {
      content: " ";
      display: table; }
    .vessel-subnav:after {
      clear: both; }
    .vessel-subnav .vessel-categories {
      float: left;
      width: 75%; } }

.vessel-subnav .submenu h2 {
  display: none; }

@media (min-width: 992px) {
  .vessel-subnav .submenu .toggle {
    display: none; }
  .vessel-subnav .submenu ul li {
    float: left;
    margin-right: 5%;
    font-size: 0.9em;
    font-weight: bold;
    text-transform: uppercase; }
    .vessel-subnav .submenu ul li:last-child {
      margin-right: 0; }
    .vessel-subnav .submenu ul li a {
      display: block;
      line-height: 80px;
      color: #999999;
      position: relative; }
      .vessel-subnav .submenu ul li a:hover {
        color: #8C0F0F; }
    .vessel-subnav .submenu ul li.subPageSelected a {
      color: #8C0F0F; }
      .vessel-subnav .submenu ul li.subPageSelected a:after {
        content: "";
        position: absolute;
        background-color: #8C0F0F;
        left: 0;
        right: 0;
        bottom: -1px;
        height: 2px; } }

@media (max-width: 991px) {
  .vessel-subnav .submenu {
    border: 1px solid #e5e5e5;
    margin-top: 30px; }
    .vessel-subnav .submenu .toggle {
      cursor: pointer;
      font-weight: bold;
      position: relative;
      background: #fff;
      padding: 15px;
      color: #888;
      text-transform: uppercase;
      font-size: 14px; }
      .vessel-subnav .submenu .toggle .icon {
        position: absolute;
        right: 15px;
        top: 50%;
        margin-top: -15px;
        height: 30px;
        width: 24px;
        cursor: pointer;
        z-index: 99;
        transition: opacity .25s ease; }
        .vessel-subnav .submenu .toggle .icon span {
          background: #8C0F0F;
          border: none;
          height: 2px;
          width: 100%;
          position: absolute;
          left: 0;
          transition: all .35s ease;
          cursor: pointer;
          border-radius: 1px; }
          .vessel-subnav .submenu .toggle .icon span.top {
            top: 6px; }
          .vessel-subnav .submenu .toggle .icon span.middle {
            top: 14px; }
          .vessel-subnav .submenu .toggle .icon span.bottom {
            bottom: 6px; }
      .vessel-subnav .submenu .toggle.open .icon .top {
        transform: translateY(8px) translateX(0) rotate(45deg);
        -ms-transform: translateY(8px) translateX(0) rotate(45deg);
        -webkit-transform: translateY(8px) translateX(0) rotate(45deg); }
      .vessel-subnav .submenu .toggle.open .icon .middle {
        opacity: 0; }
      .vessel-subnav .submenu .toggle.open .icon .bottom {
        transform: translateY(-8px) translateX(0) rotate(-45deg);
        -ms-transform: translateY(-8px) translateX(0) rotate(-45deg);
        -webkit-transform: translateY(-8px) translateX(0) rotate(-45deg); }
    .vessel-subnav .submenu ul {
      background-color: #fff;
      display: none;
      font-size: 14px;
      font-weight: bold; }
      .vessel-subnav .submenu ul.open {
        display: block; }
      .vessel-subnav .submenu ul li {
        border-top: 1px solid #e5e5e5; }
        .vessel-subnav .submenu ul li a {
          padding: 15px;
          color: #333; }
        .vessel-subnav .submenu ul li.subPageSelected a {
          color: #8C0F0F; } }

.vessel-subnav .vessel-search {
  float: right;
  width: 25%;
  position: relative;
  height: 80px; }
  .vessel-subnav .vessel-search input[type="text"] {
    position: absolute;
    top: 20px;
    border-radius: 100px;
    padding: 0 20px;
    line-height: normal;
    height: 40px;
    line-height: 40px; }
  .vessel-subnav .vessel-search input[type="submit"] {
    position: absolute;
    top: 20px;
    right: 0;
    padding: 0px;
    height: 40px;
    width: 40px;
    font-size: 0;
    line-height: 0;
    border: 0;
    background-image: url("theme/purefluidsoilandgas/img/icon/nav-search-blue.svg");
    background-size: 16px 16px;
    background-position: center center;
    background-repeat: no-repeat;
    background-color: transparent;
    opacity: 1;
    box-shadow: none; }
  @media (max-width: 991px) {
    .vessel-subnav .vessel-search {
      display: none; } }

body:not(.image-heading) .anchor-nav {
  margin-bottom: 45px; }
  @media (max-width: 1199px) {
    body:not(.image-heading) .anchor-nav {
      margin-bottom: 30px; } }
  @media (max-width: 991px) {
    body:not(.image-heading) .anchor-nav {
      margin-bottom: 30px; } }

@media (min-width: 992px) {
  .anchor-nav {
    background: #f5f5f5;
    border-bottom: 1px solid #dcdcdc; }
    .anchor-nav:before, .anchor-nav:after {
      content: " ";
      display: table; }
    .anchor-nav:after {
      clear: both; }
    .anchor-nav .vessel-categories {
      float: left;
      width: 75%; } }

.anchor-nav .container {
  position: relative; }

@media (min-width: 992px) {
  .anchor-nav .vessel-anchors .btn {
    position: absolute;
    right: 30px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
  .anchor-nav .vessel-anchors ul {
    list-style: none;
    padding-left: 0;
    margin: 0; }
    .anchor-nav .vessel-anchors ul li {
      float: left;
      margin-right: 3%;
      font-size: 0.9em;
      font-weight: bold;
      text-transform: uppercase;
      position: relative;
      cursor: pointer;
      display: block;
      line-height: 80px;
      color: #999999;
      position: relative; }
      .anchor-nav .vessel-anchors ul li:last-child {
        margin-right: 0; }
      .anchor-nav .vessel-anchors ul li:hover {
        color: #8C0F0F; }
      .anchor-nav .vessel-anchors ul li.highlight {
        color: #8C0F0F; }
        .anchor-nav .vessel-anchors ul li.highlight:after {
          content: "";
          position: absolute;
          background-color: #8C0F0F;
          left: 0;
          right: 0;
          bottom: -1px;
          height: 2px; } }

@media (max-width: 991px) {
  .anchor-nav .vessel-anchors {
    display: none; } }

.anchor-nav.sticky {
  margin-bottom: 0;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  display: none; }
  .anchor-nav.sticky.show {
    display: block; }

body {
  background-color: #fff; }

.max-body {
  position: relative;
  padding-top: 150px; }
  @media (max-width: 1199px) {
    .max-body {
      padding-top: 80px; } }
  @media (max-width: 767px) {
    .max-body {
      padding-top: 70px; } }

.fold-anchor {
  position: absolute;
  margin-top: -120px; }
  @media (max-width: 1199px) {
    .fold-anchor {
      margin-top: -80px; } }
  @media (max-width: 767px) {
    .fold-anchor {
      margin-top: -70px; } }

.container {
  max-width: 1400px; }
  @media (min-width: 768px) {
    .container {
      padding: 0 30px; } }

header {
  background: #fff;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  transition: background 0.3s linear 0s; }
  header .secondary-nav {
	font-size: 12px;
	font-weight: bold;
	background-color: #8C0F0F;
}
    @media (max-width: 1199px) {
      header .secondary-nav {
        display: none; } }
    header .secondary-nav:before, header .secondary-nav:after {
      content: " ";
      display: table; }
    header .secondary-nav:after {
      clear: both; }
    header .secondary-nav ul {
      float: right;
      list-style: none;
      padding-left: 0;
      margin: 0; }
      header .secondary-nav ul li {
        float: left;
        margin-left: 30px; }
        header .secondary-nav ul li a {
          color: #fff;
          display: block;
          float: left;
          height: 40px;
          line-height: 40px; }
          header .secondary-nav ul li a:hover {
            opacity: 0.7; }
          header .secondary-nav ul li a img {
            display: inline-block;
            vertical-align: middle;
            margin-bottom: 2px;
            margin-right: 3px; }
  header .navbar {
    position: relative; }
    header .navbar .container {
      position: relative;
      height: 110px;
      transition: height 0.3s linear 0s; }
      @media (max-width: 1199px) {
        header .navbar .container {
          height: 80px; } }
      @media (max-width: 767px) {
        header .navbar .container {
          height: 70px; } }
    header .navbar .logo {
      display: block;
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); }
      header .navbar .logo a {
        display: block; }
        header .navbar .logo a img {
          display: block;
          width: auto !important;
          height: 70px !important;
          transition: height 0.3s linear 0s, width 0.3s linear 0s;
          /*@media (max-width: $screen-xs-max) {
                  height: ($logo-height/4) !important;
               }*/ }
          @media (max-width: 1199px) {
            header .navbar .logo a img {
              height: 60px !important; } }
          @media (max-width: 767px) {
            header .navbar .logo a img {
              height: 50px !important; } }
  @media (min-width: 992px) {
    body:not(.vessel-detail) header.on-scroll {
      position: fixed;
      left: 0;
      right: 0;
      width: 100%; }
      body:not(.vessel-detail) header.on-scroll .navbar .container {
        height: 80px; }
      body:not(.vessel-detail) header.on-scroll .navbar .logo a img {
        height: 60px !important; } }
  @media (min-width: 992px) {
    body.vessel-detail header {
      position: absolute; } }
  @media (min-width: 1200px) {
    header .site-search {
      position: fixed;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0;
      width: 100%;
      height: 100%;
      overflow: hidden;
      z-index: 100;
      background: rgba(15, 76, 140, 0.97);
      display: none; }
      header .site-search #close-search {
        background-image: url("img/close.png");
        background-size: 32px 32px;
        background-repeat: no-repeat;
        background-position: center;
        width: 32px;
        height: 32px;
        position: absolute;
        right: 50px;
        top: 50px;
        cursor: pointer;
        opacity: .5; }
      header .site-search legend {
        display: none; }
      header .site-search #siteSearch_pnlSiteSearch {
        height: 80px;
        width: 900px;
        position: absolute;
        top: 50%;
        margin-top: -30px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%); }
      header .site-search .textfield {
        background: transparent;
        border: none;
        border-radius: 0 !important;
        color: #fff;
        font-weight: bold;
        font-size: 44px;
        text-transform: uppercase;
        padding: 0;
        height: 80px;
        padding: 0 80px 0 0;
        box-shadow: none;
        border-bottom: 1px solid white; }
      header .site-search .button {
        position: absolute;
        right: 0;
        top: 50%;
        padding: 0px;
        height: 60px;
        width: 60px;
        font-size: 0;
        line-height: 0;
        border: 0;
        border-radius: 0;
        margin-top: -30px;
        background-image: url("theme/purefluidsoilandgas/img/icon/nav-search.svg");
        background-size: 24px 24px;
        background-position: right center;
        background-repeat: no-repeat;
        background-color: transparent;
        box-shadow: none; } }
  @media (max-width: 1199px) {
    header .site-search {
      position: relative; }
      header .site-search legend {
        display: none; }
      header .site-search .textfield {
        border: 1px solid rgba(0, 0, 0, 0.07);
        background: rgba(0, 0, 0, 0.05);
        color: #fff;
        padding: 0;
        height: 40px;
        width: 100%;
        padding: 0 40px 0 20px;
        color: #666;
        box-shadow: none; }
      header .site-search .button {
        position: absolute;
        right: 0;
        padding: 0px;
        height: 40px;
        width: 40px;
        font-size: 0;
        line-height: 0;
        border: 0;
        background-image: url("theme/purefluidsoilandgas/img/icon/nav-search-blue.svg");
        background-size: 16px 16px;
        background-position: center center;
        background-repeat: no-repeat;
        background-color: transparent;
        opacity: 1;
        box-shadow: none; } }

#hero {
  position: relative;
  background: #000;
  z-index: 5;
  /*a.target-365 {
      float: right;
      display: block;
      color: #fff;
      font-weight: bold;
      font-size: .9em;
      text-transform: uppercase;
      letter-spacing: .1em;
      padding: 0px 50px 0px 50px;
      line-height: 50px;
      height: 50px;
      background: rgba(#000,.5);
      border-radius: 25px;
      position: relative;

      &:hover {
         background: $base-primary-color;
      }

      &:after {
         content: "";
         display: block;
         width: 30px;
         height: 30px;
         background-image: url("theme/purefluidsoilandgas/img/icon/arrow-blue.svg");
         background-size: contain;
         background-position: center center;
         background-repeat: no-repeat;
         background-color: transparent;
         position: absolute;
         right: 10px;
         top: 10px;
      }

      &:before {
         content: "";
         display: block;
         width: 70px;
         height: 70px;
         background-image: url("img/target365.png");
         background-size: contain;
         background-position: center center;
         background-repeat: no-repeat;
         background-color: transparent;
         position: absolute;
         left: -35px;
         top: 50%;
         margin-top: -35px;
      }

      @media (max-width: $screen-sm-max) {
         display: none;
      }
   }*/ }
  @media (min-width: 768px) and (max-width: 1023px) {
    #hero {
      padding-bottom: 60%;
      height: auto !important; } }
  @media (max-width: 767px) {
    #hero {
      height: 500px !important; } }
  #hero .slider-main {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 1; }
    @media (max-width: 767px) {
      #hero .slider-main {
        bottom: 60px; } }
    #hero .slider-main .slick-list, #hero .slider-main .slick-track {
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0;
      top: 0; }
    #hero .slider-main .slick-slide {
      background-size: cover;
      background-position: center; }
      #hero .slider-main .slick-slide .container {
        position: relative;
        z-index: 9;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%); }
        @media (min-width: 768px) {
          #hero .slider-main .slick-slide .container {
            opacity: 0;
            margin-top: -50px;
            transition: all 0.6s ease-in-out 0s; } }
        @media (max-width: 1400px) {
          #hero .slider-main .slick-slide .container {
            top: 40%; } }
        @media (max-width: 767px) {
          #hero .slider-main .slick-slide .container {
            top: calc(50% - 30px); } }
      #hero .slider-main .slick-slide .slide-cta {
        position: relative;
        color: #fff;
        width: 40%;
        text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.7);
        position: relative; }
        @media (min-width: 768px) {
          #hero .slider-main .slick-slide .slide-cta {
            box-shadow: inset 1px 0 0 0 rgba(255, 255, 255, 0.25); } }
        #hero .slider-main .slick-slide .slide-cta h2 {
          text-transform: uppercase;
          font-weight: bold;
          margin-bottom: 22.4px; }
          @media (min-width: 768px) {
            #hero .slider-main .slick-slide .slide-cta h2 {
              font-size: 2.4em; } }
          @media (min-width: 768px) {
            #hero .slider-main .slick-slide .slide-cta h2 {
              border-left: 1px solid #8C0F0F;
              padding-left: 30px; } }
          @media (max-width: 991px) {
            #hero .slider-main .slick-slide .slide-cta h2 {
              font-size: 1.8em; } }
          @media (max-width: 767px) {
            #hero .slider-main .slick-slide .slide-cta h2 {
              font-size: 1.4em;
              margin-bottom: .5em; } }
        @media (min-width: 768px) {
          #hero .slider-main .slick-slide .slide-cta p {
            padding-left: 30px; } }
        #hero .slider-main .slick-slide .slide-cta .btn {
          text-shadow: none; }
        #hero .slider-main .slick-slide .slide-cta .btn-group .btn {
          max-width: 200px; }
        @media (max-width: 1600px) {
          #hero .slider-main .slick-slide .slide-cta {
            width: 50%; } }
        @media (max-width: 1199px) {
          #hero .slider-main .slick-slide .slide-cta {
            width: 65%; } }
        @media (max-width: 767px) {
          #hero .slider-main .slick-slide .slide-cta {
            text-align: center;
            width: auto;
            margin: auto; } }
      @media (min-width: 768px) {
        #hero .slider-main .slick-slide.slick-current .container {
          margin-top: 0px;
          opacity: 1; } }
      #hero .slider-main .slick-slide:before {
        content: "";
        position: absolute;
        z-index: 8;
        left: 0;
        right: 0;
        bottom: 0;
        top: 0;
        background: rgba(0, 0, 0, 0.3); }
        @media (max-width: 767px) {
          #hero .slider-main .slick-slide:before {
            background: rgba(0, 0, 0, 0.5); } }
      @media (min-width: 768px) {
        #hero .slider-main .slick-slide:after {
          content: "";
          position: absolute;
          left: 0;
          right: 0;
          bottom: 0;
          top: 0%;
          background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.4) 20%, transparent 100%);
          background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.4) 20%, transparent 100%);
          background-image: linear-gradient(to right, rgba(0, 0, 0, 0.4) 20%, transparent 100%);
          background-repeat: repeat-x;
          filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#66000000', endColorstr='#00000000', GradientType=1); } }
      @media (max-width: 767px) {
        #hero .slider-main .slick-slide {
          position: relative; } }
    #hero .slider-main .slick-arrow {
      position: absolute;
      width: 50px;
      height: 50px;
      top: 50%;
      margin-top: -25px;
      z-index: 10;
      overflow: hidden;
      border: 0;
      font-size: 0;
      text-align: -999em;
      background-image: url("theme/purefluidsoilandgas/img/icon/slider-arrow-white.svg");
      background-size: contain;
      background-color: transparent;
      cursor: pointer;
      opacity: .6;
      transition: opacity 0.2s linear 0s; }
      #hero .slider-main .slick-arrow:hover {
        opacity: 1; }
      #hero .slider-main .slick-arrow.slick-prev {
        left: 50px;
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg); }
      #hero .slider-main .slick-arrow.slick-next {
        right: 50px; }
      @media (max-width: 1600px) {
        #hero .slider-main .slick-arrow {
          display: none !important; } }
      @media (max-width: 1400px) {
        #hero .slider-main .slick-arrow {
          bottom: 100px;
          top: auto;
          display: block !important; }
          #hero .slider-main .slick-arrow.slick-prev {
            left: 30px; }
          #hero .slider-main .slick-arrow.slick-next {
            left: 90px; } }
      @media (max-width: 991px) {
        #hero .slider-main .slick-arrow {
          display: none !important; } }
  #hero .slider-pager {
    position: absolute;
    bottom: 30px;
    left: 0;
    right: 0;
    bottom: 100px;
    z-index: 100;
    float: left; }
    @media (max-width: 1400px) {
      #hero .slider-pager {
        left: 140px; } }
    @media (max-width: 991px) {
      #hero .slider-pager {
        bottom: 100px;
        left: 0; } }
    @media (max-width: 767px) {
      #hero .slider-pager {
        text-align: center;
        bottom: 60px;
        padding-bottom: 60px; } }
    #hero .slider-pager .slick-dots {
      list-style: none;
      padding-left: 0;
      margin: 0;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); }
      #hero .slider-pager .slick-dots:before, #hero .slider-pager .slick-dots:after {
        content: " ";
        display: table; }
      #hero .slider-pager .slick-dots:after {
        clear: both; }
      @media (min-width: 768px) {
        #hero .slider-pager .slick-dots {
          margin-left: 5px;
          position: absolute;
          top: 50%; } }
      #hero .slider-pager .slick-dots li {
        display: inline-block;
        cursor: pointer;
        margin-right: 10px; }
        #hero .slider-pager .slick-dots li span {
          display: inline-block;
          width: 12px;
          height: 12px;
          text-indent: -999em;
          overflow: hidden;
          border-radius: 50%;
          background: #fff;
          font-size: 0;
          line-height: 0;
          transition: background 0.3s ease 0s; }
        #hero .slider-pager .slick-dots li.slick-active span {
          background: #8C0F0F; }
  @media (min-width: 768px) {
    #hero a.target-365 {
      float: right;
      display: block;
      color: #fff;
      font-weight: bold;
      font-size: .9em;
      text-transform: uppercase;
      letter-spacing: .1em;
      padding: 0px 50px 0px 50px;
      line-height: 50px;
      height: 50px;
      background: rgba(0, 0, 0, 0.7);
      border-radius: 25px;
      position: relative; }
      #hero a.target-365:hover {
	background-color: #FF0000;
}
      #hero a.target-365:after {
        content: "";
        display: block;
        width: 30px;
        height: 30px;
        background-image: url("theme/purefluidsoilandgas/img/icon/arrow-red.png");
        background-size: contain;
        background-position: center center;
        background-repeat: no-repeat;
        background-color: transparent;
        position: absolute;
        right: 10px;
        top: 10px; }
      #hero a.target-365:before {
        content: "";
        display: block;
        width: 70px;
        height: 70px;
        background-image: url("img/target365.png");
        background-size: contain;
        background-position: center center;
        background-repeat: no-repeat;
        background-color: transparent;
        position: absolute;
        left: -35px;
        top: 50%;
        margin-top: -35px; } }
  @media (max-width: 767px) {
    #hero a.target-365 {
      display: block;
      position: absolute;
      text-align: center;
      width: 100%;
      background: rgba(0, 0, 0, 0.5);
      left: 0;
      bottom: 0;
      color: #fff;
      font-weight: bold;
      text-transform: uppercase;
      height: 60px;
      line-height: 60px; }
      #hero a.target-365:before {
        content: "";
        display: inline-block;
        width: 30px;
        height: 30px;
        background-image: url("img/target365.png");
        background-size: contain;
        background-position: center center;
        background-repeat: no-repeat;
        background-color: transparent;
        vertical-align: middle;
        margin-right: 10px;
        margin-bottom: 2px; } }
  @media (min-width: 768px) {
    #hero a.telecast {
      float: right;
      display: block;
      color: #fff;
      font-weight: bold;
      font-size: .9em;
      text-transform: uppercase;
      letter-spacing: .1em;
      padding: 0px 50px 0px 50px;
      line-height: 50px;
      height: 50px;
      background: rgba(0, 0, 0, 0.7);
      border-radius: 25px;
      position: relative; }
      #hero a.telecast:hover {
        background: #136dd3; }
      #hero a.telecast:after {
        content: "";
        display: block;
        width: 30px;
        height: 30px;
        background-image: url("theme/purefluidsoilandgas/img/icon/arrow-blue.svg");
        background-size: contain;
        background-position: center center;
        background-repeat: no-repeat;
        background-color: transparent;
        position: absolute;
        right: 10px;
        top: 10px; }
      #hero a.telecast:before {
        content: "";
        display: block;
        width: 70px;
        height: 70px;
        background-image: url("img/asx-logo.png");
        background-size: contain;
        background-position: center center;
        background-repeat: no-repeat;
        background-color: transparent;
        position: absolute;
        left: -35px;
        top: 50%;
        margin-top: -35px; } }
  @media (max-width: 767px) {
    #hero a.telecast {
      display: block;
      position: absolute;
      text-align: center;
      width: 100%;
      background: rgba(0, 0, 0, 0.5);
      left: 0;
      bottom: 0;
      color: #fff;
      font-weight: bold;
      text-transform: uppercase;
      height: 60px;
      line-height: 60px; }
      #hero a.telecast:before {
        content: "";
        display: inline-block;
        width: 30px;
        height: 30px;
        background-image: url("img/asx-logo.png");
        background-size: contain;
        background-position: center center;
        background-repeat: no-repeat;
        background-color: transparent;
        vertical-align: middle;
        margin-right: 10px;
        margin-bottom: 2px; } }
  #hero .scroll-down {
    z-index: 3;
    display: block;
    height: 60px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    text-align: center;
    line-height: 60px;
    font-size: 13px;
    font-weight: bold;
    color: #aaa;
    text-transform: uppercase;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1); }
    #hero .scroll-down .icon {
      display: inline-block;
      vertical-align: middle;
      width: 24px;
      height: 24px;
      opacity: 0.2;
      -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
      transform: rotate(90deg);
      margin-right: 10px;
      margin-bottom: 2px;
      background-image: url("theme/purefluidsoilandgas/img/icon/slider-arrow-black.svg");
      background-repeat: no-repeat;
      background-size: contain;
      background-position: center center; }

#main {
  min-height: 600px; }
  .home #main h1, .home #main h2 {
    font-size: 36px; }
  .inner #main .content {
    background: #fff; }
    @media (min-width: 1200px) {
      .inner #main .content .col-xs-12.col-md-8.col-lg-9 {
        padding-right: 30px; } }

.section {
  padding: 45px 0 22.6px 0; }
  @media (max-width: 1199px) {
    .section {
      padding: 30px 0 7.6px 0; } }
  @media (max-width: 991px) {
    .section {
      padding: 30px 0 7.6px 0; } }
  .section.grey {
    background-color: #efefef;
    position: relative; }
    .section.grey:before {
      content: "";
      display: block;
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0;
      top: 0;
      background-image: url("theme/purefluidsoilandgas/img/bg/watermark-white.svg");
      background-size: 1300px;
      background-position: center center;
      background-repeat: no-repeat;
      opacity: .5;
      z-index: 0; }
    .section.grey .container {
      position: relative; }
  @media (min-width: 992px) {
    .home #main .section {
      padding: 90px 0 67.6px 0; } }
  @media (max-width: 991px) {
    .home #main .section {
      padding: 60px 0 37.6px 0; } }
  @media (max-width: 767px) {
    .home #main .section {
      padding: 45px 0 22.6px 0; } }
  @media (max-width: 991px) {
    .section.home-services {
      text-align: center; } }
  .section.home-projects .container {
    position: relative; }
  .section.home-projects .more-projects {
    position: absolute;
    top: -2px;
    right: 160px; }
  .section.home-services-tiles {
    padding: 0 !important; }
    @media (max-width: 991px) {
      .section.home-services-tiles {
        text-align: center; } }
    .section.home-services-tiles .services-tiles {
      margin: 0; }
      .section.home-services-tiles .services-tiles > div {
        position: relative;
        text-align: center;
        background-color: #efefef;
        margin: 0;
        padding: 0; }
        .section.home-services-tiles .services-tiles > div p.tiles {
          margin-bottom: 0; }
          .section.home-services-tiles .services-tiles > div p.tiles a {
            display: block;
            position: relative;
            line-height: normal; }
            .section.home-services-tiles .services-tiles > div p.tiles a:after {
              content: "";
              position: absolute;
              left: 0;
              right: 0;
              bottom: 0;
              top: 0;
              background: #000;
              z-index: 9;
              opacity: .4;
              transition: opacity 0.4s 0s; }
            .section.home-services-tiles .services-tiles > div p.tiles a img {
              display: block; }
            .section.home-services-tiles .services-tiles > div p.tiles a span {
              color: #FFF;
              position: absolute;
              text-transform: uppercase;
              font-size: 16px;
              top: 50%;
              left: 0;
              padding: 20px;
              width: 100%;
              z-index: 11;
              text-align: left;
              display: block;
              font-size: 1.4em;
              text-align: center;
              -webkit-transform: translateY(-50%);
              -ms-transform: translateY(-50%);
              transform: translateY(-50%);
              transition: all 0.4s 0s; }
              @media (max-width: 991px) {
                .section.home-services-tiles .services-tiles > div p.tiles a span {
                  font-size: 1.2em; } }
              .section.home-services-tiles .services-tiles > div p.tiles a span:after {
                content: "Learn More";
                display: block;
                text-transform: uppercase;
                font-weight: bold;
                font-size: 12px;
                letter-spacing: .1em;
                padding: 15px 0px;
                border-radius: 100px;
                width: 160px;
                margin: 15px auto 0 auto;
                background: #8C0F0F;
                transition: all 0.4s 0s; }
            @media (min-width: 992px) {
              .section.home-services-tiles .services-tiles > div p.tiles a:before {
                content: "";
                position: absolute;
                left: 0;
                right: 0;
                bottom: 0;
                top: 0;
                z-index: 10;
                transition: opacity 0.4s 0s;
                background: #8C0F0F;
                opacity: 0; }
              .section.home-services-tiles .services-tiles > div p.tiles a:hover:after {
                opacity: 0; }
              .section.home-services-tiles .services-tiles > div p.tiles a:hover:before {
                opacity: .95; }
              .section.home-services-tiles .services-tiles > div p.tiles a:hover span:after {
                background: #fff;
                color: #8C0F0F; } }
  @media (max-width: 767px) {
    .section.home-target365 {
      text-align: center; } }
  @media (max-width: 767px) {
    .section.home-news h2 {
      text-align: center; } }
  .section.home-news .home-news-row {
    position: relative; }
    .section.home-news .home-news-row:before, .section.home-news .home-news-row:after {
      content: " ";
      display: table; }
    .section.home-news .home-news-row:after {
      clear: both; }
    @media (min-width: 768px) {
      .section.home-news .home-news-row .feature-news {
        float: left;
        width: calc(100% - 280px); } }
    @media (max-width: 767px) {
      .section.home-news .home-news-row .feature-news {
        border-bottom: 1px solid #e5e5e5;
        padding-bottom: 30px;
        margin-bottom: 30px; } }
    @media (min-width: 768px) {
      .section.home-news .home-news-row .share-price {
        float: right;
        border-left: 1px solid #e5e5e5;
        width: 250px;
        padding-left: 30px; } }
    @media (max-width: 767px) {
      .section.home-news .home-news-row .share-price {
        text-align: center; } }
    .section.home-news .home-news-row .share-price #sharePrice {
      position: relative;
      margin: auto;
      margin-bottom: 30px;
      width: 220px; }
      .section.home-news .home-news-row .share-price #sharePrice #shareprice-code {
        position: absolute;
        font-weight: bold;
        color: #fff;
        top: 10px;
        left: 84px;
        font-size: 18px; }
      .section.home-news .home-news-row .share-price #sharePrice p {
        font-size: 12px; }
    .section.home-news .home-news-row .share-price h3 {
      font-size: 1em;
      text-transform: uppercase; }
    .section.home-news .home-news-row .share-price ul {
      list-style: none;
      padding-left: 0;
      margin: 0;
      font-size: 0.9em;
      margin-bottom: 22.4px; }
      .section.home-news .home-news-row .share-price ul li {
        margin-bottom: 15px; }

.breadcrumbs {
  margin-bottom: 0px;
  font-size: 0.75em;
  font-weight: bold;
  text-transform: uppercase; }
  .breadcrumbs strong, .breadcrumbs span {
    display: none; }
  .breadcrumbs a {
    color: #999999; }
    .breadcrumbs a:after {
      content: "/";
      margin: 0 4px 0 7px; }
    .breadcrumbs a:first-child {
      display: none; }
    .breadcrumbs a:last-child {
      display: none; }
      .breadcrumbs a:last-child:after {
        content: ""; }
  .breadcrumbs strong {
    margin: 0 3px; }

footer {
	color: #fff;
	background-color: #8C0F0F;
}
  footer a {
	color: #D2AE6D;
}
    footer a:hover {
	color: #C99E50;
}
  footer .footer-nav {
    background: #f5f5f5;
    border-top: 1px solid #e5e5e5; }
    footer .footer-nav a {
      color: #444; }
      footer .footer-nav a:hover {
	color: #999999;
}
    footer .footer-nav ul {
      list-style: none;
      padding-left: 0;
      margin: 0; }
      footer .footer-nav ul:before, footer .footer-nav ul:after {
        content: " ";
        display: table; }
      footer .footer-nav ul:after {
        clear: both; }
    footer .footer-nav ul {
      margin-bottom: 22.4px; }
      footer .footer-nav ul li {
        font-weight: bold; }
        footer .footer-nav ul li ul {
          margin: 0; }
          footer .footer-nav ul li ul li {
            font-size: 14px;
            font-weight: normal;
            margin-top: 10px;
            line-height: 1.4em; }
    footer .footer-nav .col {
      width: 20%;
      padding: 0 15px;
      float: left; }
    @media (max-width: 991px) {
      footer .footer-nav {
        display: none; } }
  footer .footer-locations .location {
    padding-bottom: 15.4px; }
    footer .footer-locations .location h3, footer .footer-locations .location p {
      margin-bottom: 7px;
      padding-left: 20px;
      position: relative; }
    footer .footer-locations .location h3 {
      font-size: 16px; }
      footer .footer-locations .location h3:before {
        content: "";
        display: block;
        width: 12px;
        height: 20px;
        background-image: url("theme/purefluidsoilandgas/img/icon/loca.png");
        background-size: contain;
        background-position: left center;
        background-repeat: no-repeat;
        background-color: transparent;
        position: absolute;
        left: 0;
        top: 0; }
    footer .footer-locations .location p {
      font-size: 14px; }
    @media (max-width: 767px) {
      footer .footer-locations .location {
        text-align: center; }
        footer .footer-locations .location h3, footer .footer-locations .location p {
          padding-left: 0; }
        footer .footer-locations .location h3:before {
          display: inline-block;
          position: static;
          vertical-align: middle;
          margin-bottom: 2px;
          margin-right: 5px; } }
  footer .copyright {
    color: #fff;
    font-size: 14px;
    padding: 20px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.1); }
    footer .copyright .container {
      padding-right: 90px; }
    footer .copyright p {
      margin-bottom: 0; }
    @media (min-width: 768px) {
      footer .copyright .mintox {
        text-align: right; } }
    @media (max-width: 767px) {
      footer .copyright {
        text-align: center;
        font-size: 12px; }
        footer .copyright .container {
          padding-right: 15px; } }

.scroll-up {
  display: block;
  width: 32px;
  height: 32px;
  overflow: hidden;
  text-indent: -999em;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  background-image: url("theme/purefluidsoilandgas/img/icon/arrow-red.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  position: fixed;
  right: 30px;
  bottom: -15px;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease; }
  @media (max-width: 767px) {
    .scroll-up {
      right: 15px; } }
  .scroll-up.on-scroll {
    visibility: visible;
    opacity: 1;
    bottom: 15px; }

.page-header.no-image {
  padding-bottom: 0; }

.page-header .header-image {
  display: none; }

.vessel-detail .page-header.no-image {
  display: none; }

.vessel-detail.inner.image-heading .page-header .container {
  height: 480px; }

@media (max-width: 1199px) {
  .vessel-detail.inner.image-heading .page-header .container {
    height: 420px; } }

@media (max-width: 991px) {
  .vessel-detail.inner.image-heading .page-header .container {
    height: 300px; } }

@media (max-width: 767px) {
  .vessel-detail.inner.image-heading .page-header .container {
    height: 260px; } }

.project-detail.inner.image-heading .page-header .container {
  height: 480px; }

@media (max-width: 1199px) {
  .project-detail.inner.image-heading .page-header .container {
    height: 420px; } }

@media (max-width: 991px) {
  .project-detail.inner.image-heading .page-header .container {
    height: 300px; } }

@media (max-width: 767px) {
  .project-detail.inner.image-heading .page-header .container {
    height: 260px; } }

.inner:not(.image-heading) #main .content {
  padding-top: 0; }

.inner.image-heading .page-header {
  padding: 0;
  position: relative;
  overflow: hidden;
  background-color: #000;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat; }
  .inner.image-heading .page-header:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.3);
    z-index: 18; }
  .inner.image-heading .page-header:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-image: -webkit-linear-gradient(top, transparent 30%, rgba(0, 0, 0, 0.3) 100%);
    background-image: -o-linear-gradient(top, transparent 30%, rgba(0, 0, 0, 0.3) 100%);
    background-image: linear-gradient(to bottom, transparent 30%, rgba(0, 0, 0, 0.3) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#4D000000', GradientType=0);
    z-index: 19; }
  .inner.image-heading .page-header .heading {
    width: 100%;
    z-index: 20;
    position: absolute;
    bottom: 0;
    padding-right: 15px; }
    .inner.image-heading .page-header .heading .breadcrumbs a {
      color: #fff;
      opacity: 0.7;
      text-shadow: 2px 2px 0px rgba(0, 0, 0, 0.2); }
    .inner.image-heading .page-header .heading h1 {
      color: #fff;
      text-shadow: 2px 2px 0px rgba(0, 0, 0, 0.2); }
  .inner.image-heading .page-header .container {
    position: relative;
    height: 360px; }
  @media (max-width: 1199px) {
    .inner.image-heading .page-header .container {
      height: 300px; } }
  @media (max-width: 991px) {
    .inner.image-heading .page-header .container {
      height: 260px; } }
  @media (max-width: 767px) {
    .inner.image-heading .page-header .container {
      height: 200px; } }

.row.home-stats {
  text-align: center;
  font-weight: bold;
  text-transform: uppercase; }
  .row.home-stats img {
    display: block;
    margin: 0 auto; }
  .row.home-stats strong {
    display: block;
    line-height: normal;
    font-size: 4em; }
    @media (max-width: 991px) {
      .row.home-stats strong {
        font-size: 3em; } }
  .row.home-stats > div {
    position: relative; }
    @media (min-width: 768px) {
      .row.home-stats > div:before {
        content: "";
        display: block;
        width: 1px;
        background: rgba(255, 255, 255, 0.3);
        position: absolute;
        left: 0;
        top: 22.4px;
        bottom: 44.8px; }
      .row.home-stats > div:first-child:before {
        display: none; } }
    @media (max-width: 767px) {
      .row.home-stats > div:before {
        content: "";
        display: block;
        height: 1px;
        margin-bottom: 22.4px;
        background: rgba(255, 255, 255, 0); }
      .row.home-stats > div:first-child:before {
        display: none; } }
  @media (max-width: 991px) {
    .row.home-stats {
      font-size: .85em; } }

.row.stats {
  text-align: center;
  font-weight: bold;
  text-transform: none;
  padding-top: 20px;
  padding-bottom: 20px; }
  .row.stats img {
    display: block;
    margin: 0 auto; }
  .row.stats strong {
    display: block;
    line-height: normal;
    font-size: 3em;
    color: #8C0F0F; }
    @media (max-width: 991px) {
      .row.stats strong {
        font-size: 3em; } }
  .row.stats > div {
    position: relative; }
    @media (min-width: 768px) {
      .row.stats > div:before {
        content: "";
        display: block;
        width: 1px;
        background: rgba(255, 255, 255, 0.3);
        position: absolute;
        left: 0;
        top: 22.4px;
        bottom: 44.8px; }
      .row.stats > div:first-child:before {
        display: none; } }
    @media (max-width: 767px) {
      .row.stats > div:before {
        content: "";
        display: block;
        height: 1px;
        margin-bottom: 22.4px;
        background: rgba(255, 255, 255, 0); }
      .row.stats > div:first-child:before {
        display: none; } }
  @media (max-width: 991px) {
    .row.stats {
      font-size: .85em; } }

.section.home-stats {
  
  background-image: url("img/home-stats-bg.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  color: #fff; }

ul.vessel-slider {
  list-style: none;
  padding-left: 0;
  margin: 0;
  margin-left: -15px;
  margin-right: -15px;
  margin-top: 44.8px;
  margin-bottom: 67.2px; }
  ul.vessel-slider:before, ul.vessel-slider:after {
    content: " ";
    display: table; }
  ul.vessel-slider:after {
    clear: both; }
  @media (max-width: 1500px) {
    ul.vessel-slider {
      padding-left: 50px;
      padding-right: 50px; } }
  @media (max-width: 767px) {
    ul.vessel-slider {
      padding-left: 0;
      padding-right: 0; } }
  ul.vessel-slider li {
    float: left;
    padding: 0 15px;
    width: 33.33%;
    text-transform: uppercase; }
    ul.vessel-slider li a {
      display: block; }
      ul.vessel-slider li a img {
        display: block;
        width: 100% !important;
        height: auto !important; }
      ul.vessel-slider li a strong {
        display: block;
        padding: 20px;
        font-size: 1.2em;
        color: #fff;
        background: #222222;
        position: relative;
        transition: background-color 0.3s linear 0s; }
        ul.vessel-slider li a strong:before {
          content: "VESSEL TYPE";
          display: block;
          font-size: .6em;
          opacity: .6; }
        ul.vessel-slider li a strong:after {
          content: "";
          display: block;
          width: 40px;
          height: 40px;
          background-image: url("theme/purefluidsoilandgas/img/icon/arrow-red.svg");
          background-size: contain;
          background-position: center center;
          background-repeat: no-repeat;
          background-color: transparent;
          position: absolute;
          right: 20px;
          top: 50%;
          margin-top: -20px; }
      ul.vessel-slider li a:hover strong {
        background: #8C0F0F; }
    ul.vessel-slider li p {
      margin: 0; }
    @media (max-width: 767px) {
      ul.vessel-slider li {
        width: 100%; } }
  ul.vessel-slider .slick-arrow {
    position: absolute;
    top: 50%;
    margin-top: -25px; }
    ul.vessel-slider .slick-arrow.slick-prev {
      left: -60px; }
    ul.vessel-slider .slick-arrow.slick-next {
      right: -60px; }
    @media (max-width: 1500px) {
      ul.vessel-slider .slick-arrow.slick-prev {
        left: 0; }
      ul.vessel-slider .slick-arrow.slick-next {
        right: 0; } }
    @media (max-width: 767px) {
      ul.vessel-slider .slick-arrow {
        display: none !important; }
        ul.vessel-slider .slick-arrow.slick-prev {
          left: 15px; }
        ul.vessel-slider .slick-arrow.slick-next {
          right: 15px; } }
  ul.vessel-slider .slick-dots {
    padding: 0;
    margin: 0;
    text-align: center;
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -40px; }
    ul.vessel-slider .slick-dots li {
      display: inline-block;
      cursor: pointer;
      width: auto;
      float: none;
      padding: 0;
      margin: 0 5px; }
      ul.vessel-slider .slick-dots li span {
        display: inline-block;
        width: 12px;
        height: 12px;
        text-indent: -999em;
        overflow: hidden;
        border-radius: 50%;
        background: #bfbfbf;
        font-size: 0;
        line-height: 0;
        transition: background 0.3s ease 0s; }
      ul.vessel-slider .slick-dots li.slick-active span {
        background: #8C0F0F; }

.carousel .slick-arrow {
  width: 50px;
  height: 50px;
  overflow: hidden;
  border: 0;
  font-size: 0;
  text-align: -999em;
  background-image: url("theme/purefluidsoilandgas/img/icon/slider-arrow-black.svg");
  background-size: contain;
  background-color: transparent;
  cursor: pointer;
  opacity: .3;
  transition: opacity 0.2s linear 0s; }
  .carousel .slick-arrow:hover {
    opacity: 0.5; }
  .carousel .slick-arrow.slick-prev {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg); }

.carousel.projects, .carousel .itemcatalogue .item-list {
  position: relative; }
  .carousel.projects .slick-arrow, .carousel .itemcatalogue .item-list .slick-arrow {
    position: absolute;
    top: -78px; }
    .carousel.projects .slick-arrow.slick-next, .carousel .itemcatalogue .item-list .slick-arrow.slick-next {
      right: 15px; }
    .carousel.projects .slick-arrow.slick-prev, .carousel .itemcatalogue .item-list .slick-arrow.slick-prev {
      right: 75px; }

.related-vessels {
  border-top: 1px solid #e5e5e5; }
  .related-vessels h2:not(.title) {
    line-height: 50px;
    margin-bottom: 28px; }

.download-disclaimers select, .download-disclaimers input {
  width: auto;
  display: block;
  margin-bottom: 22.4px; }

.download-disclaimers .disclaimer {
  display: none; }

.download-disclaimers .country {
  display: block; }

.restricted-downloads {
  display: none; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

#scene .scene_element {
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1s;
  animation-duration: 1s; }

#scene .scene_element.fadein {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn; }

#scene.is-exiting .scene_element.fadein {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut; }

@media (min-width: 992px) {
  #scene header {
    /*-webkit-transition-timing-function: ease-in;
      transition-timing-function: ease-in;
      -webkit-animation-fill-mode: both;
      animation-fill-mode: both;
      -webkit-animation-delay: 0.5s;
      animation-delay: 0.5s;*/
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-name: headerIn;
    animation-name: headerIn; }
  #scene.is-exiting header {
    -webkit-animation-name: headerOut;
    animation-name: headerOut;
    -webkit-animation-delay: 0s;
    animation-delay: 0s; } }

#scene .scene_element.delayed {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s; }

#scene.is-exiting .scene_element.delayed {
  -webkit-animation-delay: 0s;
  animation-delay: 0s; }

/*#scene .max-body:after {
   -webkit-transition-timing-function: ease-in;
   transition-timing-function: ease-in;
   -webkit-animation-fill-mode: both;
   animation-fill-mode: both;
   -webkit-animation-delay: 0s;
   animation-delay: 0s;
   -webkit-animation-duration: 0.5s;
   animation-duration: 0.5s;
   -webkit-animation-name: loaderOut;
   animation-name: loaderOut;
}

#scene.is-exiting .max-body:after {
   -webkit-animation-name: loaderIn;
   animation-name: loaderIn;
   -webkit-animation-delay: 0.5s;
   animation-delay: 0.5s;
}*/
.is-loading,
.is-loading a {
  cursor: progress; }

@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes headerIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -50%, 0);
    -ms-transform: translate3d(0 -50%, 0);
    transform: translate3d(0, -50%, 0); }
  100% {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    opacity: 1; } }

@keyframes headerOut {
  0% {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none; }
  100% {
    -webkit-transform: translate3d(0, -100%, 0);
    -ms-transform: translate3d(0 -100%, 0);
    transform: translate3d(0, -100%, 0); } }

@keyframes loaderIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    -ms-transform: translate3d(0 100%, 0);
    transform: translate3d(0, 100%, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none; } }

@keyframes loaderOut {
  0% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    -ms-transform: translate3d(0 100%, 0);
    transform: translate3d(0, 100%, 0); } }
