/* FIXELLES STYLES */


/* google fonts here */
@import url('https://fonts.googleapis.com/css2?family=EB+Garamond:wght@400;600;700&family=Jost:wght@200;300;400;600;700&display=swap');
body {
    font-family: 'Jost', sans-serif !important;
    font-size: 1.3rem;
    background-color: #ffffff;
    padding-top: 150px;
}
body.home, body.bannerPage {padding-top: 0px;}
/*body:not(.bannerPage) {padding-top: 0px !important;}*/

button, input, optgroup, select, textarea {font-family: 'Jost', sans-serif !important;}

@media only screen and (min-width: 993px) {
    body.home {padding-top: 0px;}
    /*body:not(.bannerPage) {padding-top: 0px !important;}*/
}

.flex {
    display: flex;
    flex-wrap: wrap;
}
.d-block {
  display: block;
}

#main-row { display: flex; }

/* fonts */
.fontMedium {font-weight: 500;}

a {color: #2F0101; }

/* titles */
.title1,
.title2,
.title3 { padding-left: 0; }

@media only screen and (min-width: 993px) {
    .title1 {
        /*padding-left: 75px;*/
    }
    .title2 {
        padding-left: 80px;
    }
    .title2::before {
        content: " ";
        display: inline-block;
        width: 65px;
        height: 10px;
        border-bottom: solid 1px #9A9369;
    }
    .title3 {
        padding-left: 80px;
    }
    .title3::before {
        content: " ";
        display: inline-block;
        width: 65px;
        height: 10px;
        border-bottom: solid 1px #9A9369;
    }
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
    /*font-family: 'EB Garamond', serif;*/
    font-family: 'Jost', sans-serif;
    font-weight: 700;
}
h1, .h1 {font-size: 3rem; text-transform: uppercase; }
h2, .h2 {font-size: 2.5rem }
h3, .h3 {font-size: 2rem }
h4, .h4 {font-size: 1.6rem }
h5, .h5 {font-size: 1.2rem }
h6, .h6 {font-size: 1.0rem }

.h3Text {
    font-family: 'Jost', sans-serif;
    font-size: 15px;
    font-weight: 400;
}

/* paragraphs */
.textBloc1,
.textBloc1After,
.textBloc2,
.textBloc3,
.textBloc4,
.textBloc5 {padding-left: 0;}

@media only screen and (min-width: 993px) {
    .textBloc1 {
        padding-left: 0;
        position: relative;
        left: 0;
        display: flex;
        align-items: baseline;
    }
    .textBloc1::before {
        content: " ";
        display: inline-block;
        width: 320px;
        height: 12px;
        border-top: solid 1px #9A9369;
        margin-right: 40px;

    }
    .textBloc1After {
        padding-left: 40%;
        position: relative;
        left: 0;
        display: flex;
        align-items: baseline;
    }
    .textBloc1After::after {
        content: " ";
        display: inline-block;
        height: 12px;
        border-top: solid 1px #9A9369;
        flex-grow: 1;
        margin-left: 30px;
    }
    .textBloc2 {
        padding-left: 80px;
        position: relative;
        left: -130px;
        display: flex;
        align-items: baseline;
    }
    .textBloc2::before {
        content: " ";
        display: inline-block;
        width: 315px;
        height: 10px;
        border-bottom: solid 1px #9A9369;
        margin-right: 30px;

    }
    .textBloc3 {
        padding-left: 0px;
        position: relative;
        left: 0;
        display: flex;
        align-items: baseline;
    }
    .textBloc3::before {
        content: " ";
        display: inline-block;
        width: 60px;
        height: 10px;
        border-bottom: solid 1px #9A9369;
        margin-right: 10px;

    }
    .textBloc4 {
        position: relative;
        display: flex;
        align-items: baseline;
    }
    .textBloc4::before {
        content: " ";
        display: inline-block;
        width: 125px;
        height: 5px;
        border-top: solid 1px #9A9369;
        margin-right: 20px;

    }
    .textBloc5 {
        padding-left: 0px;
        position: relative;
        left: 0;
        display: flex;
        align-items: baseline;
    }
    .textBloc5::before {
        content: " ";
        display: inline-block;
        width: 220px;
        height: 5px;
        border-top: solid 1px #9A9369;
        margin-right: 20px;

    }
}


/* buttons */
.btn {border-radius: 0 !important;}

.bigBtnDefaultBordered,
.bigBtnDefaultBordered:focus {
    padding: 20px 50px;
    border: solid 1px #a5a089;
    color: #a5a089;
    background-color: transparent;
    height: auto !important;
    font-size: 15px;
    font-weight: 600;
}
.bigBtnDefaultBordered:hover {
    background-color: #a5a089;
    color: #ffffff;
}
.waves-effect.waves-fix .waves-ripple {
    background-color: #a5a089;
}

.bigBtnPrimaryBordered,
.bigBtnPrimaryBordered:focus {
    padding: 20px 50px;
    border: solid 1px #1a0000;
    color: #1a0000;
    background-color: transparent;
    height: auto !important;
    font-size: 15px;
    font-weight: 600;
}
.bigBtnPrimaryBordered:hover {
    background-color: #2F0101;
    color: #ffffff;
}
.waves-effect.waves-fix .waves-ripple {
    background-color: #a5a089;
}

.bigBtnSecondaryBordered,
.bigBtnSecondaryBordered:focus {
    padding: 20px 50px;
    border: solid 1px #c32f30;
    color: #c32f30;
    background-color: transparent;
    height: auto !important;
    font-size: 15px;
    font-weight: 600;
    display: block;
}
.bigBtnSecondaryBordered:hover {
    background-color: #c32f30;
    color: #2F0101;
}
.waves-effect.waves-fix .waves-ripple {
    background-color: #a5a089;
}

.bigBtnWhiteBordered,
.bigBtnWhiteBordered:focus {
    padding: 20px 50px;
    border: solid 1px #ffffff;
    color: #ffffff !important;
    background-color: transparent;
    height: auto !important;
    font-size: 15px;
    font-weight: 600;
}
.bigBtnWhiteBordered:hover {
    background-color: #ffffff;
    color: #2F0101 !important;
}

.bigBtnPrimary,
.bigBtnPrimary:focus {
    padding: 20px 50px;
    border: solid 1px #1a0000;
    color: #ffffff;
    background-color: #1a0000;
    height: auto !important;
    font-size: 15px;
    font-weight: 600;
}
.bigBtnPrimary:hover {
    background-color: #2F0101;
    color: #ffffff;
}


#videoContainer {
    position: relative;
    width: 100%;
    height: 100%;
}
#videoContainer #myVideo {
    position: absolute;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
}

/* Colors */
.primaryBkg {
    background-color: #1a0000;
    color: #9A9369;
    color: #ffffff;
}
.primaryBkg a {color: #ffffff;}
.secondaryBkg {
    background-color: #c32f30;
    color: #ffffff;
}
.secondaryBkg a {color: #1a0000;}
.whiteBkg {
    background-color: #fff;
}
.fixColor {color: #c32f30;}


/* Add some content at the bottom of the video/page */
#videoContainer .content {
    position: absolute;
    top: 0;
    /*background: rgba(0, 0, 0, 0.15);*/
    color: #f1f1f1;
    width: 100%;
    height: 100%;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: flex-start;
}

/* Style the button used to pause/play the video */
#videoContainer #myBtn {
    width: 200px;
    font-size: 18px;
    padding: 10px;
    border: none;
    background: #000;
    color: #fff;
    cursor: pointer;
}

#videoContainer #myBtn:hover {
    background: #ddd;
    color: black;
}
#fixBod nav {
    background-color: transparent;
}
.navFixed {
    position: fixed;
    top: 0;
    width: 100%;
    line-height: 55px;
    height: 55px;
    display: flex;
    align-items: center;
    box-shadow: none !important;
}
.nav-wrapper {
    display: flex;
    flex-grow: 1;
}
.navLeftLink {
    display: flex;
    /*flex-grow: 1;*/
    color: #ffffff;
}
.brand-logo {
    /*position: absolute !important;*/
    /*top: 85px;*/
    /*left: 50%;*/
    /*transform: translateX(-50%);*/
    /*z-index: 10;*/
}
body.home .brand-logo {
    /*top: 45%;*/
    /*left: 50%;*/
    /*transform: translate(-50%, -50%);*/
}

.brand-logo img {
    width: 58px;
    height: auto;
    transition: width .3s ease;
}

body.home .brand-logo img {
    width: 100px;
    height: auto;
}
/*.navbar-brand-logo {*/
/*    display: flex;*/
/*    align-items: center;*/
/*    flex-grow: 1;*/
/*}*/
/*.navbar-brand-logo img {*/
/*    width: 130px;*/
/*    height: auto;*/
/*}*/

nav .nav-wrapper {
    position: static;
}

@media only screen and (min-width: 600px) {
    .brand-logo {
        /*top: 30px;*/
        position: relative !important;
        top: 0 !important;
        left: 0 !important;
        flex-grow: 1;
        transform: none !important;
    }
    .brand-logo img {
        width: 125px;
    }
    body.home .brand-logo {
        /*top: 90px;*/
        position: relative !important;
        transform: none;
    }
    body.home .brand-logo img {
        width: 210px;
        height: auto;
    }
    .brand-logo img.scrollSize {
        width: 125px !important;
        box-shadow: 3px 3px 8px -4px #000;
    }

    .navbar-brand-logo {
        /*position: absolute;*/
        /*left: 50%;*/
        /*top: 2px;*/
        /*transform: translateX(-50%);*/
    }
}

.overlay .overlay-menu {
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 110px 0 40px 0;
}

/*.overlay .row,*/
/*.overlay .col {height: 100%;}*/
.navFixed a {color: #c53539;}
.navFixed.home a, .navFixed.bannerPage a {color: #ffffff;}
.navFixed .mainMenuLink {font-family: 'Jost', sans-serif; color: #1a0000 !important; font-size: 2.5rem;}
.navFixed .mainMenuLink.active {color: #9A9369 !important;}

@media only screen and (min-width: 992px) {
    .overlay .row,
    .overlay .col {
        height: 100%;
    }
}

/* --------------------------- FULL SCREEN NAV --------------------------- */
/*.button_container {*/
/*    position: fixed;*/
/*    top: 5%;*/
/*    right: 2%;*/
/*    height: 27px;*/
/*    width: 35px;*/
/*    cursor: pointer;*/
/*    z-index: 100;*/
/*    transition: opacity 0.25s ease;*/
/*}*/
.button_container {
    position: relative;
    display: block;
    height: 55px;
    width: 55px;
    cursor: pointer;
    z-index: 100;
    transition: opacity 0.25s ease;
    background-color: #c53539;
}

.button_container:hover {
    opacity: 0.7;
}
.button_container.active .top {
    transform: translateY(14px) translateX(0) rotate(45deg);
    background: #FFF;
    left:0px;
    width: 100%;
}
.button_container.active .middle {
    opacity: 0;
    background: #FFF;
}
.button_container.active .bottom {
    transform: translateY(-12px) translateX(0) rotate(-45deg);
    background: #FFF;
    left:0px;
    width: 100%;
}
.button_container span {
    background: #ffffff;
    border: none;
    height: 2px;
    width: 80%;
    position: absolute;
    top: 13px;
    left: 50%;
    transform: translateX(-50%);
    transition: all 0.35s ease;
    cursor: pointer;
}
.button_container span:nth-of-type(2) {
    top: 26px;
}
.button_container span:nth-of-type(3) {
    top: 40px;
}

nav ul a:hover {
     background-color: transparent;
}

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
    visibility: hidden;
    transition: opacity 0.35s, visibility 0.35s, width 0.35s;
    z-index: 50;
}
.overlay:before {
    content: "";
    background: #ffffff;
    left: -55%;
    top: 0;
    width: 50%;
    height: 100%;
    position: absolute;
    transition: left 0.35s ease;
}
.overlay:after {
    content: "";
    background: #ffffff;
    right: -55%;
    top: 0;
    width: 50%;
    height: 100%;
    position: absolute;
    transition: all 0.35s ease;
}
.overlay nav {
    box-shadow: none !important;
}
.overlay.open {
    opacity: 1;
    visibility: visible;
    height: 100%;
}
.overlay.open:before {
    left: 0;
}
.overlay.open:after {
    right: 0;
}
.overlay.open li {
    -webkit-animation: fadeInRight 0.5s ease forwards;
    animation: fadeInRight 0.5s ease forwards;
    -webkit-animation-delay: 0.35s;
    animation-delay: 0.35s;
}
.overlay.open li:nth-of-type(2) {
    -webkit-animation-delay: 0.45s;
    animation-delay: 0.45s;
}
.overlay.open li:nth-of-type(3) {
    -webkit-animation-delay: 0.55s;
    animation-delay: 0.55s;
}
.overlay.open li:nth-of-type(4) {
    -webkit-animation-delay: 0.65s;
    animation-delay: 0.65s;
}
.overlay nav {
    position: relative;
    height: 100%;
    top: 0;
    /*transform: translateY(-50%);*/
    font-size: 50px;
    font-family: "Vollkorn", serif;
    font-weight: 400;
    text-align: center;
    z-index: 100;
}
.overlay ul {
    list-style: none;
    padding: 0;
    margin: 0 auto;
    display: inline-block;
    position: relative;
    height: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.overlay ul li {
    display: block;
    height: 25%;
    height: calc(100% / 4);
    min-height: 50px;
    position: relative;
    opacity: 0;
}
.overlay ul li a {
    display: block;
    position: relative;
    color: #9a9369;
    text-decoration: none;
    overflow: hidden;
}
.overlay ul li a:hover:after, .overlay ul li a:focus:after, .overlay ul li a:active:after {
    width: 100%;
}
.overlay ul li a:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0%;
    transform: translateX(-50%);
    height: 2px;
    background: #c2312d;
    transition: 0.35s;
}

@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        left: 20%;
    }
    100% {
        opacity: 1;
        left: 0;
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        left: 20%;
    }
    100% {
        opacity: 1;
        left: 0;
    }
}

.overlay-logo-container {
    display: flex;
    align-items: center;
    justify-content: center;
}
.overlay-logo {
    z-index: 3;
    display: none;
}
.overlay.open .overlay-logo {
    display: block;
}
.overlay-logo-img img {
    width: 150px;
    height: auto;
}

/* ---------------------------END FULL SCREEN NAV --------------------------- */

/* car info */
#car_infos_top tr {
    border-bottom: 1px solid rgb(197 53 57);
}
.tabsWrapper {
    border: solid 1px #c53539;
}
/* tabs */
.tabs .tab a {
    color:  #2c1414;
    display: block;
    width: 100%;
    height: 100%;
    padding: 0 24px;
    font-size: 14px;
    text-overflow: ellipsis;
    overflow: hidden;
    transition: color .28s ease, background-color .28s ease;
}
.tabs .tab a:hover, .tabs .tab a.active {
    background-color: #f2d0d1;
    color: #2c1414;
}
.tabs .tab a:focus, .tabs .tab a:focus.active {
    background-color: #f2d0d1;
    outline: none;
}
.tabs .indicator {
    position: absolute;
    bottom: 0;
    height: 2px;
    background-color: #c53539;
    will-change: left, right;
}


/* tabs vertical */
.tabs-vertical .tabs {
    height: auto;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    display: -webkit-flex;
    display: flex;
}
.tabs-vertical .tab {
    width: 100%;
}
.tabs-vertical .tab .tabLink {
    /*font-family: 'EB Garamond', serif;*/
    font-family: 'Jost', 'sans-serif';
    color: #000;
    font-size: 13px;
    border-bottom: solid 1px #808080;
}
.tabs-vertical .tab:first-child .tabLink {
    border-top: solid 1px #808080;
}
.tabs-vertical .tab .tabLink:hover {
    background-color: #eeeeee;
    color: #000000;
}
.tabs-vertical .tab .tabLink.active {
    font-weight: 600;
    color: #000000;
}
.tabs-vertical .tab .active {
    -moz-transition: border-color 0.5s ease;
    -o-transition: border-color 0.5s ease;
    -webkit-transition: border-color 0.5s ease;
    transition: border-color 0.5s ease;
    /*border-right: 3px solid #424242;*/
}
.tabs-vertical .tab :hover {
    /*background-color: none;*/
    /*border-right: 3px solid #eeeeee;*/
}
.tabs-vertical .tab .tabLink:focus.active {
    background-color: unset;
}
.tabs-vertical .indicator {
    display: none;
}
.tabs-vertical .tab-content {
    display: block;

    /*  make tab content scrollable , by define height, then overflow: auto*/
    padding: 0;
    margin: 0;
    height: 100%;
    width: 100%;

    /*overflow: auto;*/
    /*overflow-y: auto;*/
    /*overflow-x: auto;*/
    /*  make tab content scrollable */
}

.tabs-vertical .tab-content .tabContentSection.borderTop { border-top: solid 1px #808080; }
.tabs-vertical .tab-content .tabContentSection.borderBottom { border-bottom: solid 1px #808080; }

.tabs-vertical > .tab-content .active {
    display: block;
}




/* SIDE BY SIDE PANNELS SAME HEIGHT */

@media only screen and (min-width: 993px) {
    .col-container {
        display: table; /* Make the container element behave like a table */
        width: 100%; /* Set full-width to expand the whole page */
    }
    .column {
        display: table-cell; /* Make elements inside the container behave like table cells */
        width: 50%;
    }

}

/* quick_header_search */
section#banner {background: #c32f30;}
#quick_header_search form select.homesearch   {
    display: block !important;
}
#quick_header_search .fields {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 0px;
}
@media screen and (max-width: 650px) { flex-direction: column; }
#quick_header_search .fields .field_block {
    /*flex-grow: 1;*/
    flex: 1 1 0px;
    padding: 0 5px;
    margin-bottom: 10px;
}
#quick_header_search .fields .selectCont {
    background-color: #fff;
    padding: 0 15px;
    width: 100%;
}
#quick_header_search .fields select,
#quick_header_search .fields select:focus,
#quick_header_search .fields select:focus-visible {
    border: none;
    /*border: solid 1px #1a0000;*/
    border-radius: 0 !important;
    box-shadow: none !important;
    outline: none;
    background: none;
    color: #1a0000;
    font-weight: 600;
    font-size: 15px;
    text-transform: uppercase;
}

/* quicklink */

.quickLinks {
    display: flex;
    align-items: flex-end;
    justify-content: space-evenly;
    flex-wrap: wrap;
    text-align: center;
    padding: 0 10px;
}
.quicklink_item {
    background: #dedede;
    padding: 5px;
    width: 100px;
    height: 100px;
    border-radius: 200px;
    position: relative;
}
.quicklink_item:hover {
    background: #1a0000;
}
.quicklink_item:hover > a {
    color: #fff;
}
.quicklink_block {padding: 20px 34px 0;}
.quicklink_block.profilql {}
.quicklink_block.historiqueql {padding: 12px 37px 0;}
.quicklink_block.panierql {padding: 16px 37px 0;}
.quicklink_block.contactql  {padding: 17px 35px 0;}
.quickLinks a span {
    line-height: 13px;
    display: block;
}

.quickLinks .panier_badge  {
    height: unset;
    line-height: 21px;
    display: block;
    width: 22px;
    padding: unset;
    min-width: unset;
    color: #fff;
    font-size: 12px !important;
}

.quicklink_block svg .cls-1 {fill: #1a0000;}
.quicklink_item:hover .quicklink_block svg .cls-1 {fill: #fff !important;}

.panier_badge  {
    position: absolute;
    top: 0;
    display: block;
    background: red;
    width: 25px;
    height: 25px;
    line-height: 25px;
    padding: 0;
    margin: 0;
    min-width: 0;
    border-radius: 50px;
    color: #ffffff;
    right: 0;
}


@media screen and (max-width: 650px) {
    .quickLinks {
        display: flex;
        flex-direction: row;
        align-items: flex-start;
        justify-content: space-evenly;
        text-align: center;
        flex-wrap: wrap;
    }
    .quicklink_item {
        padding: 5px;
        min-width: 45%;
        height: 50px;
        border-radius: 20px;
        margin-bottom: 15px;
        display: flex;
        align-items: center;
    }
    .quicklink_item a {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: flex-start;
    }
    .quicklink_block {
        padding: 0 10px;
        display: flex;
        align-items: center;
    }

    .quicklink_block svg {
        width: 15px;
        margin: 0 8px;
    }
    .quicklink_block.historiqueql {padding: 0;}
    .quicklink_block.panierql {padding: 0;}
    .quicklink_block.contactql  {padding: 0;}

    .quickLinks .panier_badge {
        height: unset;
        line-height: 21px;
        display: block;
        width: 22px;
        padding: unset;
        min-width: unset;
        color: #fff;
        font-size: 12px !important;
    }
    .panier_badge {
        position: absolute;
        top: 7px;
        right: 8px;
        display: block;
        background: red;
        width: 25px;
        height: 25px;
        line-height: 25px;
        padding: 0;
        margin: 0;
        min-width: 0;
        border-radius: 50px;
        color: #ffffff;
    }
}


/* Search Form */
li.searchSection {
    margin-bottom: 8px;
    border: solid 1px #c32f30;
    text-transform: uppercase;
}
.search_block .collapsible {
    box-shadow: none !important;
    border: none !important;
}
.collapsible-header {
    border-bottom: none;
    background: #f8f8f8;
}
li.searchSection.active .collapsible-body {
    border: none;
    border-top: solid 1px red ;
}
li.searchSection.active .collapsible-body {
    border: none;
    box-shadow: inset 0px 1px 6px -5px #000;
}
/* vertical card */
.vertical-card {
    margin: 0 5px;
    color: #1a0000;
    border-bottom: solid 1px #c32f30;
}
.vertical-card:hover {
    box-shadow: 0 2px 3px -1px rgba(0, 0, 0, 0.5);
}
.vertical-card .thumbnail img {
    width: 100%;
}
.vertical-card .price {
    text-align: right;
    border-bottom: solid 1px #c32f30;
    margin-bottom: 10px !important;
    font-size: 18px;
    font-weight: 600;
}

/* criteria */
.criteriaBlock {
    border:solid 1px #c32f30;
    margin-bottom: 20px;
}
.header-criteria {background: #f8f8f8; box-shadow: inset 0px 1px 6px -5px #000;}

#selected_tags {display: flex; align-items: center; justify-content: flex-start;}
#selected_tags li.del_tags {display: block;}
#selected_tags li {display: inline-block; margin-right: 6px;}
#selected_tags li a {
    display: inline-block;
    border: solid 1px #c32f30;
    padding: 2px 11px 0;
    background: #f8f8f8;
}
#selected_tags li a i {color: #a3a3a3;}
#selected_tags li a:hover i {color: #c32f30;}

/* horizontal card */
.car_card_h table th,
.car_card_h table td {
    padding: 9px 5px;
}
#cars_list .card {background: #f8f8f8; }

.thumbnail {
    position: relative;
}
.ribbon {
    position: absolute;
    top:5px;
    left:5px;
    width:40px;
    height: 40px;
}
.ribbon svg {
    width: 100%;
    height: auto;
}

.z-depth-1:hover {
    box-shadow: 0 8px 17px 2px rgba(0,0,0,0.14), 0 3px 14px 2px rgba(0,0,0,0.12), 0 5px 5px -3px rgba(0,0,0,0.2);
}

/* 360° modal */
.modal button.close {
    position: absolute;
    top: 5px;
    left: 5px;
    border: none;
    padding: 10px 10px 5px;
}
.modal button.close i {
    font-size: 50px !important;
}
.modal button.close:focus {
    background-color: #ffffff;
}
#modal360.modal.bottom-sheet,
#cart_order_car.modal.bottom-sheet {
    max-height: unset;
    height: 100%;
}


/* contact */
.team img {
    width: 100%;
    height: auto;
}
.collection.with-header {margin-bottom: 0; border: none !important;}
.collection-header {
    background: #c53539 !important;
    color: #ffffff !important;
}
ol.collection {
    border: solid 1px #2c1414;
    margin-top: 0;
}
/* slick */
.slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: #1a0000;
    border-radius: 50px;
    height: 30px;
    width: 30px;
    color: #fff;
    text-align: center;
    line-height: 42px;
    z-index: 5;
}
.slick-arrow:hover {
    background: #c53539;
}
.slick-prev {
    left: -15px;
}
.slick-next {
    right: -15px;
}
.slick-dots {display: none !important;}

/*------------------------------------*\
	SHORTLINKS
\*------------------------------------*/
#shortlinks {
    display:flex;
    flex-direction: column;
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    right:0px;
}
#shortlinks .shlblock {
    width: 55px;
    height:55px;
    border-radius: 0;
    background: #c53539;
    color: #ffffff;
    margin-bottom: 5px;
    box-shadow: 0 1px 5px -3px #000;
    text-align: center;
    line-height: 2px;
    font-size: 33px;
    padding-top: 9px;
}
#shortlinks .shlblock:hover {
    background: #d90012;
    color: #ffffff;
}

@media screen and (max-width: 500px){
    .prenavtel {display:none;}
    #shortlinks {
        display:flex;
        flex-direction: row;
        justify-content: space-around;
        position: fixed;
        transform: none;
        top: auto;
        bottom: 0;
        left: 0;
        right: 0;
        background: #fff;
        padding-top: 0;
        z-index: 10;
    }
    #shortlinks .shlblock {
        width: 65px;
        height:60px;
        border-radius: 0;
        background: transparent;
        color: #d90012;
        margin-bottom: 5px;
        box-shadow: none;
        text-align: center;
        line-height: 2px;
        font-size: 33px;
        padding-top: 8px;
    }
}


/* footer */
footer { border-top: solid 1px #c53539; padding-bottom: 10px }

/* responsive */

.show-on-extra-large {
    display: none;
}
@media only screen and (min-width: 1201px){
    .show-on-extra-large {
        display: block !important;
    }
}

.show-under-992 {
    display: block;
}
.hide-under-992 {
    display: none;
}
@media only screen and (min-width: 992px){
    .show-under-992 {
        display: none;
    }
    .hide-under-992 {
        display: block;
    }
}


