﻿/* ===========================================================
blue: #ffbd17 - yellow: #ffd20a
=========================================================== */

/* ===========================================================
01.      Reset
02.      Body Styles
03.      Header Structure
03.01   Mobile Nav
04.      Typography
05.      Links / Buttons
06.      Site Structure
07.      Footer Structure
08.      Form Structure
08.01   Form Base Styles
08.02   Captcha
09.02   Form Structure
09.      Classes
10.      Inventory Styles
11.      Responsive Styles
=========================================================== */

/* ===========================================================
01. Reset
=========================================================== */

/*! minireset.css v0.0.6 | MIT License | github.com/jgthms/minireset.css */

html,
body,
p,
ol,
ul,
li,
dl,
dt,
dd,
blockquote,
figure,
fieldset,
legend,
textarea,
pre,
iframe,
hr,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

ul {
  list-style: none;
}

button,
input,
select,
textarea {
  margin: 0;
}

html {
  box-sizing: border-box;
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

video {
  height: auto;
  max-width: 100%;
}

iframe {
  border: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

td:not([align]),
th:not([align]) {
  text-align: inherit;
}

html {
  background-color: white;
  font-size: 16px;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  min-width: 300px;
  /* overflow-x: hidden;
    overflow-y: scroll; */
  text-rendering: optimizeLegibility;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

article,
aside,
figure,
footer,
header,
hgroup,
section {
  display: block;
}

a:link,
a:visited,
a:active {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

img {
  border: 0;
  height: auto;
  max-width: 100%;
  align-self: center;
  flex-shrink: 0;
}

.relative{position: relative;}

/* ===========================================================
02. Body Styles
=========================================================== */

body {
  font-family: "Barlow", sans-serif;
  font-size: 18px;
  overflow-x: hidden;
}

html {
  overflow-x: hidden;
}

/* ===========================================================
03. Header Structure
=========================================================== */

/* Utility  */

.utility {
  background: #dde1e6;
  width: 100%;
  justify-content: flex-end;
}

.utility a,
.utility-mobile a {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 600;
  font-style: normal;
  color: #46597a;
  font-size: 16px;
  padding: 12px 25px;
  text-transform: uppercase;
}

.utility-yellow {
  background: linear-gradient(0deg,
      rgba(255, 189, 23, 1) 0%,
      rgba(252, 208, 82, 1) 100%);
  position: relative;
  margin-left: 20px;
}

.utility-yellow::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: inherit;
  transform-origin: 100% 0;
  transform: skew(-35deg);
  z-index: 2;
  -webkit-transform: skew(-35deg);
  -moz-transform: skew(-35deg);
  -ms-transform: skew(-35deg);
  -o-transform: skew(-35deg);
}

.utility-yellow span {
  position: relative;
  z-index: 3;
}

.utility .fa-phone {
  margin-right: 5px;
}

.utility-yellow i,
.utility-mobile i {
  margin-left: 5px;
}

/* Header */

.mobile-nav-container,
#menu-button,
.utility-mobile {
  display: none;
}

header {
  width: 80%;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  position: fixed;
  z-index: 10;
  -webkit-box-shadow: 0px 4px 16px -1px rgba(0, 0, 0, 0.44);
  -moz-box-shadow: 0px 4px 16px -1px rgba(0, 0, 0, 0.44);
  box-shadow: 0px 4px 16px -1px rgba(0, 0, 0, 0.44);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}

.header-logo-container {
  background: linear-gradient(0deg,
      rgba(255, 189, 23, 1) 0%,
      rgba(252, 208, 82, 1) 100%);
  padding: 15px 0px 15px 35px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.header-logo-container::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: inherit;
  transform-origin: 0 100%;
  transform: skew(-35deg);
  z-index: 2;
  -webkit-box-shadow: 16px 6px 17px -18px rgb(0 0 0 / 44%);
  -moz-box-shadow: 16px 6px 17px -18px rgb(0 0 0 / 44%);
  box-shadow: 16px 6px 17px -18px rgb(0 0 0 / 44%);
  -webkit-transform: skew(-35deg);
  -moz-transform: skew(-35deg);
  -ms-transform: skew(-35deg);
  -o-transform: skew(-35deg);
}

header h1 img {
  max-width: 220px;
  height: auto;
}

.header-logo a {
  display: flex;
  position: relative;
  z-index: 3;
}

.header-bottom-main {
  display: flex;
}

.header-right {
  width: 100%;
}

.header-right-bottom {
  width: 100%;
  background: #fff;
  display: flex;
  justify-content: space-between;
}

/* Header Search */

.header-search-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 110px;
  background-size: 1px 200px;
  position: relative;
  overflow: hidden;
}

.header-search-icon:hover {
  cursor: pointer;
}

.header-search-icon:hover i {
  opacity: 0.6;
}

.header-search-icon a {
  position: relative;
  z-index: 1;
}

.header-search-icon i {
  color: #46597a;
  font-size: 25px;
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -ms-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.header-hide-bttn {
  opacity: 0;
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -ms-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transform: translateY(-15px);
  -webkit-transform: translateY(-15px);
  -moz-transform: translateY(-15px);
  -ms-transform: translateY(-15px);
  -o-transform: translateY(-15px);
}

/*  */

.header-search-slide {
  background: #e8e8e8;
  padding: 30px 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  overflow: hidden;
}

.search-outer-container {
  width: 100%;
  max-height: 100%;
  height: 50px;
}

.header-search {
  display: flex;
  height: 100%;
}

.header-search input[type="text"] {
  font-weight: 500;
  font-style: normal;
  font-size: 18px !important;
  color: #808080 !important;
  text-transform: uppercase;
  background: #d3d3d3;
  border: none;
}

.header-search ::placeholder {
  font-weight: 500;
  font-style: normal;
  font-size: 18px !important;
  color: #808080 !important;
  text-transform: uppercase;
}

.header-search i {
  color: #fff;
  font-size: 25px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}

#mobile-form-submit {
  max-height: 80px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}

#mobile-form-submit:hover {
  background: #2f6326 !important;
  cursor: pointer;
}

.header-search input:focus {
  outline: none !important;
  outline-style: none;
  box-shadow: none;
  border-color: transparent;
  caret-color: #c1bfbf;
}

.initiallyHidden {
  display: none;
}

/* ===========================================================
04. Typography
=========================================================== */

h2,
h3,
h4,
h5,
h6,
.list-content .list-title .list-title-text,
.auction-heading, .internal-main-top h1 {
  text-transform: uppercase;
}

h2,.internal-main-top h1,
.list-content .list-title .list-title-text,
.auction-heading {
  font-weight: 400;
  letter-spacing: -1px;
  margin-bottom: 25px;
  font-family: teko, sans-serif;
  font-style: normal;
  font-size: 60px;
  line-height: 51px;
  letter-spacing: -1px;
}

h3 {
  font-family: teko, sans-serif;
  font-size: 27px;
  line-height: 28px;
  font-weight: 500;
  font-style: normal;
  margin-bottom: 20px;
}

h4 {
  font-family: teko, sans-serif;
  font-weight: 400;
  font-size: 25px;
  line-height: 22px;
  font-style: normal;
  letter-spacing: 0.6px;
  margin-bottom: 20px;
}

h5 {
  font-family: teko, sans-serif;
  font-size: 19px;
  line-height: 19px;
  font-weight: 600;
  margin-bottom: 15px;
}

h6 {
  font-family: "Barlow", sans-serif;
  font-weight: 300;
  letter-spacing: 1px;
  font-style: normal;
  font-size: 16px;
  line-height: 18px;
}

.small {
  font-size: 0.8em;
  color: #666666;
}

strong,
p b {
  font-weight: 700;
}

p,
.body-link {
  font-size: 17px;
  line-height: 30px;
}

p {
  font-family: "Barlow", sans-serif;
  font-weight: 300;
  font-style: normal;
  color: #46597a;
  margin-bottom: 25px;

  letter-spacing: 0.2px;
}

.body-link {
  font-family: "Barlow", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #757575;
}

.body-link span {
  font-weight: 400;
}

.body-link:hover {
  opacity: 0.7;
}

/* ===========================================================
05. Links / Buttons
=========================================================== */

a {
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -ms-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.bttn-base,
.bttn-small,
.news-date {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 400;
  font-style: normal;

  text-transform: uppercase;
  letter-spacing: 2px;
  border-radius: 0;
  white-space: nowrap;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border: none !important;
  cursor: pointer;
}

.bttn-small {
  font-size: 12px;
}

.bttn-base {
  font-size: 14px;
  transition: 0.3s !important;
  height: 50px;
  padding: 0 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
	margin-left: 30px;
}

.bttn-yellow {
  color: #152a55 !important;
  background: #ffbd17;
}

.bttn-yellow:hover {
  background: #e5a10a;
}

.bttn-blue {
  color: #ffbd17 !important;
  background: #152a55;
}

.bttn-blue:hover {
  background: #0a1a38;
}

.bttn-base i {
  margin-right: 10px;
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -ms-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.bttn-arrow i {
  margin: 0 0 0 10px;
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -ms-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.bttn-arrow:hover i {
  transform: translateX(5px);
  -webkit-transform: translateX(5px);
  -moz-transform: translateX(5px);
  -ms-transform: translateX(5px);
  -o-transform: translateX(5px);
}


/* ===========================================================
06. Site Structure
=========================================================== */

.wrapper {
  width: 80%;
  max-width: 1500px;
  margin: 0 auto;
  height: 100%;
}

/* .slick-carousel {
  position: relative;
} */
/* .slide-content {
  position: relative;
  height: 1000px;
  margin-top: -5px;
} */

.slide-content {
  position: relative;
  background-color:#000;
}

.slide-content img {
  width: 100%;
}

.slide-content-inner {
  position: absolute;
  z-index: 3;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
}

.slide-content .wrapper {
  display: flex;
  align-items: center;
  max-width: 100%;
}

.hero-copy {
  width: 100%;
  /* transform: translateY(-50%); */
  text-align: right;
  text-transform: uppercase;
  margin-top: -230px;
}

.hero-heading {
  color: #fff;
  font-family: teko, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 60px;
  line-height: 51px;
  letter-spacing: -1px;
}

.hero-heading-top {
  font-weight: 300;
  font-size: 35px;
  line-height: 35px;
  letter-spacing: 0;
}

.slide-mobile {
  display: none;
}

.slick-dotted.slick-slider {
  margin-bottom: 0;
}

.hero-scrolldown {
  cursor: pointer;
  position: absolute;
  z-index: 3;
  bottom: 50px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
}

.hero-scrolldown i {
  font-size: 30px;
  color: #ffbd17;
}

/* Welcome */

.welcome {
  background: url("/siteart/background-grey-04.jpg") no-repeat center center;
  background-size: cover;
  position: relative;
  margin-top: -5px;
}

.overlay-grey {
  position: absolute;
  z-index: 2;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(50, 50, 50, 0.5);
}

.overlay-grey-top {
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(180deg,
      rgba(0, 0, 0, 0.3) 0%,
      rgba(0, 0, 0, 0) 19%);
}

.welcome {
  position: relative;
}

.welcome .wrapper {
  justify-content: center;
  align-items: center;
}

.welcome-container {
  background: #fff;
  padding: 25px;
  -webkit-box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.2);
  position: relative;
  z-index: 3;
}

.welcome-container .rule-center {
  background: #c6c6c6;
}

.welcome-container-inner {
  border: 1px solid #9b9da2;
  padding: 25px;
  height: 100%;
  position: relative;
}

/* .welcome-container img {
  position: absolute;
  bottom: -65px;
  right: -45px;
  max-width: 200px;
}
*/
.welcome h2 {
  color: #152a55;
}

/* Featured Sections */

.feature .col-1 {
  height: 100%;
}

.feature-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-right: 10%;
}

.feature {
  height: 590px;
}

.feature .logo {
  align-self: flex-start;
  max-width: 140px;
  margin-bottom: 20px;
}

.feature-atlas {
  background: #fff;
}

.feature-image {
  position: relative;
}

.feature-atlas .feature-front-image {
  position: absolute;
  right: 0;
  bottom: 60px;
}

.feature-atlas .feature-image {
  background: url("/siteart/background-atlas-01.png") no-repeat right bottom;
  background-size: cover;
}

.feature-front-image {
  margin-bottom: -150px;
  z-index: 2;
}

.feature-mantsinen {
  background: url("/siteart/background-blue-01.jpg") no-repeat center center;
  background-size: cover;
   background-color:#000;
}

.feature-mantsinen .feature-image {
  background: url("/siteart/background-mantsinen-01.png") no-repeat left bottom;
  background-size: cover;
}

.feature-mantsinen .feature-copy {
  padding: 0 0 0 10%;
}

.feature-mantsinen .feature-front-image {
  position: absolute;
  left: 180px;
  bottom: 50px;
}

.feature-olko .feature-image {
  background: url("/siteart/background-olko-01.png") no-repeat right bottom;
  background-size: cover;
}

.feature-olko .feature-front-image {
  position: absolute;
  right: 60px;
  bottom: 100px;
}

/* Location card */

.our-dealers {
  /* background: url('images/checked.png'), #6DB3F2; */
  background: url("/siteart/background-blue-02-top.png") center top no-repeat,
    url("/siteart/background-blue-02-bottom.png") center bottom no-repeat,
    #283d65;
  background-size: contain;
}

.location-container {
  background: #1b2e4c;
  color: #fff;
  padding: 50px;
  -webkit-box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.35);
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.35);
}

.location-container select {
  background: #fff;
  border: none;
  padding: 15px;
  width: 100%;
  color: #152a55;
  height: 50px;
  font-size: 18px !important;
  font-weight: 500;
  box-sizing: border-box;
  margin-right: 20px;
  text-transform: uppercase;
}

.location-container select option {
  color: #152a55;
  font-size: 18px;
}

.location-container select::placeholder,
.internal-form select::placeholder {
  text-transform: uppercase;
}

.location-container label.wrap,
.internal-form label.wrap {
  width: 100%;
  overflow: hidden;
  height: 50px;
  position: relative;
  display: block;
  margin-right: 20px;
}

.location-container select.dropdown,
.internal-form select.dropdown {
  height: 50px;
  padding: 10px;
  border: 0;
  font-size: 15px;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.location-container label.wrap:after,
.internal-form label.wrap:after {
  content: "\f107 ";
  font-family: FontAwesome;
  color: #152a55;
  position: absolute;
  right: 0;
  top: 15px;
  z-index: 1;
  width: 5%;
  height: 100%;
  pointer-events: none;
}

.location-container a,
.location-container p {
  color: #fff;
}

.location-container form,
.location-info {
  margin-bottom: 50px;
}

.location-container .col-6:last-of-type {
  padding-left: 50px;
}

.location-info {
  justify-content: space-between;
}

.location-bottom {
  justify-content: flex-end;
}

.list b {
  margin-right: 20px;
}

.list span {
  margin-left: auto;
  width: auto;
  font-weight: 500;
}

.location-container .list li {
  display: flex;
}

.list li {
  padding: 10px 15px;
  display: flex;
}

.list li:nth-of-type(odd) {
  background: #4b7728;
}

.internal .list li {
  color: #808080 !important;
}

.internal .list li:nth-of-type(odd) {
  background: #e8e8e8 !important;
}

.list-two-col {
  columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
  column-gap: 50px;
}

.location-container .bttn-base {
  margin-top: auto;
}

.location-container .phone b {
  margin-right: 20px;
}

/*  */

.location-card p {
  color: #fff;
}

.location-card .bttn-small,
.location-card .list li {
  color: #808080;
}

.location-container .location-card {
  background: none !important;
}

.location-card .body-link {
  text-transform: uppercase;
  display: flex;
  justify-content: space-between;
}

.location-card .body-link span {
  margin-left: 15px;
}

.location-card .location-card-right-top {
  flex-direction: column;
}

.location-container .location-bottom {
  margin-top: 25px;
}

.location-container .location-card {
  margin-bottom: 0;
  padding: 0;
}

.location-container .additional-store-contact {
  display: none;color:
}

.store-contact-01 {
  justify-content: space-between;
}
.store-contact-02 a{
  color:#626262;
  justify-content: space-between;
}
.location-card {
  background: #e8e8e8;
  padding: 25px;
  margin-bottom: 25px;
  justify-content: space-between;
}

.location-card-image {
  display: flex;
  margin-right: 25px;
  width: 25%;
}

.location-card-image img {
  align-self: flex-start;
}

.location-card-right {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  height: 100%;
}

.location-card-right-top {
  justify-content: space-between;
}

.location-card-bottom {
  justify-content: flex-end;
}

.location-card .list li {
  color: #fff;
  font-size: 14px;
}

.location-card .list li:nth-of-type(odd) {
  background: #9b9da2;
}

.location-card .location-bottom a:first-of-type {
  margin-right: 25px;
}

.col-1.flex {justify-content: center;}


/* Dealer Map */

.dealers-map {
  background: url("/siteart/background-blue-02-top.png") center top no-repeat,
    url("/siteart/background-blue-02-bottom.png") center bottom no-repeat,
    #283d65;
  background-size: contain;
  padding: 100px 50px;
}
.dealers-map.dealers-page {
  background: #fff;
  padding: 50px 50px 25px;
}

.dealers-map .col-1 {
  justify-content: space-between;
}

.dealers-map-container {
  min-height: 400px;
  position: relative;
}

.dealers-map-legend {
  background: #fff;
  margin-left: 25px;
}

.dealers-map-legend-heading {
  background: #dde1e6;
  text-align: center;
  padding: 15px;
}

.dealers-map-legend-heading h4 {
  margin-bottom: 0;
}

.legend-group {
  justify-content: space-around;
  align-items: center;
  padding: 15px;
  padding: 15px;
  border-bottom: 1px solid #dde1e6;
}

.legend-group-logo {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  width: 60%;
}

.legend-group-logo img {
  width: 70%;
}

.legend-group-logo p {
  margin: 6px 0 0 0;
  font-size: 13px;
  font-weight: 500;
  line-height: 16px;
}

.legend-group-color {
  display: flex;
  justify-content: center;
}

/* CTA 01 */

.ct-01 {
  background: url("/siteart/background-grey-02.jpg") no-repeat center center;
  background-color:#000000;
  background-size: cover;
}

.ct-01 .ct-container {
  background: url("/siteart/background-blue-ct-01.png") no-repeat center center;
  background-size: cover;
  width: 100%;
  padding: 50px;
  justify-content: space-between;
  align-items: center;
}
.ct-03 .ct-container {
  background: url("/siteart/background-blue-ct-01.png") no-repeat center center;
  background-size: cover;
  width: 100%;
  padding: 50px;
  justify-content: space-between;
  align-items: center;
}
.ct-03 .ct-container{
background-color:#283d65;
}
.ct-right {
  align-items: center;
  width: 60%;
  justify-content: flex-end;
}

.ct-right p {
  text-align: right;
  margin-right: 25px;
  font-size: 16px;
  line-height: 25px;
  margin-bottom: 0;
}

.ct-01 h2 {
  margin-bottom: 0;
}
.ct-03 h2 {
  margin-bottom: 0;
}

/* Location Page */

.internal-header {
  background-color: #666666;
  height: 400px;
  position: relative;
}

.internal-header.location,
.internal-header.equipment {
  background: url("/siteart/background-grey-04.jpg") no-repeat center center;
  background-size: cover;
background-color:#000;
}

.internal-header-copy {
  position: relative;
  z-index: 5;
}

.internal-header .wrapper {
  align-items: flex-end;
  display: flex;
}

.internal-header h2 {
  margin-bottom: 0;
}

.location-page .location-bottom .store-bttn {
  display: none;
}

.location-page .location-bottom {
  margin-top: auto;
}

.location-page .location-card p {
  color: #666666;
}

.location-page .store-contact-01 {
  flex-direction: column;
}

.location-page .location-card-address {
  margin-bottom: 50px;
}

.internal-sidebar .bttn-base {
  width: 100%;
}

.location-page .location-card .list li {
  color: #666666;
}

.location-page .location-card .list li:nth-of-type(odd) {
  background: #fff;
}

.location-page .location-card .body-link {
  font-size: 15px;
}

.location-page .location-card {
  margin-bottom: 0;
  height: 100%;
}

/* Breadcrumbs */

.breadcrumbs {
  position: relative;
  display: inline-block;
  padding: 15px 70px 15px 10%;
  overflow: hidden;
  z-index: 5;
}

.breadcrumbs::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg,
      rgba(255, 189, 23, 1) 0%,
      rgba(252, 208, 82, 1) 100%);
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
  -webkit-transform: skew(-38deg);
  -ms-transform: skew(-38deg);
  transform: skew(-38deg);
  z-index: -1;
  -moz-transform: skew(-38deg);
  -o-transform: skew(-38deg);
}

.breadcrumb {
  list-style-type: none;
  position: relative;
  z-index: 3;
  margin-top: -5px;
}

.breadcrumb li {
  display: inline-block;
}

.breadcrumb li a {
  color: #46597a;
  font-size: 12px;
}

.breadcrumb li a:hover {
  opacity: 0.6;
}

.breadcrumb li span {
  color: #1A0873;
  font-weight: 300;
}

/* Dealers */

.filter-links {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
  height: auto;
  overflow: hidden;
  padding-bottom: 15px;
  border-bottom: 1px solid #e4d7d7;
}

.filter-links li {
  display: inline-block;
  margin-bottom: 15px;
  transition: all 0.3s ease-in-out;
}

.filter-links li a {
  color: #46597a;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0.6px;
  text-decoration: none;
  display: flex;
  align-items: center;
  margin: 0;
  text-align: center;
  text-transform: uppercase;
  padding: 5px 19px;
}

.filter-links li.active,
.filter-links li:hover {
  background: #dde1e6;
}

.dealer-locations {
  flex-wrap: wrap;
}

.dealer-locations .location-card-outer {
  width: 25%;
  padding: 10px;
}

.dealer-locations .additional-store-contact {
  display: none;
}

.dealer-locations .store-contact-01 {
  flex-direction: column;
}

.dealer-locations .bttn-directions {
  display: none;
}

.dealer-locations .location-card p,
.dealer-locations .location-card .list li {
  color: #666666;
}

.dealer-locations .location-bottom {
  margin-top: 25px;
}

.dealer-locations .location-card .list {
  margin-top: 25px;
}

.dealer-locations .location-card .list li:nth-of-type(odd) {
  background: #fff;
}

.dealer-locations .location-bottom .bttn-base {
  width: 100%;
  padding: 0 !important;
  margin-right: 0 !important;
}

.dealer-locations .location-card {
  margin-bottom: 0;
  display: block !important;
  height: 100%;
}

.dealer-locations .location-card .bttn-base {
  margin-top: 15px;
}

.dealer-locations .location-card .location-bottom {
  margin-top: auto;
}
/*---Promos------*/
.promo-img{padding:20px; box-sizing:border-box;}




/* 000... */

.location-card-outer {
  opacity: 0;
  display: none;
}

.location-page .location-card-outer {
  height: 100%;
}

.location-card-outer.active {
  opacity: 1;
  display: block;
  -webkit-animation: fadeIn 0.65s ease forwards;
  animation: fadeIn 0.65s ease forwards;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

/* Equipment */

.internal-header.equipment.atlas {
  background: url("/siteart/equipment-internal-header-atlas-01.jpg") no-repeat center center;
  background-size: cover;
}


.internal-header.equipment.mantsinen {
  background: url("/siteart/equipment-internal-header-mantsinen-01.jpg") no-repeat center center;
  background-size: cover;
}

.internal-header.equipment.olko {
  background: url("/siteart/equipment-internal-header-olko-01.jpg") no-repeat center center;
  background-size: cover;
}

.logo {
  max-width: 200px;
}

.card-container .col-1.flex {
  flex-wrap: wrap;
}

.equipment-card-outer {
  width: 25%;
  padding: 10px;
	background-color:#ffffff;
}

.card-container.all .equipment-card-outer {
  width: 33.1%;
  padding: 10px;
  background-color:#000000!important;
}

.equipment-card-outer.full {
  width: 100%;
  padding: 10px;
  background-color:#000000!important;
}
.equipment-card-inner {
  background-size: cover !important;
  position: relative;
  height: 250px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 10px solid #f1f2f4;
  background-color:#000000!important;
}

.equipment-card-copy {
  position: relative;
  z-index: 5;
  text-align: center;
}

.equipment-card-copy h4 {
  color: #fff;
  background-color: transparent;
  margin-bottom: -10px;
}

.equipment-card-copy .bttn-small {
  color: #ffbd17!important;
  background-color:#152a55!important;
  margin-bottom: 0;
  opacity: 0;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.equipment-card-copy p {
  color: #ffbd17!important;
  background-color:#152a55!important;
}
.equipment-card-outer:hover .equipment-card-copy .bttn-small {
  opacity: 1;
  color: #ffbd17!important;
	weight: 900;
  background-color:#152a55!important;
  transform: translateY(10px);
  -webkit-transform: translateY(10px);
  -moz-transform: translateY(10px);
  -ms-transform: translateY(10px);
  -o-transform: translateY(10px);
}

.dots-overlay {
  background: url("/siteart/background-dots-01.png") no-repeat center center;
  background-size: cover;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 4;
}

.lt-grey-overlay {
  background: rgba(70, 89, 122, 0.8);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 3;
  transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
}

.equipment-card-outer:hover .lt-grey-overlay {
  background: rgba(70, 89, 122, 0.6);
}

/* Product Pages */

.internal-main-top .col-1 {
  height: 400px;
  position: relative;
  overflow: hidden;
}

.internal-main-top .bg {
  background-size: cover !important;
  height: 100%;
  position: absolute;
  z-index: 3;
  top: 0;
  bottom: 0;
  right: 0;
}

.internal-main-top .bg.three {
  background-size: cover !important;
  background-repeat: no-repeat;
  background-position: center 10px !important;
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
}

.internal-main-top .left {
  position: absolute;
  z-index: 4;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  padding: 15px 70px 50px 10%;
  overflow: hidden;
  left: 0;
  bottom: 0;
  top: 0;
}

.internal-main-top .left::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #2c4067;
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
  z-index: -1;
  transform: skew(-35deg);
  -webkit-transform: skew(-35deg);
  -moz-transform: skew(-35deg);
  -ms-transform: skew(-35deg);
  -o-transform: skew(-35deg);
}

.internal-main-top h2, .internal-main-top h1 {
  margin-bottom: 0;
  color: #fff;
}

.internal-main-top .bttn-small,
.internal-header .bttn-small {
  cursor: default;
  margin: -10px 0 0 0;
}

.internal-main.product .list li {
  font-size: 15px;
}

.internal-main.product .list li:nth-of-type(odd) {
  background: #f1f2f4;
}

.internal-main.product .internal-sidebar,
.contact-us .internal-sidebar {
  background: #f1f2f4;
}

.internal-main.product .internal-sidebar-heading {
  background: #c2c7cc;
  padding: 25px 25px 15px 25px;
}

.internal-main.product .internal-sidebar-heading h4 {
  color: #666666;
  margin-bottom: 0;
}

.internal-main.product .internal-sidebar-main {
  padding: 15px 25px 25px 25px;
}

.internal-main.product .internal-sidebar-main h5,
.internal-main.product .internal-sidebar-main p {
  margin-bottom: 10px;
}

.contact-us .internal-sidebar .body-link {
  display: block;
  color: #363636!important;
}
.internal-sidebar-main{
  color: #363636!important;	
}
.lightbox-container {
  justify-content: center !important;
  flex-wrap: wrap;
}

.lightbox-container a {
  width: 20%;
  margin: 10px;
}

.lightbox-container a img {
  width: 100%;
}

.thank-you i {
  color: #ffbd17;
  font-size: 36px;
}

/* Video */

.video-card-outer {
  padding: 15px;
  width: 33.3%;
}

.video-card-inner {
  background: #e8e8e8;
  padding: 25px;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.video-card-copy {
  margin-top: auto;
}

.video-card-thumb {
  position: relative;
  margin-bottom: 25px;
}

.video-card-thumb img {
  position: relative;
  z-index: 3;
}

.video-card-thumb-overlay {
  position: absolute;
  z-index: 4;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  text-align: center;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.video-card-thumb-overlay:hover {
  background: rgba(0, 0, 0, 0.2);
}

.video-card-thumb-overlay i {
  color: #fff;
  font-size: 36px;
}

.video-card-inner .bttn-base {
  width: 100%;
  margin-top: auto;
	margin-left: 0 !important;
}

/* News */

.news-card-outer {
  padding: 15px;
  width: 100%;
}

.news-card-heading {
  width: 100%;
  justify-content: space-between;
  margin-bottom: 25px;
}

.news-card-heading h4,
.news-card-heading .news-date {
  margin-bottom: 0;
}

.news-card-inner {
  background: #e8e8e8;
  padding: 25px;
  height: 100%;
}

.news-article h3 {
  margin-bottom: 0;
}

.news-date {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 400;
  font-style: normal;

  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 12px;
}

.news-article .news-date {
  opacity: 0.75;
}

.news-article hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  opacity: 0.4;
  margin: 15px 0;
}

/* Starburst CTA - Homepage */

.cta-starburst {
  position: absolute;
  z-index: 5;
  bottom: -100px;
  left: 10%;
  box-sizing: content-box !important;
}


.starburst-shadow {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 5;
  border-radius: 50%;
  -webkit-box-shadow: 0px 9px 38px 19px rgb(0 0 0 / 74%);
  -moz-box-shadow: 0px 9px 38px 19px rgb(0 0 0 / 74%);
  box-shadow: 0px 9px 38px 19px rgb(0 0 0 / 74%);
}

.star .bttn-base {
  padding: 0;
  width: 100%;
}

.star span {
  display: block;
  font-family: "Barlow Condensed", sans-serif;
  color: #46597a !important;
  width: 200px;
  text-align: center;
}

.starburst-02 .star span {
  color: #fff !important;
}

.star span.small {
  font-weight: 500;
  font-size: 18px;
  letter-spacing: 0.6px;
  line-height: 24px;
  width: 200px;
}

.star span.large {
  font-weight: 700;
  font-size: 24px;
  line-height: 24px;
  width: 200px;
}

.star,
.star-inner {
  background-color: #ffbd17;
  height: 250px;
  position: relative;
  width: 250px;
}


.star {
  margin: 0 auto;
  position: relative;
  z-index: 7;
}

.star::before,
.star::after {
  background-color: #ffbd17;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.star::before {
  transform: rotate(22.5deg);
}

.star::after {
  transform: rotate(45deg);
}

.star-inner {
  align-items: center;
  justify-content: center;
  display: flex;
  transform: rotate(67.5deg);
}

.star-inner p {
  transform: rotate(-67.5deg);
  margin-bottom: 0;
}

.star .bttn-base {
  margin-top: 10px;
}

/* Starburst 02 */

.starburst-02 {
  left: unset;
  right: 10%;
  bottom: -70px;
}


.starburst-02 .star,
.starburst-02 .star-inner,
.starburst-02 .star::before,
.starburst-02 .star::after {
  background-color: #152a55;
}

/* Noui Slider Start */

#searchbar-form .column4 {
  width: 100%;
  margin-right: 20px;
  background: #fff;
  padding: 5px 10px;
  -webkit-box-shadow: 0px 3px 4px -2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 3px 4px -2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 3px 4px -2px rgba(0, 0, 0, 0.2);
  height: 70px;
  display: flex;
  align-items: center;
}

.noUi-target {
  position: relative;
  direction: ltr;
  margin-bottom: 10px;
}

.noUi-origin {
  position: absolute;
  right: 0;
  top: 0;
  left: 0;
  bottom: 0;
  border-radius: 2px;
}

.noUi-marker,
.noUi-pips,
.noUi-tooltip,
.noUi-value {
  position: absolute;
}

.noUi-horizontal {
  height: 12px;
  z-index: 0;
}

.noUi-horizontal .noUi-handle {
  width: 25px;
  height: 21px;
  left: -13px;
  top: -6px;
}

.noUi-horizontal .noUi-handle-upper {
  top: -5px;
}

.noUi-background {
  background: #ccc;
}

.noUi-connect {
  background: #ffd51d !important;
  border: 1px #ccc solid;
}

.noUi-target {
  width: calc(75% - 15px);
  margin: 15px auto;
}

.noUi-handle {
  position: relative;
  background: #d4d3d3 !important;
  border: 1px solid #ccc;
  border-radius: 3px;
  z-index: 1;
}

.noUi-handle:after,
.noUi-handle:before {
  content: "";
  display: block;
  position: absolute;
  height: 12px;
  width: 1px;
  background: #e8e7e6;
  left: 10px;
  top: 3px;
}

.noUi-handle:after {
  left: 12px;
}

.noUi-pips-horizontal {
  padding: 5px 0;
  height: 10px;
  top: 100%;
  left: 0;
  width: 100%;
}

.noUi-marker-horizontal.noUi-marker {
  margin-top: 5px;
  margin-left: -1px;
  width: 1px;
  height: 5px;
  background: rgb(204, 204, 204);
}

.example-val {
  color: #8e8e8e;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 300;
  /* text-transform: uppercase; */
  font-size: 16px;
  padding-bottom: 0;
}

.example-val span {
  font-weight: 400;
  font-size: 12px;
}

#slider-price-value-lower:before,
#slider-price-value-upper:before {
  content: "$";
  padding-right: 2px;
}

/* ===========================================================
07. Footer Structure
=========================================================== */

footer {
  background: #1b2e4c;
  color: #fff;
}

footer a {
  color: #fff;
  margin-bottom: 20px;
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
}

footer a:hover {
  opacity: 0.7;
}

footer .wrapper {
  position: relative;
}

.footer-phone {
  display: flex;
  color: #ababab;
  font-size: 25px;
  font-weight: 400;
  margin-bottom: 25px;
  font-family: teko, sans-serif;
}

.footer-phone i {
  margin-right: 10px;
}

footer h4 {
  color: #ababab;
}

.footer-contact,
.footer-links {
  margin-right: 50px;
  border-right: 1px solid #313b66;
  padding-right: 50px;
}

.footer-nav li {
  margin-bottom: 6px;
}

.footer-logo {
  margin-left: auto;
}

.footer-logo img {
  max-width: 225px;
}

.footer-bottom p {
  color: #919191;
  font-size: 14px;
  margin-bottom: 0;
}

.footer-bottom-nav li {
  text-align: center;
  display: inline-block;
  border-right: 1px solid #919191;
  padding-right: 10px;
  margin-right: 10px;
}

.footer-bottom-nav li a {
  font-size: 14px;
  color: #919191;
  text-transform: uppercase;
}

.footer-bottom-nav li:last-of-type {
  border-right: none;
  padding-right: 0;
  margin-right: 0;
}

/* ===========================================================
08. Form Structure
=========================================================== */

/* 08.01. Form Base Styles
=========================================================== */

::-webkit-input-placeholder {
  font-size: 14px !important;
  font-weight: 400 !important;
}

::-moz-placeholder {
  font-size: 14px !important;
  font-weight: 400 !important;
}

:-ms-input-placeholder {
  font-size: 14px !important;
  font-weight: 400 !important;
}

::-ms-input-placeholder {
  font-size: 14px !important;
  font-weight: 400 !important;
}

::placeholder {
  font-size: 14px !important;
  font-weight: 400 !important;
}

textarea::-webkit-input-placeholder {
  font-size: 14px !important;
  font-weight: 400 !important;
}

textarea::-moz-placeholder {
  font-size: 14px !important;
  font-weight: 400 !important;
}

textarea:-ms-input-placeholder {
  font-size: 14px !important;
  font-weight: 400 !important;
}

textarea::-ms-input-placeholder {
  font-size: 14px !important;
  font-weight: 400 !important;
}

textarea::placeholder {
  font-size: 14px !important;
  font-weight: 400 !important;
}

#formpage {
  position: relative;
  z-index: 3;
  width: 100%;
}

#formpage label {
  font-size: 14px !important;
  font-weight: 400 !important;
  color: #8e8e8e;
  margin-bottom: 20px;
  text-align: left;
}

input:focus,
textarea:focus,
select:focus {
  outline: none;
}

#formpage input[type="text"],
#formpage input[type="email"],
#formpage input[type="phone"],
#formpage input[type="date"],
#formpage input[type="time"],
#formpage select,
#formpage textarea {
  background: #f7f7f7;
  border: none;
  padding: 15px;
  width: 100%;
  margin-bottom: 20px;
  color: #8e8e8e;
  font-size: 14px !important;
  box-sizing: border-box;
  height: 50px;
}

.align-bottom {
  align-items: flex-end;
}

.align-bottom .margin-right,
.align-bottom input[type="text"] {
  width: 50% !important;
}

.form-flex {
  display: flex;
}

#formpage .small {
  margin-bottom: 25px;
}

.form-flex input {
  width: 50%;
}

#formpage textarea {
  min-height: 300px;
}

select option {
  color: #8e8e8e;
  font-size: 14px !important;
}

.form-continue {
  width: 100%;
  text-align: center;
}

#green-btn {
  margin: 20px auto !important;
}

.contact-half {
  width: 50%;
}

.contact-half-one {
  width: 49%;
}

/* 08.02. Captcha
=========================================================== */

.CaptchaImagePanel {
  margin-top: 10px;
  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;
  text-align: center;
}

.CaptchaAnswerPanel {
  margin: 0 0 0 0;
  padding: 2px 0px 2px 0px !important;
}

.CaptchaWhatsThisPanel {
  line-height: 0;
  margin: 0 0 10px 0;
  padding: 10px 0 10px 0 !important;
}

.CaptchaWhatsThisPanel a {
  color: inherit;
}

.CaptchaWhatsThisPanel a:hover {
  text-decoration: none;
}

/* 08.03. Form Structure
=========================================================== */

/* ===========================================================
09. Classes
=========================================================== */

.margin-right {
  margin-right: 20px;
}

.text-center {
  text-align: center;
}

.margin-right-md {
  margin-right: 40px;
}

.row.row-no-padding {
  padding: 0;
}

.row.row-no-padding>.column {
  padding: 0;
}

.row.row-wrap {
  flex-wrap: wrap;
}

.row.row-top {
  align-items: flex-start;
}

.row.row-bottom {
  align-items: flex-end;
}

.row.row-center {
  align-items: center;
}

.row.row-stretch {
  align-items: stretch;
}

.row.row-baseline {
  align-items: baseline;
}

.col-1 {
  width: 100%;
  /* flex: 1 0 auto; */
}

.col-2 {
  width: calc(100% / 6);
}

.col-3 {
  width: 25%;
}

.col-4 {
  width: 33.33333%;
}

.col-5 {
  width: 41.66667%;
}

.col-6 {
  width: 50%;
}

.col-7 {
  width: 58.33333%;
}

.col-8 {
  width: 66.66667%;
}

.col-9 {
  width: 75%;
}

.col-10 {
  width: 83.33333%;
}

.col-11 {
  width: 91.66667%;
}

.col-12 {
  width: 100%;
}

.flex {
  display: flex;
}
.flex-tour {display: flex; align-items: center;flex-direction: row; justify-content: center;}


.overlay-btn{
	
    position: absolute;
    right: 10%;
   	bottom: 14%;
    z-index: 100;
	padding: 25px;
	background: #fff;
    -webkit-box-shadow: 0px 3px 8px 0px rgb(0 0 0 / 20%);
    -moz-box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 3px 8px 0px rgb(0 0 0 / 20%);
}


.tour-360 {width:20%; margin-top:-16px;}
.tour-360 img {width: 100%; max-width: 110px; 
    filter: invert(1);}
.tour-title {width: 80%; padding-left: 2%; }
.tour-title h4{color:#000; font-size: 35px; line-height: 38px;}
.flex-center {
  justify-content: center;
}

.align-center {
  align-items: center;
}

.flex-column {
  flex-direction: column;
}

.flex-wrap {
  flex-wrap: wrap;
}

.center {
  text-align: center;
}

.pd-sm {
  padding: 25px 0;
}

.pd-md {
  padding: 50px 0;
}

.pd-lg {
  padding: 80px 0;
}

.pd-t-lg {
  padding-top: 80px;
}

.pd-top-md {
  padding-top: 50px;
}

.pd-b-lg {
  padding-bottom: 80px;
}

.pd-b-md {
  padding-bottom: 50px;
}

.pd-btm-sm {
  padding-bottom: 20px;
}

.pd-r-md {
  padding-right: 50px;
}

.m-t-sm {
  margin-top: 20px;
}

.m-t-md {
  margin-top: 50px;
}

.m-t-lg {
  margin-top: 80px;
}

.m-t-xs {
  margin-top: 10px;
}

.m-b-lg {
  margin-bottom: 80px;
}

.m-b-md {
  margin-bottom: 50px;
}

.m-b-sm {
  margin-bottom: 20px;
}

.m-md {
  margin: 50px 0;
}

.m-lg {
  margin: 80px 0;
}

.m-btm-none {
  margin-bottom: 0 !important;
}

.pd-r-md {
  padding-right: 50px;
}

.m-r-md {
  margin-right: 50px;
}

.pd-all-m {
  padding: 50px;
}

.bg-lt-grey {
  background: #f7f7f7;
}

.bg-white {
  background: #fff;
}

.yellow {
  color: #BD8B0D;
}

.internal-header .yellow {
  color: #fcd052;
}

.dark-grey {
  color: #241e20;
}

.md-grey {
  color: #626262;
}

.blue {
  color: #46597a;
}

.white {
  color: #fff;
}

/* POPUP */

.popup-window{
	position: fixed;
	display: flex;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	
	max-width: 900px;
	width: 100%;
	box-shadow: 0 4px 4px 0 rgba(0,0,0,0.33);
	z-index: 10005;
	
	text-align: center;
	width: 90%;
}
#popup{
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0,0,0, 0.33);
	z-index: 10000;
}
.popup-window i{
	position: absolute; top: 15px;
	right: 15px;
	cursor: pointer;
}
.popup-window img{
	max-width: 90%;
}



/* ===========================================================
10. Inventory Styles
=========================================================== */

.inventory {
  padding-top: 250px;
  background: #f7f9fa;
}

.faceted-search-field {
  overflow-x: hidden;
}

.list-content .list-title {
  padding: 15px 0;
  font-size: 1em;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex !important;
  justify-content: flex-start !important;
  align-items: flex-start !important;
  flex-direction: column !important;
  border-bottom: none;
}

.list-content .list-title .list-listings-count {
  line-height: 27px;
  margin-left: 3px !important;
  color: #777 !important;
  font-size: 0.8rem !important;
  text-transform: uppercase !important;
  font-weight: 700 !important;
}

.list-content {
  margin: 0 auto;
  max-width: initial !important;
}

.faceted-search-content .faceted-section-box {
  padding: 15px 2%;
  border-bottom: 1px solid #ddd;
  background: #fff !important;
}

.list-container,
.selected-facets-container,
.detail-content,
.list-content .list-main-section {
  border: none !important;
}

.list-content input[type="button"],
.list-content input[type="color"],
.list-content input[type="date"],
.list-content input[type="datetime"],
.list-content input[type="datetime-local"],
.list-content input[type="email"],
.list-content input[type="file"],
.list-content input[type="month"],
.list-content input[type="number"],
.list-content input[type="password"],
.list-content input[type="reset"],
.list-content input[type="search"],
.list-content input[type="submit"],
.list-content input[type="tel"],
.list-content input[type="text"],
.list-content input[type="time"],
.list-content input[type="url"],
.list-content input[type="week"],
.list-content select,
.list-content textarea,
.modal-form-el label+input,
.modal-form-el label+select {
  height: 30px;
  line-height: 30px;
}

.faceted-search-content .faceted-section-box .faceted-option-checkbox-container .option-name {
  margin: 5px 0 0 5px;
}

.quick-search input[type="text"] {
  padding: 12px !important;
}

.search-mobile input[type="text"] {
  padding: 15px !important;
}

.faceted-search-content .selected-facets-container .selected-facet,
.list-content .list-main-section .list-container .list-listing .listing-top-right .view-listing-details-link,
.list-content .list-main-section .list-container .list-listing .listing-top-right .buy-now-link,
.list-content .list-main-section .list-container .list-listing .listing-top-right .check-availability-link,
.list-content .list-main-section .list-container .list-listing .listing-top-right .email-seller-link,
.faceted-search-content .faceted-section-box .faceted-view-more-btn,
.detail-content .detail-main-body .main-detail-data .offer-btn,
.detail-content .detail-main-body .main-detail-data .buy-btn,
.list-content .list-listing-mobile .view-listing-details-link,
.list-content .list-listing-mobile .buy-now-link,
.list-content .list-listing-mobile .check-availability-link,
.list-content .list-listing-mobile .email-seller-link,
.faceted-search-content .mobile-done-button-container .mobile-done-button,
.detail-content-mobile .detail-main-body .main-detail-data .dealer-phone-mobile-container .dealer-phone-mobile,
.detail-content-mobile .detail-main-body .main-detail-data .fin-calc-btn-mobile,
.detail-content-mobile .detail-contact-bar .contact-bar-btn,
.list-container-flexrow .view-listing-details-link,
.paging-container .page-navs .list-page-nav,
.detail-content-mobile .detail-main-body .main-detail-data .buy-btn-mobile,
.detail-content-mobile .detail-main-body .main-detail-data .offer-btn-mobile,
.detail-content-mobile .detail-main-body .main-detail-data .send-email-btn-mobile,
.detail-content-mobile .detail-main-body .main-detail-data .send-wholesale-email-btn-mobile,
.faceted-show-all-btn {
  background: #ffbd17 !important;
  border: none;
  color: #46597a !important;
}

.detail-content-mobile .detail-additional-data .data-row .data-label,
.detail-content .detail-additional-data .data-row .data-label {
  background: #ffbd17 !important;
  color: #46597a !important;
  font-weight: 700;
}

.detail-content .detail-additional-data .data-row .data-value {
  background: none;
  font-weight: 400;
  border-bottom: 1px #eee solid;
}

.detail-content .detail-additional-data .data-row {
  margin-bottom: 0;
}

.detail-content .detail-additional-data h4 {
  margin: 25px 0 5px;
  color: #46597a !important;
}

.list-content .list-main-section .list-container .list-listing .listing-top-right .view-listing-details-link:hover,
.list-content .list-main-section .list-container .list-listing .listing-top-right .buy-now-link:hover,
.list-content .list-main-section .list-container .list-listing .listing-top-right .check-availability-link:hover,
.list-content .list-main-section .list-container .list-listing .listing-top-right .email-seller-link:hover,
.faceted-search-content .faceted-section-box .faceted-view-more-btn:hover,
.detail-content .detail-main-body .main-detail-data .offer-btn:hover,
.detail-content .detail-main-body .main-detail-data .buy-btn:hover,
.list-content .list-listing-mobile .view-listing-details-link:hover,
.list-content .list-listing-mobile .buy-now-link:hover,
.list-content .list-listing-mobile .check-availability-link:hover,
.list-content .list-listing-mobile .email-seller-link:hover,
.faceted-search-content .mobile-done-button-container .mobile-done-button:hover,
.detail-content-mobile .detail-main-body .main-detail-data .fin-calc-btn-mobile:hover,
.detail-content-mobile .detail-main-body .main-detail-data .dealer-phone-mobile-container .dealer-phone-mobile:hover,
.list-container-flexrow .view-listing-details-link:hover {
  background: #024468 !important;
  color: #fff !important;
}

.list-content .list-main-section .list-container .list-listing .listing-top .listing-top-left .listing-main-stats .price,
.list-content .list-title .list-listings-count,
.detail-content .detail-main-body .main-detail-data .detail-price,
.detail-content .search-results,
.list-content .list-listing-mobile .price-container .price,
.list-content .list-top-section .listing-option-bar .list-listings-count,
.detail-content-mobile .detail-main-body .main-detail-data .detail-price,
.info {
  color: #46597a;
}

.detail-content .dealer-info .phone-and-email .send-email-btn,
.list-content .list-listing-mobile .dealer-phone-container .dealer-phone-call,
.list-content .list-listing-mobile .dealer-phone-container .dealer-phone-text,
.detail-content-mobile .detail-main-body .main-detail-data .opened {
  color: #ffbd17 !important;
  border: 1px #ffbd17 solid !important;
}

.detail-content-mobile .detail-main-body .main-detail-data .buy-btn-mobile,
.detail-content-mobile .detail-main-body .main-detail-data .offer-btn-mobile {
  position: relative;
  height: 43px;
  width: 100%;
  box-sizing: border-box;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.125rem;
  font-weight: 200;
  font-family: Arial, sans-serif;
  justify-content: flex-start;
  border: 0 !important;
  cursor: pointer;
  padding-left: 8px;
  border-radius: 5px;
  backface-visibility: hidden;
}

.detail-content-mobile .detail-main-body .main-detail-data .send-email-btn-mobile,
.detail-content-mobile .detail-main-body .main-detail-data .send-wholesale-email-btn-mobile {
  border: 0 !important;
  color: #fff;
  margin-bottom: 20px;
}

.detail-content-mobile .detail-additional-data .data-row .data-value {
  background-color: #efefef !important;
}

.detail-content-mobile .detail-main-body .main-detail-data .dealer-phone-mobile-container .dealer-phone-mobile {
  margin-right: 0 !important;
}

.detail-content .detail-additional-data .data-row .data-value {
  width: 100%;
  padding: 10px 7px;
  background-color: #fff !important;
  font-weight: bold;
  margin-left: 5px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-family: Arial, sans-serif;
  white-space: pre-wrap;
  flex-direction: column;
  width: 804px;
}

.detail-content .dealer-info .phone-and-email .send-email-btn:hover {
  color: #ffbd17;
  border: 1px #ffbd17 solid;
}

.white-bg .container {
  width: 100% !important;
}

.section-head {
  width: 100%;
}

.list-content .list-title {
  display: block;
  margin: 0;
}

.list-content .list-title .list-title-text {
  display: block;
  width: 100%;
}

.print-this,
.email-this {
  background: #ffbd17 !important;
  color: #46597a !important;
  font-weight: 300 !important;
  font-size: 12px !important;
  text-transform: uppercase !important;
  padding: 10px 50px !important;
  text-align: center !important;
  transition: 0.3s !important;
  border-radius: 0 !important;
  border: 0 !important;
}

.print-this:hover,
.email-this:hover {
  background: #024468 !important;
}

.inventory input[type="submit"]:hover,
.inventory button[type="submit"]:hover,
.btn:hover,
.button:hover {
  background: #024468 !important;
}

.list-content .list-main-section .list-container .list-listing {
  background: #efefef;
  padding: 15px !important;
  border-radius: 5px;
}

.list-container-flexrow .price-container .price {
  margin-left: 0;
  color: #46597a;
}

.list-content .list-main-section .list-container .list-listing {
  border: 1px solid #ccc;
  background-color: #fff !important;
  -webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.29);
  -moz-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.29);
  box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.29);
}

.list-container-flexrow .listing-card .listing-widgets a {
  margin-bottom: 6px;
}

body .noUi-connect {
  background: #dddddd;
}

.noUi-handle {
  border: none;
  border-radius: 3px;
  background: #fff;
  cursor: default;
  box-shadow: none;
}

.list-content .list-main-section .list-container .list-listing {
  border: none !important;
}

.faceted-section-head i {
  color: #ffbd17 !important;
}

.faceted-search-content .selected-facets-container .selected-facet {
  padding: 5px 10px;
  font-size: 11px;
  font-weight: 400;
  color: #fff;
  background: #241e20;
  display: inline-block;
  margin: 10px 0 0 10px;
  cursor: pointer;
  border-radius: 5px;
}

.faceted-section-box input[type="submit"],
.faceted-section-box button[type="submit"] {
  line-height: 30px;
  height: 30px;
  font-size: 14px;
  padding: 0 6px !important;
  display: inline-block;
  border: none !important;
  color: #fff;
  background: #241e20;
  border-radius: 0 !important;
  cursor: pointer;
  -moz-border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
  -o-border-radius: 0 !important;
  -ms-border-radius: 0 !important;
  border-radius: 3px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -moz-appearance: none;
  -webkit-appearance: none;
  -o-appearance: none;
  -ms-appearance: none;
  appearance: none;
}

.faceted-search-content .faceted-section-box .faceted-text-input::placeholder {
  font-weight: 400;
  font-size: 12px;
}

.detail-content {
  margin: 0 auto;
  max-width: 1124px;
  padding: 25px !important;
}

.legal-text-content span,
.legal-text-content {
  font-size: 11px !important;
  line-height: 15px !important;
}

.faceted-search-content .selected-facets-container {
  padding: 10px;
  border-bottom: 1px solid #ddd;
}

.listing-widgets a {
  background-color: #dddbdb !important;
  border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  -ms-border-radius: 0 !important;
  -o-border-radius: 0 !important;
  transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
}

.listing-widgets a:hover {
  background-color: #cccccc !important;
}

.detail-content .dealer-info h3 {
  font-size: 1rem !important;
  font-weight: bold;
  font-family: Arial, sans-serif;
  margin-top: 20px;
}

.detail-content .detail-main-body .main-detail-data {
  border-radius: 0 !important;
}

.detail-content .detail-main-body .detail-body-data {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  background: #fff;
  padding-bottom: 20px;
  margin-bottom: 40px;
}

.detail-content .dealer-info .phone-and-email {
  float: right;
  width: 37%;
  margin-right: 20px;
}

.list-content .list-listing-mobile .dealer-phone-container .dealer-phone-call .dealer-phone,
.list-content .list-listing-mobile .dealer-phone-container .dealer-phone-text .dealer-phone {
  color: #fff !important;
}

.detail-content .dealer-info .phone-and-email .send-email-btn,
.list-content .list-listing-mobile .dealer-phone-container .dealer-phone-call,
.list-content .list-listing-mobile .dealer-phone-container .dealer-phone-text,
.detail-content-mobile .detail-main-body .main-detail-data .opened {
  color: #fff !important;
  font-size: 12px !important;
  font-weight: 300 !important;
  border: 0 !important;
  background: #46597a !important;
}

.detail-content .dealer-info .phone-and-email .send-email-btn:hover,
.list-content .list-listing-mobile .dealer-phone-container .dealer-phone-call:hover,
.list-content .list-listing-mobile .dealer-phone-container .dealer-phone-text:hover,
.detail-content-mobile .detail-main-body .main-detail-data .opened:hover {
  background: #46597a !important;
  color: #fff !important;
}

.fa-facebook-f:before {
  content: "\f39e" !important;
}

.mc-thumbs {
  z-index: 1;
}

.detail-content-mobile .detail-main-body .detail-img-carousel .mc-btn {
  z-index: 2 !important;
}

footer a[href^="tel:"] {
  color: inherit !important;
}

.list-container-flexrow .buy-now-link,
.list-container-flexrow .contact-options a,
.list-container-flexrow .dealer-phone-call,
.list-container-flexrow .dealer-phone-text {
  background-color: #333;
  color: #fff !important;
}

.list-content .list-main-section .list-container .list-listing .listing-top-right .view-listing-details-link,
.list-content .list-main-section .list-container .list-listing .listing-top-right .buy-now-link {
  min-width: 100% !important;
  width: 100% !important;
}

/* Modal / Mobile buttons / Mobile Data Rows */

.button,
.contact-options a,
.fin-calc-mobile>a,
.detail-content-mobile .detail-additional-data .data-row .data-label {
  background-color: #ffbd17 !important;
  color: #46597a !important;
}

.button:hover,
.contact-options a:hover,
.fin-calc-mobile>a:hover {
  background-color: #247793 !important;
  color: #fff !important;
}

.contact-options a {
  background: #ffbd17 !important;
  background-color: #ffbd17 !important;
  color: #46597a !important;
}



/* MANTSINEN PAGES */

.photo-grid{
	display: grid;
	gap: 10px;
	grid-template-columns: 50% 50%;
}
.photo-grid a{
	width: unset !important;
}

.video-grid{
	display: grid;
	gap: 30px;
	grid-template-columns: calc(33.3333% - 22px) calc(33.3333% - 22px) calc(33.3333% - 22px);
}
.video-grid > iframe{
	max-width: 100%;
}

.bg-grey{
	background: #dde1e6;
}
/* ===========================================================
11. Responsive Styles
=========================================================== */

@media only screen and (max-width: 1630px) {
  .hero-copy {
    margin-top: -100px;
  }

  .hero-heading {
    font-size: 52px;
    line-height: 49px;
  }

  .hero-heading-top {
    font-size: 34px;
    line-height: 34px;
  }
}

@media only screen and (max-width: 1500px) {
  .feature-mantsinen .feature-front-image {
    left: 160px;
  }
}

@media only screen and (max-width: 1450px) {}

@media only screen and (max-width: 1400px) {

  h2, .internal-main-top h1,
  .list-content .list-title .list-title-text,
  .auction-heading {
    font-size: 49px;
    line-height: 40px;
  }
}

@media only screen and (max-width: 1350px) {
  .hero-copy {
    margin-top: -50px;
  }

  .hero-heading {
    font-size: 45px;
    line-height: 44px;
  }

  .hero-heading-top {
    font-size: 31px;
    line-height: 32px;
  }

  header h1 img {
    max-width: 190px;
  }

  .filter-links li a {
    font-size: 13px;
    padding: 0 15px;
  }
}

@media only screen and (max-width: 1300px) {

  /* .slide-content {
    height: 790px;
  } */
  .location-container .location-bottom {
    flex-direction: column;
  }

  .location-card .location-bottom a:first-of-type {
    margin-right: 0;
    margin-bottom: 25px;
  }

  .location-card .location-card-address {
    flex-direction: column;
    margin-bottom: 25px;
  }

  footer .wrapper {
    flex-wrap: wrap;
  }

  .footer-logo {
    margin-left: 0;
    margin-top: 50px;
    margin-bottom: 0;
    width: 100%;
    display: flex;
    justify-content: center;
  }

  .footer-left {
    width: 100%;
    justify-content: space-around;
  }

  .footer-links:last-of-type {
    margin-right: 0;
  }

  .dealer-locations .location-card-outer {
    width: 33%;
  }
}

@media only screen and (max-width: 1200px) {
	.tour-title h4{font-size: 22px; line-height: 26px;}
	.feature .col-1 .bttn-base{margin: 3px 0; max-width: 230px; width: 100%}
  .feature {
    height: 500px;
  }

  .feature-atlas .feature-front-image {
    height: 550px;
  }

  .feature-mantsinen .feature-front-image {
    left: 110px;
    bottom: 80px;
    height: 500px;
  }

  .feature-olko .feature-front-image {
    height: 360px;
  }

  .ct-right {
    width: 75%;
  }

  .ct-right p {
    text-align: left;
  }

  .store-contact-01 {
    flex-direction: column;
  }

  .dealers-map-container {
    width: 75%;
  }

  .dealers-map-legend {
    width: 25%;
  }
}

@media only screen and (max-width: 1150px) {
  .body {
    margin-bottom: 20px;
    font-size: 17px;
    line-height: 29px;
  }

  .wrapper,
  header {
    width: 90%;
  }
}

@media only screen and (max-width: 1100px) {
  .ct-01 .ct-container {
    justify-content: center;

    flex-direction: column;
  }

  .ct-03 .ct-container {
    justify-content: center;

    flex-direction: column;
  }

  .ct-right {
    width: auto;
    margin-top: 25px;
  }

  .ct-01 h2 {
    text-align: center;
  }
  .ct-03 h2 {
    text-align: center;
  }
}

@media only screen and (max-width: 1078px) {
  .hero-copy {
    margin-top: 0;
  }

  .hero-heading {
    font-size: 40px;
    line-height: 39px;
  }

  .hero-heading-top {
    font-size: 25px;
    line-height: 26px;
  }

  .body {
    font-size: 16px;
    line-height: 24px;
  }

  .feature-atlas .feature-front-image {
    /* bottom: -80px; */
  }

  .feature-olko .feature-front-image {
    height: 320px;
    /* bottom: -150px; */
  }

  .location-page .map {
    width: 60%;
  }

  .internal-sidebar {
    width: 40%;
  }

  .internal-main-top .left {
    width: 75%;
  }

  .internal-main-top .bg {
    right: -80px;
    width: 80%;
  }

  .dealer-locations .location-card-outer {
    width: 50%;
  }

  .cta-starburst {
    transform: scale(0.8);
    left: 0;
  }

  .cta-starburst.starburst-02 {
    left: unset;
    right: 0;
    bottom: -70px;
  }


	.video-grid{
		grid-template-columns: calc(50% - 15px) calc(50% - 15px);
	}


}

@media only screen and (min-width: 786px) and (max-width: 952px) {
  .has-search-bar {
    width: calc(66% - 0.75%) !important;
    float: left;
  }
}

@media only screen and (max-width: 1379px) {
  .utility-mobile {
    display: flex;
    width: 100%;
  }

  .utility-mobile a {
    width: 100% !important;
    background: #dde1e6;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 12px 0;
  }

  #mobile-form-submit {
    max-height: 75px;
  }

  header h1 img {
    max-width: 170px;
  }

  .header-logo-container::after {
    box-shadow: none;
  }

  header {
    flex-direction: column;
    background: #fff;
  }

  .header-bottom-main {
    justify-content: space-between;
  }

  .hide-mobile,
  .header-right {
    display: none;
  }

  .mobile-header {
    display: block;
  }

  .mobile-nav-container {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .mobile-menu-nav-icon {
    background: linear-gradient(0deg,
        rgba(255, 189, 23, 1) 0%,
        rgba(252, 208, 82, 1) 100%);
    position: relative;
    overflow: hidden;
    width: 80px;
    height: 100%;
    padding: 0 !important;
    transition: background 0.3s ease-in-out;
    -webkit-transition: background 0.3s ease-in-out;
    -moz-transition: background 0.3s ease-in-out;
    -ms-transition: background 0.3s ease-in-out;
    -o-transition: background 0.3s ease-in-out;
  }

  .search-icon-overlay {
    position: absolute;
    z-index: 3;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(219, 152, 3, 1);
    opacity: 0;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
  }

  .mobile-menu-nav-icon:hover .search-icon-overlay {
    opacity: 0.5;
  }

  .mobile-menu-nav-icon i {
    font-size: 33px !important;
    color: #152a55 !important;
  }

  .nav-icon {
    padding: 0px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
    width: 55px;
  }

  .nav-icon a {
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .nav-icon:last-of-type {
    padding-right: 0 !important;
  }

  .nav-icon i {
    font-size: 26px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    color: #152a55;
  }

  .nav-icon i:hover {
    color: #0c1e3f;
  }

  .nav-icon:hover {
    background: #efefef;
  }

  .header-search-slide {
    right: 0;
    top: 75px;
    width: 100%;
  }
}

@media only screen and (max-width: 900px) {
	
  .pd-r-md {
    padding-right: 0;
  }

  .thank-you .pd-r-md {
    padding-right: 25px;
  }

  .internal-main .col-1.flex {
    flex-direction: column;
	 align-items: center;
  }

  .location-page .col-1.flex {
    flex-direction: column-reverse;
  }

  .card-container .col-1.flex,
  .dealer-locations,
  .video-thumbs {
    flex-direction: row !important;
  }

  .internal-sidebar .bttn-base {
    width: auto;
  }

  .filter-links {
    columns: 2;
    display: block;
  }

  .filter-links li {
    display: block !important;
  }

  .filter-links li a {
    font-size: 14px;
    padding: 0;
    margin-bottom: 12px;
  }

  .internal-sidebar,
  .location-page .map,
  .internal-main .col-1.flex .col-8,
  .internal-main .col-1.flex .col-7,
  .internal-main .col-1.flex .col-5 {
    width: 100%;
  }

  .location-page .map,
  .internal-main .col-1.flex .col-8 {
    margin-bottom: 50px;
  }

  .welcome-container {
    width: 100% !important;
  }

  h2, .internal-main-top h1
  .list-content .list-title .list-title-text,
  .auction-heading {
    font-size: 44px;
    line-height: 40px;
  }

  .internal-main.product .list {
    columns: 2;
    column-gap: 25px;
  }

  .internal-main.product .list li {
    display: block;
  }

  .location-page .map {
    margin-top: 50px;
  }

  .location-page .location-bottom {
    margin-top: 25px;
  }
}

@media only screen and (max-width: 880px) {
	
	
.overlay-btn{
    position: relative;
	display: block;
    right: unset;
   	bottom: unset;
    z-index: 100;
	padding: 25px;
	background: #fff;
    -webkit-box-shadow: 0px 3px 8px 0px rgb(0 0 0 / 20%);
    -moz-box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 3px 8px 0px rgb(0 0 0 / 20%);
}

	

  #formpage input[type="text"],
  #formpage input[type="email"],
  #formpage input[type="phone"],
  #formpage input[type="date"],
  #formpage input[type="time"],
  #formpage select,
  #formpage textarea {
    width: 100%;
  }

  .align-bottom .margin-right,
  .align-bottom input[type="text"] {
    width: 100% !important;
  }

  .margin-right {
    margin-right: 0;
  }

  .contact-half,
  .contact-half-one {
    width: 100%;
  }

  .form-flex {
    flex-direction: column;
  }

  .select-last {
    margin-left: -5px;
  }

  .contact textarea {
    width: 100% !important;
  }

  .contact #formpage input[type="text"],
  .contact #formpage input[type="email"],
  .contact #formpage input[type="phone"],
  .contact #formpage select,
  .contact #formpage textarea {
    width: 100% !important;
  }

  .contact .margin-right {
    margin-right: 0;
  }

  .contact .form-flex {
    flex-wrap: wrap;
  }

  .feature .col-1 {
    height: 100%;
    flex-direction: column;
  }

  .feature-image {
    padding: 180px 0px;
  }

  .feature-image,
  .feature-copy {
    width: 100%;
  }

  .feature-copy {
    padding: 100px 5% !important;
  }

  .feature-image .feature-front-image {
    position: absolute;
    right: 0;
    bottom: -50px;
    height: 450px;
    transform: none !important;
    -webkit-transform: none !important;
    -moz-transform: none !important;
    -ms-transform: none !important;
    -o-transform: none !important;
  }

  .feature {
    height: inherit !important;
  }

  .feature-front-image {
    margin-bottom: 0;
  }

  .feature-mantsinen .col-1 {
    flex-direction: column-reverse;
  }

  .feature-mantsinen .feature-front-image {
    left: 120px;
  }

  .feature-olko .feature-front-image {
    height: 300px;
    right: 60px;
  }
}

@media only screen and (max-width: 815px) {
.conexpo-news1 {
		max-height: 200px!important;
	}
	
	.conexpo-news2 {
		max-height: 200px!important;
	}
}
@media only screen and (max-width: 800px) {
  header {
    width: 100%;
    transform: none;
    position: static;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
  }

  .header-logo-container {
    background: none;
    padding: 15px;
  }

  .equipment-card-outer {
    width: 50%;
    padding: 7px;
  }

  .card-container.all .equipment-card-outer {
    width: 100%;
  }

  .video-card-outer {
    width: 50%;
  }

  .dealers-map {
    padding: 100px 25px;
  }
	

	.dealers-map.dealers-page {
	  padding: 50px 25px;
	}
}

@media only screen and (max-width: 786px) {
	.feature .col-1 .bttn-base {max-width: inherit}
  .header-search input[type="text"] {
    font-size: 15px !important;
  }

  .header-search ::placeholder {
    font-size: 15px !important;
  }

  .slide-desktop {
    display: none;
  }

  .slide-mobile {
    display: block;
  }

  .slide-content .wrapper {
    align-items: flex-end;
    width: 100%;
  }

  .slick-carousel {
    margin-bottom: 5px;
  }

  .hero-copy {
    text-align: center;
    padding: 25px;
    background: rgba(0, 0, 0, 0.4);
  }

  .hero-heading-top {
    font-size: 25px;
    line-height: 30px;
  }

  .hero-heading {
    font-size: 44px;
    line-height: 41px;
    margin-bottom: 5px;
  }

  .wrapper {
    width: 90%;
  }

  .location-container {
    flex-direction: column;
  }

  .location-container .col-6, .col-6 {
    width: 100%;
  }

  .location-container .col-6:last-of-type {
    padding-left: 0;
    padding-top: 50px;
  }

  .location-container iframe {
    height: 400px;
  }

  .location-container {
    padding: 25px;
  }

  .list-content .legal-text-container p {
    font-size: 11px !important;
    line-height: 19px;
  }

  .internal-header,
  .internal-main-top .col-1 {
    height: 250px;
  }

  .welcome {
    padding-bottom: 450px !important;
  }

  .cta-starburst {
    left: 25%;
    transform: translateX(-50%) scale(0.8);
    bottom: 100px;
  }

  .cta-starburst.starburst-02 {
    left: 65%;
    transform: translateX(-50%) scale(0.8);
    bottom: 0;
  }

  .news-card-heading {
    flex-direction: column;
  }

  .news-article .logo {
    max-width: 150px;
  }

  .dealers-map .col-1 {
    flex-direction: column;
  }

  .dealers-map-container,
  .dealers-map-legend {
    width: 100%;
  }

  .dealers-map-legend {
    margin-left: 0;
    margin-top: 25px;
  }

  .dealers-map-legend-main {
    display: flex;
    flex-wrap: wrap;
  }

  .legend-group {
    width: 33%;
  }

  .dealers-map-container iframe {
    min-height: 550px;
  }
}

@media only screen and (max-width: 700px) {
  .ct-01 .ct-container {
    background: url(/siteart/background-blue-ct-01-mobile.png) no-repeat center center;
    background-size: cover;
    width: 100%;
    padding: 25px;
    justify-content: space-between;
    align-items: center;
  }
  .ct-03 .ct-container {
    background: url(/siteart/background-blue-ct-01-mobile.png) no-repeat center center;
    background-size: cover;
    width: 100%;
    padding: 25px;
    justify-content: space-between;
    align-items: center;
  }

  .ct-right {
    flex-direction: column;
  }

  .ct-right p {
    text-align: center;
    margin-bottom: 25px;
  }

  .feature-olko .feature-front-image {
    height: 250px;
  }

  .ct-right {
    width: 100%;
  }

  .footer-left {
    flex-direction: column-reverse;
  }

  .footer-contact,
  .footer-links {
    width: 100%;
    margin-right: 0;
    margin-bottom: 25px;
    padding-bottom: 25px;
    border-right: none;
    border-bottom: 1px solid #313b66;
    padding-right: 0;
  }

  .internal-main-top .bg,
  .internal-main-top .left {
    width: 100%;
  }

  .internal-main-top .bg {
    right: 0;
  }

  .internal-main-top .bg.three {
    background-position: center center !important;
  }

  .internal-main-top .left::after {
    display: none;
  }

  .internal-main-top .left {
    background: rgba(70, 89, 122, 0.8);
  }

  .dealer-locations .location-card-outer {
    width: 100%;
  }

  p,
  .body-link {
    line-height: 28px;
  }

  h4 {
    font-size: 23px;
  }

  .video-card-outer {
    width: 100%;
  }
}

@media only screen and (max-width: 650px) {
  .feature-atlas .feature-front-image {
    height: 330px;
  }

  .feature-mantsinen .feature-front-image {
    left: 70px;
    height: 300px;
    /* bottom: -40px; */
  }

  .feature-image {
    padding: 150px 0px;
  }

  .feature-olko .feature-front-image {
    height: 210px !important;
    right: 20px;
    /* bottom: -40px; */
  }

  .list-content .list-title .list-title-text,
  .auction-heading {
    font-size: 35px;
    line-height: 35px;
  }
}

@media only screen and (max-width: 600px) {
  .header-bottom {
    height: 65px;
  }

  .header-search-slide {
    top: 65px;
  }

  .nav-icon i {
    font-size: 23px;
  }

  .mobile-menu-nav-icon i {
    font-size: 25px !important;
  }

  .bttn-base,
  .internal-sidebar .bttn-base {
    width: 100%;
  }

  .mobile-menu-nav-icon {
    width: 70px;
  }

  .hero-heading {
    font-size: 35px;
    line-height: 34px;
    letter-spacing: 0.3px;
  }

  .hero-heading-top {
    font-size: 20px;
    letter-spacing: 1px;
    line-height: 22px;
  }

  .internal-main.product .list {
    columns: 1;
  }

  .thank-you .pd-r-md {
    padding-right: 0;
  }

  .thank-you .col-7 .flex {
    flex-direction: column;
  }

  .thank-you .pd-r-md {
    text-align: center;
    margin-bottom: 25px;
  }

  .welcome h2 {
    font-size: 37px;
    line-height: 31px;
  }

  .welcome-container-inner,
  .welcome-container {
    padding: 17px;
  }

  h4 {
    font-size: 22px;
  }

  .news-article .logo {
    max-width: 30%;
  }

  .m-r-md {
    margin-right: 20px;
  }

  .cta-starburst {
    left: 10%;
    transform: translateX(0) scale(0.8);
    bottom: 200px;
  }

  .cta-starburst.starburst-02 {
    left: 10%;
    transform: translateX(0) scale(0.8);
    bottom: -50px;
  }

  .starburst-shadow {
    display: none;
  }

  header h1 img {
    max-width: 60%;
  }
}

@media only screen and (min-width: 551px) {
	
	.show-sm{display: none !important;}
}
@media only screen and (max-width: 550px) {

	.hide-sm{display: none !important;}
	.video-grid{
		grid-template-columns: 100%;
	}
  p,
  .body-link {
    line-height: 26px;
    font-size: 16px;
  }

  .location-container select {
    font-size: 13px !important;
  }

  .feature-mantsinen .feature-front-image {
    left: 50px;
  }
}