/*@font-face {
    font-family: "FairfieldLTW01-85Heavy";
    src: url("//db.onlinewebfonts.com/t/e931297fa768912e1650cbd539b5fdbf.eot");
    src: url("//db.onlinewebfonts.com/t/e931297fa768912e1650cbd539b5fdbf.eot?#iefix") format("embedded-opentype"), url("//db.onlinewebfonts.com/t/e931297fa768912e1650cbd539b5fdbf.woff2") format("woff2"), url("//db.onlinewebfonts.com/t/e931297fa768912e1650cbd539b5fdbf.woff") format("woff"), url("//db.onlinewebfonts.com/t/e931297fa768912e1650cbd539b5fdbf.ttf") format("truetype"), url("//db.onlinewebfonts.com/t/e931297fa768912e1650cbd539b5fdbf.svg#FairfieldLTW01-85Heavy") format("svg");
}*/

html,body{
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
}

body {
    overflow-x: hidden;
}

html {
    color: #000;
    background: #FFF
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
    margin: 0;
    padding: 0
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

fieldset,
img {
    border: 0
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
    font-style: normal;
    font-weight: normal
}

ol,
ul {
    list-style: none
}

caption,
th {
    text-align: left
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: normal
}

q:before,
q:after {
    content: ''
}

abbr,
acronym {
    border: 0;
    font-variant: normal
}

sup {
    vertical-align: text-top
}

sub {
    vertical-align: text-bottom
}

input,
textarea,
select {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    *font-size: 100%
}

legend {
    color: #000
}

#yui3-css-stamp.cssreset {
    display: none
}

* {
    box-sizing: border-box
}


/*

        Supersized - Fullscreen Slideshow jQuery Plugin
        Version : 3.2.7
        Site	: www.buildinternet.com/project/supersized
        
        Author	: Sam Dunn
        Company : One Mighty Roar (www.onemightyroar.com)
        License : MIT License / GPL License
        
*/

* {
    margin: 0;
    padding: 0;
}

img {
    border: none;
}

.head-talks-header{
    text-align: left;
    color: #b7886f;
    font-family: 'SackersGothicW01-Light';
    font-size: 17px;
}

#booking-form.head-talks ul:first-child {
    margin-bottom: 50px;
    margin-top: 0;
}

#booking-form.head-talks ul{
    margin-top: 20px;
}

#supersized-loader {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 0;
    width: 60px;
    height: 60px;
    margin: -30px 0 0 -30px;
    text-indent: -999em;
    background: url(/resource/images/public/new/spin.svg) no-repeat center center;
    background-size: 50px 50px;
}

#supersized {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    overflow: hidden;
    z-index: -999;
    height: 100%;
    width: 100%;
}

#supersized img {
    width: auto;
    height: auto;
    position: relative;
    display: none;
    outline: none;
    border: none;
}

#supersized.speed img {
    -ms-interpolation-mode: nearest-neighbor;
    image-rendering: -moz-crisp-edges;
}


/*Speed*/

#supersized.quality img {
    -ms-interpolation-mode: bicubic;
    image-rendering: optimizeQuality;
}


/*Quality*/

#supersized li {
    display: block;
    list-style: none;
    z-index: -30;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #111;
}

#supersized a {
    width: 100%;
    height: 100%;
    display: block;
}

#supersized li.prevslide {
    z-index: -20;
}

#supersized li.activeslide {
    z-index: -10;
}

#supersized li.image-loading {
    background: #111 url(/resource/images/public/new/spin.svg) no-repeat center center;
    width: 100%;
    height: 100%;
}

#supersized li.image-loading img {
    visibility: hidden;
}

#supersized li.prevslide img,
#supersized li.activeslide img {
    display: inline;
    z-index: 20000;
}

ul#supersized {
    margin: 0px;
}


/*
        jQuery.mmenu CSS
*/


/*
        jQuery.mmenu oncanvas CSS
*/

.mm-hidden {
    display: none !important;
}

.mm-wrapper {
    overflow-x: hidden;
    position: relative;
}

.mm-menu,
.mm-menu > .mm-panel {
    margin: 0;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 0;
}

.mm-menu {
    background: inherit;
    display: block;
    overflow: hidden;
    padding: 0;
}

.mm-panel {
    -webkit-transition: -webkit-transform 0.4s ease;
    -moz-transition: -moz-transform 0.4s ease;
    -ms-transition: -ms-transform 0.4s ease;
    -o-transition: -o-transform 0.4s ease;
    transition: transform 0.4s ease;
    -webkit-transform: translate3d(100%, 0, 0);
    -moz-transform: translate3d(100%, 0, 0);
    -ms-transform: translate3d(100%, 0, 0);
    -o-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
}

.mm-panel.mm-opened {
    -webkit-transform: translate3d(0%, 0, 0);
    -moz-transform: translate3d(0%, 0, 0);
    -ms-transform: translate3d(0%, 0, 0);
    -o-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0);
}

.mm-panel.mm-subopened {
    -webkit-transform: translate3d(-30%, 0, 0);
    -moz-transform: translate3d(-30%, 0, 0);
    -ms-transform: translate3d(-30%, 0, 0);
    -o-transform: translate3d(-30%, 0, 0);
    transform: translate3d(-30%, 0, 0);
}

.mm-panel.mm-highest {
    z-index: 1;
}

.mm-menu > .mm-panel {
    background: #b7886f;
    -webkit-overflow-scrolling: touch;
    overflow: scroll;
    overflow-x: hidden;
    overflow-y: auto;
    box-sizing: border-box;
    padding: 0 40px;
}

@media all and (max-width: 960px) {
    .mm-menu > .mm-panel {
        padding: 0 20px;
    }
}

.mm-menu > .mm-panel.mm-hasheader {
    padding-top: 40px;
}

.mm-menu > .mm-panel:before,
.mm-menu > .mm-panel:after {
    content: '';
    display: block;
    height: 20px;
}

.mm-vertical .mm-panel {
    -webkit-transform: none !important;
    -moz-transform: none !important;
    -ms-transform: none !important;
    -o-transform: none !important;
    transform: none !important;
}

.mm-vertical .mm-listview .mm-panel,
.mm-listview .mm-vertical .mm-panel {
    display: none;
    padding: 10px 0 10px 10px;
}

.mm-vertical .mm-listview .mm-panel .mm-listview > li:last-child:after,
.mm-listview .mm-vertical .mm-panel .mm-listview > li:last-child:after {
    border-color: transparent;
}

.mm-vertical li.mm-opened > .mm-panel,
li.mm-vertical.mm-opened > .mm-panel {
    display: block;
}

.mm-vertical .mm-listview > li > .mm-next,
.mm-listview > li.mm-vertical > .mm-next {
    height: 40px;
    bottom: auto;
}

.mm-vertical .mm-listview > li > .mm-next:after,
.mm-listview > li.mm-vertical > .mm-next:after {
    top: 16px;
    bottom: auto;
}

.mm-vertical .mm-listview > li.mm-opened > .mm-next:after,
.mm-listview > li.mm-vertical.mm-opened > .mm-next:after {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.mm-header {
    border-bottom: 1px solid transparent;
    text-align: center;
    line-height: 20px;
    height: 40px;
    padding: 0 40px;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}

.mm-header > a {
    text-decoration: none;
    display: block;
    padding: 10px 0;
}

.mm-header .mm-title {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.mm-header .mm-btn {
    box-sizing: border-box;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 0;
    z-index: 1;
}

.mm-header .mm-btn:first-child {
    padding-left: 20px;
    left: 0;
}

.mm-header .mm-btn:last-child {
    padding-right: 20px;
    right: 0;
}

@media screen and (min-width: 961px) {
    .mm-header .mm-btn:first-child {
        padding-left: 20px;
        left: 40px;
    }
}

.mm-listview,
.mm-listview > li {
    list-style: none;
    display: block;
    padding: 0;
    margin: 0;
}

.mm-listview {
    font: inherit;
    font-family: 'SackersGothicW01-Light';
    color: #000;
    font-size: 20px;
}

.mm-listview a,
.mm-listview a:hover {
    text-decoration: none;
}

.mm-listview > li {
    position: relative;
}

.mm-listview > li > a,
.mm-listview > li > span {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    color: #fff;
    line-height: 20px;
    display: block;
    padding: 10px 10px 10px 20px;
    margin: 0;
}

.mm-listview > li:not(.mm-divider):after {
    content: '';
    border-bottom-width: 1px;
    border-bottom-style: solid;
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}

.mm-listview > li:not(.mm-divider):after {
    left: 20px;
}

.mm-listview .mm-next {
    background: rgba(3, 2, 1, 0);
    width: 50px;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 2;
}

.mm-listview .mm-next:before {
    content: '';
    border-left-width: 1px;
    border-left-style: solid;
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
}

.mm-listview .mm-next + a,
.mm-listview .mm-next + span {
    margin-right: 50px;
}

.mm-listview .mm-next.mm-fullsubopen {
    width: 100%;
}

.mm-listview .mm-next.mm-fullsubopen:before {
    border-left: none;
}

.mm-listview .mm-next.mm-fullsubopen + a,
.mm-listview .mm-next.mm-fullsubopen + span {
    padding-right: 50px;
    margin-right: 0;
}

.mm-menu > .mm-panel > .mm-listview {
    margin-left: -20px;
    margin-right: -20px;
}

.mm-menu > .mm-panel > .mm-listview.mm-first {
    margin-top: -20px;
}

.mm-menu > .mm-panel > .mm-listview.mm-last {
    padding-bottom: 20px;
}

.mm-prev:before,
.mm-next:after {
    content: '';
    border: 2px solid transparent;
    display: inline-block;
    width: 8px;
    height: 8px;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.mm-prev:before {
    border-right: none;
    border-bottom: none;
    left: 20px;
}

.mm-next:after {
    border-top: none;
    border-left: none;
    right: 20px;
}

.mm-divider {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-size: 10px;
    text-transform: uppercase;
    text-indent: 20px;
    line-height: 25px;
}

.mm-listview > li.mm-spacer {
    padding-top: 40px;
}

.mm-listview > li.mm-spacer > .mm-next {
    top: 40px;
}

.mm-listview > li.mm-spacer.mm-divider {
    padding-top: 25px;
}

.mm-menu {
    background: #f3f3f3;
    color: rgba(0, 0, 0, 0.7);
}

.mm-menu .mm-header {
    border-color: rgba(0, 0, 0, 0.1);
}

.mm-menu .mm-header > a {
    color: rgba(0, 0, 0, 0.3);
}

.mm-menu .mm-header .mm-btn:before,
.mm-menu .mm-header .mm-btn:after {
    border-color: rgba(0, 0, 0, 0.3);
}

.mm-menu .mm-listview > li:after {
    border-color: rgba(0, 0, 0, 0.1);
}

.mm-menu .mm-listview > li > a.mm-prev,
.mm-menu .mm-listview > li > a.mm-next {
    color: rgba(0, 0, 0, 0.3);
}

.mm-menu .mm-listview > li > a.mm-prev:before,
.mm-menu .mm-listview > li > a.mm-next:after {
    border-color: rgba(0, 0, 0, 0.3);
}

.mm-menu .mm-listview > li > a.mm-prev:after,
.mm-menu .mm-listview > li > a.mm-next:before {
    border-color: rgba(0, 0, 0, 0.1);
}

.mm-menu .mm-listview > li.mm-selected > a:not(.mm-next),
.mm-menu .mm-listview > li.mm-selected > span {
    background: rgba(255, 255, 255, 0.5);
}

.mm-menu.mm-vertical .mm-listview li.mm-opened > a.mm-next,
.mm-menu.mm-vertical .mm-listview li.mm-opened > .mm-panel,
.mm-menu .mm-listview li.mm-opened.mm-vertical > a.mm-next,
.mm-menu .mm-listview li.mm-opened.mm-vertical > .mm-panel {
    background: rgba(0, 0, 0, 0.05);
}

.mm-menu .mm-divider {
    background: rgba(0, 0, 0, 0.05);
}


/*
        jQuery.mmenu offcanvas addon CSS
*/

.mm-page {
    box-sizing: border-box;
    position: relative;
}

.mm-slideout {
    -webkit-transition: -webkit-transform 0.4s ease;
    -ms-transition: -ms-transform 0.4s ease;
    transition: transform 0.4s ease;
}

html.mm-opened {
    overflow: hidden;
    position: relative;
}

html.mm-opened body {
    overflow: hidden;
    background-color: #fff;
}

html.mm-opened .mm-page {
    min-height: 100vh;
}

html.mm-background .mm-page {
    background: inherit;
}

#mm-blocker {
    background: rgba(3, 2, 1, 0);
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999999;
}

html.mm-opened #mm-blocker,
html.mm-blocking #mm-blocker {
    display: block;
}

.mm-menu.mm-offcanvas {
    display: none;
    position: fixed;
}

.mm-menu.mm-current {
    display: block;
}

.mm-menu {
    width: 80%;
    min-width: 140px;
    max-width: 440px;
}

html.mm-opening .mm-slideout {
    -webkit-transform: translate(80%, 0);
    -moz-transform: translate(80%, 0);
    -ms-transform: translate(80%, 0);
    -o-transform: translate(80%, 0);
    transform: translate(80%, 0);
}

@media all and (max-width: 175px) {
    html.mm-opening .mm-slideout {
        -webkit-transform: translate(140px, 0);
        -moz-transform: translate(140px, 0);
        -ms-transform: translate(140px, 0);
        -o-transform: translate(140px, 0);
        transform: translate(140px, 0);
    }
}

@media all and (min-width: 550px) {
    html.mm-opening .mm-slideout {
        -webkit-transform: translate(440px, 0);
        -moz-transform: translate(440px, 0);
        -ms-transform: translate(440px, 0);
        -o-transform: translate(440px, 0);
        transform: translate(440px, 0);
    }
}


/*
        jQuery.mmenu autoHeight addon CSS
*/

.mm-menu.mm-top.mm-autoheight,
.mm-menu.mm-bottom.mm-autoheight {
    max-height: 80%;
}

.mm-menu.mm-top.mm-autoheight.mm-fullscreen,
.mm-menu.mm-bottom.mm-autoheight.mm-fullscreen {
    max-height: 100%;
}

.mm-menu.mm-measureheight > .mm-panel {
    bottom: auto !important;
    height: auto !important;
}


/*
        jQuery.mmenu buttonbars addon CSS
*/

.mm-buttonbar {
    border: 1px solid transparent;
    border-radius: 5px;
    text-align: center;
    line-height: 20px;
    overflow: hidden;
    display: block;
    padding: 0;
    margin: 0;
    position: relative;
}

.mm-buttonbar:after {
    content: '';
    display: block;
    clear: both;
}

.mm-buttonbar > * {
    border-left: 1px solid transparent;
    box-sizing: border-box;
    display: block;
    width: 100%;
    height: 100%;
    float: left;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.mm-buttonbar > a {
    text-decoration: none;
}

.mm-buttonbar > input {
    position: absolute;
    left: -1000px;
    top: -1000px;
}

.mm-buttonbar > input:checked + label {
    border-color: transparent !important;
}

.mm-buttonbar > *:first-child,
.mm-buttonbar > input:first-child + * {
    border-left: none;
}

.mm-buttonbar.mm-buttonbar-2 > * {
    width: 50%;
}

.mm-buttonbar.mm-buttonbar-3 > * {
    width: 33%;
}

.mm-buttonbar.mm-buttonbar-4 > * {
    width: 25%;
}

.mm-buttonbar.mm-buttonbar-5 > * {
    width: 20%;
}

.mm-header .mm-buttonbar {
    margin-top: 0px;
    margin-left: -30px;
    margin-right: -30px;
}

.mm-footer .mm-buttonbar {
    border: none;
    border-radius: none;
    line-height: 40px;
    margin: -10px -10px 0 -20px;
}

.mm-footer .mm-buttonbar > * {
    border-left: none;
}

.mm-listview > li > .mm-buttonbar {
    margin: 10px 20px;
}

.mm-menu .mm-buttonbar {
    border-color: rgba(0, 0, 0, 0.7);
    background: #f3f3f3;
}

.mm-menu .mm-buttonbar > * {
    border-color: rgba(0, 0, 0, 0.7);
}

.mm-menu .mm-buttonbar > input:checked + label {
    background: rgba(0, 0, 0, 0.7);
    color: #f3f3f3;
}


/*
        jQuery.mmenu counters addon CSS
*/

em {
    font-style: italic;
}

em.mm-counter {
    font: inherit;
    font-size: 14px;
    font-style: normal;
    text-indent: 0;
    line-height: 20px;
    display: block;
    margin-top: -10px;
    position: absolute;
    right: 50px;
    top: 50%;
}

em.mm-counter + a.mm-next {
    padding-left: 40px;
}

em.mm-counter + a.mm-next + a,
em.mm-counter + a.mm-next + span {
    margin-right: 90px;
}

em.mm-counter + a.mm-fullsubopen {
    padding-left: 0;
}

.mm-vertical > .mm-counter {
    top: 12px;
    margin-top: 0;
}

.mm-vertical.mm-spacer > .mm-counter {
    margin-top: 40px;
}

.mm-nosubresults > .mm-counter {
    display: none;
}

.mm-menu em.mm-counter {
    color: rgba(0, 0, 0, 0.3);
}


/*
        jQuery.mmenu dragOpen addon CSS
*/

html.mm-opened.mm-dragging .mm-menu,
html.mm-opened.mm-dragging .mm-page,
html.mm-opened.mm-dragging .mm-fixed-top,
html.mm-opened.mm-dragging .mm-fixed-bottom,
html.mm-opened.mm-dragging #mm-blocker {
    -webkit-transition-duration: 0s;
    -moz-transition-duration: 0s;
    -ms-transition-duration: 0s;
    -o-transition-duration: 0s;
    transition-duration: 0s;
}


/*
        jQuery.mmenu footer addon CSS
*/

.mm-footer {
    background: inherit;
    border-top: 1px solid transparent;
    text-align: center;
    line-height: 20px;
    box-sizing: border-box;
    width: 100%;
    height: 40px;
    padding: 10px 20px;
    position: absolute;
    z-index: 3;
    bottom: 0;
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.mm-menu.mm-hasfooter > .mm-panel {
    bottom: 40px;
}

.mm-menu .mm-footer {
    border-color: rgba(0, 0, 0, 0.1);
    color: rgba(0, 0, 0, 0.3);
}


/*
        jQuery.mmenu header addon CSS
*/

.mm-menu > .mm-header {
    background: inherit;
    z-index: 3;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.mm-menu > .mm-header .mm-close:after {
    content: 'x';
}

.mm-menu.mm-hassearch > .mm-header {
    top: 40px;
}

.mm-menu.mm-hasheader .mm-panel .mm-header {
    display: none;
}

.mm-menu.mm-hasheader .mm-panel,
.mm-menu.mm-hasheader .mm-fixeddivider {
    top: 40px;
}

.mm-menu.mm-hasheader.mm-hassearch .mm-panel,
.mm-menu.mm-hasheader.mm-hassearch .mm-fixeddivider {
    top: 80px;
}


/*
        jQuery.mmenu dividers addon CSS
*/

.mm-divider > span {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    padding: 0;
    line-height: 25px;
}

.mm-divider.mm-opened a.mm-next:after {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.mm-collapsed:not(.mm-uncollapsed) {
    display: none;
}

.mm-fixeddivider {
    background: inherit;
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 2;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.mm-fixeddivider:after {
    content: none !important;
    display: none !important;
}

.mm-hasdividers .mm-fixeddivider {
    display: block;
}

.mm-menu .mm-fixeddivider span {
    background: rgba(0, 0, 0, 0.05);
}


/*
        jQuery.mmenu searchfield addon CSS
*/

.mm-search,
.mm-search input {
    box-sizing: border-box;
}

.mm-menu > .mm-search {
    background: inherit;
    z-index: 3;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.mm-search {
    height: 40px;
    width: 100%;
    padding: 10px 10px 0 10px;
    position: absolute;
    top: 0;
    left: 0;
}

.mm-search input {
    border: none;
    border-radius: 25px;
    font: inherit;
    font-size: 14px;
    line-height: 25px;
    outline: none;
    display: block;
    width: 100%;
    height: 25px;
    margin: 0;
    padding: 0 10px;
}

.mm-search input::-ms-clear {
    display: none;
}

.mm-panel.mm-hassearch {
    padding-top: 40px;
}

.mm-panel.mm-hassearch.mm-hasheader {
    padding-top: 80px;
}

.mm-panel.mm-hassearch.mm-hasheader .mm-search {
    top: 40px;
}

.mm-noresultsmsg {
    text-align: center;
    font-size: 21px;
    display: none;
    padding: 40px 0;
}

.mm-noresults .mm-noresultsmsg {
    display: block;
}

.mm-noresults .mm-indexer {
    display: none !important;
}

.mm-menu li.mm-nosubresults > a.mm-next {
    display: none;
}

.mm-menu li.mm-nosubresults > a.mm-next + a,
.mm-menu li.mm-nosubresults > a.mm-next + span {
    padding-right: 10px;
}

.mm-menu.mm-hassearch .mm-panel,
.mm-menu.mm-hassearch .mm-fixeddivider {
    top: 40px;
}

.mm-menu .mm-search input {
    background: rgba(0, 0, 0, 0.05);
    color: rgba(0, 0, 0, 0.7);
}

.mm-menu .mm-noresultsmsg {
    color: rgba(0, 0, 0, 0.3);
}


/*
        jQuery.mmenu sectionIndexer addon CSS
*/

.mm-indexer {
    background: inherit;
    text-align: center;
    font-size: 12px;
    box-sizing: border-box;
    width: 20px;
    position: absolute;
    top: 10px;
    bottom: 10px;
    right: -100px;
    z-index: 3;
    -webkit-transition: right 0.4s ease;
    -moz-transition: right 0.4s ease;
    -ms-transition: right 0.4s ease;
    -o-transition: right 0.4s ease;
    transition: right 0.4s ease;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.mm-indexer a {
    text-decoration: none;
    display: block;
    height: 3.71%;
}

.mm-indexer ~ .mm-panel.mm-hasindexer {
    padding-right: 40px;
}

.mm-hasindexer .mm-indexer {
    right: 0;
}

.mm-hasindexer .mm-fixeddivider {
    right: 20px;
}

.mm-hasheader .mm-indexer {
    top: 50px;
}

.mm-hasfooter .mm-indexer {
    bottom: 50px;
}

.mm-hassearch .mm-indexer {
    top: 50px;
}

.mm-hassearch.mm-hasheader .mm-indexer {
    top: 90px;
}

.mm-menu .mm-indexer a {
    color: rgba(0, 0, 0, 0.3);
}


/*
        jQuery.mmenu toggles addon CSS
*/

input.mm-toggle,
input.mm-check {
    position: absolute;
    left: -10000px;
}

label.mm-toggle,
label.mm-check {
    margin: 0;
    position: absolute;
    bottom: 50%;
    z-index: 2;
}

label.mm-toggle:before,
label.mm-check:before {
    content: '';
    display: block;
}

label.mm-toggle {
    border-radius: 30px;
    width: 50px;
    height: 30px;
    margin-bottom: -15px;
}

label.mm-toggle:before {
    border-radius: 30px;
    width: 28px;
    height: 28px;
    margin: 1px;
}

input.mm-toggle:checked ~ label.mm-toggle:before {
    float: right;
}

label.mm-check {
    width: 30px;
    height: 30px;
    margin-bottom: -15px;
}

label.mm-check:before {
    border-left: 3px solid;
    border-bottom: 3px solid;
    width: 40%;
    height: 20%;
    margin: 25% 0 0 20%;
    opacity: 0.1;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

input.mm-check:checked ~ label.mm-check:before {
    opacity: 1;
}

label.mm-toggle,
label.mm-check {
    right: 20px;
}

label.mm-toggle + a,
label.mm-toggle + span {
    padding-right: 80px;
}

label.mm-check + a,
label.mm-check + span {
    padding-right: 60px;
}

a.mm-next + label.mm-toggle,
a.mm-next + label.mm-check {
    right: 60px;
}

a.mm-next + label.mm-toggle + a,
a.mm-next + label.mm-toggle + span,
a.mm-next + label.mm-check + a,
a.mm-next + label.mm-check + span {
    margin-right: 50px;
}

a.mm-next + label.mm-toggle + a,
a.mm-next + label.mm-toggle + span {
    padding-right: 70px;
}

a.mm-next + label.mm-check + a,
a.mm-next + label.mm-check + span {
    padding-right: 50px;
}

em.mm-counter + a.mm-next + label.mm-toggle,
em.mm-counter + a.mm-next + label.mm-check {
    right: 100px;
}

em.mm-counter + a.mm-next + label.mm-toggle + a,
em.mm-counter + a.mm-next + label.mm-toggle + span,
em.mm-counter + a.mm-next + label.mm-check + a,
em.mm-counter + a.mm-next + label.mm-check + span {
    margin-right: 90px;
}

.mm-menu label.mm-toggle {
    background: rgba(0, 0, 0, 0.1);
}

.mm-menu label.mm-toggle:before {
    background: #f3f3f3;
}

.mm-menu input.mm-toggle:checked ~ label.mm-toggle {
    background: #4bd963;
}

.mm-menu label.mm-check:before {
    border-color: rgba(0, 0, 0, 0.7);
}


/*
        jQuery.mmenu borderstyle extension CSS
*/

.mm-menu.mm-border-none .mm-listview > li:after,
.mm-listview.mm-border-none > li:after {
    content: none;
}

.mm-menu.mm-border-full .mm-listview > li:after,
.mm-listview.mm-border-full > li:after {
    left: 0 !important;
}


/*
        jQuery.mmenu effects extension CSS
*/

html.mm-effect-slide .mm-menu.mm-offcanvas {
    -webkit-transition: -webkit-transform 0.4s ease;
    transition: transform 0.4s ease;
}

html.mm-effect-slide.mm-opened .mm-menu.mm-offcanvas {
    -webkit-transform: translate3d(-30%, 0, 0);
    -moz-transform: translate3d(-30%, 0, 0);
    -ms-transform: translate3d(-30%, 0, 0);
    -o-transform: translate3d(-30%, 0, 0);
    transform: translate3d(-30%, 0, 0);
}

html.mm-effect-slide.mm-opening .mm-menu.mm-offcanvas {
    -webkit-transform: translate3d(0%, 0, 0);
    -moz-transform: translate3d(0%, 0, 0);
    -ms-transform: translate3d(0%, 0, 0);
    -o-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0);
}

html.mm-effect-slide.mm-right.mm-opened .mm-menu.mm-offcanvas {
    -webkit-transform: translate3d(30%, 0, 0);
    -moz-transform: translate3d(30%, 0, 0);
    -ms-transform: translate3d(30%, 0, 0);
    -o-transform: translate3d(30%, 0, 0);
    transform: translate3d(30%, 0, 0);
}

html.mm-effect-slide.mm-right.mm-opening .mm-menu.mm-offcanvas {
    -webkit-transform: translate3d(0%, 0, 0);
    -moz-transform: translate3d(0%, 0, 0);
    -ms-transform: translate3d(0%, 0, 0);
    -o-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0);
}

html.mm-effect-zoom-menu .mm-menu.mm-offcanvas {
    -webkit-transition: -webkit-transform 0.4s ease;
    -moz-transition: -moz-transform 0.4s ease;
    -ms-transition: -ms-transform 0.4s ease;
    -o-transition: -o-transform 0.4s ease;
    transition: transform 0.4s ease;
}

html.mm-effect-zoom-menu.mm-opened .mm-menu.mm-offcanvas {
    -webkit-transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
    -moz-transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
    -ms-transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
    -o-transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
    transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -ms-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}

html.mm-effect-zoom-menu.mm-opening .mm-menu.mm-offcanvas {
    -webkit-transform: scale(1, 1) translate3d(0%, 0, 0);
    -moz-transform: scale(1, 1) translate3d(0%, 0, 0);
    -ms-transform: scale(1, 1) translate3d(0%, 0, 0);
    -o-transform: scale(1, 1) translate3d(0%, 0, 0);
    transform: scale(1, 1) translate3d(0%, 0, 0);
}

html.mm-effect-zoom-menu.mm-right.mm-opened .mm-menu.mm-offcanvas {
    -webkit-transform: scale(0.7, 0.7) translate3d(30%, 0, 0);
    -moz-transform: scale(0.7, 0.7) translate3d(30%, 0, 0);
    -ms-transform: scale(0.7, 0.7) translate3d(30%, 0, 0);
    -o-transform: scale(0.7, 0.7) translate3d(30%, 0, 0);
    transform: scale(0.7, 0.7) translate3d(30%, 0, 0);
    -webkit-transform-origin: right center;
    -moz-transform-origin: right center;
    -ms-transform-origin: right center;
    -o-transform-origin: right center;
    transform-origin: right center;
}

html.mm-effect-zoom-menu.mm-right.mm-opening .mm-menu.mm-offcanvas {
    -webkit-transform: scale(1, 1) translate3d(0%, 0, 0);
    -moz-transform: scale(1, 1) translate3d(0%, 0, 0);
    -ms-transform: scale(1, 1) translate3d(0%, 0, 0);
    -o-transform: scale(1, 1) translate3d(0%, 0, 0);
    transform: scale(1, 1) translate3d(0%, 0, 0);
}

html.mm-effect-zoom-panels .mm-menu .mm-panel {
    -webkit-transform: scale(1.5, 1.5) translate3d(100%, 0, 0);
    -moz-transform: scale(1.5, 1.5) translate3d(100%, 0, 0);
    -ms-transform: scale(1.5, 1.5) translate3d(100%, 0, 0);
    -o-transform: scale(1.5, 1.5) translate3d(100%, 0, 0);
    transform: scale(1.5, 1.5) translate3d(100%, 0, 0);
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -ms-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
    -webkit-transition-property: -webkit-transform, left;
    -moz-transition-property: -moz-transform, left;
    -ms-transition-property: -ms-transform, left;
    -o-transition-property: -o-transform, left;
    transition-property: transform, left;
}

html.mm-effect-zoom-panels .mm-menu .mm-panel.mm-opened {
    -webkit-transform: scale(1, 1) translate3d(0%, 0, 0);
    -moz-transform: scale(1, 1) translate3d(0%, 0, 0);
    -ms-transform: scale(1, 1) translate3d(0%, 0, 0);
    -o-transform: scale(1, 1) translate3d(0%, 0, 0);
    transform: scale(1, 1) translate3d(0%, 0, 0);
}

html.mm-effect-zoom-panels .mm-menu .mm-panel.mm-opened.mm-subopened {
    -webkit-transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
    -moz-transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
    -ms-transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
    -o-transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
    transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
}


/*
        jQuery.mmenu fullscreen extension CSS
*/

.mm-menu.mm-fullscreen {
    width: 100%;
    min-width: 140px;
    max-width: 10000px;
}

html.mm-opening.mm-fullscreen .mm-slideout {
    -webkit-transform: translate(100%, 0);
    -moz-transform: translate(100%, 0);
    -ms-transform: translate(100%, 0);
    -o-transform: translate(100%, 0);
    transform: translate(100%, 0);
}

@media all and (max-width: 140px) {
    html.mm-opening.mm-fullscreen .mm-slideout {
        -webkit-transform: translate(140px, 0);
        -moz-transform: translate(140px, 0);
        -ms-transform: translate(140px, 0);
        -o-transform: translate(140px, 0);
        transform: translate(140px, 0);
    }
}

@media all and (min-width: 10000px) {
    html.mm-opening.mm-fullscreen .mm-slideout {
        -webkit-transform: translate(10000px, 0);
        -moz-transform: translate(10000px, 0);
        -ms-transform: translate(10000px, 0);
        -o-transform: translate(10000px, 0);
        transform: translate(10000px, 0);
    }
}

html.mm-right.mm-opening.mm-fullscreen .mm-slideout {
    -webkit-transform: translate(-100%, 0);
    -moz-transform: translate(-100%, 0);
    -ms-transform: translate(-100%, 0);
    -o-transform: translate(-100%, 0);
    transform: translate(-100%, 0);
}

@media all and (max-width: 140px) {
    html.mm-right.mm-opening.mm-fullscreen .mm-slideout {
        -webkit-transform: translate(-140px, 0);
        -moz-transform: translate(-140px, 0);
        -ms-transform: translate(-140px, 0);
        -o-transform: translate(-140px, 0);
        transform: translate(-140px, 0);
    }
}

@media all and (min-width: 10000px) {
    html.mm-right.mm-opening.mm-fullscreen .mm-slideout {
        -webkit-transform: translate(-10000px, 0);
        -moz-transform: translate(-10000px, 0);
        -ms-transform: translate(-10000px, 0);
        -o-transform: translate(-10000px, 0);
        transform: translate(-10000px, 0);
    }
}

.mm-menu.mm-fullscreen.mm-top,
.mm-menu.mm-fullscreen.mm-bottom {
    height: 100%;
    min-height: 140px;
    max-height: 10000px;
}

html.mm-opened.mm-fullscreen .mm-page {
    box-shadow: none !important;
}


/*
        jQuery.mmenu multiline extension CSS
*/

.mm-menu.mm-multiline .mm-listview > li > a,
.mm-menu.mm-multiline .mm-listview > li > span,
.mm-listview.mm-multiline > li .mm-listview > li.mm-multiline > a,
.mm-listview.mm-multiline > li .mm-listview > li.mm-multiline > span {
    text-overflow: clip;
    white-space: normal;
}


/*
        jQuery.mmenu pageshadow extension CSS
*/

.mm-menu.mm-pageshadow:after {
    content: "";
    display: block;
    width: 20px;
    height: 120%;
    position: absolute;
    left: 100%;
    top: -10%;
    z-index: 99;
}

.mm-menu.mm-pageshadow.mm-right:after {
    left: auto;
    right: 100%;
}

.mm-menu.mm-pageshadow.mm-next:after,
.mm-menu.mm-pageshadow.mm-front:after {
    content: none;
    display: none;
}

.mm-menu.mm-pageshadow:after {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}


/*
        jQuery.mmenu position extension CSS
*/

.mm-menu.mm-top,
.mm-menu.mm-bottom {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
}

.mm-menu.mm-right {
    left: auto;
    right: 0;
}

.mm-menu.mm-bottom {
    top: auto;
    bottom: 0;
}

html.mm-right.mm-opening .mm-slideout {
    -webkit-transform: translate(-80%, 0);
    -moz-transform: translate(-80%, 0);
    -ms-transform: translate(-80%, 0);
    -o-transform: translate(-80%, 0);
    transform: translate(-80%, 0);
}

@media all and (max-width: 175px) {
    html.mm-right.mm-opening .mm-slideout {
        -webkit-transform: translate(-140px, 0);
        -moz-transform: translate(-140px, 0);
        -ms-transform: translate(-140px, 0);
        -o-transform: translate(-140px, 0);
        transform: translate(-140px, 0);
    }
}

@media all and (min-width: 550px) {
    html.mm-right.mm-opening .mm-slideout {
        -webkit-transform: translate(-440px, 0);
        -moz-transform: translate(-440px, 0);
        -ms-transform: translate(-440px, 0);
        -o-transform: translate(-440px, 0);
        transform: translate(-440px, 0);
    }
}


/*
        jQuery.mmenu z-position extension CSS
*/

html.mm-front .mm-slideout {
    -webkit-transform: none !important;
    -moz-transform: none !important;
    -ms-transform: none !important;
    -o-transform: none !important;
    transform: none !important;
    z-index: 0 !important;
}

.mm-menu.mm-front {
    z-index: 1;
}

.mm-menu.mm-front,
.mm-menu.mm-next {
    -webkit-transition: -webkit-transform 0.4s ease;
    -ms-transition: -ms-transform 0.4s ease;
    transition: transform 0.4s ease;
    -webkit-transform: translate3d(-100%, 0, 0);
    -moz-transform: translate3d(-100%, 0, 0);
    -ms-transform: translate3d(-100%, 0, 0);
    -o-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
}

.mm-menu.mm-front.mm-right,
.mm-menu.mm-next.mm-right {
    -webkit-transform: translate3d(100%, 0, 0);
    -moz-transform: translate3d(100%, 0, 0);
    -ms-transform: translate3d(100%, 0, 0);
    -o-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
}

.mm-menu.mm-top {
    -webkit-transform: translate3d(0, -100%, 0);
    -moz-transform: translate3d(0, -100%, 0);
    -ms-transform: translate3d(0, -100%, 0);
    -o-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
}

.mm-menu.mm-bottom {
    -webkit-transform: translate3d(0, 100%, 0);
    -moz-transform: translate3d(0, 100%, 0);
    -ms-transform: translate3d(0, 100%, 0);
    -o-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
}

html.mm-opening .mm-menu.mm-front,
html.mm-opening .mm-menu.mm-next {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.mm-menu.mm-top,
.mm-menu.mm-bottom {
    height: 80%;
    min-height: 140px;
    max-height: 880px;
}


/*
        jQuery.mmenu themes extension CSS
*/

.mm-menu.mm-theme-dark {
    background: #333333;
    color: rgba(255, 255, 255, 0.8);
}

.mm-menu.mm-theme-dark .mm-header {
    border-color: rgba(0, 0, 0, 0.15);
}

.mm-menu.mm-theme-dark .mm-header > a {
    color: rgba(255, 255, 255, 0.4);
}

.mm-menu.mm-theme-dark .mm-header .mm-btn:before,
.mm-menu.mm-theme-dark .mm-header .mm-btn:after {
    border-color: rgba(255, 255, 255, 0.4);
}

.mm-menu.mm-theme-dark .mm-listview > li:after {
    border-color: rgba(0, 0, 0, 0.15);
}

.mm-menu.mm-theme-dark .mm-listview > li > a.mm-prev,
.mm-menu.mm-theme-dark .mm-listview > li > a.mm-next {
    color: rgba(255, 255, 255, 0.4);
}

.mm-menu.mm-theme-dark .mm-listview > li > a.mm-prev:before,
.mm-menu.mm-theme-dark .mm-listview > li > a.mm-next:after {
    border-color: rgba(255, 255, 255, 0.4);
}

.mm-menu.mm-theme-dark .mm-listview > li > a.mm-prev:after,
.mm-menu.mm-theme-dark .mm-listview > li > a.mm-next:before {
    border-color: rgba(0, 0, 0, 0.15);
}

.mm-menu.mm-theme-dark .mm-listview > li.mm-selected > a:not(.mm-next),
.mm-menu.mm-theme-dark .mm-listview > li.mm-selected > span {
    background: rgba(0, 0, 0, 0.1);
}

.mm-menu.mm-theme-dark.mm-vertical .mm-listview li.mm-opened > a.mm-next,
.mm-menu.mm-theme-dark.mm-vertical .mm-listview li.mm-opened > .mm-panel,
.mm-menu.mm-theme-dark .mm-listview li.mm-opened.mm-vertical > a.mm-next,
.mm-menu.mm-theme-dark .mm-listview li.mm-opened.mm-vertical > .mm-panel {
    background: rgba(255, 255, 255, 0.05);
}

.mm-menu.mm-theme-dark .mm-divider {
    background: rgba(255, 255, 255, 0.05);
}

.mm-menu.mm-theme-dark .mm-buttonbar {
    border-color: rgba(255, 255, 255, 0.8);
    background: #333333;
}

.mm-menu.mm-theme-dark .mm-buttonbar > * {
    border-color: rgba(255, 255, 255, 0.8);
}

.mm-menu.mm-theme-dark .mm-buttonbar > input:checked + label {
    background: rgba(255, 255, 255, 0.8);
    color: #333333;
}

.mm-menu.mm-theme-dark label.mm-check:before {
    border-color: rgba(255, 255, 255, 0.8);
}

.mm-menu.mm-theme-dark em.mm-counter {
    color: rgba(255, 255, 255, 0.4);
}

.mm-menu.mm-theme-dark .mm-footer {
    border-color: rgba(0, 0, 0, 0.15);
    color: rgba(255, 255, 255, 0.4);
}

.mm-menu.mm-theme-dark .mm-fixeddivider span {
    background: rgba(255, 255, 255, 0.05);
}

.mm-menu.mm-pageshadow.mm-theme-dark:after {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
}

.mm-menu.mm-theme-dark .mm-search input {
    background: rgba(255, 255, 255, 0.3);
    color: rgba(255, 255, 255, 0.8);
}

.mm-menu.mm-theme-dark .mm-noresultsmsg {
    color: rgba(255, 255, 255, 0.4);
}

.mm-menu.mm-theme-dark .mm-indexer a {
    color: rgba(255, 255, 255, 0.4);
}

.mm-menu.mm-theme-dark label.mm-toggle {
    background: rgba(0, 0, 0, 0.15);
}

.mm-menu.mm-theme-dark label.mm-toggle:before {
    background: #333333;
}

.mm-menu.mm-theme-dark input.mm-toggle:checked ~ label.mm-toggle {
    background: #4bd963;
}

.mm-menu.mm-theme-white {
    background: white;
    color: rgba(0, 0, 0, 0.6);
}

.mm-menu.mm-theme-white .mm-header {
    border-color: rgba(0, 0, 0, 0.1);
}

.mm-menu.mm-theme-white .mm-header > a {
    color: rgba(0, 0, 0, 0.3);
}

.mm-menu.mm-theme-white .mm-header .mm-btn:before,
.mm-menu.mm-theme-white .mm-header .mm-btn:after {
    border-color: rgba(0, 0, 0, 0.3);
}

.mm-menu.mm-theme-white .mm-listview > li:after {
    border-color: rgba(0, 0, 0, 0.1);
}

.mm-menu.mm-theme-white .mm-listview > li > a.mm-prev,
.mm-menu.mm-theme-white .mm-listview > li > a.mm-next {
    color: rgba(0, 0, 0, 0.3);
}

.mm-menu.mm-theme-white .mm-listview > li > a.mm-prev:before,
.mm-menu.mm-theme-white .mm-listview > li > a.mm-next:after {
    border-color: rgba(0, 0, 0, 0.3);
}

.mm-menu.mm-theme-white .mm-listview > li > a.mm-prev:after,
.mm-menu.mm-theme-white .mm-listview > li > a.mm-next:before {
    border-color: rgba(0, 0, 0, 0.1);
}

.mm-menu.mm-theme-white .mm-listview > li.mm-selected > a:not(.mm-next),
.mm-menu.mm-theme-white .mm-listview > li.mm-selected > span {
    background: rgba(0, 0, 0, 0.05);
}

.mm-menu.mm-theme-white.mm-vertical .mm-listview li.mm-opened > a.mm-next,
.mm-menu.mm-theme-white.mm-vertical .mm-listview li.mm-opened > .mm-panel,
.mm-menu.mm-theme-white .mm-listview li.mm-opened.mm-vertical > a.mm-next,
.mm-menu.mm-theme-white .mm-listview li.mm-opened.mm-vertical > .mm-panel {
    background: rgba(0, 0, 0, 0.03);
}

.mm-menu.mm-theme-white .mm-divider {
    background: rgba(0, 0, 0, 0.03);
}

.mm-menu.mm-theme-white .mm-buttonbar {
    border-color: rgba(0, 0, 0, 0.6);
    background: white;
}

.mm-menu.mm-theme-white .mm-buttonbar > * {
    border-color: rgba(0, 0, 0, 0.6);
}

.mm-menu.mm-theme-white .mm-buttonbar > input:checked + label {
    background: rgba(0, 0, 0, 0.6);
    color: white;
}

.mm-menu.mm-theme-white label.mm-check:before {
    border-color: rgba(0, 0, 0, 0.6);
}

.mm-menu.mm-theme-white em.mm-counter {
    color: rgba(0, 0, 0, 0.3);
}

.mm-menu.mm-theme-white .mm-footer {
    border-color: rgba(0, 0, 0, 0.1);
    color: rgba(0, 0, 0, 0.3);
}

.mm-menu.mm-theme-white .mm-fixeddivider span {
    background: rgba(0, 0, 0, 0.03);
}

.mm-menu.mm-pageshadow.mm-theme-white:after {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.mm-menu.mm-theme-white .mm-search input {
    background: rgba(0, 0, 0, 0.05);
    color: rgba(0, 0, 0, 0.6);
}

.mm-menu.mm-theme-white .mm-noresultsmsg {
    color: rgba(0, 0, 0, 0.3);
}

.mm-menu.mm-theme-white .mm-indexer a {
    color: rgba(0, 0, 0, 0.3);
}

.mm-menu.mm-theme-white label.mm-toggle {
    background: rgba(0, 0, 0, 0.1);
}

.mm-menu.mm-theme-white label.mm-toggle:before {
    background: white;
}

.mm-menu.mm-theme-white input.mm-toggle:checked ~ label.mm-toggle {
    background: #4bd963;
}

.mm-menu.mm-theme-black {
    background: black;
    color: rgba(255, 255, 255, 0.6);
}

.mm-menu.mm-theme-black .mm-header {
    border-color: rgba(255, 255, 255, 0.2);
}

.mm-menu.mm-theme-black .mm-header > a {
    color: rgba(255, 255, 255, 0.4);
}

.mm-menu.mm-theme-black .mm-header .mm-btn:before,
.mm-menu.mm-theme-black .mm-header .mm-btn:after {
    border-color: rgba(255, 255, 255, 0.4);
}

.mm-menu.mm-theme-black .mm-listview > li:after {
    border-color: rgba(255, 255, 255, 0.2);
}

.mm-menu.mm-theme-black .mm-listview > li > a.mm-prev,
.mm-menu.mm-theme-black .mm-listview > li > a.mm-next {
    color: rgba(255, 255, 255, 0.4);
}

.mm-menu.mm-theme-black .mm-listview > li > a.mm-prev:before,
.mm-menu.mm-theme-black .mm-listview > li > a.mm-next:after {
    border-color: rgba(255, 255, 255, 0.4);
}

.mm-menu.mm-theme-black .mm-listview > li > a.mm-prev:after,
.mm-menu.mm-theme-black .mm-listview > li > a.mm-next:before {
    border-color: rgba(255, 255, 255, 0.2);
}

.mm-menu.mm-theme-black .mm-listview > li.mm-selected > a:not(.mm-next),
.mm-menu.mm-theme-black .mm-listview > li.mm-selected > span {
    background: rgba(255, 255, 255, 0.3);
}

.mm-menu.mm-theme-black.mm-vertical .mm-listview li.mm-opened > a.mm-next,
.mm-menu.mm-theme-black.mm-vertical .mm-listview li.mm-opened > .mm-panel,
.mm-menu.mm-theme-black .mm-listview li.mm-opened.mm-vertical > a.mm-next,
.mm-menu.mm-theme-black .mm-listview li.mm-opened.mm-vertical > .mm-panel {
    background: rgba(255, 255, 255, 0.2);
}

.mm-menu.mm-theme-black .mm-divider {
    background: rgba(255, 255, 255, 0.2);
}

.mm-menu.mm-theme-black .mm-buttonbar {
    border-color: rgba(255, 255, 255, 0.6);
    background: black;
}

.mm-menu.mm-theme-black .mm-buttonbar > * {
    border-color: rgba(255, 255, 255, 0.6);
}

.mm-menu.mm-theme-black .mm-buttonbar > input:checked + label {
    background: rgba(255, 255, 255, 0.6);
    color: black;
}

.mm-menu.mm-theme-black label.mm-check:before {
    border-color: rgba(255, 255, 255, 0.6);
}

.mm-menu.mm-theme-black em.mm-counter {
    color: rgba(255, 255, 255, 0.4);
}

.mm-menu.mm-theme-black .mm-footer {
    border-color: rgba(255, 255, 255, 0.2);
    color: rgba(255, 255, 255, 0.4);
}

.mm-menu.mm-theme-black .mm-fixeddivider span {
    background: rgba(255, 255, 255, 0.2);
}

.mm-menu.mm-pageshadow.mm-theme-black:after {
    content: none;
    display: none;
}

.mm-menu.mm-theme-black .mm-search input {
    background: rgba(255, 255, 255, 0.3);
    color: rgba(255, 255, 255, 0.6);
}

.mm-menu.mm-theme-black .mm-noresultsmsg {
    color: rgba(255, 255, 255, 0.4);
}

.mm-menu.mm-theme-black .mm-indexer a {
    color: rgba(255, 255, 255, 0.4);
}

.mm-menu.mm-theme-black label.mm-toggle {
    background: rgba(255, 255, 255, 0.2);
}

.mm-menu.mm-theme-black label.mm-toggle:before {
    background: black;
}

.mm-menu.mm-theme-black input.mm-toggle:checked ~ label.mm-toggle {
    background: #4bd963;
}


/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */

.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
    padding: 0;
    margin: 0;
    border: 0;
    outline: none;
    vertical-align: top;
}

.fancybox-wrap {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 8020;
}

.fancybox-skin {
    position: relative;
    background: #f9f9f9;
    color: #444;
    text-shadow: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.fancybox-opened {
    z-index: 8030;
}

.fancybox-opened .fancybox-skin {
    -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer,
.fancybox-inner {
    position: relative;
}

.fancybox-inner {
    overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
    -webkit-overflow-scrolling: touch;
}

.fancybox-error {
    color: #444;
    font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin: 0;
    padding: 15px;
    white-space: nowrap;
}

.fancybox-image,
.fancybox-iframe {
    display: block;
    width: 100%;
    height: 100%;
}

.fancybox-image {
    max-width: 100%;
    max-height: 100%;
}

#fancybox-loading,
.fancybox-close,
.fancybox-prev span,
.fancybox-next span {
    background-image: url('/resource/images/public/fancybox_sprite.png');
}

#fancybox-loading {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -22px;
    margin-left: -22px;
    background-position: 0 -108px;
    opacity: 0.8;
    cursor: pointer;
    z-index: 8060;
}

#fancybox-loading div {
    width: 44px;
    height: 44px;
    background: url('/resource/images/public/fancybox_loading.gif') center center no-repeat;
}

.fancybox-close {
    position: absolute;
    top: -18px;
    right: -18px;
    width: 36px;
    height: 36px;
    cursor: pointer;
    z-index: 8040;
}

.fancybox-nav {
    position: absolute;
    top: 0;
    width: 40%;
    height: 100%;
    cursor: pointer;
    text-decoration: none;
    background: transparent url('/resource/images/public/blank.gif');
    /* helps IE */
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    z-index: 8040;
}

.fancybox-prev {
    left: 0;
}

.fancybox-next {
    right: 0;
}

.fancybox-nav span {
    position: absolute;
    top: 50%;
    width: 36px;
    height: 34px;
    margin-top: -18px;
    cursor: pointer;
    z-index: 8040;
    visibility: hidden;
}

.fancybox-prev span {
    left: 10px;
    background-position: 0 -36px;
}

.fancybox-next span {
    right: 10px;
    background-position: 0 -72px;
}

.fancybox-nav:hover span {
    visibility: visible;
}

.fancybox-tmp {
    position: absolute;
    top: -99999px;
    left: -99999px;
    visibility: hidden;
    max-width: 99999px;
    max-height: 99999px;
    overflow: visible !important;
}


/* Overlay helper */

.fancybox-lock {
    overflow: hidden !important;
    width: auto;
}

.fancybox-lock body {
    overflow: hidden !important;
}

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    display: none;
    z-index: 8010;
    background: url('/resource/images/public/fancybox_overlay.png');
}

.fancybox-overlay-fixed {
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 99999;
}

.fancybox-lock .fancybox-overlay {
    overflow: auto;
    overflow-y: scroll;
}


/* Title helper */

.fancybox-title {
    visibility: hidden;
    font: normal 13px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
    position: relative;
    text-shadow: none;
    z-index: 8050;
}

.fancybox-opened .fancybox-title {
    visibility: visible;
}

.fancybox-title-float-wrap {
    position: absolute;
    bottom: 0;
    right: 50%;
    margin-bottom: -35px;
    z-index: 8050;
    text-align: center;
}

.fancybox-title-float-wrap .child {
    display: inline-block;
    margin-right: -100%;
    padding: 2px 20px;
    background: transparent;
    /* Fallback for web browsers that doesn't support RGBa */
    background: rgba(0, 0, 0, 0.8);
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    text-shadow: 0 1px 2px #222;
    color: #FFF;
    font-weight: bold;
    line-height: 24px;
    white-space: nowrap;
}

.fancybox-title-outside-wrap {
    position: relative;
    margin-top: 10px;
    color: #fff;
}

.fancybox-title-inside-wrap {
    padding-top: 10px;
}

.fancybox-title-over-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    padding: 10px;
    background: #000;
    background: rgba(0, 0, 0, .8);
}


/*Retina graphics!*/

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min--moz-device-pixel-ratio: 1.5),
only screen and (min-device-pixel-ratio: 1.5) {
    #fancybox-loading,
    .fancybox-close,
    .fancybox-prev span,
    .fancybox-next span {
        background-image: url('/resource/images/public/fancybox_sprite@2x.png');
        background-size: 44px 152px;
        /*The size of the normal image, half the size of the hi-res image*/
    }
    #fancybox-loading div {
        background-image: url('/resource/images/public/fancybox_loading@2x.gif');
        background-size: 24px 24px;
        /*The size of the normal image, half the size of the hi-res image*/
    }
}

#leftBar,
#rightBar {
    width: 35px;
    background: #fff;
    position: fixed;
    height: 100%;
}

@media all and (max-width: 960px) {
    #leftBar,
    #rightBar {
        width: 15px;
    }
}

@media all and (max-width: 760px) {
    #leftBar,
    #rightBar {
        width: 10px;
    }
}

#rightBar {
    right: 0;
}

#bottomBar {
    height: 35px;
    width: 100%;
    position: fixed;
    background: #fff;
    bottom: 0;
}

#loader-team {
    position: relative;
    overflow: hidden;
    height: 65vh;
    width: 100%;
}

@media all and (max-width: 960px) {
    #bottomBar {
        height: 15px;
    }
}

@media all and (max-width: 760px) {
    #bottomBar {
        height: 10px;
    }
}

#wrapper {
    padding: 0 35px 35px 35px;
}

@media all and (max-width: 960px) {
    #wrapper {
        padding: 0 15px 15px 15px;
    }
}

@media all and (max-width: 760px) {
    #wrapper {
        padding: 0 10px 10px 10px;
    }
}

.ModifiedMenu {
    display: block;
    padding: 0px;
    background: #fff;
}

@media all and (max-width: 960px) {
    .ModifiedMenu {
        padding: 0 15px 0 15px;
    }
}

@media all and (max-width: 760px) {
    .ModifiedMenu {
        padding: 0 10px 0 10px;
    }
}

.ModifiedMenu #artsclublogo {
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
    top: 10px;
}

@media all and (max-width: 760px) {
    .ModifiedMenu #artsclublogo {
        top: 30px;
    }
}

.ModifiedMenu #contact {
    float: right;
    font-family: 'FairfieldLTW01-55Medium 706181';
    color: #666666;
    font-size: 12px;
    margin-top: 5px;
    margin-right: 0px;
}

@media all and (max-width: 1130px) {
    .ModifiedMenu #contact {
        margin-right: 0px;
    }
}

@media all and (max-width: 1024px) {
    .ModifiedMenu #contact {
        margin-top: 30px;
    }
}

@media all and (max-width: 760px) {
    .ModifiedMenu #contact {
        float: none;
        margin-top: 0;
        text-align: center;
        background: #f7f6f5;
        padding: 5px 0 5px 0;
    }
}

.ModifiedMenu #contact a:hover {
    color: #b7886f;
}

.ModifiedMenu #contact .dot {
    margin-left: 10px;
    margin-right: 10px;
}

@media all and (max-width: 1024px) and (min-width: 760px) {
    .ModifiedMenu #contact .dot {
        display: none;
    }
}

.ModifiedMenu #contact .break {
    display: none;
}

@media all and (max-width: 1024px) and (min-width: 761px) {
    .ModifiedMenu #contact .break {
        display: block;
    }
}

#subnavOzadje {
    background: url(/resource/images/public/new/navbg.jpg) repeat-x;
}
.ModifiedMenu nav.main {
    margin-top: 87px;
    text-align: center;
    position: relative;
}

@media all and (max-width: 1300px) {
    /*1024*/
    .ModifiedMenu nav.main,
    #subnavOzadje {
        display: none;
    }
}

.ModifiedMenu nav.main > ul {
    margin-left: -65px; /*without carrers margin-left: -20px;*/
}

.ModifiedMenu nav.main > ul > li {
    display: inline-block;
    font-weight: 500;
    font-size: 12px;
    font-family: 'SackersGothicW01-Light';
    line-height: 15px;
    text-transform: capitalize;
    margin-right: 20px;
}

.ModifiedMenu nav.main > ul > li:last-child {
    margin-right: 0;
}

.ModifiedMenu nav.main > ul > li:hover,
.ModifiedMenu nav.main > ul > li.active {
    color: #b7886f;
}

.ModifiedMenu nav.main > ul > li a {
    display: block;
}

.ModifiedMenu nav.main > ul > li ul {
    display: none;
}

.ModifiedMenu nav.main > ul > li:hover ul {
    padding-top: 11px;
    background: url(/resource/images/public/new/menu_arrow_new_2020.png) top center no-repeat;
    display: block;
    position: absolute;
    width: 150px;
    text-align: center;
    margin-left: -30px;
}

.ModifiedMenu nav.main > ul > li:hover ul li {
    text-align: center;
    display: list-item;
    padding: 5px;
}

.ModifiedMenu nav.main > ul > li:hover ul li a {
    text-align: center;
    color: #ffffff;
}

.ModifiedMenu nav.main #social-icons {
    position: absolute;
    right: 50px;
    top: 2px;
    height: 16px;
    overflow: hidden;
}

@media all and (max-width: 1400px) {
    .ModifiedMenu nav.main #social-icons {
        right: 0px;
    }
}

@media all and (max-width: 1300px) {
    .ModifiedMenu nav.main #social-icons {
        top: -20px;
    }
}

.ModifiedMenu nav.main #social-icons a {
    display: inline-block;
    height: 16px;
    width: 18px;
    background-position: 50% bottom !important;
    background-repeat: no-repeat !important;
}

.ModifiedMenu nav.main #social-icons a.tw {
    background: url(/resource/images/public/new/soc_twitter.png);
}

.ModifiedMenu nav.main #social-icons a.inst {
    background: url(/resource/images/public/new/soc_instagram_new.png);
}

.ModifiedMenu nav.main #social-icons a.fb {
    background: url(/resource/images/public/new/soc_facebook.png);
}

.ModifiedMenu nav.main #social-icons a:hover {
    background-position: 50% top !important;
}

.ModifiedMenu nav.subnav {
    height: 36px;
    margin-top: 7px;
    padding-top: 8px;
}

@media all and (max-width: 1300px) {
    /*1024*/
    .ModifiedMenu nav.subnav {
        display: none;
    }
}

.ModifiedMenu nav.subnav > ul.membership {
    margin-right: 80px;
}

.ModifiedMenu nav.subnav > ul > li {
    display: inline-block;
    font-weight: 500;
    font-size: 12px;
    font-family: 'SackersGothicW01-Light';
    line-height: 15px;
    text-transform: capitalize;
    margin-right: 0px;
    color: #666666;
}

.ModifiedMenu nav.subnav > ul > li:last-child {
    margin-right: 0;
}

.ModifiedMenu nav.subnav > ul > li:hover,
.ModifiedMenu nav.subnav > ul > li.active {
    color: #b7886f;
}

.ModifiedMenu nav.subnav > ul > li .third-lvl-menu {
    display: none;
    position: absolute;
    margin-left: -50px;
    background: url(/resource/images/public/new/menu_arrow_new.png) top center no-repeat;
    padding-top: 11px;
    width: 175px;
    padding: 0 15px 15px 15px;
}

.ModifiedMenu nav.subnav > ul > li .third-lvl-menu li {
    margin-bottom: 10px;
}

.ModifiedMenu nav.subnav > ul > li .third-lvl-menu li:last-child {
    margin-bottom: 0;
}

.ModifiedMenu nav.subnav > ul > li .third-lvl-menu li:first-child {
    margin-top: 25px;
}

.ModifiedMenu nav.subnav > ul > li .third-lvl-menu li a {
    color: #fff;
    display: block;
    font-size: 11px;
}

.ModifiedMenu nav.subnav > ul > li:hover .third-lvl-menu {
    display: block;
}

#wrapper > footer {
    border-top: 1px solid #b2b2b2;
    /*    display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;*/
    margin-top: 60px;
    text-align: center;
}

#wrapper > footer p.second-footer {
    font-size: 12px;
    margin-top: 10px;
}

#wrapper > footer > p {
    font-family: 'FairfieldLTW01-55Medium 706181';
}

#wrapper > footer section {
    /*    width: 33.33%;*/
    font-family: 'FairfieldLTW01-55Medium 706181';
    font-size: 12px;
    line-height: 1.5;
    display: inline-block;
    text-align: left;
    vertical-align: top;
}

#wrapper > footer section:last-child {
    margin-right: 0;
}

#wrapper > footer section:first-child a {
    color: #b7886f !important;
    text-decoration: underline;
}

@media all and (max-width: 760px) {
    #wrapper > footer section#twitter-feed {
        display: none;
    }
}

#wrapper > footer section .footerOpening {
    float: none;
    width: 100%;
}

#wrapper > footer section .footerOpening:last-child {
    float: none;
    margin-top: 15px;
}

@media all and (max-width: 1150px) {
    #wrapper > footer section .footerOpening:last-child {
        margin-top: 15px;
    }
}

@media all and (max-width: 1150px) {
    #wrapper > footer section .footerOpening {
        float: none !important;
        width: 100%;
    }
}

#wrapper > footer section .date {
    color: #666666;
}

#wrapper > footer section .tweet {
    margin-bottom: 15px;
}

#wrapper > footer section strong {
    font-weight: bold;
}

#wrapper > footer section header {
    margin-top: 30px;
    margin-bottom: 20px;
    font-family: 'SackersGothicW01-Light';
    font-size: 12px;
    text-transform: uppercase;
    color: #666666;
    letter-spacing: 2px;
}

#wrapper > footer section header span {
    color: #b7886f;
    font-family: 'FairfieldLTW01-55Medium 706181';
    text-transform: none;
}

a {
    color: inherit;
    text-decoration: none;
}

#hero {
    position: relative;
    overflow: hidden;
}

#hero .downButton {
    bottom: 0;
    /*width: 100%;*/
    text-align: center;
    left: 50%;
    transform: translateX(-50%);
    height: 32px;
    position: absolute;
    z-index: 999;
    cursor: pointer;
}

#hero .downButton img{
    width: 32px;
}

#hero .ble {
    position: absolute;
    top: 50%;
    margin-top: -25px;
    cursor: pointer;
    height: 50px;
    z-index: 10000;
}

#hero .ble.loadleft {
    left: 0;
}

#hero .ble.loadright {
    right: 0;
}

#hero #controls-wrapper.gallery {
    top: 30px;
}

#hero #slide-list {
    bottom: 40px;;
}

#hero2 {
    position: relative;
    overflow: hidden;
    height: 400px;
}

#hero2 .downButton {
    bottom: 0;
    /*width: 100%;*/
    text-align: center;
    left: 50%;
    height: 32px;
    position: absolute;
    z-index: 999;
}

#hero2 .downButton img{
    width: 32px;
}


#hero2 .ble {
    position: absolute;
    top: 50%;
    margin-top: -25px;
    cursor: pointer;
    height: 50px;
    z-index: 10000;
}

#hero2 .ble.loadleft {
    left: 0;
}

#hero2 .ble.loadright {
    right: 0;
}

#hero2 #controls-wrapper.gallery {
    top: 30px;
}

#hero2 #slide-list {
    bottom: 7% !important;
}

#slidecaption {
    padding: 10px 40px 10px 40px;
}

h4#slidecaption {
    text-align: center;
    color: #b7886f;
    font-family: 'FairfieldLTW01-55Medium 706181';
    font-size: 18px;
    text-transform: capitalize;
}

#controls-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
}

#controls-wrapper #prevslide {
    left: 0;
}

#controls-wrapper #nextslide {
    right: 0;
    background-position: -50px 0;
}

#controls-wrapper #controls {
    position: relative;
    height: 100%;
    width: 100%;
    z-index: 100;
    left: 0;
    display: -webkit-flex;
    -webkit-justify-content: center;
    -webkit-align-items: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

#controls-wrapper #controls #prevslide,
#controls-wrapper #controls #nextslide {
    position: absolute;
    width: 50px;
    height: 50px;
    background: url(/img/arrows.jpg);
    z-index: 100;
    cursor: pointer;
}

@media only screen and (max-width: 767px) {
    #controls-wrapper #controls #prevslide,
    #controls-wrapper #controls #nextslide {
        bottom: 10%;
        margin-bottom: -18px;
    }
}

@media only screen and (min-width: 768px) {
    #controls-wrapper #controls #prevslide,
    #controls-wrapper #controls #nextslide {
        top: 50%;
        margin-top: -25px;
    }
}

#controls-wrapper #controls h1 {
    font-family: 'SackersGothicW01-Light';
    text-align: center;
    text-transform: uppercase;
    color: #ffffff;
    letter-spacing: 24px;
    font-size: 24px;
    line-height: 3;
    text-shadow: 1px 1.5px 5px rgba(0, 0, 0, 0.75);
}

@media only screen and (max-width: 1028px) {
    #controls-wrapper #controls h1 {
        letter-spacing: 1px;
        font-size: 18px;
        line-height: 1.5;
    }
}

@media only screen and (width: 768px) {
    #controls-wrapper #controls h1 {
        font-size: 36px;
    }
}

@media only screen and (max-width: 767px) {
    #controls-wrapper #controls h1 {
        font-size: 24px;
    }
}

#controls-wrapper #controls #slide-list {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

#controls-wrapper #controls #slide-list li {
    background: url(/resource/images/public/new/dot.png);
    width: 8px;
    height: 8px;
    display: inline-block;
    margin: 5px;
    cursor: pointer;
}

#controls-wrapper #controls #slide-list li.current-slide {
    background: url(/resource/images/public/new/emptydot.png);
}

.hp {
    text-align: center;
    margin-top: 50px;
}

.hp h2 {
    font-size: 21px;
    letter-spacing: 21px;
    color: #b7886f;
    text-transform: uppercase;
    font-family: 'SackersGothicW01-Light';
    margin-bottom: 20px;
}

.hp p {
    line-height: 30px;
    font-family: 'FairfieldLTW01-55Medium 706181';
    font-size: 15px;
    width: 50%;
    margin: 0 auto 0 auto;
}

@media all and (max-width: 960px) {
    .hp p {
        width: 80%;
    }
}

#home-panels {
    display: -webkit-flex;
    -webkit-justify-content: center;
    -webkit-align-items: center;
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 1218px;
    margin: 30px auto 0 auto;
}

@media all and (max-width: 720px) {
    #home-panels {
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

#home-panels article {
    perspective: 1000;
    position: relative;
    width: calc(33% - 10px);
    margin-right: 20px;
    height: 330px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    /*&:hover .flipper, &.hover .flipper {
                        transform: rotateY(180deg);
                }
    */
}

#home-panels > a:not(:last-child) {
    margin-right: 15px;
}

#homeSection #home-panels article > div {
    height: 100%;
    overflow: hidden;
}

#homeSection #home-panels article {
    width: 100%;
}

#homeSection #home-panels article > div img {
    transform: scale(1.6);
    transition: 0.6s;
    transform-style: preserve-3d;
}

#homeSection #home-panels article:hover > div img {
    transform: scale(1.7);
}


#homeSection #home-panels.fix-position > a {
    width: calc(33% - 10px);
}

#home-panels article:last-child {
    margin-right: 0;
}

@media all and (max-width: 960px) and (min-width: 720px) {}

#home-panels article:hover .paneltitle {
    color: #b7886f;
}

@media all and (max-width: 960px) and (min-width: 720px) {
}

@media all and (max-width: 720px) {
    #home-panels {
        display: block;
    }
    #home-panels article {
        width: 100%;
        margin: 80px 0 0 0;
    }
}

#home-panels article .flipper {
    transition: 0.6s;
    transform-style: preserve-3d;
    position: relative;
    width: 100%;
    height: 330px;
    overflow: hidden;
    margin: 0 auto 0 auto;
    text-align: center;
}

#home-panels article .flipper:hover .back {
    opacity: 0.6;
}

#home-panels article .flipper:hover .front img {
    -webkit-transform: scale(1.05);
    /* Safari and Chrome */
    -moz-transform: scale(1.05);
    /* Firefox */
    -ms-transform: scale(1.05);
    /* IE 9 */
    -o-transform: scale(1.05);
    /* Opera */
    transform: scale(1.05);
}

#home-panels article header {
    text-align: center;
    font-family: 'SackersGothicW01-Light';
    color: inherit;
    text-transform: uppercase;
    font-size: 20px;
}

#home-panels article .front,
#home-panels article .back {
    position: absolute;
    top: 0;
    left: 0;
    width: auto;
    height: 330px;
    display: -webkit-flex;
    -webkit-justify-content: center;
    -webkit-align-items: center;
    display: flex;
    justify-content: center;
    align-items: center;
    transform-style: preserve-3d;
    backface-visibility: hidden;
    transition: 0.6s;
    text-align: center;
}

.contactSafari {
    display: -webkit-flex;
}

#home-panels article .front {
    z-index: 1;
    color: #fff;
    width:100%;
    /* for firefox 31 */
}

#home-panels article .front img {
    height: 330px;
    width: auto !important;
    margin: 0 auto 0 auto;
    transition: all 0.6s;
}

#home-panels article .back {
    z-index: 2;
    background: #000;
    color: #ffffff;
    opacity: 0;
    width: 100% !important;
    transition: all 0.3s;
}

#hp-icons {
    display: flex;
    justify-content: center;
    align-items: center;
    display: -webkit-flex;
    -webkit-justify-content: center;
    -webkit-align-items: center;
    max-width: 1218px;
    margin: 50px auto 40px auto;
}

@media all and (max-width: 960px) {
    #hp-icons {
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

#hp-icons div {
    color: #b7886f;
    text-transform: uppercase;
    font-family: 'SackersGothicW01-Light';
    overflow: hidden;
    font-size: 14px;
    text-align: center;
    margin-right: 20px;
    width: 15.2%;
}

@media all and (max-width: 960px) {
    #hp-icons div {
        width: 31%;
        margin-bottom: 20px;
    }
    #hp-icons div:nth-child(3) {
        margin-right: 0;
    }
}

@media all and (max-width: 720px) {
    #hp-icons div {
        width: 100%;
        margin: 0 0 20px 0;
    }
    #hp-icons div a {
        width: 100%;
    }
}

#hp-icons div:last-child {
    margin-right: 0;
}

#hp-icons div img {
    transition: 0.6s;
    max-width: 100%;
}

#hp-icons div:hover img {
    -webkit-transform: scale(1.05);
    /* Safari and Chrome */
    -moz-transform: scale(1.05);
    /* Firefox */
    -ms-transform: scale(1.05);
    /* IE 9 */
    -o-transform: scale(1.05);
    /* Opera */
    transform: scale(1.05);
}

.page {
    max-width: 1218px;
    margin: 30px auto 20px auto;
}

.page.fullw {
    width: 100% !important;
    max-width: none !important;
    text-align: center;
    margin-top: 0 !important;
}

.page h1 {
    color: #b7886f;
    font-family: 'SackersGothicW01-Light';
    font-size: 20px;
    letter-spacing: 21px;
    text-align: center;
}

@media all and (max-width: 1288px) {
    .page h1 {
        letter-spacing: 15px !important;
        font-size: 17px !important;
    }
}

.page .shortdesc {
    font-family: 'FairfieldLTW01-55Medium 706181';
    line-height: 1.5;
    text-align: center;
    font-size: 14px;
    margin-top: 15px;
}

.page .it-listing {
    display: -webkit-flex;
    -webkit-flex-wrap: wrap;
    -webkit-justify-content: center;
    -webkit-align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
}

.page .it-listing.top {
    align-items: flex-start;
}

.page .it-listing .info {
    font-family: 'SackersGothicW01-Light';
    font-size: 14px;
    color: #b7886f;
}

.page .it-listing a {
    display: inline-block;
    width: 33%;
}

@media all and (max-width: 960px) {
    .page .it-listing a {
        width: 50%;
    }
}

@media all and (max-width: 720px) {
    .page .it-listing a {
        width: 100%;
    }
}

.page .it-listing a.nope {
    display: none;
}

.page .it-listing .team {
    height: auto;
    overflow: hidden;
    border-bottom: 1px solid #b2b2b2;
    margin-bottom: 20px;
}

.page .it-listing .team img {
    max-width: 100%;
    max-height: 100%;
}

.page .it-listing .team .profimage {
    max-width: 90%;
    height: 160px;
    overflow: hidden;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px;
}

.page .it-listing .team .name {
    font-family: 'SackersGothicW01-Light';
    color: #b7886f;
    font-size: 14px;
    text-transform: uppercase;
    margin-bottom: 5px;
    margin-top: 5px;
}

.page .it-listing .team .position {
    font-family: 'SackersGothicW01-Light';
    color: #666666;
    font-size: 14px;
    text-transform: uppercase;
    line-height: 1.5;
    height: 70px;
}

.page .it-listing .team .desc {
    height: 43px;
    font-family: 'FairfieldLTW01-55Medium 706181';
    font-size: 14px;
    color: #000;
    overflow: hidden;
    line-height: 1.5;
}

.page .it-listing .team .desc p {
    margin-bottom: 10px;
}

.page .it-listing .team .rm {
    color: #b7886f;
    margin-top: 30px;
    text-transform: uppercase;
    font-size: 14px;
    margin-bottom: 15px;
}

.page .it-listing .team a {
    display: block;
}

.page .item-listing {
    display: -webkit-flex;
    -webkit-flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    -webkit-align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    margin-top: 20px;
}

.popravi-safari a article {
    /*width: 403px;*/
}

.page .item-listing.top {
    align-items: flex-start;
    -webkit-align-items: flex-start;
}

.page .item-listing a {
    display: inline-block;
    overflow: hidden !important;
    width: 33%;
}

.page .contact-artsclub a {
    width: 100%;
}

@media all and (max-width: 960px) {
    .page .item-listing a {
        width: 50%;
    }
}

@media all and (max-width: 720px) {
    .page .item-listing a {
        width: 100%;
    }
}

.page .item-listing a.nope {
    display: none;
}

.page .item-listing a article {
    min-height: 393px;
    display: -webkit-flex;
    -webkit-justify-content: center;
    -webkit-align-items: center;
    display: flex;
    justify-content: center;
    align-items: center;
    background-size: cover;
    background-position: center center;
    margin: 10px;
    background-color: #fff;
    position: relative;
    overflow: hidden;
    text-align: center;
    padding-bottom:90px;
}

.page .item-listing a article > img {
    /*position: absolute;*/
    /*height: 333px !important;*/
    width: 100% !important;
    transition: all 0.6s;
    /*top: 0;
    left: 0;*/
    object-fit:cover;
}

.page .item-listing a article:hover h2 {
    color: #b7886f;
}

/*.item-listing a article > img {
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -ms-transform: scale(1.3);
    -o-transform: scale(1.3);
    transform: scale(1.3);
}*/

.item-listing a article:hover > img {
    -webkit-transform: scale(1.05);
    /* Safari and Chrome */
    -moz-transform: scale(1.05);
    /* Firefox */
    -ms-transform: scale(1.05);
    /* IE 9 */
    -o-transform: scale(1.05);
    /* Opera */
    transform: scale(1.05);
}

.page .item-listing a article header {
    font-family: 'SackersGothicW01-Light';
    font-size: 20px;
    text-transform: uppercase;
    color: #ffffff;
    padding: 5px;
    background-color: #fff;
    text-align: center;
    transition: all 0.6s;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 78px;
    display: -webkit-flex;
    -webkit-justify-content: center;
    -webkit-align-items: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.page .item-listing a article header h2 {
    display: block;
    color: #000;
    font-size: 14px;
}

.page .item-listing article.link {
    width: 33.33%;
    padding: 10px;
    display: inline-block;
}

@media all and (max-width: 960px) {
    .page .item-listing article.link {
        width: 50%;
    }
}

@media all and (max-width: 720px) {
    .page .item-listing article.link {
        width: 100%;
    }
}

.page .item-listing article.link p.title {
    font-size: 14px;
    text-transform: uppercase;
    font-family: 'SackersGothicW01-Light';
    color: #b7886f;
}

.page .item-listing article.link .desc {
    font-family: 'FairfieldLTW01-55Medium 706181';
    font-size: 14px;
    line-height: 1.5;
    margin: 10px 0 10px 0;
}

.page .item-listing article.link .lnk {
    font-family: 'FairfieldLTW01-55Medium 706181';
    font-size: 14px;
    line-height: 1.5;
    color: #b7886f;
}

.page .item-listing article.rate {
    width: 33%;
    padding: 10px;
    display: inline-block;
}

@media all and (max-width: 960px) {
    .page .item-listing article.rate {
        width: 50%;
    }
}

@media all and (max-width: 720px) {
    .page .item-listing article.rate {
        width: 100%;
    }
}

.page .item-listing article.rate .rateimg {
    width: 100%;
    text-align: center;
}

.page .item-listing article.rate .rateimg img {
    width: 242px;
    height: 242px;
    margin: 0 auto 0 auto !important;
    display: block;
}

.page .item-listing article.rate header {
    text-align: center;
}

.page .item-listing article.rate header h2 {
    color: #b7886f;
    font-family: 'SackersGothicW01-Light';
    font-size: 16px;
    margin-bottom: 15px;
    margin-top: 15px;
}

.page .item-listing article.rate header p {
    line-height: 1.5;
    font-family: 'FairfieldLTW01-55Medium 706181';
    font-size: 14px;
}

.page .item-listing article.rate header .desc {
    height: 100px;
}

.page .item-listing article.rate header .price {
    font-weight: bold;
}

.page .item-listing article.rate .apply-btn {
    padding: 10px 30px 10px 30px;
    border: 1px solid #b7886f;
    font-family: 'SackersGothicW01-Light';
    display: block;
    color: #b7886f;
    width: 100%;
    text-align: center;
    margin-top: 20px;
}

.page .item-listing article.rate .apply-btn:hover {
    background: #b7886f;
    color: #fff;
}

.page .item-listing .item {
    width: 48%;
    padding: 10px;
}

.page .item-listing .item:first-child {
    margin-right: 4%;
}

@media all and (max-width: 960px) {
    .page .item-listing .item {
        width: 48%;
    }
}

@media all and (max-width: 720px) {
    .page .item-listing .item {
        width: 100%;
    }
    .page .item-listing .item:first-child {
        margin-right: 0;
    }
}

.page .isotope-listing article {
    width: 30%;
    margin: 1%;
}

@media all and (max-width: 960px) {
    .page .isotope-listing article {
        width: 48%;
    }
}

@media all and (max-width: 720px) {
    .page .isotope-listing article {
        width: 98%;
    }
}

.page .isotope-listing article.team {
    border-bottom: 1px solid #b2b2b2;
    margin-bottom: 20px;
}

.page .isotope-listing article.team img {
    width: 100%;
}

.page .isotope-listing article.team .name {
    font-family: 'SackersGothicW01-Light';
    color: #b7886f;
    font-size: 14px;
    text-transform: uppercase;
    margin-bottom: 5px;
    margin-top: 5px;
}

.page .isotope-listing article.team .position {
    font-family: 'SackersGothicW01-Light';
    color: #666666;
    font-size: 14px;
    text-transform: uppercase;
    line-height: 1.5;
    height: 50px;
}

.page .isotope-listing article.team .desc {
    min-height: 52px;
    font-family: 'FairfieldLTW01-55Medium 706181';
    font-size: 14px;
    color: #000;
    overflow: hidden;
    line-height: 1.5;
}

.page .isotope-listing article.team .desc p {
    margin-bottom: 10px;
}

.page .isotope-listing article.team .rm {
    color: #b7886f;
    margin-top: 30px;
    text-transform: uppercase;
    font-size: 14px;
    margin-bottom: 15px;
}

.page .isotope-listing article.team a {
    display: block;
    margin-top: -20px;
}

.fix-height {
    min-height: 70px;
}

.page .button-controls {
    text-align: center;
    margin-top: 20px;
}

#news-article strong {
    font-weight: 700;
}

.page button.load-more,
.page button.load-morex {
    color: #b7886f;
    font-family: 'SackersGothicW01-Light';
    border: 1px solid #b7886f;
    font-size: 13px;
    background: #ffffff;
    cursor: pointer;
    padding: 10px 40px 10px 40px;
    width: 270px;
    margin: 0 auto 0 auto;
}

.page button.load-more:hover,
.page button.load-morex:hover {
    background: #b7886f;
    color: #fff;
}

.rateinfo {
    font-family: 'FairfieldLTW01-55Medium 706181';
    font-size: 14px;
    line-height: 1.5;
    margin-top: 30px;
    text-align: center;
}

#news-article {
    max-width: 750px;
    margin: 30px auto 0 auto;
}

#news-article.art-fl {
    float: left !important;
    margin: 0 0 20px 0 !important;
    width: 70% !important;
}

@media all and (max-width: 960px) {
    #news-article.art-fl {
        float: none !important;
        margin: 0 auto 0 auto;
        width: 100% !important;
    }
}

#news-article h2 {
    text-align: center;
    color: #b7886f;
    font-family: 'SackersGothicW01-Light';
    font-size: 17px;
}

#news-article aside {
    margin-top: 20px;
    font-family: 'FairfieldLTW01-55Medium 706181';
    font-size: 14px;
    line-height: 1.5;
}

#news-article aside p {
    margin-bottom: 15px;
}

#news-article aside a {
    color: #b7886f;
}

#book-article {
    max-width: 1218px;
    margin: 30px auto 0 auto;
    overflow: hidden;
}

@media all and (max-width: 960px) {
    #book-article {
        overflow: visible;
    }
}

#book-article #booking-form {
    float: right;
    width: 30%;
    background: #f9f6f1;
    padding: 20px;
    text-align: center;
}

@media all and (max-width: 960px) {
    #book-article #booking-form {
        float: none !important;
        margin: 50px auto 0 auto;
        width: 430px;
    }
}

@media all and (max-width: 720px) {
    #book-article #booking-form {
        width: 100%;
        float: none !important;
        margin: 50px auto 0 auto;
    }
}

#book-article #booking-form header {
    font-family: 'SackersGothicW01-Light';
    font-size: 17px;
    color: #b7886f;
    margin-bottom: 30px;
}

#book-article #booking-form ul li {
    margin-bottom: 15px;
}

#book-article #booking-form ul li a {
    font-family: 'SackersGothicW01-Light';
    color: #666666;
    font-size: 14px;
}

#book-article #booking-form ul li a:hover,
#book-article #booking-form ul li a.active {
    color: #b7886f;
}

#book-article #booking-form form {
    width: 80%;
    margin: 0 auto 0 auto;
}

#book-article #booking-form form div {
    display: -webkit-flex;
    -webkit-align-items: center;
    display: flex;
    align-items: center;
}

#book-article #booking-form form div input {
    width: 48% !important;
}

#book-article #booking-form form div select {
    width: 48% !important;
    margin-left: 4%;
    padding: 4px 5px 4px 5px;
}

#book-article #booking-form input[type=text],
#book-article #booking-form select, #book-article #booking-form textarea {
    border: 1px solid #cccccc;
    padding: 5px;
    font-family: 'FairfieldLTW01-55Medium 706181';
    font-size: 14px;
    color: #bbbbbb;
    display: block;
    margin-bottom: 20px;
    width: 100%;
}

#book-article #booking-form input[type=submit] {
    border: 1px solid #b7886f;
    color: #b7886f;
    font-family: 'SackersGothicW01-Light';
    background: none;
    font-size: 12px;
    width: 100%;
    padding: 5px;
    cursor: pointer;
}

#book-article #booking-form input[type=submit]:hover {
    background: #b7886f;
    color: #fff;
}

#art-controls {
    border-top: 1px solid #b7886f;
    text-align: center;
    max-width: 750px;
    margin: 30px auto 0 auto;
    padding-top: 30px;
}

#art-controls .back-button {
    color: #b7886f;
    font-family: 'SackersGothicW01-Light';
    border: 1px solid #b7886f;
    font-size: 13px;
    background: #ffffff;
    cursor: pointer;
    padding: 10px 40px 10px 40px;
    width: 270px;
    margin: 0 auto 0 auto;
    text-transform: uppercase;
}

#art-controls .back-button:hover {
    background: #b7886f;
    color: #fff;
}

#enq_form {
    background: #f9f6f1;
    padding: 15px 30px 15px 30px;
    text-align: center;
}

#enq_form h1 {
    margin-bottom: 15px;
}

#enq_form p {
    font-family: 'FairfieldLTW01-55Medium 706181';
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 20px;
}

#enq_form input[type=text],
#enq_form textarea {
    width: 100%;
    margin-bottom: 20px;
    font-family: 'FairfieldLTW01-55Medium 706181';
    font-size: 14px;
    padding: 10px;
    display: block;
    border: 0;
}

#enq_form textarea {
    height: 100px;
}

#enq_form input[type=submit] {
    border: 1px solid #b7886f;
    padding: 10px;
    font-family: 'SackersGothicW01-Light';
    font-size: 14px;
    background: none;
    color: #b7886f;
    cursor: pointer;
}

#enq_form input[type=submit]:hover {
    background: #b7886f;
    color: #fff;
}

#enq_info h2 {
    font-family: 'SackersGothicW01-Light';
    font-size: 14px;
    text-transform: uppercase;
    color: #b7886f;
    margin-bottom: 15px;
}

#enq_info p {
    font-family: 'FairfieldLTW01-55Medium 706181';
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 15px;
}
#enq_info p.social {
    font-size: 0px;
}
#enq_info p.social a {
    display: inline-block;
    width: 25px;
}

.notValidated {
    border-left: 3px solid red !important;
}

.filter,
.filterx {
    margin-left: 10px;
    margin-right:10px;
    margin-top: 25px;
    display: -webkit-flex;
    -webkit-align-items: flex-start;
    display: flex;
    align-items: flex-start;
}

.filter p,
.filterx p {
    /*width: 32%;*/
    margin-right: 20px;
}

.filter p:last-child,
.filterx p:last-child {
    margin-right: 0;
}

.filter select,
.filterx select,
.filter input[type=text],
.filterx input[type=text] {
    height: 35px;
}

.filter select,
.filterx select {
    border: 1px solid #b7886f;
    padding: 5px 30px 5px 30px;
    color: #b7886f;
    font-family: 'SackersGothicW01-Light';
    font-size: 14px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    cursor: pointer;
    width: 100%;
    background: url('/resource/images/public/new/dropdown_new.png') no-repeat 95% 50%;
}

.filter input[type=text],
.filterx input[type=text] {
    border: 1px solid #b7886f;
    padding: 5px 30px 5px 30px;
    color: #b7886f;
    font-family: 'SackersGothicW01-Light';
    font-size: 14px;
    cursor: pointer;
    width: 100%;
}

#reg_content {
    max-width: 1218px;
}

.curators {
    overflow: hidden;
    line-height: 1.5;
    font-size: 14px;
    font-family: 'FairfieldLTW01-55Medium 706181';
    text-align: center;
    padding-top: 30px;
}

.curators img {
    max-width: 100%;
    display: block;
    margin: 0 auto 10px auto;
}

.curators .cur_l {
    display: inline-block;
    width: 50%;
    padding: 0px 25px;
    font-size: 14px;
}

@media all and (max-width: 720px) {
    .curators .cur_l {
        width: 100%;
        margin-bottom: 30px;
    }
}

.curators .cur_r {
    display: inline-block;
    width: 50%;
    padding: 0px 25px;
    font-size: 14px;
}

@media all and (max-width: 720px) {
    .curators .cur_r {
        width: 100%;
    }
}

.curators h2 {
    color: #b7886f;
    font-family: 'SackersGothicW01-Light';
    font-size: 14px;
    text-align: center;
}

.curators a {
    text-align: center;
    display: block;
    font-family: 'SackersGothicW01-Light';
    font-size: 12px;
}

.curators div {
    margin-top: 25px;
    text-align: left;
    vertical-align: top;
}

.curators div p {
    margin-bottom: 15px;
}

.food {
    max-width: 1218px;
    margin: 15px auto 0 auto;
    display: -webkit-flex;
    -webkit-flex-wrap: wrap;
    -webkit-justify-content: center;
    -webkit-align-items: center;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
}

.food a {
    width: 30%;
    padding: 10px;
    display: inline-block;
    margin-bottom: 10px;
}

@media all and (max-width: 720px) {
    .food a {
        width: 100%;
    }
}

.food a article {
    border-bottom: 1px solid #b2b2b2;
}

.food a article img {
    width: 100%;
}

.food a article header {
    height: 120px;
    text-align: center;
}

.food a article header h3 {
    font-family: 'SackersGothicW01-Light';
    color: #b7886f;
    font-size: 14px;
    margin-top: 5px;
}

.food a article header p {
    margin-top: 10px;
    font-family: 'FairfieldLTW01-55Medium 706181';
    font-size: 14px;
    line-height: 1.5;
}

.wine-sf {
    font-size: 14px;
    max-width: 750px;
    margin: 20px auto 0 auto;
    text-align: center;
}

.wine-sf p {
    line-height: 1.5;
    font-family: 'FairfieldLTW01-55Medium 706181';
    margin-bottom: 15px;
}

.wine-sf p a {
    color: #b7886f;
}

.wine-sf h2 {
    font-family: 'SackersGothicW01-Light';
    color: #b7886f;
    font-size: 14px;
    margin-bottom: 20px;
    margin-top: 30px;
}

.wines {
    max-width: 1218px;
    margin: 30px auto 0 auto;
    display: -webkit-flex;
    -webkit-justify-content: center;
    -webkit-flex-wrap: wrap;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.wines > div {
    width: 24%;
    font-size: 14px;
    text-align: center;
    display: inline-block;
    padding: 10px;
}

.wines > div img {
    max-width: 100%;
}

@media all and (max-width: 960px) {
    .wines > div {
        width: 50%;
    }
}

@media all and (max-width: 720px) {
    .wines > div {
        width: 100%;
    }
}

.wines > div h2 {
    font-family: 'SackersGothicW01-Light';
    color: #b7886f;
    text-align: left;
    text-transform: uppercase;
    margin-top: 10px;
    height: 40px;
    font-size: 14px;
}

.wines > div .author,
.wines > div div {
    font-family: 'FairfieldLTW01-55Medium 706181';
    line-height: 1.5;
    text-align: left;
}

.wines > div .author {
    margin-bottom: 20px;
    text-transform: uppercase;
    color: #666666;
    font-size: 12px;
    height: 20px;
    font-family: 'SackersGothicW01-Light';
}

.wines > div img {
    width: 100%;
}

@media all and (max-width: 1300px) {
    /*960*/
    #mobilemenu {
        position: absolute;
        top: 40px;
        cursor: pointer;
    }
}

@media all and (min-width: 1300px) {
    /*961*/
    #mobilemenu {
        display: none;
    }
}

@media all and (min-width: 1300px) {
    /*961*/
    #mobileM {
        display: none;
    }
}

#mobile_menu {
    display: none;
}

#mobile_menu.vis {
    position: absolute;
    display: block;
    width: 100%;
    background: #b7886f;
    top: 0;
    left: 0;
    padding-top: 50px;
}

#mobile_menu #closebtn {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
}

#mobile_menu li {
    margin: 5px 10px 0px 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #9c7222;
}

#mobile_menu li.sub {
    background: url(/resource/images/public/new/menuarrow.png) no-repeat 95% 50%;
}

#mobile_menu li a {
    color: #fff;
    font-family: 'SackersGothicW01-Light';
    font-size: 26px;
    display: block;
}

.mm-title {
    color: #fff !important;
    font-family: 'SackersGothicW01-Light';
    font-size: 20px;
}

#form_submit_enq {
    padding-left: 30px !important;
    padding-right: 30px !important;
}

@media all and (min-width: 960px) {
    #form_submit_enq {
        width: 60% !important;
        letter-spacing: 7px !important;
    }
}

#form_submit_enq:hover {
    background: #b7886f !important;
    color: #fff !important;
}

#loginform {
    background: #f9f6f1;
    padding: 30px 0 30px 0;
}

@media all and (min-width: 961px) {
    #loginform {
        min-height: 500px;
        padding-top: 90px !important;
    }
}

#login_form {
    text-align: center;
    margin-top: 15px !important;
}

@media all and (min-width: 961px) {
    #login_form {
        max-width: 360px;
        margin: 0 auto 0 auto;
    }
}

#login_form input[type=text],
#login_form input[type=password] {
    border: 1px solid #cccccc;
    padding: 5px;
    font-family: 'FairfieldLTW01-55Medium 706181';
    font-size: 14px;
    color: #bbbbbb;
    display: block;
    margin-bottom: 20px;
    width: 100%;
}

#login_form input[type=submit] {
    border: 1px solid #b7886f;
    color: #b7886f;
    font-family: 'SackersGothicW01-Light';
    background: none;
    font-size: 12px;
    width: 100%;
    padding: 5px;
    cursor: pointer;
}

@media all and (min-width: 961px) {
    #login_form input[type=submit] {
        width: 160px;
        margin: 0 auto 0 auto;
    }
}

#login_form input[type=submit]:hover {
    background: #b7886f;
    color: #fff;
}

.form_info {
    font-family: 'FairfieldLTW01-55Medium 706181';
    font-size: 14px;
    margin-top: 10px;
}

.rest_of_it {
    line-height: 1.5;
    font-family: 'FairfieldLTW01-55Medium 706181';
    font-size: 14px;
    margin-top: 40px;
}

.rest_of_it a {
    color: #b7886f;
    text-decoration: underline;
}

.validationErrors {
    margin-top: 15px;
    color: red;
    font-family: 'FairfieldLTW01-55Medium 706181';
    font-size: 14px;
}

#successRequest {
    margin-top: 15px;
    font-family: 'FairfieldLTW01-55Medium 706181';
    font-size: 14px;
}

#menuloginbtn {
    text-transform: capitalize;
    color: #b7886f;
}

.member_left {
    width: 30%;
    float: left;
}

@media all and (max-width: 960px) {
    .member_left {
        float: none;
        width: 100%;
        margin-bottom: 30px;
    }
}

.member_right {
    width: 65%;
    float: right;
    text-align: left;
}

@media all and (max-width: 960px) {
    .member_right {
        float: none;
        width: 100%;
    }
}

.member_right h2 {
    text-align: inherit;
    text-transform: uppercase;
    color: #b7886f;
    font-size: 18px;
    font-family: 'SackersGothicW01-Light';
}

.member_right .company {
    color: #666666;
    font-family: 'SackersGothicW01-Light';
    text-transform: uppercase;
    font-size: 14px;
    margin-top: 5px;
    margin-bottom: 0;
}

.member_right .url {
    font-family: 'FairfieldLTW01-55Medium 706181';
    color: #b7886f;
    border-bottom: 1px solid #b2b2b2;
    padding-bottom: 15px;
    margin-bottom: 25px;
}

.member_right .desc {
    font-family: 'FairfieldLTW01-55Medium 706181';
    font-size: 14px;
    line-height: 1.5;
}

.member_right .desc p {
    font-family: 'FairfieldLTW01-55Medium 706181';
    font-size: 14px;
    line-height: 1.5;
}

.member_right .contact-req {
    border: 1px solid #b7886f;
    color: #b7886f;
    font-family: 'SackersGothicW01-Light';
    font-size: 14px;
    margin-top: 25px;
    padding: 5px 20px 5px 20px;
    display: block;
    width: 300px;
}

.member_right .contact-req:hover {
    background: #b7886f;
    color: #fff;
}

.member_right ul {
    width: 100%;
}

.member_right ul li {
    margin-bottom: 10px;
}

.member_right ul li label,
.member_right ul li input,
.member_right ul li textarea {
    font-family: 'FairfieldLTW01-55Medium 706181';
    display: inline-block;
    font-size: 14px;
}

.member_right ul li label {
    width: 130px;
    float: left;
    margin-top: 7px;
}

.member_right ul li input,
.member_right ul li textarea {
    border: 1px solid #b7886f;
    padding: 5px 5px 5px 5px;
}

.member_right ul li input[type=text],
.member_right ul li input[type=password] {
    width: 300px;
}

@media all and (max-width: 720px) {
    .member_right ul li input[type=text] {
        width: 100% !important;
    }
}

.member_right ul li input[type=checkbox] {
    margin-top: 10px;
}

.member_right ul li textarea {
    width: 600px;
    height: 150px;
}

@media all and (max-width: 720px) {
    .member_right ul li textarea {
        width: 100% !important;
    }
}

.member_right .update-prof {
    border: 1px solid #b7886f;
    color: #b7886f;
    font-family: 'SackersGothicW01-Light';
    font-size: 14px;
    margin-top: 25px;
    padding: 5px 20px 5px 20px;
    display: block;
    width: 200px;
}

@media all and (min-width: 961px) {
    .member_right .update-prof {
        margin-left: 100px;
    }
}

.member_right .update-prof:hover {
    background: #b7886f;
    color: #fff;
}

.paneltitle {
    font-family: 'SackersGothicW01-Light';
    color: #000;
    font-size: 14px;
    margin: 15px 5px;
}

.profileImage {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.profileImage .ov {
    position: absolute;
    display: block;
    bottom: 0;
    left: 0;
    max-width: 100%;
    cursor: pointer;
}

.insta {
    width: 100%;
}

.insta p {
    color: #000;
    font-size: 14px;
    display: inline-block;
    height: 20px;
}

.insta img {
    vertical-align: middle;
    margin-right: 5px;
}

.insta span {
    display: inline-block;
    height: 20px;
}


/*
 * 
 * Datepicker
 */


/*! jQuery UI - v1.11.4 - 2015-06-30
* http://jqueryui.com
* Includes: core.css, draggable.css, resizable.css, selectable.css, sortable.css, accordion.css, autocomplete.css, button.css, datepicker.css, dialog.css, menu.css, progressbar.css, selectmenu.css, slider.css, spinner.css, tabs.css, tooltip.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Verdana%2CArial%2Csans-serif&fwDefault=normal&fsDefault=1.1em&cornerRadius=0px&bgColorHeader=%23f9f6f1&bgTextureHeader=highlight_soft&bgImgOpacityHeader=90&borderColorHeader=%23fff&fcHeader=%23666666&iconColorHeader=%23444&bgColorContent=%23fff&bgTextureContent=flat&bgImgOpacityContent=75&borderColorContent=%23cccccc&fcContent=%23000&iconColorContent=%23222222&bgColorDefault=%23fff&bgTextureDefault=flat&bgImgOpacityDefault=75&borderColorDefault=%23c6902b&fcDefault=%23000&iconColorDefault=%23fff&bgColorHover=%23c6902b&bgTextureHover=flat&bgImgOpacityHover=75&borderColorHover=%23c6902b&fcHover=%23fff&iconColorHover=%23fff&bgColorActive=%23c6902b&bgTextureActive=flat&bgImgOpacityActive=65&borderColorActive=%23c6902b&fcActive=%23fff&iconColorActive=%23454545&bgColorHighlight=%23fbf9ee&bgTextureHighlight=glass&bgImgOpacityHighlight=55&borderColorHighlight=%23fcefa1&fcHighlight=%23363636&iconColorHighlight=%232e83ff&bgColorError=%23fef1ec&bgTextureError=glass&bgImgOpacityError=95&borderColorError=%23cd0a0a&fcError=%23cd0a0a&iconColorError=%23cd0a0a&bgColorOverlay=%23aaaaaa&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=%23aaaaaa&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=8px&offsetTopShadow=-8px&offsetLeftShadow=-8px&cornerRadiusShadow=8px
* Copyright 2015 jQuery Foundation and other contributors; Licensed MIT */


/* Layout helpers
----------------------------------*/

.ui-helper-hidden {
    display: none;
}

.ui-helper-hidden-accessible {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.ui-helper-reset {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    line-height: 1.3;
    text-decoration: none;
    font-size: 100%;
    list-style: none;
}

.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
    content: "";
    display: table;
    border-collapse: collapse;
}

.ui-helper-clearfix:after {
    clear: both;
}

.ui-helper-clearfix {
    min-height: 0;
    /* support: IE7 */
}

.ui-helper-zfix {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    opacity: 0;
    filter: Alpha(Opacity=0);
    /* support: IE8 */
}

.ui-front {
    z-index: 100;
}


/* Interaction Cues
----------------------------------*/

.ui-state-disabled {
    cursor: default !important;
}


/* Icons
----------------------------------*/


/* states and images */

.ui-icon {
    display: block;
    text-indent: -99999px;
    overflow: hidden;
    background-repeat: no-repeat;
}


/* Misc visuals
----------------------------------*/


/* Overlays */

.ui-widget-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.ui-draggable-handle {
    -ms-touch-action: none;
    touch-action: none;
}

.ui-datepicker {
    font-size: 10px;
    width: 17em;
    padding: .2em .2em 0;
    display: none;
}

.ui-datepicker .ui-datepicker-header {
    position: relative;
    padding: .2em 0;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
    position: absolute;
    top: 2px;
    width: 1.8em;
    height: 1.8em;
}

.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
    top: 1px;
}

.ui-datepicker .ui-datepicker-prev {
    left: 2px;
}

.ui-datepicker .ui-datepicker-next {
    right: 2px;
}

.ui-datepicker .ui-datepicker-prev-hover {
    left: 1px;
}

.ui-datepicker .ui-datepicker-next-hover {
    right: 1px;
}

.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -8px;
    top: 50%;
    margin-top: -8px;
}

.ui-datepicker .ui-datepicker-title {
    margin: 0 2.3em;
    line-height: 1.8em;
    text-align: center;
}

.ui-datepicker .ui-datepicker-title select {
    font-size: 1em;
    margin: 1px 0;
}

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
    width: 45%;
}

.ui-datepicker table {
    width: 100%;
    font-size: .9em;
    border-collapse: collapse;
    margin: 0 0 .4em;
}

.ui-datepicker th {
    padding: .7em .3em;
    text-align: center;
    font-weight: bold;
    border: 0;
}

.ui-datepicker td {
    border: 0;
    padding: 1px;
}

.ui-datepicker td span,
.ui-datepicker td a {
    display: block;
    padding: .2em;
    text-align: right;
    text-decoration: none;
}

.ui-datepicker .ui-datepicker-buttonpane {
    background-image: none;
    margin: .7em 0 0 0;
    padding: 0 .2em;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
}

.ui-datepicker .ui-datepicker-buttonpane button {
    float: right;
    margin: .5em .2em .4em;
    cursor: pointer;
    padding: .2em .6em .3em .6em;
    width: auto;
    overflow: visible;
}

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
    float: left;
}


/* with multiple calendars */

.ui-datepicker.ui-datepicker-multi {
    width: auto;
}

.ui-datepicker-multi .ui-datepicker-group {
    float: left;
}

.ui-datepicker-multi .ui-datepicker-group table {
    width: 95%;
    margin: 0 auto .4em;
}

.ui-datepicker-multi-2 .ui-datepicker-group {
    width: 50%;
}

.ui-datepicker-multi-3 .ui-datepicker-group {
    width: 33.3%;
}

.ui-datepicker-multi-4 .ui-datepicker-group {
    width: 25%;
}

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
    border-left-width: 0;
}

.ui-datepicker-multi .ui-datepicker-buttonpane {
    clear: left;
}

.ui-datepicker-row-break {
    clear: both;
    width: 100%;
    font-size: 0;
}


/* RTL support */

.ui-datepicker-rtl {
    direction: rtl;
}

.ui-datepicker-rtl .ui-datepicker-prev {
    right: 2px;
    left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next {
    left: 2px;
    right: auto;
}

.ui-datepicker-rtl .ui-datepicker-prev:hover {
    right: 1px;
    left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next:hover {
    left: 1px;
    right: auto;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane {
    clear: right;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button {
    float: left;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
    float: right;
}

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
    border-right-width: 0;
    border-left-width: 1px;
}

.ui-tooltip {
    padding: 8px;
    position: absolute;
    z-index: 9999;
    max-width: 300px;
    -webkit-box-shadow: 0 0 5px #aaa;
    box-shadow: 0 0 5px #aaa;
}

body .ui-tooltip {
    border-width: 2px;
}


/* Component containers
----------------------------------*/

.ui-widget {
    font-family: Verdana, Arial, sans-serif;
    font-size: 12px;
}

.ui-widget .ui-widget {
    font-size: 1em;
}

.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
    font-family: Verdana, Arial, sans-serif;
    font-size: 1em;
}

.ui-widget-content {
    border: 1px solid #aaaaaa;
    background: #fff url("../images/ui-bg_flat_75_fff_40x100.png") 50% 50% repeat-x;
    color: #222222;
}

.ui-widget-content a {
    color: #222222;
}

.ui-widget-header {
    border: 1px solid #fff;
    background: #fbf9ee url("../images/ui-bg_flat_75_fbf9ee_40x100.png") 50% 50% repeat-x;
    color: #222222;
    font-weight: bold;
}

.ui-widget-header a {
    color: #222222;
}


/* Interaction states
----------------------------------*/

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
    border: 1px solid #b7886f;
    background: #fff url("../images/ui-bg_flat_75_fff_40x100.png") 50% 50% repeat-x;
    font-weight: normal;
    color: #b7886f;
}

.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
    color: #b7886f;
    text-decoration: none;
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
    border: 1px solid #b7886f;
    background: #b7886f url("../images/ui-bg_flat_75_c6902b_40x100.png") 50% 50% repeat-x;
    font-weight: normal;
    color: #fff;
}

.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited {
    color: #fff;
    text-decoration: none;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
    border: 1px solid #b7886f;
    background: #b7886f url("../images/ui-bg_flat_65_c6902b_40x100.png") 50% 50% repeat-x;
    font-weight: normal;
    color: #fff;
}

.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
    color: #fff;
    text-decoration: none;
}


/* Interaction Cues
----------------------------------*/

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
    border: 1px solid #b7886f;
    background: #fbf9ee url("../images/ui-bg_flat_55_fbf9ee_40x100.png") 50% 50% repeat-x;
    color: #000;
}

.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
    color: #000;
}

.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
    border: 1px solid #cd0a0a;
    background: #fef1ec url("../images/ui-bg_glass_95_fef1ec_1x400.png") 50% 50% repeat-x;
    color: #cd0a0a;
}

.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
    color: #cd0a0a;
}

.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
    color: #cd0a0a;
}

.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
    font-weight: bold;
}

.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
    opacity: .7;
    filter: Alpha(Opacity=70);
    /* support: IE8 */
    font-weight: normal;
}

.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
    opacity: .35;
    filter: Alpha(Opacity=35);
    /* support: IE8 */
    background-image: none;
}

.ui-state-disabled .ui-icon {
    filter: Alpha(Opacity=35);
    /* support: IE8 - See #6059 */
}


/* Icons
----------------------------------*/


/* states and images */

.ui-icon {
    width: 16px;
    height: 16px;
}

.ui-icon,
.ui-widget-content .ui-icon {
    background-image: url("../images/ui-icons_222222_256x240.png");
}

.ui-widget-header .ui-icon {
    background-image: url("../images/ui-icons_222222_256x240.png");
}

.ui-state-default .ui-icon {
    background-image: url("../images/ui-icons_fff_256x240.png");
}

.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon {
    background-image: url("../images/ui-icons_000_256x240.png");
}

.ui-state-active .ui-icon {
    background-image: url("../images/ui-icons_c6902b_256x240.png");
}

.ui-state-highlight .ui-icon {
    background-image: url("../images/ui-icons_fff_256x240.png");
}

.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
    background-image: url("../images/ui-icons_cd0a0a_256x240.png");
}


/* positioning */

.ui-icon-blank {
    background-position: 16px 16px;
}

.ui-icon-carat-1-n {
    background-position: 0 0;
}

.ui-icon-carat-1-ne {
    background-position: -16px 0;
}

.ui-icon-carat-1-e {
    background-position: -32px 0;
}

.ui-icon-carat-1-se {
    background-position: -48px 0;
}

.ui-icon-carat-1-s {
    background-position: -64px 0;
}

.ui-icon-carat-1-sw {
    background-position: -80px 0;
}

.ui-icon-carat-1-w {
    background-position: -96px 0;
}

.ui-icon-carat-1-nw {
    background-position: -112px 0;
}

.ui-icon-carat-2-n-s {
    background-position: -128px 0;
}

.ui-icon-carat-2-e-w {
    background-position: -144px 0;
}

.ui-icon-triangle-1-n {
    background-position: 0 -16px;
}

.ui-icon-triangle-1-ne {
    background-position: -16px -16px;
}

.ui-icon-triangle-1-e {
    background-position: -32px -16px;
}

.ui-icon-triangle-1-se {
    background-position: -48px -16px;
}

.ui-icon-triangle-1-s {
    background-position: -64px -16px;
}

.ui-icon-triangle-1-sw {
    background-position: -80px -16px;
}

.ui-icon-triangle-1-w {
    background-position: -96px -16px;
}

.ui-icon-triangle-1-nw {
    background-position: -112px -16px;
}

.ui-icon-triangle-2-n-s {
    background-position: -128px -16px;
}

.ui-icon-triangle-2-e-w {
    background-position: -144px -16px;
}

.ui-icon-arrow-1-n {
    background-position: 0 -32px;
}

.ui-icon-arrow-1-ne {
    background-position: -16px -32px;
}

.ui-icon-arrow-1-e {
    background-position: -32px -32px;
}

.ui-icon-arrow-1-se {
    background-position: -48px -32px;
}

.ui-icon-arrow-1-s {
    background-position: -64px -32px;
}

.ui-icon-arrow-1-sw {
    background-position: -80px -32px;
}

.ui-icon-arrow-1-w {
    background-position: -96px -32px;
}

.ui-icon-arrow-1-nw {
    background-position: -112px -32px;
}

.ui-icon-arrow-2-n-s {
    background-position: -128px -32px;
}

.ui-icon-arrow-2-ne-sw {
    background-position: -144px -32px;
}

.ui-icon-arrow-2-e-w {
    background-position: -160px -32px;
}

.ui-icon-arrow-2-se-nw {
    background-position: -176px -32px;
}

.ui-icon-arrowstop-1-n {
    background-position: -192px -32px;
}

.ui-icon-arrowstop-1-e {
    background-position: -208px -32px;
}

.ui-icon-arrowstop-1-s {
    background-position: -224px -32px;
}

.ui-icon-arrowstop-1-w {
    background-position: -240px -32px;
}

.ui-icon-arrowthick-1-n {
    background-position: 0 -48px;
}

.ui-icon-arrowthick-1-ne {
    background-position: -16px -48px;
}

.ui-icon-arrowthick-1-e {
    background-position: -32px -48px;
}

.ui-icon-arrowthick-1-se {
    background-position: -48px -48px;
}

.ui-icon-arrowthick-1-s {
    background-position: -64px -48px;
}

.ui-icon-arrowthick-1-sw {
    background-position: -80px -48px;
}

.ui-icon-arrowthick-1-w {
    background-position: -96px -48px;
}

.ui-icon-arrowthick-1-nw {
    background-position: -112px -48px;
}

.ui-icon-arrowthick-2-n-s {
    background-position: -128px -48px;
}

.ui-icon-arrowthick-2-ne-sw {
    background-position: -144px -48px;
}

.ui-icon-arrowthick-2-e-w {
    background-position: -160px -48px;
}

.ui-icon-arrowthick-2-se-nw {
    background-position: -176px -48px;
}

.ui-icon-arrowthickstop-1-n {
    background-position: -192px -48px;
}

.ui-icon-arrowthickstop-1-e {
    background-position: -208px -48px;
}

.ui-icon-arrowthickstop-1-s {
    background-position: -224px -48px;
}

.ui-icon-arrowthickstop-1-w {
    background-position: -240px -48px;
}

.ui-icon-arrowreturnthick-1-w {
    background-position: 0 -64px;
}

.ui-icon-arrowreturnthick-1-n {
    background-position: -16px -64px;
}

.ui-icon-arrowreturnthick-1-e {
    background-position: -32px -64px;
}

.ui-icon-arrowreturnthick-1-s {
    background-position: -48px -64px;
}

.ui-icon-arrowreturn-1-w {
    background-position: -64px -64px;
}

.ui-icon-arrowreturn-1-n {
    background-position: -80px -64px;
}

.ui-icon-arrowreturn-1-e {
    background-position: -96px -64px;
}

.ui-icon-arrowreturn-1-s {
    background-position: -112px -64px;
}

.ui-icon-arrowrefresh-1-w {
    background-position: -128px -64px;
}

.ui-icon-arrowrefresh-1-n {
    background-position: -144px -64px;
}

.ui-icon-arrowrefresh-1-e {
    background-position: -160px -64px;
}

.ui-icon-arrowrefresh-1-s {
    background-position: -176px -64px;
}

.ui-icon-arrow-4 {
    background-position: 0 -80px;
}

.ui-icon-arrow-4-diag {
    background-position: -16px -80px;
}

.ui-icon-extlink {
    background-position: -32px -80px;
}

.ui-icon-newwin {
    background-position: -48px -80px;
}

.ui-icon-refresh {
    background-position: -64px -80px;
}

.ui-icon-shuffle {
    background-position: -80px -80px;
}

.ui-icon-transfer-e-w {
    background-position: -96px -80px;
}

.ui-icon-transferthick-e-w {
    background-position: -112px -80px;
}

.ui-icon-folder-collapsed {
    background-position: 0 -96px;
}

.ui-icon-folder-open {
    background-position: -16px -96px;
}

.ui-icon-document {
    background-position: -32px -96px;
}

.ui-icon-document-b {
    background-position: -48px -96px;
}

.ui-icon-note {
    background-position: -64px -96px;
}

.ui-icon-mail-closed {
    background-position: -80px -96px;
}

.ui-icon-mail-open {
    background-position: -96px -96px;
}

.ui-icon-suitcase {
    background-position: -112px -96px;
}

.ui-icon-comment {
    background-position: -128px -96px;
}

.ui-icon-person {
    background-position: -144px -96px;
}

.ui-icon-print {
    background-position: -160px -96px;
}

.ui-icon-trash {
    background-position: -176px -96px;
}

.ui-icon-locked {
    background-position: -192px -96px;
}

.ui-icon-unlocked {
    background-position: -208px -96px;
}

.ui-icon-bookmark {
    background-position: -224px -96px;
}

.ui-icon-tag {
    background-position: -240px -96px;
}

.ui-icon-home {
    background-position: 0 -112px;
}

.ui-icon-flag {
    background-position: -16px -112px;
}

.ui-icon-calendar {
    background-position: -32px -112px;
}

.ui-icon-cart {
    background-position: -48px -112px;
}

.ui-icon-pencil {
    background-position: -64px -112px;
}

.ui-icon-clock {
    background-position: -80px -112px;
}

.ui-icon-disk {
    background-position: -96px -112px;
}

.ui-icon-calculator {
    background-position: -112px -112px;
}

.ui-icon-zoomin {
    background-position: -128px -112px;
}

.ui-icon-zoomout {
    background-position: -144px -112px;
}

.ui-icon-search {
    background-position: -160px -112px;
}

.ui-icon-wrench {
    background-position: -176px -112px;
}

.ui-icon-gear {
    background-position: -192px -112px;
}

.ui-icon-heart {
    background-position: -208px -112px;
}

.ui-icon-star {
    background-position: -224px -112px;
}

.ui-icon-link {
    background-position: -240px -112px;
}

.ui-icon-cancel {
    background-position: 0 -128px;
}

.ui-icon-plus {
    background-position: -16px -128px;
}

.ui-icon-plusthick {
    background-position: -32px -128px;
}

.ui-icon-minus {
    background-position: -48px -128px;
}

.ui-icon-minusthick {
    background-position: -64px -128px;
}

.ui-icon-close {
    background-position: -80px -128px;
}

.ui-icon-closethick {
    background-position: -96px -128px;
}

.ui-icon-key {
    background-position: -112px -128px;
}

.ui-icon-lightbulb {
    background-position: -128px -128px;
}

.ui-icon-scissors {
    background-position: -144px -128px;
}

.ui-icon-clipboard {
    background-position: -160px -128px;
}

.ui-icon-copy {
    background-position: -176px -128px;
}

.ui-icon-contact {
    background-position: -192px -128px;
}

.ui-icon-image {
    background-position: -208px -128px;
}

.ui-icon-video {
    background-position: -224px -128px;
}

.ui-icon-script {
    background-position: -240px -128px;
}

.ui-icon-alert {
    background-position: 0 -144px;
}

.ui-icon-info {
    background-position: -16px -144px;
}

.ui-icon-notice {
    background-position: -32px -144px;
}

.ui-icon-help {
    background-position: -48px -144px;
}

.ui-icon-check {
    background-position: -64px -144px;
}

.ui-icon-bullet {
    background-position: -80px -144px;
}

.ui-icon-radio-on {
    background-position: -96px -144px;
}

.ui-icon-radio-off {
    background-position: -112px -144px;
}

.ui-icon-pin-w {
    background-position: -128px -144px;
}

.ui-icon-pin-s {
    background-position: -144px -144px;
}

.ui-icon-play {
    background-position: 0 -160px;
}

.ui-icon-pause {
    background-position: -16px -160px;
}

.ui-icon-seek-next {
    background-position: -32px -160px;
}

.ui-icon-seek-prev {
    background-position: -48px -160px;
}

.ui-icon-seek-end {
    background-position: -64px -160px;
}

.ui-icon-seek-start {
    background-position: -80px -160px;
}


/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */

.ui-icon-seek-first {
    background-position: -80px -160px;
}

.ui-icon-stop {
    background-position: -96px -160px;
}

.ui-icon-eject {
    background-position: -112px -160px;
}

.ui-icon-volume-off {
    background-position: -128px -160px;
}

.ui-icon-volume-on {
    background-position: -144px -160px;
}

.ui-icon-power {
    background-position: 0 -176px;
}

.ui-icon-signal-diag {
    background-position: -16px -176px;
}

.ui-icon-signal {
    background-position: -32px -176px;
}

.ui-icon-battery-0 {
    background-position: -48px -176px;
}

.ui-icon-battery-1 {
    background-position: -64px -176px;
}

.ui-icon-battery-2 {
    background-position: -80px -176px;
}

.ui-icon-battery-3 {
    background-position: -96px -176px;
}

.ui-icon-circle-plus {
    background-position: 0 -192px;
}

.ui-icon-circle-minus {
    background-position: -16px -192px;
}

.ui-icon-circle-close {
    background-position: -32px -192px;
}

.ui-icon-circle-triangle-e {
    background-position: -48px -192px;
}

.ui-icon-circle-triangle-s {
    background-position: -64px -192px;
}

.ui-icon-circle-triangle-w {
    background-position: -80px -192px;
}

.ui-icon-circle-triangle-n {
    background-position: -96px -192px;
}

.ui-icon-circle-arrow-e {
    background-position: -112px -192px;
}

.ui-icon-circle-arrow-s {
    background-position: -128px -192px;
}

.ui-icon-circle-arrow-w {
    background-position: -144px -192px;
}

.ui-icon-circle-arrow-n {
    background-position: -160px -192px;
}

.ui-icon-circle-zoomin {
    background-position: -176px -192px;
}

.ui-icon-circle-zoomout {
    background-position: -192px -192px;
}

.ui-icon-circle-check {
    background-position: -208px -192px;
}

.ui-icon-circlesmall-plus {
    background-position: 0 -208px;
}

.ui-icon-circlesmall-minus {
    background-position: -16px -208px;
}

.ui-icon-circlesmall-close {
    background-position: -32px -208px;
}

.ui-icon-squaresmall-plus {
    background-position: -48px -208px;
}

.ui-icon-squaresmall-minus {
    background-position: -64px -208px;
}

.ui-icon-squaresmall-close {
    background-position: -80px -208px;
}

.ui-icon-grip-dotted-vertical {
    background-position: 0 -224px;
}

.ui-icon-grip-dotted-horizontal {
    background-position: -16px -224px;
}

.ui-icon-grip-solid-vertical {
    background-position: -32px -224px;
}

.ui-icon-grip-solid-horizontal {
    background-position: -48px -224px;
}

.ui-icon-gripsmall-diagonal-se {
    background-position: -64px -224px;
}

.ui-icon-grip-diagonal-se {
    background-position: -80px -224px;
}


/* Misc visuals
----------------------------------*/


/* Corner radius */

.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
    border-top-left-radius: 0px;
}

.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
    border-top-right-radius: 0px;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
    border-bottom-left-radius: 0px;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
    border-bottom-right-radius: 0px;
}


/* Overlays */

.ui-widget-overlay {
    background: #aaaaaa url("../images/ui-bg_flat_0_aaaaaa_40x100.png") 50% 50% repeat-x;
    opacity: .3;
    filter: Alpha(Opacity=30);
    /* support: IE8 */
}

.ui-widget-shadow {
    margin: -8px 0 0 -8px;
    padding: 8px;
    background: #aaaaaa url("../images/ui-bg_flat_0_aaaaaa_40x100.png") 50% 50% repeat-x;
    opacity: .3;
    filter: Alpha(Opacity=30);
    /* support: IE8 */
    border-radius: 8px;
}

.artist1Title {
    font-family: 'SackersGothicW01-Light';
    color: #b7886f;
    font-size: 14px;
    letter-spacing: 1px;
    padding: 10px 0px 10px 0px;
}

.artist1Title2 {
    font-family: 'SackersGothicW01-Light';
    color: #b7886f;
    letter-spacing: 1px;
    padding: 10px 0px 10px 0px;
}

.pisavaArtist {}

#imgCharity {
    display: block;
    margin-left: auto;
    margin-right: auto;
    min-width: 750px;
    max-width: 750px;
    max-height: 400px;
}

@media screen and (max-width: 1300px) {
    .careers .videos {
        width: 750px;
        margin-right: 40px;
        margin-top: 20px;
    }
    .careers .videos .item:last-child{
        margin-right: 0;
    }
}

@media screen and (max-width: 750px) {
    #imgCharity {
        min-width: 0px;
        max-width: 100%;
    }
}

.subsubmenu {
    height: 36px;
    margin-top: 7px;
    padding-top: 8px;
    margin-bottom: 20px;
    text-align: center;
}

.subsubmenu > ul {
    margin: 0px -20px;
    list-style: none;
}

.subsubmenu >ul >li {
    display: inline-block;
    font-weight: 500;
    font-size: 12px;
    font-family: 'SackersGothicW01-Light';
    line-height: 15px;
    text-transform: lowercase;
    margin-right: 0px;
    color: #666666;
    padding: 0px 20px;
}

.subsubmenu >ul >li.active {
    color: #b7886f;
}
#imgCharity {
    margin-top: 50px;
}

#copy {
    width: 100%;
    margin-bottom: 20px;
    height: 80px;
    padding: 5px;
    border: 1px solid #cccccc;
    font-family: 'FairfieldLTW01-55Medium 706181';
    font-size: 14px;
    color: #bbbbbb;
}

.eventinner-date p {
    text-align: center;
    color: #b7886f;
    font-family: 'SackersGothicW01-Light';
    font-size: 17px;
}

.shortdesc a {
    color: #b7886f;
}

.footerOpening span {
    display: block;
    float: left;
    width: 63px;
}

.charity-content p.center {
    text-align: center;
}

.charity-content img {
    margin: 0 auto;
}

.form-text-font {
    font-family: 'FairfieldLTW01-55Medium 706181';
    font-size: 14px;
    display: block;
    margin-bottom: 10px;
}

.form-text-font input {
    vertical-align: -2px;
}

.special-wine {
    width: 800px;
    background-color: white;
    margin: 0px auto;
}

.special-wine .text1 {
    padding-top: 20px;
}

.special-wine .text p {
    font-family: 'FairfieldLTW01-55Medium 706181';
    font-size: 14px;
    line-height: 1.5;
    color: #666666;
    margin-bottom: 10px;
}

.special-wine .text p strong {
    font-weight: bold;
}

.special-wine .images-wine {
    margin: 20px 0px;
    overflow: hidden;
}

.special-wine .images-wine .image-inside:first-child {
    margin-right: 20px;
}

.special-wine .images-wine .image-inside {
    float: left;
    width: calc(50% - 10px);
}

.special-wine .images-wine .image-inside img {
    max-width: 100%;
}

@media screen and (max-width: 850px) {
    .special-wine {
        width: 100%;
    }
}

@media screen and (max-width: 450px) {
    .special-wine .images-wine .image-inside {
        width: 100%;
    }
    .special-wine .images-wine .image-inside:first-child {
        margin-right: 0px;
    }
}

em {
    font-style: italic !important;
}

strong {
    font-family: 'FairfieldLTW01-85Heavy' !important;
    font-weight: 800 !important;
}

#home-panels a {
    position:relative;
}

/*#home-panels a article {
        position:absolute;
        width:100%;
}*/

.careers .c-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;

    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
}

.careers .c-content.space-between {
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
}


.careers .content {
    text-align:left;
    width:750px;
    margin-right:40px;
}
.careers .content.wide {
    width:815px;
    margin-right: 0;
}
.careers .content .body {
    font-family: 'FairfieldLTW01-55Medium 706181';
    font-size: 14px;
}
.careers .content .body p {
    width:100%;
}
.careers .title {
    color: #b7886f;
    font-family: 'SackersGothicW01-Light';
    font-size: 17px;
    margin-bottom:25px;
    text-align:left;
    cursor: pointer;
}

.careers .title.size-22{
    font-size: 22px;
}

.careers.popup .close {
    float: right;
    color: #b7886f;
    font-family: 'SackersGothicW01-Light';
    cursor: pointer;
}

.careers *.center {
    text-align:center;
}



.careers .videos .list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
}

.careers .videos .item {
    width:300px;
    cursor:pointer;
}

.careers .videos .item:last-child {
    margin-right: 0;
}

.careers .videos .item .image {
    width:100%;
    height:215px;
}

.careers .videos .item .image img {
    object-fit:cover;
    width:100%;
    height: 100%;
}

.careers .videos .item .title {
    width:100%;
    margin-top:15px;
    margin-bottom: 15px;
    text-align:center;
    /*font-size:12px;*/
    font-size: 14px;
    color: black;
}

.careers .videos .item:hover .title{
    color: #b7886f;
}

.careers .features .item:hover .bg img {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}

.careers .features .item:hover .text {
    opacity:1;
}

.careers .button.white:hover {
    background: white;
    color: #b7886f;
}

.careers .features .item .title .find-out-more {
    margin-top: 20px;
    text-decoration: underline;
    font-size: 12px;
}


.careers .features .item .title .find-out-more:hover {
    cursor: pointer;
}

@media all and (max-width: 450px) {
    .careers .features .item .title {
        font-size: 22px !important;
    }
}


.careers .video-banner {
    position:relative;
}

.careers .video-banner iframe,
.careers .video-banner object,
.careers .video-banner embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /*max-height: 483px;*/
}

.careers .features {
    max-width:1218px;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    margin:0 auto;
    padding-top:75px;
    padding-bottom:20px;
}
.careers.takeaway_page .features, .careers.competition_page .features {
   -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center; 
}
.careers .features .item {
    width:588px;
    height:420px;
    position:relative;
    overflow:hidden;
    margin-bottom:40px;
}
.careers.takeaway_page .features .item:nth-child(even), .careers.competition_page .features .item:nth-child(even) {
   margin-left: 20px; 
}
.careers.takeaway_page .features .item:nth-child(odd), .careers.competition_page .features .item:nth-child(odd) {
   margin-right: 20px; 
}

.careers .features .item .bg {
    width:100%;
    height:100%;
    position:absolute;
}

.careers .features .item .bg img {
    width:100%;
    height:100%;
    transition: all 0.6s;
    object-fit:cover;
}



.careers .features .item .title {
    position:absolute;
    top:50%;
    left:50%;
    max-width:490px;
    transform:translate(-50%, -50%);
    font-family: 'SackersGothicW01-Light';
    font-size:32px;
    color:white;
    text-align:center;
    text-shadow: -1px 2px 2px rgba(0, 0, 0, 1);
}

.careers .features .item .text {
    opacity:0;
    transition: all 0.6s;
    align-items:center;
    width:100%;
    height:100%;
    position:absolute;
    background-color:#3f3f3f;
    font-size:18px;
    color:#b7886f;
    padding:50px;
    font-family: 'FairfieldLTW01-55Medium 706181';
    flex-direction:column;
    text-align:left;
    /* disable higlighting text */
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none;
}



.careers .button, .common_btn {
    padding: 10px 30px 10px 30px;
    border: 1px solid #b7886f;
    font-family: 'SackersGothicW01-Light';
    display: inline-block;
    color: #b7886f;
    text-align: center;
}

.careers .button:hover, .common_btn:hover {
    background: #b7886f;
    color: #fff;
}

.careers .button.white {
    border: 1px solid white;
    color: white;
}



.careers .content .search {
    background-color:#f9f6f1;
    padding:20px 100px;
    margin-top:35px;
}

.careers .content .search .input-field {
    display:inline-block;
    width:495px;
    border:1px solid #d2d2d2;
    margin-right:7px;
    font-size:14px;
    font-family: 'FairfieldLTW01-55Medium 706181';
    padding:11px;
    float:left;
}

.careers .content .search .submit-button {
    display:inline-block;
    padding:12px 25px;
    font-family: 'SackersGothicW01-Light';
    font-size:12px;
    color:white;
    background-color:#b7886f;
    border:0;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.careers .content .search-results .item {
    border:1px solid #b7886f;
    align-items:stretch;
    margin-top:12px;
}

.careers .content .search-results .item .content-wrapper {
    padding:25px;
    flex-grow:1;
    font-size:14px;
    font-family: 'FairfieldLTW01-55Medium 706181';
}

.careers .content .search-results .item .content-wrapper .text {
    display:none;
    margin-top:20px;
}

.careers .content .search-results .item .expand {
    background-color:#b7886f;
    min-width:40px;
    position:relative;	
    cursor:pointer;
}

.careers .content .search-results .item .expand:after {
    content:' ';
    position:absolute;
    width:20px;
    height:20px;
    bottom:15px;
    left:10px;
    background-image:url('/resource/images/public/new/plus.png');
    background-size:20px 20px;
}

.careers .content .search-results .item.expanded .expand:after {
    background-image:url('/resource/images/public/new/minus.png');
}

.careers .content .apply {
    padding:30px;
    background-color: #b7886f;
    margin-top:15px;
    font-size:14px;
    font-family: 'FairfieldLTW01-55Medium 706181';
}

.careers .content .apply .title {
    color:white;
}

.careers .content .page-tab {
    display:none;
}
.careers .content .page-tab.active {
    display:block;
}

.careers .content .pager {
    padding-top:20px;
}

.careers .content .pager a {
    padding:0 5px;
}

.careers .content .pager a.active {
    padding:0 5px;
    color: #b7886f;
}

.careers.popup {
    position:fixed;
    width:100vw;
    height:100vh;
    top:0;
    left:0;
    z-index:99999;
    display:none;
}
.careers.popup.show {
    display:block;
}
.careers.popup .overlay {
    width:100%;
    height:100%;
    background-color:#000000;
    opacity:.45;
}

.careers.popup .form-wrapper {
    width:595px;
    position:absolute;
    left:50%;
    top:50%;
    transform:translate(-50%, -50%);
    background-color:#f9f6f1;
    padding:30px 50px;
}

.careers.popup .form-wrapper .input-field {
    width:100%;
    margin-bottom:20px;
    border:1px solid #d2d2d2;
    font-size:14px;
    font-family: 'FairfieldLTW01-55Medium 706181';
    padding:11px;
}

.careers.popup .form-wrapper .submit-button {
    display:inline-block;
    padding:12px 25px;
    font-family: 'SackersGothicW01-Light';
    font-size:12px;
    color:#b7886f;
    border:1px solid #b7886f;
    background-color:transparent;
}

.careers.popup .form-wrapper .submit-button:hover {
    background-color:#b7886f;
    color:#ffffff;
}

.careers.popup .form-wrapper textarea {
    width:100%;
    margin-bottom:20px;
    border:1px solid #d2d2d2;
    font-size:14px;
    font-family: 'FairfieldLTW01-55Medium 706181';
    padding:11px;
    height:100px;
    resize:none;
}

.careers.popup .form-wrapper #right {
    position:absolute; z-index:-1000; left:-1000px; overflow: hidden; clip: rect(0 0 0 0); height:1px; width:1px; margin:-1px; padding:0; border:0;
}

.careers.popup .form-wrapper #right + label {
    padding-left:26px;
    height:20px; 
    display:inline-block;
    line-height:20px;
    background-repeat:no-repeat;
    background-position: 0 0;
    font-size:14px;
    font-family: 'FairfieldLTW01-55Medium 706181';
    vertical-align:middle;
    cursor:pointer;
}

.careers.popup .form-wrapper #right:checked + label {
    background-position: 0 -20px;
}
.careers.popup .form-wrapper label {
    background-image:url('/resource/images/public/new/checkbox.jpg');
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin-bottom:20px;
}

.careers.popup .form-wrapper .upload {
    position:relative;
    height:40px;
    margin-bottom:20px;
    margin-top: 20px;
}

.careers.popup .form-wrapper .notification{
    font-size: 14px;
    font-family: 'FairfieldLTW01-55Medium 706181';
    vertical-align: middle;
}

.careers.popup .form-wrapper .upload .upload-field {
    width:100%;
    height:100%;
    z-index:2;
    position:absolute;
    top:0;
    left:0;
    opacity:0;
}

.careers.popup .form-wrapper .upload .input-field {
    width:330px;
    z-index:1;
    position:absolute;
    top:0;
    left:0;
}

.careers.popup .form-wrapper .upload .button {
    width:156px;
    text-align:center;
    z-index:1;
    position:absolute;
    top:0;
    right:0;
    background-color:#b7886f;
    color:#ffffff;
    font-size:12px;
    padding:11px 30px;
}

.careers .margin-top {
    margin-top:30px;
}
.careers .testimonials {
    max-width:1370px;
    margin:0 auto;
    position:relative;
}
.careers .testimonials .title {
    margin-bottom:75px;
    margin-top:25px;
    letter-spacing:1px;
    font-size:21px;
}

.careers .testimonials .main-slider > .bx-wrapper > .bx-viewport {
    border:1px solid #ebebeb;
    padding:10px;
    /*height:500px !important;*/
    -webkit-transform: translatez(0);
    -moz-transform: translatez(0);
    -ms-transform: translatez(0);
    -o-transform: translatez(0);
    transform: translatez(0);
}
.careers .testimonials .main-slider .bxslider li {
    margin-right:20px;
}
.careers .testimonials .main-slider .bxslider .column {
    width:665px;
    overflow: hidden;
}

.careers .testimonials .main-slider .bxslider .column > img {
    width:100%;
    height:360px;
    object-fit:cover;
}

.careers .testimonials .pager-slider .bx-custom-pager a {
    text-align:center;
    margin-right:10px;
    font-size:14px;
    color:#b2b2b2;
    font-family: 'SackersGothicW01-Light';
}
.careers .testimonials .pager-slider .bx-custom-pager a.active {
    color:black;
}
.careers .testimonials .pager-slider .bx-custom-pager a span {
    display:inline-block;
    /*max-width:70%;*/
}
.careers .testimonials .pager-slider .bx-custom-pager a .img-wrapper {
    width:113px;
    height:65px;
    margin-bottom:7px;
    overflow:hidden;
}
.careers .testimonials .pager-slider .bx-custom-pager a .img-wrapper img {
    width:100%;
    height:100%;
    object-fit:cover;
}
.careers .testimonials .pager-slider .bx-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;

    align-items:center;
}

.careers .testimonials .pager-slider {
    width: 50%;/*width:675px;*/
    max-width: 675px; /*added praznik*/
    border:1px solid #ebebeb;
    align-items:stretch;
    height:120px;
    position:absolute;
    bottom:0;
    left:0;
}

.careers .testimonials .pager-slider .control {
    width:30px;
    background-color:#f7f7f7;
}

.careers .testimonials .pager-slider .control a {
    height:20px;
    display:block;
    background-image:url('/resource/images/public/new/pager-prev.png');
    background-size:6px 11px;
    background-position:center;
    background-repeat:no-repeat;
    margin-top: 50px
}

.careers .testimonials .pager-slider .control a.bx-next {
    background-image:url('/resource/images/public/new/pager-next.png');
}



.careers .testimonials .main-slider .bxslider .column .inner-pager {
    width:100%;
    background-color:#f7f7f7;
    height:120px;
    position:relative;
}

.careers .testimonials .main-slider .bxslider .column .inner-pager:after {
    content:' ';
    position:absolute;
    top:68px;
    height:2px;
    left:0;
    right:0;
    background-color:#b7886f;
    z-index:1;
}

.careers .testimonials .main-slider .bxslider .column .inner-pager .bx-inner-pager a {
    text-align:center;
    padding-top:40px;
    color:#b7886f;
    font-family: 'SackersGothicW01-Light';
    font-size:16px;
    position:relative;
    height:120px;
}

.careers .testimonials .main-slider .bxslider .column .inner-pager .bx-inner-pager a.active {
    color: black;
    font-size: 23px;
    padding-top: 30px;
}

.careers .testimonials .main-slider .bxslider .column .inner-pager-2 .bx-inner-pager-2 a.active {
    color: black;
    font-size: 23px;
    padding-top: 30px;
}

/*.careers .testimonials .main-slider .bxslider .column .inner-pager-2 .bx-inner-pager-2 a.first {
    text-align: left;
}

.careers .testimonials .main-slider .bxslider .column .inner-pager-2 .bx-inner-pager-2 a.first:after {
    left: 18%;
}

.careers .testimonials .main-slider .bxslider .column .inner-pager-2 .bx-inner-pager-2 a.last {
    text-align: right;
}

.careers .testimonials .main-slider .bxslider .column .inner-pager-2 .bx-inner-pager-2 a.last:after {
    left: 85%;
}*/

.careers .testimonials .main-slider .bxslider .column .inner-pager-2 {
    background-color: #f7f7f7;
    height: 120px;
    position: relative;
    width: 100%;
    overflow: hidden;
}

.careers .testimonials .main-slider .bxslider .column .inner-pager-2 .bx-inner-pager-2 {
    margin: 0 auto;
}

.careers .testimonials .main-slider .bxslider .column .inner-pager-2 .bx-inner-pager-2 a {
    text-align: center;
    padding-top: 40px;
    color: #b7886f;
    font-family: 'SackersGothicW01-Light';
    font-size: 16px;
    position: relative;
    height: 120px;
    float: left;
    list-style: none;
    position: relative;
    width: 120px;
}

.careers .testimonials .main-slider .bxslider .column .inner-pager-2 .bx-inner-pager-2 a:hover {
    cursor: pointer;
}

.careers .testimonials .main-slider .bxslider .column .inner-pager-2 .bx-inner-pager-2 a:after {
    content:' ';
    position:absolute;
    top:63px;
    height:13px;
    width:13px;
    left:50%;
    transform:translateX(-50%);
    background-image:url('/resource/images/public/new/pager-dot-new.png');
    background-size:13px 13px;
    z-index:2;
}

.careers .testimonials .main-slider .bxslider .column .inner-pager-2:after {
    content: ' ';
    position: absolute;
    top: 68px;
    height: 2px;
    left: 0;
    right: 0;
    background-color: #b7886f;
    z-index: 1;
}


.careers .testimonials .main-slider .bxslider .column .inner-pager .bx-inner-pager a:after {
    content:' ';
    position:absolute;
    top:63px;
    height:13px;
    width:13px;
    left:50%;
    transform:translateX(-50%);
    background-image:url('/resource/images/public/new/pager-dot-new.png');
    background-size:13px 13px;
    z-index:2;
}

.careers .testimonials .main-slider .bxslider .column .inner-pager .bx-wrapper,
.careers .testimonials .main-slider .bxslider .column .inner-pager .bx-wrapper .bx-viewport {
    z-index:100;
}

.careers .testimonials .main-slider .bxslider .column .inner-slider {
    position:relative;
}

.careers .testimonials .main-slider .bxslider .column .inner-slider .inner-item {
    height:370px;
    padding-top:45px;
    padding-left:125px;
    padding-right:125px;
}

.careers .testimonials .main-slider .bxslider .column .inner-slider .inner-item .title {
    margin-bottom:5px;
    font-size:19px;
}
.careers .testimonials .main-slider .bxslider .column .inner-slider .inner-item .subtitle {
    margin-bottom:5px;
    font-size:14px;
    color:#b7886f;
    font-family: 'SackersGothicW01-Light';
    margin-bottom:30px;
}
.careers .testimonials .main-slider .bxslider .column .inner-slider .inner-item .text {
    font-size:23px;
    font-family: 'FairfieldLTW01-55Medium 706181';
    font-style:italic;
    text-align: left;
}

.careers .testimonials .main-slider .bxslider .column .inner-slider .bx-controls a {
    position:absolute;
    left:0;
    width:110px;
    top:0;
    height:100%;
    background-image:url('/resource/images/public/new/pager-prev.png');
    background-size:17px 31px;
    background-position:center;
    background-repeat:no-repeat;
}

.careers .testimonials .main-slider .bxslider .column .inner-slider .bx-controls a.bx-next {
    left:auto;
    right:0;
    background-image:url('/resource/images/public/new/pager-next.png');
}

.careers .testimonials .main-slider .bxslider .column .inner-slider .bx-controls .disabled {
    display: none;
}

.careers .testimonials .main-slider .bxslider .column .inner-pager .bx-wrapper {
    /*margin:0 30px !important;*/

}

.careers .testimonials .main-slider .bxslider .column .inner-pager .bx-wrapper .bx-viewport {
    overflow:visible !important;
}

.careers .alert{
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
    margin-top: 20px;
}


@media all and (max-width: 960px) {
    .careers .hp {
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        width: inherit;
    }

    .careers .content {
        margin-right: 0;
    }

    .careers .content .body{
        text-align: justify;
    }

    .careers .videos{
        width: 750px;
        margin-top: 50px;
        margin-right: 0;
    }

    .careers .videos .list {
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .careers .videos .item{
        flex-grow: 1;
        min-width: 25%;
        margin-bottom: 20px;
    }

    .careers .features {
        -webkit-justify-content: center;
        -moz-justify-content: center;
        justify-content: center;
    }



    .careers .content .search .submit-button{
        width: 30%;
    }

    .careers .content .search .input-field {
        width: 60%;
    }

    .careers .content .search {
        padding: 20px 50px;
    }

    .careers .title {
        text-align: center;
    }

    .features .item .text {
        height: 420px;
    }

    .features .item .text p{
        overflow: auto;
    }


}

@media all and (max-width: 1300px){ /*added praznik 1430*/
    .careers .testimonials .pager-slider {
        position: relative;
        width: 100%;
    }

    /*    .careers .testimonials .main-slider > .bx-wrapper > .bx-viewport { 
            height: 700px !important;
        }
    
        .testimonials .innner-slider > .bx-wrapper > .bx-viewport {
            height: 450px !important;
        }*/

    .careers .testimonials .main-slider .bxslider .column {
        width: 100%;
    }

    .careers .c-content { 
        flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .careers .c-content.item {
        flex-wrap: inherit;
        -webkit-flex-wrap: inherit;
        -moz-flex-wrap: inherit;
        -ms-flex-wrap: inherit;
        flex-wrap: inherit;
    }
    .careers .features .item {
        width: 48%;
    }    

    .careers .features .item:nth-child(odd)  {
        margin-right: 20px;
    }  
    .careers.takeaway_page .features .item:nth-child(even), .careers.competition_page .features .item:nth-child(even)   {
        margin-left: 0px;
    }
}

@media all and (max-width: 750px) {
    .careers .content.wide{
        width: 100%;
    }

    .careers.popup .form-wrapper{
        width: 100%;
        height: 100vh;
    }

    .careers.popup .form-wrapper .upload .input-field{
        width: 100%;
        z-index: 1;
        position: relative;
    }

    .careers.popup .form-wrapper .upload {
        position: relative;
        height: 100px;
        margin-bottom: 20px;
    }

    .careers.popup .form-wrapper .upload .button{
        width: 100%;
        bottom: 0;
        top: inherit;
    }

    .careers.popup .form-wrapper form {
        overflow: scroll;
        height: calc(100vh - 30%);
    }

    .careers .testimonials .title {
        margin-bottom: 35px;
    }

    .careers .testimonials .main-slider .bxslider .column .inner-slider .inner-item{
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 10px;
    }

    .careers .testimonials .main-slider .bxslider .column .inner-slider .bx-controls a.bx-next {
        top: -90px;
        right: -30px;
    }

    .careers .testimonials .main-slider .bxslider .column .inner-slider .bx-controls a.bx-prev {
        top: -90px;
        left: -30px;
    }

    .careers .testimonials .main-slider .bxslider .column .inner-slider .inner-item .title {
        margin-top: 0;
        margin: 0 auto;
        width: 90%;
    }

    .careers .testimonials .main-slider .bxslider .column .inner-slider .inner-item .subtitle {
        text-align: center;
    }

    .careers .testimonials .main-slider .bxslider .column .inner-slider .inner-item .text {
        font-size: 17px;
    }

    .careers .testimonials .main-slider .bxslider .column > img {
        height: auto;
        min-height: 180px;
    }

    .careers .features .item {
        width: 100%;
    }    

    .careers .features .item:nth-child(odd), .careers.takeaway_page .features .item:nth-child(odd), .careers.competition_page .features .item:nth-child(odd) {
        margin-right: 0;
    }   

    .careers .features .item {
        margin-bottom: 20px;
    }

    .video-container {
        position: relative;
        padding-bottom: 56.25%;
        padding-top: 30px;
        height: 0;
        overflow: hidden;
    }

    .video-container iframe{
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

    .careers .testimonials .main-slider .bxslider .column .inner-slider .bx-controls a {
        background-size: 8px 15px;
    }

    .careers .testimonials .main-slider .bxslider .column .inner-pager {
        height: 80px;
    }

    .careers .testimonials .main-slider .bxslider .column .inner-pager .bx-inner-pager a.active {
        font-size: 20px;
        padding-top: 13px;
    }

    .careers .testimonials .main-slider .bxslider .column .inner-pager .bx-inner-pager a {
        padding-top: 20px;
        height: 95px;
        font-size: 13px;
    }

    .careers .testimonials .main-slider .bxslider .column .inner-pager:after {
        top: 50px;
    }

    .careers .testimonials .main-slider .bxslider .column .inner-pager .bx-inner-pager a:after {
        top: 44px;
    }

    .careers .testimonials .main-slider .bxslider .column .inner-slider {
        height: 230px;
    }

    .careers .testimonials .main-slider .bxslider .column .inner-slider .bx-wrapper {
        height: 230px;
    }
    .careers .features .c-content.text {
        overflow: scroll;
        font-size: 15px !important;
    }
}


@media all and (max-width: 560px) {
    .careers .content .search {
        padding: 20px 20px;
    }

    .careers .content .search .submit-button{
        width: 100%;
        margin-top: 10px;
    }

    .careers .content .search .input-field {
        width: 100%;
    }



    @media all and (max-width: 475px) {
        .careers .features {
            padding-top: 25px;
        }
    }

    .noscroll {
        height:100%; 
        overflow:hidden;
        position: fixed;
    }
}
#wrapper > footer #home-panels {
    align-items: stretch;    
    -webkit-align-items: stretch;
}
#wrapper > footer section.left-section .footerOpening {
    width: 100%;
}
#wrapper > footer section.left-section .footerOpening:last-child {
    margin-top: 15px;
}
#wrapper > footer section.left-section {
    width: 25%;
}
@media (max-width: 1024px){
    #wrapper > footer section.left-section {
        width: 33%;
    }
}
@media (max-width: 760px){
    #wrapper > footer section.left-section {
        width: 50%;
        margin-right: 0;
    }
}
@media (max-width: 720px){
    #wrapper > footer section {
        width: 100%;
        padding: 0;
    }
    .empty_head{
        display: none;
    }
}
@media (max-width: 420px) {
    #wrapper > footer #home-panels {
        margin-left: 0px;
        margin-right: 0px;
    }
}

.footer_col_hold{
    font-size: 0;
    max-width: 950px;
    margin: auto;
}
.footer_col{
    padding: 0 15px;
}
.footer_col_hold .footer_col:first-child{
    margin-right: 60px;
}
.footer_col_hold .footer_col:nth-child(2){
    margin-right: 30px;
}
@media (max-width: 760px){
    .footer_col_hold .footer_col:first-child {
        margin-right: 25px;
    }
    .footer_col_hold .footer_col:nth-child(2) {
        margin-right: 20px;
    }
}
#artsclublogo .logo_sec {
    display: inline-block; 
}
#artsclublogo .logo_sec img {
    width: 158px;
    height: auto;
}
#news-article h2.sub-info {
    line-height: 1;
    text-align:left;
    margin-bottom: 10px;
    font-size: 15px;
}
#news-article.art-fl.test_val {
    float: none !important;
    margin: 30px auto 0 auto !important;
}