@charset "UTF-8";

/*!
Theme Name: Festival Life
Theme URI: https://www.festival-life.com/
Author: 
Author URI: 
Description: Original theme for Festival Life.
Version: 1.0.0
Text Domain: festival-life-2018
*/
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
    line-height: 1.15;
    /* 1 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
    margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    /* 1 */
    height: 0;
    /* 1 */
    overflow: visible;
    /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
    background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
    border-bottom: none;
    /* 1 */
    text-decoration: underline;
    /* 2 */
    text-decoration: underline dotted;
    /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
    font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
    border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    /* 1 */
    font-size: 100%;
    /* 1 */
    line-height: 1.15;
    /* 1 */
    margin: 0;
    /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
    /* 1 */
    overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
    /* 1 */
    text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
    padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    /* 1 */
    color: inherit;
    /* 2 */
    display: table;
    /* 1 */
    max-width: 100%;
    /* 1 */
    padding: 0;
    /* 3 */
    white-space: normal;
    /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
    vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
    overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
    -webkit-appearance: textfield;
    /* 1 */
    outline-offset: -2px;
    /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
    -webkit-appearance: button;
    /* 1 */
    font: inherit;
    /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
    display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
    display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
    display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
    display: none;
}

@font-face {
    font-family: "icomoon";
    src: url("assets/fonts/icomoon.eot?vk74es");
    src: url("assets/fonts/icomoon.eot?vk74es#iefix") format("embedded-opentype"), url("assets/fonts/icomoon.ttf?vk74es") format("truetype"), url("assets/fonts/icomoon.woff?vk74es") format("woff"), url("assets/fonts/icomoon.svg?vk74es#icomoon") format("svg");
    font-weight: normal;
    font-style: normal;
}

[class^="icon-"],
[class*=" icon-"] {
    font-family: "icomoon" !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-arrow-bottom:before {
    content: "\e905";
}

.icon-arrow-left:before {
    content: "\e911";
}

.icon-arrow-right:before {
    content: "\e912";
}

.icon-arrow-top:before {
    content: "\e916";
}

.icon-cross:before {
    content: "\e918";
}

.icon-facebook:before {
    content: "\e91e";
}

.icon-instagram:before {
    content: "\e91f";
}

.icon-menu:before {
    content: "\e920";
}

.icon-search:before {
    content: "\e921";
}

.icon-spotify:before {
    content: "\e922";
}

.icon-twitter:before {
    content: "\e923";
}

.icon-feedly:before {
    content: "\e900";
}

.icon-hatebu:before {
    content: "\e901";
}

.icon-line:before {
    content: "\e902";
}

.icon-pocket:before {
    content: "\e903";
}

.icon-chevron-thin-down:before {
    content: "\e908";
}

.icon-chevron-thin-left:before {
    content: "\e909";
}

.icon-chevron-thin-right:before {
    content: "\e90a";
}

.icon-chevron-thin-up:before {
    content: "\e90b";
}

.icon-resize-100:before {
    content: "\e926";
}

.icon-resize-full-screen:before {
    content: "\e927";
}

.icon-align-bottom:before {
    content: "\e929";
}

.icon-calendar:before {
    content: "\e904";
}

.icon-chat:before {
    content: "\e92a";
}

.icon-compass:before {
    content: "\e910";
}

.icon-flag:before {
    content: "\e92b";
}

.icon-folder:before {
    content: "\e914";
}

.icon-globe:before {
    content: "\e928";
}

.icon-info-with-circle:before {
    content: "\e91d";
}

.icon-link:before {
    content: "\e90f";
}

.icon-location-pin:before {
    content: "\e90d";
}

.icon-map:before {
    content: "\e913";
}

.icon-modern-mic:before {
    content: "\e915";
}

.icon-popup:before {
    content: "\e917";
}

.icon-price-tag:before {
    content: "\e92c";
}

.icon-rss:before {
    content: "\e919";
}

.icon-share-alternitive:before {
    content: "\e91a";
}

.icon-ticket:before {
    content: "\e91b";
}

.icon-soundcloud:before {
    content: "\e91c";
}

.icon-vimeo:before {
    content: "\e924";
}

.icon-youtube:before {
    content: "\e925";
}

h1,
h2 {
    margin: 0;
}

ul,
ol {
    list-style: none;
    margin: 0;
    padding: 0;
}

dl dd {
    margin: 0;
}

a {
    text-decoration: none;
}

p {
    margin: 0;
}

button {
    border: none;
}

html {
    font-size: 10px;
}

b,
strong {
    font-weight: 600;
}

body.fixed {
    position: fixed;
    width: 100%;
    height: 100%;
}

body {
    color: #313131;
    font-family: "Helvetica Neue", "Helvetica", "Arial", "Hiragino Sans", "ヒラギノ角ゴシック", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 1.6rem;
    -moz-font-feature-settings: 'palt';
    font-feature-settings: 'palt';
    line-height: 1.45;
    letter-spacing: .03em;
}

input,
select,
optgroup,
textarea {
    color: #313131;
    font-family: "Helvetica Neue", "Helvetica", "Arial", "Hiragino Sans", "ヒラギノ角ゴシック", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 1.6rem;
    line-height: 1.45;
}

img {
    max-width: 100%;
    height: auto;
}

.wp-embedded-content {
    width: 100%;
}

.sr-only,
.screen-reader-text {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

[role="button"] {
    cursor: pointer;
}

/* Placeholder text color -- selectors need to be separate to work. */
::-webkit-input-placeholder,
:-moz-placeholder,
::-moz-placeholder,
:-ms-input-placeholder {
    color: #969696;
    opacity: 1;
}

a {
    outline: none;
    -webkit-transition: 250ms ease-out;
    transition: 250ms ease-out;
}

a:hover {
    text-decoration: underline;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

a.fluidbox--closed {
    background-color: #D9D9D9;
    cursor: -moz-zoom-in;
    cursor: zoom-in;
}

a.fluidbox--opened {
    cursor: -moz-zoom-out;
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.text-center {
    text-align: center;
}

.text-justify {
    text-align: justify;
}

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.pull-right {
    float: right !important;
}

.pull-left {
    float: left !important;
}

/*!
 * Bootstrap Grid v4.0.0 (https://getbootstrap.com)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
@-ms-viewport {
    width: device-width;
}

html {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -ms-overflow-style: scrollbar;
}

*,
*::before,
*::after {
    -webkit-box-sizing: inherit;
    -moz-box-sizing: inherit;
    box-sizing: inherit;
}

.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 576px) {
    .container {
        max-width: 100%;
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 100%;
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 100%;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1320px;
    }
}

.container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -moz-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.no-gutters {
    margin-right: 0;
    margin-left: 0;
}

.no-gutters>.col,
.no-gutters>[class*="col-"] {
    padding-right: 0;
    padding-left: 0;
}

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col,
.col-auto,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm,
.col-sm-auto,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md,
.col-md-auto,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg,
.col-lg-auto,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl,
.col-xl-auto {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    -moz-box-flex: 1;
    flex-grow: 1;
    max-width: 100%;
}

.col-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    -moz-box-flex: 0;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
}

.col-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    -moz-box-flex: 0;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
}

.col-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    -moz-box-flex: 0;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
}

.col-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    -moz-box-flex: 0;
    flex: 0 0 25%;
    max-width: 25%;
}

.col-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    -moz-box-flex: 0;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}

.col-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    -moz-box-flex: 0;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
}

.col-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    -moz-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%;
}

.col-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    -moz-box-flex: 0;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
}

.col-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    -moz-box-flex: 0;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
}

.col-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    -moz-box-flex: 0;
    flex: 0 0 75%;
    max-width: 75%;
}

.col-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    -moz-box-flex: 0;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
}

.col-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    -moz-box-flex: 0;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
}

.col-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    -moz-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
}

.order-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    -moz-box-ordinal-group: 0;
    order: -1;
}

.order-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    -moz-box-ordinal-group: 14;
    order: 13;
}

.order-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    -moz-box-ordinal-group: 1;
    order: 0;
}

.order-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    -moz-box-ordinal-group: 2;
    order: 1;
}

.order-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    -moz-box-ordinal-group: 3;
    order: 2;
}

.order-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    -moz-box-ordinal-group: 4;
    order: 3;
}

.order-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    -moz-box-ordinal-group: 5;
    order: 4;
}

.order-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    -moz-box-ordinal-group: 6;
    order: 5;
}

.order-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    -moz-box-ordinal-group: 7;
    order: 6;
}

.order-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    -moz-box-ordinal-group: 8;
    order: 7;
}

.order-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    -moz-box-ordinal-group: 9;
    order: 8;
}

.order-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    -moz-box-ordinal-group: 10;
    order: 9;
}

.order-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    -moz-box-ordinal-group: 11;
    order: 10;
}

.order-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    -moz-box-ordinal-group: 12;
    order: 11;
}

.order-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    -moz-box-ordinal-group: 13;
    order: 12;
}

.offset-1 {
    margin-left: 8.333333%;
}

.offset-2 {
    margin-left: 16.666667%;
}

.offset-3 {
    margin-left: 25%;
}

.offset-4 {
    margin-left: 33.333333%;
}

.offset-5 {
    margin-left: 41.666667%;
}

.offset-6 {
    margin-left: 50%;
}

.offset-7 {
    margin-left: 58.333333%;
}

.offset-8 {
    margin-left: 66.666667%;
}

.offset-9 {
    margin-left: 75%;
}

.offset-10 {
    margin-left: 83.333333%;
}

.offset-11 {
    margin-left: 91.666667%;
}

@media (min-width: 576px) {
    .col-sm {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        -moz-box-flex: 1;
        flex-grow: 1;
        max-width: 100%;
    }

    .col-sm-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        -moz-box-flex: 0;
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }

    .col-sm-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.333333%;
        -moz-box-flex: 0;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }

    .col-sm-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.666667%;
        -moz-box-flex: 0;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }

    .col-sm-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        -moz-box-flex: 0;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-sm-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333333%;
        -moz-box-flex: 0;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .col-sm-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.666667%;
        -moz-box-flex: 0;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }

    .col-sm-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        -moz-box-flex: 0;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-sm-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.333333%;
        -moz-box-flex: 0;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }

    .col-sm-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.666667%;
        -moz-box-flex: 0;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }

    .col-sm-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        -moz-box-flex: 0;
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-sm-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.333333%;
        -moz-box-flex: 0;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }

    .col-sm-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.666667%;
        -moz-box-flex: 0;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }

    .col-sm-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        -moz-box-flex: 0;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .order-sm-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        -moz-box-ordinal-group: 0;
        order: -1;
    }

    .order-sm-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        -moz-box-ordinal-group: 14;
        order: 13;
    }

    .order-sm-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        -moz-box-ordinal-group: 1;
        order: 0;
    }

    .order-sm-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        -moz-box-ordinal-group: 2;
        order: 1;
    }

    .order-sm-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        -moz-box-ordinal-group: 3;
        order: 2;
    }

    .order-sm-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        -moz-box-ordinal-group: 4;
        order: 3;
    }

    .order-sm-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        -moz-box-ordinal-group: 5;
        order: 4;
    }

    .order-sm-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        -moz-box-ordinal-group: 6;
        order: 5;
    }

    .order-sm-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        -moz-box-ordinal-group: 7;
        order: 6;
    }

    .order-sm-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        -moz-box-ordinal-group: 8;
        order: 7;
    }

    .order-sm-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        -moz-box-ordinal-group: 9;
        order: 8;
    }

    .order-sm-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        -moz-box-ordinal-group: 10;
        order: 9;
    }

    .order-sm-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        -moz-box-ordinal-group: 11;
        order: 10;
    }

    .order-sm-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        -moz-box-ordinal-group: 12;
        order: 11;
    }

    .order-sm-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        -moz-box-ordinal-group: 13;
        order: 12;
    }

    .offset-sm-0 {
        margin-left: 0;
    }

    .offset-sm-1 {
        margin-left: 8.333333%;
    }

    .offset-sm-2 {
        margin-left: 16.666667%;
    }

    .offset-sm-3 {
        margin-left: 25%;
    }

    .offset-sm-4 {
        margin-left: 33.333333%;
    }

    .offset-sm-5 {
        margin-left: 41.666667%;
    }

    .offset-sm-6 {
        margin-left: 50%;
    }

    .offset-sm-7 {
        margin-left: 58.333333%;
    }

    .offset-sm-8 {
        margin-left: 66.666667%;
    }

    .offset-sm-9 {
        margin-left: 75%;
    }

    .offset-sm-10 {
        margin-left: 83.333333%;
    }

    .offset-sm-11 {
        margin-left: 91.666667%;
    }
}

@media (min-width: 768px) {
    .col-md {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        -moz-box-flex: 1;
        flex-grow: 1;
        max-width: 100%;
    }

    .col-md-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        -moz-box-flex: 0;
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }

    .col-md-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.333333%;
        -moz-box-flex: 0;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }

    .col-md-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.666667%;
        -moz-box-flex: 0;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }

    .col-md-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        -moz-box-flex: 0;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-md-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333333%;
        -moz-box-flex: 0;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .col-md-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.666667%;
        -moz-box-flex: 0;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }

    .col-md-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        -moz-box-flex: 0;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-md-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.333333%;
        -moz-box-flex: 0;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }

    .col-md-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.666667%;
        -moz-box-flex: 0;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }

    .col-md-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        -moz-box-flex: 0;
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-md-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.333333%;
        -moz-box-flex: 0;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }

    .col-md-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.666667%;
        -moz-box-flex: 0;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }

    .col-md-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        -moz-box-flex: 0;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .order-md-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        -moz-box-ordinal-group: 0;
        order: -1;
    }

    .order-md-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        -moz-box-ordinal-group: 14;
        order: 13;
    }

    .order-md-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        -moz-box-ordinal-group: 1;
        order: 0;
    }

    .order-md-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        -moz-box-ordinal-group: 2;
        order: 1;
    }

    .order-md-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        -moz-box-ordinal-group: 3;
        order: 2;
    }

    .order-md-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        -moz-box-ordinal-group: 4;
        order: 3;
    }

    .order-md-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        -moz-box-ordinal-group: 5;
        order: 4;
    }

    .order-md-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        -moz-box-ordinal-group: 6;
        order: 5;
    }

    .order-md-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        -moz-box-ordinal-group: 7;
        order: 6;
    }

    .order-md-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        -moz-box-ordinal-group: 8;
        order: 7;
    }

    .order-md-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        -moz-box-ordinal-group: 9;
        order: 8;
    }

    .order-md-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        -moz-box-ordinal-group: 10;
        order: 9;
    }

    .order-md-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        -moz-box-ordinal-group: 11;
        order: 10;
    }

    .order-md-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        -moz-box-ordinal-group: 12;
        order: 11;
    }

    .order-md-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        -moz-box-ordinal-group: 13;
        order: 12;
    }

    .offset-md-0 {
        margin-left: 0;
    }

    .offset-md-1 {
        margin-left: 8.333333%;
    }

    .offset-md-2 {
        margin-left: 16.666667%;
    }

    .offset-md-3 {
        margin-left: 25%;
    }

    .offset-md-4 {
        margin-left: 33.333333%;
    }

    .offset-md-5 {
        margin-left: 41.666667%;
    }

    .offset-md-6 {
        margin-left: 50%;
    }

    .offset-md-7 {
        margin-left: 58.333333%;
    }

    .offset-md-8 {
        margin-left: 66.666667%;
    }

    .offset-md-9 {
        margin-left: 75%;
    }

    .offset-md-10 {
        margin-left: 83.333333%;
    }

    .offset-md-11 {
        margin-left: 91.666667%;
    }
}

@media (min-width: 992px) {
    .col-lg {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        -moz-box-flex: 1;
        flex-grow: 1;
        max-width: 100%;
    }

    .col-lg-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        -moz-box-flex: 0;
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }

    .col-lg-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.333333%;
        -moz-box-flex: 0;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }

    .col-lg-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.666667%;
        -moz-box-flex: 0;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }

    .col-lg-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        -moz-box-flex: 0;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-lg-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333333%;
        -moz-box-flex: 0;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .col-lg-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.666667%;
        -moz-box-flex: 0;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }

    .col-lg-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        -moz-box-flex: 0;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-lg-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.333333%;
        -moz-box-flex: 0;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }

    .col-lg-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.666667%;
        -moz-box-flex: 0;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }

    .col-lg-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        -moz-box-flex: 0;
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-lg-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.333333%;
        -moz-box-flex: 0;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }

    .col-lg-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.666667%;
        -moz-box-flex: 0;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }

    .col-lg-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        -moz-box-flex: 0;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .order-lg-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        -moz-box-ordinal-group: 0;
        order: -1;
    }

    .order-lg-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        -moz-box-ordinal-group: 14;
        order: 13;
    }

    .order-lg-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        -moz-box-ordinal-group: 1;
        order: 0;
    }

    .order-lg-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        -moz-box-ordinal-group: 2;
        order: 1;
    }

    .order-lg-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        -moz-box-ordinal-group: 3;
        order: 2;
    }

    .order-lg-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        -moz-box-ordinal-group: 4;
        order: 3;
    }

    .order-lg-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        -moz-box-ordinal-group: 5;
        order: 4;
    }

    .order-lg-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        -moz-box-ordinal-group: 6;
        order: 5;
    }

    .order-lg-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        -moz-box-ordinal-group: 7;
        order: 6;
    }

    .order-lg-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        -moz-box-ordinal-group: 8;
        order: 7;
    }

    .order-lg-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        -moz-box-ordinal-group: 9;
        order: 8;
    }

    .order-lg-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        -moz-box-ordinal-group: 10;
        order: 9;
    }

    .order-lg-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        -moz-box-ordinal-group: 11;
        order: 10;
    }

    .order-lg-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        -moz-box-ordinal-group: 12;
        order: 11;
    }

    .order-lg-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        -moz-box-ordinal-group: 13;
        order: 12;
    }

    .offset-lg-0 {
        margin-left: 0;
    }

    .offset-lg-1 {
        margin-left: 8.333333%;
    }

    .offset-lg-2 {
        margin-left: 16.666667%;
    }

    .offset-lg-3 {
        margin-left: 25%;
    }

    .offset-lg-4 {
        margin-left: 33.333333%;
    }

    .offset-lg-5 {
        margin-left: 41.666667%;
    }

    .offset-lg-6 {
        margin-left: 50%;
    }

    .offset-lg-7 {
        margin-left: 58.333333%;
    }

    .offset-lg-8 {
        margin-left: 66.666667%;
    }

    .offset-lg-9 {
        margin-left: 75%;
    }

    .offset-lg-10 {
        margin-left: 83.333333%;
    }

    .offset-lg-11 {
        margin-left: 91.666667%;
    }
}

@media (min-width: 1200px) {
    .col-xl {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        -moz-box-flex: 1;
        flex-grow: 1;
        max-width: 100%;
    }

    .col-xl-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        -moz-box-flex: 0;
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }

    .col-xl-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.333333%;
        -moz-box-flex: 0;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }

    .col-xl-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.666667%;
        -moz-box-flex: 0;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }

    .col-xl-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        -moz-box-flex: 0;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-xl-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333333%;
        -moz-box-flex: 0;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .col-xl-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.666667%;
        -moz-box-flex: 0;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }

    .col-xl-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        -moz-box-flex: 0;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-xl-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.333333%;
        -moz-box-flex: 0;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }

    .col-xl-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.666667%;
        -moz-box-flex: 0;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }

    .col-xl-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        -moz-box-flex: 0;
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-xl-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.333333%;
        -moz-box-flex: 0;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }

    .col-xl-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.666667%;
        -moz-box-flex: 0;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }

    .col-xl-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        -moz-box-flex: 0;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .order-xl-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        -moz-box-ordinal-group: 0;
        order: -1;
    }

    .order-xl-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        -moz-box-ordinal-group: 14;
        order: 13;
    }

    .order-xl-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        -moz-box-ordinal-group: 1;
        order: 0;
    }

    .order-xl-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        -moz-box-ordinal-group: 2;
        order: 1;
    }

    .order-xl-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        -moz-box-ordinal-group: 3;
        order: 2;
    }

    .order-xl-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        -moz-box-ordinal-group: 4;
        order: 3;
    }

    .order-xl-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        -moz-box-ordinal-group: 5;
        order: 4;
    }

    .order-xl-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        -moz-box-ordinal-group: 6;
        order: 5;
    }

    .order-xl-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        -moz-box-ordinal-group: 7;
        order: 6;
    }

    .order-xl-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        -moz-box-ordinal-group: 8;
        order: 7;
    }

    .order-xl-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        -moz-box-ordinal-group: 9;
        order: 8;
    }

    .order-xl-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        -moz-box-ordinal-group: 10;
        order: 9;
    }

    .order-xl-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        -moz-box-ordinal-group: 11;
        order: 10;
    }

    .order-xl-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        -moz-box-ordinal-group: 12;
        order: 11;
    }

    .order-xl-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        -moz-box-ordinal-group: 13;
        order: 12;
    }

    .offset-xl-0 {
        margin-left: 0;
    }

    .offset-xl-1 {
        margin-left: 8.333333%;
    }

    .offset-xl-2 {
        margin-left: 16.666667%;
    }

    .offset-xl-3 {
        margin-left: 25%;
    }

    .offset-xl-4 {
        margin-left: 33.333333%;
    }

    .offset-xl-5 {
        margin-left: 41.666667%;
    }

    .offset-xl-6 {
        margin-left: 50%;
    }

    .offset-xl-7 {
        margin-left: 58.333333%;
    }

    .offset-xl-8 {
        margin-left: 66.666667%;
    }

    .offset-xl-9 {
        margin-left: 75%;
    }

    .offset-xl-10 {
        margin-left: 83.333333%;
    }

    .offset-xl-11 {
        margin-left: 91.666667%;
    }
}

.d-none {
    display: none !important;
}

.d-inline {
    display: inline !important;
}

.d-inline-block {
    display: inline-block !important;
}

.d-block {
    display: block !important;
}

.d-table {
    display: table !important;
}

.d-table-row {
    display: table-row !important;
}

.d-table-cell {
    display: table-cell !important;
}

.d-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: -moz-box !important;
    display: flex !important;
}

.d-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: -moz-inline-box !important;
    display: inline-flex !important;
}

@media (min-width: 576px) {
    .d-sm-none {
        display: none !important;
    }

    .d-sm-inline {
        display: inline !important;
    }

    .d-sm-inline-block {
        display: inline-block !important;
    }

    .d-sm-block {
        display: block !important;
    }

    .d-sm-table {
        display: table !important;
    }

    .d-sm-table-row {
        display: table-row !important;
    }

    .d-sm-table-cell {
        display: table-cell !important;
    }

    .d-sm-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: -moz-box !important;
        display: flex !important;
    }

    .d-sm-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: -moz-inline-box !important;
        display: inline-flex !important;
    }
}

@media (min-width: 768px) {
    .d-md-none {
        display: none !important;
    }

    .d-md-inline {
        display: inline !important;
    }

    .d-md-inline-block {
        display: inline-block !important;
    }

    .d-md-block {
        display: block !important;
    }

    .d-md-table {
        display: table !important;
    }

    .d-md-table-row {
        display: table-row !important;
    }

    .d-md-table-cell {
        display: table-cell !important;
    }

    .d-md-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: -moz-box !important;
        display: flex !important;
    }

    .d-md-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: -moz-inline-box !important;
        display: inline-flex !important;
    }
}

@media (min-width: 992px) {
    .d-lg-none {
        display: none !important;
    }

    .d-lg-inline {
        display: inline !important;
    }

    .d-lg-inline-block {
        display: inline-block !important;
    }

    .d-lg-block {
        display: block !important;
    }

    .d-lg-table {
        display: table !important;
    }

    .d-lg-table-row {
        display: table-row !important;
    }

    .d-lg-table-cell {
        display: table-cell !important;
    }

    .d-lg-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: -moz-box !important;
        display: flex !important;
    }

    .d-lg-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: -moz-inline-box !important;
        display: inline-flex !important;
    }
}

@media (min-width: 1200px) {
    .d-xl-none {
        display: none !important;
    }

    .d-xl-inline {
        display: inline !important;
    }

    .d-xl-inline-block {
        display: inline-block !important;
    }

    .d-xl-block {
        display: block !important;
    }

    .d-xl-table {
        display: table !important;
    }

    .d-xl-table-row {
        display: table-row !important;
    }

    .d-xl-table-cell {
        display: table-cell !important;
    }

    .d-xl-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: -moz-box !important;
        display: flex !important;
    }

    .d-xl-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: -moz-inline-box !important;
        display: inline-flex !important;
    }
}

@media print {
    .d-print-none {
        display: none !important;
    }

    .d-print-inline {
        display: inline !important;
    }

    .d-print-inline-block {
        display: inline-block !important;
    }

    .d-print-block {
        display: block !important;
    }

    .d-print-table {
        display: table !important;
    }

    .d-print-table-row {
        display: table-row !important;
    }

    .d-print-table-cell {
        display: table-cell !important;
    }

    .d-print-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: -moz-box !important;
        display: flex !important;
    }

    .d-print-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: -moz-inline-box !important;
        display: inline-flex !important;
    }
}

.flex-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    -moz-box-orient: horizontal !important;
    -moz-box-direction: normal !important;
    flex-direction: row !important;
}

.flex-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    -moz-box-orient: vertical !important;
    -moz-box-direction: normal !important;
    flex-direction: column !important;
}

.flex-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    -moz-box-orient: horizontal !important;
    -moz-box-direction: reverse !important;
    flex-direction: row-reverse !important;
}

.flex-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    -moz-box-orient: vertical !important;
    -moz-box-direction: reverse !important;
    flex-direction: column-reverse !important;
}

.flex-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
}

.flex-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
}

.justify-content-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    -moz-box-pack: start !important;
    justify-content: flex-start !important;
}

.justify-content-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    -moz-box-pack: end !important;
    justify-content: flex-end !important;
}

.justify-content-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    -moz-box-pack: center !important;
    justify-content: center !important;
}

.justify-content-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    -moz-box-pack: justify !important;
    justify-content: space-between !important;
}

.justify-content-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
}

.align-items-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    -moz-box-align: start !important;
    align-items: flex-start !important;
}

.align-items-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    -moz-box-align: end !important;
    align-items: flex-end !important;
}

.align-items-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    -moz-box-align: center !important;
    align-items: center !important;
}

.align-items-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    -moz-box-align: baseline !important;
    align-items: baseline !important;
}

.align-items-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    -moz-box-align: stretch !important;
    align-items: stretch !important;
}

.align-content-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
}

.align-content-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
}

.align-content-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
}

.align-content-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
}

.align-content-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
}

.align-content-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
}

.align-self-auto {
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
    align-self: auto !important;
}

.align-self-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
}

.align-self-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
}

.align-self-center {
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
    align-self: center !important;
}

.align-self-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
}

.align-self-stretch {
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important;
}

@media (min-width: 576px) {
    .flex-sm-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        -moz-box-orient: horizontal !important;
        -moz-box-direction: normal !important;
        flex-direction: row !important;
    }

    .flex-sm-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        -moz-box-orient: vertical !important;
        -moz-box-direction: normal !important;
        flex-direction: column !important;
    }

    .flex-sm-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        -moz-box-orient: horizontal !important;
        -moz-box-direction: reverse !important;
        flex-direction: row-reverse !important;
    }

    .flex-sm-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        -moz-box-orient: vertical !important;
        -moz-box-direction: reverse !important;
        flex-direction: column-reverse !important;
    }

    .flex-sm-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }

    .flex-sm-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }

    .flex-sm-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }

    .justify-content-sm-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        -moz-box-pack: start !important;
        justify-content: flex-start !important;
    }

    .justify-content-sm-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        -moz-box-pack: end !important;
        justify-content: flex-end !important;
    }

    .justify-content-sm-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        -moz-box-pack: center !important;
        justify-content: center !important;
    }

    .justify-content-sm-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        -moz-box-pack: justify !important;
        justify-content: space-between !important;
    }

    .justify-content-sm-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }

    .align-items-sm-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        -moz-box-align: start !important;
        align-items: flex-start !important;
    }

    .align-items-sm-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        -moz-box-align: end !important;
        align-items: flex-end !important;
    }

    .align-items-sm-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        -moz-box-align: center !important;
        align-items: center !important;
    }

    .align-items-sm-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        -moz-box-align: baseline !important;
        align-items: baseline !important;
    }

    .align-items-sm-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        -moz-box-align: stretch !important;
        align-items: stretch !important;
    }

    .align-content-sm-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }

    .align-content-sm-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }

    .align-content-sm-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }

    .align-content-sm-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }

    .align-content-sm-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }

    .align-content-sm-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }

    .align-self-sm-auto {
        -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important;
    }

    .align-self-sm-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }

    .align-self-sm-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }

    .align-self-sm-center {
        -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important;
    }

    .align-self-sm-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }

    .align-self-sm-stretch {
        -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
    }
}

@media (min-width: 768px) {
    .flex-md-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        -moz-box-orient: horizontal !important;
        -moz-box-direction: normal !important;
        flex-direction: row !important;
    }

    .flex-md-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        -moz-box-orient: vertical !important;
        -moz-box-direction: normal !important;
        flex-direction: column !important;
    }

    .flex-md-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        -moz-box-orient: horizontal !important;
        -moz-box-direction: reverse !important;
        flex-direction: row-reverse !important;
    }

    .flex-md-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        -moz-box-orient: vertical !important;
        -moz-box-direction: reverse !important;
        flex-direction: column-reverse !important;
    }

    .flex-md-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }

    .flex-md-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }

    .flex-md-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }

    .justify-content-md-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        -moz-box-pack: start !important;
        justify-content: flex-start !important;
    }

    .justify-content-md-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        -moz-box-pack: end !important;
        justify-content: flex-end !important;
    }

    .justify-content-md-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        -moz-box-pack: center !important;
        justify-content: center !important;
    }

    .justify-content-md-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        -moz-box-pack: justify !important;
        justify-content: space-between !important;
    }

    .justify-content-md-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }

    .align-items-md-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        -moz-box-align: start !important;
        align-items: flex-start !important;
    }

    .align-items-md-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        -moz-box-align: end !important;
        align-items: flex-end !important;
    }

    .align-items-md-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        -moz-box-align: center !important;
        align-items: center !important;
    }

    .align-items-md-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        -moz-box-align: baseline !important;
        align-items: baseline !important;
    }

    .align-items-md-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        -moz-box-align: stretch !important;
        align-items: stretch !important;
    }

    .align-content-md-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }

    .align-content-md-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }

    .align-content-md-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }

    .align-content-md-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }

    .align-content-md-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }

    .align-content-md-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }

    .align-self-md-auto {
        -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important;
    }

    .align-self-md-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }

    .align-self-md-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }

    .align-self-md-center {
        -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important;
    }

    .align-self-md-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }

    .align-self-md-stretch {
        -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
    }
}

@media (min-width: 992px) {
    .flex-lg-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        -moz-box-orient: horizontal !important;
        -moz-box-direction: normal !important;
        flex-direction: row !important;
    }

    .flex-lg-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        -moz-box-orient: vertical !important;
        -moz-box-direction: normal !important;
        flex-direction: column !important;
    }

    .flex-lg-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        -moz-box-orient: horizontal !important;
        -moz-box-direction: reverse !important;
        flex-direction: row-reverse !important;
    }

    .flex-lg-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        -moz-box-orient: vertical !important;
        -moz-box-direction: reverse !important;
        flex-direction: column-reverse !important;
    }

    .flex-lg-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }

    .flex-lg-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }

    .flex-lg-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }

    .justify-content-lg-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        -moz-box-pack: start !important;
        justify-content: flex-start !important;
    }

    .justify-content-lg-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        -moz-box-pack: end !important;
        justify-content: flex-end !important;
    }

    .justify-content-lg-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        -moz-box-pack: center !important;
        justify-content: center !important;
    }

    .justify-content-lg-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        -moz-box-pack: justify !important;
        justify-content: space-between !important;
    }

    .justify-content-lg-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }

    .align-items-lg-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        -moz-box-align: start !important;
        align-items: flex-start !important;
    }

    .align-items-lg-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        -moz-box-align: end !important;
        align-items: flex-end !important;
    }

    .align-items-lg-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        -moz-box-align: center !important;
        align-items: center !important;
    }

    .align-items-lg-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        -moz-box-align: baseline !important;
        align-items: baseline !important;
    }

    .align-items-lg-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        -moz-box-align: stretch !important;
        align-items: stretch !important;
    }

    .align-content-lg-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }

    .align-content-lg-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }

    .align-content-lg-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }

    .align-content-lg-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }

    .align-content-lg-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }

    .align-content-lg-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }

    .align-self-lg-auto {
        -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important;
    }

    .align-self-lg-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }

    .align-self-lg-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }

    .align-self-lg-center {
        -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important;
    }

    .align-self-lg-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }

    .align-self-lg-stretch {
        -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
    }
}

@media (min-width: 1200px) {
    .flex-xl-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        -moz-box-orient: horizontal !important;
        -moz-box-direction: normal !important;
        flex-direction: row !important;
    }

    .flex-xl-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        -moz-box-orient: vertical !important;
        -moz-box-direction: normal !important;
        flex-direction: column !important;
    }

    .flex-xl-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        -moz-box-orient: horizontal !important;
        -moz-box-direction: reverse !important;
        flex-direction: row-reverse !important;
    }

    .flex-xl-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        -moz-box-orient: vertical !important;
        -moz-box-direction: reverse !important;
        flex-direction: column-reverse !important;
    }

    .flex-xl-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }

    .flex-xl-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }

    .flex-xl-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }

    .justify-content-xl-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        -moz-box-pack: start !important;
        justify-content: flex-start !important;
    }

    .justify-content-xl-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        -moz-box-pack: end !important;
        justify-content: flex-end !important;
    }

    .justify-content-xl-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        -moz-box-pack: center !important;
        justify-content: center !important;
    }

    .justify-content-xl-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        -moz-box-pack: justify !important;
        justify-content: space-between !important;
    }

    .justify-content-xl-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }

    .align-items-xl-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        -moz-box-align: start !important;
        align-items: flex-start !important;
    }

    .align-items-xl-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        -moz-box-align: end !important;
        align-items: flex-end !important;
    }

    .align-items-xl-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        -moz-box-align: center !important;
        align-items: center !important;
    }

    .align-items-xl-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        -moz-box-align: baseline !important;
        align-items: baseline !important;
    }

    .align-items-xl-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        -moz-box-align: stretch !important;
        align-items: stretch !important;
    }

    .align-content-xl-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }

    .align-content-xl-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }

    .align-content-xl-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }

    .align-content-xl-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }

    .align-content-xl-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }

    .align-content-xl-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }

    .align-self-xl-auto {
        -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important;
    }

    .align-self-xl-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }

    .align-self-xl-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }

    .align-self-xl-center {
        -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important;
    }

    .align-self-xl-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }

    .align-self-xl-stretch {
        -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
    }
}

.button,
.single .next-pege-link {
    display: inline-block;
    color: inherit;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 1.4rem;
    line-height: 3.4rem;
    text-transform: uppercase;
    text-decoration: none;
    -webkit-transition: 250ms ease-out;
    transition: 250ms ease-out;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
    cursor: pointer;
}

.button::after,
.single .next-pege-link::after {
    content: "";
    display: inline-block;
    font-family: "icomoon";
    width: 2.4rem;
    text-align: center;
}

.button.button-border,
.single .next-pege-link {
    background: #ffffff;
    border: 1px solid #313131;
    min-width: 28rem;
    padding: 7px 30px;
    position: relative;
    text-align: center;
}

.button.button-border::after,
.single .next-pege-link::after {
    right: 5px;
    position: absolute;
}

.entry-content .button,
.entry-content .single .next-pege-link,
.single .entry-content .next-pege-link {
    position: relative;
    margin: 0 auto 30px;
    padding: 7px 30px;
    border: 1px solid #313131;
}

.entry-content .button::after,
.entry-content .single .next-pege-link::after,
.single .entry-content .next-pege-link::after {
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
    content: "";
    display: inline-block;
    font-family: "icomoon";
    width: 2.4rem;
    text-align: center;
}

.thumbnail-fixed-ratio {
    position: relative;
    padding-top: 66.5%;
    overflow: hidden;
}

.thumbnail-fixed-ratio .thumbnail {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.thumbnail-fixed-ratio::before {
    background: inherit;
    filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="9.6" /></filter></svg>#filter');
    filter: blur(0.6rem);
    content: "";
    position: absolute;
    top: -0.6rem;
    bottom: -0.6rem;
    left: -0.6rem;
    right: -0.6rem;
}

.thumbnail-fixed-ratio.landscape .thumbnail {
    width: 100.5%;
    max-width: 100.5%;
    height: auto;
}

.thumbnail-fixed-ratio.portrait .thumbnail {
    width: auto;
    height: 100.5%;
    max-height: 100.5%;
}

.thumbnail-fixed-square {
    font-size: 0;
    position: relative;
    padding-top: 100%;
    overflow: hidden;
}

.thumbnail-fixed-square .thumbnail-square {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.category-group .category {
    background: #FFE770;
    color: #313131;
    font-size: 1.1rem;
    text-align: center;
    min-width: 6rem;
    line-height: 1.2;
    display: inline-block;
    padding: 0 0.5rem;
}

.category-group .category.category-pr {
    background-color: #D9D9D9;
}

.title,
.card .entry-title>a,
.card-festival .entry-title>a,
.card-festival-single-column .entry-title>a,
.widget-area .popular-posts .entry-title,
.home-featured .entry-summary .entry-title a,
.index .page-header .page-title,
.single .entry-header .single-entry-title,
.single-festival .festival-header .single-entry-title,
.single-festival .related-news .news-item .news-title {
    font-family: "Helvetica Neue", "Helvetica", "Arial", "Hiragino Sans", "ヒラギノ角ゴシック", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-weight: 600;
    line-height: 1.45;
    color: #313131;
}

.title.title-list-lg,
.card .entry-title>a.title-list-lg,
.card-festival .card .entry-title>a,
.card-festival .entry-title>a,
.card-festival-single-column .entry-title>a.title-list-lg,
.card-festival .card-festival-single-column .entry-title>a,
.widget-area .popular-posts .title-list-lg.entry-title,
.widget-area .popular-posts .card-festival .entry-title>a.entry-title,
.card-festival .widget-area .popular-posts .entry-title>a.entry-title,
.home-featured .entry-summary .entry-title a,
.index .page-header .page-title,
.single .entry-header .title-list-lg.single-entry-title,
.single .entry-header .card-festival .entry-title>a.single-entry-title,
.card-festival .single .entry-header .entry-title>a.single-entry-title,
.single-festival .festival-header .title-list-lg.single-entry-title,
.single-festival .festival-header .card-festival .entry-title>a.single-entry-title,
.card-festival .single-festival .festival-header .entry-title>a.single-entry-title,
.single-festival .related-news .news-item .title-list-lg.news-title,
.single-festival .related-news .news-item .card-festival .entry-title>a.news-title,
.card-festival .single-festival .related-news .news-item .entry-title>a.news-title,
.single-festival .related-news .news-item .home-featured .entry-summary .entry-title a.news-title,
.home-featured .entry-summary .entry-title .single-festival .related-news .news-item a.news-title,
.single-festival .related-news .news-item .index .page-header .news-title.page-title,
.index .page-header .single-festival .related-news .news-item .news-title.page-title {
    font-size: 1.8rem;
}

.title.title-list-md,
.card .entry-title>a.title-list-md,
.card-festival-single-column .card .entry-title>a,
.home .card-festival .card .entry-title>a,
.card-festival .entry-title>a.title-list-md,
.card-festival-single-column .card-festival .entry-title>a,
.home .card-festival .entry-title>a,
.card-festival-single-column .entry-title>a,
.widget-area .popular-posts .title-list-md.entry-title,
.widget-area .popular-posts .card-festival-single-column .entry-title>a.entry-title,
.card-festival-single-column .widget-area .popular-posts .entry-title>a.entry-title,
.home .card-festival .widget-area .popular-posts .entry-title>a.entry-title,
.home-featured .entry-summary .entry-title a.title-list-md,
.home-featured .entry-summary .card-festival-single-column .entry-title>a,
.card-festival-single-column .home-featured .entry-summary .entry-title>a,
.home .card-festival .home-featured .entry-summary .entry-title>a,
.index .page-header .title-list-md.page-title,
.index .page-header .card-festival-single-column .entry-title>a.page-title,
.card-festival-single-column .index .page-header .entry-title>a.page-title,
.home .card-festival .index .page-header .entry-title>a.page-title,
.single .entry-header .title-list-md.single-entry-title,
.single .entry-header .card-festival-single-column .entry-title>a.single-entry-title,
.card-festival-single-column .single .entry-header .entry-title>a.single-entry-title,
.home .card-festival .single .entry-header .entry-title>a.single-entry-title,
.single-festival .festival-header .title-list-md.single-entry-title,
.single-festival .festival-header .card-festival-single-column .entry-title>a.single-entry-title,
.card-festival-single-column .single-festival .festival-header .entry-title>a.single-entry-title,
.home .card-festival .single-festival .festival-header .entry-title>a.single-entry-title,
.single-festival .related-news .news-item .news-title {
    font-size: 1.4rem;
}

.title.title-list-sm,
.card .entry-title>a.title-list-sm,
.card-festival .entry-title>a.title-list-sm,
.card-festival-single-column .entry-title>a.title-list-sm,
.widget-area .popular-posts .title-list-sm.entry-title,
.home-featured .entry-summary .entry-title a.title-list-sm,
.index .page-header .title-list-sm.page-title,
.single .entry-header .title-list-sm.single-entry-title,
.single-festival .festival-header .title-list-sm.single-entry-title,
.single-festival .related-news .news-item .title-list-sm.news-title {
    font-size: 1.2rem;
    font-weight: 400;
}

.title.title-single,
.card .entry-title>a.title-single,
.card-festival .entry-title>a.title-single,
.card-festival-single-column .entry-title>a.title-single,
.widget-area .popular-posts .title-single.entry-title,
.home-featured .entry-summary .entry-title a.title-single,
.home-featured .entry-summary .entry-title .single .entry-header a.single-entry-title,
.single .entry-header .home-featured .entry-summary .entry-title a.single-entry-title,
.home-featured .entry-summary .entry-title .single-festival .festival-header a.single-entry-title,
.single-festival .festival-header .home-featured .entry-summary .entry-title a.single-entry-title,
.index .page-header .title-single.page-title,
.single .entry-header .single-entry-title,
.single-festival .festival-header .single-entry-title,
.single-festival .related-news .news-item .title-single.news-title,
.single-festival .related-news .news-item .single .entry-header .news-title.single-entry-title,
.single .entry-header .single-festival .related-news .news-item .news-title.single-entry-title,
.single-festival .related-news .news-item .festival-header .news-title.single-entry-title,
.single-festival .festival-header .related-news .news-item .news-title.single-entry-title {
    font-size: 2.2rem;
}

@media (min-width: 768px) {

    .title.title-single,
    .card .entry-title>a.title-single,
    .card-festival .entry-title>a.title-single,
    .card-festival-single-column .entry-title>a.title-single,
    .widget-area .popular-posts .title-single.entry-title,
    .home-featured .entry-summary .entry-title a.title-single,
    .home-featured .entry-summary .entry-title .single .entry-header a.single-entry-title,
    .single .entry-header .home-featured .entry-summary .entry-title a.single-entry-title,
    .home-featured .entry-summary .entry-title .single-festival .festival-header a.single-entry-title,
    .single-festival .festival-header .home-featured .entry-summary .entry-title a.single-entry-title,
    .index .page-header .title-single.page-title,
    .single .entry-header .single-entry-title,
    .single-festival .festival-header .single-entry-title,
    .single-festival .related-news .news-item .title-single.news-title,
    .single-festival .related-news .news-item .single .entry-header .news-title.single-entry-title,
    .single .entry-header .single-festival .related-news .news-item .news-title.single-entry-title,
    .single-festival .related-news .news-item .festival-header .news-title.single-entry-title,
    .single-festival .festival-header .related-news .news-item .news-title.single-entry-title {
        font-size: 2.6rem;
    }
}

.menu-title {
    display: inline-block;
    font-family: "Roboto Condensed", sans-serif;
    text-transform: uppercase;
    line-height: 1.2;
}

.menu-title .menu-title-accent {
    display: block;
    text-align: center;
}

.tag {
    margin-right: 1rem;
}

.tag>a {
    color: #00AED6;
    font-size: 1.4rem;
}

.tag>a::before {
    content: "#";
}

.tag>a:hover {
    text-decoration: underline;
}

.label,
.section-title .ja-title,
.list-styled .list-item>a,
.widget-area .widget.festival-area ul .list-item>a,
.widget-area .widget.festival-schedule ul .list-item>a,
.widget-area .widget.festival-features ul .list-item>a,
.primary-navigation .menu-item>a,
.widget-area .widget.widget_text a,
.widget-area .widget.festival-area .widget-title,
.widget-area .widget.festival-schedule .widget-title,
.widget-area .widget.festival-features .widget-title {
    font-family: "Helvetica Neue", "Helvetica", "Arial", "Hiragino Sans", "ヒラギノ角ゴシック", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 1.2rem;
    font-weight: 600;
    color: #313131;
}

.label.label-thin,
.section-title .label-thin.ja-title,
.list-styled .section-title .list-item>a.ja-title,
.widget-area .widget.festival-area ul .section-title .list-item>a.ja-title,
.widget-area .widget.festival-schedule ul .section-title .list-item>a.ja-title,
.widget-area .widget.festival-features ul .section-title .list-item>a.ja-title,
.list-styled .list-item>a,
.widget-area .widget.festival-area ul .list-item>a,
.widget-area .widget.festival-schedule ul .list-item>a,
.widget-area .widget.festival-features ul .list-item>a,
.primary-navigation .menu-item>a.label-thin,
.list-styled .primary-navigation .list-item.menu-item>a,
.widget-area .widget.festival-area ul .primary-navigation .list-item.menu-item>a,
.widget-area .widget.festival-schedule ul .primary-navigation .list-item.menu-item>a,
.widget-area .widget.festival-features ul .primary-navigation .list-item.menu-item>a,
.widget-area .widget.widget_text a.label-thin,
.widget-area .widget.widget_text .list-styled .list-item>a,
.list-styled .widget-area .widget.widget_text .list-item>a,
.widget-area .widget.festival-area ul .widget.widget_text .list-item>a,
.widget-area .widget.festival-schedule ul .widget.widget_text .list-item>a,
.widget-area .widget.festival-features ul .widget.widget_text .list-item>a,
.widget-area .widget.festival-area .label-thin.widget-title,
.widget-area .widget.festival-area .list-styled .list-item>a.widget-title,
.list-styled .widget-area .widget.festival-area .list-item>a.widget-title,
.widget-area .widget.festival-schedule ul .widget.festival-area .list-item>a.widget-title,
.widget-area .widget.festival-features ul .widget.festival-area .list-item>a.widget-title,
.widget-area .widget.festival-schedule .label-thin.widget-title,
.widget-area .widget.festival-schedule .list-styled .list-item>a.widget-title,
.list-styled .widget-area .widget.festival-schedule .list-item>a.widget-title,
.widget-area .widget.festival-area ul .widget.festival-schedule .list-item>a.widget-title,
.widget-area .widget.festival-features ul .widget.festival-schedule .list-item>a.widget-title,
.widget-area .widget.festival-features .label-thin.widget-title,
.widget-area .widget.festival-features .list-styled .list-item>a.widget-title,
.list-styled .widget-area .widget.festival-features .list-item>a.widget-title,
.widget-area .widget.festival-area ul .widget.festival-features .list-item>a.widget-title,
.widget-area .widget.festival-schedule ul .widget.festival-features .list-item>a.widget-title {
    font-weight: 400;
}

.label.label-large,
.section-title .label-large.ja-title,
.primary-navigation .section-title .menu-item>a.ja-title,
.list-styled .list-item>a.label-large,
.widget-area .widget.festival-area ul .list-item>a.label-large,
.widget-area .widget.festival-schedule ul .list-item>a.label-large,
.widget-area .widget.festival-features ul .list-item>a.label-large,
.primary-navigation .list-styled .menu-item.list-item>a,
.widget-area .widget.festival-area ul .primary-navigation .menu-item.list-item>a,
.primary-navigation .widget-area .widget.festival-area ul .menu-item.list-item>a,
.widget-area .widget.festival-schedule ul .primary-navigation .menu-item.list-item>a,
.primary-navigation .widget-area .widget.festival-schedule ul .menu-item.list-item>a,
.widget-area .widget.festival-features ul .primary-navigation .menu-item.list-item>a,
.primary-navigation .widget-area .widget.festival-features ul .menu-item.list-item>a,
.primary-navigation .menu-item>a,
.widget-area .widget.widget_text a,
.widget-area .widget.festival-area .label-large.widget-title,
.widget-area .widget.festival-area .primary-navigation .menu-item>a.widget-title,
.primary-navigation .widget-area .widget.festival-area .menu-item>a.widget-title,
.widget-area .widget.festival-area .widget.widget_text a.widget-title,
.widget-area .widget.widget_text .widget.festival-area a.widget-title,
.widget-area .widget.festival-schedule .label-large.widget-title,
.widget-area .widget.festival-schedule .primary-navigation .menu-item>a.widget-title,
.primary-navigation .widget-area .widget.festival-schedule .menu-item>a.widget-title,
.widget-area .widget.festival-schedule .widget.widget_text a.widget-title,
.widget-area .widget.widget_text .widget.festival-schedule a.widget-title,
.widget-area .widget.festival-features .label-large.widget-title,
.widget-area .widget.festival-features .primary-navigation .menu-item>a.widget-title,
.primary-navigation .widget-area .widget.festival-features .menu-item>a.widget-title,
.widget-area .widget.festival-features .widget.widget_text a.widget-title,
.widget-area .widget.widget_text .widget.festival-features a.widget-title {
    font-size: 1.4rem;
}

.date,
.single .entry-header .entry-meta {
    color: #575757;
    font-size: 1.2rem;
    display: inline-block;
}

.category-group .category {
    margin-right: 0.5rem;
}

.post .category-group {
    display: block;
}

.single .post.format-aside .category-group {
    text-align: center;
}

.category-group-2 {
    margin: 1.0rem 0 0;
}

.category-group-2 a {
    color: inherit;
    font-size: inherit;
    display: inline-block;
    padding: 0 0.5rem;
}

.section-title .en-title {
    font-family: "Roboto Condensed", sans-serif;
    font-size: 2.2rem;
    font-weight: 400;
    color: #313131;
    display: inline-block;
    text-transform: uppercase;
}

.section-title .ja-title {
    display: inline-block;
}

.section-title .ja-title::before {
    content: "/";
    font-family: "Roboto Condensed", sans-serif;
    display: inline-block;
    color: #969696;
    padding-right: 0.5rem;
}

.card {
    display: block;
    margin: 0 0 15px;
    padding: 0 0 15px;
}

.card .category-group {
    display: inline-block;
}

.card .entry-thumbnail {
    font-size: 0;
}

.card .entry-title {
    margin: 0;
    font-size: 1.4rem;
    padding-top: 0.5rem;
}

.card .entry-title>a {
    font-size: 1.4rem;
}

.card .entry-excerpt {
    color: #575757;
    font-size: 1.2rem;
    padding-top: 15px;
}

.card .entry-summary {
    padding-top: 1.0rem;
    padding-bottom: 1.5rem;
}

.slick-slide .card {
    margin: 0 0 0;
    padding: 0 0 0;
}

.slick-slide .card .entry-summary {
    padding-top: 0;
    padding-left: 1.0rem;
}

.card-double-column,
.archive .card,
.index .card,
.home .featured .card,
.content-related .card,
.is-mobile .content-latest .card,
.is-mobile .content-column .card,
.is-mobile .content-report .card,
.is-mobile .content-overseas .card,
.is-mobile .content-related .card,
.single-festival .entry-content .festival-related-articles .card {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}

.card-double-column .entry-thumbnail,
.archive .card .entry-thumbnail,
.index .card .entry-thumbnail,
.home .featured .card .entry-thumbnail,
.content-related .card .entry-thumbnail,
.is-mobile .content-latest .card .entry-thumbnail,
.is-mobile .content-column .card .entry-thumbnail,
.is-mobile .content-report .card .entry-thumbnail,
.is-mobile .content-overseas .card .entry-thumbnail,
.single-festival .entry-content .festival-related-articles .card .entry-thumbnail {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
}

.card-double-column .entry-summary,
.archive .card .entry-summary,
.index .card .entry-summary,
.home .featured .card .entry-summary,
.content-related .card .entry-summary,
.is-mobile .content-latest .card .entry-summary,
.is-mobile .content-column .card .entry-summary,
.is-mobile .content-report .card .entry-summary,
.is-mobile .content-overseas .card .entry-summary,
.single-festival .entry-content .festival-related-articles .card .entry-summary {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    -ms-flex: 0 0 3;
    flex: 0 0 3;
    padding-top: 0;
    padding-left: 1.5rem;
}

.is-mobile .card-double-column,
.is-mobile .archive .card,
.archive .is-mobile .card,
.is-mobile .index .card,
.index .is-mobile .card,
.is-mobile .home .featured .card,
.home .featured .is-mobile .card,
.content-related .is-mobile .card,
.is-mobile .content-latest .card,
.is-mobile .content-column .card,
.is-mobile .content-report .card,
.is-mobile .content-overseas .card,
.is-mobile .content-related .card,
.is-mobile .single-festival .entry-content .festival-related-articles .card,
.single-festival .entry-content .festival-related-articles .is-mobile .card {
    border-bottom: 1px solid #EFEFEF;
}

.is-mobile .card-double-column .entry-summary,
.is-mobile .archive .card .entry-summary,
.archive .is-mobile .card .entry-summary,
.is-mobile .index .card .entry-summary,
.index .is-mobile .card .entry-summary,
.is-mobile .home .featured .card .entry-summary,
.home .featured .is-mobile .card .entry-summary,
.content-related .is-mobile .card .entry-summary,
.is-mobile .content-latest .card .entry-summary,
.is-mobile .content-column .card .entry-summary,
.is-mobile .content-report .card .entry-summary,
.is-mobile .content-overseas .card .entry-summary,
.is-mobile .content-related .card .entry-summary,
.is-mobile .single-festival .entry-content .festival-related-articles .card .entry-summary,
.single-festival .entry-content .festival-related-articles .is-mobile .card .entry-summary {
    padding-top: 0;
    padding-bottom: 0;
}

.card-with-padding .entry-summary,
.content-pickup .card .entry-summary {
    padding: 1.5rem;
}

.card-festival {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    border: 1px solid #D9D9D9;
    margin-bottom: 1.5rem;
    padding: 1.5rem;
    position: relative;
}

.card-festival .link-layer {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.card-festival .category-group {
    display: inline-block;
}

.card-festival .post-thumbnail {
    display: block;
    width: 100px;
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    -ms-flex: 0 0 100px;
    flex: 0 0 100px;
    border: 1px solid #D9D9D9;
}

@media (min-width: 768px) {
    .card-festival .post-thumbnail {
        width: 14rem;
        -webkit-box-flex: 0;
        -moz-box-flex: 0;
        -ms-flex: 0 0 14rem;
        flex: 0 0 14rem;
    }
}

.card-festival .post-thumbnail img {
    display: block;
}

.card-festival .entry-title {
    font-size: 1.4rem;
    margin: 0;
    padding-bottom: 0.5rem;
    border: none;
}

@media (min-width: 768px) {
    .card-festival .entry-title {
        font-size: 1.8rem;
    }
}

.card-festival .entry-title>a {
    font-size: inherit;
}

.card-festival .entry-title>a:hover {
    text-decoration: underline;
}

.card-festival .entry-meta {
    font-size: 1.4rem;
    color: #575757;
}

.card-festival .entry-meta a {
    color: inherit;
}

.card-festival .entry-meta .fest-place,
.card-festival .entry-meta .fest-schedule {
    margin: 0.5rem 0;
}

.card-festival .entry-meta .fest-place::before {
    content: "";
    display: inline-block;
    font-family: "icomoon";
}

.card-festival .entry-meta .fest-schedule::before {
    content: "";
    display: inline-block;
    font-family: "icomoon";
}

.card-festival .entry-meta .fest-excerpt {
    margin: 1.5rem 0 0;
    color: #575757;
    font-size: 1.2rem;
}

.card-festival .entry-summary {
    padding-left: 1.5rem;
}

.home .card-festival {
    margin: 0;
    border: none;
}

.home .card-festival .entry-summary {
    padding: 1.0rem 0 0;
}

.home .card-festival .entry-summary .entry-title {
    font-size: 1.2rem;
    max-height: 60px;
    overflow: hidden;
}

.home .card-festival .entry-summary .entry-meta {
    font-size: 1.2rem;
    padding: 0;
}

.home .card-festival .entry-summary .entry-meta .festival-area {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.home .card-festival .entry-summary .entry-meta .festival-schedule {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.sidebar .card-festival {
    margin: 0 0 1.0rem;
    padding: 0 0 1.0rem;
    height: auto;
    border: none;
    overflow: hidden;
    border-bottom: 1px solid #D9D9D9;
}

.sidebar .card-festival:last-child {
    margin-bottom: 0;
    border-bottom: none;
}

.sidebar .card-festival .post-thumbnail {
    width: 8.0rem;
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    -ms-flex: 0 0 8.0rem;
    flex: 0 0 8.0rem;
}

.sidebar .card-festival .entry-summary {
    padding-left: 1.0rem;
}

.sidebar .card-festival .entry-title {
    font-size: 1.2rem;
}

.sidebar .card-festival .entry-title>a {
    font-size: inherit;
}

.sidebar .card-festival .entry-meta {
    font-size: 1.2rem;
    color: #575757;
    padding-bottom: 0;
}

.sidebar .card-festival .entry-meta a {
    color: #575757;
}

.card-festival-single-column,
.home .card-festival {
    display: block;
    padding: 0;
    height: 100%;
}

.card-festival-single-column .post-thumbnail,
.home .card-festival .post-thumbnail {
    width: 100%;
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    -ms-flex: none;
    flex: none;
}

.card-festival-single-column .entry-title,
.home .card-festival .entry-title {
    font-size: 1.4rem;
}

.breadcrumb {
    font-size: 1.1rem;
}

.breadcrumb a {
    color: #313131;
}

.breadcrumb>li {
    display: inline-block;
}

.breadcrumb>li::after {
    content: "";
    display: inline-block;
    font-family: "icomoon";
    font-size: 0.9rem;
    color: #969696;
}

.breadcrumb>li:last-child::after {
    content: none;
}

.breadcrumb>li>a {
    color: #313131;
}

.breadcrumb>li>a:hover {
    text-decoration: underline;
}

.pagination {
    margin: 30px 0;
}

.pagination .nav-item {
    display: inline-block;
    border-top: 1px solid #D9D9D9;
    border-bottom: 1px solid #D9D9D9;
    border-left: 1px solid #D9D9D9;
    display: inline-block;
    color: inherit;
    font-size: 1.6rem;
    line-height: 4.4rem;
    text-align: center;
    text-decoration: none;
    width: 4.4rem;
    height: 4.4rem;
}

.pagination .nav-item>a {
    display: block;
    color: inherit;
    text-decoration: none;
}

.pagination .nav-item.nav-item-current {
    background: #FFE770;
}

.pagination .nav-item:last-child {
    border-right: 1px solid #D9D9D9;
}

.pagination span {
    display: block;
}

.pagination a:hover {
    background: #D9D9D9;
}

.table {
    max-width: 100%;
    width: 100%;
    border: 1px solid #EFEFEF;
    padding: 1rem;
    display: block;
}

@media (min-width: 768px) {
    .table {
        padding: 2rem;
        display: table;
    }
}

.table tr th,
.table tr td {
    padding: 1rem 0;
    text-align: left;
}

.list-styled .list-item,
.widget-area .widget.festival-area ul .list-item,
.widget-area .widget.festival-schedule ul .list-item,
.widget-area .widget.festival-features ul .list-item {
    border-bottom: 1px solid #D9D9D9;
}

.list-styled .list-item:first-child,
.widget-area .widget.festival-area ul .list-item:first-child,
.widget-area .widget.festival-schedule ul .list-item:first-child,
.widget-area .widget.festival-features ul .list-item:first-child {
    border-top: 1px solid #D9D9D9;
}

.list-styled .list-item>a,
.widget-area .widget.festival-area ul .list-item>a,
.widget-area .widget.festival-schedule ul .list-item>a,
.widget-area .widget.festival-features ul .list-item>a {
    display: block;
    padding: 1.2rem 3rem 1.2rem 0;
    position: relative;
}

.list-styled .list-item>a::before,
.widget-area .widget.festival-area ul .list-item>a::before,
.widget-area .widget.festival-schedule ul .list-item>a::before,
.widget-area .widget.festival-features ul .list-item>a::before {
    content: "";
    display: inline-block;
    font-family: "icomoon";
    display: block;
    width: 3rem;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #969696;
    text-align: center;
    vertical-align: middle;
    line-height: 1.45;
}

.list-styled .list-item>a:hover,
.widget-area .widget.festival-area ul .list-item>a:hover,
.widget-area .widget.festival-schedule ul .list-item>a:hover,
.widget-area .widget.festival-features ul .list-item>a:hover {
    opacity: 0.7;
    cursor: pointer;
}

.list-styled .list-accordion>a::before,
.widget-area .widget.festival-area ul .list-accordion>a::before,
.widget-area .widget.festival-schedule ul .list-accordion>a::before,
.widget-area .widget.festival-features ul .list-accordion>a::before {
    content: "";
    display: inline-block;
    font-family: "icomoon";
    -webkit-transition: -webkit-transform 250ms ease-in;
    transition: -webkit-transform 250ms ease-in;
    transition: transform 250ms ease-in;
    transition: transform 250ms ease-in, -webkit-transform 250ms ease-in;
}

.list-styled .list-accordion .sub-list,
.widget-area .widget.festival-area ul .list-accordion .sub-list,
.widget-area .widget.festival-schedule ul .list-accordion .sub-list,
.widget-area .widget.festival-features ul .list-accordion .sub-list {
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height 350ms ease;
    transition: max-height 350ms ease;
}

.list-styled .list-accordion .sub-list li:last-child,
.widget-area .widget.festival-area ul .list-accordion .sub-list li:last-child,
.widget-area .widget.festival-schedule ul .list-accordion .sub-list li:last-child,
.widget-area .widget.festival-features ul .list-accordion .sub-list li:last-child {
    border-bottom: none;
}

.list-styled .list-accordion .sub-list a,
.widget-area .widget.festival-area ul .list-accordion .sub-list a,
.widget-area .widget.festival-schedule ul .list-accordion .sub-list a,
.widget-area .widget.festival-features ul .list-accordion .sub-list a {
    padding-left: 1.2rem;
}

.list-styled .list-accordion.expand>a::before,
.widget-area .widget.festival-area ul .list-accordion.expand>a::before,
.widget-area .widget.festival-schedule ul .list-accordion.expand>a::before,
.widget-area .widget.festival-features ul .list-accordion.expand>a::before {
    -webkit-transform: rotate(180deg) translateY(50%);
    -ms-transform: rotate(180deg) translateY(50%);
    transform: rotate(180deg) translateY(50%);
}

.list-styled .list-accordion.expand .sub-list,
.widget-area .widget.festival-area ul .list-accordion.expand .sub-list,
.widget-area .widget.festival-schedule ul .list-accordion.expand .sub-list,
.widget-area .widget.festival-features ul .list-accordion.expand .sub-list {
    max-height: 2000px;
}

.read-more-link {
    position: relative;
    height: 3.4rem;
}

.read-more-link::before {
    content: "";
    background: #969696;
    width: 100%;
    height: 1px;
    position: absolute;
    top: 50%;
}

.read-more-link .button,
.read-more-link .single .next-pege-link,
.single .read-more-link .next-pege-link {
    background: #fff;
    position: absolute;
    top: 0;
    right: 0;
    padding-right: 3.6rem;
    padding-left: 2.4rem;
    border: 1px solid #969696;
    font-size: 1.2rem;
    font-weight: bold;
}

.read-more-link .button::after,
.read-more-link .single .next-pege-link::after,
.single .read-more-link .next-pege-link::after {
    position: absolute;
    top: 0;
    right: .5rem;
    -webkit-transition: 250ms ease-out;
    transition: 250ms ease-out;
}

.read-more-link .button:hover,
.read-more-link .single .next-pege-link:hover,
.single .read-more-link .next-pege-link:hover,
.read-more-link .button:focus,
.read-more-link .single .next-pege-link:focus,
.single .read-more-link .next-pege-link:focus {
    text-decoration: none;
}

.read-more-link .button:hover::after,
.read-more-link .single .next-pege-link:hover::after,
.single .read-more-link .next-pege-link:hover::after,
.read-more-link .button:focus::after,
.read-more-link .single .next-pege-link:focus::after,
.single .read-more-link .next-pege-link:focus::after {
    position: absolute;
    top: 0;
    right: 0rem;
}

@media (min-width: 768px) {
    .share-sticky {
        position: absolute;
        width: 7rem;
        -webkit-transform: translateX(-10rem);
        -ms-transform: translateX(-10rem);
        transform: translateX(-10rem);
        padding-bottom: 3rem;
    }
}

@media (min-width: 768px) {
    .share-sticky.sticky {
        position: fixed;
        top: 3rem;
    }

    .share-sticky.sticky.sticky-over {
        position: absolute;
        top: auto;
        bottom: 0;
    }
}

.share-sticky .share-sticky-button {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-left: -0.2rem;
    margin-right: -0.2rem;
    list-style: none;
    padding: 0;
}

.share-sticky .share-sticky-button>li {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
    padding-right: 0.2rem;
    padding-left: 0.2rem;
    font-size: 2.2rem;
    line-height: 3.6rem;
    border: 1px solid #D9D9D9;
    vertical-align: middle;
}

.share-sticky .share-sticky-button>li+li {
    border-left: none;
}

.share-sticky .share-sticky-button>li>a {
    display: block;
    text-align: center;
}

.share-sticky .share-sticky-button>li.social-button-facebook a {
    color: #3B5998;
}

.share-sticky .share-sticky-button>li.social-button-facebook a:hover {
    color: #ffffff;
    text-decoration: none;
    background-color: #3B5998;
}

.share-sticky .share-sticky-button>li.social-button-hatebu a {
    color: #008FDE;
}

.share-sticky .share-sticky-button>li.social-button-hatebu a:hover {
    color: #ffffff;
    text-decoration: none;
    background-color: #008FDE;
}

.share-sticky .share-sticky-button>li.social-button-instagram a {
    color: #D93177;
}

.share-sticky .share-sticky-button>li.social-button-instagram a:hover {
    color: #ffffff;
    text-decoration: none;
    background-color: #D93177;
}

.share-sticky .share-sticky-button>li.social-button-line a {
    color: #00C300;
}

.share-sticky .share-sticky-button>li.social-button-line a:hover {
    color: #ffffff;
    text-decoration: none;
    background-color: #00C300;
}

.share-sticky .share-sticky-button>li.social-button-spotify a {
    color: #1ED760;
}

.share-sticky .share-sticky-button>li.social-button-spotify a:hover {
    color: #ffffff;
    text-decoration: none;
    background-color: #1ED760;
}

.share-sticky .share-sticky-button>li.social-button-twitter a {
    color: #1DA1F2;
}

.share-sticky .share-sticky-button>li.social-button-twitter a:hover {
    color: #ffffff;
    text-decoration: none;
    background-color: #1DA1F2;
}

@media (min-width: 768px) {
    .share-sticky .share-sticky-button {
        margin-left: 0;
        margin-right: 0;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-flow: column;
        flex-flow: column;
    }

    .share-sticky .share-sticky-button>li {
        -webkit-box-flex: 0;
        -moz-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        padding-right: 0;
        padding-left: 0;
        line-height: 4.2rem;
    }

    .share-sticky .share-sticky-button>li+li {
        border-left: 1px solid #D9D9D9;
        border-top: none;
    }
}

.share-button {
    border-top: 1px solid #D9D9D9;
    padding: 2rem 0;
}

@media (max-width: 576px) {
    .share-button .row {
        margin-right: -5px;
        margin-left: -5px;
    }

    .share-button .row>[class*="col-"] {
        padding-right: 5px;
        padding-left: 5px;
    }
}

.share-button a {
    color: #ffffff;
    text-align: center;
    display: block;
    border-radius: 0.4rem;
    line-height: 4rem;
    font-size: 1.2rem;
}

.share-button a>span {
    font-size: 1.6rem;
    vertical-align: middle;
    margin-right: 1rem;
}

@media (min-width: 768px) {
    .share-button a {
        line-height: 5.4rem;
        font-size: 1.6rem;
    }

    .share-button a>span {
        line-height: 5.4rem;
        font-size: 2.6rem;
    }
}

.share-button a.share-button-facebook {
    background-color: #3B5998;
}

.share-button a.share-button-hatebu {
    background-color: #008FDE;
}

.share-button a.share-button-instagram {
    background-color: #D93177;
}

.share-button a.share-button-line {
    background-color: #00C300;
}

.share-button a.share-button-spotify {
    background-color: #1ED760;
}

.share-button a.share-button-twitter {
    background-color: #1DA1F2;
}

.share-button a:hover {
    opacity: 0.7;
    text-decoration: none;
}

.follow-box {
    border: 1px solid #D9D9D9;
    padding: 2rem;
}

@media (min-width: 768px) {
    .follow-box {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -moz-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding: 0;
    }
}

.follow-box .social-icon {
    text-align: center;
    font-size: 0;
}

.follow-box .social-icon .social-icon-image {
    width: 9.2rem;
    height: 9.2rem;
}

.follow-box .follow-box-title {
    font-size: 1.6rem;
    font-weight: 400;
    padding: 0 2rem;
}

.follow-box .social-link-nav {
    text-align: center;
}

@media (min-width: 768px) {
    .follow-box .social-link-nav {
        padding-right: 2rem;
    }
}

.follow-box .social-link-nav>li {
    font-size: 1.2rem;
    display: inline-block;
    min-width: 8rem;
    line-height: 2.8rem;
    margin: 0.3rem;
}

.follow-box .social-link-nav>li>a {
    display: block;
    color: #ffffff;
    text-align: center;
    border-radius: 0.3rem;
    padding: 0 1rem;
}

.follow-box .social-link-nav>li.link-facebook a {
    background-color: #3B5998;
}

.follow-box .social-link-nav>li.link-hatebu a {
    background-color: #008FDE;
}

.follow-box .social-link-nav>li.link-instagram a {
    background-color: #D93177;
}

.follow-box .social-link-nav>li.link-line a {
    background-color: #00C300;
}

.follow-box .social-link-nav>li.link-spotify a {
    background-color: #1ED760;
}

.follow-box .social-link-nav>li.link-twitter a {
    background-color: #1DA1F2;
}

.wpcf7-form {
    margin: 0 -15px 15px;
    padding: 15px;
    background: #EFEFEF;
}

@media (min-width: 768px) {
    .wpcf7-form {
        margin: 0 0 15px;
        padding: 30px;
    }
}

.wpcf7-form .required {
    color: #FC4242;
}

.wpcf7-form .form-group {
    margin-bottom: 15px;
}

@media (min-width: 768px) {
    .wpcf7-form .form-group {
        margin-bottom: 30px;
    }
}

.wpcf7-form .form-group:last-child {
    margin-bottom: 0;
}

.wpcf7-form .form-group label {
    display: inline-block;
    font-size: 1.4rem;
    font-weight: 400;
    margin-bottom: 1.2rem;
}

.wpcf7-form .form-group br {
    display: none;
}

.wpcf7-form .form-group .form-control {
    display: block;
    width: 100%;
    max-width: 100%;
    height: 3.4rem;
    padding: 0 15px;
    line-height: 3.4rem;
    color: inherit;
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #D9D9D9;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: border-color 250ms ease, -webkit-box-shadow 250ms ease;
    transition: border-color 250ms ease, -webkit-box-shadow 250ms ease;
    transition: border-color 250ms ease, box-shadow 250ms ease;
    transition: border-color 250ms ease, box-shadow 250ms ease, -webkit-box-shadow 250ms ease;
}

.wpcf7-form .form-group .form-control:focus {
    border-color: rgba(0, 174, 214, 0.8);
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(0, 174, 214, 0.6);
}

.wpcf7-form .form-group .form-controlinput[type="text"],
.wpcf7-form .form-group .form-controlinput[type="email"],
.wpcf7-form .form-group .form-controlinput[type="url"],
.wpcf7-form .form-group .form-controlinput[type="password"],
.wpcf7-form .form-group .form-controlinput[type="search"],
.wpcf7-form .form-group .form-controlinput[type="number"],
.wpcf7-form .form-group .form-controlinput[type="tel"],
.wpcf7-form .form-group .form-controlinput[type="range"],
.wpcf7-form .form-group .form-controlinput[type="date"],
.wpcf7-form .form-group .form-controlinput[type="month"],
.wpcf7-form .form-group .form-controlinput[type="week"],
.wpcf7-form .form-group .form-controlinput[type="time"],
.wpcf7-form .form-group .form-controlinput[type="datetime"],
.wpcf7-form .form-group .form-controlinput[type="datetime-local"],
.wpcf7-form .form-group .form-controlinput[type="color"],
.wpcf7-form .form-group .form-controltextarea {
    color: inherit;
    background: #ffffff;
    background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
    border: 1px solid #D9D9D9;
    border-radius: 3px;
    display: block;
    padding: 7.5px;
}

.wpcf7-form .form-group textarea {
    min-height: 15rem;
}

.wpcf7-form .form-group select {
    border: 1px solid #D9D9D9;
    border-radius: 3px;
    max-width: 100%;
}

.wpcf7-form .form-group input[type="radio"],
.wpcf7-form .form-group input[type="checkbox"] {
    margin-right: 5px;
}

.wpcf7-form .form-group input[type="radio"]+label,
.wpcf7-form .form-group input[type="checkbox"]+label {
    font-weight: 400;
}

.wpcf7-form .form-group button,
.wpcf7-form .form-group input[type="button"],
.wpcf7-form .form-group input[type="submit"] {
    -webkit-appearance: none;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    padding-right: 45px;
    padding-left: 45px;
    display: inline-block;
    color: #ffffff;
    background: #313131;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
    cursor: pointer;
    -webkit-transition: 250ms ease-out;
    transition: 250ms ease-out;
}

.wpcf7-form .form-group button:hover,
.wpcf7-form .form-group button:focus,
.wpcf7-form .form-group button:active,
.wpcf7-form .form-group input[type="button"]:hover,
.wpcf7-form .form-group input[type="button"]:focus,
.wpcf7-form .form-group input[type="button"]:active,
.wpcf7-form .form-group input[type="submit"]:hover,
.wpcf7-form .form-group input[type="submit"]:focus,
.wpcf7-form .form-group input[type="submit"]:active {
    outline: none;
    background: #575757;
}

.slider-box {
    overflow-y: hidden;
    overflow-x: auto;
    margin: 0 -15px;
}

@media (min-width: 768px) {
    .slider-box {
        margin: 0;
        position: relative;
    }
}

.slider-box .slider-area {
    width: 500%;
    padding: 0 15px;
}

@media (min-width: 768px) {
    .slider-box .slider-area {
        width: 200%;
        padding: 0;
        left: 0;
        -webkit-transition: margin 250ms ease;
        transition: margin 250ms ease;
    }
}

.slider-box .slider-area.left-0 {
    margin-left: 0%;
}

.slider-box .slider-area.left-1 {
    margin-left: -100%;
}

.slider-box .slider-area.left-2 {
    margin-left: -200%;
}

.slider-box .slider-area.left-3 {
    margin-left: -300%;
}

.slider-box .slider-area.left-4 {
    margin-left: -400%;
}

.slider-box .slider-area.left-5 {
    margin-left: -500%;
}

.slider-box .slider-area.left-6 {
    margin-left: -600%;
}

.slider-box .slider-area.left-7 {
    margin-left: -700%;
}

.slider-box .slider-area.left-8 {
    margin-left: -800%;
}

.slider-box .slider-area.left-9 {
    margin-left: -900%;
}

.slider-box .slider-area.left-10 {
    margin-left: -1000%;
}

.slider-box-wrapper {
    position: relative;
}

.slider-box-wrapper .slider-control {
    position: absolute;
    display: none;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 4.4rem;
    height: 4.4rem;
}

.slider-box-wrapper .slider-control.disable {
    color: #EFEFEF;
}

@media (min-width: 768px) {
    .slider-box-wrapper .slider-control {
        display: block;
    }

    .slider-box-wrapper .slider-control:hover {
        opacity: 0.7;
        cursor: pointer;
    }

    .slider-box-wrapper .slider-control:hover.disable {
        opacity: 1;
        cursor: default;
    }
}

.slider-box-wrapper .slider-control.prev {
    left: -4.4rem;
}

.slider-box-wrapper .slider-control.next {
    right: -4.4rem;
}

.chapter {
    padding: 45px 0;
}

@media (min-width: 768px) {
    .chapter {
        padding: 60px 0;
    }
}

.chapter .section-title {
    padding: 0 0 30px;
}

.site-branding {
    position: relative;
    min-height: 9.4rem;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (min-width: 768px) {
    .site-branding {
        min-height: 22rem;
        padding-top: 4.4rem;
    }
}

.site-branding .site-title {
    width: auto;
}

.site-branding .site-title a {
    display: inline-block;
    height: 5.51rem;
}

.site-branding .site-title img {
    height: 100%;
}

.site-branding .site-title a:hover {
    opacity: 0.7;
}

@media (min-width: 768px) {
    .site-branding .site-title a {
        height: 10.52rem;
    }
}

.site-branding .site-description {
    display: none;
}

@media (min-width: 768px) {
    .site-branding .site-description {
        display: block;
        position: absolute;
        left: 0;
        top: 4.4rem;
        padding-left: 1rem;
        height: 15rem;
        text-align: left;
        line-height: 2rem;
        letter-spacing: 0.2rem;
        font-size: 1.2rem;
        -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
        writing-mode: vertical-rl;
    }
}

.primary-navigation {
    position: absolute;
    top: 0;
    left: 0;
}

@media (min-width: 768px) {
    .primary-navigation {
        width: 100%;
    }
}

.primary-navigation.expanded {
    width: 100%;
    background: rgba(255, 255, 255, 0.95);
    position: fixed;
    z-index: 10;
    right: 0;
    height: 100%;
    overflow: hidden;
}

.primary-navigation.expanded .menu-wrapper {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0 0 9.4rem;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
}

.primary-navigation .menu-toggle {
    width: 4.4rem;
    height: 9.4rem;
    line-height: 9.4rem;
}

@media (min-width: 768px) {
    .primary-navigation .menu-toggle {
        display: none;
    }
}

.primary-navigation .menu-toggle .menu-icon-element {
    width: 2rem;
    height: 0.2rem;
    background: #313131;
    display: block;
    position: absolute;
    top: 4.7rem;
    left: 2rem;
    -webkit-transition: all 250ms ease-in;
    transition: all 250ms ease-in;
}

.primary-navigation .menu-toggle::before,
.primary-navigation .menu-toggle::after {
    content: "";
    width: 2rem;
    height: 0.2rem;
    background: #313131;
    display: block;
    position: absolute;
    left: 2rem;
    -webkit-transition: all 250ms ease-in;
    transition: all 250ms ease-in;
}

.primary-navigation .menu-toggle::before {
    top: 4.1rem;
}

.primary-navigation .menu-toggle::after {
    top: 5.3rem;
}

.primary-navigation.expanded .menu-icon-element {
    width: 0;
}

.primary-navigation.expanded .menu-toggle::before {
    top: 4.7rem;
    -webkit-transform: translate(0.2rem, -0.1rem) rotate(45deg);
    -ms-transform: translate(0.2rem, -0.1rem) rotate(45deg);
    transform: translate(0.2rem, -0.1rem) rotate(45deg);
}

.primary-navigation.expanded .menu-toggle::after {
    top: 4.7rem;
    -webkit-transform: translate(0.2rem, -0.1rem) rotate(-45deg);
    -ms-transform: translate(0.2rem, -0.1rem) rotate(-45deg);
    transform: translate(0.2rem, -0.1rem) rotate(-45deg);
}

.primary-navigation .menu-toggle {
    text-align: center;
}

.primary-navigation .menu-toggle .menu-title {
    display: none;
    vertical-align: middle;
    font-size: 2.2rem;
}

.primary-navigation.expanded .menu-toggle {
    width: 100%;
}

.primary-navigation.expanded .menu-toggle .menu-title {
    display: inline-block;
}

.primary-navigation .menu-primary-container {
    display: none;
}

@media (min-width: 768px) {
    .primary-navigation .menu-primary-container {
        display: block;
    }
}

.primary-navigation .follow-icons {
    display: none;
    position: absolute;
    bottom: 2rem;
    width: 100%;
    text-align: center;
}

.primary-navigation .follow-icons .follow-icon-list {
    display: inline-block;
}

@media (min-width: 768px) {
    .primary-navigation .primary-menu {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        -webkit-box-pack: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.primary-navigation.expanded .menu-primary-container,
.primary-navigation.expanded .follow-icons {
    display: block;
    position: relative;
    bottom: auto;
    margin-top: 15px;
    margin-bottom: 15px;
}

.primary-navigation .menu-item {
    line-height: 4.4rem;
    padding: .5em 0;
    border-bottom: 1px solid #EFEFEF;
}

.primary-navigation .menu-item:first-child {
    border-top: 1px solid #EFEFEF;
}

.primary-navigation .menu-item>a {
    display: block;
    padding: 0 1em;
}

@media (min-width: 768px) {
    .primary-navigation .menu-item {
        padding: 0 15px;
        border-bottom: none;
    }

    .primary-navigation .menu-item:first-child {
        border-top: none;
    }

    .primary-navigation .menu-item>a {
        position: relative;
        font-size: 1.2rem;
        padding: 0;
    }

    .primary-navigation .menu-item>a:hover {
        text-decoration: none;
    }

    .primary-navigation .menu-item>a::before {
        content: '';
        position: absolute;
        bottom: 0%;
        left: 0px;
        width: 100%;
        height: 2px;
        background: #313131;
        display: block;
        -webkit-transform-origin: right top;
        -ms-transform-origin: right top;
        transform-origin: right top;
        -webkit-transform: scale(0, 1);
        -ms-transform: scale(0, 1);
        transform: scale(0, 1);
        -webkit-transition: transform 0.4s cubic-bezier(1, 0, 0, 1);
        -webkit-transition: -webkit-transform 0.4s cubic-bezier(1, 0, 0, 1);
        transition: -webkit-transform 0.4s cubic-bezier(1, 0, 0, 1);
        transition: transform 0.4s cubic-bezier(1, 0, 0, 1);
        transition: transform 0.4s cubic-bezier(1, 0, 0, 1), -webkit-transform 0.4s cubic-bezier(1, 0, 0, 1);
    }

    .primary-navigation .menu-item>a:hover::before {
        -webkit-transform-origin: left top;
        -ms-transform-origin: left top;
        transform-origin: left top;
        -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        transform: scale(1, 1);
    }
}

.primary-navigation .menu-item-has-children {
    display: none;
}

@media (min-width: 768px) {
    .primary-navigation .menu-item-has-children {
        display: block;
        position: relative;
    }

    .primary-navigation .menu-item-has-children::after {
        content: "";
        display: inline-block;
        font-family: "icomoon";
        position: absolute;
        right: 0;
        top: 0;
        color: #969696;
        font-size: 1.2rem;
    }

    .primary-navigation .menu-item-has-children:hover>.sub-menu {
        display: block;
    }
}

.primary-navigation .sub-menu {
    display: none;
    background: #ffffff;
    -webkit-box-shadow: 0 0.3rem 0.5rem rgba(49, 49, 49, 0.1);
    box-shadow: 0 0.3rem 0.5rem rgba(49, 49, 49, 0.1);
    min-width: 18.9rem;
}

@media (min-width: 768px) {
    .primary-navigation .sub-menu .menu-item {
        width: 100%;
        text-align: left;
        padding: 1rem 2rem;
        line-height: 1;
        border-bottom: 1px solid #EFEFEF;
    }
}

.search-navigation {
    position: absolute;
    top: 0;
    right: 0;
    background-color: rgba(255, 255, 255, 0);
    -webkit-transition: background-color 250ms ease-in;
    transition: background-color 250ms ease-in;
    width: 4.4rem;
    height: 9.4rem;
    overflow: hidden;
}

.search-navigation.expanded {
    width: 100%;
    background: rgba(255, 255, 255, 0.95);
    position: fixed;
    z-index: 2;
    left: 0;
    height: 100%;
    overflow: hidden;
}

@media (min-width: 768px) {
    .search-navigation.expanded {
        width: 100%;
    }

    .search-navigation.expanded .container {
        height: 100%;
    }

    .search-navigation.expanded .container .row {
        height: 100%;
        -webkit-box-align: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

.search-navigation .search-toggle {
    width: 4.4rem;
    height: 9.4rem;
    line-height: 9.4rem;
    cursor: pointer;
}

.search-navigation .search-toggle .search-icon-element {
    position: absolute;
    top: 4.7rem;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 2rem;
}

@media (min-width: 768px) {
    .search-navigation .search-toggle .search-icon-element {
        top: 2.2rem;
    }
}

.search-navigation .search-toggle .search-icon-element::after {
    content: "";
    display: inline-block;
    font-family: "icomoon";
    width: 2rem;
    display: block;
    -webkit-transition: all 250ms ease-in;
    transition: all 250ms ease-in;
    font-style: normal;
}

.search-navigation.expanded .search-icon-element::after {
    content: "";
    display: inline-block;
    font-family: "icomoon";
}

@media (min-width: 768px) {
    .search-navigation.expanded .search-icon-element {
        padding-right: 1.5rem;
    }
}

.search-navigation .search-toggle {
    text-align: center;
}

.search-navigation .search-toggle .menu-title {
    display: none;
    vertical-align: middle;
    font-size: 2.2rem;
}

.search-navigation.expanded .search-toggle {
    width: 100%;
}

.search-navigation.expanded .search-toggle .menu-title {
    display: inline-block;
}

@media (min-width: 768px) {
    .search-navigation.expanded .search-toggle {
        position: absolute;
    }

    .search-navigation.expanded .search-toggle .menu-title {
        display: none;
    }
}

.search-navigation .search-container {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 250ms ease-in;
    transition: opacity 250ms ease-in;
    width: 100%;
}

.search-navigation.expanded .search-container {
    visibility: visible;
    opacity: 1;
}

.search-navigation .search-box {
    border-bottom: 2px solid #313131;
    padding-left: 4.4rem;
    position: relative;
}

.search-navigation .search-box::before {
    content: "";
    display: inline-block;
    font-family: "icomoon";
    position: absolute;
    top: 0;
    left: 0;
    line-height: 4.4rem;
    width: 4.4rem;
    text-align: center;
}

.search-navigation .search-box .search-field {
    background: rgba(255, 255, 255, 0);
    border: none;
    line-height: 4.4rem;
    width: 100%;
}

.search-navigation .search-box .search-field:focus {
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
}

.search-navigation .search-box .search-submit {
    display: none;
}

.entry-content {
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    word-wrap: break-word;
    /* Make sure embeds and iframes fit their containers. */
    /* Remove bottom on embeds that wrapped in paragraphs via wpautop. */
}

.entry-content>p {
    font-size: 1.6rem;
    margin-bottom: 3.2rem;
    line-height: 1.9;
}

.entry-content>p a {
    color: #00AED6;
}

.entry-content>p img {
    display: block;
    max-width: 100%;
    height: auto;
    padding: 1.6rem 0;
}

.entry-content>h1,
.entry-content>h2,
.entry-content>h3,
.entry-content>h4,
.entry-content>h5,
.entry-content>h6 {
    margin: 45px 0 1.6rem;
    padding: 0;
    line-height: 1.45;
}

.entry-content>h1 {
    font-size: 2.6rem;
}

.entry-content>h2 {
    font-size: 2.2rem;
    padding-bottom: 1.6rem;
    border-bottom: 1px solid #D9D9D9;
}

.entry-content>h3 {
    font-size: 1.8rem;
}

.entry-content>h4 {
    font-size: 1.6rem;
}

.entry-content>h5 {
    font-size: 1.4rem;
}

@media (min-width: 576px) {
    .entry-content>h2 {
        font-size: 2.6rem;
        border-bottom: 2px solid #D9D9D9;
    }
}

.entry-content .card-festival .post-thumbnail {
    margin-bottom: 0;
}

.entry-content .card-festival .entry-title {
    padding-bottom: 0;
    border: none;
}

.entry-content ul,
.entry-content ol {
    font-size: 1.6rem;
    margin-bottom: 3.2rem;
    padding-left: 1.6rem;
    line-height: 3.2rem;
}

.entry-content ul {
    list-style: disc;
}

.entry-content ol {
    list-style: decimal;
}

.entry-content blockquote {
    color: #313131;
    font-size: 1.4rem;
    font-style: normal;
    line-height: 1.9;
    margin: 3.2rem 0;
    overflow: hidden;
    padding: 3.2rem;
    background: #EFEFEF;
}

.entry-content blockquote>p {
    font-size: 1.6rem;
    margin-bottom: 3.2rem;
    line-height: 1.9;
}

.entry-content blockquote>p:last-child,
.entry-content blockquote>ul:last-child,
.entry-content blockquote>ol:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
}

.entry-content blockquote cite,
.entry-content blockquote small {
    font-size: 1.2rem;
    font-style: normal;
    line-height: 1.45;
}

.entry-content blockquote a {
    color: #00AED6;
}

.entry-content .alignleft {
    display: inline;
    float: left;
    margin-right: 3.2rem;
}

.entry-content .alignright {
    display: inline;
    float: right;
    margin-left: 3.2rem;
}

.entry-content .aligncenter {
    clear: both;
    display: block;
    margin-right: auto;
    margin-left: auto;
}

.entry-content .video {
    height: 0;
    padding-bottom: 56.25%;
    position: relative;
    margin-bottom: 3.2rem;
}

.entry-content .video>iframe,
.entry-content .video>object,
.entry-content .video>embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.entry-content embed,
.entry-content iframe,
.entry-content object {
    margin-bottom: 3.2rem;
    max-width: 100%;
}

.entry-content p>embed:only-child,
.entry-content p>iframe:only-child,
.entry-content p>object:only-child {
    margin-bottom: 0;
}

.entry-content figure {
    max-width: 100%;
}

.entry-content .wp-caption {
    display: block;
    margin: 0 auto 3.2rem;
    max-width: 100%;
}

.entry-content .wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.entry-content .wp-caption-text {
    display: block;
    margin: 0;
    padding: 0.53333rem 0;
    color: #575757;
    font-size: 1.2rem;
    text-align: center;
}

.entry-content .gallery-item {
    display: inline-block;
    text-align: left;
    vertical-align: top;
    margin: 0 0 3.2rem;
    padding: 0 0.8rem 0 0;
    width: 50%;
}

.entry-content .gallery-columns-1 .gallery-item {
    width: 100%;
}

.entry-content .gallery-columns-2 .gallery-item {
    max-width: 50%;
}

.entry-content .gallery-columns-3 .gallery-item {
    max-width: 33.33%;
}

.entry-content .gallery-columns-4 .gallery-item {
    max-width: 25%;
}

.entry-content .gallery-columns-5 .gallery-item {
    max-width: 20%;
}

.entry-content .gallery-columns-6 .gallery-item {
    max-width: 16.66%;
}

.entry-content .gallery-columns-7 .gallery-item {
    max-width: 14.28%;
}

.entry-content .gallery-columns-8 .gallery-item {
    max-width: 12.5%;
}

.entry-content .gallery-columns-9 .gallery-item {
    max-width: 11.11%;
}

.entry-content .gallery-item a img {
    display: block;
}

.entry-content .amazlet-box {
    background: #EFEFEF;
    padding: 15px;
    margin-bottom: 1.6rem !important;
}

.entry-content .amazlet-box .amazlet-name {
    font-size: 1.4rem;
    font-weight: bold;
}

.entry-content .amazlet-box .amazlet-name .amazlet-powered-date {
    display: none;
}

.entry-content .amazlet-box .amazlet-detail {
    font-size: 1.2rem;
}

.entry-content .amazlet-box .amazlet-sub-info {
    font-size: 1.4rem;
    font-weight: bold;
}

.entry-content .amazlet-box a {
    color: #00AED6;
}

.entry-footer {
    padding-bottom: 2rem;
}

.entry-footer .tag-list {
    margin: 0 0 15px;
    padding: 15px 0;
    border-top: 1px solid #D9D9D9;
    border-bottom: 1px solid #D9D9D9;
}

.entry-footer .chapter {
    margin: 0 0 15px;
    padding: 15px 0 0;
}

.entry-footer .share-button {
    margin-top: 2rem;
}

.entry-footer .follow-box {
    margin-bottom: 2rem;
}

.entry-footer .top-main-ad {
    margin-bottom: 2rem;
}

.site-header {
    border-bottom: 3px solid #313131;
}

.site-header .container {
    position: relative;
}

.site-header .follow-icons {
    display: none;
}

@media (min-width: 768px) {
    .site-header .follow-icons {
        display: block;
        position: absolute;
        width: 6.0rem;
        right: 0;
        top: 50%;
        -webkit-transform: translate3d(0, -50%, 0);
        transform: translate3d(0, -50%, 0);
    }
}

.site-header ul.follow-icon-list {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.site-header ul.follow-icon-list li {
    width: 3.0rem;
    text-align: center;
}

.site-header ul.follow-icon-list li.link-facebook a {
    color: #3B5998;
}

.site-header ul.follow-icon-list li.link-hatebu a {
    color: #008FDE;
}

.site-header ul.follow-icon-list li.link-instagram a {
    color: #D93177;
}

.site-header ul.follow-icon-list li.link-line a {
    color: #00C300;
}

.site-header ul.follow-icon-list li.link-spotify a {
    color: #1ED760;
}

.site-header ul.follow-icon-list li.link-twitter a {
    color: #1DA1F2;
}

.site-header ul.follow-icon-list a {
    display: block;
    text-decoration: none;
}

.site-header ul.follow-icon-list a:hover,
.site-header ul.follow-icon-list a:focus {
    opacity: 0.7;
}

.site-footer {
    padding: 60px 0 0;
    background: #1D1D1D;
}

.site-footer .widget {
    margin: 0 0 15px;
}

.site-footer .widget .widget-title {
    margin: 0 0 15px;
    color: #ffffff;
    font-size: 1.4rem;
}

.site-footer .widget ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.site-footer .widget ul a {
    color: #ffffff;
    font-size: 1.4rem;
    line-height: 1.9;
}

.site-footer .widget.custom-menu ul.footer-custom-menu>li.menu-item {
    padding-right: 7px;
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

@media (min-width: 992px) {
    .site-footer .widget.custom-menu ul.footer-custom-menu>li.menu-item {
        padding-right: 0;
        -webkit-box-flex: 0;
        -moz-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    }
}

.site-footer .widget.festival-area ul.list-menu>li.list-item {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    margin: 0 0 15px;
    padding: 0 15px 0 0;
}

@media (min-width: 768px) {
    .site-footer .widget.festival-area ul.list-menu>li.list-item {
        -webkit-box-flex: 0;
        -moz-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
    }
}

.site-footer .widget.festival-area ul.list-menu>li.list-item:last-child {
    padding: 0;
}

.site-footer .widget.festival-area ul.list-menu>li.list-item>ul.sub-list>li.list-item {
    padding: 0 7px 0 0;
}

.site-footer .widget.festival-area ul.list-menu>li.list-item>ul.sub-list>li.list-item:last-child {
    padding: 0;
}

.site-footer .widget.festival-schedule ul.list-menu li+li {
    padding: 0 0 0 7px;
}

.site-footer .footer-navigation {
    margin: 15px 0;
    padding: 15px 0 0;
    border-top: 1px solid #575757;
}

@media (min-width: 768px) {
    .site-footer .footer-navigation {
        margin: 15px 0;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -moz-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}

.site-footer .footer-navigation ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.site-footer .footer-navigation ul li+li {
    margin: 0 0 0 15px;
}

.site-footer .footer-navigation ul a {
    color: #ffffff;
}

.site-footer .footer-navigation ul.footer-menu {
    margin: 0 0 15px;
}

@media (min-width: 768px) {
    .site-footer .footer-navigation ul.footer-menu {
        margin: 0;
    }
}

.site-footer .footer-navigation ul.footer-menu a {
    font-size: 1.2rem;
}

.site-footer .footer-navigation ul.follow-icon-list a {
    display: block;
    text-decoration: none;
}

.site-footer .footer-navigation ul.follow-icon-list a:hover,
.site-footer .footer-navigation ul.follow-icon-list a:focus {
    opacity: 0.7;
}

.site-footer .site-info {
    padding: 0 0 15px;
    color: #575757;
    font-size: 1.1rem;
    text-align: center;
}

.site-footer .site-info a {
    color: inherit;
}

@media (min-width: 768px) {
    .site-footer .site-info {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -moz-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        text-align: left;
    }
}

.widget-area .widget {
    margin: 0 0 45px;
}

.widget-area .widget a {
    color: inherit;
}

.widget-area .widget .widget-title {
    margin: 0 0 30px;
    padding: 0;
    text-transform: uppercase;
    font-family: "Roboto Condensed", sans-serif;
    text-align: center;
    font-size: 1.8rem;
    letter-spacing: 0.2rem;
}

.widget-area .widget.widget_text {
    text-align: center;
}

.widget-area .widget.widget_text a img:hover:hover {
    opacity: 0.7;
}

.widget-area .widget.widget-ad a {
    display: block;
}

.widget-area .widget.widget-ad img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.widget-area .widget.festival-area .widget-title,
.widget-area .widget.festival-schedule .widget-title,
.widget-area .widget.festival-features .widget-title {
    margin: 0 0 15px;
    letter-spacing: 0;
    text-align: left;
    padding-top: 1rem;
}

.widget-area .widget.festival-area ul li,
.widget-area .widget.festival-schedule ul li,
.widget-area .widget.festival-features ul li {
    margin: 0;
}

.widget-area .widget .widget.upcoming-fests .card-festival .entry-meta .festival-area {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.widget-area .popular-posts>ul {
    padding-left: 0;
    list-style: none;
    counter-reset: rank;
}

.widget-area .popular-posts>ul li {
    position: relative;
    margin: 0 0 15px;
    padding: 0;
}

.widget-area .popular-posts>ul li:last-child {
    margin-bottom: 0;
}

.widget-area .popular-posts>ul li::after {
    counter-increment: rank;
    content: counter(rank);
    position: absolute;
    width: 2.4rem;
    height: 2.4rem;
    font-size: 1.4rem;
    line-height: 1;
    color: #ffffff;
    top: 0;
    left: 0;
    background: #313131;
    text-align: center;
    line-height: 2.4rem;
    z-index: auto;
}

.widget-area .popular-posts a {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.widget-area .popular-posts .thumbnail {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    -ms-flex: 0 0 8.0rem;
    flex: 0 0 8.0rem;
}

.widget-area .popular-posts .thumbnail img {
    display: block;
    max-width: 100%;
    height: auto;
}

.widget-area .popular-posts .entry-title {
    margin: 0;
    padding: 0 0 0 10px;
    font-size: 13px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.hero-slide,
.fest-slide {
    opacity: 0;
}

.hero-slide.slick-initialized,
.fest-slide.slick-initialized {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    opacity: 0;
}

.post-slide,
.snap-slide {
    opacity: 0;
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
}

.post-slide.slick-initialized,
.snap-slide.slick-initialized {
    opacity: 1;
}

@media (min-width: 768px) {
    .hero-slide .slide-item {
        max-height: 560px;
    }
}

@media (min-width: 768px) {
    .fest-slide .slide-item {
        max-height: 284px;
    }
}

@media (min-width: 768px) {
    .post-slide .slide-item {
        max-height: 318px;
    }
}

.hero-slide {
    margin-left: -15px;
    margin-right: -15px;
    padding-bottom: 44px;
}

.hero-slide .row {
    margin-left: 0;
    margin-right: 0;
}

@media (min-width: 768px) {
    .hero-slide {
        margin-right: 0;
        margin-left: 0;
        padding-bottom: 0;
    }

    .hero-slide .row {
        margin-left: -15px;
        margin-right: -15px;
    }
}

.fest-slide .slick-list,
.post-slide .slick-list,
.snap-slide .slick-list {
    margin-right: -8px;
    margin-left: -8px;
}

@media (min-width: 992px) {

    .fest-slide .slick-list,
    .post-slide .slick-list,
    .snap-slide .slick-list {
        margin-right: -15px;
        margin-left: -15px;
    }
}

.fest-slide .slick-list .slide-item,
.post-slide .slick-list .slide-item,
.snap-slide .slick-list .slide-item {
    padding-right: 8px;
    padding-left: 8px;
}

@media (min-width: 992px) {

    .fest-slide .slick-list .slide-item,
    .post-slide .slick-list .slide-item,
    .snap-slide .slick-list .slide-item {
        padding-right: 15px;
        padding-left: 15px;
    }
}

/* Slick Slider Themes */
.slick-control {
    position: absolute;
    display: block;
    width: 44px;
    height: 44px;
    text-align: center;
    text-decoration: none;
    line-height: 44px !important;
    color: inherit;
    cursor: pointer;
    z-index: 1;
    -webkit-transition: 250ms ease-out;
    transition: 250ms ease-out;
    top: 100%;
}

.slick-control.slick-disabled {
    opacity: 0.25;
}

@media (min-width: 576px) {
    .slick-control {
        top: -62px;
    }
}

.hero-slide .slick-control {
    top: auto;
    bottom: 0;
}

@media (min-width: 576px) {
    .hero-slide .slick-control {
        top: 0;
        bottom: auto;
    }
}

.slick-control.control-next {
    right: 5px;
}

@media (min-width: 576px) {
    .slick-control.control-next {
        right: 5px;
    }

    .slick-control.control-next:not(.slick-disabled):hover,
    .slick-control.control-next:not(.slick-disabled):focus {
        right: 0;
    }
}

.slick-control.control-prev {
    left: 5px;
}

@media (min-width: 576px) {
    .slick-control.control-prev {
        right: 50px;
        left: auto;
    }

    .slick-control.control-prev:not(.slick-disabled):hover,
    .slick-control.control-prev:not(.slick-disabled):focus {
        right: 55px;
    }
}

.slider-for .slick-control,
.single-festival .snap-slide .slick-control {
    top: 50%;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
    color: #ffffff;
    background: rgba(49, 49, 49, 0.8);
    border-radius: 100%;
}

.slider-for .slick-control.control-next,
.single-festival .snap-slide .slick-control.control-next {
    right: 1.0rem;
}

@media (min-width: 576px) {

    .slider-for .slick-control.control-next:not(.slick-disabled):hover,
    .slider-for .slick-control.control-next:not(.slick-disabled):focus,
    .single-festival .snap-slide .slick-control.control-next:not(.slick-disabled):hover,
    .single-festival .snap-slide .slick-control.control-next:not(.slick-disabled):focus {
        right: 0.5rem;
    }
}

.slider-for .slick-control.control-prev,
.single-festival .snap-slide .slick-control.control-prev {
    left: 1.0rem;
}

@media (min-width: 576px) {

    .slider-for .slick-control.control-prev:not(.slick-disabled):hover,
    .slider-for .slick-control.control-prev:not(.slick-disabled):focus,
    .single-festival .snap-slide .slick-control.control-prev:not(.slick-disabled):hover,
    .single-festival .snap-slide .slick-control.control-prev:not(.slick-disabled):focus {
        left: 0.5rem;
    }
}

.slider-for .slick-control .slick-disabled,
.single-festival .snap-slide .slick-control .slick-disabled {
    opacity: 0;
}

.slider-nav .slick-control {
    top: 50%;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
    color: #ffffff;
    background: rgba(49, 49, 49, 0.8);
    border-radius: 100%;
}

.slider-nav .slick-control.control-next {
    right: 1.0rem;
}

@media (min-width: 576px) {

    .slider-nav .slick-control.control-next:not(.slick-disabled):hover,
    .slider-nav .slick-control.control-next:not(.slick-disabled):focus {
        right: 0.5rem;
    }
}

.slider-nav .slick-control.control-prev {
    left: 1.0rem;
}

@media (min-width: 576px) {

    .slider-nav .slick-control.control-prev:not(.slick-disabled):hover,
    .slider-nav .slick-control.control-prev:not(.slick-disabled):focus {
        left: 0.5rem;
    }
}

.slider-nav .slick-control {
    opacity: 0;
}

.slider-nav:hover .slick-control {
    opacity: 100;
}

.slider-for .slick-slide img {
    margin: auto;
}

/* Slick Slider Custom Styles */
.slick-slider {
    position: relative;
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    margin-left: auto;
    margin-right: auto;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

.slick-track::before,
.slick-track::after {
    content: "";
    display: table;
}

.slick-track::after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    min-height: 1px;
    display: none;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

.slider-nav {
    padding: .5rem;
    background: #313131;
}

.slider-nav .slick-slide:not(.slick-current) {
    opacity: 0.5;
}

.content-pickup {
    background: #EFEFEF;
}

.content-pickup .card {
    background: #ffffff;
    height: 100%;
}

.home-featured .entry-thumbnail {
    position: relative;
    margin-right: -15px;
    margin-left: -15px;
}

@media (min-width: 768px) {
    .home-featured .entry-thumbnail {
        margin-right: 0;
        margin-left: 0;
    }
}

.home-featured .entry-summary {
    margin: 15px 0 0 0;
}

@media (min-width: 768px) {
    .home-featured .entry-summary {
        height: 100%;
        padding: 0;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin: 0;
        overflow: hidden;
    }
}

.home-featured .entry-summary .entry-title {
    padding-bottom: 1.6rem;
    line-height: 1.2;
}

.home-featured .entry-summary .entry-title a:hover {
    text-decoration: underline;
}

.home-featured .entry-summary .entry-excerpt {
    font-size: 1.2rem;
    color: #575757;
    line-height: 1.9;
}

.home-featured .slider-indicator {
    position: absolute;
    bottom: 1.5rem;
    right: 50%;
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%);
}

@media (min-width: 768px) {
    .home-featured .slider-indicator {
        right: 0;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }
}

.home-featured .slider-indicator>li {
    display: inline-block;
    width: 0.5rem;
    height: 0.5rem;
    background-color: #ffffff;
    border-radius: 50%;
    -webkit-transition: 250ms ease-in 0.1s;
    transition: 250ms ease-in 0.1s;
}

@media (min-width: 768px) {
    .home-featured .slider-indicator>li {
        background-color: #D9D9D9;
    }
}

.home-featured .slick-slide {
    -webkit-transition: margin 250ms ease-in 0.1s;
    transition: margin 250ms ease-in 0.1s;
}

.home-featured .slick-slide .entry-summary-inner {
    -webkit-transition: 350ms ease-out 0.5s;
    transition: 350ms ease-out 0.5s;
    -webkit-transform: translateY(1rem);
    -ms-transform: translateY(1rem);
    transform: translateY(1rem);
    opacity: 0;
}

.home-featured .slick-slide.slick-current .entry-summary-inner {
    -webkit-transition: 350ms ease-out 0.5s;
    transition: 350ms ease-out 0.5s;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
}

.home-featured .slick-slide.left-0 {
    margin-left: 0%;
}

.home-featured .slick-slide.left-0 .featured-content:nth-of-type(1) .entry-summary-inner {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
}

.home-featured .slick-slide.left-0+.slider-indicator li:nth-of-type(1) {
    background-color: #969696;
}

.home-featured .slick-slide.left-1 {
    margin-left: -100%;
}

.home-featured .slick-slide.left-1 .featured-content:nth-of-type(2) .entry-summary-inner {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
}

.home-featured .slick-slide.left-1+.slider-indicator li:nth-of-type(2) {
    background-color: #969696;
}

.home-featured .slick-slide.left-2 {
    margin-left: -200%;
}

.home-featured .slick-slide.left-2 .featured-content:nth-of-type(3) .entry-summary-inner {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
}

.home-featured .slick-slide.left-2+.slider-indicator li:nth-of-type(3) {
    background-color: #969696;
}

.home-featured .slider-box-wrapper .slider-control {
    color: #ffffff;
    text-align: center;
    display: block;
}

.home-featured .slider-box-wrapper .slider-control.disable {
    color: #575757;
    opacity: 0.7;
}

.home-featured .slider-box-wrapper .slider-control.prev {
    left: 1rem;
}

.home-featured .slider-box-wrapper .slider-control.next {
    right: 1rem;
}

@media (min-width: 768px) {
    .home-featured .slider-box-wrapper .slider-control.next {
        right: auto;
        left: 66.66%;
        -webkit-transform: translate(-6.9rem, -50%);
        -ms-transform: translate(-6.9rem, -50%);
        transform: translate(-6.9rem, -50%);
    }
}

@media (min-width: 768px) {
    .home .site-header {
        z-index: 100;
        position: relative;
        border-bottom: none;
    }
}

.home .home-featured {
    position: relative;
    background-color: #FFE770;
}

@media (min-width: 768px) {
    .home .home-featured {
        background-color: transparent;
    }

    .home .home-featured::before {
        content: "";
        position: absolute;
        top: -30px;
        right: 0;
        left: 0;
        display: block;
        width: 100%;
        height: 100%;
        max-height: 560px;
        background-color: #FFE770;
        z-index: -1;
        -webkit-animation-name: fadeIn;
        animation-name: fadeIn;
        -webkit-animation-delay: 0.5s;
        animation-delay: 0.5s;
        -webkit-animation-duration: 0.5s;
        animation-duration: 0.5s;
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
        opacity: 0;
    }
}

.home .content-recommend-fests {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    opacity: 0;
}

.home .content-recommend-fests .read-more-link {
    margin-top: 4.5rem;
}

.home .content-recommend-fests .festival-links {
    padding: 15px;
    border: 2px solid #313131;
    margin-top: 30px;
}

@media (min-width: 992px) {
    .home .content-recommend-fests .festival-links {
        margin-top: 0;
        height: 100%;
    }
}

.home .content-recommend-fests .festival-links h3 {
    margin: 15px 0 30px;
    font-size: 1.6rem;
    font-weight: normal;
    line-height: 1;
    text-align: center;
}

.home .content-recommend-fests .festival-links h4 {
    margin: 0 0 .5em;
    font-size: 1.4rem;
    line-height: 1;
}

.home .content-recommend-fests .festival-links .area,
.home .content-recommend-fests .festival-links .month {
    margin-bottom: 15px;
}

.home .content-recommend-fests .festival-links ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 1px 1px 0;
}

@media (min-width: 576px) {
    .home .content-recommend-fests .festival-links ul {
        margin: 1px 0 0;
    }
}

@media (min-width: 768px) {
    .home .content-recommend-fests .festival-links ul {
        display: block;
        margin: 0;
    }
}

.home .content-recommend-fests .festival-links ul li {
    margin: -1px 0 0 -1px;
    -ms-flex-preferred-size: 33.3333%;
    flex-basis: 33.3333%;
    padding: 1em 0;
    border: 1px solid #D9D9D9;
    font-size: 1.2rem;
    text-align: center;
    line-height: 1;
}

@media (min-width: 576px) {
    .home .content-recommend-fests .festival-links ul li {
        -ms-flex-preferred-size: 33.3333%;
        flex-basis: 33.3333%;
        font-size: 1.4rem;
    }
}

@media (min-width: 768px) {
    .home .content-recommend-fests .festival-links ul li {
        display: inline-block;
        padding: 0;
        margin: 0 .5em .5em 0;
        border: none;
        text-align: left;
    }
}

.home .content-recommend-fests .festival-links ul li a {
    color: inherit;
}

.home .content-pickup {
    margin: 0 0 45px;
}

@media (min-width: 768px) {
    .home .content-pickup {
        margin: 0 0 60px;
    }
}

.home .content-latest,
.home .content-interview,
.home .content-column,
.home .content-report {
    padding-top: 0;
}

.home .content-latest>.container,
.home .content-interview>.container,
.home .content-column>.container,
.home .content-report>.container {
    padding: 0;
}

.home .content-snaps {
    background: #F1F3F5;
}

.home #sp_front_top_ad {
    padding: 0 0 45px;
    text-align: center;
}

.home #sp_front_top_ad .widget-title {
    margin: 0 0 1rem;
    text-transform: uppercase;
    font-family: "Roboto Condensed", sans-serif;
    text-align: center;
    font-size: 1.8rem;
    font-weight: 600;
    letter-spacing: 0.3rem;
}

.home #sp_front_top_ad a {
    color: inherit;
}

.home #sp_front_top_ad img {
    max-width: 100%;
}

.index .hero-area {
    height: 17rem;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center bottom;
    background-repeat: no-repeat;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
}

@media (min-width: 768px) {
    .index .hero-area {
        height: 27rem;
    }
}

.index .hero-area.hero-festival {
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0, rgba(238, 173, 33, 0.6)), to(#FC4242)), url(assets/images/calender-background.jpg);
    background-image: linear-gradient(to right, rgba(238, 173, 33, 0.6) 0, #FC4242 100%), url(assets/images/calender-background.jpg);
}

.index .hero-area.hero-festival .page-title {
    padding: 0 15px;
    color: #fff;
    font-size: 2.6rem;
    font-weight: bold;
    line-height: 1;
}

.index .hero-area.hero-festival .page-title .small {
    margin-top: 0.5em;
    display: block;
    font-size: 1.8rem;
}

.index .hero-area .hero-description,
.index .hero-area .archive-description {
    color: #ffffff;
    font-size: font-size-xs;
    width: 100%;
}

@media (min-width: 768px) {

    .index .hero-area .hero-description,
    .index .hero-area .archive-description {
        font-size: 1.6rem;
    }
}

.index .hero-area .page-title .label,
.index .hero-area .page-title .section-title .ja-title,
.section-title .index .hero-area .page-title .ja-title,
.index .hero-area .page-title .list-styled .list-item>a,
.list-styled .index .hero-area .page-title .list-item>a,
.index .hero-area .page-title .widget-area .widget.festival-area ul .list-item>a,
.widget-area .widget.festival-area ul .index .hero-area .page-title .list-item>a,
.index .hero-area .page-title .widget-area .widget.festival-schedule ul .list-item>a,
.widget-area .widget.festival-schedule ul .index .hero-area .page-title .list-item>a,
.index .hero-area .page-title .widget-area .widget.festival-features ul .list-item>a,
.widget-area .widget.festival-features ul .index .hero-area .page-title .list-item>a,
.index .hero-area .page-title .primary-navigation .menu-item>a,
.primary-navigation .index .hero-area .page-title .menu-item>a,
.index .hero-area .page-title .widget-area .widget.widget_text a,
.widget-area .widget.widget_text .index .hero-area .page-title a,
.index .hero-area .page-title .widget-area .widget.festival-area .widget-title,
.widget-area .widget.festival-area .index .hero-area .page-title .widget-title,
.index .hero-area .page-title .widget-area .widget.festival-schedule .widget-title,
.widget-area .widget.festival-schedule .index .hero-area .page-title .widget-title,
.index .hero-area .page-title .widget-area .widget.festival-features .widget-title,
.widget-area .widget.festival-features .index .hero-area .page-title .widget-title {
    background: #ffffff;
    color: #313131;
    font-size: 1.8rem;
    padding: 0 .5rem;
    display: inline-block;
    line-height: 1.9;
    vertical-align: middle;
}

.index .index-list {
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
}

.index .page-header .page-title {
    padding-bottom: 3rem;
}

.single .primary {
    padding-top: 15px;
}

@media (min-width: 992px) {
    .single .primary {
        padding-top: 45px;
        padding-right: 30px;
    }
}

@media (min-width: 992px) {
    .single .secondary {
        padding-top: 45px;
        padding-left: 30px;
        border-left: 1px solid #D9D9D9;
    }
}

@media (min-width: 768px) {
    .single .entry-header {
        border-bottom: 1px solid #D9D9D9;
        margin-bottom: 45px;
    }
}

.single .entry-header .single-entry-title {
    padding: 1rem 0;
}

.single .entry-header .entry-meta {
    padding-bottom: 1rem;
}

.format-standard .single .entry-header {
    padding-top: 3rem;
}

@media (min-width: 768px) {
    .format-standard .single .entry-header {
        border-bottom: 2px solid #313131;
    }
}

.format-aside .single .entry-header .category-group {
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    line-height: 1.2;
}

.format-aside .single .entry-header .entry-title {
    padding: 2rem 0;
    text-align: center;
}

@media (min-width: 768px) {
    .format-aside .single .entry-header .entry-title {
        padding: 3rem 0;
    }
}

.format-aside .single .entry-header .entry-meta {
    display: block;
    text-align: center;
    padding-bottom: 2rem;
}

@media (min-width: 768px) {
    .format-aside .single .entry-header .entry-meta {
        padding-bottom: 3rem;
    }
}

@media (min-width: 768px) {
    .single .sticky-container {
        position: relative;
        padding-left: 10rem;
    }
}

.single .sticky-container .share-sticky-button {
    padding-bottom: 1.5rem;
}

.single .format-standard .post-eyecatch {
    margin: 0 -15px 3.2rem;
}

@media (min-width: 576px) {
    .single .format-standard .post-eyecatch {
        margin: 0 0 4.8rem;
    }

    .single .format-standard .post-eyecatch img {
        display: block;
        margin: 0 auto;
        width: auto;
        height: auto;
    }
}

.single .format-aside .post-thumbnail {
    font-size: 0;
}

.single .format-aside .post-thumbnail>img {
    width: 100%;
}

.single .next-pege-link {
    color: #313131;
    margin: 0 auto;
    display: table;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}

.single .next-pege-link::after {
    display: none;
}

.single .next-pege-link:hover {
    color: #ffffff;
    background: #313131;
}

.single .pagesprit {
    margin: 30px 0;
}

.single .page-numbers {
    border: none;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.single .page-numbers>span,
.single .page-numbers>a {
    color: inherit;
    display: inline-block;
    border: 1px solid #D9D9D9;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: auto;
    width: 4.4rem;
    height: 4.4rem;
    font-size: 1.6rem;
    text-align: center;
    text-decoration: none;
    line-height: 4.4rem;
}

.single .page-numbers>span+span,
.single .page-numbers>span+a,
.single .page-numbers>a+span,
.single .page-numbers>a+a {
    border-left: none;
}

.single .page-numbers>a>span {
    border: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: none;
}

.single .page-numbers span {
    background: #FFE770;
}

.single .page-numbers a:hover {
    background: #D9D9D9;
}

.single-attachment .post-wrapper {
    margin: 0;
}

@media (min-width: 768px) {
    .single-attachment .post-wrapper {
        margin: 45px 0;
    }
}

.single-attachment .entry-header {
    margin: 0 -15px;
    padding: 0;
}

@media (min-width: 768px) {
    .single-attachment .entry-header {
        margin: 0;
    }
}

.single-attachment .entry-header img {
    width: 100%;
}

.type-page .post-thumbnail {
    font-size: 0;
}

.type-page .post-thumbnail>img {
    width: 100%;
}

.type-page .entry-title {
    padding: 2rem 0;
    text-align: center;
}

@media (min-width: 768px) {
    .type-page .entry-title {
        padding: 3rem 0;
    }
}

.type-page .entry-content {
    padding-bottom: 10rem;
}

.error404 .breadcrumbles {
    display: none;
}

.error404 .page-header {
    padding: 3rem 0;
}

.error404 .page-header .page-title {
    text-align: center;
    font-size: 3.6rem;
    font-family: "Roboto Condensed", sans-serif;
}

.error404 .page-header p {
    text-align: center;
    font-size: 2.2rem;
    font-family: "Roboto Condensed", sans-serif;
    text-transform: uppercase;
}

.error404 .page-content {
    text-align: center;
    padding: 3rem 0;
    color: #575757;
}

.error404 .search-form {
    padding: 3rem 0;
}

.single-festival .festival-header {
    padding: 30px 0 0;
}

@media (min-width: 768px) {
    .single-festival .festival-header {
        padding: 45px 0;
        border-bottom: 1px solid #D9D9D9;
    }
}

.single-festival .festival-header .post-thumbnail {
    margin: 0 auto 15px;
}

@media (min-width: 768px) {
    .single-festival .festival-header .post-thumbnail {
        margin: 0;
    }
}

.single-festival .festival-header .post-thumbnail figure {
    margin: 0;
}

.single-festival .festival-header .post-thumbnail figure img {
    border: 1px solid #D9D9D9;
}

.single-festival .festival-header .taxonomy {
    display: block;
    margin: 0;
    padding: 0;
}

.single-festival .festival-header .taxonomy li {
    display: inline-block;
    margin: 0 0.5rem 0 0;
    line-height: 1;
}

.single-festival .festival-header .taxonomy li a {
    display: block;
    margin: 0;
    padding: 0.3rem 1.5rem;
    color: #313131;
    font-size: 1.2rem;
    text-align: center;
    text-decoration: none;
    line-height: 1;
    background: #FFE770;
}

.single-festival .festival-header .single-entry-title {
    margin: 0.5rem 0;
}

.single-festival .festival-header .aka,
.single-festival .festival-header .promoter {
    display: inline-block;
    font-size: 1.2rem;
}

.single-festival .festival-header .aka {
    margin: 0 1.0rem 0 0;
}

.single-festival .festival-header .excerpt {
    margin: 15px 0;
    font-size: 1.4rem;
}

.single-festival .festival-header .links h4,
.single-festival .festival-header .tags h4 {
    margin: 0 0 0.8rem;
    color: #575757;
    font-size: 1.4rem;
}

.single-festival .festival-header .links {
    margin: 0 0 15px;
    padding: 0;
}

.single-festival .festival-header .links .list-links {
    margin: 0;
    padding: 0;
    font-size: 1.4rem;
}

.single-festival .festival-header .links .list-links li {
    display: inline-block;
    margin: 0 1.0rem 0 0;
}

@media (min-width: 768px) {
    .single-festival .festival-header .links .list-links li {
        display: block;
        margin: 0 0 0.5rem;
    }
}

.single-festival .festival-header .links .list-links li.inline {
    display: inline-block;
    margin: 0 1.0rem 0 0;
}

.single-festival .festival-header .links .list-links li a {
    color: inherit;
}

.single-festival .entry-content {
    margin-top: 15px;
}

@media (min-width: 768px) {
    .single-festival .entry-content {
        position: relative;
        margin-top: 0;
        padding-left: 10rem;
    }
}

.single-festival .entry-content .content-inner p {
    margin: 0 0 1em;
    font-size: 1.6rem;
    line-height: 1.9;
    text-align: justify;
}

.single-festival .entry-content .content-inner p a {
    color: #00AED6;
}

.single-festival .entry-content .content-inner ul,
.single-festival .entry-content .content-inner ol {
    font-size: inherit;
    margin-bottom: 1em;
    padding-left: 1em;
    line-height: 2.2;
}

.single-festival .entry-content .content-inner ul {
    list-style: disc;
}

.single-festival .entry-content .content-inner ol {
    list-style: decimal;
}

.single-festival .entry-content .section>h2 {
    margin: 0 0 1.6rem;
    padding: 0 0 0.8rem;
    font-size: 2.2rem;
    line-height: 1.2;
    border-bottom: 1px solid #D9D9D9;
}

.single-festival .entry-content .photo-gallery .caption {
    margin: 0 0 0.8rem;
    padding: 0;
    color: #575757;
    font-size: 1.2rem;
    text-align: center;
}

.single-festival .entry-content .event-details {
    margin-top: 3.2rem;
    padding: 2.4rem;
    border: 1px solid #D9D9D9;
}

.single-festival .entry-content .event-details .row+.row {
    margin-top: 1.6rem;
}

.single-festival .entry-content .event-details .row .col>p:last-child {
    margin-bottom: 0;
}

.single-festival .entry-content .spotify-playlist {
    margin-top: 3.2rem;
}

.single-festival .entry-content .spotify-playlist iframe {
    margin: 0;
    width: 100%;
}

.single-festival .entry-content .main-description {
    margin-top: 3.2rem;
}

.single-festival .entry-content .main-description>p:last-child {
    margin-bottom: 0;
}

.single-festival .entry-content .comment-promoter,
.single-festival .entry-content .comment-staff {
    margin-top: 3.2rem;
    font-size: 1.4rem;
    padding: 2.4rem;
    background: #EFEFEF;
}

.single-festival .entry-content .comment-promoter>h3,
.single-festival .entry-content .comment-staff>h3 {
    margin: 0 0 1.6rem;
    font-size: 1.6rem;
    line-height: 1.2;
}

.single-festival .entry-content .comment-promoter>p,
.single-festival .entry-content .comment-staff>p {
    font-size: 1.4rem;
}

.single-festival .entry-content .comment-promoter>p:last-child,
.single-festival .entry-content .comment-staff>p:last-child {
    margin-bottom: 0;
}

.single-festival .entry-content .location .address-group {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 0 1.6rem;
}

.single-festival .entry-content .location .address-link {
    margin-left: 1.6rem;
}

.single-festival .entry-content .location .address-link a {
    color: #00AED6;
}

.single-festival .entry-content .comment-fashion {
    margin-top: 3.2rem;
}

.single-festival .entry-content .comment-fashion>p:last-child {
    margin-bottom: 0;
}

.single-festival .entry-content .festival-related-articles .card .entry-summary {
    padding-top: 0;
    padding-bottom: 0;
}

.single-festival .related-news .news-item {
    border-bottom: 1px solid #EFEFEF;
    padding: 15px 0;
}

@media (min-width: 768px) {
    .single-festival .related-news .news-item {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
    }
}

.single-festival .related-news .news-item .date,
.single-festival .related-news .news-item .single .entry-header .entry-meta,
.single .entry-header .single-festival .related-news .news-item .entry-meta {
    color: #575757;
    display: block;
    padding: 0 15px 0.5rem 0;
}

@media (min-width: 768px) {

    .single-festival .related-news .news-item .date,
    .single-festival .related-news .news-item .single .entry-header .entry-meta,
    .single .entry-header .single-festival .related-news .news-item .entry-meta {
        -webkit-box-flex: 0;
        -moz-box-flex: 0;
        -ms-flex: 0 0 120px;
        flex: 0 0 120px;
    }
}

.single-festival .related-news .news-item .news-title {
    display: block;
    margin: 0 0 15px;
    padding: 0;
}

.single-festival .related-news .news-item .news-title:hover {
    text-decoration: underline;
}

.single-festival .related-news .news-item .news-excerpt {
    margin: 0;
    font-size: 1.2rem;
    color: #575757;
    line-height: 1.9;
}

.single-festival .button:hover,
.single-festival .single .next-pege-link:hover,
.single .single-festival .next-pege-link:hover {
    text-decoration: none;
}

@-webkit-keyframes a {
    0% {
        -webkit-transform: translate(-50%, -50%) rotateX(0) rotateY(0);
        transform: translate(-50%, -50%) rotateX(0) rotateY(0);
    }

    50% {
        -webkit-transform: translate(-50%, -50%) rotateX(-180deg) rotateY(0);
        transform: translate(-50%, -50%) rotateX(-180deg) rotateY(0);
    }

    to {
        -webkit-transform: translate(-50%, -50%) rotateX(-180deg) rotateY(-180deg);
        transform: translate(-50%, -50%) rotateX(-180deg) rotateY(-180deg);
    }
}

@keyframes a {
    0% {
        -webkit-transform: translate(-50%, -50%) rotateX(0) rotateY(0);
        transform: translate(-50%, -50%) rotateX(0) rotateY(0);
    }

    50% {
        -webkit-transform: translate(-50%, -50%) rotateX(-180deg) rotateY(0);
        transform: translate(-50%, -50%) rotateX(-180deg) rotateY(0);
    }

    to {
        -webkit-transform: translate(-50%, -50%) rotateX(-180deg) rotateY(-180deg);
        transform: translate(-50%, -50%) rotateX(-180deg) rotateY(-180deg);
    }
}

.fluidbox {
    outline: none;
}

.fluidbox__overlay {
    background-color: rgba(255, 255, 255, 0.85);
    cursor: pointer;
    cursor: -moz-zoom-out;
    cursor: zoom-out;
    opacity: 0;
    pointer-events: none;
    position: fixed;
    top: -100%;
    left: 0;
    bottom: -100%;
    right: 0;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.fluidbox--opened .fluidbox__overlay {
    pointer-events: auto;
}

.fluidbox__wrap {
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
    margin: 0 auto;
    position: relative;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.fluidbox--closed .fluidbox__thumb,
.fluidbox__thumb {
    -webkit-transition: opacity 0s ease-in-out 0s;
    transition: opacity 0s ease-in-out 0s;
}

.fluidbox__ghost {
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    background-position: center center;
    background-repeat: no-repeat;
    position: absolute;
    -webkit-transition: opacity 0s 0s, -webkit-transform 0.5s 0s;
    transition: opacity 0s 0s, -webkit-transform 0.5s 0s;
    transition: opacity 0s 0s, transform 0.5s 0s;
    transition: opacity 0s 0s, transform 0.5s 0s, -webkit-transform 0.5s 0s;
}

.fluidbox--opened .fluidbox__ghost {
    cursor: pointer;
    cursor: -moz-zoom-out;
    cursor: zoom-out;
}

.fluidbox--closed .fluidbox__ghost {
    -webkit-transition: opacity 0s 0.5s, -webkit-transform 0.5s 0s;
    transition: opacity 0s 0.5s, -webkit-transform 0.5s 0s;
    transition: opacity 0s 0.5s, transform 0.5s 0s;
    transition: opacity 0s 0.5s, transform 0.5s 0s, -webkit-transform 0.5s 0s;
}

.fluidbox__loader {
    opacity: 0;
    perspective: 200px;
    pointer-events: none;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.fluidbox__loader:before {
    background-color: rgba(255, 255, 255, 0.85);
    content: '';
    transform-style: preserve-3d;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 20%;
    padding-bottom: 20%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}

.fluidbox--loading .fluidbox__loader {
    opacity: 1;
    -webkit-transition: opacity 0.5s ease-in-out 0.5s;
    transition: opacity 0.5s ease-in-out 0.5s;
}

.fluidbox--loading .fluidbox__loader:before {
    -webkit-animation: a 1s 0s infinite ease-in-out forwards;
    animation: a 1s 0s infinite ease-in-out forwards;
}

#pc_breadcrumb_bottom_ad .widget-title,
#sp_breadcrumb_bottom_ad .widget-title {
    display: none;
}

#pc_breadcrumb_bottom_ad img,
#sp_breadcrumb_bottom_ad img {
    display: block;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

#pc_breadcrumb_bottom_ad {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
    text-align: center;
}

#sp_breadcrumb_bottom_ad {
    margin-top: 1.5rem;
    text-align: center;
}

#pc_footer_top_ad .widget-title,
#sp_footer_top_ad .widget-title {
    display: none;
}

#pc_footer_top_ad img,
#sp_footer_top_ad img {
    display: block;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

#pc_footer_top_ad {
    padding-bottom: 1.5rem;
    text-align: center;
}

#sp_footer_top_ad {
    padding-bottom: 1.5rem;
    text-align: center;
}

/*# sourceMappingURL=assets/maps/style.css.map */