﻿/* RESET */
* {
    background: transparent;
    border: 0;
    margin: 0;
    padding: 0;
    font-family: 'Montserrat', sans-serif;
    -webkit-text-size-adjust: none;
}
ol, ul {
    list-style: none;
    margin-left: 0 !important;
}
ol ol, ol ul, ul ol, ul ul {
    margin-left: 0 !important;
}
.clear {
    clear: both;
    height: 0px;
    margin: 0;
}
a {
    text-decoration: none;
}
h1 {
    margin: 8px 0;
    line-height: 30px !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    font-size: 26px !important;
}
h2 {
    font-size: 20px;
    margin-top: 5px;
    font-family: 'Montserrat', sans-serif;
}
h3 {
    font-size: 20px;
    font-family: 'Montserrat', sans-serif;
}
#site-width h2 {
    font-size: min(17px, 3.6vw);
    margin-top: 5px;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
}
h4 {
    font-size: 15px;
    margin-top: -15px;
    text-align: center;
}
h5 {
    font-size: 18px;
    text-align: center;
}
.style1 {
    color: #b00112;
    font-weight: 700;
    font-size: 18px;
}
.style1 {
    color: #b00112;
    font-weight: 700;
    font-size: 18px;
}
.style1 a {
    color: #b00112 !important;
    font-weight: 700;
    font-size: 18px;
}
h6 {
    font-size: 15px;
    margin-top: 5px;
}
p {
    line-height: 1.75em;
    font-size: 16px !important;
}
.bold-font {
    font-weight: bold;
}
/* Basic Styles */
body {
    /*background: url(../siteart/HomepageBackground.jpg) no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;*/
    background: #dedede;
    overflow-x: hidden;
}
.flex-cont-1 {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
header {
    background: url(../siteart/bg.png);
    text-align: center;
    padding: 20px 0 20px;
    position: relative;
}
.header-flex {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.border-bottom {
    border-bottom: 1px solid #000;
}
#contentwrap {
    width: 90%;
    margin: 0 auto;
}
#searchbtn {
    float: right;
    width: 76%;
    margin-top: 30px;
}
.righthead {
    display: inline-block;
    vertical-align: middle;
    width: 75%;
}
#search {
    float: right;
    width: 23.3333%;
    text-align: right;
    padding: 2% 0 !important;
}
#site-width {
    width: 75%;
    margin: 0 auto;
}
#partswrap {
    width: 100%;
    max-width: 1020px;
    margin: 0 auto;
    text-align: center;
}
#homewrapper {
    width: 50%;
    margin: 0 auto;
}
.head-logo-cont-1 {
    display: flex;
    flex-wrap: wrap;
    width: 28%;
    justify-content: center;
}
.head-logo-cont-1 .head-logo-1 {
    padding: 10px;
    box-sizing: border-box;
    display: block;
    width: 50%;
}
.head-logo-cont-1 .head-logo-1:last-child {
    margin: 0 auto;
}
.massey-head-logo {
    max-width: 125px !important;
    width: 70%;
}
.bobcat-head-logo {
    max-width: 155px !important;
}
.head-logo-cont-1 .head-logo-1 a {
    max-width: 185px;
    display: block;
    margin: 0 auto;
}
.head-logo-cont-1 .head-logo-1 img {
    width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}
.head-logo-cont-2 {
    display: flex;
    flex-wrap: wrap;
    width: 44%;
}
.head-logo-cont-2 a {
    margin: 0 auto;
}
.head-logo-cont-2 img {
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
}
.head-search-cont-1 {
    display: flex;
    width: 28%;
}
/* Content Styles */
#mainwrap {
    background: #f1f1f1;
}
#mainwrapBG {
    background: url(../siteart/bg.png);
}
.career-content .career-header-1 {
    font-family: 'Yellowtail', cursive;
    text-transform: none !important;
    font-size: 60px !important;
    padding: 0 0 40px 0;
}
.main {
    width: 50%;
    margin: 0 auto;
}
.slider {
    float: left;
    width: 58.2%;
}
.tagline {
    position: absolute;
	height: 100%;
    width: 100%;
    text-align: center;
    right: 0;
    left: 0;
	top:0;
    z-index: 30;
	display: flex;
	flex-direction: column;
	justify-content:center;
	padding:20px 50px;
	box-sizing: border-box;
}
.mobiletagline {
    display: none;
}
.tagstyle {
    color: #fff;
    font-size: 32px;
    line-height: 20px !important;
    font-weight: 700 !important;
    margin-bottom:40px;
	width: 100%;
}
.sliderbtn-cont {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap:20px;
}
.sliderbtn {
    width: 36%;
    display:block;
    background: #b00112;
    color: #fff!important;
	box-sizing: border-box;
    font-weight: bold;
    font-size: 16px;
	position: relative;
	text-transform: uppercase;
	box-shadow: 0 0 10px 2px rgba(255,255,255,0.2);
}
.sliderbtn span {
	padding: 15px 0;
	display: block;
}
.sliderbtn .click {
	display: block;
	color:#fff!important;
	padding: 15px 0;
}
.sliderbtn ul {
	position: absolute;
	z-index: 1;
	background:#777;
	list-style: none;
	width: 100%;
	display: none;
	margin:0;
	padding:0;
}
.sliderbtn ul li {
	display: block;
	margin:0;
	padding:0;
}
.sliderbtn ul li a {
	padding:10px;
	box-sizing: border-box;
	display: block;
	color:#fff!important;
}
.sliderbtn ul li a:hover {
	color: #fff!important;
    background: linear-gradient(#b00112, #d3393a);
}
.sliderbtn:hover {
	color: #fff!important;
    background: linear-gradient(#b00112, #d3393a);
}
.main .locationleft {
    float: left;
    width: 50%;
}
.main .locationright {
    float: right;
    width: 50%;
}
.center .sliderbtn {
    margin-top: 6px;
}
/*.inventorybtns {float:right; width:41.8%;}
.inventorybtns img {width:100%; margin-bottom:-5px;}*/
.btn {
    margin: 0;
    padding: 0;
}
.homeleft {
    float: left;
    width: 55%;
    padding: 40px 0 50px;
}
.homeright {
    float: right;
    width: 40%;
    padding: 40px 0 50px;
}
/*#colorblock {background:linear-gradient(#cc3132, #d3393a);}*/
#colorblock {
    background: #b00112;
}
.five_column {
    display: inline-block;
    width: 19%;
    border-right: 1px solid #fff;
    text-align: center;
    color: #fff;
    font-weight: 700;
    padding: 10px 0;
}
.five_column img {
    height: 25px;
    vertical-align: bottom;
}
.five_column_last {
    display: inline-block;
    width: 19%;
    text-align: center;
    color: #fff;
    font-weight: 700;
    padding: 15px 0;
}
.five_column_last img {
    height: 25px;
    vertical-align: bottom;
}
.landing {
    display: block;
    background: #b00112;
    width: 100%;
    padding: 15px 0;
    font-size: 28px;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 10px;
    text-align: center;
    font-size: 18px;
    font-weight: 700;
}
.landing:hover {
    background: #000;
}
#textwrap {
    width: 100%;
    margin: 0 auto 40px auto;
    padding: 50px 0 40px 0;
}
#textwrap a {
    color: #b00112;
    text-decoration: none;
}
#textwrap a:hover {
    color: #000;
    text-decoration: none;
}
#hometext {
    float: left;
    width: 88%;
}
#agcobtn {
    float: right;
    width: 10%;
}
span { /*color: #333;*/ filter: alpha(opacity=100);
    opacity: 1;
}
.pageleft {
    float: left;
    width: 60%;
}
.pageright {
    float: right;
    width: 35%;
}
.products-lg {
    display: block;
    width: 33.33%;
    padding: 15px;
    margin: 20px 0;
    text-align: center;
    color: #000;
    box-sizing: border-box;
}
.products {
    display: block;
    width: 25%;
    padding: 15px 25px;
    text-align: center;
    color: #000;
    box-sizing: border-box;
}
.products img, .products-lg img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
}
.products a, .products-lg a {
    color: #000;
    font-size: 22px;
}
.products a:hover, .products-lg a:hover {
    color: #b00112;
    text-decoration: none;
}
.robbco-logo {
    font-size: 43px !important;
    font-weight: 700;
    color: #b00112 !important;
    text-align: center;
}
#design-width {
    max-width: 1000px;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 0 10px;
}
.design {
    width: 48%;
    display: inline-block;
    text-align: center;
    color: #000;
    vertical-align: top;
}
.design img {
    width: 90%;
    display: block;
    margin: 0 auto;
}
.two {
    display: inline-block;
    width: 48%;
    border-right: 1px solid #000;
    text-align: center;
}
.two_last {
    display: inline-block;
    margin-left: 3%;
    width: 47%;
    text-align: center;
}
/* Inventory Styles */
#buttons {
    text-align: center;
}
.invbtn {
    width: 24%;
    margin: .5% .25%;
    text-align: center;
    display: inline-block;
    font-weight: 700;
    color: #fff;
    padding: 10px 0;
    font-size: 13px;
}
.invbtn:hover {
    background: #000;
}
.invsearch {
    float: left;
    width: 25%;
    margin-top: 50px;
    padding-bottom: 2%;
    color: #fff !important;
    font-size: 14px; /*position: -webkit-sticky; position: sticky; top:0;*/
}
#invagsearch, #invattachsearch, #invconssearch, #consattachsearch, #invtrailersearch {
    margin-top: 20px;
    padding: 20px;
    background: url(../siteart/bg.png) repeat;
}
.invwrap {
    float: right;
    width: 72%;
    margin-top: 50px;
}
#filter-menu h3 {
    background: #000;
    display: block;
    font-size: 13px;
    color: #fff;
    cursor: pointer;
    padding: 15px;
    box-sizing: border-box;
    border-bottom: 1px #777 solid
}
#filter-menu h3 span {
    float: right;
    font-size: 18px;
    position: relative;
    top: -3px
}
#filter-menu a {
    display: block;
    font-size: 14px;
    font-weight: 700;
    border: 1px #ccc solid;
    background: #fff;
    margin: 1px 0;
    padding: 10px;
    text-align: center;
    text-decoration: none;
}
#filter-menu a {
    display: block;
    font-size: 14px;
    font-weight: 700;
    border: 1px #ccc solid;
    background: #fff;
    margin: 1px 0;
    padding: 10px;
    text-align: center;
    text-decoration: none;
}
#filter-menu a:hover {
    background: #f5f5f5;
}
#filter-menu li {
    list-style-type: none;
    font-size: 13px
}
#filter-menu ul ul {
    display: none;
    background: #fafafa;
    border: 1px solid #ccc;
    padding: 15px
}
#filter-menu ul ul strong {
    display: block;
    margin: 0 0 6px;
}
#filter-menu ul ul li {
    border: none;
    color: #333
}
#filter-menu input[type=text], #filter-menu select {
    display: block;
    width: 100%;
    padding: 7px;
    margin: 5px 0;
    box-sizing: border-box;
    border: 1px solid #333;
    font-size: 13px;
}
input[type=radio] {
    position: relative;
    top: 2px;
    margin: 0 6px 0 0
}
#filter-menu label {
    display: block;
    line-height: 28px
}
#filter, .inventory-search button {
    width: 100%;
    box-sizing: border-box;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff !important;
    cursor: pointer
}
.inventory-search button {
    display: block;
    position: relative;
    padding: 12px;
    margin: 10px 0 0;
    background: #b00112;
    border: none;
    –webkit-appearance: none;
}
#filter, .inventory-search .industry-buttons {
    display: none
}
#filter:hover, .inventory-search button:hover {
    background: linear-gradient(#b00112, #a30212);
}
#filter {
    padding: 14px 0;
    margin: 0 0 10px;
    background: #305088;
    font-size: 14px;
    text-align: center
}
.showroominfo-cont-1 {
    background: #fff;
    width: 100%;
    display: flex;
    flex-wrap: wrap
}
.showroominfo-cont-1 img {
    max-width: 450px;
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
    object-position: center;
}
.showroom-info-1 {
    padding: 50px;
    width: calc(100% - 450px);
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.showroom-link-1 p {
    font-size: 20px !important;
    font-weight: 400;
}
.showroom-link-1 p span {
    font-weight: 600;
    margin-right: 10px;
}
.showroom-link-1 p a {
    background: #b00112;
    color: #fff;
    display: inline-block;
    text-align: center;
    font-weight: 700;
    font-size: 15px;
    padding: 2px 4px;
    margin: 10px 0;
}
.showroom-link-1 p a:hover {
    background: #000;
}
.showroom-info-1 h3 {
    font-size: 20px;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
}
div.call-it-listing a.call-it, div.mobile-call a.call-it {
    color: #fff !important;
}
.three_col {
    display: inline-block;
    width: 32%;
    text-align: center;
}
.three_col img {
    height: auto !important;
    width: auto !important;
    vertical-align: middle;
    max-width: 190px;
}
.currency-finance-logo {
    padding: 30px 0;
}
.small-12 {
    display: none;
}
.backbtn {
    position: fixed;
    right: 0;
    top: 30%;
    background: #282828;
    color: #fff;
    cursor: pointer;
    padding: .75%;
    z-index: 99999999;
    font-size: 11px;
    text-transform: uppercase;
}
.backbtn:hover {
    background: #b00112;
}
/*.hosted-content #wide_col {width:100%!important; max-width:100%!important;}
.hosted-content .pagination .prev, .hosted-content .pagination-blog .prev {display:none!important;}
.hosted-content .pagination .next, .hosted-content .pagination-blog .next {display:none!important;}*/
/*===================== 
	Form styles 
=======================*/
#stacked {
    display: block;
    width: 100%;
    padding: 2px 0;
    margin: 0 auto;
    border-bottom: 1px solid #fff;
    text-align: center;
}
.filterrow {
    width: 100%;
    margin: 0 auto;
    float: left;
    margin-bottom: 1%;
}
.searchfilter {
    display: inline-block;
    zoom: 1;
    *display: inline;
    margin-right: 10px;
    background: #b00112;
    padding: 2px 10px;
    color: #fff;
    font-weight: 700;
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
}
.consselected, .agselected, .trailerselected, .attachselected {
    background: #231f20;
}
.searchfilter:hover {
    cursor: pointer;
}
::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: black !important;
    opacity: 1; /* Firefox */
    padding-left: 5px;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: black !important;
    padding-left: 5px;
}
::-ms-input-placeholder { /* Microsoft Edge */
    color: black !important;
    padding-left: 5px;
}
select {
    color: #000 !important;
    height: 2em !important;
    padding: 0 5px !important;
    background-position: right 1rem center !important;
    margin: 3px 0 !important;
}
.consbtn {
    width: 100%;
    text-align: center;
    color: #fff;
    background: #b00112;
    font-weight: bold;
}
#search, #agsearch, #trailersearch #invattachsearch {
    padding: 4% 0;
}
#search h3, #agsearch h3, #trailersearch h3 #invattachsearch h3 {
    padding: 0;
    font-weight: 700;
    color: #b00112;
    font-family: 'Montserrat', sans-serif;
}
#invconssearch h3, #invagsearch h3, #invtrailersearch h3, #invattachsearch h3, #consattachsearch h3 {
    padding: 0;
    font-weight: 700;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 5px;
}
.rowed {
    width: 100%;
    margin: 0 auto;
    text-align: center;
}
.keyed label {
    text-align: left;
    color: #d25d13;
    font-weight: bold;
}
.half strong, .commentbox strong {
    text-align: left;
    color: #000;
    font-weight: bold;
}
.keyed {
    width: 31%;
    margin: 0 1%;
    display: inline-block;
    zoom: 1;
    *display: inline;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
form {
    margin: 0 0 0;
}
form h4 {
    padding: 0;
    font-weight: 600;
}
#sendsearch {
    padding: 1%;
}
.searchsubmit {
    color: #fff !important;
    font-size: 24px;
    font-weight: bold;
    width: 100%;
    background: #d25d13 !important;
    text-align: center;
    font-family: font81797;
    padding: 10px !important;
}
.searchsubmit:hover {
    background: #fff !important;
    color: #d25d13 !important;
    -moz-transition: 0.2s all ease;
    -webkit-transition: 0.2s all ease;
    -ms-transition: 0.2s all ease;
    -o-transition: 0.2s all ease;
    transition: 0.2s all ease;
    cursor: pointer;
    border: 2px solid #d25d13;
    padding: 8px 10px !important;
}
.searchsend {
    width: 100%;
    background: #b00112;
    color: #fff !important;
    text-align: center;
    font-weight: 700 !important;
    text-transform: uppercase;
    padding: 5px 0;
    margin-bottom: 5px;
    font-size: 14px !important;
}
.half {
    width: 48%;
    margin: 0 1%;
    float: left;
}
[type=color], [type=date], [type=datetime-local], [type=datetime], [type=email], [type=month], [type=number], [type=password], [type=search], [type=tel], [type=text], [type=time], [type=url], [type=week], textarea {
    height: 2em !important;
}
/*SERVICES*/
.locationwrap.services-card{
    display: flex;
    flex-wrap: wrap;
    width: 29%;
    border: 1px solid black;
    border-radius: 22px;

}
.service-img img{border-radius: 21px 21px 0px 0px;}
.service-ctn{padding: 4%;display: flex; flex-direction: column;}
.locationbtn.service-cta{padding: 3%; border-radius: 10px;}
.card-wrapper{
  display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    column-gap: 3rem;
    row-gap: 3rem;
   
}
.service-ctn a i{font-size: 0.65rem;}
.service-ctn a{display: inline-flex; align-items: center; gap: 4px; line-height: 1; width: 165px; justify-content: center; margin-top: auto;}
.service-ctn p{margin-bottom: 0 !important; padding-bottom: 10px;}
.service-ctn a:hover{  background: linear-gradient(#b00112, #a30212);}


.service-info {
    width: 100%;
    margin: 30px auto;
}




/* ROBBCO DESIGN LYTEBOX */
.row > .column {
    padding: 0 8px;
}
.row:after {
    content: "";
    display: table;
    clear: both;
}
/* Create four equal columns that floats next to eachother */
.column {
    float: left;
    width: 31%;
}
.column img {
    width: 100%;
    margin-bottom: 10px;
}
/* The Modal (background) */
.modal {
    display: none;
    position: fixed;
    z-index: 1;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: black;
}
/* Modal Content */
.modal-content {
    position: relative;
    margin: auto;
    padding: 0;
    width: 90%;
    max-width: 1200px;
}
/* The Close Button */
.close {
    color: white;
    position: absolute;
    top: 10px;
    right: 25px;
    font-size: 35px;
    font-weight: bold;
}
.close:hover, .close:focus {
    color: #999;
    text-decoration: none;
    cursor: pointer;
}
/* Hide the slides by default */
.mySlides {
    display: none;
}
.slides {
    position: relative;
}
/* Next & previous buttons */
.prev, .next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: -50px;
    color: white;
    font-weight: bold;
    font-size: 20px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
    -webkit-user-select: none;
}
/* Position the "next button" to the right */
.next {
    right: 0;
    border-radius: 3px 0 0 3px;
}
/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
    background-color: rgba(0, 0, 0, 0.8);
}
/* Number text (1/3 etc) */
.numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
}
/* Caption text */
.caption-container {
    text-align: center;
    background-color: black;
    padding: 2px 16px;
    color: white;
}
img.demo {
    opacity: 0.6;
}
.active, .demo:hover {
    opacity: 1;
}
img.hover-shadow {
    transition: 0.3s;
}
.hover-shadow:hover {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
/* ZOOM */
.zoom-container {
    float: left;
    width: 25%;
    margin-bottom: 1%;
    position: relative;
    overflow: hidden;
    display: inline-block;
    border: 1px solid #fff;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.zoom-container img {
    display: block;
    width: 100%;
    height: auto;
    -webkit-transition: all .5s ease; /* Safari and Chrome */ -moz-transition: all .5s ease; /* Firefox */ -ms-transition: all .5s ease; /* IE 9 */ -o-transition: all .5s ease; /* Opera */ transition: all .5s ease;
}
.zoom-container .zoom-caption {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10;
    background: rgba(0, 0, 0, .6);
    -webkit-transition: all .5s ease; /* Safari and Chrome */ -moz-transition: all .5s ease; /* Firefox */ -ms-transition: all .5s ease; /* IE 9 */ -o-transition: all .5s ease; /* Opera */ transition: all .5s ease;
}
.zoom-container .zoom-caption h4 {
    display: block;
    text-align: center;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 20px;
    text-transform: uppercase;
    color: #fff;
    text-shadow: 0px 0px 5px rgba(0, 0, 0, 1);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.zoom-container:hover .zoom-caption {
    background: none;
}
/* ZOOM TOP CONTAINER */
.zoom-container-top {
    float: left;
    width: 100%;
    height: 15vw;
    margin-bottom: 1%;
    position: relative;
    overflow: hidden;
    display: inline-block;
    border: 1px solid #fff;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.zoom-container img {
    display: block;
    width: 100%;
    height: auto;
    -webkit-transition: all .5s ease; /* Safari and Chrome */ -moz-transition: all .5s ease; /* Firefox */ -ms-transition: all .5s ease; /* IE 9 */ -o-transition: all .5s ease; /* Opera */ transition: all .5s ease;
}
.zoom-container-top .zoom-caption {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10;
    background: rgba(0, 0, 0, .6);
    -webkit-transition: all .5s ease; /* Safari and Chrome */ -moz-transition: all .5s ease; /* Firefox */ -ms-transition: all .5s ease; /* IE 9 */ -o-transition: all .5s ease; /* Opera */ transition: all .5s ease;
}
.zoom-container-top .zoom-caption h4 {
    display: block;
    text-align: center;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: clamp(14px, 5vw, 20px);
    text-transform: uppercase;
    color: #fff;
    text-shadow: 0px 0px 5px rgba(0, 0, 0, 1);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.zoom-container-top:hover .zoom-caption {
    background: none;
}
/* FOOTER */
.content-wrap-foot {
    width: calc(100% - 40px);
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
#footer {
    background: url(/siteart/bg.png);
    padding: 25px 0 25px 0;
    color: #fff;
    font-size: 15px;
    line-height: 1.75em;
    background-color: #000;
}
#footer a {
    color: #fff;
    text-decoration: none;
}
.footerleft {
    width: calc(100% - 310px);
    padding-top: 5px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.locations {
    display: block;
    width: 24%;
    margin-top: 10px;
    color: #fff;
    vertical-align: top;
    text-shadow: 0 0 5px #000;
}
.locations .style1, .footerright .style1 {
    color: #fff;
}
.locations a {
    color: #b00112;
    text-decoration: none;
}
.locationbtn {
    background: #b00112;
    color: #fff!important;
    width: 150px;
    text-align: center;
    font-weight: 700;
    font-size: 15px;
    padding: 2px 0;
    margin-top: 10px;
}
.footerright {
    padding-top: 20px;
}
/* Search Bar Styles */
.tops-select-box {
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 5px !important;
}
.tops-search-box {
    width: 100%;
    display: flex;
    box-sizing: border-box;
}
input.search-box-placeholder {
    width: 70% !important;
    box-sizing: border-box;
    margin: 0 !important;
}
.search-btn {
    width: 30% !important;
    margin: 10px 0 15px;
}
.searchform {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.search_col_three {
    display: inline-block;
    width: 33%;
}
.searchform input.search-box {
    color: #000;
    font-size: 14px;
    background: #fff;
    padding: 0 5px 0 8px;
    text-transform: uppercase;
    border: 1px #b2abad solid;
    -moz-box-shadow: inset 0 -1px 1px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: inset 0 -1px 1px rgba(0, 0, 0, 0.5);
    box-shadow: inset 0 -1px 1px rgba(0, 0, 0, 0.5);
}
.searchform .search-btn {
    width: 80px;
    color: #f5f5f5;
    font-size: 16px;
    padding: 4px 0px;
    text-align: center;
    margin: 0px 0 0 5px;
    background: #b00112;
    border: 1px #f5f5f5 solid;
    text-transform: uppercase;
    font-family: Arial, Helvetica, sans-serif;
    -moz-box-shadow: inset 0 -1px 1px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: inset 0 -1px 1px rgba(0, 0, 0, 0.5);
    box-shadow: inset 0 -1px 1px rgba(0, 0, 0, 0.5);
    –webkit-appearance: none;
    cursor: pointer;
}
.searchform .search-btn:hover {
    background: #000;
    color: #fff;
}
/*FORM */
.locationleft {
    float: left;
    width: 45%;
}
.locationright {
    float: right;
    width: 50%;
}
#formpage {
    vertical-align: top;
}
#formpage div {
    vertical-align: top;
    padding: 5px 5px;
}
#formpage input {
    padding: 6px 5px;
    border: 1px solid #8e8d8d;
    font-size: 12px;
    background: #fff;
    margin: 5px 0;
}
#formpage textarea {
    padding: 6px 5px;
    border: 1px solid #262626;
    color: #000;
    font-size: 12px;
    background: #fff;
}
/* selects have similar styles to input & textarea fields, but with no padding. Text in a dropdown select is positioned differently */
#formpage select {
    border: 1px solid #262626;
    color: #ccc;
    vertical-align: middle;
    font-size: 12px;
    line-height: normal;
    padding: 5px;
    background: #fff;
    width: 102% !important;
    margin: 3px 0 !important;
}
#formpage input {
    width: 100%;
    margin: 0 auto;
}
#formpage input.larger {
    width: 100%;
}
#formpage textarea {
    width: 100%;
    height: 85px;
}
/* focus states of various types of fields */
#formpage input:focus, #formpage textarea:focus, #formpage input.radio:focus, #formpage select:focus {
    background: #fff;
    border: 1px solid #262626;
    outline-style: none;
}
.submit {
    text-align: center;
}
#formpage input.button, #formpage input.button:focus {
    width: 101%;
    margin: 0 auto;
    padding: 12px 0;
    background: #b00112;
    font-size: 14px;
    line-height: 14px;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff !important;
    –webkit-appearance: none;
}
#formpage input.button:focus {
    width: 101%;
    margin: 0 auto;
    padding: 12px 0;
    background: #b00112;
    font-size: 14px;
    line-height: 14px;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff !important;
    –webkit-appearance: none;
}
#formpage input.button:hover {
    background: linear-gradient(#b00112, #a30212);
}
/*control the Captcha */
.captchafield {
    width: 100%;
    margin: 0 auto;
    text-align: center;
}
.CaptchaPanel {
    margin: 0 0 0 0 !important;
    padding: 0 0 0 0 !important;
    text-align: center;
    line-height: normal !important;
}
.CaptchaImagePanel {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}
.CaptchaMessagePanel {
    padding: 0 0 0 0 !important;
    margin: 0 0 0 0 !important;
    font-weight: normal !important;
    font-size: 12px;
    line-height: 14px;
}
.CaptchaAnswerPanel {
    margin: 0 0 0 0;
    padding: 2px 0px 2px 0px !important;
}
.CaptchaWhatsThisPanel {
    line-height: 0;
    margin: 0 0 0 0;
    padding: 8px 0 8px 0 !important;
}
.CaptchaWhatsThisPanel a {
    color: #000;
    font-size: 11px;
}
.CaptchaWhatsThisPanel a:hover {
    text-decoration: none;
}
a.button {
    display: inline-block;
    width: 101%;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff !important;
    text-align: center;
    padding: 8px 0;
    background: #b00112;
    margin: 10px 0 20px;
}
a.button:hover {
    background-position: bottom;
    text-decoration: none;
    background: linear-gradient(#b00112, #a30212);
}
.hosted-content .listings-wrapper .closest-box {
    display: none !important;
}
.hosted-content .listings-wrapper .radio-icon label[for], .hosted-content .listings-detail-wrapper .radio-icon label[for], .hosted-content .listings-drilldown-wrapper .radio-icon label[for] {
    color: #000;
}
.hosted-content .pagination > .drop-down-form select {
    width: 10%;
}
.pagination > .next {
    position: relative !important;
}
.pagination > .prev {
    position: relative !important;
}
.filler {
    height: 189px;
}
.filler2 {
    height: 355px;
}
/*.weather {float:left; width:25%;}
.weather a {color:#fff; text-decoration:none;}*/
/*Julia Styles 
.grid {
	position: relative;
	margin: 0 auto;
	width: 100%;
	list-style: none;
	text-align: center;
	border-top:2px solid #b00112;
}

.grid figure {
	width: 100%;
	position: relative;
	float: none;
	display: inline-block;
	overflow: hidden;
	margin: 0em;
	height: auto;
	text-align: center;
	cursor: pointer;
}

.julia {width:25%; float:left;}
.juliaimg {width:100%;}*/
/*** placement of text 
figcaption { 
	position: absolute;
	top: 30px;
	right: 30px;
	bottom: 30px;
	left: 30px;
}

.grid figure h2, .grid figure p {
	margin: 0;
}***/
/*** Spacing of words
.grid figure h2 {
	word-spacing: -0.15em;
	font-weight: 700;
	font-size: 36px;
	padding-top: 10%; 
}***/
/*.grid figure p {
	letter-spacing: 1px;
	font-size: 16px;
	color: #fff;
}

figure.effect-julia {
}

figure.effect-julia img {
	max-width: none;
	height: auto;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

figure.effect-julia figcaption {
	text-align: left;
	color:#fff;
	text-transform:uppercase; 
}

figure.effect-julia h2 {
	position: relative;
	padding: 0.5em 0;
}

figure.effect-julia p {
	display: inline-block;
	margin: 0 0 0.25em;
	padding: 0.4em 1em;
	background: rgba(176,1,18,0.9);
	color: #fff;
	text-transform: none;
	font-weight: 500;
	font-size: 75%;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}*/
/*figure.effect-julia p:hover {background:#000;}

figure.effect-julia p:first-child {
	-webkit-transition-delay: 0.15s;
	transition-delay: 0.15s;
}

figure.effect-julia p:nth-of-type(2) {
	-webkit-transition-delay: 0.1s;
	transition-delay: 0.1s;
}

figure.effect-julia p:nth-of-type(3) {
	-webkit-transition-delay: 0.05s;
	transition-delay: 0.05s;
}

figure.effect-julia:hover p:first-child {
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
}

figure.effect-julia:hover p:nth-of-type(2) {
	-webkit-transition-delay: 0.05s;
	transition-delay: 0.05s;
}

figure.effect-julia:hover p:nth-of-type(3) {
	-webkit-transition-delay: 0.1s;
	transition-delay: 0.1s;
}

figure.effect-julia:hover img {
	-webkit-transform: scale3d(1.1,1.1,1);
	transform: scale3d(1.1,1.1,1);
}

figure.effect-julia:hover p {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}*/
/* Manufacturing Styles
#manuwrap {
	padding:20px 0;
	position:relative;
	z-index:8000;
	width:100%;	
	text-align:center;
}

#manulogos {width:100%; max-width:1020px; text-align:center; margin:0 auto;}

a.agco{
	display:inline-block;
	position:relative; 
	padding:0px 10px 0 10px;
	background:url('../siteart/product/agcologo.png') no-repeat;
	height:78px;
	width:200px;
	margin-bottom:10px;
}
a.agco:hover{background-position:0px -78px;}

a.hesston{
	display:inline-block;
	position:relative; 
	padding:0px 10px 0 10px;
	background:url('../siteart/product/hesstonlogo.png') no-repeat;
	height:91px;
	width:200px;
	margin-bottom:10px;
}
a.hesston:hover{background-position:0px -91px;}

a.massey{
	display:inline-block;
	position:relative; 
	padding:0px 10px 0 10px;
	background:url('../siteart/product/masseylogo.png') no-repeat;
	height:97px;
	width:200px;
	margin-bottom:10px;
}
a.massey:hover{background-position:0px -97px;}

a.bush{
	display:inline-block;
	position:relative; 
	padding:0px 5px 0 5px;
	background:url('../siteart/product/bushlogo.png') no-repeat;
	height:60.5px;
	width:100px;
}
a.bush:hover{background-position:0px -60.5px;}

a.kuhn{
	display:inline-block;
	position:relative; 
	padding:0px 5px 0 5px;
	background:url('../siteart/product/kuhnlogo.png') no-repeat;
	height:58px;
	width:100px;
}
a.kuhn:hover{background-position:0px -58px;}

a.rankin{
	display:inline-block;
	position:relative; 
	padding:0px 5px 0 5px;
	background:url('../siteart/product/rankinlogo.png') no-repeat;
	height:23.5px;
	width:100px;
	margin-bottom:20px;
}

a.general{
	display:inline-block;
	position:relative; 
	padding:0px 5px 0 5px;
	background:url('../siteart/product/generallogo.png') no-repeat;
	height:40px;
	width:100px;
	margin-bottom:14px;
}

a.staheli{
	display:inline-block;
	position:relative; 
	padding:0px 5px 0 5px;
	background:url('../siteart/product/stahelilogo.png') no-repeat;
	height:55px;
	width:90px;
}
a.staheli:hover{background-position:0px -55px;}

a.proag{
	display:inline-block;
	position:relative; 
	padding:0px 5px 0 5px;
	background:url('../siteart/product/proaglogo.png') no-repeat;
	height:38.5px;
	width:100px;
	margin-bottom:10px;
}
a.proag:hover{background-position:0px -38.5px;}

a.parma{
	display:inline-block;
	position:relative; 
	padding:0px 5px 0 5px;
	background:url('../siteart/product/parmalogo.png') no-repeat;
	height:41.5px;
	width:90px;
	margin-bottom:10px;
}
a.parma:hover{background-position:0px -41.5px;}

a.aerway{
	display:inline-block;
	position:relative; 
	padding:0px 5px 0 5px;
	background:url('../siteart/product/aerwaylogo.png') no-repeat;
	height:32.5px;
	width:100px;
	margin-bottom:15px;
}
a.aerway:hover{background-position:0px -32.5px;}

a.milstak{
	display:inline-block;
	position:relative; 
	padding:0px 5px 0 5px;
	background:url('../siteart/product/milstaklogo.png') no-repeat;
	height:65px;
	width:100px;
}	*/
.hosted-content .mobile-calculator {
    display: none !important;
}
.hosted-content .mobile-calculator img {
    display: none !important;
}
.hosted-content .mobile-calculator span {
    display: none !important;
}
[type=color], [type=date], [type=datetime-local], [type=datetime], [type=email], [type=month], [type=number], [type=password], [type=search], [type=tel], [type=text], [type=time], [type=url], [type=week], textarea {
    margin: 3px 0 !important;
}
[type=button], [type=submit] {
    margin-top: 3px;
}
/*.hosted-content .dealers-list-wrapper .control-box select, .hosted-content .listings-wrapper .control-box select {display:none;}
.hosted-content .inline-block {display:none!important;}*/
.hosted-content .inline-block {
    display: none !important;
}
#wide_col {
    width: 100% !important;
}
.hosted-content #wide_col {
    width: 100% !important;
}
.legal {
    display: none;
}
.list-content .list-title .list-title-text {
    font-size: 1.1em !important;
}
.faceted-search-content .faceted-section-box {
    background: #dedede !important;
}
.faceted-search-content .faceted-section-box .faceted-slider .slider {
    width: 96% !important;
}
html:not([dir=rtl]) .noUi-horizontal .noUi-handle {
    right: -22px !important;
}
.faceted-search-content .selected-facets-container .selected-facet {
    background: #b00112 !important;
    color: #fff !important;
}
.faceted-search-content .faceted-section-box .faceted-view-more-btn {
    background: #b00112 !important;
}
.list-container-flexrow .view-listing-details-link .fa, .list-container-flexrow .buy-now-link .fa, .list-container-flexrow .check-availability-link .fa, .list-container-flexrow .email-seller-link .fa {
    color: #fff !important;
}
.list-container-flexrow .view-listing-details-link, .list-container-flexrow .buy-now-link, .list-container-flexrow .check-availability-link, .list-container-flexrow .email-seller-link {
    background: #000 !important;
    color: #fff !important;
}
.list-container-flexrow .price-container .price {
    color: #b00112 !important;
}
.paging-container .page-navs .list-page-nav {
    background-color: #b00112 !important;
}
.paging-container .list-page-number {
    color: #000 !important;
}
.list-content .list-title .list-listings-count {
    color: #000 !important;
}
.list-content .list-top-section .listing-option-bar .list-listings-count {
    color: #000 !important;
}
.detail-content .detail-additional-data .data-row .data-label {
    background: #000 !important;
}
.paging-container .list-page-number .ui-selectmenu-button .ui-selectmenu-text {
    color: #000 !important;
}
.detail-content .detail-main-body .main-detail-data .offer-btn, .detail-content .detail-main-body .main-detail-data .buy-btn {
    background: #b00112 !important;
}
.detail-content .detail-main-body .main-detail-data .detail-price {
    color: #000 !important;
}
.detail-content .dealer-info .phone-and-email .send-email-btn {
    border: 1px solid #000 !important;
    color: #000 !important;
}
.list-content .list-main-section .list-container .list-listing {
    background-color: #dedede !important;
}
.dealer-phone-container a {
    color: #fff !important;
}
.faceted-search-content .faceted-section-box .faceted-slider .sliderLabel input[type='text'] {
    line-height: 20px !important;
}
.faceted-search-content .faceted-section-box .faceted-text-input {
    line-height: 20px !important;
}
.noUi-horizontal .noUi-handle {
    height: 26px !important;
}
html:not([dir=rtl]) .noUi-horizontal .noUi-handle {
    top: -12px !important;
}
[type=checkbox], [type=file], [type=radio] {
    margin: 0 3px 0 0 !important;
}
.career-content {
    text-align: center;
}
.career-content h1 {
    font-size: 30px !important;
    font-weight: 400 !important;
    font-family: 'Montserrat', sans-serif;
}
.career-content h2 a {
    font-weight: 400 !important;
    color: #000 !important;
}
.career-content .locationbtn {
    font-size: 30px;
    width: auto;
    display: inline-block;
    padding: 10px 20px;
    box-sizing: border-box;
}
.career-cont-1 {
    display: flex;
    gap: 10px;
    padding: 0 0 20px 0;
}
.career-cont-1 img {
    max-width: 100%;
    height: auto;
    display: block;
}
.solid-header {
    font-size: 30px !important;
}
/************************************************ Responsive Styles **/
@media screen and (max-width: 1880px) {
    #headerright {
        width: 80%;
        margin-top: 20px;
    }
    .righthead {
        width: 84%;
    }
    .locations {
        font-size: 14px;
    }
    .main {
        width: 60%;
    }
    #searchbtn {
        margin: 10px 0;
    }
    #homewrapper {
        width: 60%;
    }
    .center .sliderbtn {
        margin-top: 20px;
    }
}
@media screen and (max-width: 1480px) {
    h1 {
        font-size: 17px !important;
    }
    p {
        font-size: 15px !important;
    }
    #site-width {
        width: 90%;
    }
    .tagstyle {
        font-size: 28px;
        margin-bottom: 10px;
    }
    #homewrapper {
        width: 75%;
    }
}

@media screen and (max-width: 1279px) {
    h5 {
        font-size: 18px;
    }
    .search_col_three {
        width: 32%;
    }
    .searchform input.search-box {
        width: 58%;
    }
    #headerright {
        margin-top: 10px;
    }
    .main {
        width: 75%;
    }
    .slider {
        float: none;
        width: 100%;
    }
    .inventorybtns {
        float: none;
        width: 100%;
    }
    .inventorybtns img {
        margin-bottom: 0;
    }
    .btn {
        display: inline-block;
        width: 49.75%;
    }
    .locations img {
        margin: 35px 20px 0 20px;
        width: 15%;
    }
    .locations {
        width: 48%;
        margin-top: 20px;
        text-align: left;
    }
    .invbtn {
        background: #b00112;
        padding: 10px 0;
        font-size: 9px;
    }
    .filler {
        height: auto;
    }
    .filler2 {
        height: auto;
    }
    #homewrapper {
        width: 90%;
    }
    .robbco-logo {
        font-size: 3vw !important;
    }
    .showroom-info-1 {
        padding: 20px;
    }
}
@media screen and (min-width: 1027px) {
    .show-md {
        display: none !important;
    }
}
@media screen and (max-width: 1026px) {
    h5 {
        font-size: 16px;
    }
    #textwrap {
        width: 100%;
    }
    .righthead {
        width: 75%;
    }
    #headerright {
        width: 77%;
    }
    #searchbtn {
        margin: 10px 0;
    }
    .searchform input.search-box {
        width: 55%;
    }
    .searchform .search-btn {
        font-size: 12px;
    }
    .hide-md {
        display: none !important;
    }
    .main {
        width: 100%;
    }
    #buttons img {
        width: 12%;
        height: auto;
        margin: 15px 5px;
    }
    .five_column {
        font-size: 14px;
    }
    .five_column_last {
        font-size: 14px;
    }
    .footerright {
        width: 30%;
    }
    .tagline {
        position: static;
    }
    .tagstyle {
        display: none;
    }
    .mobiletagline {
        text-align: center;
        position: relative;
        top: 0;
        z-index: 30;
        display: inline;
    }
    .showroominfo-cont-1 img {
        width: 50%;
    }
    .showroom-info-1 {
        width: 50%;
    }
	.sliderbtn {
		display: block;
		width: 98%;
		font-size: 15px;
		margin:0 auto;
	}
    .service-ctn{
        padding: 8%;
    }
}
@media screen and (max-width: 879px) {
    .side {
        display: none;
    }
    #textwrap {
        width: 100%;
    }
    h1 {
        font-size: 25px;
    }
    p {
        font-size: 17px;
        line-height: 1.5em;
    }
    #headerright {
        width: 50%;
        margin-top: 45px;
    }
    #searchbtn {
        margin: 10px 0;
    }
    .head-logo-cont-1 {
        width: 100%;
        order: 2;
        padding: 10px 0;
    }
    .head-logo-cont-2 {
        width: 100%;
        order: 1;
    }
    .head-logo-cont-2 img {
        max-width: 250px;
    }
    .head-search-cont-1 {
        ;
        width: 100%;
        order: 3;
    }
    .head-logo-cont-1 .head-logo-1 {
        width: 30% !important;
        margin: 0 auto;
    }
    .righthead {
        width: 59%;
    }
    .searchform .search-btn {
        width: 28%;
    }
    .search_col_three {
        display: block;
        width: 100%;
    }
    .homeleft {
        float: none;
        width: 100%;
        padding: 20px 0 10px;
    }
    .homeright {
        float: none;
        width: 100%;
        padding: 10px 0 20px;
    }
    #buttons {
        display: none;
    }
    .landing {
        font-size: 14px;
    }
    .field {
        width: 100%;
    }
    .captchafield {
        width: 200px;
        margin: 0 auto;
    }
    .footerleft {
        float: none;
        width: 100%;
        margin: 0 auto;
    }
    .divfooter {
        text-align: center;
    }
    .footerright {
        float: none;
        width: 100%;
        margin: 0 auto;
    }
    /*.weather {float:left; width:160px; margin-bottom:10px;}*/
    .location {
        float: none;
        width: 100%;
        text-align: center;
        margin-bottom: 8px;
    }
    .map {
        float: none;
        width: 100%;
    }
    .locationright {
        float: none;
        width: 100%;
    }
    .locationleft {
        float: none;
        width: 100%;
    }
    .invsearch {
        float: none;
        width: 100%;
        margin-top: 0;
        position: relative;
    }
    .invwrap {
        float: none;
        width: 100%;
        margin-top: 0;
    }
    .pageleft {
        float: none;
        width: 100%;
    }
    .pageright {
        float: none;
        width: 100%;
    }
    .locations img {
        margin: 35px 10px 0 10px;
        width: 15%;
    }
    .locations {
        width: 48%;
        margin-top: 20px;
        text-align: left;
    }
    .design img {
        width: 100%;
    }
    .five_column {
        display: block;
        width: 100%;
        margin: 0 auto;
        border-right: none;
        border-bottom: 1px solid #fff;
    }
    .five_column_last {
        display: block;
        width: 100%;
        margin: 0 auto;
    }
    .btn {
        display: inline-block;
        width: 49.56%;
    }
    .two {
        width: 40%;
    }
    .list-content .faceted-search-content {
        width: 100%;
    }
    .has-search-bar {
        width: calc(100% - .75%) !important;
        float: none !important;
    }
    .zoom-container .zoom-caption h4 {
        font-size: 14px;
    }
    .locationwrap.services-card{width: 46%;}
    .service-ctn{padding: 6%;}
}
@media screen and (max-width: 680px) {
    .locationwrap.services-card{width: 100%;}
}
@media screen and (min-width: 786px) {
    #wide_col {
        width: 100% !important;
    }
}
@media screen and (max-width: 786px) {
    .showroominfo-cont-1 img {
        width: 100%;
        max-width: none;
    }
    .showroom-info-1 {
        width: 100%;
    }
}
@media screen and (max-width: 700px) {
    #headerright {
        width: 60%;
        margin-top: 10px;
    }
    .searchform input.search-box {
        font-size: 12px;
    }
    .righthead {
        width: 58%;
    }
    .zoom-container .zoom-caption h4 {
        font-size: 12px;
    }
    .products-lg {
        width: 50%;
        margin-left: auto;
        margin-right: auto;
    }
    .products {
        width: 33.33%;
        padding: 10px;
    }
    .robbco-logo {
        font-size: 4vw !important;
    }
    .career-content .career-header-1 {
        font-size: 10vw !important;
        padding: 0 0 4vw 0;
    }
}
@media screen and (max-width:676px){
     .slick-slide{
        text-align: center;
    }

}
@media screen and (max-width: 550px) {
    .design {
        width: 100%;
        margin: 0 auto;
        text-align: center;
    }
    .slick-next {
    right: -13px;
    }
    .slick-prev {
    left: -13px;
    }
}
   
@media screen and (max-width: 499px) {
    .products-lg {
        width: 100%;
        margin: 10px 0;
    }
    .products-lg img {
        margin: 0 auto;
    }
    .products {
        width: 50%;
    }
    .robbco-logo {
        font-size: 5.5vw !important;
    }
    body {
        overflow-x: hidden;
    }
    #site-width {
        width: 90%;
    }
    .side {
        display: none;
    }
    #headerright {
        float: none;
        width: 100%;
        text-align: center;
    }
    #searchbtn {
        margin: 10px 0;
    }
    .righthead {
        float: left;
        width: 50%;
    }
    .julia {
        width: 100%;
        height: auto;
    }
    #headercontent {
        width: 100%;
        height: auto;
    }
    #textwrap {
        width: 100%;
    }
    h1 {
        font-size: 21px;
    }
    p {
        font-size: 14px;
        line-height: 24px;
    }
    #buttons {
        display: none;
    }
    .landing {
        width: 100%;
        margin: 1% auto;
        font-size: 14px;
    }
    .field {
        width: 95%;
    }
    .captchafield {
        width: 200px;
        margin: 0 auto;
    }
    .location {
        width: 100%;
        margin: 0 auto;
        margin-bottom: 10px;
    }
    .locations {
        display: block;
        width: 100%;
        text-align: left;
        margin-bottom: 3px;
    }
    .map {
        float: none;
        width: 100%;
    }
    .locationright {
        float: none;
        width: 100%;
    }
    .locationleft {
        float: none;
        width: 100%;
    }
    .invsearch {
        float: none;
        width: 100%;
    }
    .invwrap {
        float: none;
        width: 100%;
    }
    .pageleft {
        float: none;
        width: 100%;
    }
    .pageright {
        float: none;
        width: 100%;
    }
    .design img {
        width: 100%;
    }
    .employee {
        display: block;
        text-align: center;
    }
    .zoom-container {
        width: 50%;
    }
    .zoom-container .zoom-caption h4 {
        font-size: 14px;
    }
    .footerleft {
        float: none;
        width: 100%;
        margin: 0 auto;
    }
    .footerright {
        float: none;
        width: 100%;
        margin: 0 auto;
    }
    .weather {
        float: none;
        width: 160px;
        margin: 0 auto;
        text-align: center;
    }
    .divfooter {
        text-align: center;
        padding-top: 10px;
    }
    .searchform input.search-box {
        width: 60%;
        font-size: 12px;
        background: #fff;
        padding: 0px 5px 4px 8px;
    }
    .searchform .search-btn {
        float: left;
        width: 27%;
        font-size: 12px;
        padding: 6px 0px;
        margin: 2px 0 0 10px;
    }
    .locations img {
        margin: 35px 5px 0 5px;
        width: 30%;
    }
    .captchafield {
        width: 100%;
        margin: 0 auto;
    }
    #formpage input.button, #formpage input.button:focus {
        width: 100%;
        margin: 0 auto;
    }
    .btn {
        display: block;
        width: 100%;
    }
    .two {
        display: block;
        width: 100%;
        border-right: none;
    }
    .two_last {
        display: block;
        width: 100%;
        margin-left: 0;
    }
    .three_col {
        display: block;
        width: 100%;
    }
    .three_col img {
        width: 100%;
    }
}
@media screen and (max-width: 450px) {
    .righthead {
        width: 56%;
    }
    .massey {
        float: none;
        width: 100%;
    }
}