﻿/* --settings
=======================================*/
/*----------------------------------------------   
--MQs
-----------------------------------------------  */
/*----------------------------------------------   
--Banner Bgs
-----------------------------------------------  */
/*----------------------------------------------   
--overlay psedu
-----------------------------------------------  */
/* --vendor
=======================================*/
/*! normalize.css v3.0.2 | MIT License | github.com/necolas/normalize.css 
* Plus some extra defualts by me
*/
/*----------------------------------------------   
 --html
 1. baseline font-size.
 2. Prevent jumps by forcing horizontal scroll
 3. Prevent right gaps on mobile
 4. Defualt to sans
 5. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 -----------------------------------------------  */
@import url(https://fonts.googleapis.com/css?family=Lato:300,400,500|Josefin+Sans:300,400,500|Roboto:400,500);
html {
  font-size: 100%; /* 1 */
  font-family: sans-serif; /* 3 */
  -ms-text-size-adjust: 100%; /* 4 */
  -webkit-text-size-adjust: 100%; /* 4 */
}

/*----------------------------------------------   
-body
1. Defualt margins
2. prevent mobile gaps
3. Better font rendering across browsers
-----------------------------------------------  */
body {
  margin: 0;
  width: 100%;
  font-weight: 400;
  font-style: normal;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

/*----------------------------------------------   
-body, html
-Set 100% height if needed for full viewport stuff
-Prevent gaps in mobile layout
-----------------------------------------------  */
html, body {
  position: relative;
}

/*----------------------------------------------   
-Defualt to border-box
-----------------------------------------------  */
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/*----------------------------------------------   
-HTML5 Block Levels
-----------------------------------------------  */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/*----------------------------------------------   
1. Correct `inline-block` display not defined in IE 8/9.
2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
-----------------------------------------------  */
audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/*----------------------------------------------   
-Prevent modern browsers from displaying `audio` without controls.
-Remove excess height in iOS 5 devices.
-----------------------------------------------  */
audio:not([controls]) {
  display: none;
  height: 0;
}

/*----------------------------------------------   
-Address `[hidden]` styling not present in IE 8/9/10.
-Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
-----------------------------------------------  */
[hidden],
template {
  display: none;
}

/*----------------------------------------------   
LINKS
-Remove the gray background color from active links in IE 10.
-Remove defualt text-decoration
-Improve readability
-----------------------------------------------  */
a {
  background-color: transparent;
  outline: 0;
  text-decoration: none;
}

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

/*----------------------------------------------   
TEXT LEVEL
-Abbr: Address styling not present in IE 8/9/10/11, Safari, and Chrome.
-Bold: Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
dfn, mark: Address unset styles
-Small: Address inconsistent and variable font size in all browsers.
-Prevent `sub` and `sup` affecting `line-height` in all browsers.
-----------------------------------------------  */
abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

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

/*----------------------------------------------   
HEADERS
-Address variable `h1` font-size and margin within `section` and `article` contexts in Firefox 4+, Safari, and Chrome.
-Remove Margins from headers and type elements to better define in your typographic system
-----------------------------------------------  */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dd, small {
  margin: 0;
  padding: 0;
}

/*----------------------------------------------   
IMAGES & EMBEDDED CONTENT
-Responsive defualt
-IE Scaling fix
-----------------------------------------------  */
img, object, embed {
  max-width: 100%;
  height: auto;
}

img {
  -ms-interpolation-mode: bicubic;
  border: 0;
  outline: none;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
/*----------------------------------------------   
SVG
-Correct overflow not hidden in IE 9/10/11
-----------------------------------------------  */
svg:not(:root) {
  overflow: hidden;
}

/*----------------------------------------------   
Google Maps responsive fix
-----------------------------------------------  */
#map_canvas img,
.map_canvas img {
  max-width: none !important;
}

/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/*----------------------------------------------   
CODE & PREFORMATED
-----------------------------------------------  */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/*----------------------------------------------   
FORMS
-----------------------------------------------  */
form {
  margin: 0;
}

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  margin: 0; /* 3 */
  font-size: 100%;
  vertical-align: middle;
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button, input {
  overflow: visible;
  line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/* Ensure pointer */
label,
select,
button,
input {
  cursor: pointer;
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input:focus,
select:focus,
textarea:focus,
button:focus,
.btn:focus {
  outline: none;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type=search] {
  -webkit-appearance: textfield; /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
  vertical-align: text-bottom;
  width: 100%;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/*----------------------------------------------   
TABLES
-----------------------------------------------  */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/* --Modules
=======================================*/
/*----------------------------------------------   
--Google Fonts Import
-----------------------------------------------  */
/*----------------------------------------------   
--Typography: Body
-----------------------------------------------  */
body {
  position: relative;
  width: 100%;
  font-weight: 400;
  font-style: normal;
  line-height: 1.7;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

/*----------------------------------------------   
--Typography: Fluid body sizing hotness
* Adjust to suit your needs.
-----------------------------------------------  */
.adjusted-font-size {
  font-size: 120%;
}
@media (min-width: 36em) {
  .adjusted-font-size {
    font-size: 120%;
  }
}
@media (min-width: 58em) {
  .adjusted-font-size {
    font-size: 120%;
  }
}
@media (min-width: 86em) {
  .adjusted-font-size {
    font-size: 130%;
  }
}
@media (min-width: 115em) {
  .adjusted-font-size {
    font-size: 160%;
  }
}
@media (min-width: 125em) {
  .adjusted-font-size {
    font-size: 170%;
  }
}
@media (min-width: 145em) {
  .adjusted-font-size {
    font-size: 180%;
  }
}

.adjusted-menu-font-size .nav-item {
  font-size: 90%;
}
@media (min-width: 36em) {
  .adjusted-menu-font-size .nav-item {
    font-size: 70%;
  }
}
@media (min-width: 58em) {
  .adjusted-menu-font-size .nav-item {
    font-size: 70%;
  }
}
@media (min-width: 86em) {
  .adjusted-menu-font-size .nav-item {
    font-size: 130%;
  }
}
@media (min-width: 115em) {
  .adjusted-menu-font-size .nav-item {
    font-size: 160%;
  }
}
@media (min-width: 125em) {
  .adjusted-menu-font-size .nav-item {
    font-size: 170%;
  }
}
@media (min-width: 145em) {
  .adjusted-menu-font-size .nav-item {
    font-size: 180%;
  }
}

/*----------------------------------------------   
--Typography: Headers
-----------------------------------------------  */
h1 {
  font-family: "Josefin Sans";
  font-weight: 500;
  font-size: 1.8em;
  text-rendering: optimizeLegibility;
  line-height: 1.2;
  color: #fff;
}
@media (min-width: 58em) {
  h1 {
    font-size: calc(2em + 40%);
  }
}

h2 {
  font-family: "Josefin Sans";
  font-weight: 500;
  font-size: 1.9em;
  text-rendering: optimizeLegibility;
  line-height: 1.2;
  color: #000;
}

h3 {
  font-family: "Josefin Sans";
  font-weight: 400;
  font-size: 1.6em;
  text-rendering: optimizeLegibility;
  line-height: 1.2;
  color: #000;
  margin-top: 20px;
}

/*----------------------------------------------   
--Typography: paragraph
-----------------------------------------------  */
p {
  font-family: Lato;
  font-weight: 400;
  color: #fff;
}

/*----------------------------------------------   
--Links
-----------------------------------------------  */
a {
  color: #fff;
  -webkit-transition: color 0.7s ease;
  -moz-transition: color 0.7s ease;
  transition: color 0.7s ease;
}
a:hover {
  color: rgba(255, 255, 255, 0.5);
  -webkit-transition: color 0.7s ease;
  -moz-transition: color 0.7s ease;
  transition: color 0.7s ease;
}

/*----------------------------------------------   
--Setup
-----------------------------------------------  */
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 100%;
  width: 100%;
  -webkit-text-size-adjust: 100%;
  height: 100%;
}

body {
  -webkit-animation: fade-in ease-in-out 1.4s;
  -moz-animation: fade-in ease-in-out 1.4s;
  animation: fade-in ease-in-out 1.4s;
  height: 100%;
  background-image: url("../../images/main-bg.jpg");
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.privacy h1, .privacy p {
  color: #000000;
}

.btn-fixed-text-us-wrapper {
  position: fixed;
  bottom: 50px;
  right: 50px;
  z-index: 9999;
}
@media (max-width: 768px) {
  .btn-fixed-text-us-wrapper {
    right: 10px;
  }
}
.btn-fixed-text-us-wrapper .btn-fixed-text-us {
  background-color: #20409a;
  font-size: 18px;
  font-family: "Oswald";
  font-weight: 500;
  color: #fff;
  border-radius: 20px;
  border: 1px solid #fff;
  padding: 15px;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .btn-fixed-text-us-wrapper .btn-fixed-text-us {
    font-size: 14px;
    padding: 10px;
  }
}
.btn-fixed-text-us-wrapper .btn-fixed-text-us .glyphicons-basic {
  fill: #fff;
  width: 32px;
}
@media (max-width: 768px) {
  .btn-fixed-text-us-wrapper .btn-fixed-text-us .glyphicons-basic {
    width: 24px;
  }
}
.btn-fixed-text-us-wrapper .form-text-us {
  width: 370px;
}

.dispnon {
  display: none;
}

.btn-pill {
  border: 1px solid #fff;
  border-radius: 30px;
  padding: 1rem 3rem 1rem 3rem;
  color: #fff;
  background-color: #20409a;
}
.btn-pill:hover {
  background-color: #fff;
  color: rgba(0, 0, 0, 0.85);
  -webkit-transition: background-color 0.7s ease;
  -moz-transition: background-color 0.7s ease;
  transition: background-color 0.7s ease;
}

a {
  color: #036080;
}
a:hover {
  color: #036080;
}

/*----------------------------------------------   
Navigation
-----------------------------------------------  */
.navbar-container {
  background-color: #e3e1d4;
  width: 100%;
  padding-left: 0em;
  padding-right: 0em;
}
@media (max-width: 768px) {
  .navbar-container .navbar-collapse {
    background-color: #e3e1d4;
  }
}
.navbar-container .main-nav-container {
  background-color: #e3e1d4;
}
.navbar-container .main-nav-container .navbar {
  margin: 0;
}
.navbar-container .main-nav-container .navbar .navbar-brand img {
  max-width: 150px;
}
.navbar-container .main-nav-container .navbar .nav-item {
  padding-right: 20px;
}
.navbar-container .main-nav-container .navbar .nav-item:last-child {
  padding-right: 0;
}
.navbar-container .main-nav-container .navbar .dropdown-menu {
  background-color: #e3e1d4;
  width: 200px;
}
.navbar-container .main-nav-container .navbar .dropdown-menu .nav-link {
  text-align: left;
}
.navbar-container .main-nav-container .navbar .nav-link {
  color: #000;
  text-align: center;
}
@media (max-width: 768px) {
  .navbar-container .main-nav-container .navbar .nav-link {
    text-align: left;
  }
}
.navbar-container .main-nav-container .navbar .nav-link span {
  display: block;
}
.navbar-container .main-nav-container .navbar .nav-link span:nth-child(1) {
  font-family: "Oswald";
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .navbar-container .main-nav-container .navbar .nav-link span:nth-child(1) {
    font-size: 12px;
  }
}
.navbar-container .main-nav-container .navbar .nav-link span:nth-child(2) {
  font-family: "Open Sans";
  font-weight: 400;
  font-size: 16px;
  text-transform: uppercase;
}
.navbar-container .main-nav-container .navbar .nav-link:hover {
  color: #972544;
}

button.navbar-toggler {
  border-color: #000;
}
button.navbar-toggler .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0,0,0, 1.0)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.btn-red {
  font-size: 18px;
  font-family: "Oswald";
  font-weight: 400;
  color: #fff;
  background-color: #fe0003;
  border: 1px solid #fff;
  border-radius: 0;
  text-transform: uppercase;
  padding: 12px;
}
.btn-red:hover {
  color: #f1f1f1;
}

/*----------------------------------------------   
Carousel
-----------------------------------------------  */
.main-wrapper .carousel-inner .carousel-item {
  height: 500px;
  width: 100%;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: auto 100%;
  position: relative;
  background-color: #000;
}
.main-wrapper .carousel-inner .carousel-item .carousel-text-wrapper {
  text-align: inherit;
  width: 45%;
  height: 500px;
  margin-left: 15px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0;
}
.main-wrapper .carousel-inner .carousel-item .carousel-text-wrapper .carousel-text .carousel-text-head {
  text-transform: uppercase;
  font-size: 72px;
  font-family: "Oswald";
  font-weight: 500;
  color: #fff;
  line-height: 76px;
}
.main-wrapper .carousel-inner .carousel-item .carousel-text-wrapper .carousel-text .carousel-text-description {
  font-size: 16px;
  font-family: "Open Sans";
  font-weight: 400;
  color: #fff;
}
.main-wrapper .carousel-inner .carousel-item .carousel-text-wrapper .carousel-text .btn-carousel {
  font-size: 18px;
  font-family: "Oswald";
  font-weight: 400;
  color: #fff;
  background-color: #fe0003;
  border: 1px solid #fff;
  border-radius: 0;
  text-transform: uppercase;
  padding: 12px;
}
.main-wrapper .carousel-inner .carousel-item .carousel-text-wrapper .carousel-text .btn-carousel:hover {
  color: #f1f1f1;
}
@media (max-width: 768px) {
  .main-wrapper .carousel-inner .carousel-item {
    background-position: 65% 0;
    background-size: auto 180px;
    height: 400px;
  }
  .main-wrapper .carousel-inner .carousel-item .carousel-text-wrapper {
    text-align: inherit;
    width: 100%;
    margin-left: 0;
    display: block;
    position: absolute;
    top: 200px;
    left: 0;
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
  }
  .main-wrapper .carousel-inner .carousel-item .carousel-text-wrapper .carousel-text .carousel-text-head {
    font-size: 42px;
    line-height: 57px;
  }
}
.main-wrapper .carousel-inner .stihl-slide {
  background-image: url("../../images/stihl-slide.jpg");
}
.main-wrapper .carousel-inner .toro-slide {
  background-image: url("../../images/toro-slide.jpg");
}
.main-wrapper .carousel-inner .spartan-slide {
  background-image: url("../../images/spartan-slide.jpg?v2");
}
.main-wrapper .carousel-inner .efco-slide {
  background-image: url("../../images/efco-slide.jpg?v2");
}
.main-wrapper .carousel-inner .firman-slide {
  background-image: url("../../images/firman-slide.jpg?v2");
}
.main-wrapper .carousel-inner .maruyama-slide {
  background-image: url("../../images/maruyama-slide.jpg?v2");
}
.main-wrapper .carousel-inner .tym-slide {
  background-image: url("../../images/tym-slide.jpg?v2");
}
.main-wrapper .carousel-inner .rental-slide {
  background-image: url("../../images/rental-slide.jpg?v2");
}
.main-wrapper .carousel-inner .main-slide {
  background-image: url("../../images/main-bg-2.jpg");
}

/*----------------------------------------------   
Page
-----------------------------------------------  */
.page-wrapper {
  background-color: #ffffff;
}
.page-wrapper .page-banner {
  height: 500px;
  width: 100%;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: auto 100%;
  position: relative;
  background-color: #000;
}
.page-wrapper .page-banner .page-text-wrapper {
  text-align: inherit;
  width: 45%;
  margin-left: 15px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0;
  height: 500px;
}
.page-wrapper .page-banner .page-text-wrapper .page-text .page-text-head {
  text-transform: uppercase;
  font-size: 72px;
  font-family: "Oswald";
  font-weight: 500;
  color: #fff;
  line-height: 76px;
}
.page-wrapper .page-banner .page-text-wrapper .page-text .page-text-description {
  font-size: 18px;
  font-family: "Open Sans";
  font-weight: 400;
  color: #fff;
}
.page-wrapper .page-banner .page-text-wrapper .page-text .btn-page {
  font-size: 18px;
  font-family: "Oswald";
  font-weight: 400;
  color: #fff;
  border: 1px solid #536cae;
  border-radius: 0;
  text-transform: uppercase;
  padding: 12px;
}
.page-wrapper .page-banner .page-text-wrapper .page-text .btn-page:hover {
  color: #536cae;
}
@media (max-width: 768px) {
  .page-wrapper .page-banner .page-text-wrapper {
    height: auto;
  }
}
@media (max-width: 768px) {
  .page-wrapper .page-banner {
    background-position: 65% 0;
    background-size: auto 180px;
  }
  .page-wrapper .page-banner .page-text-wrapper {
    text-align: inherit;
    width: 100%;
    margin-left: 0;
    display: block;
    position: absolute;
    top: 200px;
    left: 0;
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
  }
  .page-wrapper .page-banner .page-text-wrapper .page-text .page-text-head {
    font-size: 42px;
    line-height: 46px;
  }
}
.page-wrapper .ferris-bg {
  background-image: url("../../images/ferris/ferris-page-bg.jpg");
}
.page-wrapper .ls-bg {
  background-image: url("../../images/ls/ls-page-bg.jpg");
}
.page-wrapper .worldlawn-bg {
  background-image: url("../../images/worldlawn/worldlawn-page-bg.jpg");
}
.page-wrapper .page-content-wrapper {
  background-color: #f1f1f1;
}
.page-wrapper .page-content-wrapper .floating-section-header h2 {
  background-color: #f1f1f1;
}
.page-wrapper .page-content-wrapper .contact-white-wrapper {
  background-color: #ffffff;
  padding: 7px;
}
.page-wrapper .page-content-wrapper .contact-white-wrapper .contact-section-header {
  background-color: #f1f1f1;
  font-family: Oswald;
  font-weight: 500;
  font-size: 18px;
  text-transform: uppercase;
  padding: 3px 7px 3px 7px;
  width: 100%;
}
.page-wrapper .page-content-wrapper .contact-white-wrapper .contact-header {
  background-color: #f1f1f1;
  font-family: Oswald;
  font-weight: 500;
  font-size: 16px;
  text-transform: uppercase;
  padding: 3px 7px 3px 7px;
  width: 25%;
}
.page-wrapper .page-content-wrapper .contact-white-wrapper .contact-detail {
  font-family: "Open Sans";
  font-weight: 400;
  font-size: 16px;
  padding: 3px 7px 3px 7px;
  width: 75%;
}

.page-wrapper.spartan {
  background-color: #ffffff;
}

.page-wrapper.stihl {
  background-color: #ffffff;
}

.page-wrapper.toro {
  background-color: #ffffff;
}

.page-wrapper.tym {
  background-color: #ffffff;
}

.page-wrapper.wacker {
  background-color: #ffffff;
}

.page-wrapper.bad-boy {
  background-color: #ffffff;
}

.page-wrapper.inquiry {
  background-color: #ffffff;
}

/*----------------------------------------------   
Content
-----------------------------------------------  */
.floating-section-header {
  border-top: 1px solid #283171;
  position: relative;
}
.floating-section-header h2 {
  background-color: #f1f1f1;
  top: -38px;
  position: absolute;
  text-transform: uppercase;
  font-size: 36px;
  font-family: "Oswald";
  font-weight: 500;
}

.inventory-wrapper {
  background-color: #f1f1f1;
}
.inventory-wrapper .floating-section-header h2 {
  background-color: #f1f1f1;
}
.inventory-wrapper .inventory-card {
  box-shadow: 0 0 10px 0 rgba(71, 71, 71, 0.2);
}
.inventory-wrapper .inventory-card a {
  color: #000;
}
.inventory-wrapper .inventory-card .inventory-content {
  border-top: 3px solid #283171;
  padding: 15px;
}
.inventory-wrapper .inventory-card .inventory-content .inventory-head {
  text-transform: uppercase;
  font-size: 18px;
  font-family: "Oswald";
  font-weight: 500;
}

.logo-wrapper {
  padding-top: 7px;
  padding-bottom: 7px;
}
.logo-wrapper .floating-section-header h2 {
  background-color: #ffffff;
  left: 50%;
  transform: translateX(-50%);
  padding-left: 15px;
  padding-right: 15px;
}
.logo-wrapper .logo-text {
  font-size: 16px;
  font-family: "Open Sans";
  font-weight: 400;
}
@media (max-width: 768px) {
  .logo-wrapper .floating-section-header h2 {
    background-color: #ffffff;
    left: 0;
    transform: translateX(0%);
    padding-left: 0;
    padding-right: 0;
  }
  .logo-wrapper .logo-text {
    text-align: left;
  }
}

.product-button {
  background-color: #000;
  color: #ffffff;
  padding: 10px 0 10px 0;
  font-size: 16px;
  font-family: Roboto;
  font-weight: 500;
  text-transform: uppercase;
}

.product-wrapper .floating-section-header h2 {
  background-color: #ffffff;
}
.product-wrapper .product-head {
  text-transform: uppercase;
  font-size: 36px;
  font-family: "Oswald";
  font-weight: 500;
}
.product-wrapper .product-description {
  font-size: 16px;
  font-family: "Open Sans";
  font-weight: 400;
}
.product-wrapper .product-thumb-wrapper {
  box-shadow: 0 0 10px 0 rgba(71, 71, 71, 0.2);
  background-color: #fff;
  text-align: center;
  height: 225px;
}
.product-wrapper .product-thumb-wrapper .product-head-small {
  font-size: 14px;
  font-family: Roboto;
  font-weight: 700;
  text-transform: uppercase;
  color: #000;
}
.product-wrapper .product-thumb-wrapper.stihl {
  box-shadow: none;
  background-color: #fff;
  text-align: center;
  height: auto;
}
.product-wrapper .product-thumb-wrapper.stihl .product-head-small {
  font-size: 16px;
  font-family: Roboto;
  font-weight: 500;
  text-transform: uppercase;
  color: #000;
}
.product-wrapper .product-thumb-wrapper.stihl .product-description {
  font-size: 14px;
  font-family: Roboto;
  font-weight: 400;
  color: #000;
}
.product-wrapper .description-wrapper ul {
  padding-left: 30px;
}
.product-wrapper .description-wrapper p, .product-wrapper .description-wrapper span, .product-wrapper .description-wrapper li {
  color: #000;
  font-size: 14px;
  font-family: "Open Sans";
  font-weight: 400;
  line-height: 12px;
}
.product-wrapper .description-wrapper p {
  line-height: 18px;
}
.product-wrapper .accordion-wrapper {
  background-color: #fff;
  border: 1px solid #f1f1f1;
  padding: 0 7px 0 7px;
}
.product-wrapper .accordion-wrapper .accordion .accordion-item .accordion-header {
  font-size: 16px;
  font-family: Roboto;
  font-weight: 700;
  text-transform: uppercase;
}
.product-wrapper .accordion-wrapper .accordion .accordion-item .accordion-button {
  padding-left: 0;
  text-transform: uppercase;
  font-size: 16px;
  font-family: "Oswald";
  font-weight: 500;
}
.product-wrapper .accordion-wrapper .accordion .accordion-item .accordion-button:not(.collapsed) {
  color: #000000;
  background-color: #ffffff;
}
.product-wrapper .accordion-wrapper .accordion .accordion-item .accordion-button:focus {
  box-shadow: none;
}
.product-wrapper .accordion-wrapper .accordion .accordion-item .accordion-button:hover {
  border-color: black;
}
.product-wrapper .accordion-wrapper .accordion .accordion-item .accordion-body ul li {
  font-size: 14px;
  font-family: "Open Sans";
  font-weight: 400;
}
.product-wrapper .accordion-wrapper .accordion .accordion-item .accordion-body .spec-sub-heading {
  background-color: #f1f1f1;
  font-size: 14px;
  font-family: "Open Sans";
  font-weight: 500;
  padding: 3px;
}
.product-wrapper .accordion-wrapper .accordion .accordion-item .accordion-body .spec-description {
  font-size: 14px;
  font-family: "Open Sans";
  font-weight: 400;
  padding: 3px;
}
.product-wrapper .accordion-wrapper .accordion .accordion-item .accordion-body .table .spec-sub-heading {
  font-size: 12px;
  font-family: "Open Sans";
  font-weight: 500;
  background-color: #f1f1f1;
  padding: 3px 3px 3px 10px;
}
.product-wrapper .accordion-wrapper .accordion .accordion-item .accordion-body .table .spec-description {
  font-size: 12px;
  font-family: "Open Sans";
  font-weight: 400;
  padding: 3px 3px 3px 10px;
}
.product-wrapper .features-wrapper {
  background-color: #f1f1f1;
  padding: 10px 0 10px 0;
}
.product-wrapper .features-wrapper .accordion-wrapper .accordion .accordion-item .accordion-button {
  background-color: #f1f1f1;
}
.product-wrapper .features-wrapper .accordion-wrapper .accordion .accordion-item .accordion-button:not(.collapsed) {
  background-color: #f1f1f1;
}
.product-wrapper .features-wrapper .accordion-wrapper .accordion .accordion-item .accordion-body {
  background-color: #f1f1f1;
}
.product-wrapper .gallery-wrapper {
  background-color: #000000;
  padding: 10px 0 10px 0;
}
.product-wrapper .gallery-wrapper .product-head {
  color: #fff;
}
.product-wrapper .gallery-wrapper hr {
  height: 2px;
  background-color: #ffffff;
  border: none;
}

.product-wrapper.stihl {
  background-color: #ffffff;
}

.brands-wrapper .brand-card {
  height: 500px;
}
.brands-wrapper .brand-card .brand-content {
  padding: 10px;
}
.brands-wrapper .brand-card .brand-content .brand-head {
  text-transform: uppercase;
  font-size: 32px;
  font-family: "Oswald";
  font-weight: 500;
  color: #fff;
}
.brands-wrapper .brand-card .brand-content .brand-description {
  font-size: 20px;
  font-family: "Open Sans";
  font-weight: 400;
  color: #fff;
}
.brands-wrapper .brand-overlay {
  position: relative;
  z-index: 9999;
  background-color: rgba(0, 0, 0, 0.5);
}
.brands-wrapper .brand-overlay:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.showroom-wrapper {
  background-color: #f1f1f1;
}
.showroom-wrapper .floating-section-header h2 {
  background-color: #f1f1f1;
}
.showroom-wrapper .showroom-thumb-wrapper {
  box-shadow: 0 0 10px 0 rgba(71, 71, 71, 0.2);
}
.showroom-wrapper .showroom-thumb-wrapper .showroom-head-small {
  text-transform: uppercase;
  font-size: 18px;
  font-family: "Oswald";
  font-weight: 500;
}
.showroom-wrapper .showroom-card {
  box-shadow: 0 0 10px 0 rgba(71, 71, 71, 0.2);
}
.showroom-wrapper .showroom-card a {
  color: #000;
}
.showroom-wrapper .showroom-card .showroom-content {
  border-top: 3px solid #283171;
  padding: 15px;
}
.showroom-wrapper .showroom-card .showroom-content .showroom-head {
  text-transform: uppercase;
  font-size: 18px;
  font-family: "Oswald";
  font-weight: 500;
}

.request-wrapper {
  border: 1px solid #f1f1f1;
  padding: 7px;
}
.request-wrapper .request-head {
  text-transform: uppercase;
  font-size: 16px;
  font-family: "Oswald";
  font-weight: 500;
}

.content-body {
  padding-top: 100px;
  padding-bottom: 50px;
}
.content-body .main-service-link {
  position: relative;
  display: block;
  transition: transform 0.2s linear;
  padding-bottom: 30px;
}
.content-body .main-service-link::before {
  display: block;
  position: absolute;
  top: auto;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  border-bottom: solid 3px #dedede;
}
.content-body .main-service-link::after {
  display: block;
  position: absolute;
  top: auto;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  border-bottom: solid 3px #20409a;
  transform: scaleX(0);
  transition: transform 250ms ease-in-out;
}
.content-body .main-service-link span {
  display: block;
}
.content-body .main-service-link span:nth-child(2) {
  font-family: "Josefin Sans";
  font-weight: 500;
  font-size: 24px;
  line-height: 20px;
  color: #000;
  margin-top: 20px;
}
.content-body .main-service-link span:nth-child(3) {
  font-family: "Open Sans";
  font-weight: 400;
  font-size: 14px;
  text-transform: uppercase;
  color: #000;
}
.content-body .main-service-link:hover {
  text-decoration: none;
  transform: translateY(-5px);
}
.content-body .main-service-link:hover::after {
  transform: scaleX(1);
}
.content-body .service-label {
  font-family: Roboto;
  font-size: 0.9em;
  font-weight: 400;
  text-transform: uppercase;
  color: #20409a;
}
.content-body .what-we-do {
  border-bottom: 2px solid #20409a;
  border-top: 2px solid #20409a;
  margin-top: 30px;
  padding-top: 30px;
  padding-bottom: 30px;
}
.content-body .what-we-do .btn-pill {
  color: #fff;
}
.content-body .btn-pill {
  border-color: #172e70;
  background-color: #20409a;
  color: #fff;
  margin-top: 20px;
}
.content-body .btn-pill:hover {
  background-color: #172e70;
}
.content-body .material-icons {
  font-size: 48px;
  color: #0c1248;
}
.content-body .review-container {
  background-color: #f4f5f7;
  border: 1px solid #dedede;
  margin-top: 20px;
  padding: 10px;
}
.content-body .review-container p {
  color: #000;
  font-size: 0.9em;
}
.content-body .gray-bg {
  background-color: #f4f5f7;
  border: 1px solid #dedede;
  padding: 10px 30px 30px 30px;
}
.content-body .gray-bg p {
  color: #000;
  font-size: 1.1em;
}
.content-body .gray-bg a {
  color: #036080;
}

.page-content h2 {
  color: #000;
  margin-bottom: 10px;
}
.page-content p {
  color: #2e2e2e;
  font-size: 1.1em;
}

/*---------------------------------------------
services
-----------------------------------------------*/
.services-container .row:first-child {
  border-bottom: 5px solid #fff;
}
.services-container .row:not(first-child) {
  border-top: 5px solid #fff;
}
.services-container .row:nth-child(2) {
  border-top: 5px solid #fff;
  border-bottom: 5px solid #fff;
}
.services-container .service-container {
  position: relative;
  height: 600px;
}
.services-container .service-container:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 0;
}
.services-container .service-container .v-center {
  position: relative;
  z-index: 2;
}
.services-container .service-container:first-child {
  border-bottom: 5px solid #fff;
}
.services-container .service-container:last-child {
  border-top: 5px solid #fff;
}
@media (min-width: 58em) {
  .services-container .service-container:first-child {
    border: none;
    border-right: 5px solid #fff;
  }
  .services-container .service-container:last-child {
    border: none;
    border-left: 5px solid #fff;
  }
}
.services-container .service-container:only-child {
  border-left: none;
  border-right: none;
}
.services-container .service-container .service-content {
  position: relative;
  z-index: 4;
}
.services-container .service-container .service-content h2 {
  color: #fff;
  font-size: 3.5rem;
  margin-bottom: 20px;
}
.services-container .service-container .service-content p {
  color: #fff;
  line-height: 1.3em;
  font-weight: 300;
  font-size: 1.1em;
}
.services-container .service-container .service-content .btn-pill {
  border-color: #172e70;
  background-color: #20409a;
  color: #fff;
  margin-top: 40px;
  border-radius: 0;
  display: block;
}
.services-container .service-container .service-content .btn-pill:hover {
  background-color: #172e70;
}

.residential-container .background {
  height: 100% !important;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  /*background-attachment: fixed;*/
  z-index: 0;
  opacity: 0;
  -webkit-animation: fade-in ease-in-out 2s both;
  -moz-animation: fade-in ease-in-out 2s both;
  animation: fade-in ease-in-out 2s both;
  background-image: url("Images/main-residential-lg.jpg");
}

.commercial-container .background {
  height: 100% !important;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  /*background-attachment: fixed;*/
  z-index: 0;
  opacity: 0;
  -webkit-animation: fade-in ease-in-out 2s both;
  -moz-animation: fade-in ease-in-out 2s both;
  animation: fade-in ease-in-out 2s both;
  background-image: url("Images/main-commercial-lg-2.jpg");
}

.cleaning-container .background {
  height: 100% !important;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  /*background-attachment: fixed;*/
  z-index: 0;
  opacity: 0;
  -webkit-animation: fade-in ease-in-out 2s both;
  -moz-animation: fade-in ease-in-out 2s both;
  animation: fade-in ease-in-out 2s both;
  background-image: url("Images/main-cleaning-lg.jpg");
}

.soffit-container .background {
  height: 100% !important;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  /*background-attachment: fixed;*/
  z-index: 0;
  opacity: 0;
  -webkit-animation: fade-in ease-in-out 2s both;
  -moz-animation: fade-in ease-in-out 2s both;
  animation: fade-in ease-in-out 2s both;
  background-image: url("Images/main-soffit-lg.jpg");
}

.styles-container .background {
  height: 100% !important;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  /*background-attachment: fixed;*/
  z-index: 0;
  opacity: 0;
  -webkit-animation: fade-in ease-in-out 2s both;
  -moz-animation: fade-in ease-in-out 2s both;
  animation: fade-in ease-in-out 2s both;
  background-image: url("Images/main-styles-lg.jpg");
}

/*----------------------------------------------   
Footer
-----------------------------------------------  */
.footer-container {
  background-color: #000;
  padding: 30px 20px 30px 20px;
}
.footer-container p {
  font-size: 0.8em;
}
.footer-container a {
  color: #fff;
}

/*
    Rent To Own Form
*/
.rent-to-own-wrapper {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #dedede;
}
.rent-to-own-wrapper p {
  font-family: "Open Sans";
  font-weight: 400;
  font-size: 16px;
  color: #444;
}
.rent-to-own-wrapper .rent-to-own-form-wrapper {
  background-color: #ffffff;
  padding: 10px;
}
@media (min-width: 768px) {
  .rent-to-own-wrapper .rent-to-own-form-wrapper {
    width: 800px;
  }
}
.rent-to-own-wrapper .rent-to-own-form-wrapper .rent-to-own-form {
  padding: 15px;
}
.rent-to-own-wrapper .rent-to-own-form-wrapper .rent-to-own-form h2 {
  text-transform: uppercase;
  font-family: "Lato";
  font-weight: 700;
  font-size: 16px;
  color: #000;
}

/*----------------------------------------------   
--Fade ins
-----------------------------------------------  */
@-webkit-keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/*----------------------------------------------   
--Fade out for slider
-----------------------------------------------  */
@-webkit-keyframes fade-out {
  33% {
    opacity: 1;
  }
  66% {
    opacity: 0;
  }
}
@-moz-keyframes fade-out {
  33% {
    opacity: 1;
  }
  66% {
    opacity: 0;
  }
}
@-o-keyframes fade-out {
  33% {
    opacity: 1;
  }
  66% {
    opacity: 0;
  }
}
@keyframes fade-out {
  33% {
    opacity: 1;
  }
  66% {
    opacity: 0;
  }
}
@-webkit-keyframes flicker {
  0% {
    -webkit-transform: translate(0, -20px);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(0, 20px);
    opacity: 0;
  }
}
@-moz-keyframes flicker {
  0% {
    -webkit-transform: translate(0, -20px);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(0, 20px);
    opacity: 0;
  }
}
@-o-keyframes flicker {
  0% {
    -webkit-transform: translate(0, -20px);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(0, 20px);
    opacity: 0;
  }
}
@keyframes flicker {
  0% {
    -webkit-transform: translate(0, -20px);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(0, 20px);
    opacity: 0;
  }
}
@-webkit-keyframes flicker {
  0% {
    -moz-transform: translate(0, -20px);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -moz-transform: translate(0, 20px);
    opacity: 0;
  }
}
@-moz-keyframes flicker {
  0% {
    -moz-transform: translate(0, -20px);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -moz-transform: translate(0, 20px);
    opacity: 0;
  }
}
@-o-keyframes flicker {
  0% {
    -moz-transform: translate(0, -20px);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -moz-transform: translate(0, 20px);
    opacity: 0;
  }
}
@keyframes flicker {
  0% {
    -moz-transform: translate(0, -20px);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -moz-transform: translate(0, 20px);
    opacity: 0;
  }
}
@-webkit-keyframes flicker {
  0% {
    transform: translate(0, -20px);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: translate(0, 20px);
    opacity: 0;
  }
}
@-moz-keyframes flicker {
  0% {
    transform: translate(0, -20px);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: translate(0, 20px);
    opacity: 0;
  }
}
@-o-keyframes flicker {
  0% {
    transform: translate(0, -20px);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: translate(0, 20px);
    opacity: 0;
  }
}
@keyframes flicker {
  0% {
    transform: translate(0, -20px);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: translate(0, 20px);
    opacity: 0;
  }
}
@-webkit-keyframes slide-in-left {
  from {
    margin-left: -20px;
  }
  to {
    margin-left: 0;
  }
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes slide-in-left {
  from {
    margin-left: -20px;
  }
  to {
    margin-left: 0;
  }
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes slide-in-left {
  from {
    margin-left: -20px;
  }
  to {
    margin-left: 0;
  }
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes slide-in-left {
  from {
    margin-left: -20px;
  }
  to {
    margin-left: 0;
  }
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes slide-in-right {
  from {
    margin-left: 20px;
  }
  to {
    margin-left: 0;
  }
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes slide-in-right {
  from {
    margin-left: 20px;
  }
  to {
    margin-left: 0;
  }
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes slide-in-right {
  from {
    margin-left: 20px;
  }
  to {
    margin-left: 0;
  }
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes slide-in-right {
  from {
    margin-left: 20px;
  }
  to {
    margin-left: 0;
  }
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
