﻿/***** 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;
}

img{max-width: 100%; height: auto;}


/*===================== 
	@Font-Face 
=======================*/
@font-face {
    font-family: 'montserratlight';
    src: url('/fonts/montserrat-light-webfont.eot');
    src: url('/fonts/montserrat-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/montserrat-light-webfont.woff2') format('woff2'),
         url('/fonts/montserrat-light-webfont.woff') format('woff'),
         url('/fonts/montserrat-light-webfont.ttf') format('truetype'),
         url('/fonts/montserrat-light-webfont.svg#montserratlight') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'montserratregular';
    src: url('/fonts/montserrat-regular-webfont.eot');
    src: url('/fonts/montserrat-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/montserrat-regular-webfont.woff2') format('woff2'),
         url('/fonts/montserrat-regular-webfont.woff') format('woff'),
         url('/fonts/montserrat-regular-webfont.ttf') format('truetype'),
         url('/fonts/montserrat-regular-webfont.svg#montserratregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'montserratbold';
    src: url('/fonts/montserrat-bold-webfont.eot');
    src: url('/fonts/montserrat-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/montserrat-bold-webfont.woff2') format('woff2'),
         url('/fonts/montserrat-bold-webfont.woff') format('woff'),
         url('/fonts/montserrat-bold-webfont.ttf') format('truetype'),
         url('/fonts/montserrat-bold-webfont.svg#montserratbold') format('svg');
    font-weight: normal;
    font-style: normal;
}

::-moz-selection {
    background: #000;
    color: #fff;
    text-shadow: none;
}
::selection {
    background: #000;
    color: #fff;
    text-shadow: none;
}

/*===================== 
	base styles 
=======================*/
*, *:after, *:before {box-sizing: border-box;}
html, body{
	font-family: 'montserratlight';
	font-size: 14px;
	-web-text-size-adjust:none;
	margin:0;
}
body {overflow-x: hidden; line-height: 1.8;}



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;} 

.clear{clear:both;}
	
/*===================== 
	typography 
=======================*/

h1 { font-family: 'montserratbold'; color: #fff; font-size: 42px; line-height: 50px; text-transform: uppercase;}
h2 { font-family: 'montserratlight'; color: #fff; font-size: 17px;}
h3 { font-family: 'montserratlight'; color: #fff; font-size: 12px; text-transform: uppercase;}
h4 { font-family: 'montserratlight'; color: #fff; font-size: 24px; }
h5 { font-family: 'montserratlight'; color: #fff; font-size: 18px; }

h6 { font-family: 'montserratregular'; color: #000; font-size: 24px;}
h7 { font-family: 'montserratlight'; color: #000; font-size: 12px; font-style: italic;}

p { font-family: 'montserratlight'; font-size: 14px; line-height: 28px; color:#fff;}

.quote {
    font-style: italic;
    font-family: 'montserratlight';
    font-size: 14px;
    line-height: 28px;
    color: #000;
}

/*===================== 
	link styles 
=======================*/

a{
	font-family: 'montserratbold';
	color: #000;
	text-decoration:none;
	transition: all .2s ease-in-out; 
	-moz-transition: all .2s ease-in-out; 
	-webkit-transition: all .2s ease-in-out;
}
a:hover{color: #ccc; text-decoration:none;}

a#cta-btn {text-align: center; color: #fff; padding: 10px; display: block; background: #528cb3; text-transform: uppercase; margin: 0 auto; max-width: 250px; border-radius: 0 0 8px 8px;}
a#cta-btn:hover {background: #0c1972;}

a#cta-btn2 {text-align: center; color: #fff; padding: 10px; display: block; background: #1a6510; text-transform: uppercase; margin: 0 auto; max-width: 250px; width: 100%; border-radius: 8px;}
a#cta-btn2:hover {background: #229017;}


/*** STICKY HEADER ****/

.fixed-header {
	top:0;
  	left: 0;
  	z-index: 8000;
 	width: 100%;
	position:sticky;
}


/*===================== 
	header styles 
=======================*/

.header {
	margin: 0 auto;
	width: 100%;
	background-color: #f2f2f2;
	box-sizing: border-box;
}
	
.logo {
    padding: 2% 0;
    margin: 0;
	float:left;
}
.logo img{max-width:320px;}

.header-right {
    float: right;
    text-align: right;
	display: block;
	margin-top: 10px;
}
.number{
	margin:0;
	color: #0c1972;	
	font-family: 'montserratbold';
	position:relative;
	bottom:15px;
	
}

.right{float:right}


/*===================== 
	content styles 
=======================*/

.wrapper {width: 100%; margin: 0 auto; max-width: 1200px;}
.mid-wrapper {width: 100%; margin: 3em auto; max-width: 1200px; padding: 0 10%;}
.mid-wrapper p{color:#000; font-weight: 600;}
.mid-wrapper strong {letter-spacing: .02em;}

.giant {
    width: 100%;
    background-image: url(../siteart/giant.jpg);
	background-color:#000;
    background-repeat: no-repeat;
    background-size: cover;
    height: 466px;
    position: relative;
}
.giant2 {
    width: 100%;
    background-image: url(../siteart/service.jpg);
	background-color:#000;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    position: relative;
}
.giant3 {
    width: 100%;
    background-image: url(../siteart/contact.jpg);
	background-color:#000;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    position: relative;
}
.giant4 {
    width: 100%;
    background-image: url(../siteart/about.jpg);
	background-color:#000;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    position: relative;
}
.giant5 {
    width: 100%;
    background-image: url(../siteart/new-crane.jpg);
	background-color:#000;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    position: relative;
}
.giant6 {
    width: 100%;
    background-image: url(../siteart/used-crane.jpg);
	background-color:#000;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    position: relative;
}
.giant7 {
    width: 100%;
    background-image: url(../siteart/parts.jpg);
	background-color:#000;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    position: relative;
}

.welcome1 {
    text-align: center;
    z-index: 9;
    position: relative;
    padding: 5em 10%;
}
.welcome {
    text-align: center;
    z-index: 9;
    position: relative;
    padding: 5em 10%;
}
.button-wrap{
	text-align:center;
	margin: 2% auto;
	width:250px;	
}
.button-wrap a h3{
	padding:10px;
	border-radius:8px;
	border: solid 1px #fff;
	background:none;
	transition: all .2s ease-in-out; 
	-moz-transition: all .2s ease-in-out; 
	-webkit-transition: all .2s ease-in-out;
}
.button-wrap a h3:hover{
	border: solid 1px #fff;
	background: #ffffff;
    color: #1c2023;
	font-family: 'montserratregular';
}

.mailing-list{
	background:#1c1c1c;
	padding:30px 0;
	text-align:center;
	transition: all .2s ease-in-out; 
	-moz-transition: all .2s ease-in-out; 
	-webkit-transition: all .2s ease-in-out;
}
.mailing-list a{
	padding:10px;
	border-radius:8px;
	border: solid 1px #fff;
	background:none;
	font-size:11px;
	color:#fff;
	margin-left:20px;
	font-family: 'montserratlight'; 
}
.mailing-list a:hover{
	background:#0c1972;
	color:#fff;
}


.white{
	background:#fff;
	width:100%;
	padding:4em 10%;
	margin:0 auto;
}
.gray{
	background:#f2f2f2;
	width:100%;
	padding:4em 10%;
	margin:0 auto;
}
.white p, .gray p{
	color:#000;
	padding: 0 25px;
}

ul.list-wrap {margin: 30px;}
ul.list-wrap li {list-style: initial; margin: 5px;}

.middle {
    width: 100%;
    background-image: url(../siteart/middle.jpg);
	background-color:#000;
    background-repeat: no-repeat;
    background-size: cover;
    margin: 2% 0 0;
    height: 100%;
    position: relative;
    padding-bottom: 235px;
}
.mid {
    text-align: left;
    width: 100%;
    z-index: 999;
    position: relative;
    top: 120px;
    margin: 0 auto;
    max-width: 495px;
}

.credit-app{
    display: inline;	
}
.credit-app img{
	max-width: 50px;
    display: inline;	
}
.credit-app img:hover{
	opacity:.5;	
}

.finance-wrapper {width: 100%; display: flex; flex-wrap: wrap; margin: 0 auto; max-width: 1400px;}
.finance-wrapper .finance-left {width: 70%; padding: 3em 7% 3em 0;}
.finance-wrapper .finance-right {width: 30%; background: #1a6510; display: flex; flex-direction: column; justify-content: center; text-align: center;}
.finance-wrapper .finance-right img#finance {margin: 0 auto; background: #fff; padding: 1em 20%; margin-top: 10em;}
.finance-ctas {}
.finance-ctas div {display: flex; justify-content: flex-start; align-items: center; margin: 1em 0;}
.finance-ctas div p {margin-left: 7%;}
.finance-ctas div a {margin: 0!important;}

.taxinfo-wrapper {width: 100%; display: flex; flex-wrap: wrap;}
.taxinfo-wrapper .left, .taxinfo-wrapper .right {width: calc(50% - 4em); margin: 2em; float: none;}
.taxinfo-wrapper img {max-width: 200px; display: block; margin-top: 4em;}
.taxinfo-wrapper h2 {width: 100%; background: #1a6510; text-transform: uppercase; padding: .5em; text-align: center; display: block; margin: 0; font-size: 36px; line-height: 1.4;}
.taxinfo-wrapper h3 {width: 100%; background: #1a6510; text-transform: none; padding: .25em; text-align: center; display: block; font-size: 16px; margin: 1em 0;}
.taxinfo-wrapper b {font-weight: bold; color: #1a6510; display: block; margin-bottom: 10px;}
.taxinfo-wrapper a#cta-btn2 {margin: 2em 0 0;}
.total{font-weight:bold;}
.total-val{}
.calculator-wrapper {width: 100%; display: flex; flex-wrap: wrap; justify-content: space-between; margin-top: 1em;}
.calculator-wrapper div {width: 100%;}
.calculator-wrapper div input, .calculator-wrapper div select {width: 100%;}
.calculator-wrapper div label {width: 100%; font-weight: bold;}

/***** ZOOM STYLES *****/

.zoom-container {
    float: left;
    width: 16.66666%;
    position: relative;
    overflow: hidden;
    display: inline-block;
    border: 1px solid #fff;
    vertical-align: top;
    text-align: center;
    text-transform: uppercase;
    font-family: 'montserratregular';
    line-height: 20px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.zoom-container a{color: #bbbbbb;}
.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, .82);
	-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 h3 {
	display: block;
	text-align: center;
    font-family: 'montserratbold';
	font-size: 20px;
	font-style: normal;
	margin: 20% 0 0;
	text-transform: uppercase;
	color: #fff;
}
.zoom-container:hover .zoom-caption {
	background: none;
}


/*===================== 
	detailed search
=======================*/

.search input, .search select {
    width: 100%!important;
    padding: 10px!important;
    font-size: 12px!important;
    background-color: #2d2e2c!important;
    color: #fff!important;
    box-sizing: border-box!important;
    border-radius: 8px!important;
	height: auto!important;
	line-height: normal!important;
}
::-webkit-input-placeholder{color: #ccc; font-family: 'montserratregular';}
:-moz-placeholder{color: #ccc; font-family: 'montserratregular';}
::-moz-placeholder{color: #ccc; font-family: 'montserratregular';}
:-ms-input-placeholder{color: #ccc; font-family: 'montserratregular';}

.search-button {
    bottom: 27px!important;
    position: relative!important;
    color: #f2f2f2!important;
    background: none!important;
    border: none!important;
    right: 6px!important;
	padding: 0!important;
	height: auto!important;
	line-height: normal!important;
}
.search-button:hover {
    cursor:pointer;
}

	
/*===================== 
 scrolling inventory
=======================*/

.scrolling-wrap {
    width:100%;
    height:90px;
    overflow:hidden;
}
 
.scrolling{
    width:100%;
    height:92px;
}

/*===================== 
	layout styles 
=======================*/

.left {float: left;}
.right {float: right;}
.clear {clear:both;}

.container {
	max-width: 1200px;
	margin: 0 auto;
	width:100%
}
	
.column1 {width:75%; float:left; padding-right: 50px; box-sizing: border-box;}
.column2 {width:50%; float:left; padding-right: 25px; box-sizing: border-box;}
.column3 {width:33.33333%; float:left; padding-right: 0px; box-sizing: border-box;}
.column4 {width:25%; float:left; padding-right: 25px; box-sizing: border-box; color: #d3d3d3;}
.column5 {width:20%; float:left; box-sizing: border-box;}
.column6 {width:16.66666%; float:left; padding-right: 25px; box-sizing: border-box;}



/*===================== 
	main form
=======================*/

#form {
    background: #fff;
    max-width: 1200px;
    margin: 0 auto;
    color: #333;
}
#form input {
	width: 100%;
	padding: 5px 10px;
	border:1px solid #ccc;
	margin: 5px 0 15px;
	height: 30px;
	box-sizing: border-box;
	font-family: 'montserratlight';

}

#form textarea {
	width: 100%;
	padding: 5px 10px;
	border:1px solid #ccc;
	margin: 5px 0 15px;
	height: 90px;
	box-sizing: border-box;
	font-family: 'montserratlight';

}

#form select {
	width: 100%;
	padding: 5px 10px;
	border:1px solid #ccc;
	margin: 5px 0 15px;
	height: 30px;
	box-sizing: border-box;
}
#form input.placeholder {
	color:#777;
}


#form input[type="checkbox"] {
    margin:5px 10px 0 0;
    width:13px;
    height:13px;
    display:inline;
}
#form input[type="radio"] {
    margin:5px 10px 0 0;
    width:15px;
    height:15px;
    display:inline;
}
 
#form input.send-button,
#form input.send-button, #form input.send-button:focus {
    text-align: center;
    text-transform: uppercase;
    width: 207px;
    font-size: 14px;
    color: #fff;
    font-family: 'montserratregular';
    background: #0c1972;
    transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    border-radius: 6px;
    height: 35px;
    border: 1px solid #0c1972;
}
#form input.send-button:hover {
	background: #fff;
    transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
	cursor: pointer;
	color:#0c1972;
}
 
/*CAPCHA*/

.CaptchaPanel {
	margin:0 0 0 0 !important;
	padding:0 0 0 0 !important;
	text-align: left !important;
	line-height:normal !important;
}

.CaptchaAnswerPanel input {width: 200px !important;}

.CaptchaImagePanel {
	margin:0 0 0 0;
	padding:0 0 0 0;
}

.CaptchaMessagePanel {
	padding:0 0 0 0 !important;
	margin:0 0 0 0 !important;
	font-weight:normal !important;
	font-size:12px;
	line-height:14px;
}

.CaptchaAnswerPanel {
	margin:0 0 0 0;
	padding:2px 0px 2px 0px !important;
}

.CaptchaWhatsThisPanel {
	line-height:0;
	margin:0 0 0 0;
	padding:8px 0 8px 0 !important;
}
.CaptchaWhatsThisPanel a {color: #6E7676;}
.CaptchaWhatsThisPanel a:hover {text-decoration:none;} 

/*===================== 
	social media 
=======================*/

.socials{
	width: 100%;
	margin:2% auto;
	text-align:center;
	display: inline;	
}
.socials i{
	padding: 0 2vw;
	font-size: 20px;
	transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;	
	margin: 0 auto;
    display: inline;
}

.border-social {
    border-bottom: solid 1px #fff;
    width: 25%;
    margin: 1% auto 5%;
    text-align: center;
}
.manus {
    text-align: center;
    width: 100%;
	display: block;
    padding: 30px 5%;
	border-top: 6px solid #0c1972;
}
.manus img{
	padding: 0 1%;	
}

/*===================== 
	top footer styles 
=======================*/

footer{margin:0 0 0 0;}

#border-footer {
    width: 100%;
    border-top: 6px solid #0c1972;
    padding-bottom: 16px;
}

.bottom {
    width: 100%;
    background: #696969;
}

.footer {
    width: 100%;
    padding: 45px 0 70px;
    font-family: 'montserratlight';
    font-size: 11px;
    line-height: 24px;
    color: #fff;
    margin: 0 auto;
    text-align: center;
}
.footer a{font-family: 'montserratlight'; color: #fff; font-size: 11px; line-height: 24px;}
.footer a:hover{font-weight:bold; color:#0c1972;}


.bottom-footer {
    background: #fff;
    padding: 35px 0 20px 0;
    text-align: center;
}

/*-------------------*/

a.footerlink:link, a.footerlink:visited, a.footerlink:active{font-family: 'montserratregular'; color:#757575; font-size:10px; line-height: 14px;}
a.footerlink:hover {font-family: 'montserratbold'; font-weight:bold; text-decoration:none; font-size:10px;}
.footertext{font-family: 'montserratregular'; font-size:10px; color:#757575; line-height: 14px;}
.smallfootertext{font-family: 'montserratlight'; font-size:10px; color:#757575; line-height: 14px;}

.divfooter {
    float: left;
    line-height: 14px;
    width: 60%;
} 
.clear{clear:both;}	




/*===================== 
  non-iframe attachment styles 
=======================*/

#wide_col {
    width: 75% !important;
    float: right !important;
}



.attachment-search .fluid-border #listings-title{
	postition:relative!important;
	top:100px!important;
}
.attachment-search .hosted-content .fluid {
    clear: both;
    width: 100%;
    float: left;
    margin: 5% 0 0!important;
}

.attachment-search .search-checkboxes label .row {
    font-weight: normal;
    line-height: 15px;
    line-height: 1.5rem;
    color: #000;
}
.attachment-search cf{color: #000;}

.hosted-content .attachment-search {
    font-family: Arial,Helvetica,sans-serif!important;
    margin: 14% auto;
    max-width: 1200px;
}
.hosted-content .attachment-search .search-subheader {
    font-size: 12px!important;
    color: #777;
}

.attachment-search .search-header {
    color: #fff;
    text-align: center;
    background-color: #1029cb;
    margin: 0 0 7px 0;
    padding: 7px;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: bold;
}

.hosted-content .listings-detail-wrapper .information-box {
    border: 1px solid #ebebeb;
    margin-bottom: 10px;
    padding: 1.5rem 2%;
    padding: 15px 2%;
    -ms-word-break: break-word;
    word-break: break-word;
    color: #000!important;
}

.hosted-content .listing-boxed-pricing .addthis_inline_share_toolbox, .hosted-content .listing-card-inner .addthis_inline_share_toolbox {
    width: 100% !important;
    display: none!important;
}




/*===================== 
  responsive styles 
=======================*/

@media screen and (max-width: 1350px) {

.zoom-container .zoom-caption h3 {
    font-size: 17px;
    margin: 17% 0 0;
}


}
@media screen and (max-width: 1250px) {
	
.zoom-container {width: 33.3333%;}

}
@media screen and (max-width: 1180px) {

.header {padding: 0 4%;}
	.header-right {margin: 15px 0;}

	.hosted-content .p-tb-10 {padding: 15% 0 3%;}
	
	.finance-wrapper {flex-wrap: wrap;}
	.finance-wrapper .finance-left {margin: 3em 0;}	
	
	.taxinfo-wrapper h2 {font-size: 32px;}

}
@media screen and (max-width: 900px){
.finance-wrapper .finance-left {width: 100%;}
.column2 {width: 100%;float: none;}
.column2 iframe{margin: 4% auto 2%;	width:85%;}
.zoom-container .zoom-caption h3 {font-size: 16px;margin: 20% 0 0;}
.finance-wrapper .finance-right {width: 100%; padding: 2em 0; margin-bottom: 4em;}
.finance-wrapper .finance-right img#finance {display: none;}
.taxinfo-wrapper {flex-direction: column; padding-bottom: 4em;}
.taxinfo-wrapper .left, .taxinfo-wrapper .right {width: 100%; margin: 0;}
.taxinfo-wrapper h2 {font-size: 28px;}
}
@media screen and (max-width: 767px) {

.zoom-container {width: 50%!important;}
.finance-ctas div {flex-direction: column; margin: 2em 0; text-align: center;}
.finance-ctas div p {margin-left: 0; margin-top: 1em;}
.finance-ctas div p a {display: block;}

}
@media screen and (max-width: 550px) {

.mid {width: 84%; padding: 0 2%;}
.column3 {width: 100%; float: none; padding-bottom: 10px;}
.border-social {width: 50%; margin: 1% auto 8%;}


}
@media screen and (max-width: 480px) {
	
.logo {padding: 10px 0 0 0; float: none; text-align: center;}
.header-right {float: none; margin: 0;}
.number {
    text-align: center;
    position: relative;
    bottom: 15px;
}

h1 {font-size: 24px; line-height: 32px}
h2 {font-size: 14px; padding-bottom: 20px;}
	
.taxinfo-wrapper h2 {font-size: 24px;}

}
@media screen and (max-width: 380px) {

h1 {font-size: 22px; line-height: normal;}
h2 {font-size: 12px;}
h4 {font-size: 16px;}

.button-wrap { margin: 11% auto 0;}

.mailing-list a {
    padding: 7px;
    font-size: 10px;
    margin-left: 6px;
}

.zoom-container {width: 100%!important;}

}
