/*
Theme Name: gnglk_theme
Version: 1.0.0
*/

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body,
html {
    background-color: #fafafa;
    font-family: "Poppins", "Open Sans", sans-serif;
    height: 100%;
}

ul {
    list-style: none;
    margin-bottom: 0;
}

a {
    text-decoration: none;
}

nav a[href*="register-now"] {
    border: 1px solid #028502;
    background-color: #337255;
    color: #fff !important;
    border-radius: 5px;
}

nav a[href*="register-now"]:hover {
    background-color: #00562e;
}

nav a[href*="#contact-us"] {
    font-weight: normal;
}

nav a,
.primary-color {
    color: #006600 !important;
}

.alt-bg-color {
    background-color: #fff;
}

.primary-color h1,
.primary-color h2,
.primary-color h3,
.primary-color h4,
.primary-color h5,
.primary-color h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #006600;
    font-weight: bold;
}

h1::first-letter,
h2::first-letter,
h3::first-letter,
h4::first-letter,
h5::first-letter,
h6::first-letter {
    text-transform: uppercase;
}

.justify-text {
    text-align: justify;
    text-justify: inter-word
}


nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#navbar_top {
    background-color: #ebebeb;
}

#navbar_top.fixed-top {
    border-bottom: 2px solid #f1bbbb;
}

.logo {
    max-height: 60px;
}

#navbar_top.fixed-top .logo {
    width: 55px;
}

.header-logo img {
    width: 50px;
}

.header-links ul {
    display: flex;
    align-items: center;
}

.header-links ul li {
    margin: 0 10px;
}

.header-links ul li a {
    text-decoration: none;
    color: black;
    font-size: 20px;
}

.header-link {
    font-weight: bold;
}

.justify-content-end {
    padding-right: 100px;
}

.current-menu-item {

    font-weight: bold;
}

.navbar-nav .dropdown-item.active,
.navbar-nav .dropdown-item:active {
    background-color: #006600;
    color: #fff !important;
}

.navbar-nav .dropdown-menu {
    padding: 0;
    border-radius: 0;
}

/* .navbar-nav .menu-item-type-custom 
{
    font-weight: normal !important;
} */
/**** HEADER-END ****/

/**** FRONT-PAGE ****/

.banner {
    margin-bottom: 0px;
}

.banner-img {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 115px;
    min-height: 600px !important;
}

.banner-img div {
    max-width: 80%;
}

.banner-img a {
    margin-left: -75px;
}

.banner .slick-prev {
    position: absolute;
    z-index: 999;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background: transparent;
    border: none;
}

.banner .slick-prev svg {
    color: white;
    width: 50px;
    height: 50px;
}

.banner .slick-next {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    background: transparent;
    border: none;
    z-index: 999;
}

.banner .slick-next svg {
    color: white;
    width: 50px;
    height: 50px;
}

.banner h1 {
    color: #fff;
    max-width: 80%;
    font-weight: bold;
}

.banner a {
    /* color: #fff; */
    /* background-color: #006600; */
    /* padding: 9px 30px; */
    border-radius: 4px;
    margin-top: 20px;
    /* text-decoration: none; */
    /* display: inline-block; */
    /* border: 1px solid #089519; */
}

.banner .slick-dots {
    display: none;
}

.section-video {
    background-repeat: repeat;
    background-position: top left;
    background-attachment: scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-color: rgba(83, 158, 188, 0.6);
}

.section-video a {
    font-size: 10em;
    color: #fff;
    display: inline-block;
}

.section-video svg {
    width: 1em;
    height: 1em;
    vertical-align: bottom;
}

.section-video-link p {
    font-size: 0.15em;
}

#mediaModal {
    background-color: #1a322ad1;
}

#mediaModal .modal-content {
    background-color: #143014b0;
}

#mediaModal .modal-dialog {
    max-width: 100%;
    width: auto !important;
    display: inline-block;
}

#mediaModal {
    z-index: -1;
    display: flex !important;
    justify-content: center;
    align-items: center;
}

#mediaModal.show {
    z-index: 1055;
}

/**** About ****/

.about-us {
    padding: 30px;
    text-align: center;
}

.about-us img {

    border-radius: 8px;

    max-height: 300px;

    height: 100%;

    width: 100%;
}

.about-us .name-tag {
    color: #006600;
    font-weight: bold;
    font-size: 1em;
}

/**** Our Collective mission ****/

.our-collective-mission {
    padding: 30px;
    text-align: center;

}

.our-collective-mission img {

    border-radius: 8px;

    max-height: 300px;

    height: 100%;

    width: 100%;
}

.about-us-btn {
    color: #fff;
    background-color: #006600;
    padding: 9px 30px;
    border-radius: 4px;
    margin-top: 25px;
    text-decoration: none;
    display: inline-block;
    text-align: center;
}

.our-collective-mission-item {
    background-color: #f1bbbb;
    border: 1px solid #f1bbbb;
    /* padding: 60px 12px; */
    /* border-radius: 16px; */
    /* width: 344px; */
}

.our-collective-mission-item svg {
    color: black;
}

.our-collective-mission-item h2 {
    /* max-width: 85%; */
    margin: 10px auto;
    /* font-size: 33px; */
    color: black;
}

.our-collective-mission-item img {
    width: 4em;
}

.our-collective-mission-items {
    /* margin: 20px 0; */
    /* display: flex; */
    /* justify-content: space-between; */
    /* align-items: center; */
    text-align: center;
}



.box-item .card {
    background-color: #f1bbbb;
    /* border: 1px solid #f08f8f; */
    border-radius: 16px;
    /* position: relative; */
    /* height: 100%; */
    /* margin: 20px; */
    /* display: table-cell; */
    /* padding-bottom: 30px; */
    /* width: 20%; */
}

.box-item .card-footer {

    border-top: none;

    background-color: transparent;
}

.box-item h4 {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 20px;
}

.box-item a {
    color: black;
}


.category-slick.sub-title {
    color: #006600;
    text-align: center;
}

.slick,
.list,
.box {
    padding: 30px 0;

}

.box a.link {
    width: auto;
    display: inline;
}

.box a,
.slick-item a,
.cat-lists a {
    width: 100%;
    box-sizing: border-box;
}

.box a,
.cat-lists a,
.cat-lists .col-md-8,
.cat-lists .col-md-9,
.cat-lists .col-md-2,
.cat-lists .col-sm-1,
.slick-item a,
.slick-item .col-md-8,
.slick-item .col-md-9,
.slick-item .col-md-2,
.slick-item .col-sm-1 {
    display: inline-block;
    /*  */
}


.slick h3,
.list h3,
.box h3 {
    text-align: center;
    padding-bottom: 10px;
}

.slick-item {
    background-color: #f2f6ff;
    padding: 22px 38px 40px 24px;
    margin: 20px auto;
    display: flex !important;
    align-items: center;
    border: 1px solid #e7e8e9;
    border-radius: 8px;
}

.myslick-list img {
    max-width: 100%;
    max-height: 100%;
}

ul.slick-dots {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
    padding: 0;
}

ul.slick-dots li {
    margin-right: 5px;
}

ul.slick-dots li button {
    color: transparent;
    border: none;
    width: 7px;
    height: 7px;
    background: #9f9f9f;
    border-radius: 50%;
}

ul.slick-dots li.slick-active button {
    background: black;
    width: 9px;
    height: 9px;
    /* margin-bottom: 6px; */
}

.slick-item-svg {
    /* width: 110px; */
    /* height: 80px; */
    /* display: flex; */
    /* justify-content: center; */
    /* align-items: center; */
    /* border-radius: 12px; */
}

.slick-item-svg svg {
    color: #f1bbbb;
}

.slick-item-content {
    /* margin-left: 30px; */
    /* width: 80%; */
}

.slick-item-content h4 {
    font-size: 20px;
    /* color: black; */
    /* font-weight: bold; */
}

.slick-item-content p {
    font-size: 19px;
    color: black;
    margin: 0;
}

.slick svg {
    margin: 0 auto;
    display: block;
}

.slick-link {
    text-align: center;
}

a.link {
    color: #fff !important;
    background-color: #006600;
    padding: 9px 20px;
    min-width: 140px;
    border-radius: 18px;
    text-decoration: none;
    /* display: inline-block; */
    text-align: center;
    font-size: 17px;
    border: 1px solid #089519;
}

a.link:hover {
    background-color: #178517 !important;
    border: 1px solid #fff !important;
}

a.link.selected {
    background-color: #00562e;
    border: 1px solid #028502;
}

.international {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px 0;
}

.international-logo {
    margin-right: 20px;
}

.international-logo img {
    width: 150px;
}

.international-content h4 {
    color: #38b6ff;
    font-size: 27px;
}

a.btn,
.international-content a {
    color: #fff !important;
    background-color: #006600;
    padding: 9px 28px;
    text-decoration: none;
    display: inline-block;
    text-align: center;
    font-size: 17px;
    margin-right: 10px;
    min-width: 170px;
    border: 1px solid #097c17;
}

a.btn:hover,
.international-content a:hover {

    background-color: #178517;
}

.cat-list-item {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 5px 0;
    /* border: 1px solid #bdbdbd; */
    padding: 10px 20px 10px 10px;
}

.cat-list-item-img {
    /* margin-right: 30px; */
    display: inline-block;
}

.cat-list-item-img img {
    /* max-width: 200px; */
    /* max-height: 130px; */
    /* width: auto; */
    /* height: auto; */
}

.cat-list-item-text {}

.cat-list-item-text .date {

    font-size: 12px;
    font-weight: 400;
}

.cat-list-item-text h4 {
    font-size: 18px;
    font-weight: bold;
}

.cat-list-item-text p {
    font-size: 16px;
    color: black;
}

.cat-list-item-svg {
    border: 1px solid #ccc;
    width: 40px;
    height: 40px;
    padding: 4px;
    border-radius: 50%;
    display: inline-block;
    justify-content: center;
    align-items: center;
}

.list-more-btn {

    text-align: center;
}

.cat-lists button {
    color: #fff !important;
    background-color: #006600;
    padding: 9px 28px;
    border-radius: 25px;
    text-decoration: none;
    display: inline-block;
    font-size: 18px;
    min-width: 200px;
    text-align: center;
    border: 1px solid #006600;
}



.report {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 20px 0;
    border: 1px solid black;
    padding: 10px 20px 10px 10px;
}

.report-img {
    margin-right: 30px;
}

.report-img img {
    width: 200px;
    height: 100%;
}

.report-text h4 {
    font-size: 18px;
    font-weight: bold;
    color: black;
}

.report-text p {
    font-size: 16px;
    color: black;
}

.report-svg {
    border: 1px solid #ccc;
    width: 40px;
    height: 40px;
    padding: 10px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.report-btn {
    margin: 20px 0;
    text-align: center;
}

.reports button {
    color: #fff !important;
    background-color: #006600;
    padding: 9px 28px;
    border-radius: 25px;
    text-decoration: none;
    display: inline-block;
    font-size: 18px;
    min-width: 200px;
    text-align: center;
    border: 1px solid #006600;
}

.category-home-page-list-1 h4 {
    color: black;
}

.all-reports .card img {
    max-width: 280px;
    max-height: 320px;
    height: auto;
    width: auto;
}

/**** category ****/

.cat h1 {
    text-align: center;
    padding-bottom: 30px;
}

.cat h2 {
    padding: 0px;
    font-size: 1rem;
}

.blue-link {
    color: #38b6ff;
}


/**** Virtual Care Leavers CafeÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¾ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ ****/
.center {
    margin: 0 auto;
    width: 80%;
    text-align: center;
}

.vclc .box {
    padding: 8px 15px;
    text-align: center;
    margin: 0 5%;
    background-color: #f1bbbb;
    border: 1px solid #f1bbbb !important;
}

.vclc .box h4 {
    color: black;
}

.vclc .box p,
.vclc .box h4 {
    padding: 0px;
    margin: 0;
}


.vclc .rpt {
    padding: 10px;
    text-align: center;
    margin: 10px 15px;
    background-color: #f1bbbb;
    border: 1px solid #f1bbbb !important;
}


.page .gridjs-head {
    text-align: center;
}

.page .gridjs-search {
    float: none;
}

.page p {
    text-align: justify;
}

.about-us-page .card {

    text-align: center;
}

.about-us-page .card img {
    max-width: 80%;
    padding: 10% 0;
    max-height: 120px;
    width: auto;
    height: auto;
}

.page .bg-gradient-translucent {
    background: linear-gradient(180deg, rgba(99, 102, 241, 0) 0%, rgb(241 151 99 / 60%) 120%);
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: -100;
    clip-path: polygon(0px 0px, 100% 0px, 100% 100%, 0px 100%);
}

.bg-image-full {
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center;
    background-size: cover;
    min-height: 500px;
}

/**** footer ****/

footer {
    background-color: gray;
    padding: 10px 0 50px 0;
    text-align: center;
}

.footer-content-svg {
    padding: 2px;

    margin: 0 auto 20px;
}

.footer-content-svg svg {
    color: #38b6ff;
    margin: 0 5px;
}

.footer-content-text h4 {
    color: #fff;
    font-weight: bold;
    font-size: 18px;
}

.footer-content-text p {
    color: #fff;
    font-size: 17px;
    margin: 0;
}

.footer-link {
    color: #38b6ff;
    text-decoration: none;
    cursor: pointer;
}

.footer-link:hover {
    color: #6ab4df;
}

.footer-content-text span {
    color: #fff;
    font-size: 14px;
}

.page {
    min-height: 450px;
}

.cat h1,
.page h1 {
    padding: 25px;
}


.page-voices .sub-haeding {
    color:
        black;
    font-size: 0.6em;
}

.page-voices .head {
    padding-bottom: 10px;
}

.page-voices .image {
    text-align: center;
}

.page-voices .image .round-image {
    width: 150px;
    height: 150px;
    background-size: cover;
    border: 1px solid #f1bbbb;
    display: inline-block;
    border-radius: 125px;
    -webkit-border-radius: 125px;
    -moz-border-radius: 125px;
}

.page-cat-thumb {
    max-height: 180px;
}

.page p {
    font-size: 1em;
}

.page-voice a.link {
    width: 100px;
}

.voices h2 {
    margin: 20px 0 10px 0;
}

#grid-wrapper th.gridjs-th {
    background-color: #f1bbbb;
    color: #000;
}

#grid-wrapper tbody tr:nth-child(even) td {
    background-color: #d48d8d4d;
}

/**** MEDIA ****/

@media (max-width: 1200px) {
    .banner h1 {
        max-width: 46%;
    }

    .about-us p {
        font-size: 13px;
    }

    .our-collective-mission-item {
        /* width: 254px; */
    }

    .our-collective-mission-item h2 {
        font-size: 27px;
    }

    .box-item h4 {
        font-size: 16px;
    }

    .slick-item-content p {
        font-size: 16px;
    }

    .cat-list-item-text p {
        font-size: 13px;
    }

    .cat-list-item {
        padding: 10px;
    }

    .report-text p {
        font-size: 13px;
    }

    .report {
        padding: 10px;
    }

    .page {
        min-height: 450px;
    }
}

@media (max-width: 992px) {
    .banner h1 {
        max-width: 65%;
    }

    .about-us p {
        font-size: 11px;
    }

    .our-collective-mission h3 {
        font-size: 21px;
    }

    .our-collective-mission-item {
        /* width: 196px; */
        /* padding: 50px 10px; */
    }

    .our-collective-mission-item svg {
        width: 50px;
        height: 50px;
    }

    .our-collective-mission-item h2 {
        font-size: 20px;
    }


    .box-item h4 {
        font-size: 11px;
    }

    .slick-item-content h4 {
        font-size: 17px;
    }

    .slick-item-content p {
        font-size: 12px;
    }

    .slick a {
        min-width: 185px;
        font-size: 14px;
    }

    .international-logo img {
        width: 117px;
    }

    .international-content h4 {
        font-size: 22px;
    }

    .international-content h3 {
        font-size: 21px;
    }

    .international-content a {
        font-size: 14px;
        min-width: 132px;
    }

    .cat-lists h3 {
        font-size: 21px;
    }

    .cat-lists button {
        font-size: 15px;
        min-width: 174px;
    }

    .reports h3 {
        font-size: 21px;
    }

    .reports button {
        font-size: 15px;
        min-width: 174px;
    }

    .footer-content-text h4 {
        font-size: 16px;
    }

    .footer-content-text p {
        font-size: 13px;
    }

    .footer-content-text span {
        font-size: 13px;
    }

    .cat-list-item {
        flex-wrap: wrap;
        justify-content: center;
    }

    .cat-list-item-img {
        /* margin-right: 0; */
        /* text-align: center; */
    }

    .cat-list-item-img img {
        /* width: 80%; */
        /* height: 80%; */
    }

    .cat-list-item-text h4 {
        /* text-align: center; */
        margin-top: 20px;
    }

    .cat-list-item-text p {
        font-size: 15px;
        /* text-align: center; */
    }

    .cat-list-item-text .btn-outline-secondary {
        display: none;
    }

    .report {
        flex-wrap: wrap;
        justify-content: center;
    }

    .report-img {
        margin-right: 0;
    }

    .report-img img {
        width: 100%;
        height: 100%;
    }

    .report-text h4 {
        text-align: center;
        margin-top: 20px;
    }

    .report-text p {
        font-size: 15px;
        text-align: center;
    }

    .page {
        min-height: auto;
    }
}

@media (max-width: 767px) {
    .banner h1 {
        max-width: 95%;
    }

    .about-us {
        padding: 0px;
        margin: 50px 0;
    }

    .about-us p {
        font-size: 17px;
        margin-top: 20px;
    }

    .our-collective-mission h3 {
        font-size: 20px;
        margin: 20px 0;
    }

    .cat-lists a,
    .cat-lists .col-sm-12,
    .slick-item a,
    .slick-item .col-sm-12 {
        display: block;
        text-align: center;
    }

    .our-collective-mission-item svg {
        width: 40px;
        height: 40px;
    }

    .our-collective-mission-item h2 {
        font-size: 19px;
    }

    .our-collective-mission-item img {
        width: 3em;
    }

    .box-items {
        flex-wrap: wrap;
    }

    .box-item h4 {
        font-size: 13px;
    }

    .box-item p {
        font-size: 13px;
    }

    .slick {
        padding: 30px;
    }

    .cat-lists {
        padding: 30px;
    }

    .reports {
        padding: 30px;
    }

    .reports h3 {
        margin-bottom: 50px;
    }

    .footer-content-text h4 {
        font-size: 14px;
    }

    .footer-content-text p {
        font-size: 9px;
    }

    .footer-content-text span {
        font-size: 11px;
    }

    .page {
        min-height: auto;
    }

}

@media (max-width: 801px) {

    .cat h2 {
        padding-top: 10px;
        text-align: center;
    }
}

@media (max-width: 525px) {
    .banner h1 {
        max-width: 96%;
        font-size: 23px;
    }

    .about-us p {
        font-size: 15px;
    }

    .our-collective-mission-item h2 {
        font-size: 16px;
    }

    .our-collective-mission-item img {
        width: 2em;
    }

    .our-collective-mission h3 {
        font-size: 18px;
    }

    .box-item h4 {
        font-size: 15px;
    }

    .box-item p {
        font-size: 17px;
    }

}

@media (max-width: 464px) {
    .banner h1 {
        max-width: 100%;
        font-size: 17px;
    }

    .about-us p {
        font-size: 14px;
    }

    .our-collective-mission-item {
        width: 109px;
    }

    .our-collective-mission-item svg {
        width: 30px;
        height: 30px;
    }

    .our-collective-mission-item h2 {
        font-size: 14px;
    }

    .slick {
        padding: 19px;
    }

    .slick-item-content p {
        font-size: 10px;
    }

    .international-content a {
        font-size: 12px;
        min-width: 117px;
    }

    .international-logo img {
        width: 100px;
    }

    .international-content h4 {
        font-size: 20px;
    }

    .international-content h3 {
        font-size: 19px;
    }

    .cat-list-item-text p {
        font-size: 13px;
    }

    .report-text p {
        font-size: 13px;
    }

    .footer-content-text h4 {
        font-size: 12px;
    }

    .footer-content-text p {
        font-size: 8px;
    }

    .footer-content-text span {
        font-size: 9px;
    }

}

@media (max-width: 408px) {
    .banner h1 {
        font-size: 14px;
    }

    .our-collective-mission-item {
        width: 90px;
        padding: 10px;
    }

    .our-collective-mission-item h2 {
        font-size: 12px;
    }

    .slick-item-content h4 {
        font-size: 14px;
    }

    .slick-item-content p {
        font-size: 11px;
    }

    .international-content a {
        font-size: 9px;
        min-width: 35px;
    }

    .footer-content-text h4 {
        font-size: 10px;
    }

    .footer-content-text p {
        font-size: 10px;
    }

}

@media (max-width: 393px) {
    .box-item a.link {
        font-size: 14px;
    }

    .about-us p {
        font-size: 12px;
    }

    .slick-item-content p {
        font-size: 10px;
    }

    .international {
        flex-wrap: wrap;
        text-align: center;
    }

    .banner h1 {
        font-size: 11px;
    }

    .banner a {
        padding: 7px 22px;
    }

}

@media (max-width: 360px) {
    .banner-img {
        padding: 120px 60px;
    }

    .banner h1 {
        font-size: 15px;
    }

    .our-collective-mission-item {
        width: 79px;
        padding: 6px;
    }

    .our-collective-mission-item svg {
        width: 20px;
        height: 20px;
    }

    .box-item a.link {
        font-size: 11px;
    }

    .footer-content-text p {
        margin: 10px 0;
    }

}









/* Slider */
.slick-slider {
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}

.slick-track:before,
.slick-track:after {
    display: table;

    content: '';
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
    max-height: 110px;
    width: auto;
    height: auto;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}