﻿@import "hotspot-map.css";

html,
body {
    height: 100%;
    text-align: left;
}
/*Hide thumbanil image in image gallery*/
.pointer-wrapper .pointer__thumbnails {
    display: none;
}

.hs-spot {
    transition: transform 150ms;
    -webkit-transition: transform 150ms;
}

    .hs-spot.large {
        transform: scale(1.5);
        -webkit-transform: scale(1.5);
    }

    .hs-spot.visible .hs-spot-shape-inner {
        background: url(Images/hypocycloid.png);
        background-repeat: no-repeat;
        background-size: contain;
        height: 44px;
        width: 44px;
        left: 9px;
        top: 9px;
    }

@media only screen and (min-width: 992px) {
    .hs-spot.visible .hs-spot-shape-inner {
        height: 50px;
        width: 50px;
    }
}

.hs-spot-object {
    height: 44px !important;
    width: 44px !important;
}

@media only screen and (min-width: 992px) {
    .hs-spot-object {
        height: 50px !important;
        width: 50px !important;
    }
}

.hs-spot.visible .hs-spot-shape {
    border: none;
    background: none;
}

section.pointer__hero {
    margin-bottom: 44px;
}

@media only screen and (min-width: 768px) {
    section.pointer__hero {
        margin-bottom: 0;
        position: relative;
        overflow: hidden;
    }
}

@media only screen and (min-width: 2000px) {
    section.pointer__hero {
        max-height: 980px;
    }
}

.pointer-wrapper {
    background: #303030;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
    overflow: hidden;
    /*min-height: 80vw;*/
}

    .pointer-wrapper .slick-dots {
        background: #303030;
        bottom: -25px;
    }

    .pointer-wrapper.initialized #pointer-main-title {
        opacity: 1;
    }

@media only screen and (min-width: 992px) {
    .pointer__thumbnails .slick-slider {
        margin-bottom: 1px;
    }
}

@media only screen and (max-width: 767px) {
    .pointer-wrapper {
        background-size: 175px;
        background-position: center 40px;
    }

    #pointer-main-title {
        bottom: 14px!important;
    }

    .slick-slider {
        margin-bottom: 31px !important;
    }

    .pointer__thumbnails .slick-slider {
        margin-bottom: 16px !important;
    }

    section.pointer__hero {
        margin-bottom: 58px;
    }
}

#pointer-main-title {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 130px;
    opacity: 0;
    z-index: 999;
    color: white;
    text-transform: uppercase;
    padding: 15px 60px 60px 0;
    pointer-events: none;
    font-size: 40px;
}

    #pointer-main-title #pointer-title {
        opacity: 0;
        font-weight: 900;
        line-height: 0.95em;
        pointer-events: none;
        margin-left: 20px;
    }

    #pointer-main-title .photo-caption {
        position: absolute;
        bottom: 50px;
        left: 20px;
        padding-left: 5px;
        font-size: 0.9em;
    }

        #pointer-main-title .photo-caption #pointer-photo-headline {
            font-size: 0.62em;
            font-weight: bold;
            pointer-events: none;
            white-space: nowrap;
        }

        #pointer-main-title .photo-caption #pointer-photo-subhead {
            line-height: 0.95em;
            font-size: 0.22em;
            font-weight: lighter;
            pointer-events: none;
        }

    #pointer-main-title #pointer-photo-set-wrapper {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        font-size: 0.297em;
        font-weight: lighter;
        line-height: 1em;
        background: rgba(0, 0, 0, 0.6);
    }

        #pointer-main-title #pointer-photo-set-wrapper > * {
            display: inline-block;
            vertical-align: middle;
        }

        #pointer-main-title #pointer-photo-set-wrapper #pointer-photo-set {
            padding: 0;
            margin: 0;
            line-height: 44px;
            font-size: 1.3em;
        }

        #pointer-main-title #pointer-photo-set-wrapper .photo-set-prev,
        #pointer-main-title #pointer-photo-set-wrapper .photo-set-next {
            width: 25px;
            height: 40px;
            text-transform: none;
            text-align: center;
            line-height: 51px;
            opacity: 0.5;
            pointer-events: auto;
            cursor: pointer;
            transition: opacity 150ms;
            position: relative;
        }

            #pointer-main-title #pointer-photo-set-wrapper .photo-set-prev:hover,
            #pointer-main-title #pointer-photo-set-wrapper .photo-set-next:hover {
                opacity: 1;
            }

            #pointer-main-title #pointer-photo-set-wrapper .photo-set-prev:before,
            #pointer-main-title #pointer-photo-set-wrapper .photo-set-next:before {
                position: absolute;
                top: 50%;
                margin-top: -10px;
                line-height: 20px;
                font-family: 'FontAwesome';
                text-transform: none;
                color: white;
                content: '\f054';
                font-size: 20px;
                text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.8);
            }

            #pointer-main-title #pointer-photo-set-wrapper .photo-set-next:before {
                right: 2px;
            }

            #pointer-main-title #pointer-photo-set-wrapper .photo-set-prev:before {
                left: 2px;
                content: '\f053';
            }

@media only screen and (min-width: 340px) {
    #pointer-main-title {
        font-size: 44px;
    }
}

@media only screen and (min-width: 480px) {
    #pointer-main-title {
        /*top: 25px;*/
        font-size: 10vw;
        padding: 0 60px 60px 0;
    }

        #pointer-main-title #pointer-title {
            margin-left: 60px;
        }

        #pointer-main-title .photo-caption {
            bottom: 70px;
            left: 60px;
            font-size: 1em;
        }
}

@media only screen and (min-width: 768px) {
    #pointer-main-title {
        bottom: 0;
        font-size: 8vw;
    }

        #pointer-main-title .photo-caption {
            bottom: 60px;
        }

        #pointer-main-title #pointer-photo-set-wrapper #pointer-photo-set {
            position: relative;
            top: 2px;
        }

        #pointer-main-title #pointer-photo-set-wrapper .photo-set-next:before {
            right: 7px;
        }

        #pointer-main-title #pointer-photo-set-wrapper .photo-set-prev:before {
            left: 10px;
        }

        #pointer-main-title #pointer-photo-set-wrapper .photo-set-prev,
        #pointer-main-title #pointer-photo-set-wrapper .photo-set-next {
            width: 44px;
            height: 44px;
        }

            #pointer-main-title #pointer-photo-set-wrapper .photo-set-prev:before,
            #pointer-main-title #pointer-photo-set-wrapper .photo-set-next:before {
                font-size: 30px;
                margin-top: -14px;
                line-height: 30px;
            }
}

@media only screen and (min-width: 992px) {
    #pointer-main-title {
        padding: 0px 60px 60px 0;
        /*top: 75px;*/
        font-size: 8vw;
    }

        #pointer-main-title .photo-caption {
            bottom: 70px;
        }
}

@media only screen and (min-width: 1340px) {
    #pointer-main-title {
        /*top: 125px;*/
        font-size: 7vw;
    }

        #pointer-main-title #pointer-photo-set-wrapper #pointer-photo-set {
            font-size: 1.15em;
        }
}

@media only screen and (min-width: 1450px) {
    #pointer-main-title {
        font-size: 7vw;
    }
}

@media only screen and (min-width: 2000px) {
    #pointer-main-title {
        font-size: 7vw;
    }

        #pointer-main-title #pointer-photo-set-wrapper .photo-set-prev:before,
        #pointer-main-title #pointer-photo-set-wrapper .photo-set-next:before {
            font-size: 34px;
            line-height: 34px;
            margin-top: -17px;
        }

        #pointer-main-title #pointer-photo-set-wrapper #pointer-photo-set {
            font-size: .85em;
            top: 0;
        }
}

#pointer-main-carousel {
    /*margin-bottom: 0;*/
    max-height: 55vw;
    overflow: hidden;
}

    #pointer-main-carousel .photo {
        background-position: top right;
        background-size: cover;
        background-repeat: no-repeat;
        cursor: pointer;
    }

        #pointer-main-carousel .photo img {
            width: 100%;
            max-width: 100%;
            height: auto;
            position: relative;
        }

    #pointer-main-carousel:hover .slick-prev,
    #pointer-main-carousel:hover .slick-next {
        opacity: 1;
    }

    #pointer-main-carousel .slick-prev,
    #pointer-main-carousel .slick-next {
        height: 50px;
        width: 50px;
        top: 50%;
        margin-top: -25px;
        opacity: 0;
    }

        #pointer-main-carousel .slick-prev:before,
        #pointer-main-carousel .slick-next:before {
            opacity: 1;
            color: white;
            content: '\f054';
            font-size: 50px;
            text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
        }

    #pointer-main-carousel .slick-prev {
        left: 0;
    }

    #pointer-main-carousel .slick-next {
        right: 0;
    }

    #pointer-main-carousel .slick-list {
        height: auto !important;
    }

@media only screen and (max-width: 480px) {
    #pointer-main-carousel {
        max-height: none;
    }

        #pointer-main-carousel .slick-prev,
        #pointer-main-carousel .slick-next {
            opacity: 0 !important;
        }
}

@media only screen and (min-width: 480px) {
    #pointer-main-carousel .slick-prev,
    #pointer-main-carousel .slick-next {
        opacity: 1;
    }
}

@media (max-height: 830px) and (min-width: 1340px) {
    #pointer-main-carousel {
        max-height: 640px;
    }
}

@media (max-height: 1080px) and (min-width: 1340px) {
    #pointer-main-carousel {
        max-height: 660px;
    }
}

@media only screen and (min-width: 1450px) {
    #pointer-main-carousel {
        max-height: 850px;
    }
}

@media only screen and (min-width: 2000px) {
    #pointer-main-carousel {
        max-height: none;
    }
}

@media only screen and (max-width: 767px) {
    #pointer-main-carousel {
        min-height: 25vw;
    }
}

#pointer-thumbs-carousel .thumbnail {
    max-height: 100px;
    overflow: hidden;
    cursor: pointer;
    border: 2px solid white;
    border-color: #303030;
}

    #pointer-thumbs-carousel .thumbnail img {
        width: 266px;
        height: 130px;
        min-height: 100%;
    }

#pointer-thumbs-carousel .slick-prev:before,
#pointer-thumbs-carousel .slick-next:before {
    color: white;
}

#pointer-thumbs-carousel .slick-prev {
    left: 0;
}

#pointer-thumbs-carousel .slick-next {
    right: 0;
}

@media only screen and (min-width: 768px) {
    #pointer-thumbs-carousel .thumbnail {
        max-height: 180px;
    }
}

.pointer-sharing-wrapper {
    display: none;
}

    .pointer-sharing-wrapper .addthis_sharing_toolbox {
        position: absolute;
        right: 0;
        bottom: 180px;
    }

    .pointer-sharing-wrapper .at-share-tbx-element .at-share-btn {
        margin: 2px;
        display: block;
        background: rgba(0, 0, 0, 0.4);
        padding: 5px;
        height: 40px;
        width: 40px;
        max-width: none !important;
        max-height: none !important;
    }

    .pointer-sharing-wrapper .at4-icon.aticon-pinterest,
    .pointer-sharing-wrapper .at4-icon.aticon-pinterest_share {
        position: relative;
        top: -3px;
    }

    .pointer-sharing-wrapper .at4-icon.aticon-facebook {
        position: relative;
        top: -3px;
        left: -4px;
    }

    .pointer-sharing-wrapper .at-share-btn.at-svc-facebook:hover {
        background: #3b5998;
    }

    .pointer-sharing-wrapper .at-share-btn.at-svc-twitter:hover {
        background: #00aced;
    }

    .pointer-sharing-wrapper .at-share-btn.at-svc-pinterest_share:hover {
        background: #cb2027;
    }

    .pointer-sharing-wrapper .at-share-btn.at-svc-email:hover {
        background: #f1c817;
    }

@media only screen and (min-width: 768px) {
    .pointer-sharing-wrapper .addthis_sharing_toolbox {
        bottom: 44px;
    }
}

.pointer__hero .pointer-sharing-wrapper {
    display: block;
}
/*# sourceMappingURL=pointer.css.map */


/* Slider */
.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    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;
    left: 0;
    top: 0;
    display: block;
}

    .slick-track:before,
    .slick-track:after {
        content: "";
        display: table;
    }

    .slick-track:after {
        clear: both;
    }

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none;
}

[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-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}
/* Slider */
.slick-loading .slick-list {
    background: #ffffff url(images/ajax-loader.gif) center center no-repeat;
}
/* 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;
    margin-top: -10px;
    padding: 0;
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}

    .slick-prev:hover,
    .slick-prev:focus,
    .slick-next:hover,
    .slick-next:focus {
        color: transparent;
        outline: none;
        background: transparent;
    }

        .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-family: 'FontAwesome';
        font-size: 20px;
        line-height: 1;
        opacity: .75;
        color: black;
        -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: '\f104';
}

[dir='rtl'] .slick-prev:before {
    content: '\f104';
}

.slick-next {
    right: -25px;
}

[dir='rtl'] .slick-next {
    right: auto;
    left: -25px;
}

.slick-next:before {
    content: '\f054';
}

[dir='rtl'] .slick-next:before {
    content: '\f054';
}
/* Dots */
.slick-slider {
    margin-bottom: 46px;
}

.slick-dots {
    position: absolute;
    bottom: -30px;
    display: block;
    width: 100%;
    padding: 0;
    list-style: none;
    text-align: center;
}

    .slick-dots li {
        position: relative;
        display: inline-block;
        width: 20px;
        height: 20px;
        margin: 0 1px;
        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: 1;
                }

            .slick-dots li button:before {
                font-family: 'slick';
                font-size: 10px;
                line-height: 20px;
                position: absolute;
                top: 0;
                left: 0;
                width: 20px;
                height: 20px;
                content: '•';
                text-align: center;
                opacity: 1;
                color: black;
                -webkit-font-smoothing: antialiased;
                -moz-osx-font-smoothing: grayscale;
            }

        .slick-dots li.slick-active button:before {
            opacity: 1;
            color: #f1c817;
        }

.slick-prev:hover:before,
.slick-next:hover:before,
.slick-prev:hover:before,
.slick-next:hover:before {
    opacity: 0.75;
}

.slick-prev:before,
.slick-next:before {
    opacity: 0.5;
    -webkit-transition: all 250ms;
    -moz-transition: all 250ms;
    -o-transition: all 250ms;
    transition: all 250ms;
}

.slick-prev {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
