/*
Theme Name: Nine Elms London
Theme URI: https://nineelmslondon.com
Description: A fresh responsive theme for Nine Elms.
Author: Earth Branding
Author URI: http://earth.london
Version: 1.0


ARTS & CULTURE			#CE3696		rgb(206,54,150)
ARTS & CULTURE:HOVER	#902669 	rgb(144,38,105)
OUTDOORS				#7DD500		rgb(125,213,0)
OUTDOORS:HOVER			#579500		rgb(87,149,0)
FOOD					#7E5BB9		rgb(126,91,185)
FOOD:HOVER				#584081		rgb(88,64,129)
BUSINESS				#FFBE00		rgb(255,190,0)
BUSINESS:HOVER			#B28500		rgb(178,133,0)
HERITAGE				#00A0FF		rgb(0,160,255)
HERITAGE:HOVER			#0070B2 	rgb(0,112,178)
GREY					#ECECEC		rgb(236,236,236)
GREY:HOVER				#D4D4D4		rgb(212,212,212)

Media queries breakpoints

@screen-xs			480
@screen-sm			768
@screen-md			992
@screen-lg			1200

*/

@font-face
{
    font-family:"Neuzeit";
    font-weight: 500;
    src:url("fonts/neuzeit-s/840b8bdf-7d26-449a-9620-8cb6663f18cc.eot?#iefix");
    src:url("fonts/neuzeit-s/840b8bdf-7d26-449a-9620-8cb6663f18cc.eot?#iefix") format("eot"),
    url("fonts/neuzeit-s/d741af6b-26f4-4e34-b55d-432ccade3280.woff2") format("woff2"),
    url("fonts/neuzeit-s/77aaeb7b-86f4-47a1-8196-74a660dd0919.woff") format("woff"),
    url("fonts/neuzeit-s/efdf74e6-bfd4-466d-93fd-4f8f4d55b80c.ttf") format("truetype"),
    url("fonts/neuzeit-s/be8d3917-a4cf-4d8f-b767-4e84bcbe300c.svg#be8d3917-a4cf-4d8f-b767-4e84bcbe300c") format("svg");
}

@font-face
{
    font-family:"NeuzeitBold";
    font-weight: 500;
    src:url("fonts/neuzeit-s/74c31844-4217-4fe8-82f7-88a5075de2e8.eot?#iefix");
    src:url("fonts/neuzeit-s/74c31844-4217-4fe8-82f7-88a5075de2e8.eot?#iefix") format("eot"),
    url("fonts/neuzeit-s/3da0a3e3-3dff-405c-a0b2-0b0050b21771.woff2") format("woff2"),
    url("fonts/neuzeit-s/a1476bae-b118-4e9d-b711-c84091d9bc16.woff") format("woff"),
    url("fonts/neuzeit-s/096111d9-3ba2-4828-ae9a-29fb4e03c0b1.ttf") format("truetype"),
    url("fonts/neuzeit-s/74a8e701-bffc-464e-a60b-63169debd492.svg#74a8e701-bffc-464e-a60b-63169debd492") format("svg");
}

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

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-search:before {
  content: "\e986";
}
.icon-google-plus:before {
  content: "\ea8b";
}
.icon-facebook:before {
  content: "\ea90";
}
.icon-instagram:before {
  content: "\ea92";
}
.icon-twitter:before {
  content: "\ea96";
}
.icon-rss:before {
  content: "\ea9b";
}
.icon-youtube:before {
  content: "\ea9d";
}
.icon-vimeo:before {
  content: "\eaa0";
}
.icon-tumblr:before {
  content: "\eab9";
}
.icon-soundcloud:before {
  content: "\eac3";
}
.icon-linkedin2:before {
  content: "\eaca";
}
.icon-pinterest2:before {
  content: "\ead2";
}
.icon-chevron-left-outline:before {
  content: "\e900";
}
.icon-chevron-right-outline:before {
  content: "\e901";
}
.icon-chevron-right:before {
  content: "\e902";
}
.icon-chevron-left:before {
  content: "\e903";
}
.icon-chevron-down:before {
  content: "\e904";
}
.icon-chevron-up:before {
  content: "\e905";
}
.icon-chevron-right2:before {
  content: "\e906";
}
.icon-chevron-left2:before {
  content: "\e907";
}


::-webkit-scrollbar {
width: 15px;
height: 15px;
}
::-webkit-scrollbar-track-piece  {
background-color: #d1d1d1;
}
::-webkit-scrollbar-thumb:vertical {
height: 30px;
background-color: #666;
}



a:focus, a:active, a:visited, a:link,
button:focus, button:active,
input:focus, input:active,
select:focus, select:active,
textarea:focus, textarea:active{ outline: none; }

.btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus {
    outline: none !important;
    outline-offset: 0 !important;
}



.sign-up-form{ }
.sign-up-form input[type="text"]{ padding: 10px; height: 40px; line-height: 40px; width: 300px; float: left; border: 1px solid #fff; margin: 0 10px 10px 0; }
.sign-up-form input[type="submit"]{ padding: 10px; height: 40px; margin-bottom: 10px; cursor: pointer; font-family: "NeuzeitBold"; width: 90px; float: left; color: #fff; background-color: #000; border: 1px solid #000; }
.sign-up-form input[type="submit"]:hover{ background-color: #333; }

.js-newsletter-signup-modal{
	padding: 10px;
    height: 40px;
    margin-bottom: 30px;
    cursor: pointer;
    font-family: "NeuzeitBold";
    color: #fff !important;
    background-color: #000;
    margin: 10px auto;
    text-decoration: none !important;
    display: inline-block;
}
.js-newsletter-signup-modal:hover{ color: #ffffff !important; background-color: #CE3696 !important; }
    

.modal-map{ width: 100%; height: 500px; }
#modal-map{ padding: 16px; z-index: 160; background-color: #fff; position: absolute; top: 50px; right: 5px; display: none; box-shadow: 2px 2px 2px #999; }
#modal-map h2{ margin: 0 0 10px 0; }
#modal-map p, #modal-map li{ font-size: 16px; font-family: "Neuzeit"; }
#modal-map p:last-of-type{ margin-bottom: 0; }
#modal-map ol, #modal-map ul{ margin: 0 0 15px 10px; padding: 0; }
#modal-map ol li, #modal-map ul li{ margin: 0 0 4px 15px; padding: 0; }
#modal-map a{ text-decoration: underline; color: #000; font-family: "NeuzeitBold"; }
#modal-map a:hover{ color: #333; text-decoration: none; }
#modal-map-container{ width: 315px; max-height: 400px; padding-right: 16px; overflow-x: hidden; overflow-y: scroll; }
#modal-map-container::-webkit-scrollbar-thumb { background: #ECECEC; border-radius: 3px; }

.map-arts-and-culture #modal-map-container::-webkit-scrollbar-thumb { background: #CE3696; }
.map-outdoors #modal-map-container::-webkit-scrollbar-thumb { background: #7DD500; }
.map-food #modal-map-container::-webkit-scrollbar-thumb { background: #7E5BB9; }
.map-business #modal-map-container::-webkit-scrollbar-thumb { background: #FFBE00; }
.map-heritage #modal-map-container::-webkit-scrollbar-thumb { background: #00A0FF; }

#modal-map-container::-webkit-scrollbar{ background: #fff; width: 6px; }
#modal-map-container::-webkit-scrollbar-button{ display: none; }
#modal-map-container::-webkit-scrollbar-track{ width: 30px; }
#modal-map-x{ position: absolute;top: -30px;right: 18px;font-size: 20px;color: #000;cursor: pointer;z-index: 180;background-color: #fff;height: 30px;width: 30px;text-align: center;border-top-left-radius: 8px;border-top-right-radius: 8px; }
#modal-map-x img{ margin: 6px auto !important; display: block !important; }
#modal-map-x:hover{ color: #444; }


@media screen and (min-width: 600px)
{
	#modal-map{ right: 60px; }
	#modal-map-container{ width: 360px; }
}
 
@media screen and (min-width: 992px)
{
	.modal-map{ height: 550px; }
}

@media screen and (min-width: 1200px)
{
	.modal-map{ height: 600px; }
}

@media screen and (min-width: 1400px)
{
	.modal-map{ height: 750px; }
}

@media screen and (min-width: 1800px)
{
	.modal-map{ height: 700px; }
}





body{ font-family:"Neuzeit", "Neuzeit Office", Arial; padding-top: 60px; }
@media screen and (min-width: 600px)
{
	body{ padding-top: 0; }
}

hr{ border-color: #bbb; }  

.large-hr hr{ margin-top: 30px; margin-bottom: 30px; }
.the-content.contact-content p{ line-height: 1.8em; }
.the-content.contact-content ul{ margin: 0; padding: 0; }
.the-content.contact-content ul li{ margin: 0 0 8px 0; padding: 0; list-style: none; }
.the-content.contact-content a{ font-family:"NeuzeitBold"; font-weight: 500; }

b, strong{ font-family:"NeuzeitBold"; font-weight: 500 !important; }
h1, .h1 {font-size: 44px; }
.the-content{ font-size: 16px; }
.the-content p{ margin-bottom: 15px; }
.the-content ol, .the-content ul{ margin: 0 0 15px 10px; padding: 0; }
.the-content ol li, .the-content ul li{ margin: 0 0 4px 15px; padding: 0; }
.the-content a{ text-decoration: underline; color: #000; }
.the-content a:hover, .the-content a:focus{ text-decoration: none; color: #333; }
.the-content a.read-more{ text-decoration: none; }
.the-content a.read-more i{ position: relative; top: 2px; }

blockquote{ font-size: 16px; line-height: 1.6em; padding: 0; border: none; position: relative; quotes: "\201C""\201D""\2018""\2019"; padding-left: 40px; }
blockquote:before{ content: open-quote; font-size: 100px; font-family: "Arial","Helvetica"; position: absolute; top: 20px; left:0; }
blockquote:after{ content: close-quote; font-size: 100px; font-family: "Arial","Helvetica"; position: absolute; }
.category-arts-and-culture blockquote, .category-arts-and-culture blockquote:before{ color: #CE3696; bottom: 0px; right:0;}
.category-outdoors blockquote, .category-outdoors blockquote:before{ color: #7DD500; }
.category-food blockquote, .category-food blockquote:before{ color: #7E5BB9; }
.category-business blockquote, .category-business blockquote:before{ color: #FFBE00; }
.category-heritage blockquote, .category-heritage blockquote:before{ color: #00A0FF; }
@media screen and (min-width: 830px)
{
	blockquote{ padding-left: 0; }
	blockquote:before{ top: 20px; left: -40px; }
	blockquote:after{ bottom: 0px; right: -40px; }
}


ol.search-results{ margin: 0; padding: 0; list-style: none; }
ol.search-results li{ margin: 0 0 15px 0; padding: 0 0 15px 0; border-bottom: 1px solid #e1e1e1; list-style: none; }
ol.search-results li:last-child{ border-bottom: 0; }

.color-arts-and-culture{ color: #CE3696 !important; }
.color-outdoors{ color: #7DD500 !important; }
.color-food{ color: #7E5BB9 !important; }
.color-business{ color: #FFBE00 !important; }
.color-heritage{ color: #00A0FF !important; }
.color-black, .color-black a{ color: #000 !important; }

img{ max-width: 100%; height: auto; }
img.block{ display: block; margin: 0; }
img.aligncenter{ margin-left: auto; margin-right: auto; display: block; margin-bottom: 20px; }

.clear{ clear: both; }

.clearfix:after {visibility:hidden;display:block;font-size:0;content:" ";clear:both;height:0;}
.clearfix { display: inline-block; }
* html .clearfix { height: 1%; }
.clearfix { display: block; }

.container h1, .container h2, .container h3, .container h4, .container h5, .container h6{ margin-top: 0; }

.the-content h2{ margin-top: 50px; }
.the-content h3, .the-content h4, .the-content h5, .the-content h6{ margin-top: 30px; }

.the-content h2:first-child, .the-content h3:first-child, .the-content h4:first-child, .the-content h5:first-child, .the-content h6:first-child{ margin-top: 20px; }

.position-relative{ position: relative; }
.float-none{ float: none !important; }
.underline{ text-decoration: underline !important; }

ul.news-archive-list{ margin: 0; padding: 0; }
ul.news-archive-list li{ float: left; list-style: none; margin: 3px; padding: 0; line-height: 32px; }
ul.news-archive-list li a{ display: block; padding: 6px 10px; line-height: 20px; background-color: #000; color: #fff; text-decoration: none; }
ul.news-archive-list li a:hover{ background-color: #333; }
ul.news-archive-list li:first-child{ float: none; }
@media screen and (min-width: 768px)
{
	ul.news-archive-list li{ margin: 6px; }
	ul.news-archive-list li:first-child{ margin-left: 0; float: left; }
	ul.news-archive-list li:last-child{ margin-right: 0; }
}

.nine-elms-logo{ position: absolute; top: 0; left: 0; z-index: 150; background-color: #fff; padding: 6px; border-left: 1px solid #f9f9f9; border-right: 1px solid #f9f9f9; }
.nine-elms-logo img.vertical-logo{ width: 40px; height: auto; display: none; }
.nine-elms-logo img.horizontal-logo{ height: 44px; width: auto; display: none; }
@media screen and (max-width: 599px)
{
	.nine-elms-logo img.horizontal-logo{ display: block; }
}
@media screen and (min-width: 600px)
{
	.nine-elms-logo img.vertical-logo{ display: block; }
	#searchform{ display: block; }
}
@media screen and (min-width: 768px)
{
	.nine-elms-logo{ padding: 18px; }
	.nine-elms-logo img.vertical-logo{ width: 60px; }
}
@media screen and (min-width: 992px)
{
	.nine-elms-logo img.vertical-logo{ width: 80px; }
}


#searchform{ margin: 15px 0 0 0; padding: 0; border-bottom: 2px solid #fff; float: right; width: 150px; display: none; }
#searchform fieldset{ margin: 0; padding: 0; border: none; }
#searchform #s, #searchform #searchsubmit{ float: left; }
#searchform #s{ width: 120px; border: 0; background-color: #000; color: #fff; padding: 2px 8px; margin-right: 6px; display: block; height: 24px; line-height: 20px; }
#searchform #searchsubmit{ width: 20px; height: 24px; border: none; background-color: #000; background-image: url('images/search.svg'); background-size: 20px 20px; background-repeat: no-repeat; text-indent: 300px; overflow: hidden; }
#searchform #s:focus, #searchform #s:active, #searchform #searchsubmit:focus, #searchform #searchsubmit:active{ outline: none; }
#searchform #s:focus{ background-color: #333; border-top-left-radius: 8px; border-top-right-radius: 8px; }
@media screen and (min-width: 992px)
{
	#searchform{ display: block; }
}
@media screen and (min-width: 1200px)
{
    #searchform{ width: 250px; }
	#searchform #s{ width: 224px; }
}


.header-social-cta{ float: right; padding-top: 5px; margin-right: 2px; margin-left: 2px; }
.header-social-cta button{ padding: 0 !important; }
.header-social-cta a{ display: block; color: #fff; width: 40px; height: 40px; text-align: center; line-height: 40px; font-size: 18px; }
.header-social-cta a:hover, .header-social-cta a:active, .header-social-cta a:focus{ text-decoration: none; }

.header-social-cta a.header-social-facebook:hover{ color: #3B5998; }
.header-social-cta a.header-social-twitter:hover{ color: #1DA1F2; }
.header-social-cta a.header-social-instagram:hover{ color: #ca00ad; }
.header-social-cta a.header-social-youtube:hover{ color: #c4302b; }
.header-social-cta a.header-social-search:hover{ color: #7DD500; }


#ne-cookie-policy{ padding: 10px 0; }
#ne-cookie-policy-container{ position: fixed; bottom: 0; left: 0; width: 100%; background-color: #e1e1e1; }
#ne-cookie-policy-container a{ color: #000; text-decoration: underline; }
#ne-cookie-policy-container a:hover{ color: rgba(0,0,0,0.8); }
#ne-close-cookie-policy{ cursor: pointer; }

.the-content ul.partners-list{ margin: 0; padding: 0; list-style: none; }
.the-content ul.partners-list li{ width: 32.33333333%; float: left; padding: 0.5%; list-style: none; margin: 0; }
.the-content ul.partners-list li img{ border: 1px solid #e1e1e1; display: block; }
@media only screen and (max-width: 767px){
	.the-content ul.partners-list li{ width: 48%; }
}






.mobile-menu{ display: none; }
.mobile-menu-button{ display: none; position: absolute; background-color: #fff; border: 1px solid #eee; z-index: 500; color: #fff; text-align: center; cursor: pointer; }
.mobile-menu-button:hover{ background-color: #f5f5f5; }
.open.mobile-menu-button{ background-color: #fff; }

.mobile-menu-icon{ position: absolute; top: 8px; width: 74%; left: 8px; right: 8px; }
.open .mobile-menu-icon{ top: 8px; width: 100%; left: 0; right: 0; }
    
.mobile-menu-container{ display: none; z-index: 2000; overflow: hidden; background: #f5f5f5; width: 100%; height: 100%; left: 0; top: 0; position: fixed; }
.mobile-menu-nav{ display: none; margin: 0 auto; padding: 20px; position: relative; top: 0; left: 0; width: 100%; height: auto; z-index: 3000; min-height: 300px; }

.mobile-menu-top-menu, .mobile-menu-top-menu li, .mobile-menu-top-menu ul{ margin: 0; padding: 0; list-style: none; }
ul.mobile-menu-top-menu{ border: 2px solid #dcdcdc; }
.mobile-menu-top-menu li{ display: none; text-align: center; }
.mobile-menu-top-menu > li{ border-bottom: 2px solid #dcdcdc; font-size: 26px; } 
.mobile-menu-top-menu > li:last-child{ border-bottom: none; }
.mobile-menu-top-menu > li > ul{ margin-bottom: 14px; }
.mobile-menu-top-menu li li{ font-size: 22px; font-weight: normal; } 
.mobile-menu-top-menu li a{ color: #000; display: block; padding: 12px 8px; text-decoration: none; }
.mobile-menu-top-menu li a:hover{ background-color: #f1f1f1; color: #333; }
.mobile-menu-top-menu li li a{ padding: 4px 8px; }

.mobile-menu-top-menu li.ne-menu-theme{ color: #fff; }
.mobile-menu-top-menu li.ne-menu-pink a{ background-color: #fff; color: #CE3696; }
.mobile-menu-top-menu li.ne-menu-pink a:hover{ color: #902669; }
.mobile-menu-top-menu li.ne-menu-green a{ background-color: #fff; color: #7DD500; }
.mobile-menu-top-menu li.ne-menu-green a:hover{ color: #579500; }
.mobile-menu-top-menu li.ne-menu-purple a{ background-color: #fff; color: #7E5BB9; }
.mobile-menu-top-menu li.ne-menu-purple a:hover{ color: #584081; }
.mobile-menu-top-menu li.ne-menu-yellow a{ background-color: #fff; color: #FFBE00; }
.mobile-menu-top-menu li.ne-menu-yellow a:hover{ color: #B28500; }
.mobile-menu-top-menu li.ne-menu-blue a{ background-color: #fff; color: #00A0FF; }
.mobile-menu-top-menu li.ne-menu-blue a:hover{ color: #0070B2; }
.mobile-menu-top-menu li.ne-menu-grey a{ background-color: #fff; color: #ECECEC; }
.mobile-menu-top-menu li.ne-menu-grey a:hover{ color: #D4D4D4; }

.js-search-modal i{ /* margin-right: -38px; */ }

.owl-carousel .owl-item img { }
.owl-carousel .owl-item img:hover { opacity: 0.8; }

.modal-content{ box-shadow: none; -webkit-box-shadow: none; border: none; background-color: #fff; }
.modal-title{ color: #000; }
.close{ opacity: 0.8 !important; text-shadow: none !important; }

#input-search{ }
button.btn-circle{ border-radius: 20px; width: 40px; height: 40px; }
.input-group-full-width{ width: 100%; }
.btn-submit-search {
    float: none;
    clear: both;
}

.mobile-menu-button{
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  cursor: pointer;
}

.mobile-menu-button span {
  display: block;
  position: absolute;
  height: 4px;
  width: 36px;
  background: #000;
  border-radius: 4px;
  opacity: 1;
  left: 3px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
}

.mobile-menu-button span:nth-child(1) {
  top: 10px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

.mobile-menu-button span:nth-child(2) {
  top: 20px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

.mobile-menu-button span:nth-child(3) {
  top: 30px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

.mobile-menu-button.open span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 7px;
  left: 16px;
}

.mobile-menu-button.open span:nth-child(2) {
  width: 0%;
  opacity: 0;
}

.mobile-menu-button.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 32px;
  left: 16px;
}

@media screen and (max-width: 600px)
{
	.mobile-menu-button{ display: block; width: 60px; height: 60px; font-size: 30px; line-height: 38px; top: 0; right: 0; }
	.mobile-menu-nav{ top: -60px; }
}
@media screen and (min-width: 601px) and (max-width: 767px)
{
	.mobile-menu-button{ display: block; width: 60px; height: 60px; font-size: 40px; line-height: 58px; top: 10px; right: 10px; }
}










svg *[class^="animate"]{ display: none; }











.top-nav-bar{ background-color: #000; color: #fff; height: 0; position: fixed; top: 0; width: 100%; z-index: 150; }
.top-nav-bar nav, .themes-nav-bar nav{ margin-left: 30px; }
.top-nav-bar nav li, .themes-nav-bar nav li{ list-style: none; }
.top-nav-bar nav ul{ margin: 0; display: none; }
.top-nav-bar nav li{ color: #fff; float: left; }
.top-nav-bar nav li a{ color: #fff; }
.top-nav-bar nav li{ margin: 0 8px; position: relative; }
.top-nav-bar nav li:first-child{ margin-left: 0; }
.top-nav-bar nav li:last-child{ margin-right: 0; }
.top-nav-bar nav li a{ line-height: 50px; padding: 10px 0; text-decoration: none; }
.top-nav-bar nav li a:hover{ text-decoration: underline; color: #f5f5f5; }

.top-nav-bar nav li ul.sub-menu{  opacity: 0; margin: 0; padding: 0; position: absolute; width: 260px; z-index: 9999; background-color: rgba(0, 0, 0, 0.9); top: -800px; left: -12px; }
.top-nav-bar nav li:hover ul.sub-menu{ top: 50px; -webkit-transition: opacity 0.2s ease-in; -moz-transition: opacity 0.2s ease-in; -o-transition: opacity 0.2s ease-in; opacity: 1; }

.top-nav-bar nav li ul.sub-menu{}
.top-nav-bar nav li .sub-menu a{ display: block; padding: 8px 12px; line-height: 20px; transition: all 0.3s ease; }
.top-nav-bar nav li .sub-menu a:hover{ text-decoration: none; background-color: #cecece; padding-left: 16px; color: #000; }
.top-nav-bar nav li .sub-menu li{ float: none; padding: 0; margin: 0; line-height: 20px; }
.top-nav-bar nav li .sub-menu li:first-child a{}
.top-nav-bar nav li .sub-menu li:last-child a{ }

@media screen and (min-width: 600px)
{
	.top-nav-bar{ position: relative; }
}

@media screen and (min-width: 768px)
{
	.top-nav-bar nav, .themes-nav-bar nav{ margin-left: 70px; }
	.top-nav-bar{ height: 50px; }
	.top-nav-bar nav ul{ display: block; }
}
@media screen and (min-width: 992px)
{
	.top-nav-bar nav, .themes-nav-bar nav{ margin-left: 100px; }
}
@media screen and (min-width: 1200px)
{
	.top-nav-bar nav li{ margin: 0 15px; }
}


.theme-headline{ padding-top: 30px; text-align: center; }

@media screen and (max-width: 767px)
{
	.theme-iconography svg{ max-width: 480px; margin: 0 auto; display: block; }
}



@media screen and (min-width: 768px) and (max-width: 991px)
{
	.theme-partnerships ul.councils-logos-list li .wandsworth-council{ width: 70px; }
	.theme-partnerships ul.councils-logos-list li .lambeth-council{ width: 70px; margin-top: 12px;  }
}

@media screen and (min-width: 768px)
{
	.theme-headline{ font-size: 30px; text-align: left; }
}

@media screen and (min-width: 992px)
{
	.theme-headline{ font-size: 40px; padding-top: 40px; }
}

@media screen and (min-width: 1200px)
{
	.theme-headline{ font-size: 65px; }
	.theme-partnerships{ padding: 20px 0; }
}

.themes-nav-bar{ color: #000; height: 60px; width: 100%; position: fixed; z-index: 100; top: 0; border-bottom: 1px solid #e1e1e1; background-color: #ffffff; }
.themes-nav-bar nav ul{ margin: 22px 0 0 0; display: none; }
.themes-nav-bar nav li, .themes-nav-bar nav li a{ color: #000;  float: left; font-size: 16px; position: relative; }
.themes-nav-bar nav li{ margin: 0 8px; }
.themes-nav-bar nav li:first-child{ margin-left: 0; }
.themes-nav-bar nav li:last-child{ margin-right: 0; }
.themes-nav-bar nav li a{ padding: 8px 0; text-decoration: none; }
.themes-nav-bar nav li a:after{ content: ''; margin-left: auto; margin-right: auto; height: 3px; background-color: transparent; position: absolute; bottom: 6px; left: 0; right: 0; width: 0; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s; }
.themes-nav-bar nav li a:hover{ text-decoration: none; color: #444; }
.themes-nav-bar nav li a:hover:after, .themes-nav-bar nav li.current_page_item a:after{ width: 100%; background-color: #444; }

.themes-nav-bar nav li.ne-menu-pink a{ color: #CE3696; }
.themes-nav-bar nav li.ne-menu-pink a:hover{ color: #CE3696; }
.themes-nav-bar nav li.ne-menu-pink a:hover:after, .themes-nav-bar nav li.ne-menu-pink.current_page_item a:after{ background-color: #CE3696; }
.themes-nav-bar nav li.ne-menu-green a{ color: #7DD500; }
.themes-nav-bar nav li.ne-menu-green a:hover{ color: #7DD500; }
.themes-nav-bar nav li.ne-menu-green a:hover:after, .themes-nav-bar nav li.ne-menu-green.current_page_item a:after{ background-color: #7DD500; }
.themes-nav-bar nav li.ne-menu-purple a{ color: #7E5BB9; }
.themes-nav-bar nav li.ne-menu-purple a:hover{ color: #7E5BB9; }
.themes-nav-bar nav li.ne-menu-purple a:hover:after, .themes-nav-bar nav li.ne-menu-purple.current_page_item a:after{ background-color: #7E5BB9; }
.themes-nav-bar nav li.ne-menu-yellow a{ color: #FFBE00; }
.themes-nav-bar nav li.ne-menu-yellow a:hover{ color: #FFBE00; }
.themes-nav-bar nav li.ne-menu-yellow a:hover:after, .themes-nav-bar nav li.ne-menu-yellow.current_page_item a:after{ background-color: #FFBE00; }
.themes-nav-bar nav li.ne-menu-blue a{ color: #00A0FF; }
.themes-nav-bar nav li.ne-menu-blue a:hover{ color: #00A0FF; }
.themes-nav-bar nav li.ne-menu-blue a:hover:after, .themes-nav-bar nav li.ne-menu-blue.current_page_item a:after{ background-color: #00A0FF; }
.themes-nav-bar nav li.ne-menu-grey a{ color: #ECECEC; }
.themes-nav-bar nav li.ne-menu-grey a:hover{ color: #ECECEC; }
.themes-nav-bar nav li.ne-menu-grey a:hover:after, .themes-nav-bar nav li.ne-menu-grey.current_page_item a:after{ background-color: #ECECEC; }

@media screen and (min-width: 600px)
{
	.themes-nav-bar{ position: relative; height: 80px; border-bottom: none; }
	.themes-nav-bar nav ul{ display: block; }
}

@media screen and (min-width: 768px)
{
	.themes-nav-bar nav ul{ margin: 15px 0 0 0; }
	.themes-nav-bar nav li{ margin: 0 10px; }
	.themes-nav-bar nav li, .themes-nav-bar nav li a{ font-size: 24px; }
}


@media screen and (min-width: 992px)
{
	.themes-nav-bar{ height: 110px; }
	.themes-nav-bar nav ul{ margin: 25px 0 0 0; }
	.themes-nav-bar nav li{ margin: 0 16px; }
	.themes-nav-bar nav li, .themes-nav-bar nav li a{ font-size: 28px; }
}
@media screen and (min-width: 1200px)
{
	.themes-nav-bar nav li{ margin: 0 20px; }
}


div.gap-large{ height: 30px; clear: both; }
div.gap{ height: 15px; clear: both; }
div.gap-small{ height: 10px; clear: both; }
@media screen and (min-width: 992px)
{
	div.gap-large{ height: 60px; }
	div.gap{ height: 30px; }
	div.gap-small{ height: 15px; }
}



.grey-gradient{ 
background: rgba(221,221,221,1);
background: -moz-linear-gradient(top, rgba(221,221,221,1) 0%, rgba(230,230,230,1) 11%, rgba(249,249,249,1) 34%, rgba(255,255,255,1) 58%, rgba(255,255,255,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(221,221,221,1)), color-stop(11%, rgba(230,230,230,1)), color-stop(34%, rgba(249,249,249,1)), color-stop(58%, rgba(255,255,255,1)), color-stop(100%, rgba(255,255,255,1)));
background: -webkit-linear-gradient(top, rgba(221,221,221,1) 0%, rgba(230,230,230,1) 11%, rgba(249,249,249,1) 34%, rgba(255,255,255,1) 58%, rgba(255,255,255,1) 100%);
background: -o-linear-gradient(top, rgba(221,221,221,1) 0%, rgba(230,230,230,1) 11%, rgba(249,249,249,1) 34%, rgba(255,255,255,1) 58%, rgba(255,255,255,1) 100%);
background: -ms-linear-gradient(top, rgba(221,221,221,1) 0%, rgba(230,230,230,1) 11%, rgba(249,249,249,1) 34%, rgba(255,255,255,1) 58%, rgba(255,255,255,1) 100%);
background: linear-gradient(to bottom, rgba(221,221,221,1) 0%, rgba(230,230,230,1) 11%, rgba(249,249,249,1) 34%, rgba(255,255,255,1) 58%, rgba(255,255,255,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dddddd', endColorstr='#ffffff', GradientType=0 ); 
}

.grey-solid{ background: #f5f5f5; }






iframe{ border: none; }

div.newsletter-signup.theme-arts-and-culture{ background-color: #FFBE00; padding-bottom: 30px; }
div.newsletter-signup.theme-arts-and-culture h3, div.newsletter-signup.theme-arts-and-culture p, div.newsletter-signup.theme-arts-and-culture a{ color: #000; }
div.newsletter-signup a{ text-decoration: underline; color: #000; }
.owl-theme .owl-nav [class*=owl-]{ background: #ECECEC; color: #999; }
.owl-theme .owl-nav [class*=owl-]:hover{ background: #000; }

footer{ }
footer .newsletter-signup, footer .social-media{  }
.footer-padding-large{ padding: 60px 0; }  
.footer-padding-small{ padding: 30px 0; }  

ul.social-media-list{ margin: 0 0 20px 0; padding: 0; }
ul.social-media-list li{ margin: 0 10px 0 0; padding: 0; list-style: none; color: #999; float: left; }
ul.social-media-list li a{ color: #999; text-decoration: none; border: 1px solid #999; display: block; width: 42px; height: 42px; text-align: center; }
ul.social-media-list li a:hover{ background-color: #f5f5f5; color: #000; border-color: #222; }
ul.social-media-list li a i{ color: #999; line-height: 42px; font-size: 22px; }
ul.social-media-list li a:hover i{ color: #000; }
.social-media h4 a{ color: #000; }
.social-media h4 a:focus, .social-media h4 a:visited{ color: #000; text-decoration: none; }


ul.social-media-share{ margin: 0; padding: 0; }
ul.social-media-share li{ margin: 10px 10px 10px 0; padding: 0; list-style: none; color: #999; float: left; display: block; }
ul.social-media-share li a{ color: #999; text-decoration: none; border: 1px solid #999; display: block; width: 42px; height: 42px; text-align: center; }
ul.social-media-share li a:hover{ background-color: #f5f5f5; color: #000; border-color: #222; }
ul.social-media-share li a i{ color: #999; line-height: 42px; font-size: 22px; }
ul.social-media-share li a:hover i{ color: #000; }


footer .twitter-feed-list{}
footer ul.twitter-list{ margin: 0; padding: 0; list-style: none; }
footer span.tweet-text{ display: block; margin: 0 0 10px 0; }
footer span.tweet-text a{ font-family: "NeuzeitBold"; }
footer span.created-at{ display: block; margin: 0 0 10px 0; }
footer span.tweet-intents{ display: block; margin: 0 0 10px 0; }
footer ul.twitter-list a{ color: #000; text-decoration: underline; }
footer ul.twitter-list a:hover, footer ul.twitter-list a:visited, footer ul.twitter-list a:focus{ color: #000; text-decoration: none; } 

.councils-logos h4{ padding-bottom: 10px; text-align: center; }
ul.councils-logos-list{ margin: 0 auto; padding: 0; }
ul.councils-logos-list li{ margin: 0; list-style: none; float: left; width: 50%; text-align: center; }
ul.councils-logos-list li:first-child{ margin-left: 0; }
ul.councils-logos-list li:last-child{ margin-right: 0; }
ul.councils-logos-list li .wandsworth-council{ width: 100px; height: auto; }
ul.councils-logos-list li .lambeth-council{ width: 120px; height: auto; margin-top: 22px;}
ul.councils-logos-list img{ opacity: 1; }
ul.councils-logos-list img:hover{ opacity: 0.8; }


.councils-logos-stacked ul.councils-logos-list{ margin: 0; padding: 0; }
.councils-logos-stacked ul.councils-logos-list li{ margin: 10px; list-style: none; float: none; text-align: center; width: 100%; }
.councils-logos-stacked ul.councils-logos-list li:first-child{ margin-left: 0; }
.councils-logos-stacked ul.councils-logos-list li:last-child{ margin-right: 0; }
.councils-logos-stacked ul.councils-logos-list li .wandsworth-council{ width: 140px; height: auto; }
.councils-logos-stacked ul.councils-logos-list li .lambeth-council{ width: 140px; height: auto; margin-top: 22px;}
.councils-logos-stacked ul.councils-logos-list img{ opacity: 1; }
.councils-logos-stacked ul.councils-logos-list img:hover{ opacity: 0.8; }




ul.footer-menus{ margin: 0 0 20px 0; padding: 0; }
ul.footer-menus li{ margin: 0 0 4px 0; padding: 0; list-style: none; }
ul.footer-menus li a{ color: #666; text-decoration: none; }
ul.footer-menus li a:hover{ color: 000; text-decoration: underline; }


.website-copyrights, .website-copyrights a{ color: #666; }
.website-copyrights a{ text-decoration: underline; }
.website-copyrights a:hover, .website-copyrights a:focus, .website-copyrights a:visited{ color: #000; }



.past-event{ opacity: 0.4; }
.past-event:hover{ opacity: 1; }



.layout{ margin-bottom: 15px; }
.layout h3{ margin: 0 0 5px; line-height: 1.2em; }
.layout a{
	-o-transition:color .2s ease-out;
	-ms-transition:color .2s ease-out;
	-moz-transition:color .2s ease-out;
	-webkit-transition:color .2s ease-out;
	transition:color .2s ease-out;
}
@media screen and (min-width: 768px)
{
	.layout{ margin-bottom: 30px; }
}


a.view-more{ float: left; display: inline-block; height: 40px; line-height: 38px; border: 1px solid #000; padding: 0 20px; color: #000; text-decoration: none; margin-bottom: 15px; }
a.view-more:hover{ color: #fff; text-decoration: none; background-color: #000; }
a.view-more-on{ background-color: #000; color: #fff; }
a.view-more-on:hover{ background-color: #fff; color: #000; }

a.view-more:focus, a.view-more:active, a.view-more:visited, a.view-more-on:focus, a.view-more-on:active, a.view-more-on:visited{ text-decoration: none; }


.category-arts-and-culture a.view-more{ border-color: #CE3696; color: #CE3696; }
.category-arts-and-culture a.view-more:hover{ background-color: #CE3696; color: #fff; }
.category-arts-and-culture a.view-more-on{ background-color: #CE3696; color: #fff; }
.category-arts-and-culture a.view-more-on:hover{ background-color: #fff; color: #CE3696; }

.category-outdoors a.view-more{ border-color: #7DD500; color: #7DD500; }
.category-outdoors a.view-more:hover{ background-color: #7DD500; color: #fff; }
.category-outdoors a.view-more-on{ background-color: #7DD500; color: #fff; }
.category-outdoors a.view-more-on:hover{ background-color: #fff; color: #7DD500; }

.category-food a.view-more{ border-color: #7E5BB9; color: #7E5BB9; }
.category-food a.view-more:hover{ background-color: #7E5BB9; color: #fff; }
.category-food a.view-more-on{ background-color: #7E5BB9; color: #fff; }
.category-food a.view-more-on:hover{ background-color: #fff; color: #7E5BB9; }

.category-business a.view-more{ border-color: #FFBE00; color: #FFBE00; }
.category-business a.view-more:hover{ background-color: #FFBE00; color: #fff; }
.category-business a.view-more-on{ background-color: #FFBE00; color: #fff; }
.category-business a.view-more-on:hover{ background-color: #fff; color: #FFBE00; }

.category-heritage a.view-more{ border-color: #00A0FF; color: #00A0FF; }
.category-heritage a.view-more:hover{ background-color: #00A0FF; color: #fff; }
.category-heritage a.view-more-on{ background-color: #00A0FF; color: #fff; }
.category-heritage a.view-more-on:hover{ background-color: #fff; color: #00A0FF; }





.clear-every-2nd .posts-list-item:nth-child(odd){ clear: left; }
.clear-every-3rd .posts-list-item:nth-child(3n+1){ clear: left; }
.clear-every-4th .posts-list-item:nth-child(4n+1){ clear: left; }
.loading-posts{ padding: 0 10px 10px 10px; text-align: center; display: none; float: left; }
.loading-posts img{ width: 40px; height: 40px; }
.load-posts-container{ clear: both; }



.layout-1{ background-color: #ececec; min-height: 260px; transition: all .2s; }
.layout-1 a.layout-link{ padding: 0; display: block; background-size: cover; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; position: relative; transition: all .2s; min-height: 220px; background-position: center center; }
.layout-1:hover{ opacity: 0.9 !important; }
.layout-1 .layout-1-image{ width: 100%; height: auto; }
.layout-1 .layout-description{ padding: 10px 15px; min-height: 150px; }
.layout-1 h3{ font-size: 16px; }
.layout-1 p{}
.layout-1 time{ text-transform: uppercase; font-size: 12px; }
.layout-1 a, .layout-1 a:visited{ color: #000000; display: block; }
.layout-1 a:hover{ color: #444; }
.layout-1 a.read-more:hover, .layout-1 a.read-more:active, .layout-1 a.read-more:focus, .layout-1 a.read-more:visited{ text-decoration: none; }
.layout-1 a.read-more i{ top: 2px; position: relative; }
@media screen and (min-width: 992px)
{
	/*.layout-1 .layout-1-image{ width: auto; }*/
}




.layout-2{}
.layout-2 .layout-2-image{ transition: all .2s; -webkit-transform: translateZ(0); transform: translateZ(0); display: block; overflow: hidden; background-size: cover; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-position: center center; height: 200px; }
.layout-2 .layout-2-image:hover{ opacity: 0.9 !important; }
.layout-2 .layout-description{ padding: 10px 0 0 0; }
.layout-2 h3{ font-size: 18px; }
.layout-2 p{ color: #444; font-size: 14px; }
.layout-2 time{ font-size: 14px; color: #666; margin-bottom: 10px; display: block; }
.layout-2 a, .layout-2 a:visited{ color: #000000; display: block; }
.layout-2 a:hover{ color: #444; }

.layout-2 a.read-more{ font-family:"NeuzeitBold"; display: block; margin-top: 4px; }
.layout-2 a.read-more:hover, .layout-2 a.read-more:active, .layout-2 a.read-more:focus, .layout-2 a.read-more:visited{ text-decoration: none; }
.layout-2 a.read-more i{ top: 2px; position: relative; }






.layout-3{ }
.layout-3 a.layout-link{ padding: 0; display: block; background-size: cover; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-position: center center; position: relative; transition: all .2s; min-height: 260px; }
.category-plain .layout-3 a.layout-link{ }
.layout-3 a.layout-link, .layout-3 a.layout-link:hover{ text-decoration: none; }
.layout-3 .layout-description{ padding-top: 60px; }
.layout-3 .layout-category{ display: inline-block; padding: 4px 10px; font-size: 16px; }
.layout-3 a.layout-link:hover .layout-category{ background-color: #fff; }

.layout-3 a.layout-link:hover { opacity: .9; }

.layout-3 h3{ font-size: 18px; line-height: 1.2em; margin: 0; padding: 15px; min-height: 60px; display: flex; align-items: flex-end; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s; min-height: 72px; }
.layout-3 h3 i{ font-size: 1.1em; margin-left: 6px; }

.category-arts-and-culture .layout-3 a.layout-link{ background-color: #e698c9;} 
.category-arts-and-culture .layout-3 h3{ background-color: #CE3696; }
.category-arts-and-culture .layout-3 a.layout-link:hover{ background-color: #e184be; }

.category-outdoors .layout-3 a.layout-link{ background-color: #bdeb88; }
.category-outdoors .layout-3 h3{ background-color: #7DD500; }
.category-outdoors .layout-3 a.layout-link:hover{ background-color: #b0e871; }

.category-food .layout-3 a.layout-link{ background-color: #bfacda; }
.category-food .layout-3 h3{ background-color: #7E5BB9; }
.category-food .layout-3 a.layout-link:hover{ background-color: #b39cd3; }

.category-business .layout-3 a.layout-link{ background-color: #fde088; }
.category-business .layout-3 h3{ background-color: #FFBE00; }
.category-business .layout-3 a.layout-link:hover{ background-color: #fdd971; }

.category-heritage .layout-3 a.layout-link{ background-color: #85cffc; }
.category-heritage .layout-3 h3{ background-color: #00A0FF; }
.category-heritage .layout-3 a.layout-link:hover{ background-color: #6dc6fc; }

.category-plain .layout-3 a.layout-link, .category-plain .layout-3 h3{ background-color: #ECECEC; }
.category-plain .layout-3 a.layout-link:hover{ background-color: #D4D4D4; }

.category-partners .layout-3 a.layout-link{ background-color: #ECECEC; }
.category-partners .layout-3 h3{ background-color: #ECECEC; color: #000 }
.category-partners .layout-3 a.layout-link:hover{ background-color: #D4D4D4; }



.layout-3 p{ font-size: 16px; line-height: 1.2em; margin-bottom: 15px; }
.layout-3 time{ font-family:"NeuzeitBold"; font-size: 16px; display: block; margin: 14px 0 0 0; }
.layout-3 span.read-more{ font-family:"NeuzeitBold"; display: block; margin: 6px 0 0 0; font-size: 16px; }
.category-arts-and-culture .layout-3 a.layout-link{ background-color: #e698c9;} 
.category-arts-and-culture .layout-3 .layout-category{ background-color: #CE3696; }
.category-arts-and-culture .layout-3 a.layout-link:hover{ background-color: #e184be; }
.category-outdoors .layout-3 a.layout-link{ background-color: #bdeb88; }
.category-outdoors .layout-3 .layout-category{ background-color: #7DD500; }
.category-outdoors .layout-3 a.layout-link:hover{ background-color: #b0e871; }
.category-food .layout-3 a.layout-link{ background-color: #bfacda; }
.category-food .layout-3 .layout-category{ background-color: #7E5BB9; }
.category-food .layout-3 a.layout-link:hover{ background-color: #b39cd3; }
.category-business .layout-3 a.layout-link{ background-color: #fde088; }
.category-business .layout-3 .layout-category{ background-color: #FFBE00; }
.category-business .layout-3 a.layout-link:hover{ background-color: #fdd971; }
.category-heritage .layout-3 a.layout-link{ background-color: #85cffc; }
.category-heritage .layout-3 .layout-category{ background-color: #00A0FF; }
.category-heritage .layout-3 a.layout-link:hover{ background-color: #6dc6fc; }
.category-plain .layout-3 a.layout-link, .category-plain .layout-3 .layout-category{ background-color: #ECECEC; }
.category-plain .layout-3 a.layout-link:hover{ background-color: #D4D4D4; }
.category-partners .layout-3 a.layout-link{ background-color: #ECECEC; }
.category-partners .layout-3 .layout-category{ background-color: #ECECEC; color: #000 }
.category-partners .layout-3 a.layout-link:hover{ background-color: #D4D4D4; }
.category-arts-and-culture a.layout-link:hover .layout-category{ color: #CE3696; }
.category-outdoors a.layout-link:hover .layout-category{ color: #7DD500; }
.category-food a.layout-link:hover .layout-category{ color: #7E5BB9; }
.category-business a.layout-link:hover .layout-category{ color: #FFBE00; }
.category-heritage a.layout-link:hover .layout-category{ color: #00A0FF; }
.category-partners a.layout-link:hover .layout-category{ color: #000; }
.category-arts-and-culture .layout-3 *, 
.category-outdoors .layout-3 *, 
.category-food .layout-3 *, 
.category-business .layout-3 *, 
.category-heritage .layout-3 *,
.category-partners .layout-3 *{ color: #ffffff; }
.category-plain .layout-3 *{ color: #000000; }

.layout-3 .layout-description{ padding-top: 0; position: absolute; bottom: 0; left: 0; right: 0; width: 100%; }

@media screen and (min-width: 480px)
{
	.layout-3 span.read-more, .layout-3 time{ display: inline-block; margin-left: 10px; }
}
@media screen and (min-width: 992px)
{
    .layout-box-square-6x6 .layout-3 a.layout-link{ min-height: 550px; }
}







.layout-6{  }
.layout-6 a.layout-link{ padding: 15px; display: block; background-size: cover; position: relative; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-position: center center; transition: all .2s; }
.layout-6 a.layout-link, .layout-6 a.layout-link:hover{ text-decoration: none; }
.layout-6 a.layout-link:hover{ opacity: 0.9; }
.layout-6 h3{ font-size: 18px; line-height: 1.2em; margin: 0; padding: 15px; min-height: 60px; display: flex; align-items: flex-end; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s; min-height: 72px; }
.layout-6 h3 i{ font-size: 1.1em; margin-left: 6px; }
.layout-6 a.layout-link:hover h3{ }
.layout-6 p{ font-size: 16px; line-height: 1.2em; margin-bottom: 15px; }
.layout-6 time{ font-family:"NeuzeitBold"; font-size: 16px; display: block; margin: 14px 0 0 0; }
.layout-6 span.read-more{ font-family:"NeuzeitBold"; display: block; margin: 6px 0 0 0; font-size: 16px; }

.category-arts-and-culture .layout-6 a.layout-link{ background-color: #e698c9;} 
.category-arts-and-culture .layout-6 h3{ background-color: #CE3696; }
.category-arts-and-culture .layout-6 a.layout-link:hover{ background-color: #e184be; }

.category-outdoors .layout-6 a.layout-link{ background-color: #bdeb88; }
.category-outdoors .layout-6 h3{ background-color: #7DD500; }
.category-outdoors .layout-6 a.layout-link:hover{ background-color: #b0e871; }

.category-food .layout-6 a.layout-link{ background-color: #bfacda; }
.category-food .layout-6 h3{ background-color: #7E5BB9; }
.category-food .layout-6 a.layout-link:hover{ background-color: #b39cd3; }

.category-business .layout-6 a.layout-link{ background-color: #fde088; }
.category-business .layout-6 h3{ background-color: #FFBE00; }
.category-business .layout-6 a.layout-link:hover{ background-color: #fdd971; }

.category-heritage .layout-6 a.layout-link{ background-color: #85cffc; }
.category-heritage .layout-6 h3{ background-color: #00A0FF; }
.category-heritage .layout-6 a.layout-link:hover{ background-color: #6dc6fc; }

.category-plain .layout-6 a.layout-link, .category-plain .layout-6 h3{ background-color: #ECECEC; }
.category-plain .layout-6 a.layout-link:hover{ background-color: #D4D4D4; }

.category-partners .layout-6 a.layout-link{ background-color: #ECECEC; }
.category-partners .layout-6 h3{ background-color: #ECECEC; color: #000 }
.category-partners .layout-6 a.layout-link:hover{ background-color: #D4D4D4; }

.category-arts-and-culture a.layout-link:hover .layout-category{ color: #CE3696; }
.category-outdoors a.layout-link:hover .layout-category{ color: #7DD500; }
.category-food a.layout-link:hover .layout-category{ color: #7E5BB9; }
.category-business a.layout-link:hover .layout-category{ color: #FFBE00; }
.category-heritage a.layout-link:hover .layout-category{ color: #00A0FF; }
.category-partners a.layout-link:hover .layout-category{ color: #000; }

.category-arts-and-culture .layout-6 *, 
.category-outdoors .layout-6 *, 
.category-food .layout-6 *, 
.category-business .layout-6 *, 
.category-heritage .layout-6 *{ color: #ffffff; }
.category-plain .layout-6 *{ color: #000000; } 

.layout-6 a.layout-link{ min-height: 260px; }
.layout-6 .layout-description{ padding-top: 0; position: absolute; bottom: 0; left: 0; right: 0; }

@media screen and (min-width: 480px)
{
	.layout-6 span.read-more, .layout-6 time{ display: inline-block; margin-left: 10px; }
}
@media screen and (min-width: 768px)
{
	
}
@media screen and (min-width: 992px)
{
    .layout-box-square-6x6 .layout-6 a.layout-link{ min-height: 550px; }
}
@media screen and (min-width: 1200px)
{
}















.layout-4{ }
.layout-4 a.layout-link{ padding: 15px; margin-bottom: 15px; display: block; background-size: cover; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-position: center center; background-blend-mode: multiply; position: relative; height: 200px; background-color: #d4d4d4; }
.layout-4 a.layout-link:hover{ background-color: #b4b4b4; }
.layout-4 .layout-4-play{ position: absolute; left: 0; top: 0; right: 0; bottom: 0; display: block; margin: auto; width: 100px; height: 100px; -webkit-transition: width 0.2s ease, height 0.2s ease; }
.layout-4 a.layout-link:hover .layout-4-play{ width: 110px; height: 110px; }
.layout-4 h3, .layout-4 h3 a{ color: #000; }
.layout-4 p{}
.layout-4 time{}

@media screen and (min-width: 768px)
{
	.layout-4 a.layout-link{ height: 260px; }
}

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



.layout-5, .layout-latest-tweets{ padding: 15px; display: block; background-size: cover; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-position: center center; background-blend-mode: multiply; position: relative; background-color: #ECECEC; }
.layout-latest-tweets h4 a:hover{ text-decoration: none; }
.layout-latest-tweets h4{ margin-bottom: 20px; }
.layout-latest-tweets h4 i{ font-size: 30px; }
.layout-latest-tweets, .layout-latest-tweets *, .layout-latest-tweets *:hover{ color: #000; }
.layout-latest-tweets a:visited, .layout-latest-tweets a:focus{ color: #000; text-decoration: none; }
.layout-latest-tweets .twitter-feed-list{}
.layout-latest-tweets ul.twitter-list{ margin: 0; padding: 0; list-style: none; }
.layout-latest-tweets span.tweet-text{ display: block; margin: 0 0 30px 0; font-size: 16px; word-wrap: break-word; }
.layout-latest-tweets span.tweet-text a{ text-decoration:underline; font-family: "NeuzeitBold"; }
.layout-latest-tweets span.tweet-text a:hover{ text-decoration: none; }
.layout-latest-tweets .created-at{ display: block; margin: 0 0 3px 0; }
.layout-latest-tweets span.tweet-intents{ display: block; margin: 0 0 3px 0; }

@media screen and (min-width: 480px)
{
	.layout-5, .layout-latest-tweets{ min-height: 260px; }
}

.layout-latest-tweets h4{ position: relative; }
.layout-latest-tweets h4 a{ font-weight: bold; font-size: 16px; letter-spacing: 1px; line-height: 30px; padding-left: 40px; }
.layout-latest-tweets h4 .icon-twitter{ color: #00aced; margin-left: -40px; position: absolute; }

.event-months{ font-size: 22px; height: 54px; line-height: 34px; position: relative; padding: 10px 50px; text-align: center; border-top: 1px solid #eee; border-bottom: 1px solid #eee; text-transform: uppercase; font-family: "NeuzeitBold"; }
.prev-month, .next-month{ position: absolute; top: 0; height: 53px; width: 53px; font-size: 50px; color: #000; }
.prev-month{ left: 0; border-right: 1px solid #eee; }
.next-month{ right: 0; border-left: 1px solid #eee; }
a.prev-month:hover, a.prev-month:focus, a.prev-month:active,
a.next-month:hover, a.next-month:focus, a.next-month:active{ text-decoration: none; color: #666; background-color: #eee; }
@media screen and (min-width: 480px)
{
	.event-months{ font-size: 30px; }
	.prev-month, .next-month{ width: 60px; }
}

ul.latest-events-menu{ margin: 0; padding: 0; }
ul.latest-events-menu li{ margin: 5px 0; padding: 0; list-style: none; font-size: 20px; text-align: center; }
ul.latest-events-menu li a{ }

ul.latest-events-menu li.category-arts-and-culture a{ color: #CE3696; }
ul.latest-events-menu li.category-outdoors a{ color: #7DD500; }
ul.latest-events-menu li.category-food a{ color: #7E5BB9; }
ul.latest-events-menu li.category-business a{ color: #FFBE00; }
ul.latest-events-menu li.category-heritage a{ color: #00A0FF; }
ul.latest-events-menu li.category-plain a{ color: #000; }

@media screen and (min-width: 768px)
{
	ul.latest-events-menu li{ margin: 0 15px; float: left; font-size: 18px; text-align: left; }
	ul.latest-events-menu li:first-child{ margin-left: 0; }
	/*ul.latest-events-menu li:last-child{ margin-right: 0; margin-left: 30px; }*/
}


.ne-contact-form{ background-color: #ECECEC; padding: 20px; }
.ne-contact-form *:focus, .ne-contact-form *:active{ outline: none; }
.ne-contact-form input[type="text"], .ne-contact-form input[type="email"], .ne-contact-form input[type="password"], .ne-contact-form select, .ne-contact-form textarea{ width: 100%; max-width: 100%; padding: 10px; border: 1px solid #e1e1e1; background-color: #fff; }
.ne-contact-form label{ font-family: "NeuzeitBold"; font-weight: 500; }
.ne-contact-form textarea{ height: 120px; }
.ne-contact-form select{ height: 44px; }
.ne-contact-form input[type="submit"]{
    margin: 0 auto;
    display: block;
    background-color: #000;
    color: #fff;
    font-family: "NeuzeitBold"; 
    font-weight: 500; 
    padding: 10px 14px;
    cursor: pointer;
    border-radius: 0;
}
.ne-contact-form input[type="submit"]:hover{ background-color: #333; }
.ne-contact-form .ajax-loader{ float: left; }

.ne-contact-form span.wpcf7-not-valid-tip{ font-size: 0.9em; margin-top: 4px; }
.ne-contact-form div.wpcf7-validation-errors{ border: 1px solid #ff0000; background-color: #ffffff; }
.ne-contact-form div.wpcf7-mail-sent-ok{ border: 1px solid #00A0FF; background-color: #ffffff; }
.ne-contact-form div.wpcf7-response-output{ margin: 10px 0; padding: 10px 60px; text-align: center; }






ul.main-slideshow{ overflow: hidden; height: 100%; width: 100%; margin: 0; padding: 0; }
ul.main-slideshow li{ display: none; background-repeat: no-repeat; background-size: cover; background-position: center center; padding-top: 5%; padding-bottom: 5%; background-color: #ffffff; }
ul.main-slideshow li:first-child{ display: block; }
ul.main-slideshow, ul.main-slideshow li{ list-style: none; width: 100%; position: relative; min-height: 420px; }
body .bx-wrapper{ margin: 0 auto; }
body .bx-wrapper .bx-pager{ position: relative; bottom: auto; padding: 30px 20px; min-height: 20px; }
body .bx-wrapper .bx-viewport{ left: 0; border: 0; -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none; }
body .bx-wrapper .bx-pager.bx-default-pager a{ width: 12px; height: 12px; -moz-border-radius: 100%; -webkit-border-radius: 100%; border-radius: 100%; margin: 0 7px; background: #D6D6D6; }

body .bx-controls-direction{ display: none; }

body .bx-wrapper .bx-controls-direction a.bx-prev{ background-image: url('images/arrow-left.png'); left: 20px; top: 32%; }
body .bx-wrapper .bx-controls-direction a.bx-next{ background-image: url('images/arrow-right.png'); right: 20px; top: 32%; }


@media screen and (min-width: 768px)
{
	body .bx-wrapper .bx-controls-direction a.bx-prev{ left: 40px; }
	body .bx-wrapper .bx-controls-direction a.bx-next{ right: 40px; }
	ul.main-slideshow, ul.main-slideshow li{ min-height: 540px; }
}

@media screen and (min-width: 992px)
{
	body .bx-wrapper .bx-controls-direction a.bx-prev{ left: 60px; }
	body .bx-wrapper .bx-controls-direction a.bx-next{ right: 60px; }
}

@media screen and (min-width: 1200px)
{
	body .bx-wrapper .bx-controls-direction a.bx-prev{ left: 80px; }
	body .bx-wrapper .bx-controls-direction a.bx-next{ right: 80px; }
}

body .bx-wrapper .bx-controls-direction a.bx-prev, body .bx-wrapper .bx-controls-direction a.bx-next{ padding: 16px; opacity: 0.8; width: 50px; height: 50px; background-repeat: no-repeat; background-position: center center; }
body .bx-wrapper .bx-controls-direction a.bx-prev:hover, body .bx-wrapper .bx-controls-direction a.bx-next:hover{ opacity: 1; background-position: center center; }

.bx-wrapper .bx-controls-direction a{ margin-top: 0;  }

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) 
{ 
	body .bx-wrapper .bx-controls-direction a.bx-prev, 
	body .bx-wrapper .bx-controls-direction a.bx-next{ width: 40px; height: 40px; background-size: 12px 22px; padding: 16px; background-position: center center; }
	.bx-wrapper .bx-controls-direction a{ margin-top: -16px; }
}

ul.main-slideshow li *{ color: #fff; }
ul.main-slideshow .slide-description{ height: auto; max-width: 1170px; margin: 0 auto; }
ul.main-slideshow li h2{ font-size: 26px; line-height: 1.2em; margin: 0 0 10px 0; font-weight: bold; }
ul.main-slideshow li p{ font-size: 16px; line-height: 1.2em; margin-bottom: 0; }
ul.main-slideshow li time{ font-family:"NeuzeitBold"; font-size: 16px; display: block; margin: 14px 0 0 0; }
ul.main-slideshow li a.read-more{ font-family:"NeuzeitBold"; display: block; margin: 6px 0 0 0; font-size: 16px; }
ul.main-slideshow li a.read-more span{ transition: all 0.5s ease; }
ul.main-slideshow li a.read-more span i{ position: relative; top: 3px; font-size: 1.1em; }
ul.main-slideshow li a.read-more:hover span{ margin-left: 6px; }
ul.main-slideshow li a.read-more:hover{ text-decoration: none; }

ul.main-slideshow .slide-container{ position: absolute; bottom: 0; width: 100%; background-color: rgba(0,0,0,.6); padding: 10px 15px; }

ul.main-slideshow .layout-category{ display: inline-block; padding: 4px 10px; font-size: 16px; }
ul.main-slideshow li:hover .layout-category{ background-color: #fff !important; }

ul.main-slideshow li.category-arts-and-culture .slide-container{ background-color: rgb(206,54,150);}
ul.main-slideshow li.category-outdoors .slide-container{ background-color: rgb(125,213,0); }
ul.main-slideshow li.category-food .slide-container{ background-color: rgb(126,91,185); }
ul.main-slideshow li.category-business .slide-container{ background-color: rgb(255,190,0); }
ul.main-slideshow li.category-heritage .slide-container{ background-color: rgb(0,160,255); }

ul.main-slideshow .slide-description{ }
ul.main-slideshow .slide-description-cell{ margin: 0; vertical-align: bottom; }
ul.main-slideshow p.slide-caption{ display: none; }

@media screen and (min-width: 480px)
{
	ul.main-slideshow li a.read-more, ul.main-slideshow li time{ display: inline-block; margin-right: 10px; }
}

@media screen and (min-width: 768px)
{
	ul.main-slideshow p.slide-caption{ display: block; }
	ul.main-slideshow li h2{ font-size: 32px; }
	ul.main-slideshow .slide-container{ padding: 20px 20px 30px 20px; }
	ul.main-slideshow .slide-description-cell{ margin: 0 15px; }
}

.eventCalendar-hidden {
    display: none;
}
.eventCalendar-wrap {
    position: relative;
    overflow: hidden;
}
.eventCalendar-arrow {
    position: absolute;
    z-index: 5;
    top: 3px;
}
.eventCalendar-prev {
    left: 0;
}
.eventCalendar-next {
    right: 0;
}
.eventCalendar-monthTitle {
    display: block;
    text-align: center;
}
.eventCalendar-monthWrap {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}
.eventCalendar-currentMonth {
    z-index: 1;
}
.eventCalendar-daysList {
    display: table;
    width: 100%;
}
.eventCalendar-showAsWeek {
    display: block;
}
.eventCalendar-daysList li {
    display: table-cell;
}
.eventCalendar-dayWithEvents {} .eventCalendar-current {} .eventCalendar-showAsWeek li {
    display: block;
    float: left;
    width: 14.28%;
    height: 20px;
}
.eventCalendar-daysList a {
    padding: 0;
    display: block;
    text-align: center;
    width: 30px;
    height: 30px;
    border-radius: 15px;
    margin: 0 auto;
}

.eventCalendar-list {
    position: relative;
    z-index: 1;
}
.eventCalendar-oldEventList {
    z-index: 2;
}
.eventCalendar-subtitle {
    font-family: "NeuzeitBold";
    font-size: 16px;
    padding-top: 10px;
    color: #000;
    text-align: center;
}

p.eventCalendar-eventDesc{ margin-bottom: 0; color: #333; }

.eventCalendar-wrap {
    color: #807E7E;
}
.eventCalendarOuterWrap {
    padding: 16px;
    background-color: #ECECEC;
}
.eventCalendar-wrap .eventCalendar-arrow {
    text-decoration: none;
    color: #fff;
    padding: 0 5px;
    line-height: 32px;
    top: 0;
    padding: 10px;
}
.eventCalendar-wrap .eventCalendar-arrow.prev {} .eventCalendar-wrap .eventCalendar-arrow:hover {
    opacity: 0.7;
}
.eventCalendar-wrap .eventCalendar-arrow span {
    height: 0;
    width: 0;
    font-size: 0;
    line-height: 0;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 6px solid #fff;
    float: left;
    text-indent: -5000px;
}
.eventCalendar-wrap .eventCalendar-arrow.eventCalendar-prev span {
    border-left-width: 0;
    border-right: 6px solid #fff;
}
.eventCalendar-slider {
    height: 80px;
}
.eventCalendar-currentTitle {
    line-height: 32px;
    background-color: #333;
}
.eventCalendar-currentTitle .eventCalendar-monthTitle {
    font-size: 14px;
    text-decoration: none;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.eventCalendar-daysList {
    zoom: 1;
    padding: 0;
    width: 100%;
}
.eventCalendar-daysList.eventCalendar-showAsWeek {
    margin: 0 auto;
    width: 100%;
    background-color: #fff;
    padding-left: 3%;
    padding-right: 3%;
    padding-bottom: 10px;
}
.eventCalendar-daysList.showDayNames.eventCalendar-showAsWeek {
    border-radius: 5px 5px 0 0;
}
.eventCalendar-daysList:before,
.eventCalendar-daysList:after {
    content: "";
    display: table;
}
.eventCalendar-daysList:after {
    clear: both;
}
.eventCalendar-day-header {
    text-align: center;
    font-size: 14px;
    font-family: "NeuzeitBold";
    color: #000;
    line-height: 30px;
    margin-top: 10px !important;
}
.eventCalendar-daysList.eventCalendar-showAsWeek li {
    height: auto;
    margin: 3px 0;
}
.eventCalendar-daysList.eventCalendar-showAsWeek li.eventCalendar-empty {
    min-height: 30px;
}
.eventCalendar-day a {
    text-decoration: none;
    font-size: 10px;
    color: #424242;
}
.eventCalendar-day {} .eventCalendar-day a {} .eventCalendar-showAsWeek .eventCalendar-day {} .eventCalendar-showAsWeek .eventCalendar-day a {
    line-height: 30px;
    font-size: 12px;
    text-decoration: none;
    width: 30px;
    height: 30px;
}
.eventCalendar-day a:hover {
    background-color: #E4E4E4;
    color: #000;
}
.eventCalendar-daysList li.today a {
    color: #fff;
    background: #aaa;
}
li.eventCalendar-day.today a:hover {
    background-color: #ccc;
}
.eventCalendar-daysList li.eventCalendar-dayWithEvents a {
    background: #000;
    color: #fff;
    text-decoration: none;
}
li.eventCalendar-day.eventCalendar-dayWithEvents a:hover {
    background-color: #333;
    text-decoration: none;
}
.eventCalendar-daysList li.current a {
    color: #fff;
    background: #449FB2;
}
li.eventCalendar-day.current a:hover {
    background-color: #79BDCC;
}
.eventCalendar-loading {
    margin: 0;
    padding: 0;
    background-color: #333;
    color: #fff;
    text-align: center;
    font-family: "NeuzeitBold";
    position: absolute;
    top: 42px;
    left: 0;
    display: block;
    width: 100%;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
}
.eventCalendar-loading.error {
    background-color: red;
}
.eventCalendar-list-wrap {
    min-height: 100px;
    position: relative;
}
.eventCalendar-list-content.scrollable {
    height: 100px;
    overflow-y: auto;
    margin: 0 5px 5px 0;
}
.eventCalendar-list {
    margin: 0;
    padding: 0;
    list-style-type: none;
    bottom: 0px;
    width: 100%;
}
.eventCalendar-list li {
    padding: 0 0 10px 0;
    margin: 0 0 10px 0;
    clear: both;
    border-bottom: 1px solid #d4d4d4;
}
.eventCalendar-list li time {
    font-size: 12px;
    line-height: 16px;
    color: #333;
    display: block;
    margin-bottom: 4px;
    text-transform: uppercase;
}
.eventCalendar-list li time em {
    display: inline;
    font-style: normal;
}
.eventCalendar-list li time small {
    font-size: 12px;
    line-height: 16px;
    display: inline;
    color: #333;
    margin: 0 0 0 6px;
    padding: 0 0 0 6px;
    border-left: 1px solid #333;
}
.eventCalendar-list li .eventCalendar-eventTitle {
    display: block;
    clear: both;
    font-family: "NeuzeitBold";
    text-decoration: none;
}
.eventCalendar-list li a.eventCalendar-eventTitle {
    color: #000;
}
.eventCalendar-list li a.eventCalendar-eventTitle:hover {
    text-decoration: underline;
    color: #333;
}
/*
.eventCalendar-list li .eventDesc {
    clear: both;
    margin: 0 0 5px 0;
    font-size: 80%;
    line-height: 1.2em;
    color: #333;
}
*/
.eventCalendar-list .eventCalendar-noEvents {
    font-size: 14px;
    margin: 0;
    padding: 0;
    background-color: #333;
    color: #fff;
    text-align: center;
    font-family: "NeuzeitBold";
    line-height: 40px;
    border-bottom: none;
}
.eventCalendar-noEvents p{ margin: 0; }
.eventCalendar-list-content .bt {
    font-size: 12px;
    display: block;
    clear: both;
    text-align: center;
    margin-top: 10px;
    padding: 10px 30px;
    text-decoration: none;
    font-family: "NeuzeitBold";
    line-height: 1;
    color: #ffffff;
    background-color: #000;
}
.eventCalendar-list-content .bt:hover {
    text-decoration: none;
    background-color: #333;
}

.calendar-arts-and-culture .eventCalendar-currentTitle{ background-color: #CE3696; }
.calendar-arts-and-culture .eventCalendar-daysList li.eventCalendar-dayWithEvents a{ background: #CE3696; color: #fff; }
.calendar-arts-and-culture li.eventCalendar-day.eventCalendar-dayWithEvents a:hover{ background-color: #902669; }
.calendar-arts-and-culture .eventCalendar-list-content .bt{ color: #ffffff; background-color: #CE3696; }
.calendar-arts-and-culture .eventCalendar-list-content .bt:hover{ background-color: #902669; }
.calendar-arts-and-culture .eventCalendar-loading, .calendar-arts-and-culture .eventCalendar-list .eventCalendar-noEvents{ background-color: #CE3696; }

.calendar-outdoors .eventCalendar-currentTitle{ background-color: #7DD500; }
.calendar-outdoors .eventCalendar-daysList li.eventCalendar-dayWithEvents a{ background: #7DD500; color: #fff; }
.calendar-outdoors li.eventCalendar-day.eventCalendar-dayWithEvents a:hover{ background-color: #579500; }
.calendar-outdoors .eventCalendar-list-content .bt{ color: #ffffff; background-color: #7DD500; }
.calendar-outdoors .eventCalendar-list-content .bt:hover{ background-color: #579500; }
.calendar-outdoors .eventCalendar-loading, .calendar-outdoors .eventCalendar-list .eventCalendar-noEvents { background-color: #7DD500; }

.calendar-food .eventCalendar-currentTitle{ background-color: #7E5BB9; }
.calendar-food .eventCalendar-daysList li.eventCalendar-dayWithEvents a{ background: #7E5BB9; color: #fff; }
.calendar-food li.eventCalendar-day.eventCalendar-dayWithEvents a:hover{ background-color: #584081; }
.calendar-food .eventCalendar-list-content .bt{ color: #ffffff; background-color: #7E5BB9; }
.calendar-food .eventCalendar-list-content .bt:hover{ background-color: #584081; }
.calendar-food .eventCalendar-loading, .calendar-food .eventCalendar-list .eventCalendar-noEvents { background-color: #7E5BB9; }

.calendar-business .eventCalendar-currentTitle{ background-color: #FFBE00; }
.calendar-business .eventCalendar-daysList li.eventCalendar-dayWithEvents a{ background: #FFBE00; color: #fff; }
.calendar-business li.eventCalendar-day.eventCalendar-dayWithEvents a:hover{ background-color: #B28500; }
.calendar-business .eventCalendar-list-content .bt{ color: #ffffff; background-color: #FFBE00; }
.calendar-business .eventCalendar-list-content .bt:hover{ background-color: #B28500; }
.calendar-business .eventCalendar-loading, .calendar-business .eventCalendar-list .eventCalendar-noEvents { background-color: #FFBE00; }

.calendar-heritage .eventCalendar-currentTitle{ background-color: #00A0FF; }
.calendar-heritage .eventCalendar-daysList li.eventCalendar-dayWithEvents a{ background: #00A0FF; color: #fff; }
.calendar-heritage li.eventCalendar-day.eventCalendar-dayWithEvents a:hover{ background-color: #0070B2; }
.calendar-heritage .eventCalendar-list-content .bt{ color: #ffffff; background-color: #00A0FF; }
.calendar-heritage .eventCalendar-list-content .bt:hover{ background-color: #0070B2; }
.calendar-heritage .eventCalendar-loading, .calendar-heritage .eventCalendar-list .eventCalendar-noEvents { background-color: #00A0FF; }


.owl-theme .owl-dots .owl-dot span{ width: 12px; height: 12px; border-radius: 100%; }
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span { background: #000; }
.instagram-image{ width: 100%; height: 165px; background-size: cover; background-repeat: no-repeat; transition: all .2s; -webkit-transform: translateZ(0); transform: translateZ(0); display: block; }
.instagram-image:hover{ opacity: 0.9 !important; }


/* WP Paginate */
body ol.wp-paginate {
    padding: 6px 0;
    margin: 0;
    border-top: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1;
}
body ol.wp-paginate li {
    display: inline-block;
    list-style: none;
    min-width: 20px;
    font-size: 16px;
    margin: 3px;
}
body ol.wp-paginate li:first-child{ margin-left: 0; }
body ol.wp-paginate li:last-child{ margin-right: 0; }
body ol.wp-paginate a {
    background: #ececec;
    color: #000;
    margin: 3px;
    padding: 8px 14px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    min-width: 20px;
}
body ol.wp-paginate a:hover,
body ol.wp-paginate a:active{
    background: #000;
    color: #fff;
}
body ol.wp-paginate .title {
    color: #000;
    margin: 0 6px 0 0;
}
body ol.wp-paginate .gap {
    color: #000;
    margin: 3px;
}
body ol.wp-paginate .current {
    color: #fff;
    background: #000;
    margin: 3px;
    padding: 8px 14px;
    display: inline-block;
    min-width: 20px;
    text-align: center;
}




/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

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

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover,
  .mfp-close:focus {
    opacity: 1; }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover,
  .mfp-arrow:focus {
    opacity: 1; }
  .mfp-arrow:before,
  .mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }
    
    

    
table.assets-map-theme-table{ border: 0; width: 100%; margin: 0; padding: 0; }
table.assets-map-theme-table td:nth-child(1){ width: 26px; color: #666; }
table.assets-map-theme-table td{ cursor: pointer; }
table.assets-map-theme-table td, table.assets-map-theme-table th{ vertical-align: top; font-size: 12px; }
ul.launch-date-list{ margin: 0 0 20px 0; padding: 20px 0 0 0; }
ul.launch-date-list li{ float: left; padding: 0 6px; margin: 0 0 10px 0; list-style: none; line-height: 1em; }
ul.launch-date-list li:first-child{ padding-left: 0; }
ul.launch-date-list li:last-child{ padding-right: 0; }
ul.launch-date-list li a{ padding: 8px 12px; background-color: #f5f5f5; color: #000; text-decoration: none; display: block; line-height: 1em; }
ul.launch-date-list li a:hover, ul.launch-date-list li a.active{ background-color: #000; color: #fff; }

h3.asset-headline{ font-size: 14px; padding-left: 26px; position: relative; line-height: 20px; font-family:"NeuzeitBold"; font-weight: 500; margin-top: 0; }
h3.asset-headline:before{ position: absolute; top: 0; left: 0; content: ''; width: 20px; height: 20px; border-radius: 50%; }

h3.asset-headline.galleries{ color: #00A0FF; }  
h3.asset-headline.open-space{ color: #7DD500; } 
h3.asset-headline.public-art{ color: #CE3696; } 
h3.asset-headline.cultural-venues{ color: #FFBE00; } 

h3.asset-headline.galleries:before{ background-color: #00A0FF; }  
h3.asset-headline.open-space:before{ background-color: #7DD500; } 
h3.asset-headline.public-art:before{ background-color: #CE3696; } 
h3.asset-headline.cultural-venues:before{ background-color: #FFBE00; } 

.asset-launch-date-2, .asset-launch-date-3, .asset-launch-date-4, .asset-launch-date-5, .asset-launch-date-6, .asset-launch-date-7, .asset-launch-date-8, .asset-launch-date-9, .asset-launch-date-10{ display: none; }