@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,700);
@import url(/css/dynamic-pricing/background.css);

/*
YUI 3.15.0 (build 834026e)
Copyright 2014 Yahoo! Inc. All rights reserved.
Licensed under the BSD License.
http://yuilibrary.com/license/
*/

html{color:#333;background:#FFF}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0}table{border-collapse:collapse;border-spacing:0}fieldset,img{border:0}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal}ol,ul{list-style:none}caption,th{text-align:left}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal}q:before,q:after{content:''}abbr,acronym{border:0;font-variant:normal}sup{vertical-align:text-top}sub{vertical-align:text-bottom}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;*font-size:100%}legend{color:#333}



/*
Affiliate style
*/

body {
    font-family: 'Open Sans', Helvetica, Arial, sans-serif;
    font-size: 13px;
}

strong {
    font-weight: bold;
}

/* Wrapper */

.rc-wrapper {
    padding: 12px;
    background-color: #fefefe;
}

/* Header */

.rc-header {
    margin-bottom: 12px;
}

.rc-header h1 {
    color: #1b65a4;
    font-size: 1.4em;
    font-weight: bold;
}

/* Price */

.rc-section {
    -webkit-box-shadow: inset 0 4px 0.5px #888;
    -moz-box-shadow: inset 0 4px 0.5px #888;
    box-shadow: inset 0 4px 0.5px #888;
    margin: 0 -12px 12px -12px;
    padding: 16px;
    padding-top: 18px;
    padding-left: 70%;
    color: #fff;
    background-color: #489ae3;
    background-repeat: no-repeat;
    background-position: -110px center;
}

.rc-section strong {
    font-size: 3em;
}

/* Car Image */

.rc-middle {
    position: relative;
}

.carImage {
    position: absolute;
    left: 8px;
    bottom: 8px;
    width: 100%;
    max-width: 300px;
    height: 125px;
    background: url(/images/dynamic-pricing/cars.png) center bottom no-repeat;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
}


/* Logos */

.suppliers {
    clear: both;
}

.suppliers li, .suppliers li:after {
    display: block;
    float: left;
    width: 15.4%;
    height: 40px;
    margin-left: 18.4%;
    border-radius: 2px;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: 50px auto;
    background-size: 50px auto;
    -webkit-transform: translate3d(0, 0, 0);
}

.suppliers li:after {
    content: ' ';
    width: 100%;
    position: relative;
    margin-left: 110%;
}

.suppliers li:first-child {
    margin-left: 0;
}

.first {
    background-image: url(/images/dynamic-pricing/suppliers/hertz.png);
    background-color: #ffde00;
}
.first:after {
    background-image: url(/images/dynamic-pricing/suppliers/thrifty.png);
    background-color: #006EAF;
}
.second {
    background-image: url(/images/dynamic-pricing/suppliers/budget.png);
    background-color: #011576;
}
.second:after {
    background-image: url(/images/dynamic-pricing/suppliers/sixt.png);
    background-color: #000000;
}
.third {
    background-image: url(/images/dynamic-pricing/suppliers/avis.png);
    background-color: #eb2822;
}
.third:after {
    background-image: url(/images/dynamic-pricing/suppliers/national.png);
    background-color: #019638;
}
.fourth {
    display: none !important;
}


/* Button */

.right {
    overflow: hidden;
}

.rc-btn {
    float: right;
    margin: 4px auto 16px;
}

.rc-btn a {
    position: relative;
    display: block;
    text-decoration: none;
    padding: 12px 32px;

    font-size: 1.2em;
    font-weight: bold;
    text-align: center;

    color: #fff;

    background-color: #89af55;
    box-shadow: 0 4px 0 #759549;

    border-radius: 2px;

    -webkit-transition: all 100ms linear;
    -moz-transition: all 100ms linear;
    -ms-transition: all 100ms linear;
    -o-transition: all 100ms linear;
    transition: all 100ms linear;
}

.rc-btn a:hover {
    background-color: #93BC5B;
    box-shadow: 0 4px 0 #7FA24F;
}

.rc-btn a:active {
    -webkit-transform: translate(0, 4px);
    -ms-transform: translate(0, 4px);
    transform: translate(0, 4px);
    background-color: #89af55;
    box-shadow: 0 0 0 #759549;
}

#he #city-night {
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: FlipH;
    -ms-filter: "FlipH";
}








.logo {
    display: none;
}




#he .rc-wrapper {
    direction: rtl;
}

#he .rc-section {
   padding-left: 80%;
}

#he .rc-btn {
    float: left;
}

#he .carImage {
    right: 8px;
}


@media (min-width: 680px) {
    .rc-section {
        padding-left: 70%;
        background-position: left center;
    }
}

@media (max-width: 500px) {
    .rc-header {
        text-align: center;
    }
    .rc-header p {
        display: none;
    }
    .rc-section {
        padding: 16px;
        text-align: center;
        background-position: left top;
        background-size: 130% auto;
    }
    .rc-price {
        border-radius: 3px;
        background: #1b65a4;
        background: rgba(27, 101, 164, 0.8);
        border: 1px solid #1b65a4;
    }
    .rc-price > * {
        display: inline;
    }
    .carImage {
        left: 0;
        bottom: 0;
        width: 46%;
    }
    .rc-btn {
        width: 49%;
    }
    .rc-btn a {
        font-size: 1.1em;
        padding: 8px 0;
        background-position: left center;
    }
}


@media (max-width: 320px) {
    body {
        font-size: 11px;
    }
    .carImage {
        display: none;
    }
    .rc-btn {
        float: none;
        width: 100%;
    }
    .rc-btn a {
        font-size: 1.2em;
    }
    .suppliers li {
        width: 32%;
        height: 40px;
        margin-left: 2%;
    }
    .suppliers li:after {
        margin-left: 0;
        left: 0;
        top: 43px;
        width: 100%;
    }
}

@media (max-width: 180px) {
    body {
        font-size: 10px;
    }
    .suppliers li:after {
        top: 35px;
    }
    .suppliers li, .suppliers li:after {
        height: 32px;
        -webkit-background-size: 40px auto;
        background-size: 40px auto;
    }
}