/*
Theme Name: AFT Trenchers
Theme URI: 
Author: 
Author URI: 
Description:  
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
# Woocommerce
# Footer
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
body {
  margin: 0;
  -webkit-font-smoothing: auto;
}

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

dfn {
  font-style: italic;
}

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 2.5rem;
}

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

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  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-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
--------------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
  clear: both;
  color: #24292e;
  font-weight: 600;
  margin-top: 24px;
  margin-bottom: 15px;
}
h1 {
  font-size: 32px;
  padding-bottom: 10px;
}
h2 {
  font-size: 24px;
  padding-bottom: 0.3em;
  line-height: 1.25;
}
h3 {
  font-size: 18px;
  line-height: 25px;
}
h4 {
  font-size: 16px;
  line-height: 20px;
}
h5 {
  font-size: 14px;
  line-height: 17.5px;
}

p {
  margin-bottom: 1.5em;
  font-size:16px;
}
li{
font-size: 16px;
}
h1.entry-title {
  font-size: 1.31rem;
  border-bottom: 1px solid #eaecef;
}
h2.entry-title {
  border-bottom: 1px solid #eaecef;
}
h3.widget-title {
  font-size: 1.2rem;
}

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

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

figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */
}

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

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
header#masthead {
  margin-bottom: 0;
 
  
}

.navbar-brand > a {
  color: rgba(0, 0, 0, 0.9);
  font-size: 1.1rem;
  outline: medium none;
  text-decoration: none;
  color: #fff;
  font-weight: 700;
}

.navbar-brand > a:visited, .navbar-brand > a:hover {
  text-decoration: none;
}

#page-sub-header {
  position: relative;
  padding-top: 5rem;
  padding-bottom: 0;
  text-align: center;
  font-size: 1.25rem;
  background-size: cover !important;
}

body:not(.theme-preset-active) #page-sub-header h1 {
  line-height: 1.6;
  font-size: 4rem;
  color: #563e7c;
  margin: 0 0 1rem;
  border: 0;
  padding: 0;
}

#page-sub-header p {
  margin-bottom: 0;
  line-height: 1.4;
  font-size: 1.25rem;
  font-weight: 300;
}
body:not(.theme-preset-active) #page-sub-header p {
color: #212529;
}
a.page-scroller {
  color: #333;
  font-size: 2.6rem;
  display: inline-block;
  margin-top: 2rem;
}

@media screen and (min-width: 768px) {
  body:not(.theme-preset-active) #page-sub-header h1 {
    font-size: 3.750rem;
  }
  body:not(.theme-preset-active) #page-sub-header {
    font-size: 1.25rem;
  }
  .general-pages #left-content{
    padding-left: 0;
  }
  .general-pages #right-content{
    padding-right: 0;
  }

}
@media screen and (min-width: 992px) {
  #page-sub-header p {
    max-width: 43rem;
    margin: 0 auto;
  }
}
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
#masthead nav {
  padding-left: 0;
  padding-right: 0;
}

body:not(.theme-preset-active) #masthead .navbar-nav > li > a {
  color: #cdbfe3;
  padding: 0.5rem;
  font-weight: 500;
  font-size: 0.875rem;
}

body:not(.theme-preset-active) #masthead .navbar-nav > li > a:hover,
body:not(.theme-preset-active) #masthead .navbar-nav > li.current_page_item > a {
  color: #fff;
  font-weight: 600;
  /*background: #f9f9f9;*/
}

.navbar-brand {
  height: auto;
}

.navbar-toggle .icon-bar {
  background: #000 none repeat scroll 0 0;
}

.dropdown-menu .dropdown-toggle::after {
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
  border-top: 0.3em solid transparent;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

.dropdown-item {
  line-height: 1.2;
  padding-bottom: 0.313rem;
  padding-top: 0.313rem;
}

.dropdown-menu {
  min-width: 12.500rem;
}

.dropdown .open .dropdown-menu {
  display: block;
  left: 12.250em;
  top: 0;
}

.dropdown-menu .dropdown-item {
  white-space: normal;
  background: transparent;
  line-height: 1.6;
  cursor:pointer
}
.dropdown-menu .dropdown-item:hover {
  background: transparent;
}
.top-quick-nav .dropdown-menu .dropdown-item:hover {
  background: #f4f4f4;
}

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  .dropdown-menu li > .dropdown-menu {
    right: -9.875rem;
    top: 1.375rem;
  }
  .banner-form .wpcf7-recaptcha, .contact-us-form .wpcf7-recaptcha, .request-info-form .wpcf7-recaptcha{
    width:50%;
  }
}
@media screen and (max-width: 991px) {
  .navbar-nav .dropdown-menu {
    border: medium none;
    margin-left: 1.250rem;
    padding: 0;
  }

  .dropdown-menu li a {
    padding: 0;
  }

  #masthead .navbar-nav > li > a {
    padding-bottom: 0.625rem;
    padding-top: 0.313rem;
  }

  .navbar-light .navbar-toggler {
    border: medium none;
    outline: none;
  }
}
.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%;
}
.comment-content.card-block {
  padding: 20px;
}

.navigation.post-navigation {
  padding-top: 1.875rem;
}

.post-navigation .nav-previous a,
.post-navigation .nav-next a {
  border: 1px solid #ddd;
  border-radius: 0.938rem;
  display: inline-block;
  padding: 0.313rem 0.875rem;
  text-decoration: none;
}

.post-navigation .nav-next a::after {
  content: " \2192";
}

.post-navigation .nav-previous a::before {
  content: "\2190 ";
}

.post-navigation .nav-previous a:hover,
.post-navigation .nav-next a:hover {
  background: #eee none repeat scroll 0 0;
}

/*--------------------------------------------------------------
# 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;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.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: 0.313rem;
  line-height: normal;
  padding: 0.938rem 1.438rem 0.875rem;
  text-decoration: none;
  top: 0.313rem;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}

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

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

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

a img.alignright {
  float: right;
  margin: 0.313rem 0 1.25rem 1.25rem;
}

a img.alignnone {
  margin: 0.313rem 1.25rem 1.25rem 0;
}

a img.alignleft {
  float: left;
  margin: 0.313rem 1.25rem 1.25rem 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption.alignnone {
  margin: 0.313rem 1.25rem 1.25rem 0;
}

.wp-caption.alignleft {
  margin: 0.313rem 1.25rem 1.25rem 0;
}

.wp-caption.alignright {
  margin: 0.313rem 0 1.25rem 1.25rem;
}

/*--------------------------------------------------------------
# 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;
  table-layout: fixed;
}

.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%;
}

.widget_search .search-form input[type="submit"] {
  display: none;
}

.nav > li > a:focus,
.nav > li > a:hover {
  background-color: #eee;
  text-decoration: none;
}
.half-rule {
  width: 6rem;
  margin: 2.5rem 0;
}
.widget_categories .nav-link {
  display: inline-block;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
#content.site-content {
  padding-bottom: 3.75rem;
  padding-top: 4.125rem;
}

.sticky .entry-title::before {
  content: '\f08d';
  font-family: "Font Awesome\ 5 Free";
  font-size: 1.563rem;
  left: -2.5rem;
  position: absolute;
  top: 0.375rem;
  font-weight: 900;
}

.sticky .entry-title {
  position: relative;
}

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

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

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

.page-template-blank-page .entry-content,
.blank-page-with-container .entry-content {
  margin-top: 0;
}

.post.hentry {
  margin-bottom: 4rem;
}

.posted-on, .byline, .comments-link {
  color: #9a9a9a;
}

.entry-title > a {
  color: inherit;
}

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

.bypostauthor {
  display: block;
}

.comment-body .pull-left {
  padding-right: 0.625rem;
}

.comment-list .comment {
  display: block;
}

.comment-list {
  padding-left: 0;
}

.comments-title {
  font-size: 1.125rem;
}

.comment-list .pingback {
  border-top: 1px solid rgba(0, 0, 0, 0.125);
  padding: 0.563rem 0;
}

.comment-list .pingback:first-child {
  border: medium none;
}

/*--------------------------------------------------------------
# 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 {
  background: #f1f1f1 none repeat scroll 0 0;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  padding: 0.313rem 0.313rem 0;
  text-align: center;
}
.wp-caption img[class*="wp-image-"] {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 100%;
  padding: 0;
  width: auto;
}
.wp-caption .wp-caption-text {
  font-size: 0.688rem;
  line-height: 1.063rem;
  margin: 0;
  padding: 0.625rem;
}

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

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

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.gallery-item .gallery-columns-2 {
  max-width: 50%;
}
.gallery-item .gallery-columns-3 {
  max-width: 33.33333%;
}
.gallery-item .gallery-columns-4 {
  max-width: 25%;
}
.gallery-item .gallery-columns-5 {
  max-width: 20%;
}
.gallery-item .gallery-columns-6 {
  max-width: 16.66667%;
}
.gallery-item .gallery-columns-7 {
  max-width: 14.28571%;
}
.gallery-item .gallery-columns-8 {
  max-width: 12.5%;
}
.gallery-item .gallery-columns-9 {
  max-width: 11.11111%;
}

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
# Plugin Compatibility
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Woocommerce
--------------------------------------------------------------*/
.woocommerce-cart-form .shop_table .coupon .input-text {
  width: 8.313rem !important;
}

.variations_form .variations .value > select {
  margin-bottom: 0.625rem;
}

.woocommerce-MyAccount-content .col-1,
.woocommerce-MyAccount-content .col-2 {
  max-width: 100%;
}

/*--------------------------------------------------------------
## Elementor
--------------------------------------------------------------*/
.elementor-page article .entry-footer {
  display: none;
}

.elementor-page.page-template-fullwidth #content.site-content {
  padding-bottom: 0;
  padding-top: 0;
}

.elementor-page .entry-content {
  margin-top: 0;
}

/*--------------------------------------------------------------
## Visual Composer
--------------------------------------------------------------*/
.vc_desktop article .entry-footer {
  display: none;
}

.vc_desktop #content.site-content {
  padding-bottom: 0;
  padding-top: 0;
}

.vc_desktop .entry-content {
  margin-top: 0;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
footer#colophon {
  font-size: 85%;
}
body:not(.theme-preset-active) footer#colophon {
  color: #99979c;
  background-color: #f7f7f7;
}
.navbar-dark .site-info {
  color: #fff;
}
.copyright {
  font-size: 0.875rem;
  margin-bottom: 0;
  text-align: center;
}

.copyright a, footer#colophon a {
  color: inherit;
}

@media screen and (max-width: 767px) {
  #masthead .navbar-nav > li > a {
    padding-bottom: 0.938rem;
    padding-top: 0.938rem;
  }
  .general-pages #left-content, .general-pages #right-content{
    padding: 0;
  }
  .general-pages #left-content{
    border:none !important;
  }
  .general-pages #right-content{
    margin-top: 30px;
  }
}
/*--------------------------------------------------------------
# Media Query
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Notebook
--------------------------------------------------------------*/
@media only screen and (max-width: 1280px) {
  html {
    font-size: 95%;
  }
}

@media screen and (max-width: 1199px) {
  .navbar-dark .dropdown-item {
    color: #fff;
  }
  .navbar-nav .dropdown-menu {
    background: transparent;
    box-shadow: none;
    border: none;
  }
}
/*--------------------------------------------------------------
## Netbook
--------------------------------------------------------------*/
@media only screen and (max-width: 1024px) {
  html {
    font-size: 90%;
  }
}
/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/
@media only screen and (max-width: 960px) {
  html {
    font-size: 85%;
  }
}
/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/
@media only screen and (max-width: 768px) {
  html {
    font-size: 80%;
  }
}
/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/
@media only screen and (max-width: 480px) {
  html {
    font-size: 75%;
  }
}
.row{
	margin-left:0;
	margin-right:0;
}
a{
	color:#000;
}
a:hover{
	color:#004785;
}
.center{
  text-align: center;
}
.top-quick-nav{
	 background: #f1f1f1;
}
.top-quick-nav .dropdown{
	float: right;
}
.top-quick-nav .dropdown .btn{
background: no-repeat;

border: none;

color: #000;

font-weight: 500;

font-size: 16px;

margin: 5px 0;
}
.top-quick-nav .dropdown .btn img{
width: 18px;
margin: -2px 4px 0 0;
}
.top-quick-nav .contacts{
margin: 8px 0 8px 0;

padding: 0;

float: right;

list-style: none;
}
.top-quick-nav .contacts li{
list-style: none;

float: left;

margin-left: 30px;
}
.top-quick-nav .contacts li a{
	font-weight: 500;

font-size: 16px;
}
.top-quick-nav .contacts li a i{
}
.top-quick-nav .contacts li a:hover{
}
.logo-and-search{
}
.logo-and-search .logo{
float: left;

width: 135px;

margin: 20px 0 20px 0;
}
.top-srch{
float: right;
margin: 35px 0 0 0;
}
.top-srch .search-field{
background-image: url(images/search.png);

background-repeat: no-repeat;

background-position: right center;

border: none;

background-color: #f1f1f1;

font-size: 14px;

padding: 0 40px 0 12px;

width: 225px;

height: 38px;

background-size: 25px;
}
.main-nav-row{
	background: #014785;

height: 53px;
}
.main-nav-row .navbar-toggler{
position: absolute;

right: 0;

top: 8px;	
background: #fff;
}
.main-nav-row #main-nav .navbar-nav{
float: left;

width: 100%;
}
.main-nav-row #main-nav .navbar-nav>li{
	margin-right: 70px;
}
.main-nav-row #main-nav .navbar-nav>li a{
padding: 16px 0 0 0 !important;

color: #fff !important;

text-transform: uppercase !important;

font-weight: 400 !important;

min-height: 53px;
} 
.main-nav-row #main-nav .navbar-nav > li.current-menu-item a, .main-nav-row #main-nav .navbar-nav>li a:hover{
	border-bottom: 5px solid #ffcb05;
}
.main-nav-row #main-nav .navbar-nav>li .dropdown-menu li a:hover{
  border: none;
  opacity: 0.7;
}
.main-nav-row #main-nav .navbar-nav > li.current-menu-item .dropdown-menu a{
  border: none;
}
.main-nav-row #main-nav .navbar-nav>li .dropdown-menu{
  background: #004785;
  min-width: max-content;
  padding: 0;
  border: none;
  margin:0;
  border-radius: 0;
}
.main-nav-row #main-nav .navbar-nav>li .dropdown-menu li a{
  font-size: 0.875rem;
  padding: 16px 10px !important;
}
.main-nav-row #main-nav .navbar-nav>li .dropdown-submenu .dropdown-menu{
  top: 0;
  left: 100%;
  width: 250px;
}
.home #content.site-content{
	padding:0;
}
.home-banner{
height: 524px;

margin-left: -15px;

margin-right: -15px;
background-position: right center;

background-size: cover;
}
.home-banner .banner-title{
float: left;

width: 100%;

margin: 50px 0 0 0;
}
.home-banner .banner-title p{
color: #fff;
font-size: 40px;
text-transform: uppercase;
line-height: 50px;
text-shadow: 2px 4px 2px #000;
font-weight: 500;
} 
.home-banner .boxes-container{
float: left;
width: 100%;
margin: 170px 0 0 0;
}
.home-banner .boxes-container .box-holder{
min-height: 96px;
float: left;
width: 31.7%;

margin-right: 25px;
overflow: hidden;
height: 194px;
}


.home-banner .boxes-container .box-holder.third-holder{
	margin-right:0;
}
.home-banner .boxes{
background: #ffffff;

min-height: 96px;

float: left;
width: 100%;


padding: 15px 17px 25px 25px;
overflow: hidden;
-webkit-transition:  0.5s; /* Safari */
    transition:  0.5s;
}
.home-banner .boxes.box1{
	height: 190px;
	
	margin-top: 94px;
	
}
.home-banner .boxes .description{
float: left;

width: 100%;

font-size: 15px;

line-height: 21px;

margin: 20px 0 0 0;

font-weight: 300;
}
.home-banner .boxes.box2{
margin-top: 94px;
}
.home-banner .boxes.box3{
	margin-right: 0;
margin-top: 94px;
}
.home-banner .boxes.box3 .product-icon{
margin-bottom: 3px;
}
.home-banner .boxes .product{
float: left;

width: 100%;
color:#000;
}
.home-banner .boxes .product .product-name{
float: left;

margin: 10px 0 0 0;

text-transform: uppercase;
}
.home-banner .boxes .product .view-product{
font-size: 12px;

float: right;

color: #ffcb05;
}
.home-banner .boxes .product .view-product i{
	color: #8dadc8;
}
.home-banner .boxes .product .product-icon{
	float: right;
}
.home-main-content-and-form{
margin-left: -15px;

margin-right: -15px;

margin-top: 65px;
}
.home-main-content-and-form .left{
float: left;

padding: 0 60px 0 0;
}
.home-main-content-and-form .left h1{
float: left;

width: 100%;

color: #004785;

text-transform: uppercase;

font-weight: 500;

font-size: 28px;

margin: 0 0 20px 0;

padding: 0;
}
.home-main-content-and-form .left .sub-heading{
	margin: 0 0 15px 0;
}
.home-main-content-and-form .left .description{
font-weight: 300;

margin: 0 0 30px 0;
}
.home-main-content-and-form .left .cta-btn-ctnr{
margin: 0 0 13px 0;

float: left;

width: 100%;
}
.home-main-content-and-form .left .cta-btn-ctnr a{
float: left;

width: 265px;

background: #ffcb05;

text-align: center;

padding: 14px 0;

color: #000;

font-size: 16px;

text-decoration: none;
height: 52px;
}
.home-main-content-and-form .left .cta-btn-ctnr.view-products a{
background: #004785;

color: #fff;
}
.home-main-content-and-form .left .cta-btn-ctnr a:hover{
	opacity: 0.7;
}
.home-main-content-and-form .right{
float: left;

padding-right: 0;
}
.home-main-content-and-form .right h4{
float: left;
width: 100%;
color: #004785;
text-transform: uppercase;
font-weight: 500;
font-size: 26px;
margin: 0 0 20px 0;
padding: 0;
}
.home-main-content-and-form .right input[type="text"], .home-main-content-and-form .right input[type="email"], .home-main-content-and-form .right input[type="tel"], .home-main-content-and-form .right textarea, 
.request-info-form input[type="text"], .request-info-form input[type="email"], .request-info-form input[type="tel"], .request-info-form textarea, .request-info-form select, 
.contact-us-form input[type="text"], .contact-us-form input[type="email"], .contact-us-form input[type="tel"], .contact-us-form textarea{
float: left;
width: 100%;
border-radius: 0;
background: #f4f4f4;
margin: 0 0 12px 0;
border: 0;
padding: 15px 15px;
font-weight: 300;
color: #8f8f8f;
font-size: 16px;
}
.home-main-content-and-form .right textarea, .request-info-form textarea, .contact-us-form textarea{
	height: 170px;
}
.request-info-form select{
  height:auto !important;
  font-size: 16px;
}
.home-main-content-and-form .right input[type="submit"], .request-info-form input[type="submit"], .contact-us-form input[type="submit"]{
float: right;

background: #004785;

border: none;

border-radius: 0;

width: 170px;

padding: 12px 0 11px 0;

text-transform: uppercase;

font-weight: 300;

font-size: 16px;
height: 48px;
color:#fff;
}
.home-main-content-and-form .right input[type="submit"]:hover, .request-info-form input[type="submit"]:hover, .contact-us-form input[type="submit"]:hover{
	opacity:0.8;
}
span.wpcf7-not-valid-tip{
	float:left;
	margin: 0 0 20px 0;
  width:100%;
}
div.wpcf7-validation-errors, div.wpcf7-acceptance-missing{
	float:left;
}
.home-scroll{
margin-left: -15px;
margin-right: -15px;
margin-top: 30px;
background: #f1f1f1;
padding: 20px 0;
}
.home-scroll h4{
text-align: center;
margin: 0 0 20px 0;
float: left;
width: 100%;
font-weight: 500;
}
.home-scroll .click-on-a{
float: left;

width: 100%;

text-align: center;

font-weight: 400;

font-size: 12px;

margin: 20px 0 0 0;
}
.sub-banner-content{
margin: 0 -15px 0 -15px;

background-color: #004785;

background-image: url(images/sub-banner-triangle.jpg);

background-repeat: no-repeat;

background-size: 200px;
min-height: 442px;
}


.sub-banner-content .left{
}
.sub-banner-content .left .content-holder{
float: right;

width: 541px;

padding: 35px 37px 38px 0;
}
.sub-banner-content .left .content-holder h2{
float: left;

width: 100%;

color: #fff;

text-transform: uppercase;

font-weight: 400;

font-size: 28px;

margin: 0 0 20px 0;

padding: 0;
}
.sub-banner-content .left .content-holder p{
color: #e4e4e4;

font-weight: 300;
}
.sub-banner-content .left .content-holder p.cta-btn-holder{
width: 100%;

float: left;

margin: 10px 0 0 0;
}
.sub-banner-content .left .content-holder p.cta-btn-holder a{
width: 139px;

background: #9e9936;

color: #fff;

float: left;

text-align: center;

padding: 13px 0 11px 0;

margin: 0 15px 0 0;

font-weight: 400;

font-size: 16px;
text-decoration: none;
}
.sub-banner-content .left .content-holder p.cta-btn-holder a:hover{
	opacity:0.8;
}
.sub-banner-content .left .content-holder p.cta-btn-holder .read-more{
}
.sub-banner-content .left .content-holder p.cta-btn-holder .contact-us{
color: #000;

background: #ffcb05;
}	

.sub-banner-content .right{
background-size: cover;
background-position: center;
overflow: hidden;
}
.sub-banner-content .right img{
	
}
.news-events-blog{
	margin: 55px -15px 0 -15px;
}
.news-events-blog span{
float: left;
width: 100%;
color: #004785;
text-transform: uppercase;
font-weight: 500;
font-size: 28px;
margin: 0 0 20px 0;
padding: 0;
}
.news-events-blog .left{
padding-left: 0;

padding-right: 56px;
float: left;
}
.news-events-blog .left .news-container{
float: left;

width: 100%;

margin: 0 0 25px 0;
}
.news-events-blog .left .news-container .title{
float: left;

width: 100%;

margin: 0 0 12px 0;

font-weight: 500;
}
.news-events-blog .left .news-container .content{
font-weight: 300;

line-height: 22px;
}
.news-events-blog .left .news-container .content img{
float: left;

width: 135px;

margin: 5px 13px 5px 0;
}
.news-events-blog .left .read-more-holder{
float: left;

width: 100%;
}
.news-events-blog .left .read-more-holder a{
float: right;

background: #004785;

color: #fff;

font-weight: 300;

font-size: 15px;

width: 135px;

text-align: center;

height: 43px;

padding: 11px 0 0 0;

text-decoration: none;
}
.news-events-blog .left .read-more-holder a:hover{
	opacity:0.8;
}
.news-events-blog .right{
	float: left;
	padding-left: 0;
}
.news-events-blog .right .upcoming-events{
float: left;

width: 100%;
}
.news-events-blog .right .upcoming-events .event{
float: left;

width: 100%;

margin: 0 0 12px 0;
}
.news-events-blog .right .upcoming-events .title{
float: left;

width: 100%;

font-weight: 500;

margin: 0;
}
.news-events-blog .right .upcoming-events .content{
float: left;

width: 100%;

font-weight: 300;

margin: 0;	
}
.from-our-blog{
}

.from-our-blog .recent-posts-widget-with-thumbnails{
}
.from-our-blog .recent-posts-widget-with-thumbnails ul{
	float:left;
}
.from-our-blog .recent-posts-widget-with-thumbnails ul li{
}
.from-our-blog .recent-posts-widget-with-thumbnails ul li a{
}
.from-our-blog .recent-posts-widget-with-thumbnails ul li a img{
}
.from-our-blog .recent-posts-widget-with-thumbnails ul li a .rpwwt-post-title{
	font-weight: 500;
}
.from-our-blog .recent-posts-widget-with-thumbnails ul li .rpwwt-post-excerpt{
}
.from-our-blog .recent-posts-widget-with-thumbnails  .rpwwt-post-excerpt{
	font-weight:300;
}
.from-our-blog .recent-posts-widget-with-thumbnails  .rpwwt-post-excerpt a{
float: right;

background: #004785;

color: #fff;

font-weight: 300;

font-size: 15px;

width: 135px;

text-align: center;

height: 43px;

padding: 11px 0 0 0;

text-decoration: none;

margin: 80px 0 0 0;
}
.from-our-blog .recent-posts-widget-with-thumbnails  .rpwwt-post-excerpt a:hover{
	opacity:0.8;
}
.site-footer{
background: #efefef;

padding: 45px 0 45px 0;

margin: 45px 0 0 0;
}
.site-footer .container{
	margin:0 auto;
	padding: 0;
}
.site-footer h5{
font-weight: 300;

font-size: 18px;

margin: 0 0 18px 0;

padding: 0;

float: left;

width: 100%;
}
.site-footer ul{
padding: 0;

margin: 0;

float: left;

list-style: none;

width: 100%;
}
.site-footer ul li{
list-style: none;

float: left;

width: 100%;

background-image: url(images/li-arrow.jpg);

background-repeat: no-repeat;

background-position: left 9px;

padding: 0 0 0 16px;

background-size: 5px;
}
.site-footer ul li a{
font-weight: 300;

font-size: 13px;
}
.site-footer ul li a:hover{
}
.site-footer .address{
float: left;

width: 100%;

font-size: 13px;

font-weight: 300;
}
.site-footer .contact-item-holder{
float: left;

width: 100%;

margin: 0 0 10px 0;
}
.site-footer .contact-item-holder a{
font-size: 13px;

font-weight: 300;
}
.site-footer .social-media{
float: left;
width: 100%;
margin: 0 0 30px 0;
}
.site-footer .social-media a{
color: #004785;

font-size: 15px;

margin: 0 25px 0 0;
}
.site-footer .social-media a i{
}
.site-footer .raise-label{
float: left;

width: 100%;

font-size: 14px;

font-weight: 300;

margin: 0 0 20px 0;
}
.site-footer .raise-img{
float: left;
}
.footer-copyright{
background: #004785;

min-height: 120px;

padding: 35px 0 0 0;
}
.footer-copyright p{
text-align: center;

margin: 0 0 9px 0;

color: #fff;

font-size: 12px;

font-weight: 300;
}
.footer-copyright p a{
	color: #fff;
}
.category-banner {
    position: relative;
}

.category-banner{
margin: 0 -15px 0 -15px;



background-size: cover;

background-repeat: no-repeat;

background-position: center;
}
.page-id-111 .category-banner{
	height: 670px;
}
.page-id-111 .title-desc-bg-shade{
	margin: -196px 0 0 0;
	height: 186px;
}

.page-id-179 .category-banner{
	height: 760px;
}
.page-id-179 .title-desc-bg-shade{
	height: 237px;
}
.page-id-181 .category-banner{
	height: 670px;
}
.page-id-181 .title-desc-bg-shade{
	margin: -196px 0 0 0;
	height: 186px;
}
.general-pages{
  margin-top:40px;
}
.general-pages p{
font-weight: 300;
margin: 0 0 15px 0;
  
}
.general-pages .note{
  font-size: 12px;
}
.general-pages li{
  font-weight:300;
  
}
.general-pages h1{
  
float: left;
width: 100%;
color: #004785;
text-transform: uppercase;
font-weight: 500;
font-size: 28px;
margin: 0 0 20px 0;
padding: 0;
border: none;
}

.general-pages h2{
  
float: left;
width: 100%;
color: #004785;
text-transform: uppercase;
font-weight: 500;
font-size: 22px;
padding: 0;

}
.general-pages h3, .general-pages h3 a, .general-pages h4, .general-pages h4, .general-pages h5, .general-pages h6{
  color: #004785;
  font-weight: 500;
}
.general-pages h2, .general-pages h3, .general-pages h4, .general-pages h4, .general-pages h5, .general-pages h6{
  margin:0 0 15px 0;
  border: none;
}

.general-pages ul{
list-style: none;
padding: 0 0 0 18px;
margin: 0 0 15px 0;
clear: both;
}
.general-pages li{
    background-image: url(images/li-arrow-black.png);
    background-repeat: no-repeat;
    padding: 0 0 0 14px;
    background-size: 5px;
    background-position: left 6px;
}
.general-pages #left-content{
  border-right: 1px dotted #ccc;
}
#right-content a, #right-content .sidebar-form{
  margin-bottom: 15px;
}
#right-content .sidebar-form{
  float: left;
  width:100%;
}
.general-pages #right-content .raise-img{
  margin:12px 0 0 0;
}

.banner-form{
float: right;

background: rgba(0,103,149,0.7);

padding: 15px 16px 17px 16px;

width: 415px;

margin: 90px 0 0 0;
}

.banner-form h3{
  color: #fff;
}
.banner-form h3, #right-content  h3{

text-transform: uppercase;

font-weight: 400;

font-size: 19px;

margin: 0 0 0 0;

float: left;

width: 100%;
}

.banner-form input[type="text"], .banner-form input[type="email"], .banner-form input[type="tel"], .banner-form textarea,
.sidebar-form input[type="text"], .sidebar-form input[type="email"], .sidebar-form input[type="tel"], .sidebar-form textarea{
float: left;
width: 100%;
border-radius: 0;
background: #f4f4f4;
margin: 12px 0 0 0;
border: 0;
padding: 15px 15px;
font-weight: 300;
color: #8f8f8f;
font-size: 16px;
}
.banner-form textarea, .sidebar-form textarea, .product-page .product-row-2 textarea{
	height: 110px;
}
/*.banner-form .wpcf7-not-valid-tip, .banner-form .wpcf7-validation-errors,
.sidebar-form .wpcf7-not-valid-tip, .sidebar-form .wpcf7-validation-errors{
	 display:none;
} */
.banner-form .wpcf7-not-valid, .sidebar-form .wpcf7-not-valid{
	border:3px solid red !important;
}
.sub-category .conetnt-above-cta{
	margin: 25px 0 0 0;
}
.banner-form input[type="submit"], .sidebar-form input[type="submit"]{
float: right;

background: #004785;

border: none;

border-radius: 0;

width: 170px;

padding: 12px 0 11px 0;

text-transform: uppercase;

font-weight: 300;

font-size: 16px;
height: 48px;
margin: 12px 0 0 0;
color:#fff;
}
.banner-form input[type="submit"]:hover, .sidebar-form input[type="submit"]:hover{
	opacity:0.8;
}
.page-id-179 .title-short-desc{
	margin: 457px 0 0 0;
}
.title-short-desc{
float: left;
z-index: 99;
margin: 502px 0 0 0;

padding: 0 10px 0 0;

width: 545px;

height: 178px;
position: relative;	

}
.page-id-1974 .title-short-desc, .page-id-1838 .title-short-desc, .page-id-1096 .title-short-desc, .page-id-1092 .title-short-desc {
  height: 217px;
}

.page-id-1970 .title-short-desc, .page-id-1972 .title-short-desc {
  height: 255px;
}
.page-id-1713 .title-short-desc, .page-id-1094 .title-short-desc {
  height: 230px;
}
.page-id-807 .title-short-desc {
  height: 187px;
}
.page-id-1836 .title-short-desc {
  height: 188px;
}
.title-desc-bg-shade{
background: rgba(0, 103, 149, .7);
    float: left;
    width: 50%;
    border: 0;
    margin: 0;
    position: absolute;
    bottom: 0;
}
.page-id-1974 .title-desc-bg-shade, .page-id-1838 .title-desc-bg-shade, .page-id-1096 .title-desc-bg-shade, .page-id-1092 .title-desc-bg-shade {
  margin: -242px 0 0 0;
}
.page-id-1094 .title-desc-bg-shade {
  margin: -240px 0 0 0;
}
.page-id-1970 .title-desc-bg-shade,  .page-id-1972 .title-desc-bg-shade  {
  margin: -273px 0 0 0;
}
.page-id-1713 .title-desc-bg-shade {
  margin: -248px 0 0 0;
}
.title-short-desc .breadcrumbs{
float: left;

width: 100%;

color: #fff;

font-weight: 300;

font-size: 14px;	
}
.title-short-desc .breadcrumbs a{
	color: #fff;
}
.title-short-desc h1{
float: left;
width: 100%;
margin: 5px 0 9px 0;
color: #fff;
text-transform: uppercase;
font-size: 37px;
font-weight: 500;
border: none;
}
.page-id-181 .title-short-desc h1{
	font-size: 36px;
}
.title-short-desc .desc{
float: left;

width: 100%;

}
.title-short-desc .desc p{
margin: 0;

float: left;

width: 100%;

color: #fff;

font-weight: 300;
}
.category-page .main-content{
	padding: 15px 0 0 0;
	margin: 0 -15px 0 -15px;
}
.category-page .main-content h2{
color: #004785;
text-transform: uppercase;
font-weight: 500;
font-size: 28px;
margin: 25px 0 9px 0;
padding: 0;
}
.category-page .main-content p, .category-page .main-content ul li{
	font-weight:300;
}
.category-page .main-content .cta{
float: left;

width: 100%;

margin: 20px 0 40px 0;
}
.category-page .main-content .cta .btn-holder{
	float: left;
}

.category-page .main-content .cta a, #right-content .cta-group-1 a{
text-align: center;
float: left;
width: 100%;
background: #e1e1e1;
padding: 15px 0 15px 0;
text-decoration:none;
color: #000;
font-size: 16px;
}
.category-page .main-content .cta a:hover,  #right-content .cta-group-1a:hover{
	opacity:0.8;
}
.category-page .main-content .cta a.trench-comp{
}
.category-page .main-content .cta a.req-info,  #right-content .cta-group-1 a.req-info{
	background: #ffcb05;
}
.category-page .main-content .cta a.contact-us{
	background: #004785;
	color:#fff;
}
.category-page .main-content h2 a {
	color: #004785;
}
.category-page .main-content .sub-category-images{
float: left;

width: 100%;

margin: 20px 0 35px 0;
}
.category-page .main-content .sub-category-images .img-holder{
	float: left;
}
.category-page .main-content .sub-category-images .img-holder a{
float: left;

width: 100%;

text-align: center;

}

.sub-category .products{
float: left;

width: 100%;
}
.sub-category .products .product-holder{
float: left;

margin-bottom: 30px;
}
.sub-category .products .product-holder .product{
background: #e1e1e1;

float: left;

width: 100%;
}
.sub-category .products .product-holder .product a{
color: #000;
text-decoration: none;
float: left;
width: 100%;
}
.sub-category .products .product-holder .product:hover{
	background:#ffcb05;
}
.sub-category .products .product-holder .product:hover h3 a{ color:#fff;
}
.sub-category .products .product-holder .product:hover .read-more{ color:#fff;
}
.sub-category .products .product-holder .product img{
	float:left;
	width:100%;
	margin: 0 0 16px 0;
}
.page-template-search-result .sub-category .products .product-holder .product > p > a{
	text-align:center;
}
.page-template-search-result .sub-category .products .product-holder .product img{
	width:auto;
	height:186px;
	float: none;
}
.sub-category .products .product-holder .content{
float: left;

width: 100%;

padding: 0 15px 15px;
}
.sub-category .products .product-holder .content h3{
float: left;

width: 100%;

margin: 0 0 6px 0;
}
.sub-category .products .product-holder .content h3 a{
text-transform: uppercase;

font-weight: 500;

font-size: 18px;
}
.page-id-111 .sub-category .products .product-holder .content h3 a{
	font-size: 16px;
}
.sub-category .products .product-holder .content .sub-title{
	
float: left;
width: 100%;
font-weight: 500;
font-size: 15px;
margin: 0 0 10px 0;
min-height: 47px;
}
.sub-category .products .product-holder .content .description{
float: left;
width: 100%;
font-weight: 300;
font-size: 15px;
margin: 0 0 12px 0;
min-height: 114px;
}
.sub-category .products .product-holder .content .read-more{
float: right;

text-transform: uppercase;

font-weight: 300;

font-size: 15px;
}
.product-page{

}
.product-page .container{
	padding:0;

}
.product-page .product-row-1{
	margin-top: 40px;
}
.product-page .product-row-1 .title-and-breadcrumb{
}
.product-page .product-row-1 .title-and-breadcrumb .breadcrumbs{ 
font-weight: 300;

font-size: 14px;

color: #808080;

float: left;

width: 100%;

margin: 0 0 15px 0;
}
.product-page .product-row-1 .title-and-breadcrumb h1{
float: left;
width: 100%;
color: #004785;
text-transform: capitalize;
font-weight: 500;
font-size: 28px;
margin: 0 0 10px 0;
padding: 0;
border: none;
}
.product-page .product-row-1 .left{
	float: left;
}
.product-page .product-row-1 .right{
float: left;

padding-left: 0;

margin: 7px 0 0 0;
}
.html5gallery-elem-img-2 a{
	display:none !important;
	opacity: 0;
}
.product-page .product-row-1 .html5gallery-box-2{
	left:0 !important;
	width:100% !important;
}
.product-page .product-row-1 .html5gallery-car-2{
	left:0 !important;
}
.product-page .product-row-1 .short-description{
}
.product-page .product-row-1 .short-description p{
	font-weight:300;
}
.product-page .product-row-1  .cta-group-1{
float: left;

width: 100%;	
}
.product-page .product-row-1  .cta-group-1 a{
float: left;

width: 275px;

clear: both;

height: 48px;

text-align: center;

padding: 13px 0 0 0;

font-size: 15px;

margin: 13px 0 0 0;

text-decoration: none;

color: #000;
}
.product-page .product-row-1  .cta-group-1 a:hover{
	opacity:0.8;
}
.product-page .product-row-1  .cta-group-1 .contact-us{
	background:#004785;
	color:#fff;
}
.product-page .product-row-1  .cta-group-1 .req-info{
	background:#ffcb05;
}
.product-page .product-row-1  .cta-group-1 .comparison-table{
	background:#e1e1e1;
}
.product-page .product-row-1 .content-below-cta-group-1, .general-pages .content-below-cta-group-1{
float: left;

width: 100%;

margin: 26px 0 0 0;

font-weight: 300;
}
.product-page .product-row-1 .content-below-cta-group-1 .supports, .general-pages .content-below-cta-group-1 .supports{
padding: 0;

list-style: none;

float: left;

width: 100%;

margin-left: 0;
}
.product-page .product-row-1 .content-below-cta-group-1 .supports li, .general-pages .content-below-cta-group-1 .supports li{
float: left;

width: 100%;

margin: 0 0 15px 0;

background-image: none;

padding: 0;
}
.product-page .product-row-1 .content-below-cta-group-1 .supports li img, .general-pages .content-below-cta-group-1 .supports li img{
float: left;

width: 40px;	
}
.product-page .product-row-1 .content-below-cta-group-1 .supports li label, .general-pages .content-below-cta-group-1 .supports li label{
float: left;
margin: 8px 0 0 6px;
cursor: pointer;
}
.general-pages .sidebar-links, .general-pages .long-description{
  margin: 20px 0 0 0;
  float: left;
  width: 100%;
}
.general-pages .sidebar-form, .general-pages .long-description h3:not(:first-child){
  margin-top: 20px !important;
}
.general-pages .content-below-cta-group-1 .supports, .general-pages .sidebar-links ul,  .general-pages .long-description ul{
  margin-top: 12px;
  float: left;
  width: 100%;
}
.product-page .product-row-2{
	margin: 40px 0 0 0;
}
.product-page .product-row-2 .left{
	float:left;
}
.product-page .product-row-2 .right{
	float:left;
	padding-left: 0;
}
.product-page .product-row-2 h5, .general-pages h5{
color: #004785;

font-size: 18px;

font-weight: 500;

margin: 0 0 20px 0;
}
.product-page .product-row-2 p, .product-page .product-row-2 li{
	font-weight:300;
}
.product-page .product-row-2 ul{
padding: 0;

list-style: none;

margin: 0 0 40px 15px;
}
.news-inner ul{
padding: 0;

list-style: none;

margin: 0 0 40px 15px;
clear: none;
}
.product-page .product-row-2 ul li, .news-inner ul li{
background-image: url(images/li-arrow-black.png);

background-repeat: no-repeat;

padding: 0 0 0 14px;

background-size: 5px;

background-position: left 6px;
}


.product-page .product-row-2  .cta-group-2 a{
float: left;

width: 275px;

clear: both;

height: 48px;

text-align: center;

padding: 13px 0 0 0;

font-size: 15px;

margin: 13px 0 0 0;

text-decoration: none;

color: #000;
}
.product-page .product-row-2  .cta-group-2 a:hover{
	opacity:0.8;
}

.product-page .product-row-2  .cta-group-2 .req-info{
	background:#ffcb05;
}
.product-page .product-row-2  .cta-group-2 .comparison-table{
	background:#e1e1e1;
}
.product-page .product-row-2 .video{
float: left;

width: 100%;

margin: 0 0 40px 0;
}
.product-page .product-row-2 .youtubevideo{
float: left;

width: 100%;

border: none;

height: 251px;
}

.product-page .product-row-2 input[type="text"], .product-page .product-row-2 input[type="email"], .product-page .product-row-2 input[type="tel"], .product-page .product-row-2 textarea {
    float: left;
    width: 100%;
    border-radius: 0;
    background: #f4f4f4;
    margin: 0 0 12px 0;
    border: 0;
    padding: 15px 15px;
    font-weight: 300;
    color: #8f8f8f;
}
.product-page .product-row-2 input[type="submit"] {
    float: right;
    background: #004785;
    border: none;
    border-radius: 0;
    width: 170px;
    padding: 12px 0 11px 0;
    text-transform: uppercase;
    font-weight: 300;
    font-size: 16px;
    height: 48px;
    color:#fff;
}
.product-page .product-row-2 input[type="submit"]:hover{
	opacity:0.8;
}
.product-page .product-row-1 .html5gallery-elem-img-2{
	width:100% !important;
}
.product-page .product-row-1 .html5gallery-elem-2{
	/* width:100% !important; */
}
#wonderplugingallery-container-2{
	max-width:100%;
}

.post-thumbnail {
    float: left;
    width: 250px;
    margin: 5px 15px 15px 0;
}
.blog-listing .entry-content, .archive .entry-content{
	margin: 0;
}
.blog-listing .post.hentry, .archive  .post.hentry{
margin-bottom: 30px;
border-bottom: 1px solid #dedede;
padding-bottom: 30px;
}
.blog-listing .more-link, .archive .more-link, .news .more-link{
float: right;

background: #014785;

color: #fff;

height: 44px;

width: 160px;

text-align: center;

padding: 10px 0 0 0;

font-size: 15px;

font-weight: 300;

text-decoration: none;

margin-top:20px;
}
.blog-listing .more-link:hover, .archive .more-link:hover, .news .more-link:hover{
	opacity:0.8;
}
.entry-meta{
float: left;

width: 100%;

margin: 0 0 20px 0;

font-weight: 300;

font-size: 13px;
}
.entry-meta a{
	color: #9a9a9a;
}

.page-id-184 .wpcf7-checkbox, .page-id-764 .wpcf7-checkbox, .page-id-1102 .wpcf7-checkbox, .page-id-1300 .wpcf7-checkbox, .page-id-1598 .wpcf7-checkbox, .page-id-1725 .wpcf7-checkbox, .page-id-1859 .wpcf7-checkbox, .page-id-1982 .wpcf7-checkbox{
  border:none;
  padding: 0;
  float: left;
  width: 100%;
}
.page-id-184 .wpcf7-checkbox span.wpcf7-list-item, .page-id-764 .wpcf7-checkbox span.wpcf7-list-item, .page-id-1102 .wpcf7-checkbox span.wpcf7-list-item, .page-id-1300 .wpcf7-checkbox span.wpcf7-list-item, .page-id-1598 .wpcf7-checkbox span.wpcf7-list-item, .page-id-1725 .wpcf7-checkbox span.wpcf7-list-item, .page-id-1859 .wpcf7-checkbox span.wpcf7-list-item, .page-id-1982 .wpcf7-checkbox span.wpcf7-list-item{
  display: block;
  margin: 0 0 12px 0;
  font-size: 16px;
}
.wpcf7-recaptcha{
  float: left;
  border: none;
  padding: 0;
}
.g-recaptcha{
  transform: scale(.83);
  -webkit-transform: scale(.83);
  transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
}
.banner-form .wpcf7-recaptcha, .sidebar-form .wpcf7-recaptcha{
  margin: 12px 0 0 0;
}
.banner-form .wpcf7-recaptcha{
  background: transparent;
}
.banner-form div.wpcf7-response-output{
  color: #fff;
}
div.wpcf7-response-output{
  float:left;
  margin:0;
}
.page-id-27 .col-sm-6, .page-id-756 .col-sm-6, .page-id-1013 .col-sm-6{
  padding: 0;
  font-size: 16px;
}
.news{
  margin-bottom: 30px;
  border-bottom: 1px solid #dedede;
  padding-bottom: 70px;
}
.page-id-194 table, .page-id-812 table, .page-id-1090 table, .page-id-1294 table, .page-id-1592 table, .page-id-1719 table, .page-id-1840 table, .page-id-1976 table  {
  width:100%;
  text-align: center;
  font-size: 16px;
}
.page-id-194 table tr td:first-child, .page-id-812 table tr td:first-child, .page-id-1090 table tr td:first-child, .page-id-1294 table tr td:first-child, .page-id-1592 table tr td:first-child, .page-id-1719 table tr td:first-child, .page-id-1840 table tr td:first-child, .page-id-1976 table tr td:first-child{
  text-align: left;
  width: 200px;    
}
.page-id-194 table th, .page-id-812 table th, .page-id-1090 table th, .page-id-1294 table th, .page-id-1592 table th, .page-id-1719 table th, .page-id-1840 table th, .page-id-1976 table th{
  background-color: #f0f0f0;
  padding: 15px 0;
}
.page-id-194 table td, .page-id-812 table td, .page-id-1090 table td, .page-id-1294 table td, .page-id-1592 table td, .page-id-1719 table td, .page-id-1840 table td, .page-id-1976 table td{
  border-bottom: 1px dotted #ccc;
  padding: 12px 5px;
}
.terms-img{
  width: 100%;
  float: left;
}
.terms-img img{
  padding-right: 15px;
}
.request-info-form{
  float: left;
  width: 100%;
}

/*french, Japanese */
.page-id-735 .home-banner .boxes.box1, .page-id-1812 .home-banner .boxes.box1, .page-id-1943 .home-banner .boxes.box1 {
  height: 250px;
}
.page-id-735 .home-banner .boxes-container, .page-id-1812 .home-banner .boxes-container, .page-id-1943 .home-banner .boxes-container{
  margin: 107px 0 0 0;
}
.page-id-735 .home-banner .boxes.box1, .page-id-735 .home-banner .boxes.box2, .page-id-735 .home-banner .boxes.box3, 
.page-id-1812 .home-banner .boxes.box1, .page-id-1812 .home-banner .boxes.box2, .page-id-1812 .home-banner .boxes.box3, 
.page-id-1943 .home-banner .boxes.box1, .page-id-1943 .home-banner .boxes.box2, .page-id-1943 .home-banner .boxes.box3{
  margin-top: 154px;
}
.page-id-735 .home-banner .boxes-container .box-holder, .page-id-1812 .home-banner .boxes-container .box-holder, .page-id-1943 .home-banner .boxes-container .box-holder{
  height: 254px;
}
.page-id-735 .sub-banner-content .left .content-holder p.cta-btn-holder a, .page-id-1004 .sub-banner-content .left .content-holder p.cta-btn-holder a{
  width:162px;
}
.page-id-805 .sub-category .products .product-holder .content h3 a, .page-id-1713 .sub-category .products .product-holder .content h3 a{
  min-height: 50px;
}
.page-id-845 #read_more, .page-id-845 #read_less{
  float: right;
  background: #004785;
  color: #fff;
  font-size: 15px;
  border: none;
  height: 48px;
  width: 130px;
}

/* German, Greek, Russian */
.page-id-1004 .home-banner .boxes .product .product-name, .page-id-1812 .home-banner .boxes .product .product-name, .page-id-1943 .home-banner .boxes .product .product-name{
  width: 192px;
}
.page-id-1004 .home-banner .boxes-container{
  margin: 153px 0 0 0;
}
.page-id-1004 .home-banner .boxes-container .box-holder{
  height: 208px;
}

/*Spanish, Italian */
.page-id-1258 .home-banner .boxes.box1, .page-id-1404 .home-banner .boxes.box1 {
  height: 230px;
}
.page-id-1258 .home-banner .boxes-container, .page-id-1404 .home-banner .boxes-container{
  margin: 127px 0 0 0;
}
.page-id-1258 .home-banner .boxes.box1, .page-id-1258 .home-banner .boxes.box2, .page-id-1258 .home-banner .boxes.box3, 
.page-id-1404 .home-banner .boxes.box1, .page-id-1404 .home-banner .boxes.box2, .page-id-1404 .home-banner .boxes.box3{
  margin-top: 134px;
}
.page-id-1258 .home-banner .boxes-container .box-holder, .page-id-1404 .home-banner .boxes-container .box-holder{
  height: 234px;
}

/* Japanese */
.page-id-1426 .home-banner .boxes.box1, .page-id-1426 .home-banner .boxes.box2, .page-id-1426 .home-banner .boxes.box3{
  margin-top: 96px;
}

/* Greek, Russian */
.page-id-1812 .news-events-blog .left .read-more-holder a, .page-id-1943 .news-events-blog .left .read-more-holder a{
  height: auto;
  padding: 11px 0;
}
.page-id-1834 .sub-category .products .product-holder .content .sub-title, .page-id-1970 .sub-category .products .product-holder .content .sub-title{
  min-height: 68px;
}
.page-id-1096 .sub-category .products .product-holder .content h3 a, .page-id-809 .sub-category .products .product-holder .content h3 a, .page-id-181 .sub-category .products .product-holder .content h3 a, .page-id-1834 .sub-category .products .product-holder .content h3 a, .page-id-1970 .sub-category .products .product-holder .content h3 a{
  min-height: 50px;
}

/* Russian */
.parent-pageid-1970 .product-page .product-row-1 .cta-group-1 a, .parent-pageid-1970 .product-page .product-row-2 .cta-group-2 a, 
.parent-pageid-1972 .product-page .product-row-1 .cta-group-1 a, .parent-pageid-1972 .product-page .product-row-2 .cta-group-2 a, 
.parent-pageid-1974 .product-page .product-row-1 .cta-group-1 a, .parent-pageid-1974 .product-page .product-row-2 .cta-group-2 a{
  width: 300px;
}



/* custom responsive css starts here */
@media only screen and (max-width: 319px){
  .home-banner .boxes .product .product-name, .home-banner .boxes .product .view-product{
    font-size: 11px;
  }
  .home-main-content-and-form .left .cta-btn-ctnr a{
    font-size: 15px;
  }
  .page-id-1004 .home-banner .boxes .product .product-name, .page-id-1812 .home-banner .boxes .product .product-name, .page-id-1943 .home-banner .boxes .product .product-name{
    width: 140px;
  }
}
@media only screen and (max-width: 338px){
  .terms-img img:not(:last-child){
    padding-bottom: 5px;
  }
}
@media only screen and (max-width: 437px){
  .page-id-1004 .home-banner .boxes-container .box-holder, .page-id-1812 .home-banner .boxes-container .box-holder, .page-id-1943 .home-banner .boxes-container .box-holder{
    min-height: 112px;
  }
  .page-id-1004 #primary .home-banner .boxes.box1, .page-id-1004 #primary .home-banner .boxes.box2, .page-id-1004 #primary .home-banner .boxes.box3, 
  .page-id-1812 #primary .home-banner .boxes.box1, .page-id-1812 #primary .home-banner .boxes.box2, .page-id-1812 #primary .home-banner .boxes.box3, 
  .page-id-1943 #primary .home-banner .boxes.box1, .page-id-1943 #primary .home-banner .boxes.box2, .page-id-1943 #primary .home-banner .boxes.box3{
    height: 100px
  }
  .page-id-1004 #primary .home-banner .boxes, .page-id-1812 #primary .home-banner .boxes, .page-id-1943 #primary .home-banner .boxes{
    min-height: 100px;
  }
}
@media only screen and (min-width: 1140px) {
	.container {
		max-width: 1140px !important;
	}
  .banner-form  .g-recaptcha{
    transform: scale(.67);
    -webkit-transform: scale(.67);
  }
}
@media only screen and (min-width: 768px) {
	.container {
		max-width: unset;
	}
	
}
@media only screen and (min-width: 576px) {
	.container {
		max-width: unset;
	}
	
}

@media only screen and (max-width: 1200px) {
	.top-srch{
		display:none;
	}
	#main-nav{
		background: #004785;
		
		z-index: 1000;
		
		margin: 53px 0 0 0;
		
		padding: 0 0 0 64px;
	}
	.main-nav-row{
		display:none;
	}
  .page-id-194 table, .page-id-812 table{
    font-size: 12px;
  }
}
@media only screen and (max-width: 1140px) {
	.product-page .container{
		padding:0;
	}
	.product-page {

    padding: 0;

}
	#primary .sub-banner-content .left .content-holder{
		width:100%;
	}
	.category-page .title-short-desc {

		float: left;
		margin: 25px 0 0 0;
		padding: 25px 20px 25px 25px;
		width: 100%;
		height: auto;
		background: rgba(0,103,149,0.7);

	}
	.category-page .banner-form {

		float: right;
		background: rgba(0,103,149,0.7);
		padding: 25px;
		width: 100%;
		margin: 25px 0 25px 0;
	
	}
	.title-desc-bg-shade{
		display:none;
	}
	.category-page .category-banner{
		height:auto
	}
	

}

@media (min-width: 438px) and (max-width: 767px){
  .page-id-1004 .home-banner .boxes .product .product-name, .page-id-1812 .home-banner .boxes .product .product-name, .page-id-1943 .home-banner .boxes .product .product-name{
    width: auto;
  }
}
@media (min-width: 768px) and (max-width: 1133px){
  .page-id-1092 .sub-category .products .product-holder .content h3 a, .page-id-1096 .sub-category .products .product-holder .content h3 a{
    min-height: 50px;
  }
}
@media (min-width: 1116px) and  (max-width: 1134px) {
  .page-id-1426 .home-banner .boxes .product .product-name{
    font-size: 15px;
  }
}
@media (min-width: 950px) and  (max-width: 1115px) {
	#primary .home-banner{
		height: 423px;
	}
	#primary .home-banner .boxes-container{
		margin: 145px 0 0 0;
	}
  .page-id-1004 #primary .home-banner .boxes-container, .page-id-1812 #primary .home-banner .boxes-container, .page-id-1943 #primary .home-banner .boxes-container{
    margin: 130px 0 0 0;
  }
  .page-id-1004 #primary .home-banner .boxes, .page-id-1812 #primary .home-banner .boxes, .page-id-1943 #primary .home-banner .boxes{
    min-height: 115px;
  }
	#primary .home-banner .boxes.box1{
		margin: 0 !important;
	}
	#primary .home-banner .boxes.box2{
		margin: 0 !important;
	}
	#primary .home-banner .boxes.box3{
		margin: 0 !important;
	}
	.home-banner .boxes .description{
		display:none;
	}
	#primary .home-banner .boxes.box1{
		height: 90px;
	}
	#primary .home-banner .boxes.box2{
		height: 90px;
	}
	#primary .home-banner .boxes.box3{
		height: 90px;
	}
  .page-id-1004 #primary .home-banner .boxes.box1, .page-id-1004 #primary .home-banner .boxes.box2, .page-id-1004 #primary .home-banner .boxes.box3, 
  .page-id-1812 #primary .home-banner .boxes.box1, .page-id-1812 #primary .home-banner .boxes.box2, .page-id-1812 #primary .home-banner .boxes.box3, 
  .page-id-1943 #primary .home-banner .boxes.box1, .page-id-1943 #primary .home-banner .boxes.box2, .page-id-1943 #primary .home-banner .boxes.box3{
    height:115px;
  }
	#primary .home-banner .boxes-container .box-holder{
		margin-right: 13px;
		height:auto;
	}
	#primary .home-banner .boxes{
		padding: 15px 10px 25px 10px;
	}
	#primary .home-banner .boxes .product .product-icon {

		width: 74px;
	
	}
	
}
@media (min-width:870px) and  (max-width: 985px) {
  .page-id-805 .sub-category .products .product-holder .content .sub-title, .page-id-1292 .sub-category .products .product-holder .content .sub-title, .page-id-1713 .sub-category .products .product-holder .content .sub-title{
    min-height: 68px;
  }
	#primary.sub-category .products .product-holder .content .description{
		min-height: 138px;
	}
  .page-id-805  #primary.sub-category .products .product-holder .content .description, 
  .page-id-809  #primary.sub-category .products .product-holder .content .description, 
  .page-id-1292  #primary.sub-category .products .product-holder .content .description, 
  .page-id-1713  #primary.sub-category .products .product-holder .content .description{
    min-height: 158px;
  }
	#primary .sub-banner-content .left .content-holder p.cta-btn-holder{
		margin-bottom:20px;
	}
  .page-id-1834 .sub-category .products .product-holder .content h3 a {
    min-height: 75px;
  }
  .page-id-1834 #primary.sub-category .products .product-holder .content .sub-title{
    min-height: 90px;
  }
  .page-id-1974 #primary.sub-category .products .product-holder .content .sub-title{
    min-height: 68px;
  }
  .page-id-1834 #primary.sub-category .products .product-holder .content .description{
    min-height: 158px;
  }
}
@media (min-width:986px) and  (max-width: 1144px){
  .page-id-805 .sub-category .products .product-holder .content .sub-title, .page-id-1713 .sub-category .products .product-holder .content .sub-title, .page-id-1974 #primary.sub-category .products .product-holder .content .sub-title{
    min-height: 68px;
  }
  .page-id-805  #primary.sub-category .products .product-holder .content .description,  .page-id-1292  #primary.sub-category .products .product-holder .content .description,  .page-id-1713  #primary.sub-category .products .product-holder .content .description,  .page-id-1834  #primary.sub-category .products .product-holder .content .description,  .page-id-1970  #primary.sub-category .products .product-holder .content .description{
    min-height: 135px;
  }
}

@media (min-width:768px) and  (max-width: 869px) {
	#primary .sub-banner-content .left .content-holder p.cta-btn-holder{
		margin-bottom:20px;
	}
	#primary .home-banner .boxes .product .product-name{
		font-size: 13px;
	}
  .page-id-1004 .home-banner .boxes .product .product-name, .page-id-1812 .home-banner .boxes .product .product-name, .page-id-1943 .home-banner .boxes .product .product-name{
    width:170px;
  }
	#primary.sub-category .products .product-holder .content .description{
		min-height: 180px;
	}
  .page-id-805 #primary.sub-category .products .product-holder .content .description{
    min-height: 203px;
  }
	#primary.sub-category .products .product-holder .content .sub-title{
		min-height: 70px;
	}
  .page-id-805 #primary.sub-category .products .product-holder .content .sub-title, .page-id-1713 #primary.sub-category .products .product-holder .content .sub-title, .page-id-1970 #primary.sub-category .products .product-holder .content .sub-title, .page-id-1974 #primary.sub-category .products .product-holder .content .sub-title{
    min-height: 90px;
  }
  .page-id-1834 #primary.sub-category .products .product-holder .content .sub-title{
    min-height: 113px;
  }
  .page-id-735 .sub-banner-content .left .content-holder p.cta-btn-holder a, .page-id-1004 .sub-banner-content .left .content-holder p.cta-btn-holder a {
    width: 148px;
    margin: 0 10px 0 0;
  }
  .page-id-1834 .sub-category .products .product-holder .content h3 a, .page-id-1970 .sub-category .products .product-holder .content h3 a{
    min-height: 75px;
  }
  .page-id-1970 .sub-category .products .product-holder .content h3 a{
    font-size: 14px;
  }
}
@media (min-width:768px) and  (max-width: 949px) {
	#primary .home-banner{
		height: 350px;
	}
	#primary .home-banner .boxes-container{
		margin: 80px 0 0 0;
	}
  .page-id-1004 #primary .home-banner .boxes-container, .page-id-1812 #primary .home-banner .boxes-container, .page-id-1943 #primary .home-banner .boxes-container{
    margin: 48px 0 0 0;
  }
	#primary .home-banner .boxes.box1{
		margin: 0 !important;
	}
	#primary .home-banner .boxes.box2{
		margin: 0 !important;
	}
	#primary .home-banner .boxes.box3{
		margin: 0 !important;
	}
	.home-banner .boxes .description{
		display:none;
	}
	#primary .home-banner .boxes{
		padding: 15px 9px 25px 9px;
		min-height: 84px;
	}
  .page-id-1004 #primary .home-banner .boxes, .page-id-1812 #primary .home-banner .boxes, .page-id-1943 #primary .home-banner .boxes{
    min-height: 115px;
  }
	#primary .home-banner .boxes.box1{
		height: 84px;
	}
	#primary .home-banner .boxes.box2{
		height: 84px;
	}
	#primary .home-banner .boxes.box3{
		height: 84px;
	}
  .page-id-1004 #primary .home-banner .boxes.box1, .page-id-1004 #primary .home-banner .boxes.box2, .page-id-1004 #primary .home-banner .boxes.box3, 
  .page-id-1812 #primary .home-banner .boxes.box1, .page-id-1812 #primary .home-banner .boxes.box2, .page-id-1812 #primary .home-banner .boxes.box3, 
  .page-id-1943 #primary .home-banner .boxes.box1, .page-id-1943 #primary .home-banner .boxes.box2, .page-id-1943 #primary .home-banner .boxes.box3{
    height:115px;
  }
	#primary .home-banner .boxes-container .box-holder{
		margin-right: 10px;
		height:auto;
	}
	#primary .home-banner .boxes .product .product-icon {
		width: 45px;
	}
  .general-pages #left-content, .general-pages #right-content{
    flex: 0 0 100%;
    max-width: 100%;
    border:none;
  }
  .page-id-1586 .sub-category .products .product-holder .content h3 a{
    min-height: 50px;
  }
	
}
@media (max-width:767px){
	#primary.product-page .product-row-2 .right{
		padding-left: 15px;
	}
	.product-page .product-row-2 .cta-group-2{
	margin: 0 0 50px 0;

	float: left;
	
	width: 100%;
	}
	#primary.product-page .product-row-1 .cta-group-1 a, #primary.product-page .product-row-2 .cta-group-2 a{
		width: 100%;
	}
	#primary.product-page .product-row-1 .right{
		padding-left: 15px;
	}
	#primary.product-page .product-row-1 {

		margin-top: 10px;
	
	}
	.product-page .product-row-1 .title-and-breadcrumb .breadcrumbs{
		display:none;
	}
	
	.category-page .category-banner .container{
		padding:0;
	}
	.category-page .category-banner .title-short-desc{
		margin: 169px 0 0 0;

		padding: 10px 15px 10px 15px;
	}
	.category-banner .title-short-desc h1{
		font-size: 22px;
		margin: 5px 0 1px 0;
	}
	.category-banner .title-short-desc .breadcrumbs{
		display:none;
	}
	.category-page .banner-form{
		display:none;
	}
	#primary.sub-category .products .product-holder .content .description{
		min-height: auto;
	}
	#primary.sub-category .products .product-holder .content .sub-title{
		min-height: auto;
	}
	#primary.sub-category .products .product-holder {

		padding: 0;
	
	}
	
	.category-page .main-content .cta .btn-holder {

		padding: 0;
		margin: 7px 0 7px 0;
	}
	.category-page .main-content .sub-category-images .img-holder {
    
		padding: 7px 0 7px 0;
	}
	#primary .home-main-content-and-form .right input[type="submit"],.request-info-form input[type="submit"], .contact-us-form input[type="submit"], .sidebar-form input[type="submit"],.product-page .product-row-2 input[type="submit"]{
		width:100%;
	}
	#primary .news-events-blog .left .read-more-holder a{
		width: 100%;
		
	}
	#primary .news-events-blog .right .upcoming-events{
		margin-top:45px;
	}
	#primary .from-our-blog .recent-posts-widget-with-thumbnails .rpwwt-post-excerpt a{
		width: 100%;
		margin: 3px 0 0 0;
	}
	#page .site-footer .col{
		width: 33%;

		flex-basis: unset;
		
		margin-bottom: 40px;
	}
	#primary .news-events-blog .right{
		padding-right:0;
	}
	#primary .news-events-blog .left{
		padding-right:0;
	}
	#primary .sub-banner-content .left .content-holder{
		padding-bottom:45px;
		padding-right:0;
	}
	#primary .sub-banner-content{
		min-height: unset;
	}
	.sub-banner-content .right{
		display:none;
	}
	.slick-prev, .slick-next{
		display:none !important;
	}
	#primary .home-main-content-and-form .right{
		margin-top: 55px;
		padding-left: 0;
	}
	#primary .home-main-content-and-form .left{
		padding-right:0;
	}
	#primary .home-main-content-and-form .left .cta-btn-ctnr a{
		width:100%;
	}
	#primary .home-banner{
		height: auto;
	}
	#primary .home-banner .boxes-container{
		margin: 40px 0 0 0;
	}
	#primary .home-banner .boxes.box1{
		margin: 0 !important;
	}
	#primary .home-banner .boxes.box2{
		margin: 0 !important;
	}
	#primary .home-banner .boxes.box3{
		margin: 0 !important;
	}
	.home-banner .boxes .description{
		display:none;
	}
	#primary .home-banner .boxes{
		padding: 15px 9px 25px 9px;
		min-height: 84px;
	}
	#primary .home-banner .boxes.box1{
		height: 84px;
	}
	#primary .home-banner .boxes.box2{
		height: 84px;
	}
	#primary .home-banner .boxes.box3{
		height: 84px;
	}
	#primary .home-banner .boxes-container .box-holder{
		margin-right: 0;
		height: auto;
		width: 100%;
	}
	#primary .home-banner .boxes .product .product-icon {

		width: 78px;
	
	}
	#primary .home-banner .banner-title p{
		line-height: 38px;
		font-size: 28px;
	}
	.from-our-blog {
		float: left;
		width: 100%;
		margin: 25px 0 0 0;
	}
}

@media (min-width: 634px) and (max-width: 745px) {
	header .top-quick-nav .contacts li a{
		font-size: 13px;
	}
	header .top-quick-nav .dropdown .btn{
		font-size: 13px;
	}
}
@media (max-width: 633px) {
	.fax{
		display:none;
	}
	header .top-quick-nav .contacts li a{
		font-size: 13px;
	}
	header .top-quick-nav .dropdown .btn{
		font-size: 13px;
		padding-left: 0;
	}
	header .top-quick-nav .contacts li{
		margin-left: 5px;
		float: right;
	}
	header .top-quick-nav .contacts{
		width: 83%;
	}
	header .top-quick-nav .dropdown {
	
		float: left;
		
	
	}
	header .logo-and-search .logo{
		width: 90px;
	}
	header .top-srch .search-field{
		width: 160px;
	}
	header .top-srch{
		margin: 29px 0 0 0;
	}
	
	
}
@media (max-width:460px){
	#page .site-footer .col{
		width: 100%;

		flex-basis: unset;
		
		margin-bottom: 40px;
	}
	#primary .sub-banner-content .left .content-holder p.cta-btn-holder a{
		width: 100%;
		margin: 0 0 0 0;
	}
	#primary .sub-banner-content .left .content-holder p.cta-btn-holder .read-more {
		margin-bottom: 15px;
	}
	#page .site-footer{
		padding-bottom:0;
	}
	
}
@media (max-width:384px){
	#page header .top-quick-nav .contacts{
		width: 60%;
	}
	
}
@media (min-width: 1000px){
  .home-main-content-and-form .wpcf7-recaptcha{
    width:60%;
  }
  .contact-us .g-recaptcha {
    transform: scale(.67);
    -webkit-transform: scale(.67);
  }
  .contact-us .wpcf7-recaptcha{
    width:50%;
  }
}

/* .page-id-451 .product-page .product-row-2 .cta-group-2 a, .page-id-522 .product-page .product-row-2 .cta-group-2 a, 
.page-id-832 .product-page .product-row-2 .cta-group-2 a, .page-id-855 .product-page .product-row-2 .cta-group-2 a, 
.page-id-1177 .product-page .product-row-2 .cta-group-2 a, .page-id-1222 .product-page .product-row-2 .cta-group-2 a, 
.page-id-1376 .product-page .product-row-2 .cta-group-2 a, .page-id-1401 .product-page .product-row-2 .cta-group-2 a, 
.page-id-1658 .product-page .product-row-2 .cta-group-2 a, .page-id-1680 .product-page .product-row-2 .cta-group-2 a, 
.page-id-1783 .product-page .product-row-2 .cta-group-2 a, .page-id-1798 .product-page .product-row-2 .cta-group-2 a, 
.page-id-1913 .product-page .product-row-2 .cta-group-2 a, .page-id-1928 .product-page .product-row-2 .cta-group-2 a, 
.page-id-2043 .product-page .product-row-2 .cta-group-2 a, .page-id-2062 .product-page .product-row-2 .cta-group-2 a, 
.page-id-469 .product-page .product-row-2 .cta-group-2 a, .page-id-837 .product-page .product-row-2 .cta-group-2 a,
.page-id-1186 .product-page .product-row-2 .cta-group-2 a, .page-id-1383 .product-page .product-row-2 .cta-group-2 a,
.page-id-1663 .product-page .product-row-2 .cta-group-2 a, .page-id-1787 .product-page .product-row-2 .cta-group-2 a, .page-id-1917 .product-page .product-row-2 .cta-group-2 a, .page-id-2049 .product-page .product-row-2 .cta-group-2 a, .page-id-480 .product-page .product-row-2 .cta-group-2 a, .page-id-841 .product-page .product-row-2 .cta-group-2 a{
  width: 100%;
} */
.sub-category .products .product-holder .content h3 a .small-category{
float: left;
width: 100%;
font-size: 12px;
}
.page-template-search-result .sub-category .products .product-holder .content h3 a{
  min-height: 75px;
}
.page-id-2103 .sub-category .products .product-holder .content h3 a{
  min-height: 100px;
}
.page-id-2105 .sub-category .products .product-holder .content h3 a{
  min-height: 125px;
}
.page-id-807 .sub-category .products .product-holder .content .sub-title, .page-id-1094 .sub-category .products .product-holder .content .sub-title, .page-id-1290 .sub-category .products .product-holder .content .sub-title, .page-id-1836 .sub-category .products .product-holder .content .sub-title, .page-id-1715 .sub-category .products .product-holder .content .sub-title {
    min-height: 68px;
}



.video h5 {

   /* min-height: 50px; */
    line-height: 25px;

}


/* .page-id-564 .col-md-4.left.scnd-row, .page-id-548 .col-md-4.left.scnd-row, .page-id-559 .col-md-4.left.scnd-row, .page-id-876 .col-md-4.left.scnd-row, .page-id-870 .col-md-4.left.scnd-row, .page-id-874 .col-md-4.left.scnd-row, .page-id-1246 .col-md-4.left.scnd-row, .page-id-1253 .col-md-4.left.scnd-row, .page-id-1565 .col-md-4.left.scnd-row, .page-id-1569 .col-md-4.left.scnd-row, .page-id-1692 .col-md-4.left.scnd-row, .page-id-1688 .col-md-4.left.scnd-row, .page-id-1806 .col-md-4.left.scnd-row, .page-id-1810 .col-md-4.left.scnd-row, .page-id-1935 .col-md-4.left.scnd-row, .page-id-1939 .col-md-4.left.scnd-row, .page-id-2068 .col-md-4.left.scnd-row, .page-id-2072 .col-md-4.left.scnd-row, .page-id-522 .col-md-4.left.scnd-row, .page-id-2623 .col-md-4.left.scnd-row, .page-id-2645 .col-md-4.left.scnd-row, .page-id-451 .col-md-4.left.scnd-row, .page-id-2062 .col-md-4.left.scnd-row, .page-id-2762 .col-md-4.left.scnd-row, .page-id-2761 .col-md-4.left.scnd-row, .page-id-2043 .col-md-4.left.scnd-row, .page-id-2750 .col-md-4.left.scnd-row, .page-id-2749 .col-md-4.left.scnd-row, .page-id-1928 .col-md-4.left.scnd-row, .page-id-2734 .col-md-4.left.scnd-row, .page-id-2733 .col-md-4.left.scnd-row, .page-id-1798 .col-md-4.left.scnd-row, .page-id-1680 .col-md-4.left.scnd-row, .page-id-2722 .col-md-4.left.scnd-row, .page-id-2724 .col-md-4.left.scnd-row, .page-id-2713 .col-md-4.left.scnd-row, .page-id-2715 .col-md-4.left.scnd-row, .page-id-1401 .col-md-4.left.scnd-row, .page-id-2704 .col-md-4.left.scnd-row, .page-id-2700 .col-md-4.left.scnd-row, .page-id-1222 .col-md-4.left.scnd-row, .page-id-855 .col-md-4.left.scnd-row, .page-id-2693 .col-md-4.left.scnd-row, .page-id-2689 .col-md-4.left.scnd-row, .page-id-832 .col-md-4.left.scnd-row, .page-id-2043 .col-md-4.left.scnd-row, .page-id-1913 .col-md-4.left.scnd-row, .page-id-1783 .col-md-4.left.scnd-row, .page-id-1658 .col-md-4.left.scnd-row, .page-id-1376 .col-md-4.left.scnd-row, .page-id-1177 .col-md-4.left.scnd-row, .page-id-469 .col-md-4.left.scnd-row, .page-id-837 .col-md-4.left.scnd-row, .page-id-1186 .col-md-4.left.scnd-row, .page-id-1383 .col-md-4.left.scnd-row, .page-id-1663 .col-md-4.left.scnd-row, .page-id-1787 .col-md-4.left.scnd-row, .page-id-1917 .col-md-4.left.scnd-row, .page-id-2049 .col-md-4.left.scnd-row,  .page-id-480 .col-md-4.left.scnd-row,  .page-id-841 .col-md-4.left.scnd-row{ 

    display: none; 

} */


.page-id-548 .video h5, .page-id-2068 .video h5{

    /* min-height: 75px; */
    line-height: 25px;

}



.page-id-553 .col-md-4.left.scnd-row h5 {

    min-height: 50px;

}

.page-id-559 .col-md-4.left.frst-row h5 {

    min-height: 50px;

}


.page-id-2068 .video h5 {

    min-height: 75px;
    line-height: 25px;

}



.page-id-2070 .col-md-4.left.scnd-row .video h5, .page-id-1937 .col-md-4.left.scnd-row .video h5, .page-id-1690 .col-md-4.left.scnd-row .video h5, .page-id-1567 .col-md-4.left.scnd-row .video h5, .page-id-1251 .col-md-4.left.scnd-row .video h5, .page-id-872 .col-md-4.left.scnd-row .video h5{min-height: 50px;}



.page-id-1810 .col-md-4.left.frst-row h5, .page-id-1692 .col-md-4.left.frst-row h5, .page-id-1569 .col-md-4.left.frst-row h5, .page-id-1253 .col-md-4.left.frst-row h5, .page-id-874 .col-md-4.left.frst-row h5 {

    min-height: 50px;

}


.custom-blue-button{
    float: right;
    background: #004785;
    border: none;
    border-radius: 0;
    width: 170px;
    padding: 12px 0 11px;
    text-transform: uppercase;
    font-weight: 300;
    font-size: 16px;
    height: 48px;
    color: #fff;
}

#right-content .sidebar-form .btn-primary {
    margin-top: 10px;
}


#post-194 tr:nth-child(2n+1) {
    background: #f8f8f8;
}