/* WRITE YOUR CUSTOM CSS CODE. THIS WILL NOT BE DELETED ON UPDATE. */
@font-face {
    font-family: "Oswald";
    src: url('/font/Oswald-VariableFont_wght.ttf');
}

body p {
    font-family: "Open Sans", sans-serif;
    line-height: 1.4em;
}

h1 {
    font-family: "Oswald", sans-serif;
    margin: 0 0 40px 0;
    padding: 0;
    font-size: 48px;
    font-weight: 600;
    color: #333;
    text-transform: uppercase;
}
h2,
h3,
a,
button {
    font-family: "Oswald", sans-serif;
}

.btn {
    border-radius: 0;
    padding: 6px 12px;
}
.btn:focus {
    outline: none;
    box-shadow: none;
}

:root {
    --base-color: #ce352d;
}

main {
    min-height: calc(100vh - 245px);
}

.back-to-top {
    position: fixed;
    bottom: 15px;
    right: 15px;
    background: var(--base-color);
    text-align: center;
    padding: 10px 16px 13px;
    cursor: pointer;
    opacity: 0;
    pointer-events: none;
    transition: all .3s ease-out;
}
.back-to-top.active {
    opacity: 1;
    pointer-events: all;
}
.back-to-top:hover {
    text-decoration: none;
}
.back-to-top i {
    color: #fff;
    font-size: 24px;
    display: block;
}

/* Header */
body.fixed-submenu header {
    opacity: 0;
    pointer-events: none;
    transition: all 0.2s ease-in-out;
}
body.fixed-submenu .product-menu {
    position: fixed;
    top: 0;
    margin-top: 0;
    z-index: 9;
    width: 100vw;
    /* transition: all 0.2s ease-in-out; */
}
header {
    position: fixed;
    width: 100%;
    top: 0;
    background: rgba(0,0,0,0.65);
    z-index: 9999;
    transition: all 0.2s ease-in-out;
}
header #main-navbar {
    padding: 0 1rem;
}
header #main-navbar .container {
    max-width: 1280px;
}

header .navbar-brand {
    position: absolute;
    top: 0;
    padding: 0;
}
.language-select {
    list-style-type: none;
    display: none;
}
.language-select .dropdown-menu {
    position: absolute !important;
    width: 100%;
    min-width: auto;
}
.language-select .dropdown-menu li {
    width: auto !important;
    padding: 5px !important;
}
.language-select .dropdown-menu li a {
    margin-top: 0 !important;
}


.logo {
    width: 100%;
    max-width: 130px;
    max-height: 130px;
    width: 130px;
}

body.header-overlay .content-wrapper:before {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 450px;
    background: linear-gradient(to bottom, #d5d5d5, #fff);
}

.full-slider {
    height: 100vh;
    border-bottom: 1px solid #ce352d;
    /* padding-top: 66.64%; (img-height / img-width * container-width) */
    /* (853 / 1280 * 100) */
}
.full-slider .col-lg-12 {
    padding: 0;
}
.full-slider .module-slider,
.full-slider .slick-list,
.full-slider .slick-track,
.full-slider .slick-slide {
    height: 100%;
}
.full-slider .slick-slide {
    background-size: cover;
    background-position: top;
}
.full-slider .slick-slide:focus {
    outline: none;
}
.full-slider .slick-dots {
    display: none !important;
}
.slide-slick-title {
    display: none;
}
.slick-arrow {
    width: 50px;
    height: 50px;
    z-index: 9;
}
.slick-prev.slick-arrow {
    left: 1em;
}
.slick-prev:before {
    content: '\f104';
    font-size: 60px;
    font-family: FontAwesome;
}
.slick-next:before {
    content: '\f105';
    font-size: 60px;
    font-family: FontAwesome;
}
.slick-next.slick-arrow {
    right: 1em;
}

header .main-nav .main-nav-item {
    margin-right: 4px;
}
header .main-nav .main-nav-item:last-child {
    margin-right: 0;
}
header .main-nav .main-nav-item .nav-link,
.right-menu .nav-link {
    padding: 28px 40px;
    font-size: 20px;
    font-weight: 400;
    color: #fff;
    text-transform: uppercase;
    font-family: 'Oswald';
    position: relative;
}
header .main-nav .main-nav-item > .nav-link:hover:after,
.right-menu .secondary-menu > ul > li > a:hover:after {
    content: '';
    position: absolute;
    bottom: 18px;
    background: url('/uploads/icons/menu_arrow.png');
    width: 33px;
    height: 10px;
    left: 50%;
    transform: translateX(-50%);
}
header #main-navbar .navbar-nav {
    margin-left: calc(130px + 60px) !important;
}
header #main-navbar-collapse {
    justify-content: space-between;
}
header .dropdown:hover .dropdown-menu {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    justify-content: center;
    margin-top: 0;
    color: #000;
    padding: 20px;
    position: fixed;
    width: 100%;
    left: 0;
    top: 86px;
    z-index: -1;
    max-height: 90vh;
    overflow: auto;
}

header .dropdown .dropdown-menu li {
    display: flex;
    flex-direction: column-reverse;
    /*width: 300px;*/
    text-align: center;
    padding: 20px;
}
header .dropdown .dropdown-menu li:hover {
    background: rgba(0,0,0,0.1);
}
header .dropdown .dropdown-menu li .nav-item-image {
    position: relative;
    /*height: 180px;*/
    padding-top: 55%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
header .dropdown .dropdown-menu li .nav-link {
    color: #000 !important;
    padding: 0 !important;
    font-size: 18px;
    margin-top: 10px;
    text-transform: capitalize !important;
}
header .dropdown .dropdown-menu li a .labels {
    position: absolute;
    right: 0;
    bottom: -10px;
}
header .dropdown .dropdown-menu li a .labels span {
    background-position: right center;
    display: block;
    width: 120px;
    height: 12px;
    /* background: transparent left center no-repeat; */
    background-size: contain;
    margin-bottom: 5px;
    text-indent: -9999px;
    overflow: hidden;
    background-repeat: no-repeat;
}
.labels > span.label-eps {
    background-image: url(/uploads/labels/ico_eps.png);
}
.labels > span.label-hybrid {
    background-image: url(/uploads/labels/ico_hybrid.png);
}

.hp-accordion {
    flex-wrap: nowrap;
}
.hp-accordion .col-lg-4 {
    min-height: 600px;
    flex-shrink: inherit;
    transition: all .3s ease-in-out;
}
.hp-accordion .col-lg-4:hover {
    flex: 0 0 calc(33.33% + 200px);
    max-width: calc(33.33% + 200px);
    transition: all .3s ease-in-out;
}
.hp-accordion .module-image,
.hp-accordion .module-image img {
    height: 100%;
    object-fit: cover;
}
.hp-accordion .col-lg-4:before {
    content: ' ';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.3);
    pointer-events: none;
    transition: opacity .3s ease-in-out;
}
.hp-accordion .col-lg-4:hover:before {
    opacity: 0;
    transition: opacity .3s ease-in-out;
}
.hp-accordion .col-lg-4 .module-text {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    font-size: 0;
}
.hp-accordion .col-lg-4 .module-text p {
    width: 100%;
    height: 100%;
    margin-bottom: 0;
}
.hp-accordion .col-lg-4 .module-text p a {
    display: block;
    width: 100%;
    height: 100%;
}

.hp-segway-row {
    padding: 80px 0;
}
.hp-segway-row .module.module-image img {
    width: auto;
    margin-bottom: 20px;
}
.hp-segway-row .module.module-text {
    max-width: 880px;
    margin: auto;
}
.hp-segway-row .module.module-text p {
    margin-bottom: 0;
    line-height: 1.4em;
}

.hp-video-row {
    padding: 40px 0;
    max-width: 1280px;
    margin: auto;
}
.hp-video-row .module-video {
    padding-bottom: 56.25%;
    overflow: hidden;
    position: relative;
}
.hp-video-row .module-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

/* Footer */
footer.bg-dark {
    background-color: #000 !important;
    color: #fff;
    padding-top: 35px !important;
    padding-bottom: 10.5em;
    border-top: 1px solid #ce352d;
}
.footer-row {
    max-width: 1280px;
    margin: auto;
}
.footer-row a {
    color: #fff;
}
.footer-row .module-social ul {
    display: flex;
    list-style-type: none;
    justify-content: flex-end;
    padding-left: 0;
    margin-bottom: 0;
    margin-top: -10px;
}
.footer-row .module-social ul li {
    border: 2px solid #fff;
    border-radius: 100%;
    width: 40px;
    margin-right: 14px;
}
.footer-row .module-social ul li:last-child {
    margin-right: 0;
}
.footer-row .module-social ul li:hover {
    border-color: #ce352d;
}
.footer-row .module-social ul li:hover a:before {
    color: #ce352d;
}
.footer-row .module-social ul li a {
    font-size: 0;
    display: block;
    /* padding: 0; */
    text-align: center;
}
.footer-row .module-social ul li a:hover {
    text-decoration: none;
}
.flag-icon-us:before {
    font-size: 24px;
    font-family: FontAwesome;
    color: #fff;
}
.footer-row .module-social ul li a:before {
    font-size: 24px;
    font-family: FontAwesome;
    color: #fff;
}
.s-facebook a:before {
    content: "\f09a";
}
.s-instagram a:before {
    content: "\f16d";
}
.s-youtube a:before {
    content: "\f16a";
}

.tooltip > .tooltip-inner { background-color: #ce352d; margin-bottom: 5px; padding: 2px 10px !important; }
.bs-tooltip-auto[x-placement^="top"] span.arrow::before, .bs-tooltip-top .arrow::before { border-top-color: #ce352d; margin-top: -5px}
.tooltip.in { filter: alpha(opacity=100); opacity: 1; }

#cookie_notice {
    background: #eee;
    padding: 10px;
}
#cookie_notice .cookie_notice_container p {
    color: #000;
}
#cookie_notice .btn-info {
    background: #ccc;
    border: none;
    color: #000;
    border-radius: 0;
    padding: 2px 20px !important;
    outline: none;
}
#cookie_notice .btn-info:focus {
    outline: none;
}
#cookie_notice .btn-info:hover {
    background: #bbb;
}

.vehicle-title {
    text-align: center;
}
.vehicle-title .title {
    font-size: 24px;
    text-transform: none;
    margin-bottom: 20px;
}
.vehicle-title .title a {
    text-decoration: none;
    color: #000;
}
.details-btn {
    color: #fff;
    background: var(--base-color);
    font-size: 20px;
}
.details-btn:hover {
    color: #fff;
    background: #333;
}
.vehicles-item {
    text-align: center;
}
.vehicles-item-wrapper {
    margin-bottom: 2em;
}
.vehicles-item .vehicle-image-wrapper img {
    transition: all .3s ease-in-out;
}
.vehicles-item:hover .vehicle-image-wrapper img {
    transform: translate3d(-50px, 20px, 30px);
    transition: all .3s ease-in-out;
}
.invert img {
    filter: invert(0.75);
}
.mb-20 {
    margin-bottom: 20px;
}
.slim-slider {
    height: 600px;
}
.slim-slider .module-slider,
.slim-slider .slick-list,
.slim-slider .slick-track,
.slim-slider .slick-slide {
    height: 100%;
}
.slim-slider .slick-slide {
    background-size: cover;
    background-position: top;
}
.slim-slider .slick-slide:focus {
    outline: none;
}
.slim-slider .slick-dots {
    position: relative;
    bottom: 0;
}
.slim-slider .slick-dots li {
    margin: auto;
}
.slim-slider .slick-dots li button {
    position: relative;
    border: 1px solid #00000038;
    border-radius: 100%;
    padding: 0;
    overflow: hidden;
    opacity: 1;
    width: 14px;
    height: 14px;
}
.slim-slider .slick-dots li button:before {
    background: transparent;
    padding: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 0;
    opacity: 1;
}
.slim-slider .slick-dots .slick-active button:before,
.slim-slider .slick-dots li button:hover:before {
    background: var(--base-color);
}
.download-btn {
    margin-bottom: 20px !important;
}

.product-icons img {
    margin-right: 9px;
}
.price-wrapper {
    margin-top: 20px;
}
.price-wrapper p {
    margin-bottom: 0;
}
.price-wrapper .price {
    font-size: 32px;
    color: #d00101;
    font-weight: 700;
}
.price-wrapper .currency {
    font-size: 24px;
    color: #232323;
}
.price-wrapper span:last-child {
    font-size: 13px;
    margin-left: 5px;
}

.product-menu {
    justify-content: center;
    margin-top: 70px;
    /* width: 100%; */
}
.product-menu .col-lg-3 {
    flex: 0;
    padding: 0;
    margin-right: 40px;
}
.product-menu .col-lg-3:last-child {
    margin-right: 0;
}
.product-menu p {
    margin-bottom: 0;
}
.product-menu a {
    display: block;
    padding: 25px 0 !important;
    color: #fff;
    font-size: 24px;
    text-decoration: none;
    position: relative;
}
.product-menu a:hover,
.product-menu a:hover:before {
    color: #232323 !important;
}
.product-menu a:before {
    margin-right: 10px;
    opacity: .5;
    font-size: 26px;
    font-family: FontAwesome;
    color: #fff;
}
.prod-menu-tech a:before {
    content: "\f085";
}
.prod-menu-color a:before {
    content: "\f1fc";
}
.prod-menu-gallery a:before {
    content: "\f030";
}
.prod-menu-specs a:before {
    content: "\f03a";
}
.product-menu a:hover:after {
    content: ' ';
    position: absolute;
    width: 0;
    height: 0;
    margin-left: -37px;
    left: 50%;
    top: 100%;
    border-left: 40px solid transparent;
    border-right: 40px solid transparent;
    border-top: 15px solid #888;
}
.submenu-item.active a,
.submenu-item.active a:before {
    color: #232323;
}
.submenu-item.active a:after {
    content: ' ';
    position: absolute;
    width: 0;
    height: 0;
    margin-left: -37px;
    left: 50%;
    top: 100%;
    border-left: 40px solid transparent;
    border-right: 40px solid transparent;
    border-top: 15px solid #888;
}
.prod-specs-container {
    background: #000;
}
.prod-specs-container strong {
    color: #e74c3c;
}
.prod-specs-row {
    max-width: 1280px;
    margin: auto;
    padding: 40px 0;
}
.prod-specs-row .col-lg-4 {
    display: flex;
    align-items: center;
}
.prod-specs-row ul {
    padding-left: 20px;
}
.prod-specs-row .col-lg-4 .title,
.prod-specs-row .col-lg-4 h3,
.prod-specs-row .col-lg-12 h3 {
    font-size: 42px;
    margin-bottom: 20px;
    margin-top: 20px;
}
.prod-specs-row .col-lg-6 .title {
    font-size: 36px;
    margin-top: 30px;
    margin-bottom: 20px;
}
.prod-specs-row .col-lg-6 .module-text {
    padding-left: 20px;
}
.prod-specs-row .col-lg-8,
.prod-specs-row .col-lg-6,
.prod-specs-row .col-lg-12 {
    margin-bottom: 60px;
}
.prod-specs-row .flex-column.col-lg-4 .title,
.prod-specs-row .flex-column.col-lg-4 h3 {
    font-size: 28px;
}
.section-title {
    font-size: 52px;
    padding: 20px 0;
    text-transform: uppercase;
}
#accordion.specs {
    margin-bottom: 3em;
}
#accordion.specs .card {
    border: none;
}
#accordion.specs .card-header {
    padding: 0;
    background: transparent;
    border: none;
    border-top: 1px solid #333;
    border-radius: 0;
}
#accordion.specs .card:first-child .card-header {
    border-top: none;
}
#accordion.specs h3 a {
    width: 100%;
    text-align: left;
    font-size: 28px;
    padding: 20px 0;
    line-height: inherit;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left: 0;
    padding-right: 10px;
    text-transform: uppercase;
}
.card-header a:after {
    content: "\f067";
    font-size: 14px;
    font-family: FontAwesome;
}
.card-header a.active:after {
    content: "\f068";
}
#accordion.specs .small-txt {
    font-size: 12px;
    margin-top: 1em;
}
#accordion.specs .card.active {
    background: #f5f5f5;
}
#accordion.specs .card.active:before {
    content: ' ';
    position: absolute;
    width: 5000px;
    height: 100%;
    right: 100%;
    top: 0;
    background: #f5f5f5;
}
#accordion.specs .card.active:after {
    content: ' ';
    position: absolute;
    width: 5000px;
    height: 100%;
    left: 100%;
    top: 0;
    background: #f5f5f5;
}
#accordion.specs .card-body {
    padding: 0 !important;
}
#accordion.specs table {
    width: 100%;
}
#accordion.specs table tr td:first-child {
    width: 30%;
    font-weight: 600;
}
#accordion.specs table tr td {
    padding: 12px 15px;
}
#accordion.specs table tr {
    border-top: 1px solid #d5d5d5;
}
#accordion.specs table tr:first-child {
    border-top: none;
}

.product-color-gallery .module-gallery {
    display: flex;
}
.product-color-gallery .module-gallery figure a {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 22px;
    color: #232323;
    text-decoration: none;
}
.product-color-gallery .module-gallery figure a:hover {
    color: #ce352d;
}
.product-color-gallery .module-gallery figure a h3 {
    margin-top: 20px;
}
.product-gallery {
    display: flex;
    max-width: 1280px;
    margin: auto;
    flex-wrap: wrap;
    margin-bottom: 56px;
}
.product-gallery figure {
    flex: 33.333333%;
    max-width: 33.333333%;
    padding-right: 2px;
    padding-left: 2px;
    margin-bottom: 4px;
}
.product-gallery figure a {
    position: relative;
    display: block;
}
.product-gallery figure a:hover:before {
    content: ' ';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(206, 53, 45, 0.3);
}
.contact-logo img {
    max-width: 300px;
    margin-bottom: 20px;
}

.contact-form {
    margin-top: 1.5em;
}
.contact-form .form-group[class^="form-group item"] {
    display: flex;
}
.contact-form .form-group[class^="form-group item"] label {
    min-width: 70px;
    text-align: right;
    margin-right: 20px;
    font-weight: 500;
}
.contact-form input,
.contact-form textarea {
    width: 100%;
}
.contact-form textarea {
    min-height: 100px;
}
.contact-form .acceptance input {
    width: auto;
}
.contact-form .item-acceptance {
    padding-left: 105px;
}
.contact-form .checkbox-text {
    cursor: pointer;
}
.contact-form .btn-section {
    text-align: right;
}
.contact-form button {
    background: var(--base-color);
    border: none;
    font-weight: 500;
    outline: none;
    box-shadow: none;
}
.contact-form button:hover {
    background: #333;
}

.right-menu {
    display: flex;
}
.right-menu .nav-item {
    position: relative;
}
.right-menu .nav-item:hover .dropdown-menu {
    display: block;
    margin-top: 0;
    border-radius: 0;
    padding: 0;
}
.right-menu .dropdown-menu .nav-item a {
    color: #000;
    padding: 8px 20px;
    font-size: 18px;
}
.right-menu .dropdown-menu .nav-item:hover a {
    background: rgba(0,0,0,0.1);
}

.gallery-grid {
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 3em;
}
.gallery-item-wrapper {
    padding: 5px;
}
.gallery-item {
    overflow: hidden;
    margin-bottom: 1em;
    border: 1px solid #ddd;
    background: #ddd;
    padding: 10px;
}
.gallery-item:hover {
    background: transparent;
}
.gallery-title {
    text-align: center;
}
.gallery-title .title {
    font-size: 24px;
    text-transform: none;
    margin-bottom: 0;
}
.gallery-title .title a {
    text-decoration: none;
    color: #000;
    display: block;
    margin-top: 10px;
    font-size: 20px;
}
.gallery-item .gallery-image-wrapper a img {
    width: 100%;
    height: 215px;
    object-fit: cover;
}

.gallery-page {
    display: flex;
    max-width: 1280px;
    margin: auto;
    flex-wrap: wrap;
    margin-bottom: 56px;
}
.gallery-page figure {
    flex: 25%;
    max-width: 25%;
    padding-right: 2px;
    padding-left: 2px;
    margin-bottom: 4px;
    height: 205px;
    overflow: hidden;
}
.gallery-page figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.about-logo {
    text-align: center;
    margin-bottom: 20px;
}
.about-logo img {
    max-width: 518px;
}
.about-title {
    margin-top: 2em;
}
.about-title h2 {
    font-size: 24px;
    color: #000;
    font-weight: 600;
}
.about-title span {
    border-bottom: 3px solid #ce352d;
    padding: 0 25px 15px 25px;
}

.history {
    margin-top: 13px;
    margin-bottom: 3em;
    padding-top: 2em;
    position: relative;
}
.history:before {
    content: ' ';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    width: 3px;
    height: 100%;
    background: #ce352d;
}
.history-item {
    background: rgba(0,0,0,0.05);
    padding: 20px;
    position: static;
    flex: 0 0 calc(50% - 60px);
    max-width: calc(50% - 60px);
    margin-left: 15px;
}
.history .history-label {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}
.history .history-label h3 {
    font-size: 18px;
    background: #ce352d;
    color: #fff;
    margin-bottom: 0;
    padding: 15px 10px;
}
.history .history-label h3:before {
    content: ' ';
    position: absolute;
    top: 50%;
    right: -7px;
    margin-top: -10px;
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid #ce352d;
}
.history-item:not(:first-child) {
    margin-top: -150px;
}
.history .history-item:nth-child(odd) .history-label h3:before {
    left: -7px;
    border-left: 0;
    border-right: 10px solid #ce352d;
}
.history .history-item:nth-child(even) {
    margin-left: 45px;
}


/* BECOME A DEALER */
.become-dealer-row {
    margin-bottom: 2em;
}
.become-dealer-form-row {
    max-width: 800px;
    margin: auto;
    background: #f0f0f0;
    text-align: center;
    margin-top: 3em;
}
.become-dealer-form-row .col-lg-6,
.become-dealer-form-row .col-lg-12 {
    border-bottom: 20px solid #fff;
    padding-bottom: 10px;
    padding-top: 15px;
}
.become-dealer-form-row .form-group {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.become-dealer-form-row .form-group label {
    width: 100%;
    text-align: left;
    font-weight: 500;
}
.become-dealer-form-row .form-group input,
.become-dealer-form-row .form-group textarea {
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 4px;
}
.become-dealer-form-row .form-group input::placeholder,
.become-dealer-form-row .form-group textarea::placeholder {
    color: transparent;
}
.become-dealer-form-row .checks .form-group,
.become-dealer-form-row .radios .form-group {
    display: block;
    text-align: left;
}
.become-dealer-form-row .checks .form-group .check,
.become-dealer-form-row .radios .form-group .radio {
    display: inline-block;
}
.become-dealer-form-row .checks .form-group .check label,
.become-dealer-form-row .radios .form-group .radio label  {
    margin-right: 10px;
    font-weight: 400;
    cursor: pointer;
}
.become-dealer-form-row .checks .form-group .check label input,
.become-dealer-form-row .radios .form-group .radio label input {
    display: inline-block;
    width: auto;
    cursor: pointer;
}
.become-dealer-row button {
    background: var(--base-color);
    border: none;
    font-weight: 500;
    outline: none;
    box-shadow: none;
}
.become-dealer-row button:hover {
    background: #333;
}
.dealer-form-text {
    max-width: 800px;
    margin: auto;
    font-size: 13px;
}
.no-display {
    display: none;
}
.policy-row {
    margin-bottom: 5em;
}

/* Modal Banner */
#popupBanner {
  text-align: center;
  z-index: 9999;
}
#popupBanner .modal-body {
  padding: 0;
}
#popupBanner .close {
  margin-top: 0;
  position: absolute;
  right: 0;
  top: 0;
  font-size: 28px;
  width: 40px;
  height: 40px;
  background: #fff;
  opacity: 1;
  color: #aaa;
}
#popupBanner .modal-dialog {
  text-align: left;
  width: auto !important;
  min-width: 300px;
  max-width: 700px;
}
#popupBanner .modal-content {
  background: transparent;
  border: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
#popupBanner p {
  margin-bottom: 0;
}
#popupBanner img {
  max-width: 100%;
  height: auto !important;
}
