/* dealership: main */
@import url("//fonts.googleapis.com/css?family=Quicksand:400,700");
html, body {
  font-size: 15px; }

body {
  padding: 0;
  margin: 0;
  color: #444340;
  -webkit-font-smoothing: antialiased;
  font-weight: 500; }
  body .row {
    max-width: 85rem !important; }

h1, h2, h3, h4, h5, h6, p {
  font-family: 'Montserrat', sans-serif !important; }

a {
  color: #444340;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  text-decoration: none;
  -webkit-font-smoothing: antialiased; }

a:hover {
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  color: #444340;
  text-decoration: none; }

.top-bar {
  background-color: #333;
  color: #fff;
  line-height: 1.5 !important; }
  .top-bar .phone, .top-bar .email {
    float: right;
    padding: 7px;
    font-size: 1.2em; }
  .top-bar .phone-text {
    font-weight: 700; }

header {
  background: #fff;
  box-shadow: -4px -5px 20px #333;
  margin-bottom: 50px;
  padding: 0.5rem;
  height: 7.5rem; }
  header ul {
    list-style-image: unset; }
  header .logoMenuContainer > * {
    display: inline-block; }
  header .logoContainer #logo {
    max-height: 100px; }
  header .main-menu {
    float: right;
    padding-top: 30px; }
    header .main-menu .menu {
      margin: 0;
      list-style-type: none; }
      header .main-menu .menu li {
        text-transform: uppercase;
        display: table-cell;
        vertical-align: middle; }
        header .main-menu .menu li a {
          font-family: 'Montserrat', sans-serif;
          display: block;
          padding: 0.7rem 1rem;
          line-height: 1;
          margin-left: 1em;
          font-size: 1.15rem;
          font-weight: 500; }
        header .main-menu .menu li a:hover {
          color: white;
          transition: 0.3s ease-in-out;
          background: #db9f39 !important; }
  header .mobile-menu ul {
    list-style-type: none; }
    header .mobile-menu #hamburger-icon {
      top: 50px;
      position: absolute;
      right: 0; }
      header .mobile-menu #hamburger-icon span {
        content: '';
        background-color: #333;
        height: 5px;
        width: 50px;
        right: 0;
        position: absolute;
        -webkit-transition: 0.25s ease-in-out;
        -moz-transition: 0.25s ease-in-out;
        -o-transition: 0.25s ease-in-out;
        transition: 0.25s ease-in-out; }
      header .mobile-menu #hamburger-icon .two {
        margin-top: 10px; }
      header .mobile-menu #hamburger-icon .three {
        margin-top: 20px; }
      header .mobile-menu #hamburger-icon .rotate {
        -webkit-transition: 0.25s ease-in-out;
        -moz-transition: 0.25s ease-in-out;
        -o-transition: 0.25s ease-in-out;
        transition: 0.25s ease-in-out;
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        top: 29px; }
      header .mobile-menu #hamburger-icon .rotate-2 {
        -webkit-transition: 0.25s ease-in-out;
        -moz-transition: 0.25s ease-in-out;
        -o-transition: 0.25s ease-in-out;
        transition: 0.25s ease-in-out;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        top: 20px; }
      header .mobile-menu #hamburger-icon .rotate-3 {
        -webkit-transition: 0.25s ease-in-out;
        -moz-transition: 0.25s ease-in-out;
        -o-transition: 0.25s ease-in-out;
        transition: 0.25s ease-in-out;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        top: 10.1px; }
    header .mobile-menu #mobile-panel {
      display: none;
      height: auto;
      width: 100%;
      background: rgba(0, 0, 0, 0.6);
      position: absolute;
      left: 0;
      right: 0;
      margin-top: 35px;
      z-index: 10; }
      header .mobile-menu #mobile-panel ul {
        margin-left: 0;
        margin-bottom: 0; }
      header .mobile-menu #mobile-panel .menu.regular li {
        text-transform: uppercase;
        width: 100%;
        display: list-item;
        text-align: center; }
      header .mobile-menu #mobile-panel .menu.regular li a {
        display: block;
        font-family: 'Montserrat', sans-serif;
        width: 100% !important;
        color: white;
        background: #333;
        border-bottom: 1px solid #999;
        padding: 12px 0; }

.home-banner {
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(/theme/dealership/assets/img/frielbanner.png) no-repeat;
  background-size: cover;
  padding-top: 100px;
  padding-bottom: 100px;
  min-height: 700px;
  font-family: 'Lato', sans-serif;
  font-weight: 800;
  -webkit-font-smoothing: antialiased;
  margin-top: -50px; }
  .home-banner .welcome-intro {
    text-align: left;
    color: #fff;
    font-size: 4.4em;
    text-transform: uppercase;
    font-weight: bold;
    padding: 0 30px; }
  .home-banner .grey-text {
    color: #bcbcbc; }
  .home-banner .welcome-intro:after {
    margin-left: 0;
    background: none repeat scroll 0 0 #db9f39;
    bottom: -10px;
    content: "";
    display: block;
    height: 1px;
    position: relative;
    width: 100px;
    margin-bottom: 20px; }
  .home-banner .banner-text {
    color: #fff;
    font-weight: 400;
    font-size: 20px;
    padding: 20px 30px 50px; }
  .home-banner .hero-button {
    color: white !important;
    background-color: #db9f39;
    padding: 10px 15px 10px 15px;
    font-size: 30px;
    margin-left: 30px; }

.about-home {
  padding-top: 70px;
  padding-bottom: 110px; }
  .about-home ul {
    list-style-image: url('/theme/dealership/assets/img/redtick2.jpg'); }

footer .footer {
  background: #333;
  color: #fff;
  padding: 80px 0; }
  footer .footer h1, footer .footer h2, footer .footer h3 {
    color: #fff;
    font-family: 'Montserrat', sans-serif !important; }
  footer .footer h1:after, footer .footer h2:after {
    margin-left: 0;
    background: none repeat scroll 0 0 #db9f39;
    bottom: -10px;
    content: "";
    display: block;
    height: 1px;
    position: relative;
    width: 100px;
    margin-bottom: 20px; }
  footer .bottom-bar img {
    width: 10rem;
    padding: 10px; }
  footer .copyright {
    font-size: 12px;
    float: right;
    padding: 20px;
    font-weight: 800; }

.category-products h2 {
  text-align: center;
  max-width: 1100px;
  margin: 0 auto; }
  .category-products h2:after {
    margin-left: 0;
    background: none repeat scroll 0 0 #db9f39;
    bottom: -10px;
    content: "";
    display: block;
    height: 1px;
    position: relative;
    width: 100%;
    margin-bottom: 20px; }
  .category-products ul.large-block-grid-3 {
    margin-top: 80px; }
  .category-products .pricing-table {
    border: none; }
  .category-products .pricing-table .title {
    border-bottom: 3px solid #db9f39;
    background-color: rgba(0, 0, 0, 0);
    color: #444340;
    font-weight: bold;
    font-size: 1.7rem; }
  .category-products .pricing-table .img {
    height: 300px;
    background: no-repeat center;
    background-size: cover; }
  .category-products .pricing-table .price {
    background-color: #333;
    color: #fff;
    font-weight: bold; }

.product {
  background-color: #fff; }
  .product p {
    font-family: 'Montserrat', sans-serif; }
  .product .product-title {
    font-size: 2.5rem;
    text-align: center; }
  .product .product-description {
    margin-bottom: 1rem;
    line-height: 1.6;
    padding: 1.3rem; }
  .product .product-price {
    color: #fff;
    text-align: center;
    background: #333;
    padding: 10px;
    font-size: 25px; }
  .product button, .product .button {
    width: 100%;
    background-color: #db9f39;
    color: #fff; }
  .product .productGallery .gallery-orbit-slider li img {
    max-height: unset; }
  .product .orbit-timer, .product .orbit-slide-number {
    display: none; }

#gallery_slider .orbit-timer, #gallery_slider .orbit-slide-number {
  display: none; }

@media only screen and (max-width: 34.375rem) {
  .home-banner {
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(/theme/dealership/assets/img/banner-mobile.png) no-repeat; } }

@media only screen and (max-width: 40.3125rem) {
  .home-banner .welcome-intro {
    font-size: 3em; } }

@media only screen and (min-width: 45.625rem) {
  nav.mobile-menu {
    display: none; } }

@media only screen and (max-width: 45.625rem) {
  .main-menu {
    display: none !important; }

  .product .orbit-bullets {
    display: block;
    top: -25px; } }



/* main */
.phone a {
  color: white !important; }

.logoContainer {
  padding-top: 3px; }

.logoContainer #logo {
  max-height: 130px !important; }

.opening {
  width: 101%; }

p {
  font-size: 1.1rem; }

.call-button {
  margin: auto;
  text-align: center;
  background-color: #fdf001;
  width: 190px;
  padding-top: 5px;
  padding-bottom: 5px;
  border-radius: 25px;
  margin-top: 35px;
  -webkit-box-shadow: 0px 3px 4px 1px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 3px 4px 1px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 3px 4px 1px rgba(0, 0, 0, 0.3); }

header {
  background: #000;
  box-shadow: -4px -5px 20px #333;
  margin-bottom: 0px;
  padding: 1rem;
  height: 10rem; }

header .main-menu {
  float: right;
  padding-top: 46px; }

.ranges {
  padding-top: 60px;
  padding-bottom: 60px; }

.cms {
  border-radius: 25px;
  border: 2px solid #2d89d3;
  padding: 20px;
  margin: auto;
  height: 375px; }

.cms li {
  font-family: 'Montserrat', sans-serif !important;
  padding-top: 10px; }

.cms h3 {
  font-size: 21px;
  font-weight: 600; }

.category-products {
  padding-top: 30px; }

.category-products h2:after {
  background: none repeat scroll 0 0 #f0f005; }

.sliding.row {
  max-width: 100% !important; }

.orbit-container .orbit-slides-container img {
  display: block;
  max-width: 100%;
  width: 100% !important; }

.phone a {
  color: white !important; }

header .main-menu .menu li a {
  transition: none !important;
  color: #fbfb02; }

.large-12.column.product {
  padding-top: 70px; }

header .main-menu .menu li a:hover {
  color: #1a1819;
  transition: none !important;
  background: #f7f603 !important;
  border-radius: 24px; }

hr {
  border: solid 0.5px #f0f005; }

.opening h1 {
  text-align: center; }

.opening h2 {
  text-align: center; }

.opening h1:after {
  margin: auto;
  background: none repeat scroll 0 0 #040e2f;
  bottom: -10px;
  content: "";
  display: block;
  height: 1px;
  position: relative;
  width: 50px;
  margin-bottom: 30px; }

.opening h2:after {
  margin: auto;
  background: none repeat scroll 0 0 #db9f39;
  bottom: -10px;
  content: "";
  display: block;
  height: 1px;
  position: relative;
  width: 50px;
  margin-bottom: 30px; }

.opening p {
  text-align: center; }

.parts.row {
  max-width: 100% !important;
  padding-left: 0px !important;
  padding-top: 30px !important; }

.parts h3 {
  text-align: center;
  padding-top: 15px; }

.parts img {
  display: block;
  margin: auto; }

.parts ul {
  margin-top: 30px !important;
  margin-left: 0px !important; }

.parts li {
  margin-bottom: 5px;
  line-height: 1.3em;
  list-style: none;
  padding-left: 0px;
  height: 40px;
  font-family: 'Montserrat', sans-serif !important;
  font-size: 18px;
  width: 100%;
  text-align: center; }

.service-banner {
  background-image: url("/upload/side-image.jpg");
  width: 100%;
  height: 700px;
  background-position: 50%;
  background-size: cover; }

.services.row {
  max-width: 100% !important;
  padding-left: 0px !important;
  background-color: #000; }

.services.large-6.column {
  padding: 0px; }

.service-range {
  padding: 30px;
  margin-top: 10px; }

.service-range h2 {
  font-weight: 600 !important;
  color: white; }

.service-range h3 {
  color: white; }

.service-range ul {
  margin-top: 30px !important;
  margin-left: 0px !important; }

.service-range li {
  margin-bottom: 20px;
  padding-left: 50px;
  line-height: 1.3em;
  background: url(/upload/tick.png) no-repeat left top;
  list-style: none;
  color: white;
  height: 30px;
  font-family: 'Montserrat', sans-serif !important;
  font-size: 20px; }

.logos.row {
  max-width: 100% !important;
  padding-left: 0px !important;
  background-color: #db9f39;
  height: 140px; }

.logoassoc.large-8.large-centered.column {
  padding-top: 12px; }

.logoassoc.large-8.large-centered.column img {
  padding: 20px; }

.contact-info a {
  color: white !important; }

.home-banner .hero-button {
  color: white !important;
  background-color: #db9f39;
  padding: 10px 25px 10px 20px;
  font-size: 28px;
  margin-left: 30px;
  font-weight: 500;
  border-radius: 24px; }

.home-banner {
  background: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), url(/upload/cunninghamagri-slide.jpg) no-repeat;
  background-size: cover;
  width: 100%;
  padding-top: 100px;
  padding-bottom: 100px;
  min-height: 700px;
  font-family: 'Lato', sans-serif;
  font-weight: 800;
  -webkit-font-smoothing: antialiased;
  margin-top: -50px; }

.home-banner .welcome-intro {
  text-align: left;
  color: #fff;
  font-size: 4.4em;
  text-transform: uppercase;
  font-weight: bold;
  padding: 0 30px; }

.home-banner .grey-text {
  color: #bcbcbc; }

.home-banner .welcome-intro:after {
  margin-left: 0;
  background: none repeat scroll 0 0 #db9f39;
  bottom: -10px;
  content: "";
  display: block;
  height: 1px;
  position: relative;
  width: 100px;
  margin-bottom: 20px; }

.home-banner .banner-text {
  color: #fff;
  font-weight: 400;
  font-size: 20px;
  padding: 20px 30px 50px;
  width: 74%; }

.about-home ul {
  list-style-image: url(/upload/redtick2.jpg); }

.about-home {
  padding-top: 10px !important;
  padding-bottom: 70px !important; }

.lower-home {
  padding-top: 50px;
  padding-bottom: 50px; }

.footer h1:after, .footer h2:after {
  margin-left: 0;
  background: none repeat scroll 0 0 #df3435;
  bottom: -10px;
  content: "";
  display: block;
  height: 1px;
  position: relative;
  width: 100px;
  margin-bottom: 20px; }

@media screen and (max-width: 660px) {
  .top-bar {
    background-color: #333;
    color: #fff;
    line-height: 1.5 !important;
    height: 6.8125rem; } }

@media only screen and (max-width: 380px) {
  header .logoContainer #logo {
    max-height: 90px;
    width: 75%;
    padding-top: 20px; }

  .top-bar .phone, .top-bar .email {
    float: right;
    padding: 7px;
    font-size: 1em;
    padding-top: 10px; } }


