/*body,html {height:100%;}*/
body {background:#fff; color:#6a6a6a; font-family: 'Playfair Display', serif; font-weight:400; padding: 0; margin:0;}
p, li {font-family: 'Playfair Display', serif; line-height:1.8em; font-size:1.125em;}
b, strong {font-weight:bold;}
em {font-style:italic;}
hr{opacity:.5; clear:both;}
hr.thick {
    border-top: 4px solid #ccc;
}

.grecaptcha-badge {
    display: none !important;
}

img {
    max-width: 100%;
    height: auto;
}
a {color:#9ead1a;}
a:hover {color:#7d8912;}
.btn {font-family: 'Open Sans', sans-serif; text-transform:uppercase; font-weight:400; border-radius:4px;}
.btn-group-lg>.btn, .btn-lg {font-size: 1.5rem; padding: 8px 20px;}

.btn-border {
    color: inherit;
    border: 3px solid #fff;
}
.btn-border:hover {background:#fff; color:#000; border-color:#fff;}

.btn-yellow {background:#f7f405; color:#0c6fde;}
.btn-yellow:hover {background:#f9bc04; color:#fff;}

.btn-green {background:#9ead1a; color:#fff;}
.btn-green:hover {background:#7d8912; color:#fff;}

.btn-red {background:#c5001e; color:#fff;}
.btn-red:hover {background:#000; color:#fff;}

.btn-outline-red {background:transparent; border: 2px solid #c5001e; color:#c5001e;}
.btn-outline-red:hover {background:#c5001e; color:#fff;}

.btn-black {background:#000; color:#ff0;}
.btn-black:hover {background:#fff; color:#000;}
/*.btn-slant {transform: skew(-20deg);}*/

pre {
    white-space: normal;       /* Since CSS 2.1 */
    white-space: -moz-normal;  /* Mozilla, since 1999 */
    white-space: -normal;      /* Opera 4-6 */
    white-space: -o-normal;    /* Opera 7 */
    word-wrap: break-word;       /* Internet Explorer 5.5+ */
    font-size:inherit;
}

.bg-red {background:#c5001e;}
.bg-blue {background:#1dafed;}
.bg-green {background:#9ead1a;}
.bg-black {background:#000;}
.bg-white {background:#fff;}

section ul {margin-left:30px; list-style:disc;}

.img-border {border: 2px solid #ccc;}

.form-control {border-radius:0;}

.text-muted {color:#a4a4a4 !important;}

.list-group-item {background:transparent;}

section ul.list-group-flush {margin:0;}

/****** Universal styles ******/
h1,h2,h3,h4,h5,h6 {font-family:'Open Sans', sans-serif; font-weight: 700; line-height:1em; color:#191919;}
/*h1 {font-size:4em;}
h2 {font-size:2.75em;}
h3 {font-size:2.4em;}
h4 {font-size:2em;}
*/
h1 span.small {font-weight:400; font-style:initial; letter-spacing:0.1em; font-size:30%;}


.black{color:#000;}
.red a {color:#ed2124;}
.red.btn {color:#fff;}
span.red {color:#ed2124;}


.upper {text-transform:uppercase; line-height:0.9em;}

.bg-blue {background:#fff;}
.bg-blue.entry-title {padding: 30px 0; text-align:center;}
.bg-blue h1 {color:#191919;}
.bg-blue h1:after {content:''; display:block; height:4px; background:#191919; width:100px; margin: 10px auto;}


.clr {clear:both; height:10px;}
.clrMid {clear:both; height:50px;}

.edit-link {
    position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 99999999;
}

.grayscale img {
	-webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
	opacity:0.5;
}
.grayscale img:hover {
	-webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
    filter: grayscale(0%);
	opacity:1;
}

.entry-content ul {list-style:disc; margin-left:30px;}
.entry-content ol {list-style:decimal; margin-left:30px;}
.entry-content #primary.widget-area ul.sid {margin-left:0;}

.entry-content ul.half li {width: 50%; float:left;}
.entry-content ul.thirds li {width: 33%; float:left;}
.entry-content ul.fourths li {width: 25%; float:left;}

.entry-content ul.pagination, .entry-content ul.accordion, .entry-content ul.list-unstyled, .entry-content ul.wp-block-gallery {margin:0; list-style:none;}

.bar-header {font-weight:bold;}

.round, .btn-round {border-radius:1000px;}

.panel-heading {font-size:1em; font-family:'Open Sans', sans-serif;}

.panel.panel-white {border-radius:0; border:2px solid #2b5fac; margin: 10px;}
.panel.panel-white .panel-body {padding: 35px 25px;}

.line-below:after {content:''; display:block; width:120px; margin:20px auto 20px; border-bottom: 5px solid #ccc;}

.row.collapse {
    display: block;
margin:0;
}

.row.collapse .col-sm-4 {
    padding: 0;
}

.home .row.collapse {border: 2px solid #fff;}
.home .row.collapse img {border: 2px solid #fff;}

.float-right {
    float: right;
    background: #f9f9f9;
    padding: 20px;
    border-radius: 4px;
    border: 1px solid #ddd;
}


.white-text>* {color:#fff;}
.white-text span.small {color:#ddd;}



#sidebar .card {margin-bottom: 15px; overflow:hidden;}
#sidebar .card .card-body {padding:0;}
#sidebar .card ul {margin:0; list-style:none;}
#sidebar .card ul li a {display:block; padding: 10px 10px 10px 20px; background:#fff;border-bottom: 1px solid #ddd;}
#sidebar .card ul li:last-child a {border-bottom: 0;}
#sidebar .card ul li a:hover {text-decoration:none; background:#f9f9f9;}


.card-bg {background:#000 url(images/card-bg.jpg) no-repeat center center; background-size:cover;}

ul.leaders {margin-left:0; width:400px; max-width:100%; list-style:none;}

ul.leaders li { clear: both; }

ul.leaders li span:first-child {
	float: left;
	padding: 0 .4em 0 0;
	margin: 0;
}
ul.leaders li span + span {
	float: right;
	padding: 0 0 0 .4em;
	margin: 0;
}

ul.leaders li:after {
	content: "";
	display: block;
	overflow: hidden;
	height: 1.1em;
	border-bottom: 2px dotted;
}

a.facebook {color:#4469B0;}
a.facebook:hover {color:#333;}
a.twitter {color:#1EB7EE;}
a.twitter:hover {color:#333;}
a.linkedin {color:#1277B2;}
a.linkedin:hover {color:#333;}
a.linkedin {color:#1277B2;}
a.linkedin:hover {color:#333;}
a.google {color:#DA4F46;}
a.google:hover {color:#333;}
a.instagram {color:#D11488;}
a.instagram:hover {color:#333;}





/****** SECTIONS ******/
.slogan {
    text-transform: uppercase;
    font-size: 0.7em;
letter-spacing: 0.1em;
    color: #2082bc;
}

#logo {
    font-family: 'Muli', sans-serif;
    font-size:2em;
	width: 550px;
	max-width: 100%;
	margin: 12px auto 0;
}
#logo small {
    font-family: 'Playfair Display', serif;
    display:block;
    font-size:60%;
}
#logo a {color:#000; text-decoration:none; display:block;}


header {
    padding: 60px 0;
    position: relative;
    width: 100%;
    background: #fff url(images/top-header.jpg) no-repeat center top;
}

header.fixed-top, .fixed-top {
    position: fixed !important;
    width: 100% !important;
    top: 0;
    z-index: 999;
}

.phone a {
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    font-size: 1.5em;
    margin-top: 32px;
    display: block;
    color: #000;
}
.phone a:hover {text-decoration:none; color:#9ead1a;}








section{padding-top:100px; padding-bottom:100px; overflow:hidden;}

section.tight {padding: 40px 0 40px;}

section.shadow {position:relative; box-shadow: 0 .75rem .75rem rgba(0,0,0,.15) !important;}

section.front {
padding: 0;
	background:#000 url(images/interior-design-showroom.jpg) no-repeat center center fixed; background-size:cover;
	color:#fff;
}

section.front .trans {background:url(images/trans.png) no-repeat bottom center; padding: 140px 0;}

section.front h1 {
    font-size: 3em;
    color: #fff;
}

section.front .btn {text-shadow:none; margin-top:20px;}

section#whatwedo h3 {font-size:1.2em;}

section#locations {background:url(images/locations.jpg) no-repeat top center; background-size:cover;}

section#locations h2 {font-size:2.25em;}

section#locations p {color:#fff;}


.parallax, .parallax-header {
  position: relative;
  background-attachment: fixed;
  background-position: center 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.parallax-header {background-position: center -67px;}


section.parallax {background-image:url(images/everglades.jpg);}
section.parallax .btn {text-shadow:none;}

section.custom-header {background-color:#000;}

section.custom-header h1 {color:#fff; text-align:center;}

.home .easy_t_single_testimonial blockquote.easy_testimonial {background:#fff; border-radius: 4px; padding: 20px 25px 5px 25px;}

.home .easy_t_single_testimonial blockquote.easy_testimonial .testimonial_body {font-style:italic;}

.home .easy_t_single_testimonial blockquote.easy_testimonial .testimonial_body p:after {content:'...'; display:inline-block;}

blockquote.easy_testimonial .testimonial_author {font-weight:bold;}




.pricing .recommended, .pricing .best {
	margin-top: -24px;
}
.pricing .recommended .recommended-title {
	color:#fff;
	text-align:center;
}

.pricing .best .best-title {
	color:#fff;
	text-align:center;
}

.pricing ul li {
    border-top: 1px solid #eee;
    line-height: 2.5em;
}

.pricing ul li:last-child {
    border-bottom: 1px solid #eee;
}

.pricing h2 small {font-size:50%;}

.pricing .btn {background:#ccc; color:#000;}
.pricing .btn:hover {background:#000; color:#fff;}

.pricing .btn-warning {background:#ffc107; color:#000;}
.pricing .btn-warning:hover {background:#000; color:#fff;}


.menu-top-menu-container {width:370px; max-width:100%; float:right;}



header #menu-top-menu {margin-top:10px; margin-bottom:15px;}
header #menu-top-menu li {border-right:1px solid #fff;}
header #menu-top-menu li:last-child {border-right:0;}
header #menu-top-menu li a {color:#fff; padding: 10px 15px; font-size:0.85em;}
header #menu-top-menu li a:hover {color:#ccc;}


/*********** Background Video Styles ***************/
.vidbcg {
position:absolute;
top:0px;
right:0px;
z-index:-1;
height:100%;
width:100%;
overflow:hidden;
	background:#000;
}

#videobcg { 
     position: absolute;
     top: 0px;
     right: 0px;
     min-width: 100%;
     min-height: 100%;
     width: 100%;
     height: auto;
     z-index: -2;
     overflow: hidden;
}



section#front-bullets {
    color:#fff;
    padding: 0;
}
section#front-bullets p {margin:0;}
section#front-bullets a {color:#fff; display:block; padding: 20px 20px; margin:0; font-size:1.35em;}
section#front-bullets a:hover {background:rgba(0,0,0,0.125); text-decoration:none;}
section#front-bullets .one {display:inline-block; vertical-align: middle; width: 50px; height:78px; margin-right: 10px; background:url(images/one.png) no-repeat center center; background-size:100%;}
section#front-bullets .two {display:inline-block; vertical-align: middle; width: 50px; height:78px; margin-right: 10px; background:url(images/two.png) no-repeat center center; background-size:100%;}
section#front-bullets .three {display:inline-block; vertical-align: middle; width: 50px; height:78px; margin-right: 10px; background:url(images/three.png) no-repeat center center; background-size:100%;}
section#front-bullets .circle-border {display:inline-block; vertical-align: middle; width: 50px; height:60px; margin-right: 10px; background:url(images/circle-border.png) no-repeat center center; background-size:100%; line-height: 60px; font-size: 1.2em; text-align:center;}

#cta {border-top:4px solid #9ead1a; position: relative; z-index: 1;}
#cta .cta-button {position:absolute; right:30px; top: 0px;}
#cta .cta-button .btn {
	border-radius:0;
-webkit-border-bottom-right-radius: 4px;
-webkit-border-bottom-left-radius: 4px;
-moz-border-radius-bottomright: 4px;
-moz-border-radius-bottomleft: 4px;
border-bottom-right-radius: 4px;
border-bottom-left-radius: 4px;
}


section#footer-widgets {padding: 50px 0 30px; background:#000; color:#fff;}

#footer-widgets .title {
    font-family: 'Open Sans', sans-serif;
    font-weight: 800;
    line-height: 1.3em;
    color: #fff;
    font-size: 1.5rem;
    margin-bottom: 15px;
}

#footer-widgets ul {margin:0;}

#footer-widgets ul li {list-style:none;}

#footer-widgets .post-date {
    display: block;
    font-size: 0.8em;
    font-style: italic;
    color: #ccc;
}

#footer-widgets a {color:#fff;}
#footer-widgets a:hover {color:#ccc;}


.frontfeatured {background:#eeeeee; border-bottom:6px solid #56c5d0; margin-top:15px;}
.frontfeatured .featimg {background-size:cover; background-position:center center; height:240px;}
.frontfeatured .summary {padding: 30px 30px 20px;}
.frontfeatured a {color:#337374;}
.frontfeatured a:hover {color:#222;}
.frontfeatured a.btn {color:#fff;}


section.hero {padding:180px 170px; background-size:cover; background-position: center center;}
section.hero h1 {color:#fff; text-shadow: 1px 1px 3px #000; text-transform:uppercase;} 
section.hero p.lead {color:#fff; text-shadow: 1px 1px 3px #000;}



section.newsletter {background:#ce0d15; color:#fff; padding: 40px 0 25px;}
section.newsletter h3 {color:#fff;}
section.newsletter form {margin-top:15px;}
section.newsletter form input[type=text] {background:transparent; border-radius:0; border: 2px solid #fff;}
section.newsletter form input[type=text]::placeholder {color:#f9f9f9; font-size:90%; font-style:italic;}
section.newsletter form .btn {border:2px solid #fff;}
section.newsletter form .btn:hover {border:2px solid #000; background:#000; color:#fff;}


section.slick-slider {padding:0;}




section.blog .container {margin: 50px auto;}



section.ins img {margin: 10px;}


.plan .col-sm-4 {margin-top:-84px; z-index:2;}

.plan-line {
border: 2px solid #0c6fde;
    width: 70%;
    margin: 0 auto;
    margin-top: 84px;
 z-index:2;
}

.featSection {background:#f5f5f5; border: 1px solid #aaa; padding: 10px; margin: 15px 0;}
.featSection .icon {width:100px; height:100px; margin:15px auto; color:#fff; line-height:100px; font-size:3em;}
.featSection h2 {font-size:1.1em;}

p.social a {color:#ccc; margin-right:6px;}
p.social a:hover {color:#333;}



/****** Intro / Trainer Section, includes header/navigation *****/
.navbar {margin-bottom:0; margin-top:20px;}
a.navbar-brand {margin-top:4px;}
.navbar-brand > img {
    display: inline-block;
max-height: 45px;
}
.kanji{margin-top:-3px;}
ul#menu-main-menu {
    margin-top: 6px;
}
.nav-pills a {border:1px solid transparent;}
.nav-pills>li.active>a.btn{background-color: #fff;color:#333;}
.nav a, .nav a:link {color: #9f9f9f;}
.nav a.btn {color:#000; margin-left:10px;}
.nav a:hover, .nav a:focus {color: #000;}
.nav-pills>li.active>a, .nav-pills>li.active>a:hover, .nav-pills>li.active>a:focus, .nav-pills>li.current-menu-item>a {background-color: #00A6CF; color: #fff;}

header .head-top .nav a {color:#fff; padding: 6px 15px;}
header .head-top .nav > li > a:focus, header .head-top .nav > li > a:hover {color:#333;}

.navbar-collapse {padding:0;}
.navbar {min-height:10px; border:0px;}
.navbar .nav a, .navbar .nav a:link {color:#888; font-size:1em; text-transform:uppercase; padding: 12px 8px; margin:0 5px;}
.navbar-nav>li>a {margin: 0 10px;}
.navbar .nav .dropdown-menu>li>a {padding:6px 15px;}
.navbar .nav>li>a:focus, .navbar .nav>li>a:hover {color:#007AA8; background:#fff;}
.navbar-nav>li>.dropdown-menu {border:0;}

.navbar .nav .dropdown-menu a, .navbar .nav .dropdown-menu a:link {margin:0;}

.dropdown-menu>.active>a {background-color: #fff; color:#666;}
.dropdown-menu>.active>a:hover {background-color:#eee; color:#333;}

.navbar-toggle .icon-bar {background: #27418e;	}

#mega-menu-wrap-top-menu {clear:none; float:right;}

/****** Location / Address / Map section *****/
.map::before {
    position: absolute;
    top: 50%;
    left:50%;
    color:#000;
    font-size:50px;
    margin-left:-25px;
    margin-top:-50px;
    text-shadow:0px 0px 20px #fff;
    font-family: 'fontfit';
    content: "\e608";
  }
.add {background-color: rgba(0,0,0,.7);
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0,0,0,1)), to(rgba(0,0,0,0.7)));
	background: -webkit-linear-gradient(top, rgba(0,0,0,0.7), rgba(0,0,0,1));
	background: -moz-linear-gradient(top, rgba(0,0,0,0.7), rgba(0,0,0,1));
	background: -ms-linear-gradient(top, rgba(0,0,0,0.7), rgba(0,0,0,1));
	background: -o-linear-gradient(top, rgba(0,0,0,0.7), rgba(0,0,0,1));
  padding-top:10px; padding-bottom:0px; }
p.move{margin-top:650px;margin-bottom:10px;}
.map p small {background-color:rgba(255,255,255,.7);text-shadow: 0 -1px 0 rgba(255,255,255,1);}



/****** Inverted (light on dark) buttons ******/
.btn-invert {
  color: #fff;
  background-color: #000;
  border-color: #222;
}
.btn-invert:hover,
.btn-invert:focus,
.btn-invert:active,
.btn-invert.active,
.open > .dropdown-toggle.btn-invert {
  color: #e6e6e6;
  background-color: #333;
  border-color: #111;
}
.btn-invert:active,
.btn-invert.active,
.open > .dropdown-toggle.btn-invert {
  background-image: none;
}
.btn-invert.disabled,
.btn-invert[disabled],
fieldset[disabled] .btn-invert,
.btn-invert.disabled:hover,
.btn-invert[disabled]:hover,
fieldset[disabled] .btn-invert:hover,
.btn-invert.disabled:focus,
.btn-invert[disabled]:focus,
fieldset[disabled] .btn-invert:focus,
.btn-invert.disabled:active,
.btn-invert[disabled]:active,
fieldset[disabled] .btn-invert:active,
.btn-invert.disabled.active,
.btn-invert[disabled].active,
fieldset[disabled] .btn-invert.active {
  background-color: #ccc;
  border-color: #000;
}
.btn-invert .badge {
  color: #333;
  background-color: #fff;
}


/****** Form Styling ******/
#searchform {margin-bottom:0px; }
#sidebar #searchform {margin-bottom:15px;}


/****** Blog Style ******/
.customDate {
    position: absolute;
    z-index: 1;
    background: #fff;
    padding: 10px 15px;
border:1px solid #ccc;
border-left:none;
border-top:none;
}

.customDate span.day {
    display: block;
    font-size: 2em;
    font-weight: 800;
    margin: 0;
    padding: 0;
    text-align: center;
    line-height: 1em;
}
.customDate span.up {font-weight:400; font-size: 0.5em; vertical-align: super;}

.customDate span.month {
    display: block;
    text-align: center;
text-transform:uppercase;
color:#ccc;
}

.date {color:#ccc;}




/****** Footer Styles ******/
footer {padding: 30px 0 20px; background:#fff;}
footer i {font-size:1.5em;}




footer input[type="text"] {
    -webkit-border-top-left-radius: 100px;
    -webkit-border-bottom-left-radius: 100px;
    -moz-border-radius-topleft: 100px;
    -moz-border-radius-bottomleft: 100px;
    border-top-left-radius: 100px;
    border-bottom-left-radius: 100px;
    padding: 24px 20px;
}

footer form .btn {
    -webkit-border-top-right-radius: 100px;
    -webkit-border-bottom-right-radius: 100px;
    -moz-border-radius-topright: 100px;
    -moz-border-radius-bottomright: 100px;
    border-top-right-radius: 100px;
    border-bottom-right-radius: 100px;
    padding: 12px 25px;
}

footer form .btn:hover {
    background:#fff;
    color:#000;
}



#mainSearch {position:fixed; width:100%; height:100%; z-index:9999; background:#fff; top:0; left:0;}
#mainSearch .inner {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
}
#mainSearch .inner .title {font-family: 'Open Sans', sans-serif; font-size:2.5em; color:#191919; margin-bottom: 30px;}

#mainSearch .closeBtn {
    position: absolute;
    top: 10px;
    right: 20px;
    font-size: 2em;
    font-family: 'Open Sans', sans-serif;
    font-weight:600;
    z-index:9;
}
#mainSearch .closeBtn a { color:#ccc; }
#mainSearch .closeBtn a:hover {color:#333; text-decoration:none;}


#brands .brcs_slider_brands.slick-slider {
    padding: 0 40px;
}

#brands img {
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
    opacity:0.3;
}
#brands img:hover {
    -webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
    filter: grayscale(0%);
    opacity:1;
}




/****** Services Accordion Styles ******/
.panel-default {overflow:hidden;}
ul.custom-accordion {
    list-style: none;
    margin: 0;
}

ul.custom-accordion .sub-menu {
    list-style: none;
    margin:0;
}

ul.custom-accordion li {background: #fff;}

ul.custom-accordion li a {
    padding: 8px 8px 8px 18px;
    border-bottom: 1px solid #ddd;
display:block;
}

ul.custom-accordion > li:last-child a {border:0;}

ul.custom-accordion li a:hover {background:rgba(0,0,0,0.1);}

ul.custom-accordion li.current-menu-parent {background:#2ca4d0;}

ul.custom-accordion li.current-menu-parent > a {color:#fff;}

ul.custom-accordion li ul.sub-menu li a {padding-left:36px;}

ul.custom-accordion li.current-menu-item a {background:rgba(0,0,0,0.05);}







#primary.widget-area form h3 {font-size:1.1em; margin: 0 0 20px;}

.affix {
-moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.affix-menu {
    background: rgba(0,0,0,0.5);
    width: 100%;
    display: block;
    margin-top: -57px;
    text-align: center;
    font-size: 1.25em;
	color:#fff;
}

.affix-menu a {
    padding: 8px 16px;
    background: rgba(0,0,0,0.5);
    display: inline-block;
    color: #fff;
    margin: 15px 5px 0;
}
.affix-menu a:hover {color:#EAEA3F;}

#disclaimer {padding-top: 0px; padding-bottom: 25px; color:#888;}
#disclaimer hr {border-top: 2px solid #888;}



/******* WOOCOMMERCE CUSTOM STYLES ********/
.woocommerce span.onsale {
    width: 50px;
    height: 50px;
    background: #CC1320;
}
.woocommerce ul.products li.product .woocommerce-loop-category__title, .woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product h3 {
    padding: 0;
    margin: 0;
    font-size: 1.5em;
}
.woocommerce div.product p.price, .woocommerce div.product span.price {color:#CC1320; font-size: 1.75em;}

.woocommerce div.product .product_title {font-size:3.5em;}

.woocommerce ul.products li.product .price {
    color: #CC1320;
    display: block;
    font-weight: 400;
    margin-bottom: 0;
    font-size: 1.25em;
}
.woocommerce ul.products li.product .price ins {font-weight:400;}
.woocommerce ul.products li.product .button {display:none;}
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    border: 1px solid #ddd;
    border-radius: 0;
    padding: 15px;
	text-align:center;
	transition: all 0.3s ease;
	min-height:370px;
}
.woocommerce ul.products li.product:hover, .woocommerce-page ul.products li.product:hover {
    /*box-shadow: 0 0 5px #666;*/
    border: 4px solid #000;
}
.woocommerce .woocommerce-breadcrumb {width: 1140px; margin: 0 auto 25px; max-width:100%; border-bottom: 2px solid #666; padding-bottom: 15px;}
.woocommerce .woocommerce-breadcrumb, .woocommerce .woocommerce-breadcrumb a {
    color: #666;
}

.woocommerce .woocommerce-breadcrumb span {
    padding: 0 5px;
}
.woocommerce div.product p.price ins, .woocommerce div.product span.price ins {
    text-decoration: none;
}


.mg-brand-wrapper.mg-brand-wrapper-product a {
    color: #000;
    text-transform: uppercase;
    border: 1px solid #000;
    padding: 0 8px;
    margin-bottom: 15px;
    display: inline-block;
}

.mg-brand-wrapper.mg-brand-wrapper-product a:hover {
    color: #fff;
    background:#000;
    text-decoration:none;
}

.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
    background:#CC1320;
    font-family:'Open Sans', sans-serif; font-weight: 400;
    text-transform:uppercase;
    border-radius:0;
    font-size:1.2em;
    line-height:1em;
}
.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover {
    background:#000;
}
.woocommerce .quantity .qty {
    line-height: 36px;
}

.product_meta > span {
    display: block;
}

.product_meta > span {
    display: inline-block;
    border: 1px solid #000;
    padding: 0 6px;
    margin: 4px 2px 2px 0;
    color: #000;
    text-transform: uppercase;
    font-size: 0.9em;
}

.product_meta > span a {
    color: #CC1320;
}

.woocommerce-tabs h2 {
    color: #CC1320;
    font-size: 1.5em;
}

.woocommerce div.product .woocommerce-tabs ul.tabs {margin-bottom:0;}

.woocommerce div.product .woocommerce-tabs .panel {
    margin: 0;
    padding: 0;
    border: 1px solid #ccc;
        border-top-width: 1px;
        border-top-style: solid;
        border-top-color: rgb(204, 204, 204);
    border-top: 0;
    padding: 15px;
}

.woocommerce #content div.product .woocommerce-tabs, .woocommerce div.product .woocommerce-tabs, .woocommerce-page #content div.product .woocommerce-tabs, .woocommerce-page div.product .woocommerce-tabs {
    margin-bottom:30px;
}

.woocommerce #review_form #respond .form-submit input {text-transform:uppercase; font-family:'Open Sans', sans-serif; font-weight: 400; font-size: 1.2em;}

.woocommerce div.product form.cart .variations select option {
    font-size:1em;
    background:#fff;
    color:#666;
}
.woocommerce div.product form.cart .variations select {
-webkit-appearance: none;
    -moz-appearance: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -webkit-padding-end: 20px;
    -moz-padding-end: 20px;
    -webkit-padding-start: 2px;
    -moz-padding-start: 2px;
    background-color: #fff;
    background-image: url(images/select-arrow.png);
    background-position: center right;
    background-repeat: no-repeat;
    border: 1px solid #000;
    border-radius: 0px;
    color: #000;
    font-size: 14px;
    font-family:'Open Sans', sans-serif; font-weight: 400;
    text-transform:uppercase;
    margin: 0;
    overflow: hidden;
    padding: 5px 10px;
    text-overflow: ellipsis;
    white-space: nowrap;
}


.woocommerce div.product form.cart .variations label {
    font-weight: 700;
    color: #000;
    text-transform: uppercase;
    line-height: 40px;
    margin-bottom: 0;
}

.woocommerce nav.woocommerce-pagination {margin-bottom:25px;}

#searchFrm {width: 320px; float:right;}
#searchBtn {float:right;}
#searchFrm .form-group {margin:0;}

.aws-container .aws-search-field {

    height: 44px;
    width: 100%;
    color: #313131;
    padding: 6px 12px;
    line-height: 30px;
    display: block;
    font-size: 12px;
    position: relative;
    z-index: 2;
    background: #fff;
        background-color: rgb(255, 255, 255);
    -webkit-appearance: none;
    border: 5px solid #CC1320;
}

.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1, .woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 {
-webkit-box-flex: initial;
-ms-flex: initial;
flex: initial;
max-width: initial;
}

.wc_num_items {
    position: absolute;
font-size: 0.55em;
background: #fff;
color: #CC1320;
width: 16px;
height: 16px;
text-align: center;
line-height: 13px;
border-radius: 100px;
right: 11px;
border: 1px solid #CC1320;
font-weight: bold;
top: -3px;
}

nav.woocommerce-MyAccount-navigation ul,nav.woocommerce-MyAccount-navigation ul li {
    list-style: none;
    margin: 0;
    padding: 0;
}

nav.woocommerce-MyAccount-navigation ul li a {
    display: block;
    padding: 4px 8px;
    color: #000;
}

nav.woocommerce-MyAccount-navigation ul li a:hover {
    background: #000;
    color: #fff;
    text-decoration: none;
}

nav.woocommerce-MyAccount-navigation ul {
    border: 2px solid #000;
    text-transform: uppercase;
}

nav.woocommerce-MyAccount-navigation ul li {
    border-bottom: 2px solid #000;
}

nav.woocommerce-MyAccount-navigation ul li:last-child {
    border-bottom: 0;
}

nav.woocommerce-MyAccount-navigation ul li.is-active a {
    background: #c00;
    color:#fff;
}

.woocommerce-account .woocommerce-MyAccount-navigation {
    float: left;
    width: 25%;
}   

.woocommerce-account .woocommerce-MyAccount-content {
    float: right;
    width: 72%;
}


/***** Woocommerce Mini Cart *****/
.mini_cart_row {clear:both; border-bottom: 1px solid #ddd; padding-bottom:4px; margin-bottom: 4px; font-size: 0.9em;}
.mini_cart_empty {
    padding: 5px 15px;
}

.mini_cart_image {
    width: 50px;
    border: 1px solid #000;
    margin: 0 4px;
    float: left;
}

.mini_cart_info {
    min-height: 50px;
}

.mini_cart_price {
    display: inline-block;
}

.mini_cart_qty {
    display: inline-block;
}

.mini_cart_subtotal {
    text-align: right;
    padding: 0 12px 4px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 4px;
}

.mini_cart_cart {
    float: left;
    padding: 0 12px 4px;
}

.mini_cart_checkout {
    float: right;
    padding: 0 12px 4px;
}
.mini_cart_title {
display: block;
line-height: 1.3em;
}

.popover-body {padding: 4px 0;}
.popover-body ul {margin:0; min-width:150px;}
.popover-body ul li.heading {display:block; padding: 4px 10px; font-size:0.8em; color:#888;}
.popover-body ul li a {display:block; padding: 4px 10px; }
.popover-body ul li a:hover {text-decoration:none; background:#CC1320; color:#fff;}

.crp_related ul {

    margin: 0;
    list-style: none;

}
.crp_related ul li {

    display: inline-block;
    width: 233px;
    margin: 5px;
    vertical-align: top;

}
.crp_related ul li a {

    display: block;
    background: #fff;
    border: 1px solid #ddd;
    padding: 3px;
    text-align: center;
    min-height: 220px;

}


a.indentline:after {
    content: '';
    display: inline-block;
    float: left;
    width: 90px;
    height: 23px;
}


ol.tribe-list-widget {
    list-style: none;
    margin: 0;
}

ol.tribe-list-widget h4 {
    font-size: 1em;
    margin: 0;
}

ol.tribe-list-widget li {
    margin-bottom: 15px;
}



#trust_logos img {
  max-height: 100px;
  margin: 10px 30px;
}
#trust_logos {
  text-align: center;
}

@media (min-width:576px) {
	#blog.card-columns {column-count: 2;}
}


#blog.card-columns .card {
	    margin-bottom: 3.75rem;
}

#nav-below a {background:#222; color:#fff; text-decoration:none; padding: 8px 12px; border-radius: 4px; display: inline-block; margin: 20px 10px;}


/****** Media Queries ******/
@media (min-width:1600px) {
	.d-xxl-block {
		display:block !important;
	}
}

@media (max-width:1272px) {
}

@media (max-width:1200px) {

}

@media (max-width:992px) {
}



@media (max-width:767px) {
.light-blue, .light-blue .text-right, header, header .text-right {text-align:center !important;}
	
	.container {max-width:100%;}
	header {
		padding: 65px 0 20px;
	}
	#cta {
		margin-top: 50px;
	}
	.phone a {
		margin-top:20px;
	}
}


@media (max-width:600px){
}


@media (max-width:480px) {
footer, footer .text-right {text-align:center !important;}
footer p {line-height:1.4em;}
	
	#logo {font-size: 1.4em;}
	
	
.btn-group-lg > .btn, .btn-lg {font-size:1.35rem;}
	
	section.front {padding: 0;}
	
	.trans-blue {padding: 100px 0;}
	
	section {
		padding: 60px 15px;
	}
	
	section.homeSection .summary {
		padding: 0 20px;
	}
	
	section.homeSection h2 {
		margin-top: 0px;
		font-size: 2.5em;
	}

section.newsletter form .btn {margin-bottom: 1rem;}



#l, #r { width: auto; float:none; }
#l:before, #r:before { content: ""; width: 0px; height: 0px; float:none;}
#floatCenter { position: relative; top: 0px; left: 0; margin-left: 0px; }

#searchForm {width:320px; top: 30px;}

.woocommerce form .form-row-first, .woocommerce form .form-row-last, .woocommerce-page form .form-row-first, .woocommerce-page form .form-row-last {width:100%;}
	
	#featuredLinks a {margin: 20px 10px 0; display:block;}

}

@media (max-width:400px) {
	
}
