@charset "utf-8";
/* CSS Document */

.container-fluid, .row {width: auto !important; margin: 0 !important; padding: 0 !important;}

/* TYPOGRAPHY */

body {
	font-family: 'Open Sans', sans-serif !important;
	font-weight: 400;
	font-size: 1rem;
    line-height: 1.5;
    margin: 0;
    padding: 0;<strong></strong>
}

h1 {
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	font-size: 2rem;
    line-height: 1.2;
    text-transform: uppercase;
}

h2 {
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	font-size: 2rem;
    line-height: 1.2;
}

h3 {
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	font-size: 1.75rem;
    line-height: 1.2;
}

h4 {
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	font-size: 1.5rem;
    line-height: 1.2;
}


/* HEADER & NAVIGATION */

.header {
    -moz-box-shadow: 0px 2px 5px rgba(0,0,0,.3);
    -webkit-box-shadow: 0px 2px 5px rgb(0 0 0 / 30%);
    box-shadow: 0px 2px 5px rgb(0 0 0 / 30%);
    text-align: right;
    background: #fff;
}

.header img {
    width: 100%;
    max-width: 500px;
}

.headcontact {
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
}

.headcontact a {
    color: #000;
    text-decoration: none;
}

.sticky {
  position: fixed;
  top: 0;
  width: 100% !important;
	z-index: 1000;
}
.sticky-offset{
	padding-top: 130px;
}

/* HERO */

.hero {
    background-image: url(/../siteart/hero-cranes.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    min-height: 555px;
}

.heromobile img {width: 100%; height: 100%;}
.quickbtn{
	z-index: 100;
}
.quickbtn span {
    position: relative;
    margin: -20px 0 25px 0;
    display: block;
}

.quickbtn a{
    background: rgba(255,255,255,0.7);
    color: #001933 !important;
    text-decoration: none;
    text-align: center;
    text-transform: uppercase;
    font-size: 24px;
    font-weight: 700;
    padding: 15px 0;
    -moz-box-shadow: 0px 0px 10px rgba(0,0,0,.5);
    -webkit-box-shadow: 0px 0px 10px rgb(0 0 0 / 50%);
    box-shadow: 0px 0px 10px rgb(0 0 0 / 50%);
    transition: .3s all;
    width: 100%;
    display: block;
}

.quickbtn a:hover, .mobilequickbtn a:hover {
    background: rgba(0,25,51,0.7);
    color: #fff !important;
}

.mobilequickbtn a {
    background: rgba(255,255,255,0.7);
    color: #001933 !important;
    text-decoration: none;
    text-align: center;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 700;
    padding: 10px 0;
    -moz-box-shadow: 0px 0px 10px rgba(0,0,0,.5);
    -webkit-box-shadow: 0px 0px 10px rgb(0 0 0 / 50%);
    box-shadow: 0px 0px 10px rgb(0 0 0 / 50%);
    transition: .3s all;
    width: 100%;
    display: block;
    margin: 7px 0px;
}


/* INVENTORY SEARCH */

.invsearch {
    background: #001933;
    color: #fff;
}

.invsearch h1 {
    text-transform: uppercase;
}

.formbox select {
    padding: 8px;
    border: 0px;
    width: 100%;
    font-family: 'Open Sans', sans-serif;
}

.formbox input {
    padding: 8px;
    border: 0px;
    width: 100%;
    font-family: 'Open Sans', sans-serif;
}

.formbox input[type="submit"] {
    background: #b81f25;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    font-family: 'Open Sans', sans-serif;
}

.formbox input[type="submit"]:hover {
    background: #a11b20;
}

.formbox input[type="text" ] {
    width: 95% !important;
    font-family: 'Open Sans', sans-serif;
}


/* ABOUT */

.about {
    background: #fff;
}

.abouttxt {
    padding: 100px 0  50px 0;
}

.abouttxt p {
    margin-bottom: 16px;
    line-height: 135%;
    font-size: 16px;
}

.abouttxt h2 {
    font-size: 20px;
    margin: 0 0 7px 0;
    padding: 0;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
}

.abouttxt img {
    width: 100%;
}

.largefont {
    font-size: 30px;
    color: #000080;
    font-weight: 700;
}

.bulletpoint {
    font-size: 16px;
    color: #b81f25;
    font-weight: 700;
}

.fa-check-circle {
    font-size: 30px;
}

.blueline {
    width: 100%;
    height: 3px;
    background: #001933;
    display: block;
}

.tabtitle {
    background: #001933;
    display: inline-block;
    width: auto;
    padding: 7px 20px;
    text-align: center;
    color: #fff;
    font-size: 28px;
    margin-bottom: 0;
    text-transform: uppercase;
    font-weight: 600;
}

/* LOCATIONS */

.locations {
    background-image: url(/../siteart/cranebg.jpg);
    background-position: bottom center;
    color: #fff;
}

.locations h3 {
    text-transform: uppercase;
}

.locationbox {
    font-size: 18px;
    font-weight: 700;
}

.redbtn {
    padding: 10px;
    background: #b81f25;
    color: #fff !important;
    border: 1px solid #b81f25;
    font-size: 18px;
    font-weight: 700;
    font-family: 'Open Sans', sans-serif;    
	display: inline-block;
}

.redbtn a {
    color: #fff !important;
	text-decoration: none !important;
}

.redbtn:hover{background: #a11b20;}

.locationbox button{
	width: 100%;
	margin-bottom: 10px;
}
.yellowbtn {
    padding: 10px;
    background: #FFDD00;
    color: #000 !important;
    border: 1px solid #FFDD00;
    font-size: 18px;
    font-weight: 700;
    font-family: 'Open Sans', sans-serif;    
	display: inline-block;
}

.yellowbtn a {
    color: #000 !important;
	text-decoration: none !important;
}

.yellowbtn:hover{background: #F1D200;}


/* BRANDS */

.brands {
    background: #fff;
}


.brands img {
    width: 100%;
    max-width: 200px;
}


/* FOOTER */

.footer, .footer a{
    background: #001933;
    color: #fff;
}

.copyright {
    text-align: center;
    font-size: 12px;
}

.footer ul {
    padding: 0px;
}

.footer li {
    list-style: none;
}

.footer li a {
    text-decoration: none;
}

/* SUBPAGES */

.rubble {
    background: #001933;
}

.whitebg {
    background: #fff;
}

.whitebg a:not(.redbtn) {
    color: #b81f25;
}

.col-11.nopad-bottom{
	padding-bottom: 0 !important;
}
.col-11.nopad-top{
	padding-top: 0 !important;
}
.col-11 > img{
	max-width: 100%;
}
.underlined{
    border-bottom: solid 1px #000;
    padding-bottom: 8px;
}
/* CONTACT FORM */

#quotes {
    width:100%;
    display:block;
    margin:20px auto;
    font-size:16px;
    color:#000;
}

#quotes tbody {width:100%;float:left;}

#quotes tr {
    width:50%;
    float:left;
    padding:7px;
    box-sizing:border-box;
}

#quotes td {
    width:100%;
    float:left;
    font-size:14px;
}

#quotes td p {
    font-size:14px;	
}

.fulltd2 {
    width:100%!important;
    float:none!important;
    max-width:500px!important;
    display:block!important;
    margin:0 auto!important;	
}

#quotes input {
	padding:12px 10px;
	box-sizing:border-box;
	background:#fff;
	border:1px solid #B4B4B4;
	font-weight:300;
	color:#000;
	font-size:12px;
    font-family: 'Open Sans', sans-serif;
}

#quotes textarea {
	padding:12px 10px;
	border:1px solid #b4b4b4;
	font-weight:300;
	color:#000;
	font-size:12px;
	background:#fff;
	box-sizing:border-box;
    font-family: 'Open Sans', sans-serif;
}

#quotes .CaptchaMessagePanel {color:#000;}

#quotes .CaptchaWhatsThisPanel a {color:#000;}

 
/* selects have similar styles to input & textarea fields, but with no padding. Text in a dropdown select is positioned differently */
#quotes select {
	padding:12px 10px;
	box-sizing:border-box;
	background:#fff;
	border:1px solid #B4B4B4;
	font-weight:300;
	color:#000;
	font-size:12px;
	width:100%;
}
   
#quotes input  {
    width:100%;
}
 
#quotes input.larger  {
    width:100%;
}

#quotes textarea {
    width:100%;
    height:85px;
}

#quotes input.checkbox {
    padding:0; 
    border:0;
    margin:5px 10px 5px 0;
    width:13px;
    height:13px;
    display:inline;
    background-color:#fff;
 }

#quotes p {
	text-align:left;
	width:auto;
}

#quotes input.radio {
    padding:0; 
    border:0;
    margin:0 3px 0 15px;
    width:15px;
    height:15px;
    display:inline;
 }

#quotes input.radio:focus,
#quotes input.checkbox:focus {
	background:none; 
	border:0;
	outline-style:none;
}
 

#quotes input.button,
#quotes input.button:focus {
    width:300px; 
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
    padding: 10px;
    background: #b81f25;
    color: #fff;
    border: 1px solid #b81f25;
    font-size: 18px;
    font-weight: 700;
}

#quotes input.button:hover {
	background:#a11b20;
    border: 1px solid #a11b20;
}

#quotes label.basic {
    color:#212121;
    font-size:13px;
    text-align:left;
}
#quotes label.checkbox {
  /*  color:#212121;*/
    font-size:13px;
    text-align:left;
    display:inline;
    padding:0;
}
 
#quotes .fulltd {
    width:100%!important;
    margin-right:0;	
}

.mobilehead {display:none;}

.requestquote img {
    width: 100%;
    max-width: 700px;
}


/* RENTAL CATALOG */

.rental-grid {
	display: flex;
	flex-wrap: wrap;
	padding-bottom: 20px;
}
.rental-grid a {
	width: 100%;
	max-width: 300px;
	text-align: center;
	text-decoration: none !important;
}
.rental-grid.showrooms a {
	padding: 20px;
	max-width: 240px;
}
.rental-grid a .img-box {
	width: 100%;
}
.rental-grid a img {
	max-width: 200px;
	width: 100%;
	padding: 30px 30px 0;
}
.rental-grid a h2 {
	text-decoration: none !important;
	font-size: 18px;
	font-weight: 700;
	color: #000;
    padding: 0 20px;
}

/* MEDIA QUERIES */

/*Extra small devices (portrait phones, less than 576px)*/
@media (max-width: 575px) { 
    
    .header {text-align: center;}
    
    .headcontact {display: none;}
    
    .invsearch, .locations, .locationbox, .footerlinks, .brands {text-align: center;}
    
    .abouttxt {padding: 20px 0;}
    
    .abouttxt img {padding: 75px 0 0 0;}

}

/*Small devices (landscape phones, less than 768px)*/
@media (min-width: 576px) and (max-width: 767px) {
    
    .header {text-align: center;}
    
    .headcontact {display: none;}
    
    .invsearch, .locations, .locationbox, .footerlinks, .brands {text-align: center;}
    
    .abouttxt {padding: 20px 0;}
    
    .abouttxt img {padding: 75px 0 0 0;}
    
 
}

/*Medium devices (tablets, less than 992px)*/
@media (min-width: 768px) and (max-width: 1080px) {
    
    .header {text-align: center;}
    
    .headcontact {display: none;}
    
    .invsearch, .locations, .locationbox, .footerlinks, .brands {text-align: center;}

}

/*Large devices (desktops, less than 1200px)*/
@media (min-width: 1081px) and (max-width: 1279px) {
    
.headcontact {
    font-size: 12px;
}
    nav.primary ul li {width:auto !important; padding: 0px 20px;}

}
