/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}

    audio:not([controls]) {
        display: none;
        height: 0;
    }

[hidden],
template {
    display: none;
}

a {
    background-color: transparent;
}

    a:active,
    a:hover {
        outline: 0;
    }

abbr[title] {
    border-bottom: 1px dotted;
}

b,
strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

mark {
    background: #ff0;
    color: #000;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    border: 0;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 1em 40px;
}

hr {
    box-sizing: content-box;
    height: 0;
}

pre {
    overflow: auto;
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}

button {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

    button[disabled],
    html input[disabled] {
        cursor: default;
    }

    button::-moz-focus-inner,
    input::-moz-focus-inner {
        border: 0;
        padding: 0;
    }

input {
    line-height: normal;
}

    input[type="checkbox"],
    input[type="radio"] {
        box-sizing: border-box;
        padding: 0;
    }

    input[type="number"]::-webkit-inner-spin-button,
    input[type="number"]::-webkit-outer-spin-button {
        height: auto;
    }

    input[type="search"] {
        -webkit-appearance: textfield;
    }

        input[type="search"]::-webkit-search-cancel-button,
        input[type="search"]::-webkit-search-decoration {
            -webkit-appearance: none;
        }

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: bold;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td,
th {
    padding: 0;
}

* {
    box-sizing: border-box;
}

html {
    font-size: 62.5%;
}

img {
    display: inline-block;
    max-width: 100%;
    height: auto;
}

figure {
    padding: 0;
    margin: 0;
}

a {
    text-decoration: none;
}

    a:visited {
        opacity: .8;
    }

button {
    border: 0;
    outline: 0;
}

.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}

@media (min-width: 768px) {
    .container {
        width: 750px;
    }
}

@media (min-width: 992px) {
    .container {
        width: 970px;
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1170px;
    }
}

.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}

.row {
    margin-left: -15px;
    margin-right: -15px;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    padding-left: 15px;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
    float: left;
}

.col-xs-12 {
    width: 100%;
}

.col-xs-11 {
    width: 91.66666667%;
}

.col-xs-10 {
    width: 83.33333333%;
}

.col-xs-9 {
    width: 75%;
}

.col-xs-8 {
    width: 66.66666667%;
}

.col-xs-7 {
    width: 58.33333333%;
}

.col-xs-6 {
    width: 50%;
}

.col-xs-5 {
    width: 41.66666667%;
}

.col-xs-4 {
    width: 33.33333333%;
}

.col-xs-3 {
    width: 25%;
}

.col-xs-2 {
    width: 16.66666667%;
}

.col-xs-1 {
    width: 8.33333333%;
}

.col-xs-pull-12 {
    right: 100%;
}

.col-xs-pull-11 {
    right: 91.66666667%;
}

.col-xs-pull-10 {
    right: 83.33333333%;
}

.col-xs-pull-9 {
    right: 75%;
}

.col-xs-pull-8 {
    right: 66.66666667%;
}

.col-xs-pull-7 {
    right: 58.33333333%;
}

.col-xs-pull-6 {
    right: 50%;
}

.col-xs-pull-5 {
    right: 41.66666667%;
}

.col-xs-pull-4 {
    right: 33.33333333%;
}

.col-xs-pull-3 {
    right: 25%;
}

.col-xs-pull-2 {
    right: 16.66666667%;
}

.col-xs-pull-1 {
    right: 8.33333333%;
}

.col-xs-pull-0 {
    right: auto;
}

.col-xs-push-12 {
    left: 100%;
}

.col-xs-push-11 {
    left: 91.66666667%;
}

.col-xs-push-10 {
    left: 83.33333333%;
}

.col-xs-push-9 {
    left: 75%;
}

.col-xs-push-8 {
    left: 66.66666667%;
}

.col-xs-push-7 {
    left: 58.33333333%;
}

.col-xs-push-6 {
    left: 50%;
}

.col-xs-push-5 {
    left: 41.66666667%;
}

.col-xs-push-4 {
    left: 33.33333333%;
}

.col-xs-push-3 {
    left: 25%;
}

.col-xs-push-2 {
    left: 16.66666667%;
}

.col-xs-push-1 {
    left: 8.33333333%;
}

.col-xs-push-0 {
    left: auto;
}

.col-xs-offset-12 {
    margin-left: 100%;
}

.col-xs-offset-11 {
    margin-left: 91.66666667%;
}

.col-xs-offset-10 {
    margin-left: 83.33333333%;
}

.col-xs-offset-9 {
    margin-left: 75%;
}

.col-xs-offset-8 {
    margin-left: 66.66666667%;
}

.col-xs-offset-7 {
    margin-left: 58.33333333%;
}

.col-xs-offset-6 {
    margin-left: 50%;
}

.col-xs-offset-5 {
    margin-left: 41.66666667%;
}

.col-xs-offset-4 {
    margin-left: 33.33333333%;
}

.col-xs-offset-3 {
    margin-left: 25%;
}

.col-xs-offset-2 {
    margin-left: 16.66666667%;
}

.col-xs-offset-1 {
    margin-left: 8.33333333%;
}

.col-xs-offset-0 {
    margin-left: 0%;
}

@media (min-width: 768px) {
    .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
        float: left;
    }

    .col-sm-12 {
        width: 100%;
    }

    .col-sm-11 {
        width: 91.66666667%;
    }

    .col-sm-10 {
        width: 83.33333333%;
    }

    .col-sm-9 {
        width: 75%;
    }

    .col-sm-8 {
        width: 66.66666667%;
    }

    .col-sm-7 {
        width: 58.33333333%;
    }

    .col-sm-6 {
        width: 50%;
    }

    .col-sm-5 {
        width: 41.66666667%;
    }

    .col-sm-4 {
        width: 33.33333333%;
    }

    .col-sm-3 {
        width: 25%;
    }

    .col-sm-2 {
        width: 16.66666667%;
    }

    .col-sm-1 {
        width: 8.33333333%;
    }

    .col-sm-pull-12 {
        right: 100%;
    }

    .col-sm-pull-11 {
        right: 91.66666667%;
    }

    .col-sm-pull-10 {
        right: 83.33333333%;
    }

    .col-sm-pull-9 {
        right: 75%;
    }

    .col-sm-pull-8 {
        right: 66.66666667%;
    }

    .col-sm-pull-7 {
        right: 58.33333333%;
    }

    .col-sm-pull-6 {
        right: 50%;
    }

    .col-sm-pull-5 {
        right: 41.66666667%;
    }

    .col-sm-pull-4 {
        right: 33.33333333%;
    }

    .col-sm-pull-3 {
        right: 25%;
    }

    .col-sm-pull-2 {
        right: 16.66666667%;
    }

    .col-sm-pull-1 {
        right: 8.33333333%;
    }

    .col-sm-pull-0 {
        right: auto;
    }

    .col-sm-push-12 {
        left: 100%;
    }

    .col-sm-push-11 {
        left: 91.66666667%;
    }

    .col-sm-push-10 {
        left: 83.33333333%;
    }

    .col-sm-push-9 {
        left: 75%;
    }

    .col-sm-push-8 {
        left: 66.66666667%;
    }

    .col-sm-push-7 {
        left: 58.33333333%;
    }

    .col-sm-push-6 {
        left: 50%;
    }

    .col-sm-push-5 {
        left: 41.66666667%;
    }

    .col-sm-push-4 {
        left: 33.33333333%;
    }

    .col-sm-push-3 {
        left: 25%;
    }

    .col-sm-push-2 {
        left: 16.66666667%;
    }

    .col-sm-push-1 {
        left: 8.33333333%;
    }

    .col-sm-push-0 {
        left: auto;
    }

    .col-sm-offset-12 {
        margin-left: 100%;
    }

    .col-sm-offset-11 {
        margin-left: 91.66666667%;
    }

    .col-sm-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-sm-offset-9 {
        margin-left: 75%;
    }

    .col-sm-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-sm-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-sm-offset-6 {
        margin-left: 50%;
    }

    .col-sm-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-sm-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-sm-offset-3 {
        margin-left: 25%;
    }

    .col-sm-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-sm-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-sm-offset-0 {
        margin-left: 0%;
    }
}

@media (min-width: 992px) {
    .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
        float: left;
    }

    .col-md-12 {
        width: 100%;
    }

    .col-md-11 {
        width: 91.66666667%;
    }

    .col-md-10 {
        width: 83.33333333%;
    }

    .col-md-9 {
        width: 75%;
    }

    .col-md-8 {
        width: 66.66666667%;
    }

    .col-md-7 {
        width: 58.33333333%;
    }

    .col-md-6 {
        width: 50%;
    }

    .col-md-5 {
        width: 41.66666667%;
    }

    .col-md-4 {
        width: 33.33333333%;
    }

    .col-md-3 {
        width: 25%;
    }

    .col-md-2 {
        width: 16.66666667%;
    }

    .col-md-1 {
        width: 8.33333333%;
    }

    .col-md-pull-12 {
        right: 100%;
    }

    .col-md-pull-11 {
        right: 91.66666667%;
    }

    .col-md-pull-10 {
        right: 83.33333333%;
    }

    .col-md-pull-9 {
        right: 75%;
    }

    .col-md-pull-8 {
        right: 66.66666667%;
    }

    .col-md-pull-7 {
        right: 58.33333333%;
    }

    .col-md-pull-6 {
        right: 50%;
    }

    .col-md-pull-5 {
        right: 41.66666667%;
    }

    .col-md-pull-4 {
        right: 33.33333333%;
    }

    .col-md-pull-3 {
        right: 25%;
    }

    .col-md-pull-2 {
        right: 16.66666667%;
    }

    .col-md-pull-1 {
        right: 8.33333333%;
    }

    .col-md-pull-0 {
        right: auto;
    }

    .col-md-push-12 {
        left: 100%;
    }

    .col-md-push-11 {
        left: 91.66666667%;
    }

    .col-md-push-10 {
        left: 83.33333333%;
    }

    .col-md-push-9 {
        left: 75%;
    }

    .col-md-push-8 {
        left: 66.66666667%;
    }

    .col-md-push-7 {
        left: 58.33333333%;
    }

    .col-md-push-6 {
        left: 50%;
    }

    .col-md-push-5 {
        left: 41.66666667%;
    }

    .col-md-push-4 {
        left: 33.33333333%;
    }

    .col-md-push-3 {
        left: 25%;
    }

    .col-md-push-2 {
        left: 16.66666667%;
    }

    .col-md-push-1 {
        left: 8.33333333%;
    }

    .col-md-push-0 {
        left: auto;
    }

    .col-md-offset-12 {
        margin-left: 100%;
    }

    .col-md-offset-11 {
        margin-left: 91.66666667%;
    }

    .col-md-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-md-offset-9 {
        margin-left: 75%;
    }

    .col-md-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-md-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-md-offset-6 {
        margin-left: 50%;
    }

    .col-md-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-md-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-md-offset-3 {
        margin-left: 25%;
    }

    .col-md-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-md-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-md-offset-0 {
        margin-left: 0%;
    }
}

@media (min-width: 1200px) {
    .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
        float: left;
    }

    .col-lg-12 {
        width: 100%;
    }

    .col-lg-11 {
        width: 91.66666667%;
    }

    .col-lg-10 {
        width: 83.33333333%;
    }

    .col-lg-9 {
        width: 75%;
    }

    .col-lg-8 {
        width: 66.66666667%;
    }

    .col-lg-7 {
        width: 58.33333333%;
    }

    .col-lg-6 {
        width: 50%;
    }

    .col-lg-5 {
        width: 41.66666667%;
    }

    .col-lg-4 {
        width: 33.33333333%;
    }

    .col-lg-3 {
        width: 25%;
    }

    .col-lg-2 {
        width: 16.66666667%;
    }

    .col-lg-1 {
        width: 8.33333333%;
    }

    .col-lg-pull-12 {
        right: 100%;
    }

    .col-lg-pull-11 {
        right: 91.66666667%;
    }

    .col-lg-pull-10 {
        right: 83.33333333%;
    }

    .col-lg-pull-9 {
        right: 75%;
    }

    .col-lg-pull-8 {
        right: 66.66666667%;
    }

    .col-lg-pull-7 {
        right: 58.33333333%;
    }

    .col-lg-pull-6 {
        right: 50%;
    }

    .col-lg-pull-5 {
        right: 41.66666667%;
    }

    .col-lg-pull-4 {
        right: 33.33333333%;
    }

    .col-lg-pull-3 {
        right: 25%;
    }

    .col-lg-pull-2 {
        right: 16.66666667%;
    }

    .col-lg-pull-1 {
        right: 8.33333333%;
    }

    .col-lg-pull-0 {
        right: auto;
    }

    .col-lg-push-12 {
        left: 100%;
    }

    .col-lg-push-11 {
        left: 91.66666667%;
    }

    .col-lg-push-10 {
        left: 83.33333333%;
    }

    .col-lg-push-9 {
        left: 75%;
    }

    .col-lg-push-8 {
        left: 66.66666667%;
    }

    .col-lg-push-7 {
        left: 58.33333333%;
    }

    .col-lg-push-6 {
        left: 50%;
    }

    .col-lg-push-5 {
        left: 41.66666667%;
    }

    .col-lg-push-4 {
        left: 33.33333333%;
    }

    .col-lg-push-3 {
        left: 25%;
    }

    .col-lg-push-2 {
        left: 16.66666667%;
    }

    .col-lg-push-1 {
        left: 8.33333333%;
    }

    .col-lg-push-0 {
        left: auto;
    }

    .col-lg-offset-12 {
        margin-left: 100%;
    }

    .col-lg-offset-11 {
        margin-left: 91.66666667%;
    }

    .col-lg-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-lg-offset-9 {
        margin-left: 75%;
    }

    .col-lg-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-lg-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-lg-offset-6 {
        margin-left: 50%;
    }

    .col-lg-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-lg-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-lg-offset-3 {
        margin-left: 25%;
    }

    .col-lg-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-lg-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-lg-offset-0 {
        margin-left: 0%;
    }
}

.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
    content: " ";
    display: table;
}

.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
    clear: both;
}

.btn, .btn-search, .btn-searchfilter, .btn-rental.-largeviewport, .btn-reserve, .accordion-wrapper.-accordionmobile .headfilter .btn-close, .filter-bar-mobile .headfilter .btn-close {
    border-radius: .1rem;
    box-shadow: 1px 1px 1px rgba(42, 42, 42, 0.1);
    font-size: 2.4rem;
    font-weight: 600;
    letter-spacing: -.06rem;
    padding: 1.2rem 2.6rem;
    text-transform: uppercase;
    transition: all .3s ease;
}

    .btn:hover, .btn-search:hover, .btn-searchfilter:hover, .btn-rental.-largeviewport:hover, .btn-reserve:hover, .accordion-wrapper.-accordionmobile .headfilter .btn-close:hover, .filter-bar-mobile .headfilter .btn-close:hover {
        box-shadow: 1px 1.2rem 2rem -1rem rgba(42, 42, 42, 0.6);
        transform: translateY(-0.15rem);
    }

    .btn.-block, .-block.btn-search, .-block.btn-searchfilter, .-block.btn-rental.-largeviewport, .-block.btn-reserve, .accordion-wrapper.-accordionmobile .headfilter .-block.btn-close, .filter-bar-mobile .headfilter .-block.btn-close {
        width: 100%;
    }

.btn-search {
    background-color: #F2E400;
    color: #00275D;
    font-weight: 800;
}

    .btn-search:hover {
        background-color: #FFFFFF;
        color: #285397;
    }

.btn-searchfilter, .btn-rental.-largeviewport {
    font-size: 1.4rem;
    padding: 1rem 2rem;
    background-color: #285397;
    color: #FFFFFF;
}

.btn-rentaldetails {
    background-color: #FFFFFF;
    color: #285397;
    display: block;
    font-size: 1.6rem;
    text-align: center;
    transition: all .3s ease;
    width: 100%;
}

.btn-rental.-largeviewport {
    font-weight: 800;
}

.btn-rental.-smallviewport {
    background-color: #F2E400;
    color: #285397;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    padding-top: 20%;
}

@media (max-width: 490px) {
    .btn-rental.-smallviewport {
        padding-top: 50%;
    }
}

@media (min-width: 1024px) {
    .btn-rental.-largeviewport {
        display: inline-block;
    }

    .btn-rental.-smallviewport {
        display: none;
    }
}

@media (max-width: 1024px) {
    .btn-rental.-largeviewport {
        display: none;
    }

    .btn-rental.-smallviewport {
        display: block;
    }
}

.btn-reserve {
    background-color: #F2E400;
    color: #00275D;
    font-weight: 800;
}

@media (max-width: 480px) {
    .btn-reserve {
        font-size: 1.65rem;
    }
}

.btn-reserve:hover {
    background-color: #F8EE65;
    color: #285397;
}

.btnwrapper {
    padding-top: 1rem;
    text-align: center;
}

.input-form, .filterselect {
    background-color: #FFFFFF;
    border: 0;
    border-radius: .1rem;
    color: #575756;
    font-size: 1.4rem;
    padding: 1rem;
    transition: all .3s ease;
    width: 100%;
}

    .input-form.-inline, .-inline.filterselect {
        margin-right: .75rem;
        width: auto;
    }

    .input-form:focus, .filterselect:focus {
        box-shadow: 1px 14px 6px -9px rgba(42, 42, 42, 0.5);
        outline: 0;
        transform: translateY(-0.2rem);
    }

.label-form {
    color: #FFFFFF;
    display: inline-block;
    padding-bottom: 1rem;
}

.formline {
    margin-bottom: 2.5rem;
    position: relative;
}

    .formline.-hided {
        display: none;
    }

    .formline .fa-search {
        color: #6E6E6E;
        position: absolute;
        right: 1.5rem;
        top: 4.25rem;
    }

    .formline .fa-calendar {
        color: #6E6E6E;
        position: absolute;
        right: 1.5rem;
        top: 1.2rem;
    }

.form-quotation-wrapper > .name {
    background-color: #1c2838;
    color: #FFFFFF;
    font-size: 2.6rem;
    font-weight: bold;
    margin: 0;
    padding: 2rem;
    text-align: center;
    text-transform: uppercase;
}

.form-quotation-wrapper .formcontent {
    background-color: #285397;
    padding: 2rem;
}

    .form-quotation-wrapper .formcontent.-extrapadding {
        padding: 3.5rem;
    }

@media (max-width: 767px) {
    .form-quotation-wrapper .formcontent.-extrapadding {
        padding: 2rem;
    }
}

.form-quotation-wrapper .formcontent p {
    margin-top: 0;
    margin-bottom: 0;
}

.form-quotation-wrapper .formcontent .row {
    margin: 0 -1rem;
}

.form-quotation-wrapper .formcontent .col-xs-6 {
    padding: 0 .7rem;
}

.formwrapper-home {
    box-shadow: 1px 1px 1rem rgba(42, 42, 42, 0.5);
    margin-left: -1.5rem;
    margin-top: 4rem;
}

@media (min-width: 768px) and (max-width: 991px) {
    .formwrapper-home {
        margin: 3rem -3rem 0;
    }
}

@media (max-width: 767px) {
    .formwrapper-home {
        margin: 0 -3rem;
    }
}

.consumer-steps-wrapper {
    position: relative;
}

    .consumer-steps-wrapper:after {
        background-color: #DADADA;
        bottom: 15px;
        content: '';
        height: .9rem;
        left: 7%;
        position: absolute;
        width: 86%;
        z-index: 0;
    }

@media (max-width: 767px) {
    .consumer-steps-wrapper:after {
        bottom: 9px;
        height: .3rem;
        left: 13%;
        width: 74%;
    }
}

.consumer-steps-wrapper.-step2:after {
    background-image: linear-gradient(to right, #285397 50%, #DADADA 51%);
}

.consumer-steps-wrapper.-stepsdone:after {
    background-color: #285397;
}

.consumer-steps {
    margin-bottom: 3rem;
    position: relative;
    display: flex;
    justify-content: space-between;
}

    .consumer-steps > .step {
        width: 15%;
    }

@media (max-width: 767px) {
    .consumer-steps > .step {
        width: 25%;
    }
}

.consumer-steps > .step .label {
    color: #DADADA;
    font-size: 2rem;
    font-weight: 600;
    letter-spacing: -.066rem;
    margin: 0 0 1rem;
    text-align: center;
}

@media (max-width: 767px) {
    .consumer-steps > .step .label {
        font-size: 1.2rem;
    }
}

.consumer-steps > .step .label.-current {
    color: #285397;
}

.consumer-steps > .step .dot {
    background-color: #DADADA;
    border-radius: 50%;
    height: 4rem;
    margin: 0 auto;
    position: relative;
    width: 4rem;
    z-index: 2;
}

@media (max-width: 767px) {
    .consumer-steps > .step .dot {
        height: 2rem;
        width: 2rem;
    }
}

.consumer-steps > .step .dot.-current {
    background-color: #F2E400;
    box-shadow: 2px 0 1rem rgba(42, 42, 42, 0.1);
}

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
}

    .table > thead > tr > th,
    .table > tbody > tr > th,
    .table > tfoot > tr > th,
    .table > thead > tr > td,
    .table > tbody > tr > td,
    .table > tfoot > tr > td {
        padding: 8px;
        line-height: 1.42857143;
        vertical-align: top;
        border-top: 1px solid #dddddd;
    }

    .table > thead > tr > th {
        vertical-align: bottom;
        border-bottom: 2px solid #dddddd;
    }

    .table > caption + thead > tr:first-child > th,
    .table > colgroup + thead > tr:first-child > th,
    .table > thead:first-child > tr:first-child > th,
    .table > caption + thead > tr:first-child > td,
    .table > colgroup + thead > tr:first-child > td,
    .table > thead:first-child > tr:first-child > td {
        border-top: 0;
    }

    .table > tbody + tbody {
        border-top: 2px solid #dddddd;
    }

    .table .table {
        background-color: #ffffff;
    }

.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
    padding: 5px;
}

.table-bordered {
    border: 1px solid #dddddd;
}

    .table-bordered > thead > tr > th,
    .table-bordered > tbody > tr > th,
    .table-bordered > tfoot > tr > th,
    .table-bordered > thead > tr > td,
    .table-bordered > tbody > tr > td,
    .table-bordered > tfoot > tr > td {
        border: 1px solid #dddddd;
    }

    .table-bordered > thead > tr > th,
    .table-bordered > thead > tr > td {
        border-bottom-width: 2px;
    }

.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #f9f9f9;
}

.table-hover > tbody > tr:hover {
    background-color: #f5f5f5;
}

table col[class*="col-"] {
    position: static;
    float: none;
    display: table-column;
}

table td[class*="col-"],
table th[class*="col-"] {
    position: static;
    float: none;
    display: table-cell;
}

.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
    background-color: #f5f5f5;
}

.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
    background-color: #e8e8e8;
}

.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
    background-color: #dff0d8;
}

.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
    background-color: #d0e9c6;
}

.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
    background-color: #d9edf7;
}

.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
    background-color: #c4e3f3;
}

.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
    background-color: #fcf8e3;
}

.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
    background-color: #faf2cc;
}

.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
    background-color: #f2dede;
}

.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
    background-color: #ebcccc;
}

.table-responsive {
    overflow-x: auto;
    min-height: 0.01%;
}

@media screen and (max-width: 767px) {
    .table-responsive {
        width: 100%;
        margin-bottom: 15px;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #dddddd;
    }

        .table-responsive > .table {
            margin-bottom: 0;
        }

            .table-responsive > .table > thead > tr > th,
            .table-responsive > .table > tbody > tr > th,
            .table-responsive > .table > tfoot > tr > th,
            .table-responsive > .table > thead > tr > td,
            .table-responsive > .table > tbody > tr > td,
            .table-responsive > .table > tfoot > tr > td {
                white-space: nowrap;
            }

        .table-responsive > .table-bordered {
            border: 0;
        }

            .table-responsive > .table-bordered > thead > tr > th:first-child,
            .table-responsive > .table-bordered > tbody > tr > th:first-child,
            .table-responsive > .table-bordered > tfoot > tr > th:first-child,
            .table-responsive > .table-bordered > thead > tr > td:first-child,
            .table-responsive > .table-bordered > tbody > tr > td:first-child,
            .table-responsive > .table-bordered > tfoot > tr > td:first-child {
                border-left: 0;
            }

            .table-responsive > .table-bordered > thead > tr > th:last-child,
            .table-responsive > .table-bordered > tbody > tr > th:last-child,
            .table-responsive > .table-bordered > tfoot > tr > th:last-child,
            .table-responsive > .table-bordered > thead > tr > td:last-child,
            .table-responsive > .table-bordered > tbody > tr > td:last-child,
            .table-responsive > .table-bordered > tfoot > tr > td:last-child {
                border-right: 0;
            }

            .table-responsive > .table-bordered > tbody > tr:last-child > th,
            .table-responsive > .table-bordered > tfoot > tr:last-child > th,
            .table-responsive > .table-bordered > tbody > tr:last-child > td,
            .table-responsive > .table-bordered > tfoot > tr:last-child > td {
                border-bottom: 0;
            }
}

.accordion-wrapper {
    margin: 3rem 0;
}

    .accordion-wrapper > .accordionitem .header {
        background-color: #FFFFFF;
        cursor: pointer;
        margin-top: .2rem;
    }

        .accordion-wrapper > .accordionitem .header .name {
            color: #285397;
            margin: 0;
            padding: 1.5rem;
        }

            .accordion-wrapper > .accordionitem .header .name > i.fa {
                float: right;
                margin-top: .5rem;
            }

    .accordion-wrapper > .accordionitem .content {
        padding: 1.5rem;
        background-color: #DADADA;
    }

        .accordion-wrapper > .accordionitem .content.filters-options {
            display: flex;
        }

        .accordion-wrapper > .accordionitem .content ul {
            list-style: none;
            padding: 0;
        }

        .accordion-wrapper > .accordionitem .content li {
            padding: .5rem 0;
        }

    .accordion-wrapper.-accordionmobile {
        background-color: #FFFFFF;
        height: 100%;
        position: fixed;
        overflow: hidden;
        top: 0;
        left: 0;
        margin: 0;
        width: 100%;
        transform-origin: 66% 95%;
        z-index: 2;
        transform: scale(0) translateY(100%);
        transition: all .5s ease;
    }

        .accordion-wrapper.-accordionmobile.-active {
            border-radius: 0;
            transform: scale(1) translateY(0);
        }

        .accordion-wrapper.-accordionmobile .headfilter {
            text-align: right;
        }

            .accordion-wrapper.-accordionmobile .headfilter .btn-close {
                background-color: transparent;
                color: #285397;
                font-size: 2rem;
            }

        .accordion-wrapper.-accordionmobile > .accordionitem .header {
            background-color: #F5F5F5;
        }

            .accordion-wrapper.-accordionmobile > .accordionitem .header .name {
                color: #6E6E6E;
                font-size: 1.5rem;
                font-weight: 600;
            }

                .accordion-wrapper.-accordionmobile > .accordionitem .header .name > i.fa {
                    color: #285397;
                }

.car-entry {
    background-color: #FFFFFF;
    border: 1px solid #DADADA;
    border-radius: .2rem;
    margin-bottom: 3rem;
}

    .car-entry .imagecar {
        padding: 3rem 1.5rem;
    }

@media (max-width: 640px) {
    .car-entry .imagecar {
        padding: .75rem 0;
    }
}

.car-entry .infoswrapper {
    padding: 3rem 0;
}

@media (max-width: 640px) {
    .car-entry .infoswrapper {
        padding: 1rem 0;
    }
}

.car-entry .infoswrapper .catlabel {
    color: #285397;
    font-size: 1.6rem;
    margin: 0;
}

@media (max-width: 640px) {
    .car-entry .infoswrapper .catlabel {
        font-size: 1rem;
    }
}

.car-entry .infoswrapper .catname {
    color: #285397;
    font-size: 2.4rem;
    font-weight: 600;
    letter-spacing: -.06rem;
    margin: .75rem 0;
}

@media (max-width: 640px) {
    .car-entry .infoswrapper .catname {
        font-size: 1.4rem;
        margin-top: 0;
    }
}

@media (max-width: 640px) {
    .car-entry .infoswrapper .metainfos {
        font-size: 1rem;
    }
}

.car-entry .infoswrapper .metainfos > .meta {
    color: #285397;
    padding-right: 1.5rem;
}

    .car-entry .infoswrapper .metainfos > .meta .num {
        padding-left: .75rem;
        color: #6E6E6E;
    }

.car-entry.-sidebar .desc-content {
    border-top: 1px solid #DADADA;
}

.rental-line {
    align-items: center;
    background-color: #FFFFFF;
    box-shadow: 0 0 0 .3rem transparent;
    clear: both;
    display: flex;
    position: relative;
    transition: all .3s ease;
    height: 85px;
}

@media (max-width: 1024px) {
    .rental-line {
        align-items: stretch;
        margin-bottom: .1rem;
    }
}

.rental-line .logorental {
    padding: 15px 0;
}

    .rental-line .logorental > img {
        display: block;
    }

@media (max-width: 1024px) {
    .rental-line .metaflex {
        display: flex;
        flex-direction: column;
    }
}

.rental-line .metainfo {
    padding: 15px 0;
    display: flex;
    width: 70%;
    float: left;
}

@media (max-width: 1024px) {
    .rental-line .metainfo {
        float: none;
        order: 2;
        padding: 2px 0 15px;
        width: 100%;
    }
}

.rental-line .metainfo .info {
    color: #575756;
    padding: 0px 5px 0px 0;
}

@media (max-width: 1024px) {
    .rental-line .metainfo .info {
        overflow: hidden;
        padding: 0;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
}

@media (max-width: 767px) {
    .rental-line .metainfo .info {
        font-size: 1rem;
    }
}

@media (max-width: 767px) {
    .rental-line .metainfo .info:first-child {
        display: none;
    }
}

.rental-line .dayprice {
    float: right;
    width: 30%;
    height: 85px;
    background-color: #F8EE65;
    padding: 15px 0;
    transition: all .3s ease;
}

@media (max-width: 1024px) {
    .rental-line .dayprice {
        float: none;
        order: 1;
        width: 100%;
        background-color: transparent;
        padding: 7px 0 0;
    }
}

.rental-line .dayprice > .price {
    color: #285397;
    display: block;
    font-size: 2.4rem;
    font-style: normal;
    font-weight: 800;
    letter-spacing: -.06rem;
    text-align: center;
}

@media (max-width: 1024px) {
    .rental-line .dayprice > .price {
        display: inline;
    }
}

@media (max-width: 767px) {
    .rental-line .dayprice > .price {
        font-size: 1.4rem;
    }
}

.rental-line .dayprice > .day {
    color: #575756;
    display: block;
    text-align: center;
}

@media (max-width: 1024px) {
    .rental-line .dayprice > .day {
        display: inline;
    }
}

@media (max-width: 767px) {
    .rental-line .dayprice > .day {
        font-size: 1rem;
    }
}

.rental-line .buttonwrapper {
    background-color: #F8EE65;
    padding: 23px 0;
    margin: 0 -16px;
    text-align: center;
    transition: all .3s ease;
}

@media (max-width: 1024px) {
    .rental-line .buttonwrapper {
        padding: 0;
    }
}

.rental-line:before,
.rental-line:after {
    content: '';
    clear: both;
    display: table;
}

.rental-line:nth-of-type(odd) {
    background-color: #F5F5F5;
}

.rental-line:hover {
    box-shadow: 0 0 0 0.3rem #285397;
    background-color: #F2E400;
    z-index: 2;
}

@media (min-width: 992px) {
    .rental-line:hover .dayprice,
    .rental-line:hover .buttonwrapper {
        background-color: #F2E400;
    }
}

.filterselect {
    width: 70%;
    -webkit-appearance: inherit;
}

.filteroption {
    margin-right: .75rem;
}

.filterlabel {
    color: #6E6E6E;
    font-weight: 600;
}

.filter-bar {
    margin-bottom: 1.5rem;
    text-align: right;
}

@media (max-width: 991px) {
    .filter-bar {
        display: none;
    }
}

.filter-bar > .name {
    color: #6E6E6E;
    font-weight: 600;
}

@media (max-width: 767px) {
    .filter-bar > .name {
        font-size: 1rem;
    }
}

.filter-bar > .btn-filter {
    background-color: #DADADA;
    border-radius: .2rem;
    color: #6E6E6E;
    font-weight: 600;
    margin: 0 .25rem;
    padding: .5rem 1.5rem;
    transition: all .3s ease;
}

@media (max-width: 767px) {
    .filter-bar > .btn-filter {
        font-size: 1rem;
        margin: 0;
        padding: 1rem .8rem;
    }
}

.filter-bar > .btn-filter:hover {
    background-color: #6E6E6E;
    color: #F5F5F5;
}

.filter-bar > .btn-filter.-active {
    background-color: #F2E400;
}

.filter-bar-mobile {
    border-radius: 50%;
    height: 100%;
    position: fixed;
    overflow: hidden;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #FFFFFF;
    transform-origin: 33% 95%;
    z-index: 2;
    transform: scale(0) translateY(100%);
    transition: all .5s ease;
}

    .filter-bar-mobile.-active {
        border-radius: 0;
        transform: scale(1) translateY(0);
    }

    .filter-bar-mobile .headfilter {
        text-align: right;
    }

        .filter-bar-mobile .headfilter .btn-close {
            background-color: transparent;
            color: #285397;
            font-size: 2rem;
        }

    .filter-bar-mobile .name {
        color: #6E6E6E;
        display: block;
        font-size: 1.8rem;
        text-align: left;
        padding: 1.5rem;
    }

    .filter-bar-mobile .btn-filter {
        background: #F5F5F5;
        color: #6E6E6E;
        display: block;
        font-size: 1.6rem;
        padding: 1.5rem;
        margin-bottom: .2rem;
        text-align: left;
        width: 100%;
    }

.filter-options-bar {
    background-color: #285397;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    margin-bottom: 0;
    text-align: center;
    box-shadow: 0 0px 1rem rgba(42, 42, 42, 0.5);
    z-index: 99;
}

@media (min-width: 992px) {
    .filter-options-bar {
        display: none;
    }
}

.filter-options-bar > .btn-filter.-fixedbar {
    background-color: transparent;
    color: #FFFFFF;
    margin: 0 1.5rem;
    padding: 1.5rem 2rem;
}

    .filter-options-bar > .btn-filter.-fixedbar.-active {
        background-color: #00275D;
        box-shadow: 0 0px 1rem rgba(42, 42, 42, 0.5);
        transform: scale(1.05) translateY(-0.1rem);
    }

    .filter-options-bar > .btn-filter.-fixedbar > .fa {
        font-size: 1.8rem;
        margin-right: .75rem;
    }

    .filter-options-bar > .btn-filter.-fixedbar > .btntext {
        font-size: 1.4rem;
    }

.tooltip {
    position: relative;
}

    .tooltip .text {
        position: absolute;
        width: 200px;
        background-color: #FFFFFF;
        padding: 0 1.5rem;
        box-shadow: 1px 11px 4px -9px rgba(42, 42, 42, 0.2);
        border-radius: .3rem;
        font-size: 1rem;
        left: 150%;
        z-index: 22;
        opacity: 0;
        transform-origin: top left;
    }

@media (max-width: 800px) {
    .tooltip .text {
        width: 150px;
    }
}

.tooltip .text:before {
    content: '';
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-right: 5px solid #FFFFFF;
    top: .5rem;
    left: -.5rem;
    position: absolute;
}

.tooltip:hover .text {
    animation: showTip 0.5s cubic-bezier(0.25, 0.18, 0.24, 1.3) forwards;
}

@keyframes showTip {
    0% {
        opacity: 0;
        transform: scale(0.1);
    }

    50% {
        transform: scale(1.2);
    }

    100% {
        opacity: 1;
    }
}

.ui-datepicker {
    background-color: #FFFFFF;
    border-radius: .3rem;
    box-shadow: 1px 1px 2px rgba(42, 42, 42, 0.2);
}

@media (max-width: 640px) {
    .ui-datepicker {
        width: 100% !important;
        left: 0 !important;
        top: 0 !important;
        height: 100% !important;
        position: fixed !important;
    }
}

.ui-datepicker .ui-datepicker-title {
    color: #575756;
}

.ui-datepicker .ui-datepicker-next,
.ui-datepicker .ui-datepicker-prev {
    color: #575756;
    text-align: center;
}

    .ui-datepicker .ui-datepicker-next:after {
        content: '\f105';
        font-family: 'FontAwesome';
    }

    .ui-datepicker .ui-datepicker-prev:after {
        content: '\f104';
        font-family: 'FontAwesome';
    }

.ui-datepicker .ui-datepicker-calendar th {
    background-color: #F2E400;
    color: #285397;
}

.ui-datepicker .ui-state-default {
    color: #6E6E6E;
    background-color: #F5F5F5;
    text-align: center;
}

.ui-datepicker .ui-state-active {
    background-color: #285397;
    color: #FFFFFF;
}

.ui-datepicker .ui-datepicker-unselectable{
    opacity:0.3;
}

.ui-datepicker .ui-datepicker-unselectable > span.ui-state-default {
    text-decoration:line-through;
}

.ui-autocomplete.ui-menu {
    list-style: none;
    padding: 0;
    border-radius: .2rem;
    background-color: #FFFFFF;
    top: 6rem !important;
    z-index: 222;
    padding: 0;
    box-shadow: 1px 2rem 1.5rem -1.5rem rgba(42, 42, 42, 0.6);
}

    .ui-autocomplete.ui-menu:before {
        content: '';
        border-left: .6rem solid transparent;
        border-right: .6rem solid transparent;
        border-bottom: 0.6rem solid #FFFFFF;
        left: .6rem;
        position: absolute;
        top: -.6rem;
    }

    .ui-autocomplete .ui-menu .ui-state-focus,
    .ui-autocomplete .ui-menu .ui-state-active {
        background-color: #F8EE65;
        transform: scale(1.02);
    }

.ui-autocomplete > .ui-menu-item:first-child {
    border-radius: .2rem .2rem 0 0;
}

.ui-autocomplete > .ui-menu-item:last-child {
    border-radius: 0 0 .2rem .2rem;
}

.ui-autocomplete > .ui-menu-item .ui-menu-item-wrapper {
    color: #6E6E6E;
    font-size: 1.4rem;
    padding: 1rem;
    transition: all .2s ease;
}

    .ui-autocomplete > .ui-menu-item .ui-menu-item-wrapper:hover {
        background-color: #F8EE65;
    }

.ui-datepicker-week-end {
    color: #c0c0c0 !important;
}

div#ui-datepicker-div.ui-datepicker {
    color: #c0c0c0;
}

    div#ui-datepicker-div.ui-datepicker:hover {
        cursor: default !important;
    }

.ui-datepicker-calendar th {
    color: #222222 !important;
}

.ui-helper-hidden-accessible {
    opacity: 0;
}

.loading-banner {
    background-color: #285397;
    border-radius: .2rem;
    box-shadow: 1px 2rem 1rem -1.5rem rgba(42, 42, 42, 0.2);
    margin: 6rem 0;
    overflow: hidden;
}

    .loading-banner .loading-car {
        background-color: #FFEF00;
        padding: 1rem;
        position: relative;
        text-align: center;
    }

        .loading-banner .loading-car:after {
            content: '';
            position: absolute;
            border-top: 1.4rem solid transparent;
            border-bottom: 1.4rem solid transparent;
            border-left: 1.4rem solid #FFEF00;
            right: -1.4rem;
            top: 39%;
        }

@media (max-width: 767px) {
    .loading-banner .loading-car:after {
        border-left: 1.4rem solid transparent;
        border-right: 1.4rem solid transparent;
        border-top: 1.4rem solid #FFEF00;
        right: 50%;
        margin-right: -.7rem;
        bottom: -2.8rem;
        top: auto;
    }
}

.loading-banner .loading-text {
    padding-top: 2.5rem;
    margin: auto;
    max-width: 60%;
    text-align: center;
}

@media (max-width: 767px) {
    .loading-banner .loading-text {
        padding-bottom: 2.4rem;
        padding-top: 2.4rem;
        max-width: 90%;
    }
}

.loading-banner .loading-text p {
    color: #FFFFFF;
    font-size: 2.1rem;
    text-transform: uppercase;
}

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.pull-right {
    float: right !important;
}

.pull-left {
    float: left !important;
}

.hide {
    display: none !important;
}

.show {
    display: block !important;
}

.invisible {
    visibility: hidden;
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.hidden {
    display: none !important;
}

.affix {
    position: fixed;
}

.cf, .loading-banner, .payment-section, .payment-input-wrapper, .box-card {
    clear: both;
}

    .cf:before, .loading-banner:before, .payment-section:before, .payment-input-wrapper:before, .box-card:before {
        content: '';
    }

    .cf:after, .loading-banner:after, .payment-section:after, .payment-input-wrapper:after, .box-card:after {
        content: '';
        clear: both;
        display: table;
    }

body {
    background-color: #FFFFFF;
    font-size: 1.6rem;
    font-family: 'Open Sans', sans-serif;
}

.header-masterpage {
    background-color: #FFFFFF;
    padding: 1rem 0;
}

    .header-masterpage .dynamiclogo {
        float: left;
        margin: 0;
    }

@media (max-width: 640px) {
    .header-masterpage .dynamiclogo {
        width: 30%;
    }
}

.header-masterpage .dynamiclogo img {
    float: left;
}

.header-masterpage .dynamiclogo .tagname {
    display: block;
    height: 0;
    overflow: hidden;
    text-indent: -999px;
}

.header-masterpage .sglogos {
    float: right;
}

@media (max-width: 640px) {
    .header-masterpage .sglogos {
        padding-top: .5rem;
        width: 65%;
    }
}

.intro-home {
    background-image: url("../../../assets/images/large/intro-home.jpg");
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    box-shadow: inset 2px 2rem 2rem rgba(42, 42, 42, 0.2);
}

@media (max-width: 991px) {
    .intro-home {
        background-image: url("../../../assets/images/small/intro-home.jpg");
        background-size: 100% 100%;
    }
}

.intro-home .tagline-box {
    margin: 5rem auto 0;
}

.intro-home .title {
    color: #FFFFFF;
    font-size: 3.6rem;
    letter-spacing: -.06rem;
    margin: 0 0 3rem;
    text-align: center;
    text-transform: uppercase;
}

@media (max-width: 767px) {
    .intro-home .title {
        font-size: 2.4rem;
    }
}

.intro-home .phrase {
    color: #FFFFFF;
    font-size: 3.6rem;
    font-weight: normal;
    letter-spacing: .06rem;
    line-height: 4.2rem;
    margin: 0;
    text-align: center;
}

    .intro-home .phrase > em {
        font-style: normal;
        font-weight: bold;
        text-transform: uppercase;
    }

@media (max-width: 767px) {
    .intro-home .phrase {
        font-size: 2.4rem;
        line-height: 3rem;
    }
}

.intro-home .img {
    padding-top: 3rem;
    text-align: center;
}

@media (max-width: 991px) {
    .intro-home .img {
        padding-top: 0;
        transform: translateY(4rem);
    }
}

.innerpage-wrapper {
    background-color: #F5F5F5;
    padding: 6rem 0;
}

.banner-footer {
    padding: 35px 0;
    text-align: center;
}

@media (max-width: 991px) {
    .banner-footer {
        margin-top: 3rem;
    }
}

.footer-masterpage {
    background-color: #272E38;
    padding: 2.5rem 0;
}

    .footer-masterpage .copytext {
        color: #FFFFFF;
        font-size: 1.2rem;
        font-weight: normal;
        margin: 0 0 1rem;
        text-align: center;
    }

    .footer-masterpage p {
        color: #FFFFFF;
        font-size: 1.2rem;
        margin: 0;
        text-align: center;
    }

    .footer-masterpage a {
        color: #FFFFFF;
        font-weight: bold;
    }

.main-col .title {
    color: #6E6E6E;
    font-size: 2.2rem;
    font-weight: 600;
    margin: 0 0 2rem;
    text-align: right;
}

@media (max-width: 991px) {
    .left-col {
        display: none;
    }
}

.header-tab {
    background-color: #F5F5F5;
    padding: 1.5rem;
}

    .header-tab > .title {
        color: #285397;
        font-size: 2.4rem;
        font-weight: 600;
        margin: 0;
    }

@media (max-width: 767px) {
    .header-tab > .title {
        font-size: 1.6rem;
    }
}

.header-tab > .title .fa {
    float: right;
}

.desc-content {
    padding: 1.5rem;
}

    .desc-content > .title {
        color: #285397;
        font-weight: 600;
        margin: 0;
    }

@media (max-width: 767px) {
    .desc-content > .title {
        font-size: 1.4rem;
    }
}

.desc-content > .carname {
    color: #285397;
    font-size: 2.4rem;
    font-weight: 600;
    margin: .75rem 0;
}

@media (max-width: 767px) {
    .desc-content > .carname {
        font-size: 1.6rem;
    }
}

.desc-content > .rentallogo {
    padding: 1rem 0 1.5rem;
}

    .desc-content > .rentallogo > img {
        /*border: 1px solid #DADADA;*/
    }

.desc-content .paragraph, .desc-content .list > li {
    color: #575756;
    font-size: 1.6rem;
}

@media (max-width: 767px) {
    .desc-content .paragraph, .desc-content .list > li {
        font-size: 1.2rem;
    }
}

.desc-content .paragraph > .fa, .desc-content .list > li > .fa {
    color: #285397;
    font-size: 1.8rem;
    margin-right: .5rem;
}

@media (max-width: 767px) {
    .desc-content .paragraph > .fa, .desc-content .list > li > .fa {
        font-size: 1.4rem;
    }
}

.desc-content .paragraph > .fa.fa-plane, .desc-content .list > li > .fa.fa-plane {
    float: left;
    height: 40px;
    padding-top: .5rem;
}

.desc-content .paragraph > strong, .desc-content .list > li > strong {
    font-weight: 600;
}

.desc-content .list {
    list-style: none;
    padding: 0;
}

    .desc-content .list > li {
        margin-bottom: .75rem;
    }

@media (max-width: 991px) {
    .valuescolumn {
        background: #285397;
        bottom: 0;
        left: 0;
        padding: 1.5rem 0;
        position: fixed;
        width: 100%;
        z-index: 9;
    }
}

.valuescolumn .paragraph, .valuescolumn .desc-content .list > li, .desc-content .valuescolumn .list > li {
    margin: 0;
}

@media (max-width: 991px) {
    .valuescolumn .paragraph, .valuescolumn .desc-content .list > li, .desc-content .valuescolumn .list > li {
        color: #FFFFFF;
        font-size: 1.8rem;
    }
}

@media (max-width: 480px) {
    .valuescolumn .paragraph, .valuescolumn .desc-content .list > li, .desc-content .valuescolumn .list > li {
        font-size: 1.2rem;
    }
}

.valuescolumn .price {
    color: #285397;
    font-size: 3rem;
    font-style: normal;
    font-weight: 800;
}

@media (max-width: 991px) {
    .valuescolumn .price {
        color: #FFFFFF;
        font-size: 2.2rem;
    }
}

@media (max-width: 480px) {
    .valuescolumn .price {
        font-size: 1.4rem;
    }
}

@media (max-width: 991px) {
    .valuescolumn .btnwrapper {
        padding-top: 0;
    }
}

.box-plan .desc-content {
    padding-top: 0;
    padding-bottom: 0;
}

.box-plan.-largeviewport {
    border: 3px solid #F2E400;
    padding: 1.5rem;
}

@media (max-width: 700px) {
    .box-plan.-largeviewport {
        display: none;
    }
}

.box-plan.-smallviewport {
    border-top: 1px solid #DADADA;
    padding: 1.5rem;
}

@media (min-width: 701px) {
    .box-plan.-smallviewport {
        display: none;
    }
}

.box-plan.-smallviewport .desc-content {
    padding: 0;
}

@media (max-width: 719px) {
    .bundles-wrapper {
        display: none;
    }
}

.bundles-wrapper > .header .title {
    text-align: center;
    color: #285397;
    font-weight: normal;
    font-size: 3.5rem;
}

@media (max-width: 991px) {
    .bundles-wrapper > .header .title {
        font-size: 2.2rem;
    }
}

.bundles-wrapper .bundlename {
    color: #285397;
    font-size: 2rem;
    margin: 0;
    text-align: center;
}

@media (max-width: 1024px) {
    .bundles-wrapper .bundlename {
        font-size: 2rem;
    }
}

.bundles-wrapper .bundledesc {
    color: #575756;
    margin-bottom: 0;
    text-align: center;
}

.bundles-wrapper .currentplan {
    color: #285397;
    margin-top: 0;
    text-align: center;
}

.bundles-wrapper .table td {
    color: #575756;
    vertical-align: middle;
}

@media (max-width: 1024px) {
    .bundles-wrapper .table td {
        font-size: 1.4rem;
    }
}

.bundles-wrapper .table td .btnwrapper {
    padding-top: 0;
}

.bundles-wrapper .fa {
    color: #285397;
}

    .bundles-wrapper .fa.-center {
        margin: 0 auto;
        display: table;
    }

.bundles-wrapper .obs {
    font-size: 1.2rem;
}

.add-infos > .content {
    padding: 0 1.5rem;
    color: #575756;
}

@media (max-width: 767px) {
    .add-infos > .content {
        font-size: 1.4rem;
    }
}

.payment-sections-wrapper {
    background-color: #FFFFFF;
    border: 1px solid #DADADA;
    border-radius: .2rem;
    margin-bottom: 3rem;
}

.payment-input-wrapper {
    padding: 2rem 0;
}

    .payment-input-wrapper > .formline {
        margin: 0 0 1.5rem;
    }

.formline .label {
    display: block;
    font-weight: 600;
    color: #6E6E6E;
    padding-bottom: .75rem;
}

@media (max-width: 640px) {
    .formline .label {
        font-size: 1.4rem;
    }
}

.formline .inputform {
    background-color: #F5F5F5;
    border: 0;
    border-radius: .3rem;
    color: #575756;
    display: block;
    font-size: 1.4rem;
    height: 40px;
    outline: 0;
    padding: 1rem 1.5rem;
    transition: all .3s ease-in-out;
    width: 100%;
}

    .formline .inputform:focus {
        box-shadow: 0 1rem 1rem -1rem rgba(42, 42, 42, 0.5);
        transform: translateY(-0.2rem);
    }

    .formline .inputform.-radio, .formline .inputform.-check {
        display: inline-block;
        height: auto;
        margin-right: .25rem;
        width: auto;
    }

.formline a {
    color: #285397;
}

.box-card {
    background-color: #F2E400;
    padding: 2rem 1rem;
}

@media (max-width: 640px) {
    .box-card {
        padding: 0;
    }
}

.box-card .sepcard {
    color: #6E6E6E;
    padding: 1rem 0 0;
    text-align: center;
}

.thanks-box {
    background-color: #FFFFFF;
    border: 1px solid #DADADA;
}

    .thanks-box > .header .title {
        background-color: #F2E400;
        color: #575756;
        font-weight: 600;
        font-size: 3rem;
        letter-spacing: -.06rem;
        margin: 0;
        padding: 2rem;
        text-align: center;
    }

@media (max-width: 640px) {
    .thanks-box > .header .title {
        font-size: 2.2rem;
    }
}

.thanks-box > .content {
    padding: 4rem;
    text-align: center;
    color: #6E6E6E;
}

@media (max-width: 400px) {
    .thanks-box > .content {
        padding: 2rem;
    }
}

.thanks-box > .content p {
    margin-bottom: 5rem;
    font-size: 1.8rem;
    line-height: 3rem;
}

@media (max-width: 400px) {
    .thanks-box > .content p {
        font-size: 1.4rem;
    }
}

.thanks-box > .content strong {
    font-weight: 600;
}

.thanks-box > .content em {
    font-style: normal;
    font-weight: 800;
}

.alert {
    background-color: #e74c3c;
    border: 1px solid #c0392b;
    padding: 10px;
    color: white;
    border-radius: 5px;
}

/*# sourceMappingURL=styles.css.map */

/* estilos avianca*/
.estiloBoxAvianca {
    background-color: #939598 !important;
}

.buttonAvianca {
    background-color: white;
    color: rgb(227, 21, 23);
    font-weight: 800;
}

.modal-open {
    overflow: hidden;
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}

    .modal.fade .modal-dialog {
        -webkit-transition: -webkit-transform .3s ease-out;
        -o-transition: -o-transform .3s ease-out;
        transition: transform .3s ease-out;
        -webkit-transform: translate(0, -25%);
        -ms-transform: translate(0, -25%);
        -o-transform: translate(0, -25%);
        transform: translate(0, -25%);
    }

    .modal.in .modal-dialog {
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        transform: translate(0, 0);
    }

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px;
}

.modal-content {
    position: relative;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 6px;
    outline: 0;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000;
}

    .modal-backdrop.fade {
        filter: alpha(opacity=0);
        opacity: 0;
    }

    .modal-backdrop.in {
        filter: alpha(opacity=50);
        opacity: .5;
    }

.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
}

    .modal-header .close {
        margin-top: -2px;
    }

.modal-title {
    margin: 0;
    line-height: 1.42857143;
}

.modal-body {
    position: relative;
    padding: 15px;
}

.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
}

    .modal-footer .btn + .btn {
        margin-bottom: 0;
        margin-left: 5px;
    }

    .modal-footer .btn-group .btn + .btn {
        margin-left: -1px;
    }

    .modal-footer .btn-block + .btn-block {
        margin-left: 0;
    }

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
}

@media (min-width: 768px) {
    .modal-dialog {
        width: 600px;
        margin: 30px auto;
    }

    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
        box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
    }

    .modal-sm {
        width: 300px;
    }
}

@media (min-width: 992px) {
    .modal-lg {
        width: 900px;
    }
}

.close {
    float: right;
    font-size: 21px;
    font-weight: bold;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .2;
}
.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    filter: alpha(opacity=50);
    opacity: .5;
}
button.close {
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
}

.modal > .btn > .caret {
    border-top-color: #000 !important;
}

.fade.in {
    opacity: 1;
}
.collapse {
    display: none;
}
.collapse.in {
    display: block;
}
tr.collapse.in {
    display: table-row;
}
tbody.collapse.in {
    display: table-row-group;
}
.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transition-duration: .35s;
    -o-transition-duration: .35s;
    transition-duration: .35s;
    -webkit-transition-property: height, visibility;
    -o-transition-property: height, visibility;
    transition-property: height, visibility;
}
.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-top: 4px solid \9;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}
.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

    .form-control:focus {
        border-color: #66afe9;
        outline: 0;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
    }

    .form-control::-moz-placeholder {
        color: #999;
        opacity: 1;
    }

    .form-control:-ms-input-placeholder {
        color: #999;
    }

    .form-control::-webkit-input-placeholder {
        color: #999;
    }

    .form-control::-ms-expand {
        background-color: transparent;
        border: 0;
    }

    .form-control[disabled],
    .form-control[readonly],
    fieldset[disabled] .form-control {
        background-color: #eee;
        opacity: 1;
    }

    .form-control[disabled],
    fieldset[disabled] .form-control {
        cursor: not-allowed;
    }

textarea.form-control {
    height: auto;
}

input[type="search"] {
    -webkit-appearance: none;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    input[type="date"].form-control,
    input[type="time"].form-control,
    input[type="datetime-local"].form-control,
    input[type="month"].form-control {
        line-height: 34px;
    }

    input[type="date"].input-sm,
    input[type="time"].input-sm,
    input[type="datetime-local"].input-sm,
    input[type="month"].input-sm,
    .input-group-sm input[type="date"],
    .input-group-sm input[type="time"],
    .input-group-sm input[type="datetime-local"],
    .input-group-sm input[type="month"] {
        line-height: 30px;
    }

    input[type="date"].input-lg,
    input[type="time"].input-lg,
    input[type="datetime-local"].input-lg,
    input[type="month"].input-lg,
    .input-group-lg input[type="date"],
    .input-group-lg input[type="time"],
    .input-group-lg input[type="datetime-local"],
    .input-group-lg input[type="month"] {
        line-height: 46px;
    }
}

.form-group {
    margin-bottom: 15px;
}

.hasdiscont {
    color: red !important;
    font-size: 0.7em !important;
    text-decoration: line-through;
}
