body { color: #000; }
.no-pad { padding: 0; }
.no-margin , .no-pad .et_pb_column { margin: 0;}
a.anchor,
a.anchor-page {
  position: relative;
  top: -70px;
  display: block;
  width: 0;
  height: 0;
}
a.anchor-page {
  top: -250px;
}
hr {
  margin: 30px auto;
  height: 1px;
  width: 100%;
  display: block;
  border: 1px solid #ececec;
  border-bottom: none;
}


/* HEADER FIXED */
body.et_fixed_nav #top-header,
body.et_fixed_nav #pmw-header.pmw-header-fixed-top { top: 0; padding: 10px 0; }

body.et_fixed_nav #pmw-header { top: 0; }

body.et_fixed_nav.admin-bar #top-header,
body.et_fixed_nav.admin-bar #pmw-header.pmw-header-fixed-top { top: 32px; padding: 10px 0; }
body.et_fixed_nav.admin-bar #pmw-header { top:32px; }

body.et_fixed_nav #main-header { top:130px !important; padding: 5px 0 0 0; }
body.et_fixed_nav.admin-bar #main-header { top:162px !important; }


body.et_fixed_nav #main-header.et-fixed-header { top:60px !important; padding: 0; }
body.et_fixed_nav.admin-bar #main-header.et-fixed-header { top:92px !important; padding: 0; }
body.et_fixed_nav #main-header.et-fixed-header .et_header_style_centered span.et_close_search_field { top: -6px; }
body.et_fixed_nav #main-header.et-fixed-header .et-search-field,
body.et_fixed_nav.admin-bar #main-header.et-fixed-header .et-search-field { top: -21px; }

body.et_fixed_nav #main-content,
body.et_fixed_nav.admin-bar #main-content { padding-top:135px; } /* adjust if using border-bottom on #main-header */
/*body.post-template-default.et_pb_pagebuilder_layout.et_fixed_nav #main-content {
  padding-top:0;
  margin-top: -64px;
}*/
body.et_fixed_nav.admin-bar #main-content.adjust-top { padding-top:72px; }


/* ACTIVATE IF USING #top-header
body.et_fixed_nav #pmw-header,
body.et_fixed_nav.admin-bar #pmw-header.pmw-header-fixed-top { top: 32px; }
body.et_fixed_nav.admin-bar #pmw-header { top: 64px; }

body.et_fixed_nav #main-header { top:132px !important; }
body.et_fixed_nav.admin-bar #main-header { top:164px !important; }
*/


/* HEADER FIXED IMAGE STYLES */

body.et_fixed_nav #pmw-header .header-col-left img { max-height: 78px; }
body.et_fixed_nav #pmw-header.pmw-header-fixed-top .header-col-left img { max-height: 44px; }
body.et_fixed_nav #pmw-header .header-col-center img { max-height: 60px; }
body.et_fixed_nav #pmw-header.pmw-header-fixed-top .header-col-center img {
  max-height: 46px;
  margin-top: 0;
}
body.et_fixed_nav #pmw-header .header-col-right img { max-height: 52px; }
body.et_fixed_nav #pmw-header.pmw-header-fixed-top .header-col-right img {
  max-height: 40px;
  margin-top: 0;
}
body.et_fixed_nav #pmw-header .header-col-right i {
  font-size: 40px;
  padding: 20px 0 3px 15px;
}
body.et_fixed_nav #pmw-header.pmw-header-fixed-top .header-col-right i {
  font-size: 30px;
  padding: 8px 0 3px 15px;
}



/* HEADER */

#pmw-header,
#main-header,
#pmw-header img,
#pmw-header .header-col-right img,
#pmw-header .header-col-right i,
#main-content {
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s;
}
#pmw-header {
  background: #000;
  width: 100%;
  height:130px;
  padding: 25px 0;
  position: fixed;
  z-index: 100000;
}
#pmw-header.pmw-header-fixed-top {
  height: 60px;
}
#top-header {
  background: #3a3a3a;
}
#main-header {
  background: #E6E6E6;
  /*border-bottom: 4px #3a3a3a solid;*/
}
#et_top_search span,
.et_close_search_field {
  color: #000;
}
#et_top_search span:hover {
  color: #3a3a3a;
}
.et-search-form input {
  position: absolute;
  right: 30px;
  top: 0;
  bottom: 0;
  width: 90%;
  margin: 10px auto;
  border: none;
  color: #000;
  background: rgba(255,255,255,0.40);
  border-radius: 50px;
  padding: 5px 20px;
}
.et_header_style_centered .et-search-form input, .et_header_style_centered span.et_close_search_field {
  top: 0;
}
.et_header_style_centered #top-menu > li > a {
  padding-bottom: 20px;
}
#main-header .et-search-form ::-webkit-input-placeholder { color: #333; }
#main-header .et-search-form ::-moz-placeholder {color: #333; }
#main-header .et-search-form :-ms-input-placeholder { color: #333; }
#main-header .et-search-form :-o-input-placeholder { color: #333; }

.header-col {
  float: left;
  min-height: 1;
}
.header-col-left { width: 28%; }
.header-col-center { width: 48%; }
.header-col-right { width: 24%; }

.header-col-right a {
  float: left;
}

/* HEADER NAVIGATION */
#top-menu a,
#top-menu li.current-menu-item > a,
#top-menu li.current-menu-ancestor > a {
  color: #000;
}
#top-menu a:hover,
#top-menu li.current-menu-item > a:hover {

}
#top-menu li li {
  margin: 0;
  padding: 0;
  width:100%;
}
#top-menu li li a {
  width: auto;
  padding: 10px 18px;
  white-space: nowrap;
}
#top-menu li li a:hover {
background: #fff;
opacity: 1;
}
.nav li ul {
  position: absolute;
  padding: 0;
  visibility: hidden;
  z-index: 9999;
  width: auto;
  border-top: none;
  opacity: 0;
  background: #E6E6E6;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  min-width: 200px;
  left: -20px;
}
.mobile_menu_bar:before {
  color: #51626F;
}
.mobile_menu_bar:hover:before {
  opacity: 0.7;
}
.et_mobile_menu {
  display: none;
  visibility: visible;
  position: absolute;
  z-index: 9999;
  left: 0;
  width: 100%;
  padding: 5px;
  border-top: none;
  opacity: 1;
  background: #fff;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}
.mobile_nav.closed span {
  color: #fff !important;
}
.et_header_style_centered .mobile_nav .select_page, .et_header_style_split .mobile_nav .select_page,
.mobile_menu_bar:before {
  color: #fff;
}
.et_mobile_menu li.menu-item-has-children > a:after {
  position: absolute;
  top: 10px;
  right: 10px;
  font-family: "ETmodules";
  font-size: 26px;
  font-weight: 800;
  content: "3";
}
.et_mobile_menu li a {
  display: block;
  padding: 10px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.03);
  color: #666;
}
#main-header .et_mobile_menu li ul,
.et_mobile_menu li li {
  padding-left: 0;
}
.et_mobile_menu li a {
  padding-left: 10px;
}
.et_mobile_menu li li a {
  padding-left: 30px;
}

/* FONTS */
.text-center,
.text-center .header-content {
  text-align: center;
}
.text-left { text-align: left; }
.text-right { text-align: right; }

sup {
  bottom: 0.5em;
  font-size: 70%;
}
a, .posted_in a {
  color: #C1CC23;
  text-decoration: none;
}
a:hover,
.posted_in a:hover {
  color: #949c1b;
}
.et_pb_bg_layout_dark a {
  color: #e5e5e5;
}
.et_pb_bg_layout_dark a:hover { opacity: 1; }
h1 {
  color: #000;
  font-size: 38px;
  line-height: 1.33;
  font-weight: 700;
  padding-bottom: 5px;
}
h1#comments { font-size: 16px; }
h2 {
  color: #000;
  font-size: 36px;
  line-height: 1.33;
  font-weight: 700;
  padding-bottom: 5px;
}
h3 {
  color: #000;
  font-size: 30px;
  line-height: 1.2em;
}
h4 {
  font-size: 26px;
  color: #C1CC23;
  padding-bottom: 20px;
  line-height: 1.2;
}
h5 {
  font-size: 24px;
  color: #000;
}
.et_pb_promo p, .et_pb_promo li,
.et_pb_text p, .et_pb_text li, .et_pb_slide li,
.et_pb_text div {
  font-size: 18px;
  line-height: 1.6;
}
p.lead {
  color: #C1CC23; /*005488*/
  font-size: 22px;
  line-height: 1.5;
  font-weight: 600;
}
.blog-post p.lead { color: #000; }
.et_pb_module.et_pb_bg_layout_dark p.lead { color: #fff; }

p.price { padding-bottom: 15px; }
.et_pb_text h2 { padding-bottom: 20px; }
.et_pb_text p { padding-bottom: 30px; }
.et_pb_text .contact-details div { padding-bottom: 15px; }
#contact-details p { padding-bottom: 5px; }
#contact-details p a, .footnote p a { color: #003f55; }
#contact-details p a:hover, .footnote p a:hover {
  color: #C1CC23;
  text-decoration: underline;
}
.et_pb_text p a, .et_pb_text li a, #contact-details p a, .footnote p a, div a.link {
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s;
  color: #000;
  text-decoration: underline;
}
.et_pb_text p.lead a, .et_pb_text .green a,
.et_pb_text p a:hover, .et_pb_text li a:hover, #contact-details p a:hover, .footnote p a, div a:hover.link {
  color: #C1CC23;
}
blockquote { border-color: #eee; }

.et_pb_text li {
  color: #000;
  padding-bottom: 5px;
}
.et_pb_text p strong,
.et_pb_text li strong
.et_pb_text div strong {
  color: #000;
}
p.small { font-size: 85%; }
.footnote p { font-size: 14px; }

.entry-content ul,
.entry-content ol,
#left-area ol {
  padding: 0 0 20px 30px;
  line-height: 26px;
  list-style-type: disc;
}
.et_pb_text ul, .et_pb_text ol {
  padding-bottom: 20px;
}
#left-area ul, .entry-content ul, .entry-content ol,
.comment-content ul,
body.et-pb-preview #main-content .container ul {
  padding: 0 0 23px 30px;
  line-height: 26px;
  list-style-type: disc;
}
#left-area ol, .entry-content ol {
  list-style-type: decimal;
  list-style-position:inherit;
}

#left-area ul.fa-checklist, .entry-content ul.fa-checklist, .entry-content ol.fa-checklist,
#left-area ul.ul-icon, .entry-content ul.ul-icon, .entry-content ol.ul-icon {
  padding-left: 10px;
}
.fa-checklist li,
.ul-icon li {
  list-style: none;
}
.ul-icon li .fa {
  color: #fae82e;
  margin-right: 3px;
}
.fa-checklist li::before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  color: #C1CC23;
  margin-right: 5px;
  content: "\f00c";
}



/* TEXT COLOURS */

.white { color:#fff !important; }
.black { color:#000 !important; }
.gold, .yellow { color:#FFE600 !important; }
.navy { color:#005488 !important; }
.cyan { color:#00A7E0 !important; }
.green { color:#C1CC23 !important; }
.olive { color:#a49a00 !important; }
.text-shadow { text-shadow: 0 1px 3px rgba(0, 0, 0, 0.8); }
.no-text-shadow { text-shadow: none !important; }

.white-text, .white-text h1, .white-text h2, .white-text h3, .white-text h4, .white-text h5, .white-text h6, .white-text p, .white-text li, .white-text p.lead, .white-text strong, .white-text p strong {
  color:#fff;
}


/* DISPLAYER */
.displayer {
  margin-top: 0;
  background-position: top center !important;
  height: 440px;
  padding: 3% 0 3% 0 !important;
}
.banner {
  background-position: top center !important;
  min-height: 100px;
  padding: 20px 0 10px 0 !important;
}
.banner-lg {
  padding: 40px 0 40px 0 !important;
  background-position: top !important;
  min-height: 300px;
}
.displayer hr {
  height: 0;
  margin: 20px 0;
  border: 0;
  border-top: 1px solid #f2f2f2;
  width: 80%;
}
.displayer .text-center hr {
  margin: 20px auto;
  width: 90%;
}
.displayer h1 {
  font-size: 540%;
  font-weight: 300;
}
.banner h1 { font-size: 330%; }
.displayer h4,
.banner h4 {
  font-size: 280%;
  margin: 0 0 10px 0;
  letter-spacing: 0;
}
.displayer p,
.banner p {
  line-height: 1.44;
  letter-spacing: 0;
}
.displayer .et_pb_fullwidth_header .et_pb_fullwidth_header_container.center .header-content {
  width: 100%;
  max-width: inherit;
  margin: 20px auto;
}
.banner p.lead { font-size: 21px; }
.banner p { font-size: 18px; }
.banner .et_pb_bg_layout_light p { color:#000; }
.banner .et_pb_bg_layout_dark p { color:#fff; }

.banner p.et_pb_title_meta_container {
  padding-bottom: 5px;
  font-weight: 500;
}


/* FOOTER BANNER */
.footer-banner.et_pb_section {
  padding: 50px 0;
}


/* SLIDER */
.slider-text-left,
.slider-text-right {
  width: 60%;
  display: block;
}
.slider-text-left { float: left; }
.slider-text-right { float: right; }

.et_pb_slide {
  padding: 0;
}
.et_pb_slide_description {
  padding: 20px 10px;
}
.et_pb_slider, .et_pb_slider .et_pb_container,
.et_pb_slider, .et_pb_slider .et_pb_slide {
  height: 480px;
}
.et_pb_slider .et_pb_slide_description {
  position: relative;
  top: 20%;
  padding-top: 30px !important;
  padding-bottom: 20px !important;
  height:auto;
}

/* CTA BLURB */
#cta-home .et_pb_main_blurb_image {
  margin-bottom: 0;
}
#cta-home .et_pb_blurb_container {
  padding-bottom: 0;
  background: #C1CC23;
  /*background: url(/wp-content/themes/Divi-child/images/bg-cta-arrow.png) no-repeat right #C1CC23;*/
  padding: 15px 10px;
  margin-top: -6px;
  min-height: 70px;
}
#cta-home .et_pb_blurb_content:hover {
  opacity: 0.9;
}
#cta-home .et_pb_blurb h4 {
  padding-top: 8px;
  padding-bottom: 0;
  font-size: 120%;
  color: #fff;
  font-weight: 600;
}
#cta-home .et_pb_blurb a:hover { color: #fff; }


/* TESTIMONIAL BLURB */

.testimonial-blurb.et_pb_testimonial:before {
  color: #d2da7f;
  background: #fff;
}
.testimonial-blurb p {
  font-weight: 400;
  font-size: 15px;
}
.testimonial-blurb-lg p {
  font-weight: 300;
  font-size: 18px;
}
.testimonial-blurb p,
.testimonial-blurb .et_pb_testimonial_author {
  color: #000;
  padding-bottom: 0;
}

/* GALLERY */
#brands-gallery,
.gallery-center-block {
  text-align: center;
}
#brands-gallery img,
.gallery-center-block img {
  height: auto;
  width: auto;
  max-width: 100%;
  margin: 5px 15px;
}
#brands-gallery .et_pb_module,
.gallery-center-block .et_pb_module  {
  display: inline-block;
}
.divider-top {
  border-top: #eee 1px solid;
  padding-top: 2%;
}
.et_pb_space {
  border: none;
  border-top: #eee 1px solid;
}

/* LOGOS GRID */
.logos-grid img {
  margin: 0 auto;
}



/* BACKGROUNDS */
.bg-cyan { background: #C1CC23; }
.bg-yellow { background: #ffe600; }
.bg-navy { background: #005488; }

.bg-banner-right { background-position: right; }
.bg-contact-us { background-position: top center; }
.bg-contact-us-sm { background-position: top right; }

.bg-bottom-center { background-position: bottom center !important; }
.bg-bottom-right { background-position: bottom right !important; }
.bg-bottom-left { background-position: bottom left !important; }
.bg-bottom { background-position: bottom !important; }
.bg-top-center { background-position: top center !important; }
.bg-top-right { background-position: top right !important; }
.bg-top-left { background-position: top left !important; }
.bg-top { background-position: top !important; }
.bg-center { background-position: center !important; }

.bg-cover { background-size: cover !important; }
.bg-fixed { background-attachment: fixed; }



/* FORMS */
.white-input .et_pb_contact p input, .et_pb_contact p textarea {
  width: 100%;
  padding: 16px;
  border: 1px solid #eee;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  color: #999;
  background-color: #fff;
  font-size: 14px;
}

/* Contact Form */
.et-pb-contact-message p ,
.et-pb-contact-message li {
  font-weight: 500 !important;
  color: #80A1B6;
  font-size: 19px;
  margin-bottom: 10px;
}
.et-pb-contact-message ul {
  margin-left: 35px;
  padding-bottom: 5px;
  margin-top: 0;
}
.et-pb-contact-message li {
  font-size: 17px !important;
  color: #80A1B6;
}

/* Contact Form 7 */
#contact-form label {
  font-size: 16px;
  font-weight: 300;
}
.white-text #contact-form label {
  font-weight: 400;
}
#contact-form input[type=text],
#contact-form input[type=password],
#contact-form input[type=tel],
#contact-form input[type=email],
#contact-form input[type=date],
#contact-form input.text,
#contact-form input.title,
#contact-form textarea,
#contact-form select {
  padding: 10px;
  border: 1px solid #e4e4e4;
  color: #4e4e4e;
  background-color: #fff;
  width: 100%;
  font-size: 18px;
  margin-bottom: 4px;
  margin-top: 4px;
  font-weight: 400;
  border-radius: 2px;
}
#contact-form [type="submit"] {
  padding: 15px;
  font-weight: 700;
  margin-top: 15px;
  font-size: 22px;
  border-radius:2px;
  text-shadow: none;
  box-shadow: none;
  color: #fff;
  border-color: #ADCC23;
  background-color: #ADCC23;
  width: 100%;
  border: none;
}
#contact-form [type="submit"]:hover {
  border-color: #b7d825;
  background-color: #b7d825;
}
#contact-form textarea {
  height: 150px;
}
#contact-form span.wpcf7-not-valid-tip {
  color: #ADCC23;
  font-size: 1em;
  display: block;
  font-weight: 600;
}
#contact-form div.wpcf7-mail-sent-ok {
  border: 2px solid #2ea3f2;
  color: #fff;
  background: #2ea3f2;
  font-weight: 600;
}
#contact-form div.wpcf7-response-output {
  margin: 0 0 20px 0;
  padding: 7px 15px;
}
#contact-form div.wpcf7-validation-errors {
  border: 2px solid #f7e700;
  background: #fefde5;
  color: #333;
  font-weight: 400;
}
#contact-form div.wpcf7-spam-blocked {
  border: 2px solid #ffa500;
  background: #fff6e5;
  color: #333;
  font-weight: 400;
}
#contact-form p {
  margin-bottom: 0;
  padding-bottom: 10px;
}


/* BUTTONS */
.btn,
.form-submit .et_pb_button,
.et_pb_bg_layout_light.et_pb_module.et_pb_button,
.et_pb_module .et_pb_button,
.et_pb_button,
.et_pb_bg_layout_light.et_pb_button {
  color: #fff;
  border-color: #1A1A1A;
  background-color: #1A1A1A;
  margin-bottom: 0.25em;
  text-shadow: none;
  box-shadow: none;
  border-radius:2px;
  border: 2px solid #1A1A1A;
  padding: 6px 15px;
  cursor: pointer;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.7em;
  text-decoration: none !important;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  display: inline-block;
}
.btn-cta {
  line-height: 1.22 !important;
  text-align: left !important;
  min-height: 80px;
  border-radius:3px;
  border: 2px solid;
}
.btn-cta,
.btn-cta:hover {
  padding: 12px 30px 12px 15px !important;
}
#main-right-column .et_pb_module {
  margin-bottom: 10px;
}
#main-right-column .et_pb_module.testimonial-blurb {
  margin-bottom: 40px;
  margin-top: 25px;
}

.btn-cta:after {
  position: absolute;
  margin-left: 0;
  opacity: 1;
  font-size: 32px;
  line-height: 1em !important;
  content: "\35";
  top: 17%;
  right: 5px;
}

.btn, .et_pb_button,
.form-submit .et_pb_button {
  font-weight: 700;
}
.et_pb_text p a.btn,
.et_pb_widget a.btn,
.et_pb_text div a.btn {
  color: #fff;
}
.btn:hover,
.form-submit .et_pb_button:hover,
.et_pb_module .et_pb_button:hover,
.et_pb_button:hover,
.et_pb_bg_layout_light.et_pb_button:hover {
  color: #fff;
  border-color: #404040;
  background-color: #404040;
  text-shadow: none;
  box-shadow: none;
  border-radius:2px;
  padding: 6px 35px 6px 15px;
}
.et_pb_module .et_pb_button:hover,
.et_pb_button:hover,
.et_pb_bg_layout_light.et_pb_button:hover {
  padding: 6px 15px;
  color: #fff;
}

.et_pb_bg_layout_light.et_pb_button.btn-content,
.et_pb_bg_layout_light.et_pb_button.btn-news,
.et_pb_button.comment-reply-link {
  border: 2px solid #C1CC23;
  margin-bottom: 0.2em !important;
}
.et_pb_bg_layout_light.et_pb_button.btn-content:hover,
.et_pb_bg_layout_light.et_pb_button.btn-news:hover,
.et_pb_button.comment-reply-link:hover {
  border: 2px solid #C1CC23;
  background: #C1CC23;
}



.bg-yellow .et_pb_button, .bg-yellow .et_pb_button:hover,
.bg-yellow .et_pb_promo_button, .bg-yellow .et_pb_promo_button:hover,
.bg-yellow .et_pb_module.et_pb_button, .bg-yellow .et_pb_module.et_pb_button:hover {
  display: inline-block;
  color: #001E40;
}

.btn-lg {
  padding: 6px 15px;
  font-size: 26px;
}
.btn-lg:hover {
  padding: 6px 35px 6px 15px;
}

.btn:after {
  font-family: "ETmodules" !important;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1;
  text-transform: none;
  speak: none;
  position: absolute;
  margin-left: -1em;
  opacity: 0;
  font-size: 32px;
  line-height: 32px;
  content: "\35";
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.btn.no-after:after, .btn-lg.no-after:after { content: none !important; }
.btn.no-after:hover { padding: 6px 22px !important; }
.btn-sm.no-after:hover { padding: 6px 16px !important; }
.btn-lg.no-after:hover { padding: 6px 15px; }

button.btn-lg:after {
  font-size: 36px;
  line-height:44px;
}
a.btn-lg:after {
  font-size: 36px;
  line-height:34px;
}
.btn:hover:after {
  margin-left: 0;
	opacity: 1;
}
.btn-sm:after { line-height: 26px; }
.comment-form .form-submit .et_pb_button:after {
  line-height: 25px;
}

.et_pb_text p a.btn-lg,
.et_pb_widget a.btn-lg,
.et_pb_text div a.btn-lg {
  line-height:33px;
  text-decoration: none;
}

.btn-sm,
.comment-form .form-submit .et_pb_button {
  margin-bottom: 0.25em;
  padding: 6px 16px;
  font-size: 17px;
}

.et_pb_contact_submit.et_pb_button {
  margin: 0;
  padding: 6px 15px 6px 15px;
  border-radius: 2px;
  background: #C1CC23;
  border-color: #C1CC23;
  font-weight: bold;
}


.btn-inverse {
  border: 2px solid #fff;
  background: rgba(255, 255, 255, 0.2);
}
.btn-inverse:hover {
  border-color: rgba(255, 255, 255, 0.4);
  background: rgba(255, 255, 255, 0.9);
  color: #51626F;
}
.btn-inverse.btn-primary {
  border: 2px solid #fff;
  background: transparent;
}
.btn-inverse.btn-primary:hover {
  border-color: #fff;
  background: #fff;
  color: #404040;
}
.btn-inverse.btn-primary:after,
.btn-inverse.btn-primary i.fa {
  color: #404040;
}

.btn-success { /* button color - GREEN */
  border-color: #ADCC23;
  background-color: #ADCC23;
}
.et_pb_bg_layout_light .et_pb_button.btn-success:hover,
.btn-success:hover {
  border-color: #b7d825;
  background-color: #b7d825;
}
.btn-primary { /* button color - BLACK */
  color: #fff;
  border-color: #1A1A1A;
  background-color: #1A1A1A;
}
.et_pb_bg_layout_light .et_pb_button.btn-primary:hover,
.btn-primary:hover {
  color: #fff;
  border-color: #404040;
  background-color: #404040;
}
.btn-primary:after,
.btn-primary i.fa {
  color: #ADCC23;
}
.btn-info { /* button color - LIGHT GREEN */
  color: #1A1A1A;
  border-color: #D2DA7F;
  background-color: #D2DA7F;
}
.et_pb_bg_layout_light .et_pb_button.btn-info:hover,
.btn-info:hover {
  color: #1A1A1A;
  border-color: #e1ea88;
  background-color: #e1ea88;
}
.btn-default {  /* button color - SILVER */
  color: #1A1A1A;
  border: 1px solid #F2F2F2;
  background-color: #F2F2F2;
}
.et_pb_bg_layout_light .et_pb_button.btn-default:hover,
.btn-default:hover {
  color: #1A1A1A;
  border: 1px solid #F2F2F2;
  background-color: #fcfcfc;
}
.btn-warning { /* button color - GOLD */
  border-color: #FEC446;
  background-color: #FEC446;
}
.et_pb_bg_layout_light .et_pb_button.btn-warning:hover,
.btn-warning:hover {
  border-color: #fed044;
  background-color: #fed044;
}

.btn-danger { /* button color - MOSS */
  border-color: #637100;
  background-color: #637100;
}
.et_pb_bg_layout_light .et_pb_button.btn-danger:hover,
.btn-danger:hover {
  border-color: #798a00;
  background-color: #798a00;
}
.product .related h2 {
  font-size: 19px !important;
}


.btn-full {
  width:100%;
  display: block;
  text-align: center;
}

/* WOO COMMERCE SHOP */
.et-cart-info { display: none; }
.et_shop_image {
  height: 220px !important;
}
.et_overlay:before {
  color: #C1CC23;
}

.product_title.entry-title {
  padding-bottom: 0 !important;
}
.woocommerce-MyAccount-navigation li {
  font-size: 16px;
}
.woocommerce-product-details__short-description p {
  font-size: 19px;
  padding-bottom: 30px;
}
.woocommerce div.product p.price,
.woocommerce-page div.product p.price,
.woocommerce div.product form.cart,
.woocommerce-page div.product form.cart,
.woocommerce ul.products li.product .price,
.woocommerce-page ul.products li.product .price {
  display: none;
}
p.buttons,
.woocommerce-product-details__short-description p.buttons {
  line-height: 0.3;
}
#left-area ol.flex-control-thumbs {
  padding: 0
}
.woocommerce div.product div.images .flex-control-thumbs li img {
  border: 1px solid #d2d2d2;
  padding: 1px;
}
.woocommerce-tabs h2 {
  font-size: 30px;
  padding-bottom: 10px;

}
.woocommerce-tabs,
.woocommerce-tabs p,
.woocommerce-tabs li {
  font-size: 16px;
  line-height: 1.8;
}
.woocommerce-tabs ul {
  padding-top: 10px;
}
.woocommerce input.button, .woocommerce-page input.button {
  color: #C1CC23;
  border-color: #C1CC23;
}
.woocommerce input.button:hover,
.woocommerce-page input.button:hover {
  color: #fff;
  border-color: #C1CC23;
  background-color: #C1CC23;
}
.woocommerce-message a.button.wc-forward {
  border: none;
  background: #C1CC23;
  color: #fff !important;
}
.woocommerce #respond input#submit.disabled:hover, .woocommerce #respond input#submit:disabled:hover, .woocommerce #respond input#submit:disabled[disabled]:hover, .woocommerce a.button.disabled:hover, .woocommerce a.button:disabled:hover, .woocommerce a.button:disabled[disabled]:hover, .woocommerce button.button.disabled:hover, .woocommerce button.button:disabled:hover, .woocommerce button.button:disabled[disabled]:hover, .woocommerce input.button.disabled:hover, .woocommerce input.button:disabled:hover, .woocommerce input.button:disabled[disabled]:hover {
  color: #939393;
}
.woocommerce-cart table.cart td.actions .coupon .input-text {
  width: 170px;
  margin-right: 10px;
  padding: 6px 12px;
  border: #d3d3d3 solid 2px !important;
}
.woocommerce .quantity input.qty, .woocommerce-page .quantity input.qty, .woocommerce #content .quantity input.qty, .woocommerce-page #content .quantity input.qty, .woocommerce-cart table.cart td.actions .coupon .input-text {
  color: #333!important;
  background-color: #eee !important;
  font-weight: 500 !important;
}
.woocommerce-cart table.cart td.actions .coupon .input-text,
.woocommerce-cart table.cart td.actions .coupon .button {
  height: 50px;
  font-size: 20px!important;
}
.coupon .input-text::-webkit-input-placeholder { color: #d3d3d3 !important; }
.coupon .input-text::-moz-placeholder {color: #d3d3d3 !important; }
.coupon .input-text:-ms-input-placeholder { color: #d3d3d3 !important; }
.coupon .input-text:-o-input-placeholder { color: #d3d3d3 !important; }

.woocommerce-message a.button.wc-forward:hover {
  border: none;
  background: #C1CC23;
}
.comment-reply-link:hover, .form-submit .et_pb_button:hover, .et_password_protected_form .et_submit_button:hover, .woocommerce a.button.alt:hover, .woocommerce-page a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce-page button.button.alt:hover, .woocommerce input.button.alt:hover, .woocommerce-page input.button.alt:hover, .woocommerce #respond input#submit.alt:hover, .woocommerce-page #respond input#submit.alt:hover, .woocommerce #content input.button.alt:hover, .woocommerce-page #content input.button.alt:hover, .woocommerce a.button:hover, .woocommerce-page a.button:hover, .woocommerce button.button:hover, .woocommerce-page button.button:hover, .woocommerce input.button:hover, .woocommerce-page input.button:hover, .woocommerce #respond input#submit:hover, .woocommerce-page #respond input#submit:hover, .woocommerce #content input.button:hover, .woocommerce-page #content input.button:hover {
  color: #fff;
  border-color: #C1CC23;
  background-color: #C1CC23;
}
.woocommerce #respond input#submit, .woocommerce-page #respond input#submit, .woocommerce #content input.button, .woocommerce-page #content input.button, .woocommerce-message, .woocommerce-error, .woocommerce-info {
  background: #f2fbfe !important;
  border-radius: 3px;
}
.woocommerce-message, .woocommerce-error, .woocommerce-info {
  padding: 15px !important;
  margin: 0 0 15px 0;
  border: none !important;
  color: #2ea3f2 !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  text-shadow: none !important;
}
.woocommerce-message, .woocommerce-error, .woocommerce-info, .woocommerce-error li {
  font-size: 16px !important;
}
.woocommerce-error a, .woocommerce-info a, .woocommerce-message a {
  color: #2ea3f2 !important;
  text-decoration: underline;
}
.woocommerce-error a:hover, .woocommerce-info a:hover, .woocommerce-message a:hover { color: #949c1b; }
.woocommerce a.remove {
  display: block;
  font-size: 1.5em;
  height: 1em;
  width: 1em;
  text-align: center;
  line-height: 1;
  border-radius: 100%;
  color: #ffe600 !important;
  text-decoration: none;
  font-weight: 700;
  border: 0;
}
.woocommerce a.remove:hover {
  color: #fff !important;
  background: #ffe600;
}
#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {
  background: #f4f2f4;
  border-radius: 5px;
}
.et_shop_image {
  border: 1px solid #eee;
  height: 190px;
  overflow: hidden;
  border-radius: 2px;
}
.woocommerce-product-gallery__image {
  border: 1px solid #eee;
}

/* WOOF SEARCH FILTER */
button.woof_submit_search_form,
button.woof_reset_search_form,
.woocommerce button.button.woof_submit_search_form,
.woocommerce button.button.woof_reset_search_form {
  color: #666;
  border: 1px solid #F2F2F2;
  background-color: #F2F2F2;
  font-size: 15px;
  padding: 6px 13px;
  width: 100%;
  text-transform: uppercase;
  font-weight: 500;
  margin-bottom: 10px;
  border-radius: 3px;
  cursor: pointer;
}
button.woof_reset_search_form:hover,
.woocommerce button.button.woof_reset_search_form:hover {
  color: #666;
  border: 1px solid #F2F2F2;
  background-color: #fcfcfc;
}
button.woof_submit_search_form:hover:after,
.woocommerce button.button.woof_submit_search_form:hover:after,
.woocommerce button.button.woof_reset_search_form:hover:after {
  opacity: 0;
}
button.woof_submit_search_form,
.woocommerce button.button.woof_submit_search_form {
    color: #fff;
    border-color: #1A1A1A;
    background-color: #1A1A1A;
}
button.woof_submit_search_form:hover,
.woocommerce button.button.woof_submit_search_form:hover {
  color: #fff;
  border-color: #404040;
  background-color: #404040;
}

.woof .widget_price_filter .price_slider_wrapper .ui-widget-content {
  background: none repeat scroll 0 0 #d5d5d5;
  border-radius: 1em;
  width: 100%;
}
.woof .widget_price_filter .ui-slider .ui-slider-range {
  background-color: #C1CC23;
  border: 0 none;
  border-radius: 1em;
  display: block;
  font-size: 0.7em;
  position: absolute;
  z-index: 1;
}
.woof .widget_price_filter .ui-slider .ui-slider-handle {
  background-color: #C1CC23;
  border-radius: 1em;
  border: 1px solid #999;
  cursor: ew-resize;
  height: 1em;
  margin-left: -0.5em;
  outline: 0 none;
  position: absolute;
  top: -0.3em;
  width: 1em;
  z-index: 2;
}

.woof_list li {
  list-style: none !important;
  padding: 0 !important;
  margin: 0 !important;
  white-space: nowrap;
}
.woof_list label {
  font-size: 16px;
}
.woof_sid_auto_shortcode.woof,
.entry-content .woof_block_html_items ul {
  padding: 0;
}
.woof_sid_auto_shortcode {
  background: #fff;
  border: none;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 2px;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: none;
  margin-bottom: 11px;
  clear: both;
}

.widget_price_filter .price_label,
.chosen-container .chosen-results li,
.chosen-container-single .chosen-single span {
  font-size: 16px;
  font-weight: 400;
}
.price_slider_wrapper {
  width: 200px;
}
.chosen-container {
  width: 218px !important;
}
body.search-results #left-area { width: 100%; }
body.search-results #sidebar { display: none; }
body.search-results #left-area article {
  font-size: 18px;
  line-height: 1.66;
}
body.search-results #left-area .pagination { font-size: 18px; }

/* PANELS */

.panel-body i.fa {
  color: #222222;
  padding-left: 5px;
}
.fa-bathtub {
  width: 22px;
  height: 19px;
  background: url(/wp-content/uploads/2018/02/bathtub.png) no-repeat bottom transparent;
  background-size: cover;
  margin-right: 6px !important;
}
.fa-studytable {
    width: 26px;
    height: 22px;
    background: url(/wp-content/uploads/2018/02/studytable.png) no-repeat bottom transparent;
    background-size: cover;
    margin-right: 6px !important;
}

/* IMAGES */
.img-responsive {
  margin: 10px auto;
  max-width: 100%;
  display: block;
}
.awards .et_pb_main_blurb_image {
  margin-bottom: 0;
}

/* VIDEOS */
.video-box-center {
  width: 500px;
  margin: 0 auto;
  display: block;
}
.video-box-center.video-full-width {
  width: 100%;
}
.et_pb_video_play {
  opacity: 0.8;
}
a.et_pb_video_play:hover,
.et_pb_video .et_pb_video_overlay_hover:hover a.et_pb_video_play {
  color: #ADCC23;
  opacity: 1.0;
}
.video-outer-glow {
  -moz-box-shadow: 0 0 4px 2px #7e7e7e;
  -webkit-box-shadow: 0 0 4px 2px #7e7e7e;
  box-shadow: 0 0 18px 2px #7e7e7e;
}

/* TABLE */
.table {
  width: 100%;
  margin:0;
}
.table,
.table p {
  font-size: 16px;
  margin: 0;
}
.table tr td {
  padding: 6px 12px;
  border-top: 1px solid #eee;
}
.table tr:last-child td {
  border-bottom: 1px solid #eee;
}
.table-sm,
.table-sm p {
  font-size: 15px;
}
.table-sm tr th,
.table-sm tr td,
.table-bordered tr th,
.table-bordered tr td {
  padding: 4px 20px;
}
.table tr th {
  background: #333333;
  border: #333333 1px solid;
}
.table tr th,
.table tr th p,
.table tr th p strong {
  color: #fff;
}
.table-hover tr:hover td {
  background: #f8f8f8;
}
.table-hover tr.no-hover:hover td {
  background: none;
}
.table-bordered tr th {
  border: 1px solid #333333;
}
.table-bordered tr td {
  border: 1px solid #eee;
}
.table-valign-top td {
  vertical-align: top;
}
.table a {
  color: #000;
  font-weight: 400;
}


/* NEWSLETTER FORM */
#newsletter-form .et_contact_bottom_container {
  float: none;
  overflow: hidden;
  margin-top: 0;
  text-align: center;
}
#newsletter-form p.et_pb_contact_field {
  margin-bottom: 3%;
  padding: 0;
}

/* CONTACT FORM */
.et_pb_contact_form {
  margin-left: 0;
}
.et-pb-contact-message p ,
.et-pb-contact-message li {
  font-weight: 500 !important;
  color: #003f55;
  font-size: 15px;
  margin-bottom: 10px;
}
.et-pb-contact-message ul {
  margin-left: 10px;
  padding-bottom: 5px;
  margin-top: 0;
}
.et-pb-contact-message li {
  font-size: 15px !important;
  color: #003f55;
  line-height: 20px;
}
.et_pb_contact p .et_contact_error {
  border: 1px solid #ffe600 !important;
  background-color: #fffce5 !important;
}
p.et_pb_contact_field {
  padding: 0;
}


/* MAIN CONTENT */
#main-content .container {
  padding-top: 30px;
}
.et_pb_section.et_pb_fullwidth_section {
  padding: 0 !important;
}
@media (min-width: 981px) {
  #main-left-column {
    width: 73%;
    margin-right: 2%;
  }
  #main-right-column { width: 25%; }
}


/* BLOG POST */
.single.et_pb_pagebuilder_layout.et_full_width_page .et_post_meta_wrapper {
  display: none;
}
.more-link {
  text-transform: capitalize;
  font-weight: 700;
}
.nav-single a {
  color: #C1CC23;
  font-weight: 600;
  font-size: 16px;
}
.et_pb_post h2 {
  margin-top:0;
}
.blog-post hr { margin: 20px auto 40px auto; }


/* FOOTER */
#footer-bottom {
  background: #000000;
}
#footer-bottom .et-social-icon a:hover,
#footer-bottom #footer-info a:hover {
  color:#C1CC23;
}
#main-footer {
  background: #C1CC23;
  border-top: 4px solid #ffffff;
}
#footer-bottom #footer-info a { color: #666; }

#footer-widgets .footer-widget li {
  position: relative;
  padding-left: 0;
}
#footer-widgets .footer-widget li:before {
  content: none;
}
#footer-widgets .footer-widget ul.sub-menu {
  padding-top: 6px;
}
#footer-widgets .footer-widget,
#footer-widgets .footer-widget li a {
  color: #000;
}
#footer-widgets .footer-widget li a:hover {
  color: #3a3a3a;
}
#footer-widgets h4,
#footer-widgets strong,
#main-footer .footer-widget h4 {
  color: #000;
  font-size: 16px;
  line-height: 1.2;
}
#footer-widgets h4 {
  color: #002341;
  font-weight: bold;
}
#footer-widgets li,
#footer-widgets p {
  font-size: 14px;
  line-height: 1.7;
}
#footer-widgets p {
  margin-bottom: 10px;
}


/* ======== MEDIA QUERY ======== */

@media (max-width: 1360px) {
  .chosen-container {
    width: 180px !important;
  }
  .price_slider_wrapper {
    width: 160px;
  }
}
@media (max-width: 1240px) {
  .et_shop_image {
    height: 180px !important;
  }
  .woocommerce-page.columns-3 ul.products li.product,
  .woocommerce.columns-3 ul.products li.product {
    height: 200px;
  }
}
@media (max-width: 1230px) {
  .footer-banner h2 { font-size: 32px; }
  .footer-banner p.lead { font-size: 20px; }
}
@media (min-width: 981px) {
  #cta-home .et_pb_column_1_4 { width: 23%; }
  #cta-home .et_pb_column { margin-right: 2%; }

  #brands-gallery .et_pb_module,
  .gallery-center-block .et_pb_module {
    margin-bottom: 0 !important;
  }
  .et_fullwidth_nav #main-header .container {
    width: 100%;
    max-width: 100%;
    padding-right: 20px;
    padding-left: 20px;
  }
  .et_pb_section {
    padding: 2% 0;
  }
  .et_pb_column_4_4.et_pb_column_1 .et_pb_video {
    width: 80%;
    margin: 0 auto;
  }
  .et_pb_column.col-50 { width: 50%; }

  #cta-home .et_pb_column_1_4 { width: 24%; }
  #cta-home .et_pb_column { margin-right: 1%; }

  .nav-previous, .nav-next { width: 50%; }
  .nav-next { text-align: right; }
}
@media (max-width: 1120px) {
  .chosen-container {
    width: 150px !important;
  }
  .price_slider_wrapper {
    width: 135px;
  }
  .slider-text-right { width: 66%; }
}

@media (min-width: 1200px) {
  #cta-home .et_pb_blurb h4 {
    font-size: 20px;
  }
}
@media (max-width: 1182px) {
  .header-col-center { width: 43%; }
  .header-col-right { width: 29%; }
}
@media (min-width: 1000px) {
  .btn-cta:after { top: 25%; }
}
@media (min-width: 1280px) {
  .btn-cta.btn-sm,
  .btn-cta.btn-sm:hover {
    padding: 24px 24px 24px 15px !important;
  }
}

@media (min-width: 981px) and (max-width: 1250px) {
  #cta-home .cta-lg.et_pb_blurb h4,
  #cta-home .cta-lg.et_pb_blurb h4 a {
    line-height: 1.3em;
  }
}
@media (max-width: 980px)  { /* START of collapsed menu */
  #pmw-header { display: none; }
  #main-header,
  #main-header.et-fixed-header {
    top:0 !important;
    background: #000;
  }
  .et_header_style_centered #main-header .mobile_nav {
    background-color: rgba(255, 255, 255, 0.25);
  }
  .et_header_style_centered .et_mobile_menu { top: 38px; }
  #mobile_menu {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  #et-main-area { margin-top: -3px; }
  #slider .et_pb_slide_0.et_pb_slide .et_pb_slide_overlay_container {
    background-color: rgba(255,255,255,0.72);
  }
  .et_header_style_centered #et_top_search,
  .et_header_style_centered .et_search_outer {
    display: inline-block !important;
    width: 100%;
  }
  #et_top_search span {
    position: absolute;
    right: 28px;
  }

  .et_search_outer {
    overflow: hidden;
    position: relative;
    top: 0;
    width: 100%;
  }
  .et_search_form_container.et_pb_search_visible {
    height: 57px !important;
    max-width: 100% !important;
    width: 80%;
  }
  .et_search_form_container.et_pb_search_visible .et-search-field {
    ::-webkit-input-placeholder { /* WebKit browsers */
      color: #fff;
    }
    :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
      color: #fff;
    }
    ::-moz-placeholder { /* Mozilla Firefox 19+ */
      color: #fff;
    }
    :-ms-input-placeholder { /* Internet Explorer 10+ */
      color: #fff;
    }
  }
  .et_search_form_container.et_pb_search_form_hidden {
    height: 1px !important;
    max-width: 1px !important;
  }
  .et_search_form_container.et_pb_search_form_hidden span.et_close_search_field:after {
    display: none;
  }
  span.et_close_search_field:after {
    color: #C1CC23;
  }
  span:hover.et_close_search_field:after {
    opacity: 0.88;
  }
  .et-search-form input {
    position: absolute;
    right: 30px;
    bottom: 0;
    width: 90%;
    margin: 10px auto;
    border: none;
    color: #000;
    background: #C1CC23;
    border-radius: 20px;
    padding: 5px 10px;
    font-weight: 400;
    font-size: 16px !important;
  }


  #et_top_search span, .et_close_search_field {
    color: #fff;
  }

  .et_pb_slider, .et_pb_slider .et_pb_container,
  .et_pb_slider, .et_pb_slider .et_pb_slide {
    height: 400px;
  }
  .slider-text-left,
  .slider-text-right {
    width: 100%;
  }

  .banner-lg {
    padding: 140px 0 10px 0 !important;
  }
  .et_pb_section {
    padding: 30px 0;
  }
  .et_header_style_centered #main-header .mobile_nav { border-radius: 3px; }
  body.et_fixed_nav #main-header { top:0 !important; }
  body.et_fixed_nav.admin-bar #main-header { top: 32px !important; }
  body.et_fixed_nav #main-content,
  body.et_fixed_nav.admin-bar #main-content { padding-top:0; }
  body.et_fixed_nav.admin-bar #et-main-area { margin-top: -3px !important; }
  body.et_fixed_nav #et-main-area { margin-top: 0px !important; }
  /*body.post-template-default.et_pb_pagebuilder_layout.et_fixed_nav #main-content { margin-top: -200px; }*/

  .btn-cta { min-height: auto; }
  .btn-cta:after { top: 11%; }

  .nav-previous { padding-bottom: 20px; }

  .table-responsive {
    width: 100%;
    display: block;
    overflow-x: scroll;
    margin-bottom: 15px;
  }
  .no-more-tables tr td {
    padding: 6px 8px;
    display: block;
    width: 100%;
  }
  .no-more-tables td.no-btop { border-top: none; }
  .no-more-tables.table tr:last-child td { border-bottom: none; }
  .no-more-tables.table tr:last-child td.bbottom { border-bottom: 1px solid #eee; }
  .price_slider_wrapper {
    width: 95%;
  }
}
@media (max-width: 782px)  {
  body.et_fixed_nav.admin-bar #main-header { top: 42px !important; }
  h1, h2 { font-size: 30px; }
  h4 {
    font-size: 21px;
    line-height: 1.4;
  }
  p.lead { font-size: 17px; }
  .et_pb_text li, .et_pb_text p, .et_pb_text div { font-size: 16px; }
  .et_pb_text li { padding-bottom: 1px; }
  .et_pb_text ul, .et_pb_text ol { padding-bottom: 30px; }
  .container.et_menu_container{ width: 94%; }
  .banner h1 { font-size: 260%; line-height: 1.1; }
  body.post-template-default.et_pb_pagebuilder_layout .banner h1 {
    font-size: 190%;
    line-height: 1.1;
  }
  /*body.post-template-default.et_pb_pagebuilder_layout.et_fixed_nav #main-content { margin-top: -104px; }*/
  .et_pb_slider, .et_pb_slider .et_pb_container,
  .et_pb_slider, .et_pb_slider .et_pb_slide {
    height: 420px;
  }
  h3 { font-size: 27px; }
}
@media (max-width: 768px)  {
  .btn-full-sm {
    width: 100%;
    text-align: center;
  }
  /*.woocommerce table.cart td.actions .coupon .input-text+.button,
  .woocommerce-page table.cart td.actions .coupon .input-text+.button {
    width: 100%;
  }*/
  .woocommerce-cart table.cart td.actions .coupon .input-text {
    width: 50%;
    margin-right: 0;
  }
  .woocommerce-cart table.cart td.actions .coupon .input-text,
  .woocommerce-cart table.cart td.actions .coupon .button {
    font-size: 17px!important;
    height: 48px;
  }
  body.et_fixed_nav #main-header.et-fixed-header,
  body.et_fixed_nav #main-header.et-fixed-header,
  body.et_fixed_nav #main-header.et-fixed-header,
  body.et_fixed_nav #main-header.et-fixed-header,
  body.et_fixed_nav #main-header.et-fixed-header { top: 0 !important; }
  body.et_fixed_nav.admin-bar #main-header.et-fixed-header,
  body.et_fixed_nav.admin-bar #main-header.et-fixed-header,
  body.et_fixed_nav.admin-bar #main-header.et-fixed-header,
  body.et_fixed_nav.admin-bar #main-header.et-fixed-header,
  body.et_fixed_nav.admin-bar #main-header.et-fixed-header { top: 42px !important; }
  .et_pb_contact_submit.et_pb_button {
    width: 100%;
  }
  .et_contact_bottom_container {
    float: none;
    overflow: hidden;
    margin-top: 0;
    text-align: center;
  }
}
@media (max-width: 500px)  {
  .woocommerce-cart table.cart td.actions .coupon .input-text,
  .woocommerce-cart table.cart td.actions .coupon .button {
    font-size: 15px!important;
  }
  .banner h1 { font-size: 220%; }
  .banner p.lead { font-size: 18px; }
  .banner p { font-size: 16px; }
  .video-box-center { width: 100%; }
}
@media (max-width: 479px) {
  .et_pb_section .et_pb_row.logos-grid .et_pb_column.et_pb_column_1_4 {
    width: 50% !important;
    margin-bottom: 0;
  }
  .et_shop_image {
    height: 240px !important;
  }
  .woocommerce-page.columns-3 ul.products li.product,
  .woocommerce.columns-3 ul.products li.product {
    height: auto;
  }
}

/* ======== HELPERS ======== */

.hide,
.show-md,
.show-sm,
.show-xs {
  display: none;
}

.margin-top-50 { margin-top:50px !important; }
.margin-top-40 { margin-top:40px !important; }
.margin-top-30 { margin-top:30px !important; }
.margin-top-20 { margin-top:20px !important; }
.margin-top-10 { margin-top:10px !important; }
.margin-top-5 { margin-top:5px !important; }
.margin-top-0 { margin-top:0px !important; }
.margin-bottom-50 { margin-bottom:50px !important; }
.margin-bottom-40 { margin-bottom:40px !important; }
.margin-bottom-30 { margin-bottom:30px !important; }
.margin-bottom-20 { margin-bottom:20px !important; }
.margin-bottom-10 { margin-bottom:10px !important; }
.margin-bottom-5 { margin-bottom:5px !important; }
.margin-bottom-0 { margin-bottom:0px !important; }

.pad-top-60 { padding-top:60px !important; }
.pad-top-50 { padding-top:50px !important; }
.pad-top-40 { padding-top:40px !important; }
.pad-top-30 { padding-top:30px !important; }
.pad-top-20 { padding-top:20px !important; }
.pad-top-10 { padding-top:10px !important; }
.pad-top-15 { padding-top:15px !important; }
.pad-top-5 { padding-top:5px !important; }
.pad-top-0 { padding-top:0px !important; }
.pad-bottom-60 { padding-bottom:60px !important; }
.pad-bottom-50 { padding-bottom:50px !important; }
.pad-bottom-40 { padding-bottom:40px !important; }
.pad-bottom-30 { padding-bottom:30px !important; }
.pad-bottom-20 { padding-bottom:20px !important; }
.pad-bottom-15 { padding-bottom:15px !important; }
.pad-bottom-10 { padding-bottom:10px !important; }
.pad-bottom-5 { padding-bottom:5px !important; }
.pad-bottom-0 { padding-bottom:0px !important; }


.pull-up-50 { margin-top:-50px !important; }
.pull-up-40 { margin-top:-40px !important; }
.pull-up-30 { margin-top:-30px !important; }
.pull-up-20 { margin-top:-20px !important; }
.pull-up-10 { margin-top:-10px !important; }
.pull-up-15 { margin-top:-15px !important; }
.pull-up-5 { margin-top:-5px !important; }
.pull-up-0 { margin-top:0px !important; }
.pull-up-bottom-50 { margin-bottom:-50px !important; }
.pull-up-bottom-40 { margin-bottom:-40px !important; }
.pull-up-bottom-30 { margin-bottom:-30px !important; }
.pull-up-bottom-20 { padding-bottom:-20px !important; }
.pull-up-bottom-15 { margin-bottom:-15px !important; }
.pull-up-bottom-10 { margin-bottom:-10px !important; }
.pull-up-bottom-5 { margin-bottom:-5px !important; }
.pull-up-bottom-0 { margin-bottom:0px !important; }


.margin-left-0 { margin-left: 0 !important; }
.margin-left-5 { margin-left: 5px !important; }
.margin-left-10 { margin-left: 10px !important; }
.margin-left-15 { margin-left: 15px !important; }
.margin-right-0 { margin-right: 0 !important; }
.margin-right-5 { margin-right: 5px !important; }
.margin-right-10 { margin-right: 10px !important; }
.margin-right-15 { margin-right: 15px !important; }

.pad-right-50 { padding-right:50px !important; }
.pad-right-40 { padding-right:40px !important; }
.pad-right-30 { padding-right:30px !important; }
.pad-right-20 { padding-right:20px !important; }
.pad-right-10 { padding-right:10px !important; }
.pad-right-5 { padding-right:5px !important; }
.pad-right-0 { padding-right:0px !important; }
.pad-left-50 { padding-left:50px !important; }
.pad-left-40 { padding-left:40px !important; }
.pad-left-30 { padding-left:30px !important; }
.pad-left-20 { padding-left:20px !important; }
.pad-left-10 { padding-left:10px !important; }
.pad-left-5 { padding-left:5px !important; }
.pad-left-0 { padding-left:0px !important; }

.pad-right-10p { padding-right:10% !important; }
.pad-left-10p { padding-left:10% !important; }


@media (min-width:1200px)  {
  .pull-up-50-lg { margin-top:-50px !important; }
  .pull-up-40-lg { margin-top:-40px !important; }
  .pull-up-30-lg { margin-top:-30px !important; }
  .pull-up-20-lg { margin-top:-20px !important; }
  .pull-up-10-lg { margin-top:-10px !important; }
  .pull-up-15-lg { margin-top:-15px !important; }
  .pull-up-5-lg { margin-top:-5px !important; }
  .pull-up-0-lg { margin-top:0px !important; }
}

@media (max-width: 980px)  {
  .show-md { display: block; }
  .hide-md { display: none; }

  .pull-up-0-md  { margin-top:0px !important; }

  .pad-top-30-md { padding-top:30px !important; }
  .pad-top-20-md { padding-top:20px !important; }
  .pad-top-15-md { padding-top:15px !important; }
  .pad-top-10-md { padding-top:10px !important; }
  .pad-top-0-md { padding-top:0 !important; }
  .pad-bottom-30-md { padding-bottom:30px !important; }
  .pad-bottom-20-md { padding-bottom:20px !important; }
  .pad-bottom-15-md { padding-bottom:15px !important; }
  .pad-bottom-10-md { padding-bottom:10px !important; }
  .pad-bottom-0-md { padding-bottom:0 !important; }
  .pad-right-0-md { padding-right:0 !important; }
  .pad-left-0-md { padding-left:0 !important; }

  .margin-top-0-md { margin-top:0px !important; }
  .margin-bottom-0-md { margin-bottom:0px !important; }

  .no-margin-md { margin:0 !important; }
  .text-center-md { text-align: center; }
  .btn-full-md {
    width:100%;
    display: block;
    text-align: center;
  }
}

@media (max-width: 767px)  {
  .show-sm {  display: block; }
  .hide-sm { display: none; }

  .pull-up-0-sm  { margin-top:0px !important; }

  .pad-top-0-sm { padding-top:0 !important; }
  .pad-bottom-30-sm { padding-bottom:30px !important; }
  .pad-bottom-20-sm { padding-bottom:20px !important; }
  .pad-bottom-0-sm { padding-bottom:0 !important; }
  .pad-right-0-sm { padding-right:0 !important; }
  .pad-left-0-sm { padding-left:0 !important; }

  .margin-top-0-sm { margin-top:0px !important; }
  .margin-bottom-0-sm { margin-bottom:0px !important; }

  .no-margin-sm { margin:0 !important; }
  .text-center-sm { text-align: center; }

  .btn-full-sm {
    width:100%;
    display: block;
    text-align: center;
  }
}

@media (max-width: 598px)  {
  .show-xs {  display: block; }
  .btn-full-xs {
    width:100%;
    display: block;
    text-align: center;
  }
}




/* ======== BOOTSTRAP GRID SYSTEM ======== */
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9,
.col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 { width: 100%; }
.col-xs-11 { width: 91.66666667%; }
.col-xs-10 { width: 83.33333333%; }
.col-xs-9 { width: 75%; }
.col-xs-8 { width: 66.66666667%; }
.col-xs-7 { width: 58.33333333%; }
.col-xs-6 { width: 50%; }
.col-xs-5 { width: 41.66666667%; }
.col-xs-4 { width: 33.33333333%; }
.col-xs-3 { width: 25%; }
.col-xs-2 { width: 16.66666667%; }
.col-xs-1 { width: 8.33333333%; }
.col-xs-pull-12 { right: 100%; }
.col-xs-pull-11 { right: 91.66666667%; }
.col-xs-pull-10 { right: 83.33333333%; }
.col-xs-pull-9 { right: 75%; }
.col-xs-pull-8 { right: 66.66666667%; }
.col-xs-pull-7 { right: 58.33333333%; }
.col-xs-pull-6 { right: 50%; }
.col-xs-pull-5 { right: 41.66666667%; }
.col-xs-pull-4 { right: 33.33333333%; }
.col-xs-pull-3 { right: 25%; }
.col-xs-pull-2 { right: 16.66666667%; }
.col-xs-pull-1 { right: 8.33333333%; }
.col-xs-pull-0 { right: auto; }
.col-xs-push-12 { left: 100%; }
.col-xs-push-11 { left: 91.66666667%; }
.col-xs-push-10 { left: 83.33333333%; }
.col-xs-push-9 { left: 75%; }
.col-xs-push-8 { left: 66.66666667%; }
.col-xs-push-7 { left: 58.33333333%; }
.col-xs-push-6 { left: 50%; }
.col-xs-push-5 { left: 41.66666667%; }
.col-xs-push-4 { left: 33.33333333%; }
.col-xs-push-3 { left: 25%; }
.col-xs-push-2 { left: 16.66666667%; }
.col-xs-push-1 { left: 8.33333333%; }
.col-xs-push-0 { left: auto; }
.col-xs-offset-12 { margin-left: 100%; }
.col-xs-offset-11 { margin-left: 91.66666667%; }
.col-xs-offset-10 { margin-left: 83.33333333%; }
.col-xs-offset-9 { margin-left: 75%; }
.col-xs-offset-8 { margin-left: 66.66666667%; }
.col-xs-offset-7 { margin-left: 58.33333333%; }
.col-xs-offset-6 { margin-left: 50%; }
.col-xs-offset-5 { margin-left: 41.66666667%; }
.col-xs-offset-4 { margin-left: 33.33333333%; }
.col-xs-offset-3 { margin-left: 25%; }
.col-xs-offset-2 { margin-left: 16.66666667%; }
.col-xs-offset-1 { margin-left: 8.33333333%; }
.col-xs-offset-0 { margin-left: 0%; }
@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 { width: 100%; }
  .col-sm-11 { width: 91.66666667%; }
  .col-sm-10 { width: 83.33333333%; }
  .col-sm-9 { width: 75%; }
  .col-sm-8 { width: 66.66666667%; }
  .col-sm-7 { width: 58.33333333%; }
  .col-sm-6 { width: 50%; }
  .col-sm-5 { width: 41.66666667%; }
  .col-sm-4 { width: 33.33333333%; }
  .col-sm-3 { width: 25%; }
  .col-sm-2 { width: 16.66666667%; }
  .col-sm-1 { width: 8.33333333%; }
  .col-sm-pull-12 { right: 100%; }
  .col-sm-pull-11 { right: 91.66666667%; }
  .col-sm-pull-10 { right: 83.33333333%; }
  .col-sm-pull-9 { right: 75%; }
  .col-sm-pull-8 { right: 66.66666667%; }
  .col-sm-pull-7 { right: 58.33333333%; }
  .col-sm-pull-6 { right: 50%; }
  .col-sm-pull-5 { right: 41.66666667%; }
  .col-sm-pull-4 { right: 33.33333333%; }
  .col-sm-pull-3 { right: 25%; }
  .col-sm-pull-2 { right: 16.66666667%; }
  .col-sm-pull-1 { right: 8.33333333%; }
  .col-sm-pull-0 { right: auto; }
  .col-sm-push-12 { left: 100%; }
  .col-sm-push-11 { left: 91.66666667%; }
  .col-sm-push-10 { left: 83.33333333%; }
  .col-sm-push-9 { left: 75%; }
  .col-sm-push-8 { left: 66.66666667%; }
  .col-sm-push-7 { left: 58.33333333%; }
  .col-sm-push-6 { left: 50%; }
  .col-sm-push-5 { left: 41.66666667%; }
  .col-sm-push-4 { left: 33.33333333%; }
  .col-sm-push-3 { left: 25%; }
  .col-sm-push-2 { left: 16.66666667%; }
  .col-sm-push-1 { left: 8.33333333%; }
  .col-sm-push-0 { left: auto; }
  .col-sm-offset-12 { margin-left: 100%; }
  .col-sm-offset-11 { margin-left: 91.66666667%; }
  .col-sm-offset-10 { margin-left: 83.33333333%; }
  .col-sm-offset-9 { margin-left: 75%; }
  .col-sm-offset-8 { margin-left: 66.66666667%; }
  .col-sm-offset-7 { margin-left: 58.33333333%; }
  .col-sm-offset-6 { margin-left: 50%; }
  .col-sm-offset-5 { margin-left: 41.66666667%; }
  .col-sm-offset-4 { margin-left: 33.33333333%; }
  .col-sm-offset-3 { margin-left: 25%; }
  .col-sm-offset-2 { margin-left: 16.66666667%; }
  .col-sm-offset-1 { margin-left: 8.33333333%; }
  .col-sm-offset-0 { margin-left: 0%; }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 { width: 100%; }
  .col-md-11 { width: 91.66666667%; }
  .col-md-10 { width: 83.33333333%; }
  .col-md-9 { width: 75%; }
  .col-md-8 { width: 66.66666667%; }
  .col-md-7 { width: 58.33333333%; }
  .col-md-6 { width: 50%; }
  .col-md-5 { width: 41.66666667%; }
  .col-md-4 { width: 33.33333333%; }
  .col-md-3 { width: 25%; }
  .col-md-2 { width: 16.66666667%; }
  .col-md-1 { width: 8.33333333%; }
  .col-md-pull-12 { right: 100%; }
  .col-md-pull-11 { right: 91.66666667%; }
  .col-md-pull-10 { right: 83.33333333%; }
  .col-md-pull-9 { right: 75%; }
  .col-md-pull-8 { right: 66.66666667%; }
  .col-md-pull-7 { right: 58.33333333%; }
  .col-md-pull-6 { right: 50%; }
  .col-md-pull-5 { right: 41.66666667%; }
  .col-md-pull-4 { right: 33.33333333%; }
  .col-md-pull-3 { right: 25%; }
  .col-md-pull-2 { right: 16.66666667%; }
  .col-md-pull-1 { right: 8.33333333%; }
  .col-md-pull-0 { right: auto; }
  .col-md-push-12 { left: 100%; }
  .col-md-push-11 { left: 91.66666667%; }
  .col-md-push-10 { left: 83.33333333%; }
  .col-md-push-9 { left: 75%; }
  .col-md-push-8 { left: 66.66666667%; }
  .col-md-push-7 { left: 58.33333333%; }
  .col-md-push-6 { left: 50%; }
  .col-md-push-5 { left: 41.66666667%; }
  .col-md-push-4 { left: 33.33333333%; }
  .col-md-push-3 { left: 25%; }
  .col-md-push-2 { left: 16.66666667%; }
  .col-md-push-1 { left: 8.33333333%; }
  .col-md-push-0 { left: auto; }
  .col-md-offset-12 { margin-left: 100%; }
  .col-md-offset-11 { margin-left: 91.66666667%; }
  .col-md-offset-10 { margin-left: 83.33333333%; }
  .col-md-offset-9 { margin-left: 75%; }
  .col-md-offset-8 { margin-left: 66.66666667%; }
  .col-md-offset-7 { margin-left: 58.33333333%; }
  .col-md-offset-6 { margin-left: 50%; }
  .col-md-offset-5 { margin-left: 41.66666667%; }
  .col-md-offset-4 { margin-left: 33.33333333%; }
  .col-md-offset-3 { margin-left: 25%; }
  .col-md-offset-2 { margin-left: 16.66666667%; }
  .col-md-offset-1 { margin-left: 8.33333333%; }
  .col-md-offset-0 { margin-left: 0%; }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 { width: 100%; }
  .col-lg-11 { width: 91.66666667%; }
  .col-lg-10 { width: 83.33333333%; }
  .col-lg-9 { width: 75%; }
  .col-lg-8 { width: 66.66666667%; }
  .col-lg-7 { width: 58.33333333%; }
  .col-lg-6 { width: 50%; }
  .col-lg-5 { width: 41.66666667%; }
  .col-lg-4 { width: 33.33333333%; }
  .col-lg-3 { width: 25%; }
  .col-lg-2 { width: 16.66666667%; }
  .col-lg-1 { width: 8.33333333%; }
  .col-lg-pull-12 { right: 100%; }
  .col-lg-pull-11 { right: 91.66666667%; }
  .col-lg-pull-10 { right: 83.33333333%; }
  .col-lg-pull-9 { right: 75%; }
  .col-lg-pull-8 { right: 66.66666667%; }
  .col-lg-pull-7 { right: 58.33333333%; }
  .col-lg-pull-6 { right: 50%; }
  .col-lg-pull-5 { right: 41.66666667%; }
  .col-lg-pull-4 { right: 33.33333333%; }
  .col-lg-pull-3 { right: 25%; }
  .col-lg-pull-2 { right: 16.66666667%; }
  .col-lg-pull-1 { right: 8.33333333%; }
  .col-lg-pull-0 { right: auto; }
  .col-lg-push-12 { left: 100%; }
  .col-lg-push-11 { left: 91.66666667%; }
  .col-lg-push-10 { left: 83.33333333%; }
  .col-lg-push-9 { left: 75%; }
  .col-lg-push-8 { left: 66.66666667%; }
  .col-lg-push-7 { left: 58.33333333%; }
  .col-lg-push-6 { left: 50%; }
  .col-lg-push-5 { left: 41.66666667%; }
  .col-lg-push-4 { left: 33.33333333%; }
  .col-lg-push-3 { left: 25%; }
  .col-lg-push-2 { left: 16.66666667%; }
  .col-lg-push-1 { left: 8.33333333%; }
  .col-lg-push-0 { left: auto; }
  .col-lg-offset-12 { margin-left: 100%; }
  .col-lg-offset-11 { margin-left: 91.66666667%; }
  .col-lg-offset-10 { margin-left: 83.33333333%; }
  .col-lg-offset-9 { margin-left: 75%; }
  .col-lg-offset-8 { margin-left: 66.66666667%; }
  .col-lg-offset-7 { margin-left: 58.33333333%; }
  .col-lg-offset-6 { margin-left: 50%; }
  .col-lg-offset-5 { margin-left: 41.66666667%; }
  .col-lg-offset-4 { margin-left: 33.33333333%; }
  .col-lg-offset-3 { margin-left: 25%; }
  .col-lg-offset-2 { margin-left: 16.66666667%; }
  .col-lg-offset-1 { margin-left: 8.33333333%; }
  .col-lg-offset-0 { margin-left: 0%; }
}
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  /*content: " ";*/
  display: table;
}
.row:before,
.row:after {
  content: " ";
}
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right { float: right !important; }
.pull-left { float: left !important; }
.hide { display: none !important; }
.show { display: block !important; }
.invisible { visibility: hidden; }
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden { display: none !important; }
.affix { position: fixed; }
