@charset "UTF-8";

/*------------------------------------------------------------------
[Custom Stylesheet]

JOSEPHINE XV 2020

Last change:    08/01/2021
-------------------------------------------------------------------*/

/*------------------------------------------------------------------
colours:

rgba(241,136,30,1.00) orange main #F1881E
rgba(87,187,211,1.00) pale turqoise logo #57BBD3

rgba(245,242,238,1.00); sand page background #F5F2EE
rgba(224,213,211,1.00); bg footer-1 darker sand #E0D5D3
rgba(214,203,199,1.00); bg footer-2 darkest sand #D6CBC7

rgba(82,107,154,1.00) mid blue titles #526B9A
rgba(59,58,58,1.00); grey text #383B3F
rgba(59,58,58,1.00); grey logo letters #3B3A3A
_____

rgba(241,136,30,1.00) orange 2 darker
rgba(255,175,0,1.00) orange 3 light 
rgba(227,141,60,1.00) orange logo

-------------------------------------------------------------------*/
html {
    scroll-behavior: smooth;
}

body {
	background: rgba(245,242,238,1); /*rgba(59,58,58,1.0)*/
	color:rgba(59,58,58,1.0) !important;
	/*overflow-x: hidden;*/
}

body.toolbar-fixed {
	margin-top:80px !important;
}

body.toolbar-fixed div.nd-region.header,
body.toolbar-fixed .mobile-on .inner-nav,
body.toolbar-fixed .main-nav.mobile-on.dark .inner-nav{
	margin-top:80px !important;
}

body.toolbar-fixed div.nd-region.slider {
	margin-top: 90px !important;
}

body.toolbar-fixed .full-wrapper,
body.toolbar-fixed nav.mobile-on .full-wrapper{
	margin-top:80px !important;
}

#toolbar-bar {
	top: 0px;
}

div#block-tabs > .content > .container {
	width: 100% !important;
    z-index: 1;
}

#block-tabs {
    z-index: 1;
}

.header-contact-row > .col-md-2,
.header-contact-row > .col-md-4,
.header-contact-row > .col-md-8,
.header-contact-row > .container,
.nd-region.content-full > .container {
	padding-left: 0;
	padding-right: 0;
	max-width: 1170px;
}

.footer_col_address,
.footer_col_social {
    padding-left: 0;
	padding-right: 0;
}


.masonry-layout-team {
	margin: 0 -10px;
}

.masonry-layout-artworks {
	margin: 0 -10px !important;
    padding-left: -10px;
}

.masonry-layout-artworks .masonry-item,
.masonry-layout-exhibitions .masonry-item {
	padding: 10px;
    margin: 0;
}

.masonry-layout-artists {
	margin: 0 -15px !important;
    padding-left: -10px;
}

.masonry-item {
	padding: 0;
    margin: 0;
}

.masonry-item ul {
	padding: 0 10px;
    margin: 0;
    list-style: none;
}

#header-menu-container > .container {
	visibility: visible !important;
}

@media (min-width:768px) {
    .container {
        width: 750px
    }
	div.header-contact-row > .container,
	div.address-bar > .container,
	.nd-region.content-full .container {
	width: 100% !important;
	max-width:100%;
	}
}

@media (min-width:992px) {
    .container {
        width: 970px;
		max-width: 970px;
    }
	div.header-contact-row > .container,
	div.address-bar > .container,
	.nd-region.content-full .container {
	width: 100% !important;
	max-width:100%;
	}
}


@media (min-width:1200px) {
    .container {
        width: 100%;
		max-width: 1170px !important;
    }
}

@media (max-width:1200px) {
    .container {
        width: 100%;
		max-width: 1170px !important;
    }
}

h1, h2, h3, h4, h5, h6 {
    font-style: normal;
    font-weight: 400;
	margin-bottom: 0.4em !important;
	line-height: 1.4;
	color: rgba(82,107,154,1.0) !important;
	text-align: left;
}

h2 {
    margin-top:20px;
}

h2.anchor {
    margin-top:40px;
}

h1.exhib_header {
    color: rgba(255,255,255,1.00) !important;
    font-size: 55px !important;
    padding: 30px 0 !important;
    margin: 0 !important;
    line-height: .9em !important;
}

h3.exhib_header {
    color: rgba(255,255,255,1.00) !important;
    font-size: 30px !important;
    line-height: .8em !important;
}


@media (min-width: 758px) and (max-width: 900px) {
    h1.exhib_header {
    font-size: 45px !important;
    padding: 30px 0 !important;
    }
    h3.exhib_header {
    font-size: 25px !important;
    }
}

#content h1 {
	text-align: left;
}

#artist-name h1 {
	font-size: 6em;
	line-height: 1em;
}

#artist h1.widget-title {
    display: none !important;
}

#artist-picture img {
	width: 100%;
	object-fit: contain;
}

#artwork-picture img {
	width: 100%;
	object-fit: contain;
}

.exhibition {
    font-family: 'Fira Sans', 'Gill Sans MT', Open Sans, Helvetica Neue, Helvetica, Arial, sans-serif;
    color:rgba(61,61,61,1.00);
    font-size: 23px;
}

.exhibition a {
    color:rgba(128,128,128,1.00);
    text-decoration: none;
}
.exhibition a:hover {
    color:rgba(128,128,128,1.00);
    text-decoration: underline;
}

.exhibition-title {
    color:rgba(128,128,128,1.00);
    font-size:19px;
    line-height: 1.2em;
}


.exhibition-date {
    color:rgba(128,128,128,1.00);
    font-size:19px;
    margin-bottom: 15px;
}

.exhibition-body,
.exhibition-info {
    margin-top:15px;
    line-height: 1.5em;
}

.exhibition-item img:not([draggable]), embed, object, video,
.portrait img:not([draggable]), embed, object, video,
#exhibition-picture img:not([draggable]), embed, object, video,
#block-frontpanelfull2artists img:not([draggable]), embed, object, video {
    max-width: 100%;
    height: auto !important;
    width: 100%;
}


#content p {
	font-size: 1em;
    margin: 0 0 1em 0;
	text-align: justify;
	font-weight: 200;
    letter-spacing: .03em;
}

#content div {
	font-size: 1em;
    margin: 0 0 10px 0;
	text-align: justify;
	font-weight: 200;
}

@media (max-width: 768px) {
	#content p, #content div {
        font-size: 0.98em !important;
        text-align: left;
        letter-spacing: .01em;
	}
}

.current #content div {
    margin: 0 0 0 0;
}

.current img {
    float: right;
}

#content div.row.no15 {
    /*margin: 0;*/
    padding: 0;
    /*line-height: 1px;*/
    margin-left: -15px;
    margin-bottom: 0;
}

#content ul {
    list-style: none;
} 

#content ul li:before {
    font-family: 'XV Josephine Icons';
    font-style: normal;
    font-weight: 100;
    content: '\e810';
    margin-left: -35px;
    margin-right: 20px;
    font-size: 15px;
    color: rgba(241,136,30,1.00);
}

#content ul.nav li:before,
#content ul.contextual-links li:before,
#content ul.ch-grid li:before,
#content .masonry-item ul li:before,
#content ul.content-slider li:before,
#content ul.pager__items li:before{
    list-style: none;
    content: none;
}

.owl-controls .owl-page,
.owl-controls .owl-buttons div,
.owl-pagination {
text-align: center !important;
}

.post-prev-title,
.post-prev-info,
.post-prev-text {
	font-size: 80% !important;
}

#content .btn {
	white-space: normal;
}

#content .btn a,
.blog a {
	color: rgba(241,136,30,1.00);
	text-decoration: none;
	cursor: pointer !important;
}

#content .btn a:hover {
	color: rgba(255,255,255,1.00);
	text-decoration: none;
}

.button-xv {
align-items: center;
background-color: transparent;
font-family: 'Fira Sans', 'Gill Sans MT',Open Sans, Helvetica Neue, Helvetica, Arial, sans-serif;
/* box-shadow: 5px 5px 10px 0 rgba(115,15,50,0.15), -5px -5px 15px 0 rgba(255,255,255,0.70); */
/* border-radius: 2px; */
border: 1px dotted rgba(255,255,255,1);
display: inline-flex;
/* min-height: 40px; */
font-size: 24px;
justify-content: center;
text-decoration: none !important;
font-weight: 100;
letter-spacing: 2px;
text-transform: uppercase;
color: rgba(255, 255, 255, 1) !important;
margin: 10px 0;
padding: 2px 20px;
}

.button-xv:hover {
	/*box-shadow: inset 5px 5px 10px 0 rgba(115,15,50,0.15),
		inset -5px -5px 15px 0 rgba(255, 255, 255, 0.5);*/
    background-color: rgba(243,243,243,1.00);
    color: rgba(241,136,30,1) !important;
}

time {
    text-transform: capitalize;
}

sup {
top: -0.4em;
}

sup time {
    text-transform: lowercase !important;
    margin-left: -0.2em;
    margin-right: 0.2em;
}



.blog a:hover {
	color: rgba(82,107,154,1.00);
	text-decoration: none;
}

@media (max-width: 1100px) {
	#artist-name h1 {
	font-size: 4.8em;
	}
}

@media (max-width: 1024px) {
	#artist-name h1 {
	font-size: 4em;
	}
}



#content .widget-title span {
	border-bottom: 0px solid rgba(241,136,30,1.00) !important;
}

#content .widget-title {
	margin-bottom: 10px;
	/*padding-bottom: 5px;*/
	text-transform: uppercase;
	font-size: 50px !important;
	font-weight: 100;
	color: rgba(82,107,154,1.00);
	border-bottom: 0px solid rgba(241,136,30,1.00);
	margin-top: 30px;
	letter-spacing: 0.05em !important;
	text-align: left;
	}

@media (max-width: 480px) {
	#content .widget-title {
	font-size: 30px !important;
	}
	#content p, #content div,
	#footer, #footer2,
	h1, h2, h3, h4, h5, h6, h7 {
	font-size: 1em;
	}
	#artist-name h1 {
	font-size: 3em;
}
}

.nd-region.footer,
.footer {
    text-align: center;
	background: rgba(224,213,211,1.00)!important;
}

.nd-region.footer2,
.footer2 {
    text-align: right !important;
    font-size: 14px !important;
	background: hsla(16,15%,81%,1.00) !important;
    box-shadow: 0 50vh 0 50vh hsla(16,15%,81%,1.00);
}

div#content .tutor-view .team-item {
	text-align: center;
}

div#content .team-item:hover .team-item-image:after {
background: transparent;
}

.team-item-image:after{
	display: none !important;
}

div#content dl div.team-item-detail {
	font-size: 16px;
	color: rgba(30,30,30,1.00);
	margin-top: 15px;
}

div#content div.team-item-first-name {
	font-size: 24px;
	width:100px;
	margin: 10px 0 0 0;
	text-align: left !important;
	color: rgba(44,170,224,1.00);
	/*margin-top: 10px;*/
}

div#content dl div.team-item-descr {
	font-size: 14px;
	color: rgba(44,170,224,1.00) !important;
}

.artist-circle {
border: 2px solid rgba(44,170,224,1.00);
position: relative;
margin: .5em;
text-align: center;
border-radius: 50%;
overflow: hidden;
}


.landscape--circle {
	display: inline-block;
	position: relative;
	width: 140px;
	height: 140px;
	overflow: hidden;
	border-radius: 50%;
	border: 2px solid rgba(44,170,224,1.00);
}

.landscape--circle img {
	width: auto !important;
	height: 140px !important;
	/*margin-left: -25px;*/
	/*overflow: hidden !important;*/
}

.team-item-detail {
	height:100%;
	background: rgba(255,255,255,.7);
}

.nd-region.header {
	position: fixed;
	z-index: 1500;
	width: 100%;
	background: rgba(245,242,238,1);
	top: 0;
	visibility: visible !important;
	/*border-bottom: 1px dotted green;*/
}

.small-height > .nd-region.header {
	position: fixed;
	z-index:1500;
	width: 100%;
	visibility: visible !important;
}

.nd-region.header .container-fluid #contact-bar-container  {
	visibility: visible !important;
}

.nd-region.header .container-fluid {
	z-index: 1500;
/*	float:right;
	margin: 0 2%;*/
	width: 100% !important;
	visibility: visible !important;
}



.small-height > div.nd-region.header .container-fluid {
	z-index: 1500;
	float: right;
	margin: 0 15px;
	width: 100% !important;
	visibility: visible !important;
}

.nd-region.footer .container-fluid,
.nd-region.footer2 .container-fluid {
	padding: 0 0;
}

@media (max-width: 1200px) {
	.nd-region.footer .container-fluid,
    .nd-region.footer2 .container-fluid {
	padding: 0 15px;
    }
}

.row {
	margin-left: 0;
	margin-right: 0;
}

.row.no15,
.masonry-layout-artists,
.views-view-grid .no15,
.views-view-grid .col-md-12 {
	margin-left: -15px !important;
	margin-right: -15px !important;
	}

.container .no15 {
	margin-left: 0;
	margin-right: -15px;
    padding-right:0 !important; 
	}



div.nd-region.slider {
	position: relative;
	margin-top:110px;
	/*margin-bottom: 20px;*/
}

@media (max-width: 600px) {
	div.nd-region.slider {
	margin-top:80px;
	}
}

@media (max-width: 600px) {
	.small-height div.nd-region.slider {
	margin-top:80px;
	}
}

div.nd-region.slider sup {
	position: relative;
	font-size: 30px;
}

a.slider-link {
	font-family: "Brandon Grotesque Bold", "sans-serif";
	font-weight: 700;
	white-space: nowrap;
	display: inline-block;
	/*clear: none;*/
	color: rgba(255,255,255,1.00);
	border-bottom: 1px dotted rgba(255,255,255,1.00);
}

a.slider-link:hover {
	color: rgba(241,136,30,1.00);
	border-bottom: 0px dotted rgba(255,255,255,1.00);
}

@media (min-width: 880px ) {
  .nd-region.content .container-fluid {
      margin-top: 40px;
  }
}

.nd-region.content .container-fluid > .row > .col-md-12 {
	padding-left: 15px;
	padding-right: 15px;
}

.nd-region.content-full .container-fluid {
	z-index: 1800;
	width: 100% !important;
	max-width: 100%;
}

.small-height > .nd-region.content-full .container-fluid {
	z-index: 1800;
	width: 100% !important;
	max-width: 100%;
}

.nd-region.content-full .container {
    padding-left: 0;
    padding-right: 0;
}

@media (max-width: 1200px ) {
	.nd-region.content-full .container {
    padding-left: 15px;
    padding-right: 15px;
	}
}

div#block-sloganslider-2.mb-60 {
	margin-bottom: 0;
}

.slogan-large {
	max-width: 100%;
	color: black;
	font-size: 45px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

div#Header .mb-60,
div#Content .mb-60,
div#Footer .mb-60,
div#footer_2 .mb-60 {
	margin-bottom: 10px;
}
div#footer_2 .mb-60 {
	margin-bottom: 10px;
}

div#Slider .mb-60 {
	margin-bottom: 30px;
}

div.block-revslider .mb-60 {
	margin-bottom: 0;
}

div.content-full .mb-60 {
	margin-bottom: 0px;
}

div#Header {
	height: 110px;
    
    -webkit-transition: all 1s ease;  
    -moz-transition: all 1s ease; 
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease; 
}

div#Header.small-header {
	height: 80px;

	-webkit-transition: all 1s ease;  
    -moz-transition: all 1s ease; 
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease; 
}

@media (max-width: 600px) {
	div#Header {
	height: 80px;
}
	div#Header.small-header {
	height: 65px;
	}
}

.col-1,
.col-2,
.col-3 {
	padding-left: 0 !important;
	padding-right: 20px;
}

#aligner {
	display: flex;
	align-items: center;
	justify-content: center;
}

@media (max-width: 768px) {
	#aligner {
	display: block;
  }
}

#no-padding {
	padding: 0;
}

@media (max-width: 768px) {
    #no-padding.col-xs-12 {
        padding-left: 0;
        padding-bottom: 15px;
    }
    
    .div-full img:not([draggable]), embed, object, video {
    max-width: 100%;
    height: auto !important;
    width: 100%;
    }
}

@media (min-width: 768px) {
    #no-padding.col-sm-6 .exhibition,
    #no-padding.col-sm-6 .exhibition-date,
    #no-padding.col-sm-6 .exhibition-body,
    #no-padding.col-sm-6 .exhibition-info,
    #no-padding.col-md-6 .exhibition,
    #no-padding.col-md-6 .exhibition-date,
    #no-padding.col-md-6 .exhibition-body,
    #no-padding.col-md-6 .exhibition-info {
        padding-left: 15px;
    }
}

#no-padding-left {
	padding-left: 0;
}

#no-padding-right {
	padding-right: 0;
}

#no-margin {
	margin:0;
}
.views-col p {
	margin: 0 0 5px 0;
}

div#sidebar .mb-60 {
	margin-bottom: 30px;
}

div#sidebar .latest-news img {
	display: block;
	width: 75px;
	float: left;
	margin: 0 10px 10px 0;
}

div#sidebar .latest-news {
	display: block;
	clear: both;
	margin: 0 0 10px 0 !important;
}

div#sidebar .latest-news .news-created{
	font-size:12px;
	font-weight: 200;
	font-style: italic;
	float:right;
}

div#content .news-created {
	display: block;
	clear: both;
	font-size: 14px;
	font-weight: 200;
	font-style: italic;
	text-align: right;
	margin-bottom: 6px;
}

span .btn .news {
	margin-bottom:7px;
}

div#block-gtranslate select {
	width: 100%;
	height: 37px !important; 
	padding-left: 13px;
	padding-right: 13px;
	font-size: 14px !important;
	font-family: "Gill Sans", "Open Sans", arial, sans-serif !important;
}

fieldset.webform-composite-hidden-title {
	border-top: none;
	margin-top: 0;
}

fieldset legend {
	display:none;
}

div#contact-row {
	margin: auto !important;
	width: 100%;
	position: relative;
	float: right;
	margin-top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	text-align: center;
	overflow: visible;
	height: 20px;	
	background-color: rgba(8,82,181,1.00);
	z-index: 1;
}

div#contact-bar-container {
	position: relative;
	z-index: 1300;
}

div#contact-row .small-height {
	position: relative;
	margin-top: 0;
	height: 20px;
	/*background-color: rgba(59,58,58,1.0);*/
	z-index: 1300;
}
.header-contact-row,
.header-contact-row p,
.header-contact-row a {
	color: rgba(59,58,58,1.00);
	font-weight: 200;
	font-size: 15px;
	text-decoration: none;
	/*background-color: rgba(59,58,58,1.0);*/
	-webkit-transition: all 0.6s cubic-bezier(0.000, 0.000, 0.580, 1.000);  
    -moz-transition: all 0.6s cubic-bezier(0.000, 0.000, 0.580, 1.000); 
    -o-transition: all 0.6s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -ms-transition: all 0.6s cubic-bezier(0.000, 0.000, 0.580, 1.000); 
    transition: all 0.6s cubic-bezier(0.000, 0.000, 0.580, 1.000);
	cursor: pointer !important;
}

.small-header.header-contact-row,
.small-header.header-contact-row p,
.small-header.header-contact-row a {
	color: rgba(59,58,58,1.00);
	font-weight: 200;
	font-size: 16px;
	text-decoration: none;
	-webkit-transition: all 0.6s cubic-bezier(0.000, 0.000, 0.580, 1.000);  
    -moz-transition: all 0.6s cubic-bezier(0.000, 0.000, 0.580, 1.000); 
    -o-transition: all 0.6s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -ms-transition: all 0.6s cubic-bezier(0.000, 0.000, 0.580, 1.000); 
    transition: all 0.6s cubic-bezier(0.000, 0.000, 0.580, 1.000);
	margin: 0 0 0 0;
}


.header-contact-row a:hover,
.header-contact-row a:active {
	color: rgba(241,136,30,1.00);
	cursor: pointer !important;
}

.header-contact-row {
	position: relative;
	/*margin-top: 0px;*/
	top: 0;
	max-height: 25px;
	max-width: 1170px;
	width:100%;
	text-align: center;
	z-index: 1300;
	padding: 0;
	margin: 0 !important;
	
}

@media (max-width: 1200px) {
    .header-contact-row {
		position: relative;
		margin-top: 0px;
		max-height: 25px;
		/*max-width: 1170px;*/
		width:100%;
		/*text-align: center;*/
		z-index: 1300;
		padding: 0;
		margin: 0 !important;
    }
}


@media (max-width: 1024px) {
    .header-contact-row {
		position: relative;
		margin-top: 0px;
		max-height: 25px;
		/*max-width: 1000px;*/
		width:100%;
		/*text-align: center;*/
		z-index: 1300;
		/*font-size:80%;*/
		padding: 0;
		margin: 0 !important;
    }
}

div#mobile-only {
		display: none;
	}

.ofsted-tab {
/* position: fixed; */
float: left;
margin: -10px 0 0 0;
overflow: hidden;
max-width: 90px;
/*max-height: 59px;*/
z-index: 1100;
}

div#mobile-only .ofsted-tab {
/* position: fixed; */
float: right;
margin: -8px 0 0 15px;
overflow: hidden;
max-width: 60px;
/*max-height: 59px;*/
z-index: 1100;
}



@media (max-width: 990px) {
    .header-contact-row .strapline {
		display:none;
    }
	div#mobile-only {
		display: block;
		float: right;
	}
	div#no-mobile-only {
		display:none;
	}
}

.email-phone-login {float: right;}

.insta:before {
    font-family: 'Xander Icons';
    content: "\E81D";
    font-style: normal;
    vertical-align: bottom;
}
    
    /*.insta:hover {
         filter: invert(75%);
    }*/
.faceb:before {
    font-family: 'Xander Icons';
    content: "\E81E";
    font-style: normal;
        vertical-align: bottom;
    
	/*font-family: "FontAwesome" !important;
	content: "\f082";*/
}
.twit:before {
	font-family: "FontAwesome" !important;
	content: "\f081";
        vertical-align: bottom;
}

.menu-social a:hover {
    text-decoration: none !important;
}

.topbar-email:before {
    font-family: 'Xander Icons';
    content: "\e822";
  /*  font-style: normal;
    
	font-family: "FontAwesome" !important;
	content: "\f0e0";*/
}
.topbar-phone:before {
    font-family: 'Xander Icons';
    content: "\e821";
	/*font-family: "FontAwesome" !important;
	content: "\f098";*/
}
.topbar-map:before {
    font-family: 'Xander Icons';
	content: "\e81f";
}
.topbar-login:before {
	font-family: 'Xander Icons';
    content: "\e812";
}
.topbar-search:before {
	font-family: "FontAwesome" ;
	content: "\f002";
}

.main-nav.js-transparent .nav-logo-wrap {
	display:block;
	clear:both;
	float: none;
	z-index: 1350;
	position: relative;
}

@media (max-width: 480px) {
	.main-nav.js-transparent .nav-logo-wrap {
	/*margin-top: 20px;*/
	}
}

.main-nav.js-transparent.small-height .nav-logo-wrap {
	display:block;
	clear:both;
	/*margin-top: 10px;*/
}

@media (max-width: 480px) {
	.main-nav.js-transparent.small-height .nav-logo-wrap {
	/*margin-top: 20px;*/
	}
}

.main-nav.js-transparent .nav-logo-wrap .logo {
	display: inline-block;
	padding: 0;
}

.main-nav.js-transparent .nav-logo-wrap .logo img,
.main-nav.js-transparent .nav-logo-wrap .logo svg {
	
	z-index: 1350;
	position: relative;
}

.main-nav.js-transparent.mobile-on .nav-logo-wrap .logo img,
.main-nav.js-transparent.mobile-on .nav-logo-wrap .logo svg {
	max-width: 251px;
	width: 251px;
	max-height: 90px;
	height: 90px;
	margin: 7px 0 10px 0;
    
    transform: scale(1);
    transform-origin: top center;
    transition: transform 1s ease; 
}

.main-nav.js-transparent.small-height.mobile-on .nav-logo-wrap .logo img, 
.main-nav.js-transparent.small-height.mobile-on .nav-logo-wrap .logo svg {
    
    transform: scale(0.7);
    transform-origin: top center;
    transition: transform 1s ease; 
	

}

.logo svg.st0 {
    fill: rgba(59,58,58,1.00);
    -webkit-transition: fill 400ms ease-in-out;
    -moz-transition: fill 400ms ease-in-out;
    -o-transition: fill 400ms ease-in-out;
    -ms-transition: fill 400ms ease-in-out;
    transition: fill 400ms ease-in-out;
    }

.logo svg.st1 {
    fill: rgba(241,136,30,1.00);
    -webkit-transition: fill 400ms ease-in-out;
    -moz-transition: fill 400ms ease-in-out;
    -o-transition: fill 400ms ease-in-out;
    -ms-transition: fill 400ms ease-in-out;
    transition: fill 400ms ease-in-out;
}

.logo svg:hover .logo svg.st1,
.logo svg:hover #acute .logo svg.st0 {
    fill: rgba(87,187,211,1.00);
    -webkit-transition: fill 400ms ease-in-out;
    -moz-transition: fill 400ms ease-in-out;
    -o-transition: fill 400ms ease-in-out;
    -ms-transition: fill 400ms ease-in-out;
    transition: fill 400ms ease-in-out;
    }


@media (max-width: 600px) {
	.main-nav.js-transparent .nav-logo-wrap .logo img,
    .main-nav.js-transparent .nav-logo-wrap .logo svg {
	/*width: 195px !important;
	max-width: 195px;
	max-height: 70px;
	height: 70px !important;
	margin: 10px 0 10px 0;*/
	}


	.main-nav.js-transparent.small-height .nav-logo-wrap .logo img,
    .main-nav.js-transparent.small-height .nav-logo-wrap .logo svg {
/*    max-width: 167px;
	max-height: 60px;
	height: 60px;
    margin: 10px 0 10px 0;*/
	}

.main-nav.js-transparent.mobile-on .nav-logo-wrap .logo img,
    .main-nav.js-transparent.mobile-on .nav-logo-wrap .logo svg {
	max-width: 167px;
	max-height: 60px;
	height: 60px;
	/*margin: 10px 0 10px 0;*/
}

.main-nav.js-transparent.small-height.mobile-on .nav-logo-wrap .logo img,
.main-nav.js-transparent.small-height.mobile-on .nav-logo-wrap .logo svg {
	/*max-width: 140px;
    max-height: 50px;
	height: 50px;
    margin: 5px 0 10px 0;*/
	}
}

.menu-logo img,
.menu-logo svg {
    width: 167px !important;
    max-width: 167px;
    max-height: 60px;
    height: 60px !important;
    margin: 5px 0 3px 0;
	
   /* -webkit-transition: all 0.6s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -moz-transition: all 0.6s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -o-transition: all 0.6s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -ms-transition: all 0.6s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    transition: all 0.6s cubic-bezier(0.000, 0.000, 0.580, 1.000);*/
	
    z-index: 1501;
    position: relative;
	
    /*border-top: 1px dotted orange;
    border-bottom: 1px dotted orange;
    padding: 10px 0px;*/
}

.menu-social {
    margin: 30px 0px 10px 0px;
	
    -webkit-transition: all 0.6s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -moz-transition: all 0.6s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -o-transition: all 0.6s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -ms-transition: all 0.6s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    transition: all 0.6s cubic-bezier(0.000, 0.000, 0.580, 1.000);
	
    z-index: 1501;
    position: relative;
}

.xv-logo svg {
    width: 113px;
    height: auto;
}

/*.logo svg {
    -webkit-transition: fill 600ms ease-in-out;
    -moz-transition: fill 600ms ease-in-out;
    -o-transition: fill 600ms ease-in-out;
    -ms-transition: fill 600ms ease-in-out;
    transition: fill 600ms ease-in-out;
    
    svg .cls-1 {
    fill: rgba(59,58,58,1.00);
    transition: fill 0.3s ease-in-out;
 
    &:hover, 
    &:focus { 
      fill: rgba(210,187,27,1.00);
    } 
  }     
}


svg.cls-1 {
    fill: rgba(59,58,58,1.00);
    -webkit-transition: fill 600ms ease-in-out;
    -moz-transition: fill 600ms ease-in-out;
    -o-transition: fill 600ms ease-in-out;
    -ms-transition: fill 600ms ease-in-out;
    transition: fill 600ms ease-in-out;
}

svg::hover.cls-1 {
    fill: rgba(81,81,81,1.00);
    -webkit-transition: fill 600ms ease-in-out;
    -moz-transition: fill 600ms ease-in-out;
    -o-transition: fill 600ms ease-in-out;
    -ms-transition: fill 600ms ease-in-out;
    transition: fill 600ms ease-in-out;
}

svg .st1,
svg #acute.st0 {
    fill: rgba(241,136,30,1.00);
    -webkit-transition: fill 600ms ease-in-out;
    -moz-transition: fill 600ms ease-in-out;
    -o-transition: fill 600ms ease-in-out;
    -ms-transition: fill 600ms ease-in-out;
    transition: fill 600ms ease-in-out;
}

svg::hover.st1,
svg::hover#acute.st0 {
    fill: rgba(87,187,211,1.00);
    -webkit-transition: fill 600ms ease-in-out;
    -moz-transition: fill 600ms ease-in-out;
    -o-transition: fill 600ms ease-in-out;
    -ms-transition: fill 600ms ease-in-out;
    transition: fill 600ms ease-in-out;
}*/

li.two svg,
li.four svg {
    position: absolute;
    top: 190px;
    fill: rgba(255,255,255,1);
    text-shadow: rgba(51,50,50,1.00) 2px 2px 3px;
    font-size: 20px;
}

li.three svg,
li.five svg {
    position: absolute;
    top: 109px;
    fill: rgba(255,255,255,1);
    text-shadow: rgba(51,50,50,1.00) 2px 2px 3px;
    font-size: 20px;
}

li.six svg {
    position: absolute;
    top: 145px;
    fill: rgba(255,255,255,1);
    text-shadow: rgba(51,50,50,1.00) 2px 2px 3px;
    font-size: 20px;
}

.ch-item svg,
.ch-item.ch-img-7:hover svg #text {
    transform: scale(1);
    /*display:inline-block;*/
    -webkit-transition: all 1s ease-in-out;
	-moz-transition: all 1s ease-in-out;
	-o-transition: all 1s ease-in-out;
	-ms-transition: all 1s ease-in-out;
	transition: all 1s ease-in-out;
}

.ch-item:hover svg,
.ch-item.ch-img-7 svg #text {
    transform: scale(0);
}

.ch-item.ch-img-7:hover svg {
    transform: scale(1);
}

nav.mobile-on .full-wrapper {
	margin: 0px 0px !important;
}

.videofront p {
    padding:0;
    margin:0;
}

.mobile-on .desktop-nav ul {
    width: 100%;
    float: none;
    background: transparent !important;
    position: relative;
    overflow-x: hidden;
}

.mobile-on .inner-nav,
.main-nav.mobile-on.dark .inner-nav {
	max-width: 100vw;
	width: 100vw;
	display: none;

    height: 100vh;
    min-height: 100vh;
    background-position: fixed;
    position: fixed;
    top: 0px !important;
    left: 0;
    padding: 25px 30px;
    overflow-x: hidden;
    overflow-y: auto;
    background: rgba(245,242,238,1) /*rgba(0,0,0,.75)*/;
    background-attachment: fixed;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
	z-index: 1500;
}

.mobile-on.small-height .inner-nav,
.main-nav.mobile-on.dark.small-height .inner-nav {
	/*max-width: 75%;*/
	width: 100%;
	display: none;

    height: 100%;
    position: fixed;
    top: 0px !important;
	padding: 20px 20px;
}

@media (max-width: 750px) {
	.mobile-on .inner-nav,
	.main-nav.mobile-on.dark .inner-nav {
    top: 0px !important;
	}
      .mobile-on.small-height .inner-nav,
	.main-nav.mobile-on.dark.small-height .inner-nav {
      top: 0px !important;
      }	
}

div.desktop-nav.inner-nav ul li .mobile-only {
	display:none;
}

.mobile-on div.desktop-nav.inner-nav ul li .mobile-only {
	display:block;
}

.mobile-on .desktop-nav ul li a {
/* display: block; */
width: 100%;
height: 50px !important;
line-height: 50px !important;
position: relative;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
padding: 20px 10px;
text-align: center;
border-left: none;
border-right: none;
border-bottom: 0px solid rgba(255,255,255,1);
color: #999;
letter-spacing: 1px;
cursor: pointer;
}

@media (max-width: 480px) {
    .mobile-on .desktop-nav ul li a {
    /* display: block; */
    width: 100%;
    height: 25px !important;
    line-height: 25px !important;
	font-size: 25px;
    }
	
	.menu-logo img {
    width: 160px !important;
    max-width: 250px;
    max-height: 60px;
    height: 60px !important;
    margin: 10px 0px 30px 0px;
    /*border-top: 1px dotted orange;
    border-bottom: 1px dotted orange;
    padding: 7px 0px;*/
	}
}


div#welly-slider-xv,
.slider-title-big {
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
	font-weight: 300;
}

.inner-nav {
/*display: block;*/
position: relative;
float: none;
}

.main-nav.dark {
    width: 100%;
    /*height: 95px !important;*/
    position: relative;
    margin-top: 0px;
    left: 0;
    text-align: center;
    background-color: none;


    -webkit-box-shadow: 0 0px 0 rgba(0,0,0,.05);
    -moz-box-shadow: 0 0px 0 rgba(0,0,0,.05);
    box-shadow: 0 0px 0 rgba(0,0,0,.05);
    z-index: 1230;

    -webkit-transition: all 0.6s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -moz-transition: all 0.6s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -o-transition: all 0.6s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -ms-transition: all 0.6s cubic-bezier(0.000, 0.000, 0.580, 1.000);
	transition: all 0.6s cubic-bezier(0.000, 0.000, 0.580, 1.000);
}

.main-nav.dark.small-height {
	width: 100%;
	height: 80px !important;
	position: relative;
	margin-top: 2px;
	left: 0;
	text-align: center;

    -webkit-box-shadow: 0 0px 0 rgba(0,0,0,.05);
    -moz-box-shadow: 0 0px 0 rgba(0,0,0,.05);
    box-shadow: 0 0px 0 rgba(0,0,0,.05);
    z-index: 1230;



    -webkit-transition: all 0.6s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -moz-transition: all 0.6s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -o-transition: all 0.6s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -ms-transition: all 0.6s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    transition: all 0.6s cubic-bezier(0.000, 0.000, 0.580, 1.000);
}

.inner-nav ul {
float: right;
margin: auto;

font-size: 30px !important;
font-weight: 100;
letter-spacing: 1.2px;
text-transform: uppercase;
text-align: center !important;
line-height: 2em !important;
}

/*.MOBILE NAV */

#menu-wrapper {
	display: table-cell;
    text-align: center;
    vertical-align: middle;
}

.main-nav.dark .mobile-nav {
    height: 60px !important;
    line-height: 60px !important;
    width: 60px !important;
    
	position: relative;
	background-color: transparent;
	border-color: transparent;
	color: rgba(241,136,30,1.0);
	float:left !important;
	margin: -90px auto 0 15px !important;
	z-index: 1600;
}

.main-nav.dark.small-height .mobile-nav {
	margin: -105px auto 0 15px !important;
}


@media (max-width: 600px) {
	.main-nav.dark .mobile-nav {	
/*	left: 10px;*/
	float: left !important;
	margin: -75px auto 0 10px !important;
    }
      .main-nav.dark.small-height .mobile-nav {
      margin: -85px auto 0 10px !important;
      }	
}


.page-loader:not(.loader) {
    animation: none;
}

.mobile-nav .fa {
	font-size: 35px !important;
	color: rgba(241,136,30,1.00) !important;
}

.mobile-nav.small-height .fa {
    font-size: 30px !important;
}


.mobile-nav .fa:hover,
.mobile-nav .fa.active {
	background: none;
	color: rgba(154,121,86,1.00) !important;
}

/* END MOBILE NAV */

.inner-nav ul > li > a {
	width: auto !important;
	/*max-width: 50%;*/
	/*height: 60px !important;
	line-height: 60px !important;
	padding: 20px 10px;
	text-align: center;
	/*text-transform: uppercase;*/
	color: rgba(84,84,84,1.00) !important;
	border-bottom: 0px solid rgba(255,255,255, .065) !important;
	background: rgba(0,0,0,0.00) !important;
	
	-webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
	-o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
	cursor: pointer !important;
}

.inner-nav ul li a:hover,
.inner-nav ul li a.active
.inner-nav ul li a.active-trail {
	color: rgba(82,107,154,1.00) !important;
}

.inner-nav ul li .mn-sub li a.nolink {
	background: rgba(87,87,87,1.00);
}

.inner-nav ul li.huchet a {
	border-bottom: 0px solid rgba(241,136,30,1.00);
}

.inner-nav ul li.huchet a:hover,
.inner-nav ul li.huchet a.active,
.inner-nav ul li.huchet a.active-trail {
	background: none !important;
	color: rgba(82,107,154,1.00) !important;
}

.inner-nav ul li.huchet .mn-sub li a {
	background: none !important;
	color: rgba(30,30,30,1.00) !important;
	
}

.inner-nav ul li.huchet .mn-sub li a:hover,
.inner-nav ul li.huchet .mn-sub li a.active,
.inner-nav ul li.huchet .mn-sub li a.active-trail{
	background: none !important;
	color: rgba(82,107,154,1.00) !important;
}

.tb-megamenu-row .row-fluid {
width: 100%;
}

.inner-nav ul li .mn-sub li.nolink a {
	background: rgba(80,80,80,0.5);
	font-weight: 200;
	text-transform: uppercase;
}

.nolink {
   pointer-events: none;
   cursor: default;
	font-style: italic;
}

.inner-nav ul li .mn-sub li a {
    padding: 10px 15px !important;
    font-size: 18px !important;
    text-align: left;
    letter-spacing: 0;
    color: rgba(255,255,255,1.00);
    cursor: pointer;
	border-bottom: 0px solid rgba(255,255,255,.2) !important;
}

.inner-nav ul li .mn-sub li a:hover,
.inner-nav ul li .mn-sub li a:active,
.main-nav.dark .inner-nav ul > li > a:hover,
.main-nav.dark .inner-nav ul > li > a.active {
    color: rgba(241,136,30,1.00) !important;
}

div#front .front-caption p {
	position: relative;
	/*margin-top: -47px;*/
	padding: 0 15px;
	font-size: 18px;
}

@media (min-width:1170px) {
		div#front .front-caption p {
		font-size: 20px;
		font-weight: 300;
	}
}

/*@media (max-width:1085px) {
	div#front .front-caption p {
	font-size: 15px;
	font-weight: 300;
	}
}*/

/*div#front h3 {
	margin:0;
	padding: 5px 15px;
	color: rgba(255,255,255,1.00);
	text-decoration: none;
	font-size: 26px;
	font-weight: 400;
}*/

/*div#front a {
	text-decoration: none;
	color: rgba(82,107,154,1);
	cursor: pointer;
}

div#front a:hover {
	text-decoration: none;
	color: rgba(82,107,154,1);
}*/

/*** image wrap defs ***/

div#image-wrap-inner.huchet.title {
    /*background: rgba(82,107,154,.7);*/
     box-shadow: 
		inset 100vw 0 0 0 rgba(241,136,30,0.4),
		inset 0 0 0 8px rgba(241,136,30,0.6),
		0 1px 2px rgba(0,0,0,0.1);
    
    -webkit-transition: all 1s ease-in-out;
	-moz-transition: all 1s ease-in-out;
	-o-transition: all 1s ease-in-out;
	-ms-transition: all 1s ease-in-out;
	transition: all 1s ease-in-out;
}

div#image-wrap-inner #status.Current {
    background: rgba(238,106,8,.7);
 
}

div#image-wrap-inner a:after {
	font-family: 'XV Josephine Icons';
    font-style: normal;
    font-weight: 100;
    content: '\e812';
    padding: 0 0 0px 5px;   
    font-size: 20px;
}

div#image-wrap-inner h3 {
	margin: 0;
	padding: 15px 15px;
	color: rgba(255,255,255,1.00);
	text-decoration: none;
	font-size: 24px;
	font-weight: 600;
	letter-spacing: -0.5px;
	height: 100%;
	width: 100%;
	position: absolute;
	z-index: 1;
	top: 0;
    text-align: center;
	
	-webkit-filter: drop-shadow(2px 2px 3px rgba(0,0,0,0.8));
	-moz-filter: drop-shadow(2px 2px 3px rgba(0,0,0,0.8));
	-o-filter: drop-shadow(2px 2px 3px rgba(0,0,0,0.8));
	filter: drop-shadow(2px 2px 3px rgba(0,0,0,0.8));
	
	-webkit-transition: 0.6s ease-in-out;
    -moz-transition: 0.6s ease-in-out;
	-o-transition: 0.6s ease-in-out;
    transition: 0.6s ease-in-out;
}

/* din-2014 used to be DIN 2014 */

.current-exhib #image-wrap-inner h3 {
    font-family: 'din-2014',Gill Sans MT,Open Sans,Helvetica Neue,Helvetica,Arial,sans-serif;
	color: rgba(255,255,255,1.00) !important;
	font-size: 24px;
	font-weight: 600 !important;
}

@media (max-width:1170px) {
	div#image-wrap-inner h3 {
	padding: 5px 15px;
	font-size: 24px;
	font-weight: 600;
	}
}

@media (max-width:1050px) {
	div#image-wrap-inner h3 {
	padding: 5px 15px;
	font-size: 22px;
	font-weight: 600;
	}
}

@media (max-width:990px) {
	div#image-wrap-inner h3 {
	padding: 5px 15px;
	font-size: 24px;
	font-weight: 600;
	}
}

@media (max-width:765px) {
	div#image-wrap-inner h3 {
	padding: 15px 15px 10px 15px;
	font-size: 24px;
	font-weight: 600;
	}
}

@media (max-width:550px) {
	div#image-wrap-inner h3 {
	padding: 15px 15px 10px 15px;
	font-size: 22px;
	font-weight: 600;
	}
}

@media (max-width:320px) {
	div#image-wrap-inner h3 {
	padding: 15px 15px 10px 15px;
	font-size: 20px;
	font-weight: 600;
	}
}

div#image-wrap-inner {
	height: 100%;
	width: 100%;
	position: absolute;
	z-index: 1;
	top: 98%;
	padding:0;
	
	-webkit-transition: 0.6s ease-in-out;
    -moz-transition: 0.6s ease-in-out;
	-o-transition: 0.6s ease-in-out;
    transition: 0.6s ease-in-out;
	cursor: pointer;
}

div#image-wrap-inner p {
	height: 100%;
	width: 85%;
	position: absolute;
	z-index: 1;
	top: 98%;
	padding:0;
	margin-left: auto;
	margin-right: auto;
}


div#image-wrap-outer:hover #image-wrap-inner,
div#image-wrap-outer-low:hover #image-wrap-inner{
	top: 0px;
	cursor: pointer;
}

div#image-wrap-outer:hover #image-wrap-inner h3,
div#image-wrap-outer-low:hover #image-wrap-inner h3 {
    /*display:block;
	top: 35%;*/
    color: rgba(255,255,255,1.0);
	overflow-y: hidden;
	z-index: 1;
    
    display: flex;
    justify-content: center;
    align-items: center;
    
}

div#image-wrap-outer:hover #image-wrap-inner p,
div#image-wrap-outer-low:hover #image-wrap-inner p {
	position: relative;
	text-align: center;
	top: 55%;
	cursor: pointer;
}

div#image-wrap-inner a {
	text-decoration: none;
	display:block;
	color: rgba(255,255,255,1.00);
	cursor: pointer !important;
	font-weight: 600;
}

div#image-wrap-inner a:hover {
	text-decoration: none;
	color: rgba(255,255,255,1.00);
	cursor: pointer !important;
}

div#image-wrap-outer {
	overflow: hidden;
	position: relative;
	/*max-height: 500px;*/
}

div#image-wrap-outer-low {
	overflow: hidden;
	position: relative;
	max-height: 300px;
}

div#image-wrap-outer-low img {
	overflow: hidden;
	min-height:500px !important;
	max-height: 500px!important;
}

div#image-wrap-outer-low img {
	overflow: hidden;
	min-height:300px !important;
	max-height: 300px!important;
}

#image-wrap-outer #status {
    position: absolute;
    top: 10px;
    left: 10px;
    padding: 4px 14px;
    background: rgba(238,106,8,1.00);
    background: rgba(255,132,0,1.00);
    color: rgba(255,255,255,1.00);
    font: 13px/19px 'din-2014', Gill Sans MT, Open Sans, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-weight: 100;
    text-transform: uppercase;
    z-index:1;
}

#image-wrap-outer #status.Previous {
    background: rgba(80,80,80,1.00);
}

#image-wrap-outer #status.Upcoming {
    background: rgba(82,107,154,1.00);
}



/*** end image wrap defs ***/

div#front a {
	text-decoration: none;
	color: rgba(255,255,255,1.00);
	cursor: pointer;
}

div#front a:hover {
	text-decoration: none;
	color: rgba(255,195,37,1.00);
}

/*** front image defs ***/

div#front.front-images {
	max-width: 1170px !important;
	/*margin: 0;*/
	padding: 0;
}

div#front.front-images img {
	max-width:100%;
	width:100% !important;
	height: auto !important;
	opacity: 1;
	object-fit: cover;
	-webkit-transition: opacity 0.5s ease-in-out;
    -moz-transition: opacity 0.5s ease-in-out;
	-o-transition: opacity 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out;
}

div#front.front-images {
	max-width: 1170px !important;
	/*margin: 0;*/
	padding: 0;
}

div#front.front-images img {
	max-width:100%;
	width:100% !important;
	height: auto !important;
	opacity: 1;
	object-fit: cover;
	
	-webkit-transition: opacity 0.35s ease-in-out;
    -moz-transition: opacity 0.35s ease-in-out;
	-o-transition: opacity 0.35s ease-in-out;
    transition: opacity 0.35s ease-in-out;
}

/*** end front image defs ***/

div.region-content img{
	max-width: 100%;
/*	width: 100% !important;*/
	height: auto !important;
}


figure.intext-right {
	float: right;
	max-width: 175px !important;
	height: auto !important;
	margin: 0px 0px 15px 20px;
}

figure.intext-right-250 {
	float: right;
	max-width: 250px !important;
	height: auto !important;
	margin: 0px 0px 15px 20px;
}

figure.intext-right-350 {
	float: right;
	max-width: 350px !important;
	height: auto !important;
	margin: 0px 0px 15px 20px;
}

figure.intext-right-50v {
	float: right;
	max-width: 50vw !important;
	height: auto !important;
	margin: 0px 0px 20px 20px;
}

figure.intext-left {
	float: left;
	max-width: 175px !important;
	height: auto !important;
	margin: 0px 20px 15px 0px;
}

figure.intext-left-250 {
	float: left;
	max-width: 250px !important;
	height: auto !important;
	margin: 0px 20px 15px 0px;
}

figure.intext-left-350 {
	float: left;
	max-width: 350px !important;
	height: auto !important;
	margin: 0px 20px 15px 0px;
}

figure.intext-left-50v {
	float: left;
	max-width: 50vw !important;
	height: auto !important;
	margin: 0px 20px 20px 0px;
}



figure.intext-centre {
	float: none;
	margin-left:auto;
	margin-right:auto;
	max-width: 175px !important;
	height: auto !important;
	margin: 5px 0px 5px 0px;
}

figure.intext-centre-250 {
	float: none;
	margin-left:auto;
	margin-right:auto;
	max-width: 250px !important;
	height: auto !important;
	margin: 5px 0px 5px 0px;
}

figure.intext-centre-350 {
	float: none;
	margin-left:auto;
	margin-right:auto;
	max-width: 350px !important;
	height: auto !important;
	margin: 5px 0px 5px 0px;
}

figure.intext-centre-full {
	float: none;
	min-width: 100% !important;
	height: auto !important;
	margin: 5px 0px 5px 0px;
}

figure.intext-centre-full.box {
    position: relative;
    display: inline-block; /* Make the width of box same as image */
}

 figure.intext-centre-full.box .overlay-title{
    position: absolute;
    z-index: 999;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 7%; /* Adjust this value to move the positioned div up and down */
    text-align: center;
    font-size: 40px !important;
	line-height: 1em;
    color:rgba(28,28,28,1.00);
    width: 60%; /* Set the width of the positioned div */
}

@media (max-width: 1100px) {
	figure.intext-centre-full.box .overlay-title{
        font-size: 30px !important;
        line-height: 1em;
	}
}

@media (max-width: 768px) {
	figure.intext-centre-full.box .overlay-title{
        font-size: 20px !important;
        line-height: 1em;
	}
}

blockquote.history {
	margin: 0 0 10px 0;
	padding: 0;
	background: rgba(80,80,80,1.0);
}

blockquote.history p {
	margin: 0;
	padding: 10px;
	color: rgba(235,235,235,1.00);
}

.quotation{
  font-size: 1em !important;
  //margin: 0 auto;
  quotes: "\201C""\201D""\2018""\2019";
  padding: 5px 0px 10px 10px;
}

.quotation:before {
    content: open-quote;
    display: inline;
	font-family: Constantia, "Lucida Bright", "DejaVu Serif", Georgia, "serif";
    height: 0;
    line-height: 0;
    left: -5px;
    position: relative;
    top: 25px;
    font-size: 3em;
}

.quotation:after {
    content: close-quote;
    display: inline;
    font-family: Constantia, "Lucida Bright", "DejaVu Serif", Georgia, "serif";
    height: 0;
    line-height: 0;
    left: 5px;
    position: relative;
    top: 30px;
    font-size: 3em;
}

a.quote-name {
    padding-left: 15px;
    color: rgba(59,58,58,1.00) !important;
    -webkit-transition: all 0.6s cubic-bezier(0.300, 0.100, 0.580, 1.000);
    -moz-transition: all 0.6s cubic-bezier(0.300, 0.100, 0.580, 1.000);
    -o-transition: all 0.6s cubic-bezier(0.300, 0.100, 0.580, 1.000);
    -ms-transition: all 0.6s cubic-bezier(0.300, 0.100, 0.580, 1.000);
    transition: all 0.6s cubic-bezier(0.300, 0.100, 0.580, 1.000);
}

a.quote-name:hover {
    padding-left: 15px;
    color: rgba(87,187,211,1.00) !important;
    text-shadow: 0 0 1px rgba(255,255,255,1.00), 
        0 1px 2px rgba(0,0,0,0.3);
}

.quote-name:after {
    font-family: 'XV Josephine Icons';
    font-style: normal;
    font-weight: 100;
    content: ' \e812 ' !important;
    font-size: 1em;
    vertical-align: top;
    right: 5px;  
}

blockquote footer{
  margin: 0 10px 10px 0;
	color: rgba(241,136,30,1.00);
  text-align: right !important;
  font-size: 1.5em;
  font-style: italic;
}

.intext-right img,
.intext-left img {
	margin: 0px !important;
}

figure figcaption {
	float: right;
	font-style: italic;
	font-size: 95%;
	color: rgba(82,107,154,1.00);
	text-align: center;
}

@media (min-width: 768px) {
    .portrait {
    margin-top: 45px;
    }
    .portrait figcaption,
    .portrait #status {
    top: 55px !important;
    left: 25px !important;
    }
}

.portrait figcaption,
.portrait #status {
    position: absolute;
    top: 10px;
    left: 10px;
    padding: 4px 14px;
    background: rgba(241,136,30,1.00) !important;
    color: rgba(255,255,255,1.00) !important;
    font: 14px/20px 'din-2014', Gill Sans MT, Open Sans, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-weight: 100;
    text-transform: lowercase;
    font-style: normal !important;
    z-index: 1;
    
}

.intext-right figcaption,
.intext-right-250 figcaption,
.intext-right-350 figcaption{
	float: right;
	font-style: italic;
	font-size: 95%;
	color: rgba(82,107,154,1.00);
	text-align: center;
}

.intext-centre figcaption,
.intext-centre-250 figcaption,
.intext-centre-350 figcaption {
	margin-left:auto;
	margin-right:auto;
	font-style: italic;
	font-size: 90%;
	color: rgba(82,107,154,1.00);	
}

.intext-centre-full figcaption {
	margin-left:auto;
	margin-right:auto;
	font-style: italic;
	font-size: 90%;
	color: rgba(82,107,154,1.00);
	display: block;
	text-align: center;
}


.intext-left figcaption,
.intext-left-250 figcaption,
.intext-left-350 figcaption,
div#sidebar figcaption {
	float: left;
	font-style: italic;
	font-size: 90%;
	color: rgba(241,136,30,1.00);
	background: none;
}

@media (max-width: 768px) {
	figure.intext-right,
	figure.intext-right-250,
	figure.intext-right-350,
    figure.intext-right-50v,
	figure.intext-left,
	figure.intext-left-250,
	figure.intext-left-350,
    figure.intext-left-50v,
	figure.intext-centre,
	figure.intext-centre-250,
	figure.intext-centre-350 {
		width:100%;
		max-width:100% !important;
		height:auto;
		margin:0;
	}
    
    figure.intext-right img,
	figure.intext-right-250 img,
	figure.intext-right-350 img,
    figure.intext-right-50v img,
	figure.intext-left img,
	figure.intext-left-250 img,
	figure.intext-left-350 img,
    figure.intext-right-50v img,
	figure.intext-centre img,
	figure.intext-centre-250 img,
	figure.intext-centre-350 img {
		width:100vw;
		height:auto;
        margin: 0 0 20px 0;
	}
}

div.contextual-region .contextual .contextual-links a {
	color: rgba(33,33,33,1.00) !important;
}

div.contextual-region .contextual .contextual-links a:hover {
	color: rgba(196,121,4,1.00) !important;
}

div.timeline-Tweet-media article,
div.timeline-Tweet-media,
.SandboxRoot.env-bp-min .timeline-Tweet-media,
.MediaCard-mediaContainer {
	
	display: none !important;

}

.footer-title h3 {
	font-size: 17px;
	text-transform: uppercase;
	font-weight: 200;
	color: rgba(115,115,115,1.00) !important;
}

.footer p {
	color: rgba(99,99,99,1.00) !important;
	margin: 0;
}

.footer2 p {
	color: rgba(255,255,255,1.00) !important;
	margin: 0;
}

.footer-social-links a {
    width: 30px;
    height: 30px;
    line-height: 26px !important;
    position: relative;
    margin: 0 5px 0 0;
    text-align: center;
    display: inline-block;
    color: rgba(115,115,115,1.00) !important;
    background-color: transparent;
    cursor: pointer !important;
}

#footer a, 
.row.footer a {
    color: rgba(115,115,115,1.00);
    text-decoration: none;
    cursor: pointer !important;
}

#footer2 a,
.row.footer2 a {
    color: rgba(255,255,255,1.00);
    text-decoration: none;
    cursor: pointer !important;
}

#footer a:hover, 
.row.footer a:hover, 
#footer2 a:hover, 
.row.footer2 a:hover {
    color: rgba(241,136,30,1.00);
    cursor: pointer !important;
}

.footer-social-links a:before {
-webkit-border-radius: 0px;
-moz-border-radius: 0px;
border-radius: 0px;
border: none !important;
-webkit-transform: none;
-moz-transform: none;
-o-transform: none;
-ms-transform: none;
transform: none;
}

.achieve-parent { 
display: grid; 
grid-template-columns: 25% 75%; 
grid-template-rows: auto; 
grid-column-gap: 20px;
grid-row-gap: 15px;
	border-bottom: 1px dotted #9B9A9A;
	margin-bottom: 15px;
}
.achieve-1 { grid-area: 1 / 1 / 2 / 2; } 
.achieve-2 { grid-area: 1 / 2 / 2 / 3; }


.achieve-flex-container {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: flex-start;
    -webkit-align-content: space-around;
    -ms-flex-line-pack: distribute;
    align-content: space-around;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
	border-bottom: 1px dotted #9B9A9A;
	margin-bottom: 15px;
    }

.achieve-flex-item:nth-child(1) {
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
	margin-right: 15px;
	margin-bottom: 15px;
    }

.achieve-flex-item:nth-child(2) {
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
	margin-bottom: 15px;
    }

.achieve-flex-item img {
	width: 250px;
	min-width: 150px !important;
	max-width: 250px !important;
	height: auto;
}

.achieve-flex-item p {
	margin-bottom: 0;
}

@media screen and (max-width: 945px) {
	.achieve-flex-container {
		width:100%;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;}
    .achieve-flex-item:nth-child(1){float:left; width:100%; margin-right: 0;}
    .achieve-flex-item:nth-child(2){width:100%; float:left;}
	.achieve-flex-item img {
	min-width: 100% !important;
	max-width: 100% !important;
	height: auto;
	}
}

div#block-footerachievements img {
	max-height: 65px;
	height: 65px !important;
	width: auto !important;
	margin: 0 20px 10px 0;
}

.mobile div#block-footerachievements img {
	max-height: 40px !important;
	height: 40px !important;
	width: auto !important;
	margin: 0 10px 10px 0;
}

div#block-footerachievements img .achieve-last {
	margin: 0 0 15px 0;
}

div#block-footerachievements:last-of-type {
    margin: 0 0 15px 0;
}

.mobile div#footer_2 .footer_col_address p,
.mobile div#footer_2 .footer_col_translate p,
.mobile div#footer_2 .footer_col_translate .content {
	text-align: center;
	font-weight: 200
}

.footer-image {
max-height: 80px;
height: 80px;
width: auto !important;
margin: 0 30px 15px 0;
}

.footer-image .last {
	margin: 0 0 15px 0;
}

.mobile-on .footer-image {
	max-height: 60px;
	height: 60px;
}

.footer-social-links a:hover:before {
background: transparent !important;
}

a.link-to-top {
    bottom: 10px;
    left: 10px;
    width: 10px;
    height: 10px;
    line-height: 10px;
    text-align: left;
    color: rgba(255,255,255,1.00) !important;
    font-size: 30px;
    text-decoration: none;
    
    -webkit-transition: all 0.6s cubic-bezier(0.300, 0.100, 0.580, 1.000);
    -moz-transition: all 0.6s cubic-bezier(0.300, 0.100, 0.580, 1.000);
    -o-transition: all 0.6s cubic-bezier(0.300, 0.100, 0.580, 1.000);
    -ms-transition: all 0.6s cubic-bezier(0.300, 0.100, 0.580, 1.000);
    transition: all 0.6s cubic-bezier(0.300, 0.100, 0.580, 1.000);
}

a.link-to-top:hover {
    color: rgba(241,136,30,1) !important;
}

.fa-caret-up:before {
    font-family: 'XV Josephine Icons';
    font-style: normal;
    font-weight: 100;
    content: '\e803' !important;
    font-size: 25px;
    vertical-align: middle;
}

.artist .fa-caret-up::before {
    font-size: 15px;
    top: -5px;
    position: relative;
}


.local-scroll.artist a {
    color: rgba(82,107,154,1) !important;
    font-size: 18px !important;
}

.local-scroll.artist a:hover {
    color: rgba(241,136,30,1) !important;
}


div.timeline-Tweet-media,
.SandboxRoot.env-bp-min .timeline-Tweet-media {
	display:none !important;
}

@media screen and (min-width:1200px) and (max-width:1200px){
}


/** history grid **/
@supports (display: grid) {

  .grid {
    display: grid;
    grid-gap: 1.5vw;
    min-height: 100vh;
    padding: 1.5vw;
    }


  .grid {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: 50vh 30vh repeat(7, minmax(20vh, 1fr));
    grid-template-areas:
      "hero   hero"
      "big1   big1"
      "med1   med1"
      "med2   med2"
      "small1 small2"
      "small3 small4"
      "small5 small6"
      "small7 small8"
      "small9 small10";
  }

  /*@media screen and (min-width: 750px) {
    .grid {
      grid-template-columns: repeat(5, 1fr);
      grid-template-rows: repeat(5, 25vh);
      grid-template-areas:
        "hero   hero   hero   med1   med1"
        "hero   hero   hero   med2   med2"
        "big1   big1   big1   big1   big1"
        "small1 small2 small3 small4 small5"
        "small6 small7 small8 small9 small10";
    }
  }

  @media screen and (min-width: 1400px) {
    .grid {
      grid-template-columns: repeat(6, 1fr);
      grid-template-rows: auto;
      grid-template-areas:
      "small1 hero   hero hero med1   med1"
      "small2 hero   hero hero med2   med2"
      "small3 small5 big1 big1 small7 small8"
      "small4 small6 big1 big1 small9 small10";
    }
  }*/

  .grid .item:nth-child(1)  { grid-area: hero; }
  .grid .item:nth-child(2)  { grid-area: big1; }
  .grid .item:nth-child(3)  { grid-area: med1; }
  .grid .item:nth-child(4)  { grid-area: med2; }
  .grid .item:nth-child(5)  { grid-area: small1; }
  .grid .item:nth-child(6)  { grid-area: small2; }
  .grid .item:nth-child(7)  { grid-area: small3; }
  .grid .item:nth-child(8)  { grid-area: small4; }
  .grid .item:nth-child(9)  { grid-area: small5; }
  .grid .item:nth-child(10) { grid-area: small6; }
  .grid .item:nth-child(11) { grid-area: small7; }
  .grid .item:nth-child(12) { grid-area: small8; }
  .grid .item:nth-child(13) { grid-area: small9; }
  .grid .item:nth-child(14) { grid-area: small10; }

}

/* flexbox fallback is the browser does not support display:grid */
@supports not (display: grid) {

  .grid {
    display: flex;
    flex-flow: row wrap;
    min-height: 100vh;
    padding: 0.75vw;
  }

  .grid .item {
    min-height: 20vh;
    margin: 0.75vw;
  }

  .grid .item:nth-child(1)  { flex: 0 1 calc(100% - 1.5vw); height: 50vh; }
  .grid .item:nth-child(2)  { flex: 0 1 calc(100% - 1.5vw); height: 30vh; }
  .grid .item:nth-child(3)  { flex: 0 1 calc(100% - 1.5vw); }
  .grid .item:nth-child(4)  { flex: 0 1 calc(100% - 1.5vw); }
  .grid .item:nth-child(5)  { flex: 0 1 calc(50% - 1.5vw); }
  .grid .item:nth-child(6)  { flex: 0 1 calc(50% - 1.5vw); }
  .grid .item:nth-child(7)  { flex: 0 1 calc(50% - 1.5vw); }
  .grid .item:nth-child(8)  { flex: 0 1 calc(50% - 1.5vw); }
  .grid .item:nth-child(9)  { flex: 0 1 calc(50% - 1.5vw); }
  .grid .item:nth-child(10) { flex: 0 1 calc(50% - 1.5vw); }
  .grid .item:nth-child(11) { flex: 0 1 calc(50% - 1.5vw); }
  .grid .item:nth-child(12) { flex: 0 1 calc(50% - 1.5vw); }
  .grid .item:nth-child(13) { flex: 0 1 calc(50% - 1.5vw); }
  .grid .item:nth-child(14) { flex: 0 1 calc(50% - 1.5vw); }

  @media screen and (min-width: 750px) {
    .grid .item:nth-child(1)  { flex: 0 1 calc(60% - 1.5vw); }
    .grid .item:nth-child(2)  { flex: 0 1 calc(40% - 1.5vw); height: 50vh; }
  }

  @media screen and (min-width: 1400px) {
    .grid .item:nth-child(1)  { flex: 0 1 calc(60% - 1.5vw); }
    .grid .item:nth-child(2)  { flex: 0 1 calc(40% - 1.5vw); }
    .grid .item:nth-child(3)  { flex: 0 1 calc(50% - 1.5vw); }
    .grid .item:nth-child(4)  { flex: 0 1 calc(50% - 1.5vw); }
    .grid .item:nth-child(5)  { flex: 0 1 calc(25% - 1.5vw); }
    .grid .item:nth-child(6)  { flex: 0 1 calc(25% - 1.5vw); }
    .grid .item:nth-child(7)  { flex: 0 1 calc(25% - 1.5vw); }
    .grid .item:nth-child(8)  { flex: 0 1 calc(25% - 1.5vw); }
    .grid .item:nth-child(9)  { flex: 0 1 calc(25% - 1.5vw); }
    .grid .item:nth-child(10) { flex: 0 1 calc(25% - 1.5vw); }
    .grid .item:nth-child(11) { flex: 0 1 calc(25% - 1.5vw); }
    .grid .item:nth-child(12) { flex: 0 1 calc(25% - 1.5vw); }
    .grid .item:nth-child(13) { flex: 0 1 calc(25% - 1.5vw); }
    .grid .item:nth-child(14) { flex: 0 1 calc(25% - 1.5vw); }
  }

}

/* Styles, just for fun */

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

/*body {
  margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  background: #29343d;
}*/

@supports not (display: grid) {
  body:before {
    content: 'Sorry, seems like your browser doesn\'t support display: grid. Below is the flexbox fallback.';
    display: block;
    padding: 2rem 2rem 0;
    color: rgba(255,255,255,1.00);
    text-align: center;
  }
}

/* eu */
.eu-cookie-compliance-banner {
    background: rgba(246,172,87,1.00);
    padding: 10px 30px;
    border-top: 2px solid rgba(255,255,255,1);
}

.sliding-popup-bottom .eu-cookie-withdraw-tab {
    background-color: rgba(246,172,87,1.00);
    font-size: 14px;
    font-weight: 100;
    border: 2px solid white;
    border-bottom: 0;
    transform: translate(-50%,-93%);
}

.eu-cookie-compliance-banner .popup-content .eu-cookie-compliance-message > h2 {
    font-family: 'Fira Sans','Gill Sans MT',Open Sans,Helvetica Neue,Helvetica,Arial,sans-serif;
    font-style: normal;
    font-weight: 900;
    
    font-size: 18px;
    text-align: left;
    color: rgba(255,255,255,1.00) !important;
    margin-bottom: 10px;
}

.eu-cookie-compliance-banner .popup-content .eu-cookie-compliance-message > h2:after {
    content: none;
}

.eu-cookie-compliance-banner .popup-content .eu-cookie-compliance-message p {
    font-family: 'Fira Sans','Gill Sans MT',Open Sans,Helvetica Neue,Helvetica,Arial,sans-serif;
    font-style: normal;
    font-weight: 900;

    color: rgba(255,255,255,1.00) !important;
    font-size: 14px;
}

.eu-cookie-compliance-banner .popup-content .eu-cookie-compliance-buttons .agree-button,
.eu-cookie-compliance-banner .popup-content .eu-cookie-compliance-buttons .decline-button,
.eu-cookie-compliance-banner .popup-content .eu-cookie-compliance-buttons .eu-cookie-compliance-default-button {
    color: rgba(51,51,51,1.00) ;
    background-color: rgba(255,255,255,1.00);
    border: 0px solid rgba(51,51,51,1.00);
    padding: 6px 10px;
    transition: all 0.3s ease-in-out;
    text-decoration: none;
    
    border-radius: 0;
    box-shadow: none;
    background-image: none;
    font-weight: 400;
    font-family: 'Fira Sans','Gill Sans MT',Open Sans,Helvetica Neue,Helvetica,Arial,sans-serif;
    pointer-events: all;
    text-shadow: none;
	
}

.eu-cookie-compliance-banner .popup-content .eu-cookie-compliance-message .find-more-button {
    color: rgba(255,255,255,1.00);
    background-color: transparent;
    border: 1px solid rgba(255,255,255,1.00);
    
    font-size: 14px;
    padding: 1px 4px;
    transition: all 0.3s ease-in-out;
    text-decoration: none;
}

.eu-cookie-compliance-banner .popup-content .eu-cookie-compliance-buttons .agree-button:hover {
    background-color: rgba(85,200,64,1.00);
    color: rgba(255,255,255,1.00);
    
}

.eu-cookie-compliance-banner .popup-content .eu-cookie-compliance-message .find-more-button:hover {
    background-color: rgba(87,187,211,1);
    color: rgba(255,255,255,1.00);
}

.eu-cookie-compliance-banner .popup-content .eu-cookie-compliance-buttons .decline-button:hover,
.eu-cookie-compliance-banner .popup-content .eu-cookie-compliance-buttons .eu-cookie-compliance-default-button:hover {
    background-color: rgba(236,19,90,1.00) !important;
    color: rgba(255,255,255,1.00) !important;
	
}

/* end eu */


.menu-box {
  display: flex !important;
  justify-content: center;
  align-items: center;
  height: 80%;
}

.box {
  display: flex !important;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.diamond {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 2;
  width: 50px;
  height: 50px;
  border-radius: 5px;
  border: 1px solid rgba(255,255,255,1.00);
  box-shadow: 1px 1px 0px rgba(0,0,0,0.2);
  background-image: linear-gradient(to top left, #ddd 0%, #fff 100%);
  text-align: center;
  transform-origin: center;
  transform: rotateZ(45deg);
  transition: box-shadow 250ms, transform 250ms;
}

.diamond span {
  font-weight: bold;
  transform: rotateZ(-45deg)
}

.grid .item:hover .diamond,
.grid .item:focus .diamond {
  box-shadow: 2px 2px 2px rgba(0,0,0,0.2);
  transform:  rotateZ(45deg) scale(1.2);
}

.tooltip {
  position: absolute;
  z-index: 1;
  padding: 0.25rem 1rem;
  border-radius: 5px;
  background: #29343d;
  opacity: 0;
  color: #cedfe9;
  font-size: 0.875rem;
  transition: opacity 500ms, transform 500ms;
}

.tooltip:before {
  content: '';
  position: absolute;
  top: -9px;
  left: calc(50% - 10px);
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #29343d;
}

.grid .item:hover .tooltip,
.grid .item:focus .tooltip {
  opacity: 1;
  transform: translateY(70px);
}

.grid .item {
  position: relative;
  padding: 1vw;
  /*background-position:  left bottom;*/
  background-size: 150% 100%;
  transition: background 500ms, outline 500ms;
  background-position: top left;
  outline: transparent;
}

.grid .item:hover,
.grid .item:focus {
  background-position: top right;
}

.grid .item:focus {
  outline: 2px solid #3eabfa;
}

.grid .item:nth-child(1)  { background-image: linear-gradient(45deg, #cbabfb 0%, #fb7ef6 60%); }
.grid .item:nth-child(2)  { background-image: linear-gradient(45deg, #fb7ef6 0%, #cbabfb 60%); }
.grid .item:nth-child(3)  { background-image: linear-gradient(45deg, #70c1fb 0%, #79ebe0 60%); }
.grid .item:nth-child(4)  { background-image: linear-gradient(45deg, #79ebe0 0%, #70c1fb 60%); }
.grid .item:nth-child(5),
.grid .item:nth-child(6),
.grid .item:nth-child(7),
.grid .item:nth-child(8),
.grid .item:nth-child(9),
.grid .item:nth-child(10),
.grid .item:nth-child(11),
.grid .item:nth-child(12),
.grid .item:nth-child(13),
.grid .item:nth-child(14) { background-image: linear-gradient(45deg, #feeeab 0%, #fb7eb3 60%); }



/* circle page */
/*h2.anchor {
    display: block;
    position: relative;
    top: -50px;
}*/

.ch-grid {
	margin: 20px 0;
	padding: 0;
	list-style: none;
	display: inline-block;
	text-align: center;
	/*width: 100%;*/
    font-family:'din-2014',Gill Sans MT,Open Sans,Helvetica Neue,Helvetica,Arial,sans-serif; 
    font-style: normal;
    font-weight:400;
}

.ch-grid:after,
.ch-item:before {
	content: '';
    display: table;
}

.ch-grid:after {
	clear: both;
}

.ch-grid li.one,
.ch-grid li.six {
	width: 300px;
	height: 300px;
	display: inline-block;
	margin: 10px;
    vertical-align: text-bottom;
}

.ch-grid li.two,
.ch-grid li.four {
	width: 400px;
	height: 400px;
	display: inline-block;
	margin: 10px 0;
    vertical-align: middle;
}

.ch-grid li.three,
.ch-grid li.five {
	width: 220px;
	height: 220px;
	display: inline-block;
	margin: 10px 0 30px 30px;
}

.ch-grid li.seven {
	width: 110px;
	height: 110px;
	/*display: inline-block;*/
	margin: 0 10px 10px 0;
}

/*.ch-grid li.one,*/
.ch-grid li.two,
.ch-grid li.three,
.ch-grid li.five,
.ch-grid li.six,
.ch-grid li.seven {
    float:left;
}

.ch-grid li.four {
    float:right;
}

/*.ch-grid li.three,
.ch-grid li.six {
    float:right;
}*/

.ch-item {
	width: 100%;
	height: 100%;
	border-radius: 50%;
	position: relative;
	cursor: default;
		
	
}

.ch-item.ch-img-2,
.ch-item.ch-img-5 {
    box-shadow: 
		inset 0 0 0 0 rgba(241,136,30,0.4),
		inset 0 0 0 8px rgba(241,136,30,0.6),
		1px 1px 2px rgba(0,0,0,0.1); 
    
    -webkit-transition: all 1s ease-in-out;
	-moz-transition: all 1s ease-in-out;
	-o-transition: all 1s ease-in-out;
	-ms-transition: all 1s ease-in-out;
	transition: all 1s ease-in-out;
}

.ch-item.ch-img-3,
.ch-item.ch-img-4,
.ch-item.ch-img-6,
.ch-item.ch-img-1 {
    box-shadow: 
		inset 0 0 0 0 rgba(87,187,211,0.40),
		inset 0 0 0 6px rgba(87,187,211,0.6),
		1px 1px 2px rgba(0,0,0,0.1); 
    
    -webkit-transition: all 1s ease-in-out;
	-moz-transition: all 1s ease-in-out;
	-o-transition: all 1s ease-in-out;
	-ms-transition: all 1s ease-in-out;
	transition: all 1s ease-in-out;
}

.ch-item.ch-img-7{
    box-shadow: 
		inset 0 0 0 0 rgba(241,136,30,0.4),
        inset 0 0 0 4px rgba(241,136,30,0.6),
        1px 1px 2px rgba(0,0,0,0.1); 
    
    -webkit-transition: all 1s ease-in-out;
	-moz-transition: all 1s ease-in-out;
	-o-transition: all 1s ease-in-out;
	-ms-transition: all 1s ease-in-out;
	transition: all 1s ease-in-out;
}


.ch-img-2,
.ch-img-5 { 
    /*background-color: rgba(241,136,30,1.00);*/
    background-size: cover /*300px 300px*/;
}

.ch-img-1,
.ch-img-3,
.ch-img-4,
.ch-img-6 { 
    /*background-color: rgba(87,187,211,1.00);*/
    background-size: cover /*220px 220px*/;
}

.ch-info {
    font-family:'din-2014',Gill Sans MT,Open Sans,Helvetica Neue,Helvetica,Arial,sans-serif; 
	position: absolute;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	opacity: 0;
	
	-webkit-transition: all 1s ease-in-out;
	-moz-transition: all 1s ease-in-out;
	-o-transition: all 1s ease-in-out;
	-ms-transition: all 1s ease-in-out;
	transition: all 1s ease-in-out;
	
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-o-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	
	-webkit-backface-visibility: hidden; /*for a smooth font */
}

.ch-item.ch-img-2:hover,
.ch-item.ch-img-5:hover{
	box-shadow: 
		inset 0 0 0 100vw rgba(241,136,30,0.6),
		inset 0 0 0 10px rgba(255,255,255,0.8),
		0 1px 2px rgba(0,0,0,0.1);
    -webkit-transition: all 1s ease-in-out;
	-moz-transition: all 1s ease-in-out;
	-o-transition: all 1s ease-in-out;
	-ms-transition: all 1s ease-in-out;
	transition: all 1s ease-in-out;
}

.ch-item.ch-img-1:hover,
.ch-item.ch-img-3:hover,
.ch-item.ch-img-4:hover,
.ch-item.ch-img-6:hover {
	box-shadow: 
		inset 0 0 0 100vw rgba(87,187,211, 0.6),
		inset 0 0 0 8px rgba(87,187,211,0.8),
		0 1px 2px rgba(0,0,0,0.1);
    -webkit-transition: all 1s ease-in-out;
	-moz-transition: all 1s ease-in-out;
	-o-transition: all 1s ease-in-out;
	-ms-transition: all 1s ease-in-out;
	transition: all 1s ease-in-out;
}

.ch-item.ch-img-7:hover {
	box-shadow: 
		inset 0 0 0 0 rgba(87,187,211, 0.6),
        inset 0 0 0 4px rgba(87,187,211,0.8),
        1px 1px 2px rgba(0,0,0,0.1); 
    
    -webkit-transition: all 1s ease-in-out;
	-moz-transition: all 1s ease-in-out;
	-o-transition: all 1s ease-in-out;
	-ms-transition: all 1s ease-in-out;
	transition: all 1s ease-in-out;
}

.ch-item:hover .ch-info {
	opacity: 1;
	
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);	
}

.ch-info h1,
.ch-info h2,
.ch-info h3,
.ch-info h4,

.ch-item h3,
.ch-item h4 {
    font-family:'din-2014',Gill Sans MT,Open Sans,Helvetica Neue,Helvetica,Arial,sans-serif; 
	color: rgba(255,255,255,1.00) !important;
	text-transform: uppercase;
	position: relative;
    margin: 0 10%;
    padding: 20% 0 0 0;
    letter-spacing: 2px;
    font-size: 30px;
    text-shadow: 1px 1px 4px rgba(51,50,50,1.00)/*, 2px 2px 3px rgba(0,0,0,1.00)*/;
    text-align: center !important;
    font-weight: 900;
}

.ch-grid li.one .ch-info h1, .ch-grid li.one .ch-info h2, .ch-grid li.one .ch-info h3, .ch-grid li.two .ch-info h4, .ch-grid li.one .ch-item h3, .ch-grid li.one .ch-item h4 {
    margin: 30% 8% 3% !important;
    padding: 0 !important;
}

.ch-grid li.two .ch-info h1, .ch-grid li.two .ch-info h2, .ch-grid li.two .ch-info h3, .ch-grid li.two .ch-info h4, .ch-grid li.two .ch-item h3, .ch-grid li.two .ch-item h4 {
    margin: 30% 10% 3% !important;
    padding: 0 !important;
    font-size: 35px;
}
.ch-grid li.three .ch-info h1, .ch-grid li.three .ch-info h2, .ch-grid li.three .ch-info h3, .ch-grid li.two .ch-info h4, .ch-grid li.three .ch-item h3, .ch-grid li.three .ch-item h4,
.ch-grid li.five .ch-info h1, .ch-grid li.five .ch-info h2, .ch-grid li.five .ch-info h3, .ch-grid li.two .ch-info h4, .ch-grid li.five .ch-item h3, .ch-grid li.five .ch-item h4,
.ch-grid li.six .ch-info h1, .ch-grid li.six .ch-info h2, .ch-grid li.six .ch-info h3, .ch-grid li.two .ch-info h4, .ch-grid li.six .ch-item h3, .ch-grid li.six .ch-item h4{
    margin: 35% 10% 3% !important;
    padding: 0 !important;

}

.ch-grid li.four .ch-info h1, .ch-grid li.four .ch-info h2, .ch-grid li.four .ch-info h3, .ch-grid li.two .ch-info h4, .ch-grid li.four .ch-item h3, .ch-grid li.four .ch-item h4 {
    margin: 27% 10% 3%!important;
    padding: 0 !important;
    font-size: 35px;
}

.ch-info p {
    color: rgba(255,255,255,1.00);
    /* padding: 10px 5px; */
    font-style: italic;
    /* margin: 20px 30px; */
    font-size: 22px;
    text-align: center !important;
}

.ch-info p a {
    display: inline-block;
    color: rgba(255,255,255,0.8);
    font-style: normal;
    font-weight: 100;
    letter-spacing: 1px;
    padding-top: 0px;
    text-decoration: none;
}

.ch-info p:hover,
.ch-info p a:hover {
	color: rgba(241,136,30,1) !important;
}

.ch-info p a:after {
	font-family: 'XV Josephine Icons';
    font-style: normal;
    font-weight: 100;
    content: '\e802';
    padding: 0 0 0px 5px;   
    font-size: 33px;
    text-shadow: 1px 1px 4px rgba(51,50,50,1.00);
}

.ch-item h3:after {
	font-family: 'XV Josephine Icons';
    font-style: normal;
    font-weight: 100;
    content: "\a\e802";
    /*white-space: pre;*/
    padding: 0 0 0px 5px;   
    font-size: 30px;
    text-shadow: 1px 1px 4px rgba(51,50,50,1.00);
}

/*path {
  fill: transparent;
}

text {
  fill: rgba(255,152,0,1.00);
    font-size: 30px;
}*/



.video-embed-field-responsive-video:after {
padding-bottom: 0;
}

a#hamburger.mm-slideout {
    background: transparent;
    top: 0;
    width: 50px;
    height: 50px;
}

#hamburger {
    background: none;
    border-bottom: 0px solid rgba(255, 255, 255, 0.5);
    top: 5px !important;
    cursor: pointer;
    display: block;
}

#hamburger + .wrapper:before, .wrapper:first-child:before {
    content: '';
    background: url(/sites/all/themes/jollyany/img/phone.png) center center no-repeat transparent;
    display: block;
    width: 2300px;
    height: 1835px;
    margin-left: -400px;
    position: absolute;
    left: 50%;
    top: -1150px;
    z-index: -1;
}

#hamburger {
    box-sizing: border-box;
    display: inline-block;
    height: 45px;
    position: relative;
    right: 1px;
    z-index: 999 !important;
}

#hamburger:before, #hamburger:after, #hamburger span {
    content: '';
    display: block;
    width: 30px;
    height: 5px;
    position: absolute;
    /*right: 15px;*/
    margin: 2px;
    border-right: 23px solid rgb(225, 36, 38);
    border-left: 5px solid rgb(225, 36, 38);
}

#hamburger:before {
    top: 10px;
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    transform:rotate(-180deg)
}

#hamburger span {
    top: 20px;
}

#hamburger:after {
    top: 30px;
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    transform:rotate(-180deg)
}

#hamburger:before, #hamburger:after, #hamburger span {
    -webkit-transition: none 0.4s ease-in-out 0.4s;
    transition: none 0.4s eas-in-out 0.4s;
    -webkit-transition-property: transform, top, bottom, left, opacity;
    transition-property: transform, top, bottom, left, opacity;
}

html.mm-opening #hamburger:before, html.mm-opening #hamburger:after {
    top: 20px;
}

html.mm-opening #hamburger span {
    left: 50px;
    opacity: 0;
}

html.mm-opening #hamburger:before {
    transform: rotate(45deg);
}

html.mm-opening #hamburger:after {
    transform: rotate(-225deg);
}

/* star wars */

.mobile-nav #nav-drawer-toggle {
    position: absolute;
    top: 0;
    width: 60px;
    height: 60px;
    cursor: pointer;
    background-color:#000
}

.mobile-nav #nav-drawer-toggle:active {
    background-color:#000
}

.mobile-nav #nav-drawer-toggle input {
    font-weight:400
}



.mobile-nav #nav-drawer-toggle {
    -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);
    left: 0;
    border-right:1px solid #333
}

.mobile-nav #nav-drawer-toggle .toggle-icon {
    display: block;
    position: relative;
    top: 50%;
    width: 100%;
    margin: -19px auto 0 6px;
    -webkit-transition: margin 600ms;
    -moz-transition: margin 600ms;
    transition:margin 600ms
}

.mobile-nav #nav-drawer-toggle .toggle-icon .bar {
    display: block;
    width: 30px;
    height: 2px;
    margin: 8px;
    border-right: 20px solid #999;
    border-left: 4px solid #999;
    box-sizing: border-box;
    border-radius: 1px;
    -webkit-transition-property: -webkit-transform, margin, border-right-color, box-shadow;
    -moz-transition-property: -moz-transform, margin, border-right-color, box-shadow;
    transition-property: transform, margin, border-right-color, box-shadow;
    -webkit-transition-duration: 600ms;
    -moz-transition-duration: 600ms;
    transition-duration:600ms
}

.mobile-nav #nav-drawer-toggle .toggle-icon .bar:nth-of-type(1) {
    -webkit-transition: opacity 300ms;
    -moz-transition: opacity 300ms;
    transition:opacity 300ms
}

.mobile-nav #nav-drawer-toggle .toggle-icon .bar:nth-of-type(2) {
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    transform:rotate(-180deg)
}

/*pushed*/
.pushed .toggle-icon {
	margin: -3.2em 0 0 0.7em;
}

	.pushed .bar:nth-of-type(1) {
		opacity: 0;
	}

	.pushed .bar:nth-of-type(2) {
		margin-left: 1.4em;
		-webkit-transform: rotate(-137deg) translateY(-1.5em);
		-moz-transform: rotate(-137deg) translateY(-1.5em);
		-ms-transform: rotate(-137deg) translateY(-1.5em);
		-o-transform: rotate(-137deg) translateY(-1.5em);
		transform: rotate(-137deg) translateY(-1.5em);
	}

	.pushed .bar:nth-of-type(3) {
		margin-left: 0.5em;
		-webkit-transform: rotate(-42deg);
		-moz-transform: rotate(-42deg);
		-ms-transform: rotate(-42deg);
		-o-transform: rotate(-42deg);
		transform: rotate(-42deg);
	}


.pushed .toggle-icon:hover .bar:nth-of-type(2) {
	border-right-color: #e9b8b9;
	box-shadow: 0.4em 0 0.6em 0.1em rgba(205,40,44,0.75);
}
.pushed .toggle-icon:hover .bar:nth-of-type(3) {
	border-right-color: #ddf1da;
	box-shadow: 0.4em 0 0.6em 0.1em rgba(83,228,68,0.65);
}

.anchor:before {
  content:"";
  display:block;
  height: 170px; /* fixed header height*/
  margin: -190px 0 0; /* negative fixed header height */
}

.mfp-bg {
top: 0;
left: 0;
width: 100%;
height: 100%;
overflow: hidden;
position: fixed;
background: rgba(241,136,30,1.00);
opacity: 0.8;
filter: alpha(opacity=80);
z-index: 1800;
}

.mfp-wrap {
z-index: 1802;
}

.mfp-content {
z-index: 1804;
}

button.mfp-close, button.mfp-arrow {
  z-index: 1806;
}

.mfp-counter {
color: rgba(35,35,35,1.00);
font-size: 14px;
}
