@charset "utf-8";

/* 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; width: 100%; display: block; overflow: hidden; margin: 0; padding: 0; }
.slick-list:focus { outline: none; }
.slick-list.dragging { cursor: pointer; }
.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; display: flex; flex-flow: row nowrap; justify-content: center; }
.slick-track:before, .slick-track:after { display: table; content: ''; }
.slick-track:after { clear: both; }
.slick-loading .slick-track { visibility: hidden; }
.slick-slide { min-height: 1px; }
[dir='rtl'] .slick-slide { float: right; }
.slick-slide img { display: block; }
.slick-slide.slick-loading img { display: none; }
.slick-slide.dragging img { pointer-events: none; }
.slick-loading .slick-slide { visibility: hidden; }
.slick-vertical .slick-slide { display: block; height: auto; border: 1px solid transparent; }
.slick-arrow.slick-hidden { display: none; }

.slick-loading .slick-list { background: #FFF url('./ajax-loader.gif') center center no-repeat; }

/* Arrows */
.slick-prev, .slick-next { font-size: 0; line-height: 0; position: absolute; top: 50%;  display: block;  width: 20px; height: 20px; padding: 0; -webkit-transform: translate(0, -50%); -ms-transform: translate(0, -50%); transform: translate(0, -50%); cursor: pointer; color: #333; border: none; outline: none; background: transparent; }
.carousel-gallery-wrap .slick-prev, .carousel-gallery-wrap .slick-next { -webkit-transform: translate(0, -100%); -ms-transform: translate(0, -100%); transform: translate(0, -100%);  }
.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus { outline: none; color: #333; background: #111; }
.slick-prev:hover:before, .slick-prev:focus:before, .slick-next:hover:before, .slick-next:focus:before { opacity: 1; }
.slick-prev.slick-disabled:before, .slick-next.slick-disabled:before { opacity: .25; }
.slick-prev:before, .slick-next:before { font-size: 20px; line-height: 1;  opacity: .75; color: white; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
.slick-prev { left: -25px; }
[dir='rtl'] .slick-prev { right: -25px; left: auto; }
.slick-prev:before { content: '←'; }
[dir='rtl'] .slick-prev:before { content: '→'; }
.slick-next { right: -25px; }
[dir='rtl'] .slick-next { right: auto; left: -25px; }
.slick-next:before { content: '→'; }
[dir='rtl'] .slick-next:before { content: '←'; }

/* Dots */
.slick-dotted.slick-slider { margin-bottom: 30px; }
.slick-dots { position: absolute; bottom: -40px; display: block; width: 100%; padding: 0; margin: 0; list-style: none; text-align: center; left: 50%; -webkit-transform: translateX(-50%); -ms-transform: translateX(-50%); transform: translateX(-50%); }
.slick-dots li { position: relative; display: inline-block; width: 20px; height: 20px; margin: 0 5px; padding: 0; cursor: pointer; }
.slick-dots li button { font-size: 0; line-height: 0; display: block; width: 20px; height: 20px; padding: 5px; cursor: pointer; color: transparent; border: 0; outline: none; background: transparent; }
.slick-dots li button:hover, .slick-dots li button:focus { outline: none; }
.slick-dots li button:hover:before, .slick-dots li button:focus:before { opacity: 0.5; }
.slick-dots li button:before { font-size: 6px; line-height: 20px; position: absolute; top: 0; left: 0; width: 20px; height: 20px; text-align: center; opacity: .25; color: black; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
.slick-dots li.slick-active button:before { opacity: .75; color: black; }

/* User Styles */
.image-gallery-wrap, .vendor-gallery-wrap { position: relative; width: 100%; background: #FFF; margin: 0 auto; padding: 40px 0; overflow: hidden; }
.vendor-gallery-wrap { padding: 0; }
.vendor-gallery-wrap p { display: block; margin-bottom: 10px; }
.vendor-gallery-wrap p:last-of-type { margin-top: 5px; }
.image-gallery-heading, .vendor-gallery-heading { position: relative; width: 90%; margin: 0 auto; padding: 0 0 30px; text-align: center; }
.vendor-gallery-heading { margin-bottom: 0; }
.image-gallery-heading > h2, .vendor-gallery-heading > h2 { position: relative; display: inline-block; padding: 0 15px; margin: 50px 0 0; }
.image-gallery-heading > h2::before, .vendor-gallery-heading > h2::before, .image-gallery-heading > h2::after, .vendor-gallery-heading > h2::after { position: absolute; display: block; top: 50%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); left: -15px; width: 15px; height: 3px; content: ""; background: #333; }
.image-gallery-heading > h2::after, .vendor-gallery-heading > h2::after { left: auto; right: -15px; }
.vendor-gallery-tagline { position: relative; display: block; font-size: 24px; color: #114098; font-weight: 500; margin-bottom: 25px; }
.image-gallery-heading span::after { margin: 0 auto 25px; }
.image-gallery-heading img { max-height: 80px; }
.image-gallery-wrap > h2, .vendor-gallery-wrap > h2 { padding: 0 30px; margin-bottom: 20px; font-size: 32px; line-height: 1.3 !important; }
.image-gallery-container, .vendor-gallery-container { position: relative; width: 90%; padding: 0 0 20px; margin: 0 auto; text-align: center; }
.vendor-gallery-container { padding: 0; }
.image-gallery-border-fix { position: absolute; top: 0; width: 1px; height: 100%; content: ""; background: #FFF; }
.image-gallery, .vendor-gallery { height: auto !important; text-align: center; display: flex; flex-direction: row; justify-content: center; margin: 0 0 35px; }
.slick-track { display: flex; flex-flow: row wrap; justify-content: center; align-items: center; }
.image-gallery-container img, .vendor-gallery-container img { width: auto; max-width: calc(100% - 40px); height: auto; max-height: 220px; margin: 0 auto; padding: 0 20px; object-fit: contain; object-position: top center; }
.vendor-gallery-container img { max-height: 60px; }
.vendor-gallery-container img.adj-img { max-height: 90px; }
.image-gallery-thumb { position: relative; margin: 0 auto; line-height: 0; display: flex; flex-direction: column; justify-content: center; flex: 1 1 auto; }
.image-gallery-thumb::after { /*display: block; content: ""; position: absolute; width: 1px; height: 100%; top: 0px; right: -1px; background: linear-gradient(to right, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0));*/ }
.image-gallery-thumb h2 { margin: 2px 10px; padding: 0; background: #FFF; color: #555; font-size: 16px; box-shadow: 0 0 0 1px #DDD; border-radius: 6px; display: flex; flex-direction: column; flex: 1 1 auto; transition: all .05s linear; overflow: hidden; }
.image-gallery-thumb:hover h2 { box-shadow: 0 0 0 2px #114098; }
.image-gallery-thumb a { color: #555; display: flex; flex-direction: column; justify-content: space-between; align-items: center; flex: 1 1 auto; }
.image-gallery-thumb a span { display: block; }
.image-gallery-thumb a span:first-of-type { height: 190px; display: flex; flex-direction: column; justify-content: center; align-items: center; }
.image-gallery-thumb a span:last-of-type { width: calc(100% - 40px); padding: 15px 20px; background: #FFF; font-size: 1em; line-height: 1.4; word-wrap: break-word; color: #555; margin-bottom: 0; line-height: 1.4; transition: all .05s linear; flex: 1 1 auto; }
.image-gallery-thumb:hover a span:last-of-type { /*background: #e83f46; color: #FFF; border-color: #e83f46;*/ }
.image-gallery-thumb a span:last-of-type i { font-size: .7em; vertical-align: top; margin-top: 5px; }

.carousel-gallery-wrap { position: relative; width: 100%; margin: 0 auto; padding: 0; overflow: hidden; z-index: 1; border-bottom: 1px solid #CCC; }
.carousel-gallery-wrap.is-featured { background: #F9F9F9; }
.carousel-gallery-wrap.is-testimonials { }
.carousel-gallery-heading { position: relative; width: calc(100% - 60px); padding: 20px 30px; background: #114098; text-align: center; font-weight: 500; }
.carousel-gallery-heading h2 { font-size: 30px; margin: 0; color: #FFF; font-weight: 500; line-height: 1.2 !important; }
.carousel-gallery-heading p { color: #FFF; margin-bottom: 0; }
.carousel-gallery-container { position: relative; width: 100%; padding: 20px 0 40px; margin: 0 auto; text-align: center; }
.carousel-gallery-wrap.is-testimonials .carousel-gallery-container { padding-bottom: 0; }
.carousel-gallery-border-fix { position: absolute; top: 0; width: 1px; height: 100%; content: ""; background: #FFF; z-index: 1; }
.carousel-gallery-wrap .carousel-gallery-border-fix { background: transparent; }
.carousel-gallery { opacity: 0; height: auto !important; text-align: center; display: flex; flex-direction: row; justify-content: center; }
.carousel-gallery-container img { width: 100%; max-width: none; height: auto; max-height: none; margin: 0 auto; object-fit: contain; }
.carousel-gallery-thumb { position: relative; width: 100%; margin: 0; line-height: 0; display: flex; flex-direction: column; flex: 1 1 auto; }
.carousel-gallery-thumb::after { display: none; display: block; content: ""; position: absolute; width: 1px; height: 100%; top: 0px; right: -1px; background: linear-gradient(to right, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0)); }
.carousel-gallery-wrap .carousel-gallery-thumb::after { display: none; background: linear-gradient(to right, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0)); }
.carousel-gallery-thumb h2 { margin: 0; padding: 0 30px; color: #555; font-size: 16px; display: flex; flex-direction: column; flex: 1 1 auto; }
.carousel-gallery-thumb a { color: #555; display: flex; flex-direction: column; justify-content: space-between; align-items: center; flex: 1 1 auto; }
.carousel-gallery-thumb a span.carousel-gallery-img { flex: 1 1 auto; margin-bottom: 25px; }
.carousel-gallery-wrap .carousel-gallery-thumb a span.carousel-gallery-img { width: 100%; padding-bottom: 25px; background: #FFF; border-bottom: 1px solid #999; }
.carousel-gallery-thumb a span.carousel-gallery-title { width: 100%; text-align: center; font-size: 1em; color: #555; margin-bottom: 0; line-height: 1.4; }
.carousel-gallery-wrap .carousel-gallery-thumb a span.carousel-gallery-title { font-size: 18px; font-weight: 600; color: #111; }
.carousel-gallery-thumb:hover a span.carousel-gallery-title { color: #111; }
.carousel-gallery-thumb a span.carousel-gallery-title i { font-size: .7em; vertical-align: top; margin-top: 5px; }

.carousel-gallery-content { position: relative; width: calc(100% - 60px); padding: 30px 0 40px; margin: 0 auto; background: #FFF; border: 1px solid #999; flex: 1 1 auto; }
.carousel-gallery-btn { position: absolute; display: inline-block; bottom: -20px; padding: 0 20px; background: #252525; color: #333; font-size: 12px; font-weight: 600; line-height: 40px; box-shadow: 1px 3px 12px 0 rgba(0,0,0,0.4); left: 50%; -webkit-transform: translateX(-50%); -ms-transform: translateX(-50%); transform: translateX(-50%); }

.carousel-gallery-testimonial { position: relative; width: 90%; max-width: 1000px; margin: 0 auto; padding-top: 40px; }
.carousel-gallery-testimonial::before { position: relative; display: block; content: '"'; font-size: 60px; font-weight: 700; color: #333; padding-bottom: 20px; }
.carousel-gallery-testimonial p:last-of-type { margin-bottom: 0; }

.testimonial-review, .testimonial-customer, .testimonial-date { position: relative; color: #333; font-size: 16px; font-weight: 500; }
.testimonial-review { margin-bottom: 0; color: #333; line-height: 1.2; font-style: italic; }

.slick-prev, .slick-next { width: 30px; height: 30px; z-index: 2; color: #333; background: #666; border-radius: 100%; }
.slick-prev { padding-left: 2px; }
.slick-next { padding-right: 2px; }
.slick-prev::before, .slick-next::before { opacity: 1 !important; width: 10px; height: 10px; color: #333; position: relative; top: 0; left: 0; display: inline-block; vertical-align: top; content: ''; border-style: solid; border-width: 0.10em 0.10em 0 0; opacity: 0.2; }
.slick-prev::before { transform: rotate(-135deg); }
.slick-next::before { transform: rotate(45deg); }
.slick-prev, [dir='rtl'] .slick-prev { left: -5%; }
.slick-next, [dir='rtl'] .slick-next:before { right: -4.7%; }
.slick-dots li { width: 14px; height: 14px; border-radius: 3px; background: #114098; }
.slick-dots li.slick-active, .slick-dots li:hover { border-color: #010101; background: #010101; }

.image-gallery-readmore, .image-gallery-wrap .button, .image-gallery-wrap .buttons, .vendor-gallery-wrap .button, .vendor-gallery-wrap .buttons { margin-top: 10px; }
.image-gallery-readmore { text-align: center; text-transform: uppercase; font-weight: 700; }
.image-gallery-readmore a { position: relative; display: inline-block; padding-bottom: 6px; color: #333; }
.image-gallery-readmore a:hover { color: #114098; }
.image-gallery-readmore a::after { position: absolute; bottom: 0; left: 0; right: 0; width: 100px; margin: 0 auto; height: 2px; content: ""; background: #016300; }

.carousel-gallery-wrap .content-left-right { width: 90%; padding: 80px 0; align-items: center; }

.vendor-gallery-wrap .buttons.center { width: 90%; margin: 0 auto; }

@media screen and (max-width : 1800px) {
    .carousel-gallery-wrap > h2 { margin: 0 5%; }
}
@media screen and (max-width : 1600px) {
    .image-gallery-container, .vendor-gallery-container { width: 90%; }
    .slick-prev, [dir="rtl"] .slick-prev { left: -3.5%; }
    .slick-next, [dir="rtl"] .slick-next::before { right: -3.5%; }
}
@media screen and (max-width : 1000px) {
    .carousel-gallery-wrap > h2 { font-size: 28px; text-align: center; }
    .image-gallery-container, .vendor-gallery-container { width: 90%; }
    .slick-prev, [dir="rtl"] .slick-prev { left: -7.5%; }
    .slick-next, [dir="rtl"] .slick-next::before { right: -7.5%; }
    .vendor-logos-wrap { padding: 45px 0 30px; }
    .image-gallery-heading > h2, .vendor-gallery-heading > h2 { padding: 0; }
    .image-gallery-heading > h2::before, .vendor-gallery-heading > h2::before, .image-gallery-heading > h2::after, .vendor-gallery-heading > h2::after { display: none; }
    .image-gallery, .vendor-gallery { justify-content: flex-start; }
    .vendor-gallery-wrap .buttons.center ul { justify-content: flex-start !important; }
    .image-gallery-container img, .vendor-gallery-container img { }
    .carousel-gallery-wrap .content-left-right { flex-direction: column; }
    .carousel-gallery-wrap .content-left-right .content-left, .carousel-gallery-wrap .content-left-right .content-right { width: 100%; }
    .carousel-gallery-wrap .content-left-right { padding: 0 0 40px; }
    .carousel-gallery-wrap .content-right { padding-top: 40px; }
}
@media screen and (max-width : 900px) {
}
@media screen and (max-width : 768px) {
	.slick-prev, [dir="rtl"] .slick-prev { left: -13.5%; }
	.slick-next, [dir="rtl"] .slick-next::before { right: -13.5%; }
}
