@charset "utf-8";
/***** BEGIN RESET *****/

* {
    background:transparent;
    border:0;
    margin:0;
    padding:0;
}
ol, ul {list-style: none;}
.clear {clear: both; height:0px; margin:0;}

/***** END RESET *****/

/* rajdhani-regular - latin */
@font-face {
  font-family: 'Rajdhani';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/rajdhani-v5-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Rajdhani'), local('Rajdhani-Regular'),
       url('../fonts/rajdhani-v5-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/rajdhani-v5-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/rajdhani-v5-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/rajdhani-v5-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/rajdhani-v5-latin-regular.svg#Rajdhani') format('svg'); /* Legacy iOS */
}

/* rajdhani-500 - latin */
@font-face {
  font-family: 'Rajdhani';
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/rajdhani-v5-latin-500.eot'); /* IE9 Compat Modes */
  src: local('Rajdhani Medium'), local('Rajdhani-Medium'),
       url('../fonts/rajdhani-v5-latin-500.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/rajdhani-v5-latin-500.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/rajdhani-v5-latin-500.woff') format('woff'), /* Modern Browsers */
       url('../fonts/rajdhani-v5-latin-500.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/rajdhani-v5-latin-500.svg#Rajdhani') format('svg'); /* Legacy iOS */
}

/* rajdhani-600 - latin */
@font-face {
  font-family: 'Rajdhani';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/rajdhani-v5-latin-600.eot'); /* IE9 Compat Modes */
  src: local('Rajdhani Semibold'), local('Rajdhani-Semibold'),
       url('../fonts/rajdhani-v5-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/rajdhani-v5-latin-600.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/rajdhani-v5-latin-600.woff') format('woff'), /* Modern Browsers */
       url('../fonts/rajdhani-v5-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/rajdhani-v5-latin-600.svg#Rajdhani') format('svg'); /* Legacy iOS */
}

/* rajdhani-700 - latin */
@font-face {
  font-family: 'Rajdhani';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/rajdhani-v5-latin-700.eot'); /* IE9 Compat Modes */
  src: local('Rajdhani Bold'), local('Rajdhani-Bold'),
       url('../fonts/rajdhani-v5-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/rajdhani-v5-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/rajdhani-v5-latin-700.woff') format('woff'), /* Modern Browsers */
       url('../fonts/rajdhani-v5-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/rajdhani-v5-latin-700.svg#Rajdhani') format('svg'); /* Legacy iOS */
}

a {
	text-decoration:none;
	color:#017f01;
	transition: 0.5s;
}

a:hover {
	color:#000;
}

p {
	font-size:18px;
	font-weight: 500;
}

h1 {
	font-weight: 700;
	color:#017f01;
	font-size:30px;
}

h5 {
	font-weight: 500;
	font-size:24px;
}

h6 {
	font-weight: 600;
	color:#ffb901;
	font-size:20px;
}

body {
	-webkit-text-size-adjust: none;
	font-family:'Rajdhani', Helvetica, Arial, sans-serif;
	overflow-x: hidden;
}

.wrap {
	max-width:1300px;
	margin:0 auto;
	width:96%;
}

header {
	width:100%;
	float:left;
	padding:1% 0;
	background:url(../siteart/Tractor.png) no-repeat center center;
	background-size:100%;
}

#dlr-logo {
	width:35%;
	float:left;
	margin-bottom:-25px;
	position:relative;
}

#topcontact {
	width:65%;
	float:left;
	text-align:right;
	font-weight:500;
	color:#017f01;
	font-size:22px;
	margin-top:1%;
	line-height:26px;
}

.phone {
	font-weight: 700;
	font-size:30px;
}

.whole {
	width:100%;
	float:left;
	padding:4% 0;
	background:url(../siteart/Field.png) no-repeat center center;
	background-size:100%;
	background-size:cover;
}

#welcome {
	width:50%;
	float:left;
}

.buttons {
width:100%;
float:left;	
}

.buttons a {
width:100%;
float:left;
text-align:center;
font-family:'Rajdhani', Helvetica, Arial, sans-serif;
border:3px solid #017f01;	
color:#017f01;
padding:20px;
box-sizing:border-box;
text-transform:uppercase;
font-size:30px;
margin-top:20px;
font-weight:700;
	-webkit-transition: 0.5s; /* Safari */
    transition: 0.5s;
}

.buttons a:hover {
	background:#017f01;
	color:#ffb901;
}

.resource {
	width:100%;
	float:left;
	padding:4% 0;
	background:url(../siteart/RedTractor.png) no-repeat center center;
	background-size:100%;
}

.con {
	width:100%;
	float:left;
	padding:3% 0 2%;
	background:url(../siteart/AuctionTractors.png) no-repeat center center;
	background-size:100%;
}

#hay {
	width:100%;
	float:left;
	/* The image used */
    background-image: url(../siteart/Hay.jpg);

    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.threes {
	width:27.33%;
	float:left;
	text-align:center;
	padding:0 3% 4%;
}

.threes img {
	width:150px;
	margin-top:-20px;
	-webkit-transition: 0.7s; /* Safari */
    transition: 0.7s;
}

.threes img:hover {
	-ms-transform: rotate(30deg); /* IE 9 */
    -webkit-transform: rotate(30deg); /* Chrome, Safari, Opera */
    transform: rotate(30deg);
}

.threes h5 {
	margin:80px 0;
}

.green {
	background:rgba(1,127,1,0.75);
	color:#ffb901;
}

.green a {
	color:#ffb901;
}

.ie8 .green, .ie7 .green {
	background:#017f01;
}

.grey {
	background:rgba(120,124,124,0.75);
	color:#fff;
}

.grey a {
	color:#fff;
}

.ie8 .grey, .ie7 .grey {
	background:#787c7c;
}

.yellow {
	background:rgba(255,185,1,0.75);
	color:#017f01;
}

.yellow a {
	color:#017f01;
}

.ie8 .yellow, .ie7 .yellow {
	background:#ffb901;
}

.green a:hover, .grey a:hover, .yellow a:hover {
	color:#000;
}

.linebtn {
	width:70%;
	margin:0 auto;
	text-align:center;
	font-size:30px;
	font-weight:700;
	text-transform:uppercase;
	padding:3% 1%;
	-webkit-transition: 0.5s; /* Safari */
    transition: 0.5s;
}

.linebtn:hover {
	border:solid 3px #000!important;
}


.dynamic-content {
    display:none;
}

#extra-content {
	width:100%;
	float:left;
	text-align:center;
	font-weight:700;
	font-size:28px;
	margin-bottom:10px;
}

/* Contact Us */

#contact {
	width:20%;
	float:left;
	margin-right:5%;
}

#map {
	width:75%;
	float:left;
}

.conform {
	width:100%;
	float:left;
	padding:3% 0 80px;
	background:#eee;
}

/*===================== 
	form styles 
=======================*/

.form {
	margin:0 auto;
	text-align:left;
	padding:0;
	width:100%;
	float:left;
}

.splitform {
	width:45%;
	float:left;
	margin:0 2%;
}

form.myform {
	margin: 0 0 0 0;
	padding:0;
	}

.myform label {
	padding:.5em;
	display:inline-block;
	width:100%;
	margin-bottom:10px;
	cursor: pointer;
	line-height: 2;
	position: relative;
	}
	.myform label:hover,
	.myform label:active,
	.myform label:focus
	 {
		
		}

.select {
	width:20%!important;
	float:left;
}

.myform input{
	padding:.5em;
	width:70%;
	border-radius:2px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border:1px solid #ddd;
	font-family:Arial, Helvetica, sans-serif;
	float: right;
	color: #999;
	background:#FFF;
	}
	.myform input:focus {
		background:#fff;
		color:#000;
		outline: none;
		border: 1px #bbb solid;
		-webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.15);
		-moz-box-shadow:    0px 1px 3px 0px rgba(0, 0, 0, 0.15);
		box-shadow:         0px 1px 3px 0px rgba(0, 0, 0, 0.15);
		}

.myform input.small{
	width:10%;
	border:1px solid #ddd;
	font-family:Arial, Helvetica, sans-serif;
	float: left;
	color: #999;
	background:#FFF;
	margin-top:10px;
	}
	.myform input:focus {
		background:#fff;
		color:#000;
		outline: none;
		border: 1px #bbb solid;
		-webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.15);
		-moz-box-shadow:    0px 1px 3px 0px rgba(0, 0, 0, 0.15);
		box-shadow:         0px 1px 3px 0px rgba(0, 0, 0, 0.15);
		}

.myform textarea{
	padding:.5em;
	width:94%;
	height: 150px;
	border-radius:2px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border:1px solid #ddd;
	font-family:Arial, Helvetica, sans-serif;
	float: left;
	color: #464646;
	background:#FFF;
	}
	.myform textarea:focus {
		background:#fff;
		color:#000;
		outline: none;
		border: 1px #bbb solid;
		-webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.15);
		-moz-box-shadow:    0px 1px 3px 0px rgba(0, 0, 0, 0.15);
		box-shadow:         0px 1px 3px 0px rgba(0, 0, 0, 0.15);
		}

.myform select{
	padding:.5em;
	width:72%;
	float:right;
	border-radius:2px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border:1px solid #ddd;
	margin-bottom:10px;
	font-family:Arial, Helvetica, sans-serif;
	color:#464646;
	font-size:16px;
	line-height:26px;
	background:#fff;
}

.myform input.checkbox {
	width:30px;
	margin:10px 0 0;
	display:inline-block;
	vertical-align:middle;
	float:left;
	border:0;
}

.myform label.checkbox {
	float:left;
	margin:0 25px 0 0;
	font-family:Arial, Helvetica, sans-serif;
	color:#464646;
	font-size:16px;
	line-height:20px;
	width:70%;
}


label.required:before {
	content: "*";
	position: absolute;
	top: 6px;
	left: 2px;
	color: #E40307;
}

input.btn {
	background:#017f01;	
	color:#FFF;
	text-align:center;
	border: none;
	padding:6px 12px;
	margin-right:10px;
	display:inline-block;
	float: left;
	width: auto;
	-webkit-border-radius: 0;
	-moz-border-radius:0;
	border-radius:0;
	-webkit-appearance: none;
	font-weight:600;
	text-transform:uppercase;
	font-size:18px;
	font-family:'Rajdhani', Helvetica, Arial, sans-serif;
	transition: 0.5s;
	cursor: pointer;
}
	
input.btn:hover {
	background:#000;
	color:#fff;
}

input.btn:focus {
	background:#ffb901;
	color:#017f01;
	outline: none;
	border: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.captcha-container {
	width:100%; 
	text-align:center;
	position: relative;
	font-family:Arial, Helvetica, sans-serif;
	float:left;
}
	
.CaptchaPanel {
	width:40%;
	margin:10px auto!important;
}
	
.CaptchaImagePanel, 
.CaptchaMessagePanel, 
.CaptchaAnswerPanel, 
.CaptchaWhatsThisPanel {
	margin:0px 0px 0px !important; 
	font-size:13px;
	color: #000;
	text-align: center !important;
	}
	
.CaptchaWhatsThisPanel {
	line-height: 3;
	}
	
.CaptchaWhatsThisPanel a{
	color:#000;
	}
	
.CaptchaWhatsThisPanel a:hover{
	color:#0000de;
	}
	
img#CaptchaImage {
	width:85% !important;
	max-width:200px;
	}
	
#CaptchaAnswer {
	width:100%;
	}
	
.form-btns {
	width:185px;
	margin:0 auto;
}


/************consignmentform*************/

.consignform {
width:100%;
float:left;	
}

.consignform tr {
width:100%;
float:left;	
margin:7px 0;
}

.consignform td {
width:48%;
float:left;	
margin:0 1%;
}

.consignform h2 {
width:100%;
float:left;
text-align:center;
padding:10px 0;
background:#ffb901;	
color:#017f01;
}

.myform .consignform  select{
		padding:.2em;
	width:100%!important;
	border-radius:2px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border:1px solid #ddd;
	font-family:Arial, Helvetica, sans-serif;
	float: right;
	color: #999;
	background:#FFF;
	box-sizing:border-box;
}


.myform .consignform  input{
	padding:.5em;
	width:100%;
	border-radius:2px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border:1px solid #ddd;
	font-family:Arial, Helvetica, sans-serif;
	float: right;
	color: #999;
	background:#FFF;
	box-sizing:border-box;
	}
	
	  .myform .consignform input.checkbox {
	width:auto!important;	
	float:left!important;
	margin-right:5px;
	margin-top:3px;
	}
	
	#check {
	width:100%;
	float:left;
	padding:10px;
	box-sizing:border-box;
	background: #C9C9C9 ;	
	}
	
	.myform .consignform textarea {
	width:97%!important;	
	}
	
	.hunda {
	width:98%!important;
	float:left;	
	}
	
	#fulltext {
	width:97%!important;	
	}

/*  SCROLLING INVENTORY
------------------------------------------------*/
.scrolling-wrap {
    width:100%;
    height:90px;
    overflow:hidden;
	padding:10px 0;
}
 
.scrolling{
    width:100%;
    height:92px;
}

/* Footer */

footer {
	width:100%;
	float:left;
	padding:2% 0;
	background:rgba(0,0,0,0.7);
}

footer p, footer a {
	color:#fff;
}

footer a:hover {
	color:#ffb901;
}

.ie8 footer, .ie7 footer {
	background:#000;
}

.footthree {
	width:30.33%;
	float:left;
	margin-right:3%;
}

.spilt {
	width:48%;
	float:left;
	margin-right:2%
}

a.footerlink:link, a.footerlink:visited, a.footerlink:active{text-decoration:underline; font-family:Arial, Helvetica, sans-serif;font-size:13px; color:#fff;}
a.footerlink:hover {text-decoration:none; font-family:Arial, Helvetica, sans-serif;font-size:13px; color:#ffb901;}

.footertext{font-family:Arial, Helvetica, sans-serif;font-size:13px; color:#fff;}

.smallfootertext{font-family:Arial, Helvetica, sans-serif;font-size:10px; color:#fff;}

.divfooter {width:33.33%; float:left; color:#fff;}



@media screen and (max-width: 1555px) {

	.threes h5 {
		font-size:20px;
	}
	
	.whole, .resource {
		padding:4% 0 6%;
	}

}

@media screen and (max-width: 1300px) {

	.threes {
		width: 29.33%;
		padding: 0 2% 4%;
	}

}

@media screen and (max-width: 1260px) {

	.whole, .resource, .con {
		background-size: cover;
	}
	
	#welcome {
		width: 60%;
	}
	
	.threes {
		height:440px;
	}
	
	.linebtn {
		width: 85%;
		font-size:28px;
	}

}

@media screen and (max-width: 1100px) {
	
	.threes img {
		width: 130px;
	}
	
	#topcontact {
		margin-top:1%;
		font-size: 20px;
		line-height: 24px;
	}
	
	.whole {
		width: 96%;
		padding: 4% 2% 6%;
	}
	
	#welcome {
		width: 66%;
	}
	
	h1 {
		font-size: 28px;
	}
	 
}

@media screen and (max-width: 980px) {
	
	#dlr-logo {
		width: 40%;
		margin-bottom: -20px;
	}
	
	#topcontact {
		width: 60%;
	}
	
}

@media screen and (max-width: 870px) {
	
	.footthree {
		width:47%;
	}
	
	.divfooter {width:100%; margin-top:20px;}
	
	#welcome {
		width: 75%;
	}
	
	.threes h5 {
		margin: 50px 0;
	}
	
	.threes {
		height: 390px;
	}
	
	.linebtn {
		width: 90%;
		font-size: 25px;
	}
	
	.threes img {
		width: 110px;
	}
	
	#hay {
		background-attachment:scroll;
	}
	
	#contact {
		width:30%;
		margin-right:5%;
	}
	
	#map {
		width:65%;
	}
	
	#map iframe {
		height:300px;
	}
	
	.splitform {
		width:98%;
		margin:0;
	}
	
	.CaptchaPanel {
		width: 60%;
	}
	
	.myform label {
		width: 98%;
	}

	
}

@media screen and (max-width: 630px) {
	
	header {
		background:url(../siteart/Tractor.png) no-repeat right;
		background-size: cover;
	}

	h1 {
		font-size: 26px;
	}
	
	#dlr-logo {
		width: 50%;
		margin-bottom: 0px;
	}
	
	#topcontact {
		width: 50%;
	}
	
	.phone {
		font-size: 28px;
	}
	
	.whole {
		background:url(../siteart/Field.png) no-repeat right;
		background-size:cover;
	}
	
	.resource {
		background:url(../siteart/RedTractor.png) no-repeat right;
		background-size:cover;
	}
	
	.con {
		background:url(../siteart/AuctionTractors.png) no-repeat right;
		background-size:cover;
	}
	
	#welcome {
		width: 96%;
		background: rgba(255,255,255,0.85);
		padding: 2%;
	}
	
	.threes img {
		width: 120px;
		margin-top: 20px;
	}
	
	.threes {
		width: 94%;
		padding: 0 3% 4%;
		height: auto;
	}
	
	.threes h5 {
		margin: 20px 0;
	}
	
	.linebtn {
		max-width: 250px;
		width:98%;
	}
	
	.footthree {
		width:100%;
		margin:0 0 20px;
		text-align:center;
	}
	
	.spilt {
		width:100%;
		margin:0;
	}
	
	.divfooter {text-align:center; margin:0;}
	
	#contact {
		width: 96%;
		background: rgba(255,255,255,0.85);
		padding: 2%;
		margin-right:0;
		text-align:center;
	}
	
	#map {
		width:100%;
		margin-top:10px;
	}
	
	.conform {
		padding:3% 0;
	}
	
	.CaptchaPanel {
		width: 80%;
	}
	
	.byebreak {
		display:none;
	}
	
	.buttons a {
		font-size:25px;
		padding:10px;
	}
	
	.consignform td {
width:100%;
float:left;	
margin:0 0%;
}

.hunda {
width:100%!important;
	
}
		
}

@media screen and (max-width: 410px) {
	
	#dlr-logo {
		width: 80%;
		float: none;
		margin: 0 auto;
	}
	
	#topcontact {
		width: 100%;
		text-align: center;
		padding: 2% 0;
	}
	
}