﻿/* 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 {
	padding: 0;
	border: 0;
	outline: 0;
	background: transparent;
}

ol,
ul {}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
}






.container {
	background: #fff;
}

.container h2 {
	color: #2835a4;
}

.hosted-content .listings-wrapper .listings-list .listing-name a {
	color: #2835a4;
}

/* TEXT/LINK FORMATTING
------------------------------------------------*/

/* LINKS */
a:link:not(.cf *),
a:visited:not(.cf *) {
	font-size: 16px;
	color: #ffd33a;
	text-decoration: underline;
}

a:hover:not(.container.cf *),
a:active:not(.container.cf *) {
	color: #fff;
	text-decoration: none;
}

/* PARAGRAPH/LIST/GENERAL TEXT */
p:not(.container.cf *) {
	font-size: 19px;
	line-height: 1.3;
	color: #fff;
	font-weight: 400;
}

/* HEADERS */
h1:not(.container.cf *),
h2:not(.container.cf *),
h3:not(.container.cf *),
h4:not(.container.cf *),
h5:not(.container.cf *),
h6:not(.container.cf *) {
	line-height: normal;
}

h1:not(.container.cf *) {
	font-size: 30px;
	color: #2835a4;
	line-height: 1;
	font-weight: 900;
}

h2:not(.container.cf *) {
	font-size: 30px;
	color: #ffd33a;
	line-height: 1;
	font-weight: 900;
}

h3:not(.container.cf *) {
	font-size: 24px;
	color: #1b1f6f;
	line-height: 1;
}

h4:not(.container.cf *) {
	font-size: 18px;
}

h5:not(.container.cf *) {
	font-size: 16px;
}

h6:not(.container.cf *) {
	font-size: 14px;
}


/* GLOBAL SITE FRAMEWORK
------------------------------------------------*/
.animated {
	opacity: 1;
}

.clear {
	clear: both;
}

.left {
	float: left;
}

.right {
	float: right;
}

html {
	height: 100%;
}

body {
	overflow-x: hidden;
	height: 100%;
	margin: 0;
	min-width: 320px;
	line-height: 1.3;
	font-family: 'Open Sans', sans-serif !important;
}

#cssmenutwo .button,
#cssmenutwo .buttonstuff * {
	box-sizing: content-box;
}

.wrap {
	max-width: 1060px;
	padding: 0 10px;
	margin: 0 auto;
}

.t-and-c {
	padding: 25px 0 0;
}

p:not(.container.cf *).last-updated {
	font-size: 18px;
	color: #2835a4;
}

.t-and-c ol li {
	padding-top: 20px;
}

.t-and-c ol li p {
	padding-top: 10px;
}

.t-and-c p:not(.container.cf *) {
	color: #000;
}

.t-and-c h2:not(.container.cf *) {
	color: #000;
	font-size: 19px;
}

.extrapadding {
	padding-top: 40px;
}

::selection {
	color: #fff;
	background: #356088;
}

::-moz-selection {
	color: #fff;
	background: #356088;
}

/* HEADER
------------------------------------------------*/

header {
	max-width: 100%;
	margin: 0 auto;
	padding: 10px;
	height: 120px;
	background: -moz-linear-gradient(left, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 40%, rgba(255, 255, 255, 0) 100%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(left, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 40%, rgba(255, 255, 255, 0) 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 40%, rgba(255, 255, 255, 0) 100%);
	box-sizing: content-box;
}

.headerimage {
	position: relative;
	background: url(../siteart/HERO-new.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 80%;
	width: 100%;
	height: 620px;
	margin-bottom: 40px;
}

.heroinset {
	position: relative;
	max-width: 1060px;
	padding: 0 10px;
	margin: 0 auto;
}

.herocontent {
	display: block;
	margin: 30px 0;
	padding: 20px;
	background: #fff;
	background: rgba(255, 255, 255, 0.64);
	border: 4px solid #161f6f;
	width: 370px;
	box-sizing: border-box;
}

.herocontent p a {
	color: #000 !important;
}

.herocontent p a:hover {
	color: gray;
}


.herocontent p {
	color: #363636 !important;
}


/* LOGO
------------------------------------------------*/
.logo {
	max-width: 215px;
	width: 100%;
	z-index: 999;
	position: absolute;
}

/*  MAIN
------------------------------------------------*/
.yellowbar {
	width: 100%;
	background: #ffd33a;
	padding: 10px 0;
	margin: 20px auto 10px;
}

.main {
	position: relative;
	width: 100%;
	background: #2835a4;
	padding: 40px 0;
}

.maintext {
	display: table-cell;
	max-width: 694px;
	width: 100%;
	margin: 0;
	position: relative;
	margin: 60px 10px 100PX;
	*float: right;
}

.mainimage-right {
	float: right;
	max-width: 460px;
	width: 100%;
	border: 5px solid #fff;
	margin-left: 40px;
	box-sizing: border-box;
}

.mainimage-left {
	float: left;
	max-width: 460px;
	width: 100%;
	border: 5px solid #fff;
	margin-right: 40px;
	box-sizing: border-box;
}

.maincontact {
	float: right;
	margin-left: 40px;
}

.maincontact-info {
	display: block;
	margin: 20px 0;
	padding: 20px;
	background: #fff;
	background: rgba(255, 255, 255, 0.64);
	border: 4px solid #161f6f;
	width: 320px;
	box-sizing: border-box;
}

.maincontact-info p a {
	color: #000 !important;
}

.maincontact-info p a:hover {
	color: gray;
}

.maincontact-info p {
	color: #363636 !important;
}

.map {
	width: 100%;
	height: 373px;
	margin-top: 8px;
}

/*  DARK BLUE
------------------------------------------------*/
.darkblue {
	position: relative;
	background: #1b1f6f;
	padding: 20px 0 40px;
}

/*  CARDS
------------------------------------------------*/
.cardswrap {
	max-width: 1080px;
	width: 100%;
	margin: 0 auto;
	text-align: justify;
	position: relative;
}

.threecards {
	width: 31.5%;
	display: inline-block;
	background: #fff;
	position: relative;
	margin: 20px 0 0;
	padding: 5px;
	overflow: hidden;
	box-sizing: border-box;
	float: left\9;
}

.threecards-middle {
	width: 31.5%;
	display: inline-block;
	background: #fff;
	position: relative;
	margin: 20px 1.1% 0;
	padding: 5px;
	overflow: hidden;
	box-sizing: border-box;
	float: left\9;
}

.cardswrap img {
	width: 100%;
}

.cardswrap p {
	font-size: 20px !important;
	color: #363636 !important;
	margin-bottom: 8px !important;
	text-align: left !important;
}

.cardswrap a {
	font-size: 16px !important;
	color: #2835a4 !important;
	text-decoration: underline !important;
}

.flex-vti {
	display: flex;
	flex-direction: row;
	padding-top: 25px;
	margin: 0 auto;
}

.block {
	width: 50%;
}

.block img {
	width: 99%;
}

.block h2 {
	font-size: 22px !important;
	color: #2735A4 !important;
	padding-top: 15px;
}

.block h4 {
	border-bottom: 1px solid #ddd;
	padding-bottom: 10px;
}

.block p {
	font-size: 16px !important;
	color: #000 !important;
	line-height: 22px !important;
	padding: 10px 0;
}

/* MARQUEE
------------------------------------------------*/
.marquee {
	height: 115px;
	width: 100%;
	margin: 50px 0;
	overflow: hidden;
	position: relative;
}

.marquee div {
	display: block;
	width: 197%;
	position: absolute;
	overflow: hidden;

	animation: marquee 30s linear infinite;
}

.marquee span {
	display: inline-block;
	float: left;
	width: 50%;
}

.marquee img {
	max-width: 150px;
	margin: 0 13px;
}

@keyframes marquee {
	0% {
		left: 0%;
	}

	100% {
		left: -98.5%;
	}
}


/*  FOOTER
------------------------------------------------*/
.footer {
	width: 100%;
	background: #a6a8ab;
	margin-top: 40px;
}

footer {
	padding: 25px 0;
	width: 100%;
	position: relative;
}

footer {}

.footerfacebook {
	width: 10%;
	display: inline-block;
	margin: 5px 40px 5px 0;
	float: left;
}

/*  Stylized Footers 
------------------------------------------------*/
.divfooter {
	max-width: 590px;
	/***** Truck 750px   Machine 680px   Tractor 590px   Controller 680px  AuctionTime 560px *****/
	color: #363636;
	margin: 0 0 0 auto;
	line-height: 1;
	text-align: right;
}

.footertext {
	color: #363636;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
}

a.footerlink:link,
a.footerlink:visited,
a.footerlink:active {
	color: #363636;
	font-size: 13px;
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
}

a.footerlink:hover {
	color: #DB9F1F;
	font-size: 13px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
}

.smallfootertext {
	color: #363636;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
}

@media screen and (max-width:1400px) {
	.marquee span {
		width: 100% !important;
	}
}

@media screen and (max-width:975px) {
	.mainimage-right {
		float: none;
		display: block;
		margin: 0 auto 40px;
	}

	.mainimage-left {
		float: none;
		display: block;
		margin: 0 auto 40px;
	}

	.flex-vti {
		display: block;
		width: 100%;
	}

	.block {
		width: 100%;
		padding: 15px 0;
	}

}

@media screen and (max-width:767px) {

	.invpage footer {
		padding-bottom: 130px;
	}
}

@media screen and (max-width:800px) {
	.main {
		padding: 40px 0 80px;
	}

	.wrap {
		max-width: 550px;
	}

	.threecards {
		display: block;
		width: 50%;
		min-width: 300px;
		margin: 50px auto;
	}

	.threecards-middle {
		display: block;
		width: 50%;
		min-width: 300px;
		margin: 50px auto;
	}

	.maincontact {
		float: none;
		margin: 0
	}

	.maincontact-info {
		width: 100%;
		margin: 40px auto;
	}

	.map {
		padding: 10px 0
	}
}

@media screen and (max-width:500px) {
	.herocontent {
		width: 100%;
		margin: 30px auto;
	}

	.main {
		padding: 20px 0 60px;
	}

	.extrapadding {
		padding-top: 0
	}
}

@media screen and (max-width:400px) {}