﻿/* Page Banner
   Author: 
********************************************************************/

.page-banner-mega-link {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 10000;
}

/* Button
   Author: JH
********************************************************************/
.button {
}

    .button a {
        display: inline-block;
    }

        .button a:hover {
        }

    .button input {
        display: none;
        cursor: pointer;
    }

    .button a:hover {
    }

/* No javascript */
.button-no-javascript a {
    display: none;
}

.button-no-javascript input {
    display: inline-block;
}



/* Captcha
   Author: JH
********************************************************************/
.captcha {
    display: block;
}

    .captcha .captcha-image {
        position: relative;
        float: left;
        display: block;
        width: 200px;
        height: 60px;
        margin: 0 5px 0 0;
    }

    .captcha .captcha-overlay {
        position: absolute;
        top: 0;
        left: 0;
        display: none;
        background: url(/Content/images/backgrounds/1x1-black-40-opacity.png);
        background: rgba(0, 0, 0, 0.4);
        opacity: 0;
    }

        .captcha .captcha-overlay .player {
            display: block;
            width: 200px;
            height: 60px;
        }

        .captcha .captcha-overlay .player-controls {
            position: absolute;
            top: 10px;
            left: 10px;
            display: block;
            width: 180px;
            height: 40px;
        }

        .captcha .captcha-overlay .player-interface {
        }

        .captcha .captcha-overlay .control-close {
            position: absolute;
            top: 0;
            right: 0;
            display: block;
            cursor: pointer;
            font-size: 0.8em;
        }

        .captcha .captcha-overlay .control-play {
            display: block;
            cursor: pointer;
        }

        .captcha .captcha-overlay .control-pause {
            display: none;
            cursor: pointer;
        }

        .captcha .captcha-overlay .progress-bar {
            position: absolute;
            bottom: 0;
            left: 0;
            display: block;
            width: 178px;
            height: 10px;
            border: solid 1px #000;
        }

            .captcha .captcha-overlay .progress-bar .seek-bar {
                display: block;
                width: 100% !important;
                height: 100%;
                background: #666;
            }

            .captcha .captcha-overlay .progress-bar .play-bar {
                display: block;
                height: 100%;
                background: #eee;
            }

    .captcha .captcha-buttons {
        float: left;
        display: block;
        width: 24px;
    }

        .captcha .captcha-buttons .refresh,
        .captcha .captcha-buttons .audio {
            border: none;
            -webkit-appearance: none;
            text-decoration: none;
            font-weight: normal;
            width: 26px;
            text-align: center;
            background: #FFF;
            border-radius: 26px;
            line-height: 26px;
            display: block;
            height: 26px;
        }

        .captcha .captcha-buttons .refresh {
            margin-bottom: 5px;
        }

        .captcha .captcha-buttons .refresh-icon:after,
        .captcha .captcha-buttons .audio-icon:after {
            font-family: fontAwesome;
            content: "\f021";
            color: #333;
            font-size: 18px;
        }

        .captcha .captcha-buttons .refresh:hover,
        .captcha .captcha-buttons .audio:hover {
            background: #333;
        }

            .captcha .captcha-buttons .refresh:hover .refresh-icon:after,
            .captcha .captcha-buttons .audio:hover .audio-icon:after {
                color: #FFF;
            }

        .captcha .captcha-buttons .audio {
        }

        .captcha .captcha-buttons .audio-icon:after {
            content: "\f028";
        }

        .captcha .captcha-buttons input {
        }

    .captcha .captcha-controls {
        display: block;
        clear: both;
    }

        .captcha .captcha-controls label {
            display: block;
        }

        .captcha .captcha-controls .textbox {
            width: 198px;
            color: #333;
        }

.recaptcha .validation{
    text-align: left;
    padding: 3px 15px 3px 0;
    display: inline-block;
    width: auto;
    position: relative !important;
    left: auto !important;
}

/* Carousel
   Author: JH
********************************************************************/
.carousel {
    position: relative;
    width: 800px;
    height: 544px;
}

.responsive-carousel {
    display: none;
}

.carousel .carousel-items {
    position: relative;
    width: 800px;
    height: 494px;
    overflow: hidden;
}

.carousel .carousel-item span.overlay-link {
    display: none;
}

.carousel .next,
.carousel .previous {
    float: right;
    width: 100px;
    height: 40px;
    margin: 5px 5px 0 0;
    background: #fff;
    font-size: 16px;
    font-style: italic;
    font-weight: bold;
    line-height: 40px;
    list-style: none;
    text-align: center;
    color: #000;
}

.carousel .previous {
    float: left;
    margin: 5px 0 0 5px;
}

    .carousel .next:hover,
    .carousel .previous:hover {
        background: #ddd;
        cursor: pointer;
    }

.carousel .play-pause {
    position: absolute;
    bottom: 15px;
    right: 220px;
    display: inline-block;
    height: 20px;
    margin: 0 5px 0 0;
    padding: 0 10px;
    background: #fff;
    border-radius: 10px;
    cursor: pointer;
    font-size: 12px;
    font-style: italic;
    font-weight: bold;
    line-height: 20px;
    list-style: none;
    color: #000;
}

    .carousel .play-pause:hover {
        background: #ddd;
        cursor: pointer;
    }

.carousel .index {
    margin: 15px 0 0 0;
    text-align: center;
}

    .carousel .index .index-list {
        margin: 0;
        padding: 0;
    }

    .carousel .index .index-item {
        display: inline-block;
        width: 20px;
        height: 20px;
        margin: 0 5px 0 0;
        background: #fff;
        border-radius: 10px;
        font-size: 12px;
        font-style: italic;
        font-weight: bold;
        line-height: 20px;
        list-style: none;
        color: #000;
    }

        .carousel .index .index-item:last-of-type {
            margin: 0;
        }

        .carousel .index .index-item:hover {
            background: #ddd;
            cursor: pointer;
        }

    .carousel .index .index-item-current {
        background: #555;
        color: #fff;
    }

        .carousel .index .index-item-current:hover {
            background: #666;
        }

/* No javascript */
.carousel-no-javascript {
    width: auto;
    height: auto;
    background: none;
}

    .carousel-no-javascript .carousel-items {
        width: auto;
        height: auto;
        overflow: visible;
    }

    .carousel-no-javascript .controls,
    .carousel-no-javascript .index {
        display: none;
    }

.carousel .image-matrix {
    overflow: hidden;
}

    .carousel .image-matrix .cell {
        position: absolute;
        background-repeat: no-repeat;
    }

/* Shatter CSS Animation */
.shatter-1 {
    -webkit-animation: shatter-one 1s infinite linear;
    animation: shatter-one 1s infinite linear;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    perspective: 1000px;
}

.shatter-2 {
    -webkit-animation: shatter-two 1s infinite linear;
    animation: shatter-two 1s infinite linear;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    perspective: 1000px;
}

.shatter-3 {
    -webkit-animation: shatter-three 1s infinite linear;
    animation: shatter-three 1s infinite linear;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    perspective: 1000px;
}

.shatter-4 {
    -webkit-animation: shatter-four 1s infinite linear;
    animation: shatter-four 1s infinite linear;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    perspective: 1000px;
}

.shatter-5 {
    -webkit-animation: shatter-five 1s infinite linear;
    animation: shatter-five 1s infinite linear;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    perspective: 1000px;
}

.shatter-6 {
    -webkit-animation: shatter-six 1s infinite linear;
    animation: shatter-six 1s infinite linear;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    perspective: 1000px;
}

.shatter-7 {
    -webkit-animation: shatter-seven 1s infinite linear;
    animation: shatter-seven 1s infinite linear;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    perspective: 1000px;
}

.shatter-8 {
    -webkit-animation: shatter-eight 1s infinite linear;
    animation: shatter-eight 1s infinite linear;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    perspective: 1000px;
}

.shatter-9 {
    -webkit-animation: shatter-nine 1s infinite linear;
    animation: shatter-nine 1s infinite linear;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    perspective: 1000px;
}

/* One */
@keyframes shatter-one {
    0% {
        transform: rotate3d(1, 1, 1, 0deg);
    }

    50% {
        transform: rotate3d(1, 1, 1, 180deg);
    }

    100% {
        transform: rotate3d(1, 1, 1, 360deg);
    }
}

@-webkit-keyframes shatter-one {
    0% {
        -webkit-transform: rotate3d(1, 1, 1, 0deg);
    }

    50% {
        -webkit-transform: rotate3d(1, 1, 1, 180deg);
    }

    100% {
        -webkit-transform: rotate3d(1, 1, 1, 360deg);
    }
}

/* Two */
@keyframes shatter-two {
    0% {
        transform: rotate3d(-1, 1, 1, 0deg);
    }

    50% {
        transform: rotate3d(-1, 1, 1, 180deg);
    }

    100% {
        transform: rotate3d(-1, 1, 1, 360deg);
    }
}

@-webkit-keyframes shatter-two {
    0% {
        -webkit-transform: rotate3d(-1, 1, 1, 0deg);
    }

    50% {
        -webkit-transform: rotate3d(-1, 1, 1, 180deg);
    }

    100% {
        -webkit-transform: rotate3d(-1, 1, 1, 360deg);
    }
}

/* Three */
@keyframes shatter-three {
    0% {
        transform: rotate3d(2, 1, 3, 0deg);
    }

    50% {
        transform: rotate3d(2, 1, 3, 180deg);
    }

    100% {
        transform: rotate3d(2, 1, 3, 360deg);
    }
}

@-webkit-keyframes shatter-three {
    0% {
        -webkit-transform: rotate3d(2, 1, 3, 0deg);
    }

    50% {
        -webkit-transform: rotate3d(2, 1, 3, 180deg);
    }

    100% {
        -webkit-transform: rotate3d(2, 1, 3, 360deg);
    }
}

/* Four */
@keyframes shatter-four {
    0% {
        transform: rotate3d(1, 0.5, 1, 0deg);
    }

    50% {
        transform: rotate3d(1, 0.5, 1, 180deg);
    }

    100% {
        transform: rotate3d(1, 0.5, 1, 360deg);
    }
}

@-webkit-keyframes shatter-four {
    0% {
        -webkit-transform: rotate3d(1, 0.5, 1, 0deg);
    }

    50% {
        -webkit-transform: rotate3d(1, 0.5, 1, 180deg);
    }

    100% {
        -webkit-transform: rotate3d(1, 0.5, 1, 360deg);
    }
}

/* Five */
@keyframes shatter-five {
    0% {
        transform: rotate3d(2, 1, 2, 0deg);
    }

    50% {
        transform: rotate3d(2, 1, 2, 180deg);
    }

    100% {
        transform: rotate3d(2, 1, 2, 360deg);
    }
}

@-webkit-keyframes shatter-five {
    0% {
        -webkit-transform: rotate3d(2, 1, 2, 0deg);
    }

    50% {
        -webkit-transform: rotate3d(2, 1, 2, 180deg);
    }

    100% {
        -webkit-transform: rotate3d(2, 1, 2, 360deg);
    }
}

/* Six */
@keyframes shatter-six {
    0% {
        transform: rotate3d(1, 1, 3, 0deg);
    }

    50% {
        transform: rotate3d(1, 1, 3, 180deg);
    }

    100% {
        transform: rotate3d(1, 1, 3, 360deg);
    }
}

@-webkit-keyframes shatter-six {
    0% {
        -webkit-transform: rotate3d(1, 1, 3, 0deg);
    }

    50% {
        -webkit-transform: rotate3d(1, 1, 3, 180deg);
    }

    100% {
        -webkit-transform: rotate3d(1, 1, 3, 360deg);
    }
}

/* Seven */
@keyframes shatter-seven {
    0% {
        transform: rotate3d(1, 2, -1, 0deg);
    }

    50% {
        transform: rotate3d(1, 2, -1, 180deg);
    }

    100% {
        transform: rotate3d(1, 2, -1, 360deg);
    }
}

@-webkit-keyframes shatter-seven {
    0% {
        -webkit-transform: rotate3d(1, 2, -1, 0deg);
    }

    50% {
        -webkit-transform: rotate3d(1, 2, -1, 180deg);
    }

    100% {
        -webkit-transform: rotate3d(1, 2, -1, 360deg);
    }
}

/* Eight */
@keyframes shatter-eight {
    0% {
        transform: rotate3d(1, -1, -1, 0deg);
    }

    50% {
        transform: rotate3d(1, -1, -1, 180deg);
    }

    100% {
        transform: rotate3d(1, -1, -1, 360deg);
    }
}

@-webkit-keyframes shatter-eight {
    0% {
        -webkit-transform: rotate3d(1, -1, -1, 0deg);
    }

    50% {
        -webkit-transform: rotate3d(1, -1, -1, 180deg);
    }

    100% {
        -webkit-transform: rotate3d(1, -1, -1, 360deg);
    }
}

/* Nine */
@keyframes shatter-nine {
    0% {
        transform: rotate3d(1, 3, 3, 0deg);
    }

    50% {
        transform: rotate3d(1, 3, 3, 180deg);
    }

    100% {
        transform: rotate3d(1, 3, 3, 360deg);
    }
}

@-webkit-keyframes shatter-nine {
    0% {
        -webkit-transform: rotate3d(1, 3, 3, 0deg);
    }

    50% {
        -webkit-transform: rotate3d(1, 3, 3, 180deg);
    }

    100% {
        -webkit-transform: rotate3d(1, 3, 3, 360deg);
    }
}


/* Checkbox
   Author: JH
********************************************************************/
.graphic-checkbox {
    display: inline-block;
    width: 24px;
    height: 24px;
    background: no-repeat url('/contents/images/form-controls/default-checkbox.png');
    cursor: pointer;
}

    .graphic-checkbox input {
        display: none;
    }

    .graphic-checkbox:hover {
        background-position: 100% top;
    }

    .graphic-checkbox.checked {
        background-position: 0 50%;
    }

        .graphic-checkbox.checked:hover {
            background-position: 100% 50%;
        }

    .graphic-checkbox.disabled,
    .graphic-checkbox.disabled:hover {
        background-position: 0 100%;
    }

        .graphic-checkbox.disabled.checked,
        .graphic-checkbox.disabled.checked:hover {
            background-position: 100% 100%;
        }


/* No JS */
/*.graphic-checkbox-no-js {
    display: inline;
    width: auto;
    height: auto;
    background: none !important;
    cursor: auto;
}*/

    /*.graphic-checkbox-no-js input {
        display: inline;
    }*/


/* Date Textbox
   Author: JH
********************************************************************/
.date-textbox {
    display: inline-block;
}

    .date-textbox .date-icon {
        position: relative;
        top: -1px;
        display: inline-block;
        margin: 0 5px 0 0;
        cursor: pointer;
        vertical-align: middle;
    }

/* No JS */
.date-textbox-no-js .date-icon {
    display: none;
}



/* Date Textboxes
   Author: JH
********************************************************************/
.date-textboxes {
    display: inline-block;
}

    .date-textboxes li {
        display: inline-block;
        vertical-align: middle;
        color: #333;
    }

    .date-textboxes input {
        height: 24px;
        border: solid 1px #999;
        font-size: 1.2em;
        text-align: center;
        border-radius: 2px;
        -moz-border-radius: 2px;
        -webkit-border-radius: 2px;
    }

    .date-textboxes .divider {
        margin: 0 8px;
    }

    .date-textboxes ul {
        display: inline-block;
        vertical-align: middle;
    }

    .date-textboxes .date-days input {
        width: 27px;
    }

    .date-textboxes .date-months input {
        width: 27px;
    }

    .date-textboxes .date-years input {
        width: 52px;
        margin: 0 8px 0 0;
    }

    .date-textboxes .date-icon {
        position: relative;
        top: -1px;
        display: inline-block;
        margin: 0 5px 0 0;
        cursor: pointer;
        vertical-align: middle;
    }

/* No JS */
.date-textboxes-no-js .date-icon {
    display: none;
}



/* Diagnostics
   Author: JH
********************************************************************/
.scw-diagnostics {
}

    .scw-diagnostics .button-toggle-visibility {
        display: inline-block;
        margin: 0 0 10px 0;
        padding: 5px 5px 5px 34px;
        background: no-repeat 5px 7px url('/contents/images/form-controls/eye.png') #fff;
        border: dashed 1px #222;
        cursor: pointer;
        text-decoration: none;
    }

        .scw-diagnostics .button-toggle-visibility:hover {
            background-color: #eee;
        }

.scw-diagnostics-container {
    position: fixed;
    top: 5px;
    right: 5px;
    bottom: 5px;
    left: 5px;
    display: none;
    padding: 10px;
    background: #fff;
    border: dashed 1px #222;
    font-size: 0.8em;
    z-index: 1000000;
}

    .scw-diagnostics-container .inner {
        position: absolute;
        top: 10px;
        right: 0;
        bottom: 10px;
        left: 10px;
    }

    .scw-diagnostics-container .close {
        position: absolute;
        top: 0;
        right: 30px;
        padding: 5px;
        background: #eee;
        border: dashed 1px #222;
        border-width: 0 1px 1px 1px;
        cursor: pointer;
        font-size: 0.8em;
        text-decoration: none;
        z-index: 100;
    }

        .scw-diagnostics-container .close:hover {
            background: #fff;
        }

    .scw-diagnostics-container .scw-scroll-panel {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        height: 100%;
        overflow: auto;
        z-index: 0;
    }

    .scw-diagnostics-container h1,
    .scw-diagnostics-container h2,
    .scw-diagnostics-container h3,
    .scw-diagnostics-container h4,
    .scw-diagnostics-container h5 {
        font-family: Arial;
        font-size: 16px;
        font-weight: bold;
        color: #000;
    }

    .scw-diagnostics-container p {
        margin: 0 0 5px 0;
        padding: 0 0 0 40px;
        font-size: 13px;
        font-weight: normal;
    }

    .scw-diagnostics-container strong {
        margin: 0 10px 0 0;
        color: #999;
    }

.scw-element-panel {
    padding: 10px 0 1px 0;
    border-top: dashed 1px #ddd;
}

    .scw-element-panel h4 {
        margin: 0 0 5px 0;
        padding: 3px 0 3px 30px;
        font-size: 15px;
        color: #333;
    }

    .scw-element-panel.form-element h4 {
        background: no-repeat left center url('/contents/images/form-controls/jigsaw-piece.png');
    }

    .scw-element-panel.form-button h4 {
        background: no-repeat left center url('/contents/images/form-controls/button.png');
    }


/* Dropdown Navigation
   Author: JH
********************************************************************/
.scw-primary-dropdown li {
    position: relative;
}

/* Different CSS for different animations */
/* None */
.scw-primary-dropdown.animation-none .dropdown {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2000;
}

/* Slide Down */
.scw-primary-dropdown.animation-slide-down .dropdown {
    position: absolute;
    left: 0;
    display: block;
    height: 0;
    overflow: hidden;
    z-index: 2000;
}

    .scw-primary-dropdown.animation-slide-down .dropdown ul {
        position: absolute;
        left: 0;
        bottom: 0;
    }

.scw-primary-dropdown {
}



/* Dynamic Forms
   Author: JH
********************************************************************/
.form-element {
    margin: 0 0 8px 0;
}


    /* Label */
    .form-element label {
        display: inline-block;
        width: 100px;
    }


    /* Dropdown List */
    .form-element .dropdown {
        padding: 3px 4px;
        border: solid 1px #999;
        font-family: Arial;
        font-size: 1em;
        vertical-align: top;
        -webkit-box-shadow: inset 1px 1px 3px 0 #ccc;
        box-shadow: inset 1px 1px 3px 0 #ccc;
        border-radius: 3px;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
    }


    /* Textbox & Textarea */
    .form-element .textbox,
    .form-element .textarea {
        padding: 3px 4px;
        border: solid 1px #999;
        font-family: Arial;
        font-size: 1em;
        -webkit-box-shadow: inset 1px 1px 3px 0 #ccc;
        box-shadow: inset 1px 1px 3px 0 #ccc;
        border-radius: 3px;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
    }

        .form-element .textbox:focus,
        .form-element .textarea:focus {
            border: solid 1px #555;
        }

    .form-element .textbox,
    .form-element .textarea,
    .form-element .dropdown {
        -webkit-appearance: none;
    }

    /* Help */
    .form-element .help {
        position: relative;
        top: 0;
        left: 0;
        display: inline-block;
        vertical-align: top;
    }

        .form-element .help .scw-tooltip {
            display: inline-block;
            width: 20px;
            height: 20px;
            background: #666;
            line-height: 20px;
            text-align: center;
            text-indent: 1px;
            color: #fff;
            -webkit-border-radius: 10px;
            border-radius: 10px;
        }


    /* Validation */
    .form-element .validation {
        position: relative;
        display: none;
        padding: 5px 10px;
        background: #900;
        color: #fff;
        -webkit-border-radius: 3px;
        border-radius: 3px;
    }

    .form-element .validation-collapsable {
        position: relative;
        width: 23px;
        height: 23px;
        padding: 0;
        cursor: pointer;
    }

        .form-element .validation-collapsable:after {
            display: block;
            width: 23px;
            height: 23px;
            content: "\f00d";
            font-family: FontAwesome;
            font-size: 1.4em;
            line-height: 23px;
            text-align: center;
            z-index: 1;
        }

        .form-element .validation-collapsable .message {
            position: absolute;
            top: 0;
            left: 0;
            display: none;
            width: 0;
            height: 23px;
            overflow: hidden;
            z-index: 10;
        }

    .form-element .message-inner {
        position: absolute;
        bottom: 0;
        right: 0;
        display: inline-block;
        padding: 4px 10px;
        background: #900;
        -webkit-border-radius: 3px;
        border-radius: 3px;
    }

.form-element-invalid .validation {
    display: inline-block;
    opacity: 1 !important;
}

.form-element-active .validation {
    /*display: inline-block;*/
    opacity: 0;
}


/* Button */
.form-button {
    margin: 0 5px 0 0;
}

    .form-button a,
    .form-button input {
        padding: 5px 8px;
        background: #666;
        border: none;
        color: #fff;
        border-radius: 3px;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
    }

        .form-button a:hover,
        .form-button input:hover {
            background: #333;
            text-decoration: none;
        }


/* iFull
/*************************************************************************/
.ifull-body {
    overflow-y: hidden;
}

.ifull-list {
    height: 100%;
}


/* Invalid styles
********************************/
.form-element-invalid label {
    color: #900;
}

.form-element-invalid .dropdown,
.form-element-invalid .textbox,
.form-element-invalid .textarea {
    border: solid 1px #900;
}


/* Live Search
   Author: JH
********************************************************************/
.live-search-box {
    position: absolute;
    display: none;
    width: 250px;
    padding: 10px;
    z-index: 10000;
}

    .live-search-box li {
        margin: 0 0 10px 0;
        font-size: 0.8em;
        list-style: none;
    }

        .live-search-box li:last-of-type {
            margin: 0;
        }

        .live-search-box li a {
            display: block;
        }

    .live-search-box .selected {
        font-weight: bold;
    }


/* Modal Background
   Author: JH
********************************************************************/
.modal-background {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: none;
    width: 100%;
    z-index: 15000;
}

    .modal-background .modal-background-inner {
        height: 100%;
        width: 100%;
        background: #000;
        opacity: 0.4;
        filter: alpha(opacity=40);
    }

.modal-background-visible {
    display: block;
}



/* Paging
   Author: JH
********************************************************************/
.paging {
    position: relative;
}

    .paging ul {
        text-align: center;
    }

    .paging li {
        display: inline-block;
        list-style: none;
    }

        .paging li a {
            padding: 5px;
        }

    .paging .paging-previous-controls {
        position: absolute;
        top: 0;
        left: 0;
    }

        .paging .paging-previous-controls .paging-previous {
            margin: 0 0 0 10px;
        }

    .paging .paging-next-controls {
        position: absolute;
        top: 0;
        right: 0;
    }

        .paging .paging-next-controls .paging-next {
            margin: 0 10px 0 0;
        }

    .paging .current-item {
        font-weight: bold;
        font-size: 1.1em;
    }



/* Pop Up Window
   Author: JH
********************************************************************/
.pop-up-window {
    position: absolute;
    top: 50px;
    left: 50%;
    display: none;
    width: 800px;
    margin: 0 0 0 -400px;
    background: #fff;
    -webkit-box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, 0.4);
    box-shadow: 2px 2px 5px 0 #000;
    box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, 0.4);
    z-index: 20000;
}

    .pop-up-window.article {
        width: 800px;
    }

    .pop-up-window .articleContent {
        width: auto;
    }

.pop-up-window-inner {
    padding: 20px 20px 50px 20px;
}

.pop-up-window-visible {
    display: block;
}



/* Radio Button
   Author: JH
********************************************************************/
.radio-button {
    margin: 0 0 10px 0;
}

    .radio-button label {
        margin: 0 10px 0 0;
    }

    .radio-button input {
        display: none;
    }

    .radio-button .fancy-radio-button {
        display: inline-block;
        width: 24px;
        height: 24px;
        background: no-repeat url(/contents/images/form-controls/radio-buttons.png);
        cursor: pointer;
        vertical-align: middle;
    }

    .radio-button .radio-button-checked {
        background-position: 0 -24px;
    }

        .radio-button .radio-button-checked:hover {
            background-position: -24px -24px;
        }

    .radio-button .radio-button-unchecked {
        background-position: 0 0;
    }

        .radio-button .radio-button-unchecked:hover {
            background-position: -24px 0;
        }


/* Non-javascript */
.radio-button-no-js .fancy-radio-button {
    background: none !important;
}

.radio-button-no-js input {
    display: inline;
}


/* Disabled */
.radio-button-disabled .fancy-radio-button {
    cursor: default;
}

.radio-button-disabled .radio-button-checked,
.radio-button-disabled .radio-button-checked:hover {
    background-position: -24px -48px;
}

.radio-button-disabled .radio-button-unchecked,
.radio-button-disabled .radio-button-unchecked:hover {
    background-position: 0 -48px;
}



/* Slider
   Author: JH
********************************************************************/
.slider {
    position: relative;
}

    .slider .dropdown {
        display: none;
    }


    /* Track */
    .slider .track {
        position: relative;
        width: 100%;
        height: 100%;
    }

        .slider .track .track-inner {
            position: absolute;
            top: 0;
            left: 0;
            background: #bbb;
            border: solid 1px #999;
        }

    .slider .track-fill {
        position: relative;
        width: 100%;
        height: 100%;
        overflow: visible !important;
    }

    .slider .track .handle {
        position: absolute;
        width: 11px;
        height: 11px;
        background: #666;
        border: solid 1px #333;
        cursor: pointer;
    }

        .slider .track .handle:hover {
            background: #888;
        }


    /* Scale */
    .slider ul {
    }

    .slider li {
        position: relative;
        display: inline-block;
        cursor: pointer;
        font-size: 0.8em;
        text-align: center;
    }

        .slider li:hover {
            color: #999;
        }

        .slider li .marker-label {
            display: none;
        }

        .slider li .text {
            display: block;
        }

        .slider li .marker {
            position: absolute;
            display: block;
            background: #ccc;
        }



/**** Horizontal ****/
.slider-horizontal {
    width: 420px;
    height: 13px;
}

    .slider-horizontal .track {
        width: 100%;
    }

        .slider-horizontal .track .track-inner {
            top: 5px;
            width: 100%;
            height: 1px;
            border-width: 1px 0;
        }

        .slider-horizontal .track .track-fill {
            width: 0;
        }

        .slider-horizontal .track .handle {
            top: 0;
            right: -7px;
        }

    .slider-horizontal li {
        width: 42px;
        padding: 0 0 10px 0;
    }

    .slider-horizontal .first-item,
    .slider-horizontal .last-item {
        width: 21px;
    }

    .slider-horizontal li .marker {
        bottom: 0;
        left: 20px;
        width: 2px;
        height: 100%;
    }

    .slider-horizontal .first-item .marker {
        left: 0;
    }

    .slider-horizontal .last-item .marker {
        left: 19px;
    }


/**** Vertical ****/
.slider-vertical {
    width: 13px;
    height: 420px;
}

    .slider-vertical .track {
        height: 100%;
    }

        .slider-vertical .track .track-inner {
            left: 5px;
            width: 1px;
            height: 100%;
            border-width: 0 1px;
        }

        .slider-vertical .track .track-fill {
            position: absolute;
            bottom: 0;
            left: 0;
            height: 0;
        }

        .slider-vertical .track .handle {
            top: -6px;
            right: 0;
        }

    .slider-vertical ul {
        position: absolute;
        top: 0;
        left: 13px;
        display: block;
    }

    .slider-vertical li {
        height: 42px;
        padding: 0 10px 0 0;
    }

    .slider-vertical .first-item,
    .slider-vertical .last-item {
        height: 21px;
    }

    .slider-vertical li .marker {
        left: 0;
        top: 20px;
        width: 100%;
        height: 2px;
    }

    .slider-vertical .first-item .marker {
        top: 19px;
    }

    .slider-vertical .last-item .marker {
        top: 0;
    }



/* No JS */
.slider.slider-no-js .dropdown {
    display: inline;
}

.slider.slider-no-js ul,
.slider.slider-no-js .track {
    display: none;
}


/* Tabs
   Author: JH
********************************************************************/
.scw-tabs {
}

    .scw-tabs .index-container li {
        display: inline-block;
    }

    .scw-tabs .content-container .scw-tab-content {
        display: none;
    }

    .scw-tabs .content-container .scw-tab-selected {
        display: block;
    }


/* Tooltip
   Author: JH
********************************************************************/
.scw-tooltip,
.scw-text-tooltip {
    position: relative;
    cursor: help;
}

.scw-tooltip-description {
    position: absolute;
    top: 1em;
    left: 1em;
    display: none;
    width: 250px;
    padding: 5px;
    background: #666;
    border: 1px solid #333;
    text-align: left;
    visibility: hidden;
    color: #fff;
    z-index: 10000000;
    -webkit-box-shadow: 3px 3px 3px 0 rgba(0, 0.2);
    box-shadow: 3px 3px 3px 0 #ccc; /* Older */
    box-shadow: 3px 3px 3px 0 rgba(0, 0, 0, 0.2);
}

.scw-tooltip-header {
    display: block;
}

/* Hover - this is used for the non-javascript CSS tooltip */
.scw-css-tooltip:hover {
    overflow: visible;
}

    .scw-css-tooltip:hover .scw-tooltip-description,
    .scw-css-text-tooltip:hover .scw-tooltip-description {
        display: block;
        visibility: visible;
    }

/* Share This
   Author: BJ
********************************************************************/
.share-this-container {
    position: absolute;
}

    .share-this-container ul li {
        display: inline-block;
        vertical-align: middle;
        height: 22px;
        width: 22px;
    }

.stButton span.chicklets {
    text-indent: -9999px;
    padding-right: 1px;
}

/* Accordian
   Author: BJ
********************************************************************/

.scw-accordion {
    border: 1px solid #DEDEDE;
}

    .scw-accordion .accordion-header {
        background-color: Lime;
        color: #FFF;
        font-size: 1.2em;
        font-weight: bold;
        display: block;
        padding: 3px 5px;
    }

    .scw-accordion .accordion-item {
    }

        .scw-accordion .accordion-item .accordion-handle {
            display: block;
            background-color: yellow;
            border-bottom: 1px solid #DEDEDE;
            padding: 3px 5px;
        }

            .scw-accordion .accordion-item .accordion-handle h2 {
                font-size: 1.1em;
            }

            .scw-accordion .accordion-item .accordion-handle span.accordian-count {
                padding-left: 5px;
            }

        .scw-accordion .accordion-item .accordion-content {
        }

        .scw-accordion .accordion-item .accordion-inner {
            padding: 10px 0 0 10px;
        }

            .scw-accordion .accordion-item .accordion-inner .accordion-inner-item {
                padding-bottom: 10px;
            }

                .scw-accordion .accordion-item .accordion-inner .accordion-inner-item .accordion-inner-thumb {
                    width: 42px;
                    float: left;
                }

                    .scw-accordion .accordion-item .accordion-inner .accordion-inner-item .accordion-inner-thumb img {
                        max-height: 32px;
                        max-width: 32px;
                    }

                .scw-accordion .accordion-item .accordion-inner .accordion-inner-item .accordion-inner-link {
                    width: 140px;
                    float: right;
                    padding-right: 5px;
                }

/* Twitter Feed
   Author: BJ
********************************************************************/

.scw-twitter {
}

    .scw-twitter .twitter-feed {
    }

        .scw-twitter .twitter-feed .tweet {
            background-position: 0 5px;
            padding-bottom: 10px;
        }

            .scw-twitter .twitter-feed .tweet .tweet-header {
                color: #5481c1;
                padding-left: 32px;
            }

            .scw-twitter .twitter-feed .tweet .tweet-body {
                border-bottom: 1px solid #5481c1;
                padding-bottom: 10px;
                padding-left: 32px;
            }

                .scw-twitter .twitter-feed .tweet .tweet-body .link {
                    color: #5481c1;
                }

                .scw-twitter .twitter-feed .tweet .tweet-body .username {
                    font-style: italic;
                    color: #5481c1;
                }

                .scw-twitter .twitter-feed .tweet .tweet-body .hashtag {
                    font-weight: bold;
                    color: #5481c1;
                }


/* Vimeo Video
   Author: JH
/********************************************************************/
.responsive-vimeo-video .image-container img {
    width: 100%;
    height: auto;
    cursor: pointer;
}

/* Pop Up */
.vimeo-video-pop-up {
    width: 60%;
    height: auto;
    margin: 0;
}

    .vimeo-video-pop-up .pop-up-window-inner {
        padding: 0.5em;
    }

    /* last day hax lolz !important */
    .vimeo-video-pop-up .close {
        position: absolute !important;
        top: -1em !important;
        bottom: auto !important;
        right: -1em !important;
        padding: 0 !important;
        line-height: 1em !important;
        color: #636363 !important;
    }

        .vimeo-video-pop-up .close a {
            padding: 0.5em 0.5em 0.4em 0.5em;
            background: #fff;
            text-decoration: none;
            color: #636363 !important;
        }

            .vimeo-video-pop-up .close a:hover {
                background: #636363;
                color: #fff;
            }

    .vimeo-video-pop-up .embed-container {
        position: relative;
        padding-bottom: 56.25%;
        padding-top: 30px;
        height: 0;
        overflow: hidden;
        max-width: 100%;
        height: auto;
    }

        .vimeo-video-pop-up .embed-container iframe,
        .vimeo-video-pop-up .embed-container object,
        .vimeo-video-pop-up .embed-container embed {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
        }



/**************************************************************************************************/
/* Legacy Controls
/**************************************************************************************************/


/* Tabs (Legacy)
   Author: JH
********************************************************************/
.tabs {
}

    .tabs .index-list {
        margin: 0;
        padding: 0;
    }

        .tabs .index-list .tab {
            margin: 0 2px 0 0;
            list-style: none;
            cursor: pointer;
        }

            .tabs .index-list .tab .tab-icon {
                display: none;
            }

            .tabs .index-list .tab a {
                text-decoration: none;
            }

            .tabs .index-list .tab a,
            .tabs .index-list .tab input {
                padding: 10px;
                background: #eee;
                border: solid 1px #ccc;
                border-width: 1px 1px 0 1px;
                outline: none;
                color: #000;
            }

            .tabs .index-list .tab:hover a,
            .tabs .index-list .tab:hover input {
                background: #ddd;
                cursor: pointer;
            }

        .tabs .index-list .tab-selected a,
        .tabs .index-list .tab-selected input,
        .tabs .index-list .tab-selected:hover a .tabs .index-list .tab-selected:hover input {
            /*   background: #ccc !important;*/
        }

        .tabs .index-list:before,
        .tabs .index-list:after {
            content: "";
            display: table;
        }

        .tabs .index-list:after {
            clear: both;
        }

    .tabs .index-list {
        zoom: 1;
    }

        .tabs .index-list .tab {
            float: left;
        }

.tab-content-container {
    padding: 10px;
    background: #ccc;
    border: solid 1px #ccc;
}

.tab-content {
    display: none;
}

.tab-content-active {
    display: block;
}

/* Cookie Disclaimer Bar */

.none-js.cookie-bar-element {
    position: fixed;
    width: 100%;
    margin: 0px;
    left: 0px;
    top: 0px;
    padding: 4px;
    z-index: 1000;
    text-align: center;
    background-color: rgb(238, 238, 238);
}

.cookie-bar-element {
    width: auto !important;
    margin: 0 auto !important;
    left: 0 !important;
    z-index: 10000000000000000 !important;
    color: #414142 !important;
    font-family: inherit !important;
    font-size: 16px !important;
    opacity: 0.95;
    padding: 20px 120px !important;
    box-shadow: 0 0 25px #414142;
    line-height: 1.4em;
    font-weight: bold;
}

    .cookie-bar-element span,
    .cookie-dialog-element span {
        display: block;
        padding-bottom:20px;
    }

        .cookie-bar-element span:before {
            /*font-family: FontAwesome;
            content: "\f071";
            padding-right: 12px;*/
        }

    .cookie-bar-element.vertical-panel span,
    .cookie-dialog-element.vertical-panel span {
        display: inline-block;
        font-size: 1.3em;
    }


    .cookie-bar-element.vertical-panel.staging-banner span,
    .cookie-dialog-element.vertical-panel.staging-banner span {
        display: block;
        font-size: 1.3em;
    }

.cookie-button {
    display: inline-block !important;
    padding: 0 40px;
    background: #414142;
    margin: 0;
    color: #FFF;
    line-height: 40px;
    position: relative;
    text-decoration: none;
    border-radius: 20px;
}

.cookie-bar-element.vertical-panel .cookie-button {
    margin: 0;
}

.cookie-button:hover {
    background: #2196F3 !important;
    color: #FFFFFF !important;
    text-decoration: none !important;
}

.cookie-button:before {
    /*font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    display: inline-block;
    text-decoration: inherit;
    font-size: 1.5em;
    position: absolute;
    top: 0;
    left: 5px;
    width: 20px;
    text-align: center;*/
    display:none;
}

.cookie-button.info-link:before {
    /*content: "\f129";*/
}

.cookie-button.dismiss-link:before {
    /*content: "\f00d";*/
}

.cookie-dialog-element .cookie-button.info-link {
    margin-left: 30% !important;
}

.cookie-dialog-element .cookie-button {
    margin: 10px 5px 0 5px !important;
}

/* #region Staging Banner */

.staging-banner {
    position: fixed;
    background-color: rgb(0, 0, 0);
    text-align: center;
    height: auto;
    padding: 35px 35px 5px !important;
    min-height: 30px;
    overflow: hidden;
    /*width: 100% !important;*/
    left: 0px !important;
    right: 0px !important;
    bottom: 0px;
    top: initial !important;
    font-size:1em !important;
    color: white !important;
}

.staging-banner:before {
    width: 100%;
    height: 20px;
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background: repeating-linear-gradient( 45deg, #fdc84a, #fdc84a 10px, #000 10px, #000 20px );
}

.staging-banner .dismiss-button {
    display: inline-block !important;
    padding: 0 8px 0 28px;
    background: none !important;
    font-size: 0.85em;
    color: #FFF;
    line-height: 40px;
    text-decoration: none;
    position: absolute;
    right: 100px;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 20px;
}

.staging-banner .dismiss-button:before {
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    content: "\f00d";
    display: inline-block;
    text-decoration: inherit;
    font-size: 1.5em;
    position: absolute;
    top: 0;
    left: 5px;
    width: 20px;
    text-align: center;
}

    .staging-banner .dismiss-button:hover {
        color: #fdc84a !important;
    }

    .staging-banner .live-link {
        background: none !important;
        font-size: 0.85em;
        display: inline-block !important;
        padding: 0 8px 0 28px;
        line-height: 40px;
        position: relative;
        color:#FFF;
    }

        .staging-banner .live-link:hover {
            color: #fdc84a !important;
            text-decoration:none;
        }

    .staging-banner .live-link:before {
        font-family: FontAwesome;
        font-weight: normal;
        font-style: normal;
        display: inline-block;
        text-decoration: inherit;
        font-size: 1.5em;
        position: absolute;
        top: 0;
        left: 5px;
        width: 20px;
        text-align: center;
        content: "\f0ac";
    }

@media screen and (max-width: 768px) {

    .staging-banner {
        padding: 35px 35px 15px 35px;
        width: auto !important;
    }

        .staging-banner span:before {
            font-family: FontAwesome;
            content: "\f071";
            padding-right: 0;
            font-size: 1.2em;
            position: absolute;
            left: 20px;
        }

        .staging-banner span {
            padding: 0 10px !important;
        }

        .staging-banner .dismiss-button{
            margin-left: 24px;
            right: 10px;
            font-size: 1.5em;
            height: 36px;
        }

}
/* #endregion */

/* Image Gallery */

.image-gallery a:hover {
    text-decoration: none;
}

.image-gallery .image-header {
    padding: 5px 0px;
}

.image-gallery .image-container {
    border: 1px solid #EDEDED;
    padding: 5px;
    position: relative;
}

    .image-gallery .image-container a {
        display: block;
        text-align: center;
        display: table-cell;
        vertical-align: middle;
    }

    .image-gallery .image-container img {
        border: none !important;
        padding: 0px !important;
    }

.image-gallery .image-item {
    display: inline-block;
    vertical-align: top;
    padding: 5px 15px 15px 5px;
    position: relative;
}

.image-gallery .image-download {
    background: #4f2683;
    color: #FFF;
    text-indent: -9999px;
    height: 30px;
    width: 30px;
    position: absolute;
    right: 6px;
    top: 36px;
}

    .image-gallery .image-download:after {
        font-family: FontAwesome;
        display: block;
        color: #FFF;
        text-indent: 0px;
        height: 30px;
        width: 30px;
        line-height: 30px;
        text-align: center;
        font-size: 1.5em;
        content: "\f0c7";
    }

    .image-gallery .image-download:hover {
        background: #000000;
    }

.image-gallery .sharing-conrols {
    background: #333;
}

    .image-gallery .sharing-conrols span {
        display: inline-block;
        height: 30px;
        width: 30px;
        text-indent: -9999px;
    }

        .image-gallery .sharing-conrols span.st_facebook_custom {
            background: #333;
        }

        .image-gallery .sharing-conrols span.st_twitter_custom {
            background: #333;
        }

        .image-gallery .sharing-conrols span.st_linkedin_custom {
            background: #333;
        }

        .image-gallery .sharing-conrols span.st_googleplus_custom {
            background: #333;
        }

        .image-gallery .sharing-conrols span.st_pinterest_custom {
            background: #333;
        }

        .image-gallery .sharing-conrols span.st_facebook_custom:hover {
            background: #3b5998;
        }

        .image-gallery .sharing-conrols span.st_twitter_custom:hover {
            background: #6cdfea;
        }

        .image-gallery .sharing-conrols span.st_linkedin_custom:hover {
            background: #006fa6;
        }

        .image-gallery .sharing-conrols span.st_googleplus_custom:hover {
            background: #e34429;
        }

        .image-gallery .sharing-conrols span.st_pinterest_custom:hover {
            background: #cb2028;
        }

        .image-gallery .sharing-conrols span:after {
            font-family: FontAwesome;
            display: block;
            color: #FFF;
            text-indent: 0px;
            height: 30px;
            width: 30px;
            line-height: 30px;
            text-align: center;
            font-size: 1.5em;
        }

        .image-gallery .sharing-conrols span:hover {
            cursor: pointer;
        }

        .image-gallery .sharing-conrols span.st_facebook_custom:after {
            content: "\f09a";
        }

        .image-gallery .sharing-conrols span.st_twitter_custom:after {
            content: "\f099";
        }

        .image-gallery .sharing-conrols span.st_linkedin_custom:after {
            content: "\f0e1";
        }

        .image-gallery .sharing-conrols span.st_googleplus_custom:after {
            content: "\f0d5";
        }

        .image-gallery .sharing-conrols span.st_pinterest_custom:after {
            content: "\f0d3";
        }

.image-gallery .h3 {
    word-wrap: break-word;
}

.image-gallery .image-specs h3 {
    font-size: 1.0em;
}

.image-gallery .inner-image-item {
    position: relative;
}

.image-gallery .image-specs {
    padding-bottom: 5px;
}

    .image-gallery .image-specs .image-dimensions:before,
    .image-gallery .image-specs .image-size:before,
    .image-gallery .image-specs .image-extension:before {
        font-family: FontAwesome;
        display: inline-block;
        color: #7f8082;
        text-indent: 0px;
        height: 20px;
        width: 20px;
        line-height: 20px;
        text-align: center;
        font-size: 1.0em;
    }

    .image-gallery .image-specs .image-dimensions:before {
        content: "\f07e";
    }

    .image-gallery .image-specs .image-size:before {
        content: "\f0c7";
    }

    .image-gallery .image-specs .image-extension:before {
        content: "\f1c5";
    }

/* #region One Page Scroll */

/*body, html {
  margin: 0;
  overflow: hidden;
  -webkit-transition: opacity 400ms;
  -moz-transition: opacity 400ms;
  transition: opacity 400ms;
}

body, .onepage-wrapper, html {
  display: block;
  position: static;
  padding: 0;
  width: 100%;
  height: 100%;
}

.onepage-wrapper {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  padding: 0;
  -webkit-transform-style: preserve-3d;
}

.onepage-wrapper .section {
  width: 100%;
  height: 100%;
}

.onepage-pagination {
  position: absolute;
  right: 10px;
  top: 50%;
  z-index: 5;
  list-style: none;
  margin: 0;
  padding: 0;
}
.onepage-pagination li {
  padding: 0;
  text-align: center;
}
.onepage-pagination li a{
  padding: 10px;
  width: 4px;
  height: 4px;
  display: block;
  
}
.onepage-pagination li a:before{
  content: '';
  position: absolute;
  width: 4px;
  height: 4px;
  background: rgba(0,0,0,0.85);
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
}

.onepage-pagination li a.active:before{
  width: 10px;
  height: 10px;
  background: none;
  border: 1px solid black;
  margin-top: -4px;
  left: 8px;
}

.disabled-onepage-scroll, .disabled-onepage-scroll .wrapper {
  overflow: auto;
}

.disabled-onepage-scroll .onepage-wrapper .section {
  position: relative !important;
  top: auto !important;
  left: auto !important;
}
.disabled-onepage-scroll .onepage-wrapper {
  -webkit-transform: none !important;
  -moz-transform: none !important;
  transform: none !important;
  -ms-transform: none !important;
  min-height: 100%;
}


.disabled-onepage-scroll .onepage-pagination {
  display: none;
}

body.disabled-onepage-scroll, .disabled-onepage-scroll .onepage-wrapper, html {
  position: inherit;
}*/

/*!
 * fullPage 2.7.5
 * https://github.com/alvarotrigo/fullPage.js
 * MIT licensed
 *
 * Copyright (C) 2013 alvarotrigo.com - A project by Alvaro Trigo
 */
html.fp-enabled,
.fp-enabled body {
    margin: 0;
    padding: 0;
    overflow: hidden;
    /*Avoid flicker on slides transitions for mobile phones #336 */
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}

#superContainer {
    height: 100%;
    position: relative;
    /* Touch detection for Windows 8 */
    -ms-touch-action: none;
    /* IE 11 on Windows Phone 8.1*/
    touch-action: none;
}

.fp-section {
    position: relative;
    -webkit-box-sizing: border-box; /* Safari<=5 Android<=3 */
    -moz-box-sizing: border-box; /* <=28 */
    box-sizing: border-box;
}

.fp-slide {
    float: left;
}

.fp-slide, .fp-slidesContainer {
    height: 100%;
    display: block;
}

.fp-slides {
    z-index: 1;
    height: 100%;
    overflow: hidden;
    position: relative;
    -webkit-transition: all 0.3s ease-out; /* Safari<=6 Android<=4.3 */
    transition: all 0.3s ease-out;
}

.fp-section.fp-table,
.fp-slide.fp-table {
    /*display: table;
    table-layout:fixed;
    width: 100%;*/
}

.fp-tableCell {
    /*display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: 100%;*/
}

.fp-slidesContainer {
    /*float: left;
    position: relative;*/
}

.fp-controlArrow {
    -webkit-user-select: none; /* webkit (safari, chrome) browsers */
    -moz-user-select: none; /* mozilla browsers */
    -khtml-user-select: none; /* webkit (konqueror) browsers */
    -ms-user-select: none; /* IE10+ */
    position: absolute;
    z-index: 4;
    top: 50%;
    cursor: pointer;
    width: 0;
    height: 0;
    border-style: solid;
    margin-top: -38px;
    -webkit-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

    .fp-controlArrow.fp-prev {
        left: 15px;
        width: 0;
        border-width: 38.5px 34px 38.5px 0;
        border-color: transparent #fff transparent transparent;
    }

    .fp-controlArrow.fp-next {
        right: 15px;
        border-width: 38.5px 0 38.5px 34px;
        border-color: transparent transparent transparent #fff;
    }

.fp-scrollable {
    overflow: scroll;
    /*margin: 8em 0 0 0;*/
}

.fp-notransition {
    -webkit-transition: none !important;
    transition: none !important;
}

#fp-nav {
    position: fixed;
    z-index: 100;
    margin-top: -32px;
    top: 50%;
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
}

    #fp-nav.right {
        right: 17px;
    }

    #fp-nav.left {
        left: 17px;
    }

.fp-slidesNav {
    position: absolute;
    z-index: 4;
    left: 50%;
    opacity: 1;
    bottom: 0;
}

    .fp-slidesNav.bottom {
        bottom: 17px;
    }

    .fp-slidesNav.top {
        top: 17px;
    }

    #fp-nav ul,
    .fp-slidesNav ul {
        margin: 0;
        padding: 0;
    }

        #fp-nav ul li,
        .fp-slidesNav ul li {
            display: block;
            width: 14px;
            height: 13px;
            margin: 7px;
            position: relative;
        }

        .fp-slidesNav ul li {
            display: inline-block;
        }

            #fp-nav ul li a,
            .fp-slidesNav ul li a {
                display: block;
                position: relative;
                z-index: 1;
                width: 100%;
                height: 100%;
                cursor: pointer;
                text-decoration: none;
            }

                #fp-nav ul li a.active span,
                .fp-slidesNav ul li a.active span,
                #fp-nav ul li:hover a.active span,
                .fp-slidesNav ul li:hover a.active span {
                    height: 12px;
                    width: 12px;
                    margin: -6px 0 0 -6px;
                    border-radius: 100%;
                }

                #fp-nav ul li a span,
                .fp-slidesNav ul li a span {
                    border-radius: 50%;
                    position: absolute;
                    z-index: 1;
                    height: 4px;
                    width: 4px;
                    border: 0;
                    background: #333;
                    left: 50%;
                    top: 50%;
                    margin: -2px 0 0 -2px;
                    -webkit-transition: all 0.1s ease-in-out;
                    -moz-transition: all 0.1s ease-in-out;
                    -o-transition: all 0.1s ease-in-out;
                    transition: all 0.1s ease-in-out;
                }

            #fp-nav ul li:hover a span,
            .fp-slidesNav ul li:hover a span {
                width: 10px;
                height: 10px;
                margin: -5px 0 0px -5px;
            }

        #fp-nav ul li .fp-tooltip {
            position: absolute;
            top: -2px;
            color: #fff;
            font-size: 14px;
            font-family: arial, helvetica, sans-serif;
            white-space: nowrap;
            max-width: 220px;
            overflow: hidden;
            display: block;
            opacity: 0;
            width: 0;
            cursor: pointer;
        }

        #fp-nav ul li:hover .fp-tooltip,
        #fp-nav.fp-show-active a.active + .fp-tooltip {
            -webkit-transition: opacity 0.2s ease-in;
            transition: opacity 0.2s ease-in;
            width: auto;
            opacity: 1;
        }

        #fp-nav ul li .fp-tooltip.right {
            right: 20px;
        }

        #fp-nav ul li .fp-tooltip.left {
            left: 20px;
        }

.fp-auto-height.fp-section,
.fp-auto-height .fp-slide,
.fp-auto-height .fp-tableCell {
    height: auto !important;
}


/* #endregion*/

/* #region User Feedback */

.sidebar-anchor-container {
    position: fixed;
    top: 20%;
    right: 0px;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transform-origin: right bottom 0;
    transform-origin: right bottom 0;
    z-index: 15000;
    box-shadow: -2px 0 15px rgba(0,0,0,0.5);
}

    .sidebar-anchor-container .sidebar-anchor {
        font-size: 2em;
        padding: 15px 30px;
        display: block;
    }

        .sidebar-anchor-container .sidebar-anchor:hover {
            background: #333;
            color: #FFF;
        }

        .sidebar-anchor-container .sidebar-anchor:after {
            font-family: FontAwesome;
            content: "\f005";
            padding-left: 20px;
        }

.feedback-pod a {
    text-decoration: none !important;
}

.feedback-pop-up {
    color: #333;
}

    .feedback-pop-up ul {
        list-style:none;
    }

        .feedback-pop-up ul li {
            padding:0 !important;
        }

        .feedback-pop-up ul li:before {
            display:none;
        }

    .feedback-pop-up.article {
        padding-bottom: 0px;
        border-radius: 0 0 10px 10px;
        left: 35%;
        width: 400px;
        margin-left: 0 !important;
    }

        .feedback-pop-up.article .mainContent {
            width: auto !important;
            padding: 20px 20px 20px 20px !important;
            min-height: 150px !important;
            height: auto !important;
        }

    .feedback-pop-up span.button.close {
        width: 44px;
        height: 44px;
        top: 0 !important;
        right: -44px !important;
        z-index: 1000;
        background: transparent;
    }

    .feedback-pop-up h3 {
        font-family: HelveticaNeueRegular;
        color: #333;
        margin-bottom: 10px;
        font-size: 1.5em;
    }

    .feedback-pop-up .close a {
        padding: 0.5em 0.5em 0.4em 0.5em;
        text-decoration: none;
        text-indent: -99999px;
    }

    .feedback-pop-up span.button.close:hover {
        background: transparent;
    }

    .feedback-pop-up span.button.close a {
        width: 30px;
        height: 100px;
        line-height: 100px;
        text-align: center;
        border-radius: 0 20px 20px 0;
        background: #FFF;
        color: #333 !important;
        box-shadow: 2px 2px 5px 0 #000;
        box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, 0.4);
    }

    .feedback-pop-up a.back-button {
        width: 30px;
        height: 100px;
        line-height: 100px;
        text-align: center;
        border-radius: 20px 0 0 20px;
        background: #EEE;
        color: #333 !important;
        position: absolute;
        top: 0px;
        left: -47px;
        padding: 0.5em 0.5em 0.4em 0.5em;
        display: none;
        text-decoration: none !important;
    }

        .feedback-pop-up a.back-button:after {
            font-family: FontAwesome;
            content: "\f060";
            font-size: 2em;
            font-weight: bold;
        }

        .feedback-pop-up a.back-button:hover {
            background: #333;
            color: #FFF;
        }

            .feedback-pop-up a.back-button:hover:after {
                color: #FFF;
            }

    .feedback-pop-up span.button.close a:after {
        font-family: FontAwesome;
        content: "\f00d";
        font-size: 2em;
        text-indent: 0;
        position: absolute;
        top: 10px;
        left: 10px;
    }

    .feedback-pop-up span.button.close a:hover {
        background: #C63527;
    }

        .feedback-pop-up span.button.close a:hover:after {
            color: #FFF !important;
        }

.feedback-options {
}

    .feedback-options li {
        display: block;
        vertical-align: top;
        margin-bottom: 10px;
        width: 100%;
        text-align: center;
    }

        .feedback-options li:last-of-type {
            margin-bottom: 0px;
        }

        .feedback-options li a {
            text-decoration: none !important;
            display: block;
            color: #333;
            padding: 20px;
            background: #EEE;
            box-shadow: 0 0 0 0 rgba(0,0,0,0.75);
            -webkit-transition: box-shadow 0.3s ease, border-color 0.3s ease, color 0.3s ease;
            transition: box-shadow 0.3s ease, border-color 0.3s ease, color 0.3s ease;
            font-weight: bold;
        }

            .feedback-options li a:hover {
                background: #CCC;
                box-shadow: 0 0 10px 0 rgba(0,0,0,0.75);
            }

            .feedback-options li a.rate-site:after,
            .feedback-options li a.rate-page:after,
            .feedback-options li a.provide-feedback:after {
                font-family: FontAwesome;
                padding-left: 10px;
            }

            .feedback-options li a.rate-site:after {
                content: "\f0c5";
            }

            .feedback-options li a.rate-page:after {
                content: "\f016";
            }

            .feedback-options li a.provide-feedback:after {
                content: "\f27b";
            }

.feedback-rate-site,
.feedback-rate-page,
.feedback-provide-feedback {
    display: none;
}

.thanks-for-your-feedback {
    display: none;
    font-size: 1.6em;
}

.feedback-ratings {
    text-align: center;
}

    .feedback-ratings p {
        text-align: left;
    }

    .feedback-ratings li {
        display: inline-block;
        margin-bottom: 20px;
    }

        .feedback-ratings li a {
            position: relative;
            font-size: 3em;
            padding-bottom: 15px;
            text-decoration: none !important;
        }

            .feedback-ratings li a span {
                position: absolute;
                bottom: 0;
                font-size: 14px;
                text-align: center;
                font-weight: bold;
                width: 100%;
                color: #000;
                display: none;
            }

            .feedback-ratings li a:after {
                font-family: FontOrbit;
                background: #ffd500;
                border-radius: 42px;
                color: #000;
            }

        .feedback-ratings li:hover a span {
            display: block;
        }

        .feedback-ratings li:hover a:after {
            background: #FFE100;
        }

        .feedback-ratings li:nth-child(1) a:after {
            content: "\e9b7";
        }

        .feedback-ratings li:nth-child(2) a:after {
            content: "\e965";
        }

        .feedback-ratings li:nth-child(3) a:after {
            content: "\e993";
        }

        .feedback-ratings li:nth-child(4) a:after {
            content: "\e966";
        }

        .feedback-ratings li:nth-child(5) a:after {
            content: "\e995";
            background: #FFF;
            color: #ff0000;
            font-size: 1em;
        }

.feedback-provide-feedback .form {
    padding-bottom: 40px;
}

    .feedback-provide-feedback .form .form-button {
        right: 20px;
        bottom: 20px;
        margin: 0px;
    }

    .feedback-provide-feedback .form .form-element label {
        color: #333;
    }

    .feedback-provide-feedback .form .form-element .textarea,
    .feedback-provide-feedback .form .form-element .dropdown,
    .feedback-provide-feedback .form .form-element .textbox {
        width: 100%;
        padding: 10px 0;
        text-indent: 10px;
        -webkit-appearance: none;
    }

@media screen and (max-width: 640px) {
    .sidebar-anchor-container .sidebar-anchor {
        padding: 0 20px;
        font-size: 1.0em;
        border-left: 1px solid #FFF;
        border-top: 1px solid #FFF;
        border-right: 1px solid #FFF;
    }

    .feedback-pop-up.article {
        left: 0px;
        width: 95%;
        margin-left: 10px !important;
    }

        .feedback-pop-up.article .mainContent {
            width: auto !important;
        }

    .feedback-pop-up span.button.close {
        width: 44px;
        height: 44px;
        top: -45px !important;
        right: 73px !important;
        z-index: 1000;
        background: transparent;
    }

        .feedback-pop-up span.button.close a {
            width: 100px;
            height: 30px;
            line-height: 30px;
            border-radius: 20px 20px 0 0;
            box-shadow: none;
        }

    .feedback-pop-up a.back-button {
        width: 100px;
        height: 30px;
        line-height: 30px;
        border-radius: 20px 20px 0 0;
        top: -42px;
        left: 0px;
    }
}

/* #endregion */


/* #region Slick Carousel */


.slick-container {
    width: 400px;
    height: 200px;
}

    .slick-container .slick-slider {
        position: relative;
        display: block;
        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-container .slick-list {
        position: relative;
        overflow: hidden;
        display: block;
        margin: 0;
        padding: 0;
    }

        .slick-container .slick-list:focus {
            outline: none;
        }

        .slick-container .slick-list.dragging {
            cursor: pointer;
            cursor: hand;
        }

    .slick-container .slick-slider .slick-track,
    .slick-container .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-container .slick-track {
        position: relative;
        left: 0;
        top: 0;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }

        .slick-container .slick-track:before,
        .slick-container .slick-track:after {
            content: "";
            display: table;
        }

        .slick-container .slick-track:after {
            clear: both;
        }

.slick-loading .slick-container .slick-track {
    visibility: hidden;
}

.slick-container .slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    /*display: none;*/
}

[dir="rtl"] .slick-container .slick-slide {
    float: right;
}

.slick-container .slick-slide img {
    display: block;
}

.slick-container .slick-slide.slick-loading img {
    display: none;
}

.slick-container .slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-container .slick-slide {
    display: block;
}

.slick-loading .slick-container .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-container .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-container .slick-arrow.slick-hidden {
    display: none;
}

.slick-container .slick-prev,
.slick-container .slick-next {
    position: absolute;
    display: block;
    height: 20px;
    width: 20px;
    line-height: 0px;
    font-size: 0px;
    cursor: pointer;
    background: transparent;
    color: transparent;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    padding: 0;
    border: none;
    outline: none;
}

    .slick-container .slick-prev:hover,
    .slick-container .slick-next:hover,
    .slick-container .slick-prev:focus,
    .slick-container .slick-next:focus {
        outline: none;
        background: transparent;
        color: transparent;
    }

        .slick-container .slick-prev:hover:before,
        .slick-container .slick-next:hover:before,
        .slick-container .slick-prev:focus:before,
        .slick-container .slick-next:focus:before {
            opacity: 1;
        }

    .slick-container .slick-prev.slick-disabled:before,
    .slick-container .slick-next.slick-disabled:before {
        opacity: 0.25;
    }

    .slick-container .slick-prev:before,
    .slick-container .slick-next:before {
        font-family: "slick";
        font-size: 20px;
        line-height: 1;
        color: white;
        opacity: 0.75;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        /* 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');
}

.slick-container .slick-prev {
    left: -25px;
}

[dir="rtl"] .slick-container .slick-prev {
    left: auto;
    right: -25px;
}

.slick-container .slick-prev:before {
    content: "←";
}

[dir="rtl"] .slick-container .slick-prev:before {
    content: "→";
}

.slick-container .slick-next {
    right: -25px;
}

[dir="rtl"] .slick-container .slick-next {
    left: -25px;
    right: auto;
}

.slick-container .slick-next:before {
    content: "→";
}

[dir="rtl"] .slick-container .slick-next:before {
    content: "←";
}

.slick-container .slick-dotted .slick-slider {
    margin-bottom: 30px;
}

.slick-container .slick-dots {
    position: absolute;
    bottom: -25px;
    list-style: none;
    display: block;
    text-align: center;
    padding: 0;
    margin: 0;
    width: 100%;
}

    .slick-container .slick-dots li {
        position: relative;
        display: inline-block;
        height: 20px;
        width: 20px;
        margin: 0 5px;
        padding: 0;
        cursor: pointer;
    }

        .slick-container .slick-dots li button {
            border: 0;
            background: transparent;
            display: block;
            height: 20px;
            width: 20px;
            outline: none;
            line-height: 0px;
            font-size: 0px;
            color: transparent;
            padding: 5px;
            cursor: pointer;
        }

            .slick-container .slick-dots li button:hover,
            .slick-container .slick-dots li button:focus {
                outline: none;
            }

                .slick-container .slick-dots li button:hover:before,
                .slick-container .slick-dots li button:focus:before {
                    opacity: 1;
                }

            .slick-container .slick-dots li button:before {
                font-family:FontAwesome;
                position: absolute;
                top: 0;
                left: 0;
                content: "\f111";
                width: 20px;
                height: 20px;
                font-size: 16px;
                line-height: 20px;
                text-align: center;
                color: black;
                opacity: 0.25;
                -webkit-font-smoothing: antialiased;
                -moz-osx-font-smoothing: grayscale;
            }

        .slick-container .slick-dots li.slick-active button:before {
            color: black;
            opacity: 0.75;
        }

/* #endregion */


/* #region Toasts*/


.toast-container {
    position: fixed;
    z-index: 20000000 !important;
    pointer-events: none;
    line-height: normal;
    line-height: initial;
    -webkit-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}

.toast-container .toast-wrapper {
    position: relative;
    padding: 0.5em;
}

.toast-container .toast-soundplayer {
    display: none;
    visibility: hidden;
}

/**
 * Toast messages styles:
 * -------------------------------------------------- */

/* each toast message gets this style: */
.toast {
    position: relative;
    padding: 16px;
    border: 1px solid;
    margin: 0.5em 0em;
    border-left: 6px solid transparent;
    border-radius: 2px;
    pointer-events: none;
    -webkit-transition: all 0.32s ease-in-out;
    -o-transition: all 0.32s ease-in-out;
    transition: all 0.32s ease-in-out;
    -webkit-box-shadow: 0px 0px 9px rgba(0, 0, 0, .25);
    box-shadow: 0px 0px 9px rgba(0, 0, 0, .25);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index:10000000 !important;
}

/* informational toast class: */
.toast--info {
    color: #06b4cd;
    background-color: #eaf2fa;
    border-color: #00638e;
}

/* successful toast class: */
.toast--success {
    color: #79b928;
    background-color: #FFF;
    border-color: #79b928;
}

/* warning toast class: */
.toast--warning {
    color: #ee731b;
    background-color: #FFF;
    border-color: #ee731b;
}

/* error toast class: */
.toast--error {
    color: #900;
    background-color: #FFF;
    border-color: #900;
}

/* this class is assigned to each toast message when autoClose
 * plugin option is set to BOOLEAN false. */
/* Normally, this is a pointer events handler:*/
.toast.close-on-click {
    cursor: pointer;
    pointer-events: auto;
}

/**
 * Progress bar styles:
 * ------------------------------------------------------------------------- */

/* each progress bar gets this style: */
.toast-progressbar {
    position: absolute;
    height: 4px;
    width: 0%;
    left: 0px;
    bottom: 0px;
    opacity: 0.5;
    -webkit-transition: width 0s ease;
    -o-transition: width 0s ease;
    transition: width 0s ease;
}

/* progress bar color for each toast type: */
.toast-progressbar--info {
    background-color: #91c5f2;
}

.toast-progressbar--success {
    background-color: #a6ca8a;
}

.toast-progressbar--warning {
    background-color: #f2c779;
}

.toast-progressbar--error {
    background-color: #f5aca6;
}

/**
 * Available toast transitions:
 * ------------------------------------------------------------------------- */

/* TRANSITION 01 - a [fade] transition (DEFAULT TRANSITION): */
.toast-container--fade {
    right: 0;
    bottom: 0;
}

    .toast-container--fade .toast-wrapper {
        display: inline-block;
    }

.toast.fade-init {
    opacity: 0;
}

.toast.fade-show {
    opacity: 1;
}

.toast.fade-hide {
    opacity: 0;
}
/* ------------------------------------------------------------------------- */

/* TRANSITION 02 - a [slideLeftFade] transition: */
.toast-container--slideLeftFade {
    right: 0;
    bottom: 0;
}

    .toast-container--slideLeftFade .toast-wrapper {
        display: inline-block;
    }

.toast.slideLeftFade-init {
    right: -100%;
    opacity: 0;
}

.toast.slideLeftFade-show {
    right: 0%;
    opacity: 1;
}

.toast.slideLeftFade-hide {
    right: 100%;
    opacity: 0;
}
/* ------------------------------------------------------------------------- */

/* TRANSITION 03 - a [slideLeftRightFade] transition: */
.toast-container--slideLeftRightFade {
    right: 0;
    bottom: 0;
}

    .toast-container--slideLeftRightFade .toast-wrapper {
        display: inline-block;
    }

.toast.slideLeftRightFade-init {
    right: -100%;
    opacity: 0;
}

.toast.slideLeftRightFade-show {
    right: 0%;
    opacity: 1;
}

.toast.slideLeftRightFade-hide {
    right: -100%;
    opacity: 0;
}
/* ------------------------------------------------------------------------- */

/* TRANSITION 04 - a [slideRightFade] transition: */
.toast-container--slideRightFade {
    right: 0;
    bottom: 0;
}

    .toast-container--slideRightFade .toast-wrapper {
        display: inline-block;
    }

.toast.slideRightFade-init {
    left: -100%;
    opacity: 0;
}

.toast.slideRightFade-show {
    left: 0%;
    opacity: 1;
}

.toast.slideRightFade-hide {
    left: 100%;
    opacity: 0;
}
/* ------------------------------------------------------------------------- */

/* TRANSITION 05 - a [slideRightLeftFade] transition: */
.toast-container--slideRightLeftFade {
    right: 0;
    bottom: 0;
}

    .toast-container--slideRightLeftFade .toast-wrapper {
        display: inline-block;
    }

.toast.slideRightLeftFade-init {
    left: -100%;
    opacity: 0;
}

.toast.slideRightLeftFade-show {
    left: 0%;
    opacity: 1;
}

.toast.slideRightLeftFade-hide {
    left: -100%;
    opacity: 0;
}
/* ------------------------------------------------------------------------- */

/* TRANSITION 06 - a [slideUpFade] transition: */
.toast-container--slideUpFade {
    top: 0;
    right: 0;
    bottom: 0;
}

    .toast-container--slideUpFade .toast-wrapper {
        position: relative;
        width: 100%;
        height: 100%;
    }

.toast.slideUpFade-init {
    bottom: -100%;
    opacity: 0;
}

.toast.slideUpFade-show {
    bottom: 0%;
    opacity: 1;
}

.toast.slideUpFade-hide {
    bottom: 100%;
    opacity: 0;
}
/* ------------------------------------------------------------------------- */

/* TRANSITION 07 - a [slideUpDownFade] transition: */
.toast-container--slideUpDownFade {
    top: 0;
    right: 0;
    bottom: 0;
}

    .toast-container--slideUpDownFade .toast-wrapper {
        position: relative;
        width: 100%;
        height: 100%;
    }

.toast.slideUpDownFade-init {
    bottom: -100%;
    opacity: 0;
}

.toast.slideUpDownFade-show {
    bottom: 0%;
    opacity: 1;
}

.toast.slideUpDownFade-hide {
    bottom: -100%;
    opacity: 0;
}
/* ------------------------------------------------------------------------- */

/* TRANSITION 08 - a [slideDownFade] transition: */
.toast-container--slideDownFade {
    top: 0;
    right: 0;
    bottom: 0;
}

    .toast-container--slideDownFade .toast-wrapper {
        position: relative;
        width: 100%;
        height: 100%;
    }

.toast.slideDownFade-init {
    top: -100%;
    opacity: 0;
}

.toast.slideDownFade-show {
    top: 0%;
    opacity: 1;
}

.toast.slideDownFade-hide {
    top: 100%;
    opacity: 0;
}
/* ------------------------------------------------------------------------- */

/* TRANSITION 09 - a [slideDownUpFade] transition: */
.toast-container--slideDownUpFade {
    top: 0;
    right: 0;
    bottom: 0;
}

    .toast-container--slideDownUpFade .toast-wrapper {
        position: relative;
        width: 100%;
        height: 100%;
    }

.toast.slideDownUpFade-init {
    top: -100%;
    opacity: 0;
}

.toast.slideDownUpFade-show {
    top: 0%;
    opacity: 1;
}

.toast.slideDownUpFade-hide {
    top: -100%;
    opacity: 0;
}
/* ------------------------------------------------------------------------- */

/* TRANSITION 10 - a [pinItUp] transition: */
.toast-container--pinItUp {
    top: 0;
    right: 0;
    bottom: 0;
}

    .toast-container--pinItUp .toast-wrapper {
        display: inline-block;
        height: 25px;
        float: right;
    }

.toast.pinItUp-init {
    bottom: -100%;
    opacity: 0;
}

.toast.pinItUp-show {
    bottom: 0%;
    opacity: 1;
}

.toast.pinItUp-hide {
    bottom: 100%;
    opacity: 0;
}
/* ------------------------------------------------------------------------- */

/* TRANSITION 11 - a [pinItDown] transition: */
.toast-container--pinItDown {
    top: 0;
    right: 0;
    bottom: 0;
}

    .toast-container--pinItDown .toast-wrapper {
        display: inline-block;
        height: 25px;
        float: right;
    }

.toast.pinItDown-init {
    top: -100%;
    opacity: 0;
}

.toast.pinItDown-show {
    top: 0%;
    opacity: 1;
}

.toast.pinItDown-hide {
    top: 100%;
    opacity: 0;
}
/* ------------------------------------------------------------------------- */

/* #endregion*/

/* #region MapBox */

#mapbox {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
}

.mapbox-marker {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    height: 40px;
    width: 40px;
}

/* endregion */