@import url('https://fonts.googleapis.com/css?family=Roboto+Slab:400,700');
@import url('https://fonts.googleapis.com/css?family=Oswald:400,600');
*:focus{
	outline: none;
}
html{
    height: 100%;
}
body, html{
    margin:0;
    padding:0;
	width:100%;
}
body {
	min-height: 75rem; /* Can be removed; just added for demo purposes */
	font-family: 'Open Sans', sans-serif;
	overflow-x:hidden;
}
body h1, body h2, body h3, body h4, body h5, body h6, body p{
    font-family: 'Open Sans', sans-serif;
}
body p{
    color: #464646;
    font-size: 18px;
    line-height: 32px;
}
body .button{
    background: #b50937;
    border-color: #b50937;
    padding: 10px 30px;
    border-radius: 30px;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
    font-size: 1rem;
}
body .button.submit-btn{
    padding: 5px 30px;
    display: block;
    margin: 0 auto;
    max-width: 200px;
    border-width: 0;
	cursor:pointer;
}
body .button:hover{
    text-decoration: none;
    background: #9d0830;
    border-color: #9d0830;
}
body .vert-padding{
    padding-top: 45px;
    /*padding-bottom: 45px;*/
}
body .min-vert-padding{
    padding-top: 30px;
    padding-bottom: 30px;
}
body .underline{
    position: relative;
}
body .underline:after{
    content: "";
    display: block;
    height: 1px;
    background-color: transparent;
    margin: 5px auto !important;
    width: 75%;
    border-radius: 2px;
    box-shadow: 0 -1px 0 rgba(0,0,0,0.1), 0 1px 0 rgba(255,255,255,0.6);
}
article, aside, dialog, figcaption, figure, footer, header, hgroup, main, nav, section {
    display: block;
}

header{
	display:block;
    padding: 0 0 0;
	position: -webkit-sticky;
    position: sticky;
    top: 0px;
    width: 100%;
    z-index: 998;
    background-color: rgba(255,255,255,1);
	box-shadow:1px 1px 3px rgba(0, 0, 0, 0.5) !important;
}
header.smaller{
    height: 52px;
    transition: all .55s ease-in-out;
    box-shadow:1px 1px 3px rgba(0, 0, 0, 0.5) !important;
}
header.smaller .main-nav{
	margin-top: 5px;
	margin-bottom: 0;
	transition: all .35s ease-in-out;
}
header.smaller .nav-row .ventrac-logo-hold img{
    max-height: 45px;
    transition: all .25s ease-in-out;
}
header.smaller .nav-row .dealer-link img{
    transition: all .25s ease-in-out;
    max-width: 200px;
    max-height: 45px;
}
header.smaller .dealer-contact{
	height: 0;
	opacity: 0;
	transition: all .35s ease-in-out;
}
header.smaller .dealer-contact ul li{
	opacity: 0;
	transition: all .35s ease-in-out;
}
header .main-nav{
	margin-top: 20px;
	padding-left: 0;
	transition: all .35s ease-in-out;
	display: table;
}
header .main-nav li{
	display: inline-block;
	float: left;
	display: table-cell;
	color: #464646;
	font-size: 1rem;
	padding: 0 5px;
	line-height: 2.15;
	font-weight: bold;
	text-transform: uppercase;
	position: relative;
	cursor: pointer;
}
header .main-nav li a{
	color: #464646;
	padding: 5px 20px;
	height: 100%;
	display: block;
}
header .main-nav li a.button{
	padding: 0px 20px;
	margin-top: 4px;
}
header .main-nav li a.button:hover{
	color: #fff !important;
}
header .main-nav li.active{
	color: #b50937 !important;
	border-bottom: none !important;
}
header .main-nav li.active a{
	color: #b50937 !important;
}
header .main-nav li ul{
	display: none;
}
header .main-nav li:hover a{
	text-decoration: none;
	color: #b50937 !important;
	transition: all .25s ease-in-out;
}
header .main-nav li:hover ul li a{
	color: #464646 !important;
	padding: 5px 15px;
	transition: all .25s ease-in-out;
}
header .main-nav li:hover ul li:hover{
	text-decoration: none;
	background: #b50937 !important;
	color: #fff !important;
	transition: all .25s ease-in-out;
}
header .main-nav li:hover ul li:hover a{
	text-decoration: none;
	color: #fff !important;
	transition: all .25s ease-in-out;
}
header .main-nav li:hover ul li{
	margin-bottom: 0;
	transition: all .25s ease-in-out;
}
header .main-nav li:hover ul{
	display: block;
	position: absolute;
}
header .main-nav .secondary-nav{
	position: absolute;
	left: 0;
	width: 225px;
	top: 100%;
	background: rgba(255,255,255,0.95);
	border-top: solid 1px rgba(0, 0, 0, .18);
	box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, .35);
	padding: 0;
}
header .main-nav .secondary-nav li{
	display: block;
	width: 100%;
	text-transform: none;
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 10px;
}
header .main-nav .secondary-nav li a{
	padding: 3px 50px 0 0;
}
header .main-nav .secondary-nav li a:hover{
	color: #b50937;
	transition: all .25s ease-in-out;
}
.about-section-container{
	position: relative;
	margin-top: 25px;
	overflow-y: hidden;
	overflow-x: hidden;
}
.about-section-container .about-bg-img{
	position: absolute;
	left: 0;
	top: -60px;
	min-width: 100%;
	height: auto;
	min-height: 100%;
	overflow-y: hidden;
	opacity: .85;
	z-index: -1;
	-webkit-filter: blur(5px) grayscale(1);
	-moz-filter: blur(5px) grayscale(1);
	-o-filter: blur(5px) grayscale(1);
	-ms-filter: blur(5px) grayscale(1);
	filter: blur(5px) grayscale(1);
}
.about-content-container .section-title{
	color: #353535;
}
.about-content-container{
	background-color: rgba(235,235,235,.65);
	padding: 60px 0;
}
.about-content-container .about-slider .slick-dots li button:before{
	font-size: 0;
}
.about-content-container .about-slider .slick-dots li.slick-active{
	background: #184271;
}
.about-content-container .about-slider .slick-dots li{
	height: 15px;
	width: 15px;
	border-radius: 50%;
	background: #646464;
	-webkit-box-shadow: 1px 2px 3px 0px rgba(0,0,0,0.35);
	-moz-box-shadow: 1px 2px 3px 0px rgba(0,0,0,0.35);
	box-shadow: 1px 2px 3px 0px rgba(0,0,0,0.35);
}
.about-section .about-content p{
	text-align: left;
	padding: 10px 20px 0 0;
	color: #353535 !important;
	font-weight: 600;
}
.about-section .about-image img{
	max-width: 100%;
	width: 100%;
	margin: 20px auto;
	-webkit-box-shadow: 1px 2px 3px 0px rgba(0,0,0,0.35);
	-moz-box-shadow: 1px 2px 3px 0px rgba(0,0,0,0.35);
	box-shadow: 1px 2px 3px 0px rgba(0,0,0,0.35);
}
.catalog-page{
	padding-bottom: 60px;
}
.catalog-page .form-title{
	font-size: 25px;
	color: #777;
	font-weight: bold;
	margin-top: 30px;
}
.catalog-page .contact-form{
	max-width: 650px;
}
.catalog-page .contact-form label{
	font-weight: bold;
	font-size: 14px;
}
.catalog-page .contact-form input[type=text], .catalog-page .contact-form input[type=email], .catalog-page .contact-form select{
	width: 100%;
    margin-bottom: 25px;
	color: #777;
    padding: 5px;
    border-radius: 5px;
    box-shadow: none;
    border-style: none;
    border: solid 1px #C4C4C4;
}
.catalog-page .contact-form textarea{
    width: 100%;
    margin-bottom: 10px;
    padding: 5px;
    min-height: 100px;
    border-radius: 5px;
    box-shadow: none;
    border-style: none;
    border: solid 1px #C4C4C4;
}
.catalog-page .contact-form input[type=radio]{
	width: auto;
	margin-bottom: 10px;
}
.catalog-page .button{
	float: left;
	margin-top: 20px;
}
.label-row .label-legend{
	text-align: center;
}
.label-row .label-legend li{
	display: inline-block;
	padding: 3px 10px;
	margin: 5px 10px;
	position: relative;
	background: #e8e8e8;
}
.label-row .label-legend li:before{
	content:"";
	position: absolute;
	top: 0;
	left: -10px;
	height: 100%;
	width: 15px;
}
.label-row .label-legend li.snow:before{
	background: #398ddd;
}
.label-row .label-legend li.soil:before{
	background: #684654;
}
.label-row .label-legend li.speciality:before{
	background: #d15d14;
}
.label-row .label-legend li.turf:before{
	background: #009845;
}

.page-title{
	color: #184271;
	text-transform: uppercase;
}
.page-title span{
	color: #b50937;
}
.nav-row .brand-logos {
    padding: 15px 0;
    max-width: 200px;
}
.nav-row .dealer-logo-container{
    height: 100%;
}
.nav-row .dealer-link img{
    max-height: 75px;
    max-width: 280px;
    transition: all .35s ease-in-out;
}
.nav-row .ventrac-logo-hold img{
    float: right;
    max-height: 75px;
    transition: all .35s ease-in-out;
}
ul.breadcrumbs{
    margin-left: 0;
    padding-left: 0;
    margin-bottom: 0;
}
ul.breadcrumbs li{
    display: inline-block;
    color: #999;
    font-size: 11px;
    text-decoration: none;
    font-weight: normal;
    padding: .5em;
    position: relative;
	opacity: 1;
	transition: all .35s ease-in-out;
}
ul.breadcrumbs li a{
    color: #999;
    text-decoration: none;
}
ul.breadcrumbs li:before{
    content: "  >  ";
    position: absolute;
    left: -6px;
}
ul.breadcrumbs li:first-child:before{
    content: "";
}
ul.breadcrumbs li:last-child{
    font-weight: bold;
}
.dealer-contact{
	background: #dfdfdf;
	padding: 5px 0;
	opacity: 1;
	transition: all .35s ease-in-out;
}
.dealer-contact h2{
	margin-bottom: 0;
}
.dealer-contact ul{
	margin-bottom: 0;
	padding-left: 0;
	text-align: left;
}
.dealer-contact ul li{
	display: inline-block;
	color: #184271;
	font-size: 16px;
	line-height: 20px;
	padding: 0 25px;
	position: relative;
}
.dealer-contact ul li:after{
	position: absolute;
	content: "";
	right: 0;
	height: 60%;
	top: 20%;
	width: 1px;
	background: #184271;
}
.dealer-contact ul li:last-child:after{
	background: none;
}
.dealer-contact ul li:first-child{
	padding-left: 0;
}
.dealer-contact ul li a{
	color: #184271;
	transition: all .35s ease-in-out;
}
.dealer-contact ul li a:after{
	content: "";
	position: absolute;
	bottom: -2px;
	height: 2px;
	left: 20%;
	width: 0%;
	background: #184271;
	transition: all .25s ease-in-out;
}
.dealer-contact ul li a:hover{
	text-decoration: none;
	transition: all .35s ease-in-out;
}
.dealer-contact ul li a:hover:after{
	width: 60%;
	transition: all .25s ease-in-out;
}
.homeslider-row{
	padding-top: 25px;
    margin-bottom: 0;
    border-bottom: solid 1px #fff;
	position: relative;
}
.homeslider-row .slider-container, .category-row .category-slider-container{
    max-width: 1400px;
    display: block;
    margin: 0 auto;
}
.homeslider-row .slide-content img{
    width: 100%;
}
.homeslider-row .slide-content{
    position: relative;
}
.homeslider-row .slide-content .slide-bg-image{
	opacity: .85;
	z-index: -1;
	-webkit-filter: blur(5px) grayscale(1);
	-moz-filter: blur(5px) grayscale(1);
	-o-filter: blur(5px) grayscale(1);
	-ms-filter: blur(5px) grayscale(1);
	filter: blur(5px) grayscale(1);
}
.homeslider-row .slide-content .slide-title{
    position: absolute;
    left: 0;
    bottom: 15px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 25px;
    padding: 15px 50px;
    background: rgba(24,66,113, .75);
    color: #fff;
    margin-bottom: 0;
}
.homeslider-row .slick-prev, .homeslider-row .slick-next{
	height: 100px;
	width: 55px;
	transition: all .25s ease-in-out;
}
.homeslider-row .slick-prev:hover, .homeslider-row .slick-next:hover{
	background: rgba(24,66,113,.55);
	transition: all .25s ease-in-out;
}
.homeslider-row .slick-prev,.error-slider .slick-prev{
    left: 0;
    z-index: 996;
	border-radius: 0 8px 8px 0;
}
.homeslider-row .slick-prev:before, .error-slider .slick-prev:before{
    content: "\f104";
    font-family: 'fontAwesome' !important;
    font-size: 55px;
}
.homeslider-row .slick-next:before, .error-slider .slick-next:before{
    content: "\f105";
    font-family: 'fontAwesome' !important;
    font-size: 55px;
}
.homeslider-row .slick-next, .error-slider .slick-next{
    right: 0;
	border-radius: 8px 0 0 8px;
}
.homeslider-row .slick-next:before, .homeslider-row .slick-prev:before, .error-slider .slick-next:before, .error-slider .slick-prev:before{
    color: #fff;
}
.category-row .category-container{
    padding: 0;
    margin-bottom: 20px;
}
.category-row .category-container.slick-current .img-container h3{
    background: #184271;
    opacity: 1;
}
.category-row .category-container .img-container img{
    max-width: 100%;
    width: 100%;
}
.category-row .category-container .img-container{
    position: relative;
}
.category-row .category-container .img-container h3{
    position: absolute;
    background: rgba(127, 127, 127, .8);
    width: 100%;
    bottom: 0;
    left: 0;
    padding: 10px 15px;
    margin-bottom: 0;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    font-size: 19px;
    line-height: 23px;
    opacity: .85;
    transition: all .45s ease-in-out;
    text-shadow: 0px 0px 2px rgba(150, 150, 150, .65);
}
.category-row .category-container .img-container h3 a{
	color: #fff;
	text-decoration: none;
}
.category-row .category-container .img-container h3 a:hover{
	text-decoration: none;
}
.category-row .category-container .img-container .mobile-screen-cat{
    display: none;
}
.category-row .category-container .img-container:hover img{
    opacity: .85;
    transition: all .15s linear;
}
.category-row .category-container .img-container:hover h3{
    text-shadow: 0px 0px 2px rgba(150, 150, 150, .85);
    opacity: 1;
    transition: all .45s ease-in-out;
    background: #184271;
}
.cat-slider .slick-slide{
    max-height: 500px;
    overflow-y: hidden;
}
.cat-slider .slick-prev{
    left: 25px;
    z-index: 9998;
}
.cat-slider .slick-prev:before{
    content: "\f104";
    font-family: 'fontAwesome' !important;
    font-size: 55px;
}
.cat-slider .slick-next:before{
    content: "\f105";
    font-family: 'fontAwesome' !important;
    font-size: 55px;
}
.cat-slider .slick-next{
    right: 25px;
}
.cat-slider .slick-next:before, .cat-slider .slick-prev:before{
    color: #fff;
}
.cat-slider .slick-prev{
	left: 0;
	border-radius: 0 8px 8px 0;
}
.cat-slider .slick-next{
	right: 0;
	border-radius: 8px 0 0 8px;
}
.cat-slider .slick-prev, .cat-slider .slick-next{
	height: 100px;
	width: 55px;
	transition: all .25s ease-in-out;
}
.cat-slider .slick-prev:hover, .cat-slider .slick-next:hover{
	background: rgba(24,66,113,.55);
	transition: all .25s ease-in-out;
}
.form-row{
    padding: 15px 0 30px;
}
.row .button-hold{
    text-align: center;
}
.form-row h2, .form-hold h2,.section-title, .dealer-page .dealer-container h1.section-title a{
    font-size: 30px;
    color: #7f7f7f;
	transition: all .25s ease-in-out;
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
    line-height: 36px;
    margin-bottom: 15px;
}
.dealer-location-img{
	opacity: 1;
	-webkit-backface-visibility: hidden;
	transition: all .25s ease-in-out;
}
.dealer-location-img:hover{
	opacity: .85;
	-webkit-backface-visibility: hidden;
	transition: all .25s ease-in-out;
}
 .dealer-page .dealer-container h1.section-title a:hover{
	 color: #b50937;
	 text-decoration: none;
	 transition: all .25s ease-in-out;
 }
 .dealer-page .dealer-container .dealer-info .dealership-listing{
	 text-align: left;
 }
  .dealer-page .dealer-container .dealer-info .dealership-listing .fa{
	  float: left;
	  margin-right: 15px;
	  margin-left: 30px;
	  height: 125px;
	  padding-top: 2px;
	  font-size: 34px;
  }
.form-hold input{
    width: 100%;
    margin-bottom: 10px;
    padding: 5px;
    border-radius: 5px;
    box-shadow: none;
    border-style: none;
    border: solid 1px #e8e8e8;
}
.form-hold textarea{
    width: 100%;
    margin-bottom: 10px;
    padding: 5px;
    min-height: 200px;
    border-radius: 5px;
    box-shadow: none;
    border-style: none;
    border: solid 1px #e8e8e8;
}
.form-hold .button{
    display: inline-block;
    text-align: center;
}

.video-container{
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}
.video-container iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.hero-container img{
    width: 100%;
}
.highlights-row{
    background: #184271;
    padding: 0 0 60px 0;
    color: #fff;
    text-align: center;
	margin-top: 0;
}
.highlights-row .icon-hold{
    display: block;
    border-radius: 50%;
    padding: 22px 0;
    height: 87px;
    width: 87px;
    margin: -40px auto 25px;
    background: #fff;
    border: solid 4px #2a73c5;
}

.highlights-row h4 a{
	color: #fff;
}
.highlights-row h4 a:hover{
	color: #efefef;
	text-decoration: none;
}
.highlights-row .icon-hold .fa{
    color: #184271;
    font-size: 38px;
}
.highlights-row p{
    color: #fff;
}
.highlights-row h4{
    text-transform: uppercase;
    margin-bottom: 25px;
}
.highlights-row .button-hold{
    margin-top: 50px;
}
.dealer-page .dealer-container{
    background: #EBEBEB;
    padding: 20px;
}
.dealer-page .dealer-container .dealer-info h2{
    text-transform: uppercase;
    font-weight: bold;
    color: #7F7F7F;
    font-size: 18px;
    line-height: 27px;
    text-align: center;
    margin-bottom: 0;
}
.dealer-page .dealer-container .dealer-info p{
    color: #7F7F7F;
    font-size: 18px;
    line-height: 27px;
    text-align: center;
}
.dealer-page .dealer-container .dealer-info a{
    color: #7F7F7F;
    font-size: 18px;
    line-height: 27px;
    text-align: center;
}
.dealer-page .dealer-container .dealer-info a.contact-links{
	font-size: 14px;
    line-height: 26px;
}
.dealer-page .dealer-container .dealer-info a:hover{
    color: #282C34;
	text-decoration: none;
	transition: all .25s ease-in-out;
}
.dealer-page .dealer-container .dealer-info img{
    display: block;
    margin: 0 auto 20px;
    max-width: 100%;
}
.dealer-page .dealer-container .dealer-map #map_canvas{
    margin-top: 0;
    -webkit-box-shadow: 0px 0px 8px -3px rgba(0,0,0,0.81);
    -moz-box-shadow: 0px 0px 8px -3px rgba(0,0,0,0.81);
    box-shadow: 0px 0px 8px -3px rgba(0,0,0,0.81);
}
.dealer-page .brand-slider{
    padding: 15px 65px;
    margin-bottom: 0;
}
.dealer-page .brand-slider .slick-slide{
    position: relative;
    display: block;
    padding: 25px;
    text-align: center;
    height: 100px;
}
.dealer-page .brand-slider .slick-slide img{
    display: block;
    margin: auto;
    max-width: 85%;
    max-height: 90%;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}
.dealer-page .brand-slider .slick-prev{
    left: -25px;
    z-index: 9998;
}
.dealer-page .brand-slider .slick-prev:before{
    content: "\f104";
    font-family: 'fontAwesome' !important;
    font-size: 55px;
}
.dealer-page .brand-slider .slick-next:before{
    content: "\f105";
    font-family: 'fontAwesome' !important;
    font-size: 55px;
}
.dealer-page .brand-slider .slick-next{
    right: -25px;
}
.dealer-page .brand-slider .slick-next:before, .dealer-page .brand-slider .slick-prev:before{
    color: #7F7F7F;
}
.dealer-page .brand-slider .slick-next, .dealer-page .brand-slider .slick-prev{
    top: 37%;
}
.dealer-page .map-title{
    text-align: center;
    font-size: 22px;
    padding-top: 10px;
}
.dealer-page .map-address{
    color: #7F7F7F;
    font-size: 15px;
    line-height: 22px;
    text-align: center;
}
.home-testimonials{
    padding: 0px 0px 100px 0px;
}
.testimonial-slider{
    max-width: 650px;
    display: block;
    margin: 0 auto;
}
.testimonial-slider .img-container img{
    border-radius: 50%;
}
.testimonial-slider .testimonial-container{
    padding-top: 15px;
    padding-bottom: 15px;
}
.testimonial-slider .testimonial-content{
    position: relative;
}
.testimonial-slider .testimonial-content p{
    margin-bottom: 0;
}
.testimonial-slider  .testimonial-content .fa-quote-left,.testimonial-slider  .testimonial-content .fa-quote-right {
    color: #EBEBEB;
    font-size: 26px;
}
.testimonial-slider  .testimonial-content .fa-quote-left{
    position: absolute;
    left: -15px;
    z-index: -1;
}
.testimonial-slider  .testimonial-content .fa-quote-right{
    position: absolute;
    right: 15px;
    z-index: -1;
    bottom: 15px;
}
.testimonial-slider .slick-prev{
    left: -75px;
    z-index: 9998;
}
.testimonial-slider .slick-prev:before{
    content: "\f104";
    font-family: 'fontAwesome' !important;
    font-size: 55px;
}
.testimonial-slider .slick-next:before{
    content: "\f105";
    font-family: 'fontAwesome' !important;
    font-size: 55px;
}
.testimonial-slider .slick-next{
    right: -75px;
}
.testimonial-slider .slick-next:before, .testimonial-slider .slick-prev:before{
    color: #7F7F7F;
}
.testimonial-slider .slick-next, .testimonial-slider .slick-prev{
    top: 37%;
}
.testimonial-slider .customer-title{
    font-weight: bold;
    font-size: 20px;
    color: #184271;
}
.testimonials h2{
    text-align: center;
}
.success{
    text-align: center;
}
.error-page .error-slider img{
    display: block;
    margin: 0 auto;
    max-width: 100%;
}
.error-page .page-title{
    color: #184271;
    text-align: left;
    font-weight: bold;
    text-transform: uppercase;
}
.error-page .page-title span{
    color: #b50937;
}
.error-page .error-details h2{
    text-align: left;
}
footer p {
  margin-bottom: .25rem;
  color: #fff;
}
footer{
    background: #184271;
    color: #fff;
    border-top: solid 1px #305277;
    padding: 15px 0;
}
footer .copyright{
    font-size: 12px;
    line-height: 14px;
    margin-bottom: 0;
}
footer .social-icons{
    text-align: right;
    padding-left: 0;
    margin-bottom: 0;
}
footer .social-icons li{
    display: inline-block;
    margin-left: 5px;
    text-align: center;
}
footer .social-icons li .fa{
    color: #fff;
    font-size: 25px;
}
footer .social-icons li:hover .fa{
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(3-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    transition: all .45s ease-in-out;
}
footer .social-icons li .icon-hold{
    height: 50px;
    width: 50px;
    padding: 12px;
    border-radius: 50%;
}
footer .social-icons li.facebook .icon-hold{
    background: #4C76BE;
}
footer .social-icons li.twitter .icon-hold{
    background: #67a8c3;
}
footer .social-icons li.youtube .icon-hold{
    background: #FD3832;
}
footer .social-icons li.instagram .icon-hold{
    background: #7C5641;
}
.dealer-page .brand-slider .brands-mobile{
    display: none;
}
.slicknav_menu {
	display:none;
}
.slicknav_nav li{
	font-size: 16px;
}
.snippet-container .section-title{
	padding-top: 20px;
}
.form-hold{
	background-size: cover;
	background-position: center;
	border-radius: 6px;
}
.form-container{
	background-color: #E8E8E8;
	padding: 20px 40px;
	border-radius: 6px;
}
.form-hold .button.submit-btn{
	background: #b50937;
	padding: 0 30px;
	color: #fff;
	border: solid 3px #b50937 !important;
	transition: all .35s ease-in-out;
}
.form-hold .button.submit-btn:hover{
	background: #9d0830;
	color: #fff;
	border: solid 3px #9d0830 !important;
	transition: all .35s ease-in-out;
}
.form-hold h2{
	color: #b50937;
}
.form-hold h2:after{
	box-shadow: none;
}
.home-snippets-content p{
	text-align: center;
	padding: 10px 80px;
}
.attachment-row .specs-container .title-row h3{
    font-size: 22px;
}
.attachment-row .specs-content h4{
    font-size: 18px;
}
.attachment-row .specs-container .specs-content .specs-table-container tr td{
    font-size: 15px;
    line-height: 16px;
}
.attachment-row .specs-container .specs-content .specs-table-container tr td:nth-child(2){
    font-size: 13px;
    line-height: 16px;
}
.attachment-row .specs-content .fa-ul li{
    font-size: 15px;
    line-height: 21px;
    margin-bottom: 6px;
}
.attachment-row .specs-container .specs-table{
	margin-top: 5px;
}
.attachment-row{
    padding-top: 40px;
    padding-bottom: 40px;
}
.attachment-row table tbody{
    background-color: #E8E8E8;
    border: none;
}
.attachment-row.odd{
    background: #E8E8E8;
}
.attachment-row .attachment-slider .slick-dots li{
	height: 18px;
	width: 18px;
	border-radius: 50%;
	background: rgba(24, 66, 113, .65);
}
.attachment-row .attachment-slider .slick-dots li.slick-active{
	background: rgba(24, 66, 113, .95);
}
.attachment-row .slider-for-styles img{
	max-height: 365px;
	width: auto;
	display: block;
	margin: 0 auto 20px;
}
.attachment-row .slider-nav-styles img{
	opacity: .75;
	max-height: 69px;
	width: auto;
	display: block;
	margin: 0 auto;
	border: solid 3px #e8e8e8;
	transition: all .35s ease-in-out;
}
.attachment-row .slider-nav-styles .slick-prev{
    left: 10px !important;
    z-index: 99;
	background-size: 100% !important;
	background-repeat: no-repeat !important;
	background: url('/images/site-assets/prev.png') center;
}
.attachment-row .slider-nav-styles .slick-prev:before{
    content: "";
    font-family: 'fontAwesome' !important;
    font-size: 0;
	text-shadow: 1px 1px 7px rgba(0, 0, 0, 1);
}
.attachment-row .slider-nav-styles .slick-next:before{
    content: "";
    font-family: 'fontAwesome' !important;
    font-size: 0;
	text-shadow: 1px 1px 7px rgba(0, 0, 0, 1);
}
.attachment-row .slider-nav-styles{
	padding: 0 50px;
}
.attachment-row .slider-nav-styles .slick-next{
    right: 10px !important;
	background-size: 100% !important;
	background-repeat: no-repeat !important;
	background: url('/images/site-assets/next.png') center;
}
.attachment-row .slider-nav-styles .slick-next, .attachment-row .slider-nav-styles .slick-prev{
    color: #fff;
    top: 50% !important;
	width: 40px !important;
	height: 40px !important;
}
.attachment-row .slider-nav-styles .slick-next:before, .attachment-row .slider-nav-styles .slick-prev:before{
    color: #fff;
}

.attachment-row.even .slider-nav-styles img{
	border: solid 3px #fff;
}

.attachment-row .slider-nav-styles .slide-content{
	padding: 5px;
}
.attachment-row .slider-nav-styles .slick-current img{
	opacity: 1;
	border: solid 3px #b50937;
	transition: all .35s ease-in-out;
	/*-webkit-box-shadow: 2px 2px 2px 0px rgba(0,0,0,0.35);
	-moz-box-shadow: 2px 2px 2px 0px rgba(0,0,0,0.35);
	box-shadow: 2px 2px 2px 0px rgba(0,0,0,0.35);*/
}
.attachment-row .attachment-slider .slick-dots button:before{
	font-size: 0;
}
.attachment-row .attachment-slider .slick-prev{
    left: 25px;
    z-index: 9999;
}
.attachment-row .attachment-slider .slick-prev:before{
    content: '/images/site-assets/next.png';
    font-family: 'fontAwesome' !important;
    font-size: 55px;
	text-shadow: 1px 1px 7px rgba(0, 0, 0, 1);
}
.attachment-row .attachment-slider .slick-next:before{
    content: "\f105";
    font-family: 'fontAwesome' !important;
    font-size: 55px;
	text-shadow: 1px 1px 7px rgba(0, 0, 0, 1);
}
.attachment-row .attachment-slider .slick-next{
    right: 25px;
}
.attachment-row .attachment-slider .slick-next, .attachment-row .attachment-slider .slick-prev{
    color: #fff;
    top: 42%;
}
.attachment-row .attachment-slider .slick-next:before, .attachment-row .attachment-slider .slick-prev:before{
    color: #fff;
}
.attachment-row .attachment-slider img{
	filter: drop-shadow(2px 2px 5px rgba(0,0,0,.35));
}
.attachment-row .action-button{
	margin-top: 20px;
	margin-bottom: 0;
}

.attachment-row.odd .specs-container{
    background: #fff;
}
.attachment-row .specs-container{
    background: #E8E8E8;
    border-radius: 0 0 5px 5px;
}
.attachment-row .specs-container .title-row{
    background: #b50937;
    padding: 10px 15px;
    border-radius: 5px 5px 0 0;
}
.attachment-row .specs-container .title-row h3{
    text-align: center;
    color: #fff;
    font-weight: 900;
    text-transform: uppercase;
    margin-bottom: 0;
    font-size: 22px;
}
.attachment-row .specs-container .title-row h3.product-title span{
    text-align: center;
    color: #fff;
    font-weight: 900;
    font-style: italic;
    text-transform: uppercase;
    margin-bottom: 0;
    font-size: 20px;
}
ul.sortandshuffle{
	text-align: center;
}
ul.sortandshuffle li{
	text-align: center;
	display: inline-block;
	padding: 3px 20px;
	border: solid 1px #868e96;
}
ul.simplefilter{
	text-align: center;
}
ul.simplefilter li{
	display: inline-block;
	text-align: center;
	padding: 7px 15px;
	background: #646464;
	color: #fff;
	font-weight: 600;
	transition: all .25s ease-in-out;
	cursor:pointer;
}
ul.simplefilter li:hover{
	background: #747474;
	transition: all .25s ease-in-out;
}
ul.simplefilter li.turf{
	background: #009845;
}
ul.simplefilter li.turf:hover{
	background: rgba(0,152,69, .85);
}
ul.simplefilter li.snow{
	background: #398ddd;
}
ul.simplefilter li.snow:hover{
	background: rgba(58,141,221, .85);
}
ul.simplefilter li.soil{
	background: #684654;
}
ul.simplefilter li.soil:hover{
	background: rgba(104,71,53, .85);
}
ul.simplefilter li.specialty{
	background: #d15d14;
}
ul.simplefilter li.specialty:hover{
	background: rgba(209,94,20, .85);
}
.attachment-row .specs-container .title-row h3.small{
	font-size: 18px !important;
}
.attachment-row .specs-container .title-row h3.product-title.small span{
	font-size: 15px !important;
}
.attachment-row .specs-container .specs-content{
    padding: 20px 25px;
}
.attachment-row .specs-container .specs-content .specs-table-container{
    padding: 10px 5;
}
.attachment-row .slider-nav .slick-current img {
    opacity: 1;
    border: solid 3px #b50937;
    transition: all .35s ease-in-out;
}
.attachment-row .specs-container .specs-content .specs-table-container h3.model-number{
	color: #184271;
	font-weight: 900;
	font-size: 20px;
	margin-bottom: 0;
	font-style: italic;
}
.attachment-row .specs-container .specs-content .specs-table-container .model-slider .slick-dots{
	bottom: -15px;
}
.attachment-row .specs-container .specs-content .specs-table-container .model-slider .slick-dots li button:before{
	font-size: 0;
}
.attachment-row .specs-container .specs-content .specs-table-container .model-slider .slick-dots li.slick-active{
	background: #184271;
}
.attachment-row .specs-container .specs-content .specs-table-container .model-slider .slick-dots li{
	height: 12px;
	width: 12px;
	border-radius: 50%;
	background: #646464;
	margin: 0 15px;
	padding: 2px;
}
.attachment-row .specs-container .specs-content .specs-table-container tr:nth-child(odd){
    background: #fff;
}
.attachment-row .specs-container .specs-content .specs-table-container tr:nth-child(even){
    background: #E8E8E8;
}
.attachment-row .specs-container .specs-content .specs-table-container tr td{
    padding: 5px;
    line-height: 20px;
    color: #646464;
    font-weight: 400;
}
.attachment-row .specs-container table{
    margin-bottom: 20px;
    width: 100%;
}
.attachment-row .specs-table .attachment-title{
    background: #646464 !important;
}
.attachment-row .specs-table .attachment-title td{
    color: #fff !important;
}
.attachment-row .specs-container .specs-content
.recommended{
    background: #184271;
}
.attachment-row .specs-content h4{
    text-align: left;
    color: #b50937;
    text-transform: uppercase;
    font-weight: 600;
}
.attachment-row .specs-content ul.fa-ul{
    padding-left: 0;
    margin-left: 30px;
}
.attachment-row .specs-content .fa-ul li{
    color: #646464;
}
.tabs UL.horizontal{
	padding-left: 0;
}
.slider-container{
	position: relative;
}
.slider-container .page-nav{
	position: absolute;
	width: 100%;
	bottom: 0;
	left: 0;
	text-align: center;
	color: rgba(255, 255, 255, .75);
	transition: all .35s ease-in-out;
	font-size: 165px;
}
.slider-container .page-nav a{
	opacity: .85;
	transition: all .35s ease-in-out;
}
.slider-container .page-nav img{
	max-width: 150px;
}
.slider-container .page-nav .arrow-container{
	position: relative;
	max-height: 185px;
}
.slider-container .page-nav .arrow-container .fa{
	position: absolute;
	bottom: -45px;
	text-shadow: 3px 2px 12px rgba(0, 0, 0, 0.25);
}
.slider-container .page-nav .arrow-container a:hover{
	opacity: 1;
	transition: all .35s ease-in-out;
}
.slick-initialized .slick-slide{
    outline: 0 !important;
}

.attachment-list .attachment-slider .slick-prev{
    left: -60px;
    z-index: 99;
	background-size: 100% !important;
	background-repeat: no-repeat !important;
	background: url('/images/prev.png') center;
}
.attachment-list .attachment-slider .slick-prev:before{
    font-size: 0;
}
.attachment-list .attachment-slider .slick-next:before{
    content: "";
    font-family: 'fontAwesome' !important;
    font-size: 0;
}
.attachment-list .attachment-slider .slick-next{
	background-size: 100% !important;
	background-repeat: no-repeat !important;
	background: url('/images/next.png') center;
	right: -60px;
}
.attachment-list .attachment-slider .slick-next, .attachment-list .attachment-slider .slick-prev{
    color: #fff;
    top: 40%;
	width: 60px;
	height: 60px;
}
.attachment-list .attachment-slider .slick-next:before, .attachment-list .attachment-slider .slick-prev:before{
    color: #fff;
}
.slick-slide .button img{
	float: right;
	position: relative;
	top: 5px;
}
.attachment-page .attachment-container .attachment-row .specs-container{
	position: relative;
}
.attachment-page .attachment-container .attachment-row .specs-container:before{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 6px;
	height: 100%;
	border-radius: 6px 0 0 6px;
}
.attachment-page .sort-row{
	background: #e8e8e8;
	padding-top: 45px;
	margin-top: 25px;
}
.attachment-page .attachment-container .attachment-row.turf .specs-container .title-row{
	border-top: solid 4px  #009845;
}
.attachment-page .attachment-container .attachment-row.snow .specs-container .title-row{
	border-top: solid 4px  #398ddd;
}
.attachment-page .attachment-container .attachment-row.soil .specs-container .title-row{
	border-top: solid 4px  #684654;
}
.attachment-page .attachment-container .attachment-row.specialty .specs-container .title-row{
	border-top: solid 4px  #d15d14;
}
.attachment-page .attachment-container .attachment-row .specs-container .title-row{
	background: #848484;
}
/*
.attachment-page .attachment-container .attachment-row.turf .specs-container:before{
	background: #009845;
}
.attachment-page .attachment-container .attachment-row.snow .specs-container:before{
	background: #398ddd;
}
.attachment-page .attachment-container .attachment-row.soil .specs-container:before{
	background: #684654;
}
.attachment-page .attachment-container .attachment-row.specialty .specs-container:before{
	background: #d15d14;
}
.attachment-page .attachment-container .attachment-row .specs-container .title-row{
	background: #646464;
}*/
.attachment-page .attachment-container .attachment-row.tractor-section .container:before,.attachment-page .attachment-container .attachment-row.tractor-section .container:after{
	box-shadow: none;
}
.attachment-page .attachment-container .attachment-row{
	padding-top: 60px;
	padding-bottom: 60px;
}
.attachment-page .attachment-container .attachment-row:nth-child(1) .container:after,.attachment-page .attachment-container .attachment-row:last-child .container:after, .attachment-page .attachment-container .attachment-row:last-child .container:before {
	box-shadow: none;
}
.attachment-page .attachment-container  .container{
	position: relative;
}
.attachment-page .attachment-container .attachment-row .container:before{
	content: "";
	position: absolute;
	left: 0;
	bottom: -60px;
	height: 1px;
	width: 100%;
	box-shadow: 0 -1px 0 rgba(0,0,0,0.1), 0 1px 0 rgba(255,255,255,0.6);
}
.attachment-page .attachment-container .attachment-row .container:after{
	content: "";
	position: absolute;
	left: 0;
	top: -60px;
	height: 1px;
	width: 100%;
	box-shadow: 0 -1px 0 rgba(0,0,0,0.1), 0 1px 0 rgba(255,255,255,0.6);
}
.attachment-list-title{
	margin-top: 50px;
}
.attachment-slider-container.interior{
	padding-bottom: 100px;
}
.attachment-container .attachment-row:last-child{
	padding-bottom: 150px;
}
/*.attachment-container .attachment-row.odd:first-child {
    background: #fff;
}*/
.attachment-container .attachment-row.tractor-section .specs-container {
    background: #e8e8e8;
}
/*.attachment-container .attachment-row.odd:nth-child(odd) .specs-container {
    background: #e8e8e8;
}*/
.row.brands-container.vert-padding{
	padding-bottom: 100px;
}
.slick-slide .button, .attachment-container .button{
	border: none !important;
	padding: 5px 36px;
}
.mfp{
	max-width: 1200px;
}
.mfp-iframe-scaler iframe{
	position:fixed;
	top:50%;
	left:50%;
	height:563px;
	margin-left:-500px;
	margin-top:-300px;
	width:1000px;
}
.mfp-iframe-holder .mfp-close{
	width: 44px !important;
	border-radius: 50%;
	background: #b50937 !important;
	font-size: 52px;
	border: solid 2px #fff;
	text-align: center;
	padding-right: 0;
	opacity: .95;
	position: fixed;
	top: 125px;
	right: 60px;
}
.profit .profit-caption{
	font-size: 80px;
	line-height: 76px;
	color: #184271;
	text-transform: uppercase;
	font-weight: bold;
}
.profit .profit-caption span{
	color: #b50937;
}
.profit .quote-row.odd{
	background: #e8e8e8;
	border-radius: 18px 0 0 18px;
}
.profit .quote-row.even{
	background: #e8e8e8;
	border-radius:0 18px 18px 0;
	margin-top: 25px;
}
.profit .quote-row .quote-container{
	padding-right: 0;
}
.profit .quote-row.even .quote-container{
	padding-right: 0;
}
.profit .quote-row .quote{
	text-align: right;
	padding: 15px 20px 0;
	font-size: 28px;
	font-weight: bold;
	font-style: italic;
	color: #184271;
}
.profit .quote-row .quote-name{
	text-align: right;
	padding: 10px 20px 0;
	font-size: 16px;
	font-weight: bold;
	color: #b50937;
}
.profit .quote-row .quote-name span{
	color: #184271;
	text-transform: uppercase;
}
.profit .quote-row .image-container{
	padding: 0;
}
.profit .top-five .title{
	color: #184271;
	text-transform: uppercase;
	font-size: 50px;
	margin-bottom: 20px;
	margin-top: 60px;
}
.profit .top-five .title span{
	color: #b50937;
	text-transform: uppercase;
	font-weight: bold;
	font-style: italic;
}
.profit-attachment{
	background: #e8e8e8;
	margin-bottom: 25px;
}
.profit-attachment.even .benefits .attachment-studio{
	float: right;
}
.profit-attachment .benefits{
	padding: 0;
}
.profit-attachment .image-container{
	padding: 0;
}
.profit-attachment .benefits .attachment-name{
	font-size: 32px;
	font-weight: bold;
	background: #184271;
	color: #fff;
	padding: 6px 20px;
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 10px;
}
.profit-attachment .benefits ul{
	color: #184271;
	font-weight: bold;
	font-size: 18px;
	line-height: 18px;
}
.profit-attachment .benefits ul li{
	margin-bottom: 10px;
}
.profit-attachment .benefits .attachment-studio{
	max-height: 140px;
}
.tractor-page .tractor-header{
	position: relative;
    background: url(https://cdn.venturepro.com/images/ventrac/resources/4500-header-1.jpg) no-repeat center / cover;
    background-position: top center;
    max-height: 575px;
    height: 575px;
    position: relative;
}
.tractor-page .tractor-header.ssv{
	background: url('https://cdn.venturepro.com/images/ventrac/resources/ssv-header-image.jpg') no-repeat center / cover;
}
.tractor-page .tractor-header:before{
	content: "";
    position: absolute;
    height: 40px;
    left: 0;
    top: 0;
    width: 1070px;
    z-index: 0;
    background: url(https://cdn.venturepro.com/images/ventrac/resources/red-stripe.png) left bottom;
    background-repeat: repeat-x;
    background-size: 85% 100%;
}
.tractor-page .tractor-header h2.tractor-heading{
	position: absolute;
    color: #184271;
    top: 35px;
    font-size: 65px;
    font-family: 'Roboto Slab', serif;
    font-weight: 700;
	text-transform: uppercase;
    margin: 0 0 20px;
}
@media screen and (max-width: 1024px){
	header .main-nav li{
		padding: 0 10px;
	}
	header .main-nav li{
		padding: 0;
	}

}
@media screen and (max-width: 990px) and (min-width:700px) {
	header .main-nav li{
		font-size: .75rem;
	}
	header .main-nav li a.button{
		font-size: .75rem;
		padding: 0 10px;
		margin-top: 4px;
	}
	.nav-row .dealer-link img{
		max-width: 225px;
	}
}
@media screen and (max-width: 768px) {
	/* #menu is the original menu */
	html{
		overflow-x: hidden;
	}
	body{
		padding-top: 55px;
		overflow-x: hidden;
		max-width: 100%;
	}
	header{
		display: none;
	}
	#menu {
		display:none;
	}
	.logo{
		float: left;
		width: 85%;
	}
	.logo .dealer-link img{
		max-width:100px;
		margin-top: 10px;
		margin-left: 10px;
	}
	.ventrac-logo img{
		display: none;
	}
	.slicknav_menu {
		display:block;
		position: fixed;
		background: #fff;
		top: 0;
		left: 0;
		max-width: 100%;
		overflow-x: hidden;
		width: 100%;
		z-index: 999;
		box-shadow:1px 1px 3px rgba(0, 0, 0, 0.5);
	}
	.slicknav_menu .slicknav_menutxt{
		display: none;
	}
	.slicknav_menu .slicknav_icon{
		margin: 5px 3px;
	}
	.slicknav_menu .slicknav_icon-bar{
		background: #184271;
	}
	.slicknav_btn{
		background-color: #fff;
	}
	.slicknav_menu .slicknav_icon-bar{
		width: 30px;
		height: 4px;
		margin-bottom: 4px;
	}
	.slicknav_nav a{
		color: #464646;
	}
	.slicknav_nav .button{
		text-align: center;
		max-width: 350px;
		float: left;
	}
	.home-snippets-content p{
		padding: 10px 20px;
	}
	.attachment-slider-container .container{
		padding-left: 0;
		padding-right: 0;
	}
	.attachment-row .slider-for-styles img{
		max-height: 200px;
	}
	.attachment-row .slider-nav-styles{
		padding: 0;
	}
	.attachment-row .slider-nav-styles img{
		max-height: 50px;
	}
	.attachment-slider-container{
		padding: 22px;
	}
	.attachment-row .specs-container .title-row{
		padding: 7px 15px;
	}
	.attachment-row .specs-container .title-row h3{
		font-size: 18px;
	}
	.attachment-row .specs-container .title-row h3.product-title span{
		font-size: 16px;
	}
	.attachment-row .specs-container .specs-content .specs-table-container tr td{
		font-size: 13px;
		line-height: 17px;
	}
	.attachment-row .specs-content .fa-ul li{
		font-size: 13px;
		line-height: 18px;
	}
	.attachment-row{
		padding-top: 20px;
		padding-bottom: 20px;
	}
	.attachment-list .attachment-slider .slick-next, .attachment-list .attachment-slider .slick-prev{
		width: 40px;
		height: 40px;
		top: 15%;
	}
	.attachment-list .attachment-slider .slick-prev{
		left: -45px;
	}
	.attachment-list .attachment-slider .slick-next{
		right: -45px;
	}
	.slider-nav-styles.slider-nav-kv552.slick-initialized.slick-slider .slick-prev, .slider-nav-styles.slider-nav-kv552.slick-initialized.slick-slider .slick-next{
		display: none !important;
	}
	.attachment-row .action-button{
		margin-bottom: 15px;
	}
	.mfp-iframe-scaler iframe{
		height: 215px;
		margin-top: -150px;
	}
	.mfp-iframe-holder .mfp-close{
		top: 200px;
		right: 20px;
		font-size: 32px;
		width: 35px !important;
		height: 35px !important;
		line-height: 35px;
	}
    .highlights-row .highlight-container.first .icon-hold{
        margin: -43px auto 35px;
    }
    .highlights-row .highlight-container{
        margin-bottom: 30px;
    }
    .highlights-row .highlight-container .icon-hold{
        margin: 30px auto 15px;
    }
    .highlights-row p{
        padding: 0 30px;
        margin-bottom: 15px;
    }
    .highlights-row h4{
        margin-bottom: 15px;
    }
    .highlights-row .button-hold{
        margin-top: 20px;
    }
    footer .copyright{
        text-align: center;
    }
    footer .social-icons{
     	text-align: center;
     	margin-top: 20px;
    }
	.profit .profit-caption{
		font-size: 30px;
		line-height: 30px;
	}
	.profit .quote-row .quote{
		font-size: 20px;
		line-height: 24px;
		margin-bottom: 0;
	}
	.profit .quote-row .quote-name{
		font-size: 14px;
		line-height: 18px;
		margin-bottom: 5px;
	}
	.profit .quote-row.odd{
		border-radius: 18px 18px 0 0;
	}
	.profit .quote-row.even{
		border-radius: 18px 18px 0 0;
	}
	.profit .top-five .title{
		font-size: 30px;
		margin-top: 0;
	}
}
@media screen and (max-width: 480px) {
    body{
        overflow-x: hidden !important;
    }
    body .underline{
        margin-bottom: 20px;
    }
    body .no-mob-padding{
        padding: 0;
    }
    body p{
        font-size: 16px;
        line-height: 30px;
        margin-bottom: 25px;
    }
    .dealer-page .brand-slider .brands-mobile{
        display: block;
    }
    header{
        height: 60px;
        transition: all .55s ease-in-out;
        box-shadow:1px 1px 3px rgba(0, 0, 0, 0.5) !important;
    }
	header.smaller{
		height: 60px;
	}
    header .nav-row .ventrac-logo-hold img{
        max-height: 45px;
        transition: all .25s ease-in-out;
    }
    .logo .dealer-link img{
        transition: all .25s ease-in-out;
        max-width: 200px;
        max-height: 45px;
		margin-top: 0;
		margin-left: 0;
    }
	header .dealer-contact{
		display: none;
	}
	header .logo-container-col{
		padding-left: 0;
	}
	header .ventrac-logo-hold{
		padding-right: 0;
	}
	footer{
		padding-bottom: 25px;
	}
	h2.underline,.about-content-container .section-title{
		font-size: 24px;
		font-weight: bold;
	}
	.about-section .about-content p{
		text-align: center;
	}
    .homeslider-row .slide-content .slide-title{
        padding: 10px 50px;
        font-size: 20px;
        bottom: 10px;
    }
	.homeslider-row .slick-prev, .homeslider-row .slick-next{
		display: none !important;
	}
	.attachment-list .attachment-slider .slider-nav-styles .slick-next, .attachment-list .attachment-slider .slider-nav-styles .slick-prev{
		display: none !important;
	}
    .category-row .category-container:hover .img-container .mobile-scren-cat{
        opacity: .85;
        transition: ease-in-out;
    }
    .category-row .category-container.slick-current .img-container .mobile-screen-cat{
        opacity: 1;
    }
    .category-row .category-container .img-container .mobile-screen-cat{
        display: block;
        max-width: 75%;
        margin: 10px auto;
        opacity: .5;
        transition: all .35s ease-in-out;
    }
    .category-row .category-container .img-container .large-screen-cat{
        display: none;
    }
    .category-row .category-container .img-container h3{
        display: none;
    }
	.home-testimonials{
		padding: 0;
	}
    .form-row{
        padding: 60px 10px 80px;
    }
    .video-container iframe{
        margin-bottom: 30px;
    }
    .form-row .button-hold{
        margin-top: 30px;
        margin-bottom: 100px;
    }
    .dealer-page .brand-slider .brands-desktop{
        display: none;
    }
    .dealer-page .brand-slider{
        padding: 0;
    }
    .dealer-page .dealer-container .dealer-map iframe{
        height: 350px;
    }
    .dealer-page .brand-slider .ventracLogo:first-child{
        display: block !important;
        width: 100%;
        clear: both;
        height: 125px;
    }
    .dealer-page .brand-slider .ventracLogo:first-child img{
        max-height: 100%;
        max-width: 100%;
    }
	.dealer-page .brand-slider .slick-track{
		max-width: 60% !important;
	}
    .dealer-page .brand-slider .slick-slide img{
        max-height: 80%;
    }
    .dealer-page .brand-slider .slick-slide{
        width: 100% !important;
        height: 125px;
    }
    .dealer-page .brand-slider .ventracLogo{
        display: none;
    }
	.testimonial-slider{
	    max-width: 250px;
	    display: block;
	    margin: 0 auto;
	}
	.testimonial-slider .slick-next{
		right: -45px;
		top: 25%;
	}
	.testimonial-slider .slick-prev{
		left: -45px;
		top: 25%;
	}
	.testimonial-slider .testimonial-content p{
		text-align: center;
		font-size: 15px;
		line-height: 27px;
		margin-bottom: 5px;
	}
	.testimonial-slider .customer-title{
		text-align: center;
	}
}
