/*
Theme Name: carbona
Theme URI: http://underscores.me/
Author: Rob Maurizi for Again Interactive
Author URI: http://againinteractive.com
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: carbona
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

carbona is based on Underscores http://underscores.me/, (C) 2012-2015 Automattic, Inc.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
    ## Posts and pages
	## Asides
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

body {
  margin: 0; }
.product-info .btn.btn-primary {
display:none;}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block; }

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

a:active,
a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

h1 {
  font-size: 3em;
  margin: 0.67em 0;
  font-family: 'proxima-soft'; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer; }

button[disabled],
html input[disabled] {
  cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
  color: #404040;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5; }

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both; }

p {
  margin-bottom: 1.5em; }

dfn,
cite,
em,
i {
  font-style: italic; }

blockquote {
  margin: 0 1.5em; }

address {
  margin: 0 0 1.5em; }

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em; }

code,
kbd,
tt,
var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.9375rem; }

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help; }

mark,
ins {
  background: #fff9c0;
  text-decoration: none; }

big {
  font-size: 125%; }

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  box-sizing: border-box; }

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit; }

body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */ }

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: ""; }

blockquote,
q {
  quotes: "" ""; }

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em; }

ul,
ol {
  margin: 0 0 1.5em 3em; }

ul {
  list-style: disc; }

ol {
  list-style: decimal; }

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em; }

dt {
  font-weight: bold; }

dd {
  margin: 0 1.5em 1.5em; }

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  /* Adhere to container width. */ }

table {
  margin: 0 0 1.5em;
  width: 100%; }


/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
/*
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
	color: rgba(0, 0, 0, .8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02);
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	border-color: #aaa #bbb #bbb;
	box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	color: #111;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
	padding: 3px;
}

textarea {
	padding-left: 3px;
	width: 100%;
}
*/
/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
/*
a {
	color: royalblue;
}

a:visited {
	color: purple;
}

a:hover,
a:focus,
a:active {
	color: midnightblue;
}

a:focus {
	outline: thin dotted;
}
*/
a:hover,
a:active {
  outline: 0; }

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
/* moved to _nav */
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden; }

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%; }

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%; }
		
		
/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden; }

.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */ }

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em; }

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em; }

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto; }

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table; }

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both; }

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em; }

/* Make sure select elements fit in widgets. */
.widget select {
  max-width: 100%; }

/* Search widget. */
.widget_search .search-submit {
  display: none; }

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
  display: block; }

.hentry {
  margin: 0 0 1.5em; }

.byline,
.updated:not(.published) {
  display: none; }

.single .byline,
.group-blog .byline {
  display: inline; }

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0; }

.page-links {
  clear: both;
  margin: 0 0 1.5em; }

/*--------------------------------------------------------------
## Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
  display: none; }

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word; }

.bypostauthor {
  display: block; }

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, .infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none; }

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block; }

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0; }

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%; }

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%; }

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin: 0 auto; }

.wp-caption-text {
  text-align: center; }

.wp-caption .wp-caption-text {
  margin: 0.8075em 0; }

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em; }

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%; }

.gallery-columns-2 .gallery-item {
  max-width: 50%; }

.gallery-columns-3 .gallery-item {
  max-width: 33.33%; }

.gallery-columns-4 .gallery-item {
  max-width: 25%; }

.gallery-columns-5 .gallery-item {
  max-width: 20%; }

.gallery-columns-6 .gallery-item {
  max-width: 16.66%; }

.gallery-columns-7 .gallery-item {
  max-width: 14.28%; }

.gallery-columns-8 .gallery-item {
  max-width: 12.5%; }

.gallery-columns-9 .gallery-item {
  max-width: 11.11%; }

.gallery-caption {
  display: block; }

body,
html {
  color: #003B71;
  background-color: #FFF;
  font-family: "proxima-nova", sans-serif;
  font-size: 16px;
  font-weight: 400; }
  .ie8 body,
  .ie8 html {
    font-weight: normal; }

body {
  overflow-y: auto; }
  @media screen and (min-width: 900px) {
    body {
      overflow-y: auto; } }
  .ie8 body {
    overflow-y: auto; }

.clearfix::after {
  clear: both;
  content: "";
  display: table; }

.page-wrap {
  position: relative;
  -webkit-transition: left 0.25s ease-in-out;
  -moz-transition: left 0.25s ease-in-out;
  transition: left 0.25s ease-in-out; }
  .page-wrap.is-nav-active {
    left: 85%; }
  @media screen and (min-width: 900px) {
    .page-wrap {
      margin-top: -1px; } }
  .ie8 .page-wrap {
    margin-top: -1px; }

#page {
  /*
	@include transition(left .25s ease-in-out);

	&.is-nav-active {
		left: 85%;
	}
*/ }
  @media screen and (min-width: 900px) {
    #page {
      position: static; } }
  .ie8 #page {
    position: static; }
  @media screen and (min-width: 900px) {
    #page {
      max-width: 1280px;
      margin: -25px auto; } }
  .ie8 #page {
    max-width: 1280px;
    margin: -25px auto; }

a {
  color: #00CFCB;
  text-decoration: none; }
  a:hover {
    text-decoration: underline; }

.panel-social {
  display: none; }
  @media screen and (min-width: 900px) {
    .panel-social {
      display: block;
      position: fixed;
      left: 15px;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%);
      z-index: 9999; }
      .ie8 .panel-social {
        margin-top: -100px; } }
  .ie8 .panel-social {
    display: block;
    position: fixed;
    left: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 9999; }
    .ie8 .ie8 .panel-social {
      margin-top: -100px; }
  @media screen and (min-width: 900px) {
    .panel-social {
      left: 35px; } }
  .ie8 .panel-social {
    left: 35px; }
  .ie8 .panel-social {
    margin-top: -100px; }
  .panel-social .panel-social-links {
    list-style-type: none;
    margin: 0;
    padding: 0; }
  .panel-social .panel-social-link {
    margin-bottom: 10px; }
    .panel-social .panel-social-link a {
      display: block;
      width: 40px;
      height: 40px;
      border-radius: 50px;
      position: relative;
      text-decoration: none;
      position: relative; }
      .panel-social .panel-social-link a:hover {
        text-decoration: none; }
      .panel-social .panel-social-link a.is-active {
        /*
				width: auto;
				padding-left: 40px;
				padding-right: 20px;
*/ }
        .panel-social .panel-social-link a.is-active .panel-social-title {
          left: 0;
          color: #FFF;
          text-decoration: none;
          font-weight: bold;
          padding-top: 8px; }
    .panel-social .panel-social-link .ico {
      position: absolute;
      display: block;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%);
      left: 10px;
      z-index: 2; }
      .ie8 .panel-social .panel-social-link .ico {
        margin-top: -10px; }
  .panel-social .panel-social-link-fb {
    background-color: #354f98; }
    .panel-social .panel-social-link-fb .ico {
      left: 15px; }
  .panel-social .panel-social-link-twitter {
    background-color: #00a9f2; }
  .panel-social .panel-social-link-pinterest {
    background-color: #d21a00; }
    .panel-social .panel-social-link-pinterest .ico {
      left: 12px; }
  .panel-social .panel-social-link-youtube {
    background-color: #d51900; }
    .panel-social .panel-social-link-youtube .ico {
      left: 9px; }
  .panel-social .panel-social-link-blogger {
    background-color: #f14300; }
    .panel-social .panel-social-link-blogger .ico {
      left: 12px; }
  .panel-social .panel-social-title {
    position: absolute;
    left: -500px;
    height: 40px;
    border-radius: 50px;
    padding-left: 50px;
    padding-right: 20px;
    -webkit-transition: left 0.25s ease-in-out;
    -moz-transition: left 0.25s ease-in-out;
    transition: left 0.25s ease-in-out;
    background-color: inherit;
    z-index: 1;
    color: #FFF;
    padding-top: 8px;
    font-weight: bold; }

/* WooCommerce theme overrides! */
@font-face {
  font-family: 'star';
  src: url("woocommerce/fonts/star.eot");
  src: url("woocommerce/fonts/star.eot?#iefix") format("embedded-opentype"), url("woocommerce/fonts/star.woff") format("woff"), url("woocommerce/fonts/star.ttf") format("truetype"), url("woocommerce/fonts/star.svg#star") format("svg");
  font-weight: normal;
  font-style: normal; }

/**
 * Star ratings
 */
.star-rating {
  float: right;
  overflow: hidden;
  position: relative;
  height: 1em;
  line-height: 1;
  font-size: 1em;
  width: 6.4em;
  font-family: 'star';
  color: #1b376a; }
  .star-rating:before {
    /* hollow stars */
    content: "\73\00a0\73\00a0\73\00a0\73\00a0\73";
    float: left;
    top: 0;
    left: 0;
    position: absolute; }
  .star-rating span {
    overflow: hidden;
    float: left;
    top: 0;
    left: 0;
    position: absolute;
    padding-top: 1.5em; }
  .star-rating span:before {
    /* filled stars */
    content: "\53\00a0\53\00a0\53\00a0\53\00a0\53";
    top: 0;
    position: absolute;
    left: 0; }

.woocommerce-breadcrumb {
  display: none;
  font-family: "proxima-nova", sans-serif;
  font-size: 12px;
  font-weight: 400;
  color: #5c5c5c;
  line-height: 1;
  vertical-align: middle; 
}
  .ie8 .woocommerce-breadcrumb {
    font-weight: normal; }
  @media screen and (min-width: 900px) {
    .woocommerce-breadcrumb {
      display: block;
      padding-left: 20px;
      padding-right: 20px;
      max-width: 917px;
      margin: 20px auto 35px; } }
  .ie8 .woocommerce-breadcrumb {
    display: block;
    padding-left: 20px;
    padding-right: 20px;
    max-width: 917px;
    margin: 20px auto 35px; }
  .woocommerce-breadcrumb a {
    color: #209de3;
    text-decoration: none; }
    .woocommerce-breadcrumb a:hover {
      text-decoration: underline; }
  .woocommerce-breadcrumb .breadcrumb-delimiter {
    display: inline-block;
    padding: 0 0.5em;
    font-size: 10px;
    vertical-align: top; }

.woocommerce-demo-store {
  padding-top: 40px; }
  .woocommerce-demo-store .demo_store {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background-color: #f37800;
    margin: 0;
    text-align: center;
    color: #FFF;
    padding: 8px 0; }
  .woocommerce-demo-store.admin-bar .demo_store {
    top: 32px; }

.ico {
  display: inline-block;
  background: transparent url("img/carbona-sprite4.png") 0 0 no-repeat;
  vertical-align: middle; }
  @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi) {
    .ico {
      background-image: url("img/carbona-sprite4.png");
      background-size: 630px 1500px; } 
      
}

.ico-btn-close {
  width: 25px;
  height: 26px;
  background-position: -315px 0; }

.ico-mail {
  width: 23px;
  height: 15px;
  background-position: 0 0; }
  .home .ico-mail {
    background-position: 0 -120px; }

.ico-cart {
  width: 25px;
  height: 25px;
  background-position: -30px 0; }
  @media screen and (min-width: 900px) {
    .home .ico-cart {
      background-position: -30px -120px; } }
  .ie8 .home .ico-cart {
    background-position: -30px -120px; }

.ico-search {
  width: 18px;
  height: 18px;
  background-position: -65px -2px; }
  .home .ico-search {
    background-position: -65px -2px; }

.ico-submit-arrow {
      width: 55px;
    height: 50px;
    background-position: 0 -257px; }

.ico-select-arrow,
.ico-select-handle {
  width: 22px;
  height: 22px;
  background-position: -150px 0; }

.ico-top-arrow {
  width: 24px;
  height: 12px;
  background-position: -205px 0; }

.ico-slider {
  width: 24px;
  height: 51px; }

.ico-slider-back {
  background-position: -245px 0; }

.ico-slider-fwd {
  background-position: -275px 0; }

.ico-fb,
.ico-facebook {
  width: 50px;
  height: 50px;
  background-position: -63px -155px; }
  .ico-fb.ko,
  .ico-facebook.ko {
    background-position: 0 -35px; }

.ico-twitter {
  width: 50px;
  height: 50px;
  background-position: -8px -155px; }
  .ico-twitter.ko {
    background-position: -20px -35px; }

.ico-pinterest {
  width: 50px;
  height: 50px;
  background-position: -112px -155px; }
  .ico-pinterest.ko {
    background-position: -50px -35px; }

.ico-youtube {
  width: 50px;
  height: 50px;
  background-position: -170px -155px; }
  .ico-youtube.ko {
    background-position: -75px -35px; }

.ico-blogger {
  width: 50px;
  height: 50px;
  background-position: -262px -155px; }
  .ico-blogger.ko {
    background-position: -105px -35px; }

.ico-link-arrow {
  width: 16px;
  height: 16px;
  background-position: -150px -30px; }
  a:hover .ico-link-arrow {
    background-position: -168px -30px; }

.ico-link-arrow-back {
  width: 16px;
  height: 16px;
  background-position: -150px -30px;
  background-position: -150px -80px; }
  a:hover .ico-link-arrow-back {
    background-position: -168px -80px; }

.ico-top-btn {
  width: 70px;
  height: 70px;
  background-position: -350px 0; }

.ico-nl-check {
  width: 18px;
  height: 14px;
  background-position: -320px -35px; }

.ico-refresh {
  width: 20px;
  height: 17px;
  background-position: -520px 0; }
  a:hover .ico-refresh {
    background-position: -520px -25px; }

.ico-scroll-down {
  width: 100px;
  height: 36px;
  background-position: -350px -75px; }
  a:hover .ico-scroll-down {
    background-position: -460px -75px; }

.ico-time {
  width: 15px;
  height: 15px;
  background-position: -150px -60px; }

.ico-comments {
  width: 16px;
  height: 16px;
  background-position: -170px -60px; }

.ico-post-share {
  width: 14px;
  height: 15px;
  background-position: -190px -60px; }

.ico-quote {
  width: 54px;
  height: 54px;
  background-position: -215px -60px; }

.ico-account {
  width: 18px;
  height: 18px;
  background-position: -550px 0; }

.ico-hamburger {
  width: 18px;
  height: 15px;
  background-position: -575px 0; }

.section-inner {
  width: 100%;
  padding: 0 20px; }
  @media screen and (min-width: 900px) {
    .section-inner {
      padding: 0 40px; } }
  .ie8 .section-inner {
    padding: 0 40px; }
  .ie8 .section-inner {
    width: 917px;
    margin: 0 auto;
    padding: 0; }

.section-hed {
  color: #003B71;
  margin: 0; }

input {
  color: #6a6a6a; }

.form-inline-submit-container,
.woocommerce form .form-inline-submit-container {
  display: inline-block;
  background: #FFF;
  border: 1px solid #c9c5c3;
  border-radius: 50px;
  padding: 5px 60px 5px 20px;
  position: relative; }
  .form-inline-submit-container input,
  .woocommerce form .form-inline-submit-container input {
    border: none; }
  .form-inline-submit-container .btn-inline-submit,
  .woocommerce form .form-inline-submit-container .btn-inline-submit {
    position: absolute;
    right: -15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%); }
    .ie8 .form-inline-submit-container .btn-inline-submit,
    .ie8 .woocommerce form .form-inline-submit-container .btn-inline-submit {
      margin-top: -14px; }

.form-row,
.woocommerce form .form-row {
  margin-bottom: 40px; }

label {
  color: #003B71;
  font-size: 14px; }
  label .label-text {
    display: inline-block;
    margin-bottom: 1em; }

select {
  font-size: 12px; }

.select-wrap {
  position: relative;
  display: block;
  border: 1px solid #c9c5c3;
  background: #FFF;
  border-radius: 40px;
  overflow: hidden; }
  .select-wrap select {
    -webkit-appearance: none;
    padding: 6px 48px 6px 24px;
    display: block;
    width: 120%;
    border: none;
    background: transparent;
    position: relative;
    z-index: 1; }
    .select-wrap select[disabled] {
      opacity: .5; }
      .select-wrap select[disabled] + .ico-select-handle {
        opacity: .5; }
  .select-wrap .ico-select-handle {
    position: absolute;
    right: 12px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 0; }
    .ie8 .select-wrap .ico-select-handle {
      margin-top: -11px; }

input[type="number"] {
  position: relative;
  border: 1px solid #c9c5c3;
  border-radius: 40px;
  padding: 3px 5px 1px 20px; }

div.wpcf7 .form_row {
  margin-bottom: 1em; }
  div.wpcf7 .form_row input,
  div.wpcf7 .form_row textarea,
  div.wpcf7 .form_row .select_wrap {
    display: block;
    width: 100%; }
  div.wpcf7 .form_row input[type="checkbox"] {
    display: inline-block;
    width: auto;
    margin-right: .5em;
    padding: 0;
    border-radius: none; }
  div.wpcf7 .form_row input,
  div.wpcf7 .form_row textarea {
    border: 1px solid #c9c5c3;
    border-radius: 40px;
    padding: 6px 24px;
    font-size: 12px; }
  div.wpcf7 .form_row textarea {
    border-radius: 5px;
    padding: 12px 24px; }

div.wpcf7 .form_row_buttons {
  text-align: right;
  position: relative;
  padding-bottom: 1em; }
  div.wpcf7 .form_row_buttons::after {
    clear: both;
    content: "";
    display: table; }
  div.wpcf7 .form_row_buttons .btn {
    position: absolute;
    bottom: 0;
    right: 0; }

div.wpcf7 .captcha {
  text-align: left;
  margin-bottom: 1em;
  /*
		input {
			border: 1px solid $_color_rules_input;
			border-radius: 40px;
			padding: 6px 24px;
			font-size: 12px;
			width: auto;

			&.wpcf7-quiz {
				width: 240px;
				display: block;
			}
		}
*/ }
/* MODAL UPDATES FOR MOBILE POPUP MAKER */
 @media screen and (max-width: 450px) {
	.pum-theme-43686 .pum-content + .pum-close, .pum-theme-hello-box .pum-content + .pum-close{
		top: 0 !important;
		right: 0 !important;
	}
}


@media screen and (min-width: 900px) {
  div.wpcf7 {
    width: 60%;
    margin: 0 auto; } }

.ie8 div.wpcf7 {
  width: 60%;
  margin: 0 auto; }

div.wpcf7 span.wpcf7-not-valid-tip {
  padding-top: .5em; }

div.wpcf7 div.wpcf7-validation-errors {
  border: none;
  color: #F00; }

div.wpcf7 div.wpcf7-response-output {
  padding: 0;
  margin: 2em 0 1em; }

div.wpcf7 div.wpcf7-mail-sent-ok {
  border: none;
  color: #f37800;
  font-family: "proxima-nova", sans-serif;
  font-size: 18px;
  font-weight: 500; }
  .ie8 div.wpcf7 div.wpcf7-mail-sent-ok {
    font-weight: normal; }

.btn,
input.btn,
submit.btn,
a.btn,
#submit {
  display: inline-block;
  background: none;
  border: none;
  -webkit-appearance: none; }
  .btn.btn-primary,
  .btn.submit, 
  input.btn.btn-primary,
  input.btn.submit,
  submit.btn.btn-primary,
  submit.btn.submit,
  a.btn.btn-primary,
  a.btn.submit,
  #submit.btn-primary,
  #submit.submit {
    background-color: #003B71;
    color: #FFF;
    font-size: 12px;
    padding: 4px 38px 3px;
    border-radius: 10px;
    border: 2px solid #003B71;
    -webkit-appearance: none;
    -webkit-transition: background-color 0.3s, color 0.3s;
    -moz-transition: background-color 0.3s, color 0.3s;
    transition: background-color 0.3s, color 0.3s;
    position: relative;
    cursor: pointer; }
    @media screen and (min-width: 900px) {
      .btn.btn-primary,
      .btn.submit,
      input.btn.btn-primary,
      input.btn.submit,
      submit.btn.btn-primary,
      submit.btn.submit,
      a.btn.btn-primary,
      a.btn.submit,
      #submit.btn-primary,
      #submit.submit {
        font-size: 16px; } }
    .ie8 .btn.btn-primary,
    .ie8 .btn.submit,
    .ie8 input.btn.btn-primary,
    .ie8 input.btn.submit,
    .ie8 submit.btn.btn-primary,
    .ie8 submit.btn.submit,
    .ie8 a.btn.btn-primary,
    .ie8 a.btn.submit,
    .ie8 #submit.btn-primary,
    .ie8 #submit.submit {
      font-size: 16px; }
    .btn.btn-primary:before,
    .btn.submit:before,
    input.btn.btn-primary:before,
    input.btn.submit:before,
    submit.btn.btn-primary:before,
    submit.btn.submit:before,
    a.btn.btn-primary:before,
    a.btn.submit:before,
    #submit.btn-primary:before,
    #submit.submit:before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      border: 2px solid #209de3;
      z-index: -1;
      border-radius: inherit;
      opacity: 0;
      -webkit-transform: scale3d(0.6, 0.6, 1);
      -moz-transform: scale3d(0.6, 0.6, 1);
      -ms-transform: scale3d(0.6, 0.6, 1);
      -o-transform: scale3d(0.6, 0.6, 1);
      transform: scale3d(0.6, 0.6, 1);
      -webkit-transition-property: -webkit-transform, opacity;
      -moz-transition-property: -moz-transform, opacity;
      transition-property: transform, opacity;
      -webkit-transition-duration: 0.3s, 0.3s;
      -moz-transition-duration: 0.3s, 0.3s;
      transition-duration: 0.3s, 0.3s;
      -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
      -moz-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
      transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1); }
      .ie8 .btn.btn-primary:before,
      .ie8 .btn.submit:before,
      .ie8 input.btn.btn-primary:before,
      .ie8 input.btn.submit:before,
      .ie8 submit.btn.btn-primary:before,
      .ie8 submit.btn.submit:before,
      .ie8 a.btn.btn-primary:before,
      .ie8 a.btn.submit:before,
      .ie8 #submit.btn-primary:before,
      .ie8 #submit.submit:before {
        border: none; }
    .btn.btn-primary[disabled],
    .btn.submit[disabled],
    input.btn.btn-primary[disabled],
    input.btn.submit[disabled],
    submit.btn.btn-primary[disabled],
    submit.btn.submit[disabled],
    a.btn.btn-primary[disabled],
    a.btn.submit[disabled],
    #submit.btn-primary[disabled],
    #submit.submit[disabled] {
      opacity: .5;
      cursor: default;
      -webkit-transition: none;
      -moz-transition: none;
      transition: none; }
      .btn.btn-primary[disabled]:hover,
      .btn.submit[disabled]:hover,
      input.btn.btn-primary[disabled]:hover,
      input.btn.submit[disabled]:hover,
      submit.btn.btn-primary[disabled]:hover,
      submit.btn.submit[disabled]:hover,
      a.btn.btn-primary[disabled]:hover,
      a.btn.submit[disabled]:hover,
      #submit.btn-primary[disabled]:hover,
      #submit.submit[disabled]:hover {
        background-color: #209de3;
        color: #FFF; }
    .btn.btn-primary:hover,
    .btn.submit:hover,
    input.btn.btn-primary:hover,
    input.btn.submit:hover,
    submit.btn.btn-primary:hover,
    submit.btn.submit:hover,
    a.btn.btn-primary:hover,
    a.btn.submit:hover,
    #submit.btn-primary:hover,
    #submit.submit:hover {
      background-color: transparent;
      color: #209de3;
      text-decoration: none; }
  .btn.btn-secondary,
  input.btn.btn-secondary,
  submit.btn.btn-secondary,
  a.btn.btn-secondary,
  #submit.btn-secondary {
    background-color: #1b376a;
    color: #FFF;
    font-size: 12px;
    padding: 4px 38px 3px;
    border-radius: 10px;
    border: 2px solid #1b376a;
    -webkit-appearance: none;
    -webkit-transition: background-color 0.3s, color 0.3s;
    -moz-transition: background-color 0.3s, color 0.3s;
    transition: background-color 0.3s, color 0.3s;
    position: relative;
    cursor: pointer;
    }
    @media screen and (min-width: 900px) {
      .btn.btn-secondary,
      input.btn.btn-secondary,
      submit.btn.btn-secondary,
      a.btn.btn-secondary,
      #submit.btn-secondary {
        font-size: 16px; } }
    .ie8 .btn.btn-secondary,
    .ie8 input.btn.btn-secondary,
    .ie8 submit.btn.btn-secondary,
    .ie8 a.btn.btn-secondary,
    .ie8 #submit.btn-secondary {
      font-size: 16px; }
    .btn.btn-secondary:before,
    input.btn.btn-secondary:before,
    submit.btn.btn-secondary:before,
    a.btn.btn-secondary:before,
    #submit.btn-secondary:before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      border: 2px solid #209de3;
      z-index: -1;
      border-radius: inherit;
      opacity: 0;
      -webkit-transform: scale3d(0.6, 0.6, 1);
      -moz-transform: scale3d(0.6, 0.6, 1);
      -ms-transform: scale3d(0.6, 0.6, 1);
      -o-transform: scale3d(0.6, 0.6, 1);
      transform: scale3d(0.6, 0.6, 1);
      -webkit-transition-property: -webkit-transform, opacity;
      -moz-transition-property: -moz-transform, opacity;
      transition-property: transform, opacity;
      -webkit-transition-duration: 0.3s, 0.3s;
      -moz-transition-duration: 0.3s, 0.3s;
      transition-duration: 0.3s, 0.3s;
      -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
      -moz-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
      transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1); }
      .ie8 .btn.btn-secondary:before,
      .ie8 input.btn.btn-secondary:before,
      .ie8 submit.btn.btn-secondary:before,
      .ie8 a.btn.btn-secondary:before,
      .ie8 #submit.btn-secondary:before {
        border: none; }
    .btn.btn-secondary[disabled],
    input.btn.btn-secondary[disabled],
    submit.btn.btn-secondary[disabled],
    a.btn.btn-secondary[disabled],
    #submit.btn-secondary[disabled] {
      opacity: .5;
      cursor: default;
      -webkit-transition: none;
      -moz-transition: none;
      transition: none; }
      .btn.btn-secondary[disabled]:hover,
      input.btn.btn-secondary[disabled]:hover,
      submit.btn.btn-secondary[disabled]:hover,
      a.btn.btn-secondary[disabled]:hover,
      #submit.btn-secondary[disabled]:hover {
        background-color: #209de3;
        color: #FFF; }
    .btn.btn-secondary:hover,
    input.btn.btn-secondary:hover,
    submit.btn.btn-secondary:hover,
    a.btn.btn-secondary:hover,
    #submit.btn-secondary:hover {
      background-color: transparent;
      color: #7bc143;
      text-decoration: none; }
  /*.btn.btn-promobar,
  input.btn.btn-promobar,
  submit.btn.btn-promobar,
  a.btn.btn-promobar,
  #submit.btn-promobar {
    background-color: #209de3;
    color: #FFF;
    font-size: 12px;
    padding: 4px 38px 3px;
    border-radius: 40px;
    border: 2px solid #209de3;
    -webkit-appearance: none;
    -webkit-transition: background-color 0.3s, color 0.3s;
    -moz-transition: background-color 0.3s, color 0.3s;
    transition: background-color 0.3s, color 0.3s;
    position: relative;
    cursor: pointer;
    background-color: transparent;
    border-color: #FFF; }
    @media screen and (min-width: 900px) {
      .btn.btn-promobar,
      input.btn.btn-promobar,
      submit.btn.btn-promobar,
      a.btn.btn-promobar,
      #submit.btn-promobar {
        font-size: 16px; } }
    .ie8 .btn.btn-promobar,
    .ie8 input.btn.btn-promobar,
    .ie8 submit.btn.btn-promobar,
    .ie8 a.btn.btn-promobar,
    .ie8 #submit.btn-promobar {
      font-size: 16px; }
    .btn.btn-promobar:before,
    input.btn.btn-promobar:before,
    submit.btn.btn-promobar:before,
    a.btn.btn-promobar:before,
    #submit.btn-promobar:before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      border: 2px solid #209de3;
      z-index: -1;
      border-radius: inherit;
      opacity: 0;
      -webkit-transform: scale3d(0.6, 0.6, 1);
      -moz-transform: scale3d(0.6, 0.6, 1);
      -ms-transform: scale3d(0.6, 0.6, 1);
      -o-transform: scale3d(0.6, 0.6, 1);
      transform: scale3d(0.6, 0.6, 1);
      -webkit-transition-property: -webkit-transform, opacity;
      -moz-transition-property: -moz-transform, opacity;
      transition-property: transform, opacity;
      -webkit-transition-duration: 0.3s, 0.3s;
      -moz-transition-duration: 0.3s, 0.3s;
      transition-duration: 0.3s, 0.3s;
      -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
      -moz-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
      transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1); }
      .ie8 .btn.btn-promobar:before,
      .ie8 input.btn.btn-promobar:before,
      .ie8 submit.btn.btn-promobar:before,
      .ie8 a.btn.btn-promobar:before,
      .ie8 #submit.btn-promobar:before {
        border: none; }
    .btn.btn-promobar[disabled],
    input.btn.btn-promobar[disabled],
    submit.btn.btn-promobar[disabled],
    a.btn.btn-promobar[disabled],
    #submit.btn-promobar[disabled] {
      opacity: .5;
      cursor: default;
      -webkit-transition: none;
      -moz-transition: none;
      transition: none; }
      .btn.btn-promobar[disabled]:hover,
      input.btn.btn-promobar[disabled]:hover,
      submit.btn.btn-promobar[disabled]:hover,
      a.btn.btn-promobar[disabled]:hover,
      #submit.btn-promobar[disabled]:hover {
        background-color: #209de3;
        color: #FFF; }
    .btn.btn-promobar:hover,
    input.btn.btn-promobar:hover,
    submit.btn.btn-promobar:hover,
    a.btn.btn-promobar:hover,
    #submit.btn-promobar:hover {
      background-color: #FFF;
      color: #24e3d7;
      text-decoration: none; }*/

.btn-modal-close {
  display: block;
  margin: 0;
  padding: 0; }

.btn-img-caption {
  font-size: 16px;
  background-color: #fee40c;
  border-radius: 40px;
  padding: 3px 30px 2px;
  color: #545454;
  text-decoration: none;
  position: relative; }
  .btn-img-caption:after {
    content: '';
    display: block;
    position: absolute;
    bottom: -11px;
    right: 0;
    height: 0;
    width: 0;
    border-top: 22px solid #fee40c;
    border-left: 22px solid transparent; }
  @media screen and (min-width: 900px) {
    .btn-img-caption.is-label-t-right {
      right: 50%;
      left: auto; }
      .btn-img-caption.is-label-t-right:after {
        content: '';
        display: block;
        position: absolute;
        bottom: -11px;
        left: 0;
        right: auto;
        height: 0;
        width: 0;
        border-top: 22px solid #fee40c;
        border-right: 22px solid transparent;
        border-left: none; }
      .btn-img-caption.is-label-t-right:hover:after,
      .btn-img-caption.is-label-t-right.hover:after {
        content: '';
        display: block;
        position: absolute;
        bottom: -11px;
        left: 0;
        right: auto;
        height: 0;
        width: 0;
        border-top: 22px solid #209de3;
        border-right: 22px solid transparent;
        border-left: none; } }
  .ie8 .btn-img-caption.is-label-t-right {
    right: 50%;
    left: auto; }
    .ie8 .btn-img-caption.is-label-t-right:after {
      content: '';
      display: block;
      position: absolute;
      bottom: -11px;
      left: 0;
      right: auto;
      height: 0;
      width: 0;
      border-top: 22px solid #fee40c;
      border-right: 22px solid transparent;
      border-left: none; }
    .ie8 .btn-img-caption.is-label-t-right:hover:after,
    .ie8 .btn-img-caption.is-label-t-right.hover:after {
      content: '';
      display: block;
      position: absolute;
      bottom: -11px;
      left: 0;
      right: auto;
      height: 0;
      width: 0;
      border-top: 22px solid #209de3;
      border-right: 22px solid transparent;
      border-left: none; }
  @media screen and (min-width: 900px) {
    .btn-img-caption {
      right: 50%;
      left: auto; }
      .btn-img-caption.is-label-right:after {
        content: '';
        display: block;
        position: absolute;
        bottom: -11px;
        left: 0;
        right: auto;
        height: 0;
        width: 0;
        border-top: 22px solid #fee40c;
        border-right: 22px solid transparent;
        border-left: none; }
      .btn-img-caption.is-label-right:hover:after,
      .btn-img-caption.is-label-right.hover:after {
        content: '';
        display: block;
        position: absolute;
        bottom: -11px;
        left: 0;
        right: auto;
        height: 0;
        width: 0;
        border-top: 22px solid #209de3;
        border-right: 22px solid transparent;
        border-left: none; } }
  .ie8 .btn-img-caption {
    right: 50%;
    left: auto; }
    .ie8 .btn-img-caption.is-label-right:after {
      content: '';
      display: block;
      position: absolute;
      bottom: -11px;
      left: 0;
      right: auto;
      height: 0;
      width: 0;
      border-top: 22px solid #fee40c;
      border-right: 22px solid transparent;
      border-left: none; }
    .ie8 .btn-img-caption.is-label-right:hover:after,
    .ie8 .btn-img-caption.is-label-right.hover:after {
      content: '';
      display: block;
      position: absolute;
      bottom: -11px;
      left: 0;
      right: auto;
      height: 0;
      width: 0;
      border-top: 22px solid #209de3;
      border-right: 22px solid transparent;
      border-left: none; }
  .btn-img-caption:hover,
  .btn-img-caption.hover {
    background-color: #209de3;
    color: #FFF; }
    .btn-img-caption:hover:after,
    .btn-img-caption.hover:after {
      content: '';
      display: block;
      position: absolute;
      bottom: -11px;
      right: 0;
      height: 0;
      width: 0;
      border-top: 22px solid #209de3;
      border-left: 22px solid transparent; }

.btn-top {
  display: inline-block; }
  .btn-top:hover .ico {
    background-position: -430px 0; }

.btn-text-link {
  font-family: "proxima-nova", sans-serif;
  font-size: 13px;
  font-weight: 700; }
  .ie8 .btn-text-link {
    font-weight: normal; }
  .btn-text-link .ico {
    margin-right: 10px;
    margin-top: -3px; }

.btn-learn-more {
  font-family: "proxima-nova", sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #1b376a; }
  .ie8 .btn-learn-more {
    font-weight: normal; }
  .btn-learn-more:before {
    content: '';
    display: inline-block;
    background: transparent url("img/carbona-sprite.png") 0 0 no-repeat;
    vertical-align: middle;
    width: 16px;
    height: 16px;
    background-position: -150px -30px;
    margin-right: .5em;
    margin-bottom: 1px; }
    @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi) {
      .btn-learn-more:before {
        background-image: url("img/carbona-sprite-2x.png");
        background-size: 630px 1500px; } }
  .btn-learn-more:hover {
    text-decoration: none; }
    .btn-learn-more:hover:before {
      content: '';
      display: inline-block;
      background: transparent url("img/carbona-sprite.png") 0 0 no-repeat;
      vertical-align: middle;
      width: 16px;
      height: 16px;
      background-position: -150px -30px;
      margin-right: .5em;
      background-position: -168px -30px; }
      @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi) {
        .btn-learn-more:hover:before {
          background-image: url("img/carbona-sprite-2x.png");
          background-size: 630px 1500px; } }

.modal {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: #FFF;
  z-index: 10000;
  box-shadow: 0 0 29px rgba(0, 0, 0, 0.5);
  padding: 10px;
  font-size: 12px;
  width: 93%; }
  @media screen and (min-width: 900px) {
    .modal {
      padding: 50px;
      width: 85%;
      font-size: 14px; } }
  .ie8 .modal {
    padding: 50px;
    width: 85%;
    font-size: 14px; }
  @media screen and (min-width: 900px) {
    .modal {
      width: 815px; } }
  .ie8 .modal {
    width: 815px; }
  .ie8 .modal {
    margin-left: -407px;
    top: 20px;
    border: 2px solid #DEDEDE; }
  .modal.is-modal-active {
    display: block; }
  .modal .btn-close {
    position: absolute;
    top: -12px;
    right: -12px; }
  .modal .modal_hed {
    font-family: "proxima-nova", sans-serif;
    font-size: 12px;
    font-weight: 400; }
    .ie8 .modal .modal_hed {
      font-weight: normal; }
    .modal .modal_hed h2 {
      font-family: "proxima-nova", sans-serif;
      font-size: 18px;
      font-weight: 700;
      line-height: 1.2;
      margin: 0 0 0.5em; }
      .ie8 .modal .modal_hed h2 {
        font-weight: normal; }
    @media screen and (min-width: 900px) {
      .modal .modal_hed {
        font-family: "proxima-nova", sans-serif;
        font-size: 15px;
        font-weight: 400; }
        .modal .modal_hed h2 {
          font-size: 24px; }
        .ie8 .modal .modal_hed {
          font-weight: normal; } }
    .ie8 .modal .modal_hed {
      font-family: "proxima-nova", sans-serif;
      font-size: 15px;
      font-weight: 400; }
      .ie8 .modal .modal_hed h2 {
        font-size: 24px; }
      .ie8 .ie8 .modal .modal_hed {
        font-weight: normal; }
  @media screen and (min-width: 900px) {
    .modal div.wpcf7 {
      width: auto;
      margin: 0; } }
  .ie8 .modal div.wpcf7 {
    width: auto;
    margin: 0; }
  .modal div.wpcf7 .form_row {
    margin-bottom: .5em; }
    @media screen and (min-width: 900px) {
      .modal div.wpcf7 .form_row {
        margin-bottom: 1.5em; } }
    .ie8 .modal div.wpcf7 .form_row {
      margin-bottom: 1.5em; }
    .modal div.wpcf7 .form_row .required {
      display: inline-block;
      padding-left: .5em;
      color: #f37800;
      font-size: 1.25em;
      vertical-align: middle; }
  .modal div.wpcf7 img.ajax-loader {
    float: left;
    display: inline-block; }
  .modal div.wpcf7 #msg_row {
    display: none; }
    .modal div.wpcf7 #msg_row textarea {
      height: 70px; }

#modal-bkgd {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.8); }
  #modal-bkgd.is-modal-active {
    display: block;
    z-index: 9999; }

/* general style for the form */
.nl-form {
  width: 100%;
  margin: 0.3em auto 0 auto;
  font-size: 4em;
  line-height: 1.5; }

.nl-form ul {
  list-style: none;
  margin: 0;
  padding: 0; }

/* normalize the input elements, make them look like everything else */
.nl-form input,
.nl-form select,
.nl-form button {
  border: none;
  background: transparent;
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  font-weight: inherit;
  line-height: inherit;
  display: inline-block;
  padding: 0;
  margin: 0;
  -webkit-appearance: none;
  -moz-appearance: none; }

.nl-form input:focus {
  outline: none; }

/* custom field (drop-down, text element) styling  */
.nl-field {
  display: inline-block;
  position: relative; }

.nl-field.nl-field-open {
  z-index: 10000; }

/* the toggle is the visible part in the form */
.nl-field-toggle,
.nl-form input,
.nl-form select {
  line-height: inherit;
  display: inline-block;
  color: #b14943;
  cursor: pointer;
  border-bottom: 3px dotted #00CFCB; }

.nl-field input[type="hidden"] {
  visibility: hidden;
  display: none; }

/* drop-down list / text element */
.nl-field ul {
  position: absolute;
  visibility: hidden;
  background: #76C3BD;
  left: -0.5em;
  top: 50%;
  font-size: 80%;
  opacity: 0;
  -webkit-transform: translateY(-40%) scale(0.9);
  -moz-transform: translateY(-40%) scale(0.9);
  transform: translateY(-40%) scale(0.9);
  -webkit-transition: visibility 0s 0.3s, opacity 0.3s, -webkit-transform 0.3s;
  -moz-transition: visibility 0s 0.3s, opacity 0.3s, -moz-transform 0.3s;
  transition: visibility 0s 0.3s, opacity 0.3s, transform 0.3s; }

.nl-field.nl-field-open ul {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(-50%) scale(1);
  -moz-transform: translateY(-50%) scale(1);
  transform: translateY(-50%) scale(1);
  -webkit-transition: visibility 0s 0s, opacity 0.3s, -webkit-transform 0.3s;
  -moz-transition: visibility 0s 0s, opacity 0.3s, -moz-transform 0.3s;
  transition: visibility 0s 0s, opacity 0.3s, transform 0.3s; }

.nl-field ul li {
  color: #fff;
  position: relative; }

.nl-dd ul li {
  padding: 0 1.5em 0 0.5em;
  cursor: pointer;
  white-space: nowrap; }

.nl-dd ul li.nl-dd-checked {
  color: #478982; }

.no-touch .nl-dd ul li:hover {
  background: rgba(0, 0, 0, 0.05); }

.no-touch .nl-dd ul li:hover:active {
  color: #478982; }

/* icons for some elements */
.nl-dd ul li.nl-dd-checked:before,
.nl-submit:before,
.nl-field-go:before {
  font-family: 'nlicons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased; }

.nl-dd ul li.nl-dd-checked:before {
  content: "\e000";
  position: absolute;
  right: 1em;
  font-size: 50%;
  line-height: 3; }

.nl-ti-text ul {
  min-width: 8em; }

.nl-ti-text ul li.nl-ti-input input {
  width: 100%;
  padding: 0.2em 2em 0.2em 0.5em;
  border-bottom: none;
  color: #fff; }

.nl-form .nl-field-go {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  cursor: pointer;
  background: rgba(0, 0, 0, 0.1);
  width: 1.8em;
  text-align: center;
  color: transparent; }

.nl-field-go:before {
  content: "\e001";
  font-size: 75%;
  color: #fff;
  width: 100%;
  line-height: 2.5;
  display: block; }

/* custom placeholder color */
/*
input::-webkit-input-placeholder {
	color: rgba(255,255,255,0.8);
}

input:active::-webkit-input-placeholder ,
input:focus::-webkit-input-placeholder {
	color: rgba(255,255,255,0.2);
}

input::-moz-placeholder {
	color: rgba(255,255,255,0.8);
}

input:active::-moz-placeholder,
input:focus::-moz-placeholder {
	color: rgba(255,255,255,0.2);
}

input:-ms-input-placeholder {
	color: rgba(255,255,255,0.8);
}

input:active::-ms-input-placeholder ,
input:focus::-ms-input-placeholder {
	color: rgba(255,255,255,0.2);
}
*/
/* example field below text input */
.nl-ti-text ul li.nl-ti-example {
  font-size: 40%;
  font-style: italic;
  font-weight: 400;
  padding: 0.4em 1em;
  color: rgba(0, 0, 0, 0.2);
  border-top: 1px dashed rgba(255, 255, 255, 0.7); }

.nl-ti-text ul li.nl-ti-example em {
  color: #fff; }

/* submit button */
.nl-submit-wrap {
  margin-top: 0.4em; }

.nl-form .nl-submit {
  line-height: 3;
  text-transform: uppercase;
  cursor: pointer;
  position: relative;
  background: #76C3BD;
  color: #fff;
  padding: 0 1em 0 0;
  font-size: 40%;
  font-weight: bold;
  letter-spacing: 3px; }

.nl-submit:before {
  content: "\e001";
  color: #fff;
  float: left;
  padding: 0 0.7em;
  margin: 0 0.8em 0 0;
  background: #69B1A9; }

.no-touch .nl-form .nl-submit:hover,
.no-touch .nl-form .nl-submit:active {
  background: #69B1A9; }

.no-touch .nl-form .nl-submit:hover:before {
  background: #58a199; }

/* overlay becomes visible when a field is opened */
.nl-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  z-index: 9999;
  visibility: hidden;
  -webkit-transition: visibility 0s 0.3s, opacity 0.3s;
  -moz-transition: visibility 0s 0.3s, opacity 0.3s;
  transition: visibility 0s 0.3s, opacity 0.3s; }

.nl-field.nl-field-open ~ .nl-overlay {
  opacity: 1;
  visibility: visible;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  transition-delay: 0s; }

.stainwidget {
  font-family: "proxima-nova", sans-serif;
  font-size: 20px;
  font-weight: 400;
  color: #00CFCB; }
  .ie8 .stainwidget {
    font-weight: normal; }
  @media screen and (min-width: 900px) {
    .stainwidget {
      font-family: "proxima-nova", sans-serif;
      font-size: 20px;
      font-weight: 300; }
      .ie8 .stainwidget {
        font-weight: normal; } }
  .ie8 .stainwidget {
    font-family: "proxima-nova", sans-serif;
    font-size: 20px;
    font-weight: 400; }
    .ie8 .ie8 .stainwidget {
      font-weight: normal; }
  .stainwidget .stainwidget-buttons {
    margin-top: 10px; }
    @media screen and (min-width: 900px) {
      .stainwidget .stainwidget-buttons {
        margin-top: 15px; } }
    .ie8 .stainwidget .stainwidget-buttons {
      margin-top: 48px; }
  .stainwidget .nl-field-toggle {
    color: #1b376a;
    font-size: 21px;
    font-weight: 300; }
    @media screen and (min-width: 900px) {
      .stainwidget .nl-field-toggle {
        font-size: 20px; } }
    .ie8 .stainwidget .nl-field-toggle {
      font-size: 20px; }
    .stainwidget .nl-field-toggle:hover {
      text-decoration: none; }
  .stainwidget .nl-field .nl-list-wrap {
    border-radius: 30px;
    border-bottom-left-radius: 0;
    background: #00CFCB;
    position: absolute;
    padding: 18px 20px;
    left: .25em;
    bottom: 2.5em;
    visibility: hidden; }
    @media screen and (min-width: 900px) {
      .stainwidget .nl-field .nl-list-wrap {
        padding: 36px 40px;
        left: 2em;
        bottom: 64px; } }
    .ie8 .stainwidget .nl-field .nl-list-wrap {
      padding: 36px 40px;
      left: 2em;
      bottom: 64px; }
    .stainwidget .nl-field .nl-list-wrap:after {
      content: '';
      display: block;
      position: absolute;
      z-index: -1;
      bottom: -24px;
      left: 0;
      right: auto;
      height: 0;
      width: 0;
      border-top: 24px solid #00CFCB;
      border-right: 24px solid transparent;
      border-left: none; }
  .stainwidget .nl-field.nl-field-open .nl-list-wrap {
    visibility: visible; }
  .stainwidget .nl-field ul {
    padding: 0;
    margin: 0;
    background: #00CFCB;
    list-style-type: none;
    text-align: left;
    text-transform: lowercase;
    position: static;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    font-family: "proxima-nova", sans-serif;
    font-size: 15px;
    font-weight: 400;
    max-height: 285px;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch; }
    .ie8 .stainwidget .nl-field ul {
      font-weight: normal; }
    @media screen and (min-width: 900px) {
      .stainwidget .nl-field ul {
        font-family: "proxima-nova", sans-serif;
        font-size: 18px;
        font-weight: 400; }
        .ie8 .stainwidget .nl-field ul {
          font-weight: normal; } }
    .ie8 .stainwidget .nl-field ul {
      font-family: "proxima-nova", sans-serif;
      font-size: 18px;
      font-weight: 400; }
      .ie8 .ie8 .stainwidget .nl-field ul {
        font-weight: normal; }
    .stainwidget .nl-field ul li:hover {
      color: #1b376a; }
    .stainwidget .nl-field ul .nl-dd-checked {
      color: #1b376a; }
      .stainwidget .nl-field ul .nl-dd-checked:before {
        content: '';
        display: inline-block;
        background: transparent url("img/carbona-sprite.png") 0 0 no-repeat;
        vertical-align: middle;
        width: 18px;
        height: 14px;
        background-position: -320px -35px;
        position: absolute;
        right: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%); }
        @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi) {
          .stainwidget .nl-field ul .nl-dd-checked:before {
            background-image: url("img/carbona-sprite-2x.png");
            background-size: 630px 1500px; } }
  .stainwidget .nl-ti-text {
    display: none;
    visibility: hidden; }
  .stainwidget .nl-overlay {
    background: rgba(255, 255, 255, 0.8); }

.section-conquer-results {
  padding: 72px 0 48px;
  background:#00CFCB;
  border-radius:30px;
  position: relative; }
  .section-conquer-results .results-scroll {
    position: absolute;
    top: -1px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%); }
  .section-conquer-results .conquer-results-hed {
    font-family: "proxima-nova", sans-serif;
    font-size: 18px;
    font-weight: 400;
    text-align: center;
    color: #1b376a;
    margin: 0 0 1em; }
    .ie8 .section-conquer-results .conquer-results-hed {
      font-weight: normal; }
    @media screen and (min-width: 900px) {
      .section-conquer-results .conquer-results-hed {
        font-family: "proxima-soft", sans-serif;
        font-size: 50px;
        font-weight: 700;
        margin: 0; }
        .ie8 .section-conquer-results .conquer-results-hed {
          font-weight: normal; } }
    .ie8 .section-conquer-results .conquer-results-hed {
      font-family: "proxima-nova", sans-serif;
      font-size: 50px;
      font-weight: 400;
      margin: 0; }
      .ie8 .ie8 .section-conquer-results .conquer-results-hed {
        font-weight: normal; }
  .section-conquer-results .section-content::after {
    clear: both;
    content: "";
    display: table; }
  @media screen and (min-width: 900px) {
    .section-conquer-results .product-image {
      float: left;
      position: relative;
      width: 275px;
      height: 400px;
      margin-right: 30px; } }
  .ie8 .section-conquer-results .product-image {
    float: left;
    position: relative;
    width: 275px;
    height: 400px;
    margin-right: 30px; }
  .section-conquer-results .product-image img {
    display: block; }
    @media screen and (min-width: 900px) {
      .section-conquer-results .product-image img {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); } }
    .ie8 .section-conquer-results .product-image img {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      -o-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
  .section-conquer-results .product-info {
    padding-top: 1em; }
    @media screen and (min-width: 900px) {
      .section-conquer-results .product-info {
        float: left;
        width: 600px;
        padding-top: 60px; } }
    .ie8 .section-conquer-results .product-info {
      float: left;
      width: 600px;
      padding-top: 60px; }
  .section-conquer-results .product-name {
    font-family: "proxima-nova", sans-serif;
    font-size: 21px;
    font-weight: 500;
    margin: 0 0 0.25em;
    line-height: 1.1; }
    .ie8 .section-conquer-results .product-name {
      font-weight: normal; }
    @media screen and (min-width: 900px) {
      .section-conquer-results .product-name {
        font-family: "proxima-nova", sans-serif;
        font-size: 26px;
        font-weight: 500; }
        .ie8 .section-conquer-results .product-name {
          font-weight: normal; } }
    .ie8 .section-conquer-results .product-name {
      font-family: "proxima-nova", sans-serif;
      font-size: 26px;
      font-weight: 500; }
      .ie8 .ie8 .section-conquer-results .product-name {
        font-weight: normal; }
  .section-conquer-results .product-price {
    color: #209de3;
    margin-bottom: 20px;
    line-height: 1;
    font-family: "proxima-nova", sans-serif;
    font-size: 24px;
    font-weight: 700;
    display:none; }
    .ie8 .section-conquer-results .product-price {
      font-weight: normal; }
    @media screen and (min-width: 900px) {
      .section-conquer-results .product-price {
        font-family: "proxima-nova", sans-serif;
        font-size: 36px;
        font-weight: 700; }
        .ie8 .section-conquer-results .product-price {
          font-weight: normal; } }
    .ie8 .section-conquer-results .product-price {
      font-family: "proxima-nova", sans-serif;
      font-size: 36px;
      font-weight: 700; }
      .ie8 .ie8 .section-conquer-results .product-price {
        font-weight: normal; }
  .section-conquer-results .product-rating {
    margin-bottom: 24px; }
    .section-conquer-results .product-rating .star-rating {
      float: none; }
  .section-conquer-results .product-descr {
    font-family: "proxima-nova", sans-serif;
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 1em; }
    .ie8 .section-conquer-results .product-descr {
      font-weight: normal; }
  .section-conquer-results .product-buttons {
    margin-top: 28px;
    text-align: center; }
    .section-conquer-results .product-buttons::after {
      clear: both;
      content: "";
      display: table; }
    @media screen and (min-width: 900px) {
      .section-conquer-results .product-buttons {
        text-align: left; } }
    .ie8 .section-conquer-results .product-buttons {
      text-align: left; }
    .section-conquer-results .product-buttons .btn {
      margin: 0 auto 1em; }
      @media screen and (min-width: 900px) {
        .section-conquer-results .product-buttons .btn {
          margin-right: 36px; } }
      .ie8 .section-conquer-results .product-buttons .btn {
        margin-right: 36px; }
      .section-conquer-results .product-buttons .btn .ico {
        margin-right: .5em; }

@media screen and (min-width: 900px) {
  .stainwidget-content {
    margin: 0 190px; } }

.ie8 .stainwidget-content {
  margin: 0 190px; }

@media screen and (min-width: 900px) {
  .stainwidget-content {
    margin: 0; } }

.ie8 .stainwidget-content {
  margin: 0; }

/*
#sc_search {
	display: none !important;
	visibility: hidden !important;
	opacity: 0 !important;

	position: absolute;
	left: -9999em;
}
*/
.social-post,
.social-post.sl {
  float: left;
  position: relative;
  width: 295px;
  height: 294px;
  margin: 0 13px 13px 0;
  border: 1px solid #eaeaea;
  font-family: "proxima-nova", sans-serif;
  font-size: 12px;
  font-weight: 400; }
  .ie8 .social-post,
  .ie8 .social-post.sl {
    font-weight: normal; }
  @media screen and (min-width: 900px) {
    .social-post:nth-of-type(2n),
    .social-post.sl:nth-of-type(2n) {
      margin-right: 0; } }
  .ie8 .social-post:nth-of-type(2n),
  .ie8 .social-post.sl:nth-of-type(2n) {
    margin-right: 0; }
  @media screen and (min-width: 900px) {
    .social-post:nth-of-type(2n),
    .social-post.sl:nth-of-type(2n) {
      margin-right: 13px; }
    .social-post:nth-of-type(3n),
    .social-post.sl:nth-of-type(3n) {
      margin-right: 0; } }
  .ie8 .social-post:nth-of-type(2n),
  .ie8 .social-post.sl:nth-of-type(2n) {
    margin-right: 13px; }
  .ie8 .social-post:nth-of-type(3n),
  .ie8 .social-post.sl:nth-of-type(3n) {
    margin-right: 0; }
  .ie8 .social-post,
  .ie8 .social-post.sl {
    margin: 0 5px 13px; }
  .social-post.has-image,
  .social-post.sl.has-image {
    padding: 0; }
    .social-post.has-image .social-post-icon,
    .social-post.sl.has-image .social-post-icon {
      top: 10px;
      left: 10px; }
    .social-post.has-image:hover .social-post-img,
    .social-post.sl.has-image:hover .social-post-img {
      display: none; }
    .social-post.has-image:hover .social-post-icon,
    .social-post.sl.has-image:hover .social-post-icon {
      top: 60px;
      left: 30px; }
      .social-post.has-image:hover .social-post-icon .ico,
      .social-post.sl.has-image:hover .social-post-icon .ico {
        background-position-y: -75px; }
  .social-post .social-post-text,
  .social-post.sl .social-post-text {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
    padding: 100px 30px 60px;
    z-index: 0; }
    .social-post .social-post-text .social-post-footer,
    .social-post.sl .social-post-text .social-post-footer {
      position: absolute;
      bottom: 10px;
      left: 10px;
      right: 10px;
      color: #209de3; }
      .social-post .social-post-text .social-post-footer::after,
      .social-post.sl .social-post-text .social-post-footer::after {
        clear: both;
        content: "";
        display: table; }
      .social-post .social-post-text .social-post-footer .social-timestamp,
      .social-post.sl .social-post-text .social-post-footer .social-timestamp {
        float: right;
        padding-top: 10px;
        font-family: "proxima-nova", sans-serif;
        font-size: 9px;
        font-weight: 400; }
        .ie8 .social-post .social-post-text .social-post-footer .social-timestamp,
        .ie8 .social-post.sl .social-post-text .social-post-footer .social-timestamp {
          font-weight: normal; }
      .social-post .social-post-text .social-post-footer .social-logo,
      .social-post.sl .social-post-text .social-post-footer .social-logo {
        float: left; }
      .social-post .social-post-text .social-post-footer .social-name,
      .social-post.sl .social-post-text .social-post-footer .social-name {
        float: left;
        margin-left: 5px;
        padding-top: 10px;
        font-family: "proxima-nova", sans-serif;
        font-size: 13px;
        font-weight: 400; }
        .ie8 .social-post .social-post-text .social-post-footer .social-name,
        .ie8 .social-post.sl .social-post-text .social-post-footer .social-name {
          font-weight: normal; }
  .social-post .social-post-img,
  .social-post.sl .social-post-img {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-color: #000; }
    .social-post .social-post-img img,
    .social-post.sl .social-post-img img {
      position: absolute;
      display: block;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      -o-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      width: 100%; }
      .ie8 .social-post .social-post-img img,
      .ie8 .social-post.sl .social-post-img img {
        left: 0;
        top: 0; }
  .social-post .social-post-icon,
  .social-post.sl .social-post-icon {
    position: absolute;
    z-index: 10;
    top: 60px;
    left: 30px; }
  .social-post .social-logo,
  .social-post.sl .social-logo {
    width: 46px;
    height: 46px; }
    .social-post .social-logo img,
    .social-post.sl .social-logo img {
      width: 100%;
      height: 100%;
      display: block; }

.social-post.sl {
  text-align: center;
  background: #fff url("img/sl_section_bkgd.jpg") 0 0 no-repeat;
  background-size: auto 100%; }
  .ie8 .social-post.sl {
    background-position: 50% 50%;
    background-size: 100% 100%; }

.review {
  font-family: "proxima-nova", sans-serif;
  font-size: 12px;
  font-weight: 400;
  margin-bottom: 30px; }
  .ie8 .review {
    font-weight: normal; }
  @media screen and (min-width: 900px) {
    .review {
      font-family: "proxima-nova", sans-serif;
      font-size: 13px;
      font-weight: 400;
      margin-bottom: 60px; }
      .ie8 .review {
        font-weight: normal; } }
  .ie8 .review {
    font-family: "proxima-nova", sans-serif;
    font-size: 13px;
    font-weight: 400;
    margin-bottom: 60px; }
    .ie8 .ie8 .review {
      font-weight: normal; }
  @media screen and (min-width: 900px) {
    .review {
      font-size: 15px; } }
  .ie8 .review {
    font-size: 15px; }
  .review .kv-key {
    font-weight: 500; }

.promo-bar {
  text-align: center;
  color: #FFF;
  background: #24e3d7;
  padding: 23px 0 23px; }
  .promo-bar a {
    color: inherit; }
  .promo-bar .promo-inner {
    position: relative;
    font-family: "proxima-nova", sans-serif;
    font-size: 26px;
    font-weight: 400;
    line-height: 1.2;
    padding: 0 40px;
    vertical-align: middle; }
    .ie8 .promo-bar .promo-inner {
      font-weight: normal; }
  /*.promo-bar .btn-promobar {
    margin-left: 22px; }
  .promo-bar .promo-msg,
  .promo-bar .promo-cta {
    display: inline-block;
    vertical-align: middle; }*/
  .promo-bar .promo-close {
    position: absolute;
    right: 15px;
    top: 0; }
    @media screen and (min-width: 900px) {
      .promo-bar .promo-close {
        right: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%); } }
    .ie8 .promo-bar .promo-close {
      right: 0;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%); }
  .promo-bar .promo-hed,
  .promo-bar .promo-subhed {
    display: block; }
    @media screen and (min-width: 900px) {
      .promo-bar .promo-hed,
      .promo-bar .promo-subhed {
        display: inline; } }
    .ie8 .promo-bar .promo-hed,
    .ie8 .promo-bar .promo-subhed {
      display: inline; }

/*.promo-modal {
  padding-top: 210px;
  padding-bottom: 40px; }
  @media screen and (min-width: 900px) {
    .promo-modal {
      padding-top: 336px;
      padding-bottom: 80px; } }
  .ie8 .promo-modal {
    padding-top: 336px;
    padding-bottom: 80px; }
  .promo-modal .promo-msg {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    height: 210px;
    padding: 48px 24px;
    background-color: #209de3;
    color: #FFF;
    font-family: "proxima-nova", sans-serif;
    font-size: 18px;
    font-weight: 400;
    text-transform: uppercase;
    text-align: center;
    line-height: 1; }
    .ie8 .promo-modal .promo-msg {
      font-weight: normal; }
    @media screen and (min-width: 900px) {
      .promo-modal .promo-msg {
        padding: 96px 50px;
        height: 336px;
        font-family: "proxima-nova", sans-serif;
        font-size: 23px;
        font-weight: 400; }
        .ie8 .promo-modal .promo-msg {
          font-weight: normal; } }
    .ie8 .promo-modal .promo-msg {
      padding: 96px 50px;
      height: 336px;
      font-family: "proxima-nova", sans-serif;
      font-size: 23px;
      font-weight: 400; }
      .ie8 .ie8 .promo-modal .promo-msg {
        font-weight: normal; }
    .promo-modal .promo-msg:before {
      content: '';
      background: none;
      position: absolute;
      display: block;
      height: 0;
      bottom: 0;
      z-index: 100;
      left: 0;
      width: 60px;
      border-bottom: 30px solid #FFF;
      border-right: 30px solid transparent; }
      .lt-ie9 .promo-modal .promo-msg:before {
        display: none; }
    .promo-modal .promo-msg:after {
      content: '';
      display: block;
      position: absolute;
      height: 0;
      bottom: 0;
      z-index: 100;
      left: 60px;
      right: 0;
      border-bottom: 30px solid #FFF;
      border-left: 30px solid transparent; }
      .lt-ie9 .promo-modal .promo-msg:after {
        display: none; }
  .promo-modal .promo-hed {
    font-family: "Gotham 8r", "Gotham A", "Gotham B", sans-serif;
    font-size: 56px;
    font-weight: 800;
    display: block; }
    .ie8 .promo-modal .promo-hed {
      font-weight: normal; }
    .promo-modal .promo-hed.hed-medium {
      font-size: 48px; }
    .promo-modal .promo-hed.hed-small {
      font-size: 36px; }
    @media screen and (min-width: 900px) {
      .promo-modal .promo-hed {
        font-size: 105px; }
        .promo-modal .promo-hed.hed-medium {
          font-size: 85px; }
        .promo-modal .promo-hed.hed-small {
          font-size: 68px; } }
    .ie8 .promo-modal .promo-hed {
      font-size: 105px; }
      .ie8 .promo-modal .promo-hed.hed-medium {
        font-size: 85px; }
      .ie8 .promo-modal .promo-hed.hed-small {
        font-size: 68px; }
  .promo-modal .promo-copy {
    padding-top: 10px;
    text-align: center;
    font-size: 13px;
    width: 80%;
    margin: 0 auto; }
    @media screen and (min-width: 900px) {
      .promo-modal .promo-copy {
        padding-top: 40px;
        font-size: 15px; } }
    .ie8 .promo-modal .promo-copy {
      padding-top: 40px;
      font-size: 15px; }
  .promo-modal .promo-cta {
    text-align: center; } */

.promo-landing {
  padding: 50px 0;
  text-align: center;
  position: relative;
  z-index: 1; }
  .promo-landing header {
    position: relative;
    z-index: 2; }
  @media screen and (min-width: 900px) {
    .promo-landing {
      padding: 25px 0 100px; } }
  .ie8 .promo-landing {
    padding: 25px 0 100px; }
  .promo-landing .promo-hed {
    font-family: "proxima-nova", sans-serif;
    font-size: 56px;
    font-weight: 800;
    margin: 0;
    line-height: 1;
    color: #1b376a;
    text-transform: uppercase; }
    .ie8 .promo-landing .promo-hed {
      font-weight: normal; }
    @media screen and (min-width: 900px) {
      .promo-landing .promo-hed {
        font-size: 105px; } }
    .ie8 .promo-landing .promo-hed {
      font-size: 105px; }
  .promo-landing .promo-subhed {
    font-family: "proxima-nova", sans-serif;
    font-size: 18px;
    font-weight: 500;
    margin: 0;
    color: #209de3;
    text-transform: uppercase; }
    .ie8 .promo-landing .promo-subhed {
      font-weight: normal; }
    @media screen and (min-width: 900px) {
      .promo-landing .promo-subhed {
        font-size: 30px; } }
    .ie8 .promo-landing .promo-subhed {
      font-size: 30px; }
  .promo-landing .promo-main {
    position: relative;
    z-index: 2;
    width: 90%;
    margin: 0 auto; }
    @media screen and (min-width: 900px) {
      .promo-landing .promo-main {
        width: 65%; } }
    .ie8 .promo-landing .promo-main {
      width: 65%; }
  .promo-landing .promo-code {
    font-weight: bold;
    text-transform: uppercase; }
  .promo-landing .promo-restrictions-wrap {
    margin: 1em 0 0;
    font-size: 9px; }
    .promo-landing .promo-restrictions-wrap #promo-restrictions {
      padding-top: 2em; }
    @media screen and (min-width: 900px) {
      .promo-landing .promo-restrictions-wrap {
        font-size: 13px; } }
    .ie8 .promo-landing .promo-restrictions-wrap {
      font-size: 13px; }

#promo-main {
  position: relative;
  margin-bottom: 0; }
  #promo-main .promo-bkgd {
    position: relative;
    z-index: 0; }
    #promo-main .promo-bkgd img {
      width: 100%;
      height: auto;
      display: block; }

.masthead::after {
  clear: both;
  content: "";
  display: table; }

.masthead-wrap {
  padding-top: 14px; }
  @media screen and (min-width: 900px) {
    .masthead-wrap {
      width:100% } }
  .ie8 .masthead-wrap {
    width:100% }

.masthead-outer {
  position: relative;
  z-index: 100;
  margin-top:-25px }

.site-branding .site-title {
  margin: 0;
  padding: 0; }
  .site-branding .site-title a {
    display: block;
    background: transparent url("img/carbona-new-home.png") 0 0 no-repeat;
    width: 100px;
    height: 50px;
    margin: 0 auto;
    text-indent: -9999em; }
    @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi) {
      .site-branding .site-title a {
        background-image: url("img/carbona-new-home.png");
        background-size: contain; } }

.site-branding .site-description {
  display: none; }

@media screen and (min-width: 900px) {
  .site-branding {
    float: left; 
    margin-left:14vw;}
    .site-branding .site-title a {
      background: transparent url("img/carbona-new-home.png") 0 0 no-repeat;
      background-size:contain;
      width: 162px;
      height:80px;
      margin: 10px 0 0 0; }
      .home .site-branding .site-title a {
        background-image: url("img/carbona-new-home.png"); } }
    @media only screen and (min-width: 900px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-width: 900px) and (min-resolution: 192dpi) {
      .site-branding .site-title a {
        background-image: url("img/carbona-new-home.png");
        background-size: contain; }
        .home .site-branding .site-title a {
          background-image: url("img/carbona-new-home.png"); } }

.ie8 .site-branding {
  float: left;
  padding-top: 30px;
  margin-left:15vw; }
  .ie8 .site-branding .site-title a {
    background: transparent url("img/carbona-new-home.png") 0 0 no-repeat;
      background-size:contain;
      width: 162px;
      height:80px;
    margin: 0; }
    .home .ie8 .site-branding .site-title a {
      background-image: url("img/carbona-new-home.png"); }
    @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi) {
      .ie8 .site-branding .site-title a {
        background-image: url("img/carbona-new-home.png");
        background-size: 200px 100px; }
        .home .ie8 .site-branding .site-title a {
          background-image: url("img/carbona-new-home.png"); } }

@media screen and (min-width: 900px) {
  .masthead-content {
    width: 55vw;
    float: right;
    text-align: right; }
     .homepage-products .homepage-products-img {
    width: 550px !important;
		margin-top:30px;
    left:35%;
    	}
     }

  
@media screen and (min-width: 1000px)  {
     
    .homepage-products .homepage-products-img {
    width: 650px !important;
		margin-top:0 !important;
		}
    }

@media screen and (min-width: 1200px)  {
     
    .homepage-products .homepage-products-img {
    width: 750px !important;
		margin-top:-20px !important;
		}
    }


.ie8 .masthead-content {
  width: 491px;
  float: right;
  text-align: right; }

@media screen and (max-width: 1199px) {
  .masthead-content {
    width: 70%; } 
    .section-inner {
    width:100%}
  
    .homepage-products .col-left {
    margin-left:10px !important;
    }
    .site-branding {
	margin-left:35px !important;
	}
	.footer-legal {
	margin-right:50px;
	}
	.site-branding {
	margin-left:5vw !important}
	}
	


.ie8 .masthead-content {
  width: 50%; }

.masthead-content::after {
  clear: both;
  content: "";
  display: table; }

.main-navigation::after {
  clear: both;
  content: "";
  display: table; }

.main-navigation .menu-toggle {
  position: absolute;
  top: 14px;
  left: 10px;
  width: 18px;
  height: 15px;
  display: block;
  cursor: pointer; }
  @media screen and (min-width: 900px) {
    .main-navigation .menu-toggle {
      display: none; } }
  .ie8 .main-navigation .menu-toggle {
    display: none; }

@media screen and (min-width: 900px) {
  .main-navigation {
    display: block;
    float: left;
    clear: right;
    padding-top: 4px;
    width: 446px;
    margin-top: 23px; } }

.ie8 .main-navigation {
  display: block;
  float: left;
  clear: right;
  padding-top: 4px;
  width: 446px;
  margin-top: 23px; }

@media screen and (min-width: 900px) {
  .main-navigation {
    width: 566px;
    margin: 0 0 0 20px; } }

.ie8 .main-navigation {
  width: 566px;
  margin: 0 0 0 20px; }

.main-navigation .menu::after {
  clear: both;
  content: "";
  display: table; }

.main-navigation .menu-item {
  float: none;
  position: relative;
  border-bottom: 1px solid #00CFCB; }
  @media screen and (min-width: 900px) {
    .main-navigation .menu-item {
      position: static;
      text-align: right;
      padding: 5px 5px 5px;
      float: left;
      border: none; } }
  .ie8 .main-navigation .menu-item {
    position: static;
    text-align: right;
    padding: 5px 5px 5px;
    float: left;
    border: none; }
 

.main-navigation .current_page_parent a,
.main-navigation .current_page_item a {
   color: #FFF;
	   background:#003B71; }

.search-results .main-navigation .current_page_parent a,
.search-results .main-navigation .current_page_item a {
   color: #FFF;
	   background:#003B71; }
  .search-results .main-navigation .current_page_parent a:hover,
  .search-results .main-navigation .current_page_item a:hover {
     color: #FFF;
	   background:#003B71; }

.main-navigation a {
  text-decoration: none;
  color: #FFF;
  padding: 15px 15px 15px 52px; }
  .main-navigation a .ico {
    position: absolute;
    left: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%); }
  @media screen and (min-width: 900px) {
    .main-navigation a {
      color: #003B71;
      padding:5px 25px;
      border-radius:20px;
      font-size: 15px;
      font-family: "proxima-soft", sans-serif;
      font-weight: 800; 
    }
   }
     
	 .main-navigation a:active {
        color: #FFF;
	   background:#003B71;} 
	     
   .main-navigation a:hover {
        color: #FFF;
	   background:#003B71;} 
  .ie8 .main-navigation a {
    color: #209de3;
    font-size: 13px;
    padding: 0; }
    .home .ie8 .main-navigation a {
      color: #FFF; }
  @media screen and (min-width: 900px) {
    .main-navigation a {
      font-size: 16px; } }
  .ie8 .main-navigation a {
    font-size: 14px; }
  .main-navigation a:hover {
    color: #1b376a; }

.main-navigation .mobile-menu-contact {
  color: #fee40c; }
  .main-navigation .mobile-menu-contact a {
    padding-bottom: 0; }
  .main-navigation .mobile-menu-contact .mobile-menu-contact-tel {
    color: #00CFCB;
    text-decoration: none;
    padding: 0 15px 15px 52px;
    display: block; }

.masthead-cart-icon {
  position: absolute;
  right: 10px;
  top: 14px;
  display: block; }
  @media screen and (min-width: 900px) {
    .masthead-cart-icon {
      padding-top: 20px;
      position: static;
      float: right;
      height: auto; } }
  .ie8 .masthead-cart-icon {
    padding-top: 20px;
    position: static;
    float: right;
    height: auto; }
  @media screen and (min-width: 900px) {
    .masthead-cart-icon {
      width: 45px;
      margin-top: 6px; } }
  .ie8 .masthead-cart-icon {
    width: 45px;
    margin-top: 6px; }
  @media screen and (min-width: 900px) {
    .masthead-cart-icon {
      width: 54px;
      margin: 0; } }
  .ie8 .masthead-cart-icon {
    width: 54px;
    margin: 0; }
  @media screen and (min-width: 900px) {
    .masthead-cart-icon .cart-link-container {
      float: right;
      position: relative;
      padding-right: 12px; } }
  .ie8 .masthead-cart-icon .cart-link-container {
    float: right;
    position: relative;
    padding-right: 12px; }
  .masthead-cart-icon .cart-count {
    font-size: 9px;
    min-width: 18px;
    height: 18px;
    line-height: 18px;
    background-color: #f37800;
    position: absolute;
    font-weight: bold;
    text-align: center;
    color: #FFF;
    text-decoration: none;
    display: block;
    border-radius: 40px;
    padding-top: 1px;
    right: -5px;
    top: -5px; }
    @media screen and (min-width: 900px) {
      .masthead-cart-icon .cart-count {
        font-size: 12px;
        min-width: 23px;
        height: 23px;
        line-height: 23px;
        vertical-align: middle;
        top: -11px;
        right: 0; } }
    .ie8 .masthead-cart-icon .cart-count {
      font-size: 12px;
      min-width: 23px;
      height: 23px;
      line-height: 23px;
      vertical-align: middle;
      top: -11px;
      right: 0; }

@media screen and (min-width: 900px) {
  .masthead-tools {
    float: right;
    background: #00CFCB;
    border-radius: 50px 0 0 50px;
    height: 100px;
    text-align: right;
    margin-top: -50px;
    margin-bottom: 0;
    line-height: 1;
    vertical-align: middle;
    overflow: hidden;
    position: relative;
    width: 100%; }
    .masthead-tools .masthead-tools-inner {
      position: relative;
      right: 20px;
      margin-top:60px;
      -webkit-transition: right 0.25s ease-out;
      -moz-transition: right 0.25s ease-out;
      transition: right 0.25s ease-out; }
    .masthead-tools.is-search-visible .masthead-tools-inner {
      right: 26px; } }

.ie8 .masthead-tools {
  float: right;
  text-align: right;
  margin-top: 20px;
  margin-bottom: 0;
  line-height: 1;
  vertical-align: middle;
  overflow: hidden;
  position: relative;
  width: 100%; }
  .ie8 .masthead-tools .masthead-tools-inner {
    position: relative;
    right: -181px;
    -webkit-transition: right 0.25s ease-out;
    -moz-transition: right 0.25s ease-out;
    transition: right 0.25s ease-out; }
  .ie8 .masthead-tools.is-search-visible .masthead-tools-inner {
    right: 26px; }

@media screen and (min-width: 900px) {
  .masthead-tools .masthead-tools-inner {
   float:left; } }

.ie8 .masthead-tools .masthead-tools-inner {
   float:left; }

@media screen and (min-width: 900px) {
  .masthead-search {
    position: static;
    display: inline-block; 
    float:left;
    margin-left:90px;} }

.ie8 .masthead-search {
  position: static;
  display: inline-block; 
    float:left;
    margin-left:90px; }

.masthead-search #masthead-search-form {
  display: none;
  border: 1px solid #c9c5c3;
  border-radius: 40px;
  padding: 3px 20px; }
  .home .masthead-search #masthead-search-form {
    border-color: #FFF; }
  .is-search-visible .masthead-search #masthead-search-form {
    display: block;
    margin-top: 5px; }
  @media screen and (min-width: 900px) {
    .masthead-search #masthead-search-form {
      display: inline-block;
      margin-top: 0;
      border: 1px solid #FFF;
      border-radius: 40px;
      width: 200px;
      background-color: #FFF; }
      .is-search-visible .masthead-search #masthead-search-form {
        margin: 0;
          width: 200px; } }
  .ie8 .masthead-search #masthead-search-form {
    display: inline-block;
    margin-top: 0;
    border: 3px solid #c9c5c3;
    border-radius: 40px;
    width: 190px; }
    .home .ie8 .masthead-search #masthead-search-form {
      border-color: #FFF;
      width: 160px;
      background-color: transparent; }
    .is-search-visible .ie8 .masthead-search #masthead-search-form {
      margin: 0; }
      .home .is-search-visible .ie8 .masthead-search #masthead-search-form {
        width: 180px; }
  .masthead-search #masthead-search-form input {
    border: none;
    font-size: 12px;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .home .masthead-search #masthead-search-form input {
      background: transparent;
      color: #003B71; }
      .home .masthead-search #masthead-search-form input::-webkit-input-placeholder {
        /* Chrome/Opera/Safari */
        color: #888; }
      .home .masthead-search #masthead-search-form input::-moz-placeholder {
        /* Firefox 19+ */
        color: #888; }
      .home .masthead-search #masthead-search-form input:-ms-input-placeholder {
        /* IE 10+ */
        color: #888; }
      .home .masthead-search #masthead-search-form input:-moz-placeholder {
        /* Firefox 18- */
        color: #888; }

#masthead-search-toggle {
  position: absolute;
  right: 50px;
  top: 14px;
  display: block;
  cursor: pointer; }
  @media screen and (min-width: 900px) {
    #masthead-search-toggle {
      right: -1px;
      top: -1px;
      width: 26px;
      height: 36px;
      border-top-left-radius: 30px;
      border-bottom-left-radius: 30px;
      padding-right: 1px;
      padding-top: 8px; }
      #masthead-search-toggle {
        background: none;
        float:left;
        left:230px; } }
  .ie8 #masthead-search-toggle {
    background: #FFF;
    right: -1px;
    top: -1px;
    width: 26px;
    height: 36px;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
    padding-right: 1px;
    padding-top: 8px; }
    .home .ie8 #masthead-search-toggle {
      background: none; }
  @media screen and (min-width: 900px) {
    #masthead-search-toggle {
      padding-top: 6px;
      top: -1px;
      width: 26px;
      height: 36px;
      margin-top:57px; } }
  .ie8 #masthead-search-toggle {
    padding-top: 6px;
    right: 35px;
    top: -1px;
    width: 26px;
    height: 36px; }

.masthead-account {
  position: absolute;
  left: 38px;
  top: 14px;
  width: 33px;
  display: block; }
  .masthead-account a {
    display: inline-block;
    background:none;
    vertical-align: middle;
    width: 18px;
    height: 18px;
    background-position: -550px 0;
    text-indent: -9999em;
    display: block; }
    @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi) {
      .masthead-account a {
        background-image: url("img/carbona-sprite-2x.png");
        background-size: 630px 1500px;
        display:none; } }
  .masthead-account a {
    color: #003B71;
    font-family: "proxima-soft", sans-serif;
font-weight: 800;}

.masthead-contact {
    font-family: "proxima-soft", sans-serif;
font-weight: 800;}

  @media screen and (min-width: 900px) {
    .masthead-account {
      display: inline-block;
      position: static;
      width: auto;
      font-size: 12px;
      margin-right: 5px;
      margin-top:10px }
      .masthead-account a {
        display: inline;
        text-indent: 0;
        background: none; } }
  .ie8 .masthead-account {
    display: inline-block;
    position: static;
    width: auto;
    font-size: 12px;
    margin-right: 5px; }
    .ie8 .masthead-account a {
      display: inline;
      text-indent: 0;
      background: none; }
  @media screen and (min-width: 900px) {
    .masthead-account {
      margin-right: 14px;
      margin-left:25px; } }
  .ie8 .masthead-account {
    margin-right: 14px;
      margin-left:25px; }
  .woocommerce-account .masthead-account a {
    color: #5c5c5c; }

.masthead-contact {
  display: none;
  color: #003B71;
  font-size: 12px;
  padding-top: 3px; }
  @media screen and (min-width: 900px) {
    .masthead-contact {
      display: inline-block; } }
  .ie8 .masthead-contact {
    display: inline-block; }
  @media screen and (min-width: 900px) {
    .masthead-contact .masthead-contact-email {
      margin-right: 5px; 
      display:none  } }
  .ie8 .masthead-contact .masthead-contact-email {
    margin-right: 5px;  
      display:none }
  @media screen and (min-width: 900px) {
    .masthead-contact .masthead-contact-email {
      margin-right: 14px; 
      display:none } }
  .ie8 .masthead-contact .masthead-contact-email {
    margin-right: 14px;  
      display:none }
  .masthead-contact .masthead-contact-tel {
    display: inline-block;
    line-height: 12px; }
    .home .masthead-contact .masthead-contact-tel {
      margin-right: 30px; }
    .home .is-search-visible .masthead-contact .masthead-contact-tel {
      margin-right: 10px; }

.site-footer {
  background-color: #FFF; }
  .ie8 .site-footer {
    clear: both; }

.footer-store-locator {
  padding-top: 50px;
  padding-bottom: 56px;
  background: #fff url("img/sl_section_bkgd.jpg") 0 0 no-repeat;
  background-size: cover;
  text-align: center; }
  @media screen and (min-width: 900px) {
    .footer-store-locator {
      padding-top: 84px;
      padding-bottom: 80px; } }
  .ie8 .footer-store-locator {
    padding-top: 84px;
    padding-bottom: 80px; }
  .footer-store-locator .section-hed {
    font-family: "proxima-nova", sans-serif;
    font-size: 15px;
    font-weight: 500;
    margin: 0 0 0.5em; }
    .ie8 .footer-store-locator .section-hed {
      font-weight: normal; }
    @media screen and (min-width: 900px) {
      .footer-store-locator .section-hed {
        font-family: "proxima-nova", sans-serif;
        font-size: 26px;
        font-weight: 500; }
        .ie8 .footer-store-locator .section-hed {
          font-weight: normal; } }
    .ie8 .footer-store-locator .section-hed {
      font-family: "proxima-nova", sans-serif;
      font-size: 26px;
      font-weight: 500; }
      .ie8 .ie8 .footer-store-locator .section-hed {
        font-weight: normal; }

.footer-newsletter-signup {
  position: relative;
  text-align: center;
 }
  .footer-newsletter-signup #mc_embed_signup form {
    text-align: center; }
  .footer-newsletter-signup #mc_embed_signup label {
    font-weight: normal;
    padding: 0;
    font-family: "proxima-soft", sans-serif;
    font-size: 18px;
    font-weight: 400; }
    .ie8 .footer-newsletter-signup #mc_embed_signup label {
      font-weight: normal; }
    @media screen and (min-width: 900px) {
      .footer-newsletter-signup #mc_embed_signup label {
        font-size: 22px; } }
    .ie8 .footer-newsletter-signup #mc_embed_signup label {
      font-size: 22px; }
  .footer-newsletter-signup #mc_embed_signup input.email {
    width: 100%;
    font-family: "proxima-nova", sans-serif;
    font-size: 12px;
    font-weight: 400;
    display: block;
    padding: 0 0.4em;
    margin: 0 4% 0 0;
    min-height: 32px;
    border: none; }
    .ie8 .footer-newsletter-signup #mc_embed_signup input.email {
      font-weight: normal; }
    @media screen and (min-width: 900px) {
      .footer-newsletter-signup #mc_embed_signup input.email {
        font-size: 16px; } }
    .ie8 .footer-newsletter-signup #mc_embed_signup input.email {
      font-size: 16px; }
  .footer-newsletter-signup #mc_embed_signup .form-row {
    width: 100%; }
    @media screen and (min-width: 900px) {
      .footer-newsletter-signup #mc_embed_signup .form-row {
        width: 90%; } }
    .ie8 .footer-newsletter-signup #mc_embed_signup .form-row {
      width: 90%; }
    @media screen and (min-width: 900px) {
      .footer-newsletter-signup #mc_embed_signup .form-row {
        width: 45%; } }
    .ie8 .footer-newsletter-signup #mc_embed_signup .form-row {
      width: 45%; }
  .footer-newsletter-signup .wpcf7 {
    width: auto;
    margin: 0; }
    .footer-newsletter-signup .wpcf7 .wpcf7-not-valid-tip {
      display: none; }
  .footer-newsletter-signup #footer-subscribe-response {
    display: none; }
    .footer-newsletter-signup #footer-subscribe-response p {
      font-size: 15px; }
    .footer-newsletter-signup #footer-subscribe-response div.wpcf7-response-output {
      margin: 0; }
  .footer-newsletter-signup .form-row {
    margin-bottom: 0 !important;
    width: 100%; }
    @media screen and (min-width: 900px) {
      .footer-newsletter-signup .form-row {
        width: auto; } }
    .ie8 .footer-newsletter-signup .form-row {
      width: auto; }
  .footer-newsletter-signup input {
    font-family: "proxima-nova", sans-serif;
    font-size: 12px;
    font-weight: 400;
    width: 100%; }
    .ie8 .footer-newsletter-signup input {
      font-weight: normal; }
    @media screen and (min-width: 900px) {
      .footer-newsletter-signup input {
        font-size: 16px; } }
    .ie8 .footer-newsletter-signup input {
      font-size: 16px; }
      
  .footer-newsletter-signup .section-hed {
    font-family: "proxima-nova", sans-serif;
    font-size: 18px;
    font-weight: 400;
    margin: 0 20px 1em; }
    .ie8 .footer-newsletter-signup .section-hed {
      font-weight: normal; }
    @media screen and (min-width: 900px) {
      .footer-newsletter-signup .section-hed {
        font-size: 22px;
        font-weight: normal;
        margin-bottom: 18px;
        width: 600px;
        margin: 0 auto 18px; } }
    .ie8 .footer-newsletter-signup .section-hed {
      font-size: 22px;
      font-weight: normal;
      margin-bottom: 18px;
      width: 600px;
      margin: 0 auto 18px; }
    @media screen and (min-width: 900px) {
      .footer-newsletter-signup .section-hed {
        width: auto; } }
    .ie8 .footer-newsletter-signup .section-hed {
      width: auto; }
  .footer-newsletter-signup #footer-top-btn {
    position: absolute;
    top: -46px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%); }
    .ie8 .footer-newsletter-signup #footer-top-btn {
      margin-left: -35px; }

.footer-contact-cta {
  text-align: center;
  margin-top: 35px; }
  .footer-contact-cta p {
    margin: 0; }
  .footer-contact-cta .contact-cta {
    margin: 0 60px 15px;
    padding-bottom: 15px;
    border-bottom: 1px dotted #c9c5c3; }
    .footer-contact-cta .contact-cta.contact-cta-phone {
      border: none;
      padding: 0; }
    .footer-contact-cta .contact-cta a {
      color: inherit;
      text-decoration: none; }
      .footer-contact-cta .contact-cta a:hover {
        color: inherit;
        text-decoration: none; }
  @media screen and (min-width: 900px) {
    .footer-contact-cta {
      width: 600px;
      margin: 0 auto 30px;
      padding-top: 30px; }
      .footer-contact-cta::after {
        clear: both;
        content: "";
        display: table; }
      .footer-contact-cta .contact-cta {
        float: left;
        width: 300px;
        margin: 0;
        padding: 0;
        border: none;
        font-size: 14px; } }
  .ie8 .footer-contact-cta {
    width: 600px;
    margin: 0 auto 30px;
    padding-top: 30px; }
    .ie8 .footer-contact-cta::after {
      clear: both;
      content: "";
      display: table; }
    .ie8 .footer-contact-cta .contact-cta {
      float: left;
      width: 300px;
      margin: 0;
      padding: 0;
      border: none;
      font-size: 12px; }
  @media screen and (min-width: 900px) {
    .footer-contact-cta {
      padding-top: 40px;
      margin-bottom: 0; 
      padding-bottom:60px} }
  .ie8 .footer-contact-cta {
    padding-top: 40px;
    margin-bottom: 0; }
  .footer-contact-cta .footer-subhed {
    text-transform: uppercase;
    font-size: 16px;
    margin: 0; }
  .footer-contact-cta .footer-cta-hed {
    color: #00CFCB;
   font-family: "proxima-soft", sans-serif;
	 font-weight: 600;
    margin: 0;
    font-size: 18px; }

.footer-menu {
  display: block; }
  @media screen and (min-width: 900px) {
    .footer-menu {
      display: block;
      padding: 10px 40px 40px;
      font-family: "proxima-nova", sans-serif;
      font-size: 10px;
      font-weight: 400; }
      .ie8 .footer-menu {
        font-weight: normal; } }
  .ie8 .footer-menu {
    display: block;
    padding: 10px 40px 40px;
    font-family: "proxima-nova", sans-serif;
    font-size: 10px;
    font-weight: 400; }
    .ie8 .ie8 .footer-menu {
      font-weight: normal; }
  .ie8 .footer-menu {
    padding-top: 40px;
    font-size: 10px; }
  .footer-menu .menu {
    list-style-type: none;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 1rem 3rem;
    margin: 0; 
  }
  .footer-menu .menu-item {
    margin: 0 0 12px;
    text-transform: uppercase;
    font-weight: bold; }
    @media screen and (min-width: 900px) {
      .footer-menu .menu-item {
        font-size: 13px; } }
    .ie8 .footer-menu .menu-item {
      font-size: 15px; }
    @media screen and (min-width: 900px) {
      .footer-menu ul li {
			padding-right:20px;
		}
 }
    .ie8 .footer-menu .menu-item {
      width: 18%;
      float: right;
      clear: right; }
    .footer-menu .menu-item a {
      color: #FFF;
      text-decoration: none; }
      .footer-menu .menu-item a:hover {
        text-decoration: underline; }
  .footer-menu .menu-item-has-children {
    /*
		@include mq(tablet) {
			float: left;
			width: 30%;
			margin-right: 3%;
		}
*/ }
    @media screen and (min-width: 900px) {
      .footer-menu .menu-item-has-children {
        width: 18%;
        margin-right: 2.5%;
        float: left; }
        .footer-menu .menu-item-has-children:last-child {
          margin-right: 0; } }
    .ie8 .footer-menu .menu-item-has-children {
      width: 18%;
      margin-right: 2.5%;
      float: left; }
      .ie8 .footer-menu .menu-item-has-children:last-child {
        margin-right: 0; }
  @media screen and (min-width: 900px) {
    .footer-menu .nav-blog-container,
    .footer-menu .nav-dr-beckmann {
      float: none;
      margin-right: 0;
      width: auto; } }
  .ie8 .footer-menu .nav-blog-container,
  .ie8 .footer-menu .nav-dr-beckmann {
    float: none;
    margin-right: 0;
    width: auto; }
  .footer-menu .sub-menu {
    list-style-type: none;
    margin: 12px 0 0;
    padding: 0; }
    @media screen and (min-width: 900px) {
      .footer-menu .sub-menu {
        margin-bottom: 3em; } }
    .ie8 .footer-menu .sub-menu {
      margin-bottom: 3em; }
    @media screen and (min-width: 900px) {
      .footer-menu .sub-menu {
        margin-bottom: 0; } }
    .ie8 .footer-menu .sub-menu {
      margin-bottom: 0; }
    .footer-menu .sub-menu .menu-item {
      text-transform: none;
      font-weight: normal;
      margin-bottom: 3px;
      width: auto;
      float: none; }
      @media screen and (min-width: 900px) {
        .footer-menu .sub-menu .menu-item {
          margin-bottom: .5em; } }
      .ie8 .footer-menu .sub-menu .menu-item {
        margin-bottom: .5em; }

.footer-legal {
  clear: both;
  text-align: right;
  color: #FFF;
  font-size: 15px;
  margin-top: 20px;
  margin-bottom: 0;
      margin-right: 25px;
 }
  @media screen and (min-width: 900px) {
    .footer-legal {
      margin-bottom: 0; } }
  .ie8 .footer-legal {
    margin-bottom: 0; }
  .footer-legal a {
    color: #FFF;
    text-decoration: none; }
    .footer-legal a:hover {
      text-decoration: underline; }

/*
.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
}
*/
.main-navigation ul {
  list-style: none;
  margin: 20px 40px 30px;
  padding-left: 0; }

.main-navigation li {
  float: left; }

.main-navigation a {
  display: block;
  text-decoration: none; 
      font-family: "proxima-soft", sans-serif;
font-weight: 800;}

.main-navigation a:hover {
  color:#FFF;;
  }
/*
.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 1.5em;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul ul li {

}

.main-navigation li:hover > a {
}

.main-navigation ul ul :hover > a {
}

.main-navigation ul ul a:hover {
}

.main-navigation ul li:hover > ul {
	left: auto;
}

.main-navigation ul ul li:hover > ul {
	left: 100%;
}

.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a {
}
*/
/* Small menu. */
.menu-toggle {
  display: none; }

.menu-toggle,
.main-navigation.toggled .nav-menu {
  display: block; }

.menu-drawer-container {
  /* Mobile menu drawer */
  position: absolute;
  top: 0;
  left: -85%;
  bottom: 0;
  background-color: #003B71;
  width: 85%;
  z-index: 10000; }
  @media screen and (min-width: 900px) {
    .menu-drawer-container {
      position: static;
      background: none;
      width: auto; }
      .menu-drawer-container .mobile-extra {
        display: none; } }
  .ie8 .menu-drawer-container {
    position: static;
    background: none;
    width: auto; }
    .ie8 .menu-drawer-container .mobile-extra {
      display: none; }

@media screen and (min-width: 900px) {
  #primary-menu > .menu-item-has-children:hover {
    border: 1px solid #eaeaea;
    border-radius: 10px;
    padding-top: 19px;
    padding-left: 15px;
    padding-right: 15px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    z-index: 1000;
    background-color: #FFF; }
    #primary-menu > .menu-item-has-children:hover:after {
      content: '';
      display: block;
      background-color: #FFF;
      position: relative;
      margin-left: -15px;
      margin-right: -15px;
      margin-top: 20px;
      height: 10px;
      z-index: 10000; }
      .home #primary-menu > .menu-item-has-children:hover:after {
        display: none; } }

.ie8 #primary-menu > .menu-item-has-children:hover {
  border: 1px solid #eaeaea;
  border-radius: 10px;
  padding-top: 19px;
  padding-left: 15px;
  padding-right: 15px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  z-index: 1000;
  background-color: #FFF; }
  .ie8 #primary-menu > .menu-item-has-children:hover:after {
    content: '';
    display: block;
    background-color: #FFF;
    position: relative;
    margin-left: -15px;
    margin-right: -15px;
    margin-top: 20px;
    height: 10px;
    z-index: 10000; }
    .home .ie8 #primary-menu > .menu-item-has-children:hover:after {
      display: none; }

@media screen and (min-width: 900px) {
  .menu-global-nav-container {
    position: static;
    background: none;
    width: auto;
    float: right;
    display: block; } }

.ie8 .menu-global-nav-container {
  position: static;
  background: none;
  width: auto;
  float: right;
  display: block; }

.menu-global-nav-container .sub-menu-container {
  top: 120px;
  left: -9999em;
  position: absolute;
  border-top: 1px solid #eaeaea;
  border-bottom: 1px solid #eaeaea;
  padding-top: 44px;
  padding-bottom: 30px;
  background: #FFF;
  z-index: 9000; }
  .home .menu-global-nav-container .sub-menu-container {
    border-top: none; }

@media screen and (min-width: 900px) {
  .menu-global-nav-container .menu-item:hover .sub-menu-container {
    left: 0;
    right: 0; } }

.ie8 .menu-global-nav-container .menu-item:hover .sub-menu-container {
  left: 0;
  right: 0; }

.menu-global-nav-container .sub-menu {
  width: 917px;
  margin: 0 auto;
  padding: 0;
  /*
		.menu-item-has-children {


			& > a {
				color: $_color_brand_navy;
				font-size: 18px;
				font-weight: bold;
				margin-bottom: 12px;
			}

		}
*/ }
  .menu-global-nav-container .sub-menu::after {
    clear: both;
    content: "";
    display: table; }
  .menu-global-nav-container .sub-menu .menu-item {
    margin: 0;
    padding: 0;
    width: 23%;
    margin-right: 2%;
    float: left;
    text-align: left; }
    .menu-global-nav-container .sub-menu .menu-item > a {
      color: #1b376a;
      font-size: 18px;
      font-weight: bold;
      margin-bottom: 12px; }
    .menu-global-nav-container .sub-menu .menu-item:last-child {
      margin-right: 0; }
    .menu-global-nav-container .sub-menu .menu-item .sub-menu {
      width: auto; }
    .menu-global-nav-container .sub-menu .menu-item .menu-item-object-product a {
      font-size: 14px;
      font-weight: normal;
      color: #209de3; }
      .menu-global-nav-container .sub-menu .menu-item .menu-item-object-product a:hover {
        color: #1b376a; }
  .menu-global-nav-container .sub-menu .sub-menu-container {
    position: static;
    padding: 0;
    border: none; }
    .menu-global-nav-container .sub-menu .sub-menu-container .menu-item {
      font-size: 12px;
      float: none;
      width: 100%;
      margin-bottom: 1em; }

.homepage-hero {
  position: relative;
  z-index: 1; }

@media screen and (min-width: 900px) {
  .home .site-content {
    position: relative;
    padding-top: 275px; } }

.ie8 .home .site-content {
  position: relative;
  padding-top: 275px; }

@media screen and (min-width: 900px) {
  .home .site-content {
    padding-top: 562px; } }

.ie8 .home .site-content {
  padding-top: 562px; }

.homepage-hero-video {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  padding-top: 90%;
  overflow: hidden; }
  @media screen and (min-width: 900px) {
    .homepage-hero-video {
      position: absolute;
      top: -145px;
      height: 420px;
      padding: 0; } }
  .ie8 .homepage-hero-video {
    position: absolute;
    top: -145px;
    height: 420px;
    padding: 0; }
  @media screen and (min-width: 900px) {
    .homepage-hero-video {
      height: 707px;
      padding: 0; } }
  .ie8 .homepage-hero-video {
    height: 707px;
    padding: 0; }

.homepage-video-bkgd {
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  padding-top: 90%; }
  @media screen and (min-width: 900px) {
    .homepage-video-bkgd {
      height: 420px;
      padding: 0; } }
  .ie8 .homepage-video-bkgd {
    height: 420px;
    padding: 0; }
  @media screen and (min-width: 900px) {
    .homepage-video-bkgd {
      height: 707px;
      padding: 0; } }
  .ie8 .homepage-video-bkgd {
    height: 707px;
    padding: 0; }
  .homepage-video-bkgd .homepage-video-bkgd-img {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
    .homepage-video-bkgd .homepage-video-bkgd-img:after {
      content: '';
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0.3);
      z-index: 2; }
    @media screen and (min-width: 900px) {
      .homepage-video-bkgd .homepage-video-bkgd-img {
        display: none; } }
    .ie8 .homepage-video-bkgd .homepage-video-bkgd-img {
      display: none; }
  .homepage-video-bkgd .homepage-video-bkgd-inner {
    position: static;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
    .homepage-video-bkgd .homepage-video-bkgd-inner:after {
      content: '';
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.2) 25%, transparent 100%);
      background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.2) 25%, transparent 100%);
      z-index: 2; }
    .homepage-video-bkgd .homepage-video-bkgd-inner video {
      position: absolute;
      top: 50%;
      left: 50%;
      min-width: 100%;
      min-height: 100%;
      width: auto;
      height: auto;
      z-index: -100;
      -webkit-transform: translateX(-50%) translateY(-50%);
      -moz-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
      -o-transform: translateX(-50%) translateY(-50%);
      transform: translateX(-50%) translateY(-50%);
      background-size: cover;
      z-index: 1;
      display: none; }
      @media screen and (min-width: 900px) {
        .homepage-video-bkgd .homepage-video-bkgd-inner video {
          display: block; } }
      .ie8 .homepage-video-bkgd .homepage-video-bkgd-inner video {
        display: block; }
  .homepage-video-bkgd .homepage-video-bkgd-content {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 70%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    text-align: center;
    color: #FFF;
    z-index: 3; }
    @media screen and (min-width: 900px) {
      .homepage-video-bkgd .homepage-video-bkgd-content {
        -webkit-transform: translateX(-50%) translateY(-30%);
        -moz-transform: translateX(-50%) translateY(-30%);
        -ms-transform: translateX(-50%) translateY(-30%);
        -o-transform: translateX(-50%) translateY(-30%);
        transform: translateX(-50%) translateY(-30%); } }
    .ie8 .homepage-video-bkgd .homepage-video-bkgd-content {
      -webkit-transform: translateX(-50%) translateY(-30%);
      -moz-transform: translateX(-50%) translateY(-30%);
      -ms-transform: translateX(-50%) translateY(-30%);
      -o-transform: translateX(-50%) translateY(-30%);
      transform: translateX(-50%) translateY(-30%); }
    @media screen and (min-width: 900px) {
      .homepage-video-bkgd .homepage-video-bkgd-content {
        -webkit-transform: translateX(-50%) translateY(-50%);
        -moz-transform: translateX(-50%) translateY(-50%);
        -ms-transform: translateX(-50%) translateY(-50%);
        -o-transform: translateX(-50%) translateY(-50%);
        transform: translateX(-50%) translateY(-50%); } }
    .ie8 .homepage-video-bkgd .homepage-video-bkgd-content {
      -webkit-transform: translateX(-50%) translateY(-50%);
      -moz-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
      -o-transform: translateX(-50%) translateY(-50%);
      transform: translateX(-50%) translateY(-50%); }
    .homepage-video-bkgd .homepage-video-bkgd-content .homepage-video-hero-hed {
      margin: 0;
      font-family: "proxima-nova", sans-serif;
      font-size: 26px;
      font-weight: 700; }
      .ie8 .homepage-video-bkgd .homepage-video-bkgd-content .homepage-video-hero-hed {
        font-weight: normal; }
      @media screen and (min-width: 900px) {
        .homepage-video-bkgd .homepage-video-bkgd-content .homepage-video-hero-hed {
          font-size: 37px; } }
      .ie8 .homepage-video-bkgd .homepage-video-bkgd-content .homepage-video-hero-hed {
        font-size: 37px; }
      @media screen and (min-width: 900px) {
        .homepage-video-bkgd .homepage-video-bkgd-content .homepage-video-hero-hed {
          font-size: 50px; } }
      .ie8 .homepage-video-bkgd .homepage-video-bkgd-content .homepage-video-hero-hed {
        font-size: 50px; }
    .homepage-video-bkgd .homepage-video-bkgd-content .homepage-video-hero-subhed {
      font-family: "proxima-nova", sans-serif;
      font-size: 13px;
      font-weight: 400;
      margin: 0 0 24px; }
      .ie8 .homepage-video-bkgd .homepage-video-bkgd-content .homepage-video-hero-subhed {
        font-weight: normal; }
      @media screen and (min-width: 900px) {
        .homepage-video-bkgd .homepage-video-bkgd-content .homepage-video-hero-subhed {
          font-size: 18px; } }
      .ie8 .homepage-video-bkgd .homepage-video-bkgd-content .homepage-video-hero-subhed {
        font-size: 18px; }

.homepage-hero-carousel {
  position: relative;
  width: 100%;
  height: 516px;
  height: 0;
  padding-top: 140%; }
  .homepage-hero-carousel .slider-nav {
    position: absolute;
    z-index: 1000;
    top: 30%;
    width: 24px;
    cursor: pointer; }
    .homepage-hero-carousel .slider-nav:hover {
      opacity: .50; }
  .homepage-hero-carousel .slider-nav-next {
    right: 10px; }
  .homepage-hero-carousel .slider-nav-prev {
    left: 10px; }
  @media screen and (min-width: 900px) {
    .homepage-hero-carousel {
      height: 810px;
      padding: 0; }
      .homepage-hero-carousel .slider-nav-next {
        right: 70px; }
      .homepage-hero-carousel .slider-nav-prev {
        left: 70px; } }
  .ie8 .homepage-hero-carousel {
    height: 810px;
    padding: 0; }
    .ie8 .homepage-hero-carousel .slider-nav-next {
      right: 70px; }
    .ie8 .homepage-hero-carousel .slider-nav-prev {
      left: 70px; }
  @media screen and (min-width: 1020px) {
    .homepage-hero-carousel {
      height: 810px;
      width: 1260px; }
      .homepage-hero-carousel .slider-nav-next {
        right: 100px; }
      .homepage-hero-carousel .slider-nav-prev {
        left: 100px; } }
  .ie8 .homepage-hero-carousel {
    height: 810px;
    width: 1260px; }
    .ie8 .homepage-hero-carousel .slider-nav-next {
      right: 100px; }
    .ie8 .homepage-hero-carousel .slider-nav-prev {
      left: 100px; }
  .homepage-hero-carousel .sequence-canvas {
    width: 100%;
    height: 100%;
    list-style-type: none;
    margin: 0;
    padding: 0; }
  .homepage-hero-carousel .slide {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    z-index: 1;
    overflow: hidden; }
    .homepage-hero-carousel .slide .homepage-hero-img {
      display: none; }
      @media screen and (min-width: 900px) {
        .homepage-hero-carousel .slide .homepage-hero-img {
          display: block;
          position: absolute; } }
      .ie8 .homepage-hero-carousel .slide .homepage-hero-img {
        display: block;
        position: absolute; }
    .homepage-hero-carousel .slide .homepage-hero-block {
      position: absolute;
      width: 100%;
      height: 100%;
      z-index: 100;
      opacity: 0;
      -webkit-transition-property: opacity;
      -moz-transition-property: opacity;
      transition-property: opacity;
      -webkit-transition-duration: 0.5s;
      -moz-transition-duration: 0.5s;
      transition-duration: 0.5s; }
    .homepage-hero-carousel .slide .homepage-hero-bkgd img {
      display: block; }
    @media screen and (min-width: 900px) {
      .homepage-hero-carousel .slide .homepage-hero-bkgd {
        position: absolute;
        width: 100%;
        height: 100%;
        z-index: 10;
        background: transparent url("img/hero-life-unstained-tablet.png") 50% 50px no-repeat; }
        .homepage-hero-carousel .slide .homepage-hero-bkgd img {
          display: none; } }
    .ie8 .homepage-hero-carousel .slide .homepage-hero-bkgd {
      position: absolute;
      width: 100%;
      height: 100%;
      z-index: 10;
      background: transparent url("img/hero-life-unstained-tablet.png") 50% 50px no-repeat; }
      .ie8 .homepage-hero-carousel .slide .homepage-hero-bkgd img {
        display: none; }
    @media screen and (min-width: 1020px) {
      .homepage-hero-carousel .slide .homepage-hero-bkgd {
        background: transparent url("img/hero-life-unstained.png") 50% 50px no-repeat; } }
    .ie8 .homepage-hero-carousel .slide .homepage-hero-bkgd {
      background: transparent url("img/hero-life-unstained.png") 50% 50px no-repeat; }
    .homepage-hero-carousel .slide .homepage-hero-header .homepage-hero-subhed {
      text-align: center;
      display: block;
      position: absolute;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      -o-transform: translateX(-50%);
      transform: translateX(-50%);
      z-index: 7000;
      display: none;
      font-family: "proxima-nova", sans-serif;
      font-size: 10px;
      font-weight: 400;
      top: 96px;
      width: 140px; }
      .ie8 .homepage-hero-carousel .slide .homepage-hero-header .homepage-hero-subhed {
        font-weight: normal; }
      @media screen and (min-width: 900px) {
        .homepage-hero-carousel .slide .homepage-hero-header .homepage-hero-subhed {
          display: block;
          width: 270px;
          top: 270px;
          font-family: "proxima-nova", sans-serif;
          font-size: 17px;
          font-weight: 400; }
          .ie8 .homepage-hero-carousel .slide .homepage-hero-header .homepage-hero-subhed {
            font-weight: normal; } }
      .ie8 .homepage-hero-carousel .slide .homepage-hero-header .homepage-hero-subhed {
        display: block;
        width: 270px;
        top: 270px;
        font-family: "proxima-nova", sans-serif;
        font-size: 17px;
        font-weight: 400; }
        .ie8 .ie8 .homepage-hero-carousel .slide .homepage-hero-header .homepage-hero-subhed {
          font-weight: normal; }
      @media screen and (min-width: 1020px) {
        .homepage-hero-carousel .slide .homepage-hero-header .homepage-hero-subhed {
          width: 450px;
          top: 315px;
          font-family: "proxima-nova", sans-serif;
          font-size: 18px;
          font-weight: 400; }
          .ie8 .homepage-hero-carousel .slide .homepage-hero-header .homepage-hero-subhed {
            font-weight: normal; } }
      .ie8 .homepage-hero-carousel .slide .homepage-hero-header .homepage-hero-subhed {
        width: 450px;
        top: 315px;
        font-family: "proxima-nova", sans-serif;
        font-size: 18px;
        font-weight: 400; }
        .ie8 .ie8 .homepage-hero-carousel .slide .homepage-hero-header .homepage-hero-subhed {
          font-weight: normal; }
      .ie8 .homepage-hero-carousel .slide .homepage-hero-header .homepage-hero-subhed {
        margin-left: -225px; }
    .homepage-hero-carousel .slide .homepage-hero-product {
      z-index: 100; }
      .homepage-hero-carousel .slide .homepage-hero-product .homepage-hero-product-stars {
        position: absolute;
        display: block;
        top: 61%;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%);
        text-align: center; }
        @media screen and (min-width: 900px) {
          .homepage-hero-carousel .slide .homepage-hero-product .homepage-hero-product-stars {
            top: 490px; } }
        .ie8 .homepage-hero-carousel .slide .homepage-hero-product .homepage-hero-product-stars {
          top: 490px; }
        .homepage-hero-carousel .slide .homepage-hero-product .homepage-hero-product-stars .star-rating {
          float: none; }
      .homepage-hero-carousel .slide .homepage-hero-product .homepage-hero-product-name {
        position: absolute;
        display: block;
        top: 66%;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%);
        font-family: "proxima-nova", sans-serif;
        font-size: 12px;
        font-weight: 400;
        width: 93%;
        white-space: nowrap;
        text-align: center;
        background-color: #f37800;
        padding: 7px 25px 5px;
        border-radius: 30px;
        color: #FFF; }
        .ie8 .homepage-hero-carousel .slide .homepage-hero-product .homepage-hero-product-name {
          font-weight: normal; }
        @media screen and (min-width: 900px) {
          .homepage-hero-carousel .slide .homepage-hero-product .homepage-hero-product-name {
            width: auto;
            top: 520px;
            font-family: "proxima-nova", sans-serif;
            font-size: 16px;
            font-weight: 400; }
            .ie8 .homepage-hero-carousel .slide .homepage-hero-product .homepage-hero-product-name {
              font-weight: normal; } }
        .ie8 .homepage-hero-carousel .slide .homepage-hero-product .homepage-hero-product-name {
          width: auto;
          top: 520px;
          font-family: "proxima-nova", sans-serif;
          font-size: 16px;
          font-weight: 400; }
          .ie8 .ie8 .homepage-hero-carousel .slide .homepage-hero-product .homepage-hero-product-name {
            font-weight: normal; }
        .ie8 .homepage-hero-carousel .slide .homepage-hero-product .homepage-hero-product-name {
          margin-left: -120px; }
        .homepage-hero-carousel .slide .homepage-hero-product .homepage-hero-product-name:after {
          content: '';
          display: block;
          position: absolute;
          z-index: -1;
          bottom: -15px;
          left: 0;
          right: auto;
          height: 0;
          width: 0;
          border-top: 30px solid #f37800;
          border-right: 30px solid transparent;
          border-left: none; }
    .homepage-hero-carousel .slide .homepage-hero-testimonial {
      position: absolute;
      display: block;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      -o-transform: translateX(-50%);
      transform: translateX(-50%);
      font-family: "proxima-nova", sans-serif;
      font-size: 10px;
      font-weight: 400;
      top: 75%;
      width: 80%; }
      .homepage-hero-carousel .slide .homepage-hero-testimonial strong {
        color: #f37800; }
      .homepage-hero-carousel .slide .homepage-hero-testimonial p:before {
        content: '\201C'; }
      .homepage-hero-carousel .slide .homepage-hero-testimonial p:after {
        content: '\201D'; }
      .ie8 .homepage-hero-carousel .slide .homepage-hero-testimonial {
        font-weight: normal; }
      @media screen and (min-width: 900px) {
        .homepage-hero-carousel .slide .homepage-hero-testimonial {
          font-family: "proxima-nova", sans-serif;
          font-size: 15px;
          font-weight: 400;
          width: 248px;
          top: 580px;
          margin-left: 30px; }
          .ie8 .homepage-hero-carousel .slide .homepage-hero-testimonial {
            font-weight: normal; } }
      .ie8 .homepage-hero-carousel .slide .homepage-hero-testimonial {
        font-family: "proxima-nova", sans-serif;
        font-size: 15px;
        font-weight: 400;
        width: 248px;
        top: 580px;
        margin-left: 30px; }
        .ie8 .ie8 .homepage-hero-carousel .slide .homepage-hero-testimonial {
          font-weight: normal; }
      @media screen and (min-width: 1020px) {
        .homepage-hero-carousel .slide .homepage-hero-testimonial {
          width: 387px;
          top: 615px;
          margin-left: 50px; } }
      .ie8 .homepage-hero-carousel .slide .homepage-hero-testimonial {
        width: 387px;
        top: 615px;
        margin-left: 50px; }
      .ie8 .homepage-hero-carousel .slide .homepage-hero-testimonial {
        margin-left: -143px; }
      .homepage-hero-carousel .slide .homepage-hero-testimonial .homepage-hero-testimonial-text p {
        margin: 0; }
      .homepage-hero-carousel .slide .homepage-hero-testimonial .homepage-hero-testimonial-author {
        color: #209de3;
        font-weight: 700; }
    .homepage-hero-carousel .slide .homepage-hero-buttons {
      display: block;
      position: absolute;
      left: auto;
      top: 90%;
      width: 100%;
      padding: 0 7%;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      -o-transform: translateX(-50%);
      transform: translateX(-50%);
      z-index: 8000; }
      .homepage-hero-carousel .slide .homepage-hero-buttons .btn {
        display: block;
        float: left;
        width: 48%;
        font-size: 12px;
        text-align: center;
        padding: 4px 20px 3px; }
        .homepage-hero-carousel .slide .homepage-hero-buttons .btn:nth-of-type(2) {
          float: right; }
      @media screen and (min-width: 900px) {
        .homepage-hero-carousel .slide .homepage-hero-buttons {
          -webkit-transform: none;
          -moz-transform: none;
          -ms-transform: none;
          -o-transform: none;
          transform: none;
          left: auto;
          padding: 0;
          width: 175px;
          right: 35px;
          top: 580px;
          bottom: auto; }
          .homepage-hero-carousel .slide .homepage-hero-buttons .btn {
            font-size: 16px;
            float: none;
            padding-right: 20px;
            padding-left: 20px;
            width: 100%;
            display: block;
            margin-bottom: 12px; }
            .homepage-hero-carousel .slide .homepage-hero-buttons .btn:nth-of-type(2) {
              float: none; } }
      .ie8 .homepage-hero-carousel .slide .homepage-hero-buttons {
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
        left: auto;
        padding: 0;
        width: 175px;
        right: 35px;
        top: 580px;
        bottom: auto; }
        .ie8 .homepage-hero-carousel .slide .homepage-hero-buttons .btn {
          font-size: 16px;
          float: none;
          padding-right: 20px;
          padding-left: 20px;
          width: 100%;
          display: block;
          margin-bottom: 12px; }
          .ie8 .homepage-hero-carousel .slide .homepage-hero-buttons .btn:nth-of-type(2) {
            float: none; }
      @media screen and (min-width: 650px) and (max-width: 760px) {
        .homepage-hero-carousel .slide .homepage-hero-buttons {
          right: 10px;
          top: 580px;
          width: 175px; } }
      .ie8 .homepage-hero-carousel .slide .homepage-hero-buttons {
        right: 10px;
        top: 580px;
        width: 175px; }
      @media screen and (min-width: 1020px) {
        .homepage-hero-carousel .slide .homepage-hero-buttons {
          width: 183px;
          right: 172px;
          top: 615px; }
          .homepage-hero-carousel .slide .homepage-hero-buttons .btn {
            padding-right: 38px;
            padding-left: 38px; } }
      .ie8 .homepage-hero-carousel .slide .homepage-hero-buttons {
        width: 183px;
        right: 172px;
        top: 615px; }
        .ie8 .homepage-hero-carousel .slide .homepage-hero-buttons .btn {
          padding-right: 38px;
          padding-left: 38px; }
  .homepage-hero-carousel .animate-in .homepage-hero-block {
    opacity: 1;
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    transition-property: opacity; }
  .homepage-hero-carousel .animate-out .homepage-hero-block {
    opacity: 0;
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    transition-property: opacity; }

.homepage-products {
  background: #00CFCB;
  position: relative;
  z-index: 0;
  text-align: center;
  padding-top: 30px;
  padding-bottom: 30px;
  font-family: "proxima-nova", sans-serif;
  font-size: 16px;
  font-weight: 400; }
  .homepage-products::after {
    clear: both;
    content: "";
    display: table; }
  .homepage-products .section-inner {
    position: relative; }
  .ie8 .homepage-products {
    font-weight: normal; }
  @media screen and (min-width: 900px) {
    .homepage-products {
      text-align: left;
      padding: 109px 37px;
      height: 450px;
      font-family: "proxima-nova", sans-serif;
      font-size: 15px;
      font-weight: 400; }
      .ie8 .homepage-products {
        font-weight: normal; }
      .homepage-products .col-left {
        float: left;
        width: 310px; } }
  .ie8 .homepage-products {
    text-align: left;
    padding: 109px 37px;
    height: 520px;
    font-family: "proxima-nova", sans-serif;
    font-size: 15px;
    font-weight: 400; }
    .ie8 .ie8 .homepage-products {
      font-weight: normal; }
    .ie8 .homepage-products .col-left {
      float: left;
      width: 310px; }
  @media screen and (min-width: 900px) {
    .homepage-products {
      padding-top: 53px;
      font-family: "proxima-nova", sans-serif;
      font-size: 16px;
      font-weight: 400; 
      margin-top:20px;}
      .ie8 .homepage-products {
        font-weight: normal; }
      .homepage-products .col-left {
        width: 350px;
        margin-left:50px } }
  .ie8 .homepage-products {
    padding-top: 53px;
    font-family: "proxima-nova", sans-serif;
    font-size: 16px;
    font-weight: 400; }
    .ie8 .ie8 .homepage-products {
      font-weight: normal; }
    .ie8 .homepage-products .col-left {
      width: 330px;
      margin-left:50px; }
  .homepage-products .section-hed h2 {
    font-family: "proxima-nova", sans-serif;
    font-size: 30px;
    font-weight: 700;
    margin: 0;
    line-height: 1; }
    .ie8 .homepage-products .section-hed h2 {
      font-weight: normal; }
    @media screen and (min-width: 900px) {
      .homepage-products .section-hed h2 {
        font-family: "proxima-nova", sans-serif;
        font-size: 37px;
        font-weight: 700; }
        .ie8 .homepage-products .section-hed h2 {
          font-weight: normal; } }
    .ie8 .homepage-products .section-hed h2 {
      font-family: "proxima-nova", sans-serif;
      font-size: 37px;
      font-weight: 700; }
      .ie8 .ie8 .homepage-products .section-hed h2 {
        font-weight: normal; }
    @media screen and (min-width: 900px) {
      .homepage-products .section-hed h2 {
        font-family: "proxima-soft", sans-serif;
        font-size: 42px;
        font-weight: 800;
        margin: 60px 0 0; }
        .ie8 .homepage-products .section-hed h2 {
          font-weight: normal; } }
    .ie8 .homepage-products .section-hed h2 {
      font-family: "proxima-nova", sans-serif;
      font-size: 42px;
      font-weight: 700;
      margin: 60px 0 0; }
      .ie8 .ie8 .homepage-products .section-hed h2 {
        font-weight: normal; }
  .homepage-products .section-content {
    padding: 0 20px; }
    @media screen and (min-width: 900px) {
      .homepage-products .section-content {
        padding-right: 30px;
        padding-left: 0; } }
    .ie8 .homepage-products .section-content {
      padding-right: 30px;
      padding-left: 0; }
  .homepage-products .homepage-products-img {
    display: none;
    position: absolute;
    right: 0; }
    @media screen and (min-width: 900px) {
      .homepage-products .homepage-products-img {
        display: block;
        width: 387px;
        top: 20px; } }
    .ie8 .homepage-products .homepage-products-img {
      display: block;
      width: 387px;
      top: 20px; }
    @media screen and (min-width: 900px) {
      .homepage-products .homepage-products-img {
        width: 820px;
        top: 20px; } }
    .ie8 .homepage-products .homepage-products-img {
      width: 820px;
      top: 20px; }
  .homepage-products .product-home-cat {
    position: relative;
    z-index: 2; }
    @media screen and (min-width: 900px) {
      .homepage-products .product-home-cat {
        margin-right: -50px; } }
    .ie8 .homepage-products .product-home-cat {
      margin-right: -50px; }
    @media screen and (min-width: 900px) {
      .homepage-products .product-home-cat {
        margin-right: -40px; } }
    .ie8 .homepage-products .product-home-cat {
      margin-right: -40px; }
    .homepage-products .product-home-cat:nth-of-type(even) {
      z-index: 1; }
      @media screen and (min-width: 900px) {
        .homepage-products .product-home-cat:nth-of-type(even) {
          top: -55px; } }
      .ie8 .homepage-products .product-home-cat:nth-of-type(even) {
        top: -55px; }
      @media screen and (min-width: 900px) {
        .homepage-products .product-home-cat:nth-of-type(even) {
          top: -40px; } }
      .ie8 .homepage-products .product-home-cat:nth-of-type(even) {
        top: -40px; }
  .homepage-products .map-container {
    position: relative;
    display: none; }
    .homepage-products .map-container map {
      display: block; }
  @media screen and (min-width: 900px) {
    .homepage-products #tab_map_container {
      display: block; }
    .homepage-products #dt_map_container {
      display: none; } }
  .ie8 .homepage-products #tab_map_container {
    display: block; }
  .ie8 .homepage-products #dt_map_container {
    display: none; }
  @media screen and (min-width: 900px) {
    .homepage-products #dt_map_container {
      display: block; }
    .homepage-products #tab_map_container {
      display: none; } }
  .ie8 .homepage-products #dt_map_container {
    display: block; }
  .ie8 .homepage-products #tab_map_container {
    display: none; }
  .homepage-products .products-landing-cat-name {
    position: absolute;
    left: auto;
    right: auto;
    /*
		cursor: pointer;

		padding: 0;

		a {
			display: inline-block;
			color: $_color_brand_blue;

			padding: 3px 30px 2px;

			&:hover {
				color: #FFF;
				text-decoration: none;
			}
		}

*/ }
    @media screen and (min-width: 900px) {
      .homepage-products .products-landing-cat-name {
        padding-left: 20px;
        padding-right: 20px; } }
    .ie8 .homepage-products .products-landing-cat-name {
      padding-left: 20px;
      padding-right: 20px; }

.homepage-conquer {
  background: #FFF;
  height: 320px;
  background-size: cover;
  padding-top: 48px;
  text-align: center; }
  @media screen and (min-width: 900px) {
    .homepage-conquer {
      background: #FFF; } }
.homepage-conquer p {
	margin:10px 0 30px 0;
}
  @media screen and (min-width: 900px) {
    .homepage-conquer {
      background: #FFF; } }
  
  .homepage-conquer .homepage-conquer-hed {
    color: #1b376a;
    margin: 0 auto 5px;
    line-height: 1;
    font-family: "proxima-nova", sans-serif;
    font-size: 30px;
    font-weight: 700; }
    .ie8 .homepage-conquer .homepage-conquer-hed {
      font-weight: normal; }
    @media screen and (min-width: 900px) {
      .homepage-conquer .homepage-conquer-hed {
        font-family: "proxima-soft", sans-serif;
        font-size: 45px;
        font-weight: 600;
        width: 500px; }
        .ie8 .homepage-conquer .homepage-conquer-hed {
          font-weight: normal; } }
    .ie8 .homepage-conquer .homepage-conquer-hed {
      font-family: "proxima-soft", sans-serif;
      font-size: 45px;
      font-weight: 600;
      width: 500px; }
      .ie8 .ie8 .homepage-conquer .homepage-conquer-hed {
        font-weight: normal; }
  .homepage-conquer .homepage-conquer-descr {
    font-family: "proxima-nova", sans-serif;
    font-size: 25px;
    font-weight: 600; 
    line-height: 1.1em;}
    .ie8 .homepage-conquer .homepage-conquer-descr {
      font-weight: normal; }
    @media screen and (min-width: 900px) {
      .homepage-conquer .homepage-conquer-descr {
        font-size: 25px;
        width: 420px;
        margin: 0 auto;
        color:#003B71; } }
    .ie8 .homepage-conquer .homepage-conquer-descr {
      font-size: 25px;
      width: 420px;
      margin: 0 auto; }

.homepage-social {
  padding: 30px 0; }
  .homepage-social::after {
    clear: both;
    content: "";
    display: table; }
  @media screen and (min-width: 900px) {
    .homepage-social {
      padding: 0; } }
  .ie8 .homepage-social {
    padding: 0; }
  .homepage-social .homepage-social-hed {
    text-align: center;
    color: #1b376a;
    font-family: "proxima-nova", sans-serif;
    font-size: 30px;
    font-weight: 700;
    margin: 0 0 0.5em; }
    .ie8 .homepage-social .homepage-social-hed {
      font-weight: normal; }
    @media screen and (min-width: 900px) {
      .homepage-social .homepage-social-hed {
        font-size: 50px;
        margin: 0 0 23px; } }
    .ie8 .homepage-social .homepage-social-hed {
      font-size: 50px;
      margin: 0 0 23px; }
  .homepage-social .homepage-social-lede {
    text-align: center;
    font-family: "proxima-nova", sans-serif;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 1em; }
    .ie8 .homepage-social .homepage-social-lede {
      font-weight: normal; }
    @media screen and (min-width: 900px) {
      .homepage-social .homepage-social-lede {
        font-family: "proxima-nova", sans-serif;
        font-size: 18px;
        font-weight: 400;
        margin: 0 60px 30px; }
        .ie8 .homepage-social .homepage-social-lede {
          font-weight: normal; } }
    .ie8 .homepage-social .homepage-social-lede {
      font-family: "proxima-nova", sans-serif;
      font-size: 18px;
      font-weight: 400;
      margin: 0 60px 30px; }
      .ie8 .ie8 .homepage-social .homepage-social-lede {
        font-weight: normal; }
    .homepage-social .homepage-social-lede p {
      margin: 0; }
  .homepage-social .section-content {
    width: 297px;
    margin: 0 auto; }
    @media screen and (min-width: 900px) {
      .homepage-social .section-content {
        width: 606px; } }
    .ie8 .homepage-social .section-content {
      width: 606px; }
    @media screen and (min-width: 900px) {
      .homepage-social .section-content {
        width: auto; } }
    .ie8 .homepage-social .section-content {
      width: auto; }
  .homepage-social .homepage-social-links {
    margin-top: 35px; }
    .homepage-social .homepage-social-links .panel-social-links {
      list-style-type: none;
      margin: 0;
      padding: 0;
      text-align: center; }
      .homepage-social .homepage-social-links .panel-social-links li {
        display: inline-block;
        margin: 0 1.5em; }
        
            @media screen and (max-width: 769px) {
         .homepage-social .homepage-social-links .panel-social-links li {
        margin: 0 .5em; }
        .ico-submit-arrow {
    background-position: 0 -257px; }
    .stainwidget .nl-field-toggle {
    font-size:18px}
    .homepage-conquer .homepage-conquer-descr {
    font-size:23px;
    line-height:1.2em;}
    #mc_embed_signup form {
    padding:0;}
    .footer-legal {
text-align:center;
padding-top:25px;
}
.footer-bottom {
margin-top:25px;}
#masthead-search-toggle {
right:15px}

	.section-inner {
	text-align:center;
	}
	.footer-menu .menu {
		margin:20px 0;
	}
	.foot-logo {
margin-top:15px !important;
float:none !important;
}
        }
        
      .homepage-social .homepage-social-links .panel-social-links a {
        display: block;
        border-radius: 50px;
        width: 44px;
        height: 44px;
        text-align: center;
        position: relative; }
        .homepage-social .homepage-social-links .panel-social-links a .ico {
          position: absolute;
          top: 50%;
          left: 50%;
          -webkit-transform: translate(-50%, -50%);
          -moz-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
          -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }
          .ie8 .homepage-social .homepage-social-links .panel-social-links a .ico {
            margin-left: -10px;
            margin-top: -10px; }
     .homepage-social .homepage-social-links .panel-social-link-fb .ico {
      left: 15px; }
    .homepage-social .homepage-social-links .panel-social-link-fb:hover {
      background-color: transparent; }
      .homepage-social .homepage-social-links .panel-social-link-fb:hover .ico {
        background-position-y: -208px; }
    .homepage-social .homepage-social-links .panel-social-link-twitter:hover {
      background-color: transparent; }
      .homepage-social .homepage-social-links .panel-social-link-twitter:hover .ico {
        background-position-y: -208px; }
    .homepage-social .homepage-social-links .panel-social-link-pinterest:hover {
      background-color: transparent; }
      .homepage-social .homepage-social-links .panel-social-link-pinterest:hover .ico {
        background-position-y: -208px; }
    .homepage-social .homepage-social-links .panel-social-link-pinterest .ico {
      left: 12px; }
    .homepage-social .homepage-social-links .panel-social-link-youtube:hover {
      background-color:transparent; }
      .homepage-social .homepage-social-links .panel-social-link-youtube:hover .ico {
        background-position-y: -208px; }
    .homepage-social .homepage-social-links .panel-social-link-youtube .ico {
      left: 9px; }
    .homepage-social .homepage-social-links .panel-social-link-blogger:hover {
      background-color: transparent; }
      .homepage-social .homepage-social-links .panel-social-link-blogger:hover .ico {
        background-position-y: -208px; }
    .homepage-social .homepage-social-links .panel-social-link-blogger .ico {
      left: 12px; }

.sl {
  padding: 0;
  font-size: 14px;
  width: 93%; }
  @media screen and (min-width: 900px) {
    .sl {
      width: 85%; } }
  .ie8 .sl {
    width: 85%; }
  @media screen and (min-width: 900px) {
    .sl {
      width: 815px; } }
  .ie8 .sl {
    width: 815px; }

.sl_header {
  padding: 20px 20px 30px;
  font-size: 12px;
  background: #FFF url("img/sl_header_bkgd.jpg") 0 0 no-repeat;
  position: relative; }
  .sl_header h2 {
    margin: 0 0 0.5em;
    font-family: "proxima-nova", sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.2; }
    .ie8 .sl_header h2 {
      font-weight: normal; }
    @media screen and (min-width: 900px) {
      .sl_header h2 {
        font-size: 24px; } }
    .ie8 .sl_header h2 {
      font-size: 24px; }
  @media screen and (min-width: 900px) {
    .sl_header {
      padding: 50px;
      font-size: 16px; } }
  .ie8 .sl_header {
    padding: 50px;
    font-size: 16px; }
  .sl_header:before {
    content: '';
    background: none;
    position: absolute;
    display: block;
    height: 0;
    bottom: 0;
    z-index: 100;
    left: 0;
    width: 60px;
    border-bottom: 30px solid #FFF;
    border-right: 30px solid transparent; }
    .lt-ie9 .sl_header:before {
      display: none; }
  .sl_header:after {
    content: '';
    display: block;
    position: absolute;
    height: 0;
    bottom: 0;
    z-index: 100;
    left: 60px;
    right: 0;
    border-bottom: 30px solid #FFF;
    border-left: 30px solid transparent; }
    .lt-ie9 .sl_header:after {
      display: none; }

.sl_form {
  padding: 20px 20px 30px; }
  @media screen and (min-width: 900px) {
    .sl_form {
      padding: 40px 50px 50px; } }
  .ie8 .sl_form {
    padding: 40px 50px 50px; }
  .sl_form .form-row {
    margin-bottom: 20px; }
    @media screen and (min-width: 900px) {
      .sl_form .form-row {
        margin-bottom: 40px; } }
    .ie8 .sl_form .form-row {
      margin-bottom: 40px; }

.sl-home {
  padding-top: 50px; }
  .sl-home .sl_form {
    padding: 15px 30px; }
    .sl-home .sl_form .form-row {
      margin-bottom: 15px; }
    .sl-home .sl_form .label-text {
      margin-bottom: .5em; }
  .sl-home .section-inner {
    width: auto;
    margin: 0; }
  .sl-home select {
    width: 300px; }
  .ie8 .sl-home {
    width: 295px;
    height: 294px; }

.product .product-image {
  padding: 12px;
  margin-bottom: 50px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  text-align: center; }
  .ie8 .product .product-image {
    float: left;
    width: 365px; }
  .product .product-image img {
    display: inline-block;
    max-width: 100%;
    width: auto;
    height: auto; }

.product .product-content-wrap {
  padding: 0 20px;
  margin-bottom: 50px; }
  @media screen and (min-width: 900px) {
    .product .product-content-wrap {
      float: right;
      width: 252px;
      padding: 0; } }
  .ie8 .product .product-content-wrap {
    float: right;
    width: 252px;
    padding: 0; }
  @media screen and (min-width: 900px) {
    .product .product-content-wrap {
      width: 550px; } }
  .ie8 .product .product-content-wrap {
    width: 550px; }

.product .product-hed {
  border-top: 1px solid #dcdcdc;
  border-bottom: 1px solid #dcdcdc;
  padding: 12px 0; }
  .product .product-hed .stock {
    display: none; }
  @media screen and (min-width: 900px) {
    .product .product-hed {
      padding: 24px 0; } }
  .ie8 .product .product-hed {
    padding: 24px 0; }
  .product .product-hed::after {
    clear: both;
    content: "";
    display: table; }
  .ie8 .product .product-hed {
    border: none; }

@media screen and (min-width: 900px) {
  .product .product-title-wrap {
    width: 200px;
    float: left; } }

.ie8 .product .product-title-wrap {
  width: 200px;
  float: left; }

.product .price {
  margin: 0;
  font-family: "proxima-nova", sans-serif;
  font-size: 24px;
  font-weight: 700; }
  .ie8 .product .price {
    font-weight: normal; }
  @media screen and (min-width: 900px) {
    .product .price {
      font-family: "proxima-nova", sans-serif;
      font-size: 28px;
      font-weight: 700; }
      .ie8 .product .price {
        font-weight: normal; } }
  .ie8 .product .price {
    font-family: "proxima-nova", sans-serif;
    font-size: 28px;
    font-weight: 700; }
    .ie8 .ie8 .product .price {
      font-weight: normal; }
  .product .price ins {
    background: inherit; }

@media screen and (min-width: 900px) {
  .product .cart {
    margin-top: 1em; } }

.ie8 .product .cart {
  margin-top: 1em; }

@media screen and (min-width: 900px) {
  .product .cart {
    float: right;
    width: 310px;
    margin: 0; } }

.ie8 .product .cart {
  float: right;
  width: 310px;
  margin: 0; }

.product .cart::after {
  clear: both;
  content: "";
  display: table; }

.product .cart .quantity {
  float: left; }
  .product .cart .quantity .label-string {
    color: #333;
    display: block; }
    @media screen and (min-width: 900px) {
      .product .cart .quantity .label-string {
        font-family: "proxima-nova", sans-serif;
        font-size: 12px;
        font-weight: 400; }
        .ie8 .product .cart .quantity .label-string {
          font-weight: normal; } }
    .ie8 .product .cart .quantity .label-string {
      font-family: "proxima-nova", sans-serif;
      font-size: 12px;
      font-weight: 400; }
      .ie8 .ie8 .product .cart .quantity .label-string {
        font-weight: normal; }
    @media screen and (min-width: 900px) {
      .product .cart .quantity .label-string {
        font-family: "proxima-nova", sans-serif;
        font-size: 15px;
        font-weight: 400; }
        .ie8 .product .cart .quantity .label-string {
          font-weight: normal; } }
    .ie8 .product .cart .quantity .label-string {
      font-family: "proxima-nova", sans-serif;
      font-size: 15px;
      font-weight: 400; }
      .ie8 .ie8 .product .cart .quantity .label-string {
        font-weight: normal; }
  .product .cart .quantity .input-text {
    width: 80px; }

.product .cart .btn-add-to-cart {
  float: right;
  font-family: "proxima-nova", sans-serif;
  font-size: 15px;
  font-weight: 400;
  margin-top: 1em;
  padding: 4px 20px 3px; }
  .ie8 .product .cart .btn-add-to-cart {
    font-weight: normal; }
  @media screen and (min-width: 900px) {
    .product .cart .btn-add-to-cart {
      font-size: 16px;
      width: 156px;
      margin-top: 1em; } }
  .ie8 .product .cart .btn-add-to-cart {
    font-size: 16px;
    width: 156px;
    margin-top: 1em; }
  @media screen and (min-width: 900px) {
    .product .cart .btn-add-to-cart {
      width: 186px;
      padding: 4px 38px 3px; } }
  .ie8 .product .cart .btn-add-to-cart {
    width: 186px;
    padding: 4px 38px 3px; }

.product .woocommerce-review-link {
  display: none; }

.product .product-description {
  padding: 12px 0 24px;
  font-family: "proxima-nova", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5; }
  .ie8 .product .product-description {
    font-weight: normal; }
  @media screen and (min-width: 900px) {
    .product .product-description {
      padding: 24px 0;
      font-size: 15px;
      line-height: 1.23;
      clear: both; } }
  .ie8 .product .product-description {
    padding: 24px 0;
    font-size: 15px;
    line-height: 1.23;
    clear: both; }
  .product .product-description p {
    margin: 0 0 1em; }

.product .product-title {
  font-family: "proxima-nova", sans-serif;
  font-size: 15px;
  font-weight: 500;
  color: #333;
  margin: 0;
  line-height: 1.2; }
  .ie8 .product .product-title {
    font-weight: normal; }
  @media screen and (min-width: 900px) {
    .product .product-title {
      font-family: "proxima-nova", sans-serif;
      font-size: 18px;
      font-weight: 500; }
      .ie8 .product .product-title {
        font-weight: normal; } }
  .ie8 .product .product-title {
    font-family: "proxima-nova", sans-serif;
    font-size: 18px;
    font-weight: 500; }
    .ie8 .ie8 .product .product-title {
      font-weight: normal; }

.product .star-rating {
  float: none;
  text-align: left;
  margin: 10px 0; }
  @media screen and (min-width: 900px) {
    .product .star-rating {
      margin-bottom: 0; } }
  .ie8 .product .star-rating {
    margin-bottom: 0; }

.product .product-attribute-market-price {
  font-family: "proxima-nova", sans-serif;
  font-size: 12px;
  font-weight: 500; }
  .ie8 .product .product-attribute-market-price {
    font-weight: normal; }
  @media screen and (min-width: 900px) {
    .product .product-attribute-market-price {
      font-family: "proxima-nova", sans-serif;
      font-size: 11px;
      font-weight: 500; }
      .ie8 .product .product-attribute-market-price {
        font-weight: normal; } }
  .ie8 .product .product-attribute-market-price {
    font-family:"proxima-nova", sans-serif;
    font-size: 11px;
    font-weight: 500; }
    .ie8 .ie8 .product .product-attribute-market-price {
      font-weight: normal; }
  @media screen and (min-width: 900px) {
    .product .product-attribute-market-price {
      font-family: "proxima-nova", sans-seriff;
      font-size: 12px;
      font-weight: 500; }
      .ie8 .product .product-attribute-market-price {
        font-weight: normal; } }
  .ie8 .product .product-attribute-market-price {
    font-family: "proxima-nova", sans-serif;
    font-size: 12px;
    font-weight: 500; }
    .ie8 .ie8 .product .product-attribute-market-price {
      font-weight: normal; }
  .product .product-attribute-market-price .kv-note {
    font-weight: 700;
    color: #f37800; }

.product .product-attribute-size {
  font-family: "proxima-nova", sans-serif;
  font-size: 12px;
  font-weight: 500;
  padding-bottom: 24px; }
  .ie8 .product .product-attribute-size {
    font-weight: normal; }
  @media screen and (min-width: 900px) {
    .product .product-attribute-size {
      font-size: 15px; } }
  .ie8 .product .product-attribute-size {
    font-size: 15px; }
  .product .product-attribute-size .kv-key {
    font-weight: 500; }

.product .product-links {
  font-family: "proxima-nova", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5;
  margin: 0;
  padding: 0;
  list-style-type: none; }
  .ie8 .product .product-links {
    font-weight: normal; }
  @media screen and (min-width: 900px) {
    .product .product-links {
      font-size: 15px;
      line-height: 1.23; } }
  .ie8 .product .product-links {
    font-size: 15px;
    line-height: 1.23; }
  .product .product-links li {
    margin-bottom: 1em; }
  @media screen and (min-width: 900px) {
    .product .product-links a {
      font-weight: 500; } }
  .ie8 .product .product-links a {
    font-weight: 500; }

.product .product-downloads {
  list-style-type: none;
  margin: 0;
  padding: 0;
  text-align: left; }
  @media screen and (min-width: 900px) {
    .product .product-downloads {
      font-family: "proxima-nova", sans-serif;
      font-size: 11px;
      font-weight: 400;
      margin-left: 65px; }
      .ie8 .product .product-downloads {
        font-weight: normal; } }
  .ie8 .product .product-downloads {
    font-family: "proxima-nova", sans-serif;
    font-size: 11px;
    font-weight: 400;
    margin-left: 65px; }
    .ie8 .ie8 .product .product-downloads {
      font-weight: normal; }
  @media screen and (min-width: 900px) {
    .product .product-downloads {
      font-family: "proxima-nova", sans-serif;
      font-size: 12px;
      font-weight: 400; }
      .ie8 .product .product-downloads {
        font-weight: normal; } }
  .ie8 .product .product-downloads {
    font-family: "proxima-nova", sans-serif;
    font-size: 12px;
    font-weight: 400; }
    .ie8 .ie8 .product .product-downloads {
      font-weight: normal; }
  .product .product-downloads .ico {
    margin-right: 1em; }
  .product .product-downloads li {
    margin-bottom: .5em; }

.product .woocommerce-tabs {
  clear: both;
  position: relative;
  margin-bottom: 20px; }
  .product .woocommerce-tabs .tabs {
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 100%;
    position: relative;
    border: 1px solid #dcdcdc;
    border-radius: 2px; }
    .product .woocommerce-tabs .tabs::after {
      clear: both;
      content: "";
      display: table; }
    @media screen and (min-width: 900px) {
      .product .woocommerce-tabs .tabs {
        border: none;
        border-radius: none;
        padding-top: 50px; } }
    .ie8 .product .woocommerce-tabs .tabs {
      border: none;
      border-radius: none;
      padding-top: 50px; }
    .product .woocommerce-tabs .tabs .tab_hed {
      border-bottom: 1px solid #dcdcdc; }
      .product .woocommerce-tabs .tabs .tab_hed.tab_hed_3,
      .product .woocommerce-tabs .tabs .tab_hed.active {
        border-bottom: none; }
      @media screen and (min-width: 900px) {
        .product .woocommerce-tabs .tabs .tab_hed {
          border: none;
          position: absolute;
          top: 0;
          float: left;
          width: 32%;
          margin-right: 1%; }
          .product .woocommerce-tabs .tabs .tab_hed.tab_hed_2 {
            left: 33%; }
          .product .woocommerce-tabs .tabs .tab_hed.tab_hed_3 {
            left: 66%; } }
      .ie8 .product .woocommerce-tabs .tabs .tab_hed {
        border: none;
        position: absolute;
        top: 0;
        float: left;
        width: 32%;
        margin-right: 1%; }
        .ie8 .product .woocommerce-tabs .tabs .tab_hed.tab_hed_2 {
          left: 33%; }
        .ie8 .product .woocommerce-tabs .tabs .tab_hed.tab_hed_3 {
          left: 66%; }
      @media screen and (min-width: 900px) {
        .product .woocommerce-tabs .tabs .tab_hed {
          width: 206px;
          margin-right: 10px; }
          .product .woocommerce-tabs .tabs .tab_hed.tab_hed_2 {
            left: 226px; }
          .product .woocommerce-tabs .tabs .tab_hed.tab_hed_3 {
            left: 452px; } }
      .ie8 .product .woocommerce-tabs .tabs .tab_hed {
        width: 206px;
        margin-right: 10px; }
        .ie8 .product .woocommerce-tabs .tabs .tab_hed.tab_hed_2 {
          left: 226px; }
        .ie8 .product .woocommerce-tabs .tabs .tab_hed.tab_hed_3 {
          left: 452px; }
      .product .woocommerce-tabs .tabs .tab_hed a {
        display: block;
        text-align: center;
        line-height: 50px;
        vertical-align: middle;
        color: #333;
        font-family: "proxima-nova", sans-serif;
        font-size: 15px;
        font-weight: 500; }
        .ie8 .product .woocommerce-tabs .tabs .tab_hed a {
          font-weight: normal; }
        @media screen and (min-width: 900px) {
          .product .woocommerce-tabs .tabs .tab_hed a {
            background: #ebebeb;
            border-top-left-radius: 5px;
            border-top-right-radius: 5px;
            font-family: "proxima-nova", sans-serif;
            font-size: 13px;
            font-weight: 500;
            height: 47px; }
            .ie8 .product .woocommerce-tabs .tabs .tab_hed a {
              font-weight: normal; } }
        .ie8 .product .woocommerce-tabs .tabs .tab_hed a {
          background: #ebebeb;
          border-top-left-radius: 5px;
          border-top-right-radius: 5px;
          font-family: "proxima-nova", sans-serif;
          font-size: 13px;
          font-weight: 500;
          height: 47px; }
          .ie8 .ie8 .product .woocommerce-tabs .tabs .tab_hed a {
            font-weight: normal; }
        @media screen and (min-width: 900px) {
          .product .woocommerce-tabs .tabs .tab_hed a {
            font-family: "proxima-nova", sans-serif;
            font-size: 15px;
            font-weight: 500;
            height: 50px; }
            .ie8 .product .woocommerce-tabs .tabs .tab_hed a {
              font-weight: normal; } }
        .ie8 .product .woocommerce-tabs .tabs .tab_hed a {
          font-family: "proxima-nova", sans-serif;
          font-size: 15px;
          font-weight: 500;
          height: 50px; }
          .ie8 .ie8 .product .woocommerce-tabs .tabs .tab_hed a {
            font-weight: normal; }
        .product .woocommerce-tabs .tabs .tab_hed a:hover {
          text-decoration: none; }
      .product .woocommerce-tabs .tabs .tab_hed.active a {
        height: 51px; }
        @media screen and (min-width: 900px) {
          .product .woocommerce-tabs .tabs .tab_hed.active a {
            background: #FFF;
            border: 1px solid #dcdcdc;
            border-bottom: none; } }
        .ie8 .product .woocommerce-tabs .tabs .tab_hed.active a {
          background: #FFF;
          border: 1px solid #dcdcdc;
          border-bottom: none; }
    .product .woocommerce-tabs .tabs .tab_content {
      display: none; }
      .product .woocommerce-tabs .tabs .tab_content.active {
        display: block;
        border-bottom: 1px solid #dcdcdc;
        box-shadow: inset 0 -1px 1px rgba(0, 0, 0, 0.05); }
        @media screen and (min-width: 900px) {
          .product .woocommerce-tabs .tabs .tab_content.active {
            border: none;
            box-shadow: none; } }
        .ie8 .product .woocommerce-tabs .tabs .tab_content.active {
          border: none;
          box-shadow: none; }
  .product .woocommerce-tabs .tab_content {
    margin: 0; }
  .product .woocommerce-tabs .tab_content_inner {
    margin: 0;
    padding: 10px 20px;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px; }
    @media screen and (min-width: 900px) {
      .product .woocommerce-tabs .tab_content_inner {
        border: 1px solid #dcdcdc;
        padding: 65px 35px 35px; } }
    .ie8 .product .woocommerce-tabs .tab_content_inner {
      border: 1px solid #dcdcdc;
      padding: 65px 35px 35px; }
    @media screen and (min-width: 900px) {
      .product .woocommerce-tabs .tab_content_inner {
        padding: 80px 50px; } }
    .ie8 .product .woocommerce-tabs .tab_content_inner {
      padding: 80px 50px; }
    .product .woocommerce-tabs .tab_content_inner ol {
      margin: 0;
      padding: 0;
      list-style-type: none;
      counter-reset: panel-counter; }
  .product .woocommerce-tabs .pdp-tab-hed,
  .product .woocommerce-tabs .comment-reply-title {
    font-family: "proxima-nova", sans-serif;
    font-size: 15px;
    font-weight: 500;
    margin: 0 0 1em; }
    .ie8 .product .woocommerce-tabs .pdp-tab-hed,
    .ie8 .product .woocommerce-tabs .comment-reply-title {
      font-weight: normal; }
    @media screen and (min-width: 900px) {
      .product .woocommerce-tabs .pdp-tab-hed,
      .product .woocommerce-tabs .comment-reply-title {
        margin: 0 0 2em; } }
    .ie8 .product .woocommerce-tabs .pdp-tab-hed,
    .ie8 .product .woocommerce-tabs .comment-reply-title {
      margin: 0 0 2em; }
    @media screen and (min-width: 900px) {
      .product .woocommerce-tabs .pdp-tab-hed,
      .product .woocommerce-tabs .comment-reply-title {
        font-family: "proxima-nova", sans-serif;
        font-size: 18px;
        font-weight: 500;
        margin: 0 0 1em; }
        .ie8 .product .woocommerce-tabs .pdp-tab-hed,
        .ie8 .product .woocommerce-tabs .comment-reply-title {
          font-weight: normal; } }
    .ie8 .product .woocommerce-tabs .pdp-tab-hed,
    .ie8 .product .woocommerce-tabs .comment-reply-title {
      font-family: "proxima-nova", sans-serif;
      font-size: 18px;
      font-weight: 500;
      margin: 0 0 1em; }
      .ie8 .ie8 .product .woocommerce-tabs .pdp-tab-hed,
      .ie8 .ie8 .product .woocommerce-tabs .comment-reply-title {
        font-weight: normal; }
  .product .woocommerce-tabs .pdp-tab-item {
    font-family: "proxima-nova", sans-serif;
    font-size: 12px;
    font-weight: 400;
    padding-left: 24px;
    position: relative; }
    .ie8 .product .woocommerce-tabs .pdp-tab-item {
      font-weight: normal; }
    @media screen and (min-width: 900px) {
      .product .woocommerce-tabs .pdp-tab-item {
        font-family: "proxima-nova", sans-serif;
        font-size: 13px;
        font-weight: 400;
        margin-bottom: 2em;
        padding-left: 54px; }
        .ie8 .product .woocommerce-tabs .pdp-tab-item {
          font-weight: normal; }
        .product .woocommerce-tabs .pdp-tab-item p {
          margin: 0 0 1em; } }
    .ie8 .product .woocommerce-tabs .pdp-tab-item {
      font-family: "proxima-nova", sans-serif;
      font-size: 13px;
      font-weight: 400;
      margin-bottom: 2em;
      padding-left: 54px; }
      .ie8 .ie8 .product .woocommerce-tabs .pdp-tab-item {
        font-weight: normal; }
      .ie8 .product .woocommerce-tabs .pdp-tab-item p {
        margin: 0 0 1em; }
    @media screen and (min-width: 900px) {
      .product .woocommerce-tabs .pdp-tab-item {
        font-size: 15px;
        margin-bottom: 1em; } }
    .ie8 .product .woocommerce-tabs .pdp-tab-item {
      font-size: 15px;
      margin-bottom: 1em; }
    .product .woocommerce-tabs .pdp-tab-item:before {
      content: counter(panel-counter);
      counter-increment: panel-counter;
      display: block;
      position: absolute;
      left: -10px;
      top: 0;
      background: #fee40c;
      width: 26px;
      height: 26px;
      text-align: center;
      color: #FFF;
      line-height: 26px;
      vertical-align: middle;
      padding-top: 1px;
      font-family: "proxima-nova", sans-serif;
      font-size: 13px;
      font-weight: 500;
      border-radius: 50px; }
      @media screen and (min-width: 900px) {
        .product .woocommerce-tabs .pdp-tab-item:before {
          left: 0; } }
      .ie8 .product .woocommerce-tabs .pdp-tab-item:before {
        left: 0; }
      .ie8 .product .woocommerce-tabs .pdp-tab-item:before {
        font-weight: normal; }
  .product .woocommerce-tabs .tab-content-title {
    font-family: "proxima-nova", sans-serif;
    font-size: 15px;
    font-weight: 500;
    margin: 0; }
    .ie8 .product .woocommerce-tabs .tab-content-title {
      font-weight: normal; }
    @media screen and (min-width: 900px) {
      .product .woocommerce-tabs .tab-content-title {
        font-family: "proxima-nova", sans-serif;
        font-size: 18px;
        font-weight: 500; }
        .ie8 .product .woocommerce-tabs .tab-content-title {
          font-weight: normal; } }
    .ie8 .product .woocommerce-tabs .tab-content-title {
      font-family: "proxima-nova", sans-serif;
      font-size: 18px;
      font-weight: 500; }
      .ie8 .ie8 .product .woocommerce-tabs .tab-content-title {
        font-weight: normal; }

.product .comment-form p::after {
  clear: both;
  content: "";
  display: table; }

.product .comment-form label {
  color: #333;
  display: block;
  font-family: "proxima-nova", sans-serif;
  font-size: 12px;
  font-weight: 400; }
  .ie8 .product .comment-form label {
    font-weight: normal; }
  @media screen and (min-width: 900px) {
    .product .comment-form label {
      font-family: "proxima-nova", sans-serif;
      font-size: 18px;
      font-weight: 400;
      display: inline-block;
      width: 24%;
      padding-top: 10px; }
      .ie8 .product .comment-form label {
        font-weight: normal; } }
  .ie8 .product .comment-form label {
    font-family: "proxima-nova", sans-serif;
    font-size: 18px;
    font-weight: 400;
    display: inline-block;
    width: 24%;
    padding-top: 10px; }
    .ie8 .ie8 .product .comment-form label {
      font-weight: normal; }
  .product .comment-form label::after {
    clear: both;
    content: "";
    display: table; }
  .product .comment-form label .required {
    color: #f37800;
    font-size: 1.5em;
    margin-top: -10px; }
    @media screen and (min-width: 900px) {
      .product .comment-form label .required {
        float: right; } }
    .ie8 .product .comment-form label .required {
      float: right; }

.product .comment-form input {
  border: 1px solid #c9c5c3;
  border-radius: 40px;
  padding: 5px 20px;
  width: 100%; }
  @media screen and (min-width: 900px) {
    .product .comment-form input {
      width: 75%;
      float: right; } }
  .ie8 .product .comment-form input {
    width: 75%;
    float: right; }

.product .comment-form .select-wrap,
.product .comment-form textarea {
  width: 100%; }
  @media screen and (min-width: 900px) {
    .product .comment-form .select-wrap,
    .product .comment-form textarea {
      width: 75%;
      float: right; } }
  .ie8 .product .comment-form .select-wrap,
  .ie8 .product .comment-form textarea {
    width: 75%;
    float: right; }

.product .comment-form textarea {
  border: 1px solid #c9c5c3;
  border-radius: 3px; }

.product .comment-form .form-submit {
  clear: both; }

.product .comment-form .btn-review-submit {
  border: 2px solid #209de3; }
  @media screen and (min-width: 900px) {
    .product .comment-form .btn-review-submit {
      float: right;
      width: auto; } }
  .ie8 .product .comment-form .btn-review-submit {
    float: right;
    width: auto; }

.product .comment-form .gglcptch {
  clear: both;
  margin-bottom: 20px; }
  .product .comment-form .gglcptch::after {
    clear: both;
    content: "";
    display: table; }
  .product .comment-form .gglcptch .g-recaptcha {
    margin-bottom: 20px; }
  .product .comment-form .gglcptch #gglcptch_error {
    clear: both;
    width: 100%;
    display: block;
    text-align: center; }
  @media screen and (min-width: 900px) {
    .product .comment-form .gglcptch .g-recaptcha {
      float: right; }
    .product .comment-form .gglcptch #gglcptch_error {
      text-align: right; } }
  .ie8 .product .comment-form .gglcptch .g-recaptcha {
    float: right; }
  .ie8 .product .comment-form .gglcptch #gglcptch_error {
    text-align: right; }

.products-landing-lede {
  position: relative;
  padding: 20px;
  text-align: center; }
  @media screen and (min-width: 900px) {
    .products-landing-lede {
      background-image: -webkit-linear-gradient(#fff, #ececec);
      background-image: linear-gradient(#fff, #ececec);
      height: 650px;
      padding: 35px 55px 0;
      font-family: "proxima-nova", sans-serif;
      font-size: 14px;
      font-weight: 400;
      overflow: hidden; }
      .ie8 .products-landing-lede {
        font-weight: normal; } }
  .ie8 .products-landing-lede {
    background-image: -webkit-linear-gradient(#fff, #ececec);
    background-image: linear-gradient(#fff, #ececec);
    height: 650px;
    padding: 35px 55px 0;
    font-family: "proxima-nova", sans-serif;
    font-size: 14px;
    font-weight: 400;
    overflow: hidden; }
    .ie8 .ie8 .products-landing-lede {
      font-weight: normal; }
  @media screen and (min-width: 900px) {
    .products-landing-lede {
      font-family: "proxima-nova", sans-serif;
      font-size: 18px;
      font-weight: 400; }
      .ie8 .products-landing-lede {
        font-weight: normal; } }
  .ie8 .products-landing-lede {
    font-family: "proxima-nova", sans-serif;
    font-size: 18px;
    font-weight: 400; }
    .ie8 .ie8 .products-landing-lede {
      font-weight: normal; }

.products-landing-section-lede-hed {
  margin: 0;
  line-height: 1.1;
  font-weight: normal;
  font-family: "proxima-nova", sans-serif;
  font-size: 24px;
  font-weight: 400; }
  .ie8 .products-landing-section-lede-hed {
    font-weight: normal; }
  @media screen and (min-width: 900px) {
    .products-landing-section-lede-hed {
      font-size: 37px; } }
  .ie8 .products-landing-section-lede-hed {
    font-size: 37px; }
  @media screen and (min-width: 900px) {
    .products-landing-section-lede-hed {
      font-size: 50px; } }
  .ie8 .products-landing-section-lede-hed {
    font-size: 50px; }

.products-landing-section-lede-descr {
  font-family: "proxima-nova", sans-serif;
  font-size: 12px;
  font-weight: 400; }
  .ie8 .products-landing-section-lede-descr {
    font-weight: normal; }
  @media screen and (min-width: 900px) {
    .products-landing-section-lede-descr {
      font-size: 16px; } }
  .ie8 .products-landing-section-lede-descr {
    font-size: 16px; }

.products-landing-lede-selector label {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: .5em;
  display: inline-block; }

.products-landing-lede-selector .select-wrap {
  margin-bottom: 1em; }

@media screen and (min-width: 900px) {
  .products-landing-lede-selector {
    display: none; } }

.ie8 .products-landing-lede-selector {
  display: none; }

.products-landing-lede-img {
  display: none;
  position: absolute;
  bottom: -90px;
  left: 0;
  right: 0;
  padding-bottom: 90px; }
  .products-landing-lede-img::after {
    clear: both;
    content: "";
    display: table; }
  @media screen and (min-width: 900px) {
    .products-landing-lede-img {
      display: block;
      background: transparent url("img/products-shelf.png") 50% 100% no-repeat;
      right: -80px; } }
  .ie8 .products-landing-lede-img {
    display: block;
    background: transparent url("img/products-shelf.png") 50% 100% no-repeat;
    right: -80px; }

.products-landing-lede-cat {
  display: none;
  position: relative; }
  @media screen and (min-width: 900px) {
    .products-landing-lede-cat {
      display: inline-block;
      margin-right: -15px; } }
  .ie8 .products-landing-lede-cat {
    display: inline-block;
    margin-right: -15px; }
  .products-landing-lede-cat a:hover .btn-img-caption {
    background-color: #209de3;
    color: #FFF; }
    .products-landing-lede-cat a:hover .btn-img-caption:after {
      content: '';
      display: block;
      position: absolute;
      bottom: -11px;
      right: 0;
      height: 0;
      width: 0;
      border-top: 22px solid #209de3;
      border-left: 22px solid transparent; }
  @media screen and (min-width: 900px) {
    .products-landing-lede-cat a:hover .is-label-t-right {
      /*
					left: auto;
					right: 50%;
*/ }
      .products-landing-lede-cat a:hover .is-label-t-right:after {
        content: '';
        display: block;
        position: absolute;
        bottom: -11px;
        left: 0;
        right: auto;
        height: 0;
        width: 0;
        border-top: 22px solid #209de3;
        border-right: 22px solid transparent;
        border-left: none; } }
  .ie8 .products-landing-lede-cat a:hover .is-label-t-right {
    /*
					left: auto;
					right: 50%;
*/ }
    .ie8 .products-landing-lede-cat a:hover .is-label-t-right:after {
      content: '';
      display: block;
      position: absolute;
      bottom: -11px;
      left: 0;
      right: auto;
      height: 0;
      width: 0;
      border-top: 22px solid #209de3;
      border-right: 22px solid transparent;
      border-left: none; }
  @media screen and (min-width: 900px) {
    .products-landing-lede-cat a:hover .is-label-right {
      /*
					left: auto;
					right: 50%;
*/ }
      .products-landing-lede-cat a:hover .is-label-right:after {
        content: '';
        display: block;
        position: absolute;
        bottom: -11px;
        left: 0;
        right: auto;
        height: 0;
        width: 0;
        border-top: 22px solid #209de3;
        border-right: 22px solid transparent;
        border-left: none; } }
  .ie8 .products-landing-lede-cat a:hover .is-label-right {
    /*
					left: auto;
					right: 50%;
*/ }
    .ie8 .products-landing-lede-cat a:hover .is-label-right:after {
      content: '';
      display: block;
      position: absolute;
      bottom: -11px;
      left: 0;
      right: auto;
      height: 0;
      width: 0;
      border-top: 22px solid #209de3;
      border-right: 22px solid transparent;
      border-left: none; }

.products-landing-cat-name {
  position: absolute;
  top: -40px;
  right: 50%;
  display: block;
  white-space: nowrap; }
  @media screen and (min-width: 900px) {
    .products-landing-cat-name.is-label-t-right {
      right: auto;
      left: 50%; } }
  .ie8 .products-landing-cat-name.is-label-t-right {
    right: auto;
    left: 50%; }
  @media screen and (min-width: 900px) {
    .products-landing-cat-name.is-label-right {
      right: auto;
      left: 50%; } }
  .ie8 .products-landing-cat-name.is-label-right {
    right: auto;
    left: 50%; }

.products-landing-section {
  background-repeat: no-repeat;
  background-position: 0 0;
  width: 100%;
  padding-top: 30px; }
  .products-landing-section .section-inner::after {
    clear: both;
    content: "";
    display: table; }
  @media screen and (min-width: 900px) {
    .products-landing-section {
      height: 481px;
      padding-top: 53px; } }
  .ie8 .products-landing-section {
    height: 481px;
    padding-top: 53px; }
  @media screen and (min-width: 900px) {
    .products-landing-section {
      height: 752px;
      padding-top: 76px; } }
  .ie8 .products-landing-section {
    height: 752px;
    padding-top: 76px; }
  .products-landing-section::after {
    clear: both;
    content: "";
    display: table; }

.products-landing-section-hed {
  margin: 0;
  line-height: 1.1;
  color: #1b376a;
  font-family: "proxima-nova", sans-serif;
  font-size: 30px;
  font-weight: 700;
  margin: 0 0 0.3em;
  text-align: center; }
  .ie8 .products-landing-section-hed {
    font-weight: normal; }
  @media screen and (min-width: 900px) {
    .products-landing-section-hed {
      font-family: "proxima-nova", sans-serif;
      font-size: 38px;
      font-weight: 700;
      text-align: left;
      margin: 0; }
      .ie8 .products-landing-section-hed {
        font-weight: normal; } }
  .ie8 .products-landing-section-hed {
    font-family: "proxima-nova", sans-serif;
    font-size: 38px;
    font-weight: 700;
    text-align: left;
    margin: 0; }
    .ie8 .ie8 .products-landing-section-hed {
      font-weight: normal; }
  @media screen and (min-width: 900px) {
    .products-landing-section-hed {
      font-family: "proxima-nova", sans-serif;
      font-size: 50px;
      font-weight: 700; }
      .ie8 .products-landing-section-hed {
        font-weight: normal; } }
  .ie8 .products-landing-section-hed {
    font-family: "proxima-nova", sans-serif;
    font-size: 50px;
    font-weight: 700; }
    .ie8 .ie8 .products-landing-section-hed {
      font-weight: normal; }

.products-landing-section-descr {
  text-align: center;
  font-family: "proxima-nova", sans-serif;
  font-size: 10px;
  font-weight: 300;
  margin-bottom: 1em; }
  .ie8 .products-landing-section-descr {
    font-weight: normal; }
  @media screen and (min-width: 900px) {
    .products-landing-section-descr {
      font-family: "proxima-nova", sans-serif;
      font-size: 13px;
      font-weight: 300;
      text-align: left; }
      .ie8 .products-landing-section-descr {
        font-weight: normal; } }
  .ie8 .products-landing-section-descr {
    font-family: "proxima-nova", sans-serif;
    font-size: 13px;
    font-weight: 300;
    text-align: left; }
    .ie8 .ie8 .products-landing-section-descr {
      font-weight: normal; }
  @media screen and (min-width: 900px) {
    .products-landing-section-descr {
      font-family: "proxima-nova", sans-serif;
      font-size: 18px;
      font-weight: 400; }
      .ie8 .products-landing-section-descr {
        font-weight: normal; } }
  .ie8 .products-landing-section-descr {
    font-family: "proxima-nova", sans-serif;
    font-size: 18px;
    font-weight: 400; }
    .ie8 .ie8 .products-landing-section-descr {
      font-weight: normal; }
  .products-landing-section-descr p {
    margin: 0; }

.products-landing-products {
  margin: 0;
  color: #1b376a;
  font-family: "proxima-nova", sans-serif;
  font-size: 12px;
  font-weight: 400; }
  .ie8 .products-landing-products {
    font-weight: normal; }
  @media screen and (min-width: 900px) {
    .products-landing-products {
      font-family: "proxima-nova", sans-serif;
      font-size: 14px;
      font-weight: 400; }
      .ie8 .products-landing-products {
        font-weight: normal; } }
  .ie8 .products-landing-products {
    font-family: "proxima-nova", sans-serif;
    font-size: 14px;
    font-weight: 400; }
    .ie8 .ie8 .products-landing-products {
      font-weight: normal; }
  @media screen and (min-width: 900px) {
    .products-landing-products {
      font-family: "proxima-nova", sans-serif;
      font-size: 18px;
      font-weight: 400; }
      .ie8 .products-landing-products {
        font-weight: normal; } }
  .ie8 .products-landing-products {
    font-family: "proxima-nova", sans-serif;
    font-size: 18px;
    font-weight: 400; }
    .ie8 .ie8 .products-landing-products {
      font-weight: normal; }
  .products-landing-products h3 {
    margin: 0 0 0.5em; }
  .products-landing-products select {
    font-size: 12px; }
    @media screen and (min-width: 900px) {
      .products-landing-products select {
        font-size: 15px; } }
    .ie8 .products-landing-products select {
      font-size: 15px; }

.products-landing-learn-more {
  margin-top: 1em;
  font-family: "proxima-nova", sans-serif;
  font-size: 11px;
  font-weight: 400; }
  .ie8 .products-landing-learn-more {
    font-weight: normal; }
  @media screen and (min-width: 900px) {
    .products-landing-learn-more {
      font-family: "proxima-nova", sans-serif;
      font-size: 13px;
      font-weight: 400; }
      .ie8 .products-landing-learn-more {
        font-weight: normal; } }
  .ie8 .products-landing-learn-more {
    font-family: "proxima-nova", sans-serif;
    font-size: 13px;
    font-weight: 400; }
    .ie8 .ie8 .products-landing-learn-more {
      font-weight: normal; }
  @media screen and (min-width: 900px) {
    .products-landing-learn-more {
      font-family: "proxima-nova", sans-serif;
      font-size: 15px;
      font-weight: 400; }
      .ie8 .products-landing-learn-more {
        font-weight: normal; } }
  .ie8 .products-landing-learn-more {
    font-family: "proxima-nova", sans-serif;
    font-size: 15px;
    font-weight: 400; }
    .ie8 .ie8 .products-landing-learn-more {
      font-weight: normal; }
  .products-landing-learn-more a {
    color: #1b376a;
    display: inline-block; }
  .products-landing-learn-more .ico {
    margin-right: .75em;
    margin-top: -2px; }

.products-landing-section-content {
  float: left; }
  @media screen and (min-width: 900px) {
    .products-landing-section-content {
      width: 358px; } }
  .ie8 .products-landing-section-content {
    width: 358px; }
  @media screen and (min-width: 900px) {
    .products-landing-section-content {
      width: 458px; } }
  .ie8 .products-landing-section-content {
    width: 458px; }
  .content-side-right .products-landing-section-content {
    float: right; }

/*.product-category-hero {
  background: #FFF url("img/category-landing-hed-bkgd.jpg") 50% 0 no-repeat;
  background-size: 100% 55%;
  background-size: 100% 419px;
  text-align: center;
  padding-top: 20px; 
}*/
.product-category-hero {
  text-align: center;
}
  @media screen and (min-width: 900px) {
    .product-category-hero {
      background-size: 100% 419px; } }
  .ie8 .product-category-hero {
    background-size: 100% 419px; }
  @media screen and (min-width: 900px) {
    .product-category-hero {
      padding-top: 57px; } }
  .ie8 .product-category-hero {
    padding-top: 57px; }
  .product-category-hero .page-title {
    font-family: "proxima-nova", sans-serif;
    font-size: 30px;
    font-weight: 700;
    color: #1b376a; }
    .ie8 .product-category-hero .page-title {
      font-weight: normal; }
    @media screen and (min-width: 900px) {
      .product-category-hero .page-title {
        font-family: "proxima-nova", sans-serif;
        font-size: 50px;
        font-weight: 700; }
        .ie8 .product-category-hero .page-title {
          font-weight: normal; } }
    .ie8 .product-category-hero .page-title {
      font-family: "proxima-nova", sans-serif;
      font-size: 50px;
      font-weight: 700; }
      .ie8 .ie8 .product-category-hero .page-title {
        font-weight: normal; }
  .product-category-hero .term-description {
    font-family: "proxima-nova", sans-serif;
    font-size: 12px;
    font-weight: 400;
    padding: 0 10px; }
    .ie8 .product-category-hero .term-description {
      font-weight: normal; }
    @media screen and (min-width: 900px) {
      .product-category-hero .term-description {
        font-family: "proxima-nova", sans-serif;
        font-size: 18px;
        font-weight: 400;
        padding: 0 30px; }
        .ie8 .product-category-hero .term-description {
          font-weight: normal; } }
    .ie8 .product-category-hero .term-description {
      font-family: "proxima-nova", sans-serif;
      font-size: 18px;
      font-weight: 400;
      padding: 0 30px; }
      .ie8 .ie8 .product-category-hero .term-description {
        font-weight: normal; }
    .product-category-hero .term-description p {
      margin: 0; }
    .product-category-hero .term-description a {
      color: #1b376a;
      font-weight: 700;
      display: inline-block;
      margin-top: 1em; }
      @media screen and (min-width: 900px) {
        .product-category-hero .term-description a {
          margin: 0; } }
      .ie8 .product-category-hero .term-description a {
        margin: 0; }
      .product-category-hero .term-description a:before {
        content: '';
        display: inline-block;
        display: inline-block;
        background: transparent url("img/carbona-sprite.png") 0 0 no-repeat;
        vertical-align: middle;
        width: 16px;
        height: 16px;
        margin-right: 10px;
        margin-top: -3px;
        background-position: -150px -30px; }
        @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi) {
          .product-category-hero .term-description a:before {
            background-image: url("img/carbona-sprite-2x.png");
            background-size: 630px 1500px; } }
      .product-category-hero .term-description a:hover:before {
        content: '';
        display: inline-block;
        display: inline-block;
        background: transparent url("img/carbona-sprite.png") 0 0 no-repeat;
        vertical-align: middle;
        width: 16px;
        height: 16px;
        margin-right: 10px;
        margin-top: -3px;
        background-position: -168px -30px; }
        @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi) {
          .product-category-hero .term-description a:hover:before {
            background-image: url("img/carbona-sprite-2x.png");
            background-size: 630px 1500px; } }

.product-category-testimonial {
  font-family: "proxima-nova", sans-serif;
  font-size: 12px;
  font-weight: 400; }
  .ie8 .product-category-testimonial {
    font-weight: normal; }
  @media screen and (min-width: 900px) {
    .product-category-testimonial {
      font-family: "proxima-nova", sans-serif;
      font-size: 15px;
      font-weight: 400; }
      .ie8 .product-category-testimonial {
        font-weight: normal; } }
  .ie8 .product-category-testimonial {
    font-family: "proxima-nova", sans-serif;
    font-size: 15px;
    font-weight: 400; }
    .ie8 .ie8 .product-category-testimonial {
      font-weight: normal; }
  .product-category-testimonial bold,
  .product-category-testimonial strong {
    color: #f37800; }
  .product-category-testimonial .testimonial-single-rating {
    text-align: center;
    width: 87px;
    margin: 0 auto 20px; }
  .product-category-testimonial .star-rating {
    float: none; }
  .product-category-testimonial .testimonial-single-quote {
    line-height: 1.333; }
    @media screen and (min-width: 900px) {
      .product-category-testimonial .testimonial-single-quote {
        padding: 0 80px; } }
    .ie8 .product-category-testimonial .testimonial-single-quote {
      padding: 0 80px; }
    @media screen and (min-width: 900px) {
      .product-category-testimonial .testimonial-single-quote {
        padding: 0 100px; } }
    .ie8 .product-category-testimonial .testimonial-single-quote {
      padding: 0 100px; }
  .product-category-testimonial .testimonial-single-author {
    color: #209de3;
    font-weight: 700;
    padding-left: .5em; }

.product-category-products {
  padding-top: 40px;
  margin-bottom: 150px; }
  .product-category-products .products {
    list-style-type: none;
    padding: 0;
    margin: 0; }
    .product-category-products .products::after {
      clear: both;
      content: "";
      display: table; }
    @media screen and (min-width: 900px) {
      .product-category-products .products {
        width: 606px;
        margin: 0 auto; } }
    .ie8 .product-category-products .products {
      width: 606px;
      margin: 0 auto; }
    @media screen and (min-width: 900px) {
      .product-category-products .products {
        width: auto;
        margin: 0; } }
    .ie8 .product-category-products .products {
      width: auto;
      margin: 0; }
  .product-category-products .product {
    width: auto;
    position: relative;
    margin-bottom: 15px;
    border: 1px solid #f2f2f2;
    border-radius: 2px; }
    @media screen and (min-width: 900px) {
      .product-category-products .product {
        width: 295px;
        height: 625px; }
        .page-template-Template-Dr-Beckmann .product-category-products .product {
          height: 475px; } }
    .ie8 .product-category-products .product {
      width: 295px;
      height: 625px; }
      .page-template-Template-Dr-Beckmann .ie8 .product-category-products .product {
        height: 475px; }
    @media screen and (min-width: 900px) {
      .product-category-products .product {
        float: left;
        margin-left: 15px;
        border: 2px solid #f2f2f2; } }
    .ie8 .product-category-products .product {
      float: left;
      margin-left: 15px;
      border: 2px solid #f2f2f2; }
    @media screen and (min-width: 900px) {
      .product-category-products .product:nth-of-type(2n+1) {
        margin-left: 0;
        clear: left; } }
    .ie8 .product-category-products .product:nth-of-type(2n+1) {
      margin-left: 0;
      clear: left; }
    @media screen and (min-width: 900px) {
      .product-category-products .product:nth-of-type(2n+1) {
        margin-left: 15px;
        clear: none; }
      .product-category-products .product:nth-of-type(3n+1) {
        margin-left: 0;
        clear: left; } }
    .ie8 .product-category-products .product:nth-of-type(2n+1) {
      margin-left: 15px;
      clear: none; }
    .ie8 .product-category-products .product:nth-of-type(3n+1) {
      margin-left: 0;
      clear: left; }
    .ie8 .product-category-products .product {
      margin-left: 5px;
      margin-right: 5px;
      overflow: hidden; }
    .product-category-products .product .product-permalink {
      color: #333; }
      .product-category-products .product .product-permalink:hover {
        text-decoration: none; }
        .product-category-products .product .product-permalink:hover .btn-text-link .ico {
          background-position: -168px -30px; }
      .product-category-products .product .product-permalink .btn-text-link {
        color: #209de3; }
  .product-category-products .onsale {
    display: none; }
  .product-category-products .product-image {
    float: none;
    padding: 24px 12px;
    position: relative;
    width: 100%;
    margin: 0;
    border-bottom: 1px solid #f2f2f2;
    height: 290px; }
    @media screen and (min-width: 900px) {
      .product-category-products .product-image {
        border-bottom: 2px solid #f2f2f2; } }
    .ie8 .product-category-products .product-image {
      border-bottom: 2px solid #f2f2f2; }
    .product-category-products .product-image img {
      display: block;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      -o-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      max-height: 242px;
      max-width: 247px;
      width: auto;
      height: auto; }
      .ie8 .product-category-products .product-image img {
        margin-left: -150px;
        margin-top: -121px; }
  .product-category-products .product-description {
    padding: 24px;
    font-family: "proxima-nova", sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.23; }
    .product-category-products .product-description::after {
      clear: both;
      content: "";
      display: table; }
    .ie8 .product-category-products .product-description {
      font-weight: normal; }
    .product-category-products .product-description p {
      margin: 1em 0; }
    .product-category-products .product-description [itemprop="description"] {
      display: none; }
      @media screen and (min-width: 900px) {
        .product-category-products .product-description [itemprop="description"] {
          display: block; } }
      .ie8 .product-category-products .product-description [itemprop="description"] {
        display: block; }
    .ie8 .product-category-products .product-description {
      padding: 24px !important; }
  .product-category-products .product-title {
    font-family: "proxima-nova", sans-serif;
    font-size: 15px;
    font-weight: 500;
    color: #333;
    margin: 0;
    line-height: 1.2; }
    .ie8 .product-category-products .product-title {
      font-weight: normal; }
  .product-category-products .price {
    display: block;
    font-family: "proxima-nova", sans-serif;
    font-size: 24px;
    font-weight: 500; }
    .ie8 .product-category-products .price {
      font-weight: normal; }
  .product-category-products .product-attribute-market-price {
    margin: .5em 0; }
    @media screen and (min-width: 900px) {
      .product-category-products .product-attribute-market-price {
        margin: 0; } }
    .ie8 .product-category-products .product-attribute-market-price {
      margin: 0; }
  .product-category-products .btn-text-link {
    float: left;
    margin-top: 1em;
    clear: left;
    background-color: #209de3;
    color: #FFF;
    font-size: 12px;
    padding: 4px 38px 3px;
    border-radius: 40px;
    border: 2px solid #209de3;
    -webkit-appearance: none;
    -webkit-transition: background-color 0.3s, color 0.3s;
    -moz-transition: background-color 0.3s, color 0.3s;
    transition: background-color 0.3s, color 0.3s;
    position: relative;
    cursor: pointer;
    color: #FFF !important;
    padding: 4px 20px 3px;
    text-align: center;
    width: 48%;
    font-weight: 400;
    line-height: 18px; }
    @media screen and (min-width: 900px) {
      .product-category-products .btn-text-link {
        font-size: 16px; } }
    .ie8 .product-category-products .btn-text-link {
      font-size: 16px; }
    .product-category-products .btn-text-link:before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      border: 2px solid #209de3;
      z-index: -1;
      border-radius: inherit;
      opacity: 0;
      -webkit-transform: scale3d(0.6, 0.6, 1);
      -moz-transform: scale3d(0.6, 0.6, 1);
      -ms-transform: scale3d(0.6, 0.6, 1);
      -o-transform: scale3d(0.6, 0.6, 1);
      transform: scale3d(0.6, 0.6, 1);
      -webkit-transition-property: -webkit-transform, opacity;
      -moz-transition-property: -moz-transform, opacity;
      transition-property: transform, opacity;
      -webkit-transition-duration: 0.3s, 0.3s;
      -moz-transition-duration: 0.3s, 0.3s;
      transition-duration: 0.3s, 0.3s;
      -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
      -moz-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
      transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1); }
      .ie8 .product-category-products .btn-text-link:before {
        border: none; }
    .product-category-products .btn-text-link[disabled] {
      opacity: .5;
      cursor: default;
      -webkit-transition: none;
      -moz-transition: none;
      transition: none; }
      .product-category-products .btn-text-link[disabled]:hover {
        background-color: #209de3;
        color: #FFF; }
    .product-category-products .btn-text-link:hover {
      background: transparent;
      color: #209de3 !important; }
    .product-category-products .btn-text-link .ico {
      display: none; }
    @media screen and (min-width: 900px) {
      .product-category-products .btn-text-link {
        float: none;
        width: auto;
        margin: 0;
        background: none;
        border: none;
        padding: 0;
        line-height: auto;
        color: #209de3 !important;
        font-family: "proxima-nova", sans-serif;
        font-size: 13px;
        font-weight: 700; }
        .product-category-products .btn-text-link:hover {
          background: none;
          color: #1b376a !important; }
        .ie8 .product-category-products .btn-text-link {
          font-weight: normal; }
        .product-category-products .btn-text-link .ico {
          margin-right: 10px;
          margin-top: -3px;
          display: inline-block; } }
    .ie8 .product-category-products .btn-text-link {
      float: none;
      width: auto;
      margin: 0;
      background: none;
      border: none;
      padding: 0;
      line-height: auto;
      color: #209de3 !important;
      font-family: "proxima-nova", sans-serif;
      font-size: 13px;
      font-weight: 700; }
      .ie8 .product-category-products .btn-text-link:hover {
        background: none;
        color: #1b376a !important; }
      .ie8 .ie8 .product-category-products .btn-text-link {
        font-weight: normal; }
      .ie8 .product-category-products .btn-text-link .ico {
        margin-right: 10px;
        margin-top: -3px;
        display: inline-block; }
  .product-category-products .product-add-to-cart {
    padding: 0 24px; }
    @media screen and (min-width: 900px) {
      .product-category-products .product-add-to-cart {
        position: absolute;
        left: 0;
        bottom: 0;
        right: 0;
        padding: 0 24px 24px;
        float: none; } }
    .ie8 .product-category-products .product-add-to-cart {
      position: absolute;
      left: 0;
      bottom: 0;
      right: 0;
      padding: 0 24px 24px;
      float: none; }
    .product-category-products .product-add-to-cart .btn {
      padding: 4px 20px 3px;
      width: 48%;
      text-align: center;
      float: right;
      margin-top: -53px; }
      @media screen and (min-width: 900px) {
        .product-category-products .product-add-to-cart .btn {
          width: 100%;
          margin: 0;
          float: none;
          padding: 4px 38px 3px; } }
      .ie8 .product-category-products .product-add-to-cart .btn {
        width: 100%;
        margin: 0;
        float: none;
        padding: 4px 38px 3px; }

.related-products {
  position: relative;
  overflow: hidden;
  margin-bottom: 35px; }
  @media screen and (min-width: 900px) {
    .related-products {
      margin: 50px 35px; } }
  .ie8 .related-products {
    margin: 50px 35px; }
  @media screen and (min-width: 900px) {
    .related-products {
      margin: 50px 0;
      overflow: visible; } }
  .ie8 .related-products {
    margin: 50px 0;
    overflow: visible; }
  .related-products .related-products-hed {
    font-family: "proxima-nova", sans-serif;
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 20px; }
    .ie8 .related-products .related-products-hed {
      font-weight: normal; }
    @media screen and (min-width: 900px) {
      .related-products .related-products-hed {
        font-family: "proxima-nova", sans-serif;
        font-size: 18px;
        font-weight: 500;
        margin: 0 0 40px; }
        .ie8 .related-products .related-products-hed {
          font-weight: normal; } }
    .ie8 .related-products .related-products-hed {
      font-family: "proxima-nova", sans-serif;
      font-size: 18px;
      font-weight: 500;
      margin: 0 0 40px; }
      .ie8 .ie8 .related-products .related-products-hed {
        font-weight: normal; }
  .related-products .carousel-pager span {
    cursor: pointer;
    z-index: 1000;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%); }
  .related-products #related-back {
    left: 0; }
    @media screen and (min-width: 900px) {
      .related-products #related-back {
        left: -75px; } }
    .ie8 .related-products #related-back {
      left: -75px; }
  .related-products #related-fwd {
    right: 0; }
    @media screen and (min-width: 900px) {
      .related-products #related-fwd {
        right: -75px; } }
    .ie8 .related-products #related-fwd {
      right: -75px; }
  .related-products .related-products-slider {
    position: relative;
    overflow: hidden;
    margin: 0;
    padding: 0;
    list-style-type: none;
    width: 100%; }
  .related-products .product {
    font-family: "proxima-nova", sans-serif;
    font-size: 10px;
    font-weight: 400;
    width: 160px;
    margin: 0 65px;
    height: 325px;
    vertical-align: top; }
    .ie8 .related-products .product {
      font-weight: normal; }
    @media screen and (min-width: 900px) {
      .related-products .product {
        width: 170px;
        margin: 0 12px; } }
    .ie8 .related-products .product {
      width: 170px;
      margin: 0 12px; }
    @media screen and (min-width: 900px) {
      .related-products .product {
        width: 183px;
        margin: 0 23px;
        font-family: "proxima-nova", sans-serif;
        font-size: 12px;
        font-weight: 400; }
        .ie8 .related-products .product {
          font-weight: normal; } }
    .ie8 .related-products .product {
      width: 183px;
      margin: 0 23px;
      font-family: "proxima-nova", sans-serif;
      font-size: 12px;
      font-weight: 400; }
      .ie8 .ie8 .related-products .product {
        font-weight: normal; }
    .related-products .product .product-permalink {
      color: #333; }
      .related-products .product .product-permalink:hover {
        text-decoration: none; }
    .related-products .product .product-image {
      width: 100%;
      float: none;
      margin-bottom: 0; }
      .related-products .product .product-image img {
        width: 50%;
        height: auto;
        max-width: 50%; }
    .related-products .product .product-description {
      padding: 0; }
    .related-products .product .product-title {
      white-space: normal;
      color: #209de3;
      font-size: inherit; }
    .related-products .product .product-price {
      color: #333;
      margin: 10px 0; }
      @media screen and (min-width: 900px) {
        .related-products .product .product-price {
          font-size: 20px; } }
      .ie8 .related-products .product .product-price {
        font-size: 20px; }
      @media screen and (min-width: 900px) {
        .related-products .product .product-price {
          font-size: 28px; } }
      .ie8 .related-products .product .product-price {
        font-size: 28px; }
    .related-products .product .btn-text-link {
      color: #209de3;
      font-size: inherit; }
      @media screen and (min-width: 900px) {
        .related-products .product .btn-text-link .ico {
          margin-bottom: -1px; } }
      .ie8 .related-products .product .btn-text-link .ico {
        margin-bottom: -1px; }

.cw-hed {
  display: none; }

.cw-section {
  margin: 0 auto;
  background-repeat: no-repeat;
  position: relative; }
  .cw-section .cw-section-bkgd {
    position: relative;
    z-index: 0; }
    .cw-section .cw-section-bkgd img {
      display: block;
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0; }
  .cw-section .cw-section-hed {
    position: absolute;
    left: -9999em;
    height: 0;
    overflow: hidden;
    width: 0; }
  .cw-section .cw-section-inner {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    width: auto;
    padding: 0;
    font-family: "proxima-nova", sans-serif;
    font-size: 11px;
    font-weight: 400;
    text-align: center; }
    .cw-section .cw-section-inner .cw-section-copy {
      position: absolute;
      left: 0;
      right: 0;
      padding: 0 30px; }
      @media screen and (min-width: 900px) {
        .cw-section .cw-section-inner .cw-section-copy {
          position: static;
          padding: 0; } }
      .ie8 .cw-section .cw-section-inner .cw-section-copy {
        position: static;
        padding: 0; }
    .ie8 .cw-section .cw-section-inner {
      font-weight: normal; }
    @media screen and (min-width: 900px) {
      .cw-section .cw-section-inner {
        -webkit-box-sizing: content-box;
        -moz-box-sizing: content-box;
        box-sizing: content-box;
        font-family: "proxima-nova", sans-serif;
        font-size: 13px;
        font-weight: 400;
        text-align: left; }
        .ie8 .cw-section .cw-section-inner {
          font-weight: normal; } }
    .ie8 .cw-section .cw-section-inner {
      -webkit-box-sizing: content-box;
      -moz-box-sizing: content-box;
      box-sizing: content-box;
      font-family: "proxima-nova", sans-serif;
      font-size: 13px;
      font-weight: 400;
      text-align: left; }
      .ie8 .ie8 .cw-section .cw-section-inner {
        font-weight: normal; }
    @media screen and (min-width: 1020px) {
      .cw-section .cw-section-inner {
        font-family: "proxima-nova", sans-serif;
        font-size: 16px;
        font-weight: 400;
        width: 917px;
        margin: 0 auto; }
        .ie8 .cw-section .cw-section-inner {
          font-weight: normal; } }
    .ie8 .cw-section .cw-section-inner {
      font-family: "proxima-nova", sans-serif;
      font-size: 16px;
      font-weight: 400;
      width: 917px;
      margin: 0 auto; }
      .ie8 .ie8 .cw-section .cw-section-inner {
        font-weight: normal; }
    .cw-section .cw-section-inner p {
      margin: 0; }
  .cw-section.is-lede .cw-section-inner {
    text-align: center;
    font-family: "proxima-nova", sans-serif;
    font-size: 11px;
    font-weight: 400; }
    .ie8 .cw-section.is-lede .cw-section-inner {
      font-weight: normal; }
    @media screen and (min-width: 900px) {
      .cw-section.is-lede .cw-section-inner {
        font-family: "proxima-nova", sans-serif;
        font-size: 15px;
        font-weight: 400; }
        .ie8 .cw-section.is-lede .cw-section-inner {
          font-weight: normal; } }
    .ie8 .cw-section.is-lede .cw-section-inner {
      font-family: "proxima-nova", sans-serif;
      font-size: 15px;
      font-weight: 400; }
      .ie8 .ie8 .cw-section.is-lede .cw-section-inner {
        font-weight: normal; }
    @media screen and (min-width: 1020px) {
      .cw-section.is-lede .cw-section-inner {
        font-family: "proxima-nova", sans-serif;
        font-size: 18px;
        font-weight: 400; }
        .ie8 .cw-section.is-lede .cw-section-inner {
          font-weight: normal; } }
    .ie8 .cw-section.is-lede .cw-section-inner {
      font-family: "proxima-nova", sans-serif;
      font-size: 18px;
      font-weight: 400; }
      .ie8 .ie8 .cw-section.is-lede .cw-section-inner {
        font-weight: normal; }

.blog .site-content,
.archive .site-content,
.single-post .site-content {
  background: transparent url("img/gray-texture.png") 50% 0;
  position: relative; }

@media screen and (min-width: 900px) {
  .blog,
  .archive,
  .single-post {
    min-width: 1020px; } }

.ie8 .blog,
.ie8 .archive,
.ie8 .single-post {
  min-width: 1020px; }

.blog.has-promo .site-content {
  padding-top: 80px; }

.blog.has-promo .blog-lede-bkgd {
  top: 80px; }

.blog.has-promo .promo-bar {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1; }

.post-type-archive .site-content,
.tax-product_cat .site-content {
  background-image: none; }

.blog-lede {
  padding: 20px 0; }
  @media screen and (min-width: 900px) {
    .blog-lede {
      padding: 0 40px; } }
  .ie8 .blog-lede {
    padding: 0 40px; }
  @media screen and (min-width: 900px) {
    .blog-lede {
      padding: 0; } }
  .ie8 .blog-lede {
    padding: 0; }
  .blog-lede .blog-landing-hed {
    font-family: "proxima-nova", sans-serif;
    font-size: 30px;
    font-weight: 700;
    color: #1b376a;
    margin: 0 0 0.5em;
    position: relative;
    z-index: 1;
    line-height: 1; }
    .ie8 .blog-lede .blog-landing-hed {
      font-weight: normal; }
    @media screen and (min-width: 900px) {
      .blog-lede .blog-landing-hed {
        font-family: "proxima-nova", sans-serif;
        font-size: 50px;
        font-weight: 700; }
        .ie8 .blog-lede .blog-landing-hed {
          font-weight: normal; } }
    .ie8 .blog-lede .blog-landing-hed {
      font-family: "proxima-nova", sans-serif;
      font-size: 50px;
      font-weight: 700; }
      .ie8 .ie8 .blog-lede .blog-landing-hed {
        font-weight: normal; }
    .blog-archive .blog-lede .blog-landing-hed {
      margin-bottom: 0; }
  .blog-lede .blog-landing-lede {
    font-family: "proxima-nova", sans-serif;
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 40px;
    position: relative;
    z-index: 1; }
    .ie8 .blog-lede .blog-landing-lede {
      font-weight: normal; }
    @media screen and (min-width: 900px) {
      .blog-lede .blog-landing-lede {
        margin: 0 auto 100px;
        font-family: "proxima-nova", sans-serif;
        font-size: 16px;
        font-weight: 400; }
        .ie8 .blog-lede .blog-landing-lede {
          font-weight: normal; } }
    .ie8 .blog-lede .blog-landing-lede {
      margin: 0 auto 100px;
      font-family: "proxima-nova", sans-serif;
      font-size: 16px;
      font-weight: 400; }
      .ie8 .ie8 .blog-lede .blog-landing-lede {
        font-weight: normal; }
    @media screen and (min-width: 900px) {
      .blog-lede .blog-landing-lede {
        width: 570px;
        margin: 0 0 100px; } }
    .ie8 .blog-lede .blog-landing-lede {
      width: 570px;
      margin: 0 0 100px; }
    .blog-lede .blog-landing-lede p {
      margin: 0 0 1em; }
  .blog-lede .blog-archive-hed {
    margin: 0 0 2em; }
  .blog-lede .blog-lede-bkgd {
    display: none; }
    @media screen and (min-width: 900px) {
      .blog-lede .blog-lede-bkgd {
        display: block;
        background: transparent url("img/bkgd-blog-landing.png") 100% 0 no-repeat;
        width: 636px;
        height: 347px;
        position: absolute;
        top: 0;
        right: 0;
        z-index: 0; } }
    .ie8 .blog-lede .blog-lede-bkgd {
      display: block;
      background: transparent url("img/bkgd-blog-landing.png") 100% 0 no-repeat;
      width: 636px;
      height: 347px;
      position: absolute;
      top: 0;
      right: 0;
      z-index: 0; }

.post-container {
  padding-top: 40px; }
  @media screen and (min-width: 900px) {
    .post-container {
      width: 70%;
      float: left;
      padding: 0; } }
  .ie8 .post-container {
    width: 70%;
    float: left;
    padding: 0; }
  @media screen and (min-width: 900px) {
    .post-container {
      width: 716px; } }
  .ie8 .post-container {
    width: 716px; }

@media screen and (min-width: 900px) {
  .widget-area {
    width: 28%;
    float: right; }
    .blog-landing .widget-area {
      margin-top: -28px; } }

.ie8 .widget-area {
  width: 28%;
  float: right; }
  .blog-landing .ie8 .widget-area {
    margin-top: -28px; }

@media screen and (min-width: 900px) {
  .widget-area {
    width: 183px; } }

.ie8 .widget-area {
  width: 183px; }

.widget-area .widget {
  background: #FFF; }

.post {
  position: relative;
  width: 100%;
  border: 1px solid #eaeaea;
  background: #FFF;
  margin-bottom: 45px;
  font-family: "proxima-nova", sans-serif;
  font-size: 13px;
  font-weight: 400; }
  .ie8 .post {
    font-weight: normal; }
  .post .post-inner {
    padding: 30px 28px 15px; }
  .post.has-image {
    position: relative; }
    @media screen and (min-width: 900px) {
      .post.has-image .post-inner {
        width: 509px; } }
    .ie8 .post.has-image .post-inner {
      width: 509px; }
    .post.has-image .post-img {
      display: none; }
      @media screen and (min-width: 900px) {
        .post.has-image .post-img {
          display: block;
          position: absolute;
          right: 0;
          top: 0;
          bottom: 0;
          width: 208px;
          border-left: 1px solid #eaeaea; }
          .post.has-image .post-img img {
            width: 100%;
            height: 100%; } }
      .ie8 .post.has-image .post-img {
        display: block;
        position: absolute;
        right: 0;
        top: 0;
        bottom: 0;
        width: 208px;
        border-left: 1px solid #eaeaea; }
        .ie8 .post.has-image .post-img img {
          width: 100%;
          height: 100%; }
  .post .post-title {
    font-family: "proxima-nova", sans-serif;
    font-size: 18px;
    font-weight: 500;
    margin: 0;
    text-transform: uppercase; }
    .ie8 .post .post-title {
      font-weight: normal; }
    .post .post-title a {
      color: inherit; }
    .post .post-title:after {
      content: '';
      width: 30px;
      height: 3px;
      background-color: #00CFCB;
      display: block;
      margin-top: 10px; }
  .post .post-cat {
    position: absolute;
    top: -28px;
    left: 28px;
    padding: 8px 22px 6px;
    min-width: 200px;
    border-radius: 40px;
    border-bottom-left-radius: 0;
    background: #00CFCB;
    font-family: "proxima-nova", sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 1; }
    .ie8 .post .post-cat {
      font-weight: normal; }
    .post .post-cat a {
      color: inherit; }
    .post .post-cat:after {
      content: '';
      display: block;
      position: absolute;
      bottom: -11px;
      left: 0;
      height: 0;
      width: 0;
      border-top: 22px solid #00CFCB;
      border-right: 22px solid transparent; }
  .post .post-meta {
    font-family: "proxima-nova", sans-serif;
    font-size: 11px;
    font-weight: 400;
    display: inline-block;
    margin-right: 30px; }
    .ie8 .post .post-meta {
      font-weight: normal; }
    .post .post-meta .ico {
      margin-right: 10px; }
    .post .post-meta a {
      color: inherit; }
  .post .post-sharing {
    float: right;
    margin-right: 0;
    line-height: 24px;
    text-align: right;
    display: block;
    width: 200px; }
    .post .post-sharing::after {
      clear: both;
      content: "";
      display: table; }
    .post .post-sharing .ico {
      margin-right: 0;
      margin-top: 3px;
      cursor: pointer;
      vertical-align: top; }
    .post .post-sharing .post-sharing-inner {
      display: none; }
    .post .post-sharing.is-active .post-sharing-inner {
      display: inline-block;
      padding-right: .5em; }
  .post .post-excerpt p,
  .post .post-content p {
    margin: 0 0 1em; }

.widget .widget-title {
  margin: 0;
  padding: 12px 18px 10px;
  background-color: #209de3;
  color: #FFF;
  font-family: "proxima-nova", sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px; }
  .ie8 .widget .widget-title {
    font-weight: normal; }

.widget ul {
  margin: 0;
  padding: 24px 18px;
  list-style-type: none;
  border: 1px solid #eaeaea;
  border-top: none;
  font-family: "proxima-nova", sans-serif;
  font-size: 13px;
  font-weight: 400; }
  .ie8 .widget ul {
    font-weight: normal; }
  .widget ul li {
    padding: 10px 0 8px;
    line-height: 1;
    border-bottom: 1px dashed #d0d0d0; }
    .widget ul li:last-child {
      border: none; }
  .widget ul a:before {
    content: '';
    display: inline-block;
    background: transparent url("img/carbona-sprite.png") 0 0 no-repeat;
    vertical-align: middle;
    width: 16px;
    height: 16px;
    background-position: -150px -30px;
    margin-right: 14px; }
    @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi) {
      .widget ul a:before {
        background-image: url("img/carbona-sprite-2x.png");
        background-size: 630px 1500px; } }
  .widget ul a:hover:before {
    content: '';
    display: inline-block;
    background: transparent url("img/carbona-sprite.png") 0 0 no-repeat;
    vertical-align: middle;
    width: 16px;
    height: 16px;
    background-position: -150px -30px;
    margin-right: 14px;
    background-position: -168px -30px; }
    @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi) {
      .widget ul a:hover:before {
        background-image: url("img/carbona-sprite-2x.png");
        background-size: 630px 1500px; } }
  .widget ul.wpp-list {
    /*
			.wpp_featured_def {
				display: none;
			}
*/ }
    .widget ul.wpp-list a {
      display: block;
      text-transform: uppercase; }
      .widget ul.wpp-list a:before {
        display: none; }
    .widget ul.wpp-list li {
      padding: 20px 0 18px; }
    .widget ul.wpp-list .wpp-thumbnail {
      display: block;
      width: 100%;
      height: auto;
      margin-bottom: 12px;
      float: none;
      border: 1px solid #eaeaea; }
    .widget ul.wpp-list .post-stats {
      font-size: 13px;
      font-weight: 400;
      color: #209de3;
      text-transform: none;
      margin-top: .5em; }

.single-post .woocommerce-breadcrumb {
  margin-bottom: 60px; }

.single-post .post-img {
  width: 100%;
  height: 0;
  padding-top: 56.6%;
  margin-bottom: 87px;
  position: relative; }
  .single-post .post-img img,
  .single-post .post-img iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0; }

.single-post .post-title {
  font-family: "proxima-nova", sans-serif;
  font-size: 18px;
  font-weight: 500;
  margin: 0;
  text-transform: uppercase;
  line-height: 1.1; }
  .ie8 .single-post .post-title {
    font-weight: normal; }
  @media screen and (min-width: 900px) {
    .single-post .post-title {
      font-family: "proxima-nova", sans-serif;
      font-size: 28px;
      font-weight: 500; }
      .ie8 .single-post .post-title {
        font-weight: normal; } }
  .ie8 .single-post .post-title {
    font-family: "proxima-nova", sans-serif;
    font-size: 28px;
    font-weight: 500; }
    .ie8 .ie8 .single-post .post-title {
      font-weight: normal; }

.single-post .post-content {
  margin-bottom: 30px; }

.single-post .comments-area {
  margin-bottom: 40px;
  font-size: 12px; }
  .single-post .comments-area::after {
    clear: both;
    content: "";
    display: table; }
  @media screen and (min-width: 900px) {
    .single-post .comments-area {
      font-size: 15px; } }
  .ie8 .single-post .comments-area {
    font-size: 15px; }
  .single-post .comments-area .comment-reply-title {
    font-size: 18px;
    font-weight: 500; }
  .single-post .comments-area code {
    font-size: inherit; }
  .single-post .comments-area .submit {
    background-color: #209de3;
    color: #FFF;
    font-size: 12px;
    padding: 4px 38px 3px;
    border-radius: 40px;
    border: 2px solid #209de3;
    -webkit-appearance: none;
    -webkit-transition: background-color 0.3s, color 0.3s;
    -moz-transition: background-color 0.3s, color 0.3s;
    transition: background-color 0.3s, color 0.3s;
    position: relative;
    cursor: pointer;
    float: right; }
    @media screen and (min-width: 900px) {
      .single-post .comments-area .submit {
        font-size: 16px; } }
    .ie8 .single-post .comments-area .submit {
      font-size: 16px; }
    .single-post .comments-area .submit:before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      border: 2px solid #209de3;
      z-index: -1;
      border-radius: inherit;
      opacity: 0;
      -webkit-transform: scale3d(0.6, 0.6, 1);
      -moz-transform: scale3d(0.6, 0.6, 1);
      -ms-transform: scale3d(0.6, 0.6, 1);
      -o-transform: scale3d(0.6, 0.6, 1);
      transform: scale3d(0.6, 0.6, 1);
      -webkit-transition-property: -webkit-transform, opacity;
      -moz-transition-property: -moz-transform, opacity;
      transition-property: transform, opacity;
      -webkit-transition-duration: 0.3s, 0.3s;
      -moz-transition-duration: 0.3s, 0.3s;
      transition-duration: 0.3s, 0.3s;
      -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
      -moz-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
      transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1); }
      .ie8 .single-post .comments-area .submit:before {
        border: none; }
    .single-post .comments-area .submit[disabled] {
      opacity: .5;
      cursor: default;
      -webkit-transition: none;
      -moz-transition: none;
      transition: none; }
      .single-post .comments-area .submit[disabled]:hover {
        background-color: #209de3;
        color: #FFF; }
  .single-post .comments-area label {
    display: inline-block;
    width: 70px; }

.single-post .comment-form-comment textarea {
  width: 100%; }

.post-content {
  /* Styles for content coming out of the WP Editor! */ }
  .post-content blockquote {
    font-family: "proxima-nova", sans-serif;
    font-size: 28px;
    font-weight: 400;
    text-align: center;
    width: 90%;
    margin: 1.75em auto 2em;
    line-height: 1.142; }
    .ie8 .post-content blockquote {
      font-weight: normal; }
    .post-content blockquote strong {
      color: #209de3;
      font-weight: 500; }
    .post-content blockquote:before {
      content: '';
      display: inline-block;
      background: transparent url("img/carbona-sprite.png") 0 0 no-repeat;
      vertical-align: middle;
      width: 54px;
      height: 54px;
      background-position: -215px -60px;
      margin-bottom: 18px; }
      @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi) {
        .post-content blockquote:before {
          background-image: url("img/carbona-sprite-2x.png");
          background-size: 630px 1500px; } }
  .post-content ul,
  .post-content ol {
    margin-left: 0; }
  .post-content .alignleft,
  .post-content .alginright {
    margin-bottom: .5em;
    margin-top: .5em;
    display: inline-block; }

.post-navigation {
  margin-top: 55px;
  border: 1px solid #eaeaea;
  border-radius: 50px;
  position: relative;
  height: 35px; }
  .post-navigation .nav-link {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    font-family: "proxima-nova", sans-serif;
    font-size: 14px;
    font-weight: 400; }
    .ie8 .post-navigation .nav-link {
      margin-top: -12px; }
    .ie8 .post-navigation .nav-link {
      font-weight: normal; }
    .post-navigation .nav-link a {
      display: inline-block;
      color: inherit;
      text-decoration: none;
      padding-top: 2px; }
      .post-navigation .nav-link a .ico {
        margin-top: -2px; }
  .post-navigation .nav-previous {
    left: 10px; }
    .post-navigation .nav-previous .ico {
      margin-right: 10px; }
  .post-navigation .nav-next {
    right: 10px; }
    .post-navigation .nav-next .ico {
      margin-left: 10px; }
  .post-navigation .posts-pagination {
    float: left;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%); }
    .post-navigation .posts-pagination .page-numbers {
      display: block;
      float: left;
      border-left: 1px solid #eaeaea;
      border-right: 1px solid #eaeaea;
      margin-left: -1px;
      width: 35px;
      height: 35px;
      line-height: 35px;
      vertical-align: middle;
      text-align: center;
      font-family: "proxima-nova", sans-serif;
      font-size: 14px;
      font-weight: 400; }
      .ie8 .post-navigation .posts-pagination .page-numbers {
        font-weight: normal; }
      .post-navigation .posts-pagination .page-numbers:last-child {
        border-right: 1px solid #eaeaea; }
      .post-navigation .posts-pagination .page-numbers.prev,
      .post-navigation .posts-pagination .page-numbers.next {
        display: none; }

.page .content-area {
  padding: 0 20px; }

.page-template-Template-Carbona-Way .content-area {
  padding: 0; }

.woocommerce-message {
  font-family: "proxima-nova", sans-serif;
  font-size: 15px;
  font-weight: 500;
  color: #1b376a;
  margin-bottom: 1em; }
  .ie8 .woocommerce-message {
    font-weight: normal; }

.woocommerce-error {
  color: #F00;
  list-style-type: none;
  font-family: "proxima-nova", sans-serif;
  font-size: 15px;
  font-weight: 500;
  margin: 0 0 1em;
  padding: 0; }
  .ie8 .woocommerce-error {
    font-weight: normal; }

@media screen and (min-width: 900px) {
  .woocommerce-cart .site-main {
    margin: 0 40px; }
  .woocommerce-cart .btn.btn-primary,
  .woocommerce-cart .btn.btn-secondary {
    padding: 4px 20px 3px;
    font-family: "proxima-nova", sans-serif;
    font-size: 13px;
    font-weight: 400; }
    .ie8 .woocommerce-cart .btn.btn-primary,
    .ie8 .woocommerce-cart .btn.btn-secondary {
      font-weight: normal; } }

.ie8 .woocommerce-cart .site-main {
  margin: 0 40px; }

.ie8 .woocommerce-cart .btn.btn-primary,
.ie8 .woocommerce-cart .btn.btn-secondary {
  padding: 4px 20px 3px;
  font-family: "proxima-nova", sans-serif;
  font-size: 13px;
  font-weight: 400; }
  .ie8 .ie8 .woocommerce-cart .btn.btn-primary,
  .ie8 .ie8 .woocommerce-cart .btn.btn-secondary {
    font-weight: normal; }

@media screen and (min-width: 900px) {
  .woocommerce-cart .btn.btn-primary,
  .woocommerce-cart .btn.btn-secondary {
    padding: 4px 38px 3px;
    font-family: "proxima-nova", sans-serif;
    font-size: 16px;
    font-weight: 400; }
    .ie8 .woocommerce-cart .btn.btn-primary,
    .ie8 .woocommerce-cart .btn.btn-secondary {
      font-weight: normal; } }

.ie8 .woocommerce-cart .btn.btn-primary,
.ie8 .woocommerce-cart .btn.btn-secondary {
  padding: 4px 38px 3px;
  font-family: "proxima-nova", sans-serif;
  font-size: 16px;
  font-weight: 400; }
  .ie8 .ie8 .woocommerce-cart .btn.btn-primary,
  .ie8 .ie8 .woocommerce-cart .btn.btn-secondary {
    font-weight: normal; }

.woocommerce-cart th {
  text-align: left;
  padding: 10px 0.5em;
  border-bottom: 1px solid #f2f2f2;
  display: none; }
  @media screen and (min-width: 900px) {
    .woocommerce-cart th {
      display: table-cell; } }
  .ie8 .woocommerce-cart th {
    display: table-cell; }
  .woocommerce-cart th.product-price,
  .woocommerce-cart th.product-subtotal,
  .woocommerce-cart th.product-quantity {
    text-align: right; }

.woocommerce-cart .cart_item {
  display: block;
  border: 1px solid #f2f2f2;
  padding: 5px;
  font-size: 12px; }
  @media screen and (min-width: 900px) {
    .woocommerce-cart .cart_item {
      display: table-row;
      border: none;
      padding: 0;
      font-size: 16px; } }
  .ie8 .woocommerce-cart .cart_item {
    display: table-row;
    border: none;
    padding: 0;
    font-size: 16px; }
  .woocommerce-cart .cart_item td {
    padding: 10px 0.5em;
    display: block; }
    @media screen and (min-width: 900px) {
      .woocommerce-cart .cart_item td {
        display: table-cell;
        border-bottom: 1px solid #f2f2f2; } }
    .ie8 .woocommerce-cart .cart_item td {
      display: table-cell;
      border-bottom: 1px solid #f2f2f2; }
  .woocommerce-cart .cart_item .product-remove {
    font-size: 10px;
    text-transform: uppercase;
    text-align: right; }
    @media screen and (min-width: 900px) {
      .woocommerce-cart .cart_item .product-remove {
        width: 7%;
        padding: 10px 0; } }
    .ie8 .woocommerce-cart .cart_item .product-remove {
      width: 7%;
      padding: 10px 0; }
    .woocommerce-cart .cart_item .product-remove a {
      text-decoration: none; }
      .woocommerce-cart .cart_item .product-remove a:hover {
        color: #1b376a; }
  .woocommerce-cart .cart_item .product-name {
    width: 100%;
    font-size: 13px; }
    @media screen and (min-width: 900px) {
      .woocommerce-cart .cart_item .product-name {
        width: 70%; } }
    .ie8 .woocommerce-cart .cart_item .product-name {
      width: 70%; }
  .woocommerce-cart .cart_item .product-price,
  .woocommerce-cart .cart_item .product-subtotal {
    width: 30%;
    float: left;
    padding-top: 17px; }
    @media screen and (min-width: 900px) {
      .woocommerce-cart .cart_item .product-price,
      .woocommerce-cart .cart_item .product-subtotal {
        width: 9%;
        text-align: right;
        float: none;
        padding-top: 10px; } }
    .ie8 .woocommerce-cart .cart_item .product-price,
    .ie8 .woocommerce-cart .cart_item .product-subtotal {
      width: 9%;
      text-align: right;
      float: none;
      padding-top: 10px; }
  .woocommerce-cart .cart_item .product-price:after {
    content: ' ea.'; }
    @media screen and (min-width: 900px) {
      .woocommerce-cart .cart_item .product-price:after {
        content: ''; } }
    .ie8 .woocommerce-cart .cart_item .product-price:after {
      content: ''; }
  .woocommerce-cart .cart_item .product-subtotal {
    font-weight: 500;
    text-align: right; }
    @media screen and (min-width: 900px) {
      .woocommerce-cart .cart_item .product-subtotal {
        font-weight: 400; } }
    .ie8 .woocommerce-cart .cart_item .product-subtotal {
      font-weight: 400; }
  .woocommerce-cart .cart_item .product-quantity {
    width: 40%;
    float: left; }
    .woocommerce-cart .cart_item .product-quantity:before {
      content: 'x';
      display: inline-block;
      padding: 0 0.25em; }
      @media screen and (min-width: 900px) {
        .woocommerce-cart .cart_item .product-quantity:before {
          content: '';
          display: none;
          padding: 0; } }
      .ie8 .woocommerce-cart .cart_item .product-quantity:before {
        content: '';
        display: none;
        padding: 0; }
    .woocommerce-cart .cart_item .product-quantity .quantity {
      width: 60%;
      display: inline-block; }
      @media screen and (min-width: 900px) {
        .woocommerce-cart .cart_item .product-quantity .quantity {
          width: auto;
          display: block; } }
      .ie8 .woocommerce-cart .cart_item .product-quantity .quantity {
        width: auto;
        display: block; }
    @media screen and (min-width: 900px) {
      .woocommerce-cart .cart_item .product-quantity {
        width: 5%;
        text-align: right;
        float: none; }
        .woocommerce-cart .cart_item .product-quantity .quantity {
          display: block;
          width: auto; } }
    .ie8 .woocommerce-cart .cart_item .product-quantity {
      width: 5%;
      text-align: right;
      float: none; }
      .ie8 .woocommerce-cart .cart_item .product-quantity .quantity {
        display: block;
        width: auto; }
    .woocommerce-cart .cart_item .product-quantity .label-string {
      display: none; }
    .woocommerce-cart .cart_item .product-quantity input {
      border-radius: 5px;
      text-align: left;
      padding-left: 5px;
      width: 100%; }
      @media screen and (min-width: 900px) {
        .woocommerce-cart .cart_item .product-quantity input {
          padding-left: 20px;
          border-radius: 40px; } }
      .ie8 .woocommerce-cart .cart_item .product-quantity input {
        padding-left: 20px;
        border-radius: 40px; }

.woocommerce-cart td.actions {
  padding-top: 20px;
  position: relative; }

.woocommerce-cart .coupon {
  padding-top: 3em; }
  @media screen and (min-width: 900px) {
    .woocommerce-cart .coupon {
      float: left;
      padding: 0;
      width: auto; } }
  .ie8 .woocommerce-cart .coupon {
    float: left;
    padding: 0;
    width: auto; }
  .woocommerce-cart .coupon label {
    display: none;
    margin-bottom: .5em; }
    @media screen and (min-width: 900px) {
      .woocommerce-cart .coupon label {
        display: inline-block;
        margin: 0; } }
    .ie8 .woocommerce-cart .coupon label {
      display: inline-block;
      margin: 0; }
  .woocommerce-cart .coupon input[type="text"] {
    width: 48%;
    margin-bottom: .5em; }
    @media screen and (min-width: 900px) {
      .woocommerce-cart .coupon input[type="text"] {
        width: auto;
        margin: 0; } }
    .ie8 .woocommerce-cart .coupon input[type="text"] {
      width: auto;
      margin: 0; }
  .woocommerce-cart .coupon .btn {
    padding: 4px 10px 3px;
    float: right; }
    @media screen and (min-width: 900px) {
      .woocommerce-cart .coupon .btn {
        padding: 4px 38px 3px;
        float: none; } }
    .ie8 .woocommerce-cart .coupon .btn {
      padding: 4px 38px 3px;
      float: none; }

.woocommerce-cart .btn[name="update_cart"] {
  position: absolute;
  top: 10px;
  left: 0;
  right: 0; }
  @media screen and (min-width: 900px) {
    .woocommerce-cart .btn[name="update_cart"] {
      float: right;
      position: static; } }
  .ie8 .woocommerce-cart .btn[name="update_cart"] {
    float: right;
    position: static; }

.woocommerce-cart .cart-collaterals {
  clear: both;
  margin-top: 40px; }
  .woocommerce-cart .cart-collaterals .cart_totals {
    position: relative; }
    .woocommerce-cart .cart-collaterals .cart_totals::after {
      clear: both;
      content: "";
      display: table; }
    .woocommerce-cart .cart-collaterals .cart_totals .shipping_method {
      -webkit-appearance: menulist; }
    .woocommerce-cart .cart-collaterals .cart_totals p {
      width: 50%;
      float: right; }
    .woocommerce-cart .cart-collaterals .cart_totals h2 {
      width: 50%;
      float: right; }
  @media screen and (min-width: 900px) {
    .woocommerce-cart .cart-collaterals table {
      clear: both;
      /*
				width: 40%;
				float: left;
*/ } }
  .ie8 .woocommerce-cart .cart-collaterals table {
    clear: both;
    /*
				width: 40%;
				float: left;
*/ }
  .woocommerce-cart .cart-collaterals th,
  .woocommerce-cart .cart-collaterals td {
    display: table-cell;
    border: none;
    padding: 0 0 0.5em;
    vertical-align: top;
    text-align: right; }
    .woocommerce-cart .cart-collaterals th p,
    .woocommerce-cart .cart-collaterals td p {
      margin: 0 0 0.5em; }
  .woocommerce-cart .cart-collaterals th {
    width: 60%; }
  .woocommerce-cart .cart-collaterals td {
    width: 40%; }
  .woocommerce-cart .cart-collaterals ul {
    list-style-type: none; }
  .woocommerce-cart .cart-collaterals .wc-proceed-to-checkout .btn {
    display: inline-block;
    text-align: center;
    float: right;
    clear: both; }
  .woocommerce-cart .cart-collaterals .wc-proceed-to-checkout .btn-checkout {
    display: block;
    margin-bottom: 1em;
    font-family: "proxima-nova", sans-serif;
    font-size: 18px;
    font-weight: 700;
    padding: 4px 20px 3px;
    float: none; }
    .ie8 .woocommerce-cart .cart-collaterals .wc-proceed-to-checkout .btn-checkout {
      font-weight: normal; }
    @media screen and (min-width: 900px) {
      .woocommerce-cart .cart-collaterals .wc-proceed-to-checkout .btn-checkout {
        float: right;
        font-family: "proxima-nova", sans-serif;
        font-size: 24px;
        font-weight: 700; }
        .ie8 .woocommerce-cart .cart-collaterals .wc-proceed-to-checkout .btn-checkout {
          font-weight: normal; } }
    .ie8 .woocommerce-cart .cart-collaterals .wc-proceed-to-checkout .btn-checkout {
      float: right;
      font-family: "proxima-nova", sans-serif;
      font-size: 24px;
      font-weight: 700; }
      .ie8 .ie8 .woocommerce-cart .cart-collaterals .wc-proceed-to-checkout .btn-checkout {
        font-weight: normal; }

.woocommerce-info {
  margin-bottom: 1em; }

body.woocommerce-checkout .checkout-dpm-submit-order .btn-place-order {
  font-family: "proxima-nova", sans-serif;
  font-size: 24px;
  font-weight: 700; }
  .ie8 body.woocommerce-checkout .checkout-dpm-submit-order .btn-place-order {
    font-weight: normal; }

@media screen and (min-width: 900px) {
  body.woocommerce-checkout .site-main {
    margin: 0 40px; }
  body.woocommerce-checkout .btn.btn-primary,
  body.woocommerce-checkout .btn.btn-secondary {
    padding: 4px 20px 3px;
    font-family: "proxima-nova", sans-serif;
    font-size: 13px;
    font-weight: 400; }
    .ie8 body.woocommerce-checkout .btn.btn-primary,
    .ie8 body.woocommerce-checkout .btn.btn-secondary {
      font-weight: normal; }
  body.woocommerce-checkout .checkout-dpm-submit-order .btn-place-order {
    font-family: "proxima-nova", sans-serif;
    font-size: 24px;
    font-weight: 700; }
    .ie8 body.woocommerce-checkout .checkout-dpm-submit-order .btn-place-order {
      font-weight: normal; } }

.ie8 body.woocommerce-checkout .site-main {
  margin: 0 40px; }

.ie8 body.woocommerce-checkout .btn.btn-primary,
.ie8 body.woocommerce-checkout .btn.btn-secondary {
  padding: 4px 20px 3px;
  font-family: "proxima-nova", sans-serif;
  font-size: 13px;
  font-weight: 400; }
  .ie8 .ie8 body.woocommerce-checkout .btn.btn-primary,
  .ie8 .ie8 body.woocommerce-checkout .btn.btn-secondary {
    font-weight: normal; }

.ie8 body.woocommerce-checkout .checkout-dpm-submit-order .btn-place-order {
  font-family: "proxima-nova", sans-serif;
  font-size: 24px;
  font-weight: 700; }
  .ie8 .ie8 body.woocommerce-checkout .checkout-dpm-submit-order .btn-place-order {
    font-weight: normal; }

@media screen and (min-width: 900px) {
  body.woocommerce-checkout .btn.btn-primary,
  body.woocommerce-checkout .btn.btn-secondary {
    padding: 4px 38px 3px;
    font-family: "proxima-nova", sans-serif;
    font-size: 16px;
    font-weight: 400; }
    .ie8 body.woocommerce-checkout .btn.btn-primary,
    .ie8 body.woocommerce-checkout .btn.btn-secondary {
      font-weight: normal; }
  body.woocommerce-checkout .checkout-dpm-submit-order .btn-place-order {
    font-family: "proxima-nova", sans-serif;
    font-size: 24px;
    font-weight: 700; }
    .ie8 body.woocommerce-checkout .checkout-dpm-submit-order .btn-place-order {
      font-weight: normal; } }

.ie8 body.woocommerce-checkout .btn.btn-primary,
.ie8 body.woocommerce-checkout .btn.btn-secondary {
  padding: 4px 38px 3px;
  font-family: "proxima-nova", sans-serif;
  font-size: 16px;
  font-weight: 400; }
  .ie8 .ie8 body.woocommerce-checkout .btn.btn-primary,
  .ie8 .ie8 body.woocommerce-checkout .btn.btn-secondary {
    font-weight: normal; }

.ie8 body.woocommerce-checkout .checkout-dpm-submit-order .btn-place-order {
  font-family: "proxima-nova", sans-serif;
  font-size: 24px;
  font-weight: 700; }
  .ie8 .ie8 body.woocommerce-checkout .checkout-dpm-submit-order .btn-place-order {
    font-weight: normal; }

form.woocommerce-checkout select {
  -webkit-appearance: menulist; }

form.woocommerce-checkout label {
  display: block;
  color: #1b376a; }

form.woocommerce-checkout input[type="text"],
form.woocommerce-checkout input[type="tel"],
form.woocommerce-checkout input[type="email"] {
  width: 100%; }

form.woocommerce-checkout abbr {
  border: none; }

form.woocommerce-checkout .form-row {
  margin-bottom: 1em; }

form.woocommerce-checkout #ship-to-different-address label {
  display: inline-block; }

form.woocommerce-checkout #ship-to-different-address input {
  margin-left: .5em; }

form.woocommerce-checkout textarea {
  width: 100%;
  height: 100px; }

form.woocommerce-checkout .woocommerce-checkout-payment {
  position: relative; }
  form.woocommerce-checkout .woocommerce-checkout-payment::after {
    clear: both;
    content: "";
    display: table; }
  form.woocommerce-checkout .woocommerce-checkout-payment ul {
    list-style-type: none;
    margin: 0;
    padding: 0; }
    @media screen and (min-width: 900px) {
      form.woocommerce-checkout .woocommerce-checkout-payment ul {
        width: 50%;
        float: left; } }
    .ie8 form.woocommerce-checkout .woocommerce-checkout-payment ul {
      width: 50%;
      float: left; }
    form.woocommerce-checkout .woocommerce-checkout-payment ul li {
      margin: 0 0 1em;
      position: relative; }
    form.woocommerce-checkout .woocommerce-checkout-payment ul input,
    form.woocommerce-checkout .woocommerce-checkout-payment ul label {
      display: inline-block; }
    form.woocommerce-checkout .woocommerce-checkout-payment ul input[type="radio"] {
      position: absolute;
      left: 0;
      top: 0; }
    form.woocommerce-checkout .woocommerce-checkout-payment ul label {
      margin-left: 2em; }
    form.woocommerce-checkout .woocommerce-checkout-payment ul .payment_box {
      padding-left: 2em; }
  form.woocommerce-checkout .woocommerce-checkout-payment ul.payment_methods li {
    margin-bottom: 2em; }
  form.woocommerce-checkout .woocommerce-checkout-payment li.payment_method_authorize_net_aim label[for='payment_method_authorize_net_aim'],
  form.woocommerce-checkout .woocommerce-checkout-payment li.payment_method_authorize_net_aim label[for='payment_method_authorize_net_dpm'],
  form.woocommerce-checkout .woocommerce-checkout-payment li.payment_method_authorize_net_dpm label[for='payment_method_authorize_net_aim'],
  form.woocommerce-checkout .woocommerce-checkout-payment li.payment_method_authorize_net_dpm label[for='payment_method_authorize_net_dpm'] {
    position: relative;
    top: -5px; }
    form.woocommerce-checkout .woocommerce-checkout-payment li.payment_method_authorize_net_aim label[for='payment_method_authorize_net_aim'] img,
    form.woocommerce-checkout .woocommerce-checkout-payment li.payment_method_authorize_net_aim label[for='payment_method_authorize_net_dpm'] img,
    form.woocommerce-checkout .woocommerce-checkout-payment li.payment_method_authorize_net_dpm label[for='payment_method_authorize_net_aim'] img,
    form.woocommerce-checkout .woocommerce-checkout-payment li.payment_method_authorize_net_dpm label[for='payment_method_authorize_net_dpm'] img {
      display: inline-block;
      margin-bottom: -5px;
      margin-left: 5px !important; }
  form.woocommerce-checkout .woocommerce-checkout-payment li.payment_method_authorize_net_aim .wc-authorize-net-aim-new-payment-method-form label,
  form.woocommerce-checkout .woocommerce-checkout-payment li.payment_method_authorize_net_dpm .wc-authorize-net-aim-new-payment-method-form label {
    margin-left: 0; }
  form.woocommerce-checkout .woocommerce-checkout-payment li.payment_method_paypal label[for='payment_method_paypal'] img {
    display: block; }
  @media screen and (min-width: 900px) {
    form.woocommerce-checkout .woocommerce-checkout-payment .place-order {
      position: absolute;
      right: 0;
      text-align: right;
      width: 50%;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%); } }
  .ie8 form.woocommerce-checkout .woocommerce-checkout-payment .place-order {
    position: absolute;
    right: 0;
    text-align: right;
    width: 50%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%); }
  .ie8 form.woocommerce-checkout .woocommerce-checkout-payment .place-order {
    margin-top: -40px; }
  form.woocommerce-checkout .woocommerce-checkout-payment .place-order .btn-place-order {
    font-family: "proxima-nova", sans-serif;
    font-size: 24px;
    font-weight: 700;
    width: 100%; }
    .ie8 form.woocommerce-checkout .woocommerce-checkout-payment .place-order .btn-place-order {
      font-weight: normal; }
    @media screen and (min-width: 900px) {
      form.woocommerce-checkout .woocommerce-checkout-payment .place-order .btn-place-order {
        width: auto; } }
    .ie8 form.woocommerce-checkout .woocommerce-checkout-payment .place-order .btn-place-order {
      width: auto; }
  form.woocommerce-checkout .woocommerce-checkout-payment .place-order .terms label {
    display: inline-block;
    margin-right: .25em; }

form.woocommerce-checkout .create-account label {
  display: inline-block; }

.col2-set::after {
  clear: both;
  content: "";
  display: table; }

@media screen and (min-width: 900px) {
  .col-1 {
    float: left;
    width: 45%; } }

.ie8 .col-1 {
  float: left;
  width: 45%; }

@media screen and (min-width: 900px) {
  .col-2 {
    float: right;
    width: 45%; } }

.ie8 .col-2 {
  float: right;
  width: 45%; }

.woocommerce-checkout-review-order,
.order_details {
  font-family: "proxima-nova", sans-serif;
  font-size: 13px;
  font-weight: 400; }
  .ie8 .woocommerce-checkout-review-order,
  .ie8 .order_details {
    font-weight: normal; }
  @media screen and (min-width: 900px) {
    .woocommerce-checkout-review-order,
    .order_details {
      font-size: 16px; } }
  .ie8 .woocommerce-checkout-review-order,
  .ie8 .order_details {
    font-size: 16px; }
  .woocommerce-checkout-review-order th,
  .woocommerce-checkout-review-order td,
  .order_details th,
  .order_details td {
    text-align: left;
    padding: .5em; }
  .woocommerce-checkout-review-order th.product-name,
  .woocommerce-checkout-review-order th.product-total,
  .order_details th.product-name,
  .order_details th.product-total {
    padding: 0.5em 10px;
    border-bottom: 1px solid #f2f2f2; }
  .woocommerce-checkout-review-order .product-quantity,
  .order_details .product-quantity {
    white-space: nowrap; }
  .woocommerce-checkout-review-order .order_item td,
  .order_details .order_item td {
    padding: 0.5em 10px;
    border-bottom: 1px solid #f2f2f2; }
  .woocommerce-checkout-review-order .product-total,
  .order_details .product-total {
    text-align: right; }
  .woocommerce-checkout-review-order tfoot .cart-subtotal td,
  .woocommerce-checkout-review-order tfoot .cart-subtotal th,
  .order_details tfoot .cart-subtotal td,
  .order_details tfoot .cart-subtotal th {
    padding-top: 1em;
    border-top: 1px solid #f2f2f2; }
  .woocommerce-checkout-review-order tfoot th,
  .woocommerce-checkout-review-order tfoot td,
  .order_details tfoot th,
  .order_details tfoot td {
    text-align: right;
    padding-right: .5em;
    width: 40%; }
    @media screen and (min-width: 900px) {
      .woocommerce-checkout-review-order tfoot th,
      .woocommerce-checkout-review-order tfoot td,
      .order_details tfoot th,
      .order_details tfoot td {
        width: 25%; } }
    .ie8 .woocommerce-checkout-review-order tfoot th,
    .ie8 .woocommerce-checkout-review-order tfoot td,
    .ie8 .order_details tfoot th,
    .ie8 .order_details tfoot td {
      width: 25%; }
  .woocommerce-checkout-review-order tfoot th,
  .order_details tfoot th {
    text-align: left;
    width: 60%; }
    @media screen and (min-width: 900px) {
      .woocommerce-checkout-review-order tfoot th,
      .order_details tfoot th {
        text-align: right;
        width: 75%; } }
    .ie8 .woocommerce-checkout-review-order tfoot th,
    .ie8 .order_details tfoot th {
      text-align: right;
      width: 75%; }

.checkout-dpm-cc-form {
  position: relative;
  border-top: 1px solid #f2f2f2;
  padding: 20px 0; }
  .checkout-dpm-cc-form::after {
    clear: both;
    content: "";
    display: table; }
  .checkout-dpm-cc-form label {
    color: #1b376a; }
  .checkout-dpm-cc-form #dpm_card_num {
    width: 100%; }
  @media screen and (min-width: 900px) {
    .checkout-dpm-cc-form .checkout-dpm-msg {
      width: 40%;
      float: left; }
    .checkout-dpm-cc-form fieldset {
      width: 50%;
      float: right; }
      .checkout-dpm-cc-form fieldset input {
        width: 100%; }
    .checkout-dpm-cc-form .checkout-dpm-submit-order {
      float: right;
      width: 50%; } }
  .ie8 .checkout-dpm-cc-form .checkout-dpm-msg {
    width: 40%;
    float: left; }
  .ie8 .checkout-dpm-cc-form fieldset {
    width: 50%;
    float: right; }
    .ie8 .checkout-dpm-cc-form fieldset input {
      width: 100%; }
  .ie8 .checkout-dpm-cc-form .checkout-dpm-submit-order {
    float: right;
    width: 50%; }
  .checkout-dpm-cc-form .checkout-dpm-submit-order {
    clear: both;
    text-align: center;
    margin-top: 20px; }

body.woocommerce-order-received #btn-print {
  display: none; }

@media screen and (min-width: 900px) {
  body.woocommerce-order-received .entry-header::after {
    clear: both;
    content: "";
    display: table; }
  body.woocommerce-order-received .entry-header .entry-title {
    float: left; }
  body.woocommerce-order-received #btn-print {
    display: block;
    float: right;
    margin-top: 2em;
    padding-left: 60px;
    padding-right: 60px; } }

.ie8 body.woocommerce-order-received .entry-header::after {
  clear: both;
  content: "";
  display: table; }

.ie8 body.woocommerce-order-received .entry-header .entry-title {
  float: left; }

.ie8 body.woocommerce-order-received #btn-print {
  display: block;
  float: right;
  margin-top: 2em;
  padding-left: 60px;
  padding-right: 60px; }

@media screen and (min-width: 900px) {
  body.woocommerce-order-received #btn-print {
    margin-top: 1.5em; }
  body.woocommerce-order-received .site-main {
    margin-right: 0; } }

.ie8 body.woocommerce-order-received #btn-print {
  margin-top: 1.5em; }

.ie8 body.woocommerce-order-received .site-main {
  margin-right: 0; }

@media screen and (min-width: 900px) {
  #receipt-overlay header {
    width: 80%; } }

.ie8 #receipt-overlay header {
  width: 80%; }

#receipt-overlay h2 {
  margin: 0;
  font-family: "proxima-nova", sans-serif;
  font-size: 18px;
  font-weight: 500;
  color: #000; }
  .ie8 #receipt-overlay h2 {
    font-weight: normal; }
  @media screen and (min-width: 900px) {
    #receipt-overlay h2 {
      font-family: "proxima-nova", sans-serif;
      font-size: 26px;
      font-weight: 500; }
      .ie8 #receipt-overlay h2 {
        font-weight: normal; } }
  .ie8 #receipt-overlay h2 {
    font-family: "proxima-nova", sans-serif;
    font-size: 26px;
    font-weight: 500; }
    .ie8 .ie8 #receipt-overlay h2 {
      font-weight: normal; }

#receipt-overlay .receipt-email {
  text-align: center;
  padding: 0 15% 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #eaeaea; }
  #receipt-overlay .receipt-email h2.section-hed {
    text-transform: uppercase;
    color: #209de3;
    font-weight: 400;
    margin-bottom: .5em;
    font-size: 15px; }
    @media screen and (min-width: 900px) {
      #receipt-overlay .receipt-email h2.section-hed {
        font-size: 21px; } }
    .ie8 #receipt-overlay .receipt-email h2.section-hed {
      font-size: 21px; }
  #receipt-overlay .receipt-email #receipt-subscribe-response {
    display: none; }
  #receipt-overlay .receipt-email input.wpcf7-email {
    width: 100%; }
  #receipt-overlay .receipt-email .ajax-loader {
    display: none; }

#receipt-overlay .receipt-social {
  text-align: center; }
  #receipt-overlay .receipt-social .section-hed {
    margin: 0;
    width: auto; }
  #receipt-overlay .receipt-social .homepage-social-hed {
    font-family: "proxima-nova", sans-serif;
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    color: #000; }
    .ie8 #receipt-overlay .receipt-social .homepage-social-hed {
      font-weight: normal; }
    @media screen and (min-width: 900px) {
      #receipt-overlay .receipt-social .homepage-social-hed {
        font-family: "proxima-nova", sans-serif;
        font-size: 26px;
        font-weight: 500; }
        .ie8 #receipt-overlay .receipt-social .homepage-social-hed {
          font-weight: normal; } }
    .ie8 #receipt-overlay .receipt-social .homepage-social-hed {
      font-family: "proxima-nova", sans-serif;
      font-size: 26px;
      font-weight: 500; }
      .ie8 .ie8 #receipt-overlay .receipt-social .homepage-social-hed {
        font-weight: normal; }
  #receipt-overlay .receipt-social .panel-social-links {
    list-style-type: none;
    margin: 0;
    padding: 0;
    text-align: center; }
    #receipt-overlay .receipt-social .panel-social-links li {
      display: inline-block;
      margin: 0 0.25em; }
    #receipt-overlay .receipt-social .panel-social-links a {
      display: block;
      border: 1px solid #eaeaea;
      border-radius: 50px;
      width: 44px;
      height: 44px;
      text-align: center;
      position: relative; }
      #receipt-overlay .receipt-social .panel-social-links a .ico {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); }
        .ie8 #receipt-overlay .receipt-social .panel-social-links a .ico {
          margin-left: -10px;
          margin-top: -10px; }
  #receipt-overlay .receipt-social .panel-social-link-fb .ico {
    left: 15px; }
  #receipt-overlay .receipt-social .panel-social-link-fb:hover {
    background-color: #354f98; }
    #receipt-overlay .receipt-social .panel-social-link-fb:hover .ico {
      background-position-y: -35px; }
  #receipt-overlay .receipt-social .panel-social-link-twitter:hover {
    background-color: #00a9f2; }
    #receipt-overlay .receipt-social .panel-social-link-twitter:hover .ico {
      background-position-y: -35px; }
  #receipt-overlay .receipt-social .panel-social-link-pinterest:hover {
    background-color: #d21a00; }
    #receipt-overlay .receipt-social .panel-social-link-pinterest:hover .ico {
      background-position-y: -35px; }
  #receipt-overlay .receipt-social .panel-social-link-pinterest .ico {
    left: 12px; }
  #receipt-overlay .receipt-social .panel-social-link-youtube:hover {
    background-color: #d51900; }
    #receipt-overlay .receipt-social .panel-social-link-youtube:hover .ico {
      background-position-y: -35px; }
  #receipt-overlay .receipt-social .panel-social-link-youtube .ico {
    left: 9px; }
  #receipt-overlay .receipt-social .panel-social-link-blogger:hover {
    background-color: #f14300; }
    #receipt-overlay .receipt-social .panel-social-link-blogger:hover .ico {
      background-position-y: -35px; }
  #receipt-overlay .receipt-social .panel-social-link-blogger .ico {
    left: 12px; }

.woocommerce-account {
  font-family: "proxima-nova", sans-serif;
  font-size: 12px;
  font-weight: 400; }
  .ie8 .woocommerce-account {
    font-weight: normal; }
  .woocommerce-account .btn.btn-primary,
  .woocommerce-account .btn.btn-secondary {
    padding: 4px 10px 3px;
    font-family: "proxima-nova", sans-serif;
    font-size: 12px;
    font-weight: 400; }
    .ie8 .woocommerce-account .btn.btn-primary,
    .ie8 .woocommerce-account .btn.btn-secondary {
      font-weight: normal; }
  @media screen and (min-width: 900px) {
    .woocommerce-account {
      font-family: "proxima-nova", sans-serif;
      font-size: 18px;
      font-weight: 400; }
      .ie8 .woocommerce-account {
        font-weight: normal; }
      .woocommerce-account .site-main {
        margin: 0 40px; }
      .woocommerce-account .btn.btn-primary,
      .woocommerce-account .btn.btn-secondary {
        padding: 4px 20px 3px;
        font-family: "proxima-nova", sans-serif;
        font-size: 13px;
        font-weight: 400; }
        .ie8 .woocommerce-account .btn.btn-primary,
        .ie8 .woocommerce-account .btn.btn-secondary {
          font-weight: normal; } }
  .ie8 .woocommerce-account {
    font-family: "proxima-nova", sans-serif;
    font-size: 18px;
    font-weight: 400; }
    .ie8 .ie8 .woocommerce-account {
      font-weight: normal; }
    .ie8 .woocommerce-account .site-main {
      margin: 0 40px; }
    .ie8 .woocommerce-account .btn.btn-primary,
    .ie8 .woocommerce-account .btn.btn-secondary {
      padding: 4px 20px 3px;
      font-family: "proxima-nova", sans-serif;
      font-size: 13px;
      font-weight: 400; }
      .ie8 .ie8 .woocommerce-account .btn.btn-primary,
      .ie8 .ie8 .woocommerce-account .btn.btn-secondary {
        font-weight: normal; }
  @media screen and (min-width: 900px) {
    .woocommerce-account .btn.btn-primary,
    .woocommerce-account .btn.btn-secondary {
      padding: 4px 38px 3px;
      font-family: "proxima-nova", sans-serif;
      font-size: 16px;
      font-weight: 400; }
      .ie8 .woocommerce-account .btn.btn-primary,
      .ie8 .woocommerce-account .btn.btn-secondary {
        font-weight: normal; } }
  .ie8 .woocommerce-account .btn.btn-primary,
  .ie8 .woocommerce-account .btn.btn-secondary {
    padding: 4px 38px 3px;
    font-family: "proxima-nova", sans-serif;
    font-size: 16px;
    font-weight: 400; }
    .ie8 .ie8 .woocommerce-account .btn.btn-primary,
    .ie8 .ie8 .woocommerce-account .btn.btn-secondary {
      font-weight: normal; }
  .woocommerce-account .entry-title {
    margin-bottom: .25em; }
  .woocommerce-account .entry-content {
    margin-top: 0; }

.my_account_orders {
  margin-bottom: 60px;
  font-family: "proxima-nova", sans-serif;
  font-size: 12px;
  font-weight: 400; }
  .ie8 .my_account_orders {
    font-weight: normal; }
  @media screen and (min-width: 900px) {
    .my_account_orders {
      font-size: 16px; } }
  .ie8 .my_account_orders {
    font-size: 16px; }
  .my_account_orders th {
    text-align: left;
    padding: 10px 0.5em;
    border-bottom: 1px solid #f2f2f2; }
  .my_account_orders .order td {
    padding: 10px 0.5em;
    border-bottom: 1px solid #f2f2f2; }
  .my_account_orders .order .order-number {
    width: 10%; }
  .my_account_orders .order .order-date {
    width: 20%; }
  .my_account_orders .order .order-status {
    width: 20%; }
  .my_account_orders .order .order-total {
    width: 30%; }
  .my_account_orders .order .order-actions {
    text-align: right;
    width: 20%; }
    .my_account_orders .order .order-actions a {
      background-color: #209de3;
      color: #FFF;
      font-size: 12px;
      padding: 4px 38px 3px;
      border-radius: 40px;
      border: 2px solid #209de3;
      -webkit-appearance: none;
      -webkit-transition: background-color 0.3s, color 0.3s;
      -moz-transition: background-color 0.3s, color 0.3s;
      transition: background-color 0.3s, color 0.3s;
      position: relative;
      cursor: pointer;
      background-color: #7bc143;
      border-color: #7bc143; }
      @media screen and (min-width: 900px) {
        .my_account_orders .order .order-actions a {
          font-size: 16px; } }
      .ie8 .my_account_orders .order .order-actions a {
        font-size: 16px; }
      .my_account_orders .order .order-actions a:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border: 2px solid #209de3;
        z-index: -1;
        border-radius: inherit;
        opacity: 0;
        -webkit-transform: scale3d(0.6, 0.6, 1);
        -moz-transform: scale3d(0.6, 0.6, 1);
        -ms-transform: scale3d(0.6, 0.6, 1);
        -o-transform: scale3d(0.6, 0.6, 1);
        transform: scale3d(0.6, 0.6, 1);
        -webkit-transition-property: -webkit-transform, opacity;
        -moz-transition-property: -moz-transform, opacity;
        transition-property: transform, opacity;
        -webkit-transition-duration: 0.3s, 0.3s;
        -moz-transition-duration: 0.3s, 0.3s;
        transition-duration: 0.3s, 0.3s;
        -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
        -moz-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
        transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1); }
        .ie8 .my_account_orders .order .order-actions a:before {
          border: none; }
      .my_account_orders .order .order-actions a[disabled] {
        opacity: .5;
        cursor: default;
        -webkit-transition: none;
        -moz-transition: none;
        transition: none; }
        .my_account_orders .order .order-actions a[disabled]:hover {
          background-color: #209de3;
          color: #FFF; }
      .my_account_orders .order .order-actions a:hover {
        background-color: transparent;
        color: #7bc143;
        text-decoration: none; }

.addresses {
  margin-bottom: 60px; }
  .addresses h3 {
    margin: 0 1em 0.5em 0;
    display: inline-block; }
  .addresses address {
    font-style: normal; }

.account-edit .btn-save {
  float: right;
  width: auto; }

.account-edit label {
  display: block; }

.account-edit input {
  width: 100%; }

.account-edit p.form-row {
  width: 48%;
  margin: 0 0 1em; }

.account-edit .form-row-first {
  float: left; }

.account-edit .form-row-last {
  float: right; }

.account-edit .form-row-wide {
  width: 100%; }

.account-edit fieldset {
  border: none;
  margin-top: 30px;
  padding: 60px 30px 30px;
  background-color: #eaeaea;
  position: relative; }

.account-edit legend span {
  position: absolute;
  top: 30px;
  left: 30px;
  font-family: "proxima-nova", sans-serif;
  font-size: 18px;
  font-weight: 400; }
  .ie8 .account-edit legend span {
    font-weight: normal; }

.order-info {
  font-weight: 500;
  color: #1b376a; }

#customer_login .btn-primary {
  display: block;
  float: right; }

#customer_login .form-row-wide {
  width: 100%; }
  #customer_login .form-row-wide input {
    width: 100%; }

.woocommerce-MyAccount-navigation {
  font-size: 13px;
  margin-bottom: 2em; }
  .woocommerce-MyAccount-navigation ul {
    list-style-type: none;
    margin: 0;
    padding: 0; }
    @media screen and (min-width: 900px) {
      .woocommerce-MyAccount-navigation ul li {
        display: inline-block;
        margin: 0 0.5em 0 0; }
        .woocommerce-MyAccount-navigation ul li:after {
          content: '|';
          margin-left: .5em;
          display: inline-block; }
        .woocommerce-MyAccount-navigation ul li:last-child {
          margin: 0;
          padding: 0; }
          .woocommerce-MyAccount-navigation ul li:last-child:after {
            content: ''; }
        .woocommerce-MyAccount-navigation ul li.is-active a {
          color: #1b376a; } }
    .ie8 .woocommerce-MyAccount-navigation ul li {
      display: inline-block;
      margin: 0 0.5em 0 0; }
      .ie8 .woocommerce-MyAccount-navigation ul li:after {
        content: '|';
        margin-left: .5em;
        display: inline-block; }
      .ie8 .woocommerce-MyAccount-navigation ul li:last-child {
        margin: 0;
        padding: 0; }
        .ie8 .woocommerce-MyAccount-navigation ul li:last-child:after {
          content: ''; }
      .ie8 .woocommerce-MyAccount-navigation ul li.is-active a {
        color: #1b376a; }

/* Fraction Slider */
.fraction-slider {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: visible; }

.fraction-slider .slide {
  display: none;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 5000; }

.fraction-slider .active-slide {
  z-index: 9999; }

.fraction-slider .fs_obj {
  display: block;
  display: none;
  position: absolute;
  top: 0px;
  left: 100%;
  z-index: 7000; }

.fraction-slider .fs_fixed_obj {
  z-index: 6000;
  left: 0; }

.fraction-slider .fs_obj * {
  display: inline-block;
  position: relative;
  top: 0px;
  left: 0px; }

.fs_loader {
  width: 100%;
  height: 400px;
  background: url(images/fs.spinner.gif) center center no-repeat transparent; }

/** CONTROLS **/
.fraction-slider .prev,
.fraction-slider .next {
  display: none;
  position: absolute;
  width: 45px;
  height: 45px;
  z-index: 9999; }

.fraction-slider .prev {
  left: 10px;
  top: 45%;
  background: url(images/fs.prevnext.png) 0px 0px no-repeat transparent; }

.fraction-slider .prev:hover {
  background: url(images/fs.prevnext.png) 0px -45px no-repeat transparent; }

.fraction-slider .next {
  right: 10px;
  top: 185px;
  background: url(images/fs.prevnext.png) -45px 0px no-repeat transparent; }

.fraction-slider .next:hover {
  background: url(images/fs.prevnext.png) -45px -45px no-repeat transparent; }

.fraction-slider:hover .prev,
.fraction-slider:hover .next {
  display: block; }

/** PAGER **/
.fs-pager-wrapper {
  position: absolute;
  left: 10px;
  bottom: 10px;
  z-index: 9999; }

.fs-pager-wrapper a {
  display: inline-block;
  width: 14px;
  height: 14px;
  margin: 0 5px 0 0;
  background: url(images/fs.pager.png) 0px -14px no-repeat transparent; }

.fs-pager-wrapper .active {
  background: url(images/fs.pager.png) 0px 0px no-repeat transparent; }

@media print {
  body {
    font-size: 11pt; }
  .woocommerce-demo-store {
    padding-top: 0; }
  #panel-social,
  .footer-store-locator,
  .footer-newsletter-signup,
  .footer-menu,
  .footer-legal,
  .contact-cta-email,
  .masthead-wrap,
  .woocommerce-breadcrumb,
  .demo_store {
    display: none; }
  .hentry {
    margin-bottom: 0; }
  .col2-set {
    margin: 0; }
    .col2-set::after {
      clear: both;
      content: "";
      display: table; }
    .col2-set .col-1 {
      float: left;
      width: 48%; }
    .col2-set .col-2 {
      float: right;
      width: 48%; }
  .entry-header {
    position: relative;
    height: 100px; }
    .entry-header .entry-title {
      text-align: right; }
  .entry-header:before {
    content: url("img/carbona-logo.png");
    display: block;
    width: 203px;
    height: 85px;
    position: absolute;
    top: 0;
    left: 0; }
  .order_details {
    margin: 0;
    padding: 0;
    list-style-type: none; }
  table.customer_details th {
    text-align: left; }
  .contact-cta-phone * {
    display: inline-block;
    font-size: 10pt !important;
    font-weight: normal !important;
    margin: 0 0.1em !important; } }


.woocommerce_product_description.product-description-wp ul {
    margin: 0;
    padding-left: 20px;
}

.woocommerce_product_description.product-description-wp ul li{
  margin-bottom: 1rem;
}

.footer-menu {
  padding-top: 40px;
  font-size: 10px;
  margin: auto;
  display: flex;
}

.footer-menu ul {
    max-width: 100%;
    width: 100%;
    font-family: "proxima-soft", sans-serif;
    margin: 0;
    float: none;
}

.foot-logo{
  margin: 0 !important;
}

.section.footer-section.page-section.footer-menu div {
    display: flex;
    gap: 1rem;
    justify-content: flex-end;
}

.footer-menu .ft-social {
    max-width: fit-content;
    width: fit-content;
}

.section.footer-section.page-section.footer-legal {
    padding: 0 65px;
}

#menu-footer-menu {
    max-width: 650px;
}

#main .section-inner {
    padding: 0;
}

.wpbforwpbakery_product_title.product-title-wp h1 {
    margin-top: 0;
}

.button.cb-button1 {
    display: none;
}

.wpb_text_column.wpb_content_element {
    margin-bottom: 10px;
}

.product-downloads {
    display: none;
}

.vc_row.wpb_row.vc_inner.vc_row-fluid div {
    width: fit-content;
    padding-right: 0px;
}

.woocommerce_product_description.product-description-wp ul li {
    margin-bottom: 1rem;
}