
.glide__arrows {
    position: absolute;
    z-index: 200;
}

.glide--horizontal .glide__arrows {
    top: 50%;
    left: 50%;
    width: 100%;
    max-width: 970px;
    height: 50px;
    margin: 0px auto;
    transform: translate(-50%, -50%);
}

.glide--vertical .glide__arrows {
    left: 50%;
    height: 88%;
    margin-top: 6%;
}

/*.glide--horizontal .glide__arrow {
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}*/

.glide--horizontal .glide__arrow.prev {
    left: 0;
}

.glide--horizontal .glide__arrow.next {
    right: 0;
}

.glide--vertical .glide__arrow {
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.glide--vertical .glide__arrow.prev {
    top: 0;
}

.glide--vertical .glide__arrow.next {
    bottom: 0;
}

.glide_slide a .glide__text.Textnormal{
    text-decoration: underline !important;
}

.glide__arrows .glide__arrow:focus {
    outline: none;
}

.glide__bullets {
    position: absolute;
    z-index: 2;
    list-style: none;
}

.glide--horizontal .glide__bullets {
    left: 0;
    width: 100%;
    text-align: center;
}

.glide--vertical .glide__bullets {
    top: 50%;
    right: 8%;
    width: 12px;
    height: auto;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.glide__bullets > * {
    display: inline-block;
    background-color: rgba(255, 255, 255, 0.5);
    width: 12px;
    height: 12px;
    padding: 0;
    cursor: pointer;
    border-radius: 50%;
    border: 2px solid transparent;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.glide--horizontal .glide__bullets > * {
    margin: 0 5px;
}

.glide--vertical .glide__bullets > * {
    vertical-align: middle;
}

.glide__bullets > *.active {
    background-color: white;
}

.glide__bullets > *:focus {
    outline: none;
}

.glide__bullets > *:hover,
.glide__bullets > *:focus {
    border: 2px solid white;
    background-color: rgba(255, 255, 255, 0.5);
}

.glide--slider .glide__arrow {
    opacity: 1;
    -webkit-transition: opacity 150ms ease;
    transition: opacity 150ms ease;
}

.glide .glide__arrow:hover {
    opacity: 1;
}

.glide--slider .glide__arrow.disabled {
    opacity: 0;
}

.glide {
    display: block;
    overflow: hidden;
    position: relative;
    max-width: 100%;
    width: 100%;
    /*height: 450px;*/
    height: auto;
    text-align: center;
    margin: 0px;
    padding: 0px;
    max-height: 450px;
}

.glide,
.glide img,
.glide__background,
.glide #Map,
.glide #Map * {
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
}

.glide--title {
    height: 450px !important;
}

.glide__wrapper {
    /*position: absolute;*/
    position: relative;
    width: 100%;
    height: 450px !important;
    overflow: hidden;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 100;
    margin: 0px auto;
    background-color: #FFFFFF;
    border-collapse: collapse;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.glide__slide {
    position: relative;
    display: block;
    width: 100%;
    /*height: 100%;*/
    height: auto;
    overflow: hidden;
    text-align: left;
}

.glide__overlay,
.glide__background {
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    z-index: 10;
    overflow: hidden;
    width: auto;
    height: auto;
    text-align: left;
    margin: auto;
}

.glide__background img {
    /*width: 100%;
    min-width: 100%;
    height: auto;
    /min-height: 100%;*/
    max-height: 100%;
    height: auto;
    width: auto;
    max-width: 100%;
    display: block;
    margin: auto;
}

.glide__background {
    position: relative;
    width: 100%;
    height: auto;
    overflow: visible;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    opacity: 1 !important;
}

.glide__overlay {
    z-index: 20;
    background: transparent url(../../images/layout/bg_overlay.png) repeat top left;
    display: none;
}

.glide__content {
    position: absolute;
    display: block;
    z-index: 50;
    box-sizing: border-box;
    opacity: 0;
    width: 300px;
    height: auto;
    top: 250px;
    right: 0px;
    margin: 0px;
    padding: 0px;
    transform: rotate(-90deg);
    text-align: left;
}

.Minimized .glide__content {
    transform: rotate(0deg);
    -webkit-transition: all 0.4s 0.4s ease-in-out;
    -moz-transition: all 0.4s 0.4s ease-in-out;
    -ms-transition: all 0.4s 0.4s ease-in-out;
    -o-transition: all 0.4s 0.4s ease-in-out;
    transition: all 0.4s 0.4s ease-in-out;
}

.glider__title,
.glider__subtitle,
.glider__button {
    display: block;
    opacity: 0;
    text-align: left;
    margin: 0px;
}

.glide__content,
.glider__title {
    -webkit-transition: opacity 0.4s 0.4s ease-in-out;
    -moz-transition: opacity 0.4s 0.4s ease-in-out;
    -ms-transition: opacity 0.4s 0.4s ease-in-out;
    -o-transition: opacity 0.4s 0.4s ease-in-out;
    transition: opacity 0.4s 0.4s ease-in-out;
}

.glider__subtitle {
    margin: 10px 0px 0px 0px;
    -webkit-transition: opacity 0.4s 0.8s ease-in-out;
    -moz-transition: opacity 0.4s 0.8s ease-in-out;
    -ms-transition: opacity 0.4s 0.8s ease-in-out;
    -o-transition: opacity 0.4s 0.8s ease-in-out;
    transition: opacity 0.4s 0.8s ease-in-out;
}

.glider__button {
    margin: 10px 0px 0px 0px;
    -webkit-transition: opacity 0.4s 1.2s ease-in-out;
    -moz-transition: opacity 0.4s 1.2s ease-in-out;
    -ms-transition: opacity 0.4s 1.2s ease-in-out;
    -o-transition: opacity 0.4s 1.2s ease-in-out;
    transition: opacity 0.4s 1.2s ease-in-out;
}

.glide__slide.active .glide__content,
.glide__slide.active .glider__title,
.glide__slide.active .glider__subtitle,
.glide__slide.active .glider__button {
    opacity: 1;
}

.glider__title,
.glider__subtitle {
    display: block;
    font-weight: bold;
    font-size: 36px;
    text-decoration: none;
    color: #FFFFFF;
    line-height: 36px;
    text-align: right;
    /*text-transform: uppercase;*/
}

.glider__title {
    text-transform: uppercase;
}

.glider__subtitle {
    font-size: 20px;
    line-height: 26px;
}

.glider__button {
    display: inline-block;
    font-family: "Humnst777 BT", Arial, Helvetica, Tahoma, Verdana, sans-serif;
    font-weight: bold;
    font-size: 14px;
    text-decoration: none;
    color: #FFFFFF;
    line-height: 20px;
    background: none;
    border: none;
    background-color: rgba(0, 0, 0, 1);
    padding: 4px 30px;
    /*text-transform: uppercase;*/
}

.glider__button:before {
    content: "\2192";
    display: inline-block;
    float: left;
    width: 15px;
    font-weight: normal;
    font-size: 14px;
    text-decoration: none;
    color: #FFFFFF;
    line-height: 16px;
    margin: 0px 5px 0px -20px;
    padding: 0px 0px 4px 0px;
}

a.glider__title,
a.glider__subtitle,
a.glider__button {
    text-decoration: none;
}

a.glider__title:hover,
a.glider__subtitle:hover,
a.glider__button:hover {
    text-decoration: none;
    opacity: 0.7;
}

a.glider__button:hover {
    color: #299dd4;
}

a.glider__title:before,
a.glider__subtitle:before {
    content: "";
    display: none;
}

.glide__arrow {
    display: block;
    position: absolute;
    overflow: hidden;
    width: 50px;
    height: 50px;
    border: none;
    top: 0px;
    left: 0px;
    margin: 0px 10px;
    padding: 0px;
    cursor: pointer;
    z-index: 200;
    opacity: 0.5;
}

.glide__arrow.prev {
    background: transparent url(../../images/layout/glider_left.svg) no-repeat center left;
}

.glide__arrow.next {
    left: initial;
    left: auto;
    right: 0px;
    background: transparent url(../../images/layout/glider_right.svg) no-repeat center right;
}

.glide__arrow:hover {
    opacity: 1;
}

.glide__start {
    display: block;
    position: absolute;
    z-index: 200;
    width: auto;
    height: auto;
    overflow: hidden;
    left: 0px;
    right: 0px;
    bottom: 0px;
    margin: 0px;
    padding: 0px;
    text-align: center;
    background: transparent;
}

.glide__start a {
    display: inline-block;
    width: 75px;
    height: 75px;
    margin: 10px;
    background: transparent url(../../images/layout/glider_down.png) no-repeat center;
    background-size: contain;
    text-decoration: none;
    opacity: 0.5;
}

.glide__start a:before {
    content: "";
    display: none;
}

.glide__start a:hover {
    text-decoration: none;
    opacity: 1;
}

.glide__bullets {
    position: absolute;
    width: 575px;
    height: 20px;
    display: block;
    right: 275px;
    bottom: 15px;
    z-index: 300;
    text-align: right;
    padding: 0px;
    margin: 0px;
    background: none;
    list-style-image: none;
}

.glide__bullets.long {
    right: 10px;
    width: 810px;
    text-align: right;
}

.glide__bullets .glide__bullet {
    margin: 0px 5px;
    width: 20px;
    height: 20px;
    font-size: 20px;
    line-height: 20px;
    padding: 0px 10px;
    border-radius: none;
    border: none;
    background: transparent url(../../images/layout/bg_glider_bullet.png) no-repeat center;
}

.glide__bullets .glide__bullet.active {
    background: transparent url(../../images/layout/icons/bullet_blue.png) no-repeat center;
}

.glide__bullets .glide__bullet:hover {
    background: transparent url(../../images/layout/icons/bullet_blue.png) no-repeat center;
}

.glide--map {
    height: 600px !important;
}

.glide--gallery {
    margin: 20px -5px 0px -5px;
    overflow: visible;
}

.glide--gallery .glide__gallery__box {
    display: block;
    margin: 0px 5px 0px 5px;
    overflow: visible;
    width: auto;
    height: auto;
    box-sizing: border-box;
}

.glide--gallery .glide__arrow {
    margin-top: -15px;
    margin-right: 30px;
    margin-left: 30px;
}

.glide--gallery .glide__gallery__box img {
    display: block;
    width: auto;
    max-width: 100%;
    height: auto;
    margin: 0px auto;
    box-sizing: border-box;
    border: 1px solid #000000;
}

.glide--gallery .glide__gallery__box span {
    display: block;
    height: 30px;
}

@media only screen and (max-width: 900px) {
    .glide,
    .glide--title,
    .glide--map,
    .glide__wrapper {
        height: auto !important;
    }

    .glide__background2 img {
        margin: auto;
        width: auto !important;
        height: 100% !important;
        object-fit: cover;
    }

    #Glider{
        transform: translateY(0px) !important;
    }

    .glide__content{
        transform:rotate(0deg);
        margin: auto;
        top:0;
        bottom: 0;
        left: 0;
        right: 0;
    }
}

@media only screen and (max-width: 1280px) {
    .glide__background2 img {
        position: relative;
        left: 50%;
        margin: auto;
        width: auto !important;
        height: 100% !important;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    }
}