﻿/***** BEGIN RESET *****/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
}

ol,
ul {
	list-style: none;
}

table {
	border-collapse: collapse;
	width: 100%;
}

td {
	vertical-align: top;
}

/* Make HTML 5 elements display block-level for consistent styling */
header,
nav,
article,
footer,
address {
	display: block;
}

/*-------- COLORS --------
red: ee1c25
*/

/***** END RESET *****/

/* Clearfix */
.cf:before,
.cf:after {
	content: " ";
	display: table;
}

.cf:after {
	clear: both;
}

.cf {
	*zoom: 1;
}

/*-------- BODY STYLES --------*/

body {
	font-family: 'Open Sans', sans-serif !important;
	font-size: 16px;
	line-height: 26px;
	color: #000;
	font-weight: 300;
	overflow-x: hidden;
	width: 100%;
}

h1 {
	font-size: 3.5em;
	color: #ee1c25;
	font-weight: 800;
	font-style: italic;
	text-align: left;
	text-transform: uppercase;
	padding: 10px 0;
	line-height: 50px;
}

h1 span {
	color: #fff;
	font-weight: 300;
	font-size: 30px;
	text-transform: uppercase;
	font-style: normal;
}

h2 {
	font-size: 22px;
	text-align: left;
	color: #000;
	font-weight: 800;
	font-style: italic;
	text-transform: uppercase;
}

h3 {
	font-size: 20px;
	color: #000;
	font-weight: 700;
	text-align: left;
	padding: 5px 0;
	text-transform: uppercase;
}

h4 {
	font-size: 20px;
	color: #ee1c25;
	font-weight: 700;
}

a:link,
a:visited,
a:active {
	text-decoration: none;
	color: #000;
}

strong {
	font-weight: 700;
}

h1 a {
	color: #fff;
}

#pad {
	padding: 3% 0;
}

#pad2 {
	padding: 4% 0;
}



/*---POP-UP -----------------------------------*/
*,
*:after,
*:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.popup-box {
	width: 50%;
	margin: 0 auto;
	background: rgba(0, 0, 0, 0.2);
	padding: 35px;
	border-radius: 20px/50px;
	background-clip: padding-box;
	text-align: center;
}

.popup .close {
	position: absolute;
	top: 10px;
	right: 15px;
	transition: all 0.2s;
	font-size: 30px;
	font-weight: bold;
	text-decoration: none;
	color: #fff;
	border: 1px solid #fff;
	padding: 0 10px 5px 10px;
	background: none
}

.popup .close:hover {
	background: #ee1c25;
	color: #fff;
}

.popup .content {
	max-height: 60%;
	overflow: auto;
}

/*Let's make it appear when the page loads*/
.overlay:target:before {
	display: none;
}

.overlay:before {
	content: "";
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: block;
	background: rgba(0, 0, 0, 0.85);
	position: fixed;
	z-index: 99999;
}

.popup {
	background: #000;
	color: #fff;
	font-size: 16px;
	font-weight: 300;
	border: 2px solid #fff;
	border-radius: 5px;
	width: 95%;
	max-width: 1200px;
	position: absolute;
	top: 3.5vw;
	left: 0;
	right: 0;
	float: none;
	padding: 3% 0;
	margin: 0 auto;
	text-align: center;
	z-index: 99999999;
	-webkit-transition: all 0.6s ease-in-out;
	-moz-transition: all 0.6s ease-in-out;
	transition: all 0.6s ease-in-out;
}

.overlay:target .popup {
	top: -280%;
	left: -100%;
}

.popup .wrapper-center {
	width: 90%;
	margin: 40px auto 0 auto;
	text-align: center !important
}

.popup .wrapper-center h2 {
	text-align: center !important;
}

/*--- HEADER STYLES --------------------------*/
header {
	width: 100%;
	float: left;
	font-size: 18px;
	background: #383838;
	box-shadow: 0px 4px 13px -4px rgba(0, 0, 0, 0.2);
}


#topleft {
	width: 27%;
	height: 120px;
	position: absolute;
	content: " ";
	display: block;
	top: 0;
	left: 0;
	z-index: 111;
	background: #383838;
}

#topleft img {
	display: inline-block;
}


#logo {
	width: 100%;
	max-width: 250px;
	margin-top: 5px;
	display: inline-block;
}

#premier {
	width: 100px;
	display: inline-block;
	float: right;
	margin-bottom: 5px;
}

#topright {
	background: #383838;
	width: 75%;
	float: right;
	display: inline-block;
}

#topright img {
	float: right;
	padding: 5px;
}

#topright img:hover {
	opacity: .7;
}


/*---BODY--------------------------------*/

.wrapper {
	width: 100%;
	margin: 0 auto;
	background: #fff;
}

.wrapper-inner {
	padding: 1% 0;
	width: 75%;
	margin: 0 auto;
	text-align: center;
	overflow-x: hidden;
}

.wrapper-inner p {
	margin: 0 auto;
	padding-bottom: 8px;
}

.gray {
	background: #f3f3f3;
}

.dark {
	background: #383838;
	color: #fff;
}

.dark h2 {
	color: #fff;
}

.column-left {
	width: 35%;
	float: left;
	padding: 5% 0;
}

.column-left h1 {}

.column-left p {
	text-align: left;
}

.column-right {
	width: 63%;
	float: right;
	text-align: left;
	padding: 5% 0;
}

#emp-title {
	font-size: 3em;
}

#buttons {
	width: 100%;
	max-width: 400px;
	display: inline-block;
	background: #383838;
	line-height: 14px;
	color: #f3f3f3;
	padding: 15px 10px;
	font-size: 16px;
	font-weight: 900;
	font-style: italic;
	text-decoration: none;
	text-transform: uppercase;
	text-align: center;
	margin: 5px 10px 5px 0;
}

#buttons:hover {
	background: #ee1c25;
	transition: 0.3s;
}



/*---SLIDER-------------------*/
.home-wrapper {
	width: 100%;
	display: flex;
}

.slideshow {
	width: 78%;
	justify-content: flex-start
}

#agco-side {
	position: absolute;
	left: 1%;
	z-index: 9999;
	max-width: 175px;
	top: 12vw;
}

#agco-side:hover {
	transform: scale(1.11);
	transition: 0.6s;
}



.cycle-slideshow {
	width: 100%;
}

.cycle-slideshow img {
	width: 100%;
}

.right-callouts {
	width: 22%;
	justify-content: flex-start
}

#callouts {
	display: block;
	width: 100%;
	height: 49.4%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	text-align: center;
	background-color:#000;
}

#callout-text {
	padding: 20% 0;
}

.ag-callout h1 {
	color: #fff;
	text-align: center;
	font-size: 35px;
}

.const-callout h1 {
	text-align: center;
	font-size: 35px;
}

#callout-button {
	display: inline-block;
	font-weight: 700;
	padding: 0 10px;
	text-decoration: underline;
}

.ag-callout #callout-button a {
	color: #fff;
}

.ag-callout #callout-button a:hover,
.const-callout #callout-button a:hover {
	color: #000;
	text-decoration: underline;
}

.const-callout #callout-button a {
	color: #ee1c25;
}



.ag-callout {
	background: url(../siteart/ag-callout.jpg) center center no-repeat;
	color: #fff;
}

.const-callout {
	background: url(../siteart/construction-callout.jpg) center center no-repeat;
	color: #ee1c25;
}



.high-velocity-show img {
	width: 100%;
}

#small-video {
	width: 48%;
	display: inline-block;
}

#small-video-right {
	width: 48%;
	display: inline-block;
	float: right;
}

#shirt {
	padding-bottom: 20px;
	vertical-align: top;
	max-width: 60%;
}

#shirt2 {
	padding-bottom: 20px;
	vertical-align: top;
	max-width: 26.1%;
}

.column-right video {
	float: right;
}


/*---WELCOME---------------------------------*/

.welcome-inner {
	padding: 20px 0px;
	width: 80%;
	margin: 0 auto;
}


.welcome-left {
	float: left;
	display: inline-block;
	width: 100%;
	max-width: 27%;
	background: #2B2B2B;
	height: 615px;
}

.welcome-left h1 {
	line-height: .85em;
}

.welcome-right {
	display: inline-block;
	width: 100%;
	max-width: 55%;
}



/*---CATEGORIES-------------------------------------*/
.categories {
	background: url(../siteart/categories-bg.jpg) no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	width: 100%;
	margin: 0 auto;
	background-color:#000;
}

.cat {
	width: 300px;
	display: inline-block;
	color: #fff;
	font-weight: 700;
	text-align: center;
	margin: 0 auto;
}

#cat-border {
	border: #fff solid 2px;
	text-align: center;
	width: 30%;
	margin: 0 auto;
	margin-top: 5px;
	margin-bottom: 6px;
}

.cat:hover {
	background: #ee1c25;
}

#cat-pad {
	padding: 6% 0 8% 0;
	margin: 0 auto;
	text-align: center;
}

/*---OUR BRANDS-------------------------------------*/
.brands-left {
	width: 100%;
	max-width: 27%;
	float: left;
	background: #ee1c25;
	display: inline-block;
	color: #fff;
	height: 138px;
	/* padding: 2% 0; */
}

.brands-left h1 {
	line-height: .85em;
	color: #fff;
	padding: 2% 0;
}

.brands-right {
	width: 60%;
	float: left;
	background: #fff;
	display: inline-block;
	height: 138px;
}

.brands-inner {
	width: 80%;
	margin: 0 auto;
	padding: 2% 0;
}

.brands {
	width: 100%;
	float: left;
}

.manu-slide {
	width: 120%;
	float: left;
	position: relative;
	z-index: 0;
	padding-top: 2%;
}


/*---INVENTORY PAGES ------------------------------------*/
#inv-button {
	display: inline-block;
	background: #ee1c25;
	color: #000;
	padding: 18px 10px;
	margin: 3px;
	width: 250px;
	font-style: italic;
	font-weight: 800;
	font-size: 15px;
}

#inv-button:hover {
	background: #000;
	transition: 0.3s;
}

#inv-button-orange {
	display: inline-block;
	background: #DC4405;
	color: #000;
	padding: 18px 10px;
	margin: 3px;
	width: 250px;
	font-style: italic;
	font-weight: 800;
	font-size: 15px;
}

#inv-button-orange:hover {
	background: #000;
	transition: 0.3s;
}

.border-it {
	border-bottom: 1px solid #f3f3f3;
}

.hosted-content #listings-title,
.hosted-content .listings-wrapper .listings-list .category-banner h3 {
	font-family: 'Open Sans', sans-serif !important;
	font-style: italic;
}

.hosted-content h1 {
	font-size: 30px !important;
}

.hosted-content h3 {
	font-size: 25px !important;
	color: #ee1c25 !important;
}

.container .cf {
	font-family: 'Open Sans', sans-serif !important;
}

.hosted-content .listings-wrapper .listings-list .listing-banner {
	font-family: 'Open Sans', sans-serif !important;
}

.hosted-content .radio-icon {
	margin: 0 !important;
	color: #000 !important;
}



/*---PARTS PAGE------------------------------------*/
#parts-buttons {
	width: 100%;
	max-width: 300px;
	display: inline-block;
	background: #000;
	line-height: 14px;
	color: #f3f3f3;
	padding: 15px 10px;
	font-size: 16px;
	font-weight: 900;
	font-style: italic;
	text-decoration: none;
	text-transform: uppercase;
	text-align: center;
	margin: 5px 10px 5px 0;
}

#parts-buttons:hover {
	background: #ee1c25;
	transition: 0.3s;
}



/*---CONTACT PAGE------------------------------------*/
.cont-col {
	display: inline-block;
	font-weight: 700;
	text-transform: uppercase;
	width: 440px;
	text-align: left;
	padding: 10px 0;
	font-size: 14px;
	vertical-align: top;
}

.cont-col p {
	vertical-align: middle;
}

.cont-col img {
	display: inline-block;
	vertical-align: middle;
	float: left;
	padding-right: 10px;
}


/*---FOOTER STYLES---------------------------------*/
.footer-contact {
	background: #f3f3f3;
	width: 27%;
	display: inline-block;
	padding: 20px 0;
}

.footer-map {
	display: inline-block;
	width: 73%;
	float: right;
	right: 0;
}


/*.footer-col{font-weight: 700;text-transform: uppercase; text-align: left; padding:10px 0; font-size:14px;}
.footer-col p{vertical-align: middle; }
.footer-col img{display: inline-block; vertical-align: middle; float: left; padding-right:15px;}*/

.footer-col {
	margin: 15px 0;
	font-weight: 700;
	text-transform: uppercase;
	text-align: left;
	font-size: 14px;
}

.footer-col p,
.footer-col img {
	display: inline-block;
	vertical-align: middle;
	text-align: left;
}

.footer-col img {
	padding-right: 10px;
}

.footer-col a {
	color: #000;
}

footer {
	background: #383838;
	width: 100%;
	margin: 0 auto;
}

#footercontent {
	padding: 18px 0px;
	width: 85%;
	margin: 0 auto;
	float: none;
	color: #fff;
	font-size: 14px;
	text-align: left;
	vertical-align: middle;
}

#footercontent a {
	color: #fff;
}

#footercontent a:hover {
	text-decoration: underline;
}

.footer-left {
	float: left;
	color: #F03C43;
	font-style: italic;
	font-weight: 800;
	font-size: 22px;
}

.footer-right {
	float: right;
}

.footer-right li {
	list-style: none;
	display: inline-block;
	text-transform: uppercase;
	padding: 0 10px;
}
.video-section {
	clear:both;
    padding-top: 50px;
}





/*--- RESPONSIVE STYLES ---------------------------*/
@media screen and (max-width:1500px) {


	.footer-contact {
		width: 40%;
	}

	.footer-map {
		width: 60%;
	}

	#footercontent {
		width: 90%;
	}

	.footer-right {
		float: left;
		width: 100%;
	}

	.right-col {
		width: 60%;
	}

	#promotions-title {
		font-size: 3.5vw;
	}

	.welcome-left {
		max-width: 40%;
		height: 300px;
	}
}

@media screen and (max-width: 1400px) {
	header {
		height: auto;
		background: #383838;
	}

	#topleft {
		width: 40%;
		height: auto;
		position: relative;
		display: inline-block;
		float: left;
	}

	#topright {
		width: 54%;
	}

	#topright img {
		padding: 4% 5px;
	}



	/*---SLIDER-------------------*/
	.home-wrapper {
		width: 100%;
		display: block;
	}

	.slideshow {
		width: 100%;
		justify-content: flex-start
	}

	#agco-side {
		max-width: 125px;
		top: 22vw;
	}

	.right-callouts {
		width: 100%;
		justify-content: flex-start
	}

	#callouts {
		display: inline-block;
		width: 49.75%;
		height: 49.4%;
		text-align: center;
	}

	#callout-text {
		padding: 20% 0;
	}

	.ag-callout h1 {
		font-size: 32px;
	}

	.const-callout h1 {
		font-size: 32px;
	}



}

@media screen and (max-width: 1300px) {
	.cat {
		width: 330px;
		margin: 10px;
	}
}

@media screen and (max-width:1220px) {
	.column-left {
		width: 100%;
	}

	.column-right {
		width: 100%;
		float: left;
		padding: 0;
	}

	.colum-right .cont-col {
		width: 100%;
		float: left;
	}

	#buttons {
		max-width: 100%;
	}

	.column-right video {
		float: none;
		width: 100%;
	}

	#small-video {
		width: 100%;
	}

	#small-video-right {
		width: 100%;
		float: none;
	}

	#promotions-title {
		font-size: 3.5em;
	}

	.welcome-left {
		max-width: 100%;
		height: auto;
	}

	.welcome-left h1 {
		margin-top: 0;
		font-size: 40px;
		line-height: 40px;
	}

	.welcome-right {
		max-width: 100%;
	}

	.brands-left {
		max-width: 100%;
		height: auto;
	}

	.brands-left h1 {
		padding: 0;
		font-size: 40px;
		line-height: 40px;
	}

	.brands-right {
		width: 100%;
	}

	.manu-slide {
		padding: 2% 0;
	}

	.cat {
		width: 250px;
	}

	.footer-contact {
		width: 50%;
	}

	.footer-map {
		width: 50%;
	}

	.footer-inner {
		text-align: center;
	}

	.footer-left {
		text-align: center;
		float: none;
	}

	.footer-right {
		display: block;
		text-align: center;
		float: none;
	}

	h1 {
		font-size: 40px;
		line-height: 40px;
	}
}

@media screen and (max-width:1020px) {
	header {
		float: none;
		text-align: center;
	}

	#topleft {
		width: 100%;
		text-align: center;
	}

	#logo {
		padding: 0 35px;
	}

	#topright {
		width: auto;
		float: none;
	}

	#topright img {
		padding: 5px;
		text-align: center;
	}

	#topleft #premier {
		float: none;
		margin-bottom: 0;
	}

	#agco-side {
		top: 30vw;
	}


}

@media screen and (max-width:850px) {
	h3 {
		text-align: center;
	}

	.wrapper-inner {
		width: 90%;
		text-align: center;
	}

	.manu-slide {
		width: 100%;
	}


	#callouts {
		width: 100%;
		height: auto;
	}

	#callout-text {
		padding: 40px 0;
	}

	#agco-side {
		top: 35vw;
	}


}

@media screen and (max-width:649px) {
	.slideshow {
		background: #000;
		text-align: center;
	}

	#agco-side {
		top: 0;
		position: relative;
		margin: 0 auto;
		left: 0;
		right: 0;
		text-align: center;
		padding: 10px 0
	}


	.cont-col {
		font-size: 14px;
	}

	.footer-contact {
		width: 100%;
	}

	.footer-map {
		width: 100%;
	}

	.footer-map iframe {
		height: 300px;
	}

	.footer-right li {
		display: block;
	}

	#emp-title {
		font-size: 2.5em;
	}

	#inv-button,
	#inv-button-orange {
		padding: 10px 0px;
		margin: 3px 0;
		width: 100%;
	}

}

@media screen and (max-width:420px) {
	#logo {
		padding: 0;
	}

	#promotions-title {
		font-size: 10vw;
	}

	#parts-title {
		font-size: 15vw;
	}
}

@media screen and (max-width:320px) {

	#topright {
		width: 95%;
		float: none;
	}

}