/* 
	Table of Contents

    01. Settings ----------------------------------
    02. Sprite ------------------------------------
    03. Generic -----------------------------------
    04. Base --------------------------------------
    05. Helpers -----------------------------------
         Clear ------------------------------------
         Notext -----------------------------------
         Hidden -----------------------------------
         Alignleft --------------------------------
         Alignright -------------------------------
         Disabled ---------------------------------
         Grid -------------------------------------
         Responsive Helpers -----------------------
    06. Reset -------------------------------------
    07. Regions -----------------------------------
    08. Footer ------------------------------------
    09. Header ------------------------------------
    10. Shell -------------------------------------
    11. Wrapper -----------------------------------
    12. Modules -----------------------------------
    13. Article -----------------------------------
    14. Button ------------------------------------
         Button Block -----------------------------
         Button Expand ----------------------------
         Btn Menu ---------------------------------
    15. Events ------------------------------------
         Events Secondary -------------------------
    16. Form Elements -----------------------------
    17. Intro -------------------------------------
    18. List --------------------------------------
         List Buttons -----------------------------
    19. Logo --------------------------------------
    20. Map ---------------------------------------
    21. Nav ---------------------------------------
    22. Price -------------------------------------
    23. Section -----------------------------------
         Section Event ----------------------------
    24. Themes ------------------------------------
 */

@import url('https://fonts.googleapis.com/css?family=Poppins:300,400,500,500i,700,700i');
/* ------------------------------------------------------------ *\
	Settings
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Sprite
\* ------------------------------------------------------------ */
.ico-arrow-left {
    background-image: url(//cdn.simpletix.com/magnificent/images/sprite.png);
    background-position: 0% 100%;
    background-size: 491.42857142857144% 274.0740740740741%;
    width: 35px;
    height: 27px;
    display: inline-block;
    vertical-align: middle;
    font-size: 0px;
}

.ico-calendar {
    background-image: url(//cdn.simpletix.com/magnificent/images/sprite.png);
    background-position: 25.324675324675322% 83.92857142857143%;
    background-size: 955.5555555555555% 411.1111111111111%;
    width: 18px;
    height: 18px;
    display: inline-block;
    vertical-align: middle;
    font-size: 0px;
}

.ico-pin {
    background-image: url(//cdn.simpletix.com/magnificent/images/sprite.png);
    background-position: 38.607594936708864% 83.92857142857143%;
    background-size: 1228.5714285714287% 411.1111111111111%;
    width: 14px;
    height: 18px;
    display: inline-block;
    vertical-align: middle;
    font-size: 0px;
}

.logo {
    background-image: url(https://www.simpletix.com/wp-content/uploads/2018/08/logo-normal.png) !important;
    background-repeat: no-repeat !important;
    background-size: 70% !important;
    width: 195px !important;
    height: 43px !important;
    vertical-align: middle !important;
    font-size: 0px !important;
}

@media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 2/1), (min-resolution: 192dpi) {
    .ico-arrow-left {
        background-image: url(//cdn.simpletix.com/magnificent/images/sprite.@2x.png);
        background-position: 0% 0%;
        background-size: 162.85714285714286% 181.4814814814815%;
        width: 35px;
        height: 27px;
        display: inline-block;
        vertical-align: middle;
        font-size: 0px;
    }

    .ico-calendar {
        background-image: url(//cdn.simpletix.com/magnificent/images/sprite.@2x.png);
        background-position: 100% 0%;
        background-size: 316.66666666666663% 272.22222222222223%;
        width: 18px;
        height: 18px;
        display: inline-block;
        vertical-align: middle;
        font-size: 0px;
    }

    .ico-pin {
        background-image: url(//cdn.simpletix.com/magnificent/images/sprite.@2x.png);
        background-position: 0% 100%;
        background-size: 407.1428571428571% 272.22222222222223%;
        width: 14px;
        height: 18px;
        display: inline-block;
        vertical-align: middle;
        font-size: 0px;
    }
}
/* ------------------------------------------------------------ *\
	Generic
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Base
\* ------------------------------------------------------------ */
body {
    min-width: 320px;
    background: #fff;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    line-height: 1.71;
    color: #000;
}

a {
    color: inherit;
    text-decoration: underline;
}

    a:hover,
    a[href^="tel"] {
        text-decoration: none;
    }

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: 0.855em;
}

h1 {
    font-size: 40px;
    font-weight: 500;
}

h2 {
    font-size: 30px;
    font-weight: 500;
}

h3 {
    font-size: 24px;
    line-height: 1.25;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.2em;
}

h4 {
    font-size: 24px;
    line-height: 1.25;
    font-weight: 500;
}

h5 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 25px;
}

    h5 small {
        font-size: 18px;
        font-weight: 400;
    }

        h5 small span {
            color: #666;
            display: block;
            line-height: 1.15;
        }

h6 {
    font-size: 14px;
    font-weight: 700;
}

blockquote {
    font-size: 18px;
    font-weight: 500;
    font-style: italic;
    padding: 50px 0 45px;
    line-height: 1.33;
}

p,
ul,
ol,
dl,
hr,
table,
blockquote {
    margin-bottom: 1.71em;
}

    h1[class],
    h2[class],
    h3[class],
    h4[class],
    h5[class],
    h6[class],
    h1:last-child,
    h2:last-child,
    h3:last-child,
    h4:last-child,
    h5:last-child,
    h6:last-child,
    p:last-child,
    ul:last-child,
    ol:last-child,
    dl:last-child,
    table:last-child,
    blockquote:last-child {
        margin-bottom: 0;
    }

@media (max-width: 767px) {

    body {
        font-size: 13px;
        line-height: 1.62;
    }

    h3 {
        font-size: 15px;
    }

    h4 {
        font-size: 26px;
    }

    h5 {
        font-size: 15px;
        margin-bottom: 20px;
    }

        h5 small {
            font-size: 13px;
        }

    blockquote {
        font-size: 16px;
        padding: 30px 0 25px;
    }
}
/* ------------------------------------------------------------ *\
	Helpers
\* ------------------------------------------------------------ */
/*  Clear  */
.clear:after {
    content: '';
    display: block;
    clear: both;
}
/*  Notext  */
.notext {
    overflow: hidden;
    text-indent: 101%;
    white-space: nowrap;
}
/*  Hidden  */
[hidden],
.hidden {
    display: none !important;
}
/*  Alignleft  */
.alignleft {
    float: left;
}
/*  Alignright  */
.alignright {
    float: right;
}
/*  Disabled  */
[disabled],
.disabled {
    cursor: default;
}
/*  Grid  */
.cols {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.col {
    max-width: 100%;
}

.col--1of2 {
    max-width: 50%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
}

.col--1of3 {
    max-width: 33.33%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33%;
    flex: 0 0 33.33%;
}

.col--1of4 {
    max-width: 25%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
}
/*  Responsive Helpers  */
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
    display: none !important;
}

@media (max-width: 767px) {
    .hidden-xs {
        display: none !important;
    }

    .visible-xs-block {
        display: block !important;
    }

    .visible-xs-inline {
        display: inline !important;
    }

    .visible-xs-inline-block {
        display: inline-block !important;
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    .hidden-sm {
        display: none !important;
    }

    .visible-sm-block {
        display: block !important;
    }

    .visible-sm-inline {
        display: inline !important;
    }

    .visible-sm-inline-block {
        display: inline-block !important;
    }
}

@media (min-width: 1024px) and (max-width: 1200px) {
    .hidden-md {
        display: none !important;
    }

    .visible-md-block {
        display: block !important;
    }

    .visible-md-inline {
        display: inline !important;
    }

    .visible-md-inline-block {
        display: inline-block !important;
    }
}

@media (min-width: 1201px) {
    .hidden-lg {
        display: none !important;
    }

    .visible-lg-block {
        display: block !important;
    }

    .visible-lg-inline {
        display: inline !important;
    }

    .visible-lg-inline-block {
        display: inline-block !important;
    }
}
/* ------------------------------------------------------------ *\
	Reset
\* ------------------------------------------------------------ */
* {
    padding: 0;
    margin: 0;
    outline: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

    *:before,
    *:after {
        -webkit-box-sizing: inherit;
        box-sizing: inherit;
    }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
main {
    display: block;
}

template {
    display: none;
}

html {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    tap-highlight-color: rgba(0,0,0,0);
}

body {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    -webkit-text-size-adjust: none;
    -moz-text-size-adjust: none;
    -ms-text-size-adjust: none;
    text-size-adjust: none;
}

img,
iframe,
video,
audio,
object {
    max-width: 100%;
}

img,
iframe {
    border: 0 none;
}

img {
    height: auto;
    display: inline-block;
    vertical-align: middle;
}

b,
strong {
    font-weight: bold;
}

address {
    font-style: normal;
}

svg:not(:root) {
    overflow: hidden;
}

a,
button,
input[type="submit"],
input[type="button"],
input[type="reset"],
input[type="file"],
input[type="image"],
label[for] {
    cursor: pointer;
}

    a[href^="tel"],
    button[disabled],
    input[disabled],
    textarea[disabled],
    select[disabled] {
        cursor: default;
    }

    button::-moz-focus-inner,
    input::-moz-focus-inner {
        padding: 0;
        border: 0;
    }

    input[type="text"],
    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,
    a[href^="tel"] {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
    }

        input[type="search"]::-webkit-search-cancel-button,
        input[type="search"]::-webkit-search-decoration {
            -webkit-appearance: none;
            appearance: none;
        }

textarea {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    color: inherit;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
}

button,
select {
    text-transform: none;
}

table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
}

nav ul,
nav ol {
    list-style: none outside none;
}
/* ------------------------------------------------------------ *\
	Regions
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Footer
\* ------------------------------------------------------------ */
.footer {
    border-top: 1px solid #ccc;
    padding: 40px 0 50px;
    color: #666666;
}

    .footer p a {
        color: #2586b7;
        text-decoration: none;
    }

        .footer p a:hover {
            text-decoration: underline;
        }

    .footer p {
        margin-bottom: 0;
    }

    .footer .shell {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

@media (max-width: 767px) {

    .footer .shell {
        display: block;
        text-align: center;
    }

    .footer {
        padding: 20px 0;
    }

        .footer .logo {
            margin-bottom: 15px !important;
        }
}
/* ------------------------------------------------------------ *\
	Header
\* ------------------------------------------------------------ */
.header {
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 900;
}

@media (max-width: 767px) {

    .header {
        padding-top: 25px;
    }

        .header .shell {
            padding: 0 35px;
        }
}
/* ------------------------------------------------------------ *\
	Shell
\* ------------------------------------------------------------ */
.shell {
    max-width: 1170px;
    padding-left: 15px;
    padding-right: 15px;
    margin: auto;
}

.shell--fluid {
    max-width: none;
}

@media (max-width: 767px) {

    .shell {
        padding: 0 32px;
    }
}

@media (max-width: 479px) {

    .shell {
        padding: 0 15px;
    }
}
/* ------------------------------------------------------------ *\
	Wrapper
\* ------------------------------------------------------------ */
.wrapper {
    min-height: 100vh;
    position: relative;
}
/* ------------------------------------------------------------ *\
	Modules
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Article
\* ------------------------------------------------------------ */
.article {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

    .article .article__image {
        width: 94px;
        height: 94px;
        background-size: cover;
        background-position: center;
        margin-right: 34px;
    }

    .article .article__entry {
        width: calc(100% - 128px);
        margin-top: -2px;
        padding-bottom: 90px;
    }

        .article .article__entry p a {
            text-decoration: none;
        }

            .article .article__entry p a:hover {
                text-decoration: underline;
            }

@media (max-width: 767px) {

    .article {
        display: block;
        padding-top: 10px;
    }

        .article .article__image {
            margin-bottom: 35px;
        }

        .article .article__entry {
            width: 100%;
            padding-bottom: 0;
        }
}
/* ------------------------------------------------------------ *\
	Button
\* ------------------------------------------------------------ */
.btn-theme {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    cursor: pointer;
    text-decoration: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    letter-spacing: 0.1em;
    font-weight: 700;
    border-radius: 25px;
    background: #2586b7;
    padding: 14px;
    color: #fff !important;
    text-transform: uppercase;
}

    .btn-theme:hover {
        background: #666666 !important;
    }
/*  Button Block  */
.btn-theme--block {
    display: block;
    padding-left: 0;
    padding-right: 0;
}
/* Button Expand */
.btn-theme-expand {
    text-decoration: none;
}

    .btn-theme-expand span {
        color: #2586b7;
    }

    .btn-theme-expand.hidden {
        display: none !important;
    }
/* Btn Menu */
.btn-theme-menu {
    display: inline-block;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 16px;
    text-align: left;
    z-index: 20;
    line-height: 0;
    padding-top: 6px;
    vertical-align: middle;
    position: relative;
    z-index: 10;
}

    .btn-theme-menu span {
        position: relative;
        display: inline-block;
        vertical-align: -webkit-baseline-middle;
        width: 26px;
        height: 9px;
        border-top: 2px solid #fff;
    }

        .btn-theme-menu span:before,
        .btn-theme-menu span:after {
            position: absolute;
            width: 100%;
            height: 2px;
            background: #fff;
            content: '';
        }

        .btn-theme-menu span:before {
            top: -9px;
        }

        .btn-theme-menu span:after {
            top: 5px;
        }

        .btn-theme-menu span:before,
        .btn-theme-menu span:after,
        .btn-theme-menu span {
            -webkit-transition: all .3s linear;
            -o-transition: all .3s linear;
            transition: all .3s linear;
        }

    .btn-theme-menu.active span {
        border-color: transparent;
    }

        .btn-theme-menu.active span:before,
        .btn-theme-menu.active span:after {
            background: #fff;
        }

        .btn-theme-menu.active span:before {
            -webkit-transform: rotate(45deg) translate(5.5px, 4px);
            -ms-transform: rotate(45deg) translate(5.5px, 4px);
            transform: rotate(45deg) translate(5.5px, 4px);
        }

        .btn-theme-menu.active span:after {
            -webkit-transform: rotate(-45deg) translate(6px, -5px);
            -ms-transform: rotate(-45deg) translate(6px, -5px);
            transform: rotate(-45deg) translate(6px, -5px);
        }

@media (max-width: 767px) {

    .btn-theme {
        font-size: 15px;
        padding: 13px;
    }
}
/* ------------------------------------------------------------ *\
	Events
\* ------------------------------------------------------------ */
.event {
    border-radius: 10px;
    overflow: hidden;
    -webkit-box-shadow: 0 20px 60px rgba(0, 0, 0, .07);
    box-shadow: 0 20px 60px rgba(0, 0, 0, .07);
    background: #fff;
    position: relative;
}

    .event > a:after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 5;
        background: #000;
        opacity: 0;
        -webkit-transition: .3s;
        -o-transition: .3s;
        transition: .3s;
    }

    .event > a:hover:after {
        opacity: .1;
    }

    .event > a {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

    .event .event__image {
        padding-top: 83.33%;
        background-size: cover;
        background-position: center;
    }

    .event .event__content {
        padding: 25px 28px;
    }

    .event ul {
        color: #666666;
        line-height: 1.2;
        list-style-type: none;
        padding: 13px 0;
    }

        .event ul span {
            display: inline-block;
            width: 20px;
            text-align: center;
            vertical-align: middle;
            margin-right: 10px;
        }

    .event .event__content li {
        margin-bottom: 20px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .event .event__content p {
        -webkit-box-flex: 1;
        -ms-flex: 1 1;
        flex: 1 1;
    }

    .event .event__content li:last-child {
        margin-bottom: 0;
    }

    .event .event__content > a {
        color: #2586b7;
        text-decoration: none;
        font-weight: 500;
    }

        .event .event__content > a i {
            margin-right: 4px;
        }

.events {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -15px;
}

    .events .event {
        width: calc(33.33% - 30px);
        margin: 80px 15px 0;
    }
/* Events Secondary */
.events--secondary {
    display: block;
    padding-top: 40px;
    margin: 0;
}

    .events--secondary .event {
        width: 100%;
        margin: 0;
        padding: 40px 0;
        border-bottom: 1px solid #e1e1e1;
        border-radius: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        overflow: visible;
    }

        .events--secondary .event .event__image {
            width: 45.88%;
            padding-top: 30.3%;
            margin-right: 5.44%;
        }

        .events--secondary .event .event__content {
            width: 48.68%;
            padding: 0;
            font-size: 16px;
        }

        .events--secondary .event ul {
            padding: 5px 0 8px;
        }

        .events--secondary .event .event__content li {
            margin-bottom: 15px;
        }

        .events--secondary .event .event__content p {
            line-height: 1.5;
        }

        .events--secondary .event > a:after {
            width: calc(100% + 30px);
            left: -15px;
            top: -1px;
            height: calc(100% + 2px);
        }

@media (max-width: 1023px) {

    .events--primary {
        margin: 0 -7px;
    }

        .events--primary .event {
            margin: 30px 7px 0;
            width: calc(33.33% - 14px);
        }

            .events--primary .event .event__content {
                padding: 15px;
            }

    .event h4 {
        font-size: 18px;
    }

    .events--secondary .event .event__image {
        margin-right: 3%;
    }

    .events--secondary .event .event__content {
        width: 51.12%;
    }

    .events--secondary .event ul {
        padding: 5px 0;
        margin-bottom: 0;
    }

    .event .event__foot p {
        margin-bottom: 15px;
    }
}

@media (max-width: 767px) {

    .events--primary .event {
        width: calc(50% - 14px);
    }
}

@media (max-width: 479px) {

    .events {
        display: block;
        margin: 0;
    }

        .events .event {
            width: 100%;
            margin: 25px 0 0;
        }

    .event {
        -webkit-box-shadow: 0 5px 25px rgba(0, 0, 0, .07);
        box-shadow: 0 5px 25px rgba(0, 0, 0, .07);
        border-radius: 3px;
    }

        .event h4 {
            font-size: 26px;
            line-height: 1.15;
            margin-bottom: 20px;
        }

        .event .event__image {
            padding-top: 73.4%;
        }

    .events--primary .event .event__content {
        padding: 30px 34px 25px;
    }

    .events--primary .event ul {
        padding: 0;
    }

    .events--secondary .event {
        border: 0;
        padding: 21px 0;
        margin-top: 0;
    }

        .events--secondary .event:first-child {
            padding-top: 0;
        }

            .events--secondary .event:first-child > a:after {
                top: -22px;
                height: calc(100% + 23px);
            }

        .events--secondary .event .event__image {
            width: 142px;
            height: 142px;
            padding-top: 0;
            margin-right: 18px;
        }

        .events--secondary .event .event__content {
            width: calc(100% - 160px);
            font-size: 13px;
        }

            .events--secondary .event .event__content h4 {
                font-size: 15px;
            }

        .events--secondary .event ul {
            padding: 0;
        }

            .events--secondary .event ul span {
                width: 14px;
            }

            .events--secondary .event ul i {
                -webkit-transform: scale(0.78);
                -ms-transform: scale(0.78);
                transform: scale(0.78);
                -webkit-transform-origin: 0;
                -ms-transform-origin: 0;
                transform-origin: 0;
            }

        .events--secondary .event .event__content li {
            margin-bottom: 10px;
        }
}

@media(max-width: 375px) {

    .events--secondary .event {
        display: block;
        padding-bottom: 0;
    }

        .events--secondary .event .event__image {
            width: 100%;
            height: auto;
            padding-top: 80%;
            margin-right: 0;
        }

        .events--secondary .event .event__content {
            width: 100%;
            padding: 20px;
        }

            .events--secondary .event .event__content li:last-child {
                margin-bottom: 0;
            }
}
/* ------------------------------------------------------------ *\
	Form Elements
\* ------------------------------------------------------------ */
input::-webkit-input-placeholder {
    color: inherit;
    opacity: 1;
}

input:-ms-input-placeholder {
    color: inherit;
    opacity: 1;
}

input::-ms-input-placeholder {
    color: inherit;
    opacity: 1;
}

input::placeholder {
    color: inherit;
    opacity: 1;
}

textarea::-webkit-input-placeholder {
    color: inherit;
    opacity: 1;
}

textarea:-ms-input-placeholder {
    color: inherit;
    opacity: 1;
}

textarea::-ms-input-placeholder {
    color: inherit;
    opacity: 1;
}

textarea::placeholder {
    color: inherit;
    opacity: 1;
}

input:-webkit-autofill {
    -webkit-text-fill-color: inherit;
    -webkit-box-shadow: 0 0 0 1000px #fff inset;
}
/* ------------------------------------------------------------ *\
	Intro
\* ------------------------------------------------------------ */
.intro {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    text-align: center;
    position: relative;
}

    .intro .shell {
        min-height: 767px;
        position: relative;
        z-index: 10;
    }

    .intro h3 {
        position: absolute;
        color: #fff;
        opacity: .3;
        bottom: 100px;
        left: 0;
        text-align: center;
        letter-spacing: 0.8em;
        font-weight: 400;
        width: 100%;
    }

    .intro .intro__image {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 5;
        background-size: cover;
        background-position: center;
        opacity: 0;
        visibility: hidden;
    }

@media(max-width: 1276px) {
    .intro .shell {
        min-height: 680px;
    }
}

@media (max-width: 1023px) {

    .intro .shell {
        min-height: 545px;
    }

    .intro h3 {
        bottom: 50px;
        color: #fff;
    }

    .intro .intro__image {
        opacity: 1;
        visibility: visible;
    }
}

@media (max-width: 767px) {

    .intro .shell {
        min-height: 290px;
    }

    .intro h3 {
        bottom: 35px;
    }

    .intro--secondary h3 {
        opacity: 1;
    }

    .intro--secondary .shell {
        min-height: 370px;
    }
}
/* ------------------------------------------------------------ *\
	List
\* ------------------------------------------------------------ */
[class^="list-"] {
    list-style: none outside none;
}
/* List Buttons */
.list-buttons {
    color: #000;
}

    .list-buttons a:hover {
        text-decoration: underline;
    }

    .list-buttons a {
        text-decoration: none;
    }

    .list-buttons i {
        color: #2586b7;
        font-size: 20px;
        margin-right: 7px;
        vertical-align: middle;
    }

    .list-buttons li:first-child {
        font-weight: 500;
        color: #2586b7;
        margin-left: 0;
    }

        .list-buttons li:first-child + li {
            margin-left: 40px;
        }

    .list-buttons li {
        display: inline-block;
        margin-left: 24px;
    }

@media (max-width: 1023px) {

    .list-buttons li:first-child + li {
        margin-left: 12px;
    }

    .list-buttons li {
        margin-left: 12px;
    }

    .list-buttons i {
        margin-right: 0;
        font-size: 16px;
    }
}
/* ------------------------------------------------------------ *\
	Logo
\* ------------------------------------------------------------ */
.logo {
    font-size: 0 !important;
    text-decoration: none !important;
}
/* ------------------------------------------------------------ *\
	Map
\* ------------------------------------------------------------ */
.map {
    height: 359px;
}

@media (max-width: 767px) {

    .map {
        height: 260px;
    }
}
/* ------------------------------------------------------------ *\
	Nav
\* ------------------------------------------------------------ */
.nav {
    text-transform: uppercase;
    color: #fff;
    padding: 62px 0;
}

    .nav ul {
        text-align: center;
    }

    .nav li {
        display: inline-block;
        margin: 0 20px;
    }

    .nav a {
        text-decoration: none;
        -webkit-transition: .3s;
        -o-transition: .3s;
        transition: .3s;
        position: relative;
    }

        .nav a:after {
            content: '';
            position: absolute;
            top: calc(100% + 40px);
            opacity: 0;
            width: 3px;
            height: 3px;
            border-radius: 50%;
            background: #fff;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-transition: .3s;
            -o-transition: .3s;
            transition: .3s;
        }

        .nav a:hover:after {
            opacity: 1;
            top: calc(100% + 10px);
        }

@media (max-width: 767px) {

    .nav {
        display: none;
        position: absolute;
        top: 0;
        width: 100%;
        left: 0;
        height: 290px;
        background: #2b2c32;
        padding-top: 85px;
    }

        .nav li {
            display: block;
            margin: 15px 0;
        }
}
/* ------------------------------------------------------------ *\
	Price
\* ------------------------------------------------------------ */
.price {
    font-size: 24px;
    color: #000;
    font-weight: 500;
}
/* ------------------------------------------------------------ *\
	Section
\* ------------------------------------------------------------ */
.section {
    padding: 60px 0 115px;
}

    .section .section__head {
        text-align: center;
        padding: 40px 0 20px;
    }
/* Section Event */
.section-event .section__head .section__content {
    background-size: cover;
    background-position: center;
}

.section-event .section__head .section__container:not(.section__container--nav) .section__content {
    min-height: 472px;
}

.section-event .section__head {
    padding-top: 113px;
    position: relative;
    /* overflow: hidden; */
}

.section-event .section__head__image {
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    left: 50%;
    width: 100%;
    height: 70%;
    background-size: cover;
    background-position: center;
    z-index: -1;
    display: none;
    -webkit-filter: blur(50px) brightness(0.9);
    -ms-filter: blur(50px) brightness(0.9);
    filter: blur(50px) brightness(0.9);
}

.section-event .section__content {
    width: calc(100% - 390px);
}

.section-event .section__aside {
    width: 390px;
    background: #fff;
    padding: 40px 40px 35px;
    top: 0;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

    .section-event .section__aside p {
        color: #666;
        margin-bottom: 20px;
    }

    .section-event .section__aside h4 {
        margin-bottom: 17px;
    }

    .section-event .section__aside .event li {
        margin-bottom: 5px;
    }

    .section-event .section__aside .event {
        -webkit-box-shadow: none;
        box-shadow: none;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-line-pack: justify;
        align-content: space-between;
        height: 100%;
    }

        .section-event .section__aside .event .event__foot {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: justify;
            -ms-flex-pack: justify;
            justify-content: space-between;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
            width: 100%;
        }

    .section-event .section__aside .price {
        color: #000;
    }

    .section-event .section__aside .event .event__foot .btn-theme {
        width: 100%;
    }

    .section-event .section__aside .event .event__content {
        padding: 0;
    }

    .section-event .section__aside .list-buttons {
        text-align: right;
        margin-bottom: 0;
    }

.section-event .section__body .section__content {
    padding-right: 8.5%;
}

.section-event .section__container .shell {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.section-event .section__container--nav {
    background: #fafafa;
    color: #666;
    padding: 25px 0;
}

    .section-event .section__container--nav .section__content {
        min-height: 0;
    }

    .section-event .section__container--nav .section__aside {
        background-color: transparent;
        padding: 0;
    }

.section-event .section__nav li {
    display: inline-block;
    margin-right: 33px;
}

.section-event .section__nav a {
    text-decoration: none;
}

    .section-event .section__nav a:hover {
        color: #2586b7;
    }

.section-event .section__group {
    padding: 45px 0 40px;
    min-height: 250px;
}

    .section-event .section__group + .section__group {
        border-top: 1px solid #ccc;
    }

.section-event .section__foot {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #fafafa;
    padding: 18px 0;
}

    .section-event .section__foot p {
        margin-bottom: 0;
        text-transform: uppercase;
        font-size: 10px;
        letter-spacing: 0.2em;
        font-weight: 300;
        line-height: 1.35;
    }

    .section-event .section__foot .price {
        display: block;
        font-size: 21px;
        letter-spacing: 0;
    }

    .section-event .section__foot .shell {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .section-event .section__foot .btn-theme {
        width: 240px;
    }

.section-event .section__head.fixed {
    margin-bottom: 73px;
}

    .section-event .section__head.fixed .section__container:not(.section__container--nav) .section__aside {
        position: fixed;
        top: 113px;
        border: 1px solid #d7d7d7;
        right: calc(50vw - 580px);
    }

    .section-event .section__head.fixed .section__container--nav {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
    }

@media (max-width: 1200px) {

    .section-event .section__head.fixed .section__container:not(.section__container--nav) .section__aside {
        right: 15px;
    }
}

@media(max-width: 1276px) {
    .section-event .section__head.fixed .section__container:not(.section__container--nav) .shell {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .section-event .section__head.fixed .section__container:not(.section__container--nav) ul {
        margin-bottom: 0;
    }

    .section-event .section__head.fixed .section__container:not(.section__container--nav) li:last-child {
        margin-bottom: 0;
    }
}

@media (max-width: 1023px) {

    .section-event .section__aside {
        width: 290px;
        padding: 20px 15px;
    }

        .section-event .section__aside .event .event__foot p {
            margin-bottom: 10px;
        }

    .section-event .section__content {
        width: calc(100% - 290px);
    }

    .section-event .section__body .section__content {
        padding-right: 15px;
    }

    .section-event .section__head .section__container:not(.section__container--nav) .section__content {
        min-height: 380px;
    }
}

@media (max-width: 767px) {

    .section {
        padding: 30px 0;
    }

        .section .section__head {
            padding: 5px 0;
        }

    .section-event {
        padding-bottom: 85px;
    }

        .section-event .section__head {
            padding-top: 0;
        }

            .section-event .section__head .section__container .shell {
                padding: 0;
               
            }

        .section-event .section__content {
            width: 100%;
        }

        .section-event .section__body .section__content {
            padding-right: 0;
        }

        .section-event .section__content .list-buttons i {
            color: #fff;
            font-size: 26px;
        }

        .section-event .section__content .list-buttons li {
            margin-left: 22px;
            vertical-align: middle;
        }

        .section-event .section__aside {
            width: 100%;
            padding: 32px;
        }

        .section-event .section__head .section__container:not(.section__container--nav) .section__content {
            height: 290px;
            position: relative;
            padding: 50px 30px;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
            -webkit-box-pack: justify;
            -ms-flex-pack: justify;
            justify-content: space-between;
        }

        .section-event .event h4 {
            font-size: 26px;
        }

        .section-event .section__aside .event p {
            margin-bottom: 10px;
        }

        .section-event .section__aside .event ul {
            font-size: 15px;
            margin-bottom: 0;
        }

        .section-event .section__group {
            border-top: 1px solid #ccc;
            padding: 33px 0;
            min-height: 0;
        }

        .section-event .section__head.fixed .section__container:not(.section__container--nav) .section__aside {
            position: static !important;
        }

        .section-event .section__hidden {
            display: none;
        }
}

@media (max-width: 479px) {

    .section-event .section__foot .btn-theme {
        width: 135px;
    }
}
/* ------------------------------------------------------------ *\
	Themes
\* ------------------------------------------------------------ */

.event-fixed {
    position: fixed !important;
    top: 56px !important;
    left: inherit !important;
}