/*

 Theme Name:     Zeitz MOCAA Contemporary Art Museum
 Theme URI:      https://zeitzmocaa.museum/
 Description:    Main Website for Zeitz MOCAA Contemporary Art Museum
 Author:         Spatter Co.
 Author URI:     https://spatter.co/
 Template:       Divi
 Version:        1.0.0

--------------------------------------------------------- */

@charset "UTF-8";

/*----------------------------------------------------------*\
                      LESS Elements 0.9
/*----------------------------------------------------------*\
    A set of useful LESS mixins
    More info at: http://lesselements.com
/*----------------------------------------------------------*/


/*----------------------------------------------------------*\
              Johan Pretorius Elements v1.0
/*----------------------------------------------------------*/

@font-face {
    font-family: 'opensans-regular';
    src: url(' fonts/opensans-regular-webfont.eot');
    src: url(' fonts/opensans-regular-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/opensans-regular-webfont.woff') format('woff'), url(' fonts/opensans-regular-webfont.woff2') format('woff2'), url(' fonts/opensans-regular-webfont.ttf') format('truetype'), url(' fonts/opensans-regular-webfont.svg#opensans-regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'zeitzmocca-regular';
    src: url(' fonts/zeitzmocca-regular-webfont.eot');
    src: url(' fonts/zeitzmocca-regular-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/zeitzmocca-regular-webfont.woff') format('woff'), url(' fonts/zeitzmocca-regular-webfont.woff2') format('woff2'), url(' fonts/zeitzmocca-regular-webfont.ttf') format('truetype'), url(' fonts/zeitzmocca-regular-webfont.svg#zeitzmocca-regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'muli-regular';
    src: url(' fonts/muli-regular-webfont.eot');
    src: url(' fonts/muli-regular-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/muli-regular-webfont.woff') format('woff'), url(' fonts/muli-regular-webfont.woff2') format('woff2'), url(' fonts/muli-regular-webfont.ttf') format('truetype'), url(' fonts/muli-regular-webfont.svg#muli-regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'muli-light';
    src: url(' fonts/muli-light-webfont.eot');
    src: url(' fonts/muli-light-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/muli-light-webfont.woff') format('woff'), url(' fonts/muli-light-webfont.woff2') format('woff2'), url(' fonts/muli-light-webfont.ttf') format('truetype'), url(' fonts/muli-light-webfont.svg#muli-light') format('svg');
    font-weight: light;
    font-style: normal;
}

h1 {
    font-size: 40px;
    font-family: 'zeitzmocca-regular', 'Open Sans', Helvetica, sans-serif;
}

h2 {
    font-size: 30px;
    font-family: 'muli-regular', 'Open Sans', Helvetica, sans-serif;
}

h3 {
    font-size: 15px;
    font-family: 'muli-regular', 'Open Sans', Helvetica, sans-serif;
}

body {
    font-family: 'opensans-regular', 'Open Sans', Helvetica, sans-serif;
    font-size: 14px;
}


/*----------------------------------------------------------*\
                       FRANKLY.CSS
/*----------------------------------------------------------*\

/*
Author:             Paul Weingartz
Twitter:            @franklycss
Author URL:         pweingartz.me
Project URL:        franklycss.com
Version:            1.2
Date:               27 January 2014

Copyright © 2014 Paul Weingartz

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

    http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

/*----------------------------------------------------------*\
                          RESET
/*----------------------------------------------------------*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    line-height: 100%;
    vertical-align: baseline;
    background: transparent;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

:focus {
    outline: 0;
}

a:focus {
    outline: 1px dotted invert;
}

ins {
    text-decoration: none;
}

del {
    text-decoration: line-through;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

ol {
    list-style: decimal;
}

ul {
    list-style: square;
}

li {
    margin-left: 15px;
}

p,
dl,
hr,
ol,
ul,
pre,
table,
address,
fieldset {
    margin-bottom: 1.5em;
}

hr {
    border: 0 solid black;
    border-top-width: 1px;
    clear: both;
    height: 0;
}

input {
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    font-size: 14px;
}

input[type="search"] {
    -webkit-appearance: textfield;
}

textarea,
input[type="text"],
input[type="button"],
input[type="submit"],
input[type="select"],
input[type="search"],
textarea {
    -webkit-appearance: none;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
}


/*------------------------------------------------------------------------*\
  GRID.CSS
  	Your Responsive 12-Col grid.
  	Edit the .grid max-width value to set your desired framework canvas to
  	960px, 1140px or 1280px.
\*------------------------------------------------------------------------*/

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

[class*='col-'] {
    float: left;
    padding-right: 20px;
}

[class*='col-']:last-of-type {
    /*padding-right: 0;*/
}

.grid {
    width: 100%;
    max-width: 1140px;
    min-width: 768px;
    margin: 0 auto;
}

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

.grid-pad {
    padding: 0;
}

.grid-pad>[class*='col-']:last-of-type {
    padding-right: 20px;
}

.push-right {
    float: right;
}


/* CONTENT COLUMNS
------------------------------------------------------------------------------------------------------------------------ */

.col-1-1 {
    width: 100%;
}

.col-2-3,
.col-8-12 {
    width: 66.66%;
}

.col-1-2,
.col-6-12 {
    width: 50%;
}

.col-1-3,
.col-4-12 {
    width: 33.33%;
}

.col-1-4,
.col-3-12 {
    width: 25%;
}

.col-1-5 {
    width: 20%;
}

.col-1-6,
.col-2-12 {
    width: 16.667%;
}

.col-1-7 {
    width: 14.28%;
}

.col-1-8 {
    width: 12.5%;
}

.col-1-9 {
    width: 11.1%;
}

.col-1-10 {
    width: 10%;
}

.col-1-11 {
    width: 9.09%;
}

.col-1-12 {
    width: 8.33%;
}


/* LAYOUT COLUMNS
------------------------------------------------------------------------------------------------------------------------ */

.col-11-12 {
    width: 91.66%;
}

.col-10-12 {
    width: 83.333%;
}

.col-9-12 {
    width: 75%;
}

.col-5-12 {
    width: 41.66%;
}

.col-7-12 {
    width: 58.33%;
}


/* MEDIA QUERY
------------------------------------------------------------------------------------------------------------------------ */

@media handheld,
only screen and (max-width: 767px) {
    .grid {
        width: 100%;
        min-width: 0;
        margin-left: 0;
        margin-right: 0;
        padding-left: 0;
        padding-right: 0;
    }
}


/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */


/* FONT PATH
 * -------------------------- */

@font-face {
    font-family: 'FontAwesome';
    src: url(' fonts/fontawesome-webfont.eot?v=4.7.0');
    src: url(' fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url(' fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url(' fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'), url(' fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url(' fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


/* makes the font 33% larger relative to the icon container */

.fa-lg {
    font-size: 1.33333333em;
    line-height: 0.75em;
    vertical-align: -15%;
}

.fa-2x {
    font-size: 2em;
}

.fa-3x {
    font-size: 3em;
}

.fa-4x {
    font-size: 4em;
}

.fa-5x {
    font-size: 5em;
}

.fa-fw {
    width: 1.28571429em;
    text-align: center;
}

.fa-ul {
    padding-left: 0;
    margin-left: 2.14285714em;
    list-style-type: none;
}

.fa-ul>li {
    position: relative;
}

.fa-li {
    position: absolute;
    left: -2.14285714em;
    width: 2.14285714em;
    top: 0.14285714em;
    text-align: center;
}

.fa-li.fa-lg {
    left: -1.85714286em;
}

.fa-border {
    padding: .2em .25em .15em;
    border: solid 0.08em #eee;
    border-radius: .1em;
}

.fa-pull-left {
    float: left;
}

.fa-pull-right {
    float: right;
}

.fa.fa-pull-left {
    margin-right: .3em;
}

.fa.fa-pull-right {
    margin-left: .3em;
}


/* Deprecated as of 4.4.0 */

.pull-right {
    float: right;
}

.pull-left {
    float: left;
}

.fa.pull-left {
    margin-right: .3em;
}

.fa.pull-right {
    margin-left: .3em;
}

.fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear;
}

.fa-pulse {
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

.fa-rotate-90 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.fa-rotate-180 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.fa-rotate-270 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
}

.fa-flip-horizontal {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1);
}

.fa-flip-vertical {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
    -webkit-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    transform: scale(1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
    filter: none;
}

.fa-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle;
}

.fa-stack-1x,
.fa-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center;
}

.fa-stack-1x {
    line-height: inherit;
}

.fa-stack-2x {
    font-size: 2em;
}

.fa-inverse {
    color: #fff;
}


/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */

.fa-glass:before {
    content: "\f000";
}

.fa-music:before {
    content: "\f001";
}

.fa-search:before {
    content: "\f002";
}

.fa-envelope-o:before {
    content: "\f003";
}

.fa-heart:before {
    content: "\f004";
}

.fa-star:before {
    content: "\f005";
}

.fa-star-o:before {
    content: "\f006";
}

.fa-user:before {
    content: "\f007";
}

.fa-film:before {
    content: "\f008";
}

.fa-th-large:before {
    content: "\f009";
}

.fa-th:before {
    content: "\f00a";
}

.fa-th-list:before {
    content: "\f00b";
}

.fa-check:before {
    content: "\f00c";
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
    content: "\f00d";
}

.fa-search-plus:before {
    content: "\f00e";
}

.fa-search-minus:before {
    content: "\f010";
}

.fa-power-off:before {
    content: "\f011";
}

.fa-signal:before {
    content: "\f012";
}

.fa-gear:before,
.fa-cog:before {
    content: "\f013";
}

.fa-trash-o:before {
    content: "\f014";
}

.fa-home:before {
    content: "\f015";
}

.fa-file-o:before {
    content: "\f016";
}

.fa-clock-o:before {
    content: "\f017";
}

.fa-road:before {
    content: "\f018";
}

.fa-download:before {
    content: "\f019";
}

.fa-arrow-circle-o-down:before {
    content: "\f01a";
}

.fa-arrow-circle-o-up:before {
    content: "\f01b";
}

.fa-inbox:before {
    content: "\f01c";
}

.fa-play-circle-o:before {
    content: "\f01d";
}

.fa-rotate-right:before,
.fa-repeat:before {
    content: "\f01e";
}

.fa-refresh:before {
    content: "\f021";
}

.fa-list-alt:before {
    content: "\f022";
}

.fa-lock:before {
    content: "\f023";
}

.fa-flag:before {
    content: "\f024";
}

.fa-headphones:before {
    content: "\f025";
}

.fa-volume-off:before {
    content: "\f026";
}

.fa-volume-down:before {
    content: "\f027";
}

.fa-volume-up:before {
    content: "\f028";
}

.fa-qrcode:before {
    content: "\f029";
}

.fa-barcode:before {
    content: "\f02a";
}

.fa-tag:before {
    content: "\f02b";
}

.fa-tags:before {
    content: "\f02c";
}

.fa-book:before {
    content: "\f02d";
}

.fa-bookmark:before {
    content: "\f02e";
}

.fa-print:before {
    content: "\f02f";
}

.fa-camera:before {
    content: "\f030";
}

.fa-font:before {
    content: "\f031";
}

.fa-bold:before {
    content: "\f032";
}

.fa-italic:before {
    content: "\f033";
}

.fa-text-height:before {
    content: "\f034";
}

.fa-text-width:before {
    content: "\f035";
}

.fa-align-left:before {
    content: "\f036";
}

.fa-align-center:before {
    content: "\f037";
}

.fa-align-right:before {
    content: "\f038";
}

.fa-align-justify:before {
    content: "\f039";
}

.fa-list:before {
    content: "\f03a";
}

.fa-dedent:before,
.fa-outdent:before {
    content: "\f03b";
}

.fa-indent:before {
    content: "\f03c";
}

.fa-video-camera:before {
    content: "\f03d";
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
    content: "\f03e";
}

.fa-pencil:before {
    content: "\f040";
}

.fa-map-marker:before {
    content: "\f041";
}

.fa-adjust:before {
    content: "\f042";
}

.fa-tint:before {
    content: "\f043";
}

.fa-edit:before,
.fa-pencil-square-o:before {
    content: "\f044";
}

.fa-share-square-o:before {
    content: "\f045";
}

.fa-check-square-o:before {
    content: "\f046";
}

.fa-arrows:before {
    content: "\f047";
}

.fa-step-backward:before {
    content: "\f048";
}

.fa-fast-backward:before {
    content: "\f049";
}

.fa-backward:before {
    content: "\f04a";
}

.fa-play:before {
    content: "\f04b";
}

.fa-pause:before {
    content: "\f04c";
}

.fa-stop:before {
    content: "\f04d";
}

.fa-forward:before {
    content: "\f04e";
}

.fa-fast-forward:before {
    content: "\f050";
}

.fa-step-forward:before {
    content: "\f051";
}

.fa-eject:before {
    content: "\f052";
}

.fa-chevron-left:before {
    content: "\f053";
}

.fa-chevron-right:before {
    content: "\f054";
}

.fa-plus-circle:before {
    content: "\f055";
}

.fa-minus-circle:before {
    content: "\f056";
}

.fa-times-circle:before {
    content: "\f057";
}

.fa-check-circle:before {
    content: "\f058";
}

.fa-question-circle:before {
    content: "\f059";
}

.fa-info-circle:before {
    content: "\f05a";
}

.fa-crosshairs:before {
    content: "\f05b";
}

.fa-times-circle-o:before {
    content: "\f05c";
}

.fa-check-circle-o:before {
    content: "\f05d";
}

.fa-ban:before {
    content: "\f05e";
}

.fa-arrow-left:before {
    content: "\f060";
}

.fa-arrow-right:before {
    content: "\f061";
}

.fa-arrow-up:before {
    content: "\f062";
}

.fa-arrow-down:before {
    content: "\f063";
}

.fa-mail-forward:before,
.fa-share:before {
    content: "\f064";
}

.fa-expand:before {
    content: "\f065";
}

.fa-compress:before {
    content: "\f066";
}

.fa-plus:before {
    content: "\f067";
}

.fa-minus:before {
    content: "\f068";
}

.fa-asterisk:before {
    content: "\f069";
}

.fa-exclamation-circle:before {
    content: "\f06a";
}

.fa-gift:before {
    content: "\f06b";
}

.fa-leaf:before {
    content: "\f06c";
}

.fa-fire:before {
    content: "\f06d";
}

.fa-eye:before {
    content: "\f06e";
}

.fa-eye-slash:before {
    content: "\f070";
}

.fa-warning:before,
.fa-exclamation-triangle:before {
    content: "\f071";
}

.fa-plane:before {
    content: "\f072";
}

.fa-calendar:before {
    content: "\f073";
}

.fa-random:before {
    content: "\f074";
}

.fa-comment:before {
    content: "\f075";
}

.fa-magnet:before {
    content: "\f076";
}

.fa-chevron-up:before {
    content: "\f077";
}

.fa-chevron-down:before {
    content: "\f078";
}

.fa-retweet:before {
    content: "\f079";
}

.fa-shopping-cart:before {
    content: "\f07a";
}

.fa-folder:before {
    content: "\f07b";
}

.fa-folder-open:before {
    content: "\f07c";
}

.fa-arrows-v:before {
    content: "\f07d";
}

.fa-arrows-h:before {
    content: "\f07e";
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
    content: "\f080";
}

.fa-twitter-square:before {
    content: "\f081";
}

.fa-facebook-square:before {
    content: "\f082";
}

.fa-camera-retro:before {
    content: "\f083";
}

.fa-key:before {
    content: "\f084";
}

.fa-gears:before,
.fa-cogs:before {
    content: "\f085";
}

.fa-comments:before {
    content: "\f086";
}

.fa-thumbs-o-up:before {
    content: "\f087";
}

.fa-thumbs-o-down:before {
    content: "\f088";
}

.fa-star-half:before {
    content: "\f089";
}

.fa-heart-o:before {
    content: "\f08a";
}

.fa-sign-out:before {
    content: "\f08b";
}

.fa-linkedin-square:before {
    content: "\f08c";
}

.fa-thumb-tack:before {
    content: "\f08d";
}

.fa-external-link:before {
    content: "\f08e";
}

.fa-sign-in:before {
    content: "\f090";
}

.fa-trophy:before {
    content: "\f091";
}

.fa-github-square:before {
    content: "\f092";
}

.fa-upload:before {
    content: "\f093";
}

.fa-lemon-o:before {
    content: "\f094";
}

.fa-phone:before {
    content: "\f095";
}

.fa-square-o:before {
    content: "\f096";
}

.fa-bookmark-o:before {
    content: "\f097";
}

.fa-phone-square:before {
    content: "\f098";
}

.fa-twitter:before {
    content: "\f099";
}

.fa-facebook-f:before,
.fa-facebook:before {
    content: "\f09a";
}

.fa-github:before {
    content: "\f09b";
}

.fa-unlock:before {
    content: "\f09c";
}

.fa-credit-card:before {
    content: "\f09d";
}

.fa-feed:before,
.fa-rss:before {
    content: "\f09e";
}

.fa-hdd-o:before {
    content: "\f0a0";
}

.fa-bullhorn:before {
    content: "\f0a1";
}

.fa-bell:before {
    content: "\f0f3";
}

.fa-certificate:before {
    content: "\f0a3";
}

.fa-hand-o-right:before {
    content: "\f0a4";
}

.fa-hand-o-left:before {
    content: "\f0a5";
}

.fa-hand-o-up:before {
    content: "\f0a6";
}

.fa-hand-o-down:before {
    content: "\f0a7";
}

.fa-arrow-circle-left:before {
    content: "\f0a8";
}

.fa-arrow-circle-right:before {
    content: "\f0a9";
}

.fa-arrow-circle-up:before {
    content: "\f0aa";
}

.fa-arrow-circle-down:before {
    content: "\f0ab";
}

.fa-globe:before {
    content: "\f0ac";
}

.fa-wrench:before {
    content: "\f0ad";
}

.fa-tasks:before {
    content: "\f0ae";
}

.fa-filter:before {
    content: "\f0b0";
}

.fa-briefcase:before {
    content: "\f0b1";
}

.fa-arrows-alt:before {
    content: "\f0b2";
}

.fa-group:before,
.fa-users:before {
    content: "\f0c0";
}

.fa-chain:before,
.fa-link:before {
    content: "\f0c1";
}

.fa-cloud:before {
    content: "\f0c2";
}

.fa-flask:before {
    content: "\f0c3";
}

.fa-cut:before,
.fa-scissors:before {
    content: "\f0c4";
}

.fa-copy:before,
.fa-files-o:before {
    content: "\f0c5";
}

.fa-paperclip:before {
    content: "\f0c6";
}

.fa-save:before,
.fa-floppy-o:before {
    content: "\f0c7";
}

.fa-square:before {
    content: "\f0c8";
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
    content: "\f0c9";
}

.fa-list-ul:before {
    content: "\f0ca";
}

.fa-list-ol:before {
    content: "\f0cb";
}

.fa-strikethrough:before {
    content: "\f0cc";
}

.fa-underline:before {
    content: "\f0cd";
}

.fa-table:before {
    content: "\f0ce";
}

.fa-magic:before {
    content: "\f0d0";
}

.fa-truck:before {
    content: "\f0d1";
}

.fa-pinterest:before {
    content: "\f0d2";
}

.fa-pinterest-square:before {
    content: "\f0d3";
}

.fa-google-plus-square:before {
    content: "\f0d4";
}

.fa-google-plus:before {
    content: "\f0d5";
}

.fa-money:before {
    content: "\f0d6";
}

.fa-caret-down:before {
    content: "\f0d7";
}

.fa-caret-up:before {
    content: "\f0d8";
}

.fa-caret-left:before {
    content: "\f0d9";
}

.fa-caret-right:before {
    content: "\f0da";
}

.fa-columns:before {
    content: "\f0db";
}

.fa-unsorted:before,
.fa-sort:before {
    content: "\f0dc";
}

.fa-sort-down:before,
.fa-sort-desc:before {
    content: "\f0dd";
}

.fa-sort-up:before,
.fa-sort-asc:before {
    content: "\f0de";
}

.fa-envelope:before {
    content: "\f0e0";
}

.fa-linkedin:before {
    content: "\f0e1";
}

.fa-rotate-left:before,
.fa-undo:before {
    content: "\f0e2";
}

.fa-legal:before,
.fa-gavel:before {
    content: "\f0e3";
}

.fa-dashboard:before,
.fa-tachometer:before {
    content: "\f0e4";
}

.fa-comment-o:before {
    content: "\f0e5";
}

.fa-comments-o:before {
    content: "\f0e6";
}

.fa-flash:before,
.fa-bolt:before {
    content: "\f0e7";
}

.fa-sitemap:before {
    content: "\f0e8";
}

.fa-umbrella:before {
    content: "\f0e9";
}

.fa-paste:before,
.fa-clipboard:before {
    content: "\f0ea";
}

.fa-lightbulb-o:before {
    content: "\f0eb";
}

.fa-exchange:before {
    content: "\f0ec";
}

.fa-cloud-download:before {
    content: "\f0ed";
}

.fa-cloud-upload:before {
    content: "\f0ee";
}

.fa-user-md:before {
    content: "\f0f0";
}

.fa-stethoscope:before {
    content: "\f0f1";
}

.fa-suitcase:before {
    content: "\f0f2";
}

.fa-bell-o:before {
    content: "\f0a2";
}

.fa-coffee:before {
    content: "\f0f4";
}

.fa-cutlery:before {
    content: "\f0f5";
}

.fa-file-text-o:before {
    content: "\f0f6";
}

.fa-building-o:before {
    content: "\f0f7";
}

.fa-hospital-o:before {
    content: "\f0f8";
}

.fa-ambulance:before {
    content: "\f0f9";
}

.fa-medkit:before {
    content: "\f0fa";
}

.fa-fighter-jet:before {
    content: "\f0fb";
}

.fa-beer:before {
    content: "\f0fc";
}

.fa-h-square:before {
    content: "\f0fd";
}

.fa-plus-square:before {
    content: "\f0fe";
}

.fa-angle-double-left:before {
    content: "\f100";
}

.fa-angle-double-right:before {
    content: "\f101";
}

.fa-angle-double-up:before {
    content: "\f102";
}

.fa-angle-double-down:before {
    content: "\f103";
}

.fa-angle-left:before {
    content: "\f104";
}

.fa-angle-right:before {
    content: "\f105";
}

.fa-angle-up:before {
    content: "\f106";
}

.fa-angle-down:before {
    content: "\f107";
}

.fa-desktop:before {
    content: "\f108";
}

.fa-laptop:before {
    content: "\f109";
}

.fa-tablet:before {
    content: "\f10a";
}

.fa-mobile-phone:before,
.fa-mobile:before {
    content: "\f10b";
}

.fa-circle-o:before {
    content: "\f10c";
}

.fa-quote-left:before {
    content: "\f10d";
}

.fa-quote-right:before {
    content: "\f10e";
}

.fa-spinner:before {
    content: "\f110";
}

.fa-circle:before {
    content: "\f111";
}

.fa-mail-reply:before,
.fa-reply:before {
    content: "\f112";
}

.fa-github-alt:before {
    content: "\f113";
}

.fa-folder-o:before {
    content: "\f114";
}

.fa-folder-open-o:before {
    content: "\f115";
}

.fa-smile-o:before {
    content: "\f118";
}

.fa-frown-o:before {
    content: "\f119";
}

.fa-meh-o:before {
    content: "\f11a";
}

.fa-gamepad:before {
    content: "\f11b";
}

.fa-keyboard-o:before {
    content: "\f11c";
}

.fa-flag-o:before {
    content: "\f11d";
}

.fa-flag-checkered:before {
    content: "\f11e";
}

.fa-terminal:before {
    content: "\f120";
}

.fa-code:before {
    content: "\f121";
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
    content: "\f122";
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
    content: "\f123";
}

.fa-location-arrow:before {
    content: "\f124";
}

.fa-crop:before {
    content: "\f125";
}

.fa-code-fork:before {
    content: "\f126";
}

.fa-unlink:before,
.fa-chain-broken:before {
    content: "\f127";
}

.fa-question:before {
    content: "\f128";
}

.fa-info:before {
    content: "\f129";
}

.fa-exclamation:before {
    content: "\f12a";
}

.fa-superscript:before {
    content: "\f12b";
}

.fa-subscript:before {
    content: "\f12c";
}

.fa-eraser:before {
    content: "\f12d";
}

.fa-puzzle-piece:before {
    content: "\f12e";
}

.fa-microphone:before {
    content: "\f130";
}

.fa-microphone-slash:before {
    content: "\f131";
}

.fa-shield:before {
    content: "\f132";
}

.fa-calendar-o:before {
    content: "\f133";
}

.fa-fire-extinguisher:before {
    content: "\f134";
}

.fa-rocket:before {
    content: "\f135";
}

.fa-maxcdn:before {
    content: "\f136";
}

.fa-chevron-circle-left:before {
    content: "\f137";
}

.fa-chevron-circle-right:before {
    content: "\f138";
}

.fa-chevron-circle-up:before {
    content: "\f139";
}

.fa-chevron-circle-down:before {
    content: "\f13a";
}

.fa-html5:before {
    content: "\f13b";
}

.fa-css3:before {
    content: "\f13c";
}

.fa-anchor:before {
    content: "\f13d";
}

.fa-unlock-alt:before {
    content: "\f13e";
}

.fa-bullseye:before {
    content: "\f140";
}

.fa-ellipsis-h:before {
    content: "\f141";
}

.fa-ellipsis-v:before {
    content: "\f142";
}

.fa-rss-square:before {
    content: "\f143";
}

.fa-play-circle:before {
    content: "\f144";
}

.fa-ticket:before {
    content: "\f145";
}

.fa-minus-square:before {
    content: "\f146";
}

.fa-minus-square-o:before {
    content: "\f147";
}

.fa-level-up:before {
    content: "\f148";
}

.fa-level-down:before {
    content: "\f149";
}

.fa-check-square:before {
    content: "\f14a";
}

.fa-pencil-square:before {
    content: "\f14b";
}

.fa-external-link-square:before {
    content: "\f14c";
}

.fa-share-square:before {
    content: "\f14d";
}

.fa-compass:before {
    content: "\f14e";
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
    content: "\f150";
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
    content: "\f151";
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
    content: "\f152";
}

.fa-euro:before,
.fa-eur:before {
    content: "\f153";
}

.fa-gbp:before {
    content: "\f154";
}

.fa-dollar:before,
.fa-usd:before {
    content: "\f155";
}

.fa-rupee:before,
.fa-inr:before {
    content: "\f156";
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
    content: "\f157";
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
    content: "\f158";
}

.fa-won:before,
.fa-krw:before {
    content: "\f159";
}

.fa-bitcoin:before,
.fa-btc:before {
    content: "\f15a";
}

.fa-file:before {
    content: "\f15b";
}

.fa-file-text:before {
    content: "\f15c";
}

.fa-sort-alpha-asc:before {
    content: "\f15d";
}

.fa-sort-alpha-desc:before {
    content: "\f15e";
}

.fa-sort-amount-asc:before {
    content: "\f160";
}

.fa-sort-amount-desc:before {
    content: "\f161";
}

.fa-sort-numeric-asc:before {
    content: "\f162";
}

.fa-sort-numeric-desc:before {
    content: "\f163";
}

.fa-thumbs-up:before {
    content: "\f164";
}

.fa-thumbs-down:before {
    content: "\f165";
}

.fa-youtube-square:before {
    content: "\f166";
}

.fa-youtube:before {
    content: "\f167";
}

.fa-xing:before {
    content: "\f168";
}

.fa-xing-square:before {
    content: "\f169";
}

.fa-youtube-play:before {
    content: "\f16a";
}

.fa-dropbox:before {
    content: "\f16b";
}

.fa-stack-overflow:before {
    content: "\f16c";
}

.fa-instagram:before {
    content: "\f16d";
}

.fa-flickr:before {
    content: "\f16e";
}

.fa-adn:before {
    content: "\f170";
}

.fa-bitbucket:before {
    content: "\f171";
}

.fa-bitbucket-square:before {
    content: "\f172";
}

.fa-tumblr:before {
    content: "\f173";
}

.fa-tumblr-square:before {
    content: "\f174";
}

.fa-long-arrow-down:before {
    content: "\f175";
}

.fa-long-arrow-up:before {
    content: "\f176";
}

.fa-long-arrow-left:before {
    content: "\f177";
}

.fa-long-arrow-right:before {
    content: "\f178";
}

.fa-apple:before {
    content: "\f179";
}

.fa-windows:before {
    content: "\f17a";
}

.fa-android:before {
    content: "\f17b";
}

.fa-linux:before {
    content: "\f17c";
}

.fa-dribbble:before {
    content: "\f17d";
}

.fa-skype:before {
    content: "\f17e";
}

.fa-foursquare:before {
    content: "\f180";
}

.fa-trello:before {
    content: "\f181";
}

.fa-female:before {
    content: "\f182";
}

.fa-male:before {
    content: "\f183";
}

.fa-gittip:before,
.fa-gratipay:before {
    content: "\f184";
}

.fa-sun-o:before {
    content: "\f185";
}

.fa-moon-o:before {
    content: "\f186";
}

.fa-archive:before {
    content: "\f187";
}

.fa-bug:before {
    content: "\f188";
}

.fa-vk:before {
    content: "\f189";
}

.fa-weibo:before {
    content: "\f18a";
}

.fa-renren:before {
    content: "\f18b";
}

.fa-pagelines:before {
    content: "\f18c";
}

.fa-stack-exchange:before {
    content: "\f18d";
}

.fa-arrow-circle-o-right:before {
    content: "\f18e";
}

.fa-arrow-circle-o-left:before {
    content: "\f190";
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
    content: "\f191";
}

.fa-dot-circle-o:before {
    content: "\f192";
}

.fa-wheelchair:before {
    content: "\f193";
}

.fa-vimeo-square:before {
    content: "\f194";
}

.fa-turkish-lira:before,
.fa-try:before {
    content: "\f195";
}

.fa-plus-square-o:before {
    content: "\f196";
}

.fa-space-shuttle:before {
    content: "\f197";
}

.fa-slack:before {
    content: "\f198";
}

.fa-envelope-square:before {
    content: "\f199";
}

.fa-wordpress:before {
    content: "\f19a";
}

.fa-openid:before {
    content: "\f19b";
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
    content: "\f19c";
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
    content: "\f19d";
}

.fa-yahoo:before {
    content: "\f19e";
}

.fa-google:before {
    content: "\f1a0";
}

.fa-reddit:before {
    content: "\f1a1";
}

.fa-reddit-square:before {
    content: "\f1a2";
}

.fa-stumbleupon-circle:before {
    content: "\f1a3";
}

.fa-stumbleupon:before {
    content: "\f1a4";
}

.fa-delicious:before {
    content: "\f1a5";
}

.fa-digg:before {
    content: "\f1a6";
}

.fa-pied-piper-pp:before {
    content: "\f1a7";
}

.fa-pied-piper-alt:before {
    content: "\f1a8";
}

.fa-drupal:before {
    content: "\f1a9";
}

.fa-joomla:before {
    content: "\f1aa";
}

.fa-language:before {
    content: "\f1ab";
}

.fa-fax:before {
    content: "\f1ac";
}

.fa-building:before {
    content: "\f1ad";
}

.fa-child:before {
    content: "\f1ae";
}

.fa-paw:before {
    content: "\f1b0";
}

.fa-spoon:before {
    content: "\f1b1";
}

.fa-cube:before {
    content: "\f1b2";
}

.fa-cubes:before {
    content: "\f1b3";
}

.fa-behance:before {
    content: "\f1b4";
}

.fa-behance-square:before {
    content: "\f1b5";
}

.fa-steam:before {
    content: "\f1b6";
}

.fa-steam-square:before {
    content: "\f1b7";
}

.fa-recycle:before {
    content: "\f1b8";
}

.fa-automobile:before,
.fa-car:before {
    content: "\f1b9";
}

.fa-cab:before,
.fa-taxi:before {
    content: "\f1ba";
}

.fa-tree:before {
    content: "\f1bb";
}

.fa-spotify:before {
    content: "\f1bc";
}

.fa-deviantart:before {
    content: "\f1bd";
}

.fa-soundcloud:before {
    content: "\f1be";
}

.fa-database:before {
    content: "\f1c0";
}

.fa-file-pdf-o:before {
    content: "\f1c1";
}

.fa-file-word-o:before {
    content: "\f1c2";
}

.fa-file-excel-o:before {
    content: "\f1c3";
}

.fa-file-powerpoint-o:before {
    content: "\f1c4";
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
    content: "\f1c5";
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
    content: "\f1c6";
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
    content: "\f1c7";
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
    content: "\f1c8";
}

.fa-file-code-o:before {
    content: "\f1c9";
}

.fa-vine:before {
    content: "\f1ca";
}

.fa-codepen:before {
    content: "\f1cb";
}

.fa-jsfiddle:before {
    content: "\f1cc";
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
    content: "\f1cd";
}

.fa-circle-o-notch:before {
    content: "\f1ce";
}

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
    content: "\f1d0";
}

.fa-ge:before,
.fa-empire:before {
    content: "\f1d1";
}

.fa-git-square:before {
    content: "\f1d2";
}

.fa-git:before {
    content: "\f1d3";
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
    content: "\f1d4";
}

.fa-tencent-weibo:before {
    content: "\f1d5";
}

.fa-qq:before {
    content: "\f1d6";
}

.fa-wechat:before,
.fa-weixin:before {
    content: "\f1d7";
}

.fa-send:before,
.fa-paper-plane:before {
    content: "\f1d8";
}

.fa-send-o:before,
.fa-paper-plane-o:before {
    content: "\f1d9";
}

.fa-history:before {
    content: "\f1da";
}

.fa-circle-thin:before {
    content: "\f1db";
}

.fa-header:before {
    content: "\f1dc";
}

.fa-paragraph:before {
    content: "\f1dd";
}

.fa-sliders:before {
    content: "\f1de";
}

.fa-share-alt:before {
    content: "\f1e0";
}

.fa-share-alt-square:before {
    content: "\f1e1";
}

.fa-bomb:before {
    content: "\f1e2";
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
    content: "\f1e3";
}

.fa-tty:before {
    content: "\f1e4";
}

.fa-binoculars:before {
    content: "\f1e5";
}

.fa-plug:before {
    content: "\f1e6";
}

.fa-slideshare:before {
    content: "\f1e7";
}

.fa-twitch:before {
    content: "\f1e8";
}

.fa-yelp:before {
    content: "\f1e9";
}

.fa-newspaper-o:before {
    content: "\f1ea";
}

.fa-wifi:before {
    content: "\f1eb";
}

.fa-calculator:before {
    content: "\f1ec";
}

.fa-paypal:before {
    content: "\f1ed";
}

.fa-google-wallet:before {
    content: "\f1ee";
}

.fa-cc-visa:before {
    content: "\f1f0";
}

.fa-cc-mastercard:before {
    content: "\f1f1";
}

.fa-cc-discover:before {
    content: "\f1f2";
}

.fa-cc-amex:before {
    content: "\f1f3";
}

.fa-cc-paypal:before {
    content: "\f1f4";
}

.fa-cc-stripe:before {
    content: "\f1f5";
}

.fa-bell-slash:before {
    content: "\f1f6";
}

.fa-bell-slash-o:before {
    content: "\f1f7";
}

.fa-trash:before {
    content: "\f1f8";
}

.fa-copyright:before {
    content: "\f1f9";
}

.fa-at:before {
    content: "\f1fa";
}

.fa-eyedropper:before {
    content: "\f1fb";
}

.fa-paint-brush:before {
    content: "\f1fc";
}

.fa-birthday-cake:before {
    content: "\f1fd";
}

.fa-area-chart:before {
    content: "\f1fe";
}

.fa-pie-chart:before {
    content: "\f200";
}

.fa-line-chart:before {
    content: "\f201";
}

.fa-lastfm:before {
    content: "\f202";
}

.fa-lastfm-square:before {
    content: "\f203";
}

.fa-toggle-off:before {
    content: "\f204";
}

.fa-toggle-on:before {
    content: "\f205";
}

.fa-bicycle:before {
    content: "\f206";
}

.fa-bus:before {
    content: "\f207";
}

.fa-ioxhost:before {
    content: "\f208";
}

.fa-angellist:before {
    content: "\f209";
}

.fa-cc:before {
    content: "\f20a";
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
    content: "\f20b";
}

.fa-meanpath:before {
    content: "\f20c";
}

.fa-buysellads:before {
    content: "\f20d";
}

.fa-connectdevelop:before {
    content: "\f20e";
}

.fa-dashcube:before {
    content: "\f210";
}

.fa-forumbee:before {
    content: "\f211";
}

.fa-leanpub:before {
    content: "\f212";
}

.fa-sellsy:before {
    content: "\f213";
}

.fa-shirtsinbulk:before {
    content: "\f214";
}

.fa-simplybuilt:before {
    content: "\f215";
}

.fa-skyatlas:before {
    content: "\f216";
}

.fa-cart-plus:before {
    content: "\f217";
}

.fa-cart-arrow-down:before {
    content: "\f218";
}

.fa-diamond:before {
    content: "\f219";
}

.fa-ship:before {
    content: "\f21a";
}

.fa-user-secret:before {
    content: "\f21b";
}

.fa-motorcycle:before {
    content: "\f21c";
}

.fa-street-view:before {
    content: "\f21d";
}

.fa-heartbeat:before {
    content: "\f21e";
}

.fa-venus:before {
    content: "\f221";
}

.fa-mars:before {
    content: "\f222";
}

.fa-mercury:before {
    content: "\f223";
}

.fa-intersex:before,
.fa-transgender:before {
    content: "\f224";
}

.fa-transgender-alt:before {
    content: "\f225";
}

.fa-venus-double:before {
    content: "\f226";
}

.fa-mars-double:before {
    content: "\f227";
}

.fa-venus-mars:before {
    content: "\f228";
}

.fa-mars-stroke:before {
    content: "\f229";
}

.fa-mars-stroke-v:before {
    content: "\f22a";
}

.fa-mars-stroke-h:before {
    content: "\f22b";
}

.fa-neuter:before {
    content: "\f22c";
}

.fa-genderless:before {
    content: "\f22d";
}

.fa-facebook-official:before {
    content: "\f230";
}

.fa-pinterest-p:before {
    content: "\f231";
}

.fa-whatsapp:before {
    content: "\f232";
}

.fa-server:before {
    content: "\f233";
}

.fa-user-plus:before {
    content: "\f234";
}

.fa-user-times:before {
    content: "\f235";
}

.fa-hotel:before,
.fa-bed:before {
    content: "\f236";
}

.fa-viacoin:before {
    content: "\f237";
}

.fa-train:before {
    content: "\f238";
}

.fa-subway:before {
    content: "\f239";
}

.fa-medium:before {
    content: "\f23a";
}

.fa-yc:before,
.fa-y-combinator:before {
    content: "\f23b";
}

.fa-optin-monster:before {
    content: "\f23c";
}

.fa-opencart:before {
    content: "\f23d";
}

.fa-expeditedssl:before {
    content: "\f23e";
}

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
    content: "\f240";
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
    content: "\f241";
}

.fa-battery-2:before,
.fa-battery-half:before {
    content: "\f242";
}

.fa-battery-1:before,
.fa-battery-quarter:before {
    content: "\f243";
}

.fa-battery-0:before,
.fa-battery-empty:before {
    content: "\f244";
}

.fa-mouse-pointer:before {
    content: "\f245";
}

.fa-i-cursor:before {
    content: "\f246";
}

.fa-object-group:before {
    content: "\f247";
}

.fa-object-ungroup:before {
    content: "\f248";
}

.fa-sticky-note:before {
    content: "\f249";
}

.fa-sticky-note-o:before {
    content: "\f24a";
}

.fa-cc-jcb:before {
    content: "\f24b";
}

.fa-cc-diners-club:before {
    content: "\f24c";
}

.fa-clone:before {
    content: "\f24d";
}

.fa-balance-scale:before {
    content: "\f24e";
}

.fa-hourglass-o:before {
    content: "\f250";
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
    content: "\f251";
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
    content: "\f252";
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
    content: "\f253";
}

.fa-hourglass:before {
    content: "\f254";
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
    content: "\f255";
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
    content: "\f256";
}

.fa-hand-scissors-o:before {
    content: "\f257";
}

.fa-hand-lizard-o:before {
    content: "\f258";
}

.fa-hand-spock-o:before {
    content: "\f259";
}

.fa-hand-pointer-o:before {
    content: "\f25a";
}

.fa-hand-peace-o:before {
    content: "\f25b";
}

.fa-trademark:before {
    content: "\f25c";
}

.fa-registered:before {
    content: "\f25d";
}

.fa-creative-commons:before {
    content: "\f25e";
}

.fa-gg:before {
    content: "\f260";
}

.fa-gg-circle:before {
    content: "\f261";
}

.fa-tripadvisor:before {
    content: "\f262";
}

.fa-odnoklassniki:before {
    content: "\f263";
}

.fa-odnoklassniki-square:before {
    content: "\f264";
}

.fa-get-pocket:before {
    content: "\f265";
}

.fa-wikipedia-w:before {
    content: "\f266";
}

.fa-safari:before {
    content: "\f267";
}

.fa-chrome:before {
    content: "\f268";
}

.fa-firefox:before {
    content: "\f269";
}

.fa-opera:before {
    content: "\f26a";
}

.fa-internet-explorer:before {
    content: "\f26b";
}

.fa-tv:before,
.fa-television:before {
    content: "\f26c";
}

.fa-contao:before {
    content: "\f26d";
}

.fa-500px:before {
    content: "\f26e";
}

.fa-amazon:before {
    content: "\f270";
}

.fa-calendar-plus-o:before {
    content: "\f271";
}

.fa-calendar-minus-o:before {
    content: "\f272";
}

.fa-calendar-times-o:before {
    content: "\f273";
}

.fa-calendar-check-o:before {
    content: "\f274";
}

.fa-industry:before {
    content: "\f275";
}

.fa-map-pin:before {
    content: "\f276";
}

.fa-map-signs:before {
    content: "\f277";
}

.fa-map-o:before {
    content: "\f278";
}

.fa-map:before {
    content: "\f279";
}

.fa-commenting:before {
    content: "\f27a";
}

.fa-commenting-o:before {
    content: "\f27b";
}

.fa-houzz:before {
    content: "\f27c";
}

.fa-vimeo:before {
    content: "\f27d";
}

.fa-black-tie:before {
    content: "\f27e";
}

.fa-fonticons:before {
    content: "\f280";
}

.fa-reddit-alien:before {
    content: "\f281";
}

.fa-edge:before {
    content: "\f282";
}

.fa-credit-card-alt:before {
    content: "\f283";
}

.fa-codiepie:before {
    content: "\f284";
}

.fa-modx:before {
    content: "\f285";
}

.fa-fort-awesome:before {
    content: "\f286";
}

.fa-usb:before {
    content: "\f287";
}

.fa-product-hunt:before {
    content: "\f288";
}

.fa-mixcloud:before {
    content: "\f289";
}

.fa-scribd:before {
    content: "\f28a";
}

.fa-pause-circle:before {
    content: "\f28b";
}

.fa-pause-circle-o:before {
    content: "\f28c";
}

.fa-stop-circle:before {
    content: "\f28d";
}

.fa-stop-circle-o:before {
    content: "\f28e";
}

.fa-shopping-bag:before {
    content: "\f290";
}

.fa-shopping-basket:before {
    content: "\f291";
}

.fa-hashtag:before {
    content: "\f292";
}

.fa-bluetooth:before {
    content: "\f293";
}

.fa-bluetooth-b:before {
    content: "\f294";
}

.fa-percent:before {
    content: "\f295";
}

.fa-gitlab:before {
    content: "\f296";
}

.fa-wpbeginner:before {
    content: "\f297";
}

.fa-wpforms:before {
    content: "\f298";
}

.fa-envira:before {
    content: "\f299";
}

.fa-universal-access:before {
    content: "\f29a";
}

.fa-wheelchair-alt:before {
    content: "\f29b";
}

.fa-question-circle-o:before {
    content: "\f29c";
}

.fa-blind:before {
    content: "\f29d";
}

.fa-audio-description:before {
    content: "\f29e";
}

.fa-volume-control-phone:before {
    content: "\f2a0";
}

.fa-braille:before {
    content: "\f2a1";
}

.fa-assistive-listening-systems:before {
    content: "\f2a2";
}

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
    content: "\f2a3";
}

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
    content: "\f2a4";
}

.fa-glide:before {
    content: "\f2a5";
}

.fa-glide-g:before {
    content: "\f2a6";
}

.fa-signing:before,
.fa-sign-language:before {
    content: "\f2a7";
}

.fa-low-vision:before {
    content: "\f2a8";
}

.fa-viadeo:before {
    content: "\f2a9";
}

.fa-viadeo-square:before {
    content: "\f2aa";
}

.fa-snapchat:before {
    content: "\f2ab";
}

.fa-snapchat-ghost:before {
    content: "\f2ac";
}

.fa-snapchat-square:before {
    content: "\f2ad";
}

.fa-pied-piper:before {
    content: "\f2ae";
}

.fa-first-order:before {
    content: "\f2b0";
}

.fa-yoast:before {
    content: "\f2b1";
}

.fa-themeisle:before {
    content: "\f2b2";
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
    content: "\f2b3";
}

.fa-fa:before,
.fa-font-awesome:before {
    content: "\f2b4";
}

.fa-handshake-o:before {
    content: "\f2b5";
}

.fa-envelope-open:before {
    content: "\f2b6";
}

.fa-envelope-open-o:before {
    content: "\f2b7";
}

.fa-linode:before {
    content: "\f2b8";
}

.fa-address-book:before {
    content: "\f2b9";
}

.fa-address-book-o:before {
    content: "\f2ba";
}

.fa-vcard:before,
.fa-address-card:before {
    content: "\f2bb";
}

.fa-vcard-o:before,
.fa-address-card-o:before {
    content: "\f2bc";
}

.fa-user-circle:before {
    content: "\f2bd";
}

.fa-user-circle-o:before {
    content: "\f2be";
}

.fa-user-o:before {
    content: "\f2c0";
}

.fa-id-badge:before {
    content: "\f2c1";
}

.fa-drivers-license:before,
.fa-id-card:before {
    content: "\f2c2";
}

.fa-drivers-license-o:before,
.fa-id-card-o:before {
    content: "\f2c3";
}

.fa-quora:before {
    content: "\f2c4";
}

.fa-free-code-camp:before {
    content: "\f2c5";
}

.fa-telegram:before {
    content: "\f2c6";
}

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
    content: "\f2c7";
}

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
    content: "\f2c8";
}

.fa-thermometer-2:before,
.fa-thermometer-half:before {
    content: "\f2c9";
}

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
    content: "\f2ca";
}

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
    content: "\f2cb";
}

.fa-shower:before {
    content: "\f2cc";
}

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
    content: "\f2cd";
}

.fa-podcast:before {
    content: "\f2ce";
}

.fa-window-maximize:before {
    content: "\f2d0";
}

.fa-window-minimize:before {
    content: "\f2d1";
}

.fa-window-restore:before {
    content: "\f2d2";
}

.fa-times-rectangle:before,
.fa-window-close:before {
    content: "\f2d3";
}

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
    content: "\f2d4";
}

.fa-bandcamp:before {
    content: "\f2d5";
}

.fa-grav:before {
    content: "\f2d6";
}

.fa-etsy:before {
    content: "\f2d7";
}

.fa-imdb:before {
    content: "\f2d8";
}

.fa-ravelry:before {
    content: "\f2d9";
}

.fa-eercast:before {
    content: "\f2da";
}

.fa-microchip:before {
    content: "\f2db";
}

.fa-snowflake-o:before {
    content: "\f2dc";
}

.fa-superpowers:before {
    content: "\f2dd";
}

.fa-wpexplorer:before {
    content: "\f2de";
}

.fa-meetup:before {
    content: "\f2e0";
}

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

.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto;
}

select.bs-select-hidden,
select.selectpicker {
    display: none !important;
}

.bootstrap-select {
    width: 220px \0;
    /*IE9 and below*/
}

.bootstrap-select>.dropdown-toggle {
    width: 100%;
    padding-right: 25px;
    z-index: 1;
    height: 45px;
    overflow: hidden;
}

.bootstrap-select>.dropdown-toggle.bs-placeholder,
.bootstrap-select>.dropdown-toggle.bs-placeholder:hover,
.bootstrap-select>.dropdown-toggle.bs-placeholder:focus,
.bootstrap-select>.dropdown-toggle.bs-placeholder:active {
    color: #999;
}

.bootstrap-select>select {
    position: absolute !important;
    bottom: 0;
    left: 50%;
    display: block !important;
    width: 0.5px !important;
    height: 100% !important;
    padding: 0 !important;
    opacity: 0 !important;
    border: none;
}

.bootstrap-select>select.mobile-device {
    top: 0;
    left: 0;
    display: block !important;
    width: 100% !important;
    z-index: 2;
}

.has-error .bootstrap-select .dropdown-toggle,
.error .bootstrap-select .dropdown-toggle {
    border-color: #b94a48;
}

.bootstrap-select.fit-width {
    width: auto !important;
}

.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
    width: 100%;
}

.bootstrap-select.form-control {
    margin-bottom: 0;
    padding: 0;
    border: none;
}

.bootstrap-select.form-control:not([class*="col-"]) {
    width: 100%;
}

.bootstrap-select.form-control.input-group-btn {
    z-index: auto;
}

.bootstrap-select.form-control.input-group-btn:not(:first-child):not(:last-child)>.btn {
    border-radius: 0;
}

.bootstrap-select.btn-group:not(.input-group-btn),
.bootstrap-select.btn-group[class*="col-"] {
    float: none;
    display: inline-block;
    margin-left: 0;
}

.bootstrap-select.btn-group.dropdown-menu-right,
.bootstrap-select.btn-group[class*="col-"].dropdown-menu-right,
.row .bootstrap-select.btn-group[class*="col-"].dropdown-menu-right {
    float: right;
}

.form-inline .bootstrap-select.btn-group,
.form-horizontal .bootstrap-select.btn-group,
.form-group .bootstrap-select.btn-group {
    margin-bottom: 0;
}

.form-group-lg .bootstrap-select.btn-group.form-control,
.form-group-sm .bootstrap-select.btn-group.form-control {
    padding: 0;
}

.form-group-lg .bootstrap-select.btn-group.form-control .dropdown-toggle,
.form-group-sm .bootstrap-select.btn-group.form-control .dropdown-toggle {
    height: 100%;
    font-size: inherit;
    line-height: inherit;
    border-radius: inherit;
}

.form-inline .bootstrap-select.btn-group .form-control {
    width: 100%;
}

.bootstrap-select.btn-group.disabled,
.bootstrap-select.btn-group>.disabled {
    cursor: not-allowed;
}

.bootstrap-select.btn-group.disabled:focus,
.bootstrap-select.btn-group>.disabled:focus {
    outline: none !important;
}

.bootstrap-select.btn-group.bs-container {
    position: absolute;
    height: 0 !important;
    padding: 0 !important;
}

.bootstrap-select.btn-group.bs-container .dropdown-menu {
    z-index: 1060;
}

.bootstrap-select.btn-group .dropdown-toggle .filter-option {
    display: inline-block;
    overflow: hidden;
    width: 100%;
    text-align: left;
    line-height: 1.5
}

.bootstrap-select.btn-group .dropdown-toggle .caret {
    position: absolute;
    top: 50%;
    right: 12px;
    margin-top: -2px;
    vertical-align: middle;
}

.bootstrap-select.btn-group[class*="col-"] .dropdown-toggle {
    width: 100%;
}

.bootstrap-select.btn-group .dropdown-menu {
    min-width: 100%;
    box-sizing: border-box;
}

.bootstrap-select.btn-group .dropdown-menu.inner {
    position: static;
    float: none;
    border: 0;
    padding: 0;
    margin: 0;
    border-radius: 0;
    box-shadow: none;
}

.bootstrap-select.btn-group .dropdown-menu li {
    position: relative;
}

.bootstrap-select.btn-group .dropdown-menu li.active small {
    color: #fff;
}

.bootstrap-select.btn-group .dropdown-menu li.disabled a {
    cursor: not-allowed;
}

.bootstrap-select.btn-group .dropdown-menu li a {
    cursor: pointer;
    user-select: none;
    display: block;
    line-height: 2.3
}

.bootstrap-select.btn-group .dropdown-menu li a.opt {
    position: relative;
    padding-left: 2.25em;
}

.bootstrap-select.btn-group .dropdown-menu li a span.check-mark {
    display: none;
}

.bootstrap-select.btn-group .dropdown-menu li a span.text {
    display: inline-block;
}

.bootstrap-select.btn-group .dropdown-menu li small {
    padding-left: 0.5em;
}

.bootstrap-select.btn-group .dropdown-menu .notify {
    position: absolute;
    bottom: 5px;
    width: 96%;
    margin: 0 2%;
    min-height: 26px;
    padding: 3px 5px;
    background: #f5f5f5;
    border: 1px solid #e3e3e3;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    pointer-events: none;
    opacity: 0.9;
    box-sizing: border-box;
}

.bootstrap-select.btn-group .no-results {
    padding: 3px;
    background: #f5f5f5;
    margin: 0 5px;
    white-space: nowrap;
}

.bootstrap-select.btn-group.fit-width .dropdown-toggle .filter-option {
    position: static;
}

.bootstrap-select.btn-group.fit-width .dropdown-toggle .caret {
    position: static;
    top: auto;
    margin-top: -1px;
}

.bootstrap-select.btn-group.show-tick .dropdown-menu li.selected a span.check-mark {
    position: absolute;
    display: inline-block;
    right: 15px;
    margin-top: 5px;
}

.bootstrap-select.btn-group.show-tick .dropdown-menu li a span.text {
    margin-right: 34px;
}

.bootstrap-select.show-menu-arrow.open>.dropdown-toggle {
    z-index: 1061;
}

.bootstrap-select.show-menu-arrow .dropdown-toggle:before {
    content: '';
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid rgba(204, 204, 204, 0.2);
    position: absolute;
    bottom: -4px;
    left: 9px;
    display: none;
}

.bootstrap-select.show-menu-arrow .dropdown-toggle:after {
    content: '';
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid white;
    position: absolute;
    bottom: -4px;
    left: 10px;
    display: none;
}

.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:before {
    bottom: auto;
    top: -3px;
    border-top: 7px solid rgba(204, 204, 204, 0.2);
    border-bottom: 0;
}

.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:after {
    bottom: auto;
    top: -3px;
    border-top: 6px solid white;
    border-bottom: 0;
}

.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:before {
    right: 12px;
    left: auto;
}

.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:after {
    right: 13px;
    left: auto;
}

.bootstrap-select.show-menu-arrow.open>.dropdown-toggle:before,
.bootstrap-select.show-menu-arrow.open>.dropdown-toggle:after {
    display: block;
}

.bs-searchbox,
.bs-actionsbox,
.bs-donebutton {
    padding: 4px 8px;
}

.bs-actionsbox {
    width: 100%;
    box-sizing: border-box;
}

.bs-actionsbox .btn-group button {
    width: 50%;
}

.bs-donebutton {
    float: left;
    width: 100%;
    box-sizing: border-box;
}

.bs-donebutton .btn-group button {
    width: 100%;
}

.bs-searchbox+.bs-actionsbox {
    padding: 0 8px 4px;
}

.bs-searchbox .form-control {
    margin-bottom: 0;
    width: 100%;
    float: none;
}

.bootstrap-select {
    position: relative;
}

.bootstrap-select button {
    position: relative;
    display: inline-block;
    background: transparent;
    padding: 11px;
    font-size: 15px;
    line-height: 1;
    overflow: hidden;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    /* touch-action: manipulation; */
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid #cccccc;
    border-radius: 25px;
    color: #82878d;
    font-family: 'muli-regular', 'Open Sans', Helvetica, sans-serif;
}

.bootstrap-select button .caret {
    border-top: 4px dashed;
    border-top: 4px solid\9;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}

.bootstrap-select button:focus {
    outline: none;
}

.bootstrap-select .dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1;
    display: none;
    float: left;
    padding: 15px 20px;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    border-radius: 0 0 25px 25px;
    border-top: 0;
}

.bootstrap-select select {
    display: none;
}

.bootstrap-select.open .dropdown-menu {
    z-index: 2;
    display: block;
}

.bootstrap-select.open button {
    background-color: #ffffff;
    border-radius: 25px 25px 0 0;
}


/* Mobile styling */

.founders .col-1-4 img,
.supporters .col-1-4 img {
    max-width: 262px;
    max-height: 163px;
    width: 100%;
}

.show-on-mobile {
    /*display: none;*/
    position: absolute;
    bottom: 20px;
    left: 20px;
    color: #fff;
    /*z-index: 20;*/
}

.show-on-mobile p {
    margin-bottom: 0;
}

.show-on-mobile p span {
    font-weight: bold;
}

@media only screen and (max-width: 767px) {
    .show-on-mobile {
        display: block;
    }
}

.founders .image,
.supporters .image {
    height: 163px;
}

html {
    margin: 0 !important;
}

body {
    font-size: 14px;
    color: #5a616a;
    font-family: 'muli-regular', 'Open Sans', Helvetica, sans-serif;
}

object {
    pointer-events: none;
}

img {
    max-width: 100%;
}

.noscroll {
    overflow: hidden;
}

.clear {
    clear: both;
    float: none;
}

.single .logged-in {
    padding-top: 0;
}

@media only screen and (max-width: 1000px) {
    .grid {
        min-width: 100%;
    }
}

a {
    text-decoration: none;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    outline: none !important;
}

a:hover {
    color: #aaaaaa;
}

p a {
    color: #aaaaaa;
    overflow-wrap: break-word;
}

p a:hover {
    color: #424952;
}

span a {
    color: #aaaaaa;
    overflow-wrap: break-word;
}

span a:hover {
    color: #424952;
}

h1 {
    font-size: 20px;
    font-family: 'muli-regular', 'Open Sans', Helvetica, sans-serif;
    text-transform: uppercase;
    line-height: 1.3;
}

h2,
h3,
h4,
h5 {
    font-size: 16px;
    font-family: 'muli-regular', 'Open Sans', Helvetica, sans-serif;
    text-transform: uppercase;
    line-height: 1.3;
}

p,
span {
    line-height: 1.5;
}

.changing-circles {
    display: inline-block;
    margin-top: 2px;
}

.changing-circles .circles {
    float: left;
    width: 72px;
    margin-right: 5px;
    opacity: 0;
    display: none;
}

.changing-circles .circles.active {
    display: inline-block;
    opacity: 1;
}

@media only screen and (max-width: 767px) {
    .changing-circles .circles {
        margin-left: 0;
        width: 44px;
    }
}

@media only screen and (max-width: 768px) {
    .changing-circles .circles {
        margin-left: 0;
    }
}

.changing-circles .circles .circle-block {
    border-radius: 50%;
    height: 12px;
    width: 12px;
    float: left;
    /*@media @tablet-mobile {
        width: 7px;
        height: 7px;
      }

      @media @mobile {
        width: 7px;
        height: 7px;
      }
      @media @tablet-max {
        width: 7px;
        height: 7px;
      }*/
}

@media only screen and (max-width: 767px) {
    .changing-circles .circles .circle-block {
        width: 7px;
        height: 7px;
    }
}

.single .changing-circles .circle-block,
.page .changing-circles .circle-block {
    background-color: transparent;
}

.alignright {
    float: right;
    display: inline-block;
}

.alignleft {
    float: left;
    display: inline-block;
}

.breadcrumbs {
    padding: 20px 0 0;
	
}

@media only screen and (max-width: 1180px) {
    .breadcrumbs {
        padding: 20px 20px 0 20px;
        display: none;
    }
}

.breadcrumbs p {
    margin: 0;
	
}

.home {
    position: relative;
    height: 100%;
    overflow: hidden;
}

.home .main-navigation {
    z-index: 20;
    height: auto;
}

.home .main-navigation .opening-hours {
    background: linear-gradient(to right, rgba(10, 10, 10, 0.6), rgba(12, 9, 9, 0.35));
}

.home .main-navigation .opening-hours .searchbar {
    text-align: right;
    color: #ffffff;
    font-family: 'opensans-regular', 'Open Sans', Helvetica, sans-serif;
    font-size: 14px;
    text-transform: uppercase;
}

.home .main-navigation .opening-hours .searchbar .search-icon {
    vertical-align: middle;
    padding-right: 5px;
    height: 36px;
}

.home .main-navigation .logo-navigation {
    height: auto;
    background-color: #ffffff;
    padding: 10px 0;
}

@media only screen and (max-width: 1180px) {
    .home .main-navigation .logo-navigation {
        padding-left: 20px;
    }
}

@media only screen and (max-width: 767px) {}

@media only screen and (max-width: 767px) {}

.home .main-navigation .logo-navigation .col-1-2 {
    width: 45% !important;
}

@media only screen and (max-width: 767px) {
    .home .main-navigation .logo-navigation .col-1-2 {
        width: 80% !important;
    }
}

.home .main-navigation .logo-navigation .col-1-2.right-navigation {
    width: 55% !important;
}

@media only screen and (max-width: 767px) {
    .home .main-navigation .logo-navigation .col-1-2.right-navigation {
        width: 20% !important;
    }
}

@media only screen and (max-width: 767px) {
    .home .main-navigation .logo-navigation .right-navigation {
        padding: 10px 20px 10px 0;
    }
}

@media only screen and (max-width: 480px) {
    .home .main-navigation .logo-navigation .right-navigation {
        padding-right: 10px !important;
    }
}

@media only screen and (max-width: 767px) {
    .home .main-navigation .logo-navigation .right-navigation .main-nav {
        display: none;
    }
}

.home .main-navigation .logo-navigation .right-navigation img {
    vertical-align: inherit;
    padding-left: 5px;
}

@media only screen and (max-width: 767px) {
    .home .main-navigation .logo-navigation .right-navigation ul {
        display: none;
    }
}

.home .main-navigation .logo-navigation .col-1-2 {
    display: table;
}

.home .main-navigation .logo-navigation .col-1-2 .content {
    display: table-cell;
    vertical-align: middle;
}

.home .main-navigation .logo-navigation .col-1-2 .content svg {
    vertical-align: super;
    margin-right: 5px;
}

.home .main-navigation .logo-navigation .col-1-2 .content .main-nav ul {
    margin: 0;
    display: inline;
}

.home .main-navigation .logo-navigation .col-1-2 .content .main-nav ul li {
    display: inline;
    margin: 0;
}

.home .main-navigation .logo-navigation .col-1-2 .content .main-nav ul li:not(:last-child):after {
    content: "|";
    padding: 0 5px 0 5px;
    vertical-align: top;
    color: #444e59;
}

.home .main-navigation .logo-navigation .col-1-2 .content .main-nav ul li a {
    color: #444e59;
    text-transform: uppercase;
    padding: 0 5px 0 0;
}

@media only screen and (max-width: 1000px) {
    .home .main-navigation .logo-navigation .col-1-2 .content .main-nav ul li a {
        font-size: 12px;
    }
}

.home .main-navigation .logo-navigation [class*='col-'] {
    float: left;
    width: 50%;
}

.home .home-page-content {
    z-index: -1;
    width: 100%;
    height: 100vh;
    position: absolute;
    left: 0;
    top: 0;
}

.home .home-page-content .home-slider {
    height: 100%;
    color: #ffffff;
}

.home .home-page-content .home-slider a {
    color: #ffffff;
}

.home .home-page-content .home-slider a:hover {
    color: #aaaaaa;
}

.home .home-page-content .home-slider .overlay {
    background: linear-gradient(to right, rgba(0, 0, 0, 0.4), transparent);
    height: 100%;
    padding: 0 20px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10;
}

.home .home-page-content .home-slider h2 {
    font-family: 'zeitzmocca-regular', 'Open Sans', Helvetica, sans-serif;
    text-shadow: 0px 1px 5px rgba(0, 0, 0, 0.4);
    font-size: 51px;
    font-weight: normal;
    line-height: 0.8;
    letter-spacing: 2px;
    margin-bottom: 30px;
    position: relative;
}

@media only screen and (max-width: 767px) {
    .home .home-page-content .home-slider h2 {
        font-size: 28px;
    }
}

.home .home-page-content .home-slider h2:after {
    content: "";
    height: 1px;
    width: 65px;
    background: #ffffff;
    position: absolute;
    left: 0;
    top: 100%;
    margin-top: 12px;
}

.home .home-page-content .home-slider h3 {
    font-family: 'muli-regular', 'Open Sans', Helvetica, sans-serif;
    font-size: 20px;
    font-weight: normal;
    line-height: 1.1;
    text-transform: none;
    text-shadow: 0 1px 5px rgba(0, 0, 0, 0.5);
}

@media only screen and (max-width: 767px) {
    .home .home-page-content .home-slider h3 {
        font-size: 19px;
    }
}

.home .home-page-content .home-slider a.video-play-button {
    display: inline-block;
    margin-top: 12px;
}

.home .home-page-content .home-slider a.read-more {
    font-family: 'muli-regular', 'Open Sans', Helvetica, sans-serif;
    border: 1px solid #ffffff;
    padding: 10px 15px;
    display: inline-block;
    border-radius: 10px;
    color: #ffffff;
    margin-top: 12px;
    text-transform: uppercase;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.4);
    text-shadow: 0 1px 5px rgba(0, 0, 0, 0.4);
}

.home .home-page-content .home-slider a.read-more:hover {
    background-color: #aaaaaa;
    color: #ffffff;
    border-color: #cacaca;
}

.home .home-page-content .home-slider ul {
    height: 100%;
    position: relative;
}

.home .home-page-content .home-slider ul li {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    margin: 0;
    background-size: cover;
    width: 100%;
    background-position-x: 60%;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.home .home-page-content .home-slider ul li.active {
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.home .home-page-content .home-slider ul li .grid {
    height: 100%;
}

.home .home-page-content .home-slider ul li .grid .col-1-2 .content {
    position: absolute;
    padding: 0 20px 0 0;
    top: 40%;
    max-width: 460px;
}

@media only screen and (max-width: 767px) {
    .home .home-page-content .home-slider ul li .grid .col-1-2 .content {
        bottom: 130px;
        top: inherit;
    }
}

@media only screen and (max-width: 767px) {
    .home .home-page-content .home-slider ul li .image {
        background-position: center center;
    }
}

.home .home-page-content .slider-controller {
    z-index: 20;
    position: fixed;
    bottom: 0;
    left: 0;
}

@media only screen and (max-width: 767px) {
    .home .home-page-content .slider-controller {
        display: none;
    }
}

.home .home-page-content .slider-controller ul {
    display: table;
    table-layout: fixed;
    width: 100%;
    margin: 0;
    padding: 0;
}

.home .home-page-content .slider-controller ul li {
    display: table-cell;
    vertical-align: middle;
    background-color: #ffffff;
    text-align: center;
    height: 50px;
    border-right: 1px solid #cacaca;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}

.home .home-page-content .slider-controller ul li:hover {
    background-color: rgba(128, 0, 0, 0.6);
}

.home .home-page-content .slider-controller ul li.active a {
    color: #ffffff;
}

.home .home-page-content .slider-controller ul li a {
    color: #454f5a;
    font-family: 'muli-light', 'Open Sans', Helvetica, sans-serif;
    font-size: 12px;
    text-transform: uppercase;
    display: block;
    padding: 19px 0;
}

.home .home-page-content .slider-controller ul li a:hover {
    color: #ffffff;
}

.home footer {
    position: fixed;
    width: 100%;
    bottom: 0;
}

.home footer .footer-widget {
    display: none;
}

.home .search-by {
    display: none;
    font-size: 16px;
}

@media only screen and (max-width: 767px) {
    .home .search-by {
        display: block;
        position: absolute;
        bottom: 0;
        z-index: 11;
        width: 100%;
    }
}

.home .search-by .close {
    width: 20px;
    display: none;
}

.home .search-by span {
    background-color: #ebebeb;
    color: #444e59;
    display: block;
    padding: 26px 20px;
}

.home .search-by span img {
    float: right;
    cursor: pointer;
}

.home .search-by span img.open {
    transform: rotate(90deg);
    padding-top: 10px;
}

.home .search-by span.active {
    background-color: #ebebeb;
    color: #444e59;
    font-weight: 600;
}

.home .search-by span.active img {
    display: none;
}

.home .search-by span.active img.close {
    display: block;
}

.home .search-by ul {
    display: none;
}

.home .search-by ul li {
    background-color: #ffffff;
    border-bottom: 1px solid #d0d3d5;
    font-weight: 600;
    position: relative;
}

.home .search-by ul li:after {
    content: url("../style/img/up-arrow.png");
    position: absolute;
    right: 20px;
    top: 20px;
    transform: rotate(180deg);
}

.home .search-by ul li a {
    color: #444e59;
    display: block;
    padding: 20px;
    z-index: 1;
    position: relative;
}

.home .search-by ul li a:hover {
    color: #aaaaaa;
}

@media only screen and (max-width: 767px) {
    [class*='col-'] {
        width: 100%;
    }
}

.longer-banner {
    /* position: relative; */
    overflow: hidden;
}

@media only screen and (max-width: 767px) {
    .longer-banner {
        height: 450px;
        width: 100%;
        top: 0;
    }
    .single-artists .longer-banner {
        position: absolute;
    }
}

@media only screen and (max-width: 767px) {
    .longer-banner .main-navigation {
        height: 425px !important;
    }
    .longer-banner.exhibition-single .main-navigation {
        height: 450px !important;
    }
}

.wrap-fold .content-fold {
    background: #f9f9f9;
    max-height: 55px;
    padding: 20px;
    font-size: 18px;
    text-transform: uppercase;
    border-radius: 30px;
    position: relative;
    margin-bottom: 10px;
}

.wrap-fold .content-fold:after {
    content: url("../style/img/toggle-content.png");
    position: absolute;
    right: 20px;
    top: 20px;
    cursor: pointer;
}

.wrap-fold .content-fold.active:after {
    content: url("../style/img/toggled-content.png");
}

.folded-content {
    display: none;
}

.folded-content ul {
    margin-left: 40px;
}

.folded-content ul li {
    list-style: disc;
    margin-bottom: 10px;
}

@media only screen and (max-width: 1180px) {
    .membership h1.border-strip {
        max-width: 100%;
        font-size: 16px;
        margin-left: 20px;
    }
}

.membership-2 .page-content h1 {
    display: none;
}

.membership-2 .page-content h2 {
    font-family: 'muli-regular', 'Open Sans', Helvetica, sans-serif;
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 40px;
}

.membership {
    padding-top: 20px;
}

.membership .membership-slider {
    position: relative;
}

.membership .membership-slider .content {
    height: 420px;
}

.membership .membership-slider .content .right-content {
    /*        @media only screen and (min-width: 561px) and (max-width: 640px) {
          padding-top: 95px;
        }
        @media only screen and (min-width: 481px) and (max-width: 560px) {
          padding-top: 60px;
        }
        @media only screen and (min-width: 401px) and (max-width: 480px) {
          padding-top: 65px;
        }
        @media only screen and (min-width: 331px) and (max-width: 400px) {
          padding-top: 60px;
        }
        @media only screen and (max-width: 330px) {
          padding-top: 60px;
        }*/
}

.membership .membership-slider.padding-off {
    padding-bottom: 40px;
}

@media only screen and (max-width: 767px) {
    .membership .membership-slider.padding-off {
        padding-bottom: 20px;
    }
}

@media only screen and (max-width: 767px) {
    .membership .membership-slider {
        margin-bottom: 0;
        padding-bottom: 40px;
        height: 100%;
    }
}

.membership .membership-slider .big-block {
    padding-right: 0;
    overflow: hidden;
    position: relative;
    height: 510px;
}

@media only screen and (max-width: 480px) {
    .membership .membership-slider .big-block {
        height: 200px;
    }
}

.membership .membership-slider .big-block img {
    width: 100%;
    max-width: 665px;
}

@media only screen and (max-width: 1180px) {
    .membership .membership-slider .big-block img {
        width: auto !important;
        max-width: none;
        height: 310px;
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translateY(-50%) translateX(-50%);
    }
}

@media only screen and (max-width: 767px) {
    .membership .membership-slider .big-block img {
        width: auto !important;
        max-width: none;
        height: 310px;
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translateY(-50%) translateX(-50%);
    }
}

@media only screen and (max-width: 480px) {
    .membership .membership-slider .big-block img {
        height: 200px;
    }
}

@media only screen and (max-width: 1000px) {}

@media only screen and (max-width: 767px) {
    .membership .membership-slider .main-menu {
        top: 265px;
        bottom: inherit;
        position: absolute;
        padding: 10px 0;
        width: 100%;
        height: 95px;
        overflow: hidden;
    }
}

@media only screen and (max-width: 480px) {
    .membership .membership-slider .main-menu {
        top: 165px;
    }
}

.membership .membership-slider .main-menu li {
    background-repeat: no-repeat !important;
    background-position: center 0 !important;
}

@media only screen and (max-width: 640px) {
    .membership .membership-slider .main-menu li {
        background-repeat: no-repeat !important;
        background-position: center 30px !important;
    }
}

@media only screen and (max-width: 767px) {}

@media only screen and (max-width: 767px) {
    .membership .membership-slider .main-menu {
        margin-bottom: 0;
        padding-bottom: 0;
        height: 100%;
    }
}

.membership .membership-slider .main-menu .big-block {
    padding-right: 0;
}

.membership .membership-slider .main-menu .big-block img {
    width: 100%;
}

.membership .membership-slider .slider-controls {
    background: #ebebeb;
    position: absolute;
    bottom: 10px;
    /*560*/
}

@media only screen and (max-width: 1180px) {
    .membership .membership-slider .slider-controls {
        top: 310px;
    }
}

@media only screen and (max-width: 767px) {
    .membership .membership-slider .slider-controls {
        top: 310px;
        height: 140px;
    }
}

@media only screen and (max-width: 640px) {
    .membership .membership-slider .slider-controls {
        top: 310px;
        height: 100px;
    }
}

@media only screen and (max-width: 560px) {
    .membership .membership-slider .slider-controls {
        top: 310px;
        height: 80px;
    }
}

@media only screen and (max-width: 480px) {
    .membership .membership-slider .slider-controls {
        top: 200px;
    }
}

.membership .membership-slider .slider-controls .main-menu {
    position: relative;
    padding: 20px 60px;
    float: left;
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

@media only screen and (max-width: 1180px) and (min-width: 768px) {
    .membership .membership-slider .slider-controls .main-menu {
        padding: 20px 40px 20px 60px;
    }
}

@media only screen and (max-width: 767px) {
    .membership .membership-slider .slider-controls .main-menu {
        top: 0;
        bottom: inherit;
        position: absolute;
        padding: 10px 0;
    }
}

@media only screen and (max-width: 640px) {
    .membership .membership-slider .slider-controls .main-menu {
        position: static;
        padding: 10px 25px;
    }
}

.membership .membership-slider .slider-controls .main-menu img {
    width: 100px;
    height: 100px;
}

@media only screen and (max-width: 767px) {
    .membership .membership-slider .slider-controls .main-menu img {
        width: 75px;
        height: 75px;
    }
}

.membership .membership-slider .slider-controls li {
    background-repeat: no-repeat !important;
    background-position: center 0 !important;
    /*@media only screen and (max-width: 1180px) and (min-width: 768px) {
          margin: 0px 8px;
        }
        @media only screen and (min-width: 561px) and (max-width: 640px) {
          margin: 10px 20px;
        }
        @media only screen and (min-width: 331px) and (max-width: 560px) {
          margin: 5px 10px;
        }
        @media only screen and (max-width: 330px) {
          margin: 5px 5px;
        }*/
    /*@media only screen and (max-width: 560px) {
          margin: 5px 10px;
        }*/
}

@media only screen and (max-width: 640px) {
    .membership .membership-slider .slider-controls li {
        overflow: hidden;
        border-radius: 50%;
        margin: 0 5px;
    }
}

@media only screen and (max-width: 1180px) {
    .membership .membership-slider .slider-controls li {
        margin: 0 8px;
    }
}

@media only screen and (max-width: 767px) {
    .membership .membership-slider .slider-controls li {
        margin: 10px 20px;
    }
}

@media only screen and (max-width: 640px) {
    .membership .membership-slider .slider-controls li {
        margin: 10px 20px;
    }
}

@media only screen and (max-width: 480px) {
    .membership .membership-slider .slider-controls li {
        margin: 5px 5px;
    }
}

.membership .membership-slider .slider-controls li:nth-child(1) a {
    background-color: #56616b;
}

.membership .membership-slider .slider-controls li:nth-child(2) a {
    background-color: #bc7448;
}

.membership .membership-slider .slider-controls li:nth-child(3) a {
    background-color: #b5b5b5;
}

.membership .membership-slider .slider-controls li:nth-child(4) a {
    background-color: #b28e4b;
}

.membership .membership-slider .slider-controls li a {
    display: block;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    overflow: hidden;
    color: #fff;
    position: relative;
}

@media only screen and (max-width: 1180px) and (min-width: 768px) {
    .membership .membership-slider .slider-controls li a {
        width: 60px;
        height: 60px;
    }
}

@media only screen and (min-width: 561px) and (max-width: 640px) {
    .membership .membership-slider .slider-controls li a {
        width: 60px;
        height: 60px;
    }
}

@media only screen and (max-width: 560px) {
    .membership .membership-slider .slider-controls li a {
        width: 45px;
        height: 45px;
    }
}

.membership .membership-slider .slider-controls li a span {
    position: absolute;
    left: 0;
    top: 25%;
    width: 100px;
    text-align: center;
}

@media only screen and (max-width: 1180px) and (min-width: 768px) {
    .membership .membership-slider .slider-controls li a span {
        display: none;
    }
}

@media only screen and (max-width: 640px) {
    .membership .membership-slider .slider-controls li a span {
        display: none;
    }
}

.membership .membership-slider .slider-controls li a img {
    display: block;
    opacity: 0.4;
}

@media only screen and (max-width: 640px) {
    .membership .membership-slider .slider-controls li a img {
        width: 100% !important;
        height: auto !important;
    }
}

.membership .membership-slider .slider-controls li a img:hover {
    opacity: 1;
}

.membership .membership-slider .slider-controls li.active a {
    background-color: #ccc;
    color: #333;
}

.membership .membership-slider .slider-controls li.active img {
    opacity: 1;
}

.membership .membership-slider .slider-controls .next {
    background: url("img/next.png") no-repeat center;
    color: transparent;
    position: absolute;
    top: 40%;
    right: 20px;
    width: 20px;
    height: 30px;
    cursor: pointer;
}

@media only screen and (max-width: 640px) {
    .membership .membership-slider .slider-controls .next {
        top: 35%;
        right: 5px;
    }
}

.membership .membership-slider .slider-controls .prev {
    background: url("img/prev.png") no-repeat center;
    color: transparent;
    position: absolute;
    top: 40%;
    left: 20px;
    width: 20px;
    height: 30px;
    cursor: pointer;
}

@media only screen and (max-width: 640px) {
    .membership .membership-slider .slider-controls .prev {
        top: 35%;
        left: 5px;
    }
}

.membership .membership-slider section.csi_sharing {
    /*position: static;*/
    display: none;
}

@media only screen and (max-width: 767px) {
    .membership .membership-slider section.csi_sharing {
        position: relative;
        bottom: inherit;
    }
}

@media only screen and (max-width: 767px) {
    .membership .membership-slider [class*='col-'] {
        padding-right: 0;
    }
}

@media only screen and (max-width: 480px) {
    .membership .membership-slider .filled-button {
        min-width: 185px;
        display: inline-block;
    }
}

.membership .membership-slider .right-content {
    padding-left: 40px;
}

@media only screen and (max-width: 767px) {
    .membership .membership-slider .right-content {
        padding-left: 20px;
        padding-top: 140px;
    }
}

@media only screen and (max-width: 640px) {
    .membership .membership-slider .right-content {
        padding-top: 100px;
    }
}

@media only screen and (max-width: 560px) {
    .membership .membership-slider .right-content {
        padding-top: 80px;
    }
}

.membership .membership-slider .right-content .filled-button {
    margin: 0 0 20px;
}

.membership .membership-slider .right-content span.price {
    font-size: 20px;
    text-transform: uppercase;
    font-family: 'muli-regular', 'Open Sans', Helvetica, sans-serif;
    margin-bottom: 20px;
    border-bottom: 1px solid;
    padding-bottom: 20px;
    font-weight: 600;
    display: block;
    position: relative;
}

@media only screen and (max-width: 767px) {
    .membership .membership-slider .right-content span.price {
        padding-top: 20px;
        margin-top: 20px;
        font-size: 20px;
        font-family: 'muli-regular', 'Open Sans', Helvetica, sans-serif;
        padding-bottom: 0;
        border-bottom: none;
        margin-bottom: 35px;
    }
    .membership .membership-slider .right-content span.price:after {
        content: "";
        height: 2px;
        width: 35px;
        background: #5a616a;
        position: absolute;
        left: 0;
        top: 100%;
        margin-top: 10px;
    }
}

.membership .membership-slider .right-content h2 {
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 15px;
    position: relative;
}

@media only screen and (max-width: 767px) {
    .membership .membership-slider .right-content h2 {
        margin-bottom: 25px;
    }
    .membership .membership-slider .right-content h2:after {
        content: "";
        height: 2px;
        width: 35px;
        background: #5a616a;
        position: absolute;
        left: 0;
        top: 100%;
        margin-top: 10px;
    }
}

.membership .membership-slider .right-content ul {
    padding-bottom: 10px;
    overflow-y: auto;
    width: 99.9%;
    position: relative;
    z-index: 1;
}

.membership .membership-slider .right-content ul li {
    float: none;
    display: list-item;
    margin: 0 0 10px;
    background: url('../style/img/li-listing.png') no-repeat 4px center;
    padding-left: 30px;
    line-height: 130%;
    list-style: none;
}

@media only screen and (max-width: 767px) {
    .membership .membership-slider .right-content ul li {
        background: url('../style/img/li-listing.png') no-repeat 4px center;
    }
}

.membership .membership-slider .right-content .download-block {
    padding: 30px 0 0;
    position: relative;
    z-index: 1;
}

.membership .membership-slider .right-content .rating {
    margin-bottom: 20px;
}

.membership .membership-slider .right-content .csi_sharing span {
    display: none;
}

.membership .membership-slider .right-content .csi_sharing ul {
    height: auto;
    margin-top: 15px;
}

.membership .membership-slider .right-content .csi_sharing li {
    display: inline-block;
    margin: 0 15px 10px 0;
    list-style: none;
    padding: 0;
    background: none;
}

.membership .membership-slider .right-content .csi_sharing li:before {
    content: "";
    margin: 0;
}

.membership .membership-slider .right-content .social-share {
    text-align: left;
    margin-top: 20px;
}

.membership .membership-slider .right-content .membership-info {
    position: relative;
    overflow-y: auto;
    display: block;
    height: auto;
}

.membership .membership-slider .right-content .membership-info a {
    color: #aaa;
}

.membership .membership-slider .right-content .membership-info .banner-overlay {
    background: linear-gradient(to top, #ffffff, transparent, transparent);
    width: 97%;
    z-index: 1;
}

.main-navigation {
    background-size: cover;
    /*height: 550px !important;*/
    /*z-index: 20;*/
    position: relative;
    background-position-x: 50%;
    background-position-y: 0%;
}

.section.main-navigation {
    height: 550px !important;
}

@media only screen and (max-width: 767px) {
    .main-navigation {
        height: 425px !important;
        width: 100%
    }
    .home .main-navigation {
        height: auto !important;
        width: 100%
    }
}

.main-navigation .page-heading .grid {
    position: absolute;
    bottom: 30%;
    left: 0;
    right: 0;
}

.main-navigation .page-heading .grid .title-holder {
    font-size: 52px;
    color: #ffffff;
    font-family: 'zeitzmocca-regular', 'Open Sans', Helvetica, sans-serif;
    text-align: left;
    bottom: 30%;
    position: absolute;
    left: 0;
    right: 0;
    text-shadow: 0px 1px 5px rgba(0, 0, 0, 0.4);
}

@media only screen and (max-width: 1180px) {
    .main-navigation .page-heading .grid .title-holder {
        padding-left: 20px;
    }
}

@media only screen and (max-width: 767px) {
    .main-navigation .page-heading .grid .title-holder {
        font-size: 25px;
        bottom: 35%;
    }
}

.main-navigation .fixed-nav {
    position: absolute;
    width: 100%;
    top: 0;
    z-index: 25;
}

@media only screen and (max-width: 640px) {
    .main-navigation .fixed-nav {
        position: fixed;
    }
}

.main-navigation .opening-hours {
    position: relative;
    z-index: 2;
    background: rgba(0, 0, 0, 0.5);
    height: 50px;
    padding: 6px 0;
    overflow: hidden;
}

.main-navigation .zeitz-maplist{
    width:100%;   
}

.main-navigation .zeitz-maplist .opening-hours .closing-statement {
    max-width: 215px;
    display: block;
    font-size: 12px;
    float: right;
    text-align: left;
    padding: 0 0 0 35px;
  }

@media only screen and (min-width: 1025px){
    .main-navigation .zeitz-maplist{
        max-width: 205px;
        float: right;
    }
}


@media only screen and (min-width: 768px) and (max-width: 1024px)  {
    .main-navigation .zeitz-maplist{
        max-width: 205px;
        float: right;
    }
}

.main-navigation .opening-hours .search-bar {
    display: inline-block;
    position: relative;
    padding: 0;
    margin: 0 -4px 0 185px;
    overflow-x: hidden;
    width: 250px;
    height: 36px;
    vertical-align: middle;
    background: transparent;
    z-index: 2;
}

@media only screen and (max-width: 767px) {
    .main-navigation .opening-hours .search-bar {
        position: absolute !important;
        left: 35px;
        text-align: left;
        margin: 0 10px;
    }
}

@media only screen and (max-width: 480px) {
    .main-navigation .opening-hours .search-bar {
        width: 85%;
    }
}

.main-navigation .opening-hours .search-bar form {
    display: none;
    position: absolute;
    right: 0;
    top: -1px;
    padding: 0;
    background-color: transparent;
    margin: 0;
}

.main-navigation .opening-hours .search-bar form.active {
    right: 0;
}

@media only screen and (max-width: 767px) {
    .main-navigation .opening-hours .search-bar form {
        top: -3px;
        left: 0;
        right: auto;
        padding: 0 !important;
        z-index: 1;
    }
}

@media only screen and (max-width: 480px) {
    .main-navigation .opening-hours .search-bar form {
        width: 100%;
    }
}

.main-navigation .opening-hours .search-bar form input {
    padding: 8px 30px;
    margin-top: 3px;
    width: 100%;
    max-width: 200px;
}

@media only screen and (max-width: 767px) {
    .main-navigation .opening-hours .search-bar form input {
        padding: 8px 20px;
    }
}

@media only screen and (max-width: 480px) {
    .main-navigation .opening-hours .search-bar form input {
        max-width: 100%;
    }
}

@media only screen and (max-width: 767px) {
    .main-navigation .opening-hours .search-bar form img {
        width: auto;
    }
}

.main-navigation .opening-hours .searchbar {
    text-align: right;
    color: #ffffff;
    font-family: 'opensans-regular', 'Open Sans', Helvetica, sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    position: relative;
}

.main-navigation .opening-hours .searchbar .search-icon {
    vertical-align: middle;
    padding-right: 5px;
    cursor: pointer;
    height: 36px;
}

@media only screen and (max-width: 767px) {
    .main-navigation .opening-hours .searchbar .search-icon {
        margin-right: 0!important;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1024px)  {
    .main-navigation .opening-hours .searchbar .search-icon {
        margin-right: 0!important;
    }
}

@media only screen and (max-width: 767px) {
    .main-navigation .opening-hours .searchbar .search-icon {
        margin-right: 0;
    }
}


/* ==== OPERATING HOURS ==== */

/* ==== endOPERATING HOURS ==== */

@media only screen and (max-width: 767px) {
    .main-navigation .opening-hours .searchbar .search-icon {
        float: left;
    }
    .main-navigation .opening-hours .searchbar .search-icon:nth-child(1) {
        float: left;
        width: 30px;
    }
}

@media only screen and (max-width: 640px) {
    .main-navigation .opening-hours .searchbar .search-icon {
        float: left;
    }
}



@media only screen and (max-width: 480px) {
    .main-navigation .opening-hours .searchbar {
        float: left;
    }
}

.main-navigation .logo-navigation {
    z-index: 2;
    position: relative;
    height: auto;
    background-color: #ffffff;
    padding: 10px 0;
}

@media only screen and (max-width: 1180px) {
    .main-navigation .logo-navigation {
        padding-left: 20px;
    }
}



@media only screen and (max-width: 767px) {
    .main-navigation .logo-navigation img {
        max-width: 120px;
    }
}

.main-navigation .logo-navigation .col-1-2 {
    width: 45%;
}

@media only screen and (max-width: 767px) {
    .main-navigation .logo-navigation .col-1-2 {
        width: 75%;
    }
}

.main-navigation .logo-navigation .col-1-2.right-navigation {
    width: 55%;
}

@media only screen and (max-width: 767px) {
    .main-navigation .logo-navigation .col-1-2.right-navigation {
        width: 25%;
    }
}

.main-navigation .logo-navigation .col-1-2.right-navigation .toggle-menu {
    vertical-align: inherit;
    padding-left: 5px;
    cursor: pointer;
    height: 40px;
    display: inline-block;
}

.main-navigation .logo-navigation .col-1-2.right-navigation .toggle-menu .fa-bars {
    font-size: 40px;
    width: 35px;
    display: inline-block;
    vertical-align: inherit;
    margin-left: 10px;
    margin-top: 5px;
    cursor: pointer;
}

.main-navigation .logo-navigation .col-1-2.right-navigation .toggle-menu .fa-times {
    font-size: 40px;
    width: 35px;
    display: none;
    vertical-align: inherit;
    margin-left: 10px;
    cursor: pointer;
}

.main-navigation .logo-navigation .col-1-2.right-navigation .toggle-menu.active .fa-bars {
    display: none;
}

@media only screen and (max-width: 767px) {
    .main-navigation .logo-navigation .col-1-2.right-navigation .toggle-menu.active .fa-bars {
        display: inline-block;
    }
    .main-navigation .logo-navigation .col-1-2.right-navigation .toggle-menu .fa-bars {
        margin-top: 0;
        height: auto;
    }
}

.main-navigation .logo-navigation .col-1-2.right-navigation .toggle-menu.active .fa-times {
    display: inline-block;
}

@media only screen and (max-width: 767px) {
    .main-navigation .logo-navigation .col-1-2.right-navigation .toggle-menu.active .fa-times {
        display: none;
    }
}

@media only screen and (max-width: 767px) {
    .main-navigation .logo-navigation [class*='col-']:nth-child(2) {
        width: 25%;
    }
}

@media only screen and (max-width: 767px) {
    .main-navigation .logo-navigation [class*='col-']:nth-child(1) {
        width: 75%;
    }
}

.main-navigation .logo-navigation .right-navigation {
    text-align: right;
    padding: 25px 15px 0 0;
}

@media only screen and (max-width: 767px) {
    .main-navigation .logo-navigation .right-navigation {
        padding: 8px 15px 0 0;
    }
}

.main-navigation .logo-navigation .right-navigation .main-nav {
    display: inline-block;
    vertical-align: sub;
}

.main-navigation .logo-navigation .col-1-2 {
    display: table;
}

.main-navigation .logo-navigation .col-1-2 .content {
    display: table-cell;
    vertical-align: middle;
}

@media only screen and (max-width: 767px) {
    .main-navigation .logo-navigation .col-1-2 .content object {
        height: 50px;
        margin-top: 0;
    }
}

.main-navigation .logo-navigation .col-1-2 .content svg,
.main-navigation .logo-navigation .col-1-2 .content rect {
    vertical-align: super;
    margin-right: 5px;
}

@media only screen and (max-width: 767px) {
    .main-navigation .logo-navigation .col-1-2 .content svg,
    .main-navigation .logo-navigation .col-1-2 .content rect {
        width: 40px;
    }
}

.main-navigation .logo-navigation .col-1-2 .content .main-nav ul {
    margin: 0;
}

@media only screen and (max-width: 767px) {
    .main-navigation .logo-navigation .col-1-2 .content .main-nav ul {
        display: none;
    }
}

.main-navigation .logo-navigation .col-1-2 .content .main-nav ul li {
    display: inline;
    margin: 0;
}

.main-navigation .logo-navigation .col-1-2 .content .main-nav ul li:not(:last-child):after {
    content: "|";
    padding: 0 5px 0 5px;
    vertical-align: top;
    color: #444e59;
}

.main-navigation .logo-navigation .col-1-2 .content .main-nav ul li a {
    color: #444e59;
    text-transform: uppercase;
    padding: 0 5px 0 0;
}

.main-navigation .logo-navigation .col-1-2 .content .main-nav ul li a:hover {
    color: #aaaaaa;
}

@media only screen and (max-width: 1000px) {
    .main-navigation .logo-navigation .col-1-2 .content .main-nav ul li a {
        font-size: 12px;
    }
}

.main-navigation .page-heading img {
    display: none;
}

.main-navigation .video-play-button {
    position: absolute;
    left: 45%;
    right: 45%;
    text-align: center;
    margin: 0 auto;
    top: 50%;
    z-index: 2;
}

@media only screen and (max-width: 480px) {
    .main-navigation .video-play-button {
        top: 43%;
    }
}

.main-navigation .video-play-button img {
    display: block;
    margin: 0 auto;
    max-width: 60px;
}

p {
    line-height: 1.5;
}

.button {
    border: 1px solid #5a616a;
    padding: 17px 33px;
    text-align: center;
    background-color: transparent;
    display: inline-block;
    border-radius: 25px;
    color: #5a616a;
    text-transform: uppercase;
    font-size: 14px;
    font-family: 'muli-regular', 'Open Sans', Helvetica, sans-serif;
    -webkit-transition: all 1s ease-out;
    -moz-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    transition: all 1s ease-out;
    min-width: 185px;
    cursor: pointer;
}

@media only screen and (max-width: 480px) {
    .button {
        display: block;
        clear: both;
    }
}

.button:hover {
    color: #aaaaaa;
    border-color: #aaaaaa;
}

.filled-button {
    background-color: #5a616a;
    border-color: #5a616a;
    color: #ffffff;
    display: inline-block;
    border-radius: 25px;
    text-transform: uppercase;
    font-size: 14px;
    -webkit-transition: all 1s ease-out;
    -moz-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    transition: all 1s ease-out;
    padding: 17px 33px;
    text-align: center;
    min-width: 185px;
    font-family: 'muli-regular', 'Open Sans', Helvetica, sans-serif;
    border-style: none;
    cursor: pointer;
}

@media only screen and (max-width: 480px) {
    .filled-button {
        display: block;
        clear: both;
        margin-bottom: 20px;
    }
}

.filled-button:hover {
    background-color: #aaaaaa;
    color: #ffffff;
}

.border-button {
    color: #5a616a;
    border: 1px solid #5a616a;
    display: inline-block;
    border-radius: 25px;
    text-transform: uppercase;
    font-size: 14px;
    -webkit-transition: all 1s ease-out;
    -moz-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    transition: all 1s ease-out;
    padding: 17px 33px;
    text-align: center;
    min-width: 185px;
    font-family: 'muli-regular', 'Open Sans', Helvetica, sans-serif;
}

@media only screen and (max-width: 480px) {
    .border-button {
        display: block;
        clear: both;
    }
}

.border-button:hover {
    background-color: #aaaaaa;
    color: #ffffff;
}

.buy-tickets h1 {
    font-size: 20px;
    margin-bottom: 30px;
    border-bottom: 1px solid #a2a3a5;
    padding-bottom: 25px;
    font-family: 'muli-regular', 'Open Sans', Helvetica, sans-serif;
    text-transform: uppercase;
    font-weight: 600;
}

.buy-tickets .ticket-options h2.border-strip {
    -webkit-transition: all 1s ease-out;
    -moz-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    transition: all 1s ease-out;
}

.buy-tickets .ticket-options h2.border-strip a {
    color: #444e59;
}

.buy-tickets .ticket-options h2.border-strip:hover:after {
    background: #aaaaaa;
    height: 6px;
    border-radius: 6px;
    width: 40px;
    -webkit-transition: all 1s ease-out;
    -moz-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    transition: all 1s ease-out;
}

@media only screen and (max-width: 640px) {
    .buy-tickets .ticket-options .col-1-3 {
        margin-bottom: 20px;
        border-bottom: 1px solid #dfe1e4;
    }
}

.buy-tickets ul {
    list-style: disc;
    margin: 10px 0;
}

.buy-tickets ul li {
    list-style: disc;
    margin-left: 15px;
    margin-bottom: 5px;
    line-height: 1.5;
}

.artist-listing.buy-ticket {
    background-color: #f7f7f7;
}

.artist-listing.buy-ticket h3.border-strip {
    line-height: 1;
}

@media only screen and (max-width: 1180px) {
    .artist-listing.buy-ticket {
        padding: 30px 20px;
    }
}

.artist-listing.buy-ticket .container {
    position: relative;
    background-color: #2e2e2e;
    border-radius: 3px;
    width: 98%;
    transition: 1.5s ease;
    margin-bottom: 20px;
}

.artist-listing.buy-ticket .container:hover {
    background-color: #5a616a;
}

.artist-listing.buy-ticket .container:after {
    background-color: rgba(0, 0, 0, 0.3);
    position: absolute;
    top: 0;
    bottom: 0;
    display: inline-block;
    left: 0;
    right: 0;
    z-index: 1;
    content: "";
}

.artist-listing.buy-ticket img {
    opacity: 0.6;
    display: block;
    height: auto;
    transition: 1.5s ease;
    backface-visibility: hidden;
    border-radius: 3px;
}

.artist-listing.buy-ticket .middle {
    transition: .5s ease;
    opacity: 1;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    width: 100%;
    text-align: center;
    z-index: 2;
}

.artist-listing.buy-ticket .container:hover img {
    opacity: 0.4;
}

.artist-listing.buy-ticket .container:hover .middle {
    opacity: 1;
}

.artist-listing.buy-ticket p.text {
    color: #ffffff;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 600;
}

@media only screen and (max-width: 1180px) {
    .artist-listing.buy-ticket p.text {
        width: 100%;
        padding: 25px 0;
        border-radius: 0;
    }
    .artist-listing.buy-ticket p.text:hover {
        background-color: transparent;
        font-weight: bold;
    }
}

.artist-listing.buy-ticket .overlay {
    position: relative;
    max-width: 260px;
    margin-bottom: 20px;
}

@media only screen and (max-width: 767px) {
    .artist-listing.buy-ticket .overlay {
        max-width: 100%;
    }
}

.artist-listing.buy-ticket .overlay p {
    position: absolute;
    background-color: rgba(47, 46, 46, 0.41);
    height: 100%;
    top: 0;
    padding-top: 28%;
    color: #ffffff;
    left: 0;
    right: 0;
    text-align: center;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 600;
    margin: 0;
    display: block;
    -webkit-transition: all 1s ease-out;
    -moz-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    transition: all 1s ease-out;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

@media only screen and (max-width: 767px) {
    .artist-listing.buy-ticket .overlay p {
        height: 99%;
    }
}

.artist-listing.buy-ticket .overlay p:hover {
    background: rgba(90, 97, 106, 0.61);
}

.artist-listing.buy-ticket .overlay a {
    color: #ffffff;
}

.artist-listing.buy-ticket .overlay img {
    display: block;
}

.artist-listing.buy-ticket .overlay .rating {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 1;
}

.artist-listing.buy-ticket .overlay .rating img {
    display: inline-block;
    width: auto;
}

.artist-listing.buy-ticket p {
    font-weight: normal;
}

.artist-listing.buy-ticket h2 {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 40px;
}

.artist-listing.buy-ticket h2:after {
    width: 90px;
    height: 2px;
}

.artist-listing.buy-ticket.support-us .overlay {
    max-width: 100%;
}

.artist-listing.buy-ticket.support-us .overlay img {
    width: 100%;
    display: block;
}

.artist-listing.buy-ticket.support-us .overlay p {
    font-size: 18px;
    background-color: rgba(47, 46, 46, 0.41);
    height: 100%;
    border-radius: 5px;
    top: 0;
    padding-top: 28%;
}

.artist-listing.buy-ticket.support-us .overlay p:hover {
    background: rgba(90, 97, 106, 0.61);
}

.artist-listing.buy-ticket.support-us h2 {
    font-weight: 600;
    font-size: 18px;
    font-family: 'muli-regular', 'Open Sans', Helvetica, sans-serif;
}

.artist-listing.buy-ticket.support-us .artist-block {
    padding: 0 20px 35px 0;
    min-height: 450px;
}

.team-single span:nth-child(2):after {
    content: "|";
}

.support-us .page-content h1 {
    display: none;
}

.padding-off {
    padding: 0;
}

.team {
    padding: 20px 0 30px;
}

@media only screen and (max-width: 767px) {
    .team.main-right {
        padding: 30px 20px 0;
    }
}

.team .padding-off {
    padding: 0 0 20px;
    text-align: center;
}

.team .padding-off .col-1-6 {
    min-height: 320px;
}

@media only screen and (max-width: 1180px) {
    .team .padding-off .col-1-6 {
        min-height: 320px;
        width: 33.33%;
    }
}

@media only screen and (max-width: 600px) {
    .team .padding-off .col-1-6 {
        width: 100%;
    }
}

.team .overlay-hover a {
    display: block;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    max-height: 190px;
    height: 175px;
    width: 175px;
    overflow: hidden;
    margin: 0 auto;
    -webkit-transition: all 1.5s ease-in;
    -moz-transition: all 1.5s ease-in;
    -o-transition: all 1.5s ease-in;
    transition: all 1.5s ease-in;
}

.team .overlay-hover a:hover {
    background-color: #aaaaaa;
    -webkit-transition: all 2s ease-out;
    -moz-transition: all 2s ease-out;
    -o-transition: all 2s ease-out;
    transition: all 2s ease-out;
}

.team .overlay-hover a img {
    max-width: 100%;
    display: block;
    width: 100%;
}

@media only screen and (max-width: 1180px) {
    .team .overlay-hover a img {
        margin: 0 auto;
    }
}

.team .overlay-hover a img:hover {
    opacity: 0.4;
}

.team p {
    text-align: center;
    text-transform: uppercase;
    font-size: 14px;
    margin-top: 10px;
    margin-bottom: 5px;
}

.team span {
    display: block;
    margin-bottom: 30px;
    max-height: 63px;
}

.loadmore {
    text-align: left;
    padding-top: 40px;
}

@media only screen and (max-width: 767px) {
    .loadmore {
        padding: 30px 0;
    }
}

@media only screen and (max-width: 767px) {}

.select-wrapper {
    border: 1px solid #cccccc;
    border-radius: 25px;
    overflow: hidden;
    background: transparent;
    width: 100%;
    height: 50px;
    position: relative;
    z-index: 0;
}

.select-wrapper select {
    width: 100%;
    border: none;
    padding: 17px 10px;
    z-index: 1;
    background-color: transparent;
    cursor: pointer;
    color: #82878d;
    font-family: 'muli-regular', 'Open Sans', Helvetica, sans-serif;
    font-weight: 500;
    font-size: 16px;
    -webkit-appearance: none;
    -moz-appearance: none;
    /*for IE10*/
}

.select-wrapper select::-ms-expand {
    display: none;
}

@media only screen and (max-width: 1000px) {
    .select-wrapper select {
        width: 120%;
    }
}

.select-wrapper select option {
    border-radius: 0;
    font-size: 14px;
}

.select-wrapper:after {
    content: url("img/down-arrow.png");
    position: absolute;
    right: 15px;
    top: 15px;
    cursor: pointer;
    z-index: -1;
}

.border-strip {
    line-height: 0.8;
    margin-bottom: 0px;
    position: relative;
}

/* .border-strip:after {
    content: "";
    height: 2px;
    width: 35px;
    background: #5a616a;
    position: absolute;
    left: 0;
    top: 100%;
    margin-top: 10px;
} */

h2.border-strip {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 1.3;
}

/* h2.border-strip:after {
    width: 20px;
    height: 1px;
} */

h1.border-strip {
    font-size: 20px;
    font-family: 'muli-regular', 'Open Sans', Helvetica, sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    color: #5a616a;
    margin-bottom: 50px;
    clear: both;
    text-align: left;
    line-height: 1.3;
}

@media only screen and (max-width: 767px) {
    h1.border-strip {
        margin-bottom: 50px;
    }
}

h1.border-strip:after {
    width: 75px;
    margin-top: 20px;
}

@media only screen and (max-width: 767px) {
    h1.border-strip:after {
        width: 40px;
        margin-top: 15px;
    }
}

.main {
    padding: 20px 0 40px;
}

@media only screen and (max-width: 1180px) {
    .main {
        padding: 30px 20px;
    }
}

@media only screen and (max-width: 1180px) {
    .main-right {
        padding: 30px 0 30px 20px;
    }
}

.top-additional-info {
    padding-top: 20px;
}

@media only screen and (max-width: 1180px) {
    .top-additional-info {
        padding-left: 20px;
    }
}

@media only screen and (max-width: 767px) {
    .top-additional-info {
        margin-bottom: 20px;
    }
}

@media only screen and (max-width: 1180px) {}

.top-additional-info .col-1-1 .filled-button {
    margin-bottom: 0;
}

.top-additional-info h2 {
    font-size: 20px;
    text-transform: uppercase;
    font-family: 'muli-regular', 'Open Sans', Helvetica, sans-serif;
}

@media only screen and (max-width: 767px) {
    .top-additional-info h2 {
        font-size: 16px;
    }
}

.top-additional-info h2:after {
    background-color: #cccccc;
    width: 20px;
}

@media only screen and (max-width: 767px) {
    .top-additional-info h1 {
        max-width: 100%;
        font-size: 19px;
    }
}

.text-icon {
    color: #aaaaaa;
    text-transform: uppercase;
    font-size: 14px;
    display: inline-block;
}

.text-icon img {
    width: 15px;
    vertical-align: sub;
}

.filters {
    background-color: transparent;
    height: 50px;
    text-align: center;
    padding: 0px 35px;
    margin-top: 0px;
}

@media only screen and (max-width: 1180px) {
    .filters {
        padding: 30px 0 30px 20px;
    }
}

@media only screen and (max-width: 767px) {
    .filters {
        height: auto;
        text-align: left;
        padding: 0 0 26px;
        margin: 0 0 20px;
    }
}

@media only screen and (max-width: 767px) {
    .filters .filter-wrapper {
        display: none;
    }
    .filters .filter-wrapper [class*='col-'] {
        padding: 10px 20px;
    }
}

.filters .filter-block {
    display: none;
}

@media only screen and (max-width: 767px) {
    .filters .filter-block {
        background-color: #f7f7f7;
        color: #444e59;
        padding: 26px 20px 0;
        font-size: 16px;
        display: block;
    }
    .filters .filter-block.active {
        padding-bottom: 20px;
    }
    .filters .filter-block img {
        float: right;
        padding-top: 7px;
        cursor: pointer;
    }
}

.filters .search-wrapper {
    position: relative;
}

.filters .search-wrapper input {
    width: 100%;
    height: 50px;
    line-height: normal;
    border-radius: 25px;
    border: 1px solid #cccccc;
    padding: 10px;
    color: #82878d;
    font-family: 'muli-regular', 'Open Sans', Helvetica, sans-serif;
    font-weight: 500;
    font-size: 16px;
    background-color: transparent;
}

.block-vary {
    font-size: 16px;
    padding-bottom: 20px;
}

.block-vary p {
    font-size: 14px;
    margin-bottom: 0;
}

.block-vary .text-icon {
    color: #5a616a;
    display: block;
    margin-top: 5px;
}

.block-vary .text-icon a {
    text-transform: none;
    color: #5a616a;
}

.block-vary .text-icon a:hover {
    color: #aaaaaa;
}

.block-vary .text-icon img {
    width: 19px;
}

.single-art .artist-info {
    right: -470px;
}

.artist-info {
    background: #e8e7e7;
    width: 470px;
    position: absolute;
    right: 0;
    top: 159px;
    height: 100%;
    max-height: 421px;
    padding: 30px;
    z-index: 5;
    /*overflow-y: auto;*/
}

@media only screen and (max-width: 767px) {
    .artist-info {
        padding: 10px 20px;
        width: 100%;
        /*top: 110px;
    max-height: 315px;*/
        top: 123px;
        /*max-height: 302px;*/
    }
}

.artist-info .centered-block {
    max-width: 300px;
    margin: 0 auto;
    text-align: center;
}

.video-list-heading .centered-block {
    max-width: 300px;
    margin: 0 auto;
    text-align: center;
}

@media only screen and (max-width: 767px) {
    .artist-info .centered-block {
        width: 195px;
        padding: 30px 0 15px;
        max-width: 100%;
    }
}

.artist-info .centered-block img {
    width: 235px;
    height: 235px;
    border-radius: 50%;
}

@media only screen and (max-width: 767px) {
    .artist-info .centered-block img {
        width: 110px;
        height: 110px;
    }
}

.artist-info .centered-block h2 {
    font-size: 20px;
    border-top: 1px solid #5a616a;
    border-bottom: 1px solid #5a616a;
    font-family: 'muli-regular', 'Open Sans', Helvetica, sans-serif;
    font-weight: 600;
    padding: 5px 0;
    margin: 20px 10px 0 10px;
}

@media only screen and (max-width: 767px) {
    .artist-info .centered-block h2 {
        font-size: 16px;
        padding: 10px 0;
        margin: 10px 0;
    }
}

.artist-info .centered-block p {
    font-weight: 600;
    text-transform: uppercase;
    font-size: 14px;
    color: #fff;
    background-color: #424952;
    margin: 20px 0 0;
    padding: 10px 20px;
    line-height: 120%;
    border-radius: 25px;
}

.artist-info .art-description {
    margin: 20px 0;
}

.artist-info .info-icon {
    display: block;
    color: #5a616a;
    padding-top: 15px;
    cursor: pointer;
}

.video-list-heading .centered-block p {
    font-weight: 600;
    text-transform: uppercase;
    font-size: 12px;
    color: #fff;
    background-color: #424952;
    margin: 20px 0 0;
    padding: 10px 20px;
    line-height: 120%;
    border-radius: 25px;
}

.video-list {
    padding: 30px 25px;
}

.video-list span {
    padding: 20px;
}

@media only screen and (max-width: 767px) {
    .artist-info .info-icon {
        padding-top: 5px;
        font-size: 12px;
        max-width: 195px;
        margin: 0 auto;
    }
}

.artist-info .info-icon:hover {
    color: #aaaaaa;
}

.artist-info .info-icon img {
    padding-right: 10px;
}

.artist-info .videos-list ul {
    margin-left: 30px;
    margin-top: 5px;
}

.artist-info .videos-list ul li {
    padding: 2px 0 0 3px;
}

.artist-info .videos-list ul li:before {
    background-image: url("img/video.png");
}

.artist-info .videos-list ul li a {
    color: #424952;
}

.artist-info .videos-list ul li a:hover {
    color: #aaaaaa;
}

.artist-info .audios-list ul,
.artist-info .videos-list ul {
    margin-left: 30px;
    margin-top: 5px;
}

.artist-info .audios-list ul li,
.artist-info .videos-list ul li {
    padding: 2px 0 0 3px;
}

.artist-info .audios-list ul li:before,
.artist-info .videos-list ul li:before {
    background-image: url("img/video.png");
}

.artist-info .audios-list ul li a,
.artist-info .videos-list ul li a {
    color: #424952;
}

.artist-info .audios-list ul li a:hover,
.artist-info .videos-list ul li a:hover {
    color: #aaaaaa;
}

.artist-info .close-info {
    position: absolute;
    right: 80px;
    cursor: pointer;
}

@media only screen and (max-width: 767px) {
    .artist-info .close-info {
        right: 20px;
        top: 20px;
    }
}

.artist-info.event-info {
    padding: 30px 75px 30px 30px;
}

@media only screen and (max-width: 767px) {
    .artist-info.event-info {
        padding: 40px 20px 30px;
    }
}

.artist-info.event-info p {
    margin: 0;
    padding: 0;
}

.artist-info.event-info h1 {
    border: none;
    margin: 0 0 5px;
    padding-top: 40px;
}

@media only screen and (max-width: 767px) {
    .artist-info.event-info h1 {
        padding-top: 0;
    }
}

.artist-info.event-info h2 {
    font-weight: bold;
}

@media only screen and (max-width: 767px) {
    .artist-info.event-info h2:nth-child(4) {
        padding-bottom: 20px;
        text-transform: none;
    }
}

.artist-info.event-info span {
    display: none;
    text-transform: uppercase;
}

.artist-info.event-info .banner-text {
    position: relative;
    max-height: 125px;
    margin: 25px 0;
}

@media only screen and (max-width: 767px) {
    .artist-info.event-info .banner-text {
        visibility: hidden;
        margin: 0;
        height: 25px;
    }
}

.artist-info.event-info .button {
    display: block;
    max-width: 90%;
    margin: 0 0 10px;
}

@media only screen and (max-width: 767px) {
    .artist-info.event-info .button {
        max-width: 100%;
    }
    .artist-info.event-info .button:nth-child(1) {
        margin-bottom: 20px;
    }
}

.artist-info.event-info .lighter-social-share {
    text-align: left;
    margin: 25px 0;
}

.single-artists .title-holder,
.single-art .title-holder {
    display: none;
}

.grey-background {
    background: #f7f7f7;
}

.more-info-button {
    position: absolute;
    top: 385px;
    right: 0;
    cursor: pointer;
    text-indent: -99999px;
    z-index: 1;
}

@media only screen and (max-width: 767px) {
    .more-info-button {
        top: 155px;
    }
}

.banner-overlay {
    background: linear-gradient(to top, rgba(232, 231, 231, 0.82), transparent, transparent);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.single-exhibition .banner-overlay {
    background: linear-gradient(to top, rgba(0, 0, 0, 0.3), transparent, transparent);
}

table {
    width: 100%;
}

.table-wrap table {
    background-color: #f9f9f9;
}

.table-wrap table tr:last-child {
    border-bottom: 1px solid #a6aaae;
}

.table-wrap table tr th {
    width: 16.5%;
    font-weight: normal;
    padding: 38px 0;
    text-align: center;
    border: 1px solid #a6aaae;
    font-size: 18px;
}

@media only screen and (max-width: 767px) {
    .table-wrap table tr th {
        padding: 10px 0;
        font-size: 12px;
    }
}

.table-wrap table tr th:first-child {
    width: 33%;
}

.table-wrap table tr td {
    border-left: 1px solid #a6aaae;
    border-right: 1px solid #a6aaae;
    border-bottom: 1px solid #a6aaae;
    text-align: center;
    vertical-align: middle;
}

.table-wrap table tr td.active:after {
    vertical-align: middle;
    display: inline-block;
}

.table-wrap table tr td:first-child {
    border-bottom: 1px solid #a6aaae;
    padding: 14px 10px;
    font-size: 12px;
    text-align: left;
}

.main .gform_wrapper {
    max-width: 755px;
    margin: 0 auto;
}

.main .gform_wrapper .gform_footer {
    text-align: left;
}

.main .gform_wrapper .gform_heading {
    font-size: 16px;
}

.main .gform_wrapper .gform_heading h3.gform_title {
    padding-bottom: 40px;
    position: relative;
    font-size: 25px;
}

.main .gform_wrapper .gform_heading h3.gform_title:after {
    content: "";
    height: 2px;
    width: 70px;
    background: #5a616a;
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    margin: -20px 0;
}

.main .gform_wrapper ul.gform_fields li.gfield {
    width: 50%;
    float: left;
    display: inline-block;
    clear: none;
    margin: 0 0 15px;
}

.main .gform_wrapper ul.gform_fields li.gfield:last-child {
    width: 100%;
}

@media only screen and (max-width: 480px) {
    .main .gform_wrapper ul.gform_fields li.gfield {
        width: 100%;
    }
}

.main .gform_wrapper .top_label .gfield_label {
    display: none;
}

.main .gform_wrapper input {
    width: 100% !important;
    border: 1px solid #d0d3d5;
    background-color: transparent;
    margin: 0 0 15px;
    font-style: italic;
    color: #82878d;
    padding: 17px 30px !important;
}

@media only screen and (max-width: 767px) {
    .main .gform_wrapper input {
        width: 100%;
    }
}

.main .gform_wrapper textarea {
    padding: 17px 30px;
    font-style: italic;
    width: 100%;
}

.main .gform_wrapper input[type="text"] {
    margin: 0;
}

@media only screen and (max-width: 767px) {
    .main .gform_wrapper input[type="text"] {
        margin-left: 0;
    }
}

.main .gform_wrapper input[type="teaxtarea"],
.main .gform_wrapper textarea {
    width: 100%;
    display: block;
    border-radius: 20px 20px 0;
    border: 1px solid #d0d3d5;
    background-color: transparent;
    height: 140px;
    margin: 10px 0 35px;
    padding: 20px 25px;
}

.main .gform_wrapper .button {
    background-color: #5a616a;
    border-color: #5a616a;
    color: #ffffff;
    display: inline-block;
    border-radius: 25px;
    text-transform: uppercase;
    font-size: 14px;
    -webkit-transition: all 1s ease-out;
    -moz-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    transition: all 1s ease-out;
    padding: 17px 33px;
    text-align: center;
    min-width: 185px;
    font-family: 'muli-regular', 'Open Sans', Helvetica, sans-serif;
    border-style: none;
    cursor: pointer;
}

@media only screen and (max-width: 480px) {
    .main .gform_wrapper .button {
        display: block;
        clear: both;
    }
}

.main .gform_wrapper .button:hover {
    background-color: #aaaaaa;
    color: #ffffff;
}

.careers-listing .job-title {
    margin-bottom: 40px;
    padding-bottom: 40px;
    border-bottom: 1px solid #dfe1e4;
}

.careers-listing .job-title:last-of-type {
    border-bottom: 0;
    margin-bottom: 0;
}

.careers-listing .job-title .text-icon {
    text-transform: inherit;
    display: inline-block;
    margin-bottom: 20px;
}

.contact {
    padding: 40px 0 0;
}

@media only screen and (max-width: 767px) {
    .contact {
        padding: 0;
    }
}

@media only screen and (max-width: 767px) {
    .contact .block-vary:nth-child(1) {
        background-color: #fbfbfb;
        margin-bottom: 20px;
    }
}

.contact .map-wrap {
    background-color: #fafafa;
}

.contact .map-wrap .form-wrapper {
    margin: 0 auto;
    max-width: 750px;
    text-align: center;
    padding-bottom: 60px;
}

@media only screen and (max-width: 767px) {
    .contact .map-wrap .form-wrapper {
        text-align: left;
    }
}

.contact .text-icon a {
    display: block;
    padding-bottom: 30px;
}

.contact .map-container {
    height: 460px;
    overflow: hidden;
}

@media only screen and (max-width: 767px) {
    .contact .map-container {
        height: 450px;
    }
}

.contact .map-container img {
    width: 100%;
}

blockquote {
    position: relative;
    font-size: 22px;
    padding: 0 15px;
    font-family: 'zeitzmocca-regular', 'Open Sans', Helvetica, sans-serif;
}

@media only screen and (max-width: 767px) {
    blockquote {
        text-align: center;
    }
}

blockquote p:before {
    content: url('../style/img/open-quote.png');
    position: absolute;
    top: -5px;
    left: 0;
}

blockquote p:after {
    content: url('../style/img/close-quote.png');
    position: absolute;
    bottom: 10px;
    right: inherit;
}

@media only screen and (max-width: 480px) {
    .mobile-only-clear {
        display: block;
        width: 100%;
        clear: both;
    }
}

@media only screen and (max-width: 480px) {
    .venue p {
        display: block;
        width: 100%;
        clear: both;
    }
}

.venue p span.team-image {
    display: block;
    width: 350px;
    height: 350px;
    border-radius: 50%;
    overflow: hidden;
    float: right;
    margin-left: 20px;
}

.venue p span.team-image img {
    width: 100%;
}

@media only screen and (max-width: 767px) {}

@media only screen and (max-width: 767px) {
    .venue p span.team-image {
        width: 275px;
        height: 275px;
        margin: 10px 0;
    }
}

@media only screen and (max-width: 480px) {
    .venue p span.team-image {
        margin: 10px auto;
        float: none;
    }
}

@media only screen and (max-width: 767px) {
    .mega-nav {
        background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.83), rgba(0, 0, 0, 0.83), rgba(0, 0, 0, 0.83), rgba(0, 0, 0, 0.83), rgba(0, 0, 0, 0.83), rgba(0, 0, 0, 0.83), rgba(0, 0, 0, 0.83), rgba(0, 0, 0, 0.83));
        background: rgba(0, 0, 0, 0.83);
        width: 100%;
        right: 0;
        border: none;
        padding: 30px;
        overflow-y: auto;
        top: 0;
    }
    .mega-nav a {
        color: #ffffff;
        font-size: 18px;
        padding: 15px 0;
        display: block;
        border-bottom: 1px solid #dfe1e4;
    }
    .mega-nav a:hover {
        color: #aaaaaa;
        border-color: #aaaaaa;
    }
}

.mega-nav .table-mobile-menu p {
    margin-bottom: 0;
    background-image: url("/wp-content/themes/CSI/style/img/arror.png");
    background-position: right center;
    background-repeat: no-repeat;
}

.mega-nav .table-mobile-menu .menu-head {
    display: none;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 18px;
    cursor: pointer;
}

@media only screen and (max-width: 767px) {
    .mega-nav .table-mobile-menu .menu-head {
        display: block;
        padding: 35px 0 40px;
    }
}

.mega-nav .table-mobile-menu .menu-head img {
    float: right;
    padding: 25px 25px 24px 30px;
    margin-top: -25px;
}

.mega-nav .table-mobile-menu ul {
    display: none;
}

@media only screen and (max-width: 767px) {
    .mega-nav .table-mobile-menu ul {
        display: block;
    }
}

@media only screen and (max-width: 1180px) {
    .mega-nav .mega-wrap {
        padding: 60px 0 0 20px;
    }
}

@media only screen and (max-width: 767px) {
    .mega-nav .mega-wrap {
        padding: 0;
    }
}

.mega-nav .mega-wrap .nav-block {
    padding-bottom: 20px;
    /*.overlay {
        position: relative;
        display: inline-block;
        img {
          width: 100%;
          border-radius: 4px;
        }
        .other {
          background-color: rgba(78, 86, 106, 0.48);
          position: absolute;
          top: 0;
          left: 0;
          bottom: 4px;
          right: 0;
          margin: 0;
          text-align: center;
          padding-top: 29%;
          border-radius: 4px;
          height: 98%;
          .transition(0.5s, ease-in);
          &:hover {
            background-color: transparent;
          }
        }
        p {
          //background-color: rgba(78, 86, 106, 0.48);
          position: absolute;
          top: 0;
          left: 0;
          bottom: 4px;
          right: 0;
          margin: 0;
          text-align: center;
          padding-top: 29%;
          border-radius: 4px;
          .transition(0.5s, ease-in);
          &:hover {
            background-color: transparent;
          }
        }
        .center-vert {
          position: absolute;
          top: 25%;
          transform: translateY(-50%);
          width: 100%;
          text-align: center;
        }
        a {
          color: @white;
          text-transform: uppercase;
          font-size: 15px;
          padding: 17px 25px;
          border-radius: 30px;
          display: inline-block;
          &:hover {
            background-color: @light_body;
          }
        }
      }*/
}

@media only screen and (max-width: 767px) {
    .mega-nav .mega-wrap .nav-block {
        display: none;
    }
}

.mega-nav .mega-wrap .nav-block .container {
    position: relative;
    background-color: #2e2e2e;
    border-radius: 15px;
    height: 160px;
    min-height: 160px;
    display: block;
    overflow: hidden;
    background-size: cover
}

.mega-nav .mega-wrap .nav-block img {
    opacity: 0.5;
    display: block;
    width: 100%;
    height: auto;
    transition: .5s ease;
    backface-visibility: hidden;
    border-radius: 15px;
}

.mega-nav .mega-wrap .nav-block .middle {
    transition: .5s ease;
    opacity: 1;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    width: 100%;
    text-align: center;
}

.mega-nav .mega-wrap .nav-block .container:hover img {
    opacity: 1;
}

.mega-nav .mega-wrap .nav-block .container:hover .middle {
    opacity: 1;
}

.mega-nav .mega-wrap .nav-block p.text {
    margin-bottom: 0;
    width: 100%;
}

.mega-nav .mega-wrap .nav-block p.text a {
    color: #ffffff;
    text-transform: uppercase;
    font-size: 15px;
    padding: 17px 25px;
    border-radius: 30px;
}

.mega-nav .mega-wrap .nav-block p.text a:hover {
    background-color: #aaaaaa;
}

@media only screen and (max-width: 1180px) {
    .mega-nav .mega-wrap .nav-block p.text a {
        width: 100%;
        padding: 25px 0;
        border-radius: 0;
    }
    .mega-nav .mega-wrap .nav-block p.text a:hover {
        background-color: transparent;
        font-weight: bold;
    }
}

.mega-nav-wrap .main-navigation {
    height: auto;
}

.single-art .main-navigation,
.post-type-archive-artists .main-navigation {
    position: relative;
}

.section-heading p {
    margin-bottom: 0;
}

.section-heading p.upper-category {
    text-transform: uppercase;
    font-weight: 600;
}

.section-heading .main {
    border-bottom: 1px solid #ccc;
    margin: 0 0 35px;
    padding-top: 0;
}

.section-heading .main:nth-last-child(1) {
    border: none;
    padding-bottom: 30px;
}

@media only screen and (max-width: 1180px) {
    .section-heading .main {
        padding-right: 0;
    }
}

.section-heading h2.border-strip {
    margin-bottom: 50px;
}

@media only screen and (max-width: 1180px) {
    .careers {
        padding: 0 20px;
    }
}

.careers .text-icon {
    text-transform: inherit;
    font-size: 13px;
    margin-bottom: 20px;
}

.careers .job-title {
    border-bottom: 1px solid #a2a3a5;
    padding: 40px 0;
}

@media only screen and (max-width: 1180px) {
    .careers .job-title {
        padding: 20px 0 30px;
    }
}

.careers .job-title:nth-child(2) {
    padding-top: 0;
}

.careers .job-title:nth-last-child(2),
.careers .job-title:nth-last-child(1) {
    border: none;
}

@media only screen and (max-width: 767px) {
    .careers .job-title .border-button {
        background-color: #aaaaaa;
        color: #ffffff;
    }
    .careers .job-title .border-button:hover {
        background-color: transparent;
        color: #aaaaaa;
    }
}

.careers .content p {
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: 83px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.membership-slider .tab {
    display: none;
}

.membership-slider li {
    display: inline-block;
    margin: 0 10px;
}

.page-parent .page-content .tabs-wide-bg .main-menu {
    text-align: center;
}

.page-parent .page-content .tabs-wide-bg .tabbed-content {
    padding-top: 30px;
}

.page-parent .page-content .tabs-wide-bg .tabbed-content h2 {
    font-size: 22px;
}

.page-parent .page-content .tabs-wide-bg .tabbed-content h2:after {
    width: 70px;
    height: 2px;
}

.page-parent .page-content .tabs-wide-bg .tabbed-content .tab {
    display: none;
}

.page-parent .page-content .tabs-wide-bg .tabbed-content .tab .page-buttons .loadmore {
    text-align: left !important;
}
.page-parent .page-content .tabs-wide-bg .tabbed-content .tab .page-buttons .loadmore a:first-child { 
	margin-right:40px; 
}
section.csi_sharing {
    display: none;
}
.social-share {
    text-align: right;
    display: none;
}

.social-share ul {
    display: inline-block;
    margin: 0;
}

.social-share ul li {
    display: inline-block;
    padding-right: 5px;
}

.social-share span {
    font-size: 12px;
    vertical-align: super;
    padding-right: 20px;
}

.social-share a:nth-child(2) {
    margin-right: 10px;
}

.select-wrapper select option:not(:first-child) {
    padding: 5px 0;
    line-height: 2;
}

.single-career {
    background: #f7f7f7;
    padding-bottom: 80px;
}

.single-career ol li {
    list-style: decimal;
    margin-left: 15px;
    margin-bottom: 10px;
    line-height: 15px;
}

.single-career ul li {
    list-style: disc;
    margin-left: 15px;
    margin-bottom: 10px;
    line-height: 15px;
}

@media only screen and (max-width: 767px) {
    .single-career {
        padding-bottom: 0;
    }
}

.single {
    position: relative;
    overflow-x: hidden;
}

.action-block {
    float: left;
    width: 100%;
    margin: 40px 0;
}

@media only screen and (max-width: 767px) {
    .action-block {
        text-align: center;
    }
    .action-block .social-share {
        text-align: center;
        margin: 30px 20px 0 20px;
    }
}

.action-block .padding-off {
    border-top: 1px solid #e0dfdf;
    border-bottom: 1px solid #e0dfdf;
    padding: 27px 0;
    line-height: 120%;
}

@media only screen and (max-width: 767px) {
    .action-block .padding-off {
        max-height: 100%;
        border-color: #444e59;
        margin-bottom: 45px;
    }
}

.action-block .padding-off a {
    font-weight: 600;
    color: #5a616a;
    margin-right: 15px;
}

.action-block .padding-off a:hover {
    color: #aaaaaa;
}

.action-block .padding-off span {
    font-weight: 600;
}

.action-block .padding-off span:nth-child(2):after {
    content: "";
}

@media only screen and (max-width: 767px) {
    .action-block .padding-off span {
        font-weight: 400;
        font-size: 14px;
    }
}

.action-block .padding-off span img {
    vertical-align: sub;
    width: 15px;
}

.exhibition-single .page-heading {
    display: none;
}

.artist-listing {
    padding: 20px 0 80px;
    color: #5a616a;
}

@media only screen and (max-width: 767px) {
    .artist-listing {
        padding: 0 20px 0 0/*20px 40px*/
        ;
    }
}

@media only screen and (max-width: 767px) {
    .artist-listing .loadmore {
        padding: 0 0 30px 20px;
    }
}

.artist-listing .padding-off {
    padding: 0;
}

.artist-listing .calendar-icon {
    width: 15px;
    vertical-align: sub;
}

.artist-listing .category {
    color: #aaaaaa;
}

.artist-listing .artist-block {
    padding: 0 20px 35px 0;
    min-height: 320px;
}

.exhibitions-and-events .artist-listing .artist-block {
    min-height: 330px;
    max-height: 330px;
}

.press-room .artist-listing .artist-block {
    min-height: 420px;
}

@media only screen and (max-width: 767px) {
    .artist-listing .artist-block {
        padding: 0 0 30px;
        max-height: 100% !important;
    }
    .artist-listing .artist-block img {
        width: 100%;
    }
}

@media only screen and (max-width: 480px) {
    .artist-listing .artist-block {
        min-height: 100%;
        width: 100%;
    }
}

.artist-listing .artist-block .category img {
    width: 10px;
}

.artist-listing h2 {
    text-transform: uppercase;
    font-family: 'muli-regular', 'Open Sans', Helvetica, sans-serif;
    font-size: 16px;
    margin: 20px 0;
    font-weight: 600;
    height: 60px;
    overflow-y: hidden;
}

.artist-listing h2 a {
    color: #444e59;
}

.artist-listing h2 a:hover {
    color: #aaaaaa;
}

@media only screen and (max-width: 767px) {
    .artist-listing h2 {
        font-size: 20px;
        font-weight: 400;
        height: auto;
    }
}

.artist-listing h2:after {
    width: 20px;
    height: 1px;
}

.artist-listing p {
    font-size: 14px;
    margin: 0;
    font-weight: 600;
}

@media only screen and (max-width: 767px) {
    .artist-listing p {
        font-weight: 400;
    }
}

.artist-listing img {
    border-radius: 3px;
}

.artist-listing.press-room .calendar-icon {
    width: 10px;
}

@media only screen and (max-width: 767px) {
    .artist-listing.press-room .download-block {
        padding: 0 0 30px 20px;
    }
}

.artist-listing.exhibition {
    background-color: #f7f7f7;
}

@media only screen and (max-width: 767px) {
    .artist-listing.exhibition .download-block {
        padding-right: 0;
    }
}

.artist-listing.support-us {
    background-color: #ffffff;
}

.artist-listing .blurb {
    margin-bottom: 20px;
}

.page-buttons {
    padding-bottom: 40px;
}

.search-results {
    padding: 0;
}

@media only screen and (max-width: 1180px) {}

@media only screen and (max-width: 767px) {}

.search-results h1 {
    display: inline-block;
    margin: 20px 20px 50px 20px;
}

.search-results p {
    font-weight: normal;
    color: #a9a9a9;
}

.search-results .search-bar {
    padding: 30px 0px 30px 20px;
}

.search-results #breadcrumbs {
    margin: 0 20px;
}

@media only screen and (max-width: 1180px) {
    .search-results #breadcrumbs {
        margin: 0 !important;
    }
}

.search-results .searched-results {
    color: #a9a9a9;
    font-size: 20px;
    padding-left: 5px;
}

@media only screen and (max-width: 480px) {
    .search-results .searched-results {
        display: block;
        width: 100%;
        padding-left: 20px;
        margin-bottom: 10px;
    }
}

.search-results .artist-listing .artist-block {
    min-height: 350px;
    max-height: 350px;
    overflow: hidden;
    padding-bottom: 0;
    margin-bottom: 20px;
}

.search-results .artist-listing .artist-block p {
    margin: 0 20px;
}

.search-results .artist-listing .artist-block h2 {
    margin: 20px;
}

.search-results .artist-listing .artist-block img {
    margin-left: 20px;
}

@media only screen and (max-width: 767px) {
    .search-results .artist-listing .artist-block img {
        margin-left: 0;
    }
}

.search input[type="text"] {
    width: 95%;
    float: left;
}

@media only screen and (max-width: 480px) {
    .search input[type="text"] {
        width: 85%;
    }
}

.search-bar {
    background-color: #f0f0f0;
    padding: 30px 0;
    margin-bottom: 40px;
}

.search-bar input[type="search"] {
    width: 90%;
}

.search-bar input#searchsubmit {
    display: none;
}

.search-bar .screen-reader-text {
    display: none;
}

.search-bar .close-search {
    float: right;
    padding-top: 15px;
}

input[type="textarea"],
input[type="email"],
input[type="text"],
input[type="password"],
input[type="search"],
textarea {
    border: none;
    padding: 17px 30px;
    border-radius: 30px;
    color: #a9a9a9;
}

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

.error404 .main-navigation {
    background-image: url("../style/img/artist-banner.jpg") !important;
}

h2 a {
    color: #444e59;
}

h2 a:hover {
    color: #aaaaaa;
}

.top-tabs .tabs-trigger {
    margin: 0;
    display: none;
    padding: 20px;
    font-size: 16px;
    font-weight: 600;
    background-color: #f7f7f7;
    cursor: pointer;
    position: relative;
}

@media only screen and (max-width: 810px) {
    .top-tabs .tabs-trigger {
        /*display: block;
    }
    @media @tablet-desktop {*/
        display: block;
    }
    .top-tabs .tabs-trigger:after {
        content: url("../style/img/down-arrow.png");
        position: absolute;
        right: 20px;
        top: 20px;
    }
    .top-tabs .tabs-trigger.active:after {
        content: url("../style/img/up-arrow.png");
    }
}

.top-tabs ul {
    text-align: center;
    padding: 40px 0 30px;
    text-align: left !important;
    padding: 0 0 10px;
}

@media only screen and (min-width: 810px) {
    .top-tabs ul {
        display: block !important;
    }
}

@media only screen and (max-width: 810px) {
    .top-tabs ul {
        /*@media @tablet-desktop {*/
        padding: 20px 20px 0;
        display: none;
    }
}

.top-tabs ul li {
    display: inline-block;
    margin: 0 15px 0 0;
    text-transform: uppercase;
    font-size: 12px;
}

@media only screen and (max-width: 810px) {
    .top-tabs ul li {
        display: block;
        margin: 0 0 10px;
    }
}

.top-tabs ul li.active a {
    background: #aaaaaa;
    color: #ffffff;
}

.top-tabs ul li a {
    color: #5a616a;
    padding: 17px 33px;
    border-radius: 25px;
    display: block;
    font-size: 14px;
}

@media only screen and (max-width: 767px) {
    .top-tabs ul li a {
        display: block;
        border: 1px solid rgba(153, 153, 153, 0.2);
        padding: 10px;
    }
}

.top-tabs ul li a:hover {
    background: #aaaaaa;
    color: #ffffff;
}

.download-block {
    text-align: left;
    padding: 40px 0;
    clear: both;
}

@media only screen and (max-width: 1180px) {
    .download-block {
        padding: 20px;
    }
}

.download-block a:nth-child(2) {
    margin-left: 20px;
}

@media only screen and (max-width: 767px) {
    .download-block a:nth-child(2) {
        margin: 10px 0 0;
    }
}

.posts-filter .on-right,
.events-filter .on-right {
    float: right;
    margin-bottom: 20px;
}

@media only screen and (max-width: 767px) {
    .events-filter {
        padding: 30px 0 20px 20px;
    }
    .events-filter .select-wrapper {
        margin-bottom: 10px;
    }
}

.founders {
    background-color: #fff;
    padding: 40px 0;
    margin: 0 0 0;
}

.supporters .col-1-4 {
    /*min-height: 230px;*/
}

@media only screen and (max-width: 767px) {
    .founders {
        background-color: #ffffff;
    }
}

@media only screen and (max-width: 1180px) {
    .founders {
        padding-left: 20px;
    }
}

@media only screen and (max-width: 640px) {
    .founders .col-1-4 {
        text-align: center;
    }
}

@media only screen and (max-width: 1180px) {
    .supporters {
        padding: 20px 20px 0 20px;
    }
}

@media only screen and (max-width: 640px) {
    .supporters .col-1-4 {
        text-align: center;
    }
}

.supporters h2 {
    font-size: 20px;
    font-weight: 600;
    float: left;
    width: 100%;
}

.supporters h3 {
    font-size: 18px;
    font-weight: normal;
    margin-bottom: 20px;
}

.supporters .supporter-block {
    border-bottom: 1px solid #dfe1e4;
    margin-bottom: 20px;
}

.supporters .supporter-block:last-child {
    /*border: 0;*/
}

.header-info {
    padding: 20px 0 0;
}

section.csi_sharing li {
    display: inline-block;
    margin-right: 15px;
    cursor: pointer;
}

.contact-us .top-additional-info {
    padding-top: 20px;
}

@media only screen and (max-width: 1180px) {
    .contact-us .top-additional-info {
        padding-left: 20px;
    }
}

.contact-us .top-additional-info .header-info {
    display: none;
}

.contact-us .page-content {
    background-color: #f7f7f7;
}

.contact-us .page-content h1 {
    display: none;
}

footer .footer-widget {
    background-color: #ededed;
    padding: 35px 0 30px;
    font-size: 12px;
}

@media only screen and (max-width: 1180px) {
    footer .footer-widget {
        padding: 20px;
    }
}

footer .footer-widget h2 {
    font-size: 14px;
    text-transform: uppercase;
}

@media only screen and (max-width: 1180px) {
    footer .footer-widget h2 {
        font-size: 13px;
    }
}

footer .footer-widget h2:after {
    height: 1px;
    width: 30px;
}

footer .footer-widget p {
    line-height: 1.5;
    margin-bottom: 30px;
}

footer .footer-widget p:first-child {
    height: 50px;
    overflow: hidden;
}

footer .footer-widget ul {
    margin-bottom: 18px;
}

footer .footer-widget ul li {
    margin: 0 0 2px;
}

footer .footer-widget .footer-centered {
    border-right: 1px solid #cccccc;
    padding-right: 50px;
    margin-right: 50px;
    width: 30%;
    /*@media only screen and (max-width: 1080px) {
        width: 100%;
      }*/
}

@media only screen and (max-width: 1180px) {
    footer .footer-widget .footer-centered {
        padding-right: 40px;
        margin-right: 30px;
    }
}

@media only screen and (max-width: 767px) {
    footer .footer-widget .footer-centered {
        border-left: none;
        border-top: 1px solid #cccccc;
        margin-bottom: 30px;
        border-right: none;
        width: 100%;
    }
    footer .footer-widget .footer-centered .content {
        padding-top: 30px;
    }
}

@media only screen and (max-width: 640px) {
    footer .footer-widget .footer-centered {
        width: 100%;
        border-left: 0;
        border-right: 0;
    }
}

footer .footer-widget .footer-centered:first-child {
    padding-left: 0px;
}

@media only screen and (max-width: 767px) {
    footer .footer-widget .footer-centered:first-child {
        padding: 0;
    }
}

@media only screen and (max-width: 1180px) {}

@media only screen and (max-width: 767px) {
    footer .footer-widget .footer-centered:nth-child(2) {
        padding: 0;
    }
}

footer .footer-widget .footer-centered:nth-child(3) {
    padding-right: 40px;
    margin-right: 0;
    border-right: 0;
}

@media only screen and (max-width: 1180px) {
    footer .footer-widget .footer-centered:nth-child(3) {
        padding-left: 20px;
    }
}

@media only screen and (max-width: 767px) {
    footer .footer-widget .footer-centered:nth-child(3) {
        padding: 0;
    }
}

footer .footer-widget .footer-centered p a {
    color: #5a616a;
}

footer .footer-widget .footer-centered p a:hover {
    color: #aaaaaa;
}

footer .footer-widget .footer-centered p a.filled-button {
    background-color: transparent;
    color: #5a616a;
    border: 1px solid #5a616a;
}

footer .footer-widget .footer-centered p a.filled-button:hover {
    background-color: #aaaaaa;
    color: #ffffff;
}

footer .social-links {
    background-color: #5a616a;
    height: 45px;
    padding: 10px 0;
    text-align: center;
}

footer .social-links img {
    width: 20px;
    vertical-align: text-top;
    margin: 0 5px
}

footer a,
footer span {
    color: #e0e0e0;
    font-size: 12px;
}

@media only screen and (max-width: 767px) {
    footer a,
    footer span {
        font-size: 10px;
        display: inline;
    }
}

footer a:hover {
    color: #cacaca;
}

footer .footer-info {
    background-color: #424952;
    padding: 15px 0;
    display: flex;
    align-items: center;
    min-height: 70px;
}

@media only screen and (max-width: 1180px) {
    footer .footer-info {
        height: auto;
    }
}

@media only screen and (max-width: 767px) {
    footer .footer-info {
        padding: 20px;
    }
}

footer .footer-info .menu {
    display: inline-block;
    margin: 0;
}

footer .footer-info .menu li,
footer .footer-info .menu ul {
    display: inline;
    margin: 0;
}

@media only screen and (max-width: 640px) {
    footer .copyright {
        text-align: center;
    }
}

@media only screen and (max-width: 1180px) {
    footer .copyright {
        padding-left: 20px;
    }
}

footer .copyright span {
    line-height: 20px;
}

footer .donation {
    text-align: right;
}

@media only screen and (max-width: 640px) {
    footer .donation {
        text-align: center;
    }
}

footer .donation span {
    vertical-align: middle;
}

footer .donation span img {
    max-height: 15px;
    vertical-align: middle;
}

.logo-navigation-2 {
    background-color: transparent;
}

.zeitz-nav {
    background: transparent url('img/magic.png') no-repeat center top;
}

.zeitz-nav .zeitz-logo {
    padding: 0px;
    overflow: hidden;
}

.zeitz-nav .zeitz-logo a {
    display: block;
    border-top: 12px solid #fff;
    border-bottom: 12px solid #fff;
    min-height: 105px;
}

.zeitz-nav .zeitz-logo img {
    display: block;
    min-height: 81px;
    min-width: 381px;
}

.zeitz-nav .zeitz-menu {
    text-align: right;
    vertical-align: middle;
    background: #fff;
}

.zeitz-nav .zeitz-menu .main-nav {
    display: inline-block;
    padding: 46px 0 45px;
}

.zeitz-nav .zeitz-menu .main-nav ul {
    margin: 0;
    display: inline;
}

.zeitz-nav .zeitz-menu .main-nav ul li {
    display: inline;
    margin: 0;
}

.zeitz-nav .zeitz-menu .main-nav ul li:not(:last-child):after {
    content: "|";
    padding: 0 5px 0 5px;
    color: #444e59;
}

.zeitz-nav .zeitz-menu .main-nav ul li a {
    color: #444e59;
    text-transform: uppercase;
    padding: 0 5px 0 0;
}

@media only screen and (max-width: 1000px) {
    .zeitz-nav .zeitz-menu .main-nav ul li a {
        font-size: 12px;
    }
}

.menu-policy-menu-container {
    display: inline-block;
}

::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 10px;
}


/* Track */

::-webkit-scrollbar-track {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background-color: #dedcdd;
}


/* Handle */

::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background-color: #6e737a;
    -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, 0.4);
}


/* Insert to Remove Later*/

.buy-tickets .page-content {
    display: none;
}


/* secondary page slider */

.page-slider {
    height: 100%;
}

.page-slider ul {
    position: relative;
    height: 100%;
}

.page-slider ul li {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    margin: 0;
    background-size: cover;
    width: 100%;
    background-position-x: 60%;
    opacity: 0;
}

/* Fancybox */
.fancybox-caption--separate { height:10rem;}
.fancybox-caption { padding-top:0; }
.fancybox-navigation .fancybox-button { height:130px !important; width:100px !important; }

.main-navigation a.fancybox-slider,
.main-navigation a.fancybox-single {
    position: relative;
    display: block;
    height: 100%;
    z-index: 1;
}

.hidden {
    display: none;
}

.galleryLaunch.button {
    margin-bottom: 20px;
    display: block;
    width: 185px;
}

.galleryLaunch.button:hover {
    background-color: #aaaaaa;
    border: 1px solid #5a616a;
    color: #ffffff;
    -webkit-transition: all 1s ease-out;
    -moz-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    transition: all 1s ease-out;
}

.single-post .category {
    display: inline-block;
}

.single-post .category:after {
    display: inline-block;
    content: "|";
    color: transparent;
    border-right: 1px solid #5a616a;
    padding-left: 2px;
    margin-right: 2px;
}

.single-post .date {
    display: inline-block;
}

.single-post .page-buttons {
    padding-bottom: 0px;
}

.fancybox-skin {
    padding: 0 !important;
}

.page-buttons a {
    float: left;
}

.galleryLaunch {
    float: left;
    margin-left: 5px;
}


/*Bongani*/

.fancybox-title-over-wrap {
    position: relative !important;
    width: 100%;
}

.menu-policy-menu-container li:last-of-type {
    border-right: 0;
}

.menu-policy-menu-container li {
    padding-right: 10px;
    border-right: 1px solid #5a616a;
    margin-right: 6px !important;
}

.supporters-listing h2 {
    float: left;
}

select.radius {
    border-radius: 0;
}

.custom_select.radius {
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
}

select {
    position: relative;
    display: inline-block;
    background: transparent;
    padding: 11px;
    font-size: 15px;
    line-height: 1;
    overflow: hidden;
    float: right;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    /* touch-action: manipulation; */
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid #cccccc;
    border-radius: 25px;
    color: #82878d;
    font-family: 'muli-regular', 'Open Sans', Helvetica, sans-serif;
}

.custom_select.radius option {
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
    cursor: pointer;
    border: 1px solid #cccccc;
}

.supporters-filter .bootstrap-select {
    width: 300px !important;
    float: right !important;
}

.supporters-filter {
    margin-bottom: 40px;
    margin-top: 0;
}


/*----Missing CSS inserted additional-info section -----*/

.additional-info {
    font-family: 'muli-regular', 'Open Sans', Helvetica, sans-serif;
}

.additional-info .tabs-wide-bg {
    background-color: #f8f8f9;
    padding: 15px 0 15px;
}

@media only screen and (max-width: 640px) {
    .additional-info .tabs-wide-bg {
        background-color: #ffffff;
        padding-bottom: 0;
    }
}

.additional-info .main-menu {
    width: 100%;
    display: table;
    list-style: none;
    margin: 0;
}

.additional-info .main-menu li {
    text-align: center;
    display: table-cell;
    width: 20%;
    max-width: 100%;
    position: relative;
    background-repeat: no-repeat !important;
    background-position: center 0!important;
    background-size: 45px 45px!important;
}

@media only screen and (max-width: 640px) {
    .additional-info .main-menu li {
        display: inline-block;
        border: 1px solid #d0d3d5;
        padding: 30px 10px;
        width: 50%;
        float: left;
    }
    .additional-info .main-menu li:nth-child(1) {
        border-right: 1px solid #ffffff;
        border-bottom: 1px solid #ffffff;
        width: 49.8%;
    }
    .additional-info .main-menu li:nth-child(2) {
        border-bottom: 1px solid #fff;
    }
    .additional-info .main-menu li:nth-child(4) {
        border-left: 1px solid #ffffff;
    }
}

@media only screen and (max-width: 640px) {
    .additional-info .main-menu li {
        background-repeat: no-repeat !important;
        background-position: center 30px!important;
    }
}

.additional-info .main-menu li a {
    -webkit-transition: all 2s ease-in;
    -moz-transition: all 2s ease-in;
    -o-transition: all 2s ease-in;
    transition: all 2s ease-in;
}

.additional-info .main-menu li:hover img {
    background-color: rgba(217, 217, 217, 0.9);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.additional-info .main-menu li:not(:last-child):after {
    content: '';
    border-right: 1px solid #dfe1e4;
    position: absolute;
    padding: 30px 0;
    right: 0;
    top: 11px;
}

@media only screen and (max-width: 640px) {
    .additional-info .main-menu li:not(:last-child):after {
        border: none;
    }
}

.additional-info .main-menu li a {
    color: #444e59;
    text-transform: uppercase;
}

.additional-info .main-menu li a img {
    margin: 0 auto 15px;
    display: block;
}

.additional-info .main-menu li a p {
    margin: 0;
    padding: 50px 0 0;
}

.additional-info .tabbed-content {
    padding: 50px 0 85px;
    height: 320px;
    color: #444e59;
    font-family: 'muli-regular', 'Open Sans', Helvetica, sans-serif;
    font-weight: 500;
    font-size: 14px;
}

@media only screen and (max-width: 1180px) {
    .additional-info .tabbed-content {
        padding: 20px;
    }
}

@media only screen and (max-width: 640px) {
    .additional-info .tabbed-content {
        padding: 0;
        height: auto;
    }
}

.additional-info .tabbed-content h3 {
    font-weight: 900;
    text-transform: uppercase;
    color: #5a616a;
    position: relative;
    margin-bottom: 10px;
    padding-bottom: 5px;
}

.additional-info .tabbed-content .tab {
    position: relative;
    display: none;
}

.additional-info .tabbed-content .tab .sub-menu {
    list-style: none;
    float: left;
}

@media only screen and (max-width: 640px) {
    .additional-info .tabbed-content .tab .sub-menu {
        float: none;
        width: 100%;
        display: none;
    }
}

.additional-info .tabbed-content .tab .sub-menu li {
    display: block;
}

.additional-info .tabbed-content .tab .small-tab {
    float: left;
    width: 25%;
}

@media only screen and (max-width: 640px) {
    .additional-info .tabbed-content .tab .small-tab {
        float: none;
        width: 100%;
    }
}

.additional-info .tabbed-content .tab .small-tab h3 {
    margin-bottom: 35px;
}

@media only screen and (max-width: 640px) {
    .additional-info .tabbed-content .tab .small-tab h3 {
        display: none;
    }
}

.additional-info .tabbed-content .tab .small-tab h3:after {
    content: "";
    height: 2px;
    width: 75px;
    background: #5a616a;
    position: absolute;
    left: 0;
    top: 100%;
    margin-top: 12px;
}

.additional-info .tabbed-content .tab .small-tab li {
    padding: 5px 0;
}

@media only screen and (max-width: 640px) {
    .additional-info .tabbed-content .tab .small-tab li {
        background-color: #f2f3f4;
        display: block;
        font-weight: 600;
        position: relative;
        padding: 0;
    }
    .additional-info .tabbed-content .tab .small-tab li.active {
        background-color: #ffffff;
        border-bottom: 1px solid #d0d3d5;
        margin: 0 30px;
    }
    .additional-info .tabbed-content .tab .small-tab li.active a {
        padding: 20px 0;
    }
    .additional-info .tabbed-content .tab .small-tab li.active a:after {
        content: url("../images/up-arrow.png");
        position: absolute;
        right: 10px;
        top: 20px;
    }
}

.additional-info .tabbed-content .tab .small-tab li a {
    color: #444e59;
}

@media only screen and (max-width: 640px) {
    .additional-info .tabbed-content .tab .small-tab li a {
        padding: 20px 30px;
        display: block;
        position: relative;
        font-size: 15px;
        font-weight: 400;
    }
    .additional-info .tabbed-content .tab .small-tab li a:after {
        content: url("../images/down-arrow.png");
        position: absolute;
        right: 15px;
        top: 20px;
    }
}

.additional-info .tabbed-content .tab .small-tab li a:hover {
    color: #63b1bd;
}

.additional-info .tabbed-content .tab .small-tab p {
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 30px;
}

@media only screen and (max-width: 640px) {
    .additional-info .tabbed-content .tab .small-tab p {
        font-size: 18px;
        font-weight: 600;
        margin-bottom: 0;
        background-color: #dedede;
        padding: 25px 20px;
        position: relative;
        cursor: pointer;
    }
    .additional-info .tabbed-content .tab .small-tab p:after {
        content: url("../images/down-arrow.png");
        position: absolute;
        right: 20px;
        top: 20px;
    }
    .additional-info .tabbed-content .tab .small-tab p.active:after {
        content: url("../images/up-arrow.png");
    }
}

.additional-info .tabbed-content .tab .content-block {
    width: 75%;
    float: left;
    min-height: 190px;
    overflow: hidden;
    border-left: 1px solid #000;
    padding-left: 25px;
    padding-bottom: 35px;
    margin-bottom: 40px;
    position: relative;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

@media only screen and (max-width: 640px) {
    .additional-info .tabbed-content .tab .content-block {
        width: 100%;
        float: none;
        height: auto;
        overflow: auto;
        border-left: none;
        padding: 20px 30px 35px;
    }
}

.additional-info .tabbed-content .tab .content-block h1,
.additional-info .tabbed-content .tab .content-block h2,
.additional-info .tabbed-content .tab .content-block h3 {
    text-transform: none;
}

@media only screen and (max-width: 640px) {
    .additional-info .tabbed-content .tab .content-block h1,
    .additional-info .tabbed-content .tab .content-block h2,
    .additional-info .tabbed-content .tab .content-block h3 {
        font-weight: 400;
    }
}

.additional-info .tabbed-content .tab .content-block .banner-overlay {
    background: rgba(0, 0, 0, 0.5);
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.7) 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.5)), color-stop(100%, rgba(0, 0, 0, 0.7)));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.7) 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.7) 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.7) 100%);
    /* IE10+ */
    background: linear-gradient(to top, #ffffff, transparent, transparent);
    width: 98.5%;
}

@media only screen and (max-width: 640px) {
    .additional-info .tabbed-content .tab .content-block .banner-overlay {
        display: none;
    }
}

.additional-info .tabbed-content .tab .content-block .content-tab {
    display: none;
    height: 190px;
    overflow-y: hidden;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}

.additional-info .tabbed-content .tab .content-block.open .content-tab {
    height: 100%;
}

.additional-info ul,
.additional-info li {
    margin: 0;
    display: inline-table;
}

.additional-info .mobile-header {
    padding: 30px 20px 20px;
    display: none;
}

@media only screen and (max-width: 640px) {
    .additional-info .mobile-header {
        display: block;
    }
}

@media only screen and (max-width: 640px) {
    .map-section .map-container {
        height: 450px;
    }
}

/*OVERRIDES*/
* {
    font-family: 'muli-regular','Open Sans',Helvetica,sans-serif;
  }
  .hidden {
      display: none !important;
  }
  /*HOME SLIDER STYLING*/
  
  .home-slider {
    height: 100vh;
  /*   color: #ffffff; */
    display: block;
    margin-top: -50px;
  }
  /* .home-slider a {
      color: #ffffff;
  } */
  /* .home-slider a:hover {
      color: #aaaaaa;
  }
  .slider-controller li:hover a {
    color: #FFFFFF !important;
  } */
  .home-slider .overlay {
      background: linear-gradient(to right, rgba(0, 0, 0, 0.4), transparent);
      height: 100vh;
      padding: 0 20px;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      z-index: 10;
  }
  .home-slider h2 {
    font-family: 'zeitzmocca-regular', 'Open Sans', Helvetica, sans-serif;
    text-shadow: 0px 1px 5px rgba(0, 0, 0, 0.4);
    font-size: 51px;
    font-weight: normal;
    line-height: 0.8;
    letter-spacing: 2px;
    margin-bottom: 30px;
    position: relative;
    color: #FFFFFF !important;
  }
  
  @media only screen and (max-width: 767px) {
      .home-slider h2 {
          font-size: 28px;
      }
  }
  
  .home-slider h2:after {
      content: "";
      height: 1px;
      width: 65px;
      background: #ffffff;
      position: absolute;
      left: 0;
      top: 100%;
      margin-top: 12px;
  }
  .home-slider h3 {
    font-family: 'muli-regular', 'Open Sans', Helvetica, sans-serif;
    font-size: 20px;
    font-weight: normal;
    line-height: 1.1;
    text-transform: none;
    text-shadow: 0 1px 5px rgba(0, 0, 0, 0.5);
    color: #FFFFFF !important;
  }
  
  @media only screen and (max-width: 767px) {
      .home-slider h3 {
          font-size: 19px;
      }
  }
  
  .home-slider a.video-play-button {
      display: inline-block;
      margin-top: 12px;
  }
  .home-slider a.read-more {
      font-family: 'muli-regular', 'Open Sans', Helvetica, sans-serif;
      border: 1px solid #ffffff;
      padding: 10px 15px;
      display: inline-block;
      border-radius: 10px;
      color: #ffffff;
      margin-top: 12px;
      text-transform: uppercase;
      box-shadow: 0 1px 5px rgba(0, 0, 0, 0.4);
      text-shadow: 0 1px 5px rgba(0, 0, 0, 0.4);
  }
  .home-slider a.read-more:hover {
      background-color: #aaaaaa;
      color: #ffffff;
      border-color: #cacaca;
  }
  .home-slider ul {
      height: 100%;
      position: relative;
  }
  .home-slider ul li .image {
      background-position: center;
  }
  .home-slider ul li {
      position: absolute;
      top: 0;
      left: 0;
      height: 100vh;
      margin: 0;
      background-size: cover;
      width: 100%;
      -webkit-transition: all 0.5s ease-out;
      -moz-transition: all 0.5s ease-out;
      -o-transition: all 0.5s ease-out;
      transition: all 0.5s ease-out;
      background-position: center;
  }
  .home-slider ul li.active {
      -webkit-transition: all 0.5s ease-out;
      -moz-transition: all 0.5s ease-out;
      -o-transition: all 0.5s ease-out;
      transition: all 0.5s ease-out;
  }
  .home-slider ul li .grid {
      height: 100vh;
  }
  .home-slider ul li .grid .col-1-2 .content {
      position: absolute;
      padding: 0 20px 0 0;
      top: 22%;
      max-width: 460px;
  }
  
  .slider-controller {
      z-index: 20;
      position: fixed;
      bottom: 0;
      left: 0;
  }
  .slider-controller ul {
      display: table;
      table-layout: fixed;
      width: 100%;
      margin: 0;
      padding: 0;
  }
  .slider-controller ul li {
      display: table-cell;
      vertical-align: middle;
  /*     background-color: #ffffff; */
      text-align: center;
      height: 50px;
      border-right: 1px solid #c1c1c1;
      -webkit-transition: all 1s ease-in-out;
      -moz-transition: all 1s ease-in-out;
      -o-transition: all 1s ease-in-out;
      transition: all 1s ease-in-out;
  }
  .slider-controller ul li a {
      font-family: 'muli-light', 'Open Sans', Helvetica, sans-serif;
      font-size: 12px;
      text-transform: uppercase;
      display: block;
      padding: 19px 5px;
      line-height: 1;
      color: #424952;
  }
  .slider-controller ul li:hover {
      background-color: rgba(128, 0, 0, 0.6) !important;
  }
  .slider-controller ul li.active a, .slider-controller ul li:hover a {
      color: #ffffff !important;
  }
  
  nav.et-menu-nav > ul.menu-policy-menu li {
    border-right: 1px solid;
    padding-right: 13px;
    padding-left: 10px;
    max-height: 14px;
    margin-bottom: 50px;
  }
  nav.et-menu-nav > ul.menu-policy-menu li:last-of-type {
    border: 0px;
  }
  nav.et-menu-nav > ul.menu-policy-menu li:nth-last-child(2) {
    border: 0px;
  }
  #menu-primary-menu li a .fa-bars {
    font-size: 30px;
    line-height: 10px;
  }
  header .et_pb_menu .et_pb_menu__icon.et_pb_menu__search-button {
    border: 2px solid #FFFFFF !important;
    border-radius: 50px !important;
    padding: 10px !important;
    margin-right: 0 !important;
    font-weight: bold !important;
    font-size: 13px !important;
  }
  .et_pb_menu .et_pb_menu__search-input {
   color: #FFFFFF !important; 
   max-width: 500px !important;
  }
  
  input, textarea {
    border: thin solid #efefef !important;
    padding: 10px 15px !important;
    color: #7a7a7a !important;
    border-radius: 15px !important;
  }
  .wp-block-archives-dropdown select {
    border-radius: 15px;
    margin-top: 15px;
  }
  .wp-block-archives-dropdown label {
    display: none;
  }
  .btn-rounded-btn-dark, input.gform_button.button {
    background-color: #5a616a;
    border-color: #5a616a;
    color: #ffffff !important;
    display: inline-block;
    border-radius: 25px;
    text-transform: uppercase;
    font-size: 14px;
    -webkit-transition: all 1s ease-out;
    -moz-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    transition: all 1s ease-out;
    padding: 10px 15px;
    text-align: center;
  /*   min-width: 185px; */
    font-family: 'muli-regular', 'Open Sans', Helvetica, sans-serif;
    border-style: none;
    cursor: pointer;
    background-color: #5a616a;
    border-width: 0px !important;
    border-radius: 50px;
    font-weight: normal;
    font-style: normal;
    text-transform: uppercase;
    text-decoration: none;
  }
  .btn-rounded-btn-dark:hover, input.gform_button.button:hover {
    background-color: #878a8e;
    border-color: #878a8e;
    color: #ffffff;
  }
  #membershipOptions .et_pb_tab_content {
    position: absolute;
    width: 50%;
    display: block;
    right: 0;
    top: 0;
    padding: 25px 35px;
    background-color: #FFFFFF;
  }
  .et_pb_toggle_title {
    padding: 0 !important;
  }
  .member-benefits-toggle ul li {
    line-height: 1.7em;
    margin-bottom: 10px
  }
  .member-benefits-toggle ul li:last-of-type {
    margin: 0;
  }
  
  /*MEGA MENU STYLING*/
    .mega-nav {
        border-top: 0px solid #444e59;
        position: fixed;
        background: #ffffff;
        width: 100%;
        z-index: 100;
        bottom: 0;
        top: 105px;
        display: none;
        overflow-y: auto;
    }
    .mega-nav .mega-wrap {
        padding: 70px 0;
        max-width: 1920px;
        width: 80%;
    }
    .mega-nav .mega-wrap .nav-block .container {
        margin: 0;
        width: 100%;
    }
    .mega-nav .mega-wrap .nav-block:nth-of-type(5) {
        padding-right: 0;
    }
    .mega-nav .mega-wrap .nav-block:nth-of-type(9) {
        padding-right: 0;
    }
    .mega-nav .mega-wrap .nav-block:nth-of-type(13) {
        padding-right: 0;
    }
    .mega-nav .mega-wrap .nav-block:nth-of-type(17) {
        padding-right: 0;
    }
    .mega-nav .mega-wrap .nav-block:nth-of-type(21) {
        padding-right: 0;
    }
  
  @media only screen and (max-width: 767px) {
      .mega-nav {
          background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.83), rgba(0, 0, 0, 0.83), rgba(0, 0, 0, 0.83), rgba(0, 0, 0, 0.83), rgba(0, 0, 0, 0.83), rgba(0, 0, 0, 0.83), rgba(0, 0, 0, 0.83), rgba(0, 0, 0, 0.83));
          background: rgba(0, 0, 0, 0.83);
          width: 100%;
          right: 0;
          border: none;
          padding: 30px;
          overflow-y: auto;
          top: 0;
      }
      .mega-nav a {
          color: #ffffff;
          font-size: 18px;
          padding: 15px 0;
          display: block;
          border-bottom: 1px solid #dfe1e4;
      }
      .mega-nav a:hover {
          color: #aaaaaa;
          border-color: #aaaaaa;
      }
  }
  
  .mega-nav .table-mobile-menu p {
      margin-bottom: 0;
      background-image: url("/wp-content/themes/CSI/style/img/arror.png");
      background-position: right center;
      background-repeat: no-repeat;
  }
  
  .mega-nav .table-mobile-menu .menu-head {
      display: none;
      color: #ffffff;
      text-transform: uppercase;
      font-size: 18px;
      cursor: pointer;
  }
  
  @media only screen and (max-width: 767px) {
      .mega-nav .table-mobile-menu .menu-head {
          display: block;
          padding: 35px 0 40px;
      }
  }
  
  .mega-nav .table-mobile-menu .menu-head img {
      float: right;
      padding: 25px 25px 24px 30px;
      margin-top: -25px;
  }
  
  .mega-nav .table-mobile-menu ul {
      display: none;
  }
  
  @media only screen and (max-width: 767px) {
      .mega-nav .table-mobile-menu ul {
          display: block;
      }
  }
  
  @media only screen and (max-width: 1180px) {
      .mega-nav .mega-wrap {
          padding: 60px 0 0 20px;
      }
  }
  
  @media only screen and (max-width: 767px) {
      .mega-nav .mega-wrap {
          padding: 0;
      }
  }
  
  .mega-nav .mega-wrap .nav-block {
      padding-bottom: 20px;
      /*.overlay {
          position: relative;
          display: inline-block;
          img {
            width: 100%;
            border-radius: 4px;
          }
          .other {
            background-color: rgba(78, 86, 106, 0.48);
            position: absolute;
            top: 0;
            left: 0;
            bottom: 4px;
            right: 0;
            margin: 0;
            text-align: center;
            padding-top: 29%;
            border-radius: 4px;
            height: 98%;
            .transition(0.5s, ease-in);
            &:hover {
              background-color: transparent;
            }
          }
          p {
            //background-color: rgba(78, 86, 106, 0.48);
            position: absolute;
            top: 0;
            left: 0;
            bottom: 4px;
            right: 0;
            margin: 0;
            text-align: center;
            padding-top: 29%;
            border-radius: 4px;
            .transition(0.5s, ease-in);
            &:hover {
              background-color: transparent;
            }
          }
          .center-vert {
            position: absolute;
            top: 25%;
            transform: translateY(-50%);
            width: 100%;
            text-align: center;
          }
          a {
            color: @white;
            text-transform: uppercase;
            font-size: 15px;
            padding: 17px 25px;
            border-radius: 30px;
            display: inline-block;
            &:hover {
              background-color: @light_body;
            }
          }
        }*/
  }
  
  @media only screen and (max-width: 767px) {
      .mega-nav .mega-wrap .nav-block {
          display: none;
      }
  }
  
  .mega-nav .mega-wrap .nav-block .container {
      position: relative;
      background-color: #2e2e2e;
      border-radius: 4px;
      height: 160px;
      min-height: 160px;
      display: block;
      overflow: hidden;
      background-size: cover
  }
  
  .mega-nav .mega-wrap .nav-block img {
      opacity: 0.5;
      display: block;
      width: 100%;
      height: auto;
      transition: .5s ease;
      backface-visibility: hidden;
      border-radius: 4px;
  }
  
  .mega-nav .mega-wrap .nav-block .middle {
      transition: .5s ease;
      opacity: 1;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      width: 100%;
      text-align: center;
  }
  
  .mega-nav .mega-wrap .nav-block .container:hover img {
      opacity: 1;
  }
  
  .mega-nav .mega-wrap .nav-block .container:hover .middle {
      opacity: 1;
  }
  
  .mega-nav .mega-wrap .nav-block p.text {
      margin-bottom: 0;
      width: 100%;
  }
  
  .mega-nav .mega-wrap .nav-block p.text a {
      color: #ffffff;
      text-transform: uppercase;
      font-size: 15px;
      padding: 17px 25px;
      border-radius: 30px;
  }
  
  .mega-nav .mega-wrap .nav-block p.text a:hover {
      background-color: #aaaaaa;
  }
  
  @media only screen and (max-width: 1180px) {
      .mega-nav .mega-wrap .nav-block p.text a {
          width: 100%;
          padding: 25px 0;
          border-radius: 0;
      }
      .mega-nav .mega-wrap .nav-block p.text a:hover {
          background-color: transparent;
          font-weight: bold;
      }
  }
  
  .mega-nav-wrap .main-navigation {
      height: auto;
  }
  
  .single-art .main-navigation,
  .post-type-archive-artists .main-navigation {
      position: relative;
  }
  
  .membership-table-item .et_pb_blurb_description, .membership-table-item .et_pb_blurb_container .et_pb_module_header {
    padding: 0 15px;
  }
  .et_pb_blurb_container:hover {
    cursor: pointer;
  }
  .post-category-title h2 {
    text-align: left;
    margin-bottom: 30px;
  /* 	border-bottom: thin solid #c1c1c1; */
  }
  .post-featured-image img {
    max-height: 90px;
  /*   max-width: 250px; */
    width: auto;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  /*   margin-top: 30px; */
  }
  .post-link-title .post-title {
    background-color: #F5F5F5;
    padding: 15px 15px;
    width: 100%;
    display: inline-block;
    border-radius: 4px;
    font-weight: bold;
    vertical-align: middle !important;
  }
  .post-link-title img {
    margin-top: 0px;
    margin-bottom: 10px;
      padding: 15px;
  }
  .post-link-title {
    width: 24.7%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
  .post-content-container ul li {
    margin-bottom: 30px;
  /* 	width: 25%; */
    display: inline-block;
    margin-left: auto;
  }
  li .post-category-title h2 {
   font-size: 32px !important;
  }
  .post-content-container .list-item h2 {
    margin-bottom: 30px;
    font-size: 32px !important;
  }
.post-content-container .post-content-row {
    padding: 0;
}
  li.founders h2,
  li.sponsors h2,
  li.global-council-members h2,
  li.cultural-partners h2,
  li.endowment-donors h2,
  li.founding-members-individual-and-families h2,
  li.construction-donors h2,
  li.founding-corporate-members h2, 
  li.founding-members-silo-3 h2,
  li.curatorial-training-programme-founders h2,
  li.individual-memberships h2,
  li.artist-acquisition-fund-donors h2,
  li.founding-corporate-members h2,
  li.permanent-collection-donors h2,
  li.in-kind-donations h2,
  li.v-a-waterfront-jubilee-fund-donors h2{
  /*  font-size: 22px !important; */
   font-weight: bold !important;
      border-top: thin solid #E1E1E1;
      border-bottom: thin solid #E1E1E1;
      margin-top: 30px;
  }
  .endowment-donors ul,
  .founding-members-individual-and-families ul,
  .construction-donors ul,
  .founding-corporate-members ul,
  .founding-members-silo-3 ul,
  .curatorial-training-programme-founders ul,
  .individual-memberships ul,
  .artist-acquisition-fund-donors ul {
   display: none;
  }
  .wpas_submit_wrapper {
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
    overflow: hidden;
  }
  .wpas_submit_wrapper .button_text_holder {
    padding-right: 15px;
  }
  .exhibition-content-item {
    width: 22%;
    float: left;
    display: block;
/*     min-height: 305px;
    max-height: 305px; */
    margin: 0 1.5%;
    margin-bottom: 30px;
    text-align: center !important;
    text-align: center !important;
    background-color: #F1F1F1; 
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    overflow: hidden;
  }
  .exhibition-featured-image {
    min-height: 140px;
  }
  .exhibition-content-item img {
    border-radius: 15px;
    width: 100%;
    margin-bottom: 10px;
    position: relative;
    max-height: 190px;
  }
  .exhibition-content-item .exhibition-link-title {
    font-size: 18px !important;
    line-height: 15px;
    min-height: 30px;
    max-height: 30px;
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 5px;
  }
  .exhibition-content-item .event-type {
    font-size: 13px;
    margin-bottom: 0;
    padding-bottom: 15px !important;
  }
  .exhibition-content-item .dates {
    padding-bottom: 0px;
    margin-bottom: 0;
    margin-top: 30px;
  }
  .exhibition-content-item:hover {
    transition: all ease-in-out 0.25s;
  /*   border: 1px solid rgba(0,0,0,0); */
  }
  .exhibition-content-item:hover {
    box-shadow: 0 0 5px 0px rgba(0,0,0,0.25);
  /*   border: 1px solid rgba(0,0,0,0.025); */
  }
  .artist-content-item:hover {
    transition: all ease-in-out 0.25s;
  /*   border: 1px solid rgba(0,0,0,0); */
  }
  .artist-content-item:hover {
    box-shadow: 0 0 5px 0px rgba(0,0,0,0.25);
  /*   border: 1px solid rgba(0,0,0,0.025); */
  }
  .artist-content-item {
    width: 30%;
    float: left;
    display: block;
/*     min-height: 275px;
    max-height: 275px; */
    margin: 0 1.5%;
    margin-bottom: 30px;
    text-align: center !important;
    background-color: #F7F7F7;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    overflow: hidden;
  }
  .artist-featured-image {
    min-height: 200px;
  }
  .artist-image-container .artist-featured-image {
    min-height: 380px;
  }
  .artist-content-item img {
    border-radius: 0px;
    width: 100%;
    margin-bottom: 10px;
    max-height: 145px;
  }
  .artist-content-item .artist-link-title {
/*     font-weight: bold; */
    font-size: 18px !important;
    line-height: 15px;
    min-height: 30px;
    max-height: 30px;
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 5px;
  }
  .artist-content-item .artist-country {
    font-size: 13px !important;
    margin-top: 15px;
    margin-bottom: 0;
    padding-bottom: 15px !important;
  }
  footer p {
    margin-bottom: 8px !important;
  }
  h2.border-strip::after {
    width: 0px;
    height: 0px;
    display: none;
    margin: 0;
  }
  .dates {
    margin-bottom: 5px;
    display: block;
    font-size: 13px;
    color: #999;
  /*   font-style: italic; */
  }
  .dates i {
    font-size: 11px;
  }
  .type, .artist-block p {
    margin-bottom: 5px;
    display: block;
  }
  .loaded-more-artists {
    width: 100% !important;
  }
  .loaded-more-artists article {
    display: block;
    width: 30% !important;
    margin-right: 3%;
    margin-bottom: 30px !important;
    float: left;
  }
  
  h1 {
    font-size: 56px !important;
    font-weight: unset !important;
    ont-family: 'Zeitz MOCAA Font',Helvetica,Arial,Lucida,sans-serif !important;
  }
  h2 {
    font-size: 42px !important;
    font-weight: unset !important;
    font-family: 'Zeitz MOCAA Font',Helvetica,Arial,Lucida,sans-serif !important;
  }
  h3 {
    font-size: 28px !important;
    font-weight: unset !important;
    font-family: 'Zeitz MOCAA Font',Helvetica,Arial,Lucida,sans-serif !important;
  }
  h4 {
    font-size: 18px !important;
    font-weight: unset !important;
    font-family: 'Zeitz MOCAA Font',Helvetica,Arial,Lucida,sans-serif !important;
  }
  h5 {
    font-size: 14px !important;
    font-weight: unset !important;
    font-family: 'Zeitz MOCAA Font',Helvetica,Arial,Lucida,sans-serif !important;
  }
  @media(max-width:480px) {
    h1 {
        font-size: 36px !important;
        font-weight: unset !important;
        ont-family: 'Zeitz MOCAA Font',Helvetica,Arial,Lucida,sans-serif !important;
    }
    h2 {
        font-size: 28px !important;
        font-weight: unset !important;
        font-family: 'Zeitz MOCAA Font',Helvetica,Arial,Lucida,sans-serif !important;
    }
    h3 {
        font-size: 22px !important;
        font-weight: unset !important;
        font-family: 'Zeitz MOCAA Font',Helvetica,Arial,Lucida,sans-serif !important;
    }
    h4 {
        font-size: 16px !important;
        font-weight: unset !important;
        font-family: 'Zeitz MOCAA Font',Helvetica,Arial,Lucida,sans-serif !important;
    }
    h5 {
        font-size: 13px !important;
        font-weight: unset !important;
        font-family: 'Zeitz MOCAA Font',Helvetica,Arial,Lucida,sans-serif !important;
    }
  }
  .wpas_search_input {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
  }
  
  /*POST OVERRIDES*/
  .single-exhibition.postid-10405 .header-content h1, 
  .single-exhibition.postid-8285 .header-content h1, 
  .single-exhibition.postid-10403 .header-content h1, 
  .single-exhibition.postid-10398 .header-content h1  {
    display: none !important;
  }

@media(max-width: 480px) {
    .header-content {
        margin: 0 !important;
    }
    .et_pb_row_0_tb_header {
      width: 100%;
    }
    .et_pb_image_0_tb_header{
      margin-left: auto !important;
      margin-right: auto !important;
      max-width: 275px;
      margin-top: 20px; 
    }
    .et_mobile_nav_menu {
      padding-bottom: 15px;
      padding-top: 10px !important;
    }
    .et_mobile_nav_menu li {
      padding-bottom: 10px;
      text-align: center;
        text-transform: uppercase;
    }
    .exhibition-content-item .exhibition-link-title {
      font-size: 16px !important;
      line-height: 16px;
      min-height: 30px;
      max-height: 30px;
      max-width: 90%;
      margin-left: auto;
      margin-right: auto;
    }
    
  .artist-content-item .artist-link-title {
      font-size: 16px !important;
      line-height: 16px;
      min-height: 30px;
      max-height: 30px;
      max-width: 90%;
      margin-left: auto;
      margin-right: auto;
    }
}
@media(max-width: 980px) {
    .exhibition-content-item, .artist-content-item {
      min-width: 100% !important;
      max-width: 100% !important;
    }
    .filters.events-filter {
      padding: 0;
      width: 100% !important;
      margin: 0px;
    }
    .filters.events-filter .col-1-4 {
      padding: 0 !important;
    }
    .event-dropdown {
      margin: 0 !important;
      margin-left: auto;
      margin-right: auto;
    }
    .event-dropdown.what {
      margin-bottom: 15px !important;
    }
      .slider-controller {
          display: block;
      }
      .home-slider ul li .grid .col-1-2 .content {
          bottom: 560px;
          top: inherit;
      }
      .slider-controller ul {
          display: block;
          table-layout: fixed;
          width: 100%;
          margin: 0;
          padding: 0;
      }
      .slider-controller ul li {
          display: block;
          /* vertical-align: middle; */
      /*     background-color: #ffffff; */
          text-align: center;
          height: 35px;
          border-right: 1px solid #c1c1c1;
          -webkit-transition: all 1s ease-in-out;
          -moz-transition: all 1s ease-in-out;
          -o-transition: all 1s ease-in-out;
          transition: all 1s ease-in-out;
          line-height: 1;
          font-size: 11px !important;
      }
      .home-slider ul li .image {
          background-position: center center;
      }
      .slider-controller ul li a {
        padding: 7px 7px;
      }
      .et_mobile_menu li a {
        padding: 1.35vh;
      }
      .home-slider {
        text-align: center;
      }
      .home-slider h2:after {
        display: none;
      }
}
