﻿
/*===================== 
	CSS reset/normalize 
=======================*/

/**Correct `block` display not defined in IE 8/9.**/
article,aside,details,figcaption,figure,footer,header,hgroup,
main,nav,section,summary {display: block;}
pre {white-space: pre-wrap;}
small { font-size: 80%;}


/*===================== 
	base styles 
=======================*/
html {
    font-family: 'Roboto', sans-serif;
    -ms-text-size-adjust: 100%; /* 2 */
    -webkit-text-size-adjust: 100%; /* 2 */
	}

body {
    margin: 0;
	font-family:'roboto',sans-serif!important;
	}

svg:not(:root) {overflow: hidden;/*reset*/}
	
/* clear floats */ 
.group:before,
.group:after {content: ""; display: table;} 
.group:after {clear: both;}
.group {zoom: 1;}	
.clear { clear: both;}
	
/*image replacement*/
.hide-text {
	text-indent:  100%;
	white-space:  nowrap;
	overflow:  hidden;
	}	

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
	border-style: solid;
    height: 0;
	} 

img { border: 0;} 
	
/*===================== 
	typography 
=======================*/
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	}
	h1 {font-size:30px; text-transform:uppercase;}

p {
	margin: 0;
	}

b, strong {
    font-weight: bold;
	}

/*===================== 
	link styles 
=======================*/
a:focus {outline: thin dotted;/*reset*/
	}
	
a,
a:link, 
a:visited, 
a:active {
	outline: 0;/*reset*/
    color:inherit; 
    text-decoration:none;
	}
	a:hover  {
		outline: 0;/*reset*/
		text-decoration: none;
		color:inherit;
		}  

/*===================== 
	header styles 
=======================*/
/*------
header {
	margin: 0 auto;
	width: 100%;
	background:#eee;
}
header .col-1-2 {
	display:inline-block;
	vertical-align:middle;
}
header .logo img {
	width:45%;	
}
header .header-text {
	text-align:right;	
}
header .header-text img {
	display:inline-block;
	vertical-align:middle;	`
}
----*/

.cutoutimg {
    width: 75%; padding: 10px;
    align-content: center;
}

.cutoutupper {
    padding-top: 50px;
}

.cutoutlower {
    padding-bottom: 75px;
}


/*---  SPECIAL  ---*/

.list-content .list-listing-mobile .view-listing-details-link {background-color: #ff0a00!important;}

.list-content .list-main-section .list-container .list-listing .listing-top-right .view-listing-details-link {background-color: #ff0a00!important;}

.faceted-search-content .selected-facets-container .selected-facet {background-color: #ff0a00!important;}

.list-content .list-main-section .list-container .list-listing .listing-top .listing-top-left .listing-main-stats .price {color: #000000!important;}

.list-content .list-main-section .list-container .list-listing .listing-top-right .listing-dealer-info .dealer-name {color: #000000!important;}

.list-content .list-main-section .list-container .fin-calc {color: #000000!important;}

.mc-debuginfo {display: none;}

.phone-and-email .send-email-btn {color: #ff0a00!important; border: 1px solid #000000!important; background-color: white;}

.detail-content .detail-main-body .main-detail-data .offer-btn {background-color: #000000!important;}

.field-value {color: #000000!important;}

.currency-selector {color: #000000!important;}

.dealer-company-header {color: #000000!important; font-size: 16px;}

.body-wrapper {padding: 50px 24px;}
 
.bodytext {font-size: 15px!important;}


.bodystyles {background-color: #323232; color: white;}


.invbutton {
    width: 75%;
    color: white;
    border: solid 2px #212121;
    background-color: #212121;
    padding: 10px 20px;
    margin-top: 30px;
    font-weight: 900;
    font-size: 16px;
}

.invbutton:hover {
    color: white;
    border: solid 2px #ff0a00;
    background-color: #ff0a00;
    font-weight: 900;
    font-size: 16px;
}

.grid-section {}

.grid-area {margin:5px; padding:0px!important;}

.grid-background {
    background-image:
    linear-gradient(to bottom, rgba(000, 000, 000, 0.5), rgba(000, 000, 000, 0.5)),
    url('');
    padding:100px 4%;
    color: white;
    font-weight: 600;
    font-size: 18px;
    transition: .4s ease-in;
}

.grid-background:hover {
    background-image:
    linear-gradient(to bottom, rgba(000, 000, 000, 0.2), rgba(000, 000, 000, 0.2)),
    url('');
    transition: .3s ease-in;
    text-shadow: 0px 2px 5px black;
    text-decoration: none!important;
}


        .grid1 {
            background-image:
                linear-gradient(to bottom, rgba(000, 000, 000, 0.5), rgba(000, 000, 000, 0.5)),
                url("/siteart/InvSplash/all.png");
                background-repeat: no-repeat;
                background-size: cover;
        }

        .grid1:hover {
            background-image:
                linear-gradient(to bottom, rgba(000, 000, 000, 0.2), rgba(000, 000, 000, 0.2)),
                url("/siteart/InvSplash/all.png");
        }

        .grid2 {
            background-image:
                linear-gradient(to bottom, rgba(000, 000, 000, 0.5), rgba(000, 000, 000, 0.5)),
                url("/siteart/InvSplash/Construction.png");
                background-repeat: no-repeat;
                background-size: cover;
        }

        .grid2:hover {
            background-image:
                linear-gradient(to bottom, rgba(000, 000, 000, 0.2), rgba(000, 000, 000, 0.2)),
                url("/siteart/InvSplash/Construction.png");
        }

        .grid3 {
            background-image:
                linear-gradient(to bottom, rgba(000, 000, 000, 0.5), rgba(000, 000, 000, 0.5)),
                url("/siteart/InvSplash/asphalt.png");
                background-repeat: no-repeat;
                background-size: cover;
        }

        .grid3:hover {
            background-image:
                linear-gradient(to bottom, rgba(000, 000, 000, 0.2), rgba(000, 000, 000, 0.2)),
                url("/siteart/InvSplash/asphalt.png");
        }

        .grid4 {
            background-image:
                linear-gradient(to bottom, rgba(000, 000, 000, 0.5), rgba(000, 000, 000, 0.5)),
                url("/siteart/InvSplash/cranes.png");
                background-repeat: no-repeat;
                background-size: cover;
        }

        .grid4:hover {
            background-image:
                linear-gradient(to bottom, rgba(000, 000, 000, 0.2), rgba(000, 000, 000, 0.2)),
                url("/siteart/InvSplash/cranes.png");
        }


        .grid5 {
            background-image:
                linear-gradient(to bottom, rgba(000, 000, 000, 0.5), rgba(000, 000, 000, 0.5)),
                url("/siteart/InvSplash/dozers.png");
                background-repeat: no-repeat;
                background-size: cover;
        }

        .grid5:hover {
            background-image:
                linear-gradient(to bottom, rgba(000, 000, 000, 0.2), rgba(000, 000, 000, 0.2)),
                url("/siteart/InvSplash/dozers.png");
        }
        

        .grid6 {
            background-image:
                linear-gradient(to bottom, rgba(000, 000, 000, 0.5), rgba(000, 000, 000, 0.5)),
                url("/siteart/InvSplash/drills.png");
                background-repeat: no-repeat;
                background-size: cover;
        }

        .grid6:hover {
            background-image:
                linear-gradient(to bottom, rgba(000, 000, 000, 0.2), rgba(000, 000, 000, 0.2)),
                url("/siteart/InvSplash/drills.png");
        }


        .grid7 {
            background-image:
                linear-gradient(to bottom, rgba(000, 000, 000, 0.5), rgba(000, 000, 000, 0.5)),
                url("/siteart/InvSplash/excavators.png");
                background-repeat: no-repeat;
                background-size: cover;
        }

        .grid7:hover {
            background-image:
                linear-gradient(to bottom, rgba(000, 000, 000, 0.2), rgba(000, 000, 000, 0.2)),
                url("/siteart/InvSplash/excavators.png");
        }

        .grid8 {
            background-image:
                linear-gradient(to bottom, rgba(000, 000, 000, 0.5), rgba(000, 000, 000, 0.5)),
                url("/siteart/InvSplash/forestry.png");
                background-repeat: no-repeat;
                background-size: cover;
        }

        .grid8:hover {
            background-image:
                linear-gradient(to bottom, rgba(000, 000, 000, 0.2), rgba(000, 000, 000, 0.2)),
                url("/siteart/InvSplash/forestry.png");
        }


        .grid9 {
            background-image:
                linear-gradient(to bottom, rgba(000, 000, 000, 0.5), rgba(000, 000, 000, 0.5)),
                url("/siteart/InvSplash/lifts.png");
                background-repeat: no-repeat;
                background-size: cover;
        }

        .grid9:hover {
            background-image:
                linear-gradient(to bottom, rgba(000, 000, 000, 0.2), rgba(000, 000, 000, 0.2)),
                url("/siteart/InvSplash/lifts.png");
        }
        

        .grid10 {
            background-image:
                linear-gradient(to bottom, rgba(000, 000, 000, 0.5), rgba(000, 000, 000, 0.5)),
                url("/siteart/InvSplash/backhoes.png");
                background-repeat: no-repeat;
                background-size: cover;
        }

        .grid10:hover {
            background-image:
                linear-gradient(to bottom, rgba(000, 000, 000, 0.2), rgba(000, 000, 000, 0.2)),
                url("/siteart/InvSplash/backhoes.png");
        }


        .grid11 {
            background-image:
                linear-gradient(to bottom, rgba(000, 000, 000, 0.5), rgba(000, 000, 000, 0.5)),
                url("/siteart/InvSplash/graders.png");
                background-repeat: no-repeat;
                background-size: cover;
        }

        .grid11:hover {
            background-image:
                linear-gradient(to bottom, rgba(000, 000, 000, 0.2), rgba(000, 000, 000, 0.2)),
                url("/siteart/InvSplash/graders.png");
        }

        .grid12 {
            background-image:
                linear-gradient(to bottom, rgba(000, 000, 000, 0.5), rgba(000, 000, 000, 0.5)),
                url("/siteart/InvSplash/highway.png");
                background-repeat: no-repeat;
                background-size: cover;
        }

        .grid12:hover {
            background-image:
                linear-gradient(to bottom, rgba(000, 000, 000, 0.2), rgba(000, 000, 000, 0.2)),
                url("/siteart/InvSplash/highway.png");
        }


        .grid13 {
            background-image:
                linear-gradient(to bottom, rgba(000, 000, 000, 0.5), rgba(000, 000, 000, 0.5)),
                url("/siteart/InvSplash/misc.png");
                background-repeat: no-repeat;
                background-size: cover;
        }

        .grid13:hover {
            background-image:
                linear-gradient(to bottom, rgba(000, 000, 000, 0.2), rgba(000, 000, 000, 0.2)),
                url("/siteart/InvSplash/misc.png");
        }
        

        .grid14 {
            background-image:
                linear-gradient(to bottom, rgba(000, 000, 000, 0.5), rgba(000, 000, 000, 0.5)),
                url("/siteart/InvSplash/pipelayers.png");
                background-repeat: no-repeat;
                background-size: cover;
        }

        .grid14:hover {
            background-image:
                linear-gradient(to bottom, rgba(000, 000, 000, 0.2), rgba(000, 000, 000, 0.2)),
                url("/siteart/InvSplash/pipelayers.png");
        }


        .grid15 {
            background-image:
                linear-gradient(to bottom, rgba(000, 000, 000, 0.5), rgba(000, 000, 000, 0.5)),
                url("/siteart/InvSplash/powersystem.png");
                background-repeat: no-repeat;
                background-size: cover;
        }

        .grid15:hover {
            background-image:
                linear-gradient(to bottom, rgba(000, 000, 000, 0.2), rgba(000, 000, 000, 0.2)),
                url("/siteart/InvSplash/powersystem.png");
        }

        .grid16 {
            background-image:
                linear-gradient(to bottom, rgba(000, 000, 000, 0.5), rgba(000, 000, 000, 0.5)),
                url("/siteart/InvSplash/pumps.png");
                background-repeat: no-repeat;
                background-size: cover;
        }

        .grid16:hover {
            background-image:
                linear-gradient(to bottom, rgba(000, 000, 000, 0.2), rgba(000, 000, 000, 0.2)),
                url("/siteart/InvSplash/pumps.png");
        }


        .grid17 {
            background-image:
                linear-gradient(to bottom, rgba(000, 000, 000, 0.5), rgba(000, 000, 000, 0.5)),
                url("/siteart/InvSplash/skid.png");
                background-repeat: no-repeat;
                background-size: cover;
        }

        .grid17:hover {
            background-image:
                linear-gradient(to bottom, rgba(000, 000, 000, 0.2), rgba(000, 000, 000, 0.2)),
                url("/siteart/InvSplash/skid.png");
        }
        

        .grid18 {
            background-image:
                linear-gradient(to bottom, rgba(000, 000, 000, 0.5), rgba(000, 000, 000, 0.5)),
                url("/siteart/InvSplash/wheel.png");
                background-repeat: no-repeat;
                background-size: cover;
        }

        .grid18:hover {
            background-image:
                linear-gradient(to bottom, rgba(000, 000, 000, 0.2), rgba(000, 000, 000, 0.2)),
                url("/siteart/InvSplash/wheel.png");
        }


        .grid19 {
            background-image:
                linear-gradient(to bottom, rgba(000, 000, 000, 0.5), rgba(000, 000, 000, 0.5)),
                url("/siteart/InvSplash/oil.png");
                background-repeat: no-repeat;
                background-size: cover;
        }

        .grid19:hover {
            background-image:
                linear-gradient(to bottom, rgba(000, 000, 000, 0.2), rgba(000, 000, 000, 0.2)),
                url("/siteart/InvSplash/oil.png");
        } 

        .grid20 {
            background-image:
                linear-gradient(to bottom, rgba(000, 000, 000, 0.5), rgba(000, 000, 000, 0.5)),
                url("/siteart/InvSplash/farm.png");
                background-repeat: no-repeat;
                background-size: cover;
        }

        .grid20:hover {
            background-image:
                linear-gradient(to bottom, rgba(000, 000, 000, 0.2), rgba(000, 000, 000, 0.2)),
                url("/siteart/InvSplash/farm.png");
        }


        .grid21 {
            background-image:
                linear-gradient(to bottom, rgba(000, 000, 000, 0.5), rgba(000, 000, 000, 0.5)),
                url("/siteart/InvSplash/truck.png");
                background-repeat: no-repeat;
                background-size: cover;
        }

        .grid21:hover {
            background-image:
                linear-gradient(to bottom, rgba(000, 000, 000, 0.2), rgba(000, 000, 000, 0.2)),
                url("/siteart/InvSplash/truck.png");
        }
        

        .grid22 {
            background-image:
                linear-gradient(to bottom, rgba(000, 000, 000, 0.5), rgba(000, 000, 000, 0.5)),
                url("/siteart/InvSplash/trailer.png");
                background-repeat: no-repeat;
                background-size: cover;
        }

        .grid22:hover {
            background-image:
                linear-gradient(to bottom, rgba(000, 000, 000, 0.2), rgba(000, 000, 000, 0.2)),
                url("/siteart/InvSplash/trailer.png");
        }


        .grid23 {
            background-image:
                linear-gradient(to bottom, rgba(000, 000, 000, 0.5), rgba(000, 000, 000, 0.5)),
                url("/siteart/InvSplash/other.png");
                background-repeat: no-repeat;
                background-size: cover;
        }

        .grid23:hover {
            background-image:
                linear-gradient(to bottom, rgba(000, 000, 000, 0.2), rgba(000, 000, 000, 0.2)),
                url("/siteart/InvSplash/other.png");
        }

.pad-5 {padding: 5px!important;}

.pad-30 {padding: 70px 10%;}

/*===================== 
	nav styles 
=======================*/
nav.mobile {
	display:none;	
}
#menu-button {
	display:none;	
}
/* ----- */
.nav-back{background:#ff0000;}
nav.primary {
	max-width: 100%;
    text-align: center;
    padding: 0;
	display:flex; 
	flex-direction:row;
	justify-content: space-between;
	}
	nav.primary ul {
		margin: 0;
		padding:0;
		}
		nav.primary ul li {
			display:inline-block;
			}
			nav.primary ul li a {
				color: #fff;
				display: block;
				padding: 20px 14px;
				text-transform:uppercase;
				font-size:18px;
				font-weight:bold;
				}	
			nav.primary ul li a:hover {
				background:#1b1b1b;
				}
				
/* DROP DOWNS */				
nav.primary ul li li a {  /* appearance of the sub-level links */
	background:#1b1b1b;
	width:180px;
    text-align: left;
	display:block;
	text-decoration:none !important;
}
nav.primary ul li li  a:hover {  /* appearance of the sub-level links on hover */
	background:#333 !important;
	color:#fff !important;
	text-decoration:none !important;
}
/* This controls the Primary nav dropdowns for sublinks. Should not have to edit this too muuch */
nav.primary ul ul {
	display: none;
	position: absolute;
}
nav.primary ul ul ul {
	position: absolute;
	left: 100%;
	top: 0;
}
nav.primary ul li:hover > ul {
	display: block;
	line-height: 18px;
	z-index: 99999;
}
nav.primary ul ul li {
	float: none;
	position: relative;
	margin: 0;
	display:block;
    z-index: 99999;
}

/*---------Header-------------*/
header{background:#000; width:100%;}
.header-top{width:100%; display:flex; padding: 20px 10px; box-sizing:border-box; flex-direction:row;}
.header-right, .header-left{max-width:300px; width:100%;}
.header-right img, .header-left img{width:100%;}
.header-middle{width:calc(100% - 600px); text-align:center;}
.header-middle a{color:#fff; font-size:18px; transition:.3s ease; text-transform:uppercase; line-height:26px;}
.header-middle a i{padding-right:10px;}
.header-middle a:hover{color:#ff0000;}



/*===================== 
	slideshow styles 
=======================*/
.hero-img {	
	width:100%;	
}
.hero-img img {
	width:100%;	
}
.cycle-slide {
	width:100%;
	float:left;	
}


/****************************SLIDESHOW**************************/
#slideshow {
	width:100%;
	float:left;
	overflow:hidden;
}
.slide-contain {
	width:100%;
	float:left;
	z-index:300;
	overflow:hidden;
}

.cycle-slideshow, .cycle-slide { width:100%; }

.cycle-slideshow img, .cycle-slide img { width:100%; float:left; }

.cycle-slideshow {
	width:100%;
	overflow:hidden;
	float:left;
	
	display:block;
}
.cycle-slideshow img {display:block; width:100%; float:left; }


/* pager */
.pager { 
    text-align:center; width:100%; margin:-50px 0 -2px; position:relative; z-index:999; float:left;}
.pager span { 
    font-family:arial; font-size:50px; width:16px; height:16px; display:inline-block; color:#D30003; color:#828282; cursor:pointer; 
}
.pager span.cycle-pager-active { color:#ff0000;}
.pager > * { cursor:pointer;}


/* overlay */
.cycle-overlay { 
    font-family:'bebas_neueregular', sans-serif;
	font-size:72px;
   	position:absolute; 
	bottom:0; 
	width:84%; 
	z-index:400;
    text-shadow: 2px 2px #000;
	color:#fff; 
	padding:1% 8%;
	margin-bottom:15%;
}

.cycle-overlay span {
font-family:Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
color:#fff;	
font-size:32px;
padding:10px 40px;
background:#f15d25;
border-radius:5px;
text-shadow:none;
-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;
}

.cycle-overlay span:hover {
background:#fff;
color:#f15d25;	
text-decoration:none;
}

.cycle-overlay span a {
text-decoration:none;	
}


/*===================== 
	banner styles 
=======================*/
.banner {
	background:#222;	
}
	
/*  SCROLLING INVENTORY
------------------------------------------------*/
.scrolling-wrap {
    width:100%;
    height:90px;
    overflow:hidden;
}
.scrolling{
    width:100%;
    height:92px;
}


/*===================== 
	layout styles 
=======================*/
.wrap {
	max-width:1600px;
	width:100%;
	margin: 0 auto;
	}
	
.col-1-6 { width: 16%;}
.col-1-5 { width: 20%;}
.col-1-4 { width: 24%;}
.col-1-3 { width: 33%;}
.col-1-2 { width: 49%;}
.col-2-3 { width: 65%;}
.col-3-4 { width: 75%;}

/*===================== 
	footer styles 
=======================*/
footer {
	margin: 0;
	width: 100%;
	background:#222;
	padding:1% 0;
}
	
a.footerlink:link,
a.footerlink:visited, 
a.footerlink:active {
	text-decoration: none; 
	font-size:13px;
	color: #fff;
	}
	a.footerlink:hover {
		text-decoration:none; 
		font-size:13px;
		color: #ff0000;
		}

.footertext {
	font-size:13px; 
	color:#fff;
	}

.smallfootertext {
	font-size:10px; 
	color:#fff;
	}

.divfooter {
	width:55%; 
	text-align:center; 
	margin:0 auto;
	color:#fff;
	}
	
/*===================== 
	Home Page 
=======================*/
.hero-img {
	width:100%;
	margin:0 auto;
}
.hero-img h2 {
	text-transform:uppercase;	
}
.intro-section {	
	padding:1.5% 0;
	color:#fff;
	background:#eee;
}
.intro-blk-bg {
	padding: 1% 1%;
    background: rgba(41,41,41,.75);
    position: absolute;
    z-index: 500;
    left: 2%;
    width: 28%;
    color: #fff;
}
.intro-blk-bg h1 {
	font-size:28px;	
}
.inv-blk-bg {
	padding:4%;
	background:rgba(41,41,41,1.0);
}
.blk-bg {
	padding:4%;
	background:rgba(41,41,41,.75);
}
.transparent-bg {
	padding:2%;
	background:transparent;
	min-height:650px;
}
.transparent-bgHome {
	padding:2% 10px;
	background:transparent;
	min-height:610px;
}
.construction-bg {
	padding:2%;
	background:transparent;
	min-height:800px;
}
.blk-bg h1 {
	font-size:28px;	
}
.consign-btns {
	background:#ff0000;
	width: 75%;
	display:block;
	padding:2% 0;
	text-align:center;
	font-weight:bold;
	text-transform:uppercase;
	margin:2% auto;
	font-size:15px;
	border-radius:5px;
}
.consign-btns .arrows {
	width:15px;	
	float:right;
	padding-right:5%;
}
.consign-btns p, .consign-btns .arrows {
	display:inline-block;
	vertical-align:middle;	
}
.auction-div {
	margin: 0 auto;
	width: 100%;
	text-align: center;
}
.register-btns {
	background:#333;
	width: 37%;
	display:inline-block;
	padding:2% 0;
	text-align:center;
	font-weight:bold;
	text-transform:uppercase;
	margin:2% auto;
	font-size:15px;
	border-radius:5px;
}
.register-btns .arrows {
	width:15px;	
	float:right;
	padding-right:5%;
}
.register-btns p, .register-btns .arrows {
	display:inline-block;
	vertical-align:middle;	
}
.register-btns:hover {
	background:#ff0000;
}
.bottom-section {
	background-size:cover;
	background-position:center;
	padding:1% 0;
}
.fade-section {
	background:url(../siteart/fade-bg.jpg) no-repeat;
	background-size:cover;
	background-position:center;
	padding:1% 0;
}

.fade-section .col-1-2 {
	display:inline-block;
	vertical-align:top;
	width:47%;
	color:#fff;	
}
.fade-section h3 {
	padding-bottom:1%;
	text-transform:uppercase;
	font-size:20px;	
}
.contact-div {
	margin-top:2%;	
	color:#fff;
}
.contact-div .email-btn, .contact-div p {
	display:inline-block;
	vertical-align:middle;	
}
.email-btn {
	background:#ff0000;	
	width:75%;
	display:inline-block;
	vertical-align:middle;
	padding:1.5% 0;
	text-align:center;
	font-weight:bold;
	color:#fff;
	text-transform:uppercase;
	font-size:15px;
	border-radius:5px;
	margin:3% 0;
}
.email-btn img {
	float:right;	
	padding-right:5%;
}
.email-btn p, .email-btn img {
	display:inline-block;
	vertical-align:middle;	
}
.bbb-logo {
	display:inline-block;
	vertical-align:middle;
	padding-left:2%;	
}

/*=========================== 
	Consignment Page 
===========================*/
.consignment-pg {
	padding:3% 0;	
	color:#fff;
}


/*=========================== 
	Consignment form Page 
===========================*/
.consignment-pg form {
	width:100%;	
	padding:1%;
	margin:1.5% 0;
}
.consignment-pg h3 {
	background: #ff0000;
	padding: 1% 0 1% .5%;
	text-transform: uppercase;
	font-size: 16px;
	color: #f9f9f9;	
}
input {
	width: 6%;
	padding:5px;	
	display:inline-block;
	vertical-align:top;
	margin:.5% 0;
}
.checkbox {
	width:3%;
	display:inline-block;
	vertical-align:middle;	
}
textarea {
	width:100%;
	display:block;
	margin:0 auto;	
}
.form-p {
	width:95%;
	display:inline-block;
	vertical-align:middle;	
}
.form-field-select {
	width:100%;
	margin:.5% 0;
}
.form-p-2 {
	width:88%;
	display:inline-block;
	vertical-align:middle;	
}
.select-form {
	width:10%;
	display:inline-block;
	vertical-align:middle;		
}

.consignment-pg form .CaptchaMessagePanel {
    font-weight: bold;
    color: #fff !important;
}
.consignment-pg form input.button {
	background:#ff0000;
	border:#ff0000 3px solid;
	box-shadow:none;
	padding:.7% 0;
	color:#fff;
	text-transform:uppercase;
	font-weight:bold;
	font-size:15px;
	width:50%;
	text-align: center;
	margin: 0 auto;
	display: block;
}
.consignment-pg form input.button:hover {
	background:transparent;
	color:#ff0000;
	cursor:pointer;
}
/*=====================
	Register Page
======================*/

.section ul li{font-size:18px; line-height:26px; font-weight:800;}
.section h2{font-size:28px;}
.section p{font-size:16px; line-height:24px;}
.video-wrap{margin:20px 0;}
/*===================== 
	Contact Page 
=======================*/	
.contact-pg {
	background:url(../siteart/contact-bg.jpg) no-repeat;
	background-position:center;
	background-size:cover;
	padding:10% 0;
	color:#fff;	
}
.contact-pg p {
	display:inline-block;
	vertical-align:top;
	padding: .96%;
	padding-top:3%;
}
.contact-pg .col-1-2 {
	display: inline-block;
	vertical-align: middle;
	width: 20%;
	margin-top: 2%;
}
.contact-pg .col-1-2 img {
	width: 95%;
}

.contact-pg td.input-div {
	width: 75%;
}
.contact-pg td.word-div {
	width: 22%;
	nowrap:nowrap;
	text-align:left;
	font-size:16px;
}
.form_input {
	width:100%!important;
}
textarea {
	width:100%!important;
	padding: 5px;
    display: inline-block;
    vertical-align: top;
    margin: .5% 0;
	font-family: 'arial',sans-serif;
}
#CaptchaAnswer {
	width:50%!important;
	margin:0 auto;
}

/*===================== 
	Financing Page 
=======================*/
.resources-pg {
	padding:5% 0;
	background:url(../siteart/resources-bg.jpg) no-repeat;
	background-size:cover;
	background-position:center;
}
.resources-pg .blk-bg {
	color:#fff;	
}
.resources-pg .col-1-3, .resources-pg .col-2-3 {
    vertical-align: top;
}
.resources-pg .col-1-3 {
    box-sizing: border-box;
    padding: 1.5%;
    background: #2b2b2b;
}
.resources-pg form {
    width: 96%;
    margin: 2% 0;
    text-align: left;
}
.resources-pg input {
    margin: .75% 1% .75% 0;
    width: 46.25%;
    display: inline-block;
    border: none;
    border-radius: 2px;
}
.resources-pg textarea {
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
    font-size: 12px;
    width: 99%;
    border: none;
    border-radius: 2px;
    color: #888;
    margin: 1% auto;
}
.consent-div {
    margin-top: 2%;
}
.consent-div input, .consent-div p {
    display: inline-block;
    vertical-align: middle;
}
.consent-div input {
    width: 6%;
}
.consent-div p {
    width: 92%;
    text-align: left;
    font-size: 13px;
}
.resources-pg form .button {
    width: 50%;
    padding: 1% 0;
    border: none;
    background: #ff0000;
    font-weight: bold;
    color: #fff;
}

.resources-pg form .CaptchaMessagePanel {
    font-size: 13px;
}
.resources-pg form .CaptchaWhatsThisPanel {
    font-size: 13px;
    padding: 1px 5px 10px 5px;
}
.resources-pg form .CaptchaPanel {
    text-align: left;
}

/*===================== 
	Auctions Page 
=======================*/
.auctions-pg {
	padding:3% 0;	
}


/*===================== 
	Service Page 
=======================*/
.services-pg {
	background:url(../siteart/service-bg.jpg) no-repeat;
	background-size:cover;
	background-position:center;
	padding:3% 0;
	color:#fff;	
}
.services-pg blockquote {
	font-weight:bold;	
}

	
/*===================== 
	Inventory Page 
=======================*/	
.body-wrapper>div:not(.detail-wrapper) .list-main-section .list-container .list-listing .listing-top-right .buy-now-link,
.body-wrapper>div:not(.detail-wrapper) .list-main-section .list-container .list-listing .listing-top-right .check-availability-link,
.body-wrapper>div:not(.detail-wrapper) .list-main-section .list-container .list-listing .listing-top-right .email-seller-link,
.body-wrapper>div:not(.detail-wrapper) .faceted-section-box .show-all-modal .show-all-modal-content-container .show-all-modal-content .title-close-row .apply-button,
.body-wrapper>div:not(.detail-wrapper) .show-all-modal .show-all-modal-content-container .show-all-modal-content .title-close-row .apply-button,
.body-wrapper>div:not(.detail-wrapper) button.page-nav {
    background: #ff0a00 !important;
    color: #000 !important;
}

.body-wrapper>div:not(.detail-wrapper) .view-listing-details-link,
.body-wrapper>div:not(.detail-wrapper) .contact-options a,
.body-wrapper>div:not(.detail-wrapper) .fin-calc-mobile>a,
.body-wrapper>div:not(.detail-wrapper) button.g-recaptcha.button,
.body-wrapper>div:not(.detail-wrapper) .show-all-modal .apply-button,
.body-wrapper>div:not(.detail-wrapper) .show-all-modal .nuf-button,
.body-wrapper>div:not(.detail-wrapper) .list-error-container .info button,
.body-wrapper>div:not(.detail-wrapper) .mobile-done-button-container .mobile-done-button,
.body-wrapper>div:not(.detail-wrapper) a.buy-btn.gtm-buynow.des-buy-now,
.body-wrapper>div:not(.detail-wrapper) a.buy-btn.des-buy-now,
.body-wrapper>div:not(.detail-wrapper) button.selected-facet.ts-button,
.body-wrapper>div:not(.detail-wrapper) .detail-contact-bar .contact-bar-btn {
    background: #ff0a00 !important;
    color: #fff !important;
}

.body-wrapper>div:not(.detail-wrapper) .view-listing-details-link:hover,
.body-wrapper>div:not(.detail-wrapper) .contact-options a:hover,
.body-wrapper>div:not(.detail-wrapper) .fin-calc-mobile>a:hover,
.body-wrapper>div:not(.detail-wrapper) button.g-recaptcha.button:hover,
.body-wrapper>div:not(.detail-wrapper) .email-seller-link:hover,
.body-wrapper>div:not(.detail-wrapper) .mc-nav-controls .mc-icon-navarrow span,
.body-wrapper>div:not(.detail-wrapper) a.buy-btn.gtm-buynow.des-buy-now:hover,
.body-wrapper>div:not(.detail-wrapper) a.buy-btn.des-buy-now:hover,
.body-wrapper>div:not(.detail-wrapper) .detail-contact-bar .contact-bar-btn:hover {
    background: #000 !important;
    color: #fff !important;
    /*----Border----*/
}

.body-wrapper>div:not(.detail-wrapper) .faceted-section-box .show-all-modal .show-all-modal-content-container .show-all-modal-content .title-close-row .back-button,
.body-wrapper>div:not(.detail-wrapper) .show-all-modal .show-all-modal-content-container .show-all-modal-content .title-close-row .back-button,
.body-wrapper>div:not(.detail-wrapper) .show-all-modal .back-button,
.body-wrapper>div:not(.detail-wrapper) .parts-listing-container .mobile-parts-detail-container .dealer-phone-container a {
    color: #000 !important;
    border: 1px solid #000 !important;
    /*-----------------------OTHER TEXT STYLES-----------------------*/
    /*----Page Title----*/
}

.body-wrapper>div:not(.detail-wrapper) .list-title .list-title-text,
.body-wrapper>div:not(.detail-wrapper) .parts-top-section .parts-title-and-breadcrumbs .parts-title .parts-title-text span,
.body-wrapper>div:not(.detail-wrapper) .title-media-buttons-heading h1 {
    color: #000 !important;
    line-height: 28px !important;
}

.body-wrapper>div:not(.detail-wrapper) .list-main-section .list-container .list-listing .listing-top-right .listing-dealer-info .dealer-name,
.body-wrapper>div:not(.detail-wrapper) .list-main-section .list-container .fin-calc,
.body-wrapper>div:not(.detail-wrapper) .list-listing-mobile .listing-dealer-info .spec-value,
.body-wrapper>div:not(.detail-wrapper) .fin-calc,
.body-wrapper>div:not(.detail-wrapper) .fin-calc p,
.body-wrapper>div:not(.detail-wrapper) .list-main-section .list-container .list-error .info,
.body-wrapper>div:not(.detail-wrapper) .parts-bottom-section .parts-list-view .parts-list-content .error-message,
.body-wrapper>div:not(.detail-wrapper) .info,
.body-wrapper>div:not(.detail-wrapper) .list-title .list-listings-count,
.body-wrapper>div:not(.detail-wrapper) .parts-top-section .parts-title-and-breadcrumbs .parts-title .parts-listings-count,
.body-wrapper>div:not(.detail-wrapper) .list-top-section .listing-option-bar .list-listings-count,
.body-wrapper>div:not(.detail-wrapper) span.part-list-price.bold,
.body-wrapper>div:not(.detail-wrapper) .dealer-company-header,
.body-wrapper>div:not(.detail-wrapper) .dealer-info h3,
.body-wrapper>div:not(.detail-wrapper) .listing-description-text,
.body-wrapper>div:not(.detail-wrapper) .paging-container .list-page-number,
.body-wrapper>div:not(.detail-wrapper) .paging-container .page-number,
.body-wrapper>div:not(.detail-wrapper) .listing-main-stats .price,
.body-wrapper>div:not(.detail-wrapper) .list-container-flexrow .price-container .price,
.body-wrapper>div:not(.detail-wrapper) h2.listing-portion-title,
.body-wrapper>div:not(.detail-wrapper) .list-listing-mobile .price-container .price,
.body-wrapper>div:not(.detail-wrapper) .compare-listings-container .compare-container .comp-header-img .comp-title-close-cont .compare-title,
.body-wrapper>div:not(.detail-wrapper) .compare-listings-container .compare-container .compare-price,
.body-wrapper>div:not(.detail-wrapper) .rent-title,
.body-wrapper>div:not(.detail-wrapper) .rent-title-details,
.body-wrapper>div:not(.detail-wrapper) span.list-title-text,
.body-wrapper>div:not(.detail-wrapper) a.search-results-link,
.body-wrapper>div:not(.detail-wrapper) h3.listing-portion-title {
    color: #000 !important;
}

.body-wrapper>div:not(.detail-wrapper) .mobile-option-bar .mobile-option-bar-filter,
.body-wrapper>div:not(.detail-wrapper) span.listing-prices__retail-price,
.body-wrapper>div:not(.detail-wrapper) span.parts-listings-count {
    color: #000 !important;

}
.list-content .list-main-section .list-container .list-listing .listing-top-right .view-listing-details-link:hover{background-color:#000!important;}


/*===================== 
	Retail Inventory Page 
=======================*/	
.col-4 {
	width:32%;
	display: inline-block;
    vertical-align: top;
}
.col-pad {
	padding:10px;
}
.retail-pg {
	background-size:cover;
	background-position:center;
	padding:2% 0;
}
/* ZOOM */
.zoom-container {float:left; width: 24%; 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, .45); -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 h2 {display: block; text-align: center; 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;}




/* ====================
	MOBILE SCREENS
=================================== */

@media screen and (max-width: 1650px) {
.wrap {
	padding:0 10px; 
	box-sizing:border-box; 
	width:100%; max-width:1600px;
}
.zoom-container .zoom-caption h2 {font-size: 16px;}
}

@media screen and (max-width: 1550px) {

nav.primary {
	text-align:center;
	padding-right:0;	
}
.intro-blk-bg {
	width:45%;
	padding:2% 2%;
}
.contact-pg p {
	padding-top:2%;	
}
}

@media screen and (max-width: 1400px) {

.intro-blk-bg {
	left: 2%;
	}
.intro-blk-bg h1 {
	font-size: 28px;
	}
.bottom-section .col-1-2 {
	width:45%;	
}
.mg-left {
	margin-left:4%;	
}
	
}

@media screen and (max-width: 1350px) {
.view-btn {
	width:40%;
	padding:1.5% 0;
	left:31%;
	top:60%;	
}

.intro-blk-bg {
	width:47%;
	padding:2%;
}
.consign-btns {
	margin: 1% auto;
}
.auction-div {
	text-align: left;
}
.register-btns {
	width: 48%;
}
	
.email-btn {
	width:85%;	
}
	
.contact-pg .col-1-2 {
	width: 30%;
}
.contact-pg form input {
	width: 50%;
}
.zoom-container {width:25%;}	
.zoom-container .zoom-caption h2 {font-size: 14px;}

}

@media screen and (max-width: 1280px) {
.retail-section {
    margin: 10% 0 3% 0;
}
.intro-blk-bg {
	width:55%;	
	padding:3.5% 2%;
}
.consign-btns {
	display: inline-block;
	vertical-align: middle;
	width:48%;
	}
.bottom-section .col-1-2 {
	width:45%;	
}
.mg-left {
	margin-left:7%;	
}
.fade-section .col-1-2 {
    display: inline-block;
    vertical-align: top;
    width: 43%;
    color: #fff;
}
nav.primary ul li a {
    padding: 18px 12px;
    font-size: 16px;
}
	.header-middle a{font-size:16px;}

}
@media screen and (max-width: 1200px) {
	.header-middle{text-align:right; width:calc(100% - 300px);}
	.header-right{display:none;}

}

@media screen and (max-width: 1150px) {

/* Retail Equipment */
.retail-section {
    margin: 5% 0 3% 0;
}

.intro-blk-bg {
	width:80%;
	left:6%;	
	padding: 2%;
}

.bottom-section .col-1-2 {
	width:43%;	
}
.mg-left {
	margin-left:11%;	
}
	
.contact-pg form input {
	width: 95%;
}
.contact-pg form input.button {
	width: 75%;
}

.resources-pg .flex {
    display: block;
}
.resources-pg .col-1-3, .resources-pg .col-2-3 {
    width: 100%;
} 
.resources-pg .col-1-3 img {
    width: 30%;
}
.transparent-bgHome {
	min-height:390px;
}

}


@media screen and (max-width: 1050px) {
header .logo img {
	width:65%;	
}
.pager {
	display:none;	
}

.zoom-container {width:33%;}

/*consignment*/
.consignment-pg form input {
    width: 95%;
}
.construction-bg {
    min-height: 1250px;
}
.transparent-bgHome {
	min-height:760px;
}
.transparent-bg {
    min-height: 670px;
}

}

@media screen and (max-width: 975px) {

header .col-1-2 {
	display:block;	
	padding:1% 0;
	width:100%;
}
header .logo img {
	width:45%;	
}
header .header-text {
	text-align:left;	
}
.view-btn {
	width:80%;
	padding:2% 0;
	left:10%;
	top:40%;	
}
h1 {
	font-size:30px;	
}
.intro-blk-bg {
	width:90%;
	left:2%;	
	top:0%;
}
.consign-btns {
	padding:1.5% 0;
	margin:1% auto;	
}

.bottom-section .col-1-2 {
	margin:2% 0;
	width:100%;	
}
.divfooter {
	width:90%;	
}

.resource-logo {
	width:44%;
}
.resources-pg input {
    width: 98%;
}  

/*contact*/
.contact-pg .col-1-2 {
	width: 47%;
}

/*consignment*/
.consignment-pg form input.button {
    width: 95%;
}

/*Inventory*/ 
.retail-btns {
    width: 47%;
	padding: 2% 0px;
    display:inline-block;
    margin: 1%;
}


/*==============================
	Mobile Nav Styles			
================================*/	
nav.primary {
	display:none;	
}
#menu-button { /* initially will need to be hidden */
	display: block;
	font-size: 25px;
	max-width: 100%;
	position: relative;
	z-index: 900;/* needs to be lower than nav.mobile, adjust as needed */
	padding:1% 0 1% 3%;
	background-color:#ff0000;
}
#menu-button a {
	color: #fff;
	text-decoration: none;
	display:block;
}
nav.mobile {
	display: block;
	position: fixed;
	top: 0;
	left: -250px;
	width: 250px;
	height: 100%;
	background: #333;
	z-index: 1200; /* needs to be higher than #menu-button, adjust as needed */
	overflow: auto;
}
nav.mobile h3 { /* Menu header styles */
	position: relative;
	padding: 12px 10px;
	color: #fff;
	font-size: 20px;
	font-weight: 400;
	border-bottom: 4px solid #222;
}
nav.mobile .menu-toggle { /* Menu close button */
	position: absolute;
	top: 12px;
	right: 10px;
	display: inline-block;
	padding: 6px 9px 5px;
	font-family: Arial, sans-serif;
	font-weight: bold;
	line-height: 1;
	background: #222;
	color: #999;
	text-decoration: none;
	vertical-align: top;
}
nav.mobile .menu-toggle:hover { /* Menu close button on hoveer */
	color: #fff;
}
nav.mobile ul {
	list-style: none;
	font-weight: 300;
	border-top: 1px solid #151515;
	border-bottom: 1px solid #454545;
	margin: 0;
	padding: 0;
}
nav.mobile ul li {
	border-top: 1px solid #454545;
	border-bottom: 1px solid #151515;
}
nav.mobile ul li a {
	position: relative;
	display: block;
	padding: 10px;
	color: #999;
	text-decoration: none;
}
nav.mobile ul li a:hover {
	background: #000;
	color: #fff;
}
nav.mobile ul li li a { /* appearance of the sub-level links */
	background: #444;
	position: relative;
	display: block;
	padding: 10px 10px 10px 15px;
	color: #ccc;
	text-decoration: none;
}
nav.mobile ul li li li a { /* appearance of third level sub-level links if needed */
	background: #666;
	position: relative;
	display: block;
	padding: 10px 10px 10px 25px;
	color: #fff;
	text-decoration: none;
}
nav.mobile ul li span.click {/* dropdown menu idicator arrow be sure to include this image with your image files */
	background: url(../siteart/arrow.png) 10px 12px no-repeat;
	background-size: 45%;
	position: relative;
	display: block;
	float: right;
	margin: -44px 10px 0 0;
	cursor: pointer;
	z-index: 12399994;
	width: 40px;
	height: 40px;
	-webkit-transition: background-size .3s ease-in-out;
	-moz-transition: background-size .3s ease-in-out;
	transition: background-size .3s ease-in-out;
}
nav.mobile ul li span.click:hover {
	background-size: 60%;
}
	
}

@media screen and (max-width: 1000px) {
.intro-blk-bg {
	margin:0 auto;
	position:static;
	width:90%;
	background:rgba(41,41,41,1.0);	
}
	.intro-blk-bg h1{margin-top:300px;}
	.cycle-slideshow img{height:280px; object-fit:cover;}
.slide-contain {
	padding-bottom:2%;	
}
	
.contact-pg p {
	display:block;
	margin:2% 0 0 0;
}
.consign-btns {
	width:97%;
	padding:2% 0;
	font-size:14px;
}
.fade-section .col-1-2 {
    display: inline-block;
    vertical-align: top;
    width: 100%;
}
.fade-section .mg-left {
    margin:2%;
	width:calc(100% - 4%);
}
}

@media screen and (max-width: 760px) {
header .logo img {
	width:75%;	
}
	.header-top{flex-direction:column;}
	.header-left{margin:0 auto;}
	.header-middle{width:100%; text-align:center; padding-top:15px;}
	
	
.email-btn {
	padding:2% 0;
	margin-left:0;
	width:95%;
	margin-top:4%;	
}

/*consginment*/
.consignment-pg form input {
    padding: 2% 0;
    width: 100%;
}

input {
    padding: 5px;
    display: block;
    vertical-align: top;
    margin: 1% 0;
}
.checkbox {
    width: 5%;
}
.form-p {
    width: 90%;
    display: inline-block;
    vertical-align: top;
}
.select-form {
    width: 20%;
}
.form-field-select {
    margin: 3% 0;
}
	
.transparent-bgHome {
    min-height: 520px;
}

/*Inventory*/ 
.retail-btns {
    width: 100%;
    padding: 3% 0px;
    display:block;
    margin: 1% 0;
}
	
	
.contact-pg td.input-div {
	display: block;
	width: 100%;
}
.contact-pg td.word-div {
	display: block;
	width: 100%;
}
.zoom-container {width:50%;}
.construction-bg {
    min-height: 2050px;
}
.transparent-bgHome {
    min-height: 1000px;
}
.transparent-bg {
    min-height: 1070px;
}
	
/*==============================
	Mobile Nav Styles			
================================*/	
nav.primary {
	display:none;	
}
#menu-button { /* initially will need to be hidden */
	display: block;
	font-size: 25px;
	max-width: 100%;
	position: relative;
	z-index: 900;/* needs to be lower than nav.mobile, adjust as needed */
	padding:1% 0 1% 3%;
	background-color:#ff0000;
}
#menu-button a {
	color: #fff;
	text-decoration: none;
	display:block;
}
nav.mobile {
	display: block;
	position: fixed;
	top: 0;
	left: -250px;
	width: 250px;
	height: 100%;
	background: #333;
	z-index: 1200; /* needs to be higher than #menu-button, adjust as needed */
	overflow: auto;
}
nav.mobile h3 { /* Menu header styles */
	position: relative;
	padding: 12px 10px;
	color: #fff;
	font-size: 20px;
	font-weight: 400;
	border-bottom: 4px solid #222;
}
nav.mobile .menu-toggle { /* Menu close button */
	position: absolute;
	top: 12px;
	right: 10px;
	display: inline-block;
	padding: 6px 9px 5px;
	font-family: Arial, sans-serif;
	font-weight: bold;
	line-height: 1;
	background: #222;
	color: #999;
	text-decoration: none;
	vertical-align: top;
}
nav.mobile .menu-toggle:hover { /* Menu close button on hoveer */
	color: #fff;
}
nav.mobile ul {
	list-style: none;
	font-weight: 300;
	border-top: 1px solid #151515;
	border-bottom: 1px solid #454545;
	margin: 0;
	padding: 0;
}
nav.mobile ul li {
	border-top: 1px solid #454545;
	border-bottom: 1px solid #151515;
}
nav.mobile ul li a {
	position: relative;
	display: block;
	padding: 10px;
	color: #999;
	text-decoration: none;
}
nav.mobile ul li a:hover {
	background: #000;
	color: #fff;
}
nav.mobile ul li li a { /* appearance of the sub-level links */
	background: #444;
	position: relative;
	display: block;
	padding: 10px 10px 10px 15px;
	color: #ccc;
	text-decoration: none;
}
nav.mobile ul li li li a { /* appearance of third level sub-level links if needed */
	background: #666;
	position: relative;
	display: block;
	padding: 10px 10px 10px 25px;
	color: #fff;
	text-decoration: none;
}
nav.mobile ul li span.click {/* dropdown menu idicator arrow be sure to include this image with your image files */
	background: url(../siteart/arrow.png) 10px 12px no-repeat;
	background-size: 45%;
	position: relative;
	display: block;
	float: right;
	margin: -44px 10px 0 0;
	cursor: pointer;
	z-index: 12399994;
	width: 40px;
	height: 40px;
	-webkit-transition: background-size .3s ease-in-out;
	-moz-transition: background-size .3s ease-in-out;
	transition: background-size .3s ease-in-out;
}
nav.mobile ul li span.click:hover {
	background-size: 60%;
}
}

@media screen and (max-width: 650px) {
.transparent-bgHome {
    min-height: 860px;
}
	.header-middle a{font-size:14px;}
	.fb_iframe_widget_fluid span{width:100%!important; max-width:400px!important;}
}

@media screen and (max-width: 500px) {
.zoom-container {float:none; width:100%;}

}
.flex {
	display:flex;
}

#margin {
	margin-left:-238px;
}

@media screen and (max-width: 400px) {
.fb-page{display:none!important;}
}

