<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/**
This Document is for Store Front styling
Use storage/resources/sass/app.scss for admin facing styling
*/
@import url('https://fonts.googleapis.com/css?family=Lato:100,100i,300,300i,400,400i,700,700i,900,900i&amp;subset=latin-ext');
@import url('https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i');

@font-face {
    font-family: 'liberation_sansbold';
    src: url('../fonts/liberationsans-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'liberation_sansbold_italic';
    src: url('../fonts/liberationsans-bolditalic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'liberation_sansitalic';
    src: url('../fonts/liberationsans-italic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'liberation_sansregular';
    src: url('../fonts/liberationsans-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "Font Awesome 5 Brands";
    font-style: normal;
    font-weight: normal;
    src: url(../webfonts/fa-brands-400.eot);
    src: url(../webfonts/fa-brands-400.eot?#iefix) format("embedded-opentype"), url(../webfonts/fa-brands-400.woff2) format("woff2"), url(../webfonts/fa-brands-400.woff) format("woff"), url(../webfonts/fa-brands-400.ttf) format("truetype"), url(../webfonts/fa-brands-400.svg#fontawesome) format("svg")
}

label.error {
    font-size: 12px;
    color: red;
    margin: 0 0 -16px 0;
    padding: 0;
    text-align: right;
    display: block !important;
    position: relative;
    top: -16px;
}
.success + label.error { display: none !important; }

label.error-left {
    font-size: 12px;
    color: red;
    margin: 0 0 -16px 0;
    padding: 0;
    text-align: left;
    display: block !important;
    position: relative;
    top: -16px;
}
/*.success + label.error-left { display: none !important; }*/

::-webkit-input-placeholder { color: #a2a2a2; }
::-moz-placeholder { color: #a2a2a2; }
:-ms-input-placeholder { color: #a2a2a2; }
:-moz-placeholder { color: #a2a2a2; }

.fab { font-family: "Font Awesome 5 Brands" }

* { outline: 0 !important; }

body {
    font-family: 'liberation_sansregular', sans-serif;
    overflow-x: hidden;
    line-height: 1.4;
}

h2 {
    font-size: 60px;
    font-family: 'liberation_sansbold', sans-serif;
    margin: 0 0 0 0;
    font-weight: 400;
}
h3 {
    color: #0b465d;
    font-size: 41px;
    font-family: 'liberation_sansbold', sans-serif;
    margin: 0 0 0 0;
    font-weight: 400;
}
h4 {
    font-size: 32px;
    font-family: 'liberation_sansbold', sans-serif;
    margin: 0 0 0 0;
    font-weight: 400;
}
h5 {
    font-size: 24px;
    font-family: 'liberation_sansbold', sans-serif;
    margin: 0 0 0 0;
    font-weight: 400;
}

.container {
    width: 1300px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}
.container.short { width: 798px; }

ul {
    padding: 0;
    margin: 0;
}

a,
input[type="submit"] {
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
},
input.input-small {
    width: 30px;
}
a,
a:hover,
a:active,
a:focus { text-decoration: none; }

footer {
    padding: 40px 0;
    text-align: center;
}
footer .left {
    display: inline-block;
    vertical-align: top;
    margin-right: 95px;
    padding-top: 5px;
}
footer .right {
    display: inline-block;
    vertical-align: top;
    text-align: left;
}
footer .right ul {
    display: inline-block;
    vertical-align: top;
    margin: 0;
    padding: 0;
}
footer .right ul + ul { margin-left: 70px; }
footer .right ul li {
    display: block;
    margin: 0;
    padding: 0;
}
footer .right ul li a {
    font-size: 21px;
    color: #063049;
    text-decoration: none;
}
footer .right ul li a:hover { color: #3f80a1; }

#before-footer { font-size: 0; }
#before-footer .left {
    width: 50%;
    padding: 15px;
    height: 300px;
    vertical-align: top;
    background-color: #4080a1;
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    display: inline-flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
}
#before-footer .left &gt; div {
    width: 570px;
    max-width: 100%;
    margin: 0 0 0 auto;
    text-align: center;
    color: white
}
#before-footer p {
    font-size: 17px;
    line-height: 23px;
    width: 285px;
    max-width: 100%;
    margin: 10px auto 25px auto;
}
#before-footer .left a {
    display: block;
    width: 250px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    background-color: white;
    text-decoration: none;
    font-size: 18px;
    margin: 0 auto;
    color: #4080a1;
    font-family: 'liberation_sansbold', sans-serif;
}
#before-footer .right {
    width: 50%;
    display: inline-flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: center;
    -ms-flex-align: start;
    align-items: flex-start;
    height: 300px;
    vertical-align: top;
    background-color: #0e5b85;
    padding: 15px;
    position: relative;
    color: white;
    overflow: hidden;
}
#before-footer .right &gt; div {
    width: 600px;
    max-width: 100%;
    text-align: center;
}
#before-footer .right .before {
    display: block;
    position: absolute;
    top: -95px;
    line-height: 1;
    left: -85px;
    text-align: left;
    font-size: 485px;
    color: white;
    opacity: 0.07;
    pointer-events: none;
    font-family: 'liberation_sansbold', sans-serif;
}
#before-footer .right a {
    font-size: 40px;
    color: #5fafdb;
    font-family: 'liberation_sansbold', sans-serif;
}
#before-footer .right p { width: 360px; }

/** find-storage */
#find-storage {
    background: no-repeat center;
    background-size: cover;
    padding: 30px 0;
}
#find-storage .container {
    width: 1190px;
    max-width: 100%;
}
#find-storage .inner {
    width: 570px;
    max-width: 100%;
    margin: 0 0 0 auto;
    display: block;
    background-color: rgba(255, 255, 255, .8);
    padding: 15px 15px 55px 15px;
}
#find-storage .inner &gt; div {
    width: 455px;
    max-width: 100%;
    margin: 0 auto;
    text-align: center;
}
#find-storage .inner &gt; div h3 {
    color: #0b465d;
    position: relative;
    padding: 48px 0 35px 0;
}
#find-storage .inner &gt; div h3:before {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    top: 25px;
    margin-left: -43.5px;
    width: 87px;
    height: 79px;
    background: url(../images/icon-location@2x.png) no-repeat center;
    background-size: cover;
}
.find-a-store input:not([type="submit"]),
#find-storage .inner input:not([type="submit"]) {
    width: 100%;
    height: 60px;
    border: 1px solid #dadada;
    background-color: white;
    text-align: left;
    font-size: 20px;
    color: #a2a2a2;
    padding: 0 20px;
}
.find-a-store .selectric,
#find-storage .inner .selectric {
    display: block;
    padding: 0;
    margin: 0;
    background-color: transparent;
    border: 0;
}
.find-a-store .selectric .label,
#find-storage .inner .selectric .label {
    width: 100%;
    height: 60px;
    line-height: 60px;
    font-weight: 400;
    border-radius: 0;
    -webkit-border-radius: 0;
    border: 1px solid #dadada;
    background-color: white;
    text-align: left;
    font-size: 20px;
    color: #a2a2a2;
    margin: 0;
    padding: 0 20px;
}
.find-a-store .selectric .button *,
.find-a-store .selectric .button,
#find-storage .inner .selectric .button *,
#find-storage .inner .selectric .button {
    font-size: 0;
    color: transparent;
}
.find-a-store .selectric .button,
#find-storage .inner .selectric .button {
    width: 60px;
    height: 60px;
    background: transparent url(../images/icon-drop@2x.png) no-repeat center;
    background-size: 16px 9px;
    border: 0;
    border-left: 1px solid #dadada;
}
.find-a-store input[type="submit"],
#find-storage .inner input[type="submit"] {
    width: 250px;
    height: 60px;
    color: white;
    text-align: center;
    font-size: 18px;
    background-color: #18618b;
    border: 0;
    font-family: 'liberation_sansbold', sans-serif;
    text-transform: uppercase;
    margin-top: 40px;
}

.separator { margin: 22px 0 30px 0; }
.separator span {
    width: 55px;
    height: 55px;
    display: inline-block;
    vertical-align: middle;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    text-align: center;
    line-height: 55px;
    color: white;
    font-family: 'liberation_sansbold_italic', sans-serif;
    font-size: 18px;
    background-color: #3f7ea0;
    margin: 0 4px;
}
.separator:before,
.separator:after {
    content: "";
    width: calc(50% - 36px);
    display: inline-block;
    vertical-align: middle;
    height: 1px;
    background-color: #79a3ba;
}

/** cta */
.cta { padding: 25px 0 90px 0; }
.cta h2 { color: #0b465d; }
.cta p {
    font-size: 18px;
    line-height: 24px;
    margin: 0 auto 30px auto;
    max-width: 100%;
    width: 570px;
}
.cta a {
    width: 240px;
    height: 55px;
    line-height: 55px;
    text-align: center;
    text-transform: uppercase;
    color: white;
    text-decoration: none;
    display: block;
    margin: 0 auto 0 auto;
    font-size: 18px;
    background-color: #18618b;
    border: 0;
    font-family: 'liberation_sansbold', sans-serif;
}

/** steps */
.steps { padding: 105px 0 50px 0; }
.steps .step:first-child { margin-left: 65px; }
.steps .step:not(:last-child) { margin-right: 130px; }
.steps .step {
    display: inline-block;
    vertical-align: top;
    position: relative;
    font-size: 31px;
    line-height: 0.9;
    text-align: left;
}
.steps .step span {
    font-size: 38px;
    color: #0b465d;
    font-family: 'liberation_sansbold', sans-serif;
}
.steps .step .n {
    position: absolute;
    opacity: 0.45;
    left: -55px;
    top: -80px;
    font-size: 193px;
    color: #3f7d9e;
    font-family: Georgia, serif;
    font-weight: bold;
    font-style: italic;
    line-height: 1;
}
.steps .step:nth-child(2) .n { left: -70px; }
.steps .step:nth-child(3) .n {
    font-size: 145px;
    left: -70px;
    top: -65px;
}

/** blue-bar */
#blue-bar {
    text-align: center;
    background-color: #005b7f;
    color: white;
    font-size: 0;
    padding: 40px 0 30px 0
}
#blue-bar .item {
    display: inline-block;
    vertical-align: bottom;
    margin: 0 27px;
}
#blue-bar p {
    font-size: 17px;
    width: 160px;
    max-width: 100%;
    line-height: 20px;
    margin: 19px auto 0 auto;
}

#hero {
    height: 685px;
    background: no-repeat 50% 0%;
    background-size: cover;
    padding-top: 110px;
}
#hero .inner {
    width: 55%;
    max-width: 100%;
    position: relative;
    margin: 0 0 0 auto;
    color: white;
}
#hero .inner .title {
    text-transform: uppercase;
    font-size: 24px;
    color: #094058;
    padding-left: 60px;
    line-height: 1;
    margin-bottom: 22px;
}
#hero .inner .title span {
    color: #094058;
    display: block;
    font-size: 50px;
    font-family: 'liberation_sansbold', sans-serif;
}
#hero .inner .gradient {
    background: url(../images/hero-gradient@2x.png) no-repeat 100% 100%;
    padding: 15px 15px 10px 60px;
    color: white;
}
#hero .inner .gradient .left {
    display: inline-block;
    vertical-align: middle;
    font-family: 'liberation_sansbold', sans-serif;
    font-size: 219px;
    line-height: 1;
}
#hero .inner .gradient .left span {
    font-size: 95px;
    font-family: 'liberation_sansregular', sans-serif;
    vertical-align: middle;
    position: relative;
    top: -25px;
}
#hero .inner .gradient .right {
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
}
#hero .inner .gradient .right .sub-title {
    font-size: 33px;
    margin-top: -10px;
}
#hero .inner .gradient .right .sub-title strong {
    display: block;
    margin-top: -5px;
    font-size: 39px;
    font-family: 'liberation_sansbold', sans-serif;
}
#hero .inner .gradient .right p {
    font-size: 24px;
    font-family: 'liberation_sansitalic', sans-serif;
    margin: 0;
    text-align: center;
}
#hero .inner .gradient .right p:before { margin-right: 2px; }
#hero .inner .gradient .right p:after { margin-left: 2px; }
#hero .inner .gradient .right p:before,
#hero .inner .gradient .right p:after {
    width: 18px;
    content: "";
    display: inline-block;
    height: 1px;
    background-color: white;
    vertical-align: middle;
}
#hero .inner .gradient a {
    width: 295px;
    height: 55px;
    line-height: 55px;
    font-family: 'liberation_sansbold', sans-serif;
    background-color: #4080a1;
    display: block;
    margin: 15px auto 0 auto;
    text-align: center;
    color: white;
    text-decoration: none;
    font-size: 16px;
    text-transform: uppercase;
}

/** main-nav */
#main-nav .container {
    width: 1190px;
    max-width: 100%;
}
#main-nav .top {
    background-color: #222222;
    color: white;
    padding: 10px 0;
}
#main-nav .top a {
    font-size: 15px;
    color: white;
    text-decoration: none;
}
#main-nav .top a img {
    vertical-align: middle;
    position: relative;
    top: -1px;
    margin-right: 5px;
}
#main-nav .bottom {
    padding: 16px 0 14px 0;
    font-size: 0;
    border-bottom: 1px solid #eaeaea;
}
#main-nav .bottom .left,
#main-nav .bottom .right {
    display: inline-block;
    vertical-align: middle;
}
#main-nav .bottom .left { width: 30%; }
#main-nav .bottom .right {
    width: 70%;
    text-align: right;
}
#main-nav .bottom .right ul {
    padding: 0;
    margin: 0;
}
#main-nav .bottom .right ul li {
    padding: 0;
    margin: 0;
}
#main-nav .bottom .right ul li:not(:last-child) { margin-right: 30px; }
#main-nav .bottom .right ul li a {
    font-size: 21px;
    color: #063049;
    text-decoration: none;
}

#ham {
    font-size: 30px;
    background: black;
    color: white;
    border: 0;
    height: 40px;
    margin: 0 0 0 auto;
}

/** account */
.bg-cover {
    background-repeat: no-repeat;
    background-size: cover;
}

.pattern-bg {
    background: url(../images/pattern-bg.jpg) center;
    padding: 60px 0;
}
@media all and (-webkit-min-device-pixel-ratio: 1.5) {
    .pattern-bg { background-image: url(../images/pattern-bg@2x.jpg); }
}

#account .container {
    width: 1000px;
    max-width: 100%;
}

#login {
    padding-right: 70px;
    padding-left: 15px;
    background-position: 0 50%;
    -webkit-box-shadow: 0 0 12px 0 rgba(86, 86, 86, 0.18);
    box-shadow: 0 0 12px 0 rgba(86, 86, 86, 0.18);
}
#login .inner {
    display: block;
    width: 375px;
    max-width: 100%;
    text-align: center;
    margin: 0 0 0 auto;
    padding: 75px 0 90px 0;
}
#login .inner h3 { color: #0b455c; }
#login .inner p {
    font-size: 15px;
    line-height: 1;
    margin: 0 0 30px 0;
}
#login .inner input:not([type="submit"]) {
    width: 100%;
    display: block;
    padding: 0 15px;
    margin: 0 0 20px 0;
    height: 60px;
    border: 1px solid #c8c8c8;
    font-size: 20px;
    color: #a2a2a2;
    font-weight: 400;
}
#login .inner input[type="submit"] {
    max-width: 100%;
    width: 250px;
    display: block;
    padding: 0 20px;
    margin: 0 auto;
    background-color: #18618b;
    height: 60px;
    border: 0 solid #c8c8c8;
    font-size: 18px;
    font-family: 'liberation_sansbold', sans-serif;
    color: #fff;
    font-weight: 400;
}
#login .inner .forgot a {
    font-size: 15px;
    color: #000000;
    display: inline-block;
    line-height: 1;
    border-bottom: 1px solid black;
    text-decoration: none;
    margin-top: 7px;
    margin-bottom: 30px;
}
#login .inner h5 { color: #0f5e88; }
#login .inner .dont a {
    width: 170px;
    display: block;
    padding: 0 20px;
    margin: 10px auto 0 auto;
    background-color: #18618b;
    height: 40px;
    line-height: 40px;
    border: 0px solid #c8c8c8;
    font-size: 12.27px;
    font-family: 'liberation_sansbold', sans-serif;
    color: #fff;
    font-weight: 400;
}

/** account bar */
#account-bar {
    position: relative;
    background-color: #0a435b;
    text-align: left;
    color: white;
    font-size: 0;
    padding: 7px 0;
}
#account-bar .container {
    width: 1190px;
    max-width: 100%;
}
#account-bar .left {
    display: inline-block;
    vertical-align: middle;
    font-family: 'liberation_sansbold', sans-serif;
    padding-right: 20px;
    margin-right: 20px;
    font-size: 30px;
    border-right: 2px solid #0b4e6b;
}
#account-bar .right {
    display: inline-block;
    vertical-align: middle;
}
#account-bar .right a {
    font-size: 18px;
    text-decoration: none;
    display: inline-block;
    color: white;
    line-height: 1;
    border-bottom: 1px solid transparent
}
#account-bar .right a:not(.yellow):hover,
#account-bar .right a:not(.yellow).active { border-bottom: 1px solid white; }
#account-bar .right a.yellow:hover,
#account-bar .right a.yellow.active { border-bottom: 1px solid #fba105; }
#account-bar .right a.yellow { color: #fba105; }
#account-bar .right a:not(:last-child) { margin-right: 25px; }

#attention {
    padding: 8px 0;
    background-color: #fba105;
    font-size: 18px;
    text-align: center;
    color: #000000;
    font-family: 'liberation_sansbold', sans-serif;
}

#dashboard h3 {
    color: #0b465d;
    margin-bottom: 30px;
}

.dashboard-rentals { font-size: 0; }
.dashboard-rentals-item {
    display: inline-block;
    vertical-align: top;
    width: calc(50% - 10px);
    margin-bottom: 20px;
    -webkit-box-shadow: 0 0 12px 0 rgba(86, 86, 86, 0.18);
    box-shadow: 0 0 12px 0 rgba(86, 86, 86, 0.18);
    padding-bottom: 30px;
}
.dashboard-rentals-item.full-width {
    padding-bottom: 0;
    margin-bottom: 0;
}
.dashboard-rentals-item .image img {
    max-width: 100%;
    height: auto;
}
.dashboard-rentals-item:nth-child(2n+2) { margin-left: 20px; }
.dashboard-rentals-item .icons {
    padding: 15px 0;
    color: #000000;
    font-family: 'liberation_sansbold', sans-serif;
    line-height: 1;
}
.dashboard-rentals-item .icons small {
    font-size: 18px;
    font-family: 'liberation_sansregular', sans-serif;
}
.dashboard-rentals-item .icons span {
    font-size: 15px;
    position: relative;
    top: 0;
    vertical-align: super;
}
.dashboard-rentals-item .icons &gt; div {
    display: inline-block;
    line-height: 1;
}
.dashboard-rentals-item .icons &gt; div:not(:last-child) {
    border-right: 2px solid #f4f4f4;
    padding-right: 10px;
    margin-right: 10px;
}
.dashboard-rentals-item .icons &gt; div img,
.dashboard-rentals-item .icons &gt; div p {
    display: inline-block;
    line-height: 1;
    margin: 0;
    vertical-align: baseline;
}
.dashboard-rentals-item .icons &gt; div p { font-size: 30px; }
.dashboard-rentals-item .icons &gt; div img { margin-right: 5px; }
.dashboard-rentals-item .title:before {
    content: "";
    display: block;
    margin: 0 auto 17px auto;
    max-width: 100%;
    height: 1px;
    background-color: #eaeaea;
}
.dashboard-rentals-item .title {
    font-size: 18px;
    color: #000000;
    text-align: center;
    padding: 0 20px;
}
.dashboard-rentals-item a {
    width: 170px;
    display: block;
    padding: 0 20px;
    margin: 25px auto 0 auto;
    background-color: #18618b;
    height: 40px;
    line-height: 40px;
    border: 0px solid #c8c8c8;
    font-size: 15px;
    font-family: 'liberation_sansbold', sans-serif;
    color: #fff;
    font-weight: 400;
}
.dashboard-rentals-item .left {
    width: 50%;
    padding-right: 15px;
    vertical-align: top;
    display: inline-block;
}
.dashboard-rentals-item .right {
    width: 50%;
    display: inline-block;
    vertical-align: top;
    padding-left: 15px;
    text-align: right;
}
.dashboard-rentals-item .right img {
    max-width: 100%;
    height: auto;
}
.dashboard-rentals-item .datas:not(:last-child) { margin-bottom: 8px; }
.dashboard-rentals-item .datas:before {
    content: "";
    display: block;
    margin: 0 auto 7px auto;
    max-width: 100%;
    height: 1px;
    background-color: #eaeaea;
}
.dashboard-rentals-item .datas &gt; div.datas-item:not(:last-child) { padding-top: 10px; }
.dashboard-rentals-item .datas &gt; div.datas-item:not(:last-child) { margin-bottom: 3px; }
.dashboard-rentals-item .datas &gt; div.datas-item &gt; div:nth-child(1) {
    display: inline-block;
    text-align: left;
    width: 70%;
    font-size: 18px;
}
.dashboard-rentals-item .datas &gt; div.datas-item &gt; div:nth-child(2) {
    font-size: 18px;
    display: inline-block;
    font-family: 'liberation_sansbold', sans-serif;
    width: 30%;
    text-align: right;
}
.dashboard-rentals-item .datas &gt; div.datas-item &gt; div:nth-child(2) span {
    font-size: 12px;
    position: relative;
    top: 2px;
    vertical-align: super;
}
.dashboard-rentals-item .datas &gt; div.datas-item &gt; div:nth-child(2) small { font-size: 15px; }
.dashboard-rentals-item .datas.total &gt; div.datas-item &gt; div:nth-child(1) { font-family: 'liberation_sansbold', sans-serif; }
.dashboard-rentals-item a.cancel-unit {
    width: 170px;
    height: 40px;
    line-height: 40px;
    padding: 0;
    border: 0;
    display: inline-block;
    font-size: 15px;
    color: #000000;
    font-family: 'liberation_sansbold', sans-serif;
    text-transform: uppercase;
    text-align: center;
    margin-right: 10px;
    background-color: #fba105;
}
.dashboard-rentals-item a.cancel-box {
    width: 190px;
    height: 40px;
    line-height: 40px;
    padding: 0;
    border: 0;
    display: inline-block;
    font-size: 15px;
    color: #ffffff;
    font-family: 'liberation_sansbold', sans-serif;
    text-transform: uppercase;
    text-align: center;
    margin-right: 0;
    background-color: #18618b;
}
.dashboard-rentals-item .right h5 {
    margin-bottom: 2rem;
    text-align: left;
}
.dashboard-rentals-item .right p {
    text-align: left;
    color: #000;
    font-family: 'liberation_sansregular', sans-serif;
    font-size: 16px;
}
.dashboard-rentals-item .right .nevermind {
    width: 170px;
    height: 40px;
    line-height: 40px;
    padding: 0;
    border: 0;
    display: inline-block;
    font-size: 15px;
    color: #000000;
    font-family: 'liberation_sansbold', sans-serif;
    text-transform: uppercase;
    text-align: center;
    margin-right: 10px;
    background-color: #fba105;
}
.dashboard-rentals-item .right .cancel {
    width: 190px;
    height: 40px;
    line-height: 40px;
    padding: 0;
    border: 0;
    display: inline-block;
    font-size: 15px;
    color: #ffffff;
    font-family: 'liberation_sansbold', sans-serif;
    text-transform: uppercase;
    text-align: center;
    margin-right: 0;
    background-color: #18618b;
}
.dashboard-rentals-item .links { margin-top: 30px; }
.dashboard-rentals-item.inpop {
    padding: 0;
    margin: 0;
    font-size: 0;
    width: 375px;
    max-width: 100%;
}
.dashboard-rentals-item.inpop .datas &gt; div.datas-item:not(:last-child) { padding-top: 0; }
.dashboard-rentals-item.inpop .status {
    font-size: 18px;
    color: #000000;
    font-family: 'liberation_sansbold', sans-serif;
    text-align: center;
    line-height: 25px;
    padding: 0 15px;
    margin-top: 20px;
}
.dashboard-rentals-item .status.failed { background-color: #fba105; }

.no-shadow {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.full-width { width: 100%; }

.popup-box {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    padding: 15px;
    overflow: auto;
}
.popup-box .outer {
    position: fixed;
    opacity: 0.86;
    background-color: black;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    cursor: pointer;
}
.popup-box .inner {
    width: 770px;
    text-align: center;
    max-width: 100%;
    height: auto;
    background-color: white;
    position: relative;
    margin: 0 auto;
    min-height: 480px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 15px;
}
.popup-box .inner .c {
    background: url(../images/icon-close.png) center;
    position: absolute;
    right: 30px;
    width: 22px;
    height: 22px;
    top: 30px;
    cursor: pointer;
    display: block;
    opacity: 1;
}
@media all and (-webkit-min-device-pixel-ratio: 1.5) {
    .popup-box .inner .c { background-image: url(../images/icon-close@2x.png); }
}
.popup-box h3 {
    color: #0b465d;
    margin-bottom: 25px;
}
@media all and (min-width: 992px) {
    .popup-box h3 { font-size: 38px; }
}
.popup-box .inner p {
    width: 480px;
    max-width: 100%;
    margin: 0 auto 25px auto;
    font-size: 18px;
    line-height: 24px;
}
.popup-box .inner button.cancel-unit {
    margin-top: 10px;
    width: 360px;
    height: 60px;
    line-height: 1;
    padding: 0;
    border: 0;
    display: inline-block;
    font-size: 18px;
    color: #000000;
    font-family: 'liberation_sansbold', sans-serif;
    text-transform: uppercase;
    text-align: center;
    margin-right: 0;
    background-color: #fba105;
    max-width: 100%;
}
.popup-box.invoice-detail .inner { height: 530px; }

#payment-info .inner { font-size: 0; }
#payment-info .inner h3 {
    color: #0b465d;
    margin-bottom: 60px;
}
#payment-info .inner div.alert {
    font-size: 20px;
}

#payment-info .inner .left {
    width: 50%;
    display: inline-block;
    text-align: left;
    vertical-align: top;
    padding-right: 15px;
}
#payment-info .inner .left .title {
    font-size: 30px;
    color: #000000;
    font-family: 'liberation_sansbold', sans-serif;
    border-bottom: 1px solid #c8c8c8;
}
#payment-info .inner .left .box { width: 315px; }
#payment-info .inner .left .infos { font-size: 0; }
#payment-info .inner .left .infos &gt; div {
    display: inline-block;
    vertical-align: top;
    width: 50%;
}
#payment-info .inner .left .infos &gt; div.l {
    font-size: 18px;
    line-height: 24px;
    color: #666666;
    width: 40%;
    padding: 7px 0 0 0;
}
#payment-info .inner .left .infos &gt; div.r {
    padding: 12px 0 0 0;
    text-align: right;
    width: 60%;
}
#payment-info .inner .left .infos &gt; div.r button {
    width: 170px;
    border: 0;
    height: 40px;
    font-family: 'liberation_sansbold', sans-serif;
    text-transform: uppercase;
    text-align: center;
    display: inline-block;
    background-color: #18618b;
    color: white;
    font-size: 15px;
}
#payment-info .inner .left .infos &gt; div.r button.disabled {
    background-color: #c8c8c8;
    color: white;
    pointer-events: none;
}
#payment-info .inner .right {
    width: 50%;
    display: inline-block;
    vertical-align: top;
    text-align: center;
}
#payment-info .inner .right .radio-buttons {
    text-align: left;
    padding-top: 25px;
    padding-bottom: 20px;
}
#payment-info .inner .right .radio-buttons &gt; div { display: inline-block; }
#payment-info .inner .right .radio-buttons &gt; div:not(:last-child) { margin-right: 20px; }
#payment-info .inner .right .radio-buttons input { display: none; }
#payment-info .inner .right .radio-buttons input + label {
    font-size: 20px;
    color: #a2a2a2;
    margin: 0;
    padding: 0;
    font-weight: 400;
}
#payment-info .inner .right .radio-buttons input + label:before {
    content: "";
    display: inline-block;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    width: 15px;
    margin-right: 4px;
    height: 15px;
    background-color: white;
    border: 2px solid white;
    box-shadow: 0 0 0 1px #cecece;
}
#payment-info .inner .right .radio-buttons input:checked + label:before { background-color: #18618b; }
#payment-info .inner .right input:not([type="submit"]):not([type="radio"]) {
    width: 100%;
    display: block;
    padding: 0 15px;
    margin: 0 0 20px 0;
    height: 60px;
    border: 1px solid #c8c8c8;
    font-size: 20px;
    color: #a2a2a2;
    font-weight: 400;
}
#payment-info .inner .right input[type="submit"] {
    max-width: 100%;
    width: 250px;
    display: block;
    padding: 0 20px;
    margin: 0 auto;
    background-color: #18618b;
    height: 60px;
    border: 0 solid #c8c8c8;
    font-size: 18px;
    font-family: 'liberation_sansbold', sans-serif;
    color: #fff;
    font-weight: 400;
}
#payment-info .inner .right .cancel {
    font-size: 18px;
    display: inline-block;
    padding: 0;
    margin: 15px auto 0 auto;
    height: auto;
    background: none;
    border: 0;
    color: #666666;
    border-bottom: 1px solid #666666;
    line-height: 1;
}
#payment-info .inner .right form {
    width: 375px;
    max-width: 100%;
    margin: 0 0 0 auto;
}

.white-box {
    padding: 55px 15px 70px 15px;
    background-color: white;
    box-shadow: 0 0 12px 0 rgba(86, 86, 86, 0.18);
}
.white-box &gt; .inner {
    width: 770px;
    max-width: 100%;
    margin: 0 auto;
}
@media screen and (min-width: 992px) {
    .white-box &gt; .inner h3 { font-size: 30px; }
}

#billings h3 {
    color: #0b465d;
    margin-bottom: 55px;
}
.billings-table { font-size: 0; }
.billings-table .thead .tr {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
    align-content: center;
    -ms-flex-align: stretch;
    align-items: stretch;
    border-bottom: 1px solid #c8c8c8;
    margin-bottom: 8px;
    padding-bottom: 7px;
}
.billings-table .tbody .tr {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
    align-content: center;
    -ms-flex-align: stretch;
    align-items: stretch;
}
.billings-table .thead .tr .th,
.billings-table .body .tr .td {
    display: inline-block;
    vertical-align: top;
    font-size: 18px;
}
.billings-table .tbody .tr .td {
    font-size: 15px;
    line-height: 1;
    height: 39px;
    display: inline-flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
}
.billings-table .tbody .tr.failed .td:not(:last-child) {
    background-color: #fba105 !important;
    border-bottom: 1px solid white;
}
.billings-table .tbody .tr .td:nth-child(1),
.billings-table .tbody .tr .td:nth-child(4) { font-family: 'liberation_sansbold', sans-serif; }
.billings-table .thead .tr .th:nth-child(1),
.billings-table .tbody .tr .td:nth-child(1) {
    width: 19%;
    padding-left: 10px;
}
.billings-table .tbody .tr .td:nth-child(2),
.billings-table .thead .tr .th:nth-child(2) { width: 32%; }
.billings-table .tbody .tr .td:nth-child(3),
.billings-table .thead .tr .th:nth-child(3) { width: 16%; }
.billings-table .tbody .tr .td:nth-child(4),
.billings-table .thead .tr .th:nth-child(4) { width: 8.5%; }
.billings-table .tbody .tr .td:nth-child(5),
.billings-table .thead .tr .th:nth-child(5) {
    width: 24.5%;
    text-align: right;
    padding-right: 5px;
}
.billings-table .tbody .tr:nth-child(even) .td:not(:last-child) { background-color: #eaeaea; }
.billings-table .tbody .tr:nth-child(odd) .td:not(:last-child) { background-color: white; }
.billings-table .tbody .td button {
    width: 155px;
    border: 0;
    height: 30px;
    font-family: 'liberation_sansbold', sans-serif;
    text-transform: uppercase;
    text-align: center;
    display: block;
    margin: 0 0 0 auto;
    line-height: 30px;
    background-color: #18618b;
    color: white;
    font-size: 15px;
}

.recharge {
    max-width: 100%;
    width: 275px;
    display: block;
    padding: 0 20px;
    margin: 25px auto 0 auto;
    background-color: #18618b;
    height: 60px;
    border: 0px solid #c8c8c8;
    font-size: 18px;
    font-family: 'liberation_sansbold', sans-serif;
    color: #fff;
    font-weight: 400;
}
.recharge + a {
    margin-top: 15px;
    font-size: 18px;
    color: #18618b;
    line-height: 1;
    display: inline-block;
    font-family: 'liberation_sansbold', sans-serif;
    border-bottom: 1px solid #18618b;
}

/** checkout */
#finder.white-box &gt; .inner {
    width: 455px;
    max-width: 100%;
}
@media screen and (min-width: 992px) {
    #finder.white-box &gt; .inner h3 { margin-bottom: 45px; }
    #finder.white-box { padding: 100px 0; }
    .popup-box.find-box h3 { font-size: 30px; }
}
.popup-box.find-box .inner { padding: 50px 0 20px 0; }
.popup-box.find-box .inner form {
    width: 630px;
    max-width: 100%;
    margin: 10px auto 25px auto;
}
.popup-box.find-box .inner form input[type="text"] {
    width: calc(100% - 200px) !important;
    display: inline-block;
    vertical-align: top;
    margin: 0;
}
.popup-box.find-box .inner form {
    font-size: 0;
    max-width: calc(100% - 30px);
}
.popup-box.find-box .inner form input[type="submit"] {
    vertical-align: top;
    width: 200px !important;
    display: inline-block;
    margin: 0 !important;
}

.search-results { width: 100%; }
.search-results .search-results-item {
    width: 100%;
    padding: 25px 15px;
}
.search-results .search-results-item &gt; div {
    width: 630px;
    max-width: 100%;
    margin: 0 auto;
    text-align: left;
    font-size: 0;
}
.search-results .search-results-item:not(:last-child) { border-bottom: 1px solid #ededed; }
.search-results .search-results-item:nth-child(odd) { background-color: white; }
.search-results .search-results-item:nth-child(even) { background-color: #fafafa; }
.search-results .search-results-item .image {
    display: inline-block;
    vertical-align: middle;
    width: 185px;
    max-width: 100%;
}
.search-results .search-results-item .content {
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 340px);
    font-size: 18px;
    line-height: 24px;
    color: #666666;
    padding-left: 20px;
    padding-right: 15px;
}
.search-results .search-results-item .content strong {
    font-family: 'liberation_sansbold', sans-serif;
    font-weight: 400;
}
.search-results .search-results-item .button {
    display: inline-block;
    vertical-align: middle;
    width: 155px;
    max-width: 100%;
}
.search-results .search-results-item .button a {
    display: block;
    width: 150px;
    height: 46px;
    line-height: 46px;
    color: white;
    border: 0;
    background-color: #18618b;
    text-align: center;
    font-size: 15px;
    font-family: 'liberation_sansbold', sans-serif;
}

#unit .container {
    width: 1190px;
    max-width: 100%;
}
@media screen and (min-width: 992px) {
    #unit .white-box { padding: 30px; }
    #unit .white-box .inner h3 { font-size: 40px; }
    #user-place.white-box h4 { font-size: 30px; }
}
#unit .white-box .inner { width: 100%; }
#unit .back {
    text-align: left;
    margin-bottom: 20px;
}
#unit .back a {
    text-decoration: none;
    color: #0b465d;
    font-size: 18px;
    font-family: 'liberation_sansbold', sans-serif;
}
.units {
    width: 1000px;
    font-size: 0;
    margin: 65px auto 0 auto;
    max-width: 100%;
}
.units .left {
    display: inline-block;
    vertical-align: top;
    width: 44%;
    padding-right: 15px;
    text-align: left;
}
.units .left svg {
    width: 100%;
    height: auto;
}
.units .right {
    width: 56%;
    padding-left: 15px;
    display: inline-block;
    vertical-align: top;
}
.units img {
    max-width: 100%;
    height: auto;
}

.tab-nav { margin-bottom: 30px; }
.tab-nav button {
    line-height: 1;
    background-color: #d7e7f0;
    font-family: 'liberation_sansbold', sans-serif;
    font-size: 15px;
    color: #0e5d87;
    width: 25%;
    display: inline-block;
    border: 0;
    vertical-align: top;
    font-weight: 400;
    height: 58px;
}
.tab-nav button:first-child { border-radius: 10px 0 0 10px; }
.tab-nav button:last-child { border-radius: 0 10px 10px 0; }
.tab-nav button:not(:last-child).active,
.tab-nav button:not(:last-child):hover { border-right: 1px solid #0e5d87; }
.tab-nav button.active,
.tab-nav button:hover {
    color: white;
    background-color: #0e5d87;
}
.tab-nav button:not(:last-child) { border-right: 1px solid white; }
.tab { text-align: left; }
.tab .tab-item {
    width: 100%;
    font-size: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
    align-content: center;
    -ms-flex-align: stretch;
    align-items: stretch;
}
.tab .tab-item:not(:last-child) {
    padding-bottom: 5px;
    border-bottom: 1px solid #eeeeee;
    margin-bottom: 5px;
}
.tab .tab-item &gt; div:not(:last-child) { border-right: 1px solid #eeeeee; }
.tab .tab-item &gt; div {
    display: inline-flex;
    flex-direction: column;
    flex-wrap: wrap;
    -ms-flex-pack: center;
    justify-content: center;
    align-content: center;
}
.tab .tab-item .image {
    max-width: 100%;
    text-align: left;
    width: 18.71559633%;
    vertical-align: middle;
}
.tab .tab-item .content-left {
    width: 24.220183486%;
    line-height: 1;
    max-width: 100%;
    text-transform: uppercase;
    font-size: 18px;
    padding-left: 20px;
    vertical-align: middle;
    text-align: left;
    padding-right: 15px;
    font-family: 'liberation_sansbold', sans-serif;
}
.tab .tab-item .content-left .size { padding-left: 5px; }
.tab .tab-item .content-left span {
    vertical-align: super;
    font-size: 12px;
    font-family: 'liberation_sansregular', sans-serif;
    top: 3px;
    position: relative;
}
.tab .tab-item .content-left small {
    font-size: 15px;
    font-family: 'liberation_sansregular', sans-serif;
}
.tab .tab-item .content-right {
    width: 34.128440367%;
    line-height: 1;
    padding-right: 15px;
    max-width: 100%;
    text-transform: uppercase;
    font-size: 18px;
    padding-left: 20px;
    vertical-align: middle;
    text-align: left;
    font-family: 'liberation_sansbold', sans-serif;
}
.tab .tab-item .content-right span {
    vertical-align: super;
    font-size: 12px;
    font-family: 'liberation_sansregular', sans-serif;
    top: 3px;
    position: relative;
}
.tab .tab-item .button {
    width: 22.935779816%;
    max-width: 100%;
    vertical-align: middle;
    text-align: right;
    padding-left: 15px;
}
.tab .tab-item .content-full {
    width: 100%;
    max-width: 100%;
}
.tab .tab-item .content-full p {
    font-size: 24px;
    line-height: 1;
}
.tab .tab-item .button a {
    margin: 0 0 0 auto;
    width: 110px;
    height: 33px;
    line-height: 33px;
    color: white;
    display: block;
    border: 0;
    background-color: #18618b;
    text-align: center;
    font-size: 15px;
    font-family: 'liberation_sansbold', sans-serif;
}

#user-place.white-box .inner {
    width: 1000px;
    max-width: 100%;
    font-size: 0;
}
#user-place.white-box h4 {
    margin-bottom: 35px;
    color: #3f7e9f;
}
#user-place.white-box div.alert {
    font-size: 20px;
}
@media screen and (min-width: 992px) {
    #user-place.second input[type="submit"] {
        margin-top: 70px;
        margin-bottom: -20px;
    }
    #user-place { padding-bottom: 80px !important; }
    #user-place.white-box h4 { font-size: 30px; }
    #user-place h3 { margin-bottom: 55px; }
}
#user-place .left {
    width: 50%;
    padding-right: 45px;
    display: inline-block;
    vertical-align: top;

}
#user-place .right {
    width: 50%;
    display: inline-block;
    vertical-align: top;
    padding-left: 45px;
    border-left: 1px solid #c8c8c8;
}
#user-place .radio-buttons {
    text-align: left;
    padding-top: 15px;
    padding-bottom: 35px;
}
#user-place .radio-buttons &gt; div { display: inline-block; }
#user-place .radio-buttons &gt; div:not(:last-child) { margin-right: 20px; }
#user-place .radio-buttons input { display: none; }
#user-place .radio-buttons input + label {
    font-size: 20px;
    color: #a2a2a2;
    margin: 0;
    padding: 0;
    font-weight: 400;
}
#user-place .radio-buttons input + label:before {
    content: "";
    display: inline-block;
    border-radius: 100%;
    width: 15px;
    margin-right: 4px;
    height: 15px;
    background-color: white;
    border: 2px solid white;
    box-shadow: 0 0 0 1px #cecece;
}
#user-place .radio-buttons input:checked + label:before { background-color: #18618b; }
#user-place input:not([type="submit"]):not([type="radio"]) {
    width: 100%;
    display: block;
    padding: 0 15px;
    margin: 0 0 20px 0;
    height: 60px;
    border: 1px solid #c8c8c8;
    font-size: 20px;
    color: #a2a2a2;
    font-weight: 400;
}
#user-place input[type="submit"] {
    max-width: 100%;
    width: 250px;
    display: block;
    padding: 0 20px;
    margin: 35px auto 0 auto;
    background-color: #18618b;
    height: 60px;
    border: 0px solid #c8c8c8;
    font-size: 18px;
    font-family: 'liberation_sansbold', sans-serif;
    color: #fff;
    font-weight: 400;
}
#user-place select.select-checkout, #payment-info select.select-checkout {
    padding: 0 15px;
    margin: 0 5px 20px 0;
    height: 60px;
    border: 1px solid #c8c8c8;
    font-size: 20px;
    color: #a2a2a2;
    font-weight: 400;
}
.form-outer {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
    align-content: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}
.form-outer .right input:last-child,
.form-outer .left input:last-child { margin-bottom: 0 !important; }

#waiting-list {
    font-size: 20px;
    color: #a2a2a2;
    font-weight: 400;
}

#waiting-list input:not([type="submit"]):not([type="radio"]), #waiting-list textarea {
    width: 50%;
    display: inline-block;
    padding: 0 15px;
    margin: 0 0 20px 0;
    height: 60px;
    border: 1px solid #c8c8c8;
    font-size: 20px;
    color: #a2a2a2;
    font-weight: 400;
}
#waiting-list textarea {
    height: 120px;
}
#waiting-list input[type="submit"], #waiting-list button {
    max-width: 75%;
    width: 350px;
    display: inline-block;
    padding: 0 20px;
    margin: 35px auto 0 auto;
    background-color: #18618b;
    height: 60px;
    border: 0px solid #c8c8c8;
    font-size: 18px;
    font-family: 'liberation_sansbold', sans-serif;
    color: #fff;
    font-weight: 400;
}

@media screen and (min-width: 992px) {
    #select-addon.white-box { padding-bottom: 130px; }
}
#select-addon h3 + div {
    margin-top: 65px;
    width: 1000px;
    font-size: 0;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}
#select-addon h3 + div .left {
    width: 39%;
    display: inline-block;
    vertical-align: top;

}
#select-addon h3 + div .left .image img {
    max-width: 100%;
    height: auto;
}
#select-addon h3 + div .left &gt; div {
    width: 385px;
    max-width: 100%;
    margin: 0 0 0 0;
    border: 1px solid #c7c7c7;
}
#select-addon h3 + div .left .content {
    padding: 10px 35px;
    font-size: 0;
}
#select-addon h3 + div .left .content .l {
    width: 60%;
    display: inline-block;
    vertical-align: middle;
    text-align: left;
}
#select-addon h3 + div .left .content .l strong {
    font-size: 20px;
    font-weight: 400;
    color: #000000;
    font-family: 'liberation_sansbold', sans-serif;
    display: inline-block;
    margin-bottom: 10px;
}
#select-addon h3 + div .left .content &gt; div:first-child .l {
    font-size: 14px;
    line-height: 17px;
    color: #000000;
}
#select-addon h3 + div .left .content &gt; div .l {
    font-size: 20px;
    color: #000000;
    font-family: 'liberation_sansregular', sans-serif;
}
#select-addon h3 + div .left .content &gt; div .c {
    font-size: 20px;
    color: #000000;
    text-align: left;
    font-family: 'liberation_sansregular', sans-serif;
}
#select-addon h3 + div .left .content .r {
    width: 40%;
    text-align: right;
    display: inline-block;
    vertical-align: middle;
}
#select-addon h3 + div .left .content .r a {
    font-size: 16px;
    color: #3e7fa0;
    text-decoration: none;
    line-height: 1;
    display: inline-block;
    border-bottom: 1px solid #3e7fa0;
}
#select-addon h3 + div .left .content &gt; div:not(:last-child) { border-bottom: 1px solid #d3d3d3; }
#select-addon h3 + div .left .content &gt; div { padding: 17px 0; }
#select-addon h3 + div .right {
    width: 61%;
    display: inline-block;
    vertical-align: top;
    text-align: left;
    padding-left: 40px;
    padding-top: 20px;
}
#select-addon h3 + div .right.review {
    padding-left: 45px;
    margin-left: 45px;
    width: calc(61% - 45px);
    border-left: 1px solid #c8c8c8;
}
#select-addon h3 + div .right .title {
    font-size: 24px;
    color: #063049;
    font-family: 'liberation_sansbold', sans-serif;
    margin-bottom: 15px;
}
#select-addon h3 + div .right .description .title { margin-bottom: 10px; }
#select-addon h3 + div.review-container { margin-top: 45px; }

.boxes-item { font-size: 0; }
.boxes-item:not(:last-child) {
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #eaeaea;
}
.boxes-item .content {
    width: calc(100% - 288px);
    display: inline-block;
    vertical-align: middle;
    padding-left: 18px;
    position: relative;
    top: -5px;
}
.boxes-item .content .time {
    font-size: 15px;
    color: #000000;
    margin-bottom: 10px;
}
.boxes-item .content .t {
    font-size: 20px;
    color: #000000;
    margin-bottom: 5px;
}
.boxes-item .content .qty {
    font-size: 15px;
    color: #000000;
}
.boxes-item .content .qty input {
    width: 35px;
    height: 28px;
    text-align: center;
    font-size: 17px;
}
.boxes-item .image {
    display: inline-block;
    vertical-align: middle;
    width: 108px;
    max-width: 100%;
}
.boxes-item .button {
    display: inline-block;
    vertical-align: middle;
    width: 180px;
    max-width: 100%;
}
.boxes-item .image img {
    max-width: 100%;
    height: auto;
    border: 1px solid #eaeaea;
}
.boxes-item .button button {
    margin: 0 0 0 auto;
    width: 180px;
    max-width: 100%;
    height: 52px;
    line-height: 1;
    color: white;
    display: block;
    border: 0;
    background-color: #18618b;
    text-align: center;
    font-size: 18px;
    text-transform: uppercase;
    font-family: 'liberation_sansbold', sans-serif;
}

.skip a {
    font-size: 24px;
    color: #18618b;
    text-align: left;
    display: inline-block;
    line-height: 1;
    margin-top: 55px;
    border-bottom: 1px solid #18618b;
}

.description {
    width: 490px;
    max-width: 100%;
}
.description p {
    font-size: 14px;
    line-height: 21px;
    font-family: 'Open Sans', sans-serif;
    margin: 0 0 20px 0;
}
.description p:last-child { margin-bottom: 0; }
.description + form {
    width: 490px;
    max-width: 100%;
    margin-top: 35px;
}
.description + form input[type="text"] {
    width: 100%;
    height: 40px;
    text-align: left;
    font-size: 20px;
    border: 0;
    border-bottom: 1px solid #d3d3d3;
    color: #000101;
}
.description + form ::-webkit-input-placeholder { color: #000101; }
.description + form ::-moz-placeholder { color: #000101; }
.description + form :-ms-input-placeholder { color: #000101; }
.description + form :-moz-placeholder { color: #000101; }
.description + form input[type="submit"] {
    width: 345px;
    height: 60px;
    text-align: center;
    background-color: #18618b;
    color: white;
    font-size: 18px;
    border: 0;
    font-family: 'liberation_sansbold', sans-serif;
    margin-top: 30px;
    max-width: 100%;
}

#boxes .container.short { width: 900px; }
#boxes .container .inner { width: 85%; }
#boxes .is-3 {
    width: 50%;
    padding: 1.5rem;
}
@media only screen and (max-width: 768px){
    #boxes .is-3 { width: 100%; }
}
#boxes .card { margin-bottom: 2.5rem; }
#boxes .card img {
    width: 100%;
    height: auto;
}
#boxes .card h5 { margin-top: 1em; }
#boxes .card h5 ~ strong { font-size: 21px; }
#boxes .card .card-footer a {
    display: block;
    margin: 0 auto;
    width: 150px;
    height: 46px;
    line-height: 46px;
    color: white;
    border: 0;
    background-color: #18618b;
    text-align: center;
    font-size: 15px;
    font-family: 'liberation_sansbold', sans-serif;
}

.flex {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.invalid-feedback {
    display: block;
    width: 100%;
}
.invalid-feedback strong {
    font-size: 16px;
    font-weight: normal;
    color: #000;
}
</pre></body></html>