/*red #c3262e

black background-color: rgba(0,0,0,.75);

Oswald light font-weight: 300;

Oswald regular font-weight: 400;

Oswald medium font-weight: 500;

Oswald bold font-weight: 700;*/

/* SETTINGS */

body {
    font-size: 16px;
    padding: 0;
    margin: 0;
}

/* EFFECTS */

.grow {
    transition: all .2s ease-in-out;
}

.grow:hover {
    transform: scale(1.15);
    z-index: 10;
}

.grow-less {
    transition: all .2s ease-in-out;
}

.grow-less:hover {
    transform: scale(1.05);
    z-index: 10;
}

/* HEADER DECORATION */

.header {
    position: relative;
}
.home-head {
    position: relative;
}

/* TOP BLACK BAR */

.contact-top-shell {
    background-color: black;
    padding: 2%;
    position: relative;
    z-index: 3;
}

.rental-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}
.fb-ico {
    color: #c3262e!important;
    font-size: 1em;
}

@media screen and (min-width:650px) {
    .contact-top-shell {
        padding: 0.5%;
    }
}

.contact-top-skin {
    text-align: center;
}

@media screen and (min-width:650px) {
    .contact-top-skin {
        text-align: left;
    }
}

.contact-info-skin {
    display: inline-block;
    margin: 0 3%;
}

@media screen and (min-width:650px) {
    .contact-info-skin {
        margin: 0 1%;
    }
}

.contact-top-anchor {
    color: #c3262e!important;
    text-decoration: none;
}

.contact-top-anchor:hover {
    color: white!important;
}

.contact-icon {
    width: 1.424em;
    display: inline-block;
    vertical-align: middle;
}

.contact-info {
    font-size: 1em;
    display: none;
    vertical-align: middle;
    font-family: 'Oswald', sans-serif;
    font-weight: 300;
}
.fb-ico {
    display: inline-block;
    font-size: 1.2em;
}
.mobile-only-1 {
    display: inline-block!important;
}

@media screen and (min-width:650px) {
    .contact-info {
        display: inline-block;
    }
    .mobile-only-1 {
        display: none!important;
    }
    .contact-icon {
        width: 1em;
        margin: 0;
    }
}

@media screen and (min-width:1325px) {
    .contact-icon {
        width: 0.889em;
    }
    .contact-info {
        font-size: 0.889em;
    }
}


@media screen and (min-width:1325px) {
    .contact-icon {
        width: 0.702em;
    }
    .contact-info {
        font-size: 0.702em;
    }
}

/* NAV */

.content-navigation-shell {
    background: url("/siteart/Home2.jpg") no-repeat center center;
    background-size: cover;
    position: relative;
    z-index: 2;
}

.home-head .content-navigation-shell {
    background:none;
}

@media screen and (min-width:1000px) {
    .navigation-shell {
        background-color: rgba(255, 255, 255, 0.75);
    }
}

.navigation-skin {
    padding: 1em 0.5em;
}

.content-navigation-skin {
    background-color: rgba(255, 255, 255, 0.75);
}

@media screen and (min-width: 650px) {
    .navigation-skin {
        padding: 0.25em 0.5em;
    }
}

.logo-skin {
    width: 23%;
    display: inline-block;
    vertical-align: middle;
}

.nav-logo {
    width: 100%;
    min-width: 170px;
    height: auto;
}

.nav-links {
    display: inline-block;
    vertical-align: middle;
    width: 72%;
    text-align: right;
}

.nav-link {
    display: none;
    margin: 0 1%;
}

@media screen and (min-width:690px) {
    .nav-link {
        display: inline-block;
    }
}

.nav-link-anchor {
    font-family: 'Oswald', sans-serif;
    font-size: 1.802em;
    color: black;
    text-decoration: none;
}

@media screen and (min-width:650px) {
    .nav-link-anchor {
        font-size: .8em;
    }
}

.nav-link-anchor:hover {
    color: #c3262e;
    text-decoration: underline;
}

.navigation-toggle-skin {
    display: inline-block;
    width: 3em;
    vertical-align: middle;
}

@media screen and (min-width:690px) {
    .navigation-toggle-skin {
        display: none;
    }
}

.navigation-mobile-toggle {
    width: 100%;
    height: auto;
}

.navigation-mobile-toggle:hover {
    cursor: pointer;
}

@media (max-width: 540px) {
    .tingle-modal__close {
        background-color: #c3262e;
    }
}

/* CAROUSEL */

.innermost-slide-skin {
    width: 100%;
    display: inline-block;
}

.slick-slide img {
    width: 100%;
}

.slick-arrow {
    display: none !important;
}

.background-slider {
    margin-top: 0;
}

@media screen and (min-width:1000px) {
    .background-slider {
        margin-top: -7em;
    }
}

/* SHORTCUT */

.shortcuts-shell {
    background-color: black;
    margin-top: -.5em;
    position: relative;
    z-index: 5;
    padding-top: 1em;
    position: relative;
}

.title-shell {
    position: absolute;
    top: 35%;
    margin-left: 1%;
}

@media screen and (min-width:1000px) {
    .shortcuts-shell {
        background-color: rgba(0, 0, 0, .75);
        margin-top: -6.75em;
    }
}

.shortcuts-skin {
    width: 99%;
    margin: 0 auto;
    text-align: center;
}

@media screen and (min-width: 360px) {
    .shortcuts-skin {
        width: 75%;
    }
}

@media screen and (min-width: 650px) {
    .shortcuts-skin {
        width: 50%;
    }
}

.shortcut {
    display: inline-block;
    width: 33.333333333333333333333333333333333333%;
}

.shortcut-img {
    display: inline-block;
    vertical-align: top;
    width: 3.1em;
}

.shortcut-anchor {
    text-decoration: none;
}

.shortcut-title {
    font-family: 'Oswald', sans-serif;
    font-weight: 700;
    font-size: 0.702em;
    color: #c3262e;
}

.header-title {
    font-family: 'Oswald', sans-serif;
    font-size: 2.027em;
    margin-bottom: 0;
    text-shadow: 2px 2px black;
}

@media screen and (min-width:560px) {
    .header-title {
        font-size: 3.247em;
    }
}

.uppercase {
    text-transform: uppercase
}

.cursive {
    font-family: 'Lobster', cursive;
}

.red {
    color: #c3262e;
}

.white {
    color: white;
}

.header-subtitle {
    font-family: 'Oswald', sans-serif;
    font-size: 1.602em;
    margin-top: 0;
    text-shadow: 2px 2px black;
}

@media screen and (min-width:560px) {
    .header-subtitle {
        font-size: 2.566em;
    }
}

.thin {
    font-weight: 300;
}

.slider-title-shell {
    position: relative;
    z-index: 6;
}

/* ABOUT */

.about-shell {
    position: relative;
    background: white url("/siteart/stonehaven.png");
    border-bottom: 5px solid #c3262e;
	padding: 25px 0px;
}

.about-skin {}

.cutout-column-shell {
    display: none;
    width: 49%;
    position: absolute;
    top: 10%;
    z-index: 6;
    pointer-events: none;
}

@media screen and (min-width:840px) {
    .cutout-column-shell {
        display: inline-block;
    }
}

@media screen and (min-width:1375px) {
    .cutout-column-shell {
        top: -20%;
    }
}

.cutout-column-skin {}

.cutout-about-feature {
    width: 97%;
    height: auto;
    margin: 0 auto;
    display: block;
}

.about-paragraph-shell {
    margin: 0 auto;
    display: block;
    width: 95%;
}

@media screen and (min-width:450px) {
    .about-paragraph-shell {
        margin: 0 auto;
        display: block;
        width: 75%;
    }
}

@media screen and (min-width:840px) {
    .about-paragraph-shell {
        display: inline-block;
        width: 49%;
        margin-left: 49%;
    }
}

.about-paragraph-skin {}

.about-title,
.brands-title,
.contact-title {
    margin: 0;
    font-size: 2.566em;
    font-family: 'Oswald', sans-serif;
}

.about-paragraph {
	sweeper-full
    font-size: 1em;
    font-family: 'Oswald', sans-serif;
}

@media screen and (min-width:1375px) {
    .about-paragraph {
        font-size: 0.702em;
    }
}

/* BRANDS */

.brands-shell {
    border-bottom: 5px solid #c3262e;
    background: white url(/siteart/stonehaven.png);
    padding: 25px 0px;
	clear: both;
}

.brands-skin,
.contact-skin {
    width: 98%;
    margin: 0 auto;
}

.brands-title-skin {}

.brands-row-skin {
    text-align: center;
    margin-bottom: 1em;
}

.brand {
    width: 99%;
    display: inline-block;
    vertical-align: middle;
}

.brands-title {
    margin: .5em 0 .5em 0;
}

@media screen and (min-width:480px) {
    .brand {
        width: 49%;
    }
}

@media screen and (min-width:945px) {
    .brand {
        width: 24%;
    }
}

.brand-logo {
    width: 55%;
    height: auto;
}

/* FOOTER */

.scroll-cont-1 {
   padding-top: .25em;
    padding-bottom: 1em; 
}

.scrolling-wrap {
    width: 100%;
    height: 90px;
    overflow: hidden;
    
}

.scrolling {
    width: 100%;
    height: 92px;
}

.responsive-map {
    overflow: hidden;
    padding-bottom: 0;
    position: relative;
    height: 14.75em;
    width: 100%;
    margin-top: 1.7em;
}

@media screen and (min-width:525px) {
    .responsive-map {
        height: 7.75em;
    }
}

@media screen and (min-width:1650px) {
    .responsive-map {
        margin-top: 1em;
    }
}

.responsive-map iframe {
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute;
}

.footer-shell {
    background: black url("/siteart/black_denim_@2X.png");
}

.footer-skin {
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

@media screen and (min-width:1650px) {
    .footer-skin {
        width: 75%;
    }
}

.footer-column {
    display: inline-block;
    vertical-align: top;
    text-align: left;
    width: 90%;
    margin-right: 4%;
    margin-bottom: 2em;
}

@media screen and (min-width:525px) {
    .footer-column {
        width: 33%;
    }
}

@media screen and (min-width:795px) {
    .footer-column {
        width: 16%;
    }
}

.footer-title {
    font-family: 'Oswald', sans-serif;
    font-size: 1.125em;
    color: white;
    border-bottom: 3px solid #c3262e;
    margin: 0;
    margin-bottom: 1em;
}

@media screen and (min-width:1650px) {
    .footer-title {
        font-size: 0.702em;
    }
}

.footer-nav-list-skin {}

.footer-list-anchor {
    font-family: 'Oswald', sans-serif;
    font-size: 0.889em;
    color: white!important;
    text-decoration: none;
    margin: 0;
    display: inline-block;
}

@media screen and (min-width:1650px) {
    .footer-list-anchor {
        font-size: 0.555em;
    }
}

.footer-list-anchor:hover {
    text-decoration: underline;
}

.footer-hours-paragraph {
    font-family: 'Oswald', sans-serif;
    font-size: 0.889em;
    color: white;
    margin: 0;
    display: block;
}

@media screen and (min-width:1650px) {
    .footer-hours-paragraph {
        font-size: 0.555em;
    }
}

.footer-contact-skin {}

.footer-contact-anchor {}

.footer-column-map {
    width: 100%;
    margin-right: 0;
    margin-bottom: 0;
}

@media screen and (min-width:525px) {
    .footer-column-map {
        width: 37%;
        margin-right: 0;
    }
}

@media screen and (min-width:795px) {
    .footer-column-map {
        width: 30%;
        margin-right: 0;
    }
}

.copyright {
    background-color: black;
    text-align: center;
    padding: 1em 0;
}

.contact-page-info-col {
    font-size: .702em;
    font-family: 'Oswald', sans-serif;
    width: 49%;
    display: inline-block;
    vertical-align: top;
}

@media screen and (min-width: 700px) {
    .contact-page-info-col {
        width: 24%;
    }
}

.contact-page-anchor {
    color: black;
    text-decoration: none;
}

.contact-page-anchor:hover {
    color: #BB232A;
    text-decoration: underline;
}

.contact-page-info-col-inner {
    display: inline-block;
    vertical-align: top;
}

.form-shell {
    margin-bottom: 2.5%;
	clear: both;
    margin-top: 40px;
    border-top: 5px solid #c3262e;
    padding-top: 30px;
}

.form-skin {}

.contact-form {}

.contact-form-inner {}

.contact-input {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    padding: .5%;
    margin: 1% 0;
    border: 1px solid rgb(169, 169, 169);
    font-size: 1em;
    font-family: 'Oswald', sasns;
    font-weight: 300;
    box-sizing: border-box;
    border-style: none;
    border: 1px solid black;
}

@media screen and (min-width: 700px) {
    .contact-input {
        width: 49%;
        font-size: 0.702em;
    }
}

.contact-input-left {
    margin-right: 2%;
}



.contact-textarea {
    width: 100%;
    display: block;
    margin: 0 auto;
    padding: 0.5%;
    font-size: 1em;
    font-family: 'Oswald', sasns;
    font-weight: 300;
    box-sizing: border-box;
    border-style: none;
    border: 1px solid black;
}

@media screen and (min-width: 700px) {
    .contact-textarea {
        font-size: 0.702em;
    }
}

.button {
    display: block;
    margin: 0 auto;
    font-size: 0.702em;
    font-family: 'Oswald', sasns;
    font-weight: 300;
}

.CaptchaMessagePanel {
    font-size: 0.702em;
    font-family: 'Oswald', sasns;
    font-weight: 300;
}

.CaptchaWhatsThisPanel {
    font-size: 0.702em;
    font-family: 'Oswald', sasns;
    font-weight: 300;
}

#CaptchaAnswer {
    font-size: 0.702em;
    font-family: 'Oswald', sasns;
    font-weight: 300;
    padding: 0.5%;
}

.dropdown-parent {
    position: relative;
}

.dropdown-parent:hover .dropdown {
    display: block;
}

.dropdown {
    width: 300%;
    position: absolute;
    left: 0;
    right: 0;
    display: none;
    background-color: white;
    font-size: 0.702em;
    font-family: 'Oswald', sans-serif;
    text-align: left;
    border: 1px solid black;
}

.dropdown-item {
    display: block;
    margin: 3% 0 3% 5%;
    color: black;
    text-decoration: none;
}

.dropdown-item:hover {
    color: #c3262e;
    text-decoration: underline;
}

.content-title-shell {
    font-family: 'Oswald', sans-serif;
}

.content-title-skin {}

.content-title {}

.content-title-2 {}

.content-shell {
    font-family: 'Oswald', sans-serif;
    width: 85%;
    margin: 0 auto;
}

.table {
    border: 1px solid #ccc;
    border-collapse: collapse;
    margin: 0 0 1em 0;
    padding: 0;
    width: 100%;
    table-layout: fixed;
    word-break: break-all;
}

@media screen and (max-width: 600px) {
    .table {
        border: 0;
    }
}

.table-caption {
    font-size: 1.5em;
    margin: .5em 0 .75em;
}

@media screen and (max-width: 600px) {
    .table-caption {
        font-size: 1.3em;
    }
}

.table-body {}

.table-row {
    background-color: #f8f8f8;
    border: 1px solid #ddd;
    padding: .35em;
}

@media screen and (max-width: 600px) {
    .table-row {
        border-bottom: 3px solid #ddd;
        display: block;
        margin-bottom: .625em;
    }
}

.table-cell {
    padding: .625em;
    text-align: center;
}

@media screen and (min-width:600px) {
    .table-cell {
        border-right: 1px #ccc solid;
    }
}

@media screen and (max-width: 600px) {
    .table-cell {
        border-bottom: 1px solid #ddd;
        display: block;
        font-size: .8em;
        text-align: right;
    }
    .table-cell::before {
        content: attr(data-label);
        float: left;
        font-weight: bold;
        text-transform: uppercase;
    }
    .table-cell:last-child {
        border-bottom: 0;
    }
}

@media screen and (min-width: 1200px) {
    .table-cell {
        font-size: 0.702em;
    }
}

.table-heads {}

@media screen and (max-width: 600px) {
    .table-heads {
        border: none;
        clip: rect(0 0 0 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px;
    }
}

.table-head {
    padding: .625em;
    text-align: center;
    font-size: .85em;
    letter-spacing: .1em;
    text-transform: uppercase;
}

@media screen and (max-width: 600px) {
    .table-cell-mobile-left {
        text-align: left;
    }
}

.table-body-capitalized {
    text-transform: uppercase;
}

.table {
    font-family: 'Oswald', sans-serif;
}

@media screen and (max-width:600px) {
    .table-icon[data-label] {
        font-size: 1em;
    }
}

.table-icon {
    font-size: 2em;
    font-weight: bolder;
}

@media screen and (min-width: 600px) {
    .table-icon {
        font-size: 1em;
    }
}

@media screen and (min-width: 1200px) {
    .table-icon {
        font-size: 0.702em;
    }
}

.contact-shell {
    width: 85%;
    margin: 0 auto;
}

.container-inv {
    max-width: 1200px;
    margin: 1em auto;
	padding:10px;
	box-sizing: border-box;
}

.inventory-shell {}

.inventory-skin {}

.inv-feature {
    width: 100%;
    display: block;
    margin: 0;
    padding: 0;
    float: left;
    position: relative;
    z-index: 2;
}

@media screen and (min-width: 700px) {
    .inv-feature {
        width: 50%;
    }
}

@media screen and (min-width: 1300px) {
    .inv-feature {
        width: 25%;
    }
}

.inv-feature-img {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
}

.inv-title {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 1.5em;
    font-family: 'Oswald', sans-serif;
    text-align: center;
}

.inv-shortcuts {
    width: 100%;
    padding-top: 0;
    background-color: white;
    text-align: center;
}

.inv-shortcut-supertitle {
    font-size: 2.25em;
    font-family: 'Oswald', sans-serif;
    margin: 0;
    margin-bottom: 1em;
    color: #2b2b2b;
}

.inv-shortcuts-inner {
    width: 100%;
    margin: 0 auto;
}

.inv-shortcut {
    width: 100%;
    display: block;
    float: left;
    position: relative;
}

@media screen and (min-width:500px) {
    .inv-shortcut {
        width: 50%;
    }
}

@media screen and (min-width:1020px) {
    .inv-shortcut {
        width: 25%;
    }
}

.inv-shortcut-inner {
    text-align: center;
    padding: 25% 0;
    position: relative;
}

.construction {
    background: #57b6d2 url("/siteart/AdobeStock_66482732.jpg") no-repeat center center;
    background-size: cover;
    text-align: center;
}

.attachment {
    background: #57b6d2 url("/siteart/attachments.jpg") no-repeat center center;
    background-size: cover;
    text-align: center;
}

.agriculture {
    background: #57b6d2 url("/siteart/agriculture.jpg") no-repeat center center;
    background-size: cover;
    text-align: center;
}

.truck {
    background: #57b6d2 url("/siteart/truck.jpg") no-repeat center center;
    background-size: cover;
    text-align: center;
}

.trailer {
    background: #57b6d2 url("/siteart/trailer.jpg") no-repeat center center;
    background-size: cover;
    text-align: center;
}

.inv-shortcut-title {
    font-size: 2.25em;
    font-family: 'Oswald', sans-serif;
    font-weight: 500;
    color: white;
    text-shadow: 2px 2px #2b2b2b;
}

.dropdown-small {
    width: 100%;
}

.mobile-ul {
    font-size: 1.25em;
    margin: 1% 0;
    list-style: none;
    font-family: 'Oswald', sans-serif;
}

.delivery-shell {
    margin-bottom: 1em;
}

.delivery-skin {
    width: 85%;
    margin: 0 auto;
}

.delivery-title {
    font-family: 'Oswald', sans-serif;
}

.delivery-paragraph {
    font-family: 'Oswald', sans-serif;
    font-size: 1em;
    width: 100%;
    font-weight: 300;
    display: inline-block;
    vertical-align: top;
    margin-top: 0;
}

@media screen and (min-width: 500px) {
    .delivery-paragraph {
        width: 50%;
    }
}

.delivery-map {
    width: 100%;
    margin-left: 0;
    display: inline-block;
    vertical-align: top;
}

.delivery-map img{width:100%}


@media screen and (min-width: 500px) {
    .delivery-map {
        width: 45%;
        margin-left: 5%;
    }
}

.delivery-map .responsive-map {
    display: inline-block;
    vertical-align: top;
    padding-bottom: 75px;
    margin-top: 0;
}

.thankyou-shell {
    margin-bottom: 1em;
}

.thankyou-skin {
    width: 85%;
    margin: 0 auto;
}

.thankyou-title {
    font-family: 'Oswald', sans-serif;
}

.thankyou-paragraph {
    font-family: 'Oswald', sans-serif;
    font-size: 1em;
    width: 100%;
    font-weight: 300;
    display: inline-block;
    vertical-align: top;
    margin-top: 0;
}

@media screen and (min-width: 500px) {
    .thankyou-paragraph {
        width: 50%;
    }
}

.thankyou-map {
    width: 100%;
    margin-left: 0;
    display: inline-block;
    vertical-align: top;
}

@media screen and (min-width: 500px) {
    .thankyou-map {
        width: 45%;
        margin-left: 5%;
    }
}

.thankyou-map .responsive-map {
    display: inline-block;
    vertical-align: top;
    padding-bottom: 75px;
    margin-top: 0;
}

.p-and-m-revealer-checkbox {
    position: absolute;
    top: -9999px;
    left: -9999px;
    /* For mobile, it's typically better to position checkbox on top of clickable
      area and turn opacity to 0 instead. */
}

/* Default State */

.reveal {
    display: none;
}

/* Toggled State */

input[type=checkbox]:checked ~ .reveal {
    display: block;
}

.reveal-skin {
    text-align: center;
}

.p-and-m-revealer:hover {
    cursor: pointer;
    background-color: white;
    margin: 1%;
    color: #B92429;
    border: 1px solid #B92429;
}

.p-and-m-revealer {
    padding: 1%;
    display: inline-block;
    background-color: #B92429;
    margin: 1%;
    color: white;
    font-size: 0.702em;
    font-family: 'Oswald', sans-serif;
}

/*.cam-superline {
    background: url("/siteart/cam.png") no-repeat center center;
    background-size: 90% auto;
}*/

.vibroscreen {
    background: url("/siteart/vibroscreen.png") no-repeat center center;
    background-size: 90% auto;
}

.lanau {
    background: url("/siteart/lanau.png") no-repeat center center;
    background-size: 90% auto;
}

.eager-beaver {
    background: url("/siteart/Eager_Beaver_Trailers.svg") no-repeat center center;
    background-size: 90% auto;
}



.brand-shortcut-inner {
    background-color: rgba(255, 255, 255, 0.75);
}

@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
    .contact-icon {
        height: 16px;
        width: 16px;
    }
}

.inv-title-shell {
    background: white url(/siteart/stonehaven.png);
}

.inv-title {
    font-size: 2.75em;
    margin: 0 0 0 1%;
    font-family: 'Oswald', sans-serif;
    color: #BB232A;
    position: relative;
    text-align: left;
}

@media screen and (min-width:1020px) {
    .col-5 {
        width: 20%
    }
}

.brands-title {
    font-size: 2em;
	text-align: center;
}


.rent-link {
	display: block;
	color: #000000!important;
	text-decoration: none;
    width:33%;
}
.rent-link:hover {
	color: #c3262e!important;
}
.rental-list-shell {
	border-bottom: 5px solid #c3262e;
    padding-bottom: 50px;
}
.rental-list-header {
	text-align: center;
	width: 100%;
	clear: both;
}
.rental-list-title {}
.rental-list-paragraph {}
.rental-list-column {
	width: 33%;
    float: left;
    text-align: center;
}
.rental-list-btn {
	font-family: 'Oswald', sans-serif;
    font-size: 18px;
    letter-spacing: .25px;
    padding: 10px 25px;
    margin-top: 25px;
}
.rental-link_btn {
    background-color: transparent;
    border: 2px solid #000000;
    color: #000000;
    width: 70%;
    display: block;
    margin: 15px auto;
    padding: 10px 5px;
    font-size: .8em;
    font-family: 'Oswald', sans-serif;
    text-align: center;
    cursor: pointer;
}
.rental-link_btn:hover {
	border: 2px solid #c3262e;
    color: #c3262e;
}
.rental_btn-img {
    display: block;
    margin: auto;
    margin-bottom: 10px;
}

@media screen and (max-width: 980px) {
    .rent-link {
        width:50%;
    }
}


@media screen and (max-width: 767px) {
	.rental-list-column { width: 100%; float: none;}
    .rent-link {
        width:100%;
    }
} 
