/* MOBILE STYLES
   ========================================================================== */

/* Layout
   ========================================================================== */

html {
  font-family: 'Montserrat', sans-serif;
}

body {
  background: #fff;
  color: #000;
  padding-top: 151px;
}

.anchor {
  top: -40px;
}

h1, h2, h3, h4, .head-1, .head-2, .head-3, .head-4 {
  color: #000;
  font-weight: 500;
  line-height: 1em;
  font-family: 'Bebas Neue', cursive;
}

h1, .head-1 {
  font-size: 30px;
}

h2, .head-2 {
  font-size: 24px;
}

h3, .head-3 {
  font-size: 20px;
}

h4, .head-4 {
  font-size: 16px;
}

a {
  color: #000;
}

a:hover {
  color: #ed1c24;
}


.wrapper, .sml-wrapper, .full-wrapper, .form-control, .select-container, .form-group label, .form-control.empty + label, .chrono-l-labels .form-group label, .chrono-l-labels .form-control.empty + label {
  font-size: 16px;
}

.wrapper, .sml-wrapper, .full-wrapper {
  line-height: 1.5em;
}

.wrapper, .sml-wrapper {
  padding: 40px 30px;
}

.wrapper {
  max-width: 1650px;
}

.sml-wrapper {
  max-width: 1000px;
}

.t-grey {
  color: #666 !important;
}

.t-upper {
  text-transform: uppercase;
}

.m-top {
  margin-top: 20px;
}

.m-bot {
  margin-bottom: 20px;
}

.bg-img {
  position: absolute;
  top: 0;
  right: 0;
  width: 48%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

a.skip-main {
    left:-999px;
    position:absolute;
    top:auto;
    width:1px;
    height:1px;
    overflow:hidden;
    z-index:-999;
}
a.skip-main:focus, a.skip-main:active {
    color: #fff;
    background-color:#000;
    left: auto;
    top: auto;
    width: 30%;
    height: auto;
    overflow:auto;
    margin: 10px 35%;
    padding:5px;
    border-radius: 15px;
    border:4px solid yellow;
    text-align:center;
    font-size:1.2em;
    z-index:999;
}

/* Top Header
   ========================================================================== */

.top-header {
  display: none;
  background-color: #000;
  width: 100%;
}

.top-header .wrapper {
  padding-top: 5px;
  padding-bottom: 5px;
  justify-content: flex-end;
}

.top-header a, .top-header .wrapper > svg {
  display: inline-block;
  vertical-align: middle;
  color: #fff;
}

.top-header a:hover {
  color: #ed1c24;
  text-decoration: none
}

.top-header p {
  font-size: 14px;
  color: #fff;
}

.top-header .wrapper > svg {
  margin: 0 5px 0 10px;
}

.logo img {
    max-height: 65px;
}
/* Dealer menu
   ========================================================================== */

.dealer-menu {
    background: #000;
    position:fixed;
    top: 52px;
    left: 0;
    width: 100%;
    z-index: 1030;
    -webkit-transition: top 0.4s ease;
    -moz-transition: top 0.4s ease;
    transition: top 0.4s ease;
}

.dealer-menu .wrapper {
    padding-top: 15px;
    padding-bottom: 15px;
}

.dealer-menu .logo {
  display: inline-block;
  width: 150px;
}

.dealer-name {
    color: #fff;
    text-align: right;
    font-weight: 700;
    font-size: 20px;
    width: auto;
    float: right;
    font-style: italic;
    margin-top: 15px;
}

.dealer-name span {
    color: #ed1c24; 
}


/* Navigation
   ========================================================================== */

.nav-menu {
  z-index: 1030;
  background-color: #fff;
  color: #000;
}

.icon-mobile, .icon-home {
  margin-right: 5px;
  color: #ed1c24;
}

.fixed-menu .nav-menu {
  top: -105px;
}

.logo a {
  display: block;
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
  font-size: 20px;
}


.logo {
  margin-right: 20px;
}

/* Mobile Header
   ========================================================================== */

.mobile-header {
  top: 107px;
  background-color: #010b17;
  text-transform: uppercase;
}

.fixed-menu .mobile-header {
  top: 0;
}

.mobile-header a, .mobile-link {
  color: #fff;
  font-size: 15px;
}


.mobile-header a svg, .mobile-link svg {
  color: #ed1c24;
}

.m-menu {
  background-color: #f0f0f0;
}

.m-menu a {
  color: #444;
  border-bottom: 1px solid #e4e4e4;
}

.m-menu .active > a {
  background-color: #ed1c24;
  color: #fff;
}

.m-menu .nav-child a {
  background: #fff;
  border-bottom: 1px solid #f5f5f5;
}

.fixed-menu .m-menu {
  top: 46px;
}

.show-menu .m-menu {
  padding-bottom: 41px;
}

/*Stock pg styling*/
.stock-cta {
    background: #000;
    color: #fff;
        padding: 10px;
}
.stock-cta .wrapper {
    padding: 10px 50px;
}
.stock-cta p {
    color: #fff;
        margin: 5px;
}
.stock-cta span {
    color: #ed1c24;
    text-transform: uppercase;
    font-style: italic;
}
.stock-cta .btn {
    letter-spacing: 1px;
    font-size: 25px;
    width: auto;
    max-width: 250px;
    margin: 0 auto;
}
.anchor {
    position: relative;
    visibility: hidden;
    display: block;
}
.anchor {
    top: -40px;
}
/*Footer contact form stock page results*/
.stockpg-enquire {
    background: #ececec;
}
/* Banner
   ========================================================================== */


.lSSlideOuter .lSPager.lSpg>li.active a, .lSSlideOuter .lSPager.lSpg>li:hover a {
  background-color: #ed1c24;
  border-color: #fff;
}

.lSSlideOuter .lSPager.lSpg>li a {
  background-color: rgba(0, 0, 0, 0.60);
  border: 1px solid #fff;
  border-radius: 50%;
  height: 15px;
  width: 15px;
}

.lSAction>a {
  height: 40px;
  width: 40px;
  background-color: #000;
  border-radius: 50%;
  font-size: 30px;
}

.lSAction>a:hover {
    opacity: 1;
    background: #ed1c24; 
    color: #fff;
}

.lSAction>a.lSPrev {
  padding: 4px 3px;
}

.lSAction>a.lSNext {
  padding: 4px 6px;
}
 
/* Banner Text
   ========================================================================== */

.banner-text {
    position: absolute;
    top: 50%;
    left: 10%;
    width: 100%;
    max-width: 260px;
    z-index: 2;
    transform: translateY(-50%);
}

.banner-text .head-1, .banner-text .head-2 {
  color: #fff;
  text-transform: uppercase;
  margin-top: 5px;
}

.banner-text .head-1 {
  font-family: 'Bebas Neue', cursive;
}

.banner-text .head-2 {
  font-family: 'Montserrat', sans-serif;
}

/* Featured Cars
   ========================================================================== */
   
.featured-cars .lSSlideOuter .lSPager.lSpg {
    display: none;
}

/* Quicklinks
   ========================================================================== */

.quicklinks {
  background-color: #000;
}

.q-link {
  position: relative;
  margin: 10px 0;
}

.q-img {
  background-size: cover;
  background-position: center top;
}

.q-link a {
  text-decoration: none;
}

.q-link p {
  display: flex;
  align-items: center;
  background-color: #333;
  padding: 10px;
  margin: 0;
  font-size: 16px;
  color: #fff;
  text-transform: uppercase;
}

.q-link p svg {
  margin-right: 10px;
}

.q-link:hover p {
    background-color: #ed1c24;
    color: #ffffff;
}

/* Button
   ========================================================================== */

.btn {
  text-transform: uppercase;
  font-size: 24px;
  text-align: center;
  background-position: center;
  transition: background 0.8s;
  margin-top: 20px;
  font-family: 'Bebas Neue', cursive;
}

.btn-width {
  max-width: 300px !important;
}

.btn-primary, a.btn-primary, .readmore, p.readmore {
  background-color: #ed1c24;
  color: #fff;
}

.btn-primary:hover, a.btn-primary:hover {
    background: #000000; radial-gradient(circle,transparent 1%,#000000; 1%) center/15000%;
    color: #fff;
}

.btn-primary:active, a.btn-primary:active, p.readmore:hover, .readmore:hover {
  background-color: #000000;
  background-size: 100%;
  transition: background 0s;
}

.btn-secondary, a.btn-secondary {
  background-color: #c5c5c5;
  color: #fff;
}

a.btn-secondary:hover, .btn-secondary:hover {
  background: #000000 radial-gradient(circle, transparent 1%, #000000 1%) center/15000%;
    color: #fff;
}

.btn-secondary:active, a.btn-secondary:active {
  background-color: #79ccff;
  background-size: 100%;
  transition: background 0s;
}

/* Sidebar
   ========================================================================== */
.sidebar-mini {
    position: fixed;
    right: -124px;
    top: 40%;
    transform: translateY(-50%);
    width: 160px;
    z-index: 2000;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.sidebar-mini:hover {
    right: 0;
}

.sidebar-mini a:hover {
  background: #444;
}

.sidebar-mini a {
    display: block;
    background: #ed1c24;
    color: #ffffff;
    padding: 10px;
    vertical-align: middle;
    text-decoration: none;
}

.sidebar-mini .icon-sidebar {
    margin-right: 10px;
    vertical-align: middle;
}

.sidebar-mini .s-bg span {
    vertical-align: middle;
}

/* Main Content
   ========================================================================== */

.welcome {
  position: relative;
  background-repeat: no-repeat;
}

.welcome h1 span {
  display: block;
}

.search-our-stock label {
  text-align: left;
}

.search-our-stock h1 {
  margin-bottom: 0;
}

.google-map {
  display: block;
}

.google-map iframe {
  max-width: 100%;
  pointer-events: none;
}



/* News & Events
   ========================================================================== */
.np-img {
    width: 100%;
    background-position: center;
    background-size: cover;
}

.np-line {
    margin-bottom: 35px;
}

/* News & Events - Menu Item - Category Blog
   ========================================================================== */
.readmore a {
  color: #fff;
}

.pagination ul li a, .pagination ul li span {
    border: 1px solid #000;
}


.pagination ul li span, .pagination ul li a:hover {
  background-color: #ed1c24;
  color: #fff;
}


/* Tabs
   ========================================================================== */

.tabs {
  margin-top: 20px;
}

.default-header {
  display: inline-block;
  width: auto;
  margin: 0;
  padding: 15px 20px;
  background-color: #dce4e6;
  color: #000;
  font-size: 16px;
  cursor: pointer;
  border-right: 1px solid #aaa;
}

.default-header:last-child {
  border-right: 0;
}

.default-header.dropdown {
  display: block;
}

.default-header.active {
  background-color: #ed1c24;
  color: #fff;
  border-color: #ed1c24;
}

.default-content {
  display: none;
  padding: 0 20px;
}

.default-content.dropdown {
  display: block;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
  border-right: none;
  border-bottom: 1px solid #ccc;
}

.default-content.active {
  display: block;
  border: 2px solid #ed1c24;
}

.default-content.dropdown.active {
  max-height: 10000px;
}

/* Contact page
   ========================================================================== */

.contact-tabs .inline-list {
  padding-left: 0;
  background-color: #dce4e6;
}

.contact-tabs .tabs-content {
  padding: 20px;
}

.contact-card {
  background-color: #f5f5f5;
  border: 1px solid #969696
}

.contact-card .contact-logo {
  background-color: #fff;
  text-align: center;
  padding: 10px 20px;
}

.contact-card .contact-stuff {
  padding: 20px;
}

.contact-card .s-header {
  width: auto;
  color: #000;
  font-size: 16px;
  cursor: pointer;
  position: relative;
  margin-bottom: 0;
}

.contact-card .s-header:after {
    content: "+";
    position: absolute;
    color: #000;
    right: 2px;
    top: 0;
    z-index: 2;
    font-weight: bold;
    font-size: 28px;
}

.contact-card .s-content {
  display: none;
}

.contact-card .s-header.active + .s-content {
  display: block;
}

/* Per week slider styles
   ========================================================================== */

.spend .noUi-base {
    background-image: url(../images/stock-slide-shadow.png);
    background-repeat: repeat-x;
    border-left: 8px solid #EA5E24;
    border-radius: 17px
}

.spend .noUi-horizontal .noUi-handle {
  background: #222;
  background-image: url(../images/stock-circle-shadow.png);
  box-shadow: none;
  border: 1px solid #000;
  border-radius: 50%;
  width: 45px !important;
  height: 45px !important;
  top: -8px !important;
}

.spend .noUi-handle:after, .spend .noUi-handle:before {
  background-color: transparent !important;
}

.spend .noUi-background {
  background-color: #fff !important;
  border-radius: 5px !important;
}

.spend .noUi-target {
  border-radius: 25px !important;
  border-color: transparent !important;
}

.spend .noUi-horizontal {
  height: 40px !important;
}

.spend .noUi-target.noUi-connect {
  position: relative;
  margin-top: 5px !important;
  box-shadow: none !important;
  background-color: #6ac4b9;
  border: 5px solid #fff !important;
}

.spend .noUi-target.noUi-connect:before {
  content: "0";
  position: absolute;
  color: #fff;
  left: 20px;
  top: 4px;
  z-index: 2;
  font-weight: bold;
  font-size: 20px;
}

.spend .noUi-target.noUi-connect:after {
  content: "500";
  position: absolute;
  color: #264844;
  right: 20px;
  top: 4px;
  z-index: 2;
  font-weight: bold;
  font-size: 20px;
}

/* Video Gallery Styles
   ========================================================================== */

.video-gallery {
  max-width: 960px;
  margin: 0 auto;
}

div.imgbox a:hover img {
  opacity: 0.6;
}

div.vid_icon:hover, span.vid_icon:hover {
  opacity: 1;
  background-image: url(../images/vid_icon.png);
}

.titlebelowthumb a {
  display: block;
  margin-top: 8px;
  text-transform: uppercase;
  font-weight: bold;
}

/* Form styles
   ========================================================================== */

.form-control, .select-container {
  margin-top: 25px;
  padding: 8px 10px;
  color: #000;
  background-color: #fff;
  border: 1px solid #cdcdcd;
  border-radius: 0;
}

.select-container .select-hide {
   color: #000;
   height: 44px;
   padding: 0 10px;
}

/* Form Select Colour */
.form-control:focus, .chrono-line .form-control:focus {
  border-color: #ed1c24;
}

.form-group label {
  position: absolute;
  width: 100%;
  top: -20px;
  left: 0;
  padding: 0;
  border: 0;
  color: #ed1c24;
  z-index: 1;
  line-height: 1.5em;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  cursor: text;
}

.form-control.empty + label {
  top: 0;
  left: 0;
  padding: 9px 12px;
  background-color: transparent;
  color: #666;
  border-left: 0;
  border-right: 0;
  line-height: 1.5;
}

.chronoform .error {
  border-color: red !important;
}

.chronoform .error + label, .chronoform .error select {
  color: red !important;
}

.chronoform:not(.chrono-lines):not(.chrono-l-labels) .select-container + label {
  display: none;
}

.chronoform:not(.chrono-lines):not(.chrono-l-labels) .select-container.active + label {
  display: block;
}

/* Lines Theme */

.chrono-lines .form-control, .chrono-lines .select-container {
  padding: 10px 4px;
  border: 0;
  border-bottom: 1px solid #666;
}

.chrono-lines .select-container .select-hide {
   padding: 0;
}

.chrono-lines .form-group label {
  top: -13px;
  left: 4px;
  padding: 0;
  background-color: transparent;
  color: #666;
}

.chrono-lines .form-control.empty + label {
  top: 0;
  left: 4px;
  padding: 10px 0;
}

.chrono-lines .form-control:not(.empty):focus + label {
  color: #0099ff;
}

/* Left Labels Theme */

.chrono-l-labels .form-group {
  *zoom:1
}

.chrono-l-labels .form-group:before{
  content:" ";
  display:table
}

.chrono-l-labels .form-group:after{
  content:" ";
  display:table;
  clear:both
}

.chrono-l-labels .form-control, .chrono-l-labels .select-container, .chrono-l-labels .form-submit {
  float: right;
  width: 74%;
}

.chrono-l-labels .form-group label, .chrono-l-labels .form-control.empty + label  {
  position: relative;
  width: 25%;
  top: auto;
  left: auto;
  float: left;
  padding: 10px 0;
  background-color: transparent;
  color: #666;
  line-height: 1.5em;
}

.chrono-l-labels .form-control:not(.empty):focus + label {
  color: #0099ff;
}

/* Footer Links
   ========================================================================== */

.footer-links {
  background-color: #010b17;
  color: #fff;
  text-align: center;
}

.footer-links p {
  margin: 0 0 20px 0;
}

.footer-links .head-3 {
  display: block;
  margin: 0 0 40px 0;
  color: #fff;
}


.footer-links .head-4 {
  margin: 20px 0 0;
  color: #fff;
}

.footer-links a {
  color: #fff;
  text-decoration: none;
}

.footer-links a:hover, .copyright a:hover {
  color: #ed1c24;
}

.footer-links .chronoform {
  margin-bottom: 0;
}

/* Social
   ========================================================================== */

.social a {
  display: block;
  width: 50px;
  height: 50px;
  margin-right: 10px;
  padding: 12px;
  font-size: 25px;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 50%;
  cursor: pointer;
  line-height: 1em;
  text-align: center;
}

.social a span {
  display: block;
  width: 0;
  height: 0;
  overflow: hidden;
}

.social li:last-child a {
  margin-right: 0;
}

.social a:hover {
  background: #e0e0e0;
  color: #0c0c0c;
}

.social .facebook {
  background-color: #3b5998 ;
}

.social .youtube {
  background-color: #c4302b;
}

.social .linkedin {
  background-color: #4875B4;
}

.social .insta {
  background-color: #d6249f;
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);
}

.social .twitter {
  background-color: #64cbee;
}

.social .gplus {
  background-color: #d73d32;
}

.top-header .social {
  margin-left: 20px;
}

.top-header .social a {
  width: 30px;
  height: 30px;
  padding: 7px;
  font-size: 16px;
}

/* Copyright
   ========================================================================== */

.copyright {
  background-color: #ed1c24;
  color: #fff;
  text-align: center;
}

.copyright .wrapper {
  font-size: 14px;
  line-height: 1.5em;
  text-transform: uppercase;
  padding-top: 15px;
  padding-bottom: 15px;
}

.copyright p {
  margin-top: 0;
}


.copyright a {
  color: #fff;
}


.edge-designed a {
  display: inline-block;
  vertical-align: middle;
  color: #fff;
}

/* TABLET STYLES
   ========================================================================== */

@media (min-width: 500px) {

}


@media (max-width: 768px) {
 
/* Banner Text
   ========================================================================== */

.banner-text {
    left: 0;
}

.banner-overlay {
  background: rgba(0, 0, 0, 0.6);
    padding: 20px 20px 20px 30px;
}

.banner-text .btn {
  text-align: left;
    margin-left: 30px;
}

.btn-width {
    width: 89% !important;
}

.banner-text .head-2 {font-size: 18px;}

}

@media (max-width: 1024px) {

.welcome, .q-img {
  background-image: none !important;
}

.nav-menu .icon-home {
  display: none;
}

.nav-menu .logo {
    margin: 0 auto;
}


}

/* DESKTOP STYLES
   ========================================================================== */

@media (min-width: 1025px) {

/* Layout
   ========================================================================== */

body {
  padding-top: 123px;
}

.anchor {
  top: -90px;
}

.wrapper, .sml-wrapper {
  padding: 80px 50px;
}


h1, .head-1 {
    font-size: 42px;
}

h2, .head-2 {
  font-size: 36px;
}

h2, .head-3 {
  font-size: 24px;
}


/* Top Header
   ========================================================================== */

.top-header {
  display: block;
  position: fixed;
  z-index: 1030;
  top: 0;
  -webkit-transition: top 0.4s ease;
  -moz-transition: top 0.4s ease;
  transition: top 0.4s ease;
  overflow: hidden;
}

.top-header .wrapper {
  padding-top: 16px;
  padding-bottom: 6px;
}


/* Banner Text
   ========================================================================== */

.banner-text .head-1 {font-size: 70px;}
.banner-text .head-2 {font-size: 30px;}


/* Dealer menu
   ========================================================================== */


.dealer-name {
    margin-top: 7px;
}

.stacked .nav-menu {
  top: 135px;
}

.logo img {
  max-height: 80px;
}
/* Navigation
   ========================================================================== */

.m-menu {
  background: #eee;
}

.nav-menu {
  -webkit-transition: top 0.4s ease;
  -moz-transition: top 0.4s ease;
  transition: top 0.4s ease;
  border-bottom: 3px solid #ed1c24;
}
  
.translated-ltr.translated-ltr .skiptranslate ~ .header .nav-menu {
  top: 88px;
}

.nav-menu .wrapper {
  padding-top: 20px;
  padding-bottom: 20px;
}

.stacked .nav-menu .wrapper {
  padding-top: 0px;
  padding-bottom: 0px;
}

.fixed-menu .nav-menu {
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
  box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
}

.mobile-link {
  display: none;
}

.logo {
  width: 180px;
}

.primary-nav a {
  display: block;
  padding: 15px 10px;
  color: #fff;
  border: none;
  font-size: 14px;
  text-transform: uppercase;
}

.primary-nav > ul > li:last-child > a {
  padding-right: 0;
}

.primary-nav > .nav > li:hover > a {
  color: #ed1c24;
}

.primary-nav .nav-child a {
  position: relative;
  padding: 8px 20px;
  text-align: left;
  background-color: #1a1a1a;
  color: #fff;
}

.primary-nav .nav-child li:hover a {
  background: #ed1c24;
  color: #ffffff;
}

.primary-nav .nav-child li:last-child a {
  border: 0;
}

.right-sidebar h2 {
 margin: 14px 0 27px; 
}

/* Smaller Navigation on scroll
   ========================================================================== */

.fixed-menu .top-header {
  top: -52px;
}

.fixed-menu .dealer-menu {
  top: -103px;
}


.fixed-menu .nav-menu {
  top: 0;
}

/* Quicklinks
   ========================================================================== */

.q-link {
  margin: 0;
}

.q-img {
  height: 300px;
}

.q-link p {
  padding: 15px;
}

/* Button
   ========================================================================== */

.btn {
  padding: 15px 20px;
}

.btn-width {
  width: 100% !important;
}


/* Main Content
   ========================================================================== */

.content {
  position: relative;
}

.welcome {
  background-size: cover;
  background-position: center;
}

.welcome .wrapper {
  padding-top: 80px;
  padding-bottom: 80px;
}

.search-our-stock .wrapper {
  max-width: 720px;
}

.search-our-stock .wrapper {
  padding-top: 60px;
  padding-bottom: 60px;
}

.col-half {
  width: 50%;
}

/* Form styles
   ========================================================================== */

.form-control, .select-container {
  padding: 10px 10px;
}

.select-container .select-hide {
   height: 44px;
}

.form-control.empty + label {
  padding-top: 12px;
  padding-bottom: 12px;
}

.form-group label {
  top: -18px;
  font-size: 12px;
}

.form-group .select-container.active + label {
  top: 7px;
}

/* Footer Links
   ========================================================================== */

.footer-links .wrapper {
  font-size: 14px;
  padding-top: 40px;
  padding-bottom: 40px;
}

.footer-links h1 {
  margin: 10px 0 40px 0;
}

.footer-links .flex > div {
  padding-bottom: 0;
}


}

@media(min-width: 1200px) {


.logo {
  width: auto;
  margin-right: 40px;
}



/* Dealer menu
   ========================================================================== */


.dealer-name {
    font-size: 30px;
    margin-top: 15px;
}

.dealer-menu .logo {
  width: auto;
}

.stacked .nav-menu {
  top: 156px;
}

.fixed-menu .stacked .nav-menu {
    top: 0;
}

/* Banner Text
   ========================================================================== */
.banner-text {
    max-width: 430px;
}

}


@media(min-width: 1400px) {

.primary-nav a {
  font-size: 16px;
}

/* Banner Text
   ========================================================================== */
.banner-text {
    max-width: 550px;
}

}

@media(min-width: 1500px) {

.welcome .wrapper {
  padding-top: 130px;
  padding-bottom: 130px;
}

.search-our-stock .wrapper {
  padding-top: 125px;
  padding-bottom: 125px;
}

}

/* SMS
   ========================================================================== */

.sms-container {
    position: fixed;
    bottom: 20px;
    left: 20px;
    background: #37a4e4;
    z-index: 9999;
    padding: 13px;
    border-radius: 50%;
    color: #fff;
    font-size: 33px;
    height: 60px;
    width: 60px;
    box-shadow: 1px 1px 2px 0px black;
}

.sms-container:hover {
    color: #fff;
}

@media (min-width: 1025px) {

.sms-container { 
  display: none;
}

}