@import "https://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css";

@font-face {
    font-family: 'museo_slab500_italic';
    src: url("../fonts/museo_slab_500italic.eot");
    src: url("../fonts/museo_slab_500italic.eot?#iefix") format("embedded-opentype"),url("../fonts/museo_slab_500italic.woff2") format("woff2"),url("../fonts/museo_slab_500italic.woff") format("woff"),url("../fonts/museo_slab_500italic.ttf") format("truetype"),url("../fonts/museo_slab_500italic.svg#museo_slab500_italic") format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'museo_slab500';
    src: url("../fonts/museo_slab_500.eot");
    src: url("../fonts/museo_slab_500.eot?#iefix") format("embedded-opentype"),url("../fonts/museo_slab_500.woff2") format("woff2"),url("../fonts/museo_slab_500.woff") format("woff"),url("../fonts/museo_slab_500.ttf") format("truetype"),url("../fonts/museo_slab_500.svg#museo_slab500") format("svg");
    font-weight: normal;
    font-style: normal;
}

meta.foundation-version {
    font-family: "/5.5.1/";
}

meta.foundation-mq-small {
    font-family: "/only screen/";
    width: 0em;
}

meta.foundation-mq-small-only {
    font-family: "/only screen and (max-width: 40em)/";
    width: 0em;
}

meta.foundation-mq-medium {
    font-family: "/only screen and (min-width:40.063em)/";
    width: 40.063em;
}

meta.foundation-mq-medium-only {
    font-family: "/only screen and (min-width:40.063em) and (max-width:64em)/";
    width: 40.063em;
}

meta.foundation-mq-large {
    font-family: "/only screen and (min-width:64.063em)/";
    width: 64.063em;
}

meta.foundation-mq-large-only {
    font-family: "/only screen and (min-width:64.063em) and (max-width:90em)/";
    width: 64.063em;
}

meta.foundation-mq-xlarge {
    font-family: "/only screen and (min-width:90.063em)/";
    width: 90.063em;
}

meta.foundation-mq-xlarge-only {
    font-family: "/only screen and (min-width:90.063em) and (max-width:120em)/";
    width: 90.063em;
}

meta.foundation-mq-xxlarge {
    font-family: "/only screen and (min-width:120.063em)/";
    width: 120.063em;
}

meta.foundation-data-attribute-namespace {
    font-family: false;
}

html, body {
    height: 100%;
}

*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html, body {
    font-size: 16px;
}

body {
    background: #fff;
    color: #5a5a5a;
    padding: 0;
    margin: 0;
    font-family: "museo_slab500","Helvetica Neue",Helvetica,Roboto,Arial,serif;
    font-weight: normal;
    font-style: normal;
    line-height: 24px;
    position: relative;
    cursor: auto;
}

a:hover {
    cursor: pointer;
}

img {
    max-width: 100%;
    height: auto;
}

img {
    -ms-interpolation-mode: bicubic;
}

#map_canvas img, #map_canvas embed, #map_canvas object, .map_canvas img, .map_canvas embed, .map_canvas object {
    max-width: none !important;
}

.left {
    float: left !important;
}

.right {
    float: right !important;
}

.clearfix:before, .clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.hide {
    display: none;
}

.invisible {
    visibility: hidden;
}

.antialiased {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

img {
    display: inline-block;
    vertical-align: middle;
}

textarea {
    height: auto;
    min-height: 50px;
}

select {
    width: 100%;
}

.accordion {
    margin-bottom: 0;
}

    .accordion:before, .accordion:after {
        content: " ";
        display: table;
    }

    .accordion:after {
        clear: both;
    }

    .accordion .accordion-navigation, .accordion dd {
        display: block;
        margin-bottom: 0 !important;
    }

        .accordion .accordion-navigation.active > a, .accordion dd.active > a {
            background: #e8e8e8;
        }

        .accordion .accordion-navigation > a, .accordion dd > a {
            background: #EFEFEF;
            color: #222;
            padding: 1rem;
            display: block;
            font-family: "museo_slab500","Helvetica Neue",Helvetica,Roboto,Arial,serif;
            font-size: 1rem;
        }

            .accordion .accordion-navigation > a:hover, .accordion dd > a:hover {
                background: #e3e3e3;
            }

        .accordion .accordion-navigation > .content, .accordion dd > .content {
            display: none;
            padding: 0;
        }

            .accordion .accordion-navigation > .content.active, .accordion dd > .content.active {
                display: block;
                background: #fff;
            }

.alert-box {
    border-style: solid;
    border-width: 1px;
    display: block;
    font-weight: normal;
    margin-bottom: 1.25rem;
    position: relative;
    padding: 0.875rem 1.5rem 0.875rem 0.875rem;
    font-size: 0.8125rem;
    transition: opacity 300ms ease-out;
    background-color: #008CBA;
    border-color: #0078a0;
    color: #fff;
}

    .alert-box .close {
        font-size: 1.375rem;
        padding: 0 6px 4px;
        line-height: .9;
        position: absolute;
        top: 50%;
        margin-top: -0.6875rem;
        right: 0.25rem;
        color: #333;
        opacity: 0.3;
        background: inherit;
    }

        .alert-box .close:hover, .alert-box .close:focus {
            opacity: 0.5;
        }

    .alert-box.radius {
        border-radius: 5px;
    }

    .alert-box.round {
        border-radius: 1000px;
    }

    .alert-box.success {
        background-color: #43AC6A;
        border-color: #3a945b;
        color: #fff;
    }

    .alert-box.alert {
        background-color: #f04124;
        border-color: #de2d0f;
        color: #fff;
    }

    .alert-box.secondary {
        background-color: #e7e7e7;
        border-color: #c7c7c7;
        color: #4f4f4f;
    }

    .alert-box.warning {
        background-color: #f08a24;
        border-color: #de770f;
        color: #fff;
    }

    .alert-box.info {
        background-color: #a0d3e8;
        border-color: #74bfdd;
        color: #4f4f4f;
    }

    .alert-box.alert-close {
        opacity: 0;
    }

[class*="block-grid-"] {
    display: block;
    padding: 0;
    margin: 0 -0.625rem;
}

    [class*="block-grid-"]:before, [class*="block-grid-"]:after {
        content: " ";
        display: table;
    }

    [class*="block-grid-"]:after {
        clear: both;
    }

    [class*="block-grid-"] > li {
        display: block;
        height: auto;
        float: left;
        padding: 0 0.625rem 1.25rem;
    }

@media only screen {
    .small-block-grid-1 > li {
        width: 100%;
        list-style: none;
    }

        .small-block-grid-1 > li:nth-of-type(1n) {
            clear: none;
        }

        .small-block-grid-1 > li:nth-of-type(1n+1) {
            clear: both;
        }

    .small-block-grid-2 > li {
        width: 50%;
        list-style: none;
    }

        .small-block-grid-2 > li:nth-of-type(1n) {
            clear: none;
        }

        .small-block-grid-2 > li:nth-of-type(2n+1) {
            clear: both;
        }

    .small-block-grid-3 > li {
        width: 33.33333%;
        list-style: none;
    }

        .small-block-grid-3 > li:nth-of-type(1n) {
            clear: none;
        }

        .small-block-grid-3 > li:nth-of-type(3n+1) {
            clear: both;
        }

    .small-block-grid-4 > li {
        width: 25%;
        list-style: none;
    }

        .small-block-grid-4 > li:nth-of-type(1n) {
            clear: none;
        }

        .small-block-grid-4 > li:nth-of-type(4n+1) {
            clear: both;
        }

    .small-block-grid-5 > li {
        width: 20%;
        list-style: none;
    }

        .small-block-grid-5 > li:nth-of-type(1n) {
            clear: none;
        }

        .small-block-grid-5 > li:nth-of-type(5n+1) {
            clear: both;
        }

    .small-block-grid-6 > li {
        width: 16.66667%;
        list-style: none;
    }

        .small-block-grid-6 > li:nth-of-type(1n) {
            clear: none;
        }

        .small-block-grid-6 > li:nth-of-type(6n+1) {
            clear: both;
        }

    .small-block-grid-7 > li {
        width: 14.28571%;
        list-style: none;
    }

        .small-block-grid-7 > li:nth-of-type(1n) {
            clear: none;
        }

        .small-block-grid-7 > li:nth-of-type(7n+1) {
            clear: both;
        }

    .small-block-grid-8 > li {
        width: 12.5%;
        list-style: none;
    }

        .small-block-grid-8 > li:nth-of-type(1n) {
            clear: none;
        }

        .small-block-grid-8 > li:nth-of-type(8n+1) {
            clear: both;
        }

    .small-block-grid-9 > li {
        width: 11.11111%;
        list-style: none;
    }

        .small-block-grid-9 > li:nth-of-type(1n) {
            clear: none;
        }

        .small-block-grid-9 > li:nth-of-type(9n+1) {
            clear: both;
        }

    .small-block-grid-10 > li {
        width: 10%;
        list-style: none;
    }

        .small-block-grid-10 > li:nth-of-type(1n) {
            clear: none;
        }

        .small-block-grid-10 > li:nth-of-type(10n+1) {
            clear: both;
        }

    .small-block-grid-11 > li {
        width: 9.09091%;
        list-style: none;
    }

        .small-block-grid-11 > li:nth-of-type(1n) {
            clear: none;
        }

        .small-block-grid-11 > li:nth-of-type(11n+1) {
            clear: both;
        }

    .small-block-grid-12 > li {
        width: 8.33333%;
        list-style: none;
    }

        .small-block-grid-12 > li:nth-of-type(1n) {
            clear: none;
        }

        .small-block-grid-12 > li:nth-of-type(12n+1) {
            clear: both;
        }
}

@media only screen and (min-width: 40.063em) {
    .medium-block-grid-1 > li {
        width: 100%;
        list-style: none;
    }

        .medium-block-grid-1 > li:nth-of-type(1n) {
            clear: none;
        }

        .medium-block-grid-1 > li:nth-of-type(1n+1) {
            clear: both;
        }

    .medium-block-grid-2 > li {
        width: 50%;
        list-style: none;
    }

        .medium-block-grid-2 > li:nth-of-type(1n) {
            clear: none;
        }

        .medium-block-grid-2 > li:nth-of-type(2n+1) {
            clear: both;
        }

    .medium-block-grid-3 > li {
        width: 33.33333%;
        list-style: none;
    }

        .medium-block-grid-3 > li:nth-of-type(1n) {
            clear: none;
        }

        .medium-block-grid-3 > li:nth-of-type(3n+1) {
            clear: both;
        }

    .medium-block-grid-4 > li {
        width: 25%;
        list-style: none;
    }

        .medium-block-grid-4 > li:nth-of-type(1n) {
            clear: none;
        }

        .medium-block-grid-4 > li:nth-of-type(4n+1) {
            clear: both;
        }

    .medium-block-grid-5 > li {
        width: 20%;
        list-style: none;
    }

        .medium-block-grid-5 > li:nth-of-type(1n) {
            clear: none;
        }

        .medium-block-grid-5 > li:nth-of-type(5n+1) {
            clear: both;
        }

    .medium-block-grid-6 > li {
        width: 16.66667%;
        list-style: none;
    }

        .medium-block-grid-6 > li:nth-of-type(1n) {
            clear: none;
        }

        .medium-block-grid-6 > li:nth-of-type(6n+1) {
            clear: both;
        }

    .medium-block-grid-7 > li {
        width: 14.28571%;
        list-style: none;
    }

        .medium-block-grid-7 > li:nth-of-type(1n) {
            clear: none;
        }

        .medium-block-grid-7 > li:nth-of-type(7n+1) {
            clear: both;
        }

    .medium-block-grid-8 > li {
        width: 12.5%;
        list-style: none;
    }

        .medium-block-grid-8 > li:nth-of-type(1n) {
            clear: none;
        }

        .medium-block-grid-8 > li:nth-of-type(8n+1) {
            clear: both;
        }

    .medium-block-grid-9 > li {
        width: 11.11111%;
        list-style: none;
    }

        .medium-block-grid-9 > li:nth-of-type(1n) {
            clear: none;
        }

        .medium-block-grid-9 > li:nth-of-type(9n+1) {
            clear: both;
        }

    .medium-block-grid-10 > li {
        width: 10%;
        list-style: none;
    }

        .medium-block-grid-10 > li:nth-of-type(1n) {
            clear: none;
        }

        .medium-block-grid-10 > li:nth-of-type(10n+1) {
            clear: both;
        }

    .medium-block-grid-11 > li {
        width: 9.09091%;
        list-style: none;
    }

        .medium-block-grid-11 > li:nth-of-type(1n) {
            clear: none;
        }

        .medium-block-grid-11 > li:nth-of-type(11n+1) {
            clear: both;
        }

    .medium-block-grid-12 > li {
        width: 8.33333%;
        list-style: none;
    }

        .medium-block-grid-12 > li:nth-of-type(1n) {
            clear: none;
        }

        .medium-block-grid-12 > li:nth-of-type(12n+1) {
            clear: both;
        }
}

@media only screen and (min-width: 64.063em) {
    .large-block-grid-1 > li {
        width: 100%;
        list-style: none;
    }

        .large-block-grid-1 > li:nth-of-type(1n) {
            clear: none;
        }

        .large-block-grid-1 > li:nth-of-type(1n+1) {
            clear: both;
        }

    .large-block-grid-2 > li {
        width: 50%;
        list-style: none;
    }

        .large-block-grid-2 > li:nth-of-type(1n) {
            clear: none;
        }

        .large-block-grid-2 > li:nth-of-type(2n+1) {
            clear: both;
        }

    .large-block-grid-3 > li {
        width: 33.33333%;
        list-style: none;
    }

        .large-block-grid-3 > li:nth-of-type(1n) {
            clear: none;
        }

        .large-block-grid-3 > li:nth-of-type(3n+1) {
            clear: both;
        }

    .large-block-grid-4 > li {
        width: 25%;
        list-style: none;
    }

        .large-block-grid-4 > li:nth-of-type(1n) {
            clear: none;
        }

        .large-block-grid-4 > li:nth-of-type(4n+1) {
            clear: both;
        }

    .large-block-grid-5 > li {
        width: 20%;
        list-style: none;
    }

        .large-block-grid-5 > li:nth-of-type(1n) {
            clear: none;
        }

        .large-block-grid-5 > li:nth-of-type(5n+1) {
            clear: both;
        }

    .large-block-grid-6 > li {
        width: 16.66667%;
        list-style: none;
    }

        .large-block-grid-6 > li:nth-of-type(1n) {
            clear: none;
        }

        .large-block-grid-6 > li:nth-of-type(6n+1) {
            clear: both;
        }

    .large-block-grid-7 > li {
        width: 14.28571%;
        list-style: none;
    }

        .large-block-grid-7 > li:nth-of-type(1n) {
            clear: none;
        }

        .large-block-grid-7 > li:nth-of-type(7n+1) {
            clear: both;
        }

    .large-block-grid-8 > li {
        width: 12.5%;
        list-style: none;
    }

        .large-block-grid-8 > li:nth-of-type(1n) {
            clear: none;
        }

        .large-block-grid-8 > li:nth-of-type(8n+1) {
            clear: both;
        }

    .large-block-grid-9 > li {
        width: 11.11111%;
        list-style: none;
    }

        .large-block-grid-9 > li:nth-of-type(1n) {
            clear: none;
        }

        .large-block-grid-9 > li:nth-of-type(9n+1) {
            clear: both;
        }

    .large-block-grid-10 > li {
        width: 10%;
        list-style: none;
    }

        .large-block-grid-10 > li:nth-of-type(1n) {
            clear: none;
        }

        .large-block-grid-10 > li:nth-of-type(10n+1) {
            clear: both;
        }

    .large-block-grid-11 > li {
        width: 9.09091%;
        list-style: none;
    }

        .large-block-grid-11 > li:nth-of-type(1n) {
            clear: none;
        }

        .large-block-grid-11 > li:nth-of-type(11n+1) {
            clear: both;
        }

    .large-block-grid-12 > li {
        width: 8.33333%;
        list-style: none;
    }

        .large-block-grid-12 > li:nth-of-type(1n) {
            clear: none;
        }

        .large-block-grid-12 > li:nth-of-type(12n+1) {
            clear: both;
        }
}

.breadcrumbs {
    display: block;
    padding: 0.5625rem 0.875rem 0.5625rem;
    overflow: hidden;
    margin-left: 0;
    list-style: none;
    border-style: none;
    border-width: 0;
    background-color: transparent;
    border-color: transparent;
    border-radius: 0;
}

    .breadcrumbs > * {
        margin: 0;
        float: left;
        font-size: 0.8125rem;
        line-height: 0.8125rem;
        text-transform: uppercase;
        color: #5a5a5a;
    }

        .breadcrumbs > *:hover a, .breadcrumbs > *:focus a {
            text-decoration: underline;
        }

        .breadcrumbs > * a {
            color: #5a5a5a;
        }

        .breadcrumbs > *.current {
            cursor: default;
            color: #000;
        }

            .breadcrumbs > *.current a {
                cursor: default;
                color: #000;
            }

            .breadcrumbs > *.current:hover, .breadcrumbs > *.current:hover a, .breadcrumbs > *.current:focus, .breadcrumbs > *.current:focus a {
                text-decoration: none;
            }

        .breadcrumbs > *.unavailable {
            color: #999;
        }

            .breadcrumbs > *.unavailable a {
                color: #999;
            }

                .breadcrumbs > *.unavailable:hover, .breadcrumbs > *.unavailable:hover a, .breadcrumbs > *.unavailable:focus, .breadcrumbs > *.unavailable a:focus {
                    text-decoration: none;
                    color: #999;
                    cursor: not-allowed;
                }

        .breadcrumbs > *:before {
            content: ">";
            color: #aaa;
            margin: 0 0.75rem;
            position: relative;
            top: 1px;
        }

        .breadcrumbs > *:first-child:before {
            content: " ";
            margin: 0;
        }

[aria-label="breadcrumbs"] [aria-hidden="true"]:after {
    content: "/";
}

button, .button {
    border-style: solid;
    border-width: 1px;
    cursor: pointer;
    font-family: "museo_slab500","Helvetica Neue",Helvetica,Roboto,Arial,serif;
    font-weight: normal;
    line-height: normal;
    margin: 0 0 0;
    position: relative;
    text-decoration: none;
    text-align: center;
    -webkit-appearance: none;
    -moz-appearance: none;
    border-radius: 0;
    display: inline-block;
    padding-top: 1rem;
    padding-right: 2rem;
    padding-bottom: 1.0625rem;
    padding-left: 2rem;
    font-size: 1rem;
    background-color: transparent;
    border-color: transparent;
    color: #fff;
    transition: background-color 300ms ease-out;
}

    button:hover, button:focus, .button:hover, .button:focus {
        background-color: transparent;
    }

    button:hover, button:focus, .button:hover, .button:focus {
        color: #fff;
    }

    button.secondary, .button.secondary {
        background-color: #e7e7e7;
        border-color: #b9b9b9;
        color: #000;
    }

        button.secondary:hover, button.secondary:focus, .button.secondary:hover, .button.secondary:focus {
            background-color: #b9b9b9;
        }

        button.secondary:hover, button.secondary:focus, .button.secondary:hover, .button.secondary:focus {
            color: #000;
        }

    button.success, .button.success {
        background-color: #43AC6A;
        border-color: #368a55;
        color: #fff;
    }

        button.success:hover, button.success:focus, .button.success:hover, .button.success:focus {
            background-color: #368a55;
        }

        button.success:hover, button.success:focus, .button.success:hover, .button.success:focus {
            color: #fff;
        }

    button.alert, .button.alert {
        background-color: #f04124;
        border-color: #cf2a0e;
        color: #fff;
    }

        button.alert:hover, button.alert:focus, .button.alert:hover, .button.alert:focus {
            background-color: #cf2a0e;
        }

        button.alert:hover, button.alert:focus, .button.alert:hover, .button.alert:focus {
            color: #fff;
        }

    button.warning, .button.warning {
        background-color: #f08a24;
        border-color: #cf6e0e;
        color: #fff;
    }

        button.warning:hover, button.warning:focus, .button.warning:hover, .button.warning:focus {
            background-color: #cf6e0e;
        }

        button.warning:hover, button.warning:focus, .button.warning:hover, .button.warning:focus {
            color: #fff;
        }

    button.info, .button.info {
        background-color: #a0d3e8;
        border-color: #61b6d9;
        color: #000;
    }

        button.info:hover, button.info:focus, .button.info:hover, .button.info:focus {
            background-color: #61b6d9;
        }

        button.info:hover, button.info:focus, .button.info:hover, .button.info:focus {
            color: #fff;
        }

    button.large, .button.large {
        padding-top: 1.125rem;
        padding-right: 2.25rem;
        padding-bottom: 1.1875rem;
        padding-left: 2.25rem;
        font-size: 1.25rem;
    }

    button.small, .button.small {
        padding-top: 0.875rem;
        padding-right: 1.75rem;
        padding-bottom: 0.9375rem;
        padding-left: 1.75rem;
        font-size: 0.8125rem;
    }

    button.tiny, .button.tiny {
        padding-top: 0.625rem;
        padding-right: 1.25rem;
        padding-bottom: 0.6875rem;
        padding-left: 1.25rem;
        font-size: 0.6875rem;
    }

    button.expand, .button.expand {
        padding-right: 0;
        padding-left: 0;
        width: 100%;
    }

    button.left-align, .button.left-align {
        text-align: left;
        text-indent: 0.75rem;
    }

    button.right-align, .button.right-align {
        text-align: right;
        padding-right: 0.75rem;
    }

    button.radius, .button.radius {
        border-radius: 5px;
    }

    button.round, .button.round {
        border-radius: 1000px;
    }

    button.disabled, button[disabled], .button.disabled, .button[disabled] {
        background-color: transparent;
        border-color: transparent;
        color: #fff;
        cursor: default;
        opacity: 0.7;
        box-shadow: none;
    }

        button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
            background-color: transparent;
        }

        button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
            color: #fff;
        }

        button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
            background-color: transparent;
        }

        button.disabled.secondary, button[disabled].secondary, .button.disabled.secondary, .button[disabled].secondary {
            background-color: #e7e7e7;
            border-color: #b9b9b9;
            color: #000;
            cursor: default;
            opacity: 0.7;
            box-shadow: none;
        }

            button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
                background-color: #b9b9b9;
            }

            button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
                color: #000;
            }

            button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
                background-color: #e7e7e7;
            }

        button.disabled.success, button[disabled].success, .button.disabled.success, .button[disabled].success {
            background-color: #43AC6A;
            border-color: #368a55;
            color: #fff;
            cursor: default;
            opacity: 0.7;
            box-shadow: none;
        }

            button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus {
                background-color: #368a55;
            }

            button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus {
                color: #fff;
            }

            button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus {
                background-color: #43AC6A;
            }

        button.disabled.alert, button[disabled].alert, .button.disabled.alert, .button[disabled].alert {
            background-color: #f04124;
            border-color: #cf2a0e;
            color: #fff;
            cursor: default;
            opacity: 0.7;
            box-shadow: none;
        }

            button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
                background-color: #cf2a0e;
            }

            button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
                color: #fff;
            }

            button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
                background-color: #f04124;
            }

        button.disabled.warning, button[disabled].warning, .button.disabled.warning, .button[disabled].warning {
            background-color: #f08a24;
            border-color: #cf6e0e;
            color: #fff;
            cursor: default;
            opacity: 0.7;
            box-shadow: none;
        }

            button.disabled.warning:hover, button.disabled.warning:focus, button[disabled].warning:hover, button[disabled].warning:focus, .button.disabled.warning:hover, .button.disabled.warning:focus, .button[disabled].warning:hover, .button[disabled].warning:focus {
                background-color: #cf6e0e;
            }

            button.disabled.warning:hover, button.disabled.warning:focus, button[disabled].warning:hover, button[disabled].warning:focus, .button.disabled.warning:hover, .button.disabled.warning:focus, .button[disabled].warning:hover, .button[disabled].warning:focus {
                color: #fff;
            }

            button.disabled.warning:hover, button.disabled.warning:focus, button[disabled].warning:hover, button[disabled].warning:focus, .button.disabled.warning:hover, .button.disabled.warning:focus, .button[disabled].warning:hover, .button[disabled].warning:focus {
                background-color: #f08a24;
            }

        button.disabled.info, button[disabled].info, .button.disabled.info, .button[disabled].info {
            background-color: #a0d3e8;
            border-color: #61b6d9;
            color: #000;
            cursor: default;
            opacity: 0.7;
            box-shadow: none;
        }

            button.disabled.info:hover, button.disabled.info:focus, button[disabled].info:hover, button[disabled].info:focus, .button.disabled.info:hover, .button.disabled.info:focus, .button[disabled].info:hover, .button[disabled].info:focus {
                background-color: #61b6d9;
            }

            button.disabled.info:hover, button.disabled.info:focus, button[disabled].info:hover, button[disabled].info:focus, .button.disabled.info:hover, .button.disabled.info:focus, .button[disabled].info:hover, .button[disabled].info:focus {
                color: #fff;
            }

            button.disabled.info:hover, button.disabled.info:focus, button[disabled].info:hover, button[disabled].info:focus, .button.disabled.info:hover, .button.disabled.info:focus, .button[disabled].info:hover, .button[disabled].info:focus {
                background-color: #a0d3e8;
            }

    button::-moz-focus-inner {
        border: 0;
        padding: 0;
    }

@media only screen and (min-width: 40.063em) {
    button, .button {
        display: inline-block;
    }
}

.flex-video {
    position: relative;
    padding-top: 1.5625rem;
    padding-bottom: 67.5%;
    height: 0;
    margin-bottom: 1rem;
    overflow: hidden;
}

    .flex-video.widescreen {
        padding-bottom: 56.34%;
    }

    .flex-video.vimeo {
        padding-top: 0;
    }

    .flex-video iframe, .flex-video object, .flex-video embed, .flex-video video {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

form {
    margin: 0 0 1rem;
}

    form .row .row {
        margin: 0 -0.5rem;
    }

        form .row .row .column, form .row .row .columns {
            padding: 0 0.5rem;
        }

        form .row .row.collapse {
            margin: 0;
        }

            form .row .row.collapse .column, form .row .row.collapse .columns {
                padding: 0;
            }

            form .row .row.collapse input {
                -webkit-border-bottom-right-radius: 0;
                -webkit-border-top-right-radius: 0;
                border-bottom-right-radius: 0;
                border-top-right-radius: 0;
            }

    form .row input.column, form .row input.columns, form .row textarea.column, form .row textarea.columns {
        padding-left: 0.5rem;
    }

label {
    font-size: 0.875rem;
    color: #4d4d4d;
    cursor: pointer;
    display: block;
    font-weight: normal;
    line-height: 1.5;
    margin-bottom: 0;
}

    label.right {
        float: none !important;
        text-align: right;
    }

    label.inline {
        margin: 0 0 1rem 0;
        padding: 0.5625rem 0;
    }

    label small {
        text-transform: capitalize;
        color: #676767;
    }

.prefix, .postfix {
    display: block;
    position: relative;
    z-index: 2;
    text-align: center;
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
    border-style: solid;
    border-width: 1px;
    overflow: visible;
    font-size: 0.875rem;
    height: 2.3125rem;
    line-height: 2.3125rem;
}

    .postfix.button {
        padding-left: 0;
        padding-right: 0;
        padding-top: 0;
        padding-bottom: 0;
        text-align: center;
        border: none;
    }

    .prefix.button {
        padding-left: 0;
        padding-right: 0;
        padding-top: 0;
        padding-bottom: 0;
        text-align: center;
        border: none;
    }

        .prefix.button.radius {
            border-radius: 0;
            -webkit-border-bottom-left-radius: 5px;
            -webkit-border-top-left-radius: 5px;
            border-bottom-left-radius: 5px;
            border-top-left-radius: 5px;
        }

    .postfix.button.radius {
        border-radius: 0;
        -webkit-border-bottom-right-radius: 5px;
        -webkit-border-top-right-radius: 5px;
        border-bottom-right-radius: 5px;
        border-top-right-radius: 5px;
    }

    .prefix.button.round {
        border-radius: 0;
        -webkit-border-bottom-left-radius: 1000px;
        -webkit-border-top-left-radius: 1000px;
        border-bottom-left-radius: 1000px;
        border-top-left-radius: 1000px;
    }

    .postfix.button.round {
        border-radius: 0;
        -webkit-border-bottom-right-radius: 1000px;
        -webkit-border-top-right-radius: 1000px;
        border-bottom-right-radius: 1000px;
        border-top-right-radius: 1000px;
    }

span.prefix, label.prefix {
    background: #f2f2f2;
    border-right: none;
    color: #333;
    border-color: #ccc;
}

span.postfix, label.postfix {
    background: #f2f2f2;
    border-left: none;
    color: #333;
    border-color: #ccc;
}

input[type="text"], .customSelect, input[type="password"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="month"], input[type="week"], input[type="email"], input[type="number"], input[type="search"], input[type="tel"], input[type="time"], input[type="url"], input[type="color"], textarea {
    -webkit-appearance: none;
    border-radius: 0;
    background-color: #fff;
    font-family: inherit;
    border-style: solid;
    border-width: 1px;
    border-color: #d4d4d4;
    box-shadow: none;
    color: #000;
    display: block;
    font-size: 0.875rem;
    margin: 0 0 1rem 0;
    padding: 0.5rem;
    height: 2.3125rem;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    transition: all 0.15s linear;
}

    input[type="text"]:focus, .customSelect:focus, input[type="password"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="month"]:focus, input[type="week"]:focus, input[type="email"]:focus, input[type="number"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="time"]:focus, input[type="url"]:focus, input[type="color"]:focus, textarea:focus {
        background: #fff;
        border-color: #d4d4d4;
        outline: none;
    }

    input[type="text"]:disabled, .customSelect:disabled, input[type="password"]:disabled, input[type="date"]:disabled, input[type="datetime"]:disabled, input[type="datetime-local"]:disabled, input[type="month"]:disabled, input[type="week"]:disabled, input[type="email"]:disabled, input[type="number"]:disabled, input[type="search"]:disabled, input[type="tel"]:disabled, input[type="time"]:disabled, input[type="url"]:disabled, input[type="color"]:disabled, textarea:disabled {
        background-color: #ddd;
        cursor: default;
    }

    input[type="text"][disabled], [disabled].customSelect, input[type="text"][readonly], [readonly].customSelect, fieldset[disabled] input[type="text"], fieldset[disabled] .customSelect, input[type="password"][disabled], input[type="password"][readonly], fieldset[disabled] input[type="password"], input[type="date"][disabled], input[type="date"][readonly], fieldset[disabled] input[type="date"], input[type="datetime"][disabled], input[type="datetime"][readonly], fieldset[disabled] input[type="datetime"], input[type="datetime-local"][disabled], input[type="datetime-local"][readonly], fieldset[disabled] input[type="datetime-local"], input[type="month"][disabled], input[type="month"][readonly], fieldset[disabled] input[type="month"], input[type="week"][disabled], input[type="week"][readonly], fieldset[disabled] input[type="week"], input[type="email"][disabled], input[type="email"][readonly], fieldset[disabled] input[type="email"], input[type="number"][disabled], input[type="number"][readonly], fieldset[disabled] input[type="number"], input[type="search"][disabled], input[type="search"][readonly], fieldset[disabled] input[type="search"], input[type="tel"][disabled], input[type="tel"][readonly], fieldset[disabled] input[type="tel"], input[type="time"][disabled], input[type="time"][readonly], fieldset[disabled] input[type="time"], input[type="url"][disabled], input[type="url"][readonly], fieldset[disabled] input[type="url"], input[type="color"][disabled], input[type="color"][readonly], fieldset[disabled] input[type="color"], textarea[disabled], textarea[readonly], fieldset[disabled] textarea {
        background-color: #ddd;
        cursor: default;
    }

    input[type="text"].radius, .radius.customSelect, input[type="password"].radius, input[type="date"].radius, input[type="datetime"].radius, input[type="datetime-local"].radius, input[type="month"].radius, input[type="week"].radius, input[type="email"].radius, input[type="number"].radius, input[type="search"].radius, input[type="tel"].radius, input[type="time"].radius, input[type="url"].radius, input[type="color"].radius, textarea.radius {
        border-radius: 5px;
    }

form .row .prefix-radius.row.collapse input, form .row .prefix-radius.row.collapse textarea, form .row .prefix-radius.row.collapse select, form .row .prefix-radius.row.collapse button {
    border-radius: 0;
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
}

form .row .prefix-radius.row.collapse .prefix {
    border-radius: 0;
    -webkit-border-bottom-left-radius: 5px;
    -webkit-border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
}

form .row .postfix-radius.row.collapse input, form .row .postfix-radius.row.collapse textarea, form .row .postfix-radius.row.collapse select, form .row .postfix-radius.row.collapse button {
    border-radius: 0;
    -webkit-border-bottom-left-radius: 5px;
    -webkit-border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
}

form .row .postfix-radius.row.collapse .postfix {
    border-radius: 0;
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
}

form .row .prefix-round.row.collapse input, form .row .prefix-round.row.collapse textarea, form .row .prefix-round.row.collapse select, form .row .prefix-round.row.collapse button {
    border-radius: 0;
    -webkit-border-bottom-right-radius: 1000px;
    -webkit-border-top-right-radius: 1000px;
    border-bottom-right-radius: 1000px;
    border-top-right-radius: 1000px;
}

form .row .prefix-round.row.collapse .prefix {
    border-radius: 0;
    -webkit-border-bottom-left-radius: 1000px;
    -webkit-border-top-left-radius: 1000px;
    border-bottom-left-radius: 1000px;
    border-top-left-radius: 1000px;
}

form .row .postfix-round.row.collapse input, form .row .postfix-round.row.collapse textarea, form .row .postfix-round.row.collapse select, form .row .postfix-round.row.collapse button {
    border-radius: 0;
    -webkit-border-bottom-left-radius: 1000px;
    -webkit-border-top-left-radius: 1000px;
    border-bottom-left-radius: 1000px;
    border-top-left-radius: 1000px;
}

form .row .postfix-round.row.collapse .postfix {
    border-radius: 0;
    -webkit-border-bottom-right-radius: 1000px;
    -webkit-border-top-right-radius: 1000px;
    border-bottom-right-radius: 1000px;
    border-top-right-radius: 1000px;
}

input[type="submit"] {
    -webkit-appearance: none;
    border-radius: 0;
}

textarea[rows] {
    height: auto;
}

textarea {
    max-width: 100%;
}

select {
    -webkit-appearance: none !important;
    border-radius: 0;
    background-color: #fff;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeD0iMTJweCIgeT0iMHB4IiB3aWR0aD0iMjRweCIgaGVpZ2h0PSIzcHgiIHZpZXdCb3g9IjAgMCA2IDMiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDYgMyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBvbHlnb24gcG9pbnRzPSI1Ljk5MiwwIDIuOTkyLDMgLTAuMDA4LDAgIi8+PC9zdmc+);
    background-position: 100% center;
    background-repeat: no-repeat;
    border-style: solid;
    border-width: 1px;
    border-color: #d4d4d4;
    padding: 0.5rem;
    font-size: 0.875rem;
    font-family: "museo_slab500","Helvetica Neue",Helvetica,Roboto,Arial,serif;
    color: #000;
    line-height: normal;
    border-radius: 0;
    height: 2.3125rem;
}

    select::-ms-expand {
        display: none;
    }

    select.radius {
        border-radius: 5px;
    }

    select:hover {
        background-color: #fff;
        border-color: #d4d4d4;
    }

    select:disabled {
        background-color: #ddd;
        cursor: default;
    }

    select[multiple] {
        height: auto;
    }

input[type="file"], input[type="checkbox"], input[type="radio"], select {
    margin: 0 0 1rem 0;
}

    input[type="checkbox"] + label, input[type="radio"] + label {
        display: inline-block;
        margin-left: 0.5rem;
        margin-right: 1rem;
        margin-bottom: 0;
        vertical-align: baseline;
    }

input[type="file"] {
    width: 100%;
}

fieldset {
    border: 1px solid #d4d4d4;
    padding: 0;
    margin: 0;
}

    fieldset legend {
        font-weight: bold;
        background: #fff;
        padding: 0 0.1875rem;
        margin: 0;
        margin-left: -0.1875rem;
    }

[data-abide] .error small.error, [data-abide] .error span.error, [data-abide] span.error, [data-abide] small.error {
    display: block;
    padding: 0.375rem 0.5625rem 0.5625rem;
    margin-top: -1px;
    margin-bottom: 1rem;
    font-size: 0.75rem;
    font-weight: normal;
    font-style: italic;
    background: #f04124;
    color: #fff;
}

[data-abide] span.error, [data-abide] small.error {
    display: none;
}

span.error, small.error {
    display: block;
    padding: 0.375rem 0.5625rem 0.5625rem;
    margin-top: -1px;
    margin-bottom: 1rem;
    font-size: 0.75rem;
    font-weight: normal;
    font-style: italic;
    background: #f04124;
    color: #fff;
}

.error input, .error textarea, .error select {
    margin-bottom: 0;
}

    .error input[type="checkbox"], .error input[type="radio"] {
        margin-bottom: 1rem;
    }

.error label, .error label.error {
    color: #f04124;
}

.error small.error {
    display: block;
    padding: 0.375rem 0.5625rem 0.5625rem;
    margin-top: -1px;
    margin-bottom: 1rem;
    font-size: 0.75rem;
    font-weight: normal;
    font-style: italic;
    background: #f04124;
    color: #fff;
}

.error > label > small {
    color: #676767;
    background: transparent;
    padding: 0;
    text-transform: capitalize;
    font-style: normal;
    font-size: 60%;
    margin: 0;
    display: inline;
}

.error span.error-message {
    display: block;
}

input.error, textarea.error, select.error {
    margin-bottom: 0;
}

label.error {
    color: #f04124;
}

.row {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    margin-bottom: 0;
    max-width: 69.375rem;
}

    .row:before, .row:after {
        content: " ";
        display: table;
    }

    .row:after {
        clear: both;
    }

    .row.collapse > .column, .row.collapse > .columns {
        padding-left: 0;
        padding-right: 0;
    }

    .row.collapse .row {
        margin-left: 0;
        margin-right: 0;
    }

    .row .row {
        width: auto;
        margin-left: 0;
        margin-right: 0;
        margin-top: 0;
        margin-bottom: 0;
        max-width: none;
    }

        .row .row:before, .row .row:after {
            content: " ";
            display: table;
        }

        .row .row:after {
            clear: both;
        }

        .row .row.collapse {
            width: auto;
            margin: 0;
            max-width: none;
        }

            .row .row.collapse:before, .row .row.collapse:after {
                content: " ";
                display: table;
            }

            .row .row.collapse:after {
                clear: both;
            }

.column, .columns {
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    float: left;
}

[class*="column"] + [class*="column"]:last-child {
    float: right;
}

[class*="column"] + [class*="column"].end {
    float: left;
}

@media only screen {
    .small-push-0 {
        position: relative;
        left: 0%;
        right: auto;
    }

    .small-pull-0 {
        position: relative;
        right: 0%;
        left: auto;
    }

    .small-push-1 {
        position: relative;
        left: 8.33333%;
        right: auto;
    }

    .small-pull-1 {
        position: relative;
        right: 8.33333%;
        left: auto;
    }

    .small-push-2 {
        position: relative;
        left: 16.66667%;
        right: auto;
    }

    .small-pull-2 {
        position: relative;
        right: 16.66667%;
        left: auto;
    }

    .small-push-3 {
        position: relative;
        left: 25%;
        right: auto;
    }

    .small-pull-3 {
        position: relative;
        right: 25%;
        left: auto;
    }

    .small-push-4 {
        position: relative;
        left: 33.33333%;
        right: auto;
    }

    .small-pull-4 {
        position: relative;
        right: 33.33333%;
        left: auto;
    }

    .small-push-5 {
        position: relative;
        left: 41.66667%;
        right: auto;
    }

    .small-pull-5 {
        position: relative;
        right: 41.66667%;
        left: auto;
    }

    .small-push-6 {
        position: relative;
        left: 50%;
        right: auto;
    }

    .small-pull-6 {
        position: relative;
        right: 50%;
        left: auto;
    }

    .small-push-7 {
        position: relative;
        left: 58.33333%;
        right: auto;
    }

    .small-pull-7 {
        position: relative;
        right: 58.33333%;
        left: auto;
    }

    .small-push-8 {
        position: relative;
        left: 66.66667%;
        right: auto;
    }

    .small-pull-8 {
        position: relative;
        right: 66.66667%;
        left: auto;
    }

    .small-push-9 {
        position: relative;
        left: 75%;
        right: auto;
    }

    .small-pull-9 {
        position: relative;
        right: 75%;
        left: auto;
    }

    .small-push-10 {
        position: relative;
        left: 83.33333%;
        right: auto;
    }

    .small-pull-10 {
        position: relative;
        right: 83.33333%;
        left: auto;
    }

    .small-push-11 {
        position: relative;
        left: 91.66667%;
        right: auto;
    }

    .small-pull-11 {
        position: relative;
        right: 91.66667%;
        left: auto;
    }

    .column, .columns {
        position: relative;
        padding-left: 0;
        padding-right: 0;
        float: left;
    }

    .small-1 {
        width: 8.33333%;
    }

    .small-2 {
        width: 16.66667%;
    }

    .small-3 {
        width: 25%;
    }

    .small-4 {
        width: 33.33333%;
    }

    .small-5 {
        width: 41.66667%;
    }

    .small-6 {
        width: 50%;
    }

    .small-7 {
        width: 58.33333%;
    }

    .small-8 {
        width: 66.66667%;
    }

    .small-9 {
        width: 75%;
    }

    .small-10 {
        width: 83.33333%;
    }

    .small-11 {
        width: 91.66667%;
    }

    .small-12 {
        width: 100%;
    }

    .small-offset-0 {
        margin-left: 0% !important;
    }

    .small-offset-1 {
        margin-left: 8.33333% !important;
    }

    .small-offset-2 {
        margin-left: 16.66667% !important;
    }

    .small-offset-3 {
        margin-left: 25% !important;
    }

    .small-offset-4 {
        margin-left: 33.33333% !important;
    }

    .small-offset-5 {
        margin-left: 41.66667% !important;
    }

    .small-offset-6 {
        margin-left: 50% !important;
    }

    .small-offset-7 {
        margin-left: 58.33333% !important;
    }

    .small-offset-8 {
        margin-left: 66.66667% !important;
    }

    .small-offset-9 {
        margin-left: 75% !important;
    }

    .small-offset-10 {
        margin-left: 83.33333% !important;
    }

    .small-offset-11 {
        margin-left: 91.66667% !important;
    }

    .small-reset-order {
        margin-left: 0;
        margin-right: 0;
        left: auto;
        right: auto;
        float: left;
    }

    .column.small-centered, .columns.small-centered {
        margin-left: auto;
        margin-right: auto;
        float: none;
    }

    .column.small-uncentered, .columns.small-uncentered {
        margin-left: 0;
        margin-right: 0;
        float: left;
    }

    .column.small-centered:last-child, .columns.small-centered:last-child {
        float: none;
    }

    .column.small-uncentered:last-child, .columns.small-uncentered:last-child {
        float: left;
    }

    .column.small-uncentered.opposite, .columns.small-uncentered.opposite {
        float: right;
    }

    .row.small-collapse > .column, .row.small-collapse > .columns {
        padding-left: 0;
        padding-right: 0;
    }

    .row.small-collapse .row {
        margin-left: 0;
        margin-right: 0;
    }

    .row.small-uncollapse > .column, .row.small-uncollapse > .columns {
        padding-left: 0;
        padding-right: 0;
        float: left;
    }
}

@media only screen and (min-width: 40.063em) {
    .medium-push-0 {
        position: relative;
        left: 0%;
        right: auto;
    }

    .medium-pull-0 {
        position: relative;
        right: 0%;
        left: auto;
    }

    .medium-push-1 {
        position: relative;
        left: 8.33333%;
        right: auto;
    }

    .medium-pull-1 {
        position: relative;
        right: 8.33333%;
        left: auto;
    }

    .medium-push-2 {
        position: relative;
        left: 16.66667%;
        right: auto;
    }

    .medium-pull-2 {
        position: relative;
        right: 16.66667%;
        left: auto;
    }

    .medium-push-3 {
        position: relative;
        left: 25%;
        right: auto;
    }

    .medium-pull-3 {
        position: relative;
        right: 25%;
        left: auto;
    }

    .medium-push-4 {
        position: relative;
        left: 33.33333%;
        right: auto;
    }

    .medium-pull-4 {
        position: relative;
        right: 33.33333%;
        left: auto;
    }

    .medium-push-5 {
        position: relative;
        left: 41.66667%;
        right: auto;
    }

    .medium-pull-5 {
        position: relative;
        right: 41.66667%;
        left: auto;
    }

    .medium-push-6 {
        position: relative;
        left: 50%;
        right: auto;
    }

    .medium-pull-6 {
        position: relative;
        right: 50%;
        left: auto;
    }

    .medium-push-7 {
        position: relative;
        left: 58.33333%;
        right: auto;
    }

    .medium-pull-7 {
        position: relative;
        right: 58.33333%;
        left: auto;
    }

    .medium-push-8 {
        position: relative;
        left: 66.66667%;
        right: auto;
    }

    .medium-pull-8 {
        position: relative;
        right: 66.66667%;
        left: auto;
    }

    .medium-push-9 {
        position: relative;
        left: 75%;
        right: auto;
    }

    .medium-pull-9 {
        position: relative;
        right: 75%;
        left: auto;
    }

    .medium-push-10 {
        position: relative;
        left: 83.33333%;
        right: auto;
    }

    .medium-pull-10 {
        position: relative;
        right: 83.33333%;
        left: auto;
    }

    .medium-push-11 {
        position: relative;
        left: 91.66667%;
        right: auto;
    }

    .medium-pull-11 {
        position: relative;
        right: 91.66667%;
        left: auto;
    }

    .column, .columns {
        position: relative;
        padding-left: 0;
        padding-right: 0;
        float: left;
    }

    .medium-1 {
        width: 8.33333%;
    }

    .medium-2 {
        width: 16.66667%;
    }

    .medium-3 {
        width: 25%;
    }

    .medium-4 {
        width: 33.33333%;
    }

    .medium-5 {
        width: 41.66667%;
    }

    .medium-6 {
        width: 50%;
    }

    .medium-7 {
        width: 58.33333%;
    }

    .medium-8 {
        width: 66.66667%;
    }

    .medium-9 {
        width: 75%;
    }

    .medium-10 {
        width: 83.33333%;
    }

    .medium-11 {
        width: 91.66667%;
    }

    .medium-12 {
        width: 100%;
    }

    .medium-offset-0 {
        margin-left: 0% !important;
    }

    .medium-offset-1 {
        margin-left: 8.33333% !important;
    }

    .medium-offset-2 {
        margin-left: 16.66667% !important;
    }

    .medium-offset-3 {
        margin-left: 25% !important;
    }

    .medium-offset-4 {
        margin-left: 33.33333% !important;
    }

    .medium-offset-5 {
        margin-left: 41.66667% !important;
    }

    .medium-offset-6 {
        margin-left: 50% !important;
    }

    .medium-offset-7 {
        margin-left: 58.33333% !important;
    }

    .medium-offset-8 {
        margin-left: 66.66667% !important;
    }

    .medium-offset-9 {
        margin-left: 75% !important;
    }

    .medium-offset-10 {
        margin-left: 83.33333% !important;
    }

    .medium-offset-11 {
        margin-left: 91.66667% !important;
    }

    .medium-reset-order {
        margin-left: 0;
        margin-right: 0;
        left: auto;
        right: auto;
        float: left;
    }

    .column.medium-centered, .columns.medium-centered {
        margin-left: auto;
        margin-right: auto;
        float: none;
    }

    .column.medium-uncentered, .columns.medium-uncentered {
        margin-left: 0;
        margin-right: 0;
        float: left;
    }

    .column.medium-centered:last-child, .columns.medium-centered:last-child {
        float: none;
    }

    .column.medium-uncentered:last-child, .columns.medium-uncentered:last-child {
        float: left;
    }

    .column.medium-uncentered.opposite, .columns.medium-uncentered.opposite {
        float: right;
    }

    .row.medium-collapse > .column, .row.medium-collapse > .columns {
        padding-left: 0;
        padding-right: 0;
    }

    .row.medium-collapse .row {
        margin-left: 0;
        margin-right: 0;
    }

    .row.medium-uncollapse > .column, .row.medium-uncollapse > .columns {
        padding-left: 0;
        padding-right: 0;
        float: left;
    }

    .push-0 {
        position: relative;
        left: 0%;
        right: auto;
    }

    .pull-0 {
        position: relative;
        right: 0%;
        left: auto;
    }

    .push-1 {
        position: relative;
        left: 8.33333%;
        right: auto;
    }

    .pull-1 {
        position: relative;
        right: 8.33333%;
        left: auto;
    }

    .push-2 {
        position: relative;
        left: 16.66667%;
        right: auto;
    }

    .pull-2 {
        position: relative;
        right: 16.66667%;
        left: auto;
    }

    .push-3 {
        position: relative;
        left: 25%;
        right: auto;
    }

    .pull-3 {
        position: relative;
        right: 25%;
        left: auto;
    }

    .push-4 {
        position: relative;
        left: 33.33333%;
        right: auto;
    }

    .pull-4 {
        position: relative;
        right: 33.33333%;
        left: auto;
    }

    .push-5 {
        position: relative;
        left: 41.66667%;
        right: auto;
    }

    .pull-5 {
        position: relative;
        right: 41.66667%;
        left: auto;
    }

    .push-6 {
        position: relative;
        left: 50%;
        right: auto;
    }

    .pull-6 {
        position: relative;
        right: 50%;
        left: auto;
    }

    .push-7 {
        position: relative;
        left: 58.33333%;
        right: auto;
    }

    .pull-7 {
        position: relative;
        right: 58.33333%;
        left: auto;
    }

    .push-8 {
        position: relative;
        left: 66.66667%;
        right: auto;
    }

    .pull-8 {
        position: relative;
        right: 66.66667%;
        left: auto;
    }

    .push-9 {
        position: relative;
        left: 75%;
        right: auto;
    }

    .pull-9 {
        position: relative;
        right: 75%;
        left: auto;
    }

    .push-10 {
        position: relative;
        left: 83.33333%;
        right: auto;
    }

    .pull-10 {
        position: relative;
        right: 83.33333%;
        left: auto;
    }

    .push-11 {
        position: relative;
        left: 91.66667%;
        right: auto;
    }

    .pull-11 {
        position: relative;
        right: 91.66667%;
        left: auto;
    }
}

@media only screen and (min-width: 64.063em) {
    .large-push-0 {
        position: relative;
        left: 0%;
        right: auto;
    }

    .large-pull-0 {
        position: relative;
        right: 0%;
        left: auto;
    }

    .large-push-1 {
        position: relative;
        left: 8.33333%;
        right: auto;
    }

    .large-pull-1 {
        position: relative;
        right: 8.33333%;
        left: auto;
    }

    .large-push-2 {
        position: relative;
        left: 16.66667%;
        right: auto;
    }

    .large-pull-2 {
        position: relative;
        right: 16.66667%;
        left: auto;
    }

    .large-push-3 {
        position: relative;
        left: 25%;
        right: auto;
    }

    .large-pull-3 {
        position: relative;
        right: 25%;
        left: auto;
    }

    .large-push-4 {
        position: relative;
        left: 33.33333%;
        right: auto;
    }

    .large-pull-4 {
        position: relative;
        right: 33.33333%;
        left: auto;
    }

    .large-push-5 {
        position: relative;
        left: 41.66667%;
        right: auto;
    }

    .large-pull-5 {
        position: relative;
        right: 41.66667%;
        left: auto;
    }

    .large-push-6 {
        position: relative;
        left: 50%;
        right: auto;
    }

    .large-pull-6 {
        position: relative;
        right: 50%;
        left: auto;
    }

    .large-push-7 {
        position: relative;
        left: 58.33333%;
        right: auto;
    }

    .large-pull-7 {
        position: relative;
        right: 58.33333%;
        left: auto;
    }

    .large-push-8 {
        position: relative;
        left: 66.66667%;
        right: auto;
    }

    .large-pull-8 {
        position: relative;
        right: 66.66667%;
        left: auto;
    }

    .large-push-9 {
        position: relative;
        left: 75%;
        right: auto;
    }

    .large-pull-9 {
        position: relative;
        right: 75%;
        left: auto;
    }

    .large-push-10 {
        position: relative;
        left: 83.33333%;
        right: auto;
    }

    .large-pull-10 {
        position: relative;
        right: 83.33333%;
        left: auto;
    }

    .large-push-11 {
        position: relative;
        left: 91.66667%;
        right: auto;
    }

    .large-pull-11 {
        position: relative;
        right: 91.66667%;
        left: auto;
    }

    .column, .columns {
        position: relative;
        padding-left: 0;
        padding-right: 0;
        float: left;
    }

    .large-1 {
        width: 8.33333%;
    }

    .large-2 {
        width: 16.66667%;
    }

    .large-3 {
        width: 25%;
    }

    .large-4 {
        width: 33.33333%;
    }

    .large-5 {
        width: 41.66667%;
    }

    .large-6 {
        width: 50%;
    }

    .large-7 {
        width: 58.33333%;
    }

    .large-8 {
        width: 66.66667%;
    }

    .large-9 {
        width: 75%;
    }

    .large-10 {
        width: 83.33333%;
    }

    .large-11 {
        width: 91.66667%;
    }

    .large-12 {
        width: 100%;
    }

    .large-offset-0 {
        margin-left: 0% !important;
    }

    .large-offset-1 {
        margin-left: 8.33333% !important;
    }

    .large-offset-2 {
        margin-left: 16.66667% !important;
    }

    .large-offset-3 {
        margin-left: 25% !important;
    }

    .large-offset-4 {
        margin-left: 33.33333% !important;
    }

    .large-offset-5 {
        margin-left: 41.66667% !important;
    }

    .large-offset-6 {
        margin-left: 50% !important;
    }

    .large-offset-7 {
        margin-left: 58.33333% !important;
    }

    .large-offset-8 {
        margin-left: 66.66667% !important;
    }

    .large-offset-9 {
        margin-left: 75% !important;
    }

    .large-offset-10 {
        margin-left: 83.33333% !important;
    }

    .large-offset-11 {
        margin-left: 91.66667% !important;
    }

    .large-reset-order {
        margin-left: 0;
        margin-right: 0;
        left: auto;
        right: auto;
        float: left;
    }

    .column.large-centered, .columns.large-centered {
        margin-left: auto;
        margin-right: auto;
        float: none;
    }

    .column.large-uncentered, .columns.large-uncentered {
        margin-left: 0;
        margin-right: 0;
        float: left;
    }

    .column.large-centered:last-child, .columns.large-centered:last-child {
        float: none;
    }

    .column.large-uncentered:last-child, .columns.large-uncentered:last-child {
        float: left;
    }

    .column.large-uncentered.opposite, .columns.large-uncentered.opposite {
        float: right;
    }

    .row.large-collapse > .column, .row.large-collapse > .columns {
        padding-left: 0;
        padding-right: 0;
    }

    .row.large-collapse .row {
        margin-left: 0;
        margin-right: 0;
    }

    .row.large-uncollapse > .column, .row.large-uncollapse > .columns {
        padding-left: 0;
        padding-right: 0;
        float: left;
    }

    .push-0 {
        position: relative;
        left: 0%;
        right: auto;
    }

    .pull-0 {
        position: relative;
        right: 0%;
        left: auto;
    }

    .push-1 {
        position: relative;
        left: 8.33333%;
        right: auto;
    }

    .pull-1 {
        position: relative;
        right: 8.33333%;
        left: auto;
    }

    .push-2 {
        position: relative;
        left: 16.66667%;
        right: auto;
    }

    .pull-2 {
        position: relative;
        right: 16.66667%;
        left: auto;
    }

    .push-3 {
        position: relative;
        left: 25%;
        right: auto;
    }

    .pull-3 {
        position: relative;
        right: 25%;
        left: auto;
    }

    .push-4 {
        position: relative;
        left: 33.33333%;
        right: auto;
    }

    .pull-4 {
        position: relative;
        right: 33.33333%;
        left: auto;
    }

    .push-5 {
        position: relative;
        left: 41.66667%;
        right: auto;
    }

    .pull-5 {
        position: relative;
        right: 41.66667%;
        left: auto;
    }

    .push-6 {
        position: relative;
        left: 50%;
        right: auto;
    }

    .pull-6 {
        position: relative;
        right: 50%;
        left: auto;
    }

    .push-7 {
        position: relative;
        left: 58.33333%;
        right: auto;
    }

    .pull-7 {
        position: relative;
        right: 58.33333%;
        left: auto;
    }

    .push-8 {
        position: relative;
        left: 66.66667%;
        right: auto;
    }

    .pull-8 {
        position: relative;
        right: 66.66667%;
        left: auto;
    }

    .push-9 {
        position: relative;
        left: 75%;
        right: auto;
    }

    .pull-9 {
        position: relative;
        right: 75%;
        left: auto;
    }

    .push-10 {
        position: relative;
        left: 83.33333%;
        right: auto;
    }

    .pull-10 {
        position: relative;
        right: 83.33333%;
        left: auto;
    }

    .push-11 {
        position: relative;
        left: 91.66667%;
        right: auto;
    }

    .pull-11 {
        position: relative;
        right: 91.66667%;
        left: auto;
    }
}

.inline-list {
    margin: 0 auto 0 auto;
    margin-left: -1.375rem;
    margin-right: 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
}

    .inline-list > li {
        list-style: none;
        float: left;
        margin-left: 1.375rem;
        display: block;
    }

        .inline-list > li > * {
            display: block;
        }

.keystroke, kbd {
    background-color: #ededed;
    border-color: #ddd;
    color: #222;
    border-style: solid;
    border-width: 1px;
    margin: 0;
    font-family: "Consolas","Menlo","Courier",monospace;
    font-size: inherit;
    padding: 0.125rem 0.25rem 0;
    border-radius: 5px;
}

.label {
    font-weight: normal;
    font-family: "museo_slab500","Helvetica Neue",Helvetica,Roboto,Arial,serif;
    text-align: center;
    text-decoration: none;
    line-height: 1;
    white-space: nowrap;
    display: inline-block;
    position: relative;
    margin-bottom: auto;
    padding: 0.25rem 0.5rem 0.25rem;
    font-size: 0.6875rem;
    background-color: #008CBA;
    color: #fff;
}

    .label.radius {
        border-radius: 5px;
    }

    .label.round {
        border-radius: 1000px;
    }

    .label.alert {
        background-color: #f04124;
        color: #fff;
    }

    .label.warning {
        background-color: #f08a24;
        color: #fff;
    }

    .label.success {
        background-color: #43AC6A;
        color: #fff;
    }

    .label.secondary {
        background-color: #e7e7e7;
        color: #333;
    }

    .label.info {
        background-color: #a0d3e8;
        color: #333;
    }

ul.pagination {
    display: block;
    min-height: 1.5rem;
    margin-left: -0.3125rem;
}

    ul.pagination li {
        height: auto;
        color: #000;
        font-size: 1rem;
        margin-left: 0;
    }

        ul.pagination li a, ul.pagination li button {
            display: block;
            padding: 0.4375rem 0.625rem 0.4375rem;
            color: #000;
            background: none;
            border-radius: 5px;
            font-weight: normal;
            font-size: 1em;
            line-height: inherit;
            transition: background-color 300ms ease-out;
        }

            ul.pagination li:hover a, ul.pagination li a:focus, ul.pagination li:hover button, ul.pagination li button:focus {
                background: transparent;
            }

        ul.pagination li.unavailable a, ul.pagination li.unavailable button {
            cursor: default;
            color: #999;
        }

            ul.pagination li.unavailable:hover a, ul.pagination li.unavailable a:focus, ul.pagination li.unavailable:hover button, ul.pagination li.unavailable button:focus {
                background: transparent;
            }

        ul.pagination li.current a, ul.pagination li.current button {
            background: transparent;
            color: #0095d9;
            font-weight: bold;
            cursor: default;
        }

            ul.pagination li.current a:hover, ul.pagination li.current a:focus, ul.pagination li.current button:hover, ul.pagination li.current button:focus {
                background: transparent;
            }

    ul.pagination li {
        float: left;
        display: block;
    }

.pagination-centered {
    text-align: center;
}

    .pagination-centered ul.pagination li {
        float: none;
        display: inline-block;
    }

.panel {
    border-style: solid;
    border-width: 1px;
    border-color: #ddd;
    margin-bottom: 0;
    padding: 0.9375rem;
    background: #f8f8f8;
    color: #000;
}

    .panel > :first-child {
        margin-top: 0;
    }

    .panel > :last-child {
        margin-bottom: 0;
    }

    .panel h1, .panel h2, .panel h3, .panel h4, .panel h5, .panel h6, .panel p, .panel li, .panel dl {
        color: #000;
    }

    .panel h1, .panel h2, .panel h3, .panel h4, .panel h5, .panel h6 {
        line-height: 1;
        margin-bottom: 0.625rem;
    }

        .panel h1.subheader, .panel h2.subheader, .panel h3.subheader, .panel h4.subheader, .panel h5.subheader, .panel h6.subheader {
            line-height: 1.4;
        }

    .panel.callout {
        border-style: solid;
        border-width: 1px;
        border-color: #b6edff;
        margin-bottom: 0;
        padding: 0.9375rem;
        background: #ecfaff;
        color: #000;
    }

        .panel.callout > :first-child {
            margin-top: 0;
        }

        .panel.callout > :last-child {
            margin-bottom: 0;
        }

        .panel.callout h1, .panel.callout h2, .panel.callout h3, .panel.callout h4, .panel.callout h5, .panel.callout h6, .panel.callout p, .panel.callout li, .panel.callout dl {
            color: #000;
        }

        .panel.callout h1, .panel.callout h2, .panel.callout h3, .panel.callout h4, .panel.callout h5, .panel.callout h6 {
            line-height: 1;
            margin-bottom: 0.625rem;
        }

            .panel.callout h1.subheader, .panel.callout h2.subheader, .panel.callout h3.subheader, .panel.callout h4.subheader, .panel.callout h5.subheader, .panel.callout h6.subheader {
                line-height: 1.4;
            }

        .panel.callout a:not(.button) {
            color: #008CBA;
        }

            .panel.callout a:not(.button):hover, .panel.callout a:not(.button):focus {
                color: #0078a0;
            }

    .panel.radius {
        border-radius: 5px;
    }

.progress {
    background-color: #F6F6F6;
    height: 1.5625rem;
    border: 0 solid none;
    padding: 0.125rem;
    margin-bottom: 1.25rem;
}

    .progress .meter {
        background: #008CBA;
        height: 100%;
        display: block;
    }

    .progress.secondary .meter {
        background: #e7e7e7;
        height: 100%;
        display: block;
    }

    .progress.success .meter {
        background: #43AC6A;
        height: 100%;
        display: block;
    }

    .progress.alert .meter {
        background: #f04124;
        height: 100%;
        display: block;
    }

    .progress.radius {
        border-radius: 5px;
    }

        .progress.radius .meter {
            border-radius: 4px;
        }

    .progress.round {
        border-radius: 1000px;
    }

        .progress.round .meter {
            border-radius: 999px;
        }

.side-nav {
    display: block;
    margin: 0;
    padding: 0;
    list-style-type: none;
    list-style-position: outside;
    font-family: "museo_slab500","Helvetica Neue",Helvetica,Roboto,Arial,serif;
}

    .side-nav li {
        margin: 0;
        font-size: 0.875rem;
        font-weight: normal;
    }

        .side-nav li a:not(.button) {
            display: block;
            color: #000;
            margin: 0;
            padding: 0.4375rem 0.875rem;
        }

            .side-nav li a:not(.button):hover, .side-nav li a:not(.button):focus {
                background: transparent;
                color: #000;
            }

        .side-nav li.active > a:first-child:not(.button) {
            color: #000;
            font-weight: normal;
            font-family: "museo_slab500","Helvetica Neue",Helvetica,Roboto,Arial,serif;
        }

        .side-nav li.divider {
            border-top: 1px solid;
            height: 0;
            padding: 0;
            list-style: none;
            border-top-color: #fff;
        }

        .side-nav li.heading {
            color: #000;
            font-size: 0.875rem;
            font-weight: bold;
            text-transform: uppercase;
        }

.sub-nav {
    display: block;
    width: auto;
    overflow: hidden;
    margin-bottom: 0;
    padding-top: 0;
}

    .sub-nav dt {
        text-transform: uppercase;
    }

    .sub-nav dt, .sub-nav dd, .sub-nav li {
        float: left;
        margin-left: 1rem;
        margin-bottom: 0;
        font-family: "museo_slab500","Helvetica Neue",Helvetica,Roboto,Arial,serif;
        font-weight: normal;
        font-size: 0.875rem;
        color: #888;
    }

        .sub-nav dt a, .sub-nav dd a, .sub-nav li a {
            text-decoration: none;
            color: #888;
            padding: 0;
        }

            .sub-nav dt a:hover, .sub-nav dd a:hover, .sub-nav li a:hover {
                color: transparent;
            }

        .sub-nav dt.active a, .sub-nav dd.active a, .sub-nav li.active a {
            border-radius: 0;
            font-weight: normal;
            background: transparent;
            padding: 0;
            cursor: default;
            color: #000;
        }

            .sub-nav dt.active a:hover, .sub-nav dd.active a:hover, .sub-nav li.active a:hover {
                background: transparent;
            }

table {
    background: #fff;
    margin-bottom: 1.25rem;
    border: solid 1px #ddd;
    table-layout: auto;
}

    table caption {
        background: transparent;
        color: #222;
        font-size: 1rem;
        font-weight: bold;
    }

    table thead {
        background: #F5F5F5;
    }

        table thead tr th, table thead tr td {
            padding: 0.5rem 0.625rem 0.625rem;
            font-size: 0.875rem;
            font-weight: bold;
            color: #222;
        }

    table tfoot {
        background: #F5F5F5;
    }

        table tfoot tr th, table tfoot tr td {
            padding: 0.5rem 0.625rem 0.625rem;
            font-size: 0.875rem;
            font-weight: bold;
            color: #222;
        }

    table tr th, table tr td {
        padding: 0.5625rem 0.625rem;
        font-size: 0.875rem;
        color: #222;
        text-align: left;
    }

    table tr.even, table tr.alt, table tr:nth-of-type(even) {
        background: #F9F9F9;
    }

    table thead tr th, table tfoot tr th, table tfoot tr td, table tbody tr th, table tbody tr td, table tr td {
        display: table-cell;
        line-height: 1.125rem;
    }

.tabs {
    margin-bottom: 0 !important;
    margin-left: 0;
}

    .tabs:before, .tabs:after {
        content: " ";
        display: table;
    }

    .tabs:after {
        clear: both;
    }

    .tabs dd, .tabs .tab-title {
        position: relative;
        margin-bottom: 0 !important;
        list-style: none;
        float: left;
    }

        .tabs dd > a, .tabs .tab-title > a {
            display: block;
            background-color: #EFEFEF;
            color: #222;
            padding: 1rem 2rem;
            font-family: "museo_slab500","Helvetica Neue",Helvetica,Roboto,Arial,serif;
            font-size: 1rem;
        }

            .tabs dd > a:hover, .tabs .tab-title > a:hover {
                background-color: #e1e1e1;
            }

            .tabs dd > a:focus, .tabs .tab-title > a:focus {
                outline: none;
            }

        .tabs dd.active a, .tabs .tab-title.active a {
            background-color: #fff;
            color: #222;
        }

    .tabs.radius dd:first-child a, .tabs.radius .tab:first-child a {
        -webkit-border-bottom-left-radius: 5px;
        -webkit-border-top-left-radius: 5px;
        border-bottom-left-radius: 5px;
        border-top-left-radius: 5px;
    }

    .tabs.radius dd:last-child a, .tabs.radius .tab:last-child a {
        -webkit-border-bottom-right-radius: 5px;
        -webkit-border-top-right-radius: 5px;
        border-bottom-right-radius: 5px;
        border-top-right-radius: 5px;
    }

    .tabs.vertical dd, .tabs.vertical .tab-title {
        position: inherit;
        float: none;
        display: block;
        top: auto;
    }

.tabs-content {
    margin-bottom: 1.5rem;
    width: 100%;
}

    .tabs-content:before, .tabs-content:after {
        content: " ";
        display: table;
    }

    .tabs-content:after {
        clear: both;
    }

    .tabs-content > .content {
        display: none;
        float: left;
        padding: 0 0;
        width: 100%;
    }

        .tabs-content > .content.active {
            display: block;
            float: none;
        }

        .tabs-content > .content.contained {
            padding: 0;
        }

    .tabs-content.vertical {
        display: block;
    }

        .tabs-content.vertical > .content {
            padding: 0 0;
        }

@media only screen and (min-width: 40.063em) {
    .tabs.vertical {
        width: 20%;
        max-width: 20%;
        float: left;
        margin: 0 0 1.25rem;
    }

    .tabs-content.vertical {
        width: 80%;
        max-width: 80%;
        float: left;
        margin-left: -1px;
        padding-left: 1rem;
    }
}

.no-js .tabs-content > .content {
    display: block;
    float: none;
}

.has-tip {
    border-bottom: 0 none;
    cursor: help;
    font-weight: bold;
    color: #333;
}

    .has-tip:hover, .has-tip:focus {
        border-bottom: 1px solid #eaeaea;
        color: #008CBA;
    }

    .has-tip.tip-left, .has-tip.tip-right {
        float: none !important;
    }

.tooltip {
    display: none;
    position: absolute;
    z-index: 1006;
    font-weight: normal;
    font-size: 0.875rem;
    line-height: 1.3;
    padding: 0.625rem;
    max-width: 300px;
    left: 50%;
    width: 100%;
    color: #fff;
    background: #00adef;
}

    .tooltip > .nub {
        display: block;
        left: 5px;
        position: absolute;
        width: 0;
        height: 0;
        border: solid 5px;
        border-color: transparent transparent #00adef transparent;
        top: -10px;
        pointer-events: none;
    }

        .tooltip > .nub.rtl {
            left: auto;
            right: 5px;
        }

    .tooltip.radius {
        border-radius: 5px;
    }

    .tooltip.round {
        border-radius: 1000px;
    }

        .tooltip.round > .nub {
            left: 2rem;
        }

    .tooltip.opened {
        color: #008CBA !important;
        border-bottom: 1px solid #eaeaea !important;
    }

.tap-to-close {
    display: block;
    font-size: 0.625rem;
    color: #777;
    font-weight: normal;
}

@media only screen and (min-width: 40.063em) {
    .tooltip > .nub {
        border-color: transparent transparent #00adef transparent;
        top: -10px;
    }

    .tooltip.tip-top > .nub {
        border-color: #00adef transparent transparent transparent;
        top: auto;
        bottom: -10px;
    }

    .tooltip.tip-left, .tooltip.tip-right {
        float: none !important;
    }

        .tooltip.tip-left > .nub {
            border-color: transparent transparent transparent #00adef;
            right: -10px;
            left: auto;
            top: 50%;
            margin-top: -5px;
        }

        .tooltip.tip-right > .nub {
            border-color: transparent #00adef transparent transparent;
            right: auto;
            left: -10px;
            top: 50%;
            margin-top: -5px;
        }
}

meta.foundation-mq-topbar {
    font-family: "/only screen and (min-width: 1120px)/";
    width: 1120px;
}

.contain-to-grid {
    width: 100%;
    background: transparent;
}

    .contain-to-grid .top-bar {
        margin-bottom: 0;
    }

.fixed {
    width: 100%;
    left: 0;
    position: fixed;
    top: 0;
    z-index: 99;
}

    .fixed.expanded:not(.top-bar) {
        overflow-y: auto;
        height: auto;
        width: 100%;
        max-height: 100%;
    }

        .fixed.expanded:not(.top-bar) .title-area {
            position: fixed;
            width: 100%;
            z-index: 99;
        }

        .fixed.expanded:not(.top-bar) .top-bar-section {
            z-index: 98;
            margin-top: 3.6875rem;
        }

.top-bar {
    overflow: hidden;
    height: 3.6875rem;
    line-height: 3.6875rem;
    position: relative;
    background: transparent;
    margin-bottom: 0;
}

    .top-bar ul {
        margin-bottom: 0;
        list-style: none;
    }

    .top-bar .row {
        max-width: none;
    }

    .top-bar form, .top-bar input {
        margin-bottom: 0;
    }

    .top-bar input {
        height: 1.75rem;
        padding-top: .35rem;
        padding-bottom: .35rem;
        font-size: 0.75rem;
    }

    .top-bar .button, .top-bar button {
        padding-top: 0.4125rem;
        padding-bottom: 0.4125rem;
        margin-bottom: 0;
        font-size: 0.75rem;
    }

@media only screen and (max-width: 40em) {
    .top-bar .button, .top-bar button {
        position: relative;
        top: -1px;
    }
}

.top-bar .title-area {
    position: relative;
    margin: 0;
}

.top-bar .name {
    height: 3.6875rem;
    margin: 0;
    font-size: 16px;
}

    .top-bar .name h1, .top-bar .name h2, .top-bar .name h3, .top-bar .name h4, .top-bar .name p, .top-bar .name span {
        line-height: 3.6875rem;
        font-size: 1.0625rem;
        margin: 0;
    }

        .top-bar .name h1 a, .top-bar .name h2 a, .top-bar .name h3 a, .top-bar .name h4 a, .top-bar .name p a, .top-bar .name span a {
            font-weight: normal;
            color: #000;
            width: 75%;
            display: block;
            padding: 0 3rem;
        }

.top-bar .toggle-topbar {
    position: absolute;
    right: 0;
    top: 0;
}

    .top-bar .toggle-topbar a {
        color: #000;
        text-transform: uppercase;
        font-size: 1rem;
        font-weight: bold;
        position: relative;
        display: block;
        padding: 0 3rem;
        height: 3.6875rem;
        line-height: 3.6875rem;
    }

    .top-bar .toggle-topbar.menu-icon {
        top: 50%;
        margin-top: -16px;
    }

        .top-bar .toggle-topbar.menu-icon a {
            height: 34px;
            line-height: 33px;
            padding: 0 4.5625rem 0 3rem;
            color: #000;
            position: relative;
        }

            .top-bar .toggle-topbar.menu-icon a span::after {
                content: "";
                position: absolute;
                display: block;
                height: 0;
                top: 50%;
                margin-top: -8px;
                right: 3rem;
                box-shadow: 0 0 0 1px #000,0 7px 0 1px #000,0 14px 0 1px #000;
                width: 16px;
            }

            .top-bar .toggle-topbar.menu-icon a span:hover:after {
                box-shadow: 0 0 0 1px "",0 7px 0 1px "",0 14px 0 1px "";
            }

.top-bar.expanded {
    height: auto;
    background: transparent;
}

    .top-bar.expanded .title-area {
        background: transparent;
    }

    .top-bar.expanded .toggle-topbar a {
        color: #fff;
    }

        .top-bar.expanded .toggle-topbar a span::after {
            box-shadow: 0 0 0 1px #fff,0 7px 0 1px #fff,0 14px 0 1px #fff;
        }

.top-bar-section {
    left: 0;
    position: relative;
    width: auto;
    transition: left 300ms ease-out;
}

    .top-bar-section ul {
        padding: 0;
        width: 100%;
        height: auto;
        display: block;
        font-size: 16px;
        margin: 0;
    }

    .top-bar-section .divider, .top-bar-section [role="separator"] {
        border-top: solid 1px transparent;
        clear: both;
        height: 1px;
        width: 100%;
    }

    .top-bar-section ul li {
        background: transparent;
    }

        .top-bar-section ul li > a {
            display: block;
            width: 100%;
            color: #000;
            padding: 12px 0 12px 0;
            padding-left: 3rem;
            font-family: "museo_slab500","Helvetica Neue",Helvetica,Roboto,Arial,serif;
            font-size: 0.95rem;
            font-weight: bold;
            text-transform: uppercase;
        }

            .top-bar-section ul li > a.button {
                font-size: 0.95rem;
                padding-right: 3rem;
                padding-left: 3rem;
                background-color: #008CBA;
                border-color: #007095;
                color: #fff;
            }

                .top-bar-section ul li > a.button:hover, .top-bar-section ul li > a.button:focus {
                    background-color: #007095;
                }

                .top-bar-section ul li > a.button:hover, .top-bar-section ul li > a.button:focus {
                    color: #fff;
                }

                .top-bar-section ul li > a.button.secondary {
                    background-color: #e7e7e7;
                    border-color: #b9b9b9;
                    color: #000;
                }

                    .top-bar-section ul li > a.button.secondary:hover, .top-bar-section ul li > a.button.secondary:focus {
                        background-color: #b9b9b9;
                    }

                    .top-bar-section ul li > a.button.secondary:hover, .top-bar-section ul li > a.button.secondary:focus {
                        color: #000;
                    }

                .top-bar-section ul li > a.button.success {
                    background-color: #43AC6A;
                    border-color: #368a55;
                    color: #fff;
                }

                    .top-bar-section ul li > a.button.success:hover, .top-bar-section ul li > a.button.success:focus {
                        background-color: #368a55;
                    }

                    .top-bar-section ul li > a.button.success:hover, .top-bar-section ul li > a.button.success:focus {
                        color: #fff;
                    }

                .top-bar-section ul li > a.button.alert {
                    background-color: #f04124;
                    border-color: #cf2a0e;
                    color: #fff;
                }

                    .top-bar-section ul li > a.button.alert:hover, .top-bar-section ul li > a.button.alert:focus {
                        background-color: #cf2a0e;
                    }

                    .top-bar-section ul li > a.button.alert:hover, .top-bar-section ul li > a.button.alert:focus {
                        color: #fff;
                    }

                .top-bar-section ul li > a.button.warning {
                    background-color: #f08a24;
                    border-color: #cf6e0e;
                    color: #fff;
                }

                    .top-bar-section ul li > a.button.warning:hover, .top-bar-section ul li > a.button.warning:focus {
                        background-color: #cf6e0e;
                    }

                    .top-bar-section ul li > a.button.warning:hover, .top-bar-section ul li > a.button.warning:focus {
                        color: #fff;
                    }

        .top-bar-section ul li > button {
            font-size: 0.95rem;
            padding-right: 3rem;
            padding-left: 3rem;
            background-color: #008CBA;
            border-color: #007095;
            color: #fff;
        }

            .top-bar-section ul li > button:hover, .top-bar-section ul li > button:focus {
                background-color: #007095;
            }

            .top-bar-section ul li > button:hover, .top-bar-section ul li > button:focus {
                color: #fff;
            }

            .top-bar-section ul li > button.secondary {
                background-color: #e7e7e7;
                border-color: #b9b9b9;
                color: #000;
            }

                .top-bar-section ul li > button.secondary:hover, .top-bar-section ul li > button.secondary:focus {
                    background-color: #b9b9b9;
                }

                .top-bar-section ul li > button.secondary:hover, .top-bar-section ul li > button.secondary:focus {
                    color: #000;
                }

            .top-bar-section ul li > button.success {
                background-color: #43AC6A;
                border-color: #368a55;
                color: #fff;
            }

                .top-bar-section ul li > button.success:hover, .top-bar-section ul li > button.success:focus {
                    background-color: #368a55;
                }

                .top-bar-section ul li > button.success:hover, .top-bar-section ul li > button.success:focus {
                    color: #fff;
                }

            .top-bar-section ul li > button.alert {
                background-color: #f04124;
                border-color: #cf2a0e;
                color: #fff;
            }

                .top-bar-section ul li > button.alert:hover, .top-bar-section ul li > button.alert:focus {
                    background-color: #cf2a0e;
                }

                .top-bar-section ul li > button.alert:hover, .top-bar-section ul li > button.alert:focus {
                    color: #fff;
                }

            .top-bar-section ul li > button.warning {
                background-color: #f08a24;
                border-color: #cf6e0e;
                color: #fff;
            }

                .top-bar-section ul li > button.warning:hover, .top-bar-section ul li > button.warning:focus {
                    background-color: #cf6e0e;
                }

                .top-bar-section ul li > button.warning:hover, .top-bar-section ul li > button.warning:focus {
                    color: #fff;
                }

        .top-bar-section ul li:hover:not(.has-form) > a {
            background-color: transparent;
            background: transparent;
            color: #fff;
        }

        .top-bar-section ul li.active > a {
            background: transparent;
            color: #fff;
        }

            .top-bar-section ul li.active > a:hover {
                background: transparent;
                color: #fff;
            }

    .top-bar-section .has-form {
        padding: 3rem;
    }

    .top-bar-section .has-dropdown {
        position: relative;
    }

        .top-bar-section .has-dropdown > a:after {
            content: "";
            display: block;
            width: 0;
            height: 0;
            border: inset 5px;
            border-color: transparent transparent transparent rgba(255,255,255,0.4);
            border-left-style: solid;
            margin-right: 3rem;
            margin-top: -4.5px;
            position: absolute;
            top: 50%;
            right: 0;
        }

        .top-bar-section .has-dropdown.moved {
            position: static;
        }

            .top-bar-section .has-dropdown.moved > .dropdown {
                display: block;
                position: static !important;
                height: auto;
                width: auto;
                overflow: visible;
                clip: auto;
                position: absolute !important;
                width: 100%;
            }

            .top-bar-section .has-dropdown.moved > a:after {
                display: none;
            }

    .top-bar-section .dropdown {
        padding: 0;
        position: absolute;
        left: 100%;
        top: 0;
        z-index: 99;
        display: block;
        position: absolute !important;
        height: 1px;
        width: 1px;
        overflow: hidden;
        clip: rect(1px, 1px, 1px, 1px);
    }

        .top-bar-section .dropdown li {
            width: 100%;
            height: auto;
        }

            .top-bar-section .dropdown li a {
                font-weight: normal;
                padding: 8px 3rem;
            }

                .top-bar-section .dropdown li a.parent-link {
                    font-weight: bold;
                }

            .top-bar-section .dropdown li.title h5, .top-bar-section .dropdown li.parent-link {
                margin-bottom: 0;
                margin-top: 0;
                font-size: 1.125rem;
            }

                .top-bar-section .dropdown li.title h5 a, .top-bar-section .dropdown li.parent-link a {
                    color: #000;
                    display: block;
                }

                    .top-bar-section .dropdown li.title h5 a:hover, .top-bar-section .dropdown li.parent-link a:hover {
                        background: none;
                    }

            .top-bar-section .dropdown li.has-form {
                padding: 8px 3rem;
            }

            .top-bar-section .dropdown li .button, .top-bar-section .dropdown li button {
                top: auto;
            }

        .top-bar-section .dropdown label {
            padding: 8px 3rem 2px;
            margin-bottom: 0;
            text-transform: uppercase;
            color: #777;
            font-weight: bold;
            font-size: 0.625rem;
        }

.js-generated {
    display: block;
}

@media only screen and (min-width: 1120px) {
    .top-bar {
        background: transparent;
        overflow: visible;
    }

        .top-bar:before, .top-bar:after {
            content: " ";
            display: table;
        }

        .top-bar:after {
            clear: both;
        }

        .top-bar .toggle-topbar {
            display: none;
        }

        .top-bar .title-area {
            float: left;
        }

        .top-bar .name h1 a, .top-bar .name h2 a, .top-bar .name h3 a, .top-bar .name h4 a, .top-bar .name h5 a, .top-bar .name h6 a {
            width: auto;
        }

        .top-bar input, .top-bar .button, .top-bar button {
            font-size: 0.875rem;
            position: relative;
            height: 1.75rem;
            top: 0.96875rem;
        }

        .top-bar.expanded {
            background: transparent;
        }

    .contain-to-grid .top-bar {
        max-width: 69.375rem;
        margin: 0 auto;
        margin-bottom: 0;
    }

    .top-bar-section {
        transition: none 0 0;
        left: 0 !important;
    }

        .top-bar-section ul {
            width: auto;
            height: auto !important;
            display: inline;
        }

            .top-bar-section ul li {
                float: left;
            }

                .top-bar-section ul li .js-generated {
                    display: none;
                }

        .top-bar-section li.hover > a:not(.button) {
            background-color: transparent;
            background: transparent;
            color: #fff;
        }

        .top-bar-section li:not(.has-form) a:not(.button) {
            padding: 0 3rem;
            line-height: 3.6875rem;
            background: transparent;
        }

            .top-bar-section li:not(.has-form) a:not(.button):hover {
                background-color: transparent;
                background: transparent;
            }

        .top-bar-section li.active:not(.has-form) a:not(.button) {
            padding: 0 3rem;
            line-height: 3.6875rem;
            color: #fff;
            background: transparent;
        }

            .top-bar-section li.active:not(.has-form) a:not(.button):hover {
                background: transparent;
                color: #fff;
            }

        .top-bar-section .has-dropdown > a {
            padding-right: 4.25rem !important;
        }

            .top-bar-section .has-dropdown > a:after {
                content: "";
                display: block;
                width: 0;
                height: 0;
                border: inset 5px;
                border-color: rgba(255,255,255,0.4) transparent transparent transparent;
                border-top-style: solid;
                margin-top: -2.5px;
                top: 1.84375rem;
            }

        .top-bar-section .has-dropdown.moved {
            position: relative;
        }

            .top-bar-section .has-dropdown.moved > .dropdown {
                display: block;
                position: absolute !important;
                height: 1px;
                width: 1px;
                overflow: hidden;
                clip: rect(1px, 1px, 1px, 1px);
            }

        .top-bar-section .has-dropdown.hover > .dropdown, .top-bar-section .has-dropdown.not-click:hover > .dropdown {
            display: block;
            position: static !important;
            height: auto;
            width: auto;
            overflow: visible;
            clip: auto;
            position: absolute !important;
        }

        .top-bar-section .has-dropdown > a:focus + .dropdown {
            display: block;
            position: static !important;
            height: auto;
            width: auto;
            overflow: visible;
            clip: auto;
            position: absolute !important;
        }

        .top-bar-section .has-dropdown .dropdown li.has-dropdown > a:after {
            border: none;
            content: "\00bb";
            top: 1rem;
            margin-top: -1px;
            right: 5px;
            line-height: 1.2;
        }

        .top-bar-section .dropdown {
            left: 0;
            top: auto;
            background: transparent;
            min-width: 100%;
        }

            .top-bar-section .dropdown li a {
                color: #000;
                line-height: 3.6875rem;
                white-space: nowrap;
                padding: 12px 3rem;
                background: transparent;
            }

            .top-bar-section .dropdown li:not(.has-form):not(.active) > a:not(.button) {
                color: #000;
                background: transparent;
            }

            .top-bar-section .dropdown li:not(.has-form):not(.active):hover > a:not(.button) {
                color: #fff;
                background-color: transparent;
                background: transparent;
            }

            .top-bar-section .dropdown li label {
                white-space: nowrap;
                background: #333;
            }

            .top-bar-section .dropdown li .dropdown {
                left: 100%;
                top: 0;
            }

        .top-bar-section > ul > .divider, .top-bar-section > ul > [role="separator"] {
            border-bottom: none;
            border-top: none;
            border-right: solid 1px rgba(33,33,33,0);
            clear: none;
            height: 3.6875rem;
            width: 0;
        }

        .top-bar-section .has-form {
            background: transparent;
            padding: 0 3rem;
            height: 3.6875rem;
        }

        .top-bar-section .right li .dropdown {
            left: auto;
            right: 0;
        }

            .top-bar-section .right li .dropdown li .dropdown {
                right: 100%;
            }

        .top-bar-section .left li .dropdown {
            right: auto;
            left: 0;
        }

            .top-bar-section .left li .dropdown li .dropdown {
                left: 100%;
            }

    .no-js .top-bar-section ul li:hover > a {
        background-color: transparent;
        background: transparent;
        color: #fff;
    }

    .no-js .top-bar-section ul li:active > a {
        background: transparent;
        color: #fff;
    }

    .no-js .top-bar-section .has-dropdown:hover > .dropdown {
        display: block;
        position: static !important;
        height: auto;
        width: auto;
        overflow: visible;
        clip: auto;
        position: absolute !important;
    }

    .no-js .top-bar-section .has-dropdown > a:focus + .dropdown {
        display: block;
        position: static !important;
        height: auto;
        width: auto;
        overflow: visible;
        clip: auto;
        position: absolute !important;
    }
}

.text-left {
    text-align: left !important;
}

.text-right {
    text-align: right !important;
}

.text-center {
    text-align: center !important;
}

.text-justify {
    text-align: justify !important;
}

@media only screen and (max-width: 40em) {
    .small-only-text-left {
        text-align: left !important;
    }

    .small-only-text-right {
        text-align: right !important;
    }

    .small-only-text-center {
        text-align: center !important;
    }

    .small-only-text-justify {
        text-align: justify !important;
    }
}

@media only screen {
    .small-text-left {
        text-align: left !important;
    }

    .small-text-right {
        text-align: right !important;
    }

    .small-text-center {
        text-align: center !important;
    }

    .small-text-justify {
        text-align: justify !important;
    }
}

@media only screen and (min-width: 40.063em) and (max-width: 64em) {
    .medium-only-text-left {
        text-align: left !important;
    }

    .medium-only-text-right {
        text-align: right !important;
    }

    .medium-only-text-center {
        text-align: center !important;
    }

    .medium-only-text-justify {
        text-align: justify !important;
    }
}

@media only screen and (min-width: 40.063em) {
    .medium-text-left {
        text-align: left !important;
    }

    .medium-text-right {
        text-align: right !important;
    }

    .medium-text-center {
        text-align: center !important;
    }

    .medium-text-justify {
        text-align: justify !important;
    }
}

@media only screen and (min-width: 64.063em) and (max-width: 90em) {
    .large-only-text-left {
        text-align: left !important;
    }

    .large-only-text-right {
        text-align: right !important;
    }

    .large-only-text-center {
        text-align: center !important;
    }

    .large-only-text-justify {
        text-align: justify !important;
    }
}

@media only screen and (min-width: 64.063em) {
    .large-text-left {
        text-align: left !important;
    }

    .large-text-right {
        text-align: right !important;
    }

    .large-text-center {
        text-align: center !important;
    }

    .large-text-justify {
        text-align: justify !important;
    }
}

@media only screen and (min-width: 90.063em) and (max-width: 120em) {
    .xlarge-only-text-left {
        text-align: left !important;
    }

    .xlarge-only-text-right {
        text-align: right !important;
    }

    .xlarge-only-text-center {
        text-align: center !important;
    }

    .xlarge-only-text-justify {
        text-align: justify !important;
    }
}

@media only screen and (min-width: 90.063em) {
    .xlarge-text-left {
        text-align: left !important;
    }

    .xlarge-text-right {
        text-align: right !important;
    }

    .xlarge-text-center {
        text-align: center !important;
    }

    .xlarge-text-justify {
        text-align: justify !important;
    }
}

@media only screen and (min-width: 120.063em) and (max-width: 99999999em) {
    .xxlarge-only-text-left {
        text-align: left !important;
    }

    .xxlarge-only-text-right {
        text-align: right !important;
    }

    .xxlarge-only-text-center {
        text-align: center !important;
    }

    .xxlarge-only-text-justify {
        text-align: justify !important;
    }
}

@media only screen and (min-width: 120.063em) {
    .xxlarge-text-left {
        text-align: left !important;
    }

    .xxlarge-text-right {
        text-align: right !important;
    }

    .xxlarge-text-center {
        text-align: center !important;
    }

    .xxlarge-text-justify {
        text-align: justify !important;
    }
}

div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, p, blockquote, th, td {
    margin: 0;
    padding: 0;
}

a {
    color: #008CBA;
    text-decoration: none;
    line-height: inherit;
}

    a:hover, a:focus {
        color: #0078a0;
    }

    a img {
        border: none;
    }

p {
    font-family: inherit;
    font-weight: normal;
    font-size: 1rem;
    line-height: 1.2;
    margin-bottom: 1.25rem;
    text-rendering: optimizeLegibility;
}

    p.lead {
        font-size: 1.21875rem;
        line-height: 1.6;
    }

    p aside {
        font-size: 0.875rem;
        line-height: 1.35;
        font-style: italic;
    }

h1, h2, h3, h4, h5, h6 {
    font-family: "museo_slab500","Helvetica Neue",Helvetica,Roboto,Arial,serif;
    font-weight: normal;
    font-style: normal;
    color: #000;
    text-rendering: optimizeLegibility;
    margin-top: 0.2rem;
    margin-bottom: 0.5rem;
    line-height: 1.4;
}

    h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
        font-size: 60%;
        color: #595959;
        line-height: 0;
    }

h1 {
    font-size: 2rem;
}

h2 {
    font-size: 1.5625rem;
}

h3 {
    font-size: 1.25rem;
}

h4 {
    font-size: 1rem;
}

h5 {
    font-size: 1.125rem;
}

h6 {
    font-size: 1rem;
}

.subheader {
    line-height: 1.4;
    color: #595959;
    font-weight: normal;
    margin-top: 0.2rem;
    margin-bottom: 0.5rem;
}

hr {
    border: solid #ddd;
    border-width: 1px 0 0;
    clear: both;
    margin: 1.25rem 0 1.1875rem;
    height: 0;
}

em, i {
    font-style: italic;
    line-height: inherit;
}

strong, b {
    font-weight: bold;
    line-height: inherit;
}

small {
    font-size: 60%;
    line-height: inherit;
}

code {
    font-family: Consolas,"Liberation Mono",Courier,monospace;
    font-weight: normal;
    color: #333;
    background-color: #f8f8f8;
    border-width: 1px;
    border-style: solid;
    border-color: #dfdfdf;
    padding: 0.125rem 0.3125rem 0.0625rem;
}

ul, ol, dl {
    font-size: 1rem;
    line-height: 1.2;
    margin-bottom: 1.25rem;
    list-style-position: outside;
    font-family: inherit;
}

ul {
    margin-left: 1.1rem;
}

    ul.no-bullet {
        margin-left: 0;
    }

        ul.no-bullet li ul, ul.no-bullet li ol {
            margin-left: 1.25rem;
            margin-bottom: 0;
            list-style: none;
        }

    ul li ul, ul li ol {
        margin-left: 1.25rem;
        margin-bottom: 0;
    }

    ul.square li ul, ul.circle li ul, ul.disc li ul {
        list-style: inherit;
    }

    ul.square {
        list-style-type: square;
        margin-left: 1.1rem;
    }

    ul.circle {
        list-style-type: circle;
        margin-left: 1.1rem;
    }

    ul.disc {
        list-style-type: disc;
        margin-left: 1.1rem;
    }

    ul.no-bullet {
        list-style: none;
    }

ol {
    margin-left: 1.4rem;
}

    ol li ul, ol li ol {
        margin-left: 1.25rem;
        margin-bottom: 0;
    }

dl dt {
    margin-bottom: 0.3rem;
    font-weight: bold;
}

dl dd {
    margin-bottom: 0.75rem;
}

abbr, acronym {
    text-transform: uppercase;
    font-size: 90%;
    color: #5a5a5a;
    cursor: help;
}

abbr {
    text-transform: none;
}

    abbr[title] {
        border-bottom: 1px dotted #ddd;
    }

blockquote {
    margin: 0 0 1.25rem;
    padding: 0.5625rem 1.25rem 0 1.1875rem;
    border-left: 1px solid #ddd;
}

    blockquote cite {
        display: block;
        font-size: 0.8125rem;
        color: #3b3b3b;
    }

        blockquote cite:before {
            content: "\2014 \0020";
        }

        blockquote cite a, blockquote cite a:visited {
            color: #3b3b3b;
        }

    blockquote, blockquote p {
        line-height: 1.2;
        color: #595959;
    }

.vcard {
    display: inline-block;
    margin: 0 0 1.25rem 0;
    border: 1px solid #ddd;
    padding: 0.625rem 0.75rem;
}

    .vcard li {
        margin: 0;
        display: block;
    }

    .vcard .fn {
        font-weight: bold;
        font-size: 0.9375rem;
    }

.vevent .summary {
    font-weight: bold;
}

.vevent abbr {
    cursor: default;
    text-decoration: none;
    font-weight: bold;
    border: none;
    padding: 0 0.0625rem;
}

@media only screen and (min-width: 40.063em) {
    h1, h2, h3, h4, h5, h6 {
        line-height: 1.4;
    }

    h1 {
        font-size: 2.625rem;
    }

    h2 {
        font-size: 2.1875rem;
    }

    h3 {
        font-size: 1.5625rem;
    }

    h4 {
        font-size: 1.3125rem;
    }

    h5 {
        font-size: 1.125rem;
    }

    h6 {
        font-size: 1rem;
    }
}

@media only screen {
    .show-for-small-only, .show-for-small-up, .show-for-small, .show-for-small-down, .hide-for-medium-only, .hide-for-medium-up, .hide-for-medium, .show-for-medium-down, .hide-for-large-only, .hide-for-large-up, .hide-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .show-for-xxlarge-down {
        display: inherit !important;
    }

    .hide-for-small-only, .hide-for-small-up, .hide-for-small, .hide-for-small-down, .show-for-medium-only, .show-for-medium-up, .show-for-medium, .hide-for-medium-down, .show-for-large-only, .show-for-large-up, .show-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .hide-for-xxlarge-down {
        display: none !important;
    }

    .visible-for-small-only, .visible-for-small-up, .visible-for-small, .visible-for-small-down, .hidden-for-medium-only, .hidden-for-medium-up, .hidden-for-medium, .visible-for-medium-down, .hidden-for-large-only, .hidden-for-large-up, .hidden-for-large, .visible-for-large-down, .hidden-for-xlarge-only, .hidden-for-xlarge-up, .hidden-for-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .visible-for-xxlarge-down {
        position: static !important;
        height: auto;
        width: auto;
        overflow: visible;
        clip: auto;
    }

    .hidden-for-small-only, .hidden-for-small-up, .hidden-for-small, .hidden-for-small-down, .visible-for-medium-only, .visible-for-medium-up, .visible-for-medium, .hidden-for-medium-down, .visible-for-large-only, .visible-for-large-up, .visible-for-large, .hidden-for-large-down, .visible-for-xlarge-only, .visible-for-xlarge-up, .visible-for-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .hidden-for-xxlarge-down {
        position: absolute !important;
        height: 1px;
        width: 1px;
        overflow: hidden;
        clip: rect(1px, 1px, 1px, 1px);
    }

    table.show-for-small-only, table.show-for-small-up, table.show-for-small, table.show-for-small-down, table.hide-for-medium-only, table.hide-for-medium-up, table.hide-for-medium, table.show-for-medium-down, table.hide-for-large-only, table.hide-for-large-up, table.hide-for-large, table.show-for-large-down, table.hide-for-xlarge-only, table.hide-for-xlarge-up, table.hide-for-xlarge, table.show-for-xlarge-down, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge, table.show-for-xxlarge-down {
        display: table !important;
    }

    thead.show-for-small-only, thead.show-for-small-up, thead.show-for-small, thead.show-for-small-down, thead.hide-for-medium-only, thead.hide-for-medium-up, thead.hide-for-medium, thead.show-for-medium-down, thead.hide-for-large-only, thead.hide-for-large-up, thead.hide-for-large, thead.show-for-large-down, thead.hide-for-xlarge-only, thead.hide-for-xlarge-up, thead.hide-for-xlarge, thead.show-for-xlarge-down, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge, thead.show-for-xxlarge-down {
        display: table-header-group !important;
    }

    tbody.show-for-small-only, tbody.show-for-small-up, tbody.show-for-small, tbody.show-for-small-down, tbody.hide-for-medium-only, tbody.hide-for-medium-up, tbody.hide-for-medium, tbody.show-for-medium-down, tbody.hide-for-large-only, tbody.hide-for-large-up, tbody.hide-for-large, tbody.show-for-large-down, tbody.hide-for-xlarge-only, tbody.hide-for-xlarge-up, tbody.hide-for-xlarge, tbody.show-for-xlarge-down, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge, tbody.show-for-xxlarge-down {
        display: table-row-group !important;
    }

    tr.show-for-small-only, tr.show-for-small-up, tr.show-for-small, tr.show-for-small-down, tr.hide-for-medium-only, tr.hide-for-medium-up, tr.hide-for-medium, tr.show-for-medium-down, tr.hide-for-large-only, tr.hide-for-large-up, tr.hide-for-large, tr.show-for-large-down, tr.hide-for-xlarge-only, tr.hide-for-xlarge-up, tr.hide-for-xlarge, tr.show-for-xlarge-down, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge, tr.show-for-xxlarge-down {
        display: table-row;
    }

    th.show-for-small-only, td.show-for-small-only, th.show-for-small-up, td.show-for-small-up, th.show-for-small, td.show-for-small, th.show-for-small-down, td.show-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.hide-for-medium-up, td.hide-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.show-for-medium-down, td.show-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.hide-for-large-up, td.hide-for-large-up, th.hide-for-large, td.hide-for-large, th.show-for-large-down, td.show-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.hide-for-xlarge-up, td.hide-for-xlarge-up, th.hide-for-xlarge, td.hide-for-xlarge, th.show-for-xlarge-down, td.show-for-xlarge-down, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up, th.hide-for-xxlarge, td.hide-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
        display: table-cell !important;
    }
}

@media only screen and (min-width: 40.063em) {
    .hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .show-for-medium-only, .show-for-medium-up, .show-for-medium, .show-for-medium-down, .hide-for-large-only, .hide-for-large-up, .hide-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .show-for-xxlarge-down {
        display: inherit !important;
    }

    .show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .hide-for-medium-only, .hide-for-medium-up, .hide-for-medium, .hide-for-medium-down, .show-for-large-only, .show-for-large-up, .show-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .hide-for-xxlarge-down {
        display: none !important;
    }

    .hidden-for-small-only, .visible-for-small-up, .hidden-for-small, .hidden-for-small-down, .visible-for-medium-only, .visible-for-medium-up, .visible-for-medium, .visible-for-medium-down, .hidden-for-large-only, .hidden-for-large-up, .hidden-for-large, .visible-for-large-down, .hidden-for-xlarge-only, .hidden-for-xlarge-up, .hidden-for-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .visible-for-xxlarge-down {
        position: static !important;
        height: auto;
        width: auto;
        overflow: visible;
        clip: auto;
    }

    .visible-for-small-only, .hidden-for-small-up, .visible-for-small, .visible-for-small-down, .hidden-for-medium-only, .hidden-for-medium-up, .hidden-for-medium, .hidden-for-medium-down, .visible-for-large-only, .visible-for-large-up, .visible-for-large, .hidden-for-large-down, .visible-for-xlarge-only, .visible-for-xlarge-up, .visible-for-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .hidden-for-xxlarge-down {
        position: absolute !important;
        height: 1px;
        width: 1px;
        overflow: hidden;
        clip: rect(1px, 1px, 1px, 1px);
    }

    table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.show-for-medium-only, table.show-for-medium-up, table.show-for-medium, table.show-for-medium-down, table.hide-for-large-only, table.hide-for-large-up, table.hide-for-large, table.show-for-large-down, table.hide-for-xlarge-only, table.hide-for-xlarge-up, table.hide-for-xlarge, table.show-for-xlarge-down, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge, table.show-for-xxlarge-down {
        display: table !important;
    }

    thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.hide-for-small-down, thead.show-for-medium-only, thead.show-for-medium-up, thead.show-for-medium, thead.show-for-medium-down, thead.hide-for-large-only, thead.hide-for-large-up, thead.hide-for-large, thead.show-for-large-down, thead.hide-for-xlarge-only, thead.hide-for-xlarge-up, thead.hide-for-xlarge, thead.show-for-xlarge-down, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge, thead.show-for-xxlarge-down {
        display: table-header-group !important;
    }

    tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.hide-for-small-down, tbody.show-for-medium-only, tbody.show-for-medium-up, tbody.show-for-medium, tbody.show-for-medium-down, tbody.hide-for-large-only, tbody.hide-for-large-up, tbody.hide-for-large, tbody.show-for-large-down, tbody.hide-for-xlarge-only, tbody.hide-for-xlarge-up, tbody.hide-for-xlarge, tbody.show-for-xlarge-down, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge, tbody.show-for-xxlarge-down {
        display: table-row-group !important;
    }

    tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.hide-for-small-down, tr.show-for-medium-only, tr.show-for-medium-up, tr.show-for-medium, tr.show-for-medium-down, tr.hide-for-large-only, tr.hide-for-large-up, tr.hide-for-large, tr.show-for-large-down, tr.hide-for-xlarge-only, tr.hide-for-xlarge-up, tr.hide-for-xlarge, tr.show-for-xlarge-down, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge, tr.show-for-xxlarge-down {
        display: table-row;
    }

    th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down, td.hide-for-small-down, th.show-for-medium-only, td.show-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.show-for-medium, td.show-for-medium, th.show-for-medium-down, td.show-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.hide-for-large-up, td.hide-for-large-up, th.hide-for-large, td.hide-for-large, th.show-for-large-down, td.show-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.hide-for-xlarge-up, td.hide-for-xlarge-up, th.hide-for-xlarge, td.hide-for-xlarge, th.show-for-xlarge-down, td.show-for-xlarge-down, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up, th.hide-for-xxlarge, td.hide-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
        display: table-cell !important;
    }
}

@media only screen and (min-width: 64.063em) {
    .hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .hide-for-medium-only, .show-for-medium-up, .hide-for-medium, .hide-for-medium-down, .show-for-large-only, .show-for-large-up, .show-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .show-for-xxlarge-down {
        display: inherit !important;
    }

    .show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .show-for-medium-only, .hide-for-medium-up, .show-for-medium, .show-for-medium-down, .hide-for-large-only, .hide-for-large-up, .hide-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .hide-for-xxlarge-down {
        display: none !important;
    }

    .hidden-for-small-only, .visible-for-small-up, .hidden-for-small, .hidden-for-small-down, .hidden-for-medium-only, .visible-for-medium-up, .hidden-for-medium, .hidden-for-medium-down, .visible-for-large-only, .visible-for-large-up, .visible-for-large, .visible-for-large-down, .hidden-for-xlarge-only, .hidden-for-xlarge-up, .hidden-for-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .visible-for-xxlarge-down {
        position: static !important;
        height: auto;
        width: auto;
        overflow: visible;
        clip: auto;
    }

    .visible-for-small-only, .hidden-for-small-up, .visible-for-small, .visible-for-small-down, .visible-for-medium-only, .hidden-for-medium-up, .visible-for-medium, .visible-for-medium-down, .hidden-for-large-only, .hidden-for-large-up, .hidden-for-large, .hidden-for-large-down, .visible-for-xlarge-only, .visible-for-xlarge-up, .visible-for-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .hidden-for-xxlarge-down {
        position: absolute !important;
        height: 1px;
        width: 1px;
        overflow: hidden;
        clip: rect(1px, 1px, 1px, 1px);
    }

    table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.hide-for-medium-only, table.show-for-medium-up, table.hide-for-medium, table.hide-for-medium-down, table.show-for-large-only, table.show-for-large-up, table.show-for-large, table.show-for-large-down, table.hide-for-xlarge-only, table.hide-for-xlarge-up, table.hide-for-xlarge, table.show-for-xlarge-down, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge, table.show-for-xxlarge-down {
        display: table !important;
    }

    thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.hide-for-small-down, thead.hide-for-medium-only, thead.show-for-medium-up, thead.hide-for-medium, thead.hide-for-medium-down, thead.show-for-large-only, thead.show-for-large-up, thead.show-for-large, thead.show-for-large-down, thead.hide-for-xlarge-only, thead.hide-for-xlarge-up, thead.hide-for-xlarge, thead.show-for-xlarge-down, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge, thead.show-for-xxlarge-down {
        display: table-header-group !important;
    }

    tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.hide-for-small-down, tbody.hide-for-medium-only, tbody.show-for-medium-up, tbody.hide-for-medium, tbody.hide-for-medium-down, tbody.show-for-large-only, tbody.show-for-large-up, tbody.show-for-large, tbody.show-for-large-down, tbody.hide-for-xlarge-only, tbody.hide-for-xlarge-up, tbody.hide-for-xlarge, tbody.show-for-xlarge-down, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge, tbody.show-for-xxlarge-down {
        display: table-row-group !important;
    }

    tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.hide-for-small-down, tr.hide-for-medium-only, tr.show-for-medium-up, tr.hide-for-medium, tr.hide-for-medium-down, tr.show-for-large-only, tr.show-for-large-up, tr.show-for-large, tr.show-for-large-down, tr.hide-for-xlarge-only, tr.hide-for-xlarge-up, tr.hide-for-xlarge, tr.show-for-xlarge-down, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge, tr.show-for-xxlarge-down {
        display: table-row;
    }

    th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down, td.hide-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.hide-for-medium-down, td.hide-for-medium-down, th.show-for-large-only, td.show-for-large-only, th.show-for-large-up, td.show-for-large-up, th.show-for-large, td.show-for-large, th.show-for-large-down, td.show-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.hide-for-xlarge-up, td.hide-for-xlarge-up, th.hide-for-xlarge, td.hide-for-xlarge, th.show-for-xlarge-down, td.show-for-xlarge-down, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up, th.hide-for-xxlarge, td.hide-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
        display: table-cell !important;
    }
}

@media only screen and (min-width: 90.063em) {
    .hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .hide-for-medium-only, .show-for-medium-up, .hide-for-medium, .hide-for-medium-down, .hide-for-large-only, .show-for-large-up, .hide-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .show-for-xxlarge-down {
        display: inherit !important;
    }

    .show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .show-for-medium-only, .hide-for-medium-up, .show-for-medium, .show-for-medium-down, .show-for-large-only, .hide-for-large-up, .show-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .hide-for-xxlarge-down {
        display: none !important;
    }

    .hidden-for-small-only, .visible-for-small-up, .hidden-for-small, .hidden-for-small-down, .hidden-for-medium-only, .visible-for-medium-up, .hidden-for-medium, .hidden-for-medium-down, .hidden-for-large-only, .visible-for-large-up, .hidden-for-large, .hidden-for-large-down, .visible-for-xlarge-only, .visible-for-xlarge-up, .visible-for-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .visible-for-xxlarge-down {
        position: static !important;
        height: auto;
        width: auto;
        overflow: visible;
        clip: auto;
    }

    .visible-for-small-only, .hidden-for-small-up, .visible-for-small, .visible-for-small-down, .visible-for-medium-only, .hidden-for-medium-up, .visible-for-medium, .visible-for-medium-down, .visible-for-large-only, .hidden-for-large-up, .visible-for-large, .visible-for-large-down, .hidden-for-xlarge-only, .hidden-for-xlarge-up, .hidden-for-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .hidden-for-xxlarge-down {
        position: absolute !important;
        height: 1px;
        width: 1px;
        overflow: hidden;
        clip: rect(1px, 1px, 1px, 1px);
    }

    table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.hide-for-medium-only, table.show-for-medium-up, table.hide-for-medium, table.hide-for-medium-down, table.hide-for-large-only, table.show-for-large-up, table.hide-for-large, table.hide-for-large-down, table.show-for-xlarge-only, table.show-for-xlarge-up, table.show-for-xlarge, table.show-for-xlarge-down, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge, table.show-for-xxlarge-down {
        display: table !important;
    }

    thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.hide-for-small-down, thead.hide-for-medium-only, thead.show-for-medium-up, thead.hide-for-medium, thead.hide-for-medium-down, thead.hide-for-large-only, thead.show-for-large-up, thead.hide-for-large, thead.hide-for-large-down, thead.show-for-xlarge-only, thead.show-for-xlarge-up, thead.show-for-xlarge, thead.show-for-xlarge-down, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge, thead.show-for-xxlarge-down {
        display: table-header-group !important;
    }

    tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.hide-for-small-down, tbody.hide-for-medium-only, tbody.show-for-medium-up, tbody.hide-for-medium, tbody.hide-for-medium-down, tbody.hide-for-large-only, tbody.show-for-large-up, tbody.hide-for-large, tbody.hide-for-large-down, tbody.show-for-xlarge-only, tbody.show-for-xlarge-up, tbody.show-for-xlarge, tbody.show-for-xlarge-down, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge, tbody.show-for-xxlarge-down {
        display: table-row-group !important;
    }

    tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.hide-for-small-down, tr.hide-for-medium-only, tr.show-for-medium-up, tr.hide-for-medium, tr.hide-for-medium-down, tr.hide-for-large-only, tr.show-for-large-up, tr.hide-for-large, tr.hide-for-large-down, tr.show-for-xlarge-only, tr.show-for-xlarge-up, tr.show-for-xlarge, tr.show-for-xlarge-down, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge, tr.show-for-xxlarge-down {
        display: table-row;
    }

    th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down, td.hide-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.hide-for-medium-down, td.hide-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.show-for-large-up, td.show-for-large-up, th.hide-for-large, td.hide-for-large, th.hide-for-large-down, td.hide-for-large-down, th.show-for-xlarge-only, td.show-for-xlarge-only, th.show-for-xlarge-up, td.show-for-xlarge-up, th.show-for-xlarge, td.show-for-xlarge, th.show-for-xlarge-down, td.show-for-xlarge-down, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up, th.hide-for-xxlarge, td.hide-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
        display: table-cell !important;
    }
}

@media only screen and (min-width: 120.063em) {
    .hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .hide-for-medium-only, .show-for-medium-up, .hide-for-medium, .hide-for-medium-down, .hide-for-large-only, .show-for-large-up, .hide-for-large, .hide-for-large-down, .hide-for-xlarge-only, .show-for-xlarge-up, .hide-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .show-for-xxlarge-down {
        display: inherit !important;
    }

    .show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .show-for-medium-only, .hide-for-medium-up, .show-for-medium, .show-for-medium-down, .show-for-large-only, .hide-for-large-up, .show-for-large, .show-for-large-down, .show-for-xlarge-only, .hide-for-xlarge-up, .show-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .hide-for-xxlarge-down {
        display: none !important;
    }

    .hidden-for-small-only, .visible-for-small-up, .hidden-for-small, .hidden-for-small-down, .hidden-for-medium-only, .visible-for-medium-up, .hidden-for-medium, .hidden-for-medium-down, .hidden-for-large-only, .visible-for-large-up, .hidden-for-large, .hidden-for-large-down, .hidden-for-xlarge-only, .visible-for-xlarge-up, .hidden-for-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .visible-for-xxlarge-down {
        position: static !important;
        height: auto;
        width: auto;
        overflow: visible;
        clip: auto;
    }

    .visible-for-small-only, .hidden-for-small-up, .visible-for-small, .visible-for-small-down, .visible-for-medium-only, .hidden-for-medium-up, .visible-for-medium, .visible-for-medium-down, .visible-for-large-only, .hidden-for-large-up, .visible-for-large, .visible-for-large-down, .visible-for-xlarge-only, .hidden-for-xlarge-up, .visible-for-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .hidden-for-xxlarge-down {
        position: absolute !important;
        height: 1px;
        width: 1px;
        overflow: hidden;
        clip: rect(1px, 1px, 1px, 1px);
    }

    table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.hide-for-medium-only, table.show-for-medium-up, table.hide-for-medium, table.hide-for-medium-down, table.hide-for-large-only, table.show-for-large-up, table.hide-for-large, table.hide-for-large-down, table.hide-for-xlarge-only, table.show-for-xlarge-up, table.hide-for-xlarge, table.hide-for-xlarge-down, table.show-for-xxlarge-only, table.show-for-xxlarge-up, table.show-for-xxlarge, table.show-for-xxlarge-down {
        display: table !important;
    }

    thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.hide-for-small-down, thead.hide-for-medium-only, thead.show-for-medium-up, thead.hide-for-medium, thead.hide-for-medium-down, thead.hide-for-large-only, thead.show-for-large-up, thead.hide-for-large, thead.hide-for-large-down, thead.hide-for-xlarge-only, thead.show-for-xlarge-up, thead.hide-for-xlarge, thead.hide-for-xlarge-down, thead.show-for-xxlarge-only, thead.show-for-xxlarge-up, thead.show-for-xxlarge, thead.show-for-xxlarge-down {
        display: table-header-group !important;
    }

    tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.hide-for-small-down, tbody.hide-for-medium-only, tbody.show-for-medium-up, tbody.hide-for-medium, tbody.hide-for-medium-down, tbody.hide-for-large-only, tbody.show-for-large-up, tbody.hide-for-large, tbody.hide-for-large-down, tbody.hide-for-xlarge-only, tbody.show-for-xlarge-up, tbody.hide-for-xlarge, tbody.hide-for-xlarge-down, tbody.show-for-xxlarge-only, tbody.show-for-xxlarge-up, tbody.show-for-xxlarge, tbody.show-for-xxlarge-down {
        display: table-row-group !important;
    }

    tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.hide-for-small-down, tr.hide-for-medium-only, tr.show-for-medium-up, tr.hide-for-medium, tr.hide-for-medium-down, tr.hide-for-large-only, tr.show-for-large-up, tr.hide-for-large, tr.hide-for-large-down, tr.hide-for-xlarge-only, tr.show-for-xlarge-up, tr.hide-for-xlarge, tr.hide-for-xlarge-down, tr.show-for-xxlarge-only, tr.show-for-xxlarge-up, tr.show-for-xxlarge, tr.show-for-xxlarge-down {
        display: table-row;
    }

    th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down, td.hide-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.hide-for-medium-down, td.hide-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.show-for-large-up, td.show-for-large-up, th.hide-for-large, td.hide-for-large, th.hide-for-large-down, td.hide-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.show-for-xlarge-up, td.show-for-xlarge-up, th.hide-for-xlarge, td.hide-for-xlarge, th.hide-for-xlarge-down, td.hide-for-xlarge-down, th.show-for-xxlarge-only, td.show-for-xxlarge-only, th.show-for-xxlarge-up, td.show-for-xxlarge-up, th.show-for-xxlarge, td.show-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
        display: table-cell !important;
    }
}

.show-for-landscape, .hide-for-portrait {
    display: inherit !important;
}

.hide-for-landscape, .show-for-portrait {
    display: none !important;
}

table.hide-for-landscape, table.show-for-portrait {
    display: table !important;
}

thead.hide-for-landscape, thead.show-for-portrait {
    display: table-header-group !important;
}

tbody.hide-for-landscape, tbody.show-for-portrait {
    display: table-row-group !important;
}

tr.hide-for-landscape, tr.show-for-portrait {
    display: table-row !important;
}

td.hide-for-landscape, td.show-for-portrait, th.hide-for-landscape, th.show-for-portrait {
    display: table-cell !important;
}

@media only screen and (orientation: landscape) {
    .show-for-landscape, .hide-for-portrait {
        display: inherit !important;
    }

    .hide-for-landscape, .show-for-portrait {
        display: none !important;
    }

    table.show-for-landscape, table.hide-for-portrait {
        display: table !important;
    }

    thead.show-for-landscape, thead.hide-for-portrait {
        display: table-header-group !important;
    }

    tbody.show-for-landscape, tbody.hide-for-portrait {
        display: table-row-group !important;
    }

    tr.show-for-landscape, tr.hide-for-portrait {
        display: table-row !important;
    }

    td.show-for-landscape, td.hide-for-portrait, th.show-for-landscape, th.hide-for-portrait {
        display: table-cell !important;
    }
}

@media only screen and (orientation: portrait) {
    .show-for-portrait, .hide-for-landscape {
        display: inherit !important;
    }

    .hide-for-portrait, .show-for-landscape {
        display: none !important;
    }

    table.show-for-portrait, table.hide-for-landscape {
        display: table !important;
    }

    thead.show-for-portrait, thead.hide-for-landscape {
        display: table-header-group !important;
    }

    tbody.show-for-portrait, tbody.hide-for-landscape {
        display: table-row-group !important;
    }

    tr.show-for-portrait, tr.hide-for-landscape {
        display: table-row !important;
    }

    td.show-for-portrait, td.hide-for-landscape, th.show-for-portrait, th.hide-for-landscape {
        display: table-cell !important;
    }
}

.show-for-touch {
    display: none !important;
}

.hide-for-touch {
    display: inherit !important;
}

.touch .show-for-touch {
    display: inherit !important;
}

.touch .hide-for-touch {
    display: none !important;
}

table.hide-for-touch {
    display: table !important;
}

.touch table.show-for-touch {
    display: table !important;
}

thead.hide-for-touch {
    display: table-header-group !important;
}

.touch thead.show-for-touch {
    display: table-header-group !important;
}

tbody.hide-for-touch {
    display: table-row-group !important;
}

.touch tbody.show-for-touch {
    display: table-row-group !important;
}

tr.hide-for-touch {
    display: table-row !important;
}

.touch tr.show-for-touch {
    display: table-row !important;
}

td.hide-for-touch {
    display: table-cell !important;
}

.touch td.show-for-touch {
    display: table-cell !important;
}

th.hide-for-touch {
    display: table-cell !important;
}

.touch th.show-for-touch {
    display: table-cell !important;
}

.print-only {
    display: none !important;
}

@media print {
    * {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    .show-for-print {
        display: block;
    }

    .hide-for-print {
        display: none;
    }

    table.show-for-print {
        display: table !important;
    }

    thead.show-for-print {
        display: table-header-group !important;
    }

    tbody.show-for-print {
        display: table-row-group !important;
    }

    tr.show-for-print {
        display: table-row !important;
    }

    td.show-for-print {
        display: table-cell !important;
    }

    th.show-for-print {
        display: table-cell !important;
    }

    a, a:visited {
        text-decoration: underline;
    }

        a[href]:after {
            content: " (" attr(href) ")";
        }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
        content: "";
    }

    pre, blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr, img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p, h2, h3 {
        orphans: 3;
        widows: 3;
    }

    h2, h3 {
        page-break-after: avoid;
    }

    .hide-on-print {
        display: none !important;
    }

    .print-only {
        display: block !important;
    }

    .hide-for-print {
        display: none !important;
    }

    .show-for-print {
        display: inherit !important;
    }
}

@media print {
    .show-for-print {
        display: block;
    }

    .hide-for-print {
        display: none;
    }

    table.show-for-print {
        display: table !important;
    }

    thead.show-for-print {
        display: table-header-group !important;
    }

    tbody.show-for-print {
        display: table-row-group !important;
    }

    tr.show-for-print {
        display: table-row !important;
    }

    td.show-for-print {
        display: table-cell !important;
    }

    th.show-for-print {
        display: table-cell !important;
    }
}

.padding-left {
    padding-left: 1.25rem !important;
}

@media only screen and (max-width: 640px) {
    .padding-left {
        padding-left: 0 !important;
    }
}

.page-header {
    padding: 0.625rem;
}

    .page-header .header-logo {
        display: inline-block;
        vertical-align: middle;
        *vertical-align: auto;
        *zoom: 1;
        *display: inline;
        margin-right: 1.5625rem;
    }

    .page-header .header-language-selector {
        display: inline-block;
        vertical-align: middle;
        *vertical-align: auto;
        *zoom: 1;
        *display: inline;
        margin-bottom: 0;
    }

        .page-header .header-language-selector > select {
            font-weight: bold;
        }

        .page-header .header-language-selector .customSelect {
            padding-right: 2rem;
            background: url('../images/icons/customSelect-arrow.gif?1430991881') no-repeat right 10px center;
        }

    .page-header .header-contact-info {
        padding-top: 1.875rem;
    }

        .page-header .header-contact-info > .columns {
            line-height: 2rem;
        }

        .page-header .header-contact-info span {
            font-weight: bold;
        }

        .page-header .header-contact-info .blue {
            margin-left: 0.3125rem;
            font-size: 1.1em;
        }

        .page-header .header-contact-info .header-border {
            display: inline-block;
            vertical-align: middle;
            *vertical-align: auto;
            *zoom: 1;
            *display: inline;
            margin-left: 1.3125rem;
        }

        .page-header .header-contact-info .header-icons > span {
            display: inline-block;
            vertical-align: middle;
            *vertical-align: auto;
            *zoom: 1;
            *display: inline;
            position: relative;
            padding-bottom: 1.25rem;
        }

        .page-header .header-contact-info .header-icons span:hover {
            cursor: pointer;
        }

            .page-header .header-contact-info .header-icons span:hover .header-contact-box {
                display: block;
                cursor: auto;
            }

        .page-header .header-contact-info .header-icons .header-border {
            margin: 0 0.5rem 0 1rem;
            padding-bottom: 1.25rem;
        }

        .page-header .header-contact-info .header-icons .inline-list {
            display: inline-block;
            vertical-align: middle;
            *vertical-align: auto;
            *zoom: 1;
            *display: inline;
            overflow: visible;
            margin: 0;
            padding-bottom: 1.25rem;
        }

            .page-header .header-contact-info .header-icons .inline-list li {
                margin-left: 0.5rem;
            }

                .page-header .header-contact-info .header-icons .inline-list li:hover img {
                    -moz-border-radius: 1000px;
                    -webkit-border-radius: 1000px;
                    border-radius: 1000px;
                    -moz-box-shadow: rgba(0,149,217,0.5) 0 0 7px;
                    -webkit-box-shadow: rgba(0,149,217,0.5) 0 0 7px;
                    box-shadow: rgba(0,149,217,0.5) 0 0 7px;
                }

@media only screen and (min-width: 1025px) and (max-width: 1100px) {
    .page-header .header-contact-info .header-icons .inline-list {
        width: 100%;
        clear: both;
    }

        .page-header .header-contact-info .header-icons .inline-list li:first-child {
            margin-left: 0;
        }
}

@media only screen and (min-width: 1025px) and (max-width: 1100px) {
    .page-header .header-contact-info .header-icons {
        padding-left: 1rem;
        text-align: left !important;
    }
}

@media only screen and (max-width: 1024px) {
    .page-header .header-contact-info .header-icons {
        margin-top: 0.5rem;
    }
}

.page-header .header-contact-info .header-contact-box {
    -moz-box-shadow: rgba(212,212,212,0.7) 0 0 8px;
    -webkit-box-shadow: rgba(212,212,212,0.7) 0 0 8px;
    box-shadow: rgba(212,212,212,0.7) 0 0 8px;
    position: absolute;
    left: 50%;
    top: 100%;
    z-index: 9999;
    display: none;
    width: 505px;
    margin-left: -260px;
    background-color: #fff;
    text-transform: none;
}

    .page-header .header-contact-info .header-contact-box:before {
        content: "";
        position: absolute;
        left: 50%;
        top: -40px;
        display: block;
        margin-left: -10px;
        border-width: 20px;
        border-style: inset inset solid inset;
        border-color: transparent transparent #fff transparent;
    }

    .page-header .header-contact-info .header-contact-box .header-contact-box-top {
        padding: 1.25rem 1.875rem 1.875rem 1.875rem;
    }

    .page-header .header-contact-info .header-contact-box .header-contact-box-bottom {
        padding: 1.25rem;
        text-align: center;
        background-color: #8cd7f7;
    }

    .page-header .header-contact-info .header-contact-box .contact-box-lang {
        font-weight: normal;
    }

        .page-header .header-contact-info .header-contact-box .contact-box-lang li {
            margin-left: 0.625rem;
            padding-left: 0.625rem;
            background: url('../images/bg/header-border.png?1430991881') no-repeat left center;
        }

            .page-header .header-contact-info .header-contact-box .contact-box-lang li a {
                color: #5a5a5a;
                line-height: 32px;
            }

            .page-header .header-contact-info .header-contact-box .contact-box-lang li:first-child {
                padding-left: 0;
                background: 0 none;
            }

        .page-header .header-contact-info .header-contact-box .contact-box-lang .active {
            color: #000;
        }

    .page-header .header-contact-info .header-contact-box .header-contact-text {
        margin-bottom: 1.25rem;
        font-size: 1.125rem;
        font-weight: bold;
    }

    .page-header .header-contact-info .header-contact-box .header-contact-live-chat {
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        border-radius: 5px;
        display: block;
        overflow: hidden;
        padding: 1.25rem 2.1875rem;
        border: 1px solid #ddd;
        background-color: #f8f8f8;
    }

        .page-header .header-contact-info .header-contact-box .header-contact-live-chat span {
            color: #000;
            font-size: 1.375rem;
        }

        .page-header .header-contact-info .header-contact-box .header-contact-live-chat:hover span {
            text-decoration: underline;
        }

    .page-header .header-contact-info .header-contact-box .side-nav a {
        padding: 0.25rem 0;
        color: #000;
    }

        .page-header .header-contact-info .header-contact-box .side-nav a:hover {
            color: #000;
            background: 0 none;
            text-decoration: underline;
        }

    .page-header .header-contact-info .header-contact-box .side-nav .uppercase {
        font-weight: normal;
        padding-left: 2.1875rem;
    }

    .page-header .header-contact-info .header-contact-box .side-nav img {
        margin-right: 0.625rem;
    }

@media only screen and (max-width: 640px) {
    .page-header .header-contact-info .header-contact-box {
        left: 0;
        right: 0;
        width: 100%;
        margin: 0;
    }
}

@media only screen and (max-width: 640px) {
    .page-header > .row > .columns {
        text-align: center;
    }
}

@media only screen and (max-width: 640px) {
    .touch .header-contact-info .header-icons span:hover .header-contact-box {
        display: none;
        cursor: auto;
    }

    .touch .header-contact-info .header-contact-box.mobile-open {
        position: static;
        display: block;
    }
}

.page-navigation {
    background: url('../images/bg/menu-bg.png?1430991881') 0 0 repeat-x;
}

    .page-navigation .top-bar .toggle-topbar.menu-icon {
        top: 0;
        margin: 0;
    }

        .page-navigation .top-bar .toggle-topbar.menu-icon a {
            height: 59px;
            line-height: 59px;
        }

            .page-navigation .top-bar .toggle-topbar.menu-icon a span::after {
                margin-top: -5px;
            }

        .page-navigation .top-bar .toggle-topbar.menu-icon:hover a span {
            color: #fff;
        }

            .page-navigation .top-bar .toggle-topbar.menu-icon:hover a span::after {
                box-shadow: 0 0 0 1px #ffffff, 0 7px 0 1px #ffffff, 0 14px 0 1px #ffffff;
            }

    .page-navigation .top-bar .top-bar-section li {
        position: relative;
    }

        .page-navigation .top-bar .top-bar-section li:after {
            content: "";
            position: absolute;
            right: 0;
            top: 50%;
            display: block;
            width: 1px;
            height: 12px;
            margin-top: -8px;
            background: url('../images/bg/menu-border.png?1430991881') 0 0 no-repeat;
        }

        .page-navigation .top-bar .top-bar-section li:first-child:before {
            content: "";
            position: absolute;
            left: 0;
            top: 50%;
            display: block;
            width: 1px;
            height: 12px;
            margin-top: -8px;
            background: url('../images/bg/menu-border.png?1430991881') 0 0 no-repeat;
        }

@media screen and (max-width: 1024px) {
    .page-navigation .top-bar .top-bar-section li:before, .page-navigation .top-bar .top-bar-section li:after, .page-navigation .top-bar .top-bar-section li:first-child:before {
        display: none;
    }
}

@media screen and (min-width: 1025px) {
    .page-navigation .top-bar {
        overflow: hidden;
    }
}

.page-navigation .top-bar.expanded .top-bar-section ul.left {
    border-top: 1px solid #fff;
}

.page-navigation .top-bar.expanded .top-bar-section a {
    background: #0095d9;
}

.page-navigation a {
    transition: color 200ms ease-in-out;
    text-shadow: rgba(255,255,255,0.5) 0 1px 1px;
    padding-top: 5px !important;
    padding-bottom: 5px !important;
}

.content-breadcrumbs {
    margin: 0.9375rem 0;
}

    .content-breadcrumbs .breadcrumbs {
        margin-bottom: 0;
        padding: 0;
    }

        .content-breadcrumbs .breadcrumbs > *:before {
            top: -1px;
        }

        .content-breadcrumbs .breadcrumbs a {
            line-height: 1.5rem;
        }

            .content-breadcrumbs .breadcrumbs a:hover {
                color: inherit;
            }

    .content-breadcrumbs .breadcrumbs-return-link a {
        color: #000;
        text-transform: uppercase;
        font-weight: bold;
        line-height: 1.5rem;
    }

        .content-breadcrumbs .breadcrumbs-return-link a img {
            margin-left: 0.3125rem;
            vertical-align: baseline;
        }

        .content-breadcrumbs .breadcrumbs-return-link a:hover {
            text-decoration: underline;
        }

@media only screen and (max-width: 640px) {
    .content-breadcrumbs .breadcrumbs-return-link {
        margin-top: 0.9375rem;
    }
}

.page-footer {
    margin-top: 4.0625rem;
}

    .page-footer .page-footer-top {
        -moz-background-size: cover;
        -o-background-size: cover;
        -webkit-background-size: cover;
        background-size: cover;
        padding-top: 2rem;
        background: url('../images/bg/footer-bg.png?1430991881') no-repeat center center;
    }

        .page-footer .page-footer-top .footer-top-why-blue {
            padding: 1.875rem 0 1.5625rem;
        }

            .page-footer .page-footer-top .footer-top-why-blue p {
                color: #fff;
            }

@media only screen and (max-width: 1024px) {
    .page-footer .page-footer-top .footer-top-why-blue {
        padding: 2.2rem 0;
    }
}

.page-footer .page-footer-top .footer-top-why-blue.bigger-text p {
    font-size: 2rem;
}

@media only screen and (max-width: 640px) {
    .page-footer .page-footer-top .footer-top-why-blue.bigger-text p {
        font-size: 1.5rem;
    }
}

.page-footer .page-footer-top .footer-top-newsletter {
    padding: 1.25rem 0 2.1875rem;
}

    .page-footer .page-footer-top .footer-top-newsletter .footer-newsletter-header {
        margin-bottom: 0;
    }

    .page-footer .page-footer-top .footer-top-newsletter p {
        color: #000;
        font-size: 0.875rem;
    }

    .page-footer .page-footer-top .footer-top-newsletter .footer-newsletter-form .columns {
        padding: 0 0.25rem;
    }

        .page-footer .page-footer-top .footer-top-newsletter .footer-newsletter-form .columns:first-child {
            padding-left: 0;
        }

    .page-footer .page-footer-top .footer-top-newsletter .footer-newsletter-form .input-newsletter-email {
        padding-left: 2.1875rem;
        background: #fff left 10px center;
    }

@media only screen and (max-width: 1024px) {
    .page-footer .page-footer-top .footer-top-newsletter .footer-newsletter-form .input-newsletter-email {
        margin-bottom: 0.3125rem;
    }
}

.page-footer .page-footer-top .footer-top-newsletter .footer-newsletter-form .button {
    width: 100%;
}

@media only screen and (max-width: 1024px) {
    .page-footer .page-footer-top .footer-top-newsletter {
        padding: 1.5rem 0;
    }
}

@media only screen and (max-width: 1024px) {
    .page-footer .page-footer-top {
        padding-top: 0;
    }
}

.page-footer .page-footer-bottom {
    -moz-box-shadow: rgba(0,0,0,0.1) 0 -2px 5px 0px inset;
    -webkit-box-shadow: rgba(0,0,0,0.1) 0 -2px 5px 0px inset;
    box-shadow: rgba(0,0,0,0.1) 0 -2px 5px 0px inset;
    background-color: #f8f8f8;
}

    .page-footer .page-footer-bottom > .row {
        padding: 2.1875rem 0;
    }

    .page-footer .page-footer-bottom .footer-desc-text p {
        color: #727272;
        font-size: 0.875rem;
    }

@media only screen and (min-width: 641px) and (max-width: 900px) {
    .page-footer .page-footer-bottom .footer-desc-text p {
        padding-left: 0.5rem;
    }
}

.page-footer .page-footer-bottom .footer-menu .inline-list {
    margin: 10px auto 0 auto;
}

    .page-footer .page-footer-bottom .footer-menu .inline-list li {
        margin: 0 1.375rem 0 0;
    }

        .page-footer .page-footer-bottom .footer-menu .inline-list li:last-child {
            margin-right: 0;
        }

.page-footer .page-footer-bottom .footer-menu a:not(.button) {
    color: #000;
    font-size: 0.875rem;
    line-height: 2.5rem;
    text-transform: uppercase;
}

    .page-footer .page-footer-bottom .footer-menu a:not(.button):hover {
        text-decoration: underline;
    }

.page-footer .page-footer-bottom .footer-quick-contact .footer-quick-contact-header {
    color: #000;
    font-weight: bold;
}

.page-footer .page-footer-bottom .footer-quick-contact .side-nav {
    margin-top: 0.3125rem 0 0 0;
}

    .page-footer .page-footer-bottom .footer-quick-contact .side-nav a {
        padding: 0.25rem 0;
        color: #000;
    }

        .page-footer .page-footer-bottom .footer-quick-contact .side-nav a:hover {
            color: #000;
            background: 0 none;
            text-decoration: underline;
        }

    .page-footer .page-footer-bottom .footer-quick-contact .side-nav img {
        margin-left: 0.3125rem;
    }

@media only screen and (max-width: 700px) {
    .page-footer .page-footer-bottom .footer-quick-contact {
        margin-top: 0.9375rem;
    }
}

.page-footer .page-footer-end > .row {
    padding: 1.6875rem 0;
}

.page-footer .page-footer-end .footer-copyright p {
    margin: 0;
    color: #727272;
    font-size: 0.75rem;
    line-height: 3rem;
}

    .page-footer .page-footer-end .footer-copyright p a {
        color: #000;
    }

        .page-footer .page-footer-end .footer-copyright p a:hover {
            text-decoration: underline;
        }

.page-footer .page-footer-end .footer-payment-info img {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    margin-left: 5px;
}

    .page-footer .page-footer-end .footer-payment-info img:first-child {
        margin-left: 0;
    }

@media only screen and (max-width: 700px) {
    .page-footer .page-footer-end .footer-copyright, .page-footer .page-footer-end .footer-payment-info {
        float: left;
        width: 100%;
        margin-top: 0.625rem;
    }
}

.home-page .page-footer {
    margin-top: -4%;
}

    .home-page .page-footer .page-footer-top {
        padding-top: 4.375rem;
    }

@media only screen and (max-width: 1024px) {
    .home-page .page-footer .page-footer-top {
        padding-top: 2rem;
    }
}

@media only screen and (max-width: 950px) {
    .home-page .page-footer .page-footer-top {
        padding-top: 1rem;
    }
}

@media only screen and (max-width: 1024px) {
    .home-page .page-footer {
        margin-bottom: 0;
    }
}

.content-hero-image {
    position: relative;
}

    .content-hero-image > img {
        width: 100%;
        max-width: 100%;
    }

@media only screen and (max-width: 960px) {
    .content-hero-image > img {
        min-height: 480px;
    }
}

.content-hero-background {
    background: #f3fafe;
    background: -moz-linear-gradient(top, #f3fafe 0%, #ceeefc 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f3fafe), color-stop(100%, #ceeefc));
    background: -webkit-linear-gradient(top, #f3fafe 0%, #ceeefc 100%);
    background: -o-linear-gradient(top, #f3fafe 0%, #ceeefc 100%);
    background: -ms-linear-gradient(top, #f3fafe 0%, #ceeefc 100%);
    background: linear-gradient(to bottom, #f3fafe 0%,#ceeefc 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3fafe', endColorstr='#ceeefc',GradientType=0 );
}

    .content-hero-background .content-hero-search-close {
        color: #000;
        font-size: 0.875rem;
        font-weight: bold;
        line-height: 2.5rem;
    }

        .content-hero-background .content-hero-search-close .search-close-span {
            display: inline;
        }

        .content-hero-background .content-hero-search-close .search-open-span {
            display: none;
        }

        .content-hero-background .content-hero-search-close img {
            transition: transform 500ms ease;
            -moz-transform: rotate(0deg);
            -ms-transform: rotate(0deg);
            -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
            margin-left: 0.3125rem;
            line-height: 2.5rem;
        }

        .content-hero-background .content-hero-search-close:hover {
            text-decoration: underline;
        }

        .content-hero-background .content-hero-search-close.animate .search-close-span {
            display: none;
        }

        .content-hero-background .content-hero-search-close.animate .search-open-span {
            display: inline;
        }

        .content-hero-background .content-hero-search-close.animate img {
            -moz-transform: rotate(180deg);
            -ms-transform: rotate(180deg);
            -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
        }

    .content-hero-background .content-hero-search {
        position: static;
        padding: 1.5625rem 0;
        margin: 0 auto;
    }

.content-hero-teaser {
    text-shadow: rgba(0,0,0,0.5) 0 2px 1px;
    position: absolute;
    top: 25%;
    left: 0;
    right: 0;
    width: 100%;
    max-width: 1030px;
    color: #fff;
    font-size: 1.875rem;
    line-height: 1.4;
}

.content-hero-search {
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    width: 100%;
    max-width: 1030px;
}

    .content-hero-search .content-hero-search-teaser {
        margin-bottom: 1rem;
        color: #000;
        font-size: 1.5rem;
    }

        .content-hero-search .content-hero-search-teaser img {
            margin-right: 10px;
        }

    .content-hero-search .hero-search-form-main {
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        border-radius: 5px;
        padding: 0.5rem;
        border: 1px solid #e7e7e7;
        background-color: #fefefe;
    }

        .content-hero-search .hero-search-form-main > .columns {
            padding: 0 0.25rem;
        }

            .content-hero-search .hero-search-form-main > .columns:last-child {
                padding: 0;
            }

        .content-hero-search .hero-search-form-main input[type="text"], .content-hero-search .hero-search-form-main .customSelect {
            padding-right: 2.1875rem;
        }

        .content-hero-search .hero-search-form-main .input-search-localization {
            background: url('../images/icons/localization.png?1430991881') no-repeat right 10px center;
        }

        .content-hero-search .hero-search-form-main .input-search-arrival {
            background: url('../images/icons/arrival.png?1430991881') no-repeat right 10px center;
        }

        .content-hero-search .hero-search-form-main .input-search-departure {
            background: url('../images/icons/arrival.png?1430991881') no-repeat right 10px center;
        }

        .content-hero-search .hero-search-form-main .input-search-count {
            background: url('../images/icons/people-count.png?1430991881') no-repeat right 10px center;
        }

        .content-hero-search .hero-search-form-main .button.green {
            width: 100%;
        }

    .content-hero-search .hero-search-form-additional {
        -moz-border-radius: 0 0 5px 5px;
        -webkit-border-radius: 0;
        border-radius: 0 0 5px 5px;
        max-width: 250px;
        margin: 0 0 0 47%;
        padding: 0.1875rem;
        border: 1px solid #e7e7e7;
        background-color: #fefefe;
        text-align: center;
    }

@media only screen and (max-width: 1024px) {
    .content-hero-search .hero-search-form-additional {
        margin: 0 auto;
    }
}

@media only screen and (max-width: 1024px) {
    .content-hero-search {
        position: static;
        margin: -56px 0 -32px;
    }

        .content-hero-search input[type="text"], .content-hero-search .customSelect {
            margin-bottom: 0.5rem;
        }
}

.content-search-list {
    background: #f8f8f8;
    background: -moz-linear-gradient(top, #f8f8f8 0%, #fff 55%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f8f8f8), color-stop(55%, #fff));
    background: -webkit-linear-gradient(top, #f8f8f8 0%, #fff 55%);
    background: -o-linear-gradient(top, #f8f8f8 0%, #fff 55%);
    background: -ms-linear-gradient(top, #f8f8f8 0%, #fff 55%);
    background: linear-gradient(to bottom, #f8f8f8 0%,#ffffff 55%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8f8f8', endColorstr='#ffffff',GradientType=0 );
}

.search-list-title {
    margin: 0.9375rem 0;
}

.search-sorters {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background: #fff;
    background: -moz-linear-gradient(top, #fff 0%, #f8f8f8 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff), color-stop(100%, #f8f8f8));
    background: -webkit-linear-gradient(top, #fff 0%, #f8f8f8 100%);
    background: -o-linear-gradient(top, #fff 0%, #f8f8f8 100%);
    background: -ms-linear-gradient(top, #fff 0%, #f8f8f8 100%);
    background: linear-gradient(to bottom, #ffffff 0%,#f8f8f8 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff', endColorstr='#f8f8f8',GradientType=0 );
    -moz-box-shadow: rgba(231,231,231,0.5) 0 1px 5px;
    -webkit-box-shadow: rgba(231,231,231,0.5) 0 1px 5px;
    box-shadow: rgba(231,231,231,0.5) 0 1px 5px;
    padding: 1.25rem;
    border: 1px solid #e7e7e7;
}

    .search-sorters .search-apartment-count {
        margin-bottom: 0;
        font-size: 0.875rem;
        line-height: 2.4375rem;
        color: #000;
        font-weight: bold;
    }

    .search-sorters .search-sort label {
        margin-right: 0.625rem;
        margin-bottom: 0;
        color: #000;
        font-weight: bold;
    }

    .search-sorters .search-sort select {
        margin-bottom: 0;
    }

    .search-sorters .search-sort .customSelect {
        text-align: left;
        background: #fff url('../images/icons/customSelect-arrow.gif?1430991881') no-repeat right 10px center;
    }

@media only screen and (max-width: 640px) {
    .search-sorters {
        margin-top: 1.5625rem;
    }
}

.search-active-filters {
    padding: 1.25rem;
    margin-bottom: 2.1875rem;
    border-bottom: 1px solid #ddd;
}

    .search-active-filters dd {
        font-weight: bold;
        line-height: 2;
    }

        .search-active-filters dd a {
            margin: 0 0.3125rem;
            cursor: default;
        }

            .search-active-filters dd a:hover {
                color: inherit;
            }

        .search-active-filters dd.active {
            color: #000;
        }

            .search-active-filters dd.active:hover {
                cursor: pointer;
            }

            .search-active-filters dd.active a:hover {
                cursor: pointer;
            }

        .search-active-filters dd:first-child {
            margin-left: 0;
        }

            .search-active-filters dd:first-child:before {
                display: none;
            }

        .search-active-filters dd:before {
            content: "";
            display: inline-block;
            width: 1px;
            height: 13px;
            margin-right: 0.9375rem;
            background: url('../images/bg/header-border.png?1430991881') no-repeat center center;
        }

.search-result-offer {
    padding-bottom: 1.25rem;
    margin-bottom: 2.5rem;
    border-bottom: 1px solid #ddd;
}

.search-result-offer-header {
    color: #000;
}

    .search-result-offer-header h3 {
        margin-top: 0;
        line-height: 1;
    }

        .search-result-offer-header h3 a {
            color: #000;
            font-weight: bold;
        }

            .search-result-offer-header h3 a:hover {
                color: #0095d9;
            }

        .search-result-offer-header h3 .search-result-offer-rating {
            font-size: 0;
            line-height: 1;
        }

            .search-result-offer-header h3 .search-result-offer-rating img {
                display: inline-block;
                vertical-align: top;
            }

.search-result-offer-localization {
    margin-bottom: 0;
    font-size: 0.875rem;
    font-weight: bold;
}

.search-result-offer-price {
    margin-bottom: 0;
    font-size: 1.125rem;
    color: #000;
    font-weight: bold;
}

    .search-result-offer-price .bigger {
        font-size: 1.5625rem;
    }

    .search-result-offer-price .smaller {
        font-size: 0.875rem;
    }

@media only screen and (max-width: 640px) {
    .search-result-offer-price {
        margin-top: 1rem;
    }

        .search-result-offer-price br {
            display: none;
        }
}

.search-result-offer-content {
    margin-top: 1.5625rem !important;
}

.search-result-offer-image img {
    width: 100%;
}

.search-result-offer-description {
    padding-left: 0.625rem;
}

.search-result-offer-short-info-icons {
    margin-bottom: 1.25rem;
}

    .search-result-offer-short-info-icons .inline-list {
        margin-left: -1rem;
    }

        .search-result-offer-short-info-icons .inline-list > li {
            margin-left: 1rem;
            line-height: 2;
        }

        .search-result-offer-short-info-icons .inline-list img {
            display: inline-block;
            vertical-align: middle;
            *vertical-align: auto;
            *zoom: 1;
            *display: inline;
            max-width: 22px;
            margin-right: 0.3125rem;
        }

        .search-result-offer-short-info-icons .inline-list span {
            display: inline-block;
            vertical-align: middle;
            *vertical-align: auto;
            *zoom: 1;
            *display: inline;
            color: #000;
            font-size: 0.875rem;
            font-weight: bold;
        }

.search-result-offer-info p {
    color: #5a5a5a;
    font-size: 0.875rem;
}

.search-result-offer-info-icons {
    font-size: 0;
}

    .search-result-offer-info-icons span {
        background: #fff;
        background: -moz-linear-gradient(top, #fff 0%, #f8f8f8 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff), color-stop(100%, #f8f8f8));
        background: -webkit-linear-gradient(top, #fff 0%, #f8f8f8 100%);
        background: -o-linear-gradient(top, #fff 0%, #f8f8f8 100%);
        background: -ms-linear-gradient(top, #fff 0%, #f8f8f8 100%);
        background: linear-gradient(to bottom, #ffffff 0%,#f8f8f8 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff', endColorstr='#f8f8f8',GradientType=0 );
        display: inline-block;
        padding: 0.125rem 0.4375rem;
        border: 1px solid #eaeaea;
    }

@media only screen and (max-width: 640px) {
    .search-result-offer-info-icons {
        margin-bottom: 1rem;
    }
}

.filters-box {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #ddd;
}

    .filters-box > .columns {
        padding: 1.25rem 1rem;
    }

    .filters-box.light-box {
        background-color: #fff;
    }

    .filters-box.darken-box {
        margin-top: 1.25rem;
        background-color: #f8f8f8;
    }

.filters-box-header {
    position: relative;
}

    .filters-box-header h4 {
        font-size: 1.125rem;
        font-weight: bold;
    }

    .filters-box-header a img {
        transition: transform 500ms ease;
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    .filters-box-header a.animate img {
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }

.filters-box-content {
    margin-top: 0.3125rem !important;
}

    .filters-box-content label {
        margin-bottom: 0;
        font-weight: bold;
    }

    .filters-box-content .side-nav li {
        margin: 0.3125rem 0;
    }

    .filters-box-content .side-nav label img {
        width: 16px;
        margin-right: 0.625rem;
    }

    .filters-box-content .side-nav label:hover {
        text-decoration: underline;
    }

    .filters-box-content .do-filter {
        margin-top: 1.5625rem;
    }

        .filters-box-content .do-filter a {
            color: #000;
            text-transform: uppercase;
        }

            .filters-box-content .do-filter a:hover {
                text-decoration: underline;
            }

        .filters-box-content .do-filter img {
            margin-left: 0.3125rem;
            vertical-align: baseline;
        }

@media only screen and (max-width: 1024px) {
    .home-page .content-quick-links {
        padding: 50px 0 30px;
    }
}

.content-online-reservation {
    margin-top: 3rem;
}

    .content-online-reservation .content-online-reservation-place {
        position: relative;
    }

        .content-online-reservation .content-online-reservation-place:after {
            transition: all 500ms ease-in-out;
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            z-index: 10;
            width: 100%;
            height: 80%;
            background: rgba(0,149,217,0.4);
        }

@media only screen and (max-width: 1024px) {
    .content-online-reservation .content-online-reservation-place:after {
        height: 100%;
    }
}

.content-online-reservation .content-online-reservation-place:hover:after {
    background: rgba(0,149,217,0);
}

.content-online-reservation .content-online-reservation-place .content-online-reservation-place-img {
    width: 100%;
}

.content-online-reservation .content-online-reservation-place .content-online-reservation-place-header, .content-online-reservation .content-online-reservation-place .content-online-reservation-place-links {
    position: absolute;
    left: 0;
    right: 0;
    z-index: 100;
    padding: 1.5rem;
    width: 100%;
}

.content-online-reservation .content-online-reservation-place .content-online-reservation-place-header {
    top: 0;
    margin: 0;
    color: #fff;
    font-size: 2.625rem;
    line-height: 1.4;
}

.content-online-reservation .content-online-reservation-place .content-online-reservation-place-links {
    bottom: 0;
}

    .content-online-reservation .content-online-reservation-place .content-online-reservation-place-links a {
        color: #fff;
        font-size: 0.875rem;
        text-transform: uppercase;
    }

        .content-online-reservation .content-online-reservation-place .content-online-reservation-place-links a:hover {
            text-decoration: underline;
        }

.content-quick-links {
    -moz-border-radius: 0 0 5px 5px;
    -webkit-border-radius: 0;
    border-radius: 0 0 5px 5px;
    background: #ceeefc;
    background: -moz-linear-gradient(top, #ceeefc 0%, #8fd8f7 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ceeefc), color-stop(100%, #8fd8f7));
    background: -webkit-linear-gradient(top, #ceeefc 0%, #8fd8f7 100%);
    background: -o-linear-gradient(top, #ceeefc 0%, #8fd8f7 100%);
    background: -ms-linear-gradient(top, #ceeefc 0%, #8fd8f7 100%);
    background: linear-gradient(to bottom, #ceeefc 0%,#8fd8f7 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ceeefc', endColorstr='#8fd8f7',GradientType=0 );
}

    .content-quick-links ul {
        margin: 0;
    }

        .content-quick-links ul li {
            margin: 0;
            padding: 0.5rem 2rem;
        }

    .content-quick-links a, .content-quick-links p {
        transition: color 250ms ease-in-out;
        margin-bottom: 0;
        color: #0058a5;
    }

        .content-quick-links a img, .content-quick-links p img {
            margin-right: 5px;
        }

        .content-quick-links a:hover {
            color: #fff;
        }

@media only screen and (max-width: 1024px) {
    .content-quick-links {
        padding: 0 0 30px;
    }

        .content-quick-links ul li {
            width: 50%;
        }
}

@media only screen and (max-width: 640px) {
    .content-quick-links ul li {
        width: 100%;
        text-align: center;
    }
}

.content-special-offers, .content-single-offer-special-offers {
    margin-top: 3rem;
}

    .content-special-offers .content-special-offers-header a, .content-single-offer-special-offers .content-special-offers-header a {
        color: #000;
        font-size: 0.875rem;
        line-height: 3;
        text-transform: uppercase;
    }

        .content-special-offers .content-special-offers-header a:hover, .content-single-offer-special-offers .content-special-offers-header a:hover {
            text-decoration: underline;
        }

    .content-special-offers .owl-carousel, .content-single-offer-special-offers .owl-carousel {
        position: relative;
    }

        .content-special-offers .owl-carousel .owl-buttons .owl-prev, .content-special-offers .owl-carousel .owl-buttons .owl-next, .content-single-offer-special-offers .owl-carousel .owl-buttons .owl-prev, .content-single-offer-special-offers .owl-carousel .owl-buttons .owl-next {
            -moz-border-radius: 0;
            -webkit-border-radius: 0;
            border-radius: 0;
            position: absolute;
            left: -50px;
            top: 50%;
            margin-top: -15px;
            padding: 0;
            width: 23px;
            height: 40px;
            background-color: transparent;
            background: url('../images/icons/big-left-arrow.png?1430991881') 0 0 repeat-x;
        }

        .content-special-offers .owl-carousel .owl-buttons .owl-next, .content-single-offer-special-offers .owl-carousel .owl-buttons .owl-next {
            left: auto;
            right: -50px;
            background: url('../images/icons/big-right-arrow.png?1430991881') 0 0 repeat-x;
        }

@media only screen and (max-width: 1280px) {
    .content-special-offers .owl-carousel .owl-buttons .owl-prev, .content-special-offers .owl-carousel .owl-buttons .owl-next, .content-single-offer-special-offers .owl-carousel .owl-buttons .owl-prev, .content-single-offer-special-offers .owl-carousel .owl-buttons .owl-next {
        position: static;
        margin-top: 1.5625rem;
    }
}

.content-special-offers .owl-carousel .content-special-offers-carousel-item, .content-single-offer-special-offers .owl-carousel .content-special-offers-carousel-item {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    padding: 0.3125rem;
    margin: 0 0.375rem;
    border: 1px solid #ddd;
}

.content-special-offers .owl-carousel .special-offers-carousel-item-img, .content-single-offer-special-offers .owl-carousel .special-offers-carousel-item-img {
    width: 100%;
    margin-bottom: 1.25rem;
}

.content-special-offers .owl-carousel .special-offers-carousel-item-title, .content-single-offer-special-offers .owl-carousel .special-offers-carousel-item-title {
    display: block;
    width: 100%;
    padding: 0 0.625rem;
    margin-bottom: 1.25rem;
    clear: both;
    color: #000;
    font-size: 1.125rem;
    line-height: 1.4;
}

.content-special-offers .owl-carousel .special-offers-carousel-item-desc, .content-single-offer-special-offers .owl-carousel .special-offers-carousel-item-desc {
    padding: 0 0.625rem;
    color: #5a5a5a;
    font-size: 0.875rem;
}

.content-special-offers .owl-carousel .special-offers-carousel-item-more, .content-single-offer-special-offers .owl-carousel .special-offers-carousel-item-more {
    margin: 0 0.625rem 0.625rem;
}

.pagination li {
    margin-bottom: 0;
    border: 1px solid #d4d4d4;
    border-left-width: 0;
}

    .pagination li:first-child {
        -moz-border-radius: 5px 0 0 5px;
        -webkit-border-radius: 5px;
        border-radius: 5px 0 0 5px;
        border-left-width: 1px;
    }

    .pagination li:last-child {
        -moz-border-radius: 0 5px 5px 0;
        -webkit-border-radius: 0;
        border-radius: 0 5px 5px 0;
    }

.content-single-offer {
    background: #f8f8f8;
    background: -moz-linear-gradient(top, #f8f8f8 0%, #fff 55%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f8f8f8), color-stop(55%, #fff));
    background: -webkit-linear-gradient(top, #f8f8f8 0%, #fff 55%);
    background: -o-linear-gradient(top, #f8f8f8 0%, #fff 55%);
    background: -ms-linear-gradient(top, #f8f8f8 0%, #fff 55%);
    background: linear-gradient(to bottom, #f8f8f8 0%,#ffffff 55%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8f8f8', endColorstr='#ffffff',GradientType=0 );
}

    .content-single-offer .panel {
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        border-radius: 5px;
    }

    .content-single-offer > .row {
        padding-top: 2.1875rem;
    }

    .content-single-offer .padding-right {
        padding-right: 1.5625rem;
    }

@media only screen and (max-width: 640px) {
    .content-single-offer .padding-right {
        padding-right: 0;
    }
}

.content-single-offer .padding-left {
    padding-left: 1.5625rem;
}

@media only screen and (max-width: 640px) {
    .content-single-offer .padding-left {
        padding-left: 0;
    }
}

.content-single-offer-header {
    margin-top: 1rem;
    color: #000;
}

    .content-single-offer-header h1 {
        margin-top: 0;
        line-height: 1;
    }

        .content-single-offer-header h1 a {
            color: #000;
            font-weight: bold;
        }

            .content-single-offer-header h1 a:hover {
                color: #0095d9;
            }

        .content-single-offer-header h1 .single-offer-rating {
            font-size: 0;
            line-height: 1;
        }

            .content-single-offer-header h1 .single-offer-rating img {
                display: inline-block;
                vertical-align: top;
            }

.single-offer-localization {
    margin-bottom: 0;
    font-size: 0.875rem;
    font-weight: bold;
}

.single-offer-price {
    margin-bottom: 0;
    font-size: 2rem;
    color: #000;
    font-weight: bold;
    line-height: 1;
}

    .single-offer-price .bigger {
        font-size: 2.625rem;
    }

    .single-offer-price .smaller {
        font-size: 0.875rem;
    }

@media only screen and (max-width: 640px) {
    .single-offer-price {
        margin-top: 1rem;
    }

        .single-offer-price br {
            display: none;
        }
}

.single-offer-text-desc p {
    margin-bottom: 1rem;
    color: #5a5a5a;
    font-size: 0.875rem;
}

.single-offer-equipment-desc .side-nav, .single-offer-localization-data .side-nav {
    margin-left: -1rem;
}

    .single-offer-equipment-desc .side-nav > li, .single-offer-localization-data .side-nav > li {
        margin-left: 1rem;
        margin-bottom: 1.3125rem;
        line-height: 2;
    }

    .single-offer-equipment-desc .side-nav img, .single-offer-localization-data .side-nav img {
        display: inline-block;
        vertical-align: middle;
        *vertical-align: auto;
        *zoom: 1;
        *display: inline;
        max-width: 22px;
        margin-right: 0.5rem;
    }

    .single-offer-equipment-desc .side-nav span, .single-offer-localization-data .side-nav span {
        display: inline-block;
        vertical-align: middle;
        *vertical-align: auto;
        *zoom: 1;
        *display: inline;
        color: #000;
        font-size: 0.875rem;
        font-weight: bold;
    }

.single-offer-localization-data .button {
    margin-top: 1rem;
    width: 100%;
    height: auto;
}

.single-offer-equipment-icons {
    font-size: 0;
}

    .single-offer-equipment-icons span {
        background: #fff;
        background: -moz-linear-gradient(top, #fff 0%, #f8f8f8 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff), color-stop(100%, #f8f8f8));
        background: -webkit-linear-gradient(top, #fff 0%, #f8f8f8 100%);
        background: -o-linear-gradient(top, #fff 0%, #f8f8f8 100%);
        background: -ms-linear-gradient(top, #fff 0%, #f8f8f8 100%);
        background: linear-gradient(to bottom, #ffffff 0%,#f8f8f8 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff', endColorstr='#f8f8f8',GradientType=0 );
        display: inline-block;
        padding: 0.125rem 0.4375rem;
        border: 1px solid #eaeaea;
    }

    .single-offer-equipment-icons img {
        width: 16px;
    }

@media only screen and (max-width: 640px) {
    .single-offer-equipment-icons {
        margin-bottom: 1rem;
    }
}

.content-single-offer-residence-conditions li {
    margin-bottom: 0.625rem;
}

.content-single-offer-residence-conditions span {
    font-size: 0.875rem;
}

.content-other-apartments {
    margin-top: 2.1875rem;
    padding: 2.5rem 0;
    background: #f3f0ea;
    color: #0068c3;
}

    .content-other-apartments h3 {
        color: #0068c3;
    }

    .content-other-apartments .owl-carousel {
        position: relative;
    }

        .content-other-apartments .owl-carousel .owl-buttons .owl-prev, .content-other-apartments .owl-carousel .owl-buttons .owl-next {
            -moz-border-radius: 0;
            -webkit-border-radius: 0;
            border-radius: 0;
            position: absolute;
            left: -50px;
            top: 50%;
            margin-top: -15px;
            padding: 0;
            width: 25px;
            height: 40px;
            background-color: transparent;
            background: url('../images/icons/big-left-arrow-blue.png?1430991881') 0 0 repeat-x;
        }

        .content-other-apartments .owl-carousel .owl-buttons .owl-next {
            left: auto;
            right: -50px;
            background: url('../images/icons/big-right-arrow-blue.png?1430991881') 0 0 repeat-x;
        }

@media only screen and (max-width: 1280px) {
    .content-other-apartments .owl-carousel .owl-buttons .owl-prev, .content-other-apartments .owl-carousel .owl-buttons .owl-next {
        position: static;
        margin-top: 1.5625rem;
    }
}

.content-other-apartments .content-other-offers-carousel-item {
    padding: 1rem;
    margin: 0 0.375rem;
}

    .content-other-apartments .content-other-offers-carousel-item h4 a {
        color: #0068c3;
    }

    .content-other-apartments .content-other-offers-carousel-item .other-offers-carousel-item-img-wrapper {
        position: relative;
    }

    .content-other-apartments .content-other-offers-carousel-item img {
        width: 100%;
    }

    .content-other-apartments .content-other-offers-carousel-item .other-offers-carousel-item-title {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        padding: 0.625rem;
        background-color: #0068c3;
    }

        .content-other-apartments .content-other-offers-carousel-item .other-offers-carousel-item-title .inline-list {
            margin-left: 0;
        }

            .content-other-apartments .content-other-offers-carousel-item .other-offers-carousel-item-title .inline-list > li {
                width: 50%;
                margin-left: 0;
                line-height: 1;
                text-align: center;
            }

            .content-other-apartments .content-other-offers-carousel-item .other-offers-carousel-item-title .inline-list img {
                display: inline-block;
                vertical-align: middle;
                *vertical-align: auto;
                *zoom: 1;
                *display: inline;
                max-width: 22px;
                margin-right: 0.5rem;
            }

            .content-other-apartments .content-other-offers-carousel-item .other-offers-carousel-item-title .inline-list span {
                display: inline-block;
                vertical-align: middle;
                *vertical-align: auto;
                *zoom: 1;
                *display: inline;
                color: #fff;
            }

                .content-other-apartments .content-other-offers-carousel-item .other-offers-carousel-item-title .inline-list span sup {
                    vertical-align: text-top;
                }

    .content-other-apartments .content-other-offers-carousel-item .other-offer-price {
        margin-bottom: 0;
        margin-top: 1rem;
        font-size: 1.125rem;
        color: #0068c3;
        line-height: 1;
    }

        .content-other-apartments .content-other-offers-carousel-item .other-offer-price .bigger {
            font-size: 1.5rem;
        }

        .content-other-apartments .content-other-offers-carousel-item .other-offer-price .smaller {
            font-size: 1rem;
        }

.single-offer-booking-wrapper {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    padding: 0.375rem;
    background-color: #e6f6fd;
}

    .single-offer-booking-wrapper .single-offer-booking-header {
        background: #fef178;
        background: -moz-linear-gradient(top, #fef178 0%, #fed350 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fef178), color-stop(100%, #fed350));
        background: -webkit-linear-gradient(top, #fef178 0%, #fed350 100%);
        background: -o-linear-gradient(top, #fef178 0%, #fed350 100%);
        background: -ms-linear-gradient(top, #fef178 0%, #fed350 100%);
        background: linear-gradient(to bottom, #fef178 0%,#fed350 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fef178', endColorstr='#fed350',GradientType=0 );
        -moz-border-radius: 5px 5px 0 0;
        -webkit-border-radius: 5px;
        border-radius: 5px 5px 0 0;
        padding: 1rem;
        border: 1px solid #e8cb57;
        border-bottom-width: 0;
        color: #000;
    }

        .single-offer-booking-wrapper .single-offer-booking-header h4 {
            margin: 0;
        }

    .single-offer-booking-wrapper .single-offer-booking-content {
        -moz-border-radius: 0 0 5px 5px;
        -webkit-border-radius: 0;
        border-radius: 0 0 5px 5px;
        border: 1px solid #a1d2e8;
        border-top-width: 0;
        background-color: #f2fafe;
    }

        .single-offer-booking-wrapper .single-offer-booking-content input[type="text"], .single-offer-booking-wrapper .single-offer-booking-content .customSelect {
            margin-bottom: 0.5rem;
            border-color: #86c4e2;
            background-color: #fff;
        }

        .single-offer-booking-wrapper .single-offer-booking-content input[type="text"], .single-offer-booking-wrapper .single-offer-booking-content .customSelect {
            padding-right: 2.1875rem;
        }

        .single-offer-booking-wrapper .single-offer-booking-content .input-booking-arrival {
            background: url('Im/icons/arrival.png?1430991881') no-repeat right 10px center;
        }

        .single-offer-booking-wrapper .single-offer-booking-content .input-booking-departure {
            background: url('../images/icons/arrival.png?1430991881') no-repeat right 10px center;
        }

        .single-offer-booking-wrapper .single-offer-booking-content .input-booking-count {
            background: url('../images/icons/people-count.png?1430991881') no-repeat right 10px center;
        }

        .single-offer-booking-wrapper .single-offer-booking-content .padding-top {
            padding-top: 0.9375rem;
        }

    .single-offer-booking-wrapper .single-offer-booking-content-main {
        padding: 1.125rem 1rem 1.125rem 1rem;
    }

        .single-offer-booking-wrapper .single-offer-booking-content-main .button {
            width: 100%;
            height: auto;
            font-size: 1.125rem;
            line-height: 1.75rem;
        }

            .single-offer-booking-wrapper .single-offer-booking-content-main .button img {
                margin-left: 0.3125rem;
            }

        .single-offer-booking-wrapper .single-offer-booking-content-main span {
            font-size: 0.875rem;
            line-height: 1.125rem;
        }

        .single-offer-booking-wrapper .single-offer-booking-content-main .single-offer-booking-additional-costs span {
            font-weight: bold;
        }

        .single-offer-booking-wrapper .single-offer-booking-content-main .single-offer-booking-price {
            margin-bottom: 0;
            font-size: 0.875rem;
            color: #000;
            font-weight: bold;
            line-height: 1.875rem;
        }

            .single-offer-booking-wrapper .single-offer-booking-content-main .single-offer-booking-price .bigger {
                font-size: 1.375rem;
            }

            .single-offer-booking-wrapper .single-offer-booking-content-main .single-offer-booking-price .middle {
                font-size: 1.125rem;
            }

        .single-offer-booking-wrapper .single-offer-booking-content-main .single-offer-booking-total-cost {
            font-weight: bold;
        }

    .single-offer-booking-wrapper .single-offer-booking-content-bottom {
        -moz-border-radius: 0 0 5px 5px;
        -webkit-border-radius: 0;
        border-radius: 0 0 5px 5px;
        background-color: #fff;
        padding: 1.125rem 1rem 1.125rem 1rem;
    }

        .single-offer-booking-wrapper .single-offer-booking-content-bottom p {
            color: #5a5a5a;
            font-size: 0.875rem;
        }

        .single-offer-booking-wrapper .single-offer-booking-content-bottom .button {
            width: 100%;
            height: auto;
            margin-top: 1rem;
        }

.single-offer-slider {
    visibility: hidden;
    height: 0;
}

    .single-offer-slider .bx-viewport:before {
        position: absolute;
        top: 20px;
        right: 20px;
        z-index: 99;
        content: "";
        display: block;
        width: 36px;
        height: 36px;
        /*background: url('../images/lightbox/enlarge.png?1430991881') no-repeat left top;*/
    }

    .single-offer-slider .single-offer-slider-slides {
        margin: 0;
    }

.single-offer-page .page-footer {
    margin-top: 0;
}

.admin-login {
    background: #f1f1f1 url('../images/admin/login-logo-bg.png?1430991996') no-repeat center fixed;
    overflow-x: hidden;
}

    .admin-login .admin-login-panel {
        max-width: 480px;
        margin: 175px auto 0;
    }

@media screen and (max-width: 767px) {
    .admin-login .admin-login-panel {
        margin-top: 50px;
    }
}

.admin-login .header-language-selector {
    margin-top: 3.75rem;
}

    .admin-login .header-language-selector .customSelect {
        background-color: #ffffff;
    }

.admin-login .page-content {
    margin-top: 2.5rem;
}

    .admin-login .page-content h4 {
        font-weight: bold;
    }

.admin-login .panel {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: #ddd 0 2px 3px;
    -webkit-box-shadow: #ddd 0 2px 3px;
    box-shadow: #ddd 0 2px 3px;
    margin: 15px 0 55px;
    padding: 1.875rem 1.5625rem;
    background: #fff;
}

    .admin-login .panel label {
        font-weight: bold;
    }

.admin-login .admin-login-form .small-12 {
    margin-bottom: 1rem;
}

    .admin-login .admin-login-form .small-12 input {
        margin-top: 0.3125rem;
    }

.admin-login .admin-login-form-submission {
    margin-top: 1.25rem;
}

.admin-login .page-footer {
    margin-top: 0;
}

    .admin-login .page-footer .footer-contact span {
        font-weight: bold;
    }

    .admin-login .page-footer .footer-contact .blue {
        margin-left: 0.3125rem;
        font-size: 1.1em;
    }

    .admin-login .page-footer .footer-copyright p {
        margin: 0;
        color: #727272;
        font-size: 0.75rem;
        line-height: 3rem;
    }

        .admin-login .page-footer .footer-copyright p a {
            color: #000;
        }

            .admin-login .page-footer .footer-copyright p a:hover {
                text-decoration: underline;
            }

.admin-page .apartments-list-item {
    padding: 0.9375rem 0;
}

.admin-page .apartments-list-item-description {
    position: relative;
    padding: 0 1rem;
}

    .admin-page .apartments-list-item-description h3 {
        margin: 0;
    }

        .admin-page .apartments-list-item-description h3 a {
            color: #000;
        }

            .admin-page .apartments-list-item-description h3 a:hover {
                color: #000;
            }

.admin-page .apartments-list-item-localization {
    font-size: 0.875rem;
    color: #000;
}

.admin-page .apartments-list-item-link {
    position: absolute;
    bottom: 0;
    left: 16px;
}

.admin-page {
    overflow-x: hidden;
}

    .admin-page .page-header .header-contact-info span {
        font-size: 0.875rem;
        font-weight: normal;
        color: #000;
    }

        .admin-page .page-header .header-contact-info span.blue {
            text-transform: uppercase;
            color: #0095d9;
        }

    .admin-page .page-header .header-contact-info a {
        font-size: 0.875rem;
        color: #ff3e28;
        text-transform: uppercase;
    }

    .admin-page .page-header .header-contact-info .header-border {
        margin: 0 1.3125rem;
    }

    .admin-page .page-footer {
        -moz-box-shadow: rgba(0,0,0,0.1) 0 -4px 6px;
        -webkit-box-shadow: rgba(0,0,0,0.1) 0 -4px 6px;
        box-shadow: rgba(0,0,0,0.1) 0 -4px 6px;
        margin-top: 0;
        background-color: #ffffff;
    }

    .admin-page .footer-contact-info {
        line-height: 3;
    }

        .admin-page .footer-contact-info .footer-border {
            margin: 0 25px;
        }

        .admin-page .footer-contact-info span, .admin-page .footer-contact-info a {
            color: #000;
            font-size: 0.875rem;
        }

            .admin-page .footer-contact-info span.blue {
                color: #0095d9;
            }

        .admin-page .footer-contact-info a {
            text-transform: uppercase;
        }

            .admin-page .footer-contact-info a:hover {
                color: #000;
                text-decoration: underline;
            }

            .admin-page .footer-contact-info a:after {
                content: "";
                display: inline-block;
                width: 15px;
                height: 13px;
                margin-left: 5px;
                background: url('../images/icons/arrow-right-black.png?1430991881') no-repeat center center;
            }

@media only screen and (max-width: 700px) {
    .admin-page .footer-contact-info {
        float: left;
        width: 100%;
        margin-top: 0.625rem;
    }
}

.admin-page .page-content {
    display: block;
    padding: 1.125rem 0 7.5rem 0;
    background-color: #f8f8f8;
}

    .admin-page .page-content .customSelect {
        text-align: left;
        background: #fff url('../images/icons/customSelect-arrow.gif?1430991881') no-repeat right 10px center;
    }

.admin-page .page-navigation {
    background: url('../images/bg/menu-bg-admin.png?1430991996') 0 0 repeat-x;
}

@media only screen and (min-width: 1120px) {
    .admin-page .page-navigation .top-bar {
        height: 5.625rem;
        line-height: 5.625rem;
    }

        .admin-page .page-navigation .top-bar .top-bar-section li:not(.has-form) a:not(.button) {
            padding: 0 1.5rem !important;
            line-height: 5.625rem;
        }

            .admin-page .page-navigation .top-bar .top-bar-section li:not(.has-form) a:not(.button) img {
                margin-right: 5px;
            }

        .admin-page .page-navigation .top-bar .top-bar-section li.active:not(.has-form) a:not(.button) {
            padding: 0 3rem !important;
            line-height: 5.625rem;
        }
}

.admin-page .page-navigation .top-bar.expanded .top-bar-section a {
    background-color: #37bef2;
}

    .admin-page .page-navigation .top-bar.expanded .top-bar-section a img {
        width: 45px;
        height: 35px;
        margin-right: 15px;
    }

.admin-page .lower-line-height {
    line-height: 1;
}

.admin-page .bills-sort label {
    margin-right: 0.625rem;
    margin-bottom: 0;
    color: #000;
    font-weight: bold;
}

@media screen and (max-width: 640px) {
    .admin-page .bills-sort label {
        text-align: left;
    }
}

.admin-page .bills-sort select {
    margin-bottom: 0;
}

.admin-page .bills-table {
    margin-top: 1.25rem;
}

    .admin-page .bills-table table {
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        border-radius: 5px;
        -moz-box-shadow: #ddd 0 2px 3px;
        -webkit-box-shadow: #ddd 0 2px 3px;
        box-shadow: #ddd 0 2px 3px;
        width: 100%;
        min-width: 640px;
        margin: 0;
        border: 1px solid #ddd;
        border-bottom-width: 0;
        border-collapse: collapse;
    }

    .admin-page .bills-table th, .admin-page .bills-table td {
        padding: 1.125rem;
        border-bottom: 1px solid #ddd;
        text-align: left;
        color: black;
    }

    .admin-page .bills-table th {
        background: #f4f4f4;
        background: -moz-linear-gradient(top, #f4f4f4 0%, #e8e8e8 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f4f4f4), color-stop(100%, #e8e8e8));
        background: -webkit-linear-gradient(top, #f4f4f4 0%, #e8e8e8 100%);
        background: -o-linear-gradient(top, #f4f4f4 0%, #e8e8e8 100%);
        background: -ms-linear-gradient(top, #f4f4f4 0%, #e8e8e8 100%);
        background: linear-gradient(to bottom, #f4f4f4 0%,#e8e8e8 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f4f4', endColorstr='#e8e8e8',GradientType=0 );
        font-size: 1rem;
    }

    .admin-page .bills-table td {
        font-size: 0.875rem;
        background-color: #fff;
    }

        .admin-page .bills-table td.red-text {
            color: #ff3e28;
        }

        .admin-page .bills-table td.green-text {
            color: #42a500;
        }

        .admin-page .bills-table td kbd {
            padding: 0;
            background-color: #231f21;
            border-color: #231f21;
        }

            .admin-page .bills-table td kbd a {
                padding: 0.125rem 0.375rem;
                color: #fff;
                font-weight: normal;
                font-size: 0.625rem;
                text-transform: uppercase;
                line-height: 1;
            }

                .admin-page .bills-table td kbd a:hover {
                    color: #fff;
                }

    .admin-page .bills-table tfoot td {
        font-size: 1rem;
        border-top: 1px solid #ddd;
    }

    .admin-page .bills-table .scrollable-table {
        overflow-x: auto;
    }

.admin-page .profile-form {
    margin-top: 0.9375rem;
}

    .admin-page .profile-form label {
        word-break: break-all;
        word-break: break-word;
        -moz-hyphens: auto;
        -ms-hyphens: auto;
        -webkit-hyphens: auto;
        hyphens: auto;
        font-weight: bold;
        color: #000000;
    }

    .admin-page .profile-form input[disabled] {
        background-color: transparent;
    }

    .admin-page .profile-form .form-change-password, .admin-page .profile-form .form-name, .admin-page .profile-form .form-address {
        margin-bottom: 1.5625rem;
    }

        .admin-page .profile-form .form-change-password .button {
            margin-left: 0.9375rem;
        }

@media screen and (max-width: 640px) {
    .admin-page .profile-form .form-change-password .button {
        margin-left: 0;
    }
}

.admin-page .profile-form .form-address fieldset {
    padding: 0;
    margin: 0;
    border: 0 none;
}

.admin-page .profile-form .form-address legend {
    display: block;
    margin-bottom: 0.9375rem;
    margin-left: 0;
    background-color: transparent;
    font-size: 0.875rem;
    color: #000000;
    line-height: 1.5;
}

.admin-page .contact-data h3 {
    margin-bottom: 2.1875rem;
}

.admin-page .contact-data p {
    color: #000000;
    font-weight: bold;
}

.admin-page .contact-data img {
    margin-right: 0.5rem;
}

.admin-page .admin-calendar {
    margin-top: 0.9375rem;
}

    .admin-page .admin-calendar label {
        font-size: 1rem;
        color: #000000;
    }

    .admin-page .admin-calendar .calendar-select-apartment {
        margin-bottom: 2.5rem;
    }

        .admin-page .admin-calendar .calendar-select-apartment label {
            font-weight: bold;
        }

    .admin-page .admin-calendar .search-result-offer {
        border-bottom: 0 none;
    }

@media only screen and (max-width: 640px) {
    .admin-page .admin-calendar .search-result-offer .search-result-offer-description {
        margin-top: 1.5625rem;
    }
}

.admin-page .admin-calendar .calendar-calendars {
    margin-bottom: 1.875rem;
}

    .admin-page .admin-calendar .calendar-calendars .scrollable-calendar {
        overflow-x: auto;
    }

.admin-page .admin-calendar .calendar-report .report-selection label {
    margin-right: 0.9375rem;
    font-size: 1.25rem;
    line-height: 2.3125rem;
    font-weight: bold;
}

.admin-page .admin-calendar .calendar-report .report-selection .customSelect {
    max-width: 400px;
}

.admin-page .admin-calendar .calendar-report .report-results {
    margin-top: 3.125rem;
}

@media only screen and (max-width: 640px) {
    .admin-page .admin-calendar .calendar-report .report-results .row {
        margin-top: 1.5625rem;
    }
}

.admin-page .admin-calendar .calendar-report .report-results label {
    font-weight: bold;
}

    .admin-page .admin-calendar .calendar-report .report-results label.medium-text-right {
        margin-right: 0.9375rem;
    }

@media only screen and (min-width: 641px) {
    .admin-page .admin-calendar .calendar-report .report-results label.medium-text-left {
        margin-left: 0.9375rem;
    }
}

.admin-page .admin-calendar .calendar-report .report-results .progress {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: rgba(0,0,0,0.1) 0 0 10px 0 inset;
    -webkit-box-shadow: rgba(0,0,0,0.1) 0 0 10px 0 inset;
    box-shadow: rgba(0,0,0,0.1) 0 0 10px 0 inset;
    background-color: #e9e9e9;
}

    .admin-page .admin-calendar .calendar-report .report-results .progress .meter {
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        border-radius: 5px;
        transition: width 500ms ease-in-out;
    }

    .admin-page .admin-calendar .calendar-report .report-results .progress.progress-blue .meter {
        -moz-box-shadow: #007db3 0 -2px 5px 0px inset;
        -webkit-box-shadow: #007db3 0 -2px 5px 0px inset;
        box-shadow: #007db3 0 -2px 5px 0px inset;
        background-color: #0095d9;
    }

    .admin-page .admin-calendar .calendar-report .report-results .progress.progress-green .meter {
        -moz-box-shadow: #6cb939 0 -2px 5px 0px inset;
        -webkit-box-shadow: #6cb939 0 -2px 5px 0px inset;
        box-shadow: #6cb939 0 -2px 5px 0px inset;
        background-color: #88c65f;
    }

select:hover {
    cursor: pointer;
}

.customSelect {
    line-height: 1rem;
}

::-webkit-input-placeholder {
    color: #000;
}

:-moz-placeholder {
    color: #000;
}

::-moz-placeholder {
    color: #000;
}

:-ms-input-placeholder {
    color: #000;
}

input[type="text"], .customSelect, input[type="password"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="month"], input[type="week"], input[type="email"], input[type="number"], input[type="search"], input[type="tel"], input[type="time"], input[type="url"], input[type="color"], textarea {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    padding: 0.625rem 0.8125rem;
    margin: 0;
}

input[type="checkbox"] {
    margin: 0;
}

[type="checkbox"]:not(:checked), [type="checkbox"]:checked {
    position: absolute;
    left: -9999px;
}

    [type="checkbox"]:not(:checked) + label, [type="checkbox"]:checked + label {
        position: relative;
        padding-left: 25px;
        cursor: pointer;
    }

        [type="checkbox"]:not(:checked) + label:before, [type="checkbox"]:checked + label:before {
            -moz-border-radius: 3px;
            -webkit-border-radius: 3px;
            border-radius: 3px;
            content: '';
            position: absolute;
            left: 0;
            top: 2px;
            width: 17px;
            height: 17px;
            border: 1px solid #d4d4d4;
            background: #fff;
        }

        [type="checkbox"]:not(:checked) + label:after, [type="checkbox"]:checked + label:after {
            transition: all 0.2s ease;
            content: '\2713';
            position: absolute;
            top: 0;
            left: 4px;
            font-size: 14px;
            color: #000;
        }

        [type="checkbox"]:not(:checked) + label:after {
            opacity: 0;
            transform: scale(0);
        }

        [type="checkbox"]:checked + label:after {
            opacity: 1;
            transform: scale(1);
        }

[type="checkbox"]:disabled:not(:checked) + label:before, [type="checkbox"]:disabled:checked + label:before {
    box-shadow: none;
    border-color: #bbb;
    background-color: #ddd;
}

[type="checkbox"]:disabled:checked + label:after {
    color: #999;
}

[type="checkbox"]:disabled + label {
    color: #aaa;
}

.button, input[type="button"], input[type="submit"] {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: rgba(255,255,255,0.5) 0 1px 1px 0px inset;
    -webkit-box-shadow: rgba(255,255,255,0.5) 0 1px 1px 0px inset;
    box-shadow: rgba(255,255,255,0.5) 0 1px 1px 0px inset;
    height: 2.3125rem;
    padding: 0.625rem 0.8125rem;
    margin: 0;
    color: #fff;
    font-size: 0.875rem;
}

.light-blue {
    background: #3dc7ff;
    background: -moz-linear-gradient(top, #3dc7ff 0%, #0bb4f7 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #3dc7ff), color-stop(100%, #0bb4f7));
    background: -webkit-linear-gradient(top, #3dc7ff 0%, #0bb4f7 100%);
    background: -o-linear-gradient(top, #3dc7ff 0%, #0bb4f7 100%);
    background: -ms-linear-gradient(top, #3dc7ff 0%, #0bb4f7 100%);
    background: linear-gradient(to bottom, #3dc7ff 0%,#0bb4f7 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3dc7ff', endColorstr='#0bb4f7',GradientType=0 );
    border-color: #05aef1;
}

    .light-blue:hover, .light-blue:focus {
        background: #0bb4f7;
        background: -moz-linear-gradient(top, #0bb4f7 0%, #3dc7ff 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #0bb4f7), color-stop(100%, #3dc7ff));
        background: -webkit-linear-gradient(top, #0bb4f7 0%, #3dc7ff 100%);
        background: -o-linear-gradient(top, #0bb4f7 0%, #3dc7ff 100%);
        background: -ms-linear-gradient(top, #0bb4f7 0%, #3dc7ff 100%);
        background: linear-gradient(to bottom, #0bb4f7 0%,#3dc7ff 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0bb4f7', endColorstr='#3dc7ff',GradientType=0 );
    }

.medium-blue {
    background: #28b4ea;
    background: -moz-linear-gradient(top, #28b4ea 0%, #0089be 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #28b4ea), color-stop(100%, #0089be));
    background: -webkit-linear-gradient(top, #28b4ea 0%, #0089be 100%);
    background: -o-linear-gradient(top, #28b4ea 0%, #0089be 100%);
    background: -ms-linear-gradient(top, #28b4ea 0%, #0089be 100%);
    background: linear-gradient(to bottom, #28b4ea 0%,#0089be 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#28b4ea', endColorstr='#0089be',GradientType=0 );
    border-color: #007faf;
}

    .medium-blue:hover, .medium-blue:focus {
        background: #0089be;
        background: -moz-linear-gradient(top, #0089be 0%, #28b4ea 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #0089be), color-stop(100%, #28b4ea));
        background: -webkit-linear-gradient(top, #0089be 0%, #28b4ea 100%);
        background: -o-linear-gradient(top, #0089be 0%, #28b4ea 100%);
        background: -ms-linear-gradient(top, #0089be 0%, #28b4ea 100%);
        background: linear-gradient(to bottom, #0089be 0%,#28b4ea 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0089be', endColorstr='#28b4ea',GradientType=0 );
    }

.green {
    background: #32b86c;
    background: -moz-linear-gradient(top, #32b86c 0%, #268912 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #32b86c), color-stop(100%, #268912));
    background: -webkit-linear-gradient(top, #32b86c 0%, #268912 100%);
    background: -o-linear-gradient(top, #32b86c 0%, #268912 100%);
    background: -ms-linear-gradient(top, #32b86c 0%, #268912 100%);
    background: linear-gradient(to bottom, #32b86c 0%,#268912 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#32b86c', endColorstr='#268912',GradientType=0 );
    border-color: #248102;
}

    .green:hover, .green:focus {
        background: #268912;
        background: -moz-linear-gradient(top, #268912 0%, #32b86c 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #268912), color-stop(100%, #32b86c));
        background: -webkit-linear-gradient(top, #268912 0%, #32b86c 100%);
        background: -o-linear-gradient(top, #268912 0%, #32b86c 100%);
        background: -ms-linear-gradient(top, #268912 0%, #32b86c 100%);
        background: linear-gradient(to bottom, #268912 0%,#32b86c 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#268912', endColorstr='#32b86c',GradientType=0 );
    }

.red {
    background: #ff5858;
    background: -moz-linear-gradient(top, #ff5858 0%, #ff3a3a 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ff5858), color-stop(100%, #ff3a3a));
    background: -webkit-linear-gradient(top, #ff5858 0%, #ff3a3a 100%);
    background: -o-linear-gradient(top, #ff5858 0%, #ff3a3a 100%);
    background: -ms-linear-gradient(top, #ff5858 0%, #ff3a3a 100%);
    background: linear-gradient(to bottom, #ff5858 0%,#ff3a3a 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff5858', endColorstr='#ff3a3a',GradientType=0 );
    border-color: #ff3535;
}

    .red:hover, .red:focus {
        background: #ff3a3a;
        background: -moz-linear-gradient(top, #ff3a3a 0%, #ff5858 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ff3a3a), color-stop(100%, #ff5858));
        background: -webkit-linear-gradient(top, #ff3a3a 0%, #ff5858 100%);
        background: -o-linear-gradient(top, #ff3a3a 0%, #ff5858 100%);
        background: -ms-linear-gradient(top, #ff3a3a 0%, #ff5858 100%);
        background: linear-gradient(to bottom, #ff3a3a 0%,#ff5858 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff3a3a', endColorstr='#ff5858',GradientType=0 );
    }

.orange {
    background: #ff7a00;
    background: -moz-linear-gradient(top, #ff7a00 0%, #ff5c00 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ff7a00), color-stop(100%, #ff5c00));
    background: -webkit-linear-gradient(top, #ff7a00 0%, #ff5c00 100%);
    background: -o-linear-gradient(top, #ff7a00 0%, #ff5c00 100%);
    background: -ms-linear-gradient(top, #ff7a00 0%, #ff5c00 100%);
    background: linear-gradient(to bottom, #ff7a00 0%,#ff5c00 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff7a00', endColorstr='#ff5c00',GradientType=0 );
    border-color: #ff5700;
}

    .orange:hover, .orange:focus {
        background: #ff5c00;
        background: -moz-linear-gradient(top, #ff5c00 0%, #ff7a00 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ff5c00), color-stop(100%, #ff7a00));
        background: -webkit-linear-gradient(top, #ff5c00 0%, #ff7a00 100%);
        background: -o-linear-gradient(top, #ff5c00 0%, #ff7a00 100%);
        background: -ms-linear-gradient(top, #ff5c00 0%, #ff7a00 100%);
        background: linear-gradient(to bottom, #ff5c00 0%,#ff7a00 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff5c00', endColorstr='#ff7a00',GradientType=0 );
    }

.orange-light {
    background: #ffbe46;
    background: -moz-linear-gradient(top, #ffbe46 0%, #f6a000 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffbe46), color-stop(100%, #f6a000));
    background: -webkit-linear-gradient(top, #ffbe46 0%, #f6a000 100%);
    background: -o-linear-gradient(top, #ffbe46 0%, #f6a000 100%);
    background: -ms-linear-gradient(top, #ffbe46 0%, #f6a000 100%);
    background: linear-gradient(to bottom, #ffbe46 0%,#f6a000 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffbe46', endColorstr='#f6a000',GradientType=0 );
    border-color: #f29d00;
}

    .orange-light:hover, .orange-light:focus {
        background: #f6a000;
        background: -moz-linear-gradient(top, #f6a000 0%, #ffbe46 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f6a000), color-stop(100%, #ffbe46));
        background: -webkit-linear-gradient(top, #f6a000 0%, #ffbe46 100%);
        background: -o-linear-gradient(top, #f6a000 0%, #ffbe46 100%);
        background: -ms-linear-gradient(top, #f6a000 0%, #ffbe46 100%);
        background: linear-gradient(to bottom, #f6a000 0%,#ffbe46 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6a000', endColorstr='#ffbe46',GradientType=0 );
    }

.dark-blue {
    background: #0079d0;
    background: -moz-linear-gradient(top, #0079d0 0%, #005bc4 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #0079d0), color-stop(100%, #005bc4));
    background: -webkit-linear-gradient(top, #0079d0 0%, #005bc4 100%);
    background: -o-linear-gradient(top, #0079d0 0%, #005bc4 100%);
    background: -ms-linear-gradient(top, #0079d0 0%, #005bc4 100%);
    background: linear-gradient(to bottom, #0079d0 0%,#005bc4 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0079d0', endColorstr='#005bc4',GradientType=0 );
    border-color: #0052ba;
}

    .dark-blue:hover, .dark-blue:focus {
        background: #005bc4;
        background: -moz-linear-gradient(top, #005bc4 0%, #0079d0 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #005bc4), color-stop(100%, #0079d0));
        background: -webkit-linear-gradient(top, #005bc4 0%, #0079d0 100%);
        background: -o-linear-gradient(top, #005bc4 0%, #0079d0 100%);
        background: -ms-linear-gradient(top, #005bc4 0%, #0079d0 100%);
        background: linear-gradient(to bottom, #005bc4 0%,#0079d0 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#005bc4', endColorstr='#0079d0',GradientType=0 );
    }

.gray {
    background: #b2b2b2;
    background: -moz-linear-gradient(top, #b2b2b2 0%, #898989 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #b2b2b2), color-stop(100%, #898989));
    background: -webkit-linear-gradient(top, #b2b2b2 0%, #898989 100%);
    background: -o-linear-gradient(top, #b2b2b2 0%, #898989 100%);
    background: -ms-linear-gradient(top, #b2b2b2 0%, #898989 100%);
    background: linear-gradient(to bottom, #b2b2b2 0%,#898989 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b2b2b2', endColorstr='#898989',GradientType=0 );
    border-color: #838383;
}

    .gray:hover, .gray:focus {
        background: #898989;
        background: -moz-linear-gradient(top, #898989 0%, #b2b2b2 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #898989), color-stop(100%, #b2b2b2));
        background: -webkit-linear-gradient(top, #898989 0%, #b2b2b2 100%);
        background: -o-linear-gradient(top, #898989 0%, #b2b2b2 100%);
        background: -ms-linear-gradient(top, #898989 0%, #b2b2b2 100%);
        background: linear-gradient(to bottom, #898989 0%,#b2b2b2 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#898989', endColorstr='#b2b2b2',GradientType=0 );
    }

.unhide {
    position: relative;
}

.password {
    padding-right: 50px !important;
}

    .password + .unmask {
        position: absolute;
        right: 20px;
        top: 5px;
        text-indent: -9999px;
        width: 25px;
        height: 25px;
        padding: 0;
        background: #aaa;
        border-radius: 50%;
        cursor: pointer;
        border: none;
        -webkit-appearance: none;
    }

        .password + .unmask:before {
            content: "";
            position: absolute;
            top: 4px;
            left: 4px;
            width: 17px;
            height: 17px;
            background: #e3e3e3;
            z-index: 1;
            border-radius: 50%;
        }

    .password[type="text"] + .unmask:after {
        content: "";
        position: absolute;
        top: 6px;
        left: 6px;
        width: 13px;
        height: 13px;
        background: #aaa;
        z-index: 2;
        border-radius: 50%;
    }

span.blue {
    color: #0095d9;
}

span.red-text {
    color: #ff3e28;
}

span.black-text {
    color: #000;
}

span.uppercase {
    text-transform: uppercase;
}

.owl-origin {
    -webkit-perspective: 1200px;
    -webkit-perspective-origin-x: 50%;
    -webkit-perspective-origin-y: 50%;
    -moz-perspective: 1200px;
    -moz-perspective-origin-x: 50%;
    -moz-perspective-origin-y: 50%;
    perspective: 1200px;
}

.owl-fade-out {
    z-index: 10;
    -webkit-animation: fadeOut .7s both ease;
    -moz-animation: fadeOut .7s both ease;
    animation: fadeOut .7s both ease;
}

.owl-fade-in {
    -webkit-animation: fadeIn .7s both ease;
    -moz-animation: fadeIn .7s both ease;
    animation: fadeIn .7s both ease;
}

.owl-backSlide-out {
    -webkit-animation: backSlideOut 1s both ease;
    -moz-animation: backSlideOut 1s both ease;
    animation: backSlideOut 1s both ease;
}

.owl-backSlide-in {
    -webkit-animation: backSlideIn 1s both ease;
    -moz-animation: backSlideIn 1s both ease;
    animation: backSlideIn 1s both ease;
}

.owl-goDown-out {
    -webkit-animation: scaleToFade .7s ease both;
    -moz-animation: scaleToFade .7s ease both;
    animation: scaleToFade .7s ease both;
}

.owl-goDown-in {
    -webkit-animation: goDown .6s ease both;
    -moz-animation: goDown .6s ease both;
    animation: goDown .6s ease both;
}

.owl-fadeUp-in {
    -webkit-animation: scaleUpFrom .5s ease both;
    -moz-animation: scaleUpFrom .5s ease both;
    animation: scaleUpFrom .5s ease both;
}

.owl-fadeUp-out {
    -webkit-animation: scaleUpTo .5s ease both;
    -moz-animation: scaleUpTo .5s ease both;
    animation: scaleUpTo .5s ease both;
}

@-webkit-keyframes empty {
    0% {
        opacity: 1;
    }
}

@-moz-keyframes empty {
    0% {
        opacity: 1;
    }
}

@keyframes empty {
    0% {
        opacity: 1;
    }
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-moz-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@-moz-keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@-webkit-keyframes backSlideOut {
    25% {
        opacity: .5;
        -webkit-transform: translateZ(-500px);
    }

    75% {
        opacity: .5;
        -webkit-transform: translateZ(-500px) translateX(-200%);
    }

    100% {
        opacity: .5;
        -webkit-transform: translateZ(-500px) translateX(-200%);
    }
}

@-moz-keyframes backSlideOut {
    25% {
        opacity: .5;
        -moz-transform: translateZ(-500px);
    }

    75% {
        opacity: .5;
        -moz-transform: translateZ(-500px) translateX(-200%);
    }

    100% {
        opacity: .5;
        -moz-transform: translateZ(-500px) translateX(-200%);
    }
}

@keyframes backSlideOut {
    25% {
        opacity: .5;
        transform: translateZ(-500px);
    }

    75% {
        opacity: .5;
        transform: translateZ(-500px) translateX(-200%);
    }

    100% {
        opacity: .5;
        transform: translateZ(-500px) translateX(-200%);
    }
}

@-webkit-keyframes backSlideIn {
    0%, 25% {
        opacity: .5;
        -webkit-transform: translateZ(-500px) translateX(200%);
    }

    75% {
        opacity: .5;
        -webkit-transform: translateZ(-500px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateZ(0) translateX(0);
    }
}

@-moz-keyframes backSlideIn {
    0%, 25% {
        opacity: .5;
        -moz-transform: translateZ(-500px) translateX(200%);
    }

    75% {
        opacity: .5;
        -moz-transform: translateZ(-500px);
    }

    100% {
        opacity: 1;
        -moz-transform: translateZ(0) translateX(0);
    }
}

@keyframes backSlideIn {
    0%, 25% {
        opacity: .5;
        transform: translateZ(-500px) translateX(200%);
    }

    75% {
        opacity: .5;
        transform: translateZ(-500px);
    }

    100% {
        opacity: 1;
        transform: translateZ(0) translateX(0);
    }
}

@-webkit-keyframes scaleToFade {
    to {
        opacity: 0;
        -webkit-transform: scale(0.8);
    }
}

@-moz-keyframes scaleToFade {
    to {
        opacity: 0;
        -moz-transform: scale(0.8);
    }
}

@keyframes scaleToFade {
    to {
        opacity: 0;
        transform: scale(0.8);
    }
}

@-webkit-keyframes goDown {
    from {
        -webkit-transform: translateY(-100%);
    }
}

@-moz-keyframes goDown {
    from {
        -moz-transform: translateY(-100%);
    }
}

@keyframes goDown {
    from {
        transform: translateY(-100%);
    }
}

@-webkit-keyframes scaleUpFrom {
    from {
        opacity: 0;
        -webkit-transform: scale(1.5);
    }
}

@-moz-keyframes scaleUpFrom {
    from {
        opacity: 0;
        -moz-transform: scale(1.5);
    }
}

@keyframes scaleUpFrom {
    from {
        opacity: 0;
        transform: scale(1.5);
    }
}

@-webkit-keyframes scaleUpTo {
    to {
        opacity: 0;
        -webkit-transform: scale(1.5);
    }
}

@-moz-keyframes scaleUpTo {
    to {
        opacity: 0;
        -moz-transform: scale(1.5);
    }
}

@keyframes scaleUpTo {
    to {
        opacity: 0;
        transform: scale(1.5);
    }
}

.owl-carousel .owl-wrapper:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.owl-carousel {
    display: none;
    position: relative;
    width: 100%;
    -ms-touch-action: pan-y;
}

    .owl-carousel .owl-wrapper {
        display: none;
        position: relative;
        -webkit-transform: translate3d(0px, 0px, 0px);
    }

    .owl-carousel .owl-wrapper-outer {
        overflow: hidden;
        position: relative;
        width: 100%;
    }

        .owl-carousel .owl-wrapper-outer.autoHeight {
            -webkit-transition: height 500ms ease-in-out;
            -moz-transition: height 500ms ease-in-out;
            -ms-transition: height 500ms ease-in-out;
            -o-transition: height 500ms ease-in-out;
            transition: height 500ms ease-in-out;
        }

    .owl-carousel .owl-item {
        float: left;
    }

.owl-controls .owl-page, .owl-controls .owl-buttons div {
    cursor: pointer;
}

.owl-controls {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
}

.grabbing {
    cursor: url(grabbing.png) 8 8,move;
}

.owl-carousel .owl-wrapper, .owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
}

.owl-theme .owl-controls {
    margin-top: 10px;
    text-align: center;
}

    .owl-theme .owl-controls .owl-buttons div {
        color: #FFF;
        display: inline-block;
        zoom: 1;
        *display: inline;
        margin: 5px;
        padding: 3px 10px;
        font-size: 12px;
        -webkit-border-radius: 30px;
        -moz-border-radius: 30px;
        border-radius: 30px;
        background: #869791;
        filter: Alpha(Opacity=50);
        opacity: 0.5;
    }

    .owl-theme .owl-controls.clickable .owl-buttons div:hover {
        filter: Alpha(Opacity=100);
        opacity: 1;
        text-decoration: none;
    }

    .owl-theme .owl-controls .owl-page {
        display: inline-block;
        zoom: 1;
        *display: inline;
    }

        .owl-theme .owl-controls .owl-page span {
            display: block;
            width: 12px;
            height: 12px;
            margin: 5px 7px;
            filter: Alpha(Opacity=50);
            opacity: 0.5;
            -webkit-border-radius: 20px;
            -moz-border-radius: 20px;
            border-radius: 20px;
            background: #869791;
        }

        .owl-theme .owl-controls .owl-page.active span, .owl-theme .owl-controls.clickable .owl-page:hover span {
            filter: Alpha(Opacity=100);
            opacity: 1;
        }

        .owl-theme .owl-controls .owl-page span.owl-numbers {
            height: auto;
            width: auto;
            color: #FFF;
            padding: 2px 10px;
            font-size: 12px;
            -webkit-border-radius: 30px;
            -moz-border-radius: 30px;
            border-radius: 30px;
        }

.owl-item.loading {
    min-height: 150px;
    background: url(AjaxLoader.gif) no-repeat center center;
}

.alert-box.fixed {
    z-index: 9999;
}

.datepicker.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    float: left;
    display: none;
    min-width: 160px;
    list-style: none;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,0.2);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 5px 10px rgba(0,0,0,0.2);
    -moz-box-shadow: 0 5px 10px rgba(0,0,0,0.2);
    box-shadow: 0 5px 10px rgba(0,0,0,0.2);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    *border-right-width: 2px;
    *border-bottom-width: 2px;
    color: #333;
    font-family: "Open Sans",sans-serif;
    font-size: 13px;
    line-height: 18px;
}

    .datepicker.dropdown-menu th, .datepicker.dropdown-menu td {
        padding: 4px 5px;
    }

.datepicker {
    display: none;
    position: absolute;
    padding: 4px;
    margin-top: 1px;
    direction: ltr;
}

.datepicker-inline {
    width: 220px;
}

.datepicker-rtl {
    direction: rtl;
}

    .datepicker-rtl table tr td span {
        float: right;
    }

.datepicker-dropdown {
    top: 0;
    left: 0;
}

    .datepicker-dropdown:before {
        content: '';
        display: inline-block;
        border-left: 7px solid transparent;
        border-right: 7px solid transparent;
        border-bottom: 7px solid #ccc;
        border-bottom-color: rgba(0,0,0,0.2);
        position: absolute;
        top: -7px;
        left: 6px;
    }

    .datepicker-dropdown:after {
        content: '';
        display: inline-block;
        border-left: 6px solid transparent;
        border-right: 6px solid transparent;
        border-bottom: 6px solid #fff;
        position: absolute;
        top: -6px;
        left: 7px;
    }

.datepicker > div {
    display: none;
}

.datepicker.days div.datepicker-days {
    display: block;
}

.datepicker.months div.datepicker-months {
    display: block;
}

.datepicker.years div.datepicker-years {
    display: block;
}

.datepicker table {
    border: 0;
    margin: 0;
}

.datepicker td, .datepicker th {
    text-align: center;
    width: 20px;
    height: 20px;
    border: 0;
    font-size: 12px;
    padding: 4px 8px;
    background: #fff;
    cursor: pointer;
}

    .datepicker td.active.day, .datepicker th.active.day {
        background: #2ba6cb;
    }

    .datepicker td.active.year, .datepicker th.active.year {
        background: #2ba6cb;
    }

    .datepicker td span.active, .datepicker th span.active {
        background: #2ba6cb;
    }

.table-striped .datepicker table tr td, .table-striped .datepicker table tr th {
    background-color: transparent;
}

.datepicker table tr td span {
    display: block;
    width: 23%;
    height: 54px;
    line-height: 54px;
    float: left;
    margin: 1%;
    cursor: pointer;
}

.datepicker th.date-switch {
    width: 145px;
}

.datepicker thead tr:first-child th, .datepicker tfoot tr:first-child th {
    cursor: pointer;
}

.datepicker .cw {
    font-size: 10px;
    width: 12px;
    padding: 0 2px 0 5px;
    vertical-align: middle;
}

.datepicker thead tr:first-child th.cw {
    cursor: default;
    background-color: transparent;
}

.datepicker-dropdown::before, .datepicker-dropdown::after {
    display: none;
}

.datepicker-close {
    position: absolute;
    top: -30px;
    right: 0;
    width: 15px;
    height: 30px;
    padding: 0;
    display: none;
}

.datepicker td.old, .datepicker td.new {
    color: #999;
}

.datepicker td.day.disabled {
    color: #eee;
}

.datepicker td.active.day {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background-color: #00adef;
    color: #fff;
    font-weight: bold;
}

.datepicker td span.active {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background-color: #00adef;
    color: #fff;
    font-weight: bold;
}

.bx-wrapper {
    position: relative;
    margin-bottom: 5px;
    padding: 0;
    *zoom: 1;
}

    .bx-wrapper img {
        width: 100%;
        max-width: 100%;
        display: block;
    }

    .bx-wrapper .bx-viewport {
        -webkit-transform: translatez(0);
        -moz-transform: translatez(0);
        -ms-transform: translatez(0);
        -o-transform: translatez(0);
        transform: translatez(0);
    }

    .bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
        position: absolute;
        bottom: -30px;
        width: 100%;
    }

    .bx-wrapper .bx-loading {
        min-height: 50px;
        background: url('../images/Icons/bx_loader.gif') center center no-repeat #fff;
        height: 100%;
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 2000;
    }

    .bx-wrapper .bx-pager {
        text-align: center;
        font-size: .85em;
        font-family: Arial;
        font-weight: bold;
        color: #666;
        padding-top: 20px;
    }

        .bx-wrapper .bx-pager .bx-pager-item, .bx-wrapper .bx-controls-auto .bx-controls-auto-item {
            display: inline-block;
            *zoom: 1;
            *display: inline;
        }

        .bx-wrapper .bx-pager.bx-default-pager a {
            background: #666;
            text-indent: -9999px;
            display: block;
            width: 10px;
            height: 10px;
            margin: 0 5px;
            outline: 0;
            -moz-border-radius: 5px;
            -webkit-border-radius: 5px;
            border-radius: 5px;
        }

            .bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active {
                background: #000;
            }

    .bx-wrapper .bx-prev {
        left: 10px;
        background: url('../images/lightbox/slider-arrow-left.png?1430991881') no-repeat left top;
    }

    .bx-wrapper .bx-next {
        right: 10px;
        background: url('../images/lightbox/slider-arrow-right.png?1430991881') no-repeat left top;
    }

    .bx-wrapper .bx-prev:hover {
        filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
        opacity: 0.8;
    }

    .bx-wrapper .bx-next:hover {
        filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
        opacity: 0.8;
    }

    .bx-wrapper .bx-controls-direction a {
        position: absolute;
        top: 50%;
        margin-top: -16px;
        outline: 0;
        width: 48px;
        height: 48px;
        text-indent: -9999px;
        z-index: 9999;
    }

        .bx-wrapper .bx-controls-direction a.disabled {
            display: none;
        }

    .bx-wrapper .bx-controls-auto {
        text-align: center;
    }

        .bx-wrapper .bx-controls-auto .bx-start {
            display: block;
            text-indent: -9999px;
            width: 10px;
            height: 11px;
            outline: 0;
            background: url('../images/icons/controls.png?1430991881') -86px -11px no-repeat;
            margin: 0 3px;
        }

            .bx-wrapper .bx-controls-auto .bx-start:hover, .bx-wrapper .bx-controls-auto .bx-start.active {
                background-position: -86px 0;
            }

        .bx-wrapper .bx-controls-auto .bx-stop {
            display: block;
            text-indent: -9999px;
            width: 9px;
            height: 11px;
            outline: 0;
            background: url('../images/icons/controls.png?1430991881') -86px -44px no-repeat;
            margin: 0 3px;
        }

            .bx-wrapper .bx-controls-auto .bx-stop:hover, .bx-wrapper .bx-controls-auto .bx-stop.active {
                background-position: -86px -33px;
            }

    .bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
        text-align: left;
        width: 80%;
    }

    .bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
        right: 0;
        width: 35px;
    }

    .bx-wrapper .bx-caption {
        display: none;
        position: absolute;
        bottom: 0;
        left: 0;
        background: #666 \9;
        background: rgba(80,80,80,0.75);
        width: 100%;
    }

        .bx-wrapper .bx-caption span {
            display: none;
            color: #fff;
            font-family: Arial;
            display: block;
            font-size: .85em;
            padding: 10px;
        }

body:after {
    content: url('../images/lightbox/close.png?1430991881') url('../images/lightbox/loading.gif?1430991881') url('../images/lightbox/prev.png?1430991881') url('../images/lightbox/next.png?1430991881');
    display: none;
}

.lightboxOverlay {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    background-color: black;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    opacity: 0.8;
    display: none;
}

.lightbox {
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 10000;
    text-align: center;
    line-height: 0;
    font-weight: normal;
}

    .lightbox .lb-image {
        display: block;
        height: auto;
        max-width: inherit;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        -ms-border-radius: 3px;
        -o-border-radius: 3px;
        border-radius: 3px;
    }

    .lightbox a img {
        border: none;
    }

.lb-outerContainer {
    position: relative;
    background-color: white;
    *zoom: 1;
    width: 250px;
    height: 250px;
    margin: 0 auto;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
}

    .lb-outerContainer:after {
        content: "";
        display: table;
        clear: both;
    }

.lb-container {
    padding: 4px;
}

.lb-loader {
    position: absolute;
    top: 43%;
    left: 0;
    height: 25%;
    width: 100%;
    text-align: center;
    line-height: 0;
}

.lb-cancel {
    display: block;
    width: 32px;
    height: 32px;
    margin: 0 auto;
    background: url('../images/lightbox/loading.gif?1430991881') no-repeat;
}

.lb-nav {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 10;
}

.lb-container > .nav {
    left: 0;
}

.lb-nav a {
    outline: none;
    background-image: url("data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==");
}

.lb-prev, .lb-next {
    height: 100%;
    cursor: pointer;
    display: block;
}

.lb-nav a.lb-prev {
    width: 34%;
    left: 0;
    float: left;
    background: url('../images/lightbox/prev.png?1430991881') left 48% no-repeat;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -webkit-transition: opacity 0.6s;
    -moz-transition: opacity 0.6s;
    -o-transition: opacity 0.6s;
    transition: opacity 0.6s;
}

    .lb-nav a.lb-prev:hover {
        filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
        opacity: 1;
    }

.lb-nav a.lb-next {
    width: 64%;
    right: 0;
    float: right;
    background: url('../images/lightbox/next.png?1430991881') right 48% no-repeat;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -webkit-transition: opacity 0.6s;
    -moz-transition: opacity 0.6s;
    -o-transition: opacity 0.6s;
    transition: opacity 0.6s;
}

    .lb-nav a.lb-next:hover {
        filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
        opacity: 1;
    }

.lb-dataContainer {
    margin: 0 auto;
    padding-top: 5px;
    *zoom: 1;
    width: 100%;
    -moz-border-radius-bottomleft: 4px;
    -webkit-border-bottom-left-radius: 4px;
    border-bottom-left-radius: 4px;
    -moz-border-radius-bottomright: 4px;
    -webkit-border-bottom-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

    .lb-dataContainer:after {
        content: "";
        display: table;
        clear: both;
    }

.lb-data {
    padding: 0 4px;
    color: #ccc;
}

    .lb-data .lb-details {
        width: 85%;
        float: left;
        text-align: left;
        line-height: 1.1em;
    }

    .lb-data .lb-caption {
        font-size: 13px;
        font-weight: bold;
        line-height: 1em;
    }

    .lb-data .lb-number {
        display: block;
        clear: left;
        padding-bottom: 1em;
        font-size: 12px;
        color: #999999;
    }

    .lb-data .lb-close {
        display: block;
        float: right;
        width: 30px;
        height: 30px;
        background: url('../images/lightbox/close.png?1430991881') top right no-repeat;
        text-align: right;
        outline: none;
        filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
        opacity: 0.7;
        -webkit-transition: opacity 0.2s;
        -moz-transition: opacity 0.2s;
        -o-transition: opacity 0.2s;
        transition: opacity 0.2s;
    }

        .lb-data .lb-close:hover {
            cursor: pointer;
            filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
            opacity: 1;
        }

.icon-sprite, .icon-next, .icon-prev, .icon-reserved {
    background-image: url('../images/calendar-icons/icons-calendars.png?1430991996');
    background-repeat: no-repeat;
}

    .icon-sprite:hover, .icon-next:hover, .icon-prev:hover, .icon-reserved:hover {
        cursor: pointer;
    }

.icon-next {
    background-position: 0 0;
    height: 22px;
    width: 12px;
}

.icon-prev {
    background-position: 0 -22px;
    height: 21px;
    width: 12px;
}

.icon-reserved {
    background-position: 0 -43px;
    height: 20px;
    width: 20px;
}

[class^="icon-"] {
    display: inline-block;
    vertical-align: middle;
}

calendar {
    font-family: "museo_slab500","Helvetica Neue",Helvetica,Roboto,Arial,serif;
    display: block;
    position: relative;
    width: 400px;
    overflow: hidden;
    white-space: nowrap;
}

    calendar .day-number {
        position: relative;
        z-index: 1;
    }

    calendar .container {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        vertical-align: top;
        display: inline-block;
        position: relative;
        border: 1px solid #ddd;
        border-radius: 5px;
        width: 400px;
        text-align: center;
        position: relative;
    }

    calendar .header {
        background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y0ZjRmNCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2U4ZThlOCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
        background-size: 100%;
        background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #f4f4f4),color-stop(100%, #e8e8e8));
        background-image: -moz-linear-gradient(top, #f4f4f4,#e8e8e8);
        background-image: -webkit-linear-gradient(top, #f4f4f4,#e8e8e8);
        background-image: linear-gradient(to bottom, #f4f4f4,#e8e8e8);
        position: relative;
        font-size: 18px;
        font-weight: bold;
        border-bottom: 1px solid #ddd;
        line-height: 40px;
        padding: 0 20px;
        text-transform: capitalize;
    }

        calendar .header .icon-next, calendar .header .icon-prev {
            margin-top: 10px;
            position: absolute;
        }

        calendar .header .icon-prev {
            left: 20px;
        }

        calendar .header .icon-next {
            right: 20px;
        }

    calendar .content {
        background: white;
        padding: 5px;
    }

    calendar .day {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        position: relative;
        font-size: 18px;
        float: left;
        width: 14.28571%;
        height: 60px;
        cursor: pointer;
        padding: 5px 0;
    }

        calendar .day:hover {
            background: #33CCFF;
        }

            calendar .day:hover .details {
                display: block;
            }

        calendar .day + .day {
            border-left: 1px solid #ddd;
        }

        calendar .day.title {
            height: 35px;
        }

        calendar .day .details {
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
            padding: 5px 0;
            color: black;
            display: none;
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: white;
            box-shadow: 0 0 2px gray;
            font-size: 12px;
            z-index: 1;
            white-space: normal;
        }

        calendar .day.different-month {
            cursor: default;
            overflow: hidden;
            text-indent: 100%;
            background: white !important;
        }

            calendar .day.different-month .price {
                display: none;
            }

            calendar .day.different-month:hover .reservation {
                display: none;
            }

        calendar .day.booked {
            background: #119ada;
            color: white;
        }

        calendar .day.first-booked {
            background: none;
            color: black;
        }

            calendar .day.first-booked:before {
                content: "";
                position: absolute;
                bottom: 0;
                right: 0;
                width: 0;
                height: 0;
                border-style: solid;
                border-width: 0 0 60px 56px;
                border-color: transparent transparent #119ada transparent;
            }

        calendar .day.last-booked {
            background: none;
            color: black;
        }

            calendar .day.last-booked:after {
                content: "";
                position: absolute;
                top: 0;
                left: 0;
                width: 0;
                height: 0;
                border-style: solid;
                border-width: 60px 56px 0 0;
                border-color: #119ada transparent transparent transparent;
            }

        calendar .day.selected {
            background: rgba(51,204,255,0.5);
        }

        calendar .day.before-today {
            color: grey;
        }

        calendar .day.booking {
            background: #009c75;
        }

        calendar .day.today {
            color: red;
        }

        calendar .day .price {
            font-size: 12px;
            position: relative;
            z-index: 1;
        }

    calendar .week {
        overflow: hidden;
    }

        calendar .week + .week {
            border-top: 1px solid #ddd;
        }

        calendar .week.names {
            margin-top: 15px;
        }

            calendar .week.names .day {
                color: #5a5a5a;
                font-size: 12px;
                text-transform: uppercase;
            }

                calendar .week.names .day:hover {
                    background: none;
                }

                calendar .week.names .day:last-child {
                    color: #fd5e35;
                }

    calendar .legend {
        margin: 20px 5px 5px 5px;
        color: #119ada;
        text-align: left;
        line-height: 30px;
    }

        calendar .legend .icon-reserved {
            float: left;
            margin: 5px 5px 0;
        }

double-calendar, double-calendar-inputs {
    overflow: hidden;
    display: block;
    width: 820px;
}

    double-calendar .calendars, double-calendar-inputs .calendars {
        overflow: hidden;
    }

    double-calendar calendar, double-calendar-inputs calendar {
        float: left;
    }

        double-calendar calendar:first-of-type .icon-next, double-calendar-inputs calendar:first-of-type .icon-next {
            display: none;
        }

        double-calendar calendar:last-of-type .icon-prev, double-calendar-inputs calendar:last-of-type .icon-prev {
            display: none;
        }

        double-calendar calendar + calendar, double-calendar-inputs calendar + calendar {
            margin-left: 20px;
        }

            double-calendar calendar + calendar .legend, double-calendar-inputs calendar + calendar .legend {
                text-align: right;
            }

                double-calendar calendar + calendar .legend .icon-reserved, double-calendar-inputs calendar + calendar .legend .icon-reserved {
                    float: right;
                }

    double-calendar .column, double-calendar-inputs .column {
        float: left;
        width: 50%;
        text-align: center;
        margin-bottom: 30px;
    }

    double-calendar .arrow, double-calendar-inputs .arrow {
        -moz-transition: left 0.2s;
        -o-transition: left 0.2s;
        -webkit-transition: left 0.2s;
        transition: left 0.2s;
        position: relative;
        left: 23%;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 10px 20px 10px;
        border-color: transparent transparent #ddd transparent;
    }

        double-calendar .arrow.moved, double-calendar-inputs .arrow.moved {
            left: 74%;
        }

double-calendar-inputs {
    width: 620px;
}

    double-calendar-inputs .inputs {
        overflow: hidden;
    }

    double-calendar-inputs .calendars {
        -moz-transition: opacity 0.2s,visibility 0s;
        -o-transition: opacity 0.2s,visibility 0s;
        -webkit-transition: opacity 0.2s,visibility 0s;
        transition: opacity 0.2s,visibility 0s;
        position: absolute;
        visibility: hidden;
        opacity: 0;
    }

        double-calendar-inputs .calendars.visible {
            -moz-transition: opacity 0.2s,visibility 0.2s 0s;
            -o-transition: opacity 0.2s,visibility 0.2s 0s;
            -webkit-transition: opacity 0.2s,visibility 0.2s;
            -webkit-transition-delay: 0s,0s;
            transition: opacity 0.2s,visibility 0.2s 0s;
            opacity: 1;
            visibility: visible;
        }

    double-calendar-inputs calendar {
        width: 300px;
    }

        double-calendar-inputs calendar .container {
            width: 300px;
        }

        double-calendar-inputs calendar .day {
            height: 40px;
            line-height: 30px;
        }

            double-calendar-inputs calendar .day.first-booked:before {
                border-width: 0 0 40px 40px;
            }

            double-calendar-inputs calendar .day.last-booked:after {
                border-width: 40px 40px 0 0;
            }

        double-calendar-inputs calendar .week.names .day {
            line-height: 10px;
        }

owner-calendar {
    display: block;
}

    owner-calendar .calendars {
        overflow: hidden;
    }

    owner-calendar calendar {
        float: left;
    }

        owner-calendar calendar + calendar {
            margin-left: 20px;
        }

            owner-calendar calendar + calendar .legend {
                text-align: right;
            }

                owner-calendar calendar + calendar .legend .icon-reserved {
                    float: right;
                }

@media screen and (max-width: 825px) {
    owner-calendar calendar {
        float: none;
        margin: 0 auto 20px;
    }

        owner-calendar calendar + calendar {
            margin: 0 auto;
        }
}

admin-calendar {
    display: block;
    position: relative;
    margin-bottom: 20px;
}

    admin-calendar .content {
        display: inline-block;
    }

    admin-calendar calendar {
        width: auto;
        min-width: 943px;
    }

        admin-calendar calendar + calendar {
            margin-top: 20px;
        }

        admin-calendar calendar .different-month {
            display: none;
        }

        admin-calendar calendar .container {
            width: auto;
            background-color: #ffffff;
        }

        admin-calendar calendar .week {
            width: auto;
            float: left;
        }

            admin-calendar calendar .week + .week {
                border: 0;
            }

                admin-calendar calendar .week + .week .day {
                    border-left: 1px solid #ddd;
                }

            admin-calendar calendar .week.names {
                float: none;
            }

        admin-calendar calendar .day {
            height: 70px;
            width: 30px;
        }

            admin-calendar calendar .day.title {
                height: 30px;
            }

            admin-calendar calendar .day.unconfirmed {
                background: #FF9595;
            }

                admin-calendar calendar .day.unconfirmed.first-booked, admin-calendar calendar .day.unconfirmed.last-booked {
                    background: white;
                }

                admin-calendar calendar .day.unconfirmed:before {
                    border-color: transparent transparent #FF9595 transparent;
                }

                admin-calendar calendar .day.unconfirmed:after {
                    border-color: #FF9595 transparent transparent transparent;
                }

            admin-calendar calendar .day.first-booked:before {
                border-width: 0 0 26px 29px;
                top: 0;
                bottom: auto;
            }

            admin-calendar calendar .day.last-booked:after {
                border-width: 25px 30px 0 0;
            }

            admin-calendar calendar .day .details {
                top: 46px;
            }

                admin-calendar calendar .day .details .reservation {
                    display: none;
                }

            admin-calendar calendar .day input {
                display: block;
                width: 100%;
            }

admin-popup {
    font-family: 'museo_slab500';
    display: block;
    width: 200px;
    overflow: hidden;
    white-space: nowrap;
    position: absolute;
    z-index: 2;
    left: 35%;
    top: 5px;
    box-shadow: 0 0 3px;
}

    admin-popup .container {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        vertical-align: top;
        display: inline-block;
        position: relative;
        border: 1px solid #ddd;
        border-radius: 5px;
        width: 200px;
        text-align: center;
        position: relative;
    }

    admin-popup .header {
        background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y0ZjRmNCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2U4ZThlOCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
        background-size: 100%;
        background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #f4f4f4),color-stop(100%, #e8e8e8));
        background-image: -moz-linear-gradient(top, #f4f4f4,#e8e8e8);
        background-image: -webkit-linear-gradient(top, #f4f4f4,#e8e8e8);
        background-image: linear-gradient(to bottom, #f4f4f4,#e8e8e8);
        font-size: 18px;
        font-weight: bold;
        border-bottom: 1px solid #ddd;
        line-height: 40px;
        padding: 0 20px;
        text-transform: capitalize;
    }

        admin-popup .header .icon-next, admin-popup .header .icon-prev {
            margin-top: 10px;
        }

        admin-popup .header .icon-prev {
            float: left;
        }

        admin-popup .header .icon-next {
            float: right;
        }

    admin-popup .content {
        background: white;
        padding: 5px;
    }

        admin-popup .content input, admin-popup .content select {
            display: block;
            width: 100%;
        }

        admin-popup .content td + td {
            width: 70%;
        }

.pace {
    -webkit-pointer-events: none;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    -webkit-transform: translate3d(0, -50px, 0);
    -ms-transform: translate3d(0, -50px, 0);
    transform: translate3d(0, -50px, 0);
    -webkit-transition: -webkit-transform .5s ease-out;
    -ms-transition: -webkit-transform .5s ease-out;
    transition: transform .5s ease-out;
}

    .pace.pace-active {
        -webkit-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    .pace .pace-progress {
        display: block;
        position: fixed;
        z-index: 9999;
        top: 0;
        right: 100%;
        width: 100%;
        height: 10px;
        background: #0095d9;
        pointer-events: none;
    }

/* **** RWD *** */

@media only screen and (max-width: 1170px) {
    .admin-login .admin-login-panel {
        margin-top: 20px;
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
    .admin-login .page-content {
        margin-top: 10px;
    }
    .admin-login .page-header {
        text-align: center;
    }
    .admin-login .page-header .header-logo {
        margin-right: 0;
    }
    .admin-login .page-header .columns {
        width: 100%;
    }
}

@media only screen and (max-width: 780px) {
    .search-result-offer {
        margin-bottom: 0px !important;
    }
    .owl-wrapper-outer {
        margin-bottom: -30px !important;
    }
    .admin-calendar label {
        text-align: left !important;
    }
    .admin-page .page-content {
        padding-top: 30px !important;
        padding-bottom: 50px !important;
    }
}


.z {
    background-color: #FF3366 !important;
    color: #ffffff;
    text-align: center;
}

    .z .init-fee-to-11 {
        border-right: 22px solid transparent !important;
        border-bottom: 22px solid #fbb631 !important;
    }

.d {
    background-color: #93DB70 !important;
    color: #ffffff;
    text-align: center;
}

.x {
    background-color: #1e90ff !important;
    color: #ffffff;
    text-align: center;
}

.w {
    background-color: orange !important;
    color: #ffffff;
    text-align: center;
}

.red2 {
    color: red;
}

#limheight {
    height: 300px; /*your fixed height*/
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3; /*3 in those rules is just placeholder -- can be anything*/
}

    #limheight li {
        display: inline-block; /*necessary*/
    }

#calendar-owl.owl-theme .owl-controls .owl-buttons .owl-prev {
    position: absolute;
    bottom: 160px;
    left: -60px;
    background: url('../images/icons/big-left-arrow.png') no-repeat center center;
    background-color: transparent;
    border-radius: 0;
    width: 64px;
    height: 64px;
}

#calendar-owl.owl-theme .owl-controls .owl-buttons .owl-next {
    position: absolute;
    bottom: 160px;
    right: 5px;
    background: url('../images/icons/big-right-arrow.png') no-repeat center center;
    background-color: transparent;
    border-radius: 0;
    width: 64px;
    height: 64px;
}

#calendar-owl2.owl-theme .owl-controls .owl-buttons .owl-prev {
    position: absolute;
    bottom: 240px;
    left: -70px;
    background: url('../images/icons/big-left-arrow.png') no-repeat center center;
    background-color: transparent;
    border-radius: 0;
    width: 64px;
    height: 64px;
}

#calendar-owl2.owl-theme .owl-controls .owl-buttons .owl-next {
    position: absolute;
    bottom: 240px;
    right: -20px;
    background: url('../images/icons/big-right-arrow.png') no-repeat center center;
    background-color: transparent;
    border-radius: 0;
    width: 64px;
    height: 64px;
}

/* The alert message box */
.alert {
    padding: 20px;
    background-color: green; /* Red */
    color: white;
    margin-bottom: 15px;
}

/* The close button */
.closebtn {
    margin-left: 15px;
    color: white;
    font-weight: bold;
    float: right;
    font-size: 22px;
    line-height: 20px;
    cursor: pointer;
    transition: 0.3s;
}

    /* When moving the mouse over the close button */
    .closebtn:hover {
        color: black;
    }

.calendar-box-a {
    float: left;
    width: 100%;
    padding: 20px 0 5px 0;
}

.calendar-a {
    float: left;
    width: 85%;
    border: 1px solid lightgray;
    margin: 10px 15px 0px 0px;
    background-color: white;
}

.month-a {
    color: black;
    font-size: 16px;
    padding: 10px 0;
    background: silver;
    text-align: center;
    line-height: 1.125rem;
    margin: 3px;
}

.calendar-a .a {
    display: block;
    float: left;
    margin: 1px;
    width: 49.5px;
    height: 41px;
    background: #129a11;
    color: white;
    font-size: 14px;
    text-align: center;
    line-height: 22px;
    padding-top: 10px;
}

.calendar-content-a {
    /*padding: 4.5px;*/
    float: left;
    width: 100%;
}

.calendar-a {
    float: left;
    margin-left: 5px;
}

.calendar-box {
    float: right;
}

.calendar-box-a .calendar-a:first-child {
    margin-left: 0;
}

.calendar-a .day-a {
    background: #f9f9f9;
    font-size: 14px;
    color: #222222;
    margin: 1px;
    padding-top: 10px;
    width: 49.5px;
    height: 40px;
}

.calendar-a .empty-a {
    background: #ffffff;
}

.calendar-a .status-a1 {
    background: #1173c6;
    color: #fff;
}

.calendar-a .status-a2 {
    background: #fff url('/public/images/legend09.png');
    color: #fff;
}

.calendar-a .status-a3 {
    background: #fff url('/public/images/legend10.png');
    color: #fff;
}

.calendar-a .status-a4 {
    background: #2bb29c;
    color: #fff;
}

.legend-a .legend-box {
    padding-top: 0;
}

    .legend-a .legend-box p {
        width: auto;
        float: left;
        margin-right: 12px;
    }

.partial {
    background-color: #FF3366 !important;
    width: 0px !important;
    height: 41px !important;
}

.partial-active {
    background-color: #93DB70 !important;
    width: 0px !important;
    height: 41px !important;
}

.res-to-15 {
    border-bottom: 30px solid transparent !important;
    border-right: 50px solid #93DB70 !important;
}

.res-from-15 {
    border-right: 50px solid transparent !important;
    border-bottom: 30px solid #93DB70 !important;
}

.init-to-15 {
    border-right: 50px solid transparent !important;
    border-bottom: 30px solid orange !important;
}

.init-from-15 {
    border-bottom: 30px solid transparent !important;
    border-right: 50px solid orange !important;
}


.res-to-15-init-from-15 {
    border-bottom: 30px solid transparent !important;
    border-right: 50px solid orange !important;
}

.init-to-15-res-from-15 {
    border-right: 50px solid transparent !important;
    border-bottom: 30px solid orange !important;
}

.res-to-15-res-from-15 {
    border-right: 50px solid transparent !important;
    border-bottom: 30px solid #FF3366 !important;
}

/* *** NEW KAROL *** */

.z-menu {
    float: right;
    margin-top: -29px;
    position: relative;
    z-index: 3;
    margin-bottom: 0px;
}

.page-header {
    height: 129px;
}

.z-menu ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.z-menu li {
    margin-left: 26px;
    float: left;
    color: #000;
    text-transform: uppercase;
}

    .z-menu li a {
        display: block;
        padding: 10px 0;
        color: #000;
        font-size: 15px;
    }

.page-header .header-contact-info {
    padding-top: 32px;
}

.page-navigation {
    display: none;
}

.header-logo {
    margin: 3px 0 -10px 0;
}

.z-banner-box {
    float: left;
    width: 100%;
    position: relative;
}

    .z-banner-box ul {
        padding: 0;
        margin: 0;
        list-style: none;
    }

    .z-banner-box li {
        position: relative;
        background-size: cover;
        background-position: center center;
    }

.z-bg-1 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('../images/Slideshow/img01.png') center bottom repeat-x;
}

.content-quick-links {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: none;
}

.z-banner-box .inline-list, .page-content .inline-list {
    border-top: 1px solid rgba(255,255,255,0.5);
    padding: 10px 0 7px 0;
}

.page-content {
    float: left;
    width: 100%;
}

    .page-content .inline-list {
        margin: 0 auto;
        display: block;
        float: none;
        max-width: 69.375rem;
    }

    .page-content .content-quick-links {
        max-width: 100%;
    }

.z-banner-box .inline-list span {
    display: inline-block;
    vertical-align: middle;
    margin: -4px 5px 0 0;
}

.content-quick-links li {
    height: auto;
}

.content-hero-search {
    bottom: 56px;
    max-width: 69.375rem;
}

    .content-hero-search .hero-search-form-main {
        background: none;
        border: none;
        padding: 0;
    }

        .content-hero-search .hero-search-form-main .input-search-localization, .content-hero-search .bx-input-box-1 input, .content-hero-search .input-search-count {
            background-color: #fff !important;
            height: 45px !important;
            padding-top: 0;
            border: none;
            padding-bottom: 0;
            line-height: 48px;
        }

    .content-hero-search input {
        padding-top: 2px !important;
    }

    .content-hero-search .hero-search-form-main .input-search-localization:before {
        top: 13px;
    }

.bx-input-box-2:before {
    top: 13px;
}

.content-hero-search .hero-search-form-main .button.green {
    height: 44px;
}

.content-hero-search .hero-search-form-main > .columns:last-child {
    padding-left: 0.25rem;
}

.content-hero-search .hero-search-form-additional {
    margin-top: 2px;
}

.content-hero-search .hero-search-form-additional {
    margin-left: 353px;
    border-color: transparent;
    background: none;
}

.hero-search-form-additional label {
    color: #000;
    padding-top: 1px;
}

.content-hero-search .txt {
    text-align: center;
    color: #fff;
    text-shadow: rgba(0, 0, 0, 0.5) 0 2px 1px;
    padding-bottom: 10px;
    font-size: 20px;
}

.navy-blue {
    display: inline-flex;
    align-items: center;
    justify-content: center;    
    /*width: 100%;*/
    /*padding: 12px 24px;*/
    /*font-size: 16px;
    font-weight: bold;*/
    color: white;
    background: linear-gradient(135deg, #0d3c59, #2377a7);
    /*border: 2px solid #005500;*/
    /*border-radius: 8px;*/
    text-decoration: none;
    /*transition: 0.3s ease-in-out;*/
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
}

    .navy-blue:hover {
        background: linear-gradient(135deg, #2377a7, #0d3c59);
        /*transform: scale(1.05);*/
    }

    .navy-blue:active {
        /*transform: scale(0.98);*/
    }
    .navy-blue.search {
        height: 44px;
        width: 100%;
    }    


.z-banner-box {
    margin-bottom: 14px;
}

#rezerwacjeOnline {
    clear: both;
}

    #rezerwacjeOnline h3 {
        margin-bottom: 15px;
    }

.z-banner-box .z-description .row {
    position: relative;
}

.z-banner-box .z-description .z-txt {
    text-align: center;
    color: #fff;
    font-size: 20px;
    text-align: center;
    padding-left: 70px;
    padding-right: 70px;
    padding-bottom: 120px;
    width: 2000px;
    height: 680px;
    display: table-cell;
    vertical-align: middle;
}

.z-banner-box .z-description a {
    color: #fff;
}

.z-banner-box .z-description h3 {
    color: #fff;
    margin: 0;
    font-size: 45px;
    text-shadow: rgba(0, 0, 0, 0.5) 0 2px 1px;
}

.z-banner-box .z-description {
    z-index: 10;
    position: relative;
}

.z-banner-box .bx-controls {
    display: none;
}

.z-banner-box .prev-box, .z-banner-box .next-box {
    position: absolute;
    top: 50%;
    margin-top: -72px;
    width: 48px;
    height: 48px;
    z-index: 1000;
}

    .z-banner-box .prev-box a {
        width: 100%;
        height: 100%;
        display: block;
        background: url('../images/Slideshow/prev.png') center bottom repeat-x;
    }

    .z-banner-box .next-box a {
        width: 100%;
        height: 100%;
        display: block;
        background: url('../images/Slideshow/next.png') center bottom repeat-x;
    }

.z-banner-box .prev-box {
    left: 50%;
    margin-left: -550px;
}

.z-banner-box .next-box {
    right: 50%;
    ;
    margin-right: -550px;
}

/*blog slider*/
.z-banner-box .prev-box-blog, .z-banner-box .next-box-blog {
    position: absolute;
    top: 50%;
    margin-top: -72px;
    width: 48px;
    height: 48px;
    z-index: 1000;
}

    .z-banner-box .prev-box-blog span {
        width: 100%;
        height: 100%;
        display: block;
        background: url('../images/lightbox/prev.png') center bottom repeat-x;
        cursor: pointer;
    }

    .z-banner-box .next-box-blog span {
        width: 100%;
        height: 100%;
        display: block;
        background: url('../images/lightbox/next.png') center bottom repeat-x;
        cursor: pointer;
    }

.z-banner-box .prev-box-blog {
    left: 50%;
    margin-left: -550px;
}

.z-banner-box .next-box-blog {
    right: 50%;
    ;
    margin-right: -550px;
}

.bx-viewport ul > li .new-box-blog {
    width: 33%;
}

.blog-slider.inactive {
    display: none !important;
}

.zzz-new-box-min-height {
    min-height: 407px;
}

.blog-short-crop {
    overflow: hidden;
    height: 116px;
}

.blog-slider-title {
    height: 58px;
    overflow: hidden;
}

.blog-slider-image {
    max-height: 140px;
    overflow: hidden;
}

.blog-slider-txt {
    max-height: 200px;
    overflow: hidden;
}

.padding-15 {
    padding: 15px;
}

.padding-10 {
    padding: 10px;
}

.padding-5 {
    padding: 5px;
}

.show-more {
    cursor: pointer;
    color: #008CBA;
}

.arrow-down {
    width: 100%;
    float: left;
    padding: 10px 0;
    cursor:pointer;
}
    .arrow-down i {
        color: #000;
        padding: 2px 0;
        padding-left: 30px;
        background: url('../images/zz-ic-13.png') left center no-repeat;
        margin-left: 10px;
    }

.arrow-up {
    width: 100%;
    float: left;
    padding: 10px 0;
    cursor: pointer;
}

    .arrow-up i {
        color: #000;
        padding: 2px 0;
        padding-left: 30px;
        background: url('../images/zz-ic-14.png') left center no-repeat;
        margin-left: 10px;
    }

.content-online-reservation {
    margin-top: 3rem;
}

    .content-online-reservation .content-online-reservation-blog {
        position: relative;
    }

        .content-online-reservation .content-online-reservation-blog:after {
            transition: all 500ms ease-in-out;
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            z-index: 10;
            width: 100%;
            height: 100%;
            background: rgba(0, 149, 217, 0.4);
        }

.ww-carousel-popular-blog {
    margin-left: -25px;
}

.ww-carousel-newest-blog {
    margin-left: -25px;
}


@media only screen and (max-width: 820px) {
    .content-online-reservation-blog-header.txt.blog-slider-txt
    {
        display:none;
    }
    .ww-carousel-popular-blog .ww-carousel-newest-blog {
        margin-left: 0px !important;
    }

    .ww-carousel-popular-blog {
        margin-left: 0px;
    }

    .ww-carousel-newest-blog {
        margin-left: 0px;
    }
}

@media only screen and (max-width: px) {
    .content-online-reservation-blog-header {
        font-size: 1.2rem;
    }
}

@media only screen and (max-width: 1024px) {
    .content-online-reservation-blog:after {
        height: 100%;
    }
}

.content-online-reservation-blog:hover:after {
    background: rgba(0, 149, 217, 0);
}

.content-online-reservation-blog .content-online-reservation-blog-img {
    width: 100%;
}

.content-online-reservation-blog .content-online-reservation-blog-header, .content-online-reservation-blog .content-online-reservation-blog-links {
    position: absolute;
    left: 0;
    right: 0;
    z-index: 100;
    padding: 1.5rem;
    width: 100%;
}

.content-online-reservation-blog .content-online-reservation-blog-header {
    top: 0;
    margin: 0;
    color: #FFFFFF;
    font-size: 2.625rem;
    line-height: 1.4;
}

.content-online-reservation-blog .content-online-reservation-blog-links {
    bottom: 0;
}

    .content-online-reservation-blog .content-online-reservation-blog-links a {
        color: #FFFFFF;
        font-size: 0.875rem;
        text-transform: uppercase;
    }

        .content-online-reservation-blog .content-online-reservation-blog-links a:hover {
            text-decoration: underline;
        }

/************/
.z-banner-box .bx-prev, .z-banner-box .bx-next {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    float: left;
    display: block;
    text-indent: -9999999px;
}

.z-banner-box .prev-box:hover, .z-banner-box .next-box:hover {
    opacity: 0.90;
    filter: alpha(opacity = 90);
}

.z-banner-box .bx-wrapper {
    margin: 0 !important;
}

.z-menu li a:hover {
    color: #0095d9;
}

.input-newsletter-email {
    /*background: #fff url(../images/Calendar/ic01.png) 9px 5px no-repeat !important;*/
}

.z-btn-1 {
    height: 34px;
    display: inline-block;
    vertical-align: middle;
    padding: 0 18px !important;
    border: 1px solid #0052ba;
    border-radius: 3px;
    background: #0087D0;
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#0087D0), to(#005bc4));
    background: -webkit-linear-gradient(#0087D0, #005bc4);
    background: -moz-linear-gradient(#0087D0, #005bc4);
    background: -ms-linear-gradient(#0087D0, #005bc4);
    background: -o-linear-gradient(#0087D0, #005bc4);
    background: linear-gradient(#0087D0, #005bc4);
    -pie-background: linear-gradient(#0087D0, #005bc4);
    color: #fff !important;
    line-height: 34px !important;
}

    .z-btn-1:hover {
        opacity: 0.9;
        text-decoration: none !important;
    }

.footer-menu .z-btn-1 {
    margin-top: 2px;
}

.ic-livechat {
    width: 22px;
    height: 18px;
    margin-left: 0.3125rem;
    display: inline-block;
    vertical-align: middle;
    background: url(../images/Calendar/ic02.png) center no-repeat;
}

.page-header {
    margin-bottom: 0 !important;
}

.bx-input-box-1 {
    position: relative;
    /*z-index: 100;*/
}

.z-banner-box {
    z-index: 1;
}

.a-callendar {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 100;
    width: 400px;
    margin-top: 5px;
    padding: 15px 20px;
    box-shadow: 0 0 10px rgba(0,0,0,0.3);
    text-align: center;
    font-size: 14px;
    border-radius: 5px;
    background: #fff;
    height: 460px;
}

.a-month {
    color: #000;
    position: relative;
    font-size: 18px;
}

.a-prev {
    width: 15px;
    height: 13px;
    display: block;
    position: absolute;
    overflow: hidden;
    z-index: 10;
    text-indent: -9999px;
    top: 4px;
    left: 15px;
    cursor: pointer;
    background: url(../images/Calendar/prev-1.png) center no-repeat;
}

    .a-prev a, .a-next a {
        display: block;
        width: 100%;
        height: 100%;
        left: 0 !important;
        top: 0 !important;
        position: absolute;
        text-indent: -99999px;
    }

.a-next {
    width: 15px;
    height: 13px;
    z-index: 100;
    display: block;
    position: absolute;
    top: 4px;
    right: 15px;
    cursor: pointer;
    background: url(../images/Calendar/next-1.png) center no-repeat;
}

    .a-prev:hover, .a-next:hover {
        opacity: 0.9;
    }

.a-row {
    clear: both;
    margin-left: -1px;
    margin-right: 1px;
}

.a-col {
    width: 14.28%;
    float: left;
    padding: 0 1px;
    margin-bottom: 2px;
    cursor: pointer;
}

.a-box {
    display: block;
    position: relative;
    height: 48px;
    font-size: 16px;
    line-height: 49px;
    background: #f8f8f8;
    color: #0058a5 !important;
}

.a-day .a-box {
    background: #fff;
    color: #5a5a5a !important;
    font-size: 12px;
}

.a-data {
    clear: both;
    color: #0058a5;
    padding-top: 15px;
    margin-bottom: -3px;
    float: left;
    width: 100%;
    font-size: 13px;
}

    .a-data .a-txt-1 {
        float: left;
    }

    .a-data .a-txt-2 {
        float: right;
    }

        .a-data .a-txt-2 a {
            color: #727272;
        }

            .a-data .a-txt-2 a:hover {
                color: #0058a5 !important;
            }

.a-box.empty {
    opacity: 0;
}

.a-box.no-active {
    color: #d4d4d4 !important;
    background: url(../images/Calendar/bg01.png);
}
.a-box.last-day {
    color: #0058a5 !important;
    background: url(../images/Calendar/bg01a.png);
}

.a-box.active-1:not(.active-2) {
    color: #fff !important;
    background: #00adef;
}

.a-box.active-2.a-right {
    color: #fff !important;
    background: #0058a5;
}

.a-box.active-2:not(.a-left) {
    color: #fff !important;
    background: #0058a5;
}

    .a-box.active-2.a-right:after {
        width: 8px;
        position: absolute;
        left: 100%;
        top: 50%;
        margin-top: -5.5px;
        content: "";
        z-index: 2;
        height: 11px;
        display: block;
        background: url(../images/Calendar/ic04.png);
    }

.a-box.active-2.a-left div.day {
    color: #fff !important;
    background: url(../images/Calendar/ic05.png);
    background-repeat: no-repeat;
}

    .a-box.active-2.a-left:after {
        width: 8px;
        position: absolute;
        right: 100%;
        top: 50%;
        margin-top: -5.5px;
        content: "";
        z-index: 2;
        height: 11px;
        display: block;
        background: url(../images/Calendar/ic03.png);
    }

.a-callendar-right {
    left: auto;
    right: 0;
}

.page-content {
    position: relative;
}

    .page-content select {
        margin-bottom: 0;
    }

    .page-content .content-hero-background {
        background: #9bdcf9;
        padding-bottom: 35px;
        float: left;
        width: 100%;
    }

        .page-content .content-hero-background .content-hero-search {
            padding-top: 15px;
        }

    .page-content .page-content .content-hero-background .content-hero-search {
        padding-top: 15px;
    }

    .page-content .content-hero-background .input-search-count,
    .page-content .content-hero-background .input-search-localization {
        border-radius: 5px;
        padding-left: 15px;
        padding-right: 15px;
    }

.c-content {
    float: left;
    width: 100%;
    margin-top: 5px;
}

.c-content-full {
    padding-right: 284px;
}

.c-content-part-full {
    padding-right: 184px;
}

.c-content-box {
    border: 1px solid #dddddd;
    border-radius: 5px;
    float: left;
    padding: 14px 0;
    width: 100%;
    box-shadow: 0 1px 3px #dddddd;
}

.c-content .c-col {
    padding: 0 29px;
    float: left;
    width: 100%;
}

.slider-callendar li {
    border-left: 1px solid #dddddd;
}

.slider-callendar {
    position: relative;
}

    .slider-callendar .bx-controls {
        display: none;
    }

    .slider-callendar:after {
        content: "";
        top: 0;
        position: absolute;
        display: block;
        top: 0;
        left: 0;
        width: 1px;
        height: 100%;
        background: #fff;
    }

    .slider-callendar:before {
        content: "";
        top: 0;
        position: absolute;
        display: block;
        top: 0;
        right: 0;
        width: 1px;
        height: 100%;
        z-index: 100;
        background: #fff;
    }

.a-callendar-1 {
    display: block;
    position: relative;
    margin: 0;
    top: auto;
    float: left;
    width: 100%;
    padding: 0;
    margin: 0;
    border: none;
    box-shadow: none;
}

.a-box.active-3 {
    background: #00c382;
    color: #fff !important;
}

.a-box.active-4 {
    color: #fff !important;
    background: url(../images/Calendar/bg02.png);
    background-size: 100% 100%;
}

.a-box.active-5 {
    color: #fff !important;
    background: url(../images/Calendar/bg03.png);
    background-size: 100% 100%;
}

.a-box.active-6 {
    color: #fff !important;
    background: url(../images/Calendar/bg04.png);
    background-size: 100% 100%;
}

.a-box.active-7 {
    color: #fff !important;
    background: url(../images/Calendar/bg05.png);
    background-size: 100% 100%;
}

.a-box.active-8 {
    color: #fff !important;
    background: url(../images/Calendar/bg06.png);
    background-size: 100% 100%;
}

.a-box.active-9 {
    color: #fff !important;
    background: url(../images/Calendar/bg07.png);
    background-size: 100% 100%;
}

.a-box.active-10 {
    color: #fff !important;
    background: url(../images/Calendar/bg08.png);
    background-size: 100% 100%;
}

.a-box.active-11 {
    color: #fff !important;
    background: #ff7350;
}

.a-box.active-12 {
    color: #fff !important;
    background: url(../images/Calendar/bg09.png);
    background-size: 100% 100%;
}

.a-box.active-13 {
    color: #fff !important;
    background: url(../images/Calendar/bg10.png);
    background-size: 100% 100%;
}

.a-box.active-14 {
    color: #fff !important;
    background: url(../images/Calendar/bg11.png);
    background-size: 100% 100%;
}

.a-box.active-15 {
    color: #fff !important;
    background: url(../images/Calendar/bg12.png);
    background-size: 100% 100%;
}

.a-box.active-16 {
    color: #fff !important;
    background: url(../images/Calendar/bg13.png);
    background-size: 100% 100%;
}

.a-box.active-17 {
    color: #fff !important;
    background: url(../images/Calendar/bg14.png);
    background-size: 100% 100%;
}

.a-box.active-18 {
    color: #fff !important;
    background: url(../images/Calendar/bg15.png);
    background-size: 100% 100%;
}

.a-box.active-19 {
    color: #fff !important;
    background: url(../images/Calendar/bg16.png);
    background-size: 100% 100%;
}

.a-box.active-20 {
    color: #fff !important;
    background: url(../images/Calendar/bg17.png);
    background-size: 100% 100%;
}

.a-box.active-21 {
    color: #fff !important;
    background: url(../images/Calendar/bg18.png);
    background-size: 100% 100%;
}

.a-box.active-22 {
    color: #fff !important;
    background: url(../images/Calendar/bg19.png);
    background-size: 100% 100%;
}

.a-box.active-23 {
    color: #fff !important;
    background: url(../images/Calendar/bg20.png);
    background-size: 100% 100%;
}

.a-box.active-24 {
    color: #fff !important;
    background: url(../images/Calendar/bg21.png);
    background-size: 100% 100%;
}

.a-box.active-25 {
    color: #fff !important;
    background: url(../images/Calendar/bg22.png);
    background-size: 100% 100%;
}

.a-box.active-26 {
    color: #fff !important;
    background: #33FF66;
}

.a-box.active-27 {
    color: #fff !important;
    background: url(../images/Calendar/bg23.png);
    background-size: 100% 100%;
}

.a-box.active-28 {
    color: #fff !important;
    background: url(../images/Calendar/bg24.png);
    background-size: 100% 100%;
}

.a-box.active-29 {
    color: #fff !important;
    background: url(../images/Calendar/bg25.png);
    background-size: 100% 100%;
}

.a-box.active-30 {
    color: #fff !important;
    background: url(../images/Calendar/bg26.png);
    background-size: 100% 100%;
}

.a-box.active-31 {
    color: #fff !important;
    background: url(../images/Calendar/bg27.png);
    background-size: 100% 100%;
}

.a-box.active-32 {
    color: #fff !important;
    background: url(../images/Calendar/bg28.png);
    background-size: 100% 100%;
}

.a-box.active-33 {
    color: #fff !important;
    background: url(../images/Calendar/bg29.png);
    background-size: 100% 100%;
}

.a-box.active-34 {
    color: #fff !important;
    background: url(../images/Calendar/bg30.png);
    background-size: 100% 100%;
}

.a-box.active-35 {
    color: #fff !important;
    background: url(../images/Calendar/bg31.png);
    background-size: 100% 100%;
}

.a-box.active-36 {
    color: #fff !important;
    background: url(../images/Calendar/bg32.png);
    background-size: 100% 100%;
}

.a-box.active-37 {
    color: #fff !important;
    background: url(../images/Calendar/bg33.png);
    background-size: 100% 100%;
}

.a-legend {
    float: left;
    width: 100%;
    padding: 0 15px;
    text-align: center;
}

.a-leg {
    display: inline-block;
    vertical-align: top;
    margin: 20px 15px 0 15px;
}

    .a-leg .a-color {
        width: 19px;
        height: 19px;
        margin-top: 2px;
        float: left;
    }

    .a-leg .a-txt {
        float: left;
        padding-left: 8px;
        font-size: 13px;
    }

.a-leg-1 {
    color: #00c382;
}

    .a-leg-1 .a-color {
        background: #00c382;
    }

.a-leg-2 {
    color: #0094da;
}

    .a-leg-2 .a-color {
        background: #0094da;
    }

.a-leg-3 {
    color: #0058a5;
}

    .a-leg-3 .a-color {
        background: #0058a5;
    }

.a-leg-4 {
    color: #ff7350;
}

    .a-leg-4 .a-color {
        background: #ff7350;
    }

.a-leg-5 {
    color: #33FF66;
}

    .a-leg-5 .a-color {
        background: #33FF66;
    }

.slider-callendar ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

    .slider-callendar ul li {
        float: left;
        width: 50%;
    }

.c-content-box {
    background: #fff;
}

.a-callendar-1-2 .a-box {
    color: #000 !important;
}

.a-callendar-1-2 .a-box {
    font-size: 14px;
}

.a-box-1 {
    font-size: 14px;
    line-height: 27px;
}

    .a-box-1 .a-number {
        position: absolute;
        bottom: -1px;
        display: block;
        left: 0;
        width: 100%;
        text-align: center;
        color: #fff;
    }

.za-content {
    float: left;
    width: 100%;
    margin-top: 70px;
}

.za-box-1 {
    float: left;
    width: 100%;
}

    .za-box-1 label {
        font-size: 20px;
        color: #000;
        margin: 3px 10px 0 0;
        float: left;
    }

    .za-box-1 select {
        float: left;
        border-radius: 5px;
        width: 320px;
    }

.za-boxes-2 {
    clear: both;
    padding-top: 20px;
    padding-bottom: 20px;
    float: left;
    width: 100%;
}

.za-box-2 {
    color: #000;
    clear: both;
    font-size: 14px;
    float: left;
    width: 100%;
    margin-top: 13px;
}

    .za-box-2 .txt-2 {
        float: left;
    }

.za-box-2-1 .za-line div {
    height: 100%;
    background: #0095d9;
    border-bottom: 1px solid #007db3;
}

.za-box-2-2 .za-line div {
    height: 100%;
    background: #88c65f;
    border-bottom: 1px solid #6cb939;
}

.za-box-2 .txt-1 {
    float: left;
    text-align: right;
    width: 270px;
}

.za-box-2 .za-line {
    width: 370px;
    overflow: hidden;
    margin: 2px 10px 0 10px;
    height: 19px;
    float: left;
    box-shadow: 0 2px 2px inset rgba(0,0,0,0.1);
    border-radius: 5px;
    background: #e9e9e9;
}

@media only screen and (max-width: 1170px) {
    .page-header .medium-7.columns {
        float: right;
    }

    .z-menu {
        margin-top: -13px;
    }

    .z-banner-box .prev-box {
        left: 15px;
        margin-left: 0;
    }

    .z-banner-box .next-box {
        right: 15px;
        margin-right: 0;
    }

    .page-content .content-hero-background {
        padding-bottom: 0;
    }

        .page-content .content-hero-background .content-hero-search {
            padding-bottom: 10px;
        }

    .c-content .c-col {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media only screen and (max-width: 1119px) {
    .bx-input-box-1 {
        z-index: inherit;
    }

    .page-navigation {
        display: block;
    }

    .a-callendar {
        max-width: 100%;
        margin-top: 0;
        left: 0 !important;
        right: auto !important;
    }

    .z-menu {
        display: none;
    }

    .page-header {
        height: 120px;
    }

    .z-banner-box .z-description .z-txt {
        height: 500px;
    }

    .z-banner-box .prev-box, .z-banner-box .next-box {
        margin-top: 0;
        top: 220px;
    }

    .z-banner-box .z-description .z-txt {
        padding-bottom: 20px;
    }

    .content-hero-search .hero-search-form-main .input-search-localization, .content-hero-search .bx-input-box-1 input, .content-hero-search .input-search-count {
        border: 1px solid #d4d4d4 !important;
    }

    .content-hero-search {
        bottom: auto;
        position: relative;
        margin: 0;
        float: left;
        width: 100%;
    }

    .content-quick-links {
        position: relative;
        float: left;
        margin-top: 11px;
        padding-bottom: 2px;
        width: 100%;
        background-color: #f8f8f8;
    }

    .content-hero-search .txt {
        color: #000;
        font-size: 12px;
        padding-top: 10px;
        margin-bottom: -15px;
        text-shadow: none !important;
    }

    .content-hero-search .hero-search-form-additional {
        margin-left: 0;
        text-align: center;
        width: 100%;
        max-width: 100%;
    }

    .content-hero-search input, .content-hero-search label {
        float: none;
        display: inline-block;
        vertical-align: middle;
    }

    .page-content select {
        margin-bottom: 0.5rem;
    }

    .page-content .content-hero-search .content-hero-search-teaser {
        margin-bottom: 0px;
    }
}

@media only screen and (max-width: 960px) {
    .c-content {
        padding-right: 0;
    }

    .za-box-2 .txt-1 {
        text-align: left;
        width: 100%;
    }

    .za-box-2 .za-line {
        margin: 5px 0;
        width: 100%;
    }

    .za-content {
        margin-top: 20px;
    }
}

@media only screen and (max-width: 780px) {
    .bx-viewport-blog {
        margin-left: 20px !important;
    }
    .bx-viewport ul > li .new-box-blog {
        width: 100%;
        margin-bottom: 5px;
    }

    .new-box-blog-image{
        display: none;
    }

    .next-box-blog {
        right: 0% !important;
        margin-right: 0 !important;
    }

    .prev-box-blog {
        left: 0% !important;
        margin-left: 0 !important;
    }

    .page-header .header-logo {
        margin-right: 0 !important;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }

    .c-content {
        margin-bottom: 10px;
    }

    .row.content-single-offer-header {
        padding-top: 15px !important;
    }

    .page-content .content-hero-background .content-hero-search {
        padding-top: 15px !important;
        padding-bottom: 13px !important;
    }

    .content-hero-search {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }

        .content-hero-search .hero-search-form-additional {
            margin-bottom: 0 !important;
        }

    .input-newsletter-email {
        background-image: none !important;
    }

    .page-footer .page-footer-top {
        padding-top: 15px;
    }

    .page-header {
        height: auto;
    }

        .page-header .inline-list {
            margin-bottom: 0;
            padding-bottom: 0 !important;
        }

    .z-banner-box .z-description .z-txt {
        height: 350px;
    }

    .z-banner-box .prev-box, .z-banner-box .next-box {
        width: 30px;
        height: 30px;
        top: 160px;
    }

        .z-banner-box .prev-box a, .z-banner-box .next-box a {
            background-size: 100% 100%;
        }

    .z-banner-box .z-description .z-txt {
        font-size: 16px;
    }

    .z-banner-box .z-description h3 {
        line-height: normal;
        margin-bottom: 5px;
        font-size: 26px;
    }

    .new-box {
        padding: 0 !important;
        float: left;
        width: 100%;
        margin-bottom: 50px;
    }
}

@media only screen and (max-width: 500px) {
    .a-callendar {
        width: 290px;
        height: 400px;
        z-index: 1000;
    }

    li .a-callendar {
        width: 100%;
    }

    .a-month {
        font-size: 16px;
    }
}

.ban-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    background: transparent;
    z-index: 10000;
}

.datepicker.dropdown-menu {
    z-index: 10000000 !important;
}

.a-callendar {
    top: auto;
    margin-top: 0;
    bottom: auto;
    margin-bottom: 5px;
}

.bottom {
    bottom: 100% !important;
}

.z-banner-box .bx-wrapper ul > li:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    content: "";
    opacity: 0.2;
    background: #000;
}

#init-start-calendar .a-box:hover {
    color: #fff !important;
    background: #0058a5;
}

    #init-start-calendar .a-box:hover:after {
        width: 8px;
        position: absolute;
        left: 100%;
        top: 50%;
        margin-top: -5.5px;
        content: "";
        z-index: 2;
        height: 11px;
        display: block;
        background: url(../images/Calendar/ic04.png);
    }
#init-end-calendar .a-box:not(.no-active) div.day:hover {
    color: #ffffff !important;
    background: #0058a5;
    background: url(../images/Calendar/ic05.png);
    background-repeat: no-repeat;
}

/*#init-end-calendar .a-box:hover {
    color: #ffffff !important;
    background: #0058a5;
    background: url(../images/Calendar/ic05.png);
    background-repeat: no-repeat;
}*/

    #init-end-calendar .a-box:hover:after {
        width: 8px;
        position: absolute;
        right: 100%;
        left: auto;
        top: 50%;
        margin-top: -5.5px;
        content: "";
        z-index: 2;
        height: 11px;
        display: block;
        background: url(../images/Calendar/ic03.png);
    }

.a-day .a-box:hover {
    background: #fff !important;
    color: #5a5a5a !important;
}

    .a-day .a-box:hover:after {
        display: none !important;
    }

.admin-page .a-box-1 .a-number {
    font-weight: bold;
    color: #fff;
}

.admin-page .a-box-1 {
    color: #000 !important;
}

.a-day .a-box:hover {
    background: #fff !important;
    color: #5a5a5a !important;
}

    .a-day .a-box:hover:after {
        display: none !important;
    }

body #init-end-calendar .a-day .a-col .a-box:hover, body #init-start-calendar .a-day .a-col .a-box:hover {
    color: #5a5a5a !important;
}

@media only screen and (max-width: 1119px) {
    .header-logo img {
        width: 80px;
    }

    .page-header .header-contact-info {
        padding-top: 0;
    }

    .page-header {
        height: 80px;
    }

    .page-navigation {
        margin-top: -10px;
    }
}

@media only screen and (max-width: 780px) {
    .page-navigation {
        margin-top: 0;
    }

    .z-banner-box .z-description .z-txt {
        height: 200px;
    }

    .phone-rwd {
        font-size: 16px;
    }

    .header-logo {
        width: 68px;
        margin-bottom: -6px;
    }

    .page-navigation {
        float: left;
        width: 100%;
        margin-top: 0;
    }
}

.page-footer-bottom .inline-list {
    display: none;
}

@media only screen and (max-width: 780px) {
    header .medium-5 {
        width: 0% !important;
    }
    .page-header .medium-7 {
        display: none;
    }

    .header-logo {
        float: left;
        margin: 0 0 -5px 0;
    }

    .page-header {
        position: relative;
    }

    .phone-rwd {
        position: absolute;
        top: 24px;
        right: 15px;
    }

    .page-header {
        height: 57px;
    }

    .z-banner-box .prev-box, .z-banner-box .next-box {
        top: 111px;
    }

    .page-footer-bottom .inline-list {
        display: block;
        padding-top: 33px;
    }

        .page-footer-bottom .inline-list li {
            margin: 0 5px 0 5px;
        }
}

@media only screen and (max-width:760px) {
    .content-hero-search .txt {
        font-size: 9px;
        line-height: 1.5;
    }
}

body .a-box.no-active:after, body .a-box.no-active:before {
    display: none !important;
}

body .a-box.no-active {
    cursor: inherit !important;
}

body .a-callendar .a-box.no-active {
    cursor: default !important;
}

body .a-callendar .no-active.a-box, body .a-callendar .no-active.a-box:hover {
    background: url(../images/Calendar/bg01.png) !important;
    cursor: default !important;
}

    body .a-callendar .no-active.a-box, body .a-callendar .no-active.a-box:hover {
        color: #d4d4d4 !important;
    }

body .a-callendar #init-start-calendar .no-active.a-box, body .a-callendar #init-start-calendar .no-active.a-box:hover,
body .a-callendar #init-end-calendar .no-active.a-box, body .a-callendar #init-end-calendar .no-active.a-box:hover {
    color: #d4d4d4 !important;
}

.page-footer-bottom .footer-menu .inline-list {
    display: block !important;
}

/* ----- preloader ----- */

.reservation-preloader {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    /*display: none;*/
    background-color: rgba(255, 255, 255, 0.70);
    z-index: 10000;
}

.loader-logo {
    margin: auto;
    box-sizing: border-box;
    height: calc(100vh - 16px);
    display: flex;
    align-items: center;
    justify-content: center;
}

.fixed-100p {
    display: block;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: fixed;
}

/* ----- end preloader ----- */

.no-active-text {
    display: none;
    color: red;
}

.min-stay-text {
    display: none;
}

.a-data-min-height {
    height: 30px;
}

@media only screen and (max-width: 768px) {
    .hero-search-form-main .a-callendar {
        bottom: auto !important;
        top: 100% !important;
    }
}

@media only screen and (max-width: 767px) {
    .c-content-box .a-legend {
        margin-top: -30px !important;
    }

    .a-callendar {
        height: 430px !important;
    }

    .a-callendar-height {
        height: 374px !important;
    }
}


.zzz-new-box {
    background: #fff;
    float: left;
    width: 100%;
    border: 1px solid #dddddd;
    border-top: 1px solid #00adef;
    border-bottom: 1px solid #00adef;
    padding: 20px;
}

    .zzz-new-box .image {
        margin-left: -20px;
        margin-right: -20px;
        width: auto;
    }

.new-box {
    margin-bottom: 68px;
}


.news-list .news-content:nth-child(odd) {
    clear: left;
}

.ww-carousel {
    float: left;
    width: 100%;
    padding: 0 28px;
    margin-top: 10px;
    position: relative;
    z-index: 1;
}

    .ww-carousel ul {
        padding: 0;
        margin: 0;
        list-style: none;
    }

        .ww-carousel ul li {
            width: 33.33333%;
            float: left;
        }

.ww-box {
    border: 1px solid #dddddd;
    padding: 15px;
    background: #fff;
    border-radius: 5px;
}

    .ww-box figure {
        padding: 0;
        margin: -6px;
    }

        .ww-box figure a:hover img {
            opacity: 0.9;
        }

    .ww-box .txt {
        color: #000;
        height: 78px;
        margin: 20px 0 12px 0;
        font-size: 22px;
        overflow: hidden;
    }

    .ww-box figure img {
        width: 100%;
    }


.ww-carousel .prev-box, .ww-carousel .next-box {
    position: absolute;
    top: 50%;
    margin-top: -14px;
    width: 28px;
    height: 28px;
    z-index: 1000;
}

.ww-carousel .prev-box {
    left: 0;
}

.ww-carousel .next-box {
    right: 0;
}

.ww-carousel .bx-prev, .ww-carousel .bx-next {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    float: left;
    display: block;
    text-indent: -9999999px;
}

.ww-carousel .bx-prev {
    background: url('../images/Icons/ww-prev.png') left center no-repeat;
}

.ww-carousel .bx-next {
    background: url('../images/Icons/ww-next.png') right center no-repeat;
}

.ww-carousel .prev-box:hover, .ww-carousel .next-box:hover {
    opacity: 0.80;
    filter: alpha(opacity = 80);
}

.ww-carousel .bx-controls {
    display: none;
}

.ww-carousel {
    width: calc(100% - 257px);
}

@media only screen and (max-width: 1110px) {
    .ww-carousel {
        width: 100%;
    }
}

.ww-carousel .bx-wrapper {
    width: 100% !important;
}

.ww-carousel .bx-wrapper {
    max-width: 100% !important;
}

@media only screen and (max-width: 767px) {
    .a-callendar {
        position: relative !important;
        left: auto !important;
        right: auto !important;
        width: 100% !important;
    }
}

.loader-overlay {
    opacity: 0.8;
    background-color: #ccc;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: 1000;
}

.loader {
    border: 16px solid #f3f3f3; /* Light grey */
    border-top: 16px solid #3498db; /* Blue */
    border-radius: 50%;
    width: 120px;
    height: 120px;
    animation: spin 2s linear infinite;
    position: absolute;
    left: 45%;
    top: 45%;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/**
 * ==============================================
 * Dot Pulse
 * ==============================================
 */
.dot-pulse {
    position: relative;
    left: -9943px;
    width: 10px;
    height: 10px;
    border-radius: 5px;
    background-color: #00adef;
    color: #00adef;
    box-shadow: 9999px 0 0 -5px #00adef;
    animation: dotPulse 1.5s infinite linear;
    animation-delay: .25s;
}

    .dot-pulse::before, .dot-pulse::after {
        content: '';
        display: inline-block;
        position: absolute;
        top: 0;
        width: 10px;
        height: 10px;
        border-radius: 5px;
        background-color: #00adef;
        color: #00adef;
    }

    .dot-pulse::before {
        box-shadow: 9984px 0 0 -5px #00adef;
        animation: dotPulseBefore 1.5s infinite linear;
        animation-delay: 0s;
    }

    .dot-pulse::after {
        box-shadow: 10014px 0 0 -5px #00adef;
        animation: dotPulseAfter 1.5s infinite linear;
        animation-delay: .5s;
    }

@keyframes dotPulseBefore {
    0% {
        box-shadow: 9984px 0 0 -5px #00adef;
    }

    30% {
        box-shadow: 9984px 0 0 2px #00adef;
    }

    60%, 100% {
        box-shadow: 9984px 0 0 -5px #00adef;
    }
}

@keyframes dotPulse {
    0% {
        box-shadow: 9999px 0 0 -5px #00adef;
    }

    30% {
        box-shadow: 9999px 0 0 2px #00adef;
    }

    60%, 100% {
        box-shadow: 9999px 0 0 -5px #00adef;
    }
}

@keyframes dotPulseAfter {
    0% {
        box-shadow: 10014px 0 0 -5px #00adef;
    }

    30% {
        box-shadow: 10014px 0 0 2px #00adef;
    }

    60%, 100% {
        box-shadow: 10014px 0 0 -5px #00adef;
    }
}

/*******************************************/

.black-text {
    color: black;
}

.medium-orange {
    background: #ff8a4a;
    background: -moz-linear-gradient(top, #ff8a4a 0%, #ff620c 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ff8a4a), color-stop(100%, #ff620c));
    background: -webkit-linear-gradient(top, #ff8a4a 0%, #ff620c 100%);
    background: -o-linear-gradient(top, #ff8a4a 0%, #ff620c 100%);
    background: -ms-linear-gradient(top, #ff8a4a 0%, #ff620c 100%);
    background: linear-gradient(to bottom, #ff8a4a 0%,#ff620c 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff8a4a', endColorstr='#ff620c',GradientType=0 );
    border-color: #f35600;
}

    .medium-orange:hover, .medium-orange:focus {
        background: #ff620c;
        background: -moz-linear-gradient(top, #ff620c 0%, #ff8a4a 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ff620c), color-stop(100%, #ff8a4a));
        background: -webkit-linear-gradient(top, #ff620c 0%, #ff8a4a 100%);
        background: -o-linear-gradient(top, #ff620c 0%, #ff8a4a 100%);
        background: -ms-linear-gradient(top, #ff620c 0%, #ff8a4a 100%);
        background: linear-gradient(to bottom, #ff620c 0%,#ff8a4a 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff620c', endColorstr='#ff8a4a',GradientType=0 );
    }

.user-removed{
    background-color: #ff5858 !important;
}

.online-led {
    position: absolute;
    background: url(../images/icons/online.png) no-repeat center center;
    background-size: 23px;
    background-color: transparent;
    width: 67px;
    height: 40px;
}

.offline-led {
    position: absolute;
    background: url('../images/icons/offline.png') no-repeat center center;
    background-size: 23px;
    background-color: transparent;
    width: 67px;
    height: 40px;
}

.field-validation-error{
    color: crimson;
}

.max-width-100{
    max-width: 100px;
}

.max-width-80 {
    max-width: 80px;
}

.apartment-invisible {
    background-color: #00000042 !important;
}

.apartment-new {
    background-color: #0bb4f7 !important;
}

input::placeholder{
    color: grey;
}


/*BEGIN - Blazor Components - GRID:*/
.d-flex.justify-content-between.align-middle.mt-2 {
    margin-left: 55px !important;
}
.bi.bi-three-dots:before{
    content:"...";
}

.bi.bi-chevron-left:before {
    content: "Poprzednia";
}

.bi.bi-chevron-right::before {
    /*content: "Nast�pna";*/
    content: "Nast\0119pna";
}

.bi.bi-chevron-double-left:before {
    content: "Pierwsza";
}

.bi.bi-chevron-double-right:before{
    content: "Ostatnia";
}

/*END - Blazor Components - GRID:*/

.display-ruby {
    display: ruby;
}

.pointer {
    cursor: pointer;
}

@media (max-width: 768px) {
    .a-callendar-get-reservation-owner {
        margin-left: 0 !important; /* Usuwamy margin na urz�dzeniach mobilnych */
    }
}
