@font-face {
    font-family: "Gilroy-Regular";
    src: url("../fonts/Gilroy-Regular.woff2") format("woff2");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Gilroy-Bold";
    src: url("../fonts/Gilroy-Bold.woff2") format("woff2");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Gilroy-ExtraBold";
    src: url("../fonts/Gilroy-ExtraBold.woff2") format("woff2");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Montserrat-Normal";
    src: url("../fonts/montserrat-v26-latin-regular.woff2") format("woff2");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Montserrat-Bold";
    src: url("../fonts/montserrat-v26-latin-700.woff2") format("woff2");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

:root {
    /* Colors: */
    --color-orange: #fc5f00;
    --color-blue: #242477;
    --color-black: #000000;
    --color-white: #ffffff;
    --color-grey: #CCCCCC;
}

::selection {
    background: #fc5f00;
    color: #fff
}

::-moz-selection {
    background: #fc5f00;
    color: #fff
}

*,
html,
body {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    transition: all ease 0.3s;
}

html,
body {
    width: 100% !important;
    height: 100% !important;
}

html,
button,
input,
select {
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

body {
    margin: 0;
    background: rgb(237, 237, 237);
    font-family: "Montserrat-Normal", sans-serif;
    font-style: normal;
    font-weight: 400;
    box-sizing: border-box;
    font-size: 14px;
    color: #000;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 600;
}

a {
    text-decoration: none;
}

/* FORM */
label {
    display: block;
    font-weight: 600;
    margin: 0 0 10px 0;
}

input,
select {
    background: #fff;
    padding: 10px;
    font-size: 18px;
    color: #000;
    margin: 0 0 20px 0;
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 5px;
    display: block;
}

input.input-search {
    margin: 0;
}

input[type=submit],
button {
    font-family: "Montserrat", sans-serif;
    background: var(--color-blue);
    padding: 10px 15px;
    font-size: 18px;
    color: var(--color-white);
    margin: 0;
    width: 100%;
    border: 2px solid var(--color-blue);
    border-radius: 5px;
    transition: all ease 0.3s;
    cursor: pointer;
}

input[type=submit]:hover,
button:hover {
    background: var(--color-orange);
    border: 2px solid var(--color-orange);
}

.btn-filter {
    font-family: "Montserrat", sans-serif;
    padding: 10px 15px;
    font-size: 18px;
    font-weight: 600;
    color: var(--color-white) !important;
    margin: 0;
    width: 100%;
    border: 1px solid rgba(255, 255, 255, 0.4) !important;
    border-radius: 5px;
    cursor: pointer;
    background-image: linear-gradient(to right, #ff904d, #b34300) !important;
    background-size: 300% 100%;
    border-radius: 4px;
    moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.btn-filter:hover {
    background-position: 100% 0;
    moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}


.clearfix {
    clear: both;
}

.container {
    width: 90%;
    max-width: 1350px;
    margin: 0 auto;
    padding: 0;
}

section {
    padding: 80px 0;
}

.bg-white {
    background: var(--color-white);
}

.bg-purple {
    background: url('../images/artist-bkg.jpg') center center no-repeat;
    background-size: cover;
}

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

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

.text-white {
    color: var(--color-white);
}

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

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

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

.text-orange {
    color: var(--color-orange);
}

.p-10 {
    padding: 10px;
}

.m-5 {
    margin: 0 5px;
}

.mb-0 {
    margin-bottom: 0 !important;
}

.mb-1 {
    margin-bottom: 10px !important;
}

.mb-2 {
    margin-bottom: 20px !important;
}

.mb-3 {
    margin-bottom: 30px !important;
}

.mb-5 {
    margin-bottom: 50px !important;
}

.mx-auto {
    margin: 0px auto !important;
}

.d-flex {
    display: flex;
}

.align-items-stretch {
    align-items: stretch !important;
}

.align-items-center {
    align-items: center !important;
}

.align-items-end {
    align-items: end !important;
}

.flex-wrap {
    flex-wrap: wrap;
}

.btn-link {
    font-weight: 600;
    color: var(--color-black);
    text-decoration: underline;
    display: block;
    padding: 10px 0;
}

.btn-link:hover {
    color: var(--color-orange);
}

div.sticky {
    position: -webkit-sticky;
    /* Safari */
    position: sticky;
    top: 0;
}

.heading-sm {
    margin: 0 0 20px 0;
}

.box-white {
    background: #fff;
}

/* article page list issue */
.article-content ul {
    margin: 0 0 30px 30px;
}

.article-content ul li {
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    line-height: 32px;
    color: #47484a;
    padding: 5px 0;
}

/* WRAP PAGE */
.wrap-page {
    display: flex;
    justify-content: space-between !important;
    margin: 0 0 30px 0;
}

.wrap-page .wrap-page-left {
    width: 74%;
}

.wrap-page .wrap-page-right {
    width: 25%;
    padding: 30px;
    background: var(--color-white);
    border-radius: 10px;
    border: 0px solid #ddd;
}

.wrap-page .wrap-right-column {
    width: 25%;
    padding: 20px 0;
    border: none;
    background: none;
    text-align: center;

}

/* COLUMNS */
.row {
    position: relative;
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px;
}

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

.row:after {
    clear: both;
}

.col {
    padding: 0 5px;
}

.col-1 {
    width: 10%;
}

.col-15 {
    width: 15%;
}

.col-2 {
    width: 20%;
}

.col-25 {
    width: 25%;
}

.col-3 {
    width: 30%;
}

.col-33 {
    width: 33.33%;
}

.col-4 {
    width: 40%;
}

.col-5 {
    width: 50%;
}

.col-6 {
    width: 60%;
}

.col-7 {
    width: 70%;
}

.col-8 {
    width: 80%;
}

.col-9 {
    width: 90%;
}

.col-10 {
    width: 100%;
}

@media screen and (max-width: 600px) {
    .col {
        width: 100%;
    }

    .col-xs-6 {
        width: 50%;
    }

    .col-xs-12 {
        width: 100%;
    }
}

.hide-desktop {
    display: none !important;
}

/* TOOL TIP */
/* Tooltip container */
.tooltip {
    position: relative;
    display: inline-block;
}

/* Tooltip text */
.tooltip .tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: var(--color-white);
    color: var(--color-blue);
    text-align: center;
    padding: 5px 0;
    border-radius: 6px;

    /* Position the tooltip text - see examples below! */
    position: absolute;
    z-index: 1;

    top: 100%;
    left: 50%;
    margin-left: -60px;
    /* Use half of the width (120/2 = 60), to center the tooltip */
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltip:hover .tooltiptext {
    visibility: visible;
}


/* TOP BAR */
.topBar {
    font-family: 'Montserrat', 'Helvetica', 'Arial', sans-serif;
    background-size: cover;
    background-image: url("https://consequence.net/wp-content/themes/cosv2/images/ombre-header-bg.webp");
    background-repeat: no-repeat;
}

.topBar ul {
    margin: 0;
}

.topBar ul li {
    margin: 0;
    list-style: none;
    display: inline-block;
}

.topBar ul li a {
    font-family: "Montserrat-Normal";
    display: block;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    padding: 6px 12px 6px 0;
}

.topBar ul li a.logo-sm {
    background: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 47.6 47.1' fill='%23fff' style='enable-background:new 0 0 47.6 47.1;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill-rule:evenodd;clip-rule:evenodd;%7D%0A%3C/style%3E%3Cg%3E%3Cpath class='st0' d='M23.9,43.2c-1.1,0-2.7,0-3.5,0c0,0-0.1,1.1-0.2,1.7l-0.1,0c-0.1,0-0.2,0-0.3-0.1c-0.4-0.1-0.8-0.2-1.3-0.2 c-1-0.2-2-0.6-3-1c-0.2-0.1-0.4-0.2-0.7-0.3c0,0-0.1,0-0.1-0.1l5.8-11.9c0,0,0,0,0.1,0c0.1,0.1,0.3,0.1,0.4,0.1 c0.4,0.1,0.7,0.2,1.1,0.3c0.4,0.1,0.8,0.1,1.1,0.1c0.1,0,0.3,0,0.4,0c0,0,0.1,0,0.1,0L23.9,43.2L23.9,43.2z M25.6,31.7 c0.1,0,0.2,0,0.2-0.1c0.2-0.1,0.5-0.1,0.7-0.2c0.2-0.1,0.4-0.2,0.6-0.3c0.1,0,0.1-0.1,0.2-0.1c0,0,0.1,0,0.1,0c0,0,0,0,0,0 c0.3,0.5,6,11.3,6.3,11.7l0,0c-0.1,0-0.1,0.1-0.2,0.1c-0.2,0.1-0.5,0.2-0.7,0.4c-1.1,0.5-2.2,0.9-3.3,1.2c-0.4,0.1-0.9,0.2-1.3,0.3 c-0.1,0-0.2,0-0.3,0.1c0,0,0,0-0.1,0c0,0,0,0,0,0c0-0.1-0.1-0.8-0.3-1.8l0.1,0L25.6,31.7L25.6,31.7z M24.3,31.9 C24.3,31.9,24.4,31.9,24.3,31.9c0.1,0,0.2,0,0.3,0c0.1,0,0.2,0,0.3,0c0,0,0,0,0,0l2,11.1c-0.1,0-0.1,0-0.2,0 c-0.3,0.1-0.7,0.1-1,0.1c-0.3,0-0.7,0.1-1,0.1c-0.1,0-0.1,0-0.2,0L24.3,31.9L24.3,31.9z M19.4,30.7L19.4,30.7 c0.1,0.1,0.2,0.1,0.3,0.2s0.2,0.1,0.3,0.1l0,0l-5.8,11.9c-0.1,0-0.1-0.1-0.2-0.1c-0.4-0.2-0.7-0.4-1.1-0.6 c-0.3-0.2-0.6-0.4-0.9-0.5c-0.1,0-0.1-0.1-0.2-0.1L19.4,30.7L19.4,30.7z M12.4,39.6L12.4,39.6c-0.2-0.1-0.3-0.2-0.5-0.3 c-0.6-0.5-1.2-1-1.8-1.5c-0.5-0.5-1-1-1.4-1.5c-0.1-0.1-0.2-0.3-0.3-0.4l0,0l9-6.8l0,0c0.1,0.1,0.1,0.1,0.2,0.2 c0.2,0.2,0.3,0.4,0.5,0.5c0.2,0.2,0.4,0.3,0.6,0.5c0.1,0.1,0.1,0.1,0.2,0.2L12.4,39.6L12.4,39.6z M4.6,33.6 C4.6,33.6,4.6,33.6,4.6,33.6c-0.1-0.2-0.2-0.4-0.3-0.6c-0.4-0.8-0.7-1.5-1-2.3c-0.3-0.8-0.5-1.5-0.7-2.3c0-0.2-0.1-0.4-0.1-0.5 c0,0,0-0.1,0-0.1l13.1-2.3c0,0.1,0,0.2,0.1,0.2c0.1,0.2,0.1,0.5,0.2,0.7c0.1,0.2,0.2,0.5,0.3,0.7c0,0.1,0.1,0.1,0.1,0.2L4.6,33.6 L4.6,33.6z M11.1,32.9c-0.1-0.1-0.1-0.1-0.2-0.2c-0.2-0.3-0.5-0.7-0.7-1c-0.1-0.1-0.1-0.2-0.2-0.3l6.6-3.5l0,0 c0.1,0.1,0.1,0.2,0.2,0.3c0.1,0.1,0.1,0.2,0.2,0.3l0,0L11.1,32.9L11.1,32.9z M31.8,25.1l13.1,1.8c0,0,0,0.1,0,0.1 c0,0.2-0.1,0.4-0.1,0.6c-0.2,0.8-0.4,1.7-0.6,2.5c-0.2,0.7-0.5,1.4-0.8,2.1c-0.1,0.2-0.1,0.3-0.2,0.5c0,0,0,0.1-0.1,0.1 c0,0,0,0,0,0c-0.5-0.2-11.5-5.6-12-5.8c0,0,0,0,0,0c0,0,0-0.1,0-0.1c0-0.1,0.1-0.2,0.1-0.3c0.1-0.3,0.2-0.6,0.3-0.8 c0-0.2,0.1-0.4,0.1-0.5C31.8,25.2,31.8,25.2,31.8,25.1L31.8,25.1z M23.7,19.6c2.3,0,4.2,1.9,4.2,4.2c0,2.3-1.9,4.2-4.2,4.2 c-2.3,0-4.2-1.9-4.2-4.2C19.5,21.4,21.4,19.6,23.7,19.6L23.7,19.6z M43,20.6c0.2,0.9,0.2,1.9,0.2,2.8c0,0,1.7,0,1.9-0.1 c0,0,0,0,0,0c0,0,0,0.1,0,0.1c0,0.2,0,0.3,0,0.5c0,0.6,0,1.2-0.1,1.8c0,0.1,0,0.3,0,0.4c0,0,0,0,0,0l-13.2-1.8l0,0 c0-0.1,0-0.2,0-0.2c0-0.2,0-0.5,0-0.7c0-0.2,0-0.5-0.1-0.7c0-0.1,0-0.2,0-0.2L43,20.6L43,20.6z M8.3,26.1c-0.1-0.6-0.2-1.2-0.2-1.8 l7.4-0.1c0,0.2,0,0.4,0.1,0.7L8.3,26.1L8.3,26.1z M2.2,23.8L2.2,23.8c0-0.2,0-0.3,0-0.5c0-0.6,0-1.2,0.1-1.8c0-0.1,0-0.3,0-0.4 l13.1,1.8c0,0,0,0,0,0c0,0.1,0,0.2,0,0.3c0,0.1,0,0.2,0,0.3c0,0,0,0,0,0L2.2,23.8L2.2,23.8z M4.4,20.7L4.4,20.7 c0-0.2,0.1-0.3,0.1-0.5c0.1-0.7,0.3-1.3,0.5-1.9c0.2-0.8,0.5-1.5,0.8-2.3c0.1-0.2,0.1-0.3,0.2-0.5l0,0l10.2,4.9l0,0 c0,0.1-0.1,0.1-0.1,0.2c-0.1,0.2-0.2,0.5-0.3,0.7c-0.1,0.2-0.1,0.5-0.2,0.7c0,0.1,0,0.2,0,0.2L4.4,20.7L4.4,20.7z M41.1,14.8 c0,0,0,0.1,0.1,0.1c0.1,0.3,0.3,0.6,0.4,0.8c0.5,1,0.8,2.1,1.1,3.2c0.1,0.3,0.1,0.5,0.2,0.8c0,0,0,0.1,0,0.1l-11.2,2 c0-0.1,0-0.1-0.1-0.2c-0.1-0.2-0.1-0.5-0.2-0.7c-0.1-0.2-0.2-0.5-0.3-0.7c0-0.1-0.1-0.1-0.1-0.2L41.1,14.8L41.1,14.8z M8.1,15.7 L8.1,15.7c0.1-0.1,0.1-0.2,0.2-0.4c0.2-0.4,0.5-0.8,0.7-1.2C9,14,9.1,13.9,9.2,13.8l7.7,5.4l0,0c-0.1,0.1-0.1,0.2-0.2,0.3 c-0.1,0.1-0.1,0.2-0.2,0.3l0,0L8.1,15.7L8.1,15.7z M41.1,11.1L41.1,11.1c0.1,0.1,0.2,0.2,0.2,0.3c0.3,0.5,0.7,1,1,1.5 c0.1,0.1,0.2,0.3,0.2,0.4l0,0l-11.7,6.3l0,0c0-0.1-0.1-0.2-0.2-0.3c-0.1-0.1-0.1-0.2-0.2-0.3l0,0L41.1,11.1L41.1,11.1z M6.3,11.1 C6.9,10.3,7.5,9.6,8.1,9c0.8-0.8,1.6-1.6,2.5-2.2l8,10.6l0,0c-0.1,0.1-0.2,0.1-0.2,0.2c-0.2,0.2-0.5,0.4-0.7,0.6 c-0.1,0.1-0.2,0.3-0.4,0.4c0,0-0.1,0.1-0.1,0.1L6.3,11.1L6.3,11.1z M35.2,8c1.5,1.1,2.8,2.3,3.9,3.7l-9,6.8 c-0.1-0.1-0.1-0.2-0.2-0.2c-0.2-0.2-0.4-0.4-0.6-0.6c-0.1-0.1-0.3-0.3-0.4-0.4c0,0-0.1-0.1-0.1-0.1L35.2,8L35.2,8z M12.3,7.9 c1.8-1.3,3-2.1,3-2.1c-0.2-0.5-0.6-1-0.8-1.5l0.1,0c0,0,0.1,0,0.1-0.1c0.2-0.1,0.5-0.2,0.7-0.3c1-0.4,2-0.8,3-1 c0.4-0.1,0.8-0.2,1.2-0.3c0.1,0,0.2,0,0.2,0l2.3,13.1c0,0,0,0-0.1,0c-0.1,0-0.2,0.1-0.4,0.1c-0.4,0.1-0.7,0.2-1.1,0.4 c-0.4,0.2-0.7,0.3-1,0.5c-0.1,0.1-0.2,0.1-0.3,0.2c0,0,0,0-0.1,0L12.3,7.9L12.3,7.9z M31.8,8.1L31.8,8.1c0.1,0.1,0.2,0.1,0.4,0.2 c0.4,0.2,0.8,0.5,1.2,0.7c0.1,0.1,0.2,0.1,0.3,0.2l-5.4,7.7l0,0c-0.1-0.1-0.2-0.1-0.3-0.2s-0.2-0.1-0.3-0.2l0,0L31.8,8.1L31.8,8.1z M23.7,2.2L23.7,2.2c0.1,0,0.3,0,0.4,0c0.5,0,1,0,1.6,0.1c1.9,0.2,3.8,0.6,5.7,1.3c0.4,0.2,0.9,0.3,1.3,0.5c0.1,0,0.2,0.1,0.2,0.1 l-5.8,11.9l0,0c-0.1,0-0.2-0.1-0.3-0.1c-0.3-0.1-0.6-0.2-0.8-0.3c-0.5-0.1-0.9-0.2-1.4-0.3c-0.2,0-0.3,0-0.5,0c0,0-0.1,0-0.1,0 L23.7,2.2L23.7,2.2z M21.4,8.3c0.1,0,0.2,0,0.3,0c0.4-0.1,0.8-0.1,1.2-0.1c0.1,0,0.2,0,0.3,0l0.2,7.4c0,0,0,0,0,0 c-0.1,0-0.2,0-0.3,0c-0.1,0-0.2,0-0.3,0l0,0L21.4,8.3L21.4,8.3z'/%3E%3C/g%3E%3C/svg%3E%0A");
    background-size: contain;
    width: 30px !important;
    height: 100%;
    position: relative;
    margin-right: 10px;
    text-indent: -9999px;
}

header {
    padding: 10px 0;
    background: var(--color-blue);
    border: none;
    margin: 0;
}

.sticky-header {
    position: fixed;
    top: 0;
    z-index: 100;
    left: 0;
    right: 0;
}

header .logo {
    background: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 1000 314.08' fill='%23FFFFFF' style='enable-background:new 0 0 1000 314.08;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill-rule:evenodd;clip-rule:evenodd;%7D%0A%3C/style%3E%3Cg%3E%3Cg%3E%3Cg%3E%3Cg%3E%3Cg%3E%3Cg%3E%3Cg%3E%3Cpath class='st0' d='M301.38,159.79c13.44,0,22.99-7.07,22.99-19.01c0-13.08-10.52-16.36-19.89-19.19 c-9.64-2.92-11.14-4.86-11.14-7.69c0-2.48,2.21-4.69,6.63-4.69c5.66,0,8.58,2.74,10.7,7.16l11.94-6.98 c-4.51-9.11-12.46-13.97-22.64-13.97c-10.7,0-20.78,6.9-20.78,18.83c0,11.85,9.02,16.27,18.21,18.83 c9.29,2.56,12.82,4.07,12.82,7.87c0,2.39-1.68,5.04-8.4,5.04c-6.98,0-10.79-3.44-13-8.58l-12.2,7.08 C280.07,153.6,288.38,159.79,301.38,159.79L301.38,159.79z'/%3E%3Cpath class='st0' d='M116.59,134.33c-3.05,14.82-16,25.46-31.51,25.46c-17.78,0-32.19-13.97-32.19-32.18 S67.3,95.42,85.08,95.42c15.51,0,28.46,10.64,31.51,25.47h-14.57c-2.51-7.21-9.08-11.67-16.94-11.67 c-10.08,0-18.04,7.34-18.04,18.39C67.04,138.66,75,146,85.08,146c7.86,0,14.43-4.46,16.94-11.67H116.59L116.59,134.33z'/%3E%3Cpolygon class='st0' points='378.6,110.2 353.71,110.2 353.71,120.52 378.6,120.52 378.6,134.03 353.71,134.03 353.71,145.05 378.6,145.05 378.6,158.74 339.49,158.74 339.49,96.51 378.6,96.51 378.6,110.2 '/%3E%3Cpolygon class='st0' points='226.86,158.56 212.71,158.56 212.71,96.66 223.32,96.66 247.2,130.26 247.2,96.66 261.34,96.66 261.34,158.56 250.73,158.56 226.86,124.96 226.86,158.56 '/%3E%3Cpath class='st0' d='M164.91,95.42c-17.78,0-32.19,13.97-32.19,32.18s14.41,32.18,32.19,32.18 c17.77,0,32.18-13.97,32.18-32.18S182.68,95.42,164.91,95.42z M164.91,146c-10.08,0-18.04-7.34-18.04-18.39 c0-11.05,7.96-18.39,18.04-18.39c10.08,0,18.04,7.34,18.04,18.39C182.95,138.66,174.99,146,164.91,146z'/%3E%3Cpath class='st0' d='M847.41,134.33c-3.05,14.82-16,25.46-31.51,25.46c-17.77,0-32.18-13.97-32.18-32.18 s14.41-32.18,32.18-32.18c15.51,0,28.47,10.64,31.51,25.47h-14.57c-2.51-7.21-9.08-11.67-16.95-11.67 c-10.08,0-18.03,7.34-18.03,18.39c0,11.05,7.96,18.39,18.03,18.39c7.86,0,14.43-4.46,16.95-11.67H847.41L847.41,134.33z'/%3E%3Cpath class='st0' d='M609.04,96.04v40.67c0,4.68,2.21,8.66,9.72,8.66c7.52,0,9.73-3.98,9.73-8.66V96.04h14.15v41.91 c0,13.26-10.26,21.22-23.87,21.22c-13.62,0-23.87-7.96-23.87-21.22V96.04H609.04L609.04,96.04z'/%3E%3Cpolygon class='st0' points='903.85,110.2 878.96,110.2 878.96,120.52 903.85,120.52 903.85,134.03 878.96,134.03 878.96,145.05 903.85,145.05 903.85,158.74 864.73,158.74 864.73,96.51 903.85,96.51 903.85,110.2 '/%3E%3Cpolygon class='st0' points='699.22,110.2 674.33,110.2 674.33,120.52 699.22,120.52 699.22,134.03 674.33,134.03 674.33,145.05 699.22,145.05 699.22,158.74 660.11,158.74 660.11,96.51 699.22,96.51 699.22,110.2 '/%3E%3Cpolygon class='st0' points='731.82,158.56 717.67,158.56 717.67,96.66 728.28,96.66 752.16,130.26 752.16,96.66 766.31,96.66 766.31,158.56 755.69,158.56 731.82,124.96 731.82,158.56 '/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cpath class='st0' d='M449.86,213.77l-3.02,6.24c4.02,1.94,8.2,3.56,12.49,4.83c3.63,1.07,7.32,1.87,11.05,2.4l0.96-6.77 C463.92,219.29,456.66,217.02,449.86,213.77L449.86,213.77z M525.48,211.89c-1.79,0.97-3.61,1.88-5.47,2.71 c-5.78,2.6-11.84,4.49-18.03,5.69l1.18,6.73c6.44-1.27,12.75-3.23,18.78-5.87c2.27-1,4.5-2.09,6.68-3.27L525.48,211.89 L525.48,211.89z M453.36,206.28l-2.86,5.98c11.39,5.3,23.96,8.06,36.53,7.93l-0.13-6.71c-9.53,0.16-19.1-1.47-28.06-4.86 C456.99,207.92,455.16,207.14,453.36,206.28L453.36,206.28z M498.9,212.33c-3.41,0.6-6.86,0.97-10.32,1.1l0.13,6.72 c3.8-0.12,7.6-0.5,11.36-1.16L498.9,212.33L498.9,212.33z M438.05,207.21l-3.75,5.47c3.53,2.43,7.22,4.61,11.04,6.53l2.89-6.05 c-2.96-1.45-5.84-3.09-8.61-4.9C439.09,207.91,438.56,207.56,438.05,207.21L438.05,207.21z M521.53,204.37 c-6.11,3.33-12.66,5.82-19.46,7.33c-0.51,0.11-1.02,0.22-1.54,0.32l1.17,6.67c0.94-0.18,1.88-0.39,2.81-0.61 c7.03-1.66,13.79-4.31,20.12-7.8L521.53,204.37L521.53,204.37z M457,198.67l-2.89,6.05c5.8,2.75,11.94,4.76,18.26,5.91 c4.78,0.87,9.65,1.25,14.51,1.16l-0.13-6.78c-8.92,0.14-17.86-1.46-26.16-4.78C459.37,199.74,458.18,199.22,457,198.67 L457,198.67z M497.43,203.99c-2.98,0.53-6,0.85-9.02,0.97l0.13,6.77c3.37-0.14,6.73-0.5,10.06-1.09L497.43,203.99L497.43,203.99z M442.86,200.18l-3.83,5.59c3.19,2.15,6.52,4.08,9.97,5.77l2.86-6C448.74,203.97,445.74,202.18,442.86,200.18L442.86,200.18z M517.6,196.88c-5.56,3.03-11.53,5.29-17.73,6.63c-0.26,0.06-0.53,0.11-0.79,0.17l1.17,6.66c4.88-0.98,9.67-2.44,14.26-4.39 c2.14-0.91,4.23-1.92,6.27-3.03L517.6,196.88L517.6,196.88z M425.27,183.41l-5.45,4.2c2.74,3.57,5.75,6.93,9.03,10.02 c2.77,2.61,5.71,5.01,8.8,7.19l3.85-5.61C435.39,194.77,429.91,189.43,425.27,183.41L425.27,183.41z M447.6,193.28l-3.78,5.51 c2.81,1.92,5.75,3.66,8.79,5.18l2.88-6.04C452.76,196.56,450.12,195.01,447.6,193.28L447.6,193.28z M460.66,190.98l-2.91,6.09 c5.23,2.48,10.78,4.28,16.49,5.27c4.11,0.72,8.3,1.04,12.47,0.96l-0.13-6.77C477.68,196.69,468.77,194.73,460.66,190.98 L460.66,190.98z M495.96,195.6c-2.54,0.47-5.11,0.77-7.71,0.89l0.13,6.77c2.93-0.13,5.86-0.45,8.75-0.96L495.96,195.6 L495.96,195.6z M513.62,189.31c-5.02,2.73-10.42,4.75-16.02,5.96l1.18,6.72c4.68-0.95,9.27-2.41,13.64-4.36 c1.5-0.67,2.98-1.4,4.43-2.18L513.62,189.31L513.62,189.31z M431.78,178.4l-5.32,4.09c4.56,5.86,9.97,11.04,15.98,15.34 l3.78-5.51C440.79,188.41,435.91,183.71,431.78,178.4L431.78,178.4z M452.36,186.33l-3.77,5.5c2.45,1.67,5.01,3.18,7.66,4.52 l2.9-6.08C456.81,189.1,454.54,187.79,452.36,186.33L452.36,186.33z M464.3,183.37l-2.86,5.99c7.79,3.66,16.37,5.63,25.12,5.49 l-0.13-6.77C478.82,188.2,471.22,186.54,464.3,183.37L464.3,183.37z M494.5,187.26c-2.11,0.39-4.25,0.65-6.41,0.76l0.13,6.78 c2.5-0.12,4.99-0.4,7.45-0.85L494.5,187.26L494.5,187.26z M509.7,181.85c-4.26,2.31-8.83,4.04-13.56,5.08l1.17,6.69 c5.42-1.15,10.68-3.08,15.58-5.7L509.7,181.85L509.7,181.85z M438.42,173.29l-5.29,4.07c4.03,5.15,8.8,9.7,14.09,13.5l3.76-5.49 c-2.2-1.56-4.3-3.28-6.26-5.14C442.44,178.09,440.34,175.77,438.42,173.29L438.42,173.29z M457.13,179.38l-3.72,5.43 c2.09,1.41,4.28,2.68,6.53,3.82l2.85-5.98C460.84,181.68,458.95,180.59,457.13,179.38L457.13,179.38z M467.94,175.74l-2.86,6 c6.63,3.08,13.92,4.75,21.32,4.63l-0.13-6.81c-2.49,0.06-5-0.1-7.51-0.5C475.02,178.46,471.38,177.33,467.94,175.74 L467.94,175.74z M493.02,178.84c-1.68,0.32-3.38,0.54-5.09,0.65l0.13,6.83c2.06-0.1,4.12-0.34,6.15-0.71L493.02,178.84 L493.02,178.84z M505.74,174.32c-3.49,1.87-7.22,3.29-11.09,4.18l1.19,6.79c4.56-0.99,8.99-2.62,13.13-4.82L505.74,174.32 L505.74,174.32z M445.07,168.17l-5.28,4.06c3.51,4.43,7.65,8.34,12.24,11.62l3.72-5.43c-1.88-1.34-3.67-2.81-5.36-4.4 C448.47,172.22,446.69,170.26,445.07,168.17L445.07,168.17z M461.93,172.38l-3.76,5.48c1.74,1.16,3.54,2.21,5.4,3.15l2.86-6 C464.88,174.23,463.38,173.35,461.93,172.38L461.93,172.38z M401.99,151.57l-6.57,1.19c1.69,9.11,4.7,17.97,8.96,26.18l6.01-3.26 C406.46,168.14,403.6,160,401.99,151.57L401.99,151.57z M471.57,168.12l-2.85,5.98c5.41,2.51,11.37,3.89,17.51,3.8l-0.13-6.77 C481.12,171.2,476.14,170.15,471.57,168.12L471.57,168.12z M491.57,170.59c-1.25,0.23-2.52,0.39-3.81,0.48l0.13,6.78 c1.63-0.09,3.25-0.29,4.85-0.57L491.57,170.59L491.57,170.59z M501.85,166.9c-2.71,1.49-5.61,2.62-8.64,3.34l1.17,6.7 c3.7-0.82,7.3-2.16,10.66-3.95L501.85,166.9L501.85,166.9z M451.73,163.05l-5.3,4.08c2.98,3.73,6.48,7.03,10.35,9.79l3.76-5.49 C457.25,169.05,454.27,166.23,451.73,163.05L451.73,163.05z M433.14,165.24l-5.91,3.21c1.45,2.64,3.08,5.16,4.87,7.57l5.3-4.08 C435.84,169.8,434.42,167.56,433.14,165.24L433.14,165.24z M569.84,148.05c-0.43,3.09-1.04,6.16-1.82,9.19 c-1.32,5.14-3.13,10.14-5.37,14.93l6.05,2.98c0.1-0.22,0.21-0.44,0.31-0.66c3.69-8.1,6.12-16.73,7.33-25.53L569.84,148.05 L569.84,148.05z M410.16,150.09l-6.57,1.19c1.54,8.24,4.32,16.23,8.18,23.65l5.98-3.25 C414.19,164.93,411.59,157.66,410.16,150.09L410.16,150.09z M466.66,165.47l-3.7,5.4c1.37,0.91,2.79,1.75,4.25,2.5l2.84-5.96 C468.89,166.83,467.76,166.18,466.66,165.47L466.66,165.47z M561.55,146.88c-1.08,7.46-3.21,14.77-6.35,21.61l5.85,2.89 c3.49-7.38,5.95-15.3,7.16-23.56L561.55,146.88L561.55,146.88z M418.43,148.59l-6.59,1.19c1.38,7.37,3.81,14.53,7.23,21.17 l5.88-3.19c-0.23-0.43-0.45-0.87-0.66-1.31C421.53,160.8,419.57,154.77,418.43,148.59L418.43,148.59z M440.49,161.25l-5.9,3.21 c1.25,2.25,2.64,4.4,4.17,6.45l5.29-4.07C442.75,165.04,441.56,163.18,440.49,161.25L440.49,161.25z M458.37,157.94l-5.2,4 c2.44,3.01,5.28,5.7,8.42,7.97l3.69-5.38c-1.19-0.85-2.32-1.78-3.39-2.78C460.62,160.57,459.45,159.3,458.37,157.94 L458.37,157.94z M553.31,145.72c-0.92,6.3-2.68,12.47-5.25,18.27c-0.12,0.27-0.24,0.54-0.36,0.8l5.88,2.9 c3.1-6.63,5.28-13.72,6.36-21.04L553.31,145.72L553.31,145.72z M426.57,147.11l-6.55,1.19c1.14,6.02,3.07,11.9,5.76,17.39 c0.21,0.43,0.42,0.85,0.64,1.27l5.91-3.21C429.65,158.52,427.68,152.9,426.57,147.11L426.57,147.11z M447.82,157.26l-5.88,3.19 c1.04,1.85,2.2,3.63,3.46,5.33l5.3-4.08C449.66,160.29,448.69,158.8,447.82,157.26L447.82,157.26z M545.05,144.56 c-0.81,5.5-2.35,10.89-4.6,15.96c-0.09,0.19-0.17,0.38-0.26,0.58l6,2.96c0.11-0.25,0.23-0.5,0.34-0.76 c2.51-5.66,4.2-11.68,5.08-17.81L545.05,144.56L545.05,144.56z M434.78,145.62l-6.55,1.19c1,5.23,2.68,10.33,5.02,15.11 c0.17,0.35,0.35,0.7,0.53,1.05l5.9-3.21C437.41,155.31,435.74,150.54,434.78,145.62L434.78,145.62z M455.24,153.23l-5.87,3.19 c0.84,1.45,1.76,2.85,2.76,4.19l5.23-4.02C456.59,155.51,455.89,154.39,455.24,153.23L455.24,153.23z M536.8,143.4 c-0.7,4.7-2.02,9.31-3.95,13.65l-0.16,0.35l5.97,2.95c2.31-5.07,3.93-10.48,4.76-16.01L536.8,143.4L536.8,143.4z M443.04,144.12 l-6.6,1.2c0.86,4.44,2.29,8.77,4.28,12.82c0.14,0.28,0.28,0.55,0.42,0.83l5.88-3.2l-0.09-0.17 C445.11,151.99,443.81,148.11,443.04,144.12L443.04,144.12z M528.5,142.23c-0.58,3.91-1.66,7.73-3.26,11.34l-0.06,0.12l5.98,2.95 c1.93-4.28,3.29-8.82,4-13.47L528.5,142.23L528.5,142.23z M451.29,142.63l-6.65,1.21c0.15,0.76,0.32,1.51,0.51,2.27 c0.78,3.09,1.94,6.05,3.41,8.84l5.9-3.2C453.01,148.86,451.94,145.79,451.29,142.63L451.29,142.63z M485.67,117.45 c9.86,0,17.87,8.14,17.87,18.18c0,10.03-8.01,18.18-17.87,18.18c-9.87,0-17.88-8.14-17.88-18.18 C467.79,125.59,475.8,117.45,485.67,117.45L485.67,117.45z M520.29,141.07c-0.07,0.44-0.14,0.88-0.23,1.32 c-0.51,2.62-1.33,5.16-2.43,7.56l5.97,2.95c1.53-3.48,2.61-7.16,3.2-10.92L520.29,141.07L520.29,141.07z M577.39,134.13 l-6.67,0.23c0.07,3.94-0.13,7.88-0.6,11.78l6.63,0.84c0.51-4.2,0.73-8.45,0.64-12.71L577.39,134.13L577.39,134.13z M425.52,137.47c0.07,2.45,0.29,4.9,0.66,7.32c0.03,0.22,0.07,0.43,0.1,0.65l-6.54,1.19c-0.49-2.98-0.78-6-0.88-9.02 L425.52,137.47L425.52,137.47z M567.92,121.47l-6.54,1.19c1.2,7.44,1.32,15.06,0.39,22.55l6.66,0.94 c0.03-0.24,0.06-0.49,0.09-0.73C569.44,137.46,569.22,129.37,567.92,121.47L567.92,121.47z M433.85,137.31 c0.07,2.18,0.28,4.36,0.61,6.52l0.02,0.13l-6.54,1.19c-0.41-2.55-0.66-5.12-0.75-7.7L433.85,137.31L433.85,137.31z M559.65,122.97l-6.48,1.18c1.06,6.57,1.17,13.29,0.36,19.9l6.63,0.93c0.07-0.58,0.14-1.17,0.2-1.76 C561.03,136.47,560.77,129.65,559.65,122.97L559.65,122.97z M551.45,124.46l-6.48,1.18c0.9,5.69,1,11.52,0.31,17.24l6.55,0.92 C552.59,137.38,552.46,130.84,551.45,124.46L551.45,124.46z M442.25,137.14c0.07,1.78,0.23,3.55,0.5,5.31l-6.6,1.2 c-0.34-2.11-0.55-4.24-0.62-6.37L442.25,137.14L442.25,137.14z M543.3,125.94l-6.55,1.19c0.75,4.82,0.84,9.74,0.27,14.59 l6.63,0.93c0.02-0.14,0.03-0.27,0.05-0.41C544.3,136.82,544.16,131.32,543.3,125.94L543.3,125.94z M450.56,136.98 c0.07,1.33,0.21,2.66,0.42,3.98l-6.63,1.2c-0.25-1.67-0.4-3.36-0.45-5.05L450.56,136.98L450.56,136.98z M535.09,127.43l-6.62,1.2 c0.59,3.94,0.68,7.96,0.25,11.92l6.66,0.94C535.93,136.82,535.82,132.07,535.09,127.43L535.09,127.43z M526.89,128.91l-6.63,1.2 c0.48,3.06,0.57,6.19,0.25,9.27l6.53,0.92C527.49,136.53,527.45,132.69,526.89,128.91L526.89,128.91z M394.56,123.37 c-0.14,1.06-0.25,2.12-0.35,3.19c-0.31,3.27-0.44,6.56-0.4,9.85l6.66-0.13c-0.03-4,0.22-8,0.74-11.97L394.56,123.37 L394.56,123.37z M402.9,124.54c-0.51,3.88-0.75,7.79-0.74,11.7l6.67-0.13c-0.01-3.55,0.22-7.11,0.68-10.63L402.9,124.54 L402.9,124.54z M411.08,125.69c-0.43,3.44-0.62,6.91-0.58,10.38l6.74-0.13c-0.02-3.11,0.16-6.22,0.53-9.31L411.08,125.69 L411.08,125.69z M419.34,126.86c-0.37,3-0.55,6.03-0.52,9.05l6.67-0.13c-0.01-2.67,0.15-5.34,0.48-7.99L419.34,126.86 L419.34,126.86z M427.6,128.02c-0.31,2.56-0.46,5.14-0.44,7.72l6.67-0.13c0-2.23,0.13-4.45,0.4-6.66L427.6,128.02L427.6,128.02z M435.86,129.18c-0.26,2.12-0.38,4.26-0.37,6.4l6.72-0.13c0-1.78,0.1-3.56,0.31-5.33L435.86,129.18L435.86,129.18z M444.22,130.36c-0.21,1.68-0.32,3.36-0.34,5.05l6.64-0.13c0-1.34,0.07-2.67,0.22-4L444.22,130.36L444.22,130.36z M447.87,117.43 c-1.63,3.57-2.77,7.37-3.41,11.25l6.5,0.92c0.52-3.21,1.52-6.3,2.91-9.21L447.87,117.43L447.87,117.43z M522.93,116.46 l-5.91,3.21c1.34,2.78,2.33,5.74,2.94,8.78l6.65-1.21c-0.07-0.38-0.15-0.77-0.24-1.15C525.63,122.75,524.46,119.51,522.93,116.46 L522.93,116.46z M440.31,113.7c-1.94,4.15-3.34,8.57-4.1,13.1c-0.04,0.24-0.08,0.47-0.11,0.71l6.66,0.94 c0.63-4.07,1.8-8.06,3.54-11.79L440.31,113.7L440.31,113.7z M432.81,110c-2.13,4.53-3.69,9.33-4.62,14.27 c-0.13,0.69-0.25,1.38-0.35,2.08l6.63,0.93c0.76-4.94,2.2-9.76,4.31-14.28l0.02-0.05L432.81,110L432.81,110z M530.33,112.44 l-5.89,3.2c1.76,3.57,3.01,7.39,3.75,11.32l6.61-1.2C533.92,121.13,532.42,116.64,530.33,112.44L530.33,112.44z M425.31,106.3 c-2.69,5.71-4.59,11.79-5.61,18.03c-0.05,0.28-0.09,0.56-0.13,0.84l6.63,0.93c0.88-5.83,2.59-11.53,5.08-16.86L425.31,106.3 L425.31,106.3z M537.68,108.45l-5.9,3.21c2.04,4.06,3.56,8.38,4.49,12.85c0.07,0.32,0.13,0.64,0.19,0.96l6.55-1.19 C541.98,118.77,540.19,113.43,537.68,108.45L537.68,108.45z M417.8,102.59c-2.83,6.01-4.89,12.39-6.08,18.94 c-0.15,0.82-0.29,1.65-0.41,2.48l6.69,0.94c0.98-6.71,2.91-13.28,5.79-19.41L417.8,102.59L417.8,102.59z M545.04,104.45 l-5.9,3.21c2.46,4.87,4.29,10.08,5.37,15.45c0.06,0.29,0.11,0.57,0.17,0.86l6.49-1.18C550,116.42,547.95,110.21,545.04,104.45 L545.04,104.45z M410.33,98.91c-3.53,7.57-5.95,15.67-7.19,23.96l6.62,0.93c1.16-7.58,3.39-14.98,6.61-21.91L410.33,98.91 L410.33,98.91z M552.31,100.5l-5.83,3.17c2.84,5.59,4.94,11.57,6.19,17.73c0.07,0.36,0.14,0.72,0.21,1.08l6.47-1.17 C557.98,114.08,555.61,107.05,552.31,100.5L552.31,100.5z M559.75,96.46l-5.9,3.2c2.92,5.73,5.15,11.83,6.58,18.12 c0.24,1.07,0.46,2.13,0.66,3.21l6.54-1.18C566.13,111.69,563.49,103.79,559.75,96.46L559.75,96.46z M451.12,111.55 c-0.92,1.4-1.77,2.85-2.52,4.35l6.04,2.98c0.63-1.16,1.31-2.29,2.06-3.37L451.12,111.55L451.12,111.55z M519.57,110.85 l-5.29,4.07c0.71,1.04,1.37,2.13,1.97,3.24l5.89-3.2C521.36,113.55,520.5,112.17,519.57,110.85L519.57,110.85z M444.27,106.7 c-1.18,1.76-2.26,3.59-3.22,5.48l5.98,2.95c0.81-1.58,1.72-3.1,2.72-4.55L444.27,106.7L444.27,106.7z M460.18,101.8 c-1.86,1.44-3.61,3.04-5.2,4.79c-1.04,1.13-2.01,2.33-2.9,3.58l5.61,3.98c1.91-2.52,4.15-4.8,6.64-6.77L460.18,101.8 L460.18,101.8z M526.25,105.71l-5.3,4.08c0.89,1.24,1.71,2.53,2.46,3.87c0.09,0.16,0.17,0.31,0.26,0.47l5.88-3.2 C528.56,109.13,527.45,107.38,526.25,105.71L526.25,105.71z M510.56,101.46l-3.8,5.54c1.23,0.93,2.4,1.95,3.49,3.05 c1.1,1.1,2.11,2.27,3.05,3.51l5.27-4.06C516.26,106.48,513.56,103.77,510.56,101.46L510.56,101.46z M437.43,101.85 c-1.43,2.12-2.73,4.34-3.89,6.63l5.98,2.95c1.01-1.97,2.14-3.87,3.39-5.69L437.43,101.85L437.43,101.85z M532.9,100.6l-5.31,4.08 c1.24,1.75,2.38,3.58,3.41,5.47l5.9-3.21C535.71,104.74,534.37,102.62,532.9,100.6L532.9,100.6z M455.15,95.03 c-1.37,1.06-2.69,2.2-3.95,3.4c-2.19,2.1-4.18,4.41-5.96,6.87l5.5,3.89c2.43-3.26,5.31-6.18,8.52-8.66L455.15,95.03L455.15,95.03 z M515.25,94.61l-3.79,5.53c3.18,2.37,6.04,5.16,8.48,8.3l5.3-4.08C522.37,100.66,519,97.38,515.25,94.61L515.25,94.61z M430.6,97c-1.68,2.49-3.2,5.09-4.55,7.78l5.98,2.95c1.2-2.37,2.55-4.66,4.06-6.83L430.6,97L430.6,97z M478.09,93.72 c-5.95,1.14-11.63,3.57-16.56,7.08l4.14,5.57c4.04-2.9,8.66-4.98,13.59-5.96L478.09,93.72L478.09,93.72z M539.55,95.48 l-5.31,4.08c1.5,2.11,2.88,4.31,4.11,6.6l5.9-3.21C542.85,100.35,541.28,97.86,539.55,95.48L539.55,95.48z M505.08,97.9 l-2.93,6.13c1.11,0.6,2.2,1.26,3.24,1.98l3.81-5.55C507.88,99.53,506.51,98.67,505.08,97.9L505.08,97.9z M450.12,88.28 c-1.8,1.39-3.53,2.89-5.15,4.49c-2.4,2.37-4.6,4.94-6.57,7.69l5.5,3.9c2.94-3.98,6.44-7.53,10.34-10.55L450.12,88.28 L450.12,88.28z M423.75,92.15c-1.93,2.85-3.68,5.83-5.21,8.92l5.99,2.95c1.39-2.78,2.97-5.44,4.72-7.98L423.75,92.15 L423.75,92.15z M520.02,87.66l-3.72,5.42c1.16,0.86,2.29,1.78,3.37,2.74c2.54,2.26,4.86,4.77,6.92,7.49l5.29-4.07 C528.49,94.85,524.48,90.95,520.02,87.66L520.02,87.66z M486.27,93.01l0.13,6.78c4.93,0.13,9.82,1.35,14.26,3.48l2.93-6.14 c-0.66-0.32-1.33-0.63-2.01-0.92C496.74,94.18,491.52,93.11,486.27,93.01L486.27,93.01z M546.2,90.36l-5.31,4.09 c1.77,2.46,3.38,5.04,4.82,7.71l5.83-3.17C549.95,96,548.17,93.11,546.2,90.36L546.2,90.36z M484.6,93.01l-0.08,0 c-1.61,0.05-3.21,0.19-4.79,0.43l1.17,6.68c1.1-0.16,2.22-0.27,3.34-0.32c0.16-0.01,0.33-0.01,0.49-0.02L484.6,93.01L484.6,93.01 z M476.62,85.38c-7.24,1.37-14.16,4.34-20.13,8.65l4.1,5.52c5.13-3.66,11.01-6.26,17.2-7.47L476.62,85.38L476.62,85.38z M445.1,81.53c-2.29,1.76-4.46,3.67-6.5,5.73c-2.57,2.59-4.92,5.39-7.04,8.36l5.5,3.9c3.44-4.7,7.56-8.89,12.17-12.43 L445.1,81.53L445.1,81.53z M508.65,90.44l-2.9,6.07c1.5,0.8,2.95,1.69,4.35,2.65l3.79-5.53 C512.21,92.46,510.45,91.4,508.65,90.44L508.65,90.44z M524.78,80.71l-3.72,5.42c1.61,1.18,3.15,2.45,4.63,3.8 c2.76,2.51,5.29,5.29,7.54,8.27l5.3-4.07C534.61,89.02,529.96,84.51,524.78,80.71L524.78,80.71z M552.84,85.25l-5.29,4.07 c2.03,2.82,3.88,5.77,5.52,8.84l5.9-3.2c-0.08-0.16-0.17-0.31-0.25-0.47C556.96,91.28,554.99,88.19,552.84,85.25L552.84,85.25z M486.11,84.53l0.13,6.78c6.25,0.12,12.41,1.69,18.02,4.43l2.9-6.07C500.62,86.47,493.42,84.64,486.11,84.53L486.11,84.53z M440.09,74.8c-4.02,3.09-7.74,6.58-11.06,10.45c-1.52,1.77-2.96,3.61-4.32,5.52l5.51,3.9c3.94-5.44,8.67-10.27,13.97-14.35 L440.09,74.8L440.09,74.8z M559.51,80.12l-5.32,4.09c2.29,3.18,4.36,6.51,6.19,9.98l5.89-3.2c-1.97-3.73-4.2-7.33-6.69-10.77 L559.51,80.12L559.51,80.12z M529.62,73.65l-3.8,5.54c2.1,1.54,4.12,3.21,6.04,4.99c2.92,2.72,5.61,5.71,8.02,8.91L545.2,89 c-1.46-1.95-3.02-3.83-4.67-5.62C537.22,79.77,533.56,76.52,529.62,73.65L529.62,73.65z M475.16,77.05 c-8.53,1.61-16.67,5.12-23.7,10.23l4.12,5.54c6.18-4.47,13.28-7.62,20.75-9.07L475.16,77.05L475.16,77.05z M512.28,82.82 l-2.84,5.96c1.9,0.99,3.74,2.1,5.5,3.33l3.72-5.42C516.61,85.27,514.48,83.98,512.28,82.82L512.28,82.82z M484.44,84.54 l0.13,6.78c-1.72,0.05-3.44,0.21-5.13,0.47l-1.17-6.69c2-0.31,4.01-0.5,6.04-0.56L484.44,84.54L484.44,84.54z M435.09,68.08 c-6.39,4.9-12.11,10.73-16.88,17.36c-0.11,0.16-0.23,0.32-0.34,0.48l5.48,3.89c1.29-1.83,2.67-3.61,4.12-5.31 c3.48-4.09,7.38-7.79,11.61-11.04L435.09,68.08L435.09,68.08z M485.95,76.06l0.13,6.78c7.56,0.1,15.06,1.9,21.87,5.19l2.85-5.96 C503.1,78.28,494.61,76.15,485.95,76.06L485.95,76.06z M534.29,66.84l-3.72,5.42c3.91,2.84,7.55,6.06,10.86,9.62 c1.8,1.94,3.51,3.97,5.1,6.09l5.28-4.07C546.84,77.4,540.9,71.65,534.29,66.84L534.29,66.84z M473.7,68.71 c-9.81,1.85-19.19,5.91-27.26,11.81l4.13,5.55c7.23-5.26,15.56-8.97,24.3-10.67L473.7,68.71L473.7,68.71z M515.92,75.2 l-2.85,5.96c2.29,1.19,4.51,2.52,6.63,4l3.72-5.42C521.02,78.07,518.51,76.55,515.92,75.2L515.92,75.2z M430.02,61.27 c-3.98,3.06-7.71,6.44-11.15,10.13c-2.82,3.04-5.44,6.27-7.83,9.67l5.48,3.88c2.39-3.4,5.03-6.63,7.91-9.65 c2.98-3.13,6.19-6.02,9.6-8.65L430.02,61.27L430.02,61.27z M484.28,76.07l-0.19,0c-2.44,0.07-4.88,0.3-7.29,0.69l1.17,6.69 c2.08-0.33,4.18-0.54,6.29-0.6l0.14,0L484.28,76.07L484.28,76.07z M485.79,67.59l0.13,6.78c8.88,0.08,17.69,2.19,25.66,6.05 l2.85-5.97C505.59,70.1,495.8,67.65,485.79,67.59L485.79,67.59z M472.24,60.38c-11.08,2.09-21.68,6.72-30.81,13.41l4.1,5.51 c8.24-6.04,17.78-10.3,27.88-12.24L472.24,60.38L472.24,60.38z M519.6,67.48l-2.9,6.07c2.68,1.38,5.28,2.94,7.76,4.67l3.79-5.53 C525.49,70.76,522.6,69.02,519.6,67.48L519.6,67.48z M484.12,67.6l-0.24,0.01c-2.86,0.08-5.71,0.36-8.53,0.82l1.17,6.69 c2.49-0.41,5-0.66,7.53-0.73l0.2,0L484.12,67.6L484.12,67.6z M485.63,59.11l0.13,6.78c10.18,0.06,20.3,2.47,29.46,6.91l2.9-6.07 C508.03,61.82,496.88,59.13,485.63,59.11L485.63,59.11z M470.78,52.04c-12.35,2.34-24.16,7.53-34.35,15.03l3.99,5.37 c9.33-6.85,20.17-11.6,31.52-13.74L470.78,52.04L470.78,52.04z M485.46,50.64l0.13,6.78c11.49,0.02,22.91,2.76,33.24,7.79 l2.85-5.98C510.49,53.71,498.09,50.64,485.46,50.64L485.46,50.64z M485.3,42.17l0.13,6.78c12.79,0,25.5,3.07,37.02,8.69l2.91-6.1 C512.98,45.48,499.26,42.14,485.3,42.17L485.3,42.17z M469.39,43.4c-7.9,1.36-15.61,3.86-22.84,7.51 c-0.17,0.09-0.34,0.17-0.52,0.26l3.11,6.01c1.98-1.02,4-1.95,6.06-2.79c4.94-2,10.08-3.46,15.31-4.37L469.39,43.4L469.39,43.4z' /%3E%3C/g%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cpath d='M631.61,225.14v14.05H594.2v-63.86h14.6v49.81H631.61z'/%3E%3Cpath d='M663.9,175.33v63.86h-14.6v-63.86H663.9z'/%3E%3Cpath d='M680.69,175.33h15.97l14.14,46.98l14.14-46.98h15.96l-20.8,63.86h-18.61L680.69,175.33z'/%3E%3Cpolygon points='772.29,225.14 772.29,213.83 795.09,213.83 795.09,213.83 797.38,213.83 797.38,199.97 795.09,199.97 794.13,199.97 772.29,199.97 772.29,189.38 797.38,189.38 797.38,175.33 757.69,175.33 757.69,239.19 797.41,239.19 797.41,225.14 '/%3E%3C/g%3E%3C/svg%3E%0A");
    background-position: left center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 200px;
    height: 60px;
    display: inline-block;
}

header ul {
    text-align: center;
}

header ul li {
    display: inline-block;
    list-style: none;
}

header ul li a {
    color: var(--color-white);
    display: inline-block;
    font-weight: bold;
    padding: 10px 12px;
    text-decoration: none;
    border-radius: 4px;
    transition: all ease 0.3s;
}

header ul li a:hover {
    color: var(--color-orange);
}

header .icon-search {
    background-image: url("data:image/svg+xml,%3Csvg width='800px' height='800px' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15.7955 15.8111L21 21M18 10.5C18 14.6421 14.6421 18 10.5 18C6.35786 18 3 14.6421 3 10.5C3 6.35786 6.35786 3 10.5 3C14.6421 3 18 6.35786 18 10.5Z' stroke='%23ffffff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat no-repeat;
    background-position: center center;
    background-size: 60%;
    width: 40px;
    height: 40px;
    padding: 10px 16px;
    display: inline-block;
    border: 1px solid transparent;
    display: inline-block;
    float: right;
    margin-left: 5px;
}

header .logo span,
header .icon-search span {
    display: inline-block;
    text-indent: -9999px;
    overflow: hidden;
    white-space: nowrap;
    width: 1px;
    height: 1px;
}

header .icon-menu {
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4 6H20M4 12H20M4 18H20' stroke='%23ffffff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' /%3E%3C/svg%3E");
    background-repeat: no-repeat no-repeat;
    background-position: center center;
    background-size: cover;
    width: 34px;
    height: 34px;
    padding: 10px 16px 0 16px;
    display: inline-block;
    border: 1px solid transparent;
    display: inline-block;
    float: right;
    margin-left: 5px;
    margin-top: 3px;
}

header .btn-login {
    border: 1px solid transparent;
    color: var(--color-white);
    display: inline-block;
    font-weight: bold;
    padding: 10px 10px;
    text-decoration: none;
    border-radius: 4px;
    float: right;
    margin-left: 5px;
}

header .btn-signup {
    display: inline-block;
    padding: 10px 20px 10px 40px !important;
    text-decoration: none;
    float: right;
    margin-left: 5px;

    font-weight: 600;
    color: var(--color-white);
    cursor: pointer;
    text-align: center;
    border: 1px solid transparent;
    background-image: url("data:image/svg+xml,%3Csvg width='800px' height='800px' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg id='SVGRepo_bgCarrier' stroke-width='0'/%3E%3Cg id='SVGRepo_tracerCarrier' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cg id='SVGRepo_iconCarrier'%3E%3Ccircle cx='12' cy='9' r='3' stroke='%23FFFFFF' stroke-width='1.5'/%3E%3Ccircle cx='12' cy='12' r='10' stroke='%23FFFFFF' stroke-width='1.5'/%3E%3Cpath d='M17.9691 20C17.81 17.1085 16.9247 15 11.9999 15C7.07521 15 6.18991 17.1085 6.03076 20' stroke='%23FFFFFF' stroke-width='1.5' stroke-linecap='round'/%3E%3C/g%3E%3C/svg%3E");
    background-repeat: no-repeat no-repeat;
    background-position: 10px center;
    background-size: 24px;
    background-color: #ff904d;
    border-radius: 4px;
    moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

header .btn-signup:hover {
    background-color: #FC5F01;
}

header ul li.dropdown {
    position: relative;
    display: inline-block;
}

header ul li.dropdown .submenu {
    display: none;
    position: absolute;
    top: 100%;
    background-color: var(--color-white);
    min-width: 150px;
    padding: 0;
    z-index: 100;
    border-radius: 5px;
    box-shadow: 5px 5px 20px var(--color-blue);
    text-align: left;
}

.submenu li {
    display: block;
}

.submenu li a {
    display: block;
    padding: 15px;
    color: var(--color-blue);
    font-weight: bold;
    min-width: 150px;
    text-decoration: none;
    border-bottom: 1px solid #ccc;
}

/* .submenu li a:hover {
    background: #f5f5f5;
} */

.dropdown:hover .submenu {
    display: block;
    background: var(--color-white);
    width: 100%;
    margin-left: 0px;
}

/* OWL CAROUSEL */
.owl-dots {
    display: none;
}

.owl-nav {
    position: absolute;
    width: 100%;
    top: 30%;
    z-index: 1;
    padding: 0;
    height: 0;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev {
    width: auto;
    display: inline-block;
    margin: 0 -15px;
}

.owl-large .owl-nav {
    top: 35%;
}


.owl-carousel .owl-nav button.owl-next {
    float: right;
}

.owl-carousel .owl-nav button.owl-next span,
.owl-carousel .owl-nav button.owl-prev span {
    background: var(--color-orange) !important;
    padding: 0px 12px 6px 10px !important;
    color: var(--color-white);
    font-size: 40px;
    line-height: 30px;
    display: inline-block;
    border-radius: 50%;
    transition: all ease 0.3s;
}

.owl-carousel .owl-nav button.owl-next span:hover,
.owl-carousel .owl-nav button.owl-prev span:hover {
    background: rgba(255, 255, 255, 1) !important;
    color: var(--color-black);
}

.all-artists-search .owl-nav {
    top: 20%;
}

#modal-search .modal-body .owl-nav {
    top: 20%;
}

/* SIDE NAVIGATION MENU */
.sidenav {
    height: 100%;
    width: 300px;
    position: fixed;
    z-index: 101;
    top: 0;
    left: -300px;
    background-color: #242477;
    overflow-x: hidden;
    padding-top: 60px;
    transition: 0.5s;
}

.sidenav .btn-login {
    display: inline-block;
    padding: 10px 20px;
    text-decoration: none;
    margin: 15px 0;
    font-weight: 600;
    color: var(--color-white);
    cursor: pointer;
    text-align: center;
    border: 1px solid transparent;
    background-image: linear-gradient(to right, #ff904d, #b34300);
    background-size: 300% 100%;

    border-radius: 4px;
    moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.sidenav .btn-login:hover {
    background-position: 100% 0;
    moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #818181;
    display: block;
    transition: 0.3s;
}

.sidenav a:hover {
    color: #f1f1f1;
}

.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 15px;
    font-size: 36px;
    margin-left: 50px;
    color: #fff;
}

.sidenav ul {
    margin: 0 30px;
}

.sidenav ul li {
    list-style: none;
    display: block;
}

.sidenav ul li a {
    font-size: 16px;
    display: block;
    padding: 15px 0;
    color: #fff;
    border-bottom: 1px dotted rgba(255, 255, 255, 0.2);
}

.sidenav ul li.dropdown .submenu {
    display: none;
}

.sidenav .submenu li a {
    font-weight: normal;
}

ul#sidenav-list li.dropdown ul.submenu li a {
    color: var(--color-blue);
    border-bottom: 1px solid #ccc;
    padding: 10px;
}

@media screen and (max-height: 450px) {
    .sidenav {
        padding-top: 15px;
    }

    .sidenav a {
        font-size: 18px;
    }
}

/* CARD BOX */
.card-box {
    padding: 20px;
    background: var(--color-white);
    margin: 0 0 20px 0;
}

.card-box h2 {
    font-family: "Montserrat-Normal";
    font-size: 20px;
    color: #1a1a1a;
    text-transform: capitalize !important;
    margin: 0 0 20px 0;
}

.card-box h2 a {
    color: var(--color-blue);
}

.card-box h2 a:hover {
    color: var(--color-orange);
}

.card-box h3 {
    text-transform: capitalize;
    margin: 0 0 20px 0;
    align-items: center;
}

.card-box h3 img {
    margin: 0 5px;
    max-width: 24px;
}

.card-box p {
    font-size: 16px;
    line-height: 26px;
    margin: 0 0 20px 0;
}

.card-blue {
    background: var(--color-blue);
}

.card-blue h2,
.card-blue p {
    color: var(--color-white);
}

.card-blue .event-card {
    border: none;
}

.card-blue .event-card:hover {
    box-shadow: none;
}

/* SIDEBAR LISTS */
.sidebar-list {
    margin: 0 0 20px 0;
    padding: 0 0 20px 0;
    border-bottom: 1px dashed #ccc;
    display: flex;
    /* justify-content: space-between; */
    justify-content: flex-start;
}

.sidebar-list .sidebar-list-col-2 {
    width: 20%;
    display: flex;
    align-self: stretch;
    align-items: center;
    justify-content: center;
    border-right: 2px solid var(--color-orange);
}

.sidebar-list .sidebar-list-col-8 {
    width: 75%;
    margin-left: 20px;
    padding-top: 10px;
}

.sidebar-list .border-orange {
    border-right: 2px solid var(--color-orange);
}

.sidebar-list h3 {
    font-family: "Gilroy-Bold";
    font-weight: normal;
    margin: 0;
    font-size: 36px;
    text-align: left;
    color: var(--color-blue);
}

.sidebar-list h3 span {
    font-size: 20px;
    display: block;
}

.sidebar-list h2 {
    font-size: 14px;
    display: block;
    margin: 0 0 10px 0;
    color: var(--color-black);
    text-decoration: none;
}

.sidebar-list p {
    font-size: 12px;
    line-height: 20px;
    display: block;
    margin: 0;
    color: var(--color-black);
    text-decoration: none;
}

.sidebar-list h2 a,
.sidebar-list p a {
    color: var(--color-black);
    text-decoration: none;
}

.sidebar-list h2 a:hover,
.sidebar-list p a:hover {
    color: var(--color-orange);
}


/* SIDEBAR ARTISTS LISTS */
.sidebar-artist-list {
    margin: 0 0 20px 0;
    padding: 0 0 20px 0;
    border-bottom: 1px dashed #ccc;
}

.sidebar-artist-list h2 {
    font-family: "Gilroy-Bold";
    font-size: 18px;
    font-weight: normal;
    display: block;
    margin: 0 0 5px 0;
    color: var(--color-orange);
    text-decoration: none;
}

.sidebar-artist-list h2 a {
    text-decoration: none;
    color: var(--color-orange);
}

.sidebar-artist-list h2 a:hover {
    text-decoration: underline;
}

.sidebar-artist-list p {
    font-size: 12px;
    line-height: 20px;
    font-weight: 500;
    display: block;
    margin: 0 0 10px 0;
    color: var(--color-black);
    text-decoration: none;
}

.sidebar-artist-list span.date {
    font-size: 12px;
    font-weight: 600;
    font-style: italic;
    color: var(--color-blue);
}


/* LINEUP */
.line-up-box {
    padding: 10px;
    border: 1px solid #ddd;
    background: #f2f2f2;
    margin: 0 0 20px 0;
}

.line-up-box .line-up-date {
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    color: var(--color-blue);
    transition: all ease 0.3s;
}

.line-up-box .line-up-date:hover {
    color: var(--color-orange);
}

.line-up-box .headliners {
    padding: 6px 10px;
    border-radius: 5px;
    background: var(--color-orange);
    color: var(--color-white);
    display: inline-block;
    font-weight: 600;
    text-decoration: none;
    font-size: 11px;
    margin: 0 0 10px 0;
}

.line-up-box h2 {
    font-weight: 600;
    font-size: 22px;
    text-transform: capitalize;
    margin: 0 0 10px 0;
}

.line-up-box h2 a {
    text-decoration: none;
    color: var(--color-black);
}

.line-up-box h2 a:hover {
    color: var(--color-orange);
}


/* PAGINATION */
nav.pagination {
    text-align: center;
    padding: 20px 0;
}

nav.pagination ul {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    list-style: none;
}

nav.pagination ul li {
    list-style: none;
    margin: 0 2px;
}

nav.pagination ul li a,
nav.pagination ul li.active a,
nav.pagination ul li.active span,
nav.pagination ul li.disabled a,
nav.pagination ul li.disabled span {
    padding: 10px 15px;
    border: 1px solid #ccc;
    display: block;
    border-radius: 6px;
    color: var(--color-blue);
    text-decoration: none;
    font-weight: 600;
    transition: all ease 0.3s;
}

nav.pagination ul li.active a,
nav.pagination ul li.active span {
    background-color: var(--color-blue);
    color: var(--color-white);
    border-color: var(--color-blue);
}

nav.pagination ul li.disabled a,
nav.pagination ul li.disabled span {
    background-color: #ccc;
    cursor: not-allowed;
    opacity: 0.6;
}

nav.pagination ul li a:hover {
    border: 1px solid var(--color-orange);
    background: var(--color-orange);
    color: var(--color-white);
}

nav.pagination ul li span.pagination-left-arrow {
    background-image: url("data:image/svg+xml,%3Csvg width='800px' height='800px' viewBox='-4.5 0 20 20' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3Earrow_left %5B%23335%5D%3C/title%3E%3Cdesc%3ECreated with Sketch.%3C/desc%3E%3Cdefs%3E%3C/defs%3E%3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Dribbble-Light-Preview' transform='translate(-345.000000, -6679.000000)' fill='%23000000'%3E%3Cg id='icons' transform='translate(56.000000, 160.000000)'%3E%3Cpath d='M299.633777,6519.29231 L299.633777,6519.29231 C299.228878,6518.90256 298.573377,6518.90256 298.169513,6519.29231 L289.606572,6527.55587 C288.797809,6528.33636 288.797809,6529.60253 289.606572,6530.38301 L298.231646,6538.70754 C298.632403,6539.09329 299.27962,6539.09828 299.685554,6538.71753 L299.685554,6538.71753 C300.100809,6538.32879 300.104951,6537.68821 299.696945,6537.29347 L291.802968,6529.67648 C291.398069,6529.28574 291.398069,6528.65315 291.802968,6528.26241 L299.633777,6520.70538 C300.038676,6520.31563 300.038676,6519.68305 299.633777,6519.29231' id='arrow_left-%5B%23335%5D'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    background-repeat: no-repeat no-repeat;
    background-position: center center;
    background-size: 100%;
    padding: 9px 7px;
    display: block;
}

nav.pagination ul li span.pagination-right-arrow {
    background-image: url("data:image/svg+xml,%3Csvg width='800px' height='800px' viewBox='-4.5 0 20 20' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3Earrow_right %5B%23336%5D%3C/title%3E%3Cdesc%3ECreated with Sketch.%3C/desc%3E%3Cdefs%3E%3C/defs%3E%3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Dribbble-Light-Preview' transform='translate(-305.000000, -6679.000000)' fill='%23000000'%3E%3Cg id='icons' transform='translate(56.000000, 160.000000)'%3E%3Cpath d='M249.365851,6538.70769 L249.365851,6538.70769 C249.770764,6539.09744 250.426289,6539.09744 250.830166,6538.70769 L259.393407,6530.44413 C260.202198,6529.66364 260.202198,6528.39747 259.393407,6527.61699 L250.768031,6519.29246 C250.367261,6518.90671 249.720021,6518.90172 249.314072,6519.28247 L249.314072,6519.28247 C248.899839,6519.67121 248.894661,6520.31179 249.302681,6520.70653 L257.196934,6528.32352 C257.601847,6528.71426 257.601847,6529.34685 257.196934,6529.73759 L249.365851,6537.29462 C248.960938,6537.68437 248.960938,6538.31795 249.365851,6538.70769' id='arrow_right-%5B%23336%5D'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    background-repeat: no-repeat no-repeat;
    background-position: center center;
    background-size: 100%;
    padding: 9px 7px;
    display: block;
}

nav.pagination ul li.disabled span.pagination-left-arrow,
nav.pagination ul li.disabled span.pagination-right-arrow {
    background-size: 45%;
    padding: 19px;
    display: block;
}

/* HEADINGS */
.section-heading {
    color: var(--color-blue);
    width: 70%;
    position: relative;
    font-size: 30px;
    z-index: 1;
    overflow: hidden;
    text-align: center;
    margin: 0px auto 30px auto !important;
}

.section-heading span {
    padding: 10px;
}

.section-heading:before,
.section-heading:after {
    position: absolute;
    top: 51%;
    overflow: hidden;
    width: 50%;
    height: 2px;
    content: '\a0';
    background-color: var(--color-blue);
}

.section-heading:before {
    margin-left: -50%;
    text-align: right;
}

/* SHARE */
.share-fb {
    background-image: url("data:image/svg+xml,%3Csvg width='800px' height='800px' viewBox='-5 0 20 20' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3Efacebook %5B%23176%5D%3C/title%3E%3Cdesc%3ECreated with Sketch.%3C/desc%3E%3Cdefs%3E%3C/defs%3E%3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Dribbble-Light-Preview' transform='translate(-385.000000, -7399.000000)' fill='%23ffffff'%3E%3Cg id='icons' transform='translate(56.000000, 160.000000)'%3E%3Cpath d='M335.821282,7259 L335.821282,7250 L338.553693,7250 L339,7246 L335.821282,7246 L335.821282,7244.052 C335.821282,7243.022 335.847593,7242 337.286884,7242 L338.744689,7242 L338.744689,7239.14 C338.744689,7239.097 337.492497,7239 336.225687,7239 C333.580004,7239 331.923407,7240.657 331.923407,7243.7 L331.923407,7246 L329,7246 L329,7250 L331.923407,7250 L331.923407,7259 L335.821282,7259 Z' id='facebook-%5B%23176%5D'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    background-repeat: no-repeat no-repeat;
    background-position: center center;
    background-size: 60%;
    background-color: #1877F2;
    width: 35px;
    height: 35px;
    display: inline-block;
    padding: 10px;
    border-radius: 50%;
}

.share-twt {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0,0,256,256' width='50px' height='50px' fill-rule='nonzero'%3E%3Cg fill='%23ffffff' fill-rule='nonzero' stroke='none' stroke-width='1' stroke-linecap='butt' stroke-linejoin='miter' stroke-miterlimit='10' stroke-dasharray='' stroke-dashoffset='0' font-family='none' font-weight='none' font-size='none' text-anchor='none' style='mix-blend-mode: normal'%3E%3Cg transform='scale(5.12,5.12)'%3E%3Cpath d='M5.91992,6l14.66211,21.375l-14.35156,16.625h3.17969l12.57617,-14.57812l10,14.57813h12.01367l-15.31836,-22.33008l13.51758,-15.66992h-3.16992l-11.75391,13.61719l-9.3418,-13.61719zM9.7168,8h7.16406l23.32227,34h-7.16406z'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    background-repeat: no-repeat no-repeat;
    background-position: center center;
    background-size: 60%;
    background-color: var(--color-black);
    width: 35px;
    height: 35px;
    display: inline-block;
    padding: 10px;
    border-radius: 50%;
}

/* On Apple Music Link */
a.btn-on-apple-music {
    font-size: 16px;
    font-weight: 500;
    color: var(--color-black);
    display: inline-block;
    margin: 0;
    padding: 6px 0 6px 40px;
    background: url('../images/btn-on-apple-music.png') center left no-repeat;
    background-size: contain;
    text-decoration: none;
}

a.btn-on-apple-music:hover {
    background: url('../images/btn-on-apple-music.png') center left no-repeat;
    background-size: contain;
}


/* LATEST FEATURED */
.latest-about-featured {
    padding: 30px;
    background: url('../images/latest-about-bkg.webp') top left no-repeat;
    background-size: cover;
    margin: 0 0 20px 0;
}

.latest-about-featured h2 {
    font-family: 'Gilroy-Bold';
    margin: 10px 0;
    font-size: 28px;
    font-weight: 400;
    color: var(--color-white);
}

.latest-about-featured h2 a {
    color: var(--color-white);
    text-decoration: none;
}

.latest-about-featured h2 a:hover {
    color: var(--color-white);
    text-decoration: underline;
}

.latest-about-featured p {
    color: var(--color-white);
    margin: 0 0 50px 0;
}

.latest-about-featured span.date {
    margin: 10px 0;
    font-size: 14px;
    font-weight: 600;
    font-style: italic;
    color: var(--color-white);
}

/* LATEST BOX */
.latest-box {
    padding: 20px;
    background: #f9f9f9;
    border: 1px solid #f2f2f2;
    margin: 0 0 20px 0;
}

.latest-box:hover {
    background: var(--color-white);
    box-shadow: 10px 10px 20px #ccc;
}

.latest-box figure {
    height: 250px;
    margin: 0 0 10px 0;
    background-position: center center;
    background-size: cover;
}

.latest-box h2 {
    height: 68px;
    overflow: hidden;
    margin: 10px 0;
    font-size: 18px;
    font-weight: 600;
    color: var(--color-black);
}

.latest-box h2 a {
    color: var(--color-black);
    text-decoration: none;
    transition: ease all 0.3s;
}

.latest-box h2 a:hover {
    color: var(--color-orange);
}

.latest-box span.date {
    margin: 10px 0;
    font-size: 12px;
    font-weight: 500;
    font-style: italic;
    color: var(--color-orange);
}

/* BREADCRUMBS */
.breadcrumb {
    background: var(--color-orange);
    padding: 5px 0 10px 0;
}

.breadcrumb ul {
    margin: 0;
}

.breadcrumb ul li {
    display: inline-block;
    list-style: none;
    font-size: 12px;
    font-weight: 600;
    color: var(--color-white);
}

.breadcrumb ul li span {
    padding: 0 6px;
}

.breadcrumb ul li a {
    font-size: 12px;
    font-weight: 600;
    color: var(--color-white);
    padding: 0 6px;
    text-decoration: underline;
    transition: all ease 0.3s;
}

.breadcrumb ul li a:hover {
    color: var(--color-blue);
}

.breadcrumb ul li::after {
    font-size: 18px;
    color: var(--color-white);
    content: ' \00BB';
}

.breadcrumb ul li:last-child::after {
    font-size: 18px;
    color: var(--color-white);
    content: '';
}

/* TABS */
.tabs {
    width: 100%;
    float: none;
    list-style: none;
    padding: 50px 0;
    margin: 0 auto;
}

.tabs:after {
    content: "";
    display: table;
    clear: both;
}

.tabs input[type="radio"] {
    display: none;
}

.tabs label {
    display: block;
    float: left;
    width: auto;
    color: var(--color-black);
    font-size: 18px;
    font-weight: 600;
    padding: 10px 10px 10px 0;
    cursor: pointer;
    border-bottom: 2px solid transparent;
    transition: all ease 0.3s;
    margin-right: 15px;
}

.tabs label span {
    display: none;
}

.tabs label i {
    padding: 5px;
    margin-right: 0;
}

.tabs label:hover {
    cursor: pointer;
    color: var(--color-orange);
    border-bottom: 2px solid var(--color-orange);
}

.tab-content {
    display: none;
    width: 100%;
    float: left;
    padding: 20px 0;
    box-sizing: border-box;
}

.tab-content * {
    -webkit-animation: scale 0.7s ease-in-out;
    -moz-animation: scale 0.7s ease-in-out;
    animation: scale 0.7s ease-in-out;
}

/* SHARE ON SOCIAL */
.share-on-social {
    margin: 0;
}

.share-on-social ul {
    margin: 0;
}

.share-on-social ul li {
    list-style: none;
    margin: 0;
    display: inline;
}

.share-on-social ul li a img {
    width: 24px;
    height: 24px;
    margin-right: 10px;
}

.share-on-social ul li a {
    display: inline-block;
    transition: all ease 0.3s;
}

@keyframes scale {
    0% {
        transform: scale(1);
        opacity: 0;
    }

    50% {
        transform: scale(1);
        opacity: 0.5;
    }

    100% {
        transform: scale(1);
        opacity: 1;
    }
}

.tabs [id^="tab"]:checked+label {
    border-bottom: 2px solid var(--color-orange);
    color: var(--color-black);
}

#tab1:checked~#tab-content1,
#tab2:checked~#tab-content2,
#tab3:checked~#tab-content3 {
    display: block;
}

@media (min-width: 768px) {
    .tabs i {
        padding: 5px;
        margin-right: 10px;
    }

    .tabs label span {
        display: inline-block;
    }
}

@media (max-width: 768px) {
    .tabs {
        padding: 0px 0;
    }

    .tabs i {
        padding: 5px;
        margin-right: 10px;
    }

    .tabs label {
        font-size: 14px;
    }

    .tabs label span {
        display: block;
    }

    .pagination .pagination-list li {
        display: none;
    }

    .pagination-list li.active,
    .pagination-list li:nth-child(1),
    .pagination-list li:nth-last-child(1) {
        display: inline;
    }
}

a.no-underline {
    text-decoration: none;
    color: inherit;
}

a.address {
    text-decoration: none;
    color: var(--color-orange);
}

a.address:hover {
    text-decoration: underline;
}

.ad .ad-title {
    font-family: 'Montserrat', 'Helvetica', 'Arial', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 10px;
    line-height: 14px;
    width: 100%;
    float: left;
    clear: both;
    margin-bottom: 8px
}

/* datepicker css */

.ui-datepicker .ui-datepicker-header {
    background-color: var(--color-orange);
}

.ui-datepicker .ui-datepicker-header .ui-datepicker-title .ui-datepicker-month,
.ui-datepicker .ui-datepicker-header .ui-datepicker-title .ui-datepicker-year {
    display: inline;
    padding: 5px;
}

.ui-datepicker .ui-datepicker-calendar .ui-state-default {
    text-align: center;
}

.ui-datepicker .ui-datepicker-calendar .ui-datepicker-current-day .ui-state-active {
    border-color: var(--color-orange);
    background-color: var(--color-orange);
}



/* EVENT BOX */
.event-box {
    padding: 10px;
    border-radius: 10px;
    background: rgba(255, 255, 255, 1);
    margin: 0 0 20px 0;
    transition: all ease 0.3s;
    border: 1px solid #e0dfdf;
    height: 100%;
}

#festivals-near-you .col {
    padding: 0 5px 10px 5px;
}

.event-box:hover {
    background: rgba(255, 255, 255, 1);
    border: 1px solid var(--color-orange);
}

.event-box .event-box-header {
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 20px;
    position: relative;
}

.event-box .event-box-header figure {
    height: 180px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    background-position: center center;
    background-size: cover;
}

.event-box-header figure .sale-badge {
    background: var(--color-orange);
    padding: 5px 10px;
    border-radius: 0px 0px 0px 5px;
}

.event-box-header figure .on-sale {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
}

.event-box-header figure .sale-badge h2 {
    font-size: 14px;
    font-weight: 600;
    color: var(--color-white);
    margin: 0;
}

.event-box .event-box-body {
    margin: 0 0 10px 0;
}

.event-box .event-box-body h2 {
    font-family: 'Gilroy-Bold';
    font-size: 18px;
    font-weight: 400;
    text-align: left;
    margin: 0;
    width: 100%;
    height: 46px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.event-box .event-box-body span {
    display: block;
    font-size: 14px;
    font-weight: 500;
    padding: 5px 0;
    display: flex;
    align-items: center;
}

.event-box .event-box-body>span {
    min-height: 45px;
}

.event-box .event-box-body span.event-dt-box {
    display: flex;
    justify-content: space-between;
}

.event-box .event-box-body span.event-miles {
    padding: 5px 10px 5px 25px;
    background: var(--color-blue);
    color: var(--color-white);
    font-size: 12px;
    font-weight: 500;
    border-radius: 5px;
    width: auto;
    display: inline-block;
    position: relative;
    min-height: auto;
}

.event-box .event-box-body span.event-miles:before {
    width: 16px;
    content: " ";
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10 0H11L16 5L11 10H10V6H4V15H2V4H10V0Z' fill='%23ffffff'/%3E%3C/svg%3E");
    background-size: cover;
    position: absolute;
    left: 10px;
    top: 8px;
    width: 10px;
    height: 10px;
}


.event-box .event-box-body span.event-location {
    background-image: url("data:image/svg+xml,%3Csvg width='800px' height='800px' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 21.25C11.853 21.2514 11.7093 21.2059 11.59 21.12C11.29 20.93 4.25 16.2 4.25 10.45C4.25 8.39452 5.06652 6.42328 6.51992 4.96987C7.97333 3.51647 9.94457 2.69995 12 2.69995C14.0554 2.69995 16.0267 3.51647 17.4801 4.96987C18.9335 6.42328 19.75 8.39452 19.75 10.45C19.75 16.2 12.75 20.93 12.41 21.12C12.2907 21.2059 12.147 21.2514 12 21.25ZM12 4.24995C10.3494 4.24463 8.7642 4.89454 7.59238 6.05699C6.42056 7.21943 5.75794 8.79939 5.75 10.45C5.75 14.66 10.54 18.51 12 19.58C13.46 18.51 18.25 14.66 18.25 10.45C18.2421 8.79939 17.5794 7.21943 16.4076 6.05699C15.2358 4.89454 13.6506 4.24463 12 4.24995Z' fill='%23000000'/%3E%3Cpath d='M12 12.75C11.4561 12.75 10.9244 12.5887 10.4722 12.2865C10.0199 11.9844 9.66747 11.5549 9.45933 11.0524C9.25119 10.5499 9.19673 9.99695 9.30284 9.4635C9.40895 8.93006 9.67086 8.44005 10.0555 8.05546C10.4401 7.67086 10.9301 7.40895 11.4635 7.30284C11.997 7.19673 12.5499 7.25119 13.0524 7.45933C13.5549 7.66747 13.9844 8.01995 14.2865 8.47218C14.5887 8.92442 14.75 9.4561 14.75 10C14.75 10.7293 14.4603 11.4288 13.9445 11.9445C13.4288 12.4603 12.7293 12.75 12 12.75ZM12 8.75C11.7528 8.75 11.5111 8.82331 11.3055 8.96066C11.1 9.09802 10.9398 9.29324 10.8452 9.52165C10.7505 9.75005 10.7258 10.0014 10.774 10.2439C10.8223 10.4863 10.9413 10.7091 11.1161 10.8839C11.2909 11.0587 11.5137 11.1778 11.7561 11.226C11.9986 11.2742 12.2499 11.2495 12.4784 11.1549C12.7068 11.0602 12.902 10.9 13.0393 10.6945C13.1767 10.4889 13.25 10.2472 13.25 10C13.25 9.66848 13.1183 9.35054 12.8839 9.11612C12.6495 8.8817 12.3315 8.75 12 8.75Z' fill='%23000000'/%3E%3C/svg%3E");
    background-repeat: no-repeat no-repeat;
    background-position: center center;
    background-size: contain;
    width: 24px;
    height: 24px;
    margin-top: -2px;
    margin-right: 5px;
    opacity: 0.5;
}

.event-box .event-box-body span.event-artist {
    background-image: url("data:image/svg+xml,%3Csvg fill='%23000000' width='800px' height='800px' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg'%3E%3Ctitle/%3E%3Cg id='Mic'%3E%3Cpath d='M20,50.45a1,1,0,0,1-.71-.3L13.64,44.5a1,1,0,0,1,0-1.42L34.86,21.87a1,1,0,0,1,1.41,0l5.66,5.66a1,1,0,0,1,.29.7,1,1,0,0,1-.29.71L20.72,50.15A1,1,0,0,1,20,50.45Zm-4.24-6.66L20,48l19.8-19.8L35.56,24Z'/%3E%3Cpath d='M45.46,29.33a11,11,0,1,1,7.78-3.22h0A10.94,10.94,0,0,1,45.46,29.33Zm0-20A9,9,0,1,0,51.83,24.7h0A9,9,0,0,0,45.46,9.34Z'/%3E%3Cpath d='M35.56,34.89h0a1,1,0,0,1-.7-.29L29.2,28.94a1,1,0,0,1,0-1.41l5.66-5.66a1,1,0,0,1,1.41,0l5.66,5.66a1,1,0,0,1,.29.7,1,1,0,0,1-.29.71L36.27,34.6A1,1,0,0,1,35.56,34.89Zm-4.24-6.66,4.24,4.25,4.25-4.25L35.56,24Z'/%3E%3Cpath d='M16.12,50.8a1,1,0,0,1-.71-.29l-2.12-2.12a1,1,0,0,1,0-1.42l2.12-2.12a1,1,0,0,1,1.42,0L19,47a1,1,0,0,1,0,1.42l-2.12,2.12A1,1,0,0,1,16.12,50.8Zm-.71-3.12.71.71.71-.71L16.12,47Z'/%3E%3Cpath d='M17.45,56.86a2.65,2.65,0,0,1-1.81-.7c-2-1.79-1.66-6.57-1.58-7.51a1,1,0,0,1,1.09-.91,1,1,0,0,1,.9,1.09c-.17,1.93,0,5,.93,5.85a.73.73,0,0,0,.71.15c3.3-.66,7.38-3.36,7.42-3.39,1-.78,4.73-3.39,6.68-2.78A1.82,1.82,0,0,1,33,49.84a1,1,0,0,1-1.87.71c-.68-.06-2.93,1.09-4.85,2.53-.22.15-4.49,3-8.18,3.71A3.47,3.47,0,0,1,17.45,56.86Z'/%3E%3C/g%3E%3C/svg%3E");
    background-repeat: no-repeat no-repeat;
    background-position: center center;
    background-size: contain;
    width: 24px;
    height: 24px;
    margin-top: -2px;
    margin-right: 5px;
    opacity: 0.5;
}

.event-box .event-box-body span.event-date {
    background-image: url("data:image/svg+xml,%3Csvg fill='%23000000' width='800px' height='800px' viewBox='0 0 32 32' version='1.1' xmlns='http://www.w3.org/2000/svg'%3E%3Ctitle%3Ecalendar%3C/title%3E%3Cpath d='M28 4.75h-0.75v-2.75c0-0.69-0.56-1.25-1.25-1.25s-1.25 0.56-1.25 1.25v0 2.75h-17.5v-2.75c0-0.69-0.56-1.25-1.25-1.25s-1.25 0.56-1.25 1.25v0 2.75h-0.75c-1.794 0.002-3.248 1.456-3.25 3.25v19.998c0.002 1.794 1.456 3.248 3.25 3.25h24c1.794-0.001 3.249-1.456 3.25-3.25v-19.998c-0.002-1.794-1.456-3.248-3.25-3.25h-0zM4 7.25h24c0.414 0 0.75 0.336 0.75 0.75v2.75h-25.5v-2.75c0.001-0.414 0.336-0.749 0.75-0.75h0zM28 28.748h-24c-0.414-0-0.75-0.336-0.75-0.75v-14.748h25.5v14.748c-0 0.414-0.336 0.75-0.75 0.75v0z'%3E%3C/path%3E%3C/svg%3E");
    background-repeat: no-repeat no-repeat;
    background-position: center center;
    background-size: contain;
    width: 20px;
    height: 20px;
    margin-top: -4px;
    margin-right: 7px;
    opacity: 0.5;
}

.event-box .event-box-body span.event-time {
    background-image: url("data:image/svg+xml,%3Csvg width='800px' height='800px' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='12' cy='12' r='10' stroke='%23000000' stroke-width='1.5'/%3E%3Cpath d='M12 8V12L14.5 14.5' stroke='%23000000' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat no-repeat;
    background-position: center center;
    background-size: contain;
    width: 20px;
    height: 20px;
    margin-top: -2px;
    margin-right: 7px;
    opacity: 0.5;
}

.event-box .event-box-footer .ticket-links {
    display: flex;
    justify-content: space-between !important;
    align-items: center;
}

.event-box .event-box-footer .ticket-links a:first-child img {
    width: 120px;
}

.event-box .event-box-footer .ticket-links a:nth-child(2) img {
    width: 100px;
}

/* OWL STAGE */
.owl-stage {
    display: flex;
    align-items: stretch;
}

.owl-item .event-box {
    margin: 0;
}

.events-white-cards .col {
    padding-bottom: 10px;
}

/* VENUE BOX */
.venue-box {
    padding: 10px;
    border-radius: 10px;
    background: rgba(255, 255, 255, 1);
    margin: 0 0 20px 0;
    transition: all ease 0.3s;
    border: 1px solid #e0dfdf;
}


.venue-box:hover {
    background: rgba(255, 255, 255, 1);
    border: 1px solid var(--color-orange);
}


.venue-box .venue-box-header {
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 20px;
    position: relative;
}

.venue-box .venue-box-header .image {
    height: 180px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    background-position: center center;
    background-size: cover;
}

.venue-box .venue-box-body {
    margin: 0 0 10px 0;
}

.venue-box .venue-box-body h2 {
    font-family: 'Gilroy-Bold';
    font-size: 18px;
    font-weight: 400;
    text-align: left;
    margin: 0;
    width: 100%;
    height: 46px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.venue-box .venue-box-body .address,
.venue-box .venue-box-body .upcoming-event,
.venue-box .venue-box-body .upcoming-event-date-box {
    display: block;
    font-size: 14px;
    font-weight: 500;
    padding: 5px 0;
    display: flex;
    align-items: center;
    min-height: 45px;
}


.venue-box .venue-box-body>span {
    min-height: 45px;
}

.venue-box .venue-box-body .upcoming-event-date-box {
    display: flex;
    justify-content: space-between;
}

.venue-box .venue-box-body .upcoming-event-date-box span {
    display: flex;
}

.venue-box .venue-box-body .address-icon {
    background-image: url("data:image/svg+xml,%3Csvg width='800px' height='800px' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 21.25C11.853 21.2514 11.7093 21.2059 11.59 21.12C11.29 20.93 4.25 16.2 4.25 10.45C4.25 8.39452 5.06652 6.42328 6.51992 4.96987C7.97333 3.51647 9.94457 2.69995 12 2.69995C14.0554 2.69995 16.0267 3.51647 17.4801 4.96987C18.9335 6.42328 19.75 8.39452 19.75 10.45C19.75 16.2 12.75 20.93 12.41 21.12C12.2907 21.2059 12.147 21.2514 12 21.25ZM12 4.24995C10.3494 4.24463 8.7642 4.89454 7.59238 6.05699C6.42056 7.21943 5.75794 8.79939 5.75 10.45C5.75 14.66 10.54 18.51 12 19.58C13.46 18.51 18.25 14.66 18.25 10.45C18.2421 8.79939 17.5794 7.21943 16.4076 6.05699C15.2358 4.89454 13.6506 4.24463 12 4.24995Z' fill='%23000000'/%3E%3Cpath d='M12 12.75C11.4561 12.75 10.9244 12.5887 10.4722 12.2865C10.0199 11.9844 9.66747 11.5549 9.45933 11.0524C9.25119 10.5499 9.19673 9.99695 9.30284 9.4635C9.40895 8.93006 9.67086 8.44005 10.0555 8.05546C10.4401 7.67086 10.9301 7.40895 11.4635 7.30284C11.997 7.19673 12.5499 7.25119 13.0524 7.45933C13.5549 7.66747 13.9844 8.01995 14.2865 8.47218C14.5887 8.92442 14.75 9.4561 14.75 10C14.75 10.7293 14.4603 11.4288 13.9445 11.9445C13.4288 12.4603 12.7293 12.75 12 12.75ZM12 8.75C11.7528 8.75 11.5111 8.82331 11.3055 8.96066C11.1 9.09802 10.9398 9.29324 10.8452 9.52165C10.7505 9.75005 10.7258 10.0014 10.774 10.2439C10.8223 10.4863 10.9413 10.7091 11.1161 10.8839C11.2909 11.0587 11.5137 11.1778 11.7561 11.226C11.9986 11.2742 12.2499 11.2495 12.4784 11.1549C12.7068 11.0602 12.902 10.9 13.0393 10.6945C13.1767 10.4889 13.25 10.2472 13.25 10C13.25 9.66848 13.1183 9.35054 12.8839 9.11612C12.6495 8.8817 12.3315 8.75 12 8.75Z' fill='%23000000'/%3E%3C/svg%3E");
    background-repeat: no-repeat no-repeat;
    background-position: center center;
    background-size: contain;
    width: 24px;
    height: 24px;
    margin-top: -2px;
    margin-right: 5px;
    opacity: 0.5;
}

.venue-box .venue-box-body .upcoming-event-icon {
    background-image: url("data:image/svg+xml,%3Csvg fill='%23000000' width='800px' height='800px' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg'%3E%3Ctitle/%3E%3Cg id='Mic'%3E%3Cpath d='M20,50.45a1,1,0,0,1-.71-.3L13.64,44.5a1,1,0,0,1,0-1.42L34.86,21.87a1,1,0,0,1,1.41,0l5.66,5.66a1,1,0,0,1,.29.7,1,1,0,0,1-.29.71L20.72,50.15A1,1,0,0,1,20,50.45Zm-4.24-6.66L20,48l19.8-19.8L35.56,24Z'/%3E%3Cpath d='M45.46,29.33a11,11,0,1,1,7.78-3.22h0A10.94,10.94,0,0,1,45.46,29.33Zm0-20A9,9,0,1,0,51.83,24.7h0A9,9,0,0,0,45.46,9.34Z'/%3E%3Cpath d='M35.56,34.89h0a1,1,0,0,1-.7-.29L29.2,28.94a1,1,0,0,1,0-1.41l5.66-5.66a1,1,0,0,1,1.41,0l5.66,5.66a1,1,0,0,1,.29.7,1,1,0,0,1-.29.71L36.27,34.6A1,1,0,0,1,35.56,34.89Zm-4.24-6.66,4.24,4.25,4.25-4.25L35.56,24Z'/%3E%3Cpath d='M16.12,50.8a1,1,0,0,1-.71-.29l-2.12-2.12a1,1,0,0,1,0-1.42l2.12-2.12a1,1,0,0,1,1.42,0L19,47a1,1,0,0,1,0,1.42l-2.12,2.12A1,1,0,0,1,16.12,50.8Zm-.71-3.12.71.71.71-.71L16.12,47Z'/%3E%3Cpath d='M17.45,56.86a2.65,2.65,0,0,1-1.81-.7c-2-1.79-1.66-6.57-1.58-7.51a1,1,0,0,1,1.09-.91,1,1,0,0,1,.9,1.09c-.17,1.93,0,5,.93,5.85a.73.73,0,0,0,.71.15c3.3-.66,7.38-3.36,7.42-3.39,1-.78,4.73-3.39,6.68-2.78A1.82,1.82,0,0,1,33,49.84a1,1,0,0,1-1.87.71c-.68-.06-2.93,1.09-4.85,2.53-.22.15-4.49,3-8.18,3.71A3.47,3.47,0,0,1,17.45,56.86Z'/%3E%3C/g%3E%3C/svg%3E");
    background-repeat: no-repeat no-repeat;
    background-position: center center;
    background-size: contain;
    width: 24px;
    height: 24px;
    margin-top: -2px;
    margin-right: 5px;
    opacity: 0.5;
}

.venue-box .venue-box-body .upcoming-event-date-icon {
    background-image: url("data:image/svg+xml,%3Csvg fill='%23000000' width='800px' height='800px' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg'%3E%3Ctitle/%3E%3Cg id='Mic'%3E%3Cpath d='M20,50.45a1,1,0,0,1-.71-.3L13.64,44.5a1,1,0,0,1,0-1.42L34.86,21.87a1,1,0,0,1,1.41,0l5.66,5.66a1,1,0,0,1,.29.7,1,1,0,0,1-.29.71L20.72,50.15A1,1,0,0,1,20,50.45Zm-4.24-6.66L20,48l19.8-19.8L35.56,24Z'/%3E%3Cpath d='M45.46,29.33a11,11,0,1,1,7.78-3.22h0A10.94,10.94,0,0,1,45.46,29.33Zm0-20A9,9,0,1,0,51.83,24.7h0A9,9,0,0,0,45.46,9.34Z'/%3E%3Cpath d='M35.56,34.89h0a1,1,0,0,1-.7-.29L29.2,28.94a1,1,0,0,1,0-1.41l5.66-5.66a1,1,0,0,1,1.41,0l5.66,5.66a1,1,0,0,1,.29.7,1,1,0,0,1-.29.71L36.27,34.6A1,1,0,0,1,35.56,34.89Zm-4.24-6.66,4.24,4.25,4.25-4.25L35.56,24Z'/%3E%3Cpath d='M16.12,50.8a1,1,0,0,1-.71-.29l-2.12-2.12a1,1,0,0,1,0-1.42l2.12-2.12a1,1,0,0,1,1.42,0L19,47a1,1,0,0,1,0,1.42l-2.12,2.12A1,1,0,0,1,16.12,50.8Zm-.71-3.12.71.71.71-.71L16.12,47Z'/%3E%3Cpath d='M17.45,56.86a2.65,2.65,0,0,1-1.81-.7c-2-1.79-1.66-6.57-1.58-7.51a1,1,0,0,1,1.09-.91,1,1,0,0,1,.9,1.09c-.17,1.93,0,5,.93,5.85a.73.73,0,0,0,.71.15c3.3-.66,7.38-3.36,7.42-3.39,1-.78,4.73-3.39,6.68-2.78A1.82,1.82,0,0,1,33,49.84a1,1,0,0,1-1.87.71c-.68-.06-2.93,1.09-4.85,2.53-.22.15-4.49,3-8.18,3.71A3.47,3.47,0,0,1,17.45,56.86Z'/%3E%3C/g%3E%3C/svg%3E");
    background-repeat: no-repeat no-repeat;
    background-position: center center;
    background-size: contain;
    width: 24px;
    height: 24px;
    margin-top: -2px;
    margin-right: 5px;
    opacity: 0.5;
}

.venue-box .venue-box-body .upcoming-event-time-icon {
    background-image: url("data:image/svg+xml,%3Csvg width='800px' height='800px' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='12' cy='12' r='10' stroke='%23000000' stroke-width='1.5'/%3E%3Cpath d='M12 8V12L14.5 14.5' stroke='%23000000' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat no-repeat;
    background-position: center center;
    background-size: contain;
    width: 20px;
    height: 20px;
    margin-top: -2px;
    margin-right: 7px;
    opacity: 0.5;
}

.venue-box .venue-box-body .upcoming-event strong {
    white-space: nowrap;
}

.venue-box .venue-box-body .upcoming-event-date-box .upcoming-event-date-icon {
    background-image: url("data:image/svg+xml,%3Csvg fill='%23000000' width='800px' height='800px' viewBox='0 0 32 32' version='1.1' xmlns='http://www.w3.org/2000/svg'%3E%3Ctitle%3Ecalendar%3C/title%3E%3Cpath d='M28 4.75h-0.75v-2.75c0-0.69-0.56-1.25-1.25-1.25s-1.25 0.56-1.25 1.25v0 2.75h-17.5v-2.75c0-0.69-0.56-1.25-1.25-1.25s-1.25 0.56-1.25 1.25v0 2.75h-0.75c-1.794 0.002-3.248 1.456-3.25 3.25v19.998c0.002 1.794 1.456 3.248 3.25 3.25h24c1.794-0.001 3.249-1.456 3.25-3.25v-19.998c-0.002-1.794-1.456-3.248-3.25-3.25h-0zM4 7.25h24c0.414 0 0.75 0.336 0.75 0.75v2.75h-25.5v-2.75c0.001-0.414 0.336-0.749 0.75-0.75h0zM28 28.748h-24c-0.414-0-0.75-0.336-0.75-0.75v-14.748h25.5v14.748c-0 0.414-0.336 0.75-0.75 0.75v0z'%3E%3C/path%3E%3C/svg%3E");
    background-repeat: no-repeat no-repeat;
    background-position: center center;
    background-size: contain;
    width: 20px;
    height: 20px;
    margin-top: -4px;
    margin-right: 7px;
    opacity: 0.5;
}

.venue-box .venue-box-body .upcoming-event-section {
    min-height: 90px;
}

.venue-box .venue-box-footer .btn-view-venue {
    border: 1px solid var(--color-orange);
    background: var(--color-orange);
    color: var(--color-white);
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    border-radius: 5px;
    padding: 12px;
    width: 100%;
    display: inline-block;
    text-decoration: none;
    transition: all ease 0.3s;
}

.event-box .event-box-footer .btn-event-book-ticket:hover {
    border: 1px solid var(--color-blue);
    background: var(--color-blue);
}

/*

/* JQUERY DATE PICKER */
.ui-datepicker {
    width: auto !important;
}

.ui-datepicker td span,
.ui-datepicker td a {
    padding: 10px !important;
}

/* FOOTER */
footer {
    padding: 60px 0;
    background: var(--color-white);
    border-top: 1px dashed #ccc;
}

footer .footer-links {
    width: 100%;
    text-align: center;
    margin: 0 0 30px 0;
}

footer .footer-links li {
    display: inline-block;
    list-style: none;
    font-size: 14px;
    font-weight: 500;
}

footer .footer-links li a {
    color: var(--color-blue);
    padding: 5px 10px;
    display: inline-block;
}

footer .footer-links li a:hover {
    color: var(--color-orange);
}

/* SOCIAL FOLLOW */
.social-footer-follow {
    width: 100%;
    margin: 0;
    text-align: center;
    display: flex;
    justify-content: center;
}

.social-footer-follow li {
    background-color: inherit;
    flex: none;
    list-style: none;
    display: inline-block;
}

.social-footer-follow li a {
    padding: 0 10px;
}

.social-footer-follow li a span {
    text-indent: -9999px;
    float: left;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
}

.social-footer-follow li a:hover span {
    animation: bounce 1s;
}

.social-footer-follow li a span.icon-fb {
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg version='1.1' viewBox='0 0 10 20' xmlns='http://www.w3.org/2000/svg'%3E%3Ctitle%3EFacebook%3C/title%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23242477'%3E%3Cpath d='m6.3606 20h-4.2413v-10.001h-2.1193v-3.4461h2.1193v-2.0689c0-2.8112 1.1961-4.4837 4.5963-4.4837h2.8301v3.4474h-1.7688c-1.3237 0-1.4112 0.48157-1.4112 1.3803l-0.0058313 1.7249h3.2053l-0.37514 3.4461h-2.8301v10.001h6.4792e-4z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
    width: 15px;
    height: 20px;
}

.social-footer-follow li a span.icon-twitter {
    background-image: url("data:image/svg+xml,%3Csvg width='965' height='965' viewBox='0 0 965 965' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M482.33 963.66C748.161 963.66 963.66 748.161 963.66 482.33C963.66 216.499 748.161 1 482.33 1C216.499 1 1 216.499 1 482.33C1 748.161 216.499 963.66 482.33 963.66Z' fill='%23242477' stroke='white' stroke-miterlimit='10'/%3E%3Cpath d='M185.831 203.461L415.901 511.081L184.381 761.191H236.491L439.191 542.211L602.961 761.191H780.281L537.261 436.271L752.761 203.461H700.651L513.981 405.131L363.151 203.461H185.831ZM262.461 241.841H343.921L703.641 722.811H622.181L262.461 241.841Z' fill='white'/%3E%3C/svg%3E");
    width: 20px;
    height: 20px;
    background-size: 100%;
}

.social-footer-follow li a span.icon-youtube {
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg version='1.1' viewBox='0 0 29 20' xmlns='http://www.w3.org/2000/svg'%3E%3Ctitle%3EYouTube%3C/title%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23242477'%3E%3Cpath d='m28.571 15.092v-10.183s0-4.9083-4.9237-4.9083h-18.726s-4.9221 0-4.9221 4.9083v10.183s0 4.9083 4.9221 4.9083h18.726s4.9237 0 4.9237-4.9083m-8.7387-5.0775-9.3536 5.476v-10.954l9.3536 5.4777'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
    width: 20px;
    height: 20px;
}

.social-footer-follow li a span.icon-insta {
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg version='1.1' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg'%3E%3Ctitle%3EInstagram%3C/title%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23242477'%3E%3Cpath d='m10 1.8018c2.6701 0 2.9864 0.010162 4.0408 0.058272 0.97499 0.044498 1.5045 0.20741 1.8569 0.34431 0.46673 0.18141 0.7999 0.39814 1.1498 0.74805 0.34991 0.34991 0.56665 0.68307 0.74801 1.1498 0.13695 0.35241 0.29986 0.88191 0.34435 1.8569 0.04811 1.0545 0.058272 1.3707 0.058272 4.0409 0 2.6701-0.010162 2.9864-0.058272 4.0408-0.044498 0.97499-0.20741 1.5045-0.34435 1.8569-0.18137 0.46673-0.3981 0.7999-0.74801 1.1498-0.34991 0.34991-0.68307 0.56665-1.1498 0.74801-0.35241 0.13695-0.88191 0.29986-1.8569 0.34435-1.0543 0.04811-1.3706 0.058272-4.0408 0.058272s-2.9865-0.010162-4.0408-0.058272c-0.97499-0.044498-1.5045-0.20741-1.8569-0.34435-0.46677-0.18137-0.79993-0.3981-1.1498-0.74801-0.34991-0.34991-0.56665-0.68307-0.74801-1.1498-0.13695-0.35241-0.29986-0.88191-0.34435-1.8569-0.04811-1.0545-0.058272-1.3707-0.058272-4.0409 0-2.6701 0.010162-2.9864 0.058272-4.0408 0.044498-0.97499 0.20741-1.5045 0.34435-1.8569 0.18137-0.46673 0.3981-0.7999 0.74801-1.1498 0.34991-0.34991 0.68307-0.56665 1.1498-0.74805 0.35237-0.13691 0.88187-0.29982 1.8568-0.34431 1.0545-0.04811 1.3707-0.058272 4.0409-0.058272m0.54674-1.8017c2.2215 0.0016485 2.5858 0.014802 3.5762 0.059992 1.0644 0.048587 1.7913 0.21761 2.4274 0.46483 0.65759 0.25556 1.2153 0.59749 1.7712 1.1534 0.55593 0.55593 0.89786 1.1136 1.1534 1.7712 0.24722 0.63611 0.41624 1.363 0.46483 2.4274 0.043452 0.95229 0.057284 1.3258 0.05975 3.328v1.5899c-0.0024653 2.0022-0.016298 2.3757-0.05975 3.328-0.048587 1.0644-0.21761 1.7913-0.46483 2.4274-0.25556 0.65759-0.59749 1.2153-1.1534 1.7712-0.55593 0.55593-1.1136 0.89786-1.7712 1.1534-0.63611 0.24722-1.363 0.41624-2.4274 0.46483-0.95229 0.043452-1.3258 0.057253-3.328 0.059711h-1.5899c-2.0022-0.0024585-2.3757-0.016259-3.328-0.059711-1.0644-0.048587-1.7913-0.21761-2.4274-0.46483-0.65759-0.25556-1.2153-0.59749-1.7712-1.1534-0.55593-0.55593-0.89786-1.1136-1.1534-1.7712-0.24722-0.63611-0.41624-1.363-0.46483-2.4274-0.04519-0.99038-0.058309-1.3548-0.059953-3.5762v-1.0935c0.0016436-2.2215 0.014763-2.5858 0.059953-3.5762 0.048587-1.0644 0.21761-1.7913 0.46483-2.4274 0.25556-0.65759 0.59749-1.2153 1.1534-1.7712s1.1136-0.89786 1.7712-1.1534c0.63611-0.24722 1.363-0.41624 2.4274-0.46483 0.99042-0.04519 1.3548-0.058344 3.5762-0.059992zm-0.54674 4.8647c-2.8361 0-5.1352 2.2991-5.1352 5.1352s2.2991 5.1352 5.1352 5.1352 5.1352-2.2991 5.1352-5.1352-2.2991-5.1352-5.1352-5.1352zm0 1.8018c1.8409 0 3.3334 1.4924 3.3334 3.3334 0 1.8409-1.4924 3.3334-3.3334 3.3334-1.8409 0-3.3334-1.4924-3.3334-3.3334 0-1.8409 1.4924-3.3334 3.3334-3.3334zm5.338-3.2047c-0.66275 0-1.2 0.53723-1.2 1.2 0 0.66275 0.53727 1.2 1.2 1.2 0.66275 0 1.2-0.53727 1.2-1.2 0-0.66275-0.53723-1.2-1.2-1.2z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
    width: 20px;
    height: 20px;
}

.social-footer-follow li a span.icon-pinterest {
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg version='1.1' viewBox='0 0 16 20' xmlns='http://www.w3.org/2000/svg'%3E%3Ctitle%3EPinterest%3C/title%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23242477'%3E%3Cpath d='m-6.3061e-14 7.1763c0 1.9762 0.7438 3.7339 2.338 4.3891 0.26152 0.1073 0.49545 0.003787 0.57133-0.28781 0.052681-0.20134 0.17748-0.71006 0.23267-0.92213 0.076512-0.28781 0.047036-0.38879-0.16431-0.64-0.45907-0.54595-0.75321-1.2522-0.75321-2.2532 0-2.9027 2.158-5.5018 5.6205-5.5018 3.0655 0 4.7494 1.8853 4.7494 4.4023 0 3.3123-1.4569 6.1084-3.6187 6.1084-1.1947 0-2.0884-0.99408-1.8018-2.2128 0.34305-1.4555 1.0072-3.0264 1.0072-4.0767 0-0.94043-0.50172-1.7243-1.539-1.7243-1.2204 0-2.2019 1.2705-2.2019 2.9728 0 1.085 0.36437 1.8177 0.36437 1.8177s-1.2493 5.3276-1.4682 6.2605c-0.43587 1.8581-0.065224 4.1354-0.033866 4.3651 0.018187 0.13633 0.19191 0.16915 0.27093 0.066272 0.11289-0.14832 1.566-1.9547 2.0614-3.7592 0.13923-0.51124 0.80212-3.1577 0.80212-3.1577 0.39699 0.76118 1.556 1.4315 2.7883 1.4315 3.6701 0 6.1592-3.3666 6.1592-7.8731 0-3.4076-2.868-6.5811-7.2266-6.5811-5.423 0-8.158 3.9132-8.158 7.1763z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
    width: 20px;
    height: 20px;
}

.social-footer-follow li a span.icon-twitch {
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg version='1.1' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Ctitle%3ETwitch%3C/title%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23242477'%3E%3Cpath d='m.975 4.175v16.694h5.749v3.131h3.139l3.134-3.132h4.705l6.274-6.258v-14.61h-21.434zm3.658-2.09h17.252v11.479l-3.66 3.652h-5.751l-3.134 3.127v-3.127h-4.707z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
    width: 20px;
    height: 20px;
}

.social-footer-follow li a span.icon-tiktok {
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg version='1.1' viewBox='-32 0 512 512' xmlns='http://www.w3.org/2000/svg'%3E%3Ctitle%3ETiktok%3C/title%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23242477'%3E%3Cpath d='m432.734375 112.464844c-53.742187 0-97.464844-43.722656-97.464844-97.464844 0-8.285156-6.714843-15-15-15h-80.335937c-8.28125 0-15 6.714844-15 15v329.367188c0 31.59375-25.707032 57.296874-57.300782 57.296874s-57.296874-25.703124-57.296874-57.296874c0-31.597657 25.703124-57.300782 57.296874-57.300782 8.285157 0 15-6.714844 15-15v-80.335937c0-8.28125-6.714843-15-15-15-92.433593 0-167.632812 75.203125-167.632812 167.636719 0 92.433593 75.199219 167.632812 167.632812 167.632812 92.433594 0 167.636719-75.199219 167.636719-167.632812v-145.792969c29.851563 15.917969 63.074219 24.226562 97.464844 24.226562 8.285156 0 15-6.714843 15-15v-80.335937c0-8.28125-6.714844-15-15-15zm0 0'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
    width: 20px;
    height: 20px;
}

.read-more-button {
    color: var(--color-blue);
    text-decoration: underline;
}

.read-more-button:hover {
    color: var(--color-orange);
    text-decoration: underline;
}

.disabled {
    pointer-events: none;
    color: gray;
    opacity: 0.6;
}

.btn-orange {
    border: 1px solid var(--color-orange);
    background: var(--color-orange);
    color: var(--color-white);
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    border-radius: 5px;
    padding: 6px 12px;
    display: inline-block;
    text-decoration: none;
    transition: all ease 0.3s;
}

.btn-orange:hover {
    border: 1px solid var(--color-blue);
    background: var(--color-blue);
}

.card-blue .btn-orange:hover {
    border: 1px solid var(--color-white);
    background: var(--color-white);
    color: var(--color-blue);
}

/* GALLERY FIX */
.gallery-fs .left-col-fs .btm-col-fs .slider-thumb-fs button {
    padding: 0;
}

.gallery-fs .slider-img-fs img {
    object-fit: contain;
}

.gallery-fs .left-col-fs .mid-col-fs button {
    width: 50px;
    text-align: center;
    padding: 0;
}

.gallery-fs .left-col-fs .mid-col-fs button svg {
    width: 25px;
}

.gallery-fs .left-col-fs .btm-col-fs button {
    padding: 0;
}

.gallery-fs .left-col-fs .btm-col-fs button svg {
    width: 20px;
}

.disclaimer {
    font-size: 14px;
    text-align: center;
    font-style: italic;
    margin: 0 0 30px 0;
}

@media only screen and (max-width:768px) {
    .disclaimer {
        font-size: 12px;
    }
}

.hideliners-hide {
    display: none !important;
}