@charset 'UTF-8';

/* Slider */
.gallery_container {
    position: relative;
    background: var(--color_slider_bg);
}
.gallery_wrapper {
    position: relative;
    margin:0 auto;
    max-width:1200px;
    border-bottom: 3px solid var(--color_corporate_3);
}
.slick-loading .slick-list
{
    background: #fff url('./ajax-loader.gif') center center no-repeat;
}
.slick-slider {
    
}
.slick-slider div {
    position:relative !important;
    max-height:100vh !important;
    overflow: hidden !important;
}
.slick-slider div img {
    width:100%;
    height:100%;
}
.gallery-nav-wrapper {
    position: absolute;
    bottom:0;
    width:100%;
    padding:30px 15px 18px 15px;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#7db9e8+0,000000+100&0+0,0.5+100 */
    background: -moz-linear-gradient(top,  rgba(125,185,232,0) 0%, rgba(0,0,0,0.5) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(125,185,232,0) 0%,rgba(0,0,0,0.5) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(125,185,232,0) 0%,rgba(0,0,0,0.5) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#007db9e8', endColorstr='#80000000',GradientType=0 ); /* IE6-9 */
}
.gallery-nav .slick-slide {
    margin:0 4px;
}
.gallery-nav .slick-slide img {
    opacity: 0.8;
    cursor: pointer;
    border:3px solid transparent !important;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
}
.gallery-nav .slick-current img {
    opacity: 1;
    cursor: pointer;
    border:3px solid var(--color_corporate_3) !important;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
}
.gallery_caption {
    position: absolute;
    display: block;
    width:100%;
    padding:15px 20px 25px 20px;
    z-index: 999;
    top: 0;
    left:0;
    color:var(--color_white);
    font-family: var(--font_caps_1);
    text-transform: uppercase;
    font-size:24px;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,7db9e8+100&0.5+0,0+100 */
    background: -moz-linear-gradient(top,  rgba(0,0,0,0.5) 0%, rgba(125,185,232,0) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(0,0,0,0.5) 0%,rgba(125,185,232,0) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(0,0,0,0.5) 0%,rgba(125,185,232,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#80000000', endColorstr='#007db9e8',GradientType=0 ); /* IE6-9 */
}


/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url('./fonts/slick.eot');
    src: url('./fonts/slick.eot?#iefix') format('embedded-opentype'), url('./fonts/slick.woff') format('woff'), url('./fonts/slick.ttf') format('truetype'), url('./fonts/slick.svg#slick') format('svg');
}
/* 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: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-next:hover
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-next:hover:before
{
    opacity: 1;
    color:var(--color_corporate_2);
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
    display: none;
}

.slick-prev:before,
.slick-next:before
{
    font-family: var(--font_arrows);;
    font-size: 50px;
    line-height: 1;

    opacity: 1;
    color:var(--color_corporate_4);

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;

    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.slick-prev
{
    left:-60px;
}
[dir='rtl'] .slick-prev
{
    right: -60px;
    left: auto;
}
.slick-prev:before
{
    content: '\2039';
}
[dir='rtl'] .slick-prev:before
{
    content: '\2039';
}

.slick-next
{
    right: -60px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -60px;
}
.slick-next:before
{
    content: '\203A';
}
[dir='rtl'] .slick-next:before
{
    content: '\203A';
}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 0px;
}

.slick-dots
{
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#7db9e8+0,000000+100&0+0,0.5+100 */
    background: -moz-linear-gradient(top,  rgba(125,185,232,0) 0%, rgba(0,0,0,0.5) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(125,185,232,0) 0%,rgba(0,0,0,0.5) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(125,185,232,0) 0%,rgba(0,0,0,0.5) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#007db9e8', endColorstr='#80000000',GradientType=0 ); /* IE6-9 */

    position: absolute;
    bottom: 0;

    display: block;

    width: 100%;
    padding: 0 0 25px 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 12px;
    height: 12px;
    margin: 0 4px;
    padding: 0;

    cursor: pointer;
    -moz-border-radius: 12px;
    -webkit-border-radius: 12px;
    border-radius: 12px;
}
.slick-dots li:before {
    margin-left: 0px;
    margin-right: 0px;
    content: "";
    color: var(--color_corporate_1);
    display: none;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 12px;
    height: 12px;
    padding: 0px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: var(--color_white);
    -moz-border-radius: 12px;
    -webkit-border-radius: 12px;
    border-radius: 12px;
}
.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: 1;
}
.slick-dots li button:before
{
    /*font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    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;*/
}



/*  responsive  ==================================================================== */
@media screen and (max-width: 1310px) {
    
.slick-prev,
.slick-next {
    display: none !important;
}

}

@media screen and (max-width: 900px) {

.gallery-nav-wrapper {
    position: relative;
    padding:12px 10px 12px 10px;
    background: none;
    background: var(--color_slider_bg);
}
.gallery-nav .slick-slide {
    margin:0 2px;
}
.gallery-nav .slick-slide img {
    border:2px solid transparent !important;
}
.gallery-nav .slick-current img {
    border:2px solid var(--color_corporate_3) !important;
}

}

@media screen and (max-width: 450px) {
.gallery_caption {
    font-size: 21px;
    display: none;
}
}