.hide-mobile {
    display: block;
}

.hide-desktop {
    display: none;
}

html {
    font-family: Arial, sans-serif;
    background: linear-gradient(#333, #888) fixed;
    color:#222;
    height: 100%;
}

body {
    width: 100%;
    max-width: 960px;
    min-width: 320px;
    margin: 0 auto;
}

#doc {
    border-left: 1px solid #000;
    border-right: 1px solid #000;
}

#hd {
    background: linear-gradient(to bottom, #007afc, #93d2fa, #fff);
    display: block;
    height: 200px;
    width: 100%;
    position: relative;
}
#hd .logo-container {
    float: left;
    padding: 40px 20px 20px;
}

#hd .icon-container {
    float: right;
    padding: 15px 15px 0 0;
    font-size: 1.6em;
    font-weight: bold;
    text-decoration: none;
    color: #fff;
    z-index: 999;
}

#hd .icon {
    float: right;
    padding: 10px;
}

#hd .icon img {
    width: 30px;
    height: 30px;
}

#hd .headline {
    clear: both;
    text-align: right;
    padding: 10px 15px 15px;
    font-size: 1.4em;
    letter-spacing: 0.1em;
    color: rgba(23, 23, 23, 0.8);
    font-weight: bold;
}

#bd {
    background: #fff;
    clear: both;
}

#bd a, #bd a:visited {
    color: #007afc;
    text-decoration: none;
}

#bd a:hover {
    text-decoration: underline;
}

#topnav {
    background: #111;
    margin: 0;
    padding: 0;
    text-align: center;
}

#topnav li {
    display: inline-block;
    cursor: pointer;
}

#topnav a:hover {
    background: #444;
}

#topnav a {
    text-decoration: none;
    color: #fff;
    padding: 10px 24px;
    display: inline-block;
}

.main-image {
    float: left;
    width: 67%;
    max-width: 640px;
}

.main-image img {
    width: 100%;
    height: 100%;
}

.main-content {
    padding: 20px;
    width: calc(67% - 40px);
    max-width: 600px;
    float: left;
    line-height: 1.3em;
}

.main-content.home-page {
    clear: both;
    float: none;
    width: calc(100% - 40px);
    max-width: calc(100% - 40px);
}

.main-content h1 {
    clear: both;
    line-height: normal;
}

#sidebar-container {
    height: 100%;
    float: right;
    min-width: 318px;
    width: 33%;
}

#rental-pricing {
    height: 100%;
    max-height: 430px;
    overflow: hidden;
}

#rental-pricing .header {
    font-size: 138.5%;
    font-weight: bold;
    color: #fff;
    padding-top: 13px;
    height: 20px;
    padding-bottom: 17px;
    text-align: center;
    background: radial-gradient(#444, #222);
}

#rental-pricing .content {
    background: radial-gradient(#007afc, #003163);
    height: calc(100% - 50px);
}

#rental-pricing .content ul {
    margin: 0;
    padding: 20px 0;
    width: 100%;
    line-height: 1.15em;
}

#rental-pricing .content li {
    list-style-type: none;
    text-align: center;
}

#rental-pricing .content li a {
    display: inline-block;
    padding: 4px 0;
    width: 100%;
    color: #fff;
    text-decoration: none;
}

#rental-pricing .content li a:hover {
    text-decoration: underline;
}

.main-top-container {
    display: inline-block;
    width: 100%;
    height: 430px;
    overflow: hidden;
}

.square-container {
    display: inline-block;
}

.square-image {
    float: left;
    width: 33%;
}

.square-image a {
    display: inline-block;
    width: 100%;
    text-align: center;
    padding: 10px 0;
}

.square-content {
    float: left;
    width: 67%;
}

.square-content h1 {
    font-size: 1.6em;
}

.testimonial {
    clear: both;
    padding: 40px 60px;
    text-align: center;
}

.testimonial-content {
    font-style: italic;
}

#ft {
    text-align: center;
}

.extended-footer {
    background: #333;
    color: #999;
}

.extended-footer, #bottom-copyright, .disclaimer {
    border-top: 1px solid #000;
    padding: 10px;
    font-size: 0.8em;
}

#bottom-copyright {
    background: #666;
    color: #fff;
}

.disclaimer {
    background: #222;
    color: #999;
}

.extended-footer a {
    text-decoration: none;
    color: #999;
}

.extended-footer a:hover {
    text-decoration: underline;
}

.us-map {
    text-align: center;
}

.rental-pricing-data {
    padding: 20px;
    max-width: 600px;
    overflow: hidden;
}

.rental-pricing-data .rental-listing:nth-child(odd) {
    background: #fff;
}

.rental-pricing-data .rental-listing:nth-child(even) {
    background: #eee;
    border-top: 1px solid #aaa;
    border-bottom: 1px solid #aaa;
}

.rental-listing {
    padding: 10px;
    margin: 0 -20px;
}

.rental-listing .item {
    clear: both;
    float: left;
}

.rental-listing .specs {
    clear: both;
}

.rental-listing .image {
    display: inline-block;
    float: left;
}

.rental-listing .name {
    font-weight: bold;
    float: left;
    width: 360px;
}

.rental-listing .price {
    color: #007afc;
}

.rental-listing .name, .rental-listing .items, .rental-listing .specs {
    padding: 10px;
}

.rental-listing .item .length, .rental-listing .item .price {
    float: left;
    width: 80px;
}

.rental-listing .items {
    float: left;
    padding-left: 20px;
}

#menuToggle a
{
    text-decoration: none;
    color: #fff;

    transition: color 0.3s ease;
}

#menuToggle a:hover
{
    color: #007afc;
}

#menuToggle
{
    display: block;
    position: relative;
    top: 20px;
    left: 10px;

    z-index: 1;

    -webkit-user-select: none;
    user-select: none;

    float: left;
}

#menuToggle input
{
    display: block;
    width: 36px;
    height: 32px;
    position: absolute;
    top: -7px;
    left: -5px;

    cursor: pointer;

    opacity: 0; /* hide this */
    z-index: 2; /* and place it over the hamburger */

    -webkit-touch-callout: none;
}

#menuToggle span
{
    display: block;
    width: 32px;
    height: 4px;
    margin-bottom: 5px;
    position: relative;

    background: #fff;
    border-radius: 3px;

    z-index: 1;

    transform-origin: 4px 0;

    transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
    background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
    opacity 0.55s ease;
}

#menuToggle span:first-child
{
    transform-origin: 0% 0%;
}

#menuToggle span:nth-last-child(2)
{
    transform-origin: 0% 100%;
}

#menuToggle input:checked ~ span
{
    opacity: 1;
    transform: rotate(45deg) translate(-2px, -1px);
    background: #ccc;
}

#menuToggle input:checked ~ span:nth-last-child(3)
{
    opacity: 0;
    transform: rotate(0deg) scale(0.2, 0.2);
}

#menuToggle input:checked ~ span:nth-last-child(2)
{
    transform: rotate(-45deg) translate(0, -1px);
}

#menu
{
    position: absolute;
    width: calc(100vw - 22px);
    margin: -100px 0 0 -50px;
    padding: 125px 10px 50px 50px;

    background: #111;
    list-style-type: none;
    -webkit-font-smoothing: antialiased;
    /* to stop flickering of text in safari */

    transform-origin: 0% 0%;
    transform: translate(-100%, 0);

    transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
}

#menu li
{
    padding: 10px 0;
    font-size: 1.2em;
}

#menuToggle input:checked ~ ul
{
    transform: none;
}

.rental-pricing-header-image {
    max-width: 470px;
    padding-top: 20px;
}

.state-header {
    margin: -10px -20px 0;
}

.rental-boxes {
    padding: 20px 0;
    text-align: center;
    display: inline-block;
}

.rental-boxes img {
    float: left;
    padding: 10px;
}

.quote form label {
    display: block;
    padding: 8px 0 2px 6px;
}

.quote form input {
    padding: 8px;
}

.quote form input.text {
    min-width: 200px;
}

.quote form select {
    padding: 8px;
    font-size: 1em;
}

.quote form fieldset {
    margin: 20px 0;
    padding: 20px;
}

.quote form legend {
    font-size: 1.2em;
}

.quote form textarea {
    width: 90%;
    min-height: 100px;
    padding: 8px;
}

.quote form .qty {
    width: 20px;
}

.quote form table td {
    padding: 5px;
}

form input[type="submit"] {
    font-size: 1em;
    background-color: #007afc;
    color: #fff;
}

.quote form .contact-phone td {
    padding: 0;
}

.quote form input, .quote form textarea {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1em;
}

.quote .additional-comments {
    margin-top: 10px;
    clear: both;
    display: inline-block;
    width: 100%;
}

.request-quote-button {
    position: relative;
    top: -2px;
    margin-left: 20px;
    margin-top: -5px;
    background: #007afc;
    border-width: 1px;
    color: #fff;
    font-size: 0.8em;
    padding: 6px;
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
    display: inline-block;
}

.required::before {
    content: "* ";
    color: #f00;
}

.add-product-item-container {
    padding: 8px;
}

.add-product-item {
    background: #eee;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 1em;
    padding: 10px;
    cursor: pointer;
}

.city-header {
    background: linear-gradient(to bottom, #ccc, #fff);
    border: 1px solid #aaa;
    display: inline-block;
    width: 100%;
    position: relative;
    margin-left: -20px;
    margin-bottom: 20px;
}

.city-header > img {
    float: left;
    width: 225px;
    height: 150px;
}

.city-header .subheader {
    float: left;
    font-size: 1.4em;
    text-align: center;
    width: calc(100% - 225px);
    padding: 37px 0;
}

.city-header .subheader img {
    max-width: 260px;
}

.city-header .phone-header {
    position: absolute;
    right: 20px;
    bottom: 40px;
    font-size: 1.8em;
}

.mini-quote-form {
    padding: 20px;
    min-height: 200px;
}

.mini-quote-form strong {
    font-size: 1.2em;
}

.mini-quote-form input {
    clear: both;
    display: inline-block;
}

.mini-quote-form .add-product-item {
    font-size: 0.9em;
    padding: 4px 8px;
}

.mini-quote-form input,
.mini-quote-form textarea {
    padding: 4px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.9em;
    margin: 6px 0;
    width: calc(100% - 20px);
    border: 1px solid #ccc;
}

.mini-quote-form input.qty {
    width: 38px;
}

.mini-quote-form input[type="date"] {
    width: 155px;
}

.mini-quote-form input[type="submit"] {
    width: calc(100% - 10px);
    font-size: 1em;
}

.mini-quote-form label {
    width: 100px;
    display: inline-block;
    font-size: 0.9em;
}

.mini-quote-form label.short {
    width: 40px;
}

.mini-quote-form select {
    width: 110px;
    margin-right: 14px;
}

.mini-quote-form textarea {
    height: 60px;
}

#bd > .mini-quote-form {
    display: none;
}

.g-recaptcha {
    margin: 0 -10px;
}

.rentech-computer-image-container {
    text-align: center;
    margin: 20px;
}

.rentech-computer-image {
    max-width: 400px;
}

@media screen and (max-width: 767px) {
    #hd .icon-container .phone {
        display: none;
    }
}

@media screen and (max-width: 960px) {
    .hide-mobile {
        display: none;
    }
    .hide-desktop {
        display: block;
    }
    html {
        font-size: 0.85em;
    }
    .main-top-container {
        height: auto;
    }
    .main-image {
        float: none;
        width: 100vw;
        max-width: 100%;
        margin-bottom: -4px;
    }
    .main-image img {
        width: 100vw;
        max-width: 100%;
    }
    #sidebar-container {
        width: 100vw;
    }
    .square-content h1 {
        font-size: 2em;
    }
    .square-image, .square-content {
        float: none;
        width: 100%;
    }
    #hd {
        height: auto;
    }
    #hd .icon-container {
        padding-top: 15px;
    }
    #hd .icon {
        padding: 0;
    }
    #hd .icon.icon-email {
        padding-right: 15px;
    }
    #hd .logo-container {
        padding: 10px 10px 10px 20px;
    }
    #hd .logo-container img {
        width: 160px;
    }
    #hd .headline {
        text-align: center;
        font-size: 1em;
        letter-spacing: normal;
        padding: 10px;
    }
    #topnav {
        display: none;
    }

    #rental-pricing {
        width: 100%;
    }

    #rental-pricing .header {
        padding-top: 15px;
        padding-bottom: 15px;
    }

    #rental-pricing ul {
        display: inline-block;
    }

    #rental-pricing .col {
        display: inline-block;
        float: left;
        width: 50%;
    }

    .main-content {
        width: calc(100% - 40px);
    }

    .main-content img {
        max-width: calc(100vw - 2px);
        height: auto;
    }

    .rental-boxes img {
        max-width: 28vw;
        padding: 0;
    }
    
    .us-map {
        display: none;
    }

    .rental-listing .name {
        max-width: 160px;
    }

    .rental-pricing-data {
        padding-top: 0;
    }

    .rental-pricing-header-image {
        padding-top: 10px;
    }

    .main-content.quote {
        padding: 0;
        width: 100%;
    }

    .main-content.quote h1 {
        padding-left: 10px;
    }

    .quote form fieldset {
        margin: 10px 0;
        padding: 10px;
        border: none;
    }

    .quote form .product-select {
        width: 200px;
    }

    .quote form select,
    .quote form input,
    .quote form textarea {
        border: 1px solid #ccc;
    }

    .quote form input[type="date"] {
        width: 110px;
    }

    .g-recaptcha {
        margin: 0 -3px;
        overflow: hidden;
    }

    .hide-desktop.inline {
        display: inline;
    }

    .city-header {
        margin-left: 0;
        max-width: 280px;
    }

    .city-header img {
        width: 100%;
    }

    .city-header .phone-header {
        position: static;
        padding: 20px;
        font-size: 1.6em;
    }

    #bd > .mini-quote-form {
        display: block;
    }

    #sidebar-container .mini-quote-form {
        display: none;
    }

    .quote form input.text {
        width: calc(100vw - 40px);
    }

    .rentech-computer-image {
        width: 70vw;
    }

    .city-header .subheader {
        width: 100%;
        padding: 24px 0;
    }

    .city-header .subheader img {
        max-width: 200px;
    }
}

/* ipad */
@media screen and (min-width: 768px) and (max-width: 960px) {
    #hd .icon-container .phone {
        display: inline-block;
        top: -14px;
        position: relative;
        padding-right: 16px;
    }
    #hd .icon-container .icons {
        display: inline-block;
    }
    .rental-pricing-data {
        max-width: 100vw;
    }

    .main-content {
        max-width: 100vw;
    }
}

@media screen and (max-width: 320px) {
    .mini-quote-form .g-recaptcha {
        margin: 0 -15px;
    }
}
