﻿/***** BEGIN RESET *****/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
    background: transparent;
    border: 0;
    margin: 0;
    padding: 0;
}

ol,
ul {
    list-style: none;
}

table {
    border-collapse: collapse;
    width: 100%;
}

td {
    vertical-align: top;
}

/* Make HTML 5 elements display block-level for consistent styling */
header,
nav,
article,
footer,
address,
img {
    display: block;
}

.productspage img {
    width: 150px;
    display: inline-block;
}

/***** END RESET *****/

/* Clearfix */
.cf:before,
.cf:after {
    content: " ";
    display: table;
}

.cf:after {
    clear: both;
}

.cf {
    *zoom: 1;
}

@font-face {
    font-family: 'open_sansregular';
    src: url('../fonts/OpenSans-Regular-webfont.eot');
    src: url('../fonts/OpenSans-Regular-webfont.eot?#iefix') format('embedded-opentype'),
        url('../fonts/OpenSans-Regular-webfont.woff') format('woff'),
        url('../fonts/OpenSans-Regular-webfont.ttf') format('truetype'),
        url('../fonts/OpenSans-Regular-webfont.svg#open_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'open_sansbold';
    src: url('../fonts/OpenSans-Bold-webfont.eot');
    src: url('../fonts/OpenSans-Bold-webfont.eot?#iefix') format('embedded-opentype'),
        url('../fonts/OpenSans-Bold-webfont.woff') format('woff'),
        url('../fonts/OpenSans-Bold-webfont.ttf') format('truetype'),
        url('../fonts/OpenSans-Bold-webfont.svg#open_sansbold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'ralewaybold';
    src: url('../fonts/raleway-bold-webfont.eot');
    src: url('../fonts/raleway-bold-webfont.eot?#iefix') format('embedded-opentype'),
        url('../fonts/raleway-bold-webfont.woff2') format('woff2'),
        url('../fonts/raleway-bold-webfont.woff') format('woff'),
        url('../fonts/raleway-bold-webfont.ttf') format('truetype'),
        url('../fonts/raleway-bold-webfont.svg#ralewaybold') format('svg');
    font-weight: normal;
    font-style: normal;
}

h1 {
    font-family: 'open_sansbold';
    font-size: 26px;
    line-height: normal;
    text-transform: uppercase;
    color: #003d28;
}

h2 {
    font-family: 'ralewaybold';
    font-size: 24px;
    line-height: normal;
    text-tansform: uppercase;
    color: #097851;
}

.productspage h2 {
    display: inline-block;
    margin-right: 40px;
}

h3 {
    font-family: 'open_sansbold';
    font-size: 20px;
    text-transform: uppercase;
    color: #003d28;
    text-transform: uppercase;
}

body {
    font-family: 'open_sansregular';
    font-size: 18px;
    line-height: 26px;
    -webkit-text-size-adjust: none;
    background: #fff;
}

a:link,
a:visited,
a:active {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

ul.breadcrumb {
    padding: 8px 0;
    list-style: none;
    font-size: 12px;
    margin-bottom: 40px
}

ul.breadcrumb li {
    display: inline;
}

ul.breadcrumb li+li:before {
    padding: 8px;
    color: #000;
    content: "/\00a0";
}

ul.breadcrumb li a {
    color: #097851;
}

strong {
    font-family: 'ralewaybold';
}

#myVideo {
    position: absolute;
    min-width: 100%;
    min-height: 100%;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}


.video-wrap {
    height: 30vw;
    overflow: hidden;
    position: relative;
    width: 100%;
    background: #000;
}


.header {
    background: #fff;
    text-align: center;
    min-height: 180px;
}

.header-wrap {
    margin: 0 auto;
    padding: 30px 50px;
    display: block;
    overflow: auto;
    width: auto;
    max-width: 1800px
}

.navigation-wrap {
    background: #003d28;
    margin-bottom: -7px
}

#logo {
    max-width: 100%;
    height: auto;
    float: left;
}

#logo img {
    max-width: 300px;
    width: auto;
    height: auto;
    display: inline-block;
}

.left-header {
    float: left;
    width: 25%;
    text-align: left
}

.middle-header {
    float: left;
    width: 50%;
    margin-top: 12px;
    text-align: center
}

.middle-header a {
    color: #003d28;
    transition: .3s ease
}

.middle-header a:hover {
    color: #086646
}

.header-location {
    float: left;
    width: 24%;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    color: #292929
}

.header-location-wrap {
    padding: 0 10px
}

#right-header {
    display: inline-block;
    font-size: 18px;
    font-family: 'open_sansbold';
    color: #003d28;
    text-align: right;
    margin-top: 6px;
    float: left;
    width: 25%
}

#right-header i {
    display: inline;
    padding: 5px;
    border-radius: 5px;
    color: #fff;
    font-size: 12px;
    background: #003d28;
    margin: 0 4px;
    vertical-align: middle;
    transition: .3s ease
}

#right-header i:hover {
    background: #086646
}

#right-header span {
    color: #003d28;
    font-size: 13px !important
}

.tel-header {
    color: #252525;
    font-size: 13px !important;
    transition: .3s ease
}

.tel-header:hover {
    color: #086646
}

.fa-facebook-f {
    padding: 5px 8px !important
}

.fa-linkedin-in {
    padding: 5px 7px !important
}

.ibs img {
    width: 180px;
    display: inline;
    margin-top: 5px
}

.wrapper {
    width: 90%;
    max-width: 1300px;
    margin: 0 auto;
    padding: 30px 30px 100px 30px;
}

.inv-wrapper {
    width: 90%;
    max-width: 1120px;
    margin: 0 auto;
    padding: 30px 30px 100px 30px;
}

.contact-hours {
    display: inline-block
}

.contact-locations {
    text-align: center;
    border-top: 1px solid #DCDCDC;
    border-bottom: 1px solid #DCDCDC;
    padding: 15px 0;
    margin: 50px 0
}

.bullet {
    margin: 0 20px
}

.icon-wrapper {
    width: 90%;
    max-width: 100%;
    margin: 0 auto;
    padding: 30px 0px;
}

.foot-wrapper {
    display: block;
    overflow: auto;
    padding: 100px 30px;
    width: auto;
    max-width: 1500px;
    margin: 0 auto
}

.show-menu-for-mobile {
    display: none;
}

/* At most larger screen widths, the burger icon for the mobile menu won't be displayed. */

/******MAIN NAVIGATION same as used for CMS******/
.navigation_container {
    /* container to center the nav within a standard width of 1020px, or adjust to width of your site. Links will always float left or right. */
    text-align: center;
    background: #090909 url("../siteart/nav-bg.jpg") repeat-x;
    -moz-box-shadow: 0 0 5px #000;
    -webkit-box-shadow: 0 0 5px #000;
    box-shadow: 0 0 5px #000;
    padding: 10px 0 0 0;
}

#nav {
    position: relative;
    display: block;
    z-index: 8000;
    margin: 0 auto 0 auto;
    padding: 25px 0 0 0;
    text-align: center;
    max-width: 100%;
    float: right;
}

#nav ul,
#nav li {
    list-style: none;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}

#nav ul li {
    display: block;
    position: relative;
    float: left;
    text-align: center;
}

#nav li ul {
    display: none;
}


#nav ul li a {
    /* appearance of the first-level links */
    display: block;
    text-decoration: none;
    color: #003d28;
    font-weight: normal;
    font-size: 18px;
    padding: 0px 10px;
    text-transform: uppercase;
    text-align: center;
    font-family: 'ralewaybold';
    border-right: 1px solid #000;
}


#nav ul li a:hover {
    /* appearance of the first-level links on hover */
    height: 1%;
    background: #003d28;
    color: #fff;

}



#nav ul li li a {
    /* appearance of the sub-level links */
    width: 215px;
    padding: 8px 0 8px 15px;
    text-align: left;
    background: #dedede;
    color: #000;
    border-right: none;
}

#nav ul li li a:hover {
    /* appearance of the sub-level links on hover */
    color: #fff;
    background: #000;
    transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
}



/* Optional-use, Begin targeting styles of first and last links */
#nav ul li:last-child {
    /* Optional-use, this targets last li */
}

#nav ul li:last-child a {
    border-right: 0px;
}

#nav ul li:first-child {
    /* Optional-use, this targets first li */
}

/* Optional-use, cancells out border for subnav li containers*/
#nav ul li li:last-child {
    border-left: 0;
    border-right: 0;
}

#nav ul li li:last-child a {}

#nav ul li li:first-child {
    border-left: 0;
    border-right: 0;
}

/* Optional-use, End targeting styles of first and last links */



/* Unless needing to do something extra or experimental, DON'T edit these positioning styles below! */
#nav ul ul {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
}

#nav ul ul ul {
    position: absolute;
    left: 100%;
    top: 0;
}

#nav ul li:hover>ul {
    display: block;
    line-height: 18px;
    /* make sure your line-height always matches that of your main link styles!*/
    z-index: 100;
    background: #4b0000;
    /* make sure your background color always matches your link styles!*/
}

#nav ul ul li {
    float: none;
    position: relative;
}

.address {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: stretch;
    align-content: stretch;
    text-align: center;
    float: right;
    width: 80%;
}

.birch,
.harrys,
.john {
    width: 100%;
    font-size: 16px;
}




/* Grow */
.hvr-grow {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
}

.hvr-grow:hover,
.hvr-grow:focus,
.hvr-grow:active {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

/** ICONS STYLES **/
#three-cols {
    width: 33%;
    max-width: 100%;
    display: inline-block;
    text-align: center;
    vertical-align: top;
}

#three-cols img {
    max-width: 100%;
    height: auto;
    display: inline-block;
    text-align: center;
}

#green-container {
    background: #003d28;
}

#four-cols {
    width: 24%;
    max-width: 100%;
    display: inline-block;
    text-align: center;
    vertical-align: top;
}

#four-cols img {
    max-width: 100%;
    height: auto;
    display: inline-block;
    text-align: center;
}

.sales-cols {
    display: inline-block;
    text-align: center;
    width: 30%;
    max-width: 100%;
    padding: 10px 0px;
    vertical-align: top;
}

.sales-cols-two {
    display: inline-block;
    text-align: center;
    width: 28%;
    max-width: 100%;
    padding: 10px 0px;
    vertical-align: top;
}

.dronepic {
    width: 100%;
}


#manu {
    width: 90%;
    max-width: 100%;
    margin: 0 auto;
    text-align: center;
}

#manu img {
    display: inline-block;
    padding: 20px 10px;
    max-width: 100%;
    height: auto;
}

.shortcuts {
    width: 100%;
    height: auto
}


/* accordian */
.m-d.expand-list {
    margin: 0;
    padding: 0
}

.m-d.expand-list>li {
    list-style-type: none;
    margin-bottom: 20px;
    padding: 25px 10px 0 0;
    position: relative;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3)
}

.m-d label[class^="tab"]:hover {
    cursor: pointer
}

.m-d input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: transparent !important
}

.tab {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0
}

.tab:hover {
    cursor: pointer
}

.m-d li[data-md-content="400"] input[class^="tab"]:checked~.accordian-content {
    max-height: 100%;
    transition: all .3s ease-in-out 0s
}

.open-close-icon {
    display: inline-block;
    position: absolute;
    right: 70px;
    top: 47px
}

.open-close-icon i {
    position: absolute;
    left: 0;
    color: #003d28
}

.open-close-icon .minus {
    display: block;
    opacity: 0;
    transform: rotate(-90deg);
    transition: opacity 50ms linear 0ms, transform 150ms ease-in-out 0ms;
    height: 3px;
    width: 18px;
    background: #003d28;
    position: absolute;
    right: -18px;
    top: 20px
}

.m-d input[class^="tab"]:checked~.open-close-icon .minus {
    opacity: 1;
    transform: rotate(0deg);
    transition: transform 150ms ease-in-out 0ms
}

.open-close-icon .fa-plus {
    opacity: 1;
    transform: rotate(-90deg);
    transition: opacity 50ms linear 0ms, transform 150ms ease-in-out 0ms;
    font-size: 20px !important;
    top: 12px
}

.m-d input[class^="tab"]:checked~.open-close-icon .fa-plus {
    opacity: 0;
    transform: rotate(0deg);
    transition: opacity 50ms linear 0ms, transform 150ms ease-in-out 0ms
}

.accordian-content {
    height: auto;
    max-height: 0;
    overflow: hidden;
    transform: translateY(30px);
    transition: all .3s ease-in-out 0s;
    padding: 0 20px
}

.title {
    background: #e7e7e7;
    width: 100%;
    padding: 30px 85px 30px 20px
}



/* brands */
.brands-section {
    background: #F7F7F7;
    padding: 50px 100px
}

.gallery-cell {
    width: 20%;
    background: #F7F7F7;
    counter-increment: gallery-cell
}

.gallery-cell img {
    width: 90%;
    object-fit: contain;
    transition: .3s ease
}

.gallery-cell img:hover {
    opacity: .8
}

.flickity-enabled {
    position: relative
}

.flickity-enabled:focus {
    outline: none
}

.flickity-viewport {
    overflow: hidden;
    position: relative;
    height: 100%
}

.flickity-slider {
    position: absolute;
    width: 100%;
    height: 100%
}

.flickity-enabled.is-draggable {
    -webkit-tap-highlight-color: transparent;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.flickity-enabled.is-draggable .flickity-viewport {
    cursor: move;
    cursor: -webkit-grab;
    cursor: grab
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
    cursor: -webkit-grabbing;
    cursor: grabbing
}

.flickity-button {
    position: absolute;
    border: none !important;
    color: #fff;
    background: rgba(0, 61, 40, 0.8);
    width: 5px;
    border-radius: 50px;
    transition: .5s ease
}

.flickity-button:hover {
    cursor: pointer;
    background: rgba(0, 61, 40, 0.9) !important
}

.flickity-button:focus {
    outline: none
}

.flickity-button:active {
    opacity: 0.6
}

.flickity-button:disabled {
    opacity: 0.3;
    cursor: auto;
    pointer-events: none
}

.flickity-button-icon {
    fill: #fff
}

.flickity-prev-next-button.previous {
    left: 10px;
    top: 40% !important;
    width: 30px;
    height: 30px;
    border-radius: 50px
}

.flickity-prev-next-button.next {
    right: 10px;
    top: 40% !important;
    width: 30px;
    height: 30px;
    border-radius: 50px
}

.flickity-rtl .flickity-prev-next-button.previous {
    appearance: none !important
}

.flickity-prev-next-button .flickity-button-icon {
    position: absolute;
    right: 20%;
    top: 20%;
    width: 60%;
    height: 60%
}

.flickity-page-dots {
    display: none
}

.content-width {
    width: 100%;
    max-width: 1300px;
    margin: 0 auto
}

.wrapper a {
    color: #0A714E;
    transition: .3s ease
}

.wrapper a:hover {
    color: #0D9667
}

/* search */
.search-section {
    background: #F7F7F7;
    padding: 70px 0
}

.quick-search {
    width: 100%;
    max-width: 1300px;
    margin: 0 auto;
    padding: 0 30px
}

.submit-line {
    width: calc(90% - 10px) !important;
    background: rgba(0, 0, 0, 0.05);
    border: 0px !important;
    padding: 25px !important;
    font-family: 'open_sansbold', sans-serif !important;
    text-transform: uppercase !important;
    color: #232323 !important;
    font-size: 15px !important;
    float: left
}

input:focus {
    outline: none !important
}

input,
textarea {
    font-family: 'open_sansbold' !important
}

textarea:focus {
    outline: none !important
}

.main-search-btn {
    background: #003d28 !important;
    border: none !important;
    float: right;
    width: calc(10% - 10px) !important;
    transition: .3s ease
}

.main-search-btn i {
    font-size: 12px;
    width: 100%;
    padding: 28px 0;
    color: #fff;
    cursor: pointer;
    transition: .3s ease
}

.main-search-btn:hover {
    background: #074A33 !important
}

input::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #232323 !important;
    opacity: 1;
    /* Firefox */
}

input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #232323 !important;
}

input::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #232323 !important;
}

textarea::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #232323 !important;
    opacity: 1;
    /* Firefox */
}

textarea:-ms-textarea-placeholder {
    /* Internet Explorer 10-11 */
    color: #232323 !important;
}

input::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #232323 !important;
}




/*-- social media plugin --*/

.social-wrap {
    width: 100%;
    max-width: 1300px;
    margin: 0 auto;
    display: block;
    overflow: auto;
    padding: 100px 30px 130px 30px;
    height: 990px;
    overflow-y: hidden
}

/* SLIDESHOW */

* {
    box-sizing: border-box
}

.slideshow-container .next,
.slideshow-container .prev {
    display: none
}

/* Slideshow container */
/*.slideshow-container {
/*  max-width: 1000px;
    width: 100%;
  position: relative;
  margin: auto;
}*/

/* Hide the images by default */
/*.mySlides {
  display: none;
}*/

/* Next & previous buttons */
/*.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}*/

/* Position the "next button" to the right */
/*.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}
*/
/* On hover, add a black background color with a little bit see-through */
/*.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}*/


/* The dots/bullets/indicators */
.dot {
    height: 10px;
    width: 10px;
    margin: 0 2px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
}

.active {
    background-color: #717171;
}

/* Fading animation */
.fade {
    -webkit-animation-name: fade;
    -webkit-animation-duration: 2s;
    animation-name: fade;
    animation-duration: 2s;
}

@-webkit-keyframes fade {
    from {
        opacity: .4
    }

    to {
        opacity: 1
    }
}

@keyframes fade {
    from {
        opacity: .4
    }

    to {
        opacity: 1
    }
}


/* STYLES */
.featured-left,
.featured-right {
    position: relative;
    float: left;
    width: 50%;
    border: 1px #000 solid;
    height: 400px;
    text-align: center;
    color: #fff;
    z-index: 9;
    box-sizing: border-box;
}

.featured-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.featured-text h1 {
    color: #fff !important;
    font-size: 32px;
    line-height: normal;
}

.featured-text span {
    font-family: 'open_sansregular';
    font-size: 28px;
    line-height: normal;
}

.month {
    position: relative;
    display: inline-block;
    text-align: center;
    width: 24%;
    margin: 5px;
    border: 1px #000 solid;
    height: 300px;
    text-align: center;
    color: #fff;
    z-index: 9;
    box-sizing: border-box;
}

.footer-contact {
    display: block;
    float: left;
    color: #fff;
    font-family: 'open_sansregular';
    font-size: 15px;
    line-height: normal;
    margin-top: 30px;
    width: calc(60% - 30px)
}

a.footerlink:link,
a.footerlink:visited,
a.footerlink:active {
    text-decoration: underline;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
}

a.footerlink:hover {
    text-decoration: none;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
}

.footertext {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #fff;
}

.smallfootertext {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #fff;
}

.divfooter {
    width: 600px;
    max-width: 100%;
    text-align: right;
    margin: 0 auto;
    float: right;
    display: inline-block;
}

.footer-location {
    float: left;
    width: 25%;
}

.footer-location-wrap {
    padding: 0 10px
}

.map {
    width: 95%;
    height: 300px;
    margin-top: 40px
}

.form-section {
    display: block;
    float: right;
    font-family: 'open_sansregular';
    background: #074A33;
    width: calc(40% - 30px);
    margin-top: 70px
}

.form-wrapper {
    padding: 50px;
    height: 450px
}

.form-row {
    margin: 20px 0
}

.form-row input {
    background: rgba(255, 255, 255, 1);
    border: 0 !important;
    border-radius: 0 !important;
    color: #232323 !important;
    padding: 15px !important;
    text-transform: uppercase !important;
    font-weight: 200 !important
}

.whole-form-row textarea {
    background: rgba(0, 0, 0, .06);
    border: 0 !important;
    border-radius: 0 !important;
    color: #232323 !important;
    padding: 15px !important;
    height: 150px;
    text-transform: uppercase !important;
    font-weight: 200 !important;
    width: calc(100% - 8px) !important;
    margin: 4px auto !important
}

.form-row-half input {
    background: rgba(0, 0, 0, .06);
    border: 0 !important;
    border-radius: 0 !important;
    color: #232323 !important;
    padding: 15px !important;
    text-transform: uppercase !important;
    font-weight: 200 !important
}

.form-row-half {
    float: left;
    width: calc(50% - 8px);
    margin: 4px
}

.contact-form-wrapper {
    background: #F7F7F7;
    padding: 30px;
    margin: 100px auto 0 auto;
    width: auto;
    max-width: 1300px
}

.contact-form-button {
    background: #003d28 !important;
    border: none !important;
    border-radius: 0px !important;
    width: 350px;
    padding: 15px 0;
    color: #fff;
    cursor: pointer;
    transition: .3s ease;
    margin-top: 40px
}

.contact-form-button:hover {
    background: #074A33 !important
}

.newsletter-button {
    background: rgba(0, 0, 0, 0.3) !important;
    border: none !important;
    border-radius: 0px !important;
    width: 99%;
    padding: 15px 0;
    color: #fff;
    cursor: pointer;
    transition: .3s ease;
    margin: 0 auto
}

.newsletter-button:hover {
    background: rgba(0, 0, 0, 0.5) !important
}

.interest-select {
    margin: 5px 0 30px 20px;
    display: block;
    overflow: auto
}

.interest-select label,
.interest-select span {
    font-family: 'open_sansbold' !important;
    font-weight: 200 !important;
    text-transform: uppercase;
    font-size: 14px !important;
    color: #232323
}

.form-wrap {
    width: 80%;
    max-width: 100%;
    margin: 0 auto;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

form header {
    margin: 0 0 20px 0;
}

form header div {
    font-size: 90%;
    color: #999;
}

form header h2 {
    margin: 0 0 5px 0;
}

form>div>fieldset>div>div {
    margin: 0 0 5px 0;
}

form>div>label,
legend {
    width: 25%;
    float: left;
    padding-right: 10px;
}

form>div>div,
form>div>fieldset>div {
    width: 75%;
    float: right;
}

form>div>fieldset label {
    font-size: 90%;
}

fieldset {
    border: 0;
    padding: 0;
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
textarea {
    width: 100%;
    border: 1px solid #000;
    padding: 5px;
}

input[type=text],
input[type=email],
input[type=url],
input[type=password] {
    width: 100%;
}

input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
textarea:focus {
    outline: 0;
    border-color: #ed3338;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    float: right;
    padding: 5px;
}

/*control the Captcha */
.CaptchaPanel {
    margin: 0 0 0 0 !important;
    padding: 0 0 0 0 !important;
    text-align: center;
    line-height: normal !important;
}

.CaptchaPanel img {
    margin: 0 auto;
}

.CaptchaImagePanel {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}

.CaptchaMessagePanel {
    padding: 0 0 0 0 !important;
    margin: 0 0 0 0 !important;
    font-weight: normal !important;
    font-size: 12px;
    line-height: 14px;
    color: #232323 !important;
    font-family: 'open_sansbold', sans-serif;
    font-weight: 200 !important
}

.CaptchaAnswerPanel {
    margin: 10px auto;
    padding: 2px 0px 2px 0px !important;
}

#CaptchaAnswer {
    width: 100% !important;
    max-width: 300px !important;
    background: rgba(0, 0, 0, .06);
    border: none !important;
    border-radius: 0px !important;
    color: #232323 !important;
    padding: 15px !important
}

.CaptchaWhatsThisPanel {
    line-height: 0;
    margin: 0 0 5px 0;
    padding: 8px 0 8px 0 !important;
    font-family: 'open_sansbold', sans-serif;
}

.CaptchaWhatsThisPanel a {
    color: #232323;
    font-size: 13px
}

.CaptchaWhatsThisPanel a:hover {
    text-decoration: none
}

input.button,
input.button:focus {
    width: 100%;
    margin: 0;
    float: none;
    padding: 7px 0;
    background: #003d28;
    border: none;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    font-size: 14px;
    line-height: 14px;
    font-family: 'open_sansbold';
    color: #fff;
}

input.button:hover {
    background: #000;
    color: #fff;
    border: none;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    cursor: pointer;
    transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
}

/** Responsive Styles **/

@media screen and (max-width: 1520px) {
    .sales-cols {
        width: 48%;
    }

    .birch,
    .harrys,
    .john {
        line-height: 22px;
    }


}

@media screen and (max-width: 1330px) {
    #logo img {
        max-width: 220px
    }

    .header-location {
        font-size: 12px
    }

    .header-location-wrap {
        padding: 0 2px
    }
}



@media screen and (max-width: 1250px) {

    .show-menu-for-mobile {
        display: block;
    }

    .hide-for-mobile {
        display: none;
    }

    .hide {
        display: none;
    }

    #navicon {
        float: left;
        font-size: 32px;
        font-size: 2em;
        text-decoration: none;
        position: relative;
        z-index: 99999999999999999;
        margin: 0.5rem;
        color: #000;
    }

    #nav {
        display: none;
    }
}


@media screen and (max-width: 1200px) {
    .social-wrap {
        height: 80vw
    }
}



@media screen and (max-width: 1024px) {

    body {
        font-size: 14px;
        line-height: 24px;
    }

    h1 {
        font-size: 22px;
        line-height: normal;
    }

    h2 {
        font-size: 24px;
        line-height: normal;
    }

    h3 {
        font-size: 18px;
        line-height: normal;
    }


    .wrapper {
        padding: 30px 0px 50px 0px
    }

    ul.breadcrumb {
        margin-bottom: 20px
    }

    .foot-wrapper {
        padding: 30px 30px 50px 30px
    }

    .footer-contact {
        float: none;
        text-align: center;
        padding-bottom: 50px;
        font-size: 16px;
        width: 100%
    }

    .form-section {
        float: none;
        margin: 0 auto;
        width: 100%;
        margin-top: 0
    }

    .form-wrapper {
        height: auto;
        padding: 30px
    }

    .form-row {
        margin: 10px 0
    }

    .map {
        width: 100%;
        margin-top: 40px
    }




    .form-wrapper {
        padding: 20px 15px;
        text-align: center
    }

    .form-row input {
        padding: 10px !important
    }

    input,
    textarea {
        font-size: 12px !important
    }

    .interest-select {
        margin: 5px 0 30px 10px
    }

    .interest-select label,
    .interest-select span {
        font-size: 12px !important
    }

    .contact-form-wrapper {
        padding: 15px;
        margin-top: 30px
    }

    .form-row-half {
        float: none;
        width: 100%;
        margin: 4px 0px
    }

    .whole-form-row textarea {
        width: 100% !important;
        margin: 0 !important
    }

    .newsletter-button {
        padding: 10px !important
    }

    .divfooter {
        width: 90%;
        max-width: 100%;
        text-align: center;
        float: none;
    }

    .google-maps {
        padding-bottom: 40%;
    }

    #three-cols {
        width: 30%;
        max-width: 100%;
    }

    #four-cols {
        width: 24%;
        max-width: 100%;
    }

    #manu img {
        padding: 20px 10px;
        max-width: 100%;
        height: auto;
        display: inline-block;
    }

    .sales-cols,
    .sales-cols-two {
        width: 48%;
    }
}


@media screen and (max-width: 1020px) {
    .brands-section {
        padding: 30px
    }

    .social-wrap {
        padding: 50px 30px
    }

    .gallery-cell {
        width: 50%
    }

    .flickity-prev-next-button {
        top: 37%;
        width: 20px;
        height: 20px
    }

    .flickity-prev-next-button.previous {
        top: 37% !important;
        width: 25px;
        height: 25px
    }

    .flickity-prev-next-button.next {
        top: 37% !important;
        width: 25px;
        height: 25px
    }

    .search-section {
        background: #F7F7F7;
        padding: 50px 0
    }

    .submit-line {
        width: calc(90% - 10px) !important;
        padding: 18px !important;
        font-size: 14px !important
    }

    .main-search-btn {
        width: calc(10% - 10px) !important
    }

    .main-search-btn i {
        padding: 20px 0
    }

    #logo {
        float: none;
    }

    .ibs {
        display: none
    }

    #logo img {
        max-width: 230px;
        width: 100%;
        margin-top: 0
    }

    .header-wrap {
        text-align: center;
    }

    #right-header {
        float: none;
        width: 100%;
        font-size: 14px;
        text-align: center;
    }

    #right-header img {
        float: none;
        display: inline-block;
        padding: 0px 5px;
    }


    .left-header {
        float: none;
        width: 100%;
        text-align: center
    }

    .middle-header {
        display: none
    }

    .video-wrap {
        height: 45vw;
    }

    #myVideo {
        width: 125%;
    }
}



@media screen and (max-width: 650px) {

    .map {
        height: 250px
    }

    .footer-location {
        float: none;
        width: 100%
    }

    .footer-location-wrap {
        padding: 10px 0
    }
}


@media screen and (max-width: 568px) {
    .interest-select label {
        line-height: 50px !important
    }

    .contact-hours {
        display: block
    }

    .bullet {
        display: none
    }

    .social-wrap {
        padding: 30px
    }

    .search-section {
        padding: 30px 0
    }

    .submit-line {
        width: calc(90% - 30px) !important
    }

    .main-search-btn {
        width: calc(15% - 10px) !important
    }

    .show-menu-for-mobile {
        display: block;
    }

    .hide-for-mobile {
        display: none;
    }

    .hide {
        display: none;
    }

    /******************styles for the main site navigation during mobile display*************/
    #navicon {
        float: left;
        font-size: 32px;
        font-size: 2em;
        text-decoration: none;
        position: relative;
        z-index: 99999999999999999;
        margin: 0.5rem;
        color: #000;
    }

    #nav {
        display: none;
    }

    body {
        font-size: 14px;
        line-height: 24px;
    }

    h1 {
        font-size: 22px;
        line-height: normal;
    }

    h2 {
        font-size: 24px;
        line-height: normal;
    }

    h3 {
        font-size: 18px;
        line-height: normal;
    }

    .header-wrap {
        text-align: center;
    }

    #right-header {
        float: none;
        width: 100%;
        font-size: 12px;
        text-align: center;
    }

    #right-header img {
        float: none;
        display: inline-block;
        padding: 0px 5px;
    }

    .footer-contact {
        font-size: 14px;
    }

    .google-maps {
        padding-bottom: 50%;
    }

    #three-cols {
        width: 100%;
        padding-bottom: 20px;
    }

    #four-cols {
        width: 49%;
        max-width: 100%;
        padding-bottom: 20px;
    }


    .sales-cols,
    .sales-cols-two {
        width: 100%;
    }

    .contact-locations {
        margin: 15px 0
    }

    .form-wrap {
        width: 90%;
        margin: 0 auto;
    }

    form>div>label,
    legend {
        width: 100%;
        float: none;
        padding-right: 0px;
    }

    form>div>div,
    form>div>fieldset>div {
        width: 100%;
        float: none;
    }

    .video-wrap {
        height: 56vw;
    }
}

@media screen and (max-width: 400px) {
    .main-search-btn {
        width: calc(20% - 10px) !important
    }
}